|
|
|
| 1 | 2026-07-13T08:41:51.893Z | job assigned to worker 01KXDA5ZXV4BH0PQEA3BYS51AX [factory aws, i-081423d1e1c5f870d] (queued for 58 s) |
| |
| 2 | 2026-07-13T08:41:58.175Z | starting task 0: "setup" |
| 3 | 2026-07-13T08:41:58.182Z | ++ uname -s |
| 4 | 2026-07-13T08:41:58.185Z | + kern=SunOS |
| 5 | 2026-07-13T08:41:58.185Z | + build_user=build |
| 6 | 2026-07-13T08:41:58.185Z | + build_uid=12345 |
| 7 | 2026-07-13T08:41:58.185Z | + work_dir=/work |
| 8 | 2026-07-13T08:41:58.185Z | + input_dir=/input |
| 9 | 2026-07-13T08:41:58.185Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-13T08:41:58.185Z | + case "$kern" in |
| 11 | 2026-07-13T08:41:58.185Z | + groupadd -g 12345 build |
| 12 | 2026-07-13T08:41:58.188Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-13T08:42:00.192Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-13T08:42:00.315Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-13T08:42:00.318Z | + home_fs=zfs |
| 16 | 2026-07-13T08:42:00.318Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-13T08:42:00.318Z | + mkdir -p /home/build |
| 18 | 2026-07-13T08:42:00.318Z | + chown build:build /home/build /work |
| 19 | 2026-07-13T08:42:02.320Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-13T08:42:02.323Z | process exited: duration 4148 ms, exit code 0 |
| |
| 21 | 2026-07-13T08:42:02.328Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-13T08:42:02.333Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-13T08:42:02.333Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-13T08:42:02.333Z | * rust toolchain profile = "default" |
| 25 | 2026-07-13T08:42:02.333Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-13T08:42:02.333Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-13T08:42:02.334Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-13T08:42:02.336Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-13T08:42:02.336Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-13T08:42:02.416Z | info: downloading installer |
| 31 | 2026-07-13T08:42:03.701Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-13T08:42:03.701Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-13T08:42:03.701Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-13T08:42:03.701Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-13T08:42:03.713Z | info: profile set to default |
| 36 | 2026-07-13T08:42:03.713Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-13T08:42:03.716Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-13T08:42:03.859Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-13T08:42:03.862Z | info: downloading 6 components |
| 40 | 2026-07-13T08:42:18.207Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-13T08:42:18.207Z | |
| 42 | 2026-07-13T08:42:18.237Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-13T08:42:18.237Z | |
| 44 | 2026-07-13T08:42:18.237Z | |
| 45 | 2026-07-13T08:42:18.237Z | Rust is installed now. Great! |
| 46 | 2026-07-13T08:42:18.237Z | |
| 47 | 2026-07-13T08:42:18.237Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-13T08:42:18.237Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-13T08:42:18.237Z | |
| 50 | 2026-07-13T08:42:18.237Z | To configure your current shell, you need to source |
| 51 | 2026-07-13T08:42:18.237Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-13T08:42:18.237Z | |
| 53 | 2026-07-13T08:42:18.237Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-13T08:42:18.238Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-13T08:42:18.238Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-13T08:42:18.238Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-13T08:42:18.238Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-13T08:42:18.238Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-13T08:42:18.238Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-13T08:42:18.241Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-13T08:42:18.241Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-13T08:42:18.342Z | + rustup --version |
| 63 | 2026-07-13T08:42:18.351Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-13T08:42:18.354Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-13T08:42:18.373Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-13T08:42:18.376Z | + cargo --version |
| 67 | 2026-07-13T08:42:18.390Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-13T08:42:18.392Z | + rustc --version |
| 69 | 2026-07-13T08:42:18.412Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-13T08:42:18.415Z | process exited: duration 16086 ms, exit code 0 |
| |
| 71 | 2026-07-13T08:42:18.421Z | starting task 2: "authentication" |
| 72 | 2026-07-13T08:42:18.438Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-13T08:42:18.445Z | starting task 3: "clone repository" |
| 74 | 2026-07-13T08:42:18.448Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-13T08:42:18.451Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-13T08:42:18.480Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-13T08:42:19.388Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-13T08:42:19.391Z | + git fetch origin b9b6231148b02dc08c4a93ea36a560a15af269b9 |
| 79 | 2026-07-13T08:42:19.608Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-13T08:42:19.608Z | * branch b9b6231148b02dc08c4a93ea36a560a15af269b9 -> FETCH_HEAD |
| 81 | 2026-07-13T08:42:19.614Z | + [[ -n renovate/lock-file-maintenance ]] |
| 82 | 2026-07-13T08:42:19.617Z | ++ git branch --show-current |
| 83 | 2026-07-13T08:42:19.617Z | + current=master |
| 84 | 2026-07-13T08:42:19.617Z | + [[ master != renovate/lock-file-maintenance ]] |
| 85 | 2026-07-13T08:42:19.617Z | + git branch -f renovate/lock-file-maintenance b9b6231148b02dc08c4a93ea36a560a15af269b9 |
| 86 | 2026-07-13T08:42:19.620Z | + git checkout -f renovate/lock-file-maintenance |
| 87 | 2026-07-13T08:42:19.636Z | Switched to branch 'renovate/lock-file-maintenance' |
| 88 | 2026-07-13T08:42:19.641Z | + git reset --hard b9b6231148b02dc08c4a93ea36a560a15af269b9 |
| 89 | 2026-07-13T08:42:19.653Z | HEAD is now at b9b6231 Lock file maintenance |
| 90 | 2026-07-13T08:42:19.656Z | process exited: duration 1208 ms, exit code 0 |
| |
| 91 | 2026-07-13T08:42:19.662Z | starting task 4: "build" |
| 92 | 2026-07-13T08:42:19.665Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-13T08:42:19.668Z | ++ rustup show active-toolchain |
| 94 | 2026-07-13T08:42:19.671Z | 1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-13T08:42:19.673Z | ++ pushd xde |
| 96 | 2026-07-13T08:42:19.673Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-13T08:42:19.673Z | ++ rustup show active-toolchain |
| 98 | 2026-07-13T08:42:19.677Z | info: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos |
| 99 | 2026-07-13T08:42:19.840Z | info: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29) |
| 100 | 2026-07-13T08:42:19.843Z | info: downloading 6 components |
| 101 | 2026-07-13T08:42:33.013Z | nightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-13T08:42:33.099Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-13T08:42:33.102Z | +++ head -n 1 |
| 104 | 2026-07-13T08:42:33.102Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-13T08:42:33.158Z | ++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 106 | 2026-07-13T08:42:33.158Z | ++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 107 | 2026-07-13T08:42:33.158Z | ++ popd |
| 108 | 2026-07-13T08:42:33.159Z | /work/oxidecomputer/opte |
| 109 | 2026-07-13T08:42:33.161Z | + cargo --version |
| 110 | 2026-07-13T08:42:33.168Z | cargo 1.96.1 (356927216 2026-06-26) |
| 111 | 2026-07-13T08:42:33.171Z | + rustc --version |
| 112 | 2026-07-13T08:42:33.190Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 113 | 2026-07-13T08:42:33.193Z | + cd lib/oxide-vpc |
| 114 | 2026-07-13T08:42:33.193Z | + header 'check style' |
| 115 | 2026-07-13T08:42:33.193Z | + echo '# ==== check style ==== #' |
| 116 | 2026-07-13T08:42:33.193Z | # ==== check style ==== # |
| 117 | 2026-07-13T08:42:33.193Z | + ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-07-13T08:42:33.321Z | |
| 119 | 2026-07-13T08:42:33.321Z | real 0.125437996 |
| 120 | 2026-07-13T08:42:33.321Z | user 0.087314190 |
| 121 | 2026-07-13T08:42:33.321Z | sys 0.033910391 |
| 122 | 2026-07-13T08:42:33.321Z | trap 0.000007940 |
| 123 | 2026-07-13T08:42:33.321Z | tflt 0.000007870 |
| 124 | 2026-07-13T08:42:33.325Z | dflt 0.000025720 |
| 125 | 2026-07-13T08:42:33.325Z | kflt 0.000000000 |
| 126 | 2026-07-13T08:42:33.325Z | lock 0.031606210 |
| 127 | 2026-07-13T08:42:33.325Z | slp 0.102770775 |
| 128 | 2026-07-13T08:42:33.325Z | lat 0.000751880 |
| 129 | 2026-07-13T08:42:33.325Z | stop 0.000089610 |
| 130 | 2026-07-13T08:42:33.325Z | + header 'check docs' |
| 131 | 2026-07-13T08:42:33.325Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-07-13T08:42:33.325Z | # ==== check docs ==== # |
| 133 | 2026-07-13T08:42:33.325Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-07-13T08:42:33.325Z | + ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-07-13T08:42:33.394Z | Updating crates.io index |
| 136 | 2026-07-13T08:42:33.397Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-07-13T08:42:34.040Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-07-13T08:42:34.438Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-07-13T08:42:34.753Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-07-13T08:42:35.007Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-07-13T08:42:35.255Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-07-13T08:42:35.506Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-07-13T08:42:37.267Z | Downloading crates ... |
| 144 | 2026-07-13T08:42:37.332Z | Downloaded cfg-if v1.0.4 |
| 145 | 2026-07-13T08:42:37.335Z | Downloaded cobs v0.3.0 |
| 146 | 2026-07-13T08:42:37.338Z | Downloaded aho-corasick v1.1.4 |
| 147 | 2026-07-13T08:42:37.340Z | Downloaded ingot-macros v0.1.1 |
| 148 | 2026-07-13T08:42:37.343Z | Downloaded itoa v1.0.18 |
| 149 | 2026-07-13T08:42:37.346Z | Downloaded defmt v0.3.100 |
| 150 | 2026-07-13T08:42:37.346Z | Downloaded plain v0.2.3 |
| 151 | 2026-07-13T08:42:37.349Z | Downloaded hash32 v0.3.1 |
| 152 | 2026-07-13T08:42:37.357Z | Downloaded ref-cast v1.0.25 |
| 153 | 2026-07-13T08:42:37.363Z | Downloaded defmt-parser v1.0.0 |
| 154 | 2026-07-13T08:42:37.366Z | Downloaded managed v0.8.0 |
| 155 | 2026-07-13T08:42:37.366Z | Downloaded bitflags v1.3.2 |
| 156 | 2026-07-13T08:42:37.369Z | Downloaded dtrace-parser v0.3.0 |
| 157 | 2026-07-13T08:42:37.371Z | Downloaded fnv v1.0.7 |
| 158 | 2026-07-13T08:42:37.376Z | Downloaded pretty-hex v0.4.2 |
| 159 | 2026-07-13T08:42:37.376Z | Downloaded ident_case v1.0.1 |
| 160 | 2026-07-13T08:42:37.379Z | Downloaded tabwriter v1.4.1 |
| 161 | 2026-07-13T08:42:37.384Z | Downloaded darling_macro v0.21.3 |
| 162 | 2026-07-13T08:42:37.388Z | Downloaded ipnetwork v0.21.1 |
| 163 | 2026-07-13T08:42:37.390Z | Downloaded byteorder v1.5.0 |
| 164 | 2026-07-13T08:42:37.394Z | Downloaded ingot v0.1.1 |
| 165 | 2026-07-13T08:42:37.397Z | Downloaded pest_generator v2.8.7 |
| 166 | 2026-07-13T08:42:37.400Z | Downloaded defmt-macros v1.1.1 |
| 167 | 2026-07-13T08:42:37.401Z | Downloaded ingot-types v0.1.2 |
| 168 | 2026-07-13T08:42:37.403Z | Downloaded version_check v0.9.5 |
| 169 | 2026-07-13T08:42:37.406Z | Downloaded dyn-clone v1.0.20 |
| 170 | 2026-07-13T08:42:37.406Z | Downloaded usdt v0.6.0 |
| 171 | 2026-07-13T08:42:37.408Z | Downloaded embedded-io v0.6.1 |
| 172 | 2026-07-13T08:42:37.411Z | Downloaded embedded-io v0.4.0 |
| 173 | 2026-07-13T08:42:37.414Z | Downloaded scroll_derive v0.13.1 |
| 174 | 2026-07-13T08:42:37.416Z | Downloaded ref-cast-impl v1.0.25 |
| 175 | 2026-07-13T08:42:37.416Z | Downloaded usdt-attr-macro v0.6.0 |
| 176 | 2026-07-13T08:42:37.421Z | Downloaded stable_deref_trait v1.2.1 |
| 177 | 2026-07-13T08:42:37.424Z | Downloaded usdt-macro v0.6.0 |
| 178 | 2026-07-13T08:42:37.429Z | Downloaded macaddr v1.0.1 |
| 179 | 2026-07-13T08:42:37.432Z | Downloaded dof v0.4.0 |
| 180 | 2026-07-13T08:42:37.436Z | Downloaded strsim v0.11.1 |
| 181 | 2026-07-13T08:42:37.439Z | Downloaded darling_macro v0.23.0 |
| 182 | 2026-07-13T08:42:37.441Z | Downloaded scroll v0.13.0 |
| 183 | 2026-07-13T08:42:37.453Z | Downloaded either v1.16.0 |
| 184 | 2026-07-13T08:42:37.455Z | Downloaded postcard v1.1.3 |
| 185 | 2026-07-13T08:42:37.458Z | Downloaded defmt v1.1.1 |
| 186 | 2026-07-13T08:42:37.461Z | Downloaded memmap2 v0.9.11 |
| 187 | 2026-07-13T08:42:37.464Z | Downloaded thread-id v5.1.0 |
| 188 | 2026-07-13T08:42:37.467Z | Downloaded usdt-impl v0.6.0 |
| 189 | 2026-07-13T08:42:37.473Z | Downloaded zmij v1.0.22 |
| 190 | 2026-07-13T08:42:37.476Z | Downloaded pest_derive v2.8.7 |
| 191 | 2026-07-13T08:42:37.478Z | Downloaded thiserror-impl v2.0.18 |
| 192 | 2026-07-13T08:42:37.487Z | Downloaded thiserror v2.0.18 |
| 193 | 2026-07-13T08:42:37.490Z | Downloaded quote v1.0.46 |
| 194 | 2026-07-13T08:42:37.492Z | Downloaded crc32fast v1.5.0 |
| 195 | 2026-07-13T08:42:37.495Z | Downloaded bitflags v2.13.0 |
| 196 | 2026-07-13T08:42:37.498Z | Downloaded log v0.4.33 |
| 197 | 2026-07-13T08:42:37.501Z | Downloaded pest_meta v2.8.7 |
| 198 | 2026-07-13T08:42:37.509Z | Downloaded ucd-trie v0.1.7 |
| 199 | 2026-07-13T08:42:37.514Z | Downloaded serde_tokenstream v0.2.3 |
| 200 | 2026-07-13T08:42:37.516Z | Downloaded darling v0.21.3 |
| 201 | 2026-07-13T08:42:37.529Z | Downloaded heapless v0.8.0 |
| 202 | 2026-07-13T08:42:37.532Z | Downloaded proc-macro2 v1.0.106 |
| 203 | 2026-07-13T08:42:37.535Z | Downloaded darling v0.23.0 |
| 204 | 2026-07-13T08:42:37.539Z | Downloaded serde_core v1.0.228 |
| 205 | 2026-07-13T08:42:37.542Z | Downloaded serde_derive v1.0.228 |
| 206 | 2026-07-13T08:42:37.551Z | Downloaded unicode-ident v1.0.24 |
| 207 | 2026-07-13T08:42:37.557Z | Downloaded darling_core v0.21.3 |
| 208 | 2026-07-13T08:42:37.560Z | Downloaded darling_core v0.23.0 |
| 209 | 2026-07-13T08:42:37.563Z | Downloaded pest v2.8.7 |
| 210 | 2026-07-13T08:42:37.571Z | Downloaded uuid v1.23.5 |
| 211 | 2026-07-13T08:42:37.580Z | Downloaded serde v1.0.228 |
| 212 | 2026-07-13T08:42:37.583Z | Downloaded memchr v2.8.3 |
| 213 | 2026-07-13T08:42:37.591Z | Downloaded zerocopy-derive v0.8.54 |
| 214 | 2026-07-13T08:42:37.625Z | Downloaded itertools v0.14.0 |
| 215 | 2026-07-13T08:42:37.635Z | Downloaded itertools v0.15.0 |
| 216 | 2026-07-13T08:42:37.639Z | Downloaded regex v1.13.0 |
| 217 | 2026-07-13T08:42:37.642Z | Downloaded serde_json v1.0.150 |
| 218 | 2026-07-13T08:42:37.698Z | Downloaded goblin v0.10.7 |
| 219 | 2026-07-13T08:42:37.716Z | Downloaded unicode-width v0.2.2 |
| 220 | 2026-07-13T08:42:37.719Z | Downloaded syn v2.0.118 |
| 221 | 2026-07-13T08:42:37.728Z | Downloaded smoltcp v0.11.0 |
| 222 | 2026-07-13T08:42:37.734Z | Downloaded zerocopy v0.8.54 |
| 223 | 2026-07-13T08:42:37.744Z | Downloaded regex-syntax v0.8.11 |
| 224 | 2026-07-13T08:42:37.785Z | Downloaded regex-automata v0.4.15 |
| 225 | 2026-07-13T08:42:37.802Z | Downloaded libc v0.2.186 |
| 226 | 2026-07-13T08:42:37.866Z | Compiling proc-macro2 v1.0.106 |
| 227 | 2026-07-13T08:42:37.868Z | Compiling quote v1.0.46 |
| 228 | 2026-07-13T08:42:37.868Z | Compiling unicode-ident v1.0.24 |
| 229 | 2026-07-13T08:42:37.868Z | Documenting unicode-ident v1.0.24 |
| 230 | 2026-07-13T08:42:37.869Z | Compiling strsim v0.11.1 |
| 231 | 2026-07-13T08:42:37.869Z | Compiling ident_case v1.0.1 |
| 232 | 2026-07-13T08:42:37.925Z | Compiling serde_core v1.0.228 |
| 233 | 2026-07-13T08:42:38.019Z | Compiling fnv v1.0.7 |
| 234 | 2026-07-13T08:42:38.039Z | Compiling memchr v2.8.3 |
| 235 | 2026-07-13T08:42:38.042Z | Compiling serde v1.0.228 |
| 236 | 2026-07-13T08:42:38.221Z | Compiling zerocopy v0.8.54 |
| 237 | 2026-07-13T08:42:38.278Z | Compiling regex-syntax v0.8.11 |
| 238 | 2026-07-13T08:42:38.336Z | Compiling thiserror v2.0.18 |
| 239 | 2026-07-13T08:42:38.510Z | Documenting proc-macro2 v1.0.106 |
| 240 | 2026-07-13T08:42:38.627Z | Compiling aho-corasick v1.1.4 |
| 241 | 2026-07-13T08:42:38.828Z | Checking byteorder v1.5.0 |
| 242 | 2026-07-13T08:42:38.878Z | Checking syn v2.0.118 |
| 243 | 2026-07-13T08:42:39.032Z | Compiling either v1.16.0 |
| 244 | 2026-07-13T08:42:39.093Z | Documenting quote v1.0.46 |
| 245 | 2026-07-13T08:42:39.233Z | Compiling itertools v0.14.0 |
| 246 | 2026-07-13T08:42:39.601Z | Documenting syn v2.0.118 |
| 247 | 2026-07-13T08:42:39.772Z | Compiling regex-automata v0.4.15 |
| 248 | 2026-07-13T08:42:40.045Z | Compiling heapless v0.8.0 |
| 249 | 2026-07-13T08:42:40.366Z | Checking bitflags v2.13.0 |
| 250 | 2026-07-13T08:42:40.457Z | Checking hash32 v0.3.1 |
| 251 | 2026-07-13T08:42:40.509Z | Documenting serde_core v1.0.228 |
| 252 | 2026-07-13T08:42:40.523Z | Checking macaddr v1.0.1 |
| 253 | 2026-07-13T08:42:40.564Z | Documenting memchr v2.8.3 |
| 254 | 2026-07-13T08:42:40.661Z | Checking stable_deref_trait v1.2.1 |
| 255 | 2026-07-13T08:42:40.727Z | Checking cfg-if v1.0.4 |
| 256 | 2026-07-13T08:42:40.786Z | Documenting regex-syntax v0.8.11 |
| 257 | 2026-07-13T08:42:40.958Z | Compiling smoltcp v0.11.0 |
| 258 | 2026-07-13T08:42:41.214Z | Documenting aho-corasick v1.1.4 |
| 259 | 2026-07-13T08:42:41.323Z | Checking darling_core v0.21.3 |
| 260 | 2026-07-13T08:42:41.858Z | Compiling regex v1.13.0 |
| 261 | 2026-07-13T08:42:42.241Z | Compiling darling_core v0.23.0 |
| 262 | 2026-07-13T08:42:42.277Z | Documenting regex-automata v0.4.15 |
| 263 | 2026-07-13T08:42:42.414Z | Checking bitflags v1.3.2 |
| 264 | 2026-07-13T08:42:42.478Z | Checking managed v0.8.0 |
| 265 | 2026-07-13T08:42:42.632Z | Compiling zerocopy-derive v0.8.54 |
| 266 | 2026-07-13T08:42:42.646Z | Compiling serde_derive v1.0.228 |
| 267 | 2026-07-13T08:42:42.660Z | Compiling thiserror-impl v2.0.18 |
| 268 | 2026-07-13T08:42:42.823Z | Documenting serde_derive v1.0.228 |
| 269 | 2026-07-13T08:42:43.548Z | Documenting zerocopy-derive v0.8.54 |
| 270 | 2026-07-13T08:42:43.659Z | Documenting regex v1.13.0 |
| 271 | 2026-07-13T08:42:43.836Z | Compiling darling_macro v0.21.3 |
| 272 | 2026-07-13T08:42:43.958Z | Documenting thiserror-impl v2.0.18 |
| 273 | 2026-07-13T08:42:43.994Z | Checking cobs v0.3.0 |
| 274 | 2026-07-13T08:42:44.124Z | Compiling ref-cast v1.0.25 |
| 275 | 2026-07-13T08:42:44.354Z | Compiling darling_macro v0.23.0 |
| 276 | 2026-07-13T08:42:44.420Z | Documenting byteorder v1.5.0 |
| 277 | 2026-07-13T08:42:44.428Z | Compiling darling v0.21.3 |
| 278 | 2026-07-13T08:42:44.502Z | Compiling ingot-macros v0.1.1 |
| 279 | 2026-07-13T08:42:44.531Z | Compiling crc32fast v1.5.0 |
| 280 | 2026-07-13T08:42:44.638Z | Documenting ingot-macros v0.1.1 |
| 281 | 2026-07-13T08:42:44.810Z | Documenting thiserror v2.0.18 |
| 282 | 2026-07-13T08:42:44.918Z | Documenting zerocopy v0.8.54 |
| 283 | 2026-07-13T08:42:44.981Z | Documenting hash32 v0.3.1 |
| 284 | 2026-07-13T08:42:45.347Z | Compiling ref-cast-impl v1.0.25 |
| 285 | 2026-07-13T08:42:45.523Z | Documenting serde v1.0.228 |
| 286 | 2026-07-13T08:42:45.790Z | Checking postcard v1.1.3 |
| 287 | 2026-07-13T08:42:45.845Z | Documenting bitflags v2.13.0 |
| 288 | 2026-07-13T08:42:45.953Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 289 | 2026-07-13T08:42:46.064Z | Documenting macaddr v1.0.1 |
| 290 | 2026-07-13T08:42:46.221Z | Checking ipnetwork v0.21.1 |
| 291 | 2026-07-13T08:42:46.334Z | Compiling version_check v0.9.5 |
| 292 | 2026-07-13T08:42:46.403Z | Documenting cfg-if v1.0.4 |
| 293 | 2026-07-13T08:42:46.485Z | Checking unicode-width v0.2.2 |
| 294 | 2026-07-13T08:42:46.642Z | Documenting stable_deref_trait v1.2.1 |
| 295 | 2026-07-13T08:42:46.677Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 296 | 2026-07-13T08:42:46.757Z | Documenting cobs v0.3.0 |
| 297 | 2026-07-13T08:42:46.934Z | Compiling darling v0.23.0 |
| 298 | 2026-07-13T08:42:47.007Z | Documenting managed v0.8.0 |
| 299 | 2026-07-13T08:42:47.087Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 300 | 2026-07-13T08:42:47.135Z | Checking tabwriter v1.4.1 |
| 301 | 2026-07-13T08:42:47.277Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 302 | 2026-07-13T08:42:47.285Z | Checking ingot-types v0.1.2 |
| 303 | 2026-07-13T08:42:47.298Z | Documenting heapless v0.8.0 |
| 304 | 2026-07-13T08:42:47.522Z | Documenting postcard v1.1.3 |
| 305 | 2026-07-13T08:42:47.665Z | Checking ingot v0.1.1 |
| 306 | 2026-07-13T08:42:47.849Z | Checking itertools v0.15.0 |
| 307 | 2026-07-13T08:42:48.032Z | Documenting ingot-types v0.1.2 |
| 308 | 2026-07-13T08:42:48.073Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 309 | 2026-07-13T08:42:48.144Z | Documenting ref-cast-impl v1.0.25 |
| 310 | 2026-07-13T08:42:48.262Z | Checking dyn-clone v1.0.20 |
| 311 | 2026-07-13T08:42:48.360Z | Documenting unicode-width v0.2.2 |
| 312 | 2026-07-13T08:42:48.528Z | Documenting smoltcp v0.11.0 |
| 313 | 2026-07-13T08:42:48.613Z | Documenting either v1.16.0 |
| 314 | 2026-07-13T08:42:48.639Z | Documenting ipnetwork v0.21.1 |
| 315 | 2026-07-13T08:42:48.753Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 316 | 2026-07-13T08:42:49.073Z | Documenting ingot v0.1.1 |
| 317 | 2026-07-13T08:42:49.240Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 318 | 2026-07-13T08:42:49.268Z | Documenting ref-cast v1.0.25 |
| 319 | 2026-07-13T08:42:49.490Z | Documenting tabwriter v1.4.1 |
| 320 | 2026-07-13T08:42:49.739Z | Documenting itertools v0.15.0 |
| 321 | 2026-07-13T08:42:50.005Z | Documenting crc32fast v1.5.0 |
| 322 | 2026-07-13T08:42:50.100Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 323 | 2026-07-13T08:42:50.247Z | Documenting dyn-clone v1.0.20 |
| 324 | 2026-07-13T08:42:50.808Z | Documenting uuid v1.23.5 |
| 325 | 2026-07-13T08:42:51.112Z | Checking uuid v1.23.5 |
| 326 | 2026-07-13T08:42:51.355Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 327 | 2026-07-13T08:42:51.487Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 328 | 2026-07-13T08:42:51.573Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 329 | 2026-07-13T08:42:53.995Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 330 | 2026-07-13T08:42:56.278Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 331 | 2026-07-13T08:42:57.926Z | Finished `dev` profile [optimized + debuginfo] target(s) in 24.59s |
| 332 | 2026-07-13T08:42:57.999Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
| 333 | 2026-07-13T08:42:58.023Z | |
| 334 | 2026-07-13T08:42:58.026Z | real 24.682013623 |
| 335 | 2026-07-13T08:42:58.027Z | user 1:23.835048771 |
| 336 | 2026-07-13T08:42:58.027Z | sys 17.515730386 |
| 337 | 2026-07-13T08:42:58.027Z | trap 0.046588260 |
| 338 | 2026-07-13T08:42:58.027Z | tflt 0.076927406 |
| 339 | 2026-07-13T08:42:58.027Z | dflt 0.121761351 |
| 340 | 2026-07-13T08:42:58.027Z | kflt 0.004138340 |
| 341 | 2026-07-13T08:42:58.027Z | lock 9:12.016930564 |
| 342 | 2026-07-13T08:42:58.027Z | slp 4:50.392132025 |
| 343 | 2026-07-13T08:42:58.027Z | lat 8.987447720 |
| 344 | 2026-07-13T08:42:58.027Z | stop 13.478632679 |
| 345 | 2026-07-13T08:42:58.027Z | + header 'analyze std + api + usdt' |
| 346 | 2026-07-13T08:42:58.027Z | + echo '# ==== analyze std + api + usdt ==== #' |
| 347 | 2026-07-13T08:42:58.027Z | # ==== analyze std + api + usdt ==== # |
| 348 | 2026-07-13T08:42:58.027Z | + ptime -m cargo clippy --features usdt --all-targets -- --deny warnings |
| 349 | 2026-07-13T08:42:58.211Z | Downloading crates ... |
| 350 | 2026-07-13T08:42:58.275Z | Downloaded anyhow v1.0.103 |
| 351 | 2026-07-13T08:42:58.279Z | Downloaded futures v0.3.32 |
| 352 | 2026-07-13T08:42:58.281Z | Downloaded ctor-proc-macro v0.0.13 |
| 353 | 2026-07-13T08:42:58.284Z | Downloaded rusticata-macros v5.0.0 |
| 354 | 2026-07-13T08:42:58.287Z | Downloaded link-section v0.2.1 |
| 355 | 2026-07-13T08:42:58.287Z | Downloaded futures-executor v0.3.32 |
| 356 | 2026-07-13T08:42:58.287Z | Downloaded typeid v1.0.3 |
| 357 | 2026-07-13T08:42:58.289Z | Downloaded futures-core v0.3.32 |
| 358 | 2026-07-13T08:42:58.292Z | Downloaded futures-task v0.3.32 |
| 359 | 2026-07-13T08:42:58.295Z | Downloaded futures-sink v0.3.32 |
| 360 | 2026-07-13T08:42:58.295Z | Downloaded dtor v0.8.1 |
| 361 | 2026-07-13T08:42:58.297Z | Downloaded futures-macro v0.3.32 |
| 362 | 2026-07-13T08:42:58.300Z | Downloaded futures-io v0.3.32 |
| 363 | 2026-07-13T08:42:58.300Z | Downloaded dtor-proc-macro v0.0.13 |
| 364 | 2026-07-13T08:42:58.300Z | Downloaded circular v0.3.0 |
| 365 | 2026-07-13T08:42:58.303Z | Downloaded ctor v0.10.1 |
| 366 | 2026-07-13T08:42:58.305Z | Downloaded slab v0.4.12 |
| 367 | 2026-07-13T08:42:58.305Z | Downloaded cookie-factory v0.3.3 |
| 368 | 2026-07-13T08:42:58.308Z | Downloaded once_cell v1.21.4 |
| 369 | 2026-07-13T08:42:58.312Z | Downloaded pin-project-lite v0.2.17 |
| 370 | 2026-07-13T08:42:58.315Z | Downloaded futures-channel v0.3.32 |
| 371 | 2026-07-13T08:42:58.334Z | Downloaded ron v0.12.2 |
| 372 | 2026-07-13T08:42:58.339Z | Downloaded nom v8.0.0 |
| 373 | 2026-07-13T08:42:58.341Z | Downloaded futures-util v0.3.32 |
| 374 | 2026-07-13T08:42:58.347Z | Downloaded pcap-parser v0.17.0 |
| 375 | 2026-07-13T08:42:58.400Z | Compiling proc-macro2 v1.0.106 |
| 376 | 2026-07-13T08:42:58.400Z | Compiling quote v1.0.46 |
| 377 | 2026-07-13T08:42:58.403Z | Compiling unicode-ident v1.0.24 |
| 378 | 2026-07-13T08:42:58.403Z | Compiling memchr v2.8.3 |
| 379 | 2026-07-13T08:42:58.403Z | Compiling thiserror v2.0.18 |
| 380 | 2026-07-13T08:42:58.403Z | Compiling serde_core v1.0.228 |
| 381 | 2026-07-13T08:42:58.403Z | Compiling zerocopy v0.8.54 |
| 382 | 2026-07-13T08:42:58.579Z | Compiling zmij v1.0.22 |
| 383 | 2026-07-13T08:42:58.796Z | Compiling libc v0.2.186 |
| 384 | 2026-07-13T08:42:58.806Z | Compiling strsim v0.11.1 |
| 385 | 2026-07-13T08:42:58.819Z | Compiling serde_json v1.0.150 |
| 386 | 2026-07-13T08:42:58.850Z | Compiling ucd-trie v0.1.7 |
| 387 | 2026-07-13T08:42:58.883Z | Compiling ident_case v1.0.1 |
| 388 | 2026-07-13T08:42:58.998Z | Compiling pest v2.8.7 |
| 389 | 2026-07-13T08:42:59.055Z | Compiling serde v1.0.228 |
| 390 | 2026-07-13T08:42:59.253Z | Compiling fnv v1.0.7 |
| 391 | 2026-07-13T08:42:59.440Z | Compiling aho-corasick v1.1.4 |
| 392 | 2026-07-13T08:42:59.467Z | Compiling itoa v1.0.18 |
| 393 | 2026-07-13T08:42:59.616Z | Compiling syn v2.0.118 |
| 394 | 2026-07-13T08:42:59.683Z | Compiling regex-syntax v0.8.11 |
| 395 | 2026-07-13T08:42:59.707Z | Checking byteorder v1.5.0 |
| 396 | 2026-07-13T08:43:00.083Z | Compiling pest_meta v2.8.7 |
| 397 | 2026-07-13T08:43:00.233Z | Compiling usdt-impl v0.6.0 |
| 398 | 2026-07-13T08:43:00.299Z | Compiling either v1.16.0 |
| 399 | 2026-07-13T08:43:00.338Z | Checking bitflags v2.13.0 |
| 400 | 2026-07-13T08:43:00.489Z | Compiling itertools v0.14.0 |
| 401 | 2026-07-13T08:43:00.498Z | Compiling thread-id v5.1.0 |
| 402 | 2026-07-13T08:43:00.849Z | Checking futures-sink v0.3.32 |
| 403 | 2026-07-13T08:43:01.016Z | Checking futures-core v0.3.32 |
| 404 | 2026-07-13T08:43:01.134Z | Compiling regex-automata v0.4.15 |
| 405 | 2026-07-13T08:43:01.160Z | Compiling heapless v0.8.0 |
| 406 | 2026-07-13T08:43:01.214Z | Checking log v0.4.33 |
| 407 | 2026-07-13T08:43:01.355Z | Checking plain v0.2.3 |
| 408 | 2026-07-13T08:43:01.448Z | Checking futures-channel v0.3.32 |
| 409 | 2026-07-13T08:43:01.728Z | Checking hash32 v0.3.1 |
| 410 | 2026-07-13T08:43:01.814Z | Checking pretty-hex v0.4.2 |
| 411 | 2026-07-13T08:43:01.838Z | Checking slab v0.4.12 |
| 412 | 2026-07-13T08:43:01.847Z | Checking futures-task v0.3.32 |
| 413 | 2026-07-13T08:43:01.925Z | Checking pin-project-lite v0.2.17 |
| 414 | 2026-07-13T08:43:01.982Z | Checking futures-io v0.3.32 |
| 415 | 2026-07-13T08:43:01.992Z | Checking macaddr v1.0.1 |
| 416 | 2026-07-13T08:43:02.011Z | Checking cfg-if v1.0.4 |
| 417 | 2026-07-13T08:43:02.090Z | Compiling smoltcp v0.11.0 |
| 418 | 2026-07-13T08:43:02.093Z | Checking stable_deref_trait v1.2.1 |
| 419 | 2026-07-13T08:43:02.129Z | Compiling pest_generator v2.8.7 |
| 420 | 2026-07-13T08:43:02.154Z | Compiling darling_core v0.21.3 |
| 421 | 2026-07-13T08:43:02.309Z | Compiling darling_core v0.23.0 |
| 422 | 2026-07-13T08:43:02.699Z | Compiling ref-cast v1.0.25 |
| 423 | 2026-07-13T08:43:02.708Z | Compiling version_check v0.9.5 |
| 424 | 2026-07-13T08:43:02.746Z | Checking managed v0.8.0 |
| 425 | 2026-07-13T08:43:02.931Z | Compiling regex v1.13.0 |
| 426 | 2026-07-13T08:43:02.979Z | Checking bitflags v1.3.2 |
| 427 | 2026-07-13T08:43:03.017Z | Compiling crc32fast v1.5.0 |
| 428 | 2026-07-13T08:43:03.330Z | Compiling thiserror-impl v2.0.18 |
| 429 | 2026-07-13T08:43:03.352Z | Compiling serde_derive v1.0.228 |
| 430 | 2026-07-13T08:43:03.358Z | Compiling zerocopy-derive v0.8.54 |
| 431 | 2026-07-13T08:43:03.764Z | Compiling pest_derive v2.8.7 |
| 432 | 2026-07-13T08:43:04.254Z | Compiling scroll_derive v0.13.1 |
| 433 | 2026-07-13T08:43:04.272Z | Compiling darling_macro v0.21.3 |
| 434 | 2026-07-13T08:43:04.286Z | Compiling futures-macro v0.3.32 |
| 435 | 2026-07-13T08:43:04.403Z | Compiling darling_macro v0.23.0 |
| 436 | 2026-07-13T08:43:04.449Z | Compiling ref-cast-impl v1.0.25 |
| 437 | 2026-07-13T08:43:04.749Z | Compiling dtrace-parser v0.3.0 |
| 438 | 2026-07-13T08:43:04.967Z | Compiling darling v0.21.3 |
| 439 | 2026-07-13T08:43:05.040Z | Compiling ingot-macros v0.1.1 |
| 440 | 2026-07-13T08:43:05.068Z | Checking scroll v0.13.0 |
| 441 | 2026-07-13T08:43:05.094Z | Checking futures-util v0.3.32 |
| 442 | 2026-07-13T08:43:05.275Z | Checking cobs v0.3.0 |
| 443 | 2026-07-13T08:43:05.292Z | Checking goblin v0.10.7 |
| 444 | 2026-07-13T08:43:05.350Z | Compiling darling v0.23.0 |
| 445 | 2026-07-13T08:43:05.415Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 446 | 2026-07-13T08:43:05.421Z | Checking memmap2 v0.9.11 |
| 447 | 2026-07-13T08:43:05.577Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 448 | 2026-07-13T08:43:05.679Z | Checking ipnetwork v0.21.1 |
| 449 | 2026-07-13T08:43:05.884Z | Checking unicode-width v0.2.2 |
| 450 | 2026-07-13T08:43:06.012Z | Checking itertools v0.15.0 |
| 451 | 2026-07-13T08:43:06.461Z | Checking postcard v1.1.3 |
| 452 | 2026-07-13T08:43:06.657Z | Compiling serde_tokenstream v0.2.3 |
| 453 | 2026-07-13T08:43:06.770Z | Checking tabwriter v1.4.1 |
| 454 | 2026-07-13T08:43:06.878Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 455 | 2026-07-13T08:43:07.001Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 456 | 2026-07-13T08:43:07.054Z | Checking futures-executor v0.3.32 |
| 457 | 2026-07-13T08:43:07.067Z | Checking nom v8.0.0 |
| 458 | 2026-07-13T08:43:07.203Z | Checking futures v0.3.32 |
| 459 | 2026-07-13T08:43:07.270Z | Compiling typeid v1.0.3 |
| 460 | 2026-07-13T08:43:07.584Z | Compiling anyhow v1.0.103 |
| 461 | 2026-07-13T08:43:07.592Z | Checking dyn-clone v1.0.20 |
| 462 | 2026-07-13T08:43:07.607Z | Checking cookie-factory v0.3.3 |
| 463 | 2026-07-13T08:43:07.641Z | Checking uuid v1.23.5 |
| 464 | 2026-07-13T08:43:07.685Z | Compiling dof v0.4.0 |
| 465 | 2026-07-13T08:43:07.777Z | Checking ingot-types v0.1.2 |
| 466 | 2026-07-13T08:43:07.865Z | Compiling dtor-proc-macro v0.0.13 |
| 467 | 2026-07-13T08:43:07.871Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 468 | 2026-07-13T08:43:07.904Z | Checking circular v0.3.0 |
| 469 | 2026-07-13T08:43:08.014Z | Checking link-section v0.2.1 |
| 470 | 2026-07-13T08:43:08.080Z | Checking once_cell v1.21.4 |
| 471 | 2026-07-13T08:43:08.114Z | Compiling ctor-proc-macro v0.0.13 |
| 472 | 2026-07-13T08:43:08.118Z | Checking ingot v0.1.1 |
| 473 | 2026-07-13T08:43:08.209Z | Checking ron v0.12.2 |
| 474 | 2026-07-13T08:43:08.222Z | Checking dtor v0.8.1 |
| 475 | 2026-07-13T08:43:08.462Z | Checking ctor v0.10.1 |
| 476 | 2026-07-13T08:43:08.687Z | Compiling usdt-attr-macro v0.6.0 |
| 477 | 2026-07-13T08:43:08.690Z | Compiling usdt-macro v0.6.0 |
| 478 | 2026-07-13T08:43:09.020Z | Checking rusticata-macros v5.0.0 |
| 479 | 2026-07-13T08:43:09.142Z | Checking pcap-parser v0.17.0 |
| 480 | 2026-07-13T08:43:09.326Z | Checking usdt v0.6.0 |
| 481 | 2026-07-13T08:43:09.630Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 482 | 2026-07-13T08:43:14.150Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 483 | 2026-07-13T08:43:15.819Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 484 | 2026-07-13T08:43:18.184Z | Finished `dev` profile [optimized + debuginfo] target(s) in 20.10s |
| 485 | 2026-07-13T08:43:18.218Z | |
| 486 | 2026-07-13T08:43:18.222Z | real 20.188337349 |
| 487 | 2026-07-13T08:43:18.222Z | user 1:14.569780833 |
| 488 | 2026-07-13T08:43:18.222Z | sys 15.996506897 |
| 489 | 2026-07-13T08:43:18.222Z | trap 0.041655690 |
| 490 | 2026-07-13T08:43:18.222Z | tflt 0.085354741 |
| 491 | 2026-07-13T08:43:18.222Z | dflt 0.128125932 |
| 492 | 2026-07-13T08:43:18.222Z | kflt 0.000034030 |
| 493 | 2026-07-13T08:43:18.222Z | lock 4:11.273682659 |
| 494 | 2026-07-13T08:43:18.222Z | slp 4:00.351206482 |
| 495 | 2026-07-13T08:43:18.222Z | lat 3.741708369 |
| 496 | 2026-07-13T08:43:18.222Z | stop 8.330601207 |
| 497 | 2026-07-13T08:43:18.222Z | + header 'analyze no_std + engine + kernel' |
| 498 | 2026-07-13T08:43:18.222Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 499 | 2026-07-13T08:43:18.222Z | # ==== analyze no_std + engine + kernel ==== # |
| 500 | 2026-07-13T08:43:18.222Z | + ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel |
| 501 | 2026-07-13T08:43:18.401Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 502 | 2026-07-13T08:43:18.401Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 503 | 2026-07-13T08:43:18.422Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 504 | 2026-07-13T08:43:18.425Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 505 | 2026-07-13T08:43:18.664Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 506 | 2026-07-13T08:43:22.390Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 507 | 2026-07-13T08:43:23.750Z | Finished `dev` profile [optimized + debuginfo] target(s) in 5.48s |
| 508 | 2026-07-13T08:43:23.779Z | |
| 509 | 2026-07-13T08:43:23.779Z | real 5.553361903 |
| 510 | 2026-07-13T08:43:23.779Z | user 5.779915114 |
| 511 | 2026-07-13T08:43:23.779Z | sys 1.043906442 |
| 512 | 2026-07-13T08:43:23.779Z | trap 0.001085090 |
| 513 | 2026-07-13T08:43:23.779Z | tflt 0.001782380 |
| 514 | 2026-07-13T08:43:23.779Z | dflt 0.004703301 |
| 515 | 2026-07-13T08:43:23.779Z | kflt 0.000000000 |
| 516 | 2026-07-13T08:43:23.779Z | lock 24.565456306 |
| 517 | 2026-07-13T08:43:23.779Z | slp 20.770344737 |
| 518 | 2026-07-13T08:43:23.779Z | lat 0.015454270 |
| 519 | 2026-07-13T08:43:23.779Z | stop 0.248469196 |
| 520 | 2026-07-13T08:43:23.783Z | + header test |
| 521 | 2026-07-13T08:43:23.783Z | + echo '# ==== test ==== #' |
| 522 | 2026-07-13T08:43:23.783Z | # ==== test ==== # |
| 523 | 2026-07-13T08:43:23.784Z | + ptime -m cargo test |
| 524 | 2026-07-13T08:43:23.934Z | Compiling memchr v2.8.3 |
| 525 | 2026-07-13T08:43:23.934Z | Compiling serde_core v1.0.228 |
| 526 | 2026-07-13T08:43:23.958Z | Compiling thiserror v2.0.18 |
| 527 | 2026-07-13T08:43:23.961Z | Compiling zerocopy v0.8.54 |
| 528 | 2026-07-13T08:43:23.964Z | Compiling unicode-ident v1.0.24 |
| 529 | 2026-07-13T08:43:23.964Z | Compiling byteorder v1.5.0 |
| 530 | 2026-07-13T08:43:23.968Z | Compiling zmij v1.0.22 |
| 531 | 2026-07-13T08:43:23.968Z | Compiling scroll v0.13.0 |
| 532 | 2026-07-13T08:43:24.042Z | Compiling proc-macro2 v1.0.106 |
| 533 | 2026-07-13T08:43:24.088Z | Compiling libc v0.2.186 |
| 534 | 2026-07-13T08:43:24.170Z | Compiling ucd-trie v0.1.7 |
| 535 | 2026-07-13T08:43:24.225Z | Compiling log v0.4.33 |
| 536 | 2026-07-13T08:43:24.347Z | Compiling plain v0.2.3 |
| 537 | 2026-07-13T08:43:24.437Z | Compiling futures-core v0.3.32 |
| 538 | 2026-07-13T08:43:24.444Z | Compiling futures-sink v0.3.32 |
| 539 | 2026-07-13T08:43:24.456Z | Compiling itoa v1.0.18 |
| 540 | 2026-07-13T08:43:24.537Z | Compiling futures-channel v0.3.32 |
| 541 | 2026-07-13T08:43:24.595Z | Compiling goblin v0.10.7 |
| 542 | 2026-07-13T08:43:24.717Z | Compiling quote v1.0.46 |
| 543 | 2026-07-13T08:43:24.772Z | Compiling pest v2.8.7 |
| 544 | 2026-07-13T08:43:24.890Z | Compiling hash32 v0.3.1 |
| 545 | 2026-07-13T08:43:25.055Z | Compiling stable_deref_trait v1.2.1 |
| 546 | 2026-07-13T08:43:25.124Z | Compiling slab v0.4.12 |
| 547 | 2026-07-13T08:43:25.306Z | Compiling pretty-hex v0.4.2 |
| 548 | 2026-07-13T08:43:25.389Z | Compiling macaddr v1.0.1 |
| 549 | 2026-07-13T08:43:25.436Z | Compiling futures-task v0.3.32 |
| 550 | 2026-07-13T08:43:25.522Z | Compiling cfg-if v1.0.4 |
| 551 | 2026-07-13T08:43:25.590Z | Compiling pin-project-lite v0.2.17 |
| 552 | 2026-07-13T08:43:25.622Z | Compiling futures-io v0.3.32 |
| 553 | 2026-07-13T08:43:25.637Z | Compiling heapless v0.8.0 |
| 554 | 2026-07-13T08:43:25.677Z | Compiling syn v2.0.118 |
| 555 | 2026-07-13T08:43:25.808Z | Compiling serde v1.0.228 |
| 556 | 2026-07-13T08:43:25.975Z | Compiling bitflags v2.13.0 |
| 557 | 2026-07-13T08:43:26.079Z | Compiling serde_json v1.0.150 |
| 558 | 2026-07-13T08:43:26.399Z | Compiling dtrace-parser v0.3.0 |
| 559 | 2026-07-13T08:43:26.448Z | Compiling futures-util v0.3.32 |
| 560 | 2026-07-13T08:43:26.505Z | Compiling thread-id v5.1.0 |
| 561 | 2026-07-13T08:43:26.580Z | Compiling cobs v0.3.0 |
| 562 | 2026-07-13T08:43:26.863Z | Compiling ingot-types v0.1.2 |
| 563 | 2026-07-13T08:43:26.870Z | Compiling bitflags v1.3.2 |
| 564 | 2026-07-13T08:43:26.934Z | Compiling managed v0.8.0 |
| 565 | 2026-07-13T08:43:26.984Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 566 | 2026-07-13T08:43:27.161Z | Compiling smoltcp v0.11.0 |
| 567 | 2026-07-13T08:43:27.230Z | Compiling ingot v0.1.1 |
| 568 | 2026-07-13T08:43:27.263Z | Compiling postcard v1.1.3 |
| 569 | 2026-07-13T08:43:27.610Z | Compiling dof v0.4.0 |
| 570 | 2026-07-13T08:43:29.216Z | Compiling futures-executor v0.3.32 |
| 571 | 2026-07-13T08:43:29.251Z | Compiling usdt-impl v0.6.0 |
| 572 | 2026-07-13T08:43:29.438Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 573 | 2026-07-13T08:43:29.823Z | Compiling memmap2 v0.9.11 |
| 574 | 2026-07-13T08:43:29.993Z | Compiling ipnetwork v0.21.1 |
| 575 | 2026-07-13T08:43:30.091Z | Compiling unicode-width v0.2.2 |
| 576 | 2026-07-13T08:43:30.122Z | Compiling either v1.16.0 |
| 577 | 2026-07-13T08:43:30.304Z | Compiling itertools v0.15.0 |
| 578 | 2026-07-13T08:43:30.407Z | Compiling tabwriter v1.4.1 |
| 579 | 2026-07-13T08:43:30.524Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 580 | 2026-07-13T08:43:30.832Z | Compiling ref-cast v1.0.25 |
| 581 | 2026-07-13T08:43:30.929Z | Compiling usdt v0.6.0 |
| 582 | 2026-07-13T08:43:31.303Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 583 | 2026-07-13T08:43:31.412Z | Compiling futures v0.3.32 |
| 584 | 2026-07-13T08:43:31.447Z | Compiling crc32fast v1.5.0 |
| 585 | 2026-07-13T08:43:31.522Z | Compiling nom v8.0.0 |
| 586 | 2026-07-13T08:43:31.547Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 587 | 2026-07-13T08:43:31.708Z | Compiling dyn-clone v1.0.20 |
| 588 | 2026-07-13T08:43:31.875Z | Compiling cookie-factory v0.3.3 |
| 589 | 2026-07-13T08:43:32.053Z | Compiling uuid v1.23.5 |
| 590 | 2026-07-13T08:43:32.199Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 591 | 2026-07-13T08:43:32.433Z | Compiling circular v0.3.0 |
| 592 | 2026-07-13T08:43:32.684Z | Compiling dtor v0.8.1 |
| 593 | 2026-07-13T08:43:32.714Z | Compiling typeid v1.0.3 |
| 594 | 2026-07-13T08:43:32.770Z | Compiling anyhow v1.0.103 |
| 595 | 2026-07-13T08:43:32.824Z | Compiling link-section v0.2.1 |
| 596 | 2026-07-13T08:43:32.832Z | Compiling once_cell v1.21.4 |
| 597 | 2026-07-13T08:43:32.967Z | Compiling ron v0.12.2 |
| 598 | 2026-07-13T08:43:32.995Z | Compiling ctor v0.10.1 |
| 599 | 2026-07-13T08:43:34.194Z | Compiling rusticata-macros v5.0.0 |
| 600 | 2026-07-13T08:43:34.517Z | Compiling pcap-parser v0.17.0 |
| 601 | 2026-07-13T08:43:36.954Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 602 | 2026-07-13T08:43:39.374Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 603 | 2026-07-13T08:44:18.130Z | Finished `test` profile [optimized + debuginfo] target(s) in 54.34s |
| 604 | 2026-07-13T08:44:18.147Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-46e55d41728368ec) |
| 605 | 2026-07-13T08:44:18.150Z | |
| 606 | 2026-07-13T08:44:18.150Z | running 15 tests |
| 607 | 2026-07-13T08:44:18.150Z | test api::tests::parse_bad_address ... ok |
| 608 | 2026-07-13T08:44:18.150Z | test api::tests::parse_bad_proto_filter ... ok |
| 609 | 2026-07-13T08:44:18.150Z | test api::tests::parse_good_address ... ok |
| 610 | 2026-07-13T08:44:18.150Z | test cfg::tests::test_required_nat_space ... ok |
| 611 | 2026-07-13T08:44:18.150Z | test api::tests::parse_good_proto_filter ... ok |
| 612 | 2026-07-13T08:44:18.150Z | test api::tests::ports_from_str_good ... ok |
| 613 | 2026-07-13T08:44:18.150Z | test api::tests::ports_from_str_bad ... ok |
| 614 | 2026-07-13T08:44:18.153Z | test cfg::tests::test_required_nat_space_only_ipv4 ... ok |
| 615 | 2026-07-13T08:44:18.153Z | test cfg::tests::test_required_nat_space_only_ipv6 ... ok |
| 616 | 2026-07-13T08:44:18.153Z | test engine::geneve::test::option_packet_length_with_known_options ... ok |
| 617 | 2026-07-13T08:44:18.153Z | test engine::geneve::test::parse_multi_opt ... ok |
| 618 | 2026-07-13T08:44:18.153Z | test engine::geneve::test::parse_multicast_replication_values ... ok |
| 619 | 2026-07-13T08:44:18.153Z | test engine::geneve::test::parse_single_opt ... ok |
| 620 | 2026-07-13T08:44:18.153Z | test engine::geneve::test::unknown_crit_option_fails ... ok |
| 621 | 2026-07-13T08:44:18.153Z | test engine::firewall::tests::port_predicate_simplification ... ok |
| 622 | 2026-07-13T08:44:18.153Z | |
| 623 | 2026-07-13T08:44:18.153Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 624 | 2026-07-13T08:44:18.153Z | |
| 625 | 2026-07-13T08:44:18.153Z | Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-dabe322b17ac06ca) |
| 626 | 2026-07-13T08:44:18.156Z | |
| 627 | 2026-07-13T08:44:18.156Z | running 4 tests |
| 628 | 2026-07-13T08:44:18.156Z | test firewall_external_inbound ... ok |
| 629 | 2026-07-13T08:44:18.156Z | test firewall_vni_outbound ... ok |
| 630 | 2026-07-13T08:44:18.156Z | test firewall_vni_inbound ... ok |
| 631 | 2026-07-13T08:44:18.156Z | test firewall_replace_rules ... ok |
| 632 | 2026-07-13T08:44:18.156Z | |
| 633 | 2026-07-13T08:44:18.156Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 634 | 2026-07-13T08:44:18.156Z | |
| 635 | 2026-07-13T08:44:18.156Z | Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-627baa8deaa19f0e) |
| 636 | 2026-07-13T08:44:18.158Z | |
| 637 | 2026-07-13T08:44:18.158Z | running 2 tests |
| 638 | 2026-07-13T08:44:18.159Z | test parse_in_regression ... ok |
| 639 | 2026-07-13T08:44:18.159Z | test parse_out_regression ... ok |
| 640 | 2026-07-13T08:44:18.159Z | |
| 641 | 2026-07-13T08:44:18.159Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 642 | 2026-07-13T08:44:18.159Z | |
| 643 | 2026-07-13T08:44:18.159Z | Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-195133cbc1aec549) |
| 644 | 2026-07-13T08:44:18.162Z | |
| 645 | 2026-07-13T08:44:18.162Z | running 48 tests |
| 646 | 2026-07-13T08:44:18.162Z | test bad_ip_len ... ok |
| 647 | 2026-07-13T08:44:18.162Z | test add_remove_fw_rule ... ok |
| 648 | 2026-07-13T08:44:18.162Z | test check_layers ... ok |
| 649 | 2026-07-13T08:44:18.162Z | test arp_gateway ... ok |
| 650 | 2026-07-13T08:44:18.162Z | test external_attached_subnets_cannot_reach_internal ... ok |
| 651 | 2026-07-13T08:44:18.162Z | test anti_spoof ... ok |
| 652 | 2026-07-13T08:44:18.162Z | test ephemeral_ip_preferred_over_snat_outbound ... ok |
| 653 | 2026-07-13T08:44:18.162Z | test external_attached_subnets_dont_apply_nat ... ok |
| 654 | 2026-07-13T08:44:18.162Z | test gateway_icmp4_ping ... ok |
| 655 | 2026-07-13T08:44:18.162Z | test flow_expiration ... ok |
| 656 | 2026-07-13T08:44:18.162Z | test gateway_icmpv6_ping ... ok |
| 657 | 2026-07-13T08:44:18.162Z | test external_ip_reconfigurable ... ok |
| 658 | 2026-07-13T08:44:18.162Z | test external_ip_epoch_affinity_preserved ... ok |
| 659 | 2026-07-13T08:44:18.162Z | test early_tcp_invalidation ... ok |
| 660 | 2026-07-13T08:44:18.162Z | test gateway_router_advert_reply ... ok |
| 661 | 2026-07-13T08:44:18.162Z | test guest_to_guest_diff_vpc_no_peer ... ok |
| 662 | 2026-07-13T08:44:18.162Z | test guest_to_guest_no_route ... ok |
| 663 | 2026-07-13T08:44:18.162Z | test guest_to_internet_ipv4 ... ok |
| 664 | 2026-07-13T08:44:18.165Z | test guest_to_guest ... ok |
| 665 | 2026-07-13T08:44:18.165Z | test guest_to_internet_ipv6 ... ok |
| 666 | 2026-07-13T08:44:18.165Z | test icmp_inner_has_nat_applied ... ok |
| 667 | 2026-07-13T08:44:18.165Z | test inbound_ndp_dropped_at_gateway ... ok |
| 668 | 2026-07-13T08:44:18.165Z | test icmpv6_inner_has_nat_applied ... ok |
| 669 | 2026-07-13T08:44:18.165Z | test outbound_ndp_dropped ... ok |
| 670 | 2026-07-13T08:44:18.165Z | test packet_body_pullup ... ok |
| 671 | 2026-07-13T08:44:18.165Z | test intra_subnet_routes_with_custom ... ok |
| 672 | 2026-07-13T08:44:18.165Z | test external_ip_receive_and_reply_on_all ... ok |
| 673 | 2026-07-13T08:44:18.166Z | test no_panic_on_flow_table_full ... ok |
| 674 | 2026-07-13T08:44:18.166Z | test external_ip_balanced_over_floating_ips ... ok |
| 675 | 2026-07-13T08:44:18.166Z | test internal_attached_subnets ... ok |
| 676 | 2026-07-13T08:44:18.166Z | test port_transition_running ... ok |
| 677 | 2026-07-13T08:44:18.166Z | test port_as_router_target ... ok |
| 678 | 2026-07-13T08:44:18.166Z | test port_transition_reset ... ok |
| 679 | 2026-07-13T08:44:18.166Z | test test_drop_on_unknown_critical_option ... ok |
| 680 | 2026-07-13T08:44:18.166Z | test port_transition_pause ... ok |
| 681 | 2026-07-13T08:44:18.166Z | test tcp_invalidation_does_not_block_connection ... ok |
| 682 | 2026-07-13T08:44:18.166Z | test select_eip_conditioned_on_igw ... ok |
| 683 | 2026-07-13T08:44:18.166Z | test snat_icmp4_echo_rewrite ... ok |
| 684 | 2026-07-13T08:44:18.166Z | test snat_icmp6_echo_rewrite ... ok |
| 685 | 2026-07-13T08:44:18.166Z | test tcp_outbound ... ok |
| 686 | 2026-07-13T08:44:18.166Z | test test_gateway_neighbor_advert_reply ... ok |
| 687 | 2026-07-13T08:44:18.166Z | test test_v6_ext_hdr_geneve_offset_ok ... ok |
| 688 | 2026-07-13T08:44:18.166Z | test test_ipv6_multicast_encapsulation ... ok |
| 689 | 2026-07-13T08:44:18.166Z | test tcp_inbound ... ok |
| 690 | 2026-07-13T08:44:18.166Z | test test_tcp_multicast_denied ... ok |
| 691 | 2026-07-13T08:44:18.166Z | test test_reply_to_dhcpv6_solicit_or_request ... ok |
| 692 | 2026-07-13T08:44:18.166Z | test uft_lft_invalidation_out ... ok |
| 693 | 2026-07-13T08:44:18.166Z | test uft_lft_invalidation_in ... ok |
| 694 | 2026-07-13T08:44:18.166Z | |
| 695 | 2026-07-13T08:44:18.166Z | test result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 696 | 2026-07-13T08:44:18.166Z | |
| 697 | 2026-07-13T08:44:18.166Z | Doc-tests oxide_vpc |
| 698 | 2026-07-13T08:44:18.462Z | |
| 699 | 2026-07-13T08:44:18.462Z | running 0 tests |
| 700 | 2026-07-13T08:44:18.462Z | |
| 701 | 2026-07-13T08:44:18.462Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 702 | 2026-07-13T08:44:18.462Z | |
| 703 | 2026-07-13T08:44:18.492Z | |
| 704 | 2026-07-13T08:44:18.496Z | real 54.702914352 |
| 705 | 2026-07-13T08:44:18.496Z | user 3:18.218068847 |
| 706 | 2026-07-13T08:44:18.496Z | sys 12.114675334 |
| 707 | 2026-07-13T08:44:18.496Z | trap 0.093372221 |
| 708 | 2026-07-13T08:44:18.496Z | tflt 0.179323966 |
| 709 | 2026-07-13T08:44:18.496Z | dflt 0.506945691 |
| 710 | 2026-07-13T08:44:18.496Z | kflt 0.000012860 |
| 711 | 2026-07-13T08:44:18.496Z | lock 12:56.269434462 |
| 712 | 2026-07-13T08:44:18.496Z | slp 6:46.673491663 |
| 713 | 2026-07-13T08:44:18.497Z | lat 9.443264100 |
| 714 | 2026-07-13T08:44:18.497Z | stop 6.162525403 |
| 715 | 2026-07-13T08:44:18.497Z | process exited: duration 118831 ms, exit code 0 |
| |
| 716 | 2026-07-13T08:44:18.502Z | found 0 output files |