|
|
|
| 1 | 2026-08-30T01:39:37.574Z | job assigned to worker 01M1853CF4ZV5YSMBPDV16QR67 [factory aws, i-08b1051758251eaf8] (queued for 51 s) |
| |
| 2 | 2026-08-30T01:39:44.359Z | starting task 0: "setup" |
| 3 | 2026-08-30T01:39:44.365Z | ++ uname -s |
| 4 | 2026-08-30T01:39:44.368Z | + kern=SunOS |
| 5 | 2026-08-30T01:39:44.369Z | + build_user=build |
| 6 | 2026-08-30T01:39:44.369Z | + build_uid=12345 |
| 7 | 2026-08-30T01:39:44.369Z | + work_dir=/work |
| 8 | 2026-08-30T01:39:44.369Z | + input_dir=/input |
| 9 | 2026-08-30T01:39:44.369Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-30T01:39:44.369Z | + case "$kern" in |
| 11 | 2026-08-30T01:39:44.369Z | + groupadd -g 12345 build |
| 12 | 2026-08-30T01:39:44.369Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-30T01:39:46.374Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-30T01:39:46.469Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-30T01:39:46.472Z | + home_fs=zfs |
| 16 | 2026-08-30T01:39:46.472Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-30T01:39:46.472Z | + mkdir -p /home/build |
| 18 | 2026-08-30T01:39:46.472Z | + chown build:build /home/build /work |
| 19 | 2026-08-30T01:39:48.474Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-30T01:39:48.477Z | process exited: duration 4117 ms, exit code 0 |
| |
| 21 | 2026-08-30T01:39:48.482Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-30T01:39:48.489Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-30T01:39:48.489Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-30T01:39:48.489Z | * rust toolchain channel = "1.97.1" |
| 25 | 2026-08-30T01:39:48.489Z | * rust toolchain profile = "default" |
| 26 | 2026-08-30T01:39:48.489Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-30T01:39:48.489Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-30T01:39:48.492Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-30T01:39:48.492Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-30T01:39:48.609Z | info: downloading installer |
| 31 | 2026-08-30T01:39:49.780Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-08-30T01:39:49.780Z | warn: /opt/ooce/bin |
| 33 | 2026-08-30T01:39:49.780Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-08-30T01:39:49.780Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-08-30T01:39:49.780Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-08-30T01:39:49.780Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-08-30T01:39:49.780Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-08-30T01:39:49.780Z | error: cannot install while Rust is installed |
| 39 | 2026-08-30T01:39:49.781Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-08-30T01:39:49.781Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-08-30T01:39:49.781Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-08-30T01:39:49.781Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-08-30T01:39:49.781Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-08-30T01:39:49.794Z | info: profile set to default |
| 45 | 2026-08-30T01:39:49.794Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-08-30T01:39:49.796Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 47 | 2026-08-30T01:39:49.921Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 48 | 2026-08-30T01:39:49.924Z | info: downloading 6 components |
| 49 | 2026-08-30T01:40:04.183Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 50 | 2026-08-30T01:40:04.183Z | |
| 51 | 2026-08-30T01:40:04.211Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 52 | 2026-08-30T01:40:04.211Z | |
| 53 | 2026-08-30T01:40:04.211Z | |
| 54 | 2026-08-30T01:40:04.211Z | Rust is installed now. Great! |
| 55 | 2026-08-30T01:40:04.211Z | |
| 56 | 2026-08-30T01:40:04.211Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-08-30T01:40:04.211Z | environment variable. This has not been done automatically. |
| 58 | 2026-08-30T01:40:04.211Z | |
| 59 | 2026-08-30T01:40:04.211Z | To configure your current shell, you need to source |
| 60 | 2026-08-30T01:40:04.211Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-08-30T01:40:04.211Z | |
| 62 | 2026-08-30T01:40:04.211Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-08-30T01:40:04.211Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-08-30T01:40:04.211Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-08-30T01:40:04.211Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-08-30T01:40:04.212Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-08-30T01:40:04.212Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-08-30T01:40:04.212Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-08-30T01:40:04.215Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-08-30T01:40:04.215Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-08-30T01:40:04.312Z | + rustup --version |
| 72 | 2026-08-30T01:40:04.321Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-08-30T01:40:04.324Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-08-30T01:40:04.342Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 75 | 2026-08-30T01:40:04.345Z | + cargo --version |
| 76 | 2026-08-30T01:40:04.360Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 77 | 2026-08-30T01:40:04.366Z | + rustc --version |
| 78 | 2026-08-30T01:40:04.382Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 79 | 2026-08-30T01:40:04.384Z | process exited: duration 15900 ms, exit code 0 |
| |
| 80 | 2026-08-30T01:40:04.390Z | starting task 2: "authentication" |
| 81 | 2026-08-30T01:40:04.407Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-08-30T01:40:04.412Z | starting task 3: "clone repository" |
| 83 | 2026-08-30T01:40:04.415Z | + mkdir -p /work/oxidecomputer/sush |
| 84 | 2026-08-30T01:40:04.418Z | + git clone https://github.com/oxidecomputer/sush /work/oxidecomputer/sush |
| 85 | 2026-08-30T01:40:04.446Z | Cloning into '/work/oxidecomputer/sush'... |
| 86 | 2026-08-30T01:40:05.127Z | + cd /work/oxidecomputer/sush |
| 87 | 2026-08-30T01:40:05.127Z | + git fetch origin 2445faf3f3e023d439c560a2abf5ed4f88aec845 |
| 88 | 2026-08-30T01:40:05.425Z | From https://github.com/oxidecomputer/sush |
| 89 | 2026-08-30T01:40:05.425Z | * branch 2445faf3f3e023d439c560a2abf5ed4f88aec845 -> FETCH_HEAD |
| 90 | 2026-08-30T01:40:05.431Z | + [[ -n nexus-tunnel ]] |
| 91 | 2026-08-30T01:40:05.434Z | ++ git branch --show-current |
| 92 | 2026-08-30T01:40:05.434Z | + current=main |
| 93 | 2026-08-30T01:40:05.434Z | + [[ main != nexus-tunnel ]] |
| 94 | 2026-08-30T01:40:05.434Z | + git branch -f nexus-tunnel 2445faf3f3e023d439c560a2abf5ed4f88aec845 |
| 95 | 2026-08-30T01:40:05.437Z | + git checkout -f nexus-tunnel |
| 96 | 2026-08-30T01:40:05.444Z | Switched to branch 'nexus-tunnel' |
| 97 | 2026-08-30T01:40:05.447Z | + git reset --hard 2445faf3f3e023d439c560a2abf5ed4f88aec845 |
| 98 | 2026-08-30T01:40:05.451Z | HEAD is now at 2445faf Announce a combined session start once |
| 99 | 2026-08-30T01:40:05.454Z | process exited: duration 1039 ms, exit code 0 |
| |
| 100 | 2026-08-30T01:40:05.460Z | starting task 4: "build" |
| 101 | 2026-08-30T01:40:05.463Z | + cargo --version |
| 102 | 2026-08-30T01:40:05.492Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 103 | 2026-08-30T01:40:05.495Z | + rustc --version |
| 104 | 2026-08-30T01:40:05.533Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 105 | 2026-08-30T01:40:05.568Z | + export CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 106 | 2026-08-30T01:40:05.568Z | + CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 107 | 2026-08-30T01:40:05.568Z | + export CARGO_INCREMENTAL=0 |
| 108 | 2026-08-30T01:40:05.568Z | + CARGO_INCREMENTAL=0 |
| 109 | 2026-08-30T01:40:05.568Z | + pfexec mkdir -p /work |
| 110 | 2026-08-30T01:40:05.568Z | + pfexec chown build /work |
| 111 | 2026-08-30T01:40:05.568Z | + cargo build --release --locked --package sush-client --features permslip |
| 112 | 2026-08-30T01:40:05.640Z | Updating crates.io index |
| 113 | 2026-08-30T01:40:05.643Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 114 | 2026-08-30T01:40:11.945Z | From https://github.com/oxidecomputer/omicron |
| 115 | 2026-08-30T01:40:11.945Z | * [new ref] 3e5bafe8ad9d19de5db48fb50bbe2e9437f82e86 -> refs/commit/3e5bafe8ad9d19de5db48fb50bbe2e9437f82e86 |
| 116 | 2026-08-30T01:40:12.373Z | Updating git repository `https://github.com/oxidecomputer/permission-slip` |
| 117 | 2026-08-30T01:40:13.171Z | From https://github.com/oxidecomputer/permission-slip |
| 118 | 2026-08-30T01:40:13.171Z | * [new ref] 2a8adcadde01518f1d39993a1cc45ec3b78b3204 -> refs/commit/2a8adcadde01518f1d39993a1cc45ec3b78b3204 |
| 119 | 2026-08-30T01:40:13.187Z | Updating git repository `https://github.com/kkawakam/rustyline` |
| 120 | 2026-08-30T01:40:14.029Z | From https://github.com/kkawakam/rustyline |
| 121 | 2026-08-30T01:40:14.029Z | * [new ref] 5ab22f2f8d65e85f0b925360437ece8eeeb6db92 -> refs/commit/5ab22f2f8d65e85f0b925360437ece8eeeb6db92 |
| 122 | 2026-08-30T01:40:14.032Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 123 | 2026-08-30T01:40:14.481Z | From https://github.com/oxidecomputer/sprockets |
| 124 | 2026-08-30T01:40:14.481Z | * [new ref] 98615b86d51f74ce220198eb16c57932fd24e7cb -> refs/commit/98615b86d51f74ce220198eb16c57932fd24e7cb |
| 125 | 2026-08-30T01:40:14.488Z | Updating git repository `https://github.com/oxidecomputer/rumors` |
| 126 | 2026-08-30T01:40:23.659Z | From https://github.com/oxidecomputer/rumors |
| 127 | 2026-08-30T01:40:23.659Z | * [new ref] be1d76947f75f27e7f53be438a93d350019dd026 -> refs/commit/be1d76947f75f27e7f53be438a93d350019dd026 |
| 128 | 2026-08-30T01:40:24.213Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 129 | 2026-08-30T01:40:24.595Z | From https://github.com/oxidecomputer/dice-util |
| 130 | 2026-08-30T01:40:24.595Z | * [new ref] 10952e8d9599b735b85d480af3560a11700e5b64 -> refs/commit/10952e8d9599b735b85d480af3560a11700e5b64 |
| 131 | 2026-08-30T01:40:24.605Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 132 | 2026-08-30T01:40:24.947Z | From https://github.com/oxidecomputer/lpc55_support |
| 133 | 2026-08-30T01:40:24.947Z | * [new ref] fc64732faf5511850b35f1734d572b9953d73374 -> refs/commit/fc64732faf5511850b35f1734d572b9953d73374 |
| 134 | 2026-08-30T01:40:24.955Z | Updating git repository `https://github.com/oxidecomputer/sshauth` |
| 135 | 2026-08-30T01:40:25.257Z | From https://github.com/oxidecomputer/sshauth |
| 136 | 2026-08-30T01:40:25.257Z | * [new ref] 6233c1b25d9e3b03d51ab95b19ed7903bfadfd8f -> refs/commit/6233c1b25d9e3b03d51ab95b19ed7903bfadfd8f |
| 137 | 2026-08-30T01:40:25.266Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 138 | 2026-08-30T01:40:25.568Z | From https://github.com/oxidecomputer/dice-util |
| 139 | 2026-08-30T01:40:25.568Z | * [new ref] 4a39ef08d81e5177edee0bddb1146032aa21074d -> refs/commit/4a39ef08d81e5177edee0bddb1146032aa21074d |
| 140 | 2026-08-30T01:40:25.578Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 141 | 2026-08-30T01:40:25.854Z | From https://github.com/oxidecomputer/slog-error-chain |
| 142 | 2026-08-30T01:40:25.854Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 143 | 2026-08-30T01:40:25.863Z | Updating git repository `https://github.com/oxidecomputer/rats-corim` |
| 144 | 2026-08-30T01:40:26.167Z | From https://github.com/oxidecomputer/rats-corim |
| 145 | 2026-08-30T01:40:26.167Z | * [new ref] f0d5d5168d3d31487a56df32c676b0c6240bcc6b -> refs/commit/f0d5d5168d3d31487a56df32c676b0c6240bcc6b |
| 146 | 2026-08-30T01:40:26.173Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 147 | 2026-08-30T01:40:26.487Z | From https://github.com/oxidecomputer/pki-playground |
| 148 | 2026-08-30T01:40:26.487Z | * [new ref] 7600756029ce046a02c6234aa84ce230cc5eaa04 -> refs/commit/7600756029ce046a02c6234aa84ce230cc5eaa04 |
| 149 | 2026-08-30T01:40:26.494Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 150 | 2026-08-30T01:40:26.747Z | From https://github.com/oxidecomputer/pki-playground |
| 151 | 2026-08-30T01:40:26.747Z | * [new ref] bcd3bf2dfe36468c494eac17463a4e10be366b35 -> refs/commit/bcd3bf2dfe36468c494eac17463a4e10be366b35 |
| 152 | 2026-08-30T01:40:28.333Z | Downloading crates ... |
| 153 | 2026-08-30T01:40:28.390Z | Downloaded anyhow v1.0.104 |
| 154 | 2026-08-30T01:40:28.394Z | Downloaded base64ct v1.8.3 |
| 155 | 2026-08-30T01:40:28.397Z | Downloaded camino v1.2.5 |
| 156 | 2026-08-30T01:40:28.397Z | Downloaded cfg_aliases v0.2.2 |
| 157 | 2026-08-30T01:40:28.397Z | Downloaded cobs v0.3.0 |
| 158 | 2026-08-30T01:40:28.397Z | Downloaded compression-core v0.4.32 |
| 159 | 2026-08-30T01:40:28.400Z | Downloaded cpufeatures v0.2.17 |
| 160 | 2026-08-30T01:40:28.407Z | Downloaded crc32fast v1.5.0 |
| 161 | 2026-08-30T01:40:28.410Z | Downloaded anstyle v1.0.14 |
| 162 | 2026-08-30T01:40:28.410Z | Downloaded anstyle-parse v1.0.0 |
| 163 | 2026-08-30T01:40:28.411Z | Downloaded aws-smithy-async v1.3.0 |
| 164 | 2026-08-30T01:40:28.413Z | Downloaded maybe-uninit v2.0.0 |
| 165 | 2026-08-30T01:40:28.414Z | Downloaded num-conv v0.2.2 |
| 166 | 2026-08-30T01:40:28.416Z | Downloaded allocator-api2 v0.2.21 |
| 167 | 2026-08-30T01:40:28.420Z | Downloaded percent-encoding v2.3.2 |
| 168 | 2026-08-30T01:40:28.420Z | Downloaded num_threads v0.1.7 |
| 169 | 2026-08-30T01:40:28.423Z | Downloaded anstyle-query v1.1.5 |
| 170 | 2026-08-30T01:40:28.423Z | Downloaded backtrace-ext v0.2.1 |
| 171 | 2026-08-30T01:40:28.423Z | Downloaded bs58 v0.5.1 |
| 172 | 2026-08-30T01:40:28.426Z | Downloaded block-buffer v0.12.1 |
| 173 | 2026-08-30T01:40:28.429Z | Downloaded lru-slab v0.1.2 |
| 174 | 2026-08-30T01:40:28.429Z | Downloaded num-iter v0.1.46 |
| 175 | 2026-08-30T01:40:28.432Z | Downloaded aws-smithy-runtime-api-macros v1.1.0 |
| 176 | 2026-08-30T01:40:28.432Z | Downloaded bitfield-macros v0.19.5 |
| 177 | 2026-08-30T01:40:28.432Z | Downloaded block-buffer v0.10.4 |
| 178 | 2026-08-30T01:40:28.435Z | Downloaded array-init v0.0.4 |
| 179 | 2026-08-30T01:40:28.435Z | Downloaded clap-num v1.2.0 |
| 180 | 2026-08-30T01:40:28.435Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 181 | 2026-08-30T01:40:28.438Z | Downloaded natord v1.0.9 |
| 182 | 2026-08-30T01:40:28.438Z | Downloaded pin-utils v0.1.0 |
| 183 | 2026-08-30T01:40:28.438Z | Downloaded match_cfg v0.1.0 |
| 184 | 2026-08-30T01:40:28.438Z | Downloaded nibble_vec v0.1.0 |
| 185 | 2026-08-30T01:40:28.438Z | Downloaded base64-simd v0.8.0 |
| 186 | 2026-08-30T01:40:28.441Z | Downloaded miette-derive v7.6.0 |
| 187 | 2026-08-30T01:40:28.441Z | Downloaded digest v0.11.3 |
| 188 | 2026-08-30T01:40:28.442Z | Downloaded clap v4.6.6 |
| 189 | 2026-08-30T01:40:28.445Z | Downloaded cpufeatures v0.3.0 |
| 190 | 2026-08-30T01:40:28.448Z | Downloaded aws-credential-types v1.3.0 |
| 191 | 2026-08-30T01:40:28.448Z | Downloaded bitfield v0.19.5 |
| 192 | 2026-08-30T01:40:28.448Z | Downloaded omicron-workspace-hack v0.1.0 |
| 193 | 2026-08-30T01:40:28.448Z | Downloaded outref v0.5.2 |
| 194 | 2026-08-30T01:40:28.448Z | Downloaded progenitor-client v0.14.0 |
| 195 | 2026-08-30T01:40:28.451Z | Downloaded adler2 v2.0.1 |
| 196 | 2026-08-30T01:40:28.451Z | Downloaded rand_chacha v0.3.1 |
| 197 | 2026-08-30T01:40:28.451Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 198 | 2026-08-30T01:40:28.451Z | Downloaded oauth2-reqwest v0.1.0-alpha.3 |
| 199 | 2026-08-30T01:40:28.451Z | Downloaded rustc-hash v2.1.3 |
| 200 | 2026-08-30T01:40:28.457Z | Downloaded async-stream-impl v0.3.6 |
| 201 | 2026-08-30T01:40:28.459Z | Downloaded base16ct v0.2.0 |
| 202 | 2026-08-30T01:40:28.459Z | Downloaded clap_lex v1.1.0 |
| 203 | 2026-08-30T01:40:28.462Z | Downloaded openssl-probe v0.2.1 |
| 204 | 2026-08-30T01:40:28.465Z | Downloaded arrayref v0.3.9 |
| 205 | 2026-08-30T01:40:28.465Z | Downloaded potential_utf v0.1.5 |
| 206 | 2026-08-30T01:40:28.465Z | Downloaded ref-cast v1.0.26 |
| 207 | 2026-08-30T01:40:28.468Z | Downloaded atomic-waker v1.1.2 |
| 208 | 2026-08-30T01:40:28.468Z | Downloaded progenitor-macro v0.14.0 |
| 209 | 2026-08-30T01:40:28.468Z | Downloaded atomicwrites v0.4.4 |
| 210 | 2026-08-30T01:40:28.472Z | Downloaded packed_struct_codegen v0.10.1 |
| 211 | 2026-08-30T01:40:28.472Z | Downloaded radium v0.7.0 |
| 212 | 2026-08-30T01:40:28.472Z | Downloaded ref-cast-impl v1.0.26 |
| 213 | 2026-08-30T01:40:28.475Z | Downloaded debug-ignore v1.0.5 |
| 214 | 2026-08-30T01:40:28.479Z | Downloaded lock_api v0.4.14 |
| 215 | 2026-08-30T01:40:28.479Z | Downloaded ciborium-ll v0.2.2 |
| 216 | 2026-08-30T01:40:28.483Z | Downloaded multer v3.1.0 |
| 217 | 2026-08-30T01:40:28.486Z | Downloaded anstream v1.0.0 |
| 218 | 2026-08-30T01:40:28.489Z | Downloaded autocfg v1.5.1 |
| 219 | 2026-08-30T01:40:28.489Z | Downloaded bitflags v1.3.2 |
| 220 | 2026-08-30T01:40:28.489Z | Downloaded bytes-utils v0.1.4 |
| 221 | 2026-08-30T01:40:28.492Z | Downloaded pkcs1 v0.7.5 |
| 222 | 2026-08-30T01:40:28.492Z | Downloaded memmap2 v0.9.11 |
| 223 | 2026-08-30T01:40:28.492Z | Downloaded defmt-parser v1.0.0 |
| 224 | 2026-08-30T01:40:28.495Z | Downloaded async-stream v0.3.6 |
| 225 | 2026-08-30T01:40:28.498Z | Downloaded mime v0.3.17 |
| 226 | 2026-08-30T01:40:28.498Z | Downloaded ciborium-io v0.2.2 |
| 227 | 2026-08-30T01:40:28.502Z | Downloaded crypto-common v0.2.2 |
| 228 | 2026-08-30T01:40:28.502Z | Downloaded rand_pcg v0.10.2 |
| 229 | 2026-08-30T01:40:28.505Z | Downloaded colorchoice v1.0.5 |
| 230 | 2026-08-30T01:40:28.505Z | Downloaded darling_macro v0.23.0 |
| 231 | 2026-08-30T01:40:28.505Z | Downloaded powerfmt v0.2.0 |
| 232 | 2026-08-30T01:40:28.508Z | Downloaded nodrop v0.1.14 |
| 233 | 2026-08-30T01:40:28.508Z | Downloaded rfc6979 v0.4.0 |
| 234 | 2026-08-30T01:40:28.508Z | Downloaded utf-8 v0.7.6 |
| 235 | 2026-08-30T01:40:28.508Z | Downloaded cfg-if v1.0.4 |
| 236 | 2026-08-30T01:40:28.511Z | Downloaded want v0.3.1 |
| 237 | 2026-08-30T01:40:28.511Z | Downloaded crypto-common v0.1.7 |
| 238 | 2026-08-30T01:40:28.511Z | Downloaded dyn-clone v1.0.20 |
| 239 | 2026-08-30T01:40:28.515Z | Downloaded rustc_version v0.4.1 |
| 240 | 2026-08-30T01:40:28.518Z | Downloaded unicode-linebreak v0.1.5 |
| 241 | 2026-08-30T01:40:28.518Z | Downloaded funty v2.0.0 |
| 242 | 2026-08-30T01:40:28.522Z | Downloaded fnv v1.0.7 |
| 243 | 2026-08-30T01:40:28.522Z | Downloaded futures-io v0.3.33 |
| 244 | 2026-08-30T01:40:28.522Z | Downloaded futures-macro v0.3.33 |
| 245 | 2026-08-30T01:40:28.522Z | Downloaded heck v0.5.0 |
| 246 | 2026-08-30T01:40:28.524Z | Downloaded pem-rfc7468 v0.7.0 |
| 247 | 2026-08-30T01:40:28.524Z | Downloaded deranged v0.5.8 |
| 248 | 2026-08-30T01:40:28.525Z | Downloaded pkg-config v0.3.33 |
| 249 | 2026-08-30T01:40:28.527Z | Downloaded proc-macro-error2 v2.0.1 |
| 250 | 2026-08-30T01:40:28.527Z | Downloaded rand_core v0.9.5 |
| 251 | 2026-08-30T01:40:28.527Z | Downloaded data-encoding v2.11.1 |
| 252 | 2026-08-30T01:40:28.530Z | Downloaded bytesize v2.7.0 |
| 253 | 2026-08-30T01:40:28.533Z | Downloaded oxnet v0.1.6 |
| 254 | 2026-08-30T01:40:28.533Z | Downloaded paste v1.0.15 |
| 255 | 2026-08-30T01:40:28.533Z | Downloaded daft-derive v0.1.8 |
| 256 | 2026-08-30T01:40:28.536Z | Downloaded primeorder v0.13.6 |
| 257 | 2026-08-30T01:40:28.536Z | Downloaded async-recursion v1.1.1 |
| 258 | 2026-08-30T01:40:28.539Z | Downloaded byteorder v1.5.0 |
| 259 | 2026-08-30T01:40:28.539Z | Downloaded cmake v0.1.58 |
| 260 | 2026-08-30T01:40:28.539Z | Downloaded futures-sink v0.3.33 |
| 261 | 2026-08-30T01:40:28.542Z | Downloaded futures-task v0.3.33 |
| 262 | 2026-08-30T01:40:28.542Z | Downloaded corncobs v0.1.4 |
| 263 | 2026-08-30T01:40:28.542Z | Downloaded http-body v0.4.6 |
| 264 | 2026-08-30T01:40:28.545Z | Downloaded http-body v1.1.0 |
| 265 | 2026-08-30T01:40:28.545Z | Downloaded der_derive v0.7.3 |
| 266 | 2026-08-30T01:40:28.545Z | Downloaded rustls-pemfile v2.2.0 |
| 267 | 2026-08-30T01:40:28.545Z | Downloaded rand_core v0.6.4 |
| 268 | 2026-08-30T01:40:28.549Z | Downloaded defmt-macros v1.1.1 |
| 269 | 2026-08-30T01:40:28.549Z | Downloaded digest v0.10.7 |
| 270 | 2026-08-30T01:40:28.549Z | Downloaded owo-colors v4.3.0 |
| 271 | 2026-08-30T01:40:28.552Z | Downloaded litemap v0.8.2 |
| 272 | 2026-08-30T01:40:28.552Z | Downloaded once_cell v1.21.4 |
| 273 | 2026-08-30T01:40:28.555Z | Downloaded parking_lot_core v0.9.12 |
| 274 | 2026-08-30T01:40:28.555Z | Downloaded num-integer v0.1.46 |
| 275 | 2026-08-30T01:40:28.555Z | Downloaded pin-project-lite v0.2.17 |
| 276 | 2026-08-30T01:40:28.558Z | Downloaded equivalent v1.0.2 |
| 277 | 2026-08-30T01:40:28.558Z | Downloaded is_terminal_polyfill v1.70.2 |
| 278 | 2026-08-30T01:40:28.558Z | Downloaded hex v0.4.3 |
| 279 | 2026-08-30T01:40:28.561Z | Downloaded keccak v0.1.6 |
| 280 | 2026-08-30T01:40:28.561Z | Downloaded is_ci v1.2.0 |
| 281 | 2026-08-30T01:40:28.561Z | Downloaded serde-big-array v0.5.1 |
| 282 | 2026-08-30T01:40:28.561Z | Downloaded serde_spanned v0.6.9 |
| 283 | 2026-08-30T01:40:28.561Z | Downloaded ssh-cipher v0.2.0 |
| 284 | 2026-08-30T01:40:28.564Z | Downloaded rand_chacha v0.9.0 |
| 285 | 2026-08-30T01:40:28.567Z | Downloaded subtle v2.6.1 |
| 286 | 2026-08-30T01:40:28.567Z | Downloaded supports-color v3.0.2 |
| 287 | 2026-08-30T01:40:28.567Z | Downloaded thread_local v1.1.10 |
| 288 | 2026-08-30T01:40:28.567Z | Downloaded time-core v0.1.9 |
| 289 | 2026-08-30T01:40:28.567Z | Downloaded pkcs8 v0.10.2 |
| 290 | 2026-08-30T01:40:28.570Z | Downloaded ppv-lite86 v0.2.21 |
| 291 | 2026-08-30T01:40:28.570Z | Downloaded rustc-demangle v0.1.28 |
| 292 | 2026-08-30T01:40:28.576Z | Downloaded quote v1.0.47 |
| 293 | 2026-08-30T01:40:28.579Z | Downloaded writeable v0.6.3 |
| 294 | 2026-08-30T01:40:28.582Z | Downloaded cipher v0.4.4 |
| 295 | 2026-08-30T01:40:28.582Z | Downloaded wyz v0.5.1 |
| 296 | 2026-08-30T01:40:28.585Z | Downloaded progenitor v0.14.0 |
| 297 | 2026-08-30T01:40:28.588Z | Downloaded fastrand v2.5.0 |
| 298 | 2026-08-30T01:40:28.592Z | Downloaded utf8parse v0.2.2 |
| 299 | 2026-08-30T01:40:28.592Z | Downloaded addr2line v0.25.1 |
| 300 | 2026-08-30T01:40:28.595Z | Downloaded ahash v0.8.12 |
| 301 | 2026-08-30T01:40:28.595Z | Downloaded ciborium v0.2.2 |
| 302 | 2026-08-30T01:40:28.597Z | Downloaded clap_derive v4.6.4 |
| 303 | 2026-08-30T01:40:28.598Z | Downloaded parking_lot v0.12.5 |
| 304 | 2026-08-30T01:40:28.598Z | Downloaded tower-layer v0.3.3 |
| 305 | 2026-08-30T01:40:28.598Z | Downloaded xdg v3.0.0 |
| 306 | 2026-08-30T01:40:28.601Z | Downloaded packed_struct v0.10.1 |
| 307 | 2026-08-30T01:40:28.601Z | Downloaded rustls-native-certs v0.8.4 |
| 308 | 2026-08-30T01:40:28.601Z | Downloaded displaydoc v0.2.7 |
| 309 | 2026-08-30T01:40:28.604Z | Downloaded darling v0.23.0 |
| 310 | 2026-08-30T01:40:28.607Z | Downloaded async-trait v0.1.92 |
| 311 | 2026-08-30T01:40:28.607Z | Downloaded const-oid v0.9.6 |
| 312 | 2026-08-30T01:40:28.607Z | Downloaded newtype-uuid v1.4.0 |
| 313 | 2026-08-30T01:40:28.610Z | Downloaded bitflags v2.13.1 |
| 314 | 2026-08-30T01:40:28.610Z | Downloaded constant_time_eq v0.4.2 |
| 315 | 2026-08-30T01:40:28.610Z | Downloaded either v1.17.0 |
| 316 | 2026-08-30T01:40:28.613Z | Downloaded idna_adapter v1.2.2 |
| 317 | 2026-08-30T01:40:28.613Z | Downloaded hyper-rustls v0.27.9 |
| 318 | 2026-08-30T01:40:28.613Z | Downloaded try-lock v0.2.5 |
| 319 | 2026-08-30T01:40:28.613Z | Downloaded futures-executor v0.3.33 |
| 320 | 2026-08-30T01:40:28.616Z | Downloaded log v0.4.33 |
| 321 | 2026-08-30T01:40:28.619Z | Downloaded num-traits v0.2.19 |
| 322 | 2026-08-30T01:40:28.619Z | Downloaded p256 v0.13.2 |
| 323 | 2026-08-30T01:40:28.623Z | Downloaded httpdate v1.0.3 |
| 324 | 2026-08-30T01:40:28.623Z | Downloaded flagset v0.4.7 |
| 325 | 2026-08-30T01:40:28.623Z | Downloaded sha1 v0.11.0 |
| 326 | 2026-08-30T01:40:28.626Z | Downloaded ident_case v1.0.1 |
| 327 | 2026-08-30T01:40:28.626Z | Downloaded itoa v1.0.18 |
| 328 | 2026-08-30T01:40:28.626Z | Downloaded is-terminal v0.4.17 |
| 329 | 2026-08-30T01:40:28.626Z | Downloaded sha2 v0.10.9 |
| 330 | 2026-08-30T01:40:28.629Z | Downloaded serde_spanned v1.1.1 |
| 331 | 2026-08-30T01:40:28.632Z | Downloaded secrecy v0.8.0 |
| 332 | 2026-08-30T01:40:28.632Z | Downloaded simd-adler32 v0.3.10 |
| 333 | 2026-08-30T01:40:28.632Z | Downloaded compression-codecs v0.4.38 |
| 334 | 2026-08-30T01:40:28.635Z | Downloaded rlimit v0.10.2 |
| 335 | 2026-08-30T01:40:28.638Z | Downloaded tracing-attributes v0.1.31 |
| 336 | 2026-08-30T01:40:28.641Z | Downloaded arrayvec v0.7.8 |
| 337 | 2026-08-30T01:40:28.641Z | Downloaded chacha20 v0.10.1 |
| 338 | 2026-08-30T01:40:28.641Z | Downloaded console v0.16.4 |
| 339 | 2026-08-30T01:40:28.644Z | Downloaded daft v0.1.8 |
| 340 | 2026-08-30T01:40:28.644Z | Downloaded rand_core v0.10.1 |
| 341 | 2026-08-30T01:40:28.644Z | Downloaded quinn-udp v0.5.15 |
| 342 | 2026-08-30T01:40:28.645Z | Downloaded postcard v1.1.3 |
| 343 | 2026-08-30T01:40:28.648Z | Downloaded static_assertions v1.1.0 |
| 344 | 2026-08-30T01:40:28.648Z | Downloaded synstructure v0.13.2 |
| 345 | 2026-08-30T01:40:28.648Z | Downloaded supports-hyperlinks v3.2.0 |
| 346 | 2026-08-30T01:40:28.651Z | Downloaded signature v2.2.0 |
| 347 | 2026-08-30T01:40:28.655Z | Downloaded aws-types v1.5.0 |
| 348 | 2026-08-30T01:40:28.658Z | Downloaded crc-any v2.5.1 |
| 349 | 2026-08-30T01:40:28.661Z | Downloaded waitgroup v0.1.2 |
| 350 | 2026-08-30T01:40:28.664Z | Downloaded embedded-io v0.6.1 |
| 351 | 2026-08-30T01:40:28.664Z | Downloaded endian-type v0.2.0 |
| 352 | 2026-08-30T01:40:28.664Z | Downloaded futures-core v0.3.33 |
| 353 | 2026-08-30T01:40:28.664Z | Downloaded generic-array v0.14.7 |
| 354 | 2026-08-30T01:40:28.664Z | Downloaded inout v0.1.4 |
| 355 | 2026-08-30T01:40:28.667Z | Downloaded terminal_size v0.4.4 |
| 356 | 2026-08-30T01:40:28.667Z | Downloaded defmt v1.1.1 |
| 357 | 2026-08-30T01:40:28.667Z | Downloaded scopeguard v1.2.0 |
| 358 | 2026-08-30T01:40:28.668Z | Downloaded unit-prefix v0.5.2 |
| 359 | 2026-08-30T01:40:28.700Z | Downloaded aws-smithy-runtime-api v1.14.0 |
| 360 | 2026-08-30T01:40:28.700Z | Downloaded zeroize_derive v1.5.0 |
| 361 | 2026-08-30T01:40:28.700Z | Downloaded yoke-derive v0.8.2 |
| 362 | 2026-08-30T01:40:28.700Z | Downloaded slab v0.4.12 |
| 363 | 2026-08-30T01:40:28.700Z | Downloaded ed25519 v2.2.3 |
| 364 | 2026-08-30T01:40:28.700Z | Downloaded miniz_oxide v0.8.9 |
| 365 | 2026-08-30T01:40:28.700Z | Downloaded proc-macro2 v1.0.107 |
| 366 | 2026-08-30T01:40:28.700Z | Downloaded strum v0.26.3 |
| 367 | 2026-08-30T01:40:28.700Z | Downloaded serde_tokenstream v0.2.3 |
| 368 | 2026-08-30T01:40:28.700Z | Downloaded crossbeam-utils v0.8.22 |
| 369 | 2026-08-30T01:40:28.700Z | Downloaded smallvec v1.15.2 |
| 370 | 2026-08-30T01:40:28.705Z | Downloaded toml_write v0.1.2 |
| 371 | 2026-08-30T01:40:28.705Z | Downloaded form_urlencoded v1.2.2 |
| 372 | 2026-08-30T01:40:28.709Z | Downloaded strsim v0.11.1 |
| 373 | 2026-08-30T01:40:28.715Z | Downloaded typify-macro v0.6.2 |
| 374 | 2026-08-30T01:40:28.718Z | Downloaded utf8_iter v1.0.4 |
| 375 | 2026-08-30T01:40:28.718Z | Downloaded untrusted v0.9.0 |
| 376 | 2026-08-30T01:40:28.721Z | Downloaded home v0.5.12 |
| 377 | 2026-08-30T01:40:28.721Z | Downloaded http-range-header v0.4.2 |
| 378 | 2026-08-30T01:40:28.724Z | Downloaded slog-json v2.6.1 |
| 379 | 2026-08-30T01:40:28.724Z | Downloaded termios v0.3.3 |
| 380 | 2026-08-30T01:40:28.727Z | Downloaded toml_parser v1.1.3+spec-1.1.0 |
| 381 | 2026-08-30T01:40:28.727Z | Downloaded term v1.2.1 |
| 382 | 2026-08-30T01:40:28.730Z | Downloaded tokio-tungstenite v0.28.0 |
| 383 | 2026-08-30T01:40:28.733Z | Downloaded bytes v1.12.1 |
| 384 | 2026-08-30T01:40:28.733Z | Downloaded toml_writer v1.1.2+spec-1.1.0 |
| 385 | 2026-08-30T01:40:28.733Z | Downloaded embedded-io v0.4.0 |
| 386 | 2026-08-30T01:40:28.737Z | Downloaded supports-unicode v3.0.0 |
| 387 | 2026-08-30T01:40:28.737Z | Downloaded base64 v0.22.1 |
| 388 | 2026-08-30T01:40:28.742Z | Downloaded hubpack_derive v0.1.1 |
| 389 | 2026-08-30T01:40:28.747Z | Downloaded tap v1.0.1 |
| 390 | 2026-08-30T01:40:28.747Z | Downloaded tinyvec_macros v0.1.1 |
| 391 | 2026-08-30T01:40:28.747Z | Downloaded version_check v0.9.5 |
| 392 | 2026-08-30T01:40:28.747Z | Downloaded schemars_derive v0.8.22 |
| 393 | 2026-08-30T01:40:28.747Z | Downloaded sec1 v0.7.3 |
| 394 | 2026-08-30T01:40:28.747Z | Downloaded zerofrom-derive v0.1.7 |
| 395 | 2026-08-30T01:40:28.754Z | Downloaded humantime v2.4.0 |
| 396 | 2026-08-30T01:40:28.754Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 397 | 2026-08-30T01:40:28.754Z | Downloaded progenitor-impl v0.14.0 |
| 398 | 2026-08-30T01:40:28.758Z | Downloaded indexmap v1.9.3 |
| 399 | 2026-08-30T01:40:28.758Z | Downloaded erased-serde v0.3.31 |
| 400 | 2026-08-30T01:40:28.764Z | Downloaded knus-derive v3.4.0 |
| 401 | 2026-08-30T01:40:28.764Z | Downloaded stable_deref_trait v1.2.1 |
| 402 | 2026-08-30T01:40:28.767Z | Downloaded slog-bunyan v2.5.0 |
| 403 | 2026-08-30T01:40:28.767Z | Downloaded slog-term v2.9.2 |
| 404 | 2026-08-30T01:40:28.770Z | Downloaded hostname v0.3.1 |
| 405 | 2026-08-30T01:40:28.770Z | Downloaded lazy_static v1.5.0 |
| 406 | 2026-08-30T01:40:28.770Z | Downloaded zerofrom v0.1.8 |
| 407 | 2026-08-30T01:40:28.773Z | Downloaded thiserror v1.0.69 |
| 408 | 2026-08-30T01:40:28.776Z | Downloaded thiserror-impl v2.0.20 |
| 409 | 2026-08-30T01:40:28.776Z | Downloaded memchr v2.8.3 |
| 410 | 2026-08-30T01:40:28.779Z | Downloaded schemars v0.8.22 |
| 411 | 2026-08-30T01:40:28.784Z | Downloaded const-oid v0.10.2 |
| 412 | 2026-08-30T01:40:28.787Z | Downloaded tls_codec v0.4.2 |
| 413 | 2026-08-30T01:40:28.787Z | Downloaded zerovec-derive v0.11.3 |
| 414 | 2026-08-30T01:40:28.787Z | Downloaded zmij v1.0.23 |
| 415 | 2026-08-30T01:40:28.790Z | Downloaded aws-smithy-schema v0.2.0 |
| 416 | 2026-08-30T01:40:28.790Z | Downloaded fs_extra v1.3.0 |
| 417 | 2026-08-30T01:40:28.790Z | Downloaded textwrap v0.16.2 |
| 418 | 2026-08-30T01:40:28.793Z | Downloaded tokio-rustls v0.26.4 |
| 419 | 2026-08-30T01:40:28.793Z | Downloaded unicode-ident v1.0.24 |
| 420 | 2026-08-30T01:40:28.796Z | Downloaded hubpack v0.1.2 |
| 421 | 2026-08-30T01:40:28.796Z | Downloaded serde-hex v0.1.0 |
| 422 | 2026-08-30T01:40:28.796Z | Downloaded serde_path_to_error v0.1.20 |
| 423 | 2026-08-30T01:40:28.796Z | Downloaded sha1 v0.10.7 |
| 424 | 2026-08-30T01:40:28.799Z | Downloaded backtrace v0.3.76 |
| 425 | 2026-08-30T01:40:28.802Z | Downloaded crossbeam-channel v0.5.16 |
| 426 | 2026-08-30T01:40:28.805Z | Downloaded darling_core v0.23.0 |
| 427 | 2026-08-30T01:40:28.808Z | Downloaded tls_codec_derive v0.4.2 |
| 428 | 2026-08-30T01:40:28.808Z | Downloaded ipnetwork v0.21.1 |
| 429 | 2026-08-30T01:40:28.808Z | Downloaded typify v0.6.2 |
| 430 | 2026-08-30T01:40:28.811Z | Downloaded env_filter v2.0.0 |
| 431 | 2026-08-30T01:40:28.811Z | Downloaded ff v0.13.1 |
| 432 | 2026-08-30T01:40:28.811Z | Downloaded serde_urlencoded v0.7.1 |
| 433 | 2026-08-30T01:40:28.814Z | Downloaded signal-hook-registry v1.4.8 |
| 434 | 2026-08-30T01:40:28.814Z | Downloaded xdg v2.5.2 |
| 435 | 2026-08-30T01:40:28.814Z | Downloaded tokio-macros v2.7.2 |
| 436 | 2026-08-30T01:40:28.818Z | Downloaded knus v3.4.0 |
| 437 | 2026-08-30T01:40:28.821Z | Downloaded oauth2 v5.0.0 |
| 438 | 2026-08-30T01:40:28.825Z | Downloaded futures-channel v0.3.33 |
| 439 | 2026-08-30T01:40:28.828Z | Downloaded group v0.13.0 |
| 440 | 2026-08-30T01:40:28.828Z | Downloaded signal-hook v0.4.4 |
| 441 | 2026-08-30T01:40:28.828Z | Downloaded slog-async v2.8.0 |
| 442 | 2026-08-30T01:40:28.833Z | Downloaded getrandom v0.4.3 |
| 443 | 2026-08-30T01:40:28.836Z | Downloaded take_mut v0.2.2 |
| 444 | 2026-08-30T01:40:28.840Z | Downloaded schemars v0.9.0 |
| 445 | 2026-08-30T01:40:28.844Z | Downloaded spin v0.9.9 |
| 446 | 2026-08-30T01:40:28.847Z | Downloaded foldhash v0.2.0 |
| 447 | 2026-08-30T01:40:28.847Z | Downloaded tinystr v0.8.3 |
| 448 | 2026-08-30T01:40:28.847Z | Downloaded serde_core v1.0.229 |
| 449 | 2026-08-30T01:40:28.851Z | Downloaded iana-time-zone v0.1.65 |
| 450 | 2026-08-30T01:40:28.851Z | Downloaded serde_with_macros v3.22.0 |
| 451 | 2026-08-30T01:40:28.854Z | Downloaded ssh-encoding v0.2.0 |
| 452 | 2026-08-30T01:40:28.854Z | Downloaded crypto-bigint v0.5.5 |
| 453 | 2026-08-30T01:40:28.857Z | Downloaded url v2.5.8 |
| 454 | 2026-08-30T01:40:28.857Z | Downloaded icu_provider v2.2.0 |
| 455 | 2026-08-30T01:40:28.858Z | Downloaded dunce v1.0.5 |
| 456 | 2026-08-30T01:40:28.861Z | Downloaded hash32 v0.2.1 |
| 457 | 2026-08-30T01:40:28.864Z | Downloaded tempfile v3.27.0 |
| 458 | 2026-08-30T01:40:28.864Z | Downloaded toml v0.8.23 |
| 459 | 2026-08-30T01:40:28.867Z | Downloaded zeroize v1.9.0 |
| 460 | 2026-08-30T01:40:28.867Z | Downloaded thiserror-impl v1.0.69 |
| 461 | 2026-08-30T01:40:28.870Z | Downloaded quinn v0.11.11 |
| 462 | 2026-08-30T01:40:28.870Z | Downloaded rand v0.8.7 |
| 463 | 2026-08-30T01:40:28.873Z | Downloaded rsa v0.9.10 |
| 464 | 2026-08-30T01:40:28.873Z | Downloaded async-compression v0.4.43 |
| 465 | 2026-08-30T01:40:28.877Z | Downloaded chumsky v0.9.3 |
| 466 | 2026-08-30T01:40:28.879Z | Downloaded der v0.7.10 |
| 467 | 2026-08-30T01:40:28.882Z | Downloaded toml_datetime v0.6.11 |
| 468 | 2026-08-30T01:40:28.882Z | Downloaded strum_macros v0.26.4 |
| 469 | 2026-08-30T01:40:28.882Z | Downloaded uuid v1.24.0 |
| 470 | 2026-08-30T01:40:28.886Z | Downloaded dropshot_endpoint v0.17.1 |
| 471 | 2026-08-30T01:40:28.886Z | Downloaded aho-corasick v1.1.5 |
| 472 | 2026-08-30T01:40:28.889Z | Downloaded tower-service v0.3.3 |
| 473 | 2026-08-30T01:40:28.889Z | Downloaded errno v0.3.14 |
| 474 | 2026-08-30T01:40:28.891Z | Downloaded sync_wrapper v1.0.2 |
| 475 | 2026-08-30T01:40:28.892Z | Downloaded spki v0.7.3 |
| 476 | 2026-08-30T01:40:28.892Z | Downloaded env_logger v0.11.11 |
| 477 | 2026-08-30T01:40:28.892Z | Downloaded zerotrie v0.2.4 |
| 478 | 2026-08-30T01:40:28.895Z | Downloaded httparse v1.10.1 |
| 479 | 2026-08-30T01:40:28.898Z | Downloaded jobserver v0.1.35 |
| 480 | 2026-08-30T01:40:28.901Z | Downloaded find-msvc-tools v0.1.10 |
| 481 | 2026-08-30T01:40:28.904Z | Downloaded aws-smithy-types v1.6.1 |
| 482 | 2026-08-30T01:40:28.904Z | Downloaded ipnet v2.12.1 |
| 483 | 2026-08-30T01:40:28.907Z | Downloaded rustversion v1.0.23 |
| 484 | 2026-08-30T01:40:28.907Z | Downloaded schemars v1.2.2 |
| 485 | 2026-08-30T01:40:28.913Z | Downloaded cc v1.4.2 |
| 486 | 2026-08-30T01:40:28.916Z | Downloaded x509-cert v0.2.5 |
| 487 | 2026-08-30T01:40:28.919Z | Downloaded thiserror v2.0.20 |
| 488 | 2026-08-30T01:40:28.922Z | Downloaded tokio-fd v0.3.0 |
| 489 | 2026-08-30T01:40:28.922Z | Downloaded shlex v2.0.1 |
| 490 | 2026-08-30T01:40:28.922Z | Downloaded smallvec v0.6.14 |
| 491 | 2026-08-30T01:40:28.922Z | Downloaded serde_derive_internals v0.29.1 |
| 492 | 2026-08-30T01:40:28.925Z | Downloaded time-macros v0.2.32 |
| 493 | 2026-08-30T01:40:28.926Z | Downloaded ecdsa v0.16.9 |
| 494 | 2026-08-30T01:40:28.926Z | Downloaded vsimd v0.8.0 |
| 495 | 2026-08-30T01:40:28.926Z | Downloaded http-body-util v0.1.4 |
| 496 | 2026-08-30T01:40:28.929Z | Downloaded rand v0.9.5 |
| 497 | 2026-08-30T01:40:28.929Z | Downloaded tungstenite v0.28.0 |
| 498 | 2026-08-30T01:40:28.932Z | Downloaded semver v1.0.28 |
| 499 | 2026-08-30T01:40:28.932Z | Downloaded rustls-platform-verifier v0.7.0 |
| 500 | 2026-08-30T01:40:28.935Z | Downloaded toml v1.1.4+spec-1.1.0 |
| 501 | 2026-08-30T01:40:28.935Z | Downloaded flate2 v1.1.9 |
| 502 | 2026-08-30T01:40:28.938Z | Downloaded heapless v0.7.17 |
| 503 | 2026-08-30T01:40:28.941Z | Downloaded getrandom v0.3.4 |
| 504 | 2026-08-30T01:40:28.941Z | Downloaded icu_properties v2.2.0 |
| 505 | 2026-08-30T01:40:28.944Z | Downloaded hostname v0.4.2 |
| 506 | 2026-08-30T01:40:28.944Z | Downloaded mio v1.2.2 |
| 507 | 2026-08-30T01:40:28.948Z | Downloaded yoke v0.8.3 |
| 508 | 2026-08-30T01:40:28.948Z | Downloaded getrandom v0.2.17 |
| 509 | 2026-08-30T01:40:28.951Z | Downloaded miette v7.6.0 |
| 510 | 2026-08-30T01:40:28.952Z | Downloaded tracing-core v0.1.36 |
| 511 | 2026-08-30T01:40:28.955Z | Downloaded typenum v1.20.1 |
| 512 | 2026-08-30T01:40:28.955Z | Downloaded icu_locale_core v2.2.0 |
| 513 | 2026-08-30T01:40:28.958Z | Downloaded unsafe-libyaml v0.2.11 |
| 514 | 2026-08-30T01:40:28.961Z | Downloaded hybrid-array v0.4.14 |
| 515 | 2026-08-30T01:40:28.961Z | Downloaded hmac v0.12.1 |
| 516 | 2026-08-30T01:40:28.964Z | Downloaded futures v0.3.33 |
| 517 | 2026-08-30T01:40:28.967Z | Downloaded socket2 v0.6.5 |
| 518 | 2026-08-30T01:40:28.971Z | Downloaded shlex v1.3.0 |
| 519 | 2026-08-30T01:40:28.977Z | Downloaded tinyvec v1.12.0 |
| 520 | 2026-08-30T01:40:28.980Z | Downloaded http v1.5.0 |
| 521 | 2026-08-30T01:40:28.983Z | Downloaded rustls-pki-types v1.15.1 |
| 522 | 2026-08-30T01:40:28.983Z | Downloaded ryu v1.0.23 |
| 523 | 2026-08-30T01:40:28.983Z | Downloaded elliptic-curve v0.13.8 |
| 524 | 2026-08-30T01:40:28.987Z | Downloaded rustls-webpki v0.103.13 |
| 525 | 2026-08-30T01:40:28.991Z | Downloaded hyper-util v0.1.20 |
| 526 | 2026-08-30T01:40:28.995Z | Downloaded zerocopy-derive v0.8.56 |
| 527 | 2026-08-30T01:40:28.998Z | Downloaded slog v2.8.2 |
| 528 | 2026-08-30T01:40:29.002Z | Downloaded http v0.2.12 |
| 529 | 2026-08-30T01:40:29.002Z | Downloaded icu_collections v2.2.0 |
| 530 | 2026-08-30T01:40:29.006Z | Downloaded indicatif v0.18.6 |
| 531 | 2026-08-30T01:40:29.006Z | Downloaded num-bigint-dig v0.8.6 |
| 532 | 2026-08-30T01:40:29.009Z | Downloaded serde v1.0.229 |
| 533 | 2026-08-30T01:40:29.012Z | Downloaded serde_derive v1.0.229 |
| 534 | 2026-08-30T01:40:29.015Z | Downloaded serde_yaml v0.9.34+deprecated |
| 535 | 2026-08-30T01:40:29.016Z | Downloaded rand v0.10.2 |
| 536 | 2026-08-30T01:40:29.019Z | Downloaded ed25519-dalek v2.2.0 |
| 537 | 2026-08-30T01:40:29.023Z | Downloaded indexmap v2.14.0 |
| 538 | 2026-08-30T01:40:29.029Z | Downloaded libm v0.2.16 |
| 539 | 2026-08-30T01:40:29.038Z | Downloaded clap_builder v4.6.6 |
| 540 | 2026-08-30T01:40:29.042Z | Downloaded half v2.7.1 |
| 541 | 2026-08-30T01:40:29.045Z | Downloaded ssh-key v0.6.7 |
| 542 | 2026-08-30T01:40:29.052Z | Downloaded tower-http v0.6.11 |
| 543 | 2026-08-30T01:40:29.059Z | Downloaded hkdf v0.12.4 |
| 544 | 2026-08-30T01:40:29.062Z | Downloaded icu_properties_data v2.2.0 |
| 545 | 2026-08-30T01:40:29.065Z | Downloaded tower v0.5.3 |
| 546 | 2026-08-30T01:40:29.069Z | Downloaded p521 v0.13.3 |
| 547 | 2026-08-30T01:40:29.072Z | Downloaded hashbrown v0.16.1 |
| 548 | 2026-08-30T01:40:29.076Z | Downloaded icu_normalizer_data v2.2.0 |
| 549 | 2026-08-30T01:40:29.076Z | Downloaded jiff-core v0.1.0 |
| 550 | 2026-08-30T01:40:29.080Z | Downloaded hashbrown v0.17.1 |
| 551 | 2026-08-30T01:40:29.083Z | Downloaded toml_edit v0.22.27 |
| 552 | 2026-08-30T01:40:29.083Z | Downloaded icu_normalizer v2.2.0 |
| 553 | 2026-08-30T01:40:29.086Z | Downloaded unicode-segmentation v1.13.3 |
| 554 | 2026-08-30T01:40:29.090Z | Downloaded regex v1.13.1 |
| 555 | 2026-08-30T01:40:29.095Z | Downloaded blake3 v1.8.6 |
| 556 | 2026-08-30T01:40:29.103Z | Downloaded hyper v1.11.0 |
| 557 | 2026-08-30T01:40:29.107Z | Downloaded hashbrown v0.12.3 |
| 558 | 2026-08-30T01:40:29.110Z | Downloaded bitvec v1.1.1 |
| 559 | 2026-08-30T01:40:29.117Z | Downloaded serde_json v1.0.151 |
| 560 | 2026-08-30T01:40:29.121Z | Downloaded reqwest v0.13.4 |
| 561 | 2026-08-30T01:40:29.124Z | Downloaded winnow v0.7.15 |
| 562 | 2026-08-30T01:40:29.129Z | Downloaded winnow v1.0.4 |
| 563 | 2026-08-30T01:40:29.134Z | Downloaded aws-lc-rs v1.18.0 |
| 564 | 2026-08-30T01:40:29.140Z | Downloaded chrono v0.4.45 |
| 565 | 2026-08-30T01:40:29.143Z | Downloaded zerovec v0.11.6 |
| 566 | 2026-08-30T01:40:29.146Z | Downloaded idna v1.1.0 |
| 567 | 2026-08-30T01:40:29.166Z | Downloaded curve25519-dalek v4.1.3 |
| 568 | 2026-08-30T01:40:29.172Z | Downloaded zerocopy v0.8.56 |
| 569 | 2026-08-30T01:40:29.183Z | Downloaded unicode-width v0.2.2 |
| 570 | 2026-08-30T01:40:29.186Z | Downloaded hashbrown v0.14.5 |
| 571 | 2026-08-30T01:40:29.189Z | Downloaded portable-atomic v1.15.0 |
| 572 | 2026-08-30T01:40:29.193Z | Downloaded syn v2.0.119 |
| 573 | 2026-08-30T01:40:29.199Z | Downloaded tokio-util v0.7.19 |
| 574 | 2026-08-30T01:40:29.203Z | Downloaded salty v0.3.0 |
| 575 | 2026-08-30T01:40:29.207Z | Downloaded futures-util v0.3.33 |
| 576 | 2026-08-30T01:40:29.213Z | Downloaded p384 v0.13.1 |
| 577 | 2026-08-30T01:40:29.216Z | Downloaded typify-impl v0.6.2 |
| 578 | 2026-08-30T01:40:29.223Z | Downloaded serde_with v3.22.0 |
| 579 | 2026-08-30T01:40:29.245Z | Downloaded h2 v0.4.15 |
| 580 | 2026-08-30T01:40:29.248Z | Downloaded quinn-proto v0.11.16 |
| 581 | 2026-08-30T01:40:29.252Z | Downloaded jiff v0.2.35 |
| 582 | 2026-08-30T01:40:29.262Z | Downloaded radix_trie v0.3.0 |
| 583 | 2026-08-30T01:40:29.277Z | Downloaded sha3 v0.10.9 |
| 584 | 2026-08-30T01:40:29.310Z | Downloaded syn v1.0.109 |
| 585 | 2026-08-30T01:40:29.315Z | Downloaded time v0.3.55 |
| 586 | 2026-08-30T01:40:29.327Z | Downloaded gimli v0.32.3 |
| 587 | 2026-08-30T01:40:29.366Z | Downloaded unicode-width v0.1.14 |
| 588 | 2026-08-30T01:40:29.366Z | Downloaded openapiv3 v2.2.0 |
| 589 | 2026-08-30T01:40:29.372Z | Downloaded nix v0.31.3 |
| 590 | 2026-08-30T01:40:29.378Z | Downloaded object v0.37.3 |
| 591 | 2026-08-30T01:40:29.384Z | Downloaded syn v3.0.3 |
| 592 | 2026-08-30T01:40:29.390Z | Downloaded regress v0.11.1 |
| 593 | 2026-08-30T01:40:29.398Z | Downloaded rustix v0.38.44 |
| 594 | 2026-08-30T01:40:29.410Z | Downloaded rustls v0.23.43 |
| 595 | 2026-08-30T01:40:29.417Z | Downloaded regex-syntax v0.8.11 |
| 596 | 2026-08-30T01:40:29.421Z | Downloaded dropshot v0.17.1 |
| 597 | 2026-08-30T01:40:29.433Z | Downloaded rustix v1.1.4 |
| 598 | 2026-08-30T01:40:29.445Z | Downloaded tracing v0.1.44 |
| 599 | 2026-08-30T01:40:29.488Z | Downloaded regex-automata v0.4.18 |
| 600 | 2026-08-30T01:40:29.537Z | Downloaded libc v0.2.189 |
| 601 | 2026-08-30T01:40:29.563Z | Downloaded tokio v1.53.1 |
| 602 | 2026-08-30T01:40:29.610Z | Downloaded encoding_rs v0.8.35 |
| 603 | 2026-08-30T01:40:29.623Z | Downloaded ring v0.17.14 |
| 604 | 2026-08-30T01:40:29.826Z | Downloaded aws-lc-sys v0.44.0 |
| 605 | 2026-08-30T01:40:30.078Z | Compiling proc-macro2 v1.0.107 |
| 606 | 2026-08-30T01:40:30.078Z | Compiling quote v1.0.47 |
| 607 | 2026-08-30T01:40:30.078Z | Compiling unicode-ident v1.0.24 |
| 608 | 2026-08-30T01:40:30.078Z | Compiling libc v0.2.189 |
| 609 | 2026-08-30T01:40:30.078Z | Compiling cfg-if v1.0.4 |
| 610 | 2026-08-30T01:40:30.082Z | Compiling version_check v0.9.5 |
| 611 | 2026-08-30T01:40:30.082Z | Compiling serde_core v1.0.229 |
| 612 | 2026-08-30T01:40:30.294Z | Compiling serde v1.0.229 |
| 613 | 2026-08-30T01:40:30.350Z | Compiling libm v0.2.16 |
| 614 | 2026-08-30T01:40:30.512Z | Compiling generic-array v0.14.7 |
| 615 | 2026-08-30T01:40:30.631Z | Compiling autocfg v1.5.1 |
| 616 | 2026-08-30T01:40:30.655Z | Compiling typenum v1.20.1 |
| 617 | 2026-08-30T01:40:30.758Z | Compiling subtle v2.6.1 |
| 618 | 2026-08-30T01:40:30.912Z | Compiling memchr v2.8.3 |
| 619 | 2026-08-30T01:40:30.995Z | Compiling smallvec v1.15.2 |
| 620 | 2026-08-30T01:40:30.998Z | Compiling itoa v1.0.18 |
| 621 | 2026-08-30T01:40:31.251Z | Compiling errno v0.3.14 |
| 622 | 2026-08-30T01:40:31.254Z | Compiling const-oid v0.9.6 |
| 623 | 2026-08-30T01:40:31.408Z | Compiling bytes v1.12.1 |
| 624 | 2026-08-30T01:40:31.421Z | Compiling syn v2.0.119 |
| 625 | 2026-08-30T01:40:31.469Z | Compiling syn v3.0.3 |
| 626 | 2026-08-30T01:40:31.524Z | Compiling scopeguard v1.2.0 |
| 627 | 2026-08-30T01:40:31.633Z | Compiling lock_api v0.4.14 |
| 628 | 2026-08-30T01:40:31.882Z | Compiling pin-project-lite v0.2.17 |
| 629 | 2026-08-30T01:40:31.982Z | Compiling thiserror v2.0.20 |
| 630 | 2026-08-30T01:40:32.091Z | Compiling zmij v1.0.23 |
| 631 | 2026-08-30T01:40:32.103Z | Compiling zeroize v1.9.0 |
| 632 | 2026-08-30T01:40:32.242Z | Compiling parking_lot_core v0.9.12 |
| 633 | 2026-08-30T01:40:32.272Z | Compiling signal-hook-registry v1.4.8 |
| 634 | 2026-08-30T01:40:32.343Z | Compiling num-traits v0.2.19 |
| 635 | 2026-08-30T01:40:32.391Z | Compiling serde_json v1.0.151 |
| 636 | 2026-08-30T01:40:32.651Z | Compiling futures-core v0.3.33 |
| 637 | 2026-08-30T01:40:32.795Z | Compiling semver v1.0.28 |
| 638 | 2026-08-30T01:40:32.810Z | Compiling mio v1.2.2 |
| 639 | 2026-08-30T01:40:32.822Z | Compiling socket2 v0.6.5 |
| 640 | 2026-08-30T01:40:32.906Z | Compiling parking_lot v0.12.5 |
| 641 | 2026-08-30T01:40:33.057Z | Compiling heck v0.5.0 |
| 642 | 2026-08-30T01:40:33.087Z | Compiling base64ct v1.8.3 |
| 643 | 2026-08-30T01:40:33.433Z | Compiling pem-rfc7468 v0.7.0 |
| 644 | 2026-08-30T01:40:33.474Z | Compiling futures-sink v0.3.33 |
| 645 | 2026-08-30T01:40:33.595Z | Compiling http v1.5.0 |
| 646 | 2026-08-30T01:40:33.870Z | Compiling getrandom v0.2.17 |
| 647 | 2026-08-30T01:40:34.091Z | Compiling once_cell v1.21.4 |
| 648 | 2026-08-30T01:40:34.345Z | Compiling rand_core v0.6.4 |
| 649 | 2026-08-30T01:40:34.377Z | Compiling rustc_version v0.4.1 |
| 650 | 2026-08-30T01:40:34.487Z | Compiling jobserver v0.1.35 |
| 651 | 2026-08-30T01:40:34.604Z | Compiling zerocopy v0.8.56 |
| 652 | 2026-08-30T01:40:34.646Z | Compiling slab v0.4.12 |
| 653 | 2026-08-30T01:40:34.730Z | Compiling find-msvc-tools v0.1.10 |
| 654 | 2026-08-30T01:40:34.769Z | Compiling serde_derive v1.0.229 |
| 655 | 2026-08-30T01:40:34.814Z | Compiling thiserror-impl v2.0.20 |
| 656 | 2026-08-30T01:40:34.856Z | Compiling tokio-macros v2.7.2 |
| 657 | 2026-08-30T01:40:34.983Z | Compiling flagset v0.4.7 |
| 658 | 2026-08-30T01:40:35.112Z | Compiling shlex v2.0.1 |
| 659 | 2026-08-30T01:40:35.173Z | Compiling futures-channel v0.3.33 |
| 660 | 2026-08-30T01:40:35.195Z | Compiling bitflags v2.13.1 |
| 661 | 2026-08-30T01:40:35.299Z | Compiling cc v1.4.2 |
| 662 | 2026-08-30T01:40:35.444Z | Compiling synstructure v0.13.2 |
| 663 | 2026-08-30T01:40:35.477Z | Compiling zeroize_derive v1.5.0 |
| 664 | 2026-08-30T01:40:35.582Z | Compiling der_derive v0.7.3 |
| 665 | 2026-08-30T01:40:35.595Z | Compiling tokio v1.53.1 |
| 666 | 2026-08-30T01:40:35.598Z | Compiling zerocopy-derive v0.8.56 |
| 667 | 2026-08-30T01:40:35.913Z | Compiling futures-macro v0.3.33 |
| 668 | 2026-08-30T01:40:36.208Z | Compiling stable_deref_trait v1.2.1 |
| 669 | 2026-08-30T01:40:36.330Z | Compiling log v0.4.33 |
| 670 | 2026-08-30T01:40:36.527Z | Compiling der v0.7.10 |
| 671 | 2026-08-30T01:40:36.552Z | Compiling futures-task v0.3.33 |
| 672 | 2026-08-30T01:40:36.572Z | Compiling futures-io v0.3.33 |
| 673 | 2026-08-30T01:40:36.735Z | Compiling futures-util v0.3.33 |
| 674 | 2026-08-30T01:40:36.764Z | Compiling crypto-common v0.1.7 |
| 675 | 2026-08-30T01:40:36.840Z | Compiling block-buffer v0.10.4 |
| 676 | 2026-08-30T01:40:36.938Z | Compiling rustversion v1.0.23 |
| 677 | 2026-08-30T01:40:36.990Z | Compiling digest v0.10.7 |
| 678 | 2026-08-30T01:40:37.125Z | Compiling getrandom v0.4.3 |
| 679 | 2026-08-30T01:40:37.416Z | Compiling zerofrom-derive v0.1.7 |
| 680 | 2026-08-30T01:40:37.762Z | Compiling spki v0.7.3 |
| 681 | 2026-08-30T01:40:38.180Z | Compiling equivalent v1.0.2 |
| 682 | 2026-08-30T01:40:38.206Z | Compiling schemars v0.8.22 |
| 683 | 2026-08-30T01:40:38.282Z | Compiling cpufeatures v0.2.17 |
| 684 | 2026-08-30T01:40:38.609Z | Compiling zerofrom v0.1.8 |
| 685 | 2026-08-30T01:40:38.734Z | Compiling yoke-derive v0.8.2 |
| 686 | 2026-08-30T01:40:39.051Z | Compiling serde_derive_internals v0.29.1 |
| 687 | 2026-08-30T01:40:39.392Z | Compiling cmake v0.1.58 |
| 688 | 2026-08-30T01:40:39.641Z | Compiling allocator-api2 v0.2.21 |
| 689 | 2026-08-30T01:40:39.715Z | Compiling dunce v1.0.5 |
| 690 | 2026-08-30T01:40:39.715Z | Compiling fs_extra v1.3.0 |
| 691 | 2026-08-30T01:40:39.758Z | Compiling schemars_derive v0.8.22 |
| 692 | 2026-08-30T01:40:39.793Z | Compiling yoke v0.8.3 |
| 693 | 2026-08-30T01:40:39.810Z | Compiling pkg-config v0.3.33 |
| 694 | 2026-08-30T01:40:39.964Z | Compiling fnv v1.0.7 |
| 695 | 2026-08-30T01:40:40.006Z | Compiling pkcs8 v0.10.2 |
| 696 | 2026-08-30T01:40:40.067Z | Compiling zerovec-derive v0.11.3 |
| 697 | 2026-08-30T01:40:40.228Z | Compiling http-body v1.1.0 |
| 698 | 2026-08-30T01:40:40.255Z | Compiling aws-lc-sys v0.44.0 |
| 699 | 2026-08-30T01:40:40.523Z | Compiling iana-time-zone v0.1.65 |
| 700 | 2026-08-30T01:40:40.731Z | Compiling chrono v0.4.45 |
| 701 | 2026-08-30T01:40:40.824Z | Compiling tracing-attributes v0.1.31 |
| 702 | 2026-08-30T01:40:40.901Z | Compiling displaydoc v0.2.7 |
| 703 | 2026-08-30T01:40:40.948Z | Compiling tracing-core v0.1.36 |
| 704 | 2026-08-30T01:40:41.146Z | Compiling zerovec v0.11.6 |
| 705 | 2026-08-30T01:40:41.643Z | Compiling hashbrown v0.17.1 |
| 706 | 2026-08-30T01:40:41.706Z | Compiling rustix v1.1.4 |
| 707 | 2026-08-30T01:40:41.995Z | Compiling sha2 v0.10.9 |
| 708 | 2026-08-30T01:40:41.998Z | Compiling tracing v0.1.44 |
| 709 | 2026-08-30T01:40:42.250Z | Compiling indexmap v2.14.0 |
| 710 | 2026-08-30T01:40:42.300Z | Compiling curve25519-dalek v4.1.3 |
| 711 | 2026-08-30T01:40:42.416Z | Compiling httparse v1.10.1 |
| 712 | 2026-08-30T01:40:42.568Z | Compiling aws-lc-rs v1.18.0 |
| 713 | 2026-08-30T01:40:42.926Z | Compiling slog v2.8.2 |
| 714 | 2026-08-30T01:40:43.018Z | Compiling rustls-pki-types v1.15.1 |
| 715 | 2026-08-30T01:40:43.106Z | Compiling time-core v0.1.9 |
| 716 | 2026-08-30T01:40:43.153Z | Compiling num-conv v0.2.2 |
| 717 | 2026-08-30T01:40:43.305Z | Compiling time-macros v0.2.32 |
| 718 | 2026-08-30T01:40:43.885Z | Compiling tinystr v0.8.3 |
| 719 | 2026-08-30T01:40:44.022Z | Compiling ppv-lite86 v0.2.21 |
| 720 | 2026-08-30T01:40:44.097Z | Compiling uuid v1.24.0 |
| 721 | 2026-08-30T01:40:44.147Z | Compiling erased-serde v0.3.31 |
| 722 | 2026-08-30T01:40:44.353Z | Compiling signature v2.2.0 |
| 723 | 2026-08-30T01:40:44.468Z | Compiling hmac v0.12.1 |
| 724 | 2026-08-30T01:40:44.518Z | Compiling curve25519-dalek-derive v0.1.1 |
| 725 | 2026-08-30T01:40:44.682Z | Compiling utf8parse v0.2.2 |
| 726 | 2026-08-30T01:40:44.721Z | Compiling percent-encoding v2.3.2 |
| 727 | 2026-08-30T01:40:44.796Z | Compiling litemap v0.8.2 |
| 728 | 2026-08-30T01:40:44.869Z | Compiling deranged v0.5.8 |
| 729 | 2026-08-30T01:40:44.982Z | Compiling num_threads v0.1.7 |
| 730 | 2026-08-30T01:40:44.994Z | Compiling ryu v1.0.23 |
| 731 | 2026-08-30T01:40:45.128Z | Compiling writeable v0.6.3 |
| 732 | 2026-08-30T01:40:45.166Z | Compiling powerfmt v0.2.0 |
| 733 | 2026-08-30T01:40:45.259Z | Compiling strsim v0.11.1 |
| 734 | 2026-08-30T01:40:45.364Z | Compiling icu_locale_core v2.2.0 |
| 735 | 2026-08-30T01:40:45.430Z | Compiling potential_utf v0.1.5 |
| 736 | 2026-08-30T01:40:45.536Z | Compiling zerotrie v0.2.4 |
| 737 | 2026-08-30T01:40:45.606Z | Compiling http-body-util v0.1.4 |
| 738 | 2026-08-30T01:40:45.893Z | Compiling time v0.3.55 |
| 739 | 2026-08-30T01:40:45.943Z | Compiling clap_derive v4.6.4 |
| 740 | 2026-08-30T01:40:45.956Z | Compiling ff v0.13.1 |
| 741 | 2026-08-30T01:40:46.011Z | Compiling icu_properties_data v2.2.0 |
| 742 | 2026-08-30T01:40:46.090Z | Compiling base16ct v0.2.0 |
| 743 | 2026-08-30T01:40:46.104Z | Compiling utf8_iter v1.0.4 |
| 744 | 2026-08-30T01:40:46.232Z | Compiling syn v1.0.109 |
| 745 | 2026-08-30T01:40:46.261Z | Compiling dyn-clone v1.0.20 |
| 746 | 2026-08-30T01:40:46.320Z | Compiling icu_normalizer_data v2.2.0 |
| 747 | 2026-08-30T01:40:46.403Z | Compiling rustls v0.23.43 |
| 748 | 2026-08-30T01:40:46.532Z | Compiling untrusted v0.9.0 |
| 749 | 2026-08-30T01:40:46.638Z | Compiling icu_collections v2.2.0 |
| 750 | 2026-08-30T01:40:46.661Z | Compiling sec1 v0.7.3 |
| 751 | 2026-08-30T01:40:47.334Z | Compiling icu_provider v2.2.0 |
| 752 | 2026-08-30T01:40:47.437Z | Compiling group v0.13.0 |
| 753 | 2026-08-30T01:40:47.645Z | Compiling anstyle-parse v1.0.0 |
| 754 | 2026-08-30T01:40:47.786Z | Compiling hkdf v0.12.4 |
| 755 | 2026-08-30T01:40:47.864Z | Compiling crypto-bigint v0.5.5 |
| 756 | 2026-08-30T01:40:47.947Z | Compiling colorchoice v1.0.5 |
| 757 | 2026-08-30T01:40:47.960Z | Compiling anstyle v1.0.14 |
| 758 | 2026-08-30T01:40:48.013Z | Compiling anstyle-query v1.1.5 |
| 759 | 2026-08-30T01:40:48.067Z | Compiling is_terminal_polyfill v1.70.2 |
| 760 | 2026-08-30T01:40:48.120Z | Compiling atomic-waker v1.1.2 |
| 761 | 2026-08-30T01:40:48.165Z | Compiling anstream v1.0.0 |
| 762 | 2026-08-30T01:40:48.492Z | Compiling form_urlencoded v1.2.2 |
| 763 | 2026-08-30T01:40:48.656Z | Compiling serde_tokenstream v0.2.3 |
| 764 | 2026-08-30T01:40:48.754Z | Compiling tokio-util v0.7.19 |
| 765 | 2026-08-30T01:40:48.932Z | Compiling elliptic-curve v0.13.8 |
| 766 | 2026-08-30T01:40:48.935Z | Compiling num-integer v0.1.46 |
| 767 | 2026-08-30T01:40:49.122Z | Compiling spin v0.9.9 |
| 768 | 2026-08-30T01:40:49.316Z | Compiling foldhash v0.2.0 |
| 769 | 2026-08-30T01:40:49.345Z | Compiling try-lock v0.2.5 |
| 770 | 2026-08-30T01:40:49.431Z | Compiling base64 v0.22.1 |
| 771 | 2026-08-30T01:40:49.473Z | Compiling tower-service v0.3.3 |
| 772 | 2026-08-30T01:40:49.529Z | Compiling tower-layer v0.3.3 |
| 773 | 2026-08-30T01:40:49.567Z | Compiling object v0.37.3 |
| 774 | 2026-08-30T01:40:49.725Z | Compiling hashbrown v0.16.1 |
| 775 | 2026-08-30T01:40:49.771Z | Compiling want v0.3.1 |
| 776 | 2026-08-30T01:40:49.828Z | Compiling h2 v0.4.15 |
| 777 | 2026-08-30T01:40:49.891Z | Compiling icu_normalizer v2.2.0 |
| 778 | 2026-08-30T01:40:49.904Z | Compiling icu_properties v2.2.0 |
| 779 | 2026-08-30T01:40:49.949Z | Compiling rfc6979 v0.4.0 |
| 780 | 2026-08-30T01:40:50.087Z | Compiling terminal_size v0.4.4 |
| 781 | 2026-08-30T01:40:50.437Z | Compiling ahash v0.8.12 |
| 782 | 2026-08-30T01:40:50.849Z | Compiling httpdate v1.0.3 |
| 783 | 2026-08-30T01:40:51.144Z | Compiling adler2 v2.0.1 |
| 784 | 2026-08-30T01:40:51.222Z | Compiling gimli v0.32.3 |
| 785 | 2026-08-30T01:40:51.343Z | Compiling getrandom v0.3.4 |
| 786 | 2026-08-30T01:40:51.441Z | Compiling clap_lex v1.1.0 |
| 787 | 2026-08-30T01:40:51.684Z | Compiling clap_builder v4.6.6 |
| 788 | 2026-08-30T01:40:51.741Z | Compiling miniz_oxide v0.8.9 |
| 789 | 2026-08-30T01:40:52.023Z | Compiling idna_adapter v1.2.2 |
| 790 | 2026-08-30T01:40:52.089Z | Compiling regress v0.11.1 |
| 791 | 2026-08-30T01:40:52.152Z | Compiling ecdsa v0.16.9 |
| 792 | 2026-08-30T01:40:52.545Z | Compiling hyper v1.11.0 |
| 793 | 2026-08-30T01:40:52.762Z | Compiling primeorder v0.13.6 |
| 794 | 2026-08-30T01:40:53.058Z | Compiling addr2line v0.25.1 |
| 795 | 2026-08-30T01:40:53.375Z | Compiling rand_chacha v0.3.1 |
| 796 | 2026-08-30T01:40:54.288Z | Compiling owo-colors v4.3.0 |
| 797 | 2026-08-30T01:40:54.607Z | Compiling ident_case v1.0.1 |
| 798 | 2026-08-30T01:40:54.610Z | Compiling ipnet v2.12.1 |
| 799 | 2026-08-30T01:40:54.663Z | Compiling rustc-demangle v0.1.28 |
| 800 | 2026-08-30T01:40:54.727Z | Compiling darling_core v0.23.0 |
| 801 | 2026-08-30T01:40:54.935Z | Compiling backtrace v0.3.76 |
| 802 | 2026-08-30T01:40:54.999Z | Compiling hyper-util v0.1.20 |
| 803 | 2026-08-30T01:40:56.161Z | Compiling typify-impl v0.6.2 |
| 804 | 2026-08-30T01:40:56.670Z | Compiling clap v4.6.6 |
| 805 | 2026-08-30T01:40:56.754Z | Compiling rand v0.8.7 |
| 806 | 2026-08-30T01:40:57.145Z | Compiling idna v1.1.0 |
| 807 | 2026-08-30T01:40:57.535Z | Compiling ed25519 v2.2.3 |
| 808 | 2026-08-30T01:40:57.830Z | Compiling http v0.2.12 |
| 809 | 2026-08-30T01:40:58.215Z | Compiling x509-cert v0.2.5 |
| 810 | 2026-08-30T01:40:58.348Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 811 | 2026-08-30T01:40:58.880Z | Compiling encoding_rs v0.8.35 |
| 812 | 2026-08-30T01:40:59.095Z | Compiling unicode-linebreak v0.1.5 |
| 813 | 2026-08-30T01:40:59.230Z | Compiling thiserror v1.0.69 |
| 814 | 2026-08-30T01:40:59.325Z | Compiling unicode-width v0.2.2 |
| 815 | 2026-08-30T01:40:59.501Z | Compiling either v1.17.0 |
| 816 | 2026-08-30T01:40:59.535Z | Compiling is_ci v1.2.0 |
| 817 | 2026-08-30T01:40:59.727Z | Compiling outref v0.5.2 |
| 818 | 2026-08-30T01:40:59.751Z | Compiling anyhow v1.0.104 |
| 819 | 2026-08-30T01:40:59.809Z | Compiling num-bigint-dig v0.8.6 |
| 820 | 2026-08-30T01:40:59.872Z | Compiling hex v0.4.3 |
| 821 | 2026-08-30T01:41:00.024Z | Compiling mime v0.3.17 |
| 822 | 2026-08-30T01:41:00.049Z | Compiling paste v1.0.15 |
| 823 | 2026-08-30T01:41:00.148Z | Compiling vsimd v0.8.0 |
| 824 | 2026-08-30T01:41:00.485Z | Compiling lazy_static v1.5.0 |
| 825 | 2026-08-30T01:41:00.562Z | Compiling base64-simd v0.8.0 |
| 826 | 2026-08-30T01:41:00.574Z | Compiling bytes-utils v0.1.4 |
| 827 | 2026-08-30T01:41:00.710Z | Compiling supports-color v3.0.2 |
| 828 | 2026-08-30T01:41:00.868Z | Compiling textwrap v0.16.2 |
| 829 | 2026-08-30T01:41:01.027Z | Compiling typify-macro v0.6.2 |
| 830 | 2026-08-30T01:41:01.068Z | Compiling proc-macro-error2 v2.0.1 |
| 831 | 2026-08-30T01:41:01.219Z | Compiling http-body v0.4.6 |
| 832 | 2026-08-30T01:41:01.339Z | Compiling num-iter v0.1.46 |
| 833 | 2026-08-30T01:41:01.452Z | Compiling ed25519-dalek v2.2.0 |
| 834 | 2026-08-30T01:41:01.482Z | Compiling url v2.5.8 |
| 835 | 2026-08-30T01:41:01.932Z | Compiling rand_core v0.9.5 |
| 836 | 2026-08-30T01:41:02.181Z | Compiling darling_macro v0.23.0 |
| 837 | 2026-08-30T01:41:02.710Z | Compiling hashbrown v0.14.5 |
| 838 | 2026-08-30T01:41:02.805Z | Compiling backtrace-ext v0.2.1 |
| 839 | 2026-08-30T01:41:02.938Z | Compiling serde_urlencoded v0.7.1 |
| 840 | 2026-08-30T01:41:03.033Z | Compiling inout v0.1.4 |
| 841 | 2026-08-30T01:41:03.053Z | Compiling miette-derive v7.6.0 |
| 842 | 2026-08-30T01:41:03.150Z | Compiling thiserror-impl v1.0.69 |
| 843 | 2026-08-30T01:41:03.175Z | Compiling sync_wrapper v1.0.2 |
| 844 | 2026-08-30T01:41:03.248Z | Compiling supports-unicode v3.0.0 |
| 845 | 2026-08-30T01:41:03.281Z | Compiling fastrand v2.5.0 |
| 846 | 2026-08-30T01:41:03.382Z | Compiling keccak v0.1.6 |
| 847 | 2026-08-30T01:41:03.452Z | Compiling camino v1.2.5 |
| 848 | 2026-08-30T01:41:03.783Z | Compiling crc32fast v1.5.0 |
| 849 | 2026-08-30T01:41:03.824Z | Compiling pin-utils v0.1.0 |
| 850 | 2026-08-30T01:41:03.895Z | Compiling radium v0.7.0 |
| 851 | 2026-08-30T01:41:03.974Z | Compiling openssl-probe v0.2.1 |
| 852 | 2026-08-30T01:41:04.102Z | Compiling crossbeam-utils v0.8.22 |
| 853 | 2026-08-30T01:41:04.175Z | Compiling unicode-width v0.1.14 |
| 854 | 2026-08-30T01:41:04.225Z | Compiling supports-hyperlinks v3.2.0 |
| 855 | 2026-08-30T01:41:04.376Z | Compiling rustls-native-certs v0.8.4 |
| 856 | 2026-08-30T01:41:04.390Z | Compiling miette v7.6.0 |
| 857 | 2026-08-30T01:41:04.462Z | Compiling aws-smithy-types v1.6.1 |
| 858 | 2026-08-30T01:41:05.021Z | Compiling sha3 v0.10.9 |
| 859 | 2026-08-30T01:41:05.155Z | Compiling tempfile v3.27.0 |
| 860 | 2026-08-30T01:41:05.379Z | Compiling tower v0.5.3 |
| 861 | 2026-08-30T01:41:05.413Z | Compiling chumsky v0.9.3 |
| 862 | 2026-08-30T01:41:05.426Z | Compiling cipher v0.4.4 |
| 863 | 2026-08-30T01:41:05.971Z | Compiling darling v0.23.0 |
| 864 | 2026-08-30T01:41:05.974Z | Compiling rand_chacha v0.9.0 |
| 865 | 2026-08-30T01:41:06.055Z | Compiling knus-derive v3.4.0 |
| 866 | 2026-08-30T01:41:06.588Z | Compiling pkcs1 v0.7.5 |
| 867 | 2026-08-30T01:41:06.591Z | Compiling ssh-encoding v0.2.0 |
| 868 | 2026-08-30T01:41:06.831Z | Compiling half v2.7.1 |
| 869 | 2026-08-30T01:41:06.834Z | Compiling aws-smithy-async v1.3.0 |
| 870 | 2026-08-30T01:41:06.942Z | Compiling aws-smithy-runtime-api-macros v1.1.0 |
| 871 | 2026-08-30T01:41:07.028Z | Compiling aho-corasick v1.1.5 |
| 872 | 2026-08-30T01:41:07.095Z | Compiling hybrid-array v0.4.14 |
| 873 | 2026-08-30T01:41:07.149Z | Compiling omicron-workspace-hack v0.1.0 |
| 874 | 2026-08-30T01:41:07.176Z | Compiling regex-syntax v0.8.11 |
| 875 | 2026-08-30T01:41:07.368Z | Compiling ipnetwork v0.21.1 |
| 876 | 2026-08-30T01:41:07.438Z | Compiling tap v1.0.1 |
| 877 | 2026-08-30T01:41:07.441Z | Compiling byteorder v1.5.0 |
| 878 | 2026-08-30T01:41:07.599Z | Compiling maybe-uninit v2.0.0 |
| 879 | 2026-08-30T01:41:07.755Z | Compiling cpufeatures v0.3.0 |
| 880 | 2026-08-30T01:41:07.769Z | Compiling ciborium-io v0.2.2 |
| 881 | 2026-08-30T01:41:07.820Z | Compiling simd-adler32 v0.3.10 |
| 882 | 2026-08-30T01:41:07.862Z | Compiling ciborium-ll v0.2.2 |
| 883 | 2026-08-30T01:41:07.996Z | Compiling knus v3.4.0 |
| 884 | 2026-08-30T01:41:08.121Z | Compiling oxnet v0.1.6 |
| 885 | 2026-08-30T01:41:08.197Z | Compiling wyz v0.5.1 |
| 886 | 2026-08-30T01:41:08.408Z | Compiling aws-smithy-runtime-api v1.14.0 |
| 887 | 2026-08-30T01:41:08.468Z | Compiling ssh-cipher v0.2.0 |
| 888 | 2026-08-30T01:41:08.635Z | Compiling regex-automata v0.4.18 |
| 889 | 2026-08-30T01:41:08.681Z | Compiling rsa v0.9.10 |
| 890 | 2026-08-30T01:41:08.831Z | Compiling p384 v0.13.1 |
| 891 | 2026-08-30T01:41:09.248Z | Compiling rand v0.9.5 |
| 892 | 2026-08-30T01:41:09.325Z | Compiling serde_with_macros v3.22.0 |
| 893 | 2026-08-30T01:41:09.451Z | Compiling tower-http v0.6.11 |
| 894 | 2026-08-30T01:41:10.497Z | Compiling p256 v0.13.2 |
| 895 | 2026-08-30T01:41:10.677Z | Compiling hubpack_derive v0.1.1 |
| 896 | 2026-08-30T01:41:11.127Z | Compiling sha1 v0.10.7 |
| 897 | 2026-08-30T01:41:11.176Z | Compiling newtype-uuid v1.4.0 |
| 898 | 2026-08-30T01:41:11.232Z | Compiling openapiv3 v2.2.0 |
| 899 | 2026-08-30T01:41:11.367Z | Compiling strum_macros v0.26.4 |
| 900 | 2026-08-30T01:41:11.484Z | Compiling env_filter v2.0.0 |
| 901 | 2026-08-30T01:41:11.812Z | Compiling daft-derive v0.1.8 |
| 902 | 2026-08-30T01:41:12.171Z | Compiling heapless v0.7.17 |
| 903 | 2026-08-30T01:41:12.484Z | Compiling serde_path_to_error v0.1.20 |
| 904 | 2026-08-30T01:41:12.801Z | Compiling thread_local v1.1.10 |
| 905 | 2026-08-30T01:41:12.998Z | Compiling rlimit v0.10.2 |
| 906 | 2026-08-30T01:41:13.555Z | Compiling funty v2.0.0 |
| 907 | 2026-08-30T01:41:13.837Z | Compiling packed_struct v0.10.1 |
| 908 | 2026-08-30T01:41:13.850Z | Compiling data-encoding v2.11.1 |
| 909 | 2026-08-30T01:41:14.110Z | Compiling salty v0.3.0 |
| 910 | 2026-08-30T01:41:14.464Z | Compiling slog-async v2.8.0 |
| 911 | 2026-08-30T01:41:14.708Z | Compiling utf-8 v0.7.6 |
| 912 | 2026-08-30T01:41:14.903Z | Compiling tungstenite v0.28.0 |
| 913 | 2026-08-30T01:41:15.039Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 914 | 2026-08-30T01:41:16.521Z | Compiling bitvec v1.1.1 |
| 915 | 2026-08-30T01:41:18.350Z | Compiling strum v0.26.3 |
| 916 | 2026-08-30T01:41:18.485Z | Compiling daft v0.1.8 |
| 917 | 2026-08-30T01:41:18.668Z | Compiling env_logger v0.11.11 |
| 918 | 2026-08-30T01:41:18.672Z | Compiling hubpack v0.1.2 |
| 919 | 2026-08-30T01:41:18.751Z | Compiling crossbeam-channel v0.5.16 |
| 920 | 2026-08-30T01:41:18.921Z | Compiling ssh-key v0.6.7 |
| 921 | 2026-08-30T01:41:19.424Z | Compiling serde_with v3.22.0 |
| 922 | 2026-08-30T01:41:19.501Z | Compiling flate2 v1.1.9 |
| 923 | 2026-08-30T01:41:20.041Z | Compiling regex v1.13.1 |
| 924 | 2026-08-30T01:41:20.522Z | Compiling ciborium v0.2.2 |
| 925 | 2026-08-30T01:41:21.014Z | Compiling hash32 v0.2.1 |
| 926 | 2026-08-30T01:41:21.210Z | Compiling block-buffer v0.12.1 |
| 927 | 2026-08-30T01:41:21.287Z | Compiling crypto-common v0.2.2 |
| 928 | 2026-08-30T01:41:21.386Z | Compiling typify v0.6.2 |
| 929 | 2026-08-30T01:41:21.480Z | Compiling packed_struct_codegen v0.10.1 |
| 930 | 2026-08-30T01:41:22.592Z | Compiling futures-executor v0.3.33 |
| 931 | 2026-08-30T01:41:22.695Z | Compiling blake3 v1.8.6 |
| 932 | 2026-08-30T01:41:22.873Z | Compiling bitfield-macros v0.19.5 |
| 933 | 2026-08-30T01:41:23.088Z | Compiling async-trait v0.1.92 |
| 934 | 2026-08-30T01:41:23.106Z | Compiling aws-types v1.5.0 |
| 935 | 2026-08-30T01:41:23.374Z | Compiling is-terminal v0.4.17 |
| 936 | 2026-08-30T01:41:23.476Z | Compiling multer v3.1.0 |
| 937 | 2026-08-30T01:41:23.574Z | Compiling nodrop v0.1.14 |
| 938 | 2026-08-30T01:41:23.674Z | Compiling match_cfg v0.1.0 |
| 939 | 2026-08-30T01:41:23.703Z | Compiling sush-common v0.1.0 (/work/oxidecomputer/sush/common) |
| 940 | 2026-08-30T01:41:23.746Z | Compiling unsafe-libyaml v0.2.11 |
| 941 | 2026-08-30T01:41:23.994Z | Compiling compression-core v0.4.32 |
| 942 | 2026-08-30T01:41:24.165Z | Compiling take_mut v0.2.2 |
| 943 | 2026-08-30T01:41:24.282Z | Compiling cfg_aliases v0.2.2 |
| 944 | 2026-08-30T01:41:24.353Z | Compiling const-oid v0.10.2 |
| 945 | 2026-08-30T01:41:24.389Z | Compiling term v1.2.1 |
| 946 | 2026-08-30T01:41:24.481Z | Compiling winnow v1.0.4 |
| 947 | 2026-08-30T01:41:24.644Z | Compiling digest v0.11.3 |
| 948 | 2026-08-30T01:41:24.831Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 949 | 2026-08-30T01:41:24.902Z | Compiling slog-term v2.9.2 |
| 950 | 2026-08-30T01:41:25.790Z | Compiling serde_yaml v0.9.34+deprecated |
| 951 | 2026-08-30T01:41:26.100Z | Compiling nix v0.31.3 |
| 952 | 2026-08-30T01:41:26.471Z | Compiling compression-codecs v0.4.38 |
| 953 | 2026-08-30T01:41:26.512Z | Compiling hostname v0.3.1 |
| 954 | 2026-08-30T01:41:26.675Z | Compiling array-init v0.0.4 |
| 955 | 2026-08-30T01:41:26.710Z | Compiling bitfield v0.19.5 |
| 956 | 2026-08-30T01:41:26.993Z | Compiling futures v0.3.33 |
| 957 | 2026-08-30T01:41:27.006Z | Compiling progenitor-impl v0.14.0 |
| 958 | 2026-08-30T01:41:27.674Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 959 | 2026-08-30T01:41:27.965Z | Compiling smallvec v0.6.14 |
| 960 | 2026-08-30T01:41:28.202Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?tag=rel%2Fv21%2Frc1#3e5bafe8) |
| 961 | 2026-08-30T01:41:28.660Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 962 | 2026-08-30T01:41:29.432Z | Compiling tokio-tungstenite v0.28.0 |
| 963 | 2026-08-30T01:41:30.407Z | Compiling aws-credential-types v1.3.0 |
| 964 | 2026-08-30T01:41:30.699Z | Compiling aws-smithy-schema v0.2.0 |
| 965 | 2026-08-30T01:41:30.712Z | Compiling slog-json v2.6.1 |
| 966 | 2026-08-30T01:41:31.341Z | Compiling toml_datetime v0.6.11 |
| 967 | 2026-08-30T01:41:31.407Z | Compiling serde_spanned v0.6.9 |
| 968 | 2026-08-30T01:41:31.567Z | Compiling cobs v0.3.0 |
| 969 | 2026-08-30T01:41:31.707Z | Compiling async-stream-impl v0.3.6 |
| 970 | 2026-08-30T01:41:31.832Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 971 | 2026-08-30T01:41:32.245Z | Compiling serde_spanned v1.1.1 |
| 972 | 2026-08-30T01:41:32.325Z | Compiling dropshot v0.17.1 |
| 973 | 2026-08-30T01:41:32.366Z | Compiling http-range-header v0.4.2 |
| 974 | 2026-08-30T01:41:32.489Z | Compiling constant_time_eq v0.4.2 |
| 975 | 2026-08-30T01:41:32.524Z | Compiling signal-hook v0.4.4 |
| 976 | 2026-08-30T01:41:32.560Z | Compiling rustix v0.38.44 |
| 977 | 2026-08-30T01:41:32.676Z | Compiling arrayref v0.3.9 |
| 978 | 2026-08-30T01:41:32.700Z | Compiling winnow v0.7.15 |
| 979 | 2026-08-30T01:41:32.739Z | Compiling arrayvec v0.7.8 |
| 980 | 2026-08-30T01:41:32.753Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 981 | 2026-08-30T01:41:32.858Z | Compiling bytesize v2.7.0 |
| 982 | 2026-08-30T01:41:32.907Z | Compiling portable-atomic v1.15.0 |
| 983 | 2026-08-30T01:41:32.971Z | Compiling static_assertions v1.1.0 |
| 984 | 2026-08-30T01:41:33.007Z | Compiling toml_write v0.1.2 |
| 985 | 2026-08-30T01:41:33.251Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 986 | 2026-08-30T01:41:33.384Z | Compiling toml v1.1.4+spec-1.1.0 |
| 987 | 2026-08-30T01:41:33.996Z | Compiling async-stream v0.3.6 |
| 988 | 2026-08-30T01:41:34.060Z | Compiling postcard v1.1.3 |
| 989 | 2026-08-30T01:41:34.458Z | Compiling toml_edit v0.22.27 |
| 990 | 2026-08-30T01:41:35.921Z | Compiling slog-bunyan v2.5.0 |
| 991 | 2026-08-30T01:41:36.569Z | Compiling progenitor-macro v0.14.0 |
| 992 | 2026-08-30T01:41:37.761Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 993 | 2026-08-30T01:41:37.765Z | Compiling serde-hex v0.1.0 |
| 994 | 2026-08-30T01:41:40.880Z | Compiling async-compression v0.4.43 |
| 995 | 2026-08-30T01:41:41.347Z | Compiling sha1 v0.11.0 |
| 996 | 2026-08-30T01:41:41.609Z | Compiling oauth2 v5.0.0 |
| 997 | 2026-08-30T01:41:41.764Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86) |
| 998 | 2026-08-30T01:41:42.010Z | Compiling dropshot_endpoint v0.17.1 |
| 999 | 2026-08-30T01:41:43.481Z | Compiling waitgroup v0.1.2 |
| 1000 | 2026-08-30T01:41:43.615Z | Compiling rustls-pemfile v2.2.0 |
| 1001 | 2026-08-30T01:41:43.635Z | Compiling serde-big-array v0.5.1 |
| 1002 | 2026-08-30T01:41:43.785Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1003 | 2026-08-30T01:41:43.838Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1004 | 2026-08-30T01:41:43.896Z | Compiling nibble_vec v0.1.0 |
| 1005 | 2026-08-30T01:41:43.923Z | Compiling hostname v0.4.2 |
| 1006 | 2026-08-30T01:41:44.041Z | Compiling corncobs v0.1.4 |
| 1007 | 2026-08-30T01:41:44.078Z | Compiling debug-ignore v1.0.5 |
| 1008 | 2026-08-30T01:41:44.188Z | Compiling crc-any v2.5.1 |
| 1009 | 2026-08-30T01:41:44.200Z | Compiling endian-type v0.2.0 |
| 1010 | 2026-08-30T01:41:44.244Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1011 | 2026-08-30T01:41:44.293Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1012 | 2026-08-30T01:41:44.332Z | Compiling radix_trie v0.3.0 |
| 1013 | 2026-08-30T01:41:44.438Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1014 | 2026-08-30T01:41:44.783Z | Compiling sshauth v0.1.2 (https://github.com/oxidecomputer/sshauth#6233c1b2) |
| 1015 | 2026-08-30T01:41:46.939Z | Compiling toml v0.8.23 |
| 1016 | 2026-08-30T01:41:46.973Z | Compiling permission-slip-common v0.1.0 (https://github.com/oxidecomputer/permission-slip?rev=2a8adcadde01518f1d39993a1cc45ec3b78b3204#2a8adcad) |
| 1017 | 2026-08-30T01:41:48.779Z | Compiling console v0.16.4 |
| 1018 | 2026-08-30T01:41:49.309Z | Compiling secrecy v0.8.0 |
| 1019 | 2026-08-30T01:41:49.458Z | Compiling clap-num v1.2.0 |
| 1020 | 2026-08-30T01:41:49.627Z | Compiling rustls-webpki v0.103.13 |
| 1021 | 2026-08-30T01:41:49.640Z | Compiling termios v0.3.3 |
| 1022 | 2026-08-30T01:41:49.808Z | Compiling unicode-segmentation v1.13.3 |
| 1023 | 2026-08-30T01:41:50.088Z | Compiling home v0.5.12 |
| 1024 | 2026-08-30T01:41:50.276Z | Compiling xdg v2.5.2 |
| 1025 | 2026-08-30T01:41:50.401Z | Compiling unit-prefix v0.5.2 |
| 1026 | 2026-08-30T01:41:50.425Z | Compiling natord v1.0.9 |
| 1027 | 2026-08-30T01:41:50.558Z | Compiling indicatif v0.18.6 |
| 1028 | 2026-08-30T01:41:50.692Z | Compiling rustyline v18.0.0 (https://github.com/kkawakam/rustyline?rev=5ab22f2f8d65e85f0b925360437ece8eeeb6db92#5ab22f2f) |
| 1029 | 2026-08-30T01:41:51.045Z | Compiling atomicwrites v0.4.4 |
| 1030 | 2026-08-30T01:41:51.318Z | Compiling tokio-fd v0.3.0 |
| 1031 | 2026-08-30T01:41:51.337Z | Compiling async-recursion v1.1.1 |
| 1032 | 2026-08-30T01:41:51.536Z | Compiling memmap2 v0.9.11 |
| 1033 | 2026-08-30T01:41:51.837Z | Compiling xdg v3.0.0 |
| 1034 | 2026-08-30T01:41:52.008Z | Compiling shlex v1.3.0 |
| 1035 | 2026-08-30T01:41:52.113Z | Compiling humantime v2.4.0 |
| 1036 | 2026-08-30T01:41:53.703Z | Compiling tokio-rustls v0.26.4 |
| 1037 | 2026-08-30T01:41:53.703Z | Compiling rustls-platform-verifier v0.7.0 |
| 1038 | 2026-08-30T01:41:53.979Z | Compiling hyper-rustls v0.27.9 |
| 1039 | 2026-08-30T01:41:54.254Z | Compiling reqwest v0.13.4 |
| 1040 | 2026-08-30T01:41:57.146Z | Compiling progenitor-client v0.14.0 |
| 1041 | 2026-08-30T01:41:57.210Z | Compiling oauth2-reqwest v0.1.0-alpha.3 |
| 1042 | 2026-08-30T01:41:57.630Z | Compiling progenitor v0.14.0 |
| 1043 | 2026-08-30T01:41:57.672Z | Compiling sush-api v0.1.0 (/work/oxidecomputer/sush/api) |
| 1044 | 2026-08-30T01:41:57.770Z | Compiling permission-slip-client v1.1.0 (https://github.com/oxidecomputer/permission-slip?rev=2a8adcadde01518f1d39993a1cc45ec3b78b3204#2a8adcad) |
| 1045 | 2026-08-30T01:42:01.742Z | Compiling sush-client v0.1.0 (/work/oxidecomputer/sush/client) |
| 1046 | 2026-08-30T01:42:19.045Z | Finished `release` profile [optimized] target(s) in 2m 13s |
| 1047 | 2026-08-30T01:42:19.049Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 1048 | 2026-08-30T01:42:19.049Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 1049 | 2026-08-30T01:42:19.307Z | + cp target/release/sush /work/sush |
| 1050 | 2026-08-30T01:42:19.340Z | + cargo install just --locked |
| 1051 | 2026-08-30T01:42:19.398Z | Updating crates.io index |
| 1052 | 2026-08-30T01:42:19.586Z | Downloading crates ... |
| 1053 | 2026-08-30T01:42:19.664Z | Downloaded just v1.58.0 |
| 1054 | 2026-08-30T01:42:19.697Z | Installing just v1.58.0 |
| 1055 | 2026-08-30T01:42:19.697Z | warning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file |
| 1056 | 2026-08-30T01:42:19.697Z | | |
| 1057 | 2026-08-30T01:42:19.697Z | = help: use `cargo +stable install` if you meant to use the stable toolchain |
| 1058 | 2026-08-30T01:42:19.697Z | = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed |
| 1059 | 2026-08-30T01:42:19.701Z | Updating crates.io index |
| 1060 | 2026-08-30T01:42:19.859Z | warning: package `chacha20 v0.10.1` in Cargo.lock is yanked in registry `crates-io`, consider running without --locked |
| 1061 | 2026-08-30T01:42:19.921Z | Updating crates.io index |
| 1062 | 2026-08-30T01:42:20.009Z | Downloading crates ... |
| 1063 | 2026-08-30T01:42:20.034Z | Downloaded blake3 v1.8.5 |
| 1064 | 2026-08-30T01:42:20.038Z | Downloaded clap_mangen v0.3.0 |
| 1065 | 2026-08-30T01:42:20.041Z | Downloaded dirs-sys v0.5.0 |
| 1066 | 2026-08-30T01:42:20.041Z | Downloaded cc v1.4.0 |
| 1067 | 2026-08-30T01:42:20.044Z | Downloaded dirs v6.0.0 |
| 1068 | 2026-08-30T01:42:20.045Z | Downloaded strum v0.28.0 |
| 1069 | 2026-08-30T01:42:20.048Z | Downloaded num_cpus v1.17.0 |
| 1070 | 2026-08-30T01:42:20.050Z | Downloaded similar v3.1.1 |
| 1071 | 2026-08-30T01:42:20.055Z | Downloaded digest-io v0.1.0 |
| 1072 | 2026-08-30T01:42:20.061Z | Downloaded option-ext v0.2.0 |
| 1073 | 2026-08-30T01:42:20.064Z | Downloaded dotenvy v0.15.7 |
| 1074 | 2026-08-30T01:42:20.065Z | Downloaded is_executable v1.0.6 |
| 1075 | 2026-08-30T01:42:20.065Z | Downloaded roff v1.1.1 |
| 1076 | 2026-08-30T01:42:20.070Z | Downloaded typed-arena v2.0.2 |
| 1077 | 2026-08-30T01:42:20.074Z | Downloaded crossbeam-deque v0.8.7 |
| 1078 | 2026-08-30T01:42:20.079Z | Downloaded nu-ansi-term v0.50.3 |
| 1079 | 2026-08-30T01:42:20.079Z | Downloaded find-msvc-tools v0.1.9 |
| 1080 | 2026-08-30T01:42:20.082Z | Downloaded strum_macros v0.28.0 |
| 1081 | 2026-08-30T01:42:20.085Z | Downloaded crossbeam-epoch v0.9.20 |
| 1082 | 2026-08-30T01:42:20.092Z | Downloaded sha2 v0.11.0 |
| 1083 | 2026-08-30T01:42:20.097Z | Downloaded snafu-derive v0.9.2 |
| 1084 | 2026-08-30T01:42:20.101Z | Downloaded unicase v2.9.0 |
| 1085 | 2026-08-30T01:42:20.102Z | Downloaded shellexpand v3.1.2 |
| 1086 | 2026-08-30T01:42:20.105Z | Downloaded clap v4.6.5 |
| 1087 | 2026-08-30T01:42:20.109Z | Downloaded clap_complete v4.6.8 |
| 1088 | 2026-08-30T01:42:20.113Z | Downloaded rayon-core v1.13.0 |
| 1089 | 2026-08-30T01:42:20.116Z | Downloaded snafu v0.9.2 |
| 1090 | 2026-08-30T01:42:20.131Z | Downloaded clap_builder v4.6.5 |
| 1091 | 2026-08-30T01:42:20.134Z | Downloaded pulldown-cmark v0.13.4 |
| 1092 | 2026-08-30T01:42:20.156Z | Downloaded bstr v1.13.0 |
| 1093 | 2026-08-30T01:42:20.177Z | Downloaded regex-automata v0.4.16 |
| 1094 | 2026-08-30T01:42:20.219Z | Compiling libc v0.2.189 |
| 1095 | 2026-08-30T01:42:20.219Z | Compiling proc-macro2 v1.0.107 |
| 1096 | 2026-08-30T01:42:20.219Z | Compiling unicode-ident v1.0.24 |
| 1097 | 2026-08-30T01:42:20.222Z | Compiling quote v1.0.47 |
| 1098 | 2026-08-30T01:42:20.222Z | Compiling bitflags v2.13.1 |
| 1099 | 2026-08-30T01:42:20.222Z | Compiling cfg-if v1.0.4 |
| 1100 | 2026-08-30T01:42:20.223Z | Compiling heck v0.5.0 |
| 1101 | 2026-08-30T01:42:20.223Z | Compiling rustix v1.1.4 |
| 1102 | 2026-08-30T01:42:20.288Z | Compiling typenum v1.20.1 |
| 1103 | 2026-08-30T01:42:20.334Z | Compiling utf8parse v0.2.2 |
| 1104 | 2026-08-30T01:42:20.403Z | Compiling crossbeam-utils v0.8.22 |
| 1105 | 2026-08-30T01:42:20.419Z | Compiling anstyle-parse v1.0.0 |
| 1106 | 2026-08-30T01:42:20.516Z | Compiling colorchoice v1.0.5 |
| 1107 | 2026-08-30T01:42:20.520Z | Compiling serde_core v1.0.229 |
| 1108 | 2026-08-30T01:42:20.593Z | Compiling crossbeam-epoch v0.9.20 |
| 1109 | 2026-08-30T01:42:20.602Z | Compiling getrandom v0.4.3 |
| 1110 | 2026-08-30T01:42:20.689Z | Compiling rand_core v0.10.1 |
| 1111 | 2026-08-30T01:42:20.699Z | Compiling anstyle-query v1.1.5 |
| 1112 | 2026-08-30T01:42:20.778Z | Compiling memchr v2.8.3 |
| 1113 | 2026-08-30T01:42:20.794Z | Compiling is_terminal_polyfill v1.70.2 |
| 1114 | 2026-08-30T01:42:20.822Z | Compiling anstyle v1.0.14 |
| 1115 | 2026-08-30T01:42:20.857Z | Compiling autocfg v1.5.1 |
| 1116 | 2026-08-30T01:42:20.865Z | Compiling clap_lex v1.1.0 |
| 1117 | 2026-08-30T01:42:21.031Z | Compiling errno v0.3.14 |
| 1118 | 2026-08-30T01:42:21.061Z | Compiling hybrid-array v0.4.14 |
| 1119 | 2026-08-30T01:42:21.076Z | Compiling anstream v1.0.0 |
| 1120 | 2026-08-30T01:42:21.178Z | Compiling shlex v2.0.1 |
| 1121 | 2026-08-30T01:42:21.318Z | Compiling syn v3.0.3 |
| 1122 | 2026-08-30T01:42:21.338Z | Compiling syn v2.0.119 |
| 1123 | 2026-08-30T01:42:21.379Z | Compiling find-msvc-tools v0.1.9 |
| 1124 | 2026-08-30T01:42:21.399Z | Compiling rayon-core v1.13.0 |
| 1125 | 2026-08-30T01:42:21.424Z | Compiling cpufeatures v0.3.0 |
| 1126 | 2026-08-30T01:42:21.482Z | Compiling strsim v0.11.1 |
| 1127 | 2026-08-30T01:42:21.517Z | Compiling crossbeam-deque v0.8.7 |
| 1128 | 2026-08-30T01:42:21.559Z | Compiling cc v1.4.0 |
| 1129 | 2026-08-30T01:42:21.588Z | Compiling crypto-common v0.2.2 |
| 1130 | 2026-08-30T01:42:21.604Z | Compiling block-buffer v0.12.1 |
| 1131 | 2026-08-30T01:42:21.768Z | Compiling num-traits v0.2.19 |
| 1132 | 2026-08-30T01:42:22.125Z | Compiling terminal_size v0.4.4 |
| 1133 | 2026-08-30T01:42:22.142Z | Compiling const-oid v0.10.2 |
| 1134 | 2026-08-30T01:42:22.244Z | Compiling clap_builder v4.6.5 |
| 1135 | 2026-08-30T01:42:22.358Z | Compiling option-ext v0.2.0 |
| 1136 | 2026-08-30T01:42:22.440Z | Compiling serde v1.0.229 |
| 1137 | 2026-08-30T01:42:22.565Z | Compiling zmij v1.0.23 |
| 1138 | 2026-08-30T01:42:22.588Z | Compiling cfg_aliases v0.2.2 |
| 1139 | 2026-08-30T01:42:22.647Z | Compiling nix v0.31.3 |
| 1140 | 2026-08-30T01:42:22.654Z | Compiling blake3 v1.8.5 |
| 1141 | 2026-08-30T01:42:22.768Z | Compiling dirs-sys v0.5.0 |
| 1142 | 2026-08-30T01:42:22.867Z | Compiling digest v0.11.3 |
| 1143 | 2026-08-30T01:42:23.030Z | Compiling aho-corasick v1.1.5 |
| 1144 | 2026-08-30T01:42:23.133Z | Compiling pulldown-cmark v0.13.4 |
| 1145 | 2026-08-30T01:42:23.147Z | Compiling serde_json v1.0.151 |
| 1146 | 2026-08-30T01:42:23.204Z | Compiling regex-syntax v0.8.11 |
| 1147 | 2026-08-30T01:42:23.336Z | Compiling camino v1.2.5 |
| 1148 | 2026-08-30T01:42:24.120Z | Compiling clap_derive v4.6.4 |
| 1149 | 2026-08-30T01:42:24.183Z | Compiling serde_derive v1.0.229 |
| 1150 | 2026-08-30T01:42:24.287Z | Compiling snafu-derive v0.9.2 |
| 1151 | 2026-08-30T01:42:24.290Z | Compiling strum_macros v0.28.0 |
| 1152 | 2026-08-30T01:42:24.360Z | Compiling dirs v6.0.0 |
| 1153 | 2026-08-30T01:42:24.763Z | Compiling chacha20 v0.10.1 |
| 1154 | 2026-08-30T01:42:25.020Z | Compiling regex-automata v0.4.16 |
| 1155 | 2026-08-30T01:42:25.686Z | Compiling clap v4.6.5 |
| 1156 | 2026-08-30T01:42:25.752Z | Compiling memmap2 v0.9.11 |
| 1157 | 2026-08-30T01:42:25.940Z | Compiling once_cell v1.21.4 |
| 1158 | 2026-08-30T01:42:25.975Z | Compiling roff v1.1.1 |
| 1159 | 2026-08-30T01:42:26.037Z | Compiling arrayref v0.3.9 |
| 1160 | 2026-08-30T01:42:26.040Z | Compiling arrayvec v0.7.8 |
| 1161 | 2026-08-30T01:42:26.152Z | Compiling unicode-segmentation v1.13.3 |
| 1162 | 2026-08-30T01:42:26.250Z | Compiling just v1.58.0 |
| 1163 | 2026-08-30T01:42:26.264Z | Compiling fastrand v2.5.0 |
| 1164 | 2026-08-30T01:42:26.325Z | Compiling is_executable v1.0.6 |
| 1165 | 2026-08-30T01:42:26.433Z | Compiling itoa v1.0.18 |
| 1166 | 2026-08-30T01:42:26.472Z | Compiling unicase v2.9.0 |
| 1167 | 2026-08-30T01:42:26.541Z | Compiling iana-time-zone v0.1.65 |
| 1168 | 2026-08-30T01:42:26.616Z | Compiling constant_time_eq v0.4.2 |
| 1169 | 2026-08-30T01:42:26.674Z | Compiling chrono v0.4.45 |
| 1170 | 2026-08-30T01:42:26.780Z | Compiling similar v3.1.1 |
| 1171 | 2026-08-30T01:42:27.398Z | Compiling regex v1.13.1 |
| 1172 | 2026-08-30T01:42:27.989Z | Compiling tempfile v3.27.0 |
| 1173 | 2026-08-30T01:42:28.168Z | Compiling clap_complete v4.6.8 |
| 1174 | 2026-08-30T01:42:28.390Z | Compiling clap_mangen v0.3.0 |
| 1175 | 2026-08-30T01:42:28.504Z | Compiling strum v0.28.0 |
| 1176 | 2026-08-30T01:42:28.617Z | Compiling snafu v0.9.2 |
| 1177 | 2026-08-30T01:42:28.659Z | Compiling rand v0.10.2 |
| 1178 | 2026-08-30T01:42:29.006Z | Compiling shellexpand v3.1.2 |
| 1179 | 2026-08-30T01:42:29.207Z | Compiling sha2 v0.11.0 |
| 1180 | 2026-08-30T01:42:29.371Z | Compiling digest-io v0.1.0 |
| 1181 | 2026-08-30T01:42:29.484Z | Compiling uuid v1.24.0 |
| 1182 | 2026-08-30T01:42:29.640Z | Compiling num_cpus v1.17.0 |
| 1183 | 2026-08-30T01:42:29.706Z | Compiling percent-encoding v2.3.2 |
| 1184 | 2026-08-30T01:42:29.721Z | Compiling dotenvy v0.15.7 |
| 1185 | 2026-08-30T01:42:29.889Z | Compiling unicode-width v0.2.2 |
| 1186 | 2026-08-30T01:42:30.164Z | Compiling hex v0.4.3 |
| 1187 | 2026-08-30T01:42:30.284Z | Compiling nu-ansi-term v0.50.3 |
| 1188 | 2026-08-30T01:42:30.299Z | Compiling semver v1.0.28 |
| 1189 | 2026-08-30T01:42:30.319Z | Compiling typed-arena v2.0.2 |
| 1190 | 2026-08-30T01:43:29.867Z | Finished `release` profile [optimized] target(s) in 1m 10s |
| 1191 | 2026-08-30T01:43:29.886Z | Installing /home/build/.cargo/bin/just |
| 1192 | 2026-08-30T01:43:29.889Z | Installed package `just v1.58.0` (executable `just`) |
| 1193 | 2026-08-30T01:43:29.930Z | + curl -sSfL https://get.nexte.st/latest/illumos |
| 1194 | 2026-08-30T01:43:29.933Z | + gunzip |
| 1195 | 2026-08-30T01:43:29.933Z | + tar -xf - -C /home/build/.cargo/bin |
| 1196 | 2026-08-30T01:43:30.826Z | + just ci |
| 1197 | 2026-08-30T01:43:30.830Z | cargo fmt --check |
| 1198 | 2026-08-30T01:43:31.060Z | cargo clippy -- --no-deps --deny warnings |
| 1199 | 2026-08-30T01:43:31.355Z | Downloading crates ... |
| 1200 | 2026-08-30T01:43:31.429Z | Downloaded itertools v0.14.0 |
| 1201 | 2026-08-30T01:43:31.433Z | Downloaded linked-hash-map v0.5.6 |
| 1202 | 2026-08-30T01:43:31.436Z | Downloaded function_name-proc-macro v0.3.0 |
| 1203 | 2026-08-30T01:43:31.436Z | Downloaded derive-where v1.6.1 |
| 1204 | 2026-08-30T01:43:31.436Z | Downloaded enum-as-inner v0.6.1 |
| 1205 | 2026-08-30T01:43:31.439Z | Downloaded function_name v0.3.0 |
| 1206 | 2026-08-30T01:43:31.439Z | Downloaded lru-cache v0.1.2 |
| 1207 | 2026-08-30T01:43:31.439Z | Downloaded miette-derive v5.10.0 |
| 1208 | 2026-08-30T01:43:31.439Z | Downloaded knuffel-derive v3.2.0 |
| 1209 | 2026-08-30T01:43:31.439Z | Downloaded heck v0.4.1 |
| 1210 | 2026-08-30T01:43:31.442Z | Downloaded proc-macro-error-attr v1.0.4 |
| 1211 | 2026-08-30T01:43:31.442Z | Downloaded pwd v1.4.0 |
| 1212 | 2026-08-30T01:43:31.444Z | Downloaded num-primitive v0.2.1 |
| 1213 | 2026-08-30T01:43:31.447Z | Downloaded base64 v0.21.7 |
| 1214 | 2026-08-30T01:43:31.447Z | Downloaded lru v0.18.2 |
| 1215 | 2026-08-30T01:43:31.450Z | Downloaded dashu-base v0.5.1 |
| 1216 | 2026-08-30T01:43:31.453Z | Downloaded owo-colors v3.5.0 |
| 1217 | 2026-08-30T01:43:31.456Z | Downloaded proc-macro-error v1.0.4 |
| 1218 | 2026-08-30T01:43:31.456Z | Downloaded num-modular v0.6.5 |
| 1219 | 2026-08-30T01:43:31.459Z | Downloaded seq-macro v0.3.6 |
| 1220 | 2026-08-30T01:43:31.462Z | Downloaded resolv-conf v0.7.6 |
| 1221 | 2026-08-30T01:43:31.465Z | Downloaded supports-color v2.1.0 |
| 1222 | 2026-08-30T01:43:31.468Z | Downloaded supports-unicode v2.1.0 |
| 1223 | 2026-08-30T01:43:31.468Z | Downloaded terminal_size v0.1.17 |
| 1224 | 2026-08-30T01:43:31.468Z | Downloaded knuffel v3.2.0 |
| 1225 | 2026-08-30T01:43:31.472Z | Downloaded miette v5.10.0 |
| 1226 | 2026-08-30T01:43:31.475Z | Downloaded supports-hyperlinks v2.1.0 |
| 1227 | 2026-08-30T01:43:31.475Z | Downloaded smawk v0.3.3 |
| 1228 | 2026-08-30T01:43:31.478Z | Downloaded qorb v0.4.1 |
| 1229 | 2026-08-30T01:43:31.481Z | Downloaded hickory-resolver v0.24.4 |
| 1230 | 2026-08-30T01:43:31.484Z | Downloaded tokio-stream v0.1.19 |
| 1231 | 2026-08-30T01:43:31.486Z | Downloaded textwrap v0.15.2 |
| 1232 | 2026-08-30T01:43:31.493Z | Downloaded dashu-int v0.5.1 |
| 1233 | 2026-08-30T01:43:31.518Z | Downloaded hickory-proto v0.24.4 |
| 1234 | 2026-08-30T01:43:31.827Z | Downloaded dsi-bitstream v0.10.1 |
| 1235 | 2026-08-30T01:43:32.022Z | Compiling proc-macro2 v1.0.107 |
| 1236 | 2026-08-30T01:43:32.022Z | Compiling quote v1.0.47 |
| 1237 | 2026-08-30T01:43:32.022Z | Compiling unicode-ident v1.0.24 |
| 1238 | 2026-08-30T01:43:32.022Z | Compiling libc v0.2.189 |
| 1239 | 2026-08-30T01:43:32.022Z | Checking cfg-if v1.0.4 |
| 1240 | 2026-08-30T01:43:32.025Z | Compiling version_check v0.9.5 |
| 1241 | 2026-08-30T01:43:32.025Z | Compiling serde_core v1.0.229 |
| 1242 | 2026-08-30T01:43:32.025Z | Compiling serde v1.0.229 |
| 1243 | 2026-08-30T01:43:32.195Z | Checking memchr v2.8.3 |
| 1244 | 2026-08-30T01:43:32.355Z | Compiling generic-array v0.14.7 |
| 1245 | 2026-08-30T01:43:32.401Z | Checking typenum v1.20.1 |
| 1246 | 2026-08-30T01:43:32.426Z | Checking subtle v2.6.1 |
| 1247 | 2026-08-30T01:43:32.605Z | Compiling libm v0.2.16 |
| 1248 | 2026-08-30T01:43:32.634Z | Compiling autocfg v1.5.1 |
| 1249 | 2026-08-30T01:43:32.897Z | Checking smallvec v1.15.2 |
| 1250 | 2026-08-30T01:43:32.939Z | Checking const-oid v0.9.6 |
| 1251 | 2026-08-30T01:43:32.951Z | Checking errno v0.3.14 |
| 1252 | 2026-08-30T01:43:32.977Z | Compiling num-traits v0.2.19 |
| 1253 | 2026-08-30T01:43:33.061Z | Checking pin-project-lite v0.2.17 |
| 1254 | 2026-08-30T01:43:33.071Z | Compiling zmij v1.0.23 |
| 1255 | 2026-08-30T01:43:33.162Z | Compiling thiserror v2.0.20 |
| 1256 | 2026-08-30T01:43:33.274Z | Compiling zeroize v1.9.0 |
| 1257 | 2026-08-30T01:43:33.349Z | Compiling syn v2.0.119 |
| 1258 | 2026-08-30T01:43:33.358Z | Compiling syn v3.0.3 |
| 1259 | 2026-08-30T01:43:33.422Z | Compiling zerocopy v0.8.56 |
| 1260 | 2026-08-30T01:43:33.437Z | Compiling heck v0.5.0 |
| 1261 | 2026-08-30T01:43:33.623Z | Compiling serde_json v1.0.151 |
| 1262 | 2026-08-30T01:43:33.632Z | Checking itoa v1.0.18 |
| 1263 | 2026-08-30T01:43:33.743Z | Checking once_cell v1.21.4 |
| 1264 | 2026-08-30T01:43:33.766Z | Compiling parking_lot_core v0.9.12 |
| 1265 | 2026-08-30T01:43:33.857Z | Checking signal-hook-registry v1.4.8 |
| 1266 | 2026-08-30T01:43:33.903Z | Checking getrandom v0.2.17 |
| 1267 | 2026-08-30T01:43:34.005Z | Checking scopeguard v1.2.0 |
| 1268 | 2026-08-30T01:43:34.074Z | Checking futures-core v0.3.33 |
| 1269 | 2026-08-30T01:43:34.078Z | Checking rand_core v0.6.4 |
| 1270 | 2026-08-30T01:43:34.096Z | Checking lock_api v0.4.14 |
| 1271 | 2026-08-30T01:43:34.124Z | Checking allocator-api2 v0.2.21 |
| 1272 | 2026-08-30T01:43:34.224Z | Checking base64ct v1.8.3 |
| 1273 | 2026-08-30T01:43:34.290Z | Checking parking_lot v0.12.5 |
| 1274 | 2026-08-30T01:43:34.382Z | Checking socket2 v0.6.5 |
| 1275 | 2026-08-30T01:43:34.394Z | Checking mio v1.2.2 |
| 1276 | 2026-08-30T01:43:34.445Z | Checking pem-rfc7468 v0.7.0 |
| 1277 | 2026-08-30T01:43:34.591Z | Checking futures-sink v0.3.33 |
| 1278 | 2026-08-30T01:43:34.653Z | Compiling semver v1.0.28 |
| 1279 | 2026-08-30T01:43:34.679Z | Compiling rustversion v1.0.23 |
| 1280 | 2026-08-30T01:43:34.750Z | Compiling jobserver v0.1.35 |
| 1281 | 2026-08-30T01:43:34.754Z | Compiling shlex v2.0.1 |
| 1282 | 2026-08-30T01:43:34.900Z | Compiling find-msvc-tools v0.1.10 |
| 1283 | 2026-08-30T01:43:34.929Z | Checking flagset v0.4.7 |
| 1284 | 2026-08-30T01:43:35.041Z | Compiling cc v1.4.2 |
| 1285 | 2026-08-30T01:43:35.110Z | Checking equivalent v1.0.2 |
| 1286 | 2026-08-30T01:43:35.122Z | Checking bitflags v2.13.1 |
| 1287 | 2026-08-30T01:43:35.184Z | Checking slab v0.4.12 |
| 1288 | 2026-08-30T01:43:35.276Z | Checking foldhash v0.2.0 |
| 1289 | 2026-08-30T01:43:35.335Z | Checking futures-channel v0.3.33 |
| 1290 | 2026-08-30T01:43:35.401Z | Checking log v0.4.33 |
| 1291 | 2026-08-30T01:43:35.517Z | Compiling crypto-common v0.1.7 |
| 1292 | 2026-08-30T01:43:35.520Z | Compiling block-buffer v0.10.4 |
| 1293 | 2026-08-30T01:43:35.556Z | Compiling getrandom v0.4.3 |
| 1294 | 2026-08-30T01:43:35.628Z | Compiling digest v0.10.7 |
| 1295 | 2026-08-30T01:43:35.759Z | Checking stable_deref_trait v1.2.1 |
| 1296 | 2026-08-30T01:43:35.825Z | Checking futures-task v0.3.33 |
| 1297 | 2026-08-30T01:43:35.834Z | Checking futures-io v0.3.33 |
| 1298 | 2026-08-30T01:43:35.951Z | Compiling schemars v0.8.22 |
| 1299 | 2026-08-30T01:43:36.135Z | Compiling synstructure v0.13.2 |
| 1300 | 2026-08-30T01:43:36.150Z | Compiling serde_derive_internals v0.29.1 |
| 1301 | 2026-08-30T01:43:36.177Z | Checking cpufeatures v0.2.17 |
| 1302 | 2026-08-30T01:43:36.240Z | Compiling cmake v0.1.58 |
| 1303 | 2026-08-30T01:43:36.507Z | Compiling serde_derive v1.0.229 |
| 1304 | 2026-08-30T01:43:36.535Z | Compiling thiserror-impl v2.0.20 |
| 1305 | 2026-08-30T01:43:36.562Z | Compiling tokio-macros v2.7.2 |
| 1306 | 2026-08-30T01:43:36.610Z | Compiling dunce v1.0.5 |
| 1307 | 2026-08-30T01:43:36.638Z | Compiling pkg-config v0.3.33 |
| 1308 | 2026-08-30T01:43:36.817Z | Compiling fs_extra v1.3.0 |
| 1309 | 2026-08-30T01:43:36.873Z | Compiling object v0.37.3 |
| 1310 | 2026-08-30T01:43:37.068Z | Compiling aws-lc-sys v0.44.0 |
| 1311 | 2026-08-30T01:43:37.243Z | Compiling zeroize_derive v1.5.0 |
| 1312 | 2026-08-30T01:43:37.258Z | Compiling der_derive v0.7.3 |
| 1313 | 2026-08-30T01:43:37.355Z | Compiling zerocopy-derive v0.8.56 |
| 1314 | 2026-08-30T01:43:37.365Z | Compiling zerofrom-derive v0.1.7 |
| 1315 | 2026-08-30T01:43:37.821Z | Compiling futures-macro v0.3.33 |
| 1316 | 2026-08-30T01:43:37.852Z | Compiling yoke-derive v0.8.2 |
| 1317 | 2026-08-30T01:43:38.256Z | Compiling schemars_derive v0.8.22 |
| 1318 | 2026-08-30T01:43:38.270Z | Checking der v0.7.10 |
| 1319 | 2026-08-30T01:43:38.596Z | Checking zerofrom v0.1.8 |
| 1320 | 2026-08-30T01:43:38.636Z | Checking futures-util v0.3.33 |
| 1321 | 2026-08-30T01:43:38.713Z | Compiling zerovec-derive v0.11.3 |
| 1322 | 2026-08-30T01:43:38.923Z | Checking yoke v0.8.3 |
| 1323 | 2026-08-30T01:43:39.005Z | Checking spki v0.7.3 |
| 1324 | 2026-08-30T01:43:39.134Z | Compiling displaydoc v0.2.7 |
| 1325 | 2026-08-30T01:43:39.157Z | Checking pkcs8 v0.10.2 |
| 1326 | 2026-08-30T01:43:39.301Z | Checking hashbrown v0.17.1 |
| 1327 | 2026-08-30T01:43:39.442Z | Compiling rustc_version v0.4.1 |
| 1328 | 2026-08-30T01:43:39.476Z | Checking bytes v1.12.1 |
| 1329 | 2026-08-30T01:43:39.781Z | Checking zerovec v0.11.6 |
| 1330 | 2026-08-30T01:43:39.792Z | Compiling curve25519-dalek v4.1.3 |
| 1331 | 2026-08-30T01:43:39.904Z | Checking tokio v1.53.1 |
| 1332 | 2026-08-30T01:43:39.968Z | Checking http v1.5.0 |
| 1333 | 2026-08-30T01:43:40.053Z | Compiling ahash v0.8.12 |
| 1334 | 2026-08-30T01:43:40.221Z | Compiling rustix v1.1.4 |
| 1335 | 2026-08-30T01:43:40.464Z | Checking indexmap v2.14.0 |
| 1336 | 2026-08-30T01:43:40.514Z | Checking hmac v0.12.1 |
| 1337 | 2026-08-30T01:43:40.528Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1338 | 2026-08-30T01:43:40.695Z | Checking percent-encoding v2.3.2 |
| 1339 | 2026-08-30T01:43:40.735Z | Compiling httparse v1.10.1 |
| 1340 | 2026-08-30T01:43:40.824Z | Compiling aws-lc-rs v1.18.0 |
| 1341 | 2026-08-30T01:43:40.895Z | Checking iana-time-zone v0.1.65 |
| 1342 | 2026-08-30T01:43:40.993Z | Checking chrono v0.4.45 |
| 1343 | 2026-08-30T01:43:41.159Z | Checking tinystr v0.8.3 |
| 1344 | 2026-08-30T01:43:41.542Z | Checking sha2 v0.10.9 |
| 1345 | 2026-08-30T01:43:41.565Z | Checking ppv-lite86 v0.2.21 |
| 1346 | 2026-08-30T01:43:41.782Z | Checking signature v2.2.0 |
| 1347 | 2026-08-30T01:43:41.822Z | Checking rustls-pki-types v1.15.1 |
| 1348 | 2026-08-30T01:43:41.892Z | Compiling tracing-attributes v0.1.31 |
| 1349 | 2026-08-30T01:43:41.902Z | Compiling slog v2.8.2 |
| 1350 | 2026-08-30T01:43:41.933Z | Checking ff v0.13.1 |
| 1351 | 2026-08-30T01:43:42.051Z | Checking tracing-core v0.1.36 |
| 1352 | 2026-08-30T01:43:42.090Z | Checking litemap v0.8.2 |
| 1353 | 2026-08-30T01:43:42.108Z | Compiling strsim v0.11.1 |
| 1354 | 2026-08-30T01:43:42.123Z | Checking writeable v0.6.3 |
| 1355 | 2026-08-30T01:43:42.248Z | Checking base16ct v0.2.0 |
| 1356 | 2026-08-30T01:43:42.280Z | Compiling thiserror v1.0.69 |
| 1357 | 2026-08-30T01:43:42.343Z | Checking icu_locale_core v2.2.0 |
| 1358 | 2026-08-30T01:43:42.362Z | Checking sec1 v0.7.3 |
| 1359 | 2026-08-30T01:43:42.389Z | Checking group v0.13.0 |
| 1360 | 2026-08-30T01:43:42.576Z | Checking hkdf v0.12.4 |
| 1361 | 2026-08-30T01:43:42.696Z | Checking potential_utf v0.1.5 |
| 1362 | 2026-08-30T01:43:42.742Z | Checking zerotrie v0.2.4 |
| 1363 | 2026-08-30T01:43:42.796Z | Checking erased-serde v0.3.31 |
| 1364 | 2026-08-30T01:43:42.813Z | Checking crypto-bigint v0.5.5 |
| 1365 | 2026-08-30T01:43:42.954Z | Checking tokio-util v0.7.19 |
| 1366 | 2026-08-30T01:43:42.972Z | Compiling thiserror-impl v1.0.69 |
| 1367 | 2026-08-30T01:43:42.982Z | Checking uuid v1.24.0 |
| 1368 | 2026-08-30T01:43:43.122Z | Checking tracing v0.1.44 |
| 1369 | 2026-08-30T01:43:43.166Z | Checking utf8_iter v1.0.4 |
| 1370 | 2026-08-30T01:43:43.254Z | Checking simd-adler32 v0.3.10 |
| 1371 | 2026-08-30T01:43:43.277Z | Compiling icu_properties_data v2.2.0 |
| 1372 | 2026-08-30T01:43:43.296Z | Checking adler2 v2.0.1 |
| 1373 | 2026-08-30T01:43:43.368Z | Compiling syn v1.0.109 |
| 1374 | 2026-08-30T01:43:43.382Z | Checking ipnet v2.12.1 |
| 1375 | 2026-08-30T01:43:43.392Z | Compiling icu_normalizer_data v2.2.0 |
| 1376 | 2026-08-30T01:43:43.498Z | Checking miniz_oxide v0.8.9 |
| 1377 | 2026-08-30T01:43:43.590Z | Checking icu_collections v2.2.0 |
| 1378 | 2026-08-30T01:43:43.709Z | Checking icu_provider v2.2.0 |
| 1379 | 2026-08-30T01:43:43.719Z | Checking elliptic-curve v0.13.8 |
| 1380 | 2026-08-30T01:43:43.831Z | Checking rand_chacha v0.3.1 |
| 1381 | 2026-08-30T01:43:43.862Z | Checking form_urlencoded v1.2.2 |
| 1382 | 2026-08-30T01:43:43.885Z | Compiling clap_derive v4.6.4 |
| 1383 | 2026-08-30T01:43:43.935Z | Checking is-terminal v0.4.17 |
| 1384 | 2026-08-30T01:43:43.945Z | Checking utf8parse v0.2.2 |
| 1385 | 2026-08-30T01:43:43.973Z | Compiling rustls v0.23.43 |
| 1386 | 2026-08-30T01:43:44.002Z | Checking dyn-clone v1.0.20 |
| 1387 | 2026-08-30T01:43:44.012Z | Compiling num-bigint-dig v0.8.6 |
| 1388 | 2026-08-30T01:43:44.015Z | Checking untrusted v0.9.0 |
| 1389 | 2026-08-30T01:43:44.029Z | Checking rand v0.8.7 |
| 1390 | 2026-08-30T01:43:44.226Z | Checking rfc6979 v0.4.0 |
| 1391 | 2026-08-30T01:43:44.230Z | Checking http-body v1.1.0 |
| 1392 | 2026-08-30T01:43:44.292Z | Compiling serde_tokenstream v0.2.3 |
| 1393 | 2026-08-30T01:43:44.349Z | Compiling getrandom v0.3.4 |
| 1394 | 2026-08-30T01:43:44.519Z | Checking atomic-waker v1.1.2 |
| 1395 | 2026-08-30T01:43:44.564Z | Checking ecdsa v0.16.9 |
| 1396 | 2026-08-30T01:43:44.597Z | Checking icu_properties v2.2.0 |
| 1397 | 2026-08-30T01:43:44.607Z | Checking icu_normalizer v2.2.0 |
| 1398 | 2026-08-30T01:43:44.674Z | Checking anstyle-parse v1.0.0 |
| 1399 | 2026-08-30T01:43:44.686Z | Checking primeorder v0.13.6 |
| 1400 | 2026-08-30T01:43:44.896Z | Checking try-lock v0.2.5 |
| 1401 | 2026-08-30T01:43:44.933Z | Checking tower-layer v0.3.3 |
| 1402 | 2026-08-30T01:43:45.018Z | Checking hex v0.4.3 |
| 1403 | 2026-08-30T01:43:45.070Z | Checking fnv v1.0.7 |
| 1404 | 2026-08-30T01:43:45.152Z | Checking is_terminal_polyfill v1.70.2 |
| 1405 | 2026-08-30T01:43:45.162Z | Checking tower-service v0.3.3 |
| 1406 | 2026-08-30T01:43:45.211Z | Checking anstyle-query v1.1.5 |
| 1407 | 2026-08-30T01:43:45.231Z | Checking anstyle v1.0.14 |
| 1408 | 2026-08-30T01:43:45.231Z | Compiling gimli v0.32.3 |
| 1409 | 2026-08-30T01:43:45.290Z | Checking colorchoice v1.0.5 |
| 1410 | 2026-08-30T01:43:45.378Z | Checking h2 v0.4.15 |
| 1411 | 2026-08-30T01:43:45.406Z | Checking anstream v1.0.0 |
| 1412 | 2026-08-30T01:43:45.440Z | Checking idna_adapter v1.2.2 |
| 1413 | 2026-08-30T01:43:45.543Z | Checking want v0.3.1 |
| 1414 | 2026-08-30T01:43:45.749Z | Checking terminal_size v0.4.4 |
| 1415 | 2026-08-30T01:43:45.777Z | Checking ed25519 v2.2.3 |
| 1416 | 2026-08-30T01:43:46.323Z | Compiling time-core v0.1.9 |
| 1417 | 2026-08-30T01:43:46.464Z | Checking httpdate v1.0.3 |
| 1418 | 2026-08-30T01:43:46.497Z | Checking keccak v0.1.6 |
| 1419 | 2026-08-30T01:43:46.598Z | Compiling rustc-demangle v0.1.28 |
| 1420 | 2026-08-30T01:43:46.639Z | Checking clap_lex v1.1.0 |
| 1421 | 2026-08-30T01:43:46.781Z | Compiling ident_case v1.0.1 |
| 1422 | 2026-08-30T01:43:46.903Z | Compiling addr2line v0.25.1 |
| 1423 | 2026-08-30T01:43:47.176Z | Compiling num-conv v0.2.2 |
| 1424 | 2026-08-30T01:43:47.202Z | Compiling owo-colors v4.3.0 |
| 1425 | 2026-08-30T01:43:47.253Z | Checking spin v0.9.9 |
| 1426 | 2026-08-30T01:43:47.291Z | Checking hyper v1.11.0 |
| 1427 | 2026-08-30T01:43:47.317Z | Compiling time-macros v0.2.32 |
| 1428 | 2026-08-30T01:43:47.564Z | Checking clap_builder v4.6.6 |
| 1429 | 2026-08-30T01:43:47.578Z | Compiling darling_core v0.23.0 |
| 1430 | 2026-08-30T01:43:47.994Z | Checking sha3 v0.10.9 |
| 1431 | 2026-08-30T01:43:48.191Z | Checking ed25519-dalek v2.2.0 |
| 1432 | 2026-08-30T01:43:48.412Z | Compiling backtrace v0.3.76 |
| 1433 | 2026-08-30T01:43:48.423Z | Checking rand_core v0.9.5 |
| 1434 | 2026-08-30T01:43:48.521Z | Checking idna v1.1.0 |
| 1435 | 2026-08-30T01:43:48.579Z | Checking x509-cert v0.2.5 |
| 1436 | 2026-08-30T01:43:48.620Z | Compiling num-integer v0.1.46 |
| 1437 | 2026-08-30T01:43:48.752Z | Compiling async-trait v0.1.92 |
| 1438 | 2026-08-30T01:43:48.789Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1439 | 2026-08-30T01:43:48.861Z | Checking data-encoding v2.11.1 |
| 1440 | 2026-08-30T01:43:48.889Z | Compiling is_ci v1.2.0 |
| 1441 | 2026-08-30T01:43:49.180Z | Checking num_threads v0.1.7 |
| 1442 | 2026-08-30T01:43:49.190Z | Checking base64 v0.22.1 |
| 1443 | 2026-08-30T01:43:49.226Z | Checking deranged v0.5.8 |
| 1444 | 2026-08-30T01:43:49.310Z | Compiling unicode-width v0.2.2 |
| 1445 | 2026-08-30T01:43:49.351Z | Checking powerfmt v0.2.0 |
| 1446 | 2026-08-30T01:43:49.462Z | Compiling crc32fast v1.5.0 |
| 1447 | 2026-08-30T01:43:49.574Z | Compiling camino v1.2.5 |
| 1448 | 2026-08-30T01:43:49.621Z | Compiling unicode-linebreak v0.1.5 |
| 1449 | 2026-08-30T01:43:49.641Z | Compiling anyhow v1.0.104 |
| 1450 | 2026-08-30T01:43:49.663Z | Compiling paste v1.0.15 |
| 1451 | 2026-08-30T01:43:49.734Z | Compiling crossbeam-utils v0.8.22 |
| 1452 | 2026-08-30T01:43:49.839Z | Compiling textwrap v0.16.2 |
| 1453 | 2026-08-30T01:43:49.924Z | Compiling darling_macro v0.23.0 |
| 1454 | 2026-08-30T01:43:49.973Z | Compiling hashbrown v0.16.1 |
| 1455 | 2026-08-30T01:43:49.982Z | Compiling lazy_static v1.5.0 |
| 1456 | 2026-08-30T01:43:50.038Z | Checking hyper-util v0.1.20 |
| 1457 | 2026-08-30T01:43:50.046Z | Compiling proc-macro-error2 v2.0.1 |
| 1458 | 2026-08-30T01:43:50.059Z | Compiling supports-color v3.0.2 |
| 1459 | 2026-08-30T01:43:50.124Z | Checking time v0.3.55 |
| 1460 | 2026-08-30T01:43:50.169Z | Compiling backtrace-ext v0.2.1 |
| 1461 | 2026-08-30T01:43:50.201Z | Compiling num-iter v0.1.46 |
| 1462 | 2026-08-30T01:43:50.298Z | Checking clap v4.6.6 |
| 1463 | 2026-08-30T01:43:50.307Z | Checking url v2.5.8 |
| 1464 | 2026-08-30T01:43:50.311Z | Checking rand_chacha v0.9.0 |
| 1465 | 2026-08-30T01:43:50.475Z | Compiling hashbrown v0.14.5 |
| 1466 | 2026-08-30T01:43:50.694Z | Checking half v2.7.1 |
| 1467 | 2026-08-30T01:43:50.722Z | Checking sha1 v0.10.7 |
| 1468 | 2026-08-30T01:43:50.869Z | Compiling miette-derive v7.6.0 |
| 1469 | 2026-08-30T01:43:50.962Z | Checking hybrid-array v0.4.14 |
| 1470 | 2026-08-30T01:43:50.974Z | Checking encoding_rs v0.8.35 |
| 1471 | 2026-08-30T01:43:51.081Z | Compiling supports-hyperlinks v3.2.0 |
| 1472 | 2026-08-30T01:43:51.185Z | Checking fastrand v2.5.0 |
| 1473 | 2026-08-30T01:43:51.350Z | Checking static_assertions v1.1.0 |
| 1474 | 2026-08-30T01:43:51.411Z | Checking mime v0.3.17 |
| 1475 | 2026-08-30T01:43:51.531Z | Compiling unicode-width v0.1.14 |
| 1476 | 2026-08-30T01:43:51.557Z | Checking ciborium-io v0.2.2 |
| 1477 | 2026-08-30T01:43:51.573Z | Checking ryu v1.0.23 |
| 1478 | 2026-08-30T01:43:51.707Z | Compiling supports-unicode v3.0.0 |
| 1479 | 2026-08-30T01:43:51.816Z | Checking serde_urlencoded v0.7.1 |
| 1480 | 2026-08-30T01:43:51.827Z | Checking ciborium-ll v0.2.2 |
| 1481 | 2026-08-30T01:43:51.937Z | Checking tempfile v3.27.0 |
| 1482 | 2026-08-30T01:43:51.946Z | Compiling miette v7.6.0 |
| 1483 | 2026-08-30T01:43:51.983Z | Compiling chumsky v0.9.3 |
| 1484 | 2026-08-30T01:43:52.119Z | Checking rand v0.9.5 |
| 1485 | 2026-08-30T01:43:52.601Z | Compiling darling v0.23.0 |
| 1486 | 2026-08-30T01:43:52.620Z | Compiling regress v0.11.1 |
| 1487 | 2026-08-30T01:43:52.677Z | Compiling knus-derive v3.4.0 |
| 1488 | 2026-08-30T01:43:53.397Z | Checking http-body-util v0.1.4 |
| 1489 | 2026-08-30T01:43:53.462Z | Compiling pkcs1 v0.7.5 |
| 1490 | 2026-08-30T01:43:53.524Z | Checking futures-executor v0.3.33 |
| 1491 | 2026-08-30T01:43:53.625Z | Checking inout v0.1.4 |
| 1492 | 2026-08-30T01:43:53.664Z | Checking thread_local v1.1.10 |
| 1493 | 2026-08-30T01:43:53.811Z | Checking ipnetwork v0.21.1 |
| 1494 | 2026-08-30T01:43:53.913Z | Compiling slog-async v2.8.0 |
| 1495 | 2026-08-30T01:43:54.046Z | Compiling omicron-workspace-hack v0.1.0 |
| 1496 | 2026-08-30T01:43:54.107Z | Checking cpufeatures v0.3.0 |
| 1497 | 2026-08-30T01:43:54.169Z | Compiling typify-impl v0.6.2 |
| 1498 | 2026-08-30T01:43:54.258Z | Compiling knus v3.4.0 |
| 1499 | 2026-08-30T01:43:54.268Z | Checking oxnet v0.1.6 |
| 1500 | 2026-08-30T01:43:54.329Z | Checking cipher v0.4.4 |
| 1501 | 2026-08-30T01:43:54.499Z | Compiling rsa v0.9.10 |
| 1502 | 2026-08-30T01:43:54.509Z | Checking futures v0.3.33 |
| 1503 | 2026-08-30T01:43:54.575Z | Compiling p384 v0.13.1 |
| 1504 | 2026-08-30T01:43:54.671Z | Checking flate2 v1.1.9 |
| 1505 | 2026-08-30T01:43:54.681Z | Checking crossbeam-channel v0.5.16 |
| 1506 | 2026-08-30T01:43:54.951Z | Compiling serde_with_macros v3.22.0 |
| 1507 | 2026-08-30T01:43:54.998Z | Checking ciborium v0.2.2 |
| 1508 | 2026-08-30T01:43:55.068Z | Checking crypto-common v0.2.2 |
| 1509 | 2026-08-30T01:43:55.227Z | Checking block-buffer v0.12.1 |
| 1510 | 2026-08-30T01:43:55.364Z | Compiling hubpack_derive v0.1.1 |
| 1511 | 2026-08-30T01:43:55.397Z | Checking newtype-uuid v1.4.0 |
| 1512 | 2026-08-30T01:43:55.527Z | Checking ssh-encoding v0.2.0 |
| 1513 | 2026-08-30T01:43:55.548Z | Checking openapiv3 v2.2.0 |
| 1514 | 2026-08-30T01:43:55.694Z | Compiling strum_macros v0.26.4 |
| 1515 | 2026-08-30T01:43:55.848Z | Compiling async-stream-impl v0.3.6 |
| 1516 | 2026-08-30T01:43:56.021Z | Compiling daft-derive v0.1.8 |
| 1517 | 2026-08-30T01:43:56.456Z | Compiling multer v3.1.0 |
| 1518 | 2026-08-30T01:43:56.679Z | Checking term v1.2.1 |
| 1519 | 2026-08-30T01:43:56.794Z | Checking match_cfg v0.1.0 |
| 1520 | 2026-08-30T01:43:56.819Z | Compiling rlimit v0.10.2 |
| 1521 | 2026-08-30T01:43:56.854Z | Checking compression-core v0.4.32 |
| 1522 | 2026-08-30T01:43:56.886Z | Checking take_mut v0.2.2 |
| 1523 | 2026-08-30T01:43:56.898Z | Checking const-oid v0.10.2 |
| 1524 | 2026-08-30T01:43:56.990Z | Checking utf-8 v0.7.6 |
| 1525 | 2026-08-30T01:43:57.045Z | Checking winnow v1.0.4 |
| 1526 | 2026-08-30T01:43:57.045Z | Compiling salty v0.3.0 |
| 1527 | 2026-08-30T01:43:57.107Z | Checking tungstenite v0.28.0 |
| 1528 | 2026-08-30T01:43:57.219Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 1529 | 2026-08-30T01:43:57.255Z | Checking strum v0.26.3 |
| 1530 | 2026-08-30T01:43:57.318Z | Checking digest v0.11.3 |
| 1531 | 2026-08-30T01:43:57.340Z | Checking toml_parser v1.1.3+spec-1.1.0 |
| 1532 | 2026-08-30T01:43:57.366Z | Checking compression-codecs v0.4.38 |
| 1533 | 2026-08-30T01:43:57.456Z | Checking slog-term v2.9.2 |
| 1534 | 2026-08-30T01:43:57.505Z | Compiling typify-macro v0.6.2 |
| 1535 | 2026-08-30T01:43:57.528Z | Checking hostname v0.3.1 |
| 1536 | 2026-08-30T01:43:57.575Z | Checking daft v0.1.8 |
| 1537 | 2026-08-30T01:43:57.654Z | Checking async-stream v0.3.6 |
| 1538 | 2026-08-30T01:43:57.693Z | Checking serde_with v3.22.0 |
| 1539 | 2026-08-30T01:43:57.737Z | Checking hubpack v0.1.2 |
| 1540 | 2026-08-30T01:43:57.774Z | Checking ssh-cipher v0.2.0 |
| 1541 | 2026-08-30T01:43:57.844Z | Checking slog-json v2.6.1 |
| 1542 | 2026-08-30T01:43:57.865Z | Checking p256 v0.13.2 |
| 1543 | 2026-08-30T01:43:57.893Z | Checking serde_spanned v1.1.1 |
| 1544 | 2026-08-30T01:43:57.995Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 1545 | 2026-08-30T01:43:58.022Z | Compiling dropshot v0.17.1 |
| 1546 | 2026-08-30T01:43:58.101Z | Checking toml_writer v1.1.2+spec-1.1.0 |
| 1547 | 2026-08-30T01:43:58.244Z | Checking debug-ignore v1.0.5 |
| 1548 | 2026-08-30T01:43:58.276Z | Compiling sush-common v0.1.0 (/work/oxidecomputer/sush/common) |
| 1549 | 2026-08-30T01:43:58.336Z | Checking toml v1.1.4+spec-1.1.0 |
| 1550 | 2026-08-30T01:43:58.431Z | Checking ssh-key v0.6.7 |
| 1551 | 2026-08-30T01:43:58.614Z | Checking slog-bunyan v2.5.0 |
| 1552 | 2026-08-30T01:43:58.893Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?tag=rel%2Fv21%2Frc1#3e5bafe8) |
| 1553 | 2026-08-30T01:43:58.990Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 1554 | 2026-08-30T01:43:59.065Z | Checking async-compression v0.4.43 |
| 1555 | 2026-08-30T01:43:59.094Z | Checking tokio-tungstenite v0.28.0 |
| 1556 | 2026-08-30T01:43:59.105Z | Checking sha1 v0.11.0 |
| 1557 | 2026-08-30T01:43:59.267Z | Checking waitgroup v0.1.2 |
| 1558 | 2026-08-30T01:43:59.293Z | Compiling dropshot_endpoint v0.17.1 |
| 1559 | 2026-08-30T01:43:59.334Z | Checking rustls-pemfile v2.2.0 |
| 1560 | 2026-08-30T01:43:59.348Z | Checking serde_spanned v0.6.9 |
| 1561 | 2026-08-30T01:43:59.358Z | Checking toml_datetime v0.6.11 |
| 1562 | 2026-08-30T01:43:59.465Z | Checking env_filter v2.0.0 |
| 1563 | 2026-08-30T01:43:59.483Z | Compiling aho-corasick v1.1.5 |
| 1564 | 2026-08-30T01:43:59.528Z | Checking sync_wrapper v1.0.2 |
| 1565 | 2026-08-30T01:43:59.602Z | Checking serde_path_to_error v0.1.20 |
| 1566 | 2026-08-30T01:43:59.605Z | Checking hostname v0.4.2 |
| 1567 | 2026-08-30T01:43:59.624Z | Compiling proc-macro-error-attr v1.0.4 |
| 1568 | 2026-08-30T01:43:59.837Z | Checking tinyvec_macros v0.1.1 |
| 1569 | 2026-08-30T01:43:59.860Z | Compiling rustix v0.38.44 |
| 1570 | 2026-08-30T01:43:59.898Z | Compiling regex-syntax v0.8.11 |
| 1571 | 2026-08-30T01:43:59.958Z | Checking http-range-header v0.4.2 |
| 1572 | 2026-08-30T01:44:00.082Z | Checking bytesize v2.7.0 |
| 1573 | 2026-08-30T01:44:00.202Z | Compiling dashu-int v0.5.1 |
| 1574 | 2026-08-30T01:44:00.236Z | Checking openssl-probe v0.2.1 |
| 1575 | 2026-08-30T01:44:00.338Z | Checking toml_write v0.1.2 |
| 1576 | 2026-08-30T01:44:00.413Z | Checking winnow v0.7.15 |
| 1577 | 2026-08-30T01:44:00.512Z | Checking rustls-native-certs v0.8.4 |
| 1578 | 2026-08-30T01:44:00.946Z | Checking tinyvec v1.12.0 |
| 1579 | 2026-08-30T01:44:01.039Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1580 | 2026-08-30T01:44:01.278Z | Checking tower v0.5.3 |
| 1581 | 2026-08-30T01:44:01.480Z | Compiling regex-automata v0.4.18 |
| 1582 | 2026-08-30T01:44:01.568Z | Checking toml_edit v0.22.27 |
| 1583 | 2026-08-30T01:44:01.651Z | Checking env_logger v0.11.11 |
| 1584 | 2026-08-30T01:44:01.721Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1585 | 2026-08-30T01:44:01.933Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86) |
| 1586 | 2026-08-30T01:44:02.065Z | Checking serde-big-array v0.5.1 |
| 1587 | 2026-08-30T01:44:02.166Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1588 | 2026-08-30T01:44:02.192Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1589 | 2026-08-30T01:44:02.346Z | Compiling proc-macro-error v1.0.4 |
| 1590 | 2026-08-30T01:44:02.688Z | Checking dashu-base v0.5.1 |
| 1591 | 2026-08-30T01:44:02.814Z | Checking num-modular v0.6.5 |
| 1592 | 2026-08-30T01:44:02.922Z | Checking corncobs v0.1.4 |
| 1593 | 2026-08-30T01:44:03.256Z | Compiling cfg_aliases v0.2.2 |
| 1594 | 2026-08-30T01:44:03.324Z | Compiling nix v0.31.3 |
| 1595 | 2026-08-30T01:44:03.696Z | Compiling regex v1.13.1 |
| 1596 | 2026-08-30T01:44:04.084Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1597 | 2026-08-30T01:44:04.110Z | Checking toml v0.8.23 |
| 1598 | 2026-08-30T01:44:04.319Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1599 | 2026-08-30T01:44:04.412Z | Checking tower-http v0.6.11 |
| 1600 | 2026-08-30T01:44:04.764Z | Compiling typify v0.6.2 |
| 1601 | 2026-08-30T01:44:04.824Z | Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694) |
| 1602 | 2026-08-30T01:44:04.884Z | Checking secrecy v0.8.0 |
| 1603 | 2026-08-30T01:44:04.894Z | Compiling enum-as-inner v0.6.1 |
| 1604 | 2026-08-30T01:44:04.986Z | Compiling blake3 v1.8.6 |
| 1605 | 2026-08-30T01:44:05.205Z | Compiling unsafe-libyaml v0.2.11 |
| 1606 | 2026-08-30T01:44:05.253Z | Checking num-primitive v0.2.1 |
| 1607 | 2026-08-30T01:44:05.349Z | Checking linked-hash-map v0.5.6 |
| 1608 | 2026-08-30T01:44:05.425Z | Compiling signal-hook v0.4.4 |
| 1609 | 2026-08-30T01:44:05.520Z | Compiling portable-atomic v1.15.0 |
| 1610 | 2026-08-30T01:44:05.632Z | Compiling unicode-segmentation v1.13.3 |
| 1611 | 2026-08-30T01:44:05.705Z | Checking smawk v0.3.3 |
| 1612 | 2026-08-30T01:44:05.781Z | Checking dsi-bitstream v0.10.1 |
| 1613 | 2026-08-30T01:44:05.816Z | Compiling serde_yaml v0.9.34+deprecated |
| 1614 | 2026-08-30T01:44:05.860Z | Checking textwrap v0.15.2 |
| 1615 | 2026-08-30T01:44:05.883Z | Checking supports-color v2.1.0 |
| 1616 | 2026-08-30T01:44:05.987Z | Compiling heck v0.4.1 |
| 1617 | 2026-08-30T01:44:05.998Z | Checking lru-cache v0.1.2 |
| 1618 | 2026-08-30T01:44:06.010Z | Checking hickory-proto v0.24.4 |
| 1619 | 2026-08-30T01:44:06.100Z | Compiling progenitor-impl v0.14.0 |
| 1620 | 2026-08-30T01:44:06.516Z | Checking atomicwrites v0.4.4 |
| 1621 | 2026-08-30T01:44:06.584Z | Checking suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694) |
| 1622 | 2026-08-30T01:44:06.928Z | Checking supports-unicode v2.1.0 |
| 1623 | 2026-08-30T01:44:06.990Z | Checking supports-hyperlinks v2.1.0 |
| 1624 | 2026-08-30T01:44:06.990Z | Checking tokio-stream v0.1.19 |
| 1625 | 2026-08-30T01:44:07.027Z | Compiling miette-derive v5.10.0 |
| 1626 | 2026-08-30T01:44:07.046Z | Checking nibble_vec v0.1.0 |
| 1627 | 2026-08-30T01:44:07.089Z | Checking terminal_size v0.1.17 |
| 1628 | 2026-08-30T01:44:07.161Z | Checking memmap2 v0.9.11 |
| 1629 | 2026-08-30T01:44:07.183Z | Checking resolv-conf v0.7.6 |
| 1630 | 2026-08-30T01:44:07.318Z | Checking either v1.17.0 |
| 1631 | 2026-08-30T01:44:07.350Z | Checking owo-colors v3.5.0 |
| 1632 | 2026-08-30T01:44:07.359Z | Checking endian-type v0.2.0 |
| 1633 | 2026-08-30T01:44:07.486Z | Checking constant_time_eq v0.4.2 |
| 1634 | 2026-08-30T01:44:07.514Z | Checking arrayref v0.3.9 |
| 1635 | 2026-08-30T01:44:07.524Z | Checking arrayvec v0.7.8 |
| 1636 | 2026-08-30T01:44:07.578Z | Checking itertools v0.14.0 |
| 1637 | 2026-08-30T01:44:07.600Z | Checking radix_trie v0.3.0 |
| 1638 | 2026-08-30T01:44:07.800Z | Checking hickory-resolver v0.24.4 |
| 1639 | 2026-08-30T01:44:07.971Z | Compiling knuffel-derive v3.2.0 |
| 1640 | 2026-08-30T01:44:08.100Z | Checking miette v5.10.0 |
| 1641 | 2026-08-30T01:44:08.134Z | Compiling progenitor-macro v0.14.0 |
| 1642 | 2026-08-30T01:44:09.261Z | Checking console v0.16.4 |
| 1643 | 2026-08-30T01:44:09.453Z | Compiling derive-where v1.6.1 |
| 1644 | 2026-08-30T01:44:09.513Z | Checking termios v0.3.3 |
| 1645 | 2026-08-30T01:44:09.537Z | Checking base64 v0.21.7 |
| 1646 | 2026-08-30T01:44:09.547Z | Checking unit-prefix v0.5.2 |
| 1647 | 2026-08-30T01:44:09.625Z | Checking home v0.5.12 |
| 1648 | 2026-08-30T01:44:09.643Z | Compiling seq-macro v0.3.6 |
| 1649 | 2026-08-30T01:44:09.658Z | Checking indicatif v0.18.6 |
| 1650 | 2026-08-30T01:44:09.766Z | Checking knuffel v3.2.0 |
| 1651 | 2026-08-30T01:44:09.874Z | Checking rustyline v18.0.0 (https://github.com/kkawakam/rustyline?rev=5ab22f2f8d65e85f0b925360437ece8eeeb6db92#5ab22f2f) |
| 1652 | 2026-08-30T01:44:09.999Z | Checking pwd v1.4.0 |
| 1653 | 2026-08-30T01:44:10.081Z | Checking tokio-fd v0.3.0 |
| 1654 | 2026-08-30T01:44:10.121Z | Checking rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694) |
| 1655 | 2026-08-30T01:44:10.130Z | Checking lru v0.18.2 |
| 1656 | 2026-08-30T01:44:10.190Z | Compiling async-recursion v1.1.1 |
| 1657 | 2026-08-30T01:44:10.279Z | Checking humantime v2.4.0 |
| 1658 | 2026-08-30T01:44:10.379Z | Checking shlex v1.3.0 |
| 1659 | 2026-08-30T01:44:10.452Z | Checking xdg v3.0.0 |
| 1660 | 2026-08-30T01:44:10.518Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 1661 | 2026-08-30T01:44:10.582Z | Compiling function_name-proc-macro v0.3.0 |
| 1662 | 2026-08-30T01:44:10.663Z | Checking qorb v0.4.1 |
| 1663 | 2026-08-30T01:44:10.917Z | Checking function_name v0.3.0 |
| 1664 | 2026-08-30T01:44:11.220Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86) |
| 1665 | 2026-08-30T01:44:14.533Z | Checking rustls-webpki v0.103.13 |
| 1666 | 2026-08-30T01:44:16.703Z | Checking tokio-rustls v0.26.4 |
| 1667 | 2026-08-30T01:44:16.703Z | Checking rustls-platform-verifier v0.7.0 |
| 1668 | 2026-08-30T01:44:16.886Z | Checking hyper-rustls v0.27.9 |
| 1669 | 2026-08-30T01:44:17.048Z | Checking reqwest v0.13.4 |
| 1670 | 2026-08-30T01:44:17.639Z | Checking progenitor-client v0.14.0 |
| 1671 | 2026-08-30T01:44:17.827Z | Checking progenitor v0.14.0 |
| 1672 | 2026-08-30T01:44:18.476Z | Checking sush-api v0.1.0 (/work/oxidecomputer/sush/api) |
| 1673 | 2026-08-30T01:44:18.921Z | Checking sush-server v0.1.0 (/work/oxidecomputer/sush/server) |
| 1674 | 2026-08-30T01:44:18.924Z | Checking sush-client v0.1.0 (/work/oxidecomputer/sush/client) |
| 1675 | 2026-08-30T01:44:18.924Z | Checking xtask v0.1.0 (/work/oxidecomputer/sush/xtask) |
| 1676 | 2026-08-30T01:44:21.238Z | Checking sush-tests v0.1.0 (/work/oxidecomputer/sush/tests) |
| 1677 | 2026-08-30T01:44:21.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.32s |
| 1678 | 2026-08-30T01:44:21.451Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 1679 | 2026-08-30T01:44:21.451Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 1680 | 2026-08-30T01:44:21.578Z | cargo clippy --tests -- --no-deps --deny warnings |
| 1681 | 2026-08-30T01:44:22.020Z | Compiling serde_json v1.0.151 |
| 1682 | 2026-08-30T01:44:22.142Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 1683 | 2026-08-30T01:44:22.701Z | Compiling schemars v0.8.22 |
| 1684 | 2026-08-30T01:44:22.701Z | Compiling openapiv3 v2.2.0 |
| 1685 | 2026-08-30T01:44:22.809Z | Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694) |
| 1686 | 2026-08-30T01:44:22.818Z | Checking slog-json v2.6.1 |
| 1687 | 2026-08-30T01:44:22.822Z | Checking reqwest v0.13.4 |
| 1688 | 2026-08-30T01:44:22.822Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 1689 | 2026-08-30T01:44:22.983Z | Checking slog-bunyan v2.5.0 |
| 1690 | 2026-08-30T01:44:23.401Z | Checking oxnet v0.1.6 |
| 1691 | 2026-08-30T01:44:23.401Z | Checking typify-impl v0.6.2 |
| 1692 | 2026-08-30T01:44:23.478Z | Checking progenitor-client v0.14.0 |
| 1693 | 2026-08-30T01:44:23.630Z | Checking daft v0.1.8 |
| 1694 | 2026-08-30T01:44:23.838Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?tag=rel%2Fv21%2Frc1#3e5bafe8) |
| 1695 | 2026-08-30T01:44:24.045Z | Checking sush-common v0.1.0 (/work/oxidecomputer/sush/common) |
| 1696 | 2026-08-30T01:44:24.045Z | Checking dropshot v0.17.1 |
| 1697 | 2026-08-30T01:44:24.413Z | Checking rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694) |
| 1698 | 2026-08-30T01:44:25.443Z | Compiling typify-macro v0.6.2 |
| 1699 | 2026-08-30T01:44:25.774Z | Checking sush-api v0.1.0 (/work/oxidecomputer/sush/api) |
| 1700 | 2026-08-30T01:44:26.273Z | Checking xtask v0.1.0 (/work/oxidecomputer/sush/xtask) |
| 1701 | 2026-08-30T01:44:26.554Z | Compiling typify v0.6.2 |
| 1702 | 2026-08-30T01:44:26.612Z | Compiling progenitor-impl v0.14.0 |
| 1703 | 2026-08-30T01:44:27.580Z | Checking sush-server v0.1.0 (/work/oxidecomputer/sush/server) |
| 1704 | 2026-08-30T01:44:27.865Z | Compiling progenitor-macro v0.14.0 |
| 1705 | 2026-08-30T01:44:30.266Z | Checking progenitor v0.14.0 |
| 1706 | 2026-08-30T01:44:30.366Z | Checking sush-client v0.1.0 (/work/oxidecomputer/sush/client) |
| 1707 | 2026-08-30T01:44:32.680Z | Checking sush-tests v0.1.0 (/work/oxidecomputer/sush/tests) |
| 1708 | 2026-08-30T01:44:33.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.17s |
| 1709 | 2026-08-30T01:44:33.824Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 1710 | 2026-08-30T01:44:33.824Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 1711 | 2026-08-30T01:44:33.941Z | cargo build --locked |
| 1712 | 2026-08-30T01:44:34.409Z | Compiling unicode-ident v1.0.24 |
| 1713 | 2026-08-30T01:44:34.409Z | Compiling cfg-if v1.0.4 |
| 1714 | 2026-08-30T01:44:34.413Z | Compiling subtle v2.6.1 |
| 1715 | 2026-08-30T01:44:34.491Z | Compiling libc v0.2.189 |
| 1716 | 2026-08-30T01:44:34.494Z | Compiling serde_core v1.0.229 |
| 1717 | 2026-08-30T01:44:34.494Z | Compiling const-oid v0.9.6 |
| 1718 | 2026-08-30T01:44:34.499Z | Compiling memchr v2.8.3 |
| 1719 | 2026-08-30T01:44:34.511Z | Compiling itoa v1.0.18 |
| 1720 | 2026-08-30T01:44:34.535Z | Compiling typenum v1.20.1 |
| 1721 | 2026-08-30T01:44:34.591Z | Compiling proc-macro2 v1.0.107 |
| 1722 | 2026-08-30T01:44:34.617Z | Compiling allocator-api2 v0.2.21 |
| 1723 | 2026-08-30T01:44:34.685Z | Compiling flagset v0.4.7 |
| 1724 | 2026-08-30T01:44:34.807Z | Compiling smallvec v1.15.2 |
| 1725 | 2026-08-30T01:44:34.926Z | Compiling errno v0.3.14 |
| 1726 | 2026-08-30T01:44:34.941Z | Compiling quote v1.0.47 |
| 1727 | 2026-08-30T01:44:35.010Z | Compiling libm v0.2.16 |
| 1728 | 2026-08-30T01:44:35.071Z | Compiling pin-project-lite v0.2.17 |
| 1729 | 2026-08-30T01:44:35.163Z | Compiling syn v2.0.119 |
| 1730 | 2026-08-30T01:44:35.166Z | Compiling syn v3.0.3 |
| 1731 | 2026-08-30T01:44:35.203Z | Compiling heck v0.5.0 |
| 1732 | 2026-08-30T01:44:35.225Z | Compiling equivalent v1.0.2 |
| 1733 | 2026-08-30T01:44:35.289Z | Compiling zmij v1.0.23 |
| 1734 | 2026-08-30T01:44:35.306Z | Compiling once_cell v1.21.4 |
| 1735 | 2026-08-30T01:44:35.309Z | Compiling bitflags v2.13.1 |
| 1736 | 2026-08-30T01:44:35.456Z | Compiling signal-hook-registry v1.4.8 |
| 1737 | 2026-08-30T01:44:35.514Z | Compiling getrandom v0.2.17 |
| 1738 | 2026-08-30T01:44:35.544Z | Compiling cpufeatures v0.2.17 |
| 1739 | 2026-08-30T01:44:35.577Z | Compiling futures-core v0.3.33 |
| 1740 | 2026-08-30T01:44:35.612Z | Compiling foldhash v0.2.0 |
| 1741 | 2026-08-30T01:44:35.695Z | Compiling scopeguard v1.2.0 |
| 1742 | 2026-08-30T01:44:35.729Z | Compiling rand_core v0.6.4 |
| 1743 | 2026-08-30T01:44:35.753Z | Compiling num-traits v0.2.19 |
| 1744 | 2026-08-30T01:44:35.780Z | Compiling lock_api v0.4.14 |
| 1745 | 2026-08-30T01:44:35.798Z | Compiling parking_lot_core v0.9.12 |
| 1746 | 2026-08-30T01:44:35.952Z | Compiling base64ct v1.8.3 |
| 1747 | 2026-08-30T01:44:36.008Z | Compiling parking_lot v0.12.5 |
| 1748 | 2026-08-30T01:44:36.096Z | Compiling mio v1.2.2 |
| 1749 | 2026-08-30T01:44:36.163Z | Compiling socket2 v0.6.5 |
| 1750 | 2026-08-30T01:44:36.244Z | Compiling pem-rfc7468 v0.7.0 |
| 1751 | 2026-08-30T01:44:36.350Z | Compiling generic-array v0.14.7 |
| 1752 | 2026-08-30T01:44:36.354Z | Compiling futures-sink v0.3.33 |
| 1753 | 2026-08-30T01:44:36.415Z | Compiling adler2 v2.0.1 |
| 1754 | 2026-08-30T01:44:36.456Z | Compiling slab v0.4.12 |
| 1755 | 2026-08-30T01:44:36.545Z | Compiling base16ct v0.2.0 |
| 1756 | 2026-08-30T01:44:36.574Z | Compiling futures-channel v0.3.33 |
| 1757 | 2026-08-30T01:44:36.595Z | Compiling log v0.4.33 |
| 1758 | 2026-08-30T01:44:36.627Z | Compiling stable_deref_trait v1.2.1 |
| 1759 | 2026-08-30T01:44:36.707Z | Compiling futures-io v0.3.33 |
| 1760 | 2026-08-30T01:44:36.721Z | Compiling futures-task v0.3.33 |
| 1761 | 2026-08-30T01:44:36.787Z | Compiling crypto-common v0.1.7 |
| 1762 | 2026-08-30T01:44:36.800Z | Compiling block-buffer v0.10.4 |
| 1763 | 2026-08-30T01:44:36.824Z | Compiling getrandom v0.4.3 |
| 1764 | 2026-08-30T01:44:36.862Z | Compiling strsim v0.11.1 |
| 1765 | 2026-08-30T01:44:36.889Z | Compiling ipnet v2.12.1 |
| 1766 | 2026-08-30T01:44:36.904Z | Compiling digest v0.10.7 |
| 1767 | 2026-08-30T01:44:36.931Z | Compiling dyn-clone v1.0.20 |
| 1768 | 2026-08-30T01:44:36.966Z | Compiling serde_json v1.0.151 |
| 1769 | 2026-08-30T01:44:37.027Z | Compiling hashbrown v0.17.1 |
| 1770 | 2026-08-30T01:44:37.067Z | Compiling utf8parse v0.2.2 |
| 1771 | 2026-08-30T01:44:37.108Z | Compiling gimli v0.32.3 |
| 1772 | 2026-08-30T01:44:37.174Z | Compiling anstyle-parse v1.0.0 |
| 1773 | 2026-08-30T01:44:37.244Z | Compiling iana-time-zone v0.1.65 |
| 1774 | 2026-08-30T01:44:37.352Z | Compiling anstyle-query v1.1.5 |
| 1775 | 2026-08-30T01:44:37.409Z | Compiling rustc-demangle v0.1.28 |
| 1776 | 2026-08-30T01:44:37.455Z | Compiling is_terminal_polyfill v1.70.2 |
| 1777 | 2026-08-30T01:44:37.465Z | Compiling colorchoice v1.0.5 |
| 1778 | 2026-08-30T01:44:37.549Z | Compiling percent-encoding v2.3.2 |
| 1779 | 2026-08-30T01:44:37.584Z | Compiling indexmap v2.14.0 |
| 1780 | 2026-08-30T01:44:37.637Z | Compiling anstyle v1.0.14 |
| 1781 | 2026-08-30T01:44:37.746Z | Compiling rustix v1.1.4 |
| 1782 | 2026-08-30T01:44:37.840Z | Compiling anstream v1.0.0 |
| 1783 | 2026-08-30T01:44:37.861Z | Compiling ff v0.13.1 |
| 1784 | 2026-08-30T01:44:37.996Z | Compiling synstructure v0.13.2 |
| 1785 | 2026-08-30T01:44:38.111Z | Compiling serde_derive_internals v0.29.1 |
| 1786 | 2026-08-30T01:44:38.235Z | Compiling tracing-core v0.1.36 |
| 1787 | 2026-08-30T01:44:38.339Z | Compiling serde_derive v1.0.229 |
| 1788 | 2026-08-30T01:44:38.479Z | Compiling thiserror-impl v2.0.20 |
| 1789 | 2026-08-30T01:44:38.828Z | Compiling tokio-macros v2.7.2 |
| 1790 | 2026-08-30T01:44:38.838Z | Compiling displaydoc v0.2.7 |
| 1791 | 2026-08-30T01:44:39.095Z | Compiling addr2line v0.25.1 |
| 1792 | 2026-08-30T01:44:39.123Z | Compiling zeroize_derive v1.5.0 |
| 1793 | 2026-08-30T01:44:39.224Z | Compiling der_derive v0.7.3 |
| 1794 | 2026-08-30T01:44:39.262Z | Compiling zerocopy-derive v0.8.56 |
| 1795 | 2026-08-30T01:44:39.437Z | Compiling zerofrom-derive v0.1.7 |
| 1796 | 2026-08-30T01:44:39.554Z | Compiling yoke-derive v0.8.2 |
| 1797 | 2026-08-30T01:44:39.606Z | Compiling futures-macro v0.3.33 |
| 1798 | 2026-08-30T01:44:39.680Z | Compiling thiserror v2.0.20 |
| 1799 | 2026-08-30T01:44:39.785Z | Compiling zerovec-derive v0.11.3 |
| 1800 | 2026-08-30T01:44:39.805Z | Compiling zeroize v1.9.0 |
| 1801 | 2026-08-30T01:44:40.200Z | Compiling der v0.7.10 |
| 1802 | 2026-08-30T01:44:40.557Z | Compiling futures-util v0.3.33 |
| 1803 | 2026-08-30T01:44:40.619Z | Compiling schemars_derive v0.8.22 |
| 1804 | 2026-08-30T01:44:40.638Z | Compiling zerofrom v0.1.8 |
| 1805 | 2026-08-30T01:44:40.693Z | Compiling zerocopy v0.8.56 |
| 1806 | 2026-08-30T01:44:40.752Z | Compiling yoke v0.8.3 |
| 1807 | 2026-08-30T01:44:40.868Z | Compiling hmac v0.12.1 |
| 1808 | 2026-08-30T01:44:40.902Z | Compiling serde v1.0.229 |
| 1809 | 2026-08-30T01:44:40.937Z | Compiling zerovec v0.11.6 |
| 1810 | 2026-08-30T01:44:41.002Z | Compiling spki v0.7.3 |
| 1811 | 2026-08-30T01:44:41.210Z | Compiling pkcs8 v0.10.2 |
| 1812 | 2026-08-30T01:44:41.416Z | Compiling bytes v1.12.1 |
| 1813 | 2026-08-30T01:44:41.482Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1814 | 2026-08-30T01:44:41.492Z | Compiling tinystr v0.8.3 |
| 1815 | 2026-08-30T01:44:41.804Z | Compiling chrono v0.4.45 |
| 1816 | 2026-08-30T01:44:41.900Z | Compiling tokio v1.53.1 |
| 1817 | 2026-08-30T01:44:41.938Z | Compiling http v1.5.0 |
| 1818 | 2026-08-30T01:44:42.109Z | Compiling sha2 v0.10.9 |
| 1819 | 2026-08-30T01:44:42.152Z | Compiling signature v2.2.0 |
| 1820 | 2026-08-30T01:44:42.298Z | Compiling rustls-pki-types v1.15.1 |
| 1821 | 2026-08-30T01:44:42.317Z | Compiling tracing-attributes v0.1.31 |
| 1822 | 2026-08-30T01:44:42.484Z | Compiling base64 v0.22.1 |
| 1823 | 2026-08-30T01:44:42.860Z | Compiling clap_lex v1.1.0 |
| 1824 | 2026-08-30T01:44:42.877Z | Compiling litemap v0.8.2 |
| 1825 | 2026-08-30T01:44:42.910Z | Compiling writeable v0.6.3 |
| 1826 | 2026-08-30T01:44:43.004Z | Compiling potential_utf v0.1.5 |
| 1827 | 2026-08-30T01:44:43.069Z | Compiling icu_locale_core v2.2.0 |
| 1828 | 2026-08-30T01:44:43.099Z | Compiling sec1 v0.7.3 |
| 1829 | 2026-08-30T01:44:43.118Z | Compiling erased-serde v0.3.31 |
| 1830 | 2026-08-30T01:44:43.176Z | Compiling hkdf v0.12.4 |
| 1831 | 2026-08-30T01:44:43.319Z | Compiling zerotrie v0.2.4 |
| 1832 | 2026-08-30T01:44:43.380Z | Compiling crypto-bigint v0.5.5 |
| 1833 | 2026-08-30T01:44:43.390Z | Compiling thiserror-impl v1.0.69 |
| 1834 | 2026-08-30T01:44:43.572Z | Compiling ppv-lite86 v0.2.21 |
| 1835 | 2026-08-30T01:44:43.615Z | Compiling tracing v0.1.44 |
| 1836 | 2026-08-30T01:44:43.618Z | Compiling group v0.13.0 |
| 1837 | 2026-08-30T01:44:43.668Z | Compiling httparse v1.10.1 |
| 1838 | 2026-08-30T01:44:43.795Z | Compiling aws-lc-sys v0.44.0 |
| 1839 | 2026-08-30T01:44:43.855Z | Compiling uuid v1.24.0 |
| 1840 | 2026-08-30T01:44:43.890Z | Compiling is_ci v1.2.0 |
| 1841 | 2026-08-30T01:44:43.975Z | Compiling hex v0.4.3 |
| 1842 | 2026-08-30T01:44:44.030Z | Compiling keccak v0.1.6 |
| 1843 | 2026-08-30T01:44:44.162Z | Compiling utf8_iter v1.0.4 |
| 1844 | 2026-08-30T01:44:44.230Z | Compiling simd-adler32 v0.3.10 |
| 1845 | 2026-08-30T01:44:44.262Z | Compiling unicode-linebreak v0.1.5 |
| 1846 | 2026-08-30T01:44:44.295Z | Compiling aws-lc-rs v1.18.0 |
| 1847 | 2026-08-30T01:44:44.308Z | Compiling icu_collections v2.2.0 |
| 1848 | 2026-08-30T01:44:44.394Z | Compiling elliptic-curve v0.13.8 |
| 1849 | 2026-08-30T01:44:44.428Z | Compiling miniz_oxide v0.8.9 |
| 1850 | 2026-08-30T01:44:44.504Z | Compiling rand_chacha v0.3.1 |
| 1851 | 2026-08-30T01:44:44.548Z | Compiling thiserror v1.0.69 |
| 1852 | 2026-08-30T01:44:44.651Z | Compiling icu_provider v2.2.0 |
| 1853 | 2026-08-30T01:44:44.802Z | Compiling slog v2.8.2 |
| 1854 | 2026-08-30T01:44:44.829Z | Compiling clap_derive v4.6.4 |
| 1855 | 2026-08-30T01:44:44.961Z | Compiling form_urlencoded v1.2.2 |
| 1856 | 2026-08-30T01:44:44.984Z | Compiling num-integer v0.1.46 |
| 1857 | 2026-08-30T01:44:45.088Z | Compiling is-terminal v0.4.17 |
| 1858 | 2026-08-30T01:44:45.142Z | Compiling untrusted v0.9.0 |
| 1859 | 2026-08-30T01:44:45.182Z | Compiling unicode-width v0.1.14 |
| 1860 | 2026-08-30T01:44:45.234Z | Compiling rustls-webpki v0.103.13 |
| 1861 | 2026-08-30T01:44:45.261Z | Compiling num-iter v0.1.46 |
| 1862 | 2026-08-30T01:44:45.294Z | Compiling rand v0.8.7 |
| 1863 | 2026-08-30T01:44:45.373Z | Compiling icu_normalizer_data v2.2.0 |
| 1864 | 2026-08-30T01:44:45.448Z | Compiling icu_properties_data v2.2.0 |
| 1865 | 2026-08-30T01:44:45.458Z | Compiling syn v1.0.109 |
| 1866 | 2026-08-30T01:44:45.585Z | Compiling tokio-util v0.7.19 |
| 1867 | 2026-08-30T01:44:45.718Z | Compiling schemars v0.8.22 |
| 1868 | 2026-08-30T01:44:45.831Z | Compiling http-body v1.1.0 |
| 1869 | 2026-08-30T01:44:45.949Z | Compiling serde_tokenstream v0.2.3 |
| 1870 | 2026-08-30T01:44:45.991Z | Compiling rfc6979 v0.4.0 |
| 1871 | 2026-08-30T01:44:46.235Z | Compiling unicode-width v0.2.2 |
| 1872 | 2026-08-30T01:44:46.247Z | Compiling atomic-waker v1.1.2 |
| 1873 | 2026-08-30T01:44:46.258Z | Compiling ecdsa v0.16.9 |
| 1874 | 2026-08-30T01:44:46.268Z | Compiling rustls v0.23.43 |
| 1875 | 2026-08-30T01:44:46.372Z | Compiling icu_properties v2.2.0 |
| 1876 | 2026-08-30T01:44:46.491Z | Compiling icu_normalizer v2.2.0 |
| 1877 | 2026-08-30T01:44:46.510Z | Compiling primeorder v0.13.6 |
| 1878 | 2026-08-30T01:44:46.935Z | Compiling fnv v1.0.7 |
| 1879 | 2026-08-30T01:44:47.036Z | Compiling tower-service v0.3.3 |
| 1880 | 2026-08-30T01:44:47.049Z | Compiling try-lock v0.2.5 |
| 1881 | 2026-08-30T01:44:47.083Z | Compiling tower-layer v0.3.3 |
| 1882 | 2026-08-30T01:44:47.130Z | Compiling want v0.3.1 |
| 1883 | 2026-08-30T01:44:47.183Z | Compiling h2 v0.4.15 |
| 1884 | 2026-08-30T01:44:47.243Z | Compiling getrandom v0.3.4 |
| 1885 | 2026-08-30T01:44:47.300Z | Compiling idna_adapter v1.2.2 |
| 1886 | 2026-08-30T01:44:47.428Z | Compiling ed25519 v2.2.3 |
| 1887 | 2026-08-30T01:44:47.473Z | Compiling curve25519-dalek v4.1.3 |
| 1888 | 2026-08-30T01:44:47.601Z | Compiling terminal_size v0.4.4 |
| 1889 | 2026-08-30T01:44:47.743Z | Compiling object v0.37.3 |
| 1890 | 2026-08-30T01:44:48.216Z | Compiling hashbrown v0.16.1 |
| 1891 | 2026-08-30T01:44:48.364Z | Compiling time-core v0.1.9 |
| 1892 | 2026-08-30T01:44:48.554Z | Compiling httpdate v1.0.3 |
| 1893 | 2026-08-30T01:44:48.678Z | Compiling spin v0.9.9 |
| 1894 | 2026-08-30T01:44:48.787Z | Compiling num-conv v0.2.2 |
| 1895 | 2026-08-30T01:44:48.813Z | Compiling ryu v1.0.23 |
| 1896 | 2026-08-30T01:44:48.829Z | Compiling darling_core v0.23.0 |
| 1897 | 2026-08-30T01:44:48.936Z | Compiling time-macros v0.2.32 |
| 1898 | 2026-08-30T01:44:48.993Z | Compiling ahash v0.8.12 |
| 1899 | 2026-08-30T01:44:49.255Z | Compiling tokio-rustls v0.26.4 |
| 1900 | 2026-08-30T01:44:49.529Z | Compiling hyper v1.11.0 |
| 1901 | 2026-08-30T01:44:49.743Z | Compiling ed25519-dalek v2.2.0 |
| 1902 | 2026-08-30T01:44:50.110Z | Compiling clap_builder v4.6.6 |
| 1903 | 2026-08-30T01:44:50.214Z | Compiling idna v1.1.0 |
| 1904 | 2026-08-30T01:44:50.345Z | Compiling backtrace v0.3.76 |
| 1905 | 2026-08-30T01:44:50.401Z | Compiling rand_core v0.9.5 |
| 1906 | 2026-08-30T01:44:50.577Z | Compiling sha3 v0.10.9 |
| 1907 | 2026-08-30T01:44:50.617Z | Compiling x509-cert v0.2.5 |
| 1908 | 2026-08-30T01:44:50.900Z | Compiling async-trait v0.1.92 |
| 1909 | 2026-08-30T01:44:51.127Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1910 | 2026-08-30T01:44:51.317Z | Compiling powerfmt v0.2.0 |
| 1911 | 2026-08-30T01:44:51.371Z | Compiling num_threads v0.1.7 |
| 1912 | 2026-08-30T01:44:51.472Z | Compiling deranged v0.5.8 |
| 1913 | 2026-08-30T01:44:51.530Z | Compiling data-encoding v2.11.1 |
| 1914 | 2026-08-30T01:44:51.564Z | Compiling proc-macro-error2 v2.0.1 |
| 1915 | 2026-08-30T01:44:51.836Z | Compiling clap v4.6.6 |
| 1916 | 2026-08-30T01:44:51.861Z | Compiling lazy_static v1.5.0 |
| 1917 | 2026-08-30T01:44:51.877Z | Compiling darling_macro v0.23.0 |
| 1918 | 2026-08-30T01:44:51.913Z | Compiling backtrace-ext v0.2.1 |
| 1919 | 2026-08-30T01:44:51.947Z | Compiling hyper-util v0.1.20 |
| 1920 | 2026-08-30T01:44:52.092Z | Compiling rand_chacha v0.9.0 |
| 1921 | 2026-08-30T01:44:52.352Z | Compiling time v0.3.55 |
| 1922 | 2026-08-30T01:44:52.373Z | Compiling url v2.5.8 |
| 1923 | 2026-08-30T01:44:52.586Z | Compiling hashbrown v0.14.5 |
| 1924 | 2026-08-30T01:44:52.590Z | Compiling textwrap v0.16.2 |
| 1925 | 2026-08-30T01:44:52.750Z | Compiling supports-color v3.0.2 |
| 1926 | 2026-08-30T01:44:52.910Z | Compiling half v2.7.1 |
| 1927 | 2026-08-30T01:44:52.943Z | Compiling sha1 v0.10.7 |
| 1928 | 2026-08-30T01:44:53.125Z | Compiling miette-derive v7.6.0 |
| 1929 | 2026-08-30T01:44:53.174Z | Compiling hybrid-array v0.4.14 |
| 1930 | 2026-08-30T01:44:53.208Z | Compiling encoding_rs v0.8.35 |
| 1931 | 2026-08-30T01:44:53.266Z | Compiling mime v0.3.17 |
| 1932 | 2026-08-30T01:44:53.542Z | Compiling semver v1.0.28 |
| 1933 | 2026-08-30T01:44:53.638Z | Compiling static_assertions v1.1.0 |
| 1934 | 2026-08-30T01:44:53.684Z | Compiling fastrand v2.5.0 |
| 1935 | 2026-08-30T01:44:53.711Z | Compiling ciborium-io v0.2.2 |
| 1936 | 2026-08-30T01:44:53.808Z | Compiling ciborium-ll v0.2.2 |
| 1937 | 2026-08-30T01:44:53.890Z | Compiling tempfile v3.27.0 |
| 1938 | 2026-08-30T01:44:53.915Z | Compiling num-bigint-dig v0.8.6 |
| 1939 | 2026-08-30T01:44:53.945Z | Compiling chumsky v0.9.3 |
| 1940 | 2026-08-30T01:44:54.027Z | Compiling darling v0.23.0 |
| 1941 | 2026-08-30T01:44:54.109Z | Compiling rand v0.9.5 |
| 1942 | 2026-08-30T01:44:54.247Z | Compiling miette v7.6.0 |
| 1943 | 2026-08-30T01:44:54.303Z | Compiling crossbeam-utils v0.8.22 |
| 1944 | 2026-08-30T01:44:54.604Z | Compiling camino v1.2.5 |
| 1945 | 2026-08-30T01:44:54.707Z | Compiling knus-derive v3.4.0 |
| 1946 | 2026-08-30T01:44:54.823Z | Compiling crc32fast v1.5.0 |
| 1947 | 2026-08-30T01:44:55.013Z | Compiling serde_urlencoded v0.7.1 |
| 1948 | 2026-08-30T01:44:55.030Z | Compiling regress v0.11.1 |
| 1949 | 2026-08-30T01:44:55.138Z | Compiling http-body-util v0.1.4 |
| 1950 | 2026-08-30T01:44:55.234Z | Compiling futures-executor v0.3.33 |
| 1951 | 2026-08-30T01:44:55.255Z | Compiling pkcs1 v0.7.5 |
| 1952 | 2026-08-30T01:44:55.326Z | Compiling inout v0.1.4 |
| 1953 | 2026-08-30T01:44:55.401Z | Compiling thread_local v1.1.10 |
| 1954 | 2026-08-30T01:44:55.461Z | Compiling ipnetwork v0.21.1 |
| 1955 | 2026-08-30T01:44:55.517Z | Compiling cpufeatures v0.3.0 |
| 1956 | 2026-08-30T01:44:55.591Z | Compiling regex-syntax v0.8.11 |
| 1957 | 2026-08-30T01:44:55.671Z | Compiling oxnet v0.1.6 |
| 1958 | 2026-08-30T01:44:55.674Z | Compiling rsa v0.9.10 |
| 1959 | 2026-08-30T01:44:55.743Z | Compiling cipher v0.4.4 |
| 1960 | 2026-08-30T01:44:55.954Z | Compiling futures v0.3.33 |
| 1961 | 2026-08-30T01:44:56.115Z | Compiling knus v3.4.0 |
| 1962 | 2026-08-30T01:44:56.161Z | Compiling p384 v0.13.1 |
| 1963 | 2026-08-30T01:44:56.355Z | Compiling flate2 v1.1.9 |
| 1964 | 2026-08-30T01:44:56.379Z | Compiling crossbeam-channel v0.5.16 |
| 1965 | 2026-08-30T01:44:56.508Z | Compiling serde_with_macros v3.22.0 |
| 1966 | 2026-08-30T01:44:56.852Z | Compiling typify-impl v0.6.2 |
| 1967 | 2026-08-30T01:44:56.863Z | Compiling ciborium v0.2.2 |
| 1968 | 2026-08-30T01:44:56.924Z | Compiling crypto-common v0.2.2 |
| 1969 | 2026-08-30T01:44:57.453Z | Compiling block-buffer v0.12.1 |
| 1970 | 2026-08-30T01:44:57.623Z | Compiling hubpack_derive v0.1.1 |
| 1971 | 2026-08-30T01:44:57.668Z | Compiling newtype-uuid v1.4.0 |
| 1972 | 2026-08-30T01:44:57.833Z | Compiling ssh-encoding v0.2.0 |
| 1973 | 2026-08-30T01:44:58.106Z | Compiling openapiv3 v2.2.0 |
| 1974 | 2026-08-30T01:44:58.161Z | Compiling strum_macros v0.26.4 |
| 1975 | 2026-08-30T01:44:58.219Z | Compiling async-stream-impl v0.3.6 |
| 1976 | 2026-08-30T01:44:58.289Z | Compiling daft-derive v0.1.8 |
| 1977 | 2026-08-30T01:44:59.008Z | Compiling const-oid v0.10.2 |
| 1978 | 2026-08-30T01:44:59.035Z | Compiling utf-8 v0.7.6 |
| 1979 | 2026-08-30T01:44:59.091Z | Compiling compression-core v0.4.32 |
| 1980 | 2026-08-30T01:44:59.219Z | Compiling term v1.2.1 |
| 1981 | 2026-08-30T01:44:59.219Z | Compiling winnow v1.0.4 |
| 1982 | 2026-08-30T01:44:59.252Z | Compiling match_cfg v0.1.0 |
| 1983 | 2026-08-30T01:44:59.324Z | Compiling take_mut v0.2.2 |
| 1984 | 2026-08-30T01:44:59.436Z | Compiling slog-async v2.8.0 |
| 1985 | 2026-08-30T01:44:59.546Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 1986 | 2026-08-30T01:44:59.578Z | Compiling slog-term v2.9.2 |
| 1987 | 2026-08-30T01:44:59.718Z | Compiling hostname v0.3.1 |
| 1988 | 2026-08-30T01:44:59.731Z | Compiling compression-codecs v0.4.38 |
| 1989 | 2026-08-30T01:44:59.797Z | Compiling strum v0.26.3 |
| 1990 | 2026-08-30T01:44:59.858Z | Compiling tungstenite v0.28.0 |
| 1991 | 2026-08-30T01:44:59.924Z | Compiling digest v0.11.3 |
| 1992 | 2026-08-30T01:44:59.934Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 1993 | 2026-08-30T01:44:59.986Z | Compiling daft v0.1.8 |
| 1994 | 2026-08-30T01:44:59.996Z | Compiling async-stream v0.3.6 |
| 1995 | 2026-08-30T01:45:00.092Z | Compiling hubpack v0.1.2 |
| 1996 | 2026-08-30T01:45:00.172Z | Compiling ssh-cipher v0.2.0 |
| 1997 | 2026-08-30T01:45:00.243Z | Compiling serde_with v3.22.0 |
| 1998 | 2026-08-30T01:45:00.243Z | Compiling omicron-workspace-hack v0.1.0 |
| 1999 | 2026-08-30T01:45:00.276Z | Compiling slog-json v2.6.1 |
| 2000 | 2026-08-30T01:45:00.320Z | Compiling p256 v0.13.2 |
| 2001 | 2026-08-30T01:45:00.324Z | Compiling serde_spanned v1.1.1 |
| 2002 | 2026-08-30T01:45:00.478Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2003 | 2026-08-30T01:45:00.489Z | Compiling unicode-segmentation v1.13.3 |
| 2004 | 2026-08-30T01:45:00.702Z | Compiling sush-common v0.1.0 (/work/oxidecomputer/sush/common) |
| 2005 | 2026-08-30T01:45:00.786Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 2006 | 2026-08-30T01:45:00.888Z | Compiling debug-ignore v1.0.5 |
| 2007 | 2026-08-30T01:45:00.917Z | Compiling ssh-key v0.6.7 |
| 2008 | 2026-08-30T01:45:00.989Z | Compiling toml v1.1.4+spec-1.1.0 |
| 2009 | 2026-08-30T01:45:01.021Z | Compiling slog-bunyan v2.5.0 |
| 2010 | 2026-08-30T01:45:01.161Z | Compiling tokio-tungstenite v0.28.0 |
| 2011 | 2026-08-30T01:45:01.457Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?tag=rel%2Fv21%2Frc1#3e5bafe8) |
| 2012 | 2026-08-30T01:45:01.635Z | Compiling sha1 v0.11.0 |
| 2013 | 2026-08-30T01:45:01.789Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2014 | 2026-08-30T01:45:01.806Z | Compiling multer v3.1.0 |
| 2015 | 2026-08-30T01:45:01.882Z | Compiling async-compression v0.4.43 |
| 2016 | 2026-08-30T01:45:02.206Z | Compiling rlimit v0.10.2 |
| 2017 | 2026-08-30T01:45:02.322Z | Compiling salty v0.3.0 |
| 2018 | 2026-08-30T01:45:02.384Z | Compiling waitgroup v0.1.2 |
| 2019 | 2026-08-30T01:45:02.487Z | Compiling dropshot_endpoint v0.17.1 |
| 2020 | 2026-08-30T01:45:02.598Z | Compiling rustls-pemfile v2.2.0 |
| 2021 | 2026-08-30T01:45:02.770Z | Compiling serde_spanned v0.6.9 |
| 2022 | 2026-08-30T01:45:02.803Z | Compiling toml_datetime v0.6.11 |
| 2023 | 2026-08-30T01:45:02.849Z | Compiling env_filter v2.0.0 |
| 2024 | 2026-08-30T01:45:02.918Z | Compiling serde_path_to_error v0.1.20 |
| 2025 | 2026-08-30T01:45:03.079Z | Compiling sync_wrapper v1.0.2 |
| 2026 | 2026-08-30T01:45:03.189Z | Compiling aho-corasick v1.1.5 |
| 2027 | 2026-08-30T01:45:03.199Z | Compiling hostname v0.4.2 |
| 2028 | 2026-08-30T01:45:03.238Z | Compiling typify-macro v0.6.2 |
| 2029 | 2026-08-30T01:45:03.283Z | Compiling http-range-header v0.4.2 |
| 2030 | 2026-08-30T01:45:03.340Z | Compiling bytesize v2.7.0 |
| 2031 | 2026-08-30T01:45:03.520Z | Compiling toml_write v0.1.2 |
| 2032 | 2026-08-30T01:45:03.651Z | Compiling tinyvec_macros v0.1.1 |
| 2033 | 2026-08-30T01:45:03.703Z | Compiling winnow v0.7.15 |
| 2034 | 2026-08-30T01:45:03.720Z | Compiling openssl-probe v0.2.1 |
| 2035 | 2026-08-30T01:45:03.730Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2036 | 2026-08-30T01:45:03.733Z | Compiling tinyvec v1.12.0 |
| 2037 | 2026-08-30T01:45:03.901Z | Compiling rustls-native-certs v0.8.4 |
| 2038 | 2026-08-30T01:45:04.076Z | Compiling regex-automata v0.4.18 |
| 2039 | 2026-08-30T01:45:04.188Z | Compiling dropshot v0.17.1 |
| 2040 | 2026-08-30T01:45:04.252Z | Compiling tower v0.5.3 |
| 2041 | 2026-08-30T01:45:04.742Z | Compiling env_logger v0.11.11 |
| 2042 | 2026-08-30T01:45:05.114Z | Compiling toml_edit v0.22.27 |
| 2043 | 2026-08-30T01:45:05.205Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2044 | 2026-08-30T01:45:05.384Z | Compiling serde-big-array v0.5.1 |
| 2045 | 2026-08-30T01:45:05.435Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2046 | 2026-08-30T01:45:05.525Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2047 | 2026-08-30T01:45:06.158Z | Compiling corncobs v0.1.4 |
| 2048 | 2026-08-30T01:45:06.336Z | Compiling dashu-base v0.5.1 |
| 2049 | 2026-08-30T01:45:06.653Z | Compiling num-modular v0.6.5 |
| 2050 | 2026-08-30T01:45:07.369Z | Compiling dashu-int v0.5.1 |
| 2051 | 2026-08-30T01:45:08.082Z | Compiling sush-api v0.1.0 (/work/oxidecomputer/sush/api) |
| 2052 | 2026-08-30T01:45:09.293Z | Compiling toml v0.8.23 |
| 2053 | 2026-08-30T01:45:09.556Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2054 | 2026-08-30T01:45:09.961Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2055 | 2026-08-30T01:45:09.972Z | Compiling regex v1.13.1 |
| 2056 | 2026-08-30T01:45:10.095Z | Compiling typify v0.6.2 |
| 2057 | 2026-08-30T01:45:10.115Z | Compiling tower-http v0.6.11 |
| 2058 | 2026-08-30T01:45:10.189Z | Compiling proc-macro-error-attr v1.0.4 |
| 2059 | 2026-08-30T01:45:10.435Z | Compiling rustls-platform-verifier v0.7.0 |
| 2060 | 2026-08-30T01:45:10.543Z | Compiling rustix v0.38.44 |
| 2061 | 2026-08-30T01:45:10.637Z | Compiling hyper-rustls v0.27.9 |
| 2062 | 2026-08-30T01:45:10.867Z | Compiling secrecy v0.8.0 |
| 2063 | 2026-08-30T01:45:10.946Z | Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694) |
| 2064 | 2026-08-30T01:45:11.011Z | Compiling enum-as-inner v0.6.1 |
| 2065 | 2026-08-30T01:45:11.061Z | Compiling linked-hash-map v0.5.6 |
| 2066 | 2026-08-30T01:45:11.246Z | Compiling smawk v0.3.3 |
| 2067 | 2026-08-30T01:45:11.375Z | Compiling num-primitive v0.2.1 |
| 2068 | 2026-08-30T01:45:11.435Z | Compiling textwrap v0.15.2 |
| 2069 | 2026-08-30T01:45:11.457Z | Compiling lru-cache v0.1.2 |
| 2070 | 2026-08-30T01:45:11.557Z | Compiling atomicwrites v0.4.4 |
| 2071 | 2026-08-30T01:45:11.578Z | Compiling serde_yaml v0.9.34+deprecated |
| 2072 | 2026-08-30T01:45:11.588Z | Compiling hickory-proto v0.24.4 |
| 2073 | 2026-08-30T01:45:11.751Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86) |
| 2074 | 2026-08-30T01:45:11.832Z | Compiling reqwest v0.13.4 |
| 2075 | 2026-08-30T01:45:11.937Z | Compiling dsi-bitstream v0.10.1 |
| 2076 | 2026-08-30T01:45:12.137Z | Compiling progenitor-impl v0.14.0 |
| 2077 | 2026-08-30T01:45:12.757Z | Compiling proc-macro-error v1.0.4 |
| 2078 | 2026-08-30T01:45:12.959Z | Compiling suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694) |
| 2079 | 2026-08-30T01:45:13.211Z | Compiling heck v0.4.1 |
| 2080 | 2026-08-30T01:45:13.388Z | Compiling tokio-stream v0.1.19 |
| 2081 | 2026-08-30T01:45:13.398Z | Compiling supports-color v2.1.0 |
| 2082 | 2026-08-30T01:45:13.426Z | Compiling supports-hyperlinks v2.1.0 |
| 2083 | 2026-08-30T01:45:13.591Z | Compiling supports-unicode v2.1.0 |
| 2084 | 2026-08-30T01:45:13.613Z | Compiling miette-derive v5.10.0 |
| 2085 | 2026-08-30T01:45:13.749Z | Compiling nibble_vec v0.1.0 |
| 2086 | 2026-08-30T01:45:13.878Z | Compiling memmap2 v0.9.11 |
| 2087 | 2026-08-30T01:45:13.888Z | Compiling terminal_size v0.1.17 |
| 2088 | 2026-08-30T01:45:14.007Z | Compiling either v1.17.0 |
| 2089 | 2026-08-30T01:45:14.092Z | Compiling constant_time_eq v0.4.2 |
| 2090 | 2026-08-30T01:45:14.102Z | Compiling resolv-conf v0.7.6 |
| 2091 | 2026-08-30T01:45:14.225Z | Compiling endian-type v0.2.0 |
| 2092 | 2026-08-30T01:45:14.268Z | Compiling owo-colors v3.5.0 |
| 2093 | 2026-08-30T01:45:14.363Z | Compiling arrayvec v0.7.8 |
| 2094 | 2026-08-30T01:45:14.482Z | Compiling arrayref v0.3.9 |
| 2095 | 2026-08-30T01:45:14.555Z | Compiling blake3 v1.8.6 |
| 2096 | 2026-08-30T01:45:14.565Z | Compiling radix_trie v0.3.0 |
| 2097 | 2026-08-30T01:45:14.694Z | Compiling hickory-resolver v0.24.4 |
| 2098 | 2026-08-30T01:45:14.901Z | Compiling miette v5.10.0 |
| 2099 | 2026-08-30T01:45:14.935Z | Compiling itertools v0.14.0 |
| 2100 | 2026-08-30T01:45:14.981Z | Compiling knuffel-derive v3.2.0 |
| 2101 | 2026-08-30T01:45:15.769Z | Compiling progenitor-macro v0.14.0 |
| 2102 | 2026-08-30T01:45:16.192Z | Compiling progenitor-client v0.14.0 |
| 2103 | 2026-08-30T01:45:16.195Z | Compiling nix v0.31.3 |
| 2104 | 2026-08-30T01:45:16.407Z | Compiling anyhow v1.0.104 |
| 2105 | 2026-08-30T01:45:16.492Z | Compiling signal-hook v0.4.4 |
| 2106 | 2026-08-30T01:45:16.706Z | Compiling portable-atomic v1.15.0 |
| 2107 | 2026-08-30T01:45:16.808Z | Compiling console v0.16.4 |
| 2108 | 2026-08-30T01:45:17.301Z | Compiling derive-where v1.6.1 |
| 2109 | 2026-08-30T01:45:17.385Z | Compiling termios v0.3.3 |
| 2110 | 2026-08-30T01:45:17.414Z | Compiling home v0.5.12 |
| 2111 | 2026-08-30T01:45:17.449Z | Compiling unit-prefix v0.5.2 |
| 2112 | 2026-08-30T01:45:17.557Z | Compiling base64 v0.21.7 |
| 2113 | 2026-08-30T01:45:17.592Z | Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694) |
| 2114 | 2026-08-30T01:45:17.607Z | Compiling indicatif v0.18.6 |
| 2115 | 2026-08-30T01:45:17.703Z | Compiling rustyline v18.0.0 (https://github.com/kkawakam/rustyline?rev=5ab22f2f8d65e85f0b925360437ece8eeeb6db92#5ab22f2f) |
| 2116 | 2026-08-30T01:45:17.892Z | Compiling knuffel v3.2.0 |
| 2117 | 2026-08-30T01:45:18.410Z | Compiling tokio-fd v0.3.0 |
| 2118 | 2026-08-30T01:45:18.588Z | Compiling pwd v1.4.0 |
| 2119 | 2026-08-30T01:45:18.610Z | Compiling qorb v0.4.1 |
| 2120 | 2026-08-30T01:45:18.627Z | Compiling async-recursion v1.1.1 |
| 2121 | 2026-08-30T01:45:18.774Z | Compiling lru v0.18.2 |
| 2122 | 2026-08-30T01:45:18.814Z | Compiling xdg v3.0.0 |
| 2123 | 2026-08-30T01:45:18.950Z | Compiling humantime v2.4.0 |
| 2124 | 2026-08-30T01:45:19.228Z | Compiling shlex v1.3.0 |
| 2125 | 2026-08-30T01:45:19.231Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2126 | 2026-08-30T01:45:19.312Z | Compiling function_name v0.3.0 |
| 2127 | 2026-08-30T01:45:19.390Z | Compiling xtask v0.1.0 (/work/oxidecomputer/sush/xtask) |
| 2128 | 2026-08-30T01:45:21.065Z | Compiling sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86) |
| 2129 | 2026-08-30T01:45:21.289Z | Compiling progenitor v0.14.0 |
| 2130 | 2026-08-30T01:45:21.386Z | Compiling sush-client v0.1.0 (/work/oxidecomputer/sush/client) |
| 2131 | 2026-08-30T01:45:22.740Z | Compiling sush-server v0.1.0 (/work/oxidecomputer/sush/server) |
| 2132 | 2026-08-30T01:45:25.988Z | Compiling sush-tests v0.1.0 (/work/oxidecomputer/sush/tests) |
| 2133 | 2026-08-30T01:45:43.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
| 2134 | 2026-08-30T01:45:43.895Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 2135 | 2026-08-30T01:45:43.895Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 2136 | 2026-08-30T01:45:44.018Z | cargo nextest run --run-ignored all |
| 2137 | 2026-08-30T01:45:44.915Z | Compiling serde_json v1.0.151 |
| 2138 | 2026-08-30T01:45:45.033Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2139 | 2026-08-30T01:45:45.614Z | Compiling schemars v0.8.22 |
| 2140 | 2026-08-30T01:45:45.614Z | Compiling openapiv3 v2.2.0 |
| 2141 | 2026-08-30T01:45:45.686Z | Compiling slog-json v2.6.1 |
| 2142 | 2026-08-30T01:45:45.732Z | Compiling reqwest v0.13.4 |
| 2143 | 2026-08-30T01:45:45.741Z | Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694) |
| 2144 | 2026-08-30T01:45:45.890Z | Compiling slog-bunyan v2.5.0 |
| 2145 | 2026-08-30T01:45:46.024Z | Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2146 | 2026-08-30T01:45:46.352Z | Compiling typify-impl v0.6.2 |
| 2147 | 2026-08-30T01:45:47.093Z | Compiling oxnet v0.1.6 |
| 2148 | 2026-08-30T01:45:47.108Z | Compiling dropshot v0.17.1 |
| 2149 | 2026-08-30T01:45:47.233Z | Compiling progenitor-client v0.14.0 |
| 2150 | 2026-08-30T01:45:47.537Z | Compiling daft v0.1.8 |
| 2151 | 2026-08-30T01:45:47.742Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?tag=rel%2Fv21%2Frc1#3e5bafe8) |
| 2152 | 2026-08-30T01:45:47.793Z | Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694) |
| 2153 | 2026-08-30T01:45:48.075Z | Compiling sush-common v0.1.0 (/work/oxidecomputer/sush/common) |
| 2154 | 2026-08-30T01:45:50.330Z | Compiling sush-api v0.1.0 (/work/oxidecomputer/sush/api) |
| 2155 | 2026-08-30T01:45:52.386Z | Compiling typify-macro v0.6.2 |
| 2156 | 2026-08-30T01:45:52.422Z | Compiling xtask v0.1.0 (/work/oxidecomputer/sush/xtask) |
| 2157 | 2026-08-30T01:45:53.258Z | Compiling sush-server v0.1.0 (/work/oxidecomputer/sush/server) |
| 2158 | 2026-08-30T01:45:54.019Z | Compiling typify v0.6.2 |
| 2159 | 2026-08-30T01:45:54.085Z | Compiling progenitor-impl v0.14.0 |
| 2160 | 2026-08-30T01:45:56.627Z | Compiling progenitor-macro v0.14.0 |
| 2161 | 2026-08-30T01:46:00.588Z | Compiling progenitor v0.14.0 |
| 2162 | 2026-08-30T01:46:00.722Z | Compiling sush-client v0.1.0 (/work/oxidecomputer/sush/client) |
| 2163 | 2026-08-30T01:46:03.484Z | Compiling sush-tests v0.1.0 (/work/oxidecomputer/sush/tests) |
| 2164 | 2026-08-30T01:46:37.222Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 52.66s |
| 2165 | 2026-08-30T01:46:37.225Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 2166 | 2026-08-30T01:46:37.226Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 2167 | 2026-08-30T01:46:37.372Z | ──────────── |
| 2168 | 2026-08-30T01:46:37.372Z | Nextest run ID 242a7ab6-63a0-4dde-ac0e-9aab1b1eea0f with nextest profile: default |
| 2169 | 2026-08-30T01:46:37.372Z | Starting 118 tests across 11 binaries |
| 2170 | 2026-08-30T01:46:37.380Z | PASS [ 0.007s] ( 1/118) sush-client agent::test::request_identities_frame |
| 2171 | 2026-08-30T01:46:37.384Z | PASS [ 0.008s] ( 2/118) sush-client agent::test::sign_response_roundtrip |
| 2172 | 2026-08-30T01:46:37.384Z | PASS [ 0.008s] ( 3/118) sush-client agent::test::identities_answer_roundtrip |
| 2173 | 2026-08-30T01:46:37.384Z | PASS [ 0.008s] ( 4/118) sush-client agent::test::malformed_payloads |
| 2174 | 2026-08-30T01:46:37.384Z | PASS [ 0.008s] ( 5/118) sush-client cli::rack::rack_drawing |
| 2175 | 2026-08-30T01:46:37.384Z | PASS [ 0.009s] ( 6/118) sush-client agent::test::sign_request_frame |
| 2176 | 2026-08-30T01:46:37.384Z | PASS [ 0.011s] ( 7/118) sush-client commands::client_args |
| 2177 | 2026-08-30T01:46:37.387Z | PASS [ 0.007s] ( 8/118) sush-client commands::tests::login_refused_blames_build_skew |
| 2178 | 2026-08-30T01:46:37.390Z | PASS [ 0.007s] ( 9/118) sush-client commands::watch_settling |
| 2179 | 2026-08-30T01:46:37.390Z | PASS [ 0.007s] ( 10/118) sush-client tls::test::descoped_urls |
| 2180 | 2026-08-30T01:46:37.390Z | PASS [ 0.008s] ( 11/118) sush-client commands::target_arg |
| 2181 | 2026-08-30T01:46:37.390Z | PASS [ 0.007s] ( 12/118) sush-common authn::test::authn_errors |
| 2182 | 2026-08-30T01:46:37.394Z | PASS [ 0.006s] ( 13/118) sush-common authn::test::seq_windows |
| 2183 | 2026-08-30T01:46:37.397Z | PASS [ 0.007s] ( 14/118) sush-common authn::test::pin_to_be_signed |
| 2184 | 2026-08-30T01:46:37.397Z | PASS [ 0.006s] ( 15/118) sush-common codephrases::test::constant_codephrases |
| 2185 | 2026-08-30T01:46:37.401Z | PASS [ 0.006s] ( 16/118) sush-common codephrases::test::leading_zeros_after_truncation |
| 2186 | 2026-08-30T01:46:37.404Z | PASS [ 0.006s] ( 17/118) sush-common codephrases::test::non_phrases |
| 2187 | 2026-08-30T01:46:37.408Z | PASS [ 0.006s] ( 18/118) sush-common codephrases::test::trivial_codephrases |
| 2188 | 2026-08-30T01:46:37.414Z | PASS [ 0.006s] ( 19/118) sush-common codephrases::test::wide_values_reject_where_truncated |
| 2189 | 2026-08-30T01:46:37.420Z | PASS [ 0.006s] ( 20/118) sush-common hash::tests::sha3_256_empty_vector |
| 2190 | 2026-08-30T01:46:37.426Z | PASS [ 0.006s] ( 21/118) sush-common jobs::test::interactive_targets |
| 2191 | 2026-08-30T01:46:37.431Z | PASS [ 0.005s] ( 22/118) sush-common jobs::test::limits_clamp |
| 2192 | 2026-08-30T01:46:37.437Z | PASS [ 0.006s] ( 23/118) sush-common jobs::test::skip_converges_signer_and_server |
| 2193 | 2026-08-30T01:46:37.440Z | PASS [ 0.053s] ( 24/118) sush-common authn::test::bound_requests |
| 2194 | 2026-08-30T01:46:37.443Z | PASS [ 0.006s] ( 25/118) sush-common jobs::test::to_be_signed_omits_defaults |
| 2195 | 2026-08-30T01:46:37.449Z | PASS [ 0.005s] ( 26/118) sush-common keys::test::test_sk_split |
| 2196 | 2026-08-30T01:46:37.454Z | PASS [ 0.006s] ( 27/118) sush-common targets::test::targets_include |
| 2197 | 2026-08-30T01:46:37.460Z | PASS [ 0.006s] ( 28/118) sush-common targets::test::targets_parse |
| 2198 | 2026-08-30T01:46:37.465Z | PASS [ 0.005s] ( 29/118) sush-common targets::test::targets_round_trip |
| 2199 | 2026-08-30T01:46:37.472Z | PASS [ 0.007s] ( 30/118) sush-common wordlist::test::verify_wordlist |
| 2200 | 2026-08-30T01:46:37.480Z | PASS [ 0.008s] ( 31/118) sush-server bookmark::test::a_flipped_sequence_number_is_corruption |
| 2201 | 2026-08-30T01:46:37.487Z | PASS [ 0.007s] ( 32/118) sush-server bookmark::test::corruption_is_never_absence |
| 2202 | 2026-08-30T01:46:37.490Z | PASS [ 0.094s] ( 33/118) sush-common codephrases::test::id_phrases |
| 2203 | 2026-08-30T01:46:37.495Z | PASS [ 0.008s] ( 34/118) sush-server bookmark::test::newest_slot_is_home |
| 2204 | 2026-08-30T01:46:37.498Z | PASS [ 0.007s] ( 35/118) sush-server bookmark::test::none_and_shed_touch_nothing |
| 2205 | 2026-08-30T01:46:37.502Z | PASS [ 0.007s] ( 36/118) sush-server bookmark::test::probe_rejects_unwritable_storage |
| 2206 | 2026-08-30T01:46:37.505Z | PASS [ 0.007s] ( 37/118) sush-server bookmark::test::round_trip |
| 2207 | 2026-08-30T01:46:37.510Z | PASS [ 0.008s] ( 38/118) sush-server bookmark::test::stale_generations_cannot_load |
| 2208 | 2026-08-30T01:46:37.513Z | PASS [ 0.008s] ( 39/118) sush-server bookmark::test::stale_generations_cannot_store |
| 2209 | 2026-08-30T01:46:37.516Z | PASS [ 0.135s] ( 40/118) sush-client commands::output_needs_target |
| 2210 | 2026-08-30T01:46:37.519Z | PASS [ 0.007s] ( 41/118) sush-server bookmark::test::stragglers_cannot_clobber_newer_commits |
| 2211 | 2026-08-30T01:46:37.523Z | PASS [ 0.009s] ( 42/118) sush-server messages::wire_format::cert_requests |
| 2212 | 2026-08-30T01:46:37.527Z | PASS [ 0.007s] ( 43/118) sush-server messages::wire_format::concurrent_sessions_error |
| 2213 | 2026-08-30T01:46:37.531Z | PASS [ 0.007s] ( 44/118) sush-server messages::wire_format::identity_login_request |
| 2214 | 2026-08-30T01:46:37.534Z | PASS [ 0.007s] ( 45/118) sush-server messages::wire_format::identity_revoke_request |
| 2215 | 2026-08-30T01:46:37.534Z | PASS [ 0.152s] ( 46/118) sush-client identity::test::ssh_identities |
| 2216 | 2026-08-30T01:46:37.538Z | PASS [ 0.007s] ( 47/118) sush-server messages::wire_format::job_events |
| 2217 | 2026-08-30T01:46:37.541Z | PASS [ 0.008s] ( 48/118) sush-server messages::wire_format::job_start_interactive_request |
| 2218 | 2026-08-30T01:46:37.541Z | PASS [ 0.007s] ( 49/118) sush-server messages::wire_format::job_start_request |
| 2219 | 2026-08-30T01:46:37.542Z | PASS [ 0.152s] ( 50/118) sush-common authn::test::challenge_response |
| 2220 | 2026-08-30T01:46:37.545Z | PASS [ 0.007s] ( 51/118) sush-server messages::wire_format::job_stop_request |
| 2221 | 2026-08-30T01:46:37.548Z | PASS [ 0.007s] ( 52/118) sush-server messages::wire_format::session_allow_attach_request |
| 2222 | 2026-08-30T01:46:37.549Z | PASS [ 0.007s] ( 53/118) sush-server messages::wire_format::session_deny_attach_request |
| 2223 | 2026-08-30T01:46:37.549Z | PASS [ 0.007s] ( 54/118) sush-server messages::wire_format::session_skip_request |
| 2224 | 2026-08-30T01:46:37.552Z | PASS [ 0.007s] ( 55/118) sush-server messages::wire_format::session_start_request |
| 2225 | 2026-08-30T01:46:37.555Z | PASS [ 0.007s] ( 56/118) sush-server messages::wire_format::session_stop_request |
| 2226 | 2026-08-30T01:46:37.555Z | PASS [ 0.007s] ( 57/118) sush-server messages::wire_format::unknown_version_tolerated |
| 2227 | 2026-08-30T01:46:37.555Z | PASS [ 0.007s] ( 58/118) sush-server messages::wire_format::version_event |
| 2228 | 2026-08-30T01:46:37.559Z | PASS [ 0.007s] ( 59/118) sush-server proxy::test::home_preference |
| 2229 | 2026-08-30T01:46:37.562Z | PASS [ 0.007s] ( 60/118) sush-server proxy::test::named_targets |
| 2230 | 2026-08-30T01:46:37.562Z | PASS [ 0.007s] ( 61/118) sush-server proxy::test::resolution |
| 2231 | 2026-08-30T01:46:37.562Z | PASS [ 0.007s] ( 62/118) sush-server proxy::test::version_interception |
| 2232 | 2026-08-30T01:46:37.567Z | PASS [ 0.008s] ( 63/118) sush-server pty::test::pty |
| 2233 | 2026-08-30T01:46:37.570Z | PASS [ 0.007s] ( 64/118) sush-server pty::test::set_window_size |
| 2234 | 2026-08-30T01:46:37.674Z | PASS [ 0.272s] ( 65/118) sush-common codephrases::test::random_codephrases |
| 2235 | 2026-08-30T01:46:37.864Z | PASS [ 0.423s] ( 66/118) sush-common keys::test::signing |
| 2236 | 2026-08-30T01:46:38.718Z | PASS [ 1.206s] ( 67/118) sush-server job::test::tty |
| 2237 | 2026-08-30T01:46:39.423Z | PASS [ 2.050s] ( 68/118) sush-client cli::test::cert_chains |
| 2238 | 2026-08-30T01:46:39.841Z | PASS [ 2.273s] ( 69/118) sush-server::distributed interrupted_jobs_get_stopped |
| 2239 | 2026-08-30T01:46:40.009Z | PASS [ 2.447s] ( 70/118) sush-server::distributed gossip_survives_bookmark_failure |
| 2240 | 2026-08-30T01:46:40.136Z | PASS [ 2.462s] ( 71/118) sush-server::distributed rejoining_replays_without_reexecuting |
| 2241 | 2026-08-30T01:46:40.140Z | PASS [ 2.578s] ( 72/118) sush-server::distributed bookmarks_survive_restart |
| 2242 | 2026-08-30T01:46:40.289Z | PASS [ 0.150s] ( 73/118) sush-tests integration_tests::client_proxy_server |
| 2243 | 2026-08-30T01:46:40.403Z | PASS [ 0.115s] ( 74/118) sush-tests integration_tests::client_server |
| 2244 | 2026-08-30T01:46:40.873Z | PASS [ 3.306s] ( 75/118) sush-server::distributed jobs_gossip_between_sleds |
| 2245 | 2026-08-30T01:46:40.922Z | PASS [ 0.519s] ( 76/118) sush-tests integration_tests::client_tls_proxy_server |
| 2246 | 2026-08-30T01:46:41.146Z | PASS [ 0.273s] ( 77/118) sush-tests integration_tests::client_tunnels_through_nexus |
| 2247 | 2026-08-30T01:46:41.170Z | PASS [ 0.248s] ( 78/118) sush-tests integration_tests::interactive_job |
| 2248 | 2026-08-30T01:46:41.335Z | PASS [ 0.189s] ( 79/118) sush-tests integration_tests::streaming_job |
| 2249 | 2026-08-30T01:46:41.521Z | PASS [ 1.386s] ( 80/118) sush-server::link gossip_convergence |
| 2250 | 2026-08-30T01:46:41.570Z | PASS [ 0.049s] ( 81/118) sush-tests manager_tests::attribution |
| 2251 | 2026-08-30T01:46:41.580Z | PASS [ 0.010s] ( 82/118) sush-tests manager_tests::bad_root_cert_files |
| 2252 | 2026-08-30T01:46:41.590Z | PASS [ 0.420s] ( 83/118) sush-tests integration_tests::streaming_job_linger |
| 2253 | 2026-08-30T01:46:41.602Z | PASS [ 0.267s] ( 84/118) sush-tests manager_tests::attach_grants |
| 2254 | 2026-08-30T01:46:41.628Z | PASS [ 0.047s] ( 85/118) sush-tests manager_tests::cancel_queued_job |
| 2255 | 2026-08-30T01:46:41.640Z | PASS [ 0.050s] ( 86/118) sush-tests manager_tests::cert_chain |
| 2256 | 2026-08-30T01:46:41.688Z | PASS [ 0.086s] ( 87/118) sush-tests manager_tests::cert_revoke |
| 2257 | 2026-08-30T01:46:41.734Z | PASS [ 0.094s] ( 88/118) sush-tests manager_tests::gossiped_identities |
| 2258 | 2026-08-30T01:46:41.734Z | PASS [ 0.046s] ( 89/118) sush-tests manager_tests::homonym_issuer_resolves_to_true_parent |
| 2259 | 2026-08-30T01:46:41.738Z | PASS [ 0.111s] ( 90/118) sush-tests manager_tests::cubby_targets |
| 2260 | 2026-08-30T01:46:41.781Z | PASS [ 0.047s] ( 91/118) sush-tests manager_tests::iam |
| 2261 | 2026-08-30T01:46:41.784Z | PASS [ 0.043s] ( 92/118) sush-tests manager_tests::iam_revoke |
| 2262 | 2026-08-30T01:46:41.810Z | PASS [ 0.029s] ( 93/118) sush-tests manager_tests::interactive_target_required |
| 2263 | 2026-08-30T01:46:41.819Z | PASS [ 0.038s] ( 94/118) sush-tests manager_tests::job_json |
| 2264 | 2026-08-30T01:46:41.835Z | PASS [ 0.101s] ( 95/118) sush-tests manager_tests::hostile_imports_cannot_displace |
| 2265 | 2026-08-30T01:46:41.857Z | PASS [ 0.038s] ( 96/118) sush-tests manager_tests::job_output_perms |
| 2266 | 2026-08-30T01:46:41.861Z | PASS [ 0.050s] ( 97/118) sush-tests manager_tests::job_output_dir_moves |
| 2267 | 2026-08-30T01:46:41.865Z | PASS [ 0.030s] ( 98/118) sush-tests manager_tests::job_session_enforced |
| 2268 | 2026-08-30T01:46:41.895Z | PASS [ 0.038s] ( 99/118) sush-tests manager_tests::job_signal_dispositions |
| 2269 | 2026-08-30T01:46:41.946Z | PASS [ 0.038s] (100/118) sush-tests manager_tests::job_stop |
| 2270 | 2026-08-30T01:46:41.949Z | PASS [ 0.042s] (101/118) sush-tests manager_tests::job_targets |
| 2271 | 2026-08-30T01:46:41.981Z | PASS [ 0.086s] (102/118) sush-tests manager_tests::jobs |
| 2272 | 2026-08-30T01:46:42.020Z | PASS [ 0.039s] (103/118) sush-tests manager_tests::root_certs_from_files |
| 2273 | 2026-08-30T01:46:42.039Z | PASS [ 0.131s] (104/118) sush-tests manager_tests::revocation_tombstones |
| 2274 | 2026-08-30T01:46:42.046Z | PASS [ 0.026s] (105/118) sush-tests manager_tests::session_nonce_rotates |
| 2275 | 2026-08-30T01:46:42.076Z | PASS [ 0.038s] (106/118) sush-tests manager_tests::shutdown |
| 2276 | 2026-08-30T01:46:42.138Z | PASS [ 0.090s] (107/118) sush-tests manager_tests::skip_and_stop_are_starter_only |
| 2277 | 2026-08-30T01:46:42.165Z | PASS [ 0.089s] (108/118) sush-tests manager_tests::skip_racing_start_converges |
| 2278 | 2026-08-30T01:46:42.185Z | PASS [ 0.048s] (109/118) sush-tests manager_tests::streaming_validation |
| 2279 | 2026-08-30T01:46:42.251Z | PASS [ 0.067s] (110/118) sush-tests manager_tests::too_much_output |
| 2280 | 2026-08-30T01:46:42.353Z | PASS [ 0.101s] (111/118) sush-tests manager_tests::universe_swap |
| 2281 | 2026-08-30T01:46:42.587Z | PASS [ 0.689s] (112/118) sush-tests manager_tests::output_ranges |
| 2282 | 2026-08-30T01:46:43.377Z | PASS [ 1.212s] (113/118) sush-tests manager_tests::too_much_cpu |
| 2283 | 2026-08-30T01:46:44.395Z | PASS [ 6.531s] (114/118) sush-server::distributed stragglers_do_not_interrupt_live_jobs |
| 2284 | 2026-08-30T01:46:44.944Z | PASS [ 5.103s] (115/118) sush-server::gossip staggered_start_converges |
| 2285 | 2026-08-30T01:46:45.202Z | PASS [ 6.484s] (116/118) sush-server::gossip cold_start_converges |
| 2286 | 2026-08-30T01:46:47.642Z | PASS [ 8.218s] (117/118) sush-server::gossip node_replacement_reconverges |
| 2287 | 2026-08-30T01:47:22.753Z | PASS [ 42.743s] (118/118) sush-server::link conformance |
| 2288 | 2026-08-30T01:47:22.756Z | ──────────── |
| 2289 | 2026-08-30T01:47:22.756Z | Summary [ 45.380s] 118 tests run: 118 passed, 0 skipped |
| 2290 | 2026-08-30T01:47:22.765Z | cargo test --doc |
| 2291 | 2026-08-30T01:47:23.172Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2292 | 2026-08-30T01:47:23.176Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 2293 | 2026-08-30T01:47:23.176Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 2294 | 2026-08-30T01:47:23.210Z | Doc-tests sush_api |
| 2295 | 2026-08-30T01:47:23.688Z | |
| 2296 | 2026-08-30T01:47:23.688Z | running 2 tests |
| 2297 | 2026-08-30T01:47:23.688Z | test api/src/lib.rs - sush_api_mod::api_description (line 41) ... ignored |
| 2298 | 2026-08-30T01:47:23.688Z | test api/src/lib.rs - sush_api_mod::stub_api_description (line 47) ... ignored |
| 2299 | 2026-08-30T01:47:23.688Z | |
| 2300 | 2026-08-30T01:47:23.688Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2301 | 2026-08-30T01:47:23.688Z | |
| 2302 | 2026-08-30T01:47:23.692Z | all doctests ran in 0.32s; merged doctests compilation took 0.31s |
| 2303 | 2026-08-30T01:47:23.703Z | Doc-tests sush_client |
| 2304 | 2026-08-30T01:47:24.434Z | |
| 2305 | 2026-08-30T01:47:24.434Z | running 22 tests |
| 2306 | 2026-08-30T01:47:24.434Z | test client/src/lib.rs - Client::cert_chain (line 74) ... ignored |
| 2307 | 2026-08-30T01:47:24.434Z | test client/src/lib.rs - Client::cert_import (line 75) ... ignored |
| 2308 | 2026-08-30T01:47:24.434Z | test client/src/lib.rs - Client::cert_revoke (line 75) ... ignored |
| 2309 | 2026-08-30T01:47:24.434Z | test client/src/lib.rs - Client::iam (line 73) ... ignored |
| 2310 | 2026-08-30T01:47:24.434Z | test client/src/lib.rs - Client::iam_revoke (line 75) ... ignored |
| 2311 | 2026-08-30T01:47:24.434Z | test client/src/lib.rs - Client::identities (line 73) ... ignored |
| 2312 | 2026-08-30T01:47:24.434Z | test client/src/lib.rs - Client::job_attach (line 74) ... ignored |
| 2313 | 2026-08-30T01:47:24.434Z | test client/src/lib.rs - Client::job_history (line 75) ... ignored |
| 2314 | 2026-08-30T01:47:24.434Z | test client/src/lib.rs - Client::job_output (line 78) ... ignored |
| 2315 | 2026-08-30T01:47:24.434Z | test client/src/lib.rs - Client::job_start (line 81) ... ignored |
| 2316 | 2026-08-30T01:47:24.434Z | test client/src/lib.rs - Client::job_status (line 73) ... ignored |
| 2317 | 2026-08-30T01:47:24.435Z | test client/src/lib.rs - Client::job_stop (line 74) ... ignored |
| 2318 | 2026-08-30T01:47:24.435Z | test client/src/lib.rs - Client::session (line 71) ... ignored |
| 2319 | 2026-08-30T01:47:24.435Z | test client/src/lib.rs - Client::session_allow_attach (line 76) ... ignored |
| 2320 | 2026-08-30T01:47:24.435Z | test client/src/lib.rs - Client::session_deny_attach (line 75) ... ignored |
| 2321 | 2026-08-30T01:47:24.435Z | test client/src/lib.rs - Client::session_skip_job (line 73) ... ignored |
| 2322 | 2026-08-30T01:47:24.435Z | test client/src/lib.rs - Client::session_start (line 76) ... ignored |
| 2323 | 2026-08-30T01:47:24.435Z | test client/src/lib.rs - Client::session_start_nonce (line 73) ... ignored |
| 2324 | 2026-08-30T01:47:24.435Z | test client/src/lib.rs - Client::session_stop (line 72) ... ignored |
| 2325 | 2026-08-30T01:47:24.435Z | test client/src/lib.rs - Client::target (line 71) ... ignored |
| 2326 | 2026-08-30T01:47:24.435Z | test client/src/lib.rs - Client::version (line 71) ... ignored |
| 2327 | 2026-08-30T01:47:24.435Z | test client/src/lib.rs - Client::versions (line 71) ... ignored |
| 2328 | 2026-08-30T01:47:24.435Z | |
| 2329 | 2026-08-30T01:47:24.439Z | test result: ok. 0 passed; 0 failed; 22 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2330 | 2026-08-30T01:47:24.440Z | |
| 2331 | 2026-08-30T01:47:24.440Z | all doctests ran in 0.33s; merged doctests compilation took 0.33s |
| 2332 | 2026-08-30T01:47:24.460Z | Doc-tests sush_common |
| 2333 | 2026-08-30T01:47:24.661Z | |
| 2334 | 2026-08-30T01:47:24.662Z | running 0 tests |
| 2335 | 2026-08-30T01:47:24.662Z | |
| 2336 | 2026-08-30T01:47:24.662Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2337 | 2026-08-30T01:47:24.662Z | |
| 2338 | 2026-08-30T01:47:24.677Z | Doc-tests sush_server |
| 2339 | 2026-08-30T01:47:24.974Z | |
| 2340 | 2026-08-30T01:47:24.974Z | running 0 tests |
| 2341 | 2026-08-30T01:47:24.974Z | |
| 2342 | 2026-08-30T01:47:24.974Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2343 | 2026-08-30T01:47:24.974Z | |
| 2344 | 2026-08-30T01:47:24.996Z | Doc-tests sush_tests |
| 2345 | 2026-08-30T01:47:25.027Z | |
| 2346 | 2026-08-30T01:47:25.028Z | running 0 tests |
| 2347 | 2026-08-30T01:47:25.028Z | |
| 2348 | 2026-08-30T01:47:25.028Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2349 | 2026-08-30T01:47:25.028Z | |
| 2350 | 2026-08-30T01:47:25.059Z | cargo xtask openapi && git diff --exit-code sush.json |
| 2351 | 2026-08-30T01:47:25.355Z | Compiling libc v0.2.189 |
| 2352 | 2026-08-30T01:47:25.356Z | Compiling zeroize v1.9.0 |
| 2353 | 2026-08-30T01:47:25.359Z | Compiling proc-macro2 v1.0.107 |
| 2354 | 2026-08-30T01:47:25.359Z | Compiling quote v1.0.47 |
| 2355 | 2026-08-30T01:47:25.419Z | Compiling bytes v1.12.1 |
| 2356 | 2026-08-30T01:47:25.422Z | Compiling smallvec v1.15.2 |
| 2357 | 2026-08-30T01:47:25.428Z | Compiling num-traits v0.2.19 |
| 2358 | 2026-08-30T01:47:25.434Z | Compiling zerocopy v0.8.56 |
| 2359 | 2026-08-30T01:47:25.448Z | Compiling rustc_version v0.4.1 |
| 2360 | 2026-08-30T01:47:25.586Z | Compiling generic-array v0.14.7 |
| 2361 | 2026-08-30T01:47:25.619Z | Compiling hashbrown v0.17.1 |
| 2362 | 2026-08-30T01:47:25.714Z | Compiling log v0.4.33 |
| 2363 | 2026-08-30T01:47:25.769Z | Compiling errno v0.3.14 |
| 2364 | 2026-08-30T01:47:25.792Z | Compiling getrandom v0.2.17 |
| 2365 | 2026-08-30T01:47:25.899Z | Compiling jobserver v0.1.35 |
| 2366 | 2026-08-30T01:47:25.915Z | Compiling parking_lot_core v0.9.12 |
| 2367 | 2026-08-30T01:47:25.974Z | Compiling rand_core v0.6.4 |
| 2368 | 2026-08-30T01:47:26.052Z | Compiling crypto-common v0.1.7 |
| 2369 | 2026-08-30T01:47:26.171Z | Compiling block-buffer v0.10.4 |
| 2370 | 2026-08-30T01:47:26.179Z | Compiling cc v1.4.2 |
| 2371 | 2026-08-30T01:47:26.199Z | Compiling parking_lot v0.12.5 |
| 2372 | 2026-08-30T01:47:26.211Z | Compiling signal-hook-registry v1.4.8 |
| 2373 | 2026-08-30T01:47:26.218Z | Compiling http v1.5.0 |
| 2374 | 2026-08-30T01:47:26.257Z | Compiling syn v3.0.3 |
| 2375 | 2026-08-30T01:47:26.304Z | Compiling syn v2.0.119 |
| 2376 | 2026-08-30T01:47:26.321Z | Compiling digest v0.10.7 |
| 2377 | 2026-08-30T01:47:26.502Z | Compiling mio v1.2.2 |
| 2378 | 2026-08-30T01:47:26.532Z | Compiling socket2 v0.6.5 |
| 2379 | 2026-08-30T01:47:26.602Z | Compiling getrandom v0.4.3 |
| 2380 | 2026-08-30T01:47:26.986Z | Compiling cmake v0.1.58 |
| 2381 | 2026-08-30T01:47:26.990Z | Compiling uuid v1.24.0 |
| 2382 | 2026-08-30T01:47:27.209Z | Compiling ff v0.13.1 |
| 2383 | 2026-08-30T01:47:27.325Z | Compiling group v0.13.0 |
| 2384 | 2026-08-30T01:47:27.328Z | Compiling signature v2.2.0 |
| 2385 | 2026-08-30T01:47:27.341Z | Compiling sha2 v0.10.9 |
| 2386 | 2026-08-30T01:47:27.419Z | Compiling crypto-bigint v0.5.5 |
| 2387 | 2026-08-30T01:47:27.431Z | Compiling aws-lc-sys v0.44.0 |
| 2388 | 2026-08-30T01:47:27.465Z | Compiling getrandom v0.3.4 |
| 2389 | 2026-08-30T01:47:27.499Z | Compiling indexmap v2.14.0 |
| 2390 | 2026-08-30T01:47:27.643Z | Compiling rand_core v0.9.5 |
| 2391 | 2026-08-30T01:47:27.720Z | Compiling rustix v1.1.4 |
| 2392 | 2026-08-30T01:47:27.856Z | Compiling hmac v0.12.1 |
| 2393 | 2026-08-30T01:47:27.992Z | Compiling curve25519-dalek v4.1.3 |
| 2394 | 2026-08-30T01:47:28.124Z | Compiling ppv-lite86 v0.2.21 |
| 2395 | 2026-08-30T01:47:28.273Z | Compiling rustls-pki-types v1.15.1 |
| 2396 | 2026-08-30T01:47:28.286Z | Compiling time v0.3.55 |
| 2397 | 2026-08-30T01:47:28.447Z | Compiling rand_chacha v0.9.0 |
| 2398 | 2026-08-30T01:47:28.771Z | Compiling tracing v0.1.44 |
| 2399 | 2026-08-30T01:47:28.891Z | Compiling serde_derive_internals v0.29.1 |
| 2400 | 2026-08-30T01:47:29.083Z | Compiling rfc6979 v0.4.0 |
| 2401 | 2026-08-30T01:47:29.202Z | Compiling http-body v1.1.0 |
| 2402 | 2026-08-30T01:47:29.211Z | Compiling inout v0.1.4 |
| 2403 | 2026-08-30T01:47:29.340Z | Compiling rustls v0.23.43 |
| 2404 | 2026-08-30T01:47:29.356Z | Compiling cipher v0.4.4 |
| 2405 | 2026-08-30T01:47:29.400Z | Compiling serde_derive v1.0.229 |
| 2406 | 2026-08-30T01:47:29.544Z | Compiling tokio-macros v2.7.2 |
| 2407 | 2026-08-30T01:47:29.563Z | Compiling thiserror-impl v2.0.20 |
| 2408 | 2026-08-30T01:47:29.621Z | Compiling daft-derive v0.1.8 |
| 2409 | 2026-08-30T01:47:29.736Z | Compiling rand v0.9.5 |
| 2410 | 2026-08-30T01:47:29.789Z | Compiling ssh-encoding v0.2.0 |
| 2411 | 2026-08-30T01:47:30.013Z | Compiling der_derive v0.7.3 |
| 2412 | 2026-08-30T01:47:30.043Z | Compiling futures-macro v0.3.33 |
| 2413 | 2026-08-30T01:47:30.277Z | Compiling tokio v1.53.1 |
| 2414 | 2026-08-30T01:47:30.327Z | Compiling schemars_derive v0.8.22 |
| 2415 | 2026-08-30T01:47:30.339Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2416 | 2026-08-30T01:47:30.767Z | Compiling thiserror v2.0.20 |
| 2417 | 2026-08-30T01:47:30.867Z | Compiling futures-util v0.3.33 |
| 2418 | 2026-08-30T01:47:30.875Z | Compiling newtype-uuid v1.4.0 |
| 2419 | 2026-08-30T01:47:30.993Z | Compiling der v0.7.10 |
| 2420 | 2026-08-30T01:47:31.033Z | Compiling sha1 v0.10.7 |
| 2421 | 2026-08-30T01:47:31.260Z | Compiling hostname v0.3.1 |
| 2422 | 2026-08-30T01:47:31.401Z | Compiling tungstenite v0.28.0 |
| 2423 | 2026-08-30T01:47:31.523Z | Compiling async-stream-impl v0.3.6 |
| 2424 | 2026-08-30T01:47:32.003Z | Compiling serde v1.0.229 |
| 2425 | 2026-08-30T01:47:32.129Z | Compiling spki v0.7.3 |
| 2426 | 2026-08-30T01:47:32.281Z | Compiling pkcs8 v0.10.2 |
| 2427 | 2026-08-30T01:47:32.331Z | Compiling thiserror-impl v1.0.69 |
| 2428 | 2026-08-30T01:47:32.399Z | Compiling ssh-cipher v0.2.0 |
| 2429 | 2026-08-30T01:47:32.514Z | Compiling erased-serde v0.3.31 |
| 2430 | 2026-08-30T01:47:32.541Z | Compiling chrono v0.4.45 |
| 2431 | 2026-08-30T01:47:32.545Z | Compiling sec1 v0.7.3 |
| 2432 | 2026-08-30T01:47:32.625Z | Compiling ed25519 v2.2.3 |
| 2433 | 2026-08-30T01:47:32.819Z | Compiling elliptic-curve v0.13.8 |
| 2434 | 2026-08-30T01:47:32.865Z | Compiling ed25519-dalek v2.2.0 |
| 2435 | 2026-08-30T01:47:32.999Z | Compiling slog v2.8.2 |
| 2436 | 2026-08-30T01:47:33.148Z | Compiling primeorder v0.13.6 |
| 2437 | 2026-08-30T01:47:33.200Z | Compiling ecdsa v0.16.9 |
| 2438 | 2026-08-30T01:47:33.412Z | Compiling slog-json v2.6.1 |
| 2439 | 2026-08-30T01:47:33.415Z | Compiling futures-executor v0.3.33 |
| 2440 | 2026-08-30T01:47:33.415Z | Compiling serde_tokenstream v0.2.3 |
| 2441 | 2026-08-30T01:47:33.432Z | Compiling rand_chacha v0.3.1 |
| 2442 | 2026-08-30T01:47:33.618Z | Compiling schemars v0.8.22 |
| 2443 | 2026-08-30T01:47:33.700Z | Compiling p256 v0.13.2 |
| 2444 | 2026-08-30T01:47:33.703Z | Compiling is-terminal v0.4.17 |
| 2445 | 2026-08-30T01:47:33.797Z | Compiling tokio-util v0.7.19 |
| 2446 | 2026-08-30T01:47:33.850Z | Compiling spin v0.9.9 |
| 2447 | 2026-08-30T01:47:33.878Z | Compiling sha3 v0.10.9 |
| 2448 | 2026-08-30T01:47:33.966Z | Compiling multer v3.1.0 |
| 2449 | 2026-08-30T01:47:34.016Z | Compiling ssh-key v0.6.7 |
| 2450 | 2026-08-30T01:47:34.082Z | Compiling slog-async v2.8.0 |
| 2451 | 2026-08-30T01:47:34.409Z | Compiling oxnet v0.1.6 |
| 2452 | 2026-08-30T01:47:34.445Z | Compiling h2 v0.4.15 |
| 2453 | 2026-08-30T01:47:34.465Z | Compiling serde_urlencoded v0.7.1 |
| 2454 | 2026-08-30T01:47:34.635Z | Compiling tempfile v3.27.0 |
| 2455 | 2026-08-30T01:47:34.711Z | Compiling daft v0.1.8 |
| 2456 | 2026-08-30T01:47:34.903Z | Compiling slog-term v2.9.2 |
| 2457 | 2026-08-30T01:47:34.969Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?tag=rel%2Fv21%2Frc1#3e5bafe8) |
| 2458 | 2026-08-30T01:47:35.047Z | Compiling tokio-tungstenite v0.28.0 |
| 2459 | 2026-08-30T01:47:35.079Z | Compiling async-compression v0.4.43 |
| 2460 | 2026-08-30T01:47:35.295Z | Compiling dropshot_endpoint v0.17.1 |
| 2461 | 2026-08-30T01:47:35.334Z | Compiling rand v0.8.7 |
| 2462 | 2026-08-30T01:47:35.393Z | Compiling slog-bunyan v2.5.0 |
| 2463 | 2026-08-30T01:47:35.534Z | Compiling futures v0.3.33 |
| 2464 | 2026-08-30T01:47:35.603Z | Compiling thiserror v1.0.69 |
| 2465 | 2026-08-30T01:47:35.612Z | Compiling openapiv3 v2.2.0 |
| 2466 | 2026-08-30T01:47:35.712Z | Compiling x509-cert v0.2.5 |
| 2467 | 2026-08-30T01:47:35.914Z | Compiling async-stream v0.3.6 |
| 2468 | 2026-08-30T01:47:36.045Z | Compiling rlimit v0.10.2 |
| 2469 | 2026-08-30T01:47:36.092Z | Compiling async-trait v0.1.92 |
| 2470 | 2026-08-30T01:47:36.223Z | Compiling http-body-util v0.1.4 |
| 2471 | 2026-08-30T01:47:36.438Z | Compiling terminal_size v0.4.4 |
| 2472 | 2026-08-30T01:47:36.481Z | Compiling rustls-pemfile v2.2.0 |
| 2473 | 2026-08-30T01:47:36.578Z | Compiling hostname v0.4.2 |
| 2474 | 2026-08-30T01:47:36.679Z | Compiling hyper v1.11.0 |
| 2475 | 2026-08-30T01:47:36.721Z | Compiling clap_builder v4.6.6 |
| 2476 | 2026-08-30T01:47:36.950Z | Compiling sush-common v0.1.0 (/work/oxidecomputer/sush/common) |
| 2477 | 2026-08-30T01:47:37.055Z | Compiling clap_derive v4.6.4 |
| 2478 | 2026-08-30T01:47:37.758Z | Compiling hyper-util v0.1.20 |
| 2479 | 2026-08-30T01:47:38.600Z | Compiling clap v4.6.6 |
| 2480 | 2026-08-30T01:47:43.413Z | Compiling aws-lc-rs v1.18.0 |
| 2481 | 2026-08-30T01:47:44.555Z | Compiling rustls-webpki v0.103.13 |
| 2482 | 2026-08-30T01:47:47.288Z | Compiling tokio-rustls v0.26.4 |
| 2483 | 2026-08-30T01:47:47.480Z | Compiling dropshot v0.17.1 |
| 2484 | 2026-08-30T01:47:49.816Z | Compiling sush-api v0.1.0 (/work/oxidecomputer/sush/api) |
| 2485 | 2026-08-30T01:47:51.155Z | Compiling xtask v0.1.0 (/work/oxidecomputer/sush/xtask) |
| 2486 | 2026-08-30T01:47:56.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.94s |
| 2487 | 2026-08-30T01:47:56.102Z | Running `target/debug/xtask openapi` |
| 2488 | 2026-08-30T01:47:56.166Z | Generating OpenAPI document `sush.json`... done! |
| 2489 | 2026-08-30T01:47:56.176Z | process exited: duration 470695 ms, exit code 0 |
| |
| 2490 | 2026-08-30T01:47:56.195Z | found 1 output files |
| 2491 | 2026-08-30T01:47:56.195Z | uploading: /work/sush (39724672 bytes) |
| 2492 | 2026-08-30T01:47:57.475Z | uploaded: /work/sush |