|
|
|
| 1 | 2026-06-01T11:21:53.168Z | job assigned to worker 01KT1EMVEQ1T6ESQSXW1ANQA2V [factory aws, i-004c7ea64b81fbd8d] (queued for 1 m 0 s) |
| |
| 2 | 2026-06-01T11:21:59.403Z | starting task 0: "setup" |
| 3 | 2026-06-01T11:21:59.408Z | ++ uname -s |
| 4 | 2026-06-01T11:21:59.413Z | + kern=SunOS |
| 5 | 2026-06-01T11:21:59.413Z | + build_user=build |
| 6 | 2026-06-01T11:21:59.413Z | + build_uid=12345 |
| 7 | 2026-06-01T11:21:59.413Z | + work_dir=/work |
| 8 | 2026-06-01T11:21:59.413Z | + input_dir=/input |
| 9 | 2026-06-01T11:21:59.413Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-01T11:21:59.413Z | + case "$kern" in |
| 11 | 2026-06-01T11:21:59.413Z | + groupadd -g 12345 build |
| 12 | 2026-06-01T11:21:59.416Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-01T11:22:01.417Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-01T11:22:01.519Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-01T11:22:01.522Z | + home_fs=zfs |
| 16 | 2026-06-01T11:22:01.522Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-01T11:22:01.522Z | + mkdir -p /home/build |
| 18 | 2026-06-01T11:22:01.522Z | + chown build:build /home/build /work |
| 19 | 2026-06-01T11:22:03.522Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-01T11:22:03.525Z | process exited: duration 4120 ms, exit code 0 |
| |
| 21 | 2026-06-01T11:22:03.531Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-01T11:22:03.535Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 23 | 2026-06-01T11:22:03.535Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-01T11:22:03.535Z | * rust toolchain channel = "1.95.0" |
| 25 | 2026-06-01T11:22:03.535Z | * rust toolchain profile = "default" |
| 26 | 2026-06-01T11:22:03.535Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-01T11:22:03.535Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-01T11:22:03.538Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-01T11:22:03.538Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-06-01T11:22:03.668Z | info: downloading installer |
| 31 | 2026-06-01T11:22:05.004Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-01T11:22:05.004Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-01T11:22:05.004Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-01T11:22:05.004Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-01T11:22:05.016Z | info: profile set to default |
| 36 | 2026-06-01T11:22:05.016Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-01T11:22:05.019Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-06-01T11:22:05.144Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-06-01T11:22:05.148Z | info: downloading 6 components |
| 40 | 2026-06-01T11:22:19.550Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 41 | 2026-06-01T11:22:19.550Z | |
| 42 | 2026-06-01T11:22:19.588Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-06-01T11:22:19.588Z | |
| 44 | 2026-06-01T11:22:19.588Z | |
| 45 | 2026-06-01T11:22:19.588Z | Rust is installed now. Great! |
| 46 | 2026-06-01T11:22:19.588Z | |
| 47 | 2026-06-01T11:22:19.588Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-01T11:22:19.588Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-01T11:22:19.588Z | |
| 50 | 2026-06-01T11:22:19.588Z | To configure your current shell, you need to source |
| 51 | 2026-06-01T11:22:19.588Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-01T11:22:19.588Z | |
| 53 | 2026-06-01T11:22:19.588Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-01T11:22:19.592Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-01T11:22:19.592Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-01T11:22:19.593Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-01T11:22:19.593Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-01T11:22:19.593Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-01T11:22:19.593Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-01T11:22:19.593Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-01T11:22:19.593Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-01T11:22:19.696Z | + rustup --version |
| 63 | 2026-06-01T11:22:19.706Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-01T11:22:19.710Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-01T11:22:19.729Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-06-01T11:22:19.732Z | + cargo --version |
| 67 | 2026-06-01T11:22:19.745Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-06-01T11:22:19.749Z | + rustc --version |
| 69 | 2026-06-01T11:22:19.769Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-06-01T11:22:19.773Z | process exited: duration 16239 ms, exit code 0 |
| |
| 71 | 2026-06-01T11:22:19.780Z | starting task 2: "authentication" |
| 72 | 2026-06-01T11:22:19.797Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-06-01T11:22:19.804Z | starting task 3: "clone repository" |
| 74 | 2026-06-01T11:22:19.807Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-01T11:22:19.811Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-01T11:22:19.847Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-01T11:22:20.683Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-01T11:22:20.683Z | + git fetch origin 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6 |
| 79 | 2026-06-01T11:22:20.928Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-01T11:22:20.929Z | * branch 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6 -> FETCH_HEAD |
| 81 | 2026-06-01T11:22:20.933Z | + [[ -n mtu ]] |
| 82 | 2026-06-01T11:22:20.937Z | ++ git branch --show-current |
| 83 | 2026-06-01T11:22:20.937Z | + current=master |
| 84 | 2026-06-01T11:22:20.937Z | + [[ master != mtu ]] |
| 85 | 2026-06-01T11:22:20.937Z | + git branch -f mtu 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6 |
| 86 | 2026-06-01T11:22:20.940Z | + git checkout -f mtu |
| 87 | 2026-06-01T11:22:20.956Z | Switched to branch 'mtu' |
| 88 | 2026-06-01T11:22:20.960Z | + git reset --hard 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6 |
| 89 | 2026-06-01T11:22:20.972Z | HEAD is now at 02641c7 Plumb MTU into IPv6 NDP RA messages |
| 90 | 2026-06-01T11:22:20.976Z | process exited: duration 1169 ms, exit code 0 |
| |
| 91 | 2026-06-01T11:22:20.982Z | starting task 4: "build" |
| 92 | 2026-06-01T11:22:20.986Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-01T11:22:20.986Z | ++ rustup show active-toolchain |
| 94 | 2026-06-01T11:22:20.991Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-01T11:22:20.994Z | ++ pushd xde |
| 96 | 2026-06-01T11:22:20.995Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-06-01T11:22:20.995Z | ++ rustup show active-toolchain |
| 98 | 2026-06-01T11:22:20.998Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-06-01T11:22:21.134Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-06-01T11:22:21.137Z | info: downloading 6 components |
| 101 | 2026-06-01T11:22:36.149Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-01T11:22:36.238Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-01T11:22:36.241Z | +++ head -n 1 |
| 104 | 2026-06-01T11:22:36.241Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-01T11:22:36.292Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-06-01T11:22:36.292Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-06-01T11:22:36.295Z | ++ popd |
| 108 | 2026-06-01T11:22:36.295Z | /work/oxidecomputer/opte |
| 109 | 2026-06-01T11:22:36.295Z | + cargo --version |
| 110 | 2026-06-01T11:22:36.302Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 111 | 2026-06-01T11:22:36.306Z | + rustc --version |
| 112 | 2026-06-01T11:22:36.325Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 113 | 2026-06-01T11:22:36.328Z | + cd lib/oxide-vpc |
| 114 | 2026-06-01T11:22:36.328Z | + header 'check style' |
| 115 | 2026-06-01T11:22:36.328Z | + echo '# ==== check style ==== #' |
| 116 | 2026-06-01T11:22:36.328Z | # ==== check style ==== # |
| 117 | 2026-06-01T11:22:36.329Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-06-01T11:22:36.453Z | |
| 119 | 2026-06-01T11:22:36.453Z | real 0.120951144 |
| 120 | 2026-06-01T11:22:36.453Z | user 0.086812540 |
| 121 | 2026-06-01T11:22:36.453Z | sys 0.030557459 |
| 122 | 2026-06-01T11:22:36.456Z | trap 0.000004220 |
| 123 | 2026-06-01T11:22:36.456Z | tflt 0.000021630 |
| 124 | 2026-06-01T11:22:36.456Z | dflt 0.000003800 |
| 125 | 2026-06-01T11:22:36.456Z | kflt 0.000000000 |
| 126 | 2026-06-01T11:22:36.456Z | lock 0.031104330 |
| 127 | 2026-06-01T11:22:36.457Z | slp 0.100717575 |
| 128 | 2026-06-01T11:22:36.457Z | lat 0.000805790 |
| 129 | 2026-06-01T11:22:36.457Z | stop 0.000099340 |
| 130 | 2026-06-01T11:22:36.457Z | + header 'check docs' |
| 131 | 2026-06-01T11:22:36.457Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-06-01T11:22:36.457Z | # ==== check docs ==== # |
| 133 | 2026-06-01T11:22:36.457Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-06-01T11:22:36.457Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-06-01T11:22:36.521Z | Updating crates.io index |
| 136 | 2026-06-01T11:22:36.553Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-06-01T11:22:37.593Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-06-01T11:22:37.893Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-06-01T11:22:38.279Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-06-01T11:22:38.715Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-06-01T11:22:39.018Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-06-01T11:22:39.326Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-06-01T11:22:41.088Z | Downloading crates ... |
| 144 | 2026-06-01T11:22:41.156Z | Downloaded defmt-parser v1.0.0 |
| 145 | 2026-06-01T11:22:41.163Z | Downloaded darling v0.23.0 |
| 146 | 2026-06-01T11:22:41.166Z | Downloaded managed v0.8.0 |
| 147 | 2026-06-01T11:22:41.169Z | Downloaded crypto-common v0.1.7 |
| 148 | 2026-06-01T11:22:41.173Z | Downloaded dof v0.4.0 |
| 149 | 2026-06-01T11:22:41.176Z | Downloaded cfg-if v1.0.4 |
| 150 | 2026-06-01T11:22:41.176Z | Downloaded plain v0.2.3 |
| 151 | 2026-06-01T11:22:41.179Z | Downloaded block-buffer v0.10.4 |
| 152 | 2026-06-01T11:22:41.182Z | Downloaded ident_case v1.0.1 |
| 153 | 2026-06-01T11:22:41.182Z | Downloaded darling_macro v0.23.0 |
| 154 | 2026-06-01T11:22:41.185Z | Downloaded macaddr v1.0.1 |
| 155 | 2026-06-01T11:22:41.185Z | Downloaded defmt v0.3.100 |
| 156 | 2026-06-01T11:22:41.185Z | Downloaded darling_macro v0.21.3 |
| 157 | 2026-06-01T11:22:41.185Z | Downloaded cobs v0.3.0 |
| 158 | 2026-06-01T11:22:41.196Z | Downloaded hash32 v0.3.1 |
| 159 | 2026-06-01T11:22:41.199Z | Downloaded dyn-clone v1.0.20 |
| 160 | 2026-06-01T11:22:41.199Z | Downloaded fnv v1.0.7 |
| 161 | 2026-06-01T11:22:41.204Z | Downloaded itoa v1.0.18 |
| 162 | 2026-06-01T11:22:41.207Z | Downloaded dtrace-parser v0.3.0 |
| 163 | 2026-06-01T11:22:41.210Z | Downloaded generic-array v0.14.7 |
| 164 | 2026-06-01T11:22:41.213Z | Downloaded strsim v0.11.1 |
| 165 | 2026-06-01T11:22:41.216Z | Downloaded ref-cast v1.0.25 |
| 166 | 2026-06-01T11:22:41.219Z | Downloaded cpufeatures v0.2.17 |
| 167 | 2026-06-01T11:22:41.222Z | Downloaded embedded-io v0.4.0 |
| 168 | 2026-06-01T11:22:41.225Z | Downloaded embedded-io v0.6.1 |
| 169 | 2026-06-01T11:22:41.228Z | Downloaded tabwriter v1.4.1 |
| 170 | 2026-06-01T11:22:41.231Z | Downloaded usdt-attr-macro v0.6.0 |
| 171 | 2026-06-01T11:22:41.234Z | Downloaded scroll_derive v0.13.1 |
| 172 | 2026-06-01T11:22:41.237Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 173 | 2026-06-01T11:22:41.241Z | Downloaded pretty-hex v0.4.2 |
| 174 | 2026-06-01T11:22:41.244Z | Downloaded version_check v0.9.5 |
| 175 | 2026-06-01T11:22:41.247Z | Downloaded stable_deref_trait v1.2.1 |
| 176 | 2026-06-01T11:22:41.250Z | Downloaded usdt-macro v0.6.0 |
| 177 | 2026-06-01T11:22:41.253Z | Downloaded digest v0.10.7 |
| 178 | 2026-06-01T11:22:41.253Z | Downloaded ref-cast-impl v1.0.25 |
| 179 | 2026-06-01T11:22:41.253Z | Downloaded ipnetwork v0.21.1 |
| 180 | 2026-06-01T11:22:41.253Z | Downloaded byteorder v1.5.0 |
| 181 | 2026-06-01T11:22:41.256Z | Downloaded defmt v1.0.1 |
| 182 | 2026-06-01T11:22:41.259Z | Downloaded bitflags v1.3.2 |
| 183 | 2026-06-01T11:22:41.265Z | Downloaded darling v0.21.3 |
| 184 | 2026-06-01T11:22:41.270Z | Downloaded proc-macro-error2 v2.0.1 |
| 185 | 2026-06-01T11:22:41.273Z | Downloaded either v1.15.0 |
| 186 | 2026-06-01T11:22:41.276Z | Downloaded sha2 v0.10.9 |
| 187 | 2026-06-01T11:22:41.279Z | Downloaded thiserror v2.0.18 |
| 188 | 2026-06-01T11:22:41.282Z | Downloaded thread-id v5.1.0 |
| 189 | 2026-06-01T11:22:41.282Z | Downloaded usdt v0.6.0 |
| 190 | 2026-06-01T11:22:41.282Z | Downloaded thiserror-impl v2.0.18 |
| 191 | 2026-06-01T11:22:41.282Z | Downloaded ingot v0.1.1 |
| 192 | 2026-06-01T11:22:41.285Z | Downloaded scroll v0.13.0 |
| 193 | 2026-06-01T11:22:41.285Z | Downloaded usdt-impl v0.6.0 |
| 194 | 2026-06-01T11:22:41.292Z | Downloaded quote v1.0.45 |
| 195 | 2026-06-01T11:22:41.299Z | Downloaded serde_tokenstream v0.2.3 |
| 196 | 2026-06-01T11:22:41.302Z | Downloaded postcard v1.1.3 |
| 197 | 2026-06-01T11:22:41.305Z | Downloaded defmt-macros v1.0.1 |
| 198 | 2026-06-01T11:22:41.305Z | Downloaded memmap2 v0.9.10 |
| 199 | 2026-06-01T11:22:41.311Z | Downloaded zmij v1.0.21 |
| 200 | 2026-06-01T11:22:41.314Z | Downloaded ingot-types v0.1.2 |
| 201 | 2026-06-01T11:22:41.314Z | Downloaded ingot-macros v0.1.1 |
| 202 | 2026-06-01T11:22:41.317Z | Downloaded pest_derive v2.8.6 |
| 203 | 2026-06-01T11:22:41.317Z | Downloaded crc32fast v1.5.0 |
| 204 | 2026-06-01T11:22:41.320Z | Downloaded bitflags v2.11.1 |
| 205 | 2026-06-01T11:22:41.320Z | Downloaded ucd-trie v0.1.7 |
| 206 | 2026-06-01T11:22:41.326Z | Downloaded log v0.4.29 |
| 207 | 2026-06-01T11:22:41.344Z | Downloaded pest_generator v2.8.6 |
| 208 | 2026-06-01T11:22:41.347Z | Downloaded unicode-ident v1.0.24 |
| 209 | 2026-06-01T11:22:41.350Z | Downloaded serde_core v1.0.228 |
| 210 | 2026-06-01T11:22:41.353Z | Downloaded uuid v1.23.1 |
| 211 | 2026-06-01T11:22:41.357Z | Downloaded proc-macro2 v1.0.106 |
| 212 | 2026-06-01T11:22:41.362Z | Downloaded darling_core v0.23.0 |
| 213 | 2026-06-01T11:22:41.375Z | Downloaded darling_core v0.21.3 |
| 214 | 2026-06-01T11:22:41.378Z | Downloaded serde_derive v1.0.228 |
| 215 | 2026-06-01T11:22:41.384Z | Downloaded heapless v0.8.0 |
| 216 | 2026-06-01T11:22:41.388Z | Downloaded pest_meta v2.8.6 |
| 217 | 2026-06-01T11:22:41.398Z | Downloaded serde v1.0.228 |
| 218 | 2026-06-01T11:22:41.401Z | Downloaded aho-corasick v1.1.4 |
| 219 | 2026-06-01T11:22:41.405Z | Downloaded memchr v2.8.0 |
| 220 | 2026-06-01T11:22:41.411Z | Downloaded zerocopy-derive v0.8.48 |
| 221 | 2026-06-01T11:22:41.416Z | Downloaded typenum v1.20.0 |
| 222 | 2026-06-01T11:22:41.423Z | Downloaded pest v2.8.6 |
| 223 | 2026-06-01T11:22:41.447Z | Downloaded itertools v0.14.0 |
| 224 | 2026-06-01T11:22:41.451Z | Downloaded regex v1.12.3 |
| 225 | 2026-06-01T11:22:41.461Z | Downloaded serde_json v1.0.149 |
| 226 | 2026-06-01T11:22:41.501Z | Downloaded goblin v0.10.5 |
| 227 | 2026-06-01T11:22:41.528Z | Downloaded smoltcp v0.11.0 |
| 228 | 2026-06-01T11:22:41.534Z | Downloaded zerocopy v0.8.48 |
| 229 | 2026-06-01T11:22:41.544Z | Downloaded unicode-width v0.2.2 |
| 230 | 2026-06-01T11:22:41.547Z | Downloaded syn v2.0.117 |
| 231 | 2026-06-01T11:22:41.553Z | Downloaded regex-syntax v0.8.10 |
| 232 | 2026-06-01T11:22:41.576Z | Downloaded regex-automata v0.4.14 |
| 233 | 2026-06-01T11:22:41.589Z | Downloaded libc v0.2.186 |
| 234 | 2026-06-01T11:22:41.651Z | Compiling proc-macro2 v1.0.106 |
| 235 | 2026-06-01T11:22:41.651Z | Compiling quote v1.0.45 |
| 236 | 2026-06-01T11:22:41.651Z | Compiling unicode-ident v1.0.24 |
| 237 | 2026-06-01T11:22:41.654Z | Compiling strsim v0.11.1 |
| 238 | 2026-06-01T11:22:41.654Z | Compiling ident_case v1.0.1 |
| 239 | 2026-06-01T11:22:41.654Z | Documenting unicode-ident v1.0.24 |
| 240 | 2026-06-01T11:22:41.711Z | Compiling serde_core v1.0.228 |
| 241 | 2026-06-01T11:22:41.808Z | Compiling fnv v1.0.7 |
| 242 | 2026-06-01T11:22:41.826Z | Compiling memchr v2.8.0 |
| 243 | 2026-06-01T11:22:41.828Z | Compiling thiserror v2.0.18 |
| 244 | 2026-06-01T11:22:42.001Z | Compiling regex-syntax v0.8.10 |
| 245 | 2026-06-01T11:22:42.043Z | Compiling zerocopy v0.8.48 |
| 246 | 2026-06-01T11:22:42.097Z | Compiling serde v1.0.228 |
| 247 | 2026-06-01T11:22:42.278Z | Documenting proc-macro2 v1.0.106 |
| 248 | 2026-06-01T11:22:42.395Z | Compiling aho-corasick v1.1.4 |
| 249 | 2026-06-01T11:22:42.589Z | Checking byteorder v1.5.0 |
| 250 | 2026-06-01T11:22:42.652Z | Checking syn v2.0.117 |
| 251 | 2026-06-01T11:22:42.841Z | Compiling either v1.15.0 |
| 252 | 2026-06-01T11:22:42.865Z | Documenting quote v1.0.45 |
| 253 | 2026-06-01T11:22:43.045Z | Compiling itertools v0.14.0 |
| 254 | 2026-06-01T11:22:43.375Z | Documenting syn v2.0.117 |
| 255 | 2026-06-01T11:22:43.581Z | Compiling regex-automata v0.4.14 |
| 256 | 2026-06-01T11:22:43.590Z | Compiling heapless v0.8.0 |
| 257 | 2026-06-01T11:22:44.059Z | Checking bitflags v2.11.1 |
| 258 | 2026-06-01T11:22:44.107Z | Checking hash32 v0.3.1 |
| 259 | 2026-06-01T11:22:44.212Z | Documenting serde_core v1.0.228 |
| 260 | 2026-06-01T11:22:44.219Z | Checking macaddr v1.0.1 |
| 261 | 2026-06-01T11:22:44.297Z | Checking stable_deref_trait v1.2.1 |
| 262 | 2026-06-01T11:22:44.352Z | Checking cfg-if v1.0.4 |
| 263 | 2026-06-01T11:22:44.363Z | Documenting memchr v2.8.0 |
| 264 | 2026-06-01T11:22:44.410Z | Documenting regex-syntax v0.8.10 |
| 265 | 2026-06-01T11:22:44.690Z | Compiling smoltcp v0.11.0 |
| 266 | 2026-06-01T11:22:44.986Z | Documenting aho-corasick v1.1.4 |
| 267 | 2026-06-01T11:22:45.129Z | Checking darling_core v0.21.3 |
| 268 | 2026-06-01T11:22:45.373Z | Compiling regex v1.12.3 |
| 269 | 2026-06-01T11:22:45.767Z | Compiling darling_core v0.23.0 |
| 270 | 2026-06-01T11:22:45.922Z | Documenting regex-automata v0.4.14 |
| 271 | 2026-06-01T11:22:46.108Z | Checking managed v0.8.0 |
| 272 | 2026-06-01T11:22:46.228Z | Checking bitflags v1.3.2 |
| 273 | 2026-06-01T11:22:46.288Z | Documenting zerocopy-derive v0.8.48 |
| 274 | 2026-06-01T11:22:46.292Z | Documenting thiserror-impl v2.0.18 |
| 275 | 2026-06-01T11:22:46.397Z | Compiling thiserror-impl v2.0.18 |
| 276 | 2026-06-01T11:22:46.809Z | Compiling zerocopy-derive v0.8.48 |
| 277 | 2026-06-01T11:22:47.067Z | Compiling serde_derive v1.0.228 |
| 278 | 2026-06-01T11:22:47.296Z | Compiling darling_macro v0.21.3 |
| 279 | 2026-06-01T11:22:47.304Z | Documenting serde_derive v1.0.228 |
| 280 | 2026-06-01T11:22:47.478Z | Compiling ref-cast v1.0.25 |
| 281 | 2026-06-01T11:22:47.492Z | Documenting regex v1.12.3 |
| 282 | 2026-06-01T11:22:47.735Z | Checking cobs v0.3.0 |
| 283 | 2026-06-01T11:22:47.833Z | Compiling crc32fast v1.5.0 |
| 284 | 2026-06-01T11:22:47.885Z | Documenting byteorder v1.5.0 |
| 285 | 2026-06-01T11:22:47.902Z | Compiling darling_macro v0.23.0 |
| 286 | 2026-06-01T11:22:47.925Z | Compiling darling v0.21.3 |
| 287 | 2026-06-01T11:22:48.003Z | Compiling ingot-macros v0.1.1 |
| 288 | 2026-06-01T11:22:48.313Z | Documenting zerocopy v0.8.48 |
| 289 | 2026-06-01T11:22:48.383Z | Documenting ingot-macros v0.1.1 |
| 290 | 2026-06-01T11:22:48.502Z | Documenting hash32 v0.3.1 |
| 291 | 2026-06-01T11:22:48.512Z | Documenting thiserror v2.0.18 |
| 292 | 2026-06-01T11:22:48.701Z | Compiling ref-cast-impl v1.0.25 |
| 293 | 2026-06-01T11:22:49.200Z | Documenting bitflags v2.11.1 |
| 294 | 2026-06-01T11:22:49.317Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 295 | 2026-06-01T11:22:49.573Z | Documenting stable_deref_trait v1.2.1 |
| 296 | 2026-06-01T11:22:49.603Z | Documenting cfg-if v1.0.4 |
| 297 | 2026-06-01T11:22:49.833Z | Compiling version_check v0.9.5 |
| 298 | 2026-06-01T11:22:50.084Z | Documenting serde v1.0.228 |
| 299 | 2026-06-01T11:22:50.224Z | Checking ipnetwork v0.21.1 |
| 300 | 2026-06-01T11:22:50.251Z | Checking unicode-width v0.2.2 |
| 301 | 2026-06-01T11:22:50.267Z | Documenting macaddr v1.0.1 |
| 302 | 2026-06-01T11:22:50.286Z | Checking postcard v1.1.3 |
| 303 | 2026-06-01T11:22:50.398Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 304 | 2026-06-01T11:22:50.498Z | Documenting heapless v0.8.0 |
| 305 | 2026-06-01T11:22:50.556Z | Documenting cobs v0.3.0 |
| 306 | 2026-06-01T11:22:50.652Z | Compiling darling v0.23.0 |
| 307 | 2026-06-01T11:22:50.791Z | Documenting managed v0.8.0 |
| 308 | 2026-06-01T11:22:50.806Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 309 | 2026-06-01T11:22:51.111Z | Checking ingot-types v0.1.2 |
| 310 | 2026-06-01T11:22:51.283Z | Documenting ingot-types v0.1.2 |
| 311 | 2026-06-01T11:22:51.292Z | Checking tabwriter v1.4.1 |
| 312 | 2026-06-01T11:22:51.473Z | Checking ingot v0.1.1 |
| 313 | 2026-06-01T11:22:51.513Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 314 | 2026-06-01T11:22:51.736Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 315 | 2026-06-01T11:22:51.744Z | Documenting ref-cast-impl v1.0.25 |
| 316 | 2026-06-01T11:22:51.889Z | Documenting postcard v1.1.3 |
| 317 | 2026-06-01T11:22:51.975Z | Documenting smoltcp v0.11.0 |
| 318 | 2026-06-01T11:22:52.217Z | Documenting either v1.15.0 |
| 319 | 2026-06-01T11:22:52.279Z | Documenting ingot v0.1.1 |
| 320 | 2026-06-01T11:22:52.309Z | Documenting ipnetwork v0.21.1 |
| 321 | 2026-06-01T11:22:52.485Z | Documenting unicode-width v0.2.2 |
| 322 | 2026-06-01T11:22:52.720Z | Checking dyn-clone v1.0.20 |
| 323 | 2026-06-01T11:22:52.873Z | Documenting ref-cast v1.0.25 |
| 324 | 2026-06-01T11:22:53.044Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 325 | 2026-06-01T11:22:53.085Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 326 | 2026-06-01T11:22:53.285Z | Documenting itertools v0.14.0 |
| 327 | 2026-06-01T11:22:53.661Z | Documenting crc32fast v1.5.0 |
| 328 | 2026-06-01T11:22:53.897Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 329 | 2026-06-01T11:22:53.958Z | Documenting dyn-clone v1.0.20 |
| 330 | 2026-06-01T11:22:54.153Z | Documenting tabwriter v1.4.1 |
| 331 | 2026-06-01T11:22:54.721Z | Documenting uuid v1.23.1 |
| 332 | 2026-06-01T11:22:55.183Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 333 | 2026-06-01T11:22:55.558Z | Checking uuid v1.23.1 |
| 334 | 2026-06-01T11:22:55.742Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 335 | 2026-06-01T11:22:55.801Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 336 | 2026-06-01T11:22:57.530Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 337 | 2026-06-01T11:22:59.848Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 338 | 2026-06-01T11:23:01.432Z | Finished `dev` profile [optimized + debuginfo] target(s) in 24.97s |
| 339 | 2026-06-01T11:23:01.520Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
| 340 | 2026-06-01T11:23:01.537Z | |
| 341 | 2026-06-01T11:23:01.541Z | real 25.067597635 |
| 342 | 2026-06-01T11:23:01.541Z | user 1:23.027433901 |
| 343 | 2026-06-01T11:23:01.541Z | sys 17.390288623 |
| 344 | 2026-06-01T11:23:01.541Z | trap 0.052740611 |
| 345 | 2026-06-01T11:23:01.541Z | tflt 0.035577044 |
| 346 | 2026-06-01T11:23:01.541Z | dflt 0.086013192 |
| 347 | 2026-06-01T11:23:01.541Z | kflt 0.004079740 |
| 348 | 2026-06-01T11:23:01.541Z | lock 8:26.136411174 |
| 349 | 2026-06-01T11:23:01.541Z | slp 4:53.977760164 |
| 350 | 2026-06-01T11:23:01.541Z | lat 6.542679352 |
| 351 | 2026-06-01T11:23:01.541Z | stop 9.998790273 |
| 352 | 2026-06-01T11:23:01.541Z | + header 'analyze std + api + usdt' |
| 353 | 2026-06-01T11:23:01.541Z | + echo '# ==== analyze std + api + usdt ==== #' |
| 354 | 2026-06-01T11:23:01.541Z | # ==== analyze std + api + usdt ==== # |
| 355 | 2026-06-01T11:23:01.541Z | + ptime -m cargo clippy --features usdt --all-targets -- --deny warnings |
| 356 | 2026-06-01T11:23:01.730Z | Downloading crates ... |
| 357 | 2026-06-01T11:23:01.788Z | Downloaded futures-macro v0.3.32 |
| 358 | 2026-06-01T11:23:01.792Z | Downloaded slab v0.4.12 |
| 359 | 2026-06-01T11:23:01.795Z | Downloaded pin-project-lite v0.2.17 |
| 360 | 2026-06-01T11:23:01.799Z | Downloaded typeid v1.0.3 |
| 361 | 2026-06-01T11:23:01.802Z | Downloaded futures-core v0.3.32 |
| 362 | 2026-06-01T11:23:01.802Z | Downloaded dtor v0.8.1 |
| 363 | 2026-06-01T11:23:01.802Z | Downloaded ctor-proc-macro v0.0.13 |
| 364 | 2026-06-01T11:23:01.805Z | Downloaded rusticata-macros v5.0.0 |
| 365 | 2026-06-01T11:23:01.809Z | Downloaded futures-task v0.3.32 |
| 366 | 2026-06-01T11:23:01.809Z | Downloaded link-section v0.2.1 |
| 367 | 2026-06-01T11:23:01.809Z | Downloaded futures-sink v0.3.32 |
| 368 | 2026-06-01T11:23:01.809Z | Downloaded futures-executor v0.3.32 |
| 369 | 2026-06-01T11:23:01.812Z | Downloaded futures-io v0.3.32 |
| 370 | 2026-06-01T11:23:01.812Z | Downloaded dtor-proc-macro v0.0.13 |
| 371 | 2026-06-01T11:23:01.812Z | Downloaded circular v0.3.0 |
| 372 | 2026-06-01T11:23:01.818Z | Downloaded cookie-factory v0.3.3 |
| 373 | 2026-06-01T11:23:01.822Z | Downloaded futures-channel v0.3.32 |
| 374 | 2026-06-01T11:23:01.826Z | Downloaded once_cell v1.21.4 |
| 375 | 2026-06-01T11:23:01.826Z | Downloaded ctor v0.10.1 |
| 376 | 2026-06-01T11:23:01.846Z | Downloaded anyhow v1.0.102 |
| 377 | 2026-06-01T11:23:01.846Z | Downloaded futures v0.3.32 |
| 378 | 2026-06-01T11:23:01.849Z | Downloaded ron v0.12.1 |
| 379 | 2026-06-01T11:23:01.854Z | Downloaded nom v8.0.0 |
| 380 | 2026-06-01T11:23:01.857Z | Downloaded pcap-parser v0.17.0 |
| 381 | 2026-06-01T11:23:01.861Z | Downloaded futures-util v0.3.32 |
| 382 | 2026-06-01T11:23:01.916Z | Compiling proc-macro2 v1.0.106 |
| 383 | 2026-06-01T11:23:01.916Z | Compiling quote v1.0.45 |
| 384 | 2026-06-01T11:23:01.916Z | Compiling unicode-ident v1.0.24 |
| 385 | 2026-06-01T11:23:01.919Z | Compiling memchr v2.8.0 |
| 386 | 2026-06-01T11:23:01.919Z | Compiling thiserror v2.0.18 |
| 387 | 2026-06-01T11:23:01.919Z | Compiling serde_core v1.0.228 |
| 388 | 2026-06-01T11:23:01.919Z | Compiling zerocopy v0.8.48 |
| 389 | 2026-06-01T11:23:01.919Z | Compiling zmij v1.0.21 |
| 390 | 2026-06-01T11:23:02.289Z | Compiling libc v0.2.186 |
| 391 | 2026-06-01T11:23:02.316Z | Compiling serde_json v1.0.149 |
| 392 | 2026-06-01T11:23:02.321Z | Compiling strsim v0.11.1 |
| 393 | 2026-06-01T11:23:02.373Z | Compiling ucd-trie v0.1.7 |
| 394 | 2026-06-01T11:23:02.489Z | Compiling ident_case v1.0.1 |
| 395 | 2026-06-01T11:23:02.529Z | Compiling pest v2.8.6 |
| 396 | 2026-06-01T11:23:02.593Z | Compiling serde v1.0.228 |
| 397 | 2026-06-01T11:23:02.822Z | Compiling fnv v1.0.7 |
| 398 | 2026-06-01T11:23:02.948Z | Compiling aho-corasick v1.1.4 |
| 399 | 2026-06-01T11:23:02.981Z | Compiling regex-syntax v0.8.10 |
| 400 | 2026-06-01T11:23:03.162Z | Compiling syn v2.0.117 |
| 401 | 2026-06-01T11:23:03.189Z | Compiling itoa v1.0.18 |
| 402 | 2026-06-01T11:23:03.330Z | Checking byteorder v1.5.0 |
| 403 | 2026-06-01T11:23:03.694Z | Compiling pest_meta v2.8.6 |
| 404 | 2026-06-01T11:23:03.819Z | Compiling usdt-impl v0.6.0 |
| 405 | 2026-06-01T11:23:03.899Z | Compiling either v1.15.0 |
| 406 | 2026-06-01T11:23:04.077Z | Compiling itertools v0.14.0 |
| 407 | 2026-06-01T11:23:04.096Z | Checking bitflags v2.11.1 |
| 408 | 2026-06-01T11:23:04.259Z | Compiling thread-id v5.1.0 |
| 409 | 2026-06-01T11:23:04.435Z | Compiling regex-automata v0.4.14 |
| 410 | 2026-06-01T11:23:04.450Z | Checking futures-core v0.3.32 |
| 411 | 2026-06-01T11:23:04.572Z | Checking plain v0.2.3 |
| 412 | 2026-06-01T11:23:04.799Z | Checking futures-sink v0.3.32 |
| 413 | 2026-06-01T11:23:04.893Z | Checking log v0.4.29 |
| 414 | 2026-06-01T11:23:04.919Z | Compiling heapless v0.8.0 |
| 415 | 2026-06-01T11:23:05.068Z | Checking futures-channel v0.3.32 |
| 416 | 2026-06-01T11:23:05.326Z | Checking hash32 v0.3.1 |
| 417 | 2026-06-01T11:23:05.389Z | Checking futures-io v0.3.32 |
| 418 | 2026-06-01T11:23:05.424Z | Checking macaddr v1.0.1 |
| 419 | 2026-06-01T11:23:05.446Z | Compiling smoltcp v0.11.0 |
| 420 | 2026-06-01T11:23:05.498Z | Checking pin-project-lite v0.2.17 |
| 421 | 2026-06-01T11:23:05.567Z | Checking cfg-if v1.0.4 |
| 422 | 2026-06-01T11:23:05.581Z | Checking futures-task v0.3.32 |
| 423 | 2026-06-01T11:23:05.622Z | Compiling pest_generator v2.8.6 |
| 424 | 2026-06-01T11:23:05.666Z | Compiling darling_core v0.21.3 |
| 425 | 2026-06-01T11:23:05.715Z | Compiling darling_core v0.23.0 |
| 426 | 2026-06-01T11:23:05.797Z | Checking stable_deref_trait v1.2.1 |
| 427 | 2026-06-01T11:23:05.817Z | Checking pretty-hex v0.4.2 |
| 428 | 2026-06-01T11:23:05.863Z | Checking slab v0.4.12 |
| 429 | 2026-06-01T11:23:06.242Z | Compiling regex v1.12.3 |
| 430 | 2026-06-01T11:23:06.316Z | Compiling ref-cast v1.0.25 |
| 431 | 2026-06-01T11:23:06.382Z | Checking bitflags v1.3.2 |
| 432 | 2026-06-01T11:23:06.444Z | Compiling version_check v0.9.5 |
| 433 | 2026-06-01T11:23:06.640Z | Compiling crc32fast v1.5.0 |
| 434 | 2026-06-01T11:23:06.644Z | Checking managed v0.8.0 |
| 435 | 2026-06-01T11:23:06.724Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 436 | 2026-06-01T11:23:06.833Z | Compiling thiserror-impl v2.0.18 |
| 437 | 2026-06-01T11:23:06.944Z | Compiling serde_derive v1.0.228 |
| 438 | 2026-06-01T11:23:06.994Z | Compiling zerocopy-derive v0.8.48 |
| 439 | 2026-06-01T11:23:07.031Z | Compiling pest_derive v2.8.6 |
| 440 | 2026-06-01T11:23:07.575Z | Compiling scroll_derive v0.13.1 |
| 441 | 2026-06-01T11:23:07.794Z | Compiling darling_macro v0.21.3 |
| 442 | 2026-06-01T11:23:07.884Z | Compiling futures-macro v0.3.32 |
| 443 | 2026-06-01T11:23:08.070Z | Compiling darling_macro v0.23.0 |
| 444 | 2026-06-01T11:23:08.215Z | Compiling dtrace-parser v0.3.0 |
| 445 | 2026-06-01T11:23:08.380Z | Compiling darling v0.21.3 |
| 446 | 2026-06-01T11:23:08.454Z | Checking scroll v0.13.0 |
| 447 | 2026-06-01T11:23:08.466Z | Compiling ingot-macros v0.1.1 |
| 448 | 2026-06-01T11:23:08.644Z | Checking cobs v0.3.0 |
| 449 | 2026-06-01T11:23:08.683Z | Checking goblin v0.10.5 |
| 450 | 2026-06-01T11:23:08.727Z | Checking futures-util v0.3.32 |
| 451 | 2026-06-01T11:23:08.782Z | Compiling darling v0.23.0 |
| 452 | 2026-06-01T11:23:08.856Z | Compiling ref-cast-impl v1.0.25 |
| 453 | 2026-06-01T11:23:08.892Z | Checking memmap2 v0.9.10 |
| 454 | 2026-06-01T11:23:09.058Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 455 | 2026-06-01T11:23:09.350Z | Checking ipnetwork v0.21.1 |
| 456 | 2026-06-01T11:23:09.526Z | Checking unicode-width v0.2.2 |
| 457 | 2026-06-01T11:23:10.113Z | Checking postcard v1.1.3 |
| 458 | 2026-06-01T11:23:10.262Z | Compiling serde_tokenstream v0.2.3 |
| 459 | 2026-06-01T11:23:10.377Z | Checking tabwriter v1.4.1 |
| 460 | 2026-06-01T11:23:10.514Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 461 | 2026-06-01T11:23:10.577Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 462 | 2026-06-01T11:23:10.608Z | Checking nom v8.0.0 |
| 463 | 2026-06-01T11:23:10.644Z | Checking futures-executor v0.3.32 |
| 464 | 2026-06-01T11:23:10.793Z | Checking futures v0.3.32 |
| 465 | 2026-06-01T11:23:10.862Z | Checking dyn-clone v1.0.20 |
| 466 | 2026-06-01T11:23:10.961Z | Compiling anyhow v1.0.102 |
| 467 | 2026-06-01T11:23:11.148Z | Compiling typeid v1.0.3 |
| 468 | 2026-06-01T11:23:11.165Z | Checking cookie-factory v0.3.3 |
| 469 | 2026-06-01T11:23:11.169Z | Checking uuid v1.23.1 |
| 470 | 2026-06-01T11:23:11.210Z | Checking ingot-types v0.1.2 |
| 471 | 2026-06-01T11:23:11.231Z | Compiling dof v0.4.0 |
| 472 | 2026-06-01T11:23:11.422Z | Compiling dtor-proc-macro v0.0.13 |
| 473 | 2026-06-01T11:23:11.434Z | Checking circular v0.3.0 |
| 474 | 2026-06-01T11:23:11.480Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 475 | 2026-06-01T11:23:11.555Z | Checking ingot v0.1.1 |
| 476 | 2026-06-01T11:23:11.611Z | Checking link-section v0.2.1 |
| 477 | 2026-06-01T11:23:11.630Z | Checking once_cell v1.21.4 |
| 478 | 2026-06-01T11:23:11.715Z | Compiling ctor-proc-macro v0.0.13 |
| 479 | 2026-06-01T11:23:11.760Z | Checking ron v0.12.1 |
| 480 | 2026-06-01T11:23:11.775Z | Checking dtor v0.8.1 |
| 481 | 2026-06-01T11:23:12.059Z | Checking ctor v0.10.1 |
| 482 | 2026-06-01T11:23:12.201Z | Compiling usdt-attr-macro v0.6.0 |
| 483 | 2026-06-01T11:23:12.204Z | Compiling usdt-macro v0.6.0 |
| 484 | 2026-06-01T11:23:12.548Z | Checking rusticata-macros v5.0.0 |
| 485 | 2026-06-01T11:23:12.672Z | Checking pcap-parser v0.17.0 |
| 486 | 2026-06-01T11:23:12.846Z | Checking usdt v0.6.0 |
| 487 | 2026-06-01T11:23:13.084Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 488 | 2026-06-01T11:23:17.526Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 489 | 2026-06-01T11:23:19.201Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 490 | 2026-06-01T11:23:21.518Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.93s |
| 491 | 2026-06-01T11:23:21.551Z | |
| 492 | 2026-06-01T11:23:21.555Z | real 20.007166393 |
| 493 | 2026-06-01T11:23:21.555Z | user 1:14.643677642 |
| 494 | 2026-06-01T11:23:21.555Z | sys 15.905086837 |
| 495 | 2026-06-01T11:23:21.555Z | trap 0.041148560 |
| 496 | 2026-06-01T11:23:21.555Z | tflt 0.074973381 |
| 497 | 2026-06-01T11:23:21.555Z | dflt 0.151130441 |
| 498 | 2026-06-01T11:23:21.555Z | kflt 0.000058850 |
| 499 | 2026-06-01T11:23:21.555Z | lock 4:08.901270408 |
| 500 | 2026-06-01T11:23:21.555Z | slp 4:00.127957151 |
| 501 | 2026-06-01T11:23:21.555Z | lat 3.626344882 |
| 502 | 2026-06-01T11:23:21.555Z | stop 8.314580225 |
| 503 | 2026-06-01T11:23:21.555Z | + header 'analyze no_std + engine + kernel' |
| 504 | 2026-06-01T11:23:21.556Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 505 | 2026-06-01T11:23:21.556Z | # ==== analyze no_std + engine + kernel ==== # |
| 506 | 2026-06-01T11:23:21.556Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel |
| 507 | 2026-06-01T11:23:21.735Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 508 | 2026-06-01T11:23:21.735Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 509 | 2026-06-01T11:23:21.739Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 510 | 2026-06-01T11:23:21.757Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 511 | 2026-06-01T11:23:22.003Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 512 | 2026-06-01T11:23:26.285Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 513 | 2026-06-01T11:23:27.888Z | Finished `dev` profile [optimized + debuginfo] target(s) in 6.29s |
| 514 | 2026-06-01T11:23:27.917Z | |
| 515 | 2026-06-01T11:23:27.920Z | real 6.359351408 |
| 516 | 2026-06-01T11:23:27.920Z | user 6.626822385 |
| 517 | 2026-06-01T11:23:27.920Z | sys 1.007304498 |
| 518 | 2026-06-01T11:23:27.920Z | trap 0.000831950 |
| 519 | 2026-06-01T11:23:27.920Z | tflt 0.008492350 |
| 520 | 2026-06-01T11:23:27.920Z | dflt 0.002798690 |
| 521 | 2026-06-01T11:23:27.920Z | kflt 0.000000000 |
| 522 | 2026-06-01T11:23:27.920Z | lock 22.255544563 |
| 523 | 2026-06-01T11:23:27.920Z | slp 23.159269712 |
| 524 | 2026-06-01T11:23:27.920Z | lat 0.022446642 |
| 525 | 2026-06-01T11:23:27.920Z | stop 0.246915114 |
| 526 | 2026-06-01T11:23:27.920Z | + header test |
| 527 | 2026-06-01T11:23:27.920Z | + echo '# ==== test ==== #' |
| 528 | 2026-06-01T11:23:27.920Z | # ==== test ==== # |
| 529 | 2026-06-01T11:23:27.920Z | + ptime -m cargo test |
| 530 | 2026-06-01T11:23:28.087Z | Compiling memchr v2.8.0 |
| 531 | 2026-06-01T11:23:28.087Z | Compiling serde_core v1.0.228 |
| 532 | 2026-06-01T11:23:28.113Z | Compiling thiserror v2.0.18 |
| 533 | 2026-06-01T11:23:28.117Z | Compiling zerocopy v0.8.48 |
| 534 | 2026-06-01T11:23:28.120Z | Compiling byteorder v1.5.0 |
| 535 | 2026-06-01T11:23:28.120Z | Compiling unicode-ident v1.0.24 |
| 536 | 2026-06-01T11:23:28.125Z | Compiling libc v0.2.186 |
| 537 | 2026-06-01T11:23:28.125Z | Compiling zmij v1.0.21 |
| 538 | 2026-06-01T11:23:28.204Z | Compiling scroll v0.13.0 |
| 539 | 2026-06-01T11:23:28.257Z | Compiling proc-macro2 v1.0.106 |
| 540 | 2026-06-01T11:23:28.344Z | Compiling plain v0.2.3 |
| 541 | 2026-06-01T11:23:28.444Z | Compiling ucd-trie v0.1.7 |
| 542 | 2026-06-01T11:23:28.480Z | Compiling futures-core v0.3.32 |
| 543 | 2026-06-01T11:23:28.490Z | Compiling futures-sink v0.3.32 |
| 544 | 2026-06-01T11:23:28.517Z | Compiling itoa v1.0.18 |
| 545 | 2026-06-01T11:23:28.588Z | Compiling log v0.4.29 |
| 546 | 2026-06-01T11:23:28.641Z | Compiling quote v1.0.45 |
| 547 | 2026-06-01T11:23:28.785Z | Compiling goblin v0.10.5 |
| 548 | 2026-06-01T11:23:28.823Z | Compiling futures-channel v0.3.32 |
| 549 | 2026-06-01T11:23:29.072Z | Compiling pest v2.8.6 |
| 550 | 2026-06-01T11:23:29.182Z | Compiling hash32 v0.3.1 |
| 551 | 2026-06-01T11:23:29.328Z | Compiling futures-task v0.3.32 |
| 552 | 2026-06-01T11:23:29.356Z | Compiling macaddr v1.0.1 |
| 553 | 2026-06-01T11:23:29.530Z | Compiling cfg-if v1.0.4 |
| 554 | 2026-06-01T11:23:29.598Z | Compiling pin-project-lite v0.2.17 |
| 555 | 2026-06-01T11:23:29.624Z | Compiling stable_deref_trait v1.2.1 |
| 556 | 2026-06-01T11:23:29.692Z | Compiling pretty-hex v0.4.2 |
| 557 | 2026-06-01T11:23:29.697Z | Compiling slab v0.4.12 |
| 558 | 2026-06-01T11:23:29.757Z | Compiling futures-io v0.3.32 |
| 559 | 2026-06-01T11:23:29.825Z | Compiling heapless v0.8.0 |
| 560 | 2026-06-01T11:23:29.880Z | Compiling futures-util v0.3.32 |
| 561 | 2026-06-01T11:23:29.960Z | Compiling serde v1.0.228 |
| 562 | 2026-06-01T11:23:30.194Z | Compiling bitflags v2.11.1 |
| 563 | 2026-06-01T11:23:30.319Z | Compiling serde_json v1.0.149 |
| 564 | 2026-06-01T11:23:30.623Z | Compiling dtrace-parser v0.3.0 |
| 565 | 2026-06-01T11:23:30.638Z | Compiling syn v2.0.117 |
| 566 | 2026-06-01T11:23:30.915Z | Compiling thread-id v5.1.0 |
| 567 | 2026-06-01T11:23:30.996Z | Compiling cobs v0.3.0 |
| 568 | 2026-06-01T11:23:31.229Z | Compiling ingot-types v0.1.2 |
| 569 | 2026-06-01T11:23:31.294Z | Compiling bitflags v1.3.2 |
| 570 | 2026-06-01T11:23:31.299Z | Compiling managed v0.8.0 |
| 571 | 2026-06-01T11:23:31.365Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 572 | 2026-06-01T11:23:31.527Z | Compiling smoltcp v0.11.0 |
| 573 | 2026-06-01T11:23:31.621Z | Compiling ingot v0.1.1 |
| 574 | 2026-06-01T11:23:31.642Z | Compiling postcard v1.1.3 |
| 575 | 2026-06-01T11:23:31.994Z | Compiling dof v0.4.0 |
| 576 | 2026-06-01T11:23:32.718Z | Compiling futures-executor v0.3.32 |
| 577 | 2026-06-01T11:23:33.330Z | Compiling usdt-impl v0.6.0 |
| 578 | 2026-06-01T11:23:33.559Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 579 | 2026-06-01T11:23:33.912Z | Compiling memmap2 v0.9.10 |
| 580 | 2026-06-01T11:23:34.175Z | Compiling ipnetwork v0.21.1 |
| 581 | 2026-06-01T11:23:34.225Z | Compiling unicode-width v0.2.2 |
| 582 | 2026-06-01T11:23:34.313Z | Compiling either v1.15.0 |
| 583 | 2026-06-01T11:23:34.496Z | Compiling itertools v0.14.0 |
| 584 | 2026-06-01T11:23:34.530Z | Compiling tabwriter v1.4.1 |
| 585 | 2026-06-01T11:23:34.710Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 586 | 2026-06-01T11:23:34.960Z | Compiling ref-cast v1.0.25 |
| 587 | 2026-06-01T11:23:35.058Z | Compiling usdt v0.6.0 |
| 588 | 2026-06-01T11:23:35.454Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 589 | 2026-06-01T11:23:35.678Z | Compiling futures v0.3.32 |
| 590 | 2026-06-01T11:23:35.754Z | Compiling crc32fast v1.5.0 |
| 591 | 2026-06-01T11:23:35.858Z | Compiling nom v8.0.0 |
| 592 | 2026-06-01T11:23:35.928Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 593 | 2026-06-01T11:23:36.000Z | Compiling dyn-clone v1.0.20 |
| 594 | 2026-06-01T11:23:36.170Z | Compiling cookie-factory v0.3.3 |
| 595 | 2026-06-01T11:23:36.173Z | Compiling uuid v1.23.1 |
| 596 | 2026-06-01T11:23:36.488Z | Compiling circular v0.3.0 |
| 597 | 2026-06-01T11:23:36.746Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 598 | 2026-06-01T11:23:36.770Z | Compiling dtor v0.8.1 |
| 599 | 2026-06-01T11:23:36.858Z | Compiling anyhow v1.0.102 |
| 600 | 2026-06-01T11:23:36.912Z | Compiling typeid v1.0.3 |
| 601 | 2026-06-01T11:23:36.988Z | Compiling once_cell v1.21.4 |
| 602 | 2026-06-01T11:23:37.023Z | Compiling link-section v0.2.1 |
| 603 | 2026-06-01T11:23:37.140Z | Compiling ctor v0.10.1 |
| 604 | 2026-06-01T11:23:37.153Z | Compiling ron v0.12.1 |
| 605 | 2026-06-01T11:23:38.522Z | Compiling rusticata-macros v5.0.0 |
| 606 | 2026-06-01T11:23:38.851Z | Compiling pcap-parser v0.17.0 |
| 607 | 2026-06-01T11:23:42.158Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 608 | 2026-06-01T11:23:44.949Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 609 | 2026-06-01T11:24:22.515Z | Finished `test` profile [optimized + debuginfo] target(s) in 54.58s |
| 610 | 2026-06-01T11:24:22.532Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-80cc0b0b10424214) |
| 611 | 2026-06-01T11:24:22.536Z | |
| 612 | 2026-06-01T11:24:22.536Z | running 15 tests |
| 613 | 2026-06-01T11:24:22.536Z | test api::tests::parse_bad_proto_filter ... ok |
| 614 | 2026-06-01T11:24:22.536Z | test api::tests::ports_from_str_good ... ok |
| 615 | 2026-06-01T11:24:22.536Z | test api::tests::parse_good_proto_filter ... ok |
| 616 | 2026-06-01T11:24:22.536Z | test api::tests::parse_bad_address ... ok |
| 617 | 2026-06-01T11:24:22.536Z | test api::tests::ports_from_str_bad ... ok |
| 618 | 2026-06-01T11:24:22.536Z | test api::tests::parse_good_address ... ok |
| 619 | 2026-06-01T11:24:22.536Z | test cfg::tests::test_required_nat_space_only_ipv4 ... ok |
| 620 | 2026-06-01T11:24:22.536Z | test cfg::tests::test_required_nat_space ... ok |
| 621 | 2026-06-01T11:24:22.536Z | test cfg::tests::test_required_nat_space_only_ipv6 ... ok |
| 622 | 2026-06-01T11:24:22.536Z | test engine::geneve::test::parse_multi_opt ... ok |
| 623 | 2026-06-01T11:24:22.536Z | test engine::geneve::test::option_packet_length_with_known_options ... ok |
| 624 | 2026-06-01T11:24:22.536Z | test engine::geneve::test::parse_multicast_replication_values ... ok |
| 625 | 2026-06-01T11:24:22.536Z | test engine::geneve::test::parse_single_opt ... ok |
| 626 | 2026-06-01T11:24:22.536Z | test engine::geneve::test::unknown_crit_option_fails ... ok |
| 627 | 2026-06-01T11:24:22.539Z | test engine::firewall::tests::port_predicate_simplification ... ok |
| 628 | 2026-06-01T11:24:22.539Z | |
| 629 | 2026-06-01T11:24:22.539Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 630 | 2026-06-01T11:24:22.539Z | |
| 631 | 2026-06-01T11:24:22.539Z | Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-ee08c60981fc81f3) |
| 632 | 2026-06-01T11:24:22.539Z | |
| 633 | 2026-06-01T11:24:22.539Z | running 4 tests |
| 634 | 2026-06-01T11:24:22.539Z | test firewall_external_inbound ... ok |
| 635 | 2026-06-01T11:24:22.539Z | test firewall_vni_outbound ... ok |
| 636 | 2026-06-01T11:24:22.539Z | test firewall_vni_inbound ... ok |
| 637 | 2026-06-01T11:24:22.539Z | test firewall_replace_rules ... ok |
| 638 | 2026-06-01T11:24:22.540Z | |
| 639 | 2026-06-01T11:24:22.540Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 640 | 2026-06-01T11:24:22.540Z | |
| 641 | 2026-06-01T11:24:22.543Z | Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-8278dd2f7c4b2dd0) |
| 642 | 2026-06-01T11:24:22.543Z | |
| 643 | 2026-06-01T11:24:22.543Z | running 2 tests |
| 644 | 2026-06-01T11:24:22.543Z | test parse_in_regression ... ok |
| 645 | 2026-06-01T11:24:22.543Z | test parse_out_regression ... ok |
| 646 | 2026-06-01T11:24:22.543Z | |
| 647 | 2026-06-01T11:24:22.543Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 648 | 2026-06-01T11:24:22.543Z | |
| 649 | 2026-06-01T11:24:22.543Z | Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-4638b9b1a11c9675) |
| 650 | 2026-06-01T11:24:22.546Z | |
| 651 | 2026-06-01T11:24:22.546Z | running 48 tests |
| 652 | 2026-06-01T11:24:22.546Z | test bad_ip_len ... ok |
| 653 | 2026-06-01T11:24:22.546Z | test check_layers ... ok |
| 654 | 2026-06-01T11:24:22.546Z | test add_remove_fw_rule ... ok |
| 655 | 2026-06-01T11:24:22.546Z | test arp_gateway ... ok |
| 656 | 2026-06-01T11:24:22.546Z | test external_attached_subnets_cannot_reach_internal ... ok |
| 657 | 2026-06-01T11:24:22.546Z | test anti_spoof ... ok |
| 658 | 2026-06-01T11:24:22.546Z | test ephemeral_ip_preferred_over_snat_outbound ... ok |
| 659 | 2026-06-01T11:24:22.546Z | test external_attached_subnets_dont_apply_nat ... ok |
| 660 | 2026-06-01T11:24:22.546Z | test gateway_icmp4_ping ... ok |
| 661 | 2026-06-01T11:24:22.546Z | test flow_expiration ... ok |
| 662 | 2026-06-01T11:24:22.546Z | test gateway_icmpv6_ping ... ok |
| 663 | 2026-06-01T11:24:22.546Z | test early_tcp_invalidation ... ok |
| 664 | 2026-06-01T11:24:22.547Z | test external_ip_epoch_affinity_preserved ... ok |
| 665 | 2026-06-01T11:24:22.550Z | test external_ip_reconfigurable ... ok |
| 666 | 2026-06-01T11:24:22.550Z | test gateway_router_advert_reply ... ok |
| 667 | 2026-06-01T11:24:22.550Z | test guest_to_guest_no_route ... ok |
| 668 | 2026-06-01T11:24:22.550Z | test guest_to_guest_diff_vpc_no_peer ... ok |
| 669 | 2026-06-01T11:24:22.550Z | test guest_to_internet_ipv4 ... ok |
| 670 | 2026-06-01T11:24:22.550Z | test guest_to_guest ... ok |
| 671 | 2026-06-01T11:24:22.550Z | test guest_to_internet_ipv6 ... ok |
| 672 | 2026-06-01T11:24:22.550Z | test inbound_ndp_dropped_at_gateway ... ok |
| 673 | 2026-06-01T11:24:22.550Z | test icmp_inner_has_nat_applied ... ok |
| 674 | 2026-06-01T11:24:22.550Z | test icmpv6_inner_has_nat_applied ... ok |
| 675 | 2026-06-01T11:24:22.550Z | test external_ip_receive_and_reply_on_all ... ok |
| 676 | 2026-06-01T11:24:22.550Z | test intra_subnet_routes_with_custom ... ok |
| 677 | 2026-06-01T11:24:22.550Z | test no_panic_on_flow_table_full ... ok |
| 678 | 2026-06-01T11:24:22.550Z | test external_ip_balanced_over_floating_ips ... ok |
| 679 | 2026-06-01T11:24:22.550Z | test outbound_ndp_dropped ... ok |
| 680 | 2026-06-01T11:24:22.550Z | test packet_body_pullup ... ok |
| 681 | 2026-06-01T11:24:22.550Z | test internal_attached_subnets ... ok |
| 682 | 2026-06-01T11:24:22.550Z | test port_transition_running ... ok |
| 683 | 2026-06-01T11:24:22.550Z | test port_transition_reset ... ok |
| 684 | 2026-06-01T11:24:22.550Z | test port_as_router_target ... ok |
| 685 | 2026-06-01T11:24:22.551Z | test test_drop_on_unknown_critical_option ... ok |
| 686 | 2026-06-01T11:24:22.551Z | test port_transition_pause ... ok |
| 687 | 2026-06-01T11:24:22.551Z | test tcp_invalidation_does_not_block_connection ... ok |
| 688 | 2026-06-01T11:24:22.551Z | test select_eip_conditioned_on_igw ... ok |
| 689 | 2026-06-01T11:24:22.551Z | test snat_icmp4_echo_rewrite ... ok |
| 690 | 2026-06-01T11:24:22.551Z | test snat_icmp6_echo_rewrite ... ok |
| 691 | 2026-06-01T11:24:22.551Z | test tcp_inbound ... ok |
| 692 | 2026-06-01T11:24:22.551Z | test tcp_outbound ... ok |
| 693 | 2026-06-01T11:24:22.551Z | test test_gateway_neighbor_advert_reply ... ok |
| 694 | 2026-06-01T11:24:22.551Z | test test_ipv6_multicast_encapsulation ... ok |
| 695 | 2026-06-01T11:24:22.551Z | test test_v6_ext_hdr_geneve_offset_ok ... ok |
| 696 | 2026-06-01T11:24:22.551Z | test test_tcp_multicast_denied ... ok |
| 697 | 2026-06-01T11:24:22.551Z | test test_reply_to_dhcpv6_solicit_or_request ... ok |
| 698 | 2026-06-01T11:24:22.551Z | test uft_lft_invalidation_out ... ok |
| 699 | 2026-06-01T11:24:22.551Z | test uft_lft_invalidation_in ... ok |
| 700 | 2026-06-01T11:24:22.551Z | |
| 701 | 2026-06-01T11:24:22.551Z | test result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 702 | 2026-06-01T11:24:22.551Z | |
| 703 | 2026-06-01T11:24:22.551Z | Doc-tests oxide_vpc |
| 704 | 2026-06-01T11:24:22.857Z | |
| 705 | 2026-06-01T11:24:22.857Z | running 0 tests |
| 706 | 2026-06-01T11:24:22.857Z | |
| 707 | 2026-06-01T11:24:22.860Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 708 | 2026-06-01T11:24:22.860Z | |
| 709 | 2026-06-01T11:24:22.885Z | |
| 710 | 2026-06-01T11:24:22.888Z | real 54.956522104 |
| 711 | 2026-06-01T11:24:22.888Z | user 3:19.481089927 |
| 712 | 2026-06-01T11:24:22.888Z | sys 12.253138205 |
| 713 | 2026-06-01T11:24:22.888Z | trap 0.087398571 |
| 714 | 2026-06-01T11:24:22.888Z | tflt 0.304292034 |
| 715 | 2026-06-01T11:24:22.888Z | dflt 0.289142297 |
| 716 | 2026-06-01T11:24:22.888Z | kflt 0.000030230 |
| 717 | 2026-06-01T11:24:22.888Z | lock 12:56.508161861 |
| 718 | 2026-06-01T11:24:22.888Z | slp 6:43.779645319 |
| 719 | 2026-06-01T11:24:22.888Z | lat 8.204523201 |
| 720 | 2026-06-01T11:24:22.888Z | stop 5.293135977 |
| 721 | 2026-06-01T11:24:22.888Z | process exited: duration 121901 ms, exit code 0 |
| |
| 722 | 2026-06-01T11:24:22.894Z | found 0 output files |