|
|
|
| 1 | 2026-02-19T04:40:00.396Z | job assigned to worker 01KHT34BVGA5084WKT7SMH4871 [factory gimlet-EVT22200007-propolis, EVT22200007/58589] (queued for 30 s) |
| |
| 2 | 2026-02-19T04:40:09.325Z | starting task 0: "setup" |
| 3 | 2026-02-19T04:40:09.351Z | ++ uname -s |
| 4 | 2026-02-19T04:40:09.352Z | + kern=SunOS |
| 5 | 2026-02-19T04:40:09.352Z | + build_user=build |
| 6 | 2026-02-19T04:40:09.352Z | + build_uid=12345 |
| 7 | 2026-02-19T04:40:09.352Z | + work_dir=/work |
| 8 | 2026-02-19T04:40:09.352Z | + input_dir=/input |
| 9 | 2026-02-19T04:40:09.352Z | + [[ 0 == 12345 ]] |
| 10 | 2026-02-19T04:40:09.352Z | + case "$kern" in |
| 11 | 2026-02-19T04:40:09.352Z | + groupadd -g 12345 build |
| 12 | 2026-02-19T04:40:09.352Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-02-19T04:40:11.351Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-02-19T04:40:11.402Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-02-19T04:40:11.426Z | + home_fs=zfs |
| 16 | 2026-02-19T04:40:11.426Z | + [[ zfs == autofs ]] |
| 17 | 2026-02-19T04:40:11.426Z | + mkdir -p /home/build |
| 18 | 2026-02-19T04:40:11.426Z | + chown build:build /home/build /work |
| 19 | 2026-02-19T04:40:13.411Z | + chmod 0700 /home/build /work |
| 20 | 2026-02-19T04:40:13.435Z | process exited: duration 4093 ms, exit code 0 |
| |
| 21 | 2026-02-19T04:40:13.483Z | starting task 1: "rust-toolchain" |
| 22 | 2026-02-19T04:40:13.507Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-02-19T04:40:13.507Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-02-19T04:40:13.507Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-02-19T04:40:13.507Z | * rust toolchain channel = "1.90.0" |
| 26 | 2026-02-19T04:40:13.507Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-02-19T04:40:13.507Z | * rust toolchain profile = "default" |
| 28 | 2026-02-19T04:40:13.507Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-02-19T04:40:13.507Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-02-19T04:40:13.642Z | info: downloading installer |
| 31 | 2026-02-19T04:40:14.879Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-02-19T04:40:14.879Z | warn: /opt/ooce/bin |
| 33 | 2026-02-19T04:40:14.879Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-02-19T04:40:14.879Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-02-19T04:40:14.879Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-02-19T04:40:14.879Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-02-19T04:40:14.879Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-02-19T04:40:14.879Z | error: cannot install while Rust is installed |
| 39 | 2026-02-19T04:40:14.879Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-02-19T04:40:14.904Z | info: profile set to 'default' |
| 41 | 2026-02-19T04:40:14.904Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-02-19T04:40:14.904Z | info: syncing channel updates for '1.90.0-x86_64-unknown-illumos' |
| 43 | 2026-02-19T04:40:15.041Z | info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14) |
| 44 | 2026-02-19T04:40:15.041Z | info: downloading component 'cargo' |
| 45 | 2026-02-19T04:40:15.480Z | info: downloading component 'clippy' |
| 46 | 2026-02-19T04:40:15.587Z | info: downloading component 'rust-docs' |
| 47 | 2026-02-19T04:40:16.403Z | info: downloading component 'rust-std' |
| 48 | 2026-02-19T04:40:17.409Z | info: downloading component 'rustc' |
| 49 | 2026-02-19T04:40:20.683Z | info: downloading component 'rustfmt' |
| 50 | 2026-02-19T04:40:20.763Z | info: installing component 'cargo' |
| 51 | 2026-02-19T04:40:22.101Z | info: installing component 'clippy' |
| 52 | 2026-02-19T04:40:22.581Z | info: installing component 'rust-docs' |
| 53 | 2026-02-19T04:40:25.782Z | info: installing component 'rust-std' |
| 54 | 2026-02-19T04:40:28.098Z | info: installing component 'rustc' |
| 55 | 2026-02-19T04:40:36.395Z | info: installing component 'rustfmt' |
| 56 | 2026-02-19T04:40:36.802Z | info: default toolchain set to '1.90.0-x86_64-unknown-illumos' |
| 57 | 2026-02-19T04:40:36.802Z | |
| 58 | 2026-02-19T04:40:36.979Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 59 | 2026-02-19T04:40:36.979Z | |
| 60 | 2026-02-19T04:40:37.003Z | |
| 61 | 2026-02-19T04:40:37.003Z | Rust is installed now. Great! |
| 62 | 2026-02-19T04:40:37.003Z | |
| 63 | 2026-02-19T04:40:37.003Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-02-19T04:40:37.003Z | environment variable. This has not been done automatically. |
| 65 | 2026-02-19T04:40:37.004Z | |
| 66 | 2026-02-19T04:40:37.004Z | To configure your current shell, you need to source |
| 67 | 2026-02-19T04:40:37.004Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-02-19T04:40:37.004Z | |
| 69 | 2026-02-19T04:40:37.004Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-02-19T04:40:37.004Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-02-19T04:40:37.004Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-02-19T04:40:37.004Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-02-19T04:40:37.111Z | + rustup --version |
| 74 | 2026-02-19T04:40:37.137Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-02-19T04:40:37.161Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-02-19T04:40:37.267Z | info: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 77 | 2026-02-19T04:40:37.292Z | + cargo --version |
| 78 | 2026-02-19T04:40:37.395Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 79 | 2026-02-19T04:40:37.427Z | + rustc --version |
| 80 | 2026-02-19T04:40:37.526Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 81 | 2026-02-19T04:40:37.550Z | process exited: duration 24047 ms, exit code 0 |
| |
| 82 | 2026-02-19T04:40:37.599Z | starting task 2: "authentication" |
| 83 | 2026-02-19T04:40:37.658Z | process exited: duration 58 ms, exit code 0 |
| |
| 84 | 2026-02-19T04:40:37.708Z | starting task 3: "clone repository" |
| 85 | 2026-02-19T04:40:37.732Z | + mkdir -p /work/oxidecomputer/opte |
| 86 | 2026-02-19T04:40:37.732Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 87 | 2026-02-19T04:40:37.755Z | Cloning into '/work/oxidecomputer/opte'... |
| 88 | 2026-02-19T04:40:38.790Z | + cd /work/oxidecomputer/opte |
| 89 | 2026-02-19T04:40:38.790Z | + git fetch origin ac41d489be05ccd2dca1cd4dc129d68fd0001f5b |
| 90 | 2026-02-19T04:40:39.148Z | From https://github.com/oxidecomputer/opte |
| 91 | 2026-02-19T04:40:39.148Z | * branch ac41d489be05ccd2dca1cd4dc129d68fd0001f5b -> FETCH_HEAD |
| 92 | 2026-02-19T04:40:39.172Z | + [[ -n renovate/toml-1.x-lockfile ]] |
| 93 | 2026-02-19T04:40:39.172Z | ++ git branch --show-current |
| 94 | 2026-02-19T04:40:39.172Z | + current=master |
| 95 | 2026-02-19T04:40:39.172Z | + [[ master != renovate/toml-1.x-lockfile ]] |
| 96 | 2026-02-19T04:40:39.172Z | + git branch -f renovate/toml-1.x-lockfile ac41d489be05ccd2dca1cd4dc129d68fd0001f5b |
| 97 | 2026-02-19T04:40:39.172Z | + git checkout -f renovate/toml-1.x-lockfile |
| 98 | 2026-02-19T04:40:39.206Z | Switched to branch 'renovate/toml-1.x-lockfile' |
| 99 | 2026-02-19T04:40:39.229Z | + git reset --hard ac41d489be05ccd2dca1cd4dc129d68fd0001f5b |
| 100 | 2026-02-19T04:40:39.253Z | HEAD is now at ac41d48 Update Rust crate toml to v1.0.3 |
| 101 | 2026-02-19T04:40:39.253Z | process exited: duration 1532 ms, exit code 0 |
| |
| 102 | 2026-02-19T04:40:39.302Z | starting task 4: "build" |
| 103 | 2026-02-19T04:40:39.351Z | + source .github/buildomat/common.sh |
| 104 | 2026-02-19T04:40:39.351Z | ++ rustup show active-toolchain |
| 105 | 2026-02-19T04:40:39.375Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 106 | 2026-02-19T04:40:39.399Z | ++ pushd xde |
| 107 | 2026-02-19T04:40:39.399Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 108 | 2026-02-19T04:40:39.399Z | ++ rustup show active-toolchain |
| 109 | 2026-02-19T04:40:39.399Z | info: syncing channel updates for 'nightly-2025-09-19-x86_64-unknown-illumos' |
| 110 | 2026-02-19T04:40:39.543Z | info: latest update on 2025-09-19, rust version 1.92.0-nightly (7c275d09e 2025-09-18) |
| 111 | 2026-02-19T04:40:39.544Z | info: downloading component 'cargo' |
| 112 | 2026-02-19T04:40:39.873Z | info: downloading component 'clippy' |
| 113 | 2026-02-19T04:40:39.954Z | info: downloading component 'rust-src' |
| 114 | 2026-02-19T04:40:40.020Z | info: downloading component 'rust-std' |
| 115 | 2026-02-19T04:40:40.570Z | info: downloading component 'rustc' |
| 116 | 2026-02-19T04:40:43.039Z | info: downloading component 'rustfmt' |
| 117 | 2026-02-19T04:40:43.255Z | info: installing component 'cargo' |
| 118 | 2026-02-19T04:40:44.370Z | info: installing component 'clippy' |
| 119 | 2026-02-19T04:40:44.842Z | info: installing component 'rust-src' |
| 120 | 2026-02-19T04:40:45.339Z | info: installing component 'rust-std' |
| 121 | 2026-02-19T04:40:47.365Z | info: installing component 'rustc' |
| 122 | 2026-02-19T04:40:55.768Z | info: installing component 'rustfmt' |
| 123 | 2026-02-19T04:40:56.182Z | nightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 124 | 2026-02-19T04:40:56.282Z | +++ rustup show active-toolchain -v |
| 125 | 2026-02-19T04:40:56.306Z | +++ head -n 1 |
| 126 | 2026-02-19T04:40:56.306Z | +++ cut '-d ' -f1 |
| 127 | 2026-02-19T04:40:56.480Z | ++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos |
| 128 | 2026-02-19T04:40:56.480Z | ++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos |
| 129 | 2026-02-19T04:40:56.480Z | ++ popd |
| 130 | 2026-02-19T04:40:56.505Z | /work/oxidecomputer/opte |
| 131 | 2026-02-19T04:40:56.505Z | + cargo --version |
| 132 | 2026-02-19T04:40:56.584Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 133 | 2026-02-19T04:40:56.608Z | + rustc --version |
| 134 | 2026-02-19T04:40:56.695Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 135 | 2026-02-19T04:40:56.719Z | + cd lib/opte |
| 136 | 2026-02-19T04:40:56.719Z | + header 'check style' |
| 137 | 2026-02-19T04:40:56.719Z | + echo '# ==== check style ==== #' |
| 138 | 2026-02-19T04:40:56.719Z | # ==== check style ==== # |
| 139 | 2026-02-19T04:40:56.719Z | + ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos fmt -- --check |
| 140 | 2026-02-19T04:40:57.239Z | |
| 141 | 2026-02-19T04:40:57.239Z | real 0.535357427 |
| 142 | 2026-02-19T04:40:57.239Z | user 0.387978641 |
| 143 | 2026-02-19T04:40:57.239Z | sys 0.139468082 |
| 144 | 2026-02-19T04:40:57.239Z | trap 0.000066251 |
| 145 | 2026-02-19T04:40:57.239Z | tflt 0.000021291 |
| 146 | 2026-02-19T04:40:57.239Z | dflt 0.000062231 |
| 147 | 2026-02-19T04:40:57.239Z | kflt 0.000000000 |
| 148 | 2026-02-19T04:40:57.239Z | lock 1.078440366 |
| 149 | 2026-02-19T04:40:57.239Z | slp 0.538848483 |
| 150 | 2026-02-19T04:40:57.239Z | lat 0.004024882 |
| 151 | 2026-02-19T04:40:57.239Z | stop 0.000260125 |
| 152 | 2026-02-19T04:40:57.263Z | + header 'check docs' |
| 153 | 2026-02-19T04:40:57.263Z | + echo '# ==== check docs ==== #' |
| 154 | 2026-02-19T04:40:57.263Z | # ==== check docs ==== # |
| 155 | 2026-02-19T04:40:57.263Z | + RUSTDOCFLAGS='-D warnings' |
| 156 | 2026-02-19T04:40:57.263Z | + ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 157 | 2026-02-19T04:40:57.379Z | Updating crates.io index |
| 158 | 2026-02-19T04:40:57.432Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 159 | 2026-02-19T04:40:58.328Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 160 | 2026-02-19T04:40:58.680Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 161 | 2026-02-19T04:40:59.146Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 162 | 2026-02-19T04:40:59.526Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 163 | 2026-02-19T04:40:59.890Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 164 | 2026-02-19T04:41:00.277Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 165 | 2026-02-19T04:41:01.338Z | Downloading crates ... |
| 166 | 2026-02-19T04:41:01.457Z | Downloaded aho-corasick v1.1.4 |
| 167 | 2026-02-19T04:41:01.480Z | Downloaded pest_generator v2.8.6 |
| 168 | 2026-02-19T04:41:01.480Z | Downloaded proc-macro2 v1.0.106 |
| 169 | 2026-02-19T04:41:01.480Z | Downloaded ref-cast-impl v1.0.25 |
| 170 | 2026-02-19T04:41:01.480Z | Downloaded dtrace-parser v0.3.0 |
| 171 | 2026-02-19T04:41:01.481Z | Downloaded either v1.15.0 |
| 172 | 2026-02-19T04:41:01.481Z | Downloaded quote v1.0.44 |
| 173 | 2026-02-19T04:41:01.481Z | Downloaded ingot-macros v0.1.1 |
| 174 | 2026-02-19T04:41:01.481Z | Downloaded itertools v0.14.0 |
| 175 | 2026-02-19T04:41:01.505Z | Downloaded usdt-macro v0.6.0 |
| 176 | 2026-02-19T04:41:01.505Z | Downloaded itoa v1.0.17 |
| 177 | 2026-02-19T04:41:01.505Z | Downloaded unicode-ident v1.0.23 |
| 178 | 2026-02-19T04:41:01.505Z | Downloaded usdt v0.6.0 |
| 179 | 2026-02-19T04:41:01.505Z | Downloaded usdt-impl v0.6.0 |
| 180 | 2026-02-19T04:41:01.505Z | Downloaded scroll_derive v0.13.1 |
| 181 | 2026-02-19T04:41:01.505Z | Downloaded heapless v0.8.0 |
| 182 | 2026-02-19T04:41:01.505Z | Downloaded ucd-trie v0.1.7 |
| 183 | 2026-02-19T04:41:01.529Z | Downloaded zmij v1.0.20 |
| 184 | 2026-02-19T04:41:01.529Z | Downloaded cfg-if v1.0.4 |
| 185 | 2026-02-19T04:41:01.529Z | Downloaded serde_core v1.0.228 |
| 186 | 2026-02-19T04:41:01.529Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 187 | 2026-02-19T04:41:01.529Z | Downloaded serde_derive v1.0.228 |
| 188 | 2026-02-19T04:41:01.529Z | Downloaded serde_json v1.0.149 |
| 189 | 2026-02-19T04:41:01.529Z | Downloaded goblin v0.10.4 |
| 190 | 2026-02-19T04:41:01.553Z | Downloaded tabwriter v1.4.1 |
| 191 | 2026-02-19T04:41:01.553Z | Downloaded zerocopy v0.8.39 |
| 192 | 2026-02-19T04:41:01.577Z | Downloaded sha2 v0.10.9 |
| 193 | 2026-02-19T04:41:01.577Z | Downloaded log v0.4.29 |
| 194 | 2026-02-19T04:41:01.577Z | Downloaded ipnetwork v0.21.1 |
| 195 | 2026-02-19T04:41:01.577Z | Downloaded regex-automata v0.4.14 |
| 196 | 2026-02-19T04:41:01.602Z | Downloaded usdt-attr-macro v0.6.0 |
| 197 | 2026-02-19T04:41:01.603Z | Downloaded typenum v1.19.0 |
| 198 | 2026-02-19T04:41:01.603Z | Downloaded byteorder v1.5.0 |
| 199 | 2026-02-19T04:41:01.603Z | Downloaded version_check v0.9.5 |
| 200 | 2026-02-19T04:41:01.603Z | Downloaded memchr v2.8.0 |
| 201 | 2026-02-19T04:41:01.603Z | Downloaded darling_macro v0.21.3 |
| 202 | 2026-02-19T04:41:01.603Z | Downloaded serde v1.0.228 |
| 203 | 2026-02-19T04:41:01.603Z | Downloaded pest v2.8.6 |
| 204 | 2026-02-19T04:41:01.628Z | Downloaded regex-syntax v0.8.9 |
| 205 | 2026-02-19T04:41:01.628Z | Downloaded macaddr v1.0.1 |
| 206 | 2026-02-19T04:41:01.628Z | Downloaded unicode-width v0.2.2 |
| 207 | 2026-02-19T04:41:01.628Z | Downloaded regex v1.12.3 |
| 208 | 2026-02-19T04:41:01.628Z | Downloaded libc v0.2.180 |
| 209 | 2026-02-19T04:41:01.656Z | Downloaded bitflags v2.10.0 |
| 210 | 2026-02-19T04:41:01.680Z | Downloaded smoltcp v0.11.0 |
| 211 | 2026-02-19T04:41:01.680Z | Downloaded zerocopy-derive v0.8.39 |
| 212 | 2026-02-19T04:41:01.704Z | Downloaded pest_meta v2.8.6 |
| 213 | 2026-02-19T04:41:01.704Z | Downloaded ingot-types v0.1.2 |
| 214 | 2026-02-19T04:41:01.704Z | Downloaded embedded-io v0.6.1 |
| 215 | 2026-02-19T04:41:01.704Z | Downloaded serde_tokenstream v0.2.2 |
| 216 | 2026-02-19T04:41:01.704Z | Downloaded postcard v1.1.3 |
| 217 | 2026-02-19T04:41:01.704Z | Downloaded memmap2 v0.9.9 |
| 218 | 2026-02-19T04:41:01.704Z | Downloaded scroll v0.13.0 |
| 219 | 2026-02-19T04:41:01.704Z | Downloaded ref-cast v1.0.25 |
| 220 | 2026-02-19T04:41:01.704Z | Downloaded defmt v0.3.100 |
| 221 | 2026-02-19T04:41:01.704Z | Downloaded block-buffer v0.10.4 |
| 222 | 2026-02-19T04:41:01.704Z | Downloaded thread-id v5.1.0 |
| 223 | 2026-02-19T04:41:01.704Z | Downloaded strsim v0.11.1 |
| 224 | 2026-02-19T04:41:01.728Z | Downloaded syn v2.0.114 |
| 225 | 2026-02-19T04:41:01.728Z | Downloaded stable_deref_trait v1.2.1 |
| 226 | 2026-02-19T04:41:01.728Z | Downloaded pretty-hex v0.4.1 |
| 227 | 2026-02-19T04:41:01.728Z | Downloaded plain v0.2.3 |
| 228 | 2026-02-19T04:41:01.728Z | Downloaded pest_derive v2.8.6 |
| 229 | 2026-02-19T04:41:01.728Z | Downloaded thiserror v2.0.18 |
| 230 | 2026-02-19T04:41:01.728Z | Downloaded proc-macro-error2 v2.0.1 |
| 231 | 2026-02-19T04:41:01.761Z | Downloaded embedded-io v0.4.0 |
| 232 | 2026-02-19T04:41:01.761Z | Downloaded dyn-clone v1.0.20 |
| 233 | 2026-02-19T04:41:01.761Z | Downloaded darling_core v0.21.3 |
| 234 | 2026-02-19T04:41:01.761Z | Downloaded darling v0.21.3 |
| 235 | 2026-02-19T04:41:01.761Z | Downloaded cobs v0.3.0 |
| 236 | 2026-02-19T04:41:01.761Z | Downloaded thiserror-impl v2.0.18 |
| 237 | 2026-02-19T04:41:01.761Z | Downloaded ident_case v1.0.1 |
| 238 | 2026-02-19T04:41:01.761Z | Downloaded fnv v1.0.7 |
| 239 | 2026-02-19T04:41:01.761Z | Downloaded hash32 v0.3.1 |
| 240 | 2026-02-19T04:41:01.761Z | Downloaded crc32fast v1.5.0 |
| 241 | 2026-02-19T04:41:01.761Z | Downloaded managed v0.8.0 |
| 242 | 2026-02-19T04:41:01.761Z | Downloaded defmt v1.0.1 |
| 243 | 2026-02-19T04:41:01.761Z | Downloaded crypto-common v0.1.7 |
| 244 | 2026-02-19T04:41:01.761Z | Downloaded cpufeatures v0.2.17 |
| 245 | 2026-02-19T04:41:01.786Z | Downloaded bitflags v1.3.2 |
| 246 | 2026-02-19T04:41:01.786Z | Downloaded ingot v0.1.1 |
| 247 | 2026-02-19T04:41:01.786Z | Downloaded generic-array v0.14.7 |
| 248 | 2026-02-19T04:41:01.786Z | Downloaded dof v0.4.0 |
| 249 | 2026-02-19T04:41:01.786Z | Downloaded digest v0.10.7 |
| 250 | 2026-02-19T04:41:01.786Z | Downloaded defmt-parser v1.0.0 |
| 251 | 2026-02-19T04:41:01.786Z | Downloaded defmt-macros v1.0.1 |
| 252 | 2026-02-19T04:41:01.856Z | Compiling proc-macro2 v1.0.106 |
| 253 | 2026-02-19T04:41:01.856Z | Compiling quote v1.0.44 |
| 254 | 2026-02-19T04:41:01.856Z | Compiling unicode-ident v1.0.23 |
| 255 | 2026-02-19T04:41:01.880Z | Documenting unicode-ident v1.0.23 |
| 256 | 2026-02-19T04:41:01.880Z | Compiling ident_case v1.0.1 |
| 257 | 2026-02-19T04:41:01.880Z | Compiling fnv v1.0.7 |
| 258 | 2026-02-19T04:41:01.881Z | Compiling serde_core v1.0.228 |
| 259 | 2026-02-19T04:41:02.069Z | Compiling strsim v0.11.1 |
| 260 | 2026-02-19T04:41:02.104Z | Compiling memchr v2.8.0 |
| 261 | 2026-02-19T04:41:02.503Z | Compiling zerocopy v0.8.39 |
| 262 | 2026-02-19T04:41:02.560Z | Compiling thiserror v2.0.18 |
| 263 | 2026-02-19T04:41:02.726Z | Documenting proc-macro2 v1.0.106 |
| 264 | 2026-02-19T04:41:02.964Z | Compiling regex-syntax v0.8.9 |
| 265 | 2026-02-19T04:41:03.153Z | Compiling aho-corasick v1.1.4 |
| 266 | 2026-02-19T04:41:03.202Z | Compiling serde v1.0.228 |
| 267 | 2026-02-19T04:41:03.641Z | Checking syn v2.0.114 |
| 268 | 2026-02-19T04:41:03.788Z | Documenting quote v1.0.44 |
| 269 | 2026-02-19T04:41:04.002Z | Documenting fnv v1.0.7 |
| 270 | 2026-02-19T04:41:04.677Z | Documenting syn v2.0.114 |
| 271 | 2026-02-19T04:41:04.910Z | Documenting ident_case v1.0.1 |
| 272 | 2026-02-19T04:41:05.489Z | Compiling either v1.15.0 |
| 273 | 2026-02-19T04:41:05.908Z | Documenting strsim v0.11.1 |
| 274 | 2026-02-19T04:41:06.044Z | Checking byteorder v1.5.0 |
| 275 | 2026-02-19T04:41:06.384Z | Compiling regex-automata v0.4.14 |
| 276 | 2026-02-19T04:41:06.531Z | Compiling itertools v0.14.0 |
| 277 | 2026-02-19T04:41:06.866Z | Compiling heapless v0.8.0 |
| 278 | 2026-02-19T04:41:07.398Z | Documenting memchr v2.8.0 |
| 279 | 2026-02-19T04:41:07.912Z | Checking hash32 v0.3.1 |
| 280 | 2026-02-19T04:41:08.063Z | Checking bitflags v2.10.0 |
| 281 | 2026-02-19T04:41:08.321Z | Documenting serde_core v1.0.228 |
| 282 | 2026-02-19T04:41:08.408Z | Checking darling_core v0.21.3 |
| 283 | 2026-02-19T04:41:08.793Z | Documenting aho-corasick v1.1.4 |
| 284 | 2026-02-19T04:41:09.057Z | Documenting darling_core v0.21.3 |
| 285 | 2026-02-19T04:41:09.160Z | Checking macaddr v1.0.1 |
| 286 | 2026-02-19T04:41:10.328Z | Compiling regex v1.12.3 |
| 287 | 2026-02-19T04:41:10.352Z | Checking cfg-if v1.0.4 |
| 288 | 2026-02-19T04:41:10.426Z | Documenting regex-syntax v0.8.9 |
| 289 | 2026-02-19T04:41:11.167Z | Checking stable_deref_trait v1.2.1 |
| 290 | 2026-02-19T04:41:11.208Z | Documenting darling_macro v0.21.3 |
| 291 | 2026-02-19T04:41:11.272Z | Compiling smoltcp v0.11.0 |
| 292 | 2026-02-19T04:41:12.309Z | Documenting serde_derive v1.0.228 |
| 293 | 2026-02-19T04:41:12.390Z | Documenting thiserror-impl v2.0.18 |
| 294 | 2026-02-19T04:41:12.471Z | Documenting regex-automata v0.4.14 |
| 295 | 2026-02-19T04:41:12.600Z | Documenting zerocopy-derive v0.8.39 |
| 296 | 2026-02-19T04:41:12.624Z | Documenting byteorder v1.5.0 |
| 297 | 2026-02-19T04:41:12.731Z | Compiling zerocopy-derive v0.8.39 |
| 298 | 2026-02-19T04:41:13.471Z | Compiling serde_derive v1.0.228 |
| 299 | 2026-02-19T04:41:13.735Z | Compiling thiserror-impl v2.0.18 |
| 300 | 2026-02-19T04:41:14.030Z | Checking bitflags v1.3.2 |
| 301 | 2026-02-19T04:41:14.121Z | Checking managed v0.8.0 |
| 302 | 2026-02-19T04:41:14.252Z | Compiling darling_macro v0.21.3 |
| 303 | 2026-02-19T04:41:14.315Z | Documenting hash32 v0.3.1 |
| 304 | 2026-02-19T04:41:14.367Z | Documenting bitflags v2.10.0 |
| 305 | 2026-02-19T04:41:14.498Z | Compiling ref-cast v1.0.25 |
| 306 | 2026-02-19T04:41:15.024Z | Documenting regex v1.12.3 |
| 307 | 2026-02-19T04:41:15.049Z | Compiling crc32fast v1.5.0 |
| 308 | 2026-02-19T04:41:15.124Z | Compiling darling v0.21.3 |
| 309 | 2026-02-19T04:41:15.243Z | Compiling ingot-macros v0.1.1 |
| 310 | 2026-02-19T04:41:15.325Z | Documenting darling v0.21.3 |
| 311 | 2026-02-19T04:41:15.551Z | Documenting zerocopy v0.8.39 |
| 312 | 2026-02-19T04:41:15.581Z | Documenting stable_deref_trait v1.2.1 |
| 313 | 2026-02-19T04:41:16.400Z | Checking cobs v0.3.0 |
| 314 | 2026-02-19T04:41:16.498Z | Documenting thiserror v2.0.18 |
| 315 | 2026-02-19T04:41:16.635Z | Documenting macaddr v1.0.1 |
| 316 | 2026-02-19T04:41:16.942Z | Documenting cfg-if v1.0.4 |
| 317 | 2026-02-19T04:41:17.240Z | Documenting ingot-macros v0.1.1 |
| 318 | 2026-02-19T04:41:17.438Z | Documenting cobs v0.3.0 |
| 319 | 2026-02-19T04:41:17.733Z | Documenting heapless v0.8.0 |
| 320 | 2026-02-19T04:41:18.400Z | Compiling ref-cast-impl v1.0.25 |
| 321 | 2026-02-19T04:41:19.079Z | Documenting serde v1.0.228 |
| 322 | 2026-02-19T04:41:19.630Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 323 | 2026-02-19T04:41:19.630Z | Checking unicode-width v0.2.2 |
| 324 | 2026-02-19T04:41:19.879Z | Compiling version_check v0.9.5 |
| 325 | 2026-02-19T04:41:19.938Z | Documenting managed v0.8.0 |
| 326 | 2026-02-19T04:41:19.962Z | Checking postcard v1.1.3 |
| 327 | 2026-02-19T04:41:20.536Z | Checking ipnetwork v0.21.1 |
| 328 | 2026-02-19T04:41:20.929Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 329 | 2026-02-19T04:41:21.001Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 330 | 2026-02-19T04:41:21.025Z | Documenting ref-cast-impl v1.0.25 |
| 331 | 2026-02-19T04:41:21.055Z | Documenting unicode-width v0.2.2 |
| 332 | 2026-02-19T04:41:21.320Z | Documenting ipnetwork v0.21.1 |
| 333 | 2026-02-19T04:41:21.350Z | Documenting smoltcp v0.11.0 |
| 334 | 2026-02-19T04:41:22.282Z | Documenting either v1.15.0 |
| 335 | 2026-02-19T04:41:22.609Z | Documenting postcard v1.1.3 |
| 336 | 2026-02-19T04:41:23.174Z | Documenting ref-cast v1.0.25 |
| 337 | 2026-02-19T04:41:23.198Z | Checking ingot-types v0.1.2 |
| 338 | 2026-02-19T04:41:23.530Z | Documenting ingot-types v0.1.2 |
| 339 | 2026-02-19T04:41:23.945Z | Checking ingot v0.1.1 |
| 340 | 2026-02-19T04:41:23.969Z | Documenting tabwriter v1.4.1 |
| 341 | 2026-02-19T04:41:24.423Z | Documenting itertools v0.14.0 |
| 342 | 2026-02-19T04:41:24.587Z | Checking tabwriter v1.4.1 |
| 343 | 2026-02-19T04:41:25.008Z | Documenting crc32fast v1.5.0 |
| 344 | 2026-02-19T04:41:25.410Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 345 | 2026-02-19T04:41:25.567Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 346 | 2026-02-19T04:41:26.069Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 347 | 2026-02-19T04:41:26.766Z | Documenting ingot v0.1.1 |
| 348 | 2026-02-19T04:41:26.795Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 349 | 2026-02-19T04:41:27.134Z | Checking dyn-clone v1.0.20 |
| 350 | 2026-02-19T04:41:27.189Z | Documenting dyn-clone v1.0.20 |
| 351 | 2026-02-19T04:41:28.134Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 352 | 2026-02-19T04:41:31.081Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 353 | 2026-02-19T04:41:33.359Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 354 | 2026-02-19T04:41:38.285Z | Finished `dev` profile [optimized + debuginfo] target(s) in 41.02s |
| 355 | 2026-02-19T04:41:38.397Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
| 356 | 2026-02-19T04:41:38.424Z | |
| 357 | 2026-02-19T04:41:38.424Z | real 41.157240024 |
| 358 | 2026-02-19T04:41:38.424Z | user 2:43.730844873 |
| 359 | 2026-02-19T04:41:38.424Z | sys 30.921445214 |
| 360 | 2026-02-19T04:41:38.424Z | trap 0.117932882 |
| 361 | 2026-02-19T04:41:38.424Z | tflt 0.027065032 |
| 362 | 2026-02-19T04:41:38.424Z | dflt 0.099181332 |
| 363 | 2026-02-19T04:41:38.424Z | kflt 0.000784388 |
| 364 | 2026-02-19T04:41:38.424Z | lock 12:56.016107764 |
| 365 | 2026-02-19T04:41:38.424Z | slp 10:20.458588983 |
| 366 | 2026-02-19T04:41:38.424Z | lat 14.716660665 |
| 367 | 2026-02-19T04:41:38.424Z | stop 13.438474762 |
| 368 | 2026-02-19T04:41:38.448Z | + header 'analyze std + api' |
| 369 | 2026-02-19T04:41:38.448Z | + echo '# ==== analyze std + api ==== #' |
| 370 | 2026-02-19T04:41:38.448Z | # ==== analyze std + api ==== # |
| 371 | 2026-02-19T04:41:38.448Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 372 | 2026-02-19T04:41:39.026Z | Compiling proc-macro2 v1.0.106 |
| 373 | 2026-02-19T04:41:39.026Z | Compiling quote v1.0.44 |
| 374 | 2026-02-19T04:41:39.026Z | Compiling unicode-ident v1.0.23 |
| 375 | 2026-02-19T04:41:39.050Z | Compiling memchr v2.8.0 |
| 376 | 2026-02-19T04:41:39.051Z | Compiling thiserror v2.0.18 |
| 377 | 2026-02-19T04:41:39.051Z | Compiling zerocopy v0.8.39 |
| 378 | 2026-02-19T04:41:39.051Z | Compiling zmij v1.0.20 |
| 379 | 2026-02-19T04:41:39.051Z | Compiling serde_core v1.0.228 |
| 380 | 2026-02-19T04:41:39.346Z | Compiling libc v0.2.180 |
| 381 | 2026-02-19T04:41:39.599Z | Compiling serde_json v1.0.149 |
| 382 | 2026-02-19T04:41:39.660Z | Compiling ucd-trie v0.1.7 |
| 383 | 2026-02-19T04:41:39.997Z | Compiling pest v2.8.6 |
| 384 | 2026-02-19T04:41:40.052Z | Compiling serde v1.0.228 |
| 385 | 2026-02-19T04:41:40.233Z | Compiling ident_case v1.0.1 |
| 386 | 2026-02-19T04:41:40.385Z | Compiling strsim v0.11.1 |
| 387 | 2026-02-19T04:41:40.422Z | Compiling fnv v1.0.7 |
| 388 | 2026-02-19T04:41:40.884Z | Compiling aho-corasick v1.1.4 |
| 389 | 2026-02-19T04:41:41.048Z | Checking byteorder v1.5.0 |
| 390 | 2026-02-19T04:41:41.072Z | Compiling regex-syntax v0.8.9 |
| 391 | 2026-02-19T04:41:41.588Z | Compiling syn v2.0.114 |
| 392 | 2026-02-19T04:41:41.736Z | Compiling itoa v1.0.17 |
| 393 | 2026-02-19T04:41:42.872Z | Compiling pest_meta v2.8.6 |
| 394 | 2026-02-19T04:41:42.979Z | Compiling usdt-impl v0.6.0 |
| 395 | 2026-02-19T04:41:43.119Z | Compiling either v1.15.0 |
| 396 | 2026-02-19T04:41:43.513Z | Compiling itertools v0.14.0 |
| 397 | 2026-02-19T04:41:43.953Z | Compiling thread-id v5.1.0 |
| 398 | 2026-02-19T04:41:44.367Z | Compiling heapless v0.8.0 |
| 399 | 2026-02-19T04:41:44.623Z | Compiling regex-automata v0.4.14 |
| 400 | 2026-02-19T04:41:44.944Z | Checking plain v0.2.3 |
| 401 | 2026-02-19T04:41:45.109Z | Checking log v0.4.29 |
| 402 | 2026-02-19T04:41:46.245Z | Checking bitflags v2.10.0 |
| 403 | 2026-02-19T04:41:46.303Z | Checking hash32 v0.3.1 |
| 404 | 2026-02-19T04:41:46.482Z | Checking cfg-if v1.0.4 |
| 405 | 2026-02-19T04:41:46.566Z | Compiling smoltcp v0.11.0 |
| 406 | 2026-02-19T04:41:46.592Z | Checking stable_deref_trait v1.2.1 |
| 407 | 2026-02-19T04:41:46.692Z | Checking macaddr v1.0.1 |
| 408 | 2026-02-19T04:41:46.870Z | Checking pretty-hex v0.4.1 |
| 409 | 2026-02-19T04:41:47.079Z | Checking bitflags v1.3.2 |
| 410 | 2026-02-19T04:41:47.141Z | Compiling crc32fast v1.5.0 |
| 411 | 2026-02-19T04:41:47.174Z | Compiling version_check v0.9.5 |
| 412 | 2026-02-19T04:41:47.198Z | Checking managed v0.8.0 |
| 413 | 2026-02-19T04:41:47.542Z | Compiling pest_generator v2.8.6 |
| 414 | 2026-02-19T04:41:47.625Z | Compiling darling_core v0.21.3 |
| 415 | 2026-02-19T04:41:47.692Z | Compiling ref-cast v1.0.25 |
| 416 | 2026-02-19T04:41:48.258Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 417 | 2026-02-19T04:41:48.399Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 418 | 2026-02-19T04:41:48.620Z | Checking memmap2 v0.9.9 |
| 419 | 2026-02-19T04:41:48.890Z | Compiling regex v1.12.3 |
| 420 | 2026-02-19T04:41:49.015Z | Checking ipnetwork v0.21.1 |
| 421 | 2026-02-19T04:41:49.247Z | Checking unicode-width v0.2.2 |
| 422 | 2026-02-19T04:41:49.717Z | Checking tabwriter v1.4.1 |
| 423 | 2026-02-19T04:41:49.967Z | Checking dyn-clone v1.0.20 |
| 424 | 2026-02-19T04:41:50.623Z | Compiling thiserror-impl v2.0.18 |
| 425 | 2026-02-19T04:41:50.697Z | Compiling serde_derive v1.0.228 |
| 426 | 2026-02-19T04:41:50.794Z | Compiling zerocopy-derive v0.8.39 |
| 427 | 2026-02-19T04:41:50.897Z | Compiling pest_derive v2.8.6 |
| 428 | 2026-02-19T04:41:50.921Z | Compiling scroll_derive v0.13.1 |
| 429 | 2026-02-19T04:41:51.656Z | Compiling darling_macro v0.21.3 |
| 430 | 2026-02-19T04:41:51.680Z | Compiling ref-cast-impl v1.0.25 |
| 431 | 2026-02-19T04:41:51.680Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 432 | 2026-02-19T04:41:52.358Z | Checking scroll v0.13.0 |
| 433 | 2026-02-19T04:41:52.496Z | Compiling darling v0.21.3 |
| 434 | 2026-02-19T04:41:52.602Z | Compiling ingot-macros v0.1.1 |
| 435 | 2026-02-19T04:41:52.626Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 436 | 2026-02-19T04:41:52.806Z | Checking goblin v0.10.4 |
| 437 | 2026-02-19T04:41:52.959Z | Compiling dtrace-parser v0.3.0 |
| 438 | 2026-02-19T04:41:53.004Z | Checking cobs v0.3.0 |
| 439 | 2026-02-19T04:41:55.943Z | Compiling serde_tokenstream v0.2.2 |
| 440 | 2026-02-19T04:41:55.967Z | Checking postcard v1.1.3 |
| 441 | 2026-02-19T04:42:00.105Z | Checking dof v0.4.0 |
| 442 | 2026-02-19T04:42:00.105Z | Checking ingot-types v0.1.2 |
| 443 | 2026-02-19T04:42:00.730Z | Checking ingot v0.1.1 |
| 444 | 2026-02-19T04:42:02.435Z | Compiling usdt-macro v0.6.0 |
| 445 | 2026-02-19T04:42:02.435Z | Compiling usdt-attr-macro v0.6.0 |
| 446 | 2026-02-19T04:42:03.506Z | Checking usdt v0.6.0 |
| 447 | 2026-02-19T04:42:04.547Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 448 | 2026-02-19T04:42:25.155Z | Finished `dev` profile [optimized + debuginfo] target(s) in 46.49s |
| 449 | 2026-02-19T04:42:25.197Z | |
| 450 | 2026-02-19T04:42:25.197Z | real 46.759630925 |
| 451 | 2026-02-19T04:42:25.197Z | user 2:29.087105615 |
| 452 | 2026-02-19T04:42:25.197Z | sys 22.177711858 |
| 453 | 2026-02-19T04:42:25.197Z | trap 0.092800305 |
| 454 | 2026-02-19T04:42:25.197Z | tflt 0.162944179 |
| 455 | 2026-02-19T04:42:25.197Z | dflt 0.213166961 |
| 456 | 2026-02-19T04:42:25.197Z | kflt 0.000068114 |
| 457 | 2026-02-19T04:42:25.197Z | lock 6:51.768138249 |
| 458 | 2026-02-19T04:42:25.197Z | slp 9:31.823451363 |
| 459 | 2026-02-19T04:42:25.197Z | lat 5.079505330 |
| 460 | 2026-02-19T04:42:25.197Z | stop 6.660161756 |
| 461 | 2026-02-19T04:42:25.221Z | + header 'analyze no_std + engine + kernel' |
| 462 | 2026-02-19T04:42:25.221Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 463 | 2026-02-19T04:42:25.221Z | # ==== analyze no_std + engine + kernel ==== # |
| 464 | 2026-02-19T04:42:25.221Z | + ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings |
| 465 | 2026-02-19T04:42:25.654Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 466 | 2026-02-19T04:42:25.654Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 467 | 2026-02-19T04:42:25.678Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 468 | 2026-02-19T04:42:25.678Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 469 | 2026-02-19T04:42:26.279Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 470 | 2026-02-19T04:42:36.293Z | Finished `dev` profile [optimized + debuginfo] target(s) in 10.93s |
| 471 | 2026-02-19T04:42:36.332Z | |
| 472 | 2026-02-19T04:42:36.332Z | real 11.123499489 |
| 473 | 2026-02-19T04:42:36.332Z | user 11.844977780 |
| 474 | 2026-02-19T04:42:36.332Z | sys 1.622077142 |
| 475 | 2026-02-19T04:42:36.332Z | trap 0.003321350 |
| 476 | 2026-02-19T04:42:36.332Z | tflt 0.002590752 |
| 477 | 2026-02-19T04:42:36.332Z | dflt 0.002869122 |
| 478 | 2026-02-19T04:42:36.332Z | kflt 0.000000000 |
| 479 | 2026-02-19T04:42:36.332Z | lock 42.091542319 |
| 480 | 2026-02-19T04:42:36.332Z | slp 39.631639851 |
| 481 | 2026-02-19T04:42:36.332Z | lat 0.082478565 |
| 482 | 2026-02-19T04:42:36.332Z | stop 0.182648580 |
| 483 | 2026-02-19T04:42:36.356Z | + header test |
| 484 | 2026-02-19T04:42:36.356Z | + echo '# ==== test ==== #' |
| 485 | 2026-02-19T04:42:36.356Z | + ptime -m cargo test |
| 486 | 2026-02-19T04:42:36.356Z | # ==== test ==== # |
| 487 | 2026-02-19T04:42:36.686Z | Compiling serde_core v1.0.228 |
| 488 | 2026-02-19T04:42:36.710Z | Compiling thiserror v2.0.18 |
| 489 | 2026-02-19T04:42:36.710Z | Compiling zerocopy v0.8.39 |
| 490 | 2026-02-19T04:42:36.710Z | Compiling memchr v2.8.0 |
| 491 | 2026-02-19T04:42:36.710Z | Compiling byteorder v1.5.0 |
| 492 | 2026-02-19T04:42:36.734Z | Compiling unicode-ident v1.0.23 |
| 493 | 2026-02-19T04:42:36.734Z | Compiling zmij v1.0.20 |
| 494 | 2026-02-19T04:42:36.734Z | Compiling libc v0.2.180 |
| 495 | 2026-02-19T04:42:36.852Z | Compiling scroll v0.13.0 |
| 496 | 2026-02-19T04:42:36.952Z | Compiling proc-macro2 v1.0.106 |
| 497 | 2026-02-19T04:42:37.152Z | Compiling itoa v1.0.17 |
| 498 | 2026-02-19T04:42:37.367Z | Compiling log v0.4.29 |
| 499 | 2026-02-19T04:42:37.429Z | Compiling ucd-trie v0.1.7 |
| 500 | 2026-02-19T04:42:37.638Z | Compiling plain v0.2.3 |
| 501 | 2026-02-19T04:42:37.662Z | Compiling quote v1.0.44 |
| 502 | 2026-02-19T04:42:37.778Z | Compiling goblin v0.10.4 |
| 503 | 2026-02-19T04:42:37.805Z | Compiling pest v2.8.6 |
| 504 | 2026-02-19T04:42:38.620Z | Compiling hash32 v0.3.1 |
| 505 | 2026-02-19T04:42:38.882Z | Compiling stable_deref_trait v1.2.1 |
| 506 | 2026-02-19T04:42:38.935Z | Compiling cfg-if v1.0.4 |
| 507 | 2026-02-19T04:42:38.984Z | Compiling macaddr v1.0.1 |
| 508 | 2026-02-19T04:42:39.031Z | Compiling pretty-hex v0.4.1 |
| 509 | 2026-02-19T04:42:39.270Z | Compiling heapless v0.8.0 |
| 510 | 2026-02-19T04:42:39.508Z | Compiling syn v2.0.114 |
| 511 | 2026-02-19T04:42:39.995Z | Compiling thread-id v5.1.0 |
| 512 | 2026-02-19T04:42:40.107Z | Compiling cobs v0.3.0 |
| 513 | 2026-02-19T04:42:40.298Z | Compiling dtrace-parser v0.3.0 |
| 514 | 2026-02-19T04:42:40.639Z | Compiling managed v0.8.0 |
| 515 | 2026-02-19T04:42:41.196Z | Compiling serde v1.0.228 |
| 516 | 2026-02-19T04:42:41.347Z | Compiling bitflags v2.10.0 |
| 517 | 2026-02-19T04:42:41.485Z | Compiling serde_json v1.0.149 |
| 518 | 2026-02-19T04:42:42.200Z | Compiling bitflags v1.3.2 |
| 519 | 2026-02-19T04:42:42.303Z | Compiling smoltcp v0.11.0 |
| 520 | 2026-02-19T04:42:42.424Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 521 | 2026-02-19T04:42:42.566Z | Compiling postcard v1.1.3 |
| 522 | 2026-02-19T04:42:42.779Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 523 | 2026-02-19T04:42:43.318Z | Compiling memmap2 v0.9.9 |
| 524 | 2026-02-19T04:42:43.835Z | Compiling either v1.15.0 |
| 525 | 2026-02-19T04:42:44.022Z | Compiling ipnetwork v0.21.1 |
| 526 | 2026-02-19T04:42:44.294Z | Compiling ingot-types v0.1.2 |
| 527 | 2026-02-19T04:42:44.649Z | Compiling unicode-width v0.2.2 |
| 528 | 2026-02-19T04:42:45.267Z | Compiling dof v0.4.0 |
| 529 | 2026-02-19T04:42:45.297Z | Compiling ingot v0.1.1 |
| 530 | 2026-02-19T04:42:45.333Z | Compiling tabwriter v1.4.1 |
| 531 | 2026-02-19T04:42:46.321Z | Compiling itertools v0.14.0 |
| 532 | 2026-02-19T04:42:48.679Z | Compiling usdt-impl v0.6.0 |
| 533 | 2026-02-19T04:42:49.258Z | Compiling ref-cast v1.0.25 |
| 534 | 2026-02-19T04:42:49.435Z | Compiling usdt v0.6.0 |
| 535 | 2026-02-19T04:42:49.941Z | Compiling crc32fast v1.5.0 |
| 536 | 2026-02-19T04:42:50.500Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 537 | 2026-02-19T04:42:50.825Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 538 | 2026-02-19T04:42:51.850Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 539 | 2026-02-19T04:42:51.874Z | Compiling dyn-clone v1.0.20 |
| 540 | 2026-02-19T04:43:29.464Z | Finished `test` profile [optimized + debuginfo] target(s) in 53.05s |
| 541 | 2026-02-19T04:43:29.488Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-f2fe74f9482a9a3c) |
| 542 | 2026-02-19T04:43:29.534Z | |
| 543 | 2026-02-19T04:43:29.534Z | running 72 tests |
| 544 | 2026-02-19T04:43:29.534Z | test ddi::mblk::test::chain_breaks_links ... ok |
| 545 | 2026-02-19T04:43:29.534Z | test d_error::tests::name_truncation ... ok |
| 546 | 2026-02-19T04:43:29.534Z | test ddi::mblk::test::chain_append_links ... ok |
| 547 | 2026-02-19T04:43:29.534Z | test d_error::tests::name_and_data_storage ... ok |
| 548 | 2026-02-19T04:43:29.534Z | test ddi::mblk::test::chain_drain_complete ... ok |
| 549 | 2026-02-19T04:43:29.534Z | test ddi::mblk::test::chain_has_correct_ends ... ok |
| 550 | 2026-02-19T04:43:29.534Z | test ddi::mblk::test::expand_and_shrink ... ok |
| 551 | 2026-02-19T04:43:29.534Z | test ddi::mblk::test::prefix_len ... ok |
| 552 | 2026-02-19T04:43:29.534Z | test ddi::mblk::test::read_seg ... ok |
| 553 | 2026-02-19T04:43:29.535Z | test ddi::mblk::test::truncate ... ok |
| 554 | 2026-02-19T04:43:29.535Z | test ddi::mblk::test::uninitialized_packet ... ok |
| 555 | 2026-02-19T04:43:29.535Z | test ddi::mblk::test::zero_byte_packet ... ok |
| 556 | 2026-02-19T04:43:29.535Z | test ddi::mblk::test::wrap ... ok |
| 557 | 2026-02-19T04:43:29.535Z | test ddi::mblk::test::test_long_packet_continuation ... ok |
| 558 | 2026-02-19T04:43:29.535Z | test ddi::time::test::good_interval ... ok |
| 559 | 2026-02-19T04:43:29.535Z | test engine::dhcp::test::domainname_encode ... ok |
| 560 | 2026-02-19T04:43:29.535Z | test engine::dhcp::test::hostname_encode ... ok |
| 561 | 2026-02-19T04:43:29.535Z | test engine::dhcp::test::offlink_encode ... ok |
| 562 | 2026-02-19T04:43:29.535Z | test engine::dhcp::test::rfc3442_encode ... ok |
| 563 | 2026-02-19T04:43:29.535Z | test ddi::time::test::bad_interval - should panic ... ok |
| 564 | 2026-02-19T04:43:29.535Z | test engine::dhcp::test::domain_search_option_encode ... ok |
| 565 | 2026-02-19T04:43:29.535Z | test engine::dhcpv6::options::test::test_client_id ... ok |
| 566 | 2026-02-19T04:43:29.535Z | test engine::dhcpv6::options::test::test_dns_servers ... ok |
| 567 | 2026-02-19T04:43:29.535Z | test engine::dhcpv6::options::test::test_elapsed_time ... ok |
| 568 | 2026-02-19T04:43:29.535Z | test engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok |
| 569 | 2026-02-19T04:43:29.535Z | test engine::dhcpv6::options::test::test_iana ... ok |
| 570 | 2026-02-19T04:43:29.535Z | test engine::dhcpv6::options::test::test_iata ... ok |
| 571 | 2026-02-19T04:43:29.535Z | test engine::dhcpv6::options::test::test_domain_list_from_slice ... ok |
| 572 | 2026-02-19T04:43:29.535Z | test engine::dhcpv6::options::test::test_option_request ... ok |
| 573 | 2026-02-19T04:43:29.535Z | test engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok |
| 574 | 2026-02-19T04:43:29.535Z | test engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok |
| 575 | 2026-02-19T04:43:29.535Z | test engine::dhcpv6::options::test::test_sntp_servers ... ok |
| 576 | 2026-02-19T04:43:29.535Z | test engine::dhcpv6::options::test::test_server_id ... ok |
| 577 | 2026-02-19T04:43:29.535Z | test engine::dhcpv6::options::test::test_parse_snooped_iana ... ok |
| 578 | 2026-02-19T04:43:29.535Z | test engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok |
| 579 | 2026-02-19T04:43:29.535Z | test engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok |
| 580 | 2026-02-19T04:43:29.535Z | test engine::dhcpv6::options::test::test_status ... ok |
| 581 | 2026-02-19T04:43:29.535Z | test engine::dhcpv6::options::test::test_rapid_commit ... ok |
| 582 | 2026-02-19T04:43:29.535Z | test engine::dhcpv6::test::test_duid_from_mac ... ok |
| 583 | 2026-02-19T04:43:29.535Z | test engine::ether::test::emit ... ok |
| 584 | 2026-02-19T04:43:29.535Z | test engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok |
| 585 | 2026-02-19T04:43:29.535Z | test engine::flow_table::test::flow_clear ... ok |
| 586 | 2026-02-19T04:43:29.535Z | test engine::geneve::test::emit_single_opt ... ok |
| 587 | 2026-02-19T04:43:29.535Z | test engine::ip::v4::test::match_check ... ok |
| 588 | 2026-02-19T04:43:29.535Z | test engine::ip::v4::test::cidr_match ... ok |
| 589 | 2026-02-19T04:43:29.535Z | test engine::flow_table::test::flow_expired ... ok |
| 590 | 2026-02-19T04:43:29.535Z | test engine::ip::v6::test::bad_ipv6_version_caught ... ok |
| 591 | 2026-02-19T04:43:29.535Z | test engine::ip::v6::test::option_push_spec ... ok |
| 592 | 2026-02-19T04:43:29.536Z | test engine::geneve::test::emit_no_opts ... ok |
| 593 | 2026-02-19T04:43:29.536Z | test engine::ip::v4::test::emit ... ok |
| 594 | 2026-02-19T04:43:29.536Z | test engine::ip::v6::test::extension_push_spec ... ok |
| 595 | 2026-02-19T04:43:29.536Z | test engine::ip::v6::test::from_pairs ... ok |
| 596 | 2026-02-19T04:43:29.536Z | test engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok |
| 597 | 2026-02-19T04:43:29.536Z | test engine::ip::v6::test::test_set_total_len ... ok |
| 598 | 2026-02-19T04:43:29.536Z | test engine::ip::v6::test::test_extension_header_lengths_ok ... ok |
| 599 | 2026-02-19T04:43:29.536Z | test engine::nat::test::nat4_rewrite ... ok |
| 600 | 2026-02-19T04:43:29.536Z | test engine::ip::v6::test::emit ... ok |
| 601 | 2026-02-19T04:43:29.536Z | test engine::packet::test::read_multi_segment ... ok |
| 602 | 2026-02-19T04:43:29.536Z | test engine::packet::test::parse_ipv6_extension_headers_ok ... ok |
| 603 | 2026-02-19T04:43:29.536Z | test engine::packet::test::read_single_segment ... ok |
| 604 | 2026-02-19T04:43:29.536Z | test engine::layer::test::find_rule ... ok |
| 605 | 2026-02-19T04:43:29.536Z | test engine::packet::test::small_packet_with_padding ... ok |
| 606 | 2026-02-19T04:43:29.536Z | test engine::packet::test::straddled_tcp ... ok |
| 607 | 2026-02-19T04:43:29.536Z | test engine::ip::v6::test::test_ipv6_addr_match_exact ... ok |
| 608 | 2026-02-19T04:43:29.536Z | test engine::packet::test::udp6_packet_with_padding ... ok |
| 609 | 2026-02-19T04:43:29.536Z | test engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok |
| 610 | 2026-02-19T04:43:29.536Z | test engine::rule::rule_matching ... ok |
| 611 | 2026-02-19T04:43:29.536Z | test engine::snat::test::snat4_desc_lifecycle ... ok |
| 612 | 2026-02-19T04:43:29.536Z | test engine::ip::v6::test::push_spec ... ok |
| 613 | 2026-02-19T04:43:29.536Z | test engine::snat::test::test_nat_pool_different_ip_types ... ok |
| 614 | 2026-02-19T04:43:29.536Z | test engine::snat::test::nat_mappings ... ok |
| 615 | 2026-02-19T04:43:29.536Z | test engine::parse::test::icmp4_body_csum_equals_body ... ok |
| 616 | 2026-02-19T04:43:29.536Z | |
| 617 | 2026-02-19T04:43:29.536Z | test result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 618 | 2026-02-19T04:43:29.536Z | |
| 619 | 2026-02-19T04:43:29.536Z | Doc-tests opte |
| 620 | 2026-02-19T04:43:33.745Z | |
| 621 | 2026-02-19T04:43:33.745Z | running 3 tests |
| 622 | 2026-02-19T04:43:33.770Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored |
| 623 | 2026-02-19T04:43:33.770Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok |
| 624 | 2026-02-19T04:43:33.770Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok |
| 625 | 2026-02-19T04:43:33.770Z | |
| 626 | 2026-02-19T04:43:33.770Z | test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 627 | 2026-02-19T04:43:33.770Z | |
| 628 | 2026-02-19T04:43:33.826Z | |
| 629 | 2026-02-19T04:43:33.826Z | real 57.479641579 |
| 630 | 2026-02-19T04:43:33.827Z | user 5:02.588775023 |
| 631 | 2026-02-19T04:43:33.827Z | sys 14.074289883 |
| 632 | 2026-02-19T04:43:33.851Z | trap 0.210694942 |
| 633 | 2026-02-19T04:43:33.851Z | tflt 0.290217763 |
| 634 | 2026-02-19T04:43:33.851Z | dflt 0.644401276 |
| 635 | 2026-02-19T04:43:33.851Z | kflt 0.000427099 |
| 636 | 2026-02-19T04:43:33.851Z | lock 11:38.448260738 |
| 637 | 2026-02-19T04:43:33.851Z | slp 11:59.499537024 |
| 638 | 2026-02-19T04:43:33.851Z | lat 10.314646748 |
| 639 | 2026-02-19T04:43:33.851Z | stop 3.149418649 |
| 640 | 2026-02-19T04:43:33.851Z | process exited: duration 174530 ms, exit code 0 |
| |
| 641 | 2026-02-19T04:43:33.901Z | found 0 output files |