|
|
|
| 1 | 2026-05-29T09:40:34.805Z | job assigned to worker 01KSSHNGCCHY544H0A7CQZ4XQ7 [factory aws, i-0c6bc53e5e1bc0662] (queued for 46 s) |
| |
| 2 | 2026-05-29T09:40:41.536Z | starting task 0: "setup" |
| 3 | 2026-05-29T09:40:41.540Z | ++ uname -s |
| 4 | 2026-05-29T09:40:41.543Z | + kern=SunOS |
| 5 | 2026-05-29T09:40:41.543Z | + build_user=build |
| 6 | 2026-05-29T09:40:41.543Z | + build_uid=12345 |
| 7 | 2026-05-29T09:40:41.543Z | + work_dir=/work |
| 8 | 2026-05-29T09:40:41.543Z | + input_dir=/input |
| 9 | 2026-05-29T09:40:41.543Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-29T09:40:41.543Z | + case "$kern" in |
| 11 | 2026-05-29T09:40:41.543Z | + groupadd -g 12345 build |
| 12 | 2026-05-29T09:40:41.546Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-29T09:40:43.550Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-29T09:40:43.641Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-29T09:40:43.644Z | + home_fs=zfs |
| 16 | 2026-05-29T09:40:43.644Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-29T09:40:43.644Z | + mkdir -p /home/build |
| 18 | 2026-05-29T09:40:43.644Z | + chown build:build /home/build /work |
| 19 | 2026-05-29T09:40:44.645Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-29T09:40:44.649Z | process exited: duration 3114 ms, exit code 0 |
| |
| 21 | 2026-05-29T09:40:44.655Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-29T09:40:44.660Z | * rust toolchain channel = "1.95.0" |
| 23 | 2026-05-29T09:40:44.660Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 24 | 2026-05-29T09:40:44.660Z | * rust toolchain profile = "default" |
| 25 | 2026-05-29T09:40:44.660Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-29T09:40:44.660Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-29T09:40:44.660Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-29T09:40:44.663Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-29T09:40:44.663Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-05-29T09:40:44.766Z | info: downloading installer |
| 31 | 2026-05-29T09:40:46.097Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-29T09:40:46.097Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-29T09:40:46.097Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-29T09:40:46.097Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-29T09:40:46.109Z | info: profile set to default |
| 36 | 2026-05-29T09:40:46.109Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-29T09:40:46.112Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-05-29T09:40:46.264Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-05-29T09:40:46.267Z | info: downloading 6 components |
| 40 | 2026-05-29T09:41:00.971Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 41 | 2026-05-29T09:41:00.971Z | |
| 42 | 2026-05-29T09:41:00.999Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-05-29T09:41:00.999Z | |
| 44 | 2026-05-29T09:41:00.999Z | |
| 45 | 2026-05-29T09:41:00.999Z | Rust is installed now. Great! |
| 46 | 2026-05-29T09:41:00.999Z | |
| 47 | 2026-05-29T09:41:00.999Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-29T09:41:00.999Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-29T09:41:00.999Z | |
| 50 | 2026-05-29T09:41:00.999Z | To configure your current shell, you need to source |
| 51 | 2026-05-29T09:41:00.999Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-29T09:41:00.999Z | |
| 53 | 2026-05-29T09:41:00.999Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-29T09:41:01.003Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-29T09:41:01.003Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-29T09:41:01.003Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-29T09:41:01.003Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-29T09:41:01.003Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-29T09:41:01.003Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-29T09:41:01.003Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-29T09:41:01.003Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-29T09:41:01.094Z | + rustup --version |
| 63 | 2026-05-29T09:41:01.102Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-29T09:41:01.105Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-29T09:41:01.123Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-05-29T09:41:01.126Z | + cargo --version |
| 67 | 2026-05-29T09:41:01.139Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-05-29T09:41:01.142Z | + rustc --version |
| 69 | 2026-05-29T09:41:01.161Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-05-29T09:41:01.164Z | process exited: duration 16508 ms, exit code 0 |
| |
| 71 | 2026-05-29T09:41:01.170Z | starting task 2: "authentication" |
| 72 | 2026-05-29T09:41:01.186Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-05-29T09:41:01.192Z | starting task 3: "clone repository" |
| 74 | 2026-05-29T09:41:01.195Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-05-29T09:41:01.198Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-05-29T09:41:01.239Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-05-29T09:41:02.556Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-05-29T09:41:02.556Z | + git fetch origin e7d7abdb05145e19533ff94e1e10ba4c208e27cf |
| 79 | 2026-05-29T09:41:02.810Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-05-29T09:41:02.810Z | * branch e7d7abdb05145e19533ff94e1e10ba4c208e27cf -> FETCH_HEAD |
| 81 | 2026-05-29T09:41:02.815Z | + [[ -n eviction-policy ]] |
| 82 | 2026-05-29T09:41:02.818Z | ++ git branch --show-current |
| 83 | 2026-05-29T09:41:02.818Z | + current=master |
| 84 | 2026-05-29T09:41:02.818Z | + [[ master != eviction-policy ]] |
| 85 | 2026-05-29T09:41:02.818Z | + git branch -f eviction-policy e7d7abdb05145e19533ff94e1e10ba4c208e27cf |
| 86 | 2026-05-29T09:41:02.821Z | + git checkout -f eviction-policy |
| 87 | 2026-05-29T09:41:02.837Z | Switched to branch 'eviction-policy' |
| 88 | 2026-05-29T09:41:02.840Z | + git reset --hard e7d7abdb05145e19533ff94e1e10ba4c208e27cf |
| 89 | 2026-05-29T09:41:02.843Z | HEAD is now at e7d7abd ...thanks, rust-analyzer |
| 90 | 2026-05-29T09:41:02.846Z | process exited: duration 1651 ms, exit code 0 |
| |
| 91 | 2026-05-29T09:41:02.851Z | starting task 4: "build" |
| 92 | 2026-05-29T09:41:02.855Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-29T09:41:02.855Z | ++ rustup show active-toolchain |
| 94 | 2026-05-29T09:41:02.860Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-05-29T09:41:02.863Z | ++ pushd xde |
| 96 | 2026-05-29T09:41:02.863Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-05-29T09:41:02.863Z | ++ rustup show active-toolchain |
| 98 | 2026-05-29T09:41:02.866Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-05-29T09:41:03.002Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-05-29T09:41:03.005Z | info: downloading 6 components |
| 101 | 2026-05-29T09:41:16.261Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-05-29T09:41:16.356Z | +++ rustup show active-toolchain -v |
| 103 | 2026-05-29T09:41:16.359Z | +++ head -n 1 |
| 104 | 2026-05-29T09:41:16.359Z | +++ cut '-d ' -f1 |
| 105 | 2026-05-29T09:41:16.411Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-05-29T09:41:16.411Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-05-29T09:41:16.411Z | ++ popd |
| 108 | 2026-05-29T09:41:16.411Z | /work/oxidecomputer/opte |
| 109 | 2026-05-29T09:41:16.414Z | + cargo --version |
| 110 | 2026-05-29T09:41:16.421Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 111 | 2026-05-29T09:41:16.424Z | + rustc --version |
| 112 | 2026-05-29T09:41:16.443Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 113 | 2026-05-29T09:41:16.446Z | + cd lib/opte |
| 114 | 2026-05-29T09:41:16.446Z | + header 'check style' |
| 115 | 2026-05-29T09:41:16.446Z | + echo '# ==== check style ==== #' |
| 116 | 2026-05-29T09:41:16.446Z | # ==== check style ==== # |
| 117 | 2026-05-29T09:41:16.446Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-05-29T09:41:16.645Z | |
| 119 | 2026-05-29T09:41:16.645Z | real 0.185919728 |
| 120 | 2026-05-29T09:41:16.645Z | user 0.141976620 |
| 121 | 2026-05-29T09:41:16.645Z | sys 0.036739621 |
| 122 | 2026-05-29T09:41:16.645Z | trap 0.000053990 |
| 123 | 2026-05-29T09:41:16.646Z | tflt 0.000015010 |
| 124 | 2026-05-29T09:41:16.646Z | dflt 0.000006670 |
| 125 | 2026-05-29T09:41:16.646Z | kflt 0.000000000 |
| 126 | 2026-05-29T09:41:16.646Z | lock 0.030588250 |
| 127 | 2026-05-29T09:41:16.646Z | slp 0.165255368 |
| 128 | 2026-05-29T09:41:16.646Z | lat 0.000895480 |
| 129 | 2026-05-29T09:41:16.646Z | stop 0.000109650 |
| 130 | 2026-05-29T09:41:16.649Z | + header 'check docs' |
| 131 | 2026-05-29T09:41:16.649Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-05-29T09:41:16.649Z | # ==== check docs ==== # |
| 133 | 2026-05-29T09:41:16.649Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-05-29T09:41:16.649Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-05-29T09:41:16.719Z | Updating crates.io index |
| 136 | 2026-05-29T09:41:16.723Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-05-29T09:41:17.695Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-05-29T09:41:18.486Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-05-29T09:41:18.873Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-05-29T09:41:19.196Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-05-29T09:41:19.641Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-05-29T09:41:19.935Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-05-29T09:41:22.192Z | Downloading crates ... |
| 144 | 2026-05-29T09:41:22.244Z | Downloaded bitflags v1.3.2 |
| 145 | 2026-05-29T09:41:22.247Z | Downloaded darling v0.21.3 |
| 146 | 2026-05-29T09:41:22.250Z | Downloaded byteorder v1.5.0 |
| 147 | 2026-05-29T09:41:22.250Z | Downloaded dof v0.4.0 |
| 148 | 2026-05-29T09:41:22.253Z | Downloaded block-buffer v0.10.4 |
| 149 | 2026-05-29T09:41:22.253Z | Downloaded itoa v1.0.18 |
| 150 | 2026-05-29T09:41:22.256Z | Downloaded cpufeatures v0.2.17 |
| 151 | 2026-05-29T09:41:22.258Z | Downloaded ident_case v1.0.1 |
| 152 | 2026-05-29T09:41:22.258Z | Downloaded darling_macro v0.21.3 |
| 153 | 2026-05-29T09:41:22.258Z | Downloaded managed v0.8.0 |
| 154 | 2026-05-29T09:41:22.261Z | Downloaded plain v0.2.3 |
| 155 | 2026-05-29T09:41:22.261Z | Downloaded darling_macro v0.23.0 |
| 156 | 2026-05-29T09:41:22.261Z | Downloaded macaddr v1.0.1 |
| 157 | 2026-05-29T09:41:22.264Z | Downloaded crc32fast v1.5.0 |
| 158 | 2026-05-29T09:41:22.267Z | Downloaded embedded-io v0.4.0 |
| 159 | 2026-05-29T09:41:22.267Z | Downloaded cfg-if v1.0.4 |
| 160 | 2026-05-29T09:41:22.271Z | Downloaded dyn-clone v1.0.20 |
| 161 | 2026-05-29T09:41:22.274Z | Downloaded cobs v0.3.0 |
| 162 | 2026-05-29T09:41:22.285Z | Downloaded crypto-common v0.1.7 |
| 163 | 2026-05-29T09:41:22.287Z | Downloaded ingot-types v0.1.2 |
| 164 | 2026-05-29T09:41:22.291Z | Downloaded ingot v0.1.1 |
| 165 | 2026-05-29T09:41:22.294Z | Downloaded bitflags v2.11.1 |
| 166 | 2026-05-29T09:41:22.296Z | Downloaded generic-array v0.14.7 |
| 167 | 2026-05-29T09:41:22.299Z | Downloaded fnv v1.0.7 |
| 168 | 2026-05-29T09:41:22.302Z | Downloaded stable_deref_trait v1.2.1 |
| 169 | 2026-05-29T09:41:22.302Z | Downloaded ref-cast v1.0.25 |
| 170 | 2026-05-29T09:41:22.302Z | Downloaded defmt v0.3.100 |
| 171 | 2026-05-29T09:41:22.305Z | Downloaded dtrace-parser v0.3.0 |
| 172 | 2026-05-29T09:41:22.305Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 173 | 2026-05-29T09:41:22.311Z | Downloaded ref-cast-impl v1.0.25 |
| 174 | 2026-05-29T09:41:22.313Z | Downloaded defmt-parser v1.0.0 |
| 175 | 2026-05-29T09:41:22.313Z | Downloaded scroll_derive v0.13.1 |
| 176 | 2026-05-29T09:41:22.313Z | Downloaded strsim v0.11.1 |
| 177 | 2026-05-29T09:41:22.317Z | Downloaded usdt-attr-macro v0.6.0 |
| 178 | 2026-05-29T09:41:22.320Z | Downloaded tabwriter v1.4.1 |
| 179 | 2026-05-29T09:41:22.325Z | Downloaded usdt-macro v0.6.0 |
| 180 | 2026-05-29T09:41:22.329Z | Downloaded version_check v0.9.5 |
| 181 | 2026-05-29T09:41:22.333Z | Downloaded ipnetwork v0.21.1 |
| 182 | 2026-05-29T09:41:22.335Z | Downloaded either v1.15.0 |
| 183 | 2026-05-29T09:41:22.335Z | Downloaded digest v0.10.7 |
| 184 | 2026-05-29T09:41:22.335Z | Downloaded darling v0.23.0 |
| 185 | 2026-05-29T09:41:22.340Z | Downloaded embedded-io v0.6.1 |
| 186 | 2026-05-29T09:41:22.343Z | Downloaded usdt v0.6.0 |
| 187 | 2026-05-29T09:41:22.347Z | Downloaded hash32 v0.3.1 |
| 188 | 2026-05-29T09:41:22.350Z | Downloaded quote v1.0.45 |
| 189 | 2026-05-29T09:41:22.354Z | Downloaded scroll v0.13.0 |
| 190 | 2026-05-29T09:41:22.356Z | Downloaded pretty-hex v0.4.2 |
| 191 | 2026-05-29T09:41:22.356Z | Downloaded ingot-macros v0.1.1 |
| 192 | 2026-05-29T09:41:22.356Z | Downloaded sha2 v0.10.9 |
| 193 | 2026-05-29T09:41:22.359Z | Downloaded usdt-impl v0.6.0 |
| 194 | 2026-05-29T09:41:22.359Z | Downloaded serde_tokenstream v0.2.3 |
| 195 | 2026-05-29T09:41:22.362Z | Downloaded thiserror-impl v2.0.18 |
| 196 | 2026-05-29T09:41:22.362Z | Downloaded proc-macro-error2 v2.0.1 |
| 197 | 2026-05-29T09:41:22.362Z | Downloaded thiserror v2.0.18 |
| 198 | 2026-05-29T09:41:22.365Z | Downloaded defmt-macros v1.0.1 |
| 199 | 2026-05-29T09:41:22.379Z | Downloaded thread-id v5.1.0 |
| 200 | 2026-05-29T09:41:22.382Z | Downloaded pest_derive v2.8.6 |
| 201 | 2026-05-29T09:41:22.387Z | Downloaded ucd-trie v0.1.7 |
| 202 | 2026-05-29T09:41:22.390Z | Downloaded serde_core v1.0.228 |
| 203 | 2026-05-29T09:41:22.395Z | Downloaded memmap2 v0.9.10 |
| 204 | 2026-05-29T09:41:22.398Z | Downloaded zmij v1.0.21 |
| 205 | 2026-05-29T09:41:22.401Z | Downloaded postcard v1.1.3 |
| 206 | 2026-05-29T09:41:22.404Z | Downloaded proc-macro2 v1.0.106 |
| 207 | 2026-05-29T09:41:22.406Z | Downloaded pest_meta v2.8.6 |
| 208 | 2026-05-29T09:41:22.414Z | Downloaded pest_generator v2.8.6 |
| 209 | 2026-05-29T09:41:22.417Z | Downloaded log v0.4.29 |
| 210 | 2026-05-29T09:41:22.417Z | Downloaded unicode-ident v1.0.24 |
| 211 | 2026-05-29T09:41:22.419Z | Downloaded darling_core v0.23.0 |
| 212 | 2026-05-29T09:41:22.422Z | Downloaded darling_core v0.21.3 |
| 213 | 2026-05-29T09:41:22.432Z | Downloaded defmt v1.0.1 |
| 214 | 2026-05-29T09:41:22.439Z | Downloaded heapless v0.8.0 |
| 215 | 2026-05-29T09:41:22.454Z | Downloaded serde_derive v1.0.228 |
| 216 | 2026-05-29T09:41:22.457Z | Downloaded aho-corasick v1.1.4 |
| 217 | 2026-05-29T09:41:22.459Z | Downloaded zerocopy-derive v0.8.48 |
| 218 | 2026-05-29T09:41:22.462Z | Downloaded memchr v2.8.0 |
| 219 | 2026-05-29T09:41:22.465Z | Downloaded serde v1.0.228 |
| 220 | 2026-05-29T09:41:22.468Z | Downloaded typenum v1.20.0 |
| 221 | 2026-05-29T09:41:22.488Z | Downloaded pest v2.8.6 |
| 222 | 2026-05-29T09:41:22.498Z | Downloaded regex v1.12.3 |
| 223 | 2026-05-29T09:41:22.504Z | Downloaded serde_json v1.0.149 |
| 224 | 2026-05-29T09:41:22.508Z | Downloaded itertools v0.14.0 |
| 225 | 2026-05-29T09:41:22.562Z | Downloaded zerocopy v0.8.48 |
| 226 | 2026-05-29T09:41:22.572Z | Downloaded unicode-width v0.2.2 |
| 227 | 2026-05-29T09:41:22.575Z | Downloaded goblin v0.10.5 |
| 228 | 2026-05-29T09:41:22.579Z | Downloaded syn v2.0.117 |
| 229 | 2026-05-29T09:41:22.585Z | Downloaded smoltcp v0.11.0 |
| 230 | 2026-05-29T09:41:22.591Z | Downloaded regex-syntax v0.8.10 |
| 231 | 2026-05-29T09:41:22.623Z | Downloaded regex-automata v0.4.14 |
| 232 | 2026-05-29T09:41:22.630Z | Downloaded libc v0.2.186 |
| 233 | 2026-05-29T09:41:22.690Z | Compiling proc-macro2 v1.0.106 |
| 234 | 2026-05-29T09:41:22.690Z | Compiling quote v1.0.45 |
| 235 | 2026-05-29T09:41:22.690Z | Compiling unicode-ident v1.0.24 |
| 236 | 2026-05-29T09:41:22.693Z | Documenting unicode-ident v1.0.24 |
| 237 | 2026-05-29T09:41:22.693Z | Compiling ident_case v1.0.1 |
| 238 | 2026-05-29T09:41:22.693Z | Compiling strsim v0.11.1 |
| 239 | 2026-05-29T09:41:22.693Z | Compiling serde_core v1.0.228 |
| 240 | 2026-05-29T09:41:22.841Z | Compiling fnv v1.0.7 |
| 241 | 2026-05-29T09:41:22.858Z | Compiling memchr v2.8.0 |
| 242 | 2026-05-29T09:41:22.921Z | Compiling regex-syntax v0.8.10 |
| 243 | 2026-05-29T09:41:23.024Z | Compiling serde v1.0.228 |
| 244 | 2026-05-29T09:41:23.079Z | Compiling thiserror v2.0.18 |
| 245 | 2026-05-29T09:41:23.215Z | Compiling zerocopy v0.8.48 |
| 246 | 2026-05-29T09:41:23.230Z | Compiling aho-corasick v1.1.4 |
| 247 | 2026-05-29T09:41:23.390Z | Documenting proc-macro2 v1.0.106 |
| 248 | 2026-05-29T09:41:23.804Z | Compiling syn v2.0.117 |
| 249 | 2026-05-29T09:41:23.875Z | Compiling either v1.15.0 |
| 250 | 2026-05-29T09:41:23.939Z | Documenting quote v1.0.45 |
| 251 | 2026-05-29T09:41:24.065Z | Checking byteorder v1.5.0 |
| 252 | 2026-05-29T09:41:24.456Z | Documenting syn v2.0.117 |
| 253 | 2026-05-29T09:41:24.526Z | Compiling regex-automata v0.4.14 |
| 254 | 2026-05-29T09:41:24.628Z | Compiling itertools v0.14.0 |
| 255 | 2026-05-29T09:41:24.669Z | Compiling heapless v0.8.0 |
| 256 | 2026-05-29T09:41:24.976Z | Documenting memchr v2.8.0 |
| 257 | 2026-05-29T09:41:25.139Z | Checking bitflags v2.11.1 |
| 258 | 2026-05-29T09:41:25.292Z | Checking hash32 v0.3.1 |
| 259 | 2026-05-29T09:41:25.396Z | Documenting serde_core v1.0.228 |
| 260 | 2026-05-29T09:41:25.584Z | Documenting aho-corasick v1.1.4 |
| 261 | 2026-05-29T09:41:25.794Z | Checking cfg-if v1.0.4 |
| 262 | 2026-05-29T09:41:25.829Z | Checking macaddr v1.0.1 |
| 263 | 2026-05-29T09:41:25.850Z | Documenting regex-syntax v0.8.10 |
| 264 | 2026-05-29T09:41:25.964Z | Checking stable_deref_trait v1.2.1 |
| 265 | 2026-05-29T09:41:26.114Z | Checking darling_core v0.21.3 |
| 266 | 2026-05-29T09:41:26.415Z | Compiling regex v1.12.3 |
| 267 | 2026-05-29T09:41:26.806Z | Compiling darling_core v0.23.0 |
| 268 | 2026-05-29T09:41:26.859Z | Documenting regex-automata v0.4.14 |
| 269 | 2026-05-29T09:41:26.999Z | Compiling smoltcp v0.11.0 |
| 270 | 2026-05-29T09:41:27.101Z | Documenting serde_derive v1.0.228 |
| 271 | 2026-05-29T09:41:27.284Z | Documenting thiserror-impl v2.0.18 |
| 272 | 2026-05-29T09:41:27.344Z | Documenting zerocopy-derive v0.8.48 |
| 273 | 2026-05-29T09:41:27.351Z | Compiling serde_derive v1.0.228 |
| 274 | 2026-05-29T09:41:28.060Z | Compiling thiserror-impl v2.0.18 |
| 275 | 2026-05-29T09:41:28.154Z | Compiling zerocopy-derive v0.8.48 |
| 276 | 2026-05-29T09:41:28.208Z | Documenting regex v1.12.3 |
| 277 | 2026-05-29T09:41:28.437Z | Compiling darling_macro v0.21.3 |
| 278 | 2026-05-29T09:41:28.517Z | Checking managed v0.8.0 |
| 279 | 2026-05-29T09:41:28.694Z | Documenting byteorder v1.5.0 |
| 280 | 2026-05-29T09:41:28.715Z | Checking bitflags v1.3.2 |
| 281 | 2026-05-29T09:41:28.777Z | Documenting bitflags v2.11.1 |
| 282 | 2026-05-29T09:41:28.845Z | Compiling darling_macro v0.23.0 |
| 283 | 2026-05-29T09:41:29.019Z | Documenting macaddr v1.0.1 |
| 284 | 2026-05-29T09:41:29.025Z | Compiling darling v0.21.3 |
| 285 | 2026-05-29T09:41:29.097Z | Compiling ingot-macros v0.1.1 |
| 286 | 2026-05-29T09:41:29.294Z | Documenting ingot-macros v0.1.1 |
| 287 | 2026-05-29T09:41:29.362Z | Checking cobs v0.3.0 |
| 288 | 2026-05-29T09:41:29.454Z | Documenting thiserror v2.0.18 |
| 289 | 2026-05-29T09:41:29.458Z | Documenting hash32 v0.3.1 |
| 290 | 2026-05-29T09:41:29.491Z | Compiling crc32fast v1.5.0 |
| 291 | 2026-05-29T09:41:29.604Z | Documenting zerocopy v0.8.48 |
| 292 | 2026-05-29T09:41:29.783Z | Documenting cfg-if v1.0.4 |
| 293 | 2026-05-29T09:41:29.968Z | Documenting stable_deref_trait v1.2.1 |
| 294 | 2026-05-29T09:41:30.138Z | Documenting serde v1.0.228 |
| 295 | 2026-05-29T09:41:30.299Z | Compiling ref-cast v1.0.25 |
| 296 | 2026-05-29T09:41:30.414Z | Checking postcard v1.1.3 |
| 297 | 2026-05-29T09:41:30.513Z | Documenting cobs v0.3.0 |
| 298 | 2026-05-29T09:41:30.644Z | Documenting heapless v0.8.0 |
| 299 | 2026-05-29T09:41:30.686Z | Compiling ref-cast-impl v1.0.25 |
| 300 | 2026-05-29T09:41:31.279Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 301 | 2026-05-29T09:41:31.363Z | Documenting managed v0.8.0 |
| 302 | 2026-05-29T09:41:31.517Z | Checking ipnetwork v0.21.1 |
| 303 | 2026-05-29T09:41:31.686Z | Compiling version_check v0.9.5 |
| 304 | 2026-05-29T09:41:31.714Z | Checking unicode-width v0.2.2 |
| 305 | 2026-05-29T09:41:31.842Z | Documenting postcard v1.1.3 |
| 306 | 2026-05-29T09:41:31.952Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 307 | 2026-05-29T09:41:31.955Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 308 | 2026-05-29T09:41:31.985Z | Compiling darling v0.23.0 |
| 309 | 2026-05-29T09:41:31.988Z | Documenting smoltcp v0.11.0 |
| 310 | 2026-05-29T09:41:32.059Z | Documenting ref-cast-impl v1.0.25 |
| 311 | 2026-05-29T09:41:32.062Z | Documenting unicode-width v0.2.2 |
| 312 | 2026-05-29T09:41:32.201Z | Documenting ipnetwork v0.21.1 |
| 313 | 2026-05-29T09:41:32.322Z | Checking ingot-types v0.1.2 |
| 314 | 2026-05-29T09:41:32.532Z | Documenting ingot-types v0.1.2 |
| 315 | 2026-05-29T09:41:32.623Z | Documenting either v1.15.0 |
| 316 | 2026-05-29T09:41:32.650Z | Checking ingot v0.1.1 |
| 317 | 2026-05-29T09:41:32.901Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 318 | 2026-05-29T09:41:33.065Z | Documenting tabwriter v1.4.1 |
| 319 | 2026-05-29T09:41:33.290Z | Documenting ref-cast v1.0.25 |
| 320 | 2026-05-29T09:41:33.534Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 321 | 2026-05-29T09:41:33.881Z | Checking tabwriter v1.4.1 |
| 322 | 2026-05-29T09:41:34.078Z | Documenting itertools v0.14.0 |
| 323 | 2026-05-29T09:41:34.116Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 324 | 2026-05-29T09:41:34.219Z | Documenting crc32fast v1.5.0 |
| 325 | 2026-05-29T09:41:34.277Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 326 | 2026-05-29T09:41:34.457Z | Documenting ingot v0.1.1 |
| 327 | 2026-05-29T09:41:34.674Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 328 | 2026-05-29T09:41:34.869Z | Checking dyn-clone v1.0.20 |
| 329 | 2026-05-29T09:41:34.940Z | Documenting dyn-clone v1.0.20 |
| 330 | 2026-05-29T09:41:36.812Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 331 | 2026-05-29T09:41:37.876Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 332 | 2026-05-29T09:41:40.083Z | Finished `dev` profile [optimized + debuginfo] target(s) in 23.42s |
| 333 | 2026-05-29T09:41:40.169Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
| 334 | 2026-05-29T09:41:40.188Z | |
| 335 | 2026-05-29T09:41:40.188Z | real 23.523693940 |
| 336 | 2026-05-29T09:41:40.188Z | user 1:14.779364105 |
| 337 | 2026-05-29T09:41:40.188Z | sys 15.675188670 |
| 338 | 2026-05-29T09:41:40.188Z | trap 0.041178740 |
| 339 | 2026-05-29T09:41:40.188Z | tflt 0.106812819 |
| 340 | 2026-05-29T09:41:40.188Z | dflt 0.167317539 |
| 341 | 2026-05-29T09:41:40.188Z | kflt 0.005819360 |
| 342 | 2026-05-29T09:41:40.188Z | lock 6:30.949712664 |
| 343 | 2026-05-29T09:41:40.191Z | slp 4:09.630630669 |
| 344 | 2026-05-29T09:41:40.191Z | lat 7.940740880 |
| 345 | 2026-05-29T09:41:40.191Z | stop 9.736943668 |
| 346 | 2026-05-29T09:41:40.191Z | + header 'analyze std + api' |
| 347 | 2026-05-29T09:41:40.191Z | + echo '# ==== analyze std + api ==== #' |
| 348 | 2026-05-29T09:41:40.191Z | # ==== analyze std + api ==== # |
| 349 | 2026-05-29T09:41:40.191Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 350 | 2026-05-29T09:41:40.428Z | Compiling proc-macro2 v1.0.106 |
| 351 | 2026-05-29T09:41:40.428Z | Compiling quote v1.0.45 |
| 352 | 2026-05-29T09:41:40.428Z | Compiling unicode-ident v1.0.24 |
| 353 | 2026-05-29T09:41:40.428Z | Compiling memchr v2.8.0 |
| 354 | 2026-05-29T09:41:40.428Z | Compiling thiserror v2.0.18 |
| 355 | 2026-05-29T09:41:40.431Z | Compiling zerocopy v0.8.48 |
| 356 | 2026-05-29T09:41:40.431Z | Compiling zmij v1.0.21 |
| 357 | 2026-05-29T09:41:40.450Z | Compiling serde_core v1.0.228 |
| 358 | 2026-05-29T09:41:40.603Z | Compiling libc v0.2.186 |
| 359 | 2026-05-29T09:41:40.790Z | Compiling ucd-trie v0.1.7 |
| 360 | 2026-05-29T09:41:40.810Z | Compiling serde_json v1.0.149 |
| 361 | 2026-05-29T09:41:40.821Z | Compiling ident_case v1.0.1 |
| 362 | 2026-05-29T09:41:40.821Z | Compiling strsim v0.11.1 |
| 363 | 2026-05-29T09:41:40.930Z | Compiling pest v2.8.6 |
| 364 | 2026-05-29T09:41:41.022Z | Compiling serde v1.0.228 |
| 365 | 2026-05-29T09:41:41.220Z | Compiling fnv v1.0.7 |
| 366 | 2026-05-29T09:41:41.368Z | Compiling aho-corasick v1.1.4 |
| 367 | 2026-05-29T09:41:41.383Z | Compiling regex-syntax v0.8.10 |
| 368 | 2026-05-29T09:41:41.386Z | Compiling itoa v1.0.18 |
| 369 | 2026-05-29T09:41:41.555Z | Checking byteorder v1.5.0 |
| 370 | 2026-05-29T09:41:41.744Z | Compiling syn v2.0.117 |
| 371 | 2026-05-29T09:41:42.018Z | Compiling pest_meta v2.8.6 |
| 372 | 2026-05-29T09:41:42.136Z | Compiling usdt-impl v0.6.0 |
| 373 | 2026-05-29T09:41:42.380Z | Compiling either v1.15.0 |
| 374 | 2026-05-29T09:41:42.574Z | Compiling itertools v0.14.0 |
| 375 | 2026-05-29T09:41:42.751Z | Compiling thread-id v5.1.0 |
| 376 | 2026-05-29T09:41:42.767Z | Compiling regex-automata v0.4.14 |
| 377 | 2026-05-29T09:41:42.936Z | Compiling heapless v0.8.0 |
| 378 | 2026-05-29T09:41:43.293Z | Checking log v0.4.29 |
| 379 | 2026-05-29T09:41:43.319Z | Checking plain v0.2.3 |
| 380 | 2026-05-29T09:41:43.532Z | Checking bitflags v2.11.1 |
| 381 | 2026-05-29T09:41:43.591Z | Checking hash32 v0.3.1 |
| 382 | 2026-05-29T09:41:43.688Z | Checking stable_deref_trait v1.2.1 |
| 383 | 2026-05-29T09:41:43.711Z | Checking pretty-hex v0.4.2 |
| 384 | 2026-05-29T09:41:43.793Z | Checking macaddr v1.0.1 |
| 385 | 2026-05-29T09:41:43.817Z | Checking cfg-if v1.0.4 |
| 386 | 2026-05-29T09:41:43.873Z | Compiling smoltcp v0.11.0 |
| 387 | 2026-05-29T09:41:44.005Z | Compiling ref-cast v1.0.25 |
| 388 | 2026-05-29T09:41:44.063Z | Compiling crc32fast v1.5.0 |
| 389 | 2026-05-29T09:41:44.207Z | Compiling pest_generator v2.8.6 |
| 390 | 2026-05-29T09:41:44.285Z | Compiling darling_core v0.21.3 |
| 391 | 2026-05-29T09:41:44.333Z | Compiling darling_core v0.23.0 |
| 392 | 2026-05-29T09:41:44.410Z | Checking managed v0.8.0 |
| 393 | 2026-05-29T09:41:44.461Z | Compiling regex v1.12.3 |
| 394 | 2026-05-29T09:41:44.587Z | Compiling version_check v0.9.5 |
| 395 | 2026-05-29T09:41:44.848Z | Checking bitflags v1.3.2 |
| 396 | 2026-05-29T09:41:44.852Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 397 | 2026-05-29T09:41:44.920Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 398 | 2026-05-29T09:41:45.106Z | Checking memmap2 v0.9.10 |
| 399 | 2026-05-29T09:41:45.265Z | Checking unicode-width v0.2.2 |
| 400 | 2026-05-29T09:41:45.344Z | Checking ipnetwork v0.21.1 |
| 401 | 2026-05-29T09:41:45.356Z | Compiling thiserror-impl v2.0.18 |
| 402 | 2026-05-29T09:41:45.382Z | Compiling serde_derive v1.0.228 |
| 403 | 2026-05-29T09:41:45.505Z | Compiling zerocopy-derive v0.8.48 |
| 404 | 2026-05-29T09:41:45.512Z | Compiling pest_derive v2.8.6 |
| 405 | 2026-05-29T09:41:45.962Z | Compiling scroll_derive v0.13.1 |
| 406 | 2026-05-29T09:41:46.021Z | Compiling ref-cast-impl v1.0.25 |
| 407 | 2026-05-29T09:41:46.080Z | Checking tabwriter v1.4.1 |
| 408 | 2026-05-29T09:41:46.392Z | Compiling darling_macro v0.21.3 |
| 409 | 2026-05-29T09:41:46.425Z | Compiling darling_macro v0.23.0 |
| 410 | 2026-05-29T09:41:46.656Z | Checking dtrace-parser v0.3.0 |
| 411 | 2026-05-29T09:41:46.767Z | Checking scroll v0.13.0 |
| 412 | 2026-05-29T09:41:46.937Z | Compiling darling v0.21.3 |
| 413 | 2026-05-29T09:41:46.978Z | Checking cobs v0.3.0 |
| 414 | 2026-05-29T09:41:46.981Z | Checking goblin v0.10.5 |
| 415 | 2026-05-29T09:41:47.005Z | Compiling ingot-macros v0.1.1 |
| 416 | 2026-05-29T09:41:47.109Z | Compiling darling v0.23.0 |
| 417 | 2026-05-29T09:41:47.181Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 418 | 2026-05-29T09:41:47.294Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 419 | 2026-05-29T09:41:47.488Z | Checking dyn-clone v1.0.20 |
| 420 | 2026-05-29T09:41:48.390Z | Checking postcard v1.1.3 |
| 421 | 2026-05-29T09:41:48.409Z | Compiling serde_tokenstream v0.2.3 |
| 422 | 2026-05-29T09:41:49.470Z | Checking dof v0.4.0 |
| 423 | 2026-05-29T09:41:49.473Z | Checking ingot-types v0.1.2 |
| 424 | 2026-05-29T09:41:49.768Z | Checking ingot v0.1.1 |
| 425 | 2026-05-29T09:41:50.376Z | Compiling usdt-attr-macro v0.6.0 |
| 426 | 2026-05-29T09:41:50.376Z | Compiling usdt-macro v0.6.0 |
| 427 | 2026-05-29T09:41:50.966Z | Checking usdt v0.6.0 |
| 428 | 2026-05-29T09:41:51.186Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 429 | 2026-05-29T09:41:59.357Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.11s |
| 430 | 2026-05-29T09:41:59.385Z | |
| 431 | 2026-05-29T09:41:59.388Z | real 19.190638274 |
| 432 | 2026-05-29T09:41:59.388Z | user 1:03.251186058 |
| 433 | 2026-05-29T09:41:59.388Z | sys 12.838146707 |
| 434 | 2026-05-29T09:41:59.388Z | trap 0.034057640 |
| 435 | 2026-05-29T09:41:59.388Z | tflt 0.115331274 |
| 436 | 2026-05-29T09:41:59.388Z | dflt 0.196561255 |
| 437 | 2026-05-29T09:41:59.388Z | kflt 0.000017770 |
| 438 | 2026-05-29T09:41:59.388Z | lock 3:39.937499589 |
| 439 | 2026-05-29T09:41:59.388Z | slp 3:23.703505620 |
| 440 | 2026-05-29T09:41:59.388Z | lat 2.630262149 |
| 441 | 2026-05-29T09:41:59.388Z | stop 6.207111771 |
| 442 | 2026-05-29T09:41:59.388Z | + header 'analyze no_std + engine + kernel' |
| 443 | 2026-05-29T09:41:59.388Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 444 | 2026-05-29T09:41:59.388Z | # ==== analyze no_std + engine + kernel ==== # |
| 445 | 2026-05-29T09:41:59.389Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings |
| 446 | 2026-05-29T09:41:59.565Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 447 | 2026-05-29T09:41:59.565Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 448 | 2026-05-29T09:41:59.588Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 449 | 2026-05-29T09:41:59.588Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 450 | 2026-05-29T09:41:59.835Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 451 | 2026-05-29T09:42:04.002Z | Finished `dev` profile [optimized + debuginfo] target(s) in 4.57s |
| 452 | 2026-05-29T09:42:04.030Z | |
| 453 | 2026-05-29T09:42:04.033Z | real 4.638948338 |
| 454 | 2026-05-29T09:42:04.033Z | user 5.013245022 |
| 455 | 2026-05-29T09:42:04.033Z | sys 0.891035716 |
| 456 | 2026-05-29T09:42:04.033Z | trap 0.001074640 |
| 457 | 2026-05-29T09:42:04.033Z | tflt 0.010623250 |
| 458 | 2026-05-29T09:42:04.033Z | dflt 0.002839440 |
| 459 | 2026-05-29T09:42:04.033Z | kflt 0.000000000 |
| 460 | 2026-05-29T09:42:04.033Z | lock 16.481609540 |
| 461 | 2026-05-29T09:42:04.034Z | slp 17.879880386 |
| 462 | 2026-05-29T09:42:04.034Z | lat 0.018233940 |
| 463 | 2026-05-29T09:42:04.034Z | stop 0.212365461 |
| 464 | 2026-05-29T09:42:04.034Z | + header test |
| 465 | 2026-05-29T09:42:04.034Z | + echo '# ==== test ==== #' |
| 466 | 2026-05-29T09:42:04.034Z | + ptime -m cargo test |
| 467 | 2026-05-29T09:42:04.034Z | # ==== test ==== # |
| 468 | 2026-05-29T09:42:04.179Z | Compiling serde_core v1.0.228 |
| 469 | 2026-05-29T09:42:04.199Z | Compiling thiserror v2.0.18 |
| 470 | 2026-05-29T09:42:04.202Z | Compiling zerocopy v0.8.48 |
| 471 | 2026-05-29T09:42:04.206Z | Compiling byteorder v1.5.0 |
| 472 | 2026-05-29T09:42:04.206Z | Compiling memchr v2.8.0 |
| 473 | 2026-05-29T09:42:04.209Z | Compiling unicode-ident v1.0.24 |
| 474 | 2026-05-29T09:42:04.212Z | Compiling scroll v0.13.0 |
| 475 | 2026-05-29T09:42:04.212Z | Compiling libc v0.2.186 |
| 476 | 2026-05-29T09:42:04.284Z | Compiling proc-macro2 v1.0.106 |
| 477 | 2026-05-29T09:42:04.349Z | Compiling zmij v1.0.21 |
| 478 | 2026-05-29T09:42:04.445Z | Compiling log v0.4.29 |
| 479 | 2026-05-29T09:42:04.473Z | Compiling plain v0.2.3 |
| 480 | 2026-05-29T09:42:04.568Z | Compiling ucd-trie v0.1.7 |
| 481 | 2026-05-29T09:42:04.571Z | Compiling itoa v1.0.18 |
| 482 | 2026-05-29T09:42:04.670Z | Compiling quote v1.0.45 |
| 483 | 2026-05-29T09:42:04.727Z | Compiling pest v2.8.6 |
| 484 | 2026-05-29T09:42:04.825Z | Compiling goblin v0.10.5 |
| 485 | 2026-05-29T09:42:05.286Z | Compiling hash32 v0.3.1 |
| 486 | 2026-05-29T09:42:05.317Z | Compiling stable_deref_trait v1.2.1 |
| 487 | 2026-05-29T09:42:05.391Z | Compiling pretty-hex v0.4.2 |
| 488 | 2026-05-29T09:42:05.446Z | Compiling cfg-if v1.0.4 |
| 489 | 2026-05-29T09:42:05.507Z | Compiling macaddr v1.0.1 |
| 490 | 2026-05-29T09:42:05.516Z | Compiling heapless v0.8.0 |
| 491 | 2026-05-29T09:42:05.750Z | Compiling syn v2.0.117 |
| 492 | 2026-05-29T09:42:05.753Z | Compiling thread-id v5.1.0 |
| 493 | 2026-05-29T09:42:05.824Z | Compiling dtrace-parser v0.3.0 |
| 494 | 2026-05-29T09:42:05.954Z | Compiling serde v1.0.228 |
| 495 | 2026-05-29T09:42:06.137Z | Compiling bitflags v2.11.1 |
| 496 | 2026-05-29T09:42:06.447Z | Compiling serde_json v1.0.149 |
| 497 | 2026-05-29T09:42:06.539Z | Compiling cobs v0.3.0 |
| 498 | 2026-05-29T09:42:06.578Z | Compiling bitflags v1.3.2 |
| 499 | 2026-05-29T09:42:06.644Z | Compiling managed v0.8.0 |
| 500 | 2026-05-29T09:42:06.809Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 501 | 2026-05-29T09:42:06.861Z | Compiling smoltcp v0.11.0 |
| 502 | 2026-05-29T09:42:07.050Z | Compiling ingot-types v0.1.2 |
| 503 | 2026-05-29T09:42:07.050Z | Compiling postcard v1.1.3 |
| 504 | 2026-05-29T09:42:07.174Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 505 | 2026-05-29T09:42:07.384Z | Compiling ingot v0.1.1 |
| 506 | 2026-05-29T09:42:07.440Z | Compiling memmap2 v0.9.10 |
| 507 | 2026-05-29T09:42:07.738Z | Compiling dof v0.4.0 |
| 508 | 2026-05-29T09:42:07.741Z | Compiling either v1.15.0 |
| 509 | 2026-05-29T09:42:07.936Z | Compiling unicode-width v0.2.2 |
| 510 | 2026-05-29T09:42:08.241Z | Compiling ipnetwork v0.21.1 |
| 511 | 2026-05-29T09:42:08.759Z | Compiling usdt-impl v0.6.0 |
| 512 | 2026-05-29T09:42:09.351Z | Compiling usdt v0.6.0 |
| 513 | 2026-05-29T09:42:09.548Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 514 | 2026-05-29T09:42:09.601Z | Compiling tabwriter v1.4.1 |
| 515 | 2026-05-29T09:42:09.979Z | Compiling itertools v0.14.0 |
| 516 | 2026-05-29T09:42:10.033Z | Compiling ref-cast v1.0.25 |
| 517 | 2026-05-29T09:42:10.126Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 518 | 2026-05-29T09:42:10.837Z | Compiling crc32fast v1.5.0 |
| 519 | 2026-05-29T09:42:11.077Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 520 | 2026-05-29T09:42:11.090Z | Compiling dyn-clone v1.0.20 |
| 521 | 2026-05-29T09:42:25.668Z | Finished `test` profile [optimized + debuginfo] target(s) in 21.62s |
| 522 | 2026-05-29T09:42:25.681Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-a94184124038e6c9) |
| 523 | 2026-05-29T09:42:25.684Z | |
| 524 | 2026-05-29T09:42:25.685Z | running 83 tests |
| 525 | 2026-05-29T09:42:25.685Z | test d_error::tests::name_and_data_storage ... ok |
| 526 | 2026-05-29T09:42:25.685Z | test ddi::mblk::test::chain_breaks_links ... ok |
| 527 | 2026-05-29T09:42:25.685Z | test d_error::tests::name_truncation ... ok |
| 528 | 2026-05-29T09:42:25.685Z | test ddi::mblk::test::chain_drain_complete ... ok |
| 529 | 2026-05-29T09:42:25.685Z | test ddi::mblk::test::chain_append_links ... ok |
| 530 | 2026-05-29T09:42:25.685Z | test ddi::mblk::test::chain_has_correct_ends ... ok |
| 531 | 2026-05-29T09:42:25.685Z | test ddi::mblk::test::expand_and_shrink ... ok |
| 532 | 2026-05-29T09:42:25.685Z | test ddi::mblk::test::prefix_len ... ok |
| 533 | 2026-05-29T09:42:25.685Z | test ddi::mblk::test::read_seg ... ok |
| 534 | 2026-05-29T09:42:25.685Z | test ddi::mblk::test::test_long_packet_continuation ... ok |
| 535 | 2026-05-29T09:42:25.685Z | test ddi::mblk::test::truncate ... ok |
| 536 | 2026-05-29T09:42:25.685Z | test ddi::time::test::good_interval ... ok |
| 537 | 2026-05-29T09:42:25.685Z | test ddi::mblk::test::zero_byte_packet ... ok |
| 538 | 2026-05-29T09:42:25.685Z | test ddi::mblk::test::wrap ... ok |
| 539 | 2026-05-29T09:42:25.685Z | test ddi::mblk::test::uninitialized_packet ... ok |
| 540 | 2026-05-29T09:42:25.685Z | test engine::dhcp::test::domainname_encode ... ok |
| 541 | 2026-05-29T09:42:25.685Z | test engine::dhcp::test::domain_search_option_encode ... ok |
| 542 | 2026-05-29T09:42:25.685Z | test engine::dhcp::test::offlink_encode ... ok |
| 543 | 2026-05-29T09:42:25.685Z | test engine::dhcp::test::hostname_encode ... ok |
| 544 | 2026-05-29T09:42:25.685Z | test engine::dhcpv6::options::test::test_domain_list_from_slice ... ok |
| 545 | 2026-05-29T09:42:25.685Z | test engine::dhcpv6::options::test::test_client_id ... ok |
| 546 | 2026-05-29T09:42:25.685Z | test engine::dhcp::test::rfc3442_encode ... ok |
| 547 | 2026-05-29T09:42:25.685Z | test engine::dhcpv6::options::test::test_dns_servers ... ok |
| 548 | 2026-05-29T09:42:25.685Z | test engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok |
| 549 | 2026-05-29T09:42:25.685Z | test engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok |
| 550 | 2026-05-29T09:42:25.685Z | test engine::dhcpv6::options::test::test_iata ... ok |
| 551 | 2026-05-29T09:42:25.686Z | test engine::dhcpv6::options::test::test_option_request ... ok |
| 552 | 2026-05-29T09:42:25.686Z | test engine::dhcpv6::options::test::test_iana ... ok |
| 553 | 2026-05-29T09:42:25.686Z | test engine::dhcpv6::options::test::test_elapsed_time ... ok |
| 554 | 2026-05-29T09:42:25.686Z | test ddi::time::test::bad_interval - should panic ... ok |
| 555 | 2026-05-29T09:42:25.686Z | test engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok |
| 556 | 2026-05-29T09:42:25.686Z | test engine::dhcpv6::options::test::test_status ... ok |
| 557 | 2026-05-29T09:42:25.686Z | test engine::dhcpv6::options::test::test_parse_snooped_iana ... ok |
| 558 | 2026-05-29T09:42:25.689Z | test engine::dhcpv6::options::test::test_server_id ... ok |
| 559 | 2026-05-29T09:42:25.690Z | test engine::dhcpv6::options::test::test_sntp_servers ... ok |
| 560 | 2026-05-29T09:42:25.690Z | test engine::dhcpv6::options::test::test_rapid_commit ... ok |
| 561 | 2026-05-29T09:42:25.690Z | test engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok |
| 562 | 2026-05-29T09:42:25.690Z | test engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok |
| 563 | 2026-05-29T09:42:25.690Z | test engine::dhcpv6::test::test_duid_from_mac ... ok |
| 564 | 2026-05-29T09:42:25.690Z | test engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok |
| 565 | 2026-05-29T09:42:25.690Z | test engine::ether::test::emit ... ok |
| 566 | 2026-05-29T09:42:25.690Z | test engine::flow_table::test::eviction_basics ... ok |
| 567 | 2026-05-29T09:42:25.690Z | test engine::flow_table::test::children_prevent_timer_expiry ... ok |
| 568 | 2026-05-29T09:42:25.690Z | test engine::flow_table::test::eviction_invalidates_descendents ... ok |
| 569 | 2026-05-29T09:42:25.690Z | test engine::flow_table::test::eviction_selects_highest_prio ... ok |
| 570 | 2026-05-29T09:42:25.690Z | test engine::flow_table::test::flow_expired ... ok |
| 571 | 2026-05-29T09:42:25.690Z | test engine::flow_table::test::eviction_priority_inheritance ... ok |
| 572 | 2026-05-29T09:42:25.690Z | test engine::flow_table::test::flow_clear ... ok |
| 573 | 2026-05-29T09:42:25.690Z | test engine::flow_table::test::priority_lerp ... ok |
| 574 | 2026-05-29T09:42:25.690Z | test engine::flow_table::test::priority_lerp_clamps ... ok |
| 575 | 2026-05-29T09:42:25.690Z | test engine::flow_table::test::priority_lerp_rejects_bad_params ... ok |
| 576 | 2026-05-29T09:42:25.690Z | test engine::flow_table::test::timer_expiry_propagation ... ok |
| 577 | 2026-05-29T09:42:25.690Z | test engine::geneve::test::emit_no_opts ... ok |
| 578 | 2026-05-29T09:42:25.690Z | test engine::geneve::test::emit_single_opt ... ok |
| 579 | 2026-05-29T09:42:25.690Z | test engine::ip::v4::test::emit ... ok |
| 580 | 2026-05-29T09:42:25.690Z | test engine::ip::v4::test::cidr_match ... ok |
| 581 | 2026-05-29T09:42:25.690Z | test engine::ip::v4::test::match_check ... ok |
| 582 | 2026-05-29T09:42:25.690Z | test engine::ip::v6::test::from_pairs ... ok |
| 583 | 2026-05-29T09:42:25.690Z | test engine::ip::v6::test::bad_ipv6_version_caught ... ok |
| 584 | 2026-05-29T09:42:25.690Z | test engine::ip::v6::test::emit ... ok |
| 585 | 2026-05-29T09:42:25.691Z | test engine::ip::v6::test::option_push_spec ... ok |
| 586 | 2026-05-29T09:42:25.691Z | test engine::ip::v6::test::extension_push_spec ... ok |
| 587 | 2026-05-29T09:42:25.691Z | test engine::ip::v6::test::test_ipv6_addr_match_exact ... ok |
| 588 | 2026-05-29T09:42:25.691Z | test engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok |
| 589 | 2026-05-29T09:42:25.691Z | test engine::ip::v6::test::test_extension_header_lengths_ok ... ok |
| 590 | 2026-05-29T09:42:25.691Z | test engine::ip::v6::test::test_set_total_len ... ok |
| 591 | 2026-05-29T09:42:25.691Z | test engine::layer::test::find_rule ... ok |
| 592 | 2026-05-29T09:42:25.691Z | test engine::nat::test::nat4_rewrite ... ok |
| 593 | 2026-05-29T09:42:25.691Z | test engine::packet::test::straddled_tcp ... ok |
| 594 | 2026-05-29T09:42:25.691Z | test engine::packet::test::read_single_segment ... ok |
| 595 | 2026-05-29T09:42:25.691Z | test engine::packet::test::read_multi_segment ... ok |
| 596 | 2026-05-29T09:42:25.691Z | test engine::packet::test::udp6_packet_with_padding ... ok |
| 597 | 2026-05-29T09:42:25.691Z | test engine::packet::test::small_packet_with_padding ... ok |
| 598 | 2026-05-29T09:42:25.691Z | test engine::ip::v6::test::push_spec ... ok |
| 599 | 2026-05-29T09:42:25.691Z | test engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok |
| 600 | 2026-05-29T09:42:25.691Z | test engine::packet::test::parse_ipv6_extension_headers_ok ... ok |
| 601 | 2026-05-29T09:42:25.691Z | test engine::port::tests::established_tcp_eviction_prio_unchanging ... ok |
| 602 | 2026-05-29T09:42:25.691Z | test engine::parse::test::icmp4_body_csum_equals_body ... ok |
| 603 | 2026-05-29T09:42:25.691Z | test engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok |
| 604 | 2026-05-29T09:42:25.691Z | test engine::rule::rule_matching ... ok |
| 605 | 2026-05-29T09:42:25.691Z | test engine::snat::test::snat4_desc_lifecycle ... ok |
| 606 | 2026-05-29T09:42:25.691Z | test engine::snat::test::nat_mappings ... ok |
| 607 | 2026-05-29T09:42:25.691Z | test engine::snat::test::test_nat_pool_different_ip_types ... ok |
| 608 | 2026-05-29T09:42:25.691Z | |
| 609 | 2026-05-29T09:42:25.691Z | test result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 610 | 2026-05-29T09:42:25.691Z | |
| 611 | 2026-05-29T09:42:25.691Z | Doc-tests opte |
| 612 | 2026-05-29T09:42:27.646Z | |
| 613 | 2026-05-29T09:42:27.646Z | running 3 tests |
| 614 | 2026-05-29T09:42:27.649Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored |
| 615 | 2026-05-29T09:42:27.649Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok |
| 616 | 2026-05-29T09:42:27.649Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok |
| 617 | 2026-05-29T09:42:27.649Z | |
| 618 | 2026-05-29T09:42:27.649Z | test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 619 | 2026-05-29T09:42:27.649Z | |
| 620 | 2026-05-29T09:42:27.654Z | all doctests ran in 1.40s; merged doctests compilation took 1.39s |
| 621 | 2026-05-29T09:42:27.693Z | |
| 622 | 2026-05-29T09:42:27.696Z | real 23.652467077 |
| 623 | 2026-05-29T09:42:27.696Z | user 1:58.879909434 |
| 624 | 2026-05-29T09:42:27.696Z | sys 7.081039084 |
| 625 | 2026-05-29T09:42:27.696Z | trap 0.055524300 |
| 626 | 2026-05-29T09:42:27.696Z | tflt 0.208855546 |
| 627 | 2026-05-29T09:42:27.696Z | dflt 0.285345861 |
| 628 | 2026-05-29T09:42:27.696Z | kflt 0.000003520 |
| 629 | 2026-05-29T09:42:27.696Z | lock 5:48.409225162 |
| 630 | 2026-05-29T09:42:27.696Z | slp 3:37.230603374 |
| 631 | 2026-05-29T09:42:27.696Z | lat 6.060206548 |
| 632 | 2026-05-29T09:42:27.696Z | stop 2.874287759 |
| 633 | 2026-05-29T09:42:27.696Z | process exited: duration 84842 ms, exit code 0 |
| |
| 634 | 2026-05-29T09:42:27.703Z | found 0 output files |