|
|
|
| 1 | 2025-09-17T00:04:50.911Z | job assigned to worker 01K5AFRHCYK822NRNNDFWBBDK8 [factory aws, i-04798832056a2a1c2] (queued for 57 s) |
| |
| 2 | 2025-09-17T00:04:59.782Z | starting task 0: "setup" |
| 3 | 2025-09-17T00:04:59.787Z | ++ uname -s |
| 4 | 2025-09-17T00:04:59.791Z | + kern=SunOS |
| 5 | 2025-09-17T00:04:59.791Z | + build_user=build |
| 6 | 2025-09-17T00:04:59.791Z | + build_uid=12345 |
| 7 | 2025-09-17T00:04:59.791Z | + work_dir=/work |
| 8 | 2025-09-17T00:04:59.791Z | + input_dir=/input |
| 9 | 2025-09-17T00:04:59.791Z | + [[ 0 == 12345 ]] |
| 10 | 2025-09-17T00:04:59.791Z | + case "$kern" in |
| 11 | 2025-09-17T00:04:59.791Z | + groupadd -g 12345 build |
| 12 | 2025-09-17T00:04:59.794Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-09-17T00:05:00.799Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-09-17T00:05:00.925Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-09-17T00:05:00.928Z | + home_fs=zfs |
| 16 | 2025-09-17T00:05:00.928Z | + [[ zfs == autofs ]] |
| 17 | 2025-09-17T00:05:00.928Z | + mkdir -p /home/build |
| 18 | 2025-09-17T00:05:00.928Z | + chown build:build /home/build /work |
| 19 | 2025-09-17T00:05:02.931Z | + chmod 0700 /home/build /work |
| 20 | 2025-09-17T00:05:02.935Z | process exited: duration 3153 ms, exit code 0 |
| |
| 21 | 2025-09-17T00:05:02.953Z | starting task 1: "rust-toolchain" |
| 22 | 2025-09-17T00:05:02.958Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2025-09-17T00:05:02.958Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-09-17T00:05:02.958Z | * rust toolchain channel = "stable" |
| 25 | 2025-09-17T00:05:02.958Z | * rust toolchain profile = "default" |
| 26 | 2025-09-17T00:05:02.958Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-09-17T00:05:02.958Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-09-17T00:05:02.962Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-09-17T00:05:02.962Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2025-09-17T00:05:03.099Z | info: downloading installer |
| 31 | 2025-09-17T00:05:04.599Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-09-17T00:05:04.599Z | warn: /opt/ooce/bin |
| 33 | 2025-09-17T00:05:04.599Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-09-17T00:05:04.599Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-09-17T00:05:04.599Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-09-17T00:05:04.599Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-09-17T00:05:04.599Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-09-17T00:05:04.599Z | error: cannot install while Rust is installed |
| 39 | 2025-09-17T00:05:04.599Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-09-17T00:05:04.637Z | info: profile set to 'default' |
| 41 | 2025-09-17T00:05:04.637Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-09-17T00:05:04.640Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
| 43 | 2025-09-17T00:05:04.817Z | info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04) |
| 44 | 2025-09-17T00:05:04.817Z | info: downloading component 'cargo' |
| 45 | 2025-09-17T00:05:05.597Z | info: downloading component 'clippy' |
| 46 | 2025-09-17T00:05:06.008Z | info: downloading component 'rust-docs' |
| 47 | 2025-09-17T00:05:07.215Z | info: downloading component 'rust-std' |
| 48 | 2025-09-17T00:05:08.915Z | info: downloading component 'rustc' |
| 49 | 2025-09-17T00:05:15.349Z | info: downloading component 'rustfmt' |
| 50 | 2025-09-17T00:05:15.637Z | info: installing component 'cargo' |
| 51 | 2025-09-17T00:05:16.528Z | info: installing component 'clippy' |
| 52 | 2025-09-17T00:05:16.924Z | info: installing component 'rust-docs' |
| 53 | 2025-09-17T00:05:18.890Z | info: installing component 'rust-std' |
| 54 | 2025-09-17T00:05:20.676Z | info: installing component 'rustc' |
| 55 | 2025-09-17T00:05:27.224Z | info: installing component 'rustfmt' |
| 56 | 2025-09-17T00:05:27.558Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
| 57 | 2025-09-17T00:05:27.558Z | |
| 58 | 2025-09-17T00:05:27.984Z | stable-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04) |
| 59 | 2025-09-17T00:05:27.984Z | |
| 60 | 2025-09-17T00:05:27.988Z | |
| 61 | 2025-09-17T00:05:27.988Z | Rust is installed now. Great! |
| 62 | 2025-09-17T00:05:27.988Z | |
| 63 | 2025-09-17T00:05:27.988Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-09-17T00:05:27.988Z | environment variable. This has not been done automatically. |
| 65 | 2025-09-17T00:05:27.988Z | |
| 66 | 2025-09-17T00:05:27.988Z | To configure your current shell, you need to source |
| 67 | 2025-09-17T00:05:27.989Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-09-17T00:05:27.989Z | |
| 69 | 2025-09-17T00:05:27.989Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-09-17T00:05:27.989Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-09-17T00:05:27.989Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-09-17T00:05:27.989Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-09-17T00:05:28.101Z | + rustup --version |
| 74 | 2025-09-17T00:05:28.112Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-09-17T00:05:28.116Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-09-17T00:05:28.194Z | info: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)` |
| 77 | 2025-09-17T00:05:28.198Z | + cargo --version |
| 78 | 2025-09-17T00:05:28.262Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 79 | 2025-09-17T00:05:28.267Z | + rustc --version |
| 80 | 2025-09-17T00:05:28.334Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 81 | 2025-09-17T00:05:28.337Z | process exited: duration 25381 ms, exit code 0 |
| |
| 82 | 2025-09-17T00:05:28.345Z | starting task 2: "authentication" |
| 83 | 2025-09-17T00:05:28.369Z | process exited: duration 23 ms, exit code 0 |
| |
| 84 | 2025-09-17T00:05:28.380Z | starting task 3: "clone repository" |
| 85 | 2025-09-17T00:05:28.384Z | + mkdir -p /work/oxidecomputer/propolis |
| 86 | 2025-09-17T00:05:28.388Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
| 87 | 2025-09-17T00:05:28.444Z | Cloning into '/work/oxidecomputer/propolis'... |
| 88 | 2025-09-17T00:05:29.593Z | + cd /work/oxidecomputer/propolis |
| 89 | 2025-09-17T00:05:29.593Z | + git fetch origin 1f7f431b461dba14f846bf8ae0aba554a9204cd7 |
| 90 | 2025-09-17T00:05:29.868Z | From https://github.com/oxidecomputer/propolis |
| 91 | 2025-09-17T00:05:29.868Z | * branch 1f7f431b461dba14f846bf8ae0aba554a9204cd7 -> FETCH_HEAD |
| 92 | 2025-09-17T00:05:29.877Z | + [[ -n ixi/cpuid-cpu-topo-spec ]] |
| 93 | 2025-09-17T00:05:29.881Z | ++ git branch --show-current |
| 94 | 2025-09-17T00:05:29.881Z | + current=master |
| 95 | 2025-09-17T00:05:29.881Z | + [[ master != ixi/cpuid-cpu-topo-spec ]] |
| 96 | 2025-09-17T00:05:29.881Z | + git branch -f ixi/cpuid-cpu-topo-spec 1f7f431b461dba14f846bf8ae0aba554a9204cd7 |
| 97 | 2025-09-17T00:05:29.884Z | + git checkout -f ixi/cpuid-cpu-topo-spec |
| 98 | 2025-09-17T00:05:29.912Z | Switched to branch 'ixi/cpuid-cpu-topo-spec' |
| 99 | 2025-09-17T00:05:29.917Z | + git reset --hard 1f7f431b461dba14f846bf8ae0aba554a9204cd7 |
| 100 | 2025-09-17T00:05:29.920Z | HEAD is now at 1f7f431 described that incorrectly |
| 101 | 2025-09-17T00:05:29.923Z | process exited: duration 1543 ms, exit code 0 |
| |
| 102 | 2025-09-17T00:05:29.931Z | starting task 4: "build" |
| 103 | 2025-09-17T00:05:29.937Z | + cargo --version |
| 104 | 2025-09-17T00:05:29.944Z | info: syncing channel updates for '1.88.0-x86_64-unknown-illumos' |
| 105 | 2025-09-17T00:05:30.107Z | info: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23) |
| 106 | 2025-09-17T00:05:30.107Z | info: downloading component 'cargo' |
| 107 | 2025-09-17T00:05:31.038Z | info: downloading component 'clippy' |
| 108 | 2025-09-17T00:05:31.344Z | info: downloading component 'rust-docs' |
| 109 | 2025-09-17T00:05:32.547Z | info: downloading component 'rust-std' |
| 110 | 2025-09-17T00:05:34.088Z | info: downloading component 'rustc' |
| 111 | 2025-09-17T00:05:40.366Z | info: downloading component 'rustfmt' |
| 112 | 2025-09-17T00:05:40.596Z | info: installing component 'cargo' |
| 113 | 2025-09-17T00:05:41.467Z | info: installing component 'clippy' |
| 114 | 2025-09-17T00:05:41.859Z | info: installing component 'rust-docs' |
| 115 | 2025-09-17T00:05:43.661Z | info: installing component 'rust-std' |
| 116 | 2025-09-17T00:05:45.348Z | info: installing component 'rustc' |
| 117 | 2025-09-17T00:05:51.805Z | info: installing component 'rustfmt' |
| 118 | 2025-09-17T00:05:52.216Z | cargo 1.88.0 (873a06493 2025-05-10) |
| 119 | 2025-09-17T00:05:52.220Z | + rustc --version |
| 120 | 2025-09-17T00:05:52.293Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
| 121 | 2025-09-17T00:05:52.298Z | + banner check |
| 122 | 2025-09-17T00:05:52.302Z | |
| 123 | 2025-09-17T00:05:52.302Z | #### # # ###### #### # # |
| 124 | 2025-09-17T00:05:52.302Z | # # # # # # # # # |
| 125 | 2025-09-17T00:05:52.302Z | # ###### ##### # #### |
| 126 | 2025-09-17T00:05:52.302Z | # # # # # # # |
| 127 | 2025-09-17T00:05:52.302Z | # # # # # # # # # |
| 128 | 2025-09-17T00:05:52.302Z | #### # # ###### #### # # |
| 129 | 2025-09-17T00:05:52.302Z | |
| 130 | 2025-09-17T00:05:52.302Z | + ptime -m cargo check --features falcon |
| 131 | 2025-09-17T00:05:52.463Z | Updating crates.io index |
| 132 | 2025-09-17T00:05:52.501Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 133 | 2025-09-17T00:05:54.584Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 134 | 2025-09-17T00:06:05.146Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 135 | 2025-09-17T00:06:05.396Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 136 | 2025-09-17T00:06:05.618Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 137 | 2025-09-17T00:06:05.886Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 138 | 2025-09-17T00:06:06.199Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 139 | 2025-09-17T00:06:06.696Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 140 | 2025-09-17T00:06:06.963Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 141 | 2025-09-17T00:06:07.205Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 142 | 2025-09-17T00:06:07.535Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 143 | 2025-09-17T00:06:08.018Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 144 | 2025-09-17T00:06:09.257Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 145 | 2025-09-17T00:06:09.944Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 146 | 2025-09-17T00:06:10.461Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 147 | 2025-09-17T00:06:10.746Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 148 | 2025-09-17T00:06:11.107Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 149 | 2025-09-17T00:06:11.420Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 150 | 2025-09-17T00:06:11.760Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 151 | 2025-09-17T00:06:12.032Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 152 | 2025-09-17T00:06:12.938Z | Downloading crates ... |
| 153 | 2025-09-17T00:06:13.060Z | Downloaded lock_api v0.4.12 |
| 154 | 2025-09-17T00:06:13.065Z | Downloaded async-trait v0.1.88 |
| 155 | 2025-09-17T00:06:13.070Z | Downloaded match_cfg v0.1.0 |
| 156 | 2025-09-17T00:06:13.070Z | Downloaded lru-cache v0.1.2 |
| 157 | 2025-09-17T00:06:13.070Z | Downloaded equivalent v1.0.1 |
| 158 | 2025-09-17T00:06:13.074Z | Downloaded log v0.4.27 |
| 159 | 2025-09-17T00:06:13.074Z | Downloaded anstream v0.6.14 |
| 160 | 2025-09-17T00:06:13.077Z | Downloaded aes-gcm-siv v0.11.1 |
| 161 | 2025-09-17T00:06:13.080Z | Downloaded managed v0.8.0 |
| 162 | 2025-09-17T00:06:13.083Z | Downloaded num-bigint v0.4.5 |
| 163 | 2025-09-17T00:06:13.087Z | Downloaded atomic-waker v1.1.2 |
| 164 | 2025-09-17T00:06:13.090Z | Downloaded anstyle-query v1.0.3 |
| 165 | 2025-09-17T00:06:13.090Z | Downloaded anstyle v1.0.7 |
| 166 | 2025-09-17T00:06:13.093Z | Downloaded anstyle-parse v0.2.4 |
| 167 | 2025-09-17T00:06:13.096Z | Downloaded omicron-workspace-hack v0.1.0 |
| 168 | 2025-09-17T00:06:13.096Z | Downloaded nix v0.28.0 |
| 169 | 2025-09-17T00:06:13.107Z | Downloaded parking_lot v0.12.2 |
| 170 | 2025-09-17T00:06:13.110Z | Downloaded byteorder v1.5.0 |
| 171 | 2025-09-17T00:06:13.113Z | Downloaded bitstruct_derive v0.1.0 |
| 172 | 2025-09-17T00:06:13.113Z | Downloaded async-stream v0.3.6 |
| 173 | 2025-09-17T00:06:13.118Z | Downloaded convert_case v0.4.0 |
| 174 | 2025-09-17T00:06:13.118Z | Downloaded openapiv3 v2.0.0 |
| 175 | 2025-09-17T00:06:13.128Z | Downloaded parse-display v0.10.0 |
| 176 | 2025-09-17T00:06:13.131Z | Downloaded passt v0.3.0 |
| 177 | 2025-09-17T00:06:13.131Z | Downloaded atty v0.2.14 |
| 178 | 2025-09-17T00:06:13.134Z | Downloaded once_cell v1.19.0 |
| 179 | 2025-09-17T00:06:13.137Z | Downloaded openssl-probe v0.1.5 |
| 180 | 2025-09-17T00:06:13.140Z | Downloaded aes v0.8.4 |
| 181 | 2025-09-17T00:06:13.144Z | Downloaded parking_lot_core v0.9.10 |
| 182 | 2025-09-17T00:06:13.148Z | Downloaded console v0.15.8 |
| 183 | 2025-09-17T00:06:13.151Z | Downloaded pin-utils v0.1.0 |
| 184 | 2025-09-17T00:06:13.157Z | Downloaded newtype_derive v0.1.6 |
| 185 | 2025-09-17T00:06:13.157Z | Downloaded newtype-uuid v1.2.1 |
| 186 | 2025-09-17T00:06:13.160Z | Downloaded pretty-hex v0.4.1 |
| 187 | 2025-09-17T00:06:13.160Z | Downloaded embedded-io v0.6.1 |
| 188 | 2025-09-17T00:06:13.160Z | Downloaded cpufeatures v0.2.12 |
| 189 | 2025-09-17T00:06:13.165Z | Downloaded parse-display-derive v0.10.0 |
| 190 | 2025-09-17T00:06:13.168Z | Downloaded proc-macro-crate v1.3.1 |
| 191 | 2025-09-17T00:06:13.168Z | Downloaded num_enum v0.5.11 |
| 192 | 2025-09-17T00:06:13.174Z | Downloaded pretty-hex v0.2.1 |
| 193 | 2025-09-17T00:06:13.177Z | Downloaded ppv-lite86 v0.2.17 |
| 194 | 2025-09-17T00:06:13.177Z | Downloaded progenitor-macro v0.8.0 |
| 195 | 2025-09-17T00:06:13.182Z | Downloaded displaydoc v0.2.5 |
| 196 | 2025-09-17T00:06:13.186Z | Downloaded blake2 v0.10.6 |
| 197 | 2025-09-17T00:06:13.190Z | Downloaded quinn-udp v0.5.5 |
| 198 | 2025-09-17T00:06:13.190Z | Downloaded deranged v0.3.11 |
| 199 | 2025-09-17T00:06:13.193Z | Downloaded progenitor-macro v0.10.0 |
| 200 | 2025-09-17T00:06:13.198Z | Downloaded digest v0.10.7 |
| 201 | 2025-09-17T00:06:13.198Z | Downloaded async-recursion v1.1.1 |
| 202 | 2025-09-17T00:06:13.203Z | Downloaded untrusted v0.9.0 |
| 203 | 2025-09-17T00:06:13.207Z | Downloaded typeid v1.0.0 |
| 204 | 2025-09-17T00:06:13.207Z | Downloaded zerofrom v0.1.5 |
| 205 | 2025-09-17T00:06:13.207Z | Downloaded mime v0.3.17 |
| 206 | 2025-09-17T00:06:13.211Z | Downloaded dirs-next v2.0.0 |
| 207 | 2025-09-17T00:06:13.211Z | Downloaded http-body v1.0.1 |
| 208 | 2025-09-17T00:06:13.214Z | Downloaded radium v0.7.0 |
| 209 | 2025-09-17T00:06:13.214Z | Downloaded embedded-io v0.4.0 |
| 210 | 2025-09-17T00:06:13.217Z | Downloaded dyn-clone v1.0.17 |
| 211 | 2025-09-17T00:06:13.220Z | Downloaded rand_core v0.6.4 |
| 212 | 2025-09-17T00:06:13.223Z | Downloaded polyval v0.6.2 |
| 213 | 2025-09-17T00:06:13.223Z | Downloaded enum-as-inner v0.6.0 |
| 214 | 2025-09-17T00:06:13.227Z | Downloaded is_terminal_polyfill v1.70.0 |
| 215 | 2025-09-17T00:06:13.230Z | Downloaded cancel-safe-futures v0.1.5 |
| 216 | 2025-09-17T00:06:13.233Z | Downloaded pkg-config v0.3.30 |
| 217 | 2025-09-17T00:06:13.236Z | Downloaded is_ci v1.2.0 |
| 218 | 2025-09-17T00:06:13.236Z | Downloaded base64ct v1.6.0 |
| 219 | 2025-09-17T00:06:13.240Z | Downloaded indent_write v2.2.0 |
| 220 | 2025-09-17T00:06:13.243Z | Downloaded defmt-macros v0.3.9 |
| 221 | 2025-09-17T00:06:13.246Z | Downloaded time-core v0.1.2 |
| 222 | 2025-09-17T00:06:13.246Z | Downloaded waitgroup v0.1.2 |
| 223 | 2025-09-17T00:06:13.251Z | Downloaded tokio-native-tls v0.3.1 |
| 224 | 2025-09-17T00:06:13.254Z | Downloaded sigpipe v0.1.3 |
| 225 | 2025-09-17T00:06:13.254Z | Downloaded try-lock v0.2.5 |
| 226 | 2025-09-17T00:06:13.254Z | Downloaded tower-service v0.3.2 |
| 227 | 2025-09-17T00:06:13.258Z | Downloaded futures-executor v0.3.31 |
| 228 | 2025-09-17T00:06:13.258Z | Downloaded idna_adapter v1.2.0 |
| 229 | 2025-09-17T00:06:13.261Z | Downloaded hostname v0.4.0 |
| 230 | 2025-09-17T00:06:13.261Z | Downloaded hostname v0.3.1 |
| 231 | 2025-09-17T00:06:13.264Z | Downloaded darling v0.20.9 |
| 232 | 2025-09-17T00:06:13.267Z | Downloaded tinystr v0.7.6 |
| 233 | 2025-09-17T00:06:13.272Z | Downloaded rusty-fork v0.3.0 |
| 234 | 2025-09-17T00:06:13.276Z | Downloaded rustversion v1.0.17 |
| 235 | 2025-09-17T00:06:13.276Z | Downloaded foreign-types v0.3.2 |
| 236 | 2025-09-17T00:06:13.280Z | Downloaded swrite v0.1.0 |
| 237 | 2025-09-17T00:06:13.280Z | Downloaded write16 v1.0.0 |
| 238 | 2025-09-17T00:06:13.280Z | Downloaded derive-where v1.2.7 |
| 239 | 2025-09-17T00:06:13.283Z | Downloaded highway v1.3.0 |
| 240 | 2025-09-17T00:06:13.288Z | Downloaded serde_tokenstream v0.2.2 |
| 241 | 2025-09-17T00:06:13.291Z | Downloaded serde_urlencoded v0.7.1 |
| 242 | 2025-09-17T00:06:13.291Z | Downloaded schemars_derive v0.8.22 |
| 243 | 2025-09-17T00:06:13.291Z | Downloaded usdt-attr-macro v0.5.0 |
| 244 | 2025-09-17T00:06:13.294Z | Downloaded tokio-stream v0.1.17 |
| 245 | 2025-09-17T00:06:13.297Z | Downloaded instant v0.1.12 |
| 246 | 2025-09-17T00:06:13.301Z | Downloaded supports-color v3.0.1 |
| 247 | 2025-09-17T00:06:13.301Z | Downloaded is-terminal v0.4.12 |
| 248 | 2025-09-17T00:06:13.304Z | Downloaded tracing-attributes v0.1.27 |
| 249 | 2025-09-17T00:06:13.307Z | Downloaded futures-channel v0.3.31 |
| 250 | 2025-09-17T00:06:13.307Z | Downloaded scroll_derive v0.12.0 |
| 251 | 2025-09-17T00:06:13.311Z | Downloaded wyz v0.5.1 |
| 252 | 2025-09-17T00:06:13.311Z | Downloaded toml_write v0.1.2 |
| 253 | 2025-09-17T00:06:13.315Z | Downloaded semver v0.1.20 |
| 254 | 2025-09-17T00:06:13.315Z | Downloaded tabwriter v1.4.0 |
| 255 | 2025-09-17T00:06:13.315Z | Downloaded rustls-pemfile v1.0.4 |
| 256 | 2025-09-17T00:06:13.319Z | Downloaded progenitor-impl v0.9.1 |
| 257 | 2025-09-17T00:06:13.322Z | Downloaded proc-macro2 v1.0.95 |
| 258 | 2025-09-17T00:06:13.322Z | Downloaded xattr v1.3.1 |
| 259 | 2025-09-17T00:06:13.327Z | Downloaded tinyvec_macros v0.1.1 |
| 260 | 2025-09-17T00:06:13.327Z | Downloaded take_mut v0.2.2 |
| 261 | 2025-09-17T00:06:13.327Z | Downloaded sha1 v0.10.6 |
| 262 | 2025-09-17T00:06:13.330Z | Downloaded fnv v1.0.7 |
| 263 | 2025-09-17T00:06:13.330Z | Downloaded float-ord v0.3.2 |
| 264 | 2025-09-17T00:06:13.333Z | Downloaded writeable v0.5.5 |
| 265 | 2025-09-17T00:06:13.333Z | Downloaded openssl-sys v0.9.107 |
| 266 | 2025-09-17T00:06:13.337Z | Downloaded universal-hash v0.5.1 |
| 267 | 2025-09-17T00:06:13.340Z | Downloaded tokio-tungstenite v0.21.0 |
| 268 | 2025-09-17T00:06:13.344Z | Downloaded icu_provider_macros v1.5.0 |
| 269 | 2025-09-17T00:06:13.344Z | Downloaded zerofrom-derive v0.1.5 |
| 270 | 2025-09-17T00:06:13.349Z | Downloaded hyper-tls v0.6.0 |
| 271 | 2025-09-17T00:06:13.349Z | Downloaded generic-array v0.14.7 |
| 272 | 2025-09-17T00:06:13.354Z | Downloaded spin v0.9.8 |
| 273 | 2025-09-17T00:06:13.354Z | Downloaded fatfs v0.3.6 |
| 274 | 2025-09-17T00:06:13.357Z | Downloaded futures-task v0.3.31 |
| 275 | 2025-09-17T00:06:13.357Z | Downloaded ipnetwork v0.21.1 |
| 276 | 2025-09-17T00:06:13.357Z | Downloaded thiserror-impl v1.0.64 |
| 277 | 2025-09-17T00:06:13.360Z | Downloaded synstructure v0.13.1 |
| 278 | 2025-09-17T00:06:13.360Z | Downloaded synstructure v0.12.6 |
| 279 | 2025-09-17T00:06:13.365Z | Downloaded shlex v1.3.0 |
| 280 | 2025-09-17T00:06:13.365Z | Downloaded signal-hook-registry v1.4.2 |
| 281 | 2025-09-17T00:06:13.368Z | Downloaded toml_datetime v0.6.11 |
| 282 | 2025-09-17T00:06:13.368Z | Downloaded rustc-hash v2.0.0 |
| 283 | 2025-09-17T00:06:13.368Z | Downloaded ringbuffer v0.15.0 |
| 284 | 2025-09-17T00:06:13.374Z | Downloaded zeroize v1.7.0 |
| 285 | 2025-09-17T00:06:13.378Z | Downloaded fixedbitset v0.5.7 |
| 286 | 2025-09-17T00:06:13.378Z | Downloaded strum_macros v0.27.1 |
| 287 | 2025-09-17T00:06:13.378Z | Downloaded getrandom v0.2.14 |
| 288 | 2025-09-17T00:06:13.383Z | Downloaded similar v2.5.0 |
| 289 | 2025-09-17T00:06:13.387Z | Downloaded sct v0.7.1 |
| 290 | 2025-09-17T00:06:13.392Z | Downloaded mio v1.0.2 |
| 291 | 2025-09-17T00:06:13.396Z | Downloaded scopeguard v1.2.0 |
| 292 | 2025-09-17T00:06:13.396Z | Downloaded zerovec-derive v0.10.3 |
| 293 | 2025-09-17T00:06:13.400Z | Downloaded usdt v0.5.0 |
| 294 | 2025-09-17T00:06:13.400Z | Downloaded strum v0.26.3 |
| 295 | 2025-09-17T00:06:13.404Z | Downloaded libsw-core v0.3.2 |
| 296 | 2025-09-17T00:06:13.404Z | Downloaded twox-hash v2.1.0 |
| 297 | 2025-09-17T00:06:13.409Z | Downloaded structmeta v0.3.0 |
| 298 | 2025-09-17T00:06:13.409Z | Downloaded hubpack_derive v0.1.1 |
| 299 | 2025-09-17T00:06:13.410Z | Downloaded clap_builder v4.5.2 |
| 300 | 2025-09-17T00:06:13.414Z | Downloaded rustc_version v0.1.7 |
| 301 | 2025-09-17T00:06:13.421Z | Downloaded zone_cfg_derive v0.3.0 |
| 302 | 2025-09-17T00:06:13.421Z | Downloaded hyper-rustls v0.27.3 |
| 303 | 2025-09-17T00:06:13.421Z | Downloaded icu_locid_transform v1.5.0 |
| 304 | 2025-09-17T00:06:13.427Z | Downloaded serde_repr v0.1.19 |
| 305 | 2025-09-17T00:06:13.427Z | Downloaded serde_path_to_error v0.1.17 |
| 306 | 2025-09-17T00:06:13.427Z | Downloaded semver v1.0.26 |
| 307 | 2025-09-17T00:06:13.431Z | Downloaded rustc_version v0.4.0 |
| 308 | 2025-09-17T00:06:13.431Z | Downloaded zone v0.3.0 |
| 309 | 2025-09-17T00:06:13.431Z | Downloaded serde_spanned v0.6.9 |
| 310 | 2025-09-17T00:06:13.431Z | Downloaded socket2 v0.5.10 |
| 311 | 2025-09-17T00:06:13.436Z | Downloaded heapless v0.8.0 |
| 312 | 2025-09-17T00:06:13.441Z | Downloaded foreign-types-shared v0.3.1 |
| 313 | 2025-09-17T00:06:13.442Z | Downloaded foreign-types-shared v0.1.1 |
| 314 | 2025-09-17T00:06:13.442Z | Downloaded foreign-types v0.5.0 |
| 315 | 2025-09-17T00:06:13.442Z | Downloaded utf8parse v0.2.1 |
| 316 | 2025-09-17T00:06:13.446Z | Downloaded itoa v1.0.11 |
| 317 | 2025-09-17T00:06:13.446Z | Downloaded sha2 v0.10.8 |
| 318 | 2025-09-17T00:06:13.446Z | Downloaded qorb v0.2.1 |
| 319 | 2025-09-17T00:06:13.451Z | Downloaded typify-macro v0.2.0 |
| 320 | 2025-09-17T00:06:13.454Z | Downloaded thiserror v1.0.64 |
| 321 | 2025-09-17T00:06:13.458Z | Downloaded usdt-macro v0.5.0 |
| 322 | 2025-09-17T00:06:13.459Z | Downloaded foreign-types-macros v0.2.3 |
| 323 | 2025-09-17T00:06:13.459Z | Downloaded futures-sink v0.3.31 |
| 324 | 2025-09-17T00:06:13.463Z | Downloaded futures-macro v0.3.31 |
| 325 | 2025-09-17T00:06:13.463Z | Downloaded funty v2.0.0 |
| 326 | 2025-09-17T00:06:13.463Z | Downloaded httparse v1.10.1 |
| 327 | 2025-09-17T00:06:13.467Z | Downloaded static_assertions v1.1.0 |
| 328 | 2025-09-17T00:06:13.467Z | Downloaded zerocopy v0.6.6 |
| 329 | 2025-09-17T00:06:13.471Z | Downloaded uuid v1.16.0 |
| 330 | 2025-09-17T00:06:13.471Z | Downloaded ident_case v1.0.1 |
| 331 | 2025-09-17T00:06:13.477Z | Downloaded tap v1.0.1 |
| 332 | 2025-09-17T00:06:13.477Z | Downloaded httpdate v1.0.3 |
| 333 | 2025-09-17T00:06:13.477Z | Downloaded escargot v0.5.10 |
| 334 | 2025-09-17T00:06:13.481Z | Downloaded strum v0.27.1 |
| 335 | 2025-09-17T00:06:13.481Z | Downloaded errno v0.3.9 |
| 336 | 2025-09-17T00:06:13.481Z | Downloaded icu_locid_transform_data v1.5.0 |
| 337 | 2025-09-17T00:06:13.481Z | Downloaded icu_locid v1.5.0 |
| 338 | 2025-09-17T00:06:13.485Z | Downloaded slog-json v2.6.1 |
| 339 | 2025-09-17T00:06:13.488Z | Downloaded slog-dtrace v0.3.0 |
| 340 | 2025-09-17T00:06:13.491Z | Downloaded serde_arrays v0.1.0 |
| 341 | 2025-09-17T00:06:13.491Z | Downloaded utf8_iter v1.0.4 |
| 342 | 2025-09-17T00:06:13.491Z | Downloaded unicode-xid v0.2.4 |
| 343 | 2025-09-17T00:06:13.496Z | Downloaded thread_local v1.1.8 |
| 344 | 2025-09-17T00:06:13.496Z | Downloaded serde_with_macros v3.12.0 |
| 345 | 2025-09-17T00:06:13.499Z | Downloaded form_urlencoded v1.2.1 |
| 346 | 2025-09-17T00:06:13.499Z | Downloaded thiserror v2.0.12 |
| 347 | 2025-09-17T00:06:13.502Z | Downloaded tinyvec v1.6.0 |
| 348 | 2025-09-17T00:06:13.506Z | Downloaded yoke-derive v0.7.5 |
| 349 | 2025-09-17T00:06:13.506Z | Downloaded humantime v2.1.0 |
| 350 | 2025-09-17T00:06:13.511Z | Downloaded hickory-resolver v0.24.4 |
| 351 | 2025-09-17T00:06:13.516Z | Downloaded typify-macro v0.4.1 |
| 352 | 2025-09-17T00:06:13.516Z | Downloaded rustls-pemfile v2.1.3 |
| 353 | 2025-09-17T00:06:13.516Z | Downloaded zerocopy-derive v0.8.25 |
| 354 | 2025-09-17T00:06:13.520Z | Downloaded tokio-rustls v0.26.0 |
| 355 | 2025-09-17T00:06:13.524Z | Downloaded tungstenite v0.21.0 |
| 356 | 2025-09-17T00:06:13.528Z | Downloaded glob v0.3.1 |
| 357 | 2025-09-17T00:06:13.528Z | Downloaded hash32 v0.3.1 |
| 358 | 2025-09-17T00:06:13.528Z | Downloaded usdt-impl v0.5.0 |
| 359 | 2025-09-17T00:06:13.532Z | Downloaded tokio-rustls v0.25.0 |
| 360 | 2025-09-17T00:06:13.532Z | Downloaded serde_derive_internals v0.29.1 |
| 361 | 2025-09-17T00:06:13.536Z | Downloaded usdt-attr-macro v0.3.5 |
| 362 | 2025-09-17T00:06:13.536Z | Downloaded globset v0.4.14 |
| 363 | 2025-09-17T00:06:13.536Z | Downloaded libloading v0.7.4 |
| 364 | 2025-09-17T00:06:13.540Z | Downloaded utf16_iter v1.0.5 |
| 365 | 2025-09-17T00:06:13.540Z | Downloaded unicode-ident v1.0.18 |
| 366 | 2025-09-17T00:06:13.543Z | Downloaded slog-term v2.9.1 |
| 367 | 2025-09-17T00:06:13.543Z | Downloaded rand v0.8.5 |
| 368 | 2025-09-17T00:06:13.546Z | Downloaded rustls-pki-types v1.7.0 |
| 369 | 2025-09-17T00:06:13.549Z | Downloaded pest v2.7.10 |
| 370 | 2025-09-17T00:06:13.552Z | Downloaded rayon-core v1.12.1 |
| 371 | 2025-09-17T00:06:13.555Z | Downloaded aho-corasick v1.1.3 |
| 372 | 2025-09-17T00:06:13.562Z | Downloaded term v0.7.0 |
| 373 | 2025-09-17T00:06:13.565Z | Downloaded scroll v0.12.0 |
| 374 | 2025-09-17T00:06:13.565Z | Downloaded icu_provider v1.5.0 |
| 375 | 2025-09-17T00:06:13.568Z | Downloaded toml v0.7.8 |
| 376 | 2025-09-17T00:06:13.572Z | Downloaded icu_normalizer_data v1.5.0 |
| 377 | 2025-09-17T00:06:13.572Z | Downloaded typenum v1.17.0 |
| 378 | 2025-09-17T00:06:13.575Z | Downloaded icu_collections v1.5.0 |
| 379 | 2025-09-17T00:06:13.579Z | Downloaded strum_macros v0.25.3 |
| 380 | 2025-09-17T00:06:13.582Z | Downloaded indexmap v1.9.3 |
| 381 | 2025-09-17T00:06:13.587Z | Downloaded yoke v0.7.5 |
| 382 | 2025-09-17T00:06:13.587Z | Downloaded tokio-rustls v0.24.1 |
| 383 | 2025-09-17T00:06:13.592Z | Downloaded toml_edit v0.19.15 |
| 384 | 2025-09-17T00:06:13.602Z | Downloaded icu_normalizer v1.5.0 |
| 385 | 2025-09-17T00:06:13.605Z | Downloaded http v1.3.1 |
| 386 | 2025-09-17T00:06:13.610Z | Downloaded smallvec v1.13.2 |
| 387 | 2025-09-17T00:06:13.621Z | Downloaded tempfile v3.10.1 |
| 388 | 2025-09-17T00:06:13.621Z | Downloaded typify v0.4.1 |
| 389 | 2025-09-17T00:06:13.621Z | Downloaded toml v0.8.23 |
| 390 | 2025-09-17T00:06:13.621Z | Downloaded serde v1.0.219 |
| 391 | 2025-09-17T00:06:13.621Z | Downloaded tar v0.4.40 |
| 392 | 2025-09-17T00:06:13.624Z | Downloaded serde_derive v1.0.219 |
| 393 | 2025-09-17T00:06:13.629Z | Downloaded typify v0.3.0 |
| 394 | 2025-09-17T00:06:13.633Z | Downloaded test-strategy v0.4.1 |
| 395 | 2025-09-17T00:06:13.633Z | Downloaded steno v0.4.1 |
| 396 | 2025-09-17T00:06:13.637Z | Downloaded itertools v0.10.5 |
| 397 | 2025-09-17T00:06:13.641Z | Downloaded time v0.3.36 |
| 398 | 2025-09-17T00:06:13.648Z | Downloaded indexmap v2.9.0 |
| 399 | 2025-09-17T00:06:13.652Z | Downloaded hashbrown v0.15.2 |
| 400 | 2025-09-17T00:06:13.656Z | Downloaded icu_properties v1.5.1 |
| 401 | 2025-09-17T00:06:13.661Z | Downloaded slog v2.7.0 |
| 402 | 2025-09-17T00:06:13.661Z | Downloaded hashbrown v0.12.3 |
| 403 | 2025-09-17T00:06:13.664Z | Downloaded serde_yaml v0.9.34+deprecated |
| 404 | 2025-09-17T00:06:13.667Z | Downloaded itertools v0.14.0 |
| 405 | 2025-09-17T00:06:13.670Z | Downloaded hyper-util v0.1.16 |
| 406 | 2025-09-17T00:06:13.675Z | Downloaded expectorate v1.1.0 |
| 407 | 2025-09-17T00:06:13.678Z | Downloaded libm v0.2.8 |
| 408 | 2025-09-17T00:06:13.683Z | Downloaded unicode-segmentation v1.11.0 |
| 409 | 2025-09-17T00:06:13.686Z | Downloaded rayon v1.10.0 |
| 410 | 2025-09-17T00:06:13.694Z | Downloaded quinn-proto v0.11.8 |
| 411 | 2025-09-17T00:06:13.699Z | Downloaded tokio-util v0.7.11 |
| 412 | 2025-09-17T00:06:13.704Z | Downloaded rustls-webpki v0.102.4 |
| 413 | 2025-09-17T00:06:13.719Z | Downloaded hyper v1.6.0 |
| 414 | 2025-09-17T00:06:13.725Z | Downloaded proptest v1.5.0 |
| 415 | 2025-09-17T00:06:13.734Z | Downloaded serde_with v3.12.0 |
| 416 | 2025-09-17T00:06:13.741Z | Downloaded idna v1.0.3 |
| 417 | 2025-09-17T00:06:13.744Z | Downloaded rustls-webpki v0.101.7 |
| 418 | 2025-09-17T00:06:13.768Z | Downloaded goblin v0.8.2 |
| 419 | 2025-09-17T00:06:13.773Z | Downloaded webpki-roots v0.26.3 |
| 420 | 2025-09-17T00:06:13.776Z | Downloaded futures-util v0.3.31 |
| 421 | 2025-09-17T00:06:13.791Z | Downloaded serde_json v1.0.140 |
| 422 | 2025-09-17T00:06:13.795Z | Downloaded vcpkg v0.2.15 |
| 423 | 2025-09-17T00:06:13.831Z | Downloaded zerovec v0.10.4 |
| 424 | 2025-09-17T00:06:13.835Z | Downloaded syn v1.0.109 |
| 425 | 2025-09-17T00:06:13.847Z | Downloaded icu_properties_data v1.5.0 |
| 426 | 2025-09-17T00:06:13.854Z | Downloaded unicode-width v0.1.14 |
| 427 | 2025-09-17T00:06:13.859Z | Downloaded smoltcp v0.11.0 |
| 428 | 2025-09-17T00:06:13.870Z | Downloaded git2 v0.19.0 |
| 429 | 2025-09-17T00:06:13.877Z | Downloaded zerocopy v0.8.25 |
| 430 | 2025-09-17T00:06:13.901Z | Downloaded syn v2.0.101 |
| 431 | 2025-09-17T00:06:13.909Z | Downloaded nix v0.29.0 |
| 432 | 2025-09-17T00:06:13.918Z | Downloaded regex v1.11.1 |
| 433 | 2025-09-17T00:06:13.930Z | Downloaded rustix v0.38.34 |
| 434 | 2025-09-17T00:06:13.950Z | Downloaded rustls v0.21.12 |
| 435 | 2025-09-17T00:06:13.959Z | Downloaded regress v0.10.3 |
| 436 | 2025-09-17T00:06:13.966Z | Downloaded dropshot v0.16.2 |
| 437 | 2025-09-17T00:06:13.986Z | Downloaded regex-syntax v0.8.5 |
| 438 | 2025-09-17T00:06:13.995Z | Downloaded typify-impl v0.4.1 |
| 439 | 2025-09-17T00:06:14.002Z | Downloaded zerocopy-derive v0.6.6 |
| 440 | 2025-09-17T00:06:14.010Z | Downloaded rustls v0.22.4 |
| 441 | 2025-09-17T00:06:14.024Z | Downloaded hickory-proto v0.24.4 |
| 442 | 2025-09-17T00:06:14.035Z | Downloaded zerocopy-derive v0.2.0 |
| 443 | 2025-09-17T00:06:14.041Z | Downloaded bstr v1.9.1 |
| 444 | 2025-09-17T00:06:14.051Z | Downloaded typify-impl v0.3.0 |
| 445 | 2025-09-17T00:06:14.061Z | Downloaded openssl v0.10.72 |
| 446 | 2025-09-17T00:06:14.068Z | Downloaded rustls v0.23.10 |
| 447 | 2025-09-17T00:06:14.094Z | Downloaded typify-impl v0.2.0 |
| 448 | 2025-09-17T00:06:14.098Z | Downloaded reqwest v0.12.7 |
| 449 | 2025-09-17T00:06:14.103Z | Downloaded chrono v0.4.41 |
| 450 | 2025-09-17T00:06:14.108Z | Downloaded zerocopy v0.7.34 |
| 451 | 2025-09-17T00:06:14.120Z | Downloaded winnow v0.7.12 |
| 452 | 2025-09-17T00:06:14.125Z | Downloaded h2 v0.4.6 |
| 453 | 2025-09-17T00:06:14.130Z | Downloaded winnow v0.5.40 |
| 454 | 2025-09-17T00:06:14.138Z | Downloaded itertools v0.13.0 |
| 455 | 2025-09-17T00:06:14.146Z | Downloaded regex-automata v0.4.9 |
| 456 | 2025-09-17T00:06:14.156Z | Downloaded thread-id v4.2.1 |
| 457 | 2025-09-17T00:06:14.163Z | Downloaded terminal_size v0.3.0 |
| 458 | 2025-09-17T00:06:14.163Z | Downloaded hubpack v0.1.2 |
| 459 | 2025-09-17T00:06:14.163Z | Downloaded ron v0.8.1 |
| 460 | 2025-09-17T00:06:14.167Z | Downloaded typify v0.2.0 |
| 461 | 2025-09-17T00:06:14.167Z | Downloaded rand v0.9.0 |
| 462 | 2025-09-17T00:06:14.172Z | Downloaded petgraph v0.6.5 |
| 463 | 2025-09-17T00:06:14.187Z | Downloaded inout v0.1.3 |
| 464 | 2025-09-17T00:06:14.191Z | Downloaded petgraph v0.7.1 |
| 465 | 2025-09-17T00:06:14.201Z | Downloaded serde-big-array v0.5.1 |
| 466 | 2025-09-17T00:06:14.208Z | Downloaded slog-bunyan v2.5.0 |
| 467 | 2025-09-17T00:06:14.208Z | Downloaded slog-async v2.8.0 |
| 468 | 2025-09-17T00:06:14.208Z | Downloaded lazy_static v1.5.0 |
| 469 | 2025-09-17T00:06:14.213Z | Downloaded erased-serde v0.4.5 |
| 470 | 2025-09-17T00:06:14.213Z | Downloaded usdt-macro v0.3.5 |
| 471 | 2025-09-17T00:06:14.213Z | Downloaded thiserror-impl v2.0.12 |
| 472 | 2025-09-17T00:06:14.213Z | Downloaded tracing v0.1.40 |
| 473 | 2025-09-17T00:06:14.221Z | Downloaded toml_edit v0.22.27 |
| 474 | 2025-09-17T00:06:14.226Z | Downloaded prettyplease v0.2.31 |
| 475 | 2025-09-17T00:06:14.226Z | Downloaded zerocopy v0.3.2 |
| 476 | 2025-09-17T00:06:14.226Z | Downloaded strsim v0.11.1 |
| 477 | 2025-09-17T00:06:14.226Z | Downloaded smf v0.2.3 |
| 478 | 2025-09-17T00:06:14.226Z | Downloaded litemap v0.7.4 |
| 479 | 2025-09-17T00:06:14.229Z | Downloaded schemars v0.8.22 |
| 480 | 2025-09-17T00:06:14.235Z | Downloaded cc v1.2.17 |
| 481 | 2025-09-17T00:06:14.238Z | Downloaded url v2.5.4 |
| 482 | 2025-09-17T00:06:14.243Z | Downloaded structmeta-derive v0.3.0 |
| 483 | 2025-09-17T00:06:14.243Z | Downloaded libsw v3.5.0 |
| 484 | 2025-09-17T00:06:14.246Z | Downloaded libc v0.2.171 |
| 485 | 2025-09-17T00:06:14.265Z | Downloaded tokio v1.46.1 |
| 486 | 2025-09-17T00:06:14.294Z | Downloaded kstat-rs v0.2.4 |
| 487 | 2025-09-17T00:06:14.305Z | Downloaded jobserver v0.1.31 |
| 488 | 2025-09-17T00:06:14.305Z | Downloaded strum_macros v0.26.4 |
| 489 | 2025-09-17T00:06:14.313Z | Downloaded crossbeam-channel v0.5.15 |
| 490 | 2025-09-17T00:06:14.313Z | Downloaded const_format v0.2.32 |
| 491 | 2025-09-17T00:06:14.313Z | Downloaded getrandom v0.3.2 |
| 492 | 2025-09-17T00:06:14.317Z | Downloaded iana-time-zone v0.1.60 |
| 493 | 2025-09-17T00:06:14.317Z | Downloaded linked-hash-map v0.5.6 |
| 494 | 2025-09-17T00:06:14.317Z | Downloaded usdt v0.3.5 |
| 495 | 2025-09-17T00:06:14.317Z | Downloaded tracing-core v0.1.32 |
| 496 | 2025-09-17T00:06:14.317Z | Downloaded typify-macro v0.3.0 |
| 497 | 2025-09-17T00:06:14.323Z | Downloaded encoding_rs v0.8.34 |
| 498 | 2025-09-17T00:06:14.337Z | Downloaded ryu v1.0.18 |
| 499 | 2025-09-17T00:06:14.342Z | Downloaded bytes v1.10.1 |
| 500 | 2025-09-17T00:06:14.347Z | Downloaded ipnet v2.9.0 |
| 501 | 2025-09-17T00:06:14.347Z | Downloaded http-body-util v0.1.3 |
| 502 | 2025-09-17T00:06:14.347Z | Downloaded foldhash v0.1.5 |
| 503 | 2025-09-17T00:06:14.347Z | Downloaded quinn v0.11.5 |
| 504 | 2025-09-17T00:06:14.355Z | Downloaded futures v0.3.31 |
| 505 | 2025-09-17T00:06:14.361Z | Downloaded unsafe-libyaml v0.2.11 |
| 506 | 2025-09-17T00:06:14.361Z | Downloaded ucd-trie v0.1.6 |
| 507 | 2025-09-17T00:06:14.361Z | Downloaded whoami v1.5.1 |
| 508 | 2025-09-17T00:06:14.361Z | Downloaded resolv-conf v0.7.0 |
| 509 | 2025-09-17T00:06:14.366Z | Downloaded usdt-impl v0.3.5 |
| 510 | 2025-09-17T00:06:14.366Z | Downloaded vergen v8.3.2 |
| 511 | 2025-09-17T00:06:14.366Z | Downloaded time-macros v0.2.18 |
| 512 | 2025-09-17T00:06:14.366Z | Downloaded progenitor-impl v0.10.0 |
| 513 | 2025-09-17T00:06:14.370Z | Downloaded derive_more v0.99.19 |
| 514 | 2025-09-17T00:06:14.376Z | Downloaded dropshot_endpoint v0.16.2 |
| 515 | 2025-09-17T00:06:14.383Z | Downloaded tokio-macros v2.5.0 |
| 516 | 2025-09-17T00:06:14.383Z | Downloaded tokio-dtrace v0.1.1 |
| 517 | 2025-09-17T00:06:14.383Z | Downloaded darling_core v0.20.9 |
| 518 | 2025-09-17T00:06:14.395Z | Downloaded supports-color v2.1.0 |
| 519 | 2025-09-17T00:06:14.395Z | Downloaded subtle v2.5.0 |
| 520 | 2025-09-17T00:06:14.395Z | Downloaded slab v0.4.9 |
| 521 | 2025-09-17T00:06:14.395Z | Downloaded crossbeam-epoch v0.9.18 |
| 522 | 2025-09-17T00:06:14.395Z | Downloaded stable_deref_trait v1.2.0 |
| 523 | 2025-09-17T00:06:14.395Z | Downloaded dtrace-parser v0.1.14 |
| 524 | 2025-09-17T00:06:14.399Z | Downloaded zerocopy-derive v0.7.34 |
| 525 | 2025-09-17T00:06:14.399Z | Downloaded serde_tokenstream v0.1.7 |
| 526 | 2025-09-17T00:06:14.399Z | Downloaded crossbeam-utils v0.8.19 |
| 527 | 2025-09-17T00:06:14.400Z | Downloaded progenitor-impl v0.8.0 |
| 528 | 2025-09-17T00:06:14.400Z | Downloaded memchr v2.7.2 |
| 529 | 2025-09-17T00:06:14.403Z | Downloaded linear-map v1.2.0 |
| 530 | 2025-09-17T00:06:14.406Z | Downloaded heck v0.5.0 |
| 531 | 2025-09-17T00:06:14.406Z | Downloaded pest_derive v2.7.10 |
| 532 | 2025-09-17T00:06:14.411Z | Downloaded password-hash v0.5.0 |
| 533 | 2025-09-17T00:06:14.411Z | Downloaded data-encoding v2.6.0 |
| 534 | 2025-09-17T00:06:14.411Z | Downloaded base64 v0.21.7 |
| 535 | 2025-09-17T00:06:14.414Z | Downloaded clap v4.5.4 |
| 536 | 2025-09-17T00:06:14.420Z | Downloaded cargo_metadata v0.18.1 |
| 537 | 2025-09-17T00:06:14.424Z | Downloaded ring v0.17.14 |
| 538 | 2025-09-17T00:06:14.455Z | Downloaded progenitor-client v0.10.0 |
| 539 | 2025-09-17T00:06:14.459Z | Downloaded postcard v1.0.9 |
| 540 | 2025-09-17T00:06:14.459Z | Downloaded hex v0.4.3 |
| 541 | 2025-09-17T00:06:14.464Z | Downloaded heck v0.4.1 |
| 542 | 2025-09-17T00:06:14.464Z | Downloaded futures-io v0.3.31 |
| 543 | 2025-09-17T00:06:14.465Z | Downloaded daft-derive v0.1.2 |
| 544 | 2025-09-17T00:06:14.468Z | Downloaded colored v3.0.0 |
| 545 | 2025-09-17T00:06:14.468Z | Downloaded camino v1.1.9 |
| 546 | 2025-09-17T00:06:14.468Z | Downloaded futures-core v0.3.31 |
| 547 | 2025-09-17T00:06:14.471Z | Downloaded unarray v0.1.4 |
| 548 | 2025-09-17T00:06:14.471Z | Downloaded rand_core v0.9.3 |
| 549 | 2025-09-17T00:06:14.471Z | Downloaded proc-macro-error v1.0.4 |
| 550 | 2025-09-17T00:06:14.475Z | Downloaded sync_wrapper v1.0.1 |
| 551 | 2025-09-17T00:06:14.478Z | Downloaded filetime v0.2.23 |
| 552 | 2025-09-17T00:06:14.478Z | Downloaded fastrand v2.1.0 |
| 553 | 2025-09-17T00:06:14.481Z | Downloaded wait-timeout v0.2.0 |
| 554 | 2025-09-17T00:06:14.481Z | Downloaded version_check v0.9.5 |
| 555 | 2025-09-17T00:06:14.481Z | Downloaded utf-8 v0.7.6 |
| 556 | 2025-09-17T00:06:14.484Z | Downloaded pest_meta v2.7.10 |
| 557 | 2025-09-17T00:06:14.484Z | Downloaded pest_generator v2.7.10 |
| 558 | 2025-09-17T00:06:14.488Z | Downloaded fixedbitset v0.4.2 |
| 559 | 2025-09-17T00:06:14.488Z | Downloaded const_format_proc_macros v0.2.32 |
| 560 | 2025-09-17T00:06:14.491Z | Downloaded cobs v0.2.3 |
| 561 | 2025-09-17T00:06:14.491Z | Downloaded cipher v0.4.4 |
| 562 | 2025-09-17T00:06:14.491Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 563 | 2025-09-17T00:06:14.536Z | Downloaded rand_chacha v0.3.1 |
| 564 | 2025-09-17T00:06:14.539Z | Downloaded quote v1.0.40 |
| 565 | 2025-09-17T00:06:14.539Z | Downloaded progenitor-macro v0.9.1 |
| 566 | 2025-09-17T00:06:14.539Z | Downloaded powerfmt v0.2.0 |
| 567 | 2025-09-17T00:06:14.542Z | Downloaded plain v0.2.3 |
| 568 | 2025-09-17T00:06:14.542Z | Downloaded multer v3.1.0 |
| 569 | 2025-09-17T00:06:14.545Z | Downloaded dirs-sys-next v0.1.2 |
| 570 | 2025-09-17T00:06:14.545Z | Downloaded clap_lex v0.7.0 |
| 571 | 2025-09-17T00:06:14.546Z | Downloaded progenitor-client v0.9.1 |
| 572 | 2025-09-17T00:06:14.546Z | Downloaded progenitor v0.8.0 |
| 573 | 2025-09-17T00:06:14.549Z | Downloaded proc-macro-error-attr v1.0.4 |
| 574 | 2025-09-17T00:06:14.549Z | Downloaded pin-project-lite v0.2.14 |
| 575 | 2025-09-17T00:06:14.552Z | Downloaded defmt-parser v0.3.4 |
| 576 | 2025-09-17T00:06:14.552Z | Downloaded cookie v0.18.1 |
| 577 | 2025-09-17T00:06:14.555Z | Downloaded want v0.3.1 |
| 578 | 2025-09-17T00:06:14.555Z | Downloaded rand_xorshift v0.3.0 |
| 579 | 2025-09-17T00:06:14.559Z | Downloaded rand_chacha v0.9.0 |
| 580 | 2025-09-17T00:06:14.559Z | Downloaded quick-error v1.2.3 |
| 581 | 2025-09-17T00:06:14.559Z | Downloaded progenitor-client v0.8.0 |
| 582 | 2025-09-17T00:06:14.559Z | Downloaded paste v1.0.15 |
| 583 | 2025-09-17T00:06:14.566Z | Downloaded oxnet v0.1.1 |
| 584 | 2025-09-17T00:06:14.567Z | Downloaded owo-colors v4.2.0 |
| 585 | 2025-09-17T00:06:14.569Z | Downloaded bincode v1.3.3 |
| 586 | 2025-09-17T00:06:14.569Z | Downloaded crossbeam-deque v0.8.5 |
| 587 | 2025-09-17T00:06:14.570Z | Downloaded cfg-if v1.0.0 |
| 588 | 2025-09-17T00:06:14.570Z | Downloaded cargo-platform v0.1.8 |
| 589 | 2025-09-17T00:06:14.573Z | Downloaded camino-tempfile v1.1.1 |
| 590 | 2025-09-17T00:06:14.573Z | Downloaded bit-vec v0.6.3 |
| 591 | 2025-09-17T00:06:14.573Z | Downloaded autocfg v1.3.0 |
| 592 | 2025-09-17T00:06:14.576Z | Downloaded progenitor v0.10.0 |
| 593 | 2025-09-17T00:06:14.576Z | Downloaded progenitor v0.9.1 |
| 594 | 2025-09-17T00:06:14.576Z | Downloaded percent-encoding v2.3.1 |
| 595 | 2025-09-17T00:06:14.580Z | Downloaded oxide-tokio-rt v0.1.2 |
| 596 | 2025-09-17T00:06:14.580Z | Downloaded num_enum v0.7.3 |
| 597 | 2025-09-17T00:06:14.583Z | Downloaded either v1.15.0 |
| 598 | 2025-09-17T00:06:14.587Z | Downloaded ctr v0.9.2 |
| 599 | 2025-09-17T00:06:14.587Z | Downloaded num-iter v0.1.45 |
| 600 | 2025-09-17T00:06:14.587Z | Downloaded num v0.4.3 |
| 601 | 2025-09-17T00:06:14.594Z | Downloaded darling_macro v0.20.9 |
| 602 | 2025-09-17T00:06:14.594Z | Downloaded cstr-argument v0.1.2 |
| 603 | 2025-09-17T00:06:14.594Z | Downloaded crucible-workspace-hack v0.1.0 |
| 604 | 2025-09-17T00:06:14.594Z | Downloaded cfg_aliases v0.1.1 |
| 605 | 2025-09-17T00:06:14.601Z | Downloaded atomicwrites v0.4.4 |
| 606 | 2025-09-17T00:06:14.601Z | Downloaded debug-ignore v1.0.5 |
| 607 | 2025-09-17T00:06:14.601Z | Downloaded daft v0.1.2 |
| 608 | 2025-09-17T00:06:14.601Z | Downloaded bit_field v0.10.2 |
| 609 | 2025-09-17T00:06:14.601Z | Downloaded bit-set v0.5.3 |
| 610 | 2025-09-17T00:06:14.601Z | Downloaded cfg_aliases v0.2.1 |
| 611 | 2025-09-17T00:06:14.601Z | Downloaded backoff v0.4.0 |
| 612 | 2025-09-17T00:06:14.606Z | Downloaded dtrace-parser v0.2.0 |
| 613 | 2025-09-17T00:06:14.606Z | Downloaded dof v0.3.0 |
| 614 | 2025-09-17T00:06:14.606Z | Downloaded crypto-common v0.1.6 |
| 615 | 2025-09-17T00:06:14.606Z | Downloaded openssl-macros v0.1.1 |
| 616 | 2025-09-17T00:06:14.606Z | Downloaded num_threads v0.1.7 |
| 617 | 2025-09-17T00:06:14.606Z | Downloaded num_enum_derive v0.5.11 |
| 618 | 2025-09-17T00:06:14.606Z | Downloaded memmap v0.7.0 |
| 619 | 2025-09-17T00:06:14.606Z | Downloaded opaque-debug v0.3.1 |
| 620 | 2025-09-17T00:06:14.610Z | Downloaded num-traits v0.2.19 |
| 621 | 2025-09-17T00:06:14.611Z | Downloaded num-integer v0.1.46 |
| 622 | 2025-09-17T00:06:14.611Z | Downloaded native-tls v0.2.11 |
| 623 | 2025-09-17T00:06:14.615Z | Downloaded fakedata_generator v0.5.0 |
| 624 | 2025-09-17T00:06:14.650Z | Downloaded num_enum_derive v0.7.3 |
| 625 | 2025-09-17T00:06:14.656Z | Downloaded num-rational v0.4.2 |
| 626 | 2025-09-17T00:06:14.656Z | Downloaded num-derive v0.4.2 |
| 627 | 2025-09-17T00:06:14.656Z | Downloaded num-conv v0.1.0 |
| 628 | 2025-09-17T00:06:14.656Z | Downloaded newline-converter v0.3.0 |
| 629 | 2025-09-17T00:06:14.660Z | Downloaded ctrlc v3.4.4 |
| 630 | 2025-09-17T00:06:14.660Z | Downloaded colorchoice v1.0.1 |
| 631 | 2025-09-17T00:06:14.660Z | Downloaded clap_derive v4.5.4 |
| 632 | 2025-09-17T00:06:14.660Z | Downloaded ascii v1.1.0 |
| 633 | 2025-09-17T00:06:14.661Z | Downloaded bitflags v2.6.0 |
| 634 | 2025-09-17T00:06:14.665Z | Downloaded bitflags v1.3.2 |
| 635 | 2025-09-17T00:06:14.668Z | Downloaded async-stream-impl v0.3.6 |
| 636 | 2025-09-17T00:06:14.668Z | Downloaded aead v0.5.2 |
| 637 | 2025-09-17T00:06:14.668Z | Downloaded anyhow v1.0.97 |
| 638 | 2025-09-17T00:06:14.671Z | Downloaded num-complex v0.4.6 |
| 639 | 2025-09-17T00:06:14.671Z | Downloaded dof v0.1.5 |
| 640 | 2025-09-17T00:06:14.672Z | Downloaded defmt v0.3.8 |
| 641 | 2025-09-17T00:06:14.675Z | Downloaded block-buffer v0.10.4 |
| 642 | 2025-09-17T00:06:14.678Z | Downloaded bitvec v1.0.1 |
| 643 | 2025-09-17T00:06:14.688Z | Downloaded bitstruct v0.1.1 |
| 644 | 2025-09-17T00:06:14.692Z | Downloaded base64 v0.22.1 |
| 645 | 2025-09-17T00:06:14.696Z | Downloaded argon2 v0.5.3 |
| 646 | 2025-09-17T00:06:14.696Z | Downloaded allocator-api2 v0.2.18 |
| 647 | 2025-09-17T00:06:14.699Z | Downloaded macaddr v1.0.1 |
| 648 | 2025-09-17T00:06:14.746Z | Downloaded libz-sys v1.1.16 |
| 649 | 2025-09-17T00:06:14.999Z | Compiling proc-macro2 v1.0.95 |
| 650 | 2025-09-17T00:06:14.999Z | Compiling unicode-ident v1.0.18 |
| 651 | 2025-09-17T00:06:15.003Z | Compiling libc v0.2.171 |
| 652 | 2025-09-17T00:06:15.003Z | Compiling serde v1.0.219 |
| 653 | 2025-09-17T00:06:15.003Z | Compiling autocfg v1.3.0 |
| 654 | 2025-09-17T00:06:15.003Z | Checking cfg-if v1.0.0 |
| 655 | 2025-09-17T00:06:15.003Z | Compiling serde_json v1.0.140 |
| 656 | 2025-09-17T00:06:15.003Z | Compiling memchr v2.7.2 |
| 657 | 2025-09-17T00:06:15.382Z | Compiling libm v0.2.8 |
| 658 | 2025-09-17T00:06:15.757Z | Compiling itoa v1.0.11 |
| 659 | 2025-09-17T00:06:15.965Z | Compiling version_check v0.9.5 |
| 660 | 2025-09-17T00:06:16.103Z | Compiling semver v1.0.26 |
| 661 | 2025-09-17T00:06:16.181Z | Compiling thiserror v1.0.64 |
| 662 | 2025-09-17T00:06:16.311Z | Compiling ryu v1.0.18 |
| 663 | 2025-09-17T00:06:16.358Z | Compiling shlex v1.3.0 |
| 664 | 2025-09-17T00:06:16.452Z | Compiling lock_api v0.4.12 |
| 665 | 2025-09-17T00:06:16.612Z | Compiling parking_lot_core v0.9.10 |
| 666 | 2025-09-17T00:06:16.695Z | Compiling schemars v0.8.22 |
| 667 | 2025-09-17T00:06:16.948Z | Compiling allocator-api2 v0.2.18 |
| 668 | 2025-09-17T00:06:16.969Z | Compiling equivalent v1.0.1 |
| 669 | 2025-09-17T00:06:17.092Z | Compiling foldhash v0.1.5 |
| 670 | 2025-09-17T00:06:17.096Z | Compiling once_cell v1.19.0 |
| 671 | 2025-09-17T00:06:17.149Z | Compiling quote v1.0.40 |
| 672 | 2025-09-17T00:06:17.172Z | Compiling jobserver v0.1.31 |
| 673 | 2025-09-17T00:06:17.172Z | Compiling log v0.4.27 |
| 674 | 2025-09-17T00:06:17.315Z | Compiling heck v0.5.0 |
| 675 | 2025-09-17T00:06:17.385Z | Compiling num-traits v0.2.19 |
| 676 | 2025-09-17T00:06:17.500Z | Compiling syn v2.0.101 |
| 677 | 2025-09-17T00:06:17.528Z | Checking getrandom v0.2.14 |
| 678 | 2025-09-17T00:06:17.589Z | Compiling cc v1.2.17 |
| 679 | 2025-09-17T00:06:17.613Z | Compiling hashbrown v0.15.2 |
| 680 | 2025-09-17T00:06:17.709Z | Compiling slab v0.4.9 |
| 681 | 2025-09-17T00:06:17.756Z | Checking pin-project-lite v0.2.14 |
| 682 | 2025-09-17T00:06:17.811Z | Checking smallvec v1.13.2 |
| 683 | 2025-09-17T00:06:18.271Z | Compiling fnv v1.0.7 |
| 684 | 2025-09-17T00:06:18.291Z | Checking scopeguard v1.2.0 |
| 685 | 2025-09-17T00:06:18.432Z | Compiling getrandom v0.3.2 |
| 686 | 2025-09-17T00:06:18.857Z | Compiling pkg-config v0.3.30 |
| 687 | 2025-09-17T00:06:18.876Z | Checking signal-hook-registry v1.4.2 |
| 688 | 2025-09-17T00:06:19.062Z | Checking parking_lot v0.12.2 |
| 689 | 2025-09-17T00:06:19.372Z | Checking socket2 v0.5.10 |
| 690 | 2025-09-17T00:06:19.426Z | Checking mio v1.0.2 |
| 691 | 2025-09-17T00:06:19.864Z | Compiling vcpkg v0.2.15 |
| 692 | 2025-09-17T00:06:20.373Z | Checking iana-time-zone v0.1.60 |
| 693 | 2025-09-17T00:06:20.474Z | Compiling dyn-clone v1.0.17 |
| 694 | 2025-09-17T00:06:20.538Z | Compiling httparse v1.10.1 |
| 695 | 2025-09-17T00:06:20.714Z | Compiling regex-syntax v0.8.5 |
| 696 | 2025-09-17T00:06:20.867Z | Compiling thiserror v2.0.12 |
| 697 | 2025-09-17T00:06:20.890Z | Compiling ring v0.17.14 |
| 698 | 2025-09-17T00:06:20.919Z | Compiling aho-corasick v1.1.3 |
| 699 | 2025-09-17T00:06:21.202Z | Checking futures-core v0.3.31 |
| 700 | 2025-09-17T00:06:21.292Z | Compiling typenum v1.17.0 |
| 701 | 2025-09-17T00:06:21.699Z | Compiling generic-array v0.14.7 |
| 702 | 2025-09-17T00:06:21.748Z | Checking stable_deref_trait v1.2.0 |
| 703 | 2025-09-17T00:06:21.832Z | Compiling regress v0.10.3 |
| 704 | 2025-09-17T00:06:21.897Z | Checking rand_core v0.6.4 |
| 705 | 2025-09-17T00:06:22.193Z | Checking futures-sink v0.3.31 |
| 706 | 2025-09-17T00:06:22.326Z | Compiling openssl-sys v0.9.107 |
| 707 | 2025-09-17T00:06:22.346Z | Checking byteorder v1.5.0 |
| 708 | 2025-09-17T00:06:22.895Z | Compiling ucd-trie v0.1.6 |
| 709 | 2025-09-17T00:06:23.278Z | Checking subtle v2.5.0 |
| 710 | 2025-09-17T00:06:23.463Z | Checking futures-channel v0.3.31 |
| 711 | 2025-09-17T00:06:23.507Z | Compiling rustversion v1.0.17 |
| 712 | 2025-09-17T00:06:23.592Z | Checking futures-task v0.3.31 |
| 713 | 2025-09-17T00:06:23.777Z | Checking futures-io v0.3.31 |
| 714 | 2025-09-17T00:06:23.827Z | Checking pin-utils v0.1.0 |
| 715 | 2025-09-17T00:06:23.928Z | Compiling openssl v0.10.72 |
| 716 | 2025-09-17T00:06:23.954Z | Compiling slog v2.7.0 |
| 717 | 2025-09-17T00:06:24.099Z | Compiling regex-automata v0.4.9 |
| 718 | 2025-09-17T00:06:24.354Z | Compiling serde_derive_internals v0.29.1 |
| 719 | 2025-09-17T00:06:24.378Z | Compiling synstructure v0.13.1 |
| 720 | 2025-09-17T00:06:24.518Z | Compiling rustix v0.38.34 |
| 721 | 2025-09-17T00:06:25.590Z | Compiling rustls v0.23.10 |
| 722 | 2025-09-17T00:06:25.630Z | Compiling native-tls v0.2.11 |
| 723 | 2025-09-17T00:06:26.076Z | Checking percent-encoding v2.3.1 |
| 724 | 2025-09-17T00:06:26.096Z | Checking tracing-core v0.1.32 |
| 725 | 2025-09-17T00:06:26.296Z | Checking writeable v0.5.5 |
| 726 | 2025-09-17T00:06:26.326Z | Checking litemap v0.7.4 |
| 727 | 2025-09-17T00:06:26.345Z | Checking untrusted v0.9.0 |
| 728 | 2025-09-17T00:06:26.637Z | Checking icu_locid_transform_data v1.5.0 |
| 729 | 2025-09-17T00:06:26.667Z | Checking ppv-lite86 v0.2.17 |
| 730 | 2025-09-17T00:06:26.695Z | Compiling syn v1.0.109 |
| 731 | 2025-09-17T00:06:26.728Z | Checking form_urlencoded v1.2.1 |
| 732 | 2025-09-17T00:06:27.240Z | Compiling thread-id v4.2.1 |
| 733 | 2025-09-17T00:06:27.286Z | Compiling anyhow v1.0.97 |
| 734 | 2025-09-17T00:06:27.361Z | Checking rustls-pki-types v1.7.0 |
| 735 | 2025-09-17T00:06:27.383Z | Checking icu_properties_data v1.5.0 |
| 736 | 2025-09-17T00:06:27.748Z | Compiling regex v1.11.1 |
| 737 | 2025-09-17T00:06:27.957Z | Compiling serde_derive v1.0.219 |
| 738 | 2025-09-17T00:06:28.303Z | Compiling thiserror-impl v1.0.64 |
| 739 | 2025-09-17T00:06:28.359Z | Compiling schemars_derive v0.8.22 |
| 740 | 2025-09-17T00:06:28.615Z | Compiling tokio-macros v2.5.0 |
| 741 | 2025-09-17T00:06:28.663Z | Compiling zerofrom-derive v0.1.5 |
| 742 | 2025-09-17T00:06:30.079Z | Compiling yoke-derive v0.7.5 |
| 743 | 2025-09-17T00:06:30.177Z | Compiling zerovec-derive v0.10.3 |
| 744 | 2025-09-17T00:06:30.568Z | Compiling displaydoc v0.2.5 |
| 745 | 2025-09-17T00:06:30.917Z | Compiling futures-macro v0.3.31 |
| 746 | 2025-09-17T00:06:31.034Z | Compiling icu_provider_macros v1.5.0 |
| 747 | 2025-09-17T00:06:31.775Z | Compiling thiserror-impl v2.0.12 |
| 748 | 2025-09-17T00:06:31.973Z | Compiling pest v2.7.10 |
| 749 | 2025-09-17T00:06:32.118Z | Checking zerofrom v0.1.5 |
| 750 | 2025-09-17T00:06:32.323Z | Compiling openssl-macros v0.1.1 |
| 751 | 2025-09-17T00:06:32.353Z | Checking yoke v0.7.5 |
| 752 | 2025-09-17T00:06:32.495Z | Compiling tracing-attributes v0.1.27 |
| 753 | 2025-09-17T00:06:32.601Z | Checking futures-util v0.3.31 |
| 754 | 2025-09-17T00:06:32.680Z | Checking zerovec v0.10.4 |
| 755 | 2025-09-17T00:06:34.195Z | Checking tinystr v0.7.6 |
| 756 | 2025-09-17T00:06:34.530Z | Compiling pest_meta v2.7.10 |
| 757 | 2025-09-17T00:06:34.732Z | Checking icu_locid v1.5.0 |
| 758 | 2025-09-17T00:06:35.354Z | Checking tracing v0.1.40 |
| 759 | 2025-09-17T00:06:35.375Z | Compiling scroll_derive v0.12.0 |
| 760 | 2025-09-17T00:06:35.641Z | Checking icu_provider v1.5.0 |
| 761 | 2025-09-17T00:06:35.661Z | Checking icu_collections v1.5.0 |
| 762 | 2025-09-17T00:06:36.255Z | Compiling pest_generator v2.7.10 |
| 763 | 2025-09-17T00:06:36.326Z | Checking icu_locid_transform v1.5.0 |
| 764 | 2025-09-17T00:06:36.751Z | Compiling zerocopy-derive v0.7.34 |
| 765 | 2025-09-17T00:06:37.022Z | Checking base64 v0.22.1 |
| 766 | 2025-09-17T00:06:37.157Z | Compiling time-core v0.1.2 |
| 767 | 2025-09-17T00:06:37.310Z | Checking icu_properties v1.5.1 |
| 768 | 2025-09-17T00:06:37.358Z | Compiling num-conv v0.1.0 |
| 769 | 2025-09-17T00:06:37.509Z | Checking write16 v1.0.0 |
| 770 | 2025-09-17T00:06:37.642Z | Checking icu_normalizer_data v1.5.0 |
| 771 | 2025-09-17T00:06:37.664Z | Checking utf16_iter v1.0.5 |
| 772 | 2025-09-17T00:06:37.754Z | Checking utf8_iter v1.0.4 |
| 773 | 2025-09-17T00:06:37.775Z | Compiling time-macros v0.2.18 |
| 774 | 2025-09-17T00:06:38.003Z | Compiling pest_derive v2.7.10 |
| 775 | 2025-09-17T00:06:38.022Z | Checking crypto-common v0.1.6 |
| 776 | 2025-09-17T00:06:38.043Z | Checking ipnet v2.9.0 |
| 777 | 2025-09-17T00:06:38.217Z | Compiling strsim v0.11.1 |
| 778 | 2025-09-17T00:06:38.566Z | Checking zeroize v1.7.0 |
| 779 | 2025-09-17T00:06:38.817Z | Checking atomic-waker v1.1.2 |
| 780 | 2025-09-17T00:06:38.817Z | Checking rustls-webpki v0.102.4 |
| 781 | 2025-09-17T00:06:38.857Z | Checking try-lock v0.2.5 |
| 782 | 2025-09-17T00:06:38.880Z | Compiling scroll v0.12.0 |
| 783 | 2025-09-17T00:06:38.926Z | Checking bytes v1.10.1 |
| 784 | 2025-09-17T00:06:39.000Z | Checking bitflags v2.6.0 |
| 785 | 2025-09-17T00:06:39.319Z | Checking chrono v0.4.41 |
| 786 | 2025-09-17T00:06:39.415Z | Checking uuid v1.16.0 |
| 787 | 2025-09-17T00:06:40.012Z | Checking tokio v1.46.1 |
| 788 | 2025-09-17T00:06:40.369Z | Compiling serde_tokenstream v0.2.2 |
| 789 | 2025-09-17T00:06:40.391Z | Compiling indexmap v2.9.0 |
| 790 | 2025-09-17T00:06:41.259Z | Compiling http v1.3.1 |
| 791 | 2025-09-17T00:06:41.628Z | Compiling openapiv3 v2.0.0 |
| 792 | 2025-09-17T00:06:41.659Z | Checking icu_normalizer v1.5.0 |
| 793 | 2025-09-17T00:06:42.300Z | Checking want v0.3.1 |
| 794 | 2025-09-17T00:06:42.449Z | Checking idna_adapter v1.2.0 |
| 795 | 2025-09-17T00:06:42.500Z | Checking rand_chacha v0.3.1 |
| 796 | 2025-09-17T00:06:42.553Z | Checking http-body v1.0.1 |
| 797 | 2025-09-17T00:06:42.630Z | Checking idna v1.0.3 |
| 798 | 2025-09-17T00:06:42.754Z | Compiling usdt-impl v0.5.0 |
| 799 | 2025-09-17T00:06:42.880Z | Compiling ident_case v1.0.1 |
| 800 | 2025-09-17T00:06:43.082Z | Compiling camino v1.1.9 |
| 801 | 2025-09-17T00:06:43.152Z | Checking httpdate v1.0.3 |
| 802 | 2025-09-17T00:06:43.172Z | Compiling plain v0.2.3 |
| 803 | 2025-09-17T00:06:43.355Z | Compiling goblin v0.8.2 |
| 804 | 2025-09-17T00:06:43.377Z | Checking url v2.5.4 |
| 805 | 2025-09-17T00:06:43.403Z | Compiling darling_core v0.20.9 |
| 806 | 2025-09-17T00:06:43.605Z | Checking rand v0.8.5 |
| 807 | 2025-09-17T00:06:43.762Z | Compiling zerocopy v0.7.34 |
| 808 | 2025-09-17T00:06:44.198Z | Compiling pretty-hex v0.4.1 |
| 809 | 2025-09-17T00:06:44.438Z | Compiling unsafe-libyaml v0.2.11 |
| 810 | 2025-09-17T00:06:45.097Z | Checking tower-service v0.3.2 |
| 811 | 2025-09-17T00:06:45.247Z | Compiling dtrace-parser v0.2.0 |
| 812 | 2025-09-17T00:06:45.584Z | Checking errno v0.3.9 |
| 813 | 2025-09-17T00:06:45.773Z | Compiling serde_yaml v0.9.34+deprecated |
| 814 | 2025-09-17T00:06:46.765Z | Checking tokio-util v0.7.11 |
| 815 | 2025-09-17T00:06:46.785Z | Checking foreign-types-shared v0.1.1 |
| 816 | 2025-09-17T00:06:47.124Z | Compiling paste v1.0.15 |
| 817 | 2025-09-17T00:06:47.534Z | Checking h2 v0.4.6 |
| 818 | 2025-09-17T00:06:47.620Z | Checking foreign-types v0.3.2 |
| 819 | 2025-09-17T00:06:47.739Z | Checking http-body-util v0.1.3 |
| 820 | 2025-09-17T00:06:48.339Z | Compiling darling_macro v0.20.9 |
| 821 | 2025-09-17T00:06:48.360Z | Compiling strum_macros v0.26.4 |
| 822 | 2025-09-17T00:06:48.922Z | Compiling dof v0.3.0 |
| 823 | 2025-09-17T00:06:49.330Z | Compiling darling v0.20.9 |
| 824 | 2025-09-17T00:06:49.462Z | Checking encoding_rs v0.8.34 |
| 825 | 2025-09-17T00:06:50.362Z | Checking mime v0.3.17 |
| 826 | 2025-09-17T00:06:50.905Z | Checking serde_urlencoded v0.7.1 |
| 827 | 2025-09-17T00:06:51.114Z | Checking rustls-pemfile v2.1.3 |
| 828 | 2025-09-17T00:06:51.387Z | Compiling async-trait v0.1.88 |
| 829 | 2025-09-17T00:06:51.566Z | Checking hyper v1.6.0 |
| 830 | 2025-09-17T00:06:51.668Z | Checking openssl-probe v0.1.5 |
| 831 | 2025-09-17T00:06:51.837Z | Checking cpufeatures v0.2.12 |
| 832 | 2025-09-17T00:06:51.934Z | Compiling newtype-uuid v1.2.1 |
| 833 | 2025-09-17T00:06:51.938Z | Compiling usdt-macro v0.5.0 |
| 834 | 2025-09-17T00:06:52.273Z | Compiling usdt-attr-macro v0.5.0 |
| 835 | 2025-09-17T00:06:52.340Z | Compiling typify-impl v0.2.0 |
| 836 | 2025-09-17T00:06:53.442Z | Checking block-buffer v0.10.4 |
| 837 | 2025-09-17T00:06:53.462Z | Checking hyper-util v0.1.16 |
| 838 | 2025-09-17T00:06:53.542Z | Compiling omicron-workspace-hack v0.1.0 |
| 839 | 2025-09-17T00:06:53.655Z | Checking digest v0.10.7 |
| 840 | 2025-09-17T00:06:54.016Z | Checking webpki-roots v0.26.3 |
| 841 | 2025-09-17T00:06:54.517Z | Compiling rustls v0.22.4 |
| 842 | 2025-09-17T00:06:54.798Z | Compiling toml_datetime v0.6.11 |
| 843 | 2025-09-17T00:06:55.283Z | Checking sync_wrapper v1.0.1 |
| 844 | 2025-09-17T00:06:55.423Z | Compiling crossbeam-utils v0.8.19 |
| 845 | 2025-09-17T00:06:55.453Z | Compiling slog-async v2.8.0 |
| 846 | 2025-09-17T00:06:55.639Z | Checking futures-executor v0.3.31 |
| 847 | 2025-09-17T00:06:55.877Z | Compiling structmeta-derive v0.3.0 |
| 848 | 2025-09-17T00:06:55.880Z | Compiling daft-derive v0.1.2 |
| 849 | 2025-09-17T00:06:56.005Z | Compiling multer v3.1.0 |
| 850 | 2025-09-17T00:06:56.075Z | Checking tokio-native-tls v0.3.1 |
| 851 | 2025-09-17T00:06:56.335Z | Checking hyper-tls v0.6.0 |
| 852 | 2025-09-17T00:06:56.896Z | Checking futures v0.3.31 |
| 853 | 2025-09-17T00:06:57.015Z | Checking ipnetwork v0.21.1 |
| 854 | 2025-09-17T00:06:57.182Z | Checking tokio-rustls v0.26.0 |
| 855 | 2025-09-17T00:06:57.365Z | Checking serde_spanned v0.6.9 |
| 856 | 2025-09-17T00:06:57.586Z | Checking hyper-rustls v0.27.3 |
| 857 | 2025-09-17T00:06:57.707Z | Compiling async-stream-impl v0.3.6 |
| 858 | 2025-09-17T00:06:57.926Z | Checking reqwest v0.12.7 |
| 859 | 2025-09-17T00:06:58.171Z | Compiling structmeta v0.3.0 |
| 860 | 2025-09-17T00:06:58.289Z | Checking powerfmt v0.2.0 |
| 861 | 2025-09-17T00:06:58.620Z | Checking deranged v0.3.11 |
| 862 | 2025-09-17T00:06:58.843Z | Checking sha1 v0.10.6 |
| 863 | 2025-09-17T00:06:59.162Z | Checking strum v0.26.3 |
| 864 | 2025-09-17T00:06:59.195Z | Checking is-terminal v0.4.12 |
| 865 | 2025-09-17T00:06:59.447Z | Compiling dropshot v0.16.2 |
| 866 | 2025-09-17T00:06:59.831Z | Checking num_threads v0.1.7 |
| 867 | 2025-09-17T00:06:59.959Z | Compiling parse-display-derive v0.10.0 |
| 868 | 2025-09-17T00:07:00.133Z | Checking time v0.3.36 |
| 869 | 2025-09-17T00:07:00.304Z | Compiling serde_with_macros v3.12.0 |
| 870 | 2025-09-17T00:07:01.204Z | Compiling dropshot_endpoint v0.16.2 |
| 871 | 2025-09-17T00:07:02.025Z | Checking memmap v0.7.0 |
| 872 | 2025-09-17T00:07:02.259Z | Checking match_cfg v0.1.0 |
| 873 | 2025-09-17T00:07:02.550Z | Checking fastrand v2.1.0 |
| 874 | 2025-09-17T00:07:02.602Z | Checking usdt v0.5.0 |
| 875 | 2025-09-17T00:07:02.645Z | Checking hostname v0.3.1 |
| 876 | 2025-09-17T00:07:02.649Z | Compiling typify-macro v0.2.0 |
| 877 | 2025-09-17T00:07:02.866Z | Checking tempfile v3.10.1 |
| 878 | 2025-09-17T00:07:03.207Z | Checking dirs-sys-next v0.1.2 |
| 879 | 2025-09-17T00:07:03.461Z | Checking winnow v0.7.12 |
| 880 | 2025-09-17T00:07:03.516Z | Checking dirs-next v2.0.0 |
| 881 | 2025-09-17T00:07:03.630Z | Compiling test-strategy v0.4.1 |
| 882 | 2025-09-17T00:07:03.958Z | Checking oxnet v0.1.1 |
| 883 | 2025-09-17T00:07:04.092Z | Checking macaddr v1.0.1 |
| 884 | 2025-09-17T00:07:04.336Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 885 | 2025-09-17T00:07:04.399Z | Checking thread_local v1.1.8 |
| 886 | 2025-09-17T00:07:05.216Z | Checking quick-error v1.2.3 |
| 887 | 2025-09-17T00:07:05.367Z | Checking term v0.7.0 |
| 888 | 2025-09-17T00:07:05.572Z | Checking crossbeam-channel v0.5.15 |
| 889 | 2025-09-17T00:07:05.933Z | Compiling typify v0.2.0 |
| 890 | 2025-09-17T00:07:06.086Z | Compiling progenitor-impl v0.8.0 |
| 891 | 2025-09-17T00:07:06.254Z | Checking debug-ignore v1.0.5 |
| 892 | 2025-09-17T00:07:06.381Z | Checking lazy_static v1.5.0 |
| 893 | 2025-09-17T00:07:06.405Z | Checking take_mut v0.2.2 |
| 894 | 2025-09-17T00:07:06.537Z | Checking toml_write v0.1.2 |
| 895 | 2025-09-17T00:07:06.858Z | Checking slog-term v2.9.1 |
| 896 | 2025-09-17T00:07:06.880Z | Checking toml_edit v0.22.27 |
| 897 | 2025-09-17T00:07:06.883Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 898 | 2025-09-17T00:07:07.602Z | Checking slog-json v2.6.1 |
| 899 | 2025-09-17T00:07:09.721Z | Checking spin v0.9.8 |
| 900 | 2025-09-17T00:07:10.335Z | Checking toml v0.8.23 |
| 901 | 2025-09-17T00:07:10.412Z | Checking slog-bunyan v2.5.0 |
| 902 | 2025-09-17T00:07:10.605Z | Checking daft v0.1.2 |
| 903 | 2025-09-17T00:07:11.023Z | Checking async-stream v0.3.6 |
| 904 | 2025-09-17T00:07:11.101Z | Checking tokio-rustls v0.25.0 |
| 905 | 2025-09-17T00:07:11.228Z | Checking waitgroup v0.1.2 |
| 906 | 2025-09-17T00:07:11.298Z | Checking serde_path_to_error v0.1.17 |
| 907 | 2025-09-17T00:07:11.471Z | Compiling progenitor-macro v0.8.0 |
| 908 | 2025-09-17T00:07:11.492Z | Checking wait-timeout v0.2.0 |
| 909 | 2025-09-17T00:07:11.513Z | Checking hostname v0.4.0 |
| 910 | 2025-09-17T00:07:11.536Z | Checking bit-vec v0.6.3 |
| 911 | 2025-09-17T00:07:11.682Z | Compiling winnow v0.5.40 |
| 912 | 2025-09-17T00:07:11.932Z | Checking bit-set v0.5.3 |
| 913 | 2025-09-17T00:07:11.932Z | Checking rusty-fork v0.3.0 |
| 914 | 2025-09-17T00:07:12.251Z | Checking serde_with v3.12.0 |
| 915 | 2025-09-17T00:07:12.317Z | Checking progenitor-client v0.8.0 |
| 916 | 2025-09-17T00:07:12.654Z | Checking progenitor-client v0.9.1 |
| 917 | 2025-09-17T00:07:13.045Z | Checking hex v0.4.3 |
| 918 | 2025-09-17T00:07:13.529Z | Checking rand_xorshift v0.3.0 |
| 919 | 2025-09-17T00:07:13.723Z | Compiling zerocopy v0.8.25 |
| 920 | 2025-09-17T00:07:14.170Z | Compiling crucible-workspace-hack v0.1.0 |
| 921 | 2025-09-17T00:07:14.490Z | Checking unarray v0.1.4 |
| 922 | 2025-09-17T00:07:14.667Z | Compiling toml_edit v0.19.15 |
| 923 | 2025-09-17T00:07:14.764Z | Checking proptest v1.5.0 |
| 924 | 2025-09-17T00:07:14.865Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 925 | 2025-09-17T00:07:15.039Z | Checking parse-display v0.10.0 |
| 926 | 2025-09-17T00:07:15.282Z | Compiling zerocopy-derive v0.8.25 |
| 927 | 2025-09-17T00:07:15.300Z | Compiling clap_derive v4.5.4 |
| 928 | 2025-09-17T00:07:18.168Z | Compiling proc-macro-crate v1.3.1 |
| 929 | 2025-09-17T00:07:18.234Z | Checking instant v0.1.12 |
| 930 | 2025-09-17T00:07:18.372Z | Compiling heck v0.4.1 |
| 931 | 2025-09-17T00:07:18.756Z | Checking utf8parse v0.2.1 |
| 932 | 2025-09-17T00:07:18.854Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
| 933 | 2025-09-17T00:07:18.879Z | Checking backoff v0.4.0 |
| 934 | 2025-09-17T00:07:18.917Z | Checking anstyle-parse v0.2.4 |
| 935 | 2025-09-17T00:07:19.505Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 936 | 2025-09-17T00:07:19.612Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 937 | 2025-09-17T00:07:19.781Z | Checking colorchoice v1.0.1 |
| 938 | 2025-09-17T00:07:19.835Z | Checking is_terminal_polyfill v1.70.0 |
| 939 | 2025-09-17T00:07:19.870Z | Checking anstyle-query v1.0.3 |
| 940 | 2025-09-17T00:07:19.968Z | Checking anstyle v1.0.7 |
| 941 | 2025-09-17T00:07:20.327Z | Checking anstream v0.6.14 |
| 942 | 2025-09-17T00:07:20.666Z | Checking terminal_size v0.3.0 |
| 943 | 2025-09-17T00:07:21.359Z | Checking num-integer v0.1.46 |
| 944 | 2025-09-17T00:07:21.532Z | Checking progenitor v0.8.0 |
| 945 | 2025-09-17T00:07:21.743Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
| 946 | 2025-09-17T00:07:21.850Z | Compiling unicode-xid v0.2.4 |
| 947 | 2025-09-17T00:07:22.004Z | Compiling either v1.15.0 |
| 948 | 2025-09-17T00:07:22.149Z | Checking unicode-width v0.1.14 |
| 949 | 2025-09-17T00:07:22.317Z | Checking clap_lex v0.7.0 |
| 950 | 2025-09-17T00:07:22.489Z | Compiling itertools v0.13.0 |
| 951 | 2025-09-17T00:07:22.711Z | Checking clap_builder v4.5.2 |
| 952 | 2025-09-17T00:07:24.411Z | Compiling heapless v0.8.0 |
| 953 | 2025-09-17T00:07:25.312Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 954 | 2025-09-17T00:07:25.572Z | Checking clap v4.5.4 |
| 955 | 2025-09-17T00:07:25.692Z | Checking num-bigint v0.4.5 |
| 956 | 2025-09-17T00:07:25.878Z | Checking hash32 v0.3.1 |
| 957 | 2025-09-17T00:07:25.906Z | Compiling smoltcp v0.11.0 |
| 958 | 2025-09-17T00:07:26.014Z | Checking bitflags v1.3.2 |
| 959 | 2025-09-17T00:07:26.082Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 960 | 2025-09-17T00:07:26.396Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 961 | 2025-09-17T00:07:26.681Z | Compiling synstructure v0.12.6 |
| 962 | 2025-09-17T00:07:27.431Z | Checking num-iter v0.1.45 |
| 963 | 2025-09-17T00:07:27.632Z | Compiling num_enum_derive v0.7.3 |
| 964 | 2025-09-17T00:07:27.791Z | Checking num-rational v0.4.2 |
| 965 | 2025-09-17T00:07:27.849Z | Compiling typify-impl v0.3.0 |
| 966 | 2025-09-17T00:07:28.473Z | Checking num-complex v0.4.6 |
| 967 | 2025-09-17T00:07:29.096Z | Compiling proc-macro-error-attr v1.0.4 |
| 968 | 2025-09-17T00:07:29.227Z | Checking managed v0.8.0 |
| 969 | 2025-09-17T00:07:29.402Z | Checking data-encoding v2.6.0 |
| 970 | 2025-09-17T00:07:29.519Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#4f750d9e) |
| 971 | 2025-09-17T00:07:29.519Z | Checking cobs v0.2.3 |
| 972 | 2025-09-17T00:07:29.856Z | Checking num_enum v0.7.3 |
| 973 | 2025-09-17T00:07:29.873Z | Checking postcard v1.0.9 |
| 974 | 2025-09-17T00:07:30.110Z | Checking num v0.4.3 |
| 975 | 2025-09-17T00:07:30.443Z | Compiling zerocopy-derive v0.2.0 |
| 976 | 2025-09-17T00:07:31.145Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 977 | 2025-09-17T00:07:31.819Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 978 | 2025-09-17T00:07:32.308Z | Compiling foreign-types-macros v0.2.3 |
| 979 | 2025-09-17T00:07:32.426Z | Compiling libz-sys v1.1.16 |
| 980 | 2025-09-17T00:07:32.481Z | Checking rand_core v0.9.3 |
| 981 | 2025-09-17T00:07:32.779Z | Compiling proc-macro-error v1.0.4 |
| 982 | 2025-09-17T00:07:33.157Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 983 | 2025-09-17T00:07:33.194Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 984 | 2025-09-17T00:07:33.397Z | Checking foreign-types-shared v0.3.1 |
| 985 | 2025-09-17T00:07:33.664Z | Checking foreign-types v0.5.0 |
| 986 | 2025-09-17T00:07:33.906Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 987 | 2025-09-17T00:07:34.029Z | Checking rand_chacha v0.9.0 |
| 988 | 2025-09-17T00:07:35.232Z | Checking tabwriter v1.4.0 |
| 989 | 2025-09-17T00:07:35.476Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 990 | 2025-09-17T00:07:35.605Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 991 | 2025-09-17T00:07:36.307Z | Checking cstr-argument v0.1.2 |
| 992 | 2025-09-17T00:07:36.370Z | Compiling prettyplease v0.2.31 |
| 993 | 2025-09-17T00:07:36.412Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4672e62e) |
| 994 | 2025-09-17T00:07:37.095Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 995 | 2025-09-17T00:07:37.404Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 996 | 2025-09-17T00:07:38.003Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#4f750d9e) |
| 997 | 2025-09-17T00:07:38.134Z | Checking rand v0.9.0 |
| 998 | 2025-09-17T00:07:38.363Z | Compiling typify-macro v0.3.0 |
| 999 | 2025-09-17T00:07:38.813Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1000 | 2025-09-17T00:07:39.142Z | Compiling semver v0.1.20 |
| 1001 | 2025-09-17T00:07:39.597Z | Checking is_ci v1.2.0 |
| 1002 | 2025-09-17T00:07:39.661Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1003 | 2025-09-17T00:07:39.744Z | Checking float-ord v0.3.2 |
| 1004 | 2025-09-17T00:07:39.929Z | Checking colored v3.0.0 |
| 1005 | 2025-09-17T00:07:40.263Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1006 | 2025-09-17T00:07:40.942Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 1007 | 2025-09-17T00:07:41.708Z | Compiling typify v0.3.0 |
| 1008 | 2025-09-17T00:07:41.921Z | Compiling rustc_version v0.1.7 |
| 1009 | 2025-09-17T00:07:42.358Z | Compiling zone_cfg_derive v0.3.0 |
| 1010 | 2025-09-17T00:07:43.504Z | Checking itertools v0.10.5 |
| 1011 | 2025-09-17T00:07:43.678Z | Checking itertools v0.14.0 |
| 1012 | 2025-09-17T00:07:43.868Z | Checking camino-tempfile v1.1.1 |
| 1013 | 2025-09-17T00:07:44.026Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
| 1014 | 2025-09-17T00:07:44.798Z | Compiling num-derive v0.4.2 |
| 1015 | 2025-09-17T00:07:45.501Z | Compiling derive-where v1.2.7 |
| 1016 | 2025-09-17T00:07:46.517Z | Checking sigpipe v0.1.3 |
| 1017 | 2025-09-17T00:07:46.648Z | Compiling usdt-impl v0.3.5 |
| 1018 | 2025-09-17T00:07:47.001Z | Checking base64ct v1.6.0 |
| 1019 | 2025-09-17T00:07:47.068Z | Compiling owo-colors v4.2.0 |
| 1020 | 2025-09-17T00:07:47.310Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1021 | 2025-09-17T00:07:47.428Z | Checking base64 v0.21.7 |
| 1022 | 2025-09-17T00:07:47.488Z | Checking password-hash v0.5.0 |
| 1023 | 2025-09-17T00:07:47.922Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 1024 | 2025-09-17T00:07:48.045Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1025 | 2025-09-17T00:07:48.171Z | Checking zone v0.3.0 |
| 1026 | 2025-09-17T00:07:48.266Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
| 1027 | 2025-09-17T00:07:48.288Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 1028 | 2025-09-17T00:07:48.369Z | Compiling newtype_derive v0.1.6 |
| 1029 | 2025-09-17T00:07:48.522Z | Compiling progenitor-impl v0.9.1 |
| 1030 | 2025-09-17T00:07:48.599Z | Checking supports-color v3.0.1 |
| 1031 | 2025-09-17T00:07:48.764Z | Checking supports-color v2.1.0 |
| 1032 | 2025-09-17T00:07:48.792Z | Compiling zerocopy v0.3.2 |
| 1033 | 2025-09-17T00:07:48.848Z | Checking blake2 v0.10.6 |
| 1034 | 2025-09-17T00:07:48.868Z | Compiling cargo-platform v0.1.8 |
| 1035 | 2025-09-17T00:07:48.925Z | Compiling hubpack_derive v0.1.1 |
| 1036 | 2025-09-17T00:07:49.208Z | Checking smf v0.2.3 |
| 1037 | 2025-09-17T00:07:49.247Z | Compiling zerocopy-derive v0.6.6 |
| 1038 | 2025-09-17T00:07:49.305Z | Compiling serde_repr v0.1.19 |
| 1039 | 2025-09-17T00:07:49.602Z | Compiling vergen v8.3.2 |
| 1040 | 2025-09-17T00:07:49.780Z | Checking tinyvec_macros v0.1.1 |
| 1041 | 2025-09-17T00:07:49.887Z | Checking whoami v1.5.1 |
| 1042 | 2025-09-17T00:07:50.138Z | Compiling cancel-safe-futures v0.1.5 |
| 1043 | 2025-09-17T00:07:50.199Z | Checking unicode-segmentation v1.11.0 |
| 1044 | 2025-09-17T00:07:50.609Z | Checking tinyvec v1.6.0 |
| 1045 | 2025-09-17T00:07:50.820Z | Checking newline-converter v0.3.0 |
| 1046 | 2025-09-17T00:07:50.930Z | Checking zerocopy v0.6.6 |
| 1047 | 2025-09-17T00:07:50.998Z | Checking hubpack v0.1.2 |
| 1048 | 2025-09-17T00:07:51.455Z | Checking argon2 v0.5.3 |
| 1049 | 2025-09-17T00:07:51.532Z | Compiling cargo_metadata v0.18.1 |
| 1050 | 2025-09-17T00:07:51.790Z | Compiling dof v0.1.5 |
| 1051 | 2025-09-17T00:07:53.703Z | Compiling progenitor-macro v0.9.1 |
| 1052 | 2025-09-17T00:07:53.815Z | Checking console v0.15.8 |
| 1053 | 2025-09-17T00:07:54.041Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 1054 | 2025-09-17T00:07:54.219Z | Compiling enum-as-inner v0.6.0 |
| 1055 | 2025-09-17T00:07:54.309Z | Compiling strum_macros v0.25.3 |
| 1056 | 2025-09-17T00:07:54.443Z | Compiling typify-impl v0.4.1 |
| 1057 | 2025-09-17T00:07:54.570Z | Checking libsw-core v0.3.2 |
| 1058 | 2025-09-17T00:07:54.825Z | Compiling rustc_version v0.4.0 |
| 1059 | 2025-09-17T00:07:55.135Z | Checking serde-big-array v0.5.1 |
| 1060 | 2025-09-17T00:07:55.290Z | Compiling dtrace-parser v0.1.14 |
| 1061 | 2025-09-17T00:07:55.346Z | Compiling slog-dtrace v0.3.0 |
| 1062 | 2025-09-17T00:07:55.393Z | Compiling cookie v0.18.1 |
| 1063 | 2025-09-17T00:07:55.711Z | Checking utf-8 v0.7.6 |
| 1064 | 2025-09-17T00:07:55.929Z | Checking linked-hash-map v0.5.6 |
| 1065 | 2025-09-17T00:07:56.245Z | Compiling rustls v0.21.12 |
| 1066 | 2025-09-17T00:07:56.300Z | Checking fixedbitset v0.5.7 |
| 1067 | 2025-09-17T00:07:56.606Z | Checking fixedbitset v0.4.2 |
| 1068 | 2025-09-17T00:07:56.688Z | Compiling cfg_aliases v0.2.1 |
| 1069 | 2025-09-17T00:07:56.732Z | Checking static_assertions v1.1.0 |
| 1070 | 2025-09-17T00:07:56.800Z | Checking similar v2.5.0 |
| 1071 | 2025-09-17T00:07:56.847Z | Compiling convert_case v0.4.0 |
| 1072 | 2025-09-17T00:07:56.875Z | Checking petgraph v0.6.5 |
| 1073 | 2025-09-17T00:07:57.336Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1074 | 2025-09-17T00:07:57.428Z | Compiling derive_more v0.99.19 |
| 1075 | 2025-09-17T00:07:57.466Z | Checking expectorate v1.1.0 |
| 1076 | 2025-09-17T00:07:57.644Z | Compiling nix v0.29.0 |
| 1077 | 2025-09-17T00:07:59.795Z | Checking petgraph v0.7.1 |
| 1078 | 2025-09-17T00:08:02.066Z | Checking lru-cache v0.1.2 |
| 1079 | 2025-09-17T00:08:02.092Z | Checking tungstenite v0.21.0 |
| 1080 | 2025-09-17T00:08:02.254Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1081 | 2025-09-17T00:08:02.957Z | Checking hickory-proto v0.24.4 |
| 1082 | 2025-09-17T00:08:03.007Z | Checking libsw v3.5.0 |
| 1083 | 2025-09-17T00:08:03.229Z | Checking progenitor v0.9.1 |
| 1084 | 2025-09-17T00:08:03.271Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1085 | 2025-09-17T00:08:03.556Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1086 | 2025-09-17T00:08:03.957Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1087 | 2025-09-17T00:08:04.284Z | Checking resolv-conf v0.7.0 |
| 1088 | 2025-09-17T00:08:04.613Z | Checking atomicwrites v0.4.4 |
| 1089 | 2025-09-17T00:08:04.714Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 1090 | 2025-09-17T00:08:04.748Z | Compiling typify-macro v0.4.1 |
| 1091 | 2025-09-17T00:08:04.804Z | Compiling serde_tokenstream v0.1.7 |
| 1092 | 2025-09-17T00:08:04.827Z | Checking rustls-webpki v0.101.7 |
| 1093 | 2025-09-17T00:08:05.049Z | Checking sct v0.7.1 |
| 1094 | 2025-09-17T00:08:05.071Z | Checking inout v0.1.3 |
| 1095 | 2025-09-17T00:08:05.184Z | Checking linear-map v1.2.0 |
| 1096 | 2025-09-17T00:08:05.252Z | Checking highway v1.3.0 |
| 1097 | 2025-09-17T00:08:05.271Z | Checking indent_write v2.2.0 |
| 1098 | 2025-09-17T00:08:05.291Z | Compiling radium v0.7.0 |
| 1099 | 2025-09-17T00:08:05.489Z | Checking swrite v0.1.0 |
| 1100 | 2025-09-17T00:08:05.493Z | Checking cipher v0.4.4 |
| 1101 | 2025-09-17T00:08:05.620Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1102 | 2025-09-17T00:08:05.688Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1103 | 2025-09-17T00:08:05.836Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 1104 | 2025-09-17T00:08:06.293Z | Checking hickory-resolver v0.24.4 |
| 1105 | 2025-09-17T00:08:06.811Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1106 | 2025-09-17T00:08:07.047Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1107 | 2025-09-17T00:08:07.821Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1108 | 2025-09-17T00:08:07.974Z | Checking steno v0.4.1 |
| 1109 | 2025-09-17T00:08:08.384Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1110 | 2025-09-17T00:08:08.839Z | Checking tokio-tungstenite v0.21.0 |
| 1111 | 2025-09-17T00:08:09.301Z | Checking id-map v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1112 | 2025-09-17T00:08:09.305Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1113 | 2025-09-17T00:08:09.348Z | Checking crossbeam-epoch v0.9.18 |
| 1114 | 2025-09-17T00:08:09.762Z | Checking tokio-stream v0.1.17 |
| 1115 | 2025-09-17T00:08:10.025Z | Compiling rayon-core v1.12.1 |
| 1116 | 2025-09-17T00:08:10.042Z | Checking tap v1.0.1 |
| 1117 | 2025-09-17T00:08:10.213Z | Checking humantime v2.1.0 |
| 1118 | 2025-09-17T00:08:10.420Z | Checking wyz v0.5.1 |
| 1119 | 2025-09-17T00:08:10.498Z | Checking crossbeam-deque v0.8.5 |
| 1120 | 2025-09-17T00:08:10.520Z | Checking qorb v0.2.1 |
| 1121 | 2025-09-17T00:08:10.834Z | Checking tokio-rustls v0.24.1 |
| 1122 | 2025-09-17T00:08:11.257Z | Compiling usdt-attr-macro v0.3.5 |
| 1123 | 2025-09-17T00:08:11.528Z | Compiling usdt-macro v0.3.5 |
| 1124 | 2025-09-17T00:08:12.259Z | Checking rustls-pemfile v1.0.4 |
| 1125 | 2025-09-17T00:08:12.453Z | Compiling num_enum_derive v0.5.11 |
| 1126 | 2025-09-17T00:08:12.487Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1127 | 2025-09-17T00:08:12.603Z | Checking twox-hash v2.1.0 |
| 1128 | 2025-09-17T00:08:12.727Z | Checking universal-hash v0.5.1 |
| 1129 | 2025-09-17T00:08:12.746Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1130 | 2025-09-17T00:08:12.972Z | Compiling strum_macros v0.27.1 |
| 1131 | 2025-09-17T00:08:13.148Z | Checking atty v0.2.14 |
| 1132 | 2025-09-17T00:08:13.202Z | Checking funty v2.0.0 |
| 1133 | 2025-09-17T00:08:13.285Z | Checking opaque-debug v0.3.1 |
| 1134 | 2025-09-17T00:08:13.397Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1135 | 2025-09-17T00:08:13.802Z | Checking polyval v0.6.2 |
| 1136 | 2025-09-17T00:08:13.898Z | Checking usdt v0.3.5 |
| 1137 | 2025-09-17T00:08:14.045Z | Checking bitvec v1.0.1 |
| 1138 | 2025-09-17T00:08:14.066Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1139 | 2025-09-17T00:08:14.460Z | Checking num_enum v0.5.11 |
| 1140 | 2025-09-17T00:08:14.635Z | Compiling typify v0.4.1 |
| 1141 | 2025-09-17T00:08:14.687Z | Checking aes v0.8.4 |
| 1142 | 2025-09-17T00:08:14.766Z | Checking ctr v0.9.2 |
| 1143 | 2025-09-17T00:08:14.786Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 1144 | 2025-09-17T00:08:15.150Z | Checking bincode v1.3.3 |
| 1145 | 2025-09-17T00:08:15.261Z | Checking toml v0.7.8 |
| 1146 | 2025-09-17T00:08:15.453Z | Checking aead v0.5.2 |
| 1147 | 2025-09-17T00:08:15.663Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 1148 | 2025-09-17T00:08:15.847Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 1149 | 2025-09-17T00:08:15.868Z | Checking passt v0.3.0 |
| 1150 | 2025-09-17T00:08:15.968Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 1151 | 2025-09-17T00:08:16.040Z | Checking fakedata_generator v0.5.0 |
| 1152 | 2025-09-17T00:08:16.178Z | Checking aes-gcm-siv v0.11.1 |
| 1153 | 2025-09-17T00:08:16.296Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 1154 | 2025-09-17T00:08:16.321Z | Checking rayon v1.10.0 |
| 1155 | 2025-09-17T00:08:16.409Z | Compiling progenitor-impl v0.10.0 |
| 1156 | 2025-09-17T00:08:16.785Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
| 1157 | 2025-09-17T00:08:17.020Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1158 | 2025-09-17T00:08:17.165Z | Checking strum v0.27.1 |
| 1159 | 2025-09-17T00:08:17.349Z | Compiling bitstruct_derive v0.1.0 |
| 1160 | 2025-09-17T00:08:17.402Z | Compiling async-recursion v1.1.1 |
| 1161 | 2025-09-17T00:08:17.466Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
| 1162 | 2025-09-17T00:08:17.507Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
| 1163 | 2025-09-17T00:08:17.679Z | Checking pretty-hex v0.2.1 |
| 1164 | 2025-09-17T00:08:17.845Z | Checking ringbuffer v0.15.0 |
| 1165 | 2025-09-17T00:08:18.134Z | Checking ascii v1.1.0 |
| 1166 | 2025-09-17T00:08:18.248Z | Compiling cfg_aliases v0.1.1 |
| 1167 | 2025-09-17T00:08:18.379Z | Checking typeid v1.0.0 |
| 1168 | 2025-09-17T00:08:18.514Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
| 1169 | 2025-09-17T00:08:18.533Z | Checking erased-serde v0.4.5 |
| 1170 | 2025-09-17T00:08:18.557Z | Checking bitstruct v0.1.1 |
| 1171 | 2025-09-17T00:08:18.674Z | Compiling nix v0.28.0 |
| 1172 | 2025-09-17T00:08:18.767Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
| 1173 | 2025-09-17T00:08:19.154Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1174 | 2025-09-17T00:08:19.343Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 1175 | 2025-09-17T00:08:19.435Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1176 | 2025-09-17T00:08:19.454Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
| 1177 | 2025-09-17T00:08:19.558Z | Checking tokio-dtrace v0.1.1 |
| 1178 | 2025-09-17T00:08:19.788Z | Checking progenitor-client v0.10.0 |
| 1179 | 2025-09-17T00:08:19.869Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 1180 | 2025-09-17T00:08:20.193Z | Checking serde_arrays v0.1.0 |
| 1181 | 2025-09-17T00:08:20.239Z | Checking libloading v0.7.4 |
| 1182 | 2025-09-17T00:08:20.356Z | Checking oxide-tokio-rt v0.1.2 |
| 1183 | 2025-09-17T00:08:20.516Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 1184 | 2025-09-17T00:08:20.572Z | Compiling const_format_proc_macros v0.2.32 |
| 1185 | 2025-09-17T00:08:20.604Z | Checking kstat-rs v0.2.4 |
| 1186 | 2025-09-17T00:08:20.851Z | Compiling escargot v0.5.10 |
| 1187 | 2025-09-17T00:08:20.970Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1188 | 2025-09-17T00:08:21.203Z | Checking ron v0.8.1 |
| 1189 | 2025-09-17T00:08:21.667Z | Compiling progenitor-macro v0.10.0 |
| 1190 | 2025-09-17T00:08:22.088Z | Checking xattr v1.3.1 |
| 1191 | 2025-09-17T00:08:22.256Z | Checking const_format v0.2.32 |
| 1192 | 2025-09-17T00:08:22.354Z | Checking filetime v0.2.23 |
| 1193 | 2025-09-17T00:08:22.407Z | Checking bstr v1.9.1 |
| 1194 | 2025-09-17T00:08:22.582Z | Checking bit_field v0.10.2 |
| 1195 | 2025-09-17T00:08:22.877Z | Checking tar v0.4.40 |
| 1196 | 2025-09-17T00:08:23.125Z | Checking globset v0.4.14 |
| 1197 | 2025-09-17T00:08:23.607Z | Checking ctrlc v3.4.4 |
| 1198 | 2025-09-17T00:08:23.754Z | Checking fatfs v0.3.6 |
| 1199 | 2025-09-17T00:08:23.827Z | Checking glob v0.3.1 |
| 1200 | 2025-09-17T00:08:25.373Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
| 1201 | 2025-09-17T00:08:26.391Z | Compiling git2 v0.19.0 |
| 1202 | 2025-09-17T00:08:27.650Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1203 | 2025-09-17T00:08:27.716Z | Checking progenitor v0.10.0 |
| 1204 | 2025-09-17T00:08:27.869Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 1205 | 2025-09-17T00:08:30.433Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 1206 | 2025-09-17T00:08:30.841Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
| 1207 | 2025-09-17T00:08:31.397Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 1208 | 2025-09-17T00:08:33.422Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1209 | 2025-09-17T00:08:38.049Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 1210 | 2025-09-17T00:08:43.340Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 1211 | 2025-09-17T00:08:51.681Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 1212 | 2025-09-17T00:08:51.684Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
| 1213 | 2025-09-17T00:08:58.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 05s |
| 1214 | 2025-09-17T00:08:58.416Z | |
| 1215 | 2025-09-17T00:08:58.416Z | real 3:06.052046923 |
| 1216 | 2025-09-17T00:08:58.416Z | user 14:41.481594354 |
| 1217 | 2025-09-17T00:08:58.416Z | sys 2:36.633388968 |
| 1218 | 2025-09-17T00:08:58.416Z | trap 0.493669149 |
| 1219 | 2025-09-17T00:08:58.416Z | tflt 1.385666838 |
| 1220 | 2025-09-17T00:08:58.416Z | dflt 0.754407179 |
| 1221 | 2025-09-17T00:08:58.416Z | kflt 0.041469850 |
| 1222 | 2025-09-17T00:08:58.416Z | lock 34:15.928273021 |
| 1223 | 2025-09-17T00:08:58.419Z | slp 56:09.666017598 |
| 1224 | 2025-09-17T00:08:58.419Z | lat 1:16.713490542 |
| 1225 | 2025-09-17T00:08:58.420Z | stop 4:10.457945020 |
| 1226 | 2025-09-17T00:08:58.420Z | + ptime -m cargo clippy --features falcon --all-targets |
| 1227 | 2025-09-17T00:08:58.949Z | Downloading crates ... |
| 1228 | 2025-09-17T00:08:59.131Z | Downloaded crc32fast v1.4.0 |
| 1229 | 2025-09-17T00:08:59.137Z | Downloaded bytemuck v1.16.0 |
| 1230 | 2025-09-17T00:08:59.140Z | Downloaded fdeflate v0.3.4 |
| 1231 | 2025-09-17T00:08:59.143Z | Downloaded predicates-tree v1.0.9 |
| 1232 | 2025-09-17T00:08:59.143Z | Downloaded termtree v0.4.1 |
| 1233 | 2025-09-17T00:08:59.147Z | Downloaded predicates-core v1.0.6 |
| 1234 | 2025-09-17T00:08:59.147Z | Downloaded miniz_oxide v0.7.2 |
| 1235 | 2025-09-17T00:08:59.147Z | Downloaded downcast v0.11.0 |
| 1236 | 2025-09-17T00:08:59.155Z | Downloaded predicates v3.1.0 |
| 1237 | 2025-09-17T00:08:59.165Z | Downloaded slog-envlogger v2.2.0 |
| 1238 | 2025-09-17T00:08:59.169Z | Downloaded mockall_derive v0.12.1 |
| 1239 | 2025-09-17T00:08:59.169Z | Downloaded mockall v0.12.1 |
| 1240 | 2025-09-17T00:08:59.169Z | Downloaded simd-adler32 v0.3.7 |
| 1241 | 2025-09-17T00:08:59.169Z | Downloaded serde_test v1.0.176 |
| 1242 | 2025-09-17T00:08:59.169Z | Downloaded fragile v2.0.0 |
| 1243 | 2025-09-17T00:08:59.169Z | Downloaded slog-stdlog v4.1.1 |
| 1244 | 2025-09-17T00:08:59.169Z | Downloaded flate2 v1.0.30 |
| 1245 | 2025-09-17T00:08:59.172Z | Downloaded arc-swap v1.7.1 |
| 1246 | 2025-09-17T00:08:59.175Z | Downloaded slog-scope v4.4.0 |
| 1247 | 2025-09-17T00:08:59.184Z | Downloaded png v0.17.13 |
| 1248 | 2025-09-17T00:08:59.620Z | Downloaded image v0.25.1 |
| 1249 | 2025-09-17T00:08:59.844Z | Checking log v0.4.27 |
| 1250 | 2025-09-17T00:08:59.941Z | Checking tokio v1.46.1 |
| 1251 | 2025-09-17T00:08:59.963Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 1252 | 2025-09-17T00:08:59.981Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
| 1253 | 2025-09-17T00:08:59.996Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 1254 | 2025-09-17T00:09:00.001Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 1255 | 2025-09-17T00:09:00.019Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
| 1256 | 2025-09-17T00:09:00.031Z | Checking simd-adler32 v0.3.7 |
| 1257 | 2025-09-17T00:09:00.183Z | Checking native-tls v0.2.11 |
| 1258 | 2025-09-17T00:09:00.196Z | Checking goblin v0.8.2 |
| 1259 | 2025-09-17T00:09:00.210Z | Checking rustls v0.22.4 |
| 1260 | 2025-09-17T00:09:00.235Z | Checking typify-impl v0.2.0 |
| 1261 | 2025-09-17T00:09:00.280Z | Checking tungstenite v0.21.0 |
| 1262 | 2025-09-17T00:09:00.466Z | Checking typify-impl v0.3.0 |
| 1263 | 2025-09-17T00:09:00.488Z | Checking rustls v0.21.12 |
| 1264 | 2025-09-17T00:09:00.513Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 1265 | 2025-09-17T00:09:01.123Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 1266 | 2025-09-17T00:09:01.488Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 1267 | 2025-09-17T00:09:01.740Z | Checking typify-impl v0.4.1 |
| 1268 | 2025-09-17T00:09:02.724Z | Checking typify v0.2.0 |
| 1269 | 2025-09-17T00:09:02.859Z | Checking progenitor-impl v0.8.0 |
| 1270 | 2025-09-17T00:09:03.059Z | Checking typify v0.3.0 |
| 1271 | 2025-09-17T00:09:03.192Z | Checking progenitor-impl v0.9.1 |
| 1272 | 2025-09-17T00:09:03.479Z | Compiling crc32fast v1.4.0 |
| 1273 | 2025-09-17T00:09:03.539Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 1274 | 2025-09-17T00:09:03.799Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 1275 | 2025-09-17T00:09:04.055Z | Checking adler v1.0.2 |
| 1276 | 2025-09-17T00:09:04.225Z | Checking miniz_oxide v0.7.2 |
| 1277 | 2025-09-17T00:09:04.272Z | Checking typify v0.4.1 |
| 1278 | 2025-09-17T00:09:04.398Z | Checking progenitor-impl v0.10.0 |
| 1279 | 2025-09-17T00:09:04.418Z | Checking arc-swap v1.7.1 |
| 1280 | 2025-09-17T00:09:04.629Z | Checking fdeflate v0.3.4 |
| 1281 | 2025-09-17T00:09:04.686Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
| 1282 | 2025-09-17T00:09:04.822Z | Checking slog-scope v4.4.0 |
| 1283 | 2025-09-17T00:09:04.918Z | Checking flate2 v1.0.30 |
| 1284 | 2025-09-17T00:09:04.984Z | Checking dof v0.3.0 |
| 1285 | 2025-09-17T00:09:05.014Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 1286 | 2025-09-17T00:09:05.066Z | Checking slog-stdlog v4.1.1 |
| 1287 | 2025-09-17T00:09:05.099Z | Checking predicates-core v1.0.6 |
| 1288 | 2025-09-17T00:09:05.231Z | Checking bytemuck v1.16.0 |
| 1289 | 2025-09-17T00:09:05.293Z | Checking slog-envlogger v2.2.0 |
| 1290 | 2025-09-17T00:09:05.391Z | Checking termtree v0.4.1 |
| 1291 | 2025-09-17T00:09:05.512Z | Checking predicates v3.1.0 |
| 1292 | 2025-09-17T00:09:05.525Z | Checking png v0.17.13 |
| 1293 | 2025-09-17T00:09:05.550Z | Checking usdt-impl v0.5.0 |
| 1294 | 2025-09-17T00:09:05.598Z | Checking predicates-tree v1.0.9 |
| 1295 | 2025-09-17T00:09:05.627Z | Compiling mockall_derive v0.12.1 |
| 1296 | 2025-09-17T00:09:05.756Z | Checking fragile v2.0.0 |
| 1297 | 2025-09-17T00:09:06.023Z | Checking downcast v0.11.0 |
| 1298 | 2025-09-17T00:09:06.026Z | Checking globset v0.4.14 |
| 1299 | 2025-09-17T00:09:06.103Z | Checking usdt v0.5.0 |
| 1300 | 2025-09-17T00:09:06.241Z | Checking escargot v0.5.10 |
| 1301 | 2025-09-17T00:09:06.255Z | Checking fatfs v0.3.6 |
| 1302 | 2025-09-17T00:09:06.357Z | Checking serde_test v1.0.176 |
| 1303 | 2025-09-17T00:09:06.371Z | Checking slog-dtrace v0.3.0 |
| 1304 | 2025-09-17T00:09:06.658Z | Checking image v0.25.1 |
| 1305 | 2025-09-17T00:09:06.904Z | Checking tokio-util v0.7.11 |
| 1306 | 2025-09-17T00:09:07.022Z | Checking tokio-rustls v0.26.0 |
| 1307 | 2025-09-17T00:09:07.115Z | Checking tokio-native-tls v0.3.1 |
| 1308 | 2025-09-17T00:09:07.244Z | Checking tokio-rustls v0.25.0 |
| 1309 | 2025-09-17T00:09:07.260Z | Checking backoff v0.4.0 |
| 1310 | 2025-09-17T00:09:07.384Z | Checking tokio-tungstenite v0.21.0 |
| 1311 | 2025-09-17T00:09:07.404Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#4f750d9e) |
| 1312 | 2025-09-17T00:09:07.554Z | Checking zone v0.3.0 |
| 1313 | 2025-09-17T00:09:07.595Z | Checking libsw-core v0.3.2 |
| 1314 | 2025-09-17T00:09:07.669Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4672e62e) |
| 1315 | 2025-09-17T00:09:07.695Z | Checking h2 v0.4.6 |
| 1316 | 2025-09-17T00:09:07.820Z | Checking libsw v3.5.0 |
| 1317 | 2025-09-17T00:09:07.849Z | Checking hickory-proto v0.24.4 |
| 1318 | 2025-09-17T00:09:08.067Z | Checking cancel-safe-futures v0.1.5 |
| 1319 | 2025-09-17T00:09:08.252Z | Checking tokio-stream v0.1.17 |
| 1320 | 2025-09-17T00:09:08.281Z | Checking steno v0.4.1 |
| 1321 | 2025-09-17T00:09:08.373Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
| 1322 | 2025-09-17T00:09:08.495Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1323 | 2025-09-17T00:09:09.023Z | Checking tokio-rustls v0.24.1 |
| 1324 | 2025-09-17T00:09:09.173Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 1325 | 2025-09-17T00:09:09.362Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
| 1326 | 2025-09-17T00:09:09.465Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1327 | 2025-09-17T00:09:09.489Z | Checking tokio-dtrace v0.1.1 |
| 1328 | 2025-09-17T00:09:09.737Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
| 1329 | 2025-09-17T00:09:09.789Z | Checking oxide-tokio-rt v0.1.2 |
| 1330 | 2025-09-17T00:09:11.176Z | Checking hickory-resolver v0.24.4 |
| 1331 | 2025-09-17T00:09:11.669Z | Checking hyper v1.6.0 |
| 1332 | 2025-09-17T00:09:11.831Z | Checking mockall v0.12.1 |
| 1333 | 2025-09-17T00:09:12.230Z | Checking qorb v0.2.1 |
| 1334 | 2025-09-17T00:09:12.930Z | Checking hyper-util v0.1.16 |
| 1335 | 2025-09-17T00:09:14.240Z | Checking hyper-tls v0.6.0 |
| 1336 | 2025-09-17T00:09:14.240Z | Checking hyper-rustls v0.27.3 |
| 1337 | 2025-09-17T00:09:14.243Z | Checking dropshot v0.16.2 |
| 1338 | 2025-09-17T00:09:14.454Z | Checking reqwest v0.12.7 |
| 1339 | 2025-09-17T00:09:15.455Z | Checking progenitor-client v0.9.1 |
| 1340 | 2025-09-17T00:09:15.458Z | Checking progenitor-client v0.8.0 |
| 1341 | 2025-09-17T00:09:15.458Z | Checking progenitor-client v0.10.0 |
| 1342 | 2025-09-17T00:09:15.682Z | Checking progenitor v0.8.0 |
| 1343 | 2025-09-17T00:09:15.704Z | Checking progenitor v0.10.0 |
| 1344 | 2025-09-17T00:09:15.715Z | Checking progenitor v0.9.1 |
| 1345 | 2025-09-17T00:09:15.832Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
| 1346 | 2025-09-17T00:09:15.847Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1347 | 2025-09-17T00:09:15.851Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 1348 | 2025-09-17T00:09:16.708Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 1349 | 2025-09-17T00:09:17.787Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 1350 | 2025-09-17T00:09:19.358Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1351 | 2025-09-17T00:09:19.713Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
| 1352 | 2025-09-17T00:09:20.369Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 1353 | 2025-09-17T00:09:25.297Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1354 | 2025-09-17T00:09:25.300Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1355 | 2025-09-17T00:09:25.300Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1356 | 2025-09-17T00:09:25.300Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1357 | 2025-09-17T00:09:25.916Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1358 | 2025-09-17T00:09:26.975Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1359 | 2025-09-17T00:09:27.343Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1360 | 2025-09-17T00:09:27.343Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1361 | 2025-09-17T00:09:27.401Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1362 | 2025-09-17T00:09:27.960Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1363 | 2025-09-17T00:09:28.204Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1364 | 2025-09-17T00:09:28.385Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1365 | 2025-09-17T00:09:38.401Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1366 | 2025-09-17T00:09:43.572Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1367 | 2025-09-17T00:09:44.201Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 1368 | 2025-09-17T00:09:48.163Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 1369 | 2025-09-17T00:09:58.790Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 1370 | 2025-09-17T00:09:58.793Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
| 1371 | 2025-09-17T00:10:06.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
| 1372 | 2025-09-17T00:10:07.085Z | |
| 1373 | 2025-09-17T00:10:07.085Z | real 1:08.657262911 |
| 1374 | 2025-09-17T00:10:07.085Z | user 2:59.765567548 |
| 1375 | 2025-09-17T00:10:07.085Z | sys 24.141755314 |
| 1376 | 2025-09-17T00:10:07.085Z | trap 0.067731076 |
| 1377 | 2025-09-17T00:10:07.085Z | tflt 0.039585649 |
| 1378 | 2025-09-17T00:10:07.085Z | dflt 0.010236955 |
| 1379 | 2025-09-17T00:10:07.085Z | kflt 0.000041087 |
| 1380 | 2025-09-17T00:10:07.088Z | lock 7:10.799795609 |
| 1381 | 2025-09-17T00:10:07.088Z | slp 9:56.416103330 |
| 1382 | 2025-09-17T00:10:07.088Z | lat 6.557964965 |
| 1383 | 2025-09-17T00:10:07.088Z | stop 14.253724021 |
| 1384 | 2025-09-17T00:10:07.088Z | + banner build |
| 1385 | 2025-09-17T00:10:07.088Z | |
| 1386 | 2025-09-17T00:10:07.088Z | ##### # # # # ##### |
| 1387 | 2025-09-17T00:10:07.088Z | # # # # # # # # |
| 1388 | 2025-09-17T00:10:07.088Z | ##### # # # # # # |
| 1389 | 2025-09-17T00:10:07.088Z | # # # # # # # # |
| 1390 | 2025-09-17T00:10:07.088Z | # # # # # # # # |
| 1391 | 2025-09-17T00:10:07.088Z | ##### #### # ###### ##### |
| 1392 | 2025-09-17T00:10:07.088Z | |
| 1393 | 2025-09-17T00:10:07.088Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
| 1394 | 2025-09-17T00:10:07.868Z | Compiling proc-macro2 v1.0.95 |
| 1395 | 2025-09-17T00:10:07.868Z | Compiling unicode-ident v1.0.18 |
| 1396 | 2025-09-17T00:10:07.871Z | Compiling libc v0.2.171 |
| 1397 | 2025-09-17T00:10:07.871Z | Compiling serde v1.0.219 |
| 1398 | 2025-09-17T00:10:07.871Z | Compiling autocfg v1.3.0 |
| 1399 | 2025-09-17T00:10:07.871Z | Compiling cfg-if v1.0.0 |
| 1400 | 2025-09-17T00:10:07.871Z | Compiling memchr v2.7.2 |
| 1401 | 2025-09-17T00:10:07.871Z | Compiling libm v0.2.8 |
| 1402 | 2025-09-17T00:10:08.129Z | Compiling version_check v0.9.5 |
| 1403 | 2025-09-17T00:10:08.214Z | Compiling itoa v1.0.11 |
| 1404 | 2025-09-17T00:10:08.448Z | Compiling semver v1.0.26 |
| 1405 | 2025-09-17T00:10:08.541Z | Compiling shlex v1.3.0 |
| 1406 | 2025-09-17T00:10:08.586Z | Compiling thiserror v1.0.64 |
| 1407 | 2025-09-17T00:10:08.938Z | Compiling ryu v1.0.18 |
| 1408 | 2025-09-17T00:10:09.104Z | Compiling serde_json v1.0.140 |
| 1409 | 2025-09-17T00:10:09.122Z | Compiling lock_api v0.4.12 |
| 1410 | 2025-09-17T00:10:09.141Z | Compiling parking_lot_core v0.9.10 |
| 1411 | 2025-09-17T00:10:09.223Z | Compiling schemars v0.8.22 |
| 1412 | 2025-09-17T00:10:09.490Z | Compiling equivalent v1.0.1 |
| 1413 | 2025-09-17T00:10:09.531Z | Compiling foldhash v0.1.5 |
| 1414 | 2025-09-17T00:10:09.600Z | Compiling allocator-api2 v0.2.18 |
| 1415 | 2025-09-17T00:10:09.614Z | Compiling once_cell v1.19.0 |
| 1416 | 2025-09-17T00:10:09.617Z | Compiling log v0.4.27 |
| 1417 | 2025-09-17T00:10:09.803Z | Compiling quote v1.0.40 |
| 1418 | 2025-09-17T00:10:09.953Z | Compiling jobserver v0.1.31 |
| 1419 | 2025-09-17T00:10:10.103Z | Compiling heck v0.5.0 |
| 1420 | 2025-09-17T00:10:10.240Z | Compiling syn v2.0.101 |
| 1421 | 2025-09-17T00:10:10.291Z | Compiling hashbrown v0.15.2 |
| 1422 | 2025-09-17T00:10:10.338Z | Compiling cc v1.2.17 |
| 1423 | 2025-09-17T00:10:10.427Z | Compiling getrandom v0.2.14 |
| 1424 | 2025-09-17T00:10:10.497Z | Compiling slab v0.4.9 |
| 1425 | 2025-09-17T00:10:10.560Z | Compiling num-traits v0.2.19 |
| 1426 | 2025-09-17T00:10:10.873Z | Compiling pin-project-lite v0.2.14 |
| 1427 | 2025-09-17T00:10:10.890Z | Compiling smallvec v1.13.2 |
| 1428 | 2025-09-17T00:10:11.385Z | Compiling fnv v1.0.7 |
| 1429 | 2025-09-17T00:10:11.438Z | Compiling pkg-config v0.3.30 |
| 1430 | 2025-09-17T00:10:11.516Z | Compiling vcpkg v0.2.15 |
| 1431 | 2025-09-17T00:10:11.708Z | Compiling scopeguard v1.2.0 |
| 1432 | 2025-09-17T00:10:11.886Z | Compiling getrandom v0.3.2 |
| 1433 | 2025-09-17T00:10:12.893Z | Compiling socket2 v0.5.10 |
| 1434 | 2025-09-17T00:10:13.118Z | Compiling parking_lot v0.12.2 |
| 1435 | 2025-09-17T00:10:13.252Z | Compiling signal-hook-registry v1.4.2 |
| 1436 | 2025-09-17T00:10:13.295Z | Compiling mio v1.0.2 |
| 1437 | 2025-09-17T00:10:13.431Z | Compiling ring v0.17.14 |
| 1438 | 2025-09-17T00:10:13.900Z | Compiling iana-time-zone v0.1.60 |
| 1439 | 2025-09-17T00:10:14.545Z | Compiling dyn-clone v1.0.17 |
| 1440 | 2025-09-17T00:10:14.783Z | Compiling httparse v1.10.1 |
| 1441 | 2025-09-17T00:10:14.955Z | Compiling thiserror v2.0.12 |
| 1442 | 2025-09-17T00:10:14.981Z | Compiling regex-syntax v0.8.5 |
| 1443 | 2025-09-17T00:10:15.027Z | Compiling aho-corasick v1.1.3 |
| 1444 | 2025-09-17T00:10:15.152Z | Compiling typenum v1.17.0 |
| 1445 | 2025-09-17T00:10:15.236Z | Compiling futures-core v0.3.31 |
| 1446 | 2025-09-17T00:10:15.417Z | Compiling openssl-sys v0.9.107 |
| 1447 | 2025-09-17T00:10:15.477Z | Compiling generic-array v0.14.7 |
| 1448 | 2025-09-17T00:10:15.567Z | Compiling stable_deref_trait v1.2.0 |
| 1449 | 2025-09-17T00:10:15.689Z | Compiling regress v0.10.3 |
| 1450 | 2025-09-17T00:10:15.853Z | Compiling rand_core v0.6.4 |
| 1451 | 2025-09-17T00:10:16.316Z | Compiling futures-sink v0.3.31 |
| 1452 | 2025-09-17T00:10:16.711Z | Compiling ucd-trie v0.1.6 |
| 1453 | 2025-09-17T00:10:16.782Z | Compiling byteorder v1.5.0 |
| 1454 | 2025-09-17T00:10:17.134Z | Compiling serde_derive_internals v0.29.1 |
| 1455 | 2025-09-17T00:10:17.196Z | Compiling synstructure v0.13.1 |
| 1456 | 2025-09-17T00:10:17.282Z | Compiling subtle v2.5.0 |
| 1457 | 2025-09-17T00:10:18.330Z | Compiling futures-channel v0.3.31 |
| 1458 | 2025-09-17T00:10:18.418Z | Compiling pin-utils v0.1.0 |
| 1459 | 2025-09-17T00:10:18.534Z | Compiling futures-io v0.3.31 |
| 1460 | 2025-09-17T00:10:18.797Z | Compiling regex-automata v0.4.9 |
| 1461 | 2025-09-17T00:10:18.906Z | Compiling futures-task v0.3.31 |
| 1462 | 2025-09-17T00:10:18.999Z | Compiling openssl v0.10.72 |
| 1463 | 2025-09-17T00:10:19.212Z | Compiling slog v2.7.0 |
| 1464 | 2025-09-17T00:10:19.511Z | Compiling rustversion v1.0.17 |
| 1465 | 2025-09-17T00:10:19.732Z | Compiling native-tls v0.2.11 |
| 1466 | 2025-09-17T00:10:20.000Z | Compiling rustls v0.23.10 |
| 1467 | 2025-09-17T00:10:20.084Z | Compiling rustix v0.38.34 |
| 1468 | 2025-09-17T00:10:20.334Z | Compiling percent-encoding v2.3.1 |
| 1469 | 2025-09-17T00:10:20.761Z | Compiling tracing-core v0.1.32 |
| 1470 | 2025-09-17T00:10:20.817Z | Compiling serde_derive v1.0.219 |
| 1471 | 2025-09-17T00:10:21.156Z | Compiling thiserror-impl v1.0.64 |
| 1472 | 2025-09-17T00:10:21.193Z | Compiling schemars_derive v0.8.22 |
| 1473 | 2025-09-17T00:10:21.283Z | Compiling tokio-macros v2.5.0 |
| 1474 | 2025-09-17T00:10:22.719Z | Compiling zerofrom-derive v0.1.5 |
| 1475 | 2025-09-17T00:10:22.820Z | Compiling yoke-derive v0.7.5 |
| 1476 | 2025-09-17T00:10:23.752Z | Compiling zerovec-derive v0.10.3 |
| 1477 | 2025-09-17T00:10:23.811Z | Compiling displaydoc v0.2.5 |
| 1478 | 2025-09-17T00:10:25.117Z | Compiling futures-macro v0.3.31 |
| 1479 | 2025-09-17T00:10:25.197Z | Compiling icu_provider_macros v1.5.0 |
| 1480 | 2025-09-17T00:10:25.400Z | Compiling thiserror-impl v2.0.12 |
| 1481 | 2025-09-17T00:10:25.568Z | Compiling regex v1.11.1 |
| 1482 | 2025-09-17T00:10:25.931Z | Compiling pest v2.7.10 |
| 1483 | 2025-09-17T00:10:26.308Z | Compiling zerofrom v0.1.5 |
| 1484 | 2025-09-17T00:10:26.417Z | Compiling openssl-macros v0.1.1 |
| 1485 | 2025-09-17T00:10:26.534Z | Compiling yoke v0.7.5 |
| 1486 | 2025-09-17T00:10:26.868Z | Compiling futures-util v0.3.31 |
| 1487 | 2025-09-17T00:10:26.903Z | Compiling zerovec v0.10.4 |
| 1488 | 2025-09-17T00:10:28.037Z | Compiling tracing-attributes v0.1.27 |
| 1489 | 2025-09-17T00:10:28.624Z | Compiling pest_meta v2.7.10 |
| 1490 | 2025-09-17T00:10:29.624Z | Compiling tinystr v0.7.6 |
| 1491 | 2025-09-17T00:10:30.036Z | Compiling pest_generator v2.7.10 |
| 1492 | 2025-09-17T00:10:31.127Z | Compiling writeable v0.5.5 |
| 1493 | 2025-09-17T00:10:31.365Z | Compiling litemap v0.7.4 |
| 1494 | 2025-09-17T00:10:31.818Z | Compiling untrusted v0.9.0 |
| 1495 | 2025-09-17T00:10:31.919Z | Compiling pest_derive v2.7.10 |
| 1496 | 2025-09-17T00:10:32.123Z | Compiling bytes v1.10.1 |
| 1497 | 2025-09-17T00:10:32.730Z | Compiling serde_tokenstream v0.2.2 |
| 1498 | 2025-09-17T00:10:32.817Z | Compiling indexmap v2.9.0 |
| 1499 | 2025-09-17T00:10:33.224Z | Compiling uuid v1.16.0 |
| 1500 | 2025-09-17T00:10:33.288Z | Compiling chrono v0.4.41 |
| 1501 | 2025-09-17T00:10:33.934Z | Compiling tokio v1.46.1 |
| 1502 | 2025-09-17T00:10:34.323Z | Compiling bitflags v2.6.0 |
| 1503 | 2025-09-17T00:10:35.159Z | Compiling http v1.3.1 |
| 1504 | 2025-09-17T00:10:37.888Z | Compiling icu_locid v1.5.0 |
| 1505 | 2025-09-17T00:10:39.687Z | Compiling tracing v0.1.40 |
| 1506 | 2025-09-17T00:10:40.449Z | Compiling icu_provider v1.5.0 |
| 1507 | 2025-09-17T00:10:41.743Z | Compiling scroll_derive v0.12.0 |
| 1508 | 2025-09-17T00:10:42.462Z | Compiling syn v1.0.109 |
| 1509 | 2025-09-17T00:10:42.521Z | Compiling icu_locid_transform_data v1.5.0 |
| 1510 | 2025-09-17T00:10:42.634Z | Compiling ppv-lite86 v0.2.17 |
| 1511 | 2025-09-17T00:10:43.100Z | Compiling tokio-util v0.7.11 |
| 1512 | 2025-09-17T00:10:43.171Z | Compiling icu_locid_transform v1.5.0 |
| 1513 | 2025-09-17T00:10:44.332Z | Compiling icu_collections v1.5.0 |
| 1514 | 2025-09-17T00:10:44.952Z | Compiling form_urlencoded v1.2.1 |
| 1515 | 2025-09-17T00:10:44.967Z | Compiling thread-id v4.2.1 |
| 1516 | 2025-09-17T00:10:45.092Z | Compiling icu_properties_data v1.5.0 |
| 1517 | 2025-09-17T00:10:45.363Z | Compiling rustls-pki-types v1.7.0 |
| 1518 | 2025-09-17T00:10:45.443Z | Compiling anyhow v1.0.97 |
| 1519 | 2025-09-17T00:10:45.640Z | Compiling icu_properties v1.5.1 |
| 1520 | 2025-09-17T00:10:46.540Z | Compiling zerocopy-derive v0.7.34 |
| 1521 | 2025-09-17T00:10:47.225Z | Compiling write16 v1.0.0 |
| 1522 | 2025-09-17T00:10:47.268Z | Compiling utf8_iter v1.0.4 |
| 1523 | 2025-09-17T00:10:47.383Z | Compiling base64 v0.22.1 |
| 1524 | 2025-09-17T00:10:47.558Z | Compiling time-core v0.1.2 |
| 1525 | 2025-09-17T00:10:47.748Z | Compiling num-conv v0.1.0 |
| 1526 | 2025-09-17T00:10:48.037Z | Compiling icu_normalizer_data v1.5.0 |
| 1527 | 2025-09-17T00:10:48.158Z | Compiling utf16_iter v1.0.5 |
| 1528 | 2025-09-17T00:10:48.409Z | Compiling time-macros v0.2.18 |
| 1529 | 2025-09-17T00:10:48.448Z | Compiling crypto-common v0.1.6 |
| 1530 | 2025-09-17T00:10:48.493Z | Compiling openapiv3 v2.0.0 |
| 1531 | 2025-09-17T00:10:48.597Z | Compiling strsim v0.11.1 |
| 1532 | 2025-09-17T00:10:48.690Z | Compiling zeroize v1.7.0 |
| 1533 | 2025-09-17T00:10:49.211Z | Compiling ipnet v2.9.0 |
| 1534 | 2025-09-17T00:10:49.436Z | Compiling icu_normalizer v1.5.0 |
| 1535 | 2025-09-17T00:10:51.171Z | Compiling atomic-waker v1.1.2 |
| 1536 | 2025-09-17T00:10:51.403Z | Compiling idna_adapter v1.2.0 |
| 1537 | 2025-09-17T00:10:51.638Z | Compiling rustls-webpki v0.102.4 |
| 1538 | 2025-09-17T00:10:51.833Z | Compiling http-body v1.0.1 |
| 1539 | 2025-09-17T00:10:51.882Z | Compiling usdt-impl v0.5.0 |
| 1540 | 2025-09-17T00:10:52.088Z | Compiling try-lock v0.2.5 |
| 1541 | 2025-09-17T00:10:52.279Z | Compiling want v0.3.1 |
| 1542 | 2025-09-17T00:10:52.301Z | Compiling idna v1.0.3 |
| 1543 | 2025-09-17T00:10:52.318Z | Compiling h2 v0.4.6 |
| 1544 | 2025-09-17T00:10:52.587Z | Compiling rand_chacha v0.3.1 |
| 1545 | 2025-09-17T00:10:54.277Z | Compiling scroll v0.12.0 |
| 1546 | 2025-09-17T00:10:54.517Z | Compiling plain v0.2.3 |
| 1547 | 2025-09-17T00:10:54.693Z | Compiling ident_case v1.0.1 |
| 1548 | 2025-09-17T00:10:54.811Z | Compiling httpdate v1.0.3 |
| 1549 | 2025-09-17T00:10:54.888Z | Compiling darling_core v0.20.9 |
| 1550 | 2025-09-17T00:10:55.566Z | Compiling goblin v0.8.2 |
| 1551 | 2025-09-17T00:10:55.587Z | Compiling rand v0.8.5 |
| 1552 | 2025-09-17T00:10:55.882Z | Compiling url v2.5.4 |
| 1553 | 2025-09-17T00:10:57.047Z | Compiling zerocopy v0.7.34 |
| 1554 | 2025-09-17T00:10:57.268Z | Compiling camino v1.1.9 |
| 1555 | 2025-09-17T00:10:57.893Z | Compiling hyper v1.6.0 |
| 1556 | 2025-09-17T00:10:58.400Z | Compiling unsafe-libyaml v0.2.11 |
| 1557 | 2025-09-17T00:11:00.029Z | Compiling pretty-hex v0.4.1 |
| 1558 | 2025-09-17T00:11:00.051Z | Compiling tower-service v0.3.2 |
| 1559 | 2025-09-17T00:11:00.204Z | Compiling darling_macro v0.20.9 |
| 1560 | 2025-09-17T00:11:00.265Z | Compiling serde_yaml v0.9.34+deprecated |
| 1561 | 2025-09-17T00:11:00.807Z | Compiling hyper-util v0.1.16 |
| 1562 | 2025-09-17T00:11:01.288Z | Compiling dtrace-parser v0.2.0 |
| 1563 | 2025-09-17T00:11:01.419Z | Compiling dof v0.3.0 |
| 1564 | 2025-09-17T00:11:03.250Z | Compiling paste v1.0.15 |
| 1565 | 2025-09-17T00:11:03.394Z | Compiling foreign-types-shared v0.1.1 |
| 1566 | 2025-09-17T00:11:03.689Z | Compiling foreign-types v0.3.2 |
| 1567 | 2025-09-17T00:11:04.777Z | Compiling darling v0.20.9 |
| 1568 | 2025-09-17T00:11:04.926Z | Compiling http-body-util v0.1.3 |
| 1569 | 2025-09-17T00:11:05.071Z | Compiling strum_macros v0.26.4 |
| 1570 | 2025-09-17T00:11:05.490Z | Compiling encoding_rs v0.8.34 |
| 1571 | 2025-09-17T00:11:06.173Z | Compiling newtype-uuid v1.2.1 |
| 1572 | 2025-09-17T00:11:06.425Z | Compiling mime v0.3.17 |
| 1573 | 2025-09-17T00:11:08.757Z | Compiling rustls-pemfile v2.1.3 |
| 1574 | 2025-09-17T00:11:09.047Z | Compiling serde_urlencoded v0.7.1 |
| 1575 | 2025-09-17T00:11:09.619Z | Compiling async-trait v0.1.88 |
| 1576 | 2025-09-17T00:11:09.979Z | Compiling cpufeatures v0.2.12 |
| 1577 | 2025-09-17T00:11:10.228Z | Compiling openssl-probe v0.1.5 |
| 1578 | 2025-09-17T00:11:10.636Z | Compiling omicron-workspace-hack v0.1.0 |
| 1579 | 2025-09-17T00:11:11.164Z | Compiling usdt-macro v0.5.0 |
| 1580 | 2025-09-17T00:11:11.374Z | Compiling usdt-attr-macro v0.5.0 |
| 1581 | 2025-09-17T00:11:11.843Z | Compiling block-buffer v0.10.4 |
| 1582 | 2025-09-17T00:11:12.666Z | Compiling typify-impl v0.2.0 |
| 1583 | 2025-09-17T00:11:17.410Z | Compiling errno v0.3.9 |
| 1584 | 2025-09-17T00:11:17.692Z | Compiling rustls v0.22.4 |
| 1585 | 2025-09-17T00:11:18.234Z | Compiling tokio-rustls v0.26.0 |
| 1586 | 2025-09-17T00:11:18.723Z | Compiling tokio-native-tls v0.3.1 |
| 1587 | 2025-09-17T00:11:21.481Z | Compiling digest v0.10.7 |
| 1588 | 2025-09-17T00:11:21.961Z | Compiling webpki-roots v0.26.3 |
| 1589 | 2025-09-17T00:11:22.158Z | Compiling typify-macro v0.2.0 |
| 1590 | 2025-09-17T00:11:22.297Z | Compiling slog-async v2.8.0 |
| 1591 | 2025-09-17T00:11:22.406Z | Compiling hyper-rustls v0.27.3 |
| 1592 | 2025-09-17T00:11:22.447Z | Compiling hyper-tls v0.6.0 |
| 1593 | 2025-09-17T00:11:22.827Z | Compiling toml_datetime v0.6.11 |
| 1594 | 2025-09-17T00:11:22.922Z | Compiling sync_wrapper v1.0.1 |
| 1595 | 2025-09-17T00:11:23.094Z | Compiling multer v3.1.0 |
| 1596 | 2025-09-17T00:11:23.328Z | Compiling crossbeam-utils v0.8.19 |
| 1597 | 2025-09-17T00:11:23.335Z | Compiling reqwest v0.12.7 |
| 1598 | 2025-09-17T00:11:23.888Z | Compiling futures-executor v0.3.31 |
| 1599 | 2025-09-17T00:11:23.913Z | Compiling structmeta-derive v0.3.0 |
| 1600 | 2025-09-17T00:11:24.364Z | Compiling daft-derive v0.1.2 |
| 1601 | 2025-09-17T00:11:25.419Z | Compiling typify v0.2.0 |
| 1602 | 2025-09-17T00:11:26.020Z | Compiling futures v0.3.31 |
| 1603 | 2025-09-17T00:11:26.340Z | Compiling structmeta v0.3.0 |
| 1604 | 2025-09-17T00:11:26.687Z | Compiling ipnetwork v0.21.1 |
| 1605 | 2025-09-17T00:11:27.782Z | Compiling serde_spanned v0.6.9 |
| 1606 | 2025-09-17T00:11:27.922Z | Compiling async-stream-impl v0.3.6 |
| 1607 | 2025-09-17T00:11:28.052Z | Compiling dropshot v0.16.2 |
| 1608 | 2025-09-17T00:11:28.161Z | Compiling powerfmt v0.2.0 |
| 1609 | 2025-09-17T00:11:28.661Z | Compiling deranged v0.3.11 |
| 1610 | 2025-09-17T00:11:29.664Z | Compiling progenitor-impl v0.8.0 |
| 1611 | 2025-09-17T00:11:29.863Z | Compiling sha1 v0.10.6 |
| 1612 | 2025-09-17T00:11:30.330Z | Compiling strum v0.26.3 |
| 1613 | 2025-09-17T00:11:31.650Z | Compiling num_threads v0.1.7 |
| 1614 | 2025-09-17T00:11:32.733Z | Compiling time v0.3.36 |
| 1615 | 2025-09-17T00:11:35.199Z | Compiling progenitor-macro v0.8.0 |
| 1616 | 2025-09-17T00:11:39.377Z | Compiling parse-display-derive v0.10.0 |
| 1617 | 2025-09-17T00:11:44.019Z | Compiling serde_with_macros v3.12.0 |
| 1618 | 2025-09-17T00:11:44.453Z | Compiling dropshot_endpoint v0.16.2 |
| 1619 | 2025-09-17T00:11:44.708Z | Compiling memmap v0.7.0 |
| 1620 | 2025-09-17T00:11:45.151Z | Compiling match_cfg v0.1.0 |
| 1621 | 2025-09-17T00:11:45.526Z | Compiling fastrand v2.1.0 |
| 1622 | 2025-09-17T00:11:46.150Z | Compiling tempfile v3.10.1 |
| 1623 | 2025-09-17T00:11:46.444Z | Compiling hostname v0.3.1 |
| 1624 | 2025-09-17T00:11:46.721Z | Compiling usdt v0.5.0 |
| 1625 | 2025-09-17T00:11:47.964Z | Compiling dirs-sys-next v0.1.2 |
| 1626 | 2025-09-17T00:11:48.082Z | Compiling winnow v0.7.12 |
| 1627 | 2025-09-17T00:11:48.451Z | Compiling dirs-next v2.0.0 |
| 1628 | 2025-09-17T00:11:48.918Z | Compiling oxnet v0.1.1 |
| 1629 | 2025-09-17T00:11:48.966Z | Compiling test-strategy v0.4.1 |
| 1630 | 2025-09-17T00:11:49.177Z | Compiling macaddr v1.0.1 |
| 1631 | 2025-09-17T00:11:49.911Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1632 | 2025-09-17T00:11:50.618Z | Compiling thread_local v1.1.8 |
| 1633 | 2025-09-17T00:11:50.978Z | Compiling quick-error v1.2.3 |
| 1634 | 2025-09-17T00:11:52.047Z | Compiling term v0.7.0 |
| 1635 | 2025-09-17T00:11:52.061Z | Compiling crossbeam-channel v0.5.15 |
| 1636 | 2025-09-17T00:11:52.191Z | Compiling is-terminal v0.4.12 |
| 1637 | 2025-09-17T00:11:52.328Z | Compiling toml_write v0.1.2 |
| 1638 | 2025-09-17T00:11:52.405Z | Compiling take_mut v0.2.2 |
| 1639 | 2025-09-17T00:11:52.759Z | Compiling lazy_static v1.5.0 |
| 1640 | 2025-09-17T00:11:52.759Z | Compiling debug-ignore v1.0.5 |
| 1641 | 2025-09-17T00:11:52.791Z | Compiling toml_edit v0.22.27 |
| 1642 | 2025-09-17T00:11:52.946Z | Compiling slog-term v2.9.1 |
| 1643 | 2025-09-17T00:11:55.490Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1644 | 2025-09-17T00:11:56.061Z | Compiling slog-json v2.6.1 |
| 1645 | 2025-09-17T00:11:56.757Z | Compiling spin v0.9.8 |
| 1646 | 2025-09-17T00:11:56.874Z | Compiling toml v0.8.23 |
| 1647 | 2025-09-17T00:11:57.607Z | Compiling slog-bunyan v2.5.0 |
| 1648 | 2025-09-17T00:11:59.244Z | Compiling tokio-rustls v0.25.0 |
| 1649 | 2025-09-17T00:11:59.432Z | Compiling daft v0.1.2 |
| 1650 | 2025-09-17T00:11:59.694Z | Compiling async-stream v0.3.6 |
| 1651 | 2025-09-17T00:11:59.982Z | Compiling waitgroup v0.1.2 |
| 1652 | 2025-09-17T00:12:00.229Z | Compiling serde_path_to_error v0.1.17 |
| 1653 | 2025-09-17T00:12:00.258Z | Compiling wait-timeout v0.2.0 |
| 1654 | 2025-09-17T00:12:00.545Z | Compiling hostname v0.4.0 |
| 1655 | 2025-09-17T00:12:00.821Z | Compiling winnow v0.5.40 |
| 1656 | 2025-09-17T00:12:01.460Z | Compiling bit-vec v0.6.3 |
| 1657 | 2025-09-17T00:12:01.855Z | Compiling bit-set v0.5.3 |
| 1658 | 2025-09-17T00:12:02.633Z | Compiling rusty-fork v0.3.0 |
| 1659 | 2025-09-17T00:12:04.304Z | Compiling toml_edit v0.19.15 |
| 1660 | 2025-09-17T00:12:04.516Z | Compiling serde_with v3.12.0 |
| 1661 | 2025-09-17T00:12:08.787Z | Compiling progenitor-client v0.8.0 |
| 1662 | 2025-09-17T00:12:09.007Z | Compiling progenitor-client v0.9.1 |
| 1663 | 2025-09-17T00:12:09.396Z | Compiling hex v0.4.3 |
| 1664 | 2025-09-17T00:12:09.596Z | Compiling rand_xorshift v0.3.0 |
| 1665 | 2025-09-17T00:12:09.919Z | Compiling unarray v0.1.4 |
| 1666 | 2025-09-17T00:12:10.128Z | Compiling crucible-workspace-hack v0.1.0 |
| 1667 | 2025-09-17T00:12:10.519Z | Compiling zerocopy v0.8.25 |
| 1668 | 2025-09-17T00:12:11.352Z | Compiling proptest v1.5.0 |
| 1669 | 2025-09-17T00:12:12.862Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1670 | 2025-09-17T00:12:13.065Z | Compiling progenitor v0.8.0 |
| 1671 | 2025-09-17T00:12:13.289Z | Compiling proc-macro-crate v1.3.1 |
| 1672 | 2025-09-17T00:12:14.022Z | Compiling parse-display v0.10.0 |
| 1673 | 2025-09-17T00:12:14.776Z | Compiling zerocopy-derive v0.8.25 |
| 1674 | 2025-09-17T00:12:15.125Z | Compiling instant v0.1.12 |
| 1675 | 2025-09-17T00:12:15.316Z | Compiling heck v0.4.1 |
| 1676 | 2025-09-17T00:12:15.877Z | Compiling backoff v0.4.0 |
| 1677 | 2025-09-17T00:12:19.863Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
| 1678 | 2025-09-17T00:12:21.225Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
| 1679 | 2025-09-17T00:12:21.698Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1680 | 2025-09-17T00:12:22.216Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1681 | 2025-09-17T00:12:22.444Z | Compiling clap_derive v4.5.4 |
| 1682 | 2025-09-17T00:12:23.280Z | Compiling utf8parse v0.2.1 |
| 1683 | 2025-09-17T00:12:23.469Z | Compiling anstyle-parse v0.2.4 |
| 1684 | 2025-09-17T00:12:26.780Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1685 | 2025-09-17T00:12:27.127Z | Compiling num-integer v0.1.46 |
| 1686 | 2025-09-17T00:12:30.028Z | Compiling is_terminal_polyfill v1.70.0 |
| 1687 | 2025-09-17T00:12:30.646Z | Compiling unicode-width v0.1.14 |
| 1688 | 2025-09-17T00:12:31.263Z | Compiling either v1.15.0 |
| 1689 | 2025-09-17T00:12:31.368Z | Compiling colorchoice v1.0.1 |
| 1690 | 2025-09-17T00:12:31.371Z | Compiling unicode-xid v0.2.4 |
| 1691 | 2025-09-17T00:12:31.572Z | Compiling anstyle-query v1.0.3 |
| 1692 | 2025-09-17T00:12:31.575Z | Compiling anstyle v1.0.7 |
| 1693 | 2025-09-17T00:12:31.673Z | Compiling itertools v0.13.0 |
| 1694 | 2025-09-17T00:12:32.107Z | Compiling anstream v0.6.14 |
| 1695 | 2025-09-17T00:12:34.438Z | Compiling terminal_size v0.3.0 |
| 1696 | 2025-09-17T00:12:34.534Z | Compiling heapless v0.8.0 |
| 1697 | 2025-09-17T00:12:34.681Z | Compiling clap_lex v0.7.0 |
| 1698 | 2025-09-17T00:12:34.940Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 1699 | 2025-09-17T00:12:35.355Z | Compiling clap_builder v4.5.2 |
| 1700 | 2025-09-17T00:12:37.062Z | Compiling num-bigint v0.4.5 |
| 1701 | 2025-09-17T00:12:37.206Z | Compiling hash32 v0.3.1 |
| 1702 | 2025-09-17T00:12:37.334Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1703 | 2025-09-17T00:12:38.182Z | Compiling smoltcp v0.11.0 |
| 1704 | 2025-09-17T00:12:39.216Z | Compiling synstructure v0.12.6 |
| 1705 | 2025-09-17T00:12:39.510Z | Compiling num-iter v0.1.45 |
| 1706 | 2025-09-17T00:12:39.726Z | Compiling num_enum_derive v0.7.3 |
| 1707 | 2025-09-17T00:12:40.416Z | Compiling num-rational v0.4.2 |
| 1708 | 2025-09-17T00:12:40.833Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 1709 | 2025-09-17T00:12:41.771Z | Compiling clap v4.5.4 |
| 1710 | 2025-09-17T00:12:41.927Z | Compiling typify-impl v0.3.0 |
| 1711 | 2025-09-17T00:12:42.765Z | Compiling num-complex v0.4.6 |
| 1712 | 2025-09-17T00:12:43.466Z | Compiling proc-macro-error-attr v1.0.4 |
| 1713 | 2025-09-17T00:12:43.874Z | Compiling managed v0.8.0 |
| 1714 | 2025-09-17T00:12:44.008Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#4f750d9e) |
| 1715 | 2025-09-17T00:12:44.402Z | Compiling cobs v0.2.3 |
| 1716 | 2025-09-17T00:12:44.416Z | Compiling bitflags v1.3.2 |
| 1717 | 2025-09-17T00:12:44.537Z | Compiling data-encoding v2.6.0 |
| 1718 | 2025-09-17T00:12:44.909Z | Compiling postcard v1.0.9 |
| 1719 | 2025-09-17T00:12:45.704Z | Compiling num v0.4.3 |
| 1720 | 2025-09-17T00:12:46.043Z | Compiling num_enum v0.7.3 |
| 1721 | 2025-09-17T00:12:46.599Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 1722 | 2025-09-17T00:12:46.637Z | Compiling zerocopy-derive v0.2.0 |
| 1723 | 2025-09-17T00:12:50.495Z | Compiling foreign-types-macros v0.2.3 |
| 1724 | 2025-09-17T00:12:50.846Z | Compiling libz-sys v1.1.16 |
| 1725 | 2025-09-17T00:12:50.999Z | Compiling rand_core v0.9.3 |
| 1726 | 2025-09-17T00:12:51.306Z | Compiling typify-macro v0.3.0 |
| 1727 | 2025-09-17T00:12:51.792Z | Compiling proc-macro-error v1.0.4 |
| 1728 | 2025-09-17T00:12:51.948Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 1729 | 2025-09-17T00:12:52.216Z | Compiling foreign-types-shared v0.3.1 |
| 1730 | 2025-09-17T00:12:52.360Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 1731 | 2025-09-17T00:12:52.730Z | Compiling prettyplease v0.2.31 |
| 1732 | 2025-09-17T00:12:53.170Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 1733 | 2025-09-17T00:12:53.625Z | Compiling foreign-types v0.5.0 |
| 1734 | 2025-09-17T00:12:53.872Z | Compiling rand_chacha v0.9.0 |
| 1735 | 2025-09-17T00:12:56.387Z | Compiling tabwriter v1.4.0 |
| 1736 | 2025-09-17T00:12:56.737Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1737 | 2025-09-17T00:12:56.978Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 1738 | 2025-09-17T00:12:57.640Z | Compiling cstr-argument v0.1.2 |
| 1739 | 2025-09-17T00:12:57.736Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4672e62e) |
| 1740 | 2025-09-17T00:12:59.332Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1741 | 2025-09-17T00:12:59.803Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1742 | 2025-09-17T00:13:00.550Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#4f750d9e) |
| 1743 | 2025-09-17T00:13:00.613Z | Compiling rand v0.9.0 |
| 1744 | 2025-09-17T00:13:01.170Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1745 | 2025-09-17T00:13:01.371Z | Compiling usdt-impl v0.3.5 |
| 1746 | 2025-09-17T00:13:01.740Z | Compiling colored v3.0.0 |
| 1747 | 2025-09-17T00:13:01.789Z | Compiling float-ord v0.3.2 |
| 1748 | 2025-09-17T00:13:01.958Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1749 | 2025-09-17T00:13:01.991Z | Compiling semver v0.1.20 |
| 1750 | 2025-09-17T00:13:02.363Z | Compiling rustc_version v0.1.7 |
| 1751 | 2025-09-17T00:13:02.494Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 1752 | 2025-09-17T00:13:02.694Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1753 | 2025-09-17T00:13:04.093Z | Compiling zone_cfg_derive v0.3.0 |
| 1754 | 2025-09-17T00:13:06.118Z | Compiling typify v0.3.0 |
| 1755 | 2025-09-17T00:13:06.694Z | Compiling itertools v0.10.5 |
| 1756 | 2025-09-17T00:13:06.927Z | Compiling itertools v0.14.0 |
| 1757 | 2025-09-17T00:13:09.845Z | Compiling camino-tempfile v1.1.1 |
| 1758 | 2025-09-17T00:13:10.165Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
| 1759 | 2025-09-17T00:13:10.592Z | Compiling num-derive v0.4.2 |
| 1760 | 2025-09-17T00:13:10.876Z | Compiling derive-where v1.2.7 |
| 1761 | 2025-09-17T00:13:12.619Z | Compiling sigpipe v0.1.3 |
| 1762 | 2025-09-17T00:13:12.769Z | Compiling base64 v0.21.7 |
| 1763 | 2025-09-17T00:13:13.193Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1764 | 2025-09-17T00:13:13.209Z | Compiling base64ct v1.6.0 |
| 1765 | 2025-09-17T00:13:13.709Z | Compiling password-hash v0.5.0 |
| 1766 | 2025-09-17T00:13:13.712Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 1767 | 2025-09-17T00:13:13.840Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1768 | 2025-09-17T00:13:15.363Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
| 1769 | 2025-09-17T00:13:15.627Z | Compiling zone v0.3.0 |
| 1770 | 2025-09-17T00:13:15.891Z | Compiling progenitor-impl v0.9.1 |
| 1771 | 2025-09-17T00:13:16.671Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 1772 | 2025-09-17T00:13:18.809Z | Compiling newtype_derive v0.1.6 |
| 1773 | 2025-09-17T00:13:19.243Z | Compiling zerocopy v0.3.2 |
| 1774 | 2025-09-17T00:13:19.591Z | Compiling blake2 v0.10.6 |
| 1775 | 2025-09-17T00:13:19.774Z | Compiling typify-impl v0.4.1 |
| 1776 | 2025-09-17T00:13:20.257Z | Compiling hubpack_derive v0.1.1 |
| 1777 | 2025-09-17T00:13:20.650Z | Compiling cargo-platform v0.1.8 |
| 1778 | 2025-09-17T00:13:21.098Z | Compiling smf v0.2.3 |
| 1779 | 2025-09-17T00:13:21.209Z | Compiling vergen v8.3.2 |
| 1780 | 2025-09-17T00:13:21.229Z | Compiling zerocopy-derive v0.6.6 |
| 1781 | 2025-09-17T00:13:21.616Z | Compiling serde_repr v0.1.19 |
| 1782 | 2025-09-17T00:13:22.734Z | Compiling owo-colors v4.2.0 |
| 1783 | 2025-09-17T00:13:22.870Z | Compiling whoami v1.5.1 |
| 1784 | 2025-09-17T00:13:23.356Z | Compiling tinyvec_macros v0.1.1 |
| 1785 | 2025-09-17T00:13:23.474Z | Compiling cancel-safe-futures v0.1.5 |
| 1786 | 2025-09-17T00:13:23.486Z | Compiling unicode-segmentation v1.11.0 |
| 1787 | 2025-09-17T00:13:23.879Z | Compiling tinyvec v1.6.0 |
| 1788 | 2025-09-17T00:13:24.262Z | Compiling newline-converter v0.3.0 |
| 1789 | 2025-09-17T00:13:24.653Z | Compiling zerocopy v0.6.6 |
| 1790 | 2025-09-17T00:13:25.387Z | Compiling progenitor-macro v0.9.1 |
| 1791 | 2025-09-17T00:13:25.424Z | Compiling hubpack v0.1.2 |
| 1792 | 2025-09-17T00:13:25.909Z | Compiling cargo_metadata v0.18.1 |
| 1793 | 2025-09-17T00:13:27.848Z | Compiling argon2 v0.5.3 |
| 1794 | 2025-09-17T00:13:28.574Z | Compiling dof v0.1.5 |
| 1795 | 2025-09-17T00:13:29.067Z | Compiling typify-macro v0.4.1 |
| 1796 | 2025-09-17T00:13:30.540Z | Compiling console v0.15.8 |
| 1797 | 2025-09-17T00:13:31.503Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 1798 | 2025-09-17T00:13:32.377Z | Compiling strum_macros v0.25.3 |
| 1799 | 2025-09-17T00:13:33.377Z | Compiling enum-as-inner v0.6.0 |
| 1800 | 2025-09-17T00:13:34.387Z | Compiling libsw-core v0.3.2 |
| 1801 | 2025-09-17T00:13:34.677Z | Compiling rustc_version v0.4.0 |
| 1802 | 2025-09-17T00:13:34.990Z | Compiling dtrace-parser v0.1.14 |
| 1803 | 2025-09-17T00:13:35.154Z | Compiling serde-big-array v0.5.1 |
| 1804 | 2025-09-17T00:13:35.208Z | Compiling cookie v0.18.1 |
| 1805 | 2025-09-17T00:13:35.390Z | Compiling slog-dtrace v0.3.0 |
| 1806 | 2025-09-17T00:13:35.504Z | Compiling rustls v0.21.12 |
| 1807 | 2025-09-17T00:13:35.610Z | Compiling cfg_aliases v0.2.1 |
| 1808 | 2025-09-17T00:13:35.730Z | Compiling fixedbitset v0.5.7 |
| 1809 | 2025-09-17T00:13:35.748Z | Compiling static_assertions v1.1.0 |
| 1810 | 2025-09-17T00:13:35.864Z | Compiling fixedbitset v0.4.2 |
| 1811 | 2025-09-17T00:13:36.343Z | Compiling similar v2.5.0 |
| 1812 | 2025-09-17T00:13:36.502Z | Compiling convert_case v0.4.0 |
| 1813 | 2025-09-17T00:13:36.732Z | Compiling utf-8 v0.7.6 |
| 1814 | 2025-09-17T00:13:36.857Z | Compiling linked-hash-map v0.5.6 |
| 1815 | 2025-09-17T00:13:37.094Z | Compiling tungstenite v0.21.0 |
| 1816 | 2025-09-17T00:13:37.144Z | Compiling derive_more v0.99.19 |
| 1817 | 2025-09-17T00:13:37.226Z | Compiling lru-cache v0.1.2 |
| 1818 | 2025-09-17T00:13:37.464Z | Compiling expectorate v1.1.0 |
| 1819 | 2025-09-17T00:13:37.798Z | Compiling petgraph v0.6.5 |
| 1820 | 2025-09-17T00:13:41.561Z | Compiling petgraph v0.7.1 |
| 1821 | 2025-09-17T00:13:41.997Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1822 | 2025-09-17T00:13:42.192Z | Compiling nix v0.29.0 |
| 1823 | 2025-09-17T00:13:43.005Z | Compiling progenitor v0.9.1 |
| 1824 | 2025-09-17T00:13:43.226Z | Compiling libsw v3.5.0 |
| 1825 | 2025-09-17T00:13:43.560Z | Compiling hickory-proto v0.24.4 |
| 1826 | 2025-09-17T00:13:46.174Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1827 | 2025-09-17T00:13:47.504Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1828 | 2025-09-17T00:13:48.048Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1829 | 2025-09-17T00:13:50.382Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1830 | 2025-09-17T00:13:50.842Z | Compiling resolv-conf v0.7.0 |
| 1831 | 2025-09-17T00:13:51.210Z | Compiling atomicwrites v0.4.4 |
| 1832 | 2025-09-17T00:13:51.747Z | Compiling git2 v0.19.0 |
| 1833 | 2025-09-17T00:13:51.795Z | Compiling serde_tokenstream v0.1.7 |
| 1834 | 2025-09-17T00:13:52.289Z | Compiling inout v0.1.3 |
| 1835 | 2025-09-17T00:13:52.374Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 1836 | 2025-09-17T00:13:52.540Z | Compiling rustls-webpki v0.101.7 |
| 1837 | 2025-09-17T00:13:54.763Z | Compiling sct v0.7.1 |
| 1838 | 2025-09-17T00:13:55.203Z | Compiling swrite v0.1.0 |
| 1839 | 2025-09-17T00:13:55.369Z | Compiling highway v1.3.0 |
| 1840 | 2025-09-17T00:13:56.146Z | Compiling radium v0.7.0 |
| 1841 | 2025-09-17T00:13:56.671Z | Compiling indent_write v2.2.0 |
| 1842 | 2025-09-17T00:13:56.924Z | Compiling linear-map v1.2.0 |
| 1843 | 2025-09-17T00:13:56.960Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1844 | 2025-09-17T00:13:58.681Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1845 | 2025-09-17T00:13:59.461Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 1846 | 2025-09-17T00:14:01.180Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 1847 | 2025-09-17T00:14:01.866Z | Compiling cipher v0.4.4 |
| 1848 | 2025-09-17T00:14:02.380Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1849 | 2025-09-17T00:14:04.950Z | Compiling hickory-resolver v0.24.4 |
| 1850 | 2025-09-17T00:14:05.828Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1851 | 2025-09-17T00:14:06.571Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1852 | 2025-09-17T00:14:09.754Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1853 | 2025-09-17T00:14:10.927Z | Compiling steno v0.4.1 |
| 1854 | 2025-09-17T00:14:16.768Z | Compiling tokio-tungstenite v0.21.0 |
| 1855 | 2025-09-17T00:14:17.183Z | Compiling id-map v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1856 | 2025-09-17T00:14:17.524Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1857 | 2025-09-17T00:14:17.559Z | Compiling crossbeam-epoch v0.9.18 |
| 1858 | 2025-09-17T00:14:18.656Z | Compiling tokio-stream v0.1.17 |
| 1859 | 2025-09-17T00:14:19.763Z | Compiling tap v1.0.1 |
| 1860 | 2025-09-17T00:14:22.617Z | Compiling humantime v2.1.0 |
| 1861 | 2025-09-17T00:14:23.410Z | Compiling rayon-core v1.12.1 |
| 1862 | 2025-09-17T00:14:23.845Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1863 | 2025-09-17T00:14:23.861Z | Compiling wyz v0.5.1 |
| 1864 | 2025-09-17T00:14:24.145Z | Compiling qorb v0.2.1 |
| 1865 | 2025-09-17T00:14:24.307Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1866 | 2025-09-17T00:14:24.724Z | Compiling crossbeam-deque v0.8.5 |
| 1867 | 2025-09-17T00:14:25.499Z | Compiling tokio-rustls v0.24.1 |
| 1868 | 2025-09-17T00:14:26.519Z | Compiling usdt-attr-macro v0.3.5 |
| 1869 | 2025-09-17T00:14:27.520Z | Compiling usdt-macro v0.3.5 |
| 1870 | 2025-09-17T00:14:27.947Z | Compiling typify v0.4.1 |
| 1871 | 2025-09-17T00:14:28.095Z | Compiling rustls-pemfile v1.0.4 |
| 1872 | 2025-09-17T00:14:28.826Z | Compiling num_enum_derive v0.5.11 |
| 1873 | 2025-09-17T00:14:30.090Z | Compiling twox-hash v2.1.0 |
| 1874 | 2025-09-17T00:14:30.971Z | Compiling universal-hash v0.5.1 |
| 1875 | 2025-09-17T00:14:31.029Z | Compiling strum_macros v0.27.1 |
| 1876 | 2025-09-17T00:14:31.242Z | Compiling atty v0.2.14 |
| 1877 | 2025-09-17T00:14:31.432Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1878 | 2025-09-17T00:14:31.832Z | Compiling opaque-debug v0.3.1 |
| 1879 | 2025-09-17T00:14:31.955Z | Compiling funty v2.0.0 |
| 1880 | 2025-09-17T00:14:32.243Z | Compiling polyval v0.6.2 |
| 1881 | 2025-09-17T00:14:34.852Z | Compiling bitvec v1.0.1 |
| 1882 | 2025-09-17T00:14:35.468Z | Compiling strum v0.27.1 |
| 1883 | 2025-09-17T00:14:35.711Z | Compiling num_enum v0.5.11 |
| 1884 | 2025-09-17T00:14:35.934Z | Compiling usdt v0.3.5 |
| 1885 | 2025-09-17T00:14:36.405Z | Compiling progenitor-impl v0.10.0 |
| 1886 | 2025-09-17T00:14:39.932Z | Compiling toml v0.7.8 |
| 1887 | 2025-09-17T00:14:41.925Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1888 | 2025-09-17T00:14:43.174Z | Compiling aes v0.8.4 |
| 1889 | 2025-09-17T00:14:44.359Z | Compiling ctr v0.9.2 |
| 1890 | 2025-09-17T00:14:44.562Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 1891 | 2025-09-17T00:14:44.752Z | Compiling aead v0.5.2 |
| 1892 | 2025-09-17T00:14:44.991Z | Compiling bincode v1.3.3 |
| 1893 | 2025-09-17T00:14:45.090Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 1894 | 2025-09-17T00:14:45.289Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 1895 | 2025-09-17T00:14:45.505Z | Compiling passt v0.3.0 |
| 1896 | 2025-09-17T00:14:45.696Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1897 | 2025-09-17T00:14:45.869Z | Compiling fakedata_generator v0.5.0 |
| 1898 | 2025-09-17T00:14:45.999Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 1899 | 2025-09-17T00:14:46.025Z | Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 1900 | 2025-09-17T00:14:46.380Z | Compiling aes-gcm-siv v0.11.1 |
| 1901 | 2025-09-17T00:14:46.704Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 1902 | 2025-09-17T00:14:47.266Z | Compiling rayon v1.10.0 |
| 1903 | 2025-09-17T00:14:47.476Z | Compiling progenitor-macro v0.10.0 |
| 1904 | 2025-09-17T00:14:52.426Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
| 1905 | 2025-09-17T00:14:55.734Z | Compiling rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
| 1906 | 2025-09-17T00:14:55.791Z | Compiling progenitor-client v0.10.0 |
| 1907 | 2025-09-17T00:14:56.110Z | Compiling bitstruct_derive v0.1.0 |
| 1908 | 2025-09-17T00:14:56.660Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1909 | 2025-09-17T00:14:57.178Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1910 | 2025-09-17T00:14:57.445Z | Compiling async-recursion v1.1.1 |
| 1911 | 2025-09-17T00:14:57.946Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
| 1912 | 2025-09-17T00:14:58.121Z | Compiling typeid v1.0.0 |
| 1913 | 2025-09-17T00:14:58.327Z | Compiling pretty-hex v0.2.1 |
| 1914 | 2025-09-17T00:14:58.569Z | Compiling ringbuffer v0.15.0 |
| 1915 | 2025-09-17T00:14:58.851Z | Compiling ascii v1.1.0 |
| 1916 | 2025-09-17T00:14:59.237Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1917 | 2025-09-17T00:14:59.581Z | Compiling rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
| 1918 | 2025-09-17T00:15:01.566Z | Compiling erased-serde v0.4.5 |
| 1919 | 2025-09-17T00:15:03.022Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 1920 | 2025-09-17T00:15:03.422Z | Compiling progenitor v0.10.0 |
| 1921 | 2025-09-17T00:15:03.656Z | Compiling bitstruct v0.1.1 |
| 1922 | 2025-09-17T00:15:03.818Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1923 | 2025-09-17T00:15:05.899Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
| 1924 | 2025-09-17T00:15:06.375Z | Compiling cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
| 1925 | 2025-09-17T00:15:10.783Z | Compiling const_format_proc_macros v0.2.32 |
| 1926 | 2025-09-17T00:15:12.341Z | Compiling tokio-dtrace v0.1.1 |
| 1927 | 2025-09-17T00:15:12.539Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 1928 | 2025-09-17T00:15:13.057Z | Compiling serde_arrays v0.1.0 |
| 1929 | 2025-09-17T00:15:13.287Z | Compiling kstat-rs v0.2.4 |
| 1930 | 2025-09-17T00:15:13.663Z | Compiling libloading v0.7.4 |
| 1931 | 2025-09-17T00:15:14.110Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 1932 | 2025-09-17T00:15:14.150Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c) |
| 1933 | 2025-09-17T00:15:27.035Z | Compiling oxide-tokio-rt v0.1.2 |
| 1934 | 2025-09-17T00:15:27.656Z | Compiling const_format v0.2.32 |
| 1935 | 2025-09-17T00:15:28.886Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 1936 | 2025-09-17T00:15:30.134Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 1937 | 2025-09-17T00:15:30.137Z | Compiling ron v0.8.1 |
| 1938 | 2025-09-17T00:15:34.464Z | Compiling bit_field v0.10.2 |
| 1939 | 2025-09-17T00:15:34.497Z | Compiling propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
| 1940 | 2025-09-17T00:15:34.765Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 1941 | 2025-09-17T00:15:38.257Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 1942 | 2025-09-17T00:16:38.931Z | Finished `release` profile [optimized] target(s) in 6m 31s |
| 1943 | 2025-09-17T00:16:39.082Z | |
| 1944 | 2025-09-17T00:16:39.082Z | real 6:31.939832989 |
| 1945 | 2025-09-17T00:16:39.082Z | user 46:45.332976337 |
| 1946 | 2025-09-17T00:16:39.082Z | sys 2:59.777402207 |
| 1947 | 2025-09-17T00:16:39.082Z | trap 1.297859266 |
| 1948 | 2025-09-17T00:16:39.082Z | tflt 1.917975671 |
| 1949 | 2025-09-17T00:16:39.082Z | dflt 1.123155085 |
| 1950 | 2025-09-17T00:16:39.082Z | kflt 0.000139771 |
| 1951 | 2025-09-17T00:16:39.086Z | lock 2:27:11.251743332 |
| 1952 | 2025-09-17T00:16:39.086Z | slp 2:51:45.176799950 |
| 1953 | 2025-09-17T00:16:39.086Z | lat 2:40.267549210 |
| 1954 | 2025-09-17T00:16:39.086Z | stop 3:17.541968749 |
| 1955 | 2025-09-17T00:16:39.086Z | + OUTDIR=/work/release |
| 1956 | 2025-09-17T00:16:39.087Z | + mkdir -p /work/release |
| 1957 | 2025-09-17T00:16:39.087Z | + cp target/release/propolis-cli /work/release/propolis-cli |
| 1958 | 2025-09-17T00:16:39.110Z | + cp target/release/propolis-server /work/release/propolis-server |
| 1959 | 2025-09-17T00:16:39.182Z | + cd /work/release |
| 1960 | 2025-09-17T00:16:39.185Z | + digest -a sha256 propolis-cli |
| 1961 | 2025-09-17T00:16:39.207Z | + digest -a sha256 propolis-server |
| 1962 | 2025-09-17T00:16:39.255Z | process exited: duration 669284 ms, exit code 0 |
| |
| 1963 | 2025-09-17T00:16:39.267Z | found 4 output files |
| 1964 | 2025-09-17T00:16:39.267Z | uploading: /work/release/propolis-cli (22375552 bytes) |
| 1965 | 2025-09-17T00:16:40.580Z | uploaded: /work/release/propolis-cli |
| 1966 | 2025-09-17T00:16:40.580Z | uploading: /work/release/propolis-cli.sha256.txt (65 bytes) |
| 1967 | 2025-09-17T00:16:41.590Z | uploaded: /work/release/propolis-cli.sha256.txt |
| 1968 | 2025-09-17T00:16:41.593Z | uploading: /work/release/propolis-server (63279032 bytes) |
| 1969 | 2025-09-17T00:16:43.500Z | uploaded: /work/release/propolis-server |
| 1970 | 2025-09-17T00:16:43.504Z | uploading: /work/release/propolis-server.sha256.txt (65 bytes) |
| 1971 | 2025-09-17T00:16:44.510Z | uploaded: /work/release/propolis-server.sha256.txt |