|
|
|
| 1 | 2026-05-18T04:04:33.535Z | job assigned to worker 01KRWM1ZPHMZNHMBECRVKSVKBV [factory aws, i-0c29a7da34747256a] (queued for 56 s) |
| |
| 2 | 2026-05-18T04:04:40.777Z | starting task 0: "setup" |
| 3 | 2026-05-18T04:04:40.784Z | ++ uname -s |
| 4 | 2026-05-18T04:04:40.787Z | + kern=SunOS |
| 5 | 2026-05-18T04:04:40.787Z | + build_user=build |
| 6 | 2026-05-18T04:04:40.787Z | + build_uid=12345 |
| 7 | 2026-05-18T04:04:40.787Z | + work_dir=/work |
| 8 | 2026-05-18T04:04:40.787Z | + input_dir=/input |
| 9 | 2026-05-18T04:04:40.787Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-18T04:04:40.787Z | + case "$kern" in |
| 11 | 2026-05-18T04:04:40.787Z | + groupadd -g 12345 build |
| 12 | 2026-05-18T04:04:40.790Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-18T04:04:42.794Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-18T04:04:42.923Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-18T04:04:42.926Z | + home_fs=zfs |
| 16 | 2026-05-18T04:04:42.926Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-18T04:04:42.926Z | + mkdir -p /home/build |
| 18 | 2026-05-18T04:04:42.926Z | + chown build:build /home/build /work |
| 19 | 2026-05-18T04:04:44.928Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-18T04:04:44.931Z | process exited: duration 4153 ms, exit code 0 |
| |
| 21 | 2026-05-18T04:04:44.937Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-18T04:04:44.941Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-05-18T04:04:44.941Z | * rust toolchain channel = "stable" |
| 24 | 2026-05-18T04:04:44.941Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-05-18T04:04:44.941Z | * rust toolchain profile = "default" |
| 26 | 2026-05-18T04:04:44.941Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-18T04:04:44.941Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-18T04:04:44.944Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-18T04:04:44.944Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-05-18T04:04:45.073Z | info: downloading installer |
| 31 | 2026-05-18T04:04:46.389Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-05-18T04:04:46.389Z | warn: /opt/ooce/bin |
| 33 | 2026-05-18T04:04:46.390Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-05-18T04:04:46.393Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-05-18T04:04:46.393Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-05-18T04:04:46.393Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-05-18T04:04:46.393Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-05-18T04:04:46.393Z | error: cannot install while Rust is installed |
| 39 | 2026-05-18T04:04:46.393Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-05-18T04:04:46.393Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-05-18T04:04:46.393Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-05-18T04:04:46.393Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-05-18T04:04:46.393Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-05-18T04:04:46.404Z | info: profile set to default |
| 45 | 2026-05-18T04:04:46.404Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-05-18T04:04:46.407Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-05-18T04:04:46.547Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 48 | 2026-05-18T04:04:46.550Z | info: downloading 6 components |
| 49 | 2026-05-18T04:05:00.336Z | |
| 50 | 2026-05-18T04:05:00.336Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 51 | 2026-05-18T04:05:00.366Z | stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 52 | 2026-05-18T04:05:00.366Z | |
| 53 | 2026-05-18T04:05:00.369Z | |
| 54 | 2026-05-18T04:05:00.369Z | Rust is installed now. Great! |
| 55 | 2026-05-18T04:05:00.369Z | |
| 56 | 2026-05-18T04:05:00.369Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-05-18T04:05:00.369Z | environment variable. This has not been done automatically. |
| 58 | 2026-05-18T04:05:00.369Z | |
| 59 | 2026-05-18T04:05:00.369Z | To configure your current shell, you need to source |
| 60 | 2026-05-18T04:05:00.369Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-05-18T04:05:00.369Z | |
| 62 | 2026-05-18T04:05:00.369Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-05-18T04:05:00.369Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-05-18T04:05:00.369Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-05-18T04:05:00.369Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-05-18T04:05:00.369Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-05-18T04:05:00.369Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-05-18T04:05:00.369Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-05-18T04:05:00.369Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-05-18T04:05:00.369Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-05-18T04:05:00.468Z | + rustup --version |
| 72 | 2026-05-18T04:05:00.477Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-05-18T04:05:00.480Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-05-18T04:05:00.498Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 75 | 2026-05-18T04:05:00.501Z | + cargo --version |
| 76 | 2026-05-18T04:05:00.515Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 77 | 2026-05-18T04:05:00.518Z | + rustc --version |
| 78 | 2026-05-18T04:05:00.537Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 79 | 2026-05-18T04:05:00.539Z | process exited: duration 15600 ms, exit code 0 |
| |
| 80 | 2026-05-18T04:05:00.545Z | starting task 2: "authentication" |
| 81 | 2026-05-18T04:05:00.560Z | process exited: duration 15 ms, exit code 0 |
| |
| 82 | 2026-05-18T04:05:00.566Z | starting task 3: "clone repository" |
| 83 | 2026-05-18T04:05:00.569Z | + mkdir -p /work/oxidecomputer/softnpu |
| 84 | 2026-05-18T04:05:00.572Z | + git clone https://github.com/oxidecomputer/softnpu /work/oxidecomputer/softnpu |
| 85 | 2026-05-18T04:05:00.602Z | Cloning into '/work/oxidecomputer/softnpu'... |
| 86 | 2026-05-18T04:05:01.096Z | + cd /work/oxidecomputer/softnpu |
| 87 | 2026-05-18T04:05:01.096Z | + git fetch origin ff6c4ff764f0d0fa7ab135ed6b29ceea1ab613f3 |
| 88 | 2026-05-18T04:05:01.341Z | From https://github.com/oxidecomputer/softnpu |
| 89 | 2026-05-18T04:05:01.341Z | * branch ff6c4ff764f0d0fa7ab135ed6b29ceea1ab613f3 -> FETCH_HEAD |
| 90 | 2026-05-18T04:05:01.347Z | + [[ -n renovate/octocrab-0.x ]] |
| 91 | 2026-05-18T04:05:01.350Z | ++ git branch --show-current |
| 92 | 2026-05-18T04:05:01.350Z | + current=main |
| 93 | 2026-05-18T04:05:01.350Z | + [[ main != renovate/octocrab-0.x ]] |
| 94 | 2026-05-18T04:05:01.350Z | + git branch -f renovate/octocrab-0.x ff6c4ff764f0d0fa7ab135ed6b29ceea1ab613f3 |
| 95 | 2026-05-18T04:05:01.353Z | + git checkout -f renovate/octocrab-0.x |
| 96 | 2026-05-18T04:05:01.356Z | Switched to branch 'renovate/octocrab-0.x' |
| 97 | 2026-05-18T04:05:01.358Z | + git reset --hard ff6c4ff764f0d0fa7ab135ed6b29ceea1ab613f3 |
| 98 | 2026-05-18T04:05:01.361Z | HEAD is now at ff6c4ff Update Rust crate octocrab to 0.51 |
| 99 | 2026-05-18T04:05:01.361Z | process exited: duration 794 ms, exit code 0 |
| |
| 100 | 2026-05-18T04:05:01.366Z | starting task 4: "build" |
| 101 | 2026-05-18T04:05:01.370Z | + cargo --version |
| 102 | 2026-05-18T04:05:01.375Z | info: syncing channel updates for 1.92.0-x86_64-unknown-illumos |
| 103 | 2026-05-18T04:05:01.545Z | info: latest update on 2025-12-11 for version 1.92.0 (ded5c06cf 2025-12-08) |
| 104 | 2026-05-18T04:05:01.548Z | info: downloading 6 components |
| 105 | 2026-05-18T04:05:18.249Z | cargo 1.92.0 (344c4567c 2025-10-21) |
| 106 | 2026-05-18T04:05:18.252Z | + rustc --version |
| 107 | 2026-05-18T04:05:18.282Z | rustc 1.92.0 (ded5c06cf 2025-12-08) |
| 108 | 2026-05-18T04:05:18.286Z | + banner check |
| 109 | 2026-05-18T04:05:18.289Z | |
| 110 | 2026-05-18T04:05:18.289Z | #### # # ###### #### # # |
| 111 | 2026-05-18T04:05:18.289Z | # # # # # # # # # |
| 112 | 2026-05-18T04:05:18.289Z | # ###### ##### # #### |
| 113 | 2026-05-18T04:05:18.289Z | # # # # # # # |
| 114 | 2026-05-18T04:05:18.289Z | # # # # # # # # # |
| 115 | 2026-05-18T04:05:18.289Z | #### # # ###### #### # # |
| 116 | 2026-05-18T04:05:18.289Z | |
| 117 | 2026-05-18T04:05:18.292Z | + cargo fmt -- --check |
| 118 | 2026-05-18T04:05:18.373Z | + cargo clippy -- --deny warnings |
| 119 | 2026-05-18T04:05:18.475Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 120 | 2026-05-18T04:05:18.927Z | From https://github.com/oxidecomputer/p4 |
| 121 | 2026-05-18T04:05:18.928Z | * [new ref] a1840304962af6a0d42d5c3ef064778af167d1c0 -> refs/commit/a1840304962af6a0d42d5c3ef064778af167d1c0 |
| 122 | 2026-05-18T04:05:18.943Z | Updating crates.io index |
| 123 | 2026-05-18T04:05:18.946Z | Updating git repository `https://github.com/oxidecomputer/devinfo-sys` |
| 124 | 2026-05-18T04:05:19.216Z | From https://github.com/oxidecomputer/devinfo-sys |
| 125 | 2026-05-18T04:05:19.216Z | * [new ref] b1a9fb8533abbae9dd6e78714fe068079227bf74 -> refs/commit/b1a9fb8533abbae9dd6e78714fe068079227bf74 |
| 126 | 2026-05-18T04:05:19.259Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 127 | 2026-05-18T04:05:19.527Z | From https://github.com/oxidecomputer/dlpi-sys |
| 128 | 2026-05-18T04:05:19.527Z | * [new ref] d9645f8d61187e76384474b1100f6537fb644993 -> refs/commit/d9645f8d61187e76384474b1100f6537fb644993 |
| 129 | 2026-05-18T04:05:19.605Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 130 | 2026-05-18T04:05:19.948Z | From https://github.com/oxidecomputer/netadm-sys |
| 131 | 2026-05-18T04:05:19.948Z | * [new ref] 81c947bc709abe1c73d2291a9439a25f9d7be43c -> refs/commit/81c947bc709abe1c73d2291a9439a25f9d7be43c |
| 132 | 2026-05-18T04:05:19.956Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 133 | 2026-05-18T04:05:20.226Z | From https://github.com/oxidecomputer/p9fs |
| 134 | 2026-05-18T04:05:20.226Z | * [new ref] 04fb133ac730f6f69612dcb20d1cb2195e4e89a6 -> refs/commit/04fb133ac730f6f69612dcb20d1cb2195e4e89a6 |
| 135 | 2026-05-18T04:05:20.326Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 136 | 2026-05-18T04:05:20.570Z | From https://github.com/illumos/smf-rs |
| 137 | 2026-05-18T04:05:20.570Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 138 | 2026-05-18T04:05:20.698Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 139 | 2026-05-18T04:05:21.268Z | From https://github.com/oxidecomputer/falcon |
| 140 | 2026-05-18T04:05:21.268Z | * [new ref] d809e81eb151b7fcc87d6ca256517b908d3ad66a -> refs/commit/d809e81eb151b7fcc87d6ca256517b908d3ad66a |
| 141 | 2026-05-18T04:05:21.731Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-05-18T04:05:22.014Z | From https://github.com/jmesmon/rust-libzfs |
| 143 | 2026-05-18T04:05:22.014Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 144 | 2026-05-18T04:05:22.023Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 145 | 2026-05-18T04:05:22.309Z | From https://github.com/oxidecomputer/rusty-doors |
| 146 | 2026-05-18T04:05:22.309Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 147 | 2026-05-18T04:05:22.499Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 148 | 2026-05-18T04:05:22.789Z | From https://github.com/oxidecomputer/ispf |
| 149 | 2026-05-18T04:05:22.789Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
| 150 | 2026-05-18T04:05:23.106Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 151 | 2026-05-18T04:05:23.405Z | From https://github.com/oxidecomputer/zone |
| 152 | 2026-05-18T04:05:23.405Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 153 | 2026-05-18T04:05:25.201Z | Downloading crates ... |
| 154 | 2026-05-18T04:05:25.271Z | Downloaded cfg-if v1.0.4 |
| 155 | 2026-05-18T04:05:25.273Z | Downloaded form_urlencoded v1.2.2 |
| 156 | 2026-05-18T04:05:25.280Z | Downloaded async-trait v0.1.89 |
| 157 | 2026-05-18T04:05:25.284Z | Downloaded futures-sink v0.3.32 |
| 158 | 2026-05-18T04:05:25.287Z | Downloaded generic-array v0.14.7 |
| 159 | 2026-05-18T04:05:25.287Z | Downloaded elliptic-curve v0.13.8 |
| 160 | 2026-05-18T04:05:25.290Z | Downloaded futures-executor v0.3.32 |
| 161 | 2026-05-18T04:05:25.292Z | Downloaded anstyle v1.0.14 |
| 162 | 2026-05-18T04:05:25.292Z | Downloaded clap v4.6.1 |
| 163 | 2026-05-18T04:05:25.298Z | Downloaded rustc_version v0.4.1 |
| 164 | 2026-05-18T04:05:25.300Z | Downloaded pretty-hex v0.4.1 |
| 165 | 2026-05-18T04:05:25.300Z | Downloaded potential_utf v0.1.4 |
| 166 | 2026-05-18T04:05:25.303Z | Downloaded fs_extra v1.3.0 |
| 167 | 2026-05-18T04:05:25.303Z | Downloaded lazy_static v1.5.0 |
| 168 | 2026-05-18T04:05:25.306Z | Downloaded crossbeam-utils v0.8.21 |
| 169 | 2026-05-18T04:05:25.306Z | Downloaded bitflags v1.3.2 |
| 170 | 2026-05-18T04:05:25.309Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 171 | 2026-05-18T04:05:25.309Z | Downloaded cargo_metadata v0.23.1 |
| 172 | 2026-05-18T04:05:25.312Z | Downloaded cargo-platform v0.3.2 |
| 173 | 2026-05-18T04:05:25.314Z | Downloaded camino v1.2.2 |
| 174 | 2026-05-18T04:05:25.317Z | Downloaded percent-encoding v2.3.2 |
| 175 | 2026-05-18T04:05:25.317Z | Downloaded der v0.7.10 |
| 176 | 2026-05-18T04:05:25.325Z | Downloaded pin-utils v0.1.0 |
| 177 | 2026-05-18T04:05:25.327Z | Downloaded pin-project-internal v1.1.10 |
| 178 | 2026-05-18T04:05:25.327Z | Downloaded anyhow v1.0.102 |
| 179 | 2026-05-18T04:05:25.330Z | Downloaded base64ct v1.8.3 |
| 180 | 2026-05-18T04:05:25.333Z | Downloaded base64 v0.22.1 |
| 181 | 2026-05-18T04:05:25.335Z | Downloaded crypto-bigint v0.5.5 |
| 182 | 2026-05-18T04:05:25.338Z | Downloaded foreign-types-shared v0.3.1 |
| 183 | 2026-05-18T04:05:25.341Z | Downloaded curl v0.4.49 |
| 184 | 2026-05-18T04:05:25.344Z | Downloaded openssl-sys v0.9.111 |
| 185 | 2026-05-18T04:05:25.346Z | Downloaded find-msvc-tools v0.1.9 |
| 186 | 2026-05-18T04:05:25.346Z | Downloaded anstream v1.0.0 |
| 187 | 2026-05-18T04:05:25.349Z | Downloaded adler2 v2.0.1 |
| 188 | 2026-05-18T04:05:25.352Z | Downloaded num v0.4.3 |
| 189 | 2026-05-18T04:05:25.354Z | Downloaded is-terminal v0.4.17 |
| 190 | 2026-05-18T04:05:25.358Z | Downloaded log v0.4.29 |
| 191 | 2026-05-18T04:05:25.361Z | Downloaded futures-task v0.3.32 |
| 192 | 2026-05-18T04:05:25.364Z | Downloaded console v0.16.2 |
| 193 | 2026-05-18T04:05:25.364Z | Downloaded pkg-config v0.3.32 |
| 194 | 2026-05-18T04:05:25.366Z | Downloaded anstyle-parse v1.0.0 |
| 195 | 2026-05-18T04:05:25.366Z | Downloaded arc-swap v1.8.2 |
| 196 | 2026-05-18T04:05:25.369Z | Downloaded proc-macro-error-attr v1.0.4 |
| 197 | 2026-05-18T04:05:25.369Z | Downloaded bytes v1.11.1 |
| 198 | 2026-05-18T04:05:25.372Z | Downloaded colorchoice v1.0.4 |
| 199 | 2026-05-18T04:05:25.375Z | Downloaded idna_adapter v1.2.1 |
| 200 | 2026-05-18T04:05:25.375Z | Downloaded powerfmt v0.2.0 |
| 201 | 2026-05-18T04:05:25.375Z | Downloaded num_enum v0.5.11 |
| 202 | 2026-05-18T04:05:25.378Z | Downloaded miniz_oxide v0.8.9 |
| 203 | 2026-05-18T04:05:25.381Z | Downloaded bitflags v2.11.0 |
| 204 | 2026-05-18T04:05:25.383Z | Downloaded parking_lot_core v0.9.12 |
| 205 | 2026-05-18T04:05:25.386Z | Downloaded atomic-waker v1.1.2 |
| 206 | 2026-05-18T04:05:25.386Z | Downloaded num-conv v0.2.0 |
| 207 | 2026-05-18T04:05:25.388Z | Downloaded fastrand v2.3.0 |
| 208 | 2026-05-18T04:05:25.391Z | Downloaded dof v0.3.0 |
| 209 | 2026-05-18T04:05:25.394Z | Downloaded rand_chacha v0.3.1 |
| 210 | 2026-05-18T04:05:25.394Z | Downloaded ed25519-dalek v2.2.0 |
| 211 | 2026-05-18T04:05:25.398Z | Downloaded foreign-types-macros v0.2.3 |
| 212 | 2026-05-18T04:05:25.401Z | Downloaded foreign-types v0.5.0 |
| 213 | 2026-05-18T04:05:25.404Z | Downloaded is_terminal_polyfill v1.70.2 |
| 214 | 2026-05-18T04:05:25.404Z | Downloaded hex v0.4.3 |
| 215 | 2026-05-18T04:05:25.406Z | Downloaded ed25519 v2.2.3 |
| 216 | 2026-05-18T04:05:25.409Z | Downloaded memmap v0.7.0 |
| 217 | 2026-05-18T04:05:25.409Z | Downloaded equivalent v1.0.2 |
| 218 | 2026-05-18T04:05:25.411Z | Downloaded itoa v1.0.17 |
| 219 | 2026-05-18T04:05:25.411Z | Downloaded displaydoc v0.2.5 |
| 220 | 2026-05-18T04:05:25.414Z | Downloaded futures-core v0.3.32 |
| 221 | 2026-05-18T04:05:25.414Z | Downloaded http-body-util v0.1.3 |
| 222 | 2026-05-18T04:05:25.417Z | Downloaded radium v0.7.0 |
| 223 | 2026-05-18T04:05:25.417Z | Downloaded openssl-probe v0.2.1 |
| 224 | 2026-05-18T04:05:25.417Z | Downloaded filetime v0.2.27 |
| 225 | 2026-05-18T04:05:25.420Z | Downloaded erased-serde v0.3.31 |
| 226 | 2026-05-18T04:05:25.420Z | Downloaded deranged v0.5.6 |
| 227 | 2026-05-18T04:05:25.422Z | Downloaded heck v0.4.1 |
| 228 | 2026-05-18T04:05:25.423Z | Downloaded simd-adler32 v0.3.8 |
| 229 | 2026-05-18T04:05:25.425Z | Downloaded num-iter v0.1.45 |
| 230 | 2026-05-18T04:05:25.425Z | Downloaded const-oid v0.9.6 |
| 231 | 2026-05-18T04:05:25.428Z | Downloaded proc-macro-crate v3.4.0 |
| 232 | 2026-05-18T04:05:25.428Z | Downloaded block-buffer v0.10.4 |
| 233 | 2026-05-18T04:05:25.428Z | Downloaded atty v0.2.14 |
| 234 | 2026-05-18T04:05:25.430Z | Downloaded bitvec v1.0.1 |
| 235 | 2026-05-18T04:05:25.437Z | Downloaded rfc6979 v0.4.0 |
| 236 | 2026-05-18T04:05:25.440Z | Downloaded num-derive v0.3.3 |
| 237 | 2026-05-18T04:05:25.440Z | Downloaded num_enum_derive v0.7.5 |
| 238 | 2026-05-18T04:05:25.442Z | Downloaded cstr-argument v0.1.2 |
| 239 | 2026-05-18T04:05:25.442Z | Downloaded http-body v1.0.1 |
| 240 | 2026-05-18T04:05:25.442Z | Downloaded slog-stdlog v4.1.1 |
| 241 | 2026-05-18T04:05:25.445Z | Downloaded digest v0.10.7 |
| 242 | 2026-05-18T04:05:25.445Z | Downloaded cpufeatures v0.2.17 |
| 243 | 2026-05-18T04:05:25.445Z | Downloaded crypto-common v0.1.7 |
| 244 | 2026-05-18T04:05:25.448Z | Downloaded base16ct v0.2.0 |
| 245 | 2026-05-18T04:05:25.448Z | Downloaded libscf-sys v1.1.0 |
| 246 | 2026-05-18T04:05:25.448Z | Downloaded colored v3.1.1 |
| 247 | 2026-05-18T04:05:25.451Z | Downloaded either v1.15.0 |
| 248 | 2026-05-18T04:05:25.451Z | Downloaded byteorder v1.5.0 |
| 249 | 2026-05-18T04:05:25.453Z | Downloaded heck v0.5.0 |
| 250 | 2026-05-18T04:05:25.453Z | Downloaded ff v0.13.1 |
| 251 | 2026-05-18T04:05:25.456Z | Downloaded num_enum_derive v0.5.11 |
| 252 | 2026-05-18T04:05:25.456Z | Downloaded openssl-probe v0.1.6 |
| 253 | 2026-05-18T04:05:25.456Z | Downloaded clap_lex v0.2.4 |
| 254 | 2026-05-18T04:05:25.459Z | Downloaded cc v1.2.56 |
| 255 | 2026-05-18T04:05:25.459Z | Downloaded errno v0.3.14 |
| 256 | 2026-05-18T04:05:25.461Z | Downloaded dtrace-parser v0.2.0 |
| 257 | 2026-05-18T04:05:25.461Z | Downloaded clap_lex v1.0.0 |
| 258 | 2026-05-18T04:05:25.464Z | Downloaded autocfg v1.5.0 |
| 259 | 2026-05-18T04:05:25.464Z | Downloaded sha256 v1.6.0 |
| 260 | 2026-05-18T04:05:25.464Z | Downloaded crossbeam-channel v0.5.15 |
| 261 | 2026-05-18T04:05:25.467Z | Downloaded crc32fast v1.5.0 |
| 262 | 2026-05-18T04:05:25.470Z | Downloaded secrecy v0.10.3 |
| 263 | 2026-05-18T04:05:25.470Z | Downloaded anstyle-query v1.1.5 |
| 264 | 2026-05-18T04:05:25.470Z | Downloaded httparse v1.10.1 |
| 265 | 2026-05-18T04:05:25.472Z | Downloaded rand_chacha v0.9.0 |
| 266 | 2026-05-18T04:05:25.472Z | Downloaded plain v0.2.3 |
| 267 | 2026-05-18T04:05:25.475Z | Downloaded num-integer v0.1.46 |
| 268 | 2026-05-18T04:05:25.475Z | Downloaded futures-macro v0.3.32 |
| 269 | 2026-05-18T04:05:25.475Z | Downloaded libloading v0.8.9 |
| 270 | 2026-05-18T04:05:25.478Z | Downloaded indexmap v2.13.0 |
| 271 | 2026-05-18T04:05:25.480Z | Downloaded getrandom v0.2.17 |
| 272 | 2026-05-18T04:05:25.480Z | Downloaded serde_urlencoded v0.7.1 |
| 273 | 2026-05-18T04:05:25.483Z | Downloaded futures-io v0.3.32 |
| 274 | 2026-05-18T04:05:25.483Z | Downloaded scroll_derive v0.12.1 |
| 275 | 2026-05-18T04:05:25.486Z | Downloaded funty v2.0.0 |
| 276 | 2026-05-18T04:05:25.488Z | Downloaded stable_deref_trait v1.2.1 |
| 277 | 2026-05-18T04:05:25.494Z | Downloaded rand_core v0.9.5 |
| 278 | 2026-05-18T04:05:25.497Z | Downloaded proc-macro-error v1.0.4 |
| 279 | 2026-05-18T04:05:25.500Z | Downloaded termcolor v1.4.1 |
| 280 | 2026-05-18T04:05:25.500Z | Downloaded lock_api v0.4.14 |
| 281 | 2026-05-18T04:05:25.500Z | Downloaded ecdsa v0.16.9 |
| 282 | 2026-05-18T04:05:25.502Z | Downloaded os_str_bytes v6.6.1 |
| 283 | 2026-05-18T04:05:25.505Z | Downloaded num-complex v0.4.6 |
| 284 | 2026-05-18T04:05:25.505Z | Downloaded quote v1.0.45 |
| 285 | 2026-05-18T04:05:25.507Z | Downloaded proc-macro-crate v1.3.1 |
| 286 | 2026-05-18T04:05:25.507Z | Downloaded primeorder v0.13.6 |
| 287 | 2026-05-18T04:05:25.511Z | Downloaded async-recursion v0.3.2 |
| 288 | 2026-05-18T04:05:25.514Z | Downloaded pkcs8 v0.10.2 |
| 289 | 2026-05-18T04:05:25.517Z | Downloaded clap_derive v4.6.1 |
| 290 | 2026-05-18T04:05:25.519Z | Downloaded sha2 v0.10.9 |
| 291 | 2026-05-18T04:05:25.522Z | Downloaded litemap v0.8.1 |
| 292 | 2026-05-18T04:05:25.522Z | Downloaded strsim v0.11.1 |
| 293 | 2026-05-18T04:05:25.522Z | Downloaded pin-project-lite v0.2.16 |
| 294 | 2026-05-18T04:05:25.525Z | Downloaded pem-rfc7468 v0.7.0 |
| 295 | 2026-05-18T04:05:25.527Z | Downloaded hmac v0.12.1 |
| 296 | 2026-05-18T04:05:25.527Z | Downloaded futures-channel v0.3.32 |
| 297 | 2026-05-18T04:05:25.530Z | Downloaded hyper-rustls v0.27.7 |
| 298 | 2026-05-18T04:05:25.533Z | Downloaded thiserror-impl v1.0.69 |
| 299 | 2026-05-18T04:05:25.533Z | Downloaded usdt-attr-macro v0.5.0 |
| 300 | 2026-05-18T04:05:25.533Z | Downloaded ppv-lite86 v0.2.21 |
| 301 | 2026-05-18T04:05:25.533Z | Downloaded hyper v1.8.1 |
| 302 | 2026-05-18T04:05:25.536Z | Downloaded rand v0.8.5 |
| 303 | 2026-05-18T04:05:25.539Z | Downloaded num-bigint v0.4.6 |
| 304 | 2026-05-18T04:05:25.541Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 305 | 2026-05-18T04:05:25.544Z | Downloaded hyper-timeout v0.5.2 |
| 306 | 2026-05-18T04:05:25.544Z | Downloaded sec1 v0.7.3 |
| 307 | 2026-05-18T04:05:25.544Z | Downloaded thread-id v4.2.2 |
| 308 | 2026-05-18T04:05:25.547Z | Downloaded flate2 v1.1.9 |
| 309 | 2026-05-18T04:05:25.549Z | Downloaded tap v1.0.1 |
| 310 | 2026-05-18T04:05:25.549Z | Downloaded sync_wrapper v1.0.2 |
| 311 | 2026-05-18T04:05:25.549Z | Downloaded group v0.13.0 |
| 312 | 2026-05-18T04:05:25.549Z | Downloaded pem v3.0.6 |
| 313 | 2026-05-18T04:05:25.552Z | Downloaded once_cell v1.21.3 |
| 314 | 2026-05-18T04:05:25.552Z | Downloaded getrandom v0.3.4 |
| 315 | 2026-05-18T04:05:25.555Z | Downloaded unit-prefix v0.5.2 |
| 316 | 2026-05-18T04:05:25.555Z | Downloaded try-lock v0.2.5 |
| 317 | 2026-05-18T04:05:25.557Z | Downloaded scroll v0.12.0 |
| 318 | 2026-05-18T04:05:25.557Z | Downloaded clap_derive v3.2.25 |
| 319 | 2026-05-18T04:05:25.557Z | Downloaded slog-async v2.8.0 |
| 320 | 2026-05-18T04:05:25.560Z | Downloaded untrusted v0.9.0 |
| 321 | 2026-05-18T04:05:25.560Z | Downloaded slab v0.4.12 |
| 322 | 2026-05-18T04:05:25.563Z | Downloaded serde_spanned v1.1.1 |
| 323 | 2026-05-18T04:05:25.563Z | Downloaded snafu-derive v0.8.9 |
| 324 | 2026-05-18T04:05:25.563Z | Downloaded scopeguard v1.2.0 |
| 325 | 2026-05-18T04:05:25.566Z | Downloaded signature v2.2.0 |
| 326 | 2026-05-18T04:05:25.566Z | Downloaded slog-term v2.9.2 |
| 327 | 2026-05-18T04:05:25.566Z | Downloaded rustls-pki-types v1.14.0 |
| 328 | 2026-05-18T04:05:25.568Z | Downloaded slog-scope v4.4.1 |
| 329 | 2026-05-18T04:05:25.568Z | Downloaded serde_repr v0.1.20 |
| 330 | 2026-05-18T04:05:25.571Z | Downloaded num-rational v0.4.2 |
| 331 | 2026-05-18T04:05:25.571Z | Downloaded slog-envlogger v2.2.0 |
| 332 | 2026-05-18T04:05:25.571Z | Downloaded thiserror-impl v2.0.18 |
| 333 | 2026-05-18T04:05:25.574Z | Downloaded pkcs1 v0.7.5 |
| 334 | 2026-05-18T04:05:25.579Z | Downloaded parking_lot v0.12.5 |
| 335 | 2026-05-18T04:05:25.582Z | Downloaded time-macros v0.2.27 |
| 336 | 2026-05-18T04:05:25.585Z | Downloaded zone_cfg_derive v0.3.1 |
| 337 | 2026-05-18T04:05:25.585Z | Downloaded tinystr v0.8.2 |
| 338 | 2026-05-18T04:05:25.585Z | Downloaded iana-time-zone v0.1.65 |
| 339 | 2026-05-18T04:05:25.587Z | Downloaded term v1.2.1 |
| 340 | 2026-05-18T04:05:25.590Z | Downloaded ryu v1.0.23 |
| 341 | 2026-05-18T04:05:25.590Z | Downloaded semver v1.0.27 |
| 342 | 2026-05-18T04:05:25.592Z | Downloaded utf8parse v0.2.2 |
| 343 | 2026-05-18T04:05:25.593Z | Downloaded rustversion v1.0.22 |
| 344 | 2026-05-18T04:05:25.593Z | Downloaded usdt-macro v0.5.0 |
| 345 | 2026-05-18T04:05:25.595Z | Downloaded indexmap v1.9.3 |
| 346 | 2026-05-18T04:05:25.599Z | Downloaded rustls-native-certs v0.8.3 |
| 347 | 2026-05-18T04:05:25.601Z | Downloaded wyz v0.5.1 |
| 348 | 2026-05-18T04:05:25.604Z | Downloaded pest_derive v2.8.6 |
| 349 | 2026-05-18T04:05:25.604Z | Downloaded toml_datetime v0.6.11 |
| 350 | 2026-05-18T04:05:25.604Z | Downloaded take_mut v0.2.2 |
| 351 | 2026-05-18T04:05:25.607Z | Downloaded zerofrom-derive v0.1.6 |
| 352 | 2026-05-18T04:05:25.607Z | Downloaded yoke-derive v0.8.1 |
| 353 | 2026-05-18T04:05:25.607Z | Downloaded time-core v0.1.8 |
| 354 | 2026-05-18T04:05:25.607Z | Downloaded xattr v1.6.1 |
| 355 | 2026-05-18T04:05:25.610Z | Downloaded tokio-macros v2.7.0 |
| 356 | 2026-05-18T04:05:25.610Z | Downloaded strsim v0.10.0 |
| 357 | 2026-05-18T04:05:25.610Z | Downloaded tower-layer v0.3.3 |
| 358 | 2026-05-18T04:05:25.612Z | Downloaded spki v0.7.3 |
| 359 | 2026-05-18T04:05:25.615Z | Downloaded rand_core v0.6.4 |
| 360 | 2026-05-18T04:05:25.615Z | Downloaded p256 v0.13.2 |
| 361 | 2026-05-18T04:05:25.618Z | Downloaded socket2 v0.6.3 |
| 362 | 2026-05-18T04:05:25.620Z | Downloaded serde_path_to_error v0.1.20 |
| 363 | 2026-05-18T04:05:25.620Z | Downloaded tower-service v0.3.3 |
| 364 | 2026-05-18T04:05:25.620Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 365 | 2026-05-18T04:05:25.620Z | Downloaded zone v0.3.1 |
| 366 | 2026-05-18T04:05:25.630Z | Downloaded thread_local v1.1.9 |
| 367 | 2026-05-18T04:05:25.630Z | Downloaded futures v0.3.32 |
| 368 | 2026-05-18T04:05:25.630Z | Downloaded oxnet v0.1.4 |
| 369 | 2026-05-18T04:05:25.630Z | Downloaded version_check v0.9.5 |
| 370 | 2026-05-18T04:05:25.634Z | Downloaded num_enum v0.7.5 |
| 371 | 2026-05-18T04:05:25.634Z | Downloaded shlex v1.3.0 |
| 372 | 2026-05-18T04:05:25.636Z | Downloaded serde_tokenstream v0.2.2 |
| 373 | 2026-05-18T04:05:25.636Z | Downloaded utf8_iter v1.0.4 |
| 374 | 2026-05-18T04:05:25.636Z | Downloaded usdt v0.5.0 |
| 375 | 2026-05-18T04:05:25.639Z | Downloaded pin-project v1.1.10 |
| 376 | 2026-05-18T04:05:25.645Z | Downloaded want v0.3.1 |
| 377 | 2026-05-18T04:05:25.648Z | Downloaded simple_asn1 v0.6.4 |
| 378 | 2026-05-18T04:05:25.648Z | Downloaded proc-macro2 v1.0.106 |
| 379 | 2026-05-18T04:05:25.650Z | Downloaded num-traits v0.2.19 |
| 380 | 2026-05-18T04:05:25.651Z | Downloaded signal-hook-registry v1.4.8 |
| 381 | 2026-05-18T04:05:25.651Z | Downloaded pest_generator v2.8.6 |
| 382 | 2026-05-18T04:05:25.653Z | Downloaded zerofrom v0.1.6 |
| 383 | 2026-05-18T04:05:25.653Z | Downloaded writeable v0.6.2 |
| 384 | 2026-05-18T04:05:25.653Z | Downloaded web-time v1.1.0 |
| 385 | 2026-05-18T04:05:25.656Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 386 | 2026-05-18T04:05:25.656Z | Downloaded indicatif v0.18.4 |
| 387 | 2026-05-18T04:05:25.659Z | Downloaded icu_provider v2.1.1 |
| 388 | 2026-05-18T04:05:25.659Z | Downloaded thiserror v1.0.69 |
| 389 | 2026-05-18T04:05:25.661Z | Downloaded icu_properties v2.1.2 |
| 390 | 2026-05-18T04:05:25.664Z | Downloaded synstructure v0.13.2 |
| 391 | 2026-05-18T04:05:25.664Z | Downloaded zeroize v1.8.2 |
| 392 | 2026-05-18T04:05:25.667Z | Downloaded snafu v0.8.9 |
| 393 | 2026-05-18T04:05:25.669Z | Downloaded usdt-impl v0.5.0 |
| 394 | 2026-05-18T04:05:25.672Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 395 | 2026-05-18T04:05:25.672Z | Downloaded zmij v1.0.21 |
| 396 | 2026-05-18T04:05:25.672Z | Downloaded zerovec-derive v0.11.2 |
| 397 | 2026-05-18T04:05:25.675Z | Downloaded yoke v0.8.1 |
| 398 | 2026-05-18T04:05:25.681Z | Downloaded libm v0.2.16 |
| 399 | 2026-05-18T04:05:25.686Z | Downloaded ucd-trie v0.1.7 |
| 400 | 2026-05-18T04:05:25.688Z | Downloaded tokio-rustls v0.26.4 |
| 401 | 2026-05-18T04:05:25.688Z | Downloaded jsonwebtoken v10.3.0 |
| 402 | 2026-05-18T04:05:25.691Z | Downloaded thiserror v2.0.18 |
| 403 | 2026-05-18T04:05:25.694Z | Downloaded tempfile v3.27.0 |
| 404 | 2026-05-18T04:05:25.696Z | Downloaded spin v0.9.8 |
| 405 | 2026-05-18T04:05:25.696Z | Downloaded tar v0.4.45 |
| 406 | 2026-05-18T04:05:25.699Z | Downloaded smallvec v1.15.1 |
| 407 | 2026-05-18T04:05:25.699Z | Downloaded icu_normalizer_data v2.1.1 |
| 408 | 2026-05-18T04:05:25.702Z | Downloaded toml_edit v0.19.15 |
| 409 | 2026-05-18T04:05:25.708Z | Downloaded itertools v0.12.1 |
| 410 | 2026-05-18T04:05:25.712Z | Downloaded icu_locale_core v2.1.1 |
| 411 | 2026-05-18T04:05:25.715Z | Downloaded icu_collections v2.1.1 |
| 412 | 2026-05-18T04:05:25.718Z | Downloaded slog v2.8.2 |
| 413 | 2026-05-18T04:05:25.720Z | Downloaded serde_derive v1.0.228 |
| 414 | 2026-05-18T04:05:25.728Z | Downloaded tracing-attributes v0.1.31 |
| 415 | 2026-05-18T04:05:25.731Z | Downloaded icu_normalizer v2.1.1 |
| 416 | 2026-05-18T04:05:25.733Z | Downloaded textwrap v0.16.2 |
| 417 | 2026-05-18T04:05:25.733Z | Downloaded serde_core v1.0.228 |
| 418 | 2026-05-18T04:05:25.736Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 419 | 2026-05-18T04:05:25.738Z | Downloaded pest_meta v2.8.6 |
| 420 | 2026-05-18T04:05:25.739Z | Downloaded rsa v0.9.10 |
| 421 | 2026-05-18T04:05:25.743Z | Downloaded typenum v1.19.0 |
| 422 | 2026-05-18T04:05:25.750Z | Downloaded icu_properties_data v2.1.2 |
| 423 | 2026-05-18T04:05:25.755Z | Downloaded zerocopy-derive v0.7.35 |
| 424 | 2026-05-18T04:05:25.757Z | Downloaded hyper-util v0.1.20 |
| 425 | 2026-05-18T04:05:25.760Z | Downloaded unicode-ident v1.0.24 |
| 426 | 2026-05-18T04:05:25.763Z | Downloaded zerotrie v0.2.3 |
| 427 | 2026-05-18T04:05:25.765Z | Downloaded memchr v2.8.0 |
| 428 | 2026-05-18T04:05:25.768Z | Downloaded hashbrown v0.12.3 |
| 429 | 2026-05-18T04:05:25.768Z | Downloaded hashbrown v0.16.1 |
| 430 | 2026-05-18T04:05:25.771Z | Downloaded clap_builder v4.6.0 |
| 431 | 2026-05-18T04:05:25.774Z | Downloaded url v2.5.8 |
| 432 | 2026-05-18T04:05:25.777Z | Downloaded serde v1.0.228 |
| 433 | 2026-05-18T04:05:25.779Z | Downloaded http v1.4.0 |
| 434 | 2026-05-18T04:05:25.782Z | Downloaded futures-util v0.3.32 |
| 435 | 2026-05-18T04:05:25.788Z | Downloaded hkdf v0.12.4 |
| 436 | 2026-05-18T04:05:25.788Z | Downloaded tracing-core v0.1.36 |
| 437 | 2026-05-18T04:05:25.788Z | Downloaded mio v1.2.0 |
| 438 | 2026-05-18T04:05:25.792Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 439 | 2026-05-18T04:05:25.794Z | Downloaded rustls-webpki v0.103.9 |
| 440 | 2026-05-18T04:05:25.797Z | Downloaded rand v0.9.2 |
| 441 | 2026-05-18T04:05:25.801Z | Downloaded serde_json v1.0.149 |
| 442 | 2026-05-18T04:05:25.808Z | Downloaded num-bigint-dig v0.8.6 |
| 443 | 2026-05-18T04:05:25.825Z | Downloaded aho-corasick v1.1.4 |
| 444 | 2026-05-18T04:05:25.828Z | Downloaded zerovec v0.11.5 |
| 445 | 2026-05-18T04:05:25.831Z | Downloaded clap v3.2.25 |
| 446 | 2026-05-18T04:05:25.838Z | Downloaded chrono v0.4.43 |
| 447 | 2026-05-18T04:05:25.841Z | Downloaded goblin v0.8.2 |
| 448 | 2026-05-18T04:05:25.844Z | Downloaded tower-http v0.6.8 |
| 449 | 2026-05-18T04:05:25.848Z | Downloaded pest v2.8.6 |
| 450 | 2026-05-18T04:05:25.851Z | Downloaded iri-string v0.7.10 |
| 451 | 2026-05-18T04:05:25.856Z | Downloaded winnow v1.0.1 |
| 452 | 2026-05-18T04:05:25.861Z | Downloaded tower v0.5.3 |
| 453 | 2026-05-18T04:05:25.866Z | Downloaded tokio-util v0.7.18 |
| 454 | 2026-05-18T04:05:25.870Z | Downloaded curve25519-dalek v4.1.3 |
| 455 | 2026-05-18T04:05:25.874Z | Downloaded time v0.3.47 |
| 456 | 2026-05-18T04:05:25.880Z | Downloaded regex v1.12.3 |
| 457 | 2026-05-18T04:05:25.883Z | Downloaded p384 v0.13.1 |
| 458 | 2026-05-18T04:05:25.886Z | Downloaded subtle v2.6.1 |
| 459 | 2026-05-18T04:05:25.889Z | Downloaded idna v1.1.0 |
| 460 | 2026-05-18T04:05:25.892Z | Downloaded unicode-width v0.2.2 |
| 461 | 2026-05-18T04:05:25.895Z | Downloaded winnow v0.5.40 |
| 462 | 2026-05-18T04:05:25.899Z | Downloaded portable-atomic v1.13.1 |
| 463 | 2026-05-18T04:05:25.903Z | Downloaded rustls v0.23.36 |
| 464 | 2026-05-18T04:05:25.909Z | Downloaded rustix v1.1.4 |
| 465 | 2026-05-18T04:05:25.922Z | Downloaded zerocopy v0.7.35 |
| 466 | 2026-05-18T04:05:25.939Z | Downloaded winnow v0.7.14 |
| 467 | 2026-05-18T04:05:25.967Z | Downloaded vcpkg v0.2.15 |
| 468 | 2026-05-18T04:05:25.988Z | Downloaded syn v1.0.109 |
| 469 | 2026-05-18T04:05:25.993Z | Downloaded tokio v1.52.3 |
| 470 | 2026-05-18T04:05:26.014Z | Downloaded zerocopy v0.8.39 |
| 471 | 2026-05-18T04:05:26.025Z | Downloaded regex-syntax v0.8.9 |
| 472 | 2026-05-18T04:05:26.037Z | Downloaded syn v2.0.117 |
| 473 | 2026-05-18T04:05:26.055Z | Downloaded curl-sys v0.4.85+curl-8.18.0 |
| 474 | 2026-05-18T04:05:26.095Z | Downloaded octocrab v0.51.0 |
| 475 | 2026-05-18T04:05:26.111Z | Downloaded tracing v0.1.44 |
| 476 | 2026-05-18T04:05:26.161Z | Downloaded regex-automata v0.4.14 |
| 477 | 2026-05-18T04:05:26.186Z | Downloaded libc v0.2.186 |
| 478 | 2026-05-18T04:05:26.204Z | Downloaded libz-sys v1.1.23 |
| 479 | 2026-05-18T04:05:26.257Z | Downloaded ring v0.17.14 |
| 480 | 2026-05-18T04:05:26.364Z | Compiling proc-macro2 v1.0.106 |
| 481 | 2026-05-18T04:05:26.364Z | Compiling quote v1.0.45 |
| 482 | 2026-05-18T04:05:26.364Z | Compiling unicode-ident v1.0.24 |
| 483 | 2026-05-18T04:05:26.367Z | Compiling libc v0.2.186 |
| 484 | 2026-05-18T04:05:26.367Z | Checking cfg-if v1.0.4 |
| 485 | 2026-05-18T04:05:26.367Z | Compiling version_check v0.9.5 |
| 486 | 2026-05-18T04:05:26.367Z | Checking zeroize v1.8.2 |
| 487 | 2026-05-18T04:05:26.367Z | Compiling serde_core v1.0.228 |
| 488 | 2026-05-18T04:05:26.503Z | Compiling serde v1.0.228 |
| 489 | 2026-05-18T04:05:26.581Z | Checking memchr v2.8.0 |
| 490 | 2026-05-18T04:05:26.594Z | Compiling autocfg v1.5.0 |
| 491 | 2026-05-18T04:05:26.745Z | Checking subtle v2.6.1 |
| 492 | 2026-05-18T04:05:26.857Z | Compiling typenum v1.19.0 |
| 493 | 2026-05-18T04:05:26.873Z | Compiling generic-array v0.14.7 |
| 494 | 2026-05-18T04:05:26.945Z | Compiling syn v1.0.109 |
| 495 | 2026-05-18T04:05:26.953Z | Checking smallvec v1.15.1 |
| 496 | 2026-05-18T04:05:27.124Z | Checking const-oid v0.9.6 |
| 497 | 2026-05-18T04:05:27.141Z | Checking itoa v1.0.17 |
| 498 | 2026-05-18T04:05:27.168Z | Checking getrandom v0.2.17 |
| 499 | 2026-05-18T04:05:27.250Z | Compiling libm v0.2.16 |
| 500 | 2026-05-18T04:05:27.271Z | Compiling num-traits v0.2.19 |
| 501 | 2026-05-18T04:05:27.290Z | Compiling shlex v1.3.0 |
| 502 | 2026-05-18T04:05:27.298Z | Checking pin-project-lite v0.2.16 |
| 503 | 2026-05-18T04:05:27.380Z | Compiling find-msvc-tools v0.1.9 |
| 504 | 2026-05-18T04:05:27.624Z | Compiling cc v1.2.56 |
| 505 | 2026-05-18T04:05:27.664Z | Compiling syn v2.0.117 |
| 506 | 2026-05-18T04:05:27.715Z | Compiling thiserror v1.0.69 |
| 507 | 2026-05-18T04:05:28.068Z | Checking log v0.4.29 |
| 508 | 2026-05-18T04:05:28.261Z | Compiling zmij v1.0.21 |
| 509 | 2026-05-18T04:05:28.410Z | Checking crypto-common v0.1.7 |
| 510 | 2026-05-18T04:05:28.521Z | Checking block-buffer v0.10.4 |
| 511 | 2026-05-18T04:05:28.606Z | Compiling rustversion v1.0.22 |
| 512 | 2026-05-18T04:05:28.641Z | Checking digest v0.10.7 |
| 513 | 2026-05-18T04:05:28.805Z | Checking rand_core v0.6.4 |
| 514 | 2026-05-18T04:05:28.828Z | Checking socket2 v0.6.3 |
| 515 | 2026-05-18T04:05:28.885Z | Checking errno v0.3.14 |
| 516 | 2026-05-18T04:05:28.975Z | Checking once_cell v1.21.3 |
| 517 | 2026-05-18T04:05:28.984Z | Checking bytes v1.11.1 |
| 518 | 2026-05-18T04:05:28.998Z | Compiling equivalent v1.0.2 |
| 519 | 2026-05-18T04:05:29.007Z | Compiling hashbrown v0.16.1 |
| 520 | 2026-05-18T04:05:29.074Z | Compiling parking_lot_core v0.9.12 |
| 521 | 2026-05-18T04:05:29.092Z | Checking base64ct v1.8.3 |
| 522 | 2026-05-18T04:05:29.140Z | Checking scopeguard v1.2.0 |
| 523 | 2026-05-18T04:05:29.229Z | Checking lock_api v0.4.14 |
| 524 | 2026-05-18T04:05:29.305Z | Checking pem-rfc7468 v0.7.0 |
| 525 | 2026-05-18T04:05:29.411Z | Checking signal-hook-registry v1.4.8 |
| 526 | 2026-05-18T04:05:29.424Z | Checking mio v1.2.0 |
| 527 | 2026-05-18T04:05:29.444Z | Checking der v0.7.10 |
| 528 | 2026-05-18T04:05:29.543Z | Compiling indexmap v2.13.0 |
| 529 | 2026-05-18T04:05:29.543Z | Checking parking_lot v0.12.5 |
| 530 | 2026-05-18T04:05:29.646Z | Checking stable_deref_trait v1.2.1 |
| 531 | 2026-05-18T04:05:29.707Z | Compiling zerocopy v0.8.39 |
| 532 | 2026-05-18T04:05:29.716Z | Compiling thiserror v2.0.18 |
| 533 | 2026-05-18T04:05:29.724Z | Compiling ucd-trie v0.1.7 |
| 534 | 2026-05-18T04:05:29.937Z | Checking futures-core v0.3.32 |
| 535 | 2026-05-18T04:05:29.970Z | Compiling serde_json v1.0.149 |
| 536 | 2026-05-18T04:05:30.082Z | Compiling pest v2.8.6 |
| 537 | 2026-05-18T04:05:30.175Z | Checking futures-sink v0.3.32 |
| 538 | 2026-05-18T04:05:30.178Z | Checking spki v0.7.3 |
| 539 | 2026-05-18T04:05:30.268Z | Checking num-integer v0.1.46 |
| 540 | 2026-05-18T04:05:30.334Z | Checking pkcs8 v0.10.2 |
| 541 | 2026-05-18T04:05:30.403Z | Compiling proc-macro-error-attr v1.0.4 |
| 542 | 2026-05-18T04:05:30.473Z | Compiling pkg-config v0.3.32 |
| 543 | 2026-05-18T04:05:30.487Z | Checking futures-channel v0.3.32 |
| 544 | 2026-05-18T04:05:30.629Z | Compiling synstructure v0.13.2 |
| 545 | 2026-05-18T04:05:30.719Z | Compiling semver v1.0.27 |
| 546 | 2026-05-18T04:05:30.923Z | Compiling proc-macro-error v1.0.4 |
| 547 | 2026-05-18T04:05:31.001Z | Compiling vcpkg v0.2.15 |
| 548 | 2026-05-18T04:05:31.119Z | Compiling pest_meta v2.8.6 |
| 549 | 2026-05-18T04:05:31.242Z | Checking tracing-core v0.1.36 |
| 550 | 2026-05-18T04:05:31.284Z | Checking hmac v0.12.1 |
| 551 | 2026-05-18T04:05:31.313Z | Checking spin v0.9.8 |
| 552 | 2026-05-18T04:05:31.404Z | Checking futures-task v0.3.32 |
| 553 | 2026-05-18T04:05:31.422Z | Checking pretty-hex v0.4.1 |
| 554 | 2026-05-18T04:05:31.533Z | Checking futures-io v0.3.32 |
| 555 | 2026-05-18T04:05:31.536Z | Checking slab v0.4.12 |
| 556 | 2026-05-18T04:05:31.536Z | Compiling winnow v1.0.1 |
| 557 | 2026-05-18T04:05:31.643Z | Checking lazy_static v1.5.0 |
| 558 | 2026-05-18T04:05:31.682Z | Compiling slog v2.8.2 |
| 559 | 2026-05-18T04:05:31.724Z | Compiling pest_generator v2.8.6 |
| 560 | 2026-05-18T04:05:31.798Z | Checking http v1.4.0 |
| 561 | 2026-05-18T04:05:31.807Z | Compiling serde_derive v1.0.228 |
| 562 | 2026-05-18T04:05:31.815Z | Compiling thiserror-impl v1.0.69 |
| 563 | 2026-05-18T04:05:31.874Z | Compiling zerofrom-derive v0.1.6 |
| 564 | 2026-05-18T04:05:31.906Z | Compiling tokio-macros v2.7.0 |
| 565 | 2026-05-18T04:05:32.330Z | Compiling yoke-derive v0.8.1 |
| 566 | 2026-05-18T04:05:32.344Z | Compiling zerovec-derive v0.11.2 |
| 567 | 2026-05-18T04:05:32.422Z | Compiling thiserror-impl v2.0.18 |
| 568 | 2026-05-18T04:05:32.621Z | Checking tokio v1.52.3 |
| 569 | 2026-05-18T04:05:33.062Z | Compiling zerocopy-derive v0.7.35 |
| 570 | 2026-05-18T04:05:33.077Z | Compiling displaydoc v0.2.5 |
| 571 | 2026-05-18T04:05:33.090Z | Checking zerofrom v0.1.6 |
| 572 | 2026-05-18T04:05:33.202Z | Checking ppv-lite86 v0.2.21 |
| 573 | 2026-05-18T04:05:33.398Z | Checking yoke v0.8.1 |
| 574 | 2026-05-18T04:05:33.464Z | Compiling pest_derive v2.8.6 |
| 575 | 2026-05-18T04:05:33.499Z | Compiling tracing-attributes v0.1.31 |
| 576 | 2026-05-18T04:05:33.581Z | Checking zerovec v0.11.5 |
| 577 | 2026-05-18T04:05:33.716Z | Compiling futures-macro v0.3.32 |
| 578 | 2026-05-18T04:05:33.913Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 579 | 2026-05-18T04:05:33.935Z | Checking ff v0.13.1 |
| 580 | 2026-05-18T04:05:34.011Z | Checking signature v2.2.0 |
| 581 | 2026-05-18T04:05:34.021Z | Checking tinystr v0.8.2 |
| 582 | 2026-05-18T04:05:34.056Z | Compiling ring v0.17.14 |
| 583 | 2026-05-18T04:05:34.190Z | Compiling toml_datetime v0.6.11 |
| 584 | 2026-05-18T04:05:34.334Z | Checking writeable v0.6.2 |
| 585 | 2026-05-18T04:05:34.409Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 586 | 2026-05-18T04:05:34.468Z | Checking powerfmt v0.2.0 |
| 587 | 2026-05-18T04:05:34.486Z | Checking base16ct v0.2.0 |
| 588 | 2026-05-18T04:05:34.558Z | Checking futures-util v0.3.32 |
| 589 | 2026-05-18T04:05:34.602Z | Compiling byteorder v1.5.0 |
| 590 | 2026-05-18T04:05:34.611Z | Checking cpufeatures v0.2.17 |
| 591 | 2026-05-18T04:05:34.621Z | Checking litemap v0.8.1 |
| 592 | 2026-05-18T04:05:34.670Z | Compiling winnow v0.5.40 |
| 593 | 2026-05-18T04:05:34.746Z | Checking tracing v0.1.44 |
| 594 | 2026-05-18T04:05:34.782Z | Compiling getrandom v0.3.4 |
| 595 | 2026-05-18T04:05:34.816Z | Compiling winnow v0.7.14 |
| 596 | 2026-05-18T04:05:34.891Z | Compiling num-conv v0.2.0 |
| 597 | 2026-05-18T04:05:34.936Z | Compiling time-core v0.1.8 |
| 598 | 2026-05-18T04:05:35.018Z | Compiling heck v0.4.1 |
| 599 | 2026-05-18T04:05:35.032Z | Checking erased-serde v0.3.31 |
| 600 | 2026-05-18T04:05:35.078Z | Compiling time-macros v0.2.27 |
| 601 | 2026-05-18T04:05:35.126Z | Checking num-bigint v0.4.6 |
| 602 | 2026-05-18T04:05:35.204Z | Checking icu_locale_core v2.1.1 |
| 603 | 2026-05-18T04:05:35.400Z | Compiling zerocopy v0.7.35 |
| 604 | 2026-05-18T04:05:35.711Z | Checking deranged v0.5.6 |
| 605 | 2026-05-18T04:05:35.745Z | Checking sec1 v0.7.3 |
| 606 | 2026-05-18T04:05:35.926Z | Compiling toml_edit v0.19.15 |
| 607 | 2026-05-18T04:05:36.034Z | Checking group v0.13.0 |
| 608 | 2026-05-18T04:05:36.044Z | Checking potential_utf v0.1.4 |
| 609 | 2026-05-18T04:05:36.161Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 610 | 2026-05-18T04:05:36.173Z | Checking zerotrie v0.2.3 |
| 611 | 2026-05-18T04:05:36.310Z | Checking http-body v1.0.1 |
| 612 | 2026-05-18T04:05:36.413Z | Compiling scroll_derive v0.12.1 |
| 613 | 2026-05-18T04:05:36.425Z | Checking hkdf v0.12.4 |
| 614 | 2026-05-18T04:05:36.434Z | Checking num-iter v0.1.45 |
| 615 | 2026-05-18T04:05:36.531Z | Checking crypto-bigint v0.5.5 |
| 616 | 2026-05-18T04:05:36.549Z | Compiling usdt-impl v0.5.0 |
| 617 | 2026-05-18T04:05:36.916Z | Compiling httparse v1.10.1 |
| 618 | 2026-05-18T04:05:36.930Z | Compiling icu_properties_data v2.1.2 |
| 619 | 2026-05-18T04:05:37.074Z | Compiling icu_normalizer_data v2.1.1 |
| 620 | 2026-05-18T04:05:37.136Z | Checking scroll v0.12.0 |
| 621 | 2026-05-18T04:05:37.168Z | Compiling proc-macro-crate v1.3.1 |
| 622 | 2026-05-18T04:05:37.194Z | Checking time v0.3.47 |
| 623 | 2026-05-18T04:05:37.315Z | Compiling thread-id v4.2.2 |
| 624 | 2026-05-18T04:05:37.388Z | Compiling proc-macro-crate v3.4.0 |
| 625 | 2026-05-18T04:05:37.471Z | Checking icu_provider v2.1.1 |
| 626 | 2026-05-18T04:05:37.495Z | Checking icu_collections v2.1.1 |
| 627 | 2026-05-18T04:05:37.593Z | Checking elliptic-curve v0.13.8 |
| 628 | 2026-05-18T04:05:37.607Z | Compiling dof v0.3.0 |
| 629 | 2026-05-18T04:05:37.698Z | Checking sha2 v0.10.9 |
| 630 | 2026-05-18T04:05:37.792Z | Compiling dtrace-parser v0.2.0 |
| 631 | 2026-05-18T04:05:37.803Z | Compiling libz-sys v1.1.23 |
| 632 | 2026-05-18T04:05:37.820Z | Compiling openssl-sys v0.9.111 |
| 633 | 2026-05-18T04:05:37.881Z | Compiling rustc_version v0.4.1 |
| 634 | 2026-05-18T04:05:37.939Z | Checking rustls-pki-types v1.14.0 |
| 635 | 2026-05-18T04:05:37.979Z | Compiling crossbeam-utils v0.8.21 |
| 636 | 2026-05-18T04:05:38.005Z | Compiling camino v1.2.2 |
| 637 | 2026-05-18T04:05:38.165Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 638 | 2026-05-18T04:05:38.230Z | Checking try-lock v0.2.5 |
| 639 | 2026-05-18T04:05:38.249Z | Checking untrusted v0.9.0 |
| 640 | 2026-05-18T04:05:38.323Z | Checking plain v0.2.3 |
| 641 | 2026-05-18T04:05:38.338Z | Checking tower-service v0.3.3 |
| 642 | 2026-05-18T04:05:38.419Z | Checking goblin v0.8.2 |
| 643 | 2026-05-18T04:05:38.423Z | Checking want v0.3.1 |
| 644 | 2026-05-18T04:05:38.466Z | Compiling curve25519-dalek v4.1.3 |
| 645 | 2026-05-18T04:05:38.524Z | Compiling num_enum_derive v0.5.11 |
| 646 | 2026-05-18T04:05:38.546Z | Compiling num_enum_derive v0.7.5 |
| 647 | 2026-05-18T04:05:39.048Z | Compiling serde_tokenstream v0.2.2 |
| 648 | 2026-05-18T04:05:39.123Z | Checking rand_chacha v0.3.1 |
| 649 | 2026-05-18T04:05:39.169Z | Checking rfc6979 v0.4.0 |
| 650 | 2026-05-18T04:05:39.275Z | Checking arc-swap v1.8.2 |
| 651 | 2026-05-18T04:05:39.316Z | Checking atomic-waker v1.1.2 |
| 652 | 2026-05-18T04:05:39.397Z | Compiling heck v0.5.0 |
| 653 | 2026-05-18T04:05:39.406Z | Compiling radium v0.7.0 |
| 654 | 2026-05-18T04:05:39.479Z | Compiling rustls v0.23.36 |
| 655 | 2026-05-18T04:05:39.479Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 656 | 2026-05-18T04:05:39.500Z | Checking pin-utils v0.1.0 |
| 657 | 2026-05-18T04:05:39.556Z | Compiling num-bigint-dig v0.8.6 |
| 658 | 2026-05-18T04:05:39.559Z | Checking iana-time-zone v0.1.65 |
| 659 | 2026-05-18T04:05:39.571Z | Checking hyper v1.8.1 |
| 660 | 2026-05-18T04:05:39.677Z | Checking chrono v0.4.43 |
| 661 | 2026-05-18T04:05:39.698Z | Checking num_enum v0.7.5 |
| 662 | 2026-05-18T04:05:39.732Z | Checking num_enum v0.5.11 |
| 663 | 2026-05-18T04:05:39.747Z | Checking rustls-webpki v0.103.9 |
| 664 | 2026-05-18T04:05:39.795Z | Checking rand v0.8.5 |
| 665 | 2026-05-18T04:05:39.816Z | Checking ecdsa v0.16.9 |
| 666 | 2026-05-18T04:05:39.826Z | Checking icu_properties v2.1.2 |
| 667 | 2026-05-18T04:05:39.954Z | Checking icu_normalizer v2.1.1 |
| 668 | 2026-05-18T04:05:40.242Z | Checking primeorder v0.13.6 |
| 669 | 2026-05-18T04:05:40.288Z | Checking rand_core v0.9.5 |
| 670 | 2026-05-18T04:05:40.458Z | Compiling curve25519-dalek-derive v0.1.1 |
| 671 | 2026-05-18T04:05:40.474Z | Compiling foreign-types-macros v0.2.3 |
| 672 | 2026-05-18T04:05:40.513Z | Compiling curl-sys v0.4.85+curl-8.18.0 |
| 673 | 2026-05-18T04:05:40.527Z | Compiling cargo-platform v0.3.2 |
| 674 | 2026-05-18T04:05:40.610Z | Checking aho-corasick v1.1.4 |
| 675 | 2026-05-18T04:05:40.623Z | Compiling indexmap v1.9.3 |
| 676 | 2026-05-18T04:05:40.676Z | Checking thread_local v1.1.9 |
| 677 | 2026-05-18T04:05:40.761Z | Checking utf8parse v0.2.2 |
| 678 | 2026-05-18T04:05:40.827Z | Checking either v1.15.0 |
| 679 | 2026-05-18T04:05:40.848Z | Checking bitflags v2.11.0 |
| 680 | 2026-05-18T04:05:40.856Z | Compiling anyhow v1.0.102 |
| 681 | 2026-05-18T04:05:40.873Z | Checking percent-encoding v2.3.2 |
| 682 | 2026-05-18T04:05:40.996Z | Compiling slog-async v2.8.0 |
| 683 | 2026-05-18T04:05:41.005Z | Checking foreign-types-shared v0.3.1 |
| 684 | 2026-05-18T04:05:41.008Z | Checking regex-syntax v0.8.9 |
| 685 | 2026-05-18T04:05:41.080Z | Checking tap v1.0.1 |
| 686 | 2026-05-18T04:05:41.091Z | Checking foreign-types v0.5.0 |
| 687 | 2026-05-18T04:05:41.156Z | Checking itertools v0.12.1 |
| 688 | 2026-05-18T04:05:41.171Z | Checking wyz v0.5.1 |
| 689 | 2026-05-18T04:05:41.292Z | Checking form_urlencoded v1.2.2 |
| 690 | 2026-05-18T04:05:41.334Z | Checking anstyle-parse v1.0.0 |
| 691 | 2026-05-18T04:05:41.358Z | Compiling cargo_metadata v0.23.1 |
| 692 | 2026-05-18T04:05:41.370Z | Checking idna_adapter v1.2.1 |
| 693 | 2026-05-18T04:05:41.406Z | Checking crossbeam-channel v0.5.15 |
| 694 | 2026-05-18T04:05:41.472Z | Checking rand_chacha v0.9.0 |
| 695 | 2026-05-18T04:05:41.651Z | Checking hyper-util v0.1.20 |
| 696 | 2026-05-18T04:05:42.044Z | Checking slog-scope v4.4.1 |
| 697 | 2026-05-18T04:05:42.132Z | Compiling usdt-macro v0.5.0 |
| 698 | 2026-05-18T04:05:42.149Z | Compiling usdt-attr-macro v0.5.0 |
| 699 | 2026-05-18T04:05:42.266Z | Checking num-rational v0.4.2 |
| 700 | 2026-05-18T04:05:42.287Z | Checking tokio-util v0.7.18 |
| 701 | 2026-05-18T04:05:42.295Z | Checking regex-automata v0.4.14 |
| 702 | 2026-05-18T04:05:42.507Z | Checking num-complex v0.4.6 |
| 703 | 2026-05-18T04:05:42.544Z | Checking ed25519 v2.2.3 |
| 704 | 2026-05-18T04:05:42.554Z | Compiling async-trait v0.1.89 |
| 705 | 2026-05-18T04:05:42.584Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 706 | 2026-05-18T04:05:42.693Z | Checking pkcs1 v0.7.5 |
| 707 | 2026-05-18T04:05:42.790Z | Checking is-terminal v0.4.17 |
| 708 | 2026-05-18T04:05:42.839Z | Checking memmap v0.7.0 |
| 709 | 2026-05-18T04:05:42.852Z | Checking cstr-argument v0.1.2 |
| 710 | 2026-05-18T04:05:42.868Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#d9645f8d) |
| 711 | 2026-05-18T04:05:42.882Z | Checking base64 v0.22.1 |
| 712 | 2026-05-18T04:05:42.974Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#81c947bc) |
| 713 | 2026-05-18T04:05:43.022Z | Checking anstyle v1.0.14 |
| 714 | 2026-05-18T04:05:43.077Z | Checking os_str_bytes v6.6.1 |
| 715 | 2026-05-18T04:05:43.095Z | Checking colorchoice v1.0.4 |
| 716 | 2026-05-18T04:05:43.146Z | Checking is_terminal_polyfill v1.70.2 |
| 717 | 2026-05-18T04:05:43.186Z | Checking hashbrown v0.12.3 |
| 718 | 2026-05-18T04:05:43.195Z | Checking tower-layer v0.3.3 |
| 719 | 2026-05-18T04:05:43.204Z | Checking funty v2.0.0 |
| 720 | 2026-05-18T04:05:43.224Z | Checking take_mut v0.2.2 |
| 721 | 2026-05-18T04:05:43.265Z | Compiling crc32fast v1.5.0 |
| 722 | 2026-05-18T04:05:43.318Z | Checking openssl-probe v0.2.1 |
| 723 | 2026-05-18T04:05:43.333Z | Checking utf8_iter v1.0.4 |
| 724 | 2026-05-18T04:05:43.416Z | Compiling portable-atomic v1.13.1 |
| 725 | 2026-05-18T04:05:43.449Z | Compiling rustix v1.1.4 |
| 726 | 2026-05-18T04:05:43.511Z | Checking anstyle-query v1.1.5 |
| 727 | 2026-05-18T04:05:43.554Z | Checking sync_wrapper v1.0.2 |
| 728 | 2026-05-18T04:05:43.577Z | Checking term v1.2.1 |
| 729 | 2026-05-18T04:05:43.586Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
| 730 | 2026-05-18T04:05:43.595Z | Checking anstream v1.0.0 |
| 731 | 2026-05-18T04:05:43.637Z | Checking tower v0.5.3 |
| 732 | 2026-05-18T04:05:43.771Z | Checking regex v1.12.3 |
| 733 | 2026-05-18T04:05:43.787Z | Checking slog-term v2.9.2 |
| 734 | 2026-05-18T04:05:43.860Z | Checking bitvec v1.0.1 |
| 735 | 2026-05-18T04:05:43.914Z | Checking idna v1.1.0 |
| 736 | 2026-05-18T04:05:43.998Z | Checking tokio-rustls v0.26.4 |
| 737 | 2026-05-18T04:05:44.022Z | Checking rustls-native-certs v0.8.3 |
| 738 | 2026-05-18T04:05:44.040Z | Checking clap_lex v0.2.4 |
| 739 | 2026-05-18T04:05:44.118Z | Checking pem v3.0.6 |
| 740 | 2026-05-18T04:05:44.150Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 741 | 2026-05-18T04:05:44.153Z | Checking usdt v0.5.0 |
| 742 | 2026-05-18T04:05:44.166Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 743 | 2026-05-18T04:05:44.175Z | Checking rsa v0.9.10 |
| 744 | 2026-05-18T04:05:44.205Z | Checking num v0.4.3 |
| 745 | 2026-05-18T04:05:44.208Z | Checking ed25519-dalek v2.2.0 |
| 746 | 2026-05-18T04:05:44.242Z | Compiling octocrab v0.51.0 |
| 747 | 2026-05-18T04:05:44.264Z | Checking slog-stdlog v4.1.1 |
| 748 | 2026-05-18T04:05:44.273Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 749 | 2026-05-18T04:05:44.296Z | Checking rand v0.9.2 |
| 750 | 2026-05-18T04:05:44.369Z | Checking p384 v0.13.1 |
| 751 | 2026-05-18T04:05:44.380Z | Checking p256 v0.13.2 |
| 752 | 2026-05-18T04:05:44.419Z | Compiling snafu-derive v0.8.9 |
| 753 | 2026-05-18T04:05:44.592Z | Checking simple_asn1 v0.6.4 |
| 754 | 2026-05-18T04:05:44.601Z | Checking futures-executor v0.3.32 |
| 755 | 2026-05-18T04:05:44.610Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 756 | 2026-05-18T04:05:44.735Z | Compiling clap_derive v3.2.25 |
| 757 | 2026-05-18T04:05:44.738Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 758 | 2026-05-18T04:05:44.756Z | Compiling serde_repr v0.1.20 |
| 759 | 2026-05-18T04:05:44.785Z | Compiling pin-project-internal v1.1.10 |
| 760 | 2026-05-18T04:05:44.919Z | Compiling num-derive v0.3.3 |
| 761 | 2026-05-18T04:05:45.064Z | Checking atty v0.2.14 |
| 762 | 2026-05-18T04:05:45.150Z | Checking strsim v0.11.1 |
| 763 | 2026-05-18T04:05:45.270Z | Checking adler2 v2.0.1 |
| 764 | 2026-05-18T04:05:45.314Z | Checking bitflags v1.3.2 |
| 765 | 2026-05-18T04:05:45.333Z | Checking clap_lex v1.0.0 |
| 766 | 2026-05-18T04:05:45.377Z | Checking iri-string v0.7.10 |
| 767 | 2026-05-18T04:05:45.399Z | Compiling curl v0.4.49 |
| 768 | 2026-05-18T04:05:45.474Z | Checking oxnet v0.1.4 |
| 769 | 2026-05-18T04:05:45.636Z | Checking textwrap v0.16.2 |
| 770 | 2026-05-18T04:05:45.645Z | Checking simd-adler32 v0.3.8 |
| 771 | 2026-05-18T04:05:45.779Z | Checking colored v3.1.1 |
| 772 | 2026-05-18T04:05:45.834Z | Checking termcolor v1.4.1 |
| 773 | 2026-05-18T04:05:45.851Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
| 774 | 2026-05-18T04:05:45.963Z | Checking ryu v1.0.23 |
| 775 | 2026-05-18T04:05:46.024Z | Checking strsim v0.10.0 |
| 776 | 2026-05-18T04:05:46.091Z | Checking unicode-width v0.2.2 |
| 777 | 2026-05-18T04:05:46.115Z | Checking snafu v0.8.9 |
| 778 | 2026-05-18T04:05:46.153Z | Checking serde_urlencoded v0.7.1 |
| 779 | 2026-05-18T04:05:46.190Z | Checking pin-project v1.1.10 |
| 780 | 2026-05-18T04:05:46.273Z | Checking libscf-sys v1.1.0 |
| 781 | 2026-05-18T04:05:46.283Z | Checking miniz_oxide v0.8.9 |
| 782 | 2026-05-18T04:05:46.330Z | Checking console v0.16.2 |
| 783 | 2026-05-18T04:05:46.358Z | Checking clap_builder v4.6.0 |
| 784 | 2026-05-18T04:05:46.390Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#a1840304) |
| 785 | 2026-05-18T04:05:46.399Z | Checking clap v3.2.25 |
| 786 | 2026-05-18T04:05:46.408Z | Checking tower-http v0.6.8 |
| 787 | 2026-05-18T04:05:46.612Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#04fb133a) |
| 788 | 2026-05-18T04:05:46.622Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 789 | 2026-05-18T04:05:46.690Z | Checking jsonwebtoken v10.3.0 |
| 790 | 2026-05-18T04:05:46.776Z | Checking futures v0.3.32 |
| 791 | 2026-05-18T04:05:46.880Z | Checking slog-envlogger v2.2.0 |
| 792 | 2026-05-18T04:05:46.918Z | Checking hyper-rustls v0.27.7 |
| 793 | 2026-05-18T04:05:46.939Z | Checking url v2.5.8 |
| 794 | 2026-05-18T04:05:47.361Z | Checking hyper-timeout v0.5.2 |
| 795 | 2026-05-18T04:05:47.371Z | Compiling clap_derive v4.6.1 |
| 796 | 2026-05-18T04:05:47.383Z | Checking http-body-util v0.1.3 |
| 797 | 2026-05-18T04:05:47.455Z | Compiling zone_cfg_derive v0.3.1 |
| 798 | 2026-05-18T04:05:47.509Z | Compiling async-recursion v0.3.2 |
| 799 | 2026-05-18T04:05:47.533Z | Checking serde_path_to_error v0.1.20 |
| 800 | 2026-05-18T04:05:47.565Z | Checking serde_spanned v1.1.1 |
| 801 | 2026-05-18T04:05:47.588Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 802 | 2026-05-18T04:05:47.688Z | Checking filetime v0.2.27 |
| 803 | 2026-05-18T04:05:47.691Z | Checking secrecy v0.10.3 |
| 804 | 2026-05-18T04:05:47.708Z | Checking hex v0.4.3 |
| 805 | 2026-05-18T04:05:47.777Z | Checking xattr v1.6.1 |
| 806 | 2026-05-18T04:05:47.789Z | Checking openssl-probe v0.1.6 |
| 807 | 2026-05-18T04:05:47.798Z | Checking web-time v1.1.0 |
| 808 | 2026-05-18T04:05:47.806Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 809 | 2026-05-18T04:05:47.861Z | Checking fastrand v2.3.0 |
| 810 | 2026-05-18T04:05:47.883Z | Checking unit-prefix v0.5.2 |
| 811 | 2026-05-18T04:05:47.891Z | Checking tar v0.4.45 |
| 812 | 2026-05-18T04:05:47.933Z | Checking sha256 v1.6.0 |
| 813 | 2026-05-18T04:05:48.019Z | Checking indicatif v0.18.4 |
| 814 | 2026-05-18T04:05:48.038Z | Checking toml v1.1.2+spec-1.1.0 |
| 815 | 2026-05-18T04:05:48.062Z | Checking tempfile v3.27.0 |
| 816 | 2026-05-18T04:05:48.100Z | Checking p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#04fb133a) |
| 817 | 2026-05-18T04:05:48.128Z | Checking zone v0.3.1 |
| 818 | 2026-05-18T04:05:48.291Z | Checking flate2 v1.1.9 |
| 819 | 2026-05-18T04:05:48.308Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon#d809e81e) |
| 820 | 2026-05-18T04:05:48.365Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#d9645f8d) |
| 821 | 2026-05-18T04:05:48.435Z | Checking softnpu v0.2.0 (/work/oxidecomputer/softnpu/lib) |
| 822 | 2026-05-18T04:05:48.458Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 823 | 2026-05-18T04:05:48.575Z | Checking libloading v0.8.9 |
| 824 | 2026-05-18T04:05:48.604Z | Checking fs_extra v1.3.0 |
| 825 | 2026-05-18T04:05:49.042Z | Checking clap v4.6.1 |
| 826 | 2026-05-18T04:05:59.159Z | Checking softnpu-client v0.1.0 (/work/oxidecomputer/softnpu/client) |
| 827 | 2026-05-18T04:05:59.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.46s |
| 828 | 2026-05-18T04:06:00.066Z | + banner build |
| 829 | 2026-05-18T04:06:00.069Z | |
| 830 | 2026-05-18T04:06:00.069Z | ##### # # # # ##### |
| 831 | 2026-05-18T04:06:00.069Z | # # # # # # # # |
| 832 | 2026-05-18T04:06:00.069Z | ##### # # # # # # |
| 833 | 2026-05-18T04:06:00.069Z | # # # # # # # # |
| 834 | 2026-05-18T04:06:00.069Z | # # # # # # # # |
| 835 | 2026-05-18T04:06:00.069Z | ##### #### # ###### ##### |
| 836 | 2026-05-18T04:06:00.069Z | |
| 837 | 2026-05-18T04:06:00.069Z | + ptime -m cargo build |
| 838 | 2026-05-18T04:06:00.325Z | Compiling unicode-ident v1.0.24 |
| 839 | 2026-05-18T04:06:00.326Z | Compiling cfg-if v1.0.4 |
| 840 | 2026-05-18T04:06:00.326Z | Compiling memchr v2.8.0 |
| 841 | 2026-05-18T04:06:00.326Z | Compiling zeroize v1.8.2 |
| 842 | 2026-05-18T04:06:00.329Z | Compiling itoa v1.0.17 |
| 843 | 2026-05-18T04:06:00.369Z | Compiling libc v0.2.186 |
| 844 | 2026-05-18T04:06:00.375Z | Compiling serde_core v1.0.228 |
| 845 | 2026-05-18T04:06:00.378Z | Compiling subtle v2.6.1 |
| 846 | 2026-05-18T04:06:00.416Z | Compiling typenum v1.19.0 |
| 847 | 2026-05-18T04:06:00.471Z | Compiling proc-macro2 v1.0.106 |
| 848 | 2026-05-18T04:06:00.508Z | Compiling const-oid v0.9.6 |
| 849 | 2026-05-18T04:06:00.514Z | Compiling smallvec v1.15.1 |
| 850 | 2026-05-18T04:06:00.527Z | Compiling once_cell v1.21.3 |
| 851 | 2026-05-18T04:06:00.678Z | Compiling getrandom v0.2.17 |
| 852 | 2026-05-18T04:06:00.696Z | Compiling pin-project-lite v0.2.16 |
| 853 | 2026-05-18T04:06:00.704Z | Compiling libm v0.2.16 |
| 854 | 2026-05-18T04:06:00.720Z | Compiling log v0.4.29 |
| 855 | 2026-05-18T04:06:00.778Z | Compiling socket2 v0.6.3 |
| 856 | 2026-05-18T04:06:00.843Z | Compiling quote v1.0.45 |
| 857 | 2026-05-18T04:06:00.916Z | Compiling generic-array v0.14.7 |
| 858 | 2026-05-18T04:06:00.969Z | Compiling rand_core v0.6.4 |
| 859 | 2026-05-18T04:06:01.032Z | Compiling syn v2.0.117 |
| 860 | 2026-05-18T04:06:01.122Z | Compiling syn v1.0.109 |
| 861 | 2026-05-18T04:06:01.166Z | Compiling errno v0.3.14 |
| 862 | 2026-05-18T04:06:01.180Z | Compiling bytes v1.11.1 |
| 863 | 2026-05-18T04:06:01.211Z | Compiling zmij v1.0.21 |
| 864 | 2026-05-18T04:06:01.297Z | Compiling scopeguard v1.2.0 |
| 865 | 2026-05-18T04:06:01.382Z | Compiling block-buffer v0.10.4 |
| 866 | 2026-05-18T04:06:01.388Z | Compiling crypto-common v0.1.7 |
| 867 | 2026-05-18T04:06:01.476Z | Compiling num-traits v0.2.19 |
| 868 | 2026-05-18T04:06:01.491Z | Compiling digest v0.10.7 |
| 869 | 2026-05-18T04:06:01.504Z | Compiling base64ct v1.8.3 |
| 870 | 2026-05-18T04:06:01.691Z | Compiling lock_api v0.4.14 |
| 871 | 2026-05-18T04:06:01.759Z | Compiling pem-rfc7468 v0.7.0 |
| 872 | 2026-05-18T04:06:01.793Z | Compiling parking_lot_core v0.9.12 |
| 873 | 2026-05-18T04:06:01.877Z | Compiling signal-hook-registry v1.4.8 |
| 874 | 2026-05-18T04:06:01.897Z | Compiling der v0.7.10 |
| 875 | 2026-05-18T04:06:02.074Z | Compiling parking_lot v0.12.5 |
| 876 | 2026-05-18T04:06:02.078Z | Compiling mio v1.2.0 |
| 877 | 2026-05-18T04:06:02.086Z | Compiling stable_deref_trait v1.2.1 |
| 878 | 2026-05-18T04:06:02.148Z | Compiling futures-core v0.3.32 |
| 879 | 2026-05-18T04:06:02.172Z | Compiling futures-sink v0.3.32 |
| 880 | 2026-05-18T04:06:02.178Z | Compiling ucd-trie v0.1.7 |
| 881 | 2026-05-18T04:06:02.265Z | Compiling serde_json v1.0.149 |
| 882 | 2026-05-18T04:06:02.284Z | Compiling zerocopy v0.8.39 |
| 883 | 2026-05-18T04:06:02.456Z | Compiling pest v2.8.6 |
| 884 | 2026-05-18T04:06:02.456Z | Compiling num-integer v0.1.46 |
| 885 | 2026-05-18T04:06:02.572Z | Compiling winnow v1.0.1 |
| 886 | 2026-05-18T04:06:02.771Z | Compiling spki v0.7.3 |
| 887 | 2026-05-18T04:06:02.933Z | Compiling pkcs8 v0.10.2 |
| 888 | 2026-05-18T04:06:02.982Z | Compiling futures-channel v0.3.32 |
| 889 | 2026-05-18T04:06:03.193Z | Compiling byteorder v1.5.0 |
| 890 | 2026-05-18T04:06:03.197Z | Compiling proc-macro-error-attr v1.0.4 |
| 891 | 2026-05-18T04:06:03.197Z | Compiling hmac v0.12.1 |
| 892 | 2026-05-18T04:06:03.197Z | Compiling tracing-core v0.1.36 |
| 893 | 2026-05-18T04:06:03.318Z | Compiling futures-io v0.3.32 |
| 894 | 2026-05-18T04:06:03.409Z | Compiling spin v0.9.8 |
| 895 | 2026-05-18T04:06:03.472Z | Compiling slab v0.4.12 |
| 896 | 2026-05-18T04:06:03.533Z | Compiling pest_meta v2.8.6 |
| 897 | 2026-05-18T04:06:03.629Z | Compiling pretty-hex v0.4.1 |
| 898 | 2026-05-18T04:06:03.640Z | Compiling futures-task v0.3.32 |
| 899 | 2026-05-18T04:06:03.756Z | Compiling proc-macro-error v1.0.4 |
| 900 | 2026-05-18T04:06:03.763Z | Compiling lazy_static v1.5.0 |
| 901 | 2026-05-18T04:06:03.797Z | Compiling synstructure v0.13.2 |
| 902 | 2026-05-18T04:06:03.803Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 903 | 2026-05-18T04:06:03.837Z | Compiling signature v2.2.0 |
| 904 | 2026-05-18T04:06:03.965Z | Compiling http v1.4.0 |
| 905 | 2026-05-18T04:06:04.005Z | Compiling ff v0.13.1 |
| 906 | 2026-05-18T04:06:04.128Z | Compiling pest_generator v2.8.6 |
| 907 | 2026-05-18T04:06:04.285Z | Compiling base16ct v0.2.0 |
| 908 | 2026-05-18T04:06:04.336Z | Compiling writeable v0.6.2 |
| 909 | 2026-05-18T04:06:04.455Z | Compiling litemap v0.8.1 |
| 910 | 2026-05-18T04:06:04.461Z | Compiling time-core v0.1.8 |
| 911 | 2026-05-18T04:06:04.518Z | Compiling cpufeatures v0.2.17 |
| 912 | 2026-05-18T04:06:04.582Z | Compiling powerfmt v0.2.0 |
| 913 | 2026-05-18T04:06:04.594Z | Compiling winnow v0.7.14 |
| 914 | 2026-05-18T04:06:04.635Z | Compiling num-conv v0.2.0 |
| 915 | 2026-05-18T04:06:04.744Z | Compiling deranged v0.5.6 |
| 916 | 2026-05-18T04:06:04.763Z | Compiling time-macros v0.2.27 |
| 917 | 2026-05-18T04:06:04.774Z | Compiling http-body v1.0.1 |
| 918 | 2026-05-18T04:06:04.821Z | Compiling sec1 v0.7.3 |
| 919 | 2026-05-18T04:06:04.912Z | Compiling group v0.13.0 |
| 920 | 2026-05-18T04:06:05.015Z | Compiling serde_derive v1.0.228 |
| 921 | 2026-05-18T04:06:05.075Z | Compiling thiserror-impl v1.0.69 |
| 922 | 2026-05-18T04:06:05.081Z | Compiling zerofrom-derive v0.1.6 |
| 923 | 2026-05-18T04:06:05.311Z | Compiling tokio-macros v2.7.0 |
| 924 | 2026-05-18T04:06:05.733Z | Compiling yoke-derive v0.8.1 |
| 925 | 2026-05-18T04:06:05.781Z | Compiling zerovec-derive v0.11.2 |
| 926 | 2026-05-18T04:06:06.059Z | Compiling tokio v1.52.3 |
| 927 | 2026-05-18T04:06:06.059Z | Compiling thiserror-impl v2.0.18 |
| 928 | 2026-05-18T04:06:06.082Z | Compiling displaydoc v0.2.5 |
| 929 | 2026-05-18T04:06:06.241Z | Compiling thiserror v1.0.69 |
| 930 | 2026-05-18T04:06:06.278Z | Compiling zerofrom v0.1.6 |
| 931 | 2026-05-18T04:06:06.331Z | Compiling ppv-lite86 v0.2.21 |
| 932 | 2026-05-18T04:06:06.392Z | Compiling zerocopy-derive v0.7.35 |
| 933 | 2026-05-18T04:06:06.639Z | Compiling futures-macro v0.3.32 |
| 934 | 2026-05-18T04:06:06.773Z | Compiling yoke v0.8.1 |
| 935 | 2026-05-18T04:06:06.840Z | Compiling tracing-attributes v0.1.31 |
| 936 | 2026-05-18T04:06:06.870Z | Compiling pest_derive v2.8.6 |
| 937 | 2026-05-18T04:06:06.947Z | Compiling zerovec v0.11.5 |
| 938 | 2026-05-18T04:06:07.255Z | Compiling zerocopy v0.7.35 |
| 939 | 2026-05-18T04:06:07.295Z | Compiling thiserror v2.0.18 |
| 940 | 2026-05-18T04:06:07.391Z | Compiling tinystr v0.8.2 |
| 941 | 2026-05-18T04:06:07.418Z | Compiling dtrace-parser v0.2.0 |
| 942 | 2026-05-18T04:06:07.440Z | Compiling potential_utf v0.1.4 |
| 943 | 2026-05-18T04:06:07.470Z | Compiling futures-util v0.3.32 |
| 944 | 2026-05-18T04:06:07.584Z | Compiling icu_locale_core v2.1.1 |
| 945 | 2026-05-18T04:06:07.592Z | Compiling zerotrie v0.2.3 |
| 946 | 2026-05-18T04:06:07.701Z | Compiling serde v1.0.228 |
| 947 | 2026-05-18T04:06:07.884Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 948 | 2026-05-18T04:06:08.094Z | Compiling tracing v0.1.44 |
| 949 | 2026-05-18T04:06:08.274Z | Compiling num-bigint v0.4.6 |
| 950 | 2026-05-18T04:06:08.350Z | Compiling erased-serde v0.3.31 |
| 951 | 2026-05-18T04:06:08.353Z | Compiling scroll_derive v0.12.1 |
| 952 | 2026-05-18T04:06:08.353Z | Compiling hkdf v0.12.4 |
| 953 | 2026-05-18T04:06:08.486Z | Compiling num-iter v0.1.45 |
| 954 | 2026-05-18T04:06:08.593Z | Compiling crypto-bigint v0.5.5 |
| 955 | 2026-05-18T04:06:08.599Z | Compiling thread-id v4.2.2 |
| 956 | 2026-05-18T04:06:08.670Z | Compiling proc-macro-crate v3.4.0 |
| 957 | 2026-05-18T04:06:08.785Z | Compiling slog v2.8.2 |
| 958 | 2026-05-18T04:06:08.843Z | Compiling dof v0.3.0 |
| 959 | 2026-05-18T04:06:09.058Z | Compiling scroll v0.12.0 |
| 960 | 2026-05-18T04:06:09.092Z | Compiling icu_provider v2.1.1 |
| 961 | 2026-05-18T04:06:09.139Z | Compiling icu_collections v2.1.1 |
| 962 | 2026-05-18T04:06:09.187Z | Compiling time v0.3.47 |
| 963 | 2026-05-18T04:06:09.313Z | Compiling proc-macro-crate v1.3.1 |
| 964 | 2026-05-18T04:06:09.391Z | Compiling getrandom v0.3.4 |
| 965 | 2026-05-18T04:06:09.569Z | Compiling sha2 v0.10.9 |
| 966 | 2026-05-18T04:06:09.632Z | Compiling elliptic-curve v0.13.8 |
| 967 | 2026-05-18T04:06:09.648Z | Compiling rustls-pki-types v1.14.0 |
| 968 | 2026-05-18T04:06:09.670Z | Compiling try-lock v0.2.5 |
| 969 | 2026-05-18T04:06:09.769Z | Compiling plain v0.2.3 |
| 970 | 2026-05-18T04:06:09.867Z | Compiling tower-service v0.3.3 |
| 971 | 2026-05-18T04:06:09.884Z | Compiling untrusted v0.9.0 |
| 972 | 2026-05-18T04:06:09.910Z | Compiling goblin v0.8.2 |
| 973 | 2026-05-18T04:06:09.937Z | Compiling want v0.3.1 |
| 974 | 2026-05-18T04:06:09.944Z | Compiling num_enum_derive v0.5.11 |
| 975 | 2026-05-18T04:06:09.949Z | Compiling num_enum_derive v0.7.5 |
| 976 | 2026-05-18T04:06:09.990Z | Compiling ring v0.17.14 |
| 977 | 2026-05-18T04:06:10.092Z | Compiling usdt-impl v0.5.0 |
| 978 | 2026-05-18T04:06:10.120Z | Compiling httparse v1.10.1 |
| 979 | 2026-05-18T04:06:10.414Z | Compiling icu_properties_data v2.1.2 |
| 980 | 2026-05-18T04:06:10.538Z | Compiling icu_normalizer_data v2.1.1 |
| 981 | 2026-05-18T04:06:10.607Z | Compiling serde_tokenstream v0.2.2 |
| 982 | 2026-05-18T04:06:10.612Z | Compiling rand_chacha v0.3.1 |
| 983 | 2026-05-18T04:06:10.876Z | Compiling rfc6979 v0.4.0 |
| 984 | 2026-05-18T04:06:10.887Z | Compiling arc-swap v1.8.2 |
| 985 | 2026-05-18T04:06:10.929Z | Compiling atomic-waker v1.1.2 |
| 986 | 2026-05-18T04:06:10.961Z | Compiling iana-time-zone v0.1.65 |
| 987 | 2026-05-18T04:06:10.982Z | Compiling pin-utils v0.1.0 |
| 988 | 2026-05-18T04:06:11.041Z | Compiling hyper v1.8.1 |
| 989 | 2026-05-18T04:06:11.048Z | Compiling num_enum v0.7.5 |
| 990 | 2026-05-18T04:06:11.056Z | Compiling chrono v0.4.43 |
| 991 | 2026-05-18T04:06:11.150Z | Compiling rustls-webpki v0.103.9 |
| 992 | 2026-05-18T04:06:11.173Z | Compiling ecdsa v0.16.9 |
| 993 | 2026-05-18T04:06:11.176Z | Compiling num_enum v0.5.11 |
| 994 | 2026-05-18T04:06:11.275Z | Compiling rand v0.8.5 |
| 995 | 2026-05-18T04:06:11.545Z | Compiling icu_normalizer v2.1.1 |
| 996 | 2026-05-18T04:06:11.911Z | Compiling icu_properties v2.1.2 |
| 997 | 2026-05-18T04:06:12.012Z | Compiling crossbeam-utils v0.8.21 |
| 998 | 2026-05-18T04:06:12.135Z | Compiling primeorder v0.13.6 |
| 999 | 2026-05-18T04:06:12.150Z | Compiling rand_core v0.9.5 |
| 1000 | 2026-05-18T04:06:12.244Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1001 | 2026-05-18T04:06:12.354Z | Compiling foreign-types-macros v0.2.3 |
| 1002 | 2026-05-18T04:06:12.524Z | Compiling aho-corasick v1.1.4 |
| 1003 | 2026-05-18T04:06:12.562Z | Compiling thread_local v1.1.9 |
| 1004 | 2026-05-18T04:06:12.825Z | Compiling tap v1.0.1 |
| 1005 | 2026-05-18T04:06:12.939Z | Compiling either v1.15.0 |
| 1006 | 2026-05-18T04:06:12.964Z | Compiling regex-syntax v0.8.9 |
| 1007 | 2026-05-18T04:06:13.012Z | Compiling foreign-types-shared v0.3.1 |
| 1008 | 2026-05-18T04:06:13.095Z | Compiling bitflags v2.11.0 |
| 1009 | 2026-05-18T04:06:13.095Z | Compiling utf8parse v0.2.2 |
| 1010 | 2026-05-18T04:06:13.140Z | Compiling percent-encoding v2.3.2 |
| 1011 | 2026-05-18T04:06:13.153Z | Compiling itertools v0.12.1 |
| 1012 | 2026-05-18T04:06:13.198Z | Compiling anstyle-parse v1.0.0 |
| 1013 | 2026-05-18T04:06:13.319Z | Compiling form_urlencoded v1.2.2 |
| 1014 | 2026-05-18T04:06:13.333Z | Compiling foreign-types v0.5.0 |
| 1015 | 2026-05-18T04:06:13.377Z | Compiling curve25519-dalek v4.1.3 |
| 1016 | 2026-05-18T04:06:13.400Z | Compiling wyz v0.5.1 |
| 1017 | 2026-05-18T04:06:13.494Z | Compiling idna_adapter v1.2.1 |
| 1018 | 2026-05-18T04:06:13.583Z | Compiling cargo_metadata v0.23.1 |
| 1019 | 2026-05-18T04:06:13.628Z | Compiling crossbeam-channel v0.5.15 |
| 1020 | 2026-05-18T04:06:14.058Z | Compiling rand_chacha v0.9.0 |
| 1021 | 2026-05-18T04:06:14.106Z | Compiling num-bigint-dig v0.8.6 |
| 1022 | 2026-05-18T04:06:14.380Z | Compiling hyper-util v0.1.20 |
| 1023 | 2026-05-18T04:06:14.487Z | Compiling regex-automata v0.4.14 |
| 1024 | 2026-05-18T04:06:14.520Z | Compiling rustls v0.23.36 |
| 1025 | 2026-05-18T04:06:14.654Z | Compiling slog-scope v4.4.1 |
| 1026 | 2026-05-18T04:06:14.912Z | Compiling radium v0.7.0 |
| 1027 | 2026-05-18T04:06:15.100Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 1028 | 2026-05-18T04:06:15.206Z | Compiling usdt-attr-macro v0.5.0 |
| 1029 | 2026-05-18T04:06:15.284Z | Compiling usdt-macro v0.5.0 |
| 1030 | 2026-05-18T04:06:15.511Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1031 | 2026-05-18T04:06:15.614Z | Compiling tokio-util v0.7.18 |
| 1032 | 2026-05-18T04:06:15.636Z | Compiling num-rational v0.4.2 |
| 1033 | 2026-05-18T04:06:15.784Z | Compiling num-complex v0.4.6 |
| 1034 | 2026-05-18T04:06:15.956Z | Compiling async-trait v0.1.89 |
| 1035 | 2026-05-18T04:06:15.992Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1036 | 2026-05-18T04:06:16.036Z | Compiling ed25519 v2.2.3 |
| 1037 | 2026-05-18T04:06:16.192Z | Compiling pkcs1 v0.7.5 |
| 1038 | 2026-05-18T04:06:16.266Z | Compiling cstr-argument v0.1.2 |
| 1039 | 2026-05-18T04:06:16.277Z | Compiling memmap v0.7.0 |
| 1040 | 2026-05-18T04:06:16.413Z | Compiling is-terminal v0.4.17 |
| 1041 | 2026-05-18T04:06:16.458Z | Compiling take_mut v0.2.2 |
| 1042 | 2026-05-18T04:06:16.485Z | Compiling sync_wrapper v1.0.2 |
| 1043 | 2026-05-18T04:06:16.497Z | Compiling base64 v0.22.1 |
| 1044 | 2026-05-18T04:06:16.556Z | Compiling colorchoice v1.0.4 |
| 1045 | 2026-05-18T04:06:16.572Z | Compiling anstyle v1.0.14 |
| 1046 | 2026-05-18T04:06:16.616Z | Compiling os_str_bytes v6.6.1 |
| 1047 | 2026-05-18T04:06:16.662Z | Compiling tower-layer v0.3.3 |
| 1048 | 2026-05-18T04:06:16.785Z | Compiling funty v2.0.0 |
| 1049 | 2026-05-18T04:06:16.813Z | Compiling openssl-probe v0.2.1 |
| 1050 | 2026-05-18T04:06:16.819Z | Compiling hashbrown v0.12.3 |
| 1051 | 2026-05-18T04:06:16.873Z | Compiling term v1.2.1 |
| 1052 | 2026-05-18T04:06:16.937Z | Compiling is_terminal_polyfill v1.70.2 |
| 1053 | 2026-05-18T04:06:16.992Z | Compiling anstyle-query v1.1.5 |
| 1054 | 2026-05-18T04:06:17.020Z | Compiling utf8_iter v1.0.4 |
| 1055 | 2026-05-18T04:06:17.072Z | Compiling anstream v1.0.0 |
| 1056 | 2026-05-18T04:06:17.088Z | Compiling rustls-native-certs v0.8.3 |
| 1057 | 2026-05-18T04:06:17.156Z | Compiling slog-term v2.9.2 |
| 1058 | 2026-05-18T04:06:17.275Z | Compiling indexmap v1.9.3 |
| 1059 | 2026-05-18T04:06:17.381Z | Compiling tokio-rustls v0.26.4 |
| 1060 | 2026-05-18T04:06:17.419Z | Compiling idna v1.1.0 |
| 1061 | 2026-05-18T04:06:17.428Z | Compiling bitvec v1.0.1 |
| 1062 | 2026-05-18T04:06:17.577Z | Compiling clap_lex v0.2.4 |
| 1063 | 2026-05-18T04:06:17.626Z | Compiling tower v0.5.3 |
| 1064 | 2026-05-18T04:06:17.647Z | Compiling pem v3.0.6 |
| 1065 | 2026-05-18T04:06:17.753Z | Compiling slog-async v2.8.0 |
| 1066 | 2026-05-18T04:06:17.840Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1067 | 2026-05-18T04:06:17.960Z | Compiling rsa v0.9.10 |
| 1068 | 2026-05-18T04:06:17.980Z | Compiling usdt v0.5.0 |
| 1069 | 2026-05-18T04:06:18.063Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1070 | 2026-05-18T04:06:18.200Z | Compiling ed25519-dalek v2.2.0 |
| 1071 | 2026-05-18T04:06:18.246Z | Compiling regex v1.12.3 |
| 1072 | 2026-05-18T04:06:18.318Z | Compiling num v0.4.3 |
| 1073 | 2026-05-18T04:06:18.325Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 1074 | 2026-05-18T04:06:18.332Z | Compiling octocrab v0.51.0 |
| 1075 | 2026-05-18T04:06:18.386Z | Compiling slog-stdlog v4.1.1 |
| 1076 | 2026-05-18T04:06:18.500Z | Compiling rand v0.9.2 |
| 1077 | 2026-05-18T04:06:18.508Z | Compiling anyhow v1.0.102 |
| 1078 | 2026-05-18T04:06:18.587Z | Compiling p256 v0.13.2 |
| 1079 | 2026-05-18T04:06:18.636Z | Compiling p384 v0.13.1 |
| 1080 | 2026-05-18T04:06:18.709Z | Compiling snafu-derive v0.8.9 |
| 1081 | 2026-05-18T04:06:18.713Z | Compiling simple_asn1 v0.6.4 |
| 1082 | 2026-05-18T04:06:18.904Z | Compiling openssl-sys v0.9.111 |
| 1083 | 2026-05-18T04:06:18.958Z | Compiling libz-sys v1.1.23 |
| 1084 | 2026-05-18T04:06:19.056Z | Compiling futures-executor v0.3.32 |
| 1085 | 2026-05-18T04:06:19.102Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1086 | 2026-05-18T04:06:19.165Z | Compiling serde_repr v0.1.20 |
| 1087 | 2026-05-18T04:06:19.226Z | Compiling pin-project-internal v1.1.10 |
| 1088 | 2026-05-18T04:06:19.315Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1089 | 2026-05-18T04:06:19.325Z | Compiling clap_derive v3.2.25 |
| 1090 | 2026-05-18T04:06:19.337Z | Compiling num-derive v0.3.3 |
| 1091 | 2026-05-18T04:06:19.495Z | Compiling atty v0.2.14 |
| 1092 | 2026-05-18T04:06:19.591Z | Compiling bitflags v1.3.2 |
| 1093 | 2026-05-18T04:06:19.658Z | Compiling clap_lex v1.0.0 |
| 1094 | 2026-05-18T04:06:19.765Z | Compiling textwrap v0.16.2 |
| 1095 | 2026-05-18T04:06:19.900Z | Compiling unicode-width v0.2.2 |
| 1096 | 2026-05-18T04:06:19.984Z | Compiling oxnet v0.1.4 |
| 1097 | 2026-05-18T04:06:20.173Z | Compiling simd-adler32 v0.3.8 |
| 1098 | 2026-05-18T04:06:20.173Z | Compiling ryu v1.0.23 |
| 1099 | 2026-05-18T04:06:20.236Z | Compiling termcolor v1.4.1 |
| 1100 | 2026-05-18T04:06:20.253Z | Compiling strsim v0.10.0 |
| 1101 | 2026-05-18T04:06:20.322Z | Compiling strsim v0.11.1 |
| 1102 | 2026-05-18T04:06:20.348Z | Compiling adler2 v2.0.1 |
| 1103 | 2026-05-18T04:06:20.365Z | Compiling iri-string v0.7.10 |
| 1104 | 2026-05-18T04:06:20.425Z | Compiling colored v3.1.1 |
| 1105 | 2026-05-18T04:06:20.465Z | Compiling snafu v0.8.9 |
| 1106 | 2026-05-18T04:06:20.471Z | Compiling miniz_oxide v0.8.9 |
| 1107 | 2026-05-18T04:06:20.598Z | Compiling clap_builder v4.6.0 |
| 1108 | 2026-05-18T04:06:20.617Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#81c947bc) |
| 1109 | 2026-05-18T04:06:20.709Z | Compiling pin-project v1.1.10 |
| 1110 | 2026-05-18T04:06:20.765Z | Compiling serde_urlencoded v0.7.1 |
| 1111 | 2026-05-18T04:06:20.797Z | Compiling libscf-sys v1.1.0 |
| 1112 | 2026-05-18T04:06:20.812Z | Compiling console v0.16.2 |
| 1113 | 2026-05-18T04:06:20.923Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1114 | 2026-05-18T04:06:20.982Z | Compiling clap v3.2.25 |
| 1115 | 2026-05-18T04:06:20.996Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#04fb133a) |
| 1116 | 2026-05-18T04:06:21.145Z | Compiling curl-sys v0.4.85+curl-8.18.0 |
| 1117 | 2026-05-18T04:06:21.270Z | Compiling futures v0.3.32 |
| 1118 | 2026-05-18T04:06:21.343Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#a1840304) |
| 1119 | 2026-05-18T04:06:21.411Z | Compiling jsonwebtoken v10.3.0 |
| 1120 | 2026-05-18T04:06:21.584Z | Compiling tower-http v0.6.8 |
| 1121 | 2026-05-18T04:06:21.788Z | Compiling slog-envlogger v2.2.0 |
| 1122 | 2026-05-18T04:06:21.915Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
| 1123 | 2026-05-18T04:06:21.985Z | Compiling url v2.5.8 |
| 1124 | 2026-05-18T04:06:22.181Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#d9645f8d) |
| 1125 | 2026-05-18T04:06:22.287Z | Compiling rustix v1.1.4 |
| 1126 | 2026-05-18T04:06:22.299Z | Compiling portable-atomic v1.13.1 |
| 1127 | 2026-05-18T04:06:22.306Z | Compiling hyper-rustls v0.27.7 |
| 1128 | 2026-05-18T04:06:22.331Z | Compiling crc32fast v1.5.0 |
| 1129 | 2026-05-18T04:06:22.511Z | Compiling hyper-timeout v0.5.2 |
| 1130 | 2026-05-18T04:06:22.605Z | Compiling clap_derive v4.6.1 |
| 1131 | 2026-05-18T04:06:22.700Z | Compiling http-body-util v0.1.3 |
| 1132 | 2026-05-18T04:06:22.803Z | Compiling zone_cfg_derive v0.3.1 |
| 1133 | 2026-05-18T04:06:22.876Z | Compiling async-recursion v0.3.2 |
| 1134 | 2026-05-18T04:06:23.203Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1135 | 2026-05-18T04:06:23.446Z | Compiling serde_path_to_error v0.1.20 |
| 1136 | 2026-05-18T04:06:23.516Z | Compiling serde_spanned v1.1.1 |
| 1137 | 2026-05-18T04:06:23.523Z | Compiling filetime v0.2.27 |
| 1138 | 2026-05-18T04:06:23.557Z | Compiling secrecy v0.10.3 |
| 1139 | 2026-05-18T04:06:23.663Z | Compiling hex v0.4.3 |
| 1140 | 2026-05-18T04:06:23.677Z | Compiling openssl-probe v0.1.6 |
| 1141 | 2026-05-18T04:06:23.691Z | Compiling web-time v1.1.0 |
| 1142 | 2026-05-18T04:06:23.697Z | Compiling xattr v1.6.1 |
| 1143 | 2026-05-18T04:06:23.757Z | Compiling fastrand v2.3.0 |
| 1144 | 2026-05-18T04:06:23.803Z | Compiling unit-prefix v0.5.2 |
| 1145 | 2026-05-18T04:06:23.853Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1146 | 2026-05-18T04:06:23.857Z | Compiling tar v0.4.45 |
| 1147 | 2026-05-18T04:06:23.916Z | Compiling indicatif v0.18.4 |
| 1148 | 2026-05-18T04:06:23.936Z | Compiling tempfile v3.27.0 |
| 1149 | 2026-05-18T04:06:24.026Z | Compiling toml v1.1.2+spec-1.1.0 |
| 1150 | 2026-05-18T04:06:24.059Z | Compiling sha256 v1.6.0 |
| 1151 | 2026-05-18T04:06:24.288Z | Compiling curl v0.4.49 |
| 1152 | 2026-05-18T04:06:24.349Z | Compiling zone v0.3.1 |
| 1153 | 2026-05-18T04:06:24.391Z | Compiling clap v4.6.1 |
| 1154 | 2026-05-18T04:06:24.462Z | Compiling p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#04fb133a) |
| 1155 | 2026-05-18T04:06:24.722Z | Compiling flate2 v1.1.9 |
| 1156 | 2026-05-18T04:06:24.879Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#d9645f8d) |
| 1157 | 2026-05-18T04:06:24.935Z | Compiling softnpu v0.2.0 (/work/oxidecomputer/softnpu/lib) |
| 1158 | 2026-05-18T04:06:25.003Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon#d809e81e) |
| 1159 | 2026-05-18T04:06:25.098Z | Compiling camino v1.2.2 |
| 1160 | 2026-05-18T04:06:25.124Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
| 1161 | 2026-05-18T04:06:25.139Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1162 | 2026-05-18T04:06:25.148Z | Compiling libloading v0.8.9 |
| 1163 | 2026-05-18T04:06:25.354Z | Compiling fs_extra v1.3.0 |
| 1164 | 2026-05-18T04:06:36.944Z | Compiling softnpu-client v0.1.0 (/work/oxidecomputer/softnpu/client) |
| 1165 | 2026-05-18T04:06:46.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.52s |
| 1166 | 2026-05-18T04:06:46.669Z | |
| 1167 | 2026-05-18T04:06:46.672Z | real 46.576441385 |
| 1168 | 2026-05-18T04:06:46.672Z | user 3:16.676350054 |
| 1169 | 2026-05-18T04:06:46.672Z | sys 34.256325720 |
| 1170 | 2026-05-18T04:06:46.672Z | trap 0.127033259 |
| 1171 | 2026-05-18T04:06:46.672Z | tflt 0.120146246 |
| 1172 | 2026-05-18T04:06:46.672Z | dflt 0.059996894 |
| 1173 | 2026-05-18T04:06:46.672Z | kflt 0.000030841 |
| 1174 | 2026-05-18T04:06:46.672Z | lock 8:30.163910600 |
| 1175 | 2026-05-18T04:06:46.672Z | slp 13:21.617396384 |
| 1176 | 2026-05-18T04:06:46.672Z | lat 9.209387422 |
| 1177 | 2026-05-18T04:06:46.673Z | stop 21.342659856 |
| 1178 | 2026-05-18T04:06:46.673Z | + ptime -m cargo build --release |
| 1179 | 2026-05-18T04:06:46.871Z | Compiling proc-macro2 v1.0.106 |
| 1180 | 2026-05-18T04:06:46.871Z | Compiling quote v1.0.45 |
| 1181 | 2026-05-18T04:06:46.871Z | Compiling unicode-ident v1.0.24 |
| 1182 | 2026-05-18T04:06:46.871Z | Compiling libc v0.2.186 |
| 1183 | 2026-05-18T04:06:46.871Z | Compiling cfg-if v1.0.4 |
| 1184 | 2026-05-18T04:06:46.874Z | Compiling version_check v0.9.5 |
| 1185 | 2026-05-18T04:06:46.875Z | Compiling zeroize v1.8.2 |
| 1186 | 2026-05-18T04:06:46.913Z | Compiling serde_core v1.0.228 |
| 1187 | 2026-05-18T04:06:46.970Z | Compiling serde v1.0.228 |
| 1188 | 2026-05-18T04:06:47.009Z | Compiling memchr v2.8.0 |
| 1189 | 2026-05-18T04:06:47.096Z | Compiling autocfg v1.5.0 |
| 1190 | 2026-05-18T04:06:47.159Z | Compiling subtle v2.6.1 |
| 1191 | 2026-05-18T04:06:47.223Z | Compiling typenum v1.19.0 |
| 1192 | 2026-05-18T04:06:47.311Z | Compiling generic-array v0.14.7 |
| 1193 | 2026-05-18T04:06:47.421Z | Compiling smallvec v1.15.1 |
| 1194 | 2026-05-18T04:06:47.575Z | Compiling syn v1.0.109 |
| 1195 | 2026-05-18T04:06:47.666Z | Compiling getrandom v0.2.17 |
| 1196 | 2026-05-18T04:06:47.683Z | Compiling const-oid v0.9.6 |
| 1197 | 2026-05-18T04:06:47.890Z | Compiling itoa v1.0.17 |
| 1198 | 2026-05-18T04:06:48.073Z | Compiling libm v0.2.16 |
| 1199 | 2026-05-18T04:06:48.104Z | Compiling num-traits v0.2.19 |
| 1200 | 2026-05-18T04:06:48.194Z | Compiling syn v2.0.117 |
| 1201 | 2026-05-18T04:06:48.233Z | Compiling shlex v1.3.0 |
| 1202 | 2026-05-18T04:06:48.339Z | Compiling pin-project-lite v0.2.16 |
| 1203 | 2026-05-18T04:06:48.402Z | Compiling find-msvc-tools v0.1.9 |
| 1204 | 2026-05-18T04:06:48.408Z | Compiling thiserror v1.0.69 |
| 1205 | 2026-05-18T04:06:48.620Z | Compiling cc v1.2.56 |
| 1206 | 2026-05-18T04:06:48.726Z | Compiling zmij v1.0.21 |
| 1207 | 2026-05-18T04:06:48.864Z | Compiling log v0.4.29 |
| 1208 | 2026-05-18T04:06:49.096Z | Compiling block-buffer v0.10.4 |
| 1209 | 2026-05-18T04:06:49.340Z | Compiling crypto-common v0.1.7 |
| 1210 | 2026-05-18T04:06:49.481Z | Compiling rustversion v1.0.22 |
| 1211 | 2026-05-18T04:06:49.554Z | Compiling digest v0.10.7 |
| 1212 | 2026-05-18T04:06:49.560Z | Compiling rand_core v0.6.4 |
| 1213 | 2026-05-18T04:06:49.716Z | Compiling socket2 v0.6.3 |
| 1214 | 2026-05-18T04:06:49.792Z | Compiling errno v0.3.14 |
| 1215 | 2026-05-18T04:06:49.799Z | Compiling bytes v1.11.1 |
| 1216 | 2026-05-18T04:06:49.864Z | Compiling hashbrown v0.16.1 |
| 1217 | 2026-05-18T04:06:49.949Z | Compiling parking_lot_core v0.9.12 |
| 1218 | 2026-05-18T04:06:50.027Z | Compiling once_cell v1.21.3 |
| 1219 | 2026-05-18T04:06:50.174Z | Compiling equivalent v1.0.2 |
| 1220 | 2026-05-18T04:06:50.251Z | Compiling base64ct v1.8.3 |
| 1221 | 2026-05-18T04:06:50.258Z | Compiling scopeguard v1.2.0 |
| 1222 | 2026-05-18T04:06:50.348Z | Compiling indexmap v2.13.0 |
| 1223 | 2026-05-18T04:06:50.398Z | Compiling lock_api v0.4.14 |
| 1224 | 2026-05-18T04:06:50.514Z | Compiling pem-rfc7468 v0.7.0 |
| 1225 | 2026-05-18T04:06:50.629Z | Compiling signal-hook-registry v1.4.8 |
| 1226 | 2026-05-18T04:06:50.680Z | Compiling der v0.7.10 |
| 1227 | 2026-05-18T04:06:50.796Z | Compiling parking_lot v0.12.5 |
| 1228 | 2026-05-18T04:06:50.946Z | Compiling mio v1.2.0 |
| 1229 | 2026-05-18T04:06:50.963Z | Compiling synstructure v0.13.2 |
| 1230 | 2026-05-18T04:06:51.155Z | Compiling thiserror v2.0.18 |
| 1231 | 2026-05-18T04:06:51.441Z | Compiling stable_deref_trait v1.2.1 |
| 1232 | 2026-05-18T04:06:51.511Z | Compiling serde_json v1.0.149 |
| 1233 | 2026-05-18T04:06:51.532Z | Compiling futures-core v0.3.32 |
| 1234 | 2026-05-18T04:06:51.557Z | Compiling ucd-trie v0.1.7 |
| 1235 | 2026-05-18T04:06:51.630Z | Compiling spki v0.7.3 |
| 1236 | 2026-05-18T04:06:51.673Z | Compiling zerocopy v0.8.39 |
| 1237 | 2026-05-18T04:06:51.734Z | Compiling pest v2.8.6 |
| 1238 | 2026-05-18T04:06:51.752Z | Compiling futures-sink v0.3.32 |
| 1239 | 2026-05-18T04:06:51.852Z | Compiling pkcs8 v0.10.2 |
| 1240 | 2026-05-18T04:06:51.904Z | Compiling num-integer v0.1.46 |
| 1241 | 2026-05-18T04:06:51.935Z | Compiling proc-macro-error-attr v1.0.4 |
| 1242 | 2026-05-18T04:06:52.165Z | Compiling serde_derive v1.0.228 |
| 1243 | 2026-05-18T04:06:52.171Z | Compiling thiserror-impl v1.0.69 |
| 1244 | 2026-05-18T04:06:52.390Z | Compiling zerofrom-derive v0.1.6 |
| 1245 | 2026-05-18T04:06:52.622Z | Compiling tokio-macros v2.7.0 |
| 1246 | 2026-05-18T04:06:52.806Z | Compiling yoke-derive v0.8.1 |
| 1247 | 2026-05-18T04:06:52.929Z | Compiling zerovec-derive v0.11.2 |
| 1248 | 2026-05-18T04:06:53.391Z | Compiling tokio v1.52.3 |
| 1249 | 2026-05-18T04:06:53.477Z | Compiling thiserror-impl v2.0.18 |
| 1250 | 2026-05-18T04:06:53.607Z | Compiling zerofrom v0.1.6 |
| 1251 | 2026-05-18T04:06:53.659Z | Compiling pest_meta v2.8.6 |
| 1252 | 2026-05-18T04:06:53.725Z | Compiling zerocopy-derive v0.7.35 |
| 1253 | 2026-05-18T04:06:53.843Z | Compiling yoke v0.8.1 |
| 1254 | 2026-05-18T04:06:54.029Z | Compiling displaydoc v0.2.5 |
| 1255 | 2026-05-18T04:06:54.036Z | Compiling zerovec v0.11.5 |
| 1256 | 2026-05-18T04:06:54.561Z | Compiling pkg-config v0.3.32 |
| 1257 | 2026-05-18T04:06:54.601Z | Compiling pest_generator v2.8.6 |
| 1258 | 2026-05-18T04:06:54.736Z | Compiling futures-channel v0.3.32 |
| 1259 | 2026-05-18T04:06:54.759Z | Compiling semver v1.0.27 |
| 1260 | 2026-05-18T04:06:54.977Z | Compiling proc-macro-error v1.0.4 |
| 1261 | 2026-05-18T04:06:55.001Z | Compiling vcpkg v0.2.15 |
| 1262 | 2026-05-18T04:06:55.207Z | Compiling ppv-lite86 v0.2.21 |
| 1263 | 2026-05-18T04:06:55.210Z | Compiling pest_derive v2.8.6 |
| 1264 | 2026-05-18T04:06:55.371Z | Compiling futures-macro v0.3.32 |
| 1265 | 2026-05-18T04:06:55.433Z | Compiling tracing-attributes v0.1.31 |
| 1266 | 2026-05-18T04:06:55.451Z | Compiling tracing-core v0.1.36 |
| 1267 | 2026-05-18T04:06:55.460Z | Compiling hmac v0.12.1 |
| 1268 | 2026-05-18T04:06:55.574Z | Compiling spin v0.9.8 |
| 1269 | 2026-05-18T04:06:55.597Z | Compiling pretty-hex v0.4.1 |
| 1270 | 2026-05-18T04:06:55.718Z | Compiling futures-task v0.3.32 |
| 1271 | 2026-05-18T04:06:55.724Z | Compiling winnow v1.0.1 |
| 1272 | 2026-05-18T04:06:55.738Z | Compiling futures-io v0.3.32 |
| 1273 | 2026-05-18T04:06:55.880Z | Compiling slab v0.4.12 |
| 1274 | 2026-05-18T04:06:55.945Z | Compiling lazy_static v1.5.0 |
| 1275 | 2026-05-18T04:06:56.015Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1276 | 2026-05-18T04:06:56.080Z | Compiling tinystr v0.8.2 |
| 1277 | 2026-05-18T04:06:56.201Z | Compiling futures-util v0.3.32 |
| 1278 | 2026-05-18T04:06:56.298Z | Compiling slog v2.8.2 |
| 1279 | 2026-05-18T04:06:56.344Z | Compiling http v1.4.0 |
| 1280 | 2026-05-18T04:06:56.482Z | Compiling signature v2.2.0 |
| 1281 | 2026-05-18T04:06:56.525Z | Compiling ring v0.17.14 |
| 1282 | 2026-05-18T04:06:56.542Z | Compiling ff v0.13.1 |
| 1283 | 2026-05-18T04:06:56.600Z | Compiling winnow v0.7.14 |
| 1284 | 2026-05-18T04:06:56.633Z | Compiling toml_datetime v0.6.11 |
| 1285 | 2026-05-18T04:06:56.649Z | Compiling tracing v0.1.44 |
| 1286 | 2026-05-18T04:06:56.688Z | Compiling getrandom v0.3.4 |
| 1287 | 2026-05-18T04:06:56.847Z | Compiling cpufeatures v0.2.17 |
| 1288 | 2026-05-18T04:06:56.914Z | Compiling powerfmt v0.2.0 |
| 1289 | 2026-05-18T04:06:57.018Z | Compiling litemap v0.8.1 |
| 1290 | 2026-05-18T04:06:57.031Z | Compiling num-conv v0.2.0 |
| 1291 | 2026-05-18T04:06:57.033Z | Compiling byteorder v1.5.0 |
| 1292 | 2026-05-18T04:06:57.156Z | Compiling heck v0.4.1 |
| 1293 | 2026-05-18T04:06:57.156Z | Compiling writeable v0.6.2 |
| 1294 | 2026-05-18T04:06:57.227Z | Compiling winnow v0.5.40 |
| 1295 | 2026-05-18T04:06:57.246Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1296 | 2026-05-18T04:06:57.341Z | Compiling time-core v0.1.8 |
| 1297 | 2026-05-18T04:06:57.375Z | Compiling base16ct v0.2.0 |
| 1298 | 2026-05-18T04:06:57.459Z | Compiling icu_locale_core v2.1.1 |
| 1299 | 2026-05-18T04:06:57.480Z | Compiling time-macros v0.2.27 |
| 1300 | 2026-05-18T04:06:57.613Z | Compiling sec1 v0.7.3 |
| 1301 | 2026-05-18T04:06:58.046Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 1302 | 2026-05-18T04:06:58.246Z | Compiling zerocopy v0.7.35 |
| 1303 | 2026-05-18T04:06:58.496Z | Compiling http-body v1.0.1 |
| 1304 | 2026-05-18T04:06:58.531Z | Compiling toml_edit v0.19.15 |
| 1305 | 2026-05-18T04:06:58.641Z | Compiling deranged v0.5.6 |
| 1306 | 2026-05-18T04:06:58.808Z | Compiling group v0.13.0 |
| 1307 | 2026-05-18T04:06:59.088Z | Compiling hkdf v0.12.4 |
| 1308 | 2026-05-18T04:06:59.239Z | Compiling num-bigint v0.4.6 |
| 1309 | 2026-05-18T04:06:59.247Z | Compiling erased-serde v0.3.31 |
| 1310 | 2026-05-18T04:06:59.829Z | Compiling zerotrie v0.2.3 |
| 1311 | 2026-05-18T04:06:59.837Z | Compiling potential_utf v0.1.4 |
| 1312 | 2026-05-18T04:06:59.940Z | Compiling scroll_derive v0.12.1 |
| 1313 | 2026-05-18T04:07:00.010Z | Compiling num-iter v0.1.45 |
| 1314 | 2026-05-18T04:07:00.126Z | Compiling crypto-bigint v0.5.5 |
| 1315 | 2026-05-18T04:07:00.546Z | Compiling usdt-impl v0.5.0 |
| 1316 | 2026-05-18T04:07:00.645Z | Compiling httparse v1.10.1 |
| 1317 | 2026-05-18T04:07:00.724Z | Compiling icu_normalizer_data v2.1.1 |
| 1318 | 2026-05-18T04:07:00.992Z | Compiling icu_properties_data v2.1.2 |
| 1319 | 2026-05-18T04:07:01.037Z | Compiling time v0.3.47 |
| 1320 | 2026-05-18T04:07:01.160Z | Compiling proc-macro-crate v1.3.1 |
| 1321 | 2026-05-18T04:07:01.274Z | Compiling elliptic-curve v0.13.8 |
| 1322 | 2026-05-18T04:07:01.654Z | Compiling scroll v0.12.0 |
| 1323 | 2026-05-18T04:07:01.660Z | Compiling icu_provider v2.1.1 |
| 1324 | 2026-05-18T04:07:01.959Z | Compiling icu_collections v2.1.1 |
| 1325 | 2026-05-18T04:07:02.270Z | Compiling thread-id v4.2.2 |
| 1326 | 2026-05-18T04:07:02.545Z | Compiling dof v0.3.0 |
| 1327 | 2026-05-18T04:07:02.575Z | Compiling proc-macro-crate v3.4.0 |
| 1328 | 2026-05-18T04:07:02.647Z | Compiling sha2 v0.10.9 |
| 1329 | 2026-05-18T04:07:02.680Z | Compiling dtrace-parser v0.2.0 |
| 1330 | 2026-05-18T04:07:02.784Z | Compiling openssl-sys v0.9.111 |
| 1331 | 2026-05-18T04:07:02.880Z | Compiling libz-sys v1.1.23 |
| 1332 | 2026-05-18T04:07:03.019Z | Compiling rustc_version v0.4.1 |
| 1333 | 2026-05-18T04:07:03.274Z | Compiling rustls-pki-types v1.14.0 |
| 1334 | 2026-05-18T04:07:03.285Z | Compiling camino v1.2.2 |
| 1335 | 2026-05-18T04:07:03.311Z | Compiling try-lock v0.2.5 |
| 1336 | 2026-05-18T04:07:03.341Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1337 | 2026-05-18T04:07:03.418Z | Compiling crossbeam-utils v0.8.21 |
| 1338 | 2026-05-18T04:07:03.709Z | Compiling tower-service v0.3.3 |
| 1339 | 2026-05-18T04:07:03.734Z | Compiling plain v0.2.3 |
| 1340 | 2026-05-18T04:07:03.798Z | Compiling untrusted v0.9.0 |
| 1341 | 2026-05-18T04:07:03.836Z | Compiling goblin v0.8.2 |
| 1342 | 2026-05-18T04:07:04.065Z | Compiling want v0.3.1 |
| 1343 | 2026-05-18T04:07:04.151Z | Compiling curve25519-dalek v4.1.3 |
| 1344 | 2026-05-18T04:07:04.290Z | Compiling num_enum_derive v0.7.5 |
| 1345 | 2026-05-18T04:07:04.507Z | Compiling num_enum_derive v0.5.11 |
| 1346 | 2026-05-18T04:07:05.064Z | Compiling rfc6979 v0.4.0 |
| 1347 | 2026-05-18T04:07:05.198Z | Compiling rand_chacha v0.3.1 |
| 1348 | 2026-05-18T04:07:05.324Z | Compiling serde_tokenstream v0.2.2 |
| 1349 | 2026-05-18T04:07:05.494Z | Compiling arc-swap v1.8.2 |
| 1350 | 2026-05-18T04:07:05.566Z | Compiling atomic-waker v1.1.2 |
| 1351 | 2026-05-18T04:07:05.597Z | Compiling num-bigint-dig v0.8.6 |
| 1352 | 2026-05-18T04:07:05.691Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 1353 | 2026-05-18T04:07:05.790Z | Compiling rustls v0.23.36 |
| 1354 | 2026-05-18T04:07:05.823Z | Compiling heck v0.5.0 |
| 1355 | 2026-05-18T04:07:05.829Z | Compiling radium v0.7.0 |
| 1356 | 2026-05-18T04:07:05.835Z | Compiling iana-time-zone v0.1.65 |
| 1357 | 2026-05-18T04:07:05.921Z | Compiling pin-utils v0.1.0 |
| 1358 | 2026-05-18T04:07:05.988Z | Compiling hyper v1.8.1 |
| 1359 | 2026-05-18T04:07:06.010Z | Compiling chrono v0.4.43 |
| 1360 | 2026-05-18T04:07:06.134Z | Compiling num_enum v0.5.11 |
| 1361 | 2026-05-18T04:07:06.153Z | Compiling rand v0.8.5 |
| 1362 | 2026-05-18T04:07:06.193Z | Compiling num_enum v0.7.5 |
| 1363 | 2026-05-18T04:07:06.220Z | Compiling ecdsa v0.16.9 |
| 1364 | 2026-05-18T04:07:06.247Z | Compiling rustls-webpki v0.103.9 |
| 1365 | 2026-05-18T04:07:06.937Z | Compiling icu_properties v2.1.2 |
| 1366 | 2026-05-18T04:07:08.167Z | Compiling icu_normalizer v2.1.1 |
| 1367 | 2026-05-18T04:07:09.084Z | Compiling rand_core v0.9.5 |
| 1368 | 2026-05-18T04:07:09.154Z | Compiling primeorder v0.13.6 |
| 1369 | 2026-05-18T04:07:09.339Z | Compiling curl-sys v0.4.85+curl-8.18.0 |
| 1370 | 2026-05-18T04:07:09.401Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1371 | 2026-05-18T04:07:09.436Z | Compiling foreign-types-macros v0.2.3 |
| 1372 | 2026-05-18T04:07:09.439Z | Compiling cargo-platform v0.3.2 |
| 1373 | 2026-05-18T04:07:09.571Z | Compiling aho-corasick v1.1.4 |
| 1374 | 2026-05-18T04:07:09.603Z | Compiling indexmap v1.9.3 |
| 1375 | 2026-05-18T04:07:09.667Z | Compiling thread_local v1.1.9 |
| 1376 | 2026-05-18T04:07:09.714Z | Compiling foreign-types-shared v0.3.1 |
| 1377 | 2026-05-18T04:07:09.800Z | Compiling either v1.15.0 |
| 1378 | 2026-05-18T04:07:09.842Z | Compiling utf8parse v0.2.2 |
| 1379 | 2026-05-18T04:07:09.946Z | Compiling percent-encoding v2.3.2 |
| 1380 | 2026-05-18T04:07:10.009Z | Compiling tap v1.0.1 |
| 1381 | 2026-05-18T04:07:10.015Z | Compiling regex-syntax v0.8.9 |
| 1382 | 2026-05-18T04:07:10.067Z | Compiling bitflags v2.11.0 |
| 1383 | 2026-05-18T04:07:10.070Z | Compiling anyhow v1.0.102 |
| 1384 | 2026-05-18T04:07:10.112Z | Compiling slog-async v2.8.0 |
| 1385 | 2026-05-18T04:07:10.210Z | Compiling wyz v0.5.1 |
| 1386 | 2026-05-18T04:07:10.406Z | Compiling form_urlencoded v1.2.2 |
| 1387 | 2026-05-18T04:07:10.452Z | Compiling foreign-types v0.5.0 |
| 1388 | 2026-05-18T04:07:10.523Z | Compiling itertools v0.12.1 |
| 1389 | 2026-05-18T04:07:10.595Z | Compiling anstyle-parse v1.0.0 |
| 1390 | 2026-05-18T04:07:10.696Z | Compiling cargo_metadata v0.23.1 |
| 1391 | 2026-05-18T04:07:10.813Z | Compiling rand_chacha v0.9.0 |
| 1392 | 2026-05-18T04:07:11.362Z | Compiling crossbeam-channel v0.5.15 |
| 1393 | 2026-05-18T04:07:11.909Z | Compiling regex-automata v0.4.14 |
| 1394 | 2026-05-18T04:07:12.084Z | Compiling idna_adapter v1.2.1 |
| 1395 | 2026-05-18T04:07:13.216Z | Compiling hyper-util v0.1.20 |
| 1396 | 2026-05-18T04:07:14.807Z | Compiling slog-scope v4.4.1 |
| 1397 | 2026-05-18T04:07:15.075Z | Compiling usdt-macro v0.5.0 |
| 1398 | 2026-05-18T04:07:15.228Z | Compiling usdt-attr-macro v0.5.0 |
| 1399 | 2026-05-18T04:07:15.888Z | Compiling num-rational v0.4.2 |
| 1400 | 2026-05-18T04:07:15.947Z | Compiling tokio-util v0.7.18 |
| 1401 | 2026-05-18T04:07:16.240Z | Compiling ed25519 v2.2.3 |
| 1402 | 2026-05-18T04:07:16.532Z | Compiling num-complex v0.4.6 |
| 1403 | 2026-05-18T04:07:16.963Z | Compiling async-trait v0.1.89 |
| 1404 | 2026-05-18T04:07:17.027Z | Compiling pkcs1 v0.7.5 |
| 1405 | 2026-05-18T04:07:17.156Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1406 | 2026-05-18T04:07:17.218Z | Compiling memmap v0.7.0 |
| 1407 | 2026-05-18T04:07:17.472Z | Compiling is-terminal v0.4.17 |
| 1408 | 2026-05-18T04:07:17.564Z | Compiling cstr-argument v0.1.2 |
| 1409 | 2026-05-18T04:07:17.654Z | Compiling utf8_iter v1.0.4 |
| 1410 | 2026-05-18T04:07:17.725Z | Compiling sync_wrapper v1.0.2 |
| 1411 | 2026-05-18T04:07:17.816Z | Compiling portable-atomic v1.13.1 |
| 1412 | 2026-05-18T04:07:17.819Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
| 1413 | 2026-05-18T04:07:17.926Z | Compiling tower-layer v0.3.3 |
| 1414 | 2026-05-18T04:07:18.014Z | Compiling base64 v0.22.1 |
| 1415 | 2026-05-18T04:07:18.069Z | Compiling anstyle-query v1.1.5 |
| 1416 | 2026-05-18T04:07:18.150Z | Compiling is_terminal_polyfill v1.70.2 |
| 1417 | 2026-05-18T04:07:18.169Z | Compiling os_str_bytes v6.6.1 |
| 1418 | 2026-05-18T04:07:18.238Z | Compiling colorchoice v1.0.4 |
| 1419 | 2026-05-18T04:07:18.306Z | Compiling take_mut v0.2.2 |
| 1420 | 2026-05-18T04:07:18.352Z | Compiling funty v2.0.0 |
| 1421 | 2026-05-18T04:07:18.412Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#d9645f8d) |
| 1422 | 2026-05-18T04:07:18.468Z | Compiling hashbrown v0.12.3 |
| 1423 | 2026-05-18T04:07:18.499Z | Compiling crc32fast v1.5.0 |
| 1424 | 2026-05-18T04:07:18.595Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#81c947bc) |
| 1425 | 2026-05-18T04:07:18.637Z | Compiling anstyle v1.0.14 |
| 1426 | 2026-05-18T04:07:18.793Z | Compiling rustix v1.1.4 |
| 1427 | 2026-05-18T04:07:18.823Z | Compiling term v1.2.1 |
| 1428 | 2026-05-18T04:07:18.899Z | Compiling openssl-probe v0.2.1 |
| 1429 | 2026-05-18T04:07:19.025Z | Compiling rustls-native-certs v0.8.3 |
| 1430 | 2026-05-18T04:07:19.148Z | Compiling slog-term v2.9.2 |
| 1431 | 2026-05-18T04:07:19.376Z | Compiling anstream v1.0.0 |
| 1432 | 2026-05-18T04:07:19.844Z | Compiling bitvec v1.0.1 |
| 1433 | 2026-05-18T04:07:19.892Z | Compiling clap_lex v0.2.4 |
| 1434 | 2026-05-18T04:07:20.363Z | Compiling pem v3.0.6 |
| 1435 | 2026-05-18T04:07:20.433Z | Compiling tower v0.5.3 |
| 1436 | 2026-05-18T04:07:20.698Z | Compiling idna v1.1.0 |
| 1437 | 2026-05-18T04:07:21.063Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1438 | 2026-05-18T04:07:21.191Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1439 | 2026-05-18T04:07:21.231Z | Compiling usdt v0.5.0 |
| 1440 | 2026-05-18T04:07:21.309Z | Compiling rsa v0.9.10 |
| 1441 | 2026-05-18T04:07:21.467Z | Compiling num v0.4.3 |
| 1442 | 2026-05-18T04:07:21.543Z | Compiling tokio-rustls v0.26.4 |
| 1443 | 2026-05-18T04:07:21.823Z | Compiling ed25519-dalek v2.2.0 |
| 1444 | 2026-05-18T04:07:21.878Z | Compiling slog-stdlog v4.1.1 |
| 1445 | 2026-05-18T04:07:21.957Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 1446 | 2026-05-18T04:07:22.178Z | Compiling regex v1.12.3 |
| 1447 | 2026-05-18T04:07:22.288Z | Compiling octocrab v0.51.0 |
| 1448 | 2026-05-18T04:07:22.316Z | Compiling rand v0.9.2 |
| 1449 | 2026-05-18T04:07:22.764Z | Compiling p384 v0.13.1 |
| 1450 | 2026-05-18T04:07:23.060Z | Compiling p256 v0.13.2 |
| 1451 | 2026-05-18T04:07:23.146Z | Compiling snafu-derive v0.8.9 |
| 1452 | 2026-05-18T04:07:23.605Z | Compiling simple_asn1 v0.6.4 |
| 1453 | 2026-05-18T04:07:23.785Z | Compiling futures-executor v0.3.32 |
| 1454 | 2026-05-18T04:07:23.989Z | Compiling clap_derive v3.2.25 |
| 1455 | 2026-05-18T04:07:24.102Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1456 | 2026-05-18T04:07:24.307Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1457 | 2026-05-18T04:07:24.552Z | Compiling pin-project-internal v1.1.10 |
| 1458 | 2026-05-18T04:07:24.780Z | Compiling serde_repr v0.1.20 |
| 1459 | 2026-05-18T04:07:24.871Z | Compiling num-derive v0.3.3 |
| 1460 | 2026-05-18T04:07:24.871Z | Compiling atty v0.2.14 |
| 1461 | 2026-05-18T04:07:25.308Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
| 1462 | 2026-05-18T04:07:25.365Z | Compiling iri-string v0.7.10 |
| 1463 | 2026-05-18T04:07:25.401Z | Compiling colored v3.1.1 |
| 1464 | 2026-05-18T04:07:25.648Z | Compiling clap_lex v1.0.0 |
| 1465 | 2026-05-18T04:07:25.648Z | Compiling ryu v1.0.23 |
| 1466 | 2026-05-18T04:07:25.780Z | Compiling curl v0.4.49 |
| 1467 | 2026-05-18T04:07:25.923Z | Compiling textwrap v0.16.2 |
| 1468 | 2026-05-18T04:07:25.967Z | Compiling bitflags v1.3.2 |
| 1469 | 2026-05-18T04:07:26.000Z | Compiling termcolor v1.4.1 |
| 1470 | 2026-05-18T04:07:26.034Z | Compiling unicode-width v0.2.2 |
| 1471 | 2026-05-18T04:07:26.040Z | Compiling adler2 v2.0.1 |
| 1472 | 2026-05-18T04:07:26.046Z | Compiling strsim v0.11.1 |
| 1473 | 2026-05-18T04:07:26.332Z | Compiling strsim v0.10.0 |
| 1474 | 2026-05-18T04:07:26.453Z | Compiling oxnet v0.1.4 |
| 1475 | 2026-05-18T04:07:26.771Z | Compiling simd-adler32 v0.3.8 |
| 1476 | 2026-05-18T04:07:26.846Z | Compiling tower-http v0.6.8 |
| 1477 | 2026-05-18T04:07:27.029Z | Compiling miniz_oxide v0.8.9 |
| 1478 | 2026-05-18T04:07:27.157Z | Compiling clap v3.2.25 |
| 1479 | 2026-05-18T04:07:27.605Z | Compiling console v0.16.2 |
| 1480 | 2026-05-18T04:07:28.036Z | Compiling clap_builder v4.6.0 |
| 1481 | 2026-05-18T04:07:28.440Z | Compiling libscf-sys v1.1.0 |
| 1482 | 2026-05-18T04:07:28.574Z | Compiling serde_urlencoded v0.7.1 |
| 1483 | 2026-05-18T04:07:28.847Z | Compiling pin-project v1.1.10 |
| 1484 | 2026-05-18T04:07:28.937Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#04fb133a) |
| 1485 | 2026-05-18T04:07:28.979Z | Compiling snafu v0.8.9 |
| 1486 | 2026-05-18T04:07:29.481Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1487 | 2026-05-18T04:07:29.734Z | Compiling futures v0.3.32 |
| 1488 | 2026-05-18T04:07:29.773Z | Compiling jsonwebtoken v10.3.0 |
| 1489 | 2026-05-18T04:07:29.839Z | Compiling slog-envlogger v2.2.0 |
| 1490 | 2026-05-18T04:07:31.129Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#a1840304) |
| 1491 | 2026-05-18T04:07:31.198Z | Compiling hyper-rustls v0.27.7 |
| 1492 | 2026-05-18T04:07:31.928Z | Compiling url v2.5.8 |
| 1493 | 2026-05-18T04:07:33.037Z | Compiling hyper-timeout v0.5.2 |
| 1494 | 2026-05-18T04:07:33.057Z | Compiling clap_derive v4.6.1 |
| 1495 | 2026-05-18T04:07:33.245Z | Compiling http-body-util v0.1.3 |
| 1496 | 2026-05-18T04:07:33.298Z | Compiling zone_cfg_derive v0.3.1 |
| 1497 | 2026-05-18T04:07:33.531Z | Compiling async-recursion v0.3.2 |
| 1498 | 2026-05-18T04:07:33.976Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1499 | 2026-05-18T04:07:34.089Z | Compiling serde_path_to_error v0.1.20 |
| 1500 | 2026-05-18T04:07:34.258Z | Compiling serde_spanned v1.1.1 |
| 1501 | 2026-05-18T04:07:34.384Z | Compiling filetime v0.2.27 |
| 1502 | 2026-05-18T04:07:34.396Z | Compiling secrecy v0.10.3 |
| 1503 | 2026-05-18T04:07:34.462Z | Compiling xattr v1.6.1 |
| 1504 | 2026-05-18T04:07:34.524Z | Compiling fastrand v2.3.0 |
| 1505 | 2026-05-18T04:07:34.542Z | Compiling openssl-probe v0.1.6 |
| 1506 | 2026-05-18T04:07:34.574Z | Compiling hex v0.4.3 |
| 1507 | 2026-05-18T04:07:34.641Z | Compiling web-time v1.1.0 |
| 1508 | 2026-05-18T04:07:34.710Z | Compiling unit-prefix v0.5.2 |
| 1509 | 2026-05-18T04:07:34.750Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1510 | 2026-05-18T04:07:34.799Z | Compiling sha256 v1.6.0 |
| 1511 | 2026-05-18T04:07:34.852Z | Compiling indicatif v0.18.4 |
| 1512 | 2026-05-18T04:07:34.855Z | Compiling clap v4.6.1 |
| 1513 | 2026-05-18T04:07:34.855Z | Compiling tempfile v3.27.0 |
| 1514 | 2026-05-18T04:07:34.930Z | Compiling toml v1.1.2+spec-1.1.0 |
| 1515 | 2026-05-18T04:07:35.751Z | Compiling tar v0.4.45 |
| 1516 | 2026-05-18T04:07:37.033Z | Compiling p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#04fb133a) |
| 1517 | 2026-05-18T04:07:37.340Z | Compiling zone v0.3.1 |
| 1518 | 2026-05-18T04:07:37.888Z | Compiling flate2 v1.1.9 |
| 1519 | 2026-05-18T04:07:37.957Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#d9645f8d) |
| 1520 | 2026-05-18T04:07:38.212Z | Compiling softnpu v0.2.0 (/work/oxidecomputer/softnpu/lib) |
| 1521 | 2026-05-18T04:07:38.346Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon#d809e81e) |
| 1522 | 2026-05-18T04:07:39.026Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1523 | 2026-05-18T04:07:39.035Z | Compiling libloading v0.8.9 |
| 1524 | 2026-05-18T04:07:39.048Z | Compiling fs_extra v1.3.0 |
| 1525 | 2026-05-18T04:07:49.592Z | Compiling softnpu-client v0.1.0 (/work/oxidecomputer/softnpu/client) |
| 1526 | 2026-05-18T04:08:13.224Z | Finished `release` profile [optimized] target(s) in 1m 26s |
| 1527 | 2026-05-18T04:08:13.286Z | |
| 1528 | 2026-05-18T04:08:13.289Z | real 1:26.586270269 |
| 1529 | 2026-05-18T04:08:13.289Z | user 7:33.991217853 |
| 1530 | 2026-05-18T04:08:13.289Z | sys 45.750879109 |
| 1531 | 2026-05-18T04:08:13.289Z | trap 0.258026819 |
| 1532 | 2026-05-18T04:08:13.289Z | tflt 0.643807850 |
| 1533 | 2026-05-18T04:08:13.289Z | dflt 0.498150136 |
| 1534 | 2026-05-18T04:08:13.289Z | kflt 0.000030924 |
| 1535 | 2026-05-18T04:08:13.289Z | lock 22:48.568722193 |
| 1536 | 2026-05-18T04:08:13.289Z | slp 27:37.570358862 |
| 1537 | 2026-05-18T04:08:13.289Z | lat 27.312617713 |
| 1538 | 2026-05-18T04:08:13.289Z | stop 34.463694143 |
| 1539 | 2026-05-18T04:08:13.289Z | + for x in debug release |
| 1540 | 2026-05-18T04:08:13.289Z | + mkdir -p /work/debug |
| 1541 | 2026-05-18T04:08:13.289Z | + cp target/debug/softnpu /work/debug/ |
| 1542 | 2026-05-18T04:08:13.365Z | + cp target/debug/npuzone /work/debug/ |
| 1543 | 2026-05-18T04:08:13.517Z | + cp target/debug/npuvm /work/debug/ |
| 1544 | 2026-05-18T04:08:13.658Z | + digest -a sha256 /work/debug/softnpu |
| 1545 | 2026-05-18T04:08:13.719Z | + digest -a sha256 /work/debug/npuzone |
| 1546 | 2026-05-18T04:08:13.819Z | + digest -a sha256 /work/debug/npuvm |
| 1547 | 2026-05-18T04:08:13.918Z | + for x in debug release |
| 1548 | 2026-05-18T04:08:13.918Z | + mkdir -p /work/release |
| 1549 | 2026-05-18T04:08:13.920Z | + cp target/release/softnpu /work/release/ |
| 1550 | 2026-05-18T04:08:13.935Z | + cp target/release/npuzone /work/release/ |
| 1551 | 2026-05-18T04:08:13.959Z | + cp target/release/npuvm /work/release/ |
| 1552 | 2026-05-18T04:08:13.984Z | + digest -a sha256 /work/release/softnpu |
| 1553 | 2026-05-18T04:08:13.997Z | + digest -a sha256 /work/release/npuzone |
| 1554 | 2026-05-18T04:08:14.016Z | + digest -a sha256 /work/release/npuvm |
| 1555 | 2026-05-18T04:08:14.034Z | process exited: duration 192640 ms, exit code 0 |
| |
| 1556 | 2026-05-18T04:08:14.041Z | found 12 output files |
| 1557 | 2026-05-18T04:08:14.041Z | uploading: /work/debug/npuvm (182934448 bytes) |
| 1558 | 2026-05-18T04:08:16.105Z | uploaded: /work/debug/npuvm |
| 1559 | 2026-05-18T04:08:16.106Z | uploading: /work/debug/npuvm.sha256.txt (65 bytes) |
| 1560 | 2026-05-18T04:08:17.115Z | uploaded: /work/debug/npuvm.sha256.txt |
| 1561 | 2026-05-18T04:08:17.115Z | uploading: /work/debug/npuzone (186590272 bytes) |
| 1562 | 2026-05-18T04:08:19.207Z | uploaded: /work/debug/npuzone |
| 1563 | 2026-05-18T04:08:19.210Z | uploading: /work/debug/npuzone.sha256.txt (65 bytes) |
| 1564 | 2026-05-18T04:08:20.216Z | uploaded: /work/debug/npuzone.sha256.txt |
| 1565 | 2026-05-18T04:08:20.216Z | uploading: /work/debug/softnpu (102310960 bytes) |
| 1566 | 2026-05-18T04:08:21.776Z | uploaded: /work/debug/softnpu |
| 1567 | 2026-05-18T04:08:21.776Z | uploading: /work/debug/softnpu.sha256.txt (65 bytes) |
| 1568 | 2026-05-18T04:08:22.784Z | uploaded: /work/debug/softnpu.sha256.txt |
| 1569 | 2026-05-18T04:08:22.784Z | uploading: /work/release/npuvm (27118040 bytes) |
| 1570 | 2026-05-18T04:08:23.932Z | uploaded: /work/release/npuvm |
| 1571 | 2026-05-18T04:08:23.932Z | uploading: /work/release/npuvm.sha256.txt (65 bytes) |
| 1572 | 2026-05-18T04:08:24.941Z | uploaded: /work/release/npuvm.sha256.txt |
| 1573 | 2026-05-18T04:08:24.941Z | uploading: /work/release/npuzone (27743880 bytes) |
| 1574 | 2026-05-18T04:08:26.120Z | uploaded: /work/release/npuzone |
| 1575 | 2026-05-18T04:08:26.121Z | uploading: /work/release/npuzone.sha256.txt (65 bytes) |
| 1576 | 2026-05-18T04:08:27.128Z | uploaded: /work/release/npuzone.sha256.txt |
| 1577 | 2026-05-18T04:08:27.128Z | uploading: /work/release/softnpu (15678592 bytes) |
| 1578 | 2026-05-18T04:08:28.220Z | uploaded: /work/release/softnpu |
| 1579 | 2026-05-18T04:08:28.220Z | uploading: /work/release/softnpu.sha256.txt (65 bytes) |
| 1580 | 2026-05-18T04:08:29.229Z | uploaded: /work/release/softnpu.sha256.txt |