|
|
|
| 1 | 2026-05-20T16:01:06.806Z | job assigned to worker 01KS31VKRPHVWXJHX82V6AJWRV [factory aws, i-0cfb4b319ad57aad3] (queued for 51 s) |
| |
| 2 | 2026-05-20T16:01:13.392Z | starting task 0: "setup" |
| 3 | 2026-05-20T16:01:13.398Z | ++ uname -s |
| 4 | 2026-05-20T16:01:13.401Z | + kern=SunOS |
| 5 | 2026-05-20T16:01:13.401Z | + build_user=build |
| 6 | 2026-05-20T16:01:13.401Z | + build_uid=12345 |
| 7 | 2026-05-20T16:01:13.401Z | + work_dir=/work |
| 8 | 2026-05-20T16:01:13.401Z | + input_dir=/input |
| 9 | 2026-05-20T16:01:13.401Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-20T16:01:13.401Z | + case "$kern" in |
| 11 | 2026-05-20T16:01:13.401Z | + groupadd -g 12345 build |
| 12 | 2026-05-20T16:01:13.401Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-20T16:01:15.406Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-20T16:01:15.449Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-20T16:01:15.453Z | + home_fs=zfs |
| 16 | 2026-05-20T16:01:15.453Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-20T16:01:15.453Z | + mkdir -p /home/build |
| 18 | 2026-05-20T16:01:15.453Z | + chown build:build /home/build /work |
| 19 | 2026-05-20T16:01:17.453Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-20T16:01:17.456Z | process exited: duration 4061 ms, exit code 0 |
| |
| 21 | 2026-05-20T16:01:17.463Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-20T16:01:17.467Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 23 | 2026-05-20T16:01:17.467Z | * rust toolchain channel = "1.95.0" |
| 24 | 2026-05-20T16:01:17.467Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-05-20T16:01:17.467Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-20T16:01:17.467Z | * rust toolchain profile = "default" |
| 27 | 2026-05-20T16:01:17.467Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-20T16:01:17.470Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-20T16:01:17.470Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-05-20T16:01:17.571Z | info: downloading installer |
| 31 | 2026-05-20T16:01:19.345Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-20T16:01:19.345Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-20T16:01:19.345Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-20T16:01:19.345Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-20T16:01:19.364Z | info: profile set to default |
| 36 | 2026-05-20T16:01:19.364Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-20T16:01:19.364Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-05-20T16:01:19.364Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-05-20T16:01:19.364Z | info: downloading 6 components |
| 40 | 2026-05-20T16:01:34.306Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 41 | 2026-05-20T16:01:34.306Z | |
| 42 | 2026-05-20T16:01:34.332Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-05-20T16:01:34.333Z | |
| 44 | 2026-05-20T16:01:34.333Z | |
| 45 | 2026-05-20T16:01:34.333Z | Rust is installed now. Great! |
| 46 | 2026-05-20T16:01:34.333Z | |
| 47 | 2026-05-20T16:01:34.333Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-20T16:01:34.333Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-20T16:01:34.333Z | |
| 50 | 2026-05-20T16:01:34.333Z | To configure your current shell, you need to source |
| 51 | 2026-05-20T16:01:34.333Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-20T16:01:34.336Z | |
| 53 | 2026-05-20T16:01:34.336Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-20T16:01:34.336Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-20T16:01:34.336Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-20T16:01:34.336Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-20T16:01:34.336Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-20T16:01:34.336Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-20T16:01:34.336Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-20T16:01:34.336Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-20T16:01:34.336Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-20T16:01:34.416Z | + rustup --version |
| 63 | 2026-05-20T16:01:34.425Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-20T16:01:34.428Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-20T16:01:34.446Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-05-20T16:01:34.449Z | + cargo --version |
| 67 | 2026-05-20T16:01:34.463Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-05-20T16:01:34.465Z | + rustc --version |
| 69 | 2026-05-20T16:01:34.484Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-05-20T16:01:34.486Z | process exited: duration 17022 ms, exit code 0 |
| |
| 71 | 2026-05-20T16:01:34.492Z | starting task 2: "authentication" |
| 72 | 2026-05-20T16:01:34.512Z | process exited: duration 19 ms, exit code 0 |
| |
| 73 | 2026-05-20T16:01:34.518Z | starting task 3: "clone repository" |
| 74 | 2026-05-20T16:01:34.521Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-05-20T16:01:34.524Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-05-20T16:01:34.562Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-05-20T16:01:35.535Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-05-20T16:01:35.535Z | + git fetch origin 1df13fefc1a360c1f2a122e34a8089d55f51b6b1 |
| 79 | 2026-05-20T16:01:35.809Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-05-20T16:01:35.809Z | * branch 1df13fefc1a360c1f2a122e34a8089d55f51b6b1 -> FETCH_HEAD |
| 81 | 2026-05-20T16:01:35.816Z | + [[ -n eviction-policy ]] |
| 82 | 2026-05-20T16:01:35.819Z | ++ git branch --show-current |
| 83 | 2026-05-20T16:01:35.819Z | + current=master |
| 84 | 2026-05-20T16:01:35.819Z | + [[ master != eviction-policy ]] |
| 85 | 2026-05-20T16:01:35.819Z | + git branch -f eviction-policy 1df13fefc1a360c1f2a122e34a8089d55f51b6b1 |
| 86 | 2026-05-20T16:01:35.824Z | + git checkout -f eviction-policy |
| 87 | 2026-05-20T16:01:35.836Z | Switched to branch 'eviction-policy' |
| 88 | 2026-05-20T16:01:35.840Z | + git reset --hard 1df13fefc1a360c1f2a122e34a8089d55f51b6b1 |
| 89 | 2026-05-20T16:01:35.843Z | HEAD is now at 1df13fe Comment. |
| 90 | 2026-05-20T16:01:35.846Z | process exited: duration 1324 ms, exit code 0 |
| |
| 91 | 2026-05-20T16:01:35.852Z | starting task 4: "build" |
| 92 | 2026-05-20T16:01:35.856Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-20T16:01:35.856Z | ++ rustup show active-toolchain |
| 94 | 2026-05-20T16:01:35.861Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-05-20T16:01:35.864Z | ++ pushd xde |
| 96 | 2026-05-20T16:01:35.864Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-05-20T16:01:35.864Z | ++ rustup show active-toolchain |
| 98 | 2026-05-20T16:01:35.867Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-05-20T16:01:36.015Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-05-20T16:01:36.018Z | info: downloading 6 components |
| 101 | 2026-05-20T16:01:49.423Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-05-20T16:01:49.498Z | +++ rustup show active-toolchain -v |
| 103 | 2026-05-20T16:01:49.502Z | +++ head -n 1 |
| 104 | 2026-05-20T16:01:49.502Z | +++ cut '-d ' -f1 |
| 105 | 2026-05-20T16:01:49.552Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-05-20T16:01:49.552Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-05-20T16:01:49.552Z | ++ popd |
| 108 | 2026-05-20T16:01:49.555Z | /work/oxidecomputer/opte |
| 109 | 2026-05-20T16:01:49.555Z | + cargo --version |
| 110 | 2026-05-20T16:01:49.563Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 111 | 2026-05-20T16:01:49.566Z | + rustc --version |
| 112 | 2026-05-20T16:01:49.589Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 113 | 2026-05-20T16:01:49.589Z | + cd lib/opte |
| 114 | 2026-05-20T16:01:49.589Z | + header 'check style' |
| 115 | 2026-05-20T16:01:49.589Z | + echo '# ==== check style ==== #' |
| 116 | 2026-05-20T16:01:49.589Z | # ==== check style ==== # |
| 117 | 2026-05-20T16:01:49.589Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-05-20T16:01:49.778Z | |
| 119 | 2026-05-20T16:01:49.778Z | real 0.178111394 |
| 120 | 2026-05-20T16:01:49.779Z | user 0.136582859 |
| 121 | 2026-05-20T16:01:49.779Z | sys 0.035420141 |
| 122 | 2026-05-20T16:01:49.779Z | trap 0.000009700 |
| 123 | 2026-05-20T16:01:49.779Z | tflt 0.000027210 |
| 124 | 2026-05-20T16:01:49.779Z | dflt 0.000004250 |
| 125 | 2026-05-20T16:01:49.779Z | kflt 0.000000000 |
| 126 | 2026-05-20T16:01:49.779Z | lock 0.030507320 |
| 127 | 2026-05-20T16:01:49.779Z | slp 0.158027016 |
| 128 | 2026-05-20T16:01:49.779Z | lat 0.000669450 |
| 129 | 2026-05-20T16:01:49.779Z | stop 0.000114520 |
| 130 | 2026-05-20T16:01:49.783Z | + header 'check docs' |
| 131 | 2026-05-20T16:01:49.783Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-05-20T16:01:49.783Z | # ==== check docs ==== # |
| 133 | 2026-05-20T16:01:49.783Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-05-20T16:01:49.783Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-05-20T16:01:49.847Z | Updating crates.io index |
| 136 | 2026-05-20T16:01:49.881Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-05-20T16:01:50.888Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-05-20T16:01:51.391Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-05-20T16:01:51.764Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-05-20T16:01:52.135Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-05-20T16:01:52.598Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-05-20T16:01:52.941Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-05-20T16:01:54.735Z | Downloading crates ... |
| 144 | 2026-05-20T16:01:54.797Z | Downloaded ingot v0.1.1 |
| 145 | 2026-05-20T16:01:54.801Z | Downloaded aho-corasick v1.1.4 |
| 146 | 2026-05-20T16:01:54.806Z | Downloaded embedded-io v0.4.0 |
| 147 | 2026-05-20T16:01:54.809Z | Downloaded ingot-macros v0.1.1 |
| 148 | 2026-05-20T16:01:54.809Z | Downloaded pest_derive v2.8.6 |
| 149 | 2026-05-20T16:01:54.814Z | Downloaded log v0.4.29 |
| 150 | 2026-05-20T16:01:54.818Z | Downloaded heapless v0.8.0 |
| 151 | 2026-05-20T16:01:54.822Z | Downloaded macaddr v1.0.1 |
| 152 | 2026-05-20T16:01:55.267Z | Downloaded cobs v0.3.0 |
| 153 | 2026-05-20T16:01:55.267Z | Downloaded pest v2.8.6 |
| 154 | 2026-05-20T16:01:55.267Z | Downloaded dyn-clone v1.0.20 |
| 155 | 2026-05-20T16:01:55.268Z | Downloaded itertools v0.14.0 |
| 156 | 2026-05-20T16:01:55.268Z | Downloaded scroll_derive v0.13.1 |
| 157 | 2026-05-20T16:01:55.268Z | Downloaded defmt-parser v1.0.0 |
| 158 | 2026-05-20T16:01:55.268Z | Downloaded generic-array v0.14.7 |
| 159 | 2026-05-20T16:01:55.268Z | Downloaded darling_macro v0.23.0 |
| 160 | 2026-05-20T16:01:55.268Z | Downloaded usdt-attr-macro v0.6.0 |
| 161 | 2026-05-20T16:01:55.268Z | Downloaded ingot-types v0.1.2 |
| 162 | 2026-05-20T16:01:55.268Z | Downloaded defmt v0.3.100 |
| 163 | 2026-05-20T16:01:55.268Z | Downloaded thread-id v5.1.0 |
| 164 | 2026-05-20T16:01:55.268Z | Downloaded block-buffer v0.10.4 |
| 165 | 2026-05-20T16:01:55.268Z | Downloaded cfg-if v1.0.4 |
| 166 | 2026-05-20T16:01:55.268Z | Downloaded hash32 v0.3.1 |
| 167 | 2026-05-20T16:01:55.268Z | Downloaded dof v0.4.0 |
| 168 | 2026-05-20T16:01:55.268Z | Downloaded ident_case v1.0.1 |
| 169 | 2026-05-20T16:01:55.268Z | Downloaded defmt v1.0.1 |
| 170 | 2026-05-20T16:01:55.268Z | Downloaded itoa v1.0.18 |
| 171 | 2026-05-20T16:01:55.268Z | Downloaded digest v0.10.7 |
| 172 | 2026-05-20T16:01:55.268Z | Downloaded defmt-macros v1.0.1 |
| 173 | 2026-05-20T16:01:55.268Z | Downloaded embedded-io v0.6.1 |
| 174 | 2026-05-20T16:01:55.268Z | Downloaded usdt-macro v0.6.0 |
| 175 | 2026-05-20T16:01:55.268Z | Downloaded managed v0.8.0 |
| 176 | 2026-05-20T16:01:55.268Z | Downloaded plain v0.2.3 |
| 177 | 2026-05-20T16:01:55.268Z | Downloaded sha2 v0.10.9 |
| 178 | 2026-05-20T16:01:55.268Z | Downloaded version_check v0.9.5 |
| 179 | 2026-05-20T16:01:55.268Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 180 | 2026-05-20T16:01:55.268Z | Downloaded cpufeatures v0.2.17 |
| 181 | 2026-05-20T16:01:55.268Z | Downloaded ref-cast v1.0.25 |
| 182 | 2026-05-20T16:01:55.268Z | Downloaded darling_macro v0.21.3 |
| 183 | 2026-05-20T16:01:55.268Z | Downloaded pretty-hex v0.4.2 |
| 184 | 2026-05-20T16:01:55.268Z | Downloaded crypto-common v0.1.7 |
| 185 | 2026-05-20T16:01:55.268Z | Downloaded stable_deref_trait v1.2.1 |
| 186 | 2026-05-20T16:01:55.268Z | Downloaded fnv v1.0.7 |
| 187 | 2026-05-20T16:01:55.268Z | Downloaded tabwriter v1.4.1 |
| 188 | 2026-05-20T16:01:55.268Z | Downloaded ref-cast-impl v1.0.25 |
| 189 | 2026-05-20T16:01:55.268Z | Downloaded dtrace-parser v0.3.0 |
| 190 | 2026-05-20T16:01:55.268Z | Downloaded ipnetwork v0.21.1 |
| 191 | 2026-05-20T16:01:55.268Z | Downloaded scroll v0.13.0 |
| 192 | 2026-05-20T16:01:55.268Z | Downloaded serde_tokenstream v0.2.3 |
| 193 | 2026-05-20T16:01:55.269Z | Downloaded either v1.15.0 |
| 194 | 2026-05-20T16:01:55.269Z | Downloaded proc-macro-error2 v2.0.1 |
| 195 | 2026-05-20T16:01:55.269Z | Downloaded bitflags v2.11.1 |
| 196 | 2026-05-20T16:01:55.269Z | Downloaded postcard v1.1.3 |
| 197 | 2026-05-20T16:01:55.269Z | Downloaded darling v0.23.0 |
| 198 | 2026-05-20T16:01:55.269Z | Downloaded zmij v1.0.21 |
| 199 | 2026-05-20T16:01:55.269Z | Downloaded strsim v0.11.1 |
| 200 | 2026-05-20T16:01:55.269Z | Downloaded thiserror-impl v2.0.18 |
| 201 | 2026-05-20T16:01:55.269Z | Downloaded byteorder v1.5.0 |
| 202 | 2026-05-20T16:01:55.269Z | Downloaded quote v1.0.45 |
| 203 | 2026-05-20T16:01:55.269Z | Downloaded usdt v0.6.0 |
| 204 | 2026-05-20T16:01:55.269Z | Downloaded darling v0.21.3 |
| 205 | 2026-05-20T16:01:55.269Z | Downloaded memmap2 v0.9.10 |
| 206 | 2026-05-20T16:01:55.269Z | Downloaded darling_core v0.21.3 |
| 207 | 2026-05-20T16:01:55.269Z | Downloaded bitflags v1.3.2 |
| 208 | 2026-05-20T16:01:55.269Z | Downloaded thiserror v2.0.18 |
| 209 | 2026-05-20T16:01:55.269Z | Downloaded crc32fast v1.5.0 |
| 210 | 2026-05-20T16:01:55.269Z | Downloaded usdt-impl v0.6.0 |
| 211 | 2026-05-20T16:01:55.269Z | Downloaded unicode-ident v1.0.24 |
| 212 | 2026-05-20T16:01:55.269Z | Downloaded serde_derive v1.0.228 |
| 213 | 2026-05-20T16:01:55.269Z | Downloaded pest_generator v2.8.6 |
| 214 | 2026-05-20T16:01:55.269Z | Downloaded pest_meta v2.8.6 |
| 215 | 2026-05-20T16:01:55.269Z | Downloaded ucd-trie v0.1.7 |
| 216 | 2026-05-20T16:01:55.269Z | Downloaded proc-macro2 v1.0.106 |
| 217 | 2026-05-20T16:01:55.269Z | Downloaded darling_core v0.23.0 |
| 218 | 2026-05-20T16:01:55.269Z | Downloaded serde v1.0.228 |
| 219 | 2026-05-20T16:01:55.269Z | Downloaded serde_core v1.0.228 |
| 220 | 2026-05-20T16:01:55.269Z | Downloaded zerocopy-derive v0.8.48 |
| 221 | 2026-05-20T16:01:55.269Z | Downloaded memchr v2.8.0 |
| 222 | 2026-05-20T16:01:55.269Z | Downloaded typenum v1.20.0 |
| 223 | 2026-05-20T16:01:55.269Z | Downloaded serde_json v1.0.149 |
| 224 | 2026-05-20T16:01:55.269Z | Downloaded regex v1.12.3 |
| 225 | 2026-05-20T16:01:55.269Z | Downloaded unicode-width v0.2.2 |
| 226 | 2026-05-20T16:01:55.269Z | Downloaded goblin v0.10.5 |
| 227 | 2026-05-20T16:01:55.269Z | Downloaded syn v2.0.117 |
| 228 | 2026-05-20T16:01:55.269Z | Downloaded zerocopy v0.8.48 |
| 229 | 2026-05-20T16:01:55.269Z | Downloaded smoltcp v0.11.0 |
| 230 | 2026-05-20T16:01:55.269Z | Downloaded regex-syntax v0.8.10 |
| 231 | 2026-05-20T16:01:55.270Z | Downloaded regex-automata v0.4.14 |
| 232 | 2026-05-20T16:01:55.270Z | Downloaded libc v0.2.186 |
| 233 | 2026-05-20T16:01:55.290Z | Compiling proc-macro2 v1.0.106 |
| 234 | 2026-05-20T16:01:55.290Z | Compiling quote v1.0.45 |
| 235 | 2026-05-20T16:01:55.294Z | Compiling unicode-ident v1.0.24 |
| 236 | 2026-05-20T16:01:55.294Z | Documenting unicode-ident v1.0.24 |
| 237 | 2026-05-20T16:01:55.294Z | Compiling ident_case v1.0.1 |
| 238 | 2026-05-20T16:01:55.294Z | Compiling strsim v0.11.1 |
| 239 | 2026-05-20T16:01:55.342Z | Compiling serde_core v1.0.228 |
| 240 | 2026-05-20T16:01:55.437Z | Compiling fnv v1.0.7 |
| 241 | 2026-05-20T16:01:55.452Z | Checking memchr v2.8.0 |
| 242 | 2026-05-20T16:01:55.610Z | Compiling zerocopy v0.8.48 |
| 243 | 2026-05-20T16:01:55.623Z | Compiling serde v1.0.228 |
| 244 | 2026-05-20T16:01:55.657Z | Compiling regex-syntax v0.8.10 |
| 245 | 2026-05-20T16:01:55.803Z | Compiling thiserror v2.0.18 |
| 246 | 2026-05-20T16:01:55.895Z | Compiling aho-corasick v1.1.4 |
| 247 | 2026-05-20T16:01:55.988Z | Documenting proc-macro2 v1.0.106 |
| 248 | 2026-05-20T16:01:56.246Z | Checking byteorder v1.5.0 |
| 249 | 2026-05-20T16:01:56.459Z | Checking syn v2.0.117 |
| 250 | 2026-05-20T16:01:56.550Z | Documenting quote v1.0.45 |
| 251 | 2026-05-20T16:01:56.797Z | Compiling either v1.15.0 |
| 252 | 2026-05-20T16:01:57.003Z | Compiling itertools v0.14.0 |
| 253 | 2026-05-20T16:01:57.037Z | Documenting syn v2.0.117 |
| 254 | 2026-05-20T16:01:57.303Z | Compiling regex-automata v0.4.14 |
| 255 | 2026-05-20T16:01:57.321Z | Documenting memchr v2.8.0 |
| 256 | 2026-05-20T16:01:57.726Z | Compiling heapless v0.8.0 |
| 257 | 2026-05-20T16:01:57.944Z | Documenting aho-corasick v1.1.4 |
| 258 | 2026-05-20T16:01:58.193Z | Checking bitflags v2.11.1 |
| 259 | 2026-05-20T16:01:58.259Z | Checking hash32 v0.3.1 |
| 260 | 2026-05-20T16:01:58.337Z | Documenting serde_core v1.0.228 |
| 261 | 2026-05-20T16:01:58.438Z | Checking stable_deref_trait v1.2.1 |
| 262 | 2026-05-20T16:01:58.448Z | Checking macaddr v1.0.1 |
| 263 | 2026-05-20T16:01:58.512Z | Documenting regex-syntax v0.8.10 |
| 264 | 2026-05-20T16:01:58.583Z | Checking cfg-if v1.0.4 |
| 265 | 2026-05-20T16:01:58.639Z | Checking darling_core v0.21.3 |
| 266 | 2026-05-20T16:01:58.667Z | Compiling smoltcp v0.11.0 |
| 267 | 2026-05-20T16:01:59.020Z | Compiling regex v1.12.3 |
| 268 | 2026-05-20T16:01:59.217Z | Compiling darling_core v0.23.0 |
| 269 | 2026-05-20T16:01:59.521Z | Documenting regex-automata v0.4.14 |
| 270 | 2026-05-20T16:01:59.833Z | Documenting serde_derive v1.0.228 |
| 271 | 2026-05-20T16:01:59.841Z | Documenting thiserror-impl v2.0.18 |
| 272 | 2026-05-20T16:01:59.987Z | Documenting zerocopy-derive v0.8.48 |
| 273 | 2026-05-20T16:02:00.266Z | Compiling serde_derive v1.0.228 |
| 274 | 2026-05-20T16:02:00.412Z | Compiling thiserror-impl v2.0.18 |
| 275 | 2026-05-20T16:02:00.592Z | Compiling zerocopy-derive v0.8.48 |
| 276 | 2026-05-20T16:02:00.879Z | Documenting regex v1.12.3 |
| 277 | 2026-05-20T16:02:01.074Z | Documenting byteorder v1.5.0 |
| 278 | 2026-05-20T16:02:01.263Z | Compiling darling_macro v0.21.3 |
| 279 | 2026-05-20T16:02:01.285Z | Compiling darling_macro v0.23.0 |
| 280 | 2026-05-20T16:02:01.294Z | Checking bitflags v1.3.2 |
| 281 | 2026-05-20T16:02:01.353Z | Checking managed v0.8.0 |
| 282 | 2026-05-20T16:02:01.534Z | Documenting bitflags v2.11.1 |
| 283 | 2026-05-20T16:02:01.594Z | Documenting hash32 v0.3.1 |
| 284 | 2026-05-20T16:02:01.745Z | Checking cobs v0.3.0 |
| 285 | 2026-05-20T16:02:01.821Z | Compiling darling v0.21.3 |
| 286 | 2026-05-20T16:02:01.844Z | Documenting thiserror v2.0.18 |
| 287 | 2026-05-20T16:02:01.878Z | Documenting stable_deref_trait v1.2.1 |
| 288 | 2026-05-20T16:02:01.892Z | Compiling ingot-macros v0.1.1 |
| 289 | 2026-05-20T16:02:01.904Z | Documenting ingot-macros v0.1.1 |
| 290 | 2026-05-20T16:02:02.129Z | Documenting zerocopy v0.8.48 |
| 291 | 2026-05-20T16:02:02.333Z | Compiling ref-cast v1.0.25 |
| 292 | 2026-05-20T16:02:02.484Z | Compiling crc32fast v1.5.0 |
| 293 | 2026-05-20T16:02:02.668Z | Documenting macaddr v1.0.1 |
| 294 | 2026-05-20T16:02:02.672Z | Documenting cfg-if v1.0.4 |
| 295 | 2026-05-20T16:02:02.856Z | Documenting heapless v0.8.0 |
| 296 | 2026-05-20T16:02:03.108Z | Documenting serde v1.0.228 |
| 297 | 2026-05-20T16:02:03.285Z | Documenting cobs v0.3.0 |
| 298 | 2026-05-20T16:02:03.326Z | Checking postcard v1.1.3 |
| 299 | 2026-05-20T16:02:03.587Z | Compiling ref-cast-impl v1.0.25 |
| 300 | 2026-05-20T16:02:03.813Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 301 | 2026-05-20T16:02:04.188Z | Checking unicode-width v0.2.2 |
| 302 | 2026-05-20T16:02:04.204Z | Checking ipnetwork v0.21.1 |
| 303 | 2026-05-20T16:02:04.385Z | Compiling version_check v0.9.5 |
| 304 | 2026-05-20T16:02:04.409Z | Documenting managed v0.8.0 |
| 305 | 2026-05-20T16:02:04.521Z | Documenting postcard v1.1.3 |
| 306 | 2026-05-20T16:02:04.547Z | Checking darling v0.23.0 |
| 307 | 2026-05-20T16:02:04.588Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 308 | 2026-05-20T16:02:04.613Z | Documenting ref-cast-impl v1.0.25 |
| 309 | 2026-05-20T16:02:04.645Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 310 | 2026-05-20T16:02:04.690Z | Documenting ipnetwork v0.21.1 |
| 311 | 2026-05-20T16:02:04.785Z | Checking ingot-types v0.1.2 |
| 312 | 2026-05-20T16:02:04.889Z | Documenting unicode-width v0.2.2 |
| 313 | 2026-05-20T16:02:05.071Z | Documenting ingot-types v0.1.2 |
| 314 | 2026-05-20T16:02:05.083Z | Documenting smoltcp v0.11.0 |
| 315 | 2026-05-20T16:02:05.105Z | Checking ingot v0.1.1 |
| 316 | 2026-05-20T16:02:05.308Z | Documenting either v1.15.0 |
| 317 | 2026-05-20T16:02:05.611Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 318 | 2026-05-20T16:02:05.799Z | Documenting ref-cast v1.0.25 |
| 319 | 2026-05-20T16:02:06.010Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 320 | 2026-05-20T16:02:06.219Z | Documenting tabwriter v1.4.1 |
| 321 | 2026-05-20T16:02:06.272Z | Checking tabwriter v1.4.1 |
| 322 | 2026-05-20T16:02:06.520Z | Documenting ingot v0.1.1 |
| 323 | 2026-05-20T16:02:06.586Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 324 | 2026-05-20T16:02:06.721Z | Documenting itertools v0.14.0 |
| 325 | 2026-05-20T16:02:07.119Z | Documenting crc32fast v1.5.0 |
| 326 | 2026-05-20T16:02:07.319Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 327 | 2026-05-20T16:02:07.342Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 328 | 2026-05-20T16:02:07.470Z | Checking dyn-clone v1.0.20 |
| 329 | 2026-05-20T16:02:07.566Z | Documenting dyn-clone v1.0.20 |
| 330 | 2026-05-20T16:02:08.982Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 331 | 2026-05-20T16:02:10.106Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 332 | 2026-05-20T16:02:12.305Z | Finished `dev` profile [optimized + debuginfo] target(s) in 22.51s |
| 333 | 2026-05-20T16:02:12.394Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
| 334 | 2026-05-20T16:02:12.412Z | |
| 335 | 2026-05-20T16:02:12.415Z | real 22.615379528 |
| 336 | 2026-05-20T16:02:12.415Z | user 1:15.128487238 |
| 337 | 2026-05-20T16:02:12.415Z | sys 15.689318702 |
| 338 | 2026-05-20T16:02:12.415Z | trap 0.049360201 |
| 339 | 2026-05-20T16:02:12.415Z | tflt 0.151348045 |
| 340 | 2026-05-20T16:02:12.415Z | dflt 0.250049003 |
| 341 | 2026-05-20T16:02:12.415Z | kflt 0.010646963 |
| 342 | 2026-05-20T16:02:12.415Z | lock 6:39.929851179 |
| 343 | 2026-05-20T16:02:12.415Z | slp 4:13.377097491 |
| 344 | 2026-05-20T16:02:12.415Z | lat 6.414774216 |
| 345 | 2026-05-20T16:02:12.415Z | stop 8.971132878 |
| 346 | 2026-05-20T16:02:12.415Z | + header 'analyze std + api' |
| 347 | 2026-05-20T16:02:12.415Z | + echo '# ==== analyze std + api ==== #' |
| 348 | 2026-05-20T16:02:12.415Z | # ==== analyze std + api ==== # |
| 349 | 2026-05-20T16:02:12.416Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 350 | 2026-05-20T16:02:12.654Z | Compiling proc-macro2 v1.0.106 |
| 351 | 2026-05-20T16:02:12.654Z | Compiling quote v1.0.45 |
| 352 | 2026-05-20T16:02:12.654Z | Compiling unicode-ident v1.0.24 |
| 353 | 2026-05-20T16:02:12.654Z | Compiling memchr v2.8.0 |
| 354 | 2026-05-20T16:02:12.654Z | Compiling thiserror v2.0.18 |
| 355 | 2026-05-20T16:02:12.658Z | Compiling zerocopy v0.8.48 |
| 356 | 2026-05-20T16:02:12.658Z | Compiling zmij v1.0.21 |
| 357 | 2026-05-20T16:02:12.658Z | Compiling libc v0.2.186 |
| 358 | 2026-05-20T16:02:12.829Z | Compiling serde_core v1.0.228 |
| 359 | 2026-05-20T16:02:13.018Z | Compiling serde_json v1.0.149 |
| 360 | 2026-05-20T16:02:13.045Z | Compiling strsim v0.11.1 |
| 361 | 2026-05-20T16:02:13.048Z | Compiling ucd-trie v0.1.7 |
| 362 | 2026-05-20T16:02:13.067Z | Compiling ident_case v1.0.1 |
| 363 | 2026-05-20T16:02:13.209Z | Compiling pest v2.8.6 |
| 364 | 2026-05-20T16:02:13.301Z | Compiling serde v1.0.228 |
| 365 | 2026-05-20T16:02:13.491Z | Compiling fnv v1.0.7 |
| 366 | 2026-05-20T16:02:13.649Z | Compiling aho-corasick v1.1.4 |
| 367 | 2026-05-20T16:02:13.658Z | Checking byteorder v1.5.0 |
| 368 | 2026-05-20T16:02:13.842Z | Compiling itoa v1.0.18 |
| 369 | 2026-05-20T16:02:13.898Z | Compiling regex-syntax v0.8.10 |
| 370 | 2026-05-20T16:02:14.001Z | Compiling syn v2.0.117 |
| 371 | 2026-05-20T16:02:14.371Z | Compiling pest_meta v2.8.6 |
| 372 | 2026-05-20T16:02:14.412Z | Compiling either v1.15.0 |
| 373 | 2026-05-20T16:02:14.440Z | Compiling usdt-impl v0.6.0 |
| 374 | 2026-05-20T16:02:14.705Z | Compiling itertools v0.14.0 |
| 375 | 2026-05-20T16:02:14.906Z | Compiling thread-id v5.1.0 |
| 376 | 2026-05-20T16:02:15.029Z | Checking plain v0.2.3 |
| 377 | 2026-05-20T16:02:15.185Z | Compiling heapless v0.8.0 |
| 378 | 2026-05-20T16:02:15.258Z | Checking log v0.4.29 |
| 379 | 2026-05-20T16:02:15.383Z | Compiling regex-automata v0.4.14 |
| 380 | 2026-05-20T16:02:15.820Z | Checking bitflags v2.11.1 |
| 381 | 2026-05-20T16:02:15.916Z | Checking hash32 v0.3.1 |
| 382 | 2026-05-20T16:02:15.979Z | Checking stable_deref_trait v1.2.1 |
| 383 | 2026-05-20T16:02:16.030Z | Checking macaddr v1.0.1 |
| 384 | 2026-05-20T16:02:16.034Z | Checking cfg-if v1.0.4 |
| 385 | 2026-05-20T16:02:16.037Z | Checking pretty-hex v0.4.2 |
| 386 | 2026-05-20T16:02:16.087Z | Compiling smoltcp v0.11.0 |
| 387 | 2026-05-20T16:02:16.260Z | Compiling version_check v0.9.5 |
| 388 | 2026-05-20T16:02:16.264Z | Compiling crc32fast v1.5.0 |
| 389 | 2026-05-20T16:02:16.428Z | Compiling pest_generator v2.8.6 |
| 390 | 2026-05-20T16:02:16.504Z | Compiling darling_core v0.21.3 |
| 391 | 2026-05-20T16:02:16.532Z | Compiling darling_core v0.23.0 |
| 392 | 2026-05-20T16:02:16.557Z | Compiling ref-cast v1.0.25 |
| 393 | 2026-05-20T16:02:16.655Z | Checking bitflags v1.3.2 |
| 394 | 2026-05-20T16:02:16.716Z | Checking managed v0.8.0 |
| 395 | 2026-05-20T16:02:16.939Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 396 | 2026-05-20T16:02:17.041Z | Compiling regex v1.12.3 |
| 397 | 2026-05-20T16:02:17.226Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 398 | 2026-05-20T16:02:17.469Z | Checking memmap2 v0.9.10 |
| 399 | 2026-05-20T16:02:17.512Z | Checking unicode-width v0.2.2 |
| 400 | 2026-05-20T16:02:17.598Z | Compiling thiserror-impl v2.0.18 |
| 401 | 2026-05-20T16:02:17.624Z | Compiling serde_derive v1.0.228 |
| 402 | 2026-05-20T16:02:17.755Z | Compiling zerocopy-derive v0.8.48 |
| 403 | 2026-05-20T16:02:17.944Z | Compiling pest_derive v2.8.6 |
| 404 | 2026-05-20T16:02:18.122Z | Compiling scroll_derive v0.13.1 |
| 405 | 2026-05-20T16:02:18.185Z | Compiling ref-cast-impl v1.0.25 |
| 406 | 2026-05-20T16:02:18.608Z | Compiling darling_macro v0.21.3 |
| 407 | 2026-05-20T16:02:18.639Z | Checking ipnetwork v0.21.1 |
| 408 | 2026-05-20T16:02:18.663Z | Compiling darling_macro v0.23.0 |
| 409 | 2026-05-20T16:02:18.909Z | Checking dtrace-parser v0.3.0 |
| 410 | 2026-05-20T16:02:18.929Z | Checking scroll v0.13.0 |
| 411 | 2026-05-20T16:02:19.133Z | Checking cobs v0.3.0 |
| 412 | 2026-05-20T16:02:19.154Z | Compiling darling v0.21.3 |
| 413 | 2026-05-20T16:02:19.213Z | Checking goblin v0.10.5 |
| 414 | 2026-05-20T16:02:19.222Z | Compiling ingot-macros v0.1.1 |
| 415 | 2026-05-20T16:02:19.262Z | Compiling darling v0.23.0 |
| 416 | 2026-05-20T16:02:19.332Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 417 | 2026-05-20T16:02:19.541Z | Checking tabwriter v1.4.1 |
| 418 | 2026-05-20T16:02:19.678Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 419 | 2026-05-20T16:02:19.993Z | Checking dyn-clone v1.0.20 |
| 420 | 2026-05-20T16:02:20.635Z | Checking postcard v1.1.3 |
| 421 | 2026-05-20T16:02:20.658Z | Compiling serde_tokenstream v0.2.3 |
| 422 | 2026-05-20T16:02:21.768Z | Checking dof v0.4.0 |
| 423 | 2026-05-20T16:02:21.768Z | Checking ingot-types v0.1.2 |
| 424 | 2026-05-20T16:02:22.053Z | Checking ingot v0.1.1 |
| 425 | 2026-05-20T16:02:22.624Z | Compiling usdt-macro v0.6.0 |
| 426 | 2026-05-20T16:02:22.634Z | Compiling usdt-attr-macro v0.6.0 |
| 427 | 2026-05-20T16:02:23.230Z | Checking usdt v0.6.0 |
| 428 | 2026-05-20T16:02:23.461Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 429 | 2026-05-20T16:02:31.967Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.26s |
| 430 | 2026-05-20T16:02:31.987Z | |
| 431 | 2026-05-20T16:02:31.987Z | real 19.335364507 |
| 432 | 2026-05-20T16:02:31.987Z | user 1:03.780308200 |
| 433 | 2026-05-20T16:02:31.987Z | sys 12.852515595 |
| 434 | 2026-05-20T16:02:31.987Z | trap 0.030444730 |
| 435 | 2026-05-20T16:02:31.987Z | tflt 0.123235924 |
| 436 | 2026-05-20T16:02:31.987Z | dflt 0.194567805 |
| 437 | 2026-05-20T16:02:31.987Z | kflt 0.000016050 |
| 438 | 2026-05-20T16:02:31.987Z | lock 3:42.717459038 |
| 439 | 2026-05-20T16:02:31.987Z | slp 3:25.732661497 |
| 440 | 2026-05-20T16:02:31.987Z | lat 2.833594455 |
| 441 | 2026-05-20T16:02:31.987Z | stop 6.259571744 |
| 442 | 2026-05-20T16:02:31.987Z | + header 'analyze no_std + engine + kernel' |
| 443 | 2026-05-20T16:02:31.987Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 444 | 2026-05-20T16:02:31.987Z | # ==== analyze no_std + engine + kernel ==== # |
| 445 | 2026-05-20T16:02:31.987Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings |
| 446 | 2026-05-20T16:02:31.987Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 447 | 2026-05-20T16:02:31.988Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 448 | 2026-05-20T16:02:31.988Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 449 | 2026-05-20T16:02:31.988Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 450 | 2026-05-20T16:02:32.221Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 451 | 2026-05-20T16:02:37.807Z | Finished `dev` profile [optimized + debuginfo] target(s) in 4.64s |
| 452 | 2026-05-20T16:02:37.810Z | |
| 453 | 2026-05-20T16:02:37.810Z | real 4.709187924 |
| 454 | 2026-05-20T16:02:37.810Z | user 5.091808182 |
| 455 | 2026-05-20T16:02:37.810Z | sys 0.882343844 |
| 456 | 2026-05-20T16:02:37.811Z | trap 0.000710310 |
| 457 | 2026-05-20T16:02:37.811Z | tflt 0.009840050 |
| 458 | 2026-05-20T16:02:37.811Z | dflt 0.003469270 |
| 459 | 2026-05-20T16:02:37.811Z | kflt 0.000000000 |
| 460 | 2026-05-20T16:02:37.811Z | lock 16.770432343 |
| 461 | 2026-05-20T16:02:37.811Z | slp 18.197474652 |
| 462 | 2026-05-20T16:02:37.811Z | lat 0.050736789 |
| 463 | 2026-05-20T16:02:37.811Z | stop 0.214810603 |
| 464 | 2026-05-20T16:02:37.811Z | + header test |
| 465 | 2026-05-20T16:02:37.811Z | + echo '# ==== test ==== #' |
| 466 | 2026-05-20T16:02:37.811Z | + ptime -m cargo test |
| 467 | 2026-05-20T16:02:37.811Z | # ==== test ==== # |
| 468 | 2026-05-20T16:02:37.811Z | Compiling serde_core v1.0.228 |
| 469 | 2026-05-20T16:02:37.811Z | Compiling thiserror v2.0.18 |
| 470 | 2026-05-20T16:02:37.811Z | Compiling zerocopy v0.8.48 |
| 471 | 2026-05-20T16:02:37.811Z | Compiling memchr v2.8.0 |
| 472 | 2026-05-20T16:02:37.811Z | Compiling byteorder v1.5.0 |
| 473 | 2026-05-20T16:02:37.811Z | Compiling unicode-ident v1.0.24 |
| 474 | 2026-05-20T16:02:37.811Z | Compiling zmij v1.0.21 |
| 475 | 2026-05-20T16:02:37.811Z | Compiling libc v0.2.186 |
| 476 | 2026-05-20T16:02:37.811Z | Compiling proc-macro2 v1.0.106 |
| 477 | 2026-05-20T16:02:37.811Z | Compiling scroll v0.13.0 |
| 478 | 2026-05-20T16:02:37.811Z | Compiling plain v0.2.3 |
| 479 | 2026-05-20T16:02:37.811Z | Compiling ucd-trie v0.1.7 |
| 480 | 2026-05-20T16:02:37.811Z | Compiling itoa v1.0.18 |
| 481 | 2026-05-20T16:02:37.811Z | Compiling log v0.4.29 |
| 482 | 2026-05-20T16:02:37.811Z | Compiling hash32 v0.3.1 |
| 483 | 2026-05-20T16:02:37.811Z | Compiling goblin v0.10.5 |
| 484 | 2026-05-20T16:02:37.811Z | Compiling pest v2.8.6 |
| 485 | 2026-05-20T16:02:37.811Z | Compiling quote v1.0.45 |
| 486 | 2026-05-20T16:02:37.811Z | Compiling macaddr v1.0.1 |
| 487 | 2026-05-20T16:02:37.902Z | Compiling pretty-hex v0.4.2 |
| 488 | 2026-05-20T16:02:37.938Z | Compiling stable_deref_trait v1.2.1 |
| 489 | 2026-05-20T16:02:38.024Z | Compiling cfg-if v1.0.4 |
| 490 | 2026-05-20T16:02:38.027Z | Compiling heapless v0.8.0 |
| 491 | 2026-05-20T16:02:38.062Z | Compiling syn v2.0.117 |
| 492 | 2026-05-20T16:02:38.191Z | Compiling thread-id v5.1.0 |
| 493 | 2026-05-20T16:02:38.265Z | Compiling cobs v0.3.0 |
| 494 | 2026-05-20T16:02:38.460Z | Compiling serde v1.0.228 |
| 495 | 2026-05-20T16:02:38.539Z | Compiling serde_json v1.0.149 |
| 496 | 2026-05-20T16:02:38.601Z | Compiling bitflags v2.11.1 |
| 497 | 2026-05-20T16:02:38.962Z | Compiling dtrace-parser v0.3.0 |
| 498 | 2026-05-20T16:02:39.019Z | Compiling managed v0.8.0 |
| 499 | 2026-05-20T16:02:39.099Z | Compiling bitflags v1.3.2 |
| 500 | 2026-05-20T16:02:39.161Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 501 | 2026-05-20T16:02:39.233Z | Compiling smoltcp v0.11.0 |
| 502 | 2026-05-20T16:02:39.401Z | Compiling postcard v1.1.3 |
| 503 | 2026-05-20T16:02:39.499Z | Compiling ingot-types v0.1.2 |
| 504 | 2026-05-20T16:02:39.634Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 505 | 2026-05-20T16:02:39.759Z | Compiling memmap2 v0.9.10 |
| 506 | 2026-05-20T16:02:39.898Z | Compiling ingot v0.1.1 |
| 507 | 2026-05-20T16:02:40.030Z | Compiling dof v0.4.0 |
| 508 | 2026-05-20T16:02:40.218Z | Compiling unicode-width v0.2.2 |
| 509 | 2026-05-20T16:02:40.525Z | Compiling either v1.15.0 |
| 510 | 2026-05-20T16:02:40.732Z | Compiling ipnetwork v0.21.1 |
| 511 | 2026-05-20T16:02:41.246Z | Compiling usdt-impl v0.6.0 |
| 512 | 2026-05-20T16:02:41.652Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 513 | 2026-05-20T16:02:42.191Z | Compiling usdt v0.6.0 |
| 514 | 2026-05-20T16:02:42.504Z | Compiling itertools v0.14.0 |
| 515 | 2026-05-20T16:02:42.730Z | Compiling tabwriter v1.4.1 |
| 516 | 2026-05-20T16:02:43.164Z | Compiling ref-cast v1.0.25 |
| 517 | 2026-05-20T16:02:45.461Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 518 | 2026-05-20T16:02:45.515Z | Compiling crc32fast v1.5.0 |
| 519 | 2026-05-20T16:02:45.515Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 520 | 2026-05-20T16:02:45.515Z | Compiling dyn-clone v1.0.20 |
| 521 | 2026-05-20T16:02:58.097Z | Finished `test` profile [optimized + debuginfo] target(s) in 21.62s |
| 522 | 2026-05-20T16:02:58.111Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-a94184124038e6c9) |
| 523 | 2026-05-20T16:02:58.117Z | |
| 524 | 2026-05-20T16:02:58.117Z | running 78 tests |
| 525 | 2026-05-20T16:02:58.117Z | test d_error::tests::name_and_data_storage ... ok |
| 526 | 2026-05-20T16:02:58.117Z | test ddi::mblk::test::chain_append_links ... ok |
| 527 | 2026-05-20T16:02:58.117Z | test d_error::tests::name_truncation ... ok |
| 528 | 2026-05-20T16:02:58.117Z | test ddi::mblk::test::chain_has_correct_ends ... ok |
| 529 | 2026-05-20T16:02:58.117Z | test ddi::mblk::test::chain_breaks_links ... ok |
| 530 | 2026-05-20T16:02:58.117Z | test ddi::mblk::test::expand_and_shrink ... ok |
| 531 | 2026-05-20T16:02:58.117Z | test ddi::mblk::test::prefix_len ... ok |
| 532 | 2026-05-20T16:02:58.117Z | test ddi::mblk::test::chain_drain_complete ... ok |
| 533 | 2026-05-20T16:02:58.117Z | test ddi::mblk::test::test_long_packet_continuation ... ok |
| 534 | 2026-05-20T16:02:58.117Z | test ddi::mblk::test::read_seg ... ok |
| 535 | 2026-05-20T16:02:58.117Z | test ddi::mblk::test::truncate ... ok |
| 536 | 2026-05-20T16:02:58.117Z | test ddi::mblk::test::uninitialized_packet ... ok |
| 537 | 2026-05-20T16:02:58.117Z | test ddi::mblk::test::wrap ... ok |
| 538 | 2026-05-20T16:02:58.117Z | test ddi::mblk::test::zero_byte_packet ... ok |
| 539 | 2026-05-20T16:02:58.117Z | test ddi::time::test::good_interval ... ok |
| 540 | 2026-05-20T16:02:58.117Z | test engine::dhcp::test::domainname_encode ... ok |
| 541 | 2026-05-20T16:02:58.117Z | test engine::dhcp::test::domain_search_option_encode ... ok |
| 542 | 2026-05-20T16:02:58.117Z | test engine::dhcp::test::hostname_encode ... ok |
| 543 | 2026-05-20T16:02:58.117Z | test engine::dhcp::test::offlink_encode ... ok |
| 544 | 2026-05-20T16:02:58.117Z | test engine::dhcp::test::rfc3442_encode ... ok |
| 545 | 2026-05-20T16:02:58.117Z | test engine::dhcpv6::options::test::test_elapsed_time ... ok |
| 546 | 2026-05-20T16:02:58.117Z | test engine::dhcpv6::options::test::test_dns_servers ... ok |
| 547 | 2026-05-20T16:02:58.117Z | test engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok |
| 548 | 2026-05-20T16:02:58.117Z | test engine::dhcpv6::options::test::test_domain_list_from_slice ... ok |
| 549 | 2026-05-20T16:02:58.117Z | test engine::dhcpv6::options::test::test_iana ... ok |
| 550 | 2026-05-20T16:02:58.117Z | test engine::dhcpv6::options::test::test_iata ... ok |
| 551 | 2026-05-20T16:02:58.117Z | test engine::dhcpv6::options::test::test_client_id ... ok |
| 552 | 2026-05-20T16:02:58.117Z | test engine::dhcpv6::options::test::test_option_request ... ok |
| 553 | 2026-05-20T16:02:58.117Z | test engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok |
| 554 | 2026-05-20T16:02:58.117Z | test ddi::time::test::bad_interval - should panic ... ok |
| 555 | 2026-05-20T16:02:58.117Z | test engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok |
| 556 | 2026-05-20T16:02:58.117Z | test engine::dhcpv6::options::test::test_parse_snooped_iana ... ok |
| 557 | 2026-05-20T16:02:58.117Z | test engine::dhcpv6::options::test::test_rapid_commit ... ok |
| 558 | 2026-05-20T16:02:58.118Z | test engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok |
| 559 | 2026-05-20T16:02:58.118Z | test engine::dhcpv6::options::test::test_server_id ... ok |
| 560 | 2026-05-20T16:02:58.118Z | test engine::dhcpv6::options::test::test_sntp_servers ... ok |
| 561 | 2026-05-20T16:02:58.118Z | test engine::dhcpv6::options::test::test_status ... ok |
| 562 | 2026-05-20T16:02:58.118Z | test engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok |
| 563 | 2026-05-20T16:02:58.118Z | test engine::dhcpv6::test::test_duid_from_mac ... ok |
| 564 | 2026-05-20T16:02:58.118Z | test engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok |
| 565 | 2026-05-20T16:02:58.118Z | test engine::ether::test::emit ... ok |
| 566 | 2026-05-20T16:02:58.118Z | test engine::flow_table::test::children_prevent_timer_expiry ... ok |
| 567 | 2026-05-20T16:02:58.118Z | test engine::flow_table::test::eviction_invalidates_descendents ... ok |
| 568 | 2026-05-20T16:02:58.118Z | test engine::flow_table::test::flow_clear ... ok |
| 569 | 2026-05-20T16:02:58.122Z | test engine::flow_table::test::eviction_selects_highest_prio ... ok |
| 570 | 2026-05-20T16:02:58.122Z | test engine::flow_table::test::eviction_basics ... ok |
| 571 | 2026-05-20T16:02:58.122Z | test engine::flow_table::test::flow_expired ... ok |
| 572 | 2026-05-20T16:02:58.122Z | test engine::flow_table::test::eviction_priority_inheritance ... ok |
| 573 | 2026-05-20T16:02:58.122Z | test engine::ip::v4::test::cidr_match ... ok |
| 574 | 2026-05-20T16:02:58.122Z | test engine::ip::v4::test::match_check ... ok |
| 575 | 2026-05-20T16:02:58.122Z | test engine::geneve::test::emit_single_opt ... ok |
| 576 | 2026-05-20T16:02:58.122Z | test engine::flow_table::test::timer_expiry_propagation ... ok |
| 577 | 2026-05-20T16:02:58.122Z | test engine::geneve::test::emit_no_opts ... ok |
| 578 | 2026-05-20T16:02:58.122Z | test engine::ip::v4::test::emit ... ok |
| 579 | 2026-05-20T16:02:58.122Z | test engine::ip::v6::test::emit ... ok |
| 580 | 2026-05-20T16:02:58.122Z | test engine::ip::v6::test::from_pairs ... ok |
| 581 | 2026-05-20T16:02:58.122Z | test engine::ip::v6::test::test_ipv6_addr_match_exact ... ok |
| 582 | 2026-05-20T16:02:58.122Z | test engine::ip::v6::test::extension_push_spec ... ok |
| 583 | 2026-05-20T16:02:58.122Z | test engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok |
| 584 | 2026-05-20T16:02:58.122Z | test engine::ip::v6::test::test_extension_header_lengths_ok ... ok |
| 585 | 2026-05-20T16:02:58.122Z | test engine::ip::v6::test::bad_ipv6_version_caught ... ok |
| 586 | 2026-05-20T16:02:58.122Z | test engine::ip::v6::test::option_push_spec ... ok |
| 587 | 2026-05-20T16:02:58.122Z | test engine::layer::test::find_rule ... ok |
| 588 | 2026-05-20T16:02:58.122Z | test engine::nat::test::nat4_rewrite ... ok |
| 589 | 2026-05-20T16:02:58.122Z | test engine::packet::test::read_single_segment ... ok |
| 590 | 2026-05-20T16:02:58.122Z | test engine::packet::test::small_packet_with_padding ... ok |
| 591 | 2026-05-20T16:02:58.122Z | test engine::packet::test::read_multi_segment ... ok |
| 592 | 2026-05-20T16:02:58.122Z | test engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok |
| 593 | 2026-05-20T16:02:58.122Z | test engine::rule::rule_matching ... ok |
| 594 | 2026-05-20T16:02:58.122Z | test engine::packet::test::parse_ipv6_extension_headers_ok ... ok |
| 595 | 2026-05-20T16:02:58.123Z | test engine::packet::test::udp6_packet_with_padding ... ok |
| 596 | 2026-05-20T16:02:58.123Z | test engine::parse::test::icmp4_body_csum_equals_body ... ok |
| 597 | 2026-05-20T16:02:58.123Z | test engine::ip::v6::test::test_set_total_len ... ok |
| 598 | 2026-05-20T16:02:58.123Z | test engine::ip::v6::test::push_spec ... ok |
| 599 | 2026-05-20T16:02:58.123Z | test engine::packet::test::straddled_tcp ... ok |
| 600 | 2026-05-20T16:02:58.123Z | test engine::snat::test::snat4_desc_lifecycle ... ok |
| 601 | 2026-05-20T16:02:58.123Z | test engine::snat::test::nat_mappings ... ok |
| 602 | 2026-05-20T16:02:58.123Z | test engine::snat::test::test_nat_pool_different_ip_types ... ok |
| 603 | 2026-05-20T16:02:58.123Z | |
| 604 | 2026-05-20T16:02:58.123Z | test result: ok. 78 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 605 | 2026-05-20T16:02:58.123Z | |
| 606 | 2026-05-20T16:02:58.123Z | Doc-tests opte |
| 607 | 2026-05-20T16:03:00.045Z | |
| 608 | 2026-05-20T16:03:00.045Z | running 3 tests |
| 609 | 2026-05-20T16:03:00.049Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored |
| 610 | 2026-05-20T16:03:00.049Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok |
| 611 | 2026-05-20T16:03:00.049Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok |
| 612 | 2026-05-20T16:03:00.049Z | |
| 613 | 2026-05-20T16:03:00.049Z | test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 614 | 2026-05-20T16:03:00.049Z | |
| 615 | 2026-05-20T16:03:00.053Z | all doctests ran in 1.38s; merged doctests compilation took 1.37s |
| 616 | 2026-05-20T16:03:00.091Z | |
| 617 | 2026-05-20T16:03:00.094Z | real 23.612703202 |
| 618 | 2026-05-20T16:03:00.094Z | user 1:58.898670901 |
| 619 | 2026-05-20T16:03:00.094Z | sys 7.015286884 |
| 620 | 2026-05-20T16:03:00.094Z | trap 0.054858500 |
| 621 | 2026-05-20T16:03:00.094Z | tflt 0.130642296 |
| 622 | 2026-05-20T16:03:00.094Z | dflt 0.346750915 |
| 623 | 2026-05-20T16:03:00.094Z | kflt 0.000014700 |
| 624 | 2026-05-20T16:03:00.094Z | lock 5:49.581401822 |
| 625 | 2026-05-20T16:03:00.094Z | slp 3:38.644879422 |
| 626 | 2026-05-20T16:03:00.094Z | lat 5.000901915 |
| 627 | 2026-05-20T16:03:00.094Z | stop 2.553796039 |
| 628 | 2026-05-20T16:03:00.094Z | process exited: duration 84239 ms, exit code 0 |
| |
| 629 | 2026-05-20T16:03:00.102Z | found 0 output files |