|
|
|
| 1 | 2026-05-28T16:59:33.372Z | job assigned to worker 01KSQRCJAEZG86VQGWAAZ18EDF [factory aws, i-0ef8d4c3b95b8887c] (queued for 48 s) |
| |
| 2 | 2026-05-28T16:59:40.312Z | starting task 0: "setup" |
| 3 | 2026-05-28T16:59:40.321Z | ++ uname -s |
| 4 | 2026-05-28T16:59:40.321Z | + kern=SunOS |
| 5 | 2026-05-28T16:59:40.321Z | + build_user=build |
| 6 | 2026-05-28T16:59:40.321Z | + build_uid=12345 |
| 7 | 2026-05-28T16:59:40.321Z | + work_dir=/work |
| 8 | 2026-05-28T16:59:40.321Z | + input_dir=/input |
| 9 | 2026-05-28T16:59:40.321Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-28T16:59:40.321Z | + case "$kern" in |
| 11 | 2026-05-28T16:59:40.321Z | + groupadd -g 12345 build |
| 12 | 2026-05-28T16:59:40.324Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-28T16:59:42.326Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-28T16:59:42.441Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-28T16:59:42.445Z | + home_fs=zfs |
| 16 | 2026-05-28T16:59:42.445Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-28T16:59:42.445Z | + mkdir -p /home/build |
| 18 | 2026-05-28T16:59:42.445Z | + chown build:build /home/build /work |
| 19 | 2026-05-28T16:59:44.446Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-28T16:59:44.449Z | process exited: duration 4138 ms, exit code 0 |
| |
| 21 | 2026-05-28T16:59:44.455Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-28T16:59:44.459Z | * rust toolchain channel = "1.95.0" |
| 23 | 2026-05-28T16:59:44.459Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 24 | 2026-05-28T16:59:44.459Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-05-28T16:59:44.459Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-28T16:59:44.459Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-28T16:59:44.459Z | * rust toolchain profile = "default" |
| 28 | 2026-05-28T16:59:44.462Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-28T16:59:44.462Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-05-28T16:59:44.565Z | info: downloading installer |
| 31 | 2026-05-28T16:59:45.852Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-28T16:59:45.852Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-28T16:59:45.852Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-28T16:59:45.855Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-28T16:59:45.865Z | info: profile set to default |
| 36 | 2026-05-28T16:59:45.865Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-28T16:59:45.868Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-05-28T16:59:45.998Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-05-28T16:59:46.002Z | info: downloading 6 components |
| 40 | 2026-05-28T17:00:00.566Z | |
| 41 | 2026-05-28T17:00:00.566Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 42 | 2026-05-28T17:00:00.604Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-05-28T17:00:00.604Z | |
| 44 | 2026-05-28T17:00:00.604Z | |
| 45 | 2026-05-28T17:00:00.604Z | Rust is installed now. Great! |
| 46 | 2026-05-28T17:00:00.604Z | |
| 47 | 2026-05-28T17:00:00.604Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-28T17:00:00.604Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-28T17:00:00.604Z | |
| 50 | 2026-05-28T17:00:00.604Z | To configure your current shell, you need to source |
| 51 | 2026-05-28T17:00:00.604Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-28T17:00:00.604Z | |
| 53 | 2026-05-28T17:00:00.604Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-28T17:00:00.604Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-28T17:00:00.604Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-28T17:00:00.607Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-28T17:00:00.607Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-28T17:00:00.607Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-28T17:00:00.607Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-28T17:00:00.607Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-28T17:00:00.607Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-28T17:00:00.694Z | + rustup --version |
| 63 | 2026-05-28T17:00:00.703Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-28T17:00:00.706Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-28T17:00:00.724Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-05-28T17:00:00.727Z | + cargo --version |
| 67 | 2026-05-28T17:00:00.741Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-05-28T17:00:00.744Z | + rustc --version |
| 69 | 2026-05-28T17:00:00.764Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-05-28T17:00:00.767Z | process exited: duration 16311 ms, exit code 0 |
| |
| 71 | 2026-05-28T17:00:00.773Z | starting task 2: "authentication" |
| 72 | 2026-05-28T17:00:00.789Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-28T17:00:00.795Z | starting task 3: "clone repository" |
| 74 | 2026-05-28T17:00:00.798Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-05-28T17:00:00.801Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-05-28T17:00:00.838Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-05-28T17:00:02.387Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-05-28T17:00:02.387Z | + git fetch origin dba5a0313b0c6ec8aacde73b30440e4fafb02cb5 |
| 79 | 2026-05-28T17:00:02.897Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-05-28T17:00:02.897Z | * branch dba5a0313b0c6ec8aacde73b30440e4fafb02cb5 -> FETCH_HEAD |
| 81 | 2026-05-28T17:00:02.903Z | + [[ -n eviction-policy ]] |
| 82 | 2026-05-28T17:00:02.906Z | ++ git branch --show-current |
| 83 | 2026-05-28T17:00:02.906Z | + current=master |
| 84 | 2026-05-28T17:00:02.906Z | + [[ master != eviction-policy ]] |
| 85 | 2026-05-28T17:00:02.906Z | + git branch -f eviction-policy dba5a0313b0c6ec8aacde73b30440e4fafb02cb5 |
| 86 | 2026-05-28T17:00:02.909Z | + git checkout -f eviction-policy |
| 87 | 2026-05-28T17:00:02.937Z | Switched to branch 'eviction-policy' |
| 88 | 2026-05-28T17:00:02.940Z | + git reset --hard dba5a0313b0c6ec8aacde73b30440e4fafb02cb5 |
| 89 | 2026-05-28T17:00:02.967Z | HEAD is now at dba5a03 Ry review feedback. |
| 90 | 2026-05-28T17:00:02.970Z | process exited: duration 2172 ms, exit code 0 |
| |
| 91 | 2026-05-28T17:00:02.977Z | starting task 4: "build" |
| 92 | 2026-05-28T17:00:02.981Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-28T17:00:02.981Z | ++ rustup show active-toolchain |
| 94 | 2026-05-28T17:00:02.986Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-05-28T17:00:02.989Z | ++ pushd xde |
| 96 | 2026-05-28T17:00:02.989Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-05-28T17:00:02.989Z | ++ rustup show active-toolchain |
| 98 | 2026-05-28T17:00:02.992Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-05-28T17:00:03.448Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-05-28T17:00:03.451Z | info: downloading 6 components |
| 101 | 2026-05-28T17:00:17.051Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-05-28T17:00:17.148Z | +++ rustup show active-toolchain -v |
| 103 | 2026-05-28T17:00:17.151Z | +++ head -n 1 |
| 104 | 2026-05-28T17:00:17.151Z | +++ cut '-d ' -f1 |
| 105 | 2026-05-28T17:00:17.205Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-05-28T17:00:17.205Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-05-28T17:00:17.205Z | ++ popd |
| 108 | 2026-05-28T17:00:17.205Z | /work/oxidecomputer/opte |
| 109 | 2026-05-28T17:00:17.213Z | + cargo --version |
| 110 | 2026-05-28T17:00:17.220Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 111 | 2026-05-28T17:00:17.220Z | + rustc --version |
| 112 | 2026-05-28T17:00:17.239Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 113 | 2026-05-28T17:00:17.245Z | + cd lib/opte |
| 114 | 2026-05-28T17:00:17.245Z | + header 'check style' |
| 115 | 2026-05-28T17:00:17.245Z | + echo '# ==== check style ==== #' |
| 116 | 2026-05-28T17:00:17.245Z | # ==== check style ==== # |
| 117 | 2026-05-28T17:00:17.245Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-05-28T17:00:17.428Z | |
| 119 | 2026-05-28T17:00:17.428Z | real 0.181472608 |
| 120 | 2026-05-28T17:00:17.428Z | user 0.139404213 |
| 121 | 2026-05-28T17:00:17.428Z | sys 0.036332914 |
| 122 | 2026-05-28T17:00:17.428Z | trap 0.000010000 |
| 123 | 2026-05-28T17:00:17.428Z | tflt 0.000003390 |
| 124 | 2026-05-28T17:00:17.428Z | dflt 0.000007310 |
| 125 | 2026-05-28T17:00:17.428Z | kflt 0.000000980 |
| 126 | 2026-05-28T17:00:17.428Z | lock 0.030609841 |
| 127 | 2026-05-28T17:00:17.428Z | slp 0.161130310 |
| 128 | 2026-05-28T17:00:17.428Z | lat 0.000820490 |
| 129 | 2026-05-28T17:00:17.428Z | stop 0.000085670 |
| 130 | 2026-05-28T17:00:17.433Z | + header 'check docs' |
| 131 | 2026-05-28T17:00:17.433Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-05-28T17:00:17.433Z | # ==== check docs ==== # |
| 133 | 2026-05-28T17:00:17.433Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-05-28T17:00:17.433Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-05-28T17:00:17.497Z | Updating crates.io index |
| 136 | 2026-05-28T17:00:17.501Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-05-28T17:00:18.486Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-05-28T17:00:19.180Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-05-28T17:00:19.658Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-05-28T17:00:20.036Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-05-28T17:00:20.498Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-05-28T17:00:20.823Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-05-28T17:00:22.709Z | Downloading crates ... |
| 144 | 2026-05-28T17:00:22.759Z | Downloaded ingot-types v0.1.2 |
| 145 | 2026-05-28T17:00:22.762Z | Downloaded digest v0.10.7 |
| 146 | 2026-05-28T17:00:22.819Z | Downloaded plain v0.2.3 |
| 147 | 2026-05-28T17:00:22.826Z | Downloaded defmt v0.3.100 |
| 148 | 2026-05-28T17:00:22.826Z | Downloaded ingot-macros v0.1.1 |
| 149 | 2026-05-28T17:00:22.826Z | Downloaded defmt-macros v1.0.1 |
| 150 | 2026-05-28T17:00:22.826Z | Downloaded macaddr v1.0.1 |
| 151 | 2026-05-28T17:00:22.826Z | Downloaded usdt-macro v0.6.0 |
| 152 | 2026-05-28T17:00:22.826Z | Downloaded bitflags v1.3.2 |
| 153 | 2026-05-28T17:00:22.826Z | Downloaded thiserror v2.0.18 |
| 154 | 2026-05-28T17:00:22.826Z | Downloaded embedded-io v0.6.1 |
| 155 | 2026-05-28T17:00:22.827Z | Downloaded cpufeatures v0.2.17 |
| 156 | 2026-05-28T17:00:22.827Z | Downloaded darling_core v0.21.3 |
| 157 | 2026-05-28T17:00:22.827Z | Downloaded cfg-if v1.0.4 |
| 158 | 2026-05-28T17:00:22.827Z | Downloaded itertools v0.14.0 |
| 159 | 2026-05-28T17:00:22.827Z | Downloaded hash32 v0.3.1 |
| 160 | 2026-05-28T17:00:22.827Z | Downloaded generic-array v0.14.7 |
| 161 | 2026-05-28T17:00:22.827Z | Downloaded memchr v2.8.0 |
| 162 | 2026-05-28T17:00:22.827Z | Downloaded proc-macro2 v1.0.106 |
| 163 | 2026-05-28T17:00:22.830Z | Downloaded block-buffer v0.10.4 |
| 164 | 2026-05-28T17:00:22.835Z | Downloaded strsim v0.11.1 |
| 165 | 2026-05-28T17:00:22.835Z | Downloaded proc-macro-error2 v2.0.1 |
| 166 | 2026-05-28T17:00:22.839Z | Downloaded embedded-io v0.4.0 |
| 167 | 2026-05-28T17:00:22.839Z | Downloaded ident_case v1.0.1 |
| 168 | 2026-05-28T17:00:22.845Z | Downloaded fnv v1.0.7 |
| 169 | 2026-05-28T17:00:22.846Z | Downloaded dyn-clone v1.0.20 |
| 170 | 2026-05-28T17:00:22.849Z | Downloaded scroll v0.13.0 |
| 171 | 2026-05-28T17:00:22.849Z | Downloaded ipnetwork v0.21.1 |
| 172 | 2026-05-28T17:00:22.849Z | Downloaded either v1.15.0 |
| 173 | 2026-05-28T17:00:22.857Z | Downloaded cobs v0.3.0 |
| 174 | 2026-05-28T17:00:22.857Z | Downloaded stable_deref_trait v1.2.1 |
| 175 | 2026-05-28T17:00:22.860Z | Downloaded dof v0.4.0 |
| 176 | 2026-05-28T17:00:22.860Z | Downloaded managed v0.8.0 |
| 177 | 2026-05-28T17:00:22.860Z | Downloaded defmt-parser v1.0.0 |
| 178 | 2026-05-28T17:00:22.860Z | Downloaded darling_macro v0.21.3 |
| 179 | 2026-05-28T17:00:22.860Z | Downloaded pretty-hex v0.4.2 |
| 180 | 2026-05-28T17:00:22.860Z | Downloaded thread-id v5.1.0 |
| 181 | 2026-05-28T17:00:22.868Z | Downloaded sha2 v0.10.9 |
| 182 | 2026-05-28T17:00:22.871Z | Downloaded darling_macro v0.23.0 |
| 183 | 2026-05-28T17:00:22.873Z | Downloaded itoa v1.0.18 |
| 184 | 2026-05-28T17:00:22.873Z | Downloaded scroll_derive v0.13.1 |
| 185 | 2026-05-28T17:00:22.878Z | Downloaded crypto-common v0.1.7 |
| 186 | 2026-05-28T17:00:22.884Z | Downloaded usdt v0.6.0 |
| 187 | 2026-05-28T17:00:22.887Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 188 | 2026-05-28T17:00:22.887Z | Downloaded usdt-attr-macro v0.6.0 |
| 189 | 2026-05-28T17:00:22.887Z | Downloaded ref-cast-impl v1.0.25 |
| 190 | 2026-05-28T17:00:22.891Z | Downloaded quote v1.0.45 |
| 191 | 2026-05-28T17:00:22.894Z | Downloaded thiserror-impl v2.0.18 |
| 192 | 2026-05-28T17:00:22.894Z | Downloaded dtrace-parser v0.3.0 |
| 193 | 2026-05-28T17:00:22.906Z | Downloaded serde_tokenstream v0.2.3 |
| 194 | 2026-05-28T17:00:22.910Z | Downloaded unicode-ident v1.0.24 |
| 195 | 2026-05-28T17:00:22.913Z | Downloaded version_check v0.9.5 |
| 196 | 2026-05-28T17:00:22.913Z | Downloaded ref-cast v1.0.25 |
| 197 | 2026-05-28T17:00:22.917Z | Downloaded zmij v1.0.21 |
| 198 | 2026-05-28T17:00:22.922Z | Downloaded byteorder v1.5.0 |
| 199 | 2026-05-28T17:00:22.925Z | Downloaded usdt-impl v0.6.0 |
| 200 | 2026-05-28T17:00:22.925Z | Downloaded tabwriter v1.4.1 |
| 201 | 2026-05-28T17:00:22.925Z | Downloaded ingot v0.1.1 |
| 202 | 2026-05-28T17:00:22.925Z | Downloaded bitflags v2.11.1 |
| 203 | 2026-05-28T17:00:22.930Z | Downloaded pest_derive v2.8.6 |
| 204 | 2026-05-28T17:00:22.934Z | Downloaded defmt v1.0.1 |
| 205 | 2026-05-28T17:00:22.938Z | Downloaded darling v0.21.3 |
| 206 | 2026-05-28T17:00:22.941Z | Downloaded heapless v0.8.0 |
| 207 | 2026-05-28T17:00:22.952Z | Downloaded pest_generator v2.8.6 |
| 208 | 2026-05-28T17:00:22.956Z | Downloaded postcard v1.1.3 |
| 209 | 2026-05-28T17:00:22.960Z | Downloaded serde_derive v1.0.228 |
| 210 | 2026-05-28T17:00:22.960Z | Downloaded crc32fast v1.5.0 |
| 211 | 2026-05-28T17:00:22.963Z | Downloaded darling v0.23.0 |
| 212 | 2026-05-28T17:00:22.966Z | Downloaded darling_core v0.23.0 |
| 213 | 2026-05-28T17:00:22.969Z | Downloaded log v0.4.29 |
| 214 | 2026-05-28T17:00:22.972Z | Downloaded memmap2 v0.9.10 |
| 215 | 2026-05-28T17:00:22.972Z | Downloaded ucd-trie v0.1.7 |
| 216 | 2026-05-28T17:00:22.975Z | Downloaded pest_meta v2.8.6 |
| 217 | 2026-05-28T17:00:22.978Z | Downloaded typenum v1.20.0 |
| 218 | 2026-05-28T17:00:22.981Z | Downloaded serde_core v1.0.228 |
| 219 | 2026-05-28T17:00:23.007Z | Downloaded serde v1.0.228 |
| 220 | 2026-05-28T17:00:23.010Z | Downloaded zerocopy-derive v0.8.48 |
| 221 | 2026-05-28T17:00:23.025Z | Downloaded serde_json v1.0.149 |
| 222 | 2026-05-28T17:00:23.038Z | Downloaded pest v2.8.6 |
| 223 | 2026-05-28T17:00:23.062Z | Downloaded aho-corasick v1.1.4 |
| 224 | 2026-05-28T17:00:23.068Z | Downloaded regex v1.12.3 |
| 225 | 2026-05-28T17:00:23.105Z | Downloaded unicode-width v0.2.2 |
| 226 | 2026-05-28T17:00:23.110Z | Downloaded goblin v0.10.5 |
| 227 | 2026-05-28T17:00:23.117Z | Downloaded smoltcp v0.11.0 |
| 228 | 2026-05-28T17:00:23.124Z | Downloaded zerocopy v0.8.48 |
| 229 | 2026-05-28T17:00:23.134Z | Downloaded syn v2.0.117 |
| 230 | 2026-05-28T17:00:23.140Z | Downloaded regex-syntax v0.8.10 |
| 231 | 2026-05-28T17:00:23.168Z | Downloaded regex-automata v0.4.14 |
| 232 | 2026-05-28T17:00:23.177Z | Downloaded libc v0.2.186 |
| 233 | 2026-05-28T17:00:23.239Z | Compiling proc-macro2 v1.0.106 |
| 234 | 2026-05-28T17:00:23.239Z | Compiling quote v1.0.45 |
| 235 | 2026-05-28T17:00:23.239Z | Compiling unicode-ident v1.0.24 |
| 236 | 2026-05-28T17:00:23.242Z | Documenting unicode-ident v1.0.24 |
| 237 | 2026-05-28T17:00:23.242Z | Compiling strsim v0.11.1 |
| 238 | 2026-05-28T17:00:23.242Z | Compiling ident_case v1.0.1 |
| 239 | 2026-05-28T17:00:23.242Z | Compiling serde_core v1.0.228 |
| 240 | 2026-05-28T17:00:23.392Z | Compiling fnv v1.0.7 |
| 241 | 2026-05-28T17:00:23.413Z | Compiling memchr v2.8.0 |
| 242 | 2026-05-28T17:00:23.476Z | Compiling thiserror v2.0.18 |
| 243 | 2026-05-28T17:00:23.580Z | Compiling serde v1.0.228 |
| 244 | 2026-05-28T17:00:23.786Z | Compiling regex-syntax v0.8.10 |
| 245 | 2026-05-28T17:00:23.793Z | Compiling zerocopy v0.8.48 |
| 246 | 2026-05-28T17:00:23.822Z | Compiling aho-corasick v1.1.4 |
| 247 | 2026-05-28T17:00:23.913Z | Documenting proc-macro2 v1.0.106 |
| 248 | 2026-05-28T17:00:24.355Z | Checking syn v2.0.117 |
| 249 | 2026-05-28T17:00:24.474Z | Compiling either v1.15.0 |
| 250 | 2026-05-28T17:00:24.487Z | Documenting quote v1.0.45 |
| 251 | 2026-05-28T17:00:24.782Z | Checking byteorder v1.5.0 |
| 252 | 2026-05-28T17:00:24.938Z | Compiling itertools v0.14.0 |
| 253 | 2026-05-28T17:00:24.981Z | Documenting syn v2.0.117 |
| 254 | 2026-05-28T17:00:25.181Z | Compiling heapless v0.8.0 |
| 255 | 2026-05-28T17:00:25.248Z | Compiling regex-automata v0.4.14 |
| 256 | 2026-05-28T17:00:25.486Z | Documenting memchr v2.8.0 |
| 257 | 2026-05-28T17:00:26.006Z | Checking bitflags v2.11.1 |
| 258 | 2026-05-28T17:00:26.101Z | Documenting aho-corasick v1.1.4 |
| 259 | 2026-05-28T17:00:26.145Z | Checking hash32 v0.3.1 |
| 260 | 2026-05-28T17:00:26.156Z | Documenting serde_core v1.0.228 |
| 261 | 2026-05-28T17:00:26.251Z | Checking stable_deref_trait v1.2.1 |
| 262 | 2026-05-28T17:00:26.314Z | Checking cfg-if v1.0.4 |
| 263 | 2026-05-28T17:00:26.374Z | Documenting regex-syntax v0.8.10 |
| 264 | 2026-05-28T17:00:26.379Z | Checking macaddr v1.0.1 |
| 265 | 2026-05-28T17:00:26.517Z | Checking darling_core v0.21.3 |
| 266 | 2026-05-28T17:00:26.946Z | Compiling regex v1.12.3 |
| 267 | 2026-05-28T17:00:27.336Z | Compiling darling_core v0.23.0 |
| 268 | 2026-05-28T17:00:27.343Z | Compiling smoltcp v0.11.0 |
| 269 | 2026-05-28T17:00:27.397Z | Documenting regex-automata v0.4.14 |
| 270 | 2026-05-28T17:00:27.770Z | Documenting zerocopy-derive v0.8.48 |
| 271 | 2026-05-28T17:00:27.807Z | Documenting thiserror-impl v2.0.18 |
| 272 | 2026-05-28T17:00:27.982Z | Compiling zerocopy-derive v0.8.48 |
| 273 | 2026-05-28T17:00:27.989Z | Compiling serde_derive v1.0.228 |
| 274 | 2026-05-28T17:00:28.560Z | Compiling thiserror-impl v2.0.18 |
| 275 | 2026-05-28T17:00:28.649Z | Documenting serde_derive v1.0.228 |
| 276 | 2026-05-28T17:00:28.996Z | Documenting regex v1.12.3 |
| 277 | 2026-05-28T17:00:29.079Z | Compiling darling_macro v0.21.3 |
| 278 | 2026-05-28T17:00:29.107Z | Checking bitflags v1.3.2 |
| 279 | 2026-05-28T17:00:29.177Z | Documenting byteorder v1.5.0 |
| 280 | 2026-05-28T17:00:29.469Z | Compiling darling_macro v0.23.0 |
| 281 | 2026-05-28T17:00:29.671Z | Compiling darling v0.21.3 |
| 282 | 2026-05-28T17:00:29.747Z | Compiling ingot-macros v0.1.1 |
| 283 | 2026-05-28T17:00:29.779Z | Checking managed v0.8.0 |
| 284 | 2026-05-28T17:00:29.948Z | Checking cobs v0.3.0 |
| 285 | 2026-05-28T17:00:29.955Z | Documenting ingot-macros v0.1.1 |
| 286 | 2026-05-28T17:00:29.962Z | Documenting thiserror v2.0.18 |
| 287 | 2026-05-28T17:00:30.047Z | Documenting hash32 v0.3.1 |
| 288 | 2026-05-28T17:00:30.074Z | Documenting zerocopy v0.8.48 |
| 289 | 2026-05-28T17:00:30.077Z | Documenting bitflags v2.11.1 |
| 290 | 2026-05-28T17:00:30.478Z | Documenting stable_deref_trait v1.2.1 |
| 291 | 2026-05-28T17:00:30.650Z | Compiling ref-cast v1.0.25 |
| 292 | 2026-05-28T17:00:30.843Z | Documenting serde v1.0.228 |
| 293 | 2026-05-28T17:00:30.975Z | Compiling crc32fast v1.5.0 |
| 294 | 2026-05-28T17:00:30.993Z | Documenting cfg-if v1.0.4 |
| 295 | 2026-05-28T17:00:31.127Z | Documenting macaddr v1.0.1 |
| 296 | 2026-05-28T17:00:31.203Z | Checking postcard v1.1.3 |
| 297 | 2026-05-28T17:00:31.308Z | Documenting heapless v0.8.0 |
| 298 | 2026-05-28T17:00:31.489Z | Documenting cobs v0.3.0 |
| 299 | 2026-05-28T17:00:31.674Z | Compiling ref-cast-impl v1.0.25 |
| 300 | 2026-05-28T17:00:32.161Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 301 | 2026-05-28T17:00:32.220Z | Checking ipnetwork v0.21.1 |
| 302 | 2026-05-28T17:00:32.262Z | Documenting managed v0.8.0 |
| 303 | 2026-05-28T17:00:32.391Z | Checking unicode-width v0.2.2 |
| 304 | 2026-05-28T17:00:32.404Z | Checking ingot-types v0.1.2 |
| 305 | 2026-05-28T17:00:32.560Z | Compiling version_check v0.9.5 |
| 306 | 2026-05-28T17:00:32.568Z | Documenting postcard v1.1.3 |
| 307 | 2026-05-28T17:00:32.639Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 308 | 2026-05-28T17:00:32.711Z | Compiling darling v0.23.0 |
| 309 | 2026-05-28T17:00:32.740Z | Checking ingot v0.1.1 |
| 310 | 2026-05-28T17:00:32.787Z | Documenting ref-cast-impl v1.0.25 |
| 311 | 2026-05-28T17:00:32.833Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 312 | 2026-05-28T17:00:33.030Z | Documenting either v1.15.0 |
| 313 | 2026-05-28T17:00:33.052Z | Documenting ingot-types v0.1.2 |
| 314 | 2026-05-28T17:00:33.058Z | Documenting smoltcp v0.11.0 |
| 315 | 2026-05-28T17:00:33.074Z | Documenting unicode-width v0.2.2 |
| 316 | 2026-05-28T17:00:33.332Z | Documenting ipnetwork v0.21.1 |
| 317 | 2026-05-28T17:00:33.608Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 318 | 2026-05-28T17:00:33.857Z | Documenting ref-cast v1.0.25 |
| 319 | 2026-05-28T17:00:34.099Z | Documenting itertools v0.14.0 |
| 320 | 2026-05-28T17:00:34.320Z | Documenting tabwriter v1.4.1 |
| 321 | 2026-05-28T17:00:34.347Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 322 | 2026-05-28T17:00:34.629Z | Documenting ingot v0.1.1 |
| 323 | 2026-05-28T17:00:34.851Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 324 | 2026-05-28T17:00:35.207Z | Checking tabwriter v1.4.1 |
| 325 | 2026-05-28T17:00:35.434Z | Documenting crc32fast v1.5.0 |
| 326 | 2026-05-28T17:00:35.539Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 327 | 2026-05-28T17:00:35.564Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 328 | 2026-05-28T17:00:35.711Z | Checking dyn-clone v1.0.20 |
| 329 | 2026-05-28T17:00:35.810Z | Documenting dyn-clone v1.0.20 |
| 330 | 2026-05-28T17:00:37.100Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 331 | 2026-05-28T17:00:38.245Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 332 | 2026-05-28T17:00:40.542Z | Finished `dev` profile [optimized + debuginfo] target(s) in 23.10s |
| 333 | 2026-05-28T17:00:40.631Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
| 334 | 2026-05-28T17:00:40.653Z | |
| 335 | 2026-05-28T17:00:40.653Z | real 23.202658538 |
| 336 | 2026-05-28T17:00:40.653Z | user 1:16.474394718 |
| 337 | 2026-05-28T17:00:40.653Z | sys 15.939497648 |
| 338 | 2026-05-28T17:00:40.653Z | trap 0.036613470 |
| 339 | 2026-05-28T17:00:40.653Z | tflt 0.117088829 |
| 340 | 2026-05-28T17:00:40.653Z | dflt 0.127260372 |
| 341 | 2026-05-28T17:00:40.653Z | kflt 0.004838492 |
| 342 | 2026-05-28T17:00:40.653Z | lock 6:46.983167510 |
| 343 | 2026-05-28T17:00:40.653Z | slp 4:16.348226227 |
| 344 | 2026-05-28T17:00:40.653Z | lat 8.832195980 |
| 345 | 2026-05-28T17:00:40.653Z | stop 9.841580656 |
| 346 | 2026-05-28T17:00:40.656Z | + header 'analyze std + api' |
| 347 | 2026-05-28T17:00:40.656Z | + echo '# ==== analyze std + api ==== #' |
| 348 | 2026-05-28T17:00:40.656Z | # ==== analyze std + api ==== # |
| 349 | 2026-05-28T17:00:40.656Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 350 | 2026-05-28T17:00:40.893Z | Compiling proc-macro2 v1.0.106 |
| 351 | 2026-05-28T17:00:40.893Z | Compiling quote v1.0.45 |
| 352 | 2026-05-28T17:00:40.893Z | Compiling unicode-ident v1.0.24 |
| 353 | 2026-05-28T17:00:40.893Z | Compiling memchr v2.8.0 |
| 354 | 2026-05-28T17:00:40.893Z | Compiling thiserror v2.0.18 |
| 355 | 2026-05-28T17:00:40.896Z | Compiling zerocopy v0.8.48 |
| 356 | 2026-05-28T17:00:40.896Z | Compiling zmij v1.0.21 |
| 357 | 2026-05-28T17:00:40.897Z | Compiling libc v0.2.186 |
| 358 | 2026-05-28T17:00:41.074Z | Compiling serde_core v1.0.228 |
| 359 | 2026-05-28T17:00:41.260Z | Compiling strsim v0.11.1 |
| 360 | 2026-05-28T17:00:41.288Z | Compiling ident_case v1.0.1 |
| 361 | 2026-05-28T17:00:41.292Z | Compiling ucd-trie v0.1.7 |
| 362 | 2026-05-28T17:00:41.310Z | Compiling serde_json v1.0.149 |
| 363 | 2026-05-28T17:00:41.498Z | Compiling pest v2.8.6 |
| 364 | 2026-05-28T17:00:41.510Z | Compiling serde v1.0.228 |
| 365 | 2026-05-28T17:00:41.620Z | Compiling fnv v1.0.7 |
| 366 | 2026-05-28T17:00:41.839Z | Compiling aho-corasick v1.1.4 |
| 367 | 2026-05-28T17:00:41.895Z | Compiling itoa v1.0.18 |
| 368 | 2026-05-28T17:00:42.064Z | Checking byteorder v1.5.0 |
| 369 | 2026-05-28T17:00:42.141Z | Compiling syn v2.0.117 |
| 370 | 2026-05-28T17:00:42.196Z | Compiling regex-syntax v0.8.10 |
| 371 | 2026-05-28T17:00:42.557Z | Compiling pest_meta v2.8.6 |
| 372 | 2026-05-28T17:00:42.651Z | Compiling either v1.15.0 |
| 373 | 2026-05-28T17:00:42.696Z | Compiling usdt-impl v0.6.0 |
| 374 | 2026-05-28T17:00:42.945Z | Compiling itertools v0.14.0 |
| 375 | 2026-05-28T17:00:43.154Z | Compiling thread-id v5.1.0 |
| 376 | 2026-05-28T17:00:43.270Z | Checking plain v0.2.3 |
| 377 | 2026-05-28T17:00:43.377Z | Compiling heapless v0.8.0 |
| 378 | 2026-05-28T17:00:43.520Z | Checking log v0.4.29 |
| 379 | 2026-05-28T17:00:43.665Z | Compiling regex-automata v0.4.14 |
| 380 | 2026-05-28T17:00:44.053Z | Checking bitflags v2.11.1 |
| 381 | 2026-05-28T17:00:44.213Z | Checking hash32 v0.3.1 |
| 382 | 2026-05-28T17:00:44.217Z | Checking pretty-hex v0.4.2 |
| 383 | 2026-05-28T17:00:44.274Z | Compiling smoltcp v0.11.0 |
| 384 | 2026-05-28T17:00:44.301Z | Checking cfg-if v1.0.4 |
| 385 | 2026-05-28T17:00:44.320Z | Checking macaddr v1.0.1 |
| 386 | 2026-05-28T17:00:44.324Z | Checking stable_deref_trait v1.2.1 |
| 387 | 2026-05-28T17:00:44.568Z | Compiling ref-cast v1.0.25 |
| 388 | 2026-05-28T17:00:44.621Z | Compiling pest_generator v2.8.6 |
| 389 | 2026-05-28T17:00:44.625Z | Compiling darling_core v0.21.3 |
| 390 | 2026-05-28T17:00:44.766Z | Compiling darling_core v0.23.0 |
| 391 | 2026-05-28T17:00:44.902Z | Checking bitflags v1.3.2 |
| 392 | 2026-05-28T17:00:44.961Z | Compiling version_check v0.9.5 |
| 393 | 2026-05-28T17:00:44.973Z | Checking managed v0.8.0 |
| 394 | 2026-05-28T17:00:45.147Z | Compiling crc32fast v1.5.0 |
| 395 | 2026-05-28T17:00:45.227Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 396 | 2026-05-28T17:00:45.447Z | Compiling regex v1.12.3 |
| 397 | 2026-05-28T17:00:45.555Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 398 | 2026-05-28T17:00:45.780Z | Compiling thiserror-impl v2.0.18 |
| 399 | 2026-05-28T17:00:45.834Z | Compiling serde_derive v1.0.228 |
| 400 | 2026-05-28T17:00:45.837Z | Compiling zerocopy-derive v0.8.48 |
| 401 | 2026-05-28T17:00:46.264Z | Compiling pest_derive v2.8.6 |
| 402 | 2026-05-28T17:00:46.410Z | Compiling scroll_derive v0.13.1 |
| 403 | 2026-05-28T17:00:46.467Z | Compiling ref-cast-impl v1.0.25 |
| 404 | 2026-05-28T17:00:46.687Z | Compiling darling_macro v0.21.3 |
| 405 | 2026-05-28T17:00:46.776Z | Checking memmap2 v0.9.10 |
| 406 | 2026-05-28T17:00:46.840Z | Compiling darling_macro v0.23.0 |
| 407 | 2026-05-28T17:00:47.086Z | Checking cobs v0.3.0 |
| 408 | 2026-05-28T17:00:47.108Z | Checking dtrace-parser v0.3.0 |
| 409 | 2026-05-28T17:00:47.233Z | Checking scroll v0.13.0 |
| 410 | 2026-05-28T17:00:47.236Z | Compiling darling v0.21.3 |
| 411 | 2026-05-28T17:00:47.302Z | Compiling ingot-macros v0.1.1 |
| 412 | 2026-05-28T17:00:47.341Z | Checking ipnetwork v0.21.1 |
| 413 | 2026-05-28T17:00:47.392Z | Compiling darling v0.23.0 |
| 414 | 2026-05-28T17:00:47.448Z | Checking goblin v0.10.5 |
| 415 | 2026-05-28T17:00:47.461Z | Checking unicode-width v0.2.2 |
| 416 | 2026-05-28T17:00:47.503Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 417 | 2026-05-28T17:00:47.702Z | Checking tabwriter v1.4.1 |
| 418 | 2026-05-28T17:00:47.927Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 419 | 2026-05-28T17:00:48.390Z | Checking dyn-clone v1.0.20 |
| 420 | 2026-05-28T17:00:48.940Z | Checking postcard v1.1.3 |
| 421 | 2026-05-28T17:00:48.943Z | Compiling serde_tokenstream v0.2.3 |
| 422 | 2026-05-28T17:00:49.953Z | Compiling dof v0.4.0 |
| 423 | 2026-05-28T17:00:49.960Z | Checking ingot-types v0.1.2 |
| 424 | 2026-05-28T17:00:50.250Z | Checking ingot v0.1.1 |
| 425 | 2026-05-28T17:00:50.808Z | Compiling usdt-macro v0.6.0 |
| 426 | 2026-05-28T17:00:50.808Z | Compiling usdt-attr-macro v0.6.0 |
| 427 | 2026-05-28T17:00:51.401Z | Checking usdt v0.6.0 |
| 428 | 2026-05-28T17:00:51.660Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 429 | 2026-05-28T17:00:59.988Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.28s |
| 430 | 2026-05-28T17:01:00.016Z | |
| 431 | 2026-05-28T17:01:00.019Z | real 19.358081162 |
| 432 | 2026-05-28T17:01:00.019Z | user 1:04.359921276 |
| 433 | 2026-05-28T17:01:00.019Z | sys 12.976457233 |
| 434 | 2026-05-28T17:01:00.019Z | trap 0.033055065 |
| 435 | 2026-05-28T17:01:00.019Z | tflt 0.130059947 |
| 436 | 2026-05-28T17:01:00.019Z | dflt 0.195524650 |
| 437 | 2026-05-28T17:01:00.019Z | kflt 0.000017470 |
| 438 | 2026-05-28T17:01:00.019Z | lock 3:45.605359986 |
| 439 | 2026-05-28T17:01:00.019Z | slp 3:27.952291450 |
| 440 | 2026-05-28T17:01:00.019Z | lat 3.032103641 |
| 441 | 2026-05-28T17:01:00.019Z | stop 6.297486796 |
| 442 | 2026-05-28T17:01:00.019Z | + header 'analyze no_std + engine + kernel' |
| 443 | 2026-05-28T17:01:00.019Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 444 | 2026-05-28T17:01:00.019Z | # ==== analyze no_std + engine + kernel ==== # |
| 445 | 2026-05-28T17:01:00.019Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings |
| 446 | 2026-05-28T17:01:00.201Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 447 | 2026-05-28T17:01:00.201Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 448 | 2026-05-28T17:01:00.204Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 449 | 2026-05-28T17:01:00.222Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 450 | 2026-05-28T17:01:00.469Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 451 | 2026-05-28T17:01:04.738Z | Finished `dev` profile [optimized + debuginfo] target(s) in 4.67s |
| 452 | 2026-05-28T17:01:04.767Z | |
| 453 | 2026-05-28T17:01:04.770Z | real 4.744413517 |
| 454 | 2026-05-28T17:01:04.770Z | user 5.119712012 |
| 455 | 2026-05-28T17:01:04.770Z | sys 0.910755491 |
| 456 | 2026-05-28T17:01:04.770Z | trap 0.000716721 |
| 457 | 2026-05-28T17:01:04.770Z | tflt 0.009579771 |
| 458 | 2026-05-28T17:01:04.770Z | dflt 0.002866334 |
| 459 | 2026-05-28T17:01:04.770Z | kflt 0.000000000 |
| 460 | 2026-05-28T17:01:04.770Z | lock 16.900257779 |
| 461 | 2026-05-28T17:01:04.770Z | slp 18.266510749 |
| 462 | 2026-05-28T17:01:04.770Z | lat 0.020382492 |
| 463 | 2026-05-28T17:01:04.771Z | stop 0.237241842 |
| 464 | 2026-05-28T17:01:04.771Z | + header test |
| 465 | 2026-05-28T17:01:04.771Z | + echo '# ==== test ==== #' |
| 466 | 2026-05-28T17:01:04.771Z | # ==== test ==== # |
| 467 | 2026-05-28T17:01:04.771Z | + ptime -m cargo test |
| 468 | 2026-05-28T17:01:04.920Z | Compiling serde_core v1.0.228 |
| 469 | 2026-05-28T17:01:04.923Z | Compiling thiserror v2.0.18 |
| 470 | 2026-05-28T17:01:04.942Z | Compiling zerocopy v0.8.48 |
| 471 | 2026-05-28T17:01:04.945Z | Compiling memchr v2.8.0 |
| 472 | 2026-05-28T17:01:04.948Z | Compiling byteorder v1.5.0 |
| 473 | 2026-05-28T17:01:04.951Z | Compiling unicode-ident v1.0.24 |
| 474 | 2026-05-28T17:01:04.951Z | Compiling libc v0.2.186 |
| 475 | 2026-05-28T17:01:04.954Z | Compiling zmij v1.0.21 |
| 476 | 2026-05-28T17:01:05.027Z | Compiling proc-macro2 v1.0.106 |
| 477 | 2026-05-28T17:01:05.075Z | Compiling scroll v0.13.0 |
| 478 | 2026-05-28T17:01:05.152Z | Compiling ucd-trie v0.1.7 |
| 479 | 2026-05-28T17:01:05.290Z | Compiling plain v0.2.3 |
| 480 | 2026-05-28T17:01:05.315Z | Compiling log v0.4.29 |
| 481 | 2026-05-28T17:01:05.339Z | Compiling itoa v1.0.18 |
| 482 | 2026-05-28T17:01:05.385Z | Compiling quote v1.0.45 |
| 483 | 2026-05-28T17:01:05.542Z | Compiling goblin v0.10.5 |
| 484 | 2026-05-28T17:01:05.599Z | Compiling pest v2.8.6 |
| 485 | 2026-05-28T17:01:05.856Z | Compiling hash32 v0.3.1 |
| 486 | 2026-05-28T17:01:06.025Z | Compiling cfg-if v1.0.4 |
| 487 | 2026-05-28T17:01:06.036Z | Compiling stable_deref_trait v1.2.1 |
| 488 | 2026-05-28T17:01:06.091Z | Compiling macaddr v1.0.1 |
| 489 | 2026-05-28T17:01:06.102Z | Compiling pretty-hex v0.4.2 |
| 490 | 2026-05-28T17:01:06.230Z | Compiling heapless v0.8.0 |
| 491 | 2026-05-28T17:01:06.341Z | Compiling syn v2.0.117 |
| 492 | 2026-05-28T17:01:06.511Z | Compiling thread-id v5.1.0 |
| 493 | 2026-05-28T17:01:06.587Z | Compiling cobs v0.3.0 |
| 494 | 2026-05-28T17:01:06.668Z | Compiling dtrace-parser v0.3.0 |
| 495 | 2026-05-28T17:01:06.869Z | Compiling serde v1.0.228 |
| 496 | 2026-05-28T17:01:06.921Z | Compiling bitflags v2.11.1 |
| 497 | 2026-05-28T17:01:07.327Z | Compiling serde_json v1.0.149 |
| 498 | 2026-05-28T17:01:07.333Z | Compiling bitflags v1.3.2 |
| 499 | 2026-05-28T17:01:07.393Z | Compiling managed v0.8.0 |
| 500 | 2026-05-28T17:01:07.504Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 501 | 2026-05-28T17:01:07.615Z | Compiling smoltcp v0.11.0 |
| 502 | 2026-05-28T17:01:07.748Z | Compiling ingot-types v0.1.2 |
| 503 | 2026-05-28T17:01:07.814Z | Compiling postcard v1.1.3 |
| 504 | 2026-05-28T17:01:07.939Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 505 | 2026-05-28T17:01:08.142Z | Compiling ingot v0.1.1 |
| 506 | 2026-05-28T17:01:08.165Z | Compiling memmap2 v0.9.10 |
| 507 | 2026-05-28T17:01:08.461Z | Compiling dof v0.4.0 |
| 508 | 2026-05-28T17:01:08.526Z | Compiling either v1.15.0 |
| 509 | 2026-05-28T17:01:08.753Z | Compiling unicode-width v0.2.2 |
| 510 | 2026-05-28T17:01:09.062Z | Compiling ipnetwork v0.21.1 |
| 511 | 2026-05-28T17:01:09.604Z | Compiling usdt-impl v0.6.0 |
| 512 | 2026-05-28T17:01:10.278Z | Compiling usdt v0.6.0 |
| 513 | 2026-05-28T17:01:10.366Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 514 | 2026-05-28T17:01:10.479Z | Compiling tabwriter v1.4.1 |
| 515 | 2026-05-28T17:01:10.899Z | Compiling itertools v0.14.0 |
| 516 | 2026-05-28T17:01:10.905Z | Compiling ref-cast v1.0.25 |
| 517 | 2026-05-28T17:01:10.996Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 518 | 2026-05-28T17:01:11.706Z | Compiling crc32fast v1.5.0 |
| 519 | 2026-05-28T17:01:11.946Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 520 | 2026-05-28T17:01:11.958Z | Compiling dyn-clone v1.0.20 |
| 521 | 2026-05-28T17:01:26.766Z | Finished `test` profile [optimized + debuginfo] target(s) in 21.98s |
| 522 | 2026-05-28T17:01:26.784Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-a94184124038e6c9) |
| 523 | 2026-05-28T17:01:26.787Z | |
| 524 | 2026-05-28T17:01:26.787Z | running 80 tests |
| 525 | 2026-05-28T17:01:26.787Z | test d_error::tests::name_and_data_storage ... ok |
| 526 | 2026-05-28T17:01:26.787Z | test ddi::mblk::test::chain_append_links ... ok |
| 527 | 2026-05-28T17:01:26.787Z | test d_error::tests::name_truncation ... ok |
| 528 | 2026-05-28T17:01:26.788Z | test ddi::mblk::test::chain_breaks_links ... ok |
| 529 | 2026-05-28T17:01:26.788Z | test ddi::mblk::test::prefix_len ... ok |
| 530 | 2026-05-28T17:01:26.788Z | test ddi::mblk::test::expand_and_shrink ... ok |
| 531 | 2026-05-28T17:01:26.788Z | test ddi::mblk::test::chain_has_correct_ends ... ok |
| 532 | 2026-05-28T17:01:26.788Z | test ddi::mblk::test::chain_drain_complete ... ok |
| 533 | 2026-05-28T17:01:26.788Z | test ddi::mblk::test::read_seg ... ok |
| 534 | 2026-05-28T17:01:26.788Z | test ddi::mblk::test::test_long_packet_continuation ... ok |
| 535 | 2026-05-28T17:01:26.788Z | test ddi::mblk::test::truncate ... ok |
| 536 | 2026-05-28T17:01:26.788Z | test ddi::mblk::test::zero_byte_packet ... ok |
| 537 | 2026-05-28T17:01:26.788Z | test ddi::mblk::test::uninitialized_packet ... ok |
| 538 | 2026-05-28T17:01:26.788Z | test ddi::time::test::good_interval ... ok |
| 539 | 2026-05-28T17:01:26.793Z | test ddi::mblk::test::wrap ... ok |
| 540 | 2026-05-28T17:01:26.793Z | test engine::dhcpv6::options::test::test_client_id ... ok |
| 541 | 2026-05-28T17:01:26.793Z | test engine::dhcp::test::offlink_encode ... ok |
| 542 | 2026-05-28T17:01:26.793Z | test engine::dhcp::test::domain_search_option_encode ... ok |
| 543 | 2026-05-28T17:01:26.793Z | test engine::dhcp::test::hostname_encode ... ok |
| 544 | 2026-05-28T17:01:26.793Z | test engine::dhcp::test::domainname_encode ... ok |
| 545 | 2026-05-28T17:01:26.793Z | test engine::dhcp::test::rfc3442_encode ... ok |
| 546 | 2026-05-28T17:01:26.793Z | test engine::dhcpv6::options::test::test_dns_servers ... ok |
| 547 | 2026-05-28T17:01:26.793Z | test engine::dhcpv6::options::test::test_domain_list_from_slice ... ok |
| 548 | 2026-05-28T17:01:26.793Z | test engine::dhcpv6::options::test::test_elapsed_time ... ok |
| 549 | 2026-05-28T17:01:26.793Z | test engine::dhcpv6::options::test::test_iata ... ok |
| 550 | 2026-05-28T17:01:26.793Z | test engine::dhcpv6::options::test::test_iana ... ok |
| 551 | 2026-05-28T17:01:26.793Z | test engine::dhcpv6::options::test::test_option_request ... ok |
| 552 | 2026-05-28T17:01:26.793Z | test ddi::time::test::bad_interval - should panic ... ok |
| 553 | 2026-05-28T17:01:26.793Z | test engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok |
| 554 | 2026-05-28T17:01:26.793Z | test engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok |
| 555 | 2026-05-28T17:01:26.793Z | test engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok |
| 556 | 2026-05-28T17:01:26.793Z | test engine::dhcpv6::options::test::test_parse_snooped_iana ... ok |
| 557 | 2026-05-28T17:01:26.793Z | test engine::dhcpv6::options::test::test_rapid_commit ... ok |
| 558 | 2026-05-28T17:01:26.793Z | test engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok |
| 559 | 2026-05-28T17:01:26.793Z | test engine::dhcpv6::options::test::test_server_id ... ok |
| 560 | 2026-05-28T17:01:26.793Z | test engine::dhcpv6::options::test::test_sntp_servers ... ok |
| 561 | 2026-05-28T17:01:26.793Z | test engine::dhcpv6::options::test::test_status ... ok |
| 562 | 2026-05-28T17:01:26.793Z | test engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok |
| 563 | 2026-05-28T17:01:26.793Z | test engine::dhcpv6::test::test_duid_from_mac ... ok |
| 564 | 2026-05-28T17:01:26.794Z | test engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok |
| 565 | 2026-05-28T17:01:26.794Z | test engine::ether::test::emit ... ok |
| 566 | 2026-05-28T17:01:26.794Z | test engine::flow_table::test::children_prevent_timer_expiry ... ok |
| 567 | 2026-05-28T17:01:26.794Z | test engine::flow_table::test::eviction_basics ... ok |
| 568 | 2026-05-28T17:01:26.794Z | test engine::flow_table::test::eviction_invalidates_descendents ... ok |
| 569 | 2026-05-28T17:01:26.794Z | test engine::flow_table::test::eviction_priority_inheritance ... ok |
| 570 | 2026-05-28T17:01:26.794Z | test engine::flow_table::test::flow_clear ... ok |
| 571 | 2026-05-28T17:01:26.794Z | test engine::flow_table::test::eviction_selects_highest_prio ... ok |
| 572 | 2026-05-28T17:01:26.794Z | test engine::flow_table::test::flow_expired ... ok |
| 573 | 2026-05-28T17:01:26.794Z | test engine::flow_table::test::timer_expiry_propagation ... ok |
| 574 | 2026-05-28T17:01:26.794Z | test engine::ip::v4::test::cidr_match ... ok |
| 575 | 2026-05-28T17:01:26.794Z | test engine::geneve::test::emit_no_opts ... ok |
| 576 | 2026-05-28T17:01:26.794Z | test engine::geneve::test::emit_single_opt ... ok |
| 577 | 2026-05-28T17:01:26.794Z | test engine::ip::v4::test::emit ... ok |
| 578 | 2026-05-28T17:01:26.794Z | test engine::ip::v4::test::match_check ... ok |
| 579 | 2026-05-28T17:01:26.794Z | test engine::ip::v6::test::bad_ipv6_version_caught ... ok |
| 580 | 2026-05-28T17:01:26.794Z | test engine::ip::v6::test::from_pairs ... ok |
| 581 | 2026-05-28T17:01:26.794Z | test engine::ip::v6::test::emit ... ok |
| 582 | 2026-05-28T17:01:26.794Z | test engine::ip::v6::test::extension_push_spec ... ok |
| 583 | 2026-05-28T17:01:26.794Z | test engine::ip::v6::test::test_ipv6_addr_match_exact ... ok |
| 584 | 2026-05-28T17:01:26.794Z | test engine::ip::v6::test::test_set_total_len ... ok |
| 585 | 2026-05-28T17:01:26.794Z | test engine::ip::v6::test::test_extension_header_lengths_ok ... ok |
| 586 | 2026-05-28T17:01:26.794Z | test engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok |
| 587 | 2026-05-28T17:01:26.794Z | test engine::ip::v6::test::option_push_spec ... ok |
| 588 | 2026-05-28T17:01:26.794Z | test engine::nat::test::nat4_rewrite ... ok |
| 589 | 2026-05-28T17:01:26.794Z | test engine::packet::test::straddled_tcp ... ok |
| 590 | 2026-05-28T17:01:26.794Z | test engine::ip::v6::test::push_spec ... ok |
| 591 | 2026-05-28T17:01:26.795Z | test engine::layer::test::find_rule ... ok |
| 592 | 2026-05-28T17:01:26.795Z | test engine::packet::test::read_multi_segment ... ok |
| 593 | 2026-05-28T17:01:26.795Z | test engine::packet::test::udp6_packet_with_padding ... ok |
| 594 | 2026-05-28T17:01:26.795Z | test engine::packet::test::small_packet_with_padding ... ok |
| 595 | 2026-05-28T17:01:26.795Z | test engine::packet::test::parse_ipv6_extension_headers_ok ... ok |
| 596 | 2026-05-28T17:01:26.795Z | test engine::packet::test::read_single_segment ... ok |
| 597 | 2026-05-28T17:01:26.795Z | test engine::parse::test::icmp4_body_csum_equals_body ... ok |
| 598 | 2026-05-28T17:01:26.795Z | test engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok |
| 599 | 2026-05-28T17:01:26.795Z | test engine::rule::rule_matching ... ok |
| 600 | 2026-05-28T17:01:26.795Z | test engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok |
| 601 | 2026-05-28T17:01:26.795Z | test engine::port::tests::established_tcp_eviction_prio_unchanging ... ok |
| 602 | 2026-05-28T17:01:26.795Z | test engine::snat::test::snat4_desc_lifecycle ... ok |
| 603 | 2026-05-28T17:01:26.795Z | test engine::snat::test::nat_mappings ... ok |
| 604 | 2026-05-28T17:01:26.795Z | test engine::snat::test::test_nat_pool_different_ip_types ... ok |
| 605 | 2026-05-28T17:01:26.795Z | |
| 606 | 2026-05-28T17:01:26.795Z | test result: ok. 80 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 607 | 2026-05-28T17:01:26.795Z | |
| 608 | 2026-05-28T17:01:26.795Z | Doc-tests opte |
| 609 | 2026-05-28T17:01:28.762Z | |
| 610 | 2026-05-28T17:01:28.762Z | running 3 tests |
| 611 | 2026-05-28T17:01:28.765Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored |
| 612 | 2026-05-28T17:01:28.765Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok |
| 613 | 2026-05-28T17:01:28.765Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok |
| 614 | 2026-05-28T17:01:28.765Z | |
| 615 | 2026-05-28T17:01:28.765Z | test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 616 | 2026-05-28T17:01:28.765Z | |
| 617 | 2026-05-28T17:01:28.770Z | all doctests ran in 1.41s; merged doctests compilation took 1.40s |
| 618 | 2026-05-28T17:01:28.809Z | |
| 619 | 2026-05-28T17:01:28.809Z | real 24.031556469 |
| 620 | 2026-05-28T17:01:28.809Z | user 2:00.963040511 |
| 621 | 2026-05-28T17:01:28.809Z | sys 7.157920514 |
| 622 | 2026-05-28T17:01:28.814Z | trap 0.057273911 |
| 623 | 2026-05-28T17:01:28.814Z | tflt 0.160534397 |
| 624 | 2026-05-28T17:01:28.814Z | dflt 0.339157194 |
| 625 | 2026-05-28T17:01:28.814Z | kflt 0.000004710 |
| 626 | 2026-05-28T17:01:28.814Z | lock 5:55.206232341 |
| 627 | 2026-05-28T17:01:28.814Z | slp 3:41.294104186 |
| 628 | 2026-05-28T17:01:28.814Z | lat 5.773556884 |
| 629 | 2026-05-28T17:01:28.814Z | stop 2.695966465 |
| 630 | 2026-05-28T17:01:28.814Z | process exited: duration 85832 ms, exit code 0 |
| |
| 631 | 2026-05-28T17:01:28.821Z | found 0 output files |