|
|
|
| 1 | 2026-06-25T00:30:30.317Z | job assigned to worker 01KVY2XCDTZPBXVRJWWRBH6FH5 [factory aws, i-03ddd0b564790d8c5] (queued for 55 s) |
| |
| 2 | 2026-06-25T00:30:36.864Z | starting task 0: "setup" |
| 3 | 2026-06-25T00:30:36.870Z | ++ uname -s |
| 4 | 2026-06-25T00:30:36.874Z | + kern=SunOS |
| 5 | 2026-06-25T00:30:36.874Z | + build_user=build |
| 6 | 2026-06-25T00:30:36.874Z | + build_uid=12345 |
| 7 | 2026-06-25T00:30:36.874Z | + work_dir=/work |
| 8 | 2026-06-25T00:30:36.874Z | + input_dir=/input |
| 9 | 2026-06-25T00:30:36.874Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-25T00:30:36.874Z | + case "$kern" in |
| 11 | 2026-06-25T00:30:36.874Z | + groupadd -g 12345 build |
| 12 | 2026-06-25T00:30:36.874Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-25T00:30:38.881Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-25T00:30:38.964Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-25T00:30:38.968Z | + home_fs=zfs |
| 16 | 2026-06-25T00:30:38.968Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-25T00:30:38.968Z | + mkdir -p /home/build |
| 18 | 2026-06-25T00:30:38.968Z | + chown build:build /home/build /work |
| 19 | 2026-06-25T00:30:40.968Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-25T00:30:40.970Z | process exited: duration 4106 ms, exit code 0 |
| |
| 21 | 2026-06-25T00:30:40.976Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-25T00:30:40.981Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-25T00:30:40.981Z | * rust toolchain channel = "1.96.0" |
| 24 | 2026-06-25T00:30:40.981Z | * rust toolchain profile = "default" |
| 25 | 2026-06-25T00:30:40.981Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-25T00:30:40.981Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-25T00:30:40.981Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-25T00:30:40.984Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-25T00:30:40.984Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-25T00:30:41.064Z | info: downloading installer |
| 31 | 2026-06-25T00:30:42.531Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-25T00:30:42.531Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-25T00:30:42.531Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-25T00:30:42.531Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-25T00:30:42.545Z | info: profile set to default |
| 36 | 2026-06-25T00:30:42.545Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-25T00:30:42.548Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-25T00:30:42.713Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-25T00:30:42.718Z | info: downloading 6 components |
| 40 | 2026-06-25T00:30:58.241Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-25T00:30:58.241Z | |
| 42 | 2026-06-25T00:30:58.278Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-25T00:30:58.278Z | |
| 44 | 2026-06-25T00:30:58.278Z | |
| 45 | 2026-06-25T00:30:58.278Z | Rust is installed now. Great! |
| 46 | 2026-06-25T00:30:58.278Z | |
| 47 | 2026-06-25T00:30:58.278Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-25T00:30:58.279Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-25T00:30:58.279Z | |
| 50 | 2026-06-25T00:30:58.279Z | To configure your current shell, you need to source |
| 51 | 2026-06-25T00:30:58.279Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-25T00:30:58.279Z | |
| 53 | 2026-06-25T00:30:58.279Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-25T00:30:58.279Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-25T00:30:58.279Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-25T00:30:58.280Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-25T00:30:58.280Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-25T00:30:58.280Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-25T00:30:58.280Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-25T00:30:58.285Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-25T00:30:58.285Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-25T00:30:58.389Z | + rustup --version |
| 63 | 2026-06-25T00:30:58.409Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-25T00:30:58.409Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-25T00:30:58.416Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-25T00:30:58.422Z | + cargo --version |
| 67 | 2026-06-25T00:30:58.434Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-25T00:30:58.444Z | + rustc --version |
| 69 | 2026-06-25T00:30:58.857Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-25T00:30:58.857Z | process exited: duration 17476 ms, exit code 0 |
| |
| 71 | 2026-06-25T00:30:58.863Z | starting task 2: "authentication" |
| 72 | 2026-06-25T00:30:58.881Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-06-25T00:30:58.889Z | starting task 3: "clone repository" |
| 74 | 2026-06-25T00:30:58.892Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-25T00:30:58.902Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-25T00:30:58.924Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-25T00:30:59.736Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-25T00:30:59.738Z | + git fetch origin 01717c37e02aea0610c0029f9be2dcc14851a390 |
| 79 | 2026-06-25T00:30:59.958Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-25T00:30:59.958Z | * branch 01717c37e02aea0610c0029f9be2dcc14851a390 -> FETCH_HEAD |
| 81 | 2026-06-25T00:30:59.963Z | + [[ -n '' ]] |
| 82 | 2026-06-25T00:30:59.963Z | + git reset --hard 01717c37e02aea0610c0029f9be2dcc14851a390 |
| 83 | 2026-06-25T00:30:59.981Z | HEAD is now at 01717c3 Fixups for XDE |
| 84 | 2026-06-25T00:30:59.984Z | process exited: duration 1094 ms, exit code 0 |
| |
| 85 | 2026-06-25T00:30:59.990Z | starting task 4: "build" |
| 86 | 2026-06-25T00:30:59.993Z | + source .github/buildomat/common.sh |
| 87 | 2026-06-25T00:30:59.996Z | ++ rustup show active-toolchain |
| 88 | 2026-06-25T00:30:59.999Z | 1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 89 | 2026-06-25T00:31:00.002Z | ++ pushd xde |
| 90 | 2026-06-25T00:31:00.002Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 91 | 2026-06-25T00:31:00.002Z | ++ rustup show active-toolchain |
| 92 | 2026-06-25T00:31:00.004Z | info: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos |
| 93 | 2026-06-25T00:31:00.177Z | info: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18) |
| 94 | 2026-06-25T00:31:00.180Z | info: downloading 6 components |
| 95 | 2026-06-25T00:31:16.031Z | nightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 96 | 2026-06-25T00:31:16.129Z | +++ rustup show active-toolchain -v |
| 97 | 2026-06-25T00:31:16.132Z | +++ head -n 1 |
| 98 | 2026-06-25T00:31:16.132Z | +++ cut '-d ' -f1 |
| 99 | 2026-06-25T00:31:16.189Z | ++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 100 | 2026-06-25T00:31:16.189Z | ++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 101 | 2026-06-25T00:31:16.189Z | ++ popd |
| 102 | 2026-06-25T00:31:16.189Z | /work/oxidecomputer/opte |
| 103 | 2026-06-25T00:31:16.192Z | + cargo --version |
| 104 | 2026-06-25T00:31:16.198Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 105 | 2026-06-25T00:31:16.201Z | + rustc --version |
| 106 | 2026-06-25T00:31:16.221Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 107 | 2026-06-25T00:31:16.224Z | + cd lib/oxide-vpc |
| 108 | 2026-06-25T00:31:16.224Z | + header 'check style' |
| 109 | 2026-06-25T00:31:16.224Z | + echo '# ==== check style ==== #' |
| 110 | 2026-06-25T00:31:16.224Z | # ==== check style ==== # |
| 111 | 2026-06-25T00:31:16.224Z | + ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check |
| 112 | 2026-06-25T00:31:16.350Z | |
| 113 | 2026-06-25T00:31:16.350Z | real 0.124179550 |
| 114 | 2026-06-25T00:31:16.350Z | user 0.087952231 |
| 115 | 2026-06-25T00:31:16.350Z | sys 0.031839251 |
| 116 | 2026-06-25T00:31:16.350Z | trap 0.000026277 |
| 117 | 2026-06-25T00:31:16.350Z | tflt 0.000016916 |
| 118 | 2026-06-25T00:31:16.353Z | dflt 0.000013458 |
| 119 | 2026-06-25T00:31:16.353Z | kflt 0.000000000 |
| 120 | 2026-06-25T00:31:16.353Z | lock 0.031359506 |
| 121 | 2026-06-25T00:31:16.353Z | slp 0.102699328 |
| 122 | 2026-06-25T00:31:16.353Z | lat 0.000858211 |
| 123 | 2026-06-25T00:31:16.353Z | stop 0.000105311 |
| 124 | 2026-06-25T00:31:16.354Z | + header 'check docs' |
| 125 | 2026-06-25T00:31:16.354Z | + echo '# ==== check docs ==== #' |
| 126 | 2026-06-25T00:31:16.354Z | # ==== check docs ==== # |
| 127 | 2026-06-25T00:31:16.354Z | + RUSTDOCFLAGS='-D warnings' |
| 128 | 2026-06-25T00:31:16.354Z | + ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 129 | 2026-06-25T00:31:16.424Z | Updating crates.io index |
| 130 | 2026-06-25T00:31:16.427Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 131 | 2026-06-25T00:31:17.101Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 132 | 2026-06-25T00:31:17.376Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 133 | 2026-06-25T00:31:17.702Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 134 | 2026-06-25T00:31:17.969Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 135 | 2026-06-25T00:31:18.204Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 136 | 2026-06-25T00:31:18.447Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 137 | 2026-06-25T00:31:20.743Z | Downloading crates ... |
| 138 | 2026-06-25T00:31:20.804Z | Downloaded bitflags v2.13.0 |
| 139 | 2026-06-25T00:31:20.813Z | Downloaded managed v0.8.0 |
| 140 | 2026-06-25T00:31:20.816Z | Downloaded block-buffer v0.10.4 |
| 141 | 2026-06-25T00:31:20.821Z | Downloaded heapless v0.8.0 |
| 142 | 2026-06-25T00:31:20.825Z | Downloaded memmap2 v0.9.10 |
| 143 | 2026-06-25T00:31:20.825Z | Downloaded serde_core v1.0.228 |
| 144 | 2026-06-25T00:31:20.832Z | Downloaded dtrace-parser v0.3.0 |
| 145 | 2026-06-25T00:31:20.841Z | Downloaded crypto-common v0.1.7 |
| 146 | 2026-06-25T00:31:20.845Z | Downloaded cfg-if v1.0.4 |
| 147 | 2026-06-25T00:31:20.849Z | Downloaded plain v0.2.3 |
| 148 | 2026-06-25T00:31:20.856Z | Downloaded bitflags v1.3.2 |
| 149 | 2026-06-25T00:31:20.859Z | Downloaded digest v0.10.7 |
| 150 | 2026-06-25T00:31:20.859Z | Downloaded macaddr v1.0.1 |
| 151 | 2026-06-25T00:31:20.863Z | Downloaded crc32fast v1.5.0 |
| 152 | 2026-06-25T00:31:20.866Z | Downloaded itertools v0.14.0 |
| 153 | 2026-06-25T00:31:20.869Z | Downloaded darling v0.21.3 |
| 154 | 2026-06-25T00:31:20.872Z | Downloaded either v1.16.0 |
| 155 | 2026-06-25T00:31:20.872Z | Downloaded byteorder v1.5.0 |
| 156 | 2026-06-25T00:31:20.872Z | Downloaded aho-corasick v1.1.4 |
| 157 | 2026-06-25T00:31:20.876Z | Downloaded pretty-hex v0.4.2 |
| 158 | 2026-06-25T00:31:20.880Z | Downloaded defmt-parser v1.0.0 |
| 159 | 2026-06-25T00:31:20.880Z | Downloaded dyn-clone v1.0.20 |
| 160 | 2026-06-25T00:31:20.884Z | Downloaded ref-cast-impl v1.0.25 |
| 161 | 2026-06-25T00:31:20.888Z | Downloaded usdt v0.6.0 |
| 162 | 2026-06-25T00:31:20.891Z | Downloaded defmt v0.3.100 |
| 163 | 2026-06-25T00:31:20.891Z | Downloaded ident_case v1.0.1 |
| 164 | 2026-06-25T00:31:20.891Z | Downloaded embedded-io v0.4.0 |
| 165 | 2026-06-25T00:31:20.894Z | Downloaded fnv v1.0.7 |
| 166 | 2026-06-25T00:31:20.894Z | Downloaded itoa v1.0.18 |
| 167 | 2026-06-25T00:31:20.894Z | Downloaded cpufeatures v0.2.17 |
| 168 | 2026-06-25T00:31:20.894Z | Downloaded darling_macro v0.21.3 |
| 169 | 2026-06-25T00:31:20.898Z | Downloaded generic-array v0.14.7 |
| 170 | 2026-06-25T00:31:20.901Z | Downloaded dof v0.4.0 |
| 171 | 2026-06-25T00:31:20.901Z | Downloaded stable_deref_trait v1.2.1 |
| 172 | 2026-06-25T00:31:20.904Z | Downloaded ref-cast v1.0.25 |
| 173 | 2026-06-25T00:31:20.907Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 174 | 2026-06-25T00:31:20.915Z | Downloaded usdt-attr-macro v0.6.0 |
| 175 | 2026-06-25T00:31:20.923Z | Downloaded cobs v0.3.0 |
| 176 | 2026-06-25T00:31:20.927Z | Downloaded hash32 v0.3.1 |
| 177 | 2026-06-25T00:31:20.934Z | Downloaded embedded-io v0.6.1 |
| 178 | 2026-06-25T00:31:20.937Z | Downloaded strsim v0.11.1 |
| 179 | 2026-06-25T00:31:20.937Z | Downloaded thread-id v5.1.0 |
| 180 | 2026-06-25T00:31:20.937Z | Downloaded usdt-macro v0.6.0 |
| 181 | 2026-06-25T00:31:20.948Z | Downloaded scroll_derive v0.13.1 |
| 182 | 2026-06-25T00:31:20.952Z | Downloaded tabwriter v1.4.1 |
| 183 | 2026-06-25T00:31:20.955Z | Downloaded version_check v0.9.5 |
| 184 | 2026-06-25T00:31:20.957Z | Downloaded thiserror v2.0.18 |
| 185 | 2026-06-25T00:31:20.962Z | Downloaded sha2 v0.10.9 |
| 186 | 2026-06-25T00:31:20.966Z | Downloaded ipnetwork v0.21.1 |
| 187 | 2026-06-25T00:31:20.970Z | Downloaded defmt-macros v1.1.0 |
| 188 | 2026-06-25T00:31:20.973Z | Downloaded quote v1.0.45 |
| 189 | 2026-06-25T00:31:20.977Z | Downloaded ingot v0.1.1 |
| 190 | 2026-06-25T00:31:20.977Z | Downloaded proc-macro-error2 v2.0.1 |
| 191 | 2026-06-25T00:31:20.984Z | Downloaded serde_tokenstream v0.2.3 |
| 192 | 2026-06-25T00:31:20.986Z | Downloaded usdt-impl v0.6.0 |
| 193 | 2026-06-25T00:31:20.989Z | Downloaded darling_macro v0.23.0 |
| 194 | 2026-06-25T00:31:20.990Z | Downloaded ingot-types v0.1.2 |
| 195 | 2026-06-25T00:31:20.995Z | Downloaded thiserror-impl v2.0.18 |
| 196 | 2026-06-25T00:31:21.030Z | Downloaded scroll v0.13.0 |
| 197 | 2026-06-25T00:31:21.034Z | Downloaded zmij v1.0.21 |
| 198 | 2026-06-25T00:31:21.034Z | Downloaded ingot-macros v0.1.1 |
| 199 | 2026-06-25T00:31:21.034Z | Downloaded defmt v1.1.0 |
| 200 | 2026-06-25T00:31:21.034Z | Downloaded pest_derive v2.8.6 |
| 201 | 2026-06-25T00:31:21.034Z | Downloaded darling v0.23.0 |
| 202 | 2026-06-25T00:31:21.034Z | Downloaded ucd-trie v0.1.7 |
| 203 | 2026-06-25T00:31:21.039Z | Downloaded postcard v1.1.3 |
| 204 | 2026-06-25T00:31:21.047Z | Downloaded log v0.4.32 |
| 205 | 2026-06-25T00:31:21.050Z | Downloaded pest_generator v2.8.6 |
| 206 | 2026-06-25T00:31:21.054Z | Downloaded memchr v2.8.2 |
| 207 | 2026-06-25T00:31:21.057Z | Downloaded unicode-ident v1.0.24 |
| 208 | 2026-06-25T00:31:21.071Z | Downloaded proc-macro2 v1.0.106 |
| 209 | 2026-06-25T00:31:21.077Z | Downloaded pest_meta v2.8.6 |
| 210 | 2026-06-25T00:31:21.080Z | Downloaded uuid v1.23.3 |
| 211 | 2026-06-25T00:31:21.086Z | Downloaded serde_derive v1.0.228 |
| 212 | 2026-06-25T00:31:21.089Z | Downloaded darling_core v0.23.0 |
| 213 | 2026-06-25T00:31:21.113Z | Downloaded darling_core v0.21.3 |
| 214 | 2026-06-25T00:31:21.120Z | Downloaded zerocopy-derive v0.8.52 |
| 215 | 2026-06-25T00:31:21.125Z | Downloaded serde v1.0.228 |
| 216 | 2026-06-25T00:31:21.129Z | Downloaded typenum v1.20.1 |
| 217 | 2026-06-25T00:31:21.146Z | Downloaded pest v2.8.6 |
| 218 | 2026-06-25T00:31:21.174Z | Downloaded itertools v0.15.0 |
| 219 | 2026-06-25T00:31:21.182Z | Downloaded regex v1.12.4 |
| 220 | 2026-06-25T00:31:21.194Z | Downloaded serde_json v1.0.150 |
| 221 | 2026-06-25T00:31:21.254Z | Downloaded unicode-width v0.2.2 |
| 222 | 2026-06-25T00:31:21.267Z | Downloaded zerocopy v0.8.52 |
| 223 | 2026-06-25T00:31:21.277Z | Downloaded goblin v0.10.7 |
| 224 | 2026-06-25T00:31:21.280Z | Downloaded smoltcp v0.11.0 |
| 225 | 2026-06-25T00:31:21.286Z | Downloaded syn v2.0.117 |
| 226 | 2026-06-25T00:31:21.293Z | Downloaded regex-syntax v0.8.11 |
| 227 | 2026-06-25T00:31:21.331Z | Downloaded regex-automata v0.4.14 |
| 228 | 2026-06-25T00:31:21.348Z | Downloaded libc v0.2.186 |
| 229 | 2026-06-25T00:31:21.407Z | Compiling proc-macro2 v1.0.106 |
| 230 | 2026-06-25T00:31:21.410Z | Compiling quote v1.0.45 |
| 231 | 2026-06-25T00:31:21.410Z | Compiling unicode-ident v1.0.24 |
| 232 | 2026-06-25T00:31:21.410Z | Compiling ident_case v1.0.1 |
| 233 | 2026-06-25T00:31:21.410Z | Documenting unicode-ident v1.0.24 |
| 234 | 2026-06-25T00:31:21.410Z | Compiling strsim v0.11.1 |
| 235 | 2026-06-25T00:31:21.410Z | Compiling serde_core v1.0.228 |
| 236 | 2026-06-25T00:31:21.567Z | Compiling fnv v1.0.7 |
| 237 | 2026-06-25T00:31:21.589Z | Compiling memchr v2.8.2 |
| 238 | 2026-06-25T00:31:21.595Z | Compiling serde v1.0.228 |
| 239 | 2026-06-25T00:31:21.760Z | Compiling zerocopy v0.8.52 |
| 240 | 2026-06-25T00:31:21.826Z | Compiling thiserror v2.0.18 |
| 241 | 2026-06-25T00:31:21.866Z | Compiling regex-syntax v0.8.11 |
| 242 | 2026-06-25T00:31:22.029Z | Documenting proc-macro2 v1.0.106 |
| 243 | 2026-06-25T00:31:22.150Z | Compiling aho-corasick v1.1.4 |
| 244 | 2026-06-25T00:31:22.276Z | Checking byteorder v1.5.0 |
| 245 | 2026-06-25T00:31:22.424Z | Checking syn v2.0.117 |
| 246 | 2026-06-25T00:31:22.501Z | Compiling either v1.16.0 |
| 247 | 2026-06-25T00:31:22.612Z | Documenting quote v1.0.45 |
| 248 | 2026-06-25T00:31:22.706Z | Compiling itertools v0.14.0 |
| 249 | 2026-06-25T00:31:23.123Z | Documenting syn v2.0.117 |
| 250 | 2026-06-25T00:31:23.302Z | Compiling regex-automata v0.4.14 |
| 251 | 2026-06-25T00:31:23.553Z | Compiling heapless v0.8.0 |
| 252 | 2026-06-25T00:31:23.912Z | Checking bitflags v2.13.0 |
| 253 | 2026-06-25T00:31:23.936Z | Checking hash32 v0.3.1 |
| 254 | 2026-06-25T00:31:24.016Z | Documenting serde_core v1.0.228 |
| 255 | 2026-06-25T00:31:24.044Z | Checking stable_deref_trait v1.2.1 |
| 256 | 2026-06-25T00:31:24.068Z | Documenting memchr v2.8.2 |
| 257 | 2026-06-25T00:31:24.106Z | Checking cfg-if v1.0.4 |
| 258 | 2026-06-25T00:31:24.164Z | Checking macaddr v1.0.1 |
| 259 | 2026-06-25T00:31:24.307Z | Compiling smoltcp v0.11.0 |
| 260 | 2026-06-25T00:31:24.432Z | Documenting regex-syntax v0.8.11 |
| 261 | 2026-06-25T00:31:24.718Z | Documenting aho-corasick v1.1.4 |
| 262 | 2026-06-25T00:31:24.738Z | Checking darling_core v0.21.3 |
| 263 | 2026-06-25T00:31:25.470Z | Compiling regex v1.12.4 |
| 264 | 2026-06-25T00:31:25.724Z | Compiling darling_core v0.23.0 |
| 265 | 2026-06-25T00:31:25.753Z | Documenting regex-automata v0.4.14 |
| 266 | 2026-06-25T00:31:25.890Z | Checking bitflags v1.3.2 |
| 267 | 2026-06-25T00:31:25.914Z | Checking managed v0.8.0 |
| 268 | 2026-06-25T00:31:26.098Z | Documenting zerocopy-derive v0.8.52 |
| 269 | 2026-06-25T00:31:26.155Z | Documenting serde_derive v1.0.228 |
| 270 | 2026-06-25T00:31:26.198Z | Compiling serde_derive v1.0.228 |
| 271 | 2026-06-25T00:31:26.275Z | Compiling zerocopy-derive v0.8.52 |
| 272 | 2026-06-25T00:31:26.941Z | Compiling thiserror-impl v2.0.18 |
| 273 | 2026-06-25T00:31:27.225Z | Documenting thiserror-impl v2.0.18 |
| 274 | 2026-06-25T00:31:27.233Z | Documenting regex v1.12.4 |
| 275 | 2026-06-25T00:31:27.311Z | Compiling crc32fast v1.5.0 |
| 276 | 2026-06-25T00:31:27.411Z | Compiling darling_macro v0.21.3 |
| 277 | 2026-06-25T00:31:27.611Z | Compiling ref-cast v1.0.25 |
| 278 | 2026-06-25T00:31:27.879Z | Compiling darling_macro v0.23.0 |
| 279 | 2026-06-25T00:31:27.937Z | Documenting byteorder v1.5.0 |
| 280 | 2026-06-25T00:31:27.991Z | Compiling darling v0.21.3 |
| 281 | 2026-06-25T00:31:28.066Z | Compiling ingot-macros v0.1.1 |
| 282 | 2026-06-25T00:31:28.160Z | Documenting ingot-macros v0.1.1 |
| 283 | 2026-06-25T00:31:28.199Z | Documenting thiserror v2.0.18 |
| 284 | 2026-06-25T00:31:28.277Z | Checking cobs v0.3.0 |
| 285 | 2026-06-25T00:31:28.474Z | Documenting zerocopy v0.8.52 |
| 286 | 2026-06-25T00:31:28.490Z | Documenting hash32 v0.3.1 |
| 287 | 2026-06-25T00:31:28.518Z | Compiling ref-cast-impl v1.0.25 |
| 288 | 2026-06-25T00:31:29.021Z | Documenting serde v1.0.228 |
| 289 | 2026-06-25T00:31:29.129Z | Documenting bitflags v2.13.0 |
| 290 | 2026-06-25T00:31:29.326Z | Checking postcard v1.1.3 |
| 291 | 2026-06-25T00:31:29.379Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 292 | 2026-06-25T00:31:29.602Z | Checking uuid v1.23.3 |
| 293 | 2026-06-25T00:31:29.646Z | Documenting cfg-if v1.0.4 |
| 294 | 2026-06-25T00:31:29.772Z | Checking unicode-width v0.2.2 |
| 295 | 2026-06-25T00:31:29.865Z | Documenting stable_deref_trait v1.2.1 |
| 296 | 2026-06-25T00:31:29.940Z | Documenting macaddr v1.0.1 |
| 297 | 2026-06-25T00:31:30.158Z | Checking ipnetwork v0.21.1 |
| 298 | 2026-06-25T00:31:30.181Z | Compiling version_check v0.9.5 |
| 299 | 2026-06-25T00:31:30.329Z | Documenting cobs v0.3.0 |
| 300 | 2026-06-25T00:31:30.449Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 301 | 2026-06-25T00:31:30.567Z | Compiling darling v0.23.0 |
| 302 | 2026-06-25T00:31:30.616Z | Documenting heapless v0.8.0 |
| 303 | 2026-06-25T00:31:30.644Z | Documenting managed v0.8.0 |
| 304 | 2026-06-25T00:31:30.768Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 305 | 2026-06-25T00:31:30.822Z | Checking itertools v0.15.0 |
| 306 | 2026-06-25T00:31:30.829Z | Checking ingot-types v0.1.2 |
| 307 | 2026-06-25T00:31:31.025Z | Documenting postcard v1.1.3 |
| 308 | 2026-06-25T00:31:31.179Z | Checking ingot v0.1.1 |
| 309 | 2026-06-25T00:31:31.531Z | Checking tabwriter v1.4.1 |
| 310 | 2026-06-25T00:31:31.562Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 311 | 2026-06-25T00:31:31.609Z | Documenting ingot-types v0.1.2 |
| 312 | 2026-06-25T00:31:31.671Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 313 | 2026-06-25T00:31:31.683Z | Documenting uuid v1.23.3 |
| 314 | 2026-06-25T00:31:31.770Z | Documenting ref-cast-impl v1.0.25 |
| 315 | 2026-06-25T00:31:31.844Z | Documenting smoltcp v0.11.0 |
| 316 | 2026-06-25T00:31:32.071Z | Documenting either v1.16.0 |
| 317 | 2026-06-25T00:31:32.260Z | Documenting ipnetwork v0.21.1 |
| 318 | 2026-06-25T00:31:32.329Z | Documenting unicode-width v0.2.2 |
| 319 | 2026-06-25T00:31:32.560Z | Checking dyn-clone v1.0.20 |
| 320 | 2026-06-25T00:31:32.659Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 321 | 2026-06-25T00:31:32.811Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 322 | 2026-06-25T00:31:32.852Z | Documenting ingot v0.1.1 |
| 323 | 2026-06-25T00:31:33.055Z | Documenting ref-cast v1.0.25 |
| 324 | 2026-06-25T00:31:33.303Z | Documenting itertools v0.15.0 |
| 325 | 2026-06-25T00:31:33.692Z | Documenting crc32fast v1.5.0 |
| 326 | 2026-06-25T00:31:33.784Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 327 | 2026-06-25T00:31:33.926Z | Documenting dyn-clone v1.0.20 |
| 328 | 2026-06-25T00:31:34.187Z | Documenting tabwriter v1.4.1 |
| 329 | 2026-06-25T00:31:34.728Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 330 | 2026-06-25T00:31:34.860Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 331 | 2026-06-25T00:31:35.844Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 332 | 2026-06-25T00:31:37.549Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 333 | 2026-06-25T00:31:39.934Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 334 | 2026-06-25T00:31:41.627Z | Finished `dev` profile [optimized + debuginfo] target(s) in 25.26s |
| 335 | 2026-06-25T00:31:41.708Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
| 336 | 2026-06-25T00:31:41.731Z | |
| 337 | 2026-06-25T00:31:41.741Z | real 25.360262529 |
| 338 | 2026-06-25T00:31:41.741Z | user 1:23.935150705 |
| 339 | 2026-06-25T00:31:41.741Z | sys 17.518630648 |
| 340 | 2026-06-25T00:31:41.741Z | trap 0.049011874 |
| 341 | 2026-06-25T00:31:41.741Z | tflt 0.071723117 |
| 342 | 2026-06-25T00:31:41.741Z | dflt 0.104753438 |
| 343 | 2026-06-25T00:31:41.741Z | kflt 0.004607794 |
| 344 | 2026-06-25T00:31:41.741Z | lock 9:11.889505408 |
| 345 | 2026-06-25T00:31:41.741Z | slp 4:49.484123871 |
| 346 | 2026-06-25T00:31:41.742Z | lat 8.212401738 |
| 347 | 2026-06-25T00:31:41.742Z | stop 13.726352053 |
| 348 | 2026-06-25T00:31:41.742Z | + header 'analyze std + api + usdt' |
| 349 | 2026-06-25T00:31:41.742Z | + echo '# ==== analyze std + api + usdt ==== #' |
| 350 | 2026-06-25T00:31:41.742Z | # ==== analyze std + api + usdt ==== # |
| 351 | 2026-06-25T00:31:41.742Z | + ptime -m cargo clippy --features usdt --all-targets -- --deny warnings |
| 352 | 2026-06-25T00:31:41.924Z | Downloading crates ... |
| 353 | 2026-06-25T00:31:41.985Z | Downloaded anyhow v1.0.102 |
| 354 | 2026-06-25T00:31:41.988Z | Downloaded futures-io v0.3.32 |
| 355 | 2026-06-25T00:31:41.991Z | Downloaded ctor v0.10.1 |
| 356 | 2026-06-25T00:31:41.991Z | Downloaded futures-channel v0.3.32 |
| 357 | 2026-06-25T00:31:42.002Z | Downloaded typeid v1.0.3 |
| 358 | 2026-06-25T00:31:42.005Z | Downloaded nom v8.0.0 |
| 359 | 2026-06-25T00:31:42.005Z | Downloaded circular v0.3.0 |
| 360 | 2026-06-25T00:31:42.005Z | Downloaded dtor v0.8.1 |
| 361 | 2026-06-25T00:31:42.005Z | Downloaded rusticata-macros v5.0.0 |
| 362 | 2026-06-25T00:31:42.009Z | Downloaded ctor-proc-macro v0.0.13 |
| 363 | 2026-06-25T00:31:42.009Z | Downloaded futures-core v0.3.32 |
| 364 | 2026-06-25T00:31:42.013Z | Downloaded link-section v0.2.1 |
| 365 | 2026-06-25T00:31:42.016Z | Downloaded futures-task v0.3.32 |
| 366 | 2026-06-25T00:31:42.016Z | Downloaded dtor-proc-macro v0.0.13 |
| 367 | 2026-06-25T00:31:42.016Z | Downloaded slab v0.4.12 |
| 368 | 2026-06-25T00:31:42.016Z | Downloaded futures-executor v0.3.32 |
| 369 | 2026-06-25T00:31:42.020Z | Downloaded cookie-factory v0.3.3 |
| 370 | 2026-06-25T00:31:42.020Z | Downloaded futures-sink v0.3.32 |
| 371 | 2026-06-25T00:31:42.020Z | Downloaded pin-project-lite v0.2.17 |
| 372 | 2026-06-25T00:31:42.023Z | Downloaded once_cell v1.21.4 |
| 373 | 2026-06-25T00:31:42.026Z | Downloaded futures-macro v0.3.32 |
| 374 | 2026-06-25T00:31:42.030Z | Downloaded futures v0.3.32 |
| 375 | 2026-06-25T00:31:42.045Z | Downloaded ron v0.12.1 |
| 376 | 2026-06-25T00:31:42.052Z | Downloaded pcap-parser v0.17.0 |
| 377 | 2026-06-25T00:31:42.055Z | Downloaded futures-util v0.3.32 |
| 378 | 2026-06-25T00:31:42.110Z | Compiling proc-macro2 v1.0.106 |
| 379 | 2026-06-25T00:31:42.110Z | Compiling quote v1.0.45 |
| 380 | 2026-06-25T00:31:42.114Z | Compiling unicode-ident v1.0.24 |
| 381 | 2026-06-25T00:31:42.114Z | Compiling memchr v2.8.2 |
| 382 | 2026-06-25T00:31:42.114Z | Compiling thiserror v2.0.18 |
| 383 | 2026-06-25T00:31:42.114Z | Compiling serde_core v1.0.228 |
| 384 | 2026-06-25T00:31:42.114Z | Compiling zerocopy v0.8.52 |
| 385 | 2026-06-25T00:31:42.136Z | Compiling zmij v1.0.21 |
| 386 | 2026-06-25T00:31:42.456Z | Compiling libc v0.2.186 |
| 387 | 2026-06-25T00:31:42.483Z | Compiling serde_json v1.0.150 |
| 388 | 2026-06-25T00:31:42.487Z | Compiling ident_case v1.0.1 |
| 389 | 2026-06-25T00:31:42.560Z | Compiling ucd-trie v0.1.7 |
| 390 | 2026-06-25T00:31:42.593Z | Compiling strsim v0.11.1 |
| 391 | 2026-06-25T00:31:42.683Z | Compiling pest v2.8.6 |
| 392 | 2026-06-25T00:31:42.704Z | Compiling serde v1.0.228 |
| 393 | 2026-06-25T00:31:43.028Z | Compiling fnv v1.0.7 |
| 394 | 2026-06-25T00:31:43.102Z | Compiling aho-corasick v1.1.4 |
| 395 | 2026-06-25T00:31:43.130Z | Checking byteorder v1.5.0 |
| 396 | 2026-06-25T00:31:43.323Z | Compiling syn v2.0.117 |
| 397 | 2026-06-25T00:31:43.346Z | Compiling itoa v1.0.18 |
| 398 | 2026-06-25T00:31:43.382Z | Compiling regex-syntax v0.8.11 |
| 399 | 2026-06-25T00:31:43.703Z | Compiling pest_meta v2.8.6 |
| 400 | 2026-06-25T00:31:43.932Z | Compiling either v1.16.0 |
| 401 | 2026-06-25T00:31:43.945Z | Compiling usdt-impl v0.6.0 |
| 402 | 2026-06-25T00:31:44.009Z | Checking bitflags v2.13.0 |
| 403 | 2026-06-25T00:31:44.134Z | Compiling itertools v0.14.0 |
| 404 | 2026-06-25T00:31:44.376Z | Compiling thread-id v5.1.0 |
| 405 | 2026-06-25T00:31:44.651Z | Checking plain v0.2.3 |
| 406 | 2026-06-25T00:31:44.741Z | Checking futures-sink v0.3.32 |
| 407 | 2026-06-25T00:31:44.763Z | Compiling heapless v0.8.0 |
| 408 | 2026-06-25T00:31:44.831Z | Compiling regex-automata v0.4.14 |
| 409 | 2026-06-25T00:31:44.985Z | Checking log v0.4.32 |
| 410 | 2026-06-25T00:31:45.026Z | Checking futures-core v0.3.32 |
| 411 | 2026-06-25T00:31:45.144Z | Checking futures-channel v0.3.32 |
| 412 | 2026-06-25T00:31:45.370Z | Checking hash32 v0.3.1 |
| 413 | 2026-06-25T00:31:45.455Z | Checking futures-task v0.3.32 |
| 414 | 2026-06-25T00:31:45.487Z | Checking cfg-if v1.0.4 |
| 415 | 2026-06-25T00:31:45.494Z | Checking macaddr v1.0.1 |
| 416 | 2026-06-25T00:31:45.562Z | Checking pin-project-lite v0.2.17 |
| 417 | 2026-06-25T00:31:45.608Z | Checking futures-io v0.3.32 |
| 418 | 2026-06-25T00:31:45.644Z | Compiling smoltcp v0.11.0 |
| 419 | 2026-06-25T00:31:45.710Z | Checking pretty-hex v0.4.2 |
| 420 | 2026-06-25T00:31:45.715Z | Checking stable_deref_trait v1.2.1 |
| 421 | 2026-06-25T00:31:45.777Z | Compiling pest_generator v2.8.6 |
| 422 | 2026-06-25T00:31:45.822Z | Compiling darling_core v0.21.3 |
| 423 | 2026-06-25T00:31:45.875Z | Compiling darling_core v0.23.0 |
| 424 | 2026-06-25T00:31:45.879Z | Checking slab v0.4.12 |
| 425 | 2026-06-25T00:31:46.326Z | Checking managed v0.8.0 |
| 426 | 2026-06-25T00:31:46.359Z | Compiling crc32fast v1.5.0 |
| 427 | 2026-06-25T00:31:46.401Z | Compiling ref-cast v1.0.25 |
| 428 | 2026-06-25T00:31:46.507Z | Checking bitflags v1.3.2 |
| 429 | 2026-06-25T00:31:46.569Z | Compiling regex v1.12.4 |
| 430 | 2026-06-25T00:31:46.640Z | Compiling version_check v0.9.5 |
| 431 | 2026-06-25T00:31:46.911Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 432 | 2026-06-25T00:31:46.963Z | Checking memmap2 v0.9.10 |
| 433 | 2026-06-25T00:31:46.996Z | Compiling thiserror-impl v2.0.18 |
| 434 | 2026-06-25T00:31:47.120Z | Compiling serde_derive v1.0.228 |
| 435 | 2026-06-25T00:31:47.151Z | Compiling zerocopy-derive v0.8.52 |
| 436 | 2026-06-25T00:31:47.443Z | Compiling pest_derive v2.8.6 |
| 437 | 2026-06-25T00:31:47.935Z | Compiling darling_macro v0.21.3 |
| 438 | 2026-06-25T00:31:47.944Z | Compiling scroll_derive v0.13.1 |
| 439 | 2026-06-25T00:31:47.966Z | Compiling futures-macro v0.3.32 |
| 440 | 2026-06-25T00:31:47.978Z | Compiling darling_macro v0.23.0 |
| 441 | 2026-06-25T00:31:48.045Z | Compiling ref-cast-impl v1.0.25 |
| 442 | 2026-06-25T00:31:48.392Z | Compiling dtrace-parser v0.3.0 |
| 443 | 2026-06-25T00:31:48.478Z | Compiling darling v0.21.3 |
| 444 | 2026-06-25T00:31:48.557Z | Checking cobs v0.3.0 |
| 445 | 2026-06-25T00:31:48.623Z | Compiling ingot-macros v0.1.1 |
| 446 | 2026-06-25T00:31:48.741Z | Checking scroll v0.13.0 |
| 447 | 2026-06-25T00:31:48.772Z | Checking futures-util v0.3.32 |
| 448 | 2026-06-25T00:31:48.886Z | Compiling darling v0.23.0 |
| 449 | 2026-06-25T00:31:48.957Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 450 | 2026-06-25T00:31:48.961Z | Checking goblin v0.10.7 |
| 451 | 2026-06-25T00:31:48.988Z | Checking uuid v1.23.3 |
| 452 | 2026-06-25T00:31:49.257Z | Checking unicode-width v0.2.2 |
| 453 | 2026-06-25T00:31:49.274Z | Checking ipnetwork v0.21.1 |
| 454 | 2026-06-25T00:31:49.502Z | Checking tabwriter v1.4.1 |
| 455 | 2026-06-25T00:31:49.601Z | Checking itertools v0.15.0 |
| 456 | 2026-06-25T00:31:49.642Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 457 | 2026-06-25T00:31:50.330Z | Checking postcard v1.1.3 |
| 458 | 2026-06-25T00:31:50.485Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 459 | 2026-06-25T00:31:50.656Z | Compiling serde_tokenstream v0.2.3 |
| 460 | 2026-06-25T00:31:50.752Z | Checking futures-executor v0.3.32 |
| 461 | 2026-06-25T00:31:50.787Z | Checking nom v8.0.0 |
| 462 | 2026-06-25T00:31:50.897Z | Checking futures v0.3.32 |
| 463 | 2026-06-25T00:31:50.946Z | Checking dyn-clone v1.0.20 |
| 464 | 2026-06-25T00:31:50.966Z | Compiling typeid v1.0.3 |
| 465 | 2026-06-25T00:31:51.042Z | Compiling anyhow v1.0.102 |
| 466 | 2026-06-25T00:31:51.085Z | Checking cookie-factory v0.3.3 |
| 467 | 2026-06-25T00:31:51.241Z | Compiling dtor-proc-macro v0.0.13 |
| 468 | 2026-06-25T00:31:51.278Z | Checking circular v0.3.0 |
| 469 | 2026-06-25T00:31:51.321Z | Checking ingot-types v0.1.2 |
| 470 | 2026-06-25T00:31:51.344Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 471 | 2026-06-25T00:31:51.359Z | Compiling dof v0.4.0 |
| 472 | 2026-06-25T00:31:51.527Z | Checking link-section v0.2.1 |
| 473 | 2026-06-25T00:31:51.555Z | Checking once_cell v1.21.4 |
| 474 | 2026-06-25T00:31:51.578Z | Checking dtor v0.8.1 |
| 475 | 2026-06-25T00:31:51.626Z | Compiling ctor-proc-macro v0.0.13 |
| 476 | 2026-06-25T00:31:51.666Z | Checking ingot v0.1.1 |
| 477 | 2026-06-25T00:31:51.678Z | Checking ron v0.12.1 |
| 478 | 2026-06-25T00:31:51.929Z | Checking ctor v0.10.1 |
| 479 | 2026-06-25T00:31:52.303Z | Compiling usdt-attr-macro v0.6.0 |
| 480 | 2026-06-25T00:31:52.306Z | Compiling usdt-macro v0.6.0 |
| 481 | 2026-06-25T00:31:52.718Z | Checking rusticata-macros v5.0.0 |
| 482 | 2026-06-25T00:31:52.843Z | Checking pcap-parser v0.17.0 |
| 483 | 2026-06-25T00:31:52.903Z | Checking usdt v0.6.0 |
| 484 | 2026-06-25T00:31:53.160Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 485 | 2026-06-25T00:31:57.855Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 486 | 2026-06-25T00:31:59.540Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 487 | 2026-06-25T00:32:01.899Z | Finished `dev` profile [optimized + debuginfo] target(s) in 20.11s |
| 488 | 2026-06-25T00:32:01.934Z | |
| 489 | 2026-06-25T00:32:01.938Z | real 20.197059280 |
| 490 | 2026-06-25T00:32:01.938Z | user 1:13.803168902 |
| 491 | 2026-06-25T00:32:01.938Z | sys 15.365636999 |
| 492 | 2026-06-25T00:32:01.938Z | trap 0.042592649 |
| 493 | 2026-06-25T00:32:01.938Z | tflt 0.163048855 |
| 494 | 2026-06-25T00:32:01.938Z | dflt 0.173544993 |
| 495 | 2026-06-25T00:32:01.938Z | kflt 0.000008198 |
| 496 | 2026-06-25T00:32:01.938Z | lock 4:07.866928124 |
| 497 | 2026-06-25T00:32:01.938Z | slp 3:54.675243541 |
| 498 | 2026-06-25T00:32:01.938Z | lat 4.300312259 |
| 499 | 2026-06-25T00:32:01.938Z | stop 7.868098749 |
| 500 | 2026-06-25T00:32:01.938Z | + header 'analyze no_std + engine + kernel' |
| 501 | 2026-06-25T00:32:01.938Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 502 | 2026-06-25T00:32:01.938Z | # ==== analyze no_std + engine + kernel ==== # |
| 503 | 2026-06-25T00:32:01.938Z | + ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel |
| 504 | 2026-06-25T00:32:02.119Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 505 | 2026-06-25T00:32:02.119Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 506 | 2026-06-25T00:32:02.140Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 507 | 2026-06-25T00:32:02.145Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 508 | 2026-06-25T00:32:02.383Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 509 | 2026-06-25T00:32:06.316Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 510 | 2026-06-25T00:32:07.703Z | Finished `dev` profile [optimized + debuginfo] target(s) in 5.72s |
| 511 | 2026-06-25T00:32:07.734Z | |
| 512 | 2026-06-25T00:32:07.735Z | real 5.793590218 |
| 513 | 2026-06-25T00:32:07.735Z | user 5.992781735 |
| 514 | 2026-06-25T00:32:07.738Z | sys 1.057335641 |
| 515 | 2026-06-25T00:32:07.738Z | trap 0.000841445 |
| 516 | 2026-06-25T00:32:07.738Z | tflt 0.007466056 |
| 517 | 2026-06-25T00:32:07.738Z | dflt 0.005502226 |
| 518 | 2026-06-25T00:32:07.738Z | kflt 0.000000000 |
| 519 | 2026-06-25T00:32:07.738Z | lock 25.593179457 |
| 520 | 2026-06-25T00:32:07.738Z | slp 21.391365253 |
| 521 | 2026-06-25T00:32:07.738Z | lat 0.016528361 |
| 522 | 2026-06-25T00:32:07.738Z | stop 0.253974651 |
| 523 | 2026-06-25T00:32:07.738Z | + header test |
| 524 | 2026-06-25T00:32:07.738Z | + echo '# ==== test ==== #' |
| 525 | 2026-06-25T00:32:07.738Z | # ==== test ==== # |
| 526 | 2026-06-25T00:32:07.738Z | + ptime -m cargo test |
| 527 | 2026-06-25T00:32:07.893Z | Compiling memchr v2.8.2 |
| 528 | 2026-06-25T00:32:07.896Z | Compiling serde_core v1.0.228 |
| 529 | 2026-06-25T00:32:07.916Z | Compiling thiserror v2.0.18 |
| 530 | 2026-06-25T00:32:07.921Z | Compiling zerocopy v0.8.52 |
| 531 | 2026-06-25T00:32:07.924Z | Compiling byteorder v1.5.0 |
| 532 | 2026-06-25T00:32:07.924Z | Compiling unicode-ident v1.0.24 |
| 533 | 2026-06-25T00:32:07.929Z | Compiling zmij v1.0.21 |
| 534 | 2026-06-25T00:32:07.932Z | Compiling libc v0.2.186 |
| 535 | 2026-06-25T00:32:08.002Z | Compiling proc-macro2 v1.0.106 |
| 536 | 2026-06-25T00:32:08.049Z | Compiling scroll v0.13.0 |
| 537 | 2026-06-25T00:32:08.137Z | Compiling log v0.4.32 |
| 538 | 2026-06-25T00:32:08.267Z | Compiling plain v0.2.3 |
| 539 | 2026-06-25T00:32:08.294Z | Compiling itoa v1.0.18 |
| 540 | 2026-06-25T00:32:08.317Z | Compiling futures-sink v0.3.32 |
| 541 | 2026-06-25T00:32:08.361Z | Compiling futures-core v0.3.32 |
| 542 | 2026-06-25T00:32:08.361Z | Compiling ucd-trie v0.1.7 |
| 543 | 2026-06-25T00:32:08.406Z | Compiling quote v1.0.45 |
| 544 | 2026-06-25T00:32:08.516Z | Compiling pest v2.8.6 |
| 545 | 2026-06-25T00:32:08.545Z | Compiling futures-channel v0.3.32 |
| 546 | 2026-06-25T00:32:08.779Z | Compiling goblin v0.10.7 |
| 547 | 2026-06-25T00:32:09.044Z | Compiling hash32 v0.3.1 |
| 548 | 2026-06-25T00:32:09.063Z | Compiling stable_deref_trait v1.2.1 |
| 549 | 2026-06-25T00:32:09.132Z | Compiling slab v0.4.12 |
| 550 | 2026-06-25T00:32:09.209Z | Compiling futures-task v0.3.32 |
| 551 | 2026-06-25T00:32:09.309Z | Compiling cfg-if v1.0.4 |
| 552 | 2026-06-25T00:32:09.373Z | Compiling macaddr v1.0.1 |
| 553 | 2026-06-25T00:32:09.393Z | Compiling pin-project-lite v0.2.17 |
| 554 | 2026-06-25T00:32:09.480Z | Compiling pretty-hex v0.4.2 |
| 555 | 2026-06-25T00:32:09.483Z | Compiling futures-io v0.3.32 |
| 556 | 2026-06-25T00:32:09.620Z | Compiling futures-util v0.3.32 |
| 557 | 2026-06-25T00:32:09.628Z | Compiling dtrace-parser v0.3.0 |
| 558 | 2026-06-25T00:32:09.667Z | Compiling serde v1.0.228 |
| 559 | 2026-06-25T00:32:09.899Z | Compiling bitflags v2.13.0 |
| 560 | 2026-06-25T00:32:10.227Z | Compiling serde_json v1.0.150 |
| 561 | 2026-06-25T00:32:10.307Z | Compiling heapless v0.8.0 |
| 562 | 2026-06-25T00:32:10.312Z | Compiling syn v2.0.117 |
| 563 | 2026-06-25T00:32:10.763Z | Compiling ingot-types v0.1.2 |
| 564 | 2026-06-25T00:32:10.778Z | Compiling thread-id v5.1.0 |
| 565 | 2026-06-25T00:32:10.853Z | Compiling cobs v0.3.0 |
| 566 | 2026-06-25T00:32:10.914Z | Compiling managed v0.8.0 |
| 567 | 2026-06-25T00:32:11.131Z | Compiling bitflags v1.3.2 |
| 568 | 2026-06-25T00:32:11.137Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 569 | 2026-06-25T00:32:11.173Z | Compiling ingot v0.1.1 |
| 570 | 2026-06-25T00:32:11.195Z | Compiling smoltcp v0.11.0 |
| 571 | 2026-06-25T00:32:11.360Z | Compiling postcard v1.1.3 |
| 572 | 2026-06-25T00:32:11.707Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 573 | 2026-06-25T00:32:12.297Z | Compiling dof v0.4.0 |
| 574 | 2026-06-25T00:32:12.391Z | Compiling futures-executor v0.3.32 |
| 575 | 2026-06-25T00:32:12.997Z | Compiling uuid v1.23.3 |
| 576 | 2026-06-25T00:32:13.267Z | Compiling usdt-impl v0.6.0 |
| 577 | 2026-06-25T00:32:13.404Z | Compiling memmap2 v0.9.10 |
| 578 | 2026-06-25T00:32:13.410Z | Compiling ipnetwork v0.21.1 |
| 579 | 2026-06-25T00:32:13.624Z | Compiling unicode-width v0.2.2 |
| 580 | 2026-06-25T00:32:13.721Z | Compiling either v1.16.0 |
| 581 | 2026-06-25T00:32:13.901Z | Compiling itertools v0.15.0 |
| 582 | 2026-06-25T00:32:13.928Z | Compiling tabwriter v1.4.1 |
| 583 | 2026-06-25T00:32:13.928Z | Compiling usdt v0.6.0 |
| 584 | 2026-06-25T00:32:14.356Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 585 | 2026-06-25T00:32:14.546Z | Compiling ref-cast v1.0.25 |
| 586 | 2026-06-25T00:32:14.641Z | Compiling futures v0.3.32 |
| 587 | 2026-06-25T00:32:14.713Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 588 | 2026-06-25T00:32:14.888Z | Compiling crc32fast v1.5.0 |
| 589 | 2026-06-25T00:32:15.168Z | Compiling nom v8.0.0 |
| 590 | 2026-06-25T00:32:15.417Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 591 | 2026-06-25T00:32:15.432Z | Compiling dyn-clone v1.0.20 |
| 592 | 2026-06-25T00:32:15.626Z | Compiling cookie-factory v0.3.3 |
| 593 | 2026-06-25T00:32:15.949Z | Compiling circular v0.3.0 |
| 594 | 2026-06-25T00:32:16.161Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 595 | 2026-06-25T00:32:16.202Z | Compiling dtor v0.8.1 |
| 596 | 2026-06-25T00:32:16.288Z | Compiling anyhow v1.0.102 |
| 597 | 2026-06-25T00:32:16.398Z | Compiling typeid v1.0.3 |
| 598 | 2026-06-25T00:32:16.508Z | Compiling link-section v0.2.1 |
| 599 | 2026-06-25T00:32:16.655Z | Compiling once_cell v1.21.4 |
| 600 | 2026-06-25T00:32:16.819Z | Compiling ctor v0.10.1 |
| 601 | 2026-06-25T00:32:16.823Z | Compiling ron v0.12.1 |
| 602 | 2026-06-25T00:32:17.819Z | Compiling rusticata-macros v5.0.0 |
| 603 | 2026-06-25T00:32:18.140Z | Compiling pcap-parser v0.17.0 |
| 604 | 2026-06-25T00:32:21.051Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 605 | 2026-06-25T00:32:23.477Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 606 | 2026-06-25T00:33:02.427Z | Finished `test` profile [optimized + debuginfo] target(s) in 54.68s |
| 607 | 2026-06-25T00:33:02.445Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-00e654183fa65627) |
| 608 | 2026-06-25T00:33:02.449Z | |
| 609 | 2026-06-25T00:33:02.449Z | running 15 tests |
| 610 | 2026-06-25T00:33:02.449Z | test api::tests::parse_good_proto_filter ... ok |
| 611 | 2026-06-25T00:33:02.449Z | test api::tests::parse_good_address ... ok |
| 612 | 2026-06-25T00:33:02.449Z | test api::tests::parse_bad_address ... ok |
| 613 | 2026-06-25T00:33:02.449Z | test cfg::tests::test_required_nat_space_only_ipv4 ... ok |
| 614 | 2026-06-25T00:33:02.449Z | test api::tests::parse_bad_proto_filter ... ok |
| 615 | 2026-06-25T00:33:02.450Z | test cfg::tests::test_required_nat_space ... ok |
| 616 | 2026-06-25T00:33:02.450Z | test api::tests::ports_from_str_good ... ok |
| 617 | 2026-06-25T00:33:02.450Z | test api::tests::ports_from_str_bad ... ok |
| 618 | 2026-06-25T00:33:02.450Z | test cfg::tests::test_required_nat_space_only_ipv6 ... ok |
| 619 | 2026-06-25T00:33:02.450Z | test engine::geneve::test::option_packet_length_with_known_options ... ok |
| 620 | 2026-06-25T00:33:02.450Z | test engine::geneve::test::parse_multi_opt ... ok |
| 621 | 2026-06-25T00:33:02.450Z | test engine::geneve::test::parse_single_opt ... ok |
| 622 | 2026-06-25T00:33:02.454Z | test engine::geneve::test::parse_multicast_replication_values ... ok |
| 623 | 2026-06-25T00:33:02.454Z | test engine::geneve::test::unknown_crit_option_fails ... ok |
| 624 | 2026-06-25T00:33:02.454Z | test engine::firewall::tests::port_predicate_simplification ... ok |
| 625 | 2026-06-25T00:33:02.454Z | |
| 626 | 2026-06-25T00:33:02.454Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 627 | 2026-06-25T00:33:02.454Z | |
| 628 | 2026-06-25T00:33:02.454Z | Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-7f883f4d1fc305a5) |
| 629 | 2026-06-25T00:33:02.454Z | |
| 630 | 2026-06-25T00:33:02.454Z | running 4 tests |
| 631 | 2026-06-25T00:33:02.454Z | test firewall_vni_outbound ... ok |
| 632 | 2026-06-25T00:33:02.454Z | test firewall_vni_inbound ... ok |
| 633 | 2026-06-25T00:33:02.454Z | test firewall_external_inbound ... ok |
| 634 | 2026-06-25T00:33:02.454Z | test firewall_replace_rules ... ok |
| 635 | 2026-06-25T00:33:02.454Z | |
| 636 | 2026-06-25T00:33:02.454Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 637 | 2026-06-25T00:33:02.454Z | |
| 638 | 2026-06-25T00:33:02.458Z | Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-d741d1246d47e125) |
| 639 | 2026-06-25T00:33:02.458Z | |
| 640 | 2026-06-25T00:33:02.458Z | running 2 tests |
| 641 | 2026-06-25T00:33:02.458Z | test parse_out_regression ... ok |
| 642 | 2026-06-25T00:33:02.458Z | test parse_in_regression ... ok |
| 643 | 2026-06-25T00:33:02.458Z | |
| 644 | 2026-06-25T00:33:02.458Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 645 | 2026-06-25T00:33:02.458Z | |
| 646 | 2026-06-25T00:33:02.458Z | Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-c24e00b8357d89d0) |
| 647 | 2026-06-25T00:33:02.462Z | |
| 648 | 2026-06-25T00:33:02.462Z | running 48 tests |
| 649 | 2026-06-25T00:33:02.462Z | test bad_ip_len ... ok |
| 650 | 2026-06-25T00:33:02.462Z | test check_layers ... ok |
| 651 | 2026-06-25T00:33:02.462Z | test add_remove_fw_rule ... ok |
| 652 | 2026-06-25T00:33:02.462Z | test arp_gateway ... ok |
| 653 | 2026-06-25T00:33:02.462Z | test external_attached_subnets_cannot_reach_internal ... ok |
| 654 | 2026-06-25T00:33:02.462Z | test anti_spoof ... ok |
| 655 | 2026-06-25T00:33:02.462Z | test ephemeral_ip_preferred_over_snat_outbound ... ok |
| 656 | 2026-06-25T00:33:02.462Z | test external_attached_subnets_dont_apply_nat ... ok |
| 657 | 2026-06-25T00:33:02.462Z | test flow_expiration ... ok |
| 658 | 2026-06-25T00:33:02.462Z | test gateway_icmp4_ping ... ok |
| 659 | 2026-06-25T00:33:02.462Z | test early_tcp_invalidation ... ok |
| 660 | 2026-06-25T00:33:02.462Z | test external_ip_epoch_affinity_preserved ... ok |
| 661 | 2026-06-25T00:33:02.462Z | test gateway_icmpv6_ping ... ok |
| 662 | 2026-06-25T00:33:02.462Z | test gateway_router_advert_reply ... ok |
| 663 | 2026-06-25T00:33:02.462Z | test external_ip_reconfigurable ... ok |
| 664 | 2026-06-25T00:33:02.462Z | test guest_to_guest_diff_vpc_no_peer ... ok |
| 665 | 2026-06-25T00:33:02.462Z | test guest_to_guest ... ok |
| 666 | 2026-06-25T00:33:02.462Z | test guest_to_guest_no_route ... ok |
| 667 | 2026-06-25T00:33:02.463Z | test guest_to_internet_ipv4 ... ok |
| 668 | 2026-06-25T00:33:02.463Z | test guest_to_internet_ipv6 ... ok |
| 669 | 2026-06-25T00:33:02.463Z | test icmp_inner_has_nat_applied ... ok |
| 670 | 2026-06-25T00:33:02.463Z | test external_ip_receive_and_reply_on_all ... ok |
| 671 | 2026-06-25T00:33:02.463Z | test inbound_ndp_dropped_at_gateway ... ok |
| 672 | 2026-06-25T00:33:02.463Z | test icmpv6_inner_has_nat_applied ... ok |
| 673 | 2026-06-25T00:33:02.463Z | test outbound_ndp_dropped ... ok |
| 674 | 2026-06-25T00:33:02.463Z | test external_ip_balanced_over_floating_ips ... ok |
| 675 | 2026-06-25T00:33:02.463Z | test no_panic_on_flow_table_full ... ok |
| 676 | 2026-06-25T00:33:02.463Z | test intra_subnet_routes_with_custom ... ok |
| 677 | 2026-06-25T00:33:02.463Z | test packet_body_pullup ... ok |
| 678 | 2026-06-25T00:33:02.463Z | test internal_attached_subnets ... ok |
| 679 | 2026-06-25T00:33:02.463Z | test port_transition_reset ... ok |
| 680 | 2026-06-25T00:33:02.463Z | test port_transition_running ... ok |
| 681 | 2026-06-25T00:33:02.467Z | test port_as_router_target ... ok |
| 682 | 2026-06-25T00:33:02.467Z | test test_drop_on_unknown_critical_option ... ok |
| 683 | 2026-06-25T00:33:02.467Z | test port_transition_pause ... ok |
| 684 | 2026-06-25T00:33:02.467Z | test tcp_invalidation_does_not_block_connection ... ok |
| 685 | 2026-06-25T00:33:02.467Z | test snat_icmp4_echo_rewrite ... ok |
| 686 | 2026-06-25T00:33:02.467Z | test select_eip_conditioned_on_igw ... ok |
| 687 | 2026-06-25T00:33:02.467Z | test snat_icmp6_echo_rewrite ... ok |
| 688 | 2026-06-25T00:33:02.467Z | test test_v6_ext_hdr_geneve_offset_ok ... ok |
| 689 | 2026-06-25T00:33:02.467Z | test tcp_outbound ... ok |
| 690 | 2026-06-25T00:33:02.467Z | test tcp_inbound ... ok |
| 691 | 2026-06-25T00:33:02.467Z | test test_ipv6_multicast_encapsulation ... ok |
| 692 | 2026-06-25T00:33:02.467Z | test test_tcp_multicast_denied ... ok |
| 693 | 2026-06-25T00:33:02.467Z | test test_gateway_neighbor_advert_reply ... ok |
| 694 | 2026-06-25T00:33:02.467Z | test test_reply_to_dhcpv6_solicit_or_request ... ok |
| 695 | 2026-06-25T00:33:02.467Z | test uft_lft_invalidation_in ... ok |
| 696 | 2026-06-25T00:33:02.467Z | test uft_lft_invalidation_out ... ok |
| 697 | 2026-06-25T00:33:02.468Z | |
| 698 | 2026-06-25T00:33:02.468Z | test result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 699 | 2026-06-25T00:33:02.468Z | |
| 700 | 2026-06-25T00:33:02.468Z | Doc-tests oxide_vpc |
| 701 | 2026-06-25T00:33:02.760Z | |
| 702 | 2026-06-25T00:33:02.760Z | running 0 tests |
| 703 | 2026-06-25T00:33:02.760Z | |
| 704 | 2026-06-25T00:33:02.761Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 705 | 2026-06-25T00:33:02.761Z | |
| 706 | 2026-06-25T00:33:02.791Z | |
| 707 | 2026-06-25T00:33:02.791Z | real 55.043772800 |
| 708 | 2026-06-25T00:33:02.791Z | user 3:22.974644563 |
| 709 | 2026-06-25T00:33:02.791Z | sys 12.035192001 |
| 710 | 2026-06-25T00:33:02.795Z | trap 0.098583112 |
| 711 | 2026-06-25T00:33:02.795Z | tflt 0.181685908 |
| 712 | 2026-06-25T00:33:02.795Z | dflt 0.476839174 |
| 713 | 2026-06-25T00:33:02.795Z | kflt 0.000028107 |
| 714 | 2026-06-25T00:33:02.795Z | lock 12:57.692205152 |
| 715 | 2026-06-25T00:33:02.795Z | slp 6:46.538015231 |
| 716 | 2026-06-25T00:33:02.795Z | lat 7.975582591 |
| 717 | 2026-06-25T00:33:02.795Z | stop 5.013110871 |
| 718 | 2026-06-25T00:33:02.795Z | process exited: duration 122799 ms, exit code 0 |
| |
| 719 | 2026-06-25T00:33:02.803Z | found 0 output files |