|
|
|
| 1 | 2026-08-26T21:19:31.566Z | job assigned to worker 01M0ZZ181VE51S6Z8V7K03ADVV [factory aws, i-0dfa7f6a094007c2a] (queued for 49 s) |
| |
| 2 | 2026-08-26T21:19:37.706Z | starting task 0: "setup" |
| 3 | 2026-08-26T21:19:37.711Z | ++ uname -s |
| 4 | 2026-08-26T21:19:37.714Z | + kern=SunOS |
| 5 | 2026-08-26T21:19:37.714Z | + build_user=build |
| 6 | 2026-08-26T21:19:37.714Z | + build_uid=12345 |
| 7 | 2026-08-26T21:19:37.714Z | + work_dir=/work |
| 8 | 2026-08-26T21:19:37.714Z | + input_dir=/input |
| 9 | 2026-08-26T21:19:37.714Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-26T21:19:37.715Z | + case "$kern" in |
| 11 | 2026-08-26T21:19:37.715Z | + groupadd -g 12345 build |
| 12 | 2026-08-26T21:19:37.715Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-26T21:19:39.719Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-26T21:19:39.823Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-26T21:19:39.826Z | + home_fs=zfs |
| 16 | 2026-08-26T21:19:39.826Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-26T21:19:39.826Z | + mkdir -p /home/build |
| 18 | 2026-08-26T21:19:39.826Z | + chown build:build /home/build /work |
| 19 | 2026-08-26T21:19:41.828Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-26T21:19:41.831Z | process exited: duration 4123 ms, exit code 0 |
| |
| 21 | 2026-08-26T21:19:41.839Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-26T21:19:41.842Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-26T21:19:41.843Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-26T21:19:41.843Z | * rust toolchain profile = "default" |
| 25 | 2026-08-26T21:19:41.843Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-26T21:19:41.843Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-26T21:19:41.843Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-26T21:19:41.846Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-26T21:19:41.846Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-26T21:19:41.927Z | info: downloading installer |
| 31 | 2026-08-26T21:19:43.266Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-26T21:19:43.266Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-26T21:19:43.266Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-26T21:19:43.266Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-26T21:19:43.279Z | info: profile set to default |
| 36 | 2026-08-26T21:19:43.279Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-26T21:19:43.284Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-26T21:19:43.419Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-26T21:19:43.423Z | info: downloading 6 components |
| 40 | 2026-08-26T21:19:58.908Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-26T21:19:58.908Z | |
| 42 | 2026-08-26T21:19:58.936Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-26T21:19:58.936Z | |
| 44 | 2026-08-26T21:19:58.936Z | |
| 45 | 2026-08-26T21:19:58.936Z | Rust is installed now. Great! |
| 46 | 2026-08-26T21:19:58.936Z | |
| 47 | 2026-08-26T21:19:58.939Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-26T21:19:58.939Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-26T21:19:58.939Z | |
| 50 | 2026-08-26T21:19:58.939Z | To configure your current shell, you need to source |
| 51 | 2026-08-26T21:19:58.939Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-26T21:19:58.939Z | |
| 53 | 2026-08-26T21:19:58.939Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-26T21:19:58.939Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-26T21:19:58.939Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-26T21:19:58.939Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-26T21:19:58.939Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-26T21:19:58.939Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-26T21:19:58.939Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-26T21:19:58.939Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-26T21:19:58.939Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-26T21:19:59.029Z | + rustup --version |
| 63 | 2026-08-26T21:19:59.037Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-26T21:19:59.040Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-26T21:19:59.058Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-26T21:19:59.061Z | + cargo --version |
| 67 | 2026-08-26T21:19:59.076Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-26T21:19:59.080Z | + rustc --version |
| 69 | 2026-08-26T21:19:59.097Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-26T21:19:59.100Z | process exited: duration 17260 ms, exit code 0 |
| |
| 71 | 2026-08-26T21:19:59.106Z | starting task 2: "authentication" |
| 72 | 2026-08-26T21:19:59.122Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-26T21:19:59.128Z | starting task 3: "clone repository" |
| 74 | 2026-08-26T21:19:59.132Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-08-26T21:19:59.136Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-08-26T21:19:59.165Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-08-26T21:20:00.456Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-08-26T21:20:00.456Z | + git fetch origin 0c0dbc457f2ed49fc7b40485bdfd565f687664ca |
| 79 | 2026-08-26T21:20:00.765Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-08-26T21:20:00.765Z | * branch 0c0dbc457f2ed49fc7b40485bdfd565f687664ca -> FETCH_HEAD |
| 81 | 2026-08-26T21:20:00.770Z | + [[ -n bound-my-list ]] |
| 82 | 2026-08-26T21:20:00.774Z | ++ git branch --show-current |
| 83 | 2026-08-26T21:20:00.775Z | + current=master |
| 84 | 2026-08-26T21:20:00.775Z | + [[ master != bound-my-list ]] |
| 85 | 2026-08-26T21:20:00.775Z | + git branch -f bound-my-list 0c0dbc457f2ed49fc7b40485bdfd565f687664ca |
| 86 | 2026-08-26T21:20:00.777Z | + git checkout -f bound-my-list |
| 87 | 2026-08-26T21:20:00.793Z | Switched to branch 'bound-my-list' |
| 88 | 2026-08-26T21:20:00.796Z | + git reset --hard 0c0dbc457f2ed49fc7b40485bdfd565f687664ca |
| 89 | 2026-08-26T21:20:00.810Z | HEAD is now at 0c0dbc4 Expand expiry benchmarks with *actual* expiry |
| 90 | 2026-08-26T21:20:00.813Z | process exited: duration 1682 ms, exit code 0 |
| |
| 91 | 2026-08-26T21:20:00.819Z | starting task 4: "build" |
| 92 | 2026-08-26T21:20:00.822Z | + source .github/buildomat/common.sh |
| 93 | 2026-08-26T21:20:00.825Z | ++ rustup show active-toolchain |
| 94 | 2026-08-26T21:20:00.828Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-08-26T21:20:00.831Z | ++ pushd xde |
| 96 | 2026-08-26T21:20:00.831Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-08-26T21:20:00.831Z | ++ rustup show active-toolchain |
| 98 | 2026-08-26T21:20:00.834Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 99 | 2026-08-26T21:20:01.096Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 100 | 2026-08-26T21:20:01.099Z | info: downloading 6 components |
| 101 | 2026-08-26T21:20:16.650Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-08-26T21:20:16.752Z | +++ rustup show active-toolchain -v |
| 103 | 2026-08-26T21:20:16.755Z | +++ head -n 1 |
| 104 | 2026-08-26T21:20:16.756Z | +++ cut '-d ' -f1 |
| 105 | 2026-08-26T21:20:16.813Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 106 | 2026-08-26T21:20:16.813Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-08-26T21:20:16.813Z | ++ popd |
| 108 | 2026-08-26T21:20:16.817Z | /work/oxidecomputer/opte |
| 109 | 2026-08-26T21:20:16.817Z | + cargo --version |
| 110 | 2026-08-26T21:20:16.822Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 111 | 2026-08-26T21:20:16.826Z | + rustc --version |
| 112 | 2026-08-26T21:20:16.844Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 113 | 2026-08-26T21:20:16.847Z | + cd crates/opte-api |
| 114 | 2026-08-26T21:20:16.847Z | + header 'check API_VERSION' |
| 115 | 2026-08-26T21:20:16.847Z | + echo '# ==== check API_VERSION ==== #' |
| 116 | 2026-08-26T21:20:16.847Z | # ==== check API_VERSION ==== # |
| 117 | 2026-08-26T21:20:16.847Z | + ./check-api-version.sh |
| 118 | 2026-08-26T21:20:16.859Z | + header 'check style' |
| 119 | 2026-08-26T21:20:16.859Z | + echo '# ==== check style ==== #' |
| 120 | 2026-08-26T21:20:16.863Z | # ==== check style ==== # |
| 121 | 2026-08-26T21:20:16.863Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 122 | 2026-08-26T21:20:16.938Z | |
| 123 | 2026-08-26T21:20:16.938Z | real 0.077245848 |
| 124 | 2026-08-26T21:20:16.938Z | user 0.045238113 |
| 125 | 2026-08-26T21:20:16.938Z | sys 0.029018030 |
| 126 | 2026-08-26T21:20:16.938Z | trap 0.000013480 |
| 127 | 2026-08-26T21:20:16.938Z | tflt 0.000022890 |
| 128 | 2026-08-26T21:20:16.938Z | dflt 0.000003700 |
| 129 | 2026-08-26T21:20:16.938Z | kflt 0.000000000 |
| 130 | 2026-08-26T21:20:16.938Z | lock 0.031621704 |
| 131 | 2026-08-26T21:20:16.938Z | slp 0.057490651 |
| 132 | 2026-08-26T21:20:16.938Z | lat 0.000758330 |
| 133 | 2026-08-26T21:20:16.939Z | stop 0.000099920 |
| 134 | 2026-08-26T21:20:16.942Z | + header 'analyze std' |
| 135 | 2026-08-26T21:20:16.942Z | + echo '# ==== analyze std ==== #' |
| 136 | 2026-08-26T21:20:16.942Z | # ==== analyze std ==== # |
| 137 | 2026-08-26T21:20:16.942Z | + ptime -m cargo clippy --all-targets |
| 138 | 2026-08-26T21:20:17.061Z | Updating crates.io index |
| 139 | 2026-08-26T21:20:17.064Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 140 | 2026-08-26T21:20:17.820Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 141 | 2026-08-26T21:20:18.494Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 142 | 2026-08-26T21:20:18.849Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 143 | 2026-08-26T21:20:19.235Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 144 | 2026-08-26T21:20:19.620Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 145 | 2026-08-26T21:20:19.990Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 146 | 2026-08-26T21:20:21.616Z | Downloading crates ... |
| 147 | 2026-08-26T21:20:21.659Z | Downloaded cobs v0.3.0 |
| 148 | 2026-08-26T21:20:21.668Z | Downloaded serde_core v1.0.228 |
| 149 | 2026-08-26T21:20:21.677Z | Downloaded proc-macro2 v1.0.106 |
| 150 | 2026-08-26T21:20:21.680Z | Downloaded embedded-io v0.4.0 |
| 151 | 2026-08-26T21:20:21.683Z | Downloaded bitflags v2.13.0 |
| 152 | 2026-08-26T21:20:21.686Z | Downloaded memchr v2.8.3 |
| 153 | 2026-08-26T21:20:21.689Z | Downloaded ident_case v1.0.1 |
| 154 | 2026-08-26T21:20:21.692Z | Downloaded hash32 v0.3.1 |
| 155 | 2026-08-26T21:20:21.696Z | Downloaded managed v0.8.0 |
| 156 | 2026-08-26T21:20:21.699Z | Downloaded embedded-io v0.6.1 |
| 157 | 2026-08-26T21:20:21.701Z | Downloaded macaddr v1.0.1 |
| 158 | 2026-08-26T21:20:21.702Z | Downloaded defmt v0.3.100 |
| 159 | 2026-08-26T21:20:21.704Z | Downloaded strsim v0.11.1 |
| 160 | 2026-08-26T21:20:21.704Z | Downloaded defmt-parser v1.0.0 |
| 161 | 2026-08-26T21:20:21.707Z | Downloaded bitflags v1.3.2 |
| 162 | 2026-08-26T21:20:21.710Z | Downloaded either v1.16.0 |
| 163 | 2026-08-26T21:20:21.713Z | Downloaded thiserror v2.0.18 |
| 164 | 2026-08-26T21:20:21.716Z | Downloaded ingot v0.2.0 |
| 165 | 2026-08-26T21:20:21.716Z | Downloaded defmt v1.1.1 |
| 166 | 2026-08-26T21:20:21.719Z | Downloaded quote v1.0.46 |
| 167 | 2026-08-26T21:20:21.719Z | Downloaded byteorder v1.5.0 |
| 168 | 2026-08-26T21:20:21.726Z | Downloaded darling_macro v0.23.0 |
| 169 | 2026-08-26T21:20:21.730Z | Downloaded ingot-types v0.2.0 |
| 170 | 2026-08-26T21:20:21.733Z | Downloaded stable_deref_trait v1.2.1 |
| 171 | 2026-08-26T21:20:21.736Z | Downloaded cfg-if v1.0.4 |
| 172 | 2026-08-26T21:20:21.740Z | Downloaded ingot-macros v0.2.0 |
| 173 | 2026-08-26T21:20:21.745Z | Downloaded ipnetwork v0.21.1 |
| 174 | 2026-08-26T21:20:21.750Z | Downloaded thiserror-impl v2.0.18 |
| 175 | 2026-08-26T21:20:21.750Z | Downloaded serde_derive v1.0.228 |
| 176 | 2026-08-26T21:20:21.753Z | Downloaded defmt-macros v1.1.1 |
| 177 | 2026-08-26T21:20:21.753Z | Downloaded darling v0.23.0 |
| 178 | 2026-08-26T21:20:21.757Z | Downloaded heapless v0.8.0 |
| 179 | 2026-08-26T21:20:21.761Z | Downloaded darling_core v0.23.0 |
| 180 | 2026-08-26T21:20:21.764Z | Downloaded postcard v1.1.3 |
| 181 | 2026-08-26T21:20:21.767Z | Downloaded unicode-ident v1.0.24 |
| 182 | 2026-08-26T21:20:21.771Z | Downloaded aho-corasick v1.1.4 |
| 183 | 2026-08-26T21:20:21.783Z | Downloaded serde v1.0.228 |
| 184 | 2026-08-26T21:20:21.792Z | Downloaded zerocopy-derive v0.8.54 |
| 185 | 2026-08-26T21:20:21.811Z | Downloaded regex v1.13.0 |
| 186 | 2026-08-26T21:20:21.815Z | Downloaded itertools v0.15.0 |
| 187 | 2026-08-26T21:20:21.855Z | Downloaded zerocopy v0.8.54 |
| 188 | 2026-08-26T21:20:21.864Z | Downloaded smoltcp v0.11.0 |
| 189 | 2026-08-26T21:20:21.870Z | Downloaded syn v2.0.118 |
| 190 | 2026-08-26T21:20:21.876Z | Downloaded regex-syntax v0.8.11 |
| 191 | 2026-08-26T21:20:21.879Z | Downloaded regex-automata v0.4.15 |
| 192 | 2026-08-26T21:20:21.914Z | Compiling proc-macro2 v1.0.106 |
| 193 | 2026-08-26T21:20:21.914Z | Compiling unicode-ident v1.0.24 |
| 194 | 2026-08-26T21:20:21.918Z | Compiling quote v1.0.46 |
| 195 | 2026-08-26T21:20:21.918Z | Compiling strsim v0.11.1 |
| 196 | 2026-08-26T21:20:21.918Z | Compiling memchr v2.8.3 |
| 197 | 2026-08-26T21:20:21.918Z | Compiling ident_case v1.0.1 |
| 198 | 2026-08-26T21:20:21.918Z | Compiling serde_core v1.0.228 |
| 199 | 2026-08-26T21:20:21.918Z | Compiling regex-syntax v0.8.11 |
| 200 | 2026-08-26T21:20:22.104Z | Compiling thiserror v2.0.18 |
| 201 | 2026-08-26T21:20:22.107Z | Compiling serde v1.0.228 |
| 202 | 2026-08-26T21:20:22.264Z | Compiling either v1.16.0 |
| 203 | 2026-08-26T21:20:22.349Z | Compiling zerocopy v0.8.54 |
| 204 | 2026-08-26T21:20:22.402Z | Compiling aho-corasick v1.1.4 |
| 205 | 2026-08-26T21:20:22.463Z | Compiling itertools v0.15.0 |
| 206 | 2026-08-26T21:20:22.576Z | Checking byteorder v1.5.0 |
| 207 | 2026-08-26T21:20:22.606Z | Compiling heapless v0.8.0 |
| 208 | 2026-08-26T21:20:22.724Z | Checking hash32 v0.3.1 |
| 209 | 2026-08-26T21:20:22.751Z | Compiling smoltcp v0.11.0 |
| 210 | 2026-08-26T21:20:22.825Z | Checking bitflags v2.13.0 |
| 211 | 2026-08-26T21:20:22.972Z | Checking stable_deref_trait v1.2.1 |
| 212 | 2026-08-26T21:20:23.052Z | Checking macaddr v1.0.1 |
| 213 | 2026-08-26T21:20:23.181Z | Checking cfg-if v1.0.4 |
| 214 | 2026-08-26T21:20:23.188Z | Checking managed v0.8.0 |
| 215 | 2026-08-26T21:20:23.238Z | Compiling syn v2.0.118 |
| 216 | 2026-08-26T21:20:23.270Z | Checking bitflags v1.3.2 |
| 217 | 2026-08-26T21:20:23.331Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 218 | 2026-08-26T21:20:23.364Z | Checking ipnetwork v0.21.1 |
| 219 | 2026-08-26T21:20:23.441Z | Compiling regex-automata v0.4.15 |
| 220 | 2026-08-26T21:20:24.916Z | Compiling regex v1.13.0 |
| 221 | 2026-08-26T21:20:25.416Z | Compiling darling_core v0.23.0 |
| 222 | 2026-08-26T21:20:25.744Z | Compiling serde_derive v1.0.228 |
| 223 | 2026-08-26T21:20:25.744Z | Compiling zerocopy-derive v0.8.54 |
| 224 | 2026-08-26T21:20:25.745Z | Compiling thiserror-impl v2.0.18 |
| 225 | 2026-08-26T21:20:26.746Z | Checking cobs v0.3.0 |
| 226 | 2026-08-26T21:20:26.810Z | Compiling darling_macro v0.23.0 |
| 227 | 2026-08-26T21:20:27.322Z | Compiling darling v0.23.0 |
| 228 | 2026-08-26T21:20:27.386Z | Compiling ingot-macros v0.2.0 |
| 229 | 2026-08-26T21:20:28.040Z | Checking postcard v1.1.3 |
| 230 | 2026-08-26T21:20:29.340Z | Checking ingot-types v0.2.0 |
| 231 | 2026-08-26T21:20:29.611Z | Checking ingot v0.2.0 |
| 232 | 2026-08-26T21:20:30.905Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 233 | 2026-08-26T21:20:31.919Z | Finished `dev` profile [optimized + debuginfo] target(s) in 14.93s |
| 234 | 2026-08-26T21:20:32.018Z | |
| 235 | 2026-08-26T21:20:32.019Z | real 15.070174362 |
| 236 | 2026-08-26T21:20:32.019Z | user 30.929517892 |
| 237 | 2026-08-26T21:20:32.019Z | sys 5.795651979 |
| 238 | 2026-08-26T21:20:32.019Z | trap 0.012730110 |
| 239 | 2026-08-26T21:20:32.019Z | tflt 0.079915817 |
| 240 | 2026-08-26T21:20:32.019Z | dflt 0.293762039 |
| 241 | 2026-08-26T21:20:32.019Z | kflt 0.004882503 |
| 242 | 2026-08-26T21:20:32.019Z | lock 2:12.578824910 |
| 243 | 2026-08-26T21:20:32.019Z | slp 1:33.229486968 |
| 244 | 2026-08-26T21:20:32.019Z | lat 1.037535639 |
| 245 | 2026-08-26T21:20:32.025Z | stop 5.240918247 |
| 246 | 2026-08-26T21:20:32.025Z | + header 'analyze no_std' |
| 247 | 2026-08-26T21:20:32.025Z | + echo '# ==== analyze no_std ==== #' |
| 248 | 2026-08-26T21:20:32.025Z | # ==== analyze no_std ==== # |
| 249 | 2026-08-26T21:20:32.025Z | + ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings |
| 250 | 2026-08-26T21:20:32.130Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 251 | 2026-08-26T21:20:32.342Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 252 | 2026-08-26T21:20:33.319Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.26s |
| 253 | 2026-08-26T21:20:33.342Z | |
| 254 | 2026-08-26T21:20:33.342Z | real 1.319683313 |
| 255 | 2026-08-26T21:20:33.342Z | user 1.903060249 |
| 256 | 2026-08-26T21:20:33.342Z | sys 0.258744878 |
| 257 | 2026-08-26T21:20:33.348Z | trap 0.000196980 |
| 258 | 2026-08-26T21:20:33.348Z | tflt 0.000055880 |
| 259 | 2026-08-26T21:20:33.348Z | dflt 0.000109950 |
| 260 | 2026-08-26T21:20:33.348Z | kflt 0.000000000 |
| 261 | 2026-08-26T21:20:33.348Z | lock 5.584210407 |
| 262 | 2026-08-26T21:20:33.348Z | slp 5.346520656 |
| 263 | 2026-08-26T21:20:33.348Z | lat 0.002689820 |
| 264 | 2026-08-26T21:20:33.348Z | stop 0.056865830 |
| 265 | 2026-08-26T21:20:33.348Z | + header test |
| 266 | 2026-08-26T21:20:33.348Z | + echo '# ==== test ==== #' |
| 267 | 2026-08-26T21:20:33.348Z | # ==== test ==== # |
| 268 | 2026-08-26T21:20:33.348Z | + ptime -m cargo test |
| 269 | 2026-08-26T21:20:33.470Z | Compiling serde_core v1.0.228 |
| 270 | 2026-08-26T21:20:33.470Z | Compiling byteorder v1.5.0 |
| 271 | 2026-08-26T21:20:33.477Z | Compiling macaddr v1.0.1 |
| 272 | 2026-08-26T21:20:33.477Z | Compiling bitflags v2.13.0 |
| 273 | 2026-08-26T21:20:33.492Z | Compiling zerocopy v0.8.54 |
| 274 | 2026-08-26T21:20:33.492Z | Compiling thiserror v2.0.18 |
| 275 | 2026-08-26T21:20:33.502Z | Compiling stable_deref_trait v1.2.1 |
| 276 | 2026-08-26T21:20:33.502Z | Compiling managed v0.8.0 |
| 277 | 2026-08-26T21:20:33.551Z | Compiling cobs v0.3.0 |
| 278 | 2026-08-26T21:20:33.577Z | Compiling bitflags v1.3.2 |
| 279 | 2026-08-26T21:20:33.639Z | Compiling hash32 v0.3.1 |
| 280 | 2026-08-26T21:20:33.652Z | Compiling cfg-if v1.0.4 |
| 281 | 2026-08-26T21:20:33.699Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 282 | 2026-08-26T21:20:33.705Z | Compiling ipnetwork v0.21.1 |
| 283 | 2026-08-26T21:20:33.724Z | Compiling heapless v0.8.0 |
| 284 | 2026-08-26T21:20:34.077Z | Compiling smoltcp v0.11.0 |
| 285 | 2026-08-26T21:20:35.037Z | Compiling serde v1.0.228 |
| 286 | 2026-08-26T21:20:35.445Z | Compiling postcard v1.1.3 |
| 287 | 2026-08-26T21:20:36.117Z | Compiling ingot-types v0.2.0 |
| 288 | 2026-08-26T21:20:36.412Z | Compiling ingot v0.2.0 |
| 289 | 2026-08-26T21:20:37.796Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 290 | 2026-08-26T21:20:39.678Z | Finished `test` profile [optimized + debuginfo] target(s) in 6.32s |
| 291 | 2026-08-26T21:20:39.687Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-9f483c1680cf0acc) |
| 292 | 2026-08-26T21:20:39.691Z | |
| 293 | 2026-08-26T21:20:39.691Z | running 25 tests |
| 294 | 2026-08-26T21:20:39.691Z | test encap::test::bad_vni ... ok |
| 295 | 2026-08-26T21:20:39.691Z | test dns::tests::test_domain_name ... ok |
| 296 | 2026-08-26T21:20:39.691Z | test encap::test::vni_round_trip ... ok |
| 297 | 2026-08-26T21:20:39.691Z | test encap::test::good_vni ... ok |
| 298 | 2026-08-26T21:20:39.691Z | test ip::test::bad_cidr ... ok |
| 299 | 2026-08-26T21:20:39.691Z | test ip::test::bad_prefix_len ... ok |
| 300 | 2026-08-26T21:20:39.691Z | test ip::test::dhcp_fqdn ... ok |
| 301 | 2026-08-26T21:20:39.691Z | test ip::test::good_cidr ... ok |
| 302 | 2026-08-26T21:20:39.692Z | test ip::test::ipv4_addr_bad ... ok |
| 303 | 2026-08-26T21:20:39.692Z | test ip::test::ipv4_addr_good ... ok |
| 304 | 2026-08-26T21:20:39.692Z | test ip::test::ipv4_mask ... ok |
| 305 | 2026-08-26T21:20:39.692Z | test ip::test::ipv6_cidr_is_member ... ok |
| 306 | 2026-08-26T21:20:39.692Z | test ip::test::ipv6_is_default ... ok |
| 307 | 2026-08-26T21:20:39.692Z | test ip::test::ipv6_mask ... ok |
| 308 | 2026-08-26T21:20:39.692Z | test ip::test::test_ip_addr_from_str ... ok |
| 309 | 2026-08-26T21:20:39.692Z | test ip::test::ipv6_prefix_len ... ok |
| 310 | 2026-08-26T21:20:39.692Z | test ip::test::test_ip_cidr_from_str ... ok |
| 311 | 2026-08-26T21:20:39.692Z | test ip::test::test_ipv4_multicast_mac ... ok |
| 312 | 2026-08-26T21:20:39.692Z | test ip::test::test_ipv6_admin_scoped_multicast ... ok |
| 313 | 2026-08-26T21:20:39.692Z | test ip::test::test_ipv6_from_eui64 ... ok |
| 314 | 2026-08-26T21:20:39.692Z | test ip::test::test_ipv6_from_const ... ok |
| 315 | 2026-08-26T21:20:39.692Z | test ip::test::test_ipv6_is_multicast ... ok |
| 316 | 2026-08-26T21:20:39.692Z | test ip::test::test_ipv6_multicast_mac ... ok |
| 317 | 2026-08-26T21:20:39.692Z | test ip::test::test_ipv6_solicited_node_multicast ... ok |
| 318 | 2026-08-26T21:20:39.692Z | test ip::test::test_multicast_underlay_serde ... ok |
| 319 | 2026-08-26T21:20:39.692Z | |
| 320 | 2026-08-26T21:20:39.692Z | test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 321 | 2026-08-26T21:20:39.692Z | |
| 322 | 2026-08-26T21:20:39.692Z | Doc-tests opte_api |
| 323 | 2026-08-26T21:20:40.283Z | |
| 324 | 2026-08-26T21:20:40.283Z | running 1 test |
| 325 | 2026-08-26T21:20:40.288Z | test crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok |
| 326 | 2026-08-26T21:20:40.288Z | |
| 327 | 2026-08-26T21:20:40.289Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 328 | 2026-08-26T21:20:40.289Z | |
| 329 | 2026-08-26T21:20:40.289Z | all doctests ran in 0.44s; merged doctests compilation took 0.43s |
| 330 | 2026-08-26T21:20:40.299Z | |
| 331 | 2026-08-26T21:20:40.299Z | real 6.952585235 |
| 332 | 2026-08-26T21:20:40.299Z | user 17.439625500 |
| 333 | 2026-08-26T21:20:40.299Z | sys 2.053292199 |
| 334 | 2026-08-26T21:20:40.299Z | trap 0.004128610 |
| 335 | 2026-08-26T21:20:40.299Z | tflt 0.215317302 |
| 336 | 2026-08-26T21:20:40.299Z | dflt 0.190590229 |
| 337 | 2026-08-26T21:20:40.299Z | kflt 0.000000000 |
| 338 | 2026-08-26T21:20:40.299Z | lock 1:03.328640894 |
| 339 | 2026-08-26T21:20:40.308Z | slp 32.520186953 |
| 340 | 2026-08-26T21:20:40.308Z | lat 0.646643111 |
| 341 | 2026-08-26T21:20:40.308Z | stop 0.662000573 |
| 342 | 2026-08-26T21:20:40.308Z | process exited: duration 39480 ms, exit code 0 |
| |
| 343 | 2026-08-26T21:20:40.317Z | found 0 output files |