|
|
|
| 1 | 2026-07-19T04:25:34.491Z | job assigned to worker 01KXW9X16497BZB51T57A26P6G [factory aws, i-0c1e8b4cf87d545c3] (queued for 1 m 0 s) |
| |
| 2 | 2026-07-19T04:25:41.473Z | starting task 0: "setup" |
| 3 | 2026-07-19T04:25:41.478Z | ++ uname -s |
| 4 | 2026-07-19T04:25:41.481Z | + kern=SunOS |
| 5 | 2026-07-19T04:25:41.481Z | + build_user=build |
| 6 | 2026-07-19T04:25:41.481Z | + build_uid=12345 |
| 7 | 2026-07-19T04:25:41.481Z | + work_dir=/work |
| 8 | 2026-07-19T04:25:41.482Z | + input_dir=/input |
| 9 | 2026-07-19T04:25:41.482Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-19T04:25:41.482Z | + case "$kern" in |
| 11 | 2026-07-19T04:25:41.482Z | + groupadd -g 12345 build |
| 12 | 2026-07-19T04:25:41.482Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-19T04:25:43.487Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-19T04:25:43.574Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-19T04:25:43.579Z | + home_fs=zfs |
| 16 | 2026-07-19T04:25:43.579Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-19T04:25:43.579Z | + mkdir -p /home/build |
| 18 | 2026-07-19T04:25:43.579Z | + chown build:build /home/build /work |
| 19 | 2026-07-19T04:25:45.579Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-19T04:25:45.583Z | process exited: duration 4107 ms, exit code 0 |
| |
| 21 | 2026-07-19T04:25:45.590Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-19T04:25:45.593Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-19T04:25:45.593Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-07-19T04:25:45.594Z | * rust toolchain profile = "default" |
| 25 | 2026-07-19T04:25:45.594Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-19T04:25:45.594Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-19T04:25:45.594Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-19T04:25:45.597Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-19T04:25:45.597Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-19T04:25:45.709Z | info: downloading installer |
| 31 | 2026-07-19T04:25:47.411Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-19T04:25:47.412Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-19T04:25:47.412Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-19T04:25:47.412Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-19T04:25:47.423Z | info: profile set to default |
| 36 | 2026-07-19T04:25:47.423Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-19T04:25:47.429Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-19T04:25:47.573Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-19T04:25:47.581Z | info: downloading 6 components |
| 40 | 2026-07-19T04:26:03.113Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-19T04:26:03.113Z | |
| 42 | 2026-07-19T04:26:03.141Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-19T04:26:03.141Z | |
| 44 | 2026-07-19T04:26:03.141Z | |
| 45 | 2026-07-19T04:26:03.141Z | Rust is installed now. Great! |
| 46 | 2026-07-19T04:26:03.141Z | |
| 47 | 2026-07-19T04:26:03.141Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-19T04:26:03.141Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-19T04:26:03.142Z | |
| 50 | 2026-07-19T04:26:03.142Z | To configure your current shell, you need to source |
| 51 | 2026-07-19T04:26:03.142Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-19T04:26:03.142Z | |
| 53 | 2026-07-19T04:26:03.142Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-19T04:26:03.145Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-19T04:26:03.145Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-19T04:26:03.145Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-19T04:26:03.146Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-19T04:26:03.146Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-19T04:26:03.146Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-19T04:26:03.146Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-19T04:26:03.146Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-19T04:26:03.244Z | + rustup --version |
| 63 | 2026-07-19T04:26:03.253Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-19T04:26:03.257Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-19T04:26:03.274Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-19T04:26:03.278Z | + cargo --version |
| 67 | 2026-07-19T04:26:03.292Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-19T04:26:03.295Z | + rustc --version |
| 69 | 2026-07-19T04:26:03.314Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-19T04:26:03.318Z | process exited: duration 17726 ms, exit code 0 |
| |
| 71 | 2026-07-19T04:26:03.328Z | starting task 2: "authentication" |
| 72 | 2026-07-19T04:26:03.344Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-19T04:26:03.350Z | starting task 3: "clone repository" |
| 74 | 2026-07-19T04:26:03.353Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-19T04:26:03.356Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-19T04:26:03.385Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-19T04:26:04.243Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-19T04:26:04.243Z | + git fetch origin afff174ebc75a1e4e91b98f8683877a8d77b728f |
| 79 | 2026-07-19T04:26:04.469Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-19T04:26:04.469Z | * branch afff174ebc75a1e4e91b98f8683877a8d77b728f -> FETCH_HEAD |
| 81 | 2026-07-19T04:26:04.475Z | + [[ -n renovate/rust-1.x ]] |
| 82 | 2026-07-19T04:26:04.478Z | ++ git branch --show-current |
| 83 | 2026-07-19T04:26:04.478Z | + current=master |
| 84 | 2026-07-19T04:26:04.478Z | + [[ master != renovate/rust-1.x ]] |
| 85 | 2026-07-19T04:26:04.478Z | + git branch -f renovate/rust-1.x afff174ebc75a1e4e91b98f8683877a8d77b728f |
| 86 | 2026-07-19T04:26:04.481Z | + git checkout -f renovate/rust-1.x |
| 87 | 2026-07-19T04:26:04.497Z | Switched to branch 'renovate/rust-1.x' |
| 88 | 2026-07-19T04:26:04.501Z | + git reset --hard afff174ebc75a1e4e91b98f8683877a8d77b728f |
| 89 | 2026-07-19T04:26:04.504Z | HEAD is now at afff174 Update dependency rust |
| 90 | 2026-07-19T04:26:04.504Z | process exited: duration 1151 ms, exit code 0 |
| |
| 91 | 2026-07-19T04:26:04.510Z | starting task 4: "build" |
| 92 | 2026-07-19T04:26:04.513Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-19T04:26:04.513Z | ++ rustup show active-toolchain |
| 94 | 2026-07-19T04:26:04.519Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-19T04:26:04.522Z | ++ pushd xde |
| 96 | 2026-07-19T04:26:04.522Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-19T04:26:04.522Z | ++ rustup show active-toolchain |
| 98 | 2026-07-19T04:26:04.525Z | info: syncing channel updates for nightly-2026-07-19-x86_64-unknown-illumos |
| 99 | 2026-07-19T04:26:04.680Z | info: latest update on 2026-07-19 for version 1.99.0-nightly (eff8269f7 2026-07-18) |
| 100 | 2026-07-19T04:26:04.683Z | info: downloading 6 components |
| 101 | 2026-07-19T04:26:19.807Z | nightly-2026-07-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-19T04:26:19.904Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-19T04:26:19.907Z | +++ head -n 1 |
| 104 | 2026-07-19T04:26:19.907Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-19T04:26:19.955Z | ++ export NIGHTLY=nightly-2026-07-19-x86_64-unknown-illumos |
| 106 | 2026-07-19T04:26:19.955Z | ++ NIGHTLY=nightly-2026-07-19-x86_64-unknown-illumos |
| 107 | 2026-07-19T04:26:19.955Z | ++ popd |
| 108 | 2026-07-19T04:26:19.958Z | /work/oxidecomputer/opte |
| 109 | 2026-07-19T04:26:19.958Z | + cargo --version |
| 110 | 2026-07-19T04:26:19.965Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 111 | 2026-07-19T04:26:19.968Z | + rustc --version |
| 112 | 2026-07-19T04:26:19.988Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 113 | 2026-07-19T04:26:19.991Z | + cd lib/oxide-vpc |
| 114 | 2026-07-19T04:26:19.991Z | + header 'check style' |
| 115 | 2026-07-19T04:26:19.991Z | + echo '# ==== check style ==== #' |
| 116 | 2026-07-19T04:26:19.991Z | # ==== check style ==== # |
| 117 | 2026-07-19T04:26:19.991Z | + ptime -m cargo +nightly-2026-07-19-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-07-19T04:26:20.113Z | |
| 119 | 2026-07-19T04:26:20.113Z | real 0.120074664 |
| 120 | 2026-07-19T04:26:20.113Z | user 0.085830800 |
| 121 | 2026-07-19T04:26:20.113Z | sys 0.030782180 |
| 122 | 2026-07-19T04:26:20.114Z | trap 0.000004370 |
| 123 | 2026-07-19T04:26:20.114Z | tflt 0.000015710 |
| 124 | 2026-07-19T04:26:20.118Z | dflt 0.000012020 |
| 125 | 2026-07-19T04:26:20.118Z | kflt 0.000000000 |
| 126 | 2026-07-19T04:26:20.118Z | lock 0.031435490 |
| 127 | 2026-07-19T04:26:20.118Z | slp 0.099510874 |
| 128 | 2026-07-19T04:26:20.118Z | lat 0.000707520 |
| 129 | 2026-07-19T04:26:20.118Z | stop 0.000100350 |
| 130 | 2026-07-19T04:26:20.118Z | + header 'check docs' |
| 131 | 2026-07-19T04:26:20.118Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-07-19T04:26:20.118Z | # ==== check docs ==== # |
| 133 | 2026-07-19T04:26:20.118Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-07-19T04:26:20.118Z | + ptime -m cargo +nightly-2026-07-19-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-07-19T04:26:20.181Z | Updating crates.io index |
| 136 | 2026-07-19T04:26:20.184Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-07-19T04:26:20.841Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-07-19T04:26:21.224Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-07-19T04:26:21.552Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-07-19T04:26:21.781Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-07-19T04:26:21.998Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-07-19T04:26:22.258Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-07-19T04:26:23.952Z | Downloading crates ... |
| 144 | 2026-07-19T04:26:24.014Z | Downloaded darling_macro v0.21.3 |
| 145 | 2026-07-19T04:26:24.018Z | Downloaded embedded-io v0.4.0 |
| 146 | 2026-07-19T04:26:24.023Z | Downloaded hash32 v0.3.1 |
| 147 | 2026-07-19T04:26:24.024Z | Downloaded managed v0.8.0 |
| 148 | 2026-07-19T04:26:24.027Z | Downloaded scroll_derive v0.13.1 |
| 149 | 2026-07-19T04:26:24.030Z | Downloaded usdt-macro v0.6.0 |
| 150 | 2026-07-19T04:26:24.034Z | Downloaded heapless v0.8.0 |
| 151 | 2026-07-19T04:26:24.038Z | Downloaded itoa v1.0.18 |
| 152 | 2026-07-19T04:26:24.041Z | Downloaded ident_case v1.0.1 |
| 153 | 2026-07-19T04:26:24.041Z | Downloaded pretty-hex v0.4.2 |
| 154 | 2026-07-19T04:26:24.049Z | Downloaded ingot-macros v0.1.1 |
| 155 | 2026-07-19T04:26:24.052Z | Downloaded thread-id v5.1.0 |
| 156 | 2026-07-19T04:26:24.052Z | Downloaded serde_tokenstream v0.2.3 |
| 157 | 2026-07-19T04:26:24.060Z | Downloaded macaddr v1.0.1 |
| 158 | 2026-07-19T04:26:24.066Z | Downloaded postcard v1.1.3 |
| 159 | 2026-07-19T04:26:24.070Z | Downloaded ingot-types v0.1.2 |
| 160 | 2026-07-19T04:26:24.075Z | Downloaded usdt-attr-macro v0.6.0 |
| 161 | 2026-07-19T04:26:24.080Z | Downloaded version_check v0.9.5 |
| 162 | 2026-07-19T04:26:24.085Z | Downloaded dtrace-parser v0.3.0 |
| 163 | 2026-07-19T04:26:24.085Z | Downloaded plain v0.2.3 |
| 164 | 2026-07-19T04:26:24.085Z | Downloaded serde_core v1.0.228 |
| 165 | 2026-07-19T04:26:24.088Z | Downloaded thiserror-impl v2.0.18 |
| 166 | 2026-07-19T04:26:24.088Z | Downloaded dof v0.4.0 |
| 167 | 2026-07-19T04:26:24.091Z | Downloaded dyn-clone v1.0.20 |
| 168 | 2026-07-19T04:26:24.094Z | Downloaded usdt v0.6.0 |
| 169 | 2026-07-19T04:26:24.097Z | Downloaded tabwriter v1.4.1 |
| 170 | 2026-07-19T04:26:24.097Z | Downloaded darling_macro v0.23.0 |
| 171 | 2026-07-19T04:26:24.101Z | Downloaded ref-cast-impl v1.0.25 |
| 172 | 2026-07-19T04:26:24.104Z | Downloaded cfg-if v1.0.4 |
| 173 | 2026-07-19T04:26:24.104Z | Downloaded defmt v0.3.100 |
| 174 | 2026-07-19T04:26:24.104Z | Downloaded strsim v0.11.1 |
| 175 | 2026-07-19T04:26:24.109Z | Downloaded defmt-parser v1.0.0 |
| 176 | 2026-07-19T04:26:24.116Z | Downloaded fnv v1.0.7 |
| 177 | 2026-07-19T04:26:24.120Z | Downloaded embedded-io v0.6.1 |
| 178 | 2026-07-19T04:26:24.124Z | Downloaded cobs v0.3.0 |
| 179 | 2026-07-19T04:26:24.124Z | Downloaded ref-cast v1.0.25 |
| 180 | 2026-07-19T04:26:24.127Z | Downloaded byteorder v1.5.0 |
| 181 | 2026-07-19T04:26:24.130Z | Downloaded stable_deref_trait v1.2.1 |
| 182 | 2026-07-19T04:26:24.130Z | Downloaded thiserror v2.0.18 |
| 183 | 2026-07-19T04:26:24.135Z | Downloaded defmt-macros v1.1.1 |
| 184 | 2026-07-19T04:26:24.138Z | Downloaded scroll v0.13.0 |
| 185 | 2026-07-19T04:26:24.138Z | Downloaded ingot v0.1.1 |
| 186 | 2026-07-19T04:26:24.138Z | Downloaded aho-corasick v1.1.4 |
| 187 | 2026-07-19T04:26:24.143Z | Downloaded usdt-impl v0.6.0 |
| 188 | 2026-07-19T04:26:24.146Z | Downloaded either v1.16.0 |
| 189 | 2026-07-19T04:26:24.150Z | Downloaded pest_derive v2.8.7 |
| 190 | 2026-07-19T04:26:24.153Z | Downloaded bitflags v1.3.2 |
| 191 | 2026-07-19T04:26:24.153Z | Downloaded ipnetwork v0.21.1 |
| 192 | 2026-07-19T04:26:24.157Z | Downloaded memchr v2.8.2 |
| 193 | 2026-07-19T04:26:24.163Z | Downloaded darling v0.23.0 |
| 194 | 2026-07-19T04:26:24.166Z | Downloaded memmap2 v0.9.11 |
| 195 | 2026-07-19T04:26:24.175Z | Downloaded zmij v1.0.21 |
| 196 | 2026-07-19T04:26:24.179Z | Downloaded pest_meta v2.8.7 |
| 197 | 2026-07-19T04:26:24.179Z | Downloaded ucd-trie v0.1.7 |
| 198 | 2026-07-19T04:26:24.179Z | Downloaded defmt v1.1.1 |
| 199 | 2026-07-19T04:26:24.179Z | Downloaded quote v1.0.46 |
| 200 | 2026-07-19T04:26:24.184Z | Downloaded crc32fast v1.5.0 |
| 201 | 2026-07-19T04:26:24.189Z | Downloaded pest_generator v2.8.7 |
| 202 | 2026-07-19T04:26:24.189Z | Downloaded pest v2.8.7 |
| 203 | 2026-07-19T04:26:24.200Z | Downloaded log v0.4.33 |
| 204 | 2026-07-19T04:26:24.205Z | Downloaded darling v0.21.3 |
| 205 | 2026-07-19T04:26:24.205Z | Downloaded serde_derive v1.0.228 |
| 206 | 2026-07-19T04:26:24.205Z | Downloaded bitflags v2.13.0 |
| 207 | 2026-07-19T04:26:24.210Z | Downloaded proc-macro2 v1.0.106 |
| 208 | 2026-07-19T04:26:24.226Z | Downloaded uuid v1.23.4 |
| 209 | 2026-07-19T04:26:24.230Z | Downloaded unicode-ident v1.0.24 |
| 210 | 2026-07-19T04:26:24.230Z | Downloaded darling_core v0.23.0 |
| 211 | 2026-07-19T04:26:24.236Z | Downloaded serde v1.0.228 |
| 212 | 2026-07-19T04:26:24.239Z | Downloaded zerocopy-derive v0.8.52 |
| 213 | 2026-07-19T04:26:24.242Z | Downloaded darling_core v0.21.3 |
| 214 | 2026-07-19T04:26:24.280Z | Downloaded regex v1.12.4 |
| 215 | 2026-07-19T04:26:24.283Z | Downloaded itertools v0.15.0 |
| 216 | 2026-07-19T04:26:24.289Z | Downloaded itertools v0.14.0 |
| 217 | 2026-07-19T04:26:24.293Z | Downloaded zerocopy v0.8.52 |
| 218 | 2026-07-19T04:26:24.304Z | Downloaded serde_json v1.0.150 |
| 219 | 2026-07-19T04:26:24.346Z | Downloaded goblin v0.10.7 |
| 220 | 2026-07-19T04:26:24.350Z | Downloaded unicode-width v0.2.2 |
| 221 | 2026-07-19T04:26:24.353Z | Downloaded syn v2.0.118 |
| 222 | 2026-07-19T04:26:24.359Z | Downloaded smoltcp v0.11.0 |
| 223 | 2026-07-19T04:26:24.367Z | Downloaded regex-syntax v0.8.11 |
| 224 | 2026-07-19T04:26:24.398Z | Downloaded regex-automata v0.4.14 |
| 225 | 2026-07-19T04:26:24.408Z | Downloaded libc v0.2.186 |
| 226 | 2026-07-19T04:26:24.463Z | Compiling proc-macro2 v1.0.106 |
| 227 | 2026-07-19T04:26:24.463Z | Compiling quote v1.0.46 |
| 228 | 2026-07-19T04:26:24.463Z | Compiling unicode-ident v1.0.24 |
| 229 | 2026-07-19T04:26:24.466Z | Compiling strsim v0.11.1 |
| 230 | 2026-07-19T04:26:24.466Z | Documenting unicode-ident v1.0.24 |
| 231 | 2026-07-19T04:26:24.466Z | Compiling ident_case v1.0.1 |
| 232 | 2026-07-19T04:26:24.466Z | Compiling serde_core v1.0.228 |
| 233 | 2026-07-19T04:26:24.623Z | Compiling fnv v1.0.7 |
| 234 | 2026-07-19T04:26:24.642Z | Compiling memchr v2.8.2 |
| 235 | 2026-07-19T04:26:24.649Z | Compiling zerocopy v0.8.52 |
| 236 | 2026-07-19T04:26:24.709Z | Compiling thiserror v2.0.18 |
| 237 | 2026-07-19T04:26:24.829Z | Compiling serde v1.0.228 |
| 238 | 2026-07-19T04:26:24.882Z | Compiling regex-syntax v0.8.11 |
| 239 | 2026-07-19T04:26:25.062Z | Documenting proc-macro2 v1.0.106 |
| 240 | 2026-07-19T04:26:25.152Z | Compiling aho-corasick v1.1.4 |
| 241 | 2026-07-19T04:26:25.500Z | Compiling syn v2.0.118 |
| 242 | 2026-07-19T04:26:25.573Z | Checking byteorder v1.5.0 |
| 243 | 2026-07-19T04:26:25.634Z | Documenting quote v1.0.46 |
| 244 | 2026-07-19T04:26:25.642Z | Compiling either v1.16.0 |
| 245 | 2026-07-19T04:26:25.864Z | Compiling itertools v0.14.0 |
| 246 | 2026-07-19T04:26:26.188Z | Documenting syn v2.0.118 |
| 247 | 2026-07-19T04:26:26.381Z | Compiling regex-automata v0.4.14 |
| 248 | 2026-07-19T04:26:26.592Z | Compiling heapless v0.8.0 |
| 249 | 2026-07-19T04:26:26.929Z | Checking bitflags v2.13.0 |
| 250 | 2026-07-19T04:26:27.061Z | Checking hash32 v0.3.1 |
| 251 | 2026-07-19T04:26:27.086Z | Documenting serde_core v1.0.228 |
| 252 | 2026-07-19T04:26:27.113Z | Checking cfg-if v1.0.4 |
| 253 | 2026-07-19T04:26:27.168Z | Checking macaddr v1.0.1 |
| 254 | 2026-07-19T04:26:27.171Z | Documenting memchr v2.8.2 |
| 255 | 2026-07-19T04:26:27.306Z | Checking stable_deref_trait v1.2.1 |
| 256 | 2026-07-19T04:26:27.373Z | Documenting regex-syntax v0.8.11 |
| 257 | 2026-07-19T04:26:27.631Z | Compiling smoltcp v0.11.0 |
| 258 | 2026-07-19T04:26:27.813Z | Documenting aho-corasick v1.1.4 |
| 259 | 2026-07-19T04:26:27.988Z | Compiling darling_core v0.21.3 |
| 260 | 2026-07-19T04:26:28.224Z | Compiling regex v1.12.4 |
| 261 | 2026-07-19T04:26:28.379Z | Compiling darling_core v0.23.0 |
| 262 | 2026-07-19T04:26:28.761Z | Documenting regex-automata v0.4.14 |
| 263 | 2026-07-19T04:26:29.064Z | Checking managed v0.8.0 |
| 264 | 2026-07-19T04:26:29.090Z | Checking bitflags v1.3.2 |
| 265 | 2026-07-19T04:26:29.120Z | Compiling thiserror-impl v2.0.18 |
| 266 | 2026-07-19T04:26:29.149Z | Compiling zerocopy-derive v0.8.52 |
| 267 | 2026-07-19T04:26:29.243Z | Compiling serde_derive v1.0.228 |
| 268 | 2026-07-19T04:26:29.838Z | Documenting thiserror-impl v2.0.18 |
| 269 | 2026-07-19T04:26:30.082Z | Compiling darling_macro v0.21.3 |
| 270 | 2026-07-19T04:26:30.101Z | Documenting regex v1.12.4 |
| 271 | 2026-07-19T04:26:30.125Z | Documenting serde_derive v1.0.228 |
| 272 | 2026-07-19T04:26:30.432Z | Checking cobs v0.3.0 |
| 273 | 2026-07-19T04:26:30.485Z | Compiling darling_macro v0.23.0 |
| 274 | 2026-07-19T04:26:30.561Z | Documenting zerocopy-derive v0.8.52 |
| 275 | 2026-07-19T04:26:30.655Z | Documenting byteorder v1.5.0 |
| 276 | 2026-07-19T04:26:30.658Z | Compiling darling v0.21.3 |
| 277 | 2026-07-19T04:26:30.737Z | Compiling ingot-macros v0.1.1 |
| 278 | 2026-07-19T04:26:31.059Z | Compiling crc32fast v1.5.0 |
| 279 | 2026-07-19T04:26:31.078Z | Compiling ref-cast v1.0.25 |
| 280 | 2026-07-19T04:26:31.261Z | Documenting hash32 v0.3.1 |
| 281 | 2026-07-19T04:26:31.404Z | Documenting ingot-macros v0.1.1 |
| 282 | 2026-07-19T04:26:31.449Z | Documenting thiserror v2.0.18 |
| 283 | 2026-07-19T04:26:31.632Z | Documenting zerocopy v0.8.52 |
| 284 | 2026-07-19T04:26:31.843Z | Compiling ref-cast-impl v1.0.25 |
| 285 | 2026-07-19T04:26:32.015Z | Documenting serde v1.0.228 |
| 286 | 2026-07-19T04:26:32.399Z | Checking postcard v1.1.3 |
| 287 | 2026-07-19T04:26:32.439Z | Documenting bitflags v2.13.0 |
| 288 | 2026-07-19T04:26:32.632Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 289 | 2026-07-19T04:26:32.668Z | Checking ipnetwork v0.21.1 |
| 290 | 2026-07-19T04:26:32.671Z | Documenting stable_deref_trait v1.2.1 |
| 291 | 2026-07-19T04:26:32.838Z | Documenting macaddr v1.0.1 |
| 292 | 2026-07-19T04:26:32.847Z | Compiling version_check v0.9.5 |
| 293 | 2026-07-19T04:26:33.111Z | Documenting cfg-if v1.0.4 |
| 294 | 2026-07-19T04:26:33.232Z | Checking unicode-width v0.2.2 |
| 295 | 2026-07-19T04:26:33.255Z | Documenting heapless v0.8.0 |
| 296 | 2026-07-19T04:26:33.384Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 297 | 2026-07-19T04:26:33.471Z | Documenting cobs v0.3.0 |
| 298 | 2026-07-19T04:26:33.480Z | Checking ingot-types v0.1.2 |
| 299 | 2026-07-19T04:26:33.623Z | Compiling darling v0.23.0 |
| 300 | 2026-07-19T04:26:33.653Z | Documenting managed v0.8.0 |
| 301 | 2026-07-19T04:26:33.696Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 302 | 2026-07-19T04:26:33.818Z | Checking ingot v0.1.1 |
| 303 | 2026-07-19T04:26:33.879Z | Checking tabwriter v1.4.1 |
| 304 | 2026-07-19T04:26:34.023Z | Checking itertools v0.15.0 |
| 305 | 2026-07-19T04:26:34.112Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 306 | 2026-07-19T04:26:34.268Z | Documenting postcard v1.1.3 |
| 307 | 2026-07-19T04:26:34.548Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 308 | 2026-07-19T04:26:34.612Z | Documenting ref-cast-impl v1.0.25 |
| 309 | 2026-07-19T04:26:34.786Z | Documenting smoltcp v0.11.0 |
| 310 | 2026-07-19T04:26:34.797Z | Documenting ipnetwork v0.21.1 |
| 311 | 2026-07-19T04:26:34.803Z | Documenting ingot-types v0.1.2 |
| 312 | 2026-07-19T04:26:35.047Z | Checking dyn-clone v1.0.20 |
| 313 | 2026-07-19T04:26:35.055Z | Documenting unicode-width v0.2.2 |
| 314 | 2026-07-19T04:26:35.146Z | Documenting either v1.16.0 |
| 315 | 2026-07-19T04:26:35.288Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 316 | 2026-07-19T04:26:35.387Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 317 | 2026-07-19T04:26:35.514Z | Documenting ref-cast v1.0.25 |
| 318 | 2026-07-19T04:26:35.762Z | Documenting crc32fast v1.5.0 |
| 319 | 2026-07-19T04:26:36.044Z | Documenting ingot v0.1.1 |
| 320 | 2026-07-19T04:26:36.149Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 321 | 2026-07-19T04:26:36.255Z | Documenting itertools v0.15.0 |
| 322 | 2026-07-19T04:26:36.477Z | Documenting tabwriter v1.4.1 |
| 323 | 2026-07-19T04:26:36.862Z | Documenting dyn-clone v1.0.20 |
| 324 | 2026-07-19T04:26:37.324Z | Documenting uuid v1.23.4 |
| 325 | 2026-07-19T04:26:37.602Z | Checking uuid v1.23.4 |
| 326 | 2026-07-19T04:26:37.848Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 327 | 2026-07-19T04:26:37.902Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 328 | 2026-07-19T04:26:39.263Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 329 | 2026-07-19T04:26:40.434Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 330 | 2026-07-19T04:26:42.759Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 331 | 2026-07-19T04:26:44.349Z | Finished `dev` profile [optimized + debuginfo] target(s) in 24.22s |
| 332 | 2026-07-19T04:26:44.436Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
| 333 | 2026-07-19T04:26:44.462Z | |
| 334 | 2026-07-19T04:26:44.465Z | real 24.327342544 |
| 335 | 2026-07-19T04:26:44.465Z | user 1:21.561751298 |
| 336 | 2026-07-19T04:26:44.465Z | sys 17.205121977 |
| 337 | 2026-07-19T04:26:44.465Z | trap 0.041878800 |
| 338 | 2026-07-19T04:26:44.465Z | tflt 0.070520305 |
| 339 | 2026-07-19T04:26:44.465Z | dflt 0.076230086 |
| 340 | 2026-07-19T04:26:44.465Z | kflt 0.003943360 |
| 341 | 2026-07-19T04:26:44.465Z | lock 7:00.263432854 |
| 342 | 2026-07-19T04:26:44.465Z | slp 4:38.713899181 |
| 343 | 2026-07-19T04:26:44.465Z | lat 8.582985327 |
| 344 | 2026-07-19T04:26:44.465Z | stop 14.065599669 |
| 345 | 2026-07-19T04:26:44.465Z | + header 'analyze std + api + usdt' |
| 346 | 2026-07-19T04:26:44.465Z | + echo '# ==== analyze std + api + usdt ==== #' |
| 347 | 2026-07-19T04:26:44.465Z | # ==== analyze std + api + usdt ==== # |
| 348 | 2026-07-19T04:26:44.465Z | + ptime -m cargo clippy --features usdt --all-targets -- --deny warnings |
| 349 | 2026-07-19T04:26:44.645Z | Downloading crates ... |
| 350 | 2026-07-19T04:26:44.690Z | Downloaded pin-project-lite v0.2.17 |
| 351 | 2026-07-19T04:26:44.694Z | Downloaded slab v0.4.12 |
| 352 | 2026-07-19T04:26:44.697Z | Downloaded futures-task v0.3.32 |
| 353 | 2026-07-19T04:26:44.700Z | Downloaded futures-channel v0.3.32 |
| 354 | 2026-07-19T04:26:44.703Z | Downloaded futures v0.3.32 |
| 355 | 2026-07-19T04:26:44.705Z | Downloaded link-section v0.2.1 |
| 356 | 2026-07-19T04:26:44.707Z | Downloaded circular v0.3.0 |
| 357 | 2026-07-19T04:26:44.707Z | Downloaded cookie-factory v0.3.3 |
| 358 | 2026-07-19T04:26:44.710Z | Downloaded ctor-proc-macro v0.0.13 |
| 359 | 2026-07-19T04:26:44.712Z | Downloaded rusticata-macros v5.0.0 |
| 360 | 2026-07-19T04:26:44.712Z | Downloaded futures-macro v0.3.32 |
| 361 | 2026-07-19T04:26:44.715Z | Downloaded dtor v0.8.1 |
| 362 | 2026-07-19T04:26:44.715Z | Downloaded futures-core v0.3.32 |
| 363 | 2026-07-19T04:26:44.715Z | Downloaded futures-executor v0.3.32 |
| 364 | 2026-07-19T04:26:44.715Z | Downloaded ctor v0.10.1 |
| 365 | 2026-07-19T04:26:44.718Z | Downloaded futures-io v0.3.32 |
| 366 | 2026-07-19T04:26:44.718Z | Downloaded dtor-proc-macro v0.0.13 |
| 367 | 2026-07-19T04:26:44.718Z | Downloaded futures-sink v0.3.32 |
| 368 | 2026-07-19T04:26:44.721Z | Downloaded typeid v1.0.3 |
| 369 | 2026-07-19T04:26:44.726Z | Downloaded once_cell v1.21.4 |
| 370 | 2026-07-19T04:26:44.730Z | Downloaded anyhow v1.0.103 |
| 371 | 2026-07-19T04:26:44.753Z | Downloaded ron v0.12.2 |
| 372 | 2026-07-19T04:26:44.758Z | Downloaded nom v8.0.0 |
| 373 | 2026-07-19T04:26:44.761Z | Downloaded futures-util v0.3.32 |
| 374 | 2026-07-19T04:26:44.766Z | Downloaded pcap-parser v0.17.0 |
| 375 | 2026-07-19T04:26:44.817Z | Compiling proc-macro2 v1.0.106 |
| 376 | 2026-07-19T04:26:44.821Z | Compiling quote v1.0.46 |
| 377 | 2026-07-19T04:26:44.821Z | Compiling unicode-ident v1.0.24 |
| 378 | 2026-07-19T04:26:44.821Z | Compiling memchr v2.8.2 |
| 379 | 2026-07-19T04:26:44.821Z | Compiling thiserror v2.0.18 |
| 380 | 2026-07-19T04:26:44.821Z | Compiling serde_core v1.0.228 |
| 381 | 2026-07-19T04:26:44.821Z | Compiling zerocopy v0.8.52 |
| 382 | 2026-07-19T04:26:44.999Z | Compiling zmij v1.0.21 |
| 383 | 2026-07-19T04:26:45.186Z | Compiling libc v0.2.186 |
| 384 | 2026-07-19T04:26:45.190Z | Compiling ucd-trie v0.1.7 |
| 385 | 2026-07-19T04:26:45.220Z | Compiling ident_case v1.0.1 |
| 386 | 2026-07-19T04:26:45.233Z | Compiling serde_json v1.0.150 |
| 387 | 2026-07-19T04:26:45.287Z | Compiling strsim v0.11.1 |
| 388 | 2026-07-19T04:26:45.344Z | Compiling pest v2.8.7 |
| 389 | 2026-07-19T04:26:45.416Z | Compiling serde v1.0.228 |
| 390 | 2026-07-19T04:26:45.646Z | Compiling fnv v1.0.7 |
| 391 | 2026-07-19T04:26:45.842Z | Compiling aho-corasick v1.1.4 |
| 392 | 2026-07-19T04:26:45.873Z | Compiling regex-syntax v0.8.11 |
| 393 | 2026-07-19T04:26:46.000Z | Checking byteorder v1.5.0 |
| 394 | 2026-07-19T04:26:46.084Z | Compiling itoa v1.0.18 |
| 395 | 2026-07-19T04:26:46.197Z | Compiling syn v2.0.118 |
| 396 | 2026-07-19T04:26:46.540Z | Compiling pest_meta v2.8.7 |
| 397 | 2026-07-19T04:26:46.571Z | Compiling either v1.16.0 |
| 398 | 2026-07-19T04:26:46.655Z | Compiling usdt-impl v0.6.0 |
| 399 | 2026-07-19T04:26:46.767Z | Compiling itertools v0.14.0 |
| 400 | 2026-07-19T04:26:46.777Z | Checking bitflags v2.13.0 |
| 401 | 2026-07-19T04:26:46.937Z | Compiling thread-id v5.1.0 |
| 402 | 2026-07-19T04:26:47.254Z | Compiling heapless v0.8.0 |
| 403 | 2026-07-19T04:26:47.263Z | Checking futures-core v0.3.32 |
| 404 | 2026-07-19T04:26:47.383Z | Compiling regex-automata v0.4.14 |
| 405 | 2026-07-19T04:26:47.545Z | Checking plain v0.2.3 |
| 406 | 2026-07-19T04:26:47.576Z | Checking log v0.4.33 |
| 407 | 2026-07-19T04:26:47.719Z | Checking futures-sink v0.3.32 |
| 408 | 2026-07-19T04:26:47.855Z | Checking futures-channel v0.3.32 |
| 409 | 2026-07-19T04:26:48.034Z | Checking hash32 v0.3.1 |
| 410 | 2026-07-19T04:26:48.078Z | Checking pretty-hex v0.4.2 |
| 411 | 2026-07-19T04:26:48.149Z | Checking slab v0.4.12 |
| 412 | 2026-07-19T04:26:48.155Z | Compiling smoltcp v0.11.0 |
| 413 | 2026-07-19T04:26:48.300Z | Checking cfg-if v1.0.4 |
| 414 | 2026-07-19T04:26:48.357Z | Checking macaddr v1.0.1 |
| 415 | 2026-07-19T04:26:48.404Z | Checking pin-project-lite v0.2.17 |
| 416 | 2026-07-19T04:26:48.426Z | Checking futures-task v0.3.32 |
| 417 | 2026-07-19T04:26:48.481Z | Checking stable_deref_trait v1.2.1 |
| 418 | 2026-07-19T04:26:48.485Z | Checking futures-io v0.3.32 |
| 419 | 2026-07-19T04:26:48.557Z | Compiling version_check v0.9.5 |
| 420 | 2026-07-19T04:26:48.584Z | Compiling pest_generator v2.8.7 |
| 421 | 2026-07-19T04:26:48.615Z | Compiling darling_core v0.21.3 |
| 422 | 2026-07-19T04:26:48.816Z | Compiling darling_core v0.23.0 |
| 423 | 2026-07-19T04:26:48.913Z | Checking managed v0.8.0 |
| 424 | 2026-07-19T04:26:49.008Z | Compiling ref-cast v1.0.25 |
| 425 | 2026-07-19T04:26:49.091Z | Compiling regex v1.12.4 |
| 426 | 2026-07-19T04:26:49.181Z | Checking bitflags v1.3.2 |
| 427 | 2026-07-19T04:26:49.236Z | Compiling crc32fast v1.5.0 |
| 428 | 2026-07-19T04:26:49.482Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 429 | 2026-07-19T04:26:49.550Z | Checking memmap2 v0.9.11 |
| 430 | 2026-07-19T04:26:49.713Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 431 | 2026-07-19T04:26:49.724Z | Checking ipnetwork v0.21.1 |
| 432 | 2026-07-19T04:26:49.790Z | Compiling serde_derive v1.0.228 |
| 433 | 2026-07-19T04:26:49.898Z | Compiling thiserror-impl v2.0.18 |
| 434 | 2026-07-19T04:26:49.933Z | Compiling zerocopy-derive v0.8.52 |
| 435 | 2026-07-19T04:26:50.016Z | Compiling pest_derive v2.8.7 |
| 436 | 2026-07-19T04:26:50.498Z | Compiling scroll_derive v0.13.1 |
| 437 | 2026-07-19T04:26:50.536Z | Compiling futures-macro v0.3.32 |
| 438 | 2026-07-19T04:26:50.544Z | Compiling ref-cast-impl v1.0.25 |
| 439 | 2026-07-19T04:26:50.707Z | Compiling darling_macro v0.21.3 |
| 440 | 2026-07-19T04:26:50.899Z | Compiling darling_macro v0.23.0 |
| 441 | 2026-07-19T04:26:51.246Z | Compiling dtrace-parser v0.3.0 |
| 442 | 2026-07-19T04:26:51.304Z | Compiling darling v0.21.3 |
| 443 | 2026-07-19T04:26:51.322Z | Checking scroll v0.13.0 |
| 444 | 2026-07-19T04:26:51.342Z | Checking futures-util v0.3.32 |
| 445 | 2026-07-19T04:26:51.470Z | Compiling ingot-macros v0.1.1 |
| 446 | 2026-07-19T04:26:51.502Z | Checking cobs v0.3.0 |
| 447 | 2026-07-19T04:26:51.541Z | Checking goblin v0.10.7 |
| 448 | 2026-07-19T04:26:51.642Z | Compiling darling v0.23.0 |
| 449 | 2026-07-19T04:26:51.713Z | Checking unicode-width v0.2.2 |
| 450 | 2026-07-19T04:26:51.962Z | Checking tabwriter v1.4.1 |
| 451 | 2026-07-19T04:26:52.008Z | Checking itertools v0.15.0 |
| 452 | 2026-07-19T04:26:52.097Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 453 | 2026-07-19T04:26:52.902Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 454 | 2026-07-19T04:26:52.905Z | Checking postcard v1.1.3 |
| 455 | 2026-07-19T04:26:53.218Z | Compiling serde_tokenstream v0.2.3 |
| 456 | 2026-07-19T04:26:53.242Z | Checking futures-executor v0.3.32 |
| 457 | 2026-07-19T04:26:53.379Z | Checking nom v8.0.0 |
| 458 | 2026-07-19T04:26:53.383Z | Checking futures v0.3.32 |
| 459 | 2026-07-19T04:26:53.443Z | Checking dyn-clone v1.0.20 |
| 460 | 2026-07-19T04:26:53.475Z | Compiling typeid v1.0.3 |
| 461 | 2026-07-19T04:26:53.492Z | Compiling anyhow v1.0.103 |
| 462 | 2026-07-19T04:26:53.535Z | Checking cookie-factory v0.3.3 |
| 463 | 2026-07-19T04:26:53.784Z | Checking uuid v1.23.4 |
| 464 | 2026-07-19T04:26:53.790Z | Compiling dtor-proc-macro v0.0.13 |
| 465 | 2026-07-19T04:26:54.013Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 466 | 2026-07-19T04:26:54.057Z | Checking circular v0.3.0 |
| 467 | 2026-07-19T04:26:54.098Z | Checking dof v0.4.0 |
| 468 | 2026-07-19T04:26:54.140Z | Checking dtor v0.8.1 |
| 469 | 2026-07-19T04:26:54.143Z | Checking ingot-types v0.1.2 |
| 470 | 2026-07-19T04:26:54.211Z | Checking link-section v0.2.1 |
| 471 | 2026-07-19T04:26:54.251Z | Compiling ctor-proc-macro v0.0.13 |
| 472 | 2026-07-19T04:26:54.291Z | Checking once_cell v1.21.4 |
| 473 | 2026-07-19T04:26:54.414Z | Checking ron v0.12.2 |
| 474 | 2026-07-19T04:26:54.469Z | Checking ingot v0.1.1 |
| 475 | 2026-07-19T04:26:54.559Z | Checking ctor v0.10.1 |
| 476 | 2026-07-19T04:26:55.044Z | Compiling usdt-macro v0.6.0 |
| 477 | 2026-07-19T04:26:55.044Z | Compiling usdt-attr-macro v0.6.0 |
| 478 | 2026-07-19T04:26:55.293Z | Checking rusticata-macros v5.0.0 |
| 479 | 2026-07-19T04:26:55.414Z | Checking pcap-parser v0.17.0 |
| 480 | 2026-07-19T04:26:55.664Z | Checking usdt v0.6.0 |
| 481 | 2026-07-19T04:26:55.974Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 482 | 2026-07-19T04:27:00.392Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 483 | 2026-07-19T04:27:02.060Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 484 | 2026-07-19T04:27:04.400Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.88s |
| 485 | 2026-07-19T04:27:04.432Z | |
| 486 | 2026-07-19T04:27:04.432Z | real 19.965267828 |
| 487 | 2026-07-19T04:27:04.432Z | user 1:13.485887572 |
| 488 | 2026-07-19T04:27:04.433Z | sys 15.197133206 |
| 489 | 2026-07-19T04:27:04.433Z | trap 0.039243360 |
| 490 | 2026-07-19T04:27:04.433Z | tflt 0.132871418 |
| 491 | 2026-07-19T04:27:04.433Z | dflt 0.190154141 |
| 492 | 2026-07-19T04:27:04.436Z | kflt 0.000010900 |
| 493 | 2026-07-19T04:27:04.436Z | lock 4:48.515644171 |
| 494 | 2026-07-19T04:27:04.436Z | slp 3:53.817797344 |
| 495 | 2026-07-19T04:27:04.436Z | lat 4.019943745 |
| 496 | 2026-07-19T04:27:04.437Z | stop 9.548184688 |
| 497 | 2026-07-19T04:27:04.437Z | + header 'analyze no_std + engine + kernel' |
| 498 | 2026-07-19T04:27:04.437Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 499 | 2026-07-19T04:27:04.437Z | # ==== analyze no_std + engine + kernel ==== # |
| 500 | 2026-07-19T04:27:04.437Z | + ptime -m cargo +nightly-2026-07-19-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel |
| 501 | 2026-07-19T04:27:04.605Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 502 | 2026-07-19T04:27:04.605Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 503 | 2026-07-19T04:27:04.605Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 504 | 2026-07-19T04:27:04.605Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 505 | 2026-07-19T04:27:04.819Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 506 | 2026-07-19T04:27:07.847Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 507 | 2026-07-19T04:27:08.977Z | Finished `dev` profile [optimized + debuginfo] target(s) in 4.50s |
| 508 | 2026-07-19T04:27:09.004Z | |
| 509 | 2026-07-19T04:27:09.007Z | real 4.565600462 |
| 510 | 2026-07-19T04:27:09.007Z | user 4.706285015 |
| 511 | 2026-07-19T04:27:09.007Z | sys 0.925563998 |
| 512 | 2026-07-19T04:27:09.007Z | trap 0.000601390 |
| 513 | 2026-07-19T04:27:09.007Z | tflt 0.024994514 |
| 514 | 2026-07-19T04:27:09.007Z | dflt 0.001661730 |
| 515 | 2026-07-19T04:27:09.007Z | kflt 0.000000000 |
| 516 | 2026-07-19T04:27:09.007Z | lock 14.730290458 |
| 517 | 2026-07-19T04:27:09.007Z | slp 17.655266566 |
| 518 | 2026-07-19T04:27:09.007Z | lat 0.006122450 |
| 519 | 2026-07-19T04:27:09.007Z | stop 0.200465030 |
| 520 | 2026-07-19T04:27:09.007Z | + header test |
| 521 | 2026-07-19T04:27:09.007Z | + echo '# ==== test ==== #' |
| 522 | 2026-07-19T04:27:09.007Z | # ==== test ==== # |
| 523 | 2026-07-19T04:27:09.007Z | + ptime -m cargo test |
| 524 | 2026-07-19T04:27:09.159Z | Compiling memchr v2.8.2 |
| 525 | 2026-07-19T04:27:09.159Z | Compiling serde_core v1.0.228 |
| 526 | 2026-07-19T04:27:09.185Z | Compiling thiserror v2.0.18 |
| 527 | 2026-07-19T04:27:09.190Z | Compiling zerocopy v0.8.52 |
| 528 | 2026-07-19T04:27:09.190Z | Compiling byteorder v1.5.0 |
| 529 | 2026-07-19T04:27:09.190Z | Compiling unicode-ident v1.0.24 |
| 530 | 2026-07-19T04:27:09.195Z | Compiling zmij v1.0.21 |
| 531 | 2026-07-19T04:27:09.195Z | Compiling libc v0.2.186 |
| 532 | 2026-07-19T04:27:09.270Z | Compiling proc-macro2 v1.0.106 |
| 533 | 2026-07-19T04:27:09.311Z | Compiling scroll v0.13.0 |
| 534 | 2026-07-19T04:27:09.398Z | Compiling itoa v1.0.18 |
| 535 | 2026-07-19T04:27:09.529Z | Compiling futures-sink v0.3.32 |
| 536 | 2026-07-19T04:27:09.559Z | Compiling log v0.4.33 |
| 537 | 2026-07-19T04:27:09.578Z | Compiling ucd-trie v0.1.7 |
| 538 | 2026-07-19T04:27:09.622Z | Compiling plain v0.2.3 |
| 539 | 2026-07-19T04:27:09.653Z | Compiling futures-core v0.3.32 |
| 540 | 2026-07-19T04:27:09.719Z | Compiling pest v2.8.7 |
| 541 | 2026-07-19T04:27:09.787Z | Compiling futures-channel v0.3.32 |
| 542 | 2026-07-19T04:27:09.812Z | Compiling goblin v0.10.7 |
| 543 | 2026-07-19T04:27:10.024Z | Compiling quote v1.0.46 |
| 544 | 2026-07-19T04:27:10.266Z | Compiling hash32 v0.3.1 |
| 545 | 2026-07-19T04:27:10.432Z | Compiling slab v0.4.12 |
| 546 | 2026-07-19T04:27:10.612Z | Compiling pretty-hex v0.4.2 |
| 547 | 2026-07-19T04:27:10.646Z | Compiling futures-task v0.3.32 |
| 548 | 2026-07-19T04:27:10.740Z | Compiling macaddr v1.0.1 |
| 549 | 2026-07-19T04:27:10.748Z | Compiling pin-project-lite v0.2.17 |
| 550 | 2026-07-19T04:27:10.836Z | Compiling cfg-if v1.0.4 |
| 551 | 2026-07-19T04:27:10.844Z | Compiling futures-io v0.3.32 |
| 552 | 2026-07-19T04:27:10.899Z | Compiling stable_deref_trait v1.2.1 |
| 553 | 2026-07-19T04:27:10.969Z | Compiling serde v1.0.228 |
| 554 | 2026-07-19T04:27:10.993Z | Compiling bitflags v2.13.0 |
| 555 | 2026-07-19T04:27:11.034Z | Compiling serde_json v1.0.150 |
| 556 | 2026-07-19T04:27:11.193Z | Compiling heapless v0.8.0 |
| 557 | 2026-07-19T04:27:11.402Z | Compiling futures-util v0.3.32 |
| 558 | 2026-07-19T04:27:11.413Z | Compiling dtrace-parser v0.3.0 |
| 559 | 2026-07-19T04:27:11.605Z | Compiling syn v2.0.118 |
| 560 | 2026-07-19T04:27:11.640Z | Compiling thread-id v5.1.0 |
| 561 | 2026-07-19T04:27:11.713Z | Compiling cobs v0.3.0 |
| 562 | 2026-07-19T04:27:11.990Z | Compiling managed v0.8.0 |
| 563 | 2026-07-19T04:27:12.017Z | Compiling ingot-types v0.1.2 |
| 564 | 2026-07-19T04:27:12.198Z | Compiling bitflags v1.3.2 |
| 565 | 2026-07-19T04:27:12.212Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 566 | 2026-07-19T04:27:12.262Z | Compiling smoltcp v0.11.0 |
| 567 | 2026-07-19T04:27:12.419Z | Compiling ingot v0.1.1 |
| 568 | 2026-07-19T04:27:12.438Z | Compiling postcard v1.1.3 |
| 569 | 2026-07-19T04:27:12.788Z | Compiling dof v0.4.0 |
| 570 | 2026-07-19T04:27:14.150Z | Compiling usdt-impl v0.6.0 |
| 571 | 2026-07-19T04:27:14.153Z | Compiling futures-executor v0.3.32 |
| 572 | 2026-07-19T04:27:14.598Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 573 | 2026-07-19T04:27:14.724Z | Compiling memmap2 v0.9.11 |
| 574 | 2026-07-19T04:27:14.978Z | Compiling either v1.16.0 |
| 575 | 2026-07-19T04:27:15.018Z | Compiling ipnetwork v0.21.1 |
| 576 | 2026-07-19T04:27:15.159Z | Compiling unicode-width v0.2.2 |
| 577 | 2026-07-19T04:27:15.219Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 578 | 2026-07-19T04:27:15.468Z | Compiling tabwriter v1.4.1 |
| 579 | 2026-07-19T04:27:15.515Z | Compiling itertools v0.15.0 |
| 580 | 2026-07-19T04:27:15.915Z | Compiling ref-cast v1.0.25 |
| 581 | 2026-07-19T04:27:16.014Z | Compiling usdt v0.6.0 |
| 582 | 2026-07-19T04:27:16.429Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 583 | 2026-07-19T04:27:16.554Z | Compiling futures v0.3.32 |
| 584 | 2026-07-19T04:27:16.630Z | Compiling crc32fast v1.5.0 |
| 585 | 2026-07-19T04:27:16.653Z | Compiling nom v8.0.0 |
| 586 | 2026-07-19T04:27:16.659Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 587 | 2026-07-19T04:27:16.865Z | Compiling dyn-clone v1.0.20 |
| 588 | 2026-07-19T04:27:17.033Z | Compiling cookie-factory v0.3.3 |
| 589 | 2026-07-19T04:27:17.142Z | Compiling uuid v1.23.4 |
| 590 | 2026-07-19T04:27:17.347Z | Compiling circular v0.3.0 |
| 591 | 2026-07-19T04:27:17.602Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 592 | 2026-07-19T04:27:17.680Z | Compiling dtor v0.8.1 |
| 593 | 2026-07-19T04:27:17.683Z | Compiling typeid v1.0.3 |
| 594 | 2026-07-19T04:27:17.763Z | Compiling anyhow v1.0.103 |
| 595 | 2026-07-19T04:27:17.768Z | Compiling once_cell v1.21.4 |
| 596 | 2026-07-19T04:27:17.784Z | Compiling link-section v0.2.1 |
| 597 | 2026-07-19T04:27:17.921Z | Compiling ron v0.12.2 |
| 598 | 2026-07-19T04:27:17.921Z | Compiling ctor v0.10.1 |
| 599 | 2026-07-19T04:27:19.229Z | Compiling rusticata-macros v5.0.0 |
| 600 | 2026-07-19T04:27:19.557Z | Compiling pcap-parser v0.17.0 |
| 601 | 2026-07-19T04:27:21.770Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 602 | 2026-07-19T04:27:24.315Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 603 | 2026-07-19T04:28:02.575Z | Finished `test` profile [optimized + debuginfo] target(s) in 53.56s |
| 604 | 2026-07-19T04:28:02.591Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-6473ed6cfdcd49b2) |
| 605 | 2026-07-19T04:28:02.594Z | |
| 606 | 2026-07-19T04:28:02.594Z | running 15 tests |
| 607 | 2026-07-19T04:28:02.594Z | test api::tests::parse_bad_proto_filter ... ok |
| 608 | 2026-07-19T04:28:02.594Z | test api::tests::parse_good_proto_filter ... ok |
| 609 | 2026-07-19T04:28:02.594Z | test api::tests::parse_good_address ... ok |
| 610 | 2026-07-19T04:28:02.594Z | test api::tests::ports_from_str_good ... ok |
| 611 | 2026-07-19T04:28:02.594Z | test api::tests::ports_from_str_bad ... ok |
| 612 | 2026-07-19T04:28:02.594Z | test api::tests::parse_bad_address ... ok |
| 613 | 2026-07-19T04:28:02.594Z | test cfg::tests::test_required_nat_space ... ok |
| 614 | 2026-07-19T04:28:02.594Z | test cfg::tests::test_required_nat_space_only_ipv4 ... ok |
| 615 | 2026-07-19T04:28:02.594Z | test cfg::tests::test_required_nat_space_only_ipv6 ... ok |
| 616 | 2026-07-19T04:28:02.594Z | test engine::geneve::test::option_packet_length_with_known_options ... ok |
| 617 | 2026-07-19T04:28:02.594Z | test engine::geneve::test::parse_multicast_replication_values ... ok |
| 618 | 2026-07-19T04:28:02.594Z | test engine::geneve::test::parse_multi_opt ... ok |
| 619 | 2026-07-19T04:28:02.595Z | test engine::geneve::test::parse_single_opt ... ok |
| 620 | 2026-07-19T04:28:02.595Z | test engine::geneve::test::unknown_crit_option_fails ... ok |
| 621 | 2026-07-19T04:28:02.598Z | test engine::firewall::tests::port_predicate_simplification ... ok |
| 622 | 2026-07-19T04:28:02.598Z | |
| 623 | 2026-07-19T04:28:02.598Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 624 | 2026-07-19T04:28:02.598Z | |
| 625 | 2026-07-19T04:28:02.598Z | Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-991820f5753ce603) |
| 626 | 2026-07-19T04:28:02.598Z | |
| 627 | 2026-07-19T04:28:02.598Z | running 4 tests |
| 628 | 2026-07-19T04:28:02.598Z | test firewall_external_inbound ... ok |
| 629 | 2026-07-19T04:28:02.598Z | test firewall_vni_outbound ... ok |
| 630 | 2026-07-19T04:28:02.598Z | test firewall_vni_inbound ... ok |
| 631 | 2026-07-19T04:28:02.598Z | test firewall_replace_rules ... ok |
| 632 | 2026-07-19T04:28:02.598Z | |
| 633 | 2026-07-19T04:28:02.598Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 634 | 2026-07-19T04:28:02.598Z | |
| 635 | 2026-07-19T04:28:02.601Z | Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-71fa3c84d431769c) |
| 636 | 2026-07-19T04:28:02.601Z | |
| 637 | 2026-07-19T04:28:02.601Z | running 2 tests |
| 638 | 2026-07-19T04:28:02.602Z | test parse_in_regression ... ok |
| 639 | 2026-07-19T04:28:02.602Z | test parse_out_regression ... ok |
| 640 | 2026-07-19T04:28:02.602Z | |
| 641 | 2026-07-19T04:28:02.602Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 642 | 2026-07-19T04:28:02.602Z | |
| 643 | 2026-07-19T04:28:02.602Z | Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-363484a814622a16) |
| 644 | 2026-07-19T04:28:02.606Z | |
| 645 | 2026-07-19T04:28:02.606Z | running 48 tests |
| 646 | 2026-07-19T04:28:02.606Z | test bad_ip_len ... ok |
| 647 | 2026-07-19T04:28:02.606Z | test check_layers ... ok |
| 648 | 2026-07-19T04:28:02.606Z | test add_remove_fw_rule ... ok |
| 649 | 2026-07-19T04:28:02.606Z | test arp_gateway ... ok |
| 650 | 2026-07-19T04:28:02.606Z | test anti_spoof ... ok |
| 651 | 2026-07-19T04:28:02.606Z | test external_attached_subnets_cannot_reach_internal ... ok |
| 652 | 2026-07-19T04:28:02.606Z | test ephemeral_ip_preferred_over_snat_outbound ... ok |
| 653 | 2026-07-19T04:28:02.606Z | test external_attached_subnets_dont_apply_nat ... ok |
| 654 | 2026-07-19T04:28:02.606Z | test external_ip_epoch_affinity_preserved ... ok |
| 655 | 2026-07-19T04:28:02.606Z | test flow_expiration ... ok |
| 656 | 2026-07-19T04:28:02.606Z | test gateway_icmp4_ping ... ok |
| 657 | 2026-07-19T04:28:02.606Z | test gateway_icmpv6_ping ... ok |
| 658 | 2026-07-19T04:28:02.606Z | test early_tcp_invalidation ... ok |
| 659 | 2026-07-19T04:28:02.607Z | test external_ip_reconfigurable ... ok |
| 660 | 2026-07-19T04:28:02.607Z | test gateway_router_advert_reply ... ok |
| 661 | 2026-07-19T04:28:02.607Z | test guest_to_guest_diff_vpc_no_peer ... ok |
| 662 | 2026-07-19T04:28:02.607Z | test guest_to_guest_no_route ... ok |
| 663 | 2026-07-19T04:28:02.607Z | test guest_to_internet_ipv4 ... ok |
| 664 | 2026-07-19T04:28:02.607Z | test guest_to_guest ... ok |
| 665 | 2026-07-19T04:28:02.607Z | test guest_to_internet_ipv6 ... ok |
| 666 | 2026-07-19T04:28:02.607Z | test icmp_inner_has_nat_applied ... ok |
| 667 | 2026-07-19T04:28:02.607Z | test inbound_ndp_dropped_at_gateway ... ok |
| 668 | 2026-07-19T04:28:02.607Z | test external_ip_balanced_over_floating_ips ... ok |
| 669 | 2026-07-19T04:28:02.607Z | test external_ip_receive_and_reply_on_all ... ok |
| 670 | 2026-07-19T04:28:02.607Z | test icmpv6_inner_has_nat_applied ... ok |
| 671 | 2026-07-19T04:28:02.607Z | test outbound_ndp_dropped ... ok |
| 672 | 2026-07-19T04:28:02.607Z | test no_panic_on_flow_table_full ... ok |
| 673 | 2026-07-19T04:28:02.607Z | test internal_attached_subnets ... ok |
| 674 | 2026-07-19T04:28:02.607Z | test intra_subnet_routes_with_custom ... ok |
| 675 | 2026-07-19T04:28:02.607Z | test packet_body_pullup ... ok |
| 676 | 2026-07-19T04:28:02.607Z | test port_transition_reset ... ok |
| 677 | 2026-07-19T04:28:02.610Z | test port_transition_running ... ok |
| 678 | 2026-07-19T04:28:02.610Z | test port_as_router_target ... ok |
| 679 | 2026-07-19T04:28:02.610Z | test port_transition_pause ... ok |
| 680 | 2026-07-19T04:28:02.610Z | test select_eip_conditioned_on_igw ... ok |
| 681 | 2026-07-19T04:28:02.610Z | test tcp_invalidation_does_not_block_connection ... ok |
| 682 | 2026-07-19T04:28:02.610Z | test snat_icmp6_echo_rewrite ... ok |
| 683 | 2026-07-19T04:28:02.610Z | test snat_icmp4_echo_rewrite ... ok |
| 684 | 2026-07-19T04:28:02.610Z | test test_drop_on_unknown_critical_option ... ok |
| 685 | 2026-07-19T04:28:02.610Z | test test_v6_ext_hdr_geneve_offset_ok ... ok |
| 686 | 2026-07-19T04:28:02.610Z | test tcp_inbound ... ok |
| 687 | 2026-07-19T04:28:02.610Z | test tcp_outbound ... ok |
| 688 | 2026-07-19T04:28:02.610Z | test test_tcp_multicast_denied ... ok |
| 689 | 2026-07-19T04:28:02.610Z | test test_ipv6_multicast_encapsulation ... ok |
| 690 | 2026-07-19T04:28:02.610Z | test test_gateway_neighbor_advert_reply ... ok |
| 691 | 2026-07-19T04:28:02.611Z | test test_reply_to_dhcpv6_solicit_or_request ... ok |
| 692 | 2026-07-19T04:28:02.611Z | test uft_lft_invalidation_out ... ok |
| 693 | 2026-07-19T04:28:02.611Z | test uft_lft_invalidation_in ... ok |
| 694 | 2026-07-19T04:28:02.611Z | |
| 695 | 2026-07-19T04:28:02.611Z | test result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 696 | 2026-07-19T04:28:02.611Z | |
| 697 | 2026-07-19T04:28:02.611Z | Doc-tests oxide_vpc |
| 698 | 2026-07-19T04:28:02.902Z | |
| 699 | 2026-07-19T04:28:02.902Z | running 0 tests |
| 700 | 2026-07-19T04:28:02.902Z | |
| 701 | 2026-07-19T04:28:02.902Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 702 | 2026-07-19T04:28:02.902Z | |
| 703 | 2026-07-19T04:28:02.946Z | |
| 704 | 2026-07-19T04:28:02.951Z | real 53.916534183 |
| 705 | 2026-07-19T04:28:02.951Z | user 3:18.610042703 |
| 706 | 2026-07-19T04:28:02.951Z | sys 11.965349457 |
| 707 | 2026-07-19T04:28:02.951Z | trap 0.095554541 |
| 708 | 2026-07-19T04:28:02.951Z | tflt 0.199792468 |
| 709 | 2026-07-19T04:28:02.951Z | dflt 0.263099475 |
| 710 | 2026-07-19T04:28:02.951Z | kflt 0.000094710 |
| 711 | 2026-07-19T04:28:02.951Z | lock 13:49.696157498 |
| 712 | 2026-07-19T04:28:02.951Z | slp 6:43.546509683 |
| 713 | 2026-07-19T04:28:02.951Z | lat 7.505935989 |
| 714 | 2026-07-19T04:28:02.951Z | stop 5.413531038 |
| 715 | 2026-07-19T04:28:02.951Z | process exited: duration 118421 ms, exit code 0 |
| |
| 716 | 2026-07-19T04:28:02.957Z | found 0 output files |