|
|
|
| 1 | 2026-07-18T04:07:04.248Z | job assigned to worker 01KXSPEEHKG5D4S8H2800JE4MX [factory aws, i-04aa7d4f7d36b0a04] (queued for 1 m 1 s) |
| |
| 2 | 2026-07-18T04:07:10.330Z | starting task 0: "setup" |
| 3 | 2026-07-18T04:07:10.333Z | ++ uname -s |
| 4 | 2026-07-18T04:07:10.337Z | + kern=SunOS |
| 5 | 2026-07-18T04:07:10.337Z | + build_user=build |
| 6 | 2026-07-18T04:07:10.337Z | + build_uid=12345 |
| 7 | 2026-07-18T04:07:10.337Z | + work_dir=/work |
| 8 | 2026-07-18T04:07:10.337Z | + input_dir=/input |
| 9 | 2026-07-18T04:07:10.337Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-18T04:07:10.337Z | + case "$kern" in |
| 11 | 2026-07-18T04:07:10.337Z | + groupadd -g 12345 build |
| 12 | 2026-07-18T04:07:10.337Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-18T04:07:12.343Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-18T04:07:12.407Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-18T04:07:12.410Z | + home_fs=zfs |
| 16 | 2026-07-18T04:07:12.410Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-18T04:07:12.410Z | + mkdir -p /home/build |
| 18 | 2026-07-18T04:07:12.411Z | + chown build:build /home/build /work |
| 19 | 2026-07-18T04:07:14.411Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-18T04:07:14.416Z | process exited: duration 4084 ms, exit code 0 |
| |
| 21 | 2026-07-18T04:07:14.422Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-18T04:07:14.426Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-18T04:07:14.426Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-07-18T04:07:14.426Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-07-18T04:07:14.426Z | * rust toolchain profile = "default" |
| 26 | 2026-07-18T04:07:14.426Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-18T04:07:14.427Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-18T04:07:14.430Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-18T04:07:14.430Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-18T04:07:14.508Z | info: downloading installer |
| 31 | 2026-07-18T04:07:15.782Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-18T04:07:15.782Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-18T04:07:15.782Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-18T04:07:15.782Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-18T04:07:15.794Z | info: profile set to default |
| 36 | 2026-07-18T04:07:15.794Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-18T04:07:15.798Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-18T04:07:15.943Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-18T04:07:15.964Z | info: downloading 6 components |
| 40 | 2026-07-18T04:07:30.778Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-18T04:07:30.778Z | |
| 42 | 2026-07-18T04:07:30.809Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-18T04:07:30.809Z | |
| 44 | 2026-07-18T04:07:30.815Z | |
| 45 | 2026-07-18T04:07:30.815Z | Rust is installed now. Great! |
| 46 | 2026-07-18T04:07:30.815Z | |
| 47 | 2026-07-18T04:07:30.815Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-18T04:07:30.815Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-18T04:07:30.815Z | |
| 50 | 2026-07-18T04:07:30.815Z | To configure your current shell, you need to source |
| 51 | 2026-07-18T04:07:30.815Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-18T04:07:30.815Z | |
| 53 | 2026-07-18T04:07:30.815Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-18T04:07:30.815Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-18T04:07:30.815Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-18T04:07:30.815Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-18T04:07:30.815Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-18T04:07:30.815Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-18T04:07:30.815Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-18T04:07:30.815Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-18T04:07:30.815Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-18T04:07:30.910Z | + rustup --version |
| 63 | 2026-07-18T04:07:30.919Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-18T04:07:30.924Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-18T04:07:30.939Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-18T04:07:30.945Z | + cargo --version |
| 67 | 2026-07-18T04:07:30.960Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-18T04:07:30.968Z | + rustc --version |
| 69 | 2026-07-18T04:07:30.978Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-18T04:07:30.983Z | process exited: duration 16557 ms, exit code 0 |
| |
| 71 | 2026-07-18T04:07:30.991Z | starting task 2: "authentication" |
| 72 | 2026-07-18T04:07:31.009Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-18T04:07:31.017Z | starting task 3: "clone repository" |
| 74 | 2026-07-18T04:07:31.021Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-18T04:07:31.026Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-18T04:07:31.051Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-18T04:07:31.905Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-18T04:07:31.905Z | + git fetch origin 9e9447048a8bf577d01319d7cedcadae72f58f9f |
| 79 | 2026-07-18T04:07:32.136Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-18T04:07:32.136Z | * branch 9e9447048a8bf577d01319d7cedcadae72f58f9f -> FETCH_HEAD |
| 81 | 2026-07-18T04:07:32.145Z | + [[ -n renovate/rust-1.x ]] |
| 82 | 2026-07-18T04:07:32.145Z | ++ git branch --show-current |
| 83 | 2026-07-18T04:07:32.145Z | + current=master |
| 84 | 2026-07-18T04:07:32.145Z | + [[ master != renovate/rust-1.x ]] |
| 85 | 2026-07-18T04:07:32.145Z | + git branch -f renovate/rust-1.x 9e9447048a8bf577d01319d7cedcadae72f58f9f |
| 86 | 2026-07-18T04:07:32.151Z | + git checkout -f renovate/rust-1.x |
| 87 | 2026-07-18T04:07:32.161Z | Switched to branch 'renovate/rust-1.x' |
| 88 | 2026-07-18T04:07:32.168Z | + git reset --hard 9e9447048a8bf577d01319d7cedcadae72f58f9f |
| 89 | 2026-07-18T04:07:32.180Z | HEAD is now at 9e94470 Update dependency rust |
| 90 | 2026-07-18T04:07:32.186Z | process exited: duration 1161 ms, exit code 0 |
| |
| 91 | 2026-07-18T04:07:32.211Z | starting task 4: "build" |
| 92 | 2026-07-18T04:07:32.222Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-18T04:07:32.222Z | ++ rustup show active-toolchain |
| 94 | 2026-07-18T04:07:32.222Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-18T04:07:32.222Z | ++ pushd xde |
| 96 | 2026-07-18T04:07:32.222Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-18T04:07:32.222Z | ++ rustup show active-toolchain |
| 98 | 2026-07-18T04:07:32.222Z | info: syncing channel updates for nightly-2026-07-18-x86_64-unknown-illumos |
| 99 | 2026-07-18T04:07:32.397Z | info: latest update on 2026-07-18 for version 1.99.0-nightly (b6839f4d0 2026-07-17) |
| 100 | 2026-07-18T04:07:32.408Z | info: downloading 6 components |
| 101 | 2026-07-18T04:07:48.121Z | nightly-2026-07-18-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-18T04:07:48.204Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-18T04:07:48.207Z | +++ head -n 1 |
| 104 | 2026-07-18T04:07:48.207Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-18T04:07:48.257Z | ++ export NIGHTLY=nightly-2026-07-18-x86_64-unknown-illumos |
| 106 | 2026-07-18T04:07:48.257Z | ++ NIGHTLY=nightly-2026-07-18-x86_64-unknown-illumos |
| 107 | 2026-07-18T04:07:48.257Z | ++ popd |
| 108 | 2026-07-18T04:07:48.260Z | /work/oxidecomputer/opte |
| 109 | 2026-07-18T04:07:48.260Z | + cargo --version |
| 110 | 2026-07-18T04:07:48.267Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 111 | 2026-07-18T04:07:48.270Z | + rustc --version |
| 112 | 2026-07-18T04:07:48.288Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 113 | 2026-07-18T04:07:48.292Z | + cd lib/oxide-vpc |
| 114 | 2026-07-18T04:07:48.292Z | + header 'check style' |
| 115 | 2026-07-18T04:07:48.292Z | + echo '# ==== check style ==== #' |
| 116 | 2026-07-18T04:07:48.292Z | # ==== check style ==== # |
| 117 | 2026-07-18T04:07:48.292Z | + ptime -m cargo +nightly-2026-07-18-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-07-18T04:07:48.420Z | |
| 119 | 2026-07-18T04:07:48.420Z | real 0.126638282 |
| 120 | 2026-07-18T04:07:48.420Z | user 0.086893785 |
| 121 | 2026-07-18T04:07:48.420Z | sys 0.036267157 |
| 122 | 2026-07-18T04:07:48.420Z | trap 0.000003590 |
| 123 | 2026-07-18T04:07:48.420Z | tflt 0.000012870 |
| 124 | 2026-07-18T04:07:48.420Z | dflt 0.000009220 |
| 125 | 2026-07-18T04:07:48.420Z | kflt 0.000000000 |
| 126 | 2026-07-18T04:07:48.420Z | lock 0.031270096 |
| 127 | 2026-07-18T04:07:48.420Z | slp 0.102251115 |
| 128 | 2026-07-18T04:07:48.420Z | lat 0.000834700 |
| 129 | 2026-07-18T04:07:48.420Z | stop 0.000089450 |
| 130 | 2026-07-18T04:07:48.424Z | + header 'check docs' |
| 131 | 2026-07-18T04:07:48.424Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-07-18T04:07:48.425Z | # ==== check docs ==== # |
| 133 | 2026-07-18T04:07:48.425Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-07-18T04:07:48.425Z | + ptime -m cargo +nightly-2026-07-18-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-07-18T04:07:48.487Z | Updating crates.io index |
| 136 | 2026-07-18T04:07:48.490Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-07-18T04:07:49.167Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-07-18T04:07:49.391Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-07-18T04:07:49.714Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-07-18T04:07:49.923Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-07-18T04:07:50.139Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-07-18T04:07:50.377Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-07-18T04:07:52.505Z | Downloading crates ... |
| 144 | 2026-07-18T04:07:52.550Z | Downloaded darling_macro v0.21.3 |
| 145 | 2026-07-18T04:07:52.553Z | Downloaded defmt v0.3.100 |
| 146 | 2026-07-18T04:07:52.556Z | Downloaded ref-cast v1.0.25 |
| 147 | 2026-07-18T04:07:52.559Z | Downloaded darling v0.23.0 |
| 148 | 2026-07-18T04:07:52.563Z | Downloaded embedded-io v0.4.0 |
| 149 | 2026-07-18T04:07:52.565Z | Downloaded ident_case v1.0.1 |
| 150 | 2026-07-18T04:07:52.571Z | Downloaded scroll_derive v0.13.1 |
| 151 | 2026-07-18T04:07:52.582Z | Downloaded aho-corasick v1.1.4 |
| 152 | 2026-07-18T04:07:52.585Z | Downloaded postcard v1.1.3 |
| 153 | 2026-07-18T04:07:52.588Z | Downloaded ingot-macros v0.1.1 |
| 154 | 2026-07-18T04:07:52.609Z | Downloaded macaddr v1.0.1 |
| 155 | 2026-07-18T04:07:52.618Z | Downloaded cfg-if v1.0.4 |
| 156 | 2026-07-18T04:07:52.618Z | Downloaded embedded-io v0.6.1 |
| 157 | 2026-07-18T04:07:52.618Z | Downloaded cobs v0.3.0 |
| 158 | 2026-07-18T04:07:52.618Z | Downloaded plain v0.2.3 |
| 159 | 2026-07-18T04:07:52.618Z | Downloaded pest_derive v2.8.7 |
| 160 | 2026-07-18T04:07:52.618Z | Downloaded quote v1.0.46 |
| 161 | 2026-07-18T04:07:52.618Z | Downloaded ingot-types v0.1.2 |
| 162 | 2026-07-18T04:07:52.619Z | Downloaded crc32fast v1.5.0 |
| 163 | 2026-07-18T04:07:52.622Z | Downloaded darling v0.21.3 |
| 164 | 2026-07-18T04:07:52.622Z | Downloaded usdt-attr-macro v0.6.0 |
| 165 | 2026-07-18T04:07:52.622Z | Downloaded darling_macro v0.23.0 |
| 166 | 2026-07-18T04:07:52.622Z | Downloaded dyn-clone v1.0.20 |
| 167 | 2026-07-18T04:07:52.622Z | Downloaded ref-cast-impl v1.0.25 |
| 168 | 2026-07-18T04:07:52.627Z | Downloaded defmt-parser v1.0.0 |
| 169 | 2026-07-18T04:07:52.630Z | Downloaded ipnetwork v0.21.1 |
| 170 | 2026-07-18T04:07:52.636Z | Downloaded itoa v1.0.18 |
| 171 | 2026-07-18T04:07:52.639Z | Downloaded usdt-macro v0.6.0 |
| 172 | 2026-07-18T04:07:52.641Z | Downloaded thread-id v5.1.0 |
| 173 | 2026-07-18T04:07:52.644Z | Downloaded strsim v0.11.1 |
| 174 | 2026-07-18T04:07:52.644Z | Downloaded pretty-hex v0.4.2 |
| 175 | 2026-07-18T04:07:52.644Z | Downloaded dof v0.4.0 |
| 176 | 2026-07-18T04:07:52.648Z | Downloaded dtrace-parser v0.3.0 |
| 177 | 2026-07-18T04:07:52.651Z | Downloaded usdt v0.6.0 |
| 178 | 2026-07-18T04:07:52.651Z | Downloaded managed v0.8.0 |
| 179 | 2026-07-18T04:07:52.654Z | Downloaded tabwriter v1.4.1 |
| 180 | 2026-07-18T04:07:52.655Z | Downloaded version_check v0.9.5 |
| 181 | 2026-07-18T04:07:52.657Z | Downloaded stable_deref_trait v1.2.1 |
| 182 | 2026-07-18T04:07:52.657Z | Downloaded hash32 v0.3.1 |
| 183 | 2026-07-18T04:07:52.662Z | Downloaded fnv v1.0.7 |
| 184 | 2026-07-18T04:07:52.668Z | Downloaded pest_generator v2.8.7 |
| 185 | 2026-07-18T04:07:52.671Z | Downloaded byteorder v1.5.0 |
| 186 | 2026-07-18T04:07:52.675Z | Downloaded either v1.16.0 |
| 187 | 2026-07-18T04:07:52.682Z | Downloaded zmij v1.0.21 |
| 188 | 2026-07-18T04:07:52.685Z | Downloaded usdt-impl v0.6.0 |
| 189 | 2026-07-18T04:07:52.685Z | Downloaded bitflags v1.3.2 |
| 190 | 2026-07-18T04:07:52.688Z | Downloaded thiserror v2.0.18 |
| 191 | 2026-07-18T04:07:52.691Z | Downloaded defmt-macros v1.1.1 |
| 192 | 2026-07-18T04:07:52.691Z | Downloaded ingot v0.1.1 |
| 193 | 2026-07-18T04:07:52.694Z | Downloaded scroll v0.13.0 |
| 194 | 2026-07-18T04:07:52.696Z | Downloaded memmap2 v0.9.11 |
| 195 | 2026-07-18T04:07:52.699Z | Downloaded pest_meta v2.8.7 |
| 196 | 2026-07-18T04:07:52.702Z | Downloaded darling_core v0.23.0 |
| 197 | 2026-07-18T04:07:52.713Z | Downloaded serde_tokenstream v0.2.3 |
| 198 | 2026-07-18T04:07:52.717Z | Downloaded ucd-trie v0.1.7 |
| 199 | 2026-07-18T04:07:52.725Z | Downloaded bitflags v2.13.0 |
| 200 | 2026-07-18T04:07:52.728Z | Downloaded defmt v1.1.1 |
| 201 | 2026-07-18T04:07:52.731Z | Downloaded thiserror-impl v2.0.18 |
| 202 | 2026-07-18T04:07:52.731Z | Downloaded proc-macro2 v1.0.106 |
| 203 | 2026-07-18T04:07:52.733Z | Downloaded serde_core v1.0.228 |
| 204 | 2026-07-18T04:07:52.734Z | Downloaded log v0.4.33 |
| 205 | 2026-07-18T04:07:52.737Z | Downloaded unicode-ident v1.0.24 |
| 206 | 2026-07-18T04:07:52.750Z | Downloaded itertools v0.15.0 |
| 207 | 2026-07-18T04:07:52.754Z | Downloaded darling_core v0.21.3 |
| 208 | 2026-07-18T04:07:52.757Z | Downloaded serde_derive v1.0.228 |
| 209 | 2026-07-18T04:07:52.760Z | Downloaded uuid v1.23.4 |
| 210 | 2026-07-18T04:07:52.760Z | Downloaded memchr v2.8.2 |
| 211 | 2026-07-18T04:07:52.767Z | Downloaded heapless v0.8.0 |
| 212 | 2026-07-18T04:07:52.770Z | Downloaded serde v1.0.228 |
| 213 | 2026-07-18T04:07:52.782Z | Downloaded zerocopy-derive v0.8.52 |
| 214 | 2026-07-18T04:07:52.786Z | Downloaded pest v2.8.7 |
| 215 | 2026-07-18T04:07:52.814Z | Downloaded itertools v0.14.0 |
| 216 | 2026-07-18T04:07:52.818Z | Downloaded regex v1.12.4 |
| 217 | 2026-07-18T04:07:52.825Z | Downloaded serde_json v1.0.150 |
| 218 | 2026-07-18T04:07:52.840Z | Downloaded zerocopy v0.8.52 |
| 219 | 2026-07-18T04:07:52.857Z | Downloaded regex-syntax v0.8.11 |
| 220 | 2026-07-18T04:07:52.861Z | Downloaded unicode-width v0.2.2 |
| 221 | 2026-07-18T04:07:52.871Z | Downloaded syn v2.0.118 |
| 222 | 2026-07-18T04:07:52.876Z | Downloaded goblin v0.10.7 |
| 223 | 2026-07-18T04:07:52.880Z | Downloaded smoltcp v0.11.0 |
| 224 | 2026-07-18T04:07:52.924Z | Downloaded regex-automata v0.4.14 |
| 225 | 2026-07-18T04:07:52.931Z | Downloaded libc v0.2.186 |
| 226 | 2026-07-18T04:07:52.988Z | Compiling proc-macro2 v1.0.106 |
| 227 | 2026-07-18T04:07:52.988Z | Compiling quote v1.0.46 |
| 228 | 2026-07-18T04:07:52.988Z | Compiling unicode-ident v1.0.24 |
| 229 | 2026-07-18T04:07:52.991Z | Documenting unicode-ident v1.0.24 |
| 230 | 2026-07-18T04:07:52.991Z | Compiling strsim v0.11.1 |
| 231 | 2026-07-18T04:07:52.991Z | Compiling ident_case v1.0.1 |
| 232 | 2026-07-18T04:07:52.991Z | Compiling serde_core v1.0.228 |
| 233 | 2026-07-18T04:07:53.150Z | Compiling fnv v1.0.7 |
| 234 | 2026-07-18T04:07:53.166Z | Compiling memchr v2.8.2 |
| 235 | 2026-07-18T04:07:53.169Z | Compiling regex-syntax v0.8.11 |
| 236 | 2026-07-18T04:07:53.350Z | Compiling serde v1.0.228 |
| 237 | 2026-07-18T04:07:53.395Z | Compiling thiserror v2.0.18 |
| 238 | 2026-07-18T04:07:53.445Z | Compiling zerocopy v0.8.52 |
| 239 | 2026-07-18T04:07:53.669Z | Documenting proc-macro2 v1.0.106 |
| 240 | 2026-07-18T04:07:53.716Z | Compiling aho-corasick v1.1.4 |
| 241 | 2026-07-18T04:07:54.040Z | Compiling syn v2.0.118 |
| 242 | 2026-07-18T04:07:54.139Z | Compiling either v1.16.0 |
| 243 | 2026-07-18T04:07:54.142Z | Checking byteorder v1.5.0 |
| 244 | 2026-07-18T04:07:54.260Z | Documenting quote v1.0.46 |
| 245 | 2026-07-18T04:07:54.347Z | Compiling itertools v0.14.0 |
| 246 | 2026-07-18T04:07:54.771Z | Documenting syn v2.0.118 |
| 247 | 2026-07-18T04:07:54.907Z | Compiling regex-automata v0.4.14 |
| 248 | 2026-07-18T04:07:55.169Z | Compiling heapless v0.8.0 |
| 249 | 2026-07-18T04:07:55.242Z | Checking bitflags v2.13.0 |
| 250 | 2026-07-18T04:07:55.397Z | Checking hash32 v0.3.1 |
| 251 | 2026-07-18T04:07:55.505Z | Documenting serde_core v1.0.228 |
| 252 | 2026-07-18T04:07:55.581Z | Documenting memchr v2.8.2 |
| 253 | 2026-07-18T04:07:55.637Z | Checking cfg-if v1.0.4 |
| 254 | 2026-07-18T04:07:55.694Z | Checking macaddr v1.0.1 |
| 255 | 2026-07-18T04:07:55.830Z | Checking stable_deref_trait v1.2.1 |
| 256 | 2026-07-18T04:07:55.895Z | Documenting regex-syntax v0.8.11 |
| 257 | 2026-07-18T04:07:56.065Z | Compiling smoltcp v0.11.0 |
| 258 | 2026-07-18T04:07:56.218Z | Documenting aho-corasick v1.1.4 |
| 259 | 2026-07-18T04:07:56.415Z | Compiling darling_core v0.21.3 |
| 260 | 2026-07-18T04:07:56.750Z | Compiling regex v1.12.4 |
| 261 | 2026-07-18T04:07:56.907Z | Compiling darling_core v0.23.0 |
| 262 | 2026-07-18T04:07:57.166Z | Documenting regex-automata v0.4.14 |
| 263 | 2026-07-18T04:07:57.457Z | Checking managed v0.8.0 |
| 264 | 2026-07-18T04:07:57.530Z | Checking bitflags v1.3.2 |
| 265 | 2026-07-18T04:07:57.610Z | Compiling zerocopy-derive v0.8.52 |
| 266 | 2026-07-18T04:07:57.613Z | Compiling serde_derive v1.0.228 |
| 267 | 2026-07-18T04:07:57.637Z | Compiling thiserror-impl v2.0.18 |
| 268 | 2026-07-18T04:07:58.442Z | Documenting thiserror-impl v2.0.18 |
| 269 | 2026-07-18T04:07:58.506Z | Compiling darling_macro v0.21.3 |
| 270 | 2026-07-18T04:07:58.523Z | Documenting regex v1.12.4 |
| 271 | 2026-07-18T04:07:58.815Z | Documenting zerocopy-derive v0.8.52 |
| 272 | 2026-07-18T04:07:58.945Z | Checking cobs v0.3.0 |
| 273 | 2026-07-18T04:07:59.010Z | Compiling darling_macro v0.23.0 |
| 274 | 2026-07-18T04:07:59.093Z | Compiling darling v0.21.3 |
| 275 | 2026-07-18T04:07:59.171Z | Compiling ingot-macros v0.1.1 |
| 276 | 2026-07-18T04:07:59.191Z | Documenting serde_derive v1.0.228 |
| 277 | 2026-07-18T04:07:59.291Z | Compiling crc32fast v1.5.0 |
| 278 | 2026-07-18T04:07:59.510Z | Documenting byteorder v1.5.0 |
| 279 | 2026-07-18T04:07:59.600Z | Compiling ref-cast v1.0.25 |
| 280 | 2026-07-18T04:07:59.642Z | Documenting ingot-macros v0.1.1 |
| 281 | 2026-07-18T04:07:59.717Z | Documenting zerocopy v0.8.52 |
| 282 | 2026-07-18T04:07:59.969Z | Documenting thiserror v2.0.18 |
| 283 | 2026-07-18T04:08:00.074Z | Documenting hash32 v0.3.1 |
| 284 | 2026-07-18T04:08:00.350Z | Documenting serde v1.0.228 |
| 285 | 2026-07-18T04:08:00.677Z | Compiling ref-cast-impl v1.0.25 |
| 286 | 2026-07-18T04:08:00.734Z | Checking postcard v1.1.3 |
| 287 | 2026-07-18T04:08:00.882Z | Documenting bitflags v2.13.0 |
| 288 | 2026-07-18T04:08:01.006Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 289 | 2026-07-18T04:08:01.263Z | Compiling version_check v0.9.5 |
| 290 | 2026-07-18T04:08:01.429Z | Checking ipnetwork v0.21.1 |
| 291 | 2026-07-18T04:08:01.507Z | Documenting stable_deref_trait v1.2.1 |
| 292 | 2026-07-18T04:08:01.531Z | Documenting cfg-if v1.0.4 |
| 293 | 2026-07-18T04:08:01.605Z | Checking unicode-width v0.2.2 |
| 294 | 2026-07-18T04:08:01.664Z | Documenting macaddr v1.0.1 |
| 295 | 2026-07-18T04:08:01.771Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 296 | 2026-07-18T04:08:01.857Z | Documenting cobs v0.3.0 |
| 297 | 2026-07-18T04:08:01.883Z | Checking ingot-types v0.1.2 |
| 298 | 2026-07-18T04:08:01.894Z | Compiling darling v0.23.0 |
| 299 | 2026-07-18T04:08:02.014Z | Documenting managed v0.8.0 |
| 300 | 2026-07-18T04:08:02.047Z | Documenting heapless v0.8.0 |
| 301 | 2026-07-18T04:08:02.217Z | Checking ingot v0.1.1 |
| 302 | 2026-07-18T04:08:02.270Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 303 | 2026-07-18T04:08:02.436Z | Checking tabwriter v1.4.1 |
| 304 | 2026-07-18T04:08:02.574Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 305 | 2026-07-18T04:08:02.901Z | Documenting postcard v1.1.3 |
| 306 | 2026-07-18T04:08:02.908Z | Checking itertools v0.15.0 |
| 307 | 2026-07-18T04:08:02.926Z | Documenting ingot-types v0.1.2 |
| 308 | 2026-07-18T04:08:03.132Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 309 | 2026-07-18T04:08:03.180Z | Documenting ref-cast-impl v1.0.25 |
| 310 | 2026-07-18T04:08:03.388Z | Documenting smoltcp v0.11.0 |
| 311 | 2026-07-18T04:08:03.642Z | Documenting ipnetwork v0.21.1 |
| 312 | 2026-07-18T04:08:03.686Z | Documenting unicode-width v0.2.2 |
| 313 | 2026-07-18T04:08:03.725Z | Checking dyn-clone v1.0.20 |
| 314 | 2026-07-18T04:08:03.772Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 315 | 2026-07-18T04:08:03.820Z | Documenting either v1.16.0 |
| 316 | 2026-07-18T04:08:03.878Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 317 | 2026-07-18T04:08:04.172Z | Documenting ingot v0.1.1 |
| 318 | 2026-07-18T04:08:04.407Z | Documenting ref-cast v1.0.25 |
| 319 | 2026-07-18T04:08:04.640Z | Documenting crc32fast v1.5.0 |
| 320 | 2026-07-18T04:08:04.683Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 321 | 2026-07-18T04:08:04.889Z | Documenting tabwriter v1.4.1 |
| 322 | 2026-07-18T04:08:05.151Z | Documenting itertools v0.15.0 |
| 323 | 2026-07-18T04:08:05.527Z | Documenting dyn-clone v1.0.20 |
| 324 | 2026-07-18T04:08:05.986Z | Documenting uuid v1.23.4 |
| 325 | 2026-07-18T04:08:06.263Z | Checking uuid v1.23.4 |
| 326 | 2026-07-18T04:08:06.505Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 327 | 2026-07-18T04:08:06.555Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 328 | 2026-07-18T04:08:07.270Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 329 | 2026-07-18T04:08:08.929Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 330 | 2026-07-18T04:08:11.213Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 331 | 2026-07-18T04:08:12.789Z | Finished `dev` profile [optimized + debuginfo] target(s) in 24.36s |
| 332 | 2026-07-18T04:08:12.876Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
| 333 | 2026-07-18T04:08:12.901Z | |
| 334 | 2026-07-18T04:08:12.904Z | real 24.460019956 |
| 335 | 2026-07-18T04:08:12.904Z | user 1:21.732317706 |
| 336 | 2026-07-18T04:08:12.904Z | sys 17.321249330 |
| 337 | 2026-07-18T04:08:12.904Z | trap 0.051394248 |
| 338 | 2026-07-18T04:08:12.904Z | tflt 0.013758311 |
| 339 | 2026-07-18T04:08:12.904Z | dflt 0.058647500 |
| 340 | 2026-07-18T04:08:12.904Z | kflt 0.004817319 |
| 341 | 2026-07-18T04:08:12.904Z | lock 9:08.331136328 |
| 342 | 2026-07-18T04:08:12.904Z | slp 4:45.846322408 |
| 343 | 2026-07-18T04:08:12.904Z | lat 7.140203599 |
| 344 | 2026-07-18T04:08:12.904Z | stop 13.867391962 |
| 345 | 2026-07-18T04:08:12.904Z | + header 'analyze std + api + usdt' |
| 346 | 2026-07-18T04:08:12.904Z | + echo '# ==== analyze std + api + usdt ==== #' |
| 347 | 2026-07-18T04:08:12.904Z | # ==== analyze std + api + usdt ==== # |
| 348 | 2026-07-18T04:08:12.904Z | + ptime -m cargo clippy --features usdt --all-targets -- --deny warnings |
| 349 | 2026-07-18T04:08:13.080Z | Downloading crates ... |
| 350 | 2026-07-18T04:08:13.131Z | Downloaded futures-sink v0.3.32 |
| 351 | 2026-07-18T04:08:13.135Z | Downloaded futures-channel v0.3.32 |
| 352 | 2026-07-18T04:08:13.139Z | Downloaded cookie-factory v0.3.3 |
| 353 | 2026-07-18T04:08:13.142Z | Downloaded slab v0.4.12 |
| 354 | 2026-07-18T04:08:13.142Z | Downloaded futures-macro v0.3.32 |
| 355 | 2026-07-18T04:08:13.142Z | Downloaded rusticata-macros v5.0.0 |
| 356 | 2026-07-18T04:08:13.145Z | Downloaded ctor-proc-macro v0.0.13 |
| 357 | 2026-07-18T04:08:13.148Z | Downloaded dtor-proc-macro v0.0.13 |
| 358 | 2026-07-18T04:08:13.148Z | Downloaded futures-io v0.3.32 |
| 359 | 2026-07-18T04:08:13.148Z | Downloaded futures-task v0.3.32 |
| 360 | 2026-07-18T04:08:13.151Z | Downloaded typeid v1.0.3 |
| 361 | 2026-07-18T04:08:13.154Z | Downloaded circular v0.3.0 |
| 362 | 2026-07-18T04:08:13.154Z | Downloaded futures-core v0.3.32 |
| 363 | 2026-07-18T04:08:13.154Z | Downloaded link-section v0.2.1 |
| 364 | 2026-07-18T04:08:13.154Z | Downloaded ctor v0.10.1 |
| 365 | 2026-07-18T04:08:13.158Z | Downloaded dtor v0.8.1 |
| 366 | 2026-07-18T04:08:13.161Z | Downloaded futures-executor v0.3.32 |
| 367 | 2026-07-18T04:08:13.165Z | Downloaded pin-project-lite v0.2.17 |
| 368 | 2026-07-18T04:08:13.168Z | Downloaded once_cell v1.21.4 |
| 369 | 2026-07-18T04:08:13.171Z | Downloaded anyhow v1.0.103 |
| 370 | 2026-07-18T04:08:13.176Z | Downloaded futures v0.3.32 |
| 371 | 2026-07-18T04:08:13.197Z | Downloaded ron v0.12.2 |
| 372 | 2026-07-18T04:08:13.201Z | Downloaded nom v8.0.0 |
| 373 | 2026-07-18T04:08:13.204Z | Downloaded futures-util v0.3.32 |
| 374 | 2026-07-18T04:08:13.210Z | Downloaded pcap-parser v0.17.0 |
| 375 | 2026-07-18T04:08:13.260Z | Compiling proc-macro2 v1.0.106 |
| 376 | 2026-07-18T04:08:13.260Z | Compiling quote v1.0.46 |
| 377 | 2026-07-18T04:08:13.264Z | Compiling unicode-ident v1.0.24 |
| 378 | 2026-07-18T04:08:13.264Z | Compiling memchr v2.8.2 |
| 379 | 2026-07-18T04:08:13.264Z | Compiling thiserror v2.0.18 |
| 380 | 2026-07-18T04:08:13.264Z | Compiling zerocopy v0.8.52 |
| 381 | 2026-07-18T04:08:13.264Z | Compiling serde_core v1.0.228 |
| 382 | 2026-07-18T04:08:13.437Z | Compiling zmij v1.0.21 |
| 383 | 2026-07-18T04:08:13.632Z | Compiling libc v0.2.186 |
| 384 | 2026-07-18T04:08:13.636Z | Compiling ident_case v1.0.1 |
| 385 | 2026-07-18T04:08:13.663Z | Compiling strsim v0.11.1 |
| 386 | 2026-07-18T04:08:13.671Z | Compiling serde_json v1.0.150 |
| 387 | 2026-07-18T04:08:13.723Z | Compiling ucd-trie v0.1.7 |
| 388 | 2026-07-18T04:08:13.850Z | Compiling pest v2.8.7 |
| 389 | 2026-07-18T04:08:13.886Z | Compiling serde v1.0.228 |
| 390 | 2026-07-18T04:08:14.120Z | Compiling fnv v1.0.7 |
| 391 | 2026-07-18T04:08:14.284Z | Compiling aho-corasick v1.1.4 |
| 392 | 2026-07-18T04:08:14.308Z | Compiling regex-syntax v0.8.11 |
| 393 | 2026-07-18T04:08:14.462Z | Compiling syn v2.0.118 |
| 394 | 2026-07-18T04:08:14.541Z | Compiling itoa v1.0.18 |
| 395 | 2026-07-18T04:08:14.597Z | Checking byteorder v1.5.0 |
| 396 | 2026-07-18T04:08:15.031Z | Compiling pest_meta v2.8.7 |
| 397 | 2026-07-18T04:08:15.092Z | Compiling usdt-impl v0.6.0 |
| 398 | 2026-07-18T04:08:15.177Z | Compiling either v1.16.0 |
| 399 | 2026-07-18T04:08:15.184Z | Checking bitflags v2.13.0 |
| 400 | 2026-07-18T04:08:15.345Z | Compiling itertools v0.14.0 |
| 401 | 2026-07-18T04:08:15.373Z | Compiling thread-id v5.1.0 |
| 402 | 2026-07-18T04:08:15.687Z | Compiling regex-automata v0.4.14 |
| 403 | 2026-07-18T04:08:15.907Z | Checking futures-core v0.3.32 |
| 404 | 2026-07-18T04:08:15.927Z | Checking plain v0.2.3 |
| 405 | 2026-07-18T04:08:16.021Z | Compiling heapless v0.8.0 |
| 406 | 2026-07-18T04:08:16.301Z | Checking log v0.4.33 |
| 407 | 2026-07-18T04:08:16.305Z | Checking futures-sink v0.3.32 |
| 408 | 2026-07-18T04:08:16.386Z | Checking futures-channel v0.3.32 |
| 409 | 2026-07-18T04:08:16.560Z | Checking hash32 v0.3.1 |
| 410 | 2026-07-18T04:08:16.569Z | Checking macaddr v1.0.1 |
| 411 | 2026-07-18T04:08:16.642Z | Checking pin-project-lite v0.2.17 |
| 412 | 2026-07-18T04:08:16.673Z | Checking stable_deref_trait v1.2.1 |
| 413 | 2026-07-18T04:08:16.701Z | Checking futures-io v0.3.32 |
| 414 | 2026-07-18T04:08:16.719Z | Checking cfg-if v1.0.4 |
| 415 | 2026-07-18T04:08:16.731Z | Checking slab v0.4.12 |
| 416 | 2026-07-18T04:08:16.771Z | Checking futures-task v0.3.32 |
| 417 | 2026-07-18T04:08:16.803Z | Compiling smoltcp v0.11.0 |
| 418 | 2026-07-18T04:08:16.875Z | Compiling pest_generator v2.8.7 |
| 419 | 2026-07-18T04:08:16.900Z | Compiling darling_core v0.21.3 |
| 420 | 2026-07-18T04:08:16.946Z | Compiling darling_core v0.23.0 |
| 421 | 2026-07-18T04:08:17.040Z | Checking pretty-hex v0.4.2 |
| 422 | 2026-07-18T04:08:17.400Z | Compiling regex v1.12.4 |
| 423 | 2026-07-18T04:08:17.497Z | Checking bitflags v1.3.2 |
| 424 | 2026-07-18T04:08:17.533Z | Compiling version_check v0.9.5 |
| 425 | 2026-07-18T04:08:17.555Z | Compiling crc32fast v1.5.0 |
| 426 | 2026-07-18T04:08:17.785Z | Compiling ref-cast v1.0.25 |
| 427 | 2026-07-18T04:08:17.792Z | Checking managed v0.8.0 |
| 428 | 2026-07-18T04:08:17.862Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 429 | 2026-07-18T04:08:18.020Z | Compiling serde_derive v1.0.228 |
| 430 | 2026-07-18T04:08:18.079Z | Compiling thiserror-impl v2.0.18 |
| 431 | 2026-07-18T04:08:18.105Z | Compiling zerocopy-derive v0.8.52 |
| 432 | 2026-07-18T04:08:18.181Z | Compiling pest_derive v2.8.7 |
| 433 | 2026-07-18T04:08:18.696Z | Compiling scroll_derive v0.13.1 |
| 434 | 2026-07-18T04:08:18.959Z | Compiling darling_macro v0.21.3 |
| 435 | 2026-07-18T04:08:19.007Z | Compiling futures-macro v0.3.32 |
| 436 | 2026-07-18T04:08:19.174Z | Compiling darling_macro v0.23.0 |
| 437 | 2026-07-18T04:08:19.228Z | Compiling ref-cast-impl v1.0.25 |
| 438 | 2026-07-18T04:08:19.467Z | Compiling dtrace-parser v0.3.0 |
| 439 | 2026-07-18T04:08:19.560Z | Compiling darling v0.21.3 |
| 440 | 2026-07-18T04:08:19.632Z | Checking scroll v0.13.0 |
| 441 | 2026-07-18T04:08:19.737Z | Compiling ingot-macros v0.1.1 |
| 442 | 2026-07-18T04:08:19.806Z | Checking cobs v0.3.0 |
| 443 | 2026-07-18T04:08:19.816Z | Checking futures-util v0.3.32 |
| 444 | 2026-07-18T04:08:19.852Z | Checking goblin v0.10.7 |
| 445 | 2026-07-18T04:08:20.065Z | Compiling darling v0.23.0 |
| 446 | 2026-07-18T04:08:20.137Z | Checking memmap2 v0.9.11 |
| 447 | 2026-07-18T04:08:20.185Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 448 | 2026-07-18T04:08:20.449Z | Checking ipnetwork v0.21.1 |
| 449 | 2026-07-18T04:08:20.486Z | Checking unicode-width v0.2.2 |
| 450 | 2026-07-18T04:08:20.612Z | Checking itertools v0.15.0 |
| 451 | 2026-07-18T04:08:21.031Z | Checking postcard v1.1.3 |
| 452 | 2026-07-18T04:08:21.201Z | Compiling serde_tokenstream v0.2.3 |
| 453 | 2026-07-18T04:08:21.306Z | Checking tabwriter v1.4.1 |
| 454 | 2026-07-18T04:08:21.375Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 455 | 2026-07-18T04:08:21.510Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 456 | 2026-07-18T04:08:21.652Z | Checking nom v8.0.0 |
| 457 | 2026-07-18T04:08:21.701Z | Checking futures-executor v0.3.32 |
| 458 | 2026-07-18T04:08:21.849Z | Checking futures v0.3.32 |
| 459 | 2026-07-18T04:08:21.914Z | Compiling typeid v1.0.3 |
| 460 | 2026-07-18T04:08:22.085Z | Checking dyn-clone v1.0.20 |
| 461 | 2026-07-18T04:08:22.090Z | Compiling anyhow v1.0.103 |
| 462 | 2026-07-18T04:08:22.180Z | Checking cookie-factory v0.3.3 |
| 463 | 2026-07-18T04:08:22.221Z | Checking uuid v1.23.4 |
| 464 | 2026-07-18T04:08:22.225Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 465 | 2026-07-18T04:08:22.352Z | Compiling dof v0.4.0 |
| 466 | 2026-07-18T04:08:22.371Z | Checking ingot-types v0.1.2 |
| 467 | 2026-07-18T04:08:22.423Z | Compiling dtor-proc-macro v0.0.13 |
| 468 | 2026-07-18T04:08:22.438Z | Checking circular v0.3.0 |
| 469 | 2026-07-18T04:08:22.543Z | Checking link-section v0.2.1 |
| 470 | 2026-07-18T04:08:22.564Z | Compiling ctor-proc-macro v0.0.13 |
| 471 | 2026-07-18T04:08:22.642Z | Checking once_cell v1.21.4 |
| 472 | 2026-07-18T04:08:22.697Z | Checking ingot v0.1.1 |
| 473 | 2026-07-18T04:08:22.753Z | Checking dtor v0.8.1 |
| 474 | 2026-07-18T04:08:22.768Z | Checking ron v0.12.2 |
| 475 | 2026-07-18T04:08:22.889Z | Checking ctor v0.10.1 |
| 476 | 2026-07-18T04:08:23.278Z | Compiling usdt-attr-macro v0.6.0 |
| 477 | 2026-07-18T04:08:23.278Z | Compiling usdt-macro v0.6.0 |
| 478 | 2026-07-18T04:08:23.549Z | Checking rusticata-macros v5.0.0 |
| 479 | 2026-07-18T04:08:23.668Z | Checking pcap-parser v0.17.0 |
| 480 | 2026-07-18T04:08:23.898Z | Checking usdt v0.6.0 |
| 481 | 2026-07-18T04:08:24.164Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 482 | 2026-07-18T04:08:28.544Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 483 | 2026-07-18T04:08:30.203Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 484 | 2026-07-18T04:08:32.504Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.55s |
| 485 | 2026-07-18T04:08:32.536Z | |
| 486 | 2026-07-18T04:08:32.539Z | real 19.630048691 |
| 487 | 2026-07-18T04:08:32.539Z | user 1:12.647003423 |
| 488 | 2026-07-18T04:08:32.539Z | sys 15.038912930 |
| 489 | 2026-07-18T04:08:32.539Z | trap 0.038775510 |
| 490 | 2026-07-18T04:08:32.540Z | tflt 0.101178284 |
| 491 | 2026-07-18T04:08:32.540Z | dflt 0.126207410 |
| 492 | 2026-07-18T04:08:32.540Z | kflt 0.000019670 |
| 493 | 2026-07-18T04:08:32.540Z | lock 4:42.494854881 |
| 494 | 2026-07-18T04:08:32.540Z | slp 3:51.269523001 |
| 495 | 2026-07-18T04:08:32.540Z | lat 3.778013206 |
| 496 | 2026-07-18T04:08:32.540Z | stop 9.761192907 |
| 497 | 2026-07-18T04:08:32.540Z | + header 'analyze no_std + engine + kernel' |
| 498 | 2026-07-18T04:08:32.540Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 499 | 2026-07-18T04:08:32.540Z | # ==== analyze no_std + engine + kernel ==== # |
| 500 | 2026-07-18T04:08:32.540Z | + ptime -m cargo +nightly-2026-07-18-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel |
| 501 | 2026-07-18T04:08:32.705Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 502 | 2026-07-18T04:08:32.706Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 503 | 2026-07-18T04:08:32.709Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 504 | 2026-07-18T04:08:32.709Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 505 | 2026-07-18T04:08:32.958Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 506 | 2026-07-18T04:08:36.535Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 507 | 2026-07-18T04:08:37.854Z | Finished `dev` profile [optimized + debuginfo] target(s) in 5.27s |
| 508 | 2026-07-18T04:08:37.878Z | |
| 509 | 2026-07-18T04:08:37.878Z | real 5.336125804 |
| 510 | 2026-07-18T04:08:37.878Z | user 5.565010675 |
| 511 | 2026-07-18T04:08:37.878Z | sys 1.007494099 |
| 512 | 2026-07-18T04:08:37.881Z | trap 0.000724090 |
| 513 | 2026-07-18T04:08:37.881Z | tflt 0.008958822 |
| 514 | 2026-07-18T04:08:37.881Z | dflt 0.002660040 |
| 515 | 2026-07-18T04:08:37.881Z | kflt 0.000000000 |
| 516 | 2026-07-18T04:08:37.881Z | lock 27.713730081 |
| 517 | 2026-07-18T04:08:37.881Z | slp 20.046116066 |
| 518 | 2026-07-18T04:08:37.881Z | lat 0.021835922 |
| 519 | 2026-07-18T04:08:37.881Z | stop 0.275990509 |
| 520 | 2026-07-18T04:08:37.881Z | + header test |
| 521 | 2026-07-18T04:08:37.881Z | + echo '# ==== test ==== #' |
| 522 | 2026-07-18T04:08:37.881Z | + ptime -m cargo test |
| 523 | 2026-07-18T04:08:37.881Z | # ==== test ==== # |
| 524 | 2026-07-18T04:08:38.029Z | Compiling memchr v2.8.2 |
| 525 | 2026-07-18T04:08:38.033Z | Compiling serde_core v1.0.228 |
| 526 | 2026-07-18T04:08:38.053Z | Compiling thiserror v2.0.18 |
| 527 | 2026-07-18T04:08:38.056Z | Compiling zerocopy v0.8.52 |
| 528 | 2026-07-18T04:08:38.059Z | Compiling unicode-ident v1.0.24 |
| 529 | 2026-07-18T04:08:38.059Z | Compiling byteorder v1.5.0 |
| 530 | 2026-07-18T04:08:38.062Z | Compiling libc v0.2.186 |
| 531 | 2026-07-18T04:08:38.065Z | Compiling zmij v1.0.21 |
| 532 | 2026-07-18T04:08:38.135Z | Compiling proc-macro2 v1.0.106 |
| 533 | 2026-07-18T04:08:38.181Z | Compiling scroll v0.13.0 |
| 534 | 2026-07-18T04:08:38.270Z | Compiling futures-core v0.3.32 |
| 535 | 2026-07-18T04:08:38.395Z | Compiling log v0.4.33 |
| 536 | 2026-07-18T04:08:38.421Z | Compiling ucd-trie v0.1.7 |
| 537 | 2026-07-18T04:08:38.429Z | Compiling plain v0.2.3 |
| 538 | 2026-07-18T04:08:38.443Z | Compiling itoa v1.0.18 |
| 539 | 2026-07-18T04:08:38.521Z | Compiling futures-sink v0.3.32 |
| 540 | 2026-07-18T04:08:38.617Z | Compiling futures-channel v0.3.32 |
| 541 | 2026-07-18T04:08:38.620Z | Compiling pest v2.8.7 |
| 542 | 2026-07-18T04:08:38.694Z | Compiling goblin v0.10.7 |
| 543 | 2026-07-18T04:08:38.853Z | Compiling quote v1.0.46 |
| 544 | 2026-07-18T04:08:39.121Z | Compiling hash32 v0.3.1 |
| 545 | 2026-07-18T04:08:39.286Z | Compiling stable_deref_trait v1.2.1 |
| 546 | 2026-07-18T04:08:39.354Z | Compiling cfg-if v1.0.4 |
| 547 | 2026-07-18T04:08:39.417Z | Compiling macaddr v1.0.1 |
| 548 | 2026-07-18T04:08:39.484Z | Compiling slab v0.4.12 |
| 549 | 2026-07-18T04:08:39.618Z | Compiling pin-project-lite v0.2.17 |
| 550 | 2026-07-18T04:08:39.661Z | Compiling futures-io v0.3.32 |
| 551 | 2026-07-18T04:08:39.661Z | Compiling pretty-hex v0.4.2 |
| 552 | 2026-07-18T04:08:39.704Z | Compiling futures-task v0.3.32 |
| 553 | 2026-07-18T04:08:39.787Z | Compiling dtrace-parser v0.3.0 |
| 554 | 2026-07-18T04:08:39.880Z | Compiling serde v1.0.228 |
| 555 | 2026-07-18T04:08:39.888Z | Compiling bitflags v2.13.0 |
| 556 | 2026-07-18T04:08:40.034Z | Compiling serde_json v1.0.150 |
| 557 | 2026-07-18T04:08:40.297Z | Compiling futures-util v0.3.32 |
| 558 | 2026-07-18T04:08:40.325Z | Compiling heapless v0.8.0 |
| 559 | 2026-07-18T04:08:40.480Z | Compiling syn v2.0.118 |
| 560 | 2026-07-18T04:08:40.765Z | Compiling thread-id v5.1.0 |
| 561 | 2026-07-18T04:08:40.838Z | Compiling ingot-types v0.1.2 |
| 562 | 2026-07-18T04:08:40.842Z | Compiling cobs v0.3.0 |
| 563 | 2026-07-18T04:08:41.030Z | Compiling bitflags v1.3.2 |
| 564 | 2026-07-18T04:08:41.096Z | Compiling managed v0.8.0 |
| 565 | 2026-07-18T04:08:41.110Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 566 | 2026-07-18T04:08:41.226Z | Compiling ingot v0.1.1 |
| 567 | 2026-07-18T04:08:41.317Z | Compiling smoltcp v0.11.0 |
| 568 | 2026-07-18T04:08:41.331Z | Compiling postcard v1.1.3 |
| 569 | 2026-07-18T04:08:41.676Z | Compiling dof v0.4.0 |
| 570 | 2026-07-18T04:08:42.978Z | Compiling usdt-impl v0.6.0 |
| 571 | 2026-07-18T04:08:43.120Z | Compiling futures-executor v0.3.32 |
| 572 | 2026-07-18T04:08:43.277Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 573 | 2026-07-18T04:08:43.404Z | Compiling memmap2 v0.9.11 |
| 574 | 2026-07-18T04:08:43.689Z | Compiling either v1.16.0 |
| 575 | 2026-07-18T04:08:43.716Z | Compiling ipnetwork v0.21.1 |
| 576 | 2026-07-18T04:08:43.869Z | Compiling unicode-width v0.2.2 |
| 577 | 2026-07-18T04:08:43.893Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 578 | 2026-07-18T04:08:44.192Z | Compiling tabwriter v1.4.1 |
| 579 | 2026-07-18T04:08:44.238Z | Compiling itertools v0.15.0 |
| 580 | 2026-07-18T04:08:44.627Z | Compiling ref-cast v1.0.25 |
| 581 | 2026-07-18T04:08:44.724Z | Compiling usdt v0.6.0 |
| 582 | 2026-07-18T04:08:45.219Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 583 | 2026-07-18T04:08:45.333Z | Compiling futures v0.3.32 |
| 584 | 2026-07-18T04:08:45.439Z | Compiling crc32fast v1.5.0 |
| 585 | 2026-07-18T04:08:45.477Z | Compiling nom v8.0.0 |
| 586 | 2026-07-18T04:08:45.497Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 587 | 2026-07-18T04:08:45.682Z | Compiling dyn-clone v1.0.20 |
| 588 | 2026-07-18T04:08:45.852Z | Compiling cookie-factory v0.3.3 |
| 589 | 2026-07-18T04:08:45.921Z | Compiling uuid v1.23.4 |
| 590 | 2026-07-18T04:08:46.164Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 591 | 2026-07-18T04:08:46.312Z | Compiling circular v0.3.0 |
| 592 | 2026-07-18T04:08:46.395Z | Compiling dtor v0.8.1 |
| 593 | 2026-07-18T04:08:46.446Z | Compiling anyhow v1.0.103 |
| 594 | 2026-07-18T04:08:46.476Z | Compiling typeid v1.0.3 |
| 595 | 2026-07-18T04:08:46.539Z | Compiling link-section v0.2.1 |
| 596 | 2026-07-18T04:08:46.554Z | Compiling once_cell v1.21.4 |
| 597 | 2026-07-18T04:08:46.677Z | Compiling ron v0.12.2 |
| 598 | 2026-07-18T04:08:46.711Z | Compiling ctor v0.10.1 |
| 599 | 2026-07-18T04:08:48.094Z | Compiling rusticata-macros v5.0.0 |
| 600 | 2026-07-18T04:08:48.411Z | Compiling pcap-parser v0.17.0 |
| 601 | 2026-07-18T04:08:50.793Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 602 | 2026-07-18T04:08:53.209Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 603 | 2026-07-18T04:09:31.609Z | Finished `test` profile [optimized + debuginfo] target(s) in 53.72s |
| 604 | 2026-07-18T04:09:31.625Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-6473ed6cfdcd49b2) |
| 605 | 2026-07-18T04:09:31.629Z | |
| 606 | 2026-07-18T04:09:31.629Z | running 15 tests |
| 607 | 2026-07-18T04:09:31.629Z | test api::tests::parse_bad_proto_filter ... ok |
| 608 | 2026-07-18T04:09:31.629Z | test api::tests::parse_good_proto_filter ... ok |
| 609 | 2026-07-18T04:09:31.629Z | test api::tests::parse_bad_address ... ok |
| 610 | 2026-07-18T04:09:31.629Z | test api::tests::parse_good_address ... ok |
| 611 | 2026-07-18T04:09:31.629Z | test api::tests::ports_from_str_bad ... ok |
| 612 | 2026-07-18T04:09:31.629Z | test api::tests::ports_from_str_good ... ok |
| 613 | 2026-07-18T04:09:31.629Z | test cfg::tests::test_required_nat_space ... ok |
| 614 | 2026-07-18T04:09:31.629Z | test cfg::tests::test_required_nat_space_only_ipv4 ... ok |
| 615 | 2026-07-18T04:09:31.629Z | test cfg::tests::test_required_nat_space_only_ipv6 ... ok |
| 616 | 2026-07-18T04:09:31.629Z | test engine::geneve::test::option_packet_length_with_known_options ... ok |
| 617 | 2026-07-18T04:09:31.630Z | test engine::geneve::test::parse_multi_opt ... ok |
| 618 | 2026-07-18T04:09:31.630Z | test engine::geneve::test::parse_multicast_replication_values ... ok |
| 619 | 2026-07-18T04:09:31.630Z | test engine::geneve::test::parse_single_opt ... ok |
| 620 | 2026-07-18T04:09:31.630Z | test engine::geneve::test::unknown_crit_option_fails ... ok |
| 621 | 2026-07-18T04:09:31.630Z | test engine::firewall::tests::port_predicate_simplification ... ok |
| 622 | 2026-07-18T04:09:31.630Z | |
| 623 | 2026-07-18T04:09:31.630Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 624 | 2026-07-18T04:09:31.630Z | |
| 625 | 2026-07-18T04:09:31.633Z | Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-991820f5753ce603) |
| 626 | 2026-07-18T04:09:31.634Z | |
| 627 | 2026-07-18T04:09:31.634Z | running 4 tests |
| 628 | 2026-07-18T04:09:31.634Z | test firewall_external_inbound ... ok |
| 629 | 2026-07-18T04:09:31.634Z | test firewall_vni_outbound ... ok |
| 630 | 2026-07-18T04:09:31.634Z | test firewall_vni_inbound ... ok |
| 631 | 2026-07-18T04:09:31.634Z | test firewall_replace_rules ... ok |
| 632 | 2026-07-18T04:09:31.634Z | |
| 633 | 2026-07-18T04:09:31.635Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 634 | 2026-07-18T04:09:31.635Z | |
| 635 | 2026-07-18T04:09:31.635Z | Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-71fa3c84d431769c) |
| 636 | 2026-07-18T04:09:31.635Z | |
| 637 | 2026-07-18T04:09:31.635Z | running 2 tests |
| 638 | 2026-07-18T04:09:31.638Z | test parse_in_regression ... ok |
| 639 | 2026-07-18T04:09:31.638Z | test parse_out_regression ... ok |
| 640 | 2026-07-18T04:09:31.638Z | |
| 641 | 2026-07-18T04:09:31.638Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 642 | 2026-07-18T04:09:31.638Z | |
| 643 | 2026-07-18T04:09:31.638Z | Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-363484a814622a16) |
| 644 | 2026-07-18T04:09:31.638Z | |
| 645 | 2026-07-18T04:09:31.638Z | running 48 tests |
| 646 | 2026-07-18T04:09:31.638Z | test bad_ip_len ... ok |
| 647 | 2026-07-18T04:09:31.638Z | test add_remove_fw_rule ... ok |
| 648 | 2026-07-18T04:09:31.639Z | test check_layers ... ok |
| 649 | 2026-07-18T04:09:31.639Z | test arp_gateway ... ok |
| 650 | 2026-07-18T04:09:31.639Z | test external_attached_subnets_cannot_reach_internal ... ok |
| 651 | 2026-07-18T04:09:31.639Z | test anti_spoof ... ok |
| 652 | 2026-07-18T04:09:31.639Z | test external_attached_subnets_dont_apply_nat ... ok |
| 653 | 2026-07-18T04:09:31.639Z | test ephemeral_ip_preferred_over_snat_outbound ... ok |
| 654 | 2026-07-18T04:09:31.639Z | test gateway_icmp4_ping ... ok |
| 655 | 2026-07-18T04:09:31.642Z | test flow_expiration ... ok |
| 656 | 2026-07-18T04:09:31.642Z | test early_tcp_invalidation ... ok |
| 657 | 2026-07-18T04:09:31.642Z | test gateway_icmpv6_ping ... ok |
| 658 | 2026-07-18T04:09:31.642Z | test gateway_router_advert_reply ... ok |
| 659 | 2026-07-18T04:09:31.643Z | test external_ip_epoch_affinity_preserved ... ok |
| 660 | 2026-07-18T04:09:31.644Z | test external_ip_reconfigurable ... ok |
| 661 | 2026-07-18T04:09:31.644Z | test guest_to_guest_no_route ... ok |
| 662 | 2026-07-18T04:09:31.644Z | test guest_to_guest_diff_vpc_no_peer ... ok |
| 663 | 2026-07-18T04:09:31.644Z | test guest_to_internet_ipv6 ... ok |
| 664 | 2026-07-18T04:09:31.644Z | test guest_to_internet_ipv4 ... ok |
| 665 | 2026-07-18T04:09:31.644Z | test guest_to_guest ... ok |
| 666 | 2026-07-18T04:09:31.644Z | test icmp_inner_has_nat_applied ... ok |
| 667 | 2026-07-18T04:09:31.644Z | test inbound_ndp_dropped_at_gateway ... ok |
| 668 | 2026-07-18T04:09:31.644Z | test icmpv6_inner_has_nat_applied ... ok |
| 669 | 2026-07-18T04:09:31.644Z | test intra_subnet_routes_with_custom ... ok |
| 670 | 2026-07-18T04:09:31.644Z | test packet_body_pullup ... ok |
| 671 | 2026-07-18T04:09:31.644Z | test outbound_ndp_dropped ... ok |
| 672 | 2026-07-18T04:09:31.644Z | test external_ip_receive_and_reply_on_all ... ok |
| 673 | 2026-07-18T04:09:31.644Z | test internal_attached_subnets ... ok |
| 674 | 2026-07-18T04:09:31.644Z | test external_ip_balanced_over_floating_ips ... ok |
| 675 | 2026-07-18T04:09:31.644Z | test no_panic_on_flow_table_full ... ok |
| 676 | 2026-07-18T04:09:31.644Z | test port_transition_running ... ok |
| 677 | 2026-07-18T04:09:31.644Z | test port_transition_reset ... ok |
| 678 | 2026-07-18T04:09:31.644Z | test port_as_router_target ... ok |
| 679 | 2026-07-18T04:09:31.644Z | test port_transition_pause ... ok |
| 680 | 2026-07-18T04:09:31.644Z | test select_eip_conditioned_on_igw ... ok |
| 681 | 2026-07-18T04:09:31.644Z | test tcp_invalidation_does_not_block_connection ... ok |
| 682 | 2026-07-18T04:09:31.644Z | test test_drop_on_unknown_critical_option ... ok |
| 683 | 2026-07-18T04:09:31.644Z | test snat_icmp4_echo_rewrite ... ok |
| 684 | 2026-07-18T04:09:31.644Z | test snat_icmp6_echo_rewrite ... ok |
| 685 | 2026-07-18T04:09:31.645Z | test tcp_inbound ... ok |
| 686 | 2026-07-18T04:09:31.645Z | test tcp_outbound ... ok |
| 687 | 2026-07-18T04:09:31.645Z | test test_v6_ext_hdr_geneve_offset_ok ... ok |
| 688 | 2026-07-18T04:09:31.645Z | test test_ipv6_multicast_encapsulation ... ok |
| 689 | 2026-07-18T04:09:31.645Z | test test_tcp_multicast_denied ... ok |
| 690 | 2026-07-18T04:09:31.645Z | test test_gateway_neighbor_advert_reply ... ok |
| 691 | 2026-07-18T04:09:31.645Z | test test_reply_to_dhcpv6_solicit_or_request ... ok |
| 692 | 2026-07-18T04:09:31.645Z | test uft_lft_invalidation_out ... ok |
| 693 | 2026-07-18T04:09:31.645Z | test uft_lft_invalidation_in ... ok |
| 694 | 2026-07-18T04:09:31.645Z | |
| 695 | 2026-07-18T04:09:31.645Z | test result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 696 | 2026-07-18T04:09:31.645Z | |
| 697 | 2026-07-18T04:09:31.645Z | Doc-tests oxide_vpc |
| 698 | 2026-07-18T04:09:31.937Z | |
| 699 | 2026-07-18T04:09:31.937Z | running 0 tests |
| 700 | 2026-07-18T04:09:31.937Z | |
| 701 | 2026-07-18T04:09:31.937Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 702 | 2026-07-18T04:09:31.937Z | |
| 703 | 2026-07-18T04:09:31.966Z | |
| 704 | 2026-07-18T04:09:31.966Z | real 54.076695651 |
| 705 | 2026-07-18T04:09:31.966Z | user 3:17.673951995 |
| 706 | 2026-07-18T04:09:31.966Z | sys 11.887162104 |
| 707 | 2026-07-18T04:09:31.970Z | trap 0.091446968 |
| 708 | 2026-07-18T04:09:31.970Z | tflt 0.126804264 |
| 709 | 2026-07-18T04:09:31.970Z | dflt 0.599792752 |
| 710 | 2026-07-18T04:09:31.970Z | kflt 0.000006690 |
| 711 | 2026-07-18T04:09:31.970Z | lock 13:43.063080292 |
| 712 | 2026-07-18T04:09:31.970Z | slp 6:39.980472980 |
| 713 | 2026-07-18T04:09:31.970Z | lat 7.364873558 |
| 714 | 2026-07-18T04:09:31.970Z | stop 5.745489514 |
| 715 | 2026-07-18T04:09:31.970Z | process exited: duration 119763 ms, exit code 0 |
| |
| 716 | 2026-07-18T04:09:31.977Z | found 0 output files |