|
|
|
| 1 | 2026-07-25T04:13:04.360Z | job assigned to worker 01KYBQJRW2MCX5GY6XZ7TQ5ZZZ [factory aws, i-0d22b0b153b8c5658] (queued for 49 s) |
| |
| 2 | 2026-07-25T04:13:11.235Z | starting task 0: "setup" |
| 3 | 2026-07-25T04:13:11.253Z | ++ uname -s |
| 4 | 2026-07-25T04:13:11.253Z | + kern=SunOS |
| 5 | 2026-07-25T04:13:11.253Z | + build_user=build |
| 6 | 2026-07-25T04:13:11.253Z | + build_uid=12345 |
| 7 | 2026-07-25T04:13:11.253Z | + work_dir=/work |
| 8 | 2026-07-25T04:13:11.253Z | + input_dir=/input |
| 9 | 2026-07-25T04:13:11.253Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-25T04:13:11.253Z | + case "$kern" in |
| 11 | 2026-07-25T04:13:11.253Z | + groupadd -g 12345 build |
| 12 | 2026-07-25T04:13:11.253Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-25T04:13:13.251Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-25T04:13:13.397Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-25T04:13:13.402Z | + home_fs=zfs |
| 16 | 2026-07-25T04:13:13.402Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-25T04:13:13.402Z | + mkdir -p /home/build |
| 18 | 2026-07-25T04:13:13.402Z | + chown build:build /home/build /work |
| 19 | 2026-07-25T04:13:15.398Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-25T04:13:15.408Z | process exited: duration 4182 ms, exit code 0 |
| |
| 21 | 2026-07-25T04:13:15.425Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-25T04:13:15.430Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-25T04:13:15.430Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-25T04:13:15.430Z | * rust toolchain channel = "1.97.1" |
| 25 | 2026-07-25T04:13:15.430Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-07-25T04:13:15.430Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-25T04:13:15.430Z | * rust toolchain profile = "default" |
| 28 | 2026-07-25T04:13:15.430Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-25T04:13:15.430Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-25T04:13:15.529Z | info: downloading installer |
| 31 | 2026-07-25T04:13:17.258Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-25T04:13:17.258Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-25T04:13:17.258Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-25T04:13:17.258Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-25T04:13:17.272Z | info: profile set to default |
| 36 | 2026-07-25T04:13:17.272Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-25T04:13:17.283Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-25T04:13:17.406Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-25T04:13:17.413Z | info: downloading 6 components |
| 40 | 2026-07-25T04:13:32.358Z | |
| 41 | 2026-07-25T04:13:32.358Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 42 | 2026-07-25T04:13:32.385Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-25T04:13:32.385Z | |
| 44 | 2026-07-25T04:13:32.389Z | |
| 45 | 2026-07-25T04:13:32.389Z | Rust is installed now. Great! |
| 46 | 2026-07-25T04:13:32.389Z | |
| 47 | 2026-07-25T04:13:32.389Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-25T04:13:32.389Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-25T04:13:32.389Z | |
| 50 | 2026-07-25T04:13:32.389Z | To configure your current shell, you need to source |
| 51 | 2026-07-25T04:13:32.389Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-25T04:13:32.389Z | |
| 53 | 2026-07-25T04:13:32.389Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-25T04:13:32.389Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-25T04:13:32.390Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-25T04:13:32.390Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-25T04:13:32.391Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-25T04:13:32.391Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-25T04:13:32.391Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-25T04:13:32.391Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-25T04:13:32.391Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-25T04:13:32.484Z | + rustup --version |
| 63 | 2026-07-25T04:13:32.493Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-25T04:13:32.496Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-25T04:13:32.514Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-25T04:13:32.517Z | + cargo --version |
| 67 | 2026-07-25T04:13:32.533Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-25T04:13:32.537Z | + rustc --version |
| 69 | 2026-07-25T04:13:32.556Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-25T04:13:32.559Z | process exited: duration 17136 ms, exit code 0 |
| |
| 71 | 2026-07-25T04:13:32.566Z | starting task 2: "authentication" |
| 72 | 2026-07-25T04:13:32.583Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-25T04:13:32.591Z | starting task 3: "clone repository" |
| 74 | 2026-07-25T04:13:32.596Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-25T04:13:32.603Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-25T04:13:32.625Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-25T04:13:33.490Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-25T04:13:33.490Z | + git fetch origin 6b06228503251b59b5bfa84b379945874f32b9ba |
| 79 | 2026-07-25T04:13:33.714Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-25T04:13:33.714Z | * branch 6b06228503251b59b5bfa84b379945874f32b9ba -> FETCH_HEAD |
| 81 | 2026-07-25T04:13:33.721Z | + [[ -n renovate/syn-2.x-lockfile ]] |
| 82 | 2026-07-25T04:13:33.724Z | ++ git branch --show-current |
| 83 | 2026-07-25T04:13:33.724Z | + current=master |
| 84 | 2026-07-25T04:13:33.724Z | + [[ master != renovate/syn-2.x-lockfile ]] |
| 85 | 2026-07-25T04:13:33.724Z | + git branch -f renovate/syn-2.x-lockfile 6b06228503251b59b5bfa84b379945874f32b9ba |
| 86 | 2026-07-25T04:13:33.727Z | + git checkout -f renovate/syn-2.x-lockfile |
| 87 | 2026-07-25T04:13:33.742Z | Switched to branch 'renovate/syn-2.x-lockfile' |
| 88 | 2026-07-25T04:13:33.745Z | + git reset --hard 6b06228503251b59b5bfa84b379945874f32b9ba |
| 89 | 2026-07-25T04:13:33.748Z | HEAD is now at 6b06228 Update Rust crate syn to v2.0.119 |
| 90 | 2026-07-25T04:13:33.748Z | process exited: duration 1156 ms, exit code 0 |
| |
| 91 | 2026-07-25T04:13:33.754Z | starting task 4: "build" |
| 92 | 2026-07-25T04:13:33.757Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-25T04:13:33.757Z | ++ rustup show active-toolchain |
| 94 | 2026-07-25T04:13:33.762Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-25T04:13:33.765Z | ++ pushd xde |
| 96 | 2026-07-25T04:13:33.765Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-25T04:13:33.765Z | ++ rustup show active-toolchain |
| 98 | 2026-07-25T04:13:33.769Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 99 | 2026-07-25T04:13:33.932Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 100 | 2026-07-25T04:13:33.936Z | info: downloading 6 components |
| 101 | 2026-07-25T04:13:51.714Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-25T04:13:51.809Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-25T04:13:51.813Z | +++ head -n 1 |
| 104 | 2026-07-25T04:13:51.814Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-25T04:13:51.865Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 106 | 2026-07-25T04:13:51.865Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-07-25T04:13:51.865Z | ++ popd |
| 108 | 2026-07-25T04:13:51.869Z | /work/oxidecomputer/opte |
| 109 | 2026-07-25T04:13:51.869Z | + cargo --version |
| 110 | 2026-07-25T04:13:51.877Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 111 | 2026-07-25T04:13:51.882Z | + rustc --version |
| 112 | 2026-07-25T04:13:51.898Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 113 | 2026-07-25T04:13:51.902Z | + cd lib/opte |
| 114 | 2026-07-25T04:13:51.902Z | + header 'check style' |
| 115 | 2026-07-25T04:13:51.902Z | + echo '# ==== check style ==== #' |
| 116 | 2026-07-25T04:13:51.902Z | # ==== check style ==== # |
| 117 | 2026-07-25T04:13:51.902Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-07-25T04:13:52.090Z | |
| 119 | 2026-07-25T04:13:52.090Z | real 0.186785955 |
| 120 | 2026-07-25T04:13:52.090Z | user 0.142640837 |
| 121 | 2026-07-25T04:13:52.090Z | sys 0.037422185 |
| 122 | 2026-07-25T04:13:52.090Z | trap 0.000046140 |
| 123 | 2026-07-25T04:13:52.090Z | tflt 0.000011310 |
| 124 | 2026-07-25T04:13:52.090Z | dflt 0.000012300 |
| 125 | 2026-07-25T04:13:52.091Z | kflt 0.000000000 |
| 126 | 2026-07-25T04:13:52.091Z | lock 0.031641502 |
| 127 | 2026-07-25T04:13:52.091Z | slp 0.166434113 |
| 128 | 2026-07-25T04:13:52.091Z | lat 0.000665660 |
| 129 | 2026-07-25T04:13:52.091Z | stop 0.000100400 |
| 130 | 2026-07-25T04:13:52.094Z | + header 'check docs' |
| 131 | 2026-07-25T04:13:52.094Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-07-25T04:13:52.094Z | # ==== check docs ==== # |
| 133 | 2026-07-25T04:13:52.096Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-07-25T04:13:52.096Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-07-25T04:13:52.160Z | Updating crates.io index |
| 136 | 2026-07-25T04:13:52.164Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-07-25T04:13:52.869Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-07-25T04:13:53.108Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-07-25T04:13:53.407Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-07-25T04:13:53.639Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-07-25T04:13:53.869Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-07-25T04:13:54.123Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-07-25T04:13:55.881Z | Downloading crates ... |
| 144 | 2026-07-25T04:13:55.931Z | Downloaded pretty-hex v0.4.2 |
| 145 | 2026-07-25T04:13:55.934Z | Downloaded cfg-if v1.0.4 |
| 146 | 2026-07-25T04:13:55.939Z | Downloaded defmt-macros v1.1.1 |
| 147 | 2026-07-25T04:13:55.942Z | Downloaded dtrace-parser v0.3.0 |
| 148 | 2026-07-25T04:13:55.942Z | Downloaded usdt-attr-macro v0.6.0 |
| 149 | 2026-07-25T04:13:55.946Z | Downloaded pest_derive v2.8.7 |
| 150 | 2026-07-25T04:13:55.946Z | Downloaded ingot-types v0.2.0 |
| 151 | 2026-07-25T04:13:55.955Z | Downloaded bitflags v1.3.2 |
| 152 | 2026-07-25T04:13:55.963Z | Downloaded embedded-io v0.6.1 |
| 153 | 2026-07-25T04:13:55.966Z | Downloaded memmap2 v0.9.11 |
| 154 | 2026-07-25T04:13:55.966Z | Downloaded plain v0.2.3 |
| 155 | 2026-07-25T04:13:55.966Z | Downloaded postcard v1.1.3 |
| 156 | 2026-07-25T04:13:55.966Z | Downloaded quote v1.0.46 |
| 157 | 2026-07-25T04:13:55.971Z | Downloaded itoa v1.0.18 |
| 158 | 2026-07-25T04:13:55.975Z | Downloaded defmt-parser v1.0.0 |
| 159 | 2026-07-25T04:13:55.978Z | Downloaded cobs v0.3.0 |
| 160 | 2026-07-25T04:13:55.983Z | Downloaded ident_case v1.0.1 |
| 161 | 2026-07-25T04:13:55.987Z | Downloaded managed v0.8.0 |
| 162 | 2026-07-25T04:13:55.987Z | Downloaded hash32 v0.3.1 |
| 163 | 2026-07-25T04:13:55.995Z | Downloaded defmt v0.3.100 |
| 164 | 2026-07-25T04:13:56.000Z | Downloaded usdt v0.6.0 |
| 165 | 2026-07-25T04:13:56.000Z | Downloaded macaddr v1.0.1 |
| 166 | 2026-07-25T04:13:56.000Z | Downloaded either v1.16.0 |
| 167 | 2026-07-25T04:13:56.006Z | Downloaded thread-id v5.1.0 |
| 168 | 2026-07-25T04:13:56.009Z | Downloaded ref-cast v1.0.25 |
| 169 | 2026-07-25T04:13:56.009Z | Downloaded darling_macro v0.23.0 |
| 170 | 2026-07-25T04:13:56.013Z | Downloaded ref-cast-impl v1.0.25 |
| 171 | 2026-07-25T04:13:56.016Z | Downloaded heapless v0.8.0 |
| 172 | 2026-07-25T04:13:56.019Z | Downloaded byteorder v1.5.0 |
| 173 | 2026-07-25T04:13:56.024Z | Downloaded strsim v0.11.1 |
| 174 | 2026-07-25T04:13:56.027Z | Downloaded dyn-clone v1.0.20 |
| 175 | 2026-07-25T04:13:56.031Z | Downloaded version_check v0.9.5 |
| 176 | 2026-07-25T04:13:56.034Z | Downloaded dof v0.4.0 |
| 177 | 2026-07-25T04:13:56.034Z | Downloaded usdt-macro v0.6.0 |
| 178 | 2026-07-25T04:13:56.034Z | Downloaded stable_deref_trait v1.2.1 |
| 179 | 2026-07-25T04:13:56.035Z | Downloaded ipnetwork v0.21.1 |
| 180 | 2026-07-25T04:13:56.039Z | Downloaded ingot-macros v0.2.0 |
| 181 | 2026-07-25T04:13:56.043Z | Downloaded scroll_derive v0.13.1 |
| 182 | 2026-07-25T04:13:56.047Z | Downloaded bitflags v2.13.0 |
| 183 | 2026-07-25T04:13:56.050Z | Downloaded log v0.4.33 |
| 184 | 2026-07-25T04:13:56.053Z | Downloaded proc-macro2 v1.0.106 |
| 185 | 2026-07-25T04:13:56.053Z | Downloaded embedded-io v0.4.0 |
| 186 | 2026-07-25T04:13:56.056Z | Downloaded ingot v0.2.0 |
| 187 | 2026-07-25T04:13:56.056Z | Downloaded pest_generator v2.8.7 |
| 188 | 2026-07-25T04:13:56.056Z | Downloaded scroll v0.13.0 |
| 189 | 2026-07-25T04:13:56.057Z | Downloaded zmij v1.0.22 |
| 190 | 2026-07-25T04:13:56.061Z | Downloaded thiserror-impl v2.0.18 |
| 191 | 2026-07-25T04:13:56.061Z | Downloaded usdt-impl v0.6.0 |
| 192 | 2026-07-25T04:13:56.065Z | Downloaded tabwriter v1.4.1 |
| 193 | 2026-07-25T04:13:56.068Z | Downloaded serde_tokenstream v0.2.3 |
| 194 | 2026-07-25T04:13:56.072Z | Downloaded thiserror v2.0.18 |
| 195 | 2026-07-25T04:13:56.075Z | Downloaded crc32fast v1.5.0 |
| 196 | 2026-07-25T04:13:56.079Z | Downloaded darling v0.23.0 |
| 197 | 2026-07-25T04:13:56.083Z | Downloaded defmt v1.1.1 |
| 198 | 2026-07-25T04:13:56.093Z | Downloaded ucd-trie v0.1.7 |
| 199 | 2026-07-25T04:13:56.096Z | Downloaded unicode-ident v1.0.24 |
| 200 | 2026-07-25T04:13:56.099Z | Downloaded darling_core v0.23.0 |
| 201 | 2026-07-25T04:13:56.103Z | Downloaded pest_meta v2.8.7 |
| 202 | 2026-07-25T04:13:56.103Z | Downloaded serde_derive v1.0.228 |
| 203 | 2026-07-25T04:13:56.110Z | Downloaded serde_core v1.0.228 |
| 204 | 2026-07-25T04:13:56.131Z | Downloaded memchr v2.8.3 |
| 205 | 2026-07-25T04:13:56.137Z | Downloaded serde_json v1.0.150 |
| 206 | 2026-07-25T04:13:56.140Z | Downloaded serde v1.0.228 |
| 207 | 2026-07-25T04:13:56.154Z | Downloaded zerocopy-derive v0.8.54 |
| 208 | 2026-07-25T04:13:56.180Z | Downloaded regex v1.13.0 |
| 209 | 2026-07-25T04:13:56.185Z | Downloaded itertools v0.15.0 |
| 210 | 2026-07-25T04:13:56.188Z | Downloaded pest v2.8.7 |
| 211 | 2026-07-25T04:13:56.198Z | Downloaded aho-corasick v1.1.4 |
| 212 | 2026-07-25T04:13:56.215Z | Downloaded goblin v0.10.7 |
| 213 | 2026-07-25T04:13:56.253Z | Downloaded unicode-width v0.2.2 |
| 214 | 2026-07-25T04:13:56.260Z | Downloaded zerocopy v0.8.54 |
| 215 | 2026-07-25T04:13:56.270Z | Downloaded smoltcp v0.11.0 |
| 216 | 2026-07-25T04:13:56.276Z | Downloaded syn v2.0.119 |
| 217 | 2026-07-25T04:13:56.282Z | Downloaded regex-syntax v0.8.11 |
| 218 | 2026-07-25T04:13:56.289Z | Downloaded regex-automata v0.4.15 |
| 219 | 2026-07-25T04:13:56.331Z | Downloaded libc v0.2.186 |
| 220 | 2026-07-25T04:13:56.371Z | Compiling proc-macro2 v1.0.106 |
| 221 | 2026-07-25T04:13:56.371Z | Compiling quote v1.0.46 |
| 222 | 2026-07-25T04:13:56.372Z | Compiling unicode-ident v1.0.24 |
| 223 | 2026-07-25T04:13:56.372Z | Documenting unicode-ident v1.0.24 |
| 224 | 2026-07-25T04:13:56.375Z | Compiling ident_case v1.0.1 |
| 225 | 2026-07-25T04:13:56.375Z | Compiling serde_core v1.0.228 |
| 226 | 2026-07-25T04:13:56.375Z | Compiling strsim v0.11.1 |
| 227 | 2026-07-25T04:13:56.531Z | Checking memchr v2.8.3 |
| 228 | 2026-07-25T04:13:56.744Z | Compiling serde v1.0.228 |
| 229 | 2026-07-25T04:13:56.794Z | Compiling regex-syntax v0.8.11 |
| 230 | 2026-07-25T04:13:56.823Z | Compiling thiserror v2.0.18 |
| 231 | 2026-07-25T04:13:56.839Z | Compiling zerocopy v0.8.54 |
| 232 | 2026-07-25T04:13:57.073Z | Documenting proc-macro2 v1.0.106 |
| 233 | 2026-07-25T04:13:57.129Z | Compiling aho-corasick v1.1.4 |
| 234 | 2026-07-25T04:13:57.399Z | Checking syn v2.0.119 |
| 235 | 2026-07-25T04:13:57.509Z | Compiling either v1.16.0 |
| 236 | 2026-07-25T04:13:57.674Z | Documenting quote v1.0.46 |
| 237 | 2026-07-25T04:13:57.709Z | Documenting strsim v0.11.1 |
| 238 | 2026-07-25T04:13:58.183Z | Documenting syn v2.0.119 |
| 239 | 2026-07-25T04:13:58.196Z | Compiling regex-automata v0.4.15 |
| 240 | 2026-07-25T04:13:58.259Z | Documenting ident_case v1.0.1 |
| 241 | 2026-07-25T04:13:58.543Z | Checking byteorder v1.5.0 |
| 242 | 2026-07-25T04:13:58.683Z | Compiling itertools v0.15.0 |
| 243 | 2026-07-25T04:13:58.753Z | Documenting memchr v2.8.3 |
| 244 | 2026-07-25T04:13:58.825Z | Compiling heapless v0.8.0 |
| 245 | 2026-07-25T04:13:59.294Z | Checking hash32 v0.3.1 |
| 246 | 2026-07-25T04:13:59.376Z | Documenting aho-corasick v1.1.4 |
| 247 | 2026-07-25T04:13:59.380Z | Checking darling_core v0.23.0 |
| 248 | 2026-07-25T04:13:59.402Z | Checking bitflags v2.13.0 |
| 249 | 2026-07-25T04:13:59.559Z | Documenting serde_core v1.0.228 |
| 250 | 2026-07-25T04:14:00.212Z | Documenting darling_core v0.23.0 |
| 251 | 2026-07-25T04:14:00.263Z | Compiling regex v1.13.0 |
| 252 | 2026-07-25T04:14:00.300Z | Checking stable_deref_trait v1.2.1 |
| 253 | 2026-07-25T04:14:00.371Z | Checking cfg-if v1.0.4 |
| 254 | 2026-07-25T04:14:00.432Z | Documenting regex-syntax v0.8.11 |
| 255 | 2026-07-25T04:14:00.654Z | Checking macaddr v1.0.1 |
| 256 | 2026-07-25T04:14:00.665Z | Compiling smoltcp v0.11.0 |
| 257 | 2026-07-25T04:14:01.088Z | Documenting serde_derive v1.0.228 |
| 258 | 2026-07-25T04:14:01.095Z | Compiling thiserror-impl v2.0.18 |
| 259 | 2026-07-25T04:14:01.284Z | Compiling zerocopy-derive v0.8.54 |
| 260 | 2026-07-25T04:14:01.411Z | Compiling serde_derive v1.0.228 |
| 261 | 2026-07-25T04:14:01.427Z | Documenting darling_macro v0.23.0 |
| 262 | 2026-07-25T04:14:01.588Z | Documenting regex-automata v0.4.15 |
| 263 | 2026-07-25T04:14:02.089Z | Documenting zerocopy-derive v0.8.54 |
| 264 | 2026-07-25T04:14:02.102Z | Documenting thiserror-impl v2.0.18 |
| 265 | 2026-07-25T04:14:02.191Z | Compiling darling_macro v0.23.0 |
| 266 | 2026-07-25T04:14:02.261Z | Documenting byteorder v1.5.0 |
| 267 | 2026-07-25T04:14:02.455Z | Checking cobs v0.3.0 |
| 268 | 2026-07-25T04:14:02.591Z | Checking bitflags v1.3.2 |
| 269 | 2026-07-25T04:14:02.656Z | Checking managed v0.8.0 |
| 270 | 2026-07-25T04:14:02.770Z | Documenting hash32 v0.3.1 |
| 271 | 2026-07-25T04:14:02.773Z | Compiling darling v0.23.0 |
| 272 | 2026-07-25T04:14:02.843Z | Compiling ingot-macros v0.2.0 |
| 273 | 2026-07-25T04:14:02.918Z | Documenting darling v0.23.0 |
| 274 | 2026-07-25T04:14:03.088Z | Documenting regex v1.13.0 |
| 275 | 2026-07-25T04:14:03.157Z | Documenting thiserror v2.0.18 |
| 276 | 2026-07-25T04:14:03.317Z | Documenting zerocopy v0.8.54 |
| 277 | 2026-07-25T04:14:03.472Z | Documenting bitflags v2.13.0 |
| 278 | 2026-07-25T04:14:03.766Z | Compiling crc32fast v1.5.0 |
| 279 | 2026-07-25T04:14:03.866Z | Documenting stable_deref_trait v1.2.1 |
| 280 | 2026-07-25T04:14:04.073Z | Documenting macaddr v1.0.1 |
| 281 | 2026-07-25T04:14:04.148Z | Documenting ingot-macros v0.2.0 |
| 282 | 2026-07-25T04:14:04.282Z | Documenting serde v1.0.228 |
| 283 | 2026-07-25T04:14:04.441Z | Documenting cfg-if v1.0.4 |
| 284 | 2026-07-25T04:14:04.505Z | Compiling ref-cast v1.0.25 |
| 285 | 2026-07-25T04:14:04.652Z | Checking postcard v1.1.3 |
| 286 | 2026-07-25T04:14:04.886Z | Documenting heapless v0.8.0 |
| 287 | 2026-07-25T04:14:04.970Z | Documenting cobs v0.3.0 |
| 288 | 2026-07-25T04:14:05.365Z | Compiling ref-cast-impl v1.0.25 |
| 289 | 2026-07-25T04:14:05.541Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 290 | 2026-07-25T04:14:05.548Z | Checking ingot-types v0.2.0 |
| 291 | 2026-07-25T04:14:05.804Z | Checking ipnetwork v0.21.1 |
| 292 | 2026-07-25T04:14:05.857Z | Documenting managed v0.8.0 |
| 293 | 2026-07-25T04:14:05.944Z | Checking ingot v0.2.0 |
| 294 | 2026-07-25T04:14:05.968Z | Compiling version_check v0.9.5 |
| 295 | 2026-07-25T04:14:05.988Z | Checking unicode-width v0.2.2 |
| 296 | 2026-07-25T04:14:06.022Z | Documenting postcard v1.1.3 |
| 297 | 2026-07-25T04:14:06.141Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 298 | 2026-07-25T04:14:06.234Z | Documenting ref-cast-impl v1.0.25 |
| 299 | 2026-07-25T04:14:06.241Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 300 | 2026-07-25T04:14:06.250Z | Documenting either v1.16.0 |
| 301 | 2026-07-25T04:14:06.476Z | Documenting ipnetwork v0.21.1 |
| 302 | 2026-07-25T04:14:06.637Z | Documenting ingot-types v0.2.0 |
| 303 | 2026-07-25T04:14:06.662Z | Documenting smoltcp v0.11.0 |
| 304 | 2026-07-25T04:14:06.905Z | Documenting unicode-width v0.2.2 |
| 305 | 2026-07-25T04:14:07.203Z | Checking tabwriter v1.4.1 |
| 306 | 2026-07-25T04:14:07.399Z | Documenting itertools v0.15.0 |
| 307 | 2026-07-25T04:14:07.508Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 308 | 2026-07-25T04:14:07.647Z | Documenting ref-cast v1.0.25 |
| 309 | 2026-07-25T04:14:07.917Z | Documenting crc32fast v1.5.0 |
| 310 | 2026-07-25T04:14:08.216Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 311 | 2026-07-25T04:14:08.223Z | Documenting ingot v0.2.0 |
| 312 | 2026-07-25T04:14:08.279Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 313 | 2026-07-25T04:14:08.411Z | Documenting tabwriter v1.4.1 |
| 314 | 2026-07-25T04:14:08.819Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 315 | 2026-07-25T04:14:08.908Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 316 | 2026-07-25T04:14:09.025Z | Documenting dyn-clone v1.0.20 |
| 317 | 2026-07-25T04:14:09.311Z | Checking dyn-clone v1.0.20 |
| 318 | 2026-07-25T04:14:11.441Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 319 | 2026-07-25T04:14:12.565Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 320 | 2026-07-25T04:14:14.897Z | Finished `dev` profile [optimized + debuginfo] target(s) in 22.79s |
| 321 | 2026-07-25T04:14:14.986Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
| 322 | 2026-07-25T04:14:15.010Z | |
| 323 | 2026-07-25T04:14:15.014Z | real 22.898252718 |
| 324 | 2026-07-25T04:14:15.014Z | user 1:16.851594414 |
| 325 | 2026-07-25T04:14:15.014Z | sys 16.710730871 |
| 326 | 2026-07-25T04:14:15.014Z | trap 0.043617364 |
| 327 | 2026-07-25T04:14:15.014Z | tflt 0.050817345 |
| 328 | 2026-07-25T04:14:15.014Z | dflt 0.093613530 |
| 329 | 2026-07-25T04:14:15.014Z | kflt 0.005011476 |
| 330 | 2026-07-25T04:14:15.014Z | lock 6:33.692600858 |
| 331 | 2026-07-25T04:14:15.014Z | slp 4:24.516438286 |
| 332 | 2026-07-25T04:14:15.015Z | lat 7.710118394 |
| 333 | 2026-07-25T04:14:15.015Z | stop 12.111843068 |
| 334 | 2026-07-25T04:14:15.015Z | + header 'analyze std + api' |
| 335 | 2026-07-25T04:14:15.015Z | + echo '# ==== analyze std + api ==== #' |
| 336 | 2026-07-25T04:14:15.015Z | # ==== analyze std + api ==== # |
| 337 | 2026-07-25T04:14:15.015Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 338 | 2026-07-25T04:14:15.247Z | Compiling proc-macro2 v1.0.106 |
| 339 | 2026-07-25T04:14:15.247Z | Compiling quote v1.0.46 |
| 340 | 2026-07-25T04:14:15.247Z | Compiling unicode-ident v1.0.24 |
| 341 | 2026-07-25T04:14:15.247Z | Compiling memchr v2.8.3 |
| 342 | 2026-07-25T04:14:15.247Z | Compiling thiserror v2.0.18 |
| 343 | 2026-07-25T04:14:15.247Z | Compiling zerocopy v0.8.54 |
| 344 | 2026-07-25T04:14:15.252Z | Compiling zmij v1.0.22 |
| 345 | 2026-07-25T04:14:15.252Z | Compiling serde_core v1.0.228 |
| 346 | 2026-07-25T04:14:15.430Z | Compiling libc v0.2.186 |
| 347 | 2026-07-25T04:14:15.596Z | Compiling ucd-trie v0.1.7 |
| 348 | 2026-07-25T04:14:15.626Z | Compiling serde_json v1.0.150 |
| 349 | 2026-07-25T04:14:15.803Z | Compiling pest v2.8.7 |
| 350 | 2026-07-25T04:14:15.817Z | Compiling serde v1.0.228 |
| 351 | 2026-07-25T04:14:15.866Z | Compiling ident_case v1.0.1 |
| 352 | 2026-07-25T04:14:15.872Z | Compiling strsim v0.11.1 |
| 353 | 2026-07-25T04:14:16.174Z | Compiling aho-corasick v1.1.4 |
| 354 | 2026-07-25T04:14:16.190Z | Checking byteorder v1.5.0 |
| 355 | 2026-07-25T04:14:16.215Z | Compiling itoa v1.0.18 |
| 356 | 2026-07-25T04:14:16.445Z | Compiling regex-syntax v0.8.11 |
| 357 | 2026-07-25T04:14:16.626Z | Compiling syn v2.0.119 |
| 358 | 2026-07-25T04:14:16.836Z | Compiling pest_meta v2.8.7 |
| 359 | 2026-07-25T04:14:17.004Z | Compiling either v1.16.0 |
| 360 | 2026-07-25T04:14:17.130Z | Compiling usdt-impl v0.6.0 |
| 361 | 2026-07-25T04:14:17.211Z | Compiling itertools v0.15.0 |
| 362 | 2026-07-25T04:14:17.580Z | Compiling thread-id v5.1.0 |
| 363 | 2026-07-25T04:14:17.791Z | Checking plain v0.2.3 |
| 364 | 2026-07-25T04:14:17.870Z | Checking log v0.4.33 |
| 365 | 2026-07-25T04:14:17.883Z | Compiling regex-automata v0.4.15 |
| 366 | 2026-07-25T04:14:17.887Z | Compiling heapless v0.8.0 |
| 367 | 2026-07-25T04:14:18.506Z | Checking bitflags v2.13.0 |
| 368 | 2026-07-25T04:14:18.509Z | Checking hash32 v0.3.1 |
| 369 | 2026-07-25T04:14:18.518Z | Checking cfg-if v1.0.4 |
| 370 | 2026-07-25T04:14:18.572Z | Checking pretty-hex v0.4.2 |
| 371 | 2026-07-25T04:14:18.623Z | Compiling smoltcp v0.11.0 |
| 372 | 2026-07-25T04:14:18.667Z | Checking macaddr v1.0.1 |
| 373 | 2026-07-25T04:14:18.680Z | Checking stable_deref_trait v1.2.1 |
| 374 | 2026-07-25T04:14:18.871Z | Checking managed v0.8.0 |
| 375 | 2026-07-25T04:14:18.932Z | Compiling ref-cast v1.0.25 |
| 376 | 2026-07-25T04:14:18.958Z | Checking bitflags v1.3.2 |
| 377 | 2026-07-25T04:14:19.018Z | Compiling version_check v0.9.5 |
| 378 | 2026-07-25T04:14:19.047Z | Compiling pest_generator v2.8.7 |
| 379 | 2026-07-25T04:14:19.112Z | Compiling darling_core v0.23.0 |
| 380 | 2026-07-25T04:14:19.239Z | Compiling crc32fast v1.5.0 |
| 381 | 2026-07-25T04:14:19.289Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 382 | 2026-07-25T04:14:19.534Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 383 | 2026-07-25T04:14:19.557Z | Compiling regex v1.13.0 |
| 384 | 2026-07-25T04:14:19.654Z | Checking memmap2 v0.9.11 |
| 385 | 2026-07-25T04:14:19.816Z | Checking unicode-width v0.2.2 |
| 386 | 2026-07-25T04:14:19.841Z | Checking ipnetwork v0.21.1 |
| 387 | 2026-07-25T04:14:20.061Z | Checking tabwriter v1.4.1 |
| 388 | 2026-07-25T04:14:20.170Z | Checking dyn-clone v1.0.20 |
| 389 | 2026-07-25T04:14:20.247Z | Compiling thiserror-impl v2.0.18 |
| 390 | 2026-07-25T04:14:20.254Z | Compiling serde_derive v1.0.228 |
| 391 | 2026-07-25T04:14:20.264Z | Compiling zerocopy-derive v0.8.54 |
| 392 | 2026-07-25T04:14:20.398Z | Compiling pest_derive v2.8.7 |
| 393 | 2026-07-25T04:14:20.583Z | Compiling scroll_derive v0.13.1 |
| 394 | 2026-07-25T04:14:20.794Z | Compiling ref-cast-impl v1.0.25 |
| 395 | 2026-07-25T04:14:20.934Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 396 | 2026-07-25T04:14:21.282Z | Compiling darling_macro v0.23.0 |
| 397 | 2026-07-25T04:14:21.402Z | Checking scroll v0.13.0 |
| 398 | 2026-07-25T04:14:21.544Z | Compiling dtrace-parser v0.3.0 |
| 399 | 2026-07-25T04:14:21.568Z | Checking cobs v0.3.0 |
| 400 | 2026-07-25T04:14:21.652Z | Checking goblin v0.10.7 |
| 401 | 2026-07-25T04:14:21.837Z | Compiling darling v0.23.0 |
| 402 | 2026-07-25T04:14:21.905Z | Compiling ingot-macros v0.2.0 |
| 403 | 2026-07-25T04:14:21.913Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 404 | 2026-07-25T04:14:22.950Z | Checking postcard v1.1.3 |
| 405 | 2026-07-25T04:14:22.965Z | Compiling serde_tokenstream v0.2.3 |
| 406 | 2026-07-25T04:14:24.283Z | Compiling dof v0.4.0 |
| 407 | 2026-07-25T04:14:24.304Z | Checking ingot-types v0.2.0 |
| 408 | 2026-07-25T04:14:24.603Z | Checking ingot v0.2.0 |
| 409 | 2026-07-25T04:14:25.154Z | Compiling usdt-attr-macro v0.6.0 |
| 410 | 2026-07-25T04:14:25.155Z | Compiling usdt-macro v0.6.0 |
| 411 | 2026-07-25T04:14:25.796Z | Checking usdt v0.6.0 |
| 412 | 2026-07-25T04:14:26.045Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 413 | 2026-07-25T04:14:34.610Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.54s |
| 414 | 2026-07-25T04:14:34.660Z | |
| 415 | 2026-07-25T04:14:34.697Z | real 19.618766247 |
| 416 | 2026-07-25T04:14:34.697Z | user 1:02.443459655 |
| 417 | 2026-07-25T04:14:34.697Z | sys 12.380625261 |
| 418 | 2026-07-25T04:14:34.697Z | trap 0.029806404 |
| 419 | 2026-07-25T04:14:34.697Z | tflt 0.107589879 |
| 420 | 2026-07-25T04:14:34.697Z | dflt 0.186611253 |
| 421 | 2026-07-25T04:14:34.697Z | kflt 0.000006700 |
| 422 | 2026-07-25T04:14:34.697Z | lock 3:56.450511126 |
| 423 | 2026-07-25T04:14:34.697Z | slp 3:16.569894075 |
| 424 | 2026-07-25T04:14:34.697Z | lat 2.681013202 |
| 425 | 2026-07-25T04:14:34.697Z | stop 6.169202154 |
| 426 | 2026-07-25T04:14:34.697Z | + header 'analyze no_std + engine + kernel' |
| 427 | 2026-07-25T04:14:34.697Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 428 | 2026-07-25T04:14:34.697Z | # ==== analyze no_std + engine + kernel ==== # |
| 429 | 2026-07-25T04:14:34.698Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings |
| 430 | 2026-07-25T04:14:34.805Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 431 | 2026-07-25T04:14:34.805Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 432 | 2026-07-25T04:14:34.805Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 433 | 2026-07-25T04:14:34.814Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 434 | 2026-07-25T04:14:35.024Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 435 | 2026-07-25T04:14:38.122Z | Finished `dev` profile [optimized + debuginfo] target(s) in 3.43s |
| 436 | 2026-07-25T04:14:38.149Z | |
| 437 | 2026-07-25T04:14:38.161Z | real 3.492752277 |
| 438 | 2026-07-25T04:14:38.161Z | user 3.754011964 |
| 439 | 2026-07-25T04:14:38.161Z | sys 0.841943601 |
| 440 | 2026-07-25T04:14:38.161Z | trap 0.000485150 |
| 441 | 2026-07-25T04:14:38.162Z | tflt 0.020438208 |
| 442 | 2026-07-25T04:14:38.162Z | dflt 0.005627615 |
| 443 | 2026-07-25T04:14:38.162Z | kflt 0.000000000 |
| 444 | 2026-07-25T04:14:38.162Z | lock 11.499735193 |
| 445 | 2026-07-25T04:14:38.162Z | slp 14.552443303 |
| 446 | 2026-07-25T04:14:38.162Z | lat 0.007414951 |
| 447 | 2026-07-25T04:14:38.162Z | stop 0.189733815 |
| 448 | 2026-07-25T04:14:38.162Z | + header test |
| 449 | 2026-07-25T04:14:38.162Z | + echo '# ==== test ==== #' |
| 450 | 2026-07-25T04:14:38.162Z | + ptime -m cargo test |
| 451 | 2026-07-25T04:14:38.162Z | # ==== test ==== # |
| 452 | 2026-07-25T04:14:38.280Z | Compiling serde_core v1.0.228 |
| 453 | 2026-07-25T04:14:38.286Z | Compiling thiserror v2.0.18 |
| 454 | 2026-07-25T04:14:38.287Z | Compiling zerocopy v0.8.54 |
| 455 | 2026-07-25T04:14:38.317Z | Compiling byteorder v1.5.0 |
| 456 | 2026-07-25T04:14:38.322Z | Compiling memchr v2.8.3 |
| 457 | 2026-07-25T04:14:38.322Z | Compiling unicode-ident v1.0.24 |
| 458 | 2026-07-25T04:14:38.322Z | Compiling libc v0.2.186 |
| 459 | 2026-07-25T04:14:38.322Z | Compiling zmij v1.0.22 |
| 460 | 2026-07-25T04:14:38.413Z | Compiling proc-macro2 v1.0.106 |
| 461 | 2026-07-25T04:14:38.430Z | Compiling scroll v0.13.0 |
| 462 | 2026-07-25T04:14:38.517Z | Compiling log v0.4.33 |
| 463 | 2026-07-25T04:14:38.676Z | Compiling plain v0.2.3 |
| 464 | 2026-07-25T04:14:38.781Z | Compiling itoa v1.0.18 |
| 465 | 2026-07-25T04:14:38.782Z | Compiling ucd-trie v0.1.7 |
| 466 | 2026-07-25T04:14:38.866Z | Compiling quote v1.0.46 |
| 467 | 2026-07-25T04:14:38.866Z | Compiling goblin v0.10.7 |
| 468 | 2026-07-25T04:14:38.978Z | Compiling pest v2.8.7 |
| 469 | 2026-07-25T04:14:39.373Z | Compiling hash32 v0.3.1 |
| 470 | 2026-07-25T04:14:39.381Z | Compiling macaddr v1.0.1 |
| 471 | 2026-07-25T04:14:39.543Z | Compiling cfg-if v1.0.4 |
| 472 | 2026-07-25T04:14:39.602Z | Compiling stable_deref_trait v1.2.1 |
| 473 | 2026-07-25T04:14:39.637Z | Compiling pretty-hex v0.4.2 |
| 474 | 2026-07-25T04:14:39.677Z | Compiling heapless v0.8.0 |
| 475 | 2026-07-25T04:14:39.760Z | Compiling syn v2.0.119 |
| 476 | 2026-07-25T04:14:39.875Z | Compiling thread-id v5.1.0 |
| 477 | 2026-07-25T04:14:39.987Z | Compiling cobs v0.3.0 |
| 478 | 2026-07-25T04:14:40.137Z | Compiling serde v1.0.228 |
| 479 | 2026-07-25T04:14:40.244Z | Compiling bitflags v2.13.0 |
| 480 | 2026-07-25T04:14:40.288Z | Compiling serde_json v1.0.150 |
| 481 | 2026-07-25T04:14:40.681Z | Compiling dtrace-parser v0.3.0 |
| 482 | 2026-07-25T04:14:40.722Z | Compiling bitflags v1.3.2 |
| 483 | 2026-07-25T04:14:40.746Z | Compiling managed v0.8.0 |
| 484 | 2026-07-25T04:14:40.794Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 485 | 2026-07-25T04:14:40.979Z | Compiling smoltcp v0.11.0 |
| 486 | 2026-07-25T04:14:41.015Z | Compiling postcard v1.1.3 |
| 487 | 2026-07-25T04:14:41.177Z | Compiling ingot-types v0.2.0 |
| 488 | 2026-07-25T04:14:41.342Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 489 | 2026-07-25T04:14:41.371Z | Compiling memmap2 v0.9.11 |
| 490 | 2026-07-25T04:14:41.551Z | Compiling ingot v0.2.0 |
| 491 | 2026-07-25T04:14:41.663Z | Compiling either v1.16.0 |
| 492 | 2026-07-25T04:14:41.860Z | Compiling dof v0.4.0 |
| 493 | 2026-07-25T04:14:41.948Z | Compiling ipnetwork v0.21.1 |
| 494 | 2026-07-25T04:14:42.447Z | Compiling unicode-width v0.2.2 |
| 495 | 2026-07-25T04:14:42.747Z | Compiling usdt-impl v0.6.0 |
| 496 | 2026-07-25T04:14:43.438Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 497 | 2026-07-25T04:14:43.802Z | Compiling usdt v0.6.0 |
| 498 | 2026-07-25T04:14:44.250Z | Compiling tabwriter v1.4.1 |
| 499 | 2026-07-25T04:14:44.413Z | Compiling itertools v0.15.0 |
| 500 | 2026-07-25T04:14:44.681Z | Compiling ref-cast v1.0.25 |
| 501 | 2026-07-25T04:14:44.811Z | Compiling crc32fast v1.5.0 |
| 502 | 2026-07-25T04:14:45.062Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 503 | 2026-07-25T04:14:45.163Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 504 | 2026-07-25T04:14:45.692Z | Compiling dyn-clone v1.0.20 |
| 505 | 2026-07-25T04:15:00.594Z | Finished `test` profile [optimized + debuginfo] target(s) in 22.40s |
| 506 | 2026-07-25T04:15:00.616Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-9cc5482da08db739) |
| 507 | 2026-07-25T04:15:00.617Z | |
| 508 | 2026-07-25T04:15:00.617Z | running 84 tests |
| 509 | 2026-07-25T04:15:00.617Z | test d_error::tests::name_and_data_storage ... ok |
| 510 | 2026-07-25T04:15:00.617Z | test d_error::tests::name_truncation ... ok |
| 511 | 2026-07-25T04:15:00.617Z | test ddi::mblk::test::chain_breaks_links ... ok |
| 512 | 2026-07-25T04:15:00.617Z | test ddi::mblk::test::chain_drain_complete ... ok |
| 513 | 2026-07-25T04:15:00.618Z | test ddi::mblk::test::chain_append_links ... ok |
| 514 | 2026-07-25T04:15:00.618Z | test ddi::mblk::test::chain_has_correct_ends ... ok |
| 515 | 2026-07-25T04:15:00.618Z | test ddi::mblk::test::expand_and_shrink ... ok |
| 516 | 2026-07-25T04:15:00.618Z | test ddi::mblk::test::prefix_len ... ok |
| 517 | 2026-07-25T04:15:00.618Z | test ddi::mblk::test::test_long_packet_continuation ... ok |
| 518 | 2026-07-25T04:15:00.618Z | test ddi::mblk::test::read_seg ... ok |
| 519 | 2026-07-25T04:15:00.618Z | test ddi::mblk::test::truncate ... ok |
| 520 | 2026-07-25T04:15:00.618Z | test ddi::mblk::test::wrap ... ok |
| 521 | 2026-07-25T04:15:00.618Z | test ddi::mblk::test::uninitialized_packet ... ok |
| 522 | 2026-07-25T04:15:00.618Z | test ddi::mblk::test::zero_byte_packet ... ok |
| 523 | 2026-07-25T04:15:00.618Z | test ddi::time::test::good_interval ... ok |
| 524 | 2026-07-25T04:15:00.619Z | test engine::dhcp::test::hostname_encode ... ok |
| 525 | 2026-07-25T04:15:00.619Z | test engine::dhcp::test::offlink_encode ... ok |
| 526 | 2026-07-25T04:15:00.619Z | test engine::dhcp::test::domainname_encode ... ok |
| 527 | 2026-07-25T04:15:00.619Z | test engine::dhcp::test::domain_search_option_encode ... ok |
| 528 | 2026-07-25T04:15:00.621Z | test engine::dhcp::test::rfc3442_encode ... ok |
| 529 | 2026-07-25T04:15:00.621Z | test engine::dhcpv6::options::test::fail_on_deeply_nested_options ... ok |
| 530 | 2026-07-25T04:15:00.621Z | test engine::dhcpv6::options::test::test_client_id ... ok |
| 531 | 2026-07-25T04:15:00.621Z | test engine::dhcpv6::options::test::test_domain_list_from_slice ... ok |
| 532 | 2026-07-25T04:15:00.621Z | test engine::dhcpv6::options::test::test_dns_servers ... ok |
| 533 | 2026-07-25T04:15:00.621Z | test engine::dhcpv6::options::test::test_iata ... ok |
| 534 | 2026-07-25T04:15:00.621Z | test engine::dhcpv6::options::test::test_elapsed_time ... ok |
| 535 | 2026-07-25T04:15:00.621Z | test engine::dhcpv6::options::test::test_iana ... ok |
| 536 | 2026-07-25T04:15:00.621Z | test engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok |
| 537 | 2026-07-25T04:15:00.621Z | test engine::dhcpv6::options::test::test_option_request ... ok |
| 538 | 2026-07-25T04:15:00.621Z | test engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok |
| 539 | 2026-07-25T04:15:00.621Z | test engine::dhcpv6::options::test::test_rapid_commit ... ok |
| 540 | 2026-07-25T04:15:00.622Z | test engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok |
| 541 | 2026-07-25T04:15:00.622Z | test engine::dhcpv6::options::test::test_sntp_servers ... ok |
| 542 | 2026-07-25T04:15:00.622Z | test engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok |
| 543 | 2026-07-25T04:15:00.622Z | test engine::dhcpv6::options::test::test_server_id ... ok |
| 544 | 2026-07-25T04:15:00.622Z | test ddi::time::test::bad_interval - should panic ... ok |
| 545 | 2026-07-25T04:15:00.622Z | test engine::dhcpv6::options::test::test_status ... ok |
| 546 | 2026-07-25T04:15:00.622Z | test engine::dhcpv6::options::test::test_parse_snooped_iana ... ok |
| 547 | 2026-07-25T04:15:00.622Z | test engine::ether::test::emit ... ok |
| 548 | 2026-07-25T04:15:00.622Z | test engine::dhcpv6::test::test_duid_from_mac ... ok |
| 549 | 2026-07-25T04:15:00.622Z | test engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok |
| 550 | 2026-07-25T04:15:00.622Z | test engine::flow_table::test::flow_clear ... ok |
| 551 | 2026-07-25T04:15:00.624Z | test engine::flow_table::test::children_prevent_timer_expiry ... ok |
| 552 | 2026-07-25T04:15:00.624Z | test engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok |
| 553 | 2026-07-25T04:15:00.624Z | test engine::flow_table::test::eviction_invalidates_descendents ... ok |
| 554 | 2026-07-25T04:15:00.624Z | test engine::flow_table::test::priority_lerp ... ok |
| 555 | 2026-07-25T04:15:00.624Z | test engine::flow_table::test::eviction_selects_highest_prio ... ok |
| 556 | 2026-07-25T04:15:00.624Z | test engine::flow_table::test::priority_lerp_clamps ... ok |
| 557 | 2026-07-25T04:15:00.624Z | test engine::flow_table::test::eviction_basics ... ok |
| 558 | 2026-07-25T04:15:00.625Z | test engine::flow_table::test::flow_expired ... ok |
| 559 | 2026-07-25T04:15:00.625Z | test engine::flow_table::test::timer_expiry_propagation ... ok |
| 560 | 2026-07-25T04:15:00.625Z | test engine::flow_table::test::priority_lerp_rejects_bad_params ... ok |
| 561 | 2026-07-25T04:15:00.625Z | test engine::geneve::test::emit_no_opts ... ok |
| 562 | 2026-07-25T04:15:00.625Z | test engine::ip::v4::test::emit ... ok |
| 563 | 2026-07-25T04:15:00.625Z | test engine::geneve::test::emit_single_opt ... ok |
| 564 | 2026-07-25T04:15:00.625Z | test engine::flow_table::test::eviction_priority_inheritance ... ok |
| 565 | 2026-07-25T04:15:00.625Z | test engine::ip::v4::test::match_check ... ok |
| 566 | 2026-07-25T04:15:00.625Z | test engine::ip::v4::test::cidr_match ... ok |
| 567 | 2026-07-25T04:15:00.625Z | test engine::ip::v6::test::from_pairs ... ok |
| 568 | 2026-07-25T04:15:00.625Z | test engine::ip::v6::test::bad_ipv6_version_caught ... ok |
| 569 | 2026-07-25T04:15:00.626Z | test engine::ip::v6::test::emit ... ok |
| 570 | 2026-07-25T04:15:00.626Z | test engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok |
| 571 | 2026-07-25T04:15:00.626Z | test engine::ip::v6::test::test_set_total_len ... ok |
| 572 | 2026-07-25T04:15:00.626Z | test engine::ip::v6::test::test_extension_header_lengths_ok ... ok |
| 573 | 2026-07-25T04:15:00.626Z | test engine::ip::v6::test::test_ipv6_addr_match_exact ... ok |
| 574 | 2026-07-25T04:15:00.626Z | test engine::layer::test::find_rule ... ok |
| 575 | 2026-07-25T04:15:00.627Z | test engine::ip::v6::test::extension_push_spec ... ok |
| 576 | 2026-07-25T04:15:00.627Z | test engine::packet::test::parse_ipv6_extension_headers_ok ... ok |
| 577 | 2026-07-25T04:15:00.627Z | test engine::nat::test::nat4_rewrite ... ok |
| 578 | 2026-07-25T04:15:00.627Z | test engine::packet::test::read_multi_segment ... ok |
| 579 | 2026-07-25T04:15:00.627Z | test engine::packet::test::read_single_segment ... ok |
| 580 | 2026-07-25T04:15:00.627Z | test engine::ip::v6::test::option_push_spec ... ok |
| 581 | 2026-07-25T04:15:00.627Z | test engine::ip::v6::test::push_spec ... ok |
| 582 | 2026-07-25T04:15:00.627Z | test engine::packet::test::straddled_tcp ... ok |
| 583 | 2026-07-25T04:15:00.627Z | test engine::packet::test::udp6_packet_with_padding ... ok |
| 584 | 2026-07-25T04:15:00.628Z | test engine::port::tests::established_tcp_eviction_prio_unchanging ... ok |
| 585 | 2026-07-25T04:15:00.628Z | test engine::packet::test::small_packet_with_padding ... ok |
| 586 | 2026-07-25T04:15:00.628Z | test engine::parse::test::icmp4_body_csum_equals_body ... ok |
| 587 | 2026-07-25T04:15:00.628Z | test engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok |
| 588 | 2026-07-25T04:15:00.628Z | test engine::rule::rule_matching ... ok |
| 589 | 2026-07-25T04:15:00.628Z | test engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok |
| 590 | 2026-07-25T04:15:00.628Z | test engine::snat::test::snat4_desc_lifecycle ... ok |
| 591 | 2026-07-25T04:15:00.628Z | test engine::snat::test::nat_mappings ... ok |
| 592 | 2026-07-25T04:15:00.628Z | test engine::snat::test::test_nat_pool_different_ip_types ... ok |
| 593 | 2026-07-25T04:15:00.628Z | |
| 594 | 2026-07-25T04:15:00.628Z | test result: ok. 84 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 595 | 2026-07-25T04:15:00.628Z | |
| 596 | 2026-07-25T04:15:00.629Z | Doc-tests opte |
| 597 | 2026-07-25T04:15:02.561Z | |
| 598 | 2026-07-25T04:15:02.561Z | running 3 tests |
| 599 | 2026-07-25T04:15:02.564Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored |
| 600 | 2026-07-25T04:15:02.564Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok |
| 601 | 2026-07-25T04:15:02.564Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok |
| 602 | 2026-07-25T04:15:02.565Z | |
| 603 | 2026-07-25T04:15:02.565Z | test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 604 | 2026-07-25T04:15:02.565Z | |
| 605 | 2026-07-25T04:15:02.567Z | all doctests ran in 1.39s; merged doctests compilation took 1.38s |
| 606 | 2026-07-25T04:15:02.606Z | |
| 607 | 2026-07-25T04:15:02.606Z | real 24.463254139 |
| 608 | 2026-07-25T04:15:02.606Z | user 2:03.623071338 |
| 609 | 2026-07-25T04:15:02.606Z | sys 7.218710305 |
| 610 | 2026-07-25T04:15:02.606Z | trap 0.055771412 |
| 611 | 2026-07-25T04:15:02.606Z | tflt 0.199463324 |
| 612 | 2026-07-25T04:15:02.606Z | dflt 0.335782690 |
| 613 | 2026-07-25T04:15:02.609Z | kflt 0.000005350 |
| 614 | 2026-07-25T04:15:02.610Z | lock 6:23.467027558 |
| 615 | 2026-07-25T04:15:02.610Z | slp 3:44.559714470 |
| 616 | 2026-07-25T04:15:02.610Z | lat 4.559602975 |
| 617 | 2026-07-25T04:15:02.610Z | stop 2.671459446 |
| 618 | 2026-07-25T04:15:02.610Z | process exited: duration 88851 ms, exit code 0 |
| |
| 619 | 2026-07-25T04:15:02.616Z | found 0 output files |