|
|
|
| 1 | 2026-08-18T23:46:06.221Z | job assigned to worker 01M0BM7WVAP0F8SQQXTVFRAAPD [factory aws, i-00ebfd07d6e22f22f] (queued for 43 s) |
| |
| 2 | 2026-08-18T23:46:13.261Z | starting task 0: "setup" |
| 3 | 2026-08-18T23:46:13.267Z | ++ uname -s |
| 4 | 2026-08-18T23:46:13.270Z | + kern=SunOS |
| 5 | 2026-08-18T23:46:13.270Z | + build_user=build |
| 6 | 2026-08-18T23:46:13.270Z | + build_uid=12345 |
| 7 | 2026-08-18T23:46:13.270Z | + work_dir=/work |
| 8 | 2026-08-18T23:46:13.270Z | + input_dir=/input |
| 9 | 2026-08-18T23:46:13.270Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-18T23:46:13.270Z | + case "$kern" in |
| 11 | 2026-08-18T23:46:13.270Z | + groupadd -g 12345 build |
| 12 | 2026-08-18T23:46:13.274Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-18T23:46:15.275Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-18T23:46:15.389Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-18T23:46:15.392Z | + home_fs=zfs |
| 16 | 2026-08-18T23:46:15.392Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-18T23:46:15.392Z | + mkdir -p /home/build |
| 18 | 2026-08-18T23:46:15.392Z | + chown build:build /home/build /work |
| 19 | 2026-08-18T23:46:16.393Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-18T23:46:16.396Z | process exited: duration 3132 ms, exit code 0 |
| |
| 21 | 2026-08-18T23:46:16.408Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-18T23:46:16.419Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-18T23:46:16.419Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-18T23:46:16.419Z | * rust toolchain channel = "1.97.1" |
| 25 | 2026-08-18T23:46:16.419Z | * rust toolchain profile = "default" |
| 26 | 2026-08-18T23:46:16.421Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-18T23:46:16.421Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-18T23:46:16.421Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-18T23:46:16.421Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-18T23:46:16.534Z | info: downloading installer |
| 31 | 2026-08-18T23:46:17.959Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-08-18T23:46:17.959Z | warn: /opt/ooce/bin |
| 33 | 2026-08-18T23:46:17.959Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-08-18T23:46:17.959Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-08-18T23:46:17.959Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-08-18T23:46:17.959Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-08-18T23:46:17.959Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-08-18T23:46:17.959Z | error: cannot install while Rust is installed |
| 39 | 2026-08-18T23:46:17.959Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-08-18T23:46:17.959Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-08-18T23:46:17.959Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-08-18T23:46:17.959Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-08-18T23:46:17.959Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-08-18T23:46:17.993Z | info: profile set to default |
| 45 | 2026-08-18T23:46:17.993Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-08-18T23:46:17.996Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 47 | 2026-08-18T23:46:18.130Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 48 | 2026-08-18T23:46:18.133Z | info: downloading 6 components |
| 49 | 2026-08-18T23:46:34.766Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 50 | 2026-08-18T23:46:34.766Z | |
| 51 | 2026-08-18T23:46:34.793Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 52 | 2026-08-18T23:46:34.793Z | |
| 53 | 2026-08-18T23:46:34.798Z | |
| 54 | 2026-08-18T23:46:34.798Z | Rust is installed now. Great! |
| 55 | 2026-08-18T23:46:34.798Z | |
| 56 | 2026-08-18T23:46:34.798Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-08-18T23:46:34.798Z | environment variable. This has not been done automatically. |
| 58 | 2026-08-18T23:46:34.798Z | |
| 59 | 2026-08-18T23:46:34.798Z | To configure your current shell, you need to source |
| 60 | 2026-08-18T23:46:34.798Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-08-18T23:46:34.798Z | |
| 62 | 2026-08-18T23:46:34.798Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-08-18T23:46:34.798Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-08-18T23:46:34.798Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-08-18T23:46:34.798Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-08-18T23:46:34.798Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-08-18T23:46:34.798Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-08-18T23:46:34.798Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-08-18T23:46:34.799Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-08-18T23:46:34.799Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-08-18T23:46:34.883Z | + rustup --version |
| 72 | 2026-08-18T23:46:34.892Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-08-18T23:46:34.895Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-08-18T23:46:34.914Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 75 | 2026-08-18T23:46:34.919Z | + cargo --version |
| 76 | 2026-08-18T23:46:34.932Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 77 | 2026-08-18T23:46:34.935Z | + rustc --version |
| 78 | 2026-08-18T23:46:34.954Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 79 | 2026-08-18T23:46:34.957Z | process exited: duration 18549 ms, exit code 0 |
| |
| 80 | 2026-08-18T23:46:34.963Z | starting task 2: "authentication" |
| 81 | 2026-08-18T23:46:34.979Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-08-18T23:46:34.985Z | starting task 3: "clone repository" |
| 83 | 2026-08-18T23:46:34.988Z | + mkdir -p /work/oxidecomputer/sush |
| 84 | 2026-08-18T23:46:34.991Z | + git clone https://github.com/oxidecomputer/sush /work/oxidecomputer/sush |
| 85 | 2026-08-18T23:46:35.056Z | Cloning into '/work/oxidecomputer/sush'... |
| 86 | 2026-08-18T23:46:35.695Z | + cd /work/oxidecomputer/sush |
| 87 | 2026-08-18T23:46:35.695Z | + git fetch origin 2779e169f2c15772006470a0d92df9648f674c74 |
| 88 | 2026-08-18T23:46:36.003Z | From https://github.com/oxidecomputer/sush |
| 89 | 2026-08-18T23:46:36.003Z | * branch 2779e169f2c15772006470a0d92df9648f674c74 -> FETCH_HEAD |
| 90 | 2026-08-18T23:46:36.007Z | + [[ -n client-fixes ]] |
| 91 | 2026-08-18T23:46:36.010Z | ++ git branch --show-current |
| 92 | 2026-08-18T23:46:36.010Z | + current=main |
| 93 | 2026-08-18T23:46:36.010Z | + [[ main != client-fixes ]] |
| 94 | 2026-08-18T23:46:36.010Z | + git branch -f client-fixes 2779e169f2c15772006470a0d92df9648f674c74 |
| 95 | 2026-08-18T23:46:36.013Z | + git checkout -f client-fixes |
| 96 | 2026-08-18T23:46:36.019Z | Switched to branch 'client-fixes' |
| 97 | 2026-08-18T23:46:36.022Z | + git reset --hard 2779e169f2c15772006470a0d92df9648f674c74 |
| 98 | 2026-08-18T23:46:36.026Z | HEAD is now at 2779e16 Keep watching a job whose start request timed out |
| 99 | 2026-08-18T23:46:36.029Z | process exited: duration 1041 ms, exit code 0 |
| |
| 100 | 2026-08-18T23:46:36.036Z | starting task 4: "build" |
| 101 | 2026-08-18T23:46:36.040Z | + cargo --version |
| 102 | 2026-08-18T23:46:36.068Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 103 | 2026-08-18T23:46:36.071Z | + rustc --version |
| 104 | 2026-08-18T23:46:36.107Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 105 | 2026-08-18T23:46:36.111Z | + export CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 106 | 2026-08-18T23:46:36.111Z | + CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 107 | 2026-08-18T23:46:36.111Z | + export CARGO_INCREMENTAL=0 |
| 108 | 2026-08-18T23:46:36.111Z | + CARGO_INCREMENTAL=0 |
| 109 | 2026-08-18T23:46:36.111Z | + pfexec mkdir -p /work |
| 110 | 2026-08-18T23:46:36.114Z | + pfexec chown build /work |
| 111 | 2026-08-18T23:46:36.118Z | + cargo build --release --locked --package sush-client --features permslip |
| 112 | 2026-08-18T23:46:36.214Z | Updating crates.io index |
| 113 | 2026-08-18T23:46:36.217Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 114 | 2026-08-18T23:46:42.404Z | From https://github.com/oxidecomputer/omicron |
| 115 | 2026-08-18T23:46:42.404Z | * [new ref] 3e5bafe8ad9d19de5db48fb50bbe2e9437f82e86 -> refs/commit/3e5bafe8ad9d19de5db48fb50bbe2e9437f82e86 |
| 116 | 2026-08-18T23:46:42.832Z | Updating git repository `https://github.com/oxidecomputer/permission-slip` |
| 117 | 2026-08-18T23:46:43.572Z | From https://github.com/oxidecomputer/permission-slip |
| 118 | 2026-08-18T23:46:43.572Z | * [new ref] 11f249d93ab0c539febabda9da67cc2dc6aa5355 -> refs/commit/11f249d93ab0c539febabda9da67cc2dc6aa5355 |
| 119 | 2026-08-18T23:46:43.587Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 120 | 2026-08-18T23:46:43.983Z | From https://github.com/oxidecomputer/sprockets |
| 121 | 2026-08-18T23:46:43.983Z | * [new ref] b8782742d1bd91546887fbc1757a7d024a5469ef -> refs/commit/b8782742d1bd91546887fbc1757a7d024a5469ef |
| 122 | 2026-08-18T23:46:43.990Z | Updating git repository `https://github.com/oxidecomputer/rumors` |
| 123 | 2026-08-18T23:46:46.460Z | From https://github.com/oxidecomputer/rumors |
| 124 | 2026-08-18T23:46:46.460Z | * [new ref] b2675dbef99b784efb817db01920ee59dac708c3 -> refs/commit/b2675dbef99b784efb817db01920ee59dac708c3 |
| 125 | 2026-08-18T23:46:46.947Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 126 | 2026-08-18T23:46:47.308Z | From https://github.com/oxidecomputer/dice-util |
| 127 | 2026-08-18T23:46:47.308Z | * [new ref] 10952e8d9599b735b85d480af3560a11700e5b64 -> refs/commit/10952e8d9599b735b85d480af3560a11700e5b64 |
| 128 | 2026-08-18T23:46:47.318Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 129 | 2026-08-18T23:46:47.638Z | From https://github.com/oxidecomputer/lpc55_support |
| 130 | 2026-08-18T23:46:47.638Z | * [new ref] fc64732faf5511850b35f1734d572b9953d73374 -> refs/commit/fc64732faf5511850b35f1734d572b9953d73374 |
| 131 | 2026-08-18T23:46:47.645Z | Updating git repository `https://github.com/oxidecomputer/sshauth` |
| 132 | 2026-08-18T23:46:48.030Z | From https://github.com/oxidecomputer/sshauth |
| 133 | 2026-08-18T23:46:48.030Z | * [new ref] 6233c1b25d9e3b03d51ab95b19ed7903bfadfd8f -> refs/commit/6233c1b25d9e3b03d51ab95b19ed7903bfadfd8f |
| 134 | 2026-08-18T23:46:48.039Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 135 | 2026-08-18T23:46:48.372Z | From https://github.com/oxidecomputer/dice-util |
| 136 | 2026-08-18T23:46:48.372Z | * [new ref] 4a39ef08d81e5177edee0bddb1146032aa21074d -> refs/commit/4a39ef08d81e5177edee0bddb1146032aa21074d |
| 137 | 2026-08-18T23:46:48.383Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 138 | 2026-08-18T23:46:48.696Z | From https://github.com/oxidecomputer/slog-error-chain |
| 139 | 2026-08-18T23:46:48.697Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 140 | 2026-08-18T23:46:48.705Z | Updating git repository `https://github.com/oxidecomputer/rats-corim` |
| 141 | 2026-08-18T23:46:49.034Z | From https://github.com/oxidecomputer/rats-corim |
| 142 | 2026-08-18T23:46:49.034Z | * [new ref] f0d5d5168d3d31487a56df32c676b0c6240bcc6b -> refs/commit/f0d5d5168d3d31487a56df32c676b0c6240bcc6b |
| 143 | 2026-08-18T23:46:49.039Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 144 | 2026-08-18T23:46:49.367Z | From https://github.com/oxidecomputer/pki-playground |
| 145 | 2026-08-18T23:46:49.367Z | * [new ref] 7600756029ce046a02c6234aa84ce230cc5eaa04 -> refs/commit/7600756029ce046a02c6234aa84ce230cc5eaa04 |
| 146 | 2026-08-18T23:46:49.374Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 147 | 2026-08-18T23:46:49.681Z | From https://github.com/oxidecomputer/pki-playground |
| 148 | 2026-08-18T23:46:49.682Z | * [new ref] bcd3bf2dfe36468c494eac17463a4e10be366b35 -> refs/commit/bcd3bf2dfe36468c494eac17463a4e10be366b35 |
| 149 | 2026-08-18T23:46:52.338Z | Downloading crates ... |
| 150 | 2026-08-18T23:46:52.404Z | Downloaded array-init v0.0.4 |
| 151 | 2026-08-18T23:46:52.420Z | Downloaded async-stream-impl v0.3.6 |
| 152 | 2026-08-18T23:46:52.425Z | Downloaded arrayref v0.3.9 |
| 153 | 2026-08-18T23:46:52.425Z | Downloaded async-stream v0.3.6 |
| 154 | 2026-08-18T23:46:52.431Z | Downloaded block-buffer v0.10.4 |
| 155 | 2026-08-18T23:46:52.436Z | Downloaded adler2 v2.0.1 |
| 156 | 2026-08-18T23:46:52.436Z | Downloaded anstyle-query v1.1.5 |
| 157 | 2026-08-18T23:46:52.439Z | Downloaded aws-smithy-runtime-api-macros v1.1.0 |
| 158 | 2026-08-18T23:46:52.443Z | Downloaded keccak v0.1.6 |
| 159 | 2026-08-18T23:46:52.448Z | Downloaded lazy_static v1.5.0 |
| 160 | 2026-08-18T23:46:52.452Z | Downloaded openssl-probe v0.2.1 |
| 161 | 2026-08-18T23:46:52.455Z | Downloaded packed_struct_codegen v0.10.1 |
| 162 | 2026-08-18T23:46:52.459Z | Downloaded outref v0.5.2 |
| 163 | 2026-08-18T23:46:52.459Z | Downloaded autocfg v1.5.1 |
| 164 | 2026-08-18T23:46:52.462Z | Downloaded bitfield v0.19.5 |
| 165 | 2026-08-18T23:46:52.462Z | Downloaded crossbeam-deque v0.8.7 |
| 166 | 2026-08-18T23:46:52.462Z | Downloaded num_threads v0.1.7 |
| 167 | 2026-08-18T23:46:52.466Z | Downloaded async-recursion v1.1.1 |
| 168 | 2026-08-18T23:46:52.466Z | Downloaded match_cfg v0.1.0 |
| 169 | 2026-08-18T23:46:52.469Z | Downloaded base16ct v0.2.0 |
| 170 | 2026-08-18T23:46:52.469Z | Downloaded potential_utf v0.1.5 |
| 171 | 2026-08-18T23:46:52.469Z | Downloaded progenitor-client v0.14.0 |
| 172 | 2026-08-18T23:46:52.469Z | Downloaded rustc-hash v2.1.3 |
| 173 | 2026-08-18T23:46:52.474Z | Downloaded pin-utils v0.1.0 |
| 174 | 2026-08-18T23:46:52.477Z | Downloaded der_derive v0.7.3 |
| 175 | 2026-08-18T23:46:52.477Z | Downloaded atomic-waker v1.1.2 |
| 176 | 2026-08-18T23:46:52.477Z | Downloaded bitfield-macros v0.19.5 |
| 177 | 2026-08-18T23:46:52.477Z | Downloaded base64-simd v0.8.0 |
| 178 | 2026-08-18T23:46:52.482Z | Downloaded percent-encoding v2.3.2 |
| 179 | 2026-08-18T23:46:52.482Z | Downloaded progenitor-macro v0.14.0 |
| 180 | 2026-08-18T23:46:52.482Z | Downloaded backtrace-ext v0.2.1 |
| 181 | 2026-08-18T23:46:52.485Z | Downloaded omicron-workspace-hack v0.1.0 |
| 182 | 2026-08-18T23:46:52.485Z | Downloaded anstyle v1.0.14 |
| 183 | 2026-08-18T23:46:52.485Z | Downloaded async-trait v0.1.92 |
| 184 | 2026-08-18T23:46:52.489Z | Downloaded aws-smithy-async v1.3.0 |
| 185 | 2026-08-18T23:46:52.489Z | Downloaded bs58 v0.5.1 |
| 186 | 2026-08-18T23:46:52.489Z | Downloaded multer v3.1.0 |
| 187 | 2026-08-18T23:46:52.492Z | Downloaded aws-credential-types v1.3.0 |
| 188 | 2026-08-18T23:46:52.492Z | Downloaded oxnet v0.1.6 |
| 189 | 2026-08-18T23:46:52.496Z | Downloaded packed_struct v0.10.1 |
| 190 | 2026-08-18T23:46:52.499Z | Downloaded knus-derive v3.4.0 |
| 191 | 2026-08-18T23:46:52.502Z | Downloaded paste v1.0.15 |
| 192 | 2026-08-18T23:46:52.502Z | Downloaded ref-cast-impl v1.0.26 |
| 193 | 2026-08-18T23:46:52.502Z | Downloaded debug-ignore v1.0.5 |
| 194 | 2026-08-18T23:46:52.506Z | Downloaded clap-num v1.2.0 |
| 195 | 2026-08-18T23:46:52.506Z | Downloaded cobs v0.3.0 |
| 196 | 2026-08-18T23:46:52.506Z | Downloaded darling_macro v0.23.0 |
| 197 | 2026-08-18T23:46:52.506Z | Downloaded pkg-config v0.3.33 |
| 198 | 2026-08-18T23:46:52.509Z | Downloaded num-conv v0.2.2 |
| 199 | 2026-08-18T23:46:52.509Z | Downloaded defmt-parser v1.0.0 |
| 200 | 2026-08-18T23:46:52.509Z | Downloaded ciborium-ll v0.2.2 |
| 201 | 2026-08-18T23:46:52.509Z | Downloaded crypto-common v0.1.7 |
| 202 | 2026-08-18T23:46:52.513Z | Downloaded clap_lex v1.1.0 |
| 203 | 2026-08-18T23:46:52.513Z | Downloaded num-integer v0.1.46 |
| 204 | 2026-08-18T23:46:52.513Z | Downloaded pin-project-lite v0.2.17 |
| 205 | 2026-08-18T23:46:52.516Z | Downloaded primeorder v0.13.6 |
| 206 | 2026-08-18T23:46:52.516Z | Downloaded mime v0.3.17 |
| 207 | 2026-08-18T23:46:52.516Z | Downloaded natord v1.0.9 |
| 208 | 2026-08-18T23:46:52.516Z | Downloaded cfg-if v1.0.4 |
| 209 | 2026-08-18T23:46:52.519Z | Downloaded nibble_vec v0.1.0 |
| 210 | 2026-08-18T23:46:52.519Z | Downloaded num-iter v0.1.46 |
| 211 | 2026-08-18T23:46:52.519Z | Downloaded cfg_aliases v0.2.2 |
| 212 | 2026-08-18T23:46:52.522Z | Downloaded crypto-common v0.2.2 |
| 213 | 2026-08-18T23:46:52.525Z | Downloaded lock_api v0.4.14 |
| 214 | 2026-08-18T23:46:52.529Z | Downloaded miette-derive v7.6.0 |
| 215 | 2026-08-18T23:46:52.529Z | Downloaded colorchoice v1.0.5 |
| 216 | 2026-08-18T23:46:52.533Z | Downloaded owo-colors v4.3.0 |
| 217 | 2026-08-18T23:46:52.533Z | Downloaded cpufeatures v0.2.17 |
| 218 | 2026-08-18T23:46:52.536Z | Downloaded litemap v0.8.2 |
| 219 | 2026-08-18T23:46:52.539Z | Downloaded parking_lot v0.12.5 |
| 220 | 2026-08-18T23:46:52.539Z | Downloaded parking_lot_core v0.9.12 |
| 221 | 2026-08-18T23:46:52.540Z | Downloaded ciborium-io v0.2.2 |
| 222 | 2026-08-18T23:46:52.540Z | Downloaded pem-rfc7468 v0.7.0 |
| 223 | 2026-08-18T23:46:52.544Z | Downloaded compression-core v0.4.32 |
| 224 | 2026-08-18T23:46:52.548Z | Downloaded nodrop v0.1.14 |
| 225 | 2026-08-18T23:46:52.548Z | Downloaded oauth2-reqwest v0.1.0-alpha.3 |
| 226 | 2026-08-18T23:46:52.548Z | Downloaded radium v0.7.0 |
| 227 | 2026-08-18T23:46:52.551Z | Downloaded cpufeatures v0.3.0 |
| 228 | 2026-08-18T23:46:52.551Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 229 | 2026-08-18T23:46:52.551Z | Downloaded ref-cast v1.0.26 |
| 230 | 2026-08-18T23:46:52.555Z | Downloaded powerfmt v0.2.0 |
| 231 | 2026-08-18T23:46:52.555Z | Downloaded bitflags v1.3.2 |
| 232 | 2026-08-18T23:46:52.558Z | Downloaded bytes-utils v0.1.4 |
| 233 | 2026-08-18T23:46:52.558Z | Downloaded proc-macro-crate v3.5.0 |
| 234 | 2026-08-18T23:46:52.558Z | Downloaded rfc6979 v0.4.0 |
| 235 | 2026-08-18T23:46:52.561Z | Downloaded block-buffer v0.12.1 |
| 236 | 2026-08-18T23:46:52.561Z | Downloaded bytesize v2.7.0 |
| 237 | 2026-08-18T23:46:52.565Z | Downloaded anstream v1.0.0 |
| 238 | 2026-08-18T23:46:52.565Z | Downloaded byteorder v1.5.0 |
| 239 | 2026-08-18T23:46:52.568Z | Downloaded base64ct v1.8.3 |
| 240 | 2026-08-18T23:46:52.568Z | Downloaded tower-layer v0.3.3 |
| 241 | 2026-08-18T23:46:52.568Z | Downloaded tower-service v0.3.3 |
| 242 | 2026-08-18T23:46:52.571Z | Downloaded toml_write v0.1.2 |
| 243 | 2026-08-18T23:46:52.571Z | Downloaded unit-prefix v0.5.2 |
| 244 | 2026-08-18T23:46:52.575Z | Downloaded unicode-linebreak v0.1.5 |
| 245 | 2026-08-18T23:46:52.575Z | Downloaded utf-8 v0.7.6 |
| 246 | 2026-08-18T23:46:52.575Z | Downloaded rand_chacha v0.3.1 |
| 247 | 2026-08-18T23:46:52.578Z | Downloaded ahash v0.8.12 |
| 248 | 2026-08-18T23:46:52.582Z | Downloaded addr2line v0.25.1 |
| 249 | 2026-08-18T23:46:52.582Z | Downloaded rand_pcg v0.10.2 |
| 250 | 2026-08-18T23:46:52.585Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 251 | 2026-08-18T23:46:52.585Z | Downloaded arrayvec v0.7.8 |
| 252 | 2026-08-18T23:46:52.585Z | Downloaded aws-types v1.5.0 |
| 253 | 2026-08-18T23:46:52.585Z | Downloaded clap_derive v4.6.4 |
| 254 | 2026-08-18T23:46:52.589Z | Downloaded lru-slab v0.1.2 |
| 255 | 2026-08-18T23:46:52.589Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 256 | 2026-08-18T23:46:52.592Z | Downloaded newtype-uuid v1.4.0 |
| 257 | 2026-08-18T23:46:52.592Z | Downloaded errno v0.3.14 |
| 258 | 2026-08-18T23:46:52.599Z | Downloaded hex v0.4.3 |
| 259 | 2026-08-18T23:46:52.603Z | Downloaded env_filter v2.0.0 |
| 260 | 2026-08-18T23:46:52.604Z | Downloaded xdg v2.5.2 |
| 261 | 2026-08-18T23:46:52.607Z | Downloaded corncobs v0.1.4 |
| 262 | 2026-08-18T23:46:52.610Z | Downloaded p256 v0.13.2 |
| 263 | 2026-08-18T23:46:52.613Z | Downloaded zerofrom-derive v0.1.7 |
| 264 | 2026-08-18T23:46:52.616Z | Downloaded constant_time_eq v0.4.2 |
| 265 | 2026-08-18T23:46:52.616Z | Downloaded flagset v0.4.7 |
| 266 | 2026-08-18T23:46:52.620Z | Downloaded futures-io v0.3.33 |
| 267 | 2026-08-18T23:46:52.623Z | Downloaded is_terminal_polyfill v1.70.2 |
| 268 | 2026-08-18T23:46:52.627Z | Downloaded cipher v0.4.4 |
| 269 | 2026-08-18T23:46:52.631Z | Downloaded serde_urlencoded v0.7.1 |
| 270 | 2026-08-18T23:46:52.635Z | Downloaded subtle v2.6.1 |
| 271 | 2026-08-18T23:46:52.638Z | Downloaded defmt-macros v1.1.1 |
| 272 | 2026-08-18T23:46:52.641Z | Downloaded knus v3.4.0 |
| 273 | 2026-08-18T23:46:52.642Z | Downloaded maybe-uninit v2.0.0 |
| 274 | 2026-08-18T23:46:52.642Z | Downloaded compression-codecs v0.4.38 |
| 275 | 2026-08-18T23:46:52.645Z | Downloaded ppv-lite86 v0.2.21 |
| 276 | 2026-08-18T23:46:52.645Z | Downloaded secrecy v0.8.0 |
| 277 | 2026-08-18T23:46:52.645Z | Downloaded rand_core v0.9.5 |
| 278 | 2026-08-18T23:46:52.648Z | Downloaded version_check v0.9.5 |
| 279 | 2026-08-18T23:46:52.649Z | Downloaded proc-macro-error2 v2.0.1 |
| 280 | 2026-08-18T23:46:52.649Z | Downloaded progenitor v0.14.0 |
| 281 | 2026-08-18T23:46:52.649Z | Downloaded quote v1.0.47 |
| 282 | 2026-08-18T23:46:52.652Z | Downloaded signature v2.2.0 |
| 283 | 2026-08-18T23:46:52.652Z | Downloaded rand_chacha v0.9.0 |
| 284 | 2026-08-18T23:46:52.655Z | Downloaded borsh-derive v1.8.0 |
| 285 | 2026-08-18T23:46:52.655Z | Downloaded rustc-demangle v0.1.28 |
| 286 | 2026-08-18T23:46:52.690Z | Downloaded pkcs8 v0.10.2 |
| 287 | 2026-08-18T23:46:52.690Z | Downloaded rand_core v0.10.1 |
| 288 | 2026-08-18T23:46:52.690Z | Downloaded anstyle-parse v1.0.0 |
| 289 | 2026-08-18T23:46:52.690Z | Downloaded anyhow v1.0.104 |
| 290 | 2026-08-18T23:46:52.690Z | Downloaded rand_core v0.6.4 |
| 291 | 2026-08-18T23:46:52.690Z | Downloaded typify-macro v0.6.2 |
| 292 | 2026-08-18T23:46:52.690Z | Downloaded aws-smithy-schema v0.2.0 |
| 293 | 2026-08-18T23:46:52.690Z | Downloaded memmap2 v0.9.11 |
| 294 | 2026-08-18T23:46:52.690Z | Downloaded quinn-udp v0.5.15 |
| 295 | 2026-08-18T23:46:52.690Z | Downloaded rlimit v0.10.2 |
| 296 | 2026-08-18T23:46:52.690Z | Downloaded try-lock v0.2.5 |
| 297 | 2026-08-18T23:46:52.690Z | Downloaded waitgroup v0.1.2 |
| 298 | 2026-08-18T23:46:52.690Z | Downloaded ed25519 v2.2.3 |
| 299 | 2026-08-18T23:46:52.690Z | Downloaded embedded-io v0.4.0 |
| 300 | 2026-08-18T23:46:52.691Z | Downloaded zerovec-derive v0.11.3 |
| 301 | 2026-08-18T23:46:52.691Z | Downloaded once_cell v1.21.4 |
| 302 | 2026-08-18T23:46:52.691Z | Downloaded zmij v1.0.23 |
| 303 | 2026-08-18T23:46:52.691Z | Downloaded zeroize_derive v1.5.0 |
| 304 | 2026-08-18T23:46:52.694Z | Downloaded log v0.4.33 |
| 305 | 2026-08-18T23:46:52.694Z | Downloaded humantime v2.4.0 |
| 306 | 2026-08-18T23:46:52.696Z | Downloaded ipnet v2.12.1 |
| 307 | 2026-08-18T23:46:52.699Z | Downloaded ssh-cipher v0.2.0 |
| 308 | 2026-08-18T23:46:52.699Z | Downloaded supports-hyperlinks v3.2.0 |
| 309 | 2026-08-18T23:46:52.699Z | Downloaded http-body v0.4.6 |
| 310 | 2026-08-18T23:46:52.699Z | Downloaded http-body v1.1.0 |
| 311 | 2026-08-18T23:46:52.705Z | Downloaded rustc_version v0.4.1 |
| 312 | 2026-08-18T23:46:52.708Z | Downloaded jobserver v0.1.35 |
| 313 | 2026-08-18T23:46:52.708Z | Downloaded rustls-native-certs v0.8.4 |
| 314 | 2026-08-18T23:46:52.708Z | Downloaded sha1 v0.10.7 |
| 315 | 2026-08-18T23:46:52.708Z | Downloaded scopeguard v1.2.0 |
| 316 | 2026-08-18T23:46:52.708Z | Downloaded inout v0.1.4 |
| 317 | 2026-08-18T23:46:52.711Z | Downloaded rustls-pemfile v2.2.0 |
| 318 | 2026-08-18T23:46:52.711Z | Downloaded tokio-macros v2.7.2 |
| 319 | 2026-08-18T23:46:52.715Z | Downloaded strum_macros v0.26.4 |
| 320 | 2026-08-18T23:46:52.718Z | Downloaded defmt v1.1.1 |
| 321 | 2026-08-18T23:46:52.718Z | Downloaded ciborium v0.2.2 |
| 322 | 2026-08-18T23:46:52.721Z | Downloaded crossbeam-utils v0.8.22 |
| 323 | 2026-08-18T23:46:52.721Z | Downloaded ssh-encoding v0.2.0 |
| 324 | 2026-08-18T23:46:52.721Z | Downloaded thiserror v1.0.69 |
| 325 | 2026-08-18T23:46:52.725Z | Downloaded thread_local v1.1.10 |
| 326 | 2026-08-18T23:46:52.725Z | Downloaded chacha20 v0.10.1 |
| 327 | 2026-08-18T23:46:52.725Z | Downloaded data-encoding v2.11.1 |
| 328 | 2026-08-18T23:46:52.728Z | Downloaded darling v0.23.0 |
| 329 | 2026-08-18T23:46:52.732Z | Downloaded camino v1.2.5 |
| 330 | 2026-08-18T23:46:52.732Z | Downloaded console v0.16.4 |
| 331 | 2026-08-18T23:46:52.732Z | Downloaded pkcs1 v0.7.5 |
| 332 | 2026-08-18T23:46:52.736Z | Downloaded const-oid v0.9.6 |
| 333 | 2026-08-18T23:46:52.740Z | Downloaded cmake v0.1.58 |
| 334 | 2026-08-18T23:46:52.743Z | Downloaded daft v0.1.8 |
| 335 | 2026-08-18T23:46:52.743Z | Downloaded schemars_derive v0.8.22 |
| 336 | 2026-08-18T23:46:52.743Z | Downloaded shlex v1.3.0 |
| 337 | 2026-08-18T23:46:52.743Z | Downloaded serde_path_to_error v0.1.20 |
| 338 | 2026-08-18T23:46:52.746Z | Downloaded toml_datetime v0.6.11 |
| 339 | 2026-08-18T23:46:52.746Z | Downloaded wyz v0.5.1 |
| 340 | 2026-08-18T23:46:52.749Z | Downloaded num-traits v0.2.19 |
| 341 | 2026-08-18T23:46:52.749Z | Downloaded deranged v0.5.8 |
| 342 | 2026-08-18T23:46:52.754Z | Downloaded daft-derive v0.1.8 |
| 343 | 2026-08-18T23:46:52.757Z | Downloaded smallvec v0.6.14 |
| 344 | 2026-08-18T23:46:52.757Z | Downloaded signal-hook-registry v1.4.8 |
| 345 | 2026-08-18T23:46:52.760Z | Downloaded tap v1.0.1 |
| 346 | 2026-08-18T23:46:52.760Z | Downloaded tinyvec_macros v0.1.1 |
| 347 | 2026-08-18T23:46:52.760Z | Downloaded bytes v1.12.1 |
| 348 | 2026-08-18T23:46:52.763Z | Downloaded chumsky v0.9.3 |
| 349 | 2026-08-18T23:46:52.763Z | Downloaded darling_core v0.23.0 |
| 350 | 2026-08-18T23:46:52.766Z | Downloaded utf8_iter v1.0.4 |
| 351 | 2026-08-18T23:46:52.766Z | Downloaded yoke-derive v0.8.2 |
| 352 | 2026-08-18T23:46:52.766Z | Downloaded tls_codec v0.4.2 |
| 353 | 2026-08-18T23:46:52.770Z | Downloaded want v0.3.1 |
| 354 | 2026-08-18T23:46:52.770Z | Downloaded fd-lock v4.0.4 |
| 355 | 2026-08-18T23:46:52.770Z | Downloaded foldhash v0.2.0 |
| 356 | 2026-08-18T23:46:52.770Z | Downloaded fastrand v2.5.0 |
| 357 | 2026-08-18T23:46:52.773Z | Downloaded futures-macro v0.3.33 |
| 358 | 2026-08-18T23:46:52.779Z | Downloaded hybrid-array v0.4.14 |
| 359 | 2026-08-18T23:46:52.784Z | Downloaded hyper-rustls v0.27.9 |
| 360 | 2026-08-18T23:46:52.784Z | Downloaded either v1.17.0 |
| 361 | 2026-08-18T23:46:52.787Z | Downloaded httparse v1.10.1 |
| 362 | 2026-08-18T23:46:52.790Z | Downloaded rustls-pki-types v1.15.1 |
| 363 | 2026-08-18T23:46:52.790Z | Downloaded spin v0.9.9 |
| 364 | 2026-08-18T23:46:52.793Z | Downloaded thiserror v2.0.20 |
| 365 | 2026-08-18T23:46:52.793Z | Downloaded hostname v0.3.1 |
| 366 | 2026-08-18T23:46:52.796Z | Downloaded serde-hex v0.1.0 |
| 367 | 2026-08-18T23:46:52.796Z | Downloaded sha1 v0.11.0 |
| 368 | 2026-08-18T23:46:52.796Z | Downloaded idna_adapter v1.2.2 |
| 369 | 2026-08-18T23:46:52.800Z | Downloaded serde_spanned v0.6.9 |
| 370 | 2026-08-18T23:46:52.803Z | Downloaded crossbeam-epoch v0.9.20 |
| 371 | 2026-08-18T23:46:52.806Z | Downloaded const-oid v0.10.2 |
| 372 | 2026-08-18T23:46:52.806Z | Downloaded strsim v0.11.1 |
| 373 | 2026-08-18T23:46:52.810Z | Downloaded postcard v1.1.3 |
| 374 | 2026-08-18T23:46:52.813Z | Downloaded toml v0.8.23 |
| 375 | 2026-08-18T23:46:52.813Z | Downloaded clap v4.6.6 |
| 376 | 2026-08-18T23:46:52.816Z | Downloaded semver v1.0.28 |
| 377 | 2026-08-18T23:46:52.819Z | Downloaded proc-macro2 v1.0.107 |
| 378 | 2026-08-18T23:46:52.829Z | Downloaded untrusted v0.9.0 |
| 379 | 2026-08-18T23:46:52.838Z | Downloaded dyn-clone v1.0.20 |
| 380 | 2026-08-18T23:46:52.838Z | Downloaded stable_deref_trait v1.2.1 |
| 381 | 2026-08-18T23:46:52.842Z | Downloaded allocator-api2 v0.2.21 |
| 382 | 2026-08-18T23:46:52.842Z | Downloaded miniz_oxide v0.8.9 |
| 383 | 2026-08-18T23:46:52.842Z | Downloaded base64 v0.22.1 |
| 384 | 2026-08-18T23:46:52.842Z | Downloaded time-macros v0.2.32 |
| 385 | 2026-08-18T23:46:52.845Z | Downloaded typify v0.6.2 |
| 386 | 2026-08-18T23:46:52.845Z | Downloaded equivalent v1.0.2 |
| 387 | 2026-08-18T23:46:52.845Z | Downloaded find-msvc-tools v0.1.10 |
| 388 | 2026-08-18T23:46:52.845Z | Downloaded http-range-header v0.4.2 |
| 389 | 2026-08-18T23:46:52.849Z | Downloaded httpdate v1.0.3 |
| 390 | 2026-08-18T23:46:52.849Z | Downloaded serde_spanned v1.1.1 |
| 391 | 2026-08-18T23:46:52.849Z | Downloaded is-terminal v0.4.17 |
| 392 | 2026-08-18T23:46:52.849Z | Downloaded is_ci v1.2.0 |
| 393 | 2026-08-18T23:46:52.852Z | Downloaded bitvec v1.1.1 |
| 394 | 2026-08-18T23:46:52.856Z | Downloaded heck v0.5.0 |
| 395 | 2026-08-18T23:46:52.859Z | Downloaded slog-bunyan v2.5.0 |
| 396 | 2026-08-18T23:46:52.859Z | Downloaded getrandom v0.2.17 |
| 397 | 2026-08-18T23:46:52.859Z | Downloaded tokio-fd v0.3.0 |
| 398 | 2026-08-18T23:46:52.860Z | Downloaded utf8parse v0.2.2 |
| 399 | 2026-08-18T23:46:52.864Z | Downloaded embedded-io v0.6.1 |
| 400 | 2026-08-18T23:46:52.864Z | Downloaded generic-array v0.14.7 |
| 401 | 2026-08-18T23:46:52.864Z | Downloaded hash32 v0.2.1 |
| 402 | 2026-08-18T23:46:52.864Z | Downloaded hubpack v0.1.2 |
| 403 | 2026-08-18T23:46:52.867Z | Downloaded getrandom v0.4.3 |
| 404 | 2026-08-18T23:46:52.867Z | Downloaded supports-unicode v3.0.0 |
| 405 | 2026-08-18T23:46:52.872Z | Downloaded indexmap v1.9.3 |
| 406 | 2026-08-18T23:46:52.875Z | Downloaded smallvec v1.15.2 |
| 407 | 2026-08-18T23:46:52.875Z | Downloaded socket2 v0.6.5 |
| 408 | 2026-08-18T23:46:52.879Z | Downloaded textwrap v0.16.2 |
| 409 | 2026-08-18T23:46:52.879Z | Downloaded tokio-rustls v0.26.4 |
| 410 | 2026-08-18T23:46:52.879Z | Downloaded futures-channel v0.3.33 |
| 411 | 2026-08-18T23:46:52.882Z | Downloaded iana-time-zone v0.1.65 |
| 412 | 2026-08-18T23:46:52.882Z | Downloaded ecdsa v0.16.9 |
| 413 | 2026-08-18T23:46:52.882Z | Downloaded form_urlencoded v1.2.2 |
| 414 | 2026-08-18T23:46:52.882Z | Downloaded sec1 v0.7.3 |
| 415 | 2026-08-18T23:46:52.885Z | Downloaded serde_with_macros v3.22.0 |
| 416 | 2026-08-18T23:46:52.885Z | Downloaded take_mut v0.2.2 |
| 417 | 2026-08-18T23:46:52.885Z | Downloaded hostname v0.4.2 |
| 418 | 2026-08-18T23:46:52.885Z | Downloaded fnv v1.0.7 |
| 419 | 2026-08-18T23:46:52.885Z | Downloaded terminal_size v0.4.4 |
| 420 | 2026-08-18T23:46:52.889Z | Downloaded rustversion v1.0.23 |
| 421 | 2026-08-18T23:46:52.891Z | Downloaded slab v0.4.12 |
| 422 | 2026-08-18T23:46:52.891Z | Downloaded static_assertions v1.1.0 |
| 423 | 2026-08-18T23:46:52.895Z | Downloaded bitflags v2.13.1 |
| 424 | 2026-08-18T23:46:52.895Z | Downloaded crc-any v2.5.1 |
| 425 | 2026-08-18T23:46:52.895Z | Downloaded crc32fast v1.5.0 |
| 426 | 2026-08-18T23:46:52.902Z | Downloaded slog-json v2.6.1 |
| 427 | 2026-08-18T23:46:52.909Z | Downloaded unicode-ident v1.0.24 |
| 428 | 2026-08-18T23:46:52.913Z | Downloaded funty v2.0.0 |
| 429 | 2026-08-18T23:46:52.913Z | Downloaded vsimd v0.8.0 |
| 430 | 2026-08-18T23:46:52.917Z | Downloaded itoa v1.0.18 |
| 431 | 2026-08-18T23:46:52.917Z | Downloaded env_logger v0.11.11 |
| 432 | 2026-08-18T23:46:52.922Z | Downloaded backtrace v0.3.76 |
| 433 | 2026-08-18T23:46:52.922Z | Downloaded digest v0.11.3 |
| 434 | 2026-08-18T23:46:52.927Z | Downloaded futures-executor v0.3.33 |
| 435 | 2026-08-18T23:46:52.927Z | Downloaded supports-color v3.0.2 |
| 436 | 2026-08-18T23:46:52.927Z | Downloaded rayon-core v1.13.0 |
| 437 | 2026-08-18T23:46:52.930Z | Downloaded futures-core v0.3.33 |
| 438 | 2026-08-18T23:46:52.930Z | Downloaded aws-smithy-runtime-api v1.14.0 |
| 439 | 2026-08-18T23:46:52.933Z | Downloaded time-core v0.1.9 |
| 440 | 2026-08-18T23:46:52.933Z | Downloaded dunce v1.0.5 |
| 441 | 2026-08-18T23:46:52.933Z | Downloaded miette v7.6.0 |
| 442 | 2026-08-18T23:46:52.937Z | Downloaded toml_writer v1.1.2+spec-1.1.0 |
| 443 | 2026-08-18T23:46:52.940Z | Downloaded yoke v0.8.3 |
| 444 | 2026-08-18T23:46:52.940Z | Downloaded getrandom v0.3.4 |
| 445 | 2026-08-18T23:46:52.946Z | Downloaded rand v0.10.2 |
| 446 | 2026-08-18T23:46:52.946Z | Downloaded fs_extra v1.3.0 |
| 447 | 2026-08-18T23:46:52.946Z | Downloaded group v0.13.0 |
| 448 | 2026-08-18T23:46:52.946Z | Downloaded strum v0.26.3 |
| 449 | 2026-08-18T23:46:52.949Z | Downloaded hmac v0.12.1 |
| 450 | 2026-08-18T23:46:52.952Z | Downloaded ipnetwork v0.21.1 |
| 451 | 2026-08-18T23:46:52.953Z | Downloaded termios v0.3.3 |
| 452 | 2026-08-18T23:46:52.953Z | Downloaded thiserror-impl v1.0.69 |
| 453 | 2026-08-18T23:46:52.953Z | Downloaded displaydoc v0.2.7 |
| 454 | 2026-08-18T23:46:52.956Z | Downloaded futures v0.3.33 |
| 455 | 2026-08-18T23:46:52.959Z | Downloaded icu_properties v2.2.0 |
| 456 | 2026-08-18T23:46:52.963Z | Downloaded futures-task v0.3.33 |
| 457 | 2026-08-18T23:46:52.967Z | Downloaded hubpack_derive v0.1.1 |
| 458 | 2026-08-18T23:46:52.970Z | Downloaded oauth2 v5.0.0 |
| 459 | 2026-08-18T23:46:52.970Z | Downloaded xdg v3.0.0 |
| 460 | 2026-08-18T23:46:52.973Z | Downloaded rand v0.8.7 |
| 461 | 2026-08-18T23:46:52.973Z | Downloaded rsa v0.9.10 |
| 462 | 2026-08-18T23:46:52.977Z | Downloaded der v0.7.10 |
| 463 | 2026-08-18T23:46:52.980Z | Downloaded serde_yaml v0.9.34+deprecated |
| 464 | 2026-08-18T23:46:52.980Z | Downloaded shlex v2.0.1 |
| 465 | 2026-08-18T23:46:52.983Z | Downloaded slog-term v2.9.2 |
| 466 | 2026-08-18T23:46:52.983Z | Downloaded crossbeam-channel v0.5.16 |
| 467 | 2026-08-18T23:46:52.983Z | Downloaded crypto-bigint v0.5.5 |
| 468 | 2026-08-18T23:46:52.987Z | Downloaded zeroize v1.9.0 |
| 469 | 2026-08-18T23:46:52.990Z | Downloaded digest v0.10.7 |
| 470 | 2026-08-18T23:46:52.990Z | Downloaded ident_case v1.0.1 |
| 471 | 2026-08-18T23:46:52.990Z | Downloaded endian-type v0.1.2 |
| 472 | 2026-08-18T23:46:52.990Z | Downloaded synstructure v0.13.2 |
| 473 | 2026-08-18T23:46:52.990Z | Downloaded toml_parser v1.1.3+spec-1.1.0 |
| 474 | 2026-08-18T23:46:52.994Z | Downloaded tokio-tungstenite v0.28.0 |
| 475 | 2026-08-18T23:46:52.997Z | Downloaded memchr v2.8.3 |
| 476 | 2026-08-18T23:46:52.997Z | Downloaded progenitor-impl v0.14.0 |
| 477 | 2026-08-18T23:46:53.002Z | Downloaded quinn v0.11.11 |
| 478 | 2026-08-18T23:46:53.002Z | Downloaded serde-big-array v0.5.1 |
| 479 | 2026-08-18T23:46:53.005Z | Downloaded futures-sink v0.3.33 |
| 480 | 2026-08-18T23:46:53.005Z | Downloaded tempfile v3.27.0 |
| 481 | 2026-08-18T23:46:53.009Z | Downloaded sync_wrapper v1.0.2 |
| 482 | 2026-08-18T23:46:53.009Z | Downloaded tinystr v0.8.3 |
| 483 | 2026-08-18T23:46:53.009Z | Downloaded home v0.5.12 |
| 484 | 2026-08-18T23:46:53.012Z | Downloaded serde_tokenstream v0.2.3 |
| 485 | 2026-08-18T23:46:53.012Z | Downloaded serde_derive_internals v0.29.1 |
| 486 | 2026-08-18T23:46:53.015Z | Downloaded borsh v1.8.0 |
| 487 | 2026-08-18T23:46:53.016Z | Downloaded zerofrom v0.1.8 |
| 488 | 2026-08-18T23:46:53.020Z | Downloaded toml_edit v0.25.13+spec-1.1.0 |
| 489 | 2026-08-18T23:46:53.020Z | Downloaded writeable v0.6.3 |
| 490 | 2026-08-18T23:46:53.020Z | Downloaded async-compression v0.4.43 |
| 491 | 2026-08-18T23:46:53.024Z | Downloaded ff v0.13.1 |
| 492 | 2026-08-18T23:46:53.024Z | Downloaded flate2 v1.1.9 |
| 493 | 2026-08-18T23:46:53.028Z | Downloaded sha2 v0.10.9 |
| 494 | 2026-08-18T23:46:53.028Z | Downloaded slog-async v2.8.0 |
| 495 | 2026-08-18T23:46:53.034Z | Downloaded term v1.2.1 |
| 496 | 2026-08-18T23:46:53.038Z | Downloaded heapless v0.7.17 |
| 497 | 2026-08-18T23:46:53.041Z | Downloaded mio v1.2.2 |
| 498 | 2026-08-18T23:46:53.044Z | Downloaded indicatif v0.18.6 |
| 499 | 2026-08-18T23:46:53.047Z | Downloaded tungstenite v0.28.0 |
| 500 | 2026-08-18T23:46:53.051Z | Downloaded tls_codec_derive v0.4.2 |
| 501 | 2026-08-18T23:46:53.054Z | Downloaded aws-smithy-types v1.6.1 |
| 502 | 2026-08-18T23:46:53.057Z | Downloaded zerotrie v0.2.4 |
| 503 | 2026-08-18T23:46:53.061Z | Downloaded x509-cert v0.2.5 |
| 504 | 2026-08-18T23:46:53.064Z | Downloaded simd-adler32 v0.3.10 |
| 505 | 2026-08-18T23:46:53.067Z | Downloaded spki v0.7.3 |
| 506 | 2026-08-18T23:46:53.067Z | Downloaded thiserror-impl v2.0.20 |
| 507 | 2026-08-18T23:46:53.067Z | Downloaded num-bigint-dig v0.8.6 |
| 508 | 2026-08-18T23:46:53.070Z | Downloaded erased-serde v0.3.31 |
| 509 | 2026-08-18T23:46:53.070Z | Downloaded half v2.7.1 |
| 510 | 2026-08-18T23:46:53.074Z | Downloaded schemars v0.8.22 |
| 511 | 2026-08-18T23:46:53.077Z | Downloaded p521 v0.13.3 |
| 512 | 2026-08-18T23:46:53.080Z | Downloaded signal-hook v0.3.18 |
| 513 | 2026-08-18T23:46:53.083Z | Downloaded serde_core v1.0.229 |
| 514 | 2026-08-18T23:46:53.087Z | Downloaded rand v0.9.5 |
| 515 | 2026-08-18T23:46:53.092Z | Downloaded icu_normalizer v2.2.0 |
| 516 | 2026-08-18T23:46:53.095Z | Downloaded icu_normalizer_data v2.2.0 |
| 517 | 2026-08-18T23:46:53.112Z | Downloaded tracing-attributes v0.1.31 |
| 518 | 2026-08-18T23:46:53.115Z | Downloaded tinyvec v1.12.0 |
| 519 | 2026-08-18T23:46:53.115Z | Downloaded http-body-util v0.1.4 |
| 520 | 2026-08-18T23:46:53.118Z | Downloaded ed25519-dalek v2.2.0 |
| 521 | 2026-08-18T23:46:53.123Z | Downloaded libm v0.2.16 |
| 522 | 2026-08-18T23:46:53.134Z | Downloaded serde_derive v1.0.229 |
| 523 | 2026-08-18T23:46:53.137Z | Downloaded elliptic-curve v0.13.8 |
| 524 | 2026-08-18T23:46:53.140Z | Downloaded icu_locale_core v2.2.0 |
| 525 | 2026-08-18T23:46:53.145Z | Downloaded uuid v1.24.0 |
| 526 | 2026-08-18T23:46:53.148Z | Downloaded cc v1.4.2 |
| 527 | 2026-08-18T23:46:53.151Z | Downloaded rustls-platform-verifier v0.7.0 |
| 528 | 2026-08-18T23:46:53.151Z | Downloaded tracing-core v0.1.36 |
| 529 | 2026-08-18T23:46:53.155Z | Downloaded icu_provider v2.2.0 |
| 530 | 2026-08-18T23:46:53.155Z | Downloaded unsafe-libyaml v0.2.11 |
| 531 | 2026-08-18T23:46:53.159Z | Downloaded ryu v1.0.23 |
| 532 | 2026-08-18T23:46:53.163Z | Downloaded serde v1.0.229 |
| 533 | 2026-08-18T23:46:53.166Z | Downloaded toml v1.1.4+spec-1.1.0 |
| 534 | 2026-08-18T23:46:53.169Z | Downloaded toml_edit v0.22.27 |
| 535 | 2026-08-18T23:46:53.173Z | Downloaded dropshot_endpoint v0.17.1 |
| 536 | 2026-08-18T23:46:53.173Z | Downloaded url v2.5.8 |
| 537 | 2026-08-18T23:46:53.176Z | Downloaded http v0.2.12 |
| 538 | 2026-08-18T23:46:53.178Z | Downloaded schemars v0.9.0 |
| 539 | 2026-08-18T23:46:53.183Z | Downloaded zerovec v0.11.6 |
| 540 | 2026-08-18T23:46:53.186Z | Downloaded unicode-segmentation v1.13.3 |
| 541 | 2026-08-18T23:46:53.191Z | Downloaded slog v2.8.2 |
| 542 | 2026-08-18T23:46:53.194Z | Downloaded zerocopy-derive v0.8.56 |
| 543 | 2026-08-18T23:46:53.207Z | Downloaded tower v0.5.3 |
| 544 | 2026-08-18T23:46:53.212Z | Downloaded hashbrown v0.16.1 |
| 545 | 2026-08-18T23:46:53.217Z | Downloaded icu_collections v2.2.0 |
| 546 | 2026-08-18T23:46:53.227Z | Downloaded typenum v1.20.1 |
| 547 | 2026-08-18T23:46:53.230Z | Downloaded hashbrown v0.12.3 |
| 548 | 2026-08-18T23:46:53.234Z | Downloaded rustls-webpki v0.103.13 |
| 549 | 2026-08-18T23:46:53.234Z | Downloaded aho-corasick v1.1.5 |
| 550 | 2026-08-18T23:46:53.237Z | Downloaded schemars v1.2.2 |
| 551 | 2026-08-18T23:46:53.251Z | Downloaded jiff-core v0.1.0 |
| 552 | 2026-08-18T23:46:53.257Z | Downloaded rustyline v17.0.2 |
| 553 | 2026-08-18T23:46:53.260Z | Downloaded regex v1.13.1 |
| 554 | 2026-08-18T23:46:53.260Z | Downloaded tower-http v0.6.11 |
| 555 | 2026-08-18T23:46:53.264Z | Downloaded clap_builder v4.6.6 |
| 556 | 2026-08-18T23:46:53.269Z | Downloaded p384 v0.13.1 |
| 557 | 2026-08-18T23:46:53.272Z | Downloaded futures-util v0.3.33 |
| 558 | 2026-08-18T23:46:53.278Z | Downloaded hkdf v0.12.4 |
| 559 | 2026-08-18T23:46:53.281Z | Downloaded indexmap v2.14.0 |
| 560 | 2026-08-18T23:46:53.283Z | Downloaded serde_json v1.0.151 |
| 561 | 2026-08-18T23:46:53.286Z | Downloaded hyper-util v0.1.20 |
| 562 | 2026-08-18T23:46:53.289Z | Downloaded ssh-key v0.6.7 |
| 563 | 2026-08-18T23:46:53.292Z | Downloaded reqwest v0.13.4 |
| 564 | 2026-08-18T23:46:53.296Z | Downloaded winnow v0.7.15 |
| 565 | 2026-08-18T23:46:53.301Z | Downloaded tokio-util v0.7.19 |
| 566 | 2026-08-18T23:46:53.305Z | Downloaded salty v0.3.0 |
| 567 | 2026-08-18T23:46:53.309Z | Downloaded http v1.5.0 |
| 568 | 2026-08-18T23:46:53.312Z | Downloaded portable-atomic v1.15.0 |
| 569 | 2026-08-18T23:46:53.315Z | Downloaded hyper v1.11.0 |
| 570 | 2026-08-18T23:46:53.319Z | Downloaded idna v1.1.0 |
| 571 | 2026-08-18T23:46:53.323Z | Downloaded h2 v0.4.15 |
| 572 | 2026-08-18T23:46:53.326Z | Downloaded hashbrown v0.17.1 |
| 573 | 2026-08-18T23:46:53.329Z | Downloaded blake3 v1.8.6 |
| 574 | 2026-08-18T23:46:53.333Z | Downloaded icu_properties_data v2.2.0 |
| 575 | 2026-08-18T23:46:53.341Z | Downloaded quinn-proto v0.11.16 |
| 576 | 2026-08-18T23:46:53.344Z | Downloaded radix_trie v0.2.1 |
| 577 | 2026-08-18T23:46:53.350Z | Downloaded hashbrown v0.14.5 |
| 578 | 2026-08-18T23:46:53.371Z | Downloaded aws-lc-rs v1.18.0 |
| 579 | 2026-08-18T23:46:53.377Z | Downloaded chrono v0.4.45 |
| 580 | 2026-08-18T23:46:53.381Z | Downloaded serde_with v3.22.0 |
| 581 | 2026-08-18T23:46:53.388Z | Downloaded winnow v1.0.4 |
| 582 | 2026-08-18T23:46:53.394Z | Downloaded object v0.37.3 |
| 583 | 2026-08-18T23:46:53.399Z | Downloaded unicode-width v0.2.2 |
| 584 | 2026-08-18T23:46:53.413Z | Downloaded openapiv3 v2.2.0 |
| 585 | 2026-08-18T23:46:53.422Z | Downloaded nix v0.30.1 |
| 586 | 2026-08-18T23:46:53.430Z | Downloaded time v0.3.55 |
| 587 | 2026-08-18T23:46:53.439Z | Downloaded zerocopy v0.8.56 |
| 588 | 2026-08-18T23:46:53.447Z | Downloaded curve25519-dalek v4.1.3 |
| 589 | 2026-08-18T23:46:53.451Z | Downloaded regress v0.11.1 |
| 590 | 2026-08-18T23:46:53.456Z | Downloaded syn v1.0.109 |
| 591 | 2026-08-18T23:46:53.462Z | Downloaded syn v2.0.119 |
| 592 | 2026-08-18T23:46:53.468Z | Downloaded gimli v0.32.3 |
| 593 | 2026-08-18T23:46:53.472Z | Downloaded regex-syntax v0.8.11 |
| 594 | 2026-08-18T23:46:53.476Z | Downloaded syn v3.0.3 |
| 595 | 2026-08-18T23:46:53.484Z | Downloaded rustls v0.23.43 |
| 596 | 2026-08-18T23:46:53.489Z | Downloaded unicode-width v0.1.14 |
| 597 | 2026-08-18T23:46:53.509Z | Downloaded tracing v0.1.44 |
| 598 | 2026-08-18T23:46:53.517Z | Downloaded dropshot v0.17.1 |
| 599 | 2026-08-18T23:46:53.529Z | Downloaded rustix v1.1.4 |
| 600 | 2026-08-18T23:46:53.542Z | Downloaded regex-automata v0.4.18 |
| 601 | 2026-08-18T23:46:53.560Z | Downloaded typify-impl v0.6.2 |
| 602 | 2026-08-18T23:46:53.569Z | Downloaded libc v0.2.189 |
| 603 | 2026-08-18T23:46:53.588Z | Downloaded sha3 v0.10.9 |
| 604 | 2026-08-18T23:46:53.620Z | Downloaded ring v0.17.14 |
| 605 | 2026-08-18T23:46:53.641Z | Downloaded jiff v0.2.35 |
| 606 | 2026-08-18T23:46:53.684Z | Downloaded tokio v1.53.1 |
| 607 | 2026-08-18T23:46:53.763Z | Downloaded encoding_rs v0.8.35 |
| 608 | 2026-08-18T23:46:54.447Z | Downloaded aws-lc-sys v0.44.0 |
| 609 | 2026-08-18T23:46:54.695Z | Compiling proc-macro2 v1.0.107 |
| 610 | 2026-08-18T23:46:54.695Z | Compiling quote v1.0.47 |
| 611 | 2026-08-18T23:46:54.695Z | Compiling unicode-ident v1.0.24 |
| 612 | 2026-08-18T23:46:54.698Z | Compiling libc v0.2.189 |
| 613 | 2026-08-18T23:46:54.698Z | Compiling cfg-if v1.0.4 |
| 614 | 2026-08-18T23:46:54.698Z | Compiling version_check v0.9.5 |
| 615 | 2026-08-18T23:46:54.698Z | Compiling serde_core v1.0.229 |
| 616 | 2026-08-18T23:46:54.909Z | Compiling serde v1.0.229 |
| 617 | 2026-08-18T23:46:55.127Z | Compiling generic-array v0.14.7 |
| 618 | 2026-08-18T23:46:55.300Z | Compiling libm v0.2.16 |
| 619 | 2026-08-18T23:46:55.363Z | Compiling autocfg v1.5.1 |
| 620 | 2026-08-18T23:46:55.421Z | Compiling subtle v2.6.1 |
| 621 | 2026-08-18T23:46:55.566Z | Compiling typenum v1.20.1 |
| 622 | 2026-08-18T23:46:55.601Z | Compiling memchr v2.8.3 |
| 623 | 2026-08-18T23:46:55.710Z | Compiling smallvec v1.15.2 |
| 624 | 2026-08-18T23:46:55.730Z | Compiling itoa v1.0.18 |
| 625 | 2026-08-18T23:46:55.964Z | Compiling errno v0.3.14 |
| 626 | 2026-08-18T23:46:55.977Z | Compiling const-oid v0.9.6 |
| 627 | 2026-08-18T23:46:55.980Z | Compiling bytes v1.12.1 |
| 628 | 2026-08-18T23:46:56.225Z | Compiling scopeguard v1.2.0 |
| 629 | 2026-08-18T23:46:56.414Z | Compiling syn v2.0.119 |
| 630 | 2026-08-18T23:46:56.427Z | Compiling syn v3.0.3 |
| 631 | 2026-08-18T23:46:56.463Z | Compiling lock_api v0.4.14 |
| 632 | 2026-08-18T23:46:56.716Z | Compiling pin-project-lite v0.2.17 |
| 633 | 2026-08-18T23:46:56.805Z | Compiling thiserror v2.0.20 |
| 634 | 2026-08-18T23:46:56.818Z | Compiling zmij v1.0.23 |
| 635 | 2026-08-18T23:46:56.884Z | Compiling parking_lot_core v0.9.12 |
| 636 | 2026-08-18T23:46:56.955Z | Compiling zeroize v1.9.0 |
| 637 | 2026-08-18T23:46:57.123Z | Compiling signal-hook-registry v1.4.8 |
| 638 | 2026-08-18T23:46:57.155Z | Compiling num-traits v0.2.19 |
| 639 | 2026-08-18T23:46:57.211Z | Compiling futures-core v0.3.33 |
| 640 | 2026-08-18T23:46:57.266Z | Compiling semver v1.0.28 |
| 641 | 2026-08-18T23:46:57.368Z | Compiling serde_json v1.0.151 |
| 642 | 2026-08-18T23:46:57.569Z | Compiling mio v1.2.2 |
| 643 | 2026-08-18T23:46:57.584Z | Compiling socket2 v0.6.5 |
| 644 | 2026-08-18T23:46:57.599Z | Compiling parking_lot v0.12.5 |
| 645 | 2026-08-18T23:46:57.619Z | Compiling heck v0.5.0 |
| 646 | 2026-08-18T23:46:57.783Z | Compiling base64ct v1.8.3 |
| 647 | 2026-08-18T23:46:58.134Z | Compiling pem-rfc7468 v0.7.0 |
| 648 | 2026-08-18T23:46:58.226Z | Compiling futures-sink v0.3.33 |
| 649 | 2026-08-18T23:46:58.326Z | Compiling http v1.5.0 |
| 650 | 2026-08-18T23:46:58.339Z | Compiling getrandom v0.2.17 |
| 651 | 2026-08-18T23:46:58.554Z | Compiling jobserver v0.1.35 |
| 652 | 2026-08-18T23:46:58.894Z | Compiling shlex v2.0.1 |
| 653 | 2026-08-18T23:46:59.077Z | Compiling find-msvc-tools v0.1.10 |
| 654 | 2026-08-18T23:46:59.311Z | Compiling cc v1.4.2 |
| 655 | 2026-08-18T23:46:59.313Z | Compiling rand_core v0.6.4 |
| 656 | 2026-08-18T23:46:59.339Z | Compiling rustc_version v0.4.1 |
| 657 | 2026-08-18T23:46:59.375Z | Compiling zerocopy v0.8.56 |
| 658 | 2026-08-18T23:46:59.559Z | Compiling flagset v0.4.7 |
| 659 | 2026-08-18T23:46:59.600Z | Compiling once_cell v1.21.4 |
| 660 | 2026-08-18T23:46:59.695Z | Compiling slab v0.4.12 |
| 661 | 2026-08-18T23:46:59.723Z | Compiling serde_derive v1.0.229 |
| 662 | 2026-08-18T23:46:59.768Z | Compiling thiserror-impl v2.0.20 |
| 663 | 2026-08-18T23:46:59.781Z | Compiling tokio-macros v2.7.2 |
| 664 | 2026-08-18T23:46:59.939Z | Compiling futures-channel v0.3.33 |
| 665 | 2026-08-18T23:46:59.987Z | Compiling synstructure v0.13.2 |
| 666 | 2026-08-18T23:47:00.261Z | Compiling futures-task v0.3.33 |
| 667 | 2026-08-18T23:47:00.398Z | Compiling futures-io v0.3.33 |
| 668 | 2026-08-18T23:47:00.432Z | Compiling log v0.4.33 |
| 669 | 2026-08-18T23:47:00.461Z | Compiling zeroize_derive v1.5.0 |
| 670 | 2026-08-18T23:47:00.475Z | Compiling der_derive v0.7.3 |
| 671 | 2026-08-18T23:47:00.508Z | Compiling tokio v1.53.1 |
| 672 | 2026-08-18T23:47:00.577Z | Compiling zerocopy-derive v0.8.56 |
| 673 | 2026-08-18T23:47:00.592Z | Compiling futures-macro v0.3.33 |
| 674 | 2026-08-18T23:47:00.678Z | Compiling stable_deref_trait v1.2.1 |
| 675 | 2026-08-18T23:47:00.756Z | Compiling bitflags v2.13.1 |
| 676 | 2026-08-18T23:47:01.169Z | Compiling rustversion v1.0.23 |
| 677 | 2026-08-18T23:47:01.450Z | Compiling futures-util v0.3.33 |
| 678 | 2026-08-18T23:47:01.453Z | Compiling der v0.7.10 |
| 679 | 2026-08-18T23:47:01.912Z | Compiling crypto-common v0.1.7 |
| 680 | 2026-08-18T23:47:01.945Z | Compiling block-buffer v0.10.4 |
| 681 | 2026-08-18T23:47:02.046Z | Compiling zerofrom-derive v0.1.7 |
| 682 | 2026-08-18T23:47:02.101Z | Compiling digest v0.10.7 |
| 683 | 2026-08-18T23:47:02.473Z | Compiling spki v0.7.3 |
| 684 | 2026-08-18T23:47:02.630Z | Compiling schemars v0.8.22 |
| 685 | 2026-08-18T23:47:02.762Z | Compiling equivalent v1.0.2 |
| 686 | 2026-08-18T23:47:02.851Z | Compiling cpufeatures v0.2.17 |
| 687 | 2026-08-18T23:47:03.230Z | Compiling zerofrom v0.1.8 |
| 688 | 2026-08-18T23:47:03.360Z | Compiling yoke-derive v0.8.2 |
| 689 | 2026-08-18T23:47:03.557Z | Compiling serde_derive_internals v0.29.1 |
| 690 | 2026-08-18T23:47:03.950Z | Compiling getrandom v0.4.3 |
| 691 | 2026-08-18T23:47:04.238Z | Compiling cmake v0.1.58 |
| 692 | 2026-08-18T23:47:04.272Z | Compiling schemars_derive v0.8.22 |
| 693 | 2026-08-18T23:47:04.311Z | Compiling allocator-api2 v0.2.21 |
| 694 | 2026-08-18T23:47:04.445Z | Compiling yoke v0.8.3 |
| 695 | 2026-08-18T23:47:04.577Z | Compiling pkg-config v0.3.33 |
| 696 | 2026-08-18T23:47:04.590Z | Compiling fs_extra v1.3.0 |
| 697 | 2026-08-18T23:47:04.653Z | Compiling dunce v1.0.5 |
| 698 | 2026-08-18T23:47:04.656Z | Compiling fnv v1.0.7 |
| 699 | 2026-08-18T23:47:04.849Z | Compiling pkcs8 v0.10.2 |
| 700 | 2026-08-18T23:47:04.937Z | Compiling zerovec-derive v0.11.3 |
| 701 | 2026-08-18T23:47:04.993Z | Compiling http-body v1.1.0 |
| 702 | 2026-08-18T23:47:05.018Z | Compiling aws-lc-sys v0.44.0 |
| 703 | 2026-08-18T23:47:05.248Z | Compiling rustix v1.1.4 |
| 704 | 2026-08-18T23:47:05.441Z | Compiling iana-time-zone v0.1.65 |
| 705 | 2026-08-18T23:47:05.575Z | Compiling chrono v0.4.45 |
| 706 | 2026-08-18T23:47:05.641Z | Compiling tracing-attributes v0.1.31 |
| 707 | 2026-08-18T23:47:05.738Z | Compiling tracing-core v0.1.36 |
| 708 | 2026-08-18T23:47:05.801Z | Compiling displaydoc v0.2.7 |
| 709 | 2026-08-18T23:47:06.025Z | Compiling zerovec v0.11.6 |
| 710 | 2026-08-18T23:47:06.581Z | Compiling hashbrown v0.17.1 |
| 711 | 2026-08-18T23:47:06.800Z | Compiling sha2 v0.10.9 |
| 712 | 2026-08-18T23:47:06.820Z | Compiling tracing v0.1.44 |
| 713 | 2026-08-18T23:47:07.167Z | Compiling curve25519-dalek v4.1.3 |
| 714 | 2026-08-18T23:47:07.247Z | Compiling indexmap v2.14.0 |
| 715 | 2026-08-18T23:47:07.450Z | Compiling httparse v1.10.1 |
| 716 | 2026-08-18T23:47:07.465Z | Compiling aws-lc-rs v1.18.0 |
| 717 | 2026-08-18T23:47:07.942Z | Compiling slog v2.8.2 |
| 718 | 2026-08-18T23:47:08.066Z | Compiling rustls-pki-types v1.15.1 |
| 719 | 2026-08-18T23:47:08.066Z | Compiling num-conv v0.2.2 |
| 720 | 2026-08-18T23:47:08.172Z | Compiling time-core v0.1.9 |
| 721 | 2026-08-18T23:47:08.360Z | Compiling time-macros v0.2.32 |
| 722 | 2026-08-18T23:47:08.912Z | Compiling tinystr v0.8.3 |
| 723 | 2026-08-18T23:47:08.931Z | Compiling ppv-lite86 v0.2.21 |
| 724 | 2026-08-18T23:47:08.946Z | Compiling uuid v1.24.0 |
| 725 | 2026-08-18T23:47:09.023Z | Compiling erased-serde v0.3.31 |
| 726 | 2026-08-18T23:47:09.143Z | Compiling signature v2.2.0 |
| 727 | 2026-08-18T23:47:09.276Z | Compiling hmac v0.12.1 |
| 728 | 2026-08-18T23:47:09.306Z | Compiling curve25519-dalek-derive v0.1.1 |
| 729 | 2026-08-18T23:47:09.424Z | Compiling writeable v0.6.3 |
| 730 | 2026-08-18T23:47:09.537Z | Compiling powerfmt v0.2.0 |
| 731 | 2026-08-18T23:47:09.560Z | Compiling percent-encoding v2.3.2 |
| 732 | 2026-08-18T23:47:09.618Z | Compiling deranged v0.5.8 |
| 733 | 2026-08-18T23:47:09.662Z | Compiling ryu v1.0.23 |
| 734 | 2026-08-18T23:47:09.822Z | Compiling litemap v0.8.2 |
| 735 | 2026-08-18T23:47:09.946Z | Compiling crossbeam-utils v0.8.22 |
| 736 | 2026-08-18T23:47:09.959Z | Compiling num_threads v0.1.7 |
| 737 | 2026-08-18T23:47:10.045Z | Compiling strsim v0.11.1 |
| 738 | 2026-08-18T23:47:10.157Z | Compiling utf8parse v0.2.2 |
| 739 | 2026-08-18T23:47:10.171Z | Compiling icu_locale_core v2.2.0 |
| 740 | 2026-08-18T23:47:10.267Z | Compiling potential_utf v0.1.5 |
| 741 | 2026-08-18T23:47:10.318Z | Compiling zerotrie v0.2.4 |
| 742 | 2026-08-18T23:47:10.440Z | Compiling http-body-util v0.1.4 |
| 743 | 2026-08-18T23:47:10.688Z | Compiling time v0.3.55 |
| 744 | 2026-08-18T23:47:10.740Z | Compiling clap_derive v4.6.4 |
| 745 | 2026-08-18T23:47:10.743Z | Compiling ff v0.13.1 |
| 746 | 2026-08-18T23:47:10.843Z | Compiling icu_normalizer_data v2.2.0 |
| 747 | 2026-08-18T23:47:10.971Z | Compiling syn v1.0.109 |
| 748 | 2026-08-18T23:47:11.064Z | Compiling icu_properties_data v2.2.0 |
| 749 | 2026-08-18T23:47:11.093Z | Compiling base16ct v0.2.0 |
| 750 | 2026-08-18T23:47:11.279Z | Compiling utf8_iter v1.0.4 |
| 751 | 2026-08-18T23:47:11.326Z | Compiling dyn-clone v1.0.20 |
| 752 | 2026-08-18T23:47:11.354Z | Compiling untrusted v0.9.0 |
| 753 | 2026-08-18T23:47:11.466Z | Compiling rustls v0.23.43 |
| 754 | 2026-08-18T23:47:11.480Z | Compiling icu_collections v2.2.0 |
| 755 | 2026-08-18T23:47:12.276Z | Compiling sec1 v0.7.3 |
| 756 | 2026-08-18T23:47:12.400Z | Compiling icu_provider v2.2.0 |
| 757 | 2026-08-18T23:47:12.655Z | Compiling group v0.13.0 |
| 758 | 2026-08-18T23:47:12.959Z | Compiling anstyle-parse v1.0.0 |
| 759 | 2026-08-18T23:47:13.042Z | Compiling hkdf v0.12.4 |
| 760 | 2026-08-18T23:47:13.055Z | Compiling crypto-bigint v0.5.5 |
| 761 | 2026-08-18T23:47:13.184Z | Compiling getrandom v0.3.4 |
| 762 | 2026-08-18T23:47:13.199Z | Compiling atomic-waker v1.1.2 |
| 763 | 2026-08-18T23:47:13.292Z | Compiling colorchoice v1.0.5 |
| 764 | 2026-08-18T23:47:13.324Z | Compiling anstyle v1.0.14 |
| 765 | 2026-08-18T23:47:13.407Z | Compiling anstyle-query v1.1.5 |
| 766 | 2026-08-18T23:47:13.500Z | Compiling is_terminal_polyfill v1.70.2 |
| 767 | 2026-08-18T23:47:13.572Z | Compiling anstream v1.0.0 |
| 768 | 2026-08-18T23:47:13.617Z | Compiling form_urlencoded v1.2.2 |
| 769 | 2026-08-18T23:47:13.731Z | Compiling serde_tokenstream v0.2.3 |
| 770 | 2026-08-18T23:47:13.870Z | Compiling tokio-util v0.7.19 |
| 771 | 2026-08-18T23:47:14.010Z | Compiling elliptic-curve v0.13.8 |
| 772 | 2026-08-18T23:47:14.185Z | Compiling num-integer v0.1.46 |
| 773 | 2026-08-18T23:47:14.390Z | Compiling spin v0.9.9 |
| 774 | 2026-08-18T23:47:14.488Z | Compiling tower-layer v0.3.3 |
| 775 | 2026-08-18T23:47:14.621Z | Compiling base64 v0.22.1 |
| 776 | 2026-08-18T23:47:14.669Z | Compiling tower-service v0.3.3 |
| 777 | 2026-08-18T23:47:14.683Z | Compiling object v0.37.3 |
| 778 | 2026-08-18T23:47:14.765Z | Compiling try-lock v0.2.5 |
| 779 | 2026-08-18T23:47:14.881Z | Compiling foldhash v0.2.0 |
| 780 | 2026-08-18T23:47:14.928Z | Compiling want v0.3.1 |
| 781 | 2026-08-18T23:47:14.942Z | Compiling h2 v0.4.15 |
| 782 | 2026-08-18T23:47:15.001Z | Compiling hashbrown v0.16.1 |
| 783 | 2026-08-18T23:47:15.035Z | Compiling icu_properties v2.2.0 |
| 784 | 2026-08-18T23:47:15.098Z | Compiling icu_normalizer v2.2.0 |
| 785 | 2026-08-18T23:47:15.301Z | Compiling rfc6979 v0.4.0 |
| 786 | 2026-08-18T23:47:15.441Z | Compiling terminal_size v0.4.4 |
| 787 | 2026-08-18T23:47:15.741Z | Compiling ahash v0.8.12 |
| 788 | 2026-08-18T23:47:15.993Z | Compiling adler2 v2.0.1 |
| 789 | 2026-08-18T23:47:16.426Z | Compiling httpdate v1.0.3 |
| 790 | 2026-08-18T23:47:16.523Z | Compiling clap_lex v1.1.0 |
| 791 | 2026-08-18T23:47:16.577Z | Compiling gimli v0.32.3 |
| 792 | 2026-08-18T23:47:16.801Z | Compiling clap_builder v4.6.6 |
| 793 | 2026-08-18T23:47:16.993Z | Compiling miniz_oxide v0.8.9 |
| 794 | 2026-08-18T23:47:17.087Z | Compiling idna_adapter v1.2.2 |
| 795 | 2026-08-18T23:47:17.214Z | Compiling regress v0.11.1 |
| 796 | 2026-08-18T23:47:17.272Z | Compiling ecdsa v0.16.9 |
| 797 | 2026-08-18T23:47:17.817Z | Compiling hyper v1.11.0 |
| 798 | 2026-08-18T23:47:17.849Z | Compiling primeorder v0.13.6 |
| 799 | 2026-08-18T23:47:18.260Z | Compiling addr2line v0.25.1 |
| 800 | 2026-08-18T23:47:18.576Z | Compiling rand_chacha v0.3.1 |
| 801 | 2026-08-18T23:47:19.321Z | Compiling owo-colors v4.3.0 |
| 802 | 2026-08-18T23:47:19.342Z | Compiling ipnet v2.12.1 |
| 803 | 2026-08-18T23:47:19.645Z | Compiling crossbeam-epoch v0.9.20 |
| 804 | 2026-08-18T23:47:19.894Z | Compiling ident_case v1.0.1 |
| 805 | 2026-08-18T23:47:19.987Z | Compiling cfg_aliases v0.2.2 |
| 806 | 2026-08-18T23:47:20.057Z | Compiling rustc-demangle v0.1.28 |
| 807 | 2026-08-18T23:47:20.192Z | Compiling typify-impl v0.6.2 |
| 808 | 2026-08-18T23:47:20.403Z | Compiling backtrace v0.3.76 |
| 809 | 2026-08-18T23:47:20.500Z | Compiling darling_core v0.23.0 |
| 810 | 2026-08-18T23:47:21.121Z | Compiling hyper-util v0.1.20 |
| 811 | 2026-08-18T23:47:21.405Z | Compiling rand v0.8.7 |
| 812 | 2026-08-18T23:47:22.551Z | Compiling clap v4.6.6 |
| 813 | 2026-08-18T23:47:22.574Z | Compiling idna v1.1.0 |
| 814 | 2026-08-18T23:47:22.796Z | Compiling ed25519 v2.2.3 |
| 815 | 2026-08-18T23:47:22.965Z | Compiling http v0.2.12 |
| 816 | 2026-08-18T23:47:23.596Z | Compiling x509-cert v0.2.5 |
| 817 | 2026-08-18T23:47:23.841Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 818 | 2026-08-18T23:47:24.090Z | Compiling encoding_rs v0.8.35 |
| 819 | 2026-08-18T23:47:24.243Z | Compiling either v1.17.0 |
| 820 | 2026-08-18T23:47:24.324Z | Compiling outref v0.5.2 |
| 821 | 2026-08-18T23:47:24.427Z | Compiling unicode-linebreak v0.1.5 |
| 822 | 2026-08-18T23:47:24.440Z | Compiling rayon-core v1.13.0 |
| 823 | 2026-08-18T23:47:24.659Z | Compiling vsimd v0.8.0 |
| 824 | 2026-08-18T23:47:24.780Z | Compiling is_ci v1.2.0 |
| 825 | 2026-08-18T23:47:24.855Z | Compiling num-bigint-dig v0.8.6 |
| 826 | 2026-08-18T23:47:24.884Z | Compiling anyhow v1.0.104 |
| 827 | 2026-08-18T23:47:24.896Z | Compiling unicode-width v0.2.2 |
| 828 | 2026-08-18T23:47:25.091Z | Compiling thiserror v1.0.69 |
| 829 | 2026-08-18T23:47:25.183Z | Compiling mime v0.3.17 |
| 830 | 2026-08-18T23:47:25.286Z | Compiling crossbeam-deque v0.8.7 |
| 831 | 2026-08-18T23:47:25.628Z | Compiling textwrap v0.16.2 |
| 832 | 2026-08-18T23:47:25.684Z | Compiling base64-simd v0.8.0 |
| 833 | 2026-08-18T23:47:25.844Z | Compiling supports-color v3.0.2 |
| 834 | 2026-08-18T23:47:25.960Z | Compiling lazy_static v1.5.0 |
| 835 | 2026-08-18T23:47:26.018Z | Compiling bytes-utils v0.1.4 |
| 836 | 2026-08-18T23:47:26.052Z | Compiling proc-macro-error2 v2.0.1 |
| 837 | 2026-08-18T23:47:26.137Z | Compiling num-iter v0.1.46 |
| 838 | 2026-08-18T23:47:26.249Z | Compiling http-body v0.4.6 |
| 839 | 2026-08-18T23:47:26.344Z | Compiling typify-macro v0.6.2 |
| 840 | 2026-08-18T23:47:26.382Z | Compiling ed25519-dalek v2.2.0 |
| 841 | 2026-08-18T23:47:26.530Z | Compiling url v2.5.8 |
| 842 | 2026-08-18T23:47:26.854Z | Compiling hashbrown v0.14.5 |
| 843 | 2026-08-18T23:47:27.388Z | Compiling darling_macro v0.23.0 |
| 844 | 2026-08-18T23:47:27.917Z | Compiling backtrace-ext v0.2.1 |
| 845 | 2026-08-18T23:47:28.180Z | Compiling serde_urlencoded v0.7.1 |
| 846 | 2026-08-18T23:47:28.266Z | Compiling inout v0.1.4 |
| 847 | 2026-08-18T23:47:28.308Z | Compiling miette-derive v7.6.0 |
| 848 | 2026-08-18T23:47:28.392Z | Compiling thiserror-impl v1.0.69 |
| 849 | 2026-08-18T23:47:28.427Z | Compiling sync_wrapper v1.0.2 |
| 850 | 2026-08-18T23:47:28.453Z | Compiling radium v0.7.0 |
| 851 | 2026-08-18T23:47:28.483Z | Compiling paste v1.0.15 |
| 852 | 2026-08-18T23:47:28.560Z | Compiling unicode-width v0.1.14 |
| 853 | 2026-08-18T23:47:28.821Z | Compiling crc32fast v1.5.0 |
| 854 | 2026-08-18T23:47:28.971Z | Compiling openssl-probe v0.2.1 |
| 855 | 2026-08-18T23:47:29.099Z | Compiling camino v1.2.5 |
| 856 | 2026-08-18T23:47:29.115Z | Compiling winnow v1.0.4 |
| 857 | 2026-08-18T23:47:29.140Z | Compiling pin-utils v0.1.0 |
| 858 | 2026-08-18T23:47:29.207Z | Compiling cpufeatures v0.3.0 |
| 859 | 2026-08-18T23:47:29.232Z | Compiling supports-hyperlinks v3.2.0 |
| 860 | 2026-08-18T23:47:29.292Z | Compiling supports-unicode v3.0.0 |
| 861 | 2026-08-18T23:47:29.370Z | Compiling aws-smithy-types v1.6.1 |
| 862 | 2026-08-18T23:47:29.412Z | Compiling miette v7.6.0 |
| 863 | 2026-08-18T23:47:29.503Z | Compiling rustls-native-certs v0.8.4 |
| 864 | 2026-08-18T23:47:30.118Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 865 | 2026-08-18T23:47:30.198Z | Compiling tower v0.5.3 |
| 866 | 2026-08-18T23:47:30.378Z | Compiling cipher v0.4.4 |
| 867 | 2026-08-18T23:47:30.768Z | Compiling darling v0.23.0 |
| 868 | 2026-08-18T23:47:30.818Z | Compiling chumsky v0.9.3 |
| 869 | 2026-08-18T23:47:30.851Z | Compiling knus-derive v3.4.0 |
| 870 | 2026-08-18T23:47:31.290Z | Compiling rand_core v0.9.5 |
| 871 | 2026-08-18T23:47:31.360Z | Compiling pkcs1 v0.7.5 |
| 872 | 2026-08-18T23:47:31.467Z | Compiling ssh-encoding v0.2.0 |
| 873 | 2026-08-18T23:47:31.540Z | Compiling half v2.7.1 |
| 874 | 2026-08-18T23:47:31.715Z | Compiling aws-smithy-async v1.3.0 |
| 875 | 2026-08-18T23:47:31.890Z | Compiling blake3 v1.8.6 |
| 876 | 2026-08-18T23:47:31.938Z | Compiling aws-smithy-runtime-api-macros v1.1.0 |
| 877 | 2026-08-18T23:47:31.997Z | Compiling aho-corasick v1.1.5 |
| 878 | 2026-08-18T23:47:32.029Z | Compiling hybrid-array v0.4.14 |
| 879 | 2026-08-18T23:47:32.063Z | Compiling hex v0.4.3 |
| 880 | 2026-08-18T23:47:32.292Z | Compiling ciborium-io v0.2.2 |
| 881 | 2026-08-18T23:47:32.311Z | Compiling tap v1.0.1 |
| 882 | 2026-08-18T23:47:32.349Z | Compiling maybe-uninit v2.0.0 |
| 883 | 2026-08-18T23:47:32.425Z | Compiling keccak v0.1.6 |
| 884 | 2026-08-18T23:47:32.444Z | Compiling byteorder v1.5.0 |
| 885 | 2026-08-18T23:47:32.471Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 886 | 2026-08-18T23:47:32.621Z | Compiling regex-syntax v0.8.11 |
| 887 | 2026-08-18T23:47:32.666Z | Compiling simd-adler32 v0.3.10 |
| 888 | 2026-08-18T23:47:32.687Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 889 | 2026-08-18T23:47:32.697Z | Compiling knus v3.4.0 |
| 890 | 2026-08-18T23:47:32.725Z | Compiling sha3 v0.10.9 |
| 891 | 2026-08-18T23:47:32.769Z | Compiling aws-smithy-runtime-api v1.14.0 |
| 892 | 2026-08-18T23:47:33.330Z | Compiling wyz v0.5.1 |
| 893 | 2026-08-18T23:47:33.497Z | Compiling ciborium-ll v0.2.2 |
| 894 | 2026-08-18T23:47:33.539Z | Compiling ssh-cipher v0.2.0 |
| 895 | 2026-08-18T23:47:33.544Z | Compiling rsa v0.9.10 |
| 896 | 2026-08-18T23:47:33.689Z | Compiling rand_chacha v0.9.0 |
| 897 | 2026-08-18T23:47:33.981Z | Compiling p384 v0.13.1 |
| 898 | 2026-08-18T23:47:34.084Z | Compiling regex-automata v0.4.18 |
| 899 | 2026-08-18T23:47:34.106Z | Compiling serde_with_macros v3.22.0 |
| 900 | 2026-08-18T23:47:34.378Z | Compiling tower-http v0.6.11 |
| 901 | 2026-08-18T23:47:35.459Z | Compiling p256 v0.13.2 |
| 902 | 2026-08-18T23:47:35.699Z | Compiling hubpack_derive v0.1.1 |
| 903 | 2026-08-18T23:47:35.821Z | Compiling sha1 v0.10.7 |
| 904 | 2026-08-18T23:47:35.940Z | Compiling openapiv3 v2.2.0 |
| 905 | 2026-08-18T23:47:36.210Z | Compiling strum_macros v0.26.4 |
| 906 | 2026-08-18T23:47:36.369Z | Compiling env_filter v2.0.0 |
| 907 | 2026-08-18T23:47:36.671Z | Compiling heapless v0.7.17 |
| 908 | 2026-08-18T23:47:36.961Z | Compiling serde_path_to_error v0.1.20 |
| 909 | 2026-08-18T23:47:37.428Z | Compiling memmap2 v0.9.11 |
| 910 | 2026-08-18T23:47:37.516Z | Compiling thread_local v1.1.10 |
| 911 | 2026-08-18T23:47:37.851Z | Compiling constant_time_eq v0.4.2 |
| 912 | 2026-08-18T23:47:38.041Z | Compiling packed_struct v0.10.1 |
| 913 | 2026-08-18T23:47:38.118Z | Compiling slog-async v2.8.0 |
| 914 | 2026-08-18T23:47:38.251Z | Compiling omicron-workspace-hack v0.1.0 |
| 915 | 2026-08-18T23:47:38.404Z | Compiling ipnetwork v0.21.1 |
| 916 | 2026-08-18T23:47:38.472Z | Compiling fastrand v2.5.0 |
| 917 | 2026-08-18T23:47:38.816Z | Compiling arrayref v0.3.9 |
| 918 | 2026-08-18T23:47:38.836Z | Compiling salty v0.3.0 |
| 919 | 2026-08-18T23:47:38.891Z | Compiling arrayvec v0.7.8 |
| 920 | 2026-08-18T23:47:39.127Z | Compiling funty v2.0.0 |
| 921 | 2026-08-18T23:47:39.597Z | Compiling bitvec v1.1.1 |
| 922 | 2026-08-18T23:47:39.944Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 923 | 2026-08-18T23:47:40.059Z | Compiling tempfile v3.27.0 |
| 924 | 2026-08-18T23:47:40.938Z | Compiling oxnet v0.1.6 |
| 925 | 2026-08-18T23:47:43.090Z | Compiling strum v0.26.3 |
| 926 | 2026-08-18T23:47:43.274Z | Compiling env_logger v0.11.11 |
| 927 | 2026-08-18T23:47:43.384Z | Compiling hubpack v0.1.2 |
| 928 | 2026-08-18T23:47:43.632Z | Compiling regex v1.13.1 |
| 929 | 2026-08-18T23:47:43.663Z | Compiling ssh-key v0.6.7 |
| 930 | 2026-08-18T23:47:44.017Z | Compiling flate2 v1.1.9 |
| 931 | 2026-08-18T23:47:44.122Z | Compiling serde_with v3.22.0 |
| 932 | 2026-08-18T23:47:44.563Z | Compiling rand v0.9.5 |
| 933 | 2026-08-18T23:47:45.278Z | Compiling ciborium v0.2.2 |
| 934 | 2026-08-18T23:47:45.959Z | Compiling proc-macro-crate v3.5.0 |
| 935 | 2026-08-18T23:47:46.045Z | Compiling hash32 v0.2.1 |
| 936 | 2026-08-18T23:47:46.117Z | Compiling crypto-common v0.2.2 |
| 937 | 2026-08-18T23:47:46.246Z | Compiling block-buffer v0.12.1 |
| 938 | 2026-08-18T23:47:46.379Z | Compiling typify v0.6.2 |
| 939 | 2026-08-18T23:47:46.436Z | Compiling borsh v1.8.0 |
| 940 | 2026-08-18T23:47:46.472Z | Compiling packed_struct_codegen v0.10.1 |
| 941 | 2026-08-18T23:47:47.421Z | Compiling crossbeam-channel v0.5.16 |
| 942 | 2026-08-18T23:47:47.494Z | Compiling newtype-uuid v1.4.0 |
| 943 | 2026-08-18T23:47:47.683Z | Compiling futures-executor v0.3.33 |
| 944 | 2026-08-18T23:47:48.197Z | Compiling async-trait v0.1.92 |
| 945 | 2026-08-18T23:47:48.476Z | Compiling daft-derive v0.1.8 |
| 946 | 2026-08-18T23:47:48.516Z | Compiling bitfield-macros v0.19.5 |
| 947 | 2026-08-18T23:47:49.124Z | Compiling aws-types v1.5.0 |
| 948 | 2026-08-18T23:47:49.211Z | Compiling is-terminal v0.4.17 |
| 949 | 2026-08-18T23:47:49.240Z | Compiling multer v3.1.0 |
| 950 | 2026-08-18T23:47:49.465Z | Compiling data-encoding v2.11.1 |
| 951 | 2026-08-18T23:47:49.468Z | Compiling term v1.2.1 |
| 952 | 2026-08-18T23:47:50.103Z | Compiling utf-8 v0.7.6 |
| 953 | 2026-08-18T23:47:50.296Z | Compiling nodrop v0.1.14 |
| 954 | 2026-08-18T23:47:50.392Z | Compiling const-oid v0.10.2 |
| 955 | 2026-08-18T23:47:50.695Z | Compiling match_cfg v0.1.0 |
| 956 | 2026-08-18T23:47:50.816Z | Compiling compression-core v0.4.32 |
| 957 | 2026-08-18T23:47:50.990Z | Compiling rlimit v0.10.2 |
| 958 | 2026-08-18T23:47:51.188Z | Compiling unsafe-libyaml v0.2.11 |
| 959 | 2026-08-18T23:47:51.233Z | Compiling take_mut v0.2.2 |
| 960 | 2026-08-18T23:47:51.857Z | Compiling serde_yaml v0.9.34+deprecated |
| 961 | 2026-08-18T23:47:52.106Z | Compiling compression-codecs v0.4.38 |
| 962 | 2026-08-18T23:47:52.350Z | Compiling hostname v0.3.1 |
| 963 | 2026-08-18T23:47:52.454Z | Compiling digest v0.11.3 |
| 964 | 2026-08-18T23:47:52.505Z | Compiling array-init v0.0.4 |
| 965 | 2026-08-18T23:47:52.640Z | Compiling tungstenite v0.28.0 |
| 966 | 2026-08-18T23:47:52.640Z | Compiling slog-term v2.9.2 |
| 967 | 2026-08-18T23:47:52.944Z | Compiling bitfield v0.19.5 |
| 968 | 2026-08-18T23:47:53.063Z | Compiling daft v0.1.8 |
| 969 | 2026-08-18T23:47:53.081Z | Compiling progenitor-impl v0.14.0 |
| 970 | 2026-08-18T23:47:53.232Z | Compiling futures v0.3.33 |
| 971 | 2026-08-18T23:47:54.147Z | Compiling borsh-derive v1.8.0 |
| 972 | 2026-08-18T23:47:55.097Z | Compiling smallvec v0.6.14 |
| 973 | 2026-08-18T23:47:55.329Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 974 | 2026-08-18T23:47:55.341Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 975 | 2026-08-18T23:47:56.549Z | Compiling aws-credential-types v1.3.0 |
| 976 | 2026-08-18T23:47:56.930Z | Compiling aws-smithy-schema v0.2.0 |
| 977 | 2026-08-18T23:47:57.127Z | Compiling nix v0.30.1 |
| 978 | 2026-08-18T23:47:57.498Z | Compiling slog-json v2.6.1 |
| 979 | 2026-08-18T23:47:57.569Z | Compiling serde_spanned v0.6.9 |
| 980 | 2026-08-18T23:47:57.728Z | Compiling toml_datetime v0.6.11 |
| 981 | 2026-08-18T23:47:57.744Z | Compiling cobs v0.3.0 |
| 982 | 2026-08-18T23:47:57.759Z | Compiling async-stream-impl v0.3.6 |
| 983 | 2026-08-18T23:47:58.082Z | Compiling serde_spanned v1.1.1 |
| 984 | 2026-08-18T23:47:58.224Z | Compiling dropshot v0.17.1 |
| 985 | 2026-08-18T23:47:58.385Z | Compiling sush-common v0.1.0 (/work/oxidecomputer/sush/common) |
| 986 | 2026-08-18T23:47:58.427Z | Compiling winnow v0.7.15 |
| 987 | 2026-08-18T23:47:58.598Z | Compiling portable-atomic v1.15.0 |
| 988 | 2026-08-18T23:47:58.679Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 989 | 2026-08-18T23:47:58.760Z | Compiling signal-hook v0.3.18 |
| 990 | 2026-08-18T23:47:58.932Z | Compiling toml_write v0.1.2 |
| 991 | 2026-08-18T23:47:58.982Z | Compiling static_assertions v1.1.0 |
| 992 | 2026-08-18T23:47:59.043Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 993 | 2026-08-18T23:47:59.073Z | Compiling toml v1.1.4+spec-1.1.0 |
| 994 | 2026-08-18T23:47:59.187Z | Compiling async-stream v0.3.6 |
| 995 | 2026-08-18T23:47:59.200Z | Compiling postcard v1.1.3 |
| 996 | 2026-08-18T23:47:59.566Z | Compiling slog-bunyan v2.5.0 |
| 997 | 2026-08-18T23:48:01.109Z | Compiling toml_edit v0.22.27 |
| 998 | 2026-08-18T23:48:01.250Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?tag=rel%2Fv21%2Frc1#3e5bafe8) |
| 999 | 2026-08-18T23:48:02.254Z | Compiling serde-hex v0.1.0 |
| 1000 | 2026-08-18T23:48:02.262Z | Compiling progenitor-macro v0.14.0 |
| 1001 | 2026-08-18T23:48:03.481Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1002 | 2026-08-18T23:48:04.372Z | Compiling tokio-tungstenite v0.28.0 |
| 1003 | 2026-08-18T23:48:05.431Z | Compiling sha1 v0.11.0 |
| 1004 | 2026-08-18T23:48:05.933Z | Compiling async-compression v0.4.43 |
| 1005 | 2026-08-18T23:48:06.499Z | Compiling oauth2 v5.0.0 |
| 1006 | 2026-08-18T23:48:06.609Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=b8782742d1bd91546887fbc1757a7d024a5469ef#b8782742) |
| 1007 | 2026-08-18T23:48:06.865Z | Compiling dropshot_endpoint v0.17.1 |
| 1008 | 2026-08-18T23:48:08.432Z | Compiling waitgroup v0.1.2 |
| 1009 | 2026-08-18T23:48:08.505Z | Compiling rustls-pemfile v2.2.0 |
| 1010 | 2026-08-18T23:48:08.586Z | Compiling serde-big-array v0.5.1 |
| 1011 | 2026-08-18T23:48:08.724Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1012 | 2026-08-18T23:48:08.737Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1013 | 2026-08-18T23:48:08.781Z | Compiling nibble_vec v0.1.0 |
| 1014 | 2026-08-18T23:48:08.930Z | Compiling hostname v0.4.2 |
| 1015 | 2026-08-18T23:48:09.089Z | Compiling bytesize v2.7.0 |
| 1016 | 2026-08-18T23:48:09.135Z | Compiling endian-type v0.1.2 |
| 1017 | 2026-08-18T23:48:09.200Z | Compiling http-range-header v0.4.2 |
| 1018 | 2026-08-18T23:48:09.270Z | Compiling crc-any v2.5.1 |
| 1019 | 2026-08-18T23:48:09.497Z | Compiling debug-ignore v1.0.5 |
| 1020 | 2026-08-18T23:48:09.608Z | Compiling corncobs v0.1.4 |
| 1021 | 2026-08-18T23:48:09.652Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1022 | 2026-08-18T23:48:09.810Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1023 | 2026-08-18T23:48:09.826Z | Compiling radix_trie v0.2.1 |
| 1024 | 2026-08-18T23:48:10.248Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1025 | 2026-08-18T23:48:10.440Z | Compiling sshauth v0.1.2 (https://github.com/oxidecomputer/sshauth#6233c1b2) |
| 1026 | 2026-08-18T23:48:11.592Z | Compiling toml v0.8.23 |
| 1027 | 2026-08-18T23:48:12.612Z | Compiling permission-slip-common v0.1.0 (https://github.com/oxidecomputer/permission-slip#11f249d9) |
| 1028 | 2026-08-18T23:48:15.241Z | Compiling console v0.16.4 |
| 1029 | 2026-08-18T23:48:15.548Z | Compiling fd-lock v4.0.4 |
| 1030 | 2026-08-18T23:48:15.688Z | Compiling secrecy v0.8.0 |
| 1031 | 2026-08-18T23:48:15.833Z | Compiling clap-num v1.2.0 |
| 1032 | 2026-08-18T23:48:15.995Z | Compiling termios v0.3.3 |
| 1033 | 2026-08-18T23:48:16.130Z | Compiling xdg v2.5.2 |
| 1034 | 2026-08-18T23:48:16.166Z | Compiling home v0.5.12 |
| 1035 | 2026-08-18T23:48:16.222Z | Compiling unicode-segmentation v1.13.3 |
| 1036 | 2026-08-18T23:48:16.348Z | Compiling unit-prefix v0.5.2 |
| 1037 | 2026-08-18T23:48:16.512Z | Compiling natord v1.0.9 |
| 1038 | 2026-08-18T23:48:16.565Z | Compiling indicatif v0.18.6 |
| 1039 | 2026-08-18T23:48:16.782Z | Compiling rustls-webpki v0.103.13 |
| 1040 | 2026-08-18T23:48:16.852Z | Compiling rustyline v17.0.2 |
| 1041 | 2026-08-18T23:48:16.898Z | Compiling tokio-fd v0.3.0 |
| 1042 | 2026-08-18T23:48:17.121Z | Compiling async-recursion v1.1.1 |
| 1043 | 2026-08-18T23:48:17.790Z | Compiling humantime v2.4.0 |
| 1044 | 2026-08-18T23:48:18.216Z | Compiling shlex v1.3.0 |
| 1045 | 2026-08-18T23:48:18.369Z | Compiling xdg v3.0.0 |
| 1046 | 2026-08-18T23:48:20.794Z | Compiling tokio-rustls v0.26.4 |
| 1047 | 2026-08-18T23:48:20.794Z | Compiling rustls-platform-verifier v0.7.0 |
| 1048 | 2026-08-18T23:48:21.081Z | Compiling hyper-rustls v0.27.9 |
| 1049 | 2026-08-18T23:48:21.337Z | Compiling reqwest v0.13.4 |
| 1050 | 2026-08-18T23:48:24.153Z | Compiling progenitor-client v0.14.0 |
| 1051 | 2026-08-18T23:48:24.338Z | Compiling oauth2-reqwest v0.1.0-alpha.3 |
| 1052 | 2026-08-18T23:48:24.632Z | Compiling progenitor v0.14.0 |
| 1053 | 2026-08-18T23:48:24.763Z | Compiling permission-slip-client v1.1.0 (https://github.com/oxidecomputer/permission-slip#11f249d9) |
| 1054 | 2026-08-18T23:48:24.778Z | Compiling sush-api v0.1.0 (/work/oxidecomputer/sush/api) |
| 1055 | 2026-08-18T23:48:27.377Z | Compiling sush-client v0.1.0 (/work/oxidecomputer/sush/client) |
| 1056 | 2026-08-18T23:48:43.139Z | Finished `release` profile [optimized] target(s) in 2m 06s |
| 1057 | 2026-08-18T23:48:43.142Z | 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-18T23:48:43.142Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 1059 | 2026-08-18T23:48:43.408Z | + cp target/release/sush /work/sush |
| 1060 | 2026-08-18T23:48:43.441Z | + cargo install just --locked |
| 1061 | 2026-08-18T23:48:43.497Z | Updating crates.io index |
| 1062 | 2026-08-18T23:48:43.586Z | Downloading crates ... |
| 1063 | 2026-08-18T23:48:43.653Z | Downloaded just v1.58.0 |
| 1064 | 2026-08-18T23:48:43.686Z | Installing just v1.58.0 |
| 1065 | 2026-08-18T23:48:43.689Z | warning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file |
| 1066 | 2026-08-18T23:48:43.689Z | | |
| 1067 | 2026-08-18T23:48:43.689Z | = help: use `cargo +stable install` if you meant to use the stable toolchain |
| 1068 | 2026-08-18T23:48:43.689Z | = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed |
| 1069 | 2026-08-18T23:48:43.689Z | Updating crates.io index |
| 1070 | 2026-08-18T23:48:43.900Z | Updating crates.io index |
| 1071 | 2026-08-18T23:48:43.979Z | Downloading crates ... |
| 1072 | 2026-08-18T23:48:44.004Z | Downloaded cc v1.4.0 |
| 1073 | 2026-08-18T23:48:44.013Z | Downloaded dirs-sys v0.5.0 |
| 1074 | 2026-08-18T23:48:44.016Z | Downloaded clap_mangen v0.3.0 |
| 1075 | 2026-08-18T23:48:44.019Z | Downloaded digest-io v0.1.0 |
| 1076 | 2026-08-18T23:48:44.035Z | Downloaded clap_complete v4.6.8 |
| 1077 | 2026-08-18T23:48:44.038Z | Downloaded is_executable v1.0.6 |
| 1078 | 2026-08-18T23:48:44.038Z | Downloaded dirs v6.0.0 |
| 1079 | 2026-08-18T23:48:44.038Z | Downloaded typed-arena v2.0.2 |
| 1080 | 2026-08-18T23:48:44.038Z | Downloaded roff v1.1.1 |
| 1081 | 2026-08-18T23:48:44.038Z | Downloaded num_cpus v1.17.0 |
| 1082 | 2026-08-18T23:48:44.041Z | Downloaded option-ext v0.2.0 |
| 1083 | 2026-08-18T23:48:44.044Z | Downloaded dotenvy v0.15.7 |
| 1084 | 2026-08-18T23:48:44.054Z | Downloaded strum v0.28.0 |
| 1085 | 2026-08-18T23:48:44.057Z | Downloaded find-msvc-tools v0.1.9 |
| 1086 | 2026-08-18T23:48:44.060Z | Downloaded shellexpand v3.1.2 |
| 1087 | 2026-08-18T23:48:44.060Z | Downloaded strum_macros v0.28.0 |
| 1088 | 2026-08-18T23:48:44.063Z | Downloaded unicase v2.9.0 |
| 1089 | 2026-08-18T23:48:44.067Z | Downloaded snafu-derive v0.9.2 |
| 1090 | 2026-08-18T23:48:44.070Z | Downloaded nu-ansi-term v0.50.3 |
| 1091 | 2026-08-18T23:48:44.070Z | Downloaded sha2 v0.11.0 |
| 1092 | 2026-08-18T23:48:44.073Z | Downloaded clap v4.6.5 |
| 1093 | 2026-08-18T23:48:44.086Z | Downloaded bstr v1.13.0 |
| 1094 | 2026-08-18T23:48:44.091Z | Downloaded snafu v0.9.2 |
| 1095 | 2026-08-18T23:48:44.095Z | Downloaded similar v3.1.1 |
| 1096 | 2026-08-18T23:48:44.099Z | Downloaded clap_builder v4.6.5 |
| 1097 | 2026-08-18T23:48:44.107Z | Downloaded pulldown-cmark v0.13.4 |
| 1098 | 2026-08-18T23:48:44.110Z | Downloaded blake3 v1.8.5 |
| 1099 | 2026-08-18T23:48:44.133Z | Downloaded nix v0.31.3 |
| 1100 | 2026-08-18T23:48:44.151Z | Downloaded regex-automata v0.4.16 |
| 1101 | 2026-08-18T23:48:44.194Z | Compiling libc v0.2.189 |
| 1102 | 2026-08-18T23:48:44.194Z | Compiling proc-macro2 v1.0.107 |
| 1103 | 2026-08-18T23:48:44.194Z | Compiling quote v1.0.47 |
| 1104 | 2026-08-18T23:48:44.241Z | Compiling unicode-ident v1.0.24 |
| 1105 | 2026-08-18T23:48:44.241Z | Compiling bitflags v2.13.1 |
| 1106 | 2026-08-18T23:48:44.241Z | Compiling cfg-if v1.0.4 |
| 1107 | 2026-08-18T23:48:44.241Z | Compiling heck v0.5.0 |
| 1108 | 2026-08-18T23:48:44.241Z | Compiling rustix v1.1.4 |
| 1109 | 2026-08-18T23:48:44.259Z | Compiling typenum v1.20.1 |
| 1110 | 2026-08-18T23:48:44.306Z | Compiling crossbeam-utils v0.8.22 |
| 1111 | 2026-08-18T23:48:44.377Z | Compiling utf8parse v0.2.2 |
| 1112 | 2026-08-18T23:48:44.467Z | Compiling anstyle-parse v1.0.0 |
| 1113 | 2026-08-18T23:48:44.486Z | Compiling colorchoice v1.0.5 |
| 1114 | 2026-08-18T23:48:44.498Z | Compiling serde_core v1.0.229 |
| 1115 | 2026-08-18T23:48:44.577Z | Compiling memchr v2.8.3 |
| 1116 | 2026-08-18T23:48:44.592Z | Compiling rand_core v0.10.1 |
| 1117 | 2026-08-18T23:48:44.648Z | Compiling anstyle v1.0.14 |
| 1118 | 2026-08-18T23:48:44.686Z | Compiling crossbeam-epoch v0.9.20 |
| 1119 | 2026-08-18T23:48:44.729Z | Compiling getrandom v0.4.3 |
| 1120 | 2026-08-18T23:48:44.781Z | Compiling is_terminal_polyfill v1.70.2 |
| 1121 | 2026-08-18T23:48:44.858Z | Compiling anstyle-query v1.1.5 |
| 1122 | 2026-08-18T23:48:44.932Z | Compiling anstream v1.0.0 |
| 1123 | 2026-08-18T23:48:44.944Z | Compiling find-msvc-tools v0.1.9 |
| 1124 | 2026-08-18T23:48:44.980Z | Compiling hybrid-array v0.4.14 |
| 1125 | 2026-08-18T23:48:45.044Z | Compiling errno v0.3.14 |
| 1126 | 2026-08-18T23:48:45.081Z | Compiling strsim v0.11.1 |
| 1127 | 2026-08-18T23:48:45.279Z | Compiling clap_lex v1.1.0 |
| 1128 | 2026-08-18T23:48:45.306Z | Compiling rayon-core v1.13.0 |
| 1129 | 2026-08-18T23:48:45.363Z | Compiling syn v3.0.3 |
| 1130 | 2026-08-18T23:48:45.383Z | Compiling syn v2.0.119 |
| 1131 | 2026-08-18T23:48:45.441Z | Compiling crossbeam-deque v0.8.7 |
| 1132 | 2026-08-18T23:48:45.459Z | Compiling autocfg v1.5.1 |
| 1133 | 2026-08-18T23:48:45.505Z | Compiling cpufeatures v0.3.0 |
| 1134 | 2026-08-18T23:48:45.547Z | Compiling shlex v2.0.1 |
| 1135 | 2026-08-18T23:48:45.570Z | Compiling crypto-common v0.2.2 |
| 1136 | 2026-08-18T23:48:45.633Z | Compiling block-buffer v0.12.1 |
| 1137 | 2026-08-18T23:48:45.697Z | Compiling cc v1.4.0 |
| 1138 | 2026-08-18T23:48:45.792Z | Compiling num-traits v0.2.19 |
| 1139 | 2026-08-18T23:48:46.001Z | Compiling zmij v1.0.23 |
| 1140 | 2026-08-18T23:48:46.081Z | Compiling serde v1.0.229 |
| 1141 | 2026-08-18T23:48:46.277Z | Compiling terminal_size v0.4.4 |
| 1142 | 2026-08-18T23:48:46.397Z | Compiling clap_builder v4.6.5 |
| 1143 | 2026-08-18T23:48:46.423Z | Compiling option-ext v0.2.0 |
| 1144 | 2026-08-18T23:48:46.507Z | Compiling cfg_aliases v0.2.2 |
| 1145 | 2026-08-18T23:48:46.559Z | Compiling const-oid v0.10.2 |
| 1146 | 2026-08-18T23:48:46.568Z | Compiling nix v0.31.3 |
| 1147 | 2026-08-18T23:48:46.632Z | Compiling dirs-sys v0.5.0 |
| 1148 | 2026-08-18T23:48:46.780Z | Compiling digest v0.11.3 |
| 1149 | 2026-08-18T23:48:46.817Z | Compiling blake3 v1.8.5 |
| 1150 | 2026-08-18T23:48:46.999Z | Compiling aho-corasick v1.1.5 |
| 1151 | 2026-08-18T23:48:47.107Z | Compiling pulldown-cmark v0.13.4 |
| 1152 | 2026-08-18T23:48:47.181Z | Compiling camino v1.2.5 |
| 1153 | 2026-08-18T23:48:47.184Z | Compiling serde_json v1.0.151 |
| 1154 | 2026-08-18T23:48:47.312Z | Compiling regex-syntax v0.8.11 |
| 1155 | 2026-08-18T23:48:48.176Z | Compiling clap_derive v4.6.4 |
| 1156 | 2026-08-18T23:48:48.205Z | Compiling serde_derive v1.0.229 |
| 1157 | 2026-08-18T23:48:48.241Z | Compiling dirs v6.0.0 |
| 1158 | 2026-08-18T23:48:48.344Z | Compiling strum_macros v0.28.0 |
| 1159 | 2026-08-18T23:48:48.368Z | Compiling snafu-derive v0.9.2 |
| 1160 | 2026-08-18T23:48:48.527Z | Compiling chacha20 v0.10.1 |
| 1161 | 2026-08-18T23:48:48.790Z | Compiling memmap2 v0.9.11 |
| 1162 | 2026-08-18T23:48:49.019Z | Compiling regex-automata v0.4.16 |
| 1163 | 2026-08-18T23:48:49.769Z | Compiling clap v4.6.5 |
| 1164 | 2026-08-18T23:48:49.838Z | Compiling roff v1.1.1 |
| 1165 | 2026-08-18T23:48:49.912Z | Compiling once_cell v1.21.4 |
| 1166 | 2026-08-18T23:48:50.126Z | Compiling just v1.58.0 |
| 1167 | 2026-08-18T23:48:50.129Z | Compiling fastrand v2.5.0 |
| 1168 | 2026-08-18T23:48:50.132Z | Compiling iana-time-zone v0.1.65 |
| 1169 | 2026-08-18T23:48:50.149Z | Compiling unicode-segmentation v1.13.3 |
| 1170 | 2026-08-18T23:48:50.354Z | Compiling itoa v1.0.18 |
| 1171 | 2026-08-18T23:48:50.369Z | Compiling is_executable v1.0.6 |
| 1172 | 2026-08-18T23:48:50.406Z | Compiling unicase v2.9.0 |
| 1173 | 2026-08-18T23:48:50.514Z | Compiling arrayref v0.3.9 |
| 1174 | 2026-08-18T23:48:50.540Z | Compiling constant_time_eq v0.4.2 |
| 1175 | 2026-08-18T23:48:50.609Z | Compiling arrayvec v0.7.8 |
| 1176 | 2026-08-18T23:48:50.688Z | Compiling clap_complete v4.6.8 |
| 1177 | 2026-08-18T23:48:50.770Z | Compiling similar v3.1.1 |
| 1178 | 2026-08-18T23:48:51.555Z | Compiling regex v1.13.1 |
| 1179 | 2026-08-18T23:48:52.073Z | Compiling tempfile v3.27.0 |
| 1180 | 2026-08-18T23:48:52.341Z | Compiling chrono v0.4.45 |
| 1181 | 2026-08-18T23:48:52.466Z | Compiling snafu v0.9.2 |
| 1182 | 2026-08-18T23:48:52.590Z | Compiling strum v0.28.0 |
| 1183 | 2026-08-18T23:48:52.703Z | Compiling clap_mangen v0.3.0 |
| 1184 | 2026-08-18T23:48:52.826Z | Compiling rand v0.10.2 |
| 1185 | 2026-08-18T23:48:52.889Z | Compiling shellexpand v3.1.2 |
| 1186 | 2026-08-18T23:48:53.544Z | Compiling digest-io v0.1.0 |
| 1187 | 2026-08-18T23:48:53.667Z | Compiling sha2 v0.11.0 |
| 1188 | 2026-08-18T23:48:53.687Z | Compiling uuid v1.24.0 |
| 1189 | 2026-08-18T23:48:53.832Z | Compiling num_cpus v1.17.0 |
| 1190 | 2026-08-18T23:48:53.925Z | Compiling semver v1.0.28 |
| 1191 | 2026-08-18T23:48:54.035Z | Compiling nu-ansi-term v0.50.3 |
| 1192 | 2026-08-18T23:48:54.091Z | Compiling dotenvy v0.15.7 |
| 1193 | 2026-08-18T23:48:54.329Z | Compiling percent-encoding v2.3.2 |
| 1194 | 2026-08-18T23:48:54.388Z | Compiling unicode-width v0.2.2 |
| 1195 | 2026-08-18T23:48:54.395Z | Compiling hex v0.4.3 |
| 1196 | 2026-08-18T23:48:54.536Z | Compiling typed-arena v2.0.2 |
| 1197 | 2026-08-18T23:49:54.182Z | Finished `release` profile [optimized] target(s) in 1m 10s |
| 1198 | 2026-08-18T23:49:54.200Z | Installing /home/build/.cargo/bin/just |
| 1199 | 2026-08-18T23:49:54.207Z | Installed package `just v1.58.0` (executable `just`) |
| 1200 | 2026-08-18T23:49:54.249Z | + curl -sSfL https://get.nexte.st/latest/illumos |
| 1201 | 2026-08-18T23:49:54.257Z | + gunzip |
| 1202 | 2026-08-18T23:49:54.257Z | + tar -xf - -C /home/build/.cargo/bin |
| 1203 | 2026-08-18T23:49:55.222Z | + just ci |
| 1204 | 2026-08-18T23:49:55.226Z | cargo fmt --check |
| 1205 | 2026-08-18T23:49:55.424Z | cargo clippy -- --no-deps --deny warnings |
| 1206 | 2026-08-18T23:49:55.722Z | Downloading crates ... |
| 1207 | 2026-08-18T23:49:55.798Z | Downloaded lru-cache v0.1.2 |
| 1208 | 2026-08-18T23:49:55.801Z | Downloaded pwd v1.4.0 |
| 1209 | 2026-08-18T23:49:55.801Z | Downloaded enum-as-inner v0.6.1 |
| 1210 | 2026-08-18T23:49:55.811Z | Downloaded owo-colors v3.5.0 |
| 1211 | 2026-08-18T23:49:55.814Z | Downloaded proc-macro-error v1.0.4 |
| 1212 | 2026-08-18T23:49:55.818Z | Downloaded function_name v0.3.0 |
| 1213 | 2026-08-18T23:49:55.821Z | Downloaded linked-hash-map v0.5.6 |
| 1214 | 2026-08-18T23:49:55.821Z | Downloaded miette-derive v5.10.0 |
| 1215 | 2026-08-18T23:49:55.821Z | Downloaded function_name-proc-macro v0.3.0 |
| 1216 | 2026-08-18T23:49:55.826Z | Downloaded supports-hyperlinks v2.1.0 |
| 1217 | 2026-08-18T23:49:55.829Z | Downloaded heck v0.4.1 |
| 1218 | 2026-08-18T23:49:55.830Z | Downloaded supports-color v2.1.0 |
| 1219 | 2026-08-18T23:49:55.830Z | Downloaded seq-macro v0.3.6 |
| 1220 | 2026-08-18T23:49:55.830Z | Downloaded resolv-conf v0.7.6 |
| 1221 | 2026-08-18T23:49:55.833Z | Downloaded supports-unicode v2.1.0 |
| 1222 | 2026-08-18T23:49:55.833Z | Downloaded terminal_size v0.1.17 |
| 1223 | 2026-08-18T23:49:55.836Z | Downloaded proc-macro-error-attr v1.0.4 |
| 1224 | 2026-08-18T23:49:55.841Z | Downloaded lru v0.18.2 |
| 1225 | 2026-08-18T23:49:55.850Z | Downloaded dashu-base v0.5.1 |
| 1226 | 2026-08-18T23:49:55.860Z | Downloaded knuffel-derive v3.2.0 |
| 1227 | 2026-08-18T23:49:55.863Z | Downloaded num-primitive v0.2.1 |
| 1228 | 2026-08-18T23:49:55.866Z | Downloaded smawk v0.3.3 |
| 1229 | 2026-08-18T23:49:55.873Z | Downloaded tokio-stream v0.1.19 |
| 1230 | 2026-08-18T23:49:55.876Z | Downloaded num-modular v0.6.5 |
| 1231 | 2026-08-18T23:49:55.882Z | Downloaded derive-where v1.6.1 |
| 1232 | 2026-08-18T23:49:55.887Z | Downloaded knuffel v3.2.0 |
| 1233 | 2026-08-18T23:49:55.890Z | Downloaded textwrap v0.15.2 |
| 1234 | 2026-08-18T23:49:55.897Z | Downloaded hickory-resolver v0.24.4 |
| 1235 | 2026-08-18T23:49:55.900Z | Downloaded miette v5.10.0 |
| 1236 | 2026-08-18T23:49:55.903Z | Downloaded base64 v0.21.7 |
| 1237 | 2026-08-18T23:49:55.906Z | Downloaded qorb v0.4.1 |
| 1238 | 2026-08-18T23:49:55.925Z | Downloaded itertools v0.14.0 |
| 1239 | 2026-08-18T23:49:55.929Z | Downloaded dashu-int v0.5.1 |
| 1240 | 2026-08-18T23:49:55.959Z | Downloaded hickory-proto v0.24.4 |
| 1241 | 2026-08-18T23:49:56.384Z | Downloaded dsi-bitstream v0.10.1 |
| 1242 | 2026-08-18T23:49:56.590Z | Compiling proc-macro2 v1.0.107 |
| 1243 | 2026-08-18T23:49:56.590Z | Compiling quote v1.0.47 |
| 1244 | 2026-08-18T23:49:56.590Z | Compiling unicode-ident v1.0.24 |
| 1245 | 2026-08-18T23:49:56.593Z | Compiling libc v0.2.189 |
| 1246 | 2026-08-18T23:49:56.593Z | Checking cfg-if v1.0.4 |
| 1247 | 2026-08-18T23:49:56.593Z | Compiling version_check v0.9.5 |
| 1248 | 2026-08-18T23:49:56.593Z | Compiling serde_core v1.0.229 |
| 1249 | 2026-08-18T23:49:56.799Z | Checking memchr v2.8.3 |
| 1250 | 2026-08-18T23:49:56.926Z | Compiling generic-array v0.14.7 |
| 1251 | 2026-08-18T23:49:56.979Z | Checking subtle v2.6.1 |
| 1252 | 2026-08-18T23:49:57.100Z | Checking typenum v1.20.1 |
| 1253 | 2026-08-18T23:49:57.177Z | Checking bytes v1.12.1 |
| 1254 | 2026-08-18T23:49:57.187Z | Compiling libm v0.2.16 |
| 1255 | 2026-08-18T23:49:57.379Z | Compiling autocfg v1.5.1 |
| 1256 | 2026-08-18T23:49:57.504Z | Checking errno v0.3.14 |
| 1257 | 2026-08-18T23:49:57.515Z | Compiling serde v1.0.229 |
| 1258 | 2026-08-18T23:49:57.611Z | Checking smallvec v1.15.2 |
| 1259 | 2026-08-18T23:49:57.716Z | Compiling num-traits v0.2.19 |
| 1260 | 2026-08-18T23:49:57.786Z | Compiling syn v2.0.119 |
| 1261 | 2026-08-18T23:49:57.796Z | Compiling syn v3.0.3 |
| 1262 | 2026-08-18T23:49:57.836Z | Checking const-oid v0.9.6 |
| 1263 | 2026-08-18T23:49:57.843Z | Checking pin-project-lite v0.2.17 |
| 1264 | 2026-08-18T23:49:57.854Z | Compiling thiserror v2.0.20 |
| 1265 | 2026-08-18T23:49:57.924Z | Compiling zerocopy v0.8.56 |
| 1266 | 2026-08-18T23:49:58.100Z | Compiling heck v0.5.0 |
| 1267 | 2026-08-18T23:49:58.187Z | Compiling zeroize v1.9.0 |
| 1268 | 2026-08-18T23:49:58.356Z | Checking itoa v1.0.18 |
| 1269 | 2026-08-18T23:49:58.412Z | Compiling equivalent v1.0.2 |
| 1270 | 2026-08-18T23:49:58.489Z | Compiling zmij v1.0.23 |
| 1271 | 2026-08-18T23:49:58.497Z | Compiling parking_lot_core v0.9.12 |
| 1272 | 2026-08-18T23:49:58.500Z | Checking once_cell v1.21.4 |
| 1273 | 2026-08-18T23:49:58.500Z | Checking signal-hook-registry v1.4.8 |
| 1274 | 2026-08-18T23:49:58.530Z | Checking getrandom v0.2.17 |
| 1275 | 2026-08-18T23:49:58.659Z | Checking futures-core v0.3.33 |
| 1276 | 2026-08-18T23:49:58.662Z | Checking scopeguard v1.2.0 |
| 1277 | 2026-08-18T23:49:58.662Z | Checking rand_core v0.6.4 |
| 1278 | 2026-08-18T23:49:58.759Z | Compiling semver v1.0.28 |
| 1279 | 2026-08-18T23:49:58.762Z | Checking lock_api v0.4.14 |
| 1280 | 2026-08-18T23:49:58.814Z | Compiling serde_json v1.0.151 |
| 1281 | 2026-08-18T23:49:58.957Z | Checking allocator-api2 v0.2.21 |
| 1282 | 2026-08-18T23:49:58.961Z | Checking base64ct v1.8.3 |
| 1283 | 2026-08-18T23:49:59.026Z | Checking parking_lot v0.12.5 |
| 1284 | 2026-08-18T23:49:59.046Z | Checking mio v1.2.2 |
| 1285 | 2026-08-18T23:49:59.057Z | Checking socket2 v0.6.5 |
| 1286 | 2026-08-18T23:49:59.178Z | Checking pem-rfc7468 v0.7.0 |
| 1287 | 2026-08-18T23:49:59.229Z | Compiling jobserver v0.1.35 |
| 1288 | 2026-08-18T23:49:59.285Z | Compiling shlex v2.0.1 |
| 1289 | 2026-08-18T23:49:59.309Z | Compiling rustversion v1.0.23 |
| 1290 | 2026-08-18T23:49:59.323Z | Compiling hashbrown v0.17.1 |
| 1291 | 2026-08-18T23:49:59.590Z | Compiling find-msvc-tools v0.1.10 |
| 1292 | 2026-08-18T23:49:59.607Z | Checking futures-sink v0.3.33 |
| 1293 | 2026-08-18T23:49:59.687Z | Checking flagset v0.4.7 |
| 1294 | 2026-08-18T23:49:59.816Z | Compiling indexmap v2.14.0 |
| 1295 | 2026-08-18T23:49:59.855Z | Compiling cc v1.4.2 |
| 1296 | 2026-08-18T23:49:59.865Z | Compiling cfg_aliases v0.2.2 |
| 1297 | 2026-08-18T23:50:00.182Z | Checking slab v0.4.12 |
| 1298 | 2026-08-18T23:50:00.247Z | Checking foldhash v0.2.0 |
| 1299 | 2026-08-18T23:50:00.271Z | Compiling block-buffer v0.10.4 |
| 1300 | 2026-08-18T23:50:00.336Z | Compiling crypto-common v0.1.7 |
| 1301 | 2026-08-18T23:50:00.379Z | Checking futures-channel v0.3.33 |
| 1302 | 2026-08-18T23:50:00.402Z | Checking log v0.4.33 |
| 1303 | 2026-08-18T23:50:00.436Z | Compiling winnow v1.0.4 |
| 1304 | 2026-08-18T23:50:00.452Z | Checking bitflags v2.13.1 |
| 1305 | 2026-08-18T23:50:00.560Z | Compiling synstructure v0.13.2 |
| 1306 | 2026-08-18T23:50:00.563Z | Compiling digest v0.10.7 |
| 1307 | 2026-08-18T23:50:00.780Z | Checking stable_deref_trait v1.2.1 |
| 1308 | 2026-08-18T23:50:00.847Z | Checking futures-io v0.3.33 |
| 1309 | 2026-08-18T23:50:00.957Z | Checking futures-task v0.3.33 |
| 1310 | 2026-08-18T23:50:00.969Z | Compiling serde_derive v1.0.229 |
| 1311 | 2026-08-18T23:50:01.044Z | Compiling thiserror-impl v2.0.20 |
| 1312 | 2026-08-18T23:50:01.089Z | Compiling tokio-macros v2.7.2 |
| 1313 | 2026-08-18T23:50:01.129Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1314 | 2026-08-18T23:50:01.389Z | Compiling serde_derive_internals v0.29.1 |
| 1315 | 2026-08-18T23:50:01.399Z | Compiling getrandom v0.4.3 |
| 1316 | 2026-08-18T23:50:01.529Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 1317 | 2026-08-18T23:50:01.747Z | Compiling zeroize_derive v1.5.0 |
| 1318 | 2026-08-18T23:50:01.801Z | Compiling der_derive v0.7.3 |
| 1319 | 2026-08-18T23:50:01.852Z | Compiling zerocopy-derive v0.8.56 |
| 1320 | 2026-08-18T23:50:02.095Z | Checking tokio v1.53.1 |
| 1321 | 2026-08-18T23:50:02.118Z | Compiling zerofrom-derive v0.1.7 |
| 1322 | 2026-08-18T23:50:02.280Z | Compiling futures-macro v0.3.33 |
| 1323 | 2026-08-18T23:50:02.355Z | Compiling yoke-derive v0.8.2 |
| 1324 | 2026-08-18T23:50:02.779Z | Checking der v0.7.10 |
| 1325 | 2026-08-18T23:50:03.130Z | Checking futures-util v0.3.33 |
| 1326 | 2026-08-18T23:50:03.323Z | Checking zerofrom v0.1.8 |
| 1327 | 2026-08-18T23:50:03.406Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 1328 | 2026-08-18T23:50:03.429Z | Checking cpufeatures v0.2.17 |
| 1329 | 2026-08-18T23:50:03.432Z | Checking yoke v0.8.3 |
| 1330 | 2026-08-18T23:50:03.491Z | Compiling schemars v0.8.22 |
| 1331 | 2026-08-18T23:50:03.504Z | Checking spki v0.7.3 |
| 1332 | 2026-08-18T23:50:03.666Z | Checking pkcs8 v0.10.2 |
| 1333 | 2026-08-18T23:50:03.741Z | Compiling schemars_derive v0.8.22 |
| 1334 | 2026-08-18T23:50:03.852Z | Compiling zerovec-derive v0.11.3 |
| 1335 | 2026-08-18T23:50:04.050Z | Compiling proc-macro-crate v3.5.0 |
| 1336 | 2026-08-18T23:50:04.075Z | Compiling cmake v0.1.58 |
| 1337 | 2026-08-18T23:50:04.287Z | Compiling borsh v1.8.0 |
| 1338 | 2026-08-18T23:50:04.469Z | Checking http v1.5.0 |
| 1339 | 2026-08-18T23:50:04.562Z | Compiling fs_extra v1.3.0 |
| 1340 | 2026-08-18T23:50:04.760Z | Compiling dunce v1.0.5 |
| 1341 | 2026-08-18T23:50:04.807Z | Compiling pkg-config v0.3.33 |
| 1342 | 2026-08-18T23:50:04.853Z | Compiling object v0.37.3 |
| 1343 | 2026-08-18T23:50:05.021Z | Checking zerovec v0.11.6 |
| 1344 | 2026-08-18T23:50:05.210Z | Compiling borsh-derive v1.8.0 |
| 1345 | 2026-08-18T23:50:05.246Z | Compiling aws-lc-sys v0.44.0 |
| 1346 | 2026-08-18T23:50:05.258Z | Compiling displaydoc v0.2.7 |
| 1347 | 2026-08-18T23:50:05.477Z | Compiling rustc_version v0.4.1 |
| 1348 | 2026-08-18T23:50:05.744Z | Compiling rustix v1.1.4 |
| 1349 | 2026-08-18T23:50:05.766Z | Compiling curve25519-dalek v4.1.3 |
| 1350 | 2026-08-18T23:50:06.039Z | Compiling ahash v0.8.12 |
| 1351 | 2026-08-18T23:50:06.070Z | Checking ppv-lite86 v0.2.21 |
| 1352 | 2026-08-18T23:50:06.320Z | Checking hmac v0.12.1 |
| 1353 | 2026-08-18T23:50:06.432Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1354 | 2026-08-18T23:50:06.479Z | Compiling aws-lc-rs v1.18.0 |
| 1355 | 2026-08-18T23:50:06.504Z | Compiling httparse v1.10.1 |
| 1356 | 2026-08-18T23:50:06.543Z | Checking iana-time-zone v0.1.65 |
| 1357 | 2026-08-18T23:50:06.644Z | Checking percent-encoding v2.3.2 |
| 1358 | 2026-08-18T23:50:06.754Z | Checking chrono v0.4.45 |
| 1359 | 2026-08-18T23:50:06.840Z | Checking tinystr v0.8.3 |
| 1360 | 2026-08-18T23:50:06.892Z | Checking sha2 v0.10.9 |
| 1361 | 2026-08-18T23:50:07.004Z | Checking signature v2.2.0 |
| 1362 | 2026-08-18T23:50:07.015Z | Checking rustls-pki-types v1.15.1 |
| 1363 | 2026-08-18T23:50:07.119Z | Compiling tracing-attributes v0.1.31 |
| 1364 | 2026-08-18T23:50:07.135Z | Compiling slog v2.8.2 |
| 1365 | 2026-08-18T23:50:07.184Z | Checking ff v0.13.1 |
| 1366 | 2026-08-18T23:50:07.290Z | Checking tracing-core v0.1.36 |
| 1367 | 2026-08-18T23:50:07.304Z | Checking base16ct v0.2.0 |
| 1368 | 2026-08-18T23:50:07.352Z | Compiling crossbeam-utils v0.8.22 |
| 1369 | 2026-08-18T23:50:07.407Z | Checking writeable v0.6.3 |
| 1370 | 2026-08-18T23:50:07.418Z | Compiling getrandom v0.3.4 |
| 1371 | 2026-08-18T23:50:07.568Z | Compiling strsim v0.11.1 |
| 1372 | 2026-08-18T23:50:07.595Z | Compiling thiserror v1.0.69 |
| 1373 | 2026-08-18T23:50:07.607Z | Checking litemap v0.8.2 |
| 1374 | 2026-08-18T23:50:07.658Z | Checking sec1 v0.7.3 |
| 1375 | 2026-08-18T23:50:07.766Z | Checking group v0.13.0 |
| 1376 | 2026-08-18T23:50:07.774Z | Checking icu_locale_core v2.2.0 |
| 1377 | 2026-08-18T23:50:07.854Z | Checking uuid v1.24.0 |
| 1378 | 2026-08-18T23:50:07.901Z | Checking hkdf v0.12.4 |
| 1379 | 2026-08-18T23:50:08.020Z | Checking zerotrie v0.2.4 |
| 1380 | 2026-08-18T23:50:08.048Z | Checking potential_utf v0.1.5 |
| 1381 | 2026-08-18T23:50:08.060Z | Checking tokio-util v0.7.19 |
| 1382 | 2026-08-18T23:50:08.165Z | Checking erased-serde v0.3.31 |
| 1383 | 2026-08-18T23:50:08.176Z | Checking crypto-bigint v0.5.5 |
| 1384 | 2026-08-18T23:50:08.243Z | Compiling thiserror-impl v1.0.69 |
| 1385 | 2026-08-18T23:50:08.313Z | Checking tracing v0.1.44 |
| 1386 | 2026-08-18T23:50:08.372Z | Checking simd-adler32 v0.3.10 |
| 1387 | 2026-08-18T23:50:08.468Z | Checking ipnet v2.12.1 |
| 1388 | 2026-08-18T23:50:08.490Z | Checking utf8_iter v1.0.4 |
| 1389 | 2026-08-18T23:50:08.503Z | Checking adler2 v2.0.1 |
| 1390 | 2026-08-18T23:50:08.534Z | Compiling icu_normalizer_data v2.2.0 |
| 1391 | 2026-08-18T23:50:08.598Z | Compiling syn v1.0.109 |
| 1392 | 2026-08-18T23:50:08.602Z | Compiling icu_properties_data v2.2.0 |
| 1393 | 2026-08-18T23:50:08.674Z | Checking miniz_oxide v0.8.9 |
| 1394 | 2026-08-18T23:50:08.762Z | Checking icu_collections v2.2.0 |
| 1395 | 2026-08-18T23:50:08.942Z | Checking icu_provider v2.2.0 |
| 1396 | 2026-08-18T23:50:09.075Z | Checking elliptic-curve v0.13.8 |
| 1397 | 2026-08-18T23:50:09.085Z | Checking form_urlencoded v1.2.2 |
| 1398 | 2026-08-18T23:50:09.126Z | Checking rand_chacha v0.3.1 |
| 1399 | 2026-08-18T23:50:09.165Z | Compiling clap_derive v4.6.4 |
| 1400 | 2026-08-18T23:50:09.202Z | Checking is-terminal v0.4.17 |
| 1401 | 2026-08-18T23:50:09.284Z | Checking dyn-clone v1.0.20 |
| 1402 | 2026-08-18T23:50:09.301Z | Compiling rustls v0.23.43 |
| 1403 | 2026-08-18T23:50:09.369Z | Checking utf8parse v0.2.2 |
| 1404 | 2026-08-18T23:50:09.379Z | Compiling num-bigint-dig v0.8.6 |
| 1405 | 2026-08-18T23:50:09.383Z | Checking untrusted v0.9.0 |
| 1406 | 2026-08-18T23:50:09.458Z | Checking rand v0.8.7 |
| 1407 | 2026-08-18T23:50:09.604Z | Checking rfc6979 v0.4.0 |
| 1408 | 2026-08-18T23:50:09.617Z | Compiling serde_tokenstream v0.2.3 |
| 1409 | 2026-08-18T23:50:09.628Z | Checking http-body v1.1.0 |
| 1410 | 2026-08-18T23:50:09.811Z | Checking atomic-waker v1.1.2 |
| 1411 | 2026-08-18T23:50:09.886Z | Checking ecdsa v0.16.9 |
| 1412 | 2026-08-18T23:50:09.900Z | Checking icu_normalizer v2.2.0 |
| 1413 | 2026-08-18T23:50:09.948Z | Checking icu_properties v2.2.0 |
| 1414 | 2026-08-18T23:50:10.003Z | Checking anstyle-parse v1.0.0 |
| 1415 | 2026-08-18T23:50:10.037Z | Checking primeorder v0.13.6 |
| 1416 | 2026-08-18T23:50:10.209Z | Compiling gimli v0.32.3 |
| 1417 | 2026-08-18T23:50:10.264Z | Checking fnv v1.0.7 |
| 1418 | 2026-08-18T23:50:10.273Z | Checking tower-service v0.3.3 |
| 1419 | 2026-08-18T23:50:10.317Z | Checking tower-layer v0.3.3 |
| 1420 | 2026-08-18T23:50:10.356Z | Checking colorchoice v1.0.5 |
| 1421 | 2026-08-18T23:50:10.442Z | Checking is_terminal_polyfill v1.70.2 |
| 1422 | 2026-08-18T23:50:10.453Z | Checking try-lock v0.2.5 |
| 1423 | 2026-08-18T23:50:10.526Z | Checking anstyle v1.0.14 |
| 1424 | 2026-08-18T23:50:10.682Z | Checking anstyle-query v1.1.5 |
| 1425 | 2026-08-18T23:50:10.762Z | Checking anstream v1.0.0 |
| 1426 | 2026-08-18T23:50:10.790Z | Checking idna_adapter v1.2.2 |
| 1427 | 2026-08-18T23:50:10.873Z | Checking want v0.3.1 |
| 1428 | 2026-08-18T23:50:10.898Z | Checking h2 v0.4.15 |
| 1429 | 2026-08-18T23:50:11.078Z | Checking terminal_size v0.4.4 |
| 1430 | 2026-08-18T23:50:11.101Z | Checking ed25519 v2.2.3 |
| 1431 | 2026-08-18T23:50:11.707Z | Compiling rustc-demangle v0.1.28 |
| 1432 | 2026-08-18T23:50:11.840Z | Compiling owo-colors v4.3.0 |
| 1433 | 2026-08-18T23:50:12.051Z | Compiling addr2line v0.25.1 |
| 1434 | 2026-08-18T23:50:12.081Z | Checking clap_lex v1.1.0 |
| 1435 | 2026-08-18T23:50:12.157Z | Compiling time-core v0.1.9 |
| 1436 | 2026-08-18T23:50:12.226Z | Checking httpdate v1.0.3 |
| 1437 | 2026-08-18T23:50:12.341Z | Compiling crossbeam-epoch v0.9.20 |
| 1438 | 2026-08-18T23:50:12.360Z | Compiling ident_case v1.0.1 |
| 1439 | 2026-08-18T23:50:12.476Z | Checking spin v0.9.9 |
| 1440 | 2026-08-18T23:50:12.595Z | Compiling num-conv v0.2.2 |
| 1441 | 2026-08-18T23:50:12.739Z | Compiling time-macros v0.2.32 |
| 1442 | 2026-08-18T23:50:12.814Z | Checking hyper v1.11.0 |
| 1443 | 2026-08-18T23:50:12.859Z | Checking clap_builder v4.6.6 |
| 1444 | 2026-08-18T23:50:12.874Z | Compiling darling_core v0.23.0 |
| 1445 | 2026-08-18T23:50:13.343Z | Checking ed25519-dalek v2.2.0 |
| 1446 | 2026-08-18T23:50:13.734Z | Compiling backtrace v0.3.76 |
| 1447 | 2026-08-18T23:50:13.900Z | Checking idna v1.1.0 |
| 1448 | 2026-08-18T23:50:14.073Z | Checking rand_core v0.9.5 |
| 1449 | 2026-08-18T23:50:14.137Z | Checking x509-cert v0.2.5 |
| 1450 | 2026-08-18T23:50:14.147Z | Compiling num-integer v0.1.46 |
| 1451 | 2026-08-18T23:50:14.234Z | Compiling async-trait v0.1.92 |
| 1452 | 2026-08-18T23:50:14.244Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1453 | 2026-08-18T23:50:14.422Z | Compiling unicode-linebreak v0.1.5 |
| 1454 | 2026-08-18T23:50:14.612Z | Compiling unicode-width v0.2.2 |
| 1455 | 2026-08-18T23:50:14.656Z | Compiling anyhow v1.0.104 |
| 1456 | 2026-08-18T23:50:14.745Z | Compiling camino v1.2.5 |
| 1457 | 2026-08-18T23:50:14.876Z | Compiling crc32fast v1.5.0 |
| 1458 | 2026-08-18T23:50:14.947Z | Compiling is_ci v1.2.0 |
| 1459 | 2026-08-18T23:50:14.966Z | Compiling crossbeam-deque v0.8.7 |
| 1460 | 2026-08-18T23:50:15.054Z | Compiling paste v1.0.15 |
| 1461 | 2026-08-18T23:50:15.063Z | Checking num_threads v0.1.7 |
| 1462 | 2026-08-18T23:50:15.095Z | Checking data-encoding v2.11.1 |
| 1463 | 2026-08-18T23:50:15.138Z | Checking base64 v0.22.1 |
| 1464 | 2026-08-18T23:50:15.155Z | Checking deranged v0.5.8 |
| 1465 | 2026-08-18T23:50:15.158Z | Checking powerfmt v0.2.0 |
| 1466 | 2026-08-18T23:50:15.175Z | Compiling rayon-core v1.13.0 |
| 1467 | 2026-08-18T23:50:15.296Z | Compiling lazy_static v1.5.0 |
| 1468 | 2026-08-18T23:50:15.362Z | Checking hyper-util v0.1.20 |
| 1469 | 2026-08-18T23:50:15.371Z | Compiling supports-color v3.0.2 |
| 1470 | 2026-08-18T23:50:15.382Z | Compiling darling_macro v0.23.0 |
| 1471 | 2026-08-18T23:50:15.411Z | Compiling hashbrown v0.16.1 |
| 1472 | 2026-08-18T23:50:15.438Z | Compiling textwrap v0.16.2 |
| 1473 | 2026-08-18T23:50:15.512Z | Compiling proc-macro-error2 v2.0.1 |
| 1474 | 2026-08-18T23:50:15.544Z | Compiling num-iter v0.1.46 |
| 1475 | 2026-08-18T23:50:15.649Z | Checking rand_chacha v0.9.0 |
| 1476 | 2026-08-18T23:50:15.765Z | Checking url v2.5.8 |
| 1477 | 2026-08-18T23:50:15.775Z | Compiling backtrace-ext v0.2.1 |
| 1478 | 2026-08-18T23:50:15.827Z | Compiling hashbrown v0.14.5 |
| 1479 | 2026-08-18T23:50:15.918Z | Checking clap v4.6.6 |
| 1480 | 2026-08-18T23:50:16.071Z | Checking time v0.3.55 |
| 1481 | 2026-08-18T23:50:16.266Z | Checking sha1 v0.10.7 |
| 1482 | 2026-08-18T23:50:16.413Z | Compiling miette-derive v7.6.0 |
| 1483 | 2026-08-18T23:50:16.441Z | Checking hybrid-array v0.4.14 |
| 1484 | 2026-08-18T23:50:16.453Z | Checking encoding_rs v0.8.35 |
| 1485 | 2026-08-18T23:50:16.570Z | Compiling supports-hyperlinks v3.2.0 |
| 1486 | 2026-08-18T23:50:16.676Z | Checking static_assertions v1.1.0 |
| 1487 | 2026-08-18T23:50:16.708Z | Compiling unicode-width v0.1.14 |
| 1488 | 2026-08-18T23:50:16.866Z | Compiling supports-unicode v3.0.0 |
| 1489 | 2026-08-18T23:50:16.879Z | Checking mime v0.3.17 |
| 1490 | 2026-08-18T23:50:16.972Z | Checking hex v0.4.3 |
| 1491 | 2026-08-18T23:50:17.125Z | Checking ryu v1.0.23 |
| 1492 | 2026-08-18T23:50:17.243Z | Checking cpufeatures v0.3.0 |
| 1493 | 2026-08-18T23:50:17.296Z | Checking serde_urlencoded v0.7.1 |
| 1494 | 2026-08-18T23:50:17.486Z | Compiling chumsky v0.9.3 |
| 1495 | 2026-08-18T23:50:17.516Z | Compiling miette v7.6.0 |
| 1496 | 2026-08-18T23:50:17.620Z | Compiling darling v0.23.0 |
| 1497 | 2026-08-18T23:50:17.698Z | Compiling regress v0.11.1 |
| 1498 | 2026-08-18T23:50:18.164Z | Checking rand v0.9.5 |
| 1499 | 2026-08-18T23:50:18.389Z | Compiling knus-derive v3.4.0 |
| 1500 | 2026-08-18T23:50:18.946Z | Checking http-body-util v0.1.4 |
| 1501 | 2026-08-18T23:50:18.988Z | Compiling pkcs1 v0.7.5 |
| 1502 | 2026-08-18T23:50:19.097Z | Checking half v2.7.1 |
| 1503 | 2026-08-18T23:50:19.170Z | Checking futures-executor v0.3.33 |
| 1504 | 2026-08-18T23:50:19.326Z | Checking inout v0.1.4 |
| 1505 | 2026-08-18T23:50:19.342Z | Compiling blake3 v1.8.6 |
| 1506 | 2026-08-18T23:50:19.354Z | Checking thread_local v1.1.10 |
| 1507 | 2026-08-18T23:50:19.440Z | Checking fastrand v2.5.0 |
| 1508 | 2026-08-18T23:50:19.510Z | Checking ciborium-io v0.2.2 |
| 1509 | 2026-08-18T23:50:19.615Z | Checking ipnetwork v0.21.1 |
| 1510 | 2026-08-18T23:50:19.712Z | Checking keccak v0.1.6 |
| 1511 | 2026-08-18T23:50:19.754Z | Compiling omicron-workspace-hack v0.1.0 |
| 1512 | 2026-08-18T23:50:19.780Z | Compiling slog-async v2.8.0 |
| 1513 | 2026-08-18T23:50:19.866Z | Checking sha3 v0.10.9 |
| 1514 | 2026-08-18T23:50:19.871Z | Checking oxnet v0.1.6 |
| 1515 | 2026-08-18T23:50:19.986Z | Compiling typify-impl v0.6.2 |
| 1516 | 2026-08-18T23:50:20.049Z | Compiling knus v3.4.0 |
| 1517 | 2026-08-18T23:50:20.093Z | Checking tempfile v3.27.0 |
| 1518 | 2026-08-18T23:50:20.103Z | Checking ciborium-ll v0.2.2 |
| 1519 | 2026-08-18T23:50:20.277Z | Checking cipher v0.4.4 |
| 1520 | 2026-08-18T23:50:20.355Z | Checking futures v0.3.33 |
| 1521 | 2026-08-18T23:50:20.398Z | Compiling rsa v0.9.10 |
| 1522 | 2026-08-18T23:50:20.423Z | Compiling p384 v0.13.1 |
| 1523 | 2026-08-18T23:50:20.528Z | Checking flate2 v1.1.9 |
| 1524 | 2026-08-18T23:50:20.569Z | Compiling serde_with_macros v3.22.0 |
| 1525 | 2026-08-18T23:50:20.854Z | Checking block-buffer v0.12.1 |
| 1526 | 2026-08-18T23:50:20.949Z | Checking crypto-common v0.2.2 |
| 1527 | 2026-08-18T23:50:20.992Z | Compiling hubpack_derive v0.1.1 |
| 1528 | 2026-08-18T23:50:21.126Z | Checking crossbeam-channel v0.5.16 |
| 1529 | 2026-08-18T23:50:21.228Z | Checking newtype-uuid v1.4.0 |
| 1530 | 2026-08-18T23:50:21.370Z | Checking ssh-encoding v0.2.0 |
| 1531 | 2026-08-18T23:50:21.436Z | Checking openapiv3 v2.2.0 |
| 1532 | 2026-08-18T23:50:21.527Z | Compiling async-stream-impl v0.3.6 |
| 1533 | 2026-08-18T23:50:21.548Z | Compiling strum_macros v0.26.4 |
| 1534 | 2026-08-18T23:50:21.682Z | Compiling daft-derive v0.1.8 |
| 1535 | 2026-08-18T23:50:22.145Z | Checking memmap2 v0.9.11 |
| 1536 | 2026-08-18T23:50:22.305Z | Compiling multer v3.1.0 |
| 1537 | 2026-08-18T23:50:22.411Z | Compiling salty v0.3.0 |
| 1538 | 2026-08-18T23:50:22.530Z | Checking arrayvec v0.7.8 |
| 1539 | 2026-08-18T23:50:22.664Z | Checking arrayref v0.3.9 |
| 1540 | 2026-08-18T23:50:22.761Z | Checking constant_time_eq v0.4.2 |
| 1541 | 2026-08-18T23:50:22.766Z | Checking const-oid v0.10.2 |
| 1542 | 2026-08-18T23:50:22.766Z | Checking match_cfg v0.1.0 |
| 1543 | 2026-08-18T23:50:22.793Z | Checking utf-8 v0.7.6 |
| 1544 | 2026-08-18T23:50:22.816Z | Checking take_mut v0.2.2 |
| 1545 | 2026-08-18T23:50:22.873Z | Checking term v1.2.1 |
| 1546 | 2026-08-18T23:50:22.914Z | Compiling rlimit v0.10.2 |
| 1547 | 2026-08-18T23:50:22.954Z | Checking compression-core v0.4.32 |
| 1548 | 2026-08-18T23:50:23.086Z | Checking slog-term v2.9.2 |
| 1549 | 2026-08-18T23:50:23.147Z | Checking compression-codecs v0.4.38 |
| 1550 | 2026-08-18T23:50:23.150Z | Checking strum v0.26.3 |
| 1551 | 2026-08-18T23:50:23.257Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 1552 | 2026-08-18T23:50:23.261Z | Checking tungstenite v0.28.0 |
| 1553 | 2026-08-18T23:50:23.332Z | Checking digest v0.11.3 |
| 1554 | 2026-08-18T23:50:23.381Z | Compiling typify-macro v0.6.2 |
| 1555 | 2026-08-18T23:50:23.475Z | Checking hostname v0.3.1 |
| 1556 | 2026-08-18T23:50:23.537Z | Checking daft v0.1.8 |
| 1557 | 2026-08-18T23:50:23.559Z | Checking async-stream v0.3.6 |
| 1558 | 2026-08-18T23:50:23.661Z | Checking serde_with v3.22.0 |
| 1559 | 2026-08-18T23:50:23.670Z | Checking ssh-cipher v0.2.0 |
| 1560 | 2026-08-18T23:50:23.678Z | Checking hubpack v0.1.2 |
| 1561 | 2026-08-18T23:50:23.732Z | Checking ciborium v0.2.2 |
| 1562 | 2026-08-18T23:50:23.781Z | Checking slog-json v2.6.1 |
| 1563 | 2026-08-18T23:50:23.831Z | Checking p256 v0.13.2 |
| 1564 | 2026-08-18T23:50:24.065Z | Checking serde_spanned v1.1.1 |
| 1565 | 2026-08-18T23:50:24.121Z | Compiling dropshot v0.17.1 |
| 1566 | 2026-08-18T23:50:24.138Z | Checking debug-ignore v1.0.5 |
| 1567 | 2026-08-18T23:50:24.187Z | Compiling sush-common v0.1.0 (/work/oxidecomputer/sush/common) |
| 1568 | 2026-08-18T23:50:24.227Z | Checking toml_writer v1.1.2+spec-1.1.0 |
| 1569 | 2026-08-18T23:50:24.291Z | Checking ssh-key v0.6.7 |
| 1570 | 2026-08-18T23:50:24.393Z | Checking slog-bunyan v2.5.0 |
| 1571 | 2026-08-18T23:50:24.402Z | Checking toml v1.1.4+spec-1.1.0 |
| 1572 | 2026-08-18T23:50:24.496Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?tag=rel%2Fv21%2Frc1#3e5bafe8) |
| 1573 | 2026-08-18T23:50:24.520Z | Checking tokio-tungstenite v0.28.0 |
| 1574 | 2026-08-18T23:50:24.945Z | Checking sha1 v0.11.0 |
| 1575 | 2026-08-18T23:50:24.956Z | Checking async-compression v0.4.43 |
| 1576 | 2026-08-18T23:50:24.967Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 1577 | 2026-08-18T23:50:25.007Z | Checking waitgroup v0.1.2 |
| 1578 | 2026-08-18T23:50:25.092Z | Compiling dropshot_endpoint v0.17.1 |
| 1579 | 2026-08-18T23:50:25.097Z | Checking rustls-pemfile v2.2.0 |
| 1580 | 2026-08-18T23:50:25.111Z | Checking toml_datetime v0.6.11 |
| 1581 | 2026-08-18T23:50:25.114Z | Checking serde_spanned v0.6.9 |
| 1582 | 2026-08-18T23:50:25.189Z | Checking env_filter v2.0.0 |
| 1583 | 2026-08-18T23:50:25.239Z | Compiling aho-corasick v1.1.5 |
| 1584 | 2026-08-18T23:50:25.282Z | Checking sync_wrapper v1.0.2 |
| 1585 | 2026-08-18T23:50:25.326Z | Checking serde_path_to_error v0.1.20 |
| 1586 | 2026-08-18T23:50:25.378Z | Checking hostname v0.4.2 |
| 1587 | 2026-08-18T23:50:25.471Z | Compiling proc-macro-error-attr v1.0.4 |
| 1588 | 2026-08-18T23:50:25.584Z | Checking openssl-probe v0.2.1 |
| 1589 | 2026-08-18T23:50:25.595Z | Compiling regex-syntax v0.8.11 |
| 1590 | 2026-08-18T23:50:25.687Z | Checking toml_write v0.1.2 |
| 1591 | 2026-08-18T23:50:25.709Z | Checking bytesize v2.7.0 |
| 1592 | 2026-08-18T23:50:25.846Z | Compiling radium v0.7.0 |
| 1593 | 2026-08-18T23:50:25.863Z | Compiling dashu-int v0.5.1 |
| 1594 | 2026-08-18T23:50:26.082Z | Checking winnow v0.7.15 |
| 1595 | 2026-08-18T23:50:26.129Z | Checking tinyvec_macros v0.1.1 |
| 1596 | 2026-08-18T23:50:26.194Z | Checking http-range-header v0.4.2 |
| 1597 | 2026-08-18T23:50:26.683Z | Checking tinyvec v1.12.0 |
| 1598 | 2026-08-18T23:50:27.036Z | Checking rustls-native-certs v0.8.4 |
| 1599 | 2026-08-18T23:50:27.059Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1600 | 2026-08-18T23:50:27.163Z | Compiling regex-automata v0.4.18 |
| 1601 | 2026-08-18T23:50:27.360Z | Checking toml_edit v0.22.27 |
| 1602 | 2026-08-18T23:50:27.513Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1603 | 2026-08-18T23:50:27.587Z | Checking tower v0.5.3 |
| 1604 | 2026-08-18T23:50:27.719Z | Checking env_logger v0.11.11 |
| 1605 | 2026-08-18T23:50:27.897Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=b8782742d1bd91546887fbc1757a7d024a5469ef#b8782742) |
| 1606 | 2026-08-18T23:50:28.127Z | Checking serde-big-array v0.5.1 |
| 1607 | 2026-08-18T23:50:28.209Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1608 | 2026-08-18T23:50:28.251Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1609 | 2026-08-18T23:50:28.384Z | Compiling proc-macro-error v1.0.4 |
| 1610 | 2026-08-18T23:50:28.448Z | Checking dashu-base v0.5.1 |
| 1611 | 2026-08-18T23:50:28.721Z | Checking num-modular v0.6.5 |
| 1612 | 2026-08-18T23:50:28.974Z | Checking corncobs v0.1.4 |
| 1613 | 2026-08-18T23:50:29.091Z | Checking tap v1.0.1 |
| 1614 | 2026-08-18T23:50:29.191Z | Checking wyz v0.5.1 |
| 1615 | 2026-08-18T23:50:29.356Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1616 | 2026-08-18T23:50:29.597Z | Compiling regex v1.13.1 |
| 1617 | 2026-08-18T23:50:29.765Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1618 | 2026-08-18T23:50:29.966Z | Checking toml v0.8.23 |
| 1619 | 2026-08-18T23:50:30.078Z | Checking tower-http v0.6.11 |
| 1620 | 2026-08-18T23:50:30.361Z | Compiling typify v0.6.2 |
| 1621 | 2026-08-18T23:50:30.513Z | Checking secrecy v0.8.0 |
| 1622 | 2026-08-18T23:50:30.523Z | Compiling enum-as-inner v0.6.1 |
| 1623 | 2026-08-18T23:50:30.618Z | Compiling nix v0.30.1 |
| 1624 | 2026-08-18T23:50:30.759Z | Compiling unicode-segmentation v1.13.3 |
| 1625 | 2026-08-18T23:50:30.988Z | Compiling unsafe-libyaml v0.2.11 |
| 1626 | 2026-08-18T23:50:31.007Z | Compiling signal-hook v0.3.18 |
| 1627 | 2026-08-18T23:50:31.017Z | Checking funty v2.0.0 |
| 1628 | 2026-08-18T23:50:31.066Z | Checking linked-hash-map v0.5.6 |
| 1629 | 2026-08-18T23:50:31.211Z | Checking num-primitive v0.2.1 |
| 1630 | 2026-08-18T23:50:31.226Z | Checking smawk v0.3.3 |
| 1631 | 2026-08-18T23:50:31.336Z | Compiling portable-atomic v1.15.0 |
| 1632 | 2026-08-18T23:50:31.526Z | Compiling serde_yaml v0.9.34+deprecated |
| 1633 | 2026-08-18T23:50:31.731Z | Checking textwrap v0.15.2 |
| 1634 | 2026-08-18T23:50:31.778Z | Checking dsi-bitstream v0.10.1 |
| 1635 | 2026-08-18T23:50:31.828Z | Compiling progenitor-impl v0.14.0 |
| 1636 | 2026-08-18T23:50:31.891Z | Checking bitvec v1.1.1 |
| 1637 | 2026-08-18T23:50:31.897Z | Checking lru-cache v0.1.2 |
| 1638 | 2026-08-18T23:50:31.939Z | Compiling heck v0.4.1 |
| 1639 | 2026-08-18T23:50:31.958Z | Checking hickory-proto v0.24.4 |
| 1640 | 2026-08-18T23:50:32.002Z | Checking supports-color v2.1.0 |
| 1641 | 2026-08-18T23:50:32.144Z | Checking suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe) |
| 1642 | 2026-08-18T23:50:32.765Z | Checking supports-unicode v2.1.0 |
| 1643 | 2026-08-18T23:50:32.776Z | Checking supports-hyperlinks v2.1.0 |
| 1644 | 2026-08-18T23:50:32.783Z | Checking tokio-stream v0.1.19 |
| 1645 | 2026-08-18T23:50:32.865Z | Compiling miette-derive v5.10.0 |
| 1646 | 2026-08-18T23:50:32.865Z | Checking nibble_vec v0.1.0 |
| 1647 | 2026-08-18T23:50:32.989Z | Checking terminal_size v0.1.17 |
| 1648 | 2026-08-18T23:50:33.084Z | Checking endian-type v0.1.2 |
| 1649 | 2026-08-18T23:50:33.144Z | Checking either v1.17.0 |
| 1650 | 2026-08-18T23:50:33.201Z | Checking owo-colors v3.5.0 |
| 1651 | 2026-08-18T23:50:33.330Z | Checking resolv-conf v0.7.6 |
| 1652 | 2026-08-18T23:50:33.387Z | Checking itertools v0.14.0 |
| 1653 | 2026-08-18T23:50:33.438Z | Checking radix_trie v0.2.1 |
| 1654 | 2026-08-18T23:50:33.500Z | Checking hickory-resolver v0.24.4 |
| 1655 | 2026-08-18T23:50:33.849Z | Compiling progenitor-macro v0.14.0 |
| 1656 | 2026-08-18T23:50:33.898Z | Checking miette v5.10.0 |
| 1657 | 2026-08-18T23:50:34.301Z | Compiling knuffel-derive v3.2.0 |
| 1658 | 2026-08-18T23:50:34.528Z | Checking before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe) |
| 1659 | 2026-08-18T23:50:34.732Z | Checking console v0.16.4 |
| 1660 | 2026-08-18T23:50:35.007Z | Checking fd-lock v4.0.4 |
| 1661 | 2026-08-18T23:50:35.120Z | Compiling derive-where v1.6.1 |
| 1662 | 2026-08-18T23:50:35.131Z | Checking termios v0.3.3 |
| 1663 | 2026-08-18T23:50:35.215Z | Compiling seq-macro v0.3.6 |
| 1664 | 2026-08-18T23:50:35.347Z | Checking unit-prefix v0.5.2 |
| 1665 | 2026-08-18T23:50:35.468Z | Checking base64 v0.21.7 |
| 1666 | 2026-08-18T23:50:35.538Z | Checking home v0.5.12 |
| 1667 | 2026-08-18T23:50:35.565Z | Checking indicatif v0.18.6 |
| 1668 | 2026-08-18T23:50:35.638Z | Checking rustyline v17.0.2 |
| 1669 | 2026-08-18T23:50:35.688Z | Checking rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe) |
| 1670 | 2026-08-18T23:50:35.707Z | Checking knuffel v3.2.0 |
| 1671 | 2026-08-18T23:50:35.915Z | Checking pwd v1.4.0 |
| 1672 | 2026-08-18T23:50:36.041Z | Checking lru v0.18.2 |
| 1673 | 2026-08-18T23:50:36.057Z | Checking tokio-fd v0.3.0 |
| 1674 | 2026-08-18T23:50:36.164Z | Compiling async-recursion v1.1.1 |
| 1675 | 2026-08-18T23:50:36.191Z | Checking xdg v3.0.0 |
| 1676 | 2026-08-18T23:50:36.314Z | Checking humantime v2.4.0 |
| 1677 | 2026-08-18T23:50:36.342Z | Checking shlex v1.3.0 |
| 1678 | 2026-08-18T23:50:36.357Z | Checking qorb v0.4.1 |
| 1679 | 2026-08-18T23:50:36.379Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 1680 | 2026-08-18T23:50:36.474Z | Compiling function_name-proc-macro v0.3.0 |
| 1681 | 2026-08-18T23:50:36.821Z | Checking function_name v0.3.0 |
| 1682 | 2026-08-18T23:50:37.099Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=b8782742d1bd91546887fbc1757a7d024a5469ef#b8782742) |
| 1683 | 2026-08-18T23:50:40.504Z | Checking rustls-webpki v0.103.13 |
| 1684 | 2026-08-18T23:50:42.681Z | Checking tokio-rustls v0.26.4 |
| 1685 | 2026-08-18T23:50:42.684Z | Checking rustls-platform-verifier v0.7.0 |
| 1686 | 2026-08-18T23:50:42.858Z | Checking hyper-rustls v0.27.9 |
| 1687 | 2026-08-18T23:50:43.018Z | Checking reqwest v0.13.4 |
| 1688 | 2026-08-18T23:50:43.600Z | Checking progenitor-client v0.14.0 |
| 1689 | 2026-08-18T23:50:43.786Z | Checking progenitor v0.14.0 |
| 1690 | 2026-08-18T23:50:44.451Z | Checking sush-api v0.1.0 (/work/oxidecomputer/sush/api) |
| 1691 | 2026-08-18T23:50:44.899Z | Checking sush-server v0.1.0 (/work/oxidecomputer/sush/server) |
| 1692 | 2026-08-18T23:50:44.902Z | Checking sush-client v0.1.0 (/work/oxidecomputer/sush/client) |
| 1693 | 2026-08-18T23:50:44.902Z | Checking xtask v0.1.0 (/work/oxidecomputer/sush/xtask) |
| 1694 | 2026-08-18T23:50:46.936Z | Checking sush-tests v0.1.0 (/work/oxidecomputer/sush/tests) |
| 1695 | 2026-08-18T23:50:47.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.65s |
| 1696 | 2026-08-18T23:50:47.154Z | 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-18T23:50:47.154Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 1698 | 2026-08-18T23:50:47.282Z | cargo clippy --tests -- --no-deps --deny warnings |
| 1699 | 2026-08-18T23:50:47.733Z | Compiling serde_json v1.0.151 |
| 1700 | 2026-08-18T23:50:47.866Z | Checking rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe) |
| 1701 | 2026-08-18T23:50:47.877Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 1702 | 2026-08-18T23:50:48.467Z | Compiling schemars v0.8.22 |
| 1703 | 2026-08-18T23:50:48.467Z | Compiling openapiv3 v2.2.0 |
| 1704 | 2026-08-18T23:50:48.557Z | Checking slog-json v2.6.1 |
| 1705 | 2026-08-18T23:50:48.557Z | Checking reqwest v0.13.4 |
| 1706 | 2026-08-18T23:50:48.588Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 1707 | 2026-08-18T23:50:48.714Z | Checking slog-bunyan v2.5.0 |
| 1708 | 2026-08-18T23:50:49.149Z | Checking oxnet v0.1.6 |
| 1709 | 2026-08-18T23:50:49.149Z | Checking typify-impl v0.6.2 |
| 1710 | 2026-08-18T23:50:49.224Z | Checking progenitor-client v0.14.0 |
| 1711 | 2026-08-18T23:50:49.392Z | Checking daft v0.1.8 |
| 1712 | 2026-08-18T23:50:49.600Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?tag=rel%2Fv21%2Frc1#3e5bafe8) |
| 1713 | 2026-08-18T23:50:49.795Z | Checking dropshot v0.17.1 |
| 1714 | 2026-08-18T23:50:49.818Z | Checking sush-common v0.1.0 (/work/oxidecomputer/sush/common) |
| 1715 | 2026-08-18T23:50:51.222Z | Compiling typify-macro v0.6.2 |
| 1716 | 2026-08-18T23:50:51.549Z | Checking sush-api v0.1.0 (/work/oxidecomputer/sush/api) |
| 1717 | 2026-08-18T23:50:52.040Z | Checking sush-server v0.1.0 (/work/oxidecomputer/sush/server) |
| 1718 | 2026-08-18T23:50:52.043Z | Checking xtask v0.1.0 (/work/oxidecomputer/sush/xtask) |
| 1719 | 2026-08-18T23:50:52.336Z | Compiling typify v0.6.2 |
| 1720 | 2026-08-18T23:50:52.396Z | Compiling progenitor-impl v0.14.0 |
| 1721 | 2026-08-18T23:50:53.696Z | Compiling progenitor-macro v0.14.0 |
| 1722 | 2026-08-18T23:50:56.080Z | Checking progenitor v0.14.0 |
| 1723 | 2026-08-18T23:50:56.183Z | Checking sush-client v0.1.0 (/work/oxidecomputer/sush/client) |
| 1724 | 2026-08-18T23:50:58.200Z | Checking sush-tests v0.1.0 (/work/oxidecomputer/sush/tests) |
| 1725 | 2026-08-18T23:50:59.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.80s |
| 1726 | 2026-08-18T23:50:59.160Z | 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-18T23:50:59.160Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 1728 | 2026-08-18T23:50:59.273Z | cargo build --locked |
| 1729 | 2026-08-18T23:50:59.751Z | Compiling unicode-ident v1.0.24 |
| 1730 | 2026-08-18T23:50:59.751Z | Compiling cfg-if v1.0.4 |
| 1731 | 2026-08-18T23:50:59.751Z | Compiling subtle v2.6.1 |
| 1732 | 2026-08-18T23:50:59.751Z | Compiling const-oid v0.9.6 |
| 1733 | 2026-08-18T23:50:59.754Z | Compiling libc v0.2.189 |
| 1734 | 2026-08-18T23:50:59.839Z | Compiling serde_core v1.0.229 |
| 1735 | 2026-08-18T23:50:59.849Z | Compiling once_cell v1.21.4 |
| 1736 | 2026-08-18T23:50:59.852Z | Compiling memchr v2.8.3 |
| 1737 | 2026-08-18T23:50:59.877Z | Compiling equivalent v1.0.2 |
| 1738 | 2026-08-18T23:50:59.930Z | Compiling proc-macro2 v1.0.107 |
| 1739 | 2026-08-18T23:50:59.955Z | Compiling bytes v1.12.1 |
| 1740 | 2026-08-18T23:50:59.969Z | Compiling typenum v1.20.1 |
| 1741 | 2026-08-18T23:51:00.055Z | Compiling flagset v0.4.7 |
| 1742 | 2026-08-18T23:51:00.179Z | Compiling allocator-api2 v0.2.21 |
| 1743 | 2026-08-18T23:51:00.290Z | Compiling quote v1.0.47 |
| 1744 | 2026-08-18T23:51:00.502Z | Compiling syn v2.0.119 |
| 1745 | 2026-08-18T23:51:00.505Z | Compiling syn v3.0.3 |
| 1746 | 2026-08-18T23:51:00.551Z | Compiling itoa v1.0.18 |
| 1747 | 2026-08-18T23:51:00.570Z | Compiling errno v0.3.14 |
| 1748 | 2026-08-18T23:51:00.580Z | Compiling smallvec v1.15.2 |
| 1749 | 2026-08-18T23:51:00.624Z | Compiling libm v0.2.16 |
| 1750 | 2026-08-18T23:51:00.711Z | Compiling pin-project-lite v0.2.17 |
| 1751 | 2026-08-18T23:51:00.730Z | Compiling heck v0.5.0 |
| 1752 | 2026-08-18T23:51:00.762Z | Compiling signal-hook-registry v1.4.8 |
| 1753 | 2026-08-18T23:51:00.784Z | Compiling getrandom v0.2.17 |
| 1754 | 2026-08-18T23:51:00.799Z | Compiling futures-core v0.3.33 |
| 1755 | 2026-08-18T23:51:00.950Z | Compiling foldhash v0.2.0 |
| 1756 | 2026-08-18T23:51:00.966Z | Compiling scopeguard v1.2.0 |
| 1757 | 2026-08-18T23:51:00.982Z | Compiling cpufeatures v0.2.17 |
| 1758 | 2026-08-18T23:51:01.049Z | Compiling bitflags v2.13.1 |
| 1759 | 2026-08-18T23:51:01.059Z | Compiling lock_api v0.4.14 |
| 1760 | 2026-08-18T23:51:01.067Z | Compiling rand_core v0.6.4 |
| 1761 | 2026-08-18T23:51:01.116Z | Compiling parking_lot_core v0.9.12 |
| 1762 | 2026-08-18T23:51:01.275Z | Compiling base64ct v1.8.3 |
| 1763 | 2026-08-18T23:51:01.285Z | Compiling zmij v1.0.23 |
| 1764 | 2026-08-18T23:51:01.293Z | Compiling socket2 v0.6.5 |
| 1765 | 2026-08-18T23:51:01.441Z | Compiling num-traits v0.2.19 |
| 1766 | 2026-08-18T23:51:01.573Z | Compiling pem-rfc7468 v0.7.0 |
| 1767 | 2026-08-18T23:51:01.582Z | Compiling parking_lot v0.12.5 |
| 1768 | 2026-08-18T23:51:01.702Z | Compiling mio v1.2.2 |
| 1769 | 2026-08-18T23:51:01.755Z | Compiling generic-array v0.14.7 |
| 1770 | 2026-08-18T23:51:01.805Z | Compiling futures-sink v0.3.33 |
| 1771 | 2026-08-18T23:51:01.907Z | Compiling indexmap v2.14.0 |
| 1772 | 2026-08-18T23:51:01.917Z | Compiling adler2 v2.0.1 |
| 1773 | 2026-08-18T23:51:01.994Z | Compiling base16ct v0.2.0 |
| 1774 | 2026-08-18T23:51:02.041Z | Compiling slab v0.4.12 |
| 1775 | 2026-08-18T23:51:02.057Z | Compiling futures-channel v0.3.33 |
| 1776 | 2026-08-18T23:51:02.172Z | Compiling log v0.4.33 |
| 1777 | 2026-08-18T23:51:02.195Z | Compiling block-buffer v0.10.4 |
| 1778 | 2026-08-18T23:51:02.213Z | Compiling crypto-common v0.1.7 |
| 1779 | 2026-08-18T23:51:02.231Z | Compiling http v1.5.0 |
| 1780 | 2026-08-18T23:51:02.328Z | Compiling digest v0.10.7 |
| 1781 | 2026-08-18T23:51:02.328Z | Compiling futures-task v0.3.33 |
| 1782 | 2026-08-18T23:51:02.381Z | Compiling stable_deref_trait v1.2.1 |
| 1783 | 2026-08-18T23:51:02.450Z | Compiling futures-io v0.3.33 |
| 1784 | 2026-08-18T23:51:02.501Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 1785 | 2026-08-18T23:51:02.534Z | Compiling strsim v0.11.1 |
| 1786 | 2026-08-18T23:51:02.544Z | Compiling ipnet v2.12.1 |
| 1787 | 2026-08-18T23:51:02.604Z | Compiling dyn-clone v1.0.20 |
| 1788 | 2026-08-18T23:51:02.678Z | Compiling getrandom v0.4.3 |
| 1789 | 2026-08-18T23:51:02.741Z | Compiling serde_json v1.0.151 |
| 1790 | 2026-08-18T23:51:02.823Z | Compiling hashbrown v0.17.1 |
| 1791 | 2026-08-18T23:51:02.917Z | Compiling utf8parse v0.2.2 |
| 1792 | 2026-08-18T23:51:03.031Z | Compiling proc-macro-crate v3.5.0 |
| 1793 | 2026-08-18T23:51:03.069Z | Compiling gimli v0.32.3 |
| 1794 | 2026-08-18T23:51:03.220Z | Compiling rustix v1.1.4 |
| 1795 | 2026-08-18T23:51:03.379Z | Compiling synstructure v0.13.2 |
| 1796 | 2026-08-18T23:51:03.407Z | Compiling serde_derive_internals v0.29.1 |
| 1797 | 2026-08-18T23:51:03.736Z | Compiling serde_derive v1.0.229 |
| 1798 | 2026-08-18T23:51:03.879Z | Compiling thiserror-impl v2.0.20 |
| 1799 | 2026-08-18T23:51:03.946Z | Compiling tokio-macros v2.7.2 |
| 1800 | 2026-08-18T23:51:04.072Z | Compiling displaydoc v0.2.7 |
| 1801 | 2026-08-18T23:51:04.147Z | Compiling anstyle-parse v1.0.0 |
| 1802 | 2026-08-18T23:51:04.319Z | Compiling iana-time-zone v0.1.65 |
| 1803 | 2026-08-18T23:51:04.502Z | Compiling zeroize_derive v1.5.0 |
| 1804 | 2026-08-18T23:51:04.548Z | Compiling der_derive v0.7.3 |
| 1805 | 2026-08-18T23:51:04.609Z | Compiling zerocopy-derive v0.8.56 |
| 1806 | 2026-08-18T23:51:04.735Z | Compiling tokio v1.53.1 |
| 1807 | 2026-08-18T23:51:04.847Z | Compiling zerofrom-derive v0.1.7 |
| 1808 | 2026-08-18T23:51:05.046Z | Compiling yoke-derive v0.8.2 |
| 1809 | 2026-08-18T23:51:05.063Z | Compiling thiserror v2.0.20 |
| 1810 | 2026-08-18T23:51:05.167Z | Compiling futures-macro v0.3.33 |
| 1811 | 2026-08-18T23:51:05.194Z | Compiling zeroize v1.9.0 |
| 1812 | 2026-08-18T23:51:05.514Z | Compiling der v0.7.10 |
| 1813 | 2026-08-18T23:51:06.018Z | Compiling futures-util v0.3.33 |
| 1814 | 2026-08-18T23:51:06.044Z | Compiling zerocopy v0.8.56 |
| 1815 | 2026-08-18T23:51:06.052Z | Compiling zerofrom v0.1.8 |
| 1816 | 2026-08-18T23:51:06.131Z | Compiling zerovec-derive v0.11.3 |
| 1817 | 2026-08-18T23:51:06.173Z | Compiling yoke v0.8.3 |
| 1818 | 2026-08-18T23:51:06.342Z | Compiling serde v1.0.229 |
| 1819 | 2026-08-18T23:51:06.397Z | Compiling spki v0.7.3 |
| 1820 | 2026-08-18T23:51:06.409Z | Compiling schemars_derive v0.8.22 |
| 1821 | 2026-08-18T23:51:06.616Z | Compiling pkcs8 v0.10.2 |
| 1822 | 2026-08-18T23:51:06.900Z | Compiling borsh-derive v1.8.0 |
| 1823 | 2026-08-18T23:51:07.307Z | Compiling zerovec v0.11.6 |
| 1824 | 2026-08-18T23:51:07.401Z | Compiling hmac v0.12.1 |
| 1825 | 2026-08-18T23:51:07.540Z | Compiling addr2line v0.25.1 |
| 1826 | 2026-08-18T23:51:07.634Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1827 | 2026-08-18T23:51:07.890Z | Compiling is_terminal_polyfill v1.70.2 |
| 1828 | 2026-08-18T23:51:07.988Z | Compiling percent-encoding v2.3.2 |
| 1829 | 2026-08-18T23:51:08.036Z | Compiling anstyle-query v1.1.5 |
| 1830 | 2026-08-18T23:51:08.125Z | Compiling borsh v1.8.0 |
| 1831 | 2026-08-18T23:51:08.139Z | Compiling rustc-demangle v0.1.28 |
| 1832 | 2026-08-18T23:51:08.182Z | Compiling anstyle v1.0.14 |
| 1833 | 2026-08-18T23:51:08.192Z | Compiling colorchoice v1.0.5 |
| 1834 | 2026-08-18T23:51:08.323Z | Compiling tinystr v0.8.3 |
| 1835 | 2026-08-18T23:51:08.356Z | Compiling anstream v1.0.0 |
| 1836 | 2026-08-18T23:51:08.401Z | Compiling chrono v0.4.45 |
| 1837 | 2026-08-18T23:51:08.524Z | Compiling sha2 v0.10.9 |
| 1838 | 2026-08-18T23:51:08.536Z | Compiling signature v2.2.0 |
| 1839 | 2026-08-18T23:51:08.565Z | Compiling rustls-pki-types v1.15.1 |
| 1840 | 2026-08-18T23:51:08.575Z | Compiling tracing-attributes v0.1.31 |
| 1841 | 2026-08-18T23:51:08.673Z | Compiling ff v0.13.1 |
| 1842 | 2026-08-18T23:51:08.705Z | Compiling tracing-core v0.1.36 |
| 1843 | 2026-08-18T23:51:08.804Z | Compiling base64 v0.22.1 |
| 1844 | 2026-08-18T23:51:08.905Z | Compiling writeable v0.6.3 |
| 1845 | 2026-08-18T23:51:09.049Z | Compiling ppv-lite86 v0.2.21 |
| 1846 | 2026-08-18T23:51:09.107Z | Compiling litemap v0.8.2 |
| 1847 | 2026-08-18T23:51:09.133Z | Compiling clap_lex v1.1.0 |
| 1848 | 2026-08-18T23:51:09.144Z | Compiling group v0.13.0 |
| 1849 | 2026-08-18T23:51:09.292Z | Compiling icu_locale_core v2.2.0 |
| 1850 | 2026-08-18T23:51:09.295Z | Compiling httparse v1.10.1 |
| 1851 | 2026-08-18T23:51:09.320Z | Compiling uuid v1.24.0 |
| 1852 | 2026-08-18T23:51:09.365Z | Compiling tokio-util v0.7.19 |
| 1853 | 2026-08-18T23:51:09.375Z | Compiling potential_utf v0.1.5 |
| 1854 | 2026-08-18T23:51:09.541Z | Compiling hkdf v0.12.4 |
| 1855 | 2026-08-18T23:51:09.610Z | Compiling erased-serde v0.3.31 |
| 1856 | 2026-08-18T23:51:09.682Z | Compiling sec1 v0.7.3 |
| 1857 | 2026-08-18T23:51:09.776Z | Compiling zerotrie v0.2.4 |
| 1858 | 2026-08-18T23:51:09.786Z | Compiling tracing v0.1.44 |
| 1859 | 2026-08-18T23:51:09.920Z | Compiling crypto-bigint v0.5.5 |
| 1860 | 2026-08-18T23:51:09.961Z | Compiling thiserror-impl v1.0.69 |
| 1861 | 2026-08-18T23:51:10.019Z | Compiling aws-lc-sys v0.44.0 |
| 1862 | 2026-08-18T23:51:10.022Z | Compiling is_ci v1.2.0 |
| 1863 | 2026-08-18T23:51:10.074Z | Compiling unicode-linebreak v0.1.5 |
| 1864 | 2026-08-18T23:51:10.107Z | Compiling utf8_iter v1.0.4 |
| 1865 | 2026-08-18T23:51:10.155Z | Compiling simd-adler32 v0.3.10 |
| 1866 | 2026-08-18T23:51:10.257Z | Compiling icu_collections v2.2.0 |
| 1867 | 2026-08-18T23:51:10.314Z | Compiling miniz_oxide v0.8.9 |
| 1868 | 2026-08-18T23:51:10.360Z | Compiling slog v2.8.2 |
| 1869 | 2026-08-18T23:51:10.372Z | Compiling icu_provider v2.2.0 |
| 1870 | 2026-08-18T23:51:10.632Z | Compiling aws-lc-rs v1.18.0 |
| 1871 | 2026-08-18T23:51:10.699Z | Compiling rand_chacha v0.3.1 |
| 1872 | 2026-08-18T23:51:10.769Z | Compiling crossbeam-utils v0.8.22 |
| 1873 | 2026-08-18T23:51:10.773Z | Compiling getrandom v0.3.4 |
| 1874 | 2026-08-18T23:51:10.956Z | Compiling elliptic-curve v0.13.8 |
| 1875 | 2026-08-18T23:51:10.970Z | Compiling form_urlencoded v1.2.2 |
| 1876 | 2026-08-18T23:51:10.983Z | Compiling clap_derive v4.6.4 |
| 1877 | 2026-08-18T23:51:11.116Z | Compiling thiserror v1.0.69 |
| 1878 | 2026-08-18T23:51:11.152Z | Compiling num-integer v0.1.46 |
| 1879 | 2026-08-18T23:51:11.162Z | Compiling is-terminal v0.4.17 |
| 1880 | 2026-08-18T23:51:11.220Z | Compiling untrusted v0.9.0 |
| 1881 | 2026-08-18T23:51:11.254Z | Compiling unicode-width v0.1.14 |
| 1882 | 2026-08-18T23:51:11.291Z | Compiling rand v0.8.7 |
| 1883 | 2026-08-18T23:51:11.346Z | Compiling icu_normalizer_data v2.2.0 |
| 1884 | 2026-08-18T23:51:11.419Z | Compiling num-iter v0.1.46 |
| 1885 | 2026-08-18T23:51:11.430Z | Compiling syn v1.0.109 |
| 1886 | 2026-08-18T23:51:11.519Z | Compiling icu_properties_data v2.2.0 |
| 1887 | 2026-08-18T23:51:11.529Z | Compiling schemars v0.8.22 |
| 1888 | 2026-08-18T23:51:11.595Z | Compiling rfc6979 v0.4.0 |
| 1889 | 2026-08-18T23:51:11.657Z | Compiling rustls-webpki v0.103.13 |
| 1890 | 2026-08-18T23:51:11.717Z | Compiling serde_tokenstream v0.2.3 |
| 1891 | 2026-08-18T23:51:11.965Z | Compiling http-body v1.1.0 |
| 1892 | 2026-08-18T23:51:12.122Z | Compiling unicode-width v0.2.2 |
| 1893 | 2026-08-18T23:51:12.145Z | Compiling atomic-waker v1.1.2 |
| 1894 | 2026-08-18T23:51:12.248Z | Compiling rustls v0.23.43 |
| 1895 | 2026-08-18T23:51:12.272Z | Compiling ecdsa v0.16.9 |
| 1896 | 2026-08-18T23:51:12.310Z | Compiling icu_properties v2.2.0 |
| 1897 | 2026-08-18T23:51:12.408Z | Compiling icu_normalizer v2.2.0 |
| 1898 | 2026-08-18T23:51:12.707Z | Compiling primeorder v0.13.6 |
| 1899 | 2026-08-18T23:51:12.938Z | Compiling fnv v1.0.7 |
| 1900 | 2026-08-18T23:51:12.983Z | Compiling keccak v0.1.6 |
| 1901 | 2026-08-18T23:51:13.002Z | Compiling tower-service v0.3.3 |
| 1902 | 2026-08-18T23:51:13.011Z | Compiling try-lock v0.2.5 |
| 1903 | 2026-08-18T23:51:13.031Z | Compiling hex v0.4.3 |
| 1904 | 2026-08-18T23:51:13.063Z | Compiling tower-layer v0.3.3 |
| 1905 | 2026-08-18T23:51:13.088Z | Compiling want v0.3.1 |
| 1906 | 2026-08-18T23:51:13.111Z | Compiling h2 v0.4.15 |
| 1907 | 2026-08-18T23:51:13.213Z | Compiling idna_adapter v1.2.2 |
| 1908 | 2026-08-18T23:51:13.349Z | Compiling ed25519 v2.2.3 |
| 1909 | 2026-08-18T23:51:13.389Z | Compiling curve25519-dalek v4.1.3 |
| 1910 | 2026-08-18T23:51:13.545Z | Compiling terminal_size v0.4.4 |
| 1911 | 2026-08-18T23:51:13.597Z | Compiling object v0.37.3 |
| 1912 | 2026-08-18T23:51:13.678Z | Compiling hashbrown v0.16.1 |
| 1913 | 2026-08-18T23:51:13.962Z | Compiling num-conv v0.2.2 |
| 1914 | 2026-08-18T23:51:14.115Z | Compiling time-core v0.1.9 |
| 1915 | 2026-08-18T23:51:14.253Z | Compiling httpdate v1.0.3 |
| 1916 | 2026-08-18T23:51:14.301Z | Compiling ryu v1.0.23 |
| 1917 | 2026-08-18T23:51:14.488Z | Compiling spin v0.9.9 |
| 1918 | 2026-08-18T23:51:14.499Z | Compiling time-macros v0.2.32 |
| 1919 | 2026-08-18T23:51:14.521Z | Compiling ed25519-dalek v2.2.0 |
| 1920 | 2026-08-18T23:51:14.805Z | Compiling darling_core v0.23.0 |
| 1921 | 2026-08-18T23:51:15.139Z | Compiling tokio-rustls v0.26.4 |
| 1922 | 2026-08-18T23:51:15.402Z | Compiling hyper v1.11.0 |
| 1923 | 2026-08-18T23:51:15.565Z | Compiling clap_builder v4.6.6 |
| 1924 | 2026-08-18T23:51:15.673Z | Compiling idna v1.1.0 |
| 1925 | 2026-08-18T23:51:16.087Z | Compiling backtrace v0.3.76 |
| 1926 | 2026-08-18T23:51:16.274Z | Compiling rand_core v0.9.5 |
| 1927 | 2026-08-18T23:51:16.428Z | Compiling ahash v0.8.12 |
| 1928 | 2026-08-18T23:51:16.482Z | Compiling x509-cert v0.2.5 |
| 1929 | 2026-08-18T23:51:16.543Z | Compiling async-trait v0.1.92 |
| 1930 | 2026-08-18T23:51:17.009Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1931 | 2026-08-18T23:51:17.222Z | Compiling data-encoding v2.11.1 |
| 1932 | 2026-08-18T23:51:17.445Z | Compiling num_threads v0.1.7 |
| 1933 | 2026-08-18T23:51:17.530Z | Compiling powerfmt v0.2.0 |
| 1934 | 2026-08-18T23:51:17.545Z | Compiling deranged v0.5.8 |
| 1935 | 2026-08-18T23:51:17.675Z | Compiling proc-macro-error2 v2.0.1 |
| 1936 | 2026-08-18T23:51:17.737Z | Compiling lazy_static v1.5.0 |
| 1937 | 2026-08-18T23:51:17.831Z | Compiling clap v4.6.6 |
| 1938 | 2026-08-18T23:51:17.911Z | Compiling darling_macro v0.23.0 |
| 1939 | 2026-08-18T23:51:17.941Z | Compiling hashbrown v0.14.5 |
| 1940 | 2026-08-18T23:51:18.061Z | Compiling backtrace-ext v0.2.1 |
| 1941 | 2026-08-18T23:51:18.068Z | Compiling hyper-util v0.1.20 |
| 1942 | 2026-08-18T23:51:18.239Z | Compiling rand_chacha v0.9.0 |
| 1943 | 2026-08-18T23:51:18.250Z | Compiling url v2.5.8 |
| 1944 | 2026-08-18T23:51:18.495Z | Compiling time v0.3.55 |
| 1945 | 2026-08-18T23:51:18.564Z | Compiling crossbeam-epoch v0.9.20 |
| 1946 | 2026-08-18T23:51:18.668Z | Compiling textwrap v0.16.2 |
| 1947 | 2026-08-18T23:51:18.804Z | Compiling supports-color v3.0.2 |
| 1948 | 2026-08-18T23:51:18.939Z | Compiling sha1 v0.10.7 |
| 1949 | 2026-08-18T23:51:18.960Z | Compiling miette-derive v7.6.0 |
| 1950 | 2026-08-18T23:51:19.090Z | Compiling hybrid-array v0.4.14 |
| 1951 | 2026-08-18T23:51:19.140Z | Compiling encoding_rs v0.8.35 |
| 1952 | 2026-08-18T23:51:19.158Z | Compiling static_assertions v1.1.0 |
| 1953 | 2026-08-18T23:51:19.232Z | Compiling cpufeatures v0.3.0 |
| 1954 | 2026-08-18T23:51:19.298Z | Compiling semver v1.0.28 |
| 1955 | 2026-08-18T23:51:19.308Z | Compiling mime v0.3.17 |
| 1956 | 2026-08-18T23:51:19.554Z | Compiling num-bigint-dig v0.8.6 |
| 1957 | 2026-08-18T23:51:19.589Z | Compiling crossbeam-deque v0.8.7 |
| 1958 | 2026-08-18T23:51:19.779Z | Compiling darling v0.23.0 |
| 1959 | 2026-08-18T23:51:19.799Z | Compiling chumsky v0.9.3 |
| 1960 | 2026-08-18T23:51:19.858Z | Compiling rand v0.9.5 |
| 1961 | 2026-08-18T23:51:19.994Z | Compiling knus-derive v3.4.0 |
| 1962 | 2026-08-18T23:51:20.085Z | Compiling miette v7.6.0 |
| 1963 | 2026-08-18T23:51:20.405Z | Compiling crc32fast v1.5.0 |
| 1964 | 2026-08-18T23:51:20.466Z | Compiling camino v1.2.5 |
| 1965 | 2026-08-18T23:51:20.729Z | Compiling serde_urlencoded v0.7.1 |
| 1966 | 2026-08-18T23:51:20.801Z | Compiling regress v0.11.1 |
| 1967 | 2026-08-18T23:51:20.892Z | Compiling http-body-util v0.1.4 |
| 1968 | 2026-08-18T23:51:21.007Z | Compiling half v2.7.1 |
| 1969 | 2026-08-18T23:51:21.076Z | Compiling pkcs1 v0.7.5 |
| 1970 | 2026-08-18T23:51:21.135Z | Compiling futures-executor v0.3.33 |
| 1971 | 2026-08-18T23:51:21.145Z | Compiling inout v0.1.4 |
| 1972 | 2026-08-18T23:51:21.277Z | Compiling thread_local v1.1.10 |
| 1973 | 2026-08-18T23:51:21.296Z | Compiling ipnetwork v0.21.1 |
| 1974 | 2026-08-18T23:51:21.399Z | Compiling ciborium-io v0.2.2 |
| 1975 | 2026-08-18T23:51:21.477Z | Compiling regex-syntax v0.8.11 |
| 1976 | 2026-08-18T23:51:21.490Z | Compiling fastrand v2.5.0 |
| 1977 | 2026-08-18T23:51:21.556Z | Compiling oxnet v0.1.6 |
| 1978 | 2026-08-18T23:51:21.608Z | Compiling ciborium-ll v0.2.2 |
| 1979 | 2026-08-18T23:51:21.618Z | Compiling knus v3.4.0 |
| 1980 | 2026-08-18T23:51:21.751Z | Compiling tempfile v3.27.0 |
| 1981 | 2026-08-18T23:51:21.821Z | Compiling rsa v0.9.10 |
| 1982 | 2026-08-18T23:51:22.183Z | Compiling futures v0.3.33 |
| 1983 | 2026-08-18T23:51:22.264Z | Compiling cipher v0.4.4 |
| 1984 | 2026-08-18T23:51:22.313Z | Compiling p384 v0.13.1 |
| 1985 | 2026-08-18T23:51:22.457Z | Compiling typify-impl v0.6.2 |
| 1986 | 2026-08-18T23:51:22.481Z | Compiling flate2 v1.1.9 |
| 1987 | 2026-08-18T23:51:22.505Z | Compiling serde_with_macros v3.22.0 |
| 1988 | 2026-08-18T23:51:22.534Z | Compiling rayon-core v1.13.0 |
| 1989 | 2026-08-18T23:51:22.985Z | Compiling crypto-common v0.2.2 |
| 1990 | 2026-08-18T23:51:23.274Z | Compiling block-buffer v0.12.1 |
| 1991 | 2026-08-18T23:51:23.439Z | Compiling hubpack_derive v0.1.1 |
| 1992 | 2026-08-18T23:51:23.516Z | Compiling sha3 v0.10.9 |
| 1993 | 2026-08-18T23:51:23.968Z | Compiling crossbeam-channel v0.5.16 |
| 1994 | 2026-08-18T23:51:23.980Z | Compiling newtype-uuid v1.4.0 |
| 1995 | 2026-08-18T23:51:24.059Z | Compiling ssh-encoding v0.2.0 |
| 1996 | 2026-08-18T23:51:24.184Z | Compiling openapiv3 v2.2.0 |
| 1997 | 2026-08-18T23:51:24.193Z | Compiling async-stream-impl v0.3.6 |
| 1998 | 2026-08-18T23:51:24.317Z | Compiling strum_macros v0.26.4 |
| 1999 | 2026-08-18T23:51:24.461Z | Compiling daft-derive v0.1.8 |
| 2000 | 2026-08-18T23:51:24.872Z | Compiling memmap2 v0.9.11 |
| 2001 | 2026-08-18T23:51:25.054Z | Compiling winnow v1.0.4 |
| 2002 | 2026-08-18T23:51:25.100Z | Compiling constant_time_eq v0.4.2 |
| 2003 | 2026-08-18T23:51:25.210Z | Compiling take_mut v0.2.2 |
| 2004 | 2026-08-18T23:51:25.276Z | Compiling utf-8 v0.7.6 |
| 2005 | 2026-08-18T23:51:25.325Z | Compiling term v1.2.1 |
| 2006 | 2026-08-18T23:51:25.416Z | Compiling match_cfg v0.1.0 |
| 2007 | 2026-08-18T23:51:25.458Z | Compiling arrayvec v0.7.8 |
| 2008 | 2026-08-18T23:51:25.487Z | Compiling compression-core v0.4.32 |
| 2009 | 2026-08-18T23:51:25.644Z | Compiling arrayref v0.3.9 |
| 2010 | 2026-08-18T23:51:25.663Z | Compiling const-oid v0.10.2 |
| 2011 | 2026-08-18T23:51:25.672Z | Compiling compression-codecs v0.4.38 |
| 2012 | 2026-08-18T23:51:25.711Z | Compiling blake3 v1.8.6 |
| 2013 | 2026-08-18T23:51:25.823Z | Compiling digest v0.11.3 |
| 2014 | 2026-08-18T23:51:25.868Z | Compiling slog-term v2.9.2 |
| 2015 | 2026-08-18T23:51:25.923Z | Compiling hostname v0.3.1 |
| 2016 | 2026-08-18T23:51:25.939Z | Compiling tungstenite v0.28.0 |
| 2017 | 2026-08-18T23:51:25.961Z | Compiling strum v0.26.3 |
| 2018 | 2026-08-18T23:51:25.986Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 2019 | 2026-08-18T23:51:26.025Z | Compiling slog-async v2.8.0 |
| 2020 | 2026-08-18T23:51:26.061Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 2021 | 2026-08-18T23:51:26.091Z | Compiling daft v0.1.8 |
| 2022 | 2026-08-18T23:51:26.293Z | Compiling async-stream v0.3.6 |
| 2023 | 2026-08-18T23:51:26.376Z | Compiling ssh-cipher v0.2.0 |
| 2024 | 2026-08-18T23:51:26.484Z | Compiling hubpack v0.1.2 |
| 2025 | 2026-08-18T23:51:26.534Z | Compiling serde_with v3.22.0 |
| 2026 | 2026-08-18T23:51:26.601Z | Compiling ciborium v0.2.2 |
| 2027 | 2026-08-18T23:51:26.638Z | Compiling omicron-workspace-hack v0.1.0 |
| 2028 | 2026-08-18T23:51:26.700Z | Compiling slog-json v2.6.1 |
| 2029 | 2026-08-18T23:51:26.728Z | Compiling p256 v0.13.2 |
| 2030 | 2026-08-18T23:51:26.918Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2031 | 2026-08-18T23:51:27.011Z | Compiling serde_spanned v1.1.1 |
| 2032 | 2026-08-18T23:51:27.118Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 2033 | 2026-08-18T23:51:27.162Z | Compiling sush-common v0.1.0 (/work/oxidecomputer/sush/common) |
| 2034 | 2026-08-18T23:51:27.195Z | Compiling unicode-segmentation v1.13.3 |
| 2035 | 2026-08-18T23:51:27.222Z | Compiling debug-ignore v1.0.5 |
| 2036 | 2026-08-18T23:51:27.325Z | Compiling toml v1.1.4+spec-1.1.0 |
| 2037 | 2026-08-18T23:51:27.339Z | Compiling ssh-key v0.6.7 |
| 2038 | 2026-08-18T23:51:27.494Z | Compiling slog-bunyan v2.5.0 |
| 2039 | 2026-08-18T23:51:27.614Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?tag=rel%2Fv21%2Frc1#3e5bafe8) |
| 2040 | 2026-08-18T23:51:27.631Z | Compiling tokio-tungstenite v0.28.0 |
| 2041 | 2026-08-18T23:51:27.919Z | Compiling multer v3.1.0 |
| 2042 | 2026-08-18T23:51:27.942Z | Compiling salty v0.3.0 |
| 2043 | 2026-08-18T23:51:28.114Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2044 | 2026-08-18T23:51:28.343Z | Compiling sha1 v0.11.0 |
| 2045 | 2026-08-18T23:51:28.419Z | Compiling rlimit v0.10.2 |
| 2046 | 2026-08-18T23:51:28.593Z | Compiling async-compression v0.4.43 |
| 2047 | 2026-08-18T23:51:28.622Z | Compiling waitgroup v0.1.2 |
| 2048 | 2026-08-18T23:51:28.763Z | Compiling dropshot_endpoint v0.17.1 |
| 2049 | 2026-08-18T23:51:28.823Z | Compiling rustls-pemfile v2.2.0 |
| 2050 | 2026-08-18T23:51:28.885Z | Compiling typify-macro v0.6.2 |
| 2051 | 2026-08-18T23:51:28.907Z | Compiling toml_datetime v0.6.11 |
| 2052 | 2026-08-18T23:51:29.023Z | Compiling serde_spanned v0.6.9 |
| 2053 | 2026-08-18T23:51:29.165Z | Compiling env_filter v2.0.0 |
| 2054 | 2026-08-18T23:51:29.177Z | Compiling aho-corasick v1.1.5 |
| 2055 | 2026-08-18T23:51:29.246Z | Compiling serde_path_to_error v0.1.20 |
| 2056 | 2026-08-18T23:51:29.506Z | Compiling sync_wrapper v1.0.2 |
| 2057 | 2026-08-18T23:51:29.605Z | Compiling hostname v0.4.2 |
| 2058 | 2026-08-18T23:51:29.617Z | Compiling http-range-header v0.4.2 |
| 2059 | 2026-08-18T23:51:29.750Z | Compiling winnow v0.7.15 |
| 2060 | 2026-08-18T23:51:29.847Z | Compiling tinyvec_macros v0.1.1 |
| 2061 | 2026-08-18T23:51:29.904Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2062 | 2026-08-18T23:51:29.914Z | Compiling toml_write v0.1.2 |
| 2063 | 2026-08-18T23:51:30.081Z | Compiling openssl-probe v0.2.1 |
| 2064 | 2026-08-18T23:51:30.108Z | Compiling bytesize v2.7.0 |
| 2065 | 2026-08-18T23:51:30.193Z | Compiling rustls-native-certs v0.8.4 |
| 2066 | 2026-08-18T23:51:30.412Z | Compiling regex-automata v0.4.18 |
| 2067 | 2026-08-18T23:51:30.424Z | Compiling dropshot v0.17.1 |
| 2068 | 2026-08-18T23:51:30.545Z | Compiling tinyvec v1.12.0 |
| 2069 | 2026-08-18T23:51:30.899Z | Compiling tower v0.5.3 |
| 2070 | 2026-08-18T23:51:31.067Z | Compiling env_logger v0.11.11 |
| 2071 | 2026-08-18T23:51:31.225Z | Compiling toml_edit v0.22.27 |
| 2072 | 2026-08-18T23:51:31.292Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2073 | 2026-08-18T23:51:31.480Z | Compiling serde-big-array v0.5.1 |
| 2074 | 2026-08-18T23:51:31.595Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2075 | 2026-08-18T23:51:31.616Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2076 | 2026-08-18T23:51:32.478Z | Compiling tap v1.0.1 |
| 2077 | 2026-08-18T23:51:32.605Z | Compiling corncobs v0.1.4 |
| 2078 | 2026-08-18T23:51:32.774Z | Compiling dashu-base v0.5.1 |
| 2079 | 2026-08-18T23:51:33.096Z | Compiling num-modular v0.6.5 |
| 2080 | 2026-08-18T23:51:34.073Z | Compiling dashu-int v0.5.1 |
| 2081 | 2026-08-18T23:51:34.150Z | Compiling sush-api v0.1.0 (/work/oxidecomputer/sush/api) |
| 2082 | 2026-08-18T23:51:35.466Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2083 | 2026-08-18T23:51:35.619Z | Compiling toml v0.8.23 |
| 2084 | 2026-08-18T23:51:35.886Z | Compiling wyz v0.5.1 |
| 2085 | 2026-08-18T23:51:35.894Z | Compiling regex v1.13.1 |
| 2086 | 2026-08-18T23:51:36.003Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2087 | 2026-08-18T23:51:36.132Z | Compiling tower-http v0.6.11 |
| 2088 | 2026-08-18T23:51:36.318Z | Compiling typify v0.6.2 |
| 2089 | 2026-08-18T23:51:36.403Z | Compiling proc-macro-error-attr v1.0.4 |
| 2090 | 2026-08-18T23:51:36.415Z | Compiling radium v0.7.0 |
| 2091 | 2026-08-18T23:51:36.620Z | Compiling rustls-platform-verifier v0.7.0 |
| 2092 | 2026-08-18T23:51:36.635Z | Compiling hyper-rustls v0.27.9 |
| 2093 | 2026-08-18T23:51:36.856Z | Compiling secrecy v0.8.0 |
| 2094 | 2026-08-18T23:51:36.938Z | Compiling enum-as-inner v0.6.1 |
| 2095 | 2026-08-18T23:51:37.006Z | Compiling smawk v0.3.3 |
| 2096 | 2026-08-18T23:51:37.044Z | Compiling linked-hash-map v0.5.6 |
| 2097 | 2026-08-18T23:51:37.132Z | Compiling num-primitive v0.2.1 |
| 2098 | 2026-08-18T23:51:37.230Z | Compiling funty v2.0.0 |
| 2099 | 2026-08-18T23:51:37.311Z | Compiling lru-cache v0.1.2 |
| 2100 | 2026-08-18T23:51:37.440Z | Compiling textwrap v0.15.2 |
| 2101 | 2026-08-18T23:51:37.532Z | Compiling hickory-proto v0.24.4 |
| 2102 | 2026-08-18T23:51:37.676Z | Compiling dsi-bitstream v0.10.1 |
| 2103 | 2026-08-18T23:51:37.699Z | Compiling bitvec v1.1.1 |
| 2104 | 2026-08-18T23:51:37.843Z | Compiling serde_yaml v0.9.34+deprecated |
| 2105 | 2026-08-18T23:51:38.327Z | Compiling progenitor-impl v0.14.0 |
| 2106 | 2026-08-18T23:51:38.345Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=b8782742d1bd91546887fbc1757a7d024a5469ef#b8782742) |
| 2107 | 2026-08-18T23:51:38.422Z | Compiling proc-macro-error v1.0.4 |
| 2108 | 2026-08-18T23:51:38.690Z | Compiling reqwest v0.13.4 |
| 2109 | 2026-08-18T23:51:39.358Z | Compiling suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe) |
| 2110 | 2026-08-18T23:51:39.549Z | Compiling heck v0.4.1 |
| 2111 | 2026-08-18T23:51:39.761Z | Compiling supports-hyperlinks v2.1.0 |
| 2112 | 2026-08-18T23:51:39.773Z | Compiling supports-color v2.1.0 |
| 2113 | 2026-08-18T23:51:39.782Z | Compiling supports-unicode v2.1.0 |
| 2114 | 2026-08-18T23:51:39.925Z | Compiling tokio-stream v0.1.19 |
| 2115 | 2026-08-18T23:51:39.925Z | Compiling miette-derive v5.10.0 |
| 2116 | 2026-08-18T23:51:39.986Z | Compiling nibble_vec v0.1.0 |
| 2117 | 2026-08-18T23:51:40.119Z | Compiling terminal_size v0.1.17 |
| 2118 | 2026-08-18T23:51:40.256Z | Compiling either v1.17.0 |
| 2119 | 2026-08-18T23:51:40.288Z | Compiling endian-type v0.1.2 |
| 2120 | 2026-08-18T23:51:40.396Z | Compiling resolv-conf v0.7.6 |
| 2121 | 2026-08-18T23:51:40.408Z | Compiling owo-colors v3.5.0 |
| 2122 | 2026-08-18T23:51:40.454Z | Compiling itertools v0.14.0 |
| 2123 | 2026-08-18T23:51:40.654Z | Compiling hickory-resolver v0.24.4 |
| 2124 | 2026-08-18T23:51:40.781Z | Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe) |
| 2125 | 2026-08-18T23:51:40.789Z | Compiling radix_trie v0.2.1 |
| 2126 | 2026-08-18T23:51:41.023Z | Compiling miette v5.10.0 |
| 2127 | 2026-08-18T23:51:41.087Z | Compiling progenitor-client v0.14.0 |
| 2128 | 2026-08-18T23:51:41.098Z | Compiling knuffel-derive v3.2.0 |
| 2129 | 2026-08-18T23:51:41.904Z | Compiling progenitor-macro v0.14.0 |
| 2130 | 2026-08-18T23:51:42.593Z | Compiling nix v0.30.1 |
| 2131 | 2026-08-18T23:51:42.674Z | Compiling signal-hook v0.3.18 |
| 2132 | 2026-08-18T23:51:42.878Z | Compiling portable-atomic v1.15.0 |
| 2133 | 2026-08-18T23:51:43.109Z | Compiling anyhow v1.0.104 |
| 2134 | 2026-08-18T23:51:43.346Z | Compiling console v0.16.4 |
| 2135 | 2026-08-18T23:51:43.418Z | Compiling derive-where v1.6.1 |
| 2136 | 2026-08-18T23:51:43.511Z | Compiling fd-lock v4.0.4 |
| 2137 | 2026-08-18T23:51:43.602Z | Compiling termios v0.3.3 |
| 2138 | 2026-08-18T23:51:43.636Z | Compiling unit-prefix v0.5.2 |
| 2139 | 2026-08-18T23:51:43.754Z | Compiling home v0.5.12 |
| 2140 | 2026-08-18T23:51:43.788Z | Compiling base64 v0.21.7 |
| 2141 | 2026-08-18T23:51:43.797Z | Compiling indicatif v0.18.6 |
| 2142 | 2026-08-18T23:51:43.885Z | Compiling rustyline v17.0.2 |
| 2143 | 2026-08-18T23:51:44.013Z | Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe) |
| 2144 | 2026-08-18T23:51:44.059Z | Compiling knuffel v3.2.0 |
| 2145 | 2026-08-18T23:51:44.677Z | Compiling qorb v0.4.1 |
| 2146 | 2026-08-18T23:51:44.796Z | Compiling pwd v1.4.0 |
| 2147 | 2026-08-18T23:51:44.796Z | Compiling tokio-fd v0.3.0 |
| 2148 | 2026-08-18T23:51:44.961Z | Compiling async-recursion v1.1.1 |
| 2149 | 2026-08-18T23:51:44.977Z | Compiling lru v0.18.2 |
| 2150 | 2026-08-18T23:51:44.985Z | Compiling xdg v3.0.0 |
| 2151 | 2026-08-18T23:51:45.144Z | Compiling humantime v2.4.0 |
| 2152 | 2026-08-18T23:51:45.391Z | Compiling shlex v1.3.0 |
| 2153 | 2026-08-18T23:51:45.422Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2154 | 2026-08-18T23:51:45.426Z | Compiling function_name v0.3.0 |
| 2155 | 2026-08-18T23:51:45.498Z | Compiling xtask v0.1.0 (/work/oxidecomputer/sush/xtask) |
| 2156 | 2026-08-18T23:51:47.265Z | Compiling sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=b8782742d1bd91546887fbc1757a7d024a5469ef#b8782742) |
| 2157 | 2026-08-18T23:51:47.348Z | Compiling sush-server v0.1.0 (/work/oxidecomputer/sush/server) |
| 2158 | 2026-08-18T23:51:47.495Z | Compiling progenitor v0.14.0 |
| 2159 | 2026-08-18T23:51:47.597Z | Compiling sush-client v0.1.0 (/work/oxidecomputer/sush/client) |
| 2160 | 2026-08-18T23:51:49.810Z | Compiling sush-tests v0.1.0 (/work/oxidecomputer/sush/tests) |
| 2161 | 2026-08-18T23:52:06.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 2162 | 2026-08-18T23:52:06.659Z | 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-18T23:52:06.659Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 2164 | 2026-08-18T23:52:06.783Z | cargo nextest run --run-ignored all |
| 2165 | 2026-08-18T23:52:07.696Z | Compiling serde_json v1.0.151 |
| 2166 | 2026-08-18T23:52:07.816Z | Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe) |
| 2167 | 2026-08-18T23:52:07.828Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2168 | 2026-08-18T23:52:08.372Z | Compiling schemars v0.8.22 |
| 2169 | 2026-08-18T23:52:08.372Z | Compiling openapiv3 v2.2.0 |
| 2170 | 2026-08-18T23:52:08.375Z | Compiling slog-json v2.6.1 |
| 2171 | 2026-08-18T23:52:08.376Z | Compiling reqwest v0.13.4 |
| 2172 | 2026-08-18T23:52:08.376Z | Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2173 | 2026-08-18T23:52:08.609Z | Compiling slog-bunyan v2.5.0 |
| 2174 | 2026-08-18T23:52:09.096Z | Compiling oxnet v0.1.6 |
| 2175 | 2026-08-18T23:52:09.591Z | Compiling daft v0.1.8 |
| 2176 | 2026-08-18T23:52:09.861Z | Compiling dropshot v0.17.1 |
| 2177 | 2026-08-18T23:52:09.937Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?tag=rel%2Fv21%2Frc1#3e5bafe8) |
| 2178 | 2026-08-18T23:52:10.053Z | Compiling typify-impl v0.6.2 |
| 2179 | 2026-08-18T23:52:10.185Z | Compiling sush-common v0.1.0 (/work/oxidecomputer/sush/common) |
| 2180 | 2026-08-18T23:52:10.340Z | Compiling progenitor-client v0.14.0 |
| 2181 | 2026-08-18T23:52:12.737Z | Compiling sush-api v0.1.0 (/work/oxidecomputer/sush/api) |
| 2182 | 2026-08-18T23:52:13.377Z | Compiling sush-server v0.1.0 (/work/oxidecomputer/sush/server) |
| 2183 | 2026-08-18T23:52:14.585Z | Compiling typify-macro v0.6.2 |
| 2184 | 2026-08-18T23:52:15.189Z | Compiling xtask v0.1.0 (/work/oxidecomputer/sush/xtask) |
| 2185 | 2026-08-18T23:52:16.306Z | Compiling typify v0.6.2 |
| 2186 | 2026-08-18T23:52:16.371Z | Compiling progenitor-impl v0.14.0 |
| 2187 | 2026-08-18T23:52:18.837Z | Compiling progenitor-macro v0.14.0 |
| 2188 | 2026-08-18T23:52:22.983Z | Compiling progenitor v0.14.0 |
| 2189 | 2026-08-18T23:52:23.134Z | Compiling sush-client v0.1.0 (/work/oxidecomputer/sush/client) |
| 2190 | 2026-08-18T23:52:25.424Z | Compiling sush-tests v0.1.0 (/work/oxidecomputer/sush/tests) |
| 2191 | 2026-08-18T23:53:52.229Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 44s |
| 2192 | 2026-08-18T23:53:52.238Z | 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-18T23:53:52.238Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 2194 | 2026-08-18T23:53:52.451Z | ──────────── |
| 2195 | 2026-08-18T23:53:52.451Z | Nextest run ID b5fefee3-29c8-4c08-ad87-47c8aa785306 with nextest profile: default |
| 2196 | 2026-08-18T23:53:52.451Z | Starting 82 tests across 11 binaries |
| 2197 | 2026-08-18T23:53:52.461Z | PASS [ 0.011s] ( 1/82) sush-client agent::test::request_identities_frame |
| 2198 | 2026-08-18T23:53:52.462Z | PASS [ 0.011s] ( 2/82) sush-client agent::test::sign_request_frame |
| 2199 | 2026-08-18T23:53:52.462Z | PASS [ 0.011s] ( 3/82) sush-client agent::test::sign_response_roundtrip |
| 2200 | 2026-08-18T23:53:52.462Z | PASS [ 0.012s] ( 4/82) sush-client agent::test::identities_answer_roundtrip |
| 2201 | 2026-08-18T23:53:52.462Z | PASS [ 0.012s] ( 5/82) sush-client agent::test::malformed_payloads |
| 2202 | 2026-08-18T23:53:52.462Z | PASS [ 0.013s] ( 6/82) sush-client cli::rack::rack_drawing |
| 2203 | 2026-08-18T23:53:52.481Z | PASS [ 0.016s] ( 7/82) sush-client commands::client_args |
| 2204 | 2026-08-18T23:53:52.481Z | PASS [ 0.008s] ( 8/82) sush-client commands::watch_settling |
| 2205 | 2026-08-18T23:53:52.481Z | PASS [ 0.008s] ( 9/82) sush-client commands::target_arg |
| 2206 | 2026-08-18T23:53:52.481Z | PASS [ 0.009s] (10/82) sush-client tls::test::descoped_urls |
| 2207 | 2026-08-18T23:53:52.481Z | PASS [ 0.012s] (11/82) sush-common authn::test::authn_errors |
| 2208 | 2026-08-18T23:53:52.486Z | PASS [ 0.006s] (12/82) sush-common authn::test::seq_windows |
| 2209 | 2026-08-18T23:53:52.486Z | PASS [ 0.007s] (13/82) sush-common codephrases::test::constant_codephrases |
| 2210 | 2026-08-18T23:53:52.486Z | PASS [ 0.006s] (14/82) sush-common codephrases::test::leading_zeros_after_truncation |
| 2211 | 2026-08-18T23:53:52.486Z | PASS [ 0.006s] (15/82) sush-common codephrases::test::non_phrases |
| 2212 | 2026-08-18T23:53:52.486Z | PASS [ 0.006s] (16/82) sush-common codephrases::test::trivial_codephrases |
| 2213 | 2026-08-18T23:53:52.500Z | PASS [ 0.006s] (17/82) sush-common jobs::test::interactive_targets |
| 2214 | 2026-08-18T23:53:52.507Z | PASS [ 0.006s] (18/82) sush-common jobs::test::limits_clamp |
| 2215 | 2026-08-18T23:53:52.513Z | PASS [ 0.054s] (19/82) sush-common authn::test::bound_requests |
| 2216 | 2026-08-18T23:53:52.519Z | PASS [ 0.006s] (20/82) sush-common keys::test::test_sk_split |
| 2217 | 2026-08-18T23:53:52.532Z | PASS [ 0.006s] (21/82) sush-common targets::test::targets_include |
| 2218 | 2026-08-18T23:53:52.539Z | PASS [ 0.006s] (22/82) sush-common targets::test::targets_parse |
| 2219 | 2026-08-18T23:53:52.540Z | PASS [ 0.006s] (23/82) sush-common targets::test::targets_round_trip |
| 2220 | 2026-08-18T23:53:52.558Z | PASS [ 0.007s] (24/82) sush-common wordlist::test::verify_wordlist |
| 2221 | 2026-08-18T23:53:52.570Z | PASS [ 0.096s] (25/82) sush-common codephrases::test::id_phrases |
| 2222 | 2026-08-18T23:53:52.579Z | PASS [ 0.011s] (26/82) sush-server messages::wire_format::identity_login_request |
| 2223 | 2026-08-18T23:53:52.598Z | PASS [ 0.127s] (27/82) sush-client commands::output_needs_target |
| 2224 | 2026-08-18T23:53:52.598Z | PASS [ 0.007s] (28/82) sush-server messages::wire_format::job_start_request |
| 2225 | 2026-08-18T23:53:52.606Z | PASS [ 0.007s] (29/82) sush-server messages::wire_format::session_allow_attach_request |
| 2226 | 2026-08-18T23:53:52.606Z | PASS [ 0.007s] (30/82) sush-server messages::wire_format::session_deny_attach_request |
| 2227 | 2026-08-18T23:53:52.606Z | PASS [ 0.006s] (31/82) sush-server messages::wire_format::session_start_request |
| 2228 | 2026-08-18T23:53:52.606Z | PASS [ 0.006s] (32/82) sush-server messages::wire_format::session_stop_request |
| 2229 | 2026-08-18T23:53:52.606Z | PASS [ 0.006s] (33/82) sush-server messages::wire_format::version_event |
| 2230 | 2026-08-18T23:53:52.606Z | PASS [ 0.007s] (34/82) sush-server proxy::test::home_preference |
| 2231 | 2026-08-18T23:53:52.617Z | PASS [ 0.007s] (35/82) sush-server proxy::test::named_targets |
| 2232 | 2026-08-18T23:53:52.618Z | PASS [ 0.006s] (36/82) sush-server proxy::test::resolution |
| 2233 | 2026-08-18T23:53:52.631Z | PASS [ 0.150s] (37/82) sush-common authn::test::challenge_response |
| 2234 | 2026-08-18T23:53:52.631Z | PASS [ 0.007s] (38/82) sush-server proxy::test::version_interception |
| 2235 | 2026-08-18T23:53:52.631Z | PASS [ 0.007s] (39/82) sush-server pty::test::pty |
| 2236 | 2026-08-18T23:53:52.632Z | PASS [ 0.007s] (40/82) sush-server pty::test::set_window_size |
| 2237 | 2026-08-18T23:53:52.696Z | PASS [ 0.243s] (41/82) sush-client identity::test::ssh_identities |
| 2238 | 2026-08-18T23:53:52.749Z | PASS [ 0.267s] (42/82) sush-common codephrases::test::random_codephrases |
| 2239 | 2026-08-18T23:53:52.909Z | PASS [ 0.414s] (43/82) sush-common keys::test::signing |
| 2240 | 2026-08-18T23:53:53.762Z | PASS [ 1.221s] (44/82) sush-server job::test::tty |
| 2241 | 2026-08-18T23:53:53.929Z | PASS [ 0.167s] (45/82) sush-tests integration_tests::client_proxy_server |
| 2242 | 2026-08-18T23:53:54.035Z | PASS [ 0.106s] (46/82) sush-tests integration_tests::client_server |
| 2243 | 2026-08-18T23:53:54.300Z | PASS [ 1.388s] (47/82) sush-server::link gossip_convergence |
| 2244 | 2026-08-18T23:53:54.503Z | PASS [ 2.055s] (48/82) sush-client cli::test::cert_chains |
| 2245 | 2026-08-18T23:53:54.512Z | PASS [ 0.464s] (49/82) sush-tests integration_tests::client_tls_proxy_server |
| 2246 | 2026-08-18T23:53:54.529Z | PASS [ 0.234s] (50/82) sush-tests integration_tests::interactive_job |
| 2247 | 2026-08-18T23:53:54.543Z | PASS [ 0.011s] (51/82) sush-tests manager_tests::bad_root_cert_files |
| 2248 | 2026-08-18T23:53:54.554Z | PASS [ 0.049s] (52/82) sush-tests manager_tests::attribution |
| 2249 | 2026-08-18T23:53:54.588Z | PASS [ 0.046s] (53/82) sush-tests manager_tests::cancel_queued_job |
| 2250 | 2026-08-18T23:53:54.598Z | PASS [ 0.049s] (54/82) sush-tests manager_tests::cert_chain |
| 2251 | 2026-08-18T23:53:54.674Z | PASS [ 0.085s] (55/82) sush-tests manager_tests::cert_revoke |
| 2252 | 2026-08-18T23:53:54.705Z | PASS [ 0.107s] (56/82) sush-tests manager_tests::cubby_targets |
| 2253 | 2026-08-18T23:53:54.755Z | PASS [ 0.044s] (57/82) sush-tests manager_tests::homonym_issuer_resolves_to_true_parent |
| 2254 | 2026-08-18T23:53:54.777Z | PASS [ 0.092s] (58/82) sush-tests manager_tests::gossiped_identities |
| 2255 | 2026-08-18T23:53:54.785Z | PASS [ 0.268s] (59/82) sush-tests manager_tests::attach_grants |
| 2256 | 2026-08-18T23:53:54.809Z | PASS [ 0.041s] (60/82) sush-tests manager_tests::iam_revoke |
| 2257 | 2026-08-18T23:53:54.818Z | PASS [ 0.045s] (61/82) sush-tests manager_tests::iam |
| 2258 | 2026-08-18T23:53:54.842Z | PASS [ 0.028s] (62/82) sush-tests manager_tests::interactive_target_required |
| 2259 | 2026-08-18T23:53:54.853Z | PASS [ 0.036s] (63/82) sush-tests manager_tests::job_json |
| 2260 | 2026-08-18T23:53:54.870Z | PASS [ 0.099s] (64/82) sush-tests manager_tests::hostile_imports_cannot_displace |
| 2261 | 2026-08-18T23:53:54.894Z | PASS [ 0.038s] (65/82) sush-tests manager_tests::job_output_perms |
| 2262 | 2026-08-18T23:53:54.899Z | PASS [ 0.049s] (66/82) sush-tests manager_tests::job_output_dir_moves |
| 2263 | 2026-08-18T23:53:54.899Z | PASS [ 0.037s] (67/82) sush-tests manager_tests::job_signal_dispositions |
| 2264 | 2026-08-18T23:53:54.928Z | PASS [ 0.038s] (68/82) sush-tests manager_tests::job_stop |
| 2265 | 2026-08-18T23:53:54.934Z | PASS [ 0.041s] (69/82) sush-tests manager_tests::job_targets |
| 2266 | 2026-08-18T23:53:54.961Z | PASS [ 0.074s] (70/82) sush-tests manager_tests::jobs |
| 2267 | 2026-08-18T23:53:54.997Z | PASS [ 0.038s] (71/82) sush-tests manager_tests::root_certs_from_files |
| 2268 | 2026-08-18T23:53:55.035Z | PASS [ 0.036s] (72/82) sush-tests manager_tests::shutdown |
| 2269 | 2026-08-18T23:53:55.071Z | PASS [ 0.135s] (73/82) sush-tests manager_tests::revocation_tombstones |
| 2270 | 2026-08-18T23:53:55.112Z | PASS [ 0.053s] (74/82) sush-tests manager_tests::too_much_output |
| 2271 | 2026-08-18T23:53:55.215Z | PASS [ 0.102s] (75/82) sush-tests manager_tests::universe_swap |
| 2272 | 2026-08-18T23:53:55.566Z | PASS [ 2.930s] (76/82) sush-server::distributed jobs_gossip_between_sleds |
| 2273 | 2026-08-18T23:53:55.615Z | PASS [ 0.691s] (77/82) sush-tests manager_tests::output_ranges |
| 2274 | 2026-08-18T23:53:56.370Z | PASS [ 1.311s] (78/82) sush-tests manager_tests::too_much_cpu |
| 2275 | 2026-08-18T23:53:58.376Z | PASS [ 5.758s] (79/82) sush-server::gossip cold_start_converges |
| 2276 | 2026-08-18T23:53:58.464Z | PASS [ 5.753s] (80/82) sush-server::gossip staggered_start_converges |
| 2277 | 2026-08-18T23:54:00.924Z | PASS [ 8.295s] (81/82) sush-server::gossip node_replacement_reconverges |
| 2278 | 2026-08-18T23:54:35.832Z | PASS [ 43.089s] (82/82) sush-server::link conformance |
| 2279 | 2026-08-18T23:54:35.833Z | ──────────── |
| 2280 | 2026-08-18T23:54:35.833Z | Summary [ 43.389s] 82 tests run: 82 passed, 0 skipped |
| 2281 | 2026-08-18T23:54:35.847Z | cargo test --doc |
| 2282 | 2026-08-18T23:54:36.589Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2283 | 2026-08-18T23:54:36.595Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 2284 | 2026-08-18T23:54:36.596Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 2285 | 2026-08-18T23:54:36.626Z | Doc-tests sush_api |
| 2286 | 2026-08-18T23:54:37.784Z | |
| 2287 | 2026-08-18T23:54:37.784Z | running 2 tests |
| 2288 | 2026-08-18T23:54:37.784Z | test api/src/lib.rs - sush_api_mod::api_description (line 42) ... ignored |
| 2289 | 2026-08-18T23:54:37.784Z | test api/src/lib.rs - sush_api_mod::stub_api_description (line 48) ... ignored |
| 2290 | 2026-08-18T23:54:37.784Z | |
| 2291 | 2026-08-18T23:54:37.784Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2292 | 2026-08-18T23:54:37.784Z | |
| 2293 | 2026-08-18T23:54:37.790Z | all doctests ran in 0.57s; merged doctests compilation took 0.57s |
| 2294 | 2026-08-18T23:54:37.797Z | Doc-tests sush_client |
| 2295 | 2026-08-18T23:54:38.666Z | |
| 2296 | 2026-08-18T23:54:38.666Z | running 21 tests |
| 2297 | 2026-08-18T23:54:38.666Z | test client/src/lib.rs - Client::cert_chain (line 73) ... ignored |
| 2298 | 2026-08-18T23:54:38.666Z | test client/src/lib.rs - Client::cert_import (line 74) ... ignored |
| 2299 | 2026-08-18T23:54:38.666Z | test client/src/lib.rs - Client::cert_revoke (line 74) ... ignored |
| 2300 | 2026-08-18T23:54:38.666Z | test client/src/lib.rs - Client::iam (line 72) ... ignored |
| 2301 | 2026-08-18T23:54:38.666Z | test client/src/lib.rs - Client::iam_revoke (line 74) ... ignored |
| 2302 | 2026-08-18T23:54:38.667Z | test client/src/lib.rs - Client::identities (line 72) ... ignored |
| 2303 | 2026-08-18T23:54:38.667Z | test client/src/lib.rs - Client::job_attach (line 73) ... ignored |
| 2304 | 2026-08-18T23:54:38.667Z | test client/src/lib.rs - Client::job_history (line 74) ... ignored |
| 2305 | 2026-08-18T23:54:38.667Z | test client/src/lib.rs - Client::job_output (line 77) ... ignored |
| 2306 | 2026-08-18T23:54:38.667Z | test client/src/lib.rs - Client::job_start (line 80) ... ignored |
| 2307 | 2026-08-18T23:54:38.667Z | test client/src/lib.rs - Client::job_status (line 71) ... ignored |
| 2308 | 2026-08-18T23:54:38.667Z | test client/src/lib.rs - Client::job_stop (line 72) ... ignored |
| 2309 | 2026-08-18T23:54:38.667Z | test client/src/lib.rs - Client::session (line 70) ... ignored |
| 2310 | 2026-08-18T23:54:38.667Z | test client/src/lib.rs - Client::session_allow_attach (line 75) ... ignored |
| 2311 | 2026-08-18T23:54:38.667Z | test client/src/lib.rs - Client::session_deny_attach (line 74) ... ignored |
| 2312 | 2026-08-18T23:54:38.681Z | test client/src/lib.rs - Client::session_skip_job (line 72) ... ignored |
| 2313 | 2026-08-18T23:54:38.681Z | test client/src/lib.rs - Client::session_start (line 74) ... ignored |
| 2314 | 2026-08-18T23:54:38.681Z | test client/src/lib.rs - Client::session_stop (line 71) ... ignored |
| 2315 | 2026-08-18T23:54:38.681Z | test client/src/lib.rs - Client::target (line 70) ... ignored |
| 2316 | 2026-08-18T23:54:38.681Z | test client/src/lib.rs - Client::version (line 70) ... ignored |
| 2317 | 2026-08-18T23:54:38.681Z | test client/src/lib.rs - Client::versions (line 70) ... ignored |
| 2318 | 2026-08-18T23:54:38.681Z | |
| 2319 | 2026-08-18T23:54:38.690Z | test result: ok. 0 passed; 0 failed; 21 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2320 | 2026-08-18T23:54:38.691Z | |
| 2321 | 2026-08-18T23:54:38.691Z | all doctests ran in 0.32s; merged doctests compilation took 0.31s |
| 2322 | 2026-08-18T23:54:38.697Z | Doc-tests sush_common |
| 2323 | 2026-08-18T23:54:38.934Z | |
| 2324 | 2026-08-18T23:54:38.934Z | running 0 tests |
| 2325 | 2026-08-18T23:54:38.934Z | |
| 2326 | 2026-08-18T23:54:38.934Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2327 | 2026-08-18T23:54:38.934Z | |
| 2328 | 2026-08-18T23:54:38.950Z | Doc-tests sush_server |
| 2329 | 2026-08-18T23:54:39.273Z | |
| 2330 | 2026-08-18T23:54:39.277Z | running 0 tests |
| 2331 | 2026-08-18T23:54:39.277Z | |
| 2332 | 2026-08-18T23:54:39.277Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2333 | 2026-08-18T23:54:39.277Z | |
| 2334 | 2026-08-18T23:54:39.293Z | Doc-tests sush_tests |
| 2335 | 2026-08-18T23:54:39.324Z | |
| 2336 | 2026-08-18T23:54:39.324Z | running 0 tests |
| 2337 | 2026-08-18T23:54:39.324Z | |
| 2338 | 2026-08-18T23:54:39.324Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2339 | 2026-08-18T23:54:39.324Z | |
| 2340 | 2026-08-18T23:54:39.357Z | cargo xtask openapi && git diff --exit-code sush.json |
| 2341 | 2026-08-18T23:54:39.667Z | Compiling libc v0.2.189 |
| 2342 | 2026-08-18T23:54:39.667Z | Compiling zeroize v1.9.0 |
| 2343 | 2026-08-18T23:54:39.674Z | Compiling proc-macro2 v1.0.107 |
| 2344 | 2026-08-18T23:54:39.674Z | Compiling quote v1.0.47 |
| 2345 | 2026-08-18T23:54:39.733Z | Compiling smallvec v1.15.2 |
| 2346 | 2026-08-18T23:54:39.744Z | Compiling hashbrown v0.17.1 |
| 2347 | 2026-08-18T23:54:39.775Z | Compiling num-traits v0.2.19 |
| 2348 | 2026-08-18T23:54:39.775Z | Compiling zerocopy v0.8.56 |
| 2349 | 2026-08-18T23:54:39.775Z | Compiling rustc_version v0.4.1 |
| 2350 | 2026-08-18T23:54:39.950Z | Compiling generic-array v0.14.7 |
| 2351 | 2026-08-18T23:54:39.958Z | Compiling log v0.4.33 |
| 2352 | 2026-08-18T23:54:40.062Z | Compiling errno v0.3.14 |
| 2353 | 2026-08-18T23:54:40.100Z | Compiling jobserver v0.1.35 |
| 2354 | 2026-08-18T23:54:40.118Z | Compiling getrandom v0.2.17 |
| 2355 | 2026-08-18T23:54:40.149Z | Compiling parking_lot_core v0.9.12 |
| 2356 | 2026-08-18T23:54:40.204Z | Compiling signal-hook-registry v1.4.8 |
| 2357 | 2026-08-18T23:54:40.286Z | Compiling rand_core v0.6.4 |
| 2358 | 2026-08-18T23:54:40.295Z | Compiling cc v1.4.2 |
| 2359 | 2026-08-18T23:54:40.411Z | Compiling crypto-common v0.1.7 |
| 2360 | 2026-08-18T23:54:40.429Z | Compiling block-buffer v0.10.4 |
| 2361 | 2026-08-18T23:54:40.451Z | Compiling parking_lot v0.12.5 |
| 2362 | 2026-08-18T23:54:40.507Z | Compiling socket2 v0.6.5 |
| 2363 | 2026-08-18T23:54:40.552Z | Compiling digest v0.10.7 |
| 2364 | 2026-08-18T23:54:40.618Z | Compiling mio v1.2.2 |
| 2365 | 2026-08-18T23:54:40.684Z | Compiling syn v2.0.119 |
| 2366 | 2026-08-18T23:54:40.731Z | Compiling syn v3.0.3 |
| 2367 | 2026-08-18T23:54:40.858Z | Compiling getrandom v0.4.3 |
| 2368 | 2026-08-18T23:54:40.953Z | Compiling ff v0.13.1 |
| 2369 | 2026-08-18T23:54:41.005Z | Compiling uuid v1.24.0 |
| 2370 | 2026-08-18T23:54:41.059Z | Compiling cmake v0.1.58 |
| 2371 | 2026-08-18T23:54:41.084Z | Compiling getrandom v0.3.4 |
| 2372 | 2026-08-18T23:54:41.262Z | Compiling group v0.13.0 |
| 2373 | 2026-08-18T23:54:41.322Z | Compiling signature v2.2.0 |
| 2374 | 2026-08-18T23:54:41.405Z | Compiling sha2 v0.10.9 |
| 2375 | 2026-08-18T23:54:41.432Z | Compiling crypto-bigint v0.5.5 |
| 2376 | 2026-08-18T23:54:41.442Z | Compiling rustix v1.1.4 |
| 2377 | 2026-08-18T23:54:41.463Z | Compiling rand_core v0.9.5 |
| 2378 | 2026-08-18T23:54:41.601Z | Compiling aws-lc-sys v0.44.0 |
| 2379 | 2026-08-18T23:54:41.675Z | Compiling hmac v0.12.1 |
| 2380 | 2026-08-18T23:54:41.808Z | Compiling indexmap v2.14.0 |
| 2381 | 2026-08-18T23:54:42.428Z | Compiling curve25519-dalek v4.1.3 |
| 2382 | 2026-08-18T23:54:42.437Z | Compiling rustls-pki-types v1.15.1 |
| 2383 | 2026-08-18T23:54:42.628Z | Compiling ppv-lite86 v0.2.21 |
| 2384 | 2026-08-18T23:54:42.710Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 2385 | 2026-08-18T23:54:42.924Z | Compiling rand_chacha v0.9.0 |
| 2386 | 2026-08-18T23:54:42.943Z | Compiling time v0.3.55 |
| 2387 | 2026-08-18T23:54:42.958Z | Compiling tracing v0.1.44 |
| 2388 | 2026-08-18T23:54:43.265Z | Compiling rfc6979 v0.4.0 |
| 2389 | 2026-08-18T23:54:43.366Z | Compiling inout v0.1.4 |
| 2390 | 2026-08-18T23:54:43.382Z | Compiling rustls v0.23.43 |
| 2391 | 2026-08-18T23:54:43.494Z | Compiling serde_derive_internals v0.29.1 |
| 2392 | 2026-08-18T23:54:43.589Z | Compiling borsh v1.8.0 |
| 2393 | 2026-08-18T23:54:43.611Z | Compiling cipher v0.4.4 |
| 2394 | 2026-08-18T23:54:43.815Z | Compiling proc-macro-crate v3.5.0 |
| 2395 | 2026-08-18T23:54:43.863Z | Compiling rand v0.9.5 |
| 2396 | 2026-08-18T23:54:43.898Z | Compiling serde_derive v1.0.229 |
| 2397 | 2026-08-18T23:54:43.983Z | Compiling tokio-macros v2.7.2 |
| 2398 | 2026-08-18T23:54:44.209Z | Compiling thiserror-impl v2.0.20 |
| 2399 | 2026-08-18T23:54:44.223Z | Compiling daft-derive v0.1.8 |
| 2400 | 2026-08-18T23:54:44.438Z | Compiling ssh-encoding v0.2.0 |
| 2401 | 2026-08-18T23:54:44.465Z | Compiling blake3 v1.8.6 |
| 2402 | 2026-08-18T23:54:44.588Z | Compiling der_derive v0.7.3 |
| 2403 | 2026-08-18T23:54:44.688Z | Compiling futures-macro v0.3.33 |
| 2404 | 2026-08-18T23:54:44.697Z | Compiling tokio v1.53.1 |
| 2405 | 2026-08-18T23:54:44.847Z | Compiling schemars_derive v0.8.22 |
| 2406 | 2026-08-18T23:54:44.933Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2407 | 2026-08-18T23:54:45.389Z | Compiling thiserror v2.0.20 |
| 2408 | 2026-08-18T23:54:45.490Z | Compiling newtype-uuid v1.4.0 |
| 2409 | 2026-08-18T23:54:45.497Z | Compiling futures-util v0.3.33 |
| 2410 | 2026-08-18T23:54:45.532Z | Compiling der v0.7.10 |
| 2411 | 2026-08-18T23:54:45.648Z | Compiling sha1 v0.10.7 |
| 2412 | 2026-08-18T23:54:45.870Z | Compiling tungstenite v0.28.0 |
| 2413 | 2026-08-18T23:54:46.014Z | Compiling hostname v0.3.1 |
| 2414 | 2026-08-18T23:54:46.477Z | Compiling serde v1.0.229 |
| 2415 | 2026-08-18T23:54:46.662Z | Compiling spki v0.7.3 |
| 2416 | 2026-08-18T23:54:46.865Z | Compiling pkcs8 v0.10.2 |
| 2417 | 2026-08-18T23:54:46.870Z | Compiling ssh-cipher v0.2.0 |
| 2418 | 2026-08-18T23:54:46.898Z | Compiling async-stream-impl v0.3.6 |
| 2419 | 2026-08-18T23:54:47.000Z | Compiling erased-serde v0.3.31 |
| 2420 | 2026-08-18T23:54:47.032Z | Compiling chrono v0.4.45 |
| 2421 | 2026-08-18T23:54:47.131Z | Compiling sec1 v0.7.3 |
| 2422 | 2026-08-18T23:54:47.232Z | Compiling ed25519 v2.2.3 |
| 2423 | 2026-08-18T23:54:47.410Z | Compiling slog v2.8.2 |
| 2424 | 2026-08-18T23:54:47.658Z | Compiling elliptic-curve v0.13.8 |
| 2425 | 2026-08-18T23:54:47.691Z | Compiling ed25519-dalek v2.2.0 |
| 2426 | 2026-08-18T23:54:47.691Z | Compiling serde_tokenstream v0.2.3 |
| 2427 | 2026-08-18T23:54:47.799Z | Compiling slog-json v2.6.1 |
| 2428 | 2026-08-18T23:54:47.828Z | Compiling ecdsa v0.16.9 |
| 2429 | 2026-08-18T23:54:47.836Z | Compiling primeorder v0.13.6 |
| 2430 | 2026-08-18T23:54:47.857Z | Compiling futures-executor v0.3.33 |
| 2431 | 2026-08-18T23:54:48.007Z | Compiling schemars v0.8.22 |
| 2432 | 2026-08-18T23:54:48.055Z | Compiling thiserror-impl v1.0.69 |
| 2433 | 2026-08-18T23:54:48.110Z | Compiling borsh-derive v1.8.0 |
| 2434 | 2026-08-18T23:54:48.154Z | Compiling rand_chacha v0.3.1 |
| 2435 | 2026-08-18T23:54:48.478Z | Compiling tokio-util v0.7.19 |
| 2436 | 2026-08-18T23:54:48.522Z | Compiling p256 v0.13.2 |
| 2437 | 2026-08-18T23:54:48.606Z | Compiling memmap2 v0.9.11 |
| 2438 | 2026-08-18T23:54:48.828Z | Compiling oxnet v0.1.6 |
| 2439 | 2026-08-18T23:54:48.894Z | Compiling is-terminal v0.4.17 |
| 2440 | 2026-08-18T23:54:48.990Z | Compiling h2 v0.4.15 |
| 2441 | 2026-08-18T23:54:49.127Z | Compiling daft v0.1.8 |
| 2442 | 2026-08-18T23:54:49.178Z | Compiling spin v0.9.9 |
| 2443 | 2026-08-18T23:54:49.294Z | Compiling slog-term v2.9.2 |
| 2444 | 2026-08-18T23:54:49.312Z | Compiling tempfile v3.27.0 |
| 2445 | 2026-08-18T23:54:49.382Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?tag=rel%2Fv21%2Frc1#3e5bafe8) |
| 2446 | 2026-08-18T23:54:49.456Z | Compiling slog-async v2.8.0 |
| 2447 | 2026-08-18T23:54:49.716Z | Compiling multer v3.1.0 |
| 2448 | 2026-08-18T23:54:49.883Z | Compiling serde_urlencoded v0.7.1 |
| 2449 | 2026-08-18T23:54:49.988Z | Compiling thiserror v1.0.69 |
| 2450 | 2026-08-18T23:54:50.013Z | Compiling ssh-key v0.6.7 |
| 2451 | 2026-08-18T23:54:50.088Z | Compiling rand v0.8.7 |
| 2452 | 2026-08-18T23:54:50.103Z | Compiling tokio-tungstenite v0.28.0 |
| 2453 | 2026-08-18T23:54:50.111Z | Compiling async-compression v0.4.43 |
| 2454 | 2026-08-18T23:54:50.222Z | Compiling futures v0.3.33 |
| 2455 | 2026-08-18T23:54:50.300Z | Compiling slog-bunyan v2.5.0 |
| 2456 | 2026-08-18T23:54:50.383Z | Compiling dropshot_endpoint v0.17.1 |
| 2457 | 2026-08-18T23:54:50.423Z | Compiling async-stream v0.3.6 |
| 2458 | 2026-08-18T23:54:50.433Z | Compiling openapiv3 v2.2.0 |
| 2459 | 2026-08-18T23:54:50.590Z | Compiling x509-cert v0.2.5 |
| 2460 | 2026-08-18T23:54:50.731Z | Compiling rlimit v0.10.2 |
| 2461 | 2026-08-18T23:54:50.863Z | Compiling async-trait v0.1.92 |
| 2462 | 2026-08-18T23:54:50.900Z | Compiling rustls-pemfile v2.2.0 |
| 2463 | 2026-08-18T23:54:51.095Z | Compiling hyper v1.11.0 |
| 2464 | 2026-08-18T23:54:51.833Z | Compiling terminal_size v0.4.4 |
| 2465 | 2026-08-18T23:54:51.925Z | Compiling hostname v0.4.2 |
| 2466 | 2026-08-18T23:54:51.974Z | Compiling sush-common v0.1.0 (/work/oxidecomputer/sush/common) |
| 2467 | 2026-08-18T23:54:52.025Z | Compiling clap_builder v4.6.6 |
| 2468 | 2026-08-18T23:54:52.034Z | Compiling clap_derive v4.6.4 |
| 2469 | 2026-08-18T23:54:52.268Z | Compiling hyper-util v0.1.20 |
| 2470 | 2026-08-18T23:54:53.698Z | Compiling clap v4.6.6 |
| 2471 | 2026-08-18T23:54:59.157Z | Compiling aws-lc-rs v1.18.0 |
| 2472 | 2026-08-18T23:54:59.258Z | Compiling rustls-webpki v0.103.13 |
| 2473 | 2026-08-18T23:55:02.006Z | Compiling tokio-rustls v0.26.4 |
| 2474 | 2026-08-18T23:55:02.192Z | Compiling dropshot v0.17.1 |
| 2475 | 2026-08-18T23:55:04.548Z | Compiling sush-api v0.1.0 (/work/oxidecomputer/sush/api) |
| 2476 | 2026-08-18T23:55:05.867Z | Compiling xtask v0.1.0 (/work/oxidecomputer/sush/xtask) |
| 2477 | 2026-08-18T23:55:10.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.59s |
| 2478 | 2026-08-18T23:55:11.055Z | Running `target/debug/xtask openapi` |
| 2479 | 2026-08-18T23:55:11.117Z | Generating OpenAPI document `sush.json`... done! |
| 2480 | 2026-08-18T23:55:11.150Z | process exited: duration 515072 ms, exit code 0 |
| |
| 2481 | 2026-08-18T23:55:11.160Z | found 1 output files |
| 2482 | 2026-08-18T23:55:11.161Z | uploading: /work/sush (38615064 bytes) |
| 2483 | 2026-08-18T23:55:12.827Z | uploaded: /work/sush |