|
|
|
| 1 | 2026-09-11T15:52:42.576Z | job assigned to worker 01M28JPBHW4JAS78J8EH4MW63H [factory aws, i-0802de1d930cde5a6] (queued for 46 s) |
| |
| 2 | 2026-09-11T15:52:49.276Z | starting task 0: "setup" |
| 3 | 2026-09-11T15:52:49.279Z | ++ uname -s |
| 4 | 2026-09-11T15:52:49.282Z | + kern=SunOS |
| 5 | 2026-09-11T15:52:49.282Z | + build_user=build |
| 6 | 2026-09-11T15:52:49.282Z | + build_uid=12345 |
| 7 | 2026-09-11T15:52:49.282Z | + work_dir=/work |
| 8 | 2026-09-11T15:52:49.282Z | + input_dir=/input |
| 9 | 2026-09-11T15:52:49.282Z | + [[ 0 == 12345 ]] |
| 10 | 2026-09-11T15:52:49.282Z | + case "$kern" in |
| 11 | 2026-09-11T15:52:49.282Z | + groupadd -g 12345 build |
| 12 | 2026-09-11T15:52:49.294Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-09-11T15:52:51.299Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-09-11T15:52:51.364Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-09-11T15:52:51.367Z | + home_fs=zfs |
| 16 | 2026-09-11T15:52:51.367Z | + [[ zfs == autofs ]] |
| 17 | 2026-09-11T15:52:51.367Z | + mkdir -p /home/build |
| 18 | 2026-09-11T15:52:51.367Z | + chown build:build /home/build /work |
| 19 | 2026-09-11T15:52:53.368Z | + chmod 0700 /home/build /work |
| 20 | 2026-09-11T15:52:53.371Z | process exited: duration 4095 ms, exit code 0 |
| |
| 21 | 2026-09-11T15:52:53.378Z | starting task 1: "rust-toolchain" |
| 22 | 2026-09-11T15:52:53.381Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-09-11T15:52:53.381Z | * rust toolchain channel = "stable" |
| 24 | 2026-09-11T15:52:53.381Z | * rust toolchain profile = "default" |
| 25 | 2026-09-11T15:52:53.381Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-09-11T15:52:53.381Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-09-11T15:52:53.381Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-09-11T15:52:53.384Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-09-11T15:52:53.384Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-09-11T15:52:53.487Z | info: downloading installer |
| 31 | 2026-09-11T15:52:54.946Z | info: profile set to default |
| 32 | 2026-09-11T15:52:54.946Z | info: default host tuple is x86_64-unknown-illumos |
| 33 | 2026-09-11T15:52:54.949Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 34 | 2026-09-11T15:52:55.092Z | info: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01) |
| 35 | 2026-09-11T15:52:55.095Z | info: downloading 6 components |
| 36 | 2026-09-11T15:53:09.684Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 37 | 2026-09-11T15:53:09.684Z | |
| 38 | 2026-09-11T15:53:09.711Z | stable-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01) |
| 39 | 2026-09-11T15:53:09.711Z | |
| 40 | 2026-09-11T15:53:09.715Z | |
| 41 | 2026-09-11T15:53:09.715Z | Rust is installed now. Great! |
| 42 | 2026-09-11T15:53:09.715Z | |
| 43 | 2026-09-11T15:53:09.715Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 44 | 2026-09-11T15:53:09.715Z | environment variable. This has not been done automatically. |
| 45 | 2026-09-11T15:53:09.715Z | |
| 46 | 2026-09-11T15:53:09.715Z | To configure your current shell, you need to source |
| 47 | 2026-09-11T15:53:09.715Z | the corresponding env file under $HOME/.cargo. |
| 48 | 2026-09-11T15:53:09.715Z | |
| 49 | 2026-09-11T15:53:09.715Z | Consider running the right command for your shell (note the leading DOT): |
| 50 | 2026-09-11T15:53:09.715Z | . "$HOME/.cargo/env" # For sh/ash/dash/pdksh |
| 51 | 2026-09-11T15:53:09.715Z | cargo:rerun-if-env-changed=CC_x86_64-unknown-illumos |
| 52 | 2026-09-11T15:53:09.715Z | CC_x86_64-unknown-illumos = None |
| 53 | 2026-09-11T15:53:09.715Z | cargo:rerun-if-env-changed=CC_x86_64_unknown_illumos |
| 54 | 2026-09-11T15:53:09.715Z | CC_x86_64_unknown_illumos = None |
| 55 | 2026-09-11T15:53:09.715Z | cargo:rerun-if-env-changed=HOST_CC |
| 56 | 2026-09-11T15:53:09.715Z | HOST_CC = None |
| 57 | 2026-09-11T15:53:09.715Z | cargo:rerun-if-env-changed=CC |
| 58 | 2026-09-11T15:53:09.715Z | CC = None |
| 59 | 2026-09-11T15:53:09.715Z | cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT |
| 60 | 2026-09-11T15:53:10.283Z | cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS |
| 61 | 2026-09-11T15:53:10.283Z | CRATE_CC_NO_DEFAULTS = None |
| 62 | 2026-09-11T15:53:10.283Z | cargo:rerun-if-env-changed=CFLAGS |
| 63 | 2026-09-11T15:53:10.283Z | CFLAGS = None |
| 64 | 2026-09-11T15:53:10.283Z | cargo:rerun-if-env-changed=HOST_CFLAGS |
| 65 | 2026-09-11T15:53:10.283Z | HOST_CFLAGS = None |
| 66 | 2026-09-11T15:53:10.283Z | cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos |
| 67 | 2026-09-11T15:53:10.284Z | CFLAGS_x86_64_unknown_illumos = None |
| 68 | 2026-09-11T15:53:10.284Z | cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos |
| 69 | 2026-09-11T15:53:10.284Z | CFLAGS_x86_64-unknown-illumos = None |
| 70 | 2026-09-11T15:53:10.371Z | + rustup --version |
| 71 | 2026-09-11T15:53:10.377Z | rustup 1.29.1 (d95a37b6a 2026-08-13) |
| 72 | 2026-09-11T15:53:10.380Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 73 | 2026-09-11T15:53:10.399Z | info: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)` |
| 74 | 2026-09-11T15:53:10.402Z | + cargo --version |
| 75 | 2026-09-11T15:53:10.414Z | cargo 1.98.1 (797e8a9bc 2026-08-05) |
| 76 | 2026-09-11T15:53:10.417Z | + rustc --version |
| 77 | 2026-09-11T15:53:10.435Z | rustc 1.98.1 (48a229cea 2026-09-01) |
| 78 | 2026-09-11T15:53:10.438Z | process exited: duration 17059 ms, exit code 0 |
| |
| 79 | 2026-09-11T15:53:10.444Z | starting task 2: "authentication" |
| 80 | 2026-09-11T15:53:10.461Z | process exited: duration 16 ms, exit code 0 |
| |
| 81 | 2026-09-11T15:53:10.468Z | starting task 3: "clone repository" |
| 82 | 2026-09-11T15:53:10.471Z | + mkdir -p /work/oxidecomputer/voxel |
| 83 | 2026-09-11T15:53:10.474Z | + git clone https://github.com/oxidecomputer/voxel /work/oxidecomputer/voxel |
| 84 | 2026-09-11T15:53:10.503Z | Cloning into '/work/oxidecomputer/voxel'... |
| 85 | 2026-09-11T15:53:11.240Z | + cd /work/oxidecomputer/voxel |
| 86 | 2026-09-11T15:53:11.243Z | + git fetch origin 0c193dbc5900b2c8f8f3eea1650221ea37b46a59 |
| 87 | 2026-09-11T15:53:11.527Z | From https://github.com/oxidecomputer/voxel |
| 88 | 2026-09-11T15:53:11.527Z | * branch 0c193dbc5900b2c8f8f3eea1650221ea37b46a59 -> FETCH_HEAD |
| 89 | 2026-09-11T15:53:11.532Z | + [[ -n skaram/sp-power ]] |
| 90 | 2026-09-11T15:53:11.535Z | ++ git branch --show-current |
| 91 | 2026-09-11T15:53:11.535Z | + current=main |
| 92 | 2026-09-11T15:53:11.535Z | + [[ main != skaram/sp-power ]] |
| 93 | 2026-09-11T15:53:11.535Z | + git branch -f skaram/sp-power 0c193dbc5900b2c8f8f3eea1650221ea37b46a59 |
| 94 | 2026-09-11T15:53:11.538Z | + git checkout -f skaram/sp-power |
| 95 | 2026-09-11T15:53:11.544Z | Switched to branch 'skaram/sp-power' |
| 96 | 2026-09-11T15:53:11.547Z | + git reset --hard 0c193dbc5900b2c8f8f3eea1650221ea37b46a59 |
| 97 | 2026-09-11T15:53:11.551Z | HEAD is now at 0c193db Introduce SP <-> sled power sync |
| 98 | 2026-09-11T15:53:11.553Z | process exited: duration 1084 ms, exit code 0 |
| |
| 99 | 2026-09-11T15:53:11.560Z | starting task 4: "build" |
| 100 | 2026-09-11T15:53:11.563Z | + banner check |
| 101 | 2026-09-11T15:53:11.566Z | |
| 102 | 2026-09-11T15:53:11.566Z | #### # # ###### #### # # |
| 103 | 2026-09-11T15:53:11.566Z | # # # # # # # # # |
| 104 | 2026-09-11T15:53:11.566Z | # ###### ##### # #### |
| 105 | 2026-09-11T15:53:11.566Z | # # # # # # # |
| 106 | 2026-09-11T15:53:11.566Z | # # # # # # # # # |
| 107 | 2026-09-11T15:53:11.566Z | #### # # ###### #### # # |
| 108 | 2026-09-11T15:53:11.566Z | |
| 109 | 2026-09-11T15:53:11.566Z | + cargo fmt -- --check |
| 110 | 2026-09-11T15:53:11.742Z | + cargo clippy --all-targets -- --deny warnings |
| 111 | 2026-09-11T15:53:11.841Z | Updating crates.io index |
| 112 | 2026-09-11T15:53:11.844Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 113 | 2026-09-11T15:53:12.236Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 114 | 2026-09-11T15:53:13.480Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 115 | 2026-09-11T15:53:14.299Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 116 | 2026-09-11T15:53:29.259Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 117 | 2026-09-11T15:53:29.640Z | Updating git repository `https://github.com/oxidecomputer/rats-corim` |
| 118 | 2026-09-11T15:53:30.008Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 119 | 2026-09-11T15:53:30.306Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 120 | 2026-09-11T15:53:30.832Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 121 | 2026-09-11T15:53:32.708Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 122 | 2026-09-11T15:53:33.267Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 123 | 2026-09-11T15:53:35.290Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 124 | 2026-09-11T15:53:35.601Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 125 | 2026-09-11T15:53:35.946Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 126 | 2026-09-11T15:53:36.216Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 127 | 2026-09-11T15:53:38.552Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 128 | 2026-09-11T15:53:39.226Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 129 | 2026-09-11T15:53:41.990Z | Downloading crates ... |
| 130 | 2026-09-11T15:53:42.066Z | Downloaded autocfg v1.5.1 |
| 131 | 2026-09-11T15:53:42.069Z | Downloaded ahash v0.8.12 |
| 132 | 2026-09-11T15:53:42.073Z | Downloaded match_cfg v0.1.0 |
| 133 | 2026-09-11T15:53:42.076Z | Downloaded omicron-workspace-hack v0.1.0 |
| 134 | 2026-09-11T15:53:42.076Z | Downloaded num-iter v0.1.45 |
| 135 | 2026-09-11T15:53:42.079Z | Downloaded colorchoice v1.0.5 |
| 136 | 2026-09-11T15:53:42.082Z | Downloaded dunce v1.0.5 |
| 137 | 2026-09-11T15:53:42.085Z | Downloaded anstyle-query v1.1.5 |
| 138 | 2026-09-11T15:53:42.085Z | Downloaded atomic-waker v1.1.2 |
| 139 | 2026-09-11T15:53:42.089Z | Downloaded newtype-uuid-macros v0.1.1 |
| 140 | 2026-09-11T15:53:42.092Z | Downloaded oxide-generation v0.1.3 |
| 141 | 2026-09-11T15:53:42.095Z | Downloaded atomicwrites v0.4.4 |
| 142 | 2026-09-11T15:53:42.099Z | Downloaded async-stream-impl v0.3.6 |
| 143 | 2026-09-11T15:53:42.099Z | Downloaded block-buffer v0.12.1 |
| 144 | 2026-09-11T15:53:42.099Z | Downloaded block-buffer v0.10.4 |
| 145 | 2026-09-11T15:53:42.102Z | Downloaded base16ct v0.2.0 |
| 146 | 2026-09-11T15:53:42.102Z | Downloaded num_threads v0.1.7 |
| 147 | 2026-09-11T15:53:42.102Z | Downloaded cfg-if v1.0.4 |
| 148 | 2026-09-11T15:53:42.106Z | Downloaded openssl-probe v0.2.1 |
| 149 | 2026-09-11T15:53:42.106Z | Downloaded newline-converter v0.3.0 |
| 150 | 2026-09-11T15:53:42.106Z | Downloaded oxide-generation-macros v0.2.0 |
| 151 | 2026-09-11T15:53:42.106Z | Downloaded miette-derive v7.6.0 |
| 152 | 2026-09-11T15:53:42.109Z | Downloaded num-conv v0.2.2 |
| 153 | 2026-09-11T15:53:42.109Z | Downloaded miette-derive v5.10.0 |
| 154 | 2026-09-11T15:53:42.109Z | Downloaded base16ct v1.0.0 |
| 155 | 2026-09-11T15:53:42.112Z | Downloaded cfg_aliases v0.2.1 |
| 156 | 2026-09-11T15:53:42.115Z | Downloaded multer v3.1.0 |
| 157 | 2026-09-11T15:53:42.115Z | Downloaded proc-macro-error2 v2.0.1 |
| 158 | 2026-09-11T15:53:42.118Z | Downloaded password-hash v0.5.0 |
| 159 | 2026-09-11T15:53:42.118Z | Downloaded compression-codecs v0.4.38 |
| 160 | 2026-09-11T15:53:42.122Z | Downloaded anstyle-parse v1.0.0 |
| 161 | 2026-09-11T15:53:42.122Z | Downloaded lru-slab v0.1.2 |
| 162 | 2026-09-11T15:53:42.122Z | Downloaded macaddr v1.0.1 |
| 163 | 2026-09-11T15:53:42.122Z | Downloaded anstream v1.0.0 |
| 164 | 2026-09-11T15:53:42.126Z | Downloaded compression-core v0.4.32 |
| 165 | 2026-09-11T15:53:42.130Z | Downloaded dtrace-parser v0.3.0 |
| 166 | 2026-09-11T15:53:42.134Z | Downloaded mime v0.3.17 |
| 167 | 2026-09-11T15:53:42.137Z | Downloaded opaque-debug v0.3.1 |
| 168 | 2026-09-11T15:53:42.140Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 169 | 2026-09-11T15:53:42.140Z | Downloaded parse-display v0.10.0 |
| 170 | 2026-09-11T15:53:42.140Z | Downloaded ref-cast-impl v1.0.26 |
| 171 | 2026-09-11T15:53:42.143Z | Downloaded num-integer v0.1.46 |
| 172 | 2026-09-11T15:53:42.143Z | Downloaded percent-encoding v2.3.2 |
| 173 | 2026-09-11T15:53:42.143Z | Downloaded convert_case v0.4.0 |
| 174 | 2026-09-11T15:53:42.143Z | Downloaded cpufeatures v0.2.17 |
| 175 | 2026-09-11T15:53:42.143Z | Downloaded crucible-workspace-hack v0.1.0 |
| 176 | 2026-09-11T15:53:42.143Z | Downloaded async-stream v0.3.6 |
| 177 | 2026-09-11T15:53:42.147Z | Downloaded clap_lex v1.1.0 |
| 178 | 2026-09-11T15:53:42.148Z | Downloaded parking_lot v0.12.5 |
| 179 | 2026-09-11T15:53:42.148Z | Downloaded dof v0.4.0 |
| 180 | 2026-09-11T15:53:42.151Z | Downloaded debug-ignore v1.0.5 |
| 181 | 2026-09-11T15:53:42.156Z | Downloaded proc-macro-crate v3.5.0 |
| 182 | 2026-09-11T15:53:42.156Z | Downloaded cpufeatures v0.3.0 |
| 183 | 2026-09-11T15:53:42.156Z | Downloaded crypto-common v0.1.6 |
| 184 | 2026-09-11T15:53:42.156Z | Downloaded powerfmt v0.2.0 |
| 185 | 2026-09-11T15:53:42.156Z | Downloaded progenitor-macro v0.10.0 |
| 186 | 2026-09-11T15:53:42.156Z | Downloaded quick-error v1.2.3 |
| 187 | 2026-09-11T15:53:42.160Z | Downloaded ciborium-ll v0.2.2 |
| 188 | 2026-09-11T15:53:42.160Z | Downloaded progenitor-macro v0.14.0 |
| 189 | 2026-09-11T15:53:42.160Z | Downloaded cstr-argument v0.1.2 |
| 190 | 2026-09-11T15:53:42.160Z | Downloaded darling_macro v0.23.0 |
| 191 | 2026-09-11T15:53:42.160Z | Downloaded dyn-clone v1.0.20 |
| 192 | 2026-09-11T15:53:42.160Z | Downloaded daft v0.1.8 |
| 193 | 2026-09-11T15:53:42.163Z | Downloaded rand_pcg v0.10.2 |
| 194 | 2026-09-11T15:53:42.163Z | Downloaded plain v0.2.3 |
| 195 | 2026-09-11T15:53:42.163Z | Downloaded progenitor-client v0.10.0 |
| 196 | 2026-09-11T15:53:42.163Z | Downloaded rand_xorshift v0.4.0 |
| 197 | 2026-09-11T15:53:42.163Z | Downloaded backtrace-ext v0.2.1 |
| 198 | 2026-09-11T15:53:42.166Z | Downloaded potential_utf v0.1.5 |
| 199 | 2026-09-11T15:53:42.169Z | Downloaded byte-wrapper v0.1.0 |
| 200 | 2026-09-11T15:53:42.169Z | Downloaded bit-set v0.8.0 |
| 201 | 2026-09-11T15:53:42.169Z | Downloaded bit-vec v0.8.0 |
| 202 | 2026-09-11T15:53:42.173Z | Downloaded backoff v0.4.0 |
| 203 | 2026-09-11T15:53:42.173Z | Downloaded argon2 v0.5.3 |
| 204 | 2026-09-11T15:53:42.176Z | Downloaded ciborium-io v0.2.2 |
| 205 | 2026-09-11T15:53:42.176Z | Downloaded proc-macro-error-attr v1.0.4 |
| 206 | 2026-09-11T15:53:42.176Z | Downloaded base64ct v1.8.3 |
| 207 | 2026-09-11T15:53:42.179Z | Downloaded anstyle v1.0.14 |
| 208 | 2026-09-11T15:53:42.179Z | Downloaded chacha20 v0.9.1 |
| 209 | 2026-09-11T15:53:42.182Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 210 | 2026-09-11T15:53:42.185Z | Downloaded anyhow v1.0.104 |
| 211 | 2026-09-11T15:53:42.185Z | Downloaded crypto-bigint v0.5.5 |
| 212 | 2026-09-11T15:53:42.189Z | Downloaded typify-macro v0.4.3 |
| 213 | 2026-09-11T15:53:42.189Z | Downloaded rand_chacha v0.3.1 |
| 214 | 2026-09-11T15:53:42.192Z | Downloaded tower-service v0.3.3 |
| 215 | 2026-09-11T15:53:42.192Z | Downloaded try-lock v0.2.5 |
| 216 | 2026-09-11T15:53:42.192Z | Downloaded unicode-linebreak v0.1.5 |
| 217 | 2026-09-11T15:53:42.195Z | Downloaded newtype-uuid v1.4.0 |
| 218 | 2026-09-11T15:53:42.198Z | Downloaded parse-display-derive v0.10.0 |
| 219 | 2026-09-11T15:53:42.198Z | Downloaded num_enum_derive v0.7.6 |
| 220 | 2026-09-11T15:53:42.201Z | Downloaded crypto-common v0.2.2 |
| 221 | 2026-09-11T15:53:42.201Z | Downloaded digest v0.10.7 |
| 222 | 2026-09-11T15:53:42.201Z | Downloaded num_enum v0.7.6 |
| 223 | 2026-09-11T15:53:42.204Z | Downloaded pem-rfc7468 v0.7.0 |
| 224 | 2026-09-11T15:53:42.204Z | Downloaded deranged v0.5.8 |
| 225 | 2026-09-11T15:53:42.204Z | Downloaded once_cell v1.21.4 |
| 226 | 2026-09-11T15:53:42.207Z | Downloaded displaydoc v0.2.6 |
| 227 | 2026-09-11T15:53:42.207Z | Downloaded xattr v1.6.1 |
| 228 | 2026-09-11T15:53:42.207Z | Downloaded zeroize_derive v1.5.0 |
| 229 | 2026-09-11T15:53:42.211Z | Downloaded data-encoding v2.11.0 |
| 230 | 2026-09-11T15:53:42.211Z | Downloaded memmap2 v0.9.11 |
| 231 | 2026-09-11T15:53:42.211Z | Downloaded adler2 v2.0.1 |
| 232 | 2026-09-11T15:53:42.211Z | Downloaded ecdsa v0.16.9 |
| 233 | 2026-09-11T15:53:42.214Z | Downloaded foreign-types-macros v0.2.3 |
| 234 | 2026-09-11T15:53:42.214Z | Downloaded thiserror-impl v2.0.18 |
| 235 | 2026-09-11T15:53:42.214Z | Downloaded daft-derive v0.1.8 |
| 236 | 2026-09-11T15:53:42.218Z | Downloaded derive-ex v0.1.8 |
| 237 | 2026-09-11T15:53:42.218Z | Downloaded hostname v0.4.2 |
| 238 | 2026-09-11T15:53:42.218Z | Downloaded futures-io v0.3.32 |
| 239 | 2026-09-11T15:53:42.221Z | Downloaded idna_adapter v1.2.2 |
| 240 | 2026-09-11T15:53:42.221Z | Downloaded hex v0.4.3 |
| 241 | 2026-09-11T15:53:42.221Z | Downloaded thread_local v1.1.9 |
| 242 | 2026-09-11T15:53:42.224Z | Downloaded owo-colors v3.5.0 |
| 243 | 2026-09-11T15:53:42.224Z | Downloaded async-trait v0.1.89 |
| 244 | 2026-09-11T15:53:42.224Z | Downloaded der_derive v0.7.3 |
| 245 | 2026-09-11T15:53:42.227Z | Downloaded paste v1.0.15 |
| 246 | 2026-09-11T15:53:42.228Z | Downloaded pest_derive v2.8.8 |
| 247 | 2026-09-11T15:53:42.228Z | Downloaded rand_core v0.10.1 |
| 248 | 2026-09-11T15:53:42.231Z | Downloaded ref-cast v1.0.26 |
| 249 | 2026-09-11T15:53:42.231Z | Downloaded pretty-hex v0.4.2 |
| 250 | 2026-09-11T15:53:42.231Z | Downloaded primeorder v0.13.6 |
| 251 | 2026-09-11T15:53:42.231Z | Downloaded rand_core v0.9.5 |
| 252 | 2026-09-11T15:53:42.234Z | Downloaded blake2 v0.10.6 |
| 253 | 2026-09-11T15:53:42.234Z | Downloaded pkcs8 v0.10.2 |
| 254 | 2026-09-11T15:53:42.234Z | Downloaded pkg-config v0.3.33 |
| 255 | 2026-09-11T15:53:42.237Z | Downloaded poly1305 v0.8.0 |
| 256 | 2026-09-11T15:53:42.237Z | Downloaded byteorder v1.5.0 |
| 257 | 2026-09-11T15:53:42.237Z | Downloaded ciborium v0.2.2 |
| 258 | 2026-09-11T15:53:42.237Z | Downloaded oxnet v0.1.6 |
| 259 | 2026-09-11T15:53:42.241Z | Downloaded proc-macro-error v1.0.4 |
| 260 | 2026-09-11T15:53:42.241Z | Downloaded rand_chacha v0.9.0 |
| 261 | 2026-09-11T15:53:42.241Z | Downloaded ppv-lite86 v0.2.21 |
| 262 | 2026-09-11T15:53:42.244Z | Downloaded chacha20 v0.10.0 |
| 263 | 2026-09-11T15:53:42.244Z | Downloaded bs58 v0.5.1 |
| 264 | 2026-09-11T15:53:42.244Z | Downloaded progenitor-client v0.14.0 |
| 265 | 2026-09-11T15:53:42.244Z | Downloaded quote v1.0.45 |
| 266 | 2026-09-11T15:53:42.247Z | Downloaded addr2line v0.25.1 |
| 267 | 2026-09-11T15:53:42.247Z | Downloaded backon v1.6.0 |
| 268 | 2026-09-11T15:53:42.247Z | Downloaded progenitor-extras v0.2.0 |
| 269 | 2026-09-11T15:53:42.250Z | Downloaded tinystr v0.8.3 |
| 270 | 2026-09-11T15:53:42.250Z | Downloaded tokio-tungstenite v0.21.0 |
| 271 | 2026-09-11T15:53:42.250Z | Downloaded rand_core v0.6.4 |
| 272 | 2026-09-11T15:53:42.253Z | Downloaded tls_codec_derive v0.4.2 |
| 273 | 2026-09-11T15:53:42.253Z | Downloaded ident_case v1.0.1 |
| 274 | 2026-09-11T15:53:42.253Z | Downloaded progenitor v0.14.0 |
| 275 | 2026-09-11T15:53:42.253Z | Downloaded progenitor v0.10.0 |
| 276 | 2026-09-11T15:53:42.254Z | Downloaded rustc_version v0.4.1 |
| 277 | 2026-09-11T15:53:42.257Z | Downloaded parking_lot_core v0.9.12 |
| 278 | 2026-09-11T15:53:42.257Z | Downloaded prettyplease v0.2.37 |
| 279 | 2026-09-11T15:53:42.257Z | Downloaded pin-project-lite v0.2.17 |
| 280 | 2026-09-11T15:53:42.260Z | Downloaded toml_writer v1.1.2+spec-1.1.0 |
| 281 | 2026-09-11T15:53:42.260Z | Downloaded untrusted v0.9.0 |
| 282 | 2026-09-11T15:53:42.263Z | Downloaded cipher v0.4.4 |
| 283 | 2026-09-11T15:53:42.263Z | Downloaded usdt-impl v0.6.0 |
| 284 | 2026-09-11T15:53:42.263Z | Downloaded vsss-rs v3.3.4 |
| 285 | 2026-09-11T15:53:42.263Z | Downloaded either v1.16.0 |
| 286 | 2026-09-11T15:53:42.266Z | Downloaded serde-big-array v0.5.1 |
| 287 | 2026-09-11T15:53:42.266Z | Downloaded scopeguard v1.2.0 |
| 288 | 2026-09-11T15:53:42.266Z | Downloaded serde_spanned v1.1.1 |
| 289 | 2026-09-11T15:53:42.266Z | Downloaded subtle v2.6.1 |
| 290 | 2026-09-11T15:53:42.266Z | Downloaded swrite v0.1.0 |
| 291 | 2026-09-11T15:53:42.270Z | Downloaded terminal_size v0.4.4 |
| 292 | 2026-09-11T15:53:42.270Z | Downloaded pest_generator v2.8.8 |
| 293 | 2026-09-11T15:53:42.270Z | Downloaded strum v0.26.3 |
| 294 | 2026-09-11T15:53:42.270Z | Downloaded colored v3.1.1 |
| 295 | 2026-09-11T15:53:42.270Z | Downloaded thread-id v5.1.0 |
| 296 | 2026-09-11T15:53:42.273Z | Downloaded utf8parse v0.2.2 |
| 297 | 2026-09-11T15:53:42.273Z | Downloaded crossbeam-utils v0.8.21 |
| 298 | 2026-09-11T15:53:42.273Z | Downloaded console v0.16.3 |
| 299 | 2026-09-11T15:53:42.273Z | Downloaded crc32fast v1.5.0 |
| 300 | 2026-09-11T15:53:42.276Z | Downloaded zeroize v1.9.0 |
| 301 | 2026-09-11T15:53:42.276Z | Downloaded ff v0.13.1 |
| 302 | 2026-09-11T15:53:42.276Z | Downloaded filetime v0.2.29 |
| 303 | 2026-09-11T15:53:42.276Z | Downloaded generic-array v0.14.9 |
| 304 | 2026-09-11T15:53:42.276Z | Downloaded darling v0.23.0 |
| 305 | 2026-09-11T15:53:42.279Z | Downloaded console v0.15.11 |
| 306 | 2026-09-11T15:53:42.283Z | Downloaded const-oid v0.9.6 |
| 307 | 2026-09-11T15:53:42.283Z | Downloaded yoke-derive v0.8.2 |
| 308 | 2026-09-11T15:53:42.283Z | Downloaded cmake v0.1.58 |
| 309 | 2026-09-11T15:53:42.283Z | Downloaded hyper-rustls v0.27.9 |
| 310 | 2026-09-11T15:53:42.286Z | Downloaded pest_meta v2.8.8 |
| 311 | 2026-09-11T15:53:42.286Z | Downloaded quinn-udp v0.5.14 |
| 312 | 2026-09-11T15:53:42.286Z | Downloaded pkcs1 v0.7.5 |
| 313 | 2026-09-11T15:53:42.286Z | Downloaded tokio-macros v2.7.0 |
| 314 | 2026-09-11T15:53:42.290Z | Downloaded tower-layer v0.3.3 |
| 315 | 2026-09-11T15:53:42.290Z | Downloaded utf-8 v0.7.6 |
| 316 | 2026-09-11T15:53:42.290Z | Downloaded const-oid v0.10.2 |
| 317 | 2026-09-11T15:53:42.290Z | Downloaded digest v0.11.3 |
| 318 | 2026-09-11T15:53:42.293Z | Downloaded futures-macro v0.3.32 |
| 319 | 2026-09-11T15:53:42.293Z | Downloaded heck v0.4.1 |
| 320 | 2026-09-11T15:53:42.296Z | Downloaded heck v0.5.0 |
| 321 | 2026-09-11T15:53:42.296Z | Downloaded num-traits v0.2.19 |
| 322 | 2026-09-11T15:53:42.299Z | Downloaded rustls-pemfile v2.2.0 |
| 323 | 2026-09-11T15:53:42.302Z | Downloaded schemars_derive v0.8.22 |
| 324 | 2026-09-11T15:53:42.302Z | Downloaded humantime v2.4.0 |
| 325 | 2026-09-11T15:53:42.302Z | Downloaded allocator-api2 v0.2.21 |
| 326 | 2026-09-11T15:53:42.305Z | Downloaded camino v1.2.2 |
| 327 | 2026-09-11T15:53:42.305Z | Downloaded rand v0.8.6 |
| 328 | 2026-09-11T15:53:42.309Z | Downloaded zerofrom-derive v0.1.7 |
| 329 | 2026-09-11T15:53:42.309Z | Downloaded signature v2.2.0 |
| 330 | 2026-09-11T15:53:42.309Z | Downloaded slog-async v2.8.0 |
| 331 | 2026-09-11T15:53:42.309Z | Downloaded slog-term v2.9.2 |
| 332 | 2026-09-11T15:53:42.309Z | Downloaded smf v0.2.3 |
| 333 | 2026-09-11T15:53:42.312Z | Downloaded serde_urlencoded v0.7.1 |
| 334 | 2026-09-11T15:53:42.312Z | Downloaded rustls-native-certs v0.8.4 |
| 335 | 2026-09-11T15:53:42.316Z | Downloaded httparse v1.10.1 |
| 336 | 2026-09-11T15:53:42.320Z | Downloaded serde_tokenstream v0.2.3 |
| 337 | 2026-09-11T15:53:42.320Z | Downloaded serde_tokenstream v0.3.0 |
| 338 | 2026-09-11T15:53:42.320Z | Downloaded signal-hook-registry v1.4.8 |
| 339 | 2026-09-11T15:53:42.320Z | Downloaded static_assertions v1.1.0 |
| 340 | 2026-09-11T15:53:42.323Z | Downloaded is_terminal_polyfill v1.70.2 |
| 341 | 2026-09-11T15:53:42.323Z | Downloaded serde_spanned v0.6.9 |
| 342 | 2026-09-11T15:53:42.323Z | Downloaded tabwriter v1.4.1 |
| 343 | 2026-09-11T15:53:42.326Z | Downloaded lazy_static v1.5.0 |
| 344 | 2026-09-11T15:53:42.326Z | Downloaded sync_wrapper v1.0.2 |
| 345 | 2026-09-11T15:53:42.329Z | Downloaded time-core v0.1.9 |
| 346 | 2026-09-11T15:53:42.330Z | Downloaded toml_write v0.1.2 |
| 347 | 2026-09-11T15:53:42.330Z | Downloaded supports-color v2.1.0 |
| 348 | 2026-09-11T15:53:42.330Z | Downloaded toml_datetime v0.6.11 |
| 349 | 2026-09-11T15:53:42.330Z | Downloaded zone_cfg_derive v0.3.1 |
| 350 | 2026-09-11T15:53:42.330Z | Downloaded bitflags v2.13.0 |
| 351 | 2026-09-11T15:53:42.333Z | Downloaded usdt v0.6.0 |
| 352 | 2026-09-11T15:53:42.333Z | Downloaded foreign-types-shared v0.3.1 |
| 353 | 2026-09-11T15:53:42.333Z | Downloaded usdt-attr-macro v0.6.0 |
| 354 | 2026-09-11T15:53:42.333Z | Downloaded errno v0.3.14 |
| 355 | 2026-09-11T15:53:42.336Z | Downloaded flagset v0.4.7 |
| 356 | 2026-09-11T15:53:42.336Z | Downloaded cargo_toml v0.22.3 |
| 357 | 2026-09-11T15:53:42.336Z | Downloaded clap_derive v4.6.1 |
| 358 | 2026-09-11T15:53:42.336Z | Downloaded derive_more v0.99.20 |
| 359 | 2026-09-11T15:53:42.340Z | Downloaded dropshot_endpoint v0.17.1 |
| 360 | 2026-09-11T15:53:42.340Z | Downloaded erased-serde v0.3.31 |
| 361 | 2026-09-11T15:53:42.343Z | Downloaded progenitor-impl v0.14.0 |
| 362 | 2026-09-11T15:53:42.346Z | Downloaded wait-timeout v0.2.1 |
| 363 | 2026-09-11T15:53:42.350Z | Downloaded progenitor-impl v0.10.0 |
| 364 | 2026-09-11T15:53:42.350Z | Downloaded indent_write v2.2.0 |
| 365 | 2026-09-11T15:53:42.350Z | Downloaded inout v0.1.4 |
| 366 | 2026-09-11T15:53:42.353Z | Downloaded futures-sink v0.3.32 |
| 367 | 2026-09-11T15:53:42.356Z | Downloaded foldhash v0.2.0 |
| 368 | 2026-09-11T15:53:42.356Z | Downloaded arc-swap v1.9.1 |
| 369 | 2026-09-11T15:53:42.359Z | Downloaded bytes v1.12.0 |
| 370 | 2026-09-11T15:53:42.362Z | Downloaded chumsky v0.9.3 |
| 371 | 2026-09-11T15:53:42.363Z | Downloaded miniz_oxide v0.8.9 |
| 372 | 2026-09-11T15:53:42.366Z | Downloaded serde_repr v0.1.21 |
| 373 | 2026-09-11T15:53:42.369Z | Downloaded take_mut v0.2.2 |
| 374 | 2026-09-11T15:53:42.369Z | Downloaded tungstenite v0.21.0 |
| 375 | 2026-09-11T15:53:42.369Z | Downloaded ipnet v2.12.0 |
| 376 | 2026-09-11T15:53:42.372Z | Downloaded keccak v0.1.6 |
| 377 | 2026-09-11T15:53:42.372Z | Downloaded jobserver v0.1.35 |
| 378 | 2026-09-11T15:53:42.372Z | Downloaded der v0.7.10 |
| 379 | 2026-09-11T15:53:42.375Z | Downloaded group v0.13.0 |
| 380 | 2026-09-11T15:53:42.376Z | Downloaded sha1 v0.11.0 |
| 381 | 2026-09-11T15:53:42.376Z | Downloaded ed25519 v2.2.3 |
| 382 | 2026-09-11T15:53:42.379Z | Downloaded unarray v0.1.4 |
| 383 | 2026-09-11T15:53:42.379Z | Downloaded waitgroup v0.1.2 |
| 384 | 2026-09-11T15:53:42.379Z | Downloaded structmeta v0.3.0 |
| 385 | 2026-09-11T15:53:42.379Z | Downloaded structmeta-derive v0.3.0 |
| 386 | 2026-09-11T15:53:42.379Z | Downloaded unicode-ident v1.0.24 |
| 387 | 2026-09-11T15:53:42.382Z | Downloaded toml v1.1.4+spec-1.1.0 |
| 388 | 2026-09-11T15:53:42.382Z | Downloaded slog-stdlog v4.1.1 |
| 389 | 2026-09-11T15:53:42.385Z | Downloaded ucd-trie v0.1.7 |
| 390 | 2026-09-11T15:53:42.388Z | Downloaded slog-bunyan v2.5.0 |
| 391 | 2026-09-11T15:53:42.388Z | Downloaded strum_macros v0.27.2 |
| 392 | 2026-09-11T15:53:42.392Z | Downloaded synstructure v0.13.2 |
| 393 | 2026-09-11T15:53:42.395Z | Downloaded usdt-macro v0.6.0 |
| 394 | 2026-09-11T15:53:42.395Z | Downloaded equivalent v1.0.2 |
| 395 | 2026-09-11T15:53:42.395Z | Downloaded hostname v0.3.1 |
| 396 | 2026-09-11T15:53:42.399Z | Downloaded clap v4.6.1 |
| 397 | 2026-09-11T15:53:42.402Z | Downloaded chacha20poly1305 v0.10.1 |
| 398 | 2026-09-11T15:53:42.402Z | Downloaded darling_core v0.23.0 |
| 399 | 2026-09-11T15:53:42.406Z | Downloaded proc-macro2 v1.0.106 |
| 400 | 2026-09-11T15:53:42.409Z | Downloaded tokio-rustls v0.26.4 |
| 401 | 2026-09-11T15:53:42.412Z | Downloaded futures-executor v0.3.32 |
| 402 | 2026-09-11T15:53:42.416Z | Downloaded tinyvec_macros v0.1.1 |
| 403 | 2026-09-11T15:53:42.419Z | Downloaded crossbeam-channel v0.5.15 |
| 404 | 2026-09-11T15:53:42.419Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 405 | 2026-09-11T15:53:42.419Z | Downloaded indoc v2.0.7 |
| 406 | 2026-09-11T15:53:42.422Z | Downloaded backtrace v0.3.76 |
| 407 | 2026-09-11T15:53:42.422Z | Downloaded base64 v0.22.1 |
| 408 | 2026-09-11T15:53:42.425Z | Downloaded cc v1.2.64 |
| 409 | 2026-09-11T15:53:42.425Z | Downloaded miette v7.6.0 |
| 410 | 2026-09-11T15:53:42.430Z | Downloaded icu_provider v2.2.0 |
| 411 | 2026-09-11T15:53:42.433Z | Downloaded hybrid-array v0.4.14 |
| 412 | 2026-09-11T15:53:42.433Z | Downloaded simd-adler32 v0.3.10 |
| 413 | 2026-09-11T15:53:42.436Z | Downloaded foreign-types v0.5.0 |
| 414 | 2026-09-11T15:53:42.436Z | Downloaded http-body v1.0.1 |
| 415 | 2026-09-11T15:53:42.436Z | Downloaded fs_extra v1.3.0 |
| 416 | 2026-09-11T15:53:42.436Z | Downloaded typeid v1.0.3 |
| 417 | 2026-09-11T15:53:42.439Z | Downloaded futures-task v0.3.32 |
| 418 | 2026-09-11T15:53:42.439Z | Downloaded is_ci v1.2.0 |
| 419 | 2026-09-11T15:53:42.439Z | Downloaded secrecy v0.10.3 |
| 420 | 2026-09-11T15:53:42.439Z | Downloaded is-terminal v0.4.17 |
| 421 | 2026-09-11T15:53:42.442Z | Downloaded strsim v0.11.1 |
| 422 | 2026-09-11T15:53:42.442Z | Downloaded supports-unicode v2.1.0 |
| 423 | 2026-09-11T15:53:42.446Z | Downloaded toml_edit v0.22.27 |
| 424 | 2026-09-11T15:53:42.449Z | Downloaded instant v0.1.13 |
| 425 | 2026-09-11T15:53:42.452Z | Downloaded xz2 v0.1.7 |
| 426 | 2026-09-11T15:53:42.452Z | Downloaded rustls-pki-types v1.14.1 |
| 427 | 2026-09-11T15:53:42.455Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 428 | 2026-09-11T15:53:42.456Z | Downloaded smallvec v1.15.2 |
| 429 | 2026-09-11T15:53:42.459Z | Downloaded smawk v0.3.3 |
| 430 | 2026-09-11T15:53:42.462Z | Downloaded utf8_iter v1.0.4 |
| 431 | 2026-09-11T15:53:42.462Z | Downloaded futures-core v0.3.32 |
| 432 | 2026-09-11T15:53:42.462Z | Downloaded httpdate v1.0.3 |
| 433 | 2026-09-11T15:53:42.462Z | Downloaded yoke v0.8.3 |
| 434 | 2026-09-11T15:53:42.465Z | Downloaded futures v0.3.32 |
| 435 | 2026-09-11T15:53:42.468Z | Downloaded serde_derive_internals v0.29.1 |
| 436 | 2026-09-11T15:53:42.468Z | Downloaded sha1 v0.10.6 |
| 437 | 2026-09-11T15:53:42.468Z | Downloaded spki v0.7.3 |
| 438 | 2026-09-11T15:53:42.468Z | Downloaded supports-hyperlinks v2.1.0 |
| 439 | 2026-09-11T15:53:42.468Z | Downloaded test-strategy v0.4.5 |
| 440 | 2026-09-11T15:53:42.471Z | Downloaded tinyvec v1.11.0 |
| 441 | 2026-09-11T15:53:42.471Z | Downloaded slog-envlogger v2.2.0 |
| 442 | 2026-09-11T15:53:42.474Z | Downloaded typify-macro v0.6.2 |
| 443 | 2026-09-11T15:53:42.475Z | Downloaded rusty-fork v0.3.1 |
| 444 | 2026-09-11T15:53:42.475Z | Downloaded scroll v0.13.0 |
| 445 | 2026-09-11T15:53:42.475Z | Downloaded knus-derive v3.4.0 |
| 446 | 2026-09-11T15:53:42.475Z | Downloaded slog-scope v4.4.1 |
| 447 | 2026-09-11T15:53:42.478Z | Downloaded shlex v2.0.1 |
| 448 | 2026-09-11T15:53:42.478Z | Downloaded zerofrom v0.1.8 |
| 449 | 2026-09-11T15:53:42.481Z | Downloaded quinn v0.11.9 |
| 450 | 2026-09-11T15:53:42.484Z | Downloaded hmac v0.12.1 |
| 451 | 2026-09-11T15:53:42.488Z | Downloaded slog-json v2.6.1 |
| 452 | 2026-09-11T15:53:42.492Z | Downloaded elliptic-curve v0.13.8 |
| 453 | 2026-09-11T15:53:42.492Z | Downloaded getrandom v0.3.4 |
| 454 | 2026-09-11T15:53:42.495Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 455 | 2026-09-11T15:53:42.495Z | Downloaded http-body-util v0.1.3 |
| 456 | 2026-09-11T15:53:42.495Z | Downloaded memchr v2.8.2 |
| 457 | 2026-09-11T15:53:42.498Z | Downloaded fastrand v2.4.1 |
| 458 | 2026-09-11T15:53:42.498Z | Downloaded universal-hash v0.5.1 |
| 459 | 2026-09-11T15:53:42.501Z | Downloaded knus v3.4.0 |
| 460 | 2026-09-11T15:53:42.501Z | Downloaded spin v0.9.8 |
| 461 | 2026-09-11T15:53:42.501Z | Downloaded tempfile v3.27.0 |
| 462 | 2026-09-11T15:53:42.505Z | Downloaded want v0.3.1 |
| 463 | 2026-09-11T15:53:42.505Z | Downloaded aead v0.5.2 |
| 464 | 2026-09-11T15:53:42.508Z | Downloaded itoa v1.0.18 |
| 465 | 2026-09-11T15:53:42.508Z | Downloaded scroll_derive v0.13.1 |
| 466 | 2026-09-11T15:53:42.508Z | Downloaded writeable v0.6.3 |
| 467 | 2026-09-11T15:53:42.508Z | Downloaded zmij v1.0.21 |
| 468 | 2026-09-11T15:53:42.511Z | Downloaded rustc-hash v2.1.2 |
| 469 | 2026-09-11T15:53:42.511Z | Downloaded mio v1.2.1 |
| 470 | 2026-09-11T15:53:42.514Z | Downloaded thiserror v1.0.69 |
| 471 | 2026-09-11T15:53:42.517Z | Downloaded thiserror-impl v1.0.69 |
| 472 | 2026-09-11T15:53:42.517Z | Downloaded thiserror v2.0.18 |
| 473 | 2026-09-11T15:53:42.520Z | Downloaded log v0.4.32 |
| 474 | 2026-09-11T15:53:42.524Z | Downloaded serde_core v1.0.228 |
| 475 | 2026-09-11T15:53:42.524Z | Downloaded tracing-attributes v0.1.31 |
| 476 | 2026-09-11T15:53:42.524Z | Downloaded getrandom v0.2.17 |
| 477 | 2026-09-11T15:53:42.527Z | Downloaded thiserror-no-std v2.0.2 |
| 478 | 2026-09-11T15:53:42.527Z | Downloaded zone v0.3.1 |
| 479 | 2026-09-11T15:53:42.530Z | Downloaded base64 v0.21.7 |
| 480 | 2026-09-11T15:53:42.530Z | Downloaded litemap v0.8.2 |
| 481 | 2026-09-11T15:53:42.530Z | Downloaded tar v0.4.46 |
| 482 | 2026-09-11T15:53:42.533Z | Downloaded typify v0.6.2 |
| 483 | 2026-09-11T15:53:42.536Z | Downloaded form_urlencoded v1.2.2 |
| 484 | 2026-09-11T15:53:42.536Z | Downloaded hubpack_derive v0.1.1 |
| 485 | 2026-09-11T15:53:42.536Z | Downloaded sec1 v0.7.3 |
| 486 | 2026-09-11T15:53:42.536Z | Downloaded lock_api v0.4.14 |
| 487 | 2026-09-11T15:53:42.536Z | Downloaded rfc6979 v0.4.0 |
| 488 | 2026-09-11T15:53:42.536Z | Downloaded unit-prefix v0.5.2 |
| 489 | 2026-09-11T15:53:42.539Z | Downloaded strum v0.27.2 |
| 490 | 2026-09-11T15:53:42.542Z | Downloaded rand v0.9.4 |
| 491 | 2026-09-11T15:53:42.546Z | Downloaded rustc-demangle v0.1.27 |
| 492 | 2026-09-11T15:53:42.546Z | Downloaded async-compression v0.4.43 |
| 493 | 2026-09-11T15:53:42.549Z | Downloaded terminal_size v0.1.17 |
| 494 | 2026-09-11T15:53:42.552Z | Downloaded schemars v0.8.22 |
| 495 | 2026-09-11T15:53:42.555Z | Downloaded similar v2.7.0 |
| 496 | 2026-09-11T15:53:42.558Z | Downloaded rand v0.10.1 |
| 497 | 2026-09-11T15:53:42.562Z | Downloaded sha2 v0.10.9 |
| 498 | 2026-09-11T15:53:42.565Z | Downloaded hubpack v0.1.2 |
| 499 | 2026-09-11T15:53:42.565Z | Downloaded stable_deref_trait v1.2.1 |
| 500 | 2026-09-11T15:53:42.568Z | Downloaded slab v0.4.12 |
| 501 | 2026-09-11T15:53:42.568Z | Downloaded x509-cert v0.2.5 |
| 502 | 2026-09-11T15:53:42.571Z | Downloaded fnv v1.0.7 |
| 503 | 2026-09-11T15:53:42.571Z | Downloaded ipnetwork v0.21.1 |
| 504 | 2026-09-11T15:53:42.571Z | Downloaded rustls-platform-verifier v0.7.0 |
| 505 | 2026-09-11T15:53:42.574Z | Downloaded icu_normalizer v2.2.0 |
| 506 | 2026-09-11T15:53:42.574Z | Downloaded unsafe-libyaml v0.2.11 |
| 507 | 2026-09-11T15:53:42.578Z | Downloaded icu_locale_core v2.2.0 |
| 508 | 2026-09-11T15:53:42.581Z | Downloaded icu_normalizer_data v2.2.0 |
| 509 | 2026-09-11T15:53:42.581Z | Downloaded half v2.7.1 |
| 510 | 2026-09-11T15:53:42.584Z | Downloaded strum_macros v0.26.4 |
| 511 | 2026-09-11T15:53:42.584Z | Downloaded term v1.2.1 |
| 512 | 2026-09-11T15:53:42.584Z | Downloaded time-macros v0.2.29 |
| 513 | 2026-09-11T15:53:42.587Z | Downloaded version_check v0.9.5 |
| 514 | 2026-09-11T15:53:42.587Z | Downloaded tls_codec v0.4.2 |
| 515 | 2026-09-11T15:53:42.587Z | Downloaded url v2.5.8 |
| 516 | 2026-09-11T15:53:42.590Z | Downloaded miette v5.10.0 |
| 517 | 2026-09-11T15:53:42.590Z | Downloaded rustversion v1.0.22 |
| 518 | 2026-09-11T15:53:42.593Z | Downloaded serde_derive v1.0.228 |
| 519 | 2026-09-11T15:53:42.593Z | Downloaded knuffel-derive v3.2.0 |
| 520 | 2026-09-11T15:53:42.597Z | Downloaded schemars v0.9.0 |
| 521 | 2026-09-11T15:53:42.602Z | Downloaded socket2 v0.6.4 |
| 522 | 2026-09-11T15:53:42.605Z | Downloaded serde_path_to_error v0.1.20 |
| 523 | 2026-09-11T15:53:42.605Z | Downloaded ed25519-dalek v2.2.0 |
| 524 | 2026-09-11T15:53:42.608Z | Downloaded find-msvc-tools v0.1.9 |
| 525 | 2026-09-11T15:53:42.608Z | Downloaded serde_with_macros v3.21.0 |
| 526 | 2026-09-11T15:53:42.612Z | Downloaded zerotrie v0.2.4 |
| 527 | 2026-09-11T15:53:42.615Z | Downloaded typify v0.4.3 |
| 528 | 2026-09-11T15:53:42.618Z | Downloaded serde v1.0.228 |
| 529 | 2026-09-11T15:53:42.618Z | Downloaded zerovec-derive v0.11.3 |
| 530 | 2026-09-11T15:53:42.621Z | Downloaded ryu v1.0.23 |
| 531 | 2026-09-11T15:53:42.621Z | Downloaded indexmap v1.9.3 |
| 532 | 2026-09-11T15:53:42.635Z | Downloaded futures-channel v0.3.32 |
| 533 | 2026-09-11T15:53:42.638Z | Downloaded hyper-util v0.1.20 |
| 534 | 2026-09-11T15:53:42.642Z | Downloaded toml_parser v1.1.3+spec-1.1.0 |
| 535 | 2026-09-11T15:53:42.642Z | Downloaded iana-time-zone v0.1.65 |
| 536 | 2026-09-11T15:53:42.642Z | Downloaded toml v0.8.23 |
| 537 | 2026-09-11T15:53:42.646Z | Downloaded semver v1.0.28 |
| 538 | 2026-09-11T15:53:42.646Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 539 | 2026-09-11T15:53:42.649Z | Downloaded tracing-core v0.1.36 |
| 540 | 2026-09-11T15:53:42.649Z | Downloaded num-bigint-dig v0.8.6 |
| 541 | 2026-09-11T15:53:42.652Z | Downloaded serde_yaml v0.9.34+deprecated |
| 542 | 2026-09-11T15:53:42.652Z | Downloaded getrandom v0.4.3 |
| 543 | 2026-09-11T15:53:42.655Z | Downloaded uuid v1.23.3 |
| 544 | 2026-09-11T15:53:42.658Z | Downloaded rustls-webpki v0.103.13 |
| 545 | 2026-09-11T15:53:42.658Z | Downloaded slog v2.8.2 |
| 546 | 2026-09-11T15:53:42.661Z | Downloaded indicatif v0.18.4 |
| 547 | 2026-09-11T15:53:42.661Z | Downloaded textwrap v0.15.2 |
| 548 | 2026-09-11T15:53:42.665Z | Downloaded pest v2.8.8 |
| 549 | 2026-09-11T15:53:42.670Z | Downloaded expectorate v1.2.0 |
| 550 | 2026-09-11T15:53:42.675Z | Downloaded flate2 v1.1.9 |
| 551 | 2026-09-11T15:53:42.678Z | Downloaded idna v1.1.0 |
| 552 | 2026-09-11T15:53:42.681Z | Downloaded tower v0.5.3 |
| 553 | 2026-09-11T15:53:42.685Z | Downloaded p384 v0.13.1 |
| 554 | 2026-09-11T15:53:42.689Z | Downloaded hashbrown v0.16.1 |
| 555 | 2026-09-11T15:53:42.695Z | Downloaded aho-corasick v1.1.4 |
| 556 | 2026-09-11T15:53:42.698Z | Downloaded knuffel v3.2.0 |
| 557 | 2026-09-11T15:53:42.701Z | Downloaded unicode-segmentation v1.13.3 |
| 558 | 2026-09-11T15:53:42.701Z | Downloaded zerocopy-derive v0.8.52 |
| 559 | 2026-09-11T15:53:42.705Z | Downloaded icu_collections v2.2.0 |
| 560 | 2026-09-11T15:53:42.708Z | Downloaded rsa v0.9.10 |
| 561 | 2026-09-11T15:53:42.713Z | Downloaded indexmap v2.14.0 |
| 562 | 2026-09-11T15:53:42.716Z | Downloaded icu_properties v2.2.0 |
| 563 | 2026-09-11T15:53:42.716Z | Downloaded ron v0.12.1 |
| 564 | 2026-09-11T15:53:42.719Z | Downloaded libm v0.2.16 |
| 565 | 2026-09-11T15:53:42.723Z | Downloaded regex v1.12.4 |
| 566 | 2026-09-11T15:53:42.726Z | Downloaded clap_builder v4.6.0 |
| 567 | 2026-09-11T15:53:42.730Z | Downloaded openapiv3 v2.2.0 |
| 568 | 2026-09-11T15:53:42.735Z | Downloaded serde_json v1.0.150 |
| 569 | 2026-09-11T15:53:42.739Z | Downloaded tokio-util v0.7.18 |
| 570 | 2026-09-11T15:53:42.743Z | Downloaded hashbrown v0.12.3 |
| 571 | 2026-09-11T15:53:42.746Z | Downloaded schemars v1.2.1 |
| 572 | 2026-09-11T15:53:42.752Z | Downloaded reqwest v0.12.28 |
| 573 | 2026-09-11T15:53:42.755Z | Downloaded typenum v1.20.1 |
| 574 | 2026-09-11T15:53:42.758Z | Downloaded winnow v0.7.15 |
| 575 | 2026-09-11T15:53:42.762Z | Downloaded futures-util v0.3.32 |
| 576 | 2026-09-11T15:53:42.768Z | Downloaded proptest v1.11.0 |
| 577 | 2026-09-11T15:53:42.773Z | Downloaded http v1.4.2 |
| 578 | 2026-09-11T15:53:42.776Z | Downloaded reqwest v0.13.4 |
| 579 | 2026-09-11T15:53:42.779Z | Downloaded tower-http v0.6.11 |
| 580 | 2026-09-11T15:53:42.782Z | Downloaded portable-atomic v1.13.1 |
| 581 | 2026-09-11T15:53:42.786Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 582 | 2026-09-11T15:53:42.789Z | Downloaded hashbrown v0.14.5 |
| 583 | 2026-09-11T15:53:42.792Z | Downloaded winnow v1.0.3 |
| 584 | 2026-09-11T15:53:42.797Z | Downloaded itertools v0.12.1 |
| 585 | 2026-09-11T15:53:42.801Z | Downloaded h2 v0.4.15 |
| 586 | 2026-09-11T15:53:42.805Z | Downloaded hashbrown v0.17.1 |
| 587 | 2026-09-11T15:53:42.808Z | Downloaded itertools v0.14.0 |
| 588 | 2026-09-11T15:53:42.812Z | Downloaded hyper v1.10.1 |
| 589 | 2026-09-11T15:53:42.821Z | Downloaded icu_properties_data v2.2.0 |
| 590 | 2026-09-11T15:53:42.825Z | Downloaded zerovec v0.11.6 |
| 591 | 2026-09-11T15:53:42.825Z | Downloaded quinn-proto v0.11.16 |
| 592 | 2026-09-11T15:53:42.828Z | Downloaded salty v0.3.0 |
| 593 | 2026-09-11T15:53:42.831Z | Downloaded serde_with v3.21.0 |
| 594 | 2026-09-11T15:53:42.838Z | Downloaded chrono v0.4.45 |
| 595 | 2026-09-11T15:53:42.841Z | Downloaded hkdf v0.12.4 |
| 596 | 2026-09-11T15:53:42.844Z | Downloaded zerocopy v0.8.52 |
| 597 | 2026-09-11T15:53:42.854Z | Downloaded iddqd v0.4.6 |
| 598 | 2026-09-11T15:53:42.859Z | Downloaded aws-lc-rs v1.18.0 |
| 599 | 2026-09-11T15:53:42.864Z | Downloaded object v0.37.3 |
| 600 | 2026-09-11T15:53:42.870Z | Downloaded regress v0.10.5 |
| 601 | 2026-09-11T15:53:42.874Z | Downloaded goblin v0.10.7 |
| 602 | 2026-09-11T15:53:42.878Z | Downloaded syn v2.0.118 |
| 603 | 2026-09-11T15:53:42.884Z | Downloaded regex-syntax v0.8.11 |
| 604 | 2026-09-11T15:53:42.888Z | Downloaded regress v0.11.1 |
| 605 | 2026-09-11T15:53:42.893Z | Downloaded syn v1.0.109 |
| 606 | 2026-09-11T15:53:42.899Z | Downloaded syn v3.0.3 |
| 607 | 2026-09-11T15:53:42.905Z | Downloaded webpki-roots v1.0.8 |
| 608 | 2026-09-11T15:53:42.908Z | Downloaded unicode-width v0.2.2 |
| 609 | 2026-09-11T15:53:42.911Z | Downloaded curve25519-dalek v4.1.3 |
| 610 | 2026-09-11T15:53:42.914Z | Downloaded time v0.3.49 |
| 611 | 2026-09-11T15:53:42.921Z | Downloaded regex-automata v0.4.14 |
| 612 | 2026-09-11T15:53:42.931Z | Downloaded dropshot v0.17.1 |
| 613 | 2026-09-11T15:53:42.943Z | Downloaded lzma-sys v0.1.20 |
| 614 | 2026-09-11T15:53:42.958Z | Downloaded unicode-width v0.1.14 |
| 615 | 2026-09-11T15:53:42.962Z | Downloaded gimli v0.32.3 |
| 616 | 2026-09-11T15:53:42.965Z | Downloaded libc v0.2.186 |
| 617 | 2026-09-11T15:53:42.984Z | Downloaded sha3 v0.10.9 |
| 618 | 2026-09-11T15:53:42.988Z | Downloaded rustls v0.23.40 |
| 619 | 2026-09-11T15:53:43.005Z | Downloaded rustix v0.38.44 |
| 620 | 2026-09-11T15:53:43.010Z | Downloaded rustix v1.1.4 |
| 621 | 2026-09-11T15:53:43.019Z | Downloaded typify-impl v0.4.3 |
| 622 | 2026-09-11T15:53:43.026Z | Downloaded typify-impl v0.6.2 |
| 623 | 2026-09-11T15:53:43.033Z | Downloaded tracing v0.1.44 |
| 624 | 2026-09-11T15:53:43.115Z | Downloaded tokio v1.52.3 |
| 625 | 2026-09-11T15:53:43.196Z | Downloaded encoding_rs v0.8.35 |
| 626 | 2026-09-11T15:53:43.210Z | Downloaded ring v0.17.14 |
| 627 | 2026-09-11T15:53:43.687Z | Downloaded aws-lc-sys v0.44.0 |
| 628 | 2026-09-11T15:53:43.963Z | Compiling proc-macro2 v1.0.106 |
| 629 | 2026-09-11T15:53:43.963Z | Compiling quote v1.0.45 |
| 630 | 2026-09-11T15:53:43.966Z | Compiling unicode-ident v1.0.24 |
| 631 | 2026-09-11T15:53:43.966Z | Compiling libc v0.2.186 |
| 632 | 2026-09-11T15:53:43.966Z | Compiling serde_core v1.0.228 |
| 633 | 2026-09-11T15:53:43.966Z | Checking cfg-if v1.0.4 |
| 634 | 2026-09-11T15:53:43.966Z | Compiling serde v1.0.228 |
| 635 | 2026-09-11T15:53:43.966Z | Checking memchr v2.8.2 |
| 636 | 2026-09-11T15:53:44.235Z | Compiling zmij v1.0.21 |
| 637 | 2026-09-11T15:53:44.248Z | Compiling autocfg v1.5.1 |
| 638 | 2026-09-11T15:53:44.508Z | Checking itoa v1.0.18 |
| 639 | 2026-09-11T15:53:44.578Z | Compiling version_check v0.9.5 |
| 640 | 2026-09-11T15:53:44.663Z | Compiling serde_json v1.0.150 |
| 641 | 2026-09-11T15:53:44.715Z | Compiling libm v0.2.16 |
| 642 | 2026-09-11T15:53:44.829Z | Compiling num-traits v0.2.19 |
| 643 | 2026-09-11T15:53:44.924Z | Compiling getrandom v0.4.3 |
| 644 | 2026-09-11T15:53:44.955Z | Checking rand_core v0.10.1 |
| 645 | 2026-09-11T15:53:45.104Z | Checking subtle v2.6.1 |
| 646 | 2026-09-11T15:53:45.160Z | Checking getrandom v0.2.17 |
| 647 | 2026-09-11T15:53:45.239Z | Checking typenum v1.20.1 |
| 648 | 2026-09-11T15:53:45.291Z | Checking iana-time-zone v0.1.65 |
| 649 | 2026-09-11T15:53:45.345Z | Compiling thiserror v2.0.18 |
| 650 | 2026-09-11T15:53:45.396Z | Compiling syn v2.0.118 |
| 651 | 2026-09-11T15:53:45.417Z | Checking rand_core v0.6.4 |
| 652 | 2026-09-11T15:53:45.471Z | Checking errno v0.3.14 |
| 653 | 2026-09-11T15:53:45.573Z | Compiling schemars v0.8.22 |
| 654 | 2026-09-11T15:53:45.587Z | Checking allocator-api2 v0.2.21 |
| 655 | 2026-09-11T15:53:45.842Z | Checking dyn-clone v1.0.20 |
| 656 | 2026-09-11T15:53:45.855Z | Compiling generic-array v0.14.9 |
| 657 | 2026-09-11T15:53:45.880Z | Checking once_cell v1.21.4 |
| 658 | 2026-09-11T15:53:45.935Z | Compiling heck v0.5.0 |
| 659 | 2026-09-11T15:53:46.122Z | Compiling zerocopy v0.8.52 |
| 660 | 2026-09-11T15:53:46.272Z | Checking uuid v1.23.3 |
| 661 | 2026-09-11T15:53:46.367Z | Checking semver v1.0.28 |
| 662 | 2026-09-11T15:53:46.554Z | Checking equivalent v1.0.2 |
| 663 | 2026-09-11T15:53:46.557Z | Checking const-oid v0.9.6 |
| 664 | 2026-09-11T15:53:46.581Z | Checking bitflags v2.13.0 |
| 665 | 2026-09-11T15:53:46.585Z | Checking smallvec v1.15.2 |
| 666 | 2026-09-11T15:53:46.628Z | Compiling rustversion v1.0.22 |
| 667 | 2026-09-11T15:53:46.745Z | Checking pin-project-lite v0.2.17 |
| 668 | 2026-09-11T15:53:46.781Z | Checking bytes v1.12.0 |
| 669 | 2026-09-11T15:53:46.796Z | Checking hashbrown v0.17.1 |
| 670 | 2026-09-11T15:53:46.830Z | Compiling find-msvc-tools v0.1.9 |
| 671 | 2026-09-11T15:53:46.874Z | Compiling shlex v2.0.1 |
| 672 | 2026-09-11T15:53:46.958Z | Compiling jobserver v0.1.35 |
| 673 | 2026-09-11T15:53:47.194Z | Compiling cc v1.2.64 |
| 674 | 2026-09-11T15:53:47.245Z | Checking log v0.4.32 |
| 675 | 2026-09-11T15:53:47.276Z | Compiling parking_lot_core v0.9.12 |
| 676 | 2026-09-11T15:53:47.326Z | Checking futures-core v0.3.32 |
| 677 | 2026-09-11T15:53:47.399Z | Checking indexmap v2.14.0 |
| 678 | 2026-09-11T15:53:47.443Z | Checking scopeguard v1.2.0 |
| 679 | 2026-09-11T15:53:47.513Z | Checking socket2 v0.6.4 |
| 680 | 2026-09-11T15:53:47.539Z | Checking lock_api v0.4.14 |
| 681 | 2026-09-11T15:53:47.656Z | Compiling pkg-config v0.3.33 |
| 682 | 2026-09-11T15:53:47.777Z | Checking signal-hook-registry v1.4.8 |
| 683 | 2026-09-11T15:53:47.791Z | Checking mio v1.2.1 |
| 684 | 2026-09-11T15:53:47.805Z | Checking parking_lot v0.12.5 |
| 685 | 2026-09-11T15:53:47.940Z | Checking stable_deref_trait v1.2.1 |
| 686 | 2026-09-11T15:53:47.997Z | Compiling rustix v1.1.4 |
| 687 | 2026-09-11T15:53:48.012Z | Checking base64 v0.22.1 |
| 688 | 2026-09-11T15:53:48.039Z | Checking futures-sink v0.3.32 |
| 689 | 2026-09-11T15:53:48.073Z | Compiling slog v2.8.2 |
| 690 | 2026-09-11T15:53:48.135Z | Checking http v1.4.2 |
| 691 | 2026-09-11T15:53:48.187Z | Compiling serde_derive_internals v0.29.1 |
| 692 | 2026-09-11T15:53:48.248Z | Compiling synstructure v0.13.2 |
| 693 | 2026-09-11T15:53:48.431Z | Compiling cmake v0.1.58 |
| 694 | 2026-09-11T15:53:48.516Z | Compiling syn v1.0.109 |
| 695 | 2026-09-11T15:53:48.572Z | Checking slab v0.4.12 |
| 696 | 2026-09-11T15:53:48.714Z | Compiling dunce v1.0.5 |
| 697 | 2026-09-11T15:53:48.731Z | Compiling fs_extra v1.3.0 |
| 698 | 2026-09-11T15:53:48.746Z | Checking base64ct v1.8.3 |
| 699 | 2026-09-11T15:53:48.770Z | Checking futures-channel v0.3.32 |
| 700 | 2026-09-11T15:53:48.809Z | Checking futures-task v0.3.32 |
| 701 | 2026-09-11T15:53:48.938Z | Checking futures-io v0.3.32 |
| 702 | 2026-09-11T15:53:48.952Z | Compiling ring v0.17.14 |
| 703 | 2026-09-11T15:53:48.965Z | Compiling syn v3.0.3 |
| 704 | 2026-09-11T15:53:48.980Z | Checking litemap v0.8.2 |
| 705 | 2026-09-11T15:53:48.994Z | Compiling aws-lc-sys v0.44.0 |
| 706 | 2026-09-11T15:53:49.049Z | Compiling httparse v1.10.1 |
| 707 | 2026-09-11T15:53:49.163Z | Compiling aws-lc-rs v1.18.0 |
| 708 | 2026-09-11T15:53:49.414Z | Checking percent-encoding v2.3.2 |
| 709 | 2026-09-11T15:53:49.452Z | Compiling serde_derive v1.0.228 |
| 710 | 2026-09-11T15:53:49.475Z | Compiling zeroize_derive v1.5.0 |
| 711 | 2026-09-11T15:53:49.493Z | Compiling schemars_derive v0.8.22 |
| 712 | 2026-09-11T15:53:49.507Z | Compiling thiserror-impl v2.0.18 |
| 713 | 2026-09-11T15:53:49.550Z | Compiling zerocopy-derive v0.8.52 |
| 714 | 2026-09-11T15:53:50.177Z | Compiling zerofrom-derive v0.1.7 |
| 715 | 2026-09-11T15:53:50.190Z | Compiling tokio-macros v2.7.0 |
| 716 | 2026-09-11T15:53:50.736Z | Compiling yoke-derive v0.8.2 |
| 717 | 2026-09-11T15:53:50.967Z | Compiling zerovec-derive v0.11.3 |
| 718 | 2026-09-11T15:53:50.982Z | Checking tokio v1.52.3 |
| 719 | 2026-09-11T15:53:51.386Z | Checking zerofrom v0.1.8 |
| 720 | 2026-09-11T15:53:51.503Z | Compiling displaydoc v0.2.6 |
| 721 | 2026-09-11T15:53:51.825Z | Checking yoke v0.8.3 |
| 722 | 2026-09-11T15:53:52.012Z | Compiling futures-macro v0.3.32 |
| 723 | 2026-09-11T15:53:52.046Z | Checking zerovec v0.11.6 |
| 724 | 2026-09-11T15:53:52.290Z | Checking writeable v0.6.3 |
| 725 | 2026-09-11T15:53:52.452Z | Checking zerotrie v0.2.4 |
| 726 | 2026-09-11T15:53:52.480Z | Checking tinystr v0.8.3 |
| 727 | 2026-09-11T15:53:52.560Z | Checking zeroize v1.9.0 |
| 728 | 2026-09-11T15:53:52.697Z | Checking chrono v0.4.45 |
| 729 | 2026-09-11T15:53:52.712Z | Checking erased-serde v0.3.31 |
| 730 | 2026-09-11T15:53:52.811Z | Compiling serde_tokenstream v0.2.3 |
| 731 | 2026-09-11T15:53:52.875Z | Checking futures-util v0.3.32 |
| 732 | 2026-09-11T15:53:53.084Z | Checking rustls-pki-types v1.14.1 |
| 733 | 2026-09-11T15:53:53.224Z | Checking crypto-common v0.1.6 |
| 734 | 2026-09-11T15:53:53.345Z | Checking block-buffer v0.10.4 |
| 735 | 2026-09-11T15:53:53.348Z | Checking icu_locale_core v2.2.0 |
| 736 | 2026-09-11T15:53:53.373Z | Checking potential_utf v0.1.5 |
| 737 | 2026-09-11T15:53:53.483Z | Checking digest v0.10.7 |
| 738 | 2026-09-11T15:53:53.684Z | Compiling der_derive v0.7.3 |
| 739 | 2026-09-11T15:53:53.784Z | Checking ppv-lite86 v0.2.21 |
| 740 | 2026-09-11T15:53:54.019Z | Checking pem-rfc7468 v0.7.0 |
| 741 | 2026-09-11T15:53:54.033Z | Compiling icu_normalizer_data v2.2.0 |
| 742 | 2026-09-11T15:53:54.095Z | Checking fnv v1.0.7 |
| 743 | 2026-09-11T15:53:54.164Z | Checking utf8_iter v1.0.4 |
| 744 | 2026-09-11T15:53:54.179Z | Checking ipnetwork v0.21.1 |
| 745 | 2026-09-11T15:53:54.194Z | Checking flagset v0.4.7 |
| 746 | 2026-09-11T15:53:54.279Z | Compiling icu_properties_data v2.2.0 |
| 747 | 2026-09-11T15:53:54.304Z | Checking cpufeatures v0.2.17 |
| 748 | 2026-09-11T15:53:54.360Z | Checking icu_collections v2.2.0 |
| 749 | 2026-09-11T15:53:54.363Z | Checking oxnet v0.1.6 |
| 750 | 2026-09-11T15:53:54.526Z | Checking icu_provider v2.2.0 |
| 751 | 2026-09-11T15:53:54.589Z | Compiling tracing-attributes v0.1.31 |
| 752 | 2026-09-11T15:53:54.604Z | Checking tracing-core v0.1.36 |
| 753 | 2026-09-11T15:53:54.638Z | Checking der v0.7.10 |
| 754 | 2026-09-11T15:53:54.667Z | Checking untrusted v0.9.0 |
| 755 | 2026-09-11T15:53:54.834Z | Checking form_urlencoded v1.2.2 |
| 756 | 2026-09-11T15:53:54.873Z | Checking http-body v1.0.1 |
| 757 | 2026-09-11T15:53:54.889Z | Checking foldhash v0.2.0 |
| 758 | 2026-09-11T15:53:54.950Z | Compiling rustls v0.23.40 |
| 759 | 2026-09-11T15:53:54.991Z | Checking atomic-waker v1.1.2 |
| 760 | 2026-09-11T15:53:55.031Z | Checking icu_properties v2.2.0 |
| 761 | 2026-09-11T15:53:55.085Z | Checking icu_normalizer v2.2.0 |
| 762 | 2026-09-11T15:53:55.169Z | Checking tokio-util v0.7.18 |
| 763 | 2026-09-11T15:53:55.340Z | Compiling getrandom v0.3.4 |
| 764 | 2026-09-11T15:53:55.392Z | Checking try-lock v0.2.5 |
| 765 | 2026-09-11T15:53:55.463Z | Checking tower-service v0.3.3 |
| 766 | 2026-09-11T15:53:55.485Z | Checking ipnet v2.12.0 |
| 767 | 2026-09-11T15:53:55.545Z | Checking tower-layer v0.3.3 |
| 768 | 2026-09-11T15:53:55.574Z | Checking want v0.3.1 |
| 769 | 2026-09-11T15:53:55.685Z | Checking spki v0.7.3 |
| 770 | 2026-09-11T15:53:55.741Z | Compiling thiserror v1.0.69 |
| 771 | 2026-09-11T15:53:55.778Z | Checking tracing v0.1.44 |
| 772 | 2026-09-11T15:53:55.855Z | Checking hex v0.4.3 |
| 773 | 2026-09-11T15:53:55.879Z | Checking idna_adapter v1.2.2 |
| 774 | 2026-09-11T15:53:55.954Z | Checking h2 v0.4.15 |
| 775 | 2026-09-11T15:53:56.048Z | Compiling paste v1.0.15 |
| 776 | 2026-09-11T15:53:56.061Z | Checking fastrand v2.4.1 |
| 777 | 2026-09-11T15:53:56.129Z | Checking winnow v1.0.3 |
| 778 | 2026-09-11T15:53:56.143Z | Checking httpdate v1.0.3 |
| 779 | 2026-09-11T15:53:56.224Z | Compiling hashbrown v0.16.1 |
| 780 | 2026-09-11T15:53:56.379Z | Checking idna v1.1.0 |
| 781 | 2026-09-11T15:53:56.740Z | Compiling thiserror-impl v1.0.69 |
| 782 | 2026-09-11T15:53:56.763Z | Checking regex-syntax v0.8.11 |
| 783 | 2026-09-11T15:53:56.924Z | Compiling ucd-trie v0.1.7 |
| 784 | 2026-09-11T15:53:57.139Z | Compiling pest v2.8.8 |
| 785 | 2026-09-11T15:53:57.246Z | Checking toml_parser v1.1.3+spec-1.1.0 |
| 786 | 2026-09-11T15:53:57.567Z | Checking rand_core v0.9.5 |
| 787 | 2026-09-11T15:53:57.735Z | Checking url v2.5.8 |
| 788 | 2026-09-11T15:53:57.780Z | Checking hyper v1.10.1 |
| 789 | 2026-09-11T15:53:58.046Z | Checking pkcs8 v0.10.2 |
| 790 | 2026-09-11T15:53:58.201Z | Checking rand_chacha v0.3.1 |
| 791 | 2026-09-11T15:53:58.291Z | Compiling aho-corasick v1.1.4 |
| 792 | 2026-09-11T15:53:58.366Z | Checking is-terminal v0.4.17 |
| 793 | 2026-09-11T15:53:58.383Z | Checking ryu v1.0.23 |
| 794 | 2026-09-11T15:53:58.449Z | Checking toml_writer v1.1.2+spec-1.1.0 |
| 795 | 2026-09-11T15:53:58.512Z | Checking adler2 v2.0.1 |
| 796 | 2026-09-11T15:53:58.629Z | Checking spin v0.9.8 |
| 797 | 2026-09-11T15:53:58.642Z | Checking simd-adler32 v0.3.10 |
| 798 | 2026-09-11T15:53:58.703Z | Checking hyper-util v0.1.20 |
| 799 | 2026-09-11T15:53:58.743Z | Compiling strsim v0.11.1 |
| 800 | 2026-09-11T15:53:58.778Z | Compiling omicron-workspace-hack v0.1.0 |
| 801 | 2026-09-11T15:53:58.905Z | Compiling ident_case v1.0.1 |
| 802 | 2026-09-11T15:53:59.018Z | Compiling darling_core v0.23.0 |
| 803 | 2026-09-11T15:53:59.031Z | Checking miniz_oxide v0.8.9 |
| 804 | 2026-09-11T15:53:59.046Z | Checking serde_urlencoded v0.7.1 |
| 805 | 2026-09-11T15:53:59.245Z | Checking rand v0.8.6 |
| 806 | 2026-09-11T15:53:59.362Z | Compiling pest_meta v2.8.8 |
| 807 | 2026-09-11T15:53:59.670Z | Checking tempfile v3.27.0 |
| 808 | 2026-09-11T15:53:59.765Z | Checking http-body-util v0.1.3 |
| 809 | 2026-09-11T15:53:59.770Z | Checking newtype-uuid v1.4.0 |
| 810 | 2026-09-11T15:53:59.863Z | Compiling regex-automata v0.4.14 |
| 811 | 2026-09-11T15:53:59.937Z | Compiling daft-derive v0.1.8 |
| 812 | 2026-09-11T15:53:59.955Z | Checking sync_wrapper v1.0.2 |
| 813 | 2026-09-11T15:54:00.028Z | Compiling camino v1.2.2 |
| 814 | 2026-09-11T15:54:00.235Z | Checking tower v0.5.3 |
| 815 | 2026-09-11T15:54:00.402Z | Compiling pest_generator v2.8.8 |
| 816 | 2026-09-11T15:54:00.474Z | Checking rand_chacha v0.9.0 |
| 817 | 2026-09-11T15:54:00.597Z | Checking webpki-roots v1.0.8 |
| 818 | 2026-09-11T15:54:00.630Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 819 | 2026-09-11T15:54:00.649Z | Checking daft v0.1.8 |
| 820 | 2026-09-11T15:54:00.822Z | Checking rand v0.9.4 |
| 821 | 2026-09-11T15:54:00.863Z | Checking tower-http v0.6.11 |
| 822 | 2026-09-11T15:54:01.000Z | Compiling pest_derive v2.8.8 |
| 823 | 2026-09-11T15:54:01.078Z | Compiling darling_macro v0.23.0 |
| 824 | 2026-09-11T15:54:01.260Z | Checking hmac v0.12.1 |
| 825 | 2026-09-11T15:54:01.382Z | Checking serde_spanned v1.1.1 |
| 826 | 2026-09-11T15:54:01.397Z | Compiling num-conv v0.2.2 |
| 827 | 2026-09-11T15:54:01.510Z | Compiling regex v1.12.4 |
| 828 | 2026-09-11T15:54:01.532Z | Compiling rustix v0.38.44 |
| 829 | 2026-09-11T15:54:01.546Z | Compiling time-core v0.1.9 |
| 830 | 2026-09-11T15:54:01.645Z | Compiling darling v0.23.0 |
| 831 | 2026-09-11T15:54:01.739Z | Compiling time-macros v0.2.29 |
| 832 | 2026-09-11T15:54:01.857Z | Compiling serde_with_macros v3.21.0 |
| 833 | 2026-09-11T15:54:01.968Z | Checking openapiv3 v2.2.0 |
| 834 | 2026-09-11T15:54:01.979Z | Checking ff v0.13.1 |
| 835 | 2026-09-11T15:54:02.104Z | Checking powerfmt v0.2.0 |
| 836 | 2026-09-11T15:54:02.166Z | Checking pretty-hex v0.4.2 |
| 837 | 2026-09-11T15:54:02.250Z | Checking deranged v0.5.8 |
| 838 | 2026-09-11T15:54:02.382Z | Checking byteorder v1.5.0 |
| 839 | 2026-09-11T15:54:02.588Z | Compiling crossbeam-utils v0.8.21 |
| 840 | 2026-09-11T15:54:02.595Z | Checking num_threads v0.1.7 |
| 841 | 2026-09-11T15:54:02.707Z | Checking base16ct v0.2.0 |
| 842 | 2026-09-11T15:54:02.829Z | Compiling crucible-workspace-hack v0.1.0 |
| 843 | 2026-09-11T15:54:02.907Z | Checking sec1 v0.7.3 |
| 844 | 2026-09-11T15:54:02.966Z | Checking group v0.13.0 |
| 845 | 2026-09-11T15:54:02.990Z | Checking serde_with v3.21.0 |
| 846 | 2026-09-11T15:54:03.103Z | Checking hkdf v0.12.4 |
| 847 | 2026-09-11T15:54:03.115Z | Checking crypto-bigint v0.5.5 |
| 848 | 2026-09-11T15:54:03.196Z | Checking time v0.3.49 |
| 849 | 2026-09-11T15:54:03.236Z | Compiling serde_tokenstream v0.3.0 |
| 850 | 2026-09-11T15:54:03.291Z | Compiling scroll_derive v0.13.1 |
| 851 | 2026-09-11T15:54:03.513Z | Compiling structmeta-derive v0.3.0 |
| 852 | 2026-09-11T15:54:03.702Z | Compiling rustc_version v0.4.1 |
| 853 | 2026-09-11T15:54:03.968Z | Compiling crc32fast v1.5.0 |
| 854 | 2026-09-11T15:54:03.996Z | Compiling usdt-impl v0.6.0 |
| 855 | 2026-09-11T15:54:04.113Z | Checking cpufeatures v0.3.0 |
| 856 | 2026-09-11T15:54:04.181Z | Compiling anyhow v1.0.104 |
| 857 | 2026-09-11T15:54:04.245Z | Checking scroll v0.13.0 |
| 858 | 2026-09-11T15:54:04.291Z | Checking elliptic-curve v0.13.8 |
| 859 | 2026-09-11T15:54:04.307Z | Compiling curve25519-dalek v4.1.3 |
| 860 | 2026-09-11T15:54:04.441Z | Checking atomicwrites v0.4.4 |
| 861 | 2026-09-11T15:54:04.539Z | Compiling structmeta v0.3.0 |
| 862 | 2026-09-11T15:54:04.558Z | Compiling dtrace-parser v0.3.0 |
| 863 | 2026-09-11T15:54:04.587Z | Checking regress v0.10.5 |
| 864 | 2026-09-11T15:54:04.601Z | Compiling async-trait v0.1.89 |
| 865 | 2026-09-11T15:54:04.701Z | Compiling thread-id v5.1.0 |
| 866 | 2026-09-11T15:54:04.725Z | Checking hybrid-array v0.4.14 |
| 867 | 2026-09-11T15:54:04.780Z | Checking thread_local v1.1.9 |
| 868 | 2026-09-11T15:54:04.937Z | Checking plain v0.2.3 |
| 869 | 2026-09-11T15:54:05.035Z | Checking openssl-probe v0.2.1 |
| 870 | 2026-09-11T15:54:05.137Z | Compiling slog-async v2.8.0 |
| 871 | 2026-09-11T15:54:05.141Z | Checking rustls-native-certs v0.8.4 |
| 872 | 2026-09-11T15:54:05.163Z | Checking goblin v0.10.7 |
| 873 | 2026-09-11T15:54:05.272Z | Checking crossbeam-channel v0.5.15 |
| 874 | 2026-09-11T15:54:05.629Z | Checking futures-executor v0.3.32 |
| 875 | 2026-09-11T15:54:05.677Z | Checking half v2.7.1 |
| 876 | 2026-09-11T15:54:05.738Z | Compiling dof v0.4.0 |
| 877 | 2026-09-11T15:54:05.773Z | Compiling curve25519-dalek-derive v0.1.1 |
| 878 | 2026-09-11T15:54:05.888Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 879 | 2026-09-11T15:54:05.927Z | Checking keccak v0.1.6 |
| 880 | 2026-09-11T15:54:05.977Z | Compiling ref-cast v1.0.26 |
| 881 | 2026-09-11T15:54:06.071Z | Checking take_mut v0.2.2 |
| 882 | 2026-09-11T15:54:06.172Z | Checking term v1.2.1 |
| 883 | 2026-09-11T15:54:06.304Z | Checking ciborium-io v0.2.2 |
| 884 | 2026-09-11T15:54:06.385Z | Checking slog-term v2.9.2 |
| 885 | 2026-09-11T15:54:06.388Z | Checking ciborium-ll v0.2.2 |
| 886 | 2026-09-11T15:54:06.425Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 887 | 2026-09-11T15:54:06.557Z | Checking sha3 v0.10.9 |
| 888 | 2026-09-11T15:54:06.632Z | Checking futures v0.3.32 |
| 889 | 2026-09-11T15:54:06.706Z | Checking flate2 v1.1.9 |
| 890 | 2026-09-11T15:54:06.720Z | Checking block-buffer v0.12.1 |
| 891 | 2026-09-11T15:54:06.746Z | Checking crypto-common v0.2.2 |
| 892 | 2026-09-11T15:54:06.762Z | Compiling newtype-uuid-macros v0.1.1 |
| 893 | 2026-09-11T15:54:06.843Z | Checking byte-wrapper v0.1.0 |
| 894 | 2026-09-11T15:54:06.858Z | Checking secrecy v0.10.3 |
| 895 | 2026-09-11T15:54:06.968Z | Compiling ref-cast-impl v1.0.26 |
| 896 | 2026-09-11T15:54:06.983Z | Checking wait-timeout v0.2.1 |
| 897 | 2026-09-11T15:54:07.092Z | Compiling multer v3.1.0 |
| 898 | 2026-09-11T15:54:07.108Z | Checking const-oid v0.10.2 |
| 899 | 2026-09-11T15:54:07.231Z | Checking quick-error v1.2.3 |
| 900 | 2026-09-11T15:54:07.257Z | Checking either v1.16.0 |
| 901 | 2026-09-11T15:54:07.326Z | Checking bit-vec v0.8.0 |
| 902 | 2026-09-11T15:54:07.329Z | Checking compression-core v0.4.32 |
| 903 | 2026-09-11T15:54:07.438Z | Checking match_cfg v0.1.0 |
| 904 | 2026-09-11T15:54:07.458Z | Checking utf8parse v0.2.2 |
| 905 | 2026-09-11T15:54:07.498Z | Checking hostname v0.3.1 |
| 906 | 2026-09-11T15:54:07.515Z | Checking bit-set v0.8.0 |
| 907 | 2026-09-11T15:54:07.515Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78#c6b42fc6) |
| 908 | 2026-09-11T15:54:07.566Z | Checking anstyle-parse v1.0.0 |
| 909 | 2026-09-11T15:54:07.581Z | Checking compression-codecs v0.4.38 |
| 910 | 2026-09-11T15:54:07.715Z | Checking rusty-fork v0.3.1 |
| 911 | 2026-09-11T15:54:07.728Z | Checking digest v0.11.3 |
| 912 | 2026-09-11T15:54:07.755Z | Compiling usdt-attr-macro v0.6.0 |
| 913 | 2026-09-11T15:54:07.771Z | Compiling usdt-macro v0.6.0 |
| 914 | 2026-09-11T15:54:07.864Z | Checking ciborium v0.2.2 |
| 915 | 2026-09-11T15:54:07.880Z | Compiling derive-ex v0.1.8 |
| 916 | 2026-09-11T15:54:07.883Z | Checking slog-json v2.6.1 |
| 917 | 2026-09-11T15:54:08.037Z | Checking rand_xorshift v0.4.0 |
| 918 | 2026-09-11T15:54:08.175Z | Checking inout v0.1.4 |
| 919 | 2026-09-11T15:54:08.284Z | Compiling strum_macros v0.27.2 |
| 920 | 2026-09-11T15:54:08.299Z | Compiling async-stream-impl v0.3.6 |
| 921 | 2026-09-11T15:54:08.459Z | Checking memmap2 v0.9.11 |
| 922 | 2026-09-11T15:54:08.475Z | Compiling dropshot v0.17.1 |
| 923 | 2026-09-11T15:54:08.492Z | Checking encoding_rs v0.8.35 |
| 924 | 2026-09-11T15:54:08.619Z | Checking unicode-width v0.2.2 |
| 925 | 2026-09-11T15:54:08.686Z | Checking anstyle-query v1.1.5 |
| 926 | 2026-09-11T15:54:08.716Z | Checking colorchoice v1.0.5 |
| 927 | 2026-09-11T15:54:08.775Z | Checking anstyle v1.0.14 |
| 928 | 2026-09-11T15:54:08.867Z | Checking mime v0.3.17 |
| 929 | 2026-09-11T15:54:08.928Z | Checking unarray v0.1.4 |
| 930 | 2026-09-11T15:54:08.928Z | Compiling convert_case v0.4.0 |
| 931 | 2026-09-11T15:54:08.965Z | Checking is_terminal_polyfill v1.70.2 |
| 932 | 2026-09-11T15:54:09.033Z | Checking proptest v1.11.0 |
| 933 | 2026-09-11T15:54:09.051Z | Checking async-stream v0.3.6 |
| 934 | 2026-09-11T15:54:09.061Z | Checking anstream v1.0.0 |
| 935 | 2026-09-11T15:54:09.216Z | Checking usdt v0.6.0 |
| 936 | 2026-09-11T15:54:09.230Z | Compiling derive_more v0.99.20 |
| 937 | 2026-09-11T15:54:09.252Z | Checking cipher v0.4.4 |
| 938 | 2026-09-11T15:54:09.372Z | Checking slog-bunyan v2.5.0 |
| 939 | 2026-09-11T15:54:09.445Z | Checking sha1 v0.11.0 |
| 940 | 2026-09-11T15:54:09.469Z | Compiling test-strategy v0.4.5 |
| 941 | 2026-09-11T15:54:09.484Z | Checking async-compression v0.4.43 |
| 942 | 2026-09-11T15:54:09.609Z | Checking iddqd v0.4.6 |
| 943 | 2026-09-11T15:54:09.630Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78#c6b42fc6) |
| 944 | 2026-09-11T15:54:09.712Z | Checking toml v1.1.4+spec-1.1.0 |
| 945 | 2026-09-11T15:54:10.086Z | Checking strum v0.27.2 |
| 946 | 2026-09-11T15:54:10.195Z | Checking waitgroup v0.1.2 |
| 947 | 2026-09-11T15:54:10.274Z | Checking rustls-pemfile v2.2.0 |
| 948 | 2026-09-11T15:54:10.293Z | Checking universal-hash v0.5.1 |
| 949 | 2026-09-11T15:54:10.415Z | Compiling dropshot_endpoint v0.17.1 |
| 950 | 2026-09-11T15:54:10.415Z | Compiling thiserror-impl-no-std v2.0.2 |
| 951 | 2026-09-11T15:54:10.451Z | Compiling hubpack_derive v0.1.1 |
| 952 | 2026-09-11T15:54:10.640Z | Checking terminal_size v0.4.4 |
| 953 | 2026-09-11T15:54:10.751Z | Checking serde_path_to_error v0.1.20 |
| 954 | 2026-09-11T15:54:10.799Z | Checking hostname v0.4.2 |
| 955 | 2026-09-11T15:54:10.893Z | Compiling proc-macro-error-attr v1.0.4 |
| 956 | 2026-09-11T15:54:10.967Z | Checking clap_lex v1.1.0 |
| 957 | 2026-09-11T15:54:11.017Z | Checking debug-ignore v1.0.5 |
| 958 | 2026-09-11T15:54:11.115Z | Checking opaque-debug v0.3.1 |
| 959 | 2026-09-11T15:54:11.177Z | Checking poly1305 v0.8.0 |
| 960 | 2026-09-11T15:54:11.306Z | Checking clap_builder v4.6.0 |
| 961 | 2026-09-11T15:54:11.405Z | Compiling typify-impl v0.4.3 |
| 962 | 2026-09-11T15:54:11.495Z | Checking thiserror-no-std v2.0.2 |
| 963 | 2026-09-11T15:54:11.507Z | Checking hubpack v0.1.2 |
| 964 | 2026-09-11T15:54:11.666Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#f8fe2d73) |
| 965 | 2026-09-11T15:54:11.685Z | Checking chacha20 v0.9.1 |
| 966 | 2026-09-11T15:54:11.877Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78#c6b42fc6) |
| 967 | 2026-09-11T15:54:12.051Z | Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?rev=c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78#c6b42fc6) |
| 968 | 2026-09-11T15:54:12.110Z | Compiling parse-display-derive v0.10.0 |
| 969 | 2026-09-11T15:54:12.182Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 970 | 2026-09-11T15:54:12.248Z | Compiling oxide-generation-macros v0.2.0 |
| 971 | 2026-09-11T15:54:12.401Z | Checking oxide-generation v0.1.3 |
| 972 | 2026-09-11T15:54:12.563Z | Compiling regress v0.11.1 |
| 973 | 2026-09-11T15:54:12.583Z | Checking backon v1.6.0 |
| 974 | 2026-09-11T15:54:12.617Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 975 | 2026-09-11T15:54:12.758Z | Checking blake2 v0.10.6 |
| 976 | 2026-09-11T15:54:12.837Z | Checking aead v0.5.2 |
| 977 | 2026-09-11T15:54:12.977Z | Compiling clap_derive v4.6.1 |
| 978 | 2026-09-11T15:54:12.981Z | Checking password-hash v0.5.0 |
| 979 | 2026-09-11T15:54:13.073Z | Compiling ahash v0.8.12 |
| 980 | 2026-09-11T15:54:13.212Z | Compiling proc-macro-error v1.0.4 |
| 981 | 2026-09-11T15:54:13.333Z | Checking instant v0.1.13 |
| 982 | 2026-09-11T15:54:13.424Z | Checking static_assertions v1.1.0 |
| 983 | 2026-09-11T15:54:13.461Z | Checking winnow v0.7.15 |
| 984 | 2026-09-11T15:54:13.601Z | Checking backoff v0.4.0 |
| 985 | 2026-09-11T15:54:13.709Z | Checking parse-display v0.10.0 |
| 986 | 2026-09-11T15:54:13.815Z | Checking argon2 v0.5.3 |
| 987 | 2026-09-11T15:54:13.854Z | Checking omicron-generation-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78#c6b42fc6) |
| 988 | 2026-09-11T15:54:13.973Z | Checking chacha20poly1305 v0.10.1 |
| 989 | 2026-09-11T15:54:14.009Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 990 | 2026-09-11T15:54:14.094Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78#c6b42fc6) |
| 991 | 2026-09-11T15:54:14.108Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78#c6b42fc6) |
| 992 | 2026-09-11T15:54:14.575Z | Compiling typify-impl v0.6.2 |
| 993 | 2026-09-11T15:54:14.648Z | Checking clap v4.6.1 |
| 994 | 2026-09-11T15:54:14.662Z | Checking vsss-rs v3.3.4 |
| 995 | 2026-09-11T15:54:14.726Z | Checking itertools v0.14.0 |
| 996 | 2026-09-11T15:54:14.851Z | Compiling typify-macro v0.4.3 |
| 997 | 2026-09-11T15:54:15.100Z | Checking lazy_static v1.5.0 |
| 998 | 2026-09-11T15:54:15.185Z | Checking macaddr v1.0.1 |
| 999 | 2026-09-11T15:54:15.228Z | Checking unicode-width v0.1.14 |
| 1000 | 2026-09-11T15:54:15.355Z | Compiling unsafe-libyaml v0.2.11 |
| 1001 | 2026-09-11T15:54:15.469Z | Compiling object v0.37.3 |
| 1002 | 2026-09-11T15:54:15.632Z | Checking humantime v2.4.0 |
| 1003 | 2026-09-11T15:54:15.743Z | Compiling unicode-segmentation v1.13.3 |
| 1004 | 2026-09-11T15:54:15.804Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78#c6b42fc6) |
| 1005 | 2026-09-11T15:54:15.819Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 1006 | 2026-09-11T15:54:15.897Z | Compiling serde_yaml v0.9.34+deprecated |
| 1007 | 2026-09-11T15:54:16.018Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78#c6b42fc6) |
| 1008 | 2026-09-11T15:54:16.122Z | Compiling heck v0.4.1 |
| 1009 | 2026-09-11T15:54:16.203Z | Checking signature v2.2.0 |
| 1010 | 2026-09-11T15:54:16.326Z | Checking serde-big-array v0.5.1 |
| 1011 | 2026-09-11T15:54:16.329Z | Compiling serde_repr v0.1.21 |
| 1012 | 2026-09-11T15:54:16.354Z | Checking indent_write v2.2.0 |
| 1013 | 2026-09-11T15:54:16.369Z | Checking gimli v0.32.3 |
| 1014 | 2026-09-11T15:54:16.473Z | Checking hashbrown v0.14.5 |
| 1015 | 2026-09-11T15:54:16.678Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 1016 | 2026-09-11T15:54:16.894Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1017 | 2026-09-11T15:54:17.144Z | Checking sha2 v0.10.9 |
| 1018 | 2026-09-11T15:54:17.399Z | Checking sha1 v0.10.6 |
| 1019 | 2026-09-11T15:54:17.411Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1020 | 2026-09-11T15:54:17.554Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1021 | 2026-09-11T15:54:17.569Z | Checking rustc-demangle v0.1.27 |
| 1022 | 2026-09-11T15:54:17.598Z | Checking toml v0.9.12+spec-1.1.0 |
| 1023 | 2026-09-11T15:54:17.842Z | Compiling proc-macro-crate v3.5.0 |
| 1024 | 2026-09-11T15:54:17.858Z | Checking chumsky v0.9.3 |
| 1025 | 2026-09-11T15:54:17.938Z | Checking addr2line v0.25.1 |
| 1026 | 2026-09-11T15:54:17.958Z | Compiling typify-macro v0.6.2 |
| 1027 | 2026-09-11T15:54:18.194Z | Compiling typify v0.4.3 |
| 1028 | 2026-09-11T15:54:18.694Z | Checking num-integer v0.1.46 |
| 1029 | 2026-09-11T15:54:18.892Z | Checking is_ci v1.2.0 |
| 1030 | 2026-09-11T15:54:18.920Z | Checking base64 v0.21.7 |
| 1031 | 2026-09-11T15:54:19.069Z | Checking backtrace v0.3.76 |
| 1032 | 2026-09-11T15:54:19.151Z | Compiling prettyplease v0.2.37 |
| 1033 | 2026-09-11T15:54:19.191Z | Compiling num-bigint-dig v0.8.6 |
| 1034 | 2026-09-11T15:54:19.230Z | Compiling indoc v2.0.7 |
| 1035 | 2026-09-11T15:54:19.329Z | Checking smawk v0.3.3 |
| 1036 | 2026-09-11T15:54:19.362Z | Checking unicode-linebreak v0.1.5 |
| 1037 | 2026-09-11T15:54:19.423Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 1038 | 2026-09-11T15:54:19.479Z | Checking backtrace-ext v0.2.1 |
| 1039 | 2026-09-11T15:54:19.502Z | Compiling typify v0.6.2 |
| 1040 | 2026-09-11T15:54:19.562Z | Checking textwrap v0.15.2 |
| 1041 | 2026-09-11T15:54:19.598Z | Checking supports-color v2.1.0 |
| 1042 | 2026-09-11T15:54:19.668Z | Checking num-iter v0.1.45 |
| 1043 | 2026-09-11T15:54:19.683Z | Compiling progenitor-impl v0.10.0 |
| 1044 | 2026-09-11T15:54:19.699Z | Compiling num_enum_derive v0.7.6 |
| 1045 | 2026-09-11T15:54:19.726Z | Checking rfc6979 v0.4.0 |
| 1046 | 2026-09-11T15:54:19.747Z | Checking supports-hyperlinks v2.1.0 |
| 1047 | 2026-09-11T15:54:19.768Z | Checking supports-unicode v2.1.0 |
| 1048 | 2026-09-11T15:54:19.832Z | Compiling miette-derive v5.10.0 |
| 1049 | 2026-09-11T15:54:19.846Z | Compiling foreign-types-macros v0.2.3 |
| 1050 | 2026-09-11T15:54:19.867Z | Compiling strum_macros v0.26.4 |
| 1051 | 2026-09-11T15:54:20.471Z | Compiling lzma-sys v0.1.20 |
| 1052 | 2026-09-11T15:54:20.743Z | Checking arc-swap v1.9.1 |
| 1053 | 2026-09-11T15:54:20.773Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1054 | 2026-09-11T15:54:20.891Z | Checking terminal_size v0.1.17 |
| 1055 | 2026-09-11T15:54:20.894Z | Checking owo-colors v3.5.0 |
| 1056 | 2026-09-11T15:54:20.954Z | Compiling typeid v1.0.3 |
| 1057 | 2026-09-11T15:54:20.988Z | Compiling portable-atomic v1.13.1 |
| 1058 | 2026-09-11T15:54:21.190Z | Checking foreign-types-shared v0.3.1 |
| 1059 | 2026-09-11T15:54:21.257Z | Checking utf-8 v0.7.6 |
| 1060 | 2026-09-11T15:54:21.275Z | Checking data-encoding v2.11.0 |
| 1061 | 2026-09-11T15:54:21.382Z | Compiling salty v0.3.0 |
| 1062 | 2026-09-11T15:54:21.416Z | Checking miette v5.10.0 |
| 1063 | 2026-09-11T15:54:21.462Z | Checking strum v0.26.3 |
| 1064 | 2026-09-11T15:54:21.480Z | Compiling cargo_toml v0.22.3 |
| 1065 | 2026-09-11T15:54:21.538Z | Checking tungstenite v0.21.0 |
| 1066 | 2026-09-11T15:54:21.569Z | Checking foreign-types v0.5.0 |
| 1067 | 2026-09-11T15:54:21.674Z | Compiling proc-macro-error2 v2.0.1 |
| 1068 | 2026-09-11T15:54:21.687Z | Checking slog-scope v4.4.1 |
| 1069 | 2026-09-11T15:54:21.691Z | Compiling progenitor-macro v0.10.0 |
| 1070 | 2026-09-11T15:54:21.824Z | Checking num_enum v0.7.6 |
| 1071 | 2026-09-11T15:54:21.865Z | Checking ecdsa v0.16.9 |
| 1072 | 2026-09-11T15:54:21.960Z | Compiling progenitor-impl v0.14.0 |
| 1073 | 2026-09-11T15:54:22.300Z | Checking ed25519 v2.2.3 |
| 1074 | 2026-09-11T15:54:22.466Z | Compiling knuffel-derive v3.2.0 |
| 1075 | 2026-09-11T15:54:22.559Z | Checking primeorder v0.13.6 |
| 1076 | 2026-09-11T15:54:22.758Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1077 | 2026-09-11T15:54:22.804Z | Checking chacha20 v0.10.0 |
| 1078 | 2026-09-11T15:54:22.821Z | Checking pkcs1 v0.7.5 |
| 1079 | 2026-09-11T15:54:23.004Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1080 | 2026-09-11T15:54:23.023Z | Checking serde_spanned v0.6.9 |
| 1081 | 2026-09-11T15:54:23.026Z | Checking toml_datetime v0.6.11 |
| 1082 | 2026-09-11T15:54:23.149Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1083 | 2026-09-11T15:54:23.214Z | Compiling miette-derive v7.6.0 |
| 1084 | 2026-09-11T15:54:23.218Z | Checking cstr-argument v0.1.2 |
| 1085 | 2026-09-11T15:54:23.334Z | Checking swrite v0.1.0 |
| 1086 | 2026-09-11T15:54:23.422Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#33fd10c8) |
| 1087 | 2026-09-11T15:54:23.645Z | Checking toml_write v0.1.2 |
| 1088 | 2026-09-11T15:54:23.750Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#93e469b3) |
| 1089 | 2026-09-11T15:54:23.816Z | Checking toml_edit v0.22.27 |
| 1090 | 2026-09-11T15:54:23.938Z | Checking knuffel v3.2.0 |
| 1091 | 2026-09-11T15:54:23.993Z | Checking newline-converter v0.3.0 |
| 1092 | 2026-09-11T15:54:24.073Z | Compiling progenitor-macro v0.14.0 |
| 1093 | 2026-09-11T15:54:24.114Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1094 | 2026-09-11T15:54:24.216Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1095 | 2026-09-11T15:54:24.348Z | Checking miette v7.6.0 |
| 1096 | 2026-09-11T15:54:24.380Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1097 | 2026-09-11T15:54:24.550Z | Checking rsa v0.9.10 |
| 1098 | 2026-09-11T15:54:24.639Z | Checking rand v0.10.1 |
| 1099 | 2026-09-11T15:54:24.684Z | Checking p384 v0.13.1 |
| 1100 | 2026-09-11T15:54:24.899Z | Checking ed25519-dalek v2.2.0 |
| 1101 | 2026-09-11T15:54:24.915Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 1102 | 2026-09-11T15:54:25.070Z | Checking tokio-tungstenite v0.21.0 |
| 1103 | 2026-09-11T15:54:25.086Z | Compiling knus-derive v3.4.0 |
| 1104 | 2026-09-11T15:54:25.090Z | Checking slog-stdlog v4.1.1 |
| 1105 | 2026-09-11T15:54:25.410Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 1106 | 2026-09-11T15:54:25.604Z | Checking voxel-config v0.1.0 (/work/oxidecomputer/voxel/voxel-config) |
| 1107 | 2026-09-11T15:54:25.967Z | Compiling zone_cfg_derive v0.3.1 |
| 1108 | 2026-09-11T15:54:25.982Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78#c6b42fc6) |
| 1109 | 2026-09-11T15:54:25.997Z | Checking console v0.16.3 |
| 1110 | 2026-09-11T15:54:26.021Z | Checking console v0.15.11 |
| 1111 | 2026-09-11T15:54:26.080Z | Checking itertools v0.12.1 |
| 1112 | 2026-09-11T15:54:26.278Z | Checking x509-cert v0.2.5 |
| 1113 | 2026-09-11T15:54:26.293Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041) |
| 1114 | 2026-09-11T15:54:26.296Z | Checking similar v2.7.0 |
| 1115 | 2026-09-11T15:54:26.472Z | Checking unit-prefix v0.5.2 |
| 1116 | 2026-09-11T15:54:26.593Z | Checking colored v3.1.1 |
| 1117 | 2026-09-11T15:54:26.616Z | Checking expectorate v1.2.0 |
| 1118 | 2026-09-11T15:54:26.637Z | Checking indicatif v0.18.4 |
| 1119 | 2026-09-11T15:54:26.739Z | Checking knus v3.4.0 |
| 1120 | 2026-09-11T15:54:26.768Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041) |
| 1121 | 2026-09-11T15:54:26.873Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1122 | 2026-09-11T15:54:26.928Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 1123 | 2026-09-11T15:54:26.966Z | Checking ron v0.12.1 |
| 1124 | 2026-09-11T15:54:27.065Z | Checking zone v0.3.1 |
| 1125 | 2026-09-11T15:54:27.223Z | Checking xz2 v0.1.7 |
| 1126 | 2026-09-11T15:54:27.372Z | Checking slog-envlogger v2.2.0 |
| 1127 | 2026-09-11T15:54:27.376Z | Checking toml v0.8.23 |
| 1128 | 2026-09-11T15:54:27.412Z | Checking tabwriter v1.4.1 |
| 1129 | 2026-09-11T15:54:27.450Z | Checking smf v0.2.3 |
| 1130 | 2026-09-11T15:54:27.498Z | Checking filetime v0.2.29 |
| 1131 | 2026-09-11T15:54:27.551Z | Checking base16ct v1.0.0 |
| 1132 | 2026-09-11T15:54:27.627Z | Compiling voxel v0.1.0 (/work/oxidecomputer/voxel/voxel) |
| 1133 | 2026-09-11T15:54:27.642Z | Checking xattr v1.6.1 |
| 1134 | 2026-09-11T15:54:27.702Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 1135 | 2026-09-11T15:54:27.726Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1136 | 2026-09-11T15:54:27.781Z | Checking tar v0.4.46 |
| 1137 | 2026-09-11T15:54:27.878Z | Checking voxel-init v0.1.0 (/work/oxidecomputer/voxel/voxel-init) |
| 1138 | 2026-09-11T15:54:31.498Z | Checking rustls-webpki v0.103.13 |
| 1139 | 2026-09-11T15:54:33.762Z | Checking tokio-rustls v0.26.4 |
| 1140 | 2026-09-11T15:54:33.762Z | Checking rustls-platform-verifier v0.7.0 |
| 1141 | 2026-09-11T15:54:33.952Z | Checking hyper-rustls v0.27.9 |
| 1142 | 2026-09-11T15:54:34.116Z | Checking reqwest v0.13.4 |
| 1143 | 2026-09-11T15:54:34.121Z | Checking reqwest v0.12.28 |
| 1144 | 2026-09-11T15:54:34.691Z | Checking progenitor-client v0.14.0 |
| 1145 | 2026-09-11T15:54:34.697Z | Checking progenitor-client v0.10.0 |
| 1146 | 2026-09-11T15:54:34.884Z | Checking progenitor-extras v0.2.0 |
| 1147 | 2026-09-11T15:54:34.887Z | Checking progenitor v0.10.0 |
| 1148 | 2026-09-11T15:54:34.887Z | Checking progenitor v0.14.0 |
| 1149 | 2026-09-11T15:54:35.005Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1150 | 2026-09-11T15:54:35.665Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78#c6b42fc6) |
| 1151 | 2026-09-11T15:54:35.665Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78#c6b42fc6) |
| 1152 | 2026-09-11T15:54:37.896Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78#c6b42fc6) |
| 1153 | 2026-09-11T15:54:45.027Z | Checking wicketd-commission-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78#c6b42fc6) |
| 1154 | 2026-09-11T15:54:45.027Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78#c6b42fc6) |
| 1155 | 2026-09-11T15:54:46.745Z | Checking wicketd-commission-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78#c6b42fc6) |
| 1156 | 2026-09-11T15:54:46.745Z | Checking wicketd-commission-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78#c6b42fc6) |
| 1157 | 2026-09-11T15:54:46.911Z | Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78#c6b42fc6) |
| 1158 | 2026-09-11T15:54:48.061Z | Checking rack-init-config v0.1.0 (https://github.com/oxidecomputer/omicron?rev=c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78#c6b42fc6) |
| 1159 | 2026-09-11T15:54:50.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 39s |
| 1160 | 2026-09-11T15:54:50.976Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 1161 | 2026-09-11T15:54:50.976Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 1162 | 2026-09-11T15:54:51.271Z | + banner build |
| 1163 | 2026-09-11T15:54:51.274Z | |
| 1164 | 2026-09-11T15:54:51.274Z | ##### # # # # ##### |
| 1165 | 2026-09-11T15:54:51.275Z | # # # # # # # # |
| 1166 | 2026-09-11T15:54:51.275Z | ##### # # # # # # |
| 1167 | 2026-09-11T15:54:51.275Z | # # # # # # # # |
| 1168 | 2026-09-11T15:54:51.275Z | # # # # # # # # |
| 1169 | 2026-09-11T15:54:51.275Z | ##### #### # ###### ##### |
| 1170 | 2026-09-11T15:54:51.275Z | |
| 1171 | 2026-09-11T15:54:51.275Z | + ptime -m cargo build --release |
| 1172 | 2026-09-11T15:54:51.789Z | Compiling proc-macro2 v1.0.106 |
| 1173 | 2026-09-11T15:54:51.789Z | Compiling quote v1.0.45 |
| 1174 | 2026-09-11T15:54:51.789Z | Compiling unicode-ident v1.0.24 |
| 1175 | 2026-09-11T15:54:51.789Z | Compiling serde_core v1.0.228 |
| 1176 | 2026-09-11T15:54:51.792Z | Compiling libc v0.2.186 |
| 1177 | 2026-09-11T15:54:51.792Z | Compiling cfg-if v1.0.4 |
| 1178 | 2026-09-11T15:54:51.792Z | Compiling serde v1.0.228 |
| 1179 | 2026-09-11T15:54:51.792Z | Compiling memchr v2.8.2 |
| 1180 | 2026-09-11T15:54:51.940Z | Compiling zmij v1.0.21 |
| 1181 | 2026-09-11T15:54:51.963Z | Compiling autocfg v1.5.1 |
| 1182 | 2026-09-11T15:54:52.229Z | Compiling version_check v0.9.5 |
| 1183 | 2026-09-11T15:54:52.232Z | Compiling itoa v1.0.18 |
| 1184 | 2026-09-11T15:54:52.323Z | Compiling serde_json v1.0.150 |
| 1185 | 2026-09-11T15:54:52.478Z | Compiling libm v0.2.16 |
| 1186 | 2026-09-11T15:54:52.579Z | Compiling num-traits v0.2.19 |
| 1187 | 2026-09-11T15:54:52.819Z | Compiling getrandom v0.2.17 |
| 1188 | 2026-09-11T15:54:52.827Z | Compiling subtle v2.6.1 |
| 1189 | 2026-09-11T15:54:53.006Z | Compiling rand_core v0.10.1 |
| 1190 | 2026-09-11T15:54:53.039Z | Compiling syn v2.0.118 |
| 1191 | 2026-09-11T15:54:53.063Z | Compiling getrandom v0.4.3 |
| 1192 | 2026-09-11T15:54:53.095Z | Compiling typenum v1.20.1 |
| 1193 | 2026-09-11T15:54:53.133Z | Compiling thiserror v2.0.18 |
| 1194 | 2026-09-11T15:54:53.158Z | Compiling rand_core v0.6.4 |
| 1195 | 2026-09-11T15:54:53.419Z | Compiling iana-time-zone v0.1.65 |
| 1196 | 2026-09-11T15:54:53.487Z | Compiling generic-array v0.14.9 |
| 1197 | 2026-09-11T15:54:53.553Z | Compiling schemars v0.8.22 |
| 1198 | 2026-09-11T15:54:53.824Z | Compiling errno v0.3.14 |
| 1199 | 2026-09-11T15:54:53.900Z | Compiling heck v0.5.0 |
| 1200 | 2026-09-11T15:54:53.997Z | Compiling allocator-api2 v0.2.21 |
| 1201 | 2026-09-11T15:54:54.164Z | Compiling uuid v1.23.3 |
| 1202 | 2026-09-11T15:54:54.264Z | Compiling semver v1.0.28 |
| 1203 | 2026-09-11T15:54:54.431Z | Compiling dyn-clone v1.0.20 |
| 1204 | 2026-09-11T15:54:54.500Z | Compiling zerocopy v0.8.52 |
| 1205 | 2026-09-11T15:54:54.614Z | Compiling once_cell v1.21.4 |
| 1206 | 2026-09-11T15:54:54.758Z | Compiling const-oid v0.9.6 |
| 1207 | 2026-09-11T15:54:54.853Z | Compiling smallvec v1.15.2 |
| 1208 | 2026-09-11T15:54:54.904Z | Compiling rustversion v1.0.22 |
| 1209 | 2026-09-11T15:54:54.925Z | Compiling equivalent v1.0.2 |
| 1210 | 2026-09-11T15:54:54.933Z | Compiling pin-project-lite v0.2.17 |
| 1211 | 2026-09-11T15:54:55.003Z | Compiling bytes v1.12.0 |
| 1212 | 2026-09-11T15:54:55.020Z | Compiling bitflags v2.13.0 |
| 1213 | 2026-09-11T15:54:55.277Z | Compiling jobserver v0.1.35 |
| 1214 | 2026-09-11T15:54:55.304Z | Compiling shlex v2.0.1 |
| 1215 | 2026-09-11T15:54:55.410Z | Compiling find-msvc-tools v0.1.9 |
| 1216 | 2026-09-11T15:54:55.582Z | Compiling cc v1.2.64 |
| 1217 | 2026-09-11T15:54:55.674Z | Compiling log v0.4.32 |
| 1218 | 2026-09-11T15:54:55.769Z | Compiling serde_derive_internals v0.29.1 |
| 1219 | 2026-09-11T15:54:55.857Z | Compiling synstructure v0.13.2 |
| 1220 | 2026-09-11T15:54:55.913Z | Compiling futures-core v0.3.32 |
| 1221 | 2026-09-11T15:54:56.039Z | Compiling parking_lot_core v0.9.12 |
| 1222 | 2026-09-11T15:54:56.088Z | Compiling hashbrown v0.17.1 |
| 1223 | 2026-09-11T15:54:56.342Z | Compiling scopeguard v1.2.0 |
| 1224 | 2026-09-11T15:54:56.446Z | Compiling lock_api v0.4.14 |
| 1225 | 2026-09-11T15:54:56.518Z | Compiling socket2 v0.6.4 |
| 1226 | 2026-09-11T15:54:56.622Z | Compiling pkg-config v0.3.33 |
| 1227 | 2026-09-11T15:54:56.687Z | Compiling parking_lot v0.12.5 |
| 1228 | 2026-09-11T15:54:56.749Z | Compiling signal-hook-registry v1.4.8 |
| 1229 | 2026-09-11T15:54:56.834Z | Compiling mio v1.2.1 |
| 1230 | 2026-09-11T15:54:56.850Z | Compiling stable_deref_trait v1.2.1 |
| 1231 | 2026-09-11T15:54:56.924Z | Compiling base64 v0.22.1 |
| 1232 | 2026-09-11T15:54:56.973Z | Compiling futures-sink v0.3.32 |
| 1233 | 2026-09-11T15:54:56.981Z | Compiling serde_derive v1.0.228 |
| 1234 | 2026-09-11T15:54:57.048Z | Compiling zeroize_derive v1.5.0 |
| 1235 | 2026-09-11T15:54:57.070Z | Compiling schemars_derive v0.8.22 |
| 1236 | 2026-09-11T15:54:57.191Z | Compiling thiserror-impl v2.0.18 |
| 1237 | 2026-09-11T15:54:57.295Z | Compiling zerocopy-derive v0.8.52 |
| 1238 | 2026-09-11T15:54:57.396Z | Compiling zerofrom-derive v0.1.7 |
| 1239 | 2026-09-11T15:54:57.500Z | Compiling yoke-derive v0.8.2 |
| 1240 | 2026-09-11T15:54:57.601Z | Compiling tokio-macros v2.7.0 |
| 1241 | 2026-09-11T15:54:57.735Z | Compiling zerovec-derive v0.11.3 |
| 1242 | 2026-09-11T15:54:58.324Z | Compiling indexmap v2.14.0 |
| 1243 | 2026-09-11T15:54:58.402Z | Compiling tokio v1.52.3 |
| 1244 | 2026-09-11T15:54:58.608Z | Compiling slog v2.8.2 |
| 1245 | 2026-09-11T15:54:58.619Z | Compiling zerofrom v0.1.8 |
| 1246 | 2026-09-11T15:54:58.658Z | Compiling http v1.4.2 |
| 1247 | 2026-09-11T15:54:58.738Z | Compiling yoke v0.8.3 |
| 1248 | 2026-09-11T15:54:58.875Z | Compiling displaydoc v0.2.6 |
| 1249 | 2026-09-11T15:54:58.929Z | Compiling zerovec v0.11.6 |
| 1250 | 2026-09-11T15:54:58.939Z | Compiling cmake v0.1.58 |
| 1251 | 2026-09-11T15:54:59.162Z | Compiling dunce v1.0.5 |
| 1252 | 2026-09-11T15:54:59.253Z | Compiling base64ct v1.8.3 |
| 1253 | 2026-09-11T15:54:59.262Z | Compiling slab v0.4.12 |
| 1254 | 2026-09-11T15:54:59.455Z | Compiling fs_extra v1.3.0 |
| 1255 | 2026-09-11T15:54:59.527Z | Compiling syn v1.0.109 |
| 1256 | 2026-09-11T15:54:59.584Z | Compiling futures-channel v0.3.32 |
| 1257 | 2026-09-11T15:54:59.680Z | Compiling futures-macro v0.3.32 |
| 1258 | 2026-09-11T15:54:59.705Z | Compiling aws-lc-sys v0.44.0 |
| 1259 | 2026-09-11T15:55:00.336Z | Compiling zeroize v1.9.0 |
| 1260 | 2026-09-11T15:55:00.385Z | Compiling chrono v0.4.45 |
| 1261 | 2026-09-11T15:55:00.525Z | Compiling serde_tokenstream v0.2.3 |
| 1262 | 2026-09-11T15:55:00.574Z | Compiling erased-serde v0.3.31 |
| 1263 | 2026-09-11T15:55:00.803Z | Compiling rustix v1.1.4 |
| 1264 | 2026-09-11T15:55:01.053Z | Compiling crypto-common v0.1.6 |
| 1265 | 2026-09-11T15:55:01.151Z | Compiling block-buffer v0.10.4 |
| 1266 | 2026-09-11T15:55:01.186Z | Compiling futures-io v0.3.32 |
| 1267 | 2026-09-11T15:55:01.308Z | Compiling digest v0.10.7 |
| 1268 | 2026-09-11T15:55:01.369Z | Compiling futures-task v0.3.32 |
| 1269 | 2026-09-11T15:55:01.553Z | Compiling futures-util v0.3.32 |
| 1270 | 2026-09-11T15:55:01.883Z | Compiling ppv-lite86 v0.2.21 |
| 1271 | 2026-09-11T15:55:01.994Z | Compiling rustls-pki-types v1.14.1 |
| 1272 | 2026-09-11T15:55:02.205Z | Compiling tinystr v0.8.3 |
| 1273 | 2026-09-11T15:55:02.410Z | Compiling ring v0.17.14 |
| 1274 | 2026-09-11T15:55:02.845Z | Compiling syn v3.0.3 |
| 1275 | 2026-09-11T15:55:02.976Z | Compiling aws-lc-rs v1.18.0 |
| 1276 | 2026-09-11T15:55:03.217Z | Compiling percent-encoding v2.3.2 |
| 1277 | 2026-09-11T15:55:03.299Z | Compiling httparse v1.10.1 |
| 1278 | 2026-09-11T15:55:03.482Z | Compiling writeable v0.6.3 |
| 1279 | 2026-09-11T15:55:03.659Z | Compiling litemap v0.8.2 |
| 1280 | 2026-09-11T15:55:03.858Z | Compiling icu_locale_core v2.2.0 |
| 1281 | 2026-09-11T15:55:04.221Z | Compiling zerotrie v0.2.4 |
| 1282 | 2026-09-11T15:55:04.640Z | Compiling pem-rfc7468 v0.7.0 |
| 1283 | 2026-09-11T15:55:05.266Z | Compiling potential_utf v0.1.5 |
| 1284 | 2026-09-11T15:55:05.443Z | Compiling der_derive v0.7.3 |
| 1285 | 2026-09-11T15:55:05.721Z | Compiling fnv v1.0.7 |
| 1286 | 2026-09-11T15:55:05.815Z | Compiling icu_normalizer_data v2.2.0 |
| 1287 | 2026-09-11T15:55:05.908Z | Compiling utf8_iter v1.0.4 |
| 1288 | 2026-09-11T15:55:06.064Z | Compiling icu_properties_data v2.2.0 |
| 1289 | 2026-09-11T15:55:06.067Z | Compiling cpufeatures v0.2.17 |
| 1290 | 2026-09-11T15:55:06.179Z | Compiling flagset v0.4.7 |
| 1291 | 2026-09-11T15:55:06.270Z | Compiling icu_collections v2.2.0 |
| 1292 | 2026-09-11T15:55:06.310Z | Compiling icu_provider v2.2.0 |
| 1293 | 2026-09-11T15:55:06.403Z | Compiling der v0.7.10 |
| 1294 | 2026-09-11T15:55:06.441Z | Compiling tracing-attributes v0.1.31 |
| 1295 | 2026-09-11T15:55:06.852Z | Compiling tracing-core v0.1.36 |
| 1296 | 2026-09-11T15:55:06.963Z | Compiling untrusted v0.9.0 |
| 1297 | 2026-09-11T15:55:07.277Z | Compiling form_urlencoded v1.2.2 |
| 1298 | 2026-09-11T15:55:07.530Z | Compiling http-body v1.0.1 |
| 1299 | 2026-09-11T15:55:07.644Z | Compiling tracing v0.1.44 |
| 1300 | 2026-09-11T15:55:07.745Z | Compiling rustls v0.23.40 |
| 1301 | 2026-09-11T15:55:07.864Z | Compiling foldhash v0.2.0 |
| 1302 | 2026-09-11T15:55:07.972Z | Compiling atomic-waker v1.1.2 |
| 1303 | 2026-09-11T15:55:08.095Z | Compiling icu_normalizer v2.2.0 |
| 1304 | 2026-09-11T15:55:08.137Z | Compiling icu_properties v2.2.0 |
| 1305 | 2026-09-11T15:55:08.613Z | Compiling ipnetwork v0.21.1 |
| 1306 | 2026-09-11T15:55:09.112Z | Compiling tokio-util v0.7.18 |
| 1307 | 2026-09-11T15:55:09.252Z | Compiling try-lock v0.2.5 |
| 1308 | 2026-09-11T15:55:09.362Z | Compiling getrandom v0.3.4 |
| 1309 | 2026-09-11T15:55:09.465Z | Compiling tower-service v0.3.3 |
| 1310 | 2026-09-11T15:55:09.553Z | Compiling tower-layer v0.3.3 |
| 1311 | 2026-09-11T15:55:09.673Z | Compiling ipnet v2.12.0 |
| 1312 | 2026-09-11T15:55:09.702Z | Compiling h2 v0.4.15 |
| 1313 | 2026-09-11T15:55:09.888Z | Compiling want v0.3.1 |
| 1314 | 2026-09-11T15:55:10.062Z | Compiling idna_adapter v1.2.2 |
| 1315 | 2026-09-11T15:55:10.163Z | Compiling oxnet v0.1.6 |
| 1316 | 2026-09-11T15:55:10.420Z | Compiling spki v0.7.3 |
| 1317 | 2026-09-11T15:55:10.690Z | Compiling paste v1.0.15 |
| 1318 | 2026-09-11T15:55:10.987Z | Compiling httpdate v1.0.3 |
| 1319 | 2026-09-11T15:55:11.134Z | Compiling hex v0.4.3 |
| 1320 | 2026-09-11T15:55:11.278Z | Compiling thiserror v1.0.69 |
| 1321 | 2026-09-11T15:55:11.348Z | Compiling hashbrown v0.16.1 |
| 1322 | 2026-09-11T15:55:11.431Z | Compiling idna v1.1.0 |
| 1323 | 2026-09-11T15:55:12.101Z | Compiling hyper v1.10.1 |
| 1324 | 2026-09-11T15:55:12.227Z | Compiling thiserror-impl v1.0.69 |
| 1325 | 2026-09-11T15:55:12.306Z | Compiling ucd-trie v0.1.7 |
| 1326 | 2026-09-11T15:55:12.792Z | Compiling omicron-workspace-hack v0.1.0 |
| 1327 | 2026-09-11T15:55:13.028Z | Compiling regex-syntax v0.8.11 |
| 1328 | 2026-09-11T15:55:13.518Z | Compiling hyper-util v0.1.20 |
| 1329 | 2026-09-11T15:55:13.541Z | Compiling pest v2.8.8 |
| 1330 | 2026-09-11T15:55:15.470Z | Compiling rand_core v0.9.5 |
| 1331 | 2026-09-11T15:55:15.756Z | Compiling url v2.5.8 |
| 1332 | 2026-09-11T15:55:15.865Z | Compiling pkcs8 v0.10.2 |
| 1333 | 2026-09-11T15:55:16.414Z | Compiling rand_chacha v0.3.1 |
| 1334 | 2026-09-11T15:55:16.582Z | Compiling aho-corasick v1.1.4 |
| 1335 | 2026-09-11T15:55:16.647Z | Compiling is-terminal v0.4.17 |
| 1336 | 2026-09-11T15:55:16.739Z | Compiling strsim v0.11.1 |
| 1337 | 2026-09-11T15:55:17.014Z | Compiling adler2 v2.0.1 |
| 1338 | 2026-09-11T15:55:17.022Z | Compiling ryu v1.0.23 |
| 1339 | 2026-09-11T15:55:17.296Z | Compiling ident_case v1.0.1 |
| 1340 | 2026-09-11T15:55:17.314Z | Compiling simd-adler32 v0.3.10 |
| 1341 | 2026-09-11T15:55:17.406Z | Compiling spin v0.9.8 |
| 1342 | 2026-09-11T15:55:17.566Z | Compiling miniz_oxide v0.8.9 |
| 1343 | 2026-09-11T15:55:17.923Z | Compiling darling_core v0.23.0 |
| 1344 | 2026-09-11T15:55:18.171Z | Compiling serde_urlencoded v0.7.1 |
| 1345 | 2026-09-11T15:55:18.433Z | Compiling rand v0.8.6 |
| 1346 | 2026-09-11T15:55:18.982Z | Compiling regex-automata v0.4.14 |
| 1347 | 2026-09-11T15:55:19.178Z | Compiling pest_meta v2.8.8 |
| 1348 | 2026-09-11T15:55:19.245Z | Compiling http-body-util v0.1.3 |
| 1349 | 2026-09-11T15:55:19.327Z | Compiling daft-derive v0.1.8 |
| 1350 | 2026-09-11T15:55:19.507Z | Compiling newtype-uuid v1.4.0 |
| 1351 | 2026-09-11T15:55:19.990Z | Compiling sync_wrapper v1.0.2 |
| 1352 | 2026-09-11T15:55:20.092Z | Compiling daft v0.1.8 |
| 1353 | 2026-09-11T15:55:20.248Z | Compiling tower v0.5.3 |
| 1354 | 2026-09-11T15:55:20.356Z | Compiling darling_macro v0.23.0 |
| 1355 | 2026-09-11T15:55:20.379Z | Compiling pest_generator v2.8.8 |
| 1356 | 2026-09-11T15:55:20.409Z | Compiling rand_chacha v0.9.0 |
| 1357 | 2026-09-11T15:55:20.447Z | Compiling webpki-roots v1.0.8 |
| 1358 | 2026-09-11T15:55:20.811Z | Compiling regex v1.12.4 |
| 1359 | 2026-09-11T15:55:20.948Z | Compiling fastrand v2.4.1 |
| 1360 | 2026-09-11T15:55:20.968Z | Compiling winnow v1.0.3 |
| 1361 | 2026-09-11T15:55:21.197Z | Compiling camino v1.2.2 |
| 1362 | 2026-09-11T15:55:21.290Z | Compiling pest_derive v2.8.8 |
| 1363 | 2026-09-11T15:55:21.573Z | Compiling darling v0.23.0 |
| 1364 | 2026-09-11T15:55:21.649Z | Compiling tower-http v0.6.11 |
| 1365 | 2026-09-11T15:55:21.845Z | Compiling rand v0.9.4 |
| 1366 | 2026-09-11T15:55:22.104Z | Compiling hmac v0.12.1 |
| 1367 | 2026-09-11T15:55:22.258Z | Compiling time-core v0.1.9 |
| 1368 | 2026-09-11T15:55:22.420Z | Compiling num-conv v0.2.2 |
| 1369 | 2026-09-11T15:55:22.500Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 1370 | 2026-09-11T15:55:22.539Z | Compiling serde_with_macros v3.21.0 |
| 1371 | 2026-09-11T15:55:22.564Z | Compiling time-macros v0.2.29 |
| 1372 | 2026-09-11T15:55:23.296Z | Compiling openapiv3 v2.2.0 |
| 1373 | 2026-09-11T15:55:23.743Z | Compiling ff v0.13.1 |
| 1374 | 2026-09-11T15:55:23.829Z | Compiling num_threads v0.1.7 |
| 1375 | 2026-09-11T15:55:23.917Z | Compiling deranged v0.5.8 |
| 1376 | 2026-09-11T15:55:24.077Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 1377 | 2026-09-11T15:55:24.478Z | Compiling base16ct v0.2.0 |
| 1378 | 2026-09-11T15:55:24.713Z | Compiling powerfmt v0.2.0 |
| 1379 | 2026-09-11T15:55:24.967Z | Compiling crucible-workspace-hack v0.1.0 |
| 1380 | 2026-09-11T15:55:24.976Z | Compiling pretty-hex v0.4.2 |
| 1381 | 2026-09-11T15:55:25.091Z | Compiling crossbeam-utils v0.8.21 |
| 1382 | 2026-09-11T15:55:25.104Z | Compiling byteorder v1.5.0 |
| 1383 | 2026-09-11T15:55:25.211Z | Compiling time v0.3.49 |
| 1384 | 2026-09-11T15:55:25.347Z | Compiling sec1 v0.7.3 |
| 1385 | 2026-09-11T15:55:25.440Z | Compiling group v0.13.0 |
| 1386 | 2026-09-11T15:55:25.501Z | Compiling serde_with v3.21.0 |
| 1387 | 2026-09-11T15:55:25.982Z | Compiling hkdf v0.12.4 |
| 1388 | 2026-09-11T15:55:26.136Z | Compiling tempfile v3.27.0 |
| 1389 | 2026-09-11T15:55:26.146Z | Compiling serde_tokenstream v0.3.0 |
| 1390 | 2026-09-11T15:55:26.419Z | Compiling crypto-bigint v0.5.5 |
| 1391 | 2026-09-11T15:55:26.943Z | Compiling scroll_derive v0.13.1 |
| 1392 | 2026-09-11T15:55:26.983Z | Compiling structmeta-derive v0.3.0 |
| 1393 | 2026-09-11T15:55:27.799Z | Compiling rustc_version v0.4.1 |
| 1394 | 2026-09-11T15:55:28.046Z | Compiling usdt-impl v0.6.0 |
| 1395 | 2026-09-11T15:55:28.063Z | Compiling cpufeatures v0.3.0 |
| 1396 | 2026-09-11T15:55:28.135Z | Compiling crc32fast v1.5.0 |
| 1397 | 2026-09-11T15:55:28.183Z | Compiling curve25519-dalek v4.1.3 |
| 1398 | 2026-09-11T15:55:28.322Z | Compiling structmeta v0.3.0 |
| 1399 | 2026-09-11T15:55:28.331Z | Compiling scroll v0.13.0 |
| 1400 | 2026-09-11T15:55:28.482Z | Compiling dof v0.4.0 |
| 1401 | 2026-09-11T15:55:28.492Z | Compiling elliptic-curve v0.13.8 |
| 1402 | 2026-09-11T15:55:28.654Z | Compiling dtrace-parser v0.3.0 |
| 1403 | 2026-09-11T15:55:28.696Z | Compiling regress v0.10.5 |
| 1404 | 2026-09-11T15:55:28.887Z | Compiling async-trait v0.1.89 |
| 1405 | 2026-09-11T15:55:29.184Z | Compiling thread-id v5.1.0 |
| 1406 | 2026-09-11T15:55:29.220Z | Compiling serde_spanned v1.1.1 |
| 1407 | 2026-09-11T15:55:29.232Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1408 | 2026-09-11T15:55:29.257Z | Compiling hybrid-array v0.4.14 |
| 1409 | 2026-09-11T15:55:29.359Z | Compiling thread_local v1.1.9 |
| 1410 | 2026-09-11T15:55:29.685Z | Compiling anyhow v1.0.104 |
| 1411 | 2026-09-11T15:55:29.867Z | Compiling slog-async v2.8.0 |
| 1412 | 2026-09-11T15:55:29.957Z | Compiling openssl-probe v0.2.1 |
| 1413 | 2026-09-11T15:55:30.022Z | Compiling plain v0.2.3 |
| 1414 | 2026-09-11T15:55:30.136Z | Compiling goblin v0.10.7 |
| 1415 | 2026-09-11T15:55:30.198Z | Compiling rustls-native-certs v0.8.4 |
| 1416 | 2026-09-11T15:55:30.722Z | Compiling crossbeam-channel v0.5.15 |
| 1417 | 2026-09-11T15:55:31.302Z | Compiling futures-executor v0.3.32 |
| 1418 | 2026-09-11T15:55:31.405Z | Compiling half v2.7.1 |
| 1419 | 2026-09-11T15:55:31.749Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1420 | 2026-09-11T15:55:31.816Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1421 | 2026-09-11T15:55:32.230Z | Compiling ciborium-io v0.2.2 |
| 1422 | 2026-09-11T15:55:32.297Z | Compiling term v1.2.1 |
| 1423 | 2026-09-11T15:55:32.322Z | Compiling rustix v0.38.44 |
| 1424 | 2026-09-11T15:55:32.501Z | Compiling ref-cast v1.0.26 |
| 1425 | 2026-09-11T15:55:32.698Z | Compiling keccak v0.1.6 |
| 1426 | 2026-09-11T15:55:32.841Z | Compiling take_mut v0.2.2 |
| 1427 | 2026-09-11T15:55:32.972Z | Compiling sha3 v0.10.9 |
| 1428 | 2026-09-11T15:55:33.486Z | Compiling slog-term v2.9.2 |
| 1429 | 2026-09-11T15:55:34.242Z | Compiling ciborium-ll v0.2.2 |
| 1430 | 2026-09-11T15:55:34.310Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1431 | 2026-09-11T15:55:34.491Z | Compiling futures v0.3.32 |
| 1432 | 2026-09-11T15:55:34.570Z | Compiling flate2 v1.1.9 |
| 1433 | 2026-09-11T15:55:35.126Z | Compiling block-buffer v0.12.1 |
| 1434 | 2026-09-11T15:55:35.300Z | Compiling crypto-common v0.2.2 |
| 1435 | 2026-09-11T15:55:35.499Z | Compiling newtype-uuid-macros v0.1.1 |
| 1436 | 2026-09-11T15:55:36.280Z | Compiling byte-wrapper v0.1.0 |
| 1437 | 2026-09-11T15:55:36.285Z | Compiling ref-cast-impl v1.0.26 |
| 1438 | 2026-09-11T15:55:36.392Z | Compiling secrecy v0.10.3 |
| 1439 | 2026-09-11T15:55:36.492Z | Compiling wait-timeout v0.2.1 |
| 1440 | 2026-09-11T15:55:36.552Z | Compiling multer v3.1.0 |
| 1441 | 2026-09-11T15:55:36.576Z | Compiling match_cfg v0.1.0 |
| 1442 | 2026-09-11T15:55:36.804Z | Compiling bit-vec v0.8.0 |
| 1443 | 2026-09-11T15:55:36.887Z | Compiling quick-error v1.2.3 |
| 1444 | 2026-09-11T15:55:36.988Z | Compiling compression-core v0.4.32 |
| 1445 | 2026-09-11T15:55:36.997Z | Compiling const-oid v0.10.2 |
| 1446 | 2026-09-11T15:55:37.039Z | Compiling either v1.16.0 |
| 1447 | 2026-09-11T15:55:37.087Z | Compiling compression-codecs v0.4.38 |
| 1448 | 2026-09-11T15:55:37.134Z | Compiling bit-set v0.8.0 |
| 1449 | 2026-09-11T15:55:37.148Z | Compiling rusty-fork v0.3.1 |
| 1450 | 2026-09-11T15:55:37.256Z | Compiling digest v0.11.3 |
| 1451 | 2026-09-11T15:55:37.354Z | Compiling hostname v0.3.1 |
| 1452 | 2026-09-11T15:55:37.415Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78#c6b42fc6) |
| 1453 | 2026-09-11T15:55:37.438Z | Compiling ciborium v0.2.2 |
| 1454 | 2026-09-11T15:55:37.964Z | Compiling usdt-attr-macro v0.6.0 |
| 1455 | 2026-09-11T15:55:38.225Z | Compiling usdt-macro v0.6.0 |
| 1456 | 2026-09-11T15:55:38.296Z | Compiling derive-ex v0.1.8 |
| 1457 | 2026-09-11T15:55:38.716Z | Compiling slog-json v2.6.1 |
| 1458 | 2026-09-11T15:55:38.867Z | Compiling rand_xorshift v0.4.0 |
| 1459 | 2026-09-11T15:55:38.922Z | Compiling inout v0.1.4 |
| 1460 | 2026-09-11T15:55:38.972Z | Compiling strum_macros v0.27.2 |
| 1461 | 2026-09-11T15:55:39.020Z | Compiling async-stream-impl v0.3.6 |
| 1462 | 2026-09-11T15:55:39.075Z | Compiling memmap2 v0.9.11 |
| 1463 | 2026-09-11T15:55:39.393Z | Compiling dropshot v0.17.1 |
| 1464 | 2026-09-11T15:55:39.494Z | Compiling encoding_rs v0.8.35 |
| 1465 | 2026-09-11T15:55:39.639Z | Compiling unarray v0.1.4 |
| 1466 | 2026-09-11T15:55:39.668Z | Compiling convert_case v0.4.0 |
| 1467 | 2026-09-11T15:55:39.746Z | Compiling utf8parse v0.2.2 |
| 1468 | 2026-09-11T15:55:39.872Z | Compiling mime v0.3.17 |
| 1469 | 2026-09-11T15:55:39.949Z | Compiling derive_more v0.99.20 |
| 1470 | 2026-09-11T15:55:40.331Z | Compiling test-strategy v0.4.5 |
| 1471 | 2026-09-11T15:55:40.803Z | Compiling strum v0.27.2 |
| 1472 | 2026-09-11T15:55:40.931Z | Compiling anstyle-parse v1.0.0 |
| 1473 | 2026-09-11T15:55:41.142Z | Compiling proptest v1.11.0 |
| 1474 | 2026-09-11T15:55:41.639Z | Compiling async-stream v0.3.6 |
| 1475 | 2026-09-11T15:55:41.709Z | Compiling usdt v0.6.0 |
| 1476 | 2026-09-11T15:55:41.720Z | Compiling cipher v0.4.4 |
| 1477 | 2026-09-11T15:55:41.824Z | Compiling slog-bunyan v2.5.0 |
| 1478 | 2026-09-11T15:55:41.877Z | Compiling atomicwrites v0.4.4 |
| 1479 | 2026-09-11T15:55:41.951Z | Compiling sha1 v0.11.0 |
| 1480 | 2026-09-11T15:55:41.993Z | Compiling iddqd v0.4.6 |
| 1481 | 2026-09-11T15:55:42.168Z | Compiling async-compression v0.4.43 |
| 1482 | 2026-09-11T15:55:42.192Z | Compiling toml v1.1.4+spec-1.1.0 |
| 1483 | 2026-09-11T15:55:42.351Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78#c6b42fc6) |
| 1484 | 2026-09-11T15:55:42.594Z | Compiling waitgroup v0.1.2 |
| 1485 | 2026-09-11T15:55:42.759Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1486 | 2026-09-11T15:55:43.607Z | Compiling hubpack_derive v0.1.1 |
| 1487 | 2026-09-11T15:55:43.763Z | Compiling rustls-pemfile v2.2.0 |
| 1488 | 2026-09-11T15:55:43.844Z | Compiling universal-hash v0.5.1 |
| 1489 | 2026-09-11T15:55:43.855Z | Compiling dropshot_endpoint v0.17.1 |
| 1490 | 2026-09-11T15:55:43.983Z | Compiling serde_path_to_error v0.1.20 |
| 1491 | 2026-09-11T15:55:44.039Z | Compiling hostname v0.4.2 |
| 1492 | 2026-09-11T15:55:44.137Z | Compiling proc-macro-error-attr v1.0.4 |
| 1493 | 2026-09-11T15:55:44.196Z | Compiling anstyle v1.0.14 |
| 1494 | 2026-09-11T15:55:44.326Z | Compiling is_terminal_polyfill v1.70.2 |
| 1495 | 2026-09-11T15:55:44.380Z | Compiling debug-ignore v1.0.5 |
| 1496 | 2026-09-11T15:55:44.416Z | Compiling anstyle-query v1.1.5 |
| 1497 | 2026-09-11T15:55:44.450Z | Compiling colorchoice v1.0.5 |
| 1498 | 2026-09-11T15:55:44.476Z | Compiling opaque-debug v0.3.1 |
| 1499 | 2026-09-11T15:55:44.540Z | Compiling poly1305 v0.8.0 |
| 1500 | 2026-09-11T15:55:44.550Z | Compiling anstream v1.0.0 |
| 1501 | 2026-09-11T15:55:44.559Z | Compiling hubpack v0.1.2 |
| 1502 | 2026-09-11T15:55:44.792Z | Compiling typify-impl v0.4.3 |
| 1503 | 2026-09-11T15:55:45.028Z | Compiling thiserror-no-std v2.0.2 |
| 1504 | 2026-09-11T15:55:45.115Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#f8fe2d73) |
| 1505 | 2026-09-11T15:55:45.198Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?rev=c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78#c6b42fc6) |
| 1506 | 2026-09-11T15:55:45.487Z | Compiling chacha20 v0.9.1 |
| 1507 | 2026-09-11T15:55:45.496Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78#c6b42fc6) |
| 1508 | 2026-09-11T15:55:45.729Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 1509 | 2026-09-11T15:55:45.764Z | Compiling parse-display-derive v0.10.0 |
| 1510 | 2026-09-11T15:55:46.666Z | Compiling oxide-generation-macros v0.2.0 |
| 1511 | 2026-09-11T15:55:47.294Z | Compiling backon v1.6.0 |
| 1512 | 2026-09-11T15:55:47.439Z | Compiling oxide-generation v0.1.3 |
| 1513 | 2026-09-11T15:55:47.541Z | Compiling regress v0.11.1 |
| 1514 | 2026-09-11T15:55:48.068Z | Compiling terminal_size v0.4.4 |
| 1515 | 2026-09-11T15:55:48.217Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 1516 | 2026-09-11T15:55:48.257Z | Compiling blake2 v0.10.6 |
| 1517 | 2026-09-11T15:55:48.348Z | Compiling aead v0.5.2 |
| 1518 | 2026-09-11T15:55:48.531Z | Compiling password-hash v0.5.0 |
| 1519 | 2026-09-11T15:55:48.541Z | Compiling proc-macro-error v1.0.4 |
| 1520 | 2026-09-11T15:55:48.738Z | Compiling ahash v0.8.12 |
| 1521 | 2026-09-11T15:55:48.780Z | Compiling instant v0.1.13 |
| 1522 | 2026-09-11T15:55:48.890Z | Compiling static_assertions v1.1.0 |
| 1523 | 2026-09-11T15:55:48.963Z | Compiling clap_lex v1.1.0 |
| 1524 | 2026-09-11T15:55:49.314Z | Compiling clap_builder v4.6.0 |
| 1525 | 2026-09-11T15:55:49.413Z | Compiling typify-impl v0.6.2 |
| 1526 | 2026-09-11T15:55:49.495Z | Compiling backoff v0.4.0 |
| 1527 | 2026-09-11T15:55:49.641Z | Compiling argon2 v0.5.3 |
| 1528 | 2026-09-11T15:55:49.685Z | Compiling chacha20poly1305 v0.10.1 |
| 1529 | 2026-09-11T15:55:49.799Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 1530 | 2026-09-11T15:55:49.824Z | Compiling typify-macro v0.4.3 |
| 1531 | 2026-09-11T15:55:50.210Z | Compiling omicron-generation-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78#c6b42fc6) |
| 1532 | 2026-09-11T15:55:50.621Z | Compiling parse-display v0.10.0 |
| 1533 | 2026-09-11T15:55:50.911Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78#c6b42fc6) |
| 1534 | 2026-09-11T15:55:50.964Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78#c6b42fc6) |
| 1535 | 2026-09-11T15:55:51.367Z | Compiling vsss-rs v3.3.4 |
| 1536 | 2026-09-11T15:55:51.490Z | Compiling itertools v0.14.0 |
| 1537 | 2026-09-11T15:55:51.870Z | Compiling lazy_static v1.5.0 |
| 1538 | 2026-09-11T15:55:51.961Z | Compiling macaddr v1.0.1 |
| 1539 | 2026-09-11T15:55:52.219Z | Compiling clap_derive v4.6.1 |
| 1540 | 2026-09-11T15:55:52.849Z | Compiling unsafe-libyaml v0.2.11 |
| 1541 | 2026-09-11T15:55:52.910Z | Compiling unicode-width v0.1.14 |
| 1542 | 2026-09-11T15:55:53.012Z | Compiling humantime v2.4.0 |
| 1543 | 2026-09-11T15:55:53.203Z | Compiling object v0.37.3 |
| 1544 | 2026-09-11T15:55:53.428Z | Compiling unicode-segmentation v1.13.3 |
| 1545 | 2026-09-11T15:55:53.492Z | Compiling serde_yaml v0.9.34+deprecated |
| 1546 | 2026-09-11T15:55:53.544Z | Compiling typify-macro v0.6.2 |
| 1547 | 2026-09-11T15:55:53.807Z | Compiling heck v0.4.1 |
| 1548 | 2026-09-11T15:55:53.949Z | Compiling clap v4.6.1 |
| 1549 | 2026-09-11T15:55:54.005Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78#c6b42fc6) |
| 1550 | 2026-09-11T15:55:54.028Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 1551 | 2026-09-11T15:55:54.370Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78#c6b42fc6) |
| 1552 | 2026-09-11T15:55:54.717Z | Compiling serde_repr v0.1.21 |
| 1553 | 2026-09-11T15:55:54.889Z | Compiling signature v2.2.0 |
| 1554 | 2026-09-11T15:55:55.056Z | Compiling serde-big-array v0.5.1 |
| 1555 | 2026-09-11T15:55:55.098Z | Compiling indent_write v2.2.0 |
| 1556 | 2026-09-11T15:55:55.263Z | Compiling gimli v0.32.3 |
| 1557 | 2026-09-11T15:55:55.302Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1558 | 2026-09-11T15:55:55.420Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 1559 | 2026-09-11T15:55:55.512Z | Compiling hashbrown v0.14.5 |
| 1560 | 2026-09-11T15:55:56.289Z | Compiling sha1 v0.10.6 |
| 1561 | 2026-09-11T15:55:56.695Z | Compiling sha2 v0.10.9 |
| 1562 | 2026-09-11T15:55:57.975Z | Compiling addr2line v0.25.1 |
| 1563 | 2026-09-11T15:55:57.979Z | Compiling rustc-demangle v0.1.27 |
| 1564 | 2026-09-11T15:55:58.425Z | Compiling unicode-width v0.2.2 |
| 1565 | 2026-09-11T15:55:58.727Z | Compiling winnow v0.7.15 |
| 1566 | 2026-09-11T15:55:58.969Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1567 | 2026-09-11T15:55:59.106Z | Compiling backtrace v0.3.76 |
| 1568 | 2026-09-11T15:55:59.251Z | Compiling chumsky v0.9.3 |
| 1569 | 2026-09-11T15:55:59.488Z | Compiling proc-macro-crate v3.5.0 |
| 1570 | 2026-09-11T15:55:59.893Z | Compiling typify v0.4.3 |
| 1571 | 2026-09-11T15:56:00.625Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1572 | 2026-09-11T15:56:00.801Z | Compiling num-integer v0.1.46 |
| 1573 | 2026-09-11T15:56:01.091Z | Compiling smawk v0.3.3 |
| 1574 | 2026-09-11T15:56:01.289Z | Compiling unicode-linebreak v0.1.5 |
| 1575 | 2026-09-11T15:56:01.552Z | Compiling base64 v0.21.7 |
| 1576 | 2026-09-11T15:56:01.959Z | Compiling prettyplease v0.2.37 |
| 1577 | 2026-09-11T15:56:02.042Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 1578 | 2026-09-11T15:56:02.217Z | Compiling num-bigint-dig v0.8.6 |
| 1579 | 2026-09-11T15:56:02.280Z | Compiling is_ci v1.2.0 |
| 1580 | 2026-09-11T15:56:02.442Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1581 | 2026-09-11T15:56:02.470Z | Compiling supports-color v2.1.0 |
| 1582 | 2026-09-11T15:56:02.939Z | Compiling textwrap v0.15.2 |
| 1583 | 2026-09-11T15:56:03.526Z | Compiling num-iter v0.1.45 |
| 1584 | 2026-09-11T15:56:03.648Z | Compiling progenitor-impl v0.10.0 |
| 1585 | 2026-09-11T15:56:03.823Z | Compiling num_enum_derive v0.7.6 |
| 1586 | 2026-09-11T15:56:04.021Z | Compiling backtrace-ext v0.2.1 |
| 1587 | 2026-09-11T15:56:04.246Z | Compiling typify v0.6.2 |
| 1588 | 2026-09-11T15:56:04.285Z | Compiling rfc6979 v0.4.0 |
| 1589 | 2026-09-11T15:56:04.338Z | Compiling supports-hyperlinks v2.1.0 |
| 1590 | 2026-09-11T15:56:04.426Z | Compiling supports-unicode v2.1.0 |
| 1591 | 2026-09-11T15:56:04.548Z | Compiling lzma-sys v0.1.20 |
| 1592 | 2026-09-11T15:56:04.587Z | Compiling foreign-types-macros v0.2.3 |
| 1593 | 2026-09-11T15:56:04.855Z | Compiling miette-derive v5.10.0 |
| 1594 | 2026-09-11T15:56:04.970Z | Compiling strum_macros v0.26.4 |
| 1595 | 2026-09-11T15:56:05.236Z | Compiling arc-swap v1.9.1 |
| 1596 | 2026-09-11T15:56:05.436Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1597 | 2026-09-11T15:56:05.569Z | Compiling terminal_size v0.1.17 |
| 1598 | 2026-09-11T15:56:05.646Z | Compiling typeid v1.0.3 |
| 1599 | 2026-09-11T15:56:05.687Z | Compiling utf-8 v0.7.6 |
| 1600 | 2026-09-11T15:56:05.863Z | Compiling owo-colors v3.5.0 |
| 1601 | 2026-09-11T15:56:05.880Z | Compiling foreign-types-shared v0.3.1 |
| 1602 | 2026-09-11T15:56:05.935Z | Compiling salty v0.3.0 |
| 1603 | 2026-09-11T15:56:05.944Z | Compiling data-encoding v2.11.0 |
| 1604 | 2026-09-11T15:56:05.967Z | Compiling portable-atomic v1.13.1 |
| 1605 | 2026-09-11T15:56:06.272Z | Compiling tungstenite v0.21.0 |
| 1606 | 2026-09-11T15:56:06.457Z | Compiling miette v5.10.0 |
| 1607 | 2026-09-11T15:56:06.610Z | Compiling strum v0.26.3 |
| 1608 | 2026-09-11T15:56:06.646Z | Compiling foreign-types v0.5.0 |
| 1609 | 2026-09-11T15:56:06.721Z | Compiling proc-macro-error2 v2.0.1 |
| 1610 | 2026-09-11T15:56:06.735Z | Compiling progenitor-macro v0.10.0 |
| 1611 | 2026-09-11T15:56:06.984Z | Compiling slog-scope v4.4.1 |
| 1612 | 2026-09-11T15:56:07.373Z | Compiling num_enum v0.7.6 |
| 1613 | 2026-09-11T15:56:07.582Z | Compiling ecdsa v0.16.9 |
| 1614 | 2026-09-11T15:56:08.175Z | Compiling progenitor-impl v0.14.0 |
| 1615 | 2026-09-11T15:56:08.559Z | Compiling cargo_toml v0.22.3 |
| 1616 | 2026-09-11T15:56:10.975Z | Compiling ed25519 v2.2.3 |
| 1617 | 2026-09-11T15:56:10.979Z | Compiling knuffel-derive v3.2.0 |
| 1618 | 2026-09-11T15:56:11.005Z | Compiling primeorder v0.13.6 |
| 1619 | 2026-09-11T15:56:11.277Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1620 | 2026-09-11T15:56:11.762Z | Compiling chacha20 v0.10.0 |
| 1621 | 2026-09-11T15:56:12.041Z | Compiling pkcs1 v0.7.5 |
| 1622 | 2026-09-11T15:56:12.383Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1623 | 2026-09-11T15:56:12.879Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1624 | 2026-09-11T15:56:12.914Z | Compiling serde_spanned v0.6.9 |
| 1625 | 2026-09-11T15:56:13.102Z | Compiling toml_datetime v0.6.11 |
| 1626 | 2026-09-11T15:56:13.181Z | Compiling miette-derive v7.6.0 |
| 1627 | 2026-09-11T15:56:13.653Z | Compiling cstr-argument v0.1.2 |
| 1628 | 2026-09-11T15:56:13.819Z | Compiling swrite v0.1.0 |
| 1629 | 2026-09-11T15:56:13.888Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#33fd10c8) |
| 1630 | 2026-09-11T15:56:13.919Z | Compiling toml_write v0.1.2 |
| 1631 | 2026-09-11T15:56:14.109Z | Compiling toml_edit v0.22.27 |
| 1632 | 2026-09-11T15:56:14.141Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1633 | 2026-09-11T15:56:14.312Z | Compiling miette v7.6.0 |
| 1634 | 2026-09-11T15:56:14.535Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1635 | 2026-09-11T15:56:15.797Z | Compiling rustls-webpki v0.103.13 |
| 1636 | 2026-09-11T15:56:18.346Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1637 | 2026-09-11T15:56:18.471Z | Compiling knuffel v3.2.0 |
| 1638 | 2026-09-11T15:56:18.703Z | Compiling rsa v0.9.10 |
| 1639 | 2026-09-11T15:56:20.309Z | Compiling tokio-rustls v0.26.4 |
| 1640 | 2026-09-11T15:56:20.605Z | Compiling hyper-rustls v0.27.9 |
| 1641 | 2026-09-11T15:56:21.166Z | Compiling rustls-platform-verifier v0.7.0 |
| 1642 | 2026-09-11T15:56:21.722Z | Compiling reqwest v0.13.4 |
| 1643 | 2026-09-11T15:56:21.843Z | Compiling reqwest v0.12.28 |
| 1644 | 2026-09-11T15:56:23.498Z | Compiling progenitor-client v0.14.0 |
| 1645 | 2026-09-11T15:56:23.976Z | Compiling progenitor-extras v0.2.0 |
| 1646 | 2026-09-11T15:56:24.219Z | Compiling progenitor-client v0.10.0 |
| 1647 | 2026-09-11T15:56:24.685Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78#c6b42fc6) |
| 1648 | 2026-09-11T15:56:28.628Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78#c6b42fc6) |
| 1649 | 2026-09-11T15:56:29.719Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78#c6b42fc6) |
| 1650 | 2026-09-11T15:56:32.689Z | Compiling progenitor v0.10.0 |
| 1651 | 2026-09-11T15:56:32.839Z | Compiling rand v0.10.1 |
| 1652 | 2026-09-11T15:56:33.634Z | Compiling p384 v0.13.1 |
| 1653 | 2026-09-11T15:56:35.756Z | Compiling ed25519-dalek v2.2.0 |
| 1654 | 2026-09-11T15:56:36.205Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#93e469b3) |
| 1655 | 2026-09-11T15:56:36.568Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 1656 | 2026-09-11T15:56:36.807Z | Compiling progenitor-macro v0.14.0 |
| 1657 | 2026-09-11T15:56:38.998Z | Compiling slog-stdlog v4.1.1 |
| 1658 | 2026-09-11T15:56:39.325Z | Compiling knus-derive v3.4.0 |
| 1659 | 2026-09-11T15:56:39.345Z | Compiling tokio-tungstenite v0.21.0 |
| 1660 | 2026-09-11T15:56:39.606Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 1661 | 2026-09-11T15:56:40.531Z | Compiling wicketd-commission-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78#c6b42fc6) |
| 1662 | 2026-09-11T15:56:40.770Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78#c6b42fc6) |
| 1663 | 2026-09-11T15:56:41.113Z | Compiling console v0.16.3 |
| 1664 | 2026-09-11T15:56:41.188Z | Compiling zone_cfg_derive v0.3.1 |
| 1665 | 2026-09-11T15:56:41.829Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78#c6b42fc6) |
| 1666 | 2026-09-11T15:56:41.895Z | Compiling itertools v0.12.1 |
| 1667 | 2026-09-11T15:56:42.417Z | Compiling x509-cert v0.2.5 |
| 1668 | 2026-09-11T15:56:43.384Z | Compiling wicketd-commission-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78#c6b42fc6) |
| 1669 | 2026-09-11T15:56:43.599Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041) |
| 1670 | 2026-09-11T15:56:44.080Z | Compiling colored v3.1.1 |
| 1671 | 2026-09-11T15:56:44.733Z | Compiling unit-prefix v0.5.2 |
| 1672 | 2026-09-11T15:56:44.905Z | Compiling indicatif v0.18.4 |
| 1673 | 2026-09-11T15:56:47.202Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041) |
| 1674 | 2026-09-11T15:56:47.354Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 1675 | 2026-09-11T15:56:47.900Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78#c6b42fc6) |
| 1676 | 2026-09-11T15:56:49.722Z | Compiling zone v0.3.1 |
| 1677 | 2026-09-11T15:56:50.609Z | Compiling progenitor v0.14.0 |
| 1678 | 2026-09-11T15:56:50.756Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1679 | 2026-09-11T15:56:51.294Z | Compiling knus v3.4.0 |
| 1680 | 2026-09-11T15:56:51.403Z | Compiling ron v0.12.1 |
| 1681 | 2026-09-11T15:56:53.229Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1682 | 2026-09-11T15:56:53.261Z | Compiling slog-envlogger v2.2.0 |
| 1683 | 2026-09-11T15:56:54.135Z | Compiling xz2 v0.1.7 |
| 1684 | 2026-09-11T15:56:54.450Z | Compiling toml v0.8.23 |
| 1685 | 2026-09-11T15:56:54.629Z | Compiling tabwriter v1.4.1 |
| 1686 | 2026-09-11T15:56:55.004Z | Compiling smf v0.2.3 |
| 1687 | 2026-09-11T15:56:55.306Z | Compiling filetime v0.2.29 |
| 1688 | 2026-09-11T15:56:55.526Z | Compiling indoc v2.0.7 |
| 1689 | 2026-09-11T15:56:56.012Z | Compiling xattr v1.6.1 |
| 1690 | 2026-09-11T15:56:56.189Z | Compiling base16ct v1.0.0 |
| 1691 | 2026-09-11T15:56:56.196Z | Compiling voxel v0.1.0 (/work/oxidecomputer/voxel/voxel) |
| 1692 | 2026-09-11T15:56:56.205Z | Compiling tar v0.4.46 |
| 1693 | 2026-09-11T15:56:56.607Z | Compiling rack-init-config v0.1.0 (https://github.com/oxidecomputer/omicron?rev=c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78#c6b42fc6) |
| 1694 | 2026-09-11T15:56:57.279Z | Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1695 | 2026-09-11T15:56:57.326Z | Compiling wicketd-commission-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78#c6b42fc6) |
| 1696 | 2026-09-11T15:56:58.191Z | Compiling sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 1697 | 2026-09-11T15:56:58.697Z | Compiling voxel-config v0.1.0 (/work/oxidecomputer/voxel/voxel-config) |
| 1698 | 2026-09-11T15:56:58.727Z | Compiling voxel-init v0.1.0 (/work/oxidecomputer/voxel/voxel-init) |
| 1699 | 2026-09-11T15:57:27.774Z | Finished `release` profile [optimized] target(s) in 2m 36s |
| 1700 | 2026-09-11T15:57:27.778Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 1701 | 2026-09-11T15:57:27.778Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 1702 | 2026-09-11T15:57:27.908Z | |
| 1703 | 2026-09-11T15:57:27.908Z | real 2:36.571512207 |
| 1704 | 2026-09-11T15:57:27.908Z | user 17:15.206010855 |
| 1705 | 2026-09-11T15:57:27.908Z | sys 1:23.753164012 |
| 1706 | 2026-09-11T15:57:27.908Z | trap 0.460138306 |
| 1707 | 2026-09-11T15:57:27.908Z | tflt 0.941491569 |
| 1708 | 2026-09-11T15:57:27.908Z | dflt 1.470472836 |
| 1709 | 2026-09-11T15:57:27.908Z | kflt 0.000065536 |
| 1710 | 2026-09-11T15:57:27.908Z | lock 1:11:29.578203961 |
| 1711 | 2026-09-11T15:57:27.908Z | slp 51:06.707296550 |
| 1712 | 2026-09-11T15:57:27.912Z | lat 54.971981704 |
| 1713 | 2026-09-11T15:57:27.912Z | stop 1:24.696920676 |
| 1714 | 2026-09-11T15:57:27.912Z | + pfexec mkdir -p /out |
| 1715 | 2026-09-11T15:57:27.912Z | + pfexec chown build /out |
| 1716 | 2026-09-11T15:57:27.916Z | + cp target/release/voxel target/release/voxel-init /out/ |
| 1717 | 2026-09-11T15:57:27.992Z | + banner sp-emu |
| 1718 | 2026-09-11T15:57:27.995Z | |
| 1719 | 2026-09-11T15:57:27.995Z | #### ##### ###### # # # # |
| 1720 | 2026-09-11T15:57:27.995Z | # # # # ## ## # # |
| 1721 | 2026-09-11T15:57:27.995Z | #### # # ##### ##### # ## # # # |
| 1722 | 2026-09-11T15:57:27.995Z | # ##### # # # # # |
| 1723 | 2026-09-11T15:57:27.995Z | # # # # # # # # |
| 1724 | 2026-09-11T15:57:27.995Z | #### # ###### # # #### |
| 1725 | 2026-09-11T15:57:27.995Z | |
| 1726 | 2026-09-11T15:57:27.996Z | ++ awk '/^\[sp-emu\]/{f=1;next} /^\[/{f=0} f && $1=="rev"{gsub(/"/,""); print $3}' pins.toml |
| 1727 | 2026-09-11T15:57:27.999Z | + rev=2755b40a0fec9c90919c524d6cea9dcae3a173c3 |
| 1728 | 2026-09-11T15:57:27.999Z | + url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sp-emu/illumos/2755b40a0fec9c90919c524d6cea9dcae3a173c3 |
| 1729 | 2026-09-11T15:57:27.999Z | + curl -sSfL --retry 5 -o /out/sp-emu https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sp-emu/illumos/2755b40a0fec9c90919c524d6cea9dcae3a173c3/sp-emu |
| 1730 | 2026-09-11T15:57:28.730Z | + curl -sSfL --retry 5 -o /out/sp-emu.sha256.txt https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sp-emu/illumos/2755b40a0fec9c90919c524d6cea9dcae3a173c3/sp-emu.sha256.txt |
| 1731 | 2026-09-11T15:57:28.800Z | ++ digest -a sha256 /out/sp-emu |
| 1732 | 2026-09-11T15:57:28.822Z | ++ awk '{print $1}' /out/sp-emu.sha256.txt |
| 1733 | 2026-09-11T15:57:28.826Z | + [[ fcb7308909e4c302d9c6bdeb0369350e005b62b71986f6e4c8312dc097948008 == \f\c\b\7\3\0\8\9\0\9\e\4\c\3\0\2\d\9\c\6\b\d\e\b\0\3\6\9\3\5\0\e\0\0\5\b\6\2\b\7\1\9\8\6\f\6\e\4\c\8\3\1\2\d\c\0\9\7\9\4\8\0\0\8 ]] |
| 1734 | 2026-09-11T15:57:28.826Z | + banner digests |
| 1735 | 2026-09-11T15:57:28.826Z | |
| 1736 | 2026-09-11T15:57:28.826Z | ##### # #### ###### #### ##### #### |
| 1737 | 2026-09-11T15:57:28.826Z | # # # # # # # # # |
| 1738 | 2026-09-11T15:57:28.826Z | # # # # ##### #### # #### |
| 1739 | 2026-09-11T15:57:28.826Z | # # # # ### # # # # |
| 1740 | 2026-09-11T15:57:28.826Z | # # # # # # # # # # # |
| 1741 | 2026-09-11T15:57:28.826Z | ##### # #### ###### #### # #### |
| 1742 | 2026-09-11T15:57:28.826Z | |
| 1743 | 2026-09-11T15:57:28.826Z | + for b in voxel voxel-init |
| 1744 | 2026-09-11T15:57:28.826Z | + digest -a sha256 /out/voxel |
| 1745 | 2026-09-11T15:57:28.876Z | + for b in voxel voxel-init |
| 1746 | 2026-09-11T15:57:28.876Z | + digest -a sha256 /out/voxel-init |
| 1747 | 2026-09-11T15:57:28.883Z | process exited: duration 257320 ms, exit code 0 |
| |
| 1748 | 2026-09-11T15:57:28.896Z | found 6 output files |
| 1749 | 2026-09-11T15:57:28.896Z | uploading: /out/voxel (91104296 bytes) |
| 1750 | 2026-09-11T15:57:30.796Z | uploaded: /out/voxel |
| 1751 | 2026-09-11T15:57:30.796Z | uploading: /out/voxel.sha256.txt (65 bytes) |
| 1752 | 2026-09-11T15:57:31.805Z | uploaded: /out/voxel.sha256.txt |
| 1753 | 2026-09-11T15:57:31.805Z | uploading: /out/voxel-init (4414008 bytes) |
| 1754 | 2026-09-11T15:57:32.910Z | uploaded: /out/voxel-init |
| 1755 | 2026-09-11T15:57:32.914Z | uploading: /out/voxel-init.sha256.txt (65 bytes) |
| 1756 | 2026-09-11T15:57:33.922Z | uploaded: /out/voxel-init.sha256.txt |
| 1757 | 2026-09-11T15:57:33.923Z | uploading: /out/sp-emu (30915816 bytes) |
| 1758 | 2026-09-11T15:57:35.368Z | uploaded: /out/sp-emu |
| 1759 | 2026-09-11T15:57:35.368Z | uploading: /out/sp-emu.sha256.txt (65 bytes) |
| 1760 | 2026-09-11T15:57:36.376Z | uploaded: /out/sp-emu.sha256.txt |