|
|
|
| 1 | 2026-07-20T10:28:57.514Z | job assigned to worker 01KXZH3EP467PDJ0EYJM336PJV [factory aws, i-0598d57a37a8f2e13] (queued for 49 s) |
| |
| 2 | 2026-07-20T10:29:03.802Z | starting task 0: "setup" |
| 3 | 2026-07-20T10:29:03.806Z | ++ uname -s |
| 4 | 2026-07-20T10:29:03.815Z | + kern=SunOS |
| 5 | 2026-07-20T10:29:03.815Z | + build_user=build |
| 6 | 2026-07-20T10:29:03.815Z | + build_uid=12345 |
| 7 | 2026-07-20T10:29:03.815Z | + work_dir=/work |
| 8 | 2026-07-20T10:29:03.816Z | + input_dir=/input |
| 9 | 2026-07-20T10:29:03.816Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-20T10:29:03.816Z | + case "$kern" in |
| 11 | 2026-07-20T10:29:03.816Z | + groupadd -g 12345 build |
| 12 | 2026-07-20T10:29:03.816Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-20T10:29:05.816Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-20T10:29:05.989Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-20T10:29:05.993Z | + home_fs=zfs |
| 16 | 2026-07-20T10:29:05.993Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-20T10:29:05.993Z | + mkdir -p /home/build |
| 18 | 2026-07-20T10:29:05.993Z | + chown build:build /home/build /work |
| 19 | 2026-07-20T10:29:07.994Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-20T10:29:07.997Z | process exited: duration 4198 ms, exit code 0 |
| |
| 21 | 2026-07-20T10:29:08.003Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-20T10:29:08.008Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-20T10:29:08.008Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-20T10:29:08.008Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-07-20T10:29:08.008Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-07-20T10:29:08.008Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-20T10:29:08.008Z | * rust toolchain profile = "default" |
| 28 | 2026-07-20T10:29:08.011Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-20T10:29:08.011Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-20T10:29:08.112Z | info: downloading installer |
| 31 | 2026-07-20T10:29:09.420Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-20T10:29:09.420Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-20T10:29:09.420Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-20T10:29:09.420Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-20T10:29:09.432Z | info: profile set to default |
| 36 | 2026-07-20T10:29:09.432Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-20T10:29:09.436Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-20T10:29:09.570Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-20T10:29:09.573Z | info: downloading 6 components |
| 40 | 2026-07-20T10:29:23.934Z | |
| 41 | 2026-07-20T10:29:23.934Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 42 | 2026-07-20T10:29:23.974Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-20T10:29:23.974Z | |
| 44 | 2026-07-20T10:29:23.974Z | |
| 45 | 2026-07-20T10:29:23.974Z | Rust is installed now. Great! |
| 46 | 2026-07-20T10:29:23.974Z | |
| 47 | 2026-07-20T10:29:23.974Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-20T10:29:23.974Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-20T10:29:23.974Z | |
| 50 | 2026-07-20T10:29:23.974Z | To configure your current shell, you need to source |
| 51 | 2026-07-20T10:29:23.974Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-20T10:29:23.974Z | |
| 53 | 2026-07-20T10:29:23.974Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-20T10:29:23.975Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-20T10:29:23.975Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-20T10:29:23.975Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-20T10:29:23.976Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-20T10:29:23.976Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-20T10:29:23.976Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-20T10:29:23.979Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-20T10:29:23.980Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-20T10:29:24.068Z | + rustup --version |
| 63 | 2026-07-20T10:29:24.077Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-20T10:29:24.080Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-20T10:29:24.098Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-20T10:29:24.101Z | + cargo --version |
| 67 | 2026-07-20T10:29:24.115Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-20T10:29:24.118Z | + rustc --version |
| 69 | 2026-07-20T10:29:24.137Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-20T10:29:24.140Z | process exited: duration 16135 ms, exit code 0 |
| |
| 71 | 2026-07-20T10:29:24.146Z | starting task 2: "authentication" |
| 72 | 2026-07-20T10:29:24.162Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-20T10:29:24.170Z | starting task 3: "clone repository" |
| 74 | 2026-07-20T10:29:24.173Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-20T10:29:24.176Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-20T10:29:24.204Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-20T10:29:25.072Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-20T10:29:25.075Z | + git fetch origin 2571d9323c72b0d6d59ae719a8c235eeb081e2db |
| 79 | 2026-07-20T10:29:25.277Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-20T10:29:25.277Z | * branch 2571d9323c72b0d6d59ae719a8c235eeb081e2db -> FETCH_HEAD |
| 81 | 2026-07-20T10:29:25.282Z | + [[ -n renovate/anyhow-1.x-lockfile ]] |
| 82 | 2026-07-20T10:29:25.285Z | ++ git branch --show-current |
| 83 | 2026-07-20T10:29:25.285Z | + current=master |
| 84 | 2026-07-20T10:29:25.285Z | + [[ master != renovate/anyhow-1.x-lockfile ]] |
| 85 | 2026-07-20T10:29:25.285Z | + git branch -f renovate/anyhow-1.x-lockfile 2571d9323c72b0d6d59ae719a8c235eeb081e2db |
| 86 | 2026-07-20T10:29:25.288Z | + git checkout -f renovate/anyhow-1.x-lockfile |
| 87 | 2026-07-20T10:29:25.304Z | Switched to branch 'renovate/anyhow-1.x-lockfile' |
| 88 | 2026-07-20T10:29:25.307Z | + git reset --hard 2571d9323c72b0d6d59ae719a8c235eeb081e2db |
| 89 | 2026-07-20T10:29:25.320Z | HEAD is now at 2571d93 Update Rust crate anyhow to v1.0.104 |
| 90 | 2026-07-20T10:29:25.323Z | process exited: duration 1150 ms, exit code 0 |
| |
| 91 | 2026-07-20T10:29:25.331Z | starting task 4: "build" |
| 92 | 2026-07-20T10:29:25.334Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-20T10:29:25.334Z | ++ rustup show active-toolchain |
| 94 | 2026-07-20T10:29:25.338Z | 1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-20T10:29:25.341Z | ++ pushd xde |
| 96 | 2026-07-20T10:29:25.341Z | ++ rustup show active-toolchain |
| 97 | 2026-07-20T10:29:25.341Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 98 | 2026-07-20T10:29:25.344Z | info: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos |
| 99 | 2026-07-20T10:29:25.479Z | info: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29) |
| 100 | 2026-07-20T10:29:25.482Z | info: downloading 6 components |
| 101 | 2026-07-20T10:29:38.666Z | nightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-20T10:29:38.764Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-20T10:29:38.767Z | +++ head -n 1 |
| 104 | 2026-07-20T10:29:38.767Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-20T10:29:38.826Z | ++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 106 | 2026-07-20T10:29:38.826Z | ++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 107 | 2026-07-20T10:29:38.829Z | ++ popd |
| 108 | 2026-07-20T10:29:38.829Z | /work/oxidecomputer/opte |
| 109 | 2026-07-20T10:29:38.829Z | + cargo --version |
| 110 | 2026-07-20T10:29:38.836Z | cargo 1.96.1 (356927216 2026-06-26) |
| 111 | 2026-07-20T10:29:38.838Z | + rustc --version |
| 112 | 2026-07-20T10:29:38.857Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 113 | 2026-07-20T10:29:38.860Z | + cd lib/opte |
| 114 | 2026-07-20T10:29:38.860Z | + header 'check style' |
| 115 | 2026-07-20T10:29:38.860Z | + echo '# ==== check style ==== #' |
| 116 | 2026-07-20T10:29:38.860Z | # ==== check style ==== # |
| 117 | 2026-07-20T10:29:38.860Z | + ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-07-20T10:29:39.045Z | |
| 119 | 2026-07-20T10:29:39.045Z | real 0.182978599 |
| 120 | 2026-07-20T10:29:39.045Z | user 0.139195327 |
| 121 | 2026-07-20T10:29:39.045Z | sys 0.037192470 |
| 122 | 2026-07-20T10:29:39.045Z | trap 0.000047690 |
| 123 | 2026-07-20T10:29:39.045Z | tflt 0.000016120 |
| 124 | 2026-07-20T10:29:39.047Z | dflt 0.000010560 |
| 125 | 2026-07-20T10:29:39.047Z | kflt 0.000000000 |
| 126 | 2026-07-20T10:29:39.047Z | lock 0.031407608 |
| 127 | 2026-07-20T10:29:39.047Z | slp 0.162509084 |
| 128 | 2026-07-20T10:29:39.047Z | lat 0.000786240 |
| 129 | 2026-07-20T10:29:39.047Z | stop 0.000099990 |
| 130 | 2026-07-20T10:29:39.051Z | + header 'check docs' |
| 131 | 2026-07-20T10:29:39.051Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-07-20T10:29:39.051Z | # ==== check docs ==== # |
| 133 | 2026-07-20T10:29:39.051Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-07-20T10:29:39.051Z | + ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-07-20T10:29:39.121Z | Updating crates.io index |
| 136 | 2026-07-20T10:29:39.124Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-07-20T10:29:39.787Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-07-20T10:29:40.032Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-07-20T10:29:40.364Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-07-20T10:29:40.613Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-07-20T10:29:40.857Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-07-20T10:29:41.161Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-07-20T10:29:43.185Z | Downloading crates ... |
| 144 | 2026-07-20T10:29:43.225Z | Downloaded cfg-if v1.0.4 |
| 145 | 2026-07-20T10:29:43.229Z | Downloaded byteorder v1.5.0 |
| 146 | 2026-07-20T10:29:43.233Z | Downloaded bitflags v2.13.0 |
| 147 | 2026-07-20T10:29:43.236Z | Downloaded cobs v0.3.0 |
| 148 | 2026-07-20T10:29:43.239Z | Downloaded darling_macro v0.23.0 |
| 149 | 2026-07-20T10:29:43.240Z | Downloaded embedded-io v0.6.1 |
| 150 | 2026-07-20T10:29:43.244Z | Downloaded dof v0.4.0 |
| 151 | 2026-07-20T10:29:43.244Z | Downloaded darling_macro v0.21.3 |
| 152 | 2026-07-20T10:29:43.247Z | Downloaded dyn-clone v1.0.20 |
| 153 | 2026-07-20T10:29:43.250Z | Downloaded hash32 v0.3.1 |
| 154 | 2026-07-20T10:29:43.250Z | Downloaded bitflags v1.3.2 |
| 155 | 2026-07-20T10:29:43.254Z | Downloaded defmt v0.3.100 |
| 156 | 2026-07-20T10:29:43.257Z | Downloaded fnv v1.0.7 |
| 157 | 2026-07-20T10:29:43.257Z | Downloaded ref-cast-impl v1.0.25 |
| 158 | 2026-07-20T10:29:43.261Z | Downloaded plain v0.2.3 |
| 159 | 2026-07-20T10:29:43.264Z | Downloaded defmt-parser v1.0.0 |
| 160 | 2026-07-20T10:29:43.264Z | Downloaded embedded-io v0.4.0 |
| 161 | 2026-07-20T10:29:43.272Z | Downloaded ref-cast v1.0.25 |
| 162 | 2026-07-20T10:29:43.275Z | Downloaded stable_deref_trait v1.2.1 |
| 163 | 2026-07-20T10:29:43.278Z | Downloaded thread-id v5.1.0 |
| 164 | 2026-07-20T10:29:43.278Z | Downloaded ident_case v1.0.1 |
| 165 | 2026-07-20T10:29:43.283Z | Downloaded macaddr v1.0.1 |
| 166 | 2026-07-20T10:29:43.283Z | Downloaded pest_generator v2.8.7 |
| 167 | 2026-07-20T10:29:43.286Z | Downloaded pest_derive v2.8.7 |
| 168 | 2026-07-20T10:29:43.289Z | Downloaded itoa v1.0.18 |
| 169 | 2026-07-20T10:29:43.293Z | Downloaded pretty-hex v0.4.2 |
| 170 | 2026-07-20T10:29:43.296Z | Downloaded usdt v0.6.0 |
| 171 | 2026-07-20T10:29:43.299Z | Downloaded managed v0.8.0 |
| 172 | 2026-07-20T10:29:43.302Z | Downloaded usdt-macro v0.6.0 |
| 173 | 2026-07-20T10:29:43.305Z | Downloaded tabwriter v1.4.1 |
| 174 | 2026-07-20T10:29:43.308Z | Downloaded scroll_derive v0.13.1 |
| 175 | 2026-07-20T10:29:43.309Z | Downloaded strsim v0.11.1 |
| 176 | 2026-07-20T10:29:43.309Z | Downloaded usdt-attr-macro v0.6.0 |
| 177 | 2026-07-20T10:29:43.312Z | Downloaded dtrace-parser v0.3.0 |
| 178 | 2026-07-20T10:29:43.316Z | Downloaded ingot-types v0.1.2 |
| 179 | 2026-07-20T10:29:43.319Z | Downloaded ipnetwork v0.21.1 |
| 180 | 2026-07-20T10:29:43.323Z | Downloaded either v1.16.0 |
| 181 | 2026-07-20T10:29:43.326Z | Downloaded defmt-macros v1.1.1 |
| 182 | 2026-07-20T10:29:43.326Z | Downloaded usdt-impl v0.6.0 |
| 183 | 2026-07-20T10:29:43.329Z | Downloaded serde_tokenstream v0.2.3 |
| 184 | 2026-07-20T10:29:43.333Z | Downloaded memmap2 v0.9.11 |
| 185 | 2026-07-20T10:29:43.337Z | Downloaded scroll v0.13.0 |
| 186 | 2026-07-20T10:29:43.337Z | Downloaded thiserror v2.0.18 |
| 187 | 2026-07-20T10:29:43.340Z | Downloaded quote v1.0.46 |
| 188 | 2026-07-20T10:29:43.343Z | Downloaded ingot v0.1.1 |
| 189 | 2026-07-20T10:29:43.343Z | Downloaded thiserror-impl v2.0.18 |
| 190 | 2026-07-20T10:29:43.346Z | Downloaded zmij v1.0.22 |
| 191 | 2026-07-20T10:29:43.353Z | Downloaded pest_meta v2.8.7 |
| 192 | 2026-07-20T10:29:43.357Z | Downloaded darling v0.23.0 |
| 193 | 2026-07-20T10:29:43.360Z | Downloaded defmt v1.1.1 |
| 194 | 2026-07-20T10:29:43.363Z | Downloaded postcard v1.1.3 |
| 195 | 2026-07-20T10:29:43.374Z | Downloaded version_check v0.9.5 |
| 196 | 2026-07-20T10:29:43.377Z | Downloaded ingot-macros v0.1.1 |
| 197 | 2026-07-20T10:29:43.383Z | Downloaded darling v0.21.3 |
| 198 | 2026-07-20T10:29:43.386Z | Downloaded log v0.4.33 |
| 199 | 2026-07-20T10:29:43.389Z | Downloaded proc-macro2 v1.0.106 |
| 200 | 2026-07-20T10:29:43.392Z | Downloaded darling_core v0.23.0 |
| 201 | 2026-07-20T10:29:43.395Z | Downloaded crc32fast v1.5.0 |
| 202 | 2026-07-20T10:29:43.398Z | Downloaded serde_derive v1.0.228 |
| 203 | 2026-07-20T10:29:43.402Z | Downloaded unicode-ident v1.0.24 |
| 204 | 2026-07-20T10:29:43.405Z | Downloaded serde_core v1.0.228 |
| 205 | 2026-07-20T10:29:43.408Z | Downloaded ucd-trie v0.1.7 |
| 206 | 2026-07-20T10:29:43.412Z | Downloaded heapless v0.8.0 |
| 207 | 2026-07-20T10:29:43.418Z | Downloaded darling_core v0.21.3 |
| 208 | 2026-07-20T10:29:43.430Z | Downloaded memchr v2.8.3 |
| 209 | 2026-07-20T10:29:43.434Z | Downloaded serde v1.0.228 |
| 210 | 2026-07-20T10:29:43.451Z | Downloaded zerocopy-derive v0.8.54 |
| 211 | 2026-07-20T10:29:43.462Z | Downloaded aho-corasick v1.1.4 |
| 212 | 2026-07-20T10:29:43.469Z | Downloaded pest v2.8.7 |
| 213 | 2026-07-20T10:29:43.479Z | Downloaded itertools v0.15.0 |
| 214 | 2026-07-20T10:29:43.488Z | Downloaded itertools v0.14.0 |
| 215 | 2026-07-20T10:29:43.495Z | Downloaded regex v1.13.0 |
| 216 | 2026-07-20T10:29:43.499Z | Downloaded serde_json v1.0.150 |
| 217 | 2026-07-20T10:29:43.543Z | Downloaded unicode-width v0.2.2 |
| 218 | 2026-07-20T10:29:43.554Z | Downloaded goblin v0.10.7 |
| 219 | 2026-07-20T10:29:43.558Z | Downloaded zerocopy v0.8.54 |
| 220 | 2026-07-20T10:29:43.569Z | Downloaded smoltcp v0.11.0 |
| 221 | 2026-07-20T10:29:43.575Z | Downloaded syn v2.0.118 |
| 222 | 2026-07-20T10:29:43.581Z | Downloaded regex-syntax v0.8.11 |
| 223 | 2026-07-20T10:29:43.610Z | Downloaded regex-automata v0.4.15 |
| 224 | 2026-07-20T10:29:43.620Z | Downloaded libc v0.2.186 |
| 225 | 2026-07-20T10:29:43.678Z | Compiling proc-macro2 v1.0.106 |
| 226 | 2026-07-20T10:29:43.678Z | Compiling quote v1.0.46 |
| 227 | 2026-07-20T10:29:43.678Z | Compiling unicode-ident v1.0.24 |
| 228 | 2026-07-20T10:29:43.681Z | Documenting unicode-ident v1.0.24 |
| 229 | 2026-07-20T10:29:43.681Z | Compiling ident_case v1.0.1 |
| 230 | 2026-07-20T10:29:43.681Z | Compiling strsim v0.11.1 |
| 231 | 2026-07-20T10:29:43.681Z | Compiling serde_core v1.0.228 |
| 232 | 2026-07-20T10:29:43.832Z | Compiling fnv v1.0.7 |
| 233 | 2026-07-20T10:29:43.854Z | Compiling memchr v2.8.3 |
| 234 | 2026-07-20T10:29:43.916Z | Compiling regex-syntax v0.8.11 |
| 235 | 2026-07-20T10:29:44.021Z | Compiling serde v1.0.228 |
| 236 | 2026-07-20T10:29:44.075Z | Compiling zerocopy v0.8.54 |
| 237 | 2026-07-20T10:29:44.228Z | Documenting proc-macro2 v1.0.106 |
| 238 | 2026-07-20T10:29:44.335Z | Compiling aho-corasick v1.1.4 |
| 239 | 2026-07-20T10:29:44.453Z | Compiling thiserror v2.0.18 |
| 240 | 2026-07-20T10:29:44.672Z | Checking syn v2.0.118 |
| 241 | 2026-07-20T10:29:44.792Z | Documenting quote v1.0.46 |
| 242 | 2026-07-20T10:29:45.283Z | Documenting syn v2.0.118 |
| 243 | 2026-07-20T10:29:45.522Z | Compiling regex-automata v0.4.15 |
| 244 | 2026-07-20T10:29:45.525Z | Checking byteorder v1.5.0 |
| 245 | 2026-07-20T10:29:45.675Z | Compiling either v1.16.0 |
| 246 | 2026-07-20T10:29:45.722Z | Compiling heapless v0.8.0 |
| 247 | 2026-07-20T10:29:45.872Z | Compiling itertools v0.14.0 |
| 248 | 2026-07-20T10:29:45.962Z | Documenting memchr v2.8.3 |
| 249 | 2026-07-20T10:29:46.180Z | Checking hash32 v0.3.1 |
| 250 | 2026-07-20T10:29:46.282Z | Checking bitflags v2.13.0 |
| 251 | 2026-07-20T10:29:46.436Z | Documenting serde_core v1.0.228 |
| 252 | 2026-07-20T10:29:46.583Z | Documenting aho-corasick v1.1.4 |
| 253 | 2026-07-20T10:29:46.639Z | Documenting regex-syntax v0.8.11 |
| 254 | 2026-07-20T10:29:47.076Z | Compiling darling_core v0.21.3 |
| 255 | 2026-07-20T10:29:47.260Z | Compiling regex v1.13.0 |
| 256 | 2026-07-20T10:29:47.438Z | Checking stable_deref_trait v1.2.1 |
| 257 | 2026-07-20T10:29:47.550Z | Checking cfg-if v1.0.4 |
| 258 | 2026-07-20T10:29:47.594Z | Checking macaddr v1.0.1 |
| 259 | 2026-07-20T10:29:47.684Z | Compiling darling_core v0.23.0 |
| 260 | 2026-07-20T10:29:47.702Z | Documenting regex-automata v0.4.15 |
| 261 | 2026-07-20T10:29:47.932Z | Compiling smoltcp v0.11.0 |
| 262 | 2026-07-20T10:29:48.335Z | Compiling zerocopy-derive v0.8.54 |
| 263 | 2026-07-20T10:29:48.446Z | Compiling thiserror-impl v2.0.18 |
| 264 | 2026-07-20T10:29:48.545Z | Compiling serde_derive v1.0.228 |
| 265 | 2026-07-20T10:29:48.664Z | Documenting serde_derive v1.0.228 |
| 266 | 2026-07-20T10:29:49.080Z | Documenting regex v1.13.0 |
| 267 | 2026-07-20T10:29:49.117Z | Documenting thiserror-impl v2.0.18 |
| 268 | 2026-07-20T10:29:49.233Z | Compiling darling_macro v0.21.3 |
| 269 | 2026-07-20T10:29:49.755Z | Checking cobs v0.3.0 |
| 270 | 2026-07-20T10:29:49.766Z | Documenting zerocopy-derive v0.8.54 |
| 271 | 2026-07-20T10:29:49.794Z | Compiling darling v0.21.3 |
| 272 | 2026-07-20T10:29:49.813Z | Compiling darling_macro v0.23.0 |
| 273 | 2026-07-20T10:29:49.866Z | Compiling ingot-macros v0.1.1 |
| 274 | 2026-07-20T10:29:49.949Z | Checking bitflags v1.3.2 |
| 275 | 2026-07-20T10:29:49.977Z | Documenting byteorder v1.5.0 |
| 276 | 2026-07-20T10:29:50.008Z | Checking managed v0.8.0 |
| 277 | 2026-07-20T10:29:50.095Z | Documenting thiserror v2.0.18 |
| 278 | 2026-07-20T10:29:50.188Z | Documenting ingot-macros v0.1.1 |
| 279 | 2026-07-20T10:29:50.380Z | Documenting bitflags v2.13.0 |
| 280 | 2026-07-20T10:29:50.513Z | Documenting hash32 v0.3.1 |
| 281 | 2026-07-20T10:29:50.704Z | Documenting zerocopy v0.8.54 |
| 282 | 2026-07-20T10:29:50.841Z | Compiling crc32fast v1.5.0 |
| 283 | 2026-07-20T10:29:51.033Z | Documenting stable_deref_trait v1.2.1 |
| 284 | 2026-07-20T10:29:51.136Z | Documenting cfg-if v1.0.4 |
| 285 | 2026-07-20T10:29:51.184Z | Compiling ref-cast v1.0.25 |
| 286 | 2026-07-20T10:29:51.388Z | Documenting serde v1.0.228 |
| 287 | 2026-07-20T10:29:51.502Z | Documenting macaddr v1.0.1 |
| 288 | 2026-07-20T10:29:51.544Z | Documenting heapless v0.8.0 |
| 289 | 2026-07-20T10:29:51.621Z | Checking postcard v1.1.3 |
| 290 | 2026-07-20T10:29:51.774Z | Documenting cobs v0.3.0 |
| 291 | 2026-07-20T10:29:52.043Z | Compiling ref-cast-impl v1.0.25 |
| 292 | 2026-07-20T10:29:52.489Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 293 | 2026-07-20T10:29:52.548Z | Checking unicode-width v0.2.2 |
| 294 | 2026-07-20T10:29:52.591Z | Checking ingot-types v0.1.2 |
| 295 | 2026-07-20T10:29:52.710Z | Compiling version_check v0.9.5 |
| 296 | 2026-07-20T10:29:52.760Z | Checking ipnetwork v0.21.1 |
| 297 | 2026-07-20T10:29:52.797Z | Documenting managed v0.8.0 |
| 298 | 2026-07-20T10:29:52.931Z | Documenting postcard v1.1.3 |
| 299 | 2026-07-20T10:29:52.938Z | Checking ingot v0.1.1 |
| 300 | 2026-07-20T10:29:52.971Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 301 | 2026-07-20T10:29:53.082Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 302 | 2026-07-20T10:29:53.146Z | Compiling darling v0.23.0 |
| 303 | 2026-07-20T10:29:53.218Z | Documenting ref-cast-impl v1.0.25 |
| 304 | 2026-07-20T10:29:53.225Z | Documenting either v1.16.0 |
| 305 | 2026-07-20T10:29:53.334Z | Documenting unicode-width v0.2.2 |
| 306 | 2026-07-20T10:29:53.459Z | Documenting smoltcp v0.11.0 |
| 307 | 2026-07-20T10:29:53.943Z | Documenting ingot-types v0.1.2 |
| 308 | 2026-07-20T10:29:53.959Z | Documenting ipnetwork v0.21.1 |
| 309 | 2026-07-20T10:29:54.225Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 310 | 2026-07-20T10:29:54.434Z | Documenting itertools v0.15.0 |
| 311 | 2026-07-20T10:29:54.492Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 312 | 2026-07-20T10:29:54.674Z | Documenting ref-cast v1.0.25 |
| 313 | 2026-07-20T10:29:54.886Z | Documenting tabwriter v1.4.1 |
| 314 | 2026-07-20T10:29:55.284Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 315 | 2026-07-20T10:29:55.316Z | Checking itertools v0.15.0 |
| 316 | 2026-07-20T10:29:55.462Z | Checking tabwriter v1.4.1 |
| 317 | 2026-07-20T10:29:55.784Z | Documenting ingot v0.1.1 |
| 318 | 2026-07-20T10:29:55.802Z | Documenting crc32fast v1.5.0 |
| 319 | 2026-07-20T10:29:55.951Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 320 | 2026-07-20T10:29:56.023Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 321 | 2026-07-20T10:29:56.038Z | Checking dyn-clone v1.0.20 |
| 322 | 2026-07-20T10:29:56.130Z | Documenting dyn-clone v1.0.20 |
| 323 | 2026-07-20T10:29:58.200Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 324 | 2026-07-20T10:29:59.318Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 325 | 2026-07-20T10:30:01.549Z | Finished `dev` profile [optimized + debuginfo] target(s) in 22.49s |
| 326 | 2026-07-20T10:30:01.623Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
| 327 | 2026-07-20T10:30:01.644Z | |
| 328 | 2026-07-20T10:30:01.647Z | real 22.579402403 |
| 329 | 2026-07-20T10:30:01.648Z | user 1:15.755289400 |
| 330 | 2026-07-20T10:30:01.648Z | sys 16.230880239 |
| 331 | 2026-07-20T10:30:01.648Z | trap 0.046441527 |
| 332 | 2026-07-20T10:30:01.648Z | tflt 0.074019178 |
| 333 | 2026-07-20T10:30:01.648Z | dflt 0.041448547 |
| 334 | 2026-07-20T10:30:01.648Z | kflt 0.004403363 |
| 335 | 2026-07-20T10:30:01.648Z | lock 7:50.583897319 |
| 336 | 2026-07-20T10:30:01.648Z | slp 4:17.361748454 |
| 337 | 2026-07-20T10:30:01.648Z | lat 8.912859417 |
| 338 | 2026-07-20T10:30:01.648Z | stop 11.880059695 |
| 339 | 2026-07-20T10:30:01.648Z | + header 'analyze std + api' |
| 340 | 2026-07-20T10:30:01.648Z | + echo '# ==== analyze std + api ==== #' |
| 341 | 2026-07-20T10:30:01.648Z | # ==== analyze std + api ==== # |
| 342 | 2026-07-20T10:30:01.648Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 343 | 2026-07-20T10:30:01.879Z | Compiling proc-macro2 v1.0.106 |
| 344 | 2026-07-20T10:30:01.879Z | Compiling quote v1.0.46 |
| 345 | 2026-07-20T10:30:01.879Z | Compiling unicode-ident v1.0.24 |
| 346 | 2026-07-20T10:30:01.879Z | Compiling memchr v2.8.3 |
| 347 | 2026-07-20T10:30:01.883Z | Compiling thiserror v2.0.18 |
| 348 | 2026-07-20T10:30:01.883Z | Compiling zerocopy v0.8.54 |
| 349 | 2026-07-20T10:30:01.883Z | Compiling zmij v1.0.22 |
| 350 | 2026-07-20T10:30:01.883Z | Compiling libc v0.2.186 |
| 351 | 2026-07-20T10:30:02.049Z | Compiling serde_core v1.0.228 |
| 352 | 2026-07-20T10:30:02.238Z | Compiling strsim v0.11.1 |
| 353 | 2026-07-20T10:30:02.263Z | Compiling serde_json v1.0.150 |
| 354 | 2026-07-20T10:30:02.268Z | Compiling ident_case v1.0.1 |
| 355 | 2026-07-20T10:30:02.309Z | Compiling ucd-trie v0.1.7 |
| 356 | 2026-07-20T10:30:02.482Z | Compiling pest v2.8.7 |
| 357 | 2026-07-20T10:30:02.493Z | Compiling serde v1.0.228 |
| 358 | 2026-07-20T10:30:02.611Z | Compiling fnv v1.0.7 |
| 359 | 2026-07-20T10:30:02.838Z | Compiling aho-corasick v1.1.4 |
| 360 | 2026-07-20T10:30:02.888Z | Compiling regex-syntax v0.8.11 |
| 361 | 2026-07-20T10:30:03.108Z | Checking byteorder v1.5.0 |
| 362 | 2026-07-20T10:30:03.206Z | Compiling syn v2.0.118 |
| 363 | 2026-07-20T10:30:03.212Z | Compiling itoa v1.0.18 |
| 364 | 2026-07-20T10:30:03.630Z | Compiling pest_meta v2.8.7 |
| 365 | 2026-07-20T10:30:03.702Z | Compiling usdt-impl v0.6.0 |
| 366 | 2026-07-20T10:30:03.822Z | Compiling either v1.16.0 |
| 367 | 2026-07-20T10:30:04.018Z | Compiling itertools v0.14.0 |
| 368 | 2026-07-20T10:30:04.175Z | Compiling thread-id v5.1.0 |
| 369 | 2026-07-20T10:30:04.243Z | Checking plain v0.2.3 |
| 370 | 2026-07-20T10:30:04.258Z | Checking log v0.4.33 |
| 371 | 2026-07-20T10:30:04.396Z | Compiling regex-automata v0.4.15 |
| 372 | 2026-07-20T10:30:04.470Z | Compiling heapless v0.8.0 |
| 373 | 2026-07-20T10:30:05.047Z | Checking bitflags v2.13.0 |
| 374 | 2026-07-20T10:30:05.093Z | Checking hash32 v0.3.1 |
| 375 | 2026-07-20T10:30:05.204Z | Checking stable_deref_trait v1.2.1 |
| 376 | 2026-07-20T10:30:05.207Z | Checking macaddr v1.0.1 |
| 377 | 2026-07-20T10:30:05.238Z | Checking cfg-if v1.0.4 |
| 378 | 2026-07-20T10:30:05.262Z | Compiling smoltcp v0.11.0 |
| 379 | 2026-07-20T10:30:05.287Z | Checking pretty-hex v0.4.2 |
| 380 | 2026-07-20T10:30:05.481Z | Checking bitflags v1.3.2 |
| 381 | 2026-07-20T10:30:05.526Z | Compiling ref-cast v1.0.25 |
| 382 | 2026-07-20T10:30:05.538Z | Compiling pest_generator v2.8.7 |
| 383 | 2026-07-20T10:30:05.599Z | Compiling darling_core v0.21.3 |
| 384 | 2026-07-20T10:30:05.696Z | Compiling darling_core v0.23.0 |
| 385 | 2026-07-20T10:30:05.844Z | Checking managed v0.8.0 |
| 386 | 2026-07-20T10:30:05.931Z | Compiling crc32fast v1.5.0 |
| 387 | 2026-07-20T10:30:06.018Z | Compiling regex v1.13.0 |
| 388 | 2026-07-20T10:30:06.139Z | Compiling version_check v0.9.5 |
| 389 | 2026-07-20T10:30:06.402Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 390 | 2026-07-20T10:30:06.435Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 391 | 2026-07-20T10:30:06.659Z | Checking memmap2 v0.9.11 |
| 392 | 2026-07-20T10:30:06.730Z | Compiling thiserror-impl v2.0.18 |
| 393 | 2026-07-20T10:30:06.741Z | Compiling serde_derive v1.0.228 |
| 394 | 2026-07-20T10:30:06.813Z | Compiling zerocopy-derive v0.8.54 |
| 395 | 2026-07-20T10:30:06.886Z | Compiling pest_derive v2.8.7 |
| 396 | 2026-07-20T10:30:07.343Z | Compiling scroll_derive v0.13.1 |
| 397 | 2026-07-20T10:30:07.427Z | Compiling ref-cast-impl v1.0.25 |
| 398 | 2026-07-20T10:30:07.475Z | Checking unicode-width v0.2.2 |
| 399 | 2026-07-20T10:30:07.681Z | Compiling darling_macro v0.21.3 |
| 400 | 2026-07-20T10:30:07.787Z | Compiling darling_macro v0.23.0 |
| 401 | 2026-07-20T10:30:07.898Z | Checking ipnetwork v0.21.1 |
| 402 | 2026-07-20T10:30:08.050Z | Checking cobs v0.3.0 |
| 403 | 2026-07-20T10:30:08.067Z | Checking dtrace-parser v0.3.0 |
| 404 | 2026-07-20T10:30:08.172Z | Checking scroll v0.13.0 |
| 405 | 2026-07-20T10:30:08.269Z | Compiling darling v0.21.3 |
| 406 | 2026-07-20T10:30:08.304Z | Checking itertools v0.15.0 |
| 407 | 2026-07-20T10:30:08.336Z | Compiling darling v0.23.0 |
| 408 | 2026-07-20T10:30:08.336Z | Compiling ingot-macros v0.1.1 |
| 409 | 2026-07-20T10:30:08.389Z | Checking goblin v0.10.7 |
| 410 | 2026-07-20T10:30:08.405Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 411 | 2026-07-20T10:30:08.711Z | Checking tabwriter v1.4.1 |
| 412 | 2026-07-20T10:30:08.851Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 413 | 2026-07-20T10:30:09.273Z | Checking dyn-clone v1.0.20 |
| 414 | 2026-07-20T10:30:09.807Z | Checking postcard v1.1.3 |
| 415 | 2026-07-20T10:30:09.821Z | Compiling serde_tokenstream v0.2.3 |
| 416 | 2026-07-20T10:30:10.841Z | Checking ingot-types v0.1.2 |
| 417 | 2026-07-20T10:30:10.841Z | Checking dof v0.4.0 |
| 418 | 2026-07-20T10:30:11.135Z | Checking ingot v0.1.1 |
| 419 | 2026-07-20T10:30:11.720Z | Compiling usdt-macro v0.6.0 |
| 420 | 2026-07-20T10:30:11.720Z | Compiling usdt-attr-macro v0.6.0 |
| 421 | 2026-07-20T10:30:12.312Z | Checking usdt v0.6.0 |
| 422 | 2026-07-20T10:30:12.565Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 423 | 2026-07-20T10:30:20.874Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.18s |
| 424 | 2026-07-20T10:30:20.901Z | |
| 425 | 2026-07-20T10:30:20.904Z | real 19.251819357 |
| 426 | 2026-07-20T10:30:20.904Z | user 1:03.574401817 |
| 427 | 2026-07-20T10:30:20.904Z | sys 12.927071934 |
| 428 | 2026-07-20T10:30:20.904Z | trap 0.031142585 |
| 429 | 2026-07-20T10:30:20.904Z | tflt 0.139105385 |
| 430 | 2026-07-20T10:30:20.904Z | dflt 0.191409380 |
| 431 | 2026-07-20T10:30:20.904Z | kflt 0.000012210 |
| 432 | 2026-07-20T10:30:20.904Z | lock 3:41.530760432 |
| 433 | 2026-07-20T10:30:20.904Z | slp 3:24.470643540 |
| 434 | 2026-07-20T10:30:20.904Z | lat 3.362533784 |
| 435 | 2026-07-20T10:30:20.904Z | stop 6.476307244 |
| 436 | 2026-07-20T10:30:20.904Z | + header 'analyze no_std + engine + kernel' |
| 437 | 2026-07-20T10:30:20.904Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 438 | 2026-07-20T10:30:20.904Z | # ==== analyze no_std + engine + kernel ==== # |
| 439 | 2026-07-20T10:30:20.904Z | + ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings |
| 440 | 2026-07-20T10:30:21.074Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 441 | 2026-07-20T10:30:21.077Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 442 | 2026-07-20T10:30:21.096Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 443 | 2026-07-20T10:30:21.099Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 444 | 2026-07-20T10:30:21.327Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 445 | 2026-07-20T10:30:24.967Z | Finished `dev` profile [optimized + debuginfo] target(s) in 4.02s |
| 446 | 2026-07-20T10:30:24.994Z | |
| 447 | 2026-07-20T10:30:24.994Z | real 4.087080544 |
| 448 | 2026-07-20T10:30:24.998Z | user 4.453509125 |
| 449 | 2026-07-20T10:30:24.998Z | sys 0.903486771 |
| 450 | 2026-07-20T10:30:24.998Z | trap 0.000593590 |
| 451 | 2026-07-20T10:30:24.998Z | tflt 0.001256220 |
| 452 | 2026-07-20T10:30:24.998Z | dflt 0.004535703 |
| 453 | 2026-07-20T10:30:24.998Z | kflt 0.000000000 |
| 454 | 2026-07-20T10:30:24.999Z | lock 18.392377498 |
| 455 | 2026-07-20T10:30:24.999Z | slp 16.344780127 |
| 456 | 2026-07-20T10:30:24.999Z | lat 0.022932550 |
| 457 | 2026-07-20T10:30:24.999Z | stop 0.238263045 |
| 458 | 2026-07-20T10:30:24.999Z | + header test |
| 459 | 2026-07-20T10:30:24.999Z | + echo '# ==== test ==== #' |
| 460 | 2026-07-20T10:30:24.999Z | # ==== test ==== # |
| 461 | 2026-07-20T10:30:24.999Z | + ptime -m cargo test |
| 462 | 2026-07-20T10:30:25.139Z | Compiling serde_core v1.0.228 |
| 463 | 2026-07-20T10:30:25.139Z | Compiling thiserror v2.0.18 |
| 464 | 2026-07-20T10:30:25.139Z | Compiling zerocopy v0.8.54 |
| 465 | 2026-07-20T10:30:25.142Z | Compiling byteorder v1.5.0 |
| 466 | 2026-07-20T10:30:25.142Z | Compiling memchr v2.8.3 |
| 467 | 2026-07-20T10:30:25.168Z | Compiling unicode-ident v1.0.24 |
| 468 | 2026-07-20T10:30:25.171Z | Compiling libc v0.2.186 |
| 469 | 2026-07-20T10:30:25.171Z | Compiling zmij v1.0.22 |
| 470 | 2026-07-20T10:30:25.244Z | Compiling proc-macro2 v1.0.106 |
| 471 | 2026-07-20T10:30:25.291Z | Compiling scroll v0.13.0 |
| 472 | 2026-07-20T10:30:25.364Z | Compiling log v0.4.33 |
| 473 | 2026-07-20T10:30:25.501Z | Compiling ucd-trie v0.1.7 |
| 474 | 2026-07-20T10:30:25.544Z | Compiling itoa v1.0.18 |
| 475 | 2026-07-20T10:30:25.553Z | Compiling plain v0.2.3 |
| 476 | 2026-07-20T10:30:25.592Z | Compiling quote v1.0.46 |
| 477 | 2026-07-20T10:30:25.644Z | Compiling pest v2.8.7 |
| 478 | 2026-07-20T10:30:25.792Z | Compiling goblin v0.10.7 |
| 479 | 2026-07-20T10:30:26.205Z | Compiling hash32 v0.3.1 |
| 480 | 2026-07-20T10:30:26.245Z | Compiling pretty-hex v0.4.2 |
| 481 | 2026-07-20T10:30:26.364Z | Compiling stable_deref_trait v1.2.1 |
| 482 | 2026-07-20T10:30:26.368Z | Compiling cfg-if v1.0.4 |
| 483 | 2026-07-20T10:30:26.424Z | Compiling macaddr v1.0.1 |
| 484 | 2026-07-20T10:30:26.428Z | Compiling heapless v0.8.0 |
| 485 | 2026-07-20T10:30:26.670Z | Compiling dtrace-parser v0.3.0 |
| 486 | 2026-07-20T10:30:26.692Z | Compiling syn v2.0.118 |
| 487 | 2026-07-20T10:30:26.860Z | Compiling thread-id v5.1.0 |
| 488 | 2026-07-20T10:30:26.933Z | Compiling serde v1.0.228 |
| 489 | 2026-07-20T10:30:27.115Z | Compiling bitflags v2.13.0 |
| 490 | 2026-07-20T10:30:27.328Z | Compiling serde_json v1.0.150 |
| 491 | 2026-07-20T10:30:27.540Z | Compiling cobs v0.3.0 |
| 492 | 2026-07-20T10:30:27.578Z | Compiling bitflags v1.3.2 |
| 493 | 2026-07-20T10:30:27.644Z | Compiling managed v0.8.0 |
| 494 | 2026-07-20T10:30:27.818Z | Compiling smoltcp v0.11.0 |
| 495 | 2026-07-20T10:30:27.867Z | Compiling postcard v1.1.3 |
| 496 | 2026-07-20T10:30:28.000Z | Compiling ingot-types v0.1.2 |
| 497 | 2026-07-20T10:30:28.132Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 498 | 2026-07-20T10:30:28.211Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 499 | 2026-07-20T10:30:28.371Z | Compiling ingot v0.1.1 |
| 500 | 2026-07-20T10:30:28.395Z | Compiling memmap2 v0.9.11 |
| 501 | 2026-07-20T10:30:28.690Z | Compiling dof v0.4.0 |
| 502 | 2026-07-20T10:30:28.808Z | Compiling ipnetwork v0.21.1 |
| 503 | 2026-07-20T10:30:29.326Z | Compiling unicode-width v0.2.2 |
| 504 | 2026-07-20T10:30:29.635Z | Compiling usdt-impl v0.6.0 |
| 505 | 2026-07-20T10:30:30.214Z | Compiling either v1.16.0 |
| 506 | 2026-07-20T10:30:30.420Z | Compiling itertools v0.15.0 |
| 507 | 2026-07-20T10:30:30.427Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 508 | 2026-07-20T10:30:30.607Z | Compiling usdt v0.6.0 |
| 509 | 2026-07-20T10:30:31.216Z | Compiling tabwriter v1.4.1 |
| 510 | 2026-07-20T10:30:31.630Z | Compiling ref-cast v1.0.25 |
| 511 | 2026-07-20T10:30:31.725Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 512 | 2026-07-20T10:30:31.975Z | Compiling crc32fast v1.5.0 |
| 513 | 2026-07-20T10:30:32.000Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 514 | 2026-07-20T10:30:32.215Z | Compiling dyn-clone v1.0.20 |
| 515 | 2026-07-20T10:30:46.761Z | Finished `test` profile [optimized + debuginfo] target(s) in 21.75s |
| 516 | 2026-07-20T10:30:46.774Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-1adab74d50a59dbc) |
| 517 | 2026-07-20T10:30:46.777Z | |
| 518 | 2026-07-20T10:30:46.777Z | running 83 tests |
| 519 | 2026-07-20T10:30:46.777Z | test d_error::tests::name_truncation ... ok |
| 520 | 2026-07-20T10:30:46.777Z | test d_error::tests::name_and_data_storage ... ok |
| 521 | 2026-07-20T10:30:46.777Z | test ddi::mblk::test::chain_has_correct_ends ... ok |
| 522 | 2026-07-20T10:30:46.777Z | test ddi::mblk::test::chain_drain_complete ... ok |
| 523 | 2026-07-20T10:30:46.777Z | test ddi::mblk::test::expand_and_shrink ... ok |
| 524 | 2026-07-20T10:30:46.777Z | test ddi::mblk::test::chain_append_links ... ok |
| 525 | 2026-07-20T10:30:46.778Z | test ddi::mblk::test::chain_breaks_links ... ok |
| 526 | 2026-07-20T10:30:46.778Z | test ddi::mblk::test::prefix_len ... ok |
| 527 | 2026-07-20T10:30:46.778Z | test ddi::mblk::test::read_seg ... ok |
| 528 | 2026-07-20T10:30:46.778Z | test ddi::mblk::test::test_long_packet_continuation ... ok |
| 529 | 2026-07-20T10:30:46.778Z | test ddi::mblk::test::uninitialized_packet ... ok |
| 530 | 2026-07-20T10:30:46.778Z | test ddi::mblk::test::truncate ... ok |
| 531 | 2026-07-20T10:30:46.778Z | test ddi::mblk::test::zero_byte_packet ... ok |
| 532 | 2026-07-20T10:30:46.778Z | test ddi::time::test::good_interval ... ok |
| 533 | 2026-07-20T10:30:46.778Z | test ddi::mblk::test::wrap ... ok |
| 534 | 2026-07-20T10:30:46.778Z | test engine::dhcp::test::domain_search_option_encode ... ok |
| 535 | 2026-07-20T10:30:46.783Z | test engine::dhcp::test::hostname_encode ... ok |
| 536 | 2026-07-20T10:30:46.783Z | test engine::dhcp::test::domainname_encode ... ok |
| 537 | 2026-07-20T10:30:46.783Z | test engine::dhcp::test::offlink_encode ... ok |
| 538 | 2026-07-20T10:30:46.783Z | test engine::dhcp::test::rfc3442_encode ... ok |
| 539 | 2026-07-20T10:30:46.783Z | test engine::dhcpv6::options::test::test_client_id ... ok |
| 540 | 2026-07-20T10:30:46.783Z | test engine::dhcpv6::options::test::test_dns_servers ... ok |
| 541 | 2026-07-20T10:30:46.783Z | test engine::dhcpv6::options::test::test_domain_list_from_slice ... ok |
| 542 | 2026-07-20T10:30:46.783Z | test engine::dhcpv6::options::test::test_elapsed_time ... ok |
| 543 | 2026-07-20T10:30:46.783Z | test engine::dhcpv6::options::test::test_iana ... ok |
| 544 | 2026-07-20T10:30:46.783Z | test engine::dhcpv6::options::test::test_iata ... ok |
| 545 | 2026-07-20T10:30:46.783Z | test ddi::time::test::bad_interval - should panic ... ok |
| 546 | 2026-07-20T10:30:46.783Z | test engine::dhcpv6::options::test::test_parse_snooped_iana ... ok |
| 547 | 2026-07-20T10:30:46.783Z | test engine::dhcpv6::options::test::test_option_request ... ok |
| 548 | 2026-07-20T10:30:46.783Z | test engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok |
| 549 | 2026-07-20T10:30:46.783Z | test engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok |
| 550 | 2026-07-20T10:30:46.783Z | test engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok |
| 551 | 2026-07-20T10:30:46.783Z | test engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok |
| 552 | 2026-07-20T10:30:46.783Z | test engine::dhcpv6::options::test::test_server_id ... ok |
| 553 | 2026-07-20T10:30:46.783Z | test engine::dhcpv6::options::test::test_rapid_commit ... ok |
| 554 | 2026-07-20T10:30:46.783Z | test engine::dhcpv6::options::test::test_sntp_servers ... ok |
| 555 | 2026-07-20T10:30:46.783Z | test engine::dhcpv6::options::test::test_status ... ok |
| 556 | 2026-07-20T10:30:46.783Z | test engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok |
| 557 | 2026-07-20T10:30:46.783Z | test engine::ether::test::emit ... ok |
| 558 | 2026-07-20T10:30:46.783Z | test engine::dhcpv6::test::test_duid_from_mac ... ok |
| 559 | 2026-07-20T10:30:46.783Z | test engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok |
| 560 | 2026-07-20T10:30:46.783Z | test engine::flow_table::test::children_prevent_timer_expiry ... ok |
| 561 | 2026-07-20T10:30:46.783Z | test engine::flow_table::test::eviction_basics ... ok |
| 562 | 2026-07-20T10:30:46.783Z | test engine::flow_table::test::flow_clear ... ok |
| 563 | 2026-07-20T10:30:46.783Z | test engine::flow_table::test::eviction_selects_highest_prio ... ok |
| 564 | 2026-07-20T10:30:46.783Z | test engine::flow_table::test::eviction_priority_inheritance ... ok |
| 565 | 2026-07-20T10:30:46.783Z | test engine::flow_table::test::priority_lerp_rejects_bad_params ... ok |
| 566 | 2026-07-20T10:30:46.783Z | test engine::flow_table::test::eviction_invalidates_descendents ... ok |
| 567 | 2026-07-20T10:30:46.784Z | test engine::flow_table::test::timer_expiry_propagation ... ok |
| 568 | 2026-07-20T10:30:46.784Z | test engine::flow_table::test::priority_lerp_clamps ... ok |
| 569 | 2026-07-20T10:30:46.784Z | test engine::flow_table::test::flow_expired ... ok |
| 570 | 2026-07-20T10:30:46.784Z | test engine::flow_table::test::priority_lerp ... ok |
| 571 | 2026-07-20T10:30:46.784Z | test engine::geneve::test::emit_single_opt ... ok |
| 572 | 2026-07-20T10:30:46.784Z | test engine::geneve::test::emit_no_opts ... ok |
| 573 | 2026-07-20T10:30:46.784Z | test engine::ip::v6::test::bad_ipv6_version_caught ... ok |
| 574 | 2026-07-20T10:30:46.784Z | test engine::ip::v4::test::cidr_match ... ok |
| 575 | 2026-07-20T10:30:46.784Z | test engine::ip::v4::test::emit ... ok |
| 576 | 2026-07-20T10:30:46.784Z | test engine::ip::v6::test::emit ... ok |
| 577 | 2026-07-20T10:30:46.784Z | test engine::ip::v4::test::match_check ... ok |
| 578 | 2026-07-20T10:30:46.784Z | test engine::ip::v6::test::option_push_spec ... ok |
| 579 | 2026-07-20T10:30:46.784Z | test engine::ip::v6::test::extension_push_spec ... ok |
| 580 | 2026-07-20T10:30:46.784Z | test engine::ip::v6::test::test_ipv6_addr_match_exact ... ok |
| 581 | 2026-07-20T10:30:46.784Z | test engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok |
| 582 | 2026-07-20T10:30:46.784Z | test engine::ip::v6::test::from_pairs ... ok |
| 583 | 2026-07-20T10:30:46.784Z | test engine::ip::v6::test::test_set_total_len ... ok |
| 584 | 2026-07-20T10:30:46.784Z | test engine::layer::test::find_rule ... ok |
| 585 | 2026-07-20T10:30:46.784Z | test engine::ip::v6::test::test_extension_header_lengths_ok ... ok |
| 586 | 2026-07-20T10:30:46.784Z | test engine::nat::test::nat4_rewrite ... ok |
| 587 | 2026-07-20T10:30:46.784Z | test engine::ip::v6::test::push_spec ... ok |
| 588 | 2026-07-20T10:30:46.785Z | test engine::packet::test::read_multi_segment ... ok |
| 589 | 2026-07-20T10:30:46.785Z | test engine::packet::test::read_single_segment ... ok |
| 590 | 2026-07-20T10:30:46.785Z | test engine::packet::test::parse_ipv6_extension_headers_ok ... ok |
| 591 | 2026-07-20T10:30:46.785Z | test engine::packet::test::small_packet_with_padding ... ok |
| 592 | 2026-07-20T10:30:46.785Z | test engine::packet::test::straddled_tcp ... ok |
| 593 | 2026-07-20T10:30:46.785Z | test engine::packet::test::udp6_packet_with_padding ... ok |
| 594 | 2026-07-20T10:30:46.785Z | test engine::parse::test::icmp4_body_csum_equals_body ... ok |
| 595 | 2026-07-20T10:30:46.785Z | test engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok |
| 596 | 2026-07-20T10:30:46.785Z | test engine::rule::rule_matching ... ok |
| 597 | 2026-07-20T10:30:46.785Z | test engine::port::tests::established_tcp_eviction_prio_unchanging ... ok |
| 598 | 2026-07-20T10:30:46.785Z | test engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok |
| 599 | 2026-07-20T10:30:46.785Z | test engine::snat::test::snat4_desc_lifecycle ... ok |
| 600 | 2026-07-20T10:30:46.785Z | test engine::snat::test::nat_mappings ... ok |
| 601 | 2026-07-20T10:30:46.785Z | test engine::snat::test::test_nat_pool_different_ip_types ... ok |
| 602 | 2026-07-20T10:30:46.785Z | |
| 603 | 2026-07-20T10:30:46.785Z | test result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 604 | 2026-07-20T10:30:46.785Z | |
| 605 | 2026-07-20T10:30:46.785Z | Doc-tests opte |
| 606 | 2026-07-20T10:30:48.727Z | |
| 607 | 2026-07-20T10:30:48.727Z | running 3 tests |
| 608 | 2026-07-20T10:30:48.731Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored |
| 609 | 2026-07-20T10:30:48.731Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok |
| 610 | 2026-07-20T10:30:48.731Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok |
| 611 | 2026-07-20T10:30:48.731Z | |
| 612 | 2026-07-20T10:30:48.731Z | test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 613 | 2026-07-20T10:30:48.732Z | |
| 614 | 2026-07-20T10:30:48.736Z | all doctests ran in 1.39s; merged doctests compilation took 1.38s |
| 615 | 2026-07-20T10:30:48.774Z | |
| 616 | 2026-07-20T10:30:48.777Z | real 23.770538642 |
| 617 | 2026-07-20T10:30:48.778Z | user 1:59.276119010 |
| 618 | 2026-07-20T10:30:48.778Z | sys 7.200997390 |
| 619 | 2026-07-20T10:30:48.778Z | trap 0.055002130 |
| 620 | 2026-07-20T10:30:48.778Z | tflt 0.232778897 |
| 621 | 2026-07-20T10:30:48.778Z | dflt 0.345301105 |
| 622 | 2026-07-20T10:30:48.778Z | kflt 0.000000000 |
| 623 | 2026-07-20T10:30:48.778Z | lock 5:49.521728697 |
| 624 | 2026-07-20T10:30:48.778Z | slp 3:38.407217551 |
| 625 | 2026-07-20T10:30:48.778Z | lat 5.631074981 |
| 626 | 2026-07-20T10:30:48.778Z | stop 3.191920186 |
| 627 | 2026-07-20T10:30:48.778Z | process exited: duration 83445 ms, exit code 0 |
| |
| 628 | 2026-07-20T10:30:48.787Z | found 0 output files |