|
|
|
| 1 | 2026-07-26T04:23:04.635Z | job assigned to worker 01KYEAHEZHT849FMAE0WCDY8E9 [factory aws, i-0d4eb30414109cca7] (queued for 51 s) |
| |
| 2 | 2026-07-26T04:23:11.682Z | starting task 0: "setup" |
| 3 | 2026-07-26T04:23:11.688Z | ++ uname -s |
| 4 | 2026-07-26T04:23:11.691Z | + kern=SunOS |
| 5 | 2026-07-26T04:23:11.691Z | + build_user=build |
| 6 | 2026-07-26T04:23:11.691Z | + build_uid=12345 |
| 7 | 2026-07-26T04:23:11.691Z | + work_dir=/work |
| 8 | 2026-07-26T04:23:11.691Z | + input_dir=/input |
| 9 | 2026-07-26T04:23:11.691Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-26T04:23:11.691Z | + case "$kern" in |
| 11 | 2026-07-26T04:23:11.691Z | + groupadd -g 12345 build |
| 12 | 2026-07-26T04:23:11.691Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-26T04:23:13.698Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-26T04:23:13.792Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-26T04:23:13.795Z | + home_fs=zfs |
| 16 | 2026-07-26T04:23:13.795Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-26T04:23:13.795Z | + mkdir -p /home/build |
| 18 | 2026-07-26T04:23:13.795Z | + chown build:build /home/build /work |
| 19 | 2026-07-26T04:23:15.796Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-26T04:23:15.799Z | process exited: duration 4115 ms, exit code 0 |
| |
| 21 | 2026-07-26T04:23:15.805Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-26T04:23:15.809Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-26T04:23:15.809Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-07-26T04:23:15.809Z | * rust toolchain profile = "default" |
| 25 | 2026-07-26T04:23:15.809Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-26T04:23:15.809Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-26T04:23:15.809Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-26T04:23:15.812Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-26T04:23:15.812Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-26T04:23:15.914Z | info: downloading installer |
| 31 | 2026-07-26T04:23:17.334Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-26T04:23:17.334Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-26T04:23:17.334Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-26T04:23:17.337Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-26T04:23:17.346Z | info: profile set to default |
| 36 | 2026-07-26T04:23:17.346Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-26T04:23:17.349Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-26T04:23:17.482Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-26T04:23:17.485Z | info: downloading 6 components |
| 40 | 2026-07-26T04:23:34.056Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-26T04:23:34.057Z | |
| 42 | 2026-07-26T04:23:34.085Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-26T04:23:34.085Z | |
| 44 | 2026-07-26T04:23:34.085Z | |
| 45 | 2026-07-26T04:23:34.085Z | Rust is installed now. Great! |
| 46 | 2026-07-26T04:23:34.085Z | |
| 47 | 2026-07-26T04:23:34.085Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-26T04:23:34.085Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-26T04:23:34.085Z | |
| 50 | 2026-07-26T04:23:34.085Z | To configure your current shell, you need to source |
| 51 | 2026-07-26T04:23:34.085Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-26T04:23:34.085Z | |
| 53 | 2026-07-26T04:23:34.085Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-26T04:23:34.086Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-26T04:23:34.086Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-26T04:23:34.086Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-26T04:23:34.086Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-26T04:23:34.086Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-26T04:23:34.086Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-26T04:23:34.090Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-26T04:23:34.090Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-26T04:23:34.183Z | + rustup --version |
| 63 | 2026-07-26T04:23:34.193Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-26T04:23:34.198Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-26T04:23:34.219Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-26T04:23:34.224Z | + cargo --version |
| 67 | 2026-07-26T04:23:34.232Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-26T04:23:34.236Z | + rustc --version |
| 69 | 2026-07-26T04:23:34.253Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-26T04:23:34.257Z | process exited: duration 18449 ms, exit code 0 |
| |
| 71 | 2026-07-26T04:23:34.263Z | starting task 2: "authentication" |
| 72 | 2026-07-26T04:23:34.279Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-26T04:23:34.286Z | starting task 3: "clone repository" |
| 74 | 2026-07-26T04:23:34.289Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-26T04:23:34.293Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-26T04:23:34.323Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-26T04:23:35.231Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-26T04:23:35.231Z | + git fetch origin 47f1798e3f36239518a77de5eee88e87641f7da8 |
| 79 | 2026-07-26T04:23:36.171Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-26T04:23:36.171Z | * branch 47f1798e3f36239518a77de5eee88e87641f7da8 -> FETCH_HEAD |
| 81 | 2026-07-26T04:23:36.193Z | + [[ -n renovate/rand ]] |
| 82 | 2026-07-26T04:23:36.193Z | ++ git branch --show-current |
| 83 | 2026-07-26T04:23:36.193Z | + current=master |
| 84 | 2026-07-26T04:23:36.193Z | + [[ master != renovate/rand ]] |
| 85 | 2026-07-26T04:23:36.193Z | + git branch -f renovate/rand 47f1798e3f36239518a77de5eee88e87641f7da8 |
| 86 | 2026-07-26T04:23:36.193Z | + git checkout -f renovate/rand |
| 87 | 2026-07-26T04:23:36.193Z | Switched to branch 'renovate/rand' |
| 88 | 2026-07-26T04:23:36.193Z | + git reset --hard 47f1798e3f36239518a77de5eee88e87641f7da8 |
| 89 | 2026-07-26T04:23:36.193Z | HEAD is now at 47f1798 Update Rust crate rand to 0.10.2 |
| 90 | 2026-07-26T04:23:36.193Z | process exited: duration 1217 ms, exit code 0 |
| |
| 91 | 2026-07-26T04:23:36.205Z | starting task 4: "build" |
| 92 | 2026-07-26T04:23:36.208Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-26T04:23:36.208Z | ++ rustup show active-toolchain |
| 94 | 2026-07-26T04:23:36.218Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-26T04:23:36.224Z | ++ pushd xde |
| 96 | 2026-07-26T04:23:36.224Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-26T04:23:36.224Z | ++ rustup show active-toolchain |
| 98 | 2026-07-26T04:23:36.224Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 99 | 2026-07-26T04:23:36.371Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 100 | 2026-07-26T04:23:36.374Z | info: downloading 6 components |
| 101 | 2026-07-26T04:23:51.462Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-26T04:23:51.561Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-26T04:23:51.565Z | +++ head -n 1 |
| 104 | 2026-07-26T04:23:51.565Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-26T04:23:51.617Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 106 | 2026-07-26T04:23:51.617Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-07-26T04:23:51.617Z | ++ popd |
| 108 | 2026-07-26T04:23:51.627Z | /work/oxidecomputer/opte |
| 109 | 2026-07-26T04:23:51.627Z | + cargo --version |
| 110 | 2026-07-26T04:23:51.627Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 111 | 2026-07-26T04:23:51.634Z | + rustc --version |
| 112 | 2026-07-26T04:23:51.647Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 113 | 2026-07-26T04:23:51.651Z | + cd lib/oxide-vpc |
| 114 | 2026-07-26T04:23:51.651Z | + header 'check style' |
| 115 | 2026-07-26T04:23:51.651Z | + echo '# ==== check style ==== #' |
| 116 | 2026-07-26T04:23:51.651Z | # ==== check style ==== # |
| 117 | 2026-07-26T04:23:51.652Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-07-26T04:23:51.781Z | |
| 119 | 2026-07-26T04:23:51.781Z | real 0.130129719 |
| 120 | 2026-07-26T04:23:51.781Z | user 0.094894664 |
| 121 | 2026-07-26T04:23:51.782Z | sys 0.031070945 |
| 122 | 2026-07-26T04:23:51.787Z | trap 0.000042640 |
| 123 | 2026-07-26T04:23:51.787Z | tflt 0.000024210 |
| 124 | 2026-07-26T04:23:51.787Z | dflt 0.000007210 |
| 125 | 2026-07-26T04:23:51.787Z | kflt 0.000000000 |
| 126 | 2026-07-26T04:23:51.788Z | lock 0.031215472 |
| 127 | 2026-07-26T04:23:51.788Z | slp 0.110332627 |
| 128 | 2026-07-26T04:23:51.788Z | lat 0.000822090 |
| 129 | 2026-07-26T04:23:51.788Z | stop 0.000096910 |
| 130 | 2026-07-26T04:23:51.788Z | + header 'check docs' |
| 131 | 2026-07-26T04:23:51.788Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-07-26T04:23:51.788Z | # ==== check docs ==== # |
| 133 | 2026-07-26T04:23:51.788Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-07-26T04:23:51.788Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-07-26T04:23:51.848Z | Updating crates.io index |
| 136 | 2026-07-26T04:23:51.852Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-07-26T04:23:52.782Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-07-26T04:23:53.018Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 139 | 2026-07-26T04:23:53.274Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 140 | 2026-07-26T04:23:53.586Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 141 | 2026-07-26T04:23:53.819Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-07-26T04:23:54.068Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-07-26T04:23:55.932Z | Downloading crates ... |
| 144 | 2026-07-26T04:23:55.961Z | Downloaded dof v0.4.0 |
| 145 | 2026-07-26T04:23:55.976Z | Downloaded ref-cast v1.0.25 |
| 146 | 2026-07-26T04:23:55.977Z | Downloaded dyn-clone v1.0.20 |
| 147 | 2026-07-26T04:23:55.977Z | Downloaded either v1.16.0 |
| 148 | 2026-07-26T04:23:55.977Z | Downloaded defmt v0.3.100 |
| 149 | 2026-07-26T04:23:55.977Z | Downloaded defmt-parser v1.0.0 |
| 150 | 2026-07-26T04:23:55.977Z | Downloaded serde_tokenstream v0.2.3 |
| 151 | 2026-07-26T04:23:55.977Z | Downloaded cobs v0.3.0 |
| 152 | 2026-07-26T04:23:55.977Z | Downloaded embedded-io v0.4.0 |
| 153 | 2026-07-26T04:23:55.977Z | Downloaded embedded-io v0.6.1 |
| 154 | 2026-07-26T04:23:55.977Z | Downloaded darling_macro v0.23.0 |
| 155 | 2026-07-26T04:23:55.977Z | Downloaded dtrace-parser v0.3.0 |
| 156 | 2026-07-26T04:23:55.990Z | Downloaded darling_core v0.23.0 |
| 157 | 2026-07-26T04:23:55.990Z | Downloaded thiserror v2.0.18 |
| 158 | 2026-07-26T04:23:55.990Z | Downloaded defmt v1.1.1 |
| 159 | 2026-07-26T04:23:55.990Z | Downloaded defmt-macros v1.1.1 |
| 160 | 2026-07-26T04:23:55.991Z | Downloaded bitflags v1.3.2 |
| 161 | 2026-07-26T04:23:55.991Z | Downloaded byteorder v1.5.0 |
| 162 | 2026-07-26T04:23:56.004Z | Downloaded crc32fast v1.5.0 |
| 163 | 2026-07-26T04:23:56.004Z | Downloaded cfg-if v1.0.4 |
| 164 | 2026-07-26T04:23:56.005Z | Downloaded version_check v0.9.5 |
| 165 | 2026-07-26T04:23:56.005Z | Downloaded bitflags v2.13.0 |
| 166 | 2026-07-26T04:23:56.005Z | Downloaded zmij v1.0.22 |
| 167 | 2026-07-26T04:23:56.015Z | Downloaded darling v0.23.0 |
| 168 | 2026-07-26T04:23:56.015Z | Downloaded usdt-attr-macro v0.6.0 |
| 169 | 2026-07-26T04:23:56.015Z | Downloaded managed v0.8.0 |
| 170 | 2026-07-26T04:23:56.015Z | Downloaded stable_deref_trait v1.2.1 |
| 171 | 2026-07-26T04:23:56.015Z | Downloaded hash32 v0.3.1 |
| 172 | 2026-07-26T04:23:56.030Z | Downloaded usdt v0.6.0 |
| 173 | 2026-07-26T04:23:56.030Z | Downloaded scroll_derive v0.13.1 |
| 174 | 2026-07-26T04:23:56.030Z | Downloaded usdt-macro v0.6.0 |
| 175 | 2026-07-26T04:23:56.057Z | Downloaded thread-id v5.1.0 |
| 176 | 2026-07-26T04:23:56.057Z | Downloaded ref-cast-impl v1.0.25 |
| 177 | 2026-07-26T04:23:56.057Z | Downloaded pretty-hex v0.4.2 |
| 178 | 2026-07-26T04:23:56.057Z | Downloaded macaddr v1.0.1 |
| 179 | 2026-07-26T04:23:56.064Z | Downloaded strsim v0.11.1 |
| 180 | 2026-07-26T04:23:56.064Z | Downloaded quote v1.0.46 |
| 181 | 2026-07-26T04:23:56.064Z | Downloaded plain v0.2.3 |
| 182 | 2026-07-26T04:23:56.064Z | Downloaded ident_case v1.0.1 |
| 183 | 2026-07-26T04:23:56.064Z | Downloaded itoa v1.0.18 |
| 184 | 2026-07-26T04:23:56.064Z | Downloaded tabwriter v1.4.1 |
| 185 | 2026-07-26T04:23:56.064Z | Downloaded pest_generator v2.8.7 |
| 186 | 2026-07-26T04:23:56.065Z | Downloaded ipnetwork v0.21.1 |
| 187 | 2026-07-26T04:23:56.065Z | Downloaded usdt-impl v0.6.0 |
| 188 | 2026-07-26T04:23:56.077Z | Downloaded ingot-types v0.2.0 |
| 189 | 2026-07-26T04:23:56.077Z | Downloaded ingot v0.2.0 |
| 190 | 2026-07-26T04:23:56.085Z | Downloaded pest_derive v2.8.7 |
| 191 | 2026-07-26T04:23:56.097Z | Downloaded pest_meta v2.8.7 |
| 192 | 2026-07-26T04:23:56.103Z | Downloaded scroll v0.13.0 |
| 193 | 2026-07-26T04:23:56.103Z | Downloaded thiserror-impl v2.0.18 |
| 194 | 2026-07-26T04:23:56.103Z | Downloaded memmap2 v0.9.11 |
| 195 | 2026-07-26T04:23:56.103Z | Downloaded unicode-ident v1.0.24 |
| 196 | 2026-07-26T04:23:56.103Z | Downloaded ingot-macros v0.2.0 |
| 197 | 2026-07-26T04:23:56.109Z | Downloaded ucd-trie v0.1.7 |
| 198 | 2026-07-26T04:23:56.125Z | Downloaded uuid v1.23.5 |
| 199 | 2026-07-26T04:23:56.147Z | Downloaded heapless v0.8.0 |
| 200 | 2026-07-26T04:23:56.147Z | Downloaded postcard v1.1.3 |
| 201 | 2026-07-26T04:23:56.147Z | Downloaded proc-macro2 v1.0.106 |
| 202 | 2026-07-26T04:23:56.147Z | Downloaded aho-corasick v1.1.4 |
| 203 | 2026-07-26T04:23:56.147Z | Downloaded serde_core v1.0.228 |
| 204 | 2026-07-26T04:23:56.153Z | Downloaded log v0.4.33 |
| 205 | 2026-07-26T04:23:56.154Z | Downloaded serde_derive v1.0.228 |
| 206 | 2026-07-26T04:23:56.154Z | Downloaded serde v1.0.228 |
| 207 | 2026-07-26T04:23:56.175Z | Downloaded zerocopy-derive v0.8.54 |
| 208 | 2026-07-26T04:23:56.185Z | Downloaded memchr v2.8.3 |
| 209 | 2026-07-26T04:23:56.195Z | Downloaded pest v2.8.7 |
| 210 | 2026-07-26T04:23:56.205Z | Downloaded regex v1.13.0 |
| 211 | 2026-07-26T04:23:56.210Z | Downloaded serde_json v1.0.150 |
| 212 | 2026-07-26T04:23:56.224Z | Downloaded itertools v0.15.0 |
| 213 | 2026-07-26T04:23:56.239Z | Downloaded goblin v0.10.7 |
| 214 | 2026-07-26T04:23:56.249Z | Downloaded unicode-width v0.2.2 |
| 215 | 2026-07-26T04:23:56.257Z | Downloaded zerocopy v0.8.54 |
| 216 | 2026-07-26T04:23:56.311Z | Downloaded syn v2.0.118 |
| 217 | 2026-07-26T04:23:56.311Z | Downloaded smoltcp v0.11.0 |
| 218 | 2026-07-26T04:23:56.311Z | Downloaded regex-syntax v0.8.11 |
| 219 | 2026-07-26T04:23:56.311Z | Downloaded regex-automata v0.4.15 |
| 220 | 2026-07-26T04:23:56.328Z | Downloaded libc v0.2.186 |
| 221 | 2026-07-26T04:23:56.384Z | Compiling proc-macro2 v1.0.106 |
| 222 | 2026-07-26T04:23:56.384Z | Compiling quote v1.0.46 |
| 223 | 2026-07-26T04:23:56.384Z | Compiling unicode-ident v1.0.24 |
| 224 | 2026-07-26T04:23:56.390Z | Documenting unicode-ident v1.0.24 |
| 225 | 2026-07-26T04:23:56.390Z | Compiling serde_core v1.0.228 |
| 226 | 2026-07-26T04:23:56.390Z | Compiling strsim v0.11.1 |
| 227 | 2026-07-26T04:23:56.390Z | Compiling ident_case v1.0.1 |
| 228 | 2026-07-26T04:23:56.546Z | Compiling memchr v2.8.3 |
| 229 | 2026-07-26T04:23:56.575Z | Compiling regex-syntax v0.8.11 |
| 230 | 2026-07-26T04:23:56.757Z | Compiling zerocopy v0.8.54 |
| 231 | 2026-07-26T04:23:56.862Z | Compiling thiserror v2.0.18 |
| 232 | 2026-07-26T04:23:57.056Z | Documenting proc-macro2 v1.0.106 |
| 233 | 2026-07-26T04:23:57.136Z | Compiling aho-corasick v1.1.4 |
| 234 | 2026-07-26T04:23:57.156Z | Compiling serde v1.0.228 |
| 235 | 2026-07-26T04:23:57.459Z | Checking syn v2.0.118 |
| 236 | 2026-07-26T04:23:57.577Z | Compiling either v1.16.0 |
| 237 | 2026-07-26T04:23:57.581Z | Checking byteorder v1.5.0 |
| 238 | 2026-07-26T04:23:57.630Z | Documenting quote v1.0.46 |
| 239 | 2026-07-26T04:23:57.708Z | Compiling itertools v0.15.0 |
| 240 | 2026-07-26T04:23:58.138Z | Documenting syn v2.0.118 |
| 241 | 2026-07-26T04:23:58.261Z | Compiling regex-automata v0.4.15 |
| 242 | 2026-07-26T04:23:58.406Z | Compiling heapless v0.8.0 |
| 243 | 2026-07-26T04:23:58.526Z | Documenting strsim v0.11.1 |
| 244 | 2026-07-26T04:23:58.596Z | Documenting ident_case v1.0.1 |
| 245 | 2026-07-26T04:23:59.023Z | Checking bitflags v2.13.0 |
| 246 | 2026-07-26T04:23:59.063Z | Checking hash32 v0.3.1 |
| 247 | 2026-07-26T04:23:59.134Z | Documenting serde_core v1.0.228 |
| 248 | 2026-07-26T04:23:59.156Z | Checking macaddr v1.0.1 |
| 249 | 2026-07-26T04:23:59.167Z | Documenting memchr v2.8.3 |
| 250 | 2026-07-26T04:23:59.664Z | Checking stable_deref_trait v1.2.1 |
| 251 | 2026-07-26T04:23:59.727Z | Checking cfg-if v1.0.4 |
| 252 | 2026-07-26T04:23:59.727Z | Checking darling_core v0.23.0 |
| 253 | 2026-07-26T04:23:59.727Z | Compiling smoltcp v0.11.0 |
| 254 | 2026-07-26T04:23:59.763Z | Documenting regex-syntax v0.8.11 |
| 255 | 2026-07-26T04:24:00.118Z | Compiling regex v1.13.0 |
| 256 | 2026-07-26T04:24:00.400Z | Documenting darling_core v0.23.0 |
| 257 | 2026-07-26T04:24:00.459Z | Documenting aho-corasick v1.1.4 |
| 258 | 2026-07-26T04:24:00.778Z | Checking bitflags v1.3.2 |
| 259 | 2026-07-26T04:24:00.839Z | Checking managed v0.8.0 |
| 260 | 2026-07-26T04:24:01.015Z | Compiling zerocopy-derive v0.8.54 |
| 261 | 2026-07-26T04:24:01.022Z | Compiling thiserror-impl v2.0.18 |
| 262 | 2026-07-26T04:24:01.123Z | Compiling serde_derive v1.0.228 |
| 263 | 2026-07-26T04:24:01.337Z | Documenting regex-automata v0.4.15 |
| 264 | 2026-07-26T04:24:01.486Z | Documenting darling_macro v0.23.0 |
| 265 | 2026-07-26T04:24:02.813Z | Compiling darling_macro v0.23.0 |
| 266 | 2026-07-26T04:24:02.813Z | Documenting serde_derive v1.0.228 |
| 267 | 2026-07-26T04:24:02.813Z | Documenting zerocopy-derive v0.8.54 |
| 268 | 2026-07-26T04:24:02.813Z | Documenting thiserror-impl v2.0.18 |
| 269 | 2026-07-26T04:24:02.813Z | Checking cobs v0.3.0 |
| 270 | 2026-07-26T04:24:02.814Z | Compiling ref-cast v1.0.25 |
| 271 | 2026-07-26T04:24:02.814Z | Compiling darling v0.23.0 |
| 272 | 2026-07-26T04:24:02.814Z | Compiling ingot-macros v0.2.0 |
| 273 | 2026-07-26T04:24:02.841Z | Documenting darling v0.23.0 |
| 274 | 2026-07-26T04:24:02.885Z | Documenting regex v1.13.0 |
| 275 | 2026-07-26T04:24:02.997Z | Documenting byteorder v1.5.0 |
| 276 | 2026-07-26T04:24:03.154Z | Compiling crc32fast v1.5.0 |
| 277 | 2026-07-26T04:24:03.324Z | Documenting thiserror v2.0.18 |
| 278 | 2026-07-26T04:24:03.553Z | Documenting zerocopy v0.8.54 |
| 279 | 2026-07-26T04:24:03.756Z | Documenting hash32 v0.3.1 |
| 280 | 2026-07-26T04:24:04.019Z | Documenting ingot-macros v0.2.0 |
| 281 | 2026-07-26T04:24:04.120Z | Documenting serde v1.0.228 |
| 282 | 2026-07-26T04:24:04.273Z | Checking postcard v1.1.3 |
| 283 | 2026-07-26T04:24:04.302Z | Compiling ref-cast-impl v1.0.25 |
| 284 | 2026-07-26T04:24:04.544Z | Documenting bitflags v2.13.0 |
| 285 | 2026-07-26T04:24:04.832Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 286 | 2026-07-26T04:24:04.909Z | Documenting macaddr v1.0.1 |
| 287 | 2026-07-26T04:24:05.063Z | Documenting stable_deref_trait v1.2.1 |
| 288 | 2026-07-26T04:24:05.190Z | Documenting cfg-if v1.0.4 |
| 289 | 2026-07-26T04:24:05.240Z | Compiling version_check v0.9.5 |
| 290 | 2026-07-26T04:24:05.337Z | Checking ingot-types v0.2.0 |
| 291 | 2026-07-26T04:24:05.398Z | Checking unicode-width v0.2.2 |
| 292 | 2026-07-26T04:24:05.625Z | Checking ipnetwork v0.21.1 |
| 293 | 2026-07-26T04:24:05.658Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 294 | 2026-07-26T04:24:05.671Z | Checking ingot v0.2.0 |
| 295 | 2026-07-26T04:24:05.751Z | Documenting cobs v0.3.0 |
| 296 | 2026-07-26T04:24:05.790Z | Documenting managed v0.8.0 |
| 297 | 2026-07-26T04:24:05.938Z | Checking tabwriter v1.4.1 |
| 298 | 2026-07-26T04:24:06.000Z | Documenting heapless v0.8.0 |
| 299 | 2026-07-26T04:24:06.068Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 300 | 2026-07-26T04:24:06.593Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 301 | 2026-07-26T04:24:06.761Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 302 | 2026-07-26T04:24:06.809Z | Documenting postcard v1.1.3 |
| 303 | 2026-07-26T04:24:06.820Z | Documenting ingot-types v0.2.0 |
| 304 | 2026-07-26T04:24:07.052Z | Documenting ref-cast-impl v1.0.25 |
| 305 | 2026-07-26T04:24:07.154Z | Checking dyn-clone v1.0.20 |
| 306 | 2026-07-26T04:24:07.188Z | Documenting either v1.16.0 |
| 307 | 2026-07-26T04:24:07.269Z | Documenting ipnetwork v0.21.1 |
| 308 | 2026-07-26T04:24:07.302Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 309 | 2026-07-26T04:24:07.337Z | Documenting smoltcp v0.11.0 |
| 310 | 2026-07-26T04:24:07.572Z | Documenting unicode-width v0.2.2 |
| 311 | 2026-07-26T04:24:07.926Z | Documenting crc32fast v1.5.0 |
| 312 | 2026-07-26T04:24:09.058Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 313 | 2026-07-26T04:24:09.109Z | Documenting ingot v0.2.0 |
| 314 | 2026-07-26T04:24:09.109Z | Documenting itertools v0.15.0 |
| 315 | 2026-07-26T04:24:09.109Z | Documenting ref-cast v1.0.25 |
| 316 | 2026-07-26T04:24:09.109Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 317 | 2026-07-26T04:24:09.152Z | Documenting tabwriter v1.4.1 |
| 318 | 2026-07-26T04:24:09.493Z | Documenting dyn-clone v1.0.20 |
| 319 | 2026-07-26T04:24:10.001Z | Documenting uuid v1.23.5 |
| 320 | 2026-07-26T04:24:10.274Z | Checking uuid v1.23.5 |
| 321 | 2026-07-26T04:24:10.510Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 322 | 2026-07-26T04:24:10.779Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 323 | 2026-07-26T04:24:11.431Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 324 | 2026-07-26T04:24:13.167Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 325 | 2026-07-26T04:24:15.488Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 326 | 2026-07-26T04:24:17.406Z | Finished `dev` profile [optimized + debuginfo] target(s) in 25.32s |
| 327 | 2026-07-26T04:24:17.406Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
| 328 | 2026-07-26T04:24:17.406Z | |
| 329 | 2026-07-26T04:24:17.406Z | real 25.422598036 |
| 330 | 2026-07-26T04:24:17.406Z | user 1:21.750411953 |
| 331 | 2026-07-26T04:24:17.406Z | sys 17.528440362 |
| 332 | 2026-07-26T04:24:17.406Z | trap 0.040910002 |
| 333 | 2026-07-26T04:24:17.406Z | tflt 0.080859971 |
| 334 | 2026-07-26T04:24:17.406Z | dflt 0.071850580 |
| 335 | 2026-07-26T04:24:17.407Z | kflt 0.005329516 |
| 336 | 2026-07-26T04:24:17.407Z | lock 8:10.239536163 |
| 337 | 2026-07-26T04:24:17.407Z | slp 5:02.307958935 |
| 338 | 2026-07-26T04:24:17.407Z | lat 7.333882989 |
| 339 | 2026-07-26T04:24:17.407Z | stop 12.856816229 |
| 340 | 2026-07-26T04:24:17.407Z | + header 'analyze std + api + usdt' |
| 341 | 2026-07-26T04:24:17.407Z | + echo '# ==== analyze std + api + usdt ==== #' |
| 342 | 2026-07-26T04:24:17.407Z | + ptime -m cargo clippy --features usdt --all-targets -- --deny warnings |
| 343 | 2026-07-26T04:24:17.407Z | # ==== analyze std + api + usdt ==== # |
| 344 | 2026-07-26T04:24:17.457Z | Downloading crates ... |
| 345 | 2026-07-26T04:24:17.464Z | Downloaded circular v0.3.0 |
| 346 | 2026-07-26T04:24:17.481Z | Downloaded rusticata-macros v5.0.0 |
| 347 | 2026-07-26T04:24:17.481Z | Downloaded ctor-proc-macro v0.0.13 |
| 348 | 2026-07-26T04:24:17.485Z | Downloaded futures v0.3.32 |
| 349 | 2026-07-26T04:24:17.485Z | Downloaded anyhow v1.0.103 |
| 350 | 2026-07-26T04:24:17.485Z | Downloaded futures-io v0.3.32 |
| 351 | 2026-07-26T04:24:17.500Z | Downloaded futures-macro v0.3.32 |
| 352 | 2026-07-26T04:24:17.508Z | Downloaded futures-core v0.3.32 |
| 353 | 2026-07-26T04:24:17.508Z | Downloaded futures-task v0.3.32 |
| 354 | 2026-07-26T04:24:17.509Z | Downloaded pin-project-lite v0.2.17 |
| 355 | 2026-07-26T04:24:17.509Z | Downloaded dtor v0.8.1 |
| 356 | 2026-07-26T04:24:17.509Z | Downloaded link-section v0.2.1 |
| 357 | 2026-07-26T04:24:17.509Z | Downloaded futures-sink v0.3.32 |
| 358 | 2026-07-26T04:24:17.509Z | Downloaded typeid v1.0.3 |
| 359 | 2026-07-26T04:24:17.509Z | Downloaded once_cell v1.21.4 |
| 360 | 2026-07-26T04:24:17.515Z | Downloaded futures-executor v0.3.32 |
| 361 | 2026-07-26T04:24:17.516Z | Downloaded slab v0.4.12 |
| 362 | 2026-07-26T04:24:17.516Z | Downloaded cookie-factory v0.3.3 |
| 363 | 2026-07-26T04:24:17.516Z | Downloaded dtor-proc-macro v0.0.13 |
| 364 | 2026-07-26T04:24:17.516Z | Downloaded ctor v0.10.1 |
| 365 | 2026-07-26T04:24:17.521Z | Downloaded futures-channel v0.3.32 |
| 366 | 2026-07-26T04:24:17.531Z | Downloaded futures-util v0.3.32 |
| 367 | 2026-07-26T04:24:17.541Z | Downloaded ron v0.12.2 |
| 368 | 2026-07-26T04:24:17.549Z | Downloaded nom v8.0.0 |
| 369 | 2026-07-26T04:24:17.549Z | Downloaded pcap-parser v0.17.0 |
| 370 | 2026-07-26T04:24:17.605Z | Compiling proc-macro2 v1.0.106 |
| 371 | 2026-07-26T04:24:17.605Z | Compiling quote v1.0.46 |
| 372 | 2026-07-26T04:24:17.608Z | Compiling unicode-ident v1.0.24 |
| 373 | 2026-07-26T04:24:17.609Z | Compiling memchr v2.8.3 |
| 374 | 2026-07-26T04:24:17.609Z | Compiling thiserror v2.0.18 |
| 375 | 2026-07-26T04:24:17.609Z | Compiling serde_core v1.0.228 |
| 376 | 2026-07-26T04:24:17.609Z | Compiling zerocopy v0.8.54 |
| 377 | 2026-07-26T04:24:17.619Z | Compiling zmij v1.0.22 |
| 378 | 2026-07-26T04:24:17.935Z | Compiling libc v0.2.186 |
| 379 | 2026-07-26T04:24:17.965Z | Compiling serde_json v1.0.150 |
| 380 | 2026-07-26T04:24:17.968Z | Compiling ucd-trie v0.1.7 |
| 381 | 2026-07-26T04:24:18.158Z | Compiling pest v2.8.7 |
| 382 | 2026-07-26T04:24:18.179Z | Compiling serde v1.0.228 |
| 383 | 2026-07-26T04:24:18.185Z | Compiling ident_case v1.0.1 |
| 384 | 2026-07-26T04:24:18.287Z | Compiling strsim v0.11.1 |
| 385 | 2026-07-26T04:24:18.665Z | Compiling aho-corasick v1.1.4 |
| 386 | 2026-07-26T04:24:18.668Z | Compiling regex-syntax v0.8.11 |
| 387 | 2026-07-26T04:24:18.875Z | Compiling syn v2.0.118 |
| 388 | 2026-07-26T04:24:18.884Z | Checking byteorder v1.5.0 |
| 389 | 2026-07-26T04:24:19.023Z | Compiling itoa v1.0.18 |
| 390 | 2026-07-26T04:24:19.224Z | Compiling pest_meta v2.8.7 |
| 391 | 2026-07-26T04:24:19.422Z | Compiling usdt-impl v0.6.0 |
| 392 | 2026-07-26T04:24:19.500Z | Compiling either v1.16.0 |
| 393 | 2026-07-26T04:24:19.657Z | Checking bitflags v2.13.0 |
| 394 | 2026-07-26T04:24:19.704Z | Compiling itertools v0.15.0 |
| 395 | 2026-07-26T04:24:20.040Z | Compiling regex-automata v0.4.15 |
| 396 | 2026-07-26T04:24:20.044Z | Compiling thread-id v5.1.0 |
| 397 | 2026-07-26T04:24:20.187Z | Checking futures-sink v0.3.32 |
| 398 | 2026-07-26T04:24:20.424Z | Checking futures-core v0.3.32 |
| 399 | 2026-07-26T04:24:20.512Z | Checking plain v0.2.3 |
| 400 | 2026-07-26T04:24:20.537Z | Compiling heapless v0.8.0 |
| 401 | 2026-07-26T04:24:20.603Z | Checking log v0.4.33 |
| 402 | 2026-07-26T04:24:20.671Z | Checking futures-channel v0.3.32 |
| 403 | 2026-07-26T04:24:20.934Z | Checking hash32 v0.3.1 |
| 404 | 2026-07-26T04:24:20.984Z | Checking stable_deref_trait v1.2.1 |
| 405 | 2026-07-26T04:24:20.992Z | Checking slab v0.4.12 |
| 406 | 2026-07-26T04:24:21.021Z | Checking pretty-hex v0.4.2 |
| 407 | 2026-07-26T04:24:21.043Z | Checking pin-project-lite v0.2.17 |
| 408 | 2026-07-26T04:24:21.048Z | Checking macaddr v1.0.1 |
| 409 | 2026-07-26T04:24:21.132Z | Checking cfg-if v1.0.4 |
| 410 | 2026-07-26T04:24:21.132Z | Checking futures-task v0.3.32 |
| 411 | 2026-07-26T04:24:21.197Z | Compiling smoltcp v0.11.0 |
| 412 | 2026-07-26T04:24:21.214Z | Checking futures-io v0.3.32 |
| 413 | 2026-07-26T04:24:21.315Z | Compiling pest_generator v2.8.7 |
| 414 | 2026-07-26T04:24:21.367Z | Compiling darling_core v0.23.0 |
| 415 | 2026-07-26T04:24:21.608Z | Checking managed v0.8.0 |
| 416 | 2026-07-26T04:24:21.643Z | Compiling version_check v0.9.5 |
| 417 | 2026-07-26T04:24:21.793Z | Compiling regex v1.13.0 |
| 418 | 2026-07-26T04:24:21.872Z | Checking bitflags v1.3.2 |
| 419 | 2026-07-26T04:24:21.913Z | Compiling ref-cast v1.0.25 |
| 420 | 2026-07-26T04:24:21.927Z | Compiling crc32fast v1.5.0 |
| 421 | 2026-07-26T04:24:22.230Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 422 | 2026-07-26T04:24:22.246Z | Checking memmap2 v0.9.11 |
| 423 | 2026-07-26T04:24:22.246Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 424 | 2026-07-26T04:24:22.429Z | Checking ipnetwork v0.21.1 |
| 425 | 2026-07-26T04:24:22.539Z | Compiling serde_derive v1.0.228 |
| 426 | 2026-07-26T04:24:22.568Z | Compiling thiserror-impl v2.0.18 |
| 427 | 2026-07-26T04:24:22.572Z | Compiling zerocopy-derive v0.8.54 |
| 428 | 2026-07-26T04:24:22.595Z | Compiling pest_derive v2.8.7 |
| 429 | 2026-07-26T04:24:22.834Z | Compiling scroll_derive v0.13.1 |
| 430 | 2026-07-26T04:24:23.109Z | Compiling futures-macro v0.3.32 |
| 431 | 2026-07-26T04:24:23.121Z | Compiling ref-cast-impl v1.0.25 |
| 432 | 2026-07-26T04:24:23.412Z | Checking unicode-width v0.2.2 |
| 433 | 2026-07-26T04:24:23.449Z | Checking scroll v0.13.0 |
| 434 | 2026-07-26T04:24:23.475Z | Compiling darling_macro v0.23.0 |
| 435 | 2026-07-26T04:24:23.654Z | Checking tabwriter v1.4.1 |
| 436 | 2026-07-26T04:24:23.667Z | Checking goblin v0.10.7 |
| 437 | 2026-07-26T04:24:23.805Z | Checking cobs v0.3.0 |
| 438 | 2026-07-26T04:24:23.871Z | Compiling dtrace-parser v0.3.0 |
| 439 | 2026-07-26T04:24:23.907Z | Checking futures-util v0.3.32 |
| 440 | 2026-07-26T04:24:24.045Z | Compiling darling v0.23.0 |
| 441 | 2026-07-26T04:24:24.121Z | Compiling ingot-macros v0.2.0 |
| 442 | 2026-07-26T04:24:24.568Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 443 | 2026-07-26T04:24:24.686Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 444 | 2026-07-26T04:24:25.456Z | Checking nom v8.0.0 |
| 445 | 2026-07-26T04:24:25.600Z | Checking postcard v1.1.3 |
| 446 | 2026-07-26T04:24:25.762Z | Compiling serde_tokenstream v0.2.3 |
| 447 | 2026-07-26T04:24:25.807Z | Checking futures-executor v0.3.32 |
| 448 | 2026-07-26T04:24:25.886Z | Compiling anyhow v1.0.103 |
| 449 | 2026-07-26T04:24:25.949Z | Checking futures v0.3.32 |
| 450 | 2026-07-26T04:24:26.017Z | Checking dyn-clone v1.0.20 |
| 451 | 2026-07-26T04:24:26.039Z | Compiling typeid v1.0.3 |
| 452 | 2026-07-26T04:24:26.111Z | Checking cookie-factory v0.3.3 |
| 453 | 2026-07-26T04:24:26.183Z | Checking uuid v1.23.5 |
| 454 | 2026-07-26T04:24:26.377Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 455 | 2026-07-26T04:24:26.404Z | Compiling dtor-proc-macro v0.0.13 |
| 456 | 2026-07-26T04:24:26.444Z | Checking circular v0.3.0 |
| 457 | 2026-07-26T04:24:26.559Z | Checking once_cell v1.21.4 |
| 458 | 2026-07-26T04:24:26.600Z | Compiling ctor-proc-macro v0.0.13 |
| 459 | 2026-07-26T04:24:26.646Z | Checking link-section v0.2.1 |
| 460 | 2026-07-26T04:24:26.694Z | Checking ron v0.12.2 |
| 461 | 2026-07-26T04:24:26.718Z | Checking dof v0.4.0 |
| 462 | 2026-07-26T04:24:26.749Z | Checking dtor v0.8.1 |
| 463 | 2026-07-26T04:24:26.820Z | Checking ingot-types v0.2.0 |
| 464 | 2026-07-26T04:24:26.929Z | Checking ctor v0.10.1 |
| 465 | 2026-07-26T04:24:27.147Z | Checking ingot v0.2.0 |
| 466 | 2026-07-26T04:24:27.449Z | Checking rusticata-macros v5.0.0 |
| 467 | 2026-07-26T04:24:27.570Z | Checking pcap-parser v0.17.0 |
| 468 | 2026-07-26T04:24:27.661Z | Compiling usdt-attr-macro v0.6.0 |
| 469 | 2026-07-26T04:24:27.661Z | Compiling usdt-macro v0.6.0 |
| 470 | 2026-07-26T04:24:28.269Z | Checking usdt v0.6.0 |
| 471 | 2026-07-26T04:24:28.593Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 472 | 2026-07-26T04:24:33.107Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 473 | 2026-07-26T04:24:34.808Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 474 | 2026-07-26T04:24:37.204Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.93s |
| 475 | 2026-07-26T04:24:37.237Z | |
| 476 | 2026-07-26T04:24:37.237Z | real 20.009252814 |
| 477 | 2026-07-26T04:24:37.238Z | user 1:11.257252217 |
| 478 | 2026-07-26T04:24:37.238Z | sys 14.973505532 |
| 479 | 2026-07-26T04:24:37.238Z | trap 0.037950025 |
| 480 | 2026-07-26T04:24:37.238Z | tflt 0.117725010 |
| 481 | 2026-07-26T04:24:37.242Z | dflt 0.156974751 |
| 482 | 2026-07-26T04:24:37.242Z | kflt 0.000041290 |
| 483 | 2026-07-26T04:24:37.242Z | lock 4:41.969149673 |
| 484 | 2026-07-26T04:24:37.242Z | slp 3:47.419099187 |
| 485 | 2026-07-26T04:24:37.242Z | lat 4.064999176 |
| 486 | 2026-07-26T04:24:37.242Z | stop 8.780454397 |
| 487 | 2026-07-26T04:24:37.242Z | + header 'analyze no_std + engine + kernel' |
| 488 | 2026-07-26T04:24:37.242Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 489 | 2026-07-26T04:24:37.242Z | # ==== analyze no_std + engine + kernel ==== # |
| 490 | 2026-07-26T04:24:37.242Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel |
| 491 | 2026-07-26T04:24:37.409Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 492 | 2026-07-26T04:24:37.409Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 493 | 2026-07-26T04:24:37.409Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 494 | 2026-07-26T04:24:37.413Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 495 | 2026-07-26T04:24:37.634Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 496 | 2026-07-26T04:24:40.751Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 497 | 2026-07-26T04:24:41.920Z | Finished `dev` profile [optimized + debuginfo] target(s) in 4.63s |
| 498 | 2026-07-26T04:24:41.954Z | |
| 499 | 2026-07-26T04:24:41.964Z | real 4.702617816 |
| 500 | 2026-07-26T04:24:41.964Z | user 4.830745360 |
| 501 | 2026-07-26T04:24:41.964Z | sys 0.943380067 |
| 502 | 2026-07-26T04:24:41.964Z | trap 0.000484940 |
| 503 | 2026-07-26T04:24:41.964Z | tflt 0.016188002 |
| 504 | 2026-07-26T04:24:41.964Z | dflt 0.009252790 |
| 505 | 2026-07-26T04:24:41.964Z | kflt 0.000002100 |
| 506 | 2026-07-26T04:24:41.964Z | lock 15.292546238 |
| 507 | 2026-07-26T04:24:41.964Z | slp 18.104293535 |
| 508 | 2026-07-26T04:24:41.964Z | lat 0.005983690 |
| 509 | 2026-07-26T04:24:41.964Z | stop 0.193681439 |
| 510 | 2026-07-26T04:24:41.964Z | + header test |
| 511 | 2026-07-26T04:24:41.964Z | + echo '# ==== test ==== #' |
| 512 | 2026-07-26T04:24:41.965Z | + ptime -m cargo test |
| 513 | 2026-07-26T04:24:41.965Z | # ==== test ==== # |
| 514 | 2026-07-26T04:24:42.104Z | Compiling memchr v2.8.3 |
| 515 | 2026-07-26T04:24:42.104Z | Compiling serde_core v1.0.228 |
| 516 | 2026-07-26T04:24:42.129Z | Compiling thiserror v2.0.18 |
| 517 | 2026-07-26T04:24:42.139Z | Compiling zerocopy v0.8.54 |
| 518 | 2026-07-26T04:24:42.139Z | Compiling unicode-ident v1.0.24 |
| 519 | 2026-07-26T04:24:42.139Z | Compiling byteorder v1.5.0 |
| 520 | 2026-07-26T04:24:42.139Z | Compiling zmij v1.0.22 |
| 521 | 2026-07-26T04:24:42.139Z | Compiling libc v0.2.186 |
| 522 | 2026-07-26T04:24:42.215Z | Compiling proc-macro2 v1.0.106 |
| 523 | 2026-07-26T04:24:42.252Z | Compiling scroll v0.13.0 |
| 524 | 2026-07-26T04:24:42.338Z | Compiling ucd-trie v0.1.7 |
| 525 | 2026-07-26T04:24:42.462Z | Compiling log v0.4.33 |
| 526 | 2026-07-26T04:24:42.507Z | Compiling futures-sink v0.3.32 |
| 527 | 2026-07-26T04:24:42.514Z | Compiling plain v0.2.3 |
| 528 | 2026-07-26T04:24:42.599Z | Compiling itoa v1.0.18 |
| 529 | 2026-07-26T04:24:42.611Z | Compiling futures-core v0.3.32 |
| 530 | 2026-07-26T04:24:42.690Z | Compiling goblin v0.10.7 |
| 531 | 2026-07-26T04:24:42.767Z | Compiling futures-channel v0.3.32 |
| 532 | 2026-07-26T04:24:42.857Z | Compiling quote v1.0.46 |
| 533 | 2026-07-26T04:24:43.007Z | Compiling pest v2.8.7 |
| 534 | 2026-07-26T04:24:43.023Z | Compiling hash32 v0.3.1 |
| 535 | 2026-07-26T04:24:43.181Z | Compiling futures-io v0.3.32 |
| 536 | 2026-07-26T04:24:43.368Z | Compiling stable_deref_trait v1.2.1 |
| 537 | 2026-07-26T04:24:43.439Z | Compiling pin-project-lite v0.2.17 |
| 538 | 2026-07-26T04:24:43.481Z | Compiling cfg-if v1.0.4 |
| 539 | 2026-07-26T04:24:43.526Z | Compiling macaddr v1.0.1 |
| 540 | 2026-07-26T04:24:43.546Z | Compiling pretty-hex v0.4.2 |
| 541 | 2026-07-26T04:24:43.673Z | Compiling futures-task v0.3.32 |
| 542 | 2026-07-26T04:24:43.673Z | Compiling slab v0.4.12 |
| 543 | 2026-07-26T04:24:43.774Z | Compiling heapless v0.8.0 |
| 544 | 2026-07-26T04:24:43.848Z | Compiling futures-util v0.3.32 |
| 545 | 2026-07-26T04:24:43.861Z | Compiling syn v2.0.118 |
| 546 | 2026-07-26T04:24:44.104Z | Compiling serde v1.0.228 |
| 547 | 2026-07-26T04:24:44.221Z | Compiling bitflags v2.13.0 |
| 548 | 2026-07-26T04:24:44.626Z | Compiling serde_json v1.0.150 |
| 549 | 2026-07-26T04:24:44.690Z | Compiling dtrace-parser v0.3.0 |
| 550 | 2026-07-26T04:24:44.735Z | Compiling thread-id v5.1.0 |
| 551 | 2026-07-26T04:24:44.811Z | Compiling cobs v0.3.0 |
| 552 | 2026-07-26T04:24:44.913Z | Compiling ingot-types v0.2.0 |
| 553 | 2026-07-26T04:24:45.086Z | Compiling bitflags v1.3.2 |
| 554 | 2026-07-26T04:24:45.090Z | Compiling managed v0.8.0 |
| 555 | 2026-07-26T04:24:45.151Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 556 | 2026-07-26T04:24:45.304Z | Compiling smoltcp v0.11.0 |
| 557 | 2026-07-26T04:24:45.305Z | Compiling ingot v0.2.0 |
| 558 | 2026-07-26T04:24:45.380Z | Compiling postcard v1.1.3 |
| 559 | 2026-07-26T04:24:45.726Z | Compiling dof v0.4.0 |
| 560 | 2026-07-26T04:24:46.618Z | Compiling usdt-impl v0.6.0 |
| 561 | 2026-07-26T04:24:47.483Z | Compiling futures-executor v0.3.32 |
| 562 | 2026-07-26T04:24:47.737Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 563 | 2026-07-26T04:24:48.080Z | Compiling memmap2 v0.9.11 |
| 564 | 2026-07-26T04:24:48.211Z | Compiling unicode-width v0.2.2 |
| 565 | 2026-07-26T04:24:48.355Z | Compiling ipnetwork v0.21.1 |
| 566 | 2026-07-26T04:24:48.380Z | Compiling either v1.16.0 |
| 567 | 2026-07-26T04:24:48.517Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 568 | 2026-07-26T04:24:48.559Z | Compiling itertools v0.15.0 |
| 569 | 2026-07-26T04:24:48.857Z | Compiling tabwriter v1.4.1 |
| 570 | 2026-07-26T04:24:49.281Z | Compiling usdt v0.6.0 |
| 571 | 2026-07-26T04:24:49.474Z | Compiling ref-cast v1.0.25 |
| 572 | 2026-07-26T04:24:49.537Z | Compiling futures v0.3.32 |
| 573 | 2026-07-26T04:24:49.569Z | Compiling crc32fast v1.5.0 |
| 574 | 2026-07-26T04:24:49.601Z | Compiling nom v8.0.0 |
| 575 | 2026-07-26T04:24:49.605Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 576 | 2026-07-26T04:24:49.797Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 577 | 2026-07-26T04:24:49.893Z | Compiling dyn-clone v1.0.20 |
| 578 | 2026-07-26T04:24:50.041Z | Compiling cookie-factory v0.3.3 |
| 579 | 2026-07-26T04:24:50.058Z | Compiling uuid v1.23.5 |
| 580 | 2026-07-26T04:24:50.305Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 581 | 2026-07-26T04:24:50.352Z | Compiling circular v0.3.0 |
| 582 | 2026-07-26T04:24:50.539Z | Compiling dtor v0.8.1 |
| 583 | 2026-07-26T04:24:50.598Z | Compiling anyhow v1.0.103 |
| 584 | 2026-07-26T04:24:50.621Z | Compiling typeid v1.0.3 |
| 585 | 2026-07-26T04:24:50.691Z | Compiling once_cell v1.21.4 |
| 586 | 2026-07-26T04:24:50.730Z | Compiling link-section v0.2.1 |
| 587 | 2026-07-26T04:24:50.853Z | Compiling ctor v0.10.1 |
| 588 | 2026-07-26T04:24:50.873Z | Compiling ron v0.12.2 |
| 589 | 2026-07-26T04:24:52.194Z | Compiling rusticata-macros v5.0.0 |
| 590 | 2026-07-26T04:24:52.513Z | Compiling pcap-parser v0.17.0 |
| 591 | 2026-07-26T04:24:54.939Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 592 | 2026-07-26T04:24:57.413Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 593 | 2026-07-26T04:25:46.208Z | Finished `test` profile [optimized + debuginfo] target(s) in 1m 04s |
| 594 | 2026-07-26T04:25:46.222Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-a8390f6047b12707) |
| 595 | 2026-07-26T04:25:46.225Z | |
| 596 | 2026-07-26T04:25:46.225Z | running 15 tests |
| 597 | 2026-07-26T04:25:46.225Z | test api::tests::parse_bad_proto_filter ... ok |
| 598 | 2026-07-26T04:25:46.225Z | test api::tests::parse_good_proto_filter ... ok |
| 599 | 2026-07-26T04:25:46.225Z | test api::tests::ports_from_str_bad ... ok |
| 600 | 2026-07-26T04:25:46.225Z | test api::tests::ports_from_str_good ... ok |
| 601 | 2026-07-26T04:25:46.225Z | test api::tests::parse_bad_address ... ok |
| 602 | 2026-07-26T04:25:46.226Z | test cfg::tests::test_required_nat_space ... ok |
| 603 | 2026-07-26T04:25:46.226Z | test cfg::tests::test_required_nat_space_only_ipv4 ... ok |
| 604 | 2026-07-26T04:25:46.226Z | test api::tests::parse_good_address ... ok |
| 605 | 2026-07-26T04:25:46.226Z | test cfg::tests::test_required_nat_space_only_ipv6 ... ok |
| 606 | 2026-07-26T04:25:46.226Z | test engine::geneve::test::option_packet_length_with_known_options ... ok |
| 607 | 2026-07-26T04:25:46.226Z | test engine::geneve::test::parse_multi_opt ... ok |
| 608 | 2026-07-26T04:25:46.226Z | test engine::geneve::test::parse_multicast_replication_values ... ok |
| 609 | 2026-07-26T04:25:46.226Z | test engine::geneve::test::parse_single_opt ... ok |
| 610 | 2026-07-26T04:25:46.226Z | test engine::geneve::test::unknown_crit_option_fails ... ok |
| 611 | 2026-07-26T04:25:46.229Z | test engine::firewall::tests::port_predicate_simplification ... ok |
| 612 | 2026-07-26T04:25:46.229Z | |
| 613 | 2026-07-26T04:25:46.229Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 614 | 2026-07-26T04:25:46.229Z | |
| 615 | 2026-07-26T04:25:46.230Z | Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-7995a7b8cc933763) |
| 616 | 2026-07-26T04:25:46.230Z | |
| 617 | 2026-07-26T04:25:46.230Z | running 4 tests |
| 618 | 2026-07-26T04:25:46.230Z | test firewall_external_inbound ... ok |
| 619 | 2026-07-26T04:25:46.230Z | test firewall_vni_outbound ... ok |
| 620 | 2026-07-26T04:25:46.230Z | test firewall_vni_inbound ... ok |
| 621 | 2026-07-26T04:25:46.230Z | test firewall_replace_rules ... ok |
| 622 | 2026-07-26T04:25:46.230Z | |
| 623 | 2026-07-26T04:25:46.230Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 624 | 2026-07-26T04:25:46.230Z | |
| 625 | 2026-07-26T04:25:46.233Z | Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-722fbee518f7bf2a) |
| 626 | 2026-07-26T04:25:46.233Z | |
| 627 | 2026-07-26T04:25:46.233Z | running 2 tests |
| 628 | 2026-07-26T04:25:46.233Z | test parse_in_regression ... ok |
| 629 | 2026-07-26T04:25:46.233Z | test parse_out_regression ... ok |
| 630 | 2026-07-26T04:25:46.233Z | |
| 631 | 2026-07-26T04:25:46.233Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 632 | 2026-07-26T04:25:46.233Z | |
| 633 | 2026-07-26T04:25:46.233Z | Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-b941732d989f67f1) |
| 634 | 2026-07-26T04:25:46.236Z | |
| 635 | 2026-07-26T04:25:46.236Z | running 50 tests |
| 636 | 2026-07-26T04:25:46.236Z | test bad_ip_len ... ok |
| 637 | 2026-07-26T04:25:46.236Z | test add_remove_fw_rule ... ok |
| 638 | 2026-07-26T04:25:46.236Z | test check_layers ... ok |
| 639 | 2026-07-26T04:25:46.236Z | test arp_gateway ... ok |
| 640 | 2026-07-26T04:25:46.236Z | test external_attached_subnets_cannot_reach_internal ... ok |
| 641 | 2026-07-26T04:25:46.236Z | test anti_spoof ... ok |
| 642 | 2026-07-26T04:25:46.236Z | test ephemeral_ip_preferred_over_snat_outbound ... ok |
| 643 | 2026-07-26T04:25:46.236Z | test external_attached_subnets_dont_apply_nat ... ok |
| 644 | 2026-07-26T04:25:46.236Z | test gateway_icmp4_ping ... ok |
| 645 | 2026-07-26T04:25:46.236Z | test flow_expiration ... ok |
| 646 | 2026-07-26T04:25:46.236Z | test gateway_icmpv6_ping ... ok |
| 647 | 2026-07-26T04:25:46.237Z | test external_ip_epoch_affinity_preserved ... ok |
| 648 | 2026-07-26T04:25:46.237Z | test early_tcp_invalidation ... ok |
| 649 | 2026-07-26T04:25:46.237Z | test external_ip_reconfigurable ... ok |
| 650 | 2026-07-26T04:25:46.237Z | test gateway_router_advert_reply ... ok |
| 651 | 2026-07-26T04:25:46.240Z | test guest_to_internet_ipv4 ... ok |
| 652 | 2026-07-26T04:25:46.240Z | test guest_to_guest_no_route ... ok |
| 653 | 2026-07-26T04:25:46.240Z | test guest_to_guest_diff_vpc_no_peer ... ok |
| 654 | 2026-07-26T04:25:46.240Z | test guest_to_internet_ipv6 ... ok |
| 655 | 2026-07-26T04:25:46.240Z | test icmp_inner_has_nat_applied ... ok |
| 656 | 2026-07-26T04:25:46.240Z | test guest_to_guest ... ok |
| 657 | 2026-07-26T04:25:46.240Z | test icmpv6_inner_has_nat_applied ... ok |
| 658 | 2026-07-26T04:25:46.240Z | test inbound_ndp_dropped_at_gateway ... ok |
| 659 | 2026-07-26T04:25:46.240Z | test external_ip_receive_and_reply_on_all ... ok |
| 660 | 2026-07-26T04:25:46.240Z | test intra_subnet_routes_with_custom ... ok |
| 661 | 2026-07-26T04:25:46.240Z | test outbound_ndp_dropped ... ok |
| 662 | 2026-07-26T04:25:46.240Z | test external_ip_balanced_over_floating_ips ... ok |
| 663 | 2026-07-26T04:25:46.240Z | test no_panic_on_flow_table_full ... ok |
| 664 | 2026-07-26T04:25:46.240Z | test packet_body_pullup ... ok |
| 665 | 2026-07-26T04:25:46.240Z | test offload_info_preserved ... ok |
| 666 | 2026-07-26T04:25:46.240Z | test internal_attached_subnets ... ok |
| 667 | 2026-07-26T04:25:46.240Z | test port_transition_reset ... ok |
| 668 | 2026-07-26T04:25:46.240Z | test port_transition_running ... ok |
| 669 | 2026-07-26T04:25:46.240Z | test port_transition_pause ... ok |
| 670 | 2026-07-26T04:25:46.240Z | test packet_too_big_generation ... ok |
| 671 | 2026-07-26T04:25:46.240Z | test port_as_router_target ... ok |
| 672 | 2026-07-26T04:25:46.240Z | test snat_icmp4_echo_rewrite ... ok |
| 673 | 2026-07-26T04:25:46.240Z | test snat_icmp6_echo_rewrite ... ok |
| 674 | 2026-07-26T04:25:46.240Z | test tcp_invalidation_does_not_block_connection ... ok |
| 675 | 2026-07-26T04:25:46.241Z | test select_eip_conditioned_on_igw ... ok |
| 676 | 2026-07-26T04:25:46.241Z | test test_drop_on_unknown_critical_option ... ok |
| 677 | 2026-07-26T04:25:46.241Z | test test_v6_ext_hdr_geneve_offset_ok ... ok |
| 678 | 2026-07-26T04:25:46.241Z | test test_ipv6_multicast_encapsulation ... ok |
| 679 | 2026-07-26T04:25:46.241Z | test tcp_inbound ... ok |
| 680 | 2026-07-26T04:25:46.241Z | test test_tcp_multicast_denied ... ok |
| 681 | 2026-07-26T04:25:46.241Z | test tcp_outbound ... ok |
| 682 | 2026-07-26T04:25:46.241Z | test test_gateway_neighbor_advert_reply ... ok |
| 683 | 2026-07-26T04:25:46.241Z | test uft_lft_invalidation_out ... ok |
| 684 | 2026-07-26T04:25:46.241Z | test test_reply_to_dhcpv6_solicit_or_request ... ok |
| 685 | 2026-07-26T04:25:46.241Z | test uft_lft_invalidation_in ... ok |
| 686 | 2026-07-26T04:25:46.241Z | |
| 687 | 2026-07-26T04:25:46.241Z | test result: ok. 50 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 688 | 2026-07-26T04:25:46.241Z | |
| 689 | 2026-07-26T04:25:46.241Z | Doc-tests oxide_vpc |
| 690 | 2026-07-26T04:25:46.550Z | |
| 691 | 2026-07-26T04:25:46.550Z | running 0 tests |
| 692 | 2026-07-26T04:25:46.550Z | |
| 693 | 2026-07-26T04:25:46.550Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 694 | 2026-07-26T04:25:46.550Z | |
| 695 | 2026-07-26T04:25:46.579Z | |
| 696 | 2026-07-26T04:25:46.583Z | real 1:04.622419543 |
| 697 | 2026-07-26T04:25:46.583Z | user 3:29.803387717 |
| 698 | 2026-07-26T04:25:46.583Z | sys 12.268484395 |
| 699 | 2026-07-26T04:25:46.583Z | trap 0.093196991 |
| 700 | 2026-07-26T04:25:46.583Z | tflt 0.214304956 |
| 701 | 2026-07-26T04:25:46.583Z | dflt 0.473574272 |
| 702 | 2026-07-26T04:25:46.583Z | kflt 0.000015970 |
| 703 | 2026-07-26T04:25:46.583Z | lock 15:29.232939546 |
| 704 | 2026-07-26T04:25:46.583Z | slp 7:01.127363154 |
| 705 | 2026-07-26T04:25:46.583Z | lat 7.895583430 |
| 706 | 2026-07-26T04:25:46.583Z | stop 6.123167542 |
| 707 | 2026-07-26T04:25:46.584Z | process exited: duration 130377 ms, exit code 0 |
| |
| 708 | 2026-07-26T04:25:46.590Z | found 0 output files |