|
|
|
| 1 | 2026-06-26T04:08:15.403Z | job assigned to worker 01KW11S4NZD05WZEABCHTV6584 [factory aws, i-07f3eecae3b291dab] (queued for 48 s) |
| |
| 2 | 2026-06-26T04:08:21.622Z | starting task 0: "setup" |
| 3 | 2026-06-26T04:08:21.629Z | ++ uname -s |
| 4 | 2026-06-26T04:08:21.632Z | + kern=SunOS |
| 5 | 2026-06-26T04:08:21.632Z | + build_user=build |
| 6 | 2026-06-26T04:08:21.632Z | + build_uid=12345 |
| 7 | 2026-06-26T04:08:21.633Z | + work_dir=/work |
| 8 | 2026-06-26T04:08:21.633Z | + input_dir=/input |
| 9 | 2026-06-26T04:08:21.633Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-26T04:08:21.633Z | + case "$kern" in |
| 11 | 2026-06-26T04:08:21.633Z | + groupadd -g 12345 build |
| 12 | 2026-06-26T04:08:21.633Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-26T04:08:23.637Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-26T04:08:23.705Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-26T04:08:23.708Z | + home_fs=zfs |
| 16 | 2026-06-26T04:08:23.708Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-26T04:08:23.708Z | + mkdir -p /home/build |
| 18 | 2026-06-26T04:08:23.708Z | + chown build:build /home/build /work |
| 19 | 2026-06-26T04:08:25.710Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-26T04:08:25.713Z | process exited: duration 4087 ms, exit code 0 |
| |
| 21 | 2026-06-26T04:08:25.721Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-26T04:08:25.727Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-26T04:08:25.727Z | * rust toolchain channel = "1.96.0" |
| 24 | 2026-06-26T04:08:25.727Z | * rust toolchain profile = "default" |
| 25 | 2026-06-26T04:08:25.727Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-26T04:08:25.727Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-26T04:08:25.727Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-26T04:08:25.730Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-26T04:08:25.730Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-26T04:08:25.818Z | info: downloading installer |
| 31 | 2026-06-26T04:08:27.310Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-26T04:08:27.310Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-26T04:08:27.310Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-26T04:08:27.310Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-26T04:08:27.322Z | info: profile set to default |
| 36 | 2026-06-26T04:08:27.322Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-26T04:08:27.325Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-26T04:08:27.470Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-26T04:08:27.472Z | info: downloading 6 components |
| 40 | 2026-06-26T04:08:45.811Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-26T04:08:45.811Z | |
| 42 | 2026-06-26T04:08:45.834Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-26T04:08:45.834Z | |
| 44 | 2026-06-26T04:08:45.834Z | |
| 45 | 2026-06-26T04:08:45.834Z | Rust is installed now. Great! |
| 46 | 2026-06-26T04:08:45.834Z | |
| 47 | 2026-06-26T04:08:45.834Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-26T04:08:45.834Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-26T04:08:45.834Z | |
| 50 | 2026-06-26T04:08:45.834Z | To configure your current shell, you need to source |
| 51 | 2026-06-26T04:08:45.834Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-26T04:08:45.839Z | |
| 53 | 2026-06-26T04:08:45.839Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-26T04:08:45.839Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-26T04:08:45.840Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-26T04:08:45.840Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-26T04:08:45.840Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-26T04:08:45.840Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-26T04:08:45.840Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-26T04:08:45.840Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-26T04:08:45.840Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-26T04:08:45.937Z | + rustup --version |
| 63 | 2026-06-26T04:08:45.951Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-26T04:08:45.952Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-26T04:08:45.968Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-26T04:08:45.973Z | + cargo --version |
| 67 | 2026-06-26T04:08:45.979Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-26T04:08:45.985Z | + rustc --version |
| 69 | 2026-06-26T04:08:46.006Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-26T04:08:46.031Z | process exited: duration 20281 ms, exit code 0 |
| |
| 71 | 2026-06-26T04:08:46.043Z | starting task 2: "authentication" |
| 72 | 2026-06-26T04:08:46.060Z | process exited: duration 20 ms, exit code 0 |
| |
| 73 | 2026-06-26T04:08:46.067Z | starting task 3: "clone repository" |
| 74 | 2026-06-26T04:08:46.073Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-26T04:08:46.073Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-26T04:08:46.125Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-26T04:08:46.957Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-26T04:08:46.957Z | + git fetch origin 9dc942031cd83e142fb64e35eed9f2d2be6ccbc2 |
| 79 | 2026-06-26T04:08:47.217Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-26T04:08:47.217Z | * branch 9dc942031cd83e142fb64e35eed9f2d2be6ccbc2 -> FETCH_HEAD |
| 81 | 2026-06-26T04:08:47.280Z | + [[ -n renovate/anyhow-1.x-lockfile ]] |
| 82 | 2026-06-26T04:08:47.280Z | ++ git branch --show-current |
| 83 | 2026-06-26T04:08:47.280Z | + current=master |
| 84 | 2026-06-26T04:08:47.280Z | + [[ master != renovate/anyhow-1.x-lockfile ]] |
| 85 | 2026-06-26T04:08:47.280Z | + git branch -f renovate/anyhow-1.x-lockfile 9dc942031cd83e142fb64e35eed9f2d2be6ccbc2 |
| 86 | 2026-06-26T04:08:47.280Z | + git checkout -f renovate/anyhow-1.x-lockfile |
| 87 | 2026-06-26T04:08:47.281Z | Switched to branch 'renovate/anyhow-1.x-lockfile' |
| 88 | 2026-06-26T04:08:47.281Z | + git reset --hard 9dc942031cd83e142fb64e35eed9f2d2be6ccbc2 |
| 89 | 2026-06-26T04:08:47.358Z | HEAD is now at 9dc9420 Update Rust crate anyhow to v1.0.103 |
| 90 | 2026-06-26T04:08:47.358Z | process exited: duration 1174 ms, exit code 0 |
| |
| 91 | 2026-06-26T04:08:47.572Z | starting task 4: "build" |
| 92 | 2026-06-26T04:08:47.603Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-26T04:08:47.603Z | ++ rustup show active-toolchain |
| 94 | 2026-06-26T04:08:47.603Z | 1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-26T04:08:47.603Z | ++ pushd xde |
| 96 | 2026-06-26T04:08:47.604Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-06-26T04:08:47.604Z | ++ rustup show active-toolchain |
| 98 | 2026-06-26T04:08:47.604Z | info: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos |
| 99 | 2026-06-26T04:08:47.804Z | info: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18) |
| 100 | 2026-06-26T04:08:47.965Z | info: downloading 6 components |
| 101 | 2026-06-26T04:09:02.820Z | nightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-26T04:09:02.977Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-26T04:09:02.990Z | +++ head -n 1 |
| 104 | 2026-06-26T04:09:02.990Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-26T04:09:02.990Z | ++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 106 | 2026-06-26T04:09:02.990Z | ++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 107 | 2026-06-26T04:09:02.990Z | ++ popd |
| 108 | 2026-06-26T04:09:02.990Z | /work/oxidecomputer/opte |
| 109 | 2026-06-26T04:09:02.990Z | + cargo --version |
| 110 | 2026-06-26T04:09:02.990Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 111 | 2026-06-26T04:09:02.991Z | + rustc --version |
| 112 | 2026-06-26T04:09:02.999Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 113 | 2026-06-26T04:09:02.999Z | + cd lib/opte |
| 114 | 2026-06-26T04:09:03.000Z | + header 'check style' |
| 115 | 2026-06-26T04:09:03.000Z | + echo '# ==== check style ==== #' |
| 116 | 2026-06-26T04:09:03.000Z | # ==== check style ==== # |
| 117 | 2026-06-26T04:09:03.000Z | + ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-06-26T04:09:03.188Z | |
| 119 | 2026-06-26T04:09:03.188Z | real 0.183545277 |
| 120 | 2026-06-26T04:09:03.188Z | user 0.139934420 |
| 121 | 2026-06-26T04:09:03.188Z | sys 0.036897402 |
| 122 | 2026-06-26T04:09:03.188Z | trap 0.000009000 |
| 123 | 2026-06-26T04:09:03.188Z | tflt 0.000012740 |
| 124 | 2026-06-26T04:09:03.188Z | dflt 0.000014190 |
| 125 | 2026-06-26T04:09:03.188Z | kflt 0.000000000 |
| 126 | 2026-06-26T04:09:03.188Z | lock 0.030985970 |
| 127 | 2026-06-26T04:09:03.188Z | slp 0.163290688 |
| 128 | 2026-06-26T04:09:03.188Z | lat 0.000707680 |
| 129 | 2026-06-26T04:09:03.188Z | stop 0.000087480 |
| 130 | 2026-06-26T04:09:03.204Z | + header 'check docs' |
| 131 | 2026-06-26T04:09:03.204Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-06-26T04:09:03.205Z | # ==== check docs ==== # |
| 133 | 2026-06-26T04:09:03.205Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-06-26T04:09:03.205Z | + ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-06-26T04:09:03.266Z | Updating crates.io index |
| 136 | 2026-06-26T04:09:03.286Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-06-26T04:09:04.196Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-06-26T04:09:04.664Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-06-26T04:09:04.997Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-06-26T04:09:05.250Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-06-26T04:09:05.491Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-06-26T04:09:05.785Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-06-26T04:09:07.772Z | Downloading crates ... |
| 144 | 2026-06-26T04:09:07.820Z | Downloaded darling_macro v0.23.0 |
| 145 | 2026-06-26T04:09:07.820Z | Downloaded dof v0.4.0 |
| 146 | 2026-06-26T04:09:07.821Z | Downloaded crc32fast v1.5.0 |
| 147 | 2026-06-26T04:09:07.821Z | Downloaded defmt-macros v1.1.0 |
| 148 | 2026-06-26T04:09:07.842Z | Downloaded usdt-macro v0.6.0 |
| 149 | 2026-06-26T04:09:07.856Z | Downloaded ref-cast v1.0.25 |
| 150 | 2026-06-26T04:09:07.856Z | Downloaded macaddr v1.0.1 |
| 151 | 2026-06-26T04:09:07.880Z | Downloaded scroll_derive v0.13.1 |
| 152 | 2026-06-26T04:09:07.880Z | Downloaded itoa v1.0.18 |
| 153 | 2026-06-26T04:09:07.880Z | Downloaded tabwriter v1.4.1 |
| 154 | 2026-06-26T04:09:07.908Z | Downloaded generic-array v0.14.7 |
| 155 | 2026-06-26T04:09:07.908Z | Downloaded embedded-io v0.4.0 |
| 156 | 2026-06-26T04:09:07.908Z | Downloaded defmt-parser v1.0.0 |
| 157 | 2026-06-26T04:09:07.908Z | Downloaded crypto-common v0.1.7 |
| 158 | 2026-06-26T04:09:07.908Z | Downloaded pretty-hex v0.4.2 |
| 159 | 2026-06-26T04:09:07.909Z | Downloaded version_check v0.9.5 |
| 160 | 2026-06-26T04:09:07.909Z | Downloaded managed v0.8.0 |
| 161 | 2026-06-26T04:09:07.954Z | Downloaded dtrace-parser v0.3.0 |
| 162 | 2026-06-26T04:09:07.954Z | Downloaded plain v0.2.3 |
| 163 | 2026-06-26T04:09:07.954Z | Downloaded usdt-attr-macro v0.6.0 |
| 164 | 2026-06-26T04:09:07.955Z | Downloaded darling_macro v0.21.3 |
| 165 | 2026-06-26T04:09:07.955Z | Downloaded cobs v0.3.0 |
| 166 | 2026-06-26T04:09:07.955Z | Downloaded hash32 v0.3.1 |
| 167 | 2026-06-26T04:09:07.955Z | Downloaded cpufeatures v0.2.17 |
| 168 | 2026-06-26T04:09:07.955Z | Downloaded ident_case v1.0.1 |
| 169 | 2026-06-26T04:09:07.955Z | Downloaded dyn-clone v1.0.20 |
| 170 | 2026-06-26T04:09:07.955Z | Downloaded block-buffer v0.10.4 |
| 171 | 2026-06-26T04:09:07.955Z | Downloaded strsim v0.11.1 |
| 172 | 2026-06-26T04:09:07.955Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 173 | 2026-06-26T04:09:07.955Z | Downloaded stable_deref_trait v1.2.1 |
| 174 | 2026-06-26T04:09:07.955Z | Downloaded ref-cast-impl v1.0.25 |
| 175 | 2026-06-26T04:09:07.955Z | Downloaded defmt v0.3.100 |
| 176 | 2026-06-26T04:09:07.994Z | Downloaded usdt v0.6.0 |
| 177 | 2026-06-26T04:09:07.994Z | Downloaded thread-id v5.1.0 |
| 178 | 2026-06-26T04:09:07.994Z | Downloaded ingot-types v0.1.2 |
| 179 | 2026-06-26T04:09:07.994Z | Downloaded fnv v1.0.7 |
| 180 | 2026-06-26T04:09:07.994Z | Downloaded quote v1.0.46 |
| 181 | 2026-06-26T04:09:07.994Z | Downloaded usdt-impl v0.6.0 |
| 182 | 2026-06-26T04:09:07.995Z | Downloaded zmij v1.0.21 |
| 183 | 2026-06-26T04:09:07.995Z | Downloaded embedded-io v0.6.1 |
| 184 | 2026-06-26T04:09:07.995Z | Downloaded ipnetwork v0.21.1 |
| 185 | 2026-06-26T04:09:07.995Z | Downloaded ingot v0.1.1 |
| 186 | 2026-06-26T04:09:07.995Z | Downloaded sha2 v0.10.9 |
| 187 | 2026-06-26T04:09:07.995Z | Downloaded digest v0.10.7 |
| 188 | 2026-06-26T04:09:07.995Z | Downloaded cfg-if v1.0.4 |
| 189 | 2026-06-26T04:09:07.995Z | Downloaded bitflags v1.3.2 |
| 190 | 2026-06-26T04:09:07.995Z | Downloaded byteorder v1.5.0 |
| 191 | 2026-06-26T04:09:07.995Z | Downloaded thiserror v2.0.18 |
| 192 | 2026-06-26T04:09:07.996Z | Downloaded thiserror-impl v2.0.18 |
| 193 | 2026-06-26T04:09:08.013Z | Downloaded scroll v0.13.0 |
| 194 | 2026-06-26T04:09:08.013Z | Downloaded postcard v1.1.3 |
| 195 | 2026-06-26T04:09:08.013Z | Downloaded pest_derive v2.8.6 |
| 196 | 2026-06-26T04:09:08.013Z | Downloaded serde_tokenstream v0.2.3 |
| 197 | 2026-06-26T04:09:08.013Z | Downloaded either v1.16.0 |
| 198 | 2026-06-26T04:09:08.013Z | Downloaded darling v0.21.3 |
| 199 | 2026-06-26T04:09:08.014Z | Downloaded defmt v1.1.0 |
| 200 | 2026-06-26T04:09:08.014Z | Downloaded darling v0.23.0 |
| 201 | 2026-06-26T04:09:08.053Z | Downloaded ingot-macros v0.1.1 |
| 202 | 2026-06-26T04:09:08.053Z | Downloaded proc-macro-error2 v2.0.1 |
| 203 | 2026-06-26T04:09:08.053Z | Downloaded ucd-trie v0.1.7 |
| 204 | 2026-06-26T04:09:08.053Z | Downloaded unicode-ident v1.0.24 |
| 205 | 2026-06-26T04:09:08.053Z | Downloaded serde_derive v1.0.228 |
| 206 | 2026-06-26T04:09:08.053Z | Downloaded serde_core v1.0.228 |
| 207 | 2026-06-26T04:09:08.080Z | Downloaded log v0.4.33 |
| 208 | 2026-06-26T04:09:08.080Z | Downloaded pest_generator v2.8.6 |
| 209 | 2026-06-26T04:09:08.080Z | Downloaded bitflags v2.13.0 |
| 210 | 2026-06-26T04:09:08.080Z | Downloaded darling_core v0.21.3 |
| 211 | 2026-06-26T04:09:08.081Z | Downloaded serde_json v1.0.150 |
| 212 | 2026-06-26T04:09:08.081Z | Downloaded memmap2 v0.9.10 |
| 213 | 2026-06-26T04:09:08.081Z | Downloaded heapless v0.8.0 |
| 214 | 2026-06-26T04:09:08.081Z | Downloaded proc-macro2 v1.0.106 |
| 215 | 2026-06-26T04:09:08.081Z | Downloaded darling_core v0.23.0 |
| 216 | 2026-06-26T04:09:08.141Z | Downloaded pest_meta v2.8.6 |
| 217 | 2026-06-26T04:09:08.141Z | Downloaded serde v1.0.228 |
| 218 | 2026-06-26T04:09:08.141Z | Downloaded memchr v2.8.2 |
| 219 | 2026-06-26T04:09:08.141Z | Downloaded typenum v1.20.1 |
| 220 | 2026-06-26T04:09:08.141Z | Downloaded zerocopy-derive v0.8.52 |
| 221 | 2026-06-26T04:09:08.226Z | Downloaded itertools v0.14.0 |
| 222 | 2026-06-26T04:09:08.226Z | Downloaded pest v2.8.6 |
| 223 | 2026-06-26T04:09:08.226Z | Downloaded regex v1.12.4 |
| 224 | 2026-06-26T04:09:08.226Z | Downloaded itertools v0.15.0 |
| 225 | 2026-06-26T04:09:08.226Z | Downloaded aho-corasick v1.1.4 |
| 226 | 2026-06-26T04:09:08.252Z | Downloaded zerocopy v0.8.52 |
| 227 | 2026-06-26T04:09:08.252Z | Downloaded unicode-width v0.2.2 |
| 228 | 2026-06-26T04:09:08.252Z | Downloaded goblin v0.10.7 |
| 229 | 2026-06-26T04:09:08.252Z | Downloaded smoltcp v0.11.0 |
| 230 | 2026-06-26T04:09:08.252Z | Downloaded syn v2.0.118 |
| 231 | 2026-06-26T04:09:08.252Z | Downloaded regex-syntax v0.8.11 |
| 232 | 2026-06-26T04:09:08.277Z | Downloaded regex-automata v0.4.14 |
| 233 | 2026-06-26T04:09:08.286Z | Downloaded libc v0.2.186 |
| 234 | 2026-06-26T04:09:08.368Z | Compiling proc-macro2 v1.0.106 |
| 235 | 2026-06-26T04:09:08.368Z | Compiling quote v1.0.46 |
| 236 | 2026-06-26T04:09:08.368Z | Compiling unicode-ident v1.0.24 |
| 237 | 2026-06-26T04:09:08.400Z | Documenting unicode-ident v1.0.24 |
| 238 | 2026-06-26T04:09:08.400Z | Compiling ident_case v1.0.1 |
| 239 | 2026-06-26T04:09:08.400Z | Compiling strsim v0.11.1 |
| 240 | 2026-06-26T04:09:08.400Z | Compiling serde_core v1.0.228 |
| 241 | 2026-06-26T04:09:08.572Z | Compiling fnv v1.0.7 |
| 242 | 2026-06-26T04:09:08.646Z | Compiling memchr v2.8.2 |
| 243 | 2026-06-26T04:09:08.646Z | Compiling serde v1.0.228 |
| 244 | 2026-06-26T04:09:08.696Z | Compiling zerocopy v0.8.52 |
| 245 | 2026-06-26T04:09:08.760Z | Compiling regex-syntax v0.8.11 |
| 246 | 2026-06-26T04:09:08.798Z | Compiling thiserror v2.0.18 |
| 247 | 2026-06-26T04:09:09.077Z | Documenting proc-macro2 v1.0.106 |
| 248 | 2026-06-26T04:09:09.214Z | Compiling aho-corasick v1.1.4 |
| 249 | 2026-06-26T04:09:09.420Z | Checking syn v2.0.118 |
| 250 | 2026-06-26T04:09:09.548Z | Documenting quote v1.0.46 |
| 251 | 2026-06-26T04:09:10.092Z | Documenting syn v2.0.118 |
| 252 | 2026-06-26T04:09:10.150Z | Compiling either v1.16.0 |
| 253 | 2026-06-26T04:09:10.248Z | Compiling regex-automata v0.4.14 |
| 254 | 2026-06-26T04:09:10.310Z | Checking byteorder v1.5.0 |
| 255 | 2026-06-26T04:09:10.896Z | Compiling itertools v0.14.0 |
| 256 | 2026-06-26T04:09:10.937Z | Compiling heapless v0.8.0 |
| 257 | 2026-06-26T04:09:10.937Z | Documenting memchr v2.8.2 |
| 258 | 2026-06-26T04:09:11.044Z | Checking hash32 v0.3.1 |
| 259 | 2026-06-26T04:09:11.213Z | Checking bitflags v2.13.0 |
| 260 | 2026-06-26T04:09:11.303Z | Documenting serde_core v1.0.228 |
| 261 | 2026-06-26T04:09:11.419Z | Checking cfg-if v1.0.4 |
| 262 | 2026-06-26T04:09:11.540Z | Documenting aho-corasick v1.1.4 |
| 263 | 2026-06-26T04:09:11.607Z | Documenting regex-syntax v0.8.11 |
| 264 | 2026-06-26T04:09:11.860Z | Checking macaddr v1.0.1 |
| 265 | 2026-06-26T04:09:11.889Z | Checking stable_deref_trait v1.2.1 |
| 266 | 2026-06-26T04:09:12.016Z | Compiling darling_core v0.21.3 |
| 267 | 2026-06-26T04:09:12.153Z | Compiling regex v1.12.4 |
| 268 | 2026-06-26T04:09:12.272Z | Compiling darling_core v0.23.0 |
| 269 | 2026-06-26T04:09:12.614Z | Documenting regex-automata v0.4.14 |
| 270 | 2026-06-26T04:09:12.750Z | Compiling smoltcp v0.11.0 |
| 271 | 2026-06-26T04:09:13.054Z | Documenting thiserror-impl v2.0.18 |
| 272 | 2026-06-26T04:09:13.167Z | Compiling zerocopy-derive v0.8.52 |
| 273 | 2026-06-26T04:09:13.291Z | Compiling thiserror-impl v2.0.18 |
| 274 | 2026-06-26T04:09:13.291Z | Compiling serde_derive v1.0.228 |
| 275 | 2026-06-26T04:09:13.929Z | Documenting zerocopy-derive v0.8.52 |
| 276 | 2026-06-26T04:09:13.994Z | Documenting regex v1.12.4 |
| 277 | 2026-06-26T04:09:14.074Z | Documenting serde_derive v1.0.228 |
| 278 | 2026-06-26T04:09:14.139Z | Compiling darling_macro v0.21.3 |
| 279 | 2026-06-26T04:09:14.393Z | Compiling darling_macro v0.23.0 |
| 280 | 2026-06-26T04:09:14.577Z | Checking cobs v0.3.0 |
| 281 | 2026-06-26T04:09:14.653Z | Compiling darling v0.21.3 |
| 282 | 2026-06-26T04:09:14.746Z | Compiling ingot-macros v0.1.1 |
| 283 | 2026-06-26T04:09:14.791Z | Documenting byteorder v1.5.0 |
| 284 | 2026-06-26T04:09:14.975Z | Checking managed v0.8.0 |
| 285 | 2026-06-26T04:09:15.026Z | Checking bitflags v1.3.2 |
| 286 | 2026-06-26T04:09:15.057Z | Documenting ingot-macros v0.1.1 |
| 287 | 2026-06-26T04:09:15.114Z | Documenting zerocopy v0.8.52 |
| 288 | 2026-06-26T04:09:15.137Z | Documenting thiserror v2.0.18 |
| 289 | 2026-06-26T04:09:15.195Z | Documenting bitflags v2.13.0 |
| 290 | 2026-06-26T04:09:15.336Z | Documenting hash32 v0.3.1 |
| 291 | 2026-06-26T04:09:15.726Z | Documenting stable_deref_trait v1.2.1 |
| 292 | 2026-06-26T04:09:15.925Z | Compiling ref-cast v1.0.25 |
| 293 | 2026-06-26T04:09:16.069Z | Documenting serde v1.0.228 |
| 294 | 2026-06-26T04:09:16.248Z | Documenting cfg-if v1.0.4 |
| 295 | 2026-06-26T04:09:16.248Z | Compiling crc32fast v1.5.0 |
| 296 | 2026-06-26T04:09:16.350Z | Documenting macaddr v1.0.1 |
| 297 | 2026-06-26T04:09:16.473Z | Checking postcard v1.1.3 |
| 298 | 2026-06-26T04:09:16.646Z | Documenting heapless v0.8.0 |
| 299 | 2026-06-26T04:09:16.753Z | Documenting cobs v0.3.0 |
| 300 | 2026-06-26T04:09:16.970Z | Compiling ref-cast-impl v1.0.25 |
| 301 | 2026-06-26T04:09:17.445Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 302 | 2026-06-26T04:09:17.482Z | Checking ingot-types v0.1.2 |
| 303 | 2026-06-26T04:09:17.533Z | Compiling version_check v0.9.5 |
| 304 | 2026-06-26T04:09:17.552Z | Checking ipnetwork v0.21.1 |
| 305 | 2026-06-26T04:09:17.726Z | Documenting managed v0.8.0 |
| 306 | 2026-06-26T04:09:17.797Z | Checking unicode-width v0.2.2 |
| 307 | 2026-06-26T04:09:17.826Z | Checking ingot v0.1.1 |
| 308 | 2026-06-26T04:09:17.871Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 309 | 2026-06-26T04:09:17.898Z | Documenting postcard v1.1.3 |
| 310 | 2026-06-26T04:09:17.961Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 311 | 2026-06-26T04:09:18.069Z | Compiling darling v0.23.0 |
| 312 | 2026-06-26T04:09:18.138Z | Documenting ref-cast-impl v1.0.25 |
| 313 | 2026-06-26T04:09:18.153Z | Documenting unicode-width v0.2.2 |
| 314 | 2026-06-26T04:09:18.254Z | Documenting ingot-types v0.1.2 |
| 315 | 2026-06-26T04:09:18.324Z | Documenting ipnetwork v0.21.1 |
| 316 | 2026-06-26T04:09:18.447Z | Documenting smoltcp v0.11.0 |
| 317 | 2026-06-26T04:09:18.692Z | Documenting either v1.16.0 |
| 318 | 2026-06-26T04:09:18.933Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 319 | 2026-06-26T04:09:19.133Z | Documenting tabwriter v1.4.1 |
| 320 | 2026-06-26T04:09:19.362Z | Documenting ref-cast v1.0.25 |
| 321 | 2026-06-26T04:09:19.419Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 322 | 2026-06-26T04:09:19.646Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 323 | 2026-06-26T04:09:19.918Z | Documenting ingot v0.1.1 |
| 324 | 2026-06-26T04:09:20.092Z | Documenting itertools v0.15.0 |
| 325 | 2026-06-26T04:09:20.258Z | Checking tabwriter v1.4.1 |
| 326 | 2026-06-26T04:09:20.334Z | Checking itertools v0.15.0 |
| 327 | 2026-06-26T04:09:20.477Z | Documenting crc32fast v1.5.0 |
| 328 | 2026-06-26T04:09:20.614Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 329 | 2026-06-26T04:09:20.737Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 330 | 2026-06-26T04:09:21.022Z | Documenting dyn-clone v1.0.20 |
| 331 | 2026-06-26T04:09:21.190Z | Checking dyn-clone v1.0.20 |
| 332 | 2026-06-26T04:09:22.675Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 333 | 2026-06-26T04:09:23.811Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 334 | 2026-06-26T04:09:26.137Z | Finished `dev` profile [optimized + debuginfo] target(s) in 22.93s |
| 335 | 2026-06-26T04:09:26.202Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
| 336 | 2026-06-26T04:09:26.226Z | |
| 337 | 2026-06-26T04:09:26.229Z | real 23.028066809 |
| 338 | 2026-06-26T04:09:26.229Z | user 1:17.513250033 |
| 339 | 2026-06-26T04:09:26.229Z | sys 16.508804689 |
| 340 | 2026-06-26T04:09:26.229Z | trap 0.052498611 |
| 341 | 2026-06-26T04:09:26.229Z | tflt 0.038969591 |
| 342 | 2026-06-26T04:09:26.229Z | dflt 0.110673489 |
| 343 | 2026-06-26T04:09:26.229Z | kflt 0.005476750 |
| 344 | 2026-06-26T04:09:26.229Z | lock 7:43.576624033 |
| 345 | 2026-06-26T04:09:26.229Z | slp 4:18.498883580 |
| 346 | 2026-06-26T04:09:26.229Z | lat 7.051778197 |
| 347 | 2026-06-26T04:09:26.229Z | stop 12.452146917 |
| 348 | 2026-06-26T04:09:26.229Z | + header 'analyze std + api' |
| 349 | 2026-06-26T04:09:26.229Z | + echo '# ==== analyze std + api ==== #' |
| 350 | 2026-06-26T04:09:26.229Z | # ==== analyze std + api ==== # |
| 351 | 2026-06-26T04:09:26.229Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 352 | 2026-06-26T04:09:26.470Z | Compiling proc-macro2 v1.0.106 |
| 353 | 2026-06-26T04:09:26.470Z | Compiling quote v1.0.46 |
| 354 | 2026-06-26T04:09:26.470Z | Compiling unicode-ident v1.0.24 |
| 355 | 2026-06-26T04:09:26.475Z | Compiling memchr v2.8.2 |
| 356 | 2026-06-26T04:09:26.476Z | Compiling thiserror v2.0.18 |
| 357 | 2026-06-26T04:09:26.476Z | Compiling zerocopy v0.8.52 |
| 358 | 2026-06-26T04:09:26.476Z | Compiling zmij v1.0.21 |
| 359 | 2026-06-26T04:09:26.476Z | Compiling serde_core v1.0.228 |
| 360 | 2026-06-26T04:09:26.649Z | Compiling libc v0.2.186 |
| 361 | 2026-06-26T04:09:26.810Z | Compiling strsim v0.11.1 |
| 362 | 2026-06-26T04:09:26.840Z | Compiling ucd-trie v0.1.7 |
| 363 | 2026-06-26T04:09:26.845Z | Compiling ident_case v1.0.1 |
| 364 | 2026-06-26T04:09:26.850Z | Compiling serde_json v1.0.150 |
| 365 | 2026-06-26T04:09:27.010Z | Compiling pest v2.8.6 |
| 366 | 2026-06-26T04:09:27.057Z | Compiling serde v1.0.228 |
| 367 | 2026-06-26T04:09:27.272Z | Compiling fnv v1.0.7 |
| 368 | 2026-06-26T04:09:27.386Z | Compiling aho-corasick v1.1.4 |
| 369 | 2026-06-26T04:09:27.389Z | Compiling regex-syntax v0.8.11 |
| 370 | 2026-06-26T04:09:27.419Z | Compiling itoa v1.0.18 |
| 371 | 2026-06-26T04:09:27.588Z | Checking byteorder v1.5.0 |
| 372 | 2026-06-26T04:09:27.780Z | Compiling syn v2.0.118 |
| 373 | 2026-06-26T04:09:28.059Z | Compiling pest_meta v2.8.6 |
| 374 | 2026-06-26T04:09:28.233Z | Compiling either v1.16.0 |
| 375 | 2026-06-26T04:09:28.431Z | Compiling usdt-impl v0.6.0 |
| 376 | 2026-06-26T04:09:28.479Z | Compiling itertools v0.14.0 |
| 377 | 2026-06-26T04:09:28.791Z | Compiling regex-automata v0.4.14 |
| 378 | 2026-06-26T04:09:28.883Z | Compiling thread-id v5.1.0 |
| 379 | 2026-06-26T04:09:29.101Z | Checking log v0.4.33 |
| 380 | 2026-06-26T04:09:29.243Z | Compiling heapless v0.8.0 |
| 381 | 2026-06-26T04:09:29.423Z | Checking plain v0.2.3 |
| 382 | 2026-06-26T04:09:29.680Z | Checking bitflags v2.13.0 |
| 383 | 2026-06-26T04:09:29.688Z | Checking hash32 v0.3.1 |
| 384 | 2026-06-26T04:09:29.719Z | Checking cfg-if v1.0.4 |
| 385 | 2026-06-26T04:09:29.775Z | Checking macaddr v1.0.1 |
| 386 | 2026-06-26T04:09:29.803Z | Checking pretty-hex v0.4.2 |
| 387 | 2026-06-26T04:09:29.840Z | Checking stable_deref_trait v1.2.1 |
| 388 | 2026-06-26T04:09:29.877Z | Compiling smoltcp v0.11.0 |
| 389 | 2026-06-26T04:09:30.286Z | Checking managed v0.8.0 |
| 390 | 2026-06-26T04:09:30.318Z | Compiling pest_generator v2.8.6 |
| 391 | 2026-06-26T04:09:30.319Z | Compiling darling_core v0.21.3 |
| 392 | 2026-06-26T04:09:30.319Z | Compiling darling_core v0.23.0 |
| 393 | 2026-06-26T04:09:30.334Z | Compiling ref-cast v1.0.25 |
| 394 | 2026-06-26T04:09:30.553Z | Compiling regex v1.12.4 |
| 395 | 2026-06-26T04:09:30.682Z | Compiling crc32fast v1.5.0 |
| 396 | 2026-06-26T04:09:30.851Z | Compiling version_check v0.9.5 |
| 397 | 2026-06-26T04:09:30.957Z | Checking bitflags v1.3.2 |
| 398 | 2026-06-26T04:09:31.033Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 399 | 2026-06-26T04:09:31.131Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 400 | 2026-06-26T04:09:31.356Z | Checking memmap2 v0.9.10 |
| 401 | 2026-06-26T04:09:31.380Z | Checking unicode-width v0.2.2 |
| 402 | 2026-06-26T04:09:31.440Z | Compiling thiserror-impl v2.0.18 |
| 403 | 2026-06-26T04:09:31.513Z | Compiling serde_derive v1.0.228 |
| 404 | 2026-06-26T04:09:31.532Z | Compiling zerocopy-derive v0.8.52 |
| 405 | 2026-06-26T04:09:31.630Z | Compiling pest_derive v2.8.6 |
| 406 | 2026-06-26T04:09:31.963Z | Compiling scroll_derive v0.13.1 |
| 407 | 2026-06-26T04:09:32.144Z | Compiling ref-cast-impl v1.0.25 |
| 408 | 2026-06-26T04:09:32.228Z | Checking ipnetwork v0.21.1 |
| 409 | 2026-06-26T04:09:32.351Z | Compiling darling_macro v0.21.3 |
| 410 | 2026-06-26T04:09:32.399Z | Checking tabwriter v1.4.1 |
| 411 | 2026-06-26T04:09:32.416Z | Compiling darling_macro v0.23.0 |
| 412 | 2026-06-26T04:09:32.541Z | Checking itertools v0.15.0 |
| 413 | 2026-06-26T04:09:32.730Z | Checking dtrace-parser v0.3.0 |
| 414 | 2026-06-26T04:09:32.769Z | Checking scroll v0.13.0 |
| 415 | 2026-06-26T04:09:32.894Z | Compiling darling v0.21.3 |
| 416 | 2026-06-26T04:09:32.961Z | Checking cobs v0.3.0 |
| 417 | 2026-06-26T04:09:32.963Z | Compiling ingot-macros v0.1.1 |
| 418 | 2026-06-26T04:09:32.986Z | Checking goblin v0.10.7 |
| 419 | 2026-06-26T04:09:33.095Z | Compiling darling v0.23.0 |
| 420 | 2026-06-26T04:09:33.170Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 421 | 2026-06-26T04:09:33.505Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 422 | 2026-06-26T04:09:33.816Z | Checking dyn-clone v1.0.20 |
| 423 | 2026-06-26T04:09:34.535Z | Checking postcard v1.1.3 |
| 424 | 2026-06-26T04:09:34.550Z | Compiling serde_tokenstream v0.2.3 |
| 425 | 2026-06-26T04:09:35.570Z | Checking ingot-types v0.1.2 |
| 426 | 2026-06-26T04:09:35.570Z | Checking dof v0.4.0 |
| 427 | 2026-06-26T04:09:35.921Z | Checking ingot v0.1.1 |
| 428 | 2026-06-26T04:09:36.489Z | Compiling usdt-attr-macro v0.6.0 |
| 429 | 2026-06-26T04:09:36.492Z | Compiling usdt-macro v0.6.0 |
| 430 | 2026-06-26T04:09:37.074Z | Checking usdt v0.6.0 |
| 431 | 2026-06-26T04:09:37.300Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 432 | 2026-06-26T04:09:45.617Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.34s |
| 433 | 2026-06-26T04:09:45.647Z | |
| 434 | 2026-06-26T04:09:45.652Z | real 19.414124375 |
| 435 | 2026-06-26T04:09:45.653Z | user 1:04.200279510 |
| 436 | 2026-06-26T04:09:45.653Z | sys 12.737644919 |
| 437 | 2026-06-26T04:09:45.653Z | trap 0.033932120 |
| 438 | 2026-06-26T04:09:45.653Z | tflt 0.144520562 |
| 439 | 2026-06-26T04:09:45.653Z | dflt 0.203555727 |
| 440 | 2026-06-26T04:09:45.653Z | kflt 0.000034010 |
| 441 | 2026-06-26T04:09:45.653Z | lock 3:43.445712165 |
| 442 | 2026-06-26T04:09:45.653Z | slp 3:24.819329528 |
| 443 | 2026-06-26T04:09:45.653Z | lat 2.731726559 |
| 444 | 2026-06-26T04:09:45.653Z | stop 6.184699872 |
| 445 | 2026-06-26T04:09:45.653Z | + header 'analyze no_std + engine + kernel' |
| 446 | 2026-06-26T04:09:45.653Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 447 | 2026-06-26T04:09:45.653Z | # ==== analyze no_std + engine + kernel ==== # |
| 448 | 2026-06-26T04:09:45.653Z | + ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings |
| 449 | 2026-06-26T04:09:45.831Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 450 | 2026-06-26T04:09:45.831Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 451 | 2026-06-26T04:09:45.835Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 452 | 2026-06-26T04:09:45.835Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 453 | 2026-06-26T04:09:46.091Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 454 | 2026-06-26T04:09:49.794Z | Finished `dev` profile [optimized + debuginfo] target(s) in 4.10s |
| 455 | 2026-06-26T04:09:49.821Z | |
| 456 | 2026-06-26T04:09:49.824Z | real 4.169382596 |
| 457 | 2026-06-26T04:09:49.824Z | user 4.542465519 |
| 458 | 2026-06-26T04:09:49.824Z | sys 0.914103934 |
| 459 | 2026-06-26T04:09:49.824Z | trap 0.000448270 |
| 460 | 2026-06-26T04:09:49.824Z | tflt 0.006628840 |
| 461 | 2026-06-26T04:09:49.824Z | dflt 0.004746141 |
| 462 | 2026-06-26T04:09:49.824Z | kflt 0.000000760 |
| 463 | 2026-06-26T04:09:49.824Z | lock 18.750383358 |
| 464 | 2026-06-26T04:09:49.824Z | slp 16.585272723 |
| 465 | 2026-06-26T04:09:49.824Z | lat 0.019291392 |
| 466 | 2026-06-26T04:09:49.824Z | stop 0.260889899 |
| 467 | 2026-06-26T04:09:49.824Z | + header test |
| 468 | 2026-06-26T04:09:49.824Z | + echo '# ==== test ==== #' |
| 469 | 2026-06-26T04:09:49.824Z | # ==== test ==== # |
| 470 | 2026-06-26T04:09:49.824Z | + ptime -m cargo test |
| 471 | 2026-06-26T04:09:49.969Z | Compiling serde_core v1.0.228 |
| 472 | 2026-06-26T04:09:49.971Z | Compiling thiserror v2.0.18 |
| 473 | 2026-06-26T04:09:49.971Z | Compiling zerocopy v0.8.52 |
| 474 | 2026-06-26T04:09:49.991Z | Compiling byteorder v1.5.0 |
| 475 | 2026-06-26T04:09:49.994Z | Compiling memchr v2.8.2 |
| 476 | 2026-06-26T04:09:49.997Z | Compiling unicode-ident v1.0.24 |
| 477 | 2026-06-26T04:09:50.000Z | Compiling zmij v1.0.21 |
| 478 | 2026-06-26T04:09:50.000Z | Compiling scroll v0.13.0 |
| 479 | 2026-06-26T04:09:50.079Z | Compiling proc-macro2 v1.0.106 |
| 480 | 2026-06-26T04:09:50.123Z | Compiling libc v0.2.186 |
| 481 | 2026-06-26T04:09:50.199Z | Compiling itoa v1.0.18 |
| 482 | 2026-06-26T04:09:50.255Z | Compiling plain v0.2.3 |
| 483 | 2026-06-26T04:09:50.352Z | Compiling ucd-trie v0.1.7 |
| 484 | 2026-06-26T04:09:50.364Z | Compiling log v0.4.33 |
| 485 | 2026-06-26T04:09:50.467Z | Compiling quote v1.0.46 |
| 486 | 2026-06-26T04:09:50.483Z | Compiling hash32 v0.3.1 |
| 487 | 2026-06-26T04:09:50.614Z | Compiling goblin v0.10.7 |
| 488 | 2026-06-26T04:09:50.644Z | Compiling pest v2.8.6 |
| 489 | 2026-06-26T04:09:51.084Z | Compiling macaddr v1.0.1 |
| 490 | 2026-06-26T04:09:51.133Z | Compiling cfg-if v1.0.4 |
| 491 | 2026-06-26T04:09:51.207Z | Compiling pretty-hex v0.4.2 |
| 492 | 2026-06-26T04:09:51.330Z | Compiling stable_deref_trait v1.2.1 |
| 493 | 2026-06-26T04:09:51.345Z | Compiling syn v2.0.118 |
| 494 | 2026-06-26T04:09:51.397Z | Compiling heapless v0.8.0 |
| 495 | 2026-06-26T04:09:51.569Z | Compiling thread-id v5.1.0 |
| 496 | 2026-06-26T04:09:51.645Z | Compiling cobs v0.3.0 |
| 497 | 2026-06-26T04:09:51.845Z | Compiling serde v1.0.228 |
| 498 | 2026-06-26T04:09:51.922Z | Compiling bitflags v2.13.0 |
| 499 | 2026-06-26T04:09:52.002Z | Compiling serde_json v1.0.150 |
| 500 | 2026-06-26T04:09:52.337Z | Compiling dtrace-parser v0.3.0 |
| 501 | 2026-06-26T04:09:52.368Z | Compiling bitflags v1.3.2 |
| 502 | 2026-06-26T04:09:52.442Z | Compiling managed v0.8.0 |
| 503 | 2026-06-26T04:09:52.486Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 504 | 2026-06-26T04:09:52.653Z | Compiling smoltcp v0.11.0 |
| 505 | 2026-06-26T04:09:52.704Z | Compiling postcard v1.1.3 |
| 506 | 2026-06-26T04:09:52.876Z | Compiling ingot-types v0.1.2 |
| 507 | 2026-06-26T04:09:52.982Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 508 | 2026-06-26T04:09:53.048Z | Compiling memmap2 v0.9.10 |
| 509 | 2026-06-26T04:09:53.266Z | Compiling ingot v0.1.1 |
| 510 | 2026-06-26T04:09:53.336Z | Compiling ipnetwork v0.21.1 |
| 511 | 2026-06-26T04:09:53.583Z | Compiling dof v0.4.0 |
| 512 | 2026-06-26T04:09:53.870Z | Compiling unicode-width v0.2.2 |
| 513 | 2026-06-26T04:09:54.179Z | Compiling either v1.16.0 |
| 514 | 2026-06-26T04:09:54.385Z | Compiling usdt-impl v0.6.0 |
| 515 | 2026-06-26T04:09:55.163Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 516 | 2026-06-26T04:09:55.526Z | Compiling usdt v0.6.0 |
| 517 | 2026-06-26T04:09:55.882Z | Compiling itertools v0.15.0 |
| 518 | 2026-06-26T04:09:56.159Z | Compiling tabwriter v1.4.1 |
| 519 | 2026-06-26T04:09:56.567Z | Compiling ref-cast v1.0.25 |
| 520 | 2026-06-26T04:09:56.668Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 521 | 2026-06-26T04:09:56.946Z | Compiling crc32fast v1.5.0 |
| 522 | 2026-06-26T04:09:57.187Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 523 | 2026-06-26T04:09:57.364Z | Compiling dyn-clone v1.0.20 |
| 524 | 2026-06-26T04:10:11.852Z | Finished `test` profile [optimized + debuginfo] target(s) in 22.01s |
| 525 | 2026-06-26T04:10:11.867Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-62a8bb4395836d87) |
| 526 | 2026-06-26T04:10:11.870Z | |
| 527 | 2026-06-26T04:10:11.870Z | running 83 tests |
| 528 | 2026-06-26T04:10:11.870Z | test ddi::mblk::test::chain_append_links ... ok |
| 529 | 2026-06-26T04:10:11.870Z | test ddi::mblk::test::chain_has_correct_ends ... ok |
| 530 | 2026-06-26T04:10:11.870Z | test ddi::mblk::test::prefix_len ... ok |
| 531 | 2026-06-26T04:10:11.870Z | test ddi::mblk::test::chain_breaks_links ... ok |
| 532 | 2026-06-26T04:10:11.871Z | test ddi::mblk::test::expand_and_shrink ... ok |
| 533 | 2026-06-26T04:10:11.871Z | test d_error::tests::name_and_data_storage ... ok |
| 534 | 2026-06-26T04:10:11.871Z | test d_error::tests::name_truncation ... ok |
| 535 | 2026-06-26T04:10:11.871Z | test ddi::mblk::test::chain_drain_complete ... ok |
| 536 | 2026-06-26T04:10:11.871Z | test ddi::mblk::test::read_seg ... ok |
| 537 | 2026-06-26T04:10:11.871Z | test ddi::mblk::test::test_long_packet_continuation ... ok |
| 538 | 2026-06-26T04:10:11.871Z | test ddi::mblk::test::truncate ... ok |
| 539 | 2026-06-26T04:10:11.871Z | test ddi::mblk::test::uninitialized_packet ... ok |
| 540 | 2026-06-26T04:10:11.871Z | test ddi::mblk::test::wrap ... ok |
| 541 | 2026-06-26T04:10:11.871Z | test ddi::time::test::good_interval ... ok |
| 542 | 2026-06-26T04:10:11.871Z | test ddi::mblk::test::zero_byte_packet ... ok |
| 543 | 2026-06-26T04:10:11.871Z | test engine::dhcp::test::hostname_encode ... ok |
| 544 | 2026-06-26T04:10:11.871Z | test engine::dhcp::test::domainname_encode ... ok |
| 545 | 2026-06-26T04:10:11.871Z | test engine::dhcp::test::offlink_encode ... ok |
| 546 | 2026-06-26T04:10:11.871Z | test engine::dhcp::test::domain_search_option_encode ... ok |
| 547 | 2026-06-26T04:10:11.871Z | test engine::dhcp::test::rfc3442_encode ... ok |
| 548 | 2026-06-26T04:10:11.871Z | test engine::dhcpv6::options::test::test_dns_servers ... ok |
| 549 | 2026-06-26T04:10:11.871Z | test engine::dhcpv6::options::test::test_client_id ... ok |
| 550 | 2026-06-26T04:10:11.871Z | test engine::dhcpv6::options::test::test_elapsed_time ... ok |
| 551 | 2026-06-26T04:10:11.871Z | test engine::dhcpv6::options::test::test_domain_list_from_slice ... ok |
| 552 | 2026-06-26T04:10:11.871Z | test engine::dhcpv6::options::test::test_iana ... ok |
| 553 | 2026-06-26T04:10:11.871Z | test engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok |
| 554 | 2026-06-26T04:10:11.871Z | test engine::dhcpv6::options::test::test_iata ... ok |
| 555 | 2026-06-26T04:10:11.871Z | test engine::dhcpv6::options::test::test_rapid_commit ... ok |
| 556 | 2026-06-26T04:10:11.871Z | test engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok |
| 557 | 2026-06-26T04:10:11.874Z | test ddi::time::test::bad_interval - should panic ... ok |
| 558 | 2026-06-26T04:10:11.874Z | test engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok |
| 559 | 2026-06-26T04:10:11.874Z | test engine::dhcpv6::options::test::test_parse_snooped_iana ... ok |
| 560 | 2026-06-26T04:10:11.875Z | test engine::dhcpv6::options::test::test_status ... ok |
| 561 | 2026-06-26T04:10:11.875Z | test engine::dhcpv6::options::test::test_option_request ... ok |
| 562 | 2026-06-26T04:10:11.875Z | test engine::dhcpv6::options::test::test_server_id ... ok |
| 563 | 2026-06-26T04:10:11.875Z | test engine::dhcpv6::options::test::test_sntp_servers ... ok |
| 564 | 2026-06-26T04:10:11.875Z | test engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok |
| 565 | 2026-06-26T04:10:11.875Z | test engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok |
| 566 | 2026-06-26T04:10:11.875Z | test engine::ether::test::emit ... ok |
| 567 | 2026-06-26T04:10:11.875Z | test engine::dhcpv6::test::test_duid_from_mac ... ok |
| 568 | 2026-06-26T04:10:11.875Z | test engine::flow_table::test::eviction_invalidates_descendents ... ok |
| 569 | 2026-06-26T04:10:11.875Z | test engine::flow_table::test::children_prevent_timer_expiry ... ok |
| 570 | 2026-06-26T04:10:11.875Z | test engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok |
| 571 | 2026-06-26T04:10:11.875Z | test engine::flow_table::test::eviction_basics ... ok |
| 572 | 2026-06-26T04:10:11.875Z | test engine::flow_table::test::eviction_selects_highest_prio ... ok |
| 573 | 2026-06-26T04:10:11.875Z | test engine::flow_table::test::flow_clear ... ok |
| 574 | 2026-06-26T04:10:11.875Z | test engine::flow_table::test::eviction_priority_inheritance ... ok |
| 575 | 2026-06-26T04:10:11.875Z | test engine::flow_table::test::flow_expired ... ok |
| 576 | 2026-06-26T04:10:11.875Z | test engine::flow_table::test::priority_lerp ... ok |
| 577 | 2026-06-26T04:10:11.875Z | test engine::flow_table::test::priority_lerp_clamps ... ok |
| 578 | 2026-06-26T04:10:11.875Z | test engine::flow_table::test::timer_expiry_propagation ... ok |
| 579 | 2026-06-26T04:10:11.875Z | test engine::flow_table::test::priority_lerp_rejects_bad_params ... ok |
| 580 | 2026-06-26T04:10:11.875Z | test engine::geneve::test::emit_single_opt ... ok |
| 581 | 2026-06-26T04:10:11.875Z | test engine::geneve::test::emit_no_opts ... ok |
| 582 | 2026-06-26T04:10:11.875Z | test engine::ip::v4::test::cidr_match ... ok |
| 583 | 2026-06-26T04:10:11.875Z | test engine::ip::v6::test::bad_ipv6_version_caught ... ok |
| 584 | 2026-06-26T04:10:11.875Z | test engine::ip::v4::test::match_check ... ok |
| 585 | 2026-06-26T04:10:11.875Z | test engine::ip::v4::test::emit ... ok |
| 586 | 2026-06-26T04:10:11.875Z | test engine::ip::v6::test::emit ... ok |
| 587 | 2026-06-26T04:10:11.875Z | test engine::ip::v6::test::extension_push_spec ... ok |
| 588 | 2026-06-26T04:10:11.875Z | test engine::ip::v6::test::option_push_spec ... ok |
| 589 | 2026-06-26T04:10:11.875Z | test engine::ip::v6::test::test_ipv6_addr_match_exact ... ok |
| 590 | 2026-06-26T04:10:11.875Z | test engine::ip::v6::test::from_pairs ... ok |
| 591 | 2026-06-26T04:10:11.875Z | test engine::ip::v6::test::test_set_total_len ... ok |
| 592 | 2026-06-26T04:10:11.875Z | test engine::ip::v6::test::test_extension_header_lengths_ok ... ok |
| 593 | 2026-06-26T04:10:11.875Z | test engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok |
| 594 | 2026-06-26T04:10:11.875Z | test engine::packet::test::read_multi_segment ... ok |
| 595 | 2026-06-26T04:10:11.875Z | test engine::packet::test::straddled_tcp ... ok |
| 596 | 2026-06-26T04:10:11.875Z | test engine::nat::test::nat4_rewrite ... ok |
| 597 | 2026-06-26T04:10:11.876Z | test engine::layer::test::find_rule ... ok |
| 598 | 2026-06-26T04:10:11.876Z | test engine::packet::test::read_single_segment ... ok |
| 599 | 2026-06-26T04:10:11.876Z | test engine::ip::v6::test::push_spec ... ok |
| 600 | 2026-06-26T04:10:11.876Z | test engine::packet::test::small_packet_with_padding ... ok |
| 601 | 2026-06-26T04:10:11.876Z | test engine::packet::test::udp6_packet_with_padding ... ok |
| 602 | 2026-06-26T04:10:11.876Z | test engine::port::tests::established_tcp_eviction_prio_unchanging ... ok |
| 603 | 2026-06-26T04:10:11.876Z | test engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok |
| 604 | 2026-06-26T04:10:11.876Z | test engine::packet::test::parse_ipv6_extension_headers_ok ... ok |
| 605 | 2026-06-26T04:10:11.876Z | test engine::rule::rule_matching ... ok |
| 606 | 2026-06-26T04:10:11.876Z | test engine::parse::test::icmp4_body_csum_equals_body ... ok |
| 607 | 2026-06-26T04:10:11.876Z | test engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok |
| 608 | 2026-06-26T04:10:11.876Z | test engine::snat::test::snat4_desc_lifecycle ... ok |
| 609 | 2026-06-26T04:10:11.876Z | test engine::snat::test::nat_mappings ... ok |
| 610 | 2026-06-26T04:10:11.877Z | test engine::snat::test::test_nat_pool_different_ip_types ... ok |
| 611 | 2026-06-26T04:10:11.877Z | |
| 612 | 2026-06-26T04:10:11.877Z | test result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 613 | 2026-06-26T04:10:11.877Z | |
| 614 | 2026-06-26T04:10:11.877Z | Doc-tests opte |
| 615 | 2026-06-26T04:10:13.810Z | |
| 616 | 2026-06-26T04:10:13.811Z | running 3 tests |
| 617 | 2026-06-26T04:10:13.814Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored |
| 618 | 2026-06-26T04:10:13.814Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok |
| 619 | 2026-06-26T04:10:13.814Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok |
| 620 | 2026-06-26T04:10:13.814Z | |
| 621 | 2026-06-26T04:10:13.814Z | test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 622 | 2026-06-26T04:10:13.814Z | |
| 623 | 2026-06-26T04:10:13.818Z | all doctests ran in 1.38s; merged doctests compilation took 1.37s |
| 624 | 2026-06-26T04:10:13.858Z | |
| 625 | 2026-06-26T04:10:13.862Z | real 24.025999733 |
| 626 | 2026-06-26T04:10:13.862Z | user 2:00.529747414 |
| 627 | 2026-06-26T04:10:13.862Z | sys 7.146856120 |
| 628 | 2026-06-26T04:10:13.862Z | trap 0.056594240 |
| 629 | 2026-06-26T04:10:13.862Z | tflt 0.221219509 |
| 630 | 2026-06-26T04:10:13.862Z | dflt 0.276201915 |
| 631 | 2026-06-26T04:10:13.862Z | kflt 0.000011430 |
| 632 | 2026-06-26T04:10:13.862Z | lock 5:54.359594613 |
| 633 | 2026-06-26T04:10:13.863Z | slp 3:39.958591850 |
| 634 | 2026-06-26T04:10:13.863Z | lat 6.424903217 |
| 635 | 2026-06-26T04:10:13.863Z | stop 3.526525924 |
| 636 | 2026-06-26T04:10:13.863Z | process exited: duration 86321 ms, exit code 0 |
| |
| 637 | 2026-06-26T04:10:13.868Z | found 0 output files |