|
|
|
| 1 | 2026-02-20T04:21:42.818Z | job assigned to worker 01KHWME9CJZFAC5JBZ1C60WBZH [factory aws, i-0bb0ca06c56db6c6c] (queued for 40 s) |
| |
| 2 | 2026-02-20T04:21:51.020Z | starting task 0: "setup" |
| 3 | 2026-02-20T04:21:51.040Z | ++ uname -s |
| 4 | 2026-02-20T04:21:51.040Z | + kern=SunOS |
| 5 | 2026-02-20T04:21:51.040Z | + build_user=build |
| 6 | 2026-02-20T04:21:51.040Z | + build_uid=12345 |
| 7 | 2026-02-20T04:21:51.040Z | + work_dir=/work |
| 8 | 2026-02-20T04:21:51.040Z | + input_dir=/input |
| 9 | 2026-02-20T04:21:51.040Z | + [[ 0 == 12345 ]] |
| 10 | 2026-02-20T04:21:51.040Z | + case "$kern" in |
| 11 | 2026-02-20T04:21:51.041Z | + groupadd -g 12345 build |
| 12 | 2026-02-20T04:21:51.041Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-02-20T04:21:53.027Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-02-20T04:21:53.162Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-02-20T04:21:53.181Z | + home_fs=zfs |
| 16 | 2026-02-20T04:21:53.181Z | + [[ zfs == autofs ]] |
| 17 | 2026-02-20T04:21:53.182Z | + mkdir -p /home/build |
| 18 | 2026-02-20T04:21:53.182Z | + chown build:build /home/build /work |
| 19 | 2026-02-20T04:21:55.166Z | + chmod 0700 /home/build /work |
| 20 | 2026-02-20T04:21:55.176Z | process exited: duration 4160 ms, exit code 0 |
| |
| 21 | 2026-02-20T04:21:55.201Z | starting task 1: "rust-toolchain" |
| 22 | 2026-02-20T04:21:55.213Z | * rust toolchain channel = "1.90.0" |
| 23 | 2026-02-20T04:21:55.213Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 24 | 2026-02-20T04:21:55.213Z | * rust toolchain profile = "default" |
| 25 | 2026-02-20T04:21:55.213Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-02-20T04:21:55.213Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-02-20T04:21:55.213Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-02-20T04:21:55.214Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-02-20T04:21:55.214Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-02-20T04:21:55.347Z | info: downloading installer |
| 31 | 2026-02-20T04:21:57.350Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-02-20T04:21:57.350Z | warn: /opt/ooce/bin |
| 33 | 2026-02-20T04:21:57.350Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-02-20T04:21:57.350Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-02-20T04:21:57.350Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-02-20T04:21:57.350Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-02-20T04:21:57.350Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-02-20T04:21:57.350Z | error: cannot install while Rust is installed |
| 39 | 2026-02-20T04:21:57.350Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-02-20T04:21:57.364Z | info: profile set to 'default' |
| 41 | 2026-02-20T04:21:57.364Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-02-20T04:21:57.368Z | info: syncing channel updates for '1.90.0-x86_64-unknown-illumos' |
| 43 | 2026-02-20T04:21:57.557Z | info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14) |
| 44 | 2026-02-20T04:21:57.557Z | info: downloading component 'cargo' |
| 45 | 2026-02-20T04:21:58.684Z | info: downloading component 'clippy' |
| 46 | 2026-02-20T04:21:59.056Z | info: downloading component 'rust-docs' |
| 47 | 2026-02-20T04:22:00.518Z | info: downloading component 'rust-std' |
| 48 | 2026-02-20T04:22:02.861Z | info: downloading component 'rustc' |
| 49 | 2026-02-20T04:22:10.079Z | info: downloading component 'rustfmt' |
| 50 | 2026-02-20T04:22:10.414Z | info: installing component 'cargo' |
| 51 | 2026-02-20T04:22:11.319Z | info: installing component 'clippy' |
| 52 | 2026-02-20T04:22:11.726Z | info: installing component 'rust-docs' |
| 53 | 2026-02-20T04:22:13.568Z | info: installing component 'rust-std' |
| 54 | 2026-02-20T04:22:15.495Z | info: installing component 'rustc' |
| 55 | 2026-02-20T04:22:22.048Z | info: installing component 'rustfmt' |
| 56 | 2026-02-20T04:22:22.385Z | info: default toolchain set to '1.90.0-x86_64-unknown-illumos' |
| 57 | 2026-02-20T04:22:22.385Z | |
| 58 | 2026-02-20T04:22:22.808Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 59 | 2026-02-20T04:22:22.808Z | |
| 60 | 2026-02-20T04:22:22.811Z | |
| 61 | 2026-02-20T04:22:22.811Z | Rust is installed now. Great! |
| 62 | 2026-02-20T04:22:22.811Z | |
| 63 | 2026-02-20T04:22:22.811Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-02-20T04:22:22.811Z | environment variable. This has not been done automatically. |
| 65 | 2026-02-20T04:22:22.811Z | |
| 66 | 2026-02-20T04:22:22.811Z | To configure your current shell, you need to source |
| 67 | 2026-02-20T04:22:22.811Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-02-20T04:22:22.811Z | |
| 69 | 2026-02-20T04:22:22.812Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-02-20T04:22:22.812Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-02-20T04:22:22.812Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-02-20T04:22:22.812Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-02-20T04:22:22.933Z | + rustup --version |
| 74 | 2026-02-20T04:22:22.948Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-02-20T04:22:22.952Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-02-20T04:22:23.054Z | info: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 77 | 2026-02-20T04:22:23.058Z | + cargo --version |
| 78 | 2026-02-20T04:22:23.123Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 79 | 2026-02-20T04:22:23.126Z | + rustc --version |
| 80 | 2026-02-20T04:22:23.197Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 81 | 2026-02-20T04:22:23.201Z | process exited: duration 28001 ms, exit code 0 |
| |
| 82 | 2026-02-20T04:22:23.210Z | starting task 2: "authentication" |
| 83 | 2026-02-20T04:22:23.233Z | process exited: duration 23 ms, exit code 0 |
| |
| 84 | 2026-02-20T04:22:23.242Z | starting task 3: "clone repository" |
| 85 | 2026-02-20T04:22:23.247Z | + mkdir -p /work/oxidecomputer/opte |
| 86 | 2026-02-20T04:22:23.251Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 87 | 2026-02-20T04:22:23.334Z | Cloning into '/work/oxidecomputer/opte'... |
| 88 | 2026-02-20T04:22:24.187Z | + cd /work/oxidecomputer/opte |
| 89 | 2026-02-20T04:22:24.187Z | + git fetch origin f0e8206a98387983b689619462d7dd34162041fe |
| 90 | 2026-02-20T04:22:24.429Z | From https://github.com/oxidecomputer/opte |
| 91 | 2026-02-20T04:22:24.429Z | * branch f0e8206a98387983b689619462d7dd34162041fe -> FETCH_HEAD |
| 92 | 2026-02-20T04:22:24.437Z | + [[ -n '' ]] |
| 93 | 2026-02-20T04:22:24.438Z | + git reset --hard f0e8206a98387983b689619462d7dd34162041fe |
| 94 | 2026-02-20T04:22:24.463Z | HEAD is now at f0e8206 Update Rust crate clap to v4.5.60 |
| 95 | 2026-02-20T04:22:24.466Z | process exited: duration 1222 ms, exit code 0 |
| |
| 96 | 2026-02-20T04:22:24.475Z | starting task 4: "build" |
| 97 | 2026-02-20T04:22:24.480Z | + source .github/buildomat/common.sh |
| 98 | 2026-02-20T04:22:24.481Z | ++ rustup show active-toolchain |
| 99 | 2026-02-20T04:22:24.532Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 100 | 2026-02-20T04:22:24.536Z | ++ pushd xde |
| 101 | 2026-02-20T04:22:24.536Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 102 | 2026-02-20T04:22:24.536Z | ++ rustup show active-toolchain |
| 103 | 2026-02-20T04:22:24.540Z | info: syncing channel updates for 'nightly-2025-09-19-x86_64-unknown-illumos' |
| 104 | 2026-02-20T04:22:25.147Z | info: latest update on 2025-09-19, rust version 1.92.0-nightly (7c275d09e 2025-09-18) |
| 105 | 2026-02-20T04:22:25.147Z | info: downloading component 'cargo' |
| 106 | 2026-02-20T04:22:26.596Z | info: downloading component 'clippy' |
| 107 | 2026-02-20T04:22:27.212Z | info: downloading component 'rust-src' |
| 108 | 2026-02-20T04:22:27.691Z | info: downloading component 'rust-std' |
| 109 | 2026-02-20T04:22:29.928Z | info: downloading component 'rustc' |
| 110 | 2026-02-20T04:22:38.840Z | info: downloading component 'rustfmt' |
| 111 | 2026-02-20T04:22:39.558Z | info: installing component 'cargo' |
| 112 | 2026-02-20T04:22:40.474Z | info: installing component 'clippy' |
| 113 | 2026-02-20T04:22:40.871Z | info: installing component 'rust-src' |
| 114 | 2026-02-20T04:22:41.241Z | info: installing component 'rust-std' |
| 115 | 2026-02-20T04:22:42.946Z | info: installing component 'rustc' |
| 116 | 2026-02-20T04:22:49.543Z | info: installing component 'rustfmt' |
| 117 | 2026-02-20T04:22:49.888Z | nightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 118 | 2026-02-20T04:22:49.975Z | +++ rustup show active-toolchain -v |
| 119 | 2026-02-20T04:22:49.978Z | +++ head -n 1 |
| 120 | 2026-02-20T04:22:49.978Z | +++ cut '-d ' -f1 |
| 121 | 2026-02-20T04:22:50.092Z | ++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos |
| 122 | 2026-02-20T04:22:50.092Z | ++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos |
| 123 | 2026-02-20T04:22:50.092Z | ++ popd |
| 124 | 2026-02-20T04:22:50.096Z | /work/oxidecomputer/opte |
| 125 | 2026-02-20T04:22:50.096Z | + cargo --version |
| 126 | 2026-02-20T04:22:50.151Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 127 | 2026-02-20T04:22:50.154Z | + rustc --version |
| 128 | 2026-02-20T04:22:50.228Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 129 | 2026-02-20T04:22:50.231Z | + cd lib/opte |
| 130 | 2026-02-20T04:22:50.231Z | + header 'check style' |
| 131 | 2026-02-20T04:22:50.231Z | + echo '# ==== check style ==== #' |
| 132 | 2026-02-20T04:22:50.231Z | # ==== check style ==== # |
| 133 | 2026-02-20T04:22:50.231Z | + ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos fmt -- --check |
| 134 | 2026-02-20T04:22:50.623Z | |
| 135 | 2026-02-20T04:22:50.623Z | real 0.387535237 |
| 136 | 2026-02-20T04:22:50.623Z | user 0.303180504 |
| 137 | 2026-02-20T04:22:50.623Z | sys 0.076978911 |
| 138 | 2026-02-20T04:22:50.623Z | trap 0.000053819 |
| 139 | 2026-02-20T04:22:50.627Z | tflt 0.000031213 |
| 140 | 2026-02-20T04:22:50.627Z | dflt 0.000008747 |
| 141 | 2026-02-20T04:22:50.627Z | kflt 0.000000000 |
| 142 | 2026-02-20T04:22:50.627Z | lock 0.736281059 |
| 143 | 2026-02-20T04:22:50.627Z | slp 0.404349658 |
| 144 | 2026-02-20T04:22:50.627Z | lat 0.002023364 |
| 145 | 2026-02-20T04:22:50.627Z | stop 0.000155753 |
| 146 | 2026-02-20T04:22:50.627Z | + header 'check docs' |
| 147 | 2026-02-20T04:22:50.627Z | + echo '# ==== check docs ==== #' |
| 148 | 2026-02-20T04:22:50.627Z | # ==== check docs ==== # |
| 149 | 2026-02-20T04:22:50.627Z | + RUSTDOCFLAGS='-D warnings' |
| 150 | 2026-02-20T04:22:50.627Z | + ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 151 | 2026-02-20T04:22:50.721Z | Updating crates.io index |
| 152 | 2026-02-20T04:22:50.725Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 153 | 2026-02-20T04:22:51.608Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 154 | 2026-02-20T04:22:51.891Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 155 | 2026-02-20T04:22:52.246Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 156 | 2026-02-20T04:22:52.513Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 157 | 2026-02-20T04:22:52.892Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 158 | 2026-02-20T04:22:53.163Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 159 | 2026-02-20T04:22:55.081Z | Downloading crates ... |
| 160 | 2026-02-20T04:22:55.132Z | Downloaded hash32 v0.3.1 |
| 161 | 2026-02-20T04:22:55.135Z | Downloaded byteorder v1.5.0 |
| 162 | 2026-02-20T04:22:55.140Z | Downloaded defmt v1.0.1 |
| 163 | 2026-02-20T04:22:55.143Z | Downloaded strsim v0.11.1 |
| 164 | 2026-02-20T04:22:55.146Z | Downloaded itoa v1.0.17 |
| 165 | 2026-02-20T04:22:55.146Z | Downloaded pest_generator v2.8.6 |
| 166 | 2026-02-20T04:22:55.150Z | Downloaded cfg-if v1.0.4 |
| 167 | 2026-02-20T04:22:55.150Z | Downloaded dof v0.4.0 |
| 168 | 2026-02-20T04:22:55.154Z | Downloaded darling_macro v0.21.3 |
| 169 | 2026-02-20T04:22:55.154Z | Downloaded cpufeatures v0.2.17 |
| 170 | 2026-02-20T04:22:55.154Z | Downloaded digest v0.10.7 |
| 171 | 2026-02-20T04:22:55.158Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 172 | 2026-02-20T04:22:55.158Z | Downloaded generic-array v0.14.7 |
| 173 | 2026-02-20T04:22:55.158Z | Downloaded bitflags v1.3.2 |
| 174 | 2026-02-20T04:22:55.161Z | Downloaded sha2 v0.10.9 |
| 175 | 2026-02-20T04:22:55.161Z | Downloaded cobs v0.3.0 |
| 176 | 2026-02-20T04:22:55.165Z | Downloaded block-buffer v0.10.4 |
| 177 | 2026-02-20T04:22:55.165Z | Downloaded plain v0.2.3 |
| 178 | 2026-02-20T04:22:55.168Z | Downloaded fnv v1.0.7 |
| 179 | 2026-02-20T04:22:55.168Z | Downloaded ingot v0.1.1 |
| 180 | 2026-02-20T04:22:55.168Z | Downloaded usdt v0.6.0 |
| 181 | 2026-02-20T04:22:55.168Z | Downloaded zmij v1.0.20 |
| 182 | 2026-02-20T04:22:55.174Z | Downloaded usdt-macro v0.6.0 |
| 183 | 2026-02-20T04:22:55.193Z | Downloaded managed v0.8.0 |
| 184 | 2026-02-20T04:22:55.197Z | Downloaded ref-cast-impl v1.0.25 |
| 185 | 2026-02-20T04:22:55.204Z | Downloaded usdt-attr-macro v0.6.0 |
| 186 | 2026-02-20T04:22:55.208Z | Downloaded ident_case v1.0.1 |
| 187 | 2026-02-20T04:22:55.211Z | Downloaded embedded-io v0.4.0 |
| 188 | 2026-02-20T04:22:55.211Z | Downloaded serde_tokenstream v0.2.2 |
| 189 | 2026-02-20T04:22:55.216Z | Downloaded quote v1.0.44 |
| 190 | 2026-02-20T04:22:55.216Z | Downloaded proc-macro-error2 v2.0.1 |
| 191 | 2026-02-20T04:22:55.219Z | Downloaded version_check v0.9.5 |
| 192 | 2026-02-20T04:22:55.223Z | Downloaded embedded-io v0.6.1 |
| 193 | 2026-02-20T04:22:55.223Z | Downloaded tabwriter v1.4.1 |
| 194 | 2026-02-20T04:22:55.227Z | Downloaded pretty-hex v0.4.1 |
| 195 | 2026-02-20T04:22:55.227Z | Downloaded defmt-macros v1.0.1 |
| 196 | 2026-02-20T04:22:55.230Z | Downloaded memmap2 v0.9.9 |
| 197 | 2026-02-20T04:22:55.230Z | Downloaded proc-macro2 v1.0.106 |
| 198 | 2026-02-20T04:22:55.233Z | Downloaded thread-id v5.1.0 |
| 199 | 2026-02-20T04:22:55.236Z | Downloaded ref-cast v1.0.25 |
| 200 | 2026-02-20T04:22:55.236Z | Downloaded macaddr v1.0.1 |
| 201 | 2026-02-20T04:22:55.239Z | Downloaded scroll_derive v0.13.1 |
| 202 | 2026-02-20T04:22:55.240Z | Downloaded stable_deref_trait v1.2.1 |
| 203 | 2026-02-20T04:22:55.240Z | Downloaded defmt v0.3.100 |
| 204 | 2026-02-20T04:22:55.240Z | Downloaded defmt-parser v1.0.0 |
| 205 | 2026-02-20T04:22:55.243Z | Downloaded serde v1.0.228 |
| 206 | 2026-02-20T04:22:55.246Z | Downloaded pest_meta v2.8.6 |
| 207 | 2026-02-20T04:22:55.251Z | Downloaded dyn-clone v1.0.20 |
| 208 | 2026-02-20T04:22:55.254Z | Downloaded crypto-common v0.1.7 |
| 209 | 2026-02-20T04:22:55.261Z | Downloaded ipnetwork v0.21.1 |
| 210 | 2026-02-20T04:22:55.264Z | Downloaded thiserror v2.0.18 |
| 211 | 2026-02-20T04:22:55.267Z | Downloaded darling v0.21.3 |
| 212 | 2026-02-20T04:22:55.272Z | Downloaded dtrace-parser v0.3.0 |
| 213 | 2026-02-20T04:22:55.275Z | Downloaded crc32fast v1.5.0 |
| 214 | 2026-02-20T04:22:55.275Z | Downloaded thiserror-impl v2.0.18 |
| 215 | 2026-02-20T04:22:55.278Z | Downloaded memchr v2.8.0 |
| 216 | 2026-02-20T04:22:55.282Z | Downloaded usdt-impl v0.6.0 |
| 217 | 2026-02-20T04:22:55.286Z | Downloaded scroll v0.13.0 |
| 218 | 2026-02-20T04:22:55.286Z | Downloaded ingot-types v0.1.2 |
| 219 | 2026-02-20T04:22:55.292Z | Downloaded either v1.15.0 |
| 220 | 2026-02-20T04:22:55.302Z | Downloaded ucd-trie v0.1.7 |
| 221 | 2026-02-20T04:22:55.306Z | Downloaded bitflags v2.10.0 |
| 222 | 2026-02-20T04:22:55.311Z | Downloaded zerocopy-derive v0.8.39 |
| 223 | 2026-02-20T04:22:55.319Z | Downloaded serde_derive v1.0.228 |
| 224 | 2026-02-20T04:22:55.325Z | Downloaded serde_core v1.0.228 |
| 225 | 2026-02-20T04:22:55.330Z | Downloaded log v0.4.29 |
| 226 | 2026-02-20T04:22:55.330Z | Downloaded postcard v1.1.3 |
| 227 | 2026-02-20T04:22:55.330Z | Downloaded darling_core v0.21.3 |
| 228 | 2026-02-20T04:22:55.333Z | Downloaded unicode-ident v1.0.23 |
| 229 | 2026-02-20T04:22:55.339Z | Downloaded pest_derive v2.8.6 |
| 230 | 2026-02-20T04:22:55.339Z | Downloaded ingot-macros v0.1.1 |
| 231 | 2026-02-20T04:22:55.347Z | Downloaded heapless v0.8.0 |
| 232 | 2026-02-20T04:22:55.354Z | Downloaded regex v1.12.3 |
| 233 | 2026-02-20T04:22:55.359Z | Downloaded typenum v1.19.0 |
| 234 | 2026-02-20T04:22:55.361Z | Downloaded itertools v0.14.0 |
| 235 | 2026-02-20T04:22:55.386Z | Downloaded serde_json v1.0.149 |
| 236 | 2026-02-20T04:22:55.397Z | Downloaded pest v2.8.6 |
| 237 | 2026-02-20T04:22:55.429Z | Downloaded aho-corasick v1.1.4 |
| 238 | 2026-02-20T04:22:55.459Z | Downloaded zerocopy v0.8.39 |
| 239 | 2026-02-20T04:22:55.477Z | Downloaded unicode-width v0.2.2 |
| 240 | 2026-02-20T04:22:55.482Z | Downloaded goblin v0.10.4 |
| 241 | 2026-02-20T04:22:55.488Z | Downloaded syn v2.0.114 |
| 242 | 2026-02-20T04:22:55.497Z | Downloaded smoltcp v0.11.0 |
| 243 | 2026-02-20T04:22:55.507Z | Downloaded regex-syntax v0.8.9 |
| 244 | 2026-02-20T04:22:55.549Z | Downloaded regex-automata v0.4.14 |
| 245 | 2026-02-20T04:22:55.562Z | Downloaded libc v0.2.180 |
| 246 | 2026-02-20T04:22:55.640Z | Compiling proc-macro2 v1.0.106 |
| 247 | 2026-02-20T04:22:55.640Z | Compiling quote v1.0.44 |
| 248 | 2026-02-20T04:22:55.643Z | Compiling unicode-ident v1.0.23 |
| 249 | 2026-02-20T04:22:55.643Z | Documenting unicode-ident v1.0.23 |
| 250 | 2026-02-20T04:22:55.643Z | Compiling strsim v0.11.1 |
| 251 | 2026-02-20T04:22:55.644Z | Compiling ident_case v1.0.1 |
| 252 | 2026-02-20T04:22:55.644Z | Compiling fnv v1.0.7 |
| 253 | 2026-02-20T04:22:55.869Z | Compiling serde_core v1.0.228 |
| 254 | 2026-02-20T04:22:55.879Z | Checking memchr v2.8.0 |
| 255 | 2026-02-20T04:22:56.301Z | Compiling zerocopy v0.8.39 |
| 256 | 2026-02-20T04:22:56.403Z | Compiling thiserror v2.0.18 |
| 257 | 2026-02-20T04:22:56.419Z | Compiling serde v1.0.228 |
| 258 | 2026-02-20T04:22:56.547Z | Compiling regex-syntax v0.8.9 |
| 259 | 2026-02-20T04:22:56.657Z | Checking aho-corasick v1.1.4 |
| 260 | 2026-02-20T04:22:57.022Z | Documenting proc-macro2 v1.0.106 |
| 261 | 2026-02-20T04:22:57.408Z | Documenting ident_case v1.0.1 |
| 262 | 2026-02-20T04:22:58.220Z | Compiling syn v2.0.114 |
| 263 | 2026-02-20T04:22:58.235Z | Documenting quote v1.0.44 |
| 264 | 2026-02-20T04:22:58.266Z | Documenting strsim v0.11.1 |
| 265 | 2026-02-20T04:22:58.445Z | Documenting fnv v1.0.7 |
| 266 | 2026-02-20T04:22:59.216Z | Documenting syn v2.0.114 |
| 267 | 2026-02-20T04:22:59.235Z | Compiling either v1.15.0 |
| 268 | 2026-02-20T04:22:59.676Z | Checking byteorder v1.5.0 |
| 269 | 2026-02-20T04:23:00.009Z | Compiling itertools v0.14.0 |
| 270 | 2026-02-20T04:23:00.432Z | Compiling regex-automata v0.4.14 |
| 271 | 2026-02-20T04:23:00.860Z | Documenting memchr v2.8.0 |
| 272 | 2026-02-20T04:23:01.742Z | Compiling heapless v0.8.0 |
| 273 | 2026-02-20T04:23:02.238Z | Documenting aho-corasick v1.1.4 |
| 274 | 2026-02-20T04:23:02.623Z | Checking bitflags v2.10.0 |
| 275 | 2026-02-20T04:23:02.856Z | Checking hash32 v0.3.1 |
| 276 | 2026-02-20T04:23:02.930Z | Documenting serde_core v1.0.228 |
| 277 | 2026-02-20T04:23:03.035Z | Checking macaddr v1.0.1 |
| 278 | 2026-02-20T04:23:03.312Z | Documenting regex-syntax v0.8.9 |
| 279 | 2026-02-20T04:23:03.511Z | Checking darling_core v0.21.3 |
| 280 | 2026-02-20T04:23:03.894Z | Checking stable_deref_trait v1.2.1 |
| 281 | 2026-02-20T04:23:03.988Z | Checking cfg-if v1.0.4 |
| 282 | 2026-02-20T04:23:04.658Z | Documenting darling_core v0.21.3 |
| 283 | 2026-02-20T04:23:05.693Z | Compiling regex v1.12.3 |
| 284 | 2026-02-20T04:23:05.700Z | Documenting regex-automata v0.4.14 |
| 285 | 2026-02-20T04:23:05.927Z | Compiling smoltcp v0.11.0 |
| 286 | 2026-02-20T04:23:06.579Z | Documenting serde_derive v1.0.228 |
| 287 | 2026-02-20T04:23:06.868Z | Documenting thiserror-impl v2.0.18 |
| 288 | 2026-02-20T04:23:06.879Z | Documenting zerocopy-derive v0.8.39 |
| 289 | 2026-02-20T04:23:07.201Z | Documenting darling_macro v0.21.3 |
| 290 | 2026-02-20T04:23:08.166Z | Compiling zerocopy-derive v0.8.39 |
| 291 | 2026-02-20T04:23:08.392Z | Compiling thiserror-impl v2.0.18 |
| 292 | 2026-02-20T04:23:08.962Z | Compiling serde_derive v1.0.228 |
| 293 | 2026-02-20T04:23:08.971Z | Documenting regex v1.12.3 |
| 294 | 2026-02-20T04:23:09.537Z | Checking managed v0.8.0 |
| 295 | 2026-02-20T04:23:09.653Z | Checking bitflags v1.3.2 |
| 296 | 2026-02-20T04:23:09.756Z | Documenting byteorder v1.5.0 |
| 297 | 2026-02-20T04:23:09.920Z | Documenting bitflags v2.10.0 |
| 298 | 2026-02-20T04:23:09.992Z | Compiling darling_macro v0.21.3 |
| 299 | 2026-02-20T04:23:10.106Z | Compiling crc32fast v1.5.0 |
| 300 | 2026-02-20T04:23:10.620Z | Compiling ref-cast v1.0.25 |
| 301 | 2026-02-20T04:23:10.705Z | Documenting stable_deref_trait v1.2.1 |
| 302 | 2026-02-20T04:23:10.868Z | Documenting hash32 v0.3.1 |
| 303 | 2026-02-20T04:23:10.957Z | Compiling darling v0.21.3 |
| 304 | 2026-02-20T04:23:11.073Z | Compiling ingot-macros v0.1.1 |
| 305 | 2026-02-20T04:23:11.188Z | Documenting darling v0.21.3 |
| 306 | 2026-02-20T04:23:11.225Z | Checking cobs v0.3.0 |
| 307 | 2026-02-20T04:23:11.281Z | Documenting zerocopy v0.8.39 |
| 308 | 2026-02-20T04:23:11.441Z | Documenting thiserror v2.0.18 |
| 309 | 2026-02-20T04:23:11.638Z | Documenting cfg-if v1.0.4 |
| 310 | 2026-02-20T04:23:12.001Z | Documenting macaddr v1.0.1 |
| 311 | 2026-02-20T04:23:12.436Z | Documenting cobs v0.3.0 |
| 312 | 2026-02-20T04:23:12.860Z | Documenting ingot-macros v0.1.1 |
| 313 | 2026-02-20T04:23:13.081Z | Documenting heapless v0.8.0 |
| 314 | 2026-02-20T04:23:14.018Z | Compiling ref-cast-impl v1.0.25 |
| 315 | 2026-02-20T04:23:14.829Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 316 | 2026-02-20T04:23:15.215Z | Checking ipnetwork v0.21.1 |
| 317 | 2026-02-20T04:23:15.334Z | Compiling version_check v0.9.5 |
| 318 | 2026-02-20T04:23:15.586Z | Checking unicode-width v0.2.2 |
| 319 | 2026-02-20T04:23:15.880Z | Documenting serde v1.0.228 |
| 320 | 2026-02-20T04:23:15.883Z | Documenting managed v0.8.0 |
| 321 | 2026-02-20T04:23:16.086Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 322 | 2026-02-20T04:23:16.510Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 323 | 2026-02-20T04:23:16.593Z | Documenting ref-cast-impl v1.0.25 |
| 324 | 2026-02-20T04:23:16.749Z | Checking postcard v1.1.3 |
| 325 | 2026-02-20T04:23:17.179Z | Documenting smoltcp v0.11.0 |
| 326 | 2026-02-20T04:23:17.292Z | Documenting unicode-width v0.2.2 |
| 327 | 2026-02-20T04:23:17.320Z | Documenting ipnetwork v0.21.1 |
| 328 | 2026-02-20T04:23:17.939Z | Documenting either v1.15.0 |
| 329 | 2026-02-20T04:23:18.225Z | Documenting ref-cast v1.0.25 |
| 330 | 2026-02-20T04:23:18.348Z | Checking ingot-types v0.1.2 |
| 331 | 2026-02-20T04:23:18.951Z | Documenting ingot-types v0.1.2 |
| 332 | 2026-02-20T04:23:18.961Z | Checking ingot v0.1.1 |
| 333 | 2026-02-20T04:23:19.145Z | Documenting postcard v1.1.3 |
| 334 | 2026-02-20T04:23:19.322Z | Checking tabwriter v1.4.1 |
| 335 | 2026-02-20T04:23:19.554Z | Documenting tabwriter v1.4.1 |
| 336 | 2026-02-20T04:23:19.974Z | Documenting itertools v0.14.0 |
| 337 | 2026-02-20T04:23:20.631Z | Documenting crc32fast v1.5.0 |
| 338 | 2026-02-20T04:23:20.922Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 339 | 2026-02-20T04:23:20.927Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 340 | 2026-02-20T04:23:21.351Z | Documenting ingot v0.1.1 |
| 341 | 2026-02-20T04:23:21.799Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 342 | 2026-02-20T04:23:21.945Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 343 | 2026-02-20T04:23:22.091Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 344 | 2026-02-20T04:23:22.213Z | Checking dyn-clone v1.0.20 |
| 345 | 2026-02-20T04:23:22.337Z | Documenting dyn-clone v1.0.20 |
| 346 | 2026-02-20T04:23:24.986Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 347 | 2026-02-20T04:23:26.522Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 348 | 2026-02-20T04:23:29.956Z | Finished `dev` profile [optimized + debuginfo] target(s) in 39.31s |
| 349 | 2026-02-20T04:23:30.053Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
| 350 | 2026-02-20T04:23:30.074Z | |
| 351 | 2026-02-20T04:23:30.079Z | real 39.421272717 |
| 352 | 2026-02-20T04:23:30.079Z | user 2:54.657748480 |
| 353 | 2026-02-20T04:23:30.079Z | sys 26.208012040 |
| 354 | 2026-02-20T04:23:30.079Z | trap 0.123200515 |
| 355 | 2026-02-20T04:23:30.079Z | tflt 0.077229260 |
| 356 | 2026-02-20T04:23:30.079Z | dflt 0.231505637 |
| 357 | 2026-02-20T04:23:30.079Z | kflt 0.002709314 |
| 358 | 2026-02-20T04:23:30.079Z | lock 12:16.845422859 |
| 359 | 2026-02-20T04:23:30.079Z | slp 10:39.123910631 |
| 360 | 2026-02-20T04:23:30.079Z | lat 13.019277581 |
| 361 | 2026-02-20T04:23:30.079Z | stop 15.090203215 |
| 362 | 2026-02-20T04:23:30.079Z | + header 'analyze std + api' |
| 363 | 2026-02-20T04:23:30.079Z | + echo '# ==== analyze std + api ==== #' |
| 364 | 2026-02-20T04:23:30.079Z | # ==== analyze std + api ==== # |
| 365 | 2026-02-20T04:23:30.079Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 366 | 2026-02-20T04:23:30.489Z | Compiling proc-macro2 v1.0.106 |
| 367 | 2026-02-20T04:23:30.489Z | Compiling quote v1.0.44 |
| 368 | 2026-02-20T04:23:30.489Z | Compiling unicode-ident v1.0.23 |
| 369 | 2026-02-20T04:23:30.492Z | Compiling memchr v2.8.0 |
| 370 | 2026-02-20T04:23:30.492Z | Compiling thiserror v2.0.18 |
| 371 | 2026-02-20T04:23:30.492Z | Compiling zerocopy v0.8.39 |
| 372 | 2026-02-20T04:23:30.492Z | Compiling zmij v1.0.20 |
| 373 | 2026-02-20T04:23:30.492Z | Compiling serde_core v1.0.228 |
| 374 | 2026-02-20T04:23:30.781Z | Compiling libc v0.2.180 |
| 375 | 2026-02-20T04:23:31.080Z | Compiling ucd-trie v0.1.7 |
| 376 | 2026-02-20T04:23:31.134Z | Compiling serde_json v1.0.149 |
| 377 | 2026-02-20T04:23:31.471Z | Compiling pest v2.8.6 |
| 378 | 2026-02-20T04:23:31.475Z | Compiling serde v1.0.228 |
| 379 | 2026-02-20T04:23:31.638Z | Compiling fnv v1.0.7 |
| 380 | 2026-02-20T04:23:31.753Z | Compiling ident_case v1.0.1 |
| 381 | 2026-02-20T04:23:31.773Z | Compiling strsim v0.11.1 |
| 382 | 2026-02-20T04:23:32.153Z | Compiling aho-corasick v1.1.4 |
| 383 | 2026-02-20T04:23:32.356Z | Checking byteorder v1.5.0 |
| 384 | 2026-02-20T04:23:32.404Z | Compiling itoa v1.0.17 |
| 385 | 2026-02-20T04:23:32.755Z | Compiling regex-syntax v0.8.9 |
| 386 | 2026-02-20T04:23:33.191Z | Compiling syn v2.0.114 |
| 387 | 2026-02-20T04:23:34.119Z | Compiling pest_meta v2.8.6 |
| 388 | 2026-02-20T04:23:34.284Z | Compiling usdt-impl v0.6.0 |
| 389 | 2026-02-20T04:23:34.378Z | Compiling either v1.15.0 |
| 390 | 2026-02-20T04:23:34.761Z | Compiling itertools v0.14.0 |
| 391 | 2026-02-20T04:23:35.372Z | Compiling thread-id v5.1.0 |
| 392 | 2026-02-20T04:23:35.611Z | Checking log v0.4.29 |
| 393 | 2026-02-20T04:23:35.781Z | Compiling heapless v0.8.0 |
| 394 | 2026-02-20T04:23:35.891Z | Checking plain v0.2.3 |
| 395 | 2026-02-20T04:23:36.263Z | Compiling regex-automata v0.4.14 |
| 396 | 2026-02-20T04:23:37.733Z | Checking bitflags v2.10.0 |
| 397 | 2026-02-20T04:23:37.941Z | Checking hash32 v0.3.1 |
| 398 | 2026-02-20T04:23:37.957Z | Checking macaddr v1.0.1 |
| 399 | 2026-02-20T04:23:38.045Z | Checking stable_deref_trait v1.2.1 |
| 400 | 2026-02-20T04:23:38.149Z | Checking pretty-hex v0.4.1 |
| 401 | 2026-02-20T04:23:38.155Z | Compiling smoltcp v0.11.0 |
| 402 | 2026-02-20T04:23:38.230Z | Checking cfg-if v1.0.4 |
| 403 | 2026-02-20T04:23:38.722Z | Checking managed v0.8.0 |
| 404 | 2026-02-20T04:23:38.750Z | Compiling crc32fast v1.5.0 |
| 405 | 2026-02-20T04:23:38.784Z | Compiling version_check v0.9.5 |
| 406 | 2026-02-20T04:23:39.099Z | Compiling ref-cast v1.0.25 |
| 407 | 2026-02-20T04:23:39.117Z | Checking bitflags v1.3.2 |
| 408 | 2026-02-20T04:23:39.305Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 409 | 2026-02-20T04:23:39.319Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 410 | 2026-02-20T04:23:39.688Z | Compiling pest_generator v2.8.6 |
| 411 | 2026-02-20T04:23:39.722Z | Compiling darling_core v0.21.3 |
| 412 | 2026-02-20T04:23:39.814Z | Checking memmap2 v0.9.9 |
| 413 | 2026-02-20T04:23:40.109Z | Checking ipnetwork v0.21.1 |
| 414 | 2026-02-20T04:23:40.260Z | Compiling regex v1.12.3 |
| 415 | 2026-02-20T04:23:40.458Z | Checking unicode-width v0.2.2 |
| 416 | 2026-02-20T04:23:40.987Z | Checking tabwriter v1.4.1 |
| 417 | 2026-02-20T04:23:41.261Z | Checking dyn-clone v1.0.20 |
| 418 | 2026-02-20T04:23:42.395Z | Compiling thiserror-impl v2.0.18 |
| 419 | 2026-02-20T04:23:42.395Z | Compiling serde_derive v1.0.228 |
| 420 | 2026-02-20T04:23:42.395Z | Compiling zerocopy-derive v0.8.39 |
| 421 | 2026-02-20T04:23:42.398Z | Compiling pest_derive v2.8.6 |
| 422 | 2026-02-20T04:23:42.398Z | Compiling scroll_derive v0.13.1 |
| 423 | 2026-02-20T04:23:43.330Z | Compiling ref-cast-impl v1.0.25 |
| 424 | 2026-02-20T04:23:43.539Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 425 | 2026-02-20T04:23:44.121Z | Checking scroll v0.13.0 |
| 426 | 2026-02-20T04:23:44.574Z | Checking goblin v0.10.4 |
| 427 | 2026-02-20T04:23:44.583Z | Compiling darling_macro v0.21.3 |
| 428 | 2026-02-20T04:23:45.163Z | Compiling dtrace-parser v0.3.0 |
| 429 | 2026-02-20T04:23:45.197Z | Checking cobs v0.3.0 |
| 430 | 2026-02-20T04:23:45.414Z | Compiling darling v0.21.3 |
| 431 | 2026-02-20T04:23:45.526Z | Compiling ingot-macros v0.1.1 |
| 432 | 2026-02-20T04:23:45.692Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 433 | 2026-02-20T04:23:48.318Z | Checking postcard v1.1.3 |
| 434 | 2026-02-20T04:23:48.699Z | Compiling serde_tokenstream v0.2.2 |
| 435 | 2026-02-20T04:23:51.157Z | Checking dof v0.4.0 |
| 436 | 2026-02-20T04:23:51.157Z | Checking ingot-types v0.1.2 |
| 437 | 2026-02-20T04:23:51.659Z | Checking ingot v0.1.1 |
| 438 | 2026-02-20T04:23:52.932Z | Compiling usdt-macro v0.6.0 |
| 439 | 2026-02-20T04:23:52.935Z | Compiling usdt-attr-macro v0.6.0 |
| 440 | 2026-02-20T04:23:53.780Z | Checking usdt v0.6.0 |
| 441 | 2026-02-20T04:23:54.421Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 442 | 2026-02-20T04:24:08.661Z | Finished `dev` profile [optimized + debuginfo] target(s) in 38.41s |
| 443 | 2026-02-20T04:24:08.693Z | |
| 444 | 2026-02-20T04:24:08.696Z | real 38.604293536 |
| 445 | 2026-02-20T04:24:08.696Z | user 2:25.372936772 |
| 446 | 2026-02-20T04:24:08.696Z | sys 20.094681558 |
| 447 | 2026-02-20T04:24:08.696Z | trap 0.090988294 |
| 448 | 2026-02-20T04:24:08.696Z | tflt 0.187816371 |
| 449 | 2026-02-20T04:24:08.696Z | dflt 0.324756628 |
| 450 | 2026-02-20T04:24:08.696Z | kflt 0.000008887 |
| 451 | 2026-02-20T04:24:08.696Z | lock 6:19.431891142 |
| 452 | 2026-02-20T04:24:08.696Z | slp 9:15.789641202 |
| 453 | 2026-02-20T04:24:08.696Z | lat 4.988446562 |
| 454 | 2026-02-20T04:24:08.696Z | stop 9.398290580 |
| 455 | 2026-02-20T04:24:08.696Z | + header 'analyze no_std + engine + kernel' |
| 456 | 2026-02-20T04:24:08.696Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 457 | 2026-02-20T04:24:08.696Z | # ==== analyze no_std + engine + kernel ==== # |
| 458 | 2026-02-20T04:24:08.696Z | + ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings |
| 459 | 2026-02-20T04:24:08.995Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 460 | 2026-02-20T04:24:08.995Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 461 | 2026-02-20T04:24:08.999Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 462 | 2026-02-20T04:24:08.999Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 463 | 2026-02-20T04:24:09.467Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 464 | 2026-02-20T04:24:16.942Z | Finished `dev` profile [optimized + debuginfo] target(s) in 8.14s |
| 465 | 2026-02-20T04:24:16.971Z | |
| 466 | 2026-02-20T04:24:16.975Z | real 8.269832309 |
| 467 | 2026-02-20T04:24:16.975Z | user 8.971664426 |
| 468 | 2026-02-20T04:24:16.975Z | sys 1.227703237 |
| 469 | 2026-02-20T04:24:16.975Z | trap 0.001635671 |
| 470 | 2026-02-20T04:24:16.975Z | tflt 0.010566386 |
| 471 | 2026-02-20T04:24:16.975Z | dflt 0.001717154 |
| 472 | 2026-02-20T04:24:16.975Z | kflt 0.000000000 |
| 473 | 2026-02-20T04:24:16.975Z | lock 31.065756961 |
| 474 | 2026-02-20T04:24:16.975Z | slp 30.154146479 |
| 475 | 2026-02-20T04:24:16.975Z | lat 0.028057494 |
| 476 | 2026-02-20T04:24:16.975Z | stop 0.363873821 |
| 477 | 2026-02-20T04:24:16.975Z | + header test |
| 478 | 2026-02-20T04:24:16.975Z | + echo '# ==== test ==== #' |
| 479 | 2026-02-20T04:24:16.975Z | # ==== test ==== # |
| 480 | 2026-02-20T04:24:16.975Z | + ptime -m cargo test |
| 481 | 2026-02-20T04:24:17.215Z | Compiling serde_core v1.0.228 |
| 482 | 2026-02-20T04:24:17.218Z | Compiling thiserror v2.0.18 |
| 483 | 2026-02-20T04:24:17.218Z | Compiling zerocopy v0.8.39 |
| 484 | 2026-02-20T04:24:17.245Z | Compiling memchr v2.8.0 |
| 485 | 2026-02-20T04:24:17.252Z | Compiling byteorder v1.5.0 |
| 486 | 2026-02-20T04:24:17.256Z | Compiling unicode-ident v1.0.23 |
| 487 | 2026-02-20T04:24:17.256Z | Compiling zmij v1.0.20 |
| 488 | 2026-02-20T04:24:17.256Z | Compiling libc v0.2.180 |
| 489 | 2026-02-20T04:24:17.371Z | Compiling scroll v0.13.0 |
| 490 | 2026-02-20T04:24:17.479Z | Compiling proc-macro2 v1.0.106 |
| 491 | 2026-02-20T04:24:17.705Z | Compiling itoa v1.0.17 |
| 492 | 2026-02-20T04:24:17.944Z | Compiling ucd-trie v0.1.7 |
| 493 | 2026-02-20T04:24:18.045Z | Compiling log v0.4.29 |
| 494 | 2026-02-20T04:24:18.204Z | Compiling plain v0.2.3 |
| 495 | 2026-02-20T04:24:18.267Z | Compiling quote v1.0.44 |
| 496 | 2026-02-20T04:24:18.376Z | Compiling goblin v0.10.4 |
| 497 | 2026-02-20T04:24:18.476Z | Compiling pest v2.8.6 |
| 498 | 2026-02-20T04:24:19.267Z | Compiling hash32 v0.3.1 |
| 499 | 2026-02-20T04:24:19.565Z | Compiling macaddr v1.0.1 |
| 500 | 2026-02-20T04:24:19.719Z | Compiling stable_deref_trait v1.2.1 |
| 501 | 2026-02-20T04:24:19.828Z | Compiling cfg-if v1.0.4 |
| 502 | 2026-02-20T04:24:19.930Z | Compiling pretty-hex v0.4.1 |
| 503 | 2026-02-20T04:24:20.067Z | Compiling heapless v0.8.0 |
| 504 | 2026-02-20T04:24:20.166Z | Compiling syn v2.0.114 |
| 505 | 2026-02-20T04:24:21.027Z | Compiling thread-id v5.1.0 |
| 506 | 2026-02-20T04:24:21.066Z | Compiling cobs v0.3.0 |
| 507 | 2026-02-20T04:24:21.141Z | Compiling dtrace-parser v0.3.0 |
| 508 | 2026-02-20T04:24:21.598Z | Compiling bitflags v1.3.2 |
| 509 | 2026-02-20T04:24:21.701Z | Compiling managed v0.8.0 |
| 510 | 2026-02-20T04:24:22.169Z | Compiling serde v1.0.228 |
| 511 | 2026-02-20T04:24:22.340Z | Compiling bitflags v2.10.0 |
| 512 | 2026-02-20T04:24:22.534Z | Compiling serde_json v1.0.149 |
| 513 | 2026-02-20T04:24:23.279Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 514 | 2026-02-20T04:24:23.502Z | Compiling postcard v1.1.3 |
| 515 | 2026-02-20T04:24:23.665Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 516 | 2026-02-20T04:24:23.704Z | Compiling smoltcp v0.11.0 |
| 517 | 2026-02-20T04:24:24.245Z | Compiling memmap2 v0.9.9 |
| 518 | 2026-02-20T04:24:24.839Z | Compiling either v1.15.0 |
| 519 | 2026-02-20T04:24:24.963Z | Compiling unicode-width v0.2.2 |
| 520 | 2026-02-20T04:24:25.266Z | Compiling ingot-types v0.1.2 |
| 521 | 2026-02-20T04:24:25.540Z | Compiling ipnetwork v0.21.1 |
| 522 | 2026-02-20T04:24:25.616Z | Compiling dof v0.4.0 |
| 523 | 2026-02-20T04:24:26.163Z | Compiling ingot v0.1.1 |
| 524 | 2026-02-20T04:24:26.662Z | Compiling tabwriter v1.4.1 |
| 525 | 2026-02-20T04:24:27.516Z | Compiling itertools v0.14.0 |
| 526 | 2026-02-20T04:24:29.522Z | Compiling usdt-impl v0.6.0 |
| 527 | 2026-02-20T04:24:30.133Z | Compiling ref-cast v1.0.25 |
| 528 | 2026-02-20T04:24:30.285Z | Compiling usdt v0.6.0 |
| 529 | 2026-02-20T04:24:30.922Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 530 | 2026-02-20T04:24:31.603Z | Compiling crc32fast v1.5.0 |
| 531 | 2026-02-20T04:24:32.005Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 532 | 2026-02-20T04:24:32.086Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 533 | 2026-02-20T04:24:33.174Z | Compiling dyn-clone v1.0.20 |
| 534 | 2026-02-20T04:25:02.692Z | Finished `test` profile [optimized + debuginfo] target(s) in 45.65s |
| 535 | 2026-02-20T04:25:02.709Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-f2fe74f9482a9a3c) |
| 536 | 2026-02-20T04:25:02.712Z | |
| 537 | 2026-02-20T04:25:02.712Z | running 72 tests |
| 538 | 2026-02-20T04:25:02.715Z | test d_error::tests::name_and_data_storage ... ok |
| 539 | 2026-02-20T04:25:02.716Z | test d_error::tests::name_truncation ... ok |
| 540 | 2026-02-20T04:25:02.716Z | test ddi::mblk::test::chain_append_links ... ok |
| 541 | 2026-02-20T04:25:02.716Z | test ddi::mblk::test::chain_breaks_links ... ok |
| 542 | 2026-02-20T04:25:02.716Z | test ddi::mblk::test::chain_has_correct_ends ... ok |
| 543 | 2026-02-20T04:25:02.716Z | test ddi::mblk::test::chain_drain_complete ... ok |
| 544 | 2026-02-20T04:25:02.716Z | test ddi::mblk::test::expand_and_shrink ... ok |
| 545 | 2026-02-20T04:25:02.716Z | test ddi::mblk::test::prefix_len ... ok |
| 546 | 2026-02-20T04:25:02.716Z | test ddi::mblk::test::read_seg ... ok |
| 547 | 2026-02-20T04:25:02.716Z | test ddi::mblk::test::test_long_packet_continuation ... ok |
| 548 | 2026-02-20T04:25:02.716Z | test ddi::mblk::test::truncate ... ok |
| 549 | 2026-02-20T04:25:02.716Z | test ddi::mblk::test::uninitialized_packet ... ok |
| 550 | 2026-02-20T04:25:02.716Z | test ddi::mblk::test::zero_byte_packet ... ok |
| 551 | 2026-02-20T04:25:02.716Z | test ddi::mblk::test::wrap ... ok |
| 552 | 2026-02-20T04:25:02.716Z | test ddi::time::test::good_interval ... ok |
| 553 | 2026-02-20T04:25:02.716Z | test engine::dhcp::test::domainname_encode ... ok |
| 554 | 2026-02-20T04:25:02.716Z | test engine::dhcp::test::hostname_encode ... ok |
| 555 | 2026-02-20T04:25:02.716Z | test engine::dhcp::test::domain_search_option_encode ... ok |
| 556 | 2026-02-20T04:25:02.716Z | test engine::dhcp::test::rfc3442_encode ... ok |
| 557 | 2026-02-20T04:25:02.716Z | test engine::dhcp::test::offlink_encode ... ok |
| 558 | 2026-02-20T04:25:02.716Z | test engine::dhcpv6::options::test::test_client_id ... ok |
| 559 | 2026-02-20T04:25:02.716Z | test engine::dhcpv6::options::test::test_dns_servers ... ok |
| 560 | 2026-02-20T04:25:02.716Z | test engine::dhcpv6::options::test::test_domain_list_from_slice ... ok |
| 561 | 2026-02-20T04:25:02.716Z | test ddi::time::test::bad_interval - should panic ... ok |
| 562 | 2026-02-20T04:25:02.716Z | test engine::dhcpv6::options::test::test_elapsed_time ... ok |
| 563 | 2026-02-20T04:25:02.716Z | test engine::dhcpv6::options::test::test_iata ... ok |
| 564 | 2026-02-20T04:25:02.716Z | test engine::dhcpv6::options::test::test_iana ... ok |
| 565 | 2026-02-20T04:25:02.716Z | test engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok |
| 566 | 2026-02-20T04:25:02.716Z | test engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok |
| 567 | 2026-02-20T04:25:02.716Z | test engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok |
| 568 | 2026-02-20T04:25:02.716Z | test engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok |
| 569 | 2026-02-20T04:25:02.716Z | test engine::dhcpv6::options::test::test_rapid_commit ... ok |
| 570 | 2026-02-20T04:25:02.716Z | test engine::dhcpv6::options::test::test_parse_snooped_iana ... ok |
| 571 | 2026-02-20T04:25:02.716Z | test engine::dhcpv6::options::test::test_option_request ... ok |
| 572 | 2026-02-20T04:25:02.716Z | test engine::dhcpv6::options::test::test_server_id ... ok |
| 573 | 2026-02-20T04:25:02.716Z | test engine::dhcpv6::options::test::test_status ... ok |
| 574 | 2026-02-20T04:25:02.717Z | test engine::dhcpv6::test::test_duid_from_mac ... ok |
| 575 | 2026-02-20T04:25:02.717Z | test engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok |
| 576 | 2026-02-20T04:25:02.717Z | test engine::dhcpv6::options::test::test_sntp_servers ... ok |
| 577 | 2026-02-20T04:25:02.717Z | test engine::geneve::test::emit_no_opts ... ok |
| 578 | 2026-02-20T04:25:02.717Z | test engine::flow_table::test::flow_clear ... ok |
| 579 | 2026-02-20T04:25:02.717Z | test engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok |
| 580 | 2026-02-20T04:25:02.717Z | test engine::ether::test::emit ... ok |
| 581 | 2026-02-20T04:25:02.717Z | test engine::flow_table::test::flow_expired ... ok |
| 582 | 2026-02-20T04:25:02.717Z | test engine::geneve::test::emit_single_opt ... ok |
| 583 | 2026-02-20T04:25:02.717Z | test engine::ip::v4::test::cidr_match ... ok |
| 584 | 2026-02-20T04:25:02.717Z | test engine::ip::v4::test::match_check ... ok |
| 585 | 2026-02-20T04:25:02.717Z | test engine::ip::v6::test::bad_ipv6_version_caught ... ok |
| 586 | 2026-02-20T04:25:02.717Z | test engine::ip::v4::test::emit ... ok |
| 587 | 2026-02-20T04:25:02.717Z | test engine::ip::v6::test::from_pairs ... ok |
| 588 | 2026-02-20T04:25:02.717Z | test engine::ip::v6::test::emit ... ok |
| 589 | 2026-02-20T04:25:02.717Z | test engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok |
| 590 | 2026-02-20T04:25:02.717Z | test engine::ip::v6::test::extension_push_spec ... ok |
| 591 | 2026-02-20T04:25:02.717Z | test engine::ip::v6::test::test_ipv6_addr_match_exact ... ok |
| 592 | 2026-02-20T04:25:02.717Z | test engine::layer::test::find_rule ... ok |
| 593 | 2026-02-20T04:25:02.717Z | test engine::ip::v6::test::option_push_spec ... ok |
| 594 | 2026-02-20T04:25:02.721Z | test engine::ip::v6::test::test_extension_header_lengths_ok ... ok |
| 595 | 2026-02-20T04:25:02.721Z | test engine::ip::v6::test::test_set_total_len ... ok |
| 596 | 2026-02-20T04:25:02.721Z | test engine::nat::test::nat4_rewrite ... ok |
| 597 | 2026-02-20T04:25:02.721Z | test engine::packet::test::read_multi_segment ... ok |
| 598 | 2026-02-20T04:25:02.721Z | test engine::packet::test::parse_ipv6_extension_headers_ok ... ok |
| 599 | 2026-02-20T04:25:02.721Z | test engine::ip::v6::test::push_spec ... ok |
| 600 | 2026-02-20T04:25:02.721Z | test engine::packet::test::read_single_segment ... ok |
| 601 | 2026-02-20T04:25:02.721Z | test engine::packet::test::small_packet_with_padding ... ok |
| 602 | 2026-02-20T04:25:02.721Z | test engine::packet::test::straddled_tcp ... ok |
| 603 | 2026-02-20T04:25:02.721Z | test engine::packet::test::udp6_packet_with_padding ... ok |
| 604 | 2026-02-20T04:25:02.721Z | test engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok |
| 605 | 2026-02-20T04:25:02.721Z | test engine::parse::test::icmp4_body_csum_equals_body ... ok |
| 606 | 2026-02-20T04:25:02.721Z | test engine::rule::rule_matching ... ok |
| 607 | 2026-02-20T04:25:02.721Z | test engine::snat::test::nat_mappings ... ok |
| 608 | 2026-02-20T04:25:02.721Z | test engine::snat::test::snat4_desc_lifecycle ... ok |
| 609 | 2026-02-20T04:25:02.721Z | test engine::snat::test::test_nat_pool_different_ip_types ... ok |
| 610 | 2026-02-20T04:25:02.721Z | |
| 611 | 2026-02-20T04:25:02.721Z | test result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 612 | 2026-02-20T04:25:02.721Z | |
| 613 | 2026-02-20T04:25:02.721Z | Doc-tests opte |
| 614 | 2026-02-20T04:25:05.573Z | |
| 615 | 2026-02-20T04:25:05.573Z | running 3 tests |
| 616 | 2026-02-20T04:25:05.578Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored |
| 617 | 2026-02-20T04:25:05.579Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok |
| 618 | 2026-02-20T04:25:05.579Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok |
| 619 | 2026-02-20T04:25:05.579Z | |
| 620 | 2026-02-20T04:25:05.579Z | test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 621 | 2026-02-20T04:25:05.579Z | |
| 622 | 2026-02-20T04:25:05.623Z | |
| 623 | 2026-02-20T04:25:05.626Z | real 48.630959464 |
| 624 | 2026-02-20T04:25:05.626Z | user 4:43.457219449 |
| 625 | 2026-02-20T04:25:05.626Z | sys 11.577874847 |
| 626 | 2026-02-20T04:25:05.626Z | trap 0.142263281 |
| 627 | 2026-02-20T04:25:05.626Z | tflt 0.359610755 |
| 628 | 2026-02-20T04:25:05.626Z | dflt 0.444211605 |
| 629 | 2026-02-20T04:25:05.626Z | kflt 0.000034562 |
| 630 | 2026-02-20T04:25:05.626Z | lock 11:13.818062536 |
| 631 | 2026-02-20T04:25:05.626Z | slp 11:58.817181964 |
| 632 | 2026-02-20T04:25:05.626Z | lat 8.984434048 |
| 633 | 2026-02-20T04:25:05.626Z | stop 4.444782507 |
| 634 | 2026-02-20T04:25:05.627Z | process exited: duration 161118 ms, exit code 0 |
| |
| 635 | 2026-02-20T04:25:05.635Z | found 0 output files |