|
|
|
| 1 | 2026-06-10T03:36:59.483Z | job assigned to worker 01KTQSM1CJT39SWYS2EFH6Z30G [factory aws, i-098d5a190fd899fd7] (queued for 57 s) |
| |
| 2 | 2026-06-10T03:37:07.082Z | starting task 0: "setup" |
| 3 | 2026-06-10T03:37:07.086Z | ++ uname -s |
| 4 | 2026-06-10T03:37:07.089Z | + kern=SunOS |
| 5 | 2026-06-10T03:37:07.089Z | + build_user=build |
| 6 | 2026-06-10T03:37:07.089Z | + build_uid=12345 |
| 7 | 2026-06-10T03:37:07.089Z | + work_dir=/work |
| 8 | 2026-06-10T03:37:07.089Z | + input_dir=/input |
| 9 | 2026-06-10T03:37:07.089Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-10T03:37:07.089Z | + case "$kern" in |
| 11 | 2026-06-10T03:37:07.089Z | + groupadd -g 12345 build |
| 12 | 2026-06-10T03:37:07.092Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-10T03:37:09.097Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-10T03:37:09.182Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-10T03:37:09.185Z | + home_fs=zfs |
| 16 | 2026-06-10T03:37:09.185Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-10T03:37:09.185Z | + mkdir -p /home/build |
| 18 | 2026-06-10T03:37:09.185Z | + chown build:build /home/build /work |
| 19 | 2026-06-10T03:37:11.187Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-10T03:37:11.190Z | process exited: duration 4109 ms, exit code 0 |
| |
| 21 | 2026-06-10T03:37:11.196Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-10T03:37:11.201Z | * rust toolchain channel = "1.95.0" |
| 23 | 2026-06-10T03:37:11.201Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 24 | 2026-06-10T03:37:11.201Z | * rust toolchain profile = "default" |
| 25 | 2026-06-10T03:37:11.201Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-10T03:37:11.201Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-10T03:37:11.201Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-10T03:37:11.204Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-10T03:37:11.204Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-06-10T03:37:11.285Z | info: downloading installer |
| 31 | 2026-06-10T03:37:12.795Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-10T03:37:12.795Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-10T03:37:12.795Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-10T03:37:12.795Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-10T03:37:12.807Z | info: profile set to default |
| 36 | 2026-06-10T03:37:12.807Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-10T03:37:12.810Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-06-10T03:37:12.967Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-06-10T03:37:12.970Z | info: downloading 6 components |
| 40 | 2026-06-10T03:37:28.669Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 41 | 2026-06-10T03:37:28.669Z | |
| 42 | 2026-06-10T03:37:28.696Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-06-10T03:37:28.696Z | |
| 44 | 2026-06-10T03:37:28.696Z | |
| 45 | 2026-06-10T03:37:28.696Z | Rust is installed now. Great! |
| 46 | 2026-06-10T03:37:28.696Z | |
| 47 | 2026-06-10T03:37:28.696Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-10T03:37:28.696Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-10T03:37:28.696Z | |
| 50 | 2026-06-10T03:37:28.696Z | To configure your current shell, you need to source |
| 51 | 2026-06-10T03:37:28.696Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-10T03:37:28.696Z | |
| 53 | 2026-06-10T03:37:28.696Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-10T03:37:28.696Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-10T03:37:28.696Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-10T03:37:28.696Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-10T03:37:28.696Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-10T03:37:28.696Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-10T03:37:28.696Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-10T03:37:28.699Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-10T03:37:28.699Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-10T03:37:28.804Z | + rustup --version |
| 63 | 2026-06-10T03:37:28.813Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-10T03:37:28.816Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-10T03:37:28.834Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-06-10T03:37:28.837Z | + cargo --version |
| 67 | 2026-06-10T03:37:28.851Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-06-10T03:37:28.854Z | + rustc --version |
| 69 | 2026-06-10T03:37:28.873Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-06-10T03:37:28.875Z | process exited: duration 17678 ms, exit code 0 |
| |
| 71 | 2026-06-10T03:37:28.881Z | starting task 2: "authentication" |
| 72 | 2026-06-10T03:37:28.897Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-06-10T03:37:28.902Z | starting task 3: "clone repository" |
| 74 | 2026-06-10T03:37:28.906Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-10T03:37:28.908Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-10T03:37:28.937Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-10T03:37:29.756Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-10T03:37:29.756Z | + git fetch origin db98f704610f68ee307e8d8df839d51ba2252392 |
| 79 | 2026-06-10T03:37:29.977Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-10T03:37:29.977Z | * branch db98f704610f68ee307e8d8df839d51ba2252392 -> FETCH_HEAD |
| 81 | 2026-06-10T03:37:29.982Z | + [[ -n renovate/zerocopy-0.x-lockfile ]] |
| 82 | 2026-06-10T03:37:29.985Z | ++ git branch --show-current |
| 83 | 2026-06-10T03:37:29.985Z | + current=master |
| 84 | 2026-06-10T03:37:29.985Z | + [[ master != renovate/zerocopy-0.x-lockfile ]] |
| 85 | 2026-06-10T03:37:29.985Z | + git branch -f renovate/zerocopy-0.x-lockfile db98f704610f68ee307e8d8df839d51ba2252392 |
| 86 | 2026-06-10T03:37:29.987Z | + git checkout -f renovate/zerocopy-0.x-lockfile |
| 87 | 2026-06-10T03:37:30.004Z | Switched to branch 'renovate/zerocopy-0.x-lockfile' |
| 88 | 2026-06-10T03:37:30.007Z | + git reset --hard db98f704610f68ee307e8d8df839d51ba2252392 |
| 89 | 2026-06-10T03:37:30.020Z | HEAD is now at db98f70 Update Rust crate zerocopy to v0.8.52 |
| 90 | 2026-06-10T03:37:30.023Z | process exited: duration 1118 ms, exit code 0 |
| |
| 91 | 2026-06-10T03:37:30.029Z | starting task 4: "build" |
| 92 | 2026-06-10T03:37:30.032Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-10T03:37:30.035Z | ++ rustup show active-toolchain |
| 94 | 2026-06-10T03:37:30.038Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-10T03:37:30.041Z | ++ pushd xde |
| 96 | 2026-06-10T03:37:30.041Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-06-10T03:37:30.041Z | ++ rustup show active-toolchain |
| 98 | 2026-06-10T03:37:30.044Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-06-10T03:37:30.196Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-06-10T03:37:30.199Z | info: downloading 6 components |
| 101 | 2026-06-10T03:38:16.140Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-10T03:38:16.237Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-10T03:38:16.240Z | +++ head -n 1 |
| 104 | 2026-06-10T03:38:16.240Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-10T03:38:16.292Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-06-10T03:38:16.292Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-06-10T03:38:16.292Z | ++ popd |
| 108 | 2026-06-10T03:38:16.295Z | /work/oxidecomputer/opte |
| 109 | 2026-06-10T03:38:16.295Z | + cargo --version |
| 110 | 2026-06-10T03:38:16.301Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 111 | 2026-06-10T03:38:16.304Z | + rustc --version |
| 112 | 2026-06-10T03:38:16.323Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 113 | 2026-06-10T03:38:16.326Z | + cd lib/oxide-vpc |
| 114 | 2026-06-10T03:38:16.326Z | + header 'check style' |
| 115 | 2026-06-10T03:38:16.326Z | + echo '# ==== check style ==== #' |
| 116 | 2026-06-10T03:38:16.326Z | # ==== check style ==== # |
| 117 | 2026-06-10T03:38:16.326Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-06-10T03:38:16.450Z | |
| 119 | 2026-06-10T03:38:16.450Z | real 0.122511973 |
| 120 | 2026-06-10T03:38:16.450Z | user 0.087591189 |
| 121 | 2026-06-10T03:38:16.450Z | sys 0.030964691 |
| 122 | 2026-06-10T03:38:16.450Z | trap 0.000032267 |
| 123 | 2026-06-10T03:38:16.450Z | tflt 0.000043033 |
| 124 | 2026-06-10T03:38:16.450Z | dflt 0.000010597 |
| 125 | 2026-06-10T03:38:16.450Z | kflt 0.000000000 |
| 126 | 2026-06-10T03:38:16.450Z | lock 0.031176806 |
| 127 | 2026-06-10T03:38:16.450Z | slp 0.101668377 |
| 128 | 2026-06-10T03:38:16.451Z | lat 0.000887071 |
| 129 | 2026-06-10T03:38:16.451Z | stop 0.000114101 |
| 130 | 2026-06-10T03:38:16.454Z | + header 'check docs' |
| 131 | 2026-06-10T03:38:16.454Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-06-10T03:38:16.454Z | # ==== check docs ==== # |
| 133 | 2026-06-10T03:38:16.454Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-06-10T03:38:16.454Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-06-10T03:38:16.522Z | Updating crates.io index |
| 136 | 2026-06-10T03:38:16.559Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-06-10T03:38:17.465Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-06-10T03:38:18.193Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-06-10T03:38:18.579Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-06-10T03:38:18.882Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-06-10T03:38:19.337Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-06-10T03:38:19.601Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-06-10T03:38:21.741Z | Downloading crates ... |
| 144 | 2026-06-10T03:38:21.793Z | Downloaded cfg-if v1.0.4 |
| 145 | 2026-06-10T03:38:21.806Z | Downloaded darling v0.21.3 |
| 146 | 2026-06-10T03:38:21.814Z | Downloaded scroll_derive v0.13.1 |
| 147 | 2026-06-10T03:38:21.817Z | Downloaded block-buffer v0.10.4 |
| 148 | 2026-06-10T03:38:21.820Z | Downloaded digest v0.10.7 |
| 149 | 2026-06-10T03:38:21.823Z | Downloaded darling_macro v0.21.3 |
| 150 | 2026-06-10T03:38:21.826Z | Downloaded itoa v1.0.18 |
| 151 | 2026-06-10T03:38:21.829Z | Downloaded dyn-clone v1.0.20 |
| 152 | 2026-06-10T03:38:21.833Z | Downloaded darling_core v0.21.3 |
| 153 | 2026-06-10T03:38:21.837Z | Downloaded defmt-macros v1.1.0 |
| 154 | 2026-06-10T03:38:21.837Z | Downloaded embedded-io v0.4.0 |
| 155 | 2026-06-10T03:38:21.837Z | Downloaded defmt v1.1.0 |
| 156 | 2026-06-10T03:38:21.840Z | Downloaded plain v0.2.3 |
| 157 | 2026-06-10T03:38:21.840Z | Downloaded defmt v0.3.100 |
| 158 | 2026-06-10T03:38:21.840Z | Downloaded cobs v0.3.0 |
| 159 | 2026-06-10T03:38:21.844Z | Downloaded either v1.16.0 |
| 160 | 2026-06-10T03:38:21.847Z | Downloaded pretty-hex v0.4.2 |
| 161 | 2026-06-10T03:38:21.847Z | Downloaded ident_case v1.0.1 |
| 162 | 2026-06-10T03:38:21.850Z | Downloaded macaddr v1.0.1 |
| 163 | 2026-06-10T03:38:21.850Z | Downloaded darling_macro v0.23.0 |
| 164 | 2026-06-10T03:38:21.850Z | Downloaded embedded-io v0.6.1 |
| 165 | 2026-06-10T03:38:21.853Z | Downloaded dtrace-parser v0.3.0 |
| 166 | 2026-06-10T03:38:21.853Z | Downloaded cpufeatures v0.2.17 |
| 167 | 2026-06-10T03:38:21.853Z | Downloaded ref-cast-impl v1.0.25 |
| 168 | 2026-06-10T03:38:21.856Z | Downloaded defmt-parser v1.0.0 |
| 169 | 2026-06-10T03:38:21.861Z | Downloaded strsim v0.11.1 |
| 170 | 2026-06-10T03:38:21.869Z | Downloaded darling v0.23.0 |
| 171 | 2026-06-10T03:38:21.877Z | Downloaded tabwriter v1.4.1 |
| 172 | 2026-06-10T03:38:21.880Z | Downloaded managed v0.8.0 |
| 173 | 2026-06-10T03:38:21.883Z | Downloaded unicode-ident v1.0.24 |
| 174 | 2026-06-10T03:38:21.883Z | Downloaded serde_derive v1.0.228 |
| 175 | 2026-06-10T03:38:21.886Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 176 | 2026-06-10T03:38:21.889Z | Downloaded version_check v0.9.5 |
| 177 | 2026-06-10T03:38:21.889Z | Downloaded hash32 v0.3.1 |
| 178 | 2026-06-10T03:38:21.892Z | Downloaded generic-array v0.14.7 |
| 179 | 2026-06-10T03:38:21.894Z | Downloaded dof v0.4.0 |
| 180 | 2026-06-10T03:38:21.897Z | Downloaded usdt-attr-macro v0.6.0 |
| 181 | 2026-06-10T03:38:21.897Z | Downloaded crypto-common v0.1.7 |
| 182 | 2026-06-10T03:38:21.897Z | Downloaded ref-cast v1.0.25 |
| 183 | 2026-06-10T03:38:21.900Z | Downloaded usdt v0.6.0 |
| 184 | 2026-06-10T03:38:21.903Z | Downloaded thread-id v5.1.0 |
| 185 | 2026-06-10T03:38:21.910Z | Downloaded usdt-macro v0.6.0 |
| 186 | 2026-06-10T03:38:21.921Z | Downloaded memmap2 v0.9.10 |
| 187 | 2026-06-10T03:38:21.925Z | Downloaded byteorder v1.5.0 |
| 188 | 2026-06-10T03:38:21.925Z | Downloaded ingot-types v0.1.2 |
| 189 | 2026-06-10T03:38:21.925Z | Downloaded bitflags v1.3.2 |
| 190 | 2026-06-10T03:38:21.928Z | Downloaded ipnetwork v0.21.1 |
| 191 | 2026-06-10T03:38:21.934Z | Downloaded usdt-impl v0.6.0 |
| 192 | 2026-06-10T03:38:21.938Z | Downloaded ingot v0.1.1 |
| 193 | 2026-06-10T03:38:21.938Z | Downloaded scroll v0.13.0 |
| 194 | 2026-06-10T03:38:21.941Z | Downloaded thiserror v2.0.18 |
| 195 | 2026-06-10T03:38:21.946Z | Downloaded fnv v1.0.7 |
| 196 | 2026-06-10T03:38:21.949Z | Downloaded serde_tokenstream v0.2.3 |
| 197 | 2026-06-10T03:38:21.949Z | Downloaded stable_deref_trait v1.2.1 |
| 198 | 2026-06-10T03:38:21.949Z | Downloaded thiserror-impl v2.0.18 |
| 199 | 2026-06-10T03:38:21.953Z | Downloaded pest_derive v2.8.6 |
| 200 | 2026-06-10T03:38:21.956Z | Downloaded proc-macro2 v1.0.106 |
| 201 | 2026-06-10T03:38:21.956Z | Downloaded zmij v1.0.21 |
| 202 | 2026-06-10T03:38:21.959Z | Downloaded zerocopy-derive v0.8.52 |
| 203 | 2026-06-10T03:38:21.962Z | Downloaded ingot-macros v0.1.1 |
| 204 | 2026-06-10T03:38:21.965Z | Downloaded sha2 v0.10.9 |
| 205 | 2026-06-10T03:38:21.965Z | Downloaded quote v1.0.45 |
| 206 | 2026-06-10T03:38:21.965Z | Downloaded pest_generator v2.8.6 |
| 207 | 2026-06-10T03:38:21.967Z | Downloaded proc-macro-error2 v2.0.1 |
| 208 | 2026-06-10T03:38:21.970Z | Downloaded crc32fast v1.5.0 |
| 209 | 2026-06-10T03:38:21.978Z | Downloaded ucd-trie v0.1.7 |
| 210 | 2026-06-10T03:38:21.982Z | Downloaded postcard v1.1.3 |
| 211 | 2026-06-10T03:38:21.985Z | Downloaded log v0.4.32 |
| 212 | 2026-06-10T03:38:21.995Z | Downloaded uuid v1.23.3 |
| 213 | 2026-06-10T03:38:22.003Z | Downloaded pest_meta v2.8.6 |
| 214 | 2026-06-10T03:38:22.007Z | Downloaded typenum v1.20.1 |
| 215 | 2026-06-10T03:38:22.013Z | Downloaded darling_core v0.23.0 |
| 216 | 2026-06-10T03:38:22.017Z | Downloaded bitflags v2.13.0 |
| 217 | 2026-06-10T03:38:22.020Z | Downloaded heapless v0.8.0 |
| 218 | 2026-06-10T03:38:22.023Z | Downloaded serde_core v1.0.228 |
| 219 | 2026-06-10T03:38:22.034Z | Downloaded aho-corasick v1.1.4 |
| 220 | 2026-06-10T03:38:22.043Z | Downloaded memchr v2.8.1 |
| 221 | 2026-06-10T03:38:22.049Z | Downloaded serde v1.0.228 |
| 222 | 2026-06-10T03:38:22.065Z | Downloaded pest v2.8.6 |
| 223 | 2026-06-10T03:38:22.106Z | Downloaded itertools v0.14.0 |
| 224 | 2026-06-10T03:38:22.111Z | Downloaded serde_json v1.0.150 |
| 225 | 2026-06-10T03:38:22.116Z | Downloaded regex v1.12.4 |
| 226 | 2026-06-10T03:38:22.167Z | Downloaded zerocopy v0.8.52 |
| 227 | 2026-06-10T03:38:22.177Z | Downloaded unicode-width v0.2.2 |
| 228 | 2026-06-10T03:38:22.180Z | Downloaded syn v2.0.117 |
| 229 | 2026-06-10T03:38:22.187Z | Downloaded smoltcp v0.11.0 |
| 230 | 2026-06-10T03:38:22.192Z | Downloaded regex-syntax v0.8.11 |
| 231 | 2026-06-10T03:38:22.196Z | Downloaded goblin v0.10.7 |
| 232 | 2026-06-10T03:38:22.231Z | Downloaded regex-automata v0.4.14 |
| 233 | 2026-06-10T03:38:22.240Z | Downloaded libc v0.2.186 |
| 234 | 2026-06-10T03:38:22.300Z | Compiling proc-macro2 v1.0.106 |
| 235 | 2026-06-10T03:38:22.300Z | Compiling quote v1.0.45 |
| 236 | 2026-06-10T03:38:22.300Z | Compiling unicode-ident v1.0.24 |
| 237 | 2026-06-10T03:38:22.304Z | Compiling ident_case v1.0.1 |
| 238 | 2026-06-10T03:38:22.304Z | Documenting unicode-ident v1.0.24 |
| 239 | 2026-06-10T03:38:22.304Z | Compiling strsim v0.11.1 |
| 240 | 2026-06-10T03:38:22.304Z | Compiling serde_core v1.0.228 |
| 241 | 2026-06-10T03:38:22.457Z | Compiling fnv v1.0.7 |
| 242 | 2026-06-10T03:38:22.477Z | Compiling memchr v2.8.1 |
| 243 | 2026-06-10T03:38:22.480Z | Compiling regex-syntax v0.8.11 |
| 244 | 2026-06-10T03:38:22.538Z | Compiling zerocopy v0.8.52 |
| 245 | 2026-06-10T03:38:22.644Z | Compiling serde v1.0.228 |
| 246 | 2026-06-10T03:38:22.685Z | Compiling thiserror v2.0.18 |
| 247 | 2026-06-10T03:38:22.952Z | Documenting proc-macro2 v1.0.106 |
| 248 | 2026-06-10T03:38:23.017Z | Compiling aho-corasick v1.1.4 |
| 249 | 2026-06-10T03:38:23.173Z | Compiling either v1.16.0 |
| 250 | 2026-06-10T03:38:23.348Z | Compiling syn v2.0.117 |
| 251 | 2026-06-10T03:38:23.366Z | Checking byteorder v1.5.0 |
| 252 | 2026-06-10T03:38:23.508Z | Documenting quote v1.0.45 |
| 253 | 2026-06-10T03:38:23.534Z | Compiling itertools v0.14.0 |
| 254 | 2026-06-10T03:38:23.986Z | Documenting syn v2.0.117 |
| 255 | 2026-06-10T03:38:24.136Z | Compiling regex-automata v0.4.14 |
| 256 | 2026-06-10T03:38:24.398Z | Compiling heapless v0.8.0 |
| 257 | 2026-06-10T03:38:24.497Z | Checking bitflags v2.13.0 |
| 258 | 2026-06-10T03:38:24.654Z | Checking hash32 v0.3.1 |
| 259 | 2026-06-10T03:38:24.751Z | Documenting serde_core v1.0.228 |
| 260 | 2026-06-10T03:38:24.758Z | Checking cfg-if v1.0.4 |
| 261 | 2026-06-10T03:38:24.812Z | Checking stable_deref_trait v1.2.1 |
| 262 | 2026-06-10T03:38:24.854Z | Checking macaddr v1.0.1 |
| 263 | 2026-06-10T03:38:24.873Z | Documenting memchr v2.8.1 |
| 264 | 2026-06-10T03:38:24.990Z | Compiling smoltcp v0.11.0 |
| 265 | 2026-06-10T03:38:25.336Z | Documenting regex-syntax v0.8.11 |
| 266 | 2026-06-10T03:38:25.403Z | Checking darling_core v0.21.3 |
| 267 | 2026-06-10T03:38:25.494Z | Documenting aho-corasick v1.1.4 |
| 268 | 2026-06-10T03:38:26.375Z | Compiling regex v1.12.4 |
| 269 | 2026-06-10T03:38:26.389Z | Compiling darling_core v0.23.0 |
| 270 | 2026-06-10T03:38:26.547Z | Documenting regex-automata v0.4.14 |
| 271 | 2026-06-10T03:38:26.680Z | Checking bitflags v1.3.2 |
| 272 | 2026-06-10T03:38:26.781Z | Checking managed v0.8.0 |
| 273 | 2026-06-10T03:38:26.805Z | Documenting zerocopy-derive v0.8.52 |
| 274 | 2026-06-10T03:38:26.949Z | Compiling thiserror-impl v2.0.18 |
| 275 | 2026-06-10T03:38:26.961Z | Compiling serde_derive v1.0.228 |
| 276 | 2026-06-10T03:38:27.023Z | Compiling zerocopy-derive v0.8.52 |
| 277 | 2026-06-10T03:38:27.881Z | Documenting thiserror-impl v2.0.18 |
| 278 | 2026-06-10T03:38:27.900Z | Documenting regex v1.12.4 |
| 279 | 2026-06-10T03:38:27.945Z | Documenting serde_derive v1.0.228 |
| 280 | 2026-06-10T03:38:28.116Z | Compiling darling_macro v0.21.3 |
| 281 | 2026-06-10T03:38:28.261Z | Checking cobs v0.3.0 |
| 282 | 2026-06-10T03:38:28.390Z | Compiling crc32fast v1.5.0 |
| 283 | 2026-06-10T03:38:28.495Z | Compiling darling_macro v0.23.0 |
| 284 | 2026-06-10T03:38:28.676Z | Documenting byteorder v1.5.0 |
| 285 | 2026-06-10T03:38:28.683Z | Compiling darling v0.21.3 |
| 286 | 2026-06-10T03:38:28.750Z | Compiling ingot-macros v0.1.1 |
| 287 | 2026-06-10T03:38:28.799Z | Compiling ref-cast v1.0.25 |
| 288 | 2026-06-10T03:38:28.841Z | Documenting thiserror v2.0.18 |
| 289 | 2026-06-10T03:38:29.038Z | Documenting ingot-macros v0.1.1 |
| 290 | 2026-06-10T03:38:29.099Z | Documenting zerocopy v0.8.52 |
| 291 | 2026-06-10T03:38:29.205Z | Documenting hash32 v0.3.1 |
| 292 | 2026-06-10T03:38:29.366Z | Compiling ref-cast-impl v1.0.25 |
| 293 | 2026-06-10T03:38:29.720Z | Documenting serde v1.0.228 |
| 294 | 2026-06-10T03:38:29.958Z | Documenting bitflags v2.13.0 |
| 295 | 2026-06-10T03:38:29.974Z | Checking postcard v1.1.3 |
| 296 | 2026-06-10T03:38:30.194Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 297 | 2026-06-10T03:38:30.235Z | Documenting macaddr v1.0.1 |
| 298 | 2026-06-10T03:38:30.300Z | Documenting cfg-if v1.0.4 |
| 299 | 2026-06-10T03:38:30.453Z | Documenting stable_deref_trait v1.2.1 |
| 300 | 2026-06-10T03:38:30.567Z | Compiling version_check v0.9.5 |
| 301 | 2026-06-10T03:38:30.750Z | Checking ipnetwork v0.21.1 |
| 302 | 2026-06-10T03:38:30.829Z | Checking unicode-width v0.2.2 |
| 303 | 2026-06-10T03:38:30.959Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 304 | 2026-06-10T03:38:31.106Z | Documenting cobs v0.3.0 |
| 305 | 2026-06-10T03:38:31.129Z | Compiling darling v0.23.0 |
| 306 | 2026-06-10T03:38:31.203Z | Documenting managed v0.8.0 |
| 307 | 2026-06-10T03:38:31.262Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 308 | 2026-06-10T03:38:31.406Z | Documenting heapless v0.8.0 |
| 309 | 2026-06-10T03:38:31.431Z | Checking ingot-types v0.1.2 |
| 310 | 2026-06-10T03:38:31.666Z | Documenting postcard v1.1.3 |
| 311 | 2026-06-10T03:38:31.770Z | Checking ingot v0.1.1 |
| 312 | 2026-06-10T03:38:31.970Z | Checking tabwriter v1.4.1 |
| 313 | 2026-06-10T03:38:32.106Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 314 | 2026-06-10T03:38:32.158Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 315 | 2026-06-10T03:38:32.161Z | Documenting ingot-types v0.1.2 |
| 316 | 2026-06-10T03:38:32.202Z | Documenting ref-cast-impl v1.0.25 |
| 317 | 2026-06-10T03:38:32.271Z | Documenting either v1.16.0 |
| 318 | 2026-06-10T03:38:32.428Z | Documenting smoltcp v0.11.0 |
| 319 | 2026-06-10T03:38:32.655Z | Checking dyn-clone v1.0.20 |
| 320 | 2026-06-10T03:38:32.739Z | Documenting ipnetwork v0.21.1 |
| 321 | 2026-06-10T03:38:32.747Z | Documenting unicode-width v0.2.2 |
| 322 | 2026-06-10T03:38:32.895Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 323 | 2026-06-10T03:38:33.121Z | Documenting itertools v0.14.0 |
| 324 | 2026-06-10T03:38:33.319Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 325 | 2026-06-10T03:38:33.412Z | Documenting ingot v0.1.1 |
| 326 | 2026-06-10T03:38:33.615Z | Documenting ref-cast v1.0.25 |
| 327 | 2026-06-10T03:38:33.885Z | Documenting crc32fast v1.5.0 |
| 328 | 2026-06-10T03:38:34.095Z | Documenting tabwriter v1.4.1 |
| 329 | 2026-06-10T03:38:34.144Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 330 | 2026-06-10T03:38:34.474Z | Documenting dyn-clone v1.0.20 |
| 331 | 2026-06-10T03:38:35.127Z | Documenting uuid v1.23.3 |
| 332 | 2026-06-10T03:38:35.264Z | Checking uuid v1.23.3 |
| 333 | 2026-06-10T03:38:35.505Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 334 | 2026-06-10T03:38:35.558Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 335 | 2026-06-10T03:38:36.620Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 336 | 2026-06-10T03:38:37.940Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 337 | 2026-06-10T03:38:40.157Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 338 | 2026-06-10T03:38:41.718Z | Finished `dev` profile [optimized + debuginfo] target(s) in 25.25s |
| 339 | 2026-06-10T03:38:41.811Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
| 340 | 2026-06-10T03:38:41.828Z | |
| 341 | 2026-06-10T03:38:41.828Z | real 25.359822755 |
| 342 | 2026-06-10T03:38:41.828Z | user 1:20.805641208 |
| 343 | 2026-06-10T03:38:41.828Z | sys 16.878733340 |
| 344 | 2026-06-10T03:38:41.828Z | trap 0.042012184 |
| 345 | 2026-06-10T03:38:41.828Z | tflt 0.031760879 |
| 346 | 2026-06-10T03:38:41.828Z | dflt 0.087275170 |
| 347 | 2026-06-10T03:38:41.831Z | kflt 0.005033005 |
| 348 | 2026-06-10T03:38:41.831Z | lock 7:53.767347228 |
| 349 | 2026-06-10T03:38:41.831Z | slp 4:38.954849507 |
| 350 | 2026-06-10T03:38:41.831Z | lat 8.816962621 |
| 351 | 2026-06-10T03:38:41.831Z | stop 10.768739798 |
| 352 | 2026-06-10T03:38:41.831Z | + header 'analyze std + api + usdt' |
| 353 | 2026-06-10T03:38:41.831Z | + echo '# ==== analyze std + api + usdt ==== #' |
| 354 | 2026-06-10T03:38:41.831Z | # ==== analyze std + api + usdt ==== # |
| 355 | 2026-06-10T03:38:41.831Z | + ptime -m cargo clippy --features usdt --all-targets -- --deny warnings |
| 356 | 2026-06-10T03:38:42.017Z | Downloading crates ... |
| 357 | 2026-06-10T03:38:42.073Z | Downloaded futures-io v0.3.32 |
| 358 | 2026-06-10T03:38:42.076Z | Downloaded futures-core v0.3.32 |
| 359 | 2026-06-10T03:38:42.087Z | Downloaded pin-project-lite v0.2.17 |
| 360 | 2026-06-10T03:38:42.090Z | Downloaded typeid v1.0.3 |
| 361 | 2026-06-10T03:38:42.093Z | Downloaded rusticata-macros v5.0.0 |
| 362 | 2026-06-10T03:38:42.093Z | Downloaded ctor v0.10.1 |
| 363 | 2026-06-10T03:38:42.096Z | Downloaded futures-macro v0.3.32 |
| 364 | 2026-06-10T03:38:42.096Z | Downloaded futures-task v0.3.32 |
| 365 | 2026-06-10T03:38:42.098Z | Downloaded nom v8.0.0 |
| 366 | 2026-06-10T03:38:42.102Z | Downloaded dtor v0.8.1 |
| 367 | 2026-06-10T03:38:42.105Z | Downloaded futures-sink v0.3.32 |
| 368 | 2026-06-10T03:38:42.105Z | Downloaded link-section v0.2.1 |
| 369 | 2026-06-10T03:38:42.105Z | Downloaded dtor-proc-macro v0.0.13 |
| 370 | 2026-06-10T03:38:42.107Z | Downloaded ctor-proc-macro v0.0.13 |
| 371 | 2026-06-10T03:38:42.110Z | Downloaded slab v0.4.12 |
| 372 | 2026-06-10T03:38:42.113Z | Downloaded anyhow v1.0.102 |
| 373 | 2026-06-10T03:38:42.113Z | Downloaded circular v0.3.0 |
| 374 | 2026-06-10T03:38:42.120Z | Downloaded futures-channel v0.3.32 |
| 375 | 2026-06-10T03:38:42.124Z | Downloaded futures-executor v0.3.32 |
| 376 | 2026-06-10T03:38:42.124Z | Downloaded cookie-factory v0.3.3 |
| 377 | 2026-06-10T03:38:42.127Z | Downloaded once_cell v1.21.4 |
| 378 | 2026-06-10T03:38:42.131Z | Downloaded futures v0.3.32 |
| 379 | 2026-06-10T03:38:42.141Z | Downloaded futures-util v0.3.32 |
| 380 | 2026-06-10T03:38:42.147Z | Downloaded pcap-parser v0.17.0 |
| 381 | 2026-06-10T03:38:42.150Z | Downloaded ron v0.12.1 |
| 382 | 2026-06-10T03:38:42.202Z | Compiling proc-macro2 v1.0.106 |
| 383 | 2026-06-10T03:38:42.202Z | Compiling quote v1.0.45 |
| 384 | 2026-06-10T03:38:42.202Z | Compiling unicode-ident v1.0.24 |
| 385 | 2026-06-10T03:38:42.202Z | Compiling memchr v2.8.1 |
| 386 | 2026-06-10T03:38:42.205Z | Compiling thiserror v2.0.18 |
| 387 | 2026-06-10T03:38:42.205Z | Compiling serde_core v1.0.228 |
| 388 | 2026-06-10T03:38:42.205Z | Compiling zerocopy v0.8.52 |
| 389 | 2026-06-10T03:38:42.205Z | Compiling zmij v1.0.21 |
| 390 | 2026-06-10T03:38:42.562Z | Compiling libc v0.2.186 |
| 391 | 2026-06-10T03:38:42.592Z | Compiling ident_case v1.0.1 |
| 392 | 2026-06-10T03:38:42.597Z | Compiling ucd-trie v0.1.7 |
| 393 | 2026-06-10T03:38:42.635Z | Compiling strsim v0.11.1 |
| 394 | 2026-06-10T03:38:42.699Z | Compiling serde_json v1.0.150 |
| 395 | 2026-06-10T03:38:42.757Z | Compiling pest v2.8.6 |
| 396 | 2026-06-10T03:38:42.815Z | Compiling serde v1.0.228 |
| 397 | 2026-06-10T03:38:43.129Z | Compiling fnv v1.0.7 |
| 398 | 2026-06-10T03:38:43.216Z | Compiling aho-corasick v1.1.4 |
| 399 | 2026-06-10T03:38:43.406Z | Compiling itoa v1.0.18 |
| 400 | 2026-06-10T03:38:43.411Z | Checking byteorder v1.5.0 |
| 401 | 2026-06-10T03:38:43.462Z | Compiling syn v2.0.117 |
| 402 | 2026-06-10T03:38:43.506Z | Compiling regex-syntax v0.8.11 |
| 403 | 2026-06-10T03:38:43.878Z | Compiling pest_meta v2.8.6 |
| 404 | 2026-06-10T03:38:43.947Z | Compiling usdt-impl v0.6.0 |
| 405 | 2026-06-10T03:38:43.980Z | Compiling either v1.16.0 |
| 406 | 2026-06-10T03:38:44.082Z | Checking bitflags v2.13.0 |
| 407 | 2026-06-10T03:38:44.179Z | Compiling itertools v0.14.0 |
| 408 | 2026-06-10T03:38:44.243Z | Compiling thread-id v5.1.0 |
| 409 | 2026-06-10T03:38:44.557Z | Checking log v0.4.32 |
| 410 | 2026-06-10T03:38:44.787Z | Checking futures-sink v0.3.32 |
| 411 | 2026-06-10T03:38:44.875Z | Checking plain v0.2.3 |
| 412 | 2026-06-10T03:38:44.940Z | Compiling regex-automata v0.4.14 |
| 413 | 2026-06-10T03:38:44.963Z | Compiling heapless v0.8.0 |
| 414 | 2026-06-10T03:38:44.967Z | Checking futures-core v0.3.32 |
| 415 | 2026-06-10T03:38:45.077Z | Checking futures-channel v0.3.32 |
| 416 | 2026-06-10T03:38:45.413Z | Checking hash32 v0.3.1 |
| 417 | 2026-06-10T03:38:45.529Z | Checking pin-project-lite v0.2.17 |
| 418 | 2026-06-10T03:38:45.541Z | Checking pretty-hex v0.4.2 |
| 419 | 2026-06-10T03:38:45.558Z | Compiling smoltcp v0.11.0 |
| 420 | 2026-06-10T03:38:45.609Z | Checking stable_deref_trait v1.2.1 |
| 421 | 2026-06-10T03:38:45.648Z | Checking cfg-if v1.0.4 |
| 422 | 2026-06-10T03:38:45.671Z | Checking slab v0.4.12 |
| 423 | 2026-06-10T03:38:45.702Z | Checking macaddr v1.0.1 |
| 424 | 2026-06-10T03:38:45.734Z | Checking futures-io v0.3.32 |
| 425 | 2026-06-10T03:38:45.761Z | Checking futures-task v0.3.32 |
| 426 | 2026-06-10T03:38:45.820Z | Compiling pest_generator v2.8.6 |
| 427 | 2026-06-10T03:38:45.853Z | Compiling darling_core v0.21.3 |
| 428 | 2026-06-10T03:38:45.872Z | Compiling darling_core v0.23.0 |
| 429 | 2026-06-10T03:38:46.369Z | Compiling crc32fast v1.5.0 |
| 430 | 2026-06-10T03:38:46.402Z | Checking managed v0.8.0 |
| 431 | 2026-06-10T03:38:46.460Z | Compiling ref-cast v1.0.25 |
| 432 | 2026-06-10T03:38:46.578Z | Compiling version_check v0.9.5 |
| 433 | 2026-06-10T03:38:46.666Z | Compiling regex v1.12.4 |
| 434 | 2026-06-10T03:38:46.784Z | Checking bitflags v1.3.2 |
| 435 | 2026-06-10T03:38:46.848Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 436 | 2026-06-10T03:38:47.040Z | Compiling thiserror-impl v2.0.18 |
| 437 | 2026-06-10T03:38:47.059Z | Compiling serde_derive v1.0.228 |
| 438 | 2026-06-10T03:38:47.102Z | Compiling zerocopy-derive v0.8.52 |
| 439 | 2026-06-10T03:38:47.541Z | Compiling pest_derive v2.8.6 |
| 440 | 2026-06-10T03:38:47.951Z | Compiling darling_macro v0.21.3 |
| 441 | 2026-06-10T03:38:47.961Z | Compiling scroll_derive v0.13.1 |
| 442 | 2026-06-10T03:38:48.002Z | Compiling futures-macro v0.3.32 |
| 443 | 2026-06-10T03:38:48.056Z | Compiling darling_macro v0.23.0 |
| 444 | 2026-06-10T03:38:48.130Z | Compiling ref-cast-impl v1.0.25 |
| 445 | 2026-06-10T03:38:48.424Z | Compiling dtrace-parser v0.3.0 |
| 446 | 2026-06-10T03:38:48.603Z | Compiling darling v0.21.3 |
| 447 | 2026-06-10T03:38:48.674Z | Compiling ingot-macros v0.1.1 |
| 448 | 2026-06-10T03:38:48.761Z | Checking scroll v0.13.0 |
| 449 | 2026-06-10T03:38:48.807Z | Checking futures-util v0.3.32 |
| 450 | 2026-06-10T03:38:48.945Z | Checking cobs v0.3.0 |
| 451 | 2026-06-10T03:38:48.976Z | Checking goblin v0.10.7 |
| 452 | 2026-06-10T03:38:49.015Z | Compiling darling v0.23.0 |
| 453 | 2026-06-10T03:38:49.111Z | Checking memmap2 v0.9.10 |
| 454 | 2026-06-10T03:38:49.115Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 455 | 2026-06-10T03:38:49.263Z | Checking ipnetwork v0.21.1 |
| 456 | 2026-06-10T03:38:49.432Z | Checking unicode-width v0.2.2 |
| 457 | 2026-06-10T03:38:49.668Z | Checking tabwriter v1.4.1 |
| 458 | 2026-06-10T03:38:50.062Z | Checking postcard v1.1.3 |
| 459 | 2026-06-10T03:38:50.288Z | Compiling serde_tokenstream v0.2.3 |
| 460 | 2026-06-10T03:38:50.405Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 461 | 2026-06-10T03:38:50.458Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 462 | 2026-06-10T03:38:50.561Z | Checking nom v8.0.0 |
| 463 | 2026-06-10T03:38:50.652Z | Checking futures-executor v0.3.32 |
| 464 | 2026-06-10T03:38:50.802Z | Checking futures v0.3.32 |
| 465 | 2026-06-10T03:38:50.872Z | Compiling typeid v1.0.3 |
| 466 | 2026-06-10T03:38:51.073Z | Compiling anyhow v1.0.102 |
| 467 | 2026-06-10T03:38:51.163Z | Checking dyn-clone v1.0.20 |
| 468 | 2026-06-10T03:38:51.198Z | Checking cookie-factory v0.3.3 |
| 469 | 2026-06-10T03:38:51.204Z | Checking uuid v1.23.3 |
| 470 | 2026-06-10T03:38:51.254Z | Compiling dof v0.4.0 |
| 471 | 2026-06-10T03:38:51.314Z | Checking ingot-types v0.1.2 |
| 472 | 2026-06-10T03:38:51.425Z | Compiling dtor-proc-macro v0.0.13 |
| 473 | 2026-06-10T03:38:51.443Z | Checking circular v0.3.0 |
| 474 | 2026-06-10T03:38:51.462Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 475 | 2026-06-10T03:38:51.593Z | Checking once_cell v1.21.4 |
| 476 | 2026-06-10T03:38:51.631Z | Checking link-section v0.2.1 |
| 477 | 2026-06-10T03:38:51.649Z | Checking ingot v0.1.1 |
| 478 | 2026-06-10T03:38:51.713Z | Compiling ctor-proc-macro v0.0.13 |
| 479 | 2026-06-10T03:38:51.733Z | Checking ron v0.12.1 |
| 480 | 2026-06-10T03:38:51.775Z | Checking dtor v0.8.1 |
| 481 | 2026-06-10T03:38:52.039Z | Checking ctor v0.10.1 |
| 482 | 2026-06-10T03:38:52.222Z | Compiling usdt-attr-macro v0.6.0 |
| 483 | 2026-06-10T03:38:52.222Z | Compiling usdt-macro v0.6.0 |
| 484 | 2026-06-10T03:38:52.526Z | Checking rusticata-macros v5.0.0 |
| 485 | 2026-06-10T03:38:52.646Z | Checking pcap-parser v0.17.0 |
| 486 | 2026-06-10T03:38:52.846Z | Checking usdt v0.6.0 |
| 487 | 2026-06-10T03:38:53.139Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 488 | 2026-06-10T03:38:57.540Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 489 | 2026-06-10T03:38:59.219Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 490 | 2026-06-10T03:39:01.539Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.66s |
| 491 | 2026-06-10T03:39:01.572Z | |
| 492 | 2026-06-10T03:39:01.572Z | real 19.738174291 |
| 493 | 2026-06-10T03:39:01.572Z | user 1:12.694266639 |
| 494 | 2026-06-10T03:39:01.572Z | sys 15.700123540 |
| 495 | 2026-06-10T03:39:01.572Z | trap 0.040779314 |
| 496 | 2026-06-10T03:39:01.572Z | tflt 0.090758296 |
| 497 | 2026-06-10T03:39:01.575Z | dflt 0.181224964 |
| 498 | 2026-06-10T03:39:01.575Z | kflt 0.000024136 |
| 499 | 2026-06-10T03:39:01.575Z | lock 4:03.207923541 |
| 500 | 2026-06-10T03:39:01.575Z | slp 3:55.182285667 |
| 501 | 2026-06-10T03:39:01.576Z | lat 3.590724940 |
| 502 | 2026-06-10T03:39:01.576Z | stop 7.826093922 |
| 503 | 2026-06-10T03:39:01.576Z | + header 'analyze no_std + engine + kernel' |
| 504 | 2026-06-10T03:39:01.576Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 505 | 2026-06-10T03:39:01.576Z | # ==== analyze no_std + engine + kernel ==== # |
| 506 | 2026-06-10T03:39:01.576Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel |
| 507 | 2026-06-10T03:39:01.751Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 508 | 2026-06-10T03:39:01.751Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 509 | 2026-06-10T03:39:01.772Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 510 | 2026-06-10T03:39:01.775Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 511 | 2026-06-10T03:39:02.041Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 512 | 2026-06-10T03:39:06.274Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 513 | 2026-06-10T03:39:07.834Z | Finished `dev` profile [optimized + debuginfo] target(s) in 6.21s |
| 514 | 2026-06-10T03:39:07.863Z | |
| 515 | 2026-06-10T03:39:07.866Z | real 6.284207786 |
| 516 | 2026-06-10T03:39:07.866Z | user 6.505320482 |
| 517 | 2026-06-10T03:39:07.866Z | sys 1.013801455 |
| 518 | 2026-06-10T03:39:07.866Z | trap 0.000807033 |
| 519 | 2026-06-10T03:39:07.866Z | tflt 0.007765120 |
| 520 | 2026-06-10T03:39:07.866Z | dflt 0.004747163 |
| 521 | 2026-06-10T03:39:07.866Z | kflt 0.000000000 |
| 522 | 2026-06-10T03:39:07.866Z | lock 21.936912150 |
| 523 | 2026-06-10T03:39:07.866Z | slp 22.751881906 |
| 524 | 2026-06-10T03:39:07.866Z | lat 0.022219425 |
| 525 | 2026-06-10T03:39:07.866Z | stop 0.216921529 |
| 526 | 2026-06-10T03:39:07.866Z | + header test |
| 527 | 2026-06-10T03:39:07.866Z | + echo '# ==== test ==== #' |
| 528 | 2026-06-10T03:39:07.866Z | # ==== test ==== # |
| 529 | 2026-06-10T03:39:07.866Z | + ptime -m cargo test |
| 530 | 2026-06-10T03:39:08.020Z | Compiling memchr v2.8.1 |
| 531 | 2026-06-10T03:39:08.020Z | Compiling serde_core v1.0.228 |
| 532 | 2026-06-10T03:39:08.045Z | Compiling thiserror v2.0.18 |
| 533 | 2026-06-10T03:39:08.048Z | Compiling zerocopy v0.8.52 |
| 534 | 2026-06-10T03:39:08.052Z | Compiling byteorder v1.5.0 |
| 535 | 2026-06-10T03:39:08.052Z | Compiling unicode-ident v1.0.24 |
| 536 | 2026-06-10T03:39:08.055Z | Compiling libc v0.2.186 |
| 537 | 2026-06-10T03:39:08.055Z | Compiling zmij v1.0.21 |
| 538 | 2026-06-10T03:39:08.128Z | Compiling proc-macro2 v1.0.106 |
| 539 | 2026-06-10T03:39:08.175Z | Compiling scroll v0.13.0 |
| 540 | 2026-06-10T03:39:08.257Z | Compiling plain v0.2.3 |
| 541 | 2026-06-10T03:39:08.351Z | Compiling futures-core v0.3.32 |
| 542 | 2026-06-10T03:39:08.387Z | Compiling ucd-trie v0.1.7 |
| 543 | 2026-06-10T03:39:08.418Z | Compiling futures-sink v0.3.32 |
| 544 | 2026-06-10T03:39:08.443Z | Compiling itoa v1.0.18 |
| 545 | 2026-06-10T03:39:08.505Z | Compiling log v0.4.32 |
| 546 | 2026-06-10T03:39:08.508Z | Compiling futures-channel v0.3.32 |
| 547 | 2026-06-10T03:39:08.694Z | Compiling goblin v0.10.7 |
| 548 | 2026-06-10T03:39:08.730Z | Compiling pest v2.8.6 |
| 549 | 2026-06-10T03:39:08.736Z | Compiling quote v1.0.45 |
| 550 | 2026-06-10T03:39:09.094Z | Compiling hash32 v0.3.1 |
| 551 | 2026-06-10T03:39:09.255Z | Compiling slab v0.4.12 |
| 552 | 2026-06-10T03:39:09.369Z | Compiling pretty-hex v0.4.2 |
| 553 | 2026-06-10T03:39:09.433Z | Compiling pin-project-lite v0.2.17 |
| 554 | 2026-06-10T03:39:09.497Z | Compiling macaddr v1.0.1 |
| 555 | 2026-06-10T03:39:09.519Z | Compiling cfg-if v1.0.4 |
| 556 | 2026-06-10T03:39:09.580Z | Compiling futures-task v0.3.32 |
| 557 | 2026-06-10T03:39:09.584Z | Compiling stable_deref_trait v1.2.1 |
| 558 | 2026-06-10T03:39:09.648Z | Compiling futures-io v0.3.32 |
| 559 | 2026-06-10T03:39:09.741Z | Compiling futures-util v0.3.32 |
| 560 | 2026-06-10T03:39:09.765Z | Compiling serde v1.0.228 |
| 561 | 2026-06-10T03:39:09.835Z | Compiling bitflags v2.13.0 |
| 562 | 2026-06-10T03:39:09.995Z | Compiling serde_json v1.0.150 |
| 563 | 2026-06-10T03:39:10.259Z | Compiling dtrace-parser v0.3.0 |
| 564 | 2026-06-10T03:39:10.394Z | Compiling heapless v0.8.0 |
| 565 | 2026-06-10T03:39:10.443Z | Compiling syn v2.0.117 |
| 566 | 2026-06-10T03:39:10.848Z | Compiling ingot-types v0.1.2 |
| 567 | 2026-06-10T03:39:10.911Z | Compiling thread-id v5.1.0 |
| 568 | 2026-06-10T03:39:10.982Z | Compiling cobs v0.3.0 |
| 569 | 2026-06-10T03:39:11.003Z | Compiling bitflags v1.3.2 |
| 570 | 2026-06-10T03:39:11.061Z | Compiling managed v0.8.0 |
| 571 | 2026-06-10T03:39:11.244Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 572 | 2026-06-10T03:39:11.259Z | Compiling smoltcp v0.11.0 |
| 573 | 2026-06-10T03:39:11.284Z | Compiling ingot v0.1.1 |
| 574 | 2026-06-10T03:39:11.490Z | Compiling postcard v1.1.3 |
| 575 | 2026-06-10T03:39:11.835Z | Compiling dof v0.4.0 |
| 576 | 2026-06-10T03:39:12.444Z | Compiling futures-executor v0.3.32 |
| 577 | 2026-06-10T03:39:13.030Z | Compiling usdt-impl v0.6.0 |
| 578 | 2026-06-10T03:39:13.136Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 579 | 2026-06-10T03:39:13.485Z | Compiling memmap2 v0.9.10 |
| 580 | 2026-06-10T03:39:13.758Z | Compiling unicode-width v0.2.2 |
| 581 | 2026-06-10T03:39:13.780Z | Compiling ipnetwork v0.21.1 |
| 582 | 2026-06-10T03:39:13.814Z | Compiling either v1.16.0 |
| 583 | 2026-06-10T03:39:13.991Z | Compiling tabwriter v1.4.1 |
| 584 | 2026-06-10T03:39:14.058Z | Compiling itertools v0.14.0 |
| 585 | 2026-06-10T03:39:14.295Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 586 | 2026-06-10T03:39:14.399Z | Compiling ref-cast v1.0.25 |
| 587 | 2026-06-10T03:39:14.494Z | Compiling usdt v0.6.0 |
| 588 | 2026-06-10T03:39:15.002Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 589 | 2026-06-10T03:39:15.131Z | Compiling futures v0.3.32 |
| 590 | 2026-06-10T03:39:15.239Z | Compiling crc32fast v1.5.0 |
| 591 | 2026-06-10T03:39:15.483Z | Compiling nom v8.0.0 |
| 592 | 2026-06-10T03:39:15.486Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 593 | 2026-06-10T03:39:15.660Z | Compiling dyn-clone v1.0.20 |
| 594 | 2026-06-10T03:39:15.703Z | Compiling cookie-factory v0.3.3 |
| 595 | 2026-06-10T03:39:15.840Z | Compiling uuid v1.23.3 |
| 596 | 2026-06-10T03:39:16.058Z | Compiling circular v0.3.0 |
| 597 | 2026-06-10T03:39:16.309Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 598 | 2026-06-10T03:39:16.468Z | Compiling dtor v0.8.1 |
| 599 | 2026-06-10T03:39:16.547Z | Compiling anyhow v1.0.102 |
| 600 | 2026-06-10T03:39:16.553Z | Compiling typeid v1.0.3 |
| 601 | 2026-06-10T03:39:16.620Z | Compiling once_cell v1.21.4 |
| 602 | 2026-06-10T03:39:16.658Z | Compiling link-section v0.2.1 |
| 603 | 2026-06-10T03:39:16.755Z | Compiling ctor v0.10.1 |
| 604 | 2026-06-10T03:39:16.776Z | Compiling ron v0.12.1 |
| 605 | 2026-06-10T03:39:18.052Z | Compiling rusticata-macros v5.0.0 |
| 606 | 2026-06-10T03:39:18.370Z | Compiling pcap-parser v0.17.0 |
| 607 | 2026-06-10T03:39:21.864Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 608 | 2026-06-10T03:39:24.308Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 609 | 2026-06-10T03:40:01.521Z | Finished `test` profile [optimized + debuginfo] target(s) in 53.64s |
| 610 | 2026-06-10T03:40:01.539Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-4bce340783bb537d) |
| 611 | 2026-06-10T03:40:01.542Z | |
| 612 | 2026-06-10T03:40:01.542Z | running 15 tests |
| 613 | 2026-06-10T03:40:01.542Z | test api::tests::parse_good_proto_filter ... ok |
| 614 | 2026-06-10T03:40:01.542Z | test api::tests::ports_from_str_bad ... ok |
| 615 | 2026-06-10T03:40:01.542Z | test api::tests::ports_from_str_good ... ok |
| 616 | 2026-06-10T03:40:01.542Z | test api::tests::parse_bad_proto_filter ... ok |
| 617 | 2026-06-10T03:40:01.542Z | test api::tests::parse_bad_address ... ok |
| 618 | 2026-06-10T03:40:01.542Z | test api::tests::parse_good_address ... ok |
| 619 | 2026-06-10T03:40:01.542Z | test cfg::tests::test_required_nat_space ... ok |
| 620 | 2026-06-10T03:40:01.542Z | test cfg::tests::test_required_nat_space_only_ipv4 ... ok |
| 621 | 2026-06-10T03:40:01.542Z | test cfg::tests::test_required_nat_space_only_ipv6 ... ok |
| 622 | 2026-06-10T03:40:01.545Z | test engine::geneve::test::parse_multicast_replication_values ... ok |
| 623 | 2026-06-10T03:40:01.545Z | test engine::geneve::test::parse_single_opt ... ok |
| 624 | 2026-06-10T03:40:01.545Z | test engine::geneve::test::option_packet_length_with_known_options ... ok |
| 625 | 2026-06-10T03:40:01.545Z | test engine::geneve::test::unknown_crit_option_fails ... ok |
| 626 | 2026-06-10T03:40:01.545Z | test engine::geneve::test::parse_multi_opt ... ok |
| 627 | 2026-06-10T03:40:01.545Z | test engine::firewall::tests::port_predicate_simplification ... ok |
| 628 | 2026-06-10T03:40:01.545Z | |
| 629 | 2026-06-10T03:40:01.545Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 630 | 2026-06-10T03:40:01.545Z | |
| 631 | 2026-06-10T03:40:01.545Z | Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-1feed955c1f3baa2) |
| 632 | 2026-06-10T03:40:01.548Z | |
| 633 | 2026-06-10T03:40:01.548Z | running 4 tests |
| 634 | 2026-06-10T03:40:01.548Z | test firewall_external_inbound ... ok |
| 635 | 2026-06-10T03:40:01.548Z | test firewall_vni_outbound ... ok |
| 636 | 2026-06-10T03:40:01.548Z | test firewall_vni_inbound ... ok |
| 637 | 2026-06-10T03:40:01.548Z | test firewall_replace_rules ... ok |
| 638 | 2026-06-10T03:40:01.548Z | |
| 639 | 2026-06-10T03:40:01.548Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 640 | 2026-06-10T03:40:01.548Z | |
| 641 | 2026-06-10T03:40:01.548Z | Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-b8366a2fff84fd49) |
| 642 | 2026-06-10T03:40:01.551Z | |
| 643 | 2026-06-10T03:40:01.551Z | running 2 tests |
| 644 | 2026-06-10T03:40:01.551Z | test parse_in_regression ... ok |
| 645 | 2026-06-10T03:40:01.551Z | test parse_out_regression ... ok |
| 646 | 2026-06-10T03:40:01.551Z | |
| 647 | 2026-06-10T03:40:01.551Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 648 | 2026-06-10T03:40:01.551Z | |
| 649 | 2026-06-10T03:40:01.551Z | Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-642258d7022d77bd) |
| 650 | 2026-06-10T03:40:01.555Z | |
| 651 | 2026-06-10T03:40:01.555Z | running 48 tests |
| 652 | 2026-06-10T03:40:01.555Z | test bad_ip_len ... ok |
| 653 | 2026-06-10T03:40:01.555Z | test check_layers ... ok |
| 654 | 2026-06-10T03:40:01.555Z | test add_remove_fw_rule ... ok |
| 655 | 2026-06-10T03:40:01.555Z | test arp_gateway ... ok |
| 656 | 2026-06-10T03:40:01.555Z | test external_attached_subnets_cannot_reach_internal ... ok |
| 657 | 2026-06-10T03:40:01.555Z | test anti_spoof ... ok |
| 658 | 2026-06-10T03:40:01.555Z | test ephemeral_ip_preferred_over_snat_outbound ... ok |
| 659 | 2026-06-10T03:40:01.555Z | test external_attached_subnets_dont_apply_nat ... ok |
| 660 | 2026-06-10T03:40:01.555Z | test gateway_icmp4_ping ... ok |
| 661 | 2026-06-10T03:40:01.555Z | test flow_expiration ... ok |
| 662 | 2026-06-10T03:40:01.555Z | test external_ip_reconfigurable ... ok |
| 663 | 2026-06-10T03:40:01.555Z | test early_tcp_invalidation ... ok |
| 664 | 2026-06-10T03:40:01.555Z | test external_ip_epoch_affinity_preserved ... ok |
| 665 | 2026-06-10T03:40:01.555Z | test gateway_icmpv6_ping ... ok |
| 666 | 2026-06-10T03:40:01.555Z | test gateway_router_advert_reply ... ok |
| 667 | 2026-06-10T03:40:01.555Z | test guest_to_internet_ipv4 ... ok |
| 668 | 2026-06-10T03:40:01.555Z | test guest_to_guest_diff_vpc_no_peer ... ok |
| 669 | 2026-06-10T03:40:01.555Z | test guest_to_internet_ipv6 ... ok |
| 670 | 2026-06-10T03:40:01.555Z | test guest_to_guest_no_route ... ok |
| 671 | 2026-06-10T03:40:01.555Z | test guest_to_guest ... ok |
| 672 | 2026-06-10T03:40:01.555Z | test icmp_inner_has_nat_applied ... ok |
| 673 | 2026-06-10T03:40:01.555Z | test inbound_ndp_dropped_at_gateway ... ok |
| 674 | 2026-06-10T03:40:01.555Z | test icmpv6_inner_has_nat_applied ... ok |
| 675 | 2026-06-10T03:40:01.555Z | test external_ip_receive_and_reply_on_all ... ok |
| 676 | 2026-06-10T03:40:01.558Z | test intra_subnet_routes_with_custom ... ok |
| 677 | 2026-06-10T03:40:01.558Z | test packet_body_pullup ... ok |
| 678 | 2026-06-10T03:40:01.558Z | test internal_attached_subnets ... ok |
| 679 | 2026-06-10T03:40:01.558Z | test outbound_ndp_dropped ... ok |
| 680 | 2026-06-10T03:40:01.558Z | test external_ip_balanced_over_floating_ips ... ok |
| 681 | 2026-06-10T03:40:01.558Z | test no_panic_on_flow_table_full ... ok |
| 682 | 2026-06-10T03:40:01.558Z | test port_transition_reset ... ok |
| 683 | 2026-06-10T03:40:01.558Z | test port_transition_running ... ok |
| 684 | 2026-06-10T03:40:01.559Z | test port_transition_pause ... ok |
| 685 | 2026-06-10T03:40:01.559Z | test port_as_router_target ... ok |
| 686 | 2026-06-10T03:40:01.559Z | test test_drop_on_unknown_critical_option ... ok |
| 687 | 2026-06-10T03:40:01.559Z | test select_eip_conditioned_on_igw ... ok |
| 688 | 2026-06-10T03:40:01.559Z | test tcp_invalidation_does_not_block_connection ... ok |
| 689 | 2026-06-10T03:40:01.559Z | test snat_icmp6_echo_rewrite ... ok |
| 690 | 2026-06-10T03:40:01.559Z | test snat_icmp4_echo_rewrite ... ok |
| 691 | 2026-06-10T03:40:01.559Z | test test_ipv6_multicast_encapsulation ... ok |
| 692 | 2026-06-10T03:40:01.559Z | test tcp_outbound ... ok |
| 693 | 2026-06-10T03:40:01.559Z | test tcp_inbound ... ok |
| 694 | 2026-06-10T03:40:01.559Z | test test_v6_ext_hdr_geneve_offset_ok ... ok |
| 695 | 2026-06-10T03:40:01.559Z | test test_tcp_multicast_denied ... ok |
| 696 | 2026-06-10T03:40:01.559Z | test test_gateway_neighbor_advert_reply ... ok |
| 697 | 2026-06-10T03:40:01.559Z | test test_reply_to_dhcpv6_solicit_or_request ... ok |
| 698 | 2026-06-10T03:40:01.559Z | test uft_lft_invalidation_out ... ok |
| 699 | 2026-06-10T03:40:01.559Z | test uft_lft_invalidation_in ... ok |
| 700 | 2026-06-10T03:40:01.559Z | |
| 701 | 2026-06-10T03:40:01.559Z | test result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 702 | 2026-06-10T03:40:01.559Z | |
| 703 | 2026-06-10T03:40:01.559Z | Doc-tests oxide_vpc |
| 704 | 2026-06-10T03:40:01.846Z | |
| 705 | 2026-06-10T03:40:01.847Z | running 0 tests |
| 706 | 2026-06-10T03:40:01.847Z | |
| 707 | 2026-06-10T03:40:01.850Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 708 | 2026-06-10T03:40:01.850Z | |
| 709 | 2026-06-10T03:40:01.875Z | |
| 710 | 2026-06-10T03:40:01.880Z | real 54.002370133 |
| 711 | 2026-06-10T03:40:01.880Z | user 3:14.290138624 |
| 712 | 2026-06-10T03:40:01.880Z | sys 11.919857029 |
| 713 | 2026-06-10T03:40:01.880Z | trap 0.105363844 |
| 714 | 2026-06-10T03:40:01.880Z | tflt 0.283276031 |
| 715 | 2026-06-10T03:40:01.880Z | dflt 0.303670744 |
| 716 | 2026-06-10T03:40:01.880Z | kflt 0.000019655 |
| 717 | 2026-06-10T03:40:01.880Z | lock 12:29.735650889 |
| 718 | 2026-06-10T03:40:01.880Z | slp 6:27.658345655 |
| 719 | 2026-06-10T03:40:01.880Z | lat 8.539457000 |
| 720 | 2026-06-10T03:40:01.880Z | stop 5.068793643 |
| 721 | 2026-06-10T03:40:01.880Z | process exited: duration 151847 ms, exit code 0 |
| |
| 722 | 2026-06-10T03:40:01.888Z | found 0 output files |