|
|
|
| 1 | 2026-08-05T04:19:36.051Z | job assigned to worker 01KZ82AA8JWXY4Y84M1CVH8ABV [factory aws, i-0ae3a86877bba251b] (queued for 53 s) |
| |
| 2 | 2026-08-05T04:19:42.549Z | starting task 0: "setup" |
| 3 | 2026-08-05T04:19:42.554Z | ++ uname -s |
| 4 | 2026-08-05T04:19:42.558Z | + kern=SunOS |
| 5 | 2026-08-05T04:19:42.558Z | + build_user=build |
| 6 | 2026-08-05T04:19:42.558Z | + build_uid=12345 |
| 7 | 2026-08-05T04:19:42.558Z | + work_dir=/work |
| 8 | 2026-08-05T04:19:42.558Z | + input_dir=/input |
| 9 | 2026-08-05T04:19:42.558Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-05T04:19:42.558Z | + case "$kern" in |
| 11 | 2026-08-05T04:19:42.558Z | + groupadd -g 12345 build |
| 12 | 2026-08-05T04:19:42.558Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-05T04:19:44.563Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-05T04:19:44.675Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-05T04:19:44.682Z | + home_fs=zfs |
| 16 | 2026-08-05T04:19:44.682Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-05T04:19:44.682Z | + mkdir -p /home/build |
| 18 | 2026-08-05T04:19:44.682Z | + chown build:build /home/build /work |
| 19 | 2026-08-05T04:19:46.680Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-05T04:19:46.695Z | process exited: duration 4132 ms, exit code 0 |
| |
| 21 | 2026-08-05T04:19:46.702Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-05T04:19:46.706Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-08-05T04:19:46.706Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-05T04:19:46.706Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-08-05T04:19:46.706Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-08-05T04:19:46.706Z | * rust toolchain channel = "stable" |
| 27 | 2026-08-05T04:19:46.706Z | * rust toolchain profile = "default" |
| 28 | 2026-08-05T04:19:46.709Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-05T04:19:46.709Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-08-05T04:19:46.839Z | info: downloading installer |
| 31 | 2026-08-05T04:19:48.138Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-08-05T04:19:48.138Z | warn: /opt/ooce/bin |
| 33 | 2026-08-05T04:19:48.138Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-08-05T04:19:48.138Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-08-05T04:19:48.138Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-08-05T04:19:48.138Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-08-05T04:19:48.138Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-08-05T04:19:48.138Z | error: cannot install while Rust is installed |
| 39 | 2026-08-05T04:19:48.138Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-08-05T04:19:48.138Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-08-05T04:19:48.138Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-08-05T04:19:48.138Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-08-05T04:19:48.138Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-08-05T04:19:48.151Z | info: profile set to default |
| 45 | 2026-08-05T04:19:48.151Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-08-05T04:19:48.154Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-08-05T04:19:48.281Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 48 | 2026-08-05T04:19:48.284Z | info: downloading 6 components |
| 49 | 2026-08-05T04:20:02.904Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 50 | 2026-08-05T04:20:02.904Z | |
| 51 | 2026-08-05T04:20:02.935Z | stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 52 | 2026-08-05T04:20:02.935Z | |
| 53 | 2026-08-05T04:20:02.935Z | |
| 54 | 2026-08-05T04:20:02.935Z | Rust is installed now. Great! |
| 55 | 2026-08-05T04:20:02.935Z | |
| 56 | 2026-08-05T04:20:02.938Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-08-05T04:20:02.938Z | environment variable. This has not been done automatically. |
| 58 | 2026-08-05T04:20:02.938Z | |
| 59 | 2026-08-05T04:20:02.938Z | To configure your current shell, you need to source |
| 60 | 2026-08-05T04:20:02.938Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-08-05T04:20:02.938Z | |
| 62 | 2026-08-05T04:20:02.938Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-08-05T04:20:02.938Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-08-05T04:20:02.938Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-08-05T04:20:02.938Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-08-05T04:20:02.938Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-08-05T04:20:02.938Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-08-05T04:20:02.938Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-08-05T04:20:02.938Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-08-05T04:20:02.938Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-08-05T04:20:03.041Z | + rustup --version |
| 72 | 2026-08-05T04:20:03.045Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-08-05T04:20:03.049Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-08-05T04:20:03.067Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 75 | 2026-08-05T04:20:03.070Z | + cargo --version |
| 76 | 2026-08-05T04:20:03.084Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 77 | 2026-08-05T04:20:03.087Z | + rustc --version |
| 78 | 2026-08-05T04:20:03.106Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 79 | 2026-08-05T04:20:03.109Z | process exited: duration 16404 ms, exit code 0 |
| |
| 80 | 2026-08-05T04:20:03.115Z | starting task 2: "authentication" |
| 81 | 2026-08-05T04:20:03.133Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-08-05T04:20:03.139Z | starting task 3: "clone repository" |
| 83 | 2026-08-05T04:20:03.143Z | + mkdir -p /work/oxidecomputer/softnpu |
| 84 | 2026-08-05T04:20:03.145Z | + git clone https://github.com/oxidecomputer/softnpu /work/oxidecomputer/softnpu |
| 85 | 2026-08-05T04:20:03.176Z | Cloning into '/work/oxidecomputer/softnpu'... |
| 86 | 2026-08-05T04:20:03.620Z | + cd /work/oxidecomputer/softnpu |
| 87 | 2026-08-05T04:20:03.621Z | + git fetch origin 2d8e10ef456e8cbdaff8f262c20f59737dac0556 |
| 88 | 2026-08-05T04:20:03.835Z | From https://github.com/oxidecomputer/softnpu |
| 89 | 2026-08-05T04:20:03.835Z | * branch 2d8e10ef456e8cbdaff8f262c20f59737dac0556 -> FETCH_HEAD |
| 90 | 2026-08-05T04:20:03.841Z | + [[ -n renovate/clap ]] |
| 91 | 2026-08-05T04:20:03.844Z | ++ git branch --show-current |
| 92 | 2026-08-05T04:20:03.845Z | + current=main |
| 93 | 2026-08-05T04:20:03.845Z | + [[ main != renovate/clap ]] |
| 94 | 2026-08-05T04:20:03.845Z | + git branch -f renovate/clap 2d8e10ef456e8cbdaff8f262c20f59737dac0556 |
| 95 | 2026-08-05T04:20:03.848Z | + git checkout -f renovate/clap |
| 96 | 2026-08-05T04:20:03.852Z | Switched to branch 'renovate/clap' |
| 97 | 2026-08-05T04:20:03.852Z | + git reset --hard 2d8e10ef456e8cbdaff8f262c20f59737dac0556 |
| 98 | 2026-08-05T04:20:03.856Z | HEAD is now at 2d8e10e Update Rust crate clap to 4.6.5 |
| 99 | 2026-08-05T04:20:03.856Z | process exited: duration 715 ms, exit code 0 |
| |
| 100 | 2026-08-05T04:20:03.862Z | starting task 4: "build" |
| 101 | 2026-08-05T04:20:03.866Z | + cargo --version |
| 102 | 2026-08-05T04:20:03.871Z | info: syncing channel updates for 1.92.0-x86_64-unknown-illumos |
| 103 | 2026-08-05T04:20:04.021Z | info: latest update on 2025-12-11 for version 1.92.0 (ded5c06cf 2025-12-08) |
| 104 | 2026-08-05T04:20:04.024Z | info: downloading 6 components |
| 105 | 2026-08-05T04:20:17.689Z | cargo 1.92.0 (344c4567c 2025-10-21) |
| 106 | 2026-08-05T04:20:17.696Z | + rustc --version |
| 107 | 2026-08-05T04:20:17.720Z | rustc 1.92.0 (ded5c06cf 2025-12-08) |
| 108 | 2026-08-05T04:20:17.723Z | + banner check |
| 109 | 2026-08-05T04:20:17.727Z | |
| 110 | 2026-08-05T04:20:17.727Z | #### # # ###### #### # # |
| 111 | 2026-08-05T04:20:17.727Z | # # # # # # # # # |
| 112 | 2026-08-05T04:20:17.727Z | # ###### ##### # #### |
| 113 | 2026-08-05T04:20:17.727Z | # # # # # # # |
| 114 | 2026-08-05T04:20:17.727Z | # # # # # # # # # |
| 115 | 2026-08-05T04:20:17.727Z | #### # # ###### #### # # |
| 116 | 2026-08-05T04:20:17.727Z | |
| 117 | 2026-08-05T04:20:17.727Z | + cargo fmt -- --check |
| 118 | 2026-08-05T04:20:17.809Z | + cargo clippy -- --deny warnings |
| 119 | 2026-08-05T04:20:17.906Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 120 | 2026-08-05T04:20:18.323Z | From https://github.com/oxidecomputer/p4 |
| 121 | 2026-08-05T04:20:18.323Z | * [new ref] a1840304962af6a0d42d5c3ef064778af167d1c0 -> refs/commit/a1840304962af6a0d42d5c3ef064778af167d1c0 |
| 122 | 2026-08-05T04:20:18.340Z | Updating crates.io index |
| 123 | 2026-08-05T04:20:18.344Z | Updating git repository `https://github.com/oxidecomputer/devinfo-sys` |
| 124 | 2026-08-05T04:20:18.650Z | From https://github.com/oxidecomputer/devinfo-sys |
| 125 | 2026-08-05T04:20:18.650Z | * [new ref] b1a9fb8533abbae9dd6e78714fe068079227bf74 -> refs/commit/b1a9fb8533abbae9dd6e78714fe068079227bf74 |
| 126 | 2026-08-05T04:20:18.655Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 127 | 2026-08-05T04:20:18.945Z | From https://github.com/oxidecomputer/dlpi-sys |
| 128 | 2026-08-05T04:20:18.945Z | * [new ref] d9645f8d61187e76384474b1100f6537fb644993 -> refs/commit/d9645f8d61187e76384474b1100f6537fb644993 |
| 129 | 2026-08-05T04:20:18.949Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 130 | 2026-08-05T04:20:19.259Z | From https://github.com/oxidecomputer/netadm-sys |
| 131 | 2026-08-05T04:20:19.259Z | * [new ref] 81c947bc709abe1c73d2291a9439a25f9d7be43c -> refs/commit/81c947bc709abe1c73d2291a9439a25f9d7be43c |
| 132 | 2026-08-05T04:20:19.295Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 133 | 2026-08-05T04:20:19.545Z | From https://github.com/oxidecomputer/p9fs |
| 134 | 2026-08-05T04:20:19.545Z | * [new ref] 04fb133ac730f6f69612dcb20d1cb2195e4e89a6 -> refs/commit/04fb133ac730f6f69612dcb20d1cb2195e4e89a6 |
| 135 | 2026-08-05T04:20:19.594Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 136 | 2026-08-05T04:20:19.847Z | From https://github.com/illumos/smf-rs |
| 137 | 2026-08-05T04:20:19.847Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 138 | 2026-08-05T04:20:19.972Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 139 | 2026-08-05T04:20:20.831Z | From https://github.com/oxidecomputer/falcon |
| 140 | 2026-08-05T04:20:20.831Z | * [new ref] d809e81eb151b7fcc87d6ca256517b908d3ad66a -> refs/commit/d809e81eb151b7fcc87d6ca256517b908d3ad66a |
| 141 | 2026-08-05T04:20:21.020Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-08-05T04:20:21.308Z | From https://github.com/jmesmon/rust-libzfs |
| 143 | 2026-08-05T04:20:21.308Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 144 | 2026-08-05T04:20:21.316Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 145 | 2026-08-05T04:20:21.714Z | From https://github.com/oxidecomputer/rusty-doors |
| 146 | 2026-08-05T04:20:21.714Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 147 | 2026-08-05T04:20:21.736Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 148 | 2026-08-05T04:20:21.981Z | From https://github.com/oxidecomputer/ispf |
| 149 | 2026-08-05T04:20:21.981Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
| 150 | 2026-08-05T04:20:22.095Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 151 | 2026-08-05T04:20:22.345Z | From https://github.com/oxidecomputer/zone |
| 152 | 2026-08-05T04:20:22.345Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 153 | 2026-08-05T04:20:23.675Z | Downloading crates ... |
| 154 | 2026-08-05T04:20:23.756Z | Downloaded colorchoice v1.0.4 |
| 155 | 2026-08-05T04:20:23.762Z | Downloaded cfg-if v1.0.4 |
| 156 | 2026-08-05T04:20:23.768Z | Downloaded fs_extra v1.3.0 |
| 157 | 2026-08-05T04:20:23.779Z | Downloaded futures-macro v0.3.32 |
| 158 | 2026-08-05T04:20:23.785Z | Downloaded cstr-argument v0.1.2 |
| 159 | 2026-08-05T04:20:23.785Z | Downloaded potential_utf v0.1.4 |
| 160 | 2026-08-05T04:20:23.788Z | Downloaded futures v0.3.32 |
| 161 | 2026-08-05T04:20:23.788Z | Downloaded pem-rfc7468 v0.7.0 |
| 162 | 2026-08-05T04:20:23.788Z | Downloaded libloading v0.8.9 |
| 163 | 2026-08-05T04:20:23.793Z | Downloaded num-complex v0.4.6 |
| 164 | 2026-08-05T04:20:23.798Z | Downloaded hyper-timeout v0.5.2 |
| 165 | 2026-08-05T04:20:23.799Z | Downloaded dof v0.3.0 |
| 166 | 2026-08-05T04:20:23.799Z | Downloaded jsonwebtoken v10.3.0 |
| 167 | 2026-08-05T04:20:23.799Z | Downloaded http-body v1.0.1 |
| 168 | 2026-08-05T04:20:23.799Z | Downloaded errno v0.3.14 |
| 169 | 2026-08-05T04:20:23.803Z | Downloaded generic-array v0.14.7 |
| 170 | 2026-08-05T04:20:23.803Z | Downloaded futures-io v0.3.32 |
| 171 | 2026-08-05T04:20:23.803Z | Downloaded rustls-native-certs v0.8.3 |
| 172 | 2026-08-05T04:20:23.806Z | Downloaded clap_lex v1.0.0 |
| 173 | 2026-08-05T04:20:23.806Z | Downloaded pin-project-lite v0.2.16 |
| 174 | 2026-08-05T04:20:23.812Z | Downloaded funty v2.0.0 |
| 175 | 2026-08-05T04:20:23.812Z | Downloaded crossbeam-utils v0.8.21 |
| 176 | 2026-08-05T04:20:23.812Z | Downloaded foreign-types v0.5.0 |
| 177 | 2026-08-05T04:20:23.812Z | Downloaded bitflags v2.11.0 |
| 178 | 2026-08-05T04:20:23.821Z | Downloaded ppv-lite86 v0.2.21 |
| 179 | 2026-08-05T04:20:23.824Z | Downloaded digest v0.10.7 |
| 180 | 2026-08-05T04:20:23.824Z | Downloaded dtrace-parser v0.2.0 |
| 181 | 2026-08-05T04:20:23.824Z | Downloaded icu_properties v2.1.2 |
| 182 | 2026-08-05T04:20:23.824Z | Downloaded camino v1.2.3 |
| 183 | 2026-08-05T04:20:23.828Z | Downloaded atomic-waker v1.1.2 |
| 184 | 2026-08-05T04:20:23.828Z | Downloaded os_str_bytes v6.6.1 |
| 185 | 2026-08-05T04:20:23.832Z | Downloaded foreign-types-shared v0.3.1 |
| 186 | 2026-08-05T04:20:23.835Z | Downloaded futures-task v0.3.32 |
| 187 | 2026-08-05T04:20:23.843Z | Downloaded num-bigint-dig v0.8.6 |
| 188 | 2026-08-05T04:20:23.843Z | Downloaded pin-utils v0.1.0 |
| 189 | 2026-08-05T04:20:23.843Z | Downloaded equivalent v1.0.2 |
| 190 | 2026-08-05T04:20:23.847Z | Downloaded icu_normalizer v2.1.1 |
| 191 | 2026-08-05T04:20:23.847Z | Downloaded http-serde v2.1.1 |
| 192 | 2026-08-05T04:20:23.852Z | Downloaded autocfg v1.5.0 |
| 193 | 2026-08-05T04:20:23.852Z | Downloaded idna_adapter v1.2.1 |
| 194 | 2026-08-05T04:20:23.861Z | Downloaded anstyle-query v1.1.5 |
| 195 | 2026-08-05T04:20:23.861Z | Downloaded heck v0.4.1 |
| 196 | 2026-08-05T04:20:23.861Z | Downloaded oxnet v0.1.4 |
| 197 | 2026-08-05T04:20:23.874Z | Downloaded num-integer v0.1.46 |
| 198 | 2026-08-05T04:20:23.874Z | Downloaded radium v0.7.0 |
| 199 | 2026-08-05T04:20:23.874Z | Downloaded heck v0.5.0 |
| 200 | 2026-08-05T04:20:23.874Z | Downloaded block-buffer v0.10.4 |
| 201 | 2026-08-05T04:20:23.874Z | Downloaded futures-sink v0.3.32 |
| 202 | 2026-08-05T04:20:23.874Z | Downloaded fastrand v2.3.0 |
| 203 | 2026-08-05T04:20:23.874Z | Downloaded num-conv v0.2.0 |
| 204 | 2026-08-05T04:20:23.874Z | Downloaded is-terminal v0.4.17 |
| 205 | 2026-08-05T04:20:23.874Z | Downloaded cargo-platform v0.3.2 |
| 206 | 2026-08-05T04:20:23.904Z | Downloaded cpufeatures v0.2.17 |
| 207 | 2026-08-05T04:20:23.904Z | Downloaded rand_chacha v0.3.1 |
| 208 | 2026-08-05T04:20:23.905Z | Downloaded hex v0.4.3 |
| 209 | 2026-08-05T04:20:23.905Z | Downloaded proc-macro-error-attr v1.0.4 |
| 210 | 2026-08-05T04:20:23.905Z | Downloaded num-derive v0.3.3 |
| 211 | 2026-08-05T04:20:23.905Z | Downloaded rustc_version v0.4.1 |
| 212 | 2026-08-05T04:20:23.905Z | Downloaded futures-executor v0.3.32 |
| 213 | 2026-08-05T04:20:23.905Z | Downloaded pretty-hex v0.4.1 |
| 214 | 2026-08-05T04:20:23.905Z | Downloaded openssl-probe v0.1.6 |
| 215 | 2026-08-05T04:20:23.905Z | Downloaded is_terminal_polyfill v1.70.2 |
| 216 | 2026-08-05T04:20:23.912Z | Downloaded proc-macro-crate v3.4.0 |
| 217 | 2026-08-05T04:20:23.912Z | Downloaded filetime v0.2.27 |
| 218 | 2026-08-05T04:20:23.912Z | Downloaded clap_derive v3.2.25 |
| 219 | 2026-08-05T04:20:23.912Z | Downloaded http-body-util v0.1.3 |
| 220 | 2026-08-05T04:20:23.912Z | Downloaded num_enum_derive v0.7.5 |
| 221 | 2026-08-05T04:20:23.912Z | Downloaded hmac v0.12.1 |
| 222 | 2026-08-05T04:20:23.912Z | Downloaded memmap v0.7.0 |
| 223 | 2026-08-05T04:20:23.913Z | Downloaded anstream v1.0.0 |
| 224 | 2026-08-05T04:20:23.913Z | Downloaded base16ct v0.2.0 |
| 225 | 2026-08-05T04:20:23.913Z | Downloaded either v1.15.0 |
| 226 | 2026-08-05T04:20:23.913Z | Downloaded async-trait v0.1.89 |
| 227 | 2026-08-05T04:20:23.913Z | Downloaded libscf-sys v1.1.0 |
| 228 | 2026-08-05T04:20:23.913Z | Downloaded adler2 v2.0.1 |
| 229 | 2026-08-05T04:20:23.921Z | Downloaded itoa v1.0.17 |
| 230 | 2026-08-05T04:20:23.921Z | Downloaded powerfmt v0.2.0 |
| 231 | 2026-08-05T04:20:23.921Z | Downloaded lazy_static v1.5.0 |
| 232 | 2026-08-05T04:20:23.922Z | Downloaded scroll_derive v0.12.1 |
| 233 | 2026-08-05T04:20:23.922Z | Downloaded num-iter v0.1.45 |
| 234 | 2026-08-05T04:20:23.922Z | Downloaded ecdsa v0.16.9 |
| 235 | 2026-08-05T04:20:23.929Z | Downloaded rustls-pki-types v1.14.0 |
| 236 | 2026-08-05T04:20:23.929Z | Downloaded num v0.4.3 |
| 237 | 2026-08-05T04:20:23.929Z | Downloaded sha256 v1.6.0 |
| 238 | 2026-08-05T04:20:23.930Z | Downloaded percent-encoding v2.3.2 |
| 239 | 2026-08-05T04:20:23.930Z | Downloaded group v0.13.0 |
| 240 | 2026-08-05T04:20:23.930Z | Downloaded anstyle-parse v1.0.0 |
| 241 | 2026-08-05T04:20:23.930Z | Downloaded bitflags v1.3.2 |
| 242 | 2026-08-05T04:20:23.934Z | Downloaded proc-macro-crate v1.3.1 |
| 243 | 2026-08-05T04:20:23.934Z | Downloaded plain v0.2.3 |
| 244 | 2026-08-05T04:20:23.934Z | Downloaded futures-core v0.3.32 |
| 245 | 2026-08-05T04:20:23.934Z | Downloaded openssl-probe v0.2.1 |
| 246 | 2026-08-05T04:20:23.934Z | Downloaded secrecy v0.10.3 |
| 247 | 2026-08-05T04:20:23.934Z | Downloaded num-rational v0.4.2 |
| 248 | 2026-08-05T04:20:23.940Z | Downloaded num_enum_derive v0.5.11 |
| 249 | 2026-08-05T04:20:23.945Z | Downloaded rfc6979 v0.4.0 |
| 250 | 2026-08-05T04:20:23.948Z | Downloaded clap_lex v0.2.4 |
| 251 | 2026-08-05T04:20:23.948Z | Downloaded serde_urlencoded v0.7.1 |
| 252 | 2026-08-05T04:20:23.951Z | Downloaded pkg-config v0.3.32 |
| 253 | 2026-08-05T04:20:23.954Z | Downloaded slog-envlogger v2.2.0 |
| 254 | 2026-08-05T04:20:23.954Z | Downloaded itertools v0.12.1 |
| 255 | 2026-08-05T04:20:23.957Z | Downloaded foreign-types-macros v0.2.3 |
| 256 | 2026-08-05T04:20:23.960Z | Downloaded crypto-common v0.1.7 |
| 257 | 2026-08-05T04:20:23.960Z | Downloaded take_mut v0.2.2 |
| 258 | 2026-08-05T04:20:23.960Z | Downloaded sync_wrapper v1.0.2 |
| 259 | 2026-08-05T04:20:23.960Z | Downloaded tap v1.0.1 |
| 260 | 2026-08-05T04:20:23.964Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 261 | 2026-08-05T04:20:23.964Z | Downloaded async-recursion v0.3.2 |
| 262 | 2026-08-05T04:20:23.966Z | Downloaded atty v0.2.14 |
| 263 | 2026-08-05T04:20:23.971Z | Downloaded erased-serde v0.3.31 |
| 264 | 2026-08-05T04:20:23.974Z | Downloaded pkcs8 v0.10.2 |
| 265 | 2026-08-05T04:20:23.977Z | Downloaded serde_spanned v1.1.1 |
| 266 | 2026-08-05T04:20:23.977Z | Downloaded serde_repr v0.1.20 |
| 267 | 2026-08-05T04:20:23.981Z | Downloaded scopeguard v1.2.0 |
| 268 | 2026-08-05T04:20:23.981Z | Downloaded lock_api v0.4.14 |
| 269 | 2026-08-05T04:20:23.981Z | Downloaded console v0.16.2 |
| 270 | 2026-08-05T04:20:23.983Z | Downloaded rand_core v0.9.5 |
| 271 | 2026-08-05T04:20:23.984Z | Downloaded pin-project-internal v1.1.10 |
| 272 | 2026-08-05T04:20:23.984Z | Downloaded signature v2.2.0 |
| 273 | 2026-08-05T04:20:23.984Z | Downloaded displaydoc v0.2.5 |
| 274 | 2026-08-05T04:20:23.987Z | Downloaded rand_chacha v0.9.0 |
| 275 | 2026-08-05T04:20:23.987Z | Downloaded num_enum v0.7.5 |
| 276 | 2026-08-05T04:20:23.990Z | Downloaded serde_path_to_error v0.1.20 |
| 277 | 2026-08-05T04:20:23.993Z | Downloaded proc-macro-error v1.0.4 |
| 278 | 2026-08-05T04:20:23.993Z | Downloaded semver v1.0.27 |
| 279 | 2026-08-05T04:20:23.995Z | Downloaded primeorder v0.13.6 |
| 280 | 2026-08-05T04:20:23.995Z | Downloaded shlex v1.3.0 |
| 281 | 2026-08-05T04:20:23.995Z | Downloaded pem v3.0.6 |
| 282 | 2026-08-05T04:20:23.998Z | Downloaded time-core v0.1.8 |
| 283 | 2026-08-05T04:20:23.998Z | Downloaded scroll v0.12.0 |
| 284 | 2026-08-05T04:20:23.998Z | Downloaded crc32fast v1.5.0 |
| 285 | 2026-08-05T04:20:24.002Z | Downloaded pest_derive v2.8.6 |
| 286 | 2026-08-05T04:20:24.002Z | Downloaded clap_derive v4.6.4 |
| 287 | 2026-08-05T04:20:24.002Z | Downloaded elliptic-curve v0.13.8 |
| 288 | 2026-08-05T04:20:24.005Z | Downloaded clap v4.6.5 |
| 289 | 2026-08-05T04:20:24.009Z | Downloaded stable_deref_trait v1.2.1 |
| 290 | 2026-08-05T04:20:24.012Z | Downloaded httparse v1.10.1 |
| 291 | 2026-08-05T04:20:24.012Z | Downloaded rand_core v0.6.4 |
| 292 | 2026-08-05T04:20:24.014Z | Downloaded strsim v0.11.1 |
| 293 | 2026-08-05T04:20:24.014Z | Downloaded indexmap v1.9.3 |
| 294 | 2026-08-05T04:20:24.017Z | Downloaded subtle v2.6.1 |
| 295 | 2026-08-05T04:20:24.017Z | Downloaded parking_lot_core v0.9.12 |
| 296 | 2026-08-05T04:20:24.017Z | Downloaded toml_datetime v0.6.11 |
| 297 | 2026-08-05T04:20:24.020Z | Downloaded tower-layer v0.3.3 |
| 298 | 2026-08-05T04:20:24.020Z | Downloaded arc-swap v1.8.2 |
| 299 | 2026-08-05T04:20:24.022Z | Downloaded slog-scope v4.4.1 |
| 300 | 2026-08-05T04:20:24.022Z | Downloaded synstructure v0.13.2 |
| 301 | 2026-08-05T04:20:24.025Z | Downloaded thread-id v4.2.2 |
| 302 | 2026-08-05T04:20:24.028Z | Downloaded tower-service v0.3.3 |
| 303 | 2026-08-05T04:20:24.032Z | Downloaded try-lock v0.2.5 |
| 304 | 2026-08-05T04:20:24.035Z | Downloaded rustversion v1.0.22 |
| 305 | 2026-08-05T04:20:24.035Z | Downloaded base64ct v1.8.3 |
| 306 | 2026-08-05T04:20:24.036Z | Downloaded usdt-attr-macro v0.5.0 |
| 307 | 2026-08-05T04:20:24.036Z | Downloaded form_urlencoded v1.2.2 |
| 308 | 2026-08-05T04:20:24.039Z | Downloaded byteorder v1.5.0 |
| 309 | 2026-08-05T04:20:24.039Z | Downloaded pkcs1 v0.7.5 |
| 310 | 2026-08-05T04:20:24.043Z | Downloaded parking_lot v0.12.5 |
| 311 | 2026-08-05T04:20:24.043Z | Downloaded ff v0.13.1 |
| 312 | 2026-08-05T04:20:24.046Z | Downloaded iana-time-zone v0.1.65 |
| 313 | 2026-08-05T04:20:24.046Z | Downloaded deranged v0.5.6 |
| 314 | 2026-08-05T04:20:24.047Z | Downloaded sha2 v0.10.9 |
| 315 | 2026-08-05T04:20:24.049Z | Downloaded hyper-rustls v0.27.7 |
| 316 | 2026-08-05T04:20:24.049Z | Downloaded find-msvc-tools v0.1.9 |
| 317 | 2026-08-05T04:20:24.052Z | Downloaded once_cell v1.21.3 |
| 318 | 2026-08-05T04:20:24.052Z | Downloaded num_enum v0.5.11 |
| 319 | 2026-08-05T04:20:24.055Z | Downloaded litemap v0.8.1 |
| 320 | 2026-08-05T04:20:24.058Z | Downloaded thiserror v2.0.18 |
| 321 | 2026-08-05T04:20:24.060Z | Downloaded want v0.3.1 |
| 322 | 2026-08-05T04:20:24.060Z | Downloaded thread_local v1.1.9 |
| 323 | 2026-08-05T04:20:24.060Z | Downloaded simd-adler32 v0.3.8 |
| 324 | 2026-08-05T04:20:24.063Z | Downloaded quote v1.0.45 |
| 325 | 2026-08-05T04:20:24.063Z | Downloaded serde_tokenstream v0.2.2 |
| 326 | 2026-08-05T04:20:24.066Z | Downloaded hyper-util v0.1.20 |
| 327 | 2026-08-05T04:20:24.068Z | Downloaded simple_asn1 v0.6.4 |
| 328 | 2026-08-05T04:20:24.068Z | Downloaded signal-hook-registry v1.4.8 |
| 329 | 2026-08-05T04:20:24.071Z | Downloaded p256 v0.13.2 |
| 330 | 2026-08-05T04:20:24.071Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 331 | 2026-08-05T04:20:24.071Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 332 | 2026-08-05T04:20:24.076Z | Downloaded rand v0.8.5 |
| 333 | 2026-08-05T04:20:24.076Z | Downloaded tokio-macros v2.7.0 |
| 334 | 2026-08-05T04:20:24.076Z | Downloaded term v1.2.1 |
| 335 | 2026-08-05T04:20:24.079Z | Downloaded spin v0.9.8 |
| 336 | 2026-08-05T04:20:24.079Z | Downloaded termcolor v1.4.1 |
| 337 | 2026-08-05T04:20:24.079Z | Downloaded strsim v0.10.0 |
| 338 | 2026-08-05T04:20:24.081Z | Downloaded log v0.4.29 |
| 339 | 2026-08-05T04:20:24.081Z | Downloaded icu_provider v2.1.1 |
| 340 | 2026-08-05T04:20:24.084Z | Downloaded ed25519 v2.2.3 |
| 341 | 2026-08-05T04:20:24.084Z | Downloaded version_check v0.9.5 |
| 342 | 2026-08-05T04:20:24.086Z | Downloaded unit-prefix v0.5.2 |
| 343 | 2026-08-05T04:20:24.087Z | Downloaded slog-term v2.9.2 |
| 344 | 2026-08-05T04:20:24.087Z | Downloaded slog-async v2.8.0 |
| 345 | 2026-08-05T04:20:24.089Z | Downloaded slab v0.4.12 |
| 346 | 2026-08-05T04:20:24.092Z | Downloaded bytes v1.11.1 |
| 347 | 2026-08-05T04:20:24.095Z | Downloaded num-traits v0.2.19 |
| 348 | 2026-08-05T04:20:24.097Z | Downloaded thiserror-impl v1.0.69 |
| 349 | 2026-08-05T04:20:24.097Z | Downloaded thiserror v1.0.69 |
| 350 | 2026-08-05T04:20:24.100Z | Downloaded spki v0.7.3 |
| 351 | 2026-08-05T04:20:24.102Z | Downloaded snafu-derive v0.8.9 |
| 352 | 2026-08-05T04:20:24.102Z | Downloaded untrusted v0.9.0 |
| 353 | 2026-08-05T04:20:24.102Z | Downloaded slog-stdlog v4.1.1 |
| 354 | 2026-08-05T04:20:24.105Z | Downloaded utf8_iter v1.0.4 |
| 355 | 2026-08-05T04:20:24.105Z | Downloaded usdt-macro v0.5.0 |
| 356 | 2026-08-05T04:20:24.110Z | Downloaded time-macros v0.2.27 |
| 357 | 2026-08-05T04:20:24.112Z | Downloaded hkdf v0.12.4 |
| 358 | 2026-08-05T04:20:24.114Z | Downloaded pest_generator v2.8.6 |
| 359 | 2026-08-05T04:20:24.114Z | Downloaded getrandom v0.2.17 |
| 360 | 2026-08-05T04:20:24.118Z | Downloaded thiserror-impl v2.0.18 |
| 361 | 2026-08-05T04:20:24.118Z | Downloaded zone v0.3.1 |
| 362 | 2026-08-05T04:20:24.118Z | Downloaded futures-channel v0.3.32 |
| 363 | 2026-08-05T04:20:24.118Z | Downloaded anyhow v1.0.102 |
| 364 | 2026-08-05T04:20:24.121Z | Downloaded zone_cfg_derive v0.3.1 |
| 365 | 2026-08-05T04:20:24.121Z | Downloaded colored v3.1.1 |
| 366 | 2026-08-05T04:20:24.123Z | Downloaded cargo_metadata v0.23.1 |
| 367 | 2026-08-05T04:20:24.126Z | Downloaded anstyle v1.0.14 |
| 368 | 2026-08-05T04:20:24.129Z | Downloaded tokio-rustls v0.26.4 |
| 369 | 2026-08-05T04:20:24.129Z | Downloaded iri-string v0.7.10 |
| 370 | 2026-08-05T04:20:24.132Z | Downloaded socket2 v0.6.3 |
| 371 | 2026-08-05T04:20:24.134Z | Downloaded slog v2.8.2 |
| 372 | 2026-08-05T04:20:24.134Z | Downloaded xattr v1.6.1 |
| 373 | 2026-08-05T04:20:24.137Z | Downloaded usdt-impl v0.5.0 |
| 374 | 2026-08-05T04:20:24.137Z | Downloaded zerofrom-derive v0.1.6 |
| 375 | 2026-08-05T04:20:24.137Z | Downloaded usdt v0.5.0 |
| 376 | 2026-08-05T04:20:24.140Z | Downloaded wyz v0.5.1 |
| 377 | 2026-08-05T04:20:24.143Z | Downloaded tracing-attributes v0.1.31 |
| 378 | 2026-08-05T04:20:24.143Z | Downloaded ucd-trie v0.1.7 |
| 379 | 2026-08-05T04:20:24.143Z | Downloaded icu_locale_core v2.1.1 |
| 380 | 2026-08-05T04:20:24.146Z | Downloaded pin-project v1.1.10 |
| 381 | 2026-08-05T04:20:24.152Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 382 | 2026-08-05T04:20:24.155Z | Downloaded proc-macro2 v1.0.106 |
| 383 | 2026-08-05T04:20:24.156Z | Downloaded pest_meta v2.8.6 |
| 384 | 2026-08-05T04:20:24.160Z | Downloaded miniz_oxide v0.8.9 |
| 385 | 2026-08-05T04:20:24.163Z | Downloaded zmij v1.0.21 |
| 386 | 2026-08-05T04:20:24.163Z | Downloaded zerovec-derive v0.11.2 |
| 387 | 2026-08-05T04:20:24.163Z | Downloaded icu_normalizer_data v2.1.1 |
| 388 | 2026-08-05T04:20:24.164Z | Downloaded const-oid v0.9.6 |
| 389 | 2026-08-05T04:20:24.164Z | Downloaded tinystr v0.8.2 |
| 390 | 2026-08-05T04:20:24.168Z | Downloaded smallvec v1.15.1 |
| 391 | 2026-08-05T04:20:24.168Z | Downloaded ryu v1.0.23 |
| 392 | 2026-08-05T04:20:24.168Z | Downloaded icu_collections v2.1.1 |
| 393 | 2026-08-05T04:20:24.172Z | Downloaded unicode-ident v1.0.24 |
| 394 | 2026-08-05T04:20:24.175Z | Downloaded snafu v0.8.9 |
| 395 | 2026-08-05T04:20:24.178Z | Downloaded zerocopy-derive v0.7.35 |
| 396 | 2026-08-05T04:20:24.178Z | Downloaded utf8parse v0.2.2 |
| 397 | 2026-08-05T04:20:24.180Z | Downloaded indicatif v0.18.4 |
| 398 | 2026-08-05T04:20:24.183Z | Downloaded idna v1.1.0 |
| 399 | 2026-08-05T04:20:24.183Z | Downloaded web-time v1.1.0 |
| 400 | 2026-08-05T04:20:24.185Z | Downloaded serde_derive v1.0.228 |
| 401 | 2026-08-05T04:20:24.187Z | Downloaded sec1 v0.7.3 |
| 402 | 2026-08-05T04:20:24.187Z | Downloaded rustls-webpki v0.103.9 |
| 403 | 2026-08-05T04:20:24.190Z | Downloaded writeable v0.6.2 |
| 404 | 2026-08-05T04:20:24.190Z | Downloaded memchr v2.8.0 |
| 405 | 2026-08-05T04:20:24.193Z | Downloaded tar v0.4.46 |
| 406 | 2026-08-05T04:20:24.195Z | Downloaded yoke-derive v0.8.1 |
| 407 | 2026-08-05T04:20:24.195Z | Downloaded tracing-core v0.1.36 |
| 408 | 2026-08-05T04:20:24.198Z | Downloaded yoke v0.8.1 |
| 409 | 2026-08-05T04:20:24.198Z | Downloaded rsa v0.9.10 |
| 410 | 2026-08-05T04:20:24.201Z | Downloaded getrandom v0.3.4 |
| 411 | 2026-08-05T04:20:24.205Z | Downloaded zeroize v1.8.2 |
| 412 | 2026-08-05T04:20:24.205Z | Downloaded indexmap v2.13.0 |
| 413 | 2026-08-05T04:20:24.207Z | Downloaded mio v1.2.0 |
| 414 | 2026-08-05T04:20:24.210Z | Downloaded zerofrom v0.1.6 |
| 415 | 2026-08-05T04:20:24.210Z | Downloaded toml_edit v0.19.15 |
| 416 | 2026-08-05T04:20:24.217Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 417 | 2026-08-05T04:20:24.219Z | Downloaded cc v1.2.56 |
| 418 | 2026-08-05T04:20:24.222Z | Downloaded rand v0.9.2 |
| 419 | 2026-08-05T04:20:24.225Z | Downloaded textwrap v0.16.2 |
| 420 | 2026-08-05T04:20:24.225Z | Downloaded openssl-sys v0.9.111 |
| 421 | 2026-08-05T04:20:24.227Z | Downloaded tempfile v3.27.0 |
| 422 | 2026-08-05T04:20:24.230Z | Downloaded der v0.7.10 |
| 423 | 2026-08-05T04:20:24.233Z | Downloaded flate2 v1.1.9 |
| 424 | 2026-08-05T04:20:24.233Z | Downloaded ed25519-dalek v2.2.0 |
| 425 | 2026-08-05T04:20:24.236Z | Downloaded crypto-bigint v0.5.5 |
| 426 | 2026-08-05T04:20:24.238Z | Downloaded pest v2.8.6 |
| 427 | 2026-08-05T04:20:24.241Z | Downloaded serde_core v1.0.228 |
| 428 | 2026-08-05T04:20:24.243Z | Downloaded num-bigint v0.4.6 |
| 429 | 2026-08-05T04:20:24.246Z | Downloaded icu_properties_data v2.1.2 |
| 430 | 2026-08-05T04:20:24.251Z | Downloaded base64 v0.22.1 |
| 431 | 2026-08-05T04:20:24.259Z | Downloaded regex v1.12.3 |
| 432 | 2026-08-05T04:20:24.262Z | Downloaded crossbeam-channel v0.5.15 |
| 433 | 2026-08-05T04:20:24.265Z | Downloaded curl v0.4.50 |
| 434 | 2026-08-05T04:20:24.267Z | Downloaded libm v0.2.16 |
| 435 | 2026-08-05T04:20:24.271Z | Downloaded hyper v1.8.1 |
| 436 | 2026-08-05T04:20:24.274Z | Downloaded serde v1.0.228 |
| 437 | 2026-08-05T04:20:24.276Z | Downloaded zerovec v0.11.5 |
| 438 | 2026-08-05T04:20:24.279Z | Downloaded tokio-util v0.7.18 |
| 439 | 2026-08-05T04:20:24.283Z | Downloaded http v1.4.0 |
| 440 | 2026-08-05T04:20:24.285Z | Downloaded serde_json v1.0.150 |
| 441 | 2026-08-05T04:20:24.288Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 442 | 2026-08-05T04:20:24.294Z | Downloaded typenum v1.19.0 |
| 443 | 2026-08-05T04:20:24.297Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 444 | 2026-08-05T04:20:24.299Z | Downloaded p384 v0.13.1 |
| 445 | 2026-08-05T04:20:24.308Z | Downloaded portable-atomic v1.13.1 |
| 446 | 2026-08-05T04:20:24.325Z | Downloaded zerotrie v0.2.3 |
| 447 | 2026-08-05T04:20:24.328Z | Downloaded hashbrown v0.12.3 |
| 448 | 2026-08-05T04:20:24.331Z | Downloaded url v2.5.8 |
| 449 | 2026-08-05T04:20:24.354Z | Downloaded vcpkg v0.2.15 |
| 450 | 2026-08-05T04:20:24.375Z | Downloaded unicode-width v0.2.2 |
| 451 | 2026-08-05T04:20:24.378Z | Downloaded zerocopy v0.8.39 |
| 452 | 2026-08-05T04:20:24.389Z | Downloaded syn v3.0.3 |
| 453 | 2026-08-05T04:20:24.394Z | Downloaded regex-syntax v0.8.9 |
| 454 | 2026-08-05T04:20:24.398Z | Downloaded hashbrown v0.16.1 |
| 455 | 2026-08-05T04:20:24.404Z | Downloaded tower v0.5.3 |
| 456 | 2026-08-05T04:20:24.417Z | Downloaded aho-corasick v1.1.4 |
| 457 | 2026-08-05T04:20:24.420Z | Downloaded tower-http v0.6.8 |
| 458 | 2026-08-05T04:20:24.425Z | Downloaded octocrab v0.53.1 |
| 459 | 2026-08-05T04:20:24.444Z | Downloaded tracing v0.1.44 |
| 460 | 2026-08-05T04:20:24.452Z | Downloaded goblin v0.8.2 |
| 461 | 2026-08-05T04:20:24.456Z | Downloaded futures-util v0.3.32 |
| 462 | 2026-08-05T04:20:24.462Z | Downloaded clap_builder v4.6.5 |
| 463 | 2026-08-05T04:20:24.469Z | Downloaded zerocopy v0.7.35 |
| 464 | 2026-08-05T04:20:24.477Z | Downloaded winnow v0.5.40 |
| 465 | 2026-08-05T04:20:24.489Z | Downloaded regex-automata v0.4.14 |
| 466 | 2026-08-05T04:20:24.495Z | Downloaded winnow v1.0.1 |
| 467 | 2026-08-05T04:20:24.499Z | Downloaded clap v3.2.25 |
| 468 | 2026-08-05T04:20:24.502Z | Downloaded chrono v0.4.43 |
| 469 | 2026-08-05T04:20:24.505Z | Downloaded winnow v0.7.14 |
| 470 | 2026-08-05T04:20:24.509Z | Downloaded bitvec v1.0.1 |
| 471 | 2026-08-05T04:20:24.517Z | Downloaded syn v1.0.109 |
| 472 | 2026-08-05T04:20:24.524Z | Downloaded time v0.3.47 |
| 473 | 2026-08-05T04:20:24.528Z | Downloaded curve25519-dalek v4.1.3 |
| 474 | 2026-08-05T04:20:24.539Z | Downloaded libz-sys v1.1.23 |
| 475 | 2026-08-05T04:20:24.544Z | Downloaded libc v0.2.186 |
| 476 | 2026-08-05T04:20:24.563Z | Downloaded syn v2.0.117 |
| 477 | 2026-08-05T04:20:24.577Z | Downloaded rustls v0.23.36 |
| 478 | 2026-08-05T04:20:24.594Z | Downloaded rustix v1.1.4 |
| 479 | 2026-08-05T04:20:24.697Z | Downloaded tokio v1.52.3 |
| 480 | 2026-08-05T04:20:24.784Z | Downloaded ring v0.17.14 |
| 481 | 2026-08-05T04:20:24.802Z | Downloaded curl-sys v0.4.89+curl-8.20.0 |
| 482 | 2026-08-05T04:20:24.934Z | Compiling proc-macro2 v1.0.106 |
| 483 | 2026-08-05T04:20:24.935Z | Compiling quote v1.0.45 |
| 484 | 2026-08-05T04:20:24.954Z | Compiling unicode-ident v1.0.24 |
| 485 | 2026-08-05T04:20:24.955Z | Compiling libc v0.2.186 |
| 486 | 2026-08-05T04:20:24.955Z | Checking cfg-if v1.0.4 |
| 487 | 2026-08-05T04:20:24.955Z | Compiling version_check v0.9.5 |
| 488 | 2026-08-05T04:20:24.955Z | Checking zeroize v1.8.2 |
| 489 | 2026-08-05T04:20:24.955Z | Compiling serde_core v1.0.228 |
| 490 | 2026-08-05T04:20:25.063Z | Compiling serde v1.0.228 |
| 491 | 2026-08-05T04:20:25.125Z | Checking memchr v2.8.0 |
| 492 | 2026-08-05T04:20:25.160Z | Compiling autocfg v1.5.0 |
| 493 | 2026-08-05T04:20:25.404Z | Compiling typenum v1.19.0 |
| 494 | 2026-08-05T04:20:25.428Z | Checking subtle v2.6.1 |
| 495 | 2026-08-05T04:20:25.525Z | Compiling generic-array v0.14.7 |
| 496 | 2026-08-05T04:20:25.534Z | Checking itoa v1.0.17 |
| 497 | 2026-08-05T04:20:25.555Z | Checking smallvec v1.15.1 |
| 498 | 2026-08-05T04:20:25.691Z | Checking const-oid v0.9.6 |
| 499 | 2026-08-05T04:20:25.738Z | Compiling syn v1.0.109 |
| 500 | 2026-08-05T04:20:25.774Z | Checking getrandom v0.2.17 |
| 501 | 2026-08-05T04:20:25.801Z | Compiling libm v0.2.16 |
| 502 | 2026-08-05T04:20:25.832Z | Compiling num-traits v0.2.19 |
| 503 | 2026-08-05T04:20:25.911Z | Compiling find-msvc-tools v0.1.9 |
| 504 | 2026-08-05T04:20:26.069Z | Compiling shlex v1.3.0 |
| 505 | 2026-08-05T04:20:26.165Z | Checking pin-project-lite v0.2.16 |
| 506 | 2026-08-05T04:20:26.192Z | Compiling cc v1.2.56 |
| 507 | 2026-08-05T04:20:26.260Z | Compiling syn v2.0.117 |
| 508 | 2026-08-05T04:20:26.491Z | Checking log v0.4.29 |
| 509 | 2026-08-05T04:20:26.652Z | Compiling thiserror v1.0.69 |
| 510 | 2026-08-05T04:20:26.794Z | Compiling zmij v1.0.21 |
| 511 | 2026-08-05T04:20:27.126Z | Checking crypto-common v0.1.7 |
| 512 | 2026-08-05T04:20:27.140Z | Checking block-buffer v0.10.4 |
| 513 | 2026-08-05T04:20:27.234Z | Checking bytes v1.11.1 |
| 514 | 2026-08-05T04:20:27.258Z | Compiling rustversion v1.0.22 |
| 515 | 2026-08-05T04:20:27.342Z | Checking digest v0.10.7 |
| 516 | 2026-08-05T04:20:27.514Z | Checking rand_core v0.6.4 |
| 517 | 2026-08-05T04:20:27.522Z | Checking errno v0.3.14 |
| 518 | 2026-08-05T04:20:27.547Z | Checking socket2 v0.6.3 |
| 519 | 2026-08-05T04:20:27.547Z | Compiling equivalent v1.0.2 |
| 520 | 2026-08-05T04:20:27.623Z | Checking once_cell v1.21.3 |
| 521 | 2026-08-05T04:20:27.635Z | Compiling parking_lot_core v0.9.12 |
| 522 | 2026-08-05T04:20:27.647Z | Compiling hashbrown v0.16.1 |
| 523 | 2026-08-05T04:20:27.670Z | Checking scopeguard v1.2.0 |
| 524 | 2026-08-05T04:20:27.755Z | Checking base64ct v1.8.3 |
| 525 | 2026-08-05T04:20:27.768Z | Checking lock_api v0.4.14 |
| 526 | 2026-08-05T04:20:27.792Z | Checking signal-hook-registry v1.4.8 |
| 527 | 2026-08-05T04:20:27.939Z | Checking mio v1.2.0 |
| 528 | 2026-08-05T04:20:27.972Z | Checking pem-rfc7468 v0.7.0 |
| 529 | 2026-08-05T04:20:28.087Z | Checking parking_lot v0.12.5 |
| 530 | 2026-08-05T04:20:28.098Z | Checking der v0.7.10 |
| 531 | 2026-08-05T04:20:28.174Z | Compiling indexmap v2.13.0 |
| 532 | 2026-08-05T04:20:28.207Z | Checking stable_deref_trait v1.2.1 |
| 533 | 2026-08-05T04:20:28.216Z | Checking futures-core v0.3.32 |
| 534 | 2026-08-05T04:20:28.268Z | Compiling thiserror v2.0.18 |
| 535 | 2026-08-05T04:20:28.276Z | Compiling ucd-trie v0.1.7 |
| 536 | 2026-08-05T04:20:28.305Z | Compiling zerocopy v0.8.39 |
| 537 | 2026-08-05T04:20:28.328Z | Compiling serde_json v1.0.150 |
| 538 | 2026-08-05T04:20:28.492Z | Compiling pest v2.8.6 |
| 539 | 2026-08-05T04:20:28.775Z | Checking futures-sink v0.3.32 |
| 540 | 2026-08-05T04:20:28.832Z | Checking spki v0.7.3 |
| 541 | 2026-08-05T04:20:28.837Z | Checking num-integer v0.1.46 |
| 542 | 2026-08-05T04:20:28.905Z | Compiling proc-macro-error-attr v1.0.4 |
| 543 | 2026-08-05T04:20:28.983Z | Checking pkcs8 v0.10.2 |
| 544 | 2026-08-05T04:20:29.065Z | Compiling synstructure v0.13.2 |
| 545 | 2026-08-05T04:20:29.119Z | Compiling pkg-config v0.3.32 |
| 546 | 2026-08-05T04:20:29.178Z | Checking futures-channel v0.3.32 |
| 547 | 2026-08-05T04:20:29.383Z | Compiling semver v1.0.27 |
| 548 | 2026-08-05T04:20:29.555Z | Compiling pest_meta v2.8.6 |
| 549 | 2026-08-05T04:20:29.564Z | Compiling proc-macro-error v1.0.4 |
| 550 | 2026-08-05T04:20:29.634Z | Compiling vcpkg v0.2.15 |
| 551 | 2026-08-05T04:20:29.716Z | Checking tracing-core v0.1.36 |
| 552 | 2026-08-05T04:20:29.794Z | Checking http v1.4.0 |
| 553 | 2026-08-05T04:20:29.885Z | Checking hmac v0.12.1 |
| 554 | 2026-08-05T04:20:30.009Z | Checking pretty-hex v0.4.1 |
| 555 | 2026-08-05T04:20:30.054Z | Checking slab v0.4.12 |
| 556 | 2026-08-05T04:20:30.112Z | Checking futures-io v0.3.32 |
| 557 | 2026-08-05T04:20:30.124Z | Compiling winnow v1.0.1 |
| 558 | 2026-08-05T04:20:30.210Z | Compiling pest_generator v2.8.6 |
| 559 | 2026-08-05T04:20:30.231Z | Checking spin v0.9.8 |
| 560 | 2026-08-05T04:20:30.248Z | Checking futures-task v0.3.32 |
| 561 | 2026-08-05T04:20:30.284Z | Compiling serde_derive v1.0.228 |
| 562 | 2026-08-05T04:20:30.336Z | Compiling thiserror-impl v1.0.69 |
| 563 | 2026-08-05T04:20:30.405Z | Compiling zerofrom-derive v0.1.6 |
| 564 | 2026-08-05T04:20:30.409Z | Compiling yoke-derive v0.8.1 |
| 565 | 2026-08-05T04:20:30.466Z | Compiling tokio-macros v2.7.0 |
| 566 | 2026-08-05T04:20:30.837Z | Compiling zerovec-derive v0.11.2 |
| 567 | 2026-08-05T04:20:30.907Z | Compiling thiserror-impl v2.0.18 |
| 568 | 2026-08-05T04:20:31.211Z | Checking tokio v1.52.3 |
| 569 | 2026-08-05T04:20:31.486Z | Compiling zerocopy-derive v0.7.35 |
| 570 | 2026-08-05T04:20:31.604Z | Checking zerofrom v0.1.6 |
| 571 | 2026-08-05T04:20:31.614Z | Compiling displaydoc v0.2.5 |
| 572 | 2026-08-05T04:20:31.662Z | Checking ppv-lite86 v0.2.21 |
| 573 | 2026-08-05T04:20:31.708Z | Checking yoke v0.8.1 |
| 574 | 2026-08-05T04:20:31.870Z | Compiling pest_derive v2.8.6 |
| 575 | 2026-08-05T04:20:31.956Z | Checking zerovec v0.11.5 |
| 576 | 2026-08-05T04:20:31.980Z | Compiling futures-macro v0.3.32 |
| 577 | 2026-08-05T04:20:32.158Z | Compiling tracing-attributes v0.1.31 |
| 578 | 2026-08-05T04:20:32.390Z | Checking tinystr v0.8.2 |
| 579 | 2026-08-05T04:20:32.417Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 580 | 2026-08-05T04:20:32.449Z | Checking lazy_static v1.5.0 |
| 581 | 2026-08-05T04:20:32.529Z | Compiling slog v2.8.2 |
| 582 | 2026-08-05T04:20:32.567Z | Checking signature v2.2.0 |
| 583 | 2026-08-05T04:20:32.673Z | Checking ff v0.13.1 |
| 584 | 2026-08-05T04:20:32.799Z | Compiling ring v0.17.14 |
| 585 | 2026-08-05T04:20:32.821Z | Checking futures-util v0.3.32 |
| 586 | 2026-08-05T04:20:32.821Z | Compiling winnow v0.5.40 |
| 587 | 2026-08-05T04:20:32.970Z | Compiling byteorder v1.5.0 |
| 588 | 2026-08-05T04:20:33.198Z | Checking litemap v0.8.1 |
| 589 | 2026-08-05T04:20:33.260Z | Checking cpufeatures v0.2.17 |
| 590 | 2026-08-05T04:20:33.329Z | Checking writeable v0.6.2 |
| 591 | 2026-08-05T04:20:33.364Z | Checking powerfmt v0.2.0 |
| 592 | 2026-08-05T04:20:33.367Z | Compiling num-conv v0.2.0 |
| 593 | 2026-08-05T04:20:33.390Z | Checking tracing v0.1.44 |
| 594 | 2026-08-05T04:20:33.476Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 595 | 2026-08-05T04:20:33.480Z | Compiling toml_datetime v0.6.11 |
| 596 | 2026-08-05T04:20:33.502Z | Compiling time-core v0.1.8 |
| 597 | 2026-08-05T04:20:33.513Z | Checking base16ct v0.2.0 |
| 598 | 2026-08-05T04:20:33.579Z | Compiling winnow v0.7.14 |
| 599 | 2026-08-05T04:20:33.633Z | Compiling heck v0.4.1 |
| 600 | 2026-08-05T04:20:33.659Z | Compiling getrandom v0.3.4 |
| 601 | 2026-08-05T04:20:33.689Z | Compiling time-macros v0.2.27 |
| 602 | 2026-08-05T04:20:33.693Z | Checking sec1 v0.7.3 |
| 603 | 2026-08-05T04:20:33.811Z | Checking deranged v0.5.6 |
| 604 | 2026-08-05T04:20:33.923Z | Checking icu_locale_core v2.1.1 |
| 605 | 2026-08-05T04:20:34.025Z | Checking erased-serde v0.3.31 |
| 606 | 2026-08-05T04:20:34.203Z | Compiling toml_edit v0.19.15 |
| 607 | 2026-08-05T04:20:34.281Z | Checking num-bigint v0.4.6 |
| 608 | 2026-08-05T04:20:34.430Z | Compiling zerocopy v0.7.35 |
| 609 | 2026-08-05T04:20:34.694Z | Checking group v0.13.0 |
| 610 | 2026-08-05T04:20:34.820Z | Checking potential_utf v0.1.4 |
| 611 | 2026-08-05T04:20:34.834Z | Checking zerotrie v0.2.3 |
| 612 | 2026-08-05T04:20:34.942Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 613 | 2026-08-05T04:20:35.052Z | Checking http-body v1.0.1 |
| 614 | 2026-08-05T04:20:35.180Z | Compiling scroll_derive v0.12.1 |
| 615 | 2026-08-05T04:20:35.419Z | Checking hkdf v0.12.4 |
| 616 | 2026-08-05T04:20:35.419Z | Checking num-iter v0.1.45 |
| 617 | 2026-08-05T04:20:35.419Z | Checking crypto-bigint v0.5.5 |
| 618 | 2026-08-05T04:20:35.419Z | Compiling usdt-impl v0.5.0 |
| 619 | 2026-08-05T04:20:35.419Z | Compiling icu_properties_data v2.1.2 |
| 620 | 2026-08-05T04:20:35.751Z | Compiling icu_normalizer_data v2.1.1 |
| 621 | 2026-08-05T04:20:35.773Z | Compiling httparse v1.10.1 |
| 622 | 2026-08-05T04:20:35.826Z | Checking scroll v0.12.0 |
| 623 | 2026-08-05T04:20:35.882Z | Compiling proc-macro-crate v1.3.1 |
| 624 | 2026-08-05T04:20:35.937Z | Checking time v0.3.47 |
| 625 | 2026-08-05T04:20:35.976Z | Compiling thread-id v4.2.2 |
| 626 | 2026-08-05T04:20:36.058Z | Compiling proc-macro-crate v3.4.0 |
| 627 | 2026-08-05T04:20:36.089Z | Checking icu_provider v2.1.1 |
| 628 | 2026-08-05T04:20:36.149Z | Checking icu_collections v2.1.1 |
| 629 | 2026-08-05T04:20:36.173Z | Compiling dof v0.3.0 |
| 630 | 2026-08-05T04:20:36.226Z | Checking elliptic-curve v0.13.8 |
| 631 | 2026-08-05T04:20:36.322Z | Checking sha2 v0.10.9 |
| 632 | 2026-08-05T04:20:36.414Z | Compiling dtrace-parser v0.2.0 |
| 633 | 2026-08-05T04:20:36.458Z | Compiling libz-sys v1.1.23 |
| 634 | 2026-08-05T04:20:36.467Z | Compiling openssl-sys v0.9.111 |
| 635 | 2026-08-05T04:20:36.491Z | Compiling rustc_version v0.4.1 |
| 636 | 2026-08-05T04:20:36.518Z | Checking rustls-pki-types v1.14.0 |
| 637 | 2026-08-05T04:20:36.528Z | Compiling crossbeam-utils v0.8.21 |
| 638 | 2026-08-05T04:20:36.570Z | Checking tower-service v0.3.3 |
| 639 | 2026-08-05T04:20:36.660Z | Checking try-lock v0.2.5 |
| 640 | 2026-08-05T04:20:36.776Z | Compiling camino v1.2.3 |
| 641 | 2026-08-05T04:20:36.827Z | Checking untrusted v0.9.0 |
| 642 | 2026-08-05T04:20:36.898Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 643 | 2026-08-05T04:20:36.898Z | Checking plain v0.2.3 |
| 644 | 2026-08-05T04:20:36.955Z | Checking goblin v0.8.2 |
| 645 | 2026-08-05T04:20:37.088Z | Compiling curve25519-dalek v4.1.3 |
| 646 | 2026-08-05T04:20:37.096Z | Checking want v0.3.1 |
| 647 | 2026-08-05T04:20:37.125Z | Compiling num_enum_derive v0.7.5 |
| 648 | 2026-08-05T04:20:37.209Z | Compiling num_enum_derive v0.5.11 |
| 649 | 2026-08-05T04:20:37.673Z | Compiling serde_tokenstream v0.2.2 |
| 650 | 2026-08-05T04:20:37.686Z | Checking rand_chacha v0.3.1 |
| 651 | 2026-08-05T04:20:37.702Z | Checking rfc6979 v0.4.0 |
| 652 | 2026-08-05T04:20:37.796Z | Checking arc-swap v1.8.2 |
| 653 | 2026-08-05T04:20:37.940Z | Checking iana-time-zone v0.1.65 |
| 654 | 2026-08-05T04:20:37.981Z | Checking pin-utils v0.1.0 |
| 655 | 2026-08-05T04:20:38.023Z | Compiling radium v0.7.0 |
| 656 | 2026-08-05T04:20:38.032Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 657 | 2026-08-05T04:20:38.058Z | Checking atomic-waker v1.1.2 |
| 658 | 2026-08-05T04:20:38.068Z | Compiling heck v0.5.0 |
| 659 | 2026-08-05T04:20:38.134Z | Compiling num-bigint-dig v0.8.6 |
| 660 | 2026-08-05T04:20:38.143Z | Compiling rustls v0.23.36 |
| 661 | 2026-08-05T04:20:38.150Z | Checking num_enum v0.7.5 |
| 662 | 2026-08-05T04:20:38.207Z | Checking num_enum v0.5.11 |
| 663 | 2026-08-05T04:20:38.248Z | Checking hyper v1.8.1 |
| 664 | 2026-08-05T04:20:38.272Z | Checking chrono v0.4.43 |
| 665 | 2026-08-05T04:20:38.306Z | Checking rustls-webpki v0.103.9 |
| 666 | 2026-08-05T04:20:38.351Z | Checking rand v0.8.5 |
| 667 | 2026-08-05T04:20:38.384Z | Checking ecdsa v0.16.9 |
| 668 | 2026-08-05T04:20:38.393Z | Checking icu_normalizer v2.1.1 |
| 669 | 2026-08-05T04:20:38.541Z | Checking icu_properties v2.1.2 |
| 670 | 2026-08-05T04:20:38.854Z | Checking primeorder v0.13.6 |
| 671 | 2026-08-05T04:20:38.951Z | Checking rand_core v0.9.5 |
| 672 | 2026-08-05T04:20:39.015Z | Compiling foreign-types-macros v0.2.3 |
| 673 | 2026-08-05T04:20:39.033Z | Compiling curve25519-dalek-derive v0.1.1 |
| 674 | 2026-08-05T04:20:39.080Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 675 | 2026-08-05T04:20:39.110Z | Compiling cargo-platform v0.3.2 |
| 676 | 2026-08-05T04:20:39.190Z | Checking aho-corasick v1.1.4 |
| 677 | 2026-08-05T04:20:39.216Z | Compiling indexmap v1.9.3 |
| 678 | 2026-08-05T04:20:39.349Z | Checking thread_local v1.1.9 |
| 679 | 2026-08-05T04:20:39.349Z | Checking either v1.15.0 |
| 680 | 2026-08-05T04:20:39.448Z | Checking regex-syntax v0.8.9 |
| 681 | 2026-08-05T04:20:39.456Z | Compiling anyhow v1.0.102 |
| 682 | 2026-08-05T04:20:39.515Z | Checking foreign-types-shared v0.3.1 |
| 683 | 2026-08-05T04:20:39.527Z | Checking tap v1.0.1 |
| 684 | 2026-08-05T04:20:39.593Z | Checking bitflags v2.11.0 |
| 685 | 2026-08-05T04:20:39.622Z | Checking utf8parse v0.2.2 |
| 686 | 2026-08-05T04:20:39.638Z | Compiling slog-async v2.8.0 |
| 687 | 2026-08-05T04:20:39.689Z | Checking percent-encoding v2.3.2 |
| 688 | 2026-08-05T04:20:39.723Z | Checking anstyle-parse v1.0.0 |
| 689 | 2026-08-05T04:20:39.822Z | Checking form_urlencoded v1.2.2 |
| 690 | 2026-08-05T04:20:39.858Z | Checking foreign-types v0.5.0 |
| 691 | 2026-08-05T04:20:39.878Z | Checking wyz v0.5.1 |
| 692 | 2026-08-05T04:20:39.948Z | Checking itertools v0.12.1 |
| 693 | 2026-08-05T04:20:40.025Z | Checking idna_adapter v1.2.1 |
| 694 | 2026-08-05T04:20:40.040Z | Compiling cargo_metadata v0.23.1 |
| 695 | 2026-08-05T04:20:40.052Z | Checking crossbeam-channel v0.5.15 |
| 696 | 2026-08-05T04:20:40.076Z | Checking rand_chacha v0.9.0 |
| 697 | 2026-08-05T04:20:40.264Z | Checking hyper-util v0.1.20 |
| 698 | 2026-08-05T04:20:40.807Z | Checking slog-scope v4.4.1 |
| 699 | 2026-08-05T04:20:40.856Z | Compiling usdt-macro v0.5.0 |
| 700 | 2026-08-05T04:20:40.867Z | Checking regex-automata v0.4.14 |
| 701 | 2026-08-05T04:20:40.889Z | Compiling usdt-attr-macro v0.5.0 |
| 702 | 2026-08-05T04:20:40.984Z | Checking num-rational v0.4.2 |
| 703 | 2026-08-05T04:20:44.194Z | Checking tokio-util v0.7.18 |
| 704 | 2026-08-05T04:20:44.195Z | Checking num-complex v0.4.6 |
| 705 | 2026-08-05T04:20:44.195Z | Checking ed25519 v2.2.3 |
| 706 | 2026-08-05T04:20:44.195Z | Compiling async-trait v0.1.89 |
| 707 | 2026-08-05T04:20:44.195Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 708 | 2026-08-05T04:20:44.195Z | Checking pkcs1 v0.7.5 |
| 709 | 2026-08-05T04:20:44.195Z | Checking memmap v0.7.0 |
| 710 | 2026-08-05T04:20:44.195Z | Checking is-terminal v0.4.17 |
| 711 | 2026-08-05T04:20:44.195Z | Checking cstr-argument v0.1.2 |
| 712 | 2026-08-05T04:20:44.195Z | Checking utf8_iter v1.0.4 |
| 713 | 2026-08-05T04:20:44.195Z | Checking anstyle v1.0.14 |
| 714 | 2026-08-05T04:20:44.195Z | Checking hashbrown v0.12.3 |
| 715 | 2026-08-05T04:20:44.195Z | Checking openssl-probe v0.2.1 |
| 716 | 2026-08-05T04:20:44.195Z | Checking os_str_bytes v6.6.1 |
| 717 | 2026-08-05T04:20:44.195Z | Compiling crc32fast v1.5.0 |
| 718 | 2026-08-05T04:20:44.195Z | Compiling portable-atomic v1.13.1 |
| 719 | 2026-08-05T04:20:44.195Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
| 720 | 2026-08-05T04:20:44.195Z | Checking take_mut v0.2.2 |
| 721 | 2026-08-05T04:20:44.195Z | Checking anstyle-query v1.1.5 |
| 722 | 2026-08-05T04:20:44.195Z | Checking tower-layer v0.3.3 |
| 723 | 2026-08-05T04:20:44.195Z | Checking funty v2.0.0 |
| 724 | 2026-08-05T04:20:44.195Z | Checking is_terminal_polyfill v1.70.2 |
| 725 | 2026-08-05T04:20:44.195Z | Checking colorchoice v1.0.4 |
| 726 | 2026-08-05T04:20:44.195Z | Checking base64 v0.22.1 |
| 727 | 2026-08-05T04:20:44.195Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#81c947bc) |
| 728 | 2026-08-05T04:20:44.195Z | Checking sync_wrapper v1.0.2 |
| 729 | 2026-08-05T04:20:44.195Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#d9645f8d) |
| 730 | 2026-08-05T04:20:44.195Z | Compiling rustix v1.1.4 |
| 731 | 2026-08-05T04:20:44.195Z | Checking term v1.2.1 |
| 732 | 2026-08-05T04:20:44.195Z | Checking tower v0.5.3 |
| 733 | 2026-08-05T04:20:44.195Z | Checking bitvec v1.0.1 |
| 734 | 2026-08-05T04:20:44.195Z | Checking pem v3.0.6 |
| 735 | 2026-08-05T04:20:44.195Z | Checking regex v1.12.3 |
| 736 | 2026-08-05T04:20:44.195Z | Checking anstream v1.0.0 |
| 737 | 2026-08-05T04:20:44.195Z | Checking slog-term v2.9.2 |
| 738 | 2026-08-05T04:20:44.246Z | Checking tokio-rustls v0.26.4 |
| 739 | 2026-08-05T04:20:44.246Z | Checking clap_lex v0.2.4 |
| 740 | 2026-08-05T04:20:44.246Z | Checking rustls-native-certs v0.8.3 |
| 741 | 2026-08-05T04:20:44.246Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 742 | 2026-08-05T04:20:44.246Z | Checking idna v1.1.0 |
| 743 | 2026-08-05T04:20:44.254Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 744 | 2026-08-05T04:20:44.254Z | Checking usdt v0.5.0 |
| 745 | 2026-08-05T04:20:44.254Z | Checking rsa v0.9.10 |
| 746 | 2026-08-05T04:20:44.254Z | Checking num v0.4.3 |
| 747 | 2026-08-05T04:20:44.255Z | Checking ed25519-dalek v2.2.0 |
| 748 | 2026-08-05T04:20:44.255Z | Compiling octocrab v0.53.1 |
| 749 | 2026-08-05T04:20:44.255Z | Checking slog-stdlog v4.1.1 |
| 750 | 2026-08-05T04:20:44.255Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 751 | 2026-08-05T04:20:44.255Z | Checking rand v0.9.2 |
| 752 | 2026-08-05T04:20:44.255Z | Checking p256 v0.13.2 |
| 753 | 2026-08-05T04:20:44.255Z | Checking p384 v0.13.1 |
| 754 | 2026-08-05T04:20:44.255Z | Compiling snafu-derive v0.8.9 |
| 755 | 2026-08-05T04:20:44.255Z | Checking simple_asn1 v0.6.4 |
| 756 | 2026-08-05T04:20:44.255Z | Checking futures-executor v0.3.32 |
| 757 | 2026-08-05T04:20:44.255Z | Compiling clap_derive v3.2.25 |
| 758 | 2026-08-05T04:20:44.255Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 759 | 2026-08-05T04:20:44.255Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 760 | 2026-08-05T04:20:44.255Z | Compiling pin-project-internal v1.1.10 |
| 761 | 2026-08-05T04:20:44.255Z | Compiling serde_repr v0.1.20 |
| 762 | 2026-08-05T04:20:44.255Z | Compiling num-derive v0.3.3 |
| 763 | 2026-08-05T04:20:44.255Z | Compiling syn v3.0.3 |
| 764 | 2026-08-05T04:20:44.255Z | Checking atty v0.2.14 |
| 765 | 2026-08-05T04:20:44.255Z | Checking textwrap v0.16.2 |
| 766 | 2026-08-05T04:20:44.255Z | Checking termcolor v1.4.1 |
| 767 | 2026-08-05T04:20:44.256Z | Checking clap_lex v1.0.0 |
| 768 | 2026-08-05T04:20:44.256Z | Checking unicode-width v0.2.2 |
| 769 | 2026-08-05T04:20:44.256Z | Checking simd-adler32 v0.3.8 |
| 770 | 2026-08-05T04:20:44.256Z | Checking bitflags v1.3.2 |
| 771 | 2026-08-05T04:20:44.260Z | Checking strsim v0.10.0 |
| 772 | 2026-08-05T04:20:44.395Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
| 773 | 2026-08-05T04:20:44.404Z | Compiling curl v0.4.50 |
| 774 | 2026-08-05T04:20:44.488Z | Checking adler2 v2.0.1 |
| 775 | 2026-08-05T04:20:44.491Z | Checking ryu v1.0.23 |
| 776 | 2026-08-05T04:20:44.591Z | Checking strsim v0.11.1 |
| 777 | 2026-08-05T04:20:44.617Z | Checking colored v3.1.1 |
| 778 | 2026-08-05T04:20:44.647Z | Checking iri-string v0.7.10 |
| 779 | 2026-08-05T04:20:44.742Z | Checking oxnet v0.1.4 |
| 780 | 2026-08-05T04:20:44.801Z | Checking clap_builder v4.6.5 |
| 781 | 2026-08-05T04:20:44.817Z | Checking snafu v0.8.9 |
| 782 | 2026-08-05T04:20:44.914Z | Checking serde_urlencoded v0.7.1 |
| 783 | 2026-08-05T04:20:44.933Z | Checking clap v3.2.25 |
| 784 | 2026-08-05T04:20:45.053Z | Checking miniz_oxide v0.8.9 |
| 785 | 2026-08-05T04:20:45.145Z | Checking pin-project v1.1.10 |
| 786 | 2026-08-05T04:20:45.233Z | Checking libscf-sys v1.1.0 |
| 787 | 2026-08-05T04:20:45.356Z | Checking console v0.16.2 |
| 788 | 2026-08-05T04:20:45.365Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 789 | 2026-08-05T04:20:45.386Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#04fb133a) |
| 790 | 2026-08-05T04:20:45.653Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#a1840304) |
| 791 | 2026-08-05T04:20:45.725Z | Checking tower-http v0.6.8 |
| 792 | 2026-08-05T04:20:45.783Z | Checking jsonwebtoken v10.3.0 |
| 793 | 2026-08-05T04:20:45.971Z | Checking futures v0.3.32 |
| 794 | 2026-08-05T04:20:46.048Z | Checking url v2.5.8 |
| 795 | 2026-08-05T04:20:46.058Z | Checking slog-envlogger v2.2.0 |
| 796 | 2026-08-05T04:20:46.072Z | Checking hyper-rustls v0.27.7 |
| 797 | 2026-08-05T04:20:46.415Z | Checking hyper-timeout v0.5.2 |
| 798 | 2026-08-05T04:20:46.466Z | Checking http-body-util v0.1.3 |
| 799 | 2026-08-05T04:20:46.491Z | Compiling zone_cfg_derive v0.3.1 |
| 800 | 2026-08-05T04:20:46.501Z | Checking http-serde v2.1.1 |
| 801 | 2026-08-05T04:20:46.593Z | Compiling async-recursion v0.3.2 |
| 802 | 2026-08-05T04:20:46.647Z | Checking serde_spanned v1.1.1 |
| 803 | 2026-08-05T04:20:46.656Z | Checking serde_path_to_error v0.1.20 |
| 804 | 2026-08-05T04:20:46.676Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 805 | 2026-08-05T04:20:46.787Z | Checking filetime v0.2.27 |
| 806 | 2026-08-05T04:20:46.792Z | Compiling clap_derive v4.6.4 |
| 807 | 2026-08-05T04:20:46.806Z | Checking secrecy v0.10.3 |
| 808 | 2026-08-05T04:20:46.815Z | Checking web-time v1.1.0 |
| 809 | 2026-08-05T04:20:46.869Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 810 | 2026-08-05T04:20:46.889Z | Checking unit-prefix v0.5.2 |
| 811 | 2026-08-05T04:20:46.893Z | Checking fastrand v2.3.0 |
| 812 | 2026-08-05T04:20:46.902Z | Checking openssl-probe v0.1.6 |
| 813 | 2026-08-05T04:20:46.920Z | Checking xattr v1.6.1 |
| 814 | 2026-08-05T04:20:46.988Z | Checking hex v0.4.3 |
| 815 | 2026-08-05T04:20:47.036Z | Checking tar v0.4.46 |
| 816 | 2026-08-05T04:20:47.036Z | Checking toml v1.1.2+spec-1.1.0 |
| 817 | 2026-08-05T04:20:47.063Z | Checking tempfile v3.27.0 |
| 818 | 2026-08-05T04:20:47.125Z | Checking p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#04fb133a) |
| 819 | 2026-08-05T04:20:47.162Z | Checking zone v0.3.1 |
| 820 | 2026-08-05T04:20:47.200Z | Checking sha256 v1.6.0 |
| 821 | 2026-08-05T04:20:47.243Z | Checking indicatif v0.18.4 |
| 822 | 2026-08-05T04:20:47.345Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon#d809e81e) |
| 823 | 2026-08-05T04:20:47.355Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#d9645f8d) |
| 824 | 2026-08-05T04:20:47.400Z | Checking flate2 v1.1.9 |
| 825 | 2026-08-05T04:20:47.459Z | Checking softnpu v0.2.0 (/work/oxidecomputer/softnpu/lib) |
| 826 | 2026-08-05T04:20:47.501Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 827 | 2026-08-05T04:20:47.605Z | Checking libloading v0.8.9 |
| 828 | 2026-08-05T04:20:47.660Z | Checking fs_extra v1.3.0 |
| 829 | 2026-08-05T04:20:48.147Z | Checking clap v4.6.5 |
| 830 | 2026-08-05T04:20:58.487Z | Checking softnpu-client v0.1.0 (/work/oxidecomputer/softnpu/client) |
| 831 | 2026-08-05T04:20:59.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.36s |
| 832 | 2026-08-05T04:20:59.385Z | + banner test |
| 833 | 2026-08-05T04:20:59.389Z | |
| 834 | 2026-08-05T04:20:59.389Z | ##### ###### #### ##### |
| 835 | 2026-08-05T04:20:59.389Z | # # # # |
| 836 | 2026-08-05T04:20:59.389Z | # ##### #### # |
| 837 | 2026-08-05T04:20:59.389Z | # # # # |
| 838 | 2026-08-05T04:20:59.390Z | # # # # # |
| 839 | 2026-08-05T04:20:59.390Z | # ###### #### # |
| 840 | 2026-08-05T04:20:59.390Z | |
| 841 | 2026-08-05T04:20:59.390Z | + cargo test -p softnpu-client --bin npuvm |
| 842 | 2026-08-05T04:20:59.645Z | Compiling unicode-ident v1.0.24 |
| 843 | 2026-08-05T04:20:59.645Z | Compiling cfg-if v1.0.4 |
| 844 | 2026-08-05T04:20:59.645Z | Compiling memchr v2.8.0 |
| 845 | 2026-08-05T04:20:59.650Z | Compiling zeroize v1.8.2 |
| 846 | 2026-08-05T04:20:59.694Z | Compiling itoa v1.0.17 |
| 847 | 2026-08-05T04:20:59.698Z | Compiling libc v0.2.186 |
| 848 | 2026-08-05T04:20:59.698Z | Compiling serde_core v1.0.228 |
| 849 | 2026-08-05T04:20:59.702Z | Compiling subtle v2.6.1 |
| 850 | 2026-08-05T04:20:59.738Z | Compiling typenum v1.19.0 |
| 851 | 2026-08-05T04:20:59.790Z | Compiling proc-macro2 v1.0.106 |
| 852 | 2026-08-05T04:20:59.833Z | Compiling smallvec v1.15.1 |
| 853 | 2026-08-05T04:20:59.833Z | Compiling const-oid v0.9.6 |
| 854 | 2026-08-05T04:20:59.853Z | Compiling once_cell v1.21.3 |
| 855 | 2026-08-05T04:21:00.013Z | Compiling getrandom v0.2.17 |
| 856 | 2026-08-05T04:21:00.024Z | Compiling pin-project-lite v0.2.16 |
| 857 | 2026-08-05T04:21:00.030Z | Compiling libm v0.2.16 |
| 858 | 2026-08-05T04:21:00.061Z | Compiling log v0.4.29 |
| 859 | 2026-08-05T04:21:00.107Z | Compiling bytes v1.11.1 |
| 860 | 2026-08-05T04:21:00.185Z | Compiling quote v1.0.45 |
| 861 | 2026-08-05T04:21:00.265Z | Compiling generic-array v0.14.7 |
| 862 | 2026-08-05T04:21:00.296Z | Compiling rand_core v0.6.4 |
| 863 | 2026-08-05T04:21:00.350Z | Compiling syn v2.0.117 |
| 864 | 2026-08-05T04:21:00.467Z | Compiling syn v1.0.109 |
| 865 | 2026-08-05T04:21:00.499Z | Compiling errno v0.3.14 |
| 866 | 2026-08-05T04:21:00.508Z | Compiling socket2 v0.6.3 |
| 867 | 2026-08-05T04:21:00.641Z | Compiling zmij v1.0.21 |
| 868 | 2026-08-05T04:21:00.728Z | Compiling crypto-common v0.1.7 |
| 869 | 2026-08-05T04:21:00.735Z | Compiling block-buffer v0.10.4 |
| 870 | 2026-08-05T04:21:00.840Z | Compiling num-traits v0.2.19 |
| 871 | 2026-08-05T04:21:00.856Z | Compiling digest v0.10.7 |
| 872 | 2026-08-05T04:21:00.913Z | Compiling scopeguard v1.2.0 |
| 873 | 2026-08-05T04:21:00.937Z | Compiling base64ct v1.8.3 |
| 874 | 2026-08-05T04:21:01.000Z | Compiling lock_api v0.4.14 |
| 875 | 2026-08-05T04:21:01.054Z | Compiling parking_lot_core v0.9.12 |
| 876 | 2026-08-05T04:21:01.194Z | Compiling pem-rfc7468 v0.7.0 |
| 877 | 2026-08-05T04:21:01.204Z | Compiling signal-hook-registry v1.4.8 |
| 878 | 2026-08-05T04:21:01.209Z | Compiling mio v1.2.0 |
| 879 | 2026-08-05T04:21:01.344Z | Compiling der v0.7.10 |
| 880 | 2026-08-05T04:21:01.448Z | Compiling parking_lot v0.12.5 |
| 881 | 2026-08-05T04:21:01.494Z | Compiling stable_deref_trait v1.2.1 |
| 882 | 2026-08-05T04:21:01.514Z | Compiling futures-core v0.3.32 |
| 883 | 2026-08-05T04:21:01.529Z | Compiling futures-sink v0.3.32 |
| 884 | 2026-08-05T04:21:01.560Z | Compiling ucd-trie v0.1.7 |
| 885 | 2026-08-05T04:21:01.620Z | Compiling serde_json v1.0.150 |
| 886 | 2026-08-05T04:21:01.653Z | Compiling zerocopy v0.8.39 |
| 887 | 2026-08-05T04:21:01.710Z | Compiling pest v2.8.6 |
| 888 | 2026-08-05T04:21:01.840Z | Compiling num-integer v0.1.46 |
| 889 | 2026-08-05T04:21:01.846Z | Compiling winnow v1.0.1 |
| 890 | 2026-08-05T04:21:02.161Z | Compiling spki v0.7.3 |
| 891 | 2026-08-05T04:21:02.185Z | Compiling futures-channel v0.3.32 |
| 892 | 2026-08-05T04:21:02.358Z | Compiling pkcs8 v0.10.2 |
| 893 | 2026-08-05T04:21:02.400Z | Compiling byteorder v1.5.0 |
| 894 | 2026-08-05T04:21:02.530Z | Compiling proc-macro-error-attr v1.0.4 |
| 895 | 2026-08-05T04:21:02.613Z | Compiling hmac v0.12.1 |
| 896 | 2026-08-05T04:21:02.617Z | Compiling http v1.4.0 |
| 897 | 2026-08-05T04:21:02.617Z | Compiling tracing-core v0.1.36 |
| 898 | 2026-08-05T04:21:02.740Z | Compiling pest_meta v2.8.6 |
| 899 | 2026-08-05T04:21:02.973Z | Compiling futures-task v0.3.32 |
| 900 | 2026-08-05T04:21:02.992Z | Compiling spin v0.9.8 |
| 901 | 2026-08-05T04:21:03.118Z | Compiling synstructure v0.13.2 |
| 902 | 2026-08-05T04:21:03.133Z | Compiling slab v0.4.12 |
| 903 | 2026-08-05T04:21:03.211Z | Compiling pretty-hex v0.4.1 |
| 904 | 2026-08-05T04:21:03.300Z | Compiling pest_generator v2.8.6 |
| 905 | 2026-08-05T04:21:03.342Z | Compiling futures-io v0.3.32 |
| 906 | 2026-08-05T04:21:03.496Z | Compiling lazy_static v1.5.0 |
| 907 | 2026-08-05T04:21:03.580Z | Compiling proc-macro-error v1.0.4 |
| 908 | 2026-08-05T04:21:03.590Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 909 | 2026-08-05T04:21:03.612Z | Compiling signature v2.2.0 |
| 910 | 2026-08-05T04:21:03.747Z | Compiling ff v0.13.1 |
| 911 | 2026-08-05T04:21:03.811Z | Compiling num-conv v0.2.0 |
| 912 | 2026-08-05T04:21:03.835Z | Compiling winnow v0.7.14 |
| 913 | 2026-08-05T04:21:03.869Z | Compiling time-core v0.1.8 |
| 914 | 2026-08-05T04:21:03.914Z | Compiling writeable v0.6.2 |
| 915 | 2026-08-05T04:21:03.937Z | Compiling cpufeatures v0.2.17 |
| 916 | 2026-08-05T04:21:04.002Z | Compiling base16ct v0.2.0 |
| 917 | 2026-08-05T04:21:04.007Z | Compiling litemap v0.8.1 |
| 918 | 2026-08-05T04:21:04.041Z | Compiling powerfmt v0.2.0 |
| 919 | 2026-08-05T04:21:04.097Z | Compiling time-macros v0.2.27 |
| 920 | 2026-08-05T04:21:04.142Z | Compiling sec1 v0.7.3 |
| 921 | 2026-08-05T04:21:04.174Z | Compiling deranged v0.5.6 |
| 922 | 2026-08-05T04:21:04.183Z | Compiling group v0.13.0 |
| 923 | 2026-08-05T04:21:04.317Z | Compiling serde_derive v1.0.228 |
| 924 | 2026-08-05T04:21:04.351Z | Compiling thiserror-impl v1.0.69 |
| 925 | 2026-08-05T04:21:04.406Z | Compiling zerofrom-derive v0.1.6 |
| 926 | 2026-08-05T04:21:04.625Z | Compiling tokio-macros v2.7.0 |
| 927 | 2026-08-05T04:21:05.120Z | Compiling yoke-derive v0.8.1 |
| 928 | 2026-08-05T04:21:05.260Z | Compiling zerovec-derive v0.11.2 |
| 929 | 2026-08-05T04:21:05.336Z | Compiling displaydoc v0.2.5 |
| 930 | 2026-08-05T04:21:05.387Z | Compiling thiserror-impl v2.0.18 |
| 931 | 2026-08-05T04:21:05.419Z | Compiling tokio v1.52.3 |
| 932 | 2026-08-05T04:21:05.558Z | Compiling thiserror v1.0.69 |
| 933 | 2026-08-05T04:21:05.653Z | Compiling zerofrom v0.1.6 |
| 934 | 2026-08-05T04:21:05.653Z | Compiling ppv-lite86 v0.2.21 |
| 935 | 2026-08-05T04:21:05.770Z | Compiling zerocopy-derive v0.7.35 |
| 936 | 2026-08-05T04:21:05.969Z | Compiling tracing-attributes v0.1.31 |
| 937 | 2026-08-05T04:21:06.118Z | Compiling futures-macro v0.3.32 |
| 938 | 2026-08-05T04:21:06.178Z | Compiling yoke v0.8.1 |
| 939 | 2026-08-05T04:21:06.403Z | Compiling zerovec v0.11.5 |
| 940 | 2026-08-05T04:21:06.403Z | Compiling pest_derive v2.8.6 |
| 941 | 2026-08-05T04:21:06.645Z | Compiling zerocopy v0.7.35 |
| 942 | 2026-08-05T04:21:06.651Z | Compiling thiserror v2.0.18 |
| 943 | 2026-08-05T04:21:06.746Z | Compiling zerotrie v0.2.3 |
| 944 | 2026-08-05T04:21:06.896Z | Compiling tinystr v0.8.2 |
| 945 | 2026-08-05T04:21:06.958Z | Compiling futures-util v0.3.32 |
| 946 | 2026-08-05T04:21:06.965Z | Compiling dtrace-parser v0.2.0 |
| 947 | 2026-08-05T04:21:07.047Z | Compiling icu_locale_core v2.1.1 |
| 948 | 2026-08-05T04:21:07.055Z | Compiling serde v1.0.228 |
| 949 | 2026-08-05T04:21:07.185Z | Compiling potential_utf v0.1.4 |
| 950 | 2026-08-05T04:21:07.210Z | Compiling tracing v0.1.44 |
| 951 | 2026-08-05T04:21:07.343Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 952 | 2026-08-05T04:21:07.479Z | Compiling num-bigint v0.4.6 |
| 953 | 2026-08-05T04:21:07.568Z | Compiling erased-serde v0.3.31 |
| 954 | 2026-08-05T04:21:07.574Z | Compiling scroll_derive v0.12.1 |
| 955 | 2026-08-05T04:21:07.836Z | Compiling http-body v1.0.1 |
| 956 | 2026-08-05T04:21:07.978Z | Compiling hkdf v0.12.4 |
| 957 | 2026-08-05T04:21:07.991Z | Compiling num-iter v0.1.45 |
| 958 | 2026-08-05T04:21:08.054Z | Compiling crypto-bigint v0.5.5 |
| 959 | 2026-08-05T04:21:08.097Z | Compiling thread-id v4.2.2 |
| 960 | 2026-08-05T04:21:08.108Z | Compiling slog v2.8.2 |
| 961 | 2026-08-05T04:21:08.173Z | Compiling proc-macro-crate v3.4.0 |
| 962 | 2026-08-05T04:21:08.235Z | Compiling icu_provider v2.1.1 |
| 963 | 2026-08-05T04:21:08.277Z | Compiling scroll v0.12.0 |
| 964 | 2026-08-05T04:21:08.458Z | Compiling dof v0.3.0 |
| 965 | 2026-08-05T04:21:08.523Z | Compiling icu_collections v2.1.1 |
| 966 | 2026-08-05T04:21:08.539Z | Compiling time v0.3.47 |
| 967 | 2026-08-05T04:21:08.587Z | Compiling proc-macro-crate v1.3.1 |
| 968 | 2026-08-05T04:21:08.812Z | Compiling getrandom v0.3.4 |
| 969 | 2026-08-05T04:21:08.819Z | Compiling sha2 v0.10.9 |
| 970 | 2026-08-05T04:21:08.921Z | Compiling rustls-pki-types v1.14.0 |
| 971 | 2026-08-05T04:21:08.983Z | Compiling untrusted v0.9.0 |
| 972 | 2026-08-05T04:21:09.047Z | Compiling try-lock v0.2.5 |
| 973 | 2026-08-05T04:21:09.097Z | Compiling elliptic-curve v0.13.8 |
| 974 | 2026-08-05T04:21:09.150Z | Compiling plain v0.2.3 |
| 975 | 2026-08-05T04:21:09.192Z | Compiling tower-service v0.3.3 |
| 976 | 2026-08-05T04:21:09.249Z | Compiling goblin v0.8.2 |
| 977 | 2026-08-05T04:21:09.268Z | Compiling want v0.3.1 |
| 978 | 2026-08-05T04:21:09.276Z | Compiling ring v0.17.14 |
| 979 | 2026-08-05T04:21:09.350Z | Compiling num_enum_derive v0.5.11 |
| 980 | 2026-08-05T04:21:09.399Z | Compiling usdt-impl v0.5.0 |
| 981 | 2026-08-05T04:21:09.422Z | Compiling num_enum_derive v0.7.5 |
| 982 | 2026-08-05T04:21:09.429Z | Compiling icu_normalizer_data v2.1.1 |
| 983 | 2026-08-05T04:21:09.493Z | Compiling icu_properties_data v2.1.2 |
| 984 | 2026-08-05T04:21:09.623Z | Compiling httparse v1.10.1 |
| 985 | 2026-08-05T04:21:09.905Z | Compiling serde_tokenstream v0.2.2 |
| 986 | 2026-08-05T04:21:09.925Z | Compiling rand_chacha v0.3.1 |
| 987 | 2026-08-05T04:21:10.197Z | Compiling rfc6979 v0.4.0 |
| 988 | 2026-08-05T04:21:10.314Z | Compiling arc-swap v1.8.2 |
| 989 | 2026-08-05T04:21:10.321Z | Compiling iana-time-zone v0.1.65 |
| 990 | 2026-08-05T04:21:10.396Z | Compiling pin-utils v0.1.0 |
| 991 | 2026-08-05T04:21:10.432Z | Compiling atomic-waker v1.1.2 |
| 992 | 2026-08-05T04:21:10.462Z | Compiling num_enum v0.5.11 |
| 993 | 2026-08-05T04:21:10.493Z | Compiling num_enum v0.7.5 |
| 994 | 2026-08-05T04:21:10.544Z | Compiling hyper v1.8.1 |
| 995 | 2026-08-05T04:21:10.550Z | Compiling rustls-webpki v0.103.9 |
| 996 | 2026-08-05T04:21:10.566Z | Compiling chrono v0.4.43 |
| 997 | 2026-08-05T04:21:10.600Z | Compiling ecdsa v0.16.9 |
| 998 | 2026-08-05T04:21:10.617Z | Compiling rand v0.8.5 |
| 999 | 2026-08-05T04:21:10.974Z | Compiling icu_properties v2.1.2 |
| 1000 | 2026-08-05T04:21:11.274Z | Compiling icu_normalizer v2.1.1 |
| 1001 | 2026-08-05T04:21:11.408Z | Compiling primeorder v0.13.6 |
| 1002 | 2026-08-05T04:21:11.560Z | Compiling crossbeam-utils v0.8.21 |
| 1003 | 2026-08-05T04:21:11.654Z | Compiling rand_core v0.9.5 |
| 1004 | 2026-08-05T04:21:11.766Z | Compiling foreign-types-macros v0.2.3 |
| 1005 | 2026-08-05T04:21:11.871Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1006 | 2026-08-05T04:21:12.072Z | Compiling aho-corasick v1.1.4 |
| 1007 | 2026-08-05T04:21:12.114Z | Compiling thread_local v1.1.9 |
| 1008 | 2026-08-05T04:21:12.156Z | Compiling percent-encoding v2.3.2 |
| 1009 | 2026-08-05T04:21:12.352Z | Compiling utf8parse v0.2.2 |
| 1010 | 2026-08-05T04:21:12.375Z | Compiling either v1.15.0 |
| 1011 | 2026-08-05T04:21:12.413Z | Compiling regex-syntax v0.8.9 |
| 1012 | 2026-08-05T04:21:12.455Z | Compiling tap v1.0.1 |
| 1013 | 2026-08-05T04:21:12.500Z | Compiling bitflags v2.11.0 |
| 1014 | 2026-08-05T04:21:12.557Z | Compiling foreign-types-shared v0.3.1 |
| 1015 | 2026-08-05T04:21:12.557Z | Compiling curve25519-dalek v4.1.3 |
| 1016 | 2026-08-05T04:21:12.572Z | Compiling itertools v0.12.1 |
| 1017 | 2026-08-05T04:21:12.642Z | Compiling foreign-types v0.5.0 |
| 1018 | 2026-08-05T04:21:12.714Z | Compiling wyz v0.5.1 |
| 1019 | 2026-08-05T04:21:12.730Z | Compiling anstyle-parse v1.0.0 |
| 1020 | 2026-08-05T04:21:12.894Z | Compiling form_urlencoded v1.2.2 |
| 1021 | 2026-08-05T04:21:12.909Z | Compiling cargo_metadata v0.23.1 |
| 1022 | 2026-08-05T04:21:13.074Z | Compiling crossbeam-channel v0.5.15 |
| 1023 | 2026-08-05T04:21:13.465Z | Compiling idna_adapter v1.2.1 |
| 1024 | 2026-08-05T04:21:13.554Z | Compiling rand_chacha v0.9.0 |
| 1025 | 2026-08-05T04:21:13.599Z | Compiling hyper-util v0.1.20 |
| 1026 | 2026-08-05T04:21:13.678Z | Compiling num-bigint-dig v0.8.6 |
| 1027 | 2026-08-05T04:21:13.776Z | Compiling rustls v0.23.36 |
| 1028 | 2026-08-05T04:21:13.984Z | Compiling regex-automata v0.4.14 |
| 1029 | 2026-08-05T04:21:14.139Z | Compiling radium v0.7.0 |
| 1030 | 2026-08-05T04:21:14.329Z | Compiling slog-scope v4.4.1 |
| 1031 | 2026-08-05T04:21:14.589Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 1032 | 2026-08-05T04:21:14.699Z | Compiling usdt-macro v0.5.0 |
| 1033 | 2026-08-05T04:21:14.839Z | Compiling usdt-attr-macro v0.5.0 |
| 1034 | 2026-08-05T04:21:14.862Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1035 | 2026-08-05T04:21:14.972Z | Compiling tokio-util v0.7.18 |
| 1036 | 2026-08-05T04:21:15.011Z | Compiling num-rational v0.4.2 |
| 1037 | 2026-08-05T04:21:15.056Z | Compiling num-complex v0.4.6 |
| 1038 | 2026-08-05T04:21:15.350Z | Compiling async-trait v0.1.89 |
| 1039 | 2026-08-05T04:21:15.477Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1040 | 2026-08-05T04:21:15.535Z | Compiling ed25519 v2.2.3 |
| 1041 | 2026-08-05T04:21:15.665Z | Compiling pkcs1 v0.7.5 |
| 1042 | 2026-08-05T04:21:15.725Z | Compiling cstr-argument v0.1.2 |
| 1043 | 2026-08-05T04:21:15.776Z | Compiling is-terminal v0.4.17 |
| 1044 | 2026-08-05T04:21:15.865Z | Compiling memmap v0.7.0 |
| 1045 | 2026-08-05T04:21:15.873Z | Compiling is_terminal_polyfill v1.70.2 |
| 1046 | 2026-08-05T04:21:15.959Z | Compiling take_mut v0.2.2 |
| 1047 | 2026-08-05T04:21:15.986Z | Compiling tower-layer v0.3.3 |
| 1048 | 2026-08-05T04:21:16.048Z | Compiling os_str_bytes v6.6.1 |
| 1049 | 2026-08-05T04:21:16.062Z | Compiling funty v2.0.0 |
| 1050 | 2026-08-05T04:21:16.092Z | Compiling base64 v0.22.1 |
| 1051 | 2026-08-05T04:21:16.143Z | Compiling term v1.2.1 |
| 1052 | 2026-08-05T04:21:16.313Z | Compiling utf8_iter v1.0.4 |
| 1053 | 2026-08-05T04:21:16.356Z | Compiling sync_wrapper v1.0.2 |
| 1054 | 2026-08-05T04:21:16.425Z | Compiling anstyle v1.0.14 |
| 1055 | 2026-08-05T04:21:16.447Z | Compiling hashbrown v0.12.3 |
| 1056 | 2026-08-05T04:21:16.466Z | Compiling openssl-probe v0.2.1 |
| 1057 | 2026-08-05T04:21:16.524Z | Compiling colorchoice v1.0.4 |
| 1058 | 2026-08-05T04:21:16.670Z | Compiling anstyle-query v1.1.5 |
| 1059 | 2026-08-05T04:21:16.775Z | Compiling tokio-rustls v0.26.4 |
| 1060 | 2026-08-05T04:21:16.775Z | Compiling rustls-native-certs v0.8.3 |
| 1061 | 2026-08-05T04:21:16.775Z | Compiling anstream v1.0.0 |
| 1062 | 2026-08-05T04:21:16.775Z | Compiling tower v0.5.3 |
| 1063 | 2026-08-05T04:21:16.866Z | Compiling indexmap v1.9.3 |
| 1064 | 2026-08-05T04:21:16.883Z | Compiling idna v1.1.0 |
| 1065 | 2026-08-05T04:21:16.901Z | Compiling slog-term v2.9.2 |
| 1066 | 2026-08-05T04:21:16.970Z | Compiling bitvec v1.0.1 |
| 1067 | 2026-08-05T04:21:17.034Z | Compiling pem v3.0.6 |
| 1068 | 2026-08-05T04:21:17.229Z | Compiling clap_lex v0.2.4 |
| 1069 | 2026-08-05T04:21:17.374Z | Compiling slog-async v2.8.0 |
| 1070 | 2026-08-05T04:21:17.403Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1071 | 2026-08-05T04:21:17.487Z | Compiling usdt v0.5.0 |
| 1072 | 2026-08-05T04:21:17.499Z | Compiling rsa v0.9.10 |
| 1073 | 2026-08-05T04:21:17.514Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1074 | 2026-08-05T04:21:17.545Z | Compiling regex v1.12.3 |
| 1075 | 2026-08-05T04:21:17.644Z | Compiling ed25519-dalek v2.2.0 |
| 1076 | 2026-08-05T04:21:17.748Z | Compiling num v0.4.3 |
| 1077 | 2026-08-05T04:21:17.762Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 1078 | 2026-08-05T04:21:17.819Z | Compiling slog-stdlog v4.1.1 |
| 1079 | 2026-08-05T04:21:17.905Z | Compiling octocrab v0.53.1 |
| 1080 | 2026-08-05T04:21:17.935Z | Compiling rand v0.9.2 |
| 1081 | 2026-08-05T04:21:17.950Z | Compiling anyhow v1.0.102 |
| 1082 | 2026-08-05T04:21:17.995Z | Compiling p384 v0.13.1 |
| 1083 | 2026-08-05T04:21:18.022Z | Compiling p256 v0.13.2 |
| 1084 | 2026-08-05T04:21:18.162Z | Compiling snafu-derive v0.8.9 |
| 1085 | 2026-08-05T04:21:18.288Z | Compiling simple_asn1 v0.6.4 |
| 1086 | 2026-08-05T04:21:18.338Z | Compiling libz-sys v1.1.23 |
| 1087 | 2026-08-05T04:21:18.390Z | Compiling openssl-sys v0.9.111 |
| 1088 | 2026-08-05T04:21:18.434Z | Compiling futures-executor v0.3.32 |
| 1089 | 2026-08-05T04:21:18.532Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1090 | 2026-08-05T04:21:18.574Z | Compiling serde_repr v0.1.20 |
| 1091 | 2026-08-05T04:21:18.636Z | Compiling pin-project-internal v1.1.10 |
| 1092 | 2026-08-05T04:21:18.713Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1093 | 2026-08-05T04:21:18.753Z | Compiling clap_derive v3.2.25 |
| 1094 | 2026-08-05T04:21:18.902Z | Compiling num-derive v0.3.3 |
| 1095 | 2026-08-05T04:21:18.975Z | Compiling syn v3.0.3 |
| 1096 | 2026-08-05T04:21:19.177Z | Compiling atty v0.2.14 |
| 1097 | 2026-08-05T04:21:19.277Z | Compiling clap_lex v1.0.0 |
| 1098 | 2026-08-05T04:21:19.416Z | Compiling ryu v1.0.23 |
| 1099 | 2026-08-05T04:21:19.521Z | Compiling colored v3.1.1 |
| 1100 | 2026-08-05T04:21:19.593Z | Compiling adler2 v2.0.1 |
| 1101 | 2026-08-05T04:21:19.689Z | Compiling oxnet v0.1.4 |
| 1102 | 2026-08-05T04:21:19.723Z | Compiling bitflags v1.3.2 |
| 1103 | 2026-08-05T04:21:19.734Z | Compiling textwrap v0.16.2 |
| 1104 | 2026-08-05T04:21:19.782Z | Compiling strsim v0.11.1 |
| 1105 | 2026-08-05T04:21:19.832Z | Compiling iri-string v0.7.10 |
| 1106 | 2026-08-05T04:21:19.904Z | Compiling strsim v0.10.0 |
| 1107 | 2026-08-05T04:21:19.911Z | Compiling unicode-width v0.2.2 |
| 1108 | 2026-08-05T04:21:19.938Z | Compiling termcolor v1.4.1 |
| 1109 | 2026-08-05T04:21:20.205Z | Compiling simd-adler32 v0.3.8 |
| 1110 | 2026-08-05T04:21:20.226Z | Compiling console v0.16.2 |
| 1111 | 2026-08-05T04:21:20.226Z | Compiling clap_builder v4.6.5 |
| 1112 | 2026-08-05T04:21:20.297Z | Compiling snafu v0.8.9 |
| 1113 | 2026-08-05T04:21:20.300Z | Compiling libscf-sys v1.1.0 |
| 1114 | 2026-08-05T04:21:20.406Z | Compiling miniz_oxide v0.8.9 |
| 1115 | 2026-08-05T04:21:20.429Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#81c947bc) |
| 1116 | 2026-08-05T04:21:20.548Z | Compiling clap v3.2.25 |
| 1117 | 2026-08-05T04:21:20.607Z | Compiling pin-project v1.1.10 |
| 1118 | 2026-08-05T04:21:20.701Z | Compiling serde_urlencoded v0.7.1 |
| 1119 | 2026-08-05T04:21:20.854Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1120 | 2026-08-05T04:21:20.952Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#04fb133a) |
| 1121 | 2026-08-05T04:21:21.094Z | Compiling tower-http v0.6.8 |
| 1122 | 2026-08-05T04:21:21.535Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 1123 | 2026-08-05T04:21:21.556Z | Compiling futures v0.3.32 |
| 1124 | 2026-08-05T04:21:21.642Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#a1840304) |
| 1125 | 2026-08-05T04:21:21.662Z | Compiling jsonwebtoken v10.3.0 |
| 1126 | 2026-08-05T04:21:21.777Z | Compiling slog-envlogger v2.2.0 |
| 1127 | 2026-08-05T04:21:21.846Z | Compiling crc32fast v1.5.0 |
| 1128 | 2026-08-05T04:21:21.962Z | Compiling clap_derive v4.6.4 |
| 1129 | 2026-08-05T04:21:22.028Z | Compiling portable-atomic v1.13.1 |
| 1130 | 2026-08-05T04:21:22.173Z | Compiling rustix v1.1.4 |
| 1131 | 2026-08-05T04:21:22.178Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
| 1132 | 2026-08-05T04:21:22.221Z | Compiling url v2.5.8 |
| 1133 | 2026-08-05T04:21:22.535Z | Compiling hyper-rustls v0.27.7 |
| 1134 | 2026-08-05T04:21:22.592Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#d9645f8d) |
| 1135 | 2026-08-05T04:21:22.701Z | Compiling hyper-timeout v0.5.2 |
| 1136 | 2026-08-05T04:21:22.845Z | Compiling http-body-util v0.1.3 |
| 1137 | 2026-08-05T04:21:22.899Z | Compiling http-serde v2.1.1 |
| 1138 | 2026-08-05T04:21:23.053Z | Compiling zone_cfg_derive v0.3.1 |
| 1139 | 2026-08-05T04:21:23.068Z | Compiling async-recursion v0.3.2 |
| 1140 | 2026-08-05T04:21:23.092Z | Compiling serde_spanned v1.1.1 |
| 1141 | 2026-08-05T04:21:23.242Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1142 | 2026-08-05T04:21:23.554Z | Compiling serde_path_to_error v0.1.20 |
| 1143 | 2026-08-05T04:21:23.622Z | Compiling filetime v0.2.27 |
| 1144 | 2026-08-05T04:21:23.649Z | Compiling secrecy v0.10.3 |
| 1145 | 2026-08-05T04:21:23.730Z | Compiling openssl-probe v0.1.6 |
| 1146 | 2026-08-05T04:21:23.742Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1147 | 2026-08-05T04:21:23.772Z | Compiling hex v0.4.3 |
| 1148 | 2026-08-05T04:21:23.789Z | Compiling unit-prefix v0.5.2 |
| 1149 | 2026-08-05T04:21:23.794Z | Compiling fastrand v2.3.0 |
| 1150 | 2026-08-05T04:21:23.876Z | Compiling xattr v1.6.1 |
| 1151 | 2026-08-05T04:21:23.907Z | Compiling web-time v1.1.0 |
| 1152 | 2026-08-05T04:21:23.914Z | Compiling toml v1.1.2+spec-1.1.0 |
| 1153 | 2026-08-05T04:21:23.922Z | Compiling indicatif v0.18.4 |
| 1154 | 2026-08-05T04:21:23.943Z | Compiling curl v0.4.50 |
| 1155 | 2026-08-05T04:21:23.972Z | Compiling tempfile v3.27.0 |
| 1156 | 2026-08-05T04:21:24.030Z | Compiling tar v0.4.46 |
| 1157 | 2026-08-05T04:21:24.044Z | Compiling sha256 v1.6.0 |
| 1158 | 2026-08-05T04:21:24.279Z | Compiling zone v0.3.1 |
| 1159 | 2026-08-05T04:21:24.382Z | Compiling clap v4.6.5 |
| 1160 | 2026-08-05T04:21:24.459Z | Compiling p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#04fb133a) |
| 1161 | 2026-08-05T04:21:24.714Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#d9645f8d) |
| 1162 | 2026-08-05T04:21:24.720Z | Compiling softnpu v0.2.0 (/work/oxidecomputer/softnpu/lib) |
| 1163 | 2026-08-05T04:21:24.750Z | Compiling flate2 v1.1.9 |
| 1164 | 2026-08-05T04:21:24.930Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon#d809e81e) |
| 1165 | 2026-08-05T04:21:24.943Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
| 1166 | 2026-08-05T04:21:24.958Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1167 | 2026-08-05T04:21:25.099Z | Compiling camino v1.2.3 |
| 1168 | 2026-08-05T04:21:25.203Z | Compiling libloading v0.8.9 |
| 1169 | 2026-08-05T04:21:25.348Z | Compiling fs_extra v1.3.0 |
| 1170 | 2026-08-05T04:21:37.138Z | Compiling softnpu-client v0.1.0 (/work/oxidecomputer/softnpu/client) |
| 1171 | 2026-08-05T04:21:46.181Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 46.77s |
| 1172 | 2026-08-05T04:21:46.226Z | Running unittests src/bin/npuvm.rs (target/debug/deps/npuvm-014d9e901f7164a0) |
| 1173 | 2026-08-05T04:21:46.232Z | |
| 1174 | 2026-08-05T04:21:46.232Z | running 4 tests |
| 1175 | 2026-08-05T04:21:46.236Z | test tests::run_pkg_cmd_does_not_retry_other_failures ... ok |
| 1176 | 2026-08-05T04:21:46.239Z | test tests::run_pkg_cmd_accepts_success_and_noop ... ok |
| 1177 | 2026-08-05T04:21:46.239Z | test tests::run_pkg_cmd_retries_locked_image_until_success ... ok |
| 1178 | 2026-08-05T04:21:46.242Z | test tests::run_pkg_cmd_fails_when_lock_attempts_are_exhausted ... ok |
| 1179 | 2026-08-05T04:21:46.242Z | |
| 1180 | 2026-08-05T04:21:46.242Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 1181 | 2026-08-05T04:21:46.243Z | |
| 1182 | 2026-08-05T04:21:46.260Z | + banner build |
| 1183 | 2026-08-05T04:21:46.263Z | |
| 1184 | 2026-08-05T04:21:46.263Z | ##### # # # # ##### |
| 1185 | 2026-08-05T04:21:46.263Z | # # # # # # # # |
| 1186 | 2026-08-05T04:21:46.263Z | ##### # # # # # # |
| 1187 | 2026-08-05T04:21:46.263Z | # # # # # # # # |
| 1188 | 2026-08-05T04:21:46.263Z | # # # # # # # # |
| 1189 | 2026-08-05T04:21:46.263Z | ##### #### # ###### ##### |
| 1190 | 2026-08-05T04:21:46.263Z | |
| 1191 | 2026-08-05T04:21:46.263Z | + ptime -m cargo build |
| 1192 | 2026-08-05T04:21:46.454Z | Compiling softnpu-client v0.1.0 (/work/oxidecomputer/softnpu/client) |
| 1193 | 2026-08-05T04:21:54.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.05s |
| 1194 | 2026-08-05T04:21:54.382Z | |
| 1195 | 2026-08-05T04:21:54.382Z | real 8.106320674 |
| 1196 | 2026-08-05T04:21:54.382Z | user 18.210743214 |
| 1197 | 2026-08-05T04:21:54.382Z | sys 3.959776305 |
| 1198 | 2026-08-05T04:21:54.387Z | trap 0.003856563 |
| 1199 | 2026-08-05T04:21:54.387Z | tflt 0.000196881 |
| 1200 | 2026-08-05T04:21:54.387Z | dflt 0.012178117 |
| 1201 | 2026-08-05T04:21:54.387Z | kflt 0.000003007 |
| 1202 | 2026-08-05T04:21:54.387Z | lock 50.779111416 |
| 1203 | 2026-08-05T04:21:54.387Z | slp 1:42.979520162 |
| 1204 | 2026-08-05T04:21:54.387Z | lat 0.120863307 |
| 1205 | 2026-08-05T04:21:54.387Z | stop 1.098483337 |
| 1206 | 2026-08-05T04:21:54.387Z | + ptime -m cargo build --release |
| 1207 | 2026-08-05T04:21:54.577Z | Compiling proc-macro2 v1.0.106 |
| 1208 | 2026-08-05T04:21:54.577Z | Compiling quote v1.0.45 |
| 1209 | 2026-08-05T04:21:54.577Z | Compiling unicode-ident v1.0.24 |
| 1210 | 2026-08-05T04:21:54.577Z | Compiling libc v0.2.186 |
| 1211 | 2026-08-05T04:21:54.577Z | Compiling cfg-if v1.0.4 |
| 1212 | 2026-08-05T04:21:54.577Z | Compiling version_check v0.9.5 |
| 1213 | 2026-08-05T04:21:54.580Z | Compiling zeroize v1.8.2 |
| 1214 | 2026-08-05T04:21:54.580Z | Compiling serde_core v1.0.228 |
| 1215 | 2026-08-05T04:21:54.682Z | Compiling serde v1.0.228 |
| 1216 | 2026-08-05T04:21:54.719Z | Compiling memchr v2.8.0 |
| 1217 | 2026-08-05T04:21:54.804Z | Compiling autocfg v1.5.0 |
| 1218 | 2026-08-05T04:21:54.934Z | Compiling typenum v1.19.0 |
| 1219 | 2026-08-05T04:21:55.155Z | Compiling subtle v2.6.1 |
| 1220 | 2026-08-05T04:21:55.192Z | Compiling generic-array v0.14.7 |
| 1221 | 2026-08-05T04:21:55.301Z | Compiling itoa v1.0.17 |
| 1222 | 2026-08-05T04:21:55.468Z | Compiling getrandom v0.2.17 |
| 1223 | 2026-08-05T04:21:55.517Z | Compiling smallvec v1.15.1 |
| 1224 | 2026-08-05T04:21:55.536Z | Compiling const-oid v0.9.6 |
| 1225 | 2026-08-05T04:21:55.787Z | Compiling syn v1.0.109 |
| 1226 | 2026-08-05T04:21:55.822Z | Compiling libm v0.2.16 |
| 1227 | 2026-08-05T04:21:55.846Z | Compiling syn v2.0.117 |
| 1228 | 2026-08-05T04:21:55.931Z | Compiling num-traits v0.2.19 |
| 1229 | 2026-08-05T04:21:55.938Z | Compiling shlex v1.3.0 |
| 1230 | 2026-08-05T04:21:56.111Z | Compiling pin-project-lite v0.2.16 |
| 1231 | 2026-08-05T04:21:56.158Z | Compiling find-msvc-tools v0.1.9 |
| 1232 | 2026-08-05T04:21:56.168Z | Compiling thiserror v1.0.69 |
| 1233 | 2026-08-05T04:21:56.354Z | Compiling cc v1.2.56 |
| 1234 | 2026-08-05T04:21:56.450Z | Compiling zmij v1.0.21 |
| 1235 | 2026-08-05T04:21:56.482Z | Compiling log v0.4.29 |
| 1236 | 2026-08-05T04:21:56.742Z | Compiling block-buffer v0.10.4 |
| 1237 | 2026-08-05T04:21:56.888Z | Compiling crypto-common v0.1.7 |
| 1238 | 2026-08-05T04:21:57.034Z | Compiling bytes v1.11.1 |
| 1239 | 2026-08-05T04:21:57.120Z | Compiling rustversion v1.0.22 |
| 1240 | 2026-08-05T04:21:57.137Z | Compiling digest v0.10.7 |
| 1241 | 2026-08-05T04:21:57.384Z | Compiling rand_core v0.6.4 |
| 1242 | 2026-08-05T04:21:57.467Z | Compiling errno v0.3.14 |
| 1243 | 2026-08-05T04:21:57.517Z | Compiling socket2 v0.6.3 |
| 1244 | 2026-08-05T04:21:57.629Z | Compiling equivalent v1.0.2 |
| 1245 | 2026-08-05T04:21:57.635Z | Compiling parking_lot_core v0.9.12 |
| 1246 | 2026-08-05T04:21:57.709Z | Compiling hashbrown v0.16.1 |
| 1247 | 2026-08-05T04:21:57.908Z | Compiling once_cell v1.21.3 |
| 1248 | 2026-08-05T04:21:58.042Z | Compiling base64ct v1.8.3 |
| 1249 | 2026-08-05T04:21:58.126Z | Compiling scopeguard v1.2.0 |
| 1250 | 2026-08-05T04:21:58.222Z | Compiling indexmap v2.13.0 |
| 1251 | 2026-08-05T04:21:58.238Z | Compiling lock_api v0.4.14 |
| 1252 | 2026-08-05T04:21:58.314Z | Compiling pem-rfc7468 v0.7.0 |
| 1253 | 2026-08-05T04:21:58.357Z | Compiling signal-hook-registry v1.4.8 |
| 1254 | 2026-08-05T04:21:58.469Z | Compiling der v0.7.10 |
| 1255 | 2026-08-05T04:21:58.522Z | Compiling parking_lot v0.12.5 |
| 1256 | 2026-08-05T04:21:58.545Z | Compiling mio v1.2.0 |
| 1257 | 2026-08-05T04:21:58.826Z | Compiling synstructure v0.13.2 |
| 1258 | 2026-08-05T04:21:58.892Z | Compiling thiserror v2.0.18 |
| 1259 | 2026-08-05T04:21:59.240Z | Compiling stable_deref_trait v1.2.1 |
| 1260 | 2026-08-05T04:21:59.308Z | Compiling zerocopy v0.8.39 |
| 1261 | 2026-08-05T04:21:59.314Z | Compiling futures-core v0.3.32 |
| 1262 | 2026-08-05T04:21:59.321Z | Compiling ucd-trie v0.1.7 |
| 1263 | 2026-08-05T04:21:59.462Z | Compiling spki v0.7.3 |
| 1264 | 2026-08-05T04:21:59.469Z | Compiling serde_json v1.0.150 |
| 1265 | 2026-08-05T04:21:59.475Z | Compiling pest v2.8.6 |
| 1266 | 2026-08-05T04:21:59.699Z | Compiling pkcs8 v0.10.2 |
| 1267 | 2026-08-05T04:21:59.717Z | Compiling futures-sink v0.3.32 |
| 1268 | 2026-08-05T04:21:59.734Z | Compiling num-integer v0.1.46 |
| 1269 | 2026-08-05T04:21:59.819Z | Compiling proc-macro-error-attr v1.0.4 |
| 1270 | 2026-08-05T04:21:59.839Z | Compiling serde_derive v1.0.228 |
| 1271 | 2026-08-05T04:22:00.074Z | Compiling thiserror-impl v1.0.69 |
| 1272 | 2026-08-05T04:22:00.262Z | Compiling zerofrom-derive v0.1.6 |
| 1273 | 2026-08-05T04:22:00.507Z | Compiling tokio-macros v2.7.0 |
| 1274 | 2026-08-05T04:22:00.679Z | Compiling yoke-derive v0.8.1 |
| 1275 | 2026-08-05T04:22:00.728Z | Compiling thiserror-impl v2.0.18 |
| 1276 | 2026-08-05T04:22:01.261Z | Compiling tokio v1.52.3 |
| 1277 | 2026-08-05T04:22:01.373Z | Compiling zerovec-derive v0.11.2 |
| 1278 | 2026-08-05T04:22:01.450Z | Compiling zerofrom v0.1.6 |
| 1279 | 2026-08-05T04:22:01.462Z | Compiling pest_meta v2.8.6 |
| 1280 | 2026-08-05T04:22:01.573Z | Compiling zerocopy-derive v0.7.35 |
| 1281 | 2026-08-05T04:22:01.697Z | Compiling yoke v0.8.1 |
| 1282 | 2026-08-05T04:22:01.884Z | Compiling displaydoc v0.2.5 |
| 1283 | 2026-08-05T04:22:01.965Z | Compiling pkg-config v0.3.32 |
| 1284 | 2026-08-05T04:22:02.401Z | Compiling pest_generator v2.8.6 |
| 1285 | 2026-08-05T04:22:02.456Z | Compiling futures-channel v0.3.32 |
| 1286 | 2026-08-05T04:22:02.464Z | Compiling zerovec v0.11.5 |
| 1287 | 2026-08-05T04:22:02.691Z | Compiling semver v1.0.27 |
| 1288 | 2026-08-05T04:22:02.702Z | Compiling proc-macro-error v1.0.4 |
| 1289 | 2026-08-05T04:22:02.937Z | Compiling ppv-lite86 v0.2.21 |
| 1290 | 2026-08-05T04:22:02.970Z | Compiling vcpkg v0.2.15 |
| 1291 | 2026-08-05T04:22:03.004Z | Compiling pest_derive v2.8.6 |
| 1292 | 2026-08-05T04:22:03.105Z | Compiling futures-macro v0.3.32 |
| 1293 | 2026-08-05T04:22:03.118Z | Compiling tracing-attributes v0.1.31 |
| 1294 | 2026-08-05T04:22:03.202Z | Compiling tracing-core v0.1.36 |
| 1295 | 2026-08-05T04:22:03.268Z | Compiling http v1.4.0 |
| 1296 | 2026-08-05T04:22:03.452Z | Compiling hmac v0.12.1 |
| 1297 | 2026-08-05T04:22:03.561Z | Compiling slab v0.4.12 |
| 1298 | 2026-08-05T04:22:03.594Z | Compiling winnow v1.0.1 |
| 1299 | 2026-08-05T04:22:03.767Z | Compiling futures-task v0.3.32 |
| 1300 | 2026-08-05T04:22:03.930Z | Compiling futures-io v0.3.32 |
| 1301 | 2026-08-05T04:22:03.937Z | Compiling spin v0.9.8 |
| 1302 | 2026-08-05T04:22:03.940Z | Compiling pretty-hex v0.4.1 |
| 1303 | 2026-08-05T04:22:03.960Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1304 | 2026-08-05T04:22:04.069Z | Compiling futures-util v0.3.32 |
| 1305 | 2026-08-05T04:22:04.088Z | Compiling lazy_static v1.5.0 |
| 1306 | 2026-08-05T04:22:04.311Z | Compiling tinystr v0.8.2 |
| 1307 | 2026-08-05T04:22:04.351Z | Compiling tracing v0.1.44 |
| 1308 | 2026-08-05T04:22:04.508Z | Compiling slog v2.8.2 |
| 1309 | 2026-08-05T04:22:04.520Z | Compiling ff v0.13.1 |
| 1310 | 2026-08-05T04:22:04.527Z | Compiling signature v2.2.0 |
| 1311 | 2026-08-05T04:22:04.670Z | Compiling ring v0.17.14 |
| 1312 | 2026-08-05T04:22:04.682Z | Compiling base16ct v0.2.0 |
| 1313 | 2026-08-05T04:22:04.713Z | Compiling num-conv v0.2.0 |
| 1314 | 2026-08-05T04:22:04.745Z | Compiling powerfmt v0.2.0 |
| 1315 | 2026-08-05T04:22:04.748Z | Compiling time-core v0.1.8 |
| 1316 | 2026-08-05T04:22:04.842Z | Compiling litemap v0.8.1 |
| 1317 | 2026-08-05T04:22:04.892Z | Compiling winnow v0.5.40 |
| 1318 | 2026-08-05T04:22:04.910Z | Compiling getrandom v0.3.4 |
| 1319 | 2026-08-05T04:22:05.001Z | Compiling byteorder v1.5.0 |
| 1320 | 2026-08-05T04:22:05.078Z | Compiling heck v0.4.1 |
| 1321 | 2026-08-05T04:22:05.134Z | Compiling toml_datetime v0.6.11 |
| 1322 | 2026-08-05T04:22:05.234Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1323 | 2026-08-05T04:22:05.250Z | Compiling writeable v0.6.2 |
| 1324 | 2026-08-05T04:22:05.268Z | Compiling winnow v0.7.14 |
| 1325 | 2026-08-05T04:22:05.271Z | Compiling cpufeatures v0.2.17 |
| 1326 | 2026-08-05T04:22:05.355Z | Compiling zerocopy v0.7.35 |
| 1327 | 2026-08-05T04:22:05.449Z | Compiling icu_locale_core v2.1.1 |
| 1328 | 2026-08-05T04:22:05.477Z | Compiling time-macros v0.2.27 |
| 1329 | 2026-08-05T04:22:05.906Z | Compiling deranged v0.5.6 |
| 1330 | 2026-08-05T04:22:06.331Z | Compiling toml_edit v0.19.15 |
| 1331 | 2026-08-05T04:22:06.477Z | Compiling sec1 v0.7.3 |
| 1332 | 2026-08-05T04:22:06.724Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 1333 | 2026-08-05T04:22:07.214Z | Compiling group v0.13.0 |
| 1334 | 2026-08-05T04:22:07.326Z | Compiling http-body v1.0.1 |
| 1335 | 2026-08-05T04:22:07.427Z | Compiling hkdf v0.12.4 |
| 1336 | 2026-08-05T04:22:07.483Z | Compiling num-bigint v0.4.6 |
| 1337 | 2026-08-05T04:22:07.581Z | Compiling erased-serde v0.3.31 |
| 1338 | 2026-08-05T04:22:07.613Z | Compiling potential_utf v0.1.4 |
| 1339 | 2026-08-05T04:22:07.793Z | Compiling zerotrie v0.2.3 |
| 1340 | 2026-08-05T04:22:07.961Z | Compiling num-iter v0.1.45 |
| 1341 | 2026-08-05T04:22:08.081Z | Compiling scroll_derive v0.12.1 |
| 1342 | 2026-08-05T04:22:08.179Z | Compiling crypto-bigint v0.5.5 |
| 1343 | 2026-08-05T04:22:08.343Z | Compiling usdt-impl v0.5.0 |
| 1344 | 2026-08-05T04:22:08.567Z | Compiling icu_normalizer_data v2.1.1 |
| 1345 | 2026-08-05T04:22:08.801Z | Compiling icu_properties_data v2.1.2 |
| 1346 | 2026-08-05T04:22:08.957Z | Compiling httparse v1.10.1 |
| 1347 | 2026-08-05T04:22:09.051Z | Compiling time v0.3.47 |
| 1348 | 2026-08-05T04:22:09.079Z | Compiling proc-macro-crate v1.3.1 |
| 1349 | 2026-08-05T04:22:09.359Z | Compiling elliptic-curve v0.13.8 |
| 1350 | 2026-08-05T04:22:09.410Z | Compiling scroll v0.12.0 |
| 1351 | 2026-08-05T04:22:09.746Z | Compiling icu_provider v2.1.1 |
| 1352 | 2026-08-05T04:22:09.816Z | Compiling icu_collections v2.1.1 |
| 1353 | 2026-08-05T04:22:10.163Z | Compiling proc-macro-crate v3.4.0 |
| 1354 | 2026-08-05T04:22:10.354Z | Compiling thread-id v4.2.2 |
| 1355 | 2026-08-05T04:22:10.392Z | Compiling dof v0.3.0 |
| 1356 | 2026-08-05T04:22:10.597Z | Compiling sha2 v0.10.9 |
| 1357 | 2026-08-05T04:22:10.604Z | Compiling dtrace-parser v0.2.0 |
| 1358 | 2026-08-05T04:22:10.632Z | Compiling openssl-sys v0.9.111 |
| 1359 | 2026-08-05T04:22:10.747Z | Compiling libz-sys v1.1.23 |
| 1360 | 2026-08-05T04:22:11.103Z | Compiling rustc_version v0.4.1 |
| 1361 | 2026-08-05T04:22:11.169Z | Compiling rustls-pki-types v1.14.0 |
| 1362 | 2026-08-05T04:22:11.182Z | Compiling try-lock v0.2.5 |
| 1363 | 2026-08-05T04:22:11.189Z | Compiling plain v0.2.3 |
| 1364 | 2026-08-05T04:22:11.293Z | Compiling untrusted v0.9.0 |
| 1365 | 2026-08-05T04:22:11.300Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1366 | 2026-08-05T04:22:11.371Z | Compiling camino v1.2.3 |
| 1367 | 2026-08-05T04:22:11.418Z | Compiling crossbeam-utils v0.8.21 |
| 1368 | 2026-08-05T04:22:11.549Z | Compiling tower-service v0.3.3 |
| 1369 | 2026-08-05T04:22:11.753Z | Compiling curve25519-dalek v4.1.3 |
| 1370 | 2026-08-05T04:22:12.005Z | Compiling goblin v0.8.2 |
| 1371 | 2026-08-05T04:22:12.040Z | Compiling want v0.3.1 |
| 1372 | 2026-08-05T04:22:12.273Z | Compiling num_enum_derive v0.7.5 |
| 1373 | 2026-08-05T04:22:12.624Z | Compiling num_enum_derive v0.5.11 |
| 1374 | 2026-08-05T04:22:12.993Z | Compiling rfc6979 v0.4.0 |
| 1375 | 2026-08-05T04:22:13.131Z | Compiling rand_chacha v0.3.1 |
| 1376 | 2026-08-05T04:22:13.207Z | Compiling serde_tokenstream v0.2.2 |
| 1377 | 2026-08-05T04:22:13.482Z | Compiling arc-swap v1.8.2 |
| 1378 | 2026-08-05T04:22:13.495Z | Compiling iana-time-zone v0.1.65 |
| 1379 | 2026-08-05T04:22:13.638Z | Compiling atomic-waker v1.1.2 |
| 1380 | 2026-08-05T04:22:13.763Z | Compiling num-bigint-dig v0.8.6 |
| 1381 | 2026-08-05T04:22:13.769Z | Compiling pin-utils v0.1.0 |
| 1382 | 2026-08-05T04:22:13.783Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 1383 | 2026-08-05T04:22:13.822Z | Compiling heck v0.5.0 |
| 1384 | 2026-08-05T04:22:13.829Z | Compiling radium v0.7.0 |
| 1385 | 2026-08-05T04:22:13.835Z | Compiling rustls v0.23.36 |
| 1386 | 2026-08-05T04:22:13.988Z | Compiling hyper v1.8.1 |
| 1387 | 2026-08-05T04:22:14.025Z | Compiling num_enum v0.5.11 |
| 1388 | 2026-08-05T04:22:14.075Z | Compiling chrono v0.4.43 |
| 1389 | 2026-08-05T04:22:14.132Z | Compiling rand v0.8.5 |
| 1390 | 2026-08-05T04:22:14.139Z | Compiling num_enum v0.7.5 |
| 1391 | 2026-08-05T04:22:14.210Z | Compiling ecdsa v0.16.9 |
| 1392 | 2026-08-05T04:22:14.225Z | Compiling rustls-webpki v0.103.9 |
| 1393 | 2026-08-05T04:22:14.258Z | Compiling icu_properties v2.1.2 |
| 1394 | 2026-08-05T04:22:15.813Z | Compiling icu_normalizer v2.1.1 |
| 1395 | 2026-08-05T04:22:17.111Z | Compiling rand_core v0.9.5 |
| 1396 | 2026-08-05T04:22:17.359Z | Compiling primeorder v0.13.6 |
| 1397 | 2026-08-05T04:22:17.376Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 1398 | 2026-08-05T04:22:17.468Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1399 | 2026-08-05T04:22:17.530Z | Compiling foreign-types-macros v0.2.3 |
| 1400 | 2026-08-05T04:22:17.604Z | Compiling cargo-platform v0.3.2 |
| 1401 | 2026-08-05T04:22:17.699Z | Compiling aho-corasick v1.1.4 |
| 1402 | 2026-08-05T04:22:17.702Z | Compiling indexmap v1.9.3 |
| 1403 | 2026-08-05T04:22:17.755Z | Compiling thread_local v1.1.9 |
| 1404 | 2026-08-05T04:22:17.845Z | Compiling anyhow v1.0.102 |
| 1405 | 2026-08-05T04:22:17.940Z | Compiling slog-async v2.8.0 |
| 1406 | 2026-08-05T04:22:18.119Z | Compiling either v1.15.0 |
| 1407 | 2026-08-05T04:22:18.153Z | Compiling utf8parse v0.2.2 |
| 1408 | 2026-08-05T04:22:18.179Z | Compiling tap v1.0.1 |
| 1409 | 2026-08-05T04:22:18.182Z | Compiling bitflags v2.11.0 |
| 1410 | 2026-08-05T04:22:18.238Z | Compiling foreign-types-shared v0.3.1 |
| 1411 | 2026-08-05T04:22:18.256Z | Compiling regex-syntax v0.8.9 |
| 1412 | 2026-08-05T04:22:18.287Z | Compiling percent-encoding v2.3.2 |
| 1413 | 2026-08-05T04:22:18.324Z | Compiling foreign-types v0.5.0 |
| 1414 | 2026-08-05T04:22:18.331Z | Compiling itertools v0.12.1 |
| 1415 | 2026-08-05T04:22:18.399Z | Compiling wyz v0.5.1 |
| 1416 | 2026-08-05T04:22:18.550Z | Compiling form_urlencoded v1.2.2 |
| 1417 | 2026-08-05T04:22:18.607Z | Compiling anstyle-parse v1.0.0 |
| 1418 | 2026-08-05T04:22:18.828Z | Compiling cargo_metadata v0.23.1 |
| 1419 | 2026-08-05T04:22:18.852Z | Compiling crossbeam-channel v0.5.15 |
| 1420 | 2026-08-05T04:22:19.826Z | Compiling rand_chacha v0.9.0 |
| 1421 | 2026-08-05T04:22:20.056Z | Compiling regex-automata v0.4.14 |
| 1422 | 2026-08-05T04:22:20.405Z | Compiling idna_adapter v1.2.1 |
| 1423 | 2026-08-05T04:22:20.538Z | Compiling hyper-util v0.1.20 |
| 1424 | 2026-08-05T04:22:23.131Z | Compiling slog-scope v4.4.1 |
| 1425 | 2026-08-05T04:22:23.237Z | Compiling usdt-macro v0.5.0 |
| 1426 | 2026-08-05T04:22:23.564Z | Compiling usdt-attr-macro v0.5.0 |
| 1427 | 2026-08-05T04:22:23.936Z | Compiling num-rational v0.4.2 |
| 1428 | 2026-08-05T04:22:23.995Z | Compiling tokio-util v0.7.18 |
| 1429 | 2026-08-05T04:22:24.321Z | Compiling ed25519 v2.2.3 |
| 1430 | 2026-08-05T04:22:24.597Z | Compiling num-complex v0.4.6 |
| 1431 | 2026-08-05T04:22:25.086Z | Compiling pkcs1 v0.7.5 |
| 1432 | 2026-08-05T04:22:25.111Z | Compiling async-trait v0.1.89 |
| 1433 | 2026-08-05T04:22:25.219Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1434 | 2026-08-05T04:22:25.486Z | Compiling is-terminal v0.4.17 |
| 1435 | 2026-08-05T04:22:25.583Z | Compiling memmap v0.7.0 |
| 1436 | 2026-08-05T04:22:25.720Z | Compiling cstr-argument v0.1.2 |
| 1437 | 2026-08-05T04:22:25.815Z | Compiling rustix v1.1.4 |
| 1438 | 2026-08-05T04:22:25.885Z | Compiling colorchoice v1.0.4 |
| 1439 | 2026-08-05T04:22:26.004Z | Compiling funty v2.0.0 |
| 1440 | 2026-08-05T04:22:26.131Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
| 1441 | 2026-08-05T04:22:26.178Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#81c947bc) |
| 1442 | 2026-08-05T04:22:26.208Z | Compiling portable-atomic v1.13.1 |
| 1443 | 2026-08-05T04:22:26.363Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#d9645f8d) |
| 1444 | 2026-08-05T04:22:26.409Z | Compiling is_terminal_polyfill v1.70.2 |
| 1445 | 2026-08-05T04:22:26.500Z | Compiling tower-layer v0.3.3 |
| 1446 | 2026-08-05T04:22:26.596Z | Compiling term v1.2.1 |
| 1447 | 2026-08-05T04:22:26.673Z | Compiling base64 v0.22.1 |
| 1448 | 2026-08-05T04:22:26.676Z | Compiling utf8_iter v1.0.4 |
| 1449 | 2026-08-05T04:22:26.722Z | Compiling crc32fast v1.5.0 |
| 1450 | 2026-08-05T04:22:26.838Z | Compiling sync_wrapper v1.0.2 |
| 1451 | 2026-08-05T04:22:26.937Z | Compiling anstyle-query v1.1.5 |
| 1452 | 2026-08-05T04:22:26.968Z | Compiling os_str_bytes v6.6.1 |
| 1453 | 2026-08-05T04:22:27.016Z | Compiling hashbrown v0.12.3 |
| 1454 | 2026-08-05T04:22:27.039Z | Compiling take_mut v0.2.2 |
| 1455 | 2026-08-05T04:22:27.149Z | Compiling openssl-probe v0.2.1 |
| 1456 | 2026-08-05T04:22:27.162Z | Compiling anstyle v1.0.14 |
| 1457 | 2026-08-05T04:22:27.262Z | Compiling rustls-native-certs v0.8.3 |
| 1458 | 2026-08-05T04:22:27.406Z | Compiling anstream v1.0.0 |
| 1459 | 2026-08-05T04:22:27.428Z | Compiling clap_lex v0.2.4 |
| 1460 | 2026-08-05T04:22:27.935Z | Compiling pem v3.0.6 |
| 1461 | 2026-08-05T04:22:28.062Z | Compiling tower v0.5.3 |
| 1462 | 2026-08-05T04:22:28.149Z | Compiling slog-term v2.9.2 |
| 1463 | 2026-08-05T04:22:28.507Z | Compiling idna v1.1.0 |
| 1464 | 2026-08-05T04:22:28.707Z | Compiling bitvec v1.0.1 |
| 1465 | 2026-08-05T04:22:29.104Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1466 | 2026-08-05T04:22:29.213Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1467 | 2026-08-05T04:22:29.340Z | Compiling usdt v0.5.0 |
| 1468 | 2026-08-05T04:22:29.468Z | Compiling rsa v0.9.10 |
| 1469 | 2026-08-05T04:22:29.516Z | Compiling tokio-rustls v0.26.4 |
| 1470 | 2026-08-05T04:22:29.796Z | Compiling num v0.4.3 |
| 1471 | 2026-08-05T04:22:29.874Z | Compiling ed25519-dalek v2.2.0 |
| 1472 | 2026-08-05T04:22:30.001Z | Compiling slog-stdlog v4.1.1 |
| 1473 | 2026-08-05T04:22:30.396Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 1474 | 2026-08-05T04:22:30.409Z | Compiling regex v1.12.3 |
| 1475 | 2026-08-05T04:22:30.613Z | Compiling octocrab v0.53.1 |
| 1476 | 2026-08-05T04:22:30.627Z | Compiling rand v0.9.2 |
| 1477 | 2026-08-05T04:22:31.014Z | Compiling p384 v0.13.1 |
| 1478 | 2026-08-05T04:22:31.390Z | Compiling p256 v0.13.2 |
| 1479 | 2026-08-05T04:22:31.406Z | Compiling snafu-derive v0.8.9 |
| 1480 | 2026-08-05T04:22:31.827Z | Compiling simple_asn1 v0.6.4 |
| 1481 | 2026-08-05T04:22:31.952Z | Compiling futures-executor v0.3.32 |
| 1482 | 2026-08-05T04:22:32.311Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1483 | 2026-08-05T04:22:32.340Z | Compiling clap_derive v3.2.25 |
| 1484 | 2026-08-05T04:22:32.479Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1485 | 2026-08-05T04:22:32.730Z | Compiling serde_repr v0.1.20 |
| 1486 | 2026-08-05T04:22:33.022Z | Compiling pin-project-internal v1.1.10 |
| 1487 | 2026-08-05T04:22:33.135Z | Compiling num-derive v0.3.3 |
| 1488 | 2026-08-05T04:22:33.155Z | Compiling syn v3.0.3 |
| 1489 | 2026-08-05T04:22:33.322Z | Compiling atty v0.2.14 |
| 1490 | 2026-08-05T04:22:33.432Z | Compiling iri-string v0.7.10 |
| 1491 | 2026-08-05T04:22:33.663Z | Compiling textwrap v0.16.2 |
| 1492 | 2026-08-05T04:22:34.015Z | Compiling ryu v1.0.23 |
| 1493 | 2026-08-05T04:22:34.061Z | Compiling simd-adler32 v0.3.8 |
| 1494 | 2026-08-05T04:22:34.112Z | Compiling curl v0.4.50 |
| 1495 | 2026-08-05T04:22:34.297Z | Compiling oxnet v0.1.4 |
| 1496 | 2026-08-05T04:22:34.365Z | Compiling unicode-width v0.2.2 |
| 1497 | 2026-08-05T04:22:34.631Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
| 1498 | 2026-08-05T04:22:34.674Z | Compiling adler2 v2.0.1 |
| 1499 | 2026-08-05T04:22:34.795Z | Compiling colored v3.1.1 |
| 1500 | 2026-08-05T04:22:34.869Z | Compiling clap_lex v1.0.0 |
| 1501 | 2026-08-05T04:22:35.365Z | Compiling strsim v0.10.0 |
| 1502 | 2026-08-05T04:22:35.485Z | Compiling bitflags v1.3.2 |
| 1503 | 2026-08-05T04:22:35.562Z | Compiling strsim v0.11.1 |
| 1504 | 2026-08-05T04:22:35.586Z | Compiling termcolor v1.4.1 |
| 1505 | 2026-08-05T04:22:35.956Z | Compiling clap v3.2.25 |
| 1506 | 2026-08-05T04:22:36.054Z | Compiling clap_derive v4.6.4 |
| 1507 | 2026-08-05T04:22:36.071Z | Compiling clap_builder v4.6.5 |
| 1508 | 2026-08-05T04:22:36.803Z | Compiling tower-http v0.6.8 |
| 1509 | 2026-08-05T04:22:37.621Z | Compiling miniz_oxide v0.8.9 |
| 1510 | 2026-08-05T04:22:37.715Z | Compiling console v0.16.2 |
| 1511 | 2026-08-05T04:22:38.179Z | Compiling serde_urlencoded v0.7.1 |
| 1512 | 2026-08-05T04:22:38.456Z | Compiling pin-project v1.1.10 |
| 1513 | 2026-08-05T04:22:38.556Z | Compiling libscf-sys v1.1.0 |
| 1514 | 2026-08-05T04:22:38.692Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#04fb133a) |
| 1515 | 2026-08-05T04:22:38.990Z | Compiling snafu v0.8.9 |
| 1516 | 2026-08-05T04:22:39.012Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1517 | 2026-08-05T04:22:39.552Z | Compiling jsonwebtoken v10.3.0 |
| 1518 | 2026-08-05T04:22:39.628Z | Compiling futures v0.3.32 |
| 1519 | 2026-08-05T04:22:39.739Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#a1840304) |
| 1520 | 2026-08-05T04:22:40.496Z | Compiling slog-envlogger v2.2.0 |
| 1521 | 2026-08-05T04:22:40.543Z | Compiling hyper-rustls v0.27.7 |
| 1522 | 2026-08-05T04:22:40.795Z | Compiling url v2.5.8 |
| 1523 | 2026-08-05T04:22:42.049Z | Compiling hyper-timeout v0.5.2 |
| 1524 | 2026-08-05T04:22:42.263Z | Compiling http-body-util v0.1.3 |
| 1525 | 2026-08-05T04:22:42.270Z | Compiling zone_cfg_derive v0.3.1 |
| 1526 | 2026-08-05T04:22:42.431Z | Compiling http-serde v2.1.1 |
| 1527 | 2026-08-05T04:22:42.541Z | Compiling async-recursion v0.3.2 |
| 1528 | 2026-08-05T04:22:42.627Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1529 | 2026-08-05T04:22:42.672Z | Compiling serde_path_to_error v0.1.20 |
| 1530 | 2026-08-05T04:22:42.940Z | Compiling serde_spanned v1.1.1 |
| 1531 | 2026-08-05T04:22:43.036Z | Compiling filetime v0.2.27 |
| 1532 | 2026-08-05T04:22:43.090Z | Compiling secrecy v0.10.3 |
| 1533 | 2026-08-05T04:22:43.096Z | Compiling openssl-probe v0.1.6 |
| 1534 | 2026-08-05T04:22:43.115Z | Compiling web-time v1.1.0 |
| 1535 | 2026-08-05T04:22:43.188Z | Compiling xattr v1.6.1 |
| 1536 | 2026-08-05T04:22:43.235Z | Compiling unit-prefix v0.5.2 |
| 1537 | 2026-08-05T04:22:43.241Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1538 | 2026-08-05T04:22:43.348Z | Compiling hex v0.4.3 |
| 1539 | 2026-08-05T04:22:43.355Z | Compiling fastrand v2.3.0 |
| 1540 | 2026-08-05T04:22:43.376Z | Compiling indicatif v0.18.4 |
| 1541 | 2026-08-05T04:22:43.383Z | Compiling tar v0.4.46 |
| 1542 | 2026-08-05T04:22:43.500Z | Compiling toml v1.1.2+spec-1.1.0 |
| 1543 | 2026-08-05T04:22:43.641Z | Compiling sha256 v1.6.0 |
| 1544 | 2026-08-05T04:22:43.687Z | Compiling tempfile v3.27.0 |
| 1545 | 2026-08-05T04:22:45.960Z | Compiling p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#04fb133a) |
| 1546 | 2026-08-05T04:22:45.982Z | Compiling zone v0.3.1 |
| 1547 | 2026-08-05T04:22:46.271Z | Compiling flate2 v1.1.9 |
| 1548 | 2026-08-05T04:22:46.459Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#d9645f8d) |
| 1549 | 2026-08-05T04:22:46.711Z | Compiling softnpu v0.2.0 (/work/oxidecomputer/softnpu/lib) |
| 1550 | 2026-08-05T04:22:46.850Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon#d809e81e) |
| 1551 | 2026-08-05T04:22:47.161Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1552 | 2026-08-05T04:22:47.377Z | Compiling clap v4.6.5 |
| 1553 | 2026-08-05T04:22:47.857Z | Compiling libloading v0.8.9 |
| 1554 | 2026-08-05T04:22:47.874Z | Compiling fs_extra v1.3.0 |
| 1555 | 2026-08-05T04:22:59.241Z | Compiling softnpu-client v0.1.0 (/work/oxidecomputer/softnpu/client) |
| 1556 | 2026-08-05T04:23:23.168Z | Finished `release` profile [optimized] target(s) in 1m 28s |
| 1557 | 2026-08-05T04:23:23.227Z | |
| 1558 | 2026-08-05T04:23:23.227Z | real 1:28.812924069 |
| 1559 | 2026-08-05T04:23:23.227Z | user 7:41.674212850 |
| 1560 | 2026-08-05T04:23:23.227Z | sys 47.483201620 |
| 1561 | 2026-08-05T04:23:23.227Z | trap 0.266032838 |
| 1562 | 2026-08-05T04:23:23.227Z | tflt 0.604177567 |
| 1563 | 2026-08-05T04:23:23.227Z | dflt 0.489746047 |
| 1564 | 2026-08-05T04:23:23.230Z | kflt 0.000043390 |
| 1565 | 2026-08-05T04:23:23.230Z | lock 23:13.202265799 |
| 1566 | 2026-08-05T04:23:23.230Z | slp 28:06.405213003 |
| 1567 | 2026-08-05T04:23:23.230Z | lat 29.639328639 |
| 1568 | 2026-08-05T04:23:23.230Z | stop 36.648105234 |
| 1569 | 2026-08-05T04:23:23.230Z | + for x in debug release |
| 1570 | 2026-08-05T04:23:23.230Z | + mkdir -p /work/debug |
| 1571 | 2026-08-05T04:23:23.230Z | + cp target/debug/softnpu /work/debug/ |
| 1572 | 2026-08-05T04:23:23.308Z | + cp target/debug/npuzone /work/debug/ |
| 1573 | 2026-08-05T04:23:23.471Z | + cp target/debug/npuvm /work/debug/ |
| 1574 | 2026-08-05T04:23:23.621Z | + digest -a sha256 /work/debug/softnpu |
| 1575 | 2026-08-05T04:23:23.680Z | + digest -a sha256 /work/debug/npuzone |
| 1576 | 2026-08-05T04:23:23.792Z | + digest -a sha256 /work/debug/npuvm |
| 1577 | 2026-08-05T04:23:23.889Z | + for x in debug release |
| 1578 | 2026-08-05T04:23:23.889Z | + mkdir -p /work/release |
| 1579 | 2026-08-05T04:23:23.892Z | + cp target/release/softnpu /work/release/ |
| 1580 | 2026-08-05T04:23:23.903Z | + cp target/release/npuzone /work/release/ |
| 1581 | 2026-08-05T04:23:23.936Z | + cp target/release/npuvm /work/release/ |
| 1582 | 2026-08-05T04:23:23.952Z | + digest -a sha256 /work/release/softnpu |
| 1583 | 2026-08-05T04:23:23.965Z | + digest -a sha256 /work/release/npuzone |
| 1584 | 2026-08-05T04:23:23.983Z | + digest -a sha256 /work/release/npuvm |
| 1585 | 2026-08-05T04:23:24.003Z | process exited: duration 200107 ms, exit code 0 |
| |
| 1586 | 2026-08-05T04:23:24.030Z | found 12 output files |
| 1587 | 2026-08-05T04:23:24.052Z | uploading: /work/debug/npuvm (189952640 bytes) |
| 1588 | 2026-08-05T04:23:26.606Z | uploaded: /work/debug/npuvm |
| 1589 | 2026-08-05T04:23:26.611Z | uploading: /work/debug/npuvm.sha256.txt (65 bytes) |
| 1590 | 2026-08-05T04:23:27.621Z | uploaded: /work/debug/npuvm.sha256.txt |
| 1591 | 2026-08-05T04:23:27.621Z | uploading: /work/debug/npuzone (196626776 bytes) |
| 1592 | 2026-08-05T04:23:29.988Z | uploaded: /work/debug/npuzone |
| 1593 | 2026-08-05T04:23:29.988Z | uploading: /work/debug/npuzone.sha256.txt (65 bytes) |
| 1594 | 2026-08-05T04:23:31.007Z | uploaded: /work/debug/npuzone.sha256.txt |
| 1595 | 2026-08-05T04:23:31.007Z | uploading: /work/debug/softnpu (102358016 bytes) |
| 1596 | 2026-08-05T04:23:32.754Z | uploaded: /work/debug/softnpu |
| 1597 | 2026-08-05T04:23:32.754Z | uploading: /work/debug/softnpu.sha256.txt (65 bytes) |
| 1598 | 2026-08-05T04:23:33.764Z | uploaded: /work/debug/softnpu.sha256.txt |
| 1599 | 2026-08-05T04:23:33.764Z | uploading: /work/release/npuvm (27185336 bytes) |
| 1600 | 2026-08-05T04:23:34.993Z | uploaded: /work/release/npuvm |
| 1601 | 2026-08-05T04:23:34.993Z | uploading: /work/release/npuvm.sha256.txt (65 bytes) |
| 1602 | 2026-08-05T04:23:36.003Z | uploaded: /work/release/npuvm.sha256.txt |
| 1603 | 2026-08-05T04:23:36.003Z | uploading: /work/release/npuzone (27800040 bytes) |
| 1604 | 2026-08-05T04:23:37.244Z | uploaded: /work/release/npuzone |
| 1605 | 2026-08-05T04:23:37.244Z | uploading: /work/release/npuzone.sha256.txt (65 bytes) |
| 1606 | 2026-08-05T04:23:38.273Z | uploaded: /work/release/npuzone.sha256.txt |
| 1607 | 2026-08-05T04:23:38.274Z | uploading: /work/release/softnpu (15677424 bytes) |
| 1608 | 2026-08-05T04:23:39.399Z | uploaded: /work/release/softnpu |
| 1609 | 2026-08-05T04:23:39.399Z | uploading: /work/release/softnpu.sha256.txt (65 bytes) |
| 1610 | 2026-08-05T04:23:40.411Z | uploaded: /work/release/softnpu.sha256.txt |