|
|
|
| 1 | 2026-05-11T08:18:03.810Z | job assigned to worker 01KRB1SF7MC212VAK6N7RBWQ7S [factory aws, i-0f7d453b84cdf0cdb] (queued for 43 s) |
| |
| 2 | 2026-05-11T08:18:10.135Z | starting task 0: "setup" |
| 3 | 2026-05-11T08:18:10.139Z | ++ uname -s |
| 4 | 2026-05-11T08:18:10.142Z | + kern=SunOS |
| 5 | 2026-05-11T08:18:10.142Z | + build_user=build |
| 6 | 2026-05-11T08:18:10.142Z | + build_uid=12345 |
| 7 | 2026-05-11T08:18:10.142Z | + work_dir=/work |
| 8 | 2026-05-11T08:18:10.142Z | + input_dir=/input |
| 9 | 2026-05-11T08:18:10.142Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-11T08:18:10.143Z | + case "$kern" in |
| 11 | 2026-05-11T08:18:10.143Z | + groupadd -g 12345 build |
| 12 | 2026-05-11T08:18:10.153Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-11T08:18:12.161Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-11T08:18:12.281Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-11T08:18:12.284Z | + home_fs=zfs |
| 16 | 2026-05-11T08:18:12.284Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-11T08:18:12.284Z | + mkdir -p /home/build |
| 18 | 2026-05-11T08:18:12.284Z | + chown build:build /home/build /work |
| 19 | 2026-05-11T08:18:14.286Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-11T08:18:14.289Z | process exited: duration 4155 ms, exit code 0 |
| |
| 21 | 2026-05-11T08:18:14.296Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-11T08:18:14.300Z | * rust toolchain channel = "1.94.1" |
| 23 | 2026-05-11T08:18:14.300Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.1 |
| 24 | 2026-05-11T08:18:14.300Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-05-11T08:18:14.300Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-11T08:18:14.300Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-11T08:18:14.300Z | * rust toolchain profile = "default" |
| 28 | 2026-05-11T08:18:14.304Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-11T08:18:14.304Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default |
| 30 | 2026-05-11T08:18:14.409Z | info: downloading installer |
| 31 | 2026-05-11T08:18:15.762Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-11T08:18:15.762Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-11T08:18:15.762Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-11T08:18:15.762Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-11T08:18:15.775Z | info: profile set to default |
| 36 | 2026-05-11T08:18:15.775Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-11T08:18:15.778Z | info: syncing channel updates for 1.94.1-x86_64-unknown-illumos |
| 38 | 2026-05-11T08:18:15.920Z | info: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25) |
| 39 | 2026-05-11T08:18:15.923Z | info: downloading 6 components |
| 40 | 2026-05-11T08:18:30.089Z | info: default toolchain set to 1.94.1-x86_64-unknown-illumos |
| 41 | 2026-05-11T08:18:30.089Z | |
| 42 | 2026-05-11T08:18:30.119Z | 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25) |
| 43 | 2026-05-11T08:18:30.119Z | |
| 44 | 2026-05-11T08:18:30.119Z | |
| 45 | 2026-05-11T08:18:30.119Z | Rust is installed now. Great! |
| 46 | 2026-05-11T08:18:30.119Z | |
| 47 | 2026-05-11T08:18:30.119Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-11T08:18:30.119Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-11T08:18:30.119Z | |
| 50 | 2026-05-11T08:18:30.119Z | To configure your current shell, you need to source |
| 51 | 2026-05-11T08:18:30.119Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-11T08:18:30.119Z | |
| 53 | 2026-05-11T08:18:30.119Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-11T08:18:30.123Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-11T08:18:30.123Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-11T08:18:30.123Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-11T08:18:30.123Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-11T08:18:30.123Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-11T08:18:30.123Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-11T08:18:30.123Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-11T08:18:30.123Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-11T08:18:30.205Z | + rustup --version |
| 63 | 2026-05-11T08:18:30.214Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-11T08:18:30.218Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-11T08:18:30.236Z | info: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)` |
| 66 | 2026-05-11T08:18:30.239Z | + cargo --version |
| 67 | 2026-05-11T08:18:30.252Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 68 | 2026-05-11T08:18:30.255Z | + rustc --version |
| 69 | 2026-05-11T08:18:30.274Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 70 | 2026-05-11T08:18:30.277Z | process exited: duration 15980 ms, exit code 0 |
| |
| 71 | 2026-05-11T08:18:30.283Z | starting task 2: "authentication" |
| 72 | 2026-05-11T08:18:30.299Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-11T08:18:30.307Z | starting task 3: "clone repository" |
| 74 | 2026-05-11T08:18:30.311Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-05-11T08:18:30.314Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-05-11T08:18:30.340Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-05-11T08:18:31.165Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-05-11T08:18:31.165Z | + git fetch origin 27627c9e134f6dacafb579d70170e18fe7fda7e3 |
| 79 | 2026-05-11T08:18:31.392Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-05-11T08:18:31.392Z | * branch 27627c9e134f6dacafb579d70170e18fe7fda7e3 -> FETCH_HEAD |
| 81 | 2026-05-11T08:18:31.399Z | + [[ -n renovate/lock-file-maintenance ]] |
| 82 | 2026-05-11T08:18:31.402Z | ++ git branch --show-current |
| 83 | 2026-05-11T08:18:31.402Z | + current=master |
| 84 | 2026-05-11T08:18:31.402Z | + [[ master != renovate/lock-file-maintenance ]] |
| 85 | 2026-05-11T08:18:31.402Z | + git branch -f renovate/lock-file-maintenance 27627c9e134f6dacafb579d70170e18fe7fda7e3 |
| 86 | 2026-05-11T08:18:31.405Z | + git checkout -f renovate/lock-file-maintenance |
| 87 | 2026-05-11T08:18:31.421Z | Switched to branch 'renovate/lock-file-maintenance' |
| 88 | 2026-05-11T08:18:31.424Z | + git reset --hard 27627c9e134f6dacafb579d70170e18fe7fda7e3 |
| 89 | 2026-05-11T08:18:31.439Z | HEAD is now at 27627c9 Lock file maintenance |
| 90 | 2026-05-11T08:18:31.443Z | process exited: duration 1132 ms, exit code 0 |
| |
| 91 | 2026-05-11T08:18:31.449Z | starting task 4: "build" |
| 92 | 2026-05-11T08:18:31.452Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-11T08:18:31.455Z | ++ rustup show active-toolchain |
| 94 | 2026-05-11T08:18:31.458Z | 1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-05-11T08:18:31.458Z | ++ pushd xde |
| 96 | 2026-05-11T08:18:31.459Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-05-11T08:18:31.459Z | ++ rustup show active-toolchain |
| 98 | 2026-05-11T08:18:31.464Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-05-11T08:18:31.628Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-05-11T08:18:31.631Z | info: downloading 6 components |
| 101 | 2026-05-11T08:18:45.221Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-05-11T08:18:45.303Z | +++ rustup show active-toolchain -v |
| 103 | 2026-05-11T08:18:45.307Z | +++ head -n 1 |
| 104 | 2026-05-11T08:18:45.307Z | +++ cut '-d ' -f1 |
| 105 | 2026-05-11T08:18:45.360Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-05-11T08:18:45.360Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-05-11T08:18:45.360Z | ++ popd |
| 108 | 2026-05-11T08:18:45.364Z | /work/oxidecomputer/opte |
| 109 | 2026-05-11T08:18:45.364Z | + cargo --version |
| 110 | 2026-05-11T08:18:45.370Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 111 | 2026-05-11T08:18:45.373Z | + rustc --version |
| 112 | 2026-05-11T08:18:45.392Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 113 | 2026-05-11T08:18:45.395Z | + cd lib/opte |
| 114 | 2026-05-11T08:18:45.395Z | + header 'check style' |
| 115 | 2026-05-11T08:18:45.395Z | + echo '# ==== check style ==== #' |
| 116 | 2026-05-11T08:18:45.395Z | # ==== check style ==== # |
| 117 | 2026-05-11T08:18:45.395Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-05-11T08:18:45.592Z | |
| 119 | 2026-05-11T08:18:45.592Z | real 0.183291668 |
| 120 | 2026-05-11T08:18:45.592Z | user 0.139022634 |
| 121 | 2026-05-11T08:18:45.592Z | sys 0.036746427 |
| 122 | 2026-05-11T08:18:45.592Z | trap 0.000066550 |
| 123 | 2026-05-11T08:18:45.592Z | tflt 0.000046510 |
| 124 | 2026-05-11T08:18:45.592Z | dflt 0.000000000 |
| 125 | 2026-05-11T08:18:45.592Z | kflt 0.000000000 |
| 126 | 2026-05-11T08:18:45.592Z | lock 0.031216414 |
| 127 | 2026-05-11T08:18:45.592Z | slp 0.163137761 |
| 128 | 2026-05-11T08:18:45.592Z | lat 0.000853240 |
| 129 | 2026-05-11T08:18:45.592Z | stop 0.000090820 |
| 130 | 2026-05-11T08:18:45.595Z | + header 'check docs' |
| 131 | 2026-05-11T08:18:45.595Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-05-11T08:18:45.595Z | # ==== check docs ==== # |
| 133 | 2026-05-11T08:18:45.595Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-05-11T08:18:45.595Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-05-11T08:18:45.667Z | Updating crates.io index |
| 136 | 2026-05-11T08:18:45.701Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-05-11T08:18:46.659Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-05-11T08:18:46.964Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-05-11T08:18:47.335Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-05-11T08:18:47.905Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-05-11T08:18:48.198Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-05-11T08:18:48.525Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-05-11T08:18:50.750Z | Downloading crates ... |
| 144 | 2026-05-11T08:18:50.819Z | Downloaded dyn-clone v1.0.20 |
| 145 | 2026-05-11T08:18:50.824Z | Downloaded ident_case v1.0.1 |
| 146 | 2026-05-11T08:18:51.830Z | Downloaded dtrace-parser v0.3.0 |
| 147 | 2026-05-11T08:18:51.831Z | Downloaded block-buffer v0.10.4 |
| 148 | 2026-05-11T08:18:51.831Z | Downloaded cobs v0.3.0 |
| 149 | 2026-05-11T08:18:51.835Z | Downloaded fnv v1.0.7 |
| 150 | 2026-05-11T08:18:51.836Z | Downloaded cfg-if v1.0.4 |
| 151 | 2026-05-11T08:18:51.836Z | Downloaded defmt v0.3.100 |
| 152 | 2026-05-11T08:18:51.836Z | Downloaded plain v0.2.3 |
| 153 | 2026-05-11T08:18:51.836Z | Downloaded macaddr v1.0.1 |
| 154 | 2026-05-11T08:18:51.836Z | Downloaded generic-array v0.14.7 |
| 155 | 2026-05-11T08:18:51.836Z | Downloaded itoa v1.0.18 |
| 156 | 2026-05-11T08:18:51.836Z | Downloaded dof v0.4.0 |
| 157 | 2026-05-11T08:18:51.836Z | Downloaded defmt-parser v1.0.0 |
| 158 | 2026-05-11T08:18:51.836Z | Downloaded darling_macro v0.23.0 |
| 159 | 2026-05-11T08:18:51.836Z | Downloaded crypto-common v0.1.7 |
| 160 | 2026-05-11T08:18:51.836Z | Downloaded aho-corasick v1.1.4 |
| 161 | 2026-05-11T08:18:51.836Z | Downloaded darling_macro v0.21.3 |
| 162 | 2026-05-11T08:18:51.836Z | Downloaded cpufeatures v0.2.17 |
| 163 | 2026-05-11T08:18:51.836Z | Downloaded stable_deref_trait v1.2.1 |
| 164 | 2026-05-11T08:18:51.836Z | Downloaded strsim v0.11.1 |
| 165 | 2026-05-11T08:18:51.836Z | Downloaded tabwriter v1.4.1 |
| 166 | 2026-05-11T08:18:51.836Z | Downloaded ref-cast-impl v1.0.25 |
| 167 | 2026-05-11T08:18:51.836Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 168 | 2026-05-11T08:18:51.836Z | Downloaded managed v0.8.0 |
| 169 | 2026-05-11T08:18:51.836Z | Downloaded embedded-io v0.6.1 |
| 170 | 2026-05-11T08:18:51.836Z | Downloaded pretty-hex v0.4.2 |
| 171 | 2026-05-11T08:18:51.836Z | Downloaded version_check v0.9.5 |
| 172 | 2026-05-11T08:18:51.836Z | Downloaded usdt-attr-macro v0.6.0 |
| 173 | 2026-05-11T08:18:51.836Z | Downloaded scroll_derive v0.13.1 |
| 174 | 2026-05-11T08:18:51.836Z | Downloaded thread-id v5.1.0 |
| 175 | 2026-05-11T08:18:51.836Z | Downloaded ref-cast v1.0.25 |
| 176 | 2026-05-11T08:18:51.836Z | Downloaded usdt-macro v0.6.0 |
| 177 | 2026-05-11T08:18:51.836Z | Downloaded usdt v0.6.0 |
| 178 | 2026-05-11T08:18:51.836Z | Downloaded embedded-io v0.4.0 |
| 179 | 2026-05-11T08:18:51.836Z | Downloaded digest v0.10.7 |
| 180 | 2026-05-11T08:18:51.836Z | Downloaded bitflags v1.3.2 |
| 181 | 2026-05-11T08:18:51.836Z | Downloaded defmt-macros v1.0.1 |
| 182 | 2026-05-11T08:18:51.836Z | Downloaded ingot-types v0.1.2 |
| 183 | 2026-05-11T08:18:51.836Z | Downloaded byteorder v1.5.0 |
| 184 | 2026-05-11T08:18:51.836Z | Downloaded hash32 v0.3.1 |
| 185 | 2026-05-11T08:18:51.836Z | Downloaded ingot v0.1.1 |
| 186 | 2026-05-11T08:18:51.836Z | Downloaded ipnetwork v0.21.1 |
| 187 | 2026-05-11T08:18:51.836Z | Downloaded either v1.15.0 |
| 188 | 2026-05-11T08:18:51.837Z | Downloaded sha2 v0.10.9 |
| 189 | 2026-05-11T08:18:51.837Z | Downloaded defmt v1.0.1 |
| 190 | 2026-05-11T08:18:51.837Z | Downloaded zmij v1.0.21 |
| 191 | 2026-05-11T08:18:51.837Z | Downloaded proc-macro-error2 v2.0.1 |
| 192 | 2026-05-11T08:18:51.837Z | Downloaded scroll v0.13.0 |
| 193 | 2026-05-11T08:18:51.837Z | Downloaded usdt-impl v0.6.0 |
| 194 | 2026-05-11T08:18:51.837Z | Downloaded serde_tokenstream v0.2.3 |
| 195 | 2026-05-11T08:18:51.837Z | Downloaded bitflags v2.11.1 |
| 196 | 2026-05-11T08:18:51.837Z | Downloaded pest_derive v2.8.6 |
| 197 | 2026-05-11T08:18:51.837Z | Downloaded postcard v1.1.3 |
| 198 | 2026-05-11T08:18:51.837Z | Downloaded pest_generator v2.8.6 |
| 199 | 2026-05-11T08:18:51.837Z | Downloaded darling v0.23.0 |
| 200 | 2026-05-11T08:18:51.837Z | Downloaded darling v0.21.3 |
| 201 | 2026-05-11T08:18:51.837Z | Downloaded ingot-macros v0.1.1 |
| 202 | 2026-05-11T08:18:51.837Z | Downloaded thiserror-impl v2.0.18 |
| 203 | 2026-05-11T08:18:51.837Z | Downloaded memmap2 v0.9.10 |
| 204 | 2026-05-11T08:18:51.837Z | Downloaded ucd-trie v0.1.7 |
| 205 | 2026-05-11T08:18:51.837Z | Downloaded thiserror v2.0.18 |
| 206 | 2026-05-11T08:18:51.837Z | Downloaded log v0.4.29 |
| 207 | 2026-05-11T08:18:51.837Z | Downloaded crc32fast v1.5.0 |
| 208 | 2026-05-11T08:18:51.837Z | Downloaded unicode-ident v1.0.24 |
| 209 | 2026-05-11T08:18:51.837Z | Downloaded proc-macro2 v1.0.106 |
| 210 | 2026-05-11T08:18:51.837Z | Downloaded serde_core v1.0.228 |
| 211 | 2026-05-11T08:18:51.837Z | Downloaded quote v1.0.45 |
| 212 | 2026-05-11T08:18:51.837Z | Downloaded serde_derive v1.0.228 |
| 213 | 2026-05-11T08:18:51.837Z | Downloaded darling_core v0.23.0 |
| 214 | 2026-05-11T08:18:51.837Z | Downloaded heapless v0.8.0 |
| 215 | 2026-05-11T08:18:51.837Z | Downloaded pest_meta v2.8.6 |
| 216 | 2026-05-11T08:18:51.837Z | Downloaded darling_core v0.21.3 |
| 217 | 2026-05-11T08:18:51.837Z | Downloaded serde v1.0.228 |
| 218 | 2026-05-11T08:18:51.837Z | Downloaded typenum v1.20.0 |
| 219 | 2026-05-11T08:18:51.837Z | Downloaded memchr v2.8.0 |
| 220 | 2026-05-11T08:18:51.837Z | Downloaded zerocopy-derive v0.8.48 |
| 221 | 2026-05-11T08:18:51.837Z | Downloaded pest v2.8.6 |
| 222 | 2026-05-11T08:18:51.837Z | Downloaded itertools v0.14.0 |
| 223 | 2026-05-11T08:18:51.837Z | Downloaded serde_json v1.0.149 |
| 224 | 2026-05-11T08:18:51.837Z | Downloaded regex v1.12.3 |
| 225 | 2026-05-11T08:18:51.837Z | Downloaded goblin v0.10.5 |
| 226 | 2026-05-11T08:18:51.837Z | Downloaded syn v2.0.117 |
| 227 | 2026-05-11T08:18:51.838Z | Downloaded zerocopy v0.8.48 |
| 228 | 2026-05-11T08:18:51.838Z | Downloaded unicode-width v0.2.2 |
| 229 | 2026-05-11T08:18:51.838Z | Downloaded smoltcp v0.11.0 |
| 230 | 2026-05-11T08:18:51.838Z | Downloaded regex-syntax v0.8.10 |
| 231 | 2026-05-11T08:18:51.838Z | Downloaded regex-automata v0.4.14 |
| 232 | 2026-05-11T08:18:51.838Z | Downloaded libc v0.2.186 |
| 233 | 2026-05-11T08:18:51.838Z | Compiling proc-macro2 v1.0.106 |
| 234 | 2026-05-11T08:18:51.838Z | Compiling quote v1.0.45 |
| 235 | 2026-05-11T08:18:51.838Z | Compiling unicode-ident v1.0.24 |
| 236 | 2026-05-11T08:18:51.838Z | Documenting unicode-ident v1.0.24 |
| 237 | 2026-05-11T08:18:51.838Z | Compiling ident_case v1.0.1 |
| 238 | 2026-05-11T08:18:51.838Z | Compiling strsim v0.11.1 |
| 239 | 2026-05-11T08:18:51.838Z | Compiling serde_core v1.0.228 |
| 240 | 2026-05-11T08:18:51.838Z | Compiling fnv v1.0.7 |
| 241 | 2026-05-11T08:18:51.838Z | Checking memchr v2.8.0 |
| 242 | 2026-05-11T08:18:51.838Z | Compiling serde v1.0.228 |
| 243 | 2026-05-11T08:18:51.838Z | Compiling regex-syntax v0.8.10 |
| 244 | 2026-05-11T08:18:51.838Z | Compiling zerocopy v0.8.48 |
| 245 | 2026-05-11T08:18:51.931Z | Documenting proc-macro2 v1.0.106 |
| 246 | 2026-05-11T08:18:51.949Z | Compiling aho-corasick v1.1.4 |
| 247 | 2026-05-11T08:18:52.179Z | Compiling thiserror v2.0.18 |
| 248 | 2026-05-11T08:18:52.382Z | Checking syn v2.0.117 |
| 249 | 2026-05-11T08:18:52.489Z | Documenting quote v1.0.45 |
| 250 | 2026-05-11T08:18:52.976Z | Documenting syn v2.0.117 |
| 251 | 2026-05-11T08:18:53.214Z | Compiling regex-automata v0.4.14 |
| 252 | 2026-05-11T08:18:53.252Z | Compiling either v1.15.0 |
| 253 | 2026-05-11T08:18:53.342Z | Checking byteorder v1.5.0 |
| 254 | 2026-05-11T08:18:53.449Z | Compiling itertools v0.14.0 |
| 255 | 2026-05-11T08:18:53.496Z | Compiling heapless v0.8.0 |
| 256 | 2026-05-11T08:18:53.753Z | Documenting memchr v2.8.0 |
| 257 | 2026-05-11T08:18:53.951Z | Checking hash32 v0.3.1 |
| 258 | 2026-05-11T08:18:54.058Z | Checking bitflags v2.11.1 |
| 259 | 2026-05-11T08:18:54.218Z | Documenting serde_core v1.0.228 |
| 260 | 2026-05-11T08:18:54.374Z | Checking stable_deref_trait v1.2.1 |
| 261 | 2026-05-11T08:18:54.428Z | Documenting aho-corasick v1.1.4 |
| 262 | 2026-05-11T08:18:54.441Z | Documenting regex-syntax v0.8.10 |
| 263 | 2026-05-11T08:18:54.683Z | Checking macaddr v1.0.1 |
| 264 | 2026-05-11T08:18:54.913Z | Compiling darling_core v0.21.3 |
| 265 | 2026-05-11T08:18:54.972Z | Compiling regex v1.12.3 |
| 266 | 2026-05-11T08:18:55.271Z | Checking cfg-if v1.0.4 |
| 267 | 2026-05-11T08:18:55.330Z | Compiling darling_core v0.23.0 |
| 268 | 2026-05-11T08:18:55.384Z | Compiling smoltcp v0.11.0 |
| 269 | 2026-05-11T08:18:55.465Z | Documenting regex-automata v0.4.14 |
| 270 | 2026-05-11T08:18:55.890Z | Documenting zerocopy-derive v0.8.48 |
| 271 | 2026-05-11T08:18:56.034Z | Compiling thiserror-impl v2.0.18 |
| 272 | 2026-05-11T08:18:56.047Z | Compiling zerocopy-derive v0.8.48 |
| 273 | 2026-05-11T08:18:56.218Z | Compiling serde_derive v1.0.228 |
| 274 | 2026-05-11T08:18:56.786Z | Documenting regex v1.12.3 |
| 275 | 2026-05-11T08:18:56.842Z | Documenting serde_derive v1.0.228 |
| 276 | 2026-05-11T08:18:56.932Z | Documenting thiserror-impl v2.0.18 |
| 277 | 2026-05-11T08:18:56.988Z | Compiling darling_macro v0.21.3 |
| 278 | 2026-05-11T08:18:57.348Z | Checking cobs v0.3.0 |
| 279 | 2026-05-11T08:18:57.407Z | Compiling darling_macro v0.23.0 |
| 280 | 2026-05-11T08:18:57.569Z | Compiling darling v0.21.3 |
| 281 | 2026-05-11T08:18:57.643Z | Compiling ingot-macros v0.1.1 |
| 282 | 2026-05-11T08:18:57.677Z | Documenting byteorder v1.5.0 |
| 283 | 2026-05-11T08:18:57.739Z | Checking managed v0.8.0 |
| 284 | 2026-05-11T08:18:57.834Z | Checking bitflags v1.3.2 |
| 285 | 2026-05-11T08:18:57.896Z | Documenting thiserror v2.0.18 |
| 286 | 2026-05-11T08:18:57.915Z | Documenting ingot-macros v0.1.1 |
| 287 | 2026-05-11T08:18:57.946Z | Documenting zerocopy v0.8.48 |
| 288 | 2026-05-11T08:18:57.970Z | Documenting bitflags v2.11.1 |
| 289 | 2026-05-11T08:18:58.210Z | Documenting hash32 v0.3.1 |
| 290 | 2026-05-11T08:18:58.427Z | Compiling ref-cast v1.0.25 |
| 291 | 2026-05-11T08:18:58.616Z | Compiling crc32fast v1.5.0 |
| 292 | 2026-05-11T08:18:58.759Z | Documenting macaddr v1.0.1 |
| 293 | 2026-05-11T08:18:58.766Z | Documenting cfg-if v1.0.4 |
| 294 | 2026-05-11T08:18:58.910Z | Documenting serde v1.0.228 |
| 295 | 2026-05-11T08:18:59.103Z | Documenting stable_deref_trait v1.2.1 |
| 296 | 2026-05-11T08:18:59.257Z | Checking postcard v1.1.3 |
| 297 | 2026-05-11T08:18:59.362Z | Documenting cobs v0.3.0 |
| 298 | 2026-05-11T08:18:59.536Z | Compiling ref-cast-impl v1.0.25 |
| 299 | 2026-05-11T08:18:59.682Z | Documenting heapless v0.8.0 |
| 300 | 2026-05-11T08:19:00.187Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 301 | 2026-05-11T08:19:00.310Z | Documenting managed v0.8.0 |
| 302 | 2026-05-11T08:19:00.418Z | Checking ipnetwork v0.21.1 |
| 303 | 2026-05-11T08:19:00.426Z | Checking ingot-types v0.1.2 |
| 304 | 2026-05-11T08:19:00.432Z | Checking unicode-width v0.2.2 |
| 305 | 2026-05-11T08:19:00.517Z | Compiling version_check v0.9.5 |
| 306 | 2026-05-11T08:19:00.670Z | Documenting postcard v1.1.3 |
| 307 | 2026-05-11T08:19:00.677Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 308 | 2026-05-11T08:19:00.747Z | Compiling darling v0.23.0 |
| 309 | 2026-05-11T08:19:00.758Z | Checking ingot v0.1.1 |
| 310 | 2026-05-11T08:19:00.787Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 311 | 2026-05-11T08:19:00.819Z | Documenting ref-cast-impl v1.0.25 |
| 312 | 2026-05-11T08:19:00.948Z | Documenting ipnetwork v0.21.1 |
| 313 | 2026-05-11T08:19:01.019Z | Documenting ingot-types v0.1.2 |
| 314 | 2026-05-11T08:19:01.026Z | Documenting unicode-width v0.2.2 |
| 315 | 2026-05-11T08:19:01.032Z | Documenting smoltcp v0.11.0 |
| 316 | 2026-05-11T08:19:01.400Z | Documenting either v1.15.0 |
| 317 | 2026-05-11T08:19:01.674Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 318 | 2026-05-11T08:19:01.861Z | Documenting ref-cast v1.0.25 |
| 319 | 2026-05-11T08:19:02.105Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 320 | 2026-05-11T08:19:02.254Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 321 | 2026-05-11T08:19:02.299Z | Documenting tabwriter v1.4.1 |
| 322 | 2026-05-11T08:19:02.599Z | Documenting ingot v0.1.1 |
| 323 | 2026-05-11T08:19:02.803Z | Documenting itertools v0.14.0 |
| 324 | 2026-05-11T08:19:03.100Z | Checking tabwriter v1.4.1 |
| 325 | 2026-05-11T08:19:03.277Z | Documenting crc32fast v1.5.0 |
| 326 | 2026-05-11T08:19:03.357Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 327 | 2026-05-11T08:19:03.406Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 328 | 2026-05-11T08:19:03.480Z | Documenting dyn-clone v1.0.20 |
| 329 | 2026-05-11T08:19:03.668Z | Checking dyn-clone v1.0.20 |
| 330 | 2026-05-11T08:19:05.075Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 331 | 2026-05-11T08:19:06.209Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 332 | 2026-05-11T08:19:08.400Z | Finished `dev` profile [optimized + debuginfo] target(s) in 22.79s |
| 333 | 2026-05-11T08:19:08.487Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
| 334 | 2026-05-11T08:19:08.506Z | |
| 335 | 2026-05-11T08:19:08.506Z | real 22.894779204 |
| 336 | 2026-05-11T08:19:08.506Z | user 1:15.899300903 |
| 337 | 2026-05-11T08:19:08.506Z | sys 15.876165144 |
| 338 | 2026-05-11T08:19:08.506Z | trap 0.046459028 |
| 339 | 2026-05-11T08:19:08.506Z | tflt 0.051918127 |
| 340 | 2026-05-11T08:19:08.506Z | dflt 0.115035024 |
| 341 | 2026-05-11T08:19:08.506Z | kflt 0.003578601 |
| 342 | 2026-05-11T08:19:08.506Z | lock 6:34.592109915 |
| 343 | 2026-05-11T08:19:08.510Z | slp 4:10.819768309 |
| 344 | 2026-05-11T08:19:08.510Z | lat 7.507075474 |
| 345 | 2026-05-11T08:19:08.510Z | stop 9.840285804 |
| 346 | 2026-05-11T08:19:08.510Z | + header 'analyze std + api' |
| 347 | 2026-05-11T08:19:08.510Z | + echo '# ==== analyze std + api ==== #' |
| 348 | 2026-05-11T08:19:08.510Z | # ==== analyze std + api ==== # |
| 349 | 2026-05-11T08:19:08.510Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 350 | 2026-05-11T08:19:08.748Z | Compiling proc-macro2 v1.0.106 |
| 351 | 2026-05-11T08:19:08.748Z | Compiling quote v1.0.45 |
| 352 | 2026-05-11T08:19:08.748Z | Compiling unicode-ident v1.0.24 |
| 353 | 2026-05-11T08:19:08.748Z | Compiling memchr v2.8.0 |
| 354 | 2026-05-11T08:19:08.748Z | Compiling thiserror v2.0.18 |
| 355 | 2026-05-11T08:19:08.748Z | Compiling zerocopy v0.8.48 |
| 356 | 2026-05-11T08:19:08.752Z | Compiling zmij v1.0.21 |
| 357 | 2026-05-11T08:19:08.771Z | Compiling libc v0.2.186 |
| 358 | 2026-05-11T08:19:08.923Z | Compiling serde_core v1.0.228 |
| 359 | 2026-05-11T08:19:09.102Z | Compiling ident_case v1.0.1 |
| 360 | 2026-05-11T08:19:09.129Z | Compiling ucd-trie v0.1.7 |
| 361 | 2026-05-11T08:19:09.135Z | Compiling serde_json v1.0.149 |
| 362 | 2026-05-11T08:19:09.167Z | Compiling strsim v0.11.1 |
| 363 | 2026-05-11T08:19:09.348Z | Compiling pest v2.8.6 |
| 364 | 2026-05-11T08:19:09.354Z | Compiling serde v1.0.228 |
| 365 | 2026-05-11T08:19:09.500Z | Compiling fnv v1.0.7 |
| 366 | 2026-05-11T08:19:09.667Z | Compiling aho-corasick v1.1.4 |
| 367 | 2026-05-11T08:19:09.723Z | Checking byteorder v1.5.0 |
| 368 | 2026-05-11T08:19:09.916Z | Compiling regex-syntax v0.8.10 |
| 369 | 2026-05-11T08:19:10.002Z | Compiling syn v2.0.117 |
| 370 | 2026-05-11T08:19:10.071Z | Compiling itoa v1.0.18 |
| 371 | 2026-05-11T08:19:10.395Z | Compiling pest_meta v2.8.6 |
| 372 | 2026-05-11T08:19:10.581Z | Compiling usdt-impl v0.6.0 |
| 373 | 2026-05-11T08:19:10.728Z | Compiling either v1.15.0 |
| 374 | 2026-05-11T08:19:10.921Z | Compiling itertools v0.14.0 |
| 375 | 2026-05-11T08:19:11.018Z | Compiling thread-id v5.1.0 |
| 376 | 2026-05-11T08:19:11.126Z | Compiling heapless v0.8.0 |
| 377 | 2026-05-11T08:19:11.315Z | Checking plain v0.2.3 |
| 378 | 2026-05-11T08:19:11.385Z | Compiling regex-automata v0.4.14 |
| 379 | 2026-05-11T08:19:11.407Z | Checking log v0.4.29 |
| 380 | 2026-05-11T08:19:11.960Z | Checking bitflags v2.11.1 |
| 381 | 2026-05-11T08:19:12.013Z | Checking hash32 v0.3.1 |
| 382 | 2026-05-11T08:19:12.115Z | Checking cfg-if v1.0.4 |
| 383 | 2026-05-11T08:19:12.129Z | Checking macaddr v1.0.1 |
| 384 | 2026-05-11T08:19:12.138Z | Checking pretty-hex v0.4.2 |
| 385 | 2026-05-11T08:19:12.157Z | Compiling smoltcp v0.11.0 |
| 386 | 2026-05-11T08:19:12.167Z | Checking stable_deref_trait v1.2.1 |
| 387 | 2026-05-11T08:19:12.326Z | Compiling crc32fast v1.5.0 |
| 388 | 2026-05-11T08:19:12.377Z | Checking bitflags v1.3.2 |
| 389 | 2026-05-11T08:19:12.438Z | Compiling pest_generator v2.8.6 |
| 390 | 2026-05-11T08:19:12.481Z | Compiling darling_core v0.21.3 |
| 391 | 2026-05-11T08:19:12.594Z | Compiling darling_core v0.23.0 |
| 392 | 2026-05-11T08:19:12.608Z | Checking managed v0.8.0 |
| 393 | 2026-05-11T08:19:12.785Z | Compiling version_check v0.9.5 |
| 394 | 2026-05-11T08:19:12.814Z | Compiling ref-cast v1.0.25 |
| 395 | 2026-05-11T08:19:13.049Z | Compiling regex v1.12.3 |
| 396 | 2026-05-11T08:19:13.054Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 397 | 2026-05-11T08:19:13.325Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 398 | 2026-05-11T08:19:13.435Z | Checking memmap2 v0.9.10 |
| 399 | 2026-05-11T08:19:13.594Z | Checking unicode-width v0.2.2 |
| 400 | 2026-05-11T08:19:13.697Z | Compiling thiserror-impl v2.0.18 |
| 401 | 2026-05-11T08:19:13.769Z | Compiling serde_derive v1.0.228 |
| 402 | 2026-05-11T08:19:13.836Z | Compiling zerocopy-derive v0.8.48 |
| 403 | 2026-05-11T08:19:13.921Z | Compiling pest_derive v2.8.6 |
| 404 | 2026-05-11T08:19:14.277Z | Compiling scroll_derive v0.13.1 |
| 405 | 2026-05-11T08:19:14.341Z | Compiling ref-cast-impl v1.0.25 |
| 406 | 2026-05-11T08:19:14.451Z | Checking ipnetwork v0.21.1 |
| 407 | 2026-05-11T08:19:14.583Z | Compiling darling_macro v0.21.3 |
| 408 | 2026-05-11T08:19:14.624Z | Checking tabwriter v1.4.1 |
| 409 | 2026-05-11T08:19:14.709Z | Compiling darling_macro v0.23.0 |
| 410 | 2026-05-11T08:19:15.007Z | Compiling dtrace-parser v0.3.0 |
| 411 | 2026-05-11T08:19:15.012Z | Checking cobs v0.3.0 |
| 412 | 2026-05-11T08:19:15.087Z | Checking scroll v0.13.0 |
| 413 | 2026-05-11T08:19:15.124Z | Compiling darling v0.21.3 |
| 414 | 2026-05-11T08:19:15.200Z | Compiling ingot-macros v0.1.1 |
| 415 | 2026-05-11T08:19:15.247Z | Compiling darling v0.23.0 |
| 416 | 2026-05-11T08:19:15.315Z | Checking goblin v0.10.5 |
| 417 | 2026-05-11T08:19:15.385Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 418 | 2026-05-11T08:19:15.699Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 419 | 2026-05-11T08:19:15.974Z | Checking dyn-clone v1.0.20 |
| 420 | 2026-05-11T08:19:16.872Z | Checking postcard v1.1.3 |
| 421 | 2026-05-11T08:19:16.886Z | Compiling serde_tokenstream v0.2.3 |
| 422 | 2026-05-11T08:19:17.899Z | Checking dof v0.4.0 |
| 423 | 2026-05-11T08:19:17.899Z | Checking ingot-types v0.1.2 |
| 424 | 2026-05-11T08:19:18.196Z | Checking ingot v0.1.1 |
| 425 | 2026-05-11T08:19:18.812Z | Compiling usdt-attr-macro v0.6.0 |
| 426 | 2026-05-11T08:19:18.812Z | Compiling usdt-macro v0.6.0 |
| 427 | 2026-05-11T08:19:19.393Z | Checking usdt v0.6.0 |
| 428 | 2026-05-11T08:19:19.662Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 429 | 2026-05-11T08:19:27.736Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.17s |
| 430 | 2026-05-11T08:19:27.764Z | |
| 431 | 2026-05-11T08:19:27.764Z | real 19.252351942 |
| 432 | 2026-05-11T08:19:27.764Z | user 1:03.868264274 |
| 433 | 2026-05-11T08:19:27.764Z | sys 12.498071510 |
| 434 | 2026-05-11T08:19:27.764Z | trap 0.031337672 |
| 435 | 2026-05-11T08:19:27.764Z | tflt 0.126485201 |
| 436 | 2026-05-11T08:19:27.764Z | dflt 0.194382691 |
| 437 | 2026-05-11T08:19:27.769Z | kflt 0.000012550 |
| 438 | 2026-05-11T08:19:27.769Z | lock 3:42.532224973 |
| 439 | 2026-05-11T08:19:27.769Z | slp 3:22.751949123 |
| 440 | 2026-05-11T08:19:27.769Z | lat 3.656419288 |
| 441 | 2026-05-11T08:19:27.769Z | stop 6.261965332 |
| 442 | 2026-05-11T08:19:27.769Z | + header 'analyze no_std + engine + kernel' |
| 443 | 2026-05-11T08:19:27.769Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 444 | 2026-05-11T08:19:27.769Z | # ==== analyze no_std + engine + kernel ==== # |
| 445 | 2026-05-11T08:19:27.769Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings |
| 446 | 2026-05-11T08:19:27.946Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 447 | 2026-05-11T08:19:27.946Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 448 | 2026-05-11T08:19:27.967Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 449 | 2026-05-11T08:19:27.971Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 450 | 2026-05-11T08:19:28.215Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 451 | 2026-05-11T08:19:32.406Z | Finished `dev` profile [optimized + debuginfo] target(s) in 4.59s |
| 452 | 2026-05-11T08:19:32.434Z | |
| 453 | 2026-05-11T08:19:32.434Z | real 4.662853491 |
| 454 | 2026-05-11T08:19:32.434Z | user 5.047906544 |
| 455 | 2026-05-11T08:19:32.434Z | sys 0.893022128 |
| 456 | 2026-05-11T08:19:32.438Z | trap 0.000582940 |
| 457 | 2026-05-11T08:19:32.438Z | tflt 0.009516384 |
| 458 | 2026-05-11T08:19:32.438Z | dflt 0.003175960 |
| 459 | 2026-05-11T08:19:32.438Z | kflt 0.000000000 |
| 460 | 2026-05-11T08:19:32.438Z | lock 16.587037213 |
| 461 | 2026-05-11T08:19:32.438Z | slp 18.028313446 |
| 462 | 2026-05-11T08:19:32.438Z | lat 0.020231946 |
| 463 | 2026-05-11T08:19:32.438Z | stop 0.211419882 |
| 464 | 2026-05-11T08:19:32.438Z | + header test |
| 465 | 2026-05-11T08:19:32.438Z | + echo '# ==== test ==== #' |
| 466 | 2026-05-11T08:19:32.438Z | + ptime -m cargo test |
| 467 | 2026-05-11T08:19:32.438Z | # ==== test ==== # |
| 468 | 2026-05-11T08:19:32.585Z | Compiling serde_core v1.0.228 |
| 469 | 2026-05-11T08:19:32.585Z | Compiling thiserror v2.0.18 |
| 470 | 2026-05-11T08:19:32.589Z | Compiling zerocopy v0.8.48 |
| 471 | 2026-05-11T08:19:32.589Z | Compiling byteorder v1.5.0 |
| 472 | 2026-05-11T08:19:32.606Z | Compiling memchr v2.8.0 |
| 473 | 2026-05-11T08:19:32.613Z | Compiling unicode-ident v1.0.24 |
| 474 | 2026-05-11T08:19:32.616Z | Compiling libc v0.2.186 |
| 475 | 2026-05-11T08:19:32.616Z | Compiling zmij v1.0.21 |
| 476 | 2026-05-11T08:19:32.692Z | Compiling proc-macro2 v1.0.106 |
| 477 | 2026-05-11T08:19:32.735Z | Compiling scroll v0.13.0 |
| 478 | 2026-05-11T08:19:32.815Z | Compiling plain v0.2.3 |
| 479 | 2026-05-11T08:19:32.912Z | Compiling log v0.4.29 |
| 480 | 2026-05-11T08:19:32.954Z | Compiling ucd-trie v0.1.7 |
| 481 | 2026-05-11T08:19:32.976Z | Compiling itoa v1.0.18 |
| 482 | 2026-05-11T08:19:32.999Z | Compiling hash32 v0.3.1 |
| 483 | 2026-05-11T08:19:33.127Z | Compiling pest v2.8.6 |
| 484 | 2026-05-11T08:19:33.155Z | Compiling goblin v0.10.5 |
| 485 | 2026-05-11T08:19:33.227Z | Compiling quote v1.0.45 |
| 486 | 2026-05-11T08:19:33.673Z | Compiling macaddr v1.0.1 |
| 487 | 2026-05-11T08:19:33.907Z | Compiling stable_deref_trait v1.2.1 |
| 488 | 2026-05-11T08:19:33.928Z | Compiling pretty-hex v0.4.2 |
| 489 | 2026-05-11T08:19:33.976Z | Compiling cfg-if v1.0.4 |
| 490 | 2026-05-11T08:19:34.039Z | Compiling heapless v0.8.0 |
| 491 | 2026-05-11T08:19:34.055Z | Compiling syn v2.0.117 |
| 492 | 2026-05-11T08:19:34.163Z | Compiling thread-id v5.1.0 |
| 493 | 2026-05-11T08:19:34.237Z | Compiling dtrace-parser v0.3.0 |
| 494 | 2026-05-11T08:19:34.531Z | Compiling serde v1.0.228 |
| 495 | 2026-05-11T08:19:34.560Z | Compiling bitflags v2.11.1 |
| 496 | 2026-05-11T08:19:34.869Z | Compiling serde_json v1.0.149 |
| 497 | 2026-05-11T08:19:34.971Z | Compiling cobs v0.3.0 |
| 498 | 2026-05-11T08:19:35.164Z | Compiling bitflags v1.3.2 |
| 499 | 2026-05-11T08:19:35.232Z | Compiling managed v0.8.0 |
| 500 | 2026-05-11T08:19:35.255Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 501 | 2026-05-11T08:19:35.455Z | Compiling ingot-types v0.1.2 |
| 502 | 2026-05-11T08:19:35.475Z | Compiling smoltcp v0.11.0 |
| 503 | 2026-05-11T08:19:35.479Z | Compiling postcard v1.1.3 |
| 504 | 2026-05-11T08:19:35.600Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 505 | 2026-05-11T08:19:35.810Z | Compiling ingot v0.1.1 |
| 506 | 2026-05-11T08:19:35.847Z | Compiling memmap2 v0.9.10 |
| 507 | 2026-05-11T08:19:36.141Z | Compiling dof v0.4.0 |
| 508 | 2026-05-11T08:19:36.187Z | Compiling unicode-width v0.2.2 |
| 509 | 2026-05-11T08:19:36.489Z | Compiling either v1.15.0 |
| 510 | 2026-05-11T08:19:36.695Z | Compiling ipnetwork v0.21.1 |
| 511 | 2026-05-11T08:19:37.229Z | Compiling usdt-impl v0.6.0 |
| 512 | 2026-05-11T08:19:37.888Z | Compiling usdt v0.6.0 |
| 513 | 2026-05-11T08:19:38.006Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 514 | 2026-05-11T08:19:38.047Z | Compiling itertools v0.14.0 |
| 515 | 2026-05-11T08:19:38.514Z | Compiling tabwriter v1.4.1 |
| 516 | 2026-05-11T08:19:38.935Z | Compiling ref-cast v1.0.25 |
| 517 | 2026-05-11T08:19:39.031Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 518 | 2026-05-11T08:19:39.536Z | Compiling crc32fast v1.5.0 |
| 519 | 2026-05-11T08:19:39.746Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 520 | 2026-05-11T08:19:39.750Z | Compiling dyn-clone v1.0.20 |
| 521 | 2026-05-11T08:19:53.118Z | Finished `test` profile [optimized + debuginfo] target(s) in 20.67s |
| 522 | 2026-05-11T08:19:53.133Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-df5b97a0be81293d) |
| 523 | 2026-05-11T08:19:53.136Z | |
| 524 | 2026-05-11T08:19:53.136Z | running 72 tests |
| 525 | 2026-05-11T08:19:53.136Z | test d_error::tests::name_and_data_storage ... ok |
| 526 | 2026-05-11T08:19:53.136Z | test d_error::tests::name_truncation ... ok |
| 527 | 2026-05-11T08:19:53.136Z | test ddi::mblk::test::chain_breaks_links ... ok |
| 528 | 2026-05-11T08:19:53.136Z | test ddi::mblk::test::chain_append_links ... ok |
| 529 | 2026-05-11T08:19:53.136Z | test ddi::mblk::test::chain_drain_complete ... ok |
| 530 | 2026-05-11T08:19:53.136Z | test ddi::mblk::test::chain_has_correct_ends ... ok |
| 531 | 2026-05-11T08:19:53.136Z | test ddi::mblk::test::expand_and_shrink ... ok |
| 532 | 2026-05-11T08:19:53.136Z | test ddi::mblk::test::prefix_len ... ok |
| 533 | 2026-05-11T08:19:53.136Z | test ddi::mblk::test::read_seg ... ok |
| 534 | 2026-05-11T08:19:53.136Z | test ddi::mblk::test::test_long_packet_continuation ... ok |
| 535 | 2026-05-11T08:19:53.136Z | test ddi::mblk::test::uninitialized_packet ... ok |
| 536 | 2026-05-11T08:19:53.136Z | test ddi::mblk::test::wrap ... ok |
| 537 | 2026-05-11T08:19:53.136Z | test ddi::mblk::test::zero_byte_packet ... ok |
| 538 | 2026-05-11T08:19:53.136Z | test ddi::mblk::test::truncate ... ok |
| 539 | 2026-05-11T08:19:53.136Z | test engine::dhcp::test::domainname_encode ... ok |
| 540 | 2026-05-11T08:19:53.136Z | test engine::dhcp::test::hostname_encode ... ok |
| 541 | 2026-05-11T08:19:53.136Z | test engine::dhcp::test::domain_search_option_encode ... ok |
| 542 | 2026-05-11T08:19:53.136Z | test ddi::time::test::good_interval ... ok |
| 543 | 2026-05-11T08:19:53.136Z | test engine::dhcp::test::rfc3442_encode ... ok |
| 544 | 2026-05-11T08:19:53.137Z | test engine::dhcpv6::options::test::test_dns_servers ... ok |
| 545 | 2026-05-11T08:19:53.137Z | test engine::dhcpv6::options::test::test_client_id ... ok |
| 546 | 2026-05-11T08:19:53.137Z | test engine::dhcpv6::options::test::test_iana ... ok |
| 547 | 2026-05-11T08:19:53.137Z | test engine::dhcpv6::options::test::test_domain_list_from_slice ... ok |
| 548 | 2026-05-11T08:19:53.137Z | test engine::dhcpv6::options::test::test_elapsed_time ... ok |
| 549 | 2026-05-11T08:19:53.137Z | test engine::dhcp::test::offlink_encode ... ok |
| 550 | 2026-05-11T08:19:53.137Z | test engine::dhcpv6::options::test::test_iata ... ok |
| 551 | 2026-05-11T08:19:53.137Z | test engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok |
| 552 | 2026-05-11T08:19:53.140Z | test engine::dhcpv6::options::test::test_parse_snooped_iana ... ok |
| 553 | 2026-05-11T08:19:53.140Z | test engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok |
| 554 | 2026-05-11T08:19:53.141Z | test engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok |
| 555 | 2026-05-11T08:19:53.141Z | test ddi::time::test::bad_interval - should panic ... ok |
| 556 | 2026-05-11T08:19:53.141Z | test engine::dhcpv6::options::test::test_sntp_servers ... ok |
| 557 | 2026-05-11T08:19:53.141Z | test engine::dhcpv6::options::test::test_option_request ... ok |
| 558 | 2026-05-11T08:19:53.141Z | test engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok |
| 559 | 2026-05-11T08:19:53.141Z | test engine::dhcpv6::options::test::test_server_id ... ok |
| 560 | 2026-05-11T08:19:53.141Z | test engine::dhcpv6::options::test::test_status ... ok |
| 561 | 2026-05-11T08:19:53.141Z | test engine::dhcpv6::options::test::test_rapid_commit ... ok |
| 562 | 2026-05-11T08:19:53.141Z | test engine::flow_table::test::flow_clear ... ok |
| 563 | 2026-05-11T08:19:53.141Z | test engine::ether::test::emit ... ok |
| 564 | 2026-05-11T08:19:53.141Z | test engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok |
| 565 | 2026-05-11T08:19:53.141Z | test engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok |
| 566 | 2026-05-11T08:19:53.141Z | test engine::flow_table::test::flow_expired ... ok |
| 567 | 2026-05-11T08:19:53.141Z | test engine::ip::v4::test::cidr_match ... ok |
| 568 | 2026-05-11T08:19:53.141Z | test engine::ip::v4::test::emit ... ok |
| 569 | 2026-05-11T08:19:53.141Z | test engine::geneve::test::emit_no_opts ... ok |
| 570 | 2026-05-11T08:19:53.141Z | test engine::geneve::test::emit_single_opt ... ok |
| 571 | 2026-05-11T08:19:53.141Z | test engine::dhcpv6::test::test_duid_from_mac ... ok |
| 572 | 2026-05-11T08:19:53.141Z | test engine::ip::v6::test::bad_ipv6_version_caught ... ok |
| 573 | 2026-05-11T08:19:53.141Z | test engine::ip::v6::test::option_push_spec ... ok |
| 574 | 2026-05-11T08:19:53.141Z | test engine::ip::v4::test::match_check ... ok |
| 575 | 2026-05-11T08:19:53.141Z | test engine::ip::v6::test::extension_push_spec ... ok |
| 576 | 2026-05-11T08:19:53.141Z | test engine::ip::v6::test::test_ipv6_addr_match_exact ... ok |
| 577 | 2026-05-11T08:19:53.141Z | test engine::ip::v6::test::emit ... ok |
| 578 | 2026-05-11T08:19:53.141Z | test engine::ip::v6::test::test_extension_header_lengths_ok ... ok |
| 579 | 2026-05-11T08:19:53.141Z | test engine::ip::v6::test::test_set_total_len ... ok |
| 580 | 2026-05-11T08:19:53.141Z | test engine::ip::v6::test::from_pairs ... ok |
| 581 | 2026-05-11T08:19:53.141Z | test engine::nat::test::nat4_rewrite ... ok |
| 582 | 2026-05-11T08:19:53.141Z | test engine::layer::test::find_rule ... ok |
| 583 | 2026-05-11T08:19:53.141Z | test engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok |
| 584 | 2026-05-11T08:19:53.141Z | test engine::packet::test::small_packet_with_padding ... ok |
| 585 | 2026-05-11T08:19:53.141Z | test engine::packet::test::read_multi_segment ... ok |
| 586 | 2026-05-11T08:19:53.141Z | test engine::packet::test::read_single_segment ... ok |
| 587 | 2026-05-11T08:19:53.141Z | test engine::packet::test::udp6_packet_with_padding ... ok |
| 588 | 2026-05-11T08:19:53.141Z | test engine::packet::test::parse_ipv6_extension_headers_ok ... ok |
| 589 | 2026-05-11T08:19:53.141Z | test engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok |
| 590 | 2026-05-11T08:19:53.141Z | test engine::packet::test::straddled_tcp ... ok |
| 591 | 2026-05-11T08:19:53.141Z | test engine::ip::v6::test::push_spec ... ok |
| 592 | 2026-05-11T08:19:53.142Z | test engine::parse::test::icmp4_body_csum_equals_body ... ok |
| 593 | 2026-05-11T08:19:53.142Z | test engine::rule::rule_matching ... ok |
| 594 | 2026-05-11T08:19:53.142Z | test engine::snat::test::nat_mappings ... ok |
| 595 | 2026-05-11T08:19:53.142Z | test engine::snat::test::snat4_desc_lifecycle ... ok |
| 596 | 2026-05-11T08:19:53.142Z | test engine::snat::test::test_nat_pool_different_ip_types ... ok |
| 597 | 2026-05-11T08:19:53.142Z | |
| 598 | 2026-05-11T08:19:53.142Z | test result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 599 | 2026-05-11T08:19:53.142Z | |
| 600 | 2026-05-11T08:19:53.142Z | Doc-tests opte |
| 601 | 2026-05-11T08:19:55.092Z | |
| 602 | 2026-05-11T08:19:55.092Z | running 3 tests |
| 603 | 2026-05-11T08:19:55.096Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored |
| 604 | 2026-05-11T08:19:55.096Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok |
| 605 | 2026-05-11T08:19:55.096Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok |
| 606 | 2026-05-11T08:19:55.096Z | |
| 607 | 2026-05-11T08:19:55.096Z | test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 608 | 2026-05-11T08:19:55.096Z | |
| 609 | 2026-05-11T08:19:55.102Z | all doctests ran in 1.38s; merged doctests compilation took 1.37s |
| 610 | 2026-05-11T08:19:55.142Z | |
| 611 | 2026-05-11T08:19:55.142Z | real 22.697364867 |
| 612 | 2026-05-11T08:19:55.142Z | user 1:56.147876076 |
| 613 | 2026-05-11T08:19:55.142Z | sys 6.943061828 |
| 614 | 2026-05-11T08:19:55.142Z | trap 0.053949465 |
| 615 | 2026-05-11T08:19:55.142Z | tflt 0.210660624 |
| 616 | 2026-05-11T08:19:55.142Z | dflt 0.365597866 |
| 617 | 2026-05-11T08:19:55.145Z | kflt 0.000003300 |
| 618 | 2026-05-11T08:19:55.145Z | lock 5:43.861046072 |
| 619 | 2026-05-11T08:19:55.145Z | slp 3:35.705133745 |
| 620 | 2026-05-11T08:19:55.145Z | lat 6.397807877 |
| 621 | 2026-05-11T08:19:55.145Z | stop 3.540755982 |
| 622 | 2026-05-11T08:19:55.145Z | process exited: duration 83693 ms, exit code 0 |
| |
| 623 | 2026-05-11T08:19:55.154Z | found 0 output files |