|
|
|
| 1 | 2026-07-20T10:26:39.082Z | job assigned to worker 01KXZGYW8HKFTFE5VFRZ20Q37N [factory aws, i-06b23e9241491d1eb] (queued for 59 s) |
| |
| 2 | 2026-07-20T10:26:45.296Z | starting task 0: "setup" |
| 3 | 2026-07-20T10:26:45.300Z | ++ uname -s |
| 4 | 2026-07-20T10:26:45.303Z | + kern=SunOS |
| 5 | 2026-07-20T10:26:45.304Z | + build_user=build |
| 6 | 2026-07-20T10:26:45.304Z | + build_uid=12345 |
| 7 | 2026-07-20T10:26:45.304Z | + work_dir=/work |
| 8 | 2026-07-20T10:26:45.304Z | + input_dir=/input |
| 9 | 2026-07-20T10:26:45.304Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-20T10:26:45.304Z | + case "$kern" in |
| 11 | 2026-07-20T10:26:45.304Z | + groupadd -g 12345 build |
| 12 | 2026-07-20T10:26:45.307Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-20T10:26:47.310Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-20T10:26:47.402Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-20T10:26:47.404Z | + home_fs=zfs |
| 16 | 2026-07-20T10:26:47.404Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-20T10:26:47.405Z | + mkdir -p /home/build |
| 18 | 2026-07-20T10:26:47.405Z | + chown build:build /home/build /work |
| 19 | 2026-07-20T10:26:48.406Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-20T10:26:48.409Z | process exited: duration 3115 ms, exit code 0 |
| |
| 21 | 2026-07-20T10:26:48.415Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-20T10:26:48.419Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-20T10:26:48.419Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-07-20T10:26:48.419Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-07-20T10:26:48.419Z | * rust toolchain profile = "default" |
| 26 | 2026-07-20T10:26:48.422Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-20T10:26:48.422Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-20T10:26:48.422Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-20T10:26:48.422Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-20T10:26:48.524Z | info: downloading installer |
| 31 | 2026-07-20T10:26:49.825Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-20T10:26:49.826Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-20T10:26:49.826Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-20T10:26:49.826Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-20T10:26:49.837Z | info: profile set to default |
| 36 | 2026-07-20T10:26:49.838Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-20T10:26:49.841Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-20T10:26:49.974Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-20T10:26:49.977Z | info: downloading 6 components |
| 40 | 2026-07-20T10:27:05.836Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-20T10:27:05.836Z | |
| 42 | 2026-07-20T10:27:05.863Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-20T10:27:05.863Z | |
| 44 | 2026-07-20T10:27:05.863Z | |
| 45 | 2026-07-20T10:27:05.863Z | Rust is installed now. Great! |
| 46 | 2026-07-20T10:27:05.863Z | |
| 47 | 2026-07-20T10:27:05.866Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-20T10:27:05.866Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-20T10:27:05.866Z | |
| 50 | 2026-07-20T10:27:05.866Z | To configure your current shell, you need to source |
| 51 | 2026-07-20T10:27:05.866Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-20T10:27:05.866Z | |
| 53 | 2026-07-20T10:27:05.866Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-20T10:27:05.866Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-20T10:27:05.866Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-20T10:27:05.866Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-20T10:27:05.866Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-20T10:27:05.866Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-20T10:27:05.866Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-20T10:27:05.866Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-20T10:27:05.866Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-20T10:27:05.971Z | + rustup --version |
| 63 | 2026-07-20T10:27:05.980Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-20T10:27:05.983Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-20T10:27:06.003Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-20T10:27:06.006Z | + cargo --version |
| 67 | 2026-07-20T10:27:06.020Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-20T10:27:06.023Z | + rustc --version |
| 69 | 2026-07-20T10:27:06.041Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-20T10:27:06.044Z | process exited: duration 17628 ms, exit code 0 |
| |
| 71 | 2026-07-20T10:27:06.050Z | starting task 2: "authentication" |
| 72 | 2026-07-20T10:27:06.066Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-20T10:27:06.084Z | starting task 3: "clone repository" |
| 74 | 2026-07-20T10:27:06.087Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-20T10:27:06.090Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-20T10:27:06.119Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-20T10:27:07.012Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-20T10:27:07.015Z | + git fetch origin f04c4146ba7ad7a4df970fd938a817569f0d2d47 |
| 79 | 2026-07-20T10:27:07.267Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-20T10:27:07.267Z | * branch f04c4146ba7ad7a4df970fd938a817569f0d2d47 -> FETCH_HEAD |
| 81 | 2026-07-20T10:27:07.273Z | + [[ -n renovate/rust-1.x ]] |
| 82 | 2026-07-20T10:27:07.275Z | ++ git branch --show-current |
| 83 | 2026-07-20T10:27:07.276Z | + current=master |
| 84 | 2026-07-20T10:27:07.276Z | + [[ master != renovate/rust-1.x ]] |
| 85 | 2026-07-20T10:27:07.276Z | + git branch -f renovate/rust-1.x f04c4146ba7ad7a4df970fd938a817569f0d2d47 |
| 86 | 2026-07-20T10:27:07.278Z | + git checkout -f renovate/rust-1.x |
| 87 | 2026-07-20T10:27:07.294Z | Switched to branch 'renovate/rust-1.x' |
| 88 | 2026-07-20T10:27:07.297Z | + git reset --hard f04c4146ba7ad7a4df970fd938a817569f0d2d47 |
| 89 | 2026-07-20T10:27:07.311Z | HEAD is now at f04c414 One (1) clippy fix |
| 90 | 2026-07-20T10:27:07.313Z | process exited: duration 1228 ms, exit code 0 |
| |
| 91 | 2026-07-20T10:27:07.319Z | starting task 4: "build" |
| 92 | 2026-07-20T10:27:07.322Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-20T10:27:07.322Z | ++ rustup show active-toolchain |
| 94 | 2026-07-20T10:27:07.328Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-20T10:27:07.331Z | ++ pushd xde |
| 96 | 2026-07-20T10:27:07.331Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-20T10:27:07.331Z | ++ rustup show active-toolchain |
| 98 | 2026-07-20T10:27:07.335Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 99 | 2026-07-20T10:27:07.471Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 100 | 2026-07-20T10:27:07.475Z | info: downloading 6 components |
| 101 | 2026-07-20T10:27:21.801Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-20T10:27:21.894Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-20T10:27:21.897Z | +++ head -n 1 |
| 104 | 2026-07-20T10:27:21.897Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-20T10:27:21.949Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 106 | 2026-07-20T10:27:21.949Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-07-20T10:27:21.952Z | ++ popd |
| 108 | 2026-07-20T10:27:21.952Z | /work/oxidecomputer/opte |
| 109 | 2026-07-20T10:27:21.952Z | + cargo --version |
| 110 | 2026-07-20T10:27:21.958Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 111 | 2026-07-20T10:27:21.961Z | + rustc --version |
| 112 | 2026-07-20T10:27:21.980Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 113 | 2026-07-20T10:27:21.983Z | + cd lib/oxide-vpc |
| 114 | 2026-07-20T10:27:21.983Z | + header 'check style' |
| 115 | 2026-07-20T10:27:21.983Z | + echo '# ==== check style ==== #' |
| 116 | 2026-07-20T10:27:21.983Z | # ==== check style ==== # |
| 117 | 2026-07-20T10:27:21.983Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-07-20T10:27:22.107Z | |
| 119 | 2026-07-20T10:27:22.107Z | real 0.120771944 |
| 120 | 2026-07-20T10:27:22.107Z | user 0.085958140 |
| 121 | 2026-07-20T10:27:22.107Z | sys 0.031285640 |
| 122 | 2026-07-20T10:27:22.107Z | trap 0.000004060 |
| 123 | 2026-07-20T10:27:22.107Z | tflt 0.000008560 |
| 124 | 2026-07-20T10:27:22.107Z | dflt 0.000006960 |
| 125 | 2026-07-20T10:27:22.107Z | kflt 0.000000000 |
| 126 | 2026-07-20T10:27:22.107Z | lock 0.031120280 |
| 127 | 2026-07-20T10:27:22.107Z | slp 0.100389095 |
| 128 | 2026-07-20T10:27:22.107Z | lat 0.000855800 |
| 129 | 2026-07-20T10:27:22.107Z | stop 0.000099550 |
| 130 | 2026-07-20T10:27:22.110Z | + header 'check docs' |
| 131 | 2026-07-20T10:27:22.110Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-07-20T10:27:22.110Z | # ==== check docs ==== # |
| 133 | 2026-07-20T10:27:22.110Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-07-20T10:27:22.110Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-07-20T10:27:22.175Z | Updating crates.io index |
| 136 | 2026-07-20T10:27:22.178Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-07-20T10:27:23.085Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-07-20T10:27:23.513Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-07-20T10:27:23.859Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-07-20T10:27:24.124Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-07-20T10:27:24.364Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-07-20T10:27:24.646Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-07-20T10:27:26.699Z | Downloading crates ... |
| 144 | 2026-07-20T10:27:26.750Z | Downloaded crc32fast v1.5.0 |
| 145 | 2026-07-20T10:27:26.753Z | Downloaded darling v0.21.3 |
| 146 | 2026-07-20T10:27:26.756Z | Downloaded dof v0.4.0 |
| 147 | 2026-07-20T10:27:26.761Z | Downloaded dtrace-parser v0.3.0 |
| 148 | 2026-07-20T10:27:26.763Z | Downloaded embedded-io v0.6.1 |
| 149 | 2026-07-20T10:27:26.766Z | Downloaded managed v0.8.0 |
| 150 | 2026-07-20T10:27:26.769Z | Downloaded fnv v1.0.7 |
| 151 | 2026-07-20T10:27:26.769Z | Downloaded cfg-if v1.0.4 |
| 152 | 2026-07-20T10:27:26.772Z | Downloaded dyn-clone v1.0.20 |
| 153 | 2026-07-20T10:27:26.772Z | Downloaded ref-cast-impl v1.0.25 |
| 154 | 2026-07-20T10:27:26.777Z | Downloaded bitflags v1.3.2 |
| 155 | 2026-07-20T10:27:26.779Z | Downloaded itoa v1.0.18 |
| 156 | 2026-07-20T10:27:26.780Z | Downloaded defmt-parser v1.0.0 |
| 157 | 2026-07-20T10:27:26.780Z | Downloaded embedded-io v0.4.0 |
| 158 | 2026-07-20T10:27:26.782Z | Downloaded plain v0.2.3 |
| 159 | 2026-07-20T10:27:26.785Z | Downloaded stable_deref_trait v1.2.1 |
| 160 | 2026-07-20T10:27:26.790Z | Downloaded usdt v0.6.0 |
| 161 | 2026-07-20T10:27:26.793Z | Downloaded scroll_derive v0.13.1 |
| 162 | 2026-07-20T10:27:26.795Z | Downloaded strsim v0.11.1 |
| 163 | 2026-07-20T10:27:26.800Z | Downloaded version_check v0.9.5 |
| 164 | 2026-07-20T10:27:26.803Z | Downloaded darling_macro v0.23.0 |
| 165 | 2026-07-20T10:27:26.806Z | Downloaded darling_macro v0.21.3 |
| 166 | 2026-07-20T10:27:26.806Z | Downloaded macaddr v1.0.1 |
| 167 | 2026-07-20T10:27:26.809Z | Downloaded defmt v0.3.100 |
| 168 | 2026-07-20T10:27:26.811Z | Downloaded ident_case v1.0.1 |
| 169 | 2026-07-20T10:27:26.811Z | Downloaded pretty-hex v0.4.2 |
| 170 | 2026-07-20T10:27:26.814Z | Downloaded ref-cast v1.0.25 |
| 171 | 2026-07-20T10:27:26.817Z | Downloaded tabwriter v1.4.1 |
| 172 | 2026-07-20T10:27:26.827Z | Downloaded thread-id v5.1.0 |
| 173 | 2026-07-20T10:27:26.830Z | Downloaded usdt-macro v0.6.0 |
| 174 | 2026-07-20T10:27:26.834Z | Downloaded ipnetwork v0.21.1 |
| 175 | 2026-07-20T10:27:26.837Z | Downloaded byteorder v1.5.0 |
| 176 | 2026-07-20T10:27:26.837Z | Downloaded cobs v0.3.0 |
| 177 | 2026-07-20T10:27:26.837Z | Downloaded quote v1.0.46 |
| 178 | 2026-07-20T10:27:26.841Z | Downloaded pest_derive v2.8.7 |
| 179 | 2026-07-20T10:27:26.843Z | Downloaded usdt-attr-macro v0.6.0 |
| 180 | 2026-07-20T10:27:26.846Z | Downloaded defmt-macros v1.1.1 |
| 181 | 2026-07-20T10:27:26.846Z | Downloaded ingot v0.1.1 |
| 182 | 2026-07-20T10:27:26.849Z | Downloaded thiserror-impl v2.0.18 |
| 183 | 2026-07-20T10:27:26.851Z | Downloaded serde_tokenstream v0.2.3 |
| 184 | 2026-07-20T10:27:26.854Z | Downloaded hash32 v0.3.1 |
| 185 | 2026-07-20T10:27:26.857Z | Downloaded usdt-impl v0.6.0 |
| 186 | 2026-07-20T10:27:26.859Z | Downloaded zmij v1.0.21 |
| 187 | 2026-07-20T10:27:26.863Z | Downloaded either v1.16.0 |
| 188 | 2026-07-20T10:27:26.866Z | Downloaded pest_generator v2.8.7 |
| 189 | 2026-07-20T10:27:26.866Z | Downloaded scroll v0.13.0 |
| 190 | 2026-07-20T10:27:26.871Z | Downloaded ingot-macros v0.1.1 |
| 191 | 2026-07-20T10:27:26.874Z | Downloaded defmt v1.1.1 |
| 192 | 2026-07-20T10:27:26.876Z | Downloaded ingot-types v0.1.2 |
| 193 | 2026-07-20T10:27:26.876Z | Downloaded memmap2 v0.9.11 |
| 194 | 2026-07-20T10:27:26.876Z | Downloaded proc-macro2 v1.0.106 |
| 195 | 2026-07-20T10:27:26.887Z | Downloaded thiserror v2.0.18 |
| 196 | 2026-07-20T10:27:26.890Z | Downloaded ucd-trie v0.1.7 |
| 197 | 2026-07-20T10:27:26.893Z | Downloaded postcard v1.1.3 |
| 198 | 2026-07-20T10:27:26.901Z | Downloaded pest_meta v2.8.7 |
| 199 | 2026-07-20T10:27:26.905Z | Downloaded bitflags v2.13.0 |
| 200 | 2026-07-20T10:27:26.907Z | Downloaded darling v0.23.0 |
| 201 | 2026-07-20T10:27:26.910Z | Downloaded serde_derive v1.0.228 |
| 202 | 2026-07-20T10:27:26.914Z | Downloaded serde_core v1.0.228 |
| 203 | 2026-07-20T10:27:26.916Z | Downloaded unicode-ident v1.0.24 |
| 204 | 2026-07-20T10:27:26.929Z | Downloaded log v0.4.33 |
| 205 | 2026-07-20T10:27:26.934Z | Downloaded darling_core v0.23.0 |
| 206 | 2026-07-20T10:27:26.940Z | Downloaded darling_core v0.21.3 |
| 207 | 2026-07-20T10:27:26.943Z | Downloaded uuid v1.23.4 |
| 208 | 2026-07-20T10:27:26.956Z | Downloaded serde v1.0.228 |
| 209 | 2026-07-20T10:27:26.964Z | Downloaded heapless v0.8.0 |
| 210 | 2026-07-20T10:27:26.973Z | Downloaded memchr v2.8.2 |
| 211 | 2026-07-20T10:27:26.980Z | Downloaded zerocopy-derive v0.8.52 |
| 212 | 2026-07-20T10:27:27.007Z | Downloaded pest v2.8.7 |
| 213 | 2026-07-20T10:27:27.020Z | Downloaded serde_json v1.0.150 |
| 214 | 2026-07-20T10:27:27.023Z | Downloaded regex v1.12.4 |
| 215 | 2026-07-20T10:27:27.026Z | Downloaded itertools v0.14.0 |
| 216 | 2026-07-20T10:27:27.031Z | Downloaded aho-corasick v1.1.4 |
| 217 | 2026-07-20T10:27:27.040Z | Downloaded itertools v0.15.0 |
| 218 | 2026-07-20T10:27:27.100Z | Downloaded zerocopy v0.8.52 |
| 219 | 2026-07-20T10:27:27.110Z | Downloaded goblin v0.10.7 |
| 220 | 2026-07-20T10:27:27.113Z | Downloaded unicode-width v0.2.2 |
| 221 | 2026-07-20T10:27:27.117Z | Downloaded syn v2.0.118 |
| 222 | 2026-07-20T10:27:27.122Z | Downloaded smoltcp v0.11.0 |
| 223 | 2026-07-20T10:27:27.129Z | Downloaded regex-syntax v0.8.11 |
| 224 | 2026-07-20T10:27:27.150Z | Downloaded regex-automata v0.4.14 |
| 225 | 2026-07-20T10:27:27.163Z | Downloaded libc v0.2.186 |
| 226 | 2026-07-20T10:27:27.219Z | Compiling proc-macro2 v1.0.106 |
| 227 | 2026-07-20T10:27:27.219Z | Compiling quote v1.0.46 |
| 228 | 2026-07-20T10:27:27.219Z | Compiling unicode-ident v1.0.24 |
| 229 | 2026-07-20T10:27:27.222Z | Compiling ident_case v1.0.1 |
| 230 | 2026-07-20T10:27:27.222Z | Compiling strsim v0.11.1 |
| 231 | 2026-07-20T10:27:27.222Z | Documenting unicode-ident v1.0.24 |
| 232 | 2026-07-20T10:27:27.289Z | Compiling serde_core v1.0.228 |
| 233 | 2026-07-20T10:27:27.381Z | Compiling fnv v1.0.7 |
| 234 | 2026-07-20T10:27:27.401Z | Compiling memchr v2.8.2 |
| 235 | 2026-07-20T10:27:27.405Z | Compiling zerocopy v0.8.52 |
| 236 | 2026-07-20T10:27:27.466Z | Compiling serde v1.0.228 |
| 237 | 2026-07-20T10:27:27.584Z | Compiling regex-syntax v0.8.11 |
| 238 | 2026-07-20T10:27:27.683Z | Compiling thiserror v2.0.18 |
| 239 | 2026-07-20T10:27:27.790Z | Documenting proc-macro2 v1.0.106 |
| 240 | 2026-07-20T10:27:27.962Z | Compiling aho-corasick v1.1.4 |
| 241 | 2026-07-20T10:27:28.279Z | Checking syn v2.0.118 |
| 242 | 2026-07-20T10:27:28.378Z | Checking byteorder v1.5.0 |
| 243 | 2026-07-20T10:27:28.387Z | Documenting quote v1.0.46 |
| 244 | 2026-07-20T10:27:28.431Z | Compiling either v1.16.0 |
| 245 | 2026-07-20T10:27:28.637Z | Compiling itertools v0.14.0 |
| 246 | 2026-07-20T10:27:28.905Z | Documenting syn v2.0.118 |
| 247 | 2026-07-20T10:27:29.157Z | Compiling regex-automata v0.4.14 |
| 248 | 2026-07-20T10:27:29.428Z | Compiling heapless v0.8.0 |
| 249 | 2026-07-20T10:27:29.649Z | Checking bitflags v2.13.0 |
| 250 | 2026-07-20T10:27:29.808Z | Checking hash32 v0.3.1 |
| 251 | 2026-07-20T10:27:29.844Z | Documenting serde_core v1.0.228 |
| 252 | 2026-07-20T10:27:29.901Z | Documenting memchr v2.8.2 |
| 253 | 2026-07-20T10:27:29.917Z | Checking stable_deref_trait v1.2.1 |
| 254 | 2026-07-20T10:27:29.980Z | Checking cfg-if v1.0.4 |
| 255 | 2026-07-20T10:27:30.040Z | Checking macaddr v1.0.1 |
| 256 | 2026-07-20T10:27:30.178Z | Compiling smoltcp v0.11.0 |
| 257 | 2026-07-20T10:27:30.263Z | Documenting regex-syntax v0.8.11 |
| 258 | 2026-07-20T10:27:30.536Z | Documenting aho-corasick v1.1.4 |
| 259 | 2026-07-20T10:27:30.617Z | Checking darling_core v0.21.3 |
| 260 | 2026-07-20T10:27:31.281Z | Compiling regex v1.12.4 |
| 261 | 2026-07-20T10:27:31.524Z | Compiling darling_core v0.23.0 |
| 262 | 2026-07-20T10:27:31.551Z | Documenting regex-automata v0.4.14 |
| 263 | 2026-07-20T10:27:31.675Z | Checking managed v0.8.0 |
| 264 | 2026-07-20T10:27:31.825Z | Checking bitflags v1.3.2 |
| 265 | 2026-07-20T10:27:31.883Z | Documenting serde_derive v1.0.228 |
| 266 | 2026-07-20T10:27:31.886Z | Compiling zerocopy-derive v0.8.52 |
| 267 | 2026-07-20T10:27:31.910Z | Compiling serde_derive v1.0.228 |
| 268 | 2026-07-20T10:27:32.130Z | Compiling thiserror-impl v2.0.18 |
| 269 | 2026-07-20T10:27:32.885Z | Documenting thiserror-impl v2.0.18 |
| 270 | 2026-07-20T10:27:32.896Z | Documenting regex v1.12.4 |
| 271 | 2026-07-20T10:27:32.999Z | Compiling darling_macro v0.21.3 |
| 272 | 2026-07-20T10:27:33.006Z | Documenting zerocopy-derive v0.8.52 |
| 273 | 2026-07-20T10:27:33.459Z | Checking cobs v0.3.0 |
| 274 | 2026-07-20T10:27:33.594Z | Compiling crc32fast v1.5.0 |
| 275 | 2026-07-20T10:27:33.597Z | Compiling darling v0.21.3 |
| 276 | 2026-07-20T10:27:33.651Z | Compiling darling_macro v0.23.0 |
| 277 | 2026-07-20T10:27:33.670Z | Compiling ingot-macros v0.1.1 |
| 278 | 2026-07-20T10:27:33.838Z | Documenting byteorder v1.5.0 |
| 279 | 2026-07-20T10:27:33.883Z | Compiling ref-cast v1.0.25 |
| 280 | 2026-07-20T10:27:33.943Z | Documenting thiserror v2.0.18 |
| 281 | 2026-07-20T10:27:34.070Z | Documenting zerocopy v0.8.52 |
| 282 | 2026-07-20T10:27:34.262Z | Documenting ingot-macros v0.1.1 |
| 283 | 2026-07-20T10:27:34.432Z | Documenting hash32 v0.3.1 |
| 284 | 2026-07-20T10:27:34.597Z | Compiling ref-cast-impl v1.0.25 |
| 285 | 2026-07-20T10:27:34.976Z | Documenting serde v1.0.228 |
| 286 | 2026-07-20T10:27:35.083Z | Checking postcard v1.1.3 |
| 287 | 2026-07-20T10:27:35.200Z | Documenting bitflags v2.13.0 |
| 288 | 2026-07-20T10:27:35.361Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 289 | 2026-07-20T10:27:35.468Z | Documenting cfg-if v1.0.4 |
| 290 | 2026-07-20T10:27:35.486Z | Documenting macaddr v1.0.1 |
| 291 | 2026-07-20T10:27:35.586Z | Checking ipnetwork v0.21.1 |
| 292 | 2026-07-20T10:27:35.762Z | Checking unicode-width v0.2.2 |
| 293 | 2026-07-20T10:27:35.868Z | Documenting stable_deref_trait v1.2.1 |
| 294 | 2026-07-20T10:27:36.002Z | Compiling version_check v0.9.5 |
| 295 | 2026-07-20T10:27:36.119Z | Documenting cobs v0.3.0 |
| 296 | 2026-07-20T10:27:36.155Z | Compiling darling v0.23.0 |
| 297 | 2026-07-20T10:27:36.230Z | Documenting managed v0.8.0 |
| 298 | 2026-07-20T10:27:36.268Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 299 | 2026-07-20T10:27:36.378Z | Checking ingot-types v0.1.2 |
| 300 | 2026-07-20T10:27:36.548Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 301 | 2026-07-20T10:27:36.574Z | Checking itertools v0.15.0 |
| 302 | 2026-07-20T10:27:36.597Z | Documenting heapless v0.8.0 |
| 303 | 2026-07-20T10:27:36.713Z | Checking ingot v0.1.1 |
| 304 | 2026-07-20T10:27:36.799Z | Documenting postcard v1.1.3 |
| 305 | 2026-07-20T10:27:37.179Z | Checking tabwriter v1.4.1 |
| 306 | 2026-07-20T10:27:37.190Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 307 | 2026-07-20T10:27:37.307Z | Documenting ingot-types v0.1.2 |
| 308 | 2026-07-20T10:27:37.339Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 309 | 2026-07-20T10:27:37.410Z | Documenting ref-cast-impl v1.0.25 |
| 310 | 2026-07-20T10:27:37.438Z | Documenting unicode-width v0.2.2 |
| 311 | 2026-07-20T10:27:37.589Z | Documenting smoltcp v0.11.0 |
| 312 | 2026-07-20T10:27:37.797Z | Documenting ipnetwork v0.21.1 |
| 313 | 2026-07-20T10:27:37.838Z | Documenting either v1.16.0 |
| 314 | 2026-07-20T10:27:38.046Z | Checking dyn-clone v1.0.20 |
| 315 | 2026-07-20T10:27:38.147Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 316 | 2026-07-20T10:27:38.318Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 317 | 2026-07-20T10:27:38.395Z | Documenting ingot v0.1.1 |
| 318 | 2026-07-20T10:27:38.548Z | Documenting tabwriter v1.4.1 |
| 319 | 2026-07-20T10:27:38.827Z | Documenting ref-cast v1.0.25 |
| 320 | 2026-07-20T10:27:39.072Z | Documenting itertools v0.15.0 |
| 321 | 2026-07-20T10:27:39.080Z | Documenting crc32fast v1.5.0 |
| 322 | 2026-07-20T10:27:39.347Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 323 | 2026-07-20T10:27:39.712Z | Documenting dyn-clone v1.0.20 |
| 324 | 2026-07-20T10:27:40.196Z | Documenting uuid v1.23.4 |
| 325 | 2026-07-20T10:27:40.456Z | Checking uuid v1.23.4 |
| 326 | 2026-07-20T10:27:40.707Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 327 | 2026-07-20T10:27:40.737Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 328 | 2026-07-20T10:27:41.539Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 329 | 2026-07-20T10:27:43.170Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 330 | 2026-07-20T10:27:45.470Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 331 | 2026-07-20T10:27:47.073Z | Finished `dev` profile [optimized + debuginfo] target(s) in 24.95s |
| 332 | 2026-07-20T10:27:47.162Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
| 333 | 2026-07-20T10:27:47.188Z | |
| 334 | 2026-07-20T10:27:47.188Z | real 25.060052052 |
| 335 | 2026-07-20T10:27:47.188Z | user 1:21.581713639 |
| 336 | 2026-07-20T10:27:47.188Z | sys 17.394503936 |
| 337 | 2026-07-20T10:27:47.188Z | trap 0.045848900 |
| 338 | 2026-07-20T10:27:47.188Z | tflt 0.085451806 |
| 339 | 2026-07-20T10:27:47.188Z | dflt 0.134113305 |
| 340 | 2026-07-20T10:27:47.188Z | kflt 0.005122080 |
| 341 | 2026-07-20T10:27:47.188Z | lock 7:13.884310452 |
| 342 | 2026-07-20T10:27:47.188Z | slp 4:45.903823300 |
| 343 | 2026-07-20T10:27:47.188Z | lat 6.787927493 |
| 344 | 2026-07-20T10:27:47.188Z | stop 12.523563883 |
| 345 | 2026-07-20T10:27:47.191Z | + header 'analyze std + api + usdt' |
| 346 | 2026-07-20T10:27:47.191Z | + echo '# ==== analyze std + api + usdt ==== #' |
| 347 | 2026-07-20T10:27:47.191Z | + ptime -m cargo clippy --features usdt --all-targets -- --deny warnings |
| 348 | 2026-07-20T10:27:47.191Z | # ==== analyze std + api + usdt ==== # |
| 349 | 2026-07-20T10:27:47.374Z | Downloading crates ... |
| 350 | 2026-07-20T10:27:47.415Z | Downloaded futures-core v0.3.32 |
| 351 | 2026-07-20T10:27:47.418Z | Downloaded circular v0.3.0 |
| 352 | 2026-07-20T10:27:47.421Z | Downloaded anyhow v1.0.103 |
| 353 | 2026-07-20T10:27:47.424Z | Downloaded dtor-proc-macro v0.0.13 |
| 354 | 2026-07-20T10:27:47.427Z | Downloaded futures-io v0.3.32 |
| 355 | 2026-07-20T10:27:47.430Z | Downloaded futures-macro v0.3.32 |
| 356 | 2026-07-20T10:27:47.430Z | Downloaded futures-sink v0.3.32 |
| 357 | 2026-07-20T10:27:47.430Z | Downloaded dtor v0.8.1 |
| 358 | 2026-07-20T10:27:47.435Z | Downloaded ctor-proc-macro v0.0.13 |
| 359 | 2026-07-20T10:27:47.438Z | Downloaded typeid v1.0.3 |
| 360 | 2026-07-20T10:27:47.438Z | Downloaded futures-executor v0.3.32 |
| 361 | 2026-07-20T10:27:47.441Z | Downloaded rusticata-macros v5.0.0 |
| 362 | 2026-07-20T10:27:47.444Z | Downloaded futures-task v0.3.32 |
| 363 | 2026-07-20T10:27:47.444Z | Downloaded cookie-factory v0.3.3 |
| 364 | 2026-07-20T10:27:47.446Z | Downloaded ctor v0.10.1 |
| 365 | 2026-07-20T10:27:47.446Z | Downloaded slab v0.4.12 |
| 366 | 2026-07-20T10:27:47.446Z | Downloaded pin-project-lite v0.2.17 |
| 367 | 2026-07-20T10:27:47.449Z | Downloaded link-section v0.2.1 |
| 368 | 2026-07-20T10:27:47.453Z | Downloaded once_cell v1.21.4 |
| 369 | 2026-07-20T10:27:47.456Z | Downloaded futures-channel v0.3.32 |
| 370 | 2026-07-20T10:27:47.461Z | Downloaded futures v0.3.32 |
| 371 | 2026-07-20T10:27:47.479Z | Downloaded ron v0.12.2 |
| 372 | 2026-07-20T10:27:47.484Z | Downloaded nom v8.0.0 |
| 373 | 2026-07-20T10:27:47.488Z | Downloaded futures-util v0.3.32 |
| 374 | 2026-07-20T10:27:47.492Z | Downloaded pcap-parser v0.17.0 |
| 375 | 2026-07-20T10:27:47.543Z | Compiling proc-macro2 v1.0.106 |
| 376 | 2026-07-20T10:27:47.543Z | Compiling quote v1.0.46 |
| 377 | 2026-07-20T10:27:47.546Z | Compiling unicode-ident v1.0.24 |
| 378 | 2026-07-20T10:27:47.546Z | Compiling memchr v2.8.2 |
| 379 | 2026-07-20T10:27:47.546Z | Compiling thiserror v2.0.18 |
| 380 | 2026-07-20T10:27:47.546Z | Compiling serde_core v1.0.228 |
| 381 | 2026-07-20T10:27:47.546Z | Compiling zerocopy v0.8.52 |
| 382 | 2026-07-20T10:27:47.567Z | Compiling zmij v1.0.21 |
| 383 | 2026-07-20T10:27:47.889Z | Compiling libc v0.2.186 |
| 384 | 2026-07-20T10:27:47.915Z | Compiling ident_case v1.0.1 |
| 385 | 2026-07-20T10:27:47.921Z | Compiling ucd-trie v0.1.7 |
| 386 | 2026-07-20T10:27:47.967Z | Compiling serde_json v1.0.150 |
| 387 | 2026-07-20T10:27:48.025Z | Compiling strsim v0.11.1 |
| 388 | 2026-07-20T10:27:48.109Z | Compiling pest v2.8.7 |
| 389 | 2026-07-20T10:27:48.135Z | Compiling serde v1.0.228 |
| 390 | 2026-07-20T10:27:48.439Z | Compiling fnv v1.0.7 |
| 391 | 2026-07-20T10:27:48.562Z | Compiling aho-corasick v1.1.4 |
| 392 | 2026-07-20T10:27:48.572Z | Compiling regex-syntax v0.8.11 |
| 393 | 2026-07-20T10:27:48.746Z | Compiling itoa v1.0.18 |
| 394 | 2026-07-20T10:27:48.816Z | Checking byteorder v1.5.0 |
| 395 | 2026-07-20T10:27:48.913Z | Compiling syn v2.0.118 |
| 396 | 2026-07-20T10:27:49.269Z | Compiling pest_meta v2.8.7 |
| 397 | 2026-07-20T10:27:49.385Z | Compiling either v1.16.0 |
| 398 | 2026-07-20T10:27:49.406Z | Compiling usdt-impl v0.6.0 |
| 399 | 2026-07-20T10:27:49.482Z | Checking bitflags v2.13.0 |
| 400 | 2026-07-20T10:27:49.585Z | Compiling itertools v0.14.0 |
| 401 | 2026-07-20T10:27:49.845Z | Compiling thread-id v5.1.0 |
| 402 | 2026-07-20T10:27:49.995Z | Compiling regex-automata v0.4.14 |
| 403 | 2026-07-20T10:27:50.320Z | Checking plain v0.2.3 |
| 404 | 2026-07-20T10:27:50.351Z | Checking log v0.4.33 |
| 405 | 2026-07-20T10:27:50.412Z | Compiling heapless v0.8.0 |
| 406 | 2026-07-20T10:27:50.495Z | Checking futures-core v0.3.32 |
| 407 | 2026-07-20T10:27:50.613Z | Checking futures-sink v0.3.32 |
| 408 | 2026-07-20T10:27:50.701Z | Checking futures-channel v0.3.32 |
| 409 | 2026-07-20T10:27:50.859Z | Checking hash32 v0.3.1 |
| 410 | 2026-07-20T10:27:50.886Z | Compiling smoltcp v0.11.0 |
| 411 | 2026-07-20T10:27:50.976Z | Checking futures-task v0.3.32 |
| 412 | 2026-07-20T10:27:51.093Z | Checking slab v0.4.12 |
| 413 | 2026-07-20T10:27:51.107Z | Checking pretty-hex v0.4.2 |
| 414 | 2026-07-20T10:27:51.208Z | Checking pin-project-lite v0.2.17 |
| 415 | 2026-07-20T10:27:51.211Z | Checking stable_deref_trait v1.2.1 |
| 416 | 2026-07-20T10:27:51.215Z | Checking cfg-if v1.0.4 |
| 417 | 2026-07-20T10:27:51.229Z | Checking futures-io v0.3.32 |
| 418 | 2026-07-20T10:27:51.239Z | Checking macaddr v1.0.1 |
| 419 | 2026-07-20T10:27:51.333Z | Compiling pest_generator v2.8.7 |
| 420 | 2026-07-20T10:27:51.350Z | Compiling darling_core v0.21.3 |
| 421 | 2026-07-20T10:27:51.374Z | Compiling darling_core v0.23.0 |
| 422 | 2026-07-20T10:27:51.634Z | Compiling version_check v0.9.5 |
| 423 | 2026-07-20T10:27:51.774Z | Compiling regex v1.12.4 |
| 424 | 2026-07-20T10:27:51.896Z | Compiling ref-cast v1.0.25 |
| 425 | 2026-07-20T10:27:51.931Z | Checking managed v0.8.0 |
| 426 | 2026-07-20T10:27:52.111Z | Compiling crc32fast v1.5.0 |
| 427 | 2026-07-20T10:27:52.157Z | Checking bitflags v1.3.2 |
| 428 | 2026-07-20T10:27:52.231Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 429 | 2026-07-20T10:27:52.427Z | Checking memmap2 v0.9.11 |
| 430 | 2026-07-20T10:27:52.482Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 431 | 2026-07-20T10:27:52.507Z | Compiling serde_derive v1.0.228 |
| 432 | 2026-07-20T10:27:52.531Z | Compiling thiserror-impl v2.0.18 |
| 433 | 2026-07-20T10:27:52.582Z | Compiling zerocopy-derive v0.8.52 |
| 434 | 2026-07-20T10:27:52.792Z | Compiling pest_derive v2.8.7 |
| 435 | 2026-07-20T10:27:53.312Z | Compiling scroll_derive v0.13.1 |
| 436 | 2026-07-20T10:27:53.315Z | Compiling futures-macro v0.3.32 |
| 437 | 2026-07-20T10:27:53.447Z | Compiling ref-cast-impl v1.0.25 |
| 438 | 2026-07-20T10:27:53.471Z | Compiling darling_macro v0.23.0 |
| 439 | 2026-07-20T10:27:53.483Z | Compiling darling_macro v0.21.3 |
| 440 | 2026-07-20T10:27:53.960Z | Compiling dtrace-parser v0.3.0 |
| 441 | 2026-07-20T10:27:54.036Z | Checking cobs v0.3.0 |
| 442 | 2026-07-20T10:27:54.050Z | Compiling darling v0.21.3 |
| 443 | 2026-07-20T10:27:54.115Z | Checking scroll v0.13.0 |
| 444 | 2026-07-20T10:27:54.119Z | Checking futures-util v0.3.32 |
| 445 | 2026-07-20T10:27:54.122Z | Compiling ingot-macros v0.1.1 |
| 446 | 2026-07-20T10:27:54.334Z | Checking goblin v0.10.7 |
| 447 | 2026-07-20T10:27:54.408Z | Compiling darling v0.23.0 |
| 448 | 2026-07-20T10:27:54.561Z | Checking ipnetwork v0.21.1 |
| 449 | 2026-07-20T10:27:54.633Z | Checking unicode-width v0.2.2 |
| 450 | 2026-07-20T10:27:54.732Z | Checking itertools v0.15.0 |
| 451 | 2026-07-20T10:27:54.878Z | Checking tabwriter v1.4.1 |
| 452 | 2026-07-20T10:27:55.020Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 453 | 2026-07-20T10:27:55.621Z | Checking postcard v1.1.3 |
| 454 | 2026-07-20T10:27:55.822Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 455 | 2026-07-20T10:27:55.937Z | Compiling serde_tokenstream v0.2.3 |
| 456 | 2026-07-20T10:27:56.033Z | Checking futures-executor v0.3.32 |
| 457 | 2026-07-20T10:27:56.107Z | Checking nom v8.0.0 |
| 458 | 2026-07-20T10:27:56.178Z | Checking futures v0.3.32 |
| 459 | 2026-07-20T10:27:56.212Z | Compiling typeid v1.0.3 |
| 460 | 2026-07-20T10:27:56.240Z | Checking dyn-clone v1.0.20 |
| 461 | 2026-07-20T10:27:56.337Z | Compiling anyhow v1.0.103 |
| 462 | 2026-07-20T10:27:56.397Z | Checking cookie-factory v0.3.3 |
| 463 | 2026-07-20T10:27:56.526Z | Checking uuid v1.23.4 |
| 464 | 2026-07-20T10:27:56.647Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 465 | 2026-07-20T10:27:56.711Z | Compiling dtor-proc-macro v0.0.13 |
| 466 | 2026-07-20T10:27:56.763Z | Checking ingot-types v0.1.2 |
| 467 | 2026-07-20T10:27:56.775Z | Compiling dof v0.4.0 |
| 468 | 2026-07-20T10:27:56.792Z | Checking circular v0.3.0 |
| 469 | 2026-07-20T10:27:56.952Z | Compiling ctor-proc-macro v0.0.13 |
| 470 | 2026-07-20T10:27:56.987Z | Checking once_cell v1.21.4 |
| 471 | 2026-07-20T10:27:57.033Z | Checking link-section v0.2.1 |
| 472 | 2026-07-20T10:27:57.050Z | Checking dtor v0.8.1 |
| 473 | 2026-07-20T10:27:57.092Z | Checking ingot v0.1.1 |
| 474 | 2026-07-20T10:27:57.116Z | Checking ron v0.12.2 |
| 475 | 2026-07-20T10:27:57.275Z | Checking ctor v0.10.1 |
| 476 | 2026-07-20T10:27:57.719Z | Compiling usdt-macro v0.6.0 |
| 477 | 2026-07-20T10:27:57.719Z | Compiling usdt-attr-macro v0.6.0 |
| 478 | 2026-07-20T10:27:58.009Z | Checking rusticata-macros v5.0.0 |
| 479 | 2026-07-20T10:27:58.130Z | Checking pcap-parser v0.17.0 |
| 480 | 2026-07-20T10:27:58.376Z | Checking usdt v0.6.0 |
| 481 | 2026-07-20T10:27:58.637Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 482 | 2026-07-20T10:28:03.051Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 483 | 2026-07-20T10:28:04.727Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 484 | 2026-07-20T10:28:07.050Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.81s |
| 485 | 2026-07-20T10:28:07.084Z | |
| 486 | 2026-07-20T10:28:07.087Z | real 19.890899821 |
| 487 | 2026-07-20T10:28:07.087Z | user 1:13.301632327 |
| 488 | 2026-07-20T10:28:07.087Z | sys 15.348720526 |
| 489 | 2026-07-20T10:28:07.087Z | trap 0.038283820 |
| 490 | 2026-07-20T10:28:07.087Z | tflt 0.108245577 |
| 491 | 2026-07-20T10:28:07.088Z | dflt 0.208557559 |
| 492 | 2026-07-20T10:28:07.088Z | kflt 0.000014170 |
| 493 | 2026-07-20T10:28:07.088Z | lock 4:46.589249555 |
| 494 | 2026-07-20T10:28:07.088Z | slp 3:53.326203441 |
| 495 | 2026-07-20T10:28:07.088Z | lat 4.249002229 |
| 496 | 2026-07-20T10:28:07.088Z | stop 9.913864890 |
| 497 | 2026-07-20T10:28:07.088Z | + header 'analyze no_std + engine + kernel' |
| 498 | 2026-07-20T10:28:07.088Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 499 | 2026-07-20T10:28:07.088Z | # ==== analyze no_std + engine + kernel ==== # |
| 500 | 2026-07-20T10:28:07.088Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel |
| 501 | 2026-07-20T10:28:07.256Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 502 | 2026-07-20T10:28:07.256Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 503 | 2026-07-20T10:28:07.256Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 504 | 2026-07-20T10:28:07.259Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 505 | 2026-07-20T10:28:07.471Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 506 | 2026-07-20T10:28:10.516Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 507 | 2026-07-20T10:28:11.644Z | Finished `dev` profile [optimized + debuginfo] target(s) in 4.51s |
| 508 | 2026-07-20T10:28:11.669Z | |
| 509 | 2026-07-20T10:28:11.672Z | real 4.578079485 |
| 510 | 2026-07-20T10:28:11.672Z | user 4.708591847 |
| 511 | 2026-07-20T10:28:11.672Z | sys 0.942946226 |
| 512 | 2026-07-20T10:28:11.672Z | trap 0.000562980 |
| 513 | 2026-07-20T10:28:11.672Z | tflt 0.021592844 |
| 514 | 2026-07-20T10:28:11.672Z | dflt 0.002070570 |
| 515 | 2026-07-20T10:28:11.673Z | kflt 0.000000000 |
| 516 | 2026-07-20T10:28:11.673Z | lock 18.278933029 |
| 517 | 2026-07-20T10:28:11.673Z | slp 17.701688052 |
| 518 | 2026-07-20T10:28:11.674Z | lat 0.006650920 |
| 519 | 2026-07-20T10:28:11.674Z | stop 0.207090669 |
| 520 | 2026-07-20T10:28:11.674Z | + header test |
| 521 | 2026-07-20T10:28:11.674Z | + echo '# ==== test ==== #' |
| 522 | 2026-07-20T10:28:11.674Z | + ptime -m cargo test |
| 523 | 2026-07-20T10:28:11.674Z | # ==== test ==== # |
| 524 | 2026-07-20T10:28:11.825Z | Compiling memchr v2.8.2 |
| 525 | 2026-07-20T10:28:11.828Z | Compiling serde_core v1.0.228 |
| 526 | 2026-07-20T10:28:11.849Z | Compiling thiserror v2.0.18 |
| 527 | 2026-07-20T10:28:11.852Z | Compiling zerocopy v0.8.52 |
| 528 | 2026-07-20T10:28:11.855Z | Compiling byteorder v1.5.0 |
| 529 | 2026-07-20T10:28:11.855Z | Compiling unicode-ident v1.0.24 |
| 530 | 2026-07-20T10:28:11.858Z | Compiling libc v0.2.186 |
| 531 | 2026-07-20T10:28:11.859Z | Compiling zmij v1.0.21 |
| 532 | 2026-07-20T10:28:11.932Z | Compiling proc-macro2 v1.0.106 |
| 533 | 2026-07-20T10:28:11.980Z | Compiling scroll v0.13.0 |
| 534 | 2026-07-20T10:28:12.063Z | Compiling plain v0.2.3 |
| 535 | 2026-07-20T10:28:12.159Z | Compiling futures-core v0.3.32 |
| 536 | 2026-07-20T10:28:12.201Z | Compiling itoa v1.0.18 |
| 537 | 2026-07-20T10:28:12.218Z | Compiling futures-sink v0.3.32 |
| 538 | 2026-07-20T10:28:12.246Z | Compiling log v0.4.33 |
| 539 | 2026-07-20T10:28:12.311Z | Compiling ucd-trie v0.1.7 |
| 540 | 2026-07-20T10:28:12.315Z | Compiling futures-channel v0.3.32 |
| 541 | 2026-07-20T10:28:12.455Z | Compiling pest v2.8.7 |
| 542 | 2026-07-20T10:28:12.478Z | Compiling goblin v0.10.7 |
| 543 | 2026-07-20T10:28:12.539Z | Compiling quote v1.0.46 |
| 544 | 2026-07-20T10:28:13.006Z | Compiling hash32 v0.3.1 |
| 545 | 2026-07-20T10:28:13.169Z | Compiling macaddr v1.0.1 |
| 546 | 2026-07-20T10:28:13.172Z | Compiling pretty-hex v0.4.2 |
| 547 | 2026-07-20T10:28:13.298Z | Compiling slab v0.4.12 |
| 548 | 2026-07-20T10:28:13.400Z | Compiling stable_deref_trait v1.2.1 |
| 549 | 2026-07-20T10:28:13.418Z | Compiling futures-task v0.3.32 |
| 550 | 2026-07-20T10:28:13.468Z | Compiling futures-io v0.3.32 |
| 551 | 2026-07-20T10:28:13.476Z | Compiling pin-project-lite v0.2.17 |
| 552 | 2026-07-20T10:28:13.565Z | Compiling cfg-if v1.0.4 |
| 553 | 2026-07-20T10:28:13.609Z | Compiling serde v1.0.228 |
| 554 | 2026-07-20T10:28:13.625Z | Compiling bitflags v2.13.0 |
| 555 | 2026-07-20T10:28:13.651Z | Compiling serde_json v1.0.150 |
| 556 | 2026-07-20T10:28:13.854Z | Compiling futures-util v0.3.32 |
| 557 | 2026-07-20T10:28:14.034Z | Compiling dtrace-parser v0.3.0 |
| 558 | 2026-07-20T10:28:14.157Z | Compiling heapless v0.8.0 |
| 559 | 2026-07-20T10:28:14.249Z | Compiling syn v2.0.118 |
| 560 | 2026-07-20T10:28:14.603Z | Compiling thread-id v5.1.0 |
| 561 | 2026-07-20T10:28:14.679Z | Compiling ingot-types v0.1.2 |
| 562 | 2026-07-20T10:28:14.690Z | Compiling cobs v0.3.0 |
| 563 | 2026-07-20T10:28:14.812Z | Compiling managed v0.8.0 |
| 564 | 2026-07-20T10:28:14.961Z | Compiling bitflags v1.3.2 |
| 565 | 2026-07-20T10:28:15.028Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 566 | 2026-07-20T10:28:15.038Z | Compiling smoltcp v0.11.0 |
| 567 | 2026-07-20T10:28:15.072Z | Compiling ingot v0.1.1 |
| 568 | 2026-07-20T10:28:15.252Z | Compiling postcard v1.1.3 |
| 569 | 2026-07-20T10:28:15.600Z | Compiling dof v0.4.0 |
| 570 | 2026-07-20T10:28:16.594Z | Compiling futures-executor v0.3.32 |
| 571 | 2026-07-20T10:28:16.758Z | Compiling usdt-impl v0.6.0 |
| 572 | 2026-07-20T10:28:17.177Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 573 | 2026-07-20T10:28:17.272Z | Compiling memmap2 v0.9.11 |
| 574 | 2026-07-20T10:28:17.570Z | Compiling either v1.16.0 |
| 575 | 2026-07-20T10:28:17.600Z | Compiling unicode-width v0.2.2 |
| 576 | 2026-07-20T10:28:17.752Z | Compiling ipnetwork v0.21.1 |
| 577 | 2026-07-20T10:28:17.814Z | Compiling itertools v0.15.0 |
| 578 | 2026-07-20T10:28:17.905Z | Compiling tabwriter v1.4.1 |
| 579 | 2026-07-20T10:28:18.252Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 580 | 2026-07-20T10:28:18.343Z | Compiling ref-cast v1.0.25 |
| 581 | 2026-07-20T10:28:18.441Z | Compiling usdt v0.6.0 |
| 582 | 2026-07-20T10:28:18.847Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 583 | 2026-07-20T10:28:19.064Z | Compiling futures v0.3.32 |
| 584 | 2026-07-20T10:28:19.174Z | Compiling crc32fast v1.5.0 |
| 585 | 2026-07-20T10:28:19.256Z | Compiling nom v8.0.0 |
| 586 | 2026-07-20T10:28:19.416Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 587 | 2026-07-20T10:28:19.494Z | Compiling dyn-clone v1.0.20 |
| 588 | 2026-07-20T10:28:19.560Z | Compiling cookie-factory v0.3.3 |
| 589 | 2026-07-20T10:28:19.657Z | Compiling uuid v1.23.4 |
| 590 | 2026-07-20T10:28:19.878Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 591 | 2026-07-20T10:28:20.114Z | Compiling circular v0.3.0 |
| 592 | 2026-07-20T10:28:20.246Z | Compiling dtor v0.8.1 |
| 593 | 2026-07-20T10:28:20.267Z | Compiling anyhow v1.0.103 |
| 594 | 2026-07-20T10:28:20.329Z | Compiling typeid v1.0.3 |
| 595 | 2026-07-20T10:28:20.365Z | Compiling once_cell v1.21.4 |
| 596 | 2026-07-20T10:28:20.435Z | Compiling link-section v0.2.1 |
| 597 | 2026-07-20T10:28:20.528Z | Compiling ctor v0.10.1 |
| 598 | 2026-07-20T10:28:20.580Z | Compiling ron v0.12.2 |
| 599 | 2026-07-20T10:28:21.800Z | Compiling rusticata-macros v5.0.0 |
| 600 | 2026-07-20T10:28:22.123Z | Compiling pcap-parser v0.17.0 |
| 601 | 2026-07-20T10:28:24.524Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 602 | 2026-07-20T10:28:26.921Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 603 | 2026-07-20T10:29:05.559Z | Finished `test` profile [optimized + debuginfo] target(s) in 53.87s |
| 604 | 2026-07-20T10:29:05.575Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-6473ed6cfdcd49b2) |
| 605 | 2026-07-20T10:29:05.579Z | |
| 606 | 2026-07-20T10:29:05.579Z | running 15 tests |
| 607 | 2026-07-20T10:29:05.579Z | test api::tests::parse_bad_address ... ok |
| 608 | 2026-07-20T10:29:05.579Z | test api::tests::parse_good_proto_filter ... ok |
| 609 | 2026-07-20T10:29:05.579Z | test cfg::tests::test_required_nat_space ... ok |
| 610 | 2026-07-20T10:29:05.579Z | test api::tests::parse_bad_proto_filter ... ok |
| 611 | 2026-07-20T10:29:05.579Z | test api::tests::parse_good_address ... ok |
| 612 | 2026-07-20T10:29:05.579Z | test api::tests::ports_from_str_bad ... ok |
| 613 | 2026-07-20T10:29:05.579Z | test api::tests::ports_from_str_good ... ok |
| 614 | 2026-07-20T10:29:05.579Z | test cfg::tests::test_required_nat_space_only_ipv4 ... ok |
| 615 | 2026-07-20T10:29:05.579Z | test cfg::tests::test_required_nat_space_only_ipv6 ... ok |
| 616 | 2026-07-20T10:29:05.579Z | test engine::geneve::test::option_packet_length_with_known_options ... ok |
| 617 | 2026-07-20T10:29:05.579Z | test engine::geneve::test::parse_multi_opt ... ok |
| 618 | 2026-07-20T10:29:05.579Z | test engine::geneve::test::parse_multicast_replication_values ... ok |
| 619 | 2026-07-20T10:29:05.579Z | test engine::geneve::test::parse_single_opt ... ok |
| 620 | 2026-07-20T10:29:05.579Z | test engine::geneve::test::unknown_crit_option_fails ... ok |
| 621 | 2026-07-20T10:29:05.582Z | test engine::firewall::tests::port_predicate_simplification ... ok |
| 622 | 2026-07-20T10:29:05.582Z | |
| 623 | 2026-07-20T10:29:05.582Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 624 | 2026-07-20T10:29:05.582Z | |
| 625 | 2026-07-20T10:29:05.582Z | Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-991820f5753ce603) |
| 626 | 2026-07-20T10:29:05.582Z | |
| 627 | 2026-07-20T10:29:05.582Z | running 4 tests |
| 628 | 2026-07-20T10:29:05.586Z | test firewall_external_inbound ... ok |
| 629 | 2026-07-20T10:29:05.586Z | test firewall_vni_outbound ... ok |
| 630 | 2026-07-20T10:29:05.586Z | test firewall_vni_inbound ... ok |
| 631 | 2026-07-20T10:29:05.586Z | test firewall_replace_rules ... ok |
| 632 | 2026-07-20T10:29:05.586Z | |
| 633 | 2026-07-20T10:29:05.586Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 634 | 2026-07-20T10:29:05.586Z | |
| 635 | 2026-07-20T10:29:05.586Z | Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-71fa3c84d431769c) |
| 636 | 2026-07-20T10:29:05.586Z | |
| 637 | 2026-07-20T10:29:05.586Z | running 2 tests |
| 638 | 2026-07-20T10:29:05.589Z | test parse_in_regression ... ok |
| 639 | 2026-07-20T10:29:05.589Z | test parse_out_regression ... ok |
| 640 | 2026-07-20T10:29:05.589Z | |
| 641 | 2026-07-20T10:29:05.589Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 642 | 2026-07-20T10:29:05.589Z | |
| 643 | 2026-07-20T10:29:05.589Z | Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-363484a814622a16) |
| 644 | 2026-07-20T10:29:05.589Z | |
| 645 | 2026-07-20T10:29:05.589Z | running 48 tests |
| 646 | 2026-07-20T10:29:05.589Z | test bad_ip_len ... ok |
| 647 | 2026-07-20T10:29:05.593Z | test check_layers ... ok |
| 648 | 2026-07-20T10:29:05.593Z | test add_remove_fw_rule ... ok |
| 649 | 2026-07-20T10:29:05.593Z | test arp_gateway ... ok |
| 650 | 2026-07-20T10:29:05.593Z | test external_attached_subnets_cannot_reach_internal ... ok |
| 651 | 2026-07-20T10:29:05.593Z | test external_attached_subnets_dont_apply_nat ... ok |
| 652 | 2026-07-20T10:29:05.593Z | test anti_spoof ... ok |
| 653 | 2026-07-20T10:29:05.593Z | test ephemeral_ip_preferred_over_snat_outbound ... ok |
| 654 | 2026-07-20T10:29:05.593Z | test flow_expiration ... ok |
| 655 | 2026-07-20T10:29:05.593Z | test early_tcp_invalidation ... ok |
| 656 | 2026-07-20T10:29:05.593Z | test external_ip_epoch_affinity_preserved ... ok |
| 657 | 2026-07-20T10:29:05.593Z | test gateway_icmp4_ping ... ok |
| 658 | 2026-07-20T10:29:05.593Z | test gateway_icmpv6_ping ... ok |
| 659 | 2026-07-20T10:29:05.594Z | test gateway_router_advert_reply ... ok |
| 660 | 2026-07-20T10:29:05.594Z | test external_ip_reconfigurable ... ok |
| 661 | 2026-07-20T10:29:05.594Z | test guest_to_internet_ipv4 ... ok |
| 662 | 2026-07-20T10:29:05.594Z | test guest_to_guest_no_route ... ok |
| 663 | 2026-07-20T10:29:05.594Z | test guest_to_guest_diff_vpc_no_peer ... ok |
| 664 | 2026-07-20T10:29:05.594Z | test guest_to_internet_ipv6 ... ok |
| 665 | 2026-07-20T10:29:05.594Z | test guest_to_guest ... ok |
| 666 | 2026-07-20T10:29:05.594Z | test icmp_inner_has_nat_applied ... ok |
| 667 | 2026-07-20T10:29:05.594Z | test inbound_ndp_dropped_at_gateway ... ok |
| 668 | 2026-07-20T10:29:05.594Z | test external_ip_receive_and_reply_on_all ... ok |
| 669 | 2026-07-20T10:29:05.594Z | test icmpv6_inner_has_nat_applied ... ok |
| 670 | 2026-07-20T10:29:05.594Z | test intra_subnet_routes_with_custom ... ok |
| 671 | 2026-07-20T10:29:05.594Z | test outbound_ndp_dropped ... ok |
| 672 | 2026-07-20T10:29:05.594Z | test external_ip_balanced_over_floating_ips ... ok |
| 673 | 2026-07-20T10:29:05.594Z | test packet_body_pullup ... ok |
| 674 | 2026-07-20T10:29:05.594Z | test no_panic_on_flow_table_full ... ok |
| 675 | 2026-07-20T10:29:05.594Z | test internal_attached_subnets ... ok |
| 676 | 2026-07-20T10:29:05.594Z | test port_transition_reset ... ok |
| 677 | 2026-07-20T10:29:05.594Z | test port_transition_running ... ok |
| 678 | 2026-07-20T10:29:05.594Z | test port_transition_pause ... ok |
| 679 | 2026-07-20T10:29:05.595Z | test port_as_router_target ... ok |
| 680 | 2026-07-20T10:29:05.595Z | test tcp_invalidation_does_not_block_connection ... ok |
| 681 | 2026-07-20T10:29:05.595Z | test test_drop_on_unknown_critical_option ... ok |
| 682 | 2026-07-20T10:29:05.595Z | test select_eip_conditioned_on_igw ... ok |
| 683 | 2026-07-20T10:29:05.595Z | test snat_icmp4_echo_rewrite ... ok |
| 684 | 2026-07-20T10:29:05.596Z | test snat_icmp6_echo_rewrite ... ok |
| 685 | 2026-07-20T10:29:05.596Z | test tcp_outbound ... ok |
| 686 | 2026-07-20T10:29:05.596Z | test test_gateway_neighbor_advert_reply ... ok |
| 687 | 2026-07-20T10:29:05.596Z | test test_ipv6_multicast_encapsulation ... ok |
| 688 | 2026-07-20T10:29:05.596Z | test tcp_inbound ... ok |
| 689 | 2026-07-20T10:29:05.596Z | test test_tcp_multicast_denied ... ok |
| 690 | 2026-07-20T10:29:05.596Z | test test_v6_ext_hdr_geneve_offset_ok ... ok |
| 691 | 2026-07-20T10:29:05.597Z | test test_reply_to_dhcpv6_solicit_or_request ... ok |
| 692 | 2026-07-20T10:29:05.597Z | test uft_lft_invalidation_out ... ok |
| 693 | 2026-07-20T10:29:05.597Z | test uft_lft_invalidation_in ... ok |
| 694 | 2026-07-20T10:29:05.597Z | |
| 695 | 2026-07-20T10:29:05.597Z | test result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 696 | 2026-07-20T10:29:05.597Z | |
| 697 | 2026-07-20T10:29:05.597Z | Doc-tests oxide_vpc |
| 698 | 2026-07-20T10:29:05.888Z | |
| 699 | 2026-07-20T10:29:05.888Z | running 0 tests |
| 700 | 2026-07-20T10:29:05.888Z | |
| 701 | 2026-07-20T10:29:05.888Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 702 | 2026-07-20T10:29:05.888Z | |
| 703 | 2026-07-20T10:29:05.917Z | |
| 704 | 2026-07-20T10:29:05.917Z | real 54.235643770 |
| 705 | 2026-07-20T10:29:05.917Z | user 3:18.713955295 |
| 706 | 2026-07-20T10:29:05.917Z | sys 12.039900593 |
| 707 | 2026-07-20T10:29:05.917Z | trap 0.093735092 |
| 708 | 2026-07-20T10:29:05.917Z | tflt 0.161346093 |
| 709 | 2026-07-20T10:29:05.918Z | dflt 0.233961117 |
| 710 | 2026-07-20T10:29:05.918Z | kflt 0.000025770 |
| 711 | 2026-07-20T10:29:05.918Z | lock 13:51.867617759 |
| 712 | 2026-07-20T10:29:05.918Z | slp 6:47.138811388 |
| 713 | 2026-07-20T10:29:05.918Z | lat 7.400541382 |
| 714 | 2026-07-20T10:29:05.918Z | stop 5.832078228 |
| 715 | 2026-07-20T10:29:05.922Z | process exited: duration 118597 ms, exit code 0 |
| |
| 716 | 2026-07-20T10:29:05.929Z | found 0 output files |