|
|
|
| 1 | 2026-06-15T09:16:10.172Z | job assigned to worker 01KV590ZXY3MAF0J2N302W6QP8 [factory aws, i-0b59e8767c8238a62] (queued for 46 s) |
| |
| 2 | 2026-06-15T09:16:16.853Z | starting task 0: "setup" |
| 3 | 2026-06-15T09:16:16.857Z | ++ uname -s |
| 4 | 2026-06-15T09:16:16.861Z | + kern=SunOS |
| 5 | 2026-06-15T09:16:16.861Z | + build_user=build |
| 6 | 2026-06-15T09:16:16.861Z | + build_uid=12345 |
| 7 | 2026-06-15T09:16:16.861Z | + work_dir=/work |
| 8 | 2026-06-15T09:16:16.861Z | + input_dir=/input |
| 9 | 2026-06-15T09:16:16.861Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-15T09:16:16.861Z | + case "$kern" in |
| 11 | 2026-06-15T09:16:16.861Z | + groupadd -g 12345 build |
| 12 | 2026-06-15T09:16:16.864Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-15T09:16:18.867Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-15T09:16:18.940Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-15T09:16:18.943Z | + home_fs=zfs |
| 16 | 2026-06-15T09:16:18.943Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-15T09:16:18.943Z | + mkdir -p /home/build |
| 18 | 2026-06-15T09:16:18.943Z | + chown build:build /home/build /work |
| 19 | 2026-06-15T09:16:20.944Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-15T09:16:20.947Z | process exited: duration 4095 ms, exit code 0 |
| |
| 21 | 2026-06-15T09:16:20.953Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-15T09:16:20.957Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 23 | 2026-06-15T09:16:20.958Z | * rust toolchain channel = "1.95.0" |
| 24 | 2026-06-15T09:16:20.958Z | * rust toolchain profile = "default" |
| 25 | 2026-06-15T09:16:20.958Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-15T09:16:20.958Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-15T09:16:20.958Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-15T09:16:20.961Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-15T09:16:20.961Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-06-15T09:16:21.064Z | info: downloading installer |
| 31 | 2026-06-15T09:16:22.514Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-15T09:16:22.514Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-15T09:16:22.514Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-15T09:16:22.515Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-15T09:16:22.527Z | info: profile set to default |
| 36 | 2026-06-15T09:16:22.527Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-15T09:16:22.530Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-06-15T09:16:22.669Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-06-15T09:16:22.672Z | info: downloading 6 components |
| 40 | 2026-06-15T09:16:37.643Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 41 | 2026-06-15T09:16:37.643Z | |
| 42 | 2026-06-15T09:16:37.677Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-06-15T09:16:37.677Z | |
| 44 | 2026-06-15T09:16:37.677Z | |
| 45 | 2026-06-15T09:16:37.677Z | Rust is installed now. Great! |
| 46 | 2026-06-15T09:16:37.677Z | |
| 47 | 2026-06-15T09:16:37.677Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-15T09:16:37.681Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-15T09:16:37.681Z | |
| 50 | 2026-06-15T09:16:37.681Z | To configure your current shell, you need to source |
| 51 | 2026-06-15T09:16:37.681Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-15T09:16:37.681Z | |
| 53 | 2026-06-15T09:16:37.681Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-15T09:16:37.681Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-15T09:16:37.681Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-15T09:16:37.681Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-15T09:16:37.681Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-15T09:16:37.681Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-15T09:16:37.681Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-15T09:16:37.681Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-15T09:16:37.681Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-15T09:16:37.769Z | + rustup --version |
| 63 | 2026-06-15T09:16:37.778Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-15T09:16:37.781Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-15T09:16:37.799Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-06-15T09:16:37.803Z | + cargo --version |
| 67 | 2026-06-15T09:16:37.816Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-06-15T09:16:37.819Z | + rustc --version |
| 69 | 2026-06-15T09:16:37.838Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-06-15T09:16:37.841Z | process exited: duration 16886 ms, exit code 0 |
| |
| 71 | 2026-06-15T09:16:37.847Z | starting task 2: "authentication" |
| 72 | 2026-06-15T09:16:37.863Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-15T09:16:37.870Z | starting task 3: "clone repository" |
| 74 | 2026-06-15T09:16:37.873Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-15T09:16:37.876Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-15T09:16:37.906Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-15T09:16:38.751Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-15T09:16:38.755Z | + git fetch origin fa2f5fe74dbb82cc7cda1ad4ecfe21a844810367 |
| 79 | 2026-06-15T09:16:39.002Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-15T09:16:39.002Z | * branch fa2f5fe74dbb82cc7cda1ad4ecfe21a844810367 -> FETCH_HEAD |
| 81 | 2026-06-15T09:16:39.007Z | + [[ -n renovate/lock-file-maintenance ]] |
| 82 | 2026-06-15T09:16:39.011Z | ++ git branch --show-current |
| 83 | 2026-06-15T09:16:39.011Z | + current=master |
| 84 | 2026-06-15T09:16:39.011Z | + [[ master != renovate/lock-file-maintenance ]] |
| 85 | 2026-06-15T09:16:39.011Z | + git branch -f renovate/lock-file-maintenance fa2f5fe74dbb82cc7cda1ad4ecfe21a844810367 |
| 86 | 2026-06-15T09:16:39.014Z | + git checkout -f renovate/lock-file-maintenance |
| 87 | 2026-06-15T09:16:39.030Z | Switched to branch 'renovate/lock-file-maintenance' |
| 88 | 2026-06-15T09:16:39.033Z | + git reset --hard fa2f5fe74dbb82cc7cda1ad4ecfe21a844810367 |
| 89 | 2026-06-15T09:16:39.047Z | HEAD is now at fa2f5fe Lock file maintenance |
| 90 | 2026-06-15T09:16:39.051Z | process exited: duration 1177 ms, exit code 0 |
| |
| 91 | 2026-06-15T09:16:39.057Z | starting task 4: "build" |
| 92 | 2026-06-15T09:16:39.061Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-15T09:16:39.064Z | ++ rustup show active-toolchain |
| 94 | 2026-06-15T09:16:39.067Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-15T09:16:39.068Z | ++ pushd xde |
| 96 | 2026-06-15T09:16:39.068Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-06-15T09:16:39.068Z | ++ rustup show active-toolchain |
| 98 | 2026-06-15T09:16:39.072Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-06-15T09:16:39.213Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-06-15T09:16:39.217Z | info: downloading 6 components |
| 101 | 2026-06-15T09:16:55.864Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-15T09:16:55.960Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-15T09:16:55.963Z | +++ head -n 1 |
| 104 | 2026-06-15T09:16:55.963Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-15T09:16:56.016Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-06-15T09:16:56.016Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-06-15T09:16:56.016Z | ++ popd |
| 108 | 2026-06-15T09:16:56.020Z | /work/oxidecomputer/opte |
| 109 | 2026-06-15T09:16:56.020Z | + cargo --version |
| 110 | 2026-06-15T09:16:56.026Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 111 | 2026-06-15T09:16:56.030Z | + rustc --version |
| 112 | 2026-06-15T09:16:56.049Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 113 | 2026-06-15T09:16:56.052Z | + cd lib/opte |
| 114 | 2026-06-15T09:16:56.052Z | + header 'check style' |
| 115 | 2026-06-15T09:16:56.052Z | + echo '# ==== check style ==== #' |
| 116 | 2026-06-15T09:16:56.052Z | # ==== check style ==== # |
| 117 | 2026-06-15T09:16:56.052Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-06-15T09:16:56.239Z | |
| 119 | 2026-06-15T09:16:56.240Z | real 0.185892488 |
| 120 | 2026-06-15T09:16:56.240Z | user 0.143094921 |
| 121 | 2026-06-15T09:16:56.240Z | sys 0.036216611 |
| 122 | 2026-06-15T09:16:56.240Z | trap 0.000047760 |
| 123 | 2026-06-15T09:16:56.240Z | tflt 0.000022530 |
| 124 | 2026-06-15T09:16:56.240Z | dflt 0.000018640 |
| 125 | 2026-06-15T09:16:56.240Z | kflt 0.000000000 |
| 126 | 2026-06-15T09:16:56.240Z | lock 0.030935190 |
| 127 | 2026-06-15T09:16:56.240Z | slp 0.165699939 |
| 128 | 2026-06-15T09:16:56.240Z | lat 0.001102160 |
| 129 | 2026-06-15T09:16:56.240Z | stop 0.000086930 |
| 130 | 2026-06-15T09:16:56.243Z | + header 'check docs' |
| 131 | 2026-06-15T09:16:56.243Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-06-15T09:16:56.244Z | # ==== check docs ==== # |
| 133 | 2026-06-15T09:16:56.244Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-06-15T09:16:56.244Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-06-15T09:16:56.313Z | Updating crates.io index |
| 136 | 2026-06-15T09:16:56.316Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-06-15T09:16:57.150Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-06-15T09:16:57.432Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-06-15T09:16:57.936Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-06-15T09:16:58.181Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-06-15T09:16:58.568Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-06-15T09:16:58.855Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-06-15T09:17:00.715Z | Downloading crates ... |
| 144 | 2026-06-15T09:17:00.779Z | Downloaded generic-array v0.14.7 |
| 145 | 2026-06-15T09:17:00.782Z | Downloaded ident_case v1.0.1 |
| 146 | 2026-06-15T09:17:00.785Z | Downloaded dtrace-parser v0.3.0 |
| 147 | 2026-06-15T09:17:00.785Z | Downloaded defmt v0.3.100 |
| 148 | 2026-06-15T09:17:00.785Z | Downloaded fnv v1.0.7 |
| 149 | 2026-06-15T09:17:00.790Z | Downloaded block-buffer v0.10.4 |
| 150 | 2026-06-15T09:17:00.793Z | Downloaded dyn-clone v1.0.20 |
| 151 | 2026-06-15T09:17:00.793Z | Downloaded defmt-parser v1.0.0 |
| 152 | 2026-06-15T09:17:00.796Z | Downloaded cpufeatures v0.2.17 |
| 153 | 2026-06-15T09:17:00.800Z | Downloaded hash32 v0.3.1 |
| 154 | 2026-06-15T09:17:00.803Z | Downloaded dof v0.4.0 |
| 155 | 2026-06-15T09:17:00.806Z | Downloaded embedded-io v0.6.1 |
| 156 | 2026-06-15T09:17:00.809Z | Downloaded aho-corasick v1.1.4 |
| 157 | 2026-06-15T09:17:00.811Z | Downloaded tabwriter v1.4.1 |
| 158 | 2026-06-15T09:17:00.814Z | Downloaded pretty-hex v0.4.2 |
| 159 | 2026-06-15T09:17:00.818Z | Downloaded usdt-macro v0.6.0 |
| 160 | 2026-06-15T09:17:00.820Z | Downloaded itoa v1.0.18 |
| 161 | 2026-06-15T09:17:00.820Z | Downloaded darling_macro v0.21.3 |
| 162 | 2026-06-15T09:17:00.823Z | Downloaded managed v0.8.0 |
| 163 | 2026-06-15T09:17:00.826Z | Downloaded darling_macro v0.23.0 |
| 164 | 2026-06-15T09:17:00.833Z | Downloaded crypto-common v0.1.7 |
| 165 | 2026-06-15T09:17:00.839Z | Downloaded embedded-io v0.4.0 |
| 166 | 2026-06-15T09:17:00.846Z | Downloaded cfg-if v1.0.4 |
| 167 | 2026-06-15T09:17:00.849Z | Downloaded scroll_derive v0.13.1 |
| 168 | 2026-06-15T09:17:00.849Z | Downloaded ref-cast-impl v1.0.25 |
| 169 | 2026-06-15T09:17:00.852Z | Downloaded version_check v0.9.5 |
| 170 | 2026-06-15T09:17:00.852Z | Downloaded strsim v0.11.1 |
| 171 | 2026-06-15T09:17:00.855Z | Downloaded usdt-attr-macro v0.6.0 |
| 172 | 2026-06-15T09:17:00.855Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 173 | 2026-06-15T09:17:00.862Z | Downloaded thread-id v5.1.0 |
| 174 | 2026-06-15T09:17:00.864Z | Downloaded ref-cast v1.0.25 |
| 175 | 2026-06-15T09:17:00.864Z | Downloaded cobs v0.3.0 |
| 176 | 2026-06-15T09:17:00.871Z | Downloaded ipnetwork v0.21.1 |
| 177 | 2026-06-15T09:17:00.874Z | Downloaded ingot-types v0.1.2 |
| 178 | 2026-06-15T09:17:00.874Z | Downloaded ingot v0.1.1 |
| 179 | 2026-06-15T09:17:00.877Z | Downloaded macaddr v1.0.1 |
| 180 | 2026-06-15T09:17:00.880Z | Downloaded stable_deref_trait v1.2.1 |
| 181 | 2026-06-15T09:17:00.880Z | Downloaded byteorder v1.5.0 |
| 182 | 2026-06-15T09:17:00.883Z | Downloaded bitflags v1.3.2 |
| 183 | 2026-06-15T09:17:00.886Z | Downloaded either v1.16.0 |
| 184 | 2026-06-15T09:17:00.889Z | Downloaded plain v0.2.3 |
| 185 | 2026-06-15T09:17:00.891Z | Downloaded sha2 v0.10.9 |
| 186 | 2026-06-15T09:17:00.891Z | Downloaded usdt-impl v0.6.0 |
| 187 | 2026-06-15T09:17:00.894Z | Downloaded digest v0.10.7 |
| 188 | 2026-06-15T09:17:00.894Z | Downloaded proc-macro-error2 v2.0.1 |
| 189 | 2026-06-15T09:17:00.899Z | Downloaded usdt v0.6.0 |
| 190 | 2026-06-15T09:17:00.903Z | Downloaded thiserror-impl v2.0.18 |
| 191 | 2026-06-15T09:17:00.905Z | Downloaded quote v1.0.45 |
| 192 | 2026-06-15T09:17:00.908Z | Downloaded scroll v0.13.0 |
| 193 | 2026-06-15T09:17:00.911Z | Downloaded zmij v1.0.21 |
| 194 | 2026-06-15T09:17:00.914Z | Downloaded defmt v1.1.0 |
| 195 | 2026-06-15T09:17:00.917Z | Downloaded darling v0.23.0 |
| 196 | 2026-06-15T09:17:00.920Z | Downloaded serde_tokenstream v0.2.3 |
| 197 | 2026-06-15T09:17:00.923Z | Downloaded defmt-macros v1.1.0 |
| 198 | 2026-06-15T09:17:00.923Z | Downloaded pest_derive v2.8.6 |
| 199 | 2026-06-15T09:17:00.928Z | Downloaded ingot-macros v0.1.1 |
| 200 | 2026-06-15T09:17:00.931Z | Downloaded darling v0.21.3 |
| 201 | 2026-06-15T09:17:00.933Z | Downloaded memmap2 v0.9.10 |
| 202 | 2026-06-15T09:17:00.933Z | Downloaded crc32fast v1.5.0 |
| 203 | 2026-06-15T09:17:00.940Z | Downloaded pest_generator v2.8.6 |
| 204 | 2026-06-15T09:17:00.942Z | Downloaded ucd-trie v0.1.7 |
| 205 | 2026-06-15T09:17:00.947Z | Downloaded thiserror v2.0.18 |
| 206 | 2026-06-15T09:17:00.950Z | Downloaded bitflags v2.13.0 |
| 207 | 2026-06-15T09:17:00.960Z | Downloaded postcard v1.1.3 |
| 208 | 2026-06-15T09:17:00.963Z | Downloaded serde_core v1.0.228 |
| 209 | 2026-06-15T09:17:00.966Z | Downloaded log v0.4.32 |
| 210 | 2026-06-15T09:17:00.968Z | Downloaded unicode-ident v1.0.24 |
| 211 | 2026-06-15T09:17:00.971Z | Downloaded proc-macro2 v1.0.106 |
| 212 | 2026-06-15T09:17:01.981Z | Downloaded darling_core v0.21.3 |
| 213 | 2026-06-15T09:17:01.984Z | Downloaded darling_core v0.23.0 |
| 214 | 2026-06-15T09:17:01.984Z | Downloaded serde_derive v1.0.228 |
| 215 | 2026-06-15T09:17:01.984Z | Downloaded heapless v0.8.0 |
| 216 | 2026-06-15T09:17:01.985Z | Downloaded pest_meta v2.8.6 |
| 217 | 2026-06-15T09:17:01.985Z | Downloaded serde v1.0.228 |
| 218 | 2026-06-15T09:17:01.985Z | Downloaded memchr v2.8.2 |
| 219 | 2026-06-15T09:17:01.985Z | Downloaded zerocopy-derive v0.8.52 |
| 220 | 2026-06-15T09:17:01.985Z | Downloaded typenum v1.20.1 |
| 221 | 2026-06-15T09:17:01.985Z | Downloaded pest v2.8.6 |
| 222 | 2026-06-15T09:17:01.985Z | Downloaded regex v1.12.4 |
| 223 | 2026-06-15T09:17:01.985Z | Downloaded itertools v0.14.0 |
| 224 | 2026-06-15T09:17:01.985Z | Downloaded serde_json v1.0.150 |
| 225 | 2026-06-15T09:17:01.985Z | Downloaded goblin v0.10.7 |
| 226 | 2026-06-15T09:17:01.985Z | Downloaded zerocopy v0.8.52 |
| 227 | 2026-06-15T09:17:01.985Z | Downloaded syn v2.0.117 |
| 228 | 2026-06-15T09:17:01.985Z | Downloaded unicode-width v0.2.2 |
| 229 | 2026-06-15T09:17:01.985Z | Downloaded regex-syntax v0.8.11 |
| 230 | 2026-06-15T09:17:01.985Z | Downloaded smoltcp v0.11.0 |
| 231 | 2026-06-15T09:17:01.985Z | Downloaded regex-automata v0.4.14 |
| 232 | 2026-06-15T09:17:01.985Z | Downloaded libc v0.2.186 |
| 233 | 2026-06-15T09:17:01.985Z | Compiling proc-macro2 v1.0.106 |
| 234 | 2026-06-15T09:17:01.985Z | Compiling quote v1.0.45 |
| 235 | 2026-06-15T09:17:01.985Z | Compiling unicode-ident v1.0.24 |
| 236 | 2026-06-15T09:17:01.985Z | Documenting unicode-ident v1.0.24 |
| 237 | 2026-06-15T09:17:01.985Z | Compiling ident_case v1.0.1 |
| 238 | 2026-06-15T09:17:01.985Z | Compiling strsim v0.11.1 |
| 239 | 2026-06-15T09:17:01.985Z | Compiling serde_core v1.0.228 |
| 240 | 2026-06-15T09:17:01.985Z | Compiling fnv v1.0.7 |
| 241 | 2026-06-15T09:17:01.985Z | Checking memchr v2.8.2 |
| 242 | 2026-06-15T09:17:01.985Z | Compiling serde v1.0.228 |
| 243 | 2026-06-15T09:17:01.985Z | Compiling thiserror v2.0.18 |
| 244 | 2026-06-15T09:17:01.985Z | Compiling zerocopy v0.8.52 |
| 245 | 2026-06-15T09:17:01.985Z | Compiling regex-syntax v0.8.11 |
| 246 | 2026-06-15T09:17:01.985Z | Documenting proc-macro2 v1.0.106 |
| 247 | 2026-06-15T09:17:01.985Z | Compiling aho-corasick v1.1.4 |
| 248 | 2026-06-15T09:17:02.233Z | Checking syn v2.0.117 |
| 249 | 2026-06-15T09:17:02.362Z | Checking byteorder v1.5.0 |
| 250 | 2026-06-15T09:17:02.370Z | Documenting quote v1.0.45 |
| 251 | 2026-06-15T09:17:02.528Z | Compiling either v1.16.0 |
| 252 | 2026-06-15T09:17:02.880Z | Documenting syn v2.0.117 |
| 253 | 2026-06-15T09:17:02.983Z | Compiling itertools v0.14.0 |
| 254 | 2026-06-15T09:17:03.104Z | Compiling regex-automata v0.4.14 |
| 255 | 2026-06-15T09:17:03.336Z | Compiling heapless v0.8.0 |
| 256 | 2026-06-15T09:17:03.638Z | Documenting memchr v2.8.2 |
| 257 | 2026-06-15T09:17:03.901Z | Checking bitflags v2.13.0 |
| 258 | 2026-06-15T09:17:04.055Z | Checking hash32 v0.3.1 |
| 259 | 2026-06-15T09:17:04.162Z | Documenting serde_core v1.0.228 |
| 260 | 2026-06-15T09:17:04.190Z | Checking cfg-if v1.0.4 |
| 261 | 2026-06-15T09:17:04.197Z | Checking macaddr v1.0.1 |
| 262 | 2026-06-15T09:17:04.256Z | Documenting aho-corasick v1.1.4 |
| 263 | 2026-06-15T09:17:04.328Z | Checking stable_deref_trait v1.2.1 |
| 264 | 2026-06-15T09:17:04.331Z | Documenting regex-syntax v0.8.11 |
| 265 | 2026-06-15T09:17:04.392Z | Checking darling_core v0.21.3 |
| 266 | 2026-06-15T09:17:05.076Z | Compiling regex v1.12.4 |
| 267 | 2026-06-15T09:17:05.330Z | Compiling darling_core v0.23.0 |
| 268 | 2026-06-15T09:17:05.359Z | Documenting regex-automata v0.4.14 |
| 269 | 2026-06-15T09:17:05.539Z | Compiling smoltcp v0.11.0 |
| 270 | 2026-06-15T09:17:05.872Z | Documenting thiserror-impl v2.0.18 |
| 271 | 2026-06-15T09:17:05.904Z | Documenting serde_derive v1.0.228 |
| 272 | 2026-06-15T09:17:05.920Z | Documenting zerocopy-derive v0.8.52 |
| 273 | 2026-06-15T09:17:05.968Z | Compiling zerocopy-derive v0.8.52 |
| 274 | 2026-06-15T09:17:06.678Z | Compiling serde_derive v1.0.228 |
| 275 | 2026-06-15T09:17:06.771Z | Compiling thiserror-impl v2.0.18 |
| 276 | 2026-06-15T09:17:06.824Z | Documenting regex v1.12.4 |
| 277 | 2026-06-15T09:17:07.073Z | Compiling darling_macro v0.21.3 |
| 278 | 2026-06-15T09:17:07.133Z | Checking managed v0.8.0 |
| 279 | 2026-06-15T09:17:07.312Z | Documenting byteorder v1.5.0 |
| 280 | 2026-06-15T09:17:07.334Z | Checking bitflags v1.3.2 |
| 281 | 2026-06-15T09:17:07.395Z | Documenting bitflags v2.13.0 |
| 282 | 2026-06-15T09:17:07.478Z | Compiling darling_macro v0.23.0 |
| 283 | 2026-06-15T09:17:07.649Z | Compiling darling v0.21.3 |
| 284 | 2026-06-15T09:17:07.725Z | Documenting ingot-macros v0.1.1 |
| 285 | 2026-06-15T09:17:07.728Z | Compiling ingot-macros v0.1.1 |
| 286 | 2026-06-15T09:17:07.854Z | Documenting hash32 v0.3.1 |
| 287 | 2026-06-15T09:17:08.045Z | Documenting thiserror v2.0.18 |
| 288 | 2026-06-15T09:17:08.067Z | Documenting zerocopy v0.8.52 |
| 289 | 2026-06-15T09:17:08.098Z | Checking cobs v0.3.0 |
| 290 | 2026-06-15T09:17:08.231Z | Documenting cfg-if v1.0.4 |
| 291 | 2026-06-15T09:17:08.376Z | Documenting stable_deref_trait v1.2.1 |
| 292 | 2026-06-15T09:17:08.567Z | Documenting macaddr v1.0.1 |
| 293 | 2026-06-15T09:17:08.731Z | Compiling crc32fast v1.5.0 |
| 294 | 2026-06-15T09:17:08.945Z | Compiling ref-cast v1.0.25 |
| 295 | 2026-06-15T09:17:09.060Z | Documenting cobs v0.3.0 |
| 296 | 2026-06-15T09:17:09.076Z | Documenting heapless v0.8.0 |
| 297 | 2026-06-15T09:17:09.301Z | Compiling ref-cast-impl v1.0.25 |
| 298 | 2026-06-15T09:17:09.597Z | Documenting serde v1.0.228 |
| 299 | 2026-06-15T09:17:09.757Z | Checking postcard v1.1.3 |
| 300 | 2026-06-15T09:17:09.893Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 301 | 2026-06-15T09:17:10.025Z | Compiling version_check v0.9.5 |
| 302 | 2026-06-15T09:17:10.128Z | Checking ipnetwork v0.21.1 |
| 303 | 2026-06-15T09:17:10.298Z | Documenting managed v0.8.0 |
| 304 | 2026-06-15T09:17:10.298Z | Checking unicode-width v0.2.2 |
| 305 | 2026-06-15T09:17:10.329Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 306 | 2026-06-15T09:17:10.413Z | Checking ingot-types v0.1.2 |
| 307 | 2026-06-15T09:17:10.420Z | Compiling darling v0.23.0 |
| 308 | 2026-06-15T09:17:10.537Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 309 | 2026-06-15T09:17:10.583Z | Documenting ref-cast-impl v1.0.25 |
| 310 | 2026-06-15T09:17:10.623Z | Documenting ipnetwork v0.21.1 |
| 311 | 2026-06-15T09:17:10.760Z | Checking ingot v0.1.1 |
| 312 | 2026-06-15T09:17:10.878Z | Documenting unicode-width v0.2.2 |
| 313 | 2026-06-15T09:17:11.035Z | Documenting ingot-types v0.1.2 |
| 314 | 2026-06-15T09:17:11.220Z | Documenting postcard v1.1.3 |
| 315 | 2026-06-15T09:17:11.293Z | Documenting smoltcp v0.11.0 |
| 316 | 2026-06-15T09:17:11.552Z | Documenting either v1.16.0 |
| 317 | 2026-06-15T09:17:11.818Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 318 | 2026-06-15T09:17:12.022Z | Documenting ref-cast v1.0.25 |
| 319 | 2026-06-15T09:17:12.232Z | Documenting tabwriter v1.4.1 |
| 320 | 2026-06-15T09:17:12.308Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 321 | 2026-06-15T09:17:12.527Z | Documenting ingot v0.1.1 |
| 322 | 2026-06-15T09:17:12.781Z | Checking tabwriter v1.4.1 |
| 323 | 2026-06-15T09:17:12.917Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 324 | 2026-06-15T09:17:12.979Z | Documenting itertools v0.14.0 |
| 325 | 2026-06-15T09:17:13.463Z | Documenting crc32fast v1.5.0 |
| 326 | 2026-06-15T09:17:13.602Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 327 | 2026-06-15T09:17:13.713Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 328 | 2026-06-15T09:17:13.854Z | Documenting dyn-clone v1.0.20 |
| 329 | 2026-06-15T09:17:13.861Z | Checking dyn-clone v1.0.20 |
| 330 | 2026-06-15T09:17:14.918Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 331 | 2026-06-15T09:17:16.208Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 332 | 2026-06-15T09:17:18.435Z | Finished `dev` profile [optimized + debuginfo] target(s) in 22.18s |
| 333 | 2026-06-15T09:17:18.525Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
| 334 | 2026-06-15T09:17:18.544Z | |
| 335 | 2026-06-15T09:17:18.547Z | real 22.285019056 |
| 336 | 2026-06-15T09:17:18.547Z | user 1:16.179342443 |
| 337 | 2026-06-15T09:17:18.547Z | sys 16.009651955 |
| 338 | 2026-06-15T09:17:18.547Z | trap 0.038286990 |
| 339 | 2026-06-15T09:17:18.547Z | tflt 0.069917973 |
| 340 | 2026-06-15T09:17:18.547Z | dflt 0.069493236 |
| 341 | 2026-06-15T09:17:18.547Z | kflt 0.005098800 |
| 342 | 2026-06-15T09:17:18.547Z | lock 6:58.863625926 |
| 343 | 2026-06-15T09:17:18.547Z | slp 4:18.595560988 |
| 344 | 2026-06-15T09:17:18.547Z | lat 8.849362022 |
| 345 | 2026-06-15T09:17:18.547Z | stop 9.884337384 |
| 346 | 2026-06-15T09:17:18.547Z | + header 'analyze std + api' |
| 347 | 2026-06-15T09:17:18.547Z | + echo '# ==== analyze std + api ==== #' |
| 348 | 2026-06-15T09:17:18.547Z | # ==== analyze std + api ==== # |
| 349 | 2026-06-15T09:17:18.547Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 350 | 2026-06-15T09:17:18.787Z | Compiling proc-macro2 v1.0.106 |
| 351 | 2026-06-15T09:17:18.787Z | Compiling quote v1.0.45 |
| 352 | 2026-06-15T09:17:18.787Z | Compiling unicode-ident v1.0.24 |
| 353 | 2026-06-15T09:17:18.787Z | Compiling memchr v2.8.2 |
| 354 | 2026-06-15T09:17:18.787Z | Compiling thiserror v2.0.18 |
| 355 | 2026-06-15T09:17:18.790Z | Compiling zerocopy v0.8.52 |
| 356 | 2026-06-15T09:17:18.790Z | Compiling zmij v1.0.21 |
| 357 | 2026-06-15T09:17:18.808Z | Compiling libc v0.2.186 |
| 358 | 2026-06-15T09:17:18.966Z | Compiling serde_core v1.0.228 |
| 359 | 2026-06-15T09:17:19.164Z | Compiling serde_json v1.0.150 |
| 360 | 2026-06-15T09:17:19.188Z | Compiling strsim v0.11.1 |
| 361 | 2026-06-15T09:17:19.196Z | Compiling ucd-trie v0.1.7 |
| 362 | 2026-06-15T09:17:19.217Z | Compiling ident_case v1.0.1 |
| 363 | 2026-06-15T09:17:19.329Z | Compiling pest v2.8.6 |
| 364 | 2026-06-15T09:17:19.392Z | Compiling serde v1.0.228 |
| 365 | 2026-06-15T09:17:19.596Z | Compiling fnv v1.0.7 |
| 366 | 2026-06-15T09:17:19.726Z | Compiling aho-corasick v1.1.4 |
| 367 | 2026-06-15T09:17:19.761Z | Compiling itoa v1.0.18 |
| 368 | 2026-06-15T09:17:19.931Z | Checking byteorder v1.5.0 |
| 369 | 2026-06-15T09:17:20.027Z | Compiling regex-syntax v0.8.11 |
| 370 | 2026-06-15T09:17:20.119Z | Compiling syn v2.0.117 |
| 371 | 2026-06-15T09:17:20.472Z | Compiling pest_meta v2.8.6 |
| 372 | 2026-06-15T09:17:20.530Z | Compiling either v1.16.0 |
| 373 | 2026-06-15T09:17:20.559Z | Compiling usdt-impl v0.6.0 |
| 374 | 2026-06-15T09:17:20.827Z | Compiling itertools v0.14.0 |
| 375 | 2026-06-15T09:17:21.073Z | Compiling thread-id v5.1.0 |
| 376 | 2026-06-15T09:17:21.336Z | Checking log v0.4.32 |
| 377 | 2026-06-15T09:17:21.421Z | Checking plain v0.2.3 |
| 378 | 2026-06-15T09:17:21.477Z | Compiling heapless v0.8.0 |
| 379 | 2026-06-15T09:17:21.512Z | Compiling regex-automata v0.4.14 |
| 380 | 2026-06-15T09:17:22.058Z | Checking bitflags v2.13.0 |
| 381 | 2026-06-15T09:17:22.105Z | Checking hash32 v0.3.1 |
| 382 | 2026-06-15T09:17:22.143Z | Checking pretty-hex v0.4.2 |
| 383 | 2026-06-15T09:17:22.216Z | Checking macaddr v1.0.1 |
| 384 | 2026-06-15T09:17:22.219Z | Checking cfg-if v1.0.4 |
| 385 | 2026-06-15T09:17:22.250Z | Compiling smoltcp v0.11.0 |
| 386 | 2026-06-15T09:17:22.261Z | Checking stable_deref_trait v1.2.1 |
| 387 | 2026-06-15T09:17:22.416Z | Compiling crc32fast v1.5.0 |
| 388 | 2026-06-15T09:17:22.465Z | Compiling version_check v0.9.5 |
| 389 | 2026-06-15T09:17:22.593Z | Compiling pest_generator v2.8.6 |
| 390 | 2026-06-15T09:17:22.686Z | Compiling darling_core v0.21.3 |
| 391 | 2026-06-15T09:17:22.707Z | Compiling darling_core v0.23.0 |
| 392 | 2026-06-15T09:17:22.740Z | Checking managed v0.8.0 |
| 393 | 2026-06-15T09:17:22.837Z | Checking bitflags v1.3.2 |
| 394 | 2026-06-15T09:17:22.899Z | Compiling ref-cast v1.0.25 |
| 395 | 2026-06-15T09:17:23.203Z | Compiling regex v1.12.4 |
| 396 | 2026-06-15T09:17:23.249Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 397 | 2026-06-15T09:17:23.545Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 398 | 2026-06-15T09:17:23.593Z | Checking memmap2 v0.9.10 |
| 399 | 2026-06-15T09:17:23.751Z | Checking unicode-width v0.2.2 |
| 400 | 2026-06-15T09:17:23.766Z | Compiling thiserror-impl v2.0.18 |
| 401 | 2026-06-15T09:17:23.850Z | Compiling serde_derive v1.0.228 |
| 402 | 2026-06-15T09:17:23.995Z | Compiling zerocopy-derive v0.8.52 |
| 403 | 2026-06-15T09:17:24.054Z | Compiling pest_derive v2.8.6 |
| 404 | 2026-06-15T09:17:24.087Z | Compiling scroll_derive v0.13.1 |
| 405 | 2026-06-15T09:17:24.256Z | Compiling ref-cast-impl v1.0.25 |
| 406 | 2026-06-15T09:17:24.746Z | Checking ipnetwork v0.21.1 |
| 407 | 2026-06-15T09:17:24.770Z | Compiling darling_macro v0.21.3 |
| 408 | 2026-06-15T09:17:24.773Z | Compiling darling_macro v0.23.0 |
| 409 | 2026-06-15T09:17:24.901Z | Checking scroll v0.13.0 |
| 410 | 2026-06-15T09:17:24.934Z | Checking tabwriter v1.4.1 |
| 411 | 2026-06-15T09:17:25.064Z | Checking dtrace-parser v0.3.0 |
| 412 | 2026-06-15T09:17:25.118Z | Checking goblin v0.10.7 |
| 413 | 2026-06-15T09:17:25.295Z | Checking cobs v0.3.0 |
| 414 | 2026-06-15T09:17:25.320Z | Compiling darling v0.23.0 |
| 415 | 2026-06-15T09:17:25.320Z | Compiling darling v0.21.3 |
| 416 | 2026-06-15T09:17:25.392Z | Compiling ingot-macros v0.1.1 |
| 417 | 2026-06-15T09:17:25.430Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 418 | 2026-06-15T09:17:25.815Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 419 | 2026-06-15T09:17:26.152Z | Checking dyn-clone v1.0.20 |
| 420 | 2026-06-15T09:17:26.947Z | Checking postcard v1.1.3 |
| 421 | 2026-06-15T09:17:26.963Z | Compiling serde_tokenstream v0.2.3 |
| 422 | 2026-06-15T09:17:28.077Z | Checking ingot-types v0.1.2 |
| 423 | 2026-06-15T09:17:28.077Z | Checking dof v0.4.0 |
| 424 | 2026-06-15T09:17:28.371Z | Checking ingot v0.1.1 |
| 425 | 2026-06-15T09:17:28.920Z | Compiling usdt-attr-macro v0.6.0 |
| 426 | 2026-06-15T09:17:28.924Z | Compiling usdt-macro v0.6.0 |
| 427 | 2026-06-15T09:17:29.515Z | Checking usdt v0.6.0 |
| 428 | 2026-06-15T09:17:29.788Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 429 | 2026-06-15T09:17:38.139Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.54s |
| 430 | 2026-06-15T09:17:38.169Z | |
| 431 | 2026-06-15T09:17:38.169Z | real 19.618312770 |
| 432 | 2026-06-15T09:17:38.169Z | user 1:04.273973212 |
| 433 | 2026-06-15T09:17:38.169Z | sys 12.964115927 |
| 434 | 2026-06-15T09:17:38.169Z | trap 0.034004600 |
| 435 | 2026-06-15T09:17:38.169Z | tflt 0.135360009 |
| 436 | 2026-06-15T09:17:38.172Z | dflt 0.200502437 |
| 437 | 2026-06-15T09:17:38.172Z | kflt 0.000013550 |
| 438 | 2026-06-15T09:17:38.172Z | lock 3:46.286335878 |
| 439 | 2026-06-15T09:17:38.172Z | slp 3:27.371120509 |
| 440 | 2026-06-15T09:17:38.172Z | lat 2.949901460 |
| 441 | 2026-06-15T09:17:38.172Z | stop 6.040967203 |
| 442 | 2026-06-15T09:17:38.172Z | + header 'analyze no_std + engine + kernel' |
| 443 | 2026-06-15T09:17:38.173Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 444 | 2026-06-15T09:17:38.173Z | # ==== analyze no_std + engine + kernel ==== # |
| 445 | 2026-06-15T09:17:38.173Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings |
| 446 | 2026-06-15T09:17:38.350Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 447 | 2026-06-15T09:17:38.350Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 448 | 2026-06-15T09:17:38.354Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 449 | 2026-06-15T09:17:38.354Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 450 | 2026-06-15T09:17:38.641Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 451 | 2026-06-15T09:17:42.878Z | Finished `dev` profile [optimized + debuginfo] target(s) in 4.66s |
| 452 | 2026-06-15T09:17:42.907Z | |
| 453 | 2026-06-15T09:17:42.907Z | real 4.730975322 |
| 454 | 2026-06-15T09:17:42.907Z | user 5.101111515 |
| 455 | 2026-06-15T09:17:42.907Z | sys 0.891094796 |
| 456 | 2026-06-15T09:17:42.907Z | trap 0.000653770 |
| 457 | 2026-06-15T09:17:42.907Z | tflt 0.005754250 |
| 458 | 2026-06-15T09:17:42.907Z | dflt 0.001330430 |
| 459 | 2026-06-15T09:17:42.907Z | kflt 0.000000000 |
| 460 | 2026-06-15T09:17:42.907Z | lock 16.833333556 |
| 461 | 2026-06-15T09:17:42.910Z | slp 18.132505189 |
| 462 | 2026-06-15T09:17:42.910Z | lat 0.019680072 |
| 463 | 2026-06-15T09:17:42.910Z | stop 0.261029070 |
| 464 | 2026-06-15T09:17:42.910Z | + header test |
| 465 | 2026-06-15T09:17:42.910Z | + echo '# ==== test ==== #' |
| 466 | 2026-06-15T09:17:42.910Z | # ==== test ==== # |
| 467 | 2026-06-15T09:17:42.910Z | + ptime -m cargo test |
| 468 | 2026-06-15T09:17:43.055Z | Compiling serde_core v1.0.228 |
| 469 | 2026-06-15T09:17:43.059Z | Compiling thiserror v2.0.18 |
| 470 | 2026-06-15T09:17:43.059Z | Compiling zerocopy v0.8.52 |
| 471 | 2026-06-15T09:17:43.059Z | Compiling memchr v2.8.2 |
| 472 | 2026-06-15T09:17:43.076Z | Compiling byteorder v1.5.0 |
| 473 | 2026-06-15T09:17:43.085Z | Compiling unicode-ident v1.0.24 |
| 474 | 2026-06-15T09:17:43.088Z | Compiling zmij v1.0.21 |
| 475 | 2026-06-15T09:17:43.088Z | Compiling libc v0.2.186 |
| 476 | 2026-06-15T09:17:43.161Z | Compiling proc-macro2 v1.0.106 |
| 477 | 2026-06-15T09:17:43.208Z | Compiling scroll v0.13.0 |
| 478 | 2026-06-15T09:17:43.285Z | Compiling ucd-trie v0.1.7 |
| 479 | 2026-06-15T09:17:43.422Z | Compiling itoa v1.0.18 |
| 480 | 2026-06-15T09:17:43.448Z | Compiling log v0.4.32 |
| 481 | 2026-06-15T09:17:43.469Z | Compiling plain v0.2.3 |
| 482 | 2026-06-15T09:17:43.565Z | Compiling goblin v0.10.7 |
| 483 | 2026-06-15T09:17:43.669Z | Compiling quote v1.0.45 |
| 484 | 2026-06-15T09:17:43.673Z | Compiling pest v2.8.6 |
| 485 | 2026-06-15T09:17:44.011Z | Compiling hash32 v0.3.1 |
| 486 | 2026-06-15T09:17:44.174Z | Compiling pretty-hex v0.4.2 |
| 487 | 2026-06-15T09:17:44.302Z | Compiling stable_deref_trait v1.2.1 |
| 488 | 2026-06-15T09:17:44.316Z | Compiling cfg-if v1.0.4 |
| 489 | 2026-06-15T09:17:44.374Z | Compiling macaddr v1.0.1 |
| 490 | 2026-06-15T09:17:44.374Z | Compiling heapless v0.8.0 |
| 491 | 2026-06-15T09:17:44.617Z | Compiling syn v2.0.117 |
| 492 | 2026-06-15T09:17:44.639Z | Compiling thread-id v5.1.0 |
| 493 | 2026-06-15T09:17:44.712Z | Compiling dtrace-parser v0.3.0 |
| 494 | 2026-06-15T09:17:44.811Z | Compiling serde v1.0.228 |
| 495 | 2026-06-15T09:17:45.056Z | Compiling serde_json v1.0.150 |
| 496 | 2026-06-15T09:17:45.409Z | Compiling bitflags v2.13.0 |
| 497 | 2026-06-15T09:17:45.450Z | Compiling cobs v0.3.0 |
| 498 | 2026-06-15T09:17:45.730Z | Compiling managed v0.8.0 |
| 499 | 2026-06-15T09:17:45.840Z | Compiling bitflags v1.3.2 |
| 500 | 2026-06-15T09:17:45.908Z | Compiling ingot-types v0.1.2 |
| 501 | 2026-06-15T09:17:45.957Z | Compiling smoltcp v0.11.0 |
| 502 | 2026-06-15T09:17:45.970Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 503 | 2026-06-15T09:17:46.092Z | Compiling postcard v1.1.3 |
| 504 | 2026-06-15T09:17:46.213Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 505 | 2026-06-15T09:17:46.307Z | Compiling ingot v0.1.1 |
| 506 | 2026-06-15T09:17:46.440Z | Compiling memmap2 v0.9.10 |
| 507 | 2026-06-15T09:17:46.749Z | Compiling dof v0.4.0 |
| 508 | 2026-06-15T09:17:46.839Z | Compiling either v1.16.0 |
| 509 | 2026-06-15T09:17:47.048Z | Compiling unicode-width v0.2.2 |
| 510 | 2026-06-15T09:17:47.351Z | Compiling ipnetwork v0.21.1 |
| 511 | 2026-06-15T09:17:47.894Z | Compiling usdt-impl v0.6.0 |
| 512 | 2026-06-15T09:17:48.205Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 513 | 2026-06-15T09:17:48.335Z | Compiling usdt v0.6.0 |
| 514 | 2026-06-15T09:17:48.562Z | Compiling tabwriter v1.4.1 |
| 515 | 2026-06-15T09:17:48.966Z | Compiling itertools v0.14.0 |
| 516 | 2026-06-15T09:17:48.988Z | Compiling ref-cast v1.0.25 |
| 517 | 2026-06-15T09:17:49.086Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 518 | 2026-06-15T09:17:49.847Z | Compiling crc32fast v1.5.0 |
| 519 | 2026-06-15T09:17:50.090Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 520 | 2026-06-15T09:17:50.246Z | Compiling dyn-clone v1.0.20 |
| 521 | 2026-06-15T09:18:04.926Z | Finished `test` profile [optimized + debuginfo] target(s) in 22.00s |
| 522 | 2026-06-15T09:18:04.939Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-0a1a8e607a1a6e06) |
| 523 | 2026-06-15T09:18:04.943Z | |
| 524 | 2026-06-15T09:18:04.943Z | running 83 tests |
| 525 | 2026-06-15T09:18:04.943Z | test ddi::mblk::test::chain_append_links ... ok |
| 526 | 2026-06-15T09:18:04.943Z | test ddi::mblk::test::chain_breaks_links ... ok |
| 527 | 2026-06-15T09:18:04.943Z | test d_error::tests::name_and_data_storage ... ok |
| 528 | 2026-06-15T09:18:04.943Z | test ddi::mblk::test::chain_has_correct_ends ... ok |
| 529 | 2026-06-15T09:18:04.943Z | test d_error::tests::name_truncation ... ok |
| 530 | 2026-06-15T09:18:04.943Z | test ddi::mblk::test::expand_and_shrink ... ok |
| 531 | 2026-06-15T09:18:04.943Z | test ddi::mblk::test::chain_drain_complete ... ok |
| 532 | 2026-06-15T09:18:04.943Z | test ddi::mblk::test::prefix_len ... ok |
| 533 | 2026-06-15T09:18:04.943Z | test ddi::mblk::test::read_seg ... ok |
| 534 | 2026-06-15T09:18:04.943Z | test ddi::mblk::test::test_long_packet_continuation ... ok |
| 535 | 2026-06-15T09:18:04.944Z | test ddi::mblk::test::truncate ... ok |
| 536 | 2026-06-15T09:18:04.944Z | test ddi::mblk::test::uninitialized_packet ... ok |
| 537 | 2026-06-15T09:18:04.944Z | test ddi::mblk::test::wrap ... ok |
| 538 | 2026-06-15T09:18:04.944Z | test ddi::mblk::test::zero_byte_packet ... ok |
| 539 | 2026-06-15T09:18:04.944Z | test ddi::time::test::good_interval ... ok |
| 540 | 2026-06-15T09:18:04.944Z | test engine::dhcp::test::domainname_encode ... ok |
| 541 | 2026-06-15T09:18:04.944Z | test engine::dhcp::test::domain_search_option_encode ... ok |
| 542 | 2026-06-15T09:18:04.944Z | test engine::dhcp::test::hostname_encode ... ok |
| 543 | 2026-06-15T09:18:04.944Z | test engine::dhcp::test::offlink_encode ... ok |
| 544 | 2026-06-15T09:18:04.944Z | test engine::dhcp::test::rfc3442_encode ... ok |
| 545 | 2026-06-15T09:18:04.944Z | test ddi::time::test::bad_interval - should panic ... ok |
| 546 | 2026-06-15T09:18:04.944Z | test engine::dhcpv6::options::test::test_client_id ... ok |
| 547 | 2026-06-15T09:18:04.944Z | test engine::dhcpv6::options::test::test_dns_servers ... ok |
| 548 | 2026-06-15T09:18:04.944Z | test engine::dhcpv6::options::test::test_domain_list_from_slice ... ok |
| 549 | 2026-06-15T09:18:04.944Z | test engine::dhcpv6::options::test::test_elapsed_time ... ok |
| 550 | 2026-06-15T09:18:04.944Z | test engine::dhcpv6::options::test::test_iana ... ok |
| 551 | 2026-06-15T09:18:04.944Z | test engine::dhcpv6::options::test::test_iata ... ok |
| 552 | 2026-06-15T09:18:04.944Z | test engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok |
| 553 | 2026-06-15T09:18:04.944Z | test engine::dhcpv6::options::test::test_option_request ... ok |
| 554 | 2026-06-15T09:18:04.944Z | test engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok |
| 555 | 2026-06-15T09:18:04.944Z | test engine::dhcpv6::options::test::test_parse_snooped_iana ... ok |
| 556 | 2026-06-15T09:18:04.944Z | test engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok |
| 557 | 2026-06-15T09:18:04.944Z | test engine::dhcpv6::options::test::test_rapid_commit ... ok |
| 558 | 2026-06-15T09:18:04.944Z | test engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok |
| 559 | 2026-06-15T09:18:04.944Z | test engine::dhcpv6::options::test::test_server_id ... ok |
| 560 | 2026-06-15T09:18:04.944Z | test engine::dhcpv6::options::test::test_sntp_servers ... ok |
| 561 | 2026-06-15T09:18:04.944Z | test engine::dhcpv6::options::test::test_status ... ok |
| 562 | 2026-06-15T09:18:04.945Z | test engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok |
| 563 | 2026-06-15T09:18:04.945Z | test engine::dhcpv6::test::test_duid_from_mac ... ok |
| 564 | 2026-06-15T09:18:04.945Z | test engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok |
| 565 | 2026-06-15T09:18:04.945Z | test engine::ether::test::emit ... ok |
| 566 | 2026-06-15T09:18:04.945Z | test engine::flow_table::test::children_prevent_timer_expiry ... ok |
| 567 | 2026-06-15T09:18:04.945Z | test engine::flow_table::test::eviction_basics ... ok |
| 568 | 2026-06-15T09:18:04.945Z | test engine::flow_table::test::eviction_invalidates_descendents ... ok |
| 569 | 2026-06-15T09:18:04.945Z | test engine::flow_table::test::flow_clear ... ok |
| 570 | 2026-06-15T09:18:04.945Z | test engine::flow_table::test::priority_lerp ... ok |
| 571 | 2026-06-15T09:18:04.945Z | test engine::flow_table::test::eviction_selects_highest_prio ... ok |
| 572 | 2026-06-15T09:18:04.945Z | test engine::flow_table::test::eviction_priority_inheritance ... ok |
| 573 | 2026-06-15T09:18:04.949Z | test engine::flow_table::test::priority_lerp_clamps ... ok |
| 574 | 2026-06-15T09:18:04.949Z | test engine::flow_table::test::flow_expired ... ok |
| 575 | 2026-06-15T09:18:04.949Z | test engine::geneve::test::emit_no_opts ... ok |
| 576 | 2026-06-15T09:18:04.949Z | test engine::flow_table::test::priority_lerp_rejects_bad_params ... ok |
| 577 | 2026-06-15T09:18:04.949Z | test engine::geneve::test::emit_single_opt ... ok |
| 578 | 2026-06-15T09:18:04.949Z | test engine::flow_table::test::timer_expiry_propagation ... ok |
| 579 | 2026-06-15T09:18:04.949Z | test engine::ip::v4::test::cidr_match ... ok |
| 580 | 2026-06-15T09:18:04.949Z | test engine::ip::v4::test::emit ... ok |
| 581 | 2026-06-15T09:18:04.949Z | test engine::ip::v4::test::match_check ... ok |
| 582 | 2026-06-15T09:18:04.949Z | test engine::ip::v6::test::bad_ipv6_version_caught ... ok |
| 583 | 2026-06-15T09:18:04.949Z | test engine::ip::v6::test::emit ... ok |
| 584 | 2026-06-15T09:18:04.949Z | test engine::ip::v6::test::from_pairs ... ok |
| 585 | 2026-06-15T09:18:04.949Z | test engine::ip::v6::test::extension_push_spec ... ok |
| 586 | 2026-06-15T09:18:04.949Z | test engine::ip::v6::test::option_push_spec ... ok |
| 587 | 2026-06-15T09:18:04.949Z | test engine::ip::v6::test::test_ipv6_addr_match_exact ... ok |
| 588 | 2026-06-15T09:18:04.949Z | test engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok |
| 589 | 2026-06-15T09:18:04.949Z | test engine::ip::v6::test::test_set_total_len ... ok |
| 590 | 2026-06-15T09:18:04.949Z | test engine::ip::v6::test::test_extension_header_lengths_ok ... ok |
| 591 | 2026-06-15T09:18:04.950Z | test engine::layer::test::find_rule ... ok |
| 592 | 2026-06-15T09:18:04.950Z | test engine::packet::test::small_packet_with_padding ... ok |
| 593 | 2026-06-15T09:18:04.950Z | test engine::packet::test::read_multi_segment ... ok |
| 594 | 2026-06-15T09:18:04.950Z | test engine::nat::test::nat4_rewrite ... ok |
| 595 | 2026-06-15T09:18:04.950Z | test engine::packet::test::read_single_segment ... ok |
| 596 | 2026-06-15T09:18:04.950Z | test engine::packet::test::parse_ipv6_extension_headers_ok ... ok |
| 597 | 2026-06-15T09:18:04.950Z | test engine::packet::test::straddled_tcp ... ok |
| 598 | 2026-06-15T09:18:04.950Z | test engine::packet::test::udp6_packet_with_padding ... ok |
| 599 | 2026-06-15T09:18:04.950Z | test engine::ip::v6::test::push_spec ... ok |
| 600 | 2026-06-15T09:18:04.950Z | test engine::parse::test::icmp4_body_csum_equals_body ... ok |
| 601 | 2026-06-15T09:18:04.950Z | test engine::port::tests::established_tcp_eviction_prio_unchanging ... ok |
| 602 | 2026-06-15T09:18:04.950Z | test engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok |
| 603 | 2026-06-15T09:18:04.950Z | test engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok |
| 604 | 2026-06-15T09:18:04.950Z | test engine::rule::rule_matching ... ok |
| 605 | 2026-06-15T09:18:04.950Z | test engine::snat::test::nat_mappings ... ok |
| 606 | 2026-06-15T09:18:04.950Z | test engine::snat::test::snat4_desc_lifecycle ... ok |
| 607 | 2026-06-15T09:18:04.950Z | test engine::snat::test::test_nat_pool_different_ip_types ... ok |
| 608 | 2026-06-15T09:18:04.950Z | |
| 609 | 2026-06-15T09:18:04.950Z | test result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 610 | 2026-06-15T09:18:04.950Z | |
| 611 | 2026-06-15T09:18:04.950Z | Doc-tests opte |
| 612 | 2026-06-15T09:18:06.913Z | |
| 613 | 2026-06-15T09:18:06.913Z | running 3 tests |
| 614 | 2026-06-15T09:18:06.916Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored |
| 615 | 2026-06-15T09:18:06.916Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok |
| 616 | 2026-06-15T09:18:06.916Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok |
| 617 | 2026-06-15T09:18:06.916Z | |
| 618 | 2026-06-15T09:18:06.916Z | test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 619 | 2026-06-15T09:18:06.916Z | |
| 620 | 2026-06-15T09:18:06.922Z | all doctests ran in 1.39s; merged doctests compilation took 1.38s |
| 621 | 2026-06-15T09:18:06.962Z | |
| 622 | 2026-06-15T09:18:06.962Z | real 24.045306280 |
| 623 | 2026-06-15T09:18:06.962Z | user 2:01.361013668 |
| 624 | 2026-06-15T09:18:06.962Z | sys 7.188641359 |
| 625 | 2026-06-15T09:18:06.965Z | trap 0.055021730 |
| 626 | 2026-06-15T09:18:06.965Z | tflt 0.191093665 |
| 627 | 2026-06-15T09:18:06.965Z | dflt 0.334913423 |
| 628 | 2026-06-15T09:18:06.965Z | kflt 0.000031150 |
| 629 | 2026-06-15T09:18:06.965Z | lock 5:56.038457871 |
| 630 | 2026-06-15T09:18:06.965Z | slp 3:41.862730756 |
| 631 | 2026-06-15T09:18:06.965Z | lat 5.484306381 |
| 632 | 2026-06-15T09:18:06.965Z | stop 2.668939297 |
| 633 | 2026-06-15T09:18:06.966Z | process exited: duration 87905 ms, exit code 0 |
| |
| 634 | 2026-06-15T09:18:06.972Z | found 0 output files |