|
|
|
| 1 | 2026-07-24T09:42:24.270Z | job assigned to worker 01KY9R0RHGQ2FS0V80AZHNTWAR [factory aws, i-0e16a80334f5c8dda] (queued for 47 s) |
| |
| 2 | 2026-07-24T09:42:30.991Z | starting task 0: "setup" |
| 3 | 2026-07-24T09:42:30.996Z | ++ uname -s |
| 4 | 2026-07-24T09:42:30.999Z | + kern=SunOS |
| 5 | 2026-07-24T09:42:30.999Z | + build_user=build |
| 6 | 2026-07-24T09:42:30.999Z | + build_uid=12345 |
| 7 | 2026-07-24T09:42:30.999Z | + work_dir=/work |
| 8 | 2026-07-24T09:42:30.999Z | + input_dir=/input |
| 9 | 2026-07-24T09:42:30.999Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-24T09:42:30.999Z | + case "$kern" in |
| 11 | 2026-07-24T09:42:30.999Z | + groupadd -g 12345 build |
| 12 | 2026-07-24T09:42:31.002Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-24T09:42:33.005Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-24T09:42:33.102Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-24T09:42:33.105Z | + home_fs=zfs |
| 16 | 2026-07-24T09:42:33.105Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-24T09:42:33.105Z | + mkdir -p /home/build |
| 18 | 2026-07-24T09:42:33.105Z | + chown build:build /home/build /work |
| 19 | 2026-07-24T09:42:35.107Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-24T09:42:35.110Z | process exited: duration 4117 ms, exit code 0 |
| |
| 21 | 2026-07-24T09:42:35.118Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-24T09:42:35.121Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-24T09:42:35.121Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-07-24T09:42:35.121Z | * rust toolchain profile = "default" |
| 25 | 2026-07-24T09:42:35.121Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-24T09:42:35.121Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-24T09:42:35.121Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-24T09:42:35.124Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-24T09:42:35.124Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-24T09:42:35.243Z | info: downloading installer |
| 31 | 2026-07-24T09:42:36.697Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-24T09:42:36.697Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-24T09:42:36.697Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-24T09:42:36.697Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-24T09:42:36.709Z | info: profile set to default |
| 36 | 2026-07-24T09:42:36.710Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-24T09:42:36.713Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-24T09:42:36.843Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-24T09:42:36.846Z | info: downloading 6 components |
| 40 | 2026-07-24T09:42:51.760Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-24T09:42:51.760Z | |
| 42 | 2026-07-24T09:42:51.790Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-24T09:42:51.790Z | |
| 44 | 2026-07-24T09:42:51.791Z | |
| 45 | 2026-07-24T09:42:51.791Z | Rust is installed now. Great! |
| 46 | 2026-07-24T09:42:51.791Z | |
| 47 | 2026-07-24T09:42:51.791Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-24T09:42:51.791Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-24T09:42:51.791Z | |
| 50 | 2026-07-24T09:42:51.791Z | To configure your current shell, you need to source |
| 51 | 2026-07-24T09:42:51.791Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-24T09:42:51.791Z | |
| 53 | 2026-07-24T09:42:51.791Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-24T09:42:51.794Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-24T09:42:51.794Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-24T09:42:51.794Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-24T09:42:51.794Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-24T09:42:51.794Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-24T09:42:51.794Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-24T09:42:51.794Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-24T09:42:51.794Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-24T09:42:51.886Z | + rustup --version |
| 63 | 2026-07-24T09:42:51.895Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-24T09:42:51.898Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-24T09:42:51.916Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-24T09:42:51.919Z | + cargo --version |
| 67 | 2026-07-24T09:42:51.934Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-24T09:42:51.936Z | + rustc --version |
| 69 | 2026-07-24T09:42:51.956Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-24T09:42:51.959Z | process exited: duration 16841 ms, exit code 0 |
| |
| 71 | 2026-07-24T09:42:51.965Z | starting task 2: "authentication" |
| 72 | 2026-07-24T09:42:51.981Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-24T09:42:51.986Z | starting task 3: "clone repository" |
| 74 | 2026-07-24T09:42:51.990Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-24T09:42:51.992Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-24T09:42:52.023Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-24T09:42:52.889Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-24T09:42:52.889Z | + git fetch origin f21e37561c7910c412a04e37e79e2ce13b7130c8 |
| 79 | 2026-07-24T09:42:53.095Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-24T09:42:53.095Z | * branch f21e37561c7910c412a04e37e79e2ce13b7130c8 -> FETCH_HEAD |
| 81 | 2026-07-24T09:42:53.100Z | + [[ -n '' ]] |
| 82 | 2026-07-24T09:42:53.100Z | + git reset --hard f21e37561c7910c412a04e37e79e2ce13b7130c8 |
| 83 | 2026-07-24T09:42:53.117Z | HEAD is now at f21e375 Review feedback. |
| 84 | 2026-07-24T09:42:53.121Z | process exited: duration 1131 ms, exit code 0 |
| |
| 85 | 2026-07-24T09:42:53.127Z | starting task 4: "build" |
| 86 | 2026-07-24T09:42:53.131Z | + source .github/buildomat/common.sh |
| 87 | 2026-07-24T09:42:53.131Z | ++ rustup show active-toolchain |
| 88 | 2026-07-24T09:42:53.137Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 89 | 2026-07-24T09:42:53.140Z | ++ pushd xde |
| 90 | 2026-07-24T09:42:53.140Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 91 | 2026-07-24T09:42:53.140Z | ++ rustup show active-toolchain |
| 92 | 2026-07-24T09:42:53.142Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 93 | 2026-07-24T09:42:53.289Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 94 | 2026-07-24T09:42:53.292Z | info: downloading 6 components |
| 95 | 2026-07-24T09:43:07.957Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 96 | 2026-07-24T09:43:08.040Z | +++ rustup show active-toolchain -v |
| 97 | 2026-07-24T09:43:08.043Z | +++ head -n 1 |
| 98 | 2026-07-24T09:43:08.043Z | +++ cut '-d ' -f1 |
| 99 | 2026-07-24T09:43:08.095Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 100 | 2026-07-24T09:43:08.095Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 101 | 2026-07-24T09:43:08.098Z | ++ popd |
| 102 | 2026-07-24T09:43:08.098Z | /work/oxidecomputer/opte |
| 103 | 2026-07-24T09:43:08.098Z | + cargo --version |
| 104 | 2026-07-24T09:43:08.105Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 105 | 2026-07-24T09:43:08.108Z | + rustc --version |
| 106 | 2026-07-24T09:43:08.127Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 107 | 2026-07-24T09:43:08.130Z | + cd lib/opte |
| 108 | 2026-07-24T09:43:08.130Z | + header 'check style' |
| 109 | 2026-07-24T09:43:08.130Z | + echo '# ==== check style ==== #' |
| 110 | 2026-07-24T09:43:08.130Z | # ==== check style ==== # |
| 111 | 2026-07-24T09:43:08.130Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 112 | 2026-07-24T09:43:08.312Z | |
| 113 | 2026-07-24T09:43:08.312Z | real 0.180340206 |
| 114 | 2026-07-24T09:43:08.312Z | user 0.137773762 |
| 115 | 2026-07-24T09:43:08.312Z | sys 0.036536965 |
| 116 | 2026-07-24T09:43:08.312Z | trap 0.000009860 |
| 117 | 2026-07-24T09:43:08.312Z | tflt 0.000017610 |
| 118 | 2026-07-24T09:43:08.312Z | dflt 0.000000840 |
| 119 | 2026-07-24T09:43:08.313Z | kflt 0.000001550 |
| 120 | 2026-07-24T09:43:08.313Z | lock 0.030704754 |
| 121 | 2026-07-24T09:43:08.313Z | slp 0.160463149 |
| 122 | 2026-07-24T09:43:08.313Z | lat 0.000825350 |
| 123 | 2026-07-24T09:43:08.313Z | stop 0.000095650 |
| 124 | 2026-07-24T09:43:08.316Z | + header 'check docs' |
| 125 | 2026-07-24T09:43:08.316Z | + echo '# ==== check docs ==== #' |
| 126 | 2026-07-24T09:43:08.316Z | # ==== check docs ==== # |
| 127 | 2026-07-24T09:43:08.316Z | + RUSTDOCFLAGS='-D warnings' |
| 128 | 2026-07-24T09:43:08.316Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 129 | 2026-07-24T09:43:08.381Z | Updating crates.io index |
| 130 | 2026-07-24T09:43:08.384Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 131 | 2026-07-24T09:43:09.354Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 132 | 2026-07-24T09:43:09.739Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 133 | 2026-07-24T09:43:10.049Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 134 | 2026-07-24T09:43:10.269Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 135 | 2026-07-24T09:43:10.526Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 136 | 2026-07-24T09:43:10.779Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 137 | 2026-07-24T09:43:12.630Z | Downloading crates ... |
| 138 | 2026-07-24T09:43:12.670Z | Downloaded darling_macro v0.21.3 |
| 139 | 2026-07-24T09:43:12.682Z | Downloaded proc-macro2 v1.0.106 |
| 140 | 2026-07-24T09:43:12.685Z | Downloaded cobs v0.3.0 |
| 141 | 2026-07-24T09:43:12.685Z | Downloaded ident_case v1.0.1 |
| 142 | 2026-07-24T09:43:12.688Z | Downloaded macaddr v1.0.1 |
| 143 | 2026-07-24T09:43:12.688Z | Downloaded darling_core v0.23.0 |
| 144 | 2026-07-24T09:43:12.692Z | Downloaded ucd-trie v0.1.7 |
| 145 | 2026-07-24T09:43:12.695Z | Downloaded darling_macro v0.23.0 |
| 146 | 2026-07-24T09:43:12.698Z | Downloaded plain v0.2.3 |
| 147 | 2026-07-24T09:43:12.707Z | Downloaded ingot v0.1.1 |
| 148 | 2026-07-24T09:43:12.711Z | Downloaded pretty-hex v0.4.2 |
| 149 | 2026-07-24T09:43:12.714Z | Downloaded ref-cast-impl v1.0.25 |
| 150 | 2026-07-24T09:43:12.716Z | Downloaded defmt-parser v1.0.0 |
| 151 | 2026-07-24T09:43:12.719Z | Downloaded cfg-if v1.0.4 |
| 152 | 2026-07-24T09:43:12.719Z | Downloaded defmt v0.3.100 |
| 153 | 2026-07-24T09:43:12.720Z | Downloaded dof v0.4.0 |
| 154 | 2026-07-24T09:43:12.722Z | Downloaded strsim v0.11.1 |
| 155 | 2026-07-24T09:43:12.722Z | Downloaded hash32 v0.3.1 |
| 156 | 2026-07-24T09:43:12.728Z | Downloaded ingot-types v0.1.2 |
| 157 | 2026-07-24T09:43:12.732Z | Downloaded bitflags v1.3.2 |
| 158 | 2026-07-24T09:43:12.732Z | Downloaded pest_generator v2.8.7 |
| 159 | 2026-07-24T09:43:12.732Z | Downloaded darling v0.21.3 |
| 160 | 2026-07-24T09:43:12.735Z | Downloaded itoa v1.0.18 |
| 161 | 2026-07-24T09:43:12.739Z | Downloaded fnv v1.0.7 |
| 162 | 2026-07-24T09:43:12.743Z | Downloaded dtrace-parser v0.3.0 |
| 163 | 2026-07-24T09:43:12.746Z | Downloaded scroll_derive v0.13.1 |
| 164 | 2026-07-24T09:43:12.746Z | Downloaded embedded-io v0.6.1 |
| 165 | 2026-07-24T09:43:12.749Z | Downloaded dyn-clone v1.0.20 |
| 166 | 2026-07-24T09:43:12.752Z | Downloaded managed v0.8.0 |
| 167 | 2026-07-24T09:43:12.754Z | Downloaded embedded-io v0.4.0 |
| 168 | 2026-07-24T09:43:12.755Z | Downloaded usdt-attr-macro v0.6.0 |
| 169 | 2026-07-24T09:43:12.755Z | Downloaded version_check v0.9.5 |
| 170 | 2026-07-24T09:43:12.758Z | Downloaded usdt-macro v0.6.0 |
| 171 | 2026-07-24T09:43:12.762Z | Downloaded either v1.16.0 |
| 172 | 2026-07-24T09:43:12.766Z | Downloaded ipnetwork v0.21.1 |
| 173 | 2026-07-24T09:43:12.768Z | Downloaded byteorder v1.5.0 |
| 174 | 2026-07-24T09:43:12.768Z | Downloaded stable_deref_trait v1.2.1 |
| 175 | 2026-07-24T09:43:12.772Z | Downloaded thread-id v5.1.0 |
| 176 | 2026-07-24T09:43:12.772Z | Downloaded darling v0.23.0 |
| 177 | 2026-07-24T09:43:12.775Z | Downloaded postcard v1.1.3 |
| 178 | 2026-07-24T09:43:12.775Z | Downloaded defmt v1.1.1 |
| 179 | 2026-07-24T09:43:12.778Z | Downloaded memmap2 v0.9.11 |
| 180 | 2026-07-24T09:43:12.782Z | Downloaded usdt v0.6.0 |
| 181 | 2026-07-24T09:43:12.785Z | Downloaded pest_derive v2.8.7 |
| 182 | 2026-07-24T09:43:12.785Z | Downloaded thiserror v2.0.18 |
| 183 | 2026-07-24T09:43:12.788Z | Downloaded defmt-macros v1.1.1 |
| 184 | 2026-07-24T09:43:12.790Z | Downloaded ref-cast v1.0.25 |
| 185 | 2026-07-24T09:43:12.790Z | Downloaded zmij v1.0.22 |
| 186 | 2026-07-24T09:43:12.790Z | Downloaded quote v1.0.46 |
| 187 | 2026-07-24T09:43:12.793Z | Downloaded thiserror-impl v2.0.18 |
| 188 | 2026-07-24T09:43:12.796Z | Downloaded tabwriter v1.4.1 |
| 189 | 2026-07-24T09:43:12.803Z | Downloaded usdt-impl v0.6.0 |
| 190 | 2026-07-24T09:43:12.806Z | Downloaded scroll v0.13.0 |
| 191 | 2026-07-24T09:43:12.806Z | Downloaded ingot-macros v0.1.1 |
| 192 | 2026-07-24T09:43:12.809Z | Downloaded bitflags v2.13.0 |
| 193 | 2026-07-24T09:43:12.812Z | Downloaded serde_tokenstream v0.2.3 |
| 194 | 2026-07-24T09:43:12.819Z | Downloaded crc32fast v1.5.0 |
| 195 | 2026-07-24T09:43:12.825Z | Downloaded pest_meta v2.8.7 |
| 196 | 2026-07-24T09:43:12.830Z | Downloaded heapless v0.8.0 |
| 197 | 2026-07-24T09:43:12.835Z | Downloaded log v0.4.33 |
| 198 | 2026-07-24T09:43:12.839Z | Downloaded unicode-ident v1.0.24 |
| 199 | 2026-07-24T09:43:12.846Z | Downloaded serde_derive v1.0.228 |
| 200 | 2026-07-24T09:43:12.857Z | Downloaded serde_core v1.0.228 |
| 201 | 2026-07-24T09:43:12.866Z | Downloaded memchr v2.8.3 |
| 202 | 2026-07-24T09:43:12.873Z | Downloaded darling_core v0.21.3 |
| 203 | 2026-07-24T09:43:12.890Z | Downloaded serde v1.0.228 |
| 204 | 2026-07-24T09:43:12.893Z | Downloaded zerocopy-derive v0.8.54 |
| 205 | 2026-07-24T09:43:12.899Z | Downloaded pest v2.8.7 |
| 206 | 2026-07-24T09:43:12.906Z | Downloaded aho-corasick v1.1.4 |
| 207 | 2026-07-24T09:43:12.940Z | Downloaded regex v1.13.0 |
| 208 | 2026-07-24T09:43:12.944Z | Downloaded itertools v0.15.0 |
| 209 | 2026-07-24T09:43:12.948Z | Downloaded serde_json v1.0.150 |
| 210 | 2026-07-24T09:43:12.951Z | Downloaded itertools v0.14.0 |
| 211 | 2026-07-24T09:43:12.996Z | Downloaded goblin v0.10.7 |
| 212 | 2026-07-24T09:43:13.007Z | Downloaded unicode-width v0.2.2 |
| 213 | 2026-07-24T09:43:13.010Z | Downloaded zerocopy v0.8.54 |
| 214 | 2026-07-24T09:43:13.020Z | Downloaded syn v2.0.118 |
| 215 | 2026-07-24T09:43:13.025Z | Downloaded smoltcp v0.11.0 |
| 216 | 2026-07-24T09:43:13.031Z | Downloaded regex-syntax v0.8.11 |
| 217 | 2026-07-24T09:43:13.063Z | Downloaded regex-automata v0.4.15 |
| 218 | 2026-07-24T09:43:13.075Z | Downloaded libc v0.2.186 |
| 219 | 2026-07-24T09:43:13.129Z | Compiling proc-macro2 v1.0.106 |
| 220 | 2026-07-24T09:43:13.130Z | Compiling quote v1.0.46 |
| 221 | 2026-07-24T09:43:13.130Z | Compiling unicode-ident v1.0.24 |
| 222 | 2026-07-24T09:43:13.133Z | Documenting unicode-ident v1.0.24 |
| 223 | 2026-07-24T09:43:13.133Z | Compiling strsim v0.11.1 |
| 224 | 2026-07-24T09:43:13.133Z | Compiling ident_case v1.0.1 |
| 225 | 2026-07-24T09:43:13.133Z | Compiling serde_core v1.0.228 |
| 226 | 2026-07-24T09:43:13.291Z | Compiling fnv v1.0.7 |
| 227 | 2026-07-24T09:43:13.312Z | Checking memchr v2.8.3 |
| 228 | 2026-07-24T09:43:13.375Z | Compiling serde v1.0.228 |
| 229 | 2026-07-24T09:43:13.490Z | Compiling regex-syntax v0.8.11 |
| 230 | 2026-07-24T09:43:13.684Z | Documenting proc-macro2 v1.0.106 |
| 231 | 2026-07-24T09:43:13.697Z | Compiling aho-corasick v1.1.4 |
| 232 | 2026-07-24T09:43:13.700Z | Compiling thiserror v2.0.18 |
| 233 | 2026-07-24T09:43:13.868Z | Compiling zerocopy v0.8.54 |
| 234 | 2026-07-24T09:43:14.175Z | Checking syn v2.0.118 |
| 235 | 2026-07-24T09:43:14.272Z | Documenting quote v1.0.46 |
| 236 | 2026-07-24T09:43:14.365Z | Checking byteorder v1.5.0 |
| 237 | 2026-07-24T09:43:14.797Z | Documenting syn v2.0.118 |
| 238 | 2026-07-24T09:43:15.041Z | Compiling regex-automata v0.4.15 |
| 239 | 2026-07-24T09:43:15.082Z | Compiling either v1.16.0 |
| 240 | 2026-07-24T09:43:15.132Z | Documenting memchr v2.8.3 |
| 241 | 2026-07-24T09:43:15.289Z | Compiling itertools v0.14.0 |
| 242 | 2026-07-24T09:43:15.561Z | Compiling heapless v0.8.0 |
| 243 | 2026-07-24T09:43:15.778Z | Documenting aho-corasick v1.1.4 |
| 244 | 2026-07-24T09:43:16.028Z | Checking bitflags v2.13.0 |
| 245 | 2026-07-24T09:43:16.164Z | Checking hash32 v0.3.1 |
| 246 | 2026-07-24T09:43:16.184Z | Documenting serde_core v1.0.228 |
| 247 | 2026-07-24T09:43:16.272Z | Checking cfg-if v1.0.4 |
| 248 | 2026-07-24T09:43:16.334Z | Checking stable_deref_trait v1.2.1 |
| 249 | 2026-07-24T09:43:16.399Z | Checking macaddr v1.0.1 |
| 250 | 2026-07-24T09:43:16.488Z | Documenting regex-syntax v0.8.11 |
| 251 | 2026-07-24T09:43:16.542Z | Compiling smoltcp v0.11.0 |
| 252 | 2026-07-24T09:43:16.610Z | Checking darling_core v0.21.3 |
| 253 | 2026-07-24T09:43:16.894Z | Compiling regex v1.13.0 |
| 254 | 2026-07-24T09:43:17.167Z | Compiling darling_core v0.23.0 |
| 255 | 2026-07-24T09:43:17.521Z | Documenting regex-automata v0.4.15 |
| 256 | 2026-07-24T09:43:17.577Z | Documenting thiserror-impl v2.0.18 |
| 257 | 2026-07-24T09:43:17.816Z | Documenting zerocopy-derive v0.8.54 |
| 258 | 2026-07-24T09:43:17.831Z | Documenting serde_derive v1.0.228 |
| 259 | 2026-07-24T09:43:17.866Z | Compiling thiserror-impl v2.0.18 |
| 260 | 2026-07-24T09:43:18.362Z | Compiling serde_derive v1.0.228 |
| 261 | 2026-07-24T09:43:18.515Z | Compiling zerocopy-derive v0.8.54 |
| 262 | 2026-07-24T09:43:18.896Z | Documenting regex v1.13.0 |
| 263 | 2026-07-24T09:43:18.912Z | Compiling darling_macro v0.21.3 |
| 264 | 2026-07-24T09:43:18.960Z | Checking bitflags v1.3.2 |
| 265 | 2026-07-24T09:43:18.976Z | Documenting byteorder v1.5.0 |
| 266 | 2026-07-24T09:43:19.023Z | Checking managed v0.8.0 |
| 267 | 2026-07-24T09:43:19.183Z | Checking cobs v0.3.0 |
| 268 | 2026-07-24T09:43:19.204Z | Documenting thiserror v2.0.18 |
| 269 | 2026-07-24T09:43:19.270Z | Compiling darling_macro v0.23.0 |
| 270 | 2026-07-24T09:43:19.314Z | Documenting bitflags v2.13.0 |
| 271 | 2026-07-24T09:43:19.487Z | Compiling darling v0.21.3 |
| 272 | 2026-07-24T09:43:19.562Z | Compiling ingot-macros v0.1.1 |
| 273 | 2026-07-24T09:43:19.597Z | Documenting hash32 v0.3.1 |
| 274 | 2026-07-24T09:43:19.775Z | Documenting ingot-macros v0.1.1 |
| 275 | 2026-07-24T09:43:19.906Z | Documenting macaddr v1.0.1 |
| 276 | 2026-07-24T09:43:19.919Z | Compiling ref-cast v1.0.25 |
| 277 | 2026-07-24T09:43:20.115Z | Documenting zerocopy v0.8.54 |
| 278 | 2026-07-24T09:43:20.254Z | Documenting stable_deref_trait v1.2.1 |
| 279 | 2026-07-24T09:43:20.262Z | Documenting cfg-if v1.0.4 |
| 280 | 2026-07-24T09:43:20.470Z | Compiling crc32fast v1.5.0 |
| 281 | 2026-07-24T09:43:20.814Z | Documenting cobs v0.3.0 |
| 282 | 2026-07-24T09:43:20.958Z | Documenting heapless v0.8.0 |
| 283 | 2026-07-24T09:43:21.174Z | Documenting serde v1.0.228 |
| 284 | 2026-07-24T09:43:21.373Z | Compiling ref-cast-impl v1.0.25 |
| 285 | 2026-07-24T09:43:21.521Z | Checking postcard v1.1.3 |
| 286 | 2026-07-24T09:43:21.690Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 287 | 2026-07-24T09:43:21.908Z | Checking ipnetwork v0.21.1 |
| 288 | 2026-07-24T09:43:21.987Z | Documenting managed v0.8.0 |
| 289 | 2026-07-24T09:43:21.995Z | Checking unicode-width v0.2.2 |
| 290 | 2026-07-24T09:43:22.232Z | Compiling version_check v0.9.5 |
| 291 | 2026-07-24T09:43:22.239Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 292 | 2026-07-24T09:43:22.376Z | Compiling darling v0.23.0 |
| 293 | 2026-07-24T09:43:22.454Z | Documenting ref-cast-impl v1.0.25 |
| 294 | 2026-07-24T09:43:22.502Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 295 | 2026-07-24T09:43:22.594Z | Documenting postcard v1.1.3 |
| 296 | 2026-07-24T09:43:22.663Z | Documenting smoltcp v0.11.0 |
| 297 | 2026-07-24T09:43:22.737Z | Documenting either v1.16.0 |
| 298 | 2026-07-24T09:43:22.759Z | Checking ingot-types v0.1.2 |
| 299 | 2026-07-24T09:43:22.776Z | Documenting unicode-width v0.2.2 |
| 300 | 2026-07-24T09:43:23.111Z | Checking ingot v0.1.1 |
| 301 | 2026-07-24T09:43:23.147Z | Documenting ingot-types v0.1.2 |
| 302 | 2026-07-24T09:43:23.199Z | Documenting ipnetwork v0.21.1 |
| 303 | 2026-07-24T09:43:23.408Z | Documenting ref-cast v1.0.25 |
| 304 | 2026-07-24T09:43:23.653Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 305 | 2026-07-24T09:43:23.868Z | Documenting itertools v0.15.0 |
| 306 | 2026-07-24T09:43:24.073Z | Documenting tabwriter v1.4.1 |
| 307 | 2026-07-24T09:43:24.480Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 308 | 2026-07-24T09:43:24.617Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 309 | 2026-07-24T09:43:24.658Z | Checking itertools v0.15.0 |
| 310 | 2026-07-24T09:43:25.018Z | Documenting ingot v0.1.1 |
| 311 | 2026-07-24T09:43:25.111Z | Checking tabwriter v1.4.1 |
| 312 | 2026-07-24T09:43:25.330Z | Documenting crc32fast v1.5.0 |
| 313 | 2026-07-24T09:43:25.366Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 314 | 2026-07-24T09:43:25.375Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 315 | 2026-07-24T09:43:25.419Z | Documenting dyn-clone v1.0.20 |
| 316 | 2026-07-24T09:43:25.550Z | Checking dyn-clone v1.0.20 |
| 317 | 2026-07-24T09:43:27.470Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 318 | 2026-07-24T09:43:28.563Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 319 | 2026-07-24T09:43:30.803Z | Finished `dev` profile [optimized + debuginfo] target(s) in 22.48s |
| 320 | 2026-07-24T09:43:30.891Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
| 321 | 2026-07-24T09:43:30.916Z | |
| 322 | 2026-07-24T09:43:30.919Z | real 22.582978759 |
| 323 | 2026-07-24T09:43:30.919Z | user 1:15.825076226 |
| 324 | 2026-07-24T09:43:30.919Z | sys 16.578877311 |
| 325 | 2026-07-24T09:43:30.919Z | trap 0.042356445 |
| 326 | 2026-07-24T09:43:30.919Z | tflt 0.034271403 |
| 327 | 2026-07-24T09:43:30.919Z | dflt 0.115527332 |
| 328 | 2026-07-24T09:43:30.919Z | kflt 0.005045773 |
| 329 | 2026-07-24T09:43:30.919Z | lock 5:53.992152894 |
| 330 | 2026-07-24T09:43:30.919Z | slp 4:13.047092068 |
| 331 | 2026-07-24T09:43:30.919Z | lat 9.102145865 |
| 332 | 2026-07-24T09:43:30.919Z | stop 12.226527435 |
| 333 | 2026-07-24T09:43:30.919Z | + header 'analyze std + api' |
| 334 | 2026-07-24T09:43:30.919Z | + echo '# ==== analyze std + api ==== #' |
| 335 | 2026-07-24T09:43:30.919Z | # ==== analyze std + api ==== # |
| 336 | 2026-07-24T09:43:30.919Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 337 | 2026-07-24T09:43:31.146Z | Compiling proc-macro2 v1.0.106 |
| 338 | 2026-07-24T09:43:31.147Z | Compiling quote v1.0.46 |
| 339 | 2026-07-24T09:43:31.147Z | Compiling unicode-ident v1.0.24 |
| 340 | 2026-07-24T09:43:31.147Z | Compiling memchr v2.8.3 |
| 341 | 2026-07-24T09:43:31.147Z | Compiling thiserror v2.0.18 |
| 342 | 2026-07-24T09:43:31.149Z | Compiling zerocopy v0.8.54 |
| 343 | 2026-07-24T09:43:31.149Z | Compiling zmij v1.0.22 |
| 344 | 2026-07-24T09:43:31.166Z | Compiling libc v0.2.186 |
| 345 | 2026-07-24T09:43:31.323Z | Compiling serde_core v1.0.228 |
| 346 | 2026-07-24T09:43:31.482Z | Compiling ucd-trie v0.1.7 |
| 347 | 2026-07-24T09:43:31.512Z | Compiling serde_json v1.0.150 |
| 348 | 2026-07-24T09:43:31.516Z | Compiling strsim v0.11.1 |
| 349 | 2026-07-24T09:43:31.544Z | Compiling ident_case v1.0.1 |
| 350 | 2026-07-24T09:43:31.656Z | Compiling pest v2.8.7 |
| 351 | 2026-07-24T09:43:31.725Z | Compiling serde v1.0.228 |
| 352 | 2026-07-24T09:43:31.913Z | Compiling fnv v1.0.7 |
| 353 | 2026-07-24T09:43:32.049Z | Compiling aho-corasick v1.1.4 |
| 354 | 2026-07-24T09:43:32.055Z | Checking byteorder v1.5.0 |
| 355 | 2026-07-24T09:43:32.084Z | Compiling regex-syntax v0.8.11 |
| 356 | 2026-07-24T09:43:32.280Z | Compiling itoa v1.0.18 |
| 357 | 2026-07-24T09:43:32.444Z | Compiling syn v2.0.118 |
| 358 | 2026-07-24T09:43:32.754Z | Compiling pest_meta v2.8.7 |
| 359 | 2026-07-24T09:43:32.877Z | Compiling either v1.16.0 |
| 360 | 2026-07-24T09:43:33.146Z | Compiling usdt-impl v0.6.0 |
| 361 | 2026-07-24T09:43:33.153Z | Compiling itertools v0.14.0 |
| 362 | 2026-07-24T09:43:33.479Z | Compiling regex-automata v0.4.15 |
| 363 | 2026-07-24T09:43:33.665Z | Compiling thread-id v5.1.0 |
| 364 | 2026-07-24T09:43:33.860Z | Checking plain v0.2.3 |
| 365 | 2026-07-24T09:43:33.963Z | Checking log v0.4.33 |
| 366 | 2026-07-24T09:43:34.030Z | Compiling heapless v0.8.0 |
| 367 | 2026-07-24T09:43:34.271Z | Checking bitflags v2.13.0 |
| 368 | 2026-07-24T09:43:34.359Z | Checking hash32 v0.3.1 |
| 369 | 2026-07-24T09:43:34.469Z | Checking pretty-hex v0.4.2 |
| 370 | 2026-07-24T09:43:34.474Z | Checking stable_deref_trait v1.2.1 |
| 371 | 2026-07-24T09:43:34.506Z | Checking macaddr v1.0.1 |
| 372 | 2026-07-24T09:43:34.527Z | Checking cfg-if v1.0.4 |
| 373 | 2026-07-24T09:43:34.573Z | Compiling smoltcp v0.11.0 |
| 374 | 2026-07-24T09:43:34.705Z | Compiling version_check v0.9.5 |
| 375 | 2026-07-24T09:43:34.771Z | Checking bitflags v1.3.2 |
| 376 | 2026-07-24T09:43:34.831Z | Compiling pest_generator v2.8.7 |
| 377 | 2026-07-24T09:43:34.937Z | Compiling darling_core v0.21.3 |
| 378 | 2026-07-24T09:43:34.996Z | Compiling darling_core v0.23.0 |
| 379 | 2026-07-24T09:43:35.011Z | Compiling ref-cast v1.0.25 |
| 380 | 2026-07-24T09:43:35.192Z | Compiling regex v1.13.0 |
| 381 | 2026-07-24T09:43:35.323Z | Checking managed v0.8.0 |
| 382 | 2026-07-24T09:43:35.453Z | Compiling crc32fast v1.5.0 |
| 383 | 2026-07-24T09:43:35.618Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 384 | 2026-07-24T09:43:35.769Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 385 | 2026-07-24T09:43:35.863Z | Checking memmap2 v0.9.11 |
| 386 | 2026-07-24T09:43:36.027Z | Checking unicode-width v0.2.2 |
| 387 | 2026-07-24T09:43:36.050Z | Compiling thiserror-impl v2.0.18 |
| 388 | 2026-07-24T09:43:36.055Z | Compiling serde_derive v1.0.228 |
| 389 | 2026-07-24T09:43:36.070Z | Compiling zerocopy-derive v0.8.54 |
| 390 | 2026-07-24T09:43:36.267Z | Compiling pest_derive v2.8.7 |
| 391 | 2026-07-24T09:43:36.679Z | Compiling scroll_derive v0.13.1 |
| 392 | 2026-07-24T09:43:36.689Z | Compiling ref-cast-impl v1.0.25 |
| 393 | 2026-07-24T09:43:36.784Z | Checking ipnetwork v0.21.1 |
| 394 | 2026-07-24T09:43:37.033Z | Compiling darling_macro v0.21.3 |
| 395 | 2026-07-24T09:43:37.076Z | Compiling darling_macro v0.23.0 |
| 396 | 2026-07-24T09:43:37.137Z | Checking itertools v0.15.0 |
| 397 | 2026-07-24T09:43:37.309Z | Checking dtrace-parser v0.3.0 |
| 398 | 2026-07-24T09:43:37.541Z | Checking scroll v0.13.0 |
| 399 | 2026-07-24T09:43:37.593Z | Compiling darling v0.21.3 |
| 400 | 2026-07-24T09:43:37.623Z | Checking cobs v0.3.0 |
| 401 | 2026-07-24T09:43:37.662Z | Compiling ingot-macros v0.1.1 |
| 402 | 2026-07-24T09:43:37.755Z | Checking goblin v0.10.7 |
| 403 | 2026-07-24T09:43:37.759Z | Compiling darling v0.23.0 |
| 404 | 2026-07-24T09:43:37.825Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 405 | 2026-07-24T09:43:38.048Z | Checking tabwriter v1.4.1 |
| 406 | 2026-07-24T09:43:38.185Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 407 | 2026-07-24T09:43:38.406Z | Checking dyn-clone v1.0.20 |
| 408 | 2026-07-24T09:43:39.057Z | Checking postcard v1.1.3 |
| 409 | 2026-07-24T09:43:39.096Z | Compiling serde_tokenstream v0.2.3 |
| 410 | 2026-07-24T09:43:40.120Z | Checking ingot-types v0.1.2 |
| 411 | 2026-07-24T09:43:40.165Z | Compiling dof v0.4.0 |
| 412 | 2026-07-24T09:43:40.426Z | Checking ingot v0.1.1 |
| 413 | 2026-07-24T09:43:41.033Z | Compiling usdt-attr-macro v0.6.0 |
| 414 | 2026-07-24T09:43:41.033Z | Compiling usdt-macro v0.6.0 |
| 415 | 2026-07-24T09:43:41.630Z | Checking usdt v0.6.0 |
| 416 | 2026-07-24T09:43:41.860Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 417 | 2026-07-24T09:43:50.179Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.21s |
| 418 | 2026-07-24T09:43:50.205Z | |
| 419 | 2026-07-24T09:43:50.208Z | real 19.284397494 |
| 420 | 2026-07-24T09:43:50.208Z | user 1:03.922335934 |
| 421 | 2026-07-24T09:43:50.208Z | sys 12.679996404 |
| 422 | 2026-07-24T09:43:50.208Z | trap 0.031933364 |
| 423 | 2026-07-24T09:43:50.209Z | tflt 0.177113137 |
| 424 | 2026-07-24T09:43:50.209Z | dflt 0.148160882 |
| 425 | 2026-07-24T09:43:50.209Z | kflt 0.000005910 |
| 426 | 2026-07-24T09:43:50.209Z | lock 4:01.818149363 |
| 427 | 2026-07-24T09:43:50.209Z | slp 3:23.947899178 |
| 428 | 2026-07-24T09:43:50.209Z | lat 3.328149123 |
| 429 | 2026-07-24T09:43:50.209Z | stop 6.663111989 |
| 430 | 2026-07-24T09:43:50.209Z | + header 'analyze no_std + engine + kernel' |
| 431 | 2026-07-24T09:43:50.209Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 432 | 2026-07-24T09:43:50.209Z | # ==== analyze no_std + engine + kernel ==== # |
| 433 | 2026-07-24T09:43:50.209Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings |
| 434 | 2026-07-24T09:43:50.375Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 435 | 2026-07-24T09:43:50.375Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 436 | 2026-07-24T09:43:50.378Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 437 | 2026-07-24T09:43:50.378Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 438 | 2026-07-24T09:43:50.587Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 439 | 2026-07-24T09:43:53.609Z | Finished `dev` profile [optimized + debuginfo] target(s) in 3.36s |
| 440 | 2026-07-24T09:43:53.635Z | |
| 441 | 2026-07-24T09:43:53.638Z | real 3.423716059 |
| 442 | 2026-07-24T09:43:53.638Z | user 3.680817162 |
| 443 | 2026-07-24T09:43:53.638Z | sys 0.833921146 |
| 444 | 2026-07-24T09:43:53.638Z | trap 0.000343250 |
| 445 | 2026-07-24T09:43:53.638Z | tflt 0.021337353 |
| 446 | 2026-07-24T09:43:53.638Z | dflt 0.003984500 |
| 447 | 2026-07-24T09:43:53.638Z | kflt 0.000003720 |
| 448 | 2026-07-24T09:43:53.638Z | lock 11.251580604 |
| 449 | 2026-07-24T09:43:53.638Z | slp 14.278598321 |
| 450 | 2026-07-24T09:43:53.638Z | lat 0.005162020 |
| 451 | 2026-07-24T09:43:53.638Z | stop 0.191971272 |
| 452 | 2026-07-24T09:43:53.638Z | + header test |
| 453 | 2026-07-24T09:43:53.638Z | + echo '# ==== test ==== #' |
| 454 | 2026-07-24T09:43:53.638Z | + ptime -m cargo test |
| 455 | 2026-07-24T09:43:53.638Z | # ==== test ==== # |
| 456 | 2026-07-24T09:43:53.779Z | Compiling serde_core v1.0.228 |
| 457 | 2026-07-24T09:43:53.782Z | Compiling thiserror v2.0.18 |
| 458 | 2026-07-24T09:43:53.782Z | Compiling zerocopy v0.8.54 |
| 459 | 2026-07-24T09:43:53.799Z | Compiling memchr v2.8.3 |
| 460 | 2026-07-24T09:43:53.801Z | Compiling byteorder v1.5.0 |
| 461 | 2026-07-24T09:43:53.810Z | Compiling unicode-ident v1.0.24 |
| 462 | 2026-07-24T09:43:53.813Z | Compiling libc v0.2.186 |
| 463 | 2026-07-24T09:43:53.813Z | Compiling zmij v1.0.22 |
| 464 | 2026-07-24T09:43:53.883Z | Compiling proc-macro2 v1.0.106 |
| 465 | 2026-07-24T09:43:53.932Z | Compiling scroll v0.13.0 |
| 466 | 2026-07-24T09:43:54.010Z | Compiling itoa v1.0.18 |
| 467 | 2026-07-24T09:43:54.141Z | Compiling log v0.4.33 |
| 468 | 2026-07-24T09:43:54.179Z | Compiling plain v0.2.3 |
| 469 | 2026-07-24T09:43:54.200Z | Compiling ucd-trie v0.1.7 |
| 470 | 2026-07-24T09:43:54.264Z | Compiling goblin v0.10.7 |
| 471 | 2026-07-24T09:43:54.273Z | Compiling quote v1.0.46 |
| 472 | 2026-07-24T09:43:54.367Z | Compiling pest v2.8.7 |
| 473 | 2026-07-24T09:43:54.897Z | Compiling hash32 v0.3.1 |
| 474 | 2026-07-24T09:43:54.901Z | Compiling pretty-hex v0.4.2 |
| 475 | 2026-07-24T09:43:55.025Z | Compiling stable_deref_trait v1.2.1 |
| 476 | 2026-07-24T09:43:55.060Z | Compiling cfg-if v1.0.4 |
| 477 | 2026-07-24T09:43:55.092Z | Compiling macaddr v1.0.1 |
| 478 | 2026-07-24T09:43:55.119Z | Compiling heapless v0.8.0 |
| 479 | 2026-07-24T09:43:55.339Z | Compiling syn v2.0.118 |
| 480 | 2026-07-24T09:43:55.373Z | Compiling thread-id v5.1.0 |
| 481 | 2026-07-24T09:43:55.445Z | Compiling dtrace-parser v0.3.0 |
| 482 | 2026-07-24T09:43:55.560Z | Compiling serde v1.0.228 |
| 483 | 2026-07-24T09:43:55.796Z | Compiling bitflags v2.13.0 |
| 484 | 2026-07-24T09:43:56.075Z | Compiling serde_json v1.0.150 |
| 485 | 2026-07-24T09:43:56.189Z | Compiling cobs v0.3.0 |
| 486 | 2026-07-24T09:43:56.209Z | Compiling bitflags v1.3.2 |
| 487 | 2026-07-24T09:43:56.274Z | Compiling managed v0.8.0 |
| 488 | 2026-07-24T09:43:56.464Z | Compiling smoltcp v0.11.0 |
| 489 | 2026-07-24T09:43:56.495Z | Compiling postcard v1.1.3 |
| 490 | 2026-07-24T09:43:56.578Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 491 | 2026-07-24T09:43:56.801Z | Compiling ingot-types v0.1.2 |
| 492 | 2026-07-24T09:43:56.805Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 493 | 2026-07-24T09:43:56.844Z | Compiling memmap2 v0.9.11 |
| 494 | 2026-07-24T09:43:57.131Z | Compiling ingot v0.1.1 |
| 495 | 2026-07-24T09:43:57.211Z | Compiling dof v0.4.0 |
| 496 | 2026-07-24T09:43:57.391Z | Compiling either v1.16.0 |
| 497 | 2026-07-24T09:43:57.598Z | Compiling ipnetwork v0.21.1 |
| 498 | 2026-07-24T09:43:58.092Z | Compiling usdt-impl v0.6.0 |
| 499 | 2026-07-24T09:43:59.012Z | Compiling unicode-width v0.2.2 |
| 500 | 2026-07-24T09:43:59.168Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 501 | 2026-07-24T09:43:59.322Z | Compiling tabwriter v1.4.1 |
| 502 | 2026-07-24T09:43:59.333Z | Compiling usdt v0.6.0 |
| 503 | 2026-07-24T09:43:59.758Z | Compiling itertools v0.15.0 |
| 504 | 2026-07-24T09:43:59.943Z | Compiling ref-cast v1.0.25 |
| 505 | 2026-07-24T09:44:00.040Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 506 | 2026-07-24T09:44:00.638Z | Compiling crc32fast v1.5.0 |
| 507 | 2026-07-24T09:44:00.795Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 508 | 2026-07-24T09:44:00.879Z | Compiling dyn-clone v1.0.20 |
| 509 | 2026-07-24T09:44:15.787Z | Finished `test` profile [optimized + debuginfo] target(s) in 22.14s |
| 510 | 2026-07-24T09:44:15.800Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-167e780dc97a6111) |
| 511 | 2026-07-24T09:44:15.804Z | |
| 512 | 2026-07-24T09:44:15.804Z | running 84 tests |
| 513 | 2026-07-24T09:44:15.804Z | test d_error::tests::name_and_data_storage ... ok |
| 514 | 2026-07-24T09:44:15.804Z | test ddi::mblk::test::chain_append_links ... ok |
| 515 | 2026-07-24T09:44:15.804Z | test d_error::tests::name_truncation ... ok |
| 516 | 2026-07-24T09:44:15.804Z | test ddi::mblk::test::chain_drain_complete ... ok |
| 517 | 2026-07-24T09:44:15.804Z | test ddi::mblk::test::chain_breaks_links ... ok |
| 518 | 2026-07-24T09:44:15.804Z | test ddi::mblk::test::chain_has_correct_ends ... ok |
| 519 | 2026-07-24T09:44:15.804Z | test ddi::mblk::test::expand_and_shrink ... ok |
| 520 | 2026-07-24T09:44:15.804Z | test ddi::mblk::test::prefix_len ... ok |
| 521 | 2026-07-24T09:44:15.804Z | test ddi::mblk::test::read_seg ... ok |
| 522 | 2026-07-24T09:44:15.804Z | test ddi::mblk::test::test_long_packet_continuation ... ok |
| 523 | 2026-07-24T09:44:15.804Z | test ddi::mblk::test::truncate ... ok |
| 524 | 2026-07-24T09:44:15.804Z | test ddi::mblk::test::uninitialized_packet ... ok |
| 525 | 2026-07-24T09:44:15.804Z | test ddi::mblk::test::zero_byte_packet ... ok |
| 526 | 2026-07-24T09:44:15.804Z | test ddi::time::test::good_interval ... ok |
| 527 | 2026-07-24T09:44:15.804Z | test ddi::mblk::test::wrap ... ok |
| 528 | 2026-07-24T09:44:15.804Z | test engine::dhcp::test::hostname_encode ... ok |
| 529 | 2026-07-24T09:44:15.804Z | test engine::dhcp::test::domainname_encode ... ok |
| 530 | 2026-07-24T09:44:15.804Z | test engine::dhcp::test::offlink_encode ... ok |
| 531 | 2026-07-24T09:44:15.804Z | test engine::dhcp::test::domain_search_option_encode ... ok |
| 532 | 2026-07-24T09:44:15.804Z | test engine::dhcp::test::rfc3442_encode ... ok |
| 533 | 2026-07-24T09:44:15.804Z | test engine::dhcpv6::options::test::test_client_id ... ok |
| 534 | 2026-07-24T09:44:15.804Z | test engine::dhcpv6::options::test::test_domain_list_from_slice ... ok |
| 535 | 2026-07-24T09:44:15.804Z | test engine::dhcpv6::options::test::test_dns_servers ... ok |
| 536 | 2026-07-24T09:44:15.804Z | test engine::dhcpv6::options::test::test_iata ... ok |
| 537 | 2026-07-24T09:44:15.804Z | test engine::dhcpv6::options::test::test_iana ... ok |
| 538 | 2026-07-24T09:44:15.804Z | test engine::dhcpv6::options::test::fail_on_deeply_nested_options ... ok |
| 539 | 2026-07-24T09:44:15.804Z | test engine::dhcpv6::options::test::test_elapsed_time ... ok |
| 540 | 2026-07-24T09:44:15.808Z | test ddi::time::test::bad_interval - should panic ... ok |
| 541 | 2026-07-24T09:44:15.808Z | test engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok |
| 542 | 2026-07-24T09:44:15.808Z | test engine::dhcpv6::options::test::test_option_request ... ok |
| 543 | 2026-07-24T09:44:15.808Z | test engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok |
| 544 | 2026-07-24T09:44:15.808Z | test engine::dhcpv6::options::test::test_parse_snooped_iana ... ok |
| 545 | 2026-07-24T09:44:15.808Z | test engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok |
| 546 | 2026-07-24T09:44:15.808Z | test engine::dhcpv6::options::test::test_rapid_commit ... ok |
| 547 | 2026-07-24T09:44:15.808Z | test engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok |
| 548 | 2026-07-24T09:44:15.808Z | test engine::dhcpv6::options::test::test_server_id ... ok |
| 549 | 2026-07-24T09:44:15.808Z | test engine::dhcpv6::options::test::test_sntp_servers ... ok |
| 550 | 2026-07-24T09:44:15.808Z | test engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok |
| 551 | 2026-07-24T09:44:15.808Z | test engine::dhcpv6::options::test::test_status ... ok |
| 552 | 2026-07-24T09:44:15.808Z | test engine::dhcpv6::test::test_duid_from_mac ... ok |
| 553 | 2026-07-24T09:44:15.809Z | test engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok |
| 554 | 2026-07-24T09:44:15.809Z | test engine::ether::test::emit ... ok |
| 555 | 2026-07-24T09:44:15.809Z | test engine::flow_table::test::flow_clear ... ok |
| 556 | 2026-07-24T09:44:15.809Z | test engine::flow_table::test::eviction_invalidates_descendents ... ok |
| 557 | 2026-07-24T09:44:15.809Z | test engine::flow_table::test::eviction_basics ... ok |
| 558 | 2026-07-24T09:44:15.809Z | test engine::flow_table::test::eviction_selects_highest_prio ... ok |
| 559 | 2026-07-24T09:44:15.809Z | test engine::flow_table::test::priority_lerp ... ok |
| 560 | 2026-07-24T09:44:15.809Z | test engine::flow_table::test::children_prevent_timer_expiry ... ok |
| 561 | 2026-07-24T09:44:15.809Z | test engine::flow_table::test::priority_lerp_clamps ... ok |
| 562 | 2026-07-24T09:44:15.809Z | test engine::flow_table::test::eviction_priority_inheritance ... ok |
| 563 | 2026-07-24T09:44:15.809Z | test engine::flow_table::test::flow_expired ... ok |
| 564 | 2026-07-24T09:44:15.809Z | test engine::flow_table::test::priority_lerp_rejects_bad_params ... ok |
| 565 | 2026-07-24T09:44:15.809Z | test engine::geneve::test::emit_single_opt ... ok |
| 566 | 2026-07-24T09:44:15.809Z | test engine::geneve::test::emit_no_opts ... ok |
| 567 | 2026-07-24T09:44:15.809Z | test engine::ip::v6::test::bad_ipv6_version_caught ... ok |
| 568 | 2026-07-24T09:44:15.809Z | test engine::ip::v6::test::emit ... ok |
| 569 | 2026-07-24T09:44:15.809Z | test engine::ip::v4::test::cidr_match ... ok |
| 570 | 2026-07-24T09:44:15.809Z | test engine::flow_table::test::timer_expiry_propagation ... ok |
| 571 | 2026-07-24T09:44:15.809Z | test engine::ip::v4::test::match_check ... ok |
| 572 | 2026-07-24T09:44:15.809Z | test engine::ip::v4::test::emit ... ok |
| 573 | 2026-07-24T09:44:15.809Z | test engine::ip::v6::test::from_pairs ... ok |
| 574 | 2026-07-24T09:44:15.809Z | test engine::ip::v6::test::option_push_spec ... ok |
| 575 | 2026-07-24T09:44:15.809Z | test engine::ip::v6::test::extension_push_spec ... ok |
| 576 | 2026-07-24T09:44:15.809Z | test engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok |
| 577 | 2026-07-24T09:44:15.809Z | test engine::ip::v6::test::test_set_total_len ... ok |
| 578 | 2026-07-24T09:44:15.809Z | test engine::ip::v6::test::test_ipv6_addr_match_exact ... ok |
| 579 | 2026-07-24T09:44:15.809Z | test engine::layer::test::find_rule ... ok |
| 580 | 2026-07-24T09:44:15.809Z | test engine::nat::test::nat4_rewrite ... ok |
| 581 | 2026-07-24T09:44:15.809Z | test engine::ip::v6::test::test_extension_header_lengths_ok ... ok |
| 582 | 2026-07-24T09:44:15.809Z | test engine::packet::test::parse_ipv6_extension_headers_ok ... ok |
| 583 | 2026-07-24T09:44:15.809Z | test engine::ip::v6::test::push_spec ... ok |
| 584 | 2026-07-24T09:44:15.809Z | test engine::packet::test::read_multi_segment ... ok |
| 585 | 2026-07-24T09:44:15.809Z | test engine::packet::test::read_single_segment ... ok |
| 586 | 2026-07-24T09:44:15.809Z | test engine::packet::test::small_packet_with_padding ... ok |
| 587 | 2026-07-24T09:44:15.809Z | test engine::packet::test::straddled_tcp ... ok |
| 588 | 2026-07-24T09:44:15.809Z | test engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok |
| 589 | 2026-07-24T09:44:15.809Z | test engine::parse::test::icmp4_body_csum_equals_body ... ok |
| 590 | 2026-07-24T09:44:15.809Z | test engine::rule::rule_matching ... ok |
| 591 | 2026-07-24T09:44:15.810Z | test engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok |
| 592 | 2026-07-24T09:44:15.810Z | test engine::port::tests::established_tcp_eviction_prio_unchanging ... ok |
| 593 | 2026-07-24T09:44:15.810Z | test engine::packet::test::udp6_packet_with_padding ... ok |
| 594 | 2026-07-24T09:44:15.810Z | test engine::snat::test::snat4_desc_lifecycle ... ok |
| 595 | 2026-07-24T09:44:15.810Z | test engine::snat::test::nat_mappings ... ok |
| 596 | 2026-07-24T09:44:15.810Z | test engine::snat::test::test_nat_pool_different_ip_types ... ok |
| 597 | 2026-07-24T09:44:15.810Z | |
| 598 | 2026-07-24T09:44:15.810Z | test result: ok. 84 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 599 | 2026-07-24T09:44:15.810Z | |
| 600 | 2026-07-24T09:44:15.810Z | Doc-tests opte |
| 601 | 2026-07-24T09:44:17.777Z | |
| 602 | 2026-07-24T09:44:17.777Z | running 3 tests |
| 603 | 2026-07-24T09:44:17.780Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored |
| 604 | 2026-07-24T09:44:17.780Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok |
| 605 | 2026-07-24T09:44:17.780Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok |
| 606 | 2026-07-24T09:44:17.780Z | |
| 607 | 2026-07-24T09:44:17.780Z | test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 608 | 2026-07-24T09:44:17.780Z | |
| 609 | 2026-07-24T09:44:17.784Z | all doctests ran in 1.41s; merged doctests compilation took 1.40s |
| 610 | 2026-07-24T09:44:17.822Z | |
| 611 | 2026-07-24T09:44:17.822Z | real 24.177739893 |
| 612 | 2026-07-24T09:44:17.822Z | user 2:01.865841459 |
| 613 | 2026-07-24T09:44:17.822Z | sys 7.183923042 |
| 614 | 2026-07-24T09:44:17.822Z | trap 0.056312735 |
| 615 | 2026-07-24T09:44:17.822Z | tflt 0.191652800 |
| 616 | 2026-07-24T09:44:17.823Z | dflt 0.372808558 |
| 617 | 2026-07-24T09:44:17.823Z | kflt 0.000007150 |
| 618 | 2026-07-24T09:44:17.826Z | lock 6:18.878515801 |
| 619 | 2026-07-24T09:44:17.826Z | slp 3:40.584642762 |
| 620 | 2026-07-24T09:44:17.826Z | lat 5.664022391 |
| 621 | 2026-07-24T09:44:17.826Z | stop 3.076121496 |
| 622 | 2026-07-24T09:44:17.826Z | process exited: duration 84695 ms, exit code 0 |
| |
| 623 | 2026-07-24T09:44:17.832Z | found 0 output files |