|
|
|
| 1 | 2026-07-18T04:06:49.697Z | job assigned to worker 01KXSPEA8Z5PTA8Y5PN5TC7VT1 [factory aws, i-0c0e95df15ee6ecbe] (queued for 49 s) |
| |
| 2 | 2026-07-18T04:06:56.657Z | starting task 0: "setup" |
| 3 | 2026-07-18T04:06:56.662Z | ++ uname -s |
| 4 | 2026-07-18T04:06:56.665Z | + kern=SunOS |
| 5 | 2026-07-18T04:06:56.665Z | + build_user=build |
| 6 | 2026-07-18T04:06:56.665Z | + build_uid=12345 |
| 7 | 2026-07-18T04:06:56.665Z | + work_dir=/work |
| 8 | 2026-07-18T04:06:56.665Z | + input_dir=/input |
| 9 | 2026-07-18T04:06:56.665Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-18T04:06:56.665Z | + case "$kern" in |
| 11 | 2026-07-18T04:06:56.665Z | + groupadd -g 12345 build |
| 12 | 2026-07-18T04:06:56.668Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-18T04:06:58.671Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-18T04:06:58.773Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-18T04:06:58.776Z | + home_fs=zfs |
| 16 | 2026-07-18T04:06:58.776Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-18T04:06:58.776Z | + mkdir -p /home/build |
| 18 | 2026-07-18T04:06:58.776Z | + chown build:build /home/build /work |
| 19 | 2026-07-18T04:07:00.777Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-18T04:07:00.779Z | process exited: duration 4121 ms, exit code 0 |
| |
| 21 | 2026-07-18T04:07:00.785Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-18T04:07:00.789Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-18T04:07:00.789Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-18T04:07:00.789Z | * rust toolchain channel = "1.97.1" |
| 25 | 2026-07-18T04:07:00.789Z | * rust toolchain profile = "default" |
| 26 | 2026-07-18T04:07:00.789Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-18T04:07:00.789Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-18T04:07:00.792Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-18T04:07:00.792Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-18T04:07:00.893Z | info: downloading installer |
| 31 | 2026-07-18T04:07:02.387Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-18T04:07:02.387Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-18T04:07:02.387Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-18T04:07:02.387Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-18T04:07:02.400Z | info: profile set to default |
| 36 | 2026-07-18T04:07:02.400Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-18T04:07:02.403Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-18T04:07:02.566Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-18T04:07:02.569Z | info: downloading 6 components |
| 40 | 2026-07-18T04:07:17.989Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-18T04:07:17.990Z | |
| 42 | 2026-07-18T04:07:18.016Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-18T04:07:18.016Z | |
| 44 | 2026-07-18T04:07:18.016Z | |
| 45 | 2026-07-18T04:07:18.016Z | Rust is installed now. Great! |
| 46 | 2026-07-18T04:07:18.016Z | |
| 47 | 2026-07-18T04:07:18.019Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-18T04:07:18.019Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-18T04:07:18.019Z | |
| 50 | 2026-07-18T04:07:18.019Z | To configure your current shell, you need to source |
| 51 | 2026-07-18T04:07:18.019Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-18T04:07:18.020Z | |
| 53 | 2026-07-18T04:07:18.020Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-18T04:07:18.020Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-18T04:07:18.020Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-18T04:07:18.020Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-18T04:07:18.020Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-18T04:07:18.020Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-18T04:07:18.020Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-18T04:07:18.020Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-18T04:07:18.020Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-18T04:07:18.102Z | + rustup --version |
| 63 | 2026-07-18T04:07:18.110Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-18T04:07:18.125Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-18T04:07:18.131Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-18T04:07:18.137Z | + cargo --version |
| 67 | 2026-07-18T04:07:18.149Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-18T04:07:18.152Z | + rustc --version |
| 69 | 2026-07-18T04:07:18.170Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-18T04:07:18.175Z | process exited: duration 17387 ms, exit code 0 |
| |
| 71 | 2026-07-18T04:07:18.183Z | starting task 2: "authentication" |
| 72 | 2026-07-18T04:07:18.199Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-18T04:07:18.223Z | starting task 3: "clone repository" |
| 74 | 2026-07-18T04:07:18.228Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-18T04:07:18.231Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-18T04:07:18.261Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-18T04:07:19.111Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-18T04:07:19.111Z | + git fetch origin 9e9447048a8bf577d01319d7cedcadae72f58f9f |
| 79 | 2026-07-18T04:07:19.319Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-18T04:07:19.319Z | * branch 9e9447048a8bf577d01319d7cedcadae72f58f9f -> FETCH_HEAD |
| 81 | 2026-07-18T04:07:19.324Z | + [[ -n renovate/rust-1.x ]] |
| 82 | 2026-07-18T04:07:19.329Z | ++ git branch --show-current |
| 83 | 2026-07-18T04:07:19.329Z | + current=master |
| 84 | 2026-07-18T04:07:19.329Z | + [[ master != renovate/rust-1.x ]] |
| 85 | 2026-07-18T04:07:19.329Z | + git branch -f renovate/rust-1.x 9e9447048a8bf577d01319d7cedcadae72f58f9f |
| 86 | 2026-07-18T04:07:19.332Z | + git checkout -f renovate/rust-1.x |
| 87 | 2026-07-18T04:07:19.346Z | Switched to branch 'renovate/rust-1.x' |
| 88 | 2026-07-18T04:07:19.350Z | + git reset --hard 9e9447048a8bf577d01319d7cedcadae72f58f9f |
| 89 | 2026-07-18T04:07:19.363Z | HEAD is now at 9e94470 Update dependency rust |
| 90 | 2026-07-18T04:07:19.366Z | process exited: duration 1141 ms, exit code 0 |
| |
| 91 | 2026-07-18T04:07:19.373Z | starting task 4: "build" |
| 92 | 2026-07-18T04:07:19.377Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-18T04:07:19.377Z | ++ rustup show active-toolchain |
| 94 | 2026-07-18T04:07:19.382Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-18T04:07:19.385Z | ++ pushd xde |
| 96 | 2026-07-18T04:07:19.385Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-18T04:07:19.385Z | ++ rustup show active-toolchain |
| 98 | 2026-07-18T04:07:19.389Z | info: syncing channel updates for nightly-2026-07-18-x86_64-unknown-illumos |
| 99 | 2026-07-18T04:07:19.545Z | info: latest update on 2026-07-18 for version 1.99.0-nightly (b6839f4d0 2026-07-17) |
| 100 | 2026-07-18T04:07:19.548Z | info: downloading 6 components |
| 101 | 2026-07-18T04:07:34.251Z | nightly-2026-07-18-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-18T04:07:34.344Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-18T04:07:34.348Z | +++ head -n 1 |
| 104 | 2026-07-18T04:07:34.348Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-18T04:07:34.397Z | ++ export NIGHTLY=nightly-2026-07-18-x86_64-unknown-illumos |
| 106 | 2026-07-18T04:07:34.397Z | ++ NIGHTLY=nightly-2026-07-18-x86_64-unknown-illumos |
| 107 | 2026-07-18T04:07:34.397Z | ++ popd |
| 108 | 2026-07-18T04:07:34.397Z | /work/oxidecomputer/opte |
| 109 | 2026-07-18T04:07:34.402Z | + cargo --version |
| 110 | 2026-07-18T04:07:34.407Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 111 | 2026-07-18T04:07:34.410Z | + rustc --version |
| 112 | 2026-07-18T04:07:34.431Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 113 | 2026-07-18T04:07:34.434Z | + cd lib/opte |
| 114 | 2026-07-18T04:07:34.434Z | + header 'check style' |
| 115 | 2026-07-18T04:07:34.434Z | + echo '# ==== check style ==== #' |
| 116 | 2026-07-18T04:07:34.434Z | # ==== check style ==== # |
| 117 | 2026-07-18T04:07:34.434Z | + ptime -m cargo +nightly-2026-07-18-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-07-18T04:07:34.613Z | |
| 119 | 2026-07-18T04:07:34.613Z | real 0.178370504 |
| 120 | 2026-07-18T04:07:34.613Z | user 0.137406575 |
| 121 | 2026-07-18T04:07:34.613Z | sys 0.035402098 |
| 122 | 2026-07-18T04:07:34.613Z | trap 0.000013420 |
| 123 | 2026-07-18T04:07:34.614Z | tflt 0.000000840 |
| 124 | 2026-07-18T04:07:34.619Z | dflt 0.000020510 |
| 125 | 2026-07-18T04:07:34.619Z | kflt 0.000000000 |
| 126 | 2026-07-18T04:07:34.619Z | lock 0.031120218 |
| 127 | 2026-07-18T04:07:34.619Z | slp 0.158070558 |
| 128 | 2026-07-18T04:07:34.619Z | lat 0.000873570 |
| 129 | 2026-07-18T04:07:34.619Z | stop 0.000102420 |
| 130 | 2026-07-18T04:07:34.620Z | + header 'check docs' |
| 131 | 2026-07-18T04:07:34.620Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-07-18T04:07:34.620Z | # ==== check docs ==== # |
| 133 | 2026-07-18T04:07:34.620Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-07-18T04:07:34.620Z | + ptime -m cargo +nightly-2026-07-18-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-07-18T04:07:34.681Z | Updating crates.io index |
| 136 | 2026-07-18T04:07:34.684Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-07-18T04:07:35.608Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-07-18T04:07:35.984Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-07-18T04:07:36.277Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-07-18T04:07:36.510Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-07-18T04:07:36.724Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-07-18T04:07:36.998Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-07-18T04:07:38.810Z | Downloading crates ... |
| 144 | 2026-07-18T04:07:38.872Z | Downloaded byteorder v1.5.0 |
| 145 | 2026-07-18T04:07:38.885Z | Downloaded defmt v0.3.100 |
| 146 | 2026-07-18T04:07:38.888Z | Downloaded cfg-if v1.0.4 |
| 147 | 2026-07-18T04:07:38.889Z | Downloaded version_check v0.9.5 |
| 148 | 2026-07-18T04:07:38.889Z | Downloaded memchr v2.8.2 |
| 149 | 2026-07-18T04:07:38.892Z | Downloaded macaddr v1.0.1 |
| 150 | 2026-07-18T04:07:38.896Z | Downloaded itoa v1.0.18 |
| 151 | 2026-07-18T04:07:38.896Z | Downloaded embedded-io v0.4.0 |
| 152 | 2026-07-18T04:07:38.899Z | Downloaded hash32 v0.3.1 |
| 153 | 2026-07-18T04:07:38.899Z | Downloaded defmt-parser v1.0.0 |
| 154 | 2026-07-18T04:07:38.899Z | Downloaded pretty-hex v0.4.2 |
| 155 | 2026-07-18T04:07:38.902Z | Downloaded ident_case v1.0.1 |
| 156 | 2026-07-18T04:07:38.905Z | Downloaded cobs v0.3.0 |
| 157 | 2026-07-18T04:07:38.905Z | Downloaded dtrace-parser v0.3.0 |
| 158 | 2026-07-18T04:07:38.908Z | Downloaded usdt-attr-macro v0.6.0 |
| 159 | 2026-07-18T04:07:38.911Z | Downloaded strsim v0.11.1 |
| 160 | 2026-07-18T04:07:38.914Z | Downloaded ingot v0.1.1 |
| 161 | 2026-07-18T04:07:38.916Z | Downloaded fnv v1.0.7 |
| 162 | 2026-07-18T04:07:38.916Z | Downloaded managed v0.8.0 |
| 163 | 2026-07-18T04:07:38.919Z | Downloaded dof v0.4.0 |
| 164 | 2026-07-18T04:07:38.928Z | Downloaded thread-id v5.1.0 |
| 165 | 2026-07-18T04:07:38.930Z | Downloaded dyn-clone v1.0.20 |
| 166 | 2026-07-18T04:07:38.930Z | Downloaded embedded-io v0.6.1 |
| 167 | 2026-07-18T04:07:38.930Z | Downloaded scroll_derive v0.13.1 |
| 168 | 2026-07-18T04:07:38.933Z | Downloaded either v1.16.0 |
| 169 | 2026-07-18T04:07:38.933Z | Downloaded bitflags v1.3.2 |
| 170 | 2026-07-18T04:07:38.937Z | Downloaded ipnetwork v0.21.1 |
| 171 | 2026-07-18T04:07:38.940Z | Downloaded memmap2 v0.9.11 |
| 172 | 2026-07-18T04:07:38.946Z | Downloaded darling_macro v0.21.3 |
| 173 | 2026-07-18T04:07:38.949Z | Downloaded usdt-macro v0.6.0 |
| 174 | 2026-07-18T04:07:38.955Z | Downloaded usdt v0.6.0 |
| 175 | 2026-07-18T04:07:38.958Z | Downloaded tabwriter v1.4.1 |
| 176 | 2026-07-18T04:07:38.961Z | Downloaded pest_derive v2.8.7 |
| 177 | 2026-07-18T04:07:38.964Z | Downloaded defmt-macros v1.1.1 |
| 178 | 2026-07-18T04:07:38.972Z | Downloaded stable_deref_trait v1.2.1 |
| 179 | 2026-07-18T04:07:38.975Z | Downloaded darling_macro v0.23.0 |
| 180 | 2026-07-18T04:07:38.975Z | Downloaded plain v0.2.3 |
| 181 | 2026-07-18T04:07:38.975Z | Downloaded ref-cast-impl v1.0.25 |
| 182 | 2026-07-18T04:07:38.985Z | Downloaded darling v0.23.0 |
| 183 | 2026-07-18T04:07:38.988Z | Downloaded thiserror-impl v2.0.18 |
| 184 | 2026-07-18T04:07:38.990Z | Downloaded quote v1.0.46 |
| 185 | 2026-07-18T04:07:38.993Z | Downloaded usdt-impl v0.6.0 |
| 186 | 2026-07-18T04:07:38.993Z | Downloaded zmij v1.0.21 |
| 187 | 2026-07-18T04:07:38.996Z | Downloaded ref-cast v1.0.25 |
| 188 | 2026-07-18T04:07:38.999Z | Downloaded ingot-types v0.1.2 |
| 189 | 2026-07-18T04:07:38.999Z | Downloaded thiserror v2.0.18 |
| 190 | 2026-07-18T04:07:39.002Z | Downloaded scroll v0.13.0 |
| 191 | 2026-07-18T04:07:39.002Z | Downloaded serde_tokenstream v0.2.3 |
| 192 | 2026-07-18T04:07:39.002Z | Downloaded defmt v1.1.1 |
| 193 | 2026-07-18T04:07:39.006Z | Downloaded postcard v1.1.3 |
| 194 | 2026-07-18T04:07:39.009Z | Downloaded pest_generator v2.8.7 |
| 195 | 2026-07-18T04:07:39.014Z | Downloaded crc32fast v1.5.0 |
| 196 | 2026-07-18T04:07:39.022Z | Downloaded serde_core v1.0.228 |
| 197 | 2026-07-18T04:07:39.025Z | Downloaded ingot-macros v0.1.1 |
| 198 | 2026-07-18T04:07:39.028Z | Downloaded log v0.4.33 |
| 199 | 2026-07-18T04:07:39.028Z | Downloaded unicode-ident v1.0.24 |
| 200 | 2026-07-18T04:07:39.035Z | Downloaded pest_meta v2.8.7 |
| 201 | 2026-07-18T04:07:39.039Z | Downloaded darling v0.21.3 |
| 202 | 2026-07-18T04:07:39.042Z | Downloaded darling_core v0.23.0 |
| 203 | 2026-07-18T04:07:39.047Z | Downloaded bitflags v2.13.0 |
| 204 | 2026-07-18T04:07:39.050Z | Downloaded serde_derive v1.0.228 |
| 205 | 2026-07-18T04:07:39.068Z | Downloaded proc-macro2 v1.0.106 |
| 206 | 2026-07-18T04:07:39.071Z | Downloaded serde v1.0.228 |
| 207 | 2026-07-18T04:07:39.074Z | Downloaded darling_core v0.21.3 |
| 208 | 2026-07-18T04:07:39.074Z | Downloaded zerocopy-derive v0.8.52 |
| 209 | 2026-07-18T04:07:39.078Z | Downloaded ucd-trie v0.1.7 |
| 210 | 2026-07-18T04:07:39.081Z | Downloaded heapless v0.8.0 |
| 211 | 2026-07-18T04:07:39.102Z | Downloaded pest v2.8.7 |
| 212 | 2026-07-18T04:07:39.128Z | Downloaded regex v1.12.4 |
| 213 | 2026-07-18T04:07:39.133Z | Downloaded itertools v0.14.0 |
| 214 | 2026-07-18T04:07:39.148Z | Downloaded serde_json v1.0.150 |
| 215 | 2026-07-18T04:07:39.154Z | Downloaded itertools v0.15.0 |
| 216 | 2026-07-18T04:07:39.172Z | Downloaded aho-corasick v1.1.4 |
| 217 | 2026-07-18T04:07:39.206Z | Downloaded goblin v0.10.7 |
| 218 | 2026-07-18T04:07:39.210Z | Downloaded zerocopy v0.8.52 |
| 219 | 2026-07-18T04:07:39.221Z | Downloaded smoltcp v0.11.0 |
| 220 | 2026-07-18T04:07:39.227Z | Downloaded unicode-width v0.2.2 |
| 221 | 2026-07-18T04:07:39.230Z | Downloaded syn v2.0.118 |
| 222 | 2026-07-18T04:07:39.236Z | Downloaded regex-syntax v0.8.11 |
| 223 | 2026-07-18T04:07:39.269Z | Downloaded regex-automata v0.4.14 |
| 224 | 2026-07-18T04:07:39.284Z | Downloaded libc v0.2.186 |
| 225 | 2026-07-18T04:07:39.340Z | Compiling proc-macro2 v1.0.106 |
| 226 | 2026-07-18T04:07:39.340Z | Compiling quote v1.0.46 |
| 227 | 2026-07-18T04:07:39.340Z | Compiling unicode-ident v1.0.24 |
| 228 | 2026-07-18T04:07:39.343Z | Documenting unicode-ident v1.0.24 |
| 229 | 2026-07-18T04:07:39.343Z | Compiling ident_case v1.0.1 |
| 230 | 2026-07-18T04:07:39.343Z | Compiling strsim v0.11.1 |
| 231 | 2026-07-18T04:07:39.343Z | Compiling serde_core v1.0.228 |
| 232 | 2026-07-18T04:07:39.501Z | Compiling fnv v1.0.7 |
| 233 | 2026-07-18T04:07:39.521Z | Compiling memchr v2.8.2 |
| 234 | 2026-07-18T04:07:39.734Z | Compiling serde v1.0.228 |
| 235 | 2026-07-18T04:07:39.769Z | Compiling thiserror v2.0.18 |
| 236 | 2026-07-18T04:07:39.798Z | Compiling regex-syntax v0.8.11 |
| 237 | 2026-07-18T04:07:39.801Z | Compiling zerocopy v0.8.52 |
| 238 | 2026-07-18T04:07:40.053Z | Documenting proc-macro2 v1.0.106 |
| 239 | 2026-07-18T04:07:40.075Z | Compiling aho-corasick v1.1.4 |
| 240 | 2026-07-18T04:07:40.361Z | Checking syn v2.0.118 |
| 241 | 2026-07-18T04:07:40.463Z | Compiling either v1.16.0 |
| 242 | 2026-07-18T04:07:40.631Z | Documenting quote v1.0.46 |
| 243 | 2026-07-18T04:07:40.972Z | Checking byteorder v1.5.0 |
| 244 | 2026-07-18T04:07:41.132Z | Compiling itertools v0.14.0 |
| 245 | 2026-07-18T04:07:41.198Z | Documenting syn v2.0.118 |
| 246 | 2026-07-18T04:07:41.243Z | Compiling regex-automata v0.4.14 |
| 247 | 2026-07-18T04:07:41.523Z | Compiling heapless v0.8.0 |
| 248 | 2026-07-18T04:07:41.831Z | Documenting memchr v2.8.2 |
| 249 | 2026-07-18T04:07:42.016Z | Checking bitflags v2.13.0 |
| 250 | 2026-07-18T04:07:42.172Z | Checking hash32 v0.3.1 |
| 251 | 2026-07-18T04:07:42.283Z | Documenting serde_core v1.0.228 |
| 252 | 2026-07-18T04:07:42.352Z | Checking cfg-if v1.0.4 |
| 253 | 2026-07-18T04:07:42.359Z | Documenting regex-syntax v0.8.11 |
| 254 | 2026-07-18T04:07:42.463Z | Documenting aho-corasick v1.1.4 |
| 255 | 2026-07-18T04:07:42.493Z | Checking macaddr v1.0.1 |
| 256 | 2026-07-18T04:07:42.633Z | Checking stable_deref_trait v1.2.1 |
| 257 | 2026-07-18T04:07:42.699Z | Checking darling_core v0.21.3 |
| 258 | 2026-07-18T04:07:43.309Z | Compiling regex v1.12.4 |
| 259 | 2026-07-18T04:07:43.322Z | Compiling darling_core v0.23.0 |
| 260 | 2026-07-18T04:07:43.423Z | Documenting regex-automata v0.4.14 |
| 261 | 2026-07-18T04:07:43.703Z | Compiling smoltcp v0.11.0 |
| 262 | 2026-07-18T04:07:43.970Z | Documenting zerocopy-derive v0.8.52 |
| 263 | 2026-07-18T04:07:44.032Z | Compiling serde_derive v1.0.228 |
| 264 | 2026-07-18T04:07:44.059Z | Compiling thiserror-impl v2.0.18 |
| 265 | 2026-07-18T04:07:44.069Z | Compiling zerocopy-derive v0.8.52 |
| 266 | 2026-07-18T04:07:44.781Z | Documenting regex v1.12.4 |
| 267 | 2026-07-18T04:07:44.846Z | Documenting thiserror-impl v2.0.18 |
| 268 | 2026-07-18T04:07:44.853Z | Documenting serde_derive v1.0.228 |
| 269 | 2026-07-18T04:07:45.324Z | Compiling darling_macro v0.21.3 |
| 270 | 2026-07-18T04:07:45.356Z | Checking cobs v0.3.0 |
| 271 | 2026-07-18T04:07:45.440Z | Compiling darling_macro v0.23.0 |
| 272 | 2026-07-18T04:07:45.640Z | Documenting byteorder v1.5.0 |
| 273 | 2026-07-18T04:07:45.757Z | Checking bitflags v1.3.2 |
| 274 | 2026-07-18T04:07:45.823Z | Checking managed v0.8.0 |
| 275 | 2026-07-18T04:07:45.874Z | Documenting thiserror v2.0.18 |
| 276 | 2026-07-18T04:07:45.943Z | Compiling darling v0.21.3 |
| 277 | 2026-07-18T04:07:46.018Z | Documenting zerocopy v0.8.52 |
| 278 | 2026-07-18T04:07:46.021Z | Compiling ingot-macros v0.1.1 |
| 279 | 2026-07-18T04:07:46.058Z | Documenting bitflags v2.13.0 |
| 280 | 2026-07-18T04:07:46.080Z | Documenting ingot-macros v0.1.1 |
| 281 | 2026-07-18T04:07:46.238Z | Documenting hash32 v0.3.1 |
| 282 | 2026-07-18T04:07:46.430Z | Compiling crc32fast v1.5.0 |
| 283 | 2026-07-18T04:07:46.706Z | Compiling ref-cast v1.0.25 |
| 284 | 2026-07-18T04:07:46.735Z | Documenting stable_deref_trait v1.2.1 |
| 285 | 2026-07-18T04:07:46.909Z | Documenting serde v1.0.228 |
| 286 | 2026-07-18T04:07:47.064Z | Documenting macaddr v1.0.1 |
| 287 | 2026-07-18T04:07:47.197Z | Documenting cfg-if v1.0.4 |
| 288 | 2026-07-18T04:07:47.316Z | Checking postcard v1.1.3 |
| 289 | 2026-07-18T04:07:47.449Z | Documenting heapless v0.8.0 |
| 290 | 2026-07-18T04:07:47.630Z | Documenting cobs v0.3.0 |
| 291 | 2026-07-18T04:07:47.787Z | Compiling ref-cast-impl v1.0.25 |
| 292 | 2026-07-18T04:07:48.324Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 293 | 2026-07-18T04:07:48.377Z | Documenting managed v0.8.0 |
| 294 | 2026-07-18T04:07:48.525Z | Checking unicode-width v0.2.2 |
| 295 | 2026-07-18T04:07:48.563Z | Compiling version_check v0.9.5 |
| 296 | 2026-07-18T04:07:48.584Z | Checking ipnetwork v0.21.1 |
| 297 | 2026-07-18T04:07:48.738Z | Checking ingot-types v0.1.2 |
| 298 | 2026-07-18T04:07:48.764Z | Documenting postcard v1.1.3 |
| 299 | 2026-07-18T04:07:48.838Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 300 | 2026-07-18T04:07:48.847Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 301 | 2026-07-18T04:07:48.914Z | Compiling darling v0.23.0 |
| 302 | 2026-07-18T04:07:48.991Z | Documenting ref-cast-impl v1.0.25 |
| 303 | 2026-07-18T04:07:49.082Z | Documenting smoltcp v0.11.0 |
| 304 | 2026-07-18T04:07:49.086Z | Checking ingot v0.1.1 |
| 305 | 2026-07-18T04:07:49.089Z | Documenting either v1.16.0 |
| 306 | 2026-07-18T04:07:49.089Z | Documenting ingot-types v0.1.2 |
| 307 | 2026-07-18T04:07:49.173Z | Documenting unicode-width v0.2.2 |
| 308 | 2026-07-18T04:07:49.525Z | Documenting ipnetwork v0.21.1 |
| 309 | 2026-07-18T04:07:49.766Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 310 | 2026-07-18T04:07:49.981Z | Documenting itertools v0.15.0 |
| 311 | 2026-07-18T04:07:50.218Z | Documenting ref-cast v1.0.25 |
| 312 | 2026-07-18T04:07:50.511Z | Documenting ingot v0.1.1 |
| 313 | 2026-07-18T04:07:50.631Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 314 | 2026-07-18T04:07:50.680Z | Documenting tabwriter v1.4.1 |
| 315 | 2026-07-18T04:07:51.120Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 316 | 2026-07-18T04:07:51.305Z | Checking itertools v0.15.0 |
| 317 | 2026-07-18T04:07:51.522Z | Checking tabwriter v1.4.1 |
| 318 | 2026-07-18T04:07:51.661Z | Documenting crc32fast v1.5.0 |
| 319 | 2026-07-18T04:07:51.829Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 320 | 2026-07-18T04:07:51.850Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 321 | 2026-07-18T04:07:51.874Z | Documenting dyn-clone v1.0.20 |
| 322 | 2026-07-18T04:07:52.093Z | Checking dyn-clone v1.0.20 |
| 323 | 2026-07-18T04:07:52.963Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 324 | 2026-07-18T04:07:54.229Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 325 | 2026-07-18T04:07:56.507Z | Finished `dev` profile [optimized + debuginfo] target(s) in 21.88s |
| 326 | 2026-07-18T04:07:56.595Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
| 327 | 2026-07-18T04:07:56.619Z | |
| 328 | 2026-07-18T04:07:56.619Z | real 21.986305936 |
| 329 | 2026-07-18T04:07:56.620Z | user 1:17.033125178 |
| 330 | 2026-07-18T04:07:56.620Z | sys 16.332100932 |
| 331 | 2026-07-18T04:07:56.620Z | trap 0.045854885 |
| 332 | 2026-07-18T04:07:56.623Z | tflt 0.049795794 |
| 333 | 2026-07-18T04:07:56.623Z | dflt 0.127713321 |
| 334 | 2026-07-18T04:07:56.623Z | kflt 0.005007123 |
| 335 | 2026-07-18T04:07:56.623Z | lock 7:43.486496110 |
| 336 | 2026-07-18T04:07:56.623Z | slp 4:18.364894564 |
| 337 | 2026-07-18T04:07:56.623Z | lat 7.412533107 |
| 338 | 2026-07-18T04:07:56.623Z | stop 12.907751366 |
| 339 | 2026-07-18T04:07:56.623Z | + header 'analyze std + api' |
| 340 | 2026-07-18T04:07:56.623Z | + echo '# ==== analyze std + api ==== #' |
| 341 | 2026-07-18T04:07:56.624Z | # ==== analyze std + api ==== # |
| 342 | 2026-07-18T04:07:56.624Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 343 | 2026-07-18T04:07:56.851Z | Compiling proc-macro2 v1.0.106 |
| 344 | 2026-07-18T04:07:56.851Z | Compiling quote v1.0.46 |
| 345 | 2026-07-18T04:07:56.851Z | Compiling unicode-ident v1.0.24 |
| 346 | 2026-07-18T04:07:56.851Z | Compiling memchr v2.8.2 |
| 347 | 2026-07-18T04:07:56.851Z | Compiling thiserror v2.0.18 |
| 348 | 2026-07-18T04:07:56.851Z | Compiling zerocopy v0.8.52 |
| 349 | 2026-07-18T04:07:56.854Z | Compiling zmij v1.0.21 |
| 350 | 2026-07-18T04:07:56.854Z | Compiling serde_core v1.0.228 |
| 351 | 2026-07-18T04:07:57.027Z | Compiling libc v0.2.186 |
| 352 | 2026-07-18T04:07:57.188Z | Compiling ucd-trie v0.1.7 |
| 353 | 2026-07-18T04:07:57.220Z | Compiling serde_json v1.0.150 |
| 354 | 2026-07-18T04:07:57.223Z | Compiling strsim v0.11.1 |
| 355 | 2026-07-18T04:07:57.230Z | Compiling ident_case v1.0.1 |
| 356 | 2026-07-18T04:07:57.335Z | Compiling pest v2.8.7 |
| 357 | 2026-07-18T04:07:57.437Z | Compiling serde v1.0.228 |
| 358 | 2026-07-18T04:07:57.626Z | Compiling fnv v1.0.7 |
| 359 | 2026-07-18T04:07:57.752Z | Compiling aho-corasick v1.1.4 |
| 360 | 2026-07-18T04:07:57.799Z | Compiling itoa v1.0.18 |
| 361 | 2026-07-18T04:07:58.001Z | Compiling regex-syntax v0.8.11 |
| 362 | 2026-07-18T04:07:58.047Z | Checking byteorder v1.5.0 |
| 363 | 2026-07-18T04:07:58.142Z | Compiling syn v2.0.118 |
| 364 | 2026-07-18T04:07:58.521Z | Compiling pest_meta v2.8.7 |
| 365 | 2026-07-18T04:07:58.559Z | Compiling either v1.16.0 |
| 366 | 2026-07-18T04:07:58.693Z | Compiling usdt-impl v0.6.0 |
| 367 | 2026-07-18T04:07:58.755Z | Compiling itertools v0.14.0 |
| 368 | 2026-07-18T04:07:59.111Z | Compiling thread-id v5.1.0 |
| 369 | 2026-07-18T04:07:59.187Z | Compiling heapless v0.8.0 |
| 370 | 2026-07-18T04:07:59.473Z | Compiling regex-automata v0.4.14 |
| 371 | 2026-07-18T04:07:59.519Z | Checking plain v0.2.3 |
| 372 | 2026-07-18T04:07:59.611Z | Checking log v0.4.33 |
| 373 | 2026-07-18T04:08:00.000Z | Checking bitflags v2.13.0 |
| 374 | 2026-07-18T04:08:00.016Z | Checking hash32 v0.3.1 |
| 375 | 2026-07-18T04:08:00.078Z | Checking pretty-hex v0.4.2 |
| 376 | 2026-07-18T04:08:00.155Z | Checking stable_deref_trait v1.2.1 |
| 377 | 2026-07-18T04:08:00.183Z | Compiling smoltcp v0.11.0 |
| 378 | 2026-07-18T04:08:00.217Z | Checking cfg-if v1.0.4 |
| 379 | 2026-07-18T04:08:00.271Z | Checking macaddr v1.0.1 |
| 380 | 2026-07-18T04:08:00.406Z | Compiling ref-cast v1.0.25 |
| 381 | 2026-07-18T04:08:00.437Z | Checking bitflags v1.3.2 |
| 382 | 2026-07-18T04:08:00.496Z | Checking managed v0.8.0 |
| 383 | 2026-07-18T04:08:00.510Z | Compiling crc32fast v1.5.0 |
| 384 | 2026-07-18T04:08:00.633Z | Compiling pest_generator v2.8.7 |
| 385 | 2026-07-18T04:08:00.672Z | Compiling darling_core v0.21.3 |
| 386 | 2026-07-18T04:08:00.704Z | Compiling darling_core v0.23.0 |
| 387 | 2026-07-18T04:08:00.809Z | Compiling version_check v0.9.5 |
| 388 | 2026-07-18T04:08:01.082Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 389 | 2026-07-18T04:08:01.299Z | Compiling regex v1.12.4 |
| 390 | 2026-07-18T04:08:01.330Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 391 | 2026-07-18T04:08:01.641Z | Checking memmap2 v0.9.11 |
| 392 | 2026-07-18T04:08:01.782Z | Compiling thiserror-impl v2.0.18 |
| 393 | 2026-07-18T04:08:01.798Z | Compiling serde_derive v1.0.228 |
| 394 | 2026-07-18T04:08:01.880Z | Compiling zerocopy-derive v0.8.52 |
| 395 | 2026-07-18T04:08:02.081Z | Compiling pest_derive v2.8.7 |
| 396 | 2026-07-18T04:08:02.192Z | Compiling scroll_derive v0.13.1 |
| 397 | 2026-07-18T04:08:02.435Z | Compiling ref-cast-impl v1.0.25 |
| 398 | 2026-07-18T04:08:02.596Z | Checking unicode-width v0.2.2 |
| 399 | 2026-07-18T04:08:02.789Z | Compiling darling_macro v0.21.3 |
| 400 | 2026-07-18T04:08:02.838Z | Checking ipnetwork v0.21.1 |
| 401 | 2026-07-18T04:08:02.846Z | Compiling darling_macro v0.23.0 |
| 402 | 2026-07-18T04:08:03.001Z | Checking scroll v0.13.0 |
| 403 | 2026-07-18T04:08:03.057Z | Checking cobs v0.3.0 |
| 404 | 2026-07-18T04:08:03.083Z | Compiling dtrace-parser v0.3.0 |
| 405 | 2026-07-18T04:08:03.193Z | Checking tabwriter v1.4.1 |
| 406 | 2026-07-18T04:08:03.214Z | Checking goblin v0.10.7 |
| 407 | 2026-07-18T04:08:03.328Z | Checking itertools v0.15.0 |
| 408 | 2026-07-18T04:08:03.352Z | Compiling darling v0.21.3 |
| 409 | 2026-07-18T04:08:03.398Z | Compiling darling v0.23.0 |
| 410 | 2026-07-18T04:08:03.419Z | Compiling ingot-macros v0.1.1 |
| 411 | 2026-07-18T04:08:03.468Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 412 | 2026-07-18T04:08:03.679Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 413 | 2026-07-18T04:08:04.266Z | Checking dyn-clone v1.0.20 |
| 414 | 2026-07-18T04:08:04.837Z | Checking postcard v1.1.3 |
| 415 | 2026-07-18T04:08:04.869Z | Compiling serde_tokenstream v0.2.3 |
| 416 | 2026-07-18T04:08:05.936Z | Checking dof v0.4.0 |
| 417 | 2026-07-18T04:08:05.936Z | Checking ingot-types v0.1.2 |
| 418 | 2026-07-18T04:08:06.237Z | Checking ingot v0.1.1 |
| 419 | 2026-07-18T04:08:06.847Z | Compiling usdt-attr-macro v0.6.0 |
| 420 | 2026-07-18T04:08:06.848Z | Compiling usdt-macro v0.6.0 |
| 421 | 2026-07-18T04:08:07.450Z | Checking usdt v0.6.0 |
| 422 | 2026-07-18T04:08:07.663Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 423 | 2026-07-18T04:08:15.986Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.31s |
| 424 | 2026-07-18T04:08:16.014Z | |
| 425 | 2026-07-18T04:08:16.017Z | real 19.389184193 |
| 426 | 2026-07-18T04:08:16.017Z | user 1:04.372315051 |
| 427 | 2026-07-18T04:08:16.017Z | sys 12.503339946 |
| 428 | 2026-07-18T04:08:16.017Z | trap 0.032667018 |
| 429 | 2026-07-18T04:08:16.017Z | tflt 0.145074222 |
| 430 | 2026-07-18T04:08:16.017Z | dflt 0.209479168 |
| 431 | 2026-07-18T04:08:16.017Z | kflt 0.000034360 |
| 432 | 2026-07-18T04:08:16.017Z | lock 4:02.109664127 |
| 433 | 2026-07-18T04:08:16.017Z | slp 3:24.938954822 |
| 434 | 2026-07-18T04:08:16.017Z | lat 3.003017522 |
| 435 | 2026-07-18T04:08:16.017Z | stop 6.579809024 |
| 436 | 2026-07-18T04:08:16.017Z | + header 'analyze no_std + engine + kernel' |
| 437 | 2026-07-18T04:08:16.017Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 438 | 2026-07-18T04:08:16.017Z | # ==== analyze no_std + engine + kernel ==== # |
| 439 | 2026-07-18T04:08:16.017Z | + ptime -m cargo +nightly-2026-07-18-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings |
| 440 | 2026-07-18T04:08:16.184Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 441 | 2026-07-18T04:08:16.184Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 442 | 2026-07-18T04:08:16.184Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 443 | 2026-07-18T04:08:16.188Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 444 | 2026-07-18T04:08:16.437Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 445 | 2026-07-18T04:08:20.007Z | Finished `dev` profile [optimized + debuginfo] target(s) in 3.95s |
| 446 | 2026-07-18T04:08:20.030Z | |
| 447 | 2026-07-18T04:08:20.033Z | real 4.010402626 |
| 448 | 2026-07-18T04:08:20.033Z | user 4.400303165 |
| 449 | 2026-07-18T04:08:20.033Z | sys 0.896722113 |
| 450 | 2026-07-18T04:08:20.034Z | trap 0.000663660 |
| 451 | 2026-07-18T04:08:20.034Z | tflt 0.007890147 |
| 452 | 2026-07-18T04:08:20.034Z | dflt 0.005257143 |
| 453 | 2026-07-18T04:08:20.034Z | kflt 0.000000970 |
| 454 | 2026-07-18T04:08:20.034Z | lock 20.884429933 |
| 455 | 2026-07-18T04:08:20.034Z | slp 16.202183715 |
| 456 | 2026-07-18T04:08:20.034Z | lat 0.017571584 |
| 457 | 2026-07-18T04:08:20.034Z | stop 0.266387165 |
| 458 | 2026-07-18T04:08:20.034Z | + header test |
| 459 | 2026-07-18T04:08:20.034Z | + echo '# ==== test ==== #' |
| 460 | 2026-07-18T04:08:20.034Z | # ==== test ==== # |
| 461 | 2026-07-18T04:08:20.034Z | + ptime -m cargo test |
| 462 | 2026-07-18T04:08:20.175Z | Compiling serde_core v1.0.228 |
| 463 | 2026-07-18T04:08:20.178Z | Compiling thiserror v2.0.18 |
| 464 | 2026-07-18T04:08:20.178Z | Compiling zerocopy v0.8.52 |
| 465 | 2026-07-18T04:08:20.199Z | Compiling byteorder v1.5.0 |
| 466 | 2026-07-18T04:08:20.205Z | Compiling memchr v2.8.2 |
| 467 | 2026-07-18T04:08:20.208Z | Compiling unicode-ident v1.0.24 |
| 468 | 2026-07-18T04:08:20.208Z | Compiling libc v0.2.186 |
| 469 | 2026-07-18T04:08:20.208Z | Compiling zmij v1.0.21 |
| 470 | 2026-07-18T04:08:20.280Z | Compiling proc-macro2 v1.0.106 |
| 471 | 2026-07-18T04:08:20.326Z | Compiling scroll v0.13.0 |
| 472 | 2026-07-18T04:08:20.406Z | Compiling plain v0.2.3 |
| 473 | 2026-07-18T04:08:20.501Z | Compiling ucd-trie v0.1.7 |
| 474 | 2026-07-18T04:08:20.542Z | Compiling itoa v1.0.18 |
| 475 | 2026-07-18T04:08:20.571Z | Compiling log v0.4.33 |
| 476 | 2026-07-18T04:08:20.590Z | Compiling hash32 v0.3.1 |
| 477 | 2026-07-18T04:08:20.745Z | Compiling goblin v0.10.7 |
| 478 | 2026-07-18T04:08:20.812Z | Compiling pest v2.8.7 |
| 479 | 2026-07-18T04:08:20.832Z | Compiling quote v1.0.46 |
| 480 | 2026-07-18T04:08:21.233Z | Compiling cfg-if v1.0.4 |
| 481 | 2026-07-18T04:08:21.295Z | Compiling stable_deref_trait v1.2.1 |
| 482 | 2026-07-18T04:08:21.365Z | Compiling macaddr v1.0.1 |
| 483 | 2026-07-18T04:08:21.467Z | Compiling pretty-hex v0.4.2 |
| 484 | 2026-07-18T04:08:21.595Z | Compiling heapless v0.8.0 |
| 485 | 2026-07-18T04:08:21.618Z | Compiling syn v2.0.118 |
| 486 | 2026-07-18T04:08:21.781Z | Compiling thread-id v5.1.0 |
| 487 | 2026-07-18T04:08:21.854Z | Compiling cobs v0.3.0 |
| 488 | 2026-07-18T04:08:22.057Z | Compiling serde v1.0.228 |
| 489 | 2026-07-18T04:08:22.162Z | Compiling bitflags v2.13.0 |
| 490 | 2026-07-18T04:08:22.174Z | Compiling serde_json v1.0.150 |
| 491 | 2026-07-18T04:08:22.500Z | Compiling dtrace-parser v0.3.0 |
| 492 | 2026-07-18T04:08:22.570Z | Compiling managed v0.8.0 |
| 493 | 2026-07-18T04:08:22.696Z | Compiling bitflags v1.3.2 |
| 494 | 2026-07-18T04:08:22.761Z | Compiling smoltcp v0.11.0 |
| 495 | 2026-07-18T04:08:22.790Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 496 | 2026-07-18T04:08:23.011Z | Compiling ingot-types v0.1.2 |
| 497 | 2026-07-18T04:08:23.020Z | Compiling postcard v1.1.3 |
| 498 | 2026-07-18T04:08:23.180Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 499 | 2026-07-18T04:08:23.355Z | Compiling ingot v0.1.1 |
| 500 | 2026-07-18T04:08:23.408Z | Compiling memmap2 v0.9.11 |
| 501 | 2026-07-18T04:08:23.706Z | Compiling dof v0.4.0 |
| 502 | 2026-07-18T04:08:23.785Z | Compiling either v1.16.0 |
| 503 | 2026-07-18T04:08:23.991Z | Compiling unicode-width v0.2.2 |
| 504 | 2026-07-18T04:08:24.295Z | Compiling ipnetwork v0.21.1 |
| 505 | 2026-07-18T04:08:24.791Z | Compiling usdt-impl v0.6.0 |
| 506 | 2026-07-18T04:08:25.270Z | Compiling usdt v0.6.0 |
| 507 | 2026-07-18T04:08:25.541Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 508 | 2026-07-18T04:08:25.915Z | Compiling tabwriter v1.4.1 |
| 509 | 2026-07-18T04:08:26.088Z | Compiling itertools v0.15.0 |
| 510 | 2026-07-18T04:08:26.341Z | Compiling ref-cast v1.0.25 |
| 511 | 2026-07-18T04:08:26.438Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 512 | 2026-07-18T04:08:26.969Z | Compiling crc32fast v1.5.0 |
| 513 | 2026-07-18T04:08:27.137Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 514 | 2026-07-18T04:08:27.214Z | Compiling dyn-clone v1.0.20 |
| 515 | 2026-07-18T04:08:42.155Z | Finished `test` profile [optimized + debuginfo] target(s) in 22.11s |
| 516 | 2026-07-18T04:08:42.168Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-e4cff253b691af2a) |
| 517 | 2026-07-18T04:08:42.171Z | |
| 518 | 2026-07-18T04:08:42.171Z | running 83 tests |
| 519 | 2026-07-18T04:08:42.171Z | test d_error::tests::name_and_data_storage ... ok |
| 520 | 2026-07-18T04:08:42.172Z | test d_error::tests::name_truncation ... ok |
| 521 | 2026-07-18T04:08:42.172Z | test ddi::mblk::test::chain_breaks_links ... ok |
| 522 | 2026-07-18T04:08:42.172Z | test ddi::mblk::test::chain_has_correct_ends ... ok |
| 523 | 2026-07-18T04:08:42.172Z | test ddi::mblk::test::chain_append_links ... ok |
| 524 | 2026-07-18T04:08:42.172Z | test ddi::mblk::test::chain_drain_complete ... ok |
| 525 | 2026-07-18T04:08:42.172Z | test ddi::mblk::test::expand_and_shrink ... ok |
| 526 | 2026-07-18T04:08:42.172Z | test ddi::mblk::test::prefix_len ... ok |
| 527 | 2026-07-18T04:08:42.172Z | test ddi::mblk::test::read_seg ... ok |
| 528 | 2026-07-18T04:08:42.172Z | test ddi::mblk::test::test_long_packet_continuation ... ok |
| 529 | 2026-07-18T04:08:42.172Z | test ddi::mblk::test::truncate ... ok |
| 530 | 2026-07-18T04:08:42.172Z | test ddi::mblk::test::uninitialized_packet ... ok |
| 531 | 2026-07-18T04:08:42.173Z | test ddi::mblk::test::wrap ... ok |
| 532 | 2026-07-18T04:08:42.173Z | test ddi::mblk::test::zero_byte_packet ... ok |
| 533 | 2026-07-18T04:08:42.173Z | test ddi::time::test::good_interval ... ok |
| 534 | 2026-07-18T04:08:42.173Z | test engine::dhcp::test::domainname_encode ... ok |
| 535 | 2026-07-18T04:08:42.173Z | test engine::dhcp::test::domain_search_option_encode ... ok |
| 536 | 2026-07-18T04:08:42.173Z | test engine::dhcp::test::hostname_encode ... ok |
| 537 | 2026-07-18T04:08:42.173Z | test engine::dhcp::test::rfc3442_encode ... ok |
| 538 | 2026-07-18T04:08:42.173Z | test engine::dhcp::test::offlink_encode ... ok |
| 539 | 2026-07-18T04:08:42.173Z | test engine::dhcpv6::options::test::test_dns_servers ... ok |
| 540 | 2026-07-18T04:08:42.176Z | test engine::dhcpv6::options::test::test_client_id ... ok |
| 541 | 2026-07-18T04:08:42.176Z | test ddi::time::test::bad_interval - should panic ... ok |
| 542 | 2026-07-18T04:08:42.176Z | test engine::dhcpv6::options::test::test_elapsed_time ... ok |
| 543 | 2026-07-18T04:08:42.176Z | test engine::dhcpv6::options::test::test_domain_list_from_slice ... ok |
| 544 | 2026-07-18T04:08:42.176Z | test engine::dhcpv6::options::test::test_iata ... ok |
| 545 | 2026-07-18T04:08:42.176Z | test engine::dhcpv6::options::test::test_iana ... ok |
| 546 | 2026-07-18T04:08:42.176Z | test engine::dhcpv6::options::test::test_parse_snooped_iana ... ok |
| 547 | 2026-07-18T04:08:42.176Z | test engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok |
| 548 | 2026-07-18T04:08:42.176Z | test engine::dhcpv6::options::test::test_option_request ... ok |
| 549 | 2026-07-18T04:08:42.176Z | test engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok |
| 550 | 2026-07-18T04:08:42.176Z | test engine::dhcpv6::options::test::test_server_id ... ok |
| 551 | 2026-07-18T04:08:42.176Z | test engine::dhcpv6::options::test::test_sntp_servers ... ok |
| 552 | 2026-07-18T04:08:42.176Z | test engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok |
| 553 | 2026-07-18T04:08:42.176Z | test engine::dhcpv6::options::test::test_rapid_commit ... ok |
| 554 | 2026-07-18T04:08:42.176Z | test engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok |
| 555 | 2026-07-18T04:08:42.176Z | test engine::dhcpv6::options::test::test_status ... ok |
| 556 | 2026-07-18T04:08:42.176Z | test engine::dhcpv6::test::test_duid_from_mac ... ok |
| 557 | 2026-07-18T04:08:42.176Z | test engine::ether::test::emit ... ok |
| 558 | 2026-07-18T04:08:42.176Z | test engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok |
| 559 | 2026-07-18T04:08:42.177Z | test engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok |
| 560 | 2026-07-18T04:08:42.177Z | test engine::flow_table::test::children_prevent_timer_expiry ... ok |
| 561 | 2026-07-18T04:08:42.177Z | test engine::flow_table::test::eviction_invalidates_descendents ... ok |
| 562 | 2026-07-18T04:08:42.177Z | test engine::flow_table::test::eviction_basics ... ok |
| 563 | 2026-07-18T04:08:42.177Z | test engine::flow_table::test::eviction_priority_inheritance ... ok |
| 564 | 2026-07-18T04:08:42.177Z | test engine::flow_table::test::flow_expired ... ok |
| 565 | 2026-07-18T04:08:42.177Z | test engine::flow_table::test::eviction_selects_highest_prio ... ok |
| 566 | 2026-07-18T04:08:42.177Z | test engine::flow_table::test::priority_lerp ... ok |
| 567 | 2026-07-18T04:08:42.177Z | test engine::flow_table::test::priority_lerp_clamps ... ok |
| 568 | 2026-07-18T04:08:42.178Z | test engine::flow_table::test::flow_clear ... ok |
| 569 | 2026-07-18T04:08:42.178Z | test engine::geneve::test::emit_no_opts ... ok |
| 570 | 2026-07-18T04:08:42.178Z | test engine::geneve::test::emit_single_opt ... ok |
| 571 | 2026-07-18T04:08:42.178Z | test engine::flow_table::test::priority_lerp_rejects_bad_params ... ok |
| 572 | 2026-07-18T04:08:42.178Z | test engine::flow_table::test::timer_expiry_propagation ... ok |
| 573 | 2026-07-18T04:08:42.178Z | test engine::ip::v4::test::emit ... ok |
| 574 | 2026-07-18T04:08:42.178Z | test engine::ip::v6::test::emit ... ok |
| 575 | 2026-07-18T04:08:42.178Z | test engine::ip::v4::test::match_check ... ok |
| 576 | 2026-07-18T04:08:42.178Z | test engine::ip::v4::test::cidr_match ... ok |
| 577 | 2026-07-18T04:08:42.178Z | test engine::ip::v6::test::bad_ipv6_version_caught ... ok |
| 578 | 2026-07-18T04:08:42.178Z | test engine::ip::v6::test::from_pairs ... ok |
| 579 | 2026-07-18T04:08:42.178Z | test engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok |
| 580 | 2026-07-18T04:08:42.178Z | test engine::ip::v6::test::extension_push_spec ... ok |
| 581 | 2026-07-18T04:08:42.178Z | test engine::ip::v6::test::test_set_total_len ... ok |
| 582 | 2026-07-18T04:08:42.178Z | test engine::ip::v6::test::test_ipv6_addr_match_exact ... ok |
| 583 | 2026-07-18T04:08:42.178Z | test engine::ip::v6::test::test_extension_header_lengths_ok ... ok |
| 584 | 2026-07-18T04:08:42.179Z | test engine::packet::test::read_single_segment ... ok |
| 585 | 2026-07-18T04:08:42.179Z | test engine::packet::test::parse_ipv6_extension_headers_ok ... ok |
| 586 | 2026-07-18T04:08:42.179Z | test engine::packet::test::small_packet_with_padding ... ok |
| 587 | 2026-07-18T04:08:42.179Z | test engine::packet::test::read_multi_segment ... ok |
| 588 | 2026-07-18T04:08:42.179Z | test engine::nat::test::nat4_rewrite ... ok |
| 589 | 2026-07-18T04:08:42.179Z | test engine::layer::test::find_rule ... ok |
| 590 | 2026-07-18T04:08:42.179Z | test engine::packet::test::straddled_tcp ... ok |
| 591 | 2026-07-18T04:08:42.179Z | test engine::ip::v6::test::option_push_spec ... ok |
| 592 | 2026-07-18T04:08:42.180Z | test engine::packet::test::udp6_packet_with_padding ... ok |
| 593 | 2026-07-18T04:08:42.180Z | test engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok |
| 594 | 2026-07-18T04:08:42.180Z | test engine::ip::v6::test::push_spec ... ok |
| 595 | 2026-07-18T04:08:42.180Z | test engine::parse::test::icmp4_body_csum_equals_body ... ok |
| 596 | 2026-07-18T04:08:42.180Z | test engine::port::tests::established_tcp_eviction_prio_unchanging ... ok |
| 597 | 2026-07-18T04:08:42.180Z | test engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok |
| 598 | 2026-07-18T04:08:42.180Z | test engine::rule::rule_matching ... ok |
| 599 | 2026-07-18T04:08:42.180Z | test engine::snat::test::nat_mappings ... ok |
| 600 | 2026-07-18T04:08:42.180Z | test engine::snat::test::test_nat_pool_different_ip_types ... ok |
| 601 | 2026-07-18T04:08:42.180Z | test engine::snat::test::snat4_desc_lifecycle ... ok |
| 602 | 2026-07-18T04:08:42.180Z | |
| 603 | 2026-07-18T04:08:42.180Z | test result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 604 | 2026-07-18T04:08:42.180Z | |
| 605 | 2026-07-18T04:08:42.180Z | Doc-tests opte |
| 606 | 2026-07-18T04:08:44.132Z | |
| 607 | 2026-07-18T04:08:44.132Z | running 3 tests |
| 608 | 2026-07-18T04:08:44.135Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored |
| 609 | 2026-07-18T04:08:44.135Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok |
| 610 | 2026-07-18T04:08:44.135Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok |
| 611 | 2026-07-18T04:08:44.135Z | |
| 612 | 2026-07-18T04:08:44.135Z | test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 613 | 2026-07-18T04:08:44.135Z | |
| 614 | 2026-07-18T04:08:44.140Z | all doctests ran in 1.39s; merged doctests compilation took 1.38s |
| 615 | 2026-07-18T04:08:44.181Z | |
| 616 | 2026-07-18T04:08:44.184Z | real 24.140892744 |
| 617 | 2026-07-18T04:08:44.184Z | user 2:02.499480509 |
| 618 | 2026-07-18T04:08:44.184Z | sys 7.023774016 |
| 619 | 2026-07-18T04:08:44.184Z | trap 0.058440634 |
| 620 | 2026-07-18T04:08:44.184Z | tflt 0.321602534 |
| 621 | 2026-07-18T04:08:44.184Z | dflt 0.307845060 |
| 622 | 2026-07-18T04:08:44.184Z | kflt 0.000011470 |
| 623 | 2026-07-18T04:08:44.184Z | lock 6:20.079900681 |
| 624 | 2026-07-18T04:08:44.184Z | slp 3:42.021065264 |
| 625 | 2026-07-18T04:08:44.184Z | lat 5.306439089 |
| 626 | 2026-07-18T04:08:44.184Z | stop 3.041700918 |
| 627 | 2026-07-18T04:08:44.184Z | process exited: duration 84808 ms, exit code 0 |
| |
| 628 | 2026-07-18T04:08:44.190Z | found 0 output files |