|
|
|
| 1 | 2026-06-10T03:36:47.438Z | job assigned to worker 01KTQSKWSMRR3VJT58K5R7KD7G [factory aws, i-0821686cf06bfa495] (queued for 47 s) |
| |
| 2 | 2026-06-10T03:36:53.952Z | starting task 0: "setup" |
| 3 | 2026-06-10T03:36:53.959Z | ++ uname -s |
| 4 | 2026-06-10T03:36:53.962Z | + kern=SunOS |
| 5 | 2026-06-10T03:36:53.962Z | + build_user=build |
| 6 | 2026-06-10T03:36:53.962Z | + build_uid=12345 |
| 7 | 2026-06-10T03:36:53.962Z | + work_dir=/work |
| 8 | 2026-06-10T03:36:53.962Z | + input_dir=/input |
| 9 | 2026-06-10T03:36:53.962Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-10T03:36:53.962Z | + case "$kern" in |
| 11 | 2026-06-10T03:36:53.962Z | + groupadd -g 12345 build |
| 12 | 2026-06-10T03:36:53.964Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-10T03:36:55.969Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-10T03:36:56.128Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-10T03:36:56.131Z | + home_fs=zfs |
| 16 | 2026-06-10T03:36:56.131Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-10T03:36:56.132Z | + mkdir -p /home/build |
| 18 | 2026-06-10T03:36:56.132Z | + chown build:build /home/build /work |
| 19 | 2026-06-10T03:36:58.132Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-10T03:36:58.135Z | process exited: duration 4182 ms, exit code 0 |
| |
| 21 | 2026-06-10T03:36:58.141Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-10T03:36:58.145Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 23 | 2026-06-10T03:36:58.145Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-10T03:36:58.145Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-06-10T03:36:58.145Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-06-10T03:36:58.145Z | * rust toolchain channel = "1.95.0" |
| 27 | 2026-06-10T03:36:58.145Z | * rust toolchain profile = "default" |
| 28 | 2026-06-10T03:36:58.148Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-10T03:36:58.148Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-06-10T03:36:58.439Z | info: downloading installer |
| 31 | 2026-06-10T03:36:59.792Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-10T03:36:59.792Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-10T03:36:59.792Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-10T03:36:59.792Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-10T03:36:59.804Z | info: profile set to default |
| 36 | 2026-06-10T03:36:59.804Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-10T03:36:59.807Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-06-10T03:36:59.974Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-06-10T03:36:59.977Z | info: downloading 6 components |
| 40 | 2026-06-10T03:37:17.629Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 41 | 2026-06-10T03:37:17.629Z | |
| 42 | 2026-06-10T03:37:17.660Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-06-10T03:37:17.660Z | |
| 44 | 2026-06-10T03:37:17.663Z | |
| 45 | 2026-06-10T03:37:17.663Z | Rust is installed now. Great! |
| 46 | 2026-06-10T03:37:17.663Z | |
| 47 | 2026-06-10T03:37:17.663Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-10T03:37:17.663Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-10T03:37:17.663Z | |
| 50 | 2026-06-10T03:37:17.663Z | To configure your current shell, you need to source |
| 51 | 2026-06-10T03:37:17.663Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-10T03:37:17.663Z | |
| 53 | 2026-06-10T03:37:17.663Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-10T03:37:17.663Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-10T03:37:17.663Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-10T03:37:17.663Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-10T03:37:17.663Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-10T03:37:17.663Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-10T03:37:17.663Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-10T03:37:17.663Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-10T03:37:17.663Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-10T03:37:17.768Z | + rustup --version |
| 63 | 2026-06-10T03:37:17.777Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-10T03:37:17.780Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-10T03:37:17.799Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-06-10T03:37:17.802Z | + cargo --version |
| 67 | 2026-06-10T03:37:17.815Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-06-10T03:37:17.818Z | + rustc --version |
| 69 | 2026-06-10T03:37:17.837Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-06-10T03:37:17.840Z | process exited: duration 19699 ms, exit code 0 |
| |
| 71 | 2026-06-10T03:37:17.846Z | starting task 2: "authentication" |
| 72 | 2026-06-10T03:37:17.861Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-06-10T03:37:17.867Z | starting task 3: "clone repository" |
| 74 | 2026-06-10T03:37:17.870Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-10T03:37:17.873Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-10T03:37:17.910Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-10T03:37:18.784Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-10T03:37:18.784Z | + git fetch origin db98f704610f68ee307e8d8df839d51ba2252392 |
| 79 | 2026-06-10T03:37:19.032Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-10T03:37:19.032Z | * branch db98f704610f68ee307e8d8df839d51ba2252392 -> FETCH_HEAD |
| 81 | 2026-06-10T03:37:19.040Z | + [[ -n renovate/zerocopy-0.x-lockfile ]] |
| 82 | 2026-06-10T03:37:19.042Z | ++ git branch --show-current |
| 83 | 2026-06-10T03:37:19.042Z | + current=master |
| 84 | 2026-06-10T03:37:19.042Z | + [[ master != renovate/zerocopy-0.x-lockfile ]] |
| 85 | 2026-06-10T03:37:19.042Z | + git branch -f renovate/zerocopy-0.x-lockfile db98f704610f68ee307e8d8df839d51ba2252392 |
| 86 | 2026-06-10T03:37:19.045Z | + git checkout -f renovate/zerocopy-0.x-lockfile |
| 87 | 2026-06-10T03:37:19.062Z | Switched to branch 'renovate/zerocopy-0.x-lockfile' |
| 88 | 2026-06-10T03:37:19.064Z | + git reset --hard db98f704610f68ee307e8d8df839d51ba2252392 |
| 89 | 2026-06-10T03:37:19.078Z | HEAD is now at db98f70 Update Rust crate zerocopy to v0.8.52 |
| 90 | 2026-06-10T03:37:19.081Z | process exited: duration 1212 ms, exit code 0 |
| |
| 91 | 2026-06-10T03:37:19.087Z | starting task 4: "build" |
| 92 | 2026-06-10T03:37:19.090Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-10T03:37:19.093Z | ++ rustup show active-toolchain |
| 94 | 2026-06-10T03:37:19.096Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-10T03:37:19.098Z | ++ pushd xde |
| 96 | 2026-06-10T03:37:19.098Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-06-10T03:37:19.098Z | ++ rustup show active-toolchain |
| 98 | 2026-06-10T03:37:19.102Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-06-10T03:37:19.461Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-06-10T03:37:19.464Z | info: downloading 6 components |
| 101 | 2026-06-10T03:38:16.130Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-10T03:38:16.223Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-10T03:38:16.226Z | +++ head -n 1 |
| 104 | 2026-06-10T03:38:16.226Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-10T03:38:16.274Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-06-10T03:38:16.274Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-06-10T03:38:16.274Z | ++ popd |
| 108 | 2026-06-10T03:38:16.276Z | /work/oxidecomputer/opte |
| 109 | 2026-06-10T03:38:16.276Z | + cargo --version |
| 110 | 2026-06-10T03:38:16.284Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 111 | 2026-06-10T03:38:16.287Z | + rustc --version |
| 112 | 2026-06-10T03:38:16.305Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 113 | 2026-06-10T03:38:16.308Z | + cd lib/opte |
| 114 | 2026-06-10T03:38:16.308Z | + header 'check style' |
| 115 | 2026-06-10T03:38:16.308Z | + echo '# ==== check style ==== #' |
| 116 | 2026-06-10T03:38:16.308Z | # ==== check style ==== # |
| 117 | 2026-06-10T03:38:16.308Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-06-10T03:38:16.489Z | |
| 119 | 2026-06-10T03:38:16.490Z | real 0.178870682 |
| 120 | 2026-06-10T03:38:16.490Z | user 0.138549500 |
| 121 | 2026-06-10T03:38:16.490Z | sys 0.035355141 |
| 122 | 2026-06-10T03:38:16.490Z | trap 0.000013060 |
| 123 | 2026-06-10T03:38:16.490Z | tflt 0.000050470 |
| 124 | 2026-06-10T03:38:16.490Z | dflt 0.000048510 |
| 125 | 2026-06-10T03:38:16.490Z | kflt 0.000000000 |
| 126 | 2026-06-10T03:38:16.490Z | lock 0.034809939 |
| 127 | 2026-06-10T03:38:16.490Z | slp 0.158578041 |
| 128 | 2026-06-10T03:38:16.490Z | lat 0.000926280 |
| 129 | 2026-06-10T03:38:16.490Z | stop 0.000090250 |
| 130 | 2026-06-10T03:38:16.493Z | + header 'check docs' |
| 131 | 2026-06-10T03:38:16.493Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-06-10T03:38:16.493Z | # ==== check docs ==== # |
| 133 | 2026-06-10T03:38:16.493Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-06-10T03:38:16.493Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-06-10T03:38:16.558Z | Updating crates.io index |
| 136 | 2026-06-10T03:38:16.595Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-06-10T03:38:17.954Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-06-10T03:38:18.376Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-06-10T03:38:18.719Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-06-10T03:38:19.124Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-06-10T03:38:19.369Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-06-10T03:38:19.621Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-06-10T03:38:21.361Z | Downloading crates ... |
| 144 | 2026-06-10T03:38:21.426Z | Downloaded dof v0.4.0 |
| 145 | 2026-06-10T03:38:21.429Z | Downloaded ipnetwork v0.21.1 |
| 146 | 2026-06-10T03:38:21.432Z | Downloaded bitflags v1.3.2 |
| 147 | 2026-06-10T03:38:21.448Z | Downloaded darling_core v0.23.0 |
| 148 | 2026-06-10T03:38:21.452Z | Downloaded ingot-macros v0.1.1 |
| 149 | 2026-06-10T03:38:21.455Z | Downloaded plain v0.2.3 |
| 150 | 2026-06-10T03:38:21.461Z | Downloaded crypto-common v0.1.7 |
| 151 | 2026-06-10T03:38:21.464Z | Downloaded block-buffer v0.10.4 |
| 152 | 2026-06-10T03:38:21.464Z | Downloaded defmt-macros v1.1.0 |
| 153 | 2026-06-10T03:38:21.468Z | Downloaded byteorder v1.5.0 |
| 154 | 2026-06-10T03:38:21.468Z | Downloaded aho-corasick v1.1.4 |
| 155 | 2026-06-10T03:38:21.473Z | Downloaded darling v0.23.0 |
| 156 | 2026-06-10T03:38:21.476Z | Downloaded bitflags v2.13.0 |
| 157 | 2026-06-10T03:38:21.478Z | Downloaded dyn-clone v1.0.20 |
| 158 | 2026-06-10T03:38:21.481Z | Downloaded dtrace-parser v0.3.0 |
| 159 | 2026-06-10T03:38:21.481Z | Downloaded darling_macro v0.23.0 |
| 160 | 2026-06-10T03:38:21.481Z | Downloaded ident_case v1.0.1 |
| 161 | 2026-06-10T03:38:21.481Z | Downloaded defmt-parser v1.0.0 |
| 162 | 2026-06-10T03:38:21.481Z | Downloaded darling_macro v0.21.3 |
| 163 | 2026-06-10T03:38:21.484Z | Downloaded ref-cast v1.0.25 |
| 164 | 2026-06-10T03:38:21.487Z | Downloaded managed v0.8.0 |
| 165 | 2026-06-10T03:38:21.487Z | Downloaded macaddr v1.0.1 |
| 166 | 2026-06-10T03:38:21.490Z | Downloaded cfg-if v1.0.4 |
| 167 | 2026-06-10T03:38:21.493Z | Downloaded ref-cast-impl v1.0.25 |
| 168 | 2026-06-10T03:38:21.493Z | Downloaded cpufeatures v0.2.17 |
| 169 | 2026-06-10T03:38:21.500Z | Downloaded tabwriter v1.4.1 |
| 170 | 2026-06-10T03:38:21.503Z | Downloaded embedded-io v0.6.1 |
| 171 | 2026-06-10T03:38:21.506Z | Downloaded hash32 v0.3.1 |
| 172 | 2026-06-10T03:38:21.514Z | Downloaded scroll_derive v0.13.1 |
| 173 | 2026-06-10T03:38:21.517Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 174 | 2026-06-10T03:38:21.517Z | Downloaded usdt-attr-macro v0.6.0 |
| 175 | 2026-06-10T03:38:21.517Z | Downloaded usdt-macro v0.6.0 |
| 176 | 2026-06-10T03:38:21.521Z | Downloaded embedded-io v0.4.0 |
| 177 | 2026-06-10T03:38:21.528Z | Downloaded usdt-impl v0.6.0 |
| 178 | 2026-06-10T03:38:21.536Z | Downloaded generic-array v0.14.7 |
| 179 | 2026-06-10T03:38:21.538Z | Downloaded pretty-hex v0.4.2 |
| 180 | 2026-06-10T03:38:21.543Z | Downloaded sha2 v0.10.9 |
| 181 | 2026-06-10T03:38:21.545Z | Downloaded scroll v0.13.0 |
| 182 | 2026-06-10T03:38:21.545Z | Downloaded ingot-types v0.1.2 |
| 183 | 2026-06-10T03:38:21.548Z | Downloaded defmt v0.3.100 |
| 184 | 2026-06-10T03:38:21.551Z | Downloaded fnv v1.0.7 |
| 185 | 2026-06-10T03:38:21.551Z | Downloaded cobs v0.3.0 |
| 186 | 2026-06-10T03:38:21.554Z | Downloaded version_check v0.9.5 |
| 187 | 2026-06-10T03:38:21.558Z | Downloaded usdt v0.6.0 |
| 188 | 2026-06-10T03:38:21.560Z | Downloaded thread-id v5.1.0 |
| 189 | 2026-06-10T03:38:21.560Z | Downloaded itoa v1.0.18 |
| 190 | 2026-06-10T03:38:21.563Z | Downloaded strsim v0.11.1 |
| 191 | 2026-06-10T03:38:21.566Z | Downloaded stable_deref_trait v1.2.1 |
| 192 | 2026-06-10T03:38:21.569Z | Downloaded proc-macro-error2 v2.0.1 |
| 193 | 2026-06-10T03:38:21.573Z | Downloaded either v1.16.0 |
| 194 | 2026-06-10T03:38:21.578Z | Downloaded pest_generator v2.8.6 |
| 195 | 2026-06-10T03:38:21.582Z | Downloaded digest v0.10.7 |
| 196 | 2026-06-10T03:38:21.585Z | Downloaded serde_tokenstream v0.2.3 |
| 197 | 2026-06-10T03:38:21.585Z | Downloaded ingot v0.1.1 |
| 198 | 2026-06-10T03:38:21.587Z | Downloaded zmij v1.0.21 |
| 199 | 2026-06-10T03:38:21.587Z | Downloaded thiserror-impl v2.0.18 |
| 200 | 2026-06-10T03:38:21.587Z | Downloaded darling v0.21.3 |
| 201 | 2026-06-10T03:38:21.590Z | Downloaded log v0.4.32 |
| 202 | 2026-06-10T03:38:21.594Z | Downloaded quote v1.0.45 |
| 203 | 2026-06-10T03:38:21.601Z | Downloaded thiserror v2.0.18 |
| 204 | 2026-06-10T03:38:21.609Z | Downloaded postcard v1.1.3 |
| 205 | 2026-06-10T03:38:21.612Z | Downloaded unicode-ident v1.0.24 |
| 206 | 2026-06-10T03:38:21.615Z | Downloaded pest_derive v2.8.6 |
| 207 | 2026-06-10T03:38:21.615Z | Downloaded memmap2 v0.9.10 |
| 208 | 2026-06-10T03:38:21.618Z | Downloaded serde_derive v1.0.228 |
| 209 | 2026-06-10T03:38:21.620Z | Downloaded crc32fast v1.5.0 |
| 210 | 2026-06-10T03:38:21.639Z | Downloaded defmt v1.1.0 |
| 211 | 2026-06-10T03:38:21.646Z | Downloaded ucd-trie v0.1.7 |
| 212 | 2026-06-10T03:38:21.649Z | Downloaded proc-macro2 v1.0.106 |
| 213 | 2026-06-10T03:38:21.658Z | Downloaded serde v1.0.228 |
| 214 | 2026-06-10T03:38:21.660Z | Downloaded pest_meta v2.8.6 |
| 215 | 2026-06-10T03:38:21.665Z | Downloaded serde_core v1.0.228 |
| 216 | 2026-06-10T03:38:21.668Z | Downloaded heapless v0.8.0 |
| 217 | 2026-06-10T03:38:21.670Z | Downloaded zerocopy-derive v0.8.52 |
| 218 | 2026-06-10T03:38:21.674Z | Downloaded darling_core v0.21.3 |
| 219 | 2026-06-10T03:38:21.681Z | Downloaded typenum v1.20.1 |
| 220 | 2026-06-10T03:38:21.684Z | Downloaded memchr v2.8.1 |
| 221 | 2026-06-10T03:38:21.711Z | Downloaded pest v2.8.6 |
| 222 | 2026-06-10T03:38:21.716Z | Downloaded itertools v0.14.0 |
| 223 | 2026-06-10T03:38:21.735Z | Downloaded serde_json v1.0.150 |
| 224 | 2026-06-10T03:38:21.745Z | Downloaded regex v1.12.4 |
| 225 | 2026-06-10T03:38:21.812Z | Downloaded zerocopy v0.8.52 |
| 226 | 2026-06-10T03:38:21.824Z | Downloaded unicode-width v0.2.2 |
| 227 | 2026-06-10T03:38:21.827Z | Downloaded smoltcp v0.11.0 |
| 228 | 2026-06-10T03:38:21.831Z | Downloaded goblin v0.10.7 |
| 229 | 2026-06-10T03:38:21.836Z | Downloaded syn v2.0.117 |
| 230 | 2026-06-10T03:38:21.841Z | Downloaded regex-syntax v0.8.11 |
| 231 | 2026-06-10T03:38:21.865Z | Downloaded regex-automata v0.4.14 |
| 232 | 2026-06-10T03:38:21.872Z | Downloaded libc v0.2.186 |
| 233 | 2026-06-10T03:38:21.931Z | Compiling proc-macro2 v1.0.106 |
| 234 | 2026-06-10T03:38:21.931Z | Compiling quote v1.0.45 |
| 235 | 2026-06-10T03:38:21.931Z | Compiling unicode-ident v1.0.24 |
| 236 | 2026-06-10T03:38:21.931Z | Documenting unicode-ident v1.0.24 |
| 237 | 2026-06-10T03:38:21.931Z | Compiling strsim v0.11.1 |
| 238 | 2026-06-10T03:38:21.935Z | Compiling ident_case v1.0.1 |
| 239 | 2026-06-10T03:38:21.992Z | Compiling serde_core v1.0.228 |
| 240 | 2026-06-10T03:38:22.085Z | Compiling fnv v1.0.7 |
| 241 | 2026-06-10T03:38:22.100Z | Checking memchr v2.8.1 |
| 242 | 2026-06-10T03:38:22.259Z | Compiling zerocopy v0.8.52 |
| 243 | 2026-06-10T03:38:22.310Z | Compiling serde v1.0.228 |
| 244 | 2026-06-10T03:38:22.362Z | Compiling regex-syntax v0.8.11 |
| 245 | 2026-06-10T03:38:22.422Z | Compiling thiserror v2.0.18 |
| 246 | 2026-06-10T03:38:22.648Z | Documenting proc-macro2 v1.0.106 |
| 247 | 2026-06-10T03:38:22.648Z | Compiling aho-corasick v1.1.4 |
| 248 | 2026-06-10T03:38:22.940Z | Checking syn v2.0.117 |
| 249 | 2026-06-10T03:38:23.008Z | Checking byteorder v1.5.0 |
| 250 | 2026-06-10T03:38:23.208Z | Documenting quote v1.0.45 |
| 251 | 2026-06-10T03:38:23.409Z | Compiling either v1.16.0 |
| 252 | 2026-06-10T03:38:23.605Z | Compiling itertools v0.14.0 |
| 253 | 2026-06-10T03:38:23.697Z | Documenting syn v2.0.117 |
| 254 | 2026-06-10T03:38:23.814Z | Compiling regex-automata v0.4.14 |
| 255 | 2026-06-10T03:38:24.040Z | Compiling heapless v0.8.0 |
| 256 | 2026-06-10T03:38:24.345Z | Documenting memchr v2.8.1 |
| 257 | 2026-06-10T03:38:24.565Z | Checking bitflags v2.13.0 |
| 258 | 2026-06-10T03:38:24.717Z | Checking hash32 v0.3.1 |
| 259 | 2026-06-10T03:38:24.809Z | Documenting serde_core v1.0.228 |
| 260 | 2026-06-10T03:38:24.821Z | Documenting regex-syntax v0.8.11 |
| 261 | 2026-06-10T03:38:24.888Z | Checking stable_deref_trait v1.2.1 |
| 262 | 2026-06-10T03:38:24.951Z | Documenting aho-corasick v1.1.4 |
| 263 | 2026-06-10T03:38:24.954Z | Checking cfg-if v1.0.4 |
| 264 | 2026-06-10T03:38:25.009Z | Checking macaddr v1.0.1 |
| 265 | 2026-06-10T03:38:25.232Z | Checking darling_core v0.21.3 |
| 266 | 2026-06-10T03:38:25.751Z | Compiling regex v1.12.4 |
| 267 | 2026-06-10T03:38:25.787Z | Compiling darling_core v0.23.0 |
| 268 | 2026-06-10T03:38:25.876Z | Documenting regex-automata v0.4.14 |
| 269 | 2026-06-10T03:38:26.141Z | Compiling smoltcp v0.11.0 |
| 270 | 2026-06-10T03:38:26.431Z | Documenting zerocopy-derive v0.8.52 |
| 271 | 2026-06-10T03:38:26.501Z | Documenting thiserror-impl v2.0.18 |
| 272 | 2026-06-10T03:38:26.557Z | Documenting serde_derive v1.0.228 |
| 273 | 2026-06-10T03:38:26.636Z | Compiling zerocopy-derive v0.8.52 |
| 274 | 2026-06-10T03:38:27.191Z | Compiling serde_derive v1.0.228 |
| 275 | 2026-06-10T03:38:27.252Z | Compiling thiserror-impl v2.0.18 |
| 276 | 2026-06-10T03:38:27.324Z | Documenting regex v1.12.4 |
| 277 | 2026-06-10T03:38:27.687Z | Documenting byteorder v1.5.0 |
| 278 | 2026-06-10T03:38:27.757Z | Checking managed v0.8.0 |
| 279 | 2026-06-10T03:38:27.760Z | Compiling darling_macro v0.21.3 |
| 280 | 2026-06-10T03:38:27.909Z | Compiling darling_macro v0.23.0 |
| 281 | 2026-06-10T03:38:27.942Z | Checking bitflags v1.3.2 |
| 282 | 2026-06-10T03:38:28.005Z | Documenting bitflags v2.13.0 |
| 283 | 2026-06-10T03:38:28.203Z | Documenting zerocopy v0.8.52 |
| 284 | 2026-06-10T03:38:28.300Z | Documenting hash32 v0.3.1 |
| 285 | 2026-06-10T03:38:28.345Z | Compiling darling v0.21.3 |
| 286 | 2026-06-10T03:38:28.421Z | Compiling ingot-macros v0.1.1 |
| 287 | 2026-06-10T03:38:28.575Z | Documenting ingot-macros v0.1.1 |
| 288 | 2026-06-10T03:38:28.610Z | Checking cobs v0.3.0 |
| 289 | 2026-06-10T03:38:28.629Z | Documenting thiserror v2.0.18 |
| 290 | 2026-06-10T03:38:28.736Z | Documenting stable_deref_trait v1.2.1 |
| 291 | 2026-06-10T03:38:28.822Z | Compiling crc32fast v1.5.0 |
| 292 | 2026-06-10T03:38:29.114Z | Documenting macaddr v1.0.1 |
| 293 | 2026-06-10T03:38:29.137Z | Compiling ref-cast v1.0.25 |
| 294 | 2026-06-10T03:38:29.300Z | Documenting cfg-if v1.0.4 |
| 295 | 2026-06-10T03:38:29.504Z | Documenting heapless v0.8.0 |
| 296 | 2026-06-10T03:38:29.645Z | Documenting cobs v0.3.0 |
| 297 | 2026-06-10T03:38:29.970Z | Documenting serde v1.0.228 |
| 298 | 2026-06-10T03:38:30.216Z | Compiling ref-cast-impl v1.0.25 |
| 299 | 2026-06-10T03:38:30.289Z | Checking postcard v1.1.3 |
| 300 | 2026-06-10T03:38:30.551Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 301 | 2026-06-10T03:38:30.795Z | Documenting managed v0.8.0 |
| 302 | 2026-06-10T03:38:30.805Z | Checking ipnetwork v0.21.1 |
| 303 | 2026-06-10T03:38:30.812Z | Compiling version_check v0.9.5 |
| 304 | 2026-06-10T03:38:31.020Z | Checking unicode-width v0.2.2 |
| 305 | 2026-06-10T03:38:31.072Z | Checking ingot-types v0.1.2 |
| 306 | 2026-06-10T03:38:31.079Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 307 | 2026-06-10T03:38:31.091Z | Documenting ingot-types v0.1.2 |
| 308 | 2026-06-10T03:38:31.126Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 309 | 2026-06-10T03:38:31.258Z | Compiling darling v0.23.0 |
| 310 | 2026-06-10T03:38:31.313Z | Documenting ref-cast-impl v1.0.25 |
| 311 | 2026-06-10T03:38:31.328Z | Documenting ipnetwork v0.21.1 |
| 312 | 2026-06-10T03:38:31.352Z | Documenting either v1.16.0 |
| 313 | 2026-06-10T03:38:31.403Z | Documenting postcard v1.1.3 |
| 314 | 2026-06-10T03:38:31.410Z | Checking ingot v0.1.1 |
| 315 | 2026-06-10T03:38:31.479Z | Documenting smoltcp v0.11.0 |
| 316 | 2026-06-10T03:38:31.845Z | Documenting unicode-width v0.2.2 |
| 317 | 2026-06-10T03:38:32.125Z | Documenting ingot v0.1.1 |
| 318 | 2026-06-10T03:38:32.305Z | Documenting itertools v0.14.0 |
| 319 | 2026-06-10T03:38:32.591Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 320 | 2026-06-10T03:38:32.823Z | Documenting ref-cast v1.0.25 |
| 321 | 2026-06-10T03:38:32.957Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 322 | 2026-06-10T03:38:33.082Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 323 | 2026-06-10T03:38:33.489Z | Checking tabwriter v1.4.1 |
| 324 | 2026-06-10T03:38:33.650Z | Documenting tabwriter v1.4.1 |
| 325 | 2026-06-10T03:38:33.799Z | Documenting crc32fast v1.5.0 |
| 326 | 2026-06-10T03:38:33.962Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 327 | 2026-06-10T03:38:34.118Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 328 | 2026-06-10T03:38:34.266Z | Checking dyn-clone v1.0.20 |
| 329 | 2026-06-10T03:38:34.334Z | Documenting dyn-clone v1.0.20 |
| 330 | 2026-06-10T03:38:34.996Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 331 | 2026-06-10T03:38:36.554Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 332 | 2026-06-10T03:38:38.805Z | Finished `dev` profile [optimized + debuginfo] target(s) in 22.30s |
| 333 | 2026-06-10T03:38:38.893Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
| 334 | 2026-06-10T03:38:38.913Z | |
| 335 | 2026-06-10T03:38:38.913Z | real 22.402982303 |
| 336 | 2026-06-10T03:38:38.913Z | user 1:15.358464826 |
| 337 | 2026-06-10T03:38:38.913Z | sys 15.677449129 |
| 338 | 2026-06-10T03:38:38.913Z | trap 0.042925792 |
| 339 | 2026-06-10T03:38:38.916Z | tflt 0.041412560 |
| 340 | 2026-06-10T03:38:38.916Z | dflt 0.097990401 |
| 341 | 2026-06-10T03:38:38.916Z | kflt 0.005524916 |
| 342 | 2026-06-10T03:38:38.916Z | lock 6:50.988337322 |
| 343 | 2026-06-10T03:38:38.916Z | slp 4:13.373729696 |
| 344 | 2026-06-10T03:38:38.916Z | lat 8.831739825 |
| 345 | 2026-06-10T03:38:38.916Z | stop 9.720737224 |
| 346 | 2026-06-10T03:38:38.917Z | + header 'analyze std + api' |
| 347 | 2026-06-10T03:38:38.917Z | + echo '# ==== analyze std + api ==== #' |
| 348 | 2026-06-10T03:38:38.917Z | # ==== analyze std + api ==== # |
| 349 | 2026-06-10T03:38:38.917Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 350 | 2026-06-10T03:38:39.153Z | Compiling proc-macro2 v1.0.106 |
| 351 | 2026-06-10T03:38:39.153Z | Compiling quote v1.0.45 |
| 352 | 2026-06-10T03:38:39.153Z | Compiling unicode-ident v1.0.24 |
| 353 | 2026-06-10T03:38:39.153Z | Compiling memchr v2.8.1 |
| 354 | 2026-06-10T03:38:39.153Z | Compiling thiserror v2.0.18 |
| 355 | 2026-06-10T03:38:39.158Z | Compiling zerocopy v0.8.52 |
| 356 | 2026-06-10T03:38:39.158Z | Compiling zmij v1.0.21 |
| 357 | 2026-06-10T03:38:39.174Z | Compiling libc v0.2.186 |
| 358 | 2026-06-10T03:38:39.328Z | Compiling serde_core v1.0.228 |
| 359 | 2026-06-10T03:38:39.514Z | Compiling ident_case v1.0.1 |
| 360 | 2026-06-10T03:38:39.539Z | Compiling serde_json v1.0.150 |
| 361 | 2026-06-10T03:38:39.544Z | Compiling ucd-trie v0.1.7 |
| 362 | 2026-06-10T03:38:39.562Z | Compiling strsim v0.11.1 |
| 363 | 2026-06-10T03:38:39.734Z | Compiling pest v2.8.6 |
| 364 | 2026-06-10T03:38:39.765Z | Compiling serde v1.0.228 |
| 365 | 2026-06-10T03:38:39.883Z | Compiling fnv v1.0.7 |
| 366 | 2026-06-10T03:38:40.109Z | Compiling aho-corasick v1.1.4 |
| 367 | 2026-06-10T03:38:40.132Z | Compiling itoa v1.0.18 |
| 368 | 2026-06-10T03:38:40.153Z | Compiling regex-syntax v0.8.11 |
| 369 | 2026-06-10T03:38:40.296Z | Checking byteorder v1.5.0 |
| 370 | 2026-06-10T03:38:40.408Z | Compiling syn v2.0.117 |
| 371 | 2026-06-10T03:38:40.797Z | Compiling pest_meta v2.8.6 |
| 372 | 2026-06-10T03:38:40.963Z | Compiling either v1.16.0 |
| 373 | 2026-06-10T03:38:41.186Z | Compiling usdt-impl v0.6.0 |
| 374 | 2026-06-10T03:38:41.209Z | Compiling itertools v0.14.0 |
| 375 | 2026-06-10T03:38:41.564Z | Compiling regex-automata v0.4.14 |
| 376 | 2026-06-10T03:38:41.716Z | Compiling thread-id v5.1.0 |
| 377 | 2026-06-10T03:38:41.821Z | Compiling heapless v0.8.0 |
| 378 | 2026-06-10T03:38:42.049Z | Checking plain v0.2.3 |
| 379 | 2026-06-10T03:38:42.123Z | Checking log v0.4.32 |
| 380 | 2026-06-10T03:38:42.290Z | Checking bitflags v2.13.0 |
| 381 | 2026-06-10T03:38:42.419Z | Checking hash32 v0.3.1 |
| 382 | 2026-06-10T03:38:42.422Z | Checking cfg-if v1.0.4 |
| 383 | 2026-06-10T03:38:42.497Z | Checking pretty-hex v0.4.2 |
| 384 | 2026-06-10T03:38:42.552Z | Compiling smoltcp v0.11.0 |
| 385 | 2026-06-10T03:38:42.595Z | Checking macaddr v1.0.1 |
| 386 | 2026-06-10T03:38:42.603Z | Checking stable_deref_trait v1.2.1 |
| 387 | 2026-06-10T03:38:42.797Z | Compiling pest_generator v2.8.6 |
| 388 | 2026-06-10T03:38:42.889Z | Compiling darling_core v0.21.3 |
| 389 | 2026-06-10T03:38:42.908Z | Compiling darling_core v0.23.0 |
| 390 | 2026-06-10T03:38:43.043Z | Checking managed v0.8.0 |
| 391 | 2026-06-10T03:38:43.226Z | Compiling crc32fast v1.5.0 |
| 392 | 2026-06-10T03:38:43.282Z | Compiling regex v1.12.4 |
| 393 | 2026-06-10T03:38:43.418Z | Compiling ref-cast v1.0.25 |
| 394 | 2026-06-10T03:38:43.521Z | Checking bitflags v1.3.2 |
| 395 | 2026-06-10T03:38:43.582Z | Compiling version_check v0.9.5 |
| 396 | 2026-06-10T03:38:43.803Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 397 | 2026-06-10T03:38:43.849Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 398 | 2026-06-10T03:38:44.003Z | Compiling thiserror-impl v2.0.18 |
| 399 | 2026-06-10T03:38:44.102Z | Compiling serde_derive v1.0.228 |
| 400 | 2026-06-10T03:38:44.112Z | Compiling zerocopy-derive v0.8.52 |
| 401 | 2026-06-10T03:38:44.122Z | Compiling pest_derive v2.8.6 |
| 402 | 2026-06-10T03:38:44.639Z | Compiling scroll_derive v0.13.1 |
| 403 | 2026-06-10T03:38:44.703Z | Compiling ref-cast-impl v1.0.25 |
| 404 | 2026-06-10T03:38:44.845Z | Checking memmap2 v0.9.10 |
| 405 | 2026-06-10T03:38:44.944Z | Compiling darling_macro v0.21.3 |
| 406 | 2026-06-10T03:38:44.979Z | Compiling darling_macro v0.23.0 |
| 407 | 2026-06-10T03:38:45.179Z | Checking ipnetwork v0.21.1 |
| 408 | 2026-06-10T03:38:45.282Z | Checking dtrace-parser v0.3.0 |
| 409 | 2026-06-10T03:38:45.368Z | Checking cobs v0.3.0 |
| 410 | 2026-06-10T03:38:45.440Z | Checking scroll v0.13.0 |
| 411 | 2026-06-10T03:38:45.480Z | Compiling darling v0.21.3 |
| 412 | 2026-06-10T03:38:45.507Z | Checking unicode-width v0.2.2 |
| 413 | 2026-06-10T03:38:45.521Z | Compiling darling v0.23.0 |
| 414 | 2026-06-10T03:38:45.545Z | Compiling ingot-macros v0.1.1 |
| 415 | 2026-06-10T03:38:45.589Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 416 | 2026-06-10T03:38:45.654Z | Checking goblin v0.10.7 |
| 417 | 2026-06-10T03:38:45.743Z | Checking tabwriter v1.4.1 |
| 418 | 2026-06-10T03:38:46.001Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 419 | 2026-06-10T03:38:46.407Z | Checking dyn-clone v1.0.20 |
| 420 | 2026-06-10T03:38:47.091Z | Checking postcard v1.1.3 |
| 421 | 2026-06-10T03:38:47.110Z | Compiling serde_tokenstream v0.2.3 |
| 422 | 2026-06-10T03:38:48.074Z | Checking ingot-types v0.1.2 |
| 423 | 2026-06-10T03:38:48.074Z | Checking dof v0.4.0 |
| 424 | 2026-06-10T03:38:48.377Z | Checking ingot v0.1.1 |
| 425 | 2026-06-10T03:38:49.004Z | Compiling usdt-attr-macro v0.6.0 |
| 426 | 2026-06-10T03:38:49.007Z | Compiling usdt-macro v0.6.0 |
| 427 | 2026-06-10T03:38:49.590Z | Checking usdt v0.6.0 |
| 428 | 2026-06-10T03:38:49.794Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 429 | 2026-06-10T03:38:58.024Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.06s |
| 430 | 2026-06-10T03:38:58.052Z | |
| 431 | 2026-06-10T03:38:58.056Z | real 19.134566617 |
| 432 | 2026-06-10T03:38:58.056Z | user 1:03.473067894 |
| 433 | 2026-06-10T03:38:58.056Z | sys 12.883121333 |
| 434 | 2026-06-10T03:38:58.056Z | trap 0.032579275 |
| 435 | 2026-06-10T03:38:58.056Z | tflt 0.129956893 |
| 436 | 2026-06-10T03:38:58.056Z | dflt 0.181006746 |
| 437 | 2026-06-10T03:38:58.056Z | kflt 0.000015630 |
| 438 | 2026-06-10T03:38:58.056Z | lock 3:41.954852887 |
| 439 | 2026-06-10T03:38:58.056Z | slp 3:24.918075524 |
| 440 | 2026-06-10T03:38:58.056Z | lat 2.859793070 |
| 441 | 2026-06-10T03:38:58.056Z | stop 6.099330540 |
| 442 | 2026-06-10T03:38:58.056Z | + header 'analyze no_std + engine + kernel' |
| 443 | 2026-06-10T03:38:58.056Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 444 | 2026-06-10T03:38:58.056Z | # ==== analyze no_std + engine + kernel ==== # |
| 445 | 2026-06-10T03:38:58.056Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings |
| 446 | 2026-06-10T03:38:58.232Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 447 | 2026-06-10T03:38:58.235Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 448 | 2026-06-10T03:38:58.254Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 449 | 2026-06-10T03:38:58.257Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 450 | 2026-06-10T03:38:58.520Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 451 | 2026-06-10T03:39:02.731Z | Finished `dev` profile [optimized + debuginfo] target(s) in 4.63s |
| 452 | 2026-06-10T03:39:02.756Z | |
| 453 | 2026-06-10T03:39:02.759Z | real 4.697713788 |
| 454 | 2026-06-10T03:39:02.759Z | user 5.062275845 |
| 455 | 2026-06-10T03:39:02.759Z | sys 0.891665240 |
| 456 | 2026-06-10T03:39:02.759Z | trap 0.000556760 |
| 457 | 2026-06-10T03:39:02.759Z | tflt 0.008826451 |
| 458 | 2026-06-10T03:39:02.759Z | dflt 0.002711681 |
| 459 | 2026-06-10T03:39:02.759Z | kflt 0.000000000 |
| 460 | 2026-06-10T03:39:02.759Z | lock 20.037657284 |
| 461 | 2026-06-10T03:39:02.759Z | slp 18.020064992 |
| 462 | 2026-06-10T03:39:02.760Z | lat 0.021190804 |
| 463 | 2026-06-10T03:39:02.760Z | stop 0.215954172 |
| 464 | 2026-06-10T03:39:02.760Z | + header test |
| 465 | 2026-06-10T03:39:02.760Z | + echo '# ==== test ==== #' |
| 466 | 2026-06-10T03:39:02.760Z | # ==== test ==== # |
| 467 | 2026-06-10T03:39:02.760Z | + ptime -m cargo test |
| 468 | 2026-06-10T03:39:02.909Z | Compiling serde_core v1.0.228 |
| 469 | 2026-06-10T03:39:02.912Z | Compiling thiserror v2.0.18 |
| 470 | 2026-06-10T03:39:02.912Z | Compiling zerocopy v0.8.52 |
| 471 | 2026-06-10T03:39:02.932Z | Compiling memchr v2.8.1 |
| 472 | 2026-06-10T03:39:02.935Z | Compiling byteorder v1.5.0 |
| 473 | 2026-06-10T03:39:02.939Z | Compiling unicode-ident v1.0.24 |
| 474 | 2026-06-10T03:39:02.942Z | Compiling zmij v1.0.21 |
| 475 | 2026-06-10T03:39:02.942Z | Compiling libc v0.2.186 |
| 476 | 2026-06-10T03:39:03.017Z | Compiling proc-macro2 v1.0.106 |
| 477 | 2026-06-10T03:39:03.069Z | Compiling scroll v0.13.0 |
| 478 | 2026-06-10T03:39:03.143Z | Compiling log v0.4.32 |
| 479 | 2026-06-10T03:39:03.277Z | Compiling itoa v1.0.18 |
| 480 | 2026-06-10T03:39:03.312Z | Compiling plain v0.2.3 |
| 481 | 2026-06-10T03:39:03.330Z | Compiling ucd-trie v0.1.7 |
| 482 | 2026-06-10T03:39:03.366Z | Compiling quote v1.0.45 |
| 483 | 2026-06-10T03:39:03.406Z | Compiling goblin v0.10.7 |
| 484 | 2026-06-10T03:39:03.527Z | Compiling pest v2.8.6 |
| 485 | 2026-06-10T03:39:04.023Z | Compiling hash32 v0.3.1 |
| 486 | 2026-06-10T03:39:04.026Z | Compiling cfg-if v1.0.4 |
| 487 | 2026-06-10T03:39:04.085Z | Compiling pretty-hex v0.4.2 |
| 488 | 2026-06-10T03:39:04.182Z | Compiling macaddr v1.0.1 |
| 489 | 2026-06-10T03:39:04.212Z | Compiling stable_deref_trait v1.2.1 |
| 490 | 2026-06-10T03:39:04.285Z | Compiling heapless v0.8.0 |
| 491 | 2026-06-10T03:39:04.426Z | Compiling syn v2.0.117 |
| 492 | 2026-06-10T03:39:04.472Z | Compiling thread-id v5.1.0 |
| 493 | 2026-06-10T03:39:04.547Z | Compiling cobs v0.3.0 |
| 494 | 2026-06-10T03:39:04.741Z | Compiling serde v1.0.228 |
| 495 | 2026-06-10T03:39:04.836Z | Compiling serde_json v1.0.150 |
| 496 | 2026-06-10T03:39:04.884Z | Compiling bitflags v2.13.0 |
| 497 | 2026-06-10T03:39:05.244Z | Compiling dtrace-parser v0.3.0 |
| 498 | 2026-06-10T03:39:05.296Z | Compiling managed v0.8.0 |
| 499 | 2026-06-10T03:39:05.386Z | Compiling bitflags v1.3.2 |
| 500 | 2026-06-10T03:39:05.452Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 501 | 2026-06-10T03:39:05.515Z | Compiling smoltcp v0.11.0 |
| 502 | 2026-06-10T03:39:05.693Z | Compiling ingot-types v0.1.2 |
| 503 | 2026-06-10T03:39:05.801Z | Compiling postcard v1.1.3 |
| 504 | 2026-06-10T03:39:05.862Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 505 | 2026-06-10T03:39:06.088Z | Compiling ingot v0.1.1 |
| 506 | 2026-06-10T03:39:06.137Z | Compiling memmap2 v0.9.10 |
| 507 | 2026-06-10T03:39:06.430Z | Compiling dof v0.4.0 |
| 508 | 2026-06-10T03:39:06.455Z | Compiling either v1.16.0 |
| 509 | 2026-06-10T03:39:06.663Z | Compiling unicode-width v0.2.2 |
| 510 | 2026-06-10T03:39:06.961Z | Compiling ipnetwork v0.21.1 |
| 511 | 2026-06-10T03:39:07.504Z | Compiling usdt-impl v0.6.0 |
| 512 | 2026-06-10T03:39:07.967Z | Compiling usdt v0.6.0 |
| 513 | 2026-06-10T03:39:08.334Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 514 | 2026-06-10T03:39:08.585Z | Compiling tabwriter v1.4.1 |
| 515 | 2026-06-10T03:39:08.802Z | Compiling itertools v0.14.0 |
| 516 | 2026-06-10T03:39:09.005Z | Compiling ref-cast v1.0.25 |
| 517 | 2026-06-10T03:39:09.101Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 518 | 2026-06-10T03:39:09.751Z | Compiling crc32fast v1.5.0 |
| 519 | 2026-06-10T03:39:09.838Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 520 | 2026-06-10T03:39:09.993Z | Compiling dyn-clone v1.0.20 |
| 521 | 2026-06-10T03:39:24.549Z | Finished `test` profile [optimized + debuginfo] target(s) in 21.78s |
| 522 | 2026-06-10T03:39:24.566Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-3483e89f5d24a40c) |
| 523 | 2026-06-10T03:39:24.569Z | |
| 524 | 2026-06-10T03:39:24.569Z | running 83 tests |
| 525 | 2026-06-10T03:39:24.569Z | test ddi::mblk::test::chain_append_links ... ok |
| 526 | 2026-06-10T03:39:24.569Z | test d_error::tests::name_and_data_storage ... ok |
| 527 | 2026-06-10T03:39:24.569Z | test d_error::tests::name_truncation ... ok |
| 528 | 2026-06-10T03:39:24.569Z | test ddi::mblk::test::chain_breaks_links ... ok |
| 529 | 2026-06-10T03:39:24.569Z | test ddi::mblk::test::chain_has_correct_ends ... ok |
| 530 | 2026-06-10T03:39:24.569Z | test ddi::mblk::test::chain_drain_complete ... ok |
| 531 | 2026-06-10T03:39:24.569Z | test ddi::mblk::test::prefix_len ... ok |
| 532 | 2026-06-10T03:39:24.569Z | test ddi::mblk::test::expand_and_shrink ... ok |
| 533 | 2026-06-10T03:39:24.569Z | test ddi::mblk::test::read_seg ... ok |
| 534 | 2026-06-10T03:39:24.569Z | test ddi::mblk::test::test_long_packet_continuation ... ok |
| 535 | 2026-06-10T03:39:24.569Z | test ddi::mblk::test::truncate ... ok |
| 536 | 2026-06-10T03:39:24.569Z | test ddi::mblk::test::uninitialized_packet ... ok |
| 537 | 2026-06-10T03:39:24.569Z | test ddi::mblk::test::wrap ... ok |
| 538 | 2026-06-10T03:39:24.569Z | test ddi::mblk::test::zero_byte_packet ... ok |
| 539 | 2026-06-10T03:39:24.573Z | test ddi::time::test::good_interval ... ok |
| 540 | 2026-06-10T03:39:24.573Z | test engine::dhcp::test::domain_search_option_encode ... ok |
| 541 | 2026-06-10T03:39:24.573Z | test engine::dhcp::test::domainname_encode ... ok |
| 542 | 2026-06-10T03:39:24.573Z | test engine::dhcp::test::hostname_encode ... ok |
| 543 | 2026-06-10T03:39:24.573Z | test engine::dhcp::test::rfc3442_encode ... ok |
| 544 | 2026-06-10T03:39:24.573Z | test engine::dhcpv6::options::test::test_elapsed_time ... ok |
| 545 | 2026-06-10T03:39:24.573Z | test engine::dhcpv6::options::test::test_dns_servers ... ok |
| 546 | 2026-06-10T03:39:24.573Z | test engine::dhcpv6::options::test::test_iana ... ok |
| 547 | 2026-06-10T03:39:24.573Z | test engine::dhcpv6::options::test::test_domain_list_from_slice ... ok |
| 548 | 2026-06-10T03:39:24.573Z | test engine::dhcp::test::offlink_encode ... ok |
| 549 | 2026-06-10T03:39:24.573Z | test engine::dhcpv6::options::test::test_client_id ... ok |
| 550 | 2026-06-10T03:39:24.573Z | test engine::dhcpv6::options::test::test_iata ... ok |
| 551 | 2026-06-10T03:39:24.573Z | test engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok |
| 552 | 2026-06-10T03:39:24.573Z | test ddi::time::test::bad_interval - should panic ... ok |
| 553 | 2026-06-10T03:39:24.573Z | test engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok |
| 554 | 2026-06-10T03:39:24.573Z | test engine::dhcpv6::options::test::test_parse_snooped_iana ... ok |
| 555 | 2026-06-10T03:39:24.573Z | test engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok |
| 556 | 2026-06-10T03:39:24.573Z | test engine::dhcpv6::options::test::test_option_request ... ok |
| 557 | 2026-06-10T03:39:24.573Z | test engine::dhcpv6::options::test::test_rapid_commit ... ok |
| 558 | 2026-06-10T03:39:24.573Z | test engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok |
| 559 | 2026-06-10T03:39:24.573Z | test engine::dhcpv6::options::test::test_server_id ... ok |
| 560 | 2026-06-10T03:39:24.573Z | test engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok |
| 561 | 2026-06-10T03:39:24.573Z | test engine::dhcpv6::options::test::test_sntp_servers ... ok |
| 562 | 2026-06-10T03:39:24.573Z | test engine::dhcpv6::test::test_duid_from_mac ... ok |
| 563 | 2026-06-10T03:39:24.573Z | test engine::ether::test::emit ... ok |
| 564 | 2026-06-10T03:39:24.573Z | test engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok |
| 565 | 2026-06-10T03:39:24.573Z | test engine::flow_table::test::children_prevent_timer_expiry ... ok |
| 566 | 2026-06-10T03:39:24.573Z | test engine::dhcpv6::options::test::test_status ... ok |
| 567 | 2026-06-10T03:39:24.573Z | test engine::flow_table::test::flow_clear ... ok |
| 568 | 2026-06-10T03:39:24.574Z | test engine::flow_table::test::eviction_invalidates_descendents ... ok |
| 569 | 2026-06-10T03:39:24.574Z | test engine::flow_table::test::priority_lerp_rejects_bad_params ... ok |
| 570 | 2026-06-10T03:39:24.574Z | test engine::flow_table::test::flow_expired ... ok |
| 571 | 2026-06-10T03:39:24.574Z | test engine::flow_table::test::eviction_priority_inheritance ... ok |
| 572 | 2026-06-10T03:39:24.574Z | test engine::flow_table::test::eviction_selects_highest_prio ... ok |
| 573 | 2026-06-10T03:39:24.574Z | test engine::flow_table::test::eviction_basics ... ok |
| 574 | 2026-06-10T03:39:24.574Z | test engine::flow_table::test::priority_lerp_clamps ... ok |
| 575 | 2026-06-10T03:39:24.574Z | test engine::flow_table::test::priority_lerp ... ok |
| 576 | 2026-06-10T03:39:24.574Z | test engine::flow_table::test::timer_expiry_propagation ... ok |
| 577 | 2026-06-10T03:39:24.574Z | test engine::ip::v4::test::match_check ... ok |
| 578 | 2026-06-10T03:39:24.574Z | test engine::ip::v4::test::cidr_match ... ok |
| 579 | 2026-06-10T03:39:24.574Z | test engine::ip::v4::test::emit ... ok |
| 580 | 2026-06-10T03:39:24.574Z | test engine::geneve::test::emit_no_opts ... ok |
| 581 | 2026-06-10T03:39:24.574Z | test engine::ip::v6::test::bad_ipv6_version_caught ... ok |
| 582 | 2026-06-10T03:39:24.574Z | test engine::geneve::test::emit_single_opt ... ok |
| 583 | 2026-06-10T03:39:24.574Z | test engine::ip::v6::test::emit ... ok |
| 584 | 2026-06-10T03:39:24.574Z | test engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok |
| 585 | 2026-06-10T03:39:24.574Z | test engine::ip::v6::test::extension_push_spec ... ok |
| 586 | 2026-06-10T03:39:24.574Z | test engine::ip::v6::test::test_ipv6_addr_match_exact ... ok |
| 587 | 2026-06-10T03:39:24.574Z | test engine::ip::v6::test::option_push_spec ... ok |
| 588 | 2026-06-10T03:39:24.574Z | test engine::ip::v6::test::from_pairs ... ok |
| 589 | 2026-06-10T03:39:24.574Z | test engine::packet::test::read_multi_segment ... ok |
| 590 | 2026-06-10T03:39:24.574Z | test engine::ip::v6::test::test_extension_header_lengths_ok ... ok |
| 591 | 2026-06-10T03:39:24.574Z | test engine::packet::test::read_single_segment ... ok |
| 592 | 2026-06-10T03:39:24.574Z | test engine::layer::test::find_rule ... ok |
| 593 | 2026-06-10T03:39:24.574Z | test engine::nat::test::nat4_rewrite ... ok |
| 594 | 2026-06-10T03:39:24.574Z | test engine::packet::test::straddled_tcp ... ok |
| 595 | 2026-06-10T03:39:24.574Z | test engine::packet::test::small_packet_with_padding ... ok |
| 596 | 2026-06-10T03:39:24.574Z | test engine::packet::test::parse_ipv6_extension_headers_ok ... ok |
| 597 | 2026-06-10T03:39:24.574Z | test engine::packet::test::udp6_packet_with_padding ... ok |
| 598 | 2026-06-10T03:39:24.574Z | test engine::parse::test::icmp4_body_csum_equals_body ... ok |
| 599 | 2026-06-10T03:39:24.574Z | test engine::ip::v6::test::test_set_total_len ... ok |
| 600 | 2026-06-10T03:39:24.574Z | test engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok |
| 601 | 2026-06-10T03:39:24.574Z | test engine::port::tests::opening_tcp_eviction_prio_increases_over_time ... ok |
| 602 | 2026-06-10T03:39:24.574Z | test engine::snat::test::nat_mappings ... ok |
| 603 | 2026-06-10T03:39:24.574Z | test engine::snat::test::test_nat_pool_different_ip_types ... ok |
| 604 | 2026-06-10T03:39:24.574Z | test engine::port::tests::established_tcp_eviction_prio_unchanging ... ok |
| 605 | 2026-06-10T03:39:24.574Z | test engine::snat::test::snat4_desc_lifecycle ... ok |
| 606 | 2026-06-10T03:39:24.574Z | test engine::rule::rule_matching ... ok |
| 607 | 2026-06-10T03:39:24.575Z | test engine::ip::v6::test::push_spec ... ok |
| 608 | 2026-06-10T03:39:24.575Z | |
| 609 | 2026-06-10T03:39:24.575Z | test result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 610 | 2026-06-10T03:39:24.575Z | |
| 611 | 2026-06-10T03:39:24.575Z | Doc-tests opte |
| 612 | 2026-06-10T03:39:26.525Z | |
| 613 | 2026-06-10T03:39:26.525Z | running 3 tests |
| 614 | 2026-06-10T03:39:26.529Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored |
| 615 | 2026-06-10T03:39:26.529Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok |
| 616 | 2026-06-10T03:39:26.529Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok |
| 617 | 2026-06-10T03:39:26.529Z | |
| 618 | 2026-06-10T03:39:26.529Z | test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 619 | 2026-06-10T03:39:26.529Z | |
| 620 | 2026-06-10T03:39:26.534Z | all doctests ran in 1.39s; merged doctests compilation took 1.38s |
| 621 | 2026-06-10T03:39:26.573Z | |
| 622 | 2026-06-10T03:39:26.573Z | real 23.806766087 |
| 623 | 2026-06-10T03:39:26.573Z | user 1:59.790229579 |
| 624 | 2026-06-10T03:39:26.573Z | sys 7.196384970 |
| 625 | 2026-06-10T03:39:26.573Z | trap 0.054614280 |
| 626 | 2026-06-10T03:39:26.573Z | tflt 0.134020462 |
| 627 | 2026-06-10T03:39:26.576Z | dflt 0.363740787 |
| 628 | 2026-06-10T03:39:26.576Z | kflt 0.000001260 |
| 629 | 2026-06-10T03:39:26.576Z | lock 5:50.679114784 |
| 630 | 2026-06-10T03:39:26.577Z | slp 3:38.236319387 |
| 631 | 2026-06-10T03:39:26.577Z | lat 5.368114886 |
| 632 | 2026-06-10T03:39:26.577Z | stop 2.908342054 |
| 633 | 2026-06-10T03:39:26.577Z | process exited: duration 127486 ms, exit code 0 |
| |
| 634 | 2026-06-10T03:39:26.583Z | found 0 output files |