|
|
|
| 1 | 2026-08-20T20:31:01.457Z | job assigned to worker 01M0GDW4VWEEDXP4R13EAZ5PF4 [factory aws, i-048caaabd06c65c57] (queued for 43 s) |
| |
| 2 | 2026-08-20T20:31:07.745Z | starting task 0: "setup" |
| 3 | 2026-08-20T20:31:07.751Z | ++ uname -s |
| 4 | 2026-08-20T20:31:07.755Z | + kern=SunOS |
| 5 | 2026-08-20T20:31:07.755Z | + build_user=build |
| 6 | 2026-08-20T20:31:07.755Z | + build_uid=12345 |
| 7 | 2026-08-20T20:31:07.755Z | + work_dir=/work |
| 8 | 2026-08-20T20:31:07.755Z | + input_dir=/input |
| 9 | 2026-08-20T20:31:07.755Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-20T20:31:07.755Z | + case "$kern" in |
| 11 | 2026-08-20T20:31:07.756Z | + groupadd -g 12345 build |
| 12 | 2026-08-20T20:31:07.756Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-20T20:31:09.760Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-20T20:31:09.833Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-20T20:31:09.838Z | + home_fs=zfs |
| 16 | 2026-08-20T20:31:09.838Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-20T20:31:09.838Z | + mkdir -p /home/build |
| 18 | 2026-08-20T20:31:09.838Z | + chown build:build /home/build /work |
| 19 | 2026-08-20T20:31:11.833Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-20T20:31:11.836Z | process exited: duration 4087 ms, exit code 0 |
| |
| 21 | 2026-08-20T20:31:11.843Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-20T20:31:11.847Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-20T20:31:11.847Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-20T20:31:11.847Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-08-20T20:31:11.847Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-08-20T20:31:11.847Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-20T20:31:11.848Z | * rust toolchain profile = "default" |
| 28 | 2026-08-20T20:31:11.851Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-20T20:31:11.851Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-20T20:31:12.002Z | info: downloading installer |
| 31 | 2026-08-20T20:31:13.124Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-08-20T20:31:13.124Z | warn: /opt/ooce/bin |
| 33 | 2026-08-20T20:31:13.124Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-08-20T20:31:13.124Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-08-20T20:31:13.124Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-08-20T20:31:13.125Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-08-20T20:31:13.125Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-08-20T20:31:13.125Z | error: cannot install while Rust is installed |
| 39 | 2026-08-20T20:31:13.125Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-08-20T20:31:13.125Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-08-20T20:31:13.126Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-08-20T20:31:13.126Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-08-20T20:31:13.126Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-08-20T20:31:13.137Z | info: profile set to default |
| 45 | 2026-08-20T20:31:13.137Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-08-20T20:31:13.140Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 47 | 2026-08-20T20:31:13.270Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 48 | 2026-08-20T20:31:13.274Z | info: downloading 6 components |
| 49 | 2026-08-20T20:31:26.634Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 50 | 2026-08-20T20:31:26.634Z | |
| 51 | 2026-08-20T20:31:26.667Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 52 | 2026-08-20T20:31:26.667Z | |
| 53 | 2026-08-20T20:31:26.667Z | |
| 54 | 2026-08-20T20:31:26.667Z | Rust is installed now. Great! |
| 55 | 2026-08-20T20:31:26.667Z | |
| 56 | 2026-08-20T20:31:26.667Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-08-20T20:31:26.667Z | environment variable. This has not been done automatically. |
| 58 | 2026-08-20T20:31:26.667Z | |
| 59 | 2026-08-20T20:31:26.667Z | To configure your current shell, you need to source |
| 60 | 2026-08-20T20:31:26.671Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-08-20T20:31:26.671Z | |
| 62 | 2026-08-20T20:31:26.671Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-08-20T20:31:26.671Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-08-20T20:31:26.671Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-08-20T20:31:26.671Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-08-20T20:31:26.671Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-08-20T20:31:26.671Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-08-20T20:31:26.671Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-08-20T20:31:26.671Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-08-20T20:31:26.671Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-08-20T20:31:26.759Z | + rustup --version |
| 72 | 2026-08-20T20:31:26.767Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-08-20T20:31:26.771Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-08-20T20:31:26.789Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 75 | 2026-08-20T20:31:26.792Z | + cargo --version |
| 76 | 2026-08-20T20:31:26.807Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 77 | 2026-08-20T20:31:26.810Z | + rustc --version |
| 78 | 2026-08-20T20:31:26.829Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 79 | 2026-08-20T20:31:26.833Z | process exited: duration 14985 ms, exit code 0 |
| |
| 80 | 2026-08-20T20:31:26.839Z | starting task 2: "authentication" |
| 81 | 2026-08-20T20:31:26.857Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-08-20T20:31:26.865Z | starting task 3: "clone repository" |
| 83 | 2026-08-20T20:31:26.869Z | + mkdir -p /work/oxidecomputer/sush |
| 84 | 2026-08-20T20:31:26.873Z | + git clone https://github.com/oxidecomputer/sush /work/oxidecomputer/sush |
| 85 | 2026-08-20T20:31:26.903Z | Cloning into '/work/oxidecomputer/sush'... |
| 86 | 2026-08-20T20:31:27.787Z | + cd /work/oxidecomputer/sush |
| 87 | 2026-08-20T20:31:27.791Z | + git fetch origin 2483d355304b57e83fb969cf6aa2630e1d8bd06d |
| 88 | 2026-08-20T20:31:28.099Z | From https://github.com/oxidecomputer/sush |
| 89 | 2026-08-20T20:31:28.099Z | * branch 2483d355304b57e83fb969cf6aa2630e1d8bd06d -> FETCH_HEAD |
| 90 | 2026-08-20T20:31:28.106Z | + [[ -n more-client-fixes ]] |
| 91 | 2026-08-20T20:31:28.109Z | ++ git branch --show-current |
| 92 | 2026-08-20T20:31:28.109Z | + current=main |
| 93 | 2026-08-20T20:31:28.109Z | + [[ main != more-client-fixes ]] |
| 94 | 2026-08-20T20:31:28.109Z | + git branch -f more-client-fixes 2483d355304b57e83fb969cf6aa2630e1d8bd06d |
| 95 | 2026-08-20T20:31:28.112Z | + git checkout -f more-client-fixes |
| 96 | 2026-08-20T20:31:28.118Z | Switched to branch 'more-client-fixes' |
| 97 | 2026-08-20T20:31:28.121Z | + git reset --hard 2483d355304b57e83fb969cf6aa2630e1d8bd06d |
| 98 | 2026-08-20T20:31:28.125Z | HEAD is now at 2483d35 Update README |
| 99 | 2026-08-20T20:31:28.128Z | process exited: duration 1260 ms, exit code 0 |
| |
| 100 | 2026-08-20T20:31:28.135Z | starting task 4: "build" |
| 101 | 2026-08-20T20:31:28.139Z | + cargo --version |
| 102 | 2026-08-20T20:31:28.168Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 103 | 2026-08-20T20:31:28.171Z | + rustc --version |
| 104 | 2026-08-20T20:31:28.208Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 105 | 2026-08-20T20:31:28.211Z | + export CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 106 | 2026-08-20T20:31:28.211Z | + CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 107 | 2026-08-20T20:31:28.211Z | + export CARGO_INCREMENTAL=0 |
| 108 | 2026-08-20T20:31:28.211Z | + CARGO_INCREMENTAL=0 |
| 109 | 2026-08-20T20:31:28.211Z | + pfexec mkdir -p /work |
| 110 | 2026-08-20T20:31:28.214Z | + pfexec chown build /work |
| 111 | 2026-08-20T20:31:28.218Z | + cargo build --release --locked --package sush-client --features permslip |
| 112 | 2026-08-20T20:31:28.324Z | Updating crates.io index |
| 113 | 2026-08-20T20:31:28.328Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 114 | 2026-08-20T20:31:34.496Z | From https://github.com/oxidecomputer/omicron |
| 115 | 2026-08-20T20:31:34.496Z | * [new ref] 3e5bafe8ad9d19de5db48fb50bbe2e9437f82e86 -> refs/commit/3e5bafe8ad9d19de5db48fb50bbe2e9437f82e86 |
| 116 | 2026-08-20T20:31:34.922Z | Updating git repository `https://github.com/oxidecomputer/permission-slip` |
| 117 | 2026-08-20T20:31:35.750Z | From https://github.com/oxidecomputer/permission-slip |
| 118 | 2026-08-20T20:31:35.750Z | * [new ref] 11f249d93ab0c539febabda9da67cc2dc6aa5355 -> refs/commit/11f249d93ab0c539febabda9da67cc2dc6aa5355 |
| 119 | 2026-08-20T20:31:35.764Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 120 | 2026-08-20T20:31:36.165Z | From https://github.com/oxidecomputer/sprockets |
| 121 | 2026-08-20T20:31:36.165Z | * [new ref] b8782742d1bd91546887fbc1757a7d024a5469ef -> refs/commit/b8782742d1bd91546887fbc1757a7d024a5469ef |
| 122 | 2026-08-20T20:31:36.173Z | Updating git repository `https://github.com/oxidecomputer/rumors` |
| 123 | 2026-08-20T20:31:38.052Z | From https://github.com/oxidecomputer/rumors |
| 124 | 2026-08-20T20:31:38.052Z | * [new ref] b2675dbef99b784efb817db01920ee59dac708c3 -> refs/commit/b2675dbef99b784efb817db01920ee59dac708c3 |
| 125 | 2026-08-20T20:31:38.532Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 126 | 2026-08-20T20:31:38.930Z | From https://github.com/oxidecomputer/dice-util |
| 127 | 2026-08-20T20:31:38.931Z | * [new ref] 10952e8d9599b735b85d480af3560a11700e5b64 -> refs/commit/10952e8d9599b735b85d480af3560a11700e5b64 |
| 128 | 2026-08-20T20:31:38.940Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 129 | 2026-08-20T20:31:39.318Z | From https://github.com/oxidecomputer/lpc55_support |
| 130 | 2026-08-20T20:31:39.318Z | * [new ref] fc64732faf5511850b35f1734d572b9953d73374 -> refs/commit/fc64732faf5511850b35f1734d572b9953d73374 |
| 131 | 2026-08-20T20:31:39.326Z | Updating git repository `https://github.com/oxidecomputer/sshauth` |
| 132 | 2026-08-20T20:31:39.675Z | From https://github.com/oxidecomputer/sshauth |
| 133 | 2026-08-20T20:31:39.675Z | * [new ref] 6233c1b25d9e3b03d51ab95b19ed7903bfadfd8f -> refs/commit/6233c1b25d9e3b03d51ab95b19ed7903bfadfd8f |
| 134 | 2026-08-20T20:31:39.681Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 135 | 2026-08-20T20:31:40.043Z | From https://github.com/oxidecomputer/dice-util |
| 136 | 2026-08-20T20:31:40.043Z | * [new ref] 4a39ef08d81e5177edee0bddb1146032aa21074d -> refs/commit/4a39ef08d81e5177edee0bddb1146032aa21074d |
| 137 | 2026-08-20T20:31:40.052Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 138 | 2026-08-20T20:31:40.378Z | From https://github.com/oxidecomputer/slog-error-chain |
| 139 | 2026-08-20T20:31:40.378Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 140 | 2026-08-20T20:31:40.386Z | Updating git repository `https://github.com/oxidecomputer/rats-corim` |
| 141 | 2026-08-20T20:31:40.724Z | From https://github.com/oxidecomputer/rats-corim |
| 142 | 2026-08-20T20:31:40.724Z | * [new ref] f0d5d5168d3d31487a56df32c676b0c6240bcc6b -> refs/commit/f0d5d5168d3d31487a56df32c676b0c6240bcc6b |
| 143 | 2026-08-20T20:31:40.729Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 144 | 2026-08-20T20:31:41.125Z | From https://github.com/oxidecomputer/pki-playground |
| 145 | 2026-08-20T20:31:41.125Z | * [new ref] 7600756029ce046a02c6234aa84ce230cc5eaa04 -> refs/commit/7600756029ce046a02c6234aa84ce230cc5eaa04 |
| 146 | 2026-08-20T20:31:41.132Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 147 | 2026-08-20T20:31:41.785Z | From https://github.com/oxidecomputer/pki-playground |
| 148 | 2026-08-20T20:31:41.785Z | * [new ref] bcd3bf2dfe36468c494eac17463a4e10be366b35 -> refs/commit/bcd3bf2dfe36468c494eac17463a4e10be366b35 |
| 149 | 2026-08-20T20:31:44.131Z | Downloading crates ... |
| 150 | 2026-08-20T20:31:44.183Z | Downloaded adler2 v2.0.1 |
| 151 | 2026-08-20T20:31:44.186Z | Downloaded async-stream v0.3.6 |
| 152 | 2026-08-20T20:31:44.190Z | Downloaded async-stream-impl v0.3.6 |
| 153 | 2026-08-20T20:31:44.190Z | Downloaded addr2line v0.25.1 |
| 154 | 2026-08-20T20:31:44.194Z | Downloaded byteorder v1.5.0 |
| 155 | 2026-08-20T20:31:44.197Z | Downloaded clap v4.6.6 |
| 156 | 2026-08-20T20:31:44.201Z | Downloaded console v0.16.4 |
| 157 | 2026-08-20T20:31:44.204Z | Downloaded crypto-common v0.2.2 |
| 158 | 2026-08-20T20:31:44.204Z | Downloaded cobs v0.3.0 |
| 159 | 2026-08-20T20:31:44.204Z | Downloaded block-buffer v0.12.1 |
| 160 | 2026-08-20T20:31:44.209Z | Downloaded base64-simd v0.8.0 |
| 161 | 2026-08-20T20:31:44.214Z | Downloaded num-iter v0.1.46 |
| 162 | 2026-08-20T20:31:44.217Z | Downloaded der_derive v0.7.3 |
| 163 | 2026-08-20T20:31:44.217Z | Downloaded pem-rfc7468 v0.7.0 |
| 164 | 2026-08-20T20:31:44.221Z | Downloaded once_cell v1.21.4 |
| 165 | 2026-08-20T20:31:44.224Z | Downloaded miniz_oxide v0.8.9 |
| 166 | 2026-08-20T20:31:44.224Z | Downloaded nibble_vec v0.1.0 |
| 167 | 2026-08-20T20:31:44.224Z | Downloaded potential_utf v0.1.5 |
| 168 | 2026-08-20T20:31:44.224Z | Downloaded nodrop v0.1.14 |
| 169 | 2026-08-20T20:31:44.229Z | Downloaded block-buffer v0.10.4 |
| 170 | 2026-08-20T20:31:44.229Z | Downloaded num_threads v0.1.7 |
| 171 | 2026-08-20T20:31:44.229Z | Downloaded omicron-workspace-hack v0.1.0 |
| 172 | 2026-08-20T20:31:44.232Z | Downloaded natord v1.0.9 |
| 173 | 2026-08-20T20:31:44.236Z | Downloaded outref v0.5.2 |
| 174 | 2026-08-20T20:31:44.236Z | Downloaded match_cfg v0.1.0 |
| 175 | 2026-08-20T20:31:44.242Z | Downloaded backtrace-ext v0.2.1 |
| 176 | 2026-08-20T20:31:44.245Z | Downloaded num-integer v0.1.46 |
| 177 | 2026-08-20T20:31:44.245Z | Downloaded mime v0.3.17 |
| 178 | 2026-08-20T20:31:44.249Z | Downloaded anstyle-query v1.1.5 |
| 179 | 2026-08-20T20:31:44.253Z | Downloaded cfg_aliases v0.2.2 |
| 180 | 2026-08-20T20:31:44.253Z | Downloaded owo-colors v4.3.0 |
| 181 | 2026-08-20T20:31:44.253Z | Downloaded oauth2-reqwest v0.1.0-alpha.3 |
| 182 | 2026-08-20T20:31:44.256Z | Downloaded async-recursion v1.1.1 |
| 183 | 2026-08-20T20:31:44.260Z | Downloaded darling_macro v0.23.0 |
| 184 | 2026-08-20T20:31:44.260Z | Downloaded compression-core v0.4.32 |
| 185 | 2026-08-20T20:31:44.260Z | Downloaded num-conv v0.2.2 |
| 186 | 2026-08-20T20:31:44.265Z | Downloaded lru-slab v0.1.2 |
| 187 | 2026-08-20T20:31:44.265Z | Downloaded progenitor-impl v0.14.0 |
| 188 | 2026-08-20T20:31:44.269Z | Downloaded array-init v0.0.4 |
| 189 | 2026-08-20T20:31:44.269Z | Downloaded miette-derive v7.6.0 |
| 190 | 2026-08-20T20:31:44.269Z | Downloaded num-traits v0.2.19 |
| 191 | 2026-08-20T20:31:44.273Z | Downloaded cpufeatures v0.3.0 |
| 192 | 2026-08-20T20:31:44.273Z | Downloaded arrayref v0.3.9 |
| 193 | 2026-08-20T20:31:44.278Z | Downloaded backtrace v0.3.76 |
| 194 | 2026-08-20T20:31:44.282Z | Downloaded keccak v0.1.6 |
| 195 | 2026-08-20T20:31:44.282Z | Downloaded openssl-probe v0.2.1 |
| 196 | 2026-08-20T20:31:44.285Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 197 | 2026-08-20T20:31:44.285Z | Downloaded percent-encoding v2.3.2 |
| 198 | 2026-08-20T20:31:44.288Z | Downloaded packed_struct_codegen v0.10.1 |
| 199 | 2026-08-20T20:31:44.291Z | Downloaded rfc6979 v0.4.0 |
| 200 | 2026-08-20T20:31:44.292Z | Downloaded newtype-uuid v1.4.0 |
| 201 | 2026-08-20T20:31:44.292Z | Downloaded p256 v0.13.2 |
| 202 | 2026-08-20T20:31:44.295Z | Downloaded colorchoice v1.0.5 |
| 203 | 2026-08-20T20:31:44.298Z | Downloaded parking_lot_core v0.9.12 |
| 204 | 2026-08-20T20:31:44.301Z | Downloaded rand_chacha v0.9.0 |
| 205 | 2026-08-20T20:31:44.301Z | Downloaded oxnet v0.1.6 |
| 206 | 2026-08-20T20:31:44.301Z | Downloaded atomic-waker v1.1.2 |
| 207 | 2026-08-20T20:31:44.301Z | Downloaded clap_lex v1.1.0 |
| 208 | 2026-08-20T20:31:44.304Z | Downloaded rand_chacha v0.3.1 |
| 209 | 2026-08-20T20:31:44.308Z | Downloaded ref-cast v1.0.26 |
| 210 | 2026-08-20T20:31:44.308Z | Downloaded lazy_static v1.5.0 |
| 211 | 2026-08-20T20:31:44.311Z | Downloaded ciborium-ll v0.2.2 |
| 212 | 2026-08-20T20:31:44.311Z | Downloaded bitfield-macros v0.19.5 |
| 213 | 2026-08-20T20:31:44.314Z | Downloaded maybe-uninit v2.0.0 |
| 214 | 2026-08-20T20:31:44.315Z | Downloaded progenitor-client v0.14.0 |
| 215 | 2026-08-20T20:31:44.315Z | Downloaded pin-utils v0.1.0 |
| 216 | 2026-08-20T20:31:44.315Z | Downloaded base16ct v0.2.0 |
| 217 | 2026-08-20T20:31:44.320Z | Downloaded ref-cast-impl v1.0.26 |
| 218 | 2026-08-20T20:31:44.323Z | Downloaded cpufeatures v0.2.17 |
| 219 | 2026-08-20T20:31:44.323Z | Downloaded rustc-hash v2.1.3 |
| 220 | 2026-08-20T20:31:44.327Z | Downloaded zerofrom-derive v0.1.7 |
| 221 | 2026-08-20T20:31:44.330Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 222 | 2026-08-20T20:31:44.335Z | Downloaded radium v0.7.0 |
| 223 | 2026-08-20T20:31:44.338Z | Downloaded rand_pcg v0.10.2 |
| 224 | 2026-08-20T20:31:44.338Z | Downloaded bytesize v2.7.0 |
| 225 | 2026-08-20T20:31:44.341Z | Downloaded embedded-io v0.4.0 |
| 226 | 2026-08-20T20:31:44.341Z | Downloaded env_filter v2.0.0 |
| 227 | 2026-08-20T20:31:44.341Z | Downloaded defmt-macros v1.1.1 |
| 228 | 2026-08-20T20:31:44.344Z | Downloaded crypto-common v0.1.7 |
| 229 | 2026-08-20T20:31:44.345Z | Downloaded progenitor-macro v0.14.0 |
| 230 | 2026-08-20T20:31:44.348Z | Downloaded aws-smithy-runtime-api-macros v1.1.0 |
| 231 | 2026-08-20T20:31:44.348Z | Downloaded ciborium-io v0.2.2 |
| 232 | 2026-08-20T20:31:44.348Z | Downloaded debug-ignore v1.0.5 |
| 233 | 2026-08-20T20:31:44.351Z | Downloaded clap-num v1.2.0 |
| 234 | 2026-08-20T20:31:44.351Z | Downloaded flagset v0.4.7 |
| 235 | 2026-08-20T20:31:44.351Z | Downloaded lock_api v0.4.14 |
| 236 | 2026-08-20T20:31:44.352Z | Downloaded packed_struct v0.10.1 |
| 237 | 2026-08-20T20:31:44.355Z | Downloaded knus-derive v3.4.0 |
| 238 | 2026-08-20T20:31:44.355Z | Downloaded errno v0.3.14 |
| 239 | 2026-08-20T20:31:44.355Z | Downloaded borsh-derive v1.8.0 |
| 240 | 2026-08-20T20:31:44.355Z | Downloaded crc32fast v1.5.0 |
| 241 | 2026-08-20T20:31:44.358Z | Downloaded multer v3.1.0 |
| 242 | 2026-08-20T20:31:44.359Z | Downloaded rustc-demangle v0.1.28 |
| 243 | 2026-08-20T20:31:44.359Z | Downloaded rand_core v0.9.5 |
| 244 | 2026-08-20T20:31:44.362Z | Downloaded version_check v0.9.5 |
| 245 | 2026-08-20T20:31:44.362Z | Downloaded toml_write v0.1.2 |
| 246 | 2026-08-20T20:31:44.365Z | Downloaded cfg-if v1.0.4 |
| 247 | 2026-08-20T20:31:44.365Z | Downloaded memmap2 v0.9.11 |
| 248 | 2026-08-20T20:31:44.366Z | Downloaded unicode-linebreak v0.1.5 |
| 249 | 2026-08-20T20:31:44.366Z | Downloaded yoke-derive v0.8.2 |
| 250 | 2026-08-20T20:31:44.369Z | Downloaded futures-io v0.3.33 |
| 251 | 2026-08-20T20:31:44.372Z | Downloaded hex v0.4.3 |
| 252 | 2026-08-20T20:31:44.372Z | Downloaded http-body v0.4.6 |
| 253 | 2026-08-20T20:31:44.372Z | Downloaded is_terminal_polyfill v1.70.2 |
| 254 | 2026-08-20T20:31:44.376Z | Downloaded aws-smithy-async v1.3.0 |
| 255 | 2026-08-20T20:31:44.376Z | Downloaded bitflags v1.3.2 |
| 256 | 2026-08-20T20:31:44.379Z | Downloaded data-encoding v2.11.1 |
| 257 | 2026-08-20T20:31:44.379Z | Downloaded corncobs v0.1.4 |
| 258 | 2026-08-20T20:31:44.380Z | Downloaded anstyle-parse v1.0.0 |
| 259 | 2026-08-20T20:31:44.380Z | Downloaded sha1 v0.10.7 |
| 260 | 2026-08-20T20:31:44.383Z | Downloaded signature v2.2.0 |
| 261 | 2026-08-20T20:31:44.383Z | Downloaded bs58 v0.5.1 |
| 262 | 2026-08-20T20:31:44.386Z | Downloaded bytes-utils v0.1.4 |
| 263 | 2026-08-20T20:31:44.386Z | Downloaded async-trait v0.1.92 |
| 264 | 2026-08-20T20:31:44.389Z | Downloaded paste v1.0.15 |
| 265 | 2026-08-20T20:31:44.392Z | Downloaded progenitor v0.14.0 |
| 266 | 2026-08-20T20:31:44.392Z | Downloaded rand_core v0.6.4 |
| 267 | 2026-08-20T20:31:44.392Z | Downloaded rand_core v0.10.1 |
| 268 | 2026-08-20T20:31:44.392Z | Downloaded anstyle v1.0.14 |
| 269 | 2026-08-20T20:31:44.396Z | Downloaded autocfg v1.5.1 |
| 270 | 2026-08-20T20:31:44.396Z | Downloaded compression-codecs v0.4.38 |
| 271 | 2026-08-20T20:31:44.396Z | Downloaded pkg-config v0.3.33 |
| 272 | 2026-08-20T20:31:44.396Z | Downloaded rlimit v0.10.2 |
| 273 | 2026-08-20T20:31:44.399Z | Downloaded powerfmt v0.2.0 |
| 274 | 2026-08-20T20:31:44.403Z | Downloaded cipher v0.4.4 |
| 275 | 2026-08-20T20:31:44.403Z | Downloaded primeorder v0.13.6 |
| 276 | 2026-08-20T20:31:44.403Z | Downloaded proc-macro-error2 v2.0.1 |
| 277 | 2026-08-20T20:31:44.406Z | Downloaded base64ct v1.8.3 |
| 278 | 2026-08-20T20:31:44.406Z | Downloaded crossbeam-deque v0.8.7 |
| 279 | 2026-08-20T20:31:44.406Z | Downloaded proc-macro-crate v3.5.0 |
| 280 | 2026-08-20T20:31:44.406Z | Downloaded pkcs8 v0.10.2 |
| 281 | 2026-08-20T20:31:44.409Z | Downloaded pin-project-lite v0.2.17 |
| 282 | 2026-08-20T20:31:44.412Z | Downloaded quote v1.0.47 |
| 283 | 2026-08-20T20:31:44.412Z | Downloaded sha1 v0.11.0 |
| 284 | 2026-08-20T20:31:44.412Z | Downloaded ssh-cipher v0.2.0 |
| 285 | 2026-08-20T20:31:44.412Z | Downloaded strsim v0.11.1 |
| 286 | 2026-08-20T20:31:44.415Z | Downloaded constant_time_eq v0.4.2 |
| 287 | 2026-08-20T20:31:44.415Z | Downloaded bitfield v0.19.5 |
| 288 | 2026-08-20T20:31:44.415Z | Downloaded daft-derive v0.1.8 |
| 289 | 2026-08-20T20:31:44.419Z | Downloaded aws-credential-types v1.3.0 |
| 290 | 2026-08-20T20:31:44.419Z | Downloaded crossbeam-epoch v0.9.20 |
| 291 | 2026-08-20T20:31:44.419Z | Downloaded defmt-parser v1.0.0 |
| 292 | 2026-08-20T20:31:44.419Z | Downloaded toml_writer v1.1.2+spec-1.1.0 |
| 293 | 2026-08-20T20:31:44.424Z | Downloaded digest v0.10.7 |
| 294 | 2026-08-20T20:31:44.424Z | Downloaded find-msvc-tools v0.1.10 |
| 295 | 2026-08-20T20:31:44.424Z | Downloaded supports-unicode v3.0.0 |
| 296 | 2026-08-20T20:31:44.424Z | Downloaded bitflags v2.13.1 |
| 297 | 2026-08-20T20:31:44.427Z | Downloaded ahash v0.8.12 |
| 298 | 2026-08-20T20:31:44.427Z | Downloaded cmake v0.1.58 |
| 299 | 2026-08-20T20:31:44.430Z | Downloaded tokio-macros v2.7.2 |
| 300 | 2026-08-20T20:31:44.434Z | Downloaded ed25519 v2.2.3 |
| 301 | 2026-08-20T20:31:44.437Z | Downloaded miette v7.6.0 |
| 302 | 2026-08-20T20:31:44.440Z | Downloaded try-lock v0.2.5 |
| 303 | 2026-08-20T20:31:44.443Z | Downloaded tower-layer v0.3.3 |
| 304 | 2026-08-20T20:31:44.443Z | Downloaded jobserver v0.1.35 |
| 305 | 2026-08-20T20:31:44.446Z | Downloaded serde_path_to_error v0.1.20 |
| 306 | 2026-08-20T20:31:44.446Z | Downloaded utf8_iter v1.0.4 |
| 307 | 2026-08-20T20:31:44.446Z | Downloaded waitgroup v0.1.2 |
| 308 | 2026-08-20T20:31:44.446Z | Downloaded endian-type v0.1.2 |
| 309 | 2026-08-20T20:31:44.446Z | Downloaded fnv v1.0.7 |
| 310 | 2026-08-20T20:31:44.446Z | Downloaded tinyvec_macros v0.1.1 |
| 311 | 2026-08-20T20:31:44.446Z | Downloaded dunce v1.0.5 |
| 312 | 2026-08-20T20:31:44.452Z | Downloaded darling v0.23.0 |
| 313 | 2026-08-20T20:31:44.455Z | Downloaded zeroize_derive v1.5.0 |
| 314 | 2026-08-20T20:31:44.455Z | Downloaded home v0.5.12 |
| 315 | 2026-08-20T20:31:44.455Z | Downloaded daft v0.1.8 |
| 316 | 2026-08-20T20:31:44.455Z | Downloaded is_ci v1.2.0 |
| 317 | 2026-08-20T20:31:44.458Z | Downloaded aws-types v1.5.0 |
| 318 | 2026-08-20T20:31:44.458Z | Downloaded clap_derive v4.6.4 |
| 319 | 2026-08-20T20:31:44.458Z | Downloaded defmt v1.1.1 |
| 320 | 2026-08-20T20:31:44.463Z | Downloaded parking_lot v0.12.5 |
| 321 | 2026-08-20T20:31:44.463Z | Downloaded serde_tokenstream v0.2.3 |
| 322 | 2026-08-20T20:31:44.465Z | Downloaded simd-adler32 v0.3.10 |
| 323 | 2026-08-20T20:31:44.465Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 324 | 2026-08-20T20:31:44.468Z | Downloaded ciborium v0.2.2 |
| 325 | 2026-08-20T20:31:44.468Z | Downloaded litemap v0.8.2 |
| 326 | 2026-08-20T20:31:44.468Z | Downloaded camino v1.2.5 |
| 327 | 2026-08-20T20:31:44.468Z | Downloaded anyhow v1.0.104 |
| 328 | 2026-08-20T20:31:44.471Z | Downloaded quinn-udp v0.5.15 |
| 329 | 2026-08-20T20:31:44.471Z | Downloaded allocator-api2 v0.2.21 |
| 330 | 2026-08-20T20:31:44.474Z | Downloaded anstream v1.0.0 |
| 331 | 2026-08-20T20:31:44.474Z | Downloaded aws-smithy-schema v0.2.0 |
| 332 | 2026-08-20T20:31:44.477Z | Downloaded form_urlencoded v1.2.2 |
| 333 | 2026-08-20T20:31:44.477Z | Downloaded schemars_derive v0.8.22 |
| 334 | 2026-08-20T20:31:44.477Z | Downloaded chacha20 v0.10.1 |
| 335 | 2026-08-20T20:31:44.477Z | Downloaded crossbeam-utils v0.8.22 |
| 336 | 2026-08-20T20:31:44.480Z | Downloaded crc-any v2.5.1 |
| 337 | 2026-08-20T20:31:44.480Z | Downloaded arrayvec v0.7.8 |
| 338 | 2026-08-20T20:31:44.480Z | Downloaded ppv-lite86 v0.2.21 |
| 339 | 2026-08-20T20:31:44.484Z | Downloaded smallvec v0.6.14 |
| 340 | 2026-08-20T20:31:44.484Z | Downloaded httpdate v1.0.3 |
| 341 | 2026-08-20T20:31:44.484Z | Downloaded ident_case v1.0.1 |
| 342 | 2026-08-20T20:31:44.484Z | Downloaded scopeguard v1.2.0 |
| 343 | 2026-08-20T20:31:44.487Z | Downloaded bytes v1.12.1 |
| 344 | 2026-08-20T20:31:44.487Z | Downloaded spki v0.7.3 |
| 345 | 2026-08-20T20:31:44.490Z | Downloaded thiserror-impl v2.0.20 |
| 346 | 2026-08-20T20:31:44.493Z | Downloaded knus v3.4.0 |
| 347 | 2026-08-20T20:31:44.493Z | Downloaded log v0.4.33 |
| 348 | 2026-08-20T20:31:44.496Z | Downloaded postcard v1.1.3 |
| 349 | 2026-08-20T20:31:44.500Z | Downloaded hybrid-array v0.4.14 |
| 350 | 2026-08-20T20:31:44.506Z | Downloaded terminal_size v0.4.4 |
| 351 | 2026-08-20T20:31:44.512Z | Downloaded toml_datetime v0.6.11 |
| 352 | 2026-08-20T20:31:44.515Z | Downloaded const-oid v0.9.6 |
| 353 | 2026-08-20T20:31:44.518Z | Downloaded typify-macro v0.6.2 |
| 354 | 2026-08-20T20:31:44.518Z | Downloaded funty v2.0.0 |
| 355 | 2026-08-20T20:31:44.518Z | Downloaded httparse v1.10.1 |
| 356 | 2026-08-20T20:31:44.521Z | Downloaded hubpack_derive v0.1.1 |
| 357 | 2026-08-20T20:31:44.521Z | Downloaded semver v1.0.28 |
| 358 | 2026-08-20T20:31:44.524Z | Downloaded erased-serde v0.3.31 |
| 359 | 2026-08-20T20:31:44.524Z | Downloaded wyz v0.5.1 |
| 360 | 2026-08-20T20:31:44.527Z | Downloaded slog-bunyan v2.5.0 |
| 361 | 2026-08-20T20:31:44.527Z | Downloaded sync_wrapper v1.0.2 |
| 362 | 2026-08-20T20:31:44.527Z | Downloaded want v0.3.1 |
| 363 | 2026-08-20T20:31:44.530Z | Downloaded http-body v1.1.0 |
| 364 | 2026-08-20T20:31:44.530Z | Downloaded tap v1.0.1 |
| 365 | 2026-08-20T20:31:44.530Z | Downloaded idna_adapter v1.2.2 |
| 366 | 2026-08-20T20:31:44.530Z | Downloaded inout v0.1.4 |
| 367 | 2026-08-20T20:31:44.533Z | Downloaded ssh-encoding v0.2.0 |
| 368 | 2026-08-20T20:31:44.533Z | Downloaded xdg v3.0.0 |
| 369 | 2026-08-20T20:31:44.536Z | Downloaded either v1.17.0 |
| 370 | 2026-08-20T20:31:44.536Z | Downloaded foldhash v0.2.0 |
| 371 | 2026-08-20T20:31:44.541Z | Downloaded const-oid v0.10.2 |
| 372 | 2026-08-20T20:31:44.545Z | Downloaded serde_spanned v0.6.9 |
| 373 | 2026-08-20T20:31:44.545Z | Downloaded pkcs1 v0.7.5 |
| 374 | 2026-08-20T20:31:44.545Z | Downloaded serde_urlencoded v0.7.1 |
| 375 | 2026-08-20T20:31:44.545Z | Downloaded proc-macro2 v1.0.107 |
| 376 | 2026-08-20T20:31:44.551Z | Downloaded borsh v1.8.0 |
| 377 | 2026-08-20T20:31:44.555Z | Downloaded serde_spanned v1.1.1 |
| 378 | 2026-08-20T20:31:44.558Z | Downloaded signal-hook-registry v1.4.8 |
| 379 | 2026-08-20T20:31:44.561Z | Downloaded tower-service v0.3.3 |
| 380 | 2026-08-20T20:31:44.561Z | Downloaded zerofrom v0.1.8 |
| 381 | 2026-08-20T20:31:44.564Z | Downloaded hyper-rustls v0.27.9 |
| 382 | 2026-08-20T20:31:44.569Z | Downloaded dropshot_endpoint v0.17.1 |
| 383 | 2026-08-20T20:31:44.569Z | Downloaded term v1.2.1 |
| 384 | 2026-08-20T20:31:44.572Z | Downloaded getrandom v0.4.3 |
| 385 | 2026-08-20T20:31:44.575Z | Downloaded humantime v2.4.0 |
| 386 | 2026-08-20T20:31:44.575Z | Downloaded thread_local v1.1.10 |
| 387 | 2026-08-20T20:31:44.575Z | Downloaded time-macros v0.2.32 |
| 388 | 2026-08-20T20:31:44.575Z | Downloaded zeroize v1.9.0 |
| 389 | 2026-08-20T20:31:44.578Z | Downloaded itoa v1.0.18 |
| 390 | 2026-08-20T20:31:44.578Z | Downloaded equivalent v1.0.2 |
| 391 | 2026-08-20T20:31:44.581Z | Downloaded oauth2 v5.0.0 |
| 392 | 2026-08-20T20:31:44.581Z | Downloaded toml v0.8.23 |
| 393 | 2026-08-20T20:31:44.584Z | Downloaded futures-task v0.3.33 |
| 394 | 2026-08-20T20:31:44.584Z | Downloaded num-bigint-dig v0.8.6 |
| 395 | 2026-08-20T20:31:44.587Z | Downloaded time-core v0.1.9 |
| 396 | 2026-08-20T20:31:44.587Z | Downloaded supports-hyperlinks v3.2.0 |
| 397 | 2026-08-20T20:31:44.587Z | Downloaded is-terminal v0.4.17 |
| 398 | 2026-08-20T20:31:44.588Z | Downloaded tokio-fd v0.3.0 |
| 399 | 2026-08-20T20:31:44.588Z | Downloaded hubpack v0.1.2 |
| 400 | 2026-08-20T20:31:44.588Z | Downloaded unit-prefix v0.5.2 |
| 401 | 2026-08-20T20:31:44.591Z | Downloaded digest v0.11.3 |
| 402 | 2026-08-20T20:31:44.591Z | Downloaded ryu v1.0.23 |
| 403 | 2026-08-20T20:31:44.594Z | Downloaded serde-hex v0.1.0 |
| 404 | 2026-08-20T20:31:44.594Z | Downloaded env_logger v0.11.11 |
| 405 | 2026-08-20T20:31:44.597Z | Downloaded half v2.7.1 |
| 406 | 2026-08-20T20:31:44.597Z | Downloaded tracing-core v0.1.36 |
| 407 | 2026-08-20T20:31:44.600Z | Downloaded icu_provider v2.2.0 |
| 408 | 2026-08-20T20:31:44.600Z | Downloaded indexmap v1.9.3 |
| 409 | 2026-08-20T20:31:44.604Z | Downloaded fs_extra v1.3.0 |
| 410 | 2026-08-20T20:31:44.604Z | Downloaded displaydoc v0.2.7 |
| 411 | 2026-08-20T20:31:44.607Z | Downloaded generic-array v0.14.7 |
| 412 | 2026-08-20T20:31:44.610Z | Downloaded xdg v2.5.2 |
| 413 | 2026-08-20T20:31:44.613Z | Downloaded futures-sink v0.3.33 |
| 414 | 2026-08-20T20:31:44.613Z | Downloaded hostname v0.4.2 |
| 415 | 2026-08-20T20:31:44.614Z | Downloaded subtle v2.6.1 |
| 416 | 2026-08-20T20:31:44.614Z | Downloaded rsa v0.9.10 |
| 417 | 2026-08-20T20:31:44.655Z | Downloaded getrandom v0.2.17 |
| 418 | 2026-08-20T20:31:44.655Z | Downloaded base64 v0.22.1 |
| 419 | 2026-08-20T20:31:44.655Z | Downloaded utf8parse v0.2.2 |
| 420 | 2026-08-20T20:31:44.655Z | Downloaded secrecy v0.8.0 |
| 421 | 2026-08-20T20:31:44.655Z | Downloaded stable_deref_trait v1.2.1 |
| 422 | 2026-08-20T20:31:44.655Z | Downloaded fd-lock v4.0.4 |
| 423 | 2026-08-20T20:31:44.655Z | Downloaded rustversion v1.0.23 |
| 424 | 2026-08-20T20:31:44.655Z | Downloaded group v0.13.0 |
| 425 | 2026-08-20T20:31:44.655Z | Downloaded rayon-core v1.13.0 |
| 426 | 2026-08-20T20:31:44.657Z | Downloaded futures v0.3.33 |
| 427 | 2026-08-20T20:31:44.657Z | Downloaded zerovec-derive v0.11.3 |
| 428 | 2026-08-20T20:31:44.657Z | Downloaded hash32 v0.2.1 |
| 429 | 2026-08-20T20:31:44.657Z | Downloaded hostname v0.3.1 |
| 430 | 2026-08-20T20:31:44.657Z | Downloaded tls_codec_derive v0.4.2 |
| 431 | 2026-08-20T20:31:44.657Z | Downloaded serde-big-array v0.5.1 |
| 432 | 2026-08-20T20:31:44.657Z | Downloaded tempfile v3.27.0 |
| 433 | 2026-08-20T20:31:44.657Z | Downloaded typify v0.6.2 |
| 434 | 2026-08-20T20:31:44.657Z | Downloaded quinn v0.11.11 |
| 435 | 2026-08-20T20:31:44.657Z | Downloaded slog-json v2.6.1 |
| 436 | 2026-08-20T20:31:44.660Z | Downloaded embedded-io v0.6.1 |
| 437 | 2026-08-20T20:31:44.661Z | Downloaded sec1 v0.7.3 |
| 438 | 2026-08-20T20:31:44.664Z | Downloaded shlex v2.0.1 |
| 439 | 2026-08-20T20:31:44.664Z | Downloaded slab v0.4.12 |
| 440 | 2026-08-20T20:31:44.664Z | Downloaded http-range-header v0.4.2 |
| 441 | 2026-08-20T20:31:44.667Z | Downloaded strum v0.26.3 |
| 442 | 2026-08-20T20:31:44.670Z | Downloaded spin v0.9.9 |
| 443 | 2026-08-20T20:31:44.673Z | Downloaded chumsky v0.9.3 |
| 444 | 2026-08-20T20:31:44.679Z | Downloaded crossbeam-channel v0.5.16 |
| 445 | 2026-08-20T20:31:44.679Z | Downloaded aws-smithy-runtime-api v1.14.0 |
| 446 | 2026-08-20T20:31:44.682Z | Downloaded crypto-bigint v0.5.5 |
| 447 | 2026-08-20T20:31:44.682Z | Downloaded hmac v0.12.1 |
| 448 | 2026-08-20T20:31:44.685Z | Downloaded slog-term v2.9.2 |
| 449 | 2026-08-20T20:31:44.685Z | Downloaded rustls-pki-types v1.15.1 |
| 450 | 2026-08-20T20:31:44.685Z | Downloaded futures-macro v0.3.33 |
| 451 | 2026-08-20T20:31:44.685Z | Downloaded rustc_version v0.4.1 |
| 452 | 2026-08-20T20:31:44.692Z | Downloaded heck v0.5.0 |
| 453 | 2026-08-20T20:31:44.692Z | Downloaded futures-core v0.3.33 |
| 454 | 2026-08-20T20:31:44.695Z | Downloaded getrandom v0.3.4 |
| 455 | 2026-08-20T20:31:44.696Z | Downloaded tls_codec v0.4.2 |
| 456 | 2026-08-20T20:31:44.696Z | Downloaded writeable v0.6.3 |
| 457 | 2026-08-20T20:31:44.696Z | Downloaded tinystr v0.8.3 |
| 458 | 2026-08-20T20:31:44.696Z | Downloaded tokio-rustls v0.26.4 |
| 459 | 2026-08-20T20:31:44.699Z | Downloaded ecdsa v0.16.9 |
| 460 | 2026-08-20T20:31:44.702Z | Downloaded dyn-clone v1.0.20 |
| 461 | 2026-08-20T20:31:44.705Z | Downloaded take_mut v0.2.2 |
| 462 | 2026-08-20T20:31:44.705Z | Downloaded rand v0.8.7 |
| 463 | 2026-08-20T20:31:44.713Z | Downloaded yoke v0.8.3 |
| 464 | 2026-08-20T20:31:44.716Z | Downloaded fastrand v2.5.0 |
| 465 | 2026-08-20T20:31:44.716Z | Downloaded synstructure v0.13.2 |
| 466 | 2026-08-20T20:31:44.717Z | Downloaded termios v0.3.3 |
| 467 | 2026-08-20T20:31:44.717Z | Downloaded thiserror-impl v1.0.69 |
| 468 | 2026-08-20T20:31:44.720Z | Downloaded slog-async v2.8.0 |
| 469 | 2026-08-20T20:31:44.720Z | Downloaded supports-color v3.0.2 |
| 470 | 2026-08-20T20:31:44.720Z | Downloaded untrusted v0.9.0 |
| 471 | 2026-08-20T20:31:44.723Z | Downloaded rustls-platform-verifier v0.7.0 |
| 472 | 2026-08-20T20:31:44.723Z | Downloaded iana-time-zone v0.1.65 |
| 473 | 2026-08-20T20:31:44.733Z | Downloaded utf-8 v0.7.6 |
| 474 | 2026-08-20T20:31:44.736Z | Downloaded thiserror v1.0.69 |
| 475 | 2026-08-20T20:31:44.739Z | Downloaded toml_edit v0.25.13+spec-1.1.0 |
| 476 | 2026-08-20T20:31:44.740Z | Downloaded unsafe-libyaml v0.2.11 |
| 477 | 2026-08-20T20:31:44.743Z | Downloaded vsimd v0.8.0 |
| 478 | 2026-08-20T20:31:44.743Z | Downloaded deranged v0.5.8 |
| 479 | 2026-08-20T20:31:44.743Z | Downloaded shlex v1.3.0 |
| 480 | 2026-08-20T20:31:44.743Z | Downloaded icu_normalizer v2.2.0 |
| 481 | 2026-08-20T20:31:44.746Z | Downloaded serde_with_macros v3.22.0 |
| 482 | 2026-08-20T20:31:44.746Z | Downloaded ipnet v2.12.1 |
| 483 | 2026-08-20T20:31:44.749Z | Downloaded socket2 v0.6.5 |
| 484 | 2026-08-20T20:31:44.749Z | Downloaded der v0.7.10 |
| 485 | 2026-08-20T20:31:44.752Z | Downloaded async-compression v0.4.43 |
| 486 | 2026-08-20T20:31:44.755Z | Downloaded serde_derive_internals v0.29.1 |
| 487 | 2026-08-20T20:31:44.755Z | Downloaded http-body-util v0.1.4 |
| 488 | 2026-08-20T20:31:44.755Z | Downloaded static_assertions v1.1.0 |
| 489 | 2026-08-20T20:31:44.759Z | Downloaded cc v1.4.2 |
| 490 | 2026-08-20T20:31:44.759Z | Downloaded ff v0.13.1 |
| 491 | 2026-08-20T20:31:44.759Z | Downloaded ipnetwork v0.21.1 |
| 492 | 2026-08-20T20:31:44.762Z | Downloaded smallvec v1.15.2 |
| 493 | 2026-08-20T20:31:44.762Z | Downloaded tokio-tungstenite v0.28.0 |
| 494 | 2026-08-20T20:31:44.762Z | Downloaded serde v1.0.229 |
| 495 | 2026-08-20T20:31:44.765Z | Downloaded rustls-native-certs v0.8.4 |
| 496 | 2026-08-20T20:31:44.765Z | Downloaded thiserror v2.0.20 |
| 497 | 2026-08-20T20:31:44.768Z | Downloaded unicode-segmentation v1.13.3 |
| 498 | 2026-08-20T20:31:44.771Z | Downloaded darling_core v0.23.0 |
| 499 | 2026-08-20T20:31:44.771Z | Downloaded x509-cert v0.2.5 |
| 500 | 2026-08-20T20:31:44.774Z | Downloaded sha2 v0.10.9 |
| 501 | 2026-08-20T20:31:44.777Z | Downloaded schemars v0.8.22 |
| 502 | 2026-08-20T20:31:44.781Z | Downloaded strum_macros v0.26.4 |
| 503 | 2026-08-20T20:31:44.784Z | Downloaded rand v0.9.5 |
| 504 | 2026-08-20T20:31:44.785Z | Downloaded unicode-ident v1.0.24 |
| 505 | 2026-08-20T20:31:44.788Z | Downloaded futures-executor v0.3.33 |
| 506 | 2026-08-20T20:31:44.788Z | Downloaded futures-channel v0.3.33 |
| 507 | 2026-08-20T20:31:44.788Z | Downloaded memchr v2.8.3 |
| 508 | 2026-08-20T20:31:44.792Z | Downloaded rustls-pemfile v2.2.0 |
| 509 | 2026-08-20T20:31:44.792Z | Downloaded toml_parser v1.1.3+spec-1.1.0 |
| 510 | 2026-08-20T20:31:44.795Z | Downloaded aws-smithy-types v1.6.1 |
| 511 | 2026-08-20T20:31:44.802Z | Downloaded icu_properties v2.2.0 |
| 512 | 2026-08-20T20:31:44.806Z | Downloaded signal-hook v0.3.18 |
| 513 | 2026-08-20T20:31:44.806Z | Downloaded zmij v1.0.23 |
| 514 | 2026-08-20T20:31:44.809Z | Downloaded schemars v0.9.0 |
| 515 | 2026-08-20T20:31:44.815Z | Downloaded tungstenite v0.28.0 |
| 516 | 2026-08-20T20:31:44.818Z | Downloaded indicatif v0.18.6 |
| 517 | 2026-08-20T20:31:44.821Z | Downloaded textwrap v0.16.2 |
| 518 | 2026-08-20T20:31:44.821Z | Downloaded tinyvec v1.12.0 |
| 519 | 2026-08-20T20:31:44.831Z | Downloaded serde_core v1.0.229 |
| 520 | 2026-08-20T20:31:44.834Z | Downloaded tracing-attributes v0.1.31 |
| 521 | 2026-08-20T20:31:44.834Z | Downloaded toml_edit v0.22.27 |
| 522 | 2026-08-20T20:31:44.837Z | Downloaded uuid v1.24.0 |
| 523 | 2026-08-20T20:31:44.837Z | Downloaded mio v1.2.2 |
| 524 | 2026-08-20T20:31:44.840Z | Downloaded rustls-webpki v0.103.13 |
| 525 | 2026-08-20T20:31:44.843Z | Downloaded rand v0.10.2 |
| 526 | 2026-08-20T20:31:44.846Z | Downloaded elliptic-curve v0.13.8 |
| 527 | 2026-08-20T20:31:44.850Z | Downloaded slog v2.8.2 |
| 528 | 2026-08-20T20:31:44.853Z | Downloaded hyper-util v0.1.20 |
| 529 | 2026-08-20T20:31:44.856Z | Downloaded serde_yaml v0.9.34+deprecated |
| 530 | 2026-08-20T20:31:44.859Z | Downloaded indexmap v2.14.0 |
| 531 | 2026-08-20T20:31:44.862Z | Downloaded icu_normalizer_data v2.2.0 |
| 532 | 2026-08-20T20:31:44.862Z | Downloaded toml v1.1.4+spec-1.1.0 |
| 533 | 2026-08-20T20:31:44.865Z | Downloaded http v1.5.0 |
| 534 | 2026-08-20T20:31:44.868Z | Downloaded icu_locale_core v2.2.0 |
| 535 | 2026-08-20T20:31:44.872Z | Downloaded zerovec v0.11.6 |
| 536 | 2026-08-20T20:31:44.881Z | Downloaded serde_derive v1.0.229 |
| 537 | 2026-08-20T20:31:44.884Z | Downloaded zerotrie v0.2.4 |
| 538 | 2026-08-20T20:31:44.887Z | Downloaded p521 v0.13.3 |
| 539 | 2026-08-20T20:31:44.892Z | Downloaded hashbrown v0.12.3 |
| 540 | 2026-08-20T20:31:44.898Z | Downloaded http v0.2.12 |
| 541 | 2026-08-20T20:31:44.901Z | Downloaded schemars v1.2.2 |
| 542 | 2026-08-20T20:31:44.916Z | Downloaded url v2.5.8 |
| 543 | 2026-08-20T20:31:44.919Z | Downloaded zerocopy-derive v0.8.56 |
| 544 | 2026-08-20T20:31:44.922Z | Downloaded aho-corasick v1.1.5 |
| 545 | 2026-08-20T20:31:44.927Z | Downloaded jiff-core v0.1.0 |
| 546 | 2026-08-20T20:31:44.931Z | Downloaded typenum v1.20.1 |
| 547 | 2026-08-20T20:31:44.934Z | Downloaded clap_builder v4.6.6 |
| 548 | 2026-08-20T20:31:44.937Z | Downloaded ed25519-dalek v2.2.0 |
| 549 | 2026-08-20T20:31:44.940Z | Downloaded icu_collections v2.2.0 |
| 550 | 2026-08-20T20:31:44.943Z | Downloaded regex v1.13.1 |
| 551 | 2026-08-20T20:31:44.946Z | Downloaded flate2 v1.1.9 |
| 552 | 2026-08-20T20:31:44.949Z | Downloaded p384 v0.13.1 |
| 553 | 2026-08-20T20:31:44.952Z | Downloaded heapless v0.7.17 |
| 554 | 2026-08-20T20:31:44.955Z | Downloaded libm v0.2.16 |
| 555 | 2026-08-20T20:31:44.959Z | Downloaded hashbrown v0.16.1 |
| 556 | 2026-08-20T20:31:44.962Z | Downloaded hkdf v0.12.4 |
| 557 | 2026-08-20T20:31:44.965Z | Downloaded reqwest v0.13.4 |
| 558 | 2026-08-20T20:31:44.968Z | Downloaded idna v1.1.0 |
| 559 | 2026-08-20T20:31:44.971Z | Downloaded tower v0.5.3 |
| 560 | 2026-08-20T20:31:44.978Z | Downloaded futures-util v0.3.33 |
| 561 | 2026-08-20T20:31:44.988Z | Downloaded tokio-util v0.7.19 |
| 562 | 2026-08-20T20:31:44.992Z | Downloaded winnow v0.7.15 |
| 563 | 2026-08-20T20:31:44.997Z | Downloaded serde_json v1.0.151 |
| 564 | 2026-08-20T20:31:45.000Z | Downloaded blake3 v1.8.6 |
| 565 | 2026-08-20T20:31:45.004Z | Downloaded portable-atomic v1.15.0 |
| 566 | 2026-08-20T20:31:45.008Z | Downloaded rustyline v17.0.2 |
| 567 | 2026-08-20T20:31:45.011Z | Downloaded ssh-key v0.6.7 |
| 568 | 2026-08-20T20:31:45.014Z | Downloaded tower-http v0.6.11 |
| 569 | 2026-08-20T20:31:45.020Z | Downloaded hyper v1.11.0 |
| 570 | 2026-08-20T20:31:45.024Z | Downloaded hashbrown v0.14.5 |
| 571 | 2026-08-20T20:31:45.028Z | Downloaded hashbrown v0.17.1 |
| 572 | 2026-08-20T20:31:45.031Z | Downloaded salty v0.3.0 |
| 573 | 2026-08-20T20:31:45.036Z | Downloaded winnow v1.0.4 |
| 574 | 2026-08-20T20:31:45.041Z | Downloaded bitvec v1.1.1 |
| 575 | 2026-08-20T20:31:45.048Z | Downloaded icu_properties_data v2.2.0 |
| 576 | 2026-08-20T20:31:45.053Z | Downloaded h2 v0.4.15 |
| 577 | 2026-08-20T20:31:45.056Z | Downloaded aws-lc-rs v1.18.0 |
| 578 | 2026-08-20T20:31:45.061Z | Downloaded serde_with v3.22.0 |
| 579 | 2026-08-20T20:31:45.068Z | Downloaded unicode-width v0.1.14 |
| 580 | 2026-08-20T20:31:45.072Z | Downloaded quinn-proto v0.11.16 |
| 581 | 2026-08-20T20:31:45.080Z | Downloaded chrono v0.4.45 |
| 582 | 2026-08-20T20:31:45.084Z | Downloaded radix_trie v0.2.1 |
| 583 | 2026-08-20T20:31:45.091Z | Downloaded syn v1.0.109 |
| 584 | 2026-08-20T20:31:45.103Z | Downloaded curve25519-dalek v4.1.3 |
| 585 | 2026-08-20T20:31:45.117Z | Downloaded time v0.3.55 |
| 586 | 2026-08-20T20:31:45.124Z | Downloaded zerocopy v0.8.56 |
| 587 | 2026-08-20T20:31:45.134Z | Downloaded gimli v0.32.3 |
| 588 | 2026-08-20T20:31:45.144Z | Downloaded syn v3.0.3 |
| 589 | 2026-08-20T20:31:45.150Z | Downloaded object v0.37.3 |
| 590 | 2026-08-20T20:31:45.155Z | Downloaded syn v2.0.119 |
| 591 | 2026-08-20T20:31:45.161Z | Downloaded unicode-width v0.2.2 |
| 592 | 2026-08-20T20:31:45.164Z | Downloaded nix v0.30.1 |
| 593 | 2026-08-20T20:31:45.172Z | Downloaded openapiv3 v2.2.0 |
| 594 | 2026-08-20T20:31:45.176Z | Downloaded regex-syntax v0.8.11 |
| 595 | 2026-08-20T20:31:45.180Z | Downloaded regress v0.11.1 |
| 596 | 2026-08-20T20:31:45.184Z | Downloaded dropshot v0.17.1 |
| 597 | 2026-08-20T20:31:45.195Z | Downloaded rustls v0.23.43 |
| 598 | 2026-08-20T20:31:45.201Z | Downloaded typify-impl v0.6.2 |
| 599 | 2026-08-20T20:31:45.208Z | Downloaded rustix v1.1.4 |
| 600 | 2026-08-20T20:31:45.230Z | Downloaded tracing v0.1.44 |
| 601 | 2026-08-20T20:31:45.251Z | Downloaded regex-automata v0.4.18 |
| 602 | 2026-08-20T20:31:45.276Z | Downloaded jiff v0.2.35 |
| 603 | 2026-08-20T20:31:45.285Z | Downloaded libc v0.2.189 |
| 604 | 2026-08-20T20:31:45.305Z | Downloaded sha3 v0.10.9 |
| 605 | 2026-08-20T20:31:45.313Z | Downloaded tokio v1.53.1 |
| 606 | 2026-08-20T20:31:45.342Z | Downloaded ring v0.17.14 |
| 607 | 2026-08-20T20:31:45.373Z | Downloaded encoding_rs v0.8.35 |
| 608 | 2026-08-20T20:31:45.878Z | Downloaded aws-lc-sys v0.44.0 |
| 609 | 2026-08-20T20:31:46.145Z | Compiling proc-macro2 v1.0.107 |
| 610 | 2026-08-20T20:31:46.145Z | Compiling quote v1.0.47 |
| 611 | 2026-08-20T20:31:46.148Z | Compiling unicode-ident v1.0.24 |
| 612 | 2026-08-20T20:31:46.148Z | Compiling libc v0.2.189 |
| 613 | 2026-08-20T20:31:46.148Z | Compiling cfg-if v1.0.4 |
| 614 | 2026-08-20T20:31:46.148Z | Compiling version_check v0.9.5 |
| 615 | 2026-08-20T20:31:46.148Z | Compiling serde_core v1.0.229 |
| 616 | 2026-08-20T20:31:46.412Z | Compiling serde v1.0.229 |
| 617 | 2026-08-20T20:31:46.433Z | Compiling autocfg v1.5.1 |
| 618 | 2026-08-20T20:31:46.574Z | Compiling generic-array v0.14.7 |
| 619 | 2026-08-20T20:31:46.722Z | Compiling libm v0.2.16 |
| 620 | 2026-08-20T20:31:46.803Z | Compiling typenum v1.20.1 |
| 621 | 2026-08-20T20:31:46.817Z | Compiling subtle v2.6.1 |
| 622 | 2026-08-20T20:31:46.979Z | Compiling smallvec v1.15.2 |
| 623 | 2026-08-20T20:31:47.057Z | Compiling memchr v2.8.3 |
| 624 | 2026-08-20T20:31:47.104Z | Compiling itoa v1.0.18 |
| 625 | 2026-08-20T20:31:47.239Z | Compiling const-oid v0.9.6 |
| 626 | 2026-08-20T20:31:47.370Z | Compiling errno v0.3.14 |
| 627 | 2026-08-20T20:31:47.535Z | Compiling bytes v1.12.1 |
| 628 | 2026-08-20T20:31:47.571Z | Compiling syn v2.0.119 |
| 629 | 2026-08-20T20:31:47.627Z | Compiling syn v3.0.3 |
| 630 | 2026-08-20T20:31:47.684Z | Compiling scopeguard v1.2.0 |
| 631 | 2026-08-20T20:31:47.799Z | Compiling lock_api v0.4.14 |
| 632 | 2026-08-20T20:31:48.060Z | Compiling pin-project-lite v0.2.17 |
| 633 | 2026-08-20T20:31:48.117Z | Compiling thiserror v2.0.20 |
| 634 | 2026-08-20T20:31:48.162Z | Compiling zmij v1.0.23 |
| 635 | 2026-08-20T20:31:48.273Z | Compiling parking_lot_core v0.9.12 |
| 636 | 2026-08-20T20:31:48.409Z | Compiling zeroize v1.9.0 |
| 637 | 2026-08-20T20:31:48.454Z | Compiling signal-hook-registry v1.4.8 |
| 638 | 2026-08-20T20:31:48.480Z | Compiling num-traits v0.2.19 |
| 639 | 2026-08-20T20:31:48.583Z | Compiling futures-core v0.3.33 |
| 640 | 2026-08-20T20:31:48.625Z | Compiling serde_json v1.0.151 |
| 641 | 2026-08-20T20:31:48.855Z | Compiling mio v1.2.2 |
| 642 | 2026-08-20T20:31:48.876Z | Compiling socket2 v0.6.5 |
| 643 | 2026-08-20T20:31:48.921Z | Compiling semver v1.0.28 |
| 644 | 2026-08-20T20:31:49.023Z | Compiling parking_lot v0.12.5 |
| 645 | 2026-08-20T20:31:49.114Z | Compiling heck v0.5.0 |
| 646 | 2026-08-20T20:31:49.203Z | Compiling base64ct v1.8.3 |
| 647 | 2026-08-20T20:31:49.307Z | Compiling futures-sink v0.3.33 |
| 648 | 2026-08-20T20:31:49.497Z | Compiling pem-rfc7468 v0.7.0 |
| 649 | 2026-08-20T20:31:49.542Z | Compiling http v1.5.0 |
| 650 | 2026-08-20T20:31:49.935Z | Compiling getrandom v0.2.17 |
| 651 | 2026-08-20T20:31:50.116Z | Compiling jobserver v0.1.35 |
| 652 | 2026-08-20T20:31:50.199Z | Compiling shlex v2.0.1 |
| 653 | 2026-08-20T20:31:50.360Z | Compiling find-msvc-tools v0.1.10 |
| 654 | 2026-08-20T20:31:50.435Z | Compiling rand_core v0.6.4 |
| 655 | 2026-08-20T20:31:50.506Z | Compiling cc v1.4.2 |
| 656 | 2026-08-20T20:31:50.592Z | Compiling rustc_version v0.4.1 |
| 657 | 2026-08-20T20:31:50.684Z | Compiling flagset v0.4.7 |
| 658 | 2026-08-20T20:31:50.771Z | Compiling serde_derive v1.0.229 |
| 659 | 2026-08-20T20:31:50.830Z | Compiling thiserror-impl v2.0.20 |
| 660 | 2026-08-20T20:31:50.843Z | Compiling tokio-macros v2.7.2 |
| 661 | 2026-08-20T20:31:50.936Z | Compiling zerocopy v0.8.56 |
| 662 | 2026-08-20T20:31:51.352Z | Compiling once_cell v1.21.4 |
| 663 | 2026-08-20T20:31:51.493Z | Compiling slab v0.4.12 |
| 664 | 2026-08-20T20:31:51.530Z | Compiling zeroize_derive v1.5.0 |
| 665 | 2026-08-20T20:31:51.558Z | Compiling der_derive v0.7.3 |
| 666 | 2026-08-20T20:31:51.598Z | Compiling tokio v1.53.1 |
| 667 | 2026-08-20T20:31:51.617Z | Compiling zerocopy-derive v0.8.56 |
| 668 | 2026-08-20T20:31:51.704Z | Compiling futures-channel v0.3.33 |
| 669 | 2026-08-20T20:31:51.814Z | Compiling futures-macro v0.3.33 |
| 670 | 2026-08-20T20:31:51.972Z | Compiling synstructure v0.13.2 |
| 671 | 2026-08-20T20:31:52.300Z | Compiling stable_deref_trait v1.2.1 |
| 672 | 2026-08-20T20:31:52.420Z | Compiling log v0.4.33 |
| 673 | 2026-08-20T20:31:52.454Z | Compiling bitflags v2.13.1 |
| 674 | 2026-08-20T20:31:52.537Z | Compiling der v0.7.10 |
| 675 | 2026-08-20T20:31:52.647Z | Compiling futures-io v0.3.33 |
| 676 | 2026-08-20T20:31:52.672Z | Compiling futures-task v0.3.33 |
| 677 | 2026-08-20T20:31:52.848Z | Compiling futures-util v0.3.33 |
| 678 | 2026-08-20T20:31:52.915Z | Compiling crypto-common v0.1.7 |
| 679 | 2026-08-20T20:31:52.943Z | Compiling block-buffer v0.10.4 |
| 680 | 2026-08-20T20:31:53.051Z | Compiling rustversion v1.0.23 |
| 681 | 2026-08-20T20:31:53.065Z | Compiling digest v0.10.7 |
| 682 | 2026-08-20T20:31:53.449Z | Compiling zerofrom-derive v0.1.7 |
| 683 | 2026-08-20T20:31:53.730Z | Compiling spki v0.7.3 |
| 684 | 2026-08-20T20:31:54.186Z | Compiling equivalent v1.0.2 |
| 685 | 2026-08-20T20:31:54.201Z | Compiling schemars v0.8.22 |
| 686 | 2026-08-20T20:31:54.230Z | Compiling cpufeatures v0.2.17 |
| 687 | 2026-08-20T20:31:54.624Z | Compiling zerofrom v0.1.8 |
| 688 | 2026-08-20T20:31:54.759Z | Compiling yoke-derive v0.8.2 |
| 689 | 2026-08-20T20:31:55.040Z | Compiling serde_derive_internals v0.29.1 |
| 690 | 2026-08-20T20:31:55.241Z | Compiling getrandom v0.4.3 |
| 691 | 2026-08-20T20:31:55.531Z | Compiling cmake v0.1.58 |
| 692 | 2026-08-20T20:31:55.544Z | Compiling allocator-api2 v0.2.21 |
| 693 | 2026-08-20T20:31:55.633Z | Compiling fs_extra v1.3.0 |
| 694 | 2026-08-20T20:31:55.765Z | Compiling schemars_derive v0.8.22 |
| 695 | 2026-08-20T20:31:55.833Z | Compiling yoke v0.8.3 |
| 696 | 2026-08-20T20:31:55.891Z | Compiling dunce v1.0.5 |
| 697 | 2026-08-20T20:31:55.891Z | Compiling fnv v1.0.7 |
| 698 | 2026-08-20T20:31:56.002Z | Compiling pkg-config v0.3.33 |
| 699 | 2026-08-20T20:31:56.084Z | Compiling pkcs8 v0.10.2 |
| 700 | 2026-08-20T20:31:56.206Z | Compiling zerovec-derive v0.11.3 |
| 701 | 2026-08-20T20:31:56.362Z | Compiling http-body v1.1.0 |
| 702 | 2026-08-20T20:31:56.422Z | Compiling iana-time-zone v0.1.65 |
| 703 | 2026-08-20T20:31:56.438Z | Compiling aws-lc-sys v0.44.0 |
| 704 | 2026-08-20T20:31:56.670Z | Compiling rustix v1.1.4 |
| 705 | 2026-08-20T20:31:56.916Z | Compiling chrono v0.4.45 |
| 706 | 2026-08-20T20:31:57.002Z | Compiling tracing-core v0.1.36 |
| 707 | 2026-08-20T20:31:57.099Z | Compiling tracing-attributes v0.1.31 |
| 708 | 2026-08-20T20:31:57.237Z | Compiling displaydoc v0.2.7 |
| 709 | 2026-08-20T20:31:57.326Z | Compiling zerovec v0.11.6 |
| 710 | 2026-08-20T20:31:57.923Z | Compiling hashbrown v0.17.1 |
| 711 | 2026-08-20T20:31:58.131Z | Compiling sha2 v0.10.9 |
| 712 | 2026-08-20T20:31:58.285Z | Compiling tracing v0.1.44 |
| 713 | 2026-08-20T20:31:58.542Z | Compiling indexmap v2.14.0 |
| 714 | 2026-08-20T20:31:58.590Z | Compiling curve25519-dalek v4.1.3 |
| 715 | 2026-08-20T20:31:58.832Z | Compiling httparse v1.10.1 |
| 716 | 2026-08-20T20:31:58.869Z | Compiling aws-lc-rs v1.18.0 |
| 717 | 2026-08-20T20:31:59.343Z | Compiling slog v2.8.2 |
| 718 | 2026-08-20T20:31:59.370Z | Compiling rustls-pki-types v1.15.1 |
| 719 | 2026-08-20T20:31:59.406Z | Compiling num-conv v0.2.2 |
| 720 | 2026-08-20T20:31:59.571Z | Compiling time-core v0.1.9 |
| 721 | 2026-08-20T20:31:59.756Z | Compiling time-macros v0.2.32 |
| 722 | 2026-08-20T20:32:00.196Z | Compiling tinystr v0.8.3 |
| 723 | 2026-08-20T20:32:00.232Z | Compiling ppv-lite86 v0.2.21 |
| 724 | 2026-08-20T20:32:00.298Z | Compiling uuid v1.24.0 |
| 725 | 2026-08-20T20:32:00.301Z | Compiling erased-serde v0.3.31 |
| 726 | 2026-08-20T20:32:00.419Z | Compiling signature v2.2.0 |
| 727 | 2026-08-20T20:32:00.586Z | Compiling hmac v0.12.1 |
| 728 | 2026-08-20T20:32:00.597Z | Compiling curve25519-dalek-derive v0.1.1 |
| 729 | 2026-08-20T20:32:00.739Z | Compiling utf8parse v0.2.2 |
| 730 | 2026-08-20T20:32:00.853Z | Compiling strsim v0.11.1 |
| 731 | 2026-08-20T20:32:00.924Z | Compiling writeable v0.6.3 |
| 732 | 2026-08-20T20:32:01.088Z | Compiling crossbeam-utils v0.8.22 |
| 733 | 2026-08-20T20:32:01.102Z | Compiling ryu v1.0.23 |
| 734 | 2026-08-20T20:32:01.184Z | Compiling powerfmt v0.2.0 |
| 735 | 2026-08-20T20:32:01.307Z | Compiling litemap v0.8.2 |
| 736 | 2026-08-20T20:32:01.332Z | Compiling deranged v0.5.8 |
| 737 | 2026-08-20T20:32:01.391Z | Compiling num_threads v0.1.7 |
| 738 | 2026-08-20T20:32:01.404Z | Compiling percent-encoding v2.3.2 |
| 739 | 2026-08-20T20:32:01.491Z | Compiling icu_locale_core v2.2.0 |
| 740 | 2026-08-20T20:32:01.508Z | Compiling zerotrie v0.2.4 |
| 741 | 2026-08-20T20:32:01.674Z | Compiling potential_utf v0.1.5 |
| 742 | 2026-08-20T20:32:01.868Z | Compiling http-body-util v0.1.4 |
| 743 | 2026-08-20T20:32:01.964Z | Compiling clap_derive v4.6.4 |
| 744 | 2026-08-20T20:32:02.031Z | Compiling ff v0.13.1 |
| 745 | 2026-08-20T20:32:02.186Z | Compiling untrusted v0.9.0 |
| 746 | 2026-08-20T20:32:02.202Z | Compiling dyn-clone v1.0.20 |
| 747 | 2026-08-20T20:32:02.319Z | Compiling icu_normalizer_data v2.2.0 |
| 748 | 2026-08-20T20:32:02.348Z | Compiling time v0.3.55 |
| 749 | 2026-08-20T20:32:02.426Z | Compiling icu_properties_data v2.2.0 |
| 750 | 2026-08-20T20:32:02.450Z | Compiling base16ct v0.2.0 |
| 751 | 2026-08-20T20:32:02.547Z | Compiling rustls v0.23.43 |
| 752 | 2026-08-20T20:32:02.660Z | Compiling utf8_iter v1.0.4 |
| 753 | 2026-08-20T20:32:02.830Z | Compiling syn v1.0.109 |
| 754 | 2026-08-20T20:32:02.895Z | Compiling icu_collections v2.2.0 |
| 755 | 2026-08-20T20:32:03.204Z | Compiling sec1 v0.7.3 |
| 756 | 2026-08-20T20:32:03.605Z | Compiling icu_provider v2.2.0 |
| 757 | 2026-08-20T20:32:03.996Z | Compiling group v0.13.0 |
| 758 | 2026-08-20T20:32:04.169Z | Compiling anstyle-parse v1.0.0 |
| 759 | 2026-08-20T20:32:04.190Z | Compiling hkdf v0.12.4 |
| 760 | 2026-08-20T20:32:04.203Z | Compiling crypto-bigint v0.5.5 |
| 761 | 2026-08-20T20:32:04.368Z | Compiling is_terminal_polyfill v1.70.2 |
| 762 | 2026-08-20T20:32:04.387Z | Compiling getrandom v0.3.4 |
| 763 | 2026-08-20T20:32:04.407Z | Compiling anstyle-query v1.1.5 |
| 764 | 2026-08-20T20:32:04.465Z | Compiling atomic-waker v1.1.2 |
| 765 | 2026-08-20T20:32:04.513Z | Compiling colorchoice v1.0.5 |
| 766 | 2026-08-20T20:32:04.596Z | Compiling anstyle v1.0.14 |
| 767 | 2026-08-20T20:32:04.807Z | Compiling anstream v1.0.0 |
| 768 | 2026-08-20T20:32:04.962Z | Compiling form_urlencoded v1.2.2 |
| 769 | 2026-08-20T20:32:05.237Z | Compiling elliptic-curve v0.13.8 |
| 770 | 2026-08-20T20:32:05.251Z | Compiling serde_tokenstream v0.2.3 |
| 771 | 2026-08-20T20:32:05.286Z | Compiling tokio-util v0.7.19 |
| 772 | 2026-08-20T20:32:05.545Z | Compiling num-integer v0.1.46 |
| 773 | 2026-08-20T20:32:05.629Z | Compiling spin v0.9.9 |
| 774 | 2026-08-20T20:32:05.666Z | Compiling object v0.37.3 |
| 775 | 2026-08-20T20:32:05.861Z | Compiling try-lock v0.2.5 |
| 776 | 2026-08-20T20:32:06.002Z | Compiling base64 v0.22.1 |
| 777 | 2026-08-20T20:32:06.015Z | Compiling foldhash v0.2.0 |
| 778 | 2026-08-20T20:32:06.059Z | Compiling tower-service v0.3.3 |
| 779 | 2026-08-20T20:32:06.115Z | Compiling tower-layer v0.3.3 |
| 780 | 2026-08-20T20:32:06.177Z | Compiling hashbrown v0.16.1 |
| 781 | 2026-08-20T20:32:06.279Z | Compiling want v0.3.1 |
| 782 | 2026-08-20T20:32:06.317Z | Compiling h2 v0.4.15 |
| 783 | 2026-08-20T20:32:06.401Z | Compiling icu_properties v2.2.0 |
| 784 | 2026-08-20T20:32:06.465Z | Compiling icu_normalizer v2.2.0 |
| 785 | 2026-08-20T20:32:06.706Z | Compiling rfc6979 v0.4.0 |
| 786 | 2026-08-20T20:32:06.753Z | Compiling terminal_size v0.4.4 |
| 787 | 2026-08-20T20:32:07.066Z | Compiling ahash v0.8.12 |
| 788 | 2026-08-20T20:32:07.323Z | Compiling httpdate v1.0.3 |
| 789 | 2026-08-20T20:32:07.765Z | Compiling adler2 v2.0.1 |
| 790 | 2026-08-20T20:32:07.888Z | Compiling gimli v0.32.3 |
| 791 | 2026-08-20T20:32:07.901Z | Compiling clap_lex v1.1.0 |
| 792 | 2026-08-20T20:32:08.258Z | Compiling clap_builder v4.6.6 |
| 793 | 2026-08-20T20:32:08.414Z | Compiling miniz_oxide v0.8.9 |
| 794 | 2026-08-20T20:32:08.518Z | Compiling idna_adapter v1.2.2 |
| 795 | 2026-08-20T20:32:08.694Z | Compiling ecdsa v0.16.9 |
| 796 | 2026-08-20T20:32:08.694Z | Compiling regress v0.11.1 |
| 797 | 2026-08-20T20:32:08.817Z | Compiling hyper v1.11.0 |
| 798 | 2026-08-20T20:32:09.459Z | Compiling primeorder v0.13.6 |
| 799 | 2026-08-20T20:32:09.723Z | Compiling addr2line v0.25.1 |
| 800 | 2026-08-20T20:32:10.045Z | Compiling rand_chacha v0.3.1 |
| 801 | 2026-08-20T20:32:10.699Z | Compiling ipnet v2.12.1 |
| 802 | 2026-08-20T20:32:10.814Z | Compiling crossbeam-epoch v0.9.20 |
| 803 | 2026-08-20T20:32:11.102Z | Compiling cfg_aliases v0.2.2 |
| 804 | 2026-08-20T20:32:11.371Z | Compiling ident_case v1.0.1 |
| 805 | 2026-08-20T20:32:11.421Z | Compiling rustc-demangle v0.1.28 |
| 806 | 2026-08-20T20:32:11.498Z | Compiling owo-colors v4.3.0 |
| 807 | 2026-08-20T20:32:11.898Z | Compiling backtrace v0.3.76 |
| 808 | 2026-08-20T20:32:11.898Z | Compiling darling_core v0.23.0 |
| 809 | 2026-08-20T20:32:12.063Z | Compiling typify-impl v0.6.2 |
| 810 | 2026-08-20T20:32:12.662Z | Compiling hyper-util v0.1.20 |
| 811 | 2026-08-20T20:32:12.795Z | Compiling rand v0.8.7 |
| 812 | 2026-08-20T20:32:12.873Z | Compiling clap v4.6.6 |
| 813 | 2026-08-20T20:32:13.593Z | Compiling idna v1.1.0 |
| 814 | 2026-08-20T20:32:14.107Z | Compiling ed25519 v2.2.3 |
| 815 | 2026-08-20T20:32:14.327Z | Compiling http v0.2.12 |
| 816 | 2026-08-20T20:32:15.202Z | Compiling x509-cert v0.2.5 |
| 817 | 2026-08-20T20:32:15.399Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 818 | 2026-08-20T20:32:15.617Z | Compiling encoding_rs v0.8.35 |
| 819 | 2026-08-20T20:32:15.810Z | Compiling rayon-core v1.13.0 |
| 820 | 2026-08-20T20:32:16.023Z | Compiling unicode-linebreak v0.1.5 |
| 821 | 2026-08-20T20:32:16.045Z | Compiling anyhow v1.0.104 |
| 822 | 2026-08-20T20:32:16.049Z | Compiling thiserror v1.0.69 |
| 823 | 2026-08-20T20:32:16.255Z | Compiling mime v0.3.17 |
| 824 | 2026-08-20T20:32:16.281Z | Compiling either v1.17.0 |
| 825 | 2026-08-20T20:32:16.360Z | Compiling num-bigint-dig v0.8.6 |
| 826 | 2026-08-20T20:32:16.366Z | Compiling outref v0.5.2 |
| 827 | 2026-08-20T20:32:16.468Z | Compiling vsimd v0.8.0 |
| 828 | 2026-08-20T20:32:16.602Z | Compiling is_ci v1.2.0 |
| 829 | 2026-08-20T20:32:16.729Z | Compiling unicode-width v0.2.2 |
| 830 | 2026-08-20T20:32:16.742Z | Compiling crossbeam-deque v0.8.7 |
| 831 | 2026-08-20T20:32:16.875Z | Compiling base64-simd v0.8.0 |
| 832 | 2026-08-20T20:32:17.000Z | Compiling textwrap v0.16.2 |
| 833 | 2026-08-20T20:32:17.030Z | Compiling supports-color v3.0.2 |
| 834 | 2026-08-20T20:32:17.089Z | Compiling bytes-utils v0.1.4 |
| 835 | 2026-08-20T20:32:17.388Z | Compiling proc-macro-error2 v2.0.1 |
| 836 | 2026-08-20T20:32:17.392Z | Compiling lazy_static v1.5.0 |
| 837 | 2026-08-20T20:32:17.416Z | Compiling typify-macro v0.6.2 |
| 838 | 2026-08-20T20:32:17.479Z | Compiling num-iter v0.1.46 |
| 839 | 2026-08-20T20:32:17.595Z | Compiling http-body v0.4.6 |
| 840 | 2026-08-20T20:32:17.665Z | Compiling ed25519-dalek v2.2.0 |
| 841 | 2026-08-20T20:32:17.864Z | Compiling hashbrown v0.14.5 |
| 842 | 2026-08-20T20:32:18.145Z | Compiling darling_macro v0.23.0 |
| 843 | 2026-08-20T20:32:18.409Z | Compiling url v2.5.8 |
| 844 | 2026-08-20T20:32:19.408Z | Compiling backtrace-ext v0.2.1 |
| 845 | 2026-08-20T20:32:19.487Z | Compiling serde_urlencoded v0.7.1 |
| 846 | 2026-08-20T20:32:19.571Z | Compiling inout v0.1.4 |
| 847 | 2026-08-20T20:32:19.630Z | Compiling thiserror-impl v1.0.69 |
| 848 | 2026-08-20T20:32:19.713Z | Compiling miette-derive v7.6.0 |
| 849 | 2026-08-20T20:32:19.758Z | Compiling sync_wrapper v1.0.2 |
| 850 | 2026-08-20T20:32:19.896Z | Compiling paste v1.0.15 |
| 851 | 2026-08-20T20:32:20.059Z | Compiling cpufeatures v0.3.0 |
| 852 | 2026-08-20T20:32:20.182Z | Compiling camino v1.2.5 |
| 853 | 2026-08-20T20:32:20.305Z | Compiling openssl-probe v0.2.1 |
| 854 | 2026-08-20T20:32:20.318Z | Compiling supports-unicode v3.0.0 |
| 855 | 2026-08-20T20:32:20.336Z | Compiling pin-utils v0.1.0 |
| 856 | 2026-08-20T20:32:20.410Z | Compiling supports-hyperlinks v3.2.0 |
| 857 | 2026-08-20T20:32:20.448Z | Compiling unicode-width v0.1.14 |
| 858 | 2026-08-20T20:32:20.549Z | Compiling crc32fast v1.5.0 |
| 859 | 2026-08-20T20:32:20.552Z | Compiling radium v0.7.0 |
| 860 | 2026-08-20T20:32:20.713Z | Compiling winnow v1.0.4 |
| 861 | 2026-08-20T20:32:20.817Z | Compiling miette v7.6.0 |
| 862 | 2026-08-20T20:32:20.884Z | Compiling rustls-native-certs v0.8.4 |
| 863 | 2026-08-20T20:32:20.896Z | Compiling aws-smithy-types v1.6.1 |
| 864 | 2026-08-20T20:32:21.671Z | Compiling tower v0.5.3 |
| 865 | 2026-08-20T20:32:21.803Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 866 | 2026-08-20T20:32:21.835Z | Compiling cipher v0.4.4 |
| 867 | 2026-08-20T20:32:22.284Z | Compiling darling v0.23.0 |
| 868 | 2026-08-20T20:32:22.348Z | Compiling chumsky v0.9.3 |
| 869 | 2026-08-20T20:32:22.369Z | Compiling knus-derive v3.4.0 |
| 870 | 2026-08-20T20:32:22.728Z | Compiling rand_core v0.9.5 |
| 871 | 2026-08-20T20:32:22.909Z | Compiling pkcs1 v0.7.5 |
| 872 | 2026-08-20T20:32:22.947Z | Compiling ssh-encoding v0.2.0 |
| 873 | 2026-08-20T20:32:22.982Z | Compiling half v2.7.1 |
| 874 | 2026-08-20T20:32:23.264Z | Compiling aws-smithy-async v1.3.0 |
| 875 | 2026-08-20T20:32:23.334Z | Compiling blake3 v1.8.6 |
| 876 | 2026-08-20T20:32:23.482Z | Compiling aws-smithy-runtime-api-macros v1.1.0 |
| 877 | 2026-08-20T20:32:23.530Z | Compiling aho-corasick v1.1.5 |
| 878 | 2026-08-20T20:32:23.544Z | Compiling hybrid-array v0.4.14 |
| 879 | 2026-08-20T20:32:23.729Z | Compiling hex v0.4.3 |
| 880 | 2026-08-20T20:32:23.759Z | Compiling maybe-uninit v2.0.0 |
| 881 | 2026-08-20T20:32:23.961Z | Compiling byteorder v1.5.0 |
| 882 | 2026-08-20T20:32:23.977Z | Compiling tap v1.0.1 |
| 883 | 2026-08-20T20:32:24.007Z | Compiling ciborium-io v0.2.2 |
| 884 | 2026-08-20T20:32:24.048Z | Compiling simd-adler32 v0.3.10 |
| 885 | 2026-08-20T20:32:24.088Z | Compiling regex-syntax v0.8.11 |
| 886 | 2026-08-20T20:32:24.101Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 887 | 2026-08-20T20:32:24.181Z | Compiling keccak v0.1.6 |
| 888 | 2026-08-20T20:32:24.235Z | Compiling ciborium-ll v0.2.2 |
| 889 | 2026-08-20T20:32:24.325Z | Compiling sha3 v0.10.9 |
| 890 | 2026-08-20T20:32:24.376Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 891 | 2026-08-20T20:32:24.496Z | Compiling wyz v0.5.1 |
| 892 | 2026-08-20T20:32:24.632Z | Compiling aws-smithy-runtime-api v1.14.0 |
| 893 | 2026-08-20T20:32:24.706Z | Compiling knus v3.4.0 |
| 894 | 2026-08-20T20:32:24.903Z | Compiling ssh-cipher v0.2.0 |
| 895 | 2026-08-20T20:32:25.071Z | Compiling rsa v0.9.10 |
| 896 | 2026-08-20T20:32:25.260Z | Compiling rand_chacha v0.9.0 |
| 897 | 2026-08-20T20:32:25.520Z | Compiling regex-automata v0.4.18 |
| 898 | 2026-08-20T20:32:25.628Z | Compiling p384 v0.13.1 |
| 899 | 2026-08-20T20:32:25.707Z | Compiling serde_with_macros v3.22.0 |
| 900 | 2026-08-20T20:32:25.834Z | Compiling tower-http v0.6.11 |
| 901 | 2026-08-20T20:32:27.130Z | Compiling p256 v0.13.2 |
| 902 | 2026-08-20T20:32:27.227Z | Compiling hubpack_derive v0.1.1 |
| 903 | 2026-08-20T20:32:27.425Z | Compiling sha1 v0.10.7 |
| 904 | 2026-08-20T20:32:27.636Z | Compiling openapiv3 v2.2.0 |
| 905 | 2026-08-20T20:32:27.763Z | Compiling strum_macros v0.26.4 |
| 906 | 2026-08-20T20:32:28.039Z | Compiling env_filter v2.0.0 |
| 907 | 2026-08-20T20:32:28.207Z | Compiling heapless v0.7.17 |
| 908 | 2026-08-20T20:32:28.494Z | Compiling serde_path_to_error v0.1.20 |
| 909 | 2026-08-20T20:32:28.952Z | Compiling memmap2 v0.9.11 |
| 910 | 2026-08-20T20:32:29.170Z | Compiling thread_local v1.1.10 |
| 911 | 2026-08-20T20:32:29.252Z | Compiling ipnetwork v0.21.1 |
| 912 | 2026-08-20T20:32:29.502Z | Compiling fastrand v2.5.0 |
| 913 | 2026-08-20T20:32:29.730Z | Compiling omicron-workspace-hack v0.1.0 |
| 914 | 2026-08-20T20:32:29.937Z | Compiling arrayref v0.3.9 |
| 915 | 2026-08-20T20:32:29.951Z | Compiling funty v2.0.0 |
| 916 | 2026-08-20T20:32:30.464Z | Compiling arrayvec v0.7.8 |
| 917 | 2026-08-20T20:32:30.703Z | Compiling salty v0.3.0 |
| 918 | 2026-08-20T20:32:30.858Z | Compiling packed_struct v0.10.1 |
| 919 | 2026-08-20T20:32:30.886Z | Compiling slog-async v2.8.0 |
| 920 | 2026-08-20T20:32:31.006Z | Compiling constant_time_eq v0.4.2 |
| 921 | 2026-08-20T20:32:31.247Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 922 | 2026-08-20T20:32:31.261Z | Compiling bitvec v1.1.1 |
| 923 | 2026-08-20T20:32:33.982Z | Compiling tempfile v3.27.0 |
| 924 | 2026-08-20T20:32:34.162Z | Compiling oxnet v0.1.6 |
| 925 | 2026-08-20T20:32:34.806Z | Compiling strum v0.26.3 |
| 926 | 2026-08-20T20:32:34.943Z | Compiling env_logger v0.11.11 |
| 927 | 2026-08-20T20:32:34.959Z | Compiling hubpack v0.1.2 |
| 928 | 2026-08-20T20:32:35.203Z | Compiling ssh-key v0.6.7 |
| 929 | 2026-08-20T20:32:35.786Z | Compiling regex v1.13.1 |
| 930 | 2026-08-20T20:32:36.204Z | Compiling flate2 v1.1.9 |
| 931 | 2026-08-20T20:32:36.253Z | Compiling serde_with v3.22.0 |
| 932 | 2026-08-20T20:32:36.761Z | Compiling rand v0.9.5 |
| 933 | 2026-08-20T20:32:37.473Z | Compiling proc-macro-crate v3.5.0 |
| 934 | 2026-08-20T20:32:37.880Z | Compiling ciborium v0.2.2 |
| 935 | 2026-08-20T20:32:37.954Z | Compiling hash32 v0.2.1 |
| 936 | 2026-08-20T20:32:38.104Z | Compiling crypto-common v0.2.2 |
| 937 | 2026-08-20T20:32:38.158Z | Compiling block-buffer v0.12.1 |
| 938 | 2026-08-20T20:32:38.342Z | Compiling typify v0.6.2 |
| 939 | 2026-08-20T20:32:38.444Z | Compiling borsh v1.8.0 |
| 940 | 2026-08-20T20:32:38.734Z | Compiling packed_struct_codegen v0.10.1 |
| 941 | 2026-08-20T20:32:39.386Z | Compiling crossbeam-channel v0.5.16 |
| 942 | 2026-08-20T20:32:39.751Z | Compiling newtype-uuid v1.4.0 |
| 943 | 2026-08-20T20:32:39.948Z | Compiling futures-executor v0.3.33 |
| 944 | 2026-08-20T20:32:40.468Z | Compiling aws-types v1.5.0 |
| 945 | 2026-08-20T20:32:40.491Z | Compiling daft-derive v0.1.8 |
| 946 | 2026-08-20T20:32:40.531Z | Compiling bitfield-macros v0.19.5 |
| 947 | 2026-08-20T20:32:40.744Z | Compiling async-trait v0.1.92 |
| 948 | 2026-08-20T20:32:41.229Z | Compiling is-terminal v0.4.17 |
| 949 | 2026-08-20T20:32:41.262Z | Compiling multer v3.1.0 |
| 950 | 2026-08-20T20:32:41.331Z | Compiling utf-8 v0.7.6 |
| 951 | 2026-08-20T20:32:41.533Z | Compiling term v1.2.1 |
| 952 | 2026-08-20T20:32:41.688Z | Compiling const-oid v0.10.2 |
| 953 | 2026-08-20T20:32:41.983Z | Compiling rlimit v0.10.2 |
| 954 | 2026-08-20T20:32:42.085Z | Compiling data-encoding v2.11.1 |
| 955 | 2026-08-20T20:32:42.116Z | Compiling compression-core v0.4.32 |
| 956 | 2026-08-20T20:32:42.550Z | Compiling nodrop v0.1.14 |
| 957 | 2026-08-20T20:32:42.651Z | Compiling take_mut v0.2.2 |
| 958 | 2026-08-20T20:32:42.771Z | Compiling unsafe-libyaml v0.2.11 |
| 959 | 2026-08-20T20:32:43.001Z | Compiling match_cfg v0.1.0 |
| 960 | 2026-08-20T20:32:43.077Z | Compiling hostname v0.3.1 |
| 961 | 2026-08-20T20:32:43.403Z | Compiling serde_yaml v0.9.34+deprecated |
| 962 | 2026-08-20T20:32:43.434Z | Compiling array-init v0.0.4 |
| 963 | 2026-08-20T20:32:44.009Z | Compiling tungstenite v0.28.0 |
| 964 | 2026-08-20T20:32:44.234Z | Compiling compression-codecs v0.4.38 |
| 965 | 2026-08-20T20:32:44.552Z | Compiling digest v0.11.3 |
| 966 | 2026-08-20T20:32:44.594Z | Compiling slog-term v2.9.2 |
| 967 | 2026-08-20T20:32:44.738Z | Compiling bitfield v0.19.5 |
| 968 | 2026-08-20T20:32:44.768Z | Compiling daft v0.1.8 |
| 969 | 2026-08-20T20:32:45.040Z | Compiling progenitor-impl v0.14.0 |
| 970 | 2026-08-20T20:32:45.075Z | Compiling futures v0.3.33 |
| 971 | 2026-08-20T20:32:46.115Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 972 | 2026-08-20T20:32:46.901Z | Compiling smallvec v0.6.14 |
| 973 | 2026-08-20T20:32:47.079Z | Compiling borsh-derive v1.8.0 |
| 974 | 2026-08-20T20:32:47.138Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 975 | 2026-08-20T20:32:48.721Z | Compiling aws-smithy-schema v0.2.0 |
| 976 | 2026-08-20T20:32:48.851Z | Compiling aws-credential-types v1.3.0 |
| 977 | 2026-08-20T20:32:49.276Z | Compiling nix v0.30.1 |
| 978 | 2026-08-20T20:32:49.476Z | Compiling slog-json v2.6.1 |
| 979 | 2026-08-20T20:32:49.744Z | Compiling toml_datetime v0.6.11 |
| 980 | 2026-08-20T20:32:49.794Z | Compiling serde_spanned v0.6.9 |
| 981 | 2026-08-20T20:32:49.955Z | Compiling cobs v0.3.0 |
| 982 | 2026-08-20T20:32:50.107Z | Compiling async-stream-impl v0.3.6 |
| 983 | 2026-08-20T20:32:50.352Z | Compiling serde_spanned v1.1.1 |
| 984 | 2026-08-20T20:32:50.429Z | Compiling dropshot v0.17.1 |
| 985 | 2026-08-20T20:32:50.510Z | Compiling toml_write v0.1.2 |
| 986 | 2026-08-20T20:32:50.651Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 987 | 2026-08-20T20:32:50.734Z | Compiling static_assertions v1.1.0 |
| 988 | 2026-08-20T20:32:50.753Z | Compiling signal-hook v0.3.18 |
| 989 | 2026-08-20T20:32:50.812Z | Compiling portable-atomic v1.15.0 |
| 990 | 2026-08-20T20:32:50.909Z | Compiling sush-common v0.1.0 (/work/oxidecomputer/sush/common) |
| 991 | 2026-08-20T20:32:50.986Z | Compiling winnow v0.7.15 |
| 992 | 2026-08-20T20:32:51.019Z | Compiling toml v1.1.4+spec-1.1.0 |
| 993 | 2026-08-20T20:32:51.251Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 994 | 2026-08-20T20:32:51.266Z | Compiling async-stream v0.3.6 |
| 995 | 2026-08-20T20:32:51.373Z | Compiling postcard v1.1.3 |
| 996 | 2026-08-20T20:32:51.791Z | Compiling slog-bunyan v2.5.0 |
| 997 | 2026-08-20T20:32:52.892Z | Compiling toml_edit v0.22.27 |
| 998 | 2026-08-20T20:32:53.214Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?tag=rel%2Fv21%2Frc1#3e5bafe8) |
| 999 | 2026-08-20T20:32:54.445Z | Compiling serde-hex v0.1.0 |
| 1000 | 2026-08-20T20:32:54.458Z | Compiling progenitor-macro v0.14.0 |
| 1001 | 2026-08-20T20:32:55.449Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1002 | 2026-08-20T20:32:56.592Z | Compiling sha1 v0.11.0 |
| 1003 | 2026-08-20T20:32:57.015Z | Compiling tokio-tungstenite v0.28.0 |
| 1004 | 2026-08-20T20:32:57.511Z | Compiling async-compression v0.4.43 |
| 1005 | 2026-08-20T20:32:57.969Z | Compiling oauth2 v5.0.0 |
| 1006 | 2026-08-20T20:32:58.182Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=b8782742d1bd91546887fbc1757a7d024a5469ef#b8782742) |
| 1007 | 2026-08-20T20:32:58.770Z | Compiling dropshot_endpoint v0.17.1 |
| 1008 | 2026-08-20T20:32:59.859Z | Compiling waitgroup v0.1.2 |
| 1009 | 2026-08-20T20:33:00.021Z | Compiling rustls-pemfile v2.2.0 |
| 1010 | 2026-08-20T20:33:00.303Z | Compiling serde-big-array v0.5.1 |
| 1011 | 2026-08-20T20:33:00.404Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1012 | 2026-08-20T20:33:00.457Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1013 | 2026-08-20T20:33:00.532Z | Compiling hostname v0.4.2 |
| 1014 | 2026-08-20T20:33:00.696Z | Compiling nibble_vec v0.1.0 |
| 1015 | 2026-08-20T20:33:00.816Z | Compiling http-range-header v0.4.2 |
| 1016 | 2026-08-20T20:33:00.850Z | Compiling bytesize v2.7.0 |
| 1017 | 2026-08-20T20:33:00.923Z | Compiling endian-type v0.1.2 |
| 1018 | 2026-08-20T20:33:01.066Z | Compiling crc-any v2.5.1 |
| 1019 | 2026-08-20T20:33:01.294Z | Compiling corncobs v0.1.4 |
| 1020 | 2026-08-20T20:33:01.311Z | Compiling debug-ignore v1.0.5 |
| 1021 | 2026-08-20T20:33:01.425Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1022 | 2026-08-20T20:33:01.458Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1023 | 2026-08-20T20:33:01.498Z | Compiling radix_trie v0.2.1 |
| 1024 | 2026-08-20T20:33:01.936Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1025 | 2026-08-20T20:33:02.105Z | Compiling sshauth v0.1.2 (https://github.com/oxidecomputer/sshauth#6233c1b2) |
| 1026 | 2026-08-20T20:33:02.398Z | Compiling toml v0.8.23 |
| 1027 | 2026-08-20T20:33:04.320Z | Compiling permission-slip-common v0.1.0 (https://github.com/oxidecomputer/permission-slip#11f249d9) |
| 1028 | 2026-08-20T20:33:05.856Z | Compiling rustls-webpki v0.103.13 |
| 1029 | 2026-08-20T20:33:07.682Z | Compiling console v0.16.4 |
| 1030 | 2026-08-20T20:33:07.940Z | Compiling fd-lock v4.0.4 |
| 1031 | 2026-08-20T20:33:08.086Z | Compiling secrecy v0.8.0 |
| 1032 | 2026-08-20T20:33:08.100Z | Compiling clap-num v1.2.0 |
| 1033 | 2026-08-20T20:33:08.233Z | Compiling termios v0.3.3 |
| 1034 | 2026-08-20T20:33:08.257Z | Compiling home v0.5.12 |
| 1035 | 2026-08-20T20:33:08.371Z | Compiling natord v1.0.9 |
| 1036 | 2026-08-20T20:33:08.405Z | Compiling unit-prefix v0.5.2 |
| 1037 | 2026-08-20T20:33:08.429Z | Compiling unicode-segmentation v1.13.3 |
| 1038 | 2026-08-20T20:33:08.565Z | Compiling xdg v2.5.2 |
| 1039 | 2026-08-20T20:33:08.641Z | Compiling indicatif v0.18.6 |
| 1040 | 2026-08-20T20:33:09.013Z | Compiling rustyline v17.0.2 |
| 1041 | 2026-08-20T20:33:09.030Z | Compiling tokio-fd v0.3.0 |
| 1042 | 2026-08-20T20:33:09.256Z | Compiling async-recursion v1.1.1 |
| 1043 | 2026-08-20T20:33:09.331Z | Compiling shlex v1.3.0 |
| 1044 | 2026-08-20T20:33:09.648Z | Compiling humantime v2.4.0 |
| 1045 | 2026-08-20T20:33:09.933Z | Compiling xdg v3.0.0 |
| 1046 | 2026-08-20T20:33:10.818Z | Compiling tokio-rustls v0.26.4 |
| 1047 | 2026-08-20T20:33:10.839Z | Compiling rustls-platform-verifier v0.7.0 |
| 1048 | 2026-08-20T20:33:11.112Z | Compiling hyper-rustls v0.27.9 |
| 1049 | 2026-08-20T20:33:11.410Z | Compiling reqwest v0.13.4 |
| 1050 | 2026-08-20T20:33:14.805Z | Compiling progenitor-client v0.14.0 |
| 1051 | 2026-08-20T20:33:14.973Z | Compiling oauth2-reqwest v0.1.0-alpha.3 |
| 1052 | 2026-08-20T20:33:15.248Z | Compiling progenitor v0.14.0 |
| 1053 | 2026-08-20T20:33:15.293Z | Compiling sush-api v0.1.0 (/work/oxidecomputer/sush/api) |
| 1054 | 2026-08-20T20:33:15.386Z | Compiling permission-slip-client v1.1.0 (https://github.com/oxidecomputer/permission-slip#11f249d9) |
| 1055 | 2026-08-20T20:33:17.840Z | Compiling sush-client v0.1.0 (/work/oxidecomputer/sush/client) |
| 1056 | 2026-08-20T20:33:33.883Z | Finished `release` profile [optimized] target(s) in 2m 05s |
| 1057 | 2026-08-20T20:33:33.887Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 1058 | 2026-08-20T20:33:33.887Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 1059 | 2026-08-20T20:33:34.151Z | + cp target/release/sush /work/sush |
| 1060 | 2026-08-20T20:33:34.184Z | + cargo install just --locked |
| 1061 | 2026-08-20T20:33:34.241Z | Updating crates.io index |
| 1062 | 2026-08-20T20:33:34.337Z | Downloading crates ... |
| 1063 | 2026-08-20T20:33:34.410Z | Downloaded just v1.58.0 |
| 1064 | 2026-08-20T20:33:34.443Z | Installing just v1.58.0 |
| 1065 | 2026-08-20T20:33:34.446Z | warning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file |
| 1066 | 2026-08-20T20:33:34.448Z | | |
| 1067 | 2026-08-20T20:33:34.448Z | = help: use `cargo +stable install` if you meant to use the stable toolchain |
| 1068 | 2026-08-20T20:33:34.448Z | = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed |
| 1069 | 2026-08-20T20:33:34.448Z | Updating crates.io index |
| 1070 | 2026-08-20T20:33:34.657Z | Updating crates.io index |
| 1071 | 2026-08-20T20:33:34.743Z | Downloading crates ... |
| 1072 | 2026-08-20T20:33:34.770Z | Downloaded blake3 v1.8.5 |
| 1073 | 2026-08-20T20:33:34.776Z | Downloaded cc v1.4.0 |
| 1074 | 2026-08-20T20:33:34.779Z | Downloaded dirs v6.0.0 |
| 1075 | 2026-08-20T20:33:34.782Z | Downloaded dirs-sys v0.5.0 |
| 1076 | 2026-08-20T20:33:34.785Z | Downloaded clap_complete v4.6.8 |
| 1077 | 2026-08-20T20:33:34.788Z | Downloaded digest-io v0.1.0 |
| 1078 | 2026-08-20T20:33:34.793Z | Downloaded dotenvy v0.15.7 |
| 1079 | 2026-08-20T20:33:34.793Z | Downloaded find-msvc-tools v0.1.9 |
| 1080 | 2026-08-20T20:33:34.796Z | Downloaded option-ext v0.2.0 |
| 1081 | 2026-08-20T20:33:34.800Z | Downloaded is_executable v1.0.6 |
| 1082 | 2026-08-20T20:33:34.800Z | Downloaded typed-arena v2.0.2 |
| 1083 | 2026-08-20T20:33:34.800Z | Downloaded strum v0.28.0 |
| 1084 | 2026-08-20T20:33:34.804Z | Downloaded nu-ansi-term v0.50.3 |
| 1085 | 2026-08-20T20:33:34.808Z | Downloaded clap_mangen v0.3.0 |
| 1086 | 2026-08-20T20:33:34.811Z | Downloaded roff v1.1.1 |
| 1087 | 2026-08-20T20:33:34.814Z | Downloaded shellexpand v3.1.2 |
| 1088 | 2026-08-20T20:33:34.817Z | Downloaded strum_macros v0.28.0 |
| 1089 | 2026-08-20T20:33:34.821Z | Downloaded num_cpus v1.17.0 |
| 1090 | 2026-08-20T20:33:34.826Z | Downloaded snafu-derive v0.9.2 |
| 1091 | 2026-08-20T20:33:34.829Z | Downloaded clap v4.6.5 |
| 1092 | 2026-08-20T20:33:34.833Z | Downloaded unicase v2.9.0 |
| 1093 | 2026-08-20T20:33:34.836Z | Downloaded sha2 v0.11.0 |
| 1094 | 2026-08-20T20:33:34.849Z | Downloaded similar v3.1.1 |
| 1095 | 2026-08-20T20:33:34.852Z | Downloaded snafu v0.9.2 |
| 1096 | 2026-08-20T20:33:34.857Z | Downloaded clap_builder v4.6.5 |
| 1097 | 2026-08-20T20:33:34.872Z | Downloaded pulldown-cmark v0.13.4 |
| 1098 | 2026-08-20T20:33:34.899Z | Downloaded bstr v1.13.0 |
| 1099 | 2026-08-20T20:33:34.904Z | Downloaded nix v0.31.3 |
| 1100 | 2026-08-20T20:33:34.922Z | Downloaded regex-automata v0.4.16 |
| 1101 | 2026-08-20T20:33:34.965Z | Compiling libc v0.2.189 |
| 1102 | 2026-08-20T20:33:34.966Z | Compiling proc-macro2 v1.0.107 |
| 1103 | 2026-08-20T20:33:34.969Z | Compiling quote v1.0.47 |
| 1104 | 2026-08-20T20:33:34.969Z | Compiling unicode-ident v1.0.24 |
| 1105 | 2026-08-20T20:33:34.969Z | Compiling bitflags v2.13.1 |
| 1106 | 2026-08-20T20:33:34.969Z | Compiling heck v0.5.0 |
| 1107 | 2026-08-20T20:33:34.969Z | Compiling cfg-if v1.0.4 |
| 1108 | 2026-08-20T20:33:34.969Z | Compiling rustix v1.1.4 |
| 1109 | 2026-08-20T20:33:35.030Z | Compiling crossbeam-utils v0.8.22 |
| 1110 | 2026-08-20T20:33:35.077Z | Compiling utf8parse v0.2.2 |
| 1111 | 2026-08-20T20:33:35.154Z | Compiling typenum v1.20.1 |
| 1112 | 2026-08-20T20:33:35.164Z | Compiling anstyle-parse v1.0.0 |
| 1113 | 2026-08-20T20:33:35.256Z | Compiling crossbeam-epoch v0.9.20 |
| 1114 | 2026-08-20T20:33:35.268Z | Compiling anstyle-query v1.1.5 |
| 1115 | 2026-08-20T20:33:35.312Z | Compiling colorchoice v1.0.5 |
| 1116 | 2026-08-20T20:33:35.335Z | Compiling is_terminal_polyfill v1.70.2 |
| 1117 | 2026-08-20T20:33:35.346Z | Compiling anstyle v1.0.14 |
| 1118 | 2026-08-20T20:33:35.399Z | Compiling memchr v2.8.3 |
| 1119 | 2026-08-20T20:33:35.406Z | Compiling serde_core v1.0.229 |
| 1120 | 2026-08-20T20:33:35.448Z | Compiling rand_core v0.10.1 |
| 1121 | 2026-08-20T20:33:35.497Z | Compiling getrandom v0.4.3 |
| 1122 | 2026-08-20T20:33:35.564Z | Compiling anstream v1.0.0 |
| 1123 | 2026-08-20T20:33:35.721Z | Compiling find-msvc-tools v0.1.9 |
| 1124 | 2026-08-20T20:33:35.743Z | Compiling rayon-core v1.13.0 |
| 1125 | 2026-08-20T20:33:35.834Z | Compiling errno v0.3.14 |
| 1126 | 2026-08-20T20:33:35.942Z | Compiling hybrid-array v0.4.14 |
| 1127 | 2026-08-20T20:33:35.946Z | Compiling strsim v0.11.1 |
| 1128 | 2026-08-20T20:33:35.982Z | Compiling crossbeam-deque v0.8.7 |
| 1129 | 2026-08-20T20:33:36.100Z | Compiling syn v3.0.3 |
| 1130 | 2026-08-20T20:33:36.153Z | Compiling syn v2.0.119 |
| 1131 | 2026-08-20T20:33:36.184Z | Compiling clap_lex v1.1.0 |
| 1132 | 2026-08-20T20:33:36.223Z | Compiling shlex v2.0.1 |
| 1133 | 2026-08-20T20:33:36.234Z | Compiling cpufeatures v0.3.0 |
| 1134 | 2026-08-20T20:33:36.293Z | Compiling autocfg v1.5.1 |
| 1135 | 2026-08-20T20:33:36.392Z | Compiling crypto-common v0.2.2 |
| 1136 | 2026-08-20T20:33:36.428Z | Compiling block-buffer v0.12.1 |
| 1137 | 2026-08-20T20:33:36.459Z | Compiling cc v1.4.0 |
| 1138 | 2026-08-20T20:33:36.629Z | Compiling num-traits v0.2.19 |
| 1139 | 2026-08-20T20:33:36.840Z | Compiling cfg_aliases v0.2.2 |
| 1140 | 2026-08-20T20:33:36.897Z | Compiling const-oid v0.10.2 |
| 1141 | 2026-08-20T20:33:36.901Z | Compiling option-ext v0.2.0 |
| 1142 | 2026-08-20T20:33:36.977Z | Compiling terminal_size v0.4.4 |
| 1143 | 2026-08-20T20:33:37.100Z | Compiling clap_builder v4.6.5 |
| 1144 | 2026-08-20T20:33:37.112Z | Compiling serde v1.0.229 |
| 1145 | 2026-08-20T20:33:37.361Z | Compiling zmij v1.0.23 |
| 1146 | 2026-08-20T20:33:37.387Z | Compiling digest v0.11.3 |
| 1147 | 2026-08-20T20:33:37.436Z | Compiling dirs-sys v0.5.0 |
| 1148 | 2026-08-20T20:33:37.549Z | Compiling nix v0.31.3 |
| 1149 | 2026-08-20T20:33:37.553Z | Compiling blake3 v1.8.5 |
| 1150 | 2026-08-20T20:33:37.810Z | Compiling aho-corasick v1.1.5 |
| 1151 | 2026-08-20T20:33:37.899Z | Compiling regex-syntax v0.8.11 |
| 1152 | 2026-08-20T20:33:37.903Z | Compiling serde_json v1.0.151 |
| 1153 | 2026-08-20T20:33:37.991Z | Compiling camino v1.2.5 |
| 1154 | 2026-08-20T20:33:38.120Z | Compiling pulldown-cmark v0.13.4 |
| 1155 | 2026-08-20T20:33:38.891Z | Compiling clap_derive v4.6.4 |
| 1156 | 2026-08-20T20:33:39.013Z | Compiling serde_derive v1.0.229 |
| 1157 | 2026-08-20T20:33:39.075Z | Compiling strum_macros v0.28.0 |
| 1158 | 2026-08-20T20:33:39.141Z | Compiling snafu-derive v0.9.2 |
| 1159 | 2026-08-20T20:33:39.325Z | Compiling dirs v6.0.0 |
| 1160 | 2026-08-20T20:33:39.456Z | Compiling chacha20 v0.10.1 |
| 1161 | 2026-08-20T20:33:39.716Z | Compiling regex-automata v0.4.16 |
| 1162 | 2026-08-20T20:33:40.498Z | Compiling clap v4.6.5 |
| 1163 | 2026-08-20T20:33:40.566Z | Compiling memmap2 v0.9.11 |
| 1164 | 2026-08-20T20:33:40.717Z | Compiling roff v1.1.1 |
| 1165 | 2026-08-20T20:33:40.793Z | Compiling arrayvec v0.7.8 |
| 1166 | 2026-08-20T20:33:40.824Z | Compiling unicase v2.9.0 |
| 1167 | 2026-08-20T20:33:40.917Z | Compiling constant_time_eq v0.4.2 |
| 1168 | 2026-08-20T20:33:41.005Z | Compiling once_cell v1.21.4 |
| 1169 | 2026-08-20T20:33:41.009Z | Compiling arrayref v0.3.9 |
| 1170 | 2026-08-20T20:33:41.025Z | Compiling just v1.58.0 |
| 1171 | 2026-08-20T20:33:41.061Z | Compiling fastrand v2.5.0 |
| 1172 | 2026-08-20T20:33:41.219Z | Compiling is_executable v1.0.6 |
| 1173 | 2026-08-20T20:33:41.246Z | Compiling iana-time-zone v0.1.65 |
| 1174 | 2026-08-20T20:33:41.297Z | Compiling unicode-segmentation v1.13.3 |
| 1175 | 2026-08-20T20:33:41.324Z | Compiling itoa v1.0.18 |
| 1176 | 2026-08-20T20:33:41.335Z | Compiling clap_complete v4.6.8 |
| 1177 | 2026-08-20T20:33:41.510Z | Compiling chrono v0.4.45 |
| 1178 | 2026-08-20T20:33:41.771Z | Compiling similar v3.1.1 |
| 1179 | 2026-08-20T20:33:42.184Z | Compiling regex v1.13.1 |
| 1180 | 2026-08-20T20:33:42.809Z | Compiling tempfile v3.27.0 |
| 1181 | 2026-08-20T20:33:43.126Z | Compiling snafu v0.9.2 |
| 1182 | 2026-08-20T20:33:43.325Z | Compiling clap_mangen v0.3.0 |
| 1183 | 2026-08-20T20:33:43.496Z | Compiling strum v0.28.0 |
| 1184 | 2026-08-20T20:33:43.553Z | Compiling rand v0.10.2 |
| 1185 | 2026-08-20T20:33:43.606Z | Compiling shellexpand v3.1.2 |
| 1186 | 2026-08-20T20:33:44.250Z | Compiling sha2 v0.11.0 |
| 1187 | 2026-08-20T20:33:44.299Z | Compiling digest-io v0.1.0 |
| 1188 | 2026-08-20T20:33:44.416Z | Compiling uuid v1.24.0 |
| 1189 | 2026-08-20T20:33:44.491Z | Compiling num_cpus v1.17.0 |
| 1190 | 2026-08-20T20:33:44.574Z | Compiling dotenvy v0.15.7 |
| 1191 | 2026-08-20T20:33:44.659Z | Compiling unicode-width v0.2.2 |
| 1192 | 2026-08-20T20:33:44.938Z | Compiling typed-arena v2.0.2 |
| 1193 | 2026-08-20T20:33:45.078Z | Compiling hex v0.4.3 |
| 1194 | 2026-08-20T20:33:45.089Z | Compiling semver v1.0.28 |
| 1195 | 2026-08-20T20:33:45.139Z | Compiling nu-ansi-term v0.50.3 |
| 1196 | 2026-08-20T20:33:45.341Z | Compiling percent-encoding v2.3.2 |
| 1197 | 2026-08-20T20:34:44.699Z | Finished `release` profile [optimized] target(s) in 1m 10s |
| 1198 | 2026-08-20T20:34:44.717Z | Installing /home/build/.cargo/bin/just |
| 1199 | 2026-08-20T20:34:44.720Z | Installed package `just v1.58.0` (executable `just`) |
| 1200 | 2026-08-20T20:34:44.760Z | + curl -sSfL https://get.nexte.st/latest/illumos |
| 1201 | 2026-08-20T20:34:44.764Z | + gunzip |
| 1202 | 2026-08-20T20:34:44.764Z | + tar -xf - -C /home/build/.cargo/bin |
| 1203 | 2026-08-20T20:34:45.751Z | + just ci |
| 1204 | 2026-08-20T20:34:45.754Z | cargo fmt --check |
| 1205 | 2026-08-20T20:34:45.963Z | cargo clippy -- --no-deps --deny warnings |
| 1206 | 2026-08-20T20:34:46.268Z | Downloading crates ... |
| 1207 | 2026-08-20T20:34:46.344Z | Downloaded heck v0.4.1 |
| 1208 | 2026-08-20T20:34:46.348Z | Downloaded miette-derive v5.10.0 |
| 1209 | 2026-08-20T20:34:46.348Z | Downloaded linked-hash-map v0.5.6 |
| 1210 | 2026-08-20T20:34:46.348Z | Downloaded proc-macro-error-attr v1.0.4 |
| 1211 | 2026-08-20T20:34:46.351Z | Downloaded function_name v0.3.0 |
| 1212 | 2026-08-20T20:34:46.351Z | Downloaded pwd v1.4.0 |
| 1213 | 2026-08-20T20:34:46.356Z | Downloaded knuffel v3.2.0 |
| 1214 | 2026-08-20T20:34:46.359Z | Downloaded lru-cache v0.1.2 |
| 1215 | 2026-08-20T20:34:46.360Z | Downloaded seq-macro v0.3.6 |
| 1216 | 2026-08-20T20:34:46.360Z | Downloaded enum-as-inner v0.6.1 |
| 1217 | 2026-08-20T20:34:46.363Z | Downloaded function_name-proc-macro v0.3.0 |
| 1218 | 2026-08-20T20:34:46.366Z | Downloaded supports-hyperlinks v2.1.0 |
| 1219 | 2026-08-20T20:34:46.367Z | Downloaded terminal_size v0.1.17 |
| 1220 | 2026-08-20T20:34:46.370Z | Downloaded lru v0.18.2 |
| 1221 | 2026-08-20T20:34:46.373Z | Downloaded owo-colors v3.5.0 |
| 1222 | 2026-08-20T20:34:46.373Z | Downloaded resolv-conf v0.7.6 |
| 1223 | 2026-08-20T20:34:46.373Z | Downloaded num-primitive v0.2.1 |
| 1224 | 2026-08-20T20:34:46.377Z | Downloaded proc-macro-error v1.0.4 |
| 1225 | 2026-08-20T20:34:46.377Z | Downloaded supports-color v2.1.0 |
| 1226 | 2026-08-20T20:34:46.377Z | Downloaded knuffel-derive v3.2.0 |
| 1227 | 2026-08-20T20:34:46.380Z | Downloaded smawk v0.3.3 |
| 1228 | 2026-08-20T20:34:46.381Z | Downloaded supports-unicode v2.1.0 |
| 1229 | 2026-08-20T20:34:46.386Z | Downloaded dashu-base v0.5.1 |
| 1230 | 2026-08-20T20:34:46.394Z | Downloaded num-modular v0.6.5 |
| 1231 | 2026-08-20T20:34:46.397Z | Downloaded derive-where v1.6.1 |
| 1232 | 2026-08-20T20:34:46.415Z | Downloaded textwrap v0.15.2 |
| 1233 | 2026-08-20T20:34:46.418Z | Downloaded tokio-stream v0.1.19 |
| 1234 | 2026-08-20T20:34:46.422Z | Downloaded hickory-resolver v0.24.4 |
| 1235 | 2026-08-20T20:34:46.422Z | Downloaded miette v5.10.0 |
| 1236 | 2026-08-20T20:34:46.425Z | Downloaded base64 v0.21.7 |
| 1237 | 2026-08-20T20:34:46.425Z | Downloaded qorb v0.4.1 |
| 1238 | 2026-08-20T20:34:46.439Z | Downloaded itertools v0.14.0 |
| 1239 | 2026-08-20T20:34:46.444Z | Downloaded dashu-int v0.5.1 |
| 1240 | 2026-08-20T20:34:46.470Z | Downloaded hickory-proto v0.24.4 |
| 1241 | 2026-08-20T20:34:46.849Z | Downloaded dsi-bitstream v0.10.1 |
| 1242 | 2026-08-20T20:34:47.053Z | Compiling proc-macro2 v1.0.107 |
| 1243 | 2026-08-20T20:34:47.053Z | Compiling quote v1.0.47 |
| 1244 | 2026-08-20T20:34:47.053Z | Compiling unicode-ident v1.0.24 |
| 1245 | 2026-08-20T20:34:47.054Z | Compiling libc v0.2.189 |
| 1246 | 2026-08-20T20:34:47.057Z | Checking cfg-if v1.0.4 |
| 1247 | 2026-08-20T20:34:47.057Z | Compiling version_check v0.9.5 |
| 1248 | 2026-08-20T20:34:47.057Z | Compiling serde_core v1.0.229 |
| 1249 | 2026-08-20T20:34:47.231Z | Checking memchr v2.8.3 |
| 1250 | 2026-08-20T20:34:47.415Z | Compiling generic-array v0.14.7 |
| 1251 | 2026-08-20T20:34:47.451Z | Checking subtle v2.6.1 |
| 1252 | 2026-08-20T20:34:47.573Z | Checking typenum v1.20.1 |
| 1253 | 2026-08-20T20:34:47.610Z | Checking bytes v1.12.1 |
| 1254 | 2026-08-20T20:34:47.665Z | Compiling libm v0.2.16 |
| 1255 | 2026-08-20T20:34:47.849Z | Compiling autocfg v1.5.1 |
| 1256 | 2026-08-20T20:34:47.956Z | Checking errno v0.3.14 |
| 1257 | 2026-08-20T20:34:47.978Z | Compiling serde v1.0.229 |
| 1258 | 2026-08-20T20:34:48.015Z | Checking smallvec v1.15.2 |
| 1259 | 2026-08-20T20:34:48.062Z | Checking const-oid v0.9.6 |
| 1260 | 2026-08-20T20:34:48.191Z | Compiling num-traits v0.2.19 |
| 1261 | 2026-08-20T20:34:48.337Z | Checking pin-project-lite v0.2.17 |
| 1262 | 2026-08-20T20:34:48.340Z | Compiling heck v0.5.0 |
| 1263 | 2026-08-20T20:34:48.340Z | Compiling thiserror v2.0.20 |
| 1264 | 2026-08-20T20:34:48.340Z | Compiling zeroize v1.9.0 |
| 1265 | 2026-08-20T20:34:48.407Z | Compiling syn v2.0.119 |
| 1266 | 2026-08-20T20:34:48.417Z | Compiling syn v3.0.3 |
| 1267 | 2026-08-20T20:34:48.502Z | Compiling zerocopy v0.8.56 |
| 1268 | 2026-08-20T20:34:48.711Z | Checking itoa v1.0.18 |
| 1269 | 2026-08-20T20:34:48.735Z | Compiling equivalent v1.0.2 |
| 1270 | 2026-08-20T20:34:48.816Z | Compiling parking_lot_core v0.9.12 |
| 1271 | 2026-08-20T20:34:48.828Z | Compiling zmij v1.0.23 |
| 1272 | 2026-08-20T20:34:48.847Z | Checking once_cell v1.21.4 |
| 1273 | 2026-08-20T20:34:48.914Z | Checking signal-hook-registry v1.4.8 |
| 1274 | 2026-08-20T20:34:48.990Z | Checking getrandom v0.2.17 |
| 1275 | 2026-08-20T20:34:49.011Z | Checking futures-core v0.3.33 |
| 1276 | 2026-08-20T20:34:49.065Z | Checking scopeguard v1.2.0 |
| 1277 | 2026-08-20T20:34:49.124Z | Checking rand_core v0.6.4 |
| 1278 | 2026-08-20T20:34:49.127Z | Checking base64ct v1.8.3 |
| 1279 | 2026-08-20T20:34:49.151Z | Checking allocator-api2 v0.2.21 |
| 1280 | 2026-08-20T20:34:49.162Z | Checking lock_api v0.4.14 |
| 1281 | 2026-08-20T20:34:49.266Z | Compiling semver v1.0.28 |
| 1282 | 2026-08-20T20:34:49.345Z | Compiling serde_json v1.0.151 |
| 1283 | 2026-08-20T20:34:49.355Z | Checking parking_lot v0.12.5 |
| 1284 | 2026-08-20T20:34:49.424Z | Checking pem-rfc7468 v0.7.0 |
| 1285 | 2026-08-20T20:34:49.536Z | Checking socket2 v0.6.5 |
| 1286 | 2026-08-20T20:34:49.545Z | Checking mio v1.2.2 |
| 1287 | 2026-08-20T20:34:49.570Z | Compiling jobserver v0.1.35 |
| 1288 | 2026-08-20T20:34:49.721Z | Checking futures-sink v0.3.33 |
| 1289 | 2026-08-20T20:34:49.765Z | Compiling find-msvc-tools v0.1.10 |
| 1290 | 2026-08-20T20:34:49.805Z | Compiling shlex v2.0.1 |
| 1291 | 2026-08-20T20:34:49.876Z | Compiling hashbrown v0.17.1 |
| 1292 | 2026-08-20T20:34:49.982Z | Compiling rustversion v1.0.23 |
| 1293 | 2026-08-20T20:34:49.985Z | Compiling cc v1.4.2 |
| 1294 | 2026-08-20T20:34:50.000Z | Checking flagset v0.4.7 |
| 1295 | 2026-08-20T20:34:50.112Z | Compiling cfg_aliases v0.2.2 |
| 1296 | 2026-08-20T20:34:50.361Z | Compiling indexmap v2.14.0 |
| 1297 | 2026-08-20T20:34:50.419Z | Checking slab v0.4.12 |
| 1298 | 2026-08-20T20:34:50.570Z | Checking foldhash v0.2.0 |
| 1299 | 2026-08-20T20:34:50.697Z | Compiling crypto-common v0.1.7 |
| 1300 | 2026-08-20T20:34:50.736Z | Compiling block-buffer v0.10.4 |
| 1301 | 2026-08-20T20:34:50.815Z | Checking futures-channel v0.3.33 |
| 1302 | 2026-08-20T20:34:50.870Z | Checking bitflags v2.13.1 |
| 1303 | 2026-08-20T20:34:50.908Z | Compiling winnow v1.0.4 |
| 1304 | 2026-08-20T20:34:50.993Z | Checking log v0.4.33 |
| 1305 | 2026-08-20T20:34:51.041Z | Compiling digest v0.10.7 |
| 1306 | 2026-08-20T20:34:51.159Z | Compiling synstructure v0.13.2 |
| 1307 | 2026-08-20T20:34:51.252Z | Checking stable_deref_trait v1.2.1 |
| 1308 | 2026-08-20T20:34:51.309Z | Checking futures-task v0.3.33 |
| 1309 | 2026-08-20T20:34:51.321Z | Checking futures-io v0.3.33 |
| 1310 | 2026-08-20T20:34:51.429Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1311 | 2026-08-20T20:34:51.455Z | Compiling serde_derive_internals v0.29.1 |
| 1312 | 2026-08-20T20:34:51.644Z | Compiling getrandom v0.4.3 |
| 1313 | 2026-08-20T20:34:51.648Z | Compiling schemars v0.8.22 |
| 1314 | 2026-08-20T20:34:51.655Z | Compiling serde_derive v1.0.229 |
| 1315 | 2026-08-20T20:34:51.663Z | Compiling thiserror-impl v2.0.20 |
| 1316 | 2026-08-20T20:34:51.883Z | Compiling tokio-macros v2.7.2 |
| 1317 | 2026-08-20T20:34:51.906Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 1318 | 2026-08-20T20:34:52.185Z | Checking cpufeatures v0.2.17 |
| 1319 | 2026-08-20T20:34:52.276Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 1320 | 2026-08-20T20:34:52.410Z | Compiling zeroize_derive v1.5.0 |
| 1321 | 2026-08-20T20:34:52.479Z | Compiling der_derive v0.7.3 |
| 1322 | 2026-08-20T20:34:52.489Z | Compiling zerocopy-derive v0.8.56 |
| 1323 | 2026-08-20T20:34:52.608Z | Checking tokio v1.53.1 |
| 1324 | 2026-08-20T20:34:52.622Z | Compiling zerofrom-derive v0.1.7 |
| 1325 | 2026-08-20T20:34:52.968Z | Compiling futures-macro v0.3.33 |
| 1326 | 2026-08-20T20:34:53.162Z | Compiling yoke-derive v0.8.2 |
| 1327 | 2026-08-20T20:34:53.431Z | Checking der v0.7.10 |
| 1328 | 2026-08-20T20:34:53.776Z | Checking futures-util v0.3.33 |
| 1329 | 2026-08-20T20:34:53.800Z | Checking zerofrom v0.1.8 |
| 1330 | 2026-08-20T20:34:53.906Z | Compiling proc-macro-crate v3.5.0 |
| 1331 | 2026-08-20T20:34:54.150Z | Checking spki v0.7.3 |
| 1332 | 2026-08-20T20:34:54.221Z | Checking yoke v0.8.3 |
| 1333 | 2026-08-20T20:34:54.306Z | Checking pkcs8 v0.10.2 |
| 1334 | 2026-08-20T20:34:54.315Z | Compiling schemars_derive v0.8.22 |
| 1335 | 2026-08-20T20:34:54.325Z | Compiling zerovec-derive v0.11.3 |
| 1336 | 2026-08-20T20:34:54.385Z | Compiling cmake v0.1.58 |
| 1337 | 2026-08-20T20:34:54.450Z | Compiling borsh v1.8.0 |
| 1338 | 2026-08-20T20:34:54.717Z | Checking http v1.5.0 |
| 1339 | 2026-08-20T20:34:54.728Z | Compiling dunce v1.0.5 |
| 1340 | 2026-08-20T20:34:55.135Z | Compiling object v0.37.3 |
| 1341 | 2026-08-20T20:34:55.265Z | Compiling pkg-config v0.3.33 |
| 1342 | 2026-08-20T20:34:55.324Z | Compiling fs_extra v1.3.0 |
| 1343 | 2026-08-20T20:34:55.390Z | Checking zerovec v0.11.6 |
| 1344 | 2026-08-20T20:34:55.589Z | Compiling borsh-derive v1.8.0 |
| 1345 | 2026-08-20T20:34:55.697Z | Compiling displaydoc v0.2.7 |
| 1346 | 2026-08-20T20:34:55.707Z | Compiling aws-lc-sys v0.44.0 |
| 1347 | 2026-08-20T20:34:55.849Z | Compiling rustc_version v0.4.1 |
| 1348 | 2026-08-20T20:34:56.142Z | Compiling rustix v1.1.4 |
| 1349 | 2026-08-20T20:34:56.153Z | Compiling curve25519-dalek v4.1.3 |
| 1350 | 2026-08-20T20:34:56.510Z | Compiling ahash v0.8.12 |
| 1351 | 2026-08-20T20:34:56.732Z | Checking ppv-lite86 v0.2.21 |
| 1352 | 2026-08-20T20:34:56.793Z | Checking hmac v0.12.1 |
| 1353 | 2026-08-20T20:34:56.914Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1354 | 2026-08-20T20:34:56.924Z | Compiling httparse v1.10.1 |
| 1355 | 2026-08-20T20:34:56.932Z | Checking iana-time-zone v0.1.65 |
| 1356 | 2026-08-20T20:34:57.019Z | Compiling aws-lc-rs v1.18.0 |
| 1357 | 2026-08-20T20:34:57.029Z | Checking percent-encoding v2.3.2 |
| 1358 | 2026-08-20T20:34:57.160Z | Checking chrono v0.4.45 |
| 1359 | 2026-08-20T20:34:57.235Z | Checking tinystr v0.8.3 |
| 1360 | 2026-08-20T20:34:57.312Z | Checking sha2 v0.10.9 |
| 1361 | 2026-08-20T20:34:57.402Z | Checking signature v2.2.0 |
| 1362 | 2026-08-20T20:34:57.517Z | Checking rustls-pki-types v1.15.1 |
| 1363 | 2026-08-20T20:34:57.543Z | Compiling tracing-attributes v0.1.31 |
| 1364 | 2026-08-20T20:34:57.567Z | Compiling slog v2.8.2 |
| 1365 | 2026-08-20T20:34:57.618Z | Checking ff v0.13.1 |
| 1366 | 2026-08-20T20:34:57.736Z | Checking tracing-core v0.1.36 |
| 1367 | 2026-08-20T20:34:57.759Z | Checking writeable v0.6.3 |
| 1368 | 2026-08-20T20:34:57.777Z | Compiling crossbeam-utils v0.8.22 |
| 1369 | 2026-08-20T20:34:57.790Z | Compiling strsim v0.11.1 |
| 1370 | 2026-08-20T20:34:57.916Z | Compiling getrandom v0.3.4 |
| 1371 | 2026-08-20T20:34:58.014Z | Checking base16ct v0.2.0 |
| 1372 | 2026-08-20T20:34:58.029Z | Checking litemap v0.8.2 |
| 1373 | 2026-08-20T20:34:58.065Z | Compiling thiserror v1.0.69 |
| 1374 | 2026-08-20T20:34:58.102Z | Checking group v0.13.0 |
| 1375 | 2026-08-20T20:34:58.125Z | Checking sec1 v0.7.3 |
| 1376 | 2026-08-20T20:34:58.190Z | Checking icu_locale_core v2.2.0 |
| 1377 | 2026-08-20T20:34:58.248Z | Checking uuid v1.24.0 |
| 1378 | 2026-08-20T20:34:58.315Z | Checking hkdf v0.12.4 |
| 1379 | 2026-08-20T20:34:58.432Z | Checking zerotrie v0.2.4 |
| 1380 | 2026-08-20T20:34:58.435Z | Checking potential_utf v0.1.5 |
| 1381 | 2026-08-20T20:34:58.523Z | Checking tokio-util v0.7.19 |
| 1382 | 2026-08-20T20:34:58.554Z | Checking erased-serde v0.3.31 |
| 1383 | 2026-08-20T20:34:58.557Z | Checking crypto-bigint v0.5.5 |
| 1384 | 2026-08-20T20:34:58.657Z | Compiling thiserror-impl v1.0.69 |
| 1385 | 2026-08-20T20:34:58.702Z | Checking tracing v0.1.44 |
| 1386 | 2026-08-20T20:34:58.770Z | Checking ipnet v2.12.1 |
| 1387 | 2026-08-20T20:34:58.877Z | Compiling icu_normalizer_data v2.2.0 |
| 1388 | 2026-08-20T20:34:58.920Z | Checking adler2 v2.0.1 |
| 1389 | 2026-08-20T20:34:58.932Z | Compiling icu_properties_data v2.2.0 |
| 1390 | 2026-08-20T20:34:58.975Z | Compiling syn v1.0.109 |
| 1391 | 2026-08-20T20:34:59.014Z | Checking simd-adler32 v0.3.10 |
| 1392 | 2026-08-20T20:34:59.085Z | Checking utf8_iter v1.0.4 |
| 1393 | 2026-08-20T20:34:59.143Z | Checking miniz_oxide v0.8.9 |
| 1394 | 2026-08-20T20:34:59.199Z | Checking icu_collections v2.2.0 |
| 1395 | 2026-08-20T20:34:59.317Z | Checking icu_provider v2.2.0 |
| 1396 | 2026-08-20T20:34:59.449Z | Checking elliptic-curve v0.13.8 |
| 1397 | 2026-08-20T20:34:59.489Z | Checking form_urlencoded v1.2.2 |
| 1398 | 2026-08-20T20:34:59.542Z | Checking rand_chacha v0.3.1 |
| 1399 | 2026-08-20T20:34:59.552Z | Compiling clap_derive v4.6.4 |
| 1400 | 2026-08-20T20:34:59.604Z | Checking is-terminal v0.4.17 |
| 1401 | 2026-08-20T20:34:59.685Z | Checking dyn-clone v1.0.20 |
| 1402 | 2026-08-20T20:34:59.721Z | Checking utf8parse v0.2.2 |
| 1403 | 2026-08-20T20:34:59.742Z | Checking untrusted v0.9.0 |
| 1404 | 2026-08-20T20:34:59.776Z | Compiling rustls v0.23.43 |
| 1405 | 2026-08-20T20:34:59.802Z | Compiling num-bigint-dig v0.8.6 |
| 1406 | 2026-08-20T20:34:59.837Z | Checking rand v0.8.7 |
| 1407 | 2026-08-20T20:35:00.018Z | Checking rfc6979 v0.4.0 |
| 1408 | 2026-08-20T20:35:00.027Z | Compiling serde_tokenstream v0.2.3 |
| 1409 | 2026-08-20T20:35:00.091Z | Checking http-body v1.1.0 |
| 1410 | 2026-08-20T20:35:00.210Z | Checking atomic-waker v1.1.2 |
| 1411 | 2026-08-20T20:35:00.299Z | Checking ecdsa v0.16.9 |
| 1412 | 2026-08-20T20:35:00.332Z | Checking icu_properties v2.2.0 |
| 1413 | 2026-08-20T20:35:00.363Z | Checking icu_normalizer v2.2.0 |
| 1414 | 2026-08-20T20:35:00.414Z | Checking anstyle-parse v1.0.0 |
| 1415 | 2026-08-20T20:35:00.423Z | Checking primeorder v0.13.6 |
| 1416 | 2026-08-20T20:35:00.644Z | Checking tower-layer v0.3.3 |
| 1417 | 2026-08-20T20:35:00.680Z | Checking anstyle v1.0.14 |
| 1418 | 2026-08-20T20:35:00.748Z | Checking tower-service v0.3.3 |
| 1419 | 2026-08-20T20:35:00.761Z | Checking fnv v1.0.7 |
| 1420 | 2026-08-20T20:35:00.777Z | Compiling gimli v0.32.3 |
| 1421 | 2026-08-20T20:35:00.840Z | Checking anstyle-query v1.1.5 |
| 1422 | 2026-08-20T20:35:00.843Z | Checking colorchoice v1.0.5 |
| 1423 | 2026-08-20T20:35:00.929Z | Checking try-lock v0.2.5 |
| 1424 | 2026-08-20T20:35:01.084Z | Checking is_terminal_polyfill v1.70.2 |
| 1425 | 2026-08-20T20:35:01.094Z | Checking want v0.3.1 |
| 1426 | 2026-08-20T20:35:01.170Z | Checking anstream v1.0.0 |
| 1427 | 2026-08-20T20:35:01.207Z | Checking h2 v0.4.15 |
| 1428 | 2026-08-20T20:35:01.234Z | Checking idna_adapter v1.2.2 |
| 1429 | 2026-08-20T20:35:01.505Z | Checking terminal_size v0.4.4 |
| 1430 | 2026-08-20T20:35:01.610Z | Checking ed25519 v2.2.3 |
| 1431 | 2026-08-20T20:35:02.190Z | Checking spin v0.9.9 |
| 1432 | 2026-08-20T20:35:02.205Z | Compiling rustc-demangle v0.1.28 |
| 1433 | 2026-08-20T20:35:02.524Z | Compiling addr2line v0.25.1 |
| 1434 | 2026-08-20T20:35:02.666Z | Compiling crossbeam-epoch v0.9.20 |
| 1435 | 2026-08-20T20:35:02.693Z | Compiling ident_case v1.0.1 |
| 1436 | 2026-08-20T20:35:02.809Z | Compiling time-core v0.1.9 |
| 1437 | 2026-08-20T20:35:02.825Z | Compiling num-conv v0.2.2 |
| 1438 | 2026-08-20T20:35:02.917Z | Compiling owo-colors v4.3.0 |
| 1439 | 2026-08-20T20:35:02.985Z | Checking clap_lex v1.1.0 |
| 1440 | 2026-08-20T20:35:03.073Z | Checking httpdate v1.0.3 |
| 1441 | 2026-08-20T20:35:03.126Z | Checking clap_builder v4.6.6 |
| 1442 | 2026-08-20T20:35:03.155Z | Compiling time-macros v0.2.32 |
| 1443 | 2026-08-20T20:35:03.207Z | Checking hyper v1.11.0 |
| 1444 | 2026-08-20T20:35:03.282Z | Compiling darling_core v0.23.0 |
| 1445 | 2026-08-20T20:35:03.680Z | Checking ed25519-dalek v2.2.0 |
| 1446 | 2026-08-20T20:35:04.116Z | Compiling backtrace v0.3.76 |
| 1447 | 2026-08-20T20:35:04.309Z | Checking idna v1.1.0 |
| 1448 | 2026-08-20T20:35:04.500Z | Checking rand_core v0.9.5 |
| 1449 | 2026-08-20T20:35:04.543Z | Checking x509-cert v0.2.5 |
| 1450 | 2026-08-20T20:35:04.600Z | Compiling num-integer v0.1.46 |
| 1451 | 2026-08-20T20:35:04.643Z | Compiling async-trait v0.1.92 |
| 1452 | 2026-08-20T20:35:04.663Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1453 | 2026-08-20T20:35:04.804Z | Compiling is_ci v1.2.0 |
| 1454 | 2026-08-20T20:35:04.877Z | Compiling paste v1.0.15 |
| 1455 | 2026-08-20T20:35:04.924Z | Checking deranged v0.5.8 |
| 1456 | 2026-08-20T20:35:05.055Z | Compiling crc32fast v1.5.0 |
| 1457 | 2026-08-20T20:35:05.145Z | Compiling crossbeam-deque v0.8.7 |
| 1458 | 2026-08-20T20:35:05.155Z | Checking base64 v0.22.1 |
| 1459 | 2026-08-20T20:35:05.203Z | Compiling unicode-linebreak v0.1.5 |
| 1460 | 2026-08-20T20:35:05.423Z | Compiling unicode-width v0.2.2 |
| 1461 | 2026-08-20T20:35:05.434Z | Checking num_threads v0.1.7 |
| 1462 | 2026-08-20T20:35:05.493Z | Compiling rayon-core v1.13.0 |
| 1463 | 2026-08-20T20:35:05.560Z | Checking powerfmt v0.2.0 |
| 1464 | 2026-08-20T20:35:05.602Z | Compiling camino v1.2.5 |
| 1465 | 2026-08-20T20:35:05.647Z | Compiling anyhow v1.0.104 |
| 1466 | 2026-08-20T20:35:05.686Z | Checking data-encoding v2.11.1 |
| 1467 | 2026-08-20T20:35:05.714Z | Compiling textwrap v0.16.2 |
| 1468 | 2026-08-20T20:35:05.723Z | Compiling hashbrown v0.16.1 |
| 1469 | 2026-08-20T20:35:05.833Z | Checking time v0.3.55 |
| 1470 | 2026-08-20T20:35:05.948Z | Compiling lazy_static v1.5.0 |
| 1471 | 2026-08-20T20:35:06.012Z | Checking hyper-util v0.1.20 |
| 1472 | 2026-08-20T20:35:06.036Z | Compiling darling_macro v0.23.0 |
| 1473 | 2026-08-20T20:35:06.067Z | Compiling proc-macro-error2 v2.0.1 |
| 1474 | 2026-08-20T20:35:06.083Z | Compiling supports-color v3.0.2 |
| 1475 | 2026-08-20T20:35:06.094Z | Compiling num-iter v0.1.46 |
| 1476 | 2026-08-20T20:35:06.197Z | Checking rand_chacha v0.9.0 |
| 1477 | 2026-08-20T20:35:06.231Z | Checking url v2.5.8 |
| 1478 | 2026-08-20T20:35:06.328Z | Compiling backtrace-ext v0.2.1 |
| 1479 | 2026-08-20T20:35:06.338Z | Compiling hashbrown v0.14.5 |
| 1480 | 2026-08-20T20:35:06.476Z | Checking clap v4.6.6 |
| 1481 | 2026-08-20T20:35:06.786Z | Checking sha1 v0.10.7 |
| 1482 | 2026-08-20T20:35:06.885Z | Compiling miette-derive v7.6.0 |
| 1483 | 2026-08-20T20:35:06.939Z | Checking hybrid-array v0.4.14 |
| 1484 | 2026-08-20T20:35:06.980Z | Checking encoding_rs v0.8.35 |
| 1485 | 2026-08-20T20:35:07.060Z | Checking mime v0.3.17 |
| 1486 | 2026-08-20T20:35:07.418Z | Checking static_assertions v1.1.0 |
| 1487 | 2026-08-20T20:35:07.480Z | Compiling supports-hyperlinks v3.2.0 |
| 1488 | 2026-08-20T20:35:07.496Z | Compiling supports-unicode v3.0.0 |
| 1489 | 2026-08-20T20:35:07.573Z | Checking hex v0.4.3 |
| 1490 | 2026-08-20T20:35:07.591Z | Checking ryu v1.0.23 |
| 1491 | 2026-08-20T20:35:07.614Z | Compiling unicode-width v0.1.14 |
| 1492 | 2026-08-20T20:35:07.623Z | Checking cpufeatures v0.3.0 |
| 1493 | 2026-08-20T20:35:07.715Z | Checking serde_urlencoded v0.7.1 |
| 1494 | 2026-08-20T20:35:07.904Z | Compiling chumsky v0.9.3 |
| 1495 | 2026-08-20T20:35:07.969Z | Compiling miette v7.6.0 |
| 1496 | 2026-08-20T20:35:08.077Z | Compiling darling v0.23.0 |
| 1497 | 2026-08-20T20:35:08.152Z | Checking rand v0.9.5 |
| 1498 | 2026-08-20T20:35:08.504Z | Compiling knus-derive v3.4.0 |
| 1499 | 2026-08-20T20:35:08.601Z | Compiling regress v0.11.1 |
| 1500 | 2026-08-20T20:35:09.219Z | Checking http-body-util v0.1.4 |
| 1501 | 2026-08-20T20:35:09.316Z | Compiling pkcs1 v0.7.5 |
| 1502 | 2026-08-20T20:35:09.391Z | Checking half v2.7.1 |
| 1503 | 2026-08-20T20:35:09.444Z | Checking futures-executor v0.3.33 |
| 1504 | 2026-08-20T20:35:09.585Z | Checking inout v0.1.4 |
| 1505 | 2026-08-20T20:35:09.640Z | Compiling blake3 v1.8.6 |
| 1506 | 2026-08-20T20:35:09.658Z | Checking thread_local v1.1.10 |
| 1507 | 2026-08-20T20:35:09.701Z | Compiling omicron-workspace-hack v0.1.0 |
| 1508 | 2026-08-20T20:35:09.814Z | Compiling keccak v0.1.6 |
| 1509 | 2026-08-20T20:35:10.011Z | Checking ipnetwork v0.21.1 |
| 1510 | 2026-08-20T20:35:10.020Z | Checking fastrand v2.5.0 |
| 1511 | 2026-08-20T20:35:10.130Z | Compiling slog-async v2.8.0 |
| 1512 | 2026-08-20T20:35:10.172Z | Checking ciborium-io v0.2.2 |
| 1513 | 2026-08-20T20:35:10.181Z | Checking sha3 v0.10.9 |
| 1514 | 2026-08-20T20:35:10.190Z | Checking tempfile v3.27.0 |
| 1515 | 2026-08-20T20:35:10.199Z | Checking oxnet v0.1.6 |
| 1516 | 2026-08-20T20:35:10.241Z | Compiling knus v3.4.0 |
| 1517 | 2026-08-20T20:35:10.251Z | Checking ciborium-ll v0.2.2 |
| 1518 | 2026-08-20T20:35:10.369Z | Compiling typify-impl v0.6.2 |
| 1519 | 2026-08-20T20:35:10.448Z | Checking cipher v0.4.4 |
| 1520 | 2026-08-20T20:35:10.628Z | Checking futures v0.3.33 |
| 1521 | 2026-08-20T20:35:10.698Z | Compiling rsa v0.9.10 |
| 1522 | 2026-08-20T20:35:10.878Z | Compiling p384 v0.13.1 |
| 1523 | 2026-08-20T20:35:10.887Z | Checking flate2 v1.1.9 |
| 1524 | 2026-08-20T20:35:10.926Z | Compiling serde_with_macros v3.22.0 |
| 1525 | 2026-08-20T20:35:11.242Z | Checking crypto-common v0.2.2 |
| 1526 | 2026-08-20T20:35:11.264Z | Checking block-buffer v0.12.1 |
| 1527 | 2026-08-20T20:35:11.405Z | Compiling hubpack_derive v0.1.1 |
| 1528 | 2026-08-20T20:35:11.534Z | Checking crossbeam-channel v0.5.16 |
| 1529 | 2026-08-20T20:35:11.624Z | Checking newtype-uuid v1.4.0 |
| 1530 | 2026-08-20T20:35:11.741Z | Checking ssh-encoding v0.2.0 |
| 1531 | 2026-08-20T20:35:11.760Z | Checking openapiv3 v2.2.0 |
| 1532 | 2026-08-20T20:35:11.910Z | Compiling async-stream-impl v0.3.6 |
| 1533 | 2026-08-20T20:35:11.920Z | Compiling strum_macros v0.26.4 |
| 1534 | 2026-08-20T20:35:12.030Z | Compiling daft-derive v0.1.8 |
| 1535 | 2026-08-20T20:35:12.522Z | Checking memmap2 v0.9.11 |
| 1536 | 2026-08-20T20:35:12.679Z | Compiling multer v3.1.0 |
| 1537 | 2026-08-20T20:35:12.732Z | Checking const-oid v0.10.2 |
| 1538 | 2026-08-20T20:35:12.896Z | Checking utf-8 v0.7.6 |
| 1539 | 2026-08-20T20:35:12.988Z | Checking constant_time_eq v0.4.2 |
| 1540 | 2026-08-20T20:35:13.107Z | Checking term v1.2.1 |
| 1541 | 2026-08-20T20:35:13.253Z | Compiling rlimit v0.10.2 |
| 1542 | 2026-08-20T20:35:13.272Z | Checking take_mut v0.2.2 |
| 1543 | 2026-08-20T20:35:13.288Z | Checking arrayvec v0.7.8 |
| 1544 | 2026-08-20T20:35:13.298Z | Checking match_cfg v0.1.0 |
| 1545 | 2026-08-20T20:35:13.311Z | Compiling salty v0.3.0 |
| 1546 | 2026-08-20T20:35:13.355Z | Checking arrayref v0.3.9 |
| 1547 | 2026-08-20T20:35:13.364Z | Checking compression-core v0.4.32 |
| 1548 | 2026-08-20T20:35:13.479Z | Checking compression-codecs v0.4.38 |
| 1549 | 2026-08-20T20:35:13.500Z | Checking strum v0.26.3 |
| 1550 | 2026-08-20T20:35:13.581Z | Checking hostname v0.3.1 |
| 1551 | 2026-08-20T20:35:13.601Z | Checking slog-term v2.9.2 |
| 1552 | 2026-08-20T20:35:13.665Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 1553 | 2026-08-20T20:35:13.675Z | Checking tungstenite v0.28.0 |
| 1554 | 2026-08-20T20:35:13.779Z | Compiling typify-macro v0.6.2 |
| 1555 | 2026-08-20T20:35:13.842Z | Checking digest v0.11.3 |
| 1556 | 2026-08-20T20:35:13.851Z | Checking daft v0.1.8 |
| 1557 | 2026-08-20T20:35:13.956Z | Checking async-stream v0.3.6 |
| 1558 | 2026-08-20T20:35:13.980Z | Checking serde_with v3.22.0 |
| 1559 | 2026-08-20T20:35:14.033Z | Checking ssh-cipher v0.2.0 |
| 1560 | 2026-08-20T20:35:14.060Z | Checking hubpack v0.1.2 |
| 1561 | 2026-08-20T20:35:14.079Z | Checking ciborium v0.2.2 |
| 1562 | 2026-08-20T20:35:14.137Z | Checking slog-json v2.6.1 |
| 1563 | 2026-08-20T20:35:14.146Z | Checking p256 v0.13.2 |
| 1564 | 2026-08-20T20:35:14.281Z | Checking serde_spanned v1.1.1 |
| 1565 | 2026-08-20T20:35:14.403Z | Compiling dropshot v0.17.1 |
| 1566 | 2026-08-20T20:35:14.493Z | Compiling sush-common v0.1.0 (/work/oxidecomputer/sush/common) |
| 1567 | 2026-08-20T20:35:14.564Z | Checking debug-ignore v1.0.5 |
| 1568 | 2026-08-20T20:35:14.625Z | Checking toml_writer v1.1.2+spec-1.1.0 |
| 1569 | 2026-08-20T20:35:14.692Z | Checking ssh-key v0.6.7 |
| 1570 | 2026-08-20T20:35:14.702Z | Checking slog-bunyan v2.5.0 |
| 1571 | 2026-08-20T20:35:14.797Z | Checking toml v1.1.4+spec-1.1.0 |
| 1572 | 2026-08-20T20:35:14.817Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?tag=rel%2Fv21%2Frc1#3e5bafe8) |
| 1573 | 2026-08-20T20:35:14.829Z | Checking tokio-tungstenite v0.28.0 |
| 1574 | 2026-08-20T20:35:15.066Z | Checking sha1 v0.11.0 |
| 1575 | 2026-08-20T20:35:15.236Z | Checking async-compression v0.4.43 |
| 1576 | 2026-08-20T20:35:15.274Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 1577 | 2026-08-20T20:35:15.369Z | Compiling dropshot_endpoint v0.17.1 |
| 1578 | 2026-08-20T20:35:15.403Z | Checking waitgroup v0.1.2 |
| 1579 | 2026-08-20T20:35:15.466Z | Checking rustls-pemfile v2.2.0 |
| 1580 | 2026-08-20T20:35:15.476Z | Checking toml_datetime v0.6.11 |
| 1581 | 2026-08-20T20:35:15.493Z | Checking serde_spanned v0.6.9 |
| 1582 | 2026-08-20T20:35:15.558Z | Checking env_filter v2.0.0 |
| 1583 | 2026-08-20T20:35:15.609Z | Compiling aho-corasick v1.1.5 |
| 1584 | 2026-08-20T20:35:15.643Z | Checking sync_wrapper v1.0.2 |
| 1585 | 2026-08-20T20:35:15.694Z | Checking serde_path_to_error v0.1.20 |
| 1586 | 2026-08-20T20:35:15.737Z | Checking hostname v0.4.2 |
| 1587 | 2026-08-20T20:35:15.830Z | Compiling proc-macro-error-attr v1.0.4 |
| 1588 | 2026-08-20T20:35:15.894Z | Checking openssl-probe v0.2.1 |
| 1589 | 2026-08-20T20:35:16.025Z | Checking http-range-header v0.4.2 |
| 1590 | 2026-08-20T20:35:16.061Z | Checking tinyvec_macros v0.1.1 |
| 1591 | 2026-08-20T20:35:16.119Z | Compiling regex-syntax v0.8.11 |
| 1592 | 2026-08-20T20:35:16.129Z | Checking bytesize v2.7.0 |
| 1593 | 2026-08-20T20:35:16.150Z | Checking toml_write v0.1.2 |
| 1594 | 2026-08-20T20:35:16.293Z | Checking winnow v0.7.15 |
| 1595 | 2026-08-20T20:35:16.315Z | Compiling dashu-int v0.5.1 |
| 1596 | 2026-08-20T20:35:16.533Z | Compiling radium v0.7.0 |
| 1597 | 2026-08-20T20:35:17.049Z | Checking tinyvec v1.12.0 |
| 1598 | 2026-08-20T20:35:17.403Z | Checking rustls-native-certs v0.8.4 |
| 1599 | 2026-08-20T20:35:17.475Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1600 | 2026-08-20T20:35:17.503Z | Checking toml_edit v0.22.27 |
| 1601 | 2026-08-20T20:35:17.526Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1602 | 2026-08-20T20:35:17.789Z | Compiling regex-automata v0.4.18 |
| 1603 | 2026-08-20T20:35:17.858Z | Checking tower v0.5.3 |
| 1604 | 2026-08-20T20:35:18.069Z | Checking env_logger v0.11.11 |
| 1605 | 2026-08-20T20:35:18.239Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=b8782742d1bd91546887fbc1757a7d024a5469ef#b8782742) |
| 1606 | 2026-08-20T20:35:18.475Z | Checking serde-big-array v0.5.1 |
| 1607 | 2026-08-20T20:35:18.525Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1608 | 2026-08-20T20:35:18.598Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1609 | 2026-08-20T20:35:18.702Z | Compiling proc-macro-error v1.0.4 |
| 1610 | 2026-08-20T20:35:18.712Z | Checking corncobs v0.1.4 |
| 1611 | 2026-08-20T20:35:18.824Z | Checking dashu-base v0.5.1 |
| 1612 | 2026-08-20T20:35:19.257Z | Checking tap v1.0.1 |
| 1613 | 2026-08-20T20:35:19.353Z | Checking num-modular v0.6.5 |
| 1614 | 2026-08-20T20:35:19.483Z | Compiling regex v1.13.1 |
| 1615 | 2026-08-20T20:35:19.870Z | Checking wyz v0.5.1 |
| 1616 | 2026-08-20T20:35:20.036Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1617 | 2026-08-20T20:35:20.199Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1618 | 2026-08-20T20:35:20.383Z | Checking toml v0.8.23 |
| 1619 | 2026-08-20T20:35:20.445Z | Checking tower-http v0.6.11 |
| 1620 | 2026-08-20T20:35:20.720Z | Compiling typify v0.6.2 |
| 1621 | 2026-08-20T20:35:20.830Z | Checking secrecy v0.8.0 |
| 1622 | 2026-08-20T20:35:20.859Z | Compiling enum-as-inner v0.6.1 |
| 1623 | 2026-08-20T20:35:20.955Z | Compiling nix v0.30.1 |
| 1624 | 2026-08-20T20:35:21.151Z | Checking funty v2.0.0 |
| 1625 | 2026-08-20T20:35:21.348Z | Compiling signal-hook v0.3.18 |
| 1626 | 2026-08-20T20:35:21.432Z | Compiling unicode-segmentation v1.13.3 |
| 1627 | 2026-08-20T20:35:21.447Z | Compiling portable-atomic v1.15.0 |
| 1628 | 2026-08-20T20:35:21.558Z | Checking linked-hash-map v0.5.6 |
| 1629 | 2026-08-20T20:35:21.599Z | Compiling unsafe-libyaml v0.2.11 |
| 1630 | 2026-08-20T20:35:21.709Z | Checking num-primitive v0.2.1 |
| 1631 | 2026-08-20T20:35:21.826Z | Checking smawk v0.3.3 |
| 1632 | 2026-08-20T20:35:21.915Z | Checking supports-color v2.1.0 |
| 1633 | 2026-08-20T20:35:21.939Z | Checking textwrap v0.15.2 |
| 1634 | 2026-08-20T20:35:22.018Z | Compiling heck v0.4.1 |
| 1635 | 2026-08-20T20:35:22.031Z | Checking lru-cache v0.1.2 |
| 1636 | 2026-08-20T20:35:22.124Z | Compiling serde_yaml v0.9.34+deprecated |
| 1637 | 2026-08-20T20:35:22.146Z | Checking bitvec v1.1.1 |
| 1638 | 2026-08-20T20:35:22.192Z | Checking suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe) |
| 1639 | 2026-08-20T20:35:22.223Z | Compiling progenitor-impl v0.14.0 |
| 1640 | 2026-08-20T20:35:22.247Z | Checking dsi-bitstream v0.10.1 |
| 1641 | 2026-08-20T20:35:22.273Z | Checking hickory-proto v0.24.4 |
| 1642 | 2026-08-20T20:35:22.980Z | Checking supports-hyperlinks v2.1.0 |
| 1643 | 2026-08-20T20:35:22.992Z | Checking supports-unicode v2.1.0 |
| 1644 | 2026-08-20T20:35:23.081Z | Checking tokio-stream v0.1.19 |
| 1645 | 2026-08-20T20:35:23.091Z | Compiling miette-derive v5.10.0 |
| 1646 | 2026-08-20T20:35:23.336Z | Checking nibble_vec v0.1.0 |
| 1647 | 2026-08-20T20:35:23.443Z | Checking terminal_size v0.1.17 |
| 1648 | 2026-08-20T20:35:23.453Z | Checking endian-type v0.1.2 |
| 1649 | 2026-08-20T20:35:23.538Z | Checking either v1.17.0 |
| 1650 | 2026-08-20T20:35:23.568Z | Checking owo-colors v3.5.0 |
| 1651 | 2026-08-20T20:35:23.627Z | Checking resolv-conf v0.7.6 |
| 1652 | 2026-08-20T20:35:23.721Z | Checking itertools v0.14.0 |
| 1653 | 2026-08-20T20:35:23.735Z | Checking radix_trie v0.2.1 |
| 1654 | 2026-08-20T20:35:23.797Z | Checking hickory-resolver v0.24.4 |
| 1655 | 2026-08-20T20:35:24.115Z | Checking miette v5.10.0 |
| 1656 | 2026-08-20T20:35:24.223Z | Compiling progenitor-macro v0.14.0 |
| 1657 | 2026-08-20T20:35:24.561Z | Compiling knuffel-derive v3.2.0 |
| 1658 | 2026-08-20T20:35:24.942Z | Checking before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe) |
| 1659 | 2026-08-20T20:35:25.045Z | Checking console v0.16.4 |
| 1660 | 2026-08-20T20:35:25.281Z | Checking fd-lock v4.0.4 |
| 1661 | 2026-08-20T20:35:25.356Z | Compiling derive-where v1.6.1 |
| 1662 | 2026-08-20T20:35:25.391Z | Checking termios v0.3.3 |
| 1663 | 2026-08-20T20:35:25.505Z | Checking unit-prefix v0.5.2 |
| 1664 | 2026-08-20T20:35:25.525Z | Checking home v0.5.12 |
| 1665 | 2026-08-20T20:35:25.620Z | Checking base64 v0.21.7 |
| 1666 | 2026-08-20T20:35:25.740Z | Compiling seq-macro v0.3.6 |
| 1667 | 2026-08-20T20:35:25.863Z | Checking indicatif v0.18.6 |
| 1668 | 2026-08-20T20:35:25.933Z | Checking knuffel v3.2.0 |
| 1669 | 2026-08-20T20:35:25.943Z | Checking rustyline v17.0.2 |
| 1670 | 2026-08-20T20:35:26.256Z | Checking pwd v1.4.0 |
| 1671 | 2026-08-20T20:35:26.260Z | Checking rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe) |
| 1672 | 2026-08-20T20:35:26.307Z | Checking lru v0.18.2 |
| 1673 | 2026-08-20T20:35:26.351Z | Checking tokio-fd v0.3.0 |
| 1674 | 2026-08-20T20:35:26.458Z | Compiling async-recursion v1.1.1 |
| 1675 | 2026-08-20T20:35:26.461Z | Checking humantime v2.4.0 |
| 1676 | 2026-08-20T20:35:26.572Z | Checking shlex v1.3.0 |
| 1677 | 2026-08-20T20:35:26.606Z | Checking qorb v0.4.1 |
| 1678 | 2026-08-20T20:35:26.634Z | Checking xdg v3.0.0 |
| 1679 | 2026-08-20T20:35:26.648Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 1680 | 2026-08-20T20:35:26.712Z | Compiling function_name-proc-macro v0.3.0 |
| 1681 | 2026-08-20T20:35:27.047Z | Checking function_name v0.3.0 |
| 1682 | 2026-08-20T20:35:27.352Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=b8782742d1bd91546887fbc1757a7d024a5469ef#b8782742) |
| 1683 | 2026-08-20T20:35:30.765Z | Checking rustls-webpki v0.103.13 |
| 1684 | 2026-08-20T20:35:32.970Z | Checking tokio-rustls v0.26.4 |
| 1685 | 2026-08-20T20:35:32.973Z | Checking rustls-platform-verifier v0.7.0 |
| 1686 | 2026-08-20T20:35:33.145Z | Checking hyper-rustls v0.27.9 |
| 1687 | 2026-08-20T20:35:33.304Z | Checking reqwest v0.13.4 |
| 1688 | 2026-08-20T20:35:33.886Z | Checking progenitor-client v0.14.0 |
| 1689 | 2026-08-20T20:35:34.072Z | Checking progenitor v0.14.0 |
| 1690 | 2026-08-20T20:35:34.732Z | Checking sush-api v0.1.0 (/work/oxidecomputer/sush/api) |
| 1691 | 2026-08-20T20:35:35.187Z | Checking sush-server v0.1.0 (/work/oxidecomputer/sush/server) |
| 1692 | 2026-08-20T20:35:35.187Z | Checking sush-client v0.1.0 (/work/oxidecomputer/sush/client) |
| 1693 | 2026-08-20T20:35:35.191Z | Checking xtask v0.1.0 (/work/oxidecomputer/sush/xtask) |
| 1694 | 2026-08-20T20:35:37.280Z | Checking sush-tests v0.1.0 (/work/oxidecomputer/sush/tests) |
| 1695 | 2026-08-20T20:35:37.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.46s |
| 1696 | 2026-08-20T20:35:37.496Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 1697 | 2026-08-20T20:35:37.497Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 1698 | 2026-08-20T20:35:37.625Z | cargo clippy --tests -- --no-deps --deny warnings |
| 1699 | 2026-08-20T20:35:38.063Z | Compiling serde_json v1.0.151 |
| 1700 | 2026-08-20T20:35:38.195Z | Checking rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe) |
| 1701 | 2026-08-20T20:35:38.209Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 1702 | 2026-08-20T20:35:38.794Z | Compiling schemars v0.8.22 |
| 1703 | 2026-08-20T20:35:38.794Z | Compiling openapiv3 v2.2.0 |
| 1704 | 2026-08-20T20:35:38.886Z | Checking slog-json v2.6.1 |
| 1705 | 2026-08-20T20:35:38.890Z | Checking reqwest v0.13.4 |
| 1706 | 2026-08-20T20:35:38.917Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 1707 | 2026-08-20T20:35:39.049Z | Checking slog-bunyan v2.5.0 |
| 1708 | 2026-08-20T20:35:39.488Z | Compiling typify-impl v0.6.2 |
| 1709 | 2026-08-20T20:35:39.501Z | Checking oxnet v0.1.6 |
| 1710 | 2026-08-20T20:35:39.554Z | Checking progenitor-client v0.14.0 |
| 1711 | 2026-08-20T20:35:39.760Z | Checking daft v0.1.8 |
| 1712 | 2026-08-20T20:35:39.968Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?tag=rel%2Fv21%2Frc1#3e5bafe8) |
| 1713 | 2026-08-20T20:35:40.121Z | Checking dropshot v0.17.1 |
| 1714 | 2026-08-20T20:35:40.183Z | Checking sush-common v0.1.0 (/work/oxidecomputer/sush/common) |
| 1715 | 2026-08-20T20:35:41.557Z | Compiling typify-macro v0.6.2 |
| 1716 | 2026-08-20T20:35:41.872Z | Checking sush-api v0.1.0 (/work/oxidecomputer/sush/api) |
| 1717 | 2026-08-20T20:35:42.359Z | Checking sush-server v0.1.0 (/work/oxidecomputer/sush/server) |
| 1718 | 2026-08-20T20:35:42.362Z | Checking xtask v0.1.0 (/work/oxidecomputer/sush/xtask) |
| 1719 | 2026-08-20T20:35:42.657Z | Compiling typify v0.6.2 |
| 1720 | 2026-08-20T20:35:42.717Z | Compiling progenitor-impl v0.14.0 |
| 1721 | 2026-08-20T20:35:44.007Z | Compiling progenitor-macro v0.14.0 |
| 1722 | 2026-08-20T20:35:46.338Z | Checking progenitor v0.14.0 |
| 1723 | 2026-08-20T20:35:46.440Z | Checking sush-client v0.1.0 (/work/oxidecomputer/sush/client) |
| 1724 | 2026-08-20T20:35:48.520Z | Checking sush-tests v0.1.0 (/work/oxidecomputer/sush/tests) |
| 1725 | 2026-08-20T20:35:49.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.86s |
| 1726 | 2026-08-20T20:35:49.554Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 1727 | 2026-08-20T20:35:49.554Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 1728 | 2026-08-20T20:35:49.685Z | cargo build --locked |
| 1729 | 2026-08-20T20:35:50.157Z | Compiling unicode-ident v1.0.24 |
| 1730 | 2026-08-20T20:35:50.157Z | Compiling cfg-if v1.0.4 |
| 1731 | 2026-08-20T20:35:50.160Z | Compiling subtle v2.6.1 |
| 1732 | 2026-08-20T20:35:50.160Z | Compiling const-oid v0.9.6 |
| 1733 | 2026-08-20T20:35:50.160Z | Compiling libc v0.2.189 |
| 1734 | 2026-08-20T20:35:50.248Z | Compiling serde_core v1.0.229 |
| 1735 | 2026-08-20T20:35:50.254Z | Compiling once_cell v1.21.4 |
| 1736 | 2026-08-20T20:35:50.257Z | Compiling memchr v2.8.3 |
| 1737 | 2026-08-20T20:35:50.284Z | Compiling bytes v1.12.1 |
| 1738 | 2026-08-20T20:35:50.338Z | Compiling proc-macro2 v1.0.107 |
| 1739 | 2026-08-20T20:35:50.369Z | Compiling equivalent v1.0.2 |
| 1740 | 2026-08-20T20:35:50.451Z | Compiling typenum v1.20.1 |
| 1741 | 2026-08-20T20:35:50.460Z | Compiling flagset v0.4.7 |
| 1742 | 2026-08-20T20:35:50.578Z | Compiling itoa v1.0.18 |
| 1743 | 2026-08-20T20:35:50.708Z | Compiling quote v1.0.47 |
| 1744 | 2026-08-20T20:35:50.760Z | Compiling allocator-api2 v0.2.21 |
| 1745 | 2026-08-20T20:35:50.902Z | Compiling syn v2.0.119 |
| 1746 | 2026-08-20T20:35:50.918Z | Compiling syn v3.0.3 |
| 1747 | 2026-08-20T20:35:50.952Z | Compiling errno v0.3.14 |
| 1748 | 2026-08-20T20:35:51.011Z | Compiling smallvec v1.15.2 |
| 1749 | 2026-08-20T20:35:51.037Z | Compiling libm v0.2.16 |
| 1750 | 2026-08-20T20:35:51.080Z | Compiling heck v0.5.0 |
| 1751 | 2026-08-20T20:35:51.098Z | Compiling pin-project-lite v0.2.17 |
| 1752 | 2026-08-20T20:35:51.192Z | Compiling signal-hook-registry v1.4.8 |
| 1753 | 2026-08-20T20:35:51.218Z | Compiling getrandom v0.2.17 |
| 1754 | 2026-08-20T20:35:51.264Z | Compiling cpufeatures v0.2.17 |
| 1755 | 2026-08-20T20:35:51.333Z | Compiling bitflags v2.13.1 |
| 1756 | 2026-08-20T20:35:51.342Z | Compiling foldhash v0.2.0 |
| 1757 | 2026-08-20T20:35:51.401Z | Compiling futures-core v0.3.33 |
| 1758 | 2026-08-20T20:35:51.496Z | Compiling scopeguard v1.2.0 |
| 1759 | 2026-08-20T20:35:51.512Z | Compiling rand_core v0.6.4 |
| 1760 | 2026-08-20T20:35:51.551Z | Compiling parking_lot_core v0.9.12 |
| 1761 | 2026-08-20T20:35:51.569Z | Compiling base64ct v1.8.3 |
| 1762 | 2026-08-20T20:35:51.595Z | Compiling lock_api v0.4.14 |
| 1763 | 2026-08-20T20:35:51.728Z | Compiling zmij v1.0.23 |
| 1764 | 2026-08-20T20:35:51.824Z | Compiling num-traits v0.2.19 |
| 1765 | 2026-08-20T20:35:51.848Z | Compiling parking_lot v0.12.5 |
| 1766 | 2026-08-20T20:35:51.857Z | Compiling pem-rfc7468 v0.7.0 |
| 1767 | 2026-08-20T20:35:52.026Z | Compiling socket2 v0.6.5 |
| 1768 | 2026-08-20T20:35:52.105Z | Compiling mio v1.2.2 |
| 1769 | 2026-08-20T20:35:52.191Z | Compiling generic-array v0.14.7 |
| 1770 | 2026-08-20T20:35:52.202Z | Compiling futures-sink v0.3.33 |
| 1771 | 2026-08-20T20:35:52.249Z | Compiling indexmap v2.14.0 |
| 1772 | 2026-08-20T20:35:52.298Z | Compiling adler2 v2.0.1 |
| 1773 | 2026-08-20T20:35:52.425Z | Compiling base16ct v0.2.0 |
| 1774 | 2026-08-20T20:35:52.425Z | Compiling slab v0.4.12 |
| 1775 | 2026-08-20T20:35:52.471Z | Compiling futures-channel v0.3.33 |
| 1776 | 2026-08-20T20:35:52.602Z | Compiling log v0.4.33 |
| 1777 | 2026-08-20T20:35:52.605Z | Compiling http v1.5.0 |
| 1778 | 2026-08-20T20:35:52.661Z | Compiling crypto-common v0.1.7 |
| 1779 | 2026-08-20T20:35:52.694Z | Compiling block-buffer v0.10.4 |
| 1780 | 2026-08-20T20:35:52.782Z | Compiling futures-task v0.3.33 |
| 1781 | 2026-08-20T20:35:52.792Z | Compiling digest v0.10.7 |
| 1782 | 2026-08-20T20:35:52.808Z | Compiling futures-io v0.3.33 |
| 1783 | 2026-08-20T20:35:52.824Z | Compiling stable_deref_trait v1.2.1 |
| 1784 | 2026-08-20T20:35:52.878Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 1785 | 2026-08-20T20:35:52.947Z | Compiling strsim v0.11.1 |
| 1786 | 2026-08-20T20:35:52.962Z | Compiling ipnet v2.12.1 |
| 1787 | 2026-08-20T20:35:52.996Z | Compiling dyn-clone v1.0.20 |
| 1788 | 2026-08-20T20:35:53.116Z | Compiling getrandom v0.4.3 |
| 1789 | 2026-08-20T20:35:53.134Z | Compiling serde_json v1.0.151 |
| 1790 | 2026-08-20T20:35:53.265Z | Compiling hashbrown v0.17.1 |
| 1791 | 2026-08-20T20:35:53.334Z | Compiling utf8parse v0.2.2 |
| 1792 | 2026-08-20T20:35:53.442Z | Compiling proc-macro-crate v3.5.0 |
| 1793 | 2026-08-20T20:35:53.485Z | Compiling gimli v0.32.3 |
| 1794 | 2026-08-20T20:35:53.601Z | Compiling rustix v1.1.4 |
| 1795 | 2026-08-20T20:35:53.758Z | Compiling synstructure v0.13.2 |
| 1796 | 2026-08-20T20:35:53.843Z | Compiling serde_derive_internals v0.29.1 |
| 1797 | 2026-08-20T20:35:54.114Z | Compiling serde_derive v1.0.229 |
| 1798 | 2026-08-20T20:35:54.244Z | Compiling thiserror-impl v2.0.20 |
| 1799 | 2026-08-20T20:35:54.253Z | Compiling tokio-macros v2.7.2 |
| 1800 | 2026-08-20T20:35:54.489Z | Compiling displaydoc v0.2.7 |
| 1801 | 2026-08-20T20:35:54.565Z | Compiling anstyle-parse v1.0.0 |
| 1802 | 2026-08-20T20:35:54.751Z | Compiling anstyle-query v1.1.5 |
| 1803 | 2026-08-20T20:35:54.837Z | Compiling zeroize_derive v1.5.0 |
| 1804 | 2026-08-20T20:35:54.857Z | Compiling der_derive v0.7.3 |
| 1805 | 2026-08-20T20:35:54.972Z | Compiling zerocopy-derive v0.8.56 |
| 1806 | 2026-08-20T20:35:55.110Z | Compiling tokio v1.53.1 |
| 1807 | 2026-08-20T20:35:55.266Z | Compiling zerofrom-derive v0.1.7 |
| 1808 | 2026-08-20T20:35:55.440Z | Compiling yoke-derive v0.8.2 |
| 1809 | 2026-08-20T20:35:55.455Z | Compiling thiserror v2.0.20 |
| 1810 | 2026-08-20T20:35:55.521Z | Compiling zeroize v1.9.0 |
| 1811 | 2026-08-20T20:35:55.554Z | Compiling futures-macro v0.3.33 |
| 1812 | 2026-08-20T20:35:55.827Z | Compiling der v0.7.10 |
| 1813 | 2026-08-20T20:35:56.425Z | Compiling futures-util v0.3.33 |
| 1814 | 2026-08-20T20:35:56.458Z | Compiling zerocopy v0.8.56 |
| 1815 | 2026-08-20T20:35:56.529Z | Compiling zerofrom v0.1.8 |
| 1816 | 2026-08-20T20:35:56.562Z | Compiling zerovec-derive v0.11.3 |
| 1817 | 2026-08-20T20:35:56.647Z | Compiling yoke v0.8.3 |
| 1818 | 2026-08-20T20:35:56.691Z | Compiling spki v0.7.3 |
| 1819 | 2026-08-20T20:35:56.703Z | Compiling serde v1.0.229 |
| 1820 | 2026-08-20T20:35:56.834Z | Compiling schemars_derive v0.8.22 |
| 1821 | 2026-08-20T20:35:56.904Z | Compiling pkcs8 v0.10.2 |
| 1822 | 2026-08-20T20:35:57.191Z | Compiling borsh-derive v1.8.0 |
| 1823 | 2026-08-20T20:35:57.678Z | Compiling zerovec v0.11.6 |
| 1824 | 2026-08-20T20:35:57.725Z | Compiling hmac v0.12.1 |
| 1825 | 2026-08-20T20:35:57.861Z | Compiling addr2line v0.25.1 |
| 1826 | 2026-08-20T20:35:58.195Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1827 | 2026-08-20T20:35:58.199Z | Compiling is_terminal_polyfill v1.70.2 |
| 1828 | 2026-08-20T20:35:58.246Z | Compiling colorchoice v1.0.5 |
| 1829 | 2026-08-20T20:35:58.294Z | Compiling iana-time-zone v0.1.65 |
| 1830 | 2026-08-20T20:35:58.358Z | Compiling percent-encoding v2.3.2 |
| 1831 | 2026-08-20T20:35:58.384Z | Compiling borsh v1.8.0 |
| 1832 | 2026-08-20T20:35:58.475Z | Compiling anstyle v1.0.14 |
| 1833 | 2026-08-20T20:35:58.517Z | Compiling rustc-demangle v0.1.28 |
| 1834 | 2026-08-20T20:35:58.553Z | Compiling chrono v0.4.45 |
| 1835 | 2026-08-20T20:35:58.697Z | Compiling anstream v1.0.0 |
| 1836 | 2026-08-20T20:35:58.794Z | Compiling tinystr v0.8.3 |
| 1837 | 2026-08-20T20:35:58.874Z | Compiling signature v2.2.0 |
| 1838 | 2026-08-20T20:35:58.949Z | Compiling sha2 v0.10.9 |
| 1839 | 2026-08-20T20:35:58.995Z | Compiling rustls-pki-types v1.15.1 |
| 1840 | 2026-08-20T20:35:59.015Z | Compiling tracing-attributes v0.1.31 |
| 1841 | 2026-08-20T20:35:59.025Z | Compiling ff v0.13.1 |
| 1842 | 2026-08-20T20:35:59.025Z | Compiling tracing-core v0.1.36 |
| 1843 | 2026-08-20T20:35:59.160Z | Compiling base64 v0.22.1 |
| 1844 | 2026-08-20T20:35:59.332Z | Compiling ppv-lite86 v0.2.21 |
| 1845 | 2026-08-20T20:35:59.464Z | Compiling writeable v0.6.3 |
| 1846 | 2026-08-20T20:35:59.487Z | Compiling litemap v0.8.2 |
| 1847 | 2026-08-20T20:35:59.496Z | Compiling clap_lex v1.1.0 |
| 1848 | 2026-08-20T20:35:59.640Z | Compiling icu_locale_core v2.2.0 |
| 1849 | 2026-08-20T20:35:59.651Z | Compiling group v0.13.0 |
| 1850 | 2026-08-20T20:35:59.666Z | Compiling httparse v1.10.1 |
| 1851 | 2026-08-20T20:35:59.676Z | Compiling uuid v1.24.0 |
| 1852 | 2026-08-20T20:35:59.736Z | Compiling tokio-util v0.7.19 |
| 1853 | 2026-08-20T20:35:59.824Z | Compiling potential_utf v0.1.5 |
| 1854 | 2026-08-20T20:35:59.975Z | Compiling hkdf v0.12.4 |
| 1855 | 2026-08-20T20:35:59.994Z | Compiling erased-serde v0.3.31 |
| 1856 | 2026-08-20T20:36:00.074Z | Compiling sec1 v0.7.3 |
| 1857 | 2026-08-20T20:36:00.114Z | Compiling zerotrie v0.2.4 |
| 1858 | 2026-08-20T20:36:00.138Z | Compiling crypto-bigint v0.5.5 |
| 1859 | 2026-08-20T20:36:00.220Z | Compiling tracing v0.1.44 |
| 1860 | 2026-08-20T20:36:00.352Z | Compiling thiserror-impl v1.0.69 |
| 1861 | 2026-08-20T20:36:00.395Z | Compiling aws-lc-sys v0.44.0 |
| 1862 | 2026-08-20T20:36:00.412Z | Compiling utf8_iter v1.0.4 |
| 1863 | 2026-08-20T20:36:00.463Z | Compiling is_ci v1.2.0 |
| 1864 | 2026-08-20T20:36:00.489Z | Compiling unicode-linebreak v0.1.5 |
| 1865 | 2026-08-20T20:36:00.558Z | Compiling simd-adler32 v0.3.10 |
| 1866 | 2026-08-20T20:36:00.600Z | Compiling icu_collections v2.2.0 |
| 1867 | 2026-08-20T20:36:00.714Z | Compiling miniz_oxide v0.8.9 |
| 1868 | 2026-08-20T20:36:00.733Z | Compiling slog v2.8.2 |
| 1869 | 2026-08-20T20:36:00.761Z | Compiling icu_provider v2.2.0 |
| 1870 | 2026-08-20T20:36:00.997Z | Compiling aws-lc-rs v1.18.0 |
| 1871 | 2026-08-20T20:36:01.152Z | Compiling crossbeam-utils v0.8.22 |
| 1872 | 2026-08-20T20:36:01.177Z | Compiling elliptic-curve v0.13.8 |
| 1873 | 2026-08-20T20:36:01.194Z | Compiling getrandom v0.3.4 |
| 1874 | 2026-08-20T20:36:01.379Z | Compiling rand_chacha v0.3.1 |
| 1875 | 2026-08-20T20:36:01.410Z | Compiling form_urlencoded v1.2.2 |
| 1876 | 2026-08-20T20:36:01.453Z | Compiling clap_derive v4.6.4 |
| 1877 | 2026-08-20T20:36:01.578Z | Compiling thiserror v1.0.69 |
| 1878 | 2026-08-20T20:36:01.589Z | Compiling num-integer v0.1.46 |
| 1879 | 2026-08-20T20:36:01.598Z | Compiling is-terminal v0.4.17 |
| 1880 | 2026-08-20T20:36:01.680Z | Compiling untrusted v0.9.0 |
| 1881 | 2026-08-20T20:36:01.691Z | Compiling unicode-width v0.1.14 |
| 1882 | 2026-08-20T20:36:01.694Z | Compiling rand v0.8.7 |
| 1883 | 2026-08-20T20:36:01.801Z | Compiling num-iter v0.1.46 |
| 1884 | 2026-08-20T20:36:01.852Z | Compiling syn v1.0.109 |
| 1885 | 2026-08-20T20:36:01.908Z | Compiling icu_normalizer_data v2.2.0 |
| 1886 | 2026-08-20T20:36:01.926Z | Compiling icu_properties_data v2.2.0 |
| 1887 | 2026-08-20T20:36:01.962Z | Compiling schemars v0.8.22 |
| 1888 | 2026-08-20T20:36:01.980Z | Compiling rfc6979 v0.4.0 |
| 1889 | 2026-08-20T20:36:02.062Z | Compiling rustls-webpki v0.103.13 |
| 1890 | 2026-08-20T20:36:02.103Z | Compiling serde_tokenstream v0.2.3 |
| 1891 | 2026-08-20T20:36:02.370Z | Compiling http-body v1.1.0 |
| 1892 | 2026-08-20T20:36:02.528Z | Compiling unicode-width v0.2.2 |
| 1893 | 2026-08-20T20:36:02.537Z | Compiling atomic-waker v1.1.2 |
| 1894 | 2026-08-20T20:36:02.569Z | Compiling rustls v0.23.43 |
| 1895 | 2026-08-20T20:36:02.606Z | Compiling ecdsa v0.16.9 |
| 1896 | 2026-08-20T20:36:02.666Z | Compiling icu_properties v2.2.0 |
| 1897 | 2026-08-20T20:36:02.810Z | Compiling icu_normalizer v2.2.0 |
| 1898 | 2026-08-20T20:36:03.126Z | Compiling primeorder v0.13.6 |
| 1899 | 2026-08-20T20:36:03.272Z | Compiling tower-service v0.3.3 |
| 1900 | 2026-08-20T20:36:03.364Z | Compiling tower-layer v0.3.3 |
| 1901 | 2026-08-20T20:36:03.402Z | Compiling keccak v0.1.6 |
| 1902 | 2026-08-20T20:36:03.402Z | Compiling fnv v1.0.7 |
| 1903 | 2026-08-20T20:36:03.421Z | Compiling try-lock v0.2.5 |
| 1904 | 2026-08-20T20:36:03.462Z | Compiling hex v0.4.3 |
| 1905 | 2026-08-20T20:36:03.495Z | Compiling want v0.3.1 |
| 1906 | 2026-08-20T20:36:03.519Z | Compiling h2 v0.4.15 |
| 1907 | 2026-08-20T20:36:03.640Z | Compiling idna_adapter v1.2.2 |
| 1908 | 2026-08-20T20:36:03.715Z | Compiling ed25519 v2.2.3 |
| 1909 | 2026-08-20T20:36:03.797Z | Compiling curve25519-dalek v4.1.3 |
| 1910 | 2026-08-20T20:36:03.893Z | Compiling terminal_size v0.4.4 |
| 1911 | 2026-08-20T20:36:03.970Z | Compiling object v0.37.3 |
| 1912 | 2026-08-20T20:36:04.049Z | Compiling hashbrown v0.16.1 |
| 1913 | 2026-08-20T20:36:04.331Z | Compiling num-conv v0.2.2 |
| 1914 | 2026-08-20T20:36:04.485Z | Compiling httpdate v1.0.3 |
| 1915 | 2026-08-20T20:36:04.619Z | Compiling time-core v0.1.9 |
| 1916 | 2026-08-20T20:36:04.735Z | Compiling ryu v1.0.23 |
| 1917 | 2026-08-20T20:36:04.807Z | Compiling spin v0.9.9 |
| 1918 | 2026-08-20T20:36:04.909Z | Compiling time-macros v0.2.32 |
| 1919 | 2026-08-20T20:36:04.919Z | Compiling darling_core v0.23.0 |
| 1920 | 2026-08-20T20:36:04.954Z | Compiling ed25519-dalek v2.2.0 |
| 1921 | 2026-08-20T20:36:05.557Z | Compiling tokio-rustls v0.26.4 |
| 1922 | 2026-08-20T20:36:05.636Z | Compiling hyper v1.11.0 |
| 1923 | 2026-08-20T20:36:05.982Z | Compiling clap_builder v4.6.6 |
| 1924 | 2026-08-20T20:36:06.477Z | Compiling backtrace v0.3.76 |
| 1925 | 2026-08-20T20:36:06.574Z | Compiling idna v1.1.0 |
| 1926 | 2026-08-20T20:36:06.721Z | Compiling rand_core v0.9.5 |
| 1927 | 2026-08-20T20:36:06.799Z | Compiling ahash v0.8.12 |
| 1928 | 2026-08-20T20:36:06.946Z | Compiling x509-cert v0.2.5 |
| 1929 | 2026-08-20T20:36:06.989Z | Compiling async-trait v0.1.92 |
| 1930 | 2026-08-20T20:36:07.473Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1931 | 2026-08-20T20:36:07.484Z | Compiling num_threads v0.1.7 |
| 1932 | 2026-08-20T20:36:07.581Z | Compiling data-encoding v2.11.1 |
| 1933 | 2026-08-20T20:36:07.904Z | Compiling deranged v0.5.8 |
| 1934 | 2026-08-20T20:36:07.959Z | Compiling powerfmt v0.2.0 |
| 1935 | 2026-08-20T20:36:08.062Z | Compiling lazy_static v1.5.0 |
| 1936 | 2026-08-20T20:36:08.157Z | Compiling proc-macro-error2 v2.0.1 |
| 1937 | 2026-08-20T20:36:08.176Z | Compiling clap v4.6.6 |
| 1938 | 2026-08-20T20:36:08.257Z | Compiling darling_macro v0.23.0 |
| 1939 | 2026-08-20T20:36:08.425Z | Compiling hashbrown v0.14.5 |
| 1940 | 2026-08-20T20:36:08.436Z | Compiling backtrace-ext v0.2.1 |
| 1941 | 2026-08-20T20:36:08.473Z | Compiling rand_chacha v0.9.0 |
| 1942 | 2026-08-20T20:36:08.613Z | Compiling url v2.5.8 |
| 1943 | 2026-08-20T20:36:08.703Z | Compiling hyper-util v0.1.20 |
| 1944 | 2026-08-20T20:36:08.865Z | Compiling time v0.3.55 |
| 1945 | 2026-08-20T20:36:08.912Z | Compiling crossbeam-epoch v0.9.20 |
| 1946 | 2026-08-20T20:36:08.975Z | Compiling textwrap v0.16.2 |
| 1947 | 2026-08-20T20:36:09.130Z | Compiling supports-color v3.0.2 |
| 1948 | 2026-08-20T20:36:09.263Z | Compiling sha1 v0.10.7 |
| 1949 | 2026-08-20T20:36:09.286Z | Compiling miette-derive v7.6.0 |
| 1950 | 2026-08-20T20:36:09.440Z | Compiling hybrid-array v0.4.14 |
| 1951 | 2026-08-20T20:36:09.490Z | Compiling encoding_rs v0.8.35 |
| 1952 | 2026-08-20T20:36:09.542Z | Compiling static_assertions v1.1.0 |
| 1953 | 2026-08-20T20:36:09.614Z | Compiling mime v0.3.17 |
| 1954 | 2026-08-20T20:36:09.718Z | Compiling cpufeatures v0.3.0 |
| 1955 | 2026-08-20T20:36:09.791Z | Compiling semver v1.0.28 |
| 1956 | 2026-08-20T20:36:09.885Z | Compiling num-bigint-dig v0.8.6 |
| 1957 | 2026-08-20T20:36:09.899Z | Compiling crossbeam-deque v0.8.7 |
| 1958 | 2026-08-20T20:36:10.126Z | Compiling chumsky v0.9.3 |
| 1959 | 2026-08-20T20:36:10.360Z | Compiling darling v0.23.0 |
| 1960 | 2026-08-20T20:36:10.371Z | Compiling rand v0.9.5 |
| 1961 | 2026-08-20T20:36:10.400Z | Compiling miette v7.6.0 |
| 1962 | 2026-08-20T20:36:10.438Z | Compiling knus-derive v3.4.0 |
| 1963 | 2026-08-20T20:36:10.764Z | Compiling crc32fast v1.5.0 |
| 1964 | 2026-08-20T20:36:10.955Z | Compiling camino v1.2.5 |
| 1965 | 2026-08-20T20:36:11.110Z | Compiling serde_urlencoded v0.7.1 |
| 1966 | 2026-08-20T20:36:11.238Z | Compiling regress v0.11.1 |
| 1967 | 2026-08-20T20:36:11.369Z | Compiling http-body-util v0.1.4 |
| 1968 | 2026-08-20T20:36:11.394Z | Compiling half v2.7.1 |
| 1969 | 2026-08-20T20:36:11.443Z | Compiling pkcs1 v0.7.5 |
| 1970 | 2026-08-20T20:36:11.625Z | Compiling futures-executor v0.3.33 |
| 1971 | 2026-08-20T20:36:11.636Z | Compiling inout v0.1.4 |
| 1972 | 2026-08-20T20:36:11.702Z | Compiling thread_local v1.1.10 |
| 1973 | 2026-08-20T20:36:11.770Z | Compiling ipnetwork v0.21.1 |
| 1974 | 2026-08-20T20:36:11.880Z | Compiling regex-syntax v0.8.11 |
| 1975 | 2026-08-20T20:36:11.880Z | Compiling fastrand v2.5.0 |
| 1976 | 2026-08-20T20:36:11.915Z | Compiling ciborium-io v0.2.2 |
| 1977 | 2026-08-20T20:36:11.981Z | Compiling ciborium-ll v0.2.2 |
| 1978 | 2026-08-20T20:36:12.007Z | Compiling oxnet v0.1.6 |
| 1979 | 2026-08-20T20:36:12.064Z | Compiling tempfile v3.27.0 |
| 1980 | 2026-08-20T20:36:12.153Z | Compiling knus v3.4.0 |
| 1981 | 2026-08-20T20:36:12.196Z | Compiling futures v0.3.33 |
| 1982 | 2026-08-20T20:36:12.277Z | Compiling cipher v0.4.4 |
| 1983 | 2026-08-20T20:36:12.503Z | Compiling rsa v0.9.10 |
| 1984 | 2026-08-20T20:36:12.512Z | Compiling p384 v0.13.1 |
| 1985 | 2026-08-20T20:36:12.724Z | Compiling flate2 v1.1.9 |
| 1986 | 2026-08-20T20:36:12.960Z | Compiling typify-impl v0.6.2 |
| 1987 | 2026-08-20T20:36:13.078Z | Compiling serde_with_macros v3.22.0 |
| 1988 | 2026-08-20T20:36:13.151Z | Compiling rayon-core v1.13.0 |
| 1989 | 2026-08-20T20:36:13.165Z | Compiling crypto-common v0.2.2 |
| 1990 | 2026-08-20T20:36:13.898Z | Compiling block-buffer v0.12.1 |
| 1991 | 2026-08-20T20:36:13.915Z | Compiling hubpack_derive v0.1.1 |
| 1992 | 2026-08-20T20:36:14.060Z | Compiling sha3 v0.10.9 |
| 1993 | 2026-08-20T20:36:14.219Z | Compiling crossbeam-channel v0.5.16 |
| 1994 | 2026-08-20T20:36:14.449Z | Compiling newtype-uuid v1.4.0 |
| 1995 | 2026-08-20T20:36:14.554Z | Compiling ssh-encoding v0.2.0 |
| 1996 | 2026-08-20T20:36:14.624Z | Compiling openapiv3 v2.2.0 |
| 1997 | 2026-08-20T20:36:14.681Z | Compiling strum_macros v0.26.4 |
| 1998 | 2026-08-20T20:36:14.710Z | Compiling async-stream-impl v0.3.6 |
| 1999 | 2026-08-20T20:36:14.814Z | Compiling daft-derive v0.1.8 |
| 2000 | 2026-08-20T20:36:15.352Z | Compiling memmap2 v0.9.11 |
| 2001 | 2026-08-20T20:36:15.500Z | Compiling term v1.2.1 |
| 2002 | 2026-08-20T20:36:15.553Z | Compiling arrayvec v0.7.8 |
| 2003 | 2026-08-20T20:36:15.577Z | Compiling constant_time_eq v0.4.2 |
| 2004 | 2026-08-20T20:36:15.754Z | Compiling take_mut v0.2.2 |
| 2005 | 2026-08-20T20:36:15.758Z | Compiling utf-8 v0.7.6 |
| 2006 | 2026-08-20T20:36:15.828Z | Compiling compression-core v0.4.32 |
| 2007 | 2026-08-20T20:36:15.864Z | Compiling winnow v1.0.4 |
| 2008 | 2026-08-20T20:36:15.940Z | Compiling match_cfg v0.1.0 |
| 2009 | 2026-08-20T20:36:15.997Z | Compiling const-oid v0.10.2 |
| 2010 | 2026-08-20T20:36:16.030Z | Compiling arrayref v0.3.9 |
| 2011 | 2026-08-20T20:36:16.104Z | Compiling blake3 v1.8.6 |
| 2012 | 2026-08-20T20:36:16.228Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 2013 | 2026-08-20T20:36:16.259Z | Compiling digest v0.11.3 |
| 2014 | 2026-08-20T20:36:16.281Z | Compiling hostname v0.3.1 |
| 2015 | 2026-08-20T20:36:16.285Z | Compiling compression-codecs v0.4.38 |
| 2016 | 2026-08-20T20:36:16.326Z | Compiling strum v0.26.3 |
| 2017 | 2026-08-20T20:36:16.397Z | Compiling tungstenite v0.28.0 |
| 2018 | 2026-08-20T20:36:16.418Z | Compiling slog-async v2.8.0 |
| 2019 | 2026-08-20T20:36:16.421Z | Compiling slog-term v2.9.2 |
| 2020 | 2026-08-20T20:36:16.454Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 2021 | 2026-08-20T20:36:16.553Z | Compiling daft v0.1.8 |
| 2022 | 2026-08-20T20:36:16.691Z | Compiling async-stream v0.3.6 |
| 2023 | 2026-08-20T20:36:16.823Z | Compiling ssh-cipher v0.2.0 |
| 2024 | 2026-08-20T20:36:16.873Z | Compiling hubpack v0.1.2 |
| 2025 | 2026-08-20T20:36:16.932Z | Compiling serde_with v3.22.0 |
| 2026 | 2026-08-20T20:36:16.975Z | Compiling omicron-workspace-hack v0.1.0 |
| 2027 | 2026-08-20T20:36:16.985Z | Compiling ciborium v0.2.2 |
| 2028 | 2026-08-20T20:36:17.045Z | Compiling slog-json v2.6.1 |
| 2029 | 2026-08-20T20:36:17.132Z | Compiling p256 v0.13.2 |
| 2030 | 2026-08-20T20:36:17.257Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2031 | 2026-08-20T20:36:17.445Z | Compiling serde_spanned v1.1.1 |
| 2032 | 2026-08-20T20:36:17.517Z | Compiling debug-ignore v1.0.5 |
| 2033 | 2026-08-20T20:36:17.564Z | Compiling unicode-segmentation v1.13.3 |
| 2034 | 2026-08-20T20:36:17.574Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 2035 | 2026-08-20T20:36:17.593Z | Compiling sush-common v0.1.0 (/work/oxidecomputer/sush/common) |
| 2036 | 2026-08-20T20:36:17.622Z | Compiling ssh-key v0.6.7 |
| 2037 | 2026-08-20T20:36:17.784Z | Compiling toml v1.1.4+spec-1.1.0 |
| 2038 | 2026-08-20T20:36:17.911Z | Compiling slog-bunyan v2.5.0 |
| 2039 | 2026-08-20T20:36:17.979Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?tag=rel%2Fv21%2Frc1#3e5bafe8) |
| 2040 | 2026-08-20T20:36:18.048Z | Compiling tokio-tungstenite v0.28.0 |
| 2041 | 2026-08-20T20:36:18.315Z | Compiling multer v3.1.0 |
| 2042 | 2026-08-20T20:36:18.342Z | Compiling async-compression v0.4.43 |
| 2043 | 2026-08-20T20:36:18.512Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2044 | 2026-08-20T20:36:18.653Z | Compiling salty v0.3.0 |
| 2045 | 2026-08-20T20:36:18.819Z | Compiling rlimit v0.10.2 |
| 2046 | 2026-08-20T20:36:19.024Z | Compiling sha1 v0.11.0 |
| 2047 | 2026-08-20T20:36:19.066Z | Compiling waitgroup v0.1.2 |
| 2048 | 2026-08-20T20:36:19.210Z | Compiling dropshot_endpoint v0.17.1 |
| 2049 | 2026-08-20T20:36:19.277Z | Compiling rustls-pemfile v2.2.0 |
| 2050 | 2026-08-20T20:36:19.313Z | Compiling serde_spanned v0.6.9 |
| 2051 | 2026-08-20T20:36:19.392Z | Compiling typify-macro v0.6.2 |
| 2052 | 2026-08-20T20:36:19.459Z | Compiling toml_datetime v0.6.11 |
| 2053 | 2026-08-20T20:36:19.478Z | Compiling env_filter v2.0.0 |
| 2054 | 2026-08-20T20:36:19.502Z | Compiling aho-corasick v1.1.5 |
| 2055 | 2026-08-20T20:36:19.734Z | Compiling serde_path_to_error v0.1.20 |
| 2056 | 2026-08-20T20:36:19.817Z | Compiling sync_wrapper v1.0.2 |
| 2057 | 2026-08-20T20:36:19.926Z | Compiling hostname v0.4.2 |
| 2058 | 2026-08-20T20:36:20.071Z | Compiling http-range-header v0.4.2 |
| 2059 | 2026-08-20T20:36:20.091Z | Compiling tinyvec_macros v0.1.1 |
| 2060 | 2026-08-20T20:36:20.164Z | Compiling winnow v0.7.15 |
| 2061 | 2026-08-20T20:36:20.226Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2062 | 2026-08-20T20:36:20.314Z | Compiling toml_write v0.1.2 |
| 2063 | 2026-08-20T20:36:20.446Z | Compiling bytesize v2.7.0 |
| 2064 | 2026-08-20T20:36:20.516Z | Compiling openssl-probe v0.2.1 |
| 2065 | 2026-08-20T20:36:20.707Z | Compiling rustls-native-certs v0.8.4 |
| 2066 | 2026-08-20T20:36:20.751Z | Compiling regex-automata v0.4.18 |
| 2067 | 2026-08-20T20:36:20.864Z | Compiling dropshot v0.17.1 |
| 2068 | 2026-08-20T20:36:21.102Z | Compiling tinyvec v1.12.0 |
| 2069 | 2026-08-20T20:36:21.460Z | Compiling tower v0.5.3 |
| 2070 | 2026-08-20T20:36:21.574Z | Compiling toml_edit v0.22.27 |
| 2071 | 2026-08-20T20:36:21.585Z | Compiling env_logger v0.11.11 |
| 2072 | 2026-08-20T20:36:21.740Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2073 | 2026-08-20T20:36:21.953Z | Compiling serde-big-array v0.5.1 |
| 2074 | 2026-08-20T20:36:21.966Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2075 | 2026-08-20T20:36:22.096Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2076 | 2026-08-20T20:36:23.011Z | Compiling num-modular v0.6.5 |
| 2077 | 2026-08-20T20:36:23.730Z | Compiling dashu-base v0.5.1 |
| 2078 | 2026-08-20T20:36:24.053Z | Compiling tap v1.0.1 |
| 2079 | 2026-08-20T20:36:24.171Z | Compiling corncobs v0.1.4 |
| 2080 | 2026-08-20T20:36:24.351Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2081 | 2026-08-20T20:36:24.368Z | Compiling wyz v0.5.1 |
| 2082 | 2026-08-20T20:36:24.592Z | Compiling dashu-int v0.5.1 |
| 2083 | 2026-08-20T20:36:24.880Z | Compiling sush-api v0.1.0 (/work/oxidecomputer/sush/api) |
| 2084 | 2026-08-20T20:36:25.947Z | Compiling toml v0.8.23 |
| 2085 | 2026-08-20T20:36:26.169Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2086 | 2026-08-20T20:36:26.308Z | Compiling regex v1.13.1 |
| 2087 | 2026-08-20T20:36:26.401Z | Compiling tower-http v0.6.11 |
| 2088 | 2026-08-20T20:36:26.720Z | Compiling typify v0.6.2 |
| 2089 | 2026-08-20T20:36:26.782Z | Compiling proc-macro-error-attr v1.0.4 |
| 2090 | 2026-08-20T20:36:26.814Z | Compiling radium v0.7.0 |
| 2091 | 2026-08-20T20:36:26.827Z | Compiling rustls-platform-verifier v0.7.0 |
| 2092 | 2026-08-20T20:36:27.018Z | Compiling hyper-rustls v0.27.9 |
| 2093 | 2026-08-20T20:36:27.331Z | Compiling secrecy v0.8.0 |
| 2094 | 2026-08-20T20:36:27.341Z | Compiling enum-as-inner v0.6.1 |
| 2095 | 2026-08-20T20:36:27.423Z | Compiling smawk v0.3.3 |
| 2096 | 2026-08-20T20:36:27.477Z | Compiling num-primitive v0.2.1 |
| 2097 | 2026-08-20T20:36:27.551Z | Compiling linked-hash-map v0.5.6 |
| 2098 | 2026-08-20T20:36:27.723Z | Compiling funty v2.0.0 |
| 2099 | 2026-08-20T20:36:27.737Z | Compiling lru-cache v0.1.2 |
| 2100 | 2026-08-20T20:36:27.862Z | Compiling textwrap v0.15.2 |
| 2101 | 2026-08-20T20:36:27.878Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=b8782742d1bd91546887fbc1757a7d024a5469ef#b8782742) |
| 2102 | 2026-08-20T20:36:27.922Z | Compiling hickory-proto v0.24.4 |
| 2103 | 2026-08-20T20:36:28.045Z | Compiling bitvec v1.1.1 |
| 2104 | 2026-08-20T20:36:28.261Z | Compiling dsi-bitstream v0.10.1 |
| 2105 | 2026-08-20T20:36:28.366Z | Compiling serde_yaml v0.9.34+deprecated |
| 2106 | 2026-08-20T20:36:28.638Z | Compiling progenitor-impl v0.14.0 |
| 2107 | 2026-08-20T20:36:28.961Z | Compiling proc-macro-error v1.0.4 |
| 2108 | 2026-08-20T20:36:29.230Z | Compiling reqwest v0.13.4 |
| 2109 | 2026-08-20T20:36:29.612Z | Compiling suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe) |
| 2110 | 2026-08-20T20:36:29.800Z | Compiling heck v0.4.1 |
| 2111 | 2026-08-20T20:36:29.984Z | Compiling supports-color v2.1.0 |
| 2112 | 2026-08-20T20:36:30.016Z | Compiling supports-unicode v2.1.0 |
| 2113 | 2026-08-20T20:36:30.029Z | Compiling supports-hyperlinks v2.1.0 |
| 2114 | 2026-08-20T20:36:30.170Z | Compiling tokio-stream v0.1.19 |
| 2115 | 2026-08-20T20:36:30.191Z | Compiling miette-derive v5.10.0 |
| 2116 | 2026-08-20T20:36:30.201Z | Compiling nibble_vec v0.1.0 |
| 2117 | 2026-08-20T20:36:30.332Z | Compiling terminal_size v0.1.17 |
| 2118 | 2026-08-20T20:36:30.451Z | Compiling resolv-conf v0.7.6 |
| 2119 | 2026-08-20T20:36:30.638Z | Compiling either v1.17.0 |
| 2120 | 2026-08-20T20:36:30.831Z | Compiling owo-colors v3.5.0 |
| 2121 | 2026-08-20T20:36:30.856Z | Compiling endian-type v0.1.2 |
| 2122 | 2026-08-20T20:36:30.978Z | Compiling radix_trie v0.2.1 |
| 2123 | 2026-08-20T20:36:31.013Z | Compiling itertools v0.14.0 |
| 2124 | 2026-08-20T20:36:31.195Z | Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe) |
| 2125 | 2026-08-20T20:36:31.284Z | Compiling hickory-resolver v0.24.4 |
| 2126 | 2026-08-20T20:36:31.297Z | Compiling progenitor-client v0.14.0 |
| 2127 | 2026-08-20T20:36:31.318Z | Compiling knuffel-derive v3.2.0 |
| 2128 | 2026-08-20T20:36:31.567Z | Compiling miette v5.10.0 |
| 2129 | 2026-08-20T20:36:32.241Z | Compiling progenitor-macro v0.14.0 |
| 2130 | 2026-08-20T20:36:32.820Z | Compiling nix v0.30.1 |
| 2131 | 2026-08-20T20:36:32.871Z | Compiling anyhow v1.0.104 |
| 2132 | 2026-08-20T20:36:33.262Z | Compiling portable-atomic v1.15.0 |
| 2133 | 2026-08-20T20:36:33.674Z | Compiling signal-hook v0.3.18 |
| 2134 | 2026-08-20T20:36:33.745Z | Compiling console v0.16.4 |
| 2135 | 2026-08-20T20:36:33.880Z | Compiling derive-where v1.6.1 |
| 2136 | 2026-08-20T20:36:33.915Z | Compiling fd-lock v4.0.4 |
| 2137 | 2026-08-20T20:36:33.954Z | Compiling termios v0.3.3 |
| 2138 | 2026-08-20T20:36:34.045Z | Compiling home v0.5.12 |
| 2139 | 2026-08-20T20:36:34.102Z | Compiling unit-prefix v0.5.2 |
| 2140 | 2026-08-20T20:36:34.179Z | Compiling base64 v0.21.7 |
| 2141 | 2026-08-20T20:36:34.216Z | Compiling indicatif v0.18.6 |
| 2142 | 2026-08-20T20:36:34.251Z | Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe) |
| 2143 | 2026-08-20T20:36:34.265Z | Compiling rustyline v17.0.2 |
| 2144 | 2026-08-20T20:36:34.503Z | Compiling knuffel v3.2.0 |
| 2145 | 2026-08-20T20:36:35.055Z | Compiling pwd v1.4.0 |
| 2146 | 2026-08-20T20:36:35.131Z | Compiling qorb v0.4.1 |
| 2147 | 2026-08-20T20:36:35.214Z | Compiling tokio-fd v0.3.0 |
| 2148 | 2026-08-20T20:36:35.243Z | Compiling async-recursion v1.1.1 |
| 2149 | 2026-08-20T20:36:35.386Z | Compiling lru v0.18.2 |
| 2150 | 2026-08-20T20:36:35.409Z | Compiling humantime v2.4.0 |
| 2151 | 2026-08-20T20:36:35.563Z | Compiling shlex v1.3.0 |
| 2152 | 2026-08-20T20:36:35.682Z | Compiling xdg v3.0.0 |
| 2153 | 2026-08-20T20:36:35.777Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2154 | 2026-08-20T20:36:35.922Z | Compiling function_name v0.3.0 |
| 2155 | 2026-08-20T20:36:35.932Z | Compiling xtask v0.1.0 (/work/oxidecomputer/sush/xtask) |
| 2156 | 2026-08-20T20:36:37.633Z | Compiling sush-server v0.1.0 (/work/oxidecomputer/sush/server) |
| 2157 | 2026-08-20T20:36:37.673Z | Compiling sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=b8782742d1bd91546887fbc1757a7d024a5469ef#b8782742) |
| 2158 | 2026-08-20T20:36:37.765Z | Compiling progenitor v0.14.0 |
| 2159 | 2026-08-20T20:36:37.872Z | Compiling sush-client v0.1.0 (/work/oxidecomputer/sush/client) |
| 2160 | 2026-08-20T20:36:40.166Z | Compiling sush-tests v0.1.0 (/work/oxidecomputer/sush/tests) |
| 2161 | 2026-08-20T20:36:57.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 2162 | 2026-08-20T20:36:57.149Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 2163 | 2026-08-20T20:36:57.149Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 2164 | 2026-08-20T20:36:57.277Z | cargo nextest run --run-ignored all |
| 2165 | 2026-08-20T20:36:58.176Z | Compiling serde_json v1.0.151 |
| 2166 | 2026-08-20T20:36:58.297Z | Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe) |
| 2167 | 2026-08-20T20:36:58.309Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2168 | 2026-08-20T20:36:58.858Z | Compiling schemars v0.8.22 |
| 2169 | 2026-08-20T20:36:58.858Z | Compiling openapiv3 v2.2.0 |
| 2170 | 2026-08-20T20:36:58.858Z | Compiling slog-json v2.6.1 |
| 2171 | 2026-08-20T20:36:58.861Z | Compiling reqwest v0.13.4 |
| 2172 | 2026-08-20T20:36:58.861Z | Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2173 | 2026-08-20T20:36:59.065Z | Compiling slog-bunyan v2.5.0 |
| 2174 | 2026-08-20T20:36:59.601Z | Compiling oxnet v0.1.6 |
| 2175 | 2026-08-20T20:37:00.094Z | Compiling daft v0.1.8 |
| 2176 | 2026-08-20T20:37:00.355Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?tag=rel%2Fv21%2Frc1#3e5bafe8) |
| 2177 | 2026-08-20T20:37:00.392Z | Compiling dropshot v0.17.1 |
| 2178 | 2026-08-20T20:37:00.455Z | Compiling typify-impl v0.6.2 |
| 2179 | 2026-08-20T20:37:00.630Z | Compiling sush-common v0.1.0 (/work/oxidecomputer/sush/common) |
| 2180 | 2026-08-20T20:37:00.801Z | Compiling progenitor-client v0.14.0 |
| 2181 | 2026-08-20T20:37:03.258Z | Compiling sush-api v0.1.0 (/work/oxidecomputer/sush/api) |
| 2182 | 2026-08-20T20:37:04.401Z | Compiling sush-server v0.1.0 (/work/oxidecomputer/sush/server) |
| 2183 | 2026-08-20T20:37:04.862Z | Compiling typify-macro v0.6.2 |
| 2184 | 2026-08-20T20:37:05.590Z | Compiling xtask v0.1.0 (/work/oxidecomputer/sush/xtask) |
| 2185 | 2026-08-20T20:37:06.655Z | Compiling typify v0.6.2 |
| 2186 | 2026-08-20T20:37:06.717Z | Compiling progenitor-impl v0.14.0 |
| 2187 | 2026-08-20T20:37:09.209Z | Compiling progenitor-macro v0.14.0 |
| 2188 | 2026-08-20T20:37:13.490Z | Compiling progenitor v0.14.0 |
| 2189 | 2026-08-20T20:37:13.645Z | Compiling sush-client v0.1.0 (/work/oxidecomputer/sush/client) |
| 2190 | 2026-08-20T20:37:16.048Z | Compiling sush-tests v0.1.0 (/work/oxidecomputer/sush/tests) |
| 2191 | 2026-08-20T20:38:41.473Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 43s |
| 2192 | 2026-08-20T20:38:41.487Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 2193 | 2026-08-20T20:38:41.487Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 2194 | 2026-08-20T20:38:41.715Z | ──────────── |
| 2195 | 2026-08-20T20:38:41.715Z | Nextest run ID e39c6965-09d8-4241-8303-8307e7f324e4 with nextest profile: default |
| 2196 | 2026-08-20T20:38:41.715Z | Starting 85 tests across 11 binaries |
| 2197 | 2026-08-20T20:38:41.727Z | PASS [ 0.011s] ( 1/85) sush-client agent::test::request_identities_frame |
| 2198 | 2026-08-20T20:38:41.730Z | PASS [ 0.011s] ( 2/85) sush-client agent::test::sign_request_frame |
| 2199 | 2026-08-20T20:38:41.730Z | PASS [ 0.011s] ( 3/85) sush-client agent::test::sign_response_roundtrip |
| 2200 | 2026-08-20T20:38:41.730Z | PASS [ 0.011s] ( 4/85) sush-client agent::test::malformed_payloads |
| 2201 | 2026-08-20T20:38:41.730Z | PASS [ 0.011s] ( 5/85) sush-client agent::test::identities_answer_roundtrip |
| 2202 | 2026-08-20T20:38:41.730Z | PASS [ 0.013s] ( 6/85) sush-client cli::rack::rack_drawing |
| 2203 | 2026-08-20T20:38:41.733Z | PASS [ 0.015s] ( 7/85) sush-client commands::client_args |
| 2204 | 2026-08-20T20:38:41.736Z | PASS [ 0.009s] ( 8/85) sush-client commands::watch_settling |
| 2205 | 2026-08-20T20:38:41.739Z | PASS [ 0.009s] ( 9/85) sush-client commands::target_arg |
| 2206 | 2026-08-20T20:38:41.739Z | PASS [ 0.009s] (10/85) sush-client tls::test::descoped_urls |
| 2207 | 2026-08-20T20:38:41.742Z | PASS [ 0.012s] (11/85) sush-common authn::test::authn_errors |
| 2208 | 2026-08-20T20:38:41.744Z | PASS [ 0.006s] (12/85) sush-common authn::test::seq_windows |
| 2209 | 2026-08-20T20:38:41.744Z | PASS [ 0.007s] (13/85) sush-common codephrases::test::constant_codephrases |
| 2210 | 2026-08-20T20:38:41.748Z | PASS [ 0.006s] (14/85) sush-common codephrases::test::leading_zeros_after_truncation |
| 2211 | 2026-08-20T20:38:41.751Z | PASS [ 0.006s] (15/85) sush-common codephrases::test::non_phrases |
| 2212 | 2026-08-20T20:38:41.756Z | PASS [ 0.006s] (16/85) sush-common codephrases::test::trivial_codephrases |
| 2213 | 2026-08-20T20:38:41.762Z | PASS [ 0.006s] (17/85) sush-common jobs::test::interactive_targets |
| 2214 | 2026-08-20T20:38:41.767Z | PASS [ 0.006s] (18/85) sush-common jobs::test::limits_clamp |
| 2215 | 2026-08-20T20:38:41.786Z | PASS [ 0.055s] (19/85) sush-common authn::test::bound_requests |
| 2216 | 2026-08-20T20:38:41.792Z | PASS [ 0.006s] (20/85) sush-common keys::test::test_sk_split |
| 2217 | 2026-08-20T20:38:41.799Z | PASS [ 0.007s] (21/85) sush-common targets::test::targets_include |
| 2218 | 2026-08-20T20:38:41.805Z | PASS [ 0.006s] (22/85) sush-common targets::test::targets_parse |
| 2219 | 2026-08-20T20:38:41.811Z | PASS [ 0.006s] (23/85) sush-common targets::test::targets_round_trip |
| 2220 | 2026-08-20T20:38:41.818Z | PASS [ 0.007s] (24/85) sush-common wordlist::test::verify_wordlist |
| 2221 | 2026-08-20T20:38:41.835Z | PASS [ 0.094s] (25/85) sush-common codephrases::test::id_phrases |
| 2222 | 2026-08-20T20:38:41.845Z | PASS [ 0.011s] (26/85) sush-server messages::wire_format::identity_login_request |
| 2223 | 2026-08-20T20:38:41.853Z | PASS [ 0.007s] (27/85) sush-server messages::wire_format::job_start_request |
| 2224 | 2026-08-20T20:38:41.859Z | PASS [ 0.006s] (28/85) sush-server messages::wire_format::session_allow_attach_request |
| 2225 | 2026-08-20T20:38:41.866Z | PASS [ 0.007s] (29/85) sush-server messages::wire_format::session_deny_attach_request |
| 2226 | 2026-08-20T20:38:41.869Z | PASS [ 0.142s] (30/85) sush-client commands::output_needs_target |
| 2227 | 2026-08-20T20:38:41.872Z | PASS [ 0.007s] (31/85) sush-server messages::wire_format::session_start_request |
| 2228 | 2026-08-20T20:38:41.876Z | PASS [ 0.006s] (32/85) sush-server messages::wire_format::session_stop_request |
| 2229 | 2026-08-20T20:38:41.879Z | PASS [ 0.007s] (33/85) sush-server messages::wire_format::version_event |
| 2230 | 2026-08-20T20:38:41.883Z | PASS [ 0.007s] (34/85) sush-server proxy::test::home_preference |
| 2231 | 2026-08-20T20:38:41.886Z | PASS [ 0.007s] (35/85) sush-server proxy::test::named_targets |
| 2232 | 2026-08-20T20:38:41.888Z | PASS [ 0.150s] (36/85) sush-common authn::test::challenge_response |
| 2233 | 2026-08-20T20:38:41.891Z | PASS [ 0.006s] (37/85) sush-server proxy::test::resolution |
| 2234 | 2026-08-20T20:38:41.894Z | PASS [ 0.007s] (38/85) sush-server proxy::test::version_interception |
| 2235 | 2026-08-20T20:38:41.894Z | PASS [ 0.007s] (39/85) sush-server pty::test::pty |
| 2236 | 2026-08-20T20:38:41.898Z | PASS [ 0.007s] (40/85) sush-server pty::test::set_window_size |
| 2237 | 2026-08-20T20:38:41.962Z | PASS [ 0.235s] (41/85) sush-client identity::test::ssh_identities |
| 2238 | 2026-08-20T20:38:42.015Z | PASS [ 0.266s] (42/85) sush-common codephrases::test::random_codephrases |
| 2239 | 2026-08-20T20:38:42.182Z | PASS [ 0.414s] (43/85) sush-common keys::test::signing |
| 2240 | 2026-08-20T20:38:43.037Z | PASS [ 1.219s] (44/85) sush-server job::test::tty |
| 2241 | 2026-08-20T20:38:43.274Z | PASS [ 0.174s] (45/85) sush-tests integration_tests::client_proxy_server |
| 2242 | 2026-08-20T20:38:43.319Z | PASS [ 0.107s] (46/85) sush-tests integration_tests::client_server |
| 2243 | 2026-08-20T20:38:43.576Z | PASS [ 1.394s] (47/85) sush-server::link gossip_convergence |
| 2244 | 2026-08-20T20:38:43.772Z | PASS [ 2.056s] (48/85) sush-client cli::test::cert_chains |
| 2245 | 2026-08-20T20:38:43.799Z | PASS [ 0.479s] (49/85) sush-tests integration_tests::client_tls_proxy_server |
| 2246 | 2026-08-20T20:38:43.808Z | PASS [ 0.233s] (50/85) sush-tests integration_tests::interactive_job |
| 2247 | 2026-08-20T20:38:43.899Z | PASS [ 0.127s] (51/85) sush-tests integration_tests::streaming_job |
| 2248 | 2026-08-20T20:38:43.945Z | PASS [ 0.046s] (52/85) sush-tests manager_tests::attribution |
| 2249 | 2026-08-20T20:38:43.953Z | PASS [ 0.009s] (53/85) sush-tests manager_tests::bad_root_cert_files |
| 2250 | 2026-08-20T20:38:43.998Z | PASS [ 0.045s] (54/85) sush-tests manager_tests::cancel_queued_job |
| 2251 | 2026-08-20T20:38:44.048Z | PASS [ 0.049s] (55/85) sush-tests manager_tests::cert_chain |
| 2252 | 2026-08-20T20:38:44.075Z | PASS [ 0.266s] (56/85) sush-tests manager_tests::attach_grants |
| 2253 | 2026-08-20T20:38:44.134Z | PASS [ 0.087s] (57/85) sush-tests manager_tests::cert_revoke |
| 2254 | 2026-08-20T20:38:44.184Z | PASS [ 0.109s] (58/85) sush-tests manager_tests::cubby_targets |
| 2255 | 2026-08-20T20:38:44.204Z | PASS [ 0.406s] (59/85) sush-tests integration_tests::streaming_job_linger |
| 2256 | 2026-08-20T20:38:44.229Z | PASS [ 0.095s] (60/85) sush-tests manager_tests::gossiped_identities |
| 2257 | 2026-08-20T20:38:44.233Z | PASS [ 0.046s] (61/85) sush-tests manager_tests::homonym_issuer_resolves_to_true_parent |
| 2258 | 2026-08-20T20:38:44.272Z | PASS [ 0.042s] (62/85) sush-tests manager_tests::iam_revoke |
| 2259 | 2026-08-20T20:38:44.276Z | PASS [ 0.047s] (63/85) sush-tests manager_tests::iam |
| 2260 | 2026-08-20T20:38:44.302Z | PASS [ 0.030s] (64/85) sush-tests manager_tests::interactive_target_required |
| 2261 | 2026-08-20T20:38:44.306Z | PASS [ 0.100s] (65/85) sush-tests manager_tests::hostile_imports_cannot_displace |
| 2262 | 2026-08-20T20:38:44.313Z | PASS [ 0.037s] (66/85) sush-tests manager_tests::job_json |
| 2263 | 2026-08-20T20:38:44.342Z | PASS [ 0.037s] (67/85) sush-tests manager_tests::job_output_perms |
| 2264 | 2026-08-20T20:38:44.350Z | PASS [ 0.037s] (68/85) sush-tests manager_tests::job_signal_dispositions |
| 2265 | 2026-08-20T20:38:44.353Z | PASS [ 0.049s] (69/85) sush-tests manager_tests::job_output_dir_moves |
| 2266 | 2026-08-20T20:38:44.381Z | PASS [ 0.038s] (70/85) sush-tests manager_tests::job_stop |
| 2267 | 2026-08-20T20:38:44.392Z | PASS [ 0.042s] (71/85) sush-tests manager_tests::job_targets |
| 2268 | 2026-08-20T20:38:44.438Z | PASS [ 0.087s] (72/85) sush-tests manager_tests::jobs |
| 2269 | 2026-08-20T20:38:44.478Z | PASS [ 0.040s] (73/85) sush-tests manager_tests::root_certs_from_files |
| 2270 | 2026-08-20T20:38:44.515Z | PASS [ 0.037s] (74/85) sush-tests manager_tests::shutdown |
| 2271 | 2026-08-20T20:38:44.527Z | PASS [ 0.136s] (75/85) sush-tests manager_tests::revocation_tombstones |
| 2272 | 2026-08-20T20:38:44.586Z | PASS [ 0.072s] (76/85) sush-tests manager_tests::streaming_validation |
| 2273 | 2026-08-20T20:38:44.642Z | PASS [ 0.055s] (77/85) sush-tests manager_tests::too_much_output |
| 2274 | 2026-08-20T20:38:44.747Z | PASS [ 0.105s] (78/85) sush-tests manager_tests::universe_swap |
| 2275 | 2026-08-20T20:38:45.016Z | PASS [ 3.122s] (79/85) sush-server::distributed jobs_gossip_between_sleds |
| 2276 | 2026-08-20T20:38:45.058Z | PASS [ 0.677s] (80/85) sush-tests manager_tests::output_ranges |
| 2277 | 2026-08-20T20:38:45.828Z | PASS [ 1.300s] (81/85) sush-tests manager_tests::too_much_cpu |
| 2278 | 2026-08-20T20:38:47.436Z | PASS [ 5.541s] (82/85) sush-server::gossip cold_start_converges |
| 2279 | 2026-08-20T20:38:47.709Z | PASS [ 5.746s] (83/85) sush-server::gossip staggered_start_converges |
| 2280 | 2026-08-20T20:38:50.064Z | PASS [ 8.166s] (84/85) sush-server::gossip node_replacement_reconverges |
| 2281 | 2026-08-20T20:39:25.556Z | PASS [ 43.537s] (85/85) sush-server::link conformance |
| 2282 | 2026-08-20T20:39:25.556Z | ──────────── |
| 2283 | 2026-08-20T20:39:25.556Z | Summary [ 43.841s] 85 tests run: 85 passed, 0 skipped |
| 2284 | 2026-08-20T20:39:25.569Z | cargo test --doc |
| 2285 | 2026-08-20T20:39:27.144Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1.49s |
| 2286 | 2026-08-20T20:39:27.147Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 2287 | 2026-08-20T20:39:27.147Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 2288 | 2026-08-20T20:39:27.176Z | Doc-tests sush_api |
| 2289 | 2026-08-20T20:39:28.429Z | |
| 2290 | 2026-08-20T20:39:28.430Z | running 2 tests |
| 2291 | 2026-08-20T20:39:28.430Z | test api/src/lib.rs - sush_api_mod::api_description (line 42) ... ignored |
| 2292 | 2026-08-20T20:39:28.430Z | test api/src/lib.rs - sush_api_mod::stub_api_description (line 48) ... ignored |
| 2293 | 2026-08-20T20:39:28.430Z | |
| 2294 | 2026-08-20T20:39:28.430Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2295 | 2026-08-20T20:39:28.430Z | |
| 2296 | 2026-08-20T20:39:28.433Z | all doctests ran in 0.60s; merged doctests compilation took 0.59s |
| 2297 | 2026-08-20T20:39:28.447Z | Doc-tests sush_client |
| 2298 | 2026-08-20T20:39:29.405Z | |
| 2299 | 2026-08-20T20:39:29.405Z | running 21 tests |
| 2300 | 2026-08-20T20:39:29.405Z | test client/src/lib.rs - Client::cert_chain (line 73) ... ignored |
| 2301 | 2026-08-20T20:39:29.405Z | test client/src/lib.rs - Client::cert_import (line 74) ... ignored |
| 2302 | 2026-08-20T20:39:29.405Z | test client/src/lib.rs - Client::cert_revoke (line 74) ... ignored |
| 2303 | 2026-08-20T20:39:29.405Z | test client/src/lib.rs - Client::iam (line 72) ... ignored |
| 2304 | 2026-08-20T20:39:29.405Z | test client/src/lib.rs - Client::iam_revoke (line 74) ... ignored |
| 2305 | 2026-08-20T20:39:29.405Z | test client/src/lib.rs - Client::identities (line 72) ... ignored |
| 2306 | 2026-08-20T20:39:29.405Z | test client/src/lib.rs - Client::job_attach (line 73) ... ignored |
| 2307 | 2026-08-20T20:39:29.405Z | test client/src/lib.rs - Client::job_history (line 74) ... ignored |
| 2308 | 2026-08-20T20:39:29.405Z | test client/src/lib.rs - Client::job_output (line 77) ... ignored |
| 2309 | 2026-08-20T20:39:29.405Z | test client/src/lib.rs - Client::job_start (line 80) ... ignored |
| 2310 | 2026-08-20T20:39:29.405Z | test client/src/lib.rs - Client::job_status (line 71) ... ignored |
| 2311 | 2026-08-20T20:39:29.405Z | test client/src/lib.rs - Client::job_stop (line 72) ... ignored |
| 2312 | 2026-08-20T20:39:29.405Z | test client/src/lib.rs - Client::session (line 70) ... ignored |
| 2313 | 2026-08-20T20:39:29.405Z | test client/src/lib.rs - Client::session_allow_attach (line 75) ... ignored |
| 2314 | 2026-08-20T20:39:29.405Z | test client/src/lib.rs - Client::session_deny_attach (line 74) ... ignored |
| 2315 | 2026-08-20T20:39:29.405Z | test client/src/lib.rs - Client::session_skip_job (line 72) ... ignored |
| 2316 | 2026-08-20T20:39:29.406Z | test client/src/lib.rs - Client::session_start (line 74) ... ignored |
| 2317 | 2026-08-20T20:39:29.406Z | test client/src/lib.rs - Client::session_stop (line 71) ... ignored |
| 2318 | 2026-08-20T20:39:29.406Z | test client/src/lib.rs - Client::target (line 70) ... ignored |
| 2319 | 2026-08-20T20:39:29.406Z | test client/src/lib.rs - Client::version (line 70) ... ignored |
| 2320 | 2026-08-20T20:39:29.406Z | test client/src/lib.rs - Client::versions (line 70) ... ignored |
| 2321 | 2026-08-20T20:39:29.406Z | |
| 2322 | 2026-08-20T20:39:29.409Z | test result: ok. 0 passed; 0 failed; 21 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2323 | 2026-08-20T20:39:29.409Z | |
| 2324 | 2026-08-20T20:39:29.409Z | all doctests ran in 0.32s; merged doctests compilation took 0.32s |
| 2325 | 2026-08-20T20:39:29.430Z | Doc-tests sush_common |
| 2326 | 2026-08-20T20:39:29.744Z | |
| 2327 | 2026-08-20T20:39:29.744Z | running 0 tests |
| 2328 | 2026-08-20T20:39:29.744Z | |
| 2329 | 2026-08-20T20:39:29.745Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2330 | 2026-08-20T20:39:29.745Z | |
| 2331 | 2026-08-20T20:39:29.760Z | Doc-tests sush_server |
| 2332 | 2026-08-20T20:39:30.127Z | |
| 2333 | 2026-08-20T20:39:30.127Z | running 0 tests |
| 2334 | 2026-08-20T20:39:30.128Z | |
| 2335 | 2026-08-20T20:39:30.128Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2336 | 2026-08-20T20:39:30.128Z | |
| 2337 | 2026-08-20T20:39:30.148Z | Doc-tests sush_tests |
| 2338 | 2026-08-20T20:39:30.179Z | |
| 2339 | 2026-08-20T20:39:30.179Z | running 0 tests |
| 2340 | 2026-08-20T20:39:30.179Z | |
| 2341 | 2026-08-20T20:39:30.179Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2342 | 2026-08-20T20:39:30.179Z | |
| 2343 | 2026-08-20T20:39:30.210Z | cargo xtask openapi && git diff --exit-code sush.json |
| 2344 | 2026-08-20T20:39:30.523Z | Compiling libc v0.2.189 |
| 2345 | 2026-08-20T20:39:30.526Z | Compiling zeroize v1.9.0 |
| 2346 | 2026-08-20T20:39:30.526Z | Compiling proc-macro2 v1.0.107 |
| 2347 | 2026-08-20T20:39:30.527Z | Compiling quote v1.0.47 |
| 2348 | 2026-08-20T20:39:30.589Z | Compiling hashbrown v0.17.1 |
| 2349 | 2026-08-20T20:39:30.589Z | Compiling smallvec v1.15.2 |
| 2350 | 2026-08-20T20:39:30.597Z | Compiling num-traits v0.2.19 |
| 2351 | 2026-08-20T20:39:30.603Z | Compiling zerocopy v0.8.56 |
| 2352 | 2026-08-20T20:39:30.619Z | Compiling rustc_version v0.4.1 |
| 2353 | 2026-08-20T20:39:30.808Z | Compiling generic-array v0.14.7 |
| 2354 | 2026-08-20T20:39:30.821Z | Compiling log v0.4.33 |
| 2355 | 2026-08-20T20:39:30.920Z | Compiling jobserver v0.1.35 |
| 2356 | 2026-08-20T20:39:30.963Z | Compiling errno v0.3.14 |
| 2357 | 2026-08-20T20:39:30.976Z | Compiling getrandom v0.2.17 |
| 2358 | 2026-08-20T20:39:31.012Z | Compiling parking_lot_core v0.9.12 |
| 2359 | 2026-08-20T20:39:31.110Z | Compiling rand_core v0.6.4 |
| 2360 | 2026-08-20T20:39:31.149Z | Compiling cc v1.4.2 |
| 2361 | 2026-08-20T20:39:31.156Z | Compiling signal-hook-registry v1.4.8 |
| 2362 | 2026-08-20T20:39:31.240Z | Compiling parking_lot v0.12.5 |
| 2363 | 2026-08-20T20:39:31.295Z | Compiling crypto-common v0.1.7 |
| 2364 | 2026-08-20T20:39:31.323Z | Compiling block-buffer v0.10.4 |
| 2365 | 2026-08-20T20:39:31.414Z | Compiling socket2 v0.6.5 |
| 2366 | 2026-08-20T20:39:31.456Z | Compiling digest v0.10.7 |
| 2367 | 2026-08-20T20:39:31.459Z | Compiling mio v1.2.2 |
| 2368 | 2026-08-20T20:39:31.546Z | Compiling syn v2.0.119 |
| 2369 | 2026-08-20T20:39:31.575Z | Compiling syn v3.0.3 |
| 2370 | 2026-08-20T20:39:31.680Z | Compiling getrandom v0.4.3 |
| 2371 | 2026-08-20T20:39:31.837Z | Compiling uuid v1.24.0 |
| 2372 | 2026-08-20T20:39:31.860Z | Compiling ff v0.13.1 |
| 2373 | 2026-08-20T20:39:31.990Z | Compiling cmake v0.1.58 |
| 2374 | 2026-08-20T20:39:31.993Z | Compiling getrandom v0.3.4 |
| 2375 | 2026-08-20T20:39:32.177Z | Compiling group v0.13.0 |
| 2376 | 2026-08-20T20:39:32.230Z | Compiling sha2 v0.10.9 |
| 2377 | 2026-08-20T20:39:32.273Z | Compiling signature v2.2.0 |
| 2378 | 2026-08-20T20:39:32.324Z | Compiling crypto-bigint v0.5.5 |
| 2379 | 2026-08-20T20:39:32.352Z | Compiling rand_core v0.9.5 |
| 2380 | 2026-08-20T20:39:32.418Z | Compiling hmac v0.12.1 |
| 2381 | 2026-08-20T20:39:32.444Z | Compiling aws-lc-sys v0.44.0 |
| 2382 | 2026-08-20T20:39:32.552Z | Compiling indexmap v2.14.0 |
| 2383 | 2026-08-20T20:39:32.652Z | Compiling rustix v1.1.4 |
| 2384 | 2026-08-20T20:39:33.177Z | Compiling curve25519-dalek v4.1.3 |
| 2385 | 2026-08-20T20:39:33.180Z | Compiling rustls-pki-types v1.15.1 |
| 2386 | 2026-08-20T20:39:33.457Z | Compiling ppv-lite86 v0.2.21 |
| 2387 | 2026-08-20T20:39:33.485Z | Compiling time v0.3.55 |
| 2388 | 2026-08-20T20:39:33.659Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 2389 | 2026-08-20T20:39:33.778Z | Compiling rand_chacha v0.9.0 |
| 2390 | 2026-08-20T20:39:34.192Z | Compiling tracing v0.1.44 |
| 2391 | 2026-08-20T20:39:34.295Z | Compiling serde_derive_internals v0.29.1 |
| 2392 | 2026-08-20T20:39:34.433Z | Compiling rfc6979 v0.4.0 |
| 2393 | 2026-08-20T20:39:34.553Z | Compiling inout v0.1.4 |
| 2394 | 2026-08-20T20:39:34.563Z | Compiling rustls v0.23.43 |
| 2395 | 2026-08-20T20:39:34.686Z | Compiling cipher v0.4.4 |
| 2396 | 2026-08-20T20:39:34.722Z | Compiling serde_derive v1.0.229 |
| 2397 | 2026-08-20T20:39:34.768Z | Compiling tokio-macros v2.7.2 |
| 2398 | 2026-08-20T20:39:34.896Z | Compiling thiserror-impl v2.0.20 |
| 2399 | 2026-08-20T20:39:34.915Z | Compiling daft-derive v0.1.8 |
| 2400 | 2026-08-20T20:39:35.016Z | Compiling borsh v1.8.0 |
| 2401 | 2026-08-20T20:39:35.024Z | Compiling proc-macro-crate v3.5.0 |
| 2402 | 2026-08-20T20:39:35.290Z | Compiling rand v0.9.5 |
| 2403 | 2026-08-20T20:39:35.430Z | Compiling ssh-encoding v0.2.0 |
| 2404 | 2026-08-20T20:39:35.467Z | Compiling der_derive v0.7.3 |
| 2405 | 2026-08-20T20:39:35.481Z | Compiling tokio v1.53.1 |
| 2406 | 2026-08-20T20:39:35.620Z | Compiling futures-macro v0.3.33 |
| 2407 | 2026-08-20T20:39:35.689Z | Compiling schemars_derive v0.8.22 |
| 2408 | 2026-08-20T20:39:35.938Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2409 | 2026-08-20T20:39:36.080Z | Compiling thiserror v2.0.20 |
| 2410 | 2026-08-20T20:39:36.188Z | Compiling blake3 v1.8.6 |
| 2411 | 2026-08-20T20:39:36.440Z | Compiling der v0.7.10 |
| 2412 | 2026-08-20T20:39:36.464Z | Compiling futures-util v0.3.33 |
| 2413 | 2026-08-20T20:39:36.572Z | Compiling newtype-uuid v1.4.0 |
| 2414 | 2026-08-20T20:39:36.735Z | Compiling sha1 v0.10.7 |
| 2415 | 2026-08-20T20:39:36.898Z | Compiling tungstenite v0.28.0 |
| 2416 | 2026-08-20T20:39:36.962Z | Compiling hostname v0.3.1 |
| 2417 | 2026-08-20T20:39:37.327Z | Compiling serde v1.0.229 |
| 2418 | 2026-08-20T20:39:37.598Z | Compiling spki v0.7.3 |
| 2419 | 2026-08-20T20:39:37.755Z | Compiling pkcs8 v0.10.2 |
| 2420 | 2026-08-20T20:39:37.804Z | Compiling erased-serde v0.3.31 |
| 2421 | 2026-08-20T20:39:37.834Z | Compiling chrono v0.4.45 |
| 2422 | 2026-08-20T20:39:37.895Z | Compiling sec1 v0.7.3 |
| 2423 | 2026-08-20T20:39:38.022Z | Compiling ed25519 v2.2.3 |
| 2424 | 2026-08-20T20:39:38.169Z | Compiling elliptic-curve v0.13.8 |
| 2425 | 2026-08-20T20:39:38.200Z | Compiling slog v2.8.2 |
| 2426 | 2026-08-20T20:39:38.265Z | Compiling ed25519-dalek v2.2.0 |
| 2427 | 2026-08-20T20:39:38.286Z | Compiling serde_tokenstream v0.2.3 |
| 2428 | 2026-08-20T20:39:38.547Z | Compiling primeorder v0.13.6 |
| 2429 | 2026-08-20T20:39:38.563Z | Compiling ecdsa v0.16.9 |
| 2430 | 2026-08-20T20:39:38.608Z | Compiling futures-executor v0.3.33 |
| 2431 | 2026-08-20T20:39:38.817Z | Compiling schemars v0.8.22 |
| 2432 | 2026-08-20T20:39:38.823Z | Compiling slog-json v2.6.1 |
| 2433 | 2026-08-20T20:39:38.848Z | Compiling ssh-cipher v0.2.0 |
| 2434 | 2026-08-20T20:39:38.897Z | Compiling borsh-derive v1.8.0 |
| 2435 | 2026-08-20T20:39:38.993Z | Compiling p256 v0.13.2 |
| 2436 | 2026-08-20T20:39:39.025Z | Compiling thiserror-impl v1.0.69 |
| 2437 | 2026-08-20T20:39:39.214Z | Compiling async-stream-impl v0.3.6 |
| 2438 | 2026-08-20T20:39:39.322Z | Compiling tokio-util v0.7.19 |
| 2439 | 2026-08-20T20:39:39.384Z | Compiling rand_chacha v0.3.1 |
| 2440 | 2026-08-20T20:39:39.828Z | Compiling h2 v0.4.15 |
| 2441 | 2026-08-20T20:39:39.832Z | Compiling oxnet v0.1.6 |
| 2442 | 2026-08-20T20:39:40.003Z | Compiling memmap2 v0.9.11 |
| 2443 | 2026-08-20T20:39:40.087Z | Compiling daft v0.1.8 |
| 2444 | 2026-08-20T20:39:40.138Z | Compiling is-terminal v0.4.17 |
| 2445 | 2026-08-20T20:39:40.230Z | Compiling spin v0.9.9 |
| 2446 | 2026-08-20T20:39:40.240Z | Compiling slog-term v2.9.2 |
| 2447 | 2026-08-20T20:39:40.313Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?tag=rel%2Fv21%2Frc1#3e5bafe8) |
| 2448 | 2026-08-20T20:39:40.346Z | Compiling multer v3.1.0 |
| 2449 | 2026-08-20T20:39:40.350Z | Compiling serde_urlencoded v0.7.1 |
| 2450 | 2026-08-20T20:39:40.594Z | Compiling tempfile v3.27.0 |
| 2451 | 2026-08-20T20:39:40.627Z | Compiling slog-async v2.8.0 |
| 2452 | 2026-08-20T20:39:40.883Z | Compiling thiserror v1.0.69 |
| 2453 | 2026-08-20T20:39:40.948Z | Compiling async-stream v0.3.6 |
| 2454 | 2026-08-20T20:39:40.988Z | Compiling rand v0.8.7 |
| 2455 | 2026-08-20T20:39:41.038Z | Compiling tokio-tungstenite v0.28.0 |
| 2456 | 2026-08-20T20:39:41.127Z | Compiling async-compression v0.4.43 |
| 2457 | 2026-08-20T20:39:41.246Z | Compiling ssh-key v0.6.7 |
| 2458 | 2026-08-20T20:39:41.304Z | Compiling slog-bunyan v2.5.0 |
| 2459 | 2026-08-20T20:39:41.329Z | Compiling futures v0.3.33 |
| 2460 | 2026-08-20T20:39:41.408Z | Compiling dropshot_endpoint v0.17.1 |
| 2461 | 2026-08-20T20:39:41.438Z | Compiling x509-cert v0.2.5 |
| 2462 | 2026-08-20T20:39:41.455Z | Compiling openapiv3 v2.2.0 |
| 2463 | 2026-08-20T20:39:41.662Z | Compiling rlimit v0.10.2 |
| 2464 | 2026-08-20T20:39:41.840Z | Compiling async-trait v0.1.92 |
| 2465 | 2026-08-20T20:39:41.901Z | Compiling terminal_size v0.4.4 |
| 2466 | 2026-08-20T20:39:42.042Z | Compiling hyper v1.11.0 |
| 2467 | 2026-08-20T20:39:42.768Z | Compiling rustls-pemfile v2.2.0 |
| 2468 | 2026-08-20T20:39:42.969Z | Compiling hostname v0.4.2 |
| 2469 | 2026-08-20T20:39:43.031Z | Compiling sush-common v0.1.0 (/work/oxidecomputer/sush/common) |
| 2470 | 2026-08-20T20:39:43.031Z | Compiling clap_builder v4.6.6 |
| 2471 | 2026-08-20T20:39:43.061Z | Compiling clap_derive v4.6.4 |
| 2472 | 2026-08-20T20:39:43.156Z | Compiling hyper-util v0.1.20 |
| 2473 | 2026-08-20T20:39:44.582Z | Compiling clap v4.6.6 |
| 2474 | 2026-08-20T20:39:49.097Z | Compiling aws-lc-rs v1.18.0 |
| 2475 | 2026-08-20T20:39:50.274Z | Compiling rustls-webpki v0.103.13 |
| 2476 | 2026-08-20T20:39:53.081Z | Compiling tokio-rustls v0.26.4 |
| 2477 | 2026-08-20T20:39:53.273Z | Compiling dropshot v0.17.1 |
| 2478 | 2026-08-20T20:39:55.626Z | Compiling sush-api v0.1.0 (/work/oxidecomputer/sush/api) |
| 2479 | 2026-08-20T20:39:56.942Z | Compiling xtask v0.1.0 (/work/oxidecomputer/sush/xtask) |
| 2480 | 2026-08-20T20:40:02.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.01s |
| 2481 | 2026-08-20T20:40:02.330Z | Running `target/debug/xtask openapi` |
| 2482 | 2026-08-20T20:40:02.392Z | Generating OpenAPI document `sush.json`... done! |
| 2483 | 2026-08-20T20:40:02.435Z | process exited: duration 514245 ms, exit code 0 |
| |
| 2484 | 2026-08-20T20:40:02.458Z | found 1 output files |
| 2485 | 2026-08-20T20:40:02.458Z | uploading: /work/sush (38761240 bytes) |
| 2486 | 2026-08-20T20:40:03.704Z | uploaded: /work/sush |