|
|
|
| 1 | 2026-09-12T20:26:37.458Z | job assigned to worker 01M2BMRGR07824KWEC8XMDAJDD [factory aws, i-0f0dee4f119bc474c] (queued for 47 s) |
| |
| 2 | 2026-09-12T20:26:44.708Z | starting task 0: "setup" |
| 3 | 2026-09-12T20:26:44.714Z | ++ uname -s |
| 4 | 2026-09-12T20:26:44.717Z | + kern=SunOS |
| 5 | 2026-09-12T20:26:44.717Z | + build_user=build |
| 6 | 2026-09-12T20:26:44.717Z | + build_uid=12345 |
| 7 | 2026-09-12T20:26:44.717Z | + work_dir=/work |
| 8 | 2026-09-12T20:26:44.717Z | + input_dir=/input |
| 9 | 2026-09-12T20:26:44.717Z | + [[ 0 == 12345 ]] |
| 10 | 2026-09-12T20:26:44.717Z | + case "$kern" in |
| 11 | 2026-09-12T20:26:44.717Z | + groupadd -g 12345 build |
| 12 | 2026-09-12T20:26:44.717Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-09-12T20:26:46.722Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-09-12T20:26:46.838Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-09-12T20:26:46.841Z | + home_fs=zfs |
| 16 | 2026-09-12T20:26:46.841Z | + [[ zfs == autofs ]] |
| 17 | 2026-09-12T20:26:46.841Z | + mkdir -p /home/build |
| 18 | 2026-09-12T20:26:46.841Z | + chown build:build /home/build /work |
| 19 | 2026-09-12T20:26:48.842Z | + chmod 0700 /home/build /work |
| 20 | 2026-09-12T20:26:48.844Z | process exited: duration 4134 ms, exit code 0 |
| |
| 21 | 2026-09-12T20:26:48.850Z | starting task 1: "rust-toolchain" |
| 22 | 2026-09-12T20:26:48.853Z | + printf ' * rust toolchain channel = "%s"\n' 1.98.1 |
| 23 | 2026-09-12T20:26:48.853Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-09-12T20:26:48.853Z | * rust toolchain channel = "1.98.1" |
| 25 | 2026-09-12T20:26:48.853Z | * rust toolchain profile = "default" |
| 26 | 2026-09-12T20:26:48.853Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-09-12T20:26:48.853Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-09-12T20:26:48.856Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-09-12T20:26:48.856Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.98.1 --profile default |
| 30 | 2026-09-12T20:26:48.991Z | info: downloading installer |
| 31 | 2026-09-12T20:26:50.257Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-09-12T20:26:50.257Z | warn: /opt/ooce/bin |
| 33 | 2026-09-12T20:26:50.257Z | warn: This could mean one of the following: |
| 34 | 2026-09-12T20:26:50.257Z | warn: - You have already installed rustup: you can quit the installer right now. |
| 35 | 2026-09-12T20:26:50.257Z | warn: - You haven't installed rustup yet, but have Rust installed from elsewhere. |
| 36 | 2026-09-12T20:26:50.257Z | warn: In the latter case, rustup can coexist with and adopt your existing Rust. |
| 37 | 2026-09-12T20:26:50.257Z | warn: To adopt, please reply `yes`, or set RUSTUP_INIT_SKIP_PATH_CHECK to yes, |
| 38 | 2026-09-12T20:26:50.257Z | warn: or pass `-y` to ignore all ignorable checks, then follow the instructions at: |
| 39 | 2026-09-12T20:26:50.257Z | warn: <https://rust-lang.github.io/rustup/installation/already-installed-rust.html> |
| 40 | 2026-09-12T20:26:50.257Z | error: cannot install while Rust is installed |
| 41 | 2026-09-12T20:26:50.257Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 42 | 2026-09-12T20:26:50.271Z | info: profile set to default |
| 43 | 2026-09-12T20:26:50.271Z | info: default host tuple is x86_64-unknown-illumos |
| 44 | 2026-09-12T20:26:50.274Z | info: syncing channel updates for 1.98.1-x86_64-unknown-illumos |
| 45 | 2026-09-12T20:26:50.467Z | info: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01) |
| 46 | 2026-09-12T20:26:50.469Z | info: downloading 6 components |
| 47 | 2026-09-12T20:27:05.299Z | info: default toolchain set to 1.98.1-x86_64-unknown-illumos |
| 48 | 2026-09-12T20:27:05.299Z | |
| 49 | 2026-09-12T20:27:05.331Z | 1.98.1-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01) |
| 50 | 2026-09-12T20:27:05.332Z | |
| 51 | 2026-09-12T20:27:05.335Z | |
| 52 | 2026-09-12T20:27:05.335Z | Rust is installed now. Great! |
| 53 | 2026-09-12T20:27:05.335Z | |
| 54 | 2026-09-12T20:27:05.335Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 55 | 2026-09-12T20:27:05.335Z | environment variable. This has not been done automatically. |
| 56 | 2026-09-12T20:27:05.335Z | |
| 57 | 2026-09-12T20:27:05.335Z | To configure your current shell, you need to source |
| 58 | 2026-09-12T20:27:05.335Z | the corresponding env file under $HOME/.cargo. |
| 59 | 2026-09-12T20:27:05.335Z | |
| 60 | 2026-09-12T20:27:05.335Z | Consider running the right command for your shell (note the leading DOT): |
| 61 | 2026-09-12T20:27:05.335Z | . "$HOME/.cargo/env" # For sh/ash/dash/pdksh |
| 62 | 2026-09-12T20:27:05.335Z | cargo:rerun-if-env-changed=CC_x86_64-unknown-illumos |
| 63 | 2026-09-12T20:27:05.335Z | CC_x86_64-unknown-illumos = None |
| 64 | 2026-09-12T20:27:05.335Z | cargo:rerun-if-env-changed=CC_x86_64_unknown_illumos |
| 65 | 2026-09-12T20:27:05.335Z | CC_x86_64_unknown_illumos = None |
| 66 | 2026-09-12T20:27:05.335Z | cargo:rerun-if-env-changed=HOST_CC |
| 67 | 2026-09-12T20:27:05.336Z | HOST_CC = None |
| 68 | 2026-09-12T20:27:05.336Z | cargo:rerun-if-env-changed=CC |
| 69 | 2026-09-12T20:27:05.336Z | CC = None |
| 70 | 2026-09-12T20:27:05.336Z | cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT |
| 71 | 2026-09-12T20:27:05.496Z | cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS |
| 72 | 2026-09-12T20:27:05.496Z | CRATE_CC_NO_DEFAULTS = None |
| 73 | 2026-09-12T20:27:05.496Z | cargo:rerun-if-env-changed=CFLAGS |
| 74 | 2026-09-12T20:27:05.496Z | CFLAGS = None |
| 75 | 2026-09-12T20:27:05.496Z | cargo:rerun-if-env-changed=HOST_CFLAGS |
| 76 | 2026-09-12T20:27:05.496Z | HOST_CFLAGS = None |
| 77 | 2026-09-12T20:27:05.496Z | cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos |
| 78 | 2026-09-12T20:27:05.496Z | CFLAGS_x86_64_unknown_illumos = None |
| 79 | 2026-09-12T20:27:05.496Z | cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos |
| 80 | 2026-09-12T20:27:05.496Z | CFLAGS_x86_64-unknown-illumos = None |
| 81 | 2026-09-12T20:27:05.602Z | + rustup --version |
| 82 | 2026-09-12T20:27:05.609Z | rustup 1.29.1 (d95a37b6a 2026-08-13) |
| 83 | 2026-09-12T20:27:05.612Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 84 | 2026-09-12T20:27:05.630Z | info: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)` |
| 85 | 2026-09-12T20:27:05.633Z | + cargo --version |
| 86 | 2026-09-12T20:27:05.646Z | cargo 1.98.1 (797e8a9bc 2026-08-05) |
| 87 | 2026-09-12T20:27:05.648Z | + rustc --version |
| 88 | 2026-09-12T20:27:05.667Z | rustc 1.98.1 (48a229cea 2026-09-01) |
| 89 | 2026-09-12T20:27:05.670Z | process exited: duration 16819 ms, exit code 0 |
| |
| 90 | 2026-09-12T20:27:05.675Z | starting task 2: "authentication" |
| 91 | 2026-09-12T20:27:05.691Z | process exited: duration 15 ms, exit code 0 |
| |
| 92 | 2026-09-12T20:27:05.697Z | starting task 3: "clone repository" |
| 93 | 2026-09-12T20:27:05.700Z | + mkdir -p /work/oxidecomputer/sush |
| 94 | 2026-09-12T20:27:05.703Z | + git clone https://github.com/oxidecomputer/sush /work/oxidecomputer/sush |
| 95 | 2026-09-12T20:27:05.732Z | Cloning into '/work/oxidecomputer/sush'... |
| 96 | 2026-09-12T20:27:06.468Z | + cd /work/oxidecomputer/sush |
| 97 | 2026-09-12T20:27:06.468Z | + git fetch origin e96e7190f8bc5a1b54e89153769d4112e64d4280 |
| 98 | 2026-09-12T20:27:06.716Z | From https://github.com/oxidecomputer/sush |
| 99 | 2026-09-12T20:27:06.716Z | * branch e96e7190f8bc5a1b54e89153769d4112e64d4280 -> FETCH_HEAD |
| 100 | 2026-09-12T20:27:06.721Z | + [[ -n voucher ]] |
| 101 | 2026-09-12T20:27:06.723Z | ++ git branch --show-current |
| 102 | 2026-09-12T20:27:06.723Z | + current=main |
| 103 | 2026-09-12T20:27:06.723Z | + [[ main != voucher ]] |
| 104 | 2026-09-12T20:27:06.723Z | + git branch -f voucher e96e7190f8bc5a1b54e89153769d4112e64d4280 |
| 105 | 2026-09-12T20:27:06.726Z | + git checkout -f voucher |
| 106 | 2026-09-12T20:27:06.733Z | Switched to branch 'voucher' |
| 107 | 2026-09-12T20:27:06.736Z | + git reset --hard e96e7190f8bc5a1b54e89153769d4112e64d4280 |
| 108 | 2026-09-12T20:27:06.741Z | HEAD is now at e96e719 Split sled and cubby maps into separate channels |
| 109 | 2026-09-12T20:27:06.744Z | process exited: duration 1045 ms, exit code 0 |
| |
| 110 | 2026-09-12T20:27:06.750Z | starting task 4: "build" |
| 111 | 2026-09-12T20:27:06.753Z | + cargo --version |
| 112 | 2026-09-12T20:27:06.781Z | cargo 1.98.1 (797e8a9bc 2026-08-05) |
| 113 | 2026-09-12T20:27:06.784Z | + rustc --version |
| 114 | 2026-09-12T20:27:06.822Z | rustc 1.98.1 (48a229cea 2026-09-01) |
| 115 | 2026-09-12T20:27:06.825Z | + export CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 116 | 2026-09-12T20:27:06.825Z | + CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 117 | 2026-09-12T20:27:06.825Z | + export CARGO_INCREMENTAL=0 |
| 118 | 2026-09-12T20:27:06.825Z | + CARGO_INCREMENTAL=0 |
| 119 | 2026-09-12T20:27:06.825Z | + pfexec mkdir -p /work |
| 120 | 2026-09-12T20:27:06.828Z | + pfexec chown build /work |
| 121 | 2026-09-12T20:27:06.831Z | + cargo build --release --locked --package sush-client --features permslip |
| 122 | 2026-09-12T20:27:06.932Z | Updating crates.io index |
| 123 | 2026-09-12T20:27:06.936Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 124 | 2026-09-12T20:27:17.667Z | From https://github.com/oxidecomputer/omicron |
| 125 | 2026-09-12T20:27:17.667Z | * [new ref] 3e5bafe8ad9d19de5db48fb50bbe2e9437f82e86 -> refs/commit/3e5bafe8ad9d19de5db48fb50bbe2e9437f82e86 |
| 126 | 2026-09-12T20:27:18.101Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 127 | 2026-09-12T20:27:18.590Z | From https://github.com/oxidecomputer/dice-util |
| 128 | 2026-09-12T20:27:18.590Z | * [new ref] 4a39ef08d81e5177edee0bddb1146032aa21074d -> refs/commit/4a39ef08d81e5177edee0bddb1146032aa21074d |
| 129 | 2026-09-12T20:27:18.601Z | Updating git repository `https://github.com/oxidecomputer/permission-slip` |
| 130 | 2026-09-12T20:27:19.633Z | From https://github.com/oxidecomputer/permission-slip |
| 131 | 2026-09-12T20:27:19.633Z | * [new ref] c9d302ef44576e075e35f4f28f8e7ac8345bcd4b -> refs/commit/c9d302ef44576e075e35f4f28f8e7ac8345bcd4b |
| 132 | 2026-09-12T20:27:19.648Z | Updating git repository `https://github.com/kkawakam/rustyline` |
| 133 | 2026-09-12T20:27:20.423Z | From https://github.com/kkawakam/rustyline |
| 134 | 2026-09-12T20:27:20.423Z | * [new ref] 5ab22f2f8d65e85f0b925360437ece8eeeb6db92 -> refs/commit/5ab22f2f8d65e85f0b925360437ece8eeeb6db92 |
| 135 | 2026-09-12T20:27:20.432Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 136 | 2026-09-12T20:27:20.877Z | From https://github.com/oxidecomputer/sprockets |
| 137 | 2026-09-12T20:27:20.877Z | * [new ref] 98615b86d51f74ce220198eb16c57932fd24e7cb -> refs/commit/98615b86d51f74ce220198eb16c57932fd24e7cb |
| 138 | 2026-09-12T20:27:20.884Z | Updating git repository `https://github.com/oxidecomputer/rumors` |
| 139 | 2026-09-12T20:27:30.941Z | From https://github.com/oxidecomputer/rumors |
| 140 | 2026-09-12T20:27:30.941Z | * [new ref] 90e4509dc66330affb38afa74813a8dd500edd93 -> refs/commit/90e4509dc66330affb38afa74813a8dd500edd93 |
| 141 | 2026-09-12T20:27:31.600Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 142 | 2026-09-12T20:27:31.923Z | From https://github.com/oxidecomputer/pki-playground |
| 143 | 2026-09-12T20:27:31.923Z | * [new ref] 7600756029ce046a02c6234aa84ce230cc5eaa04 -> refs/commit/7600756029ce046a02c6234aa84ce230cc5eaa04 |
| 144 | 2026-09-12T20:27:31.929Z | Updating git repository `https://github.com/oxidecomputer/rats-corim` |
| 145 | 2026-09-12T20:27:32.225Z | From https://github.com/oxidecomputer/rats-corim |
| 146 | 2026-09-12T20:27:32.225Z | * [new ref] f0d5d5168d3d31487a56df32c676b0c6240bcc6b -> refs/commit/f0d5d5168d3d31487a56df32c676b0c6240bcc6b |
| 147 | 2026-09-12T20:27:32.231Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 148 | 2026-09-12T20:27:32.599Z | From https://github.com/oxidecomputer/lpc55_support |
| 149 | 2026-09-12T20:27:32.599Z | * [new ref] fc64732faf5511850b35f1734d572b9953d73374 -> refs/commit/fc64732faf5511850b35f1734d572b9953d73374 |
| 150 | 2026-09-12T20:27:32.606Z | Updating git repository `https://github.com/oxidecomputer/sshauth` |
| 151 | 2026-09-12T20:27:32.963Z | From https://github.com/oxidecomputer/sshauth |
| 152 | 2026-09-12T20:27:32.963Z | * [new ref] afd9b4e549d0e9229c2910c94aa7bca76623dfdb -> refs/commit/afd9b4e549d0e9229c2910c94aa7bca76623dfdb |
| 153 | 2026-09-12T20:27:32.969Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 154 | 2026-09-12T20:27:33.256Z | From https://github.com/oxidecomputer/slog-error-chain |
| 155 | 2026-09-12T20:27:33.256Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 156 | 2026-09-12T20:27:33.265Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 157 | 2026-09-12T20:27:33.514Z | From https://github.com/oxidecomputer/pki-playground |
| 158 | 2026-09-12T20:27:33.514Z | * [new ref] bcd3bf2dfe36468c494eac17463a4e10be366b35 -> refs/commit/bcd3bf2dfe36468c494eac17463a4e10be366b35 |
| 159 | 2026-09-12T20:27:35.735Z | Downloading crates ... |
| 160 | 2026-09-12T20:27:35.789Z | Downloaded anstyle-query v1.1.5 |
| 161 | 2026-09-12T20:27:35.792Z | Downloaded addr2line v0.25.1 |
| 162 | 2026-09-12T20:27:35.795Z | Downloaded anstyle-parse v1.0.0 |
| 163 | 2026-09-12T20:27:35.795Z | Downloaded async-stream v0.3.6 |
| 164 | 2026-09-12T20:27:35.798Z | Downloaded block-buffer v0.10.4 |
| 165 | 2026-09-12T20:27:35.801Z | Downloaded backtrace-ext v0.2.1 |
| 166 | 2026-09-12T20:27:35.805Z | Downloaded bitfield-macros v0.19.5 |
| 167 | 2026-09-12T20:27:35.805Z | Downloaded bs58 v0.5.1 |
| 168 | 2026-09-12T20:27:35.810Z | Downloaded paste v1.0.15 |
| 169 | 2026-09-12T20:27:35.815Z | Downloaded aws-smithy-runtime-api-macros v1.1.0 |
| 170 | 2026-09-12T20:27:35.818Z | Downloaded aws-credential-types v1.3.0 |
| 171 | 2026-09-12T20:27:35.818Z | Downloaded bitflags v2.13.1 |
| 172 | 2026-09-12T20:27:35.822Z | Downloaded mio v1.2.2 |
| 173 | 2026-09-12T20:27:35.825Z | Downloaded camino v1.2.5 |
| 174 | 2026-09-12T20:27:35.828Z | Downloaded rand_core v0.10.1 |
| 175 | 2026-09-12T20:27:35.828Z | Downloaded num-traits v0.2.19 |
| 176 | 2026-09-12T20:27:35.831Z | Downloaded block-buffer v0.12.1 |
| 177 | 2026-09-12T20:27:35.831Z | Downloaded oauth2 v5.0.0 |
| 178 | 2026-09-12T20:27:35.834Z | Downloaded arrayvec v0.7.8 |
| 179 | 2026-09-12T20:27:35.834Z | Downloaded bytes v1.12.1 |
| 180 | 2026-09-12T20:27:35.837Z | Downloaded atomicwrites v0.4.4 |
| 181 | 2026-09-12T20:27:35.837Z | Downloaded atomic-waker v1.1.2 |
| 182 | 2026-09-12T20:27:35.840Z | Downloaded base64ct v1.8.3 |
| 183 | 2026-09-12T20:27:35.862Z | Downloaded bytes-utils v0.1.4 |
| 184 | 2026-09-12T20:27:35.862Z | Downloaded bitfield v0.19.5 |
| 185 | 2026-09-12T20:27:35.862Z | Downloaded anyhow v1.0.104 |
| 186 | 2026-09-12T20:27:35.862Z | Downloaded async-trait v0.1.92 |
| 187 | 2026-09-12T20:27:35.862Z | Downloaded nix v0.31.3 |
| 188 | 2026-09-12T20:27:35.862Z | Downloaded omicron-workspace-hack v0.1.0 |
| 189 | 2026-09-12T20:27:35.862Z | Downloaded num-iter v0.1.46 |
| 190 | 2026-09-12T20:27:35.862Z | Downloaded arrayref v0.3.9 |
| 191 | 2026-09-12T20:27:35.862Z | Downloaded async-stream-impl v0.3.6 |
| 192 | 2026-09-12T20:27:35.862Z | Downloaded crypto-common v0.1.7 |
| 193 | 2026-09-12T20:27:35.863Z | Downloaded memmap2 v0.9.11 |
| 194 | 2026-09-12T20:27:35.867Z | Downloaded outref v0.5.2 |
| 195 | 2026-09-12T20:27:35.867Z | Downloaded byteorder v1.5.0 |
| 196 | 2026-09-12T20:27:35.867Z | Downloaded oauth2-reqwest v0.1.0-alpha.3 |
| 197 | 2026-09-12T20:27:35.867Z | Downloaded adler2 v2.0.1 |
| 198 | 2026-09-12T20:27:35.867Z | Downloaded array-init v0.0.4 |
| 199 | 2026-09-12T20:27:35.867Z | Downloaded async-recursion v1.1.1 |
| 200 | 2026-09-12T20:27:35.869Z | Downloaded zerovec v0.11.6 |
| 201 | 2026-09-12T20:27:35.872Z | Downloaded base64-simd v0.8.0 |
| 202 | 2026-09-12T20:27:35.872Z | Downloaded darling_macro v0.23.0 |
| 203 | 2026-09-12T20:27:35.875Z | Downloaded lru-slab v0.1.2 |
| 204 | 2026-09-12T20:27:35.875Z | Downloaded lazy_static v1.5.0 |
| 205 | 2026-09-12T20:27:35.878Z | Downloaded pin-utils v0.1.0 |
| 206 | 2026-09-12T20:27:35.878Z | Downloaded clap_lex v1.1.0 |
| 207 | 2026-09-12T20:27:35.878Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 208 | 2026-09-12T20:27:35.878Z | Downloaded cpufeatures v0.2.17 |
| 209 | 2026-09-12T20:27:35.881Z | Downloaded defmt-parser v1.0.0 |
| 210 | 2026-09-12T20:27:35.883Z | Downloaded litemap v0.8.2 |
| 211 | 2026-09-12T20:27:35.886Z | Downloaded openssl-probe v0.2.1 |
| 212 | 2026-09-12T20:27:35.886Z | Downloaded packed_struct v0.10.1 |
| 213 | 2026-09-12T20:27:35.886Z | Downloaded pem-rfc7468 v0.7.0 |
| 214 | 2026-09-12T20:27:35.889Z | Downloaded cpufeatures v0.3.0 |
| 215 | 2026-09-12T20:27:35.889Z | Downloaded ciborium-io v0.2.2 |
| 216 | 2026-09-12T20:27:35.892Z | Downloaded num_threads v0.1.7 |
| 217 | 2026-09-12T20:27:35.892Z | Downloaded base16ct v0.2.0 |
| 218 | 2026-09-12T20:27:35.895Z | Downloaded colorchoice v1.0.5 |
| 219 | 2026-09-12T20:27:35.895Z | Downloaded debug-ignore v1.0.5 |
| 220 | 2026-09-12T20:27:35.895Z | Downloaded cfg_aliases v0.2.2 |
| 221 | 2026-09-12T20:27:35.895Z | Downloaded compression-core v0.4.32 |
| 222 | 2026-09-12T20:27:35.898Z | Downloaded parking_lot_core v0.9.12 |
| 223 | 2026-09-12T20:27:35.901Z | Downloaded rand_core v0.6.4 |
| 224 | 2026-09-12T20:27:35.901Z | Downloaded clap-num v1.2.0 |
| 225 | 2026-09-12T20:27:35.901Z | Downloaded natord v1.0.9 |
| 226 | 2026-09-12T20:27:35.904Z | Downloaded progenitor-macro v0.14.0 |
| 227 | 2026-09-12T20:27:35.907Z | Downloaded async-compression v0.4.43 |
| 228 | 2026-09-12T20:27:35.910Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 229 | 2026-09-12T20:27:35.910Z | Downloaded ref-cast v1.0.26 |
| 230 | 2026-09-12T20:27:35.913Z | Downloaded radium v0.7.0 |
| 231 | 2026-09-12T20:27:35.913Z | Downloaded rustc_version v0.4.1 |
| 232 | 2026-09-12T20:27:35.917Z | Downloaded toml_write v0.1.2 |
| 233 | 2026-09-12T20:27:35.919Z | Downloaded ciborium-ll v0.2.2 |
| 234 | 2026-09-12T20:27:35.922Z | Downloaded unicode-linebreak v0.1.5 |
| 235 | 2026-09-12T20:27:35.922Z | Downloaded unit-prefix v0.5.2 |
| 236 | 2026-09-12T20:27:35.925Z | Downloaded packed_struct_codegen v0.10.1 |
| 237 | 2026-09-12T20:27:35.925Z | Downloaded parking_lot v0.12.5 |
| 238 | 2026-09-12T20:27:35.925Z | Downloaded utf-8 v0.7.6 |
| 239 | 2026-09-12T20:27:35.925Z | Downloaded tower-layer v0.3.3 |
| 240 | 2026-09-12T20:27:35.927Z | Downloaded tower-service v0.3.3 |
| 241 | 2026-09-12T20:27:35.928Z | Downloaded cobs v0.3.0 |
| 242 | 2026-09-12T20:27:35.928Z | Downloaded digest v0.11.3 |
| 243 | 2026-09-12T20:27:35.928Z | Downloaded pin-project-lite v0.2.17 |
| 244 | 2026-09-12T20:27:35.930Z | Downloaded primeorder v0.13.6 |
| 245 | 2026-09-12T20:27:35.933Z | Downloaded utf8_iter v1.0.4 |
| 246 | 2026-09-12T20:27:35.933Z | Downloaded endian-type v0.2.0 |
| 247 | 2026-09-12T20:27:35.933Z | Downloaded dyn-clone v1.0.20 |
| 248 | 2026-09-12T20:27:35.933Z | Downloaded futures-io v0.3.33 |
| 249 | 2026-09-12T20:27:35.934Z | Downloaded nibble_vec v0.1.0 |
| 250 | 2026-09-12T20:27:35.937Z | Downloaded maybe-uninit v2.0.0 |
| 251 | 2026-09-12T20:27:35.940Z | Downloaded num-conv v0.2.2 |
| 252 | 2026-09-12T20:27:35.940Z | Downloaded aws-smithy-async v1.3.0 |
| 253 | 2026-09-12T20:27:35.940Z | Downloaded pkg-config v0.3.33 |
| 254 | 2026-09-12T20:27:35.940Z | Downloaded proc-macro-error2 v2.0.1 |
| 255 | 2026-09-12T20:27:35.942Z | Downloaded crypto-common v0.2.2 |
| 256 | 2026-09-12T20:27:35.942Z | Downloaded bitflags v1.3.2 |
| 257 | 2026-09-12T20:27:35.945Z | Downloaded daft-derive v0.1.8 |
| 258 | 2026-09-12T20:27:35.945Z | Downloaded constant_time_eq v0.4.2 |
| 259 | 2026-09-12T20:27:35.948Z | Downloaded errno v0.3.14 |
| 260 | 2026-09-12T20:27:35.948Z | Downloaded generic-array v0.14.7 |
| 261 | 2026-09-12T20:27:35.950Z | Downloaded rand_core v0.9.5 |
| 262 | 2026-09-12T20:27:35.953Z | Downloaded progenitor v0.14.0 |
| 263 | 2026-09-12T20:27:35.953Z | Downloaded anstream v1.0.0 |
| 264 | 2026-09-12T20:27:35.956Z | Downloaded anstyle v1.0.14 |
| 265 | 2026-09-12T20:27:35.956Z | Downloaded aws-types v1.5.0 |
| 266 | 2026-09-12T20:27:35.956Z | Downloaded cfg-if v1.0.4 |
| 267 | 2026-09-12T20:27:35.956Z | Downloaded cipher v0.4.4 |
| 268 | 2026-09-12T20:27:35.959Z | Downloaded digest v0.10.7 |
| 269 | 2026-09-12T20:27:35.959Z | Downloaded compression-codecs v0.4.38 |
| 270 | 2026-09-12T20:27:35.961Z | Downloaded miniz_oxide v0.8.9 |
| 271 | 2026-09-12T20:27:35.961Z | Downloaded num-integer v0.1.46 |
| 272 | 2026-09-12T20:27:35.961Z | Downloaded owo-colors v4.3.0 |
| 273 | 2026-09-12T20:27:35.964Z | Downloaded bytesize v2.7.0 |
| 274 | 2026-09-12T20:27:35.964Z | Downloaded autocfg v1.5.1 |
| 275 | 2026-09-12T20:27:35.964Z | Downloaded corncobs v0.1.4 |
| 276 | 2026-09-12T20:27:35.967Z | Downloaded daft v0.1.8 |
| 277 | 2026-09-12T20:27:35.968Z | Downloaded match_cfg v0.1.0 |
| 278 | 2026-09-12T20:27:35.968Z | Downloaded progenitor-client v0.14.0 |
| 279 | 2026-09-12T20:27:35.968Z | Downloaded rand_chacha v0.3.1 |
| 280 | 2026-09-12T20:27:35.971Z | Downloaded pkcs8 v0.10.2 |
| 281 | 2026-09-12T20:27:35.974Z | Downloaded ref-cast-impl v1.0.26 |
| 282 | 2026-09-12T20:27:35.976Z | Downloaded keccak v0.1.6 |
| 283 | 2026-09-12T20:27:35.976Z | Downloaded scopeguard v1.2.0 |
| 284 | 2026-09-12T20:27:35.976Z | Downloaded percent-encoding v2.3.2 |
| 285 | 2026-09-12T20:27:35.976Z | Downloaded sha1 v0.11.0 |
| 286 | 2026-09-12T20:27:35.977Z | Downloaded cmake v0.1.58 |
| 287 | 2026-09-12T20:27:35.979Z | Downloaded deranged v0.5.8 |
| 288 | 2026-09-12T20:27:35.979Z | Downloaded nodrop v0.1.14 |
| 289 | 2026-09-12T20:27:35.982Z | Downloaded rustc-hash v2.1.3 |
| 290 | 2026-09-12T20:27:35.982Z | Downloaded der_derive v0.7.3 |
| 291 | 2026-09-12T20:27:35.982Z | Downloaded defmt-macros v1.1.1 |
| 292 | 2026-09-12T20:27:35.985Z | Downloaded is_terminal_polyfill v1.70.2 |
| 293 | 2026-09-12T20:27:35.989Z | Downloaded powerfmt v0.2.0 |
| 294 | 2026-09-12T20:27:35.989Z | Downloaded tap v1.0.1 |
| 295 | 2026-09-12T20:27:35.991Z | Downloaded oxnet v0.1.6 |
| 296 | 2026-09-12T20:27:35.991Z | Downloaded supports-hyperlinks v3.2.0 |
| 297 | 2026-09-12T20:27:35.991Z | Downloaded miette-derive v7.6.0 |
| 298 | 2026-09-12T20:27:35.994Z | Downloaded mime v0.3.17 |
| 299 | 2026-09-12T20:27:35.997Z | Downloaded newtype-uuid v1.4.0 |
| 300 | 2026-09-12T20:27:35.997Z | Downloaded terminal_size v0.4.4 |
| 301 | 2026-09-12T20:27:35.997Z | Downloaded lock_api v0.4.14 |
| 302 | 2026-09-12T20:27:36.000Z | Downloaded const-oid v0.9.6 |
| 303 | 2026-09-12T20:27:36.000Z | Downloaded data-encoding v2.11.1 |
| 304 | 2026-09-12T20:27:36.000Z | Downloaded defmt v1.1.1 |
| 305 | 2026-09-12T20:27:36.004Z | Downloaded rustls-native-certs v0.8.4 |
| 306 | 2026-09-12T20:27:36.004Z | Downloaded darling v0.23.0 |
| 307 | 2026-09-12T20:27:36.007Z | Downloaded hostname v0.3.1 |
| 308 | 2026-09-12T20:27:36.007Z | Downloaded yoke-derive v0.8.2 |
| 309 | 2026-09-12T20:27:36.007Z | Downloaded ciborium v0.2.2 |
| 310 | 2026-09-12T20:27:36.007Z | Downloaded group v0.13.0 |
| 311 | 2026-09-12T20:27:36.010Z | Downloaded tokio-fd v0.3.0 |
| 312 | 2026-09-12T20:27:36.014Z | Downloaded humantime v2.4.0 |
| 313 | 2026-09-12T20:27:36.016Z | Downloaded crc32fast v1.5.0 |
| 314 | 2026-09-12T20:27:36.017Z | Downloaded potential_utf v0.1.5 |
| 315 | 2026-09-12T20:27:36.020Z | Downloaded futures-core v0.3.33 |
| 316 | 2026-09-12T20:27:36.023Z | Downloaded futures-macro v0.3.33 |
| 317 | 2026-09-12T20:27:36.023Z | Downloaded backtrace v0.3.76 |
| 318 | 2026-09-12T20:27:36.028Z | Downloaded jobserver v0.1.35 |
| 319 | 2026-09-12T20:27:36.031Z | Downloaded memchr v2.8.3 |
| 320 | 2026-09-12T20:27:36.034Z | Downloaded multer v3.1.0 |
| 321 | 2026-09-12T20:27:36.034Z | Downloaded quote v1.0.47 |
| 322 | 2026-09-12T20:27:36.037Z | Downloaded rfc6979 v0.4.0 |
| 323 | 2026-09-12T20:27:36.037Z | Downloaded hubpack_derive v0.1.1 |
| 324 | 2026-09-12T20:27:36.041Z | Downloaded hostname v0.4.2 |
| 325 | 2026-09-12T20:27:36.041Z | Downloaded console v0.16.4 |
| 326 | 2026-09-12T20:27:36.043Z | Downloaded sha2 v0.10.9 |
| 327 | 2026-09-12T20:27:36.043Z | Downloaded crossbeam-utils v0.8.22 |
| 328 | 2026-09-12T20:27:36.046Z | Downloaded chacha20 v0.10.1 |
| 329 | 2026-09-12T20:27:36.046Z | Downloaded rand_chacha v0.9.0 |
| 330 | 2026-09-12T20:27:36.046Z | Downloaded serde_spanned v0.6.9 |
| 331 | 2026-09-12T20:27:36.049Z | Downloaded quinn-udp v0.5.15 |
| 332 | 2026-09-12T20:27:36.049Z | Downloaded untrusted v0.9.0 |
| 333 | 2026-09-12T20:27:36.052Z | Downloaded sha1 v0.10.7 |
| 334 | 2026-09-12T20:27:36.055Z | Downloaded strsim v0.11.1 |
| 335 | 2026-09-12T20:27:36.055Z | Downloaded strum v0.26.3 |
| 336 | 2026-09-12T20:27:36.057Z | Downloaded supports-color v3.0.2 |
| 337 | 2026-09-12T20:27:36.057Z | Downloaded subtle v2.6.1 |
| 338 | 2026-09-12T20:27:36.060Z | Downloaded version_check v0.9.5 |
| 339 | 2026-09-12T20:27:36.060Z | Downloaded aws-smithy-schema v0.2.0 |
| 340 | 2026-09-12T20:27:36.060Z | Downloaded termios v0.3.3 |
| 341 | 2026-09-12T20:27:36.062Z | Downloaded pkcs1 v0.7.5 |
| 342 | 2026-09-12T20:27:36.063Z | Downloaded rand_pcg v0.10.2 |
| 343 | 2026-09-12T20:27:36.065Z | Downloaded ahash v0.8.12 |
| 344 | 2026-09-12T20:27:36.068Z | Downloaded clap v4.6.6 |
| 345 | 2026-09-12T20:27:36.071Z | Downloaded is-terminal v0.4.17 |
| 346 | 2026-09-12T20:27:36.074Z | Downloaded erased-serde v0.3.31 |
| 347 | 2026-09-12T20:27:36.074Z | Downloaded embedded-io v0.6.1 |
| 348 | 2026-09-12T20:27:36.074Z | Downloaded ssh-encoding v0.2.0 |
| 349 | 2026-09-12T20:27:36.074Z | Downloaded heck v0.5.0 |
| 350 | 2026-09-12T20:27:36.077Z | Downloaded idna_adapter v1.2.2 |
| 351 | 2026-09-12T20:27:36.077Z | Downloaded zeroize v1.9.0 |
| 352 | 2026-09-12T20:27:36.077Z | Downloaded zerovec-derive v0.11.3 |
| 353 | 2026-09-12T20:27:36.077Z | Downloaded hybrid-array v0.4.14 |
| 354 | 2026-09-12T20:27:36.080Z | Downloaded const-oid v0.10.2 |
| 355 | 2026-09-12T20:27:36.082Z | Downloaded clap_derive v4.6.4 |
| 356 | 2026-09-12T20:27:36.082Z | Downloaded form_urlencoded v1.2.2 |
| 357 | 2026-09-12T20:27:36.085Z | Downloaded ident_case v1.0.1 |
| 358 | 2026-09-12T20:27:36.087Z | Downloaded crc-any v2.5.1 |
| 359 | 2026-09-12T20:27:36.090Z | Downloaded allocator-api2 v0.2.21 |
| 360 | 2026-09-12T20:27:36.090Z | Downloaded base64 v0.22.1 |
| 361 | 2026-09-12T20:27:36.093Z | Downloaded p256 v0.13.2 |
| 362 | 2026-09-12T20:27:36.093Z | Downloaded ppv-lite86 v0.2.21 |
| 363 | 2026-09-12T20:27:36.096Z | Downloaded rustc-demangle v0.1.28 |
| 364 | 2026-09-12T20:27:36.096Z | Downloaded fastrand v2.5.0 |
| 365 | 2026-09-12T20:27:36.096Z | Downloaded ed25519 v2.2.3 |
| 366 | 2026-09-12T20:27:36.096Z | Downloaded env_logger v0.11.11 |
| 367 | 2026-09-12T20:27:36.099Z | Downloaded http-body-util v0.1.4 |
| 368 | 2026-09-12T20:27:36.099Z | Downloaded ecdsa v0.16.9 |
| 369 | 2026-09-12T20:27:36.099Z | Downloaded futures-executor v0.3.33 |
| 370 | 2026-09-12T20:27:36.102Z | Downloaded knus-derive v3.4.0 |
| 371 | 2026-09-12T20:27:36.102Z | Downloaded writeable v0.6.3 |
| 372 | 2026-09-12T20:27:36.102Z | Downloaded serde_spanned v1.1.1 |
| 373 | 2026-09-12T20:27:36.102Z | Downloaded once_cell v1.21.4 |
| 374 | 2026-09-12T20:27:36.105Z | Downloaded slab v0.4.12 |
| 375 | 2026-09-12T20:27:36.105Z | Downloaded typify v0.6.2 |
| 376 | 2026-09-12T20:27:36.108Z | Downloaded rlimit v0.10.2 |
| 377 | 2026-09-12T20:27:36.111Z | Downloaded equivalent v1.0.2 |
| 378 | 2026-09-12T20:27:36.111Z | Downloaded signal-hook v0.4.4 |
| 379 | 2026-09-12T20:27:36.114Z | Downloaded serde_derive_internals v0.29.1 |
| 380 | 2026-09-12T20:27:36.114Z | Downloaded shlex v2.0.1 |
| 381 | 2026-09-12T20:27:36.114Z | Downloaded slog-async v2.8.0 |
| 382 | 2026-09-12T20:27:36.114Z | Downloaded strum_macros v0.26.4 |
| 383 | 2026-09-12T20:27:36.117Z | Downloaded smallvec v0.6.14 |
| 384 | 2026-09-12T20:27:36.117Z | Downloaded supports-unicode v3.0.0 |
| 385 | 2026-09-12T20:27:36.117Z | Downloaded hubpack v0.1.2 |
| 386 | 2026-09-12T20:27:36.117Z | Downloaded icu_provider v2.2.0 |
| 387 | 2026-09-12T20:27:36.119Z | Downloaded ssh-cipher v0.2.0 |
| 388 | 2026-09-12T20:27:36.120Z | Downloaded tinystr v0.8.3 |
| 389 | 2026-09-12T20:27:36.120Z | Downloaded try-lock v0.2.5 |
| 390 | 2026-09-12T20:27:36.120Z | Downloaded waitgroup v0.1.2 |
| 391 | 2026-09-12T20:27:36.123Z | Downloaded funty v2.0.0 |
| 392 | 2026-09-12T20:27:36.123Z | Downloaded time-macros v0.2.32 |
| 393 | 2026-09-12T20:27:36.123Z | Downloaded smallvec v1.15.2 |
| 394 | 2026-09-12T20:27:36.123Z | Downloaded httparse v1.10.1 |
| 395 | 2026-09-12T20:27:36.125Z | Downloaded darling_core v0.23.0 |
| 396 | 2026-09-12T20:27:36.128Z | Downloaded futures v0.3.33 |
| 397 | 2026-09-12T20:27:36.131Z | Downloaded toml_parser v1.1.3+spec-1.1.0 |
| 398 | 2026-09-12T20:27:36.131Z | Downloaded ipnetwork v0.21.1 |
| 399 | 2026-09-12T20:27:36.134Z | Downloaded signature v2.2.0 |
| 400 | 2026-09-12T20:27:36.134Z | Downloaded tinyvec_macros v0.1.1 |
| 401 | 2026-09-12T20:27:36.134Z | Downloaded zeroize_derive v1.5.0 |
| 402 | 2026-09-12T20:27:36.134Z | Downloaded chumsky v0.9.3 |
| 403 | 2026-09-12T20:27:36.137Z | Downloaded hash32 v0.2.1 |
| 404 | 2026-09-12T20:27:36.137Z | Downloaded serde-big-array v0.5.1 |
| 405 | 2026-09-12T20:27:36.137Z | Downloaded dunce v1.0.5 |
| 406 | 2026-09-12T20:27:36.140Z | Downloaded env_filter v2.0.0 |
| 407 | 2026-09-12T20:27:36.140Z | Downloaded http-body v1.1.0 |
| 408 | 2026-09-12T20:27:36.140Z | Downloaded http-range-header v0.4.2 |
| 409 | 2026-09-12T20:27:36.140Z | Downloaded quinn v0.11.11 |
| 410 | 2026-09-12T20:27:36.143Z | Downloaded ff v0.13.1 |
| 411 | 2026-09-12T20:27:36.143Z | Downloaded rustversion v1.0.23 |
| 412 | 2026-09-12T20:27:36.143Z | Downloaded aws-smithy-runtime-api v1.14.0 |
| 413 | 2026-09-12T20:27:36.146Z | Downloaded fs_extra v1.3.0 |
| 414 | 2026-09-12T20:27:36.146Z | Downloaded serde_tokenstream v0.2.3 |
| 415 | 2026-09-12T20:27:36.146Z | Downloaded proc-macro2 v1.0.107 |
| 416 | 2026-09-12T20:27:36.150Z | Downloaded indexmap v1.9.3 |
| 417 | 2026-09-12T20:27:36.150Z | Downloaded aws-smithy-types v1.6.1 |
| 418 | 2026-09-12T20:27:36.153Z | Downloaded tokio-macros v2.7.2 |
| 419 | 2026-09-12T20:27:36.153Z | Downloaded xdg v3.0.0 |
| 420 | 2026-09-12T20:27:36.153Z | Downloaded zerofrom v0.1.8 |
| 421 | 2026-09-12T20:27:36.156Z | Downloaded spin v0.9.9 |
| 422 | 2026-09-12T20:27:36.156Z | Downloaded toml v0.8.23 |
| 423 | 2026-09-12T20:27:36.156Z | Downloaded slog-term v2.9.2 |
| 424 | 2026-09-12T20:27:36.159Z | Downloaded stable_deref_trait v1.2.1 |
| 425 | 2026-09-12T20:27:36.159Z | Downloaded sync_wrapper v1.0.2 |
| 426 | 2026-09-12T20:27:36.159Z | Downloaded time-core v0.1.9 |
| 427 | 2026-09-12T20:27:36.163Z | Downloaded yoke v0.8.3 |
| 428 | 2026-09-12T20:27:36.166Z | Downloaded tokio-tungstenite v0.28.0 |
| 429 | 2026-09-12T20:27:36.166Z | Downloaded vsimd v0.8.0 |
| 430 | 2026-09-12T20:27:36.166Z | Downloaded semver v1.0.28 |
| 431 | 2026-09-12T20:27:36.168Z | Downloaded thiserror v2.0.20 |
| 432 | 2026-09-12T20:27:36.171Z | Downloaded tls_codec v0.4.2 |
| 433 | 2026-09-12T20:27:36.174Z | Downloaded displaydoc v0.2.7 |
| 434 | 2026-09-12T20:27:36.174Z | Downloaded synstructure v0.13.2 |
| 435 | 2026-09-12T20:27:36.174Z | Downloaded httpdate v1.0.3 |
| 436 | 2026-09-12T20:27:36.174Z | Downloaded der v0.7.10 |
| 437 | 2026-09-12T20:27:36.177Z | Downloaded postcard v1.1.3 |
| 438 | 2026-09-12T20:27:36.179Z | Downloaded log v0.4.33 |
| 439 | 2026-09-12T20:27:36.179Z | Downloaded progenitor-impl v0.14.0 |
| 440 | 2026-09-12T20:27:36.179Z | Downloaded take_mut v0.2.2 |
| 441 | 2026-09-12T20:27:36.182Z | Downloaded thiserror v1.0.69 |
| 442 | 2026-09-12T20:27:36.185Z | Downloaded rand v0.8.7 |
| 443 | 2026-09-12T20:27:36.187Z | Downloaded serde-hex v0.1.0 |
| 444 | 2026-09-12T20:27:36.187Z | Downloaded typify-macro v0.6.2 |
| 445 | 2026-09-12T20:27:36.190Z | Downloaded want v0.3.1 |
| 446 | 2026-09-12T20:27:36.191Z | Downloaded futures-task v0.3.33 |
| 447 | 2026-09-12T20:27:36.191Z | Downloaded elliptic-curve v0.13.8 |
| 448 | 2026-09-12T20:27:36.191Z | Downloaded tokio-rustls v0.26.4 |
| 449 | 2026-09-12T20:27:36.193Z | Downloaded flagset v0.4.7 |
| 450 | 2026-09-12T20:27:36.193Z | Downloaded hyper-rustls v0.27.9 |
| 451 | 2026-09-12T20:27:36.196Z | Downloaded slog-json v2.6.1 |
| 452 | 2026-09-12T20:27:36.196Z | Downloaded secrecy v0.8.0 |
| 453 | 2026-09-12T20:27:36.196Z | Downloaded toml_writer v1.1.2+spec-1.1.0 |
| 454 | 2026-09-12T20:27:36.199Z | Downloaded is_ci v1.2.0 |
| 455 | 2026-09-12T20:27:36.199Z | Downloaded zerofrom-derive v0.1.7 |
| 456 | 2026-09-12T20:27:36.199Z | Downloaded sponge-cursor v0.1.0 |
| 457 | 2026-09-12T20:27:36.199Z | Downloaded home v0.5.12 |
| 458 | 2026-09-12T20:27:36.202Z | Downloaded ipnet v2.12.1 |
| 459 | 2026-09-12T20:27:36.207Z | Downloaded http-body v0.4.6 |
| 460 | 2026-09-12T20:27:36.210Z | Downloaded rustls-pemfile v2.2.0 |
| 461 | 2026-09-12T20:27:36.210Z | Downloaded crypto-bigint v0.5.5 |
| 462 | 2026-09-12T20:27:36.213Z | Downloaded schemars v0.8.22 |
| 463 | 2026-09-12T20:27:36.218Z | Downloaded serde_derive v1.0.229 |
| 464 | 2026-09-12T20:27:36.220Z | Downloaded hex v0.4.3 |
| 465 | 2026-09-12T20:27:36.220Z | Downloaded signal-hook-registry v1.4.8 |
| 466 | 2026-09-12T20:27:36.221Z | Downloaded fnv v1.0.7 |
| 467 | 2026-09-12T20:27:36.223Z | Downloaded serde_urlencoded v0.7.1 |
| 468 | 2026-09-12T20:27:36.223Z | Downloaded textwrap v0.16.2 |
| 469 | 2026-09-12T20:27:36.223Z | Downloaded foldhash v0.2.0 |
| 470 | 2026-09-12T20:27:36.226Z | Downloaded socket2 v0.6.5 |
| 471 | 2026-09-12T20:27:36.226Z | Downloaded thiserror-impl v1.0.69 |
| 472 | 2026-09-12T20:27:36.230Z | Downloaded slog-bunyan v2.5.0 |
| 473 | 2026-09-12T20:27:36.233Z | Downloaded thread_local v1.1.10 |
| 474 | 2026-09-12T20:27:36.233Z | Downloaded itoa v1.0.18 |
| 475 | 2026-09-12T20:27:36.233Z | Downloaded tracing-core v0.1.36 |
| 476 | 2026-09-12T20:27:36.236Z | Downloaded cc v1.4.2 |
| 477 | 2026-09-12T20:27:36.236Z | Downloaded embedded-io v0.4.0 |
| 478 | 2026-09-12T20:27:36.239Z | Downloaded hmac v0.12.1 |
| 479 | 2026-09-12T20:27:36.239Z | Downloaded xdg v2.5.2 |
| 480 | 2026-09-12T20:27:36.241Z | Downloaded futures-sink v0.3.33 |
| 481 | 2026-09-12T20:27:36.244Z | Downloaded utf8parse v0.2.2 |
| 482 | 2026-09-12T20:27:36.247Z | Downloaded thiserror-impl v2.0.20 |
| 483 | 2026-09-12T20:27:36.247Z | Downloaded find-msvc-tools v0.1.10 |
| 484 | 2026-09-12T20:27:36.250Z | Downloaded simd-adler32 v0.3.10 |
| 485 | 2026-09-12T20:27:36.252Z | Downloaded rustls-pki-types v1.15.1 |
| 486 | 2026-09-12T20:27:36.252Z | Downloaded icu_properties v2.2.0 |
| 487 | 2026-09-12T20:27:36.255Z | Downloaded ryu v1.0.23 |
| 488 | 2026-09-12T20:27:36.260Z | Downloaded futures-channel v0.3.33 |
| 489 | 2026-09-12T20:27:36.262Z | Downloaded toml_datetime v0.6.11 |
| 490 | 2026-09-12T20:27:36.265Z | Downloaded serde_path_to_error v0.1.20 |
| 491 | 2026-09-12T20:27:36.268Z | Downloaded inout v0.1.4 |
| 492 | 2026-09-12T20:27:36.271Z | Downloaded rustls-webpki v0.103.13 |
| 493 | 2026-09-12T20:27:36.277Z | Downloaded static_assertions v1.1.0 |
| 494 | 2026-09-12T20:27:36.281Z | Downloaded spki v0.7.3 |
| 495 | 2026-09-12T20:27:36.291Z | Downloaded serde_with_macros v3.22.0 |
| 496 | 2026-09-12T20:27:36.294Z | Downloaded crossbeam-channel v0.5.16 |
| 497 | 2026-09-12T20:27:36.297Z | Downloaded zmij v1.0.23 |
| 498 | 2026-09-12T20:27:36.297Z | Downloaded either v1.17.0 |
| 499 | 2026-09-12T20:27:36.297Z | Downloaded shlex v1.3.0 |
| 500 | 2026-09-12T20:27:36.297Z | Downloaded tls_codec_derive v0.4.2 |
| 501 | 2026-09-12T20:27:36.300Z | Downloaded heapless v0.7.17 |
| 502 | 2026-09-12T20:27:36.302Z | Downloaded serde v1.0.229 |
| 503 | 2026-09-12T20:27:36.302Z | Downloaded toml v1.1.4+spec-1.1.0 |
| 504 | 2026-09-12T20:27:36.305Z | Downloaded unicode-ident v1.0.24 |
| 505 | 2026-09-12T20:27:36.306Z | Downloaded keccak v0.2.2 |
| 506 | 2026-09-12T20:27:36.308Z | Downloaded uuid v1.24.0 |
| 507 | 2026-09-12T20:27:36.308Z | Downloaded tungstenite v0.28.0 |
| 508 | 2026-09-12T20:27:36.311Z | Downloaded dropshot_endpoint v0.17.1 |
| 509 | 2026-09-12T20:27:36.315Z | Downloaded tempfile v3.27.0 |
| 510 | 2026-09-12T20:27:36.315Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 511 | 2026-09-12T20:27:36.315Z | Downloaded getrandom v0.4.3 |
| 512 | 2026-09-12T20:27:36.318Z | Downloaded serde_yaml v0.9.34+deprecated |
| 513 | 2026-09-12T20:27:36.318Z | Downloaded sec1 v0.7.3 |
| 514 | 2026-09-12T20:27:36.321Z | Downloaded getrandom v0.2.17 |
| 515 | 2026-09-12T20:27:36.321Z | Downloaded iana-time-zone v0.1.65 |
| 516 | 2026-09-12T20:27:36.324Z | Downloaded x509-cert v0.2.5 |
| 517 | 2026-09-12T20:27:36.326Z | Downloaded num-bigint-dig v0.8.6 |
| 518 | 2026-09-12T20:27:36.326Z | Downloaded term v1.2.1 |
| 519 | 2026-09-12T20:27:36.329Z | Downloaded knus v3.4.0 |
| 520 | 2026-09-12T20:27:36.329Z | Downloaded schemars_derive v0.8.22 |
| 521 | 2026-09-12T20:27:36.332Z | Downloaded unsafe-libyaml v0.2.11 |
| 522 | 2026-09-12T20:27:36.332Z | Downloaded rand v0.9.5 |
| 523 | 2026-09-12T20:27:36.335Z | Downloaded url v2.5.8 |
| 524 | 2026-09-12T20:27:36.339Z | Downloaded rand v0.10.2 |
| 525 | 2026-09-12T20:27:36.342Z | Downloaded getrandom v0.3.4 |
| 526 | 2026-09-12T20:27:36.342Z | Downloaded miette v7.6.0 |
| 527 | 2026-09-12T20:27:36.344Z | Downloaded wyz v0.5.1 |
| 528 | 2026-09-12T20:27:36.344Z | Downloaded tracing-attributes v0.1.31 |
| 529 | 2026-09-12T20:27:36.358Z | Downloaded zerotrie v0.2.4 |
| 530 | 2026-09-12T20:27:36.361Z | Downloaded half v2.7.1 |
| 531 | 2026-09-12T20:27:36.364Z | Downloaded slog v2.8.2 |
| 532 | 2026-09-12T20:27:36.367Z | Downloaded rsa v0.9.10 |
| 533 | 2026-09-12T20:27:36.367Z | Downloaded bitvec v1.1.1 |
| 534 | 2026-09-12T20:27:36.376Z | Downloaded indexmap v2.14.0 |
| 535 | 2026-09-12T20:27:36.378Z | Downloaded hashbrown v0.12.3 |
| 536 | 2026-09-12T20:27:36.381Z | Downloaded serde_core v1.0.229 |
| 537 | 2026-09-12T20:27:36.381Z | Downloaded tinyvec v1.12.0 |
| 538 | 2026-09-12T20:27:36.384Z | Downloaded typenum v1.20.1 |
| 539 | 2026-09-12T20:27:36.387Z | Downloaded schemars v0.9.0 |
| 540 | 2026-09-12T20:27:36.391Z | Downloaded http v0.2.12 |
| 541 | 2026-09-12T20:27:36.394Z | Downloaded zerocopy-derive v0.8.56 |
| 542 | 2026-09-12T20:27:36.397Z | Downloaded icu_collections v2.2.0 |
| 543 | 2026-09-12T20:27:36.400Z | Downloaded icu_normalizer v2.2.0 |
| 544 | 2026-09-12T20:27:36.403Z | Downloaded rustls-platform-verifier v0.7.0 |
| 545 | 2026-09-12T20:27:36.406Z | Downloaded indicatif v0.18.6 |
| 546 | 2026-09-12T20:27:36.408Z | Downloaded schemars v1.2.2 |
| 547 | 2026-09-12T20:27:36.414Z | Downloaded icu_normalizer_data v2.2.0 |
| 548 | 2026-09-12T20:27:36.416Z | Downloaded hashbrown v0.17.1 |
| 549 | 2026-09-12T20:27:36.419Z | Downloaded hashbrown v0.16.1 |
| 550 | 2026-09-12T20:27:36.422Z | Downloaded hyper-util v0.1.20 |
| 551 | 2026-09-12T20:27:36.425Z | Downloaded reqwest v0.13.4 |
| 552 | 2026-09-12T20:27:36.427Z | Downloaded toml_edit v0.22.27 |
| 553 | 2026-09-12T20:27:36.430Z | Downloaded tower v0.5.3 |
| 554 | 2026-09-12T20:27:36.434Z | Downloaded icu_locale_core v2.2.0 |
| 555 | 2026-09-12T20:27:36.437Z | Downloaded clap_builder v4.6.6 |
| 556 | 2026-09-12T20:27:36.440Z | Downloaded futures-util v0.3.33 |
| 557 | 2026-09-12T20:27:36.446Z | Downloaded ed25519-dalek v2.2.0 |
| 558 | 2026-09-12T20:27:36.449Z | Downloaded blake3 v1.8.6 |
| 559 | 2026-09-12T20:27:36.452Z | Downloaded p521 v0.13.3 |
| 560 | 2026-09-12T20:27:36.455Z | Downloaded ssh-key v0.6.7 |
| 561 | 2026-09-12T20:27:36.458Z | Downloaded flate2 v1.1.9 |
| 562 | 2026-09-12T20:27:36.460Z | Downloaded hyper v1.11.0 |
| 563 | 2026-09-12T20:27:36.464Z | Downloaded hashbrown v0.14.5 |
| 564 | 2026-09-12T20:27:36.467Z | Downloaded unicode-segmentation v1.13.3 |
| 565 | 2026-09-12T20:27:36.469Z | Downloaded libm v0.2.16 |
| 566 | 2026-09-12T20:27:36.473Z | Downloaded aho-corasick v1.1.5 |
| 567 | 2026-09-12T20:27:36.476Z | Downloaded aws-lc-rs v1.18.0 |
| 568 | 2026-09-12T20:27:36.482Z | Downloaded tokio-util v0.7.19 |
| 569 | 2026-09-12T20:27:36.486Z | Downloaded serde_json v1.0.151 |
| 570 | 2026-09-12T20:27:36.489Z | Downloaded http v1.5.0 |
| 571 | 2026-09-12T20:27:36.492Z | Downloaded regex v1.13.1 |
| 572 | 2026-09-12T20:27:36.495Z | Downloaded winnow v1.0.4 |
| 573 | 2026-09-12T20:27:36.499Z | Downloaded jiff-core v0.1.0 |
| 574 | 2026-09-12T20:27:36.502Z | Downloaded portable-atomic v1.15.0 |
| 575 | 2026-09-12T20:27:36.506Z | Downloaded h2 v0.4.15 |
| 576 | 2026-09-12T20:27:36.509Z | Downloaded tower-http v0.6.11 |
| 577 | 2026-09-12T20:27:36.514Z | Downloaded chrono v0.4.45 |
| 578 | 2026-09-12T20:27:36.518Z | Downloaded serde_with v3.22.0 |
| 579 | 2026-09-12T20:27:36.524Z | Downloaded sha3 v0.12.0 |
| 580 | 2026-09-12T20:27:36.527Z | Downloaded winnow v0.7.15 |
| 581 | 2026-09-12T20:27:36.531Z | Downloaded zerocopy v0.8.56 |
| 582 | 2026-09-12T20:27:36.541Z | Downloaded idna v1.1.0 |
| 583 | 2026-09-12T20:27:36.544Z | Downloaded p384 v0.13.1 |
| 584 | 2026-09-12T20:27:36.547Z | Downloaded unicode-width v0.2.2 |
| 585 | 2026-09-12T20:27:36.550Z | Downloaded curve25519-dalek v4.1.3 |
| 586 | 2026-09-12T20:27:36.554Z | Downloaded unicode-width v0.1.14 |
| 587 | 2026-09-12T20:27:36.557Z | Downloaded icu_properties_data v2.2.0 |
| 588 | 2026-09-12T20:27:36.563Z | Downloaded syn v3.0.3 |
| 589 | 2026-09-12T20:27:36.569Z | Downloaded time v0.3.55 |
| 590 | 2026-09-12T20:27:36.576Z | Downloaded dropshot v0.17.1 |
| 591 | 2026-09-12T20:27:36.588Z | Downloaded quinn-proto v0.11.16 |
| 592 | 2026-09-12T20:27:36.592Z | Downloaded hkdf v0.12.4 |
| 593 | 2026-09-12T20:27:36.595Z | Downloaded radix_trie v0.3.0 |
| 594 | 2026-09-12T20:27:36.598Z | Downloaded salty v0.3.0 |
| 595 | 2026-09-12T20:27:36.614Z | Downloaded tokio v1.53.1 |
| 596 | 2026-09-12T20:27:36.638Z | Downloaded syn v1.0.109 |
| 597 | 2026-09-12T20:27:36.665Z | Downloaded openapiv3 v2.2.0 |
| 598 | 2026-09-12T20:27:36.672Z | Downloaded object v0.37.3 |
| 599 | 2026-09-12T20:27:36.684Z | Downloaded gimli v0.32.3 |
| 600 | 2026-09-12T20:27:36.688Z | Downloaded regress v0.11.1 |
| 601 | 2026-09-12T20:27:36.693Z | Downloaded regex-syntax v0.8.11 |
| 602 | 2026-09-12T20:27:36.697Z | Downloaded rustix v0.38.44 |
| 603 | 2026-09-12T20:27:36.709Z | Downloaded syn v2.0.119 |
| 604 | 2026-09-12T20:27:36.716Z | Downloaded rustls v0.23.43 |
| 605 | 2026-09-12T20:27:36.722Z | Downloaded rustix v1.1.4 |
| 606 | 2026-09-12T20:27:36.757Z | Downloaded typify-impl v0.6.2 |
| 607 | 2026-09-12T20:27:36.774Z | Downloaded tracing v0.1.44 |
| 608 | 2026-09-12T20:27:36.796Z | Downloaded regex-automata v0.4.18 |
| 609 | 2026-09-12T20:27:36.833Z | Downloaded libc v0.2.189 |
| 610 | 2026-09-12T20:27:36.854Z | Downloaded jiff v0.2.35 |
| 611 | 2026-09-12T20:27:36.870Z | Downloaded sha3 v0.10.9 |
| 612 | 2026-09-12T20:27:36.926Z | Downloaded encoding_rs v0.8.35 |
| 613 | 2026-09-12T20:27:36.939Z | Downloaded ring v0.17.14 |
| 614 | 2026-09-12T20:27:37.120Z | Downloaded aws-lc-sys v0.44.0 |
| 615 | 2026-09-12T20:27:37.373Z | Compiling proc-macro2 v1.0.107 |
| 616 | 2026-09-12T20:27:37.374Z | Compiling quote v1.0.47 |
| 617 | 2026-09-12T20:27:37.374Z | Compiling unicode-ident v1.0.24 |
| 618 | 2026-09-12T20:27:37.376Z | Compiling libc v0.2.189 |
| 619 | 2026-09-12T20:27:37.376Z | Compiling cfg-if v1.0.4 |
| 620 | 2026-09-12T20:27:37.376Z | Compiling version_check v0.9.5 |
| 621 | 2026-09-12T20:27:37.513Z | Compiling serde_core v1.0.229 |
| 622 | 2026-09-12T20:27:37.627Z | Compiling serde v1.0.229 |
| 623 | 2026-09-12T20:27:37.660Z | Compiling autocfg v1.5.1 |
| 624 | 2026-09-12T20:27:37.839Z | Compiling generic-array v0.14.7 |
| 625 | 2026-09-12T20:27:37.961Z | Compiling libm v0.2.16 |
| 626 | 2026-09-12T20:27:38.016Z | Compiling typenum v1.20.1 |
| 627 | 2026-09-12T20:27:38.087Z | Compiling subtle v2.6.1 |
| 628 | 2026-09-12T20:27:38.248Z | Compiling smallvec v1.15.2 |
| 629 | 2026-09-12T20:27:38.320Z | Compiling memchr v2.8.3 |
| 630 | 2026-09-12T20:27:38.387Z | Compiling itoa v1.0.18 |
| 631 | 2026-09-12T20:27:38.529Z | Compiling errno v0.3.14 |
| 632 | 2026-09-12T20:27:38.579Z | Compiling bytes v1.12.1 |
| 633 | 2026-09-12T20:27:38.640Z | Compiling const-oid v0.9.6 |
| 634 | 2026-09-12T20:27:38.916Z | Compiling syn v2.0.119 |
| 635 | 2026-09-12T20:27:38.931Z | Compiling syn v3.0.3 |
| 636 | 2026-09-12T20:27:38.970Z | Compiling scopeguard v1.2.0 |
| 637 | 2026-09-12T20:27:39.083Z | Compiling lock_api v0.4.14 |
| 638 | 2026-09-12T20:27:39.335Z | Compiling pin-project-lite v0.2.17 |
| 639 | 2026-09-12T20:27:39.441Z | Compiling thiserror v2.0.20 |
| 640 | 2026-09-12T20:27:39.485Z | Compiling zmij v1.0.23 |
| 641 | 2026-09-12T20:27:39.509Z | Compiling zeroize v1.9.0 |
| 642 | 2026-09-12T20:27:39.526Z | Compiling parking_lot_core v0.9.12 |
| 643 | 2026-09-12T20:27:39.682Z | Compiling signal-hook-registry v1.4.8 |
| 644 | 2026-09-12T20:27:39.798Z | Compiling num-traits v0.2.19 |
| 645 | 2026-09-12T20:27:39.834Z | Compiling futures-core v0.3.33 |
| 646 | 2026-09-12T20:27:39.917Z | Compiling serde_json v1.0.151 |
| 647 | 2026-09-12T20:27:40.162Z | Compiling socket2 v0.6.5 |
| 648 | 2026-09-12T20:27:40.183Z | Compiling mio v1.2.2 |
| 649 | 2026-09-12T20:27:40.228Z | Compiling semver v1.0.28 |
| 650 | 2026-09-12T20:27:40.330Z | Compiling parking_lot v0.12.5 |
| 651 | 2026-09-12T20:27:40.403Z | Compiling heck v0.5.0 |
| 652 | 2026-09-12T20:27:40.520Z | Compiling base64ct v1.8.3 |
| 653 | 2026-09-12T20:27:40.870Z | Compiling pem-rfc7468 v0.7.0 |
| 654 | 2026-09-12T20:27:40.883Z | Compiling futures-sink v0.3.33 |
| 655 | 2026-09-12T20:27:40.990Z | Compiling http v1.5.0 |
| 656 | 2026-09-12T20:27:41.264Z | Compiling getrandom v0.2.17 |
| 657 | 2026-09-12T20:27:41.533Z | Compiling once_cell v1.21.4 |
| 658 | 2026-09-12T20:27:41.732Z | Compiling rand_core v0.6.4 |
| 659 | 2026-09-12T20:27:41.775Z | Compiling rustc_version v0.4.1 |
| 660 | 2026-09-12T20:27:41.876Z | Compiling jobserver v0.1.35 |
| 661 | 2026-09-12T20:27:41.992Z | Compiling flagset v0.4.7 |
| 662 | 2026-09-12T20:27:42.033Z | Compiling zerocopy v0.8.56 |
| 663 | 2026-09-12T20:27:42.045Z | Compiling shlex v2.0.1 |
| 664 | 2026-09-12T20:27:42.147Z | Compiling slab v0.4.12 |
| 665 | 2026-09-12T20:27:42.161Z | Compiling serde_derive v1.0.229 |
| 666 | 2026-09-12T20:27:42.186Z | Compiling thiserror-impl v2.0.20 |
| 667 | 2026-09-12T20:27:42.224Z | Compiling tokio-macros v2.7.2 |
| 668 | 2026-09-12T20:27:42.349Z | Compiling find-msvc-tools v0.1.10 |
| 669 | 2026-09-12T20:27:42.470Z | Compiling futures-channel v0.3.33 |
| 670 | 2026-09-12T20:27:42.578Z | Compiling cc v1.4.2 |
| 671 | 2026-09-12T20:27:42.603Z | Compiling bitflags v2.13.1 |
| 672 | 2026-09-12T20:27:42.727Z | Compiling synstructure v0.13.2 |
| 673 | 2026-09-12T20:27:42.886Z | Compiling zeroize_derive v1.5.0 |
| 674 | 2026-09-12T20:27:42.992Z | Compiling der_derive v0.7.3 |
| 675 | 2026-09-12T20:27:43.005Z | Compiling tokio v1.53.1 |
| 676 | 2026-09-12T20:27:43.066Z | Compiling zerocopy-derive v0.8.56 |
| 677 | 2026-09-12T20:27:43.205Z | Compiling futures-macro v0.3.33 |
| 678 | 2026-09-12T20:27:43.439Z | Compiling futures-io v0.3.33 |
| 679 | 2026-09-12T20:27:43.637Z | Compiling log v0.4.33 |
| 680 | 2026-09-12T20:27:43.887Z | Compiling futures-task v0.3.33 |
| 681 | 2026-09-12T20:27:43.900Z | Compiling stable_deref_trait v1.2.1 |
| 682 | 2026-09-12T20:27:43.990Z | Compiling der v0.7.10 |
| 683 | 2026-09-12T20:27:44.071Z | Compiling futures-util v0.3.33 |
| 684 | 2026-09-12T20:27:44.102Z | Compiling rustversion v1.0.23 |
| 685 | 2026-09-12T20:27:44.327Z | Compiling crypto-common v0.1.7 |
| 686 | 2026-09-12T20:27:44.360Z | Compiling block-buffer v0.10.4 |
| 687 | 2026-09-12T20:27:44.467Z | Compiling getrandom v0.4.3 |
| 688 | 2026-09-12T20:27:44.480Z | Compiling digest v0.10.7 |
| 689 | 2026-09-12T20:27:44.774Z | Compiling zerofrom-derive v0.1.7 |
| 690 | 2026-09-12T20:27:45.076Z | Compiling spki v0.7.3 |
| 691 | 2026-09-12T20:27:45.507Z | Compiling schemars v0.8.22 |
| 692 | 2026-09-12T20:27:45.545Z | Compiling cpufeatures v0.2.17 |
| 693 | 2026-09-12T20:27:45.620Z | Compiling equivalent v1.0.2 |
| 694 | 2026-09-12T20:27:45.968Z | Compiling zerofrom v0.1.8 |
| 695 | 2026-09-12T20:27:46.096Z | Compiling yoke-derive v0.8.2 |
| 696 | 2026-09-12T20:27:46.365Z | Compiling serde_derive_internals v0.29.1 |
| 697 | 2026-09-12T20:27:46.693Z | Compiling cmake v0.1.58 |
| 698 | 2026-09-12T20:27:46.972Z | Compiling allocator-api2 v0.2.21 |
| 699 | 2026-09-12T20:27:47.020Z | Compiling fs_extra v1.3.0 |
| 700 | 2026-09-12T20:27:47.023Z | Compiling dunce v1.0.5 |
| 701 | 2026-09-12T20:27:47.089Z | Compiling schemars_derive v0.8.22 |
| 702 | 2026-09-12T20:27:47.125Z | Compiling fnv v1.0.7 |
| 703 | 2026-09-12T20:27:47.180Z | Compiling yoke v0.8.3 |
| 704 | 2026-09-12T20:27:47.227Z | Compiling pkg-config v0.3.33 |
| 705 | 2026-09-12T20:27:47.292Z | Compiling pkcs8 v0.10.2 |
| 706 | 2026-09-12T20:27:47.379Z | Compiling zerovec-derive v0.11.3 |
| 707 | 2026-09-12T20:27:47.507Z | Compiling http-body v1.1.0 |
| 708 | 2026-09-12T20:27:47.660Z | Compiling aws-lc-sys v0.44.0 |
| 709 | 2026-09-12T20:27:47.675Z | Compiling iana-time-zone v0.1.65 |
| 710 | 2026-09-12T20:27:48.023Z | Compiling chrono v0.4.45 |
| 711 | 2026-09-12T20:27:48.220Z | Compiling tracing-attributes v0.1.31 |
| 712 | 2026-09-12T20:27:48.351Z | Compiling displaydoc v0.2.7 |
| 713 | 2026-09-12T20:27:48.386Z | Compiling tracing-core v0.1.36 |
| 714 | 2026-09-12T20:27:48.548Z | Compiling zerovec v0.11.6 |
| 715 | 2026-09-12T20:27:49.097Z | Compiling hashbrown v0.17.1 |
| 716 | 2026-09-12T20:27:49.133Z | Compiling rustix v1.1.4 |
| 717 | 2026-09-12T20:27:49.445Z | Compiling sha2 v0.10.9 |
| 718 | 2026-09-12T20:27:49.468Z | Compiling tracing v0.1.44 |
| 719 | 2026-09-12T20:27:49.704Z | Compiling indexmap v2.14.0 |
| 720 | 2026-09-12T20:27:49.755Z | Compiling curve25519-dalek v4.1.3 |
| 721 | 2026-09-12T20:27:49.846Z | Compiling httparse v1.10.1 |
| 722 | 2026-09-12T20:27:50.053Z | Compiling aws-lc-rs v1.18.0 |
| 723 | 2026-09-12T20:27:50.373Z | Compiling slog v2.8.2 |
| 724 | 2026-09-12T20:27:50.428Z | Compiling rustls-pki-types v1.15.1 |
| 725 | 2026-09-12T20:27:50.503Z | Compiling num-conv v0.2.2 |
| 726 | 2026-09-12T20:27:50.617Z | Compiling time-core v0.1.9 |
| 727 | 2026-09-12T20:27:50.817Z | Compiling time-macros v0.2.32 |
| 728 | 2026-09-12T20:27:51.294Z | Compiling tinystr v0.8.3 |
| 729 | 2026-09-12T20:27:51.400Z | Compiling ppv-lite86 v0.2.21 |
| 730 | 2026-09-12T20:27:51.451Z | Compiling uuid v1.24.0 |
| 731 | 2026-09-12T20:27:51.504Z | Compiling erased-serde v0.3.31 |
| 732 | 2026-09-12T20:27:51.731Z | Compiling hmac v0.12.1 |
| 733 | 2026-09-12T20:27:51.888Z | Compiling signature v2.2.0 |
| 734 | 2026-09-12T20:27:51.981Z | Compiling curve25519-dalek-derive v0.1.1 |
| 735 | 2026-09-12T20:27:52.029Z | Compiling num_threads v0.1.7 |
| 736 | 2026-09-12T20:27:52.053Z | Compiling percent-encoding v2.3.2 |
| 737 | 2026-09-12T20:27:52.121Z | Compiling powerfmt v0.2.0 |
| 738 | 2026-09-12T20:27:52.316Z | Compiling strsim v0.11.1 |
| 739 | 2026-09-12T20:27:52.339Z | Compiling ryu v1.0.23 |
| 740 | 2026-09-12T20:27:52.375Z | Compiling writeable v0.6.3 |
| 741 | 2026-09-12T20:27:52.593Z | Compiling deranged v0.5.8 |
| 742 | 2026-09-12T20:27:52.618Z | Compiling utf8parse v0.2.2 |
| 743 | 2026-09-12T20:27:52.621Z | Compiling litemap v0.8.2 |
| 744 | 2026-09-12T20:27:52.788Z | Compiling zerotrie v0.2.4 |
| 745 | 2026-09-12T20:27:52.815Z | Compiling icu_locale_core v2.2.0 |
| 746 | 2026-09-12T20:27:52.827Z | Compiling potential_utf v0.1.5 |
| 747 | 2026-09-12T20:27:53.003Z | Compiling http-body-util v0.1.4 |
| 748 | 2026-09-12T20:27:53.218Z | Compiling clap_derive v4.6.4 |
| 749 | 2026-09-12T20:27:53.296Z | Compiling ff v0.13.1 |
| 750 | 2026-09-12T20:27:53.351Z | Compiling syn v1.0.109 |
| 751 | 2026-09-12T20:27:53.448Z | Compiling untrusted v0.9.0 |
| 752 | 2026-09-12T20:27:53.461Z | Compiling utf8_iter v1.0.4 |
| 753 | 2026-09-12T20:27:53.577Z | Compiling icu_normalizer_data v2.2.0 |
| 754 | 2026-09-12T20:27:53.621Z | Compiling time v0.3.55 |
| 755 | 2026-09-12T20:27:53.680Z | Compiling dyn-clone v1.0.20 |
| 756 | 2026-09-12T20:27:53.692Z | Compiling rustls v0.23.43 |
| 757 | 2026-09-12T20:27:53.825Z | Compiling base16ct v0.2.0 |
| 758 | 2026-09-12T20:27:53.828Z | Compiling icu_properties_data v2.2.0 |
| 759 | 2026-09-12T20:27:54.070Z | Compiling sec1 v0.7.3 |
| 760 | 2026-09-12T20:27:54.139Z | Compiling icu_provider v2.2.0 |
| 761 | 2026-09-12T20:27:54.699Z | Compiling icu_collections v2.2.0 |
| 762 | 2026-09-12T20:27:54.858Z | Compiling group v0.13.0 |
| 763 | 2026-09-12T20:27:55.059Z | Compiling anstyle-parse v1.0.0 |
| 764 | 2026-09-12T20:27:55.122Z | Compiling hkdf v0.12.4 |
| 765 | 2026-09-12T20:27:55.270Z | Compiling crypto-bigint v0.5.5 |
| 766 | 2026-09-12T20:27:55.300Z | Compiling is_terminal_polyfill v1.70.2 |
| 767 | 2026-09-12T20:27:55.401Z | Compiling anstyle v1.0.14 |
| 768 | 2026-09-12T20:27:55.404Z | Compiling anstyle-query v1.1.5 |
| 769 | 2026-09-12T20:27:55.445Z | Compiling atomic-waker v1.1.2 |
| 770 | 2026-09-12T20:27:55.513Z | Compiling colorchoice v1.0.5 |
| 771 | 2026-09-12T20:27:55.632Z | Compiling anstream v1.0.0 |
| 772 | 2026-09-12T20:27:55.953Z | Compiling form_urlencoded v1.2.2 |
| 773 | 2026-09-12T20:27:56.112Z | Compiling serde_tokenstream v0.2.3 |
| 774 | 2026-09-12T20:27:56.215Z | Compiling elliptic-curve v0.13.8 |
| 775 | 2026-09-12T20:27:56.399Z | Compiling tokio-util v0.7.19 |
| 776 | 2026-09-12T20:27:56.502Z | Compiling num-integer v0.1.46 |
| 777 | 2026-09-12T20:27:56.598Z | Compiling spin v0.9.9 |
| 778 | 2026-09-12T20:27:56.612Z | Compiling object v0.37.3 |
| 779 | 2026-09-12T20:27:56.823Z | Compiling tower-layer v0.3.3 |
| 780 | 2026-09-12T20:27:56.984Z | Compiling tower-service v0.3.3 |
| 781 | 2026-09-12T20:27:56.996Z | Compiling foldhash v0.2.0 |
| 782 | 2026-09-12T20:27:57.020Z | Compiling base64 v0.22.1 |
| 783 | 2026-09-12T20:27:57.078Z | Compiling try-lock v0.2.5 |
| 784 | 2026-09-12T20:27:57.148Z | Compiling hashbrown v0.16.1 |
| 785 | 2026-09-12T20:27:57.193Z | Compiling want v0.3.1 |
| 786 | 2026-09-12T20:27:57.206Z | Compiling h2 v0.4.15 |
| 787 | 2026-09-12T20:27:57.373Z | Compiling icu_normalizer v2.2.0 |
| 788 | 2026-09-12T20:27:57.481Z | Compiling icu_properties v2.2.0 |
| 789 | 2026-09-12T20:27:57.497Z | Compiling rfc6979 v0.4.0 |
| 790 | 2026-09-12T20:27:57.637Z | Compiling terminal_size v0.4.4 |
| 791 | 2026-09-12T20:27:57.944Z | Compiling ahash v0.8.12 |
| 792 | 2026-09-12T20:27:58.214Z | Compiling httpdate v1.0.3 |
| 793 | 2026-09-12T20:27:58.652Z | Compiling gimli v0.32.3 |
| 794 | 2026-09-12T20:27:58.758Z | Compiling clap_lex v1.1.0 |
| 795 | 2026-09-12T20:27:58.773Z | Compiling getrandom v0.3.4 |
| 796 | 2026-09-12T20:27:59.082Z | Compiling adler2 v2.0.1 |
| 797 | 2026-09-12T20:27:59.141Z | Compiling clap_builder v4.6.6 |
| 798 | 2026-09-12T20:27:59.212Z | Compiling miniz_oxide v0.8.9 |
| 799 | 2026-09-12T20:27:59.354Z | Compiling idna_adapter v1.2.2 |
| 800 | 2026-09-12T20:27:59.503Z | Compiling regress v0.11.1 |
| 801 | 2026-09-12T20:27:59.518Z | Compiling ecdsa v0.16.9 |
| 802 | 2026-09-12T20:28:00.106Z | Compiling hyper v1.11.0 |
| 803 | 2026-09-12T20:28:00.381Z | Compiling addr2line v0.25.1 |
| 804 | 2026-09-12T20:28:00.648Z | Compiling primeorder v0.13.6 |
| 805 | 2026-09-12T20:28:00.919Z | Compiling rand_chacha v0.3.1 |
| 806 | 2026-09-12T20:28:01.464Z | Compiling hybrid-array v0.4.14 |
| 807 | 2026-09-12T20:28:01.937Z | Compiling owo-colors v4.3.0 |
| 808 | 2026-09-12T20:28:02.118Z | Compiling ident_case v1.0.1 |
| 809 | 2026-09-12T20:28:02.121Z | Compiling rustc-demangle v0.1.28 |
| 810 | 2026-09-12T20:28:02.241Z | Compiling ipnet v2.12.1 |
| 811 | 2026-09-12T20:28:02.350Z | Compiling darling_core v0.23.0 |
| 812 | 2026-09-12T20:28:02.485Z | Compiling backtrace v0.3.76 |
| 813 | 2026-09-12T20:28:03.062Z | Compiling hyper-util v0.1.20 |
| 814 | 2026-09-12T20:28:03.578Z | Compiling typify-impl v0.6.2 |
| 815 | 2026-09-12T20:28:03.716Z | Compiling rand v0.8.7 |
| 816 | 2026-09-12T20:28:04.418Z | Compiling clap v4.6.6 |
| 817 | 2026-09-12T20:28:04.501Z | Compiling idna v1.1.0 |
| 818 | 2026-09-12T20:28:05.031Z | Compiling ed25519 v2.2.3 |
| 819 | 2026-09-12T20:28:05.179Z | Compiling http v0.2.12 |
| 820 | 2026-09-12T20:28:05.993Z | Compiling x509-cert v0.2.5 |
| 821 | 2026-09-12T20:28:06.110Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 822 | 2026-09-12T20:28:06.533Z | Compiling encoding_rs v0.8.35 |
| 823 | 2026-09-12T20:28:06.776Z | Compiling num-bigint-dig v0.8.6 |
| 824 | 2026-09-12T20:28:06.863Z | Compiling anyhow v1.0.104 |
| 825 | 2026-09-12T20:28:06.890Z | Compiling outref v0.5.2 |
| 826 | 2026-09-12T20:28:06.997Z | Compiling unicode-linebreak v0.1.5 |
| 827 | 2026-09-12T20:28:07.083Z | Compiling thiserror v1.0.69 |
| 828 | 2026-09-12T20:28:07.143Z | Compiling vsimd v0.8.0 |
| 829 | 2026-09-12T20:28:07.186Z | Compiling paste v1.0.15 |
| 830 | 2026-09-12T20:28:07.224Z | Compiling mime v0.3.17 |
| 831 | 2026-09-12T20:28:07.403Z | Compiling either v1.17.0 |
| 832 | 2026-09-12T20:28:07.550Z | Compiling hex v0.4.3 |
| 833 | 2026-09-12T20:28:07.689Z | Compiling unicode-width v0.2.2 |
| 834 | 2026-09-12T20:28:07.703Z | Compiling is_ci v1.2.0 |
| 835 | 2026-09-12T20:28:07.828Z | Compiling supports-color v3.0.2 |
| 836 | 2026-09-12T20:28:07.961Z | Compiling textwrap v0.16.2 |
| 837 | 2026-09-12T20:28:07.983Z | Compiling bytes-utils v0.1.4 |
| 838 | 2026-09-12T20:28:08.113Z | Compiling base64-simd v0.8.0 |
| 839 | 2026-09-12T20:28:08.413Z | Compiling lazy_static v1.5.0 |
| 840 | 2026-09-12T20:28:08.522Z | Compiling typify-macro v0.6.2 |
| 841 | 2026-09-12T20:28:08.538Z | Compiling proc-macro-error2 v2.0.1 |
| 842 | 2026-09-12T20:28:08.609Z | Compiling num-iter v0.1.46 |
| 843 | 2026-09-12T20:28:08.728Z | Compiling http-body v0.4.6 |
| 844 | 2026-09-12T20:28:08.811Z | Compiling ed25519-dalek v2.2.0 |
| 845 | 2026-09-12T20:28:08.992Z | Compiling rand_core v0.9.5 |
| 846 | 2026-09-12T20:28:09.247Z | Compiling url v2.5.8 |
| 847 | 2026-09-12T20:28:09.830Z | Compiling darling_macro v0.23.0 |
| 848 | 2026-09-12T20:28:09.878Z | Compiling hashbrown v0.14.5 |
| 849 | 2026-09-12T20:28:10.250Z | Compiling backtrace-ext v0.2.1 |
| 850 | 2026-09-12T20:28:10.399Z | Compiling crypto-common v0.2.2 |
| 851 | 2026-09-12T20:28:10.412Z | Compiling block-buffer v0.12.1 |
| 852 | 2026-09-12T20:28:10.537Z | Compiling serde_urlencoded v0.7.1 |
| 853 | 2026-09-12T20:28:10.677Z | Compiling inout v0.1.4 |
| 854 | 2026-09-12T20:28:10.777Z | Compiling miette-derive v7.6.0 |
| 855 | 2026-09-12T20:28:10.780Z | Compiling thiserror-impl v1.0.69 |
| 856 | 2026-09-12T20:28:10.802Z | Compiling sync_wrapper v1.0.2 |
| 857 | 2026-09-12T20:28:10.863Z | Compiling openssl-probe v0.2.1 |
| 858 | 2026-09-12T20:28:10.909Z | Compiling fastrand v2.5.0 |
| 859 | 2026-09-12T20:28:11.105Z | Compiling const-oid v0.10.2 |
| 860 | 2026-09-12T20:28:11.231Z | Compiling pin-utils v0.1.0 |
| 861 | 2026-09-12T20:28:11.234Z | Compiling crossbeam-utils v0.8.22 |
| 862 | 2026-09-12T20:28:11.306Z | Compiling unicode-width v0.1.14 |
| 863 | 2026-09-12T20:28:11.556Z | Compiling crc32fast v1.5.0 |
| 864 | 2026-09-12T20:28:11.568Z | Compiling radium v0.7.0 |
| 865 | 2026-09-12T20:28:11.682Z | Compiling camino v1.2.5 |
| 866 | 2026-09-12T20:28:11.873Z | Compiling supports-hyperlinks v3.2.0 |
| 867 | 2026-09-12T20:28:11.899Z | Compiling supports-unicode v3.0.0 |
| 868 | 2026-09-12T20:28:12.007Z | Compiling miette v7.6.0 |
| 869 | 2026-09-12T20:28:12.130Z | Compiling aws-smithy-types v1.6.1 |
| 870 | 2026-09-12T20:28:12.289Z | Compiling digest v0.11.3 |
| 871 | 2026-09-12T20:28:12.473Z | Compiling tempfile v3.27.0 |
| 872 | 2026-09-12T20:28:12.762Z | Compiling rustls-native-certs v0.8.4 |
| 873 | 2026-09-12T20:28:12.956Z | Compiling tower v0.5.3 |
| 874 | 2026-09-12T20:28:13.066Z | Compiling cipher v0.4.4 |
| 875 | 2026-09-12T20:28:13.566Z | Compiling darling v0.23.0 |
| 876 | 2026-09-12T20:28:13.596Z | Compiling chumsky v0.9.3 |
| 877 | 2026-09-12T20:28:13.649Z | Compiling rand_chacha v0.9.0 |
| 878 | 2026-09-12T20:28:13.652Z | Compiling knus-derive v3.4.0 |
| 879 | 2026-09-12T20:28:14.428Z | Compiling pkcs1 v0.7.5 |
| 880 | 2026-09-12T20:28:14.474Z | Compiling ssh-encoding v0.2.0 |
| 881 | 2026-09-12T20:28:14.487Z | Compiling half v2.7.1 |
| 882 | 2026-09-12T20:28:14.499Z | Compiling aws-smithy-async v1.3.0 |
| 883 | 2026-09-12T20:28:14.764Z | Compiling aws-smithy-runtime-api-macros v1.1.0 |
| 884 | 2026-09-12T20:28:14.776Z | Compiling aho-corasick v1.1.5 |
| 885 | 2026-09-12T20:28:14.791Z | Compiling tap v1.0.1 |
| 886 | 2026-09-12T20:28:14.833Z | Compiling regex-syntax v0.8.11 |
| 887 | 2026-09-12T20:28:15.013Z | Compiling keccak v0.1.6 |
| 888 | 2026-09-12T20:28:15.069Z | Compiling byteorder v1.5.0 |
| 889 | 2026-09-12T20:28:15.205Z | Compiling omicron-workspace-hack v0.1.0 |
| 890 | 2026-09-12T20:28:15.205Z | Compiling cpufeatures v0.3.0 |
| 891 | 2026-09-12T20:28:15.271Z | Compiling ciborium-io v0.2.2 |
| 892 | 2026-09-12T20:28:15.328Z | Compiling maybe-uninit v2.0.0 |
| 893 | 2026-09-12T20:28:15.368Z | Compiling ipnetwork v0.21.1 |
| 894 | 2026-09-12T20:28:15.396Z | Compiling simd-adler32 v0.3.10 |
| 895 | 2026-09-12T20:28:15.454Z | Compiling ciborium-ll v0.2.2 |
| 896 | 2026-09-12T20:28:15.469Z | Compiling aws-smithy-runtime-api v1.14.0 |
| 897 | 2026-09-12T20:28:15.682Z | Compiling oxnet v0.1.6 |
| 898 | 2026-09-12T20:28:15.789Z | Compiling sha3 v0.10.9 |
| 899 | 2026-09-12T20:28:16.045Z | Compiling knus v3.4.0 |
| 900 | 2026-09-12T20:28:16.124Z | Compiling wyz v0.5.1 |
| 901 | 2026-09-12T20:28:16.248Z | Compiling regex-automata v0.4.18 |
| 902 | 2026-09-12T20:28:16.331Z | Compiling ssh-cipher v0.2.0 |
| 903 | 2026-09-12T20:28:16.503Z | Compiling rsa v0.9.10 |
| 904 | 2026-09-12T20:28:16.846Z | Compiling p384 v0.13.1 |
| 905 | 2026-09-12T20:28:17.068Z | Compiling rand v0.9.5 |
| 906 | 2026-09-12T20:28:17.082Z | Compiling serde_with_macros v3.22.0 |
| 907 | 2026-09-12T20:28:17.231Z | Compiling tower-http v0.6.11 |
| 908 | 2026-09-12T20:28:18.286Z | Compiling p256 v0.13.2 |
| 909 | 2026-09-12T20:28:18.551Z | Compiling hubpack_derive v0.1.1 |
| 910 | 2026-09-12T20:28:18.569Z | Compiling sha1 v0.10.7 |
| 911 | 2026-09-12T20:28:18.649Z | Compiling newtype-uuid v1.4.0 |
| 912 | 2026-09-12T20:28:18.778Z | Compiling openapiv3 v2.2.0 |
| 913 | 2026-09-12T20:28:18.852Z | Compiling strum_macros v0.26.4 |
| 914 | 2026-09-12T20:28:19.225Z | Compiling env_filter v2.0.0 |
| 915 | 2026-09-12T20:28:19.482Z | Compiling daft-derive v0.1.8 |
| 916 | 2026-09-12T20:28:19.925Z | Compiling heapless v0.7.17 |
| 917 | 2026-09-12T20:28:20.223Z | Compiling serde_path_to_error v0.1.20 |
| 918 | 2026-09-12T20:28:20.260Z | Compiling thread_local v1.1.10 |
| 919 | 2026-09-12T20:28:20.500Z | Compiling funty v2.0.0 |
| 920 | 2026-09-12T20:28:20.679Z | Compiling packed_struct v0.10.1 |
| 921 | 2026-09-12T20:28:20.989Z | Compiling rlimit v0.10.2 |
| 922 | 2026-09-12T20:28:21.259Z | Compiling salty v0.3.0 |
| 923 | 2026-09-12T20:28:21.794Z | Compiling data-encoding v2.11.1 |
| 924 | 2026-09-12T20:28:22.160Z | Compiling utf-8 v0.7.6 |
| 925 | 2026-09-12T20:28:22.350Z | Compiling slog-async v2.8.0 |
| 926 | 2026-09-12T20:28:22.381Z | Compiling tungstenite v0.28.0 |
| 927 | 2026-09-12T20:28:22.625Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 928 | 2026-09-12T20:28:25.277Z | Compiling bitvec v1.1.1 |
| 929 | 2026-09-12T20:28:25.649Z | Compiling strum v0.26.3 |
| 930 | 2026-09-12T20:28:25.788Z | Compiling daft v0.1.8 |
| 931 | 2026-09-12T20:28:26.109Z | Compiling env_logger v0.11.11 |
| 932 | 2026-09-12T20:28:26.336Z | Compiling hubpack v0.1.2 |
| 933 | 2026-09-12T20:28:26.578Z | Compiling ssh-key v0.6.7 |
| 934 | 2026-09-12T20:28:26.943Z | Compiling crossbeam-channel v0.5.16 |
| 935 | 2026-09-12T20:28:27.037Z | Compiling serde_with v3.22.0 |
| 936 | 2026-09-12T20:28:27.634Z | Compiling regex v1.13.1 |
| 937 | 2026-09-12T20:28:28.026Z | Compiling flate2 v1.1.9 |
| 938 | 2026-09-12T20:28:28.486Z | Compiling ciborium v0.2.2 |
| 939 | 2026-09-12T20:28:28.665Z | Compiling hash32 v0.2.1 |
| 940 | 2026-09-12T20:28:28.907Z | Compiling typify v0.6.2 |
| 941 | 2026-09-12T20:28:29.003Z | Compiling packed_struct_codegen v0.10.1 |
| 942 | 2026-09-12T20:28:29.572Z | Compiling futures-executor v0.3.33 |
| 943 | 2026-09-12T20:28:30.041Z | Compiling blake3 v1.8.6 |
| 944 | 2026-09-12T20:28:30.078Z | Compiling bitfield-macros v0.19.5 |
| 945 | 2026-09-12T20:28:30.401Z | Compiling async-trait v0.1.92 |
| 946 | 2026-09-12T20:28:30.453Z | Compiling aws-types v1.5.0 |
| 947 | 2026-09-12T20:28:30.751Z | Compiling is-terminal v0.4.17 |
| 948 | 2026-09-12T20:28:30.809Z | Compiling multer v3.1.0 |
| 949 | 2026-09-12T20:28:30.853Z | Compiling keccak v0.2.2 |
| 950 | 2026-09-12T20:28:30.991Z | Compiling sush-common v0.1.0 (/work/oxidecomputer/sush/common) |
| 951 | 2026-09-12T20:28:31.056Z | Compiling take_mut v0.2.2 |
| 952 | 2026-09-12T20:28:31.301Z | Compiling match_cfg v0.1.0 |
| 953 | 2026-09-12T20:28:31.348Z | Compiling sponge-cursor v0.1.0 |
| 954 | 2026-09-12T20:28:31.492Z | Compiling term v1.2.1 |
| 955 | 2026-09-12T20:28:31.535Z | Compiling nodrop v0.1.14 |
| 956 | 2026-09-12T20:28:31.633Z | Compiling compression-core v0.4.32 |
| 957 | 2026-09-12T20:28:31.804Z | Compiling cfg_aliases v0.2.2 |
| 958 | 2026-09-12T20:28:31.879Z | Compiling winnow v1.0.4 |
| 959 | 2026-09-12T20:28:32.214Z | Compiling unsafe-libyaml v0.2.11 |
| 960 | 2026-09-12T20:28:32.307Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 961 | 2026-09-12T20:28:32.851Z | Compiling serde_yaml v0.9.34+deprecated |
| 962 | 2026-09-12T20:28:33.346Z | Compiling nix v0.31.3 |
| 963 | 2026-09-12T20:28:33.398Z | Compiling slog-term v2.9.2 |
| 964 | 2026-09-12T20:28:33.630Z | Compiling compression-codecs v0.4.38 |
| 965 | 2026-09-12T20:28:33.979Z | Compiling array-init v0.0.4 |
| 966 | 2026-09-12T20:28:34.151Z | Compiling sha3 v0.12.0 |
| 967 | 2026-09-12T20:28:34.219Z | Compiling hostname v0.3.1 |
| 968 | 2026-09-12T20:28:34.382Z | Compiling bitfield v0.19.5 |
| 969 | 2026-09-12T20:28:34.662Z | Compiling progenitor-impl v0.14.0 |
| 970 | 2026-09-12T20:28:34.855Z | Compiling futures v0.3.33 |
| 971 | 2026-09-12T20:28:34.936Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 972 | 2026-09-12T20:28:36.128Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?tag=rel%2Fv21%2Frc1#3e5bafe8) |
| 973 | 2026-09-12T20:28:36.299Z | Compiling smallvec v0.6.14 |
| 974 | 2026-09-12T20:28:36.634Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 975 | 2026-09-12T20:28:37.883Z | Compiling tokio-tungstenite v0.28.0 |
| 976 | 2026-09-12T20:28:37.930Z | Compiling aws-smithy-schema v0.2.0 |
| 977 | 2026-09-12T20:28:38.201Z | Compiling aws-credential-types v1.3.0 |
| 978 | 2026-09-12T20:28:39.164Z | Compiling slog-json v2.6.1 |
| 979 | 2026-09-12T20:28:39.265Z | Compiling toml_datetime v0.6.11 |
| 980 | 2026-09-12T20:28:39.421Z | Compiling serde_spanned v0.6.9 |
| 981 | 2026-09-12T20:28:39.579Z | Compiling cobs v0.3.0 |
| 982 | 2026-09-12T20:28:39.620Z | Compiling async-stream-impl v0.3.6 |
| 983 | 2026-09-12T20:28:39.633Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 984 | 2026-09-12T20:28:39.845Z | Compiling serde_spanned v1.1.1 |
| 985 | 2026-09-12T20:28:39.993Z | Compiling dropshot v0.17.1 |
| 986 | 2026-09-12T20:28:40.047Z | Compiling arrayref v0.3.9 |
| 987 | 2026-09-12T20:28:40.121Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 988 | 2026-09-12T20:28:40.248Z | Compiling bytesize v2.7.0 |
| 989 | 2026-09-12T20:28:40.260Z | Compiling http-range-header v0.4.2 |
| 990 | 2026-09-12T20:28:40.295Z | Compiling signal-hook v0.4.4 |
| 991 | 2026-09-12T20:28:40.378Z | Compiling arrayvec v0.7.8 |
| 992 | 2026-09-12T20:28:40.536Z | Compiling rustix v0.38.44 |
| 993 | 2026-09-12T20:28:40.613Z | Compiling portable-atomic v1.15.0 |
| 994 | 2026-09-12T20:28:40.662Z | Compiling static_assertions v1.1.0 |
| 995 | 2026-09-12T20:28:40.720Z | Compiling toml_write v0.1.2 |
| 996 | 2026-09-12T20:28:40.734Z | Compiling winnow v0.7.15 |
| 997 | 2026-09-12T20:28:40.892Z | Compiling constant_time_eq v0.4.2 |
| 998 | 2026-09-12T20:28:41.050Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 999 | 2026-09-12T20:28:41.107Z | Compiling toml v1.1.4+spec-1.1.0 |
| 1000 | 2026-09-12T20:28:41.664Z | Compiling async-stream v0.3.6 |
| 1001 | 2026-09-12T20:28:41.860Z | Compiling postcard v1.1.3 |
| 1002 | 2026-09-12T20:28:42.262Z | Compiling toml_edit v0.22.27 |
| 1003 | 2026-09-12T20:28:42.618Z | Compiling slog-bunyan v2.5.0 |
| 1004 | 2026-09-12T20:28:44.374Z | Compiling progenitor-macro v0.14.0 |
| 1005 | 2026-09-12T20:28:45.017Z | Compiling serde-hex v0.1.0 |
| 1006 | 2026-09-12T20:28:45.519Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1007 | 2026-09-12T20:28:48.694Z | Compiling async-compression v0.4.43 |
| 1008 | 2026-09-12T20:28:49.082Z | Compiling oauth2 v5.0.0 |
| 1009 | 2026-09-12T20:28:49.150Z | Compiling sha1 v0.11.0 |
| 1010 | 2026-09-12T20:28:49.569Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86) |
| 1011 | 2026-09-12T20:28:50.237Z | Compiling dropshot_endpoint v0.17.1 |
| 1012 | 2026-09-12T20:28:50.950Z | Compiling waitgroup v0.1.2 |
| 1013 | 2026-09-12T20:28:51.112Z | Compiling rustls-pemfile v2.2.0 |
| 1014 | 2026-09-12T20:28:51.388Z | Compiling serde-big-array v0.5.1 |
| 1015 | 2026-09-12T20:28:51.540Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1016 | 2026-09-12T20:28:51.868Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1017 | 2026-09-12T20:28:51.880Z | Compiling nibble_vec v0.1.0 |
| 1018 | 2026-09-12T20:28:51.917Z | Compiling hostname v0.4.2 |
| 1019 | 2026-09-12T20:28:51.964Z | Compiling endian-type v0.2.0 |
| 1020 | 2026-09-12T20:28:52.026Z | Compiling corncobs v0.1.4 |
| 1021 | 2026-09-12T20:28:52.082Z | Compiling debug-ignore v1.0.5 |
| 1022 | 2026-09-12T20:28:52.103Z | Compiling crc-any v2.5.1 |
| 1023 | 2026-09-12T20:28:52.191Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1024 | 2026-09-12T20:28:52.227Z | Compiling radix_trie v0.3.0 |
| 1025 | 2026-09-12T20:28:52.344Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1026 | 2026-09-12T20:28:52.476Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1027 | 2026-09-12T20:28:52.795Z | Compiling sshauth v0.1.2 (https://github.com/oxidecomputer/sshauth?rev=afd9b4e549d0e9229c2910c94aa7bca76623dfdb#afd9b4e5) |
| 1028 | 2026-09-12T20:28:54.867Z | Compiling toml v0.8.23 |
| 1029 | 2026-09-12T20:28:54.973Z | Compiling permission-slip-common v0.1.0 (https://github.com/oxidecomputer/permission-slip?rev=c9d302ef44576e075e35f4f28f8e7ac8345bcd4b#c9d302ef) |
| 1030 | 2026-09-12T20:28:56.173Z | Compiling console v0.16.4 |
| 1031 | 2026-09-12T20:28:57.329Z | Compiling rustls-webpki v0.103.13 |
| 1032 | 2026-09-12T20:28:57.500Z | Compiling secrecy v0.8.0 |
| 1033 | 2026-09-12T20:28:57.649Z | Compiling clap-num v1.2.0 |
| 1034 | 2026-09-12T20:28:57.703Z | Compiling termios v0.3.3 |
| 1035 | 2026-09-12T20:28:57.811Z | Compiling natord v1.0.9 |
| 1036 | 2026-09-12T20:28:58.076Z | Compiling unicode-segmentation v1.13.3 |
| 1037 | 2026-09-12T20:28:58.341Z | Compiling home v0.5.12 |
| 1038 | 2026-09-12T20:28:58.369Z | Compiling unit-prefix v0.5.2 |
| 1039 | 2026-09-12T20:28:58.395Z | Compiling xdg v2.5.2 |
| 1040 | 2026-09-12T20:28:58.510Z | Compiling indicatif v0.18.6 |
| 1041 | 2026-09-12T20:28:58.529Z | Compiling rustyline v18.0.0 (https://github.com/kkawakam/rustyline?rev=5ab22f2f8d65e85f0b925360437ece8eeeb6db92#5ab22f2f) |
| 1042 | 2026-09-12T20:28:58.694Z | Compiling atomicwrites v0.4.4 |
| 1043 | 2026-09-12T20:28:58.995Z | Compiling tokio-fd v0.3.0 |
| 1044 | 2026-09-12T20:28:59.180Z | Compiling async-recursion v1.1.1 |
| 1045 | 2026-09-12T20:28:59.221Z | Compiling memmap2 v0.9.11 |
| 1046 | 2026-09-12T20:28:59.536Z | Compiling xdg v3.0.0 |
| 1047 | 2026-09-12T20:28:59.861Z | Compiling shlex v1.3.0 |
| 1048 | 2026-09-12T20:28:59.864Z | Compiling humantime v2.4.0 |
| 1049 | 2026-09-12T20:29:01.479Z | Compiling tokio-rustls v0.26.4 |
| 1050 | 2026-09-12T20:29:01.505Z | Compiling rustls-platform-verifier v0.7.0 |
| 1051 | 2026-09-12T20:29:01.763Z | Compiling hyper-rustls v0.27.9 |
| 1052 | 2026-09-12T20:29:02.042Z | Compiling reqwest v0.13.4 |
| 1053 | 2026-09-12T20:29:04.898Z | Compiling progenitor-client v0.14.0 |
| 1054 | 2026-09-12T20:29:05.378Z | Compiling progenitor v0.14.0 |
| 1055 | 2026-09-12T20:29:05.399Z | Compiling oauth2-reqwest v0.1.0-alpha.3 |
| 1056 | 2026-09-12T20:29:05.517Z | Compiling sush-api v0.1.0 (/work/oxidecomputer/sush/api) |
| 1057 | 2026-09-12T20:29:05.704Z | Compiling permission-slip-client v1.1.0 (https://github.com/oxidecomputer/permission-slip?rev=c9d302ef44576e075e35f4f28f8e7ac8345bcd4b#c9d302ef) |
| 1058 | 2026-09-12T20:29:08.740Z | Compiling sush-client v0.1.0 (/work/oxidecomputer/sush/client) |
| 1059 | 2026-09-12T20:29:26.518Z | Finished `release` profile [optimized] target(s) in 2m 19s |
| 1060 | 2026-09-12T20:29:26.522Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 1061 | 2026-09-12T20:29:26.522Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 1062 | 2026-09-12T20:29:26.774Z | + cp target/release/sush /work/sush |
| 1063 | 2026-09-12T20:29:26.805Z | + cargo install just --locked |
| 1064 | 2026-09-12T20:29:26.863Z | Updating crates.io index |
| 1065 | 2026-09-12T20:29:26.950Z | Downloading crates ... |
| 1066 | 2026-09-12T20:29:27.031Z | Downloaded just v1.58.0 |
| 1067 | 2026-09-12T20:29:27.064Z | Installing just v1.58.0 |
| 1068 | 2026-09-12T20:29:27.067Z | warning: default toolchain implicitly overridden with `1.98.1-x86_64-unknown-illumos` by rustup toolchain file |
| 1069 | 2026-09-12T20:29:27.067Z | | |
| 1070 | 2026-09-12T20:29:27.068Z | = help: use `cargo +stable install` if you meant to use the stable toolchain |
| 1071 | 2026-09-12T20:29:27.068Z | = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed |
| 1072 | 2026-09-12T20:29:27.068Z | Updating crates.io index |
| 1073 | 2026-09-12T20:29:27.409Z | warning: package `chacha20 v0.10.1` in Cargo.lock is yanked in registry `crates-io` |
| 1074 | 2026-09-12T20:29:27.409Z | | |
| 1075 | 2026-09-12T20:29:27.409Z | = help: consider running without --locked |
| 1076 | 2026-09-12T20:29:27.472Z | Updating crates.io index |
| 1077 | 2026-09-12T20:29:27.559Z | Downloading crates ... |
| 1078 | 2026-09-12T20:29:27.587Z | Downloaded blake3 v1.8.5 |
| 1079 | 2026-09-12T20:29:27.599Z | Downloaded cc v1.4.0 |
| 1080 | 2026-09-12T20:29:27.602Z | Downloaded clap_mangen v0.3.0 |
| 1081 | 2026-09-12T20:29:27.606Z | Downloaded clap v4.6.5 |
| 1082 | 2026-09-12T20:29:27.611Z | Downloaded digest-io v0.1.0 |
| 1083 | 2026-09-12T20:29:27.615Z | Downloaded is_executable v1.0.6 |
| 1084 | 2026-09-12T20:29:27.617Z | Downloaded find-msvc-tools v0.1.9 |
| 1085 | 2026-09-12T20:29:27.617Z | Downloaded dirs v6.0.0 |
| 1086 | 2026-09-12T20:29:27.620Z | Downloaded num_cpus v1.17.0 |
| 1087 | 2026-09-12T20:29:27.623Z | Downloaded roff v1.1.1 |
| 1088 | 2026-09-12T20:29:27.623Z | Downloaded crossbeam-deque v0.8.7 |
| 1089 | 2026-09-12T20:29:27.626Z | Downloaded nu-ansi-term v0.50.3 |
| 1090 | 2026-09-12T20:29:27.626Z | Downloaded strum_macros v0.28.0 |
| 1091 | 2026-09-12T20:29:27.628Z | Downloaded dirs-sys v0.5.0 |
| 1092 | 2026-09-12T20:29:27.631Z | Downloaded option-ext v0.2.0 |
| 1093 | 2026-09-12T20:29:27.631Z | Downloaded strum v0.28.0 |
| 1094 | 2026-09-12T20:29:27.631Z | Downloaded dotenvy v0.15.7 |
| 1095 | 2026-09-12T20:29:27.634Z | Downloaded shellexpand v3.1.2 |
| 1096 | 2026-09-12T20:29:27.638Z | Downloaded typed-arena v2.0.2 |
| 1097 | 2026-09-12T20:29:27.645Z | Downloaded crossbeam-epoch v0.9.20 |
| 1098 | 2026-09-12T20:29:27.648Z | Downloaded clap_complete v4.6.8 |
| 1099 | 2026-09-12T20:29:27.650Z | Downloaded snafu-derive v0.9.2 |
| 1100 | 2026-09-12T20:29:27.653Z | Downloaded unicase v2.9.0 |
| 1101 | 2026-09-12T20:29:27.653Z | Downloaded sha2 v0.11.0 |
| 1102 | 2026-09-12T20:29:27.659Z | Downloaded similar v3.1.1 |
| 1103 | 2026-09-12T20:29:27.668Z | Downloaded rayon-core v1.13.0 |
| 1104 | 2026-09-12T20:29:27.671Z | Downloaded snafu v0.9.2 |
| 1105 | 2026-09-12T20:29:27.681Z | Downloaded clap_builder v4.6.5 |
| 1106 | 2026-09-12T20:29:27.687Z | Downloaded pulldown-cmark v0.13.4 |
| 1107 | 2026-09-12T20:29:27.697Z | Downloaded bstr v1.13.0 |
| 1108 | 2026-09-12T20:29:27.723Z | Downloaded regex-automata v0.4.16 |
| 1109 | 2026-09-12T20:29:27.766Z | Compiling libc v0.2.189 |
| 1110 | 2026-09-12T20:29:27.766Z | Compiling proc-macro2 v1.0.107 |
| 1111 | 2026-09-12T20:29:27.769Z | Compiling unicode-ident v1.0.24 |
| 1112 | 2026-09-12T20:29:27.769Z | Compiling quote v1.0.47 |
| 1113 | 2026-09-12T20:29:27.769Z | Compiling bitflags v2.13.1 |
| 1114 | 2026-09-12T20:29:27.769Z | Compiling cfg-if v1.0.4 |
| 1115 | 2026-09-12T20:29:27.769Z | Compiling rustix v1.1.4 |
| 1116 | 2026-09-12T20:29:27.769Z | Compiling heck v0.5.0 |
| 1117 | 2026-09-12T20:29:27.836Z | Compiling typenum v1.20.1 |
| 1118 | 2026-09-12T20:29:27.877Z | Compiling crossbeam-utils v0.8.22 |
| 1119 | 2026-09-12T20:29:27.953Z | Compiling utf8parse v0.2.2 |
| 1120 | 2026-09-12T20:29:28.045Z | Compiling anstyle-parse v1.0.0 |
| 1121 | 2026-09-12T20:29:28.054Z | Compiling colorchoice v1.0.5 |
| 1122 | 2026-09-12T20:29:28.084Z | Compiling is_terminal_polyfill v1.70.2 |
| 1123 | 2026-09-12T20:29:28.142Z | Compiling anstyle-query v1.1.5 |
| 1124 | 2026-09-12T20:29:28.156Z | Compiling getrandom v0.4.3 |
| 1125 | 2026-09-12T20:29:28.176Z | Compiling rand_core v0.10.1 |
| 1126 | 2026-09-12T20:29:28.213Z | Compiling crossbeam-epoch v0.9.20 |
| 1127 | 2026-09-12T20:29:28.217Z | Compiling memchr v2.8.3 |
| 1128 | 2026-09-12T20:29:28.284Z | Compiling serde_core v1.0.229 |
| 1129 | 2026-09-12T20:29:28.321Z | Compiling anstyle v1.0.14 |
| 1130 | 2026-09-12T20:29:28.498Z | Compiling anstream v1.0.0 |
| 1131 | 2026-09-12T20:29:28.532Z | Compiling find-msvc-tools v0.1.9 |
| 1132 | 2026-09-12T20:29:28.586Z | Compiling hybrid-array v0.4.14 |
| 1133 | 2026-09-12T20:29:28.657Z | Compiling errno v0.3.14 |
| 1134 | 2026-09-12T20:29:28.719Z | Compiling clap_lex v1.1.0 |
| 1135 | 2026-09-12T20:29:28.843Z | Compiling crossbeam-deque v0.8.7 |
| 1136 | 2026-09-12T20:29:28.932Z | Compiling syn v3.0.3 |
| 1137 | 2026-09-12T20:29:28.976Z | Compiling syn v2.0.119 |
| 1138 | 2026-09-12T20:29:28.988Z | Compiling strsim v0.11.1 |
| 1139 | 2026-09-12T20:29:29.010Z | Compiling shlex v2.0.1 |
| 1140 | 2026-09-12T20:29:29.018Z | Compiling autocfg v1.5.1 |
| 1141 | 2026-09-12T20:29:29.053Z | Compiling rayon-core v1.13.0 |
| 1142 | 2026-09-12T20:29:29.115Z | Compiling cpufeatures v0.3.0 |
| 1143 | 2026-09-12T20:29:29.170Z | Compiling cc v1.4.0 |
| 1144 | 2026-09-12T20:29:29.179Z | Compiling block-buffer v0.12.1 |
| 1145 | 2026-09-12T20:29:29.277Z | Compiling crypto-common v0.2.2 |
| 1146 | 2026-09-12T20:29:29.335Z | Compiling num-traits v0.2.19 |
| 1147 | 2026-09-12T20:29:29.693Z | Compiling zmij v1.0.23 |
| 1148 | 2026-09-12T20:29:29.733Z | Compiling option-ext v0.2.0 |
| 1149 | 2026-09-12T20:29:29.813Z | Compiling terminal_size v0.4.4 |
| 1150 | 2026-09-12T20:29:29.937Z | Compiling clap_builder v4.6.5 |
| 1151 | 2026-09-12T20:29:29.981Z | Compiling cfg_aliases v0.2.2 |
| 1152 | 2026-09-12T20:29:30.041Z | Compiling serde v1.0.229 |
| 1153 | 2026-09-12T20:29:30.231Z | Compiling const-oid v0.10.2 |
| 1154 | 2026-09-12T20:29:30.234Z | Compiling nix v0.31.3 |
| 1155 | 2026-09-12T20:29:30.249Z | Compiling blake3 v1.8.5 |
| 1156 | 2026-09-12T20:29:30.382Z | Compiling digest v0.11.3 |
| 1157 | 2026-09-12T20:29:30.473Z | Compiling dirs-sys v0.5.0 |
| 1158 | 2026-09-12T20:29:30.618Z | Compiling aho-corasick v1.1.5 |
| 1159 | 2026-09-12T20:29:30.686Z | Compiling camino v1.2.5 |
| 1160 | 2026-09-12T20:29:30.797Z | Compiling regex-syntax v0.8.11 |
| 1161 | 2026-09-12T20:29:30.826Z | Compiling serde_json v1.0.151 |
| 1162 | 2026-09-12T20:29:31.011Z | Compiling pulldown-cmark v0.13.4 |
| 1163 | 2026-09-12T20:29:31.667Z | Compiling dirs v6.0.0 |
| 1164 | 2026-09-12T20:29:31.709Z | Compiling clap_derive v4.6.4 |
| 1165 | 2026-09-12T20:29:31.792Z | Compiling serde_derive v1.0.229 |
| 1166 | 2026-09-12T20:29:31.854Z | Compiling strum_macros v0.28.0 |
| 1167 | 2026-09-12T20:29:31.871Z | Compiling snafu-derive v0.9.2 |
| 1168 | 2026-09-12T20:29:32.386Z | Compiling regex-automata v0.4.16 |
| 1169 | 2026-09-12T20:29:33.318Z | Compiling clap v4.6.5 |
| 1170 | 2026-09-12T20:29:33.387Z | Compiling chacha20 v0.10.1 |
| 1171 | 2026-09-12T20:29:33.522Z | Compiling memmap2 v0.9.11 |
| 1172 | 2026-09-12T20:29:33.627Z | Compiling roff v1.1.1 |
| 1173 | 2026-09-12T20:29:33.644Z | Compiling arrayref v0.3.9 |
| 1174 | 2026-09-12T20:29:33.700Z | Compiling itoa v1.0.18 |
| 1175 | 2026-09-12T20:29:33.753Z | Compiling just v1.58.0 |
| 1176 | 2026-09-12T20:29:33.871Z | Compiling iana-time-zone v0.1.65 |
| 1177 | 2026-09-12T20:29:33.887Z | Compiling arrayvec v0.7.8 |
| 1178 | 2026-09-12T20:29:33.917Z | Compiling unicase v2.9.0 |
| 1179 | 2026-09-12T20:29:33.998Z | Compiling once_cell v1.21.4 |
| 1180 | 2026-09-12T20:29:34.097Z | Compiling constant_time_eq v0.4.2 |
| 1181 | 2026-09-12T20:29:34.107Z | Compiling unicode-segmentation v1.13.3 |
| 1182 | 2026-09-12T20:29:34.118Z | Compiling is_executable v1.0.6 |
| 1183 | 2026-09-12T20:29:34.214Z | Compiling fastrand v2.5.0 |
| 1184 | 2026-09-12T20:29:34.218Z | Compiling clap_complete v4.6.8 |
| 1185 | 2026-09-12T20:29:34.490Z | Compiling similar v3.1.1 |
| 1186 | 2026-09-12T20:29:34.577Z | Compiling regex v1.13.1 |
| 1187 | 2026-09-12T20:29:34.975Z | Compiling tempfile v3.27.0 |
| 1188 | 2026-09-12T20:29:35.353Z | Compiling chrono v0.4.45 |
| 1189 | 2026-09-12T20:29:35.624Z | Compiling clap_mangen v0.3.0 |
| 1190 | 2026-09-12T20:29:36.359Z | Compiling snafu v0.9.2 |
| 1191 | 2026-09-12T20:29:36.783Z | Compiling strum v0.28.0 |
| 1192 | 2026-09-12T20:29:36.867Z | Compiling rand v0.10.2 |
| 1193 | 2026-09-12T20:29:36.891Z | Compiling shellexpand v3.1.2 |
| 1194 | 2026-09-12T20:29:37.087Z | Compiling sha2 v0.11.0 |
| 1195 | 2026-09-12T20:29:37.308Z | Compiling digest-io v0.1.0 |
| 1196 | 2026-09-12T20:29:37.424Z | Compiling uuid v1.24.0 |
| 1197 | 2026-09-12T20:29:37.518Z | Compiling num_cpus v1.17.0 |
| 1198 | 2026-09-12T20:29:37.551Z | Compiling unicode-width v0.2.2 |
| 1199 | 2026-09-12T20:29:37.598Z | Compiling nu-ansi-term v0.50.3 |
| 1200 | 2026-09-12T20:29:37.673Z | Compiling percent-encoding v2.3.2 |
| 1201 | 2026-09-12T20:29:37.826Z | Compiling dotenvy v0.15.7 |
| 1202 | 2026-09-12T20:29:37.879Z | Compiling hex v0.4.3 |
| 1203 | 2026-09-12T20:29:37.951Z | Compiling semver v1.0.28 |
| 1204 | 2026-09-12T20:29:38.145Z | Compiling typed-arena v2.0.2 |
| 1205 | 2026-09-12T20:30:37.452Z | Finished `release` profile [optimized] target(s) in 1m 10s |
| 1206 | 2026-09-12T20:30:37.471Z | Installing /home/build/.cargo/bin/just |
| 1207 | 2026-09-12T20:30:37.473Z | Installed package `just v1.58.0` (executable `just`) |
| 1208 | 2026-09-12T20:30:37.515Z | + curl -sSfL https://get.nexte.st/latest/illumos |
| 1209 | 2026-09-12T20:30:37.518Z | + gunzip |
| 1210 | 2026-09-12T20:30:37.518Z | + tar -xf - -C /home/build/.cargo/bin |
| 1211 | 2026-09-12T20:30:38.569Z | + just ci |
| 1212 | 2026-09-12T20:30:38.573Z | cargo fmt --check |
| 1213 | 2026-09-12T20:30:38.825Z | cargo clippy -- --no-deps --deny warnings |
| 1214 | 2026-09-12T20:30:39.119Z | Downloading crates ... |
| 1215 | 2026-09-12T20:30:39.196Z | Downloaded enum-as-inner v0.6.1 |
| 1216 | 2026-09-12T20:30:39.199Z | Downloaded function_name v0.3.0 |
| 1217 | 2026-09-12T20:30:39.199Z | Downloaded linked-hash-map v0.5.6 |
| 1218 | 2026-09-12T20:30:39.199Z | Downloaded lru-cache v0.1.2 |
| 1219 | 2026-09-12T20:30:39.199Z | Downloaded pwd v1.4.0 |
| 1220 | 2026-09-12T20:30:39.202Z | Downloaded function_name-proc-macro v0.3.0 |
| 1221 | 2026-09-12T20:30:39.202Z | Downloaded heck v0.4.1 |
| 1222 | 2026-09-12T20:30:39.202Z | Downloaded proc-macro-error-attr v1.0.4 |
| 1223 | 2026-09-12T20:30:39.204Z | Downloaded dashu-base v0.5.1 |
| 1224 | 2026-09-12T20:30:39.205Z | Downloaded lru v0.18.2 |
| 1225 | 2026-09-12T20:30:39.207Z | Downloaded knuffel-derive v3.2.0 |
| 1226 | 2026-09-12T20:30:39.207Z | Downloaded hickory-resolver v0.24.4 |
| 1227 | 2026-09-12T20:30:39.210Z | Downloaded seq-macro v0.3.6 |
| 1228 | 2026-09-12T20:30:39.213Z | Downloaded miette-derive v5.10.0 |
| 1229 | 2026-09-12T20:30:39.220Z | Downloaded num-primitive v0.2.1 |
| 1230 | 2026-09-12T20:30:39.223Z | Downloaded owo-colors v3.5.0 |
| 1231 | 2026-09-12T20:30:39.225Z | Downloaded supports-hyperlinks v2.1.0 |
| 1232 | 2026-09-12T20:30:39.228Z | Downloaded num-modular v0.6.5 |
| 1233 | 2026-09-12T20:30:39.228Z | Downloaded proc-macro-error v1.0.4 |
| 1234 | 2026-09-12T20:30:39.231Z | Downloaded resolv-conf v0.7.6 |
| 1235 | 2026-09-12T20:30:39.234Z | Downloaded supports-color v2.1.0 |
| 1236 | 2026-09-12T20:30:39.237Z | Downloaded supports-unicode v2.1.0 |
| 1237 | 2026-09-12T20:30:39.240Z | Downloaded terminal_size v0.1.17 |
| 1238 | 2026-09-12T20:30:39.240Z | Downloaded derive-where v1.6.1 |
| 1239 | 2026-09-12T20:30:39.242Z | Downloaded smawk v0.3.3 |
| 1240 | 2026-09-12T20:30:39.251Z | Downloaded knuffel v3.2.0 |
| 1241 | 2026-09-12T20:30:39.258Z | Downloaded base64 v0.21.7 |
| 1242 | 2026-09-12T20:30:39.260Z | Downloaded miette v5.10.0 |
| 1243 | 2026-09-12T20:30:39.265Z | Downloaded qorb v0.4.1 |
| 1244 | 2026-09-12T20:30:39.268Z | Downloaded tokio-stream v0.1.19 |
| 1245 | 2026-09-12T20:30:39.271Z | Downloaded textwrap v0.15.2 |
| 1246 | 2026-09-12T20:30:39.279Z | Downloaded itertools v0.14.0 |
| 1247 | 2026-09-12T20:30:39.290Z | Downloaded dashu-int v0.5.1 |
| 1248 | 2026-09-12T20:30:39.321Z | Downloaded hickory-proto v0.24.4 |
| 1249 | 2026-09-12T20:30:39.781Z | Downloaded dsi-bitstream v0.10.1 |
| 1250 | 2026-09-12T20:30:39.920Z | Compiling proc-macro2 v1.0.107 |
| 1251 | 2026-09-12T20:30:39.920Z | Compiling quote v1.0.47 |
| 1252 | 2026-09-12T20:30:39.920Z | Compiling unicode-ident v1.0.24 |
| 1253 | 2026-09-12T20:30:39.920Z | Compiling libc v0.2.189 |
| 1254 | 2026-09-12T20:30:39.923Z | Checking cfg-if v1.0.4 |
| 1255 | 2026-09-12T20:30:39.923Z | Compiling version_check v0.9.5 |
| 1256 | 2026-09-12T20:30:39.923Z | Compiling serde_core v1.0.229 |
| 1257 | 2026-09-12T20:30:40.049Z | Checking typenum v1.20.1 |
| 1258 | 2026-09-12T20:30:40.125Z | Checking memchr v2.8.3 |
| 1259 | 2026-09-12T20:30:40.231Z | Compiling generic-array v0.14.7 |
| 1260 | 2026-09-12T20:30:40.333Z | Checking subtle v2.6.1 |
| 1261 | 2026-09-12T20:30:40.489Z | Compiling serde v1.0.229 |
| 1262 | 2026-09-12T20:30:40.503Z | Compiling libm v0.2.16 |
| 1263 | 2026-09-12T20:30:40.732Z | Compiling autocfg v1.5.1 |
| 1264 | 2026-09-12T20:30:40.776Z | Checking smallvec v1.15.2 |
| 1265 | 2026-09-12T20:30:40.838Z | Checking errno v0.3.14 |
| 1266 | 2026-09-12T20:30:40.848Z | Checking const-oid v0.9.6 |
| 1267 | 2026-09-12T20:30:40.857Z | Compiling zmij v1.0.23 |
| 1268 | 2026-09-12T20:30:40.944Z | Checking bytes v1.12.1 |
| 1269 | 2026-09-12T20:30:41.065Z | Compiling num-traits v0.2.19 |
| 1270 | 2026-09-12T20:30:41.138Z | Compiling syn v2.0.119 |
| 1271 | 2026-09-12T20:30:41.156Z | Compiling syn v3.0.3 |
| 1272 | 2026-09-12T20:30:41.179Z | Checking pin-project-lite v0.2.17 |
| 1273 | 2026-09-12T20:30:41.302Z | Compiling thiserror v2.0.20 |
| 1274 | 2026-09-12T20:30:41.360Z | Compiling heck v0.5.0 |
| 1275 | 2026-09-12T20:30:41.462Z | Compiling zeroize v1.9.0 |
| 1276 | 2026-09-12T20:30:41.508Z | Compiling zerocopy v0.8.56 |
| 1277 | 2026-09-12T20:30:41.618Z | Compiling serde_json v1.0.151 |
| 1278 | 2026-09-12T20:30:41.631Z | Checking itoa v1.0.18 |
| 1279 | 2026-09-12T20:30:41.765Z | Checking once_cell v1.21.4 |
| 1280 | 2026-09-12T20:30:41.836Z | Compiling parking_lot_core v0.9.12 |
| 1281 | 2026-09-12T20:30:41.873Z | Checking signal-hook-registry v1.4.8 |
| 1282 | 2026-09-12T20:30:41.931Z | Checking getrandom v0.2.17 |
| 1283 | 2026-09-12T20:30:41.941Z | Checking futures-core v0.3.33 |
| 1284 | 2026-09-12T20:30:42.026Z | Checking scopeguard v1.2.0 |
| 1285 | 2026-09-12T20:30:42.053Z | Checking base64ct v1.8.3 |
| 1286 | 2026-09-12T20:30:42.063Z | Checking rand_core v0.6.4 |
| 1287 | 2026-09-12T20:30:42.124Z | Checking lock_api v0.4.14 |
| 1288 | 2026-09-12T20:30:42.210Z | Checking allocator-api2 v0.2.21 |
| 1289 | 2026-09-12T20:30:42.288Z | Checking pem-rfc7468 v0.7.0 |
| 1290 | 2026-09-12T20:30:42.311Z | Checking parking_lot v0.12.5 |
| 1291 | 2026-09-12T20:30:42.407Z | Checking socket2 v0.6.5 |
| 1292 | 2026-09-12T20:30:42.433Z | Checking mio v1.2.2 |
| 1293 | 2026-09-12T20:30:42.480Z | Compiling semver v1.0.28 |
| 1294 | 2026-09-12T20:30:42.603Z | Compiling rustversion v1.0.23 |
| 1295 | 2026-09-12T20:30:42.639Z | Checking futures-sink v0.3.33 |
| 1296 | 2026-09-12T20:30:42.728Z | Checking flagset v0.4.7 |
| 1297 | 2026-09-12T20:30:42.839Z | Checking bitflags v2.13.1 |
| 1298 | 2026-09-12T20:30:42.848Z | Checking equivalent v1.0.2 |
| 1299 | 2026-09-12T20:30:42.922Z | Checking foldhash v0.2.0 |
| 1300 | 2026-09-12T20:30:42.966Z | Checking slab v0.4.12 |
| 1301 | 2026-09-12T20:30:42.993Z | Checking futures-channel v0.3.33 |
| 1302 | 2026-09-12T20:30:43.044Z | Compiling getrandom v0.4.3 |
| 1303 | 2026-09-12T20:30:43.128Z | Checking log v0.4.33 |
| 1304 | 2026-09-12T20:30:43.343Z | Compiling jobserver v0.1.35 |
| 1305 | 2026-09-12T20:30:43.377Z | Compiling shlex v2.0.1 |
| 1306 | 2026-09-12T20:30:43.560Z | Checking futures-io v0.3.33 |
| 1307 | 2026-09-12T20:30:43.622Z | Compiling crypto-common v0.1.7 |
| 1308 | 2026-09-12T20:30:43.635Z | Compiling block-buffer v0.10.4 |
| 1309 | 2026-09-12T20:30:43.659Z | Checking stable_deref_trait v1.2.1 |
| 1310 | 2026-09-12T20:30:43.669Z | Checking futures-task v0.3.33 |
| 1311 | 2026-09-12T20:30:43.726Z | Compiling find-msvc-tools v0.1.10 |
| 1312 | 2026-09-12T20:30:43.735Z | Compiling digest v0.10.7 |
| 1313 | 2026-09-12T20:30:43.883Z | Compiling synstructure v0.13.2 |
| 1314 | 2026-09-12T20:30:43.933Z | Compiling serde_derive_internals v0.29.1 |
| 1315 | 2026-09-12T20:30:43.952Z | Compiling cc v1.4.2 |
| 1316 | 2026-09-12T20:30:44.040Z | Checking cpufeatures v0.2.17 |
| 1317 | 2026-09-12T20:30:44.261Z | Compiling schemars v0.8.22 |
| 1318 | 2026-09-12T20:30:44.367Z | Compiling serde_derive v1.0.229 |
| 1319 | 2026-09-12T20:30:44.383Z | Compiling thiserror-impl v2.0.20 |
| 1320 | 2026-09-12T20:30:44.516Z | Compiling tokio-macros v2.7.2 |
| 1321 | 2026-09-12T20:30:44.610Z | Checking http v1.5.0 |
| 1322 | 2026-09-12T20:30:44.716Z | Compiling cmake v0.1.58 |
| 1323 | 2026-09-12T20:30:45.028Z | Compiling dunce v1.0.5 |
| 1324 | 2026-09-12T20:30:45.045Z | Compiling object v0.37.3 |
| 1325 | 2026-09-12T20:30:45.134Z | Compiling zeroize_derive v1.5.0 |
| 1326 | 2026-09-12T20:30:45.169Z | Compiling der_derive v0.7.3 |
| 1327 | 2026-09-12T20:30:45.244Z | Compiling zerocopy-derive v0.8.56 |
| 1328 | 2026-09-12T20:30:45.254Z | Checking tokio v1.53.1 |
| 1329 | 2026-09-12T20:30:45.341Z | Compiling zerofrom-derive v0.1.7 |
| 1330 | 2026-09-12T20:30:45.425Z | Compiling futures-macro v0.3.33 |
| 1331 | 2026-09-12T20:30:45.690Z | Compiling yoke-derive v0.8.2 |
| 1332 | 2026-09-12T20:30:46.123Z | Checking der v0.7.10 |
| 1333 | 2026-09-12T20:30:46.235Z | Checking futures-util v0.3.33 |
| 1334 | 2026-09-12T20:30:46.529Z | Checking zerofrom v0.1.8 |
| 1335 | 2026-09-12T20:30:46.639Z | Compiling zerovec-derive v0.11.3 |
| 1336 | 2026-09-12T20:30:46.764Z | Checking yoke v0.8.3 |
| 1337 | 2026-09-12T20:30:46.795Z | Compiling schemars_derive v0.8.22 |
| 1338 | 2026-09-12T20:30:46.842Z | Checking spki v0.7.3 |
| 1339 | 2026-09-12T20:30:46.926Z | Compiling pkg-config v0.3.33 |
| 1340 | 2026-09-12T20:30:46.995Z | Checking pkcs8 v0.10.2 |
| 1341 | 2026-09-12T20:30:47.339Z | Compiling fs_extra v1.3.0 |
| 1342 | 2026-09-12T20:30:47.585Z | Compiling aws-lc-sys v0.44.0 |
| 1343 | 2026-09-12T20:30:47.718Z | Checking zerovec v0.11.6 |
| 1344 | 2026-09-12T20:30:47.980Z | Compiling displaydoc v0.2.7 |
| 1345 | 2026-09-12T20:30:48.117Z | Checking hashbrown v0.17.1 |
| 1346 | 2026-09-12T20:30:48.143Z | Compiling rustc_version v0.4.1 |
| 1347 | 2026-09-12T20:30:48.465Z | Compiling curve25519-dalek v4.1.3 |
| 1348 | 2026-09-12T20:30:48.490Z | Compiling ahash v0.8.12 |
| 1349 | 2026-09-12T20:30:48.648Z | Compiling rustix v1.1.4 |
| 1350 | 2026-09-12T20:30:48.787Z | Checking indexmap v2.14.0 |
| 1351 | 2026-09-12T20:30:48.807Z | Checking hmac v0.12.1 |
| 1352 | 2026-09-12T20:30:48.819Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1353 | 2026-09-12T20:30:48.927Z | Checking iana-time-zone v0.1.65 |
| 1354 | 2026-09-12T20:30:48.944Z | Checking percent-encoding v2.3.2 |
| 1355 | 2026-09-12T20:30:49.029Z | Compiling aws-lc-rs v1.18.0 |
| 1356 | 2026-09-12T20:30:49.077Z | Compiling httparse v1.10.1 |
| 1357 | 2026-09-12T20:30:49.339Z | Checking chrono v0.4.45 |
| 1358 | 2026-09-12T20:30:49.472Z | Checking tinystr v0.8.3 |
| 1359 | 2026-09-12T20:30:49.503Z | Checking ppv-lite86 v0.2.21 |
| 1360 | 2026-09-12T20:30:49.639Z | Checking sha2 v0.10.9 |
| 1361 | 2026-09-12T20:30:49.715Z | Checking signature v2.2.0 |
| 1362 | 2026-09-12T20:30:49.784Z | Checking rustls-pki-types v1.15.1 |
| 1363 | 2026-09-12T20:30:49.877Z | Compiling tracing-attributes v0.1.31 |
| 1364 | 2026-09-12T20:30:49.927Z | Compiling slog v2.8.2 |
| 1365 | 2026-09-12T20:30:50.059Z | Checking ff v0.13.1 |
| 1366 | 2026-09-12T20:30:50.088Z | Checking tracing-core v0.1.36 |
| 1367 | 2026-09-12T20:30:50.164Z | Checking writeable v0.6.3 |
| 1368 | 2026-09-12T20:30:50.174Z | Checking base16ct v0.2.0 |
| 1369 | 2026-09-12T20:30:50.177Z | Compiling strsim v0.11.1 |
| 1370 | 2026-09-12T20:30:50.243Z | Checking litemap v0.8.2 |
| 1371 | 2026-09-12T20:30:50.284Z | Compiling thiserror v1.0.69 |
| 1372 | 2026-09-12T20:30:50.316Z | Checking sec1 v0.7.3 |
| 1373 | 2026-09-12T20:30:50.384Z | Checking group v0.13.0 |
| 1374 | 2026-09-12T20:30:50.405Z | Checking icu_locale_core v2.2.0 |
| 1375 | 2026-09-12T20:30:50.511Z | Checking hkdf v0.12.4 |
| 1376 | 2026-09-12T20:30:50.521Z | Checking zerotrie v0.2.4 |
| 1377 | 2026-09-12T20:30:50.628Z | Checking tokio-util v0.7.19 |
| 1378 | 2026-09-12T20:30:50.667Z | Checking potential_utf v0.1.5 |
| 1379 | 2026-09-12T20:30:50.746Z | Checking erased-serde v0.3.31 |
| 1380 | 2026-09-12T20:30:50.757Z | Checking crypto-bigint v0.5.5 |
| 1381 | 2026-09-12T20:30:50.785Z | Compiling thiserror-impl v1.0.69 |
| 1382 | 2026-09-12T20:30:50.997Z | Checking uuid v1.24.0 |
| 1383 | 2026-09-12T20:30:51.034Z | Compiling icu_properties_data v2.2.0 |
| 1384 | 2026-09-12T20:30:51.066Z | Checking tracing v0.1.44 |
| 1385 | 2026-09-12T20:30:51.109Z | Compiling icu_normalizer_data v2.2.0 |
| 1386 | 2026-09-12T20:30:51.244Z | Checking ipnet v2.12.1 |
| 1387 | 2026-09-12T20:30:51.267Z | Checking adler2 v2.0.1 |
| 1388 | 2026-09-12T20:30:51.270Z | Checking utf8_iter v1.0.4 |
| 1389 | 2026-09-12T20:30:51.341Z | Compiling syn v1.0.109 |
| 1390 | 2026-09-12T20:30:51.365Z | Checking simd-adler32 v0.3.10 |
| 1391 | 2026-09-12T20:30:51.387Z | Checking icu_collections v2.2.0 |
| 1392 | 2026-09-12T20:30:51.497Z | Checking miniz_oxide v0.8.9 |
| 1393 | 2026-09-12T20:30:51.641Z | Checking elliptic-curve v0.13.8 |
| 1394 | 2026-09-12T20:30:51.683Z | Checking icu_provider v2.2.0 |
| 1395 | 2026-09-12T20:30:51.695Z | Checking rand_chacha v0.3.1 |
| 1396 | 2026-09-12T20:30:51.720Z | Checking form_urlencoded v1.2.2 |
| 1397 | 2026-09-12T20:30:51.819Z | Compiling clap_derive v4.6.4 |
| 1398 | 2026-09-12T20:30:51.838Z | Checking is-terminal v0.4.17 |
| 1399 | 2026-09-12T20:30:51.871Z | Compiling rustls v0.23.43 |
| 1400 | 2026-09-12T20:30:51.902Z | Checking dyn-clone v1.0.20 |
| 1401 | 2026-09-12T20:30:51.920Z | Checking utf8parse v0.2.2 |
| 1402 | 2026-09-12T20:30:51.932Z | Compiling num-bigint-dig v0.8.6 |
| 1403 | 2026-09-12T20:30:51.993Z | Checking untrusted v0.9.0 |
| 1404 | 2026-09-12T20:30:52.011Z | Checking rand v0.8.7 |
| 1405 | 2026-09-12T20:30:52.172Z | Checking rfc6979 v0.4.0 |
| 1406 | 2026-09-12T20:30:52.212Z | Compiling serde_tokenstream v0.2.3 |
| 1407 | 2026-09-12T20:30:52.222Z | Checking http-body v1.1.0 |
| 1408 | 2026-09-12T20:30:52.396Z | Checking atomic-waker v1.1.2 |
| 1409 | 2026-09-12T20:30:52.406Z | Compiling getrandom v0.3.4 |
| 1410 | 2026-09-12T20:30:52.483Z | Checking ecdsa v0.16.9 |
| 1411 | 2026-09-12T20:30:52.505Z | Checking icu_properties v2.2.0 |
| 1412 | 2026-09-12T20:30:52.564Z | Checking icu_normalizer v2.2.0 |
| 1413 | 2026-09-12T20:30:52.608Z | Checking anstyle-parse v1.0.0 |
| 1414 | 2026-09-12T20:30:52.745Z | Checking primeorder v0.13.6 |
| 1415 | 2026-09-12T20:30:52.855Z | Checking hybrid-array v0.4.14 |
| 1416 | 2026-09-12T20:30:52.884Z | Checking tower-service v0.3.3 |
| 1417 | 2026-09-12T20:30:52.941Z | Checking colorchoice v1.0.5 |
| 1418 | 2026-09-12T20:30:52.972Z | Checking try-lock v0.2.5 |
| 1419 | 2026-09-12T20:30:53.027Z | Checking hex v0.4.3 |
| 1420 | 2026-09-12T20:30:53.054Z | Checking fnv v1.0.7 |
| 1421 | 2026-09-12T20:30:53.074Z | Compiling gimli v0.32.3 |
| 1422 | 2026-09-12T20:30:53.137Z | Checking is_terminal_polyfill v1.70.2 |
| 1423 | 2026-09-12T20:30:53.218Z | Checking anstyle-query v1.1.5 |
| 1424 | 2026-09-12T20:30:53.331Z | Checking tower-layer v0.3.3 |
| 1425 | 2026-09-12T20:30:53.403Z | Checking anstyle v1.0.14 |
| 1426 | 2026-09-12T20:30:53.413Z | Checking idna_adapter v1.2.2 |
| 1427 | 2026-09-12T20:30:53.480Z | Checking h2 v0.4.15 |
| 1428 | 2026-09-12T20:30:53.517Z | Checking want v0.3.1 |
| 1429 | 2026-09-12T20:30:53.569Z | Checking anstream v1.0.0 |
| 1430 | 2026-09-12T20:30:53.885Z | Checking terminal_size v0.4.4 |
| 1431 | 2026-09-12T20:30:53.912Z | Checking ed25519 v2.2.3 |
| 1432 | 2026-09-12T20:30:54.319Z | Compiling num-conv v0.2.2 |
| 1433 | 2026-09-12T20:30:54.467Z | Compiling owo-colors v4.3.0 |
| 1434 | 2026-09-12T20:30:54.654Z | Compiling time-core v0.1.9 |
| 1435 | 2026-09-12T20:30:54.805Z | Compiling addr2line v0.25.1 |
| 1436 | 2026-09-12T20:30:54.831Z | Checking spin v0.9.9 |
| 1437 | 2026-09-12T20:30:54.964Z | Checking httpdate v1.0.3 |
| 1438 | 2026-09-12T20:30:55.058Z | Compiling rustc-demangle v0.1.28 |
| 1439 | 2026-09-12T20:30:55.095Z | Checking clap_lex v1.1.0 |
| 1440 | 2026-09-12T20:30:55.305Z | Compiling ident_case v1.0.1 |
| 1441 | 2026-09-12T20:30:55.385Z | Compiling darling_core v0.23.0 |
| 1442 | 2026-09-12T20:30:55.394Z | Checking hyper v1.11.0 |
| 1443 | 2026-09-12T20:30:55.510Z | Checking clap_builder v4.6.6 |
| 1444 | 2026-09-12T20:30:55.999Z | Compiling time-macros v0.2.32 |
| 1445 | 2026-09-12T20:30:56.050Z | Checking ed25519-dalek v2.2.0 |
| 1446 | 2026-09-12T20:30:56.266Z | Checking rand_core v0.9.5 |
| 1447 | 2026-09-12T20:30:56.299Z | Checking idna v1.1.0 |
| 1448 | 2026-09-12T20:30:56.427Z | Checking crypto-common v0.2.2 |
| 1449 | 2026-09-12T20:30:56.464Z | Compiling backtrace v0.3.76 |
| 1450 | 2026-09-12T20:30:56.535Z | Checking block-buffer v0.12.1 |
| 1451 | 2026-09-12T20:30:56.679Z | Checking x509-cert v0.2.5 |
| 1452 | 2026-09-12T20:30:56.710Z | Compiling num-integer v0.1.46 |
| 1453 | 2026-09-12T20:30:56.906Z | Compiling async-trait v0.1.92 |
| 1454 | 2026-09-12T20:30:56.985Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1455 | 2026-09-12T20:30:56.988Z | Compiling crc32fast v1.5.0 |
| 1456 | 2026-09-12T20:30:57.169Z | Compiling unicode-width v0.2.2 |
| 1457 | 2026-09-12T20:30:57.280Z | Checking data-encoding v2.11.1 |
| 1458 | 2026-09-12T20:30:57.299Z | Checking const-oid v0.10.2 |
| 1459 | 2026-09-12T20:30:57.427Z | Checking num_threads v0.1.7 |
| 1460 | 2026-09-12T20:30:57.501Z | Compiling anyhow v1.0.104 |
| 1461 | 2026-09-12T20:30:57.535Z | Checking base64 v0.22.1 |
| 1462 | 2026-09-12T20:30:57.574Z | Compiling unicode-linebreak v0.1.5 |
| 1463 | 2026-09-12T20:30:57.647Z | Compiling crossbeam-utils v0.8.22 |
| 1464 | 2026-09-12T20:30:57.685Z | Compiling camino v1.2.5 |
| 1465 | 2026-09-12T20:30:57.698Z | Compiling paste v1.0.15 |
| 1466 | 2026-09-12T20:30:57.793Z | Compiling is_ci v1.2.0 |
| 1467 | 2026-09-12T20:30:57.807Z | Checking deranged v0.5.8 |
| 1468 | 2026-09-12T20:30:57.838Z | Checking powerfmt v0.2.0 |
| 1469 | 2026-09-12T20:30:57.902Z | Compiling supports-color v3.0.2 |
| 1470 | 2026-09-12T20:30:57.979Z | Checking hyper-util v0.1.20 |
| 1471 | 2026-09-12T20:30:58.006Z | Compiling textwrap v0.16.2 |
| 1472 | 2026-09-12T20:30:58.030Z | Compiling hashbrown v0.16.1 |
| 1473 | 2026-09-12T20:30:58.043Z | Compiling lazy_static v1.5.0 |
| 1474 | 2026-09-12T20:30:58.053Z | Checking digest v0.11.3 |
| 1475 | 2026-09-12T20:30:58.116Z | Compiling darling_macro v0.23.0 |
| 1476 | 2026-09-12T20:30:58.126Z | Compiling proc-macro-error2 v2.0.1 |
| 1477 | 2026-09-12T20:30:58.232Z | Compiling num-iter v0.1.46 |
| 1478 | 2026-09-12T20:30:58.337Z | Compiling backtrace-ext v0.2.1 |
| 1479 | 2026-09-12T20:30:58.374Z | Checking clap v4.6.6 |
| 1480 | 2026-09-12T20:30:58.418Z | Checking url v2.5.8 |
| 1481 | 2026-09-12T20:30:58.442Z | Checking rand_chacha v0.9.0 |
| 1482 | 2026-09-12T20:30:58.712Z | Compiling hashbrown v0.14.5 |
| 1483 | 2026-09-12T20:30:58.759Z | Checking time v0.3.55 |
| 1484 | 2026-09-12T20:30:58.811Z | Checking half v2.7.1 |
| 1485 | 2026-09-12T20:30:58.859Z | Checking sha1 v0.10.7 |
| 1486 | 2026-09-12T20:30:59.010Z | Compiling miette-derive v7.6.0 |
| 1487 | 2026-09-12T20:30:59.083Z | Checking encoding_rs v0.8.35 |
| 1488 | 2026-09-12T20:30:59.094Z | Compiling supports-hyperlinks v3.2.0 |
| 1489 | 2026-09-12T20:30:59.227Z | Compiling unicode-width v0.1.14 |
| 1490 | 2026-09-12T20:30:59.431Z | Checking static_assertions v1.1.0 |
| 1491 | 2026-09-12T20:30:59.494Z | Checking fastrand v2.5.0 |
| 1492 | 2026-09-12T20:30:59.755Z | Checking ryu v1.0.23 |
| 1493 | 2026-09-12T20:30:59.820Z | Checking ciborium-io v0.2.2 |
| 1494 | 2026-09-12T20:30:59.830Z | Checking mime v0.3.17 |
| 1495 | 2026-09-12T20:30:59.866Z | Compiling supports-unicode v3.0.0 |
| 1496 | 2026-09-12T20:30:59.897Z | Checking ciborium-ll v0.2.2 |
| 1497 | 2026-09-12T20:30:59.938Z | Checking serde_urlencoded v0.7.1 |
| 1498 | 2026-09-12T20:31:00.008Z | Checking tempfile v3.27.0 |
| 1499 | 2026-09-12T20:31:00.055Z | Compiling chumsky v0.9.3 |
| 1500 | 2026-09-12T20:31:00.117Z | Compiling miette v7.6.0 |
| 1501 | 2026-09-12T20:31:00.192Z | Compiling darling v0.23.0 |
| 1502 | 2026-09-12T20:31:00.266Z | Checking rand v0.9.5 |
| 1503 | 2026-09-12T20:31:00.702Z | Compiling regress v0.11.1 |
| 1504 | 2026-09-12T20:31:00.714Z | Compiling knus-derive v3.4.0 |
| 1505 | 2026-09-12T20:31:01.555Z | Checking http-body-util v0.1.4 |
| 1506 | 2026-09-12T20:31:01.558Z | Compiling pkcs1 v0.7.5 |
| 1507 | 2026-09-12T20:31:01.592Z | Checking futures-executor v0.3.33 |
| 1508 | 2026-09-12T20:31:01.730Z | Checking inout v0.1.4 |
| 1509 | 2026-09-12T20:31:01.777Z | Checking thread_local v1.1.10 |
| 1510 | 2026-09-12T20:31:01.900Z | Compiling slog-async v2.8.0 |
| 1511 | 2026-09-12T20:31:01.931Z | Compiling keccak v0.1.6 |
| 1512 | 2026-09-12T20:31:02.012Z | Compiling omicron-workspace-hack v0.1.0 |
| 1513 | 2026-09-12T20:31:02.131Z | Checking ipnetwork v0.21.1 |
| 1514 | 2026-09-12T20:31:02.297Z | Checking oxnet v0.1.6 |
| 1515 | 2026-09-12T20:31:02.348Z | Checking sha3 v0.10.9 |
| 1516 | 2026-09-12T20:31:02.371Z | Compiling knus v3.4.0 |
| 1517 | 2026-09-12T20:31:02.484Z | Compiling typify-impl v0.6.2 |
| 1518 | 2026-09-12T20:31:02.533Z | Checking cipher v0.4.4 |
| 1519 | 2026-09-12T20:31:02.544Z | Compiling rsa v0.9.10 |
| 1520 | 2026-09-12T20:31:02.706Z | Checking futures v0.3.33 |
| 1521 | 2026-09-12T20:31:02.775Z | Checking crossbeam-channel v0.5.16 |
| 1522 | 2026-09-12T20:31:02.786Z | Compiling p384 v0.13.1 |
| 1523 | 2026-09-12T20:31:02.941Z | Checking flate2 v1.1.9 |
| 1524 | 2026-09-12T20:31:03.095Z | Compiling serde_with_macros v3.22.0 |
| 1525 | 2026-09-12T20:31:03.104Z | Checking ciborium v0.2.2 |
| 1526 | 2026-09-12T20:31:03.225Z | Compiling hubpack_derive v0.1.1 |
| 1527 | 2026-09-12T20:31:03.512Z | Checking newtype-uuid v1.4.0 |
| 1528 | 2026-09-12T20:31:03.549Z | Checking ssh-encoding v0.2.0 |
| 1529 | 2026-09-12T20:31:03.552Z | Checking openapiv3 v2.2.0 |
| 1530 | 2026-09-12T20:31:03.724Z | Compiling async-stream-impl v0.3.6 |
| 1531 | 2026-09-12T20:31:03.764Z | Compiling strum_macros v0.26.4 |
| 1532 | 2026-09-12T20:31:04.234Z | Compiling daft-derive v0.1.8 |
| 1533 | 2026-09-12T20:31:04.349Z | Compiling multer v3.1.0 |
| 1534 | 2026-09-12T20:31:04.586Z | Checking keccak v0.2.2 |
| 1535 | 2026-09-12T20:31:04.822Z | Compiling rlimit v0.10.2 |
| 1536 | 2026-09-12T20:31:04.944Z | Checking term v1.2.1 |
| 1537 | 2026-09-12T20:31:04.953Z | Checking sponge-cursor v0.1.0 |
| 1538 | 2026-09-12T20:31:05.065Z | Compiling salty v0.3.0 |
| 1539 | 2026-09-12T20:31:05.153Z | Checking match_cfg v0.1.0 |
| 1540 | 2026-09-12T20:31:05.163Z | Checking compression-core v0.4.32 |
| 1541 | 2026-09-12T20:31:05.181Z | Checking utf-8 v0.7.6 |
| 1542 | 2026-09-12T20:31:05.212Z | Checking take_mut v0.2.2 |
| 1543 | 2026-09-12T20:31:05.276Z | Checking winnow v1.0.4 |
| 1544 | 2026-09-12T20:31:05.301Z | Checking tungstenite v0.28.0 |
| 1545 | 2026-09-12T20:31:05.348Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 1546 | 2026-09-12T20:31:05.357Z | Checking strum v0.26.3 |
| 1547 | 2026-09-12T20:31:05.453Z | Checking compression-codecs v0.4.38 |
| 1548 | 2026-09-12T20:31:05.463Z | Checking hostname v0.3.1 |
| 1549 | 2026-09-12T20:31:05.548Z | Checking slog-term v2.9.2 |
| 1550 | 2026-09-12T20:31:05.558Z | Checking toml_parser v1.1.3+spec-1.1.0 |
| 1551 | 2026-09-12T20:31:05.625Z | Checking sha3 v0.12.0 |
| 1552 | 2026-09-12T20:31:05.716Z | Checking daft v0.1.8 |
| 1553 | 2026-09-12T20:31:05.794Z | Checking async-stream v0.3.6 |
| 1554 | 2026-09-12T20:31:05.794Z | Checking serde_with v3.22.0 |
| 1555 | 2026-09-12T20:31:05.812Z | Checking hubpack v0.1.2 |
| 1556 | 2026-09-12T20:31:05.873Z | Checking ssh-cipher v0.2.0 |
| 1557 | 2026-09-12T20:31:05.887Z | Compiling typify-macro v0.6.2 |
| 1558 | 2026-09-12T20:31:05.924Z | Checking slog-json v2.6.1 |
| 1559 | 2026-09-12T20:31:05.967Z | Checking p256 v0.13.2 |
| 1560 | 2026-09-12T20:31:05.985Z | Checking serde_spanned v1.1.1 |
| 1561 | 2026-09-12T20:31:06.066Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 1562 | 2026-09-12T20:31:06.104Z | Compiling dropshot v0.17.1 |
| 1563 | 2026-09-12T20:31:06.202Z | Checking toml_writer v1.1.2+spec-1.1.0 |
| 1564 | 2026-09-12T20:31:06.250Z | Checking cpufeatures v0.3.0 |
| 1565 | 2026-09-12T20:31:06.340Z | Checking debug-ignore v1.0.5 |
| 1566 | 2026-09-12T20:31:06.371Z | Compiling sush-common v0.1.0 (/work/oxidecomputer/sush/common) |
| 1567 | 2026-09-12T20:31:06.431Z | Checking toml v1.1.4+spec-1.1.0 |
| 1568 | 2026-09-12T20:31:06.491Z | Checking sha1 v0.11.0 |
| 1569 | 2026-09-12T20:31:06.659Z | Checking ssh-key v0.6.7 |
| 1570 | 2026-09-12T20:31:06.713Z | Checking slog-bunyan v2.5.0 |
| 1571 | 2026-09-12T20:31:06.846Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?tag=rel%2Fv21%2Frc1#3e5bafe8) |
| 1572 | 2026-09-12T20:31:07.086Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 1573 | 2026-09-12T20:31:07.197Z | Checking tokio-tungstenite v0.28.0 |
| 1574 | 2026-09-12T20:31:07.317Z | Checking async-compression v0.4.43 |
| 1575 | 2026-09-12T20:31:07.435Z | Compiling dropshot_endpoint v0.17.1 |
| 1576 | 2026-09-12T20:31:07.445Z | Checking waitgroup v0.1.2 |
| 1577 | 2026-09-12T20:31:07.448Z | Checking rustls-pemfile v2.2.0 |
| 1578 | 2026-09-12T20:31:07.538Z | Checking serde_spanned v0.6.9 |
| 1579 | 2026-09-12T20:31:07.552Z | Checking toml_datetime v0.6.11 |
| 1580 | 2026-09-12T20:31:07.585Z | Checking env_filter v2.0.0 |
| 1581 | 2026-09-12T20:31:07.654Z | Compiling aho-corasick v1.1.5 |
| 1582 | 2026-09-12T20:31:07.703Z | Checking sync_wrapper v1.0.2 |
| 1583 | 2026-09-12T20:31:07.719Z | Checking serde_path_to_error v0.1.20 |
| 1584 | 2026-09-12T20:31:07.722Z | Checking hostname v0.4.2 |
| 1585 | 2026-09-12T20:31:07.798Z | Compiling proc-macro-error-attr v1.0.4 |
| 1586 | 2026-09-12T20:31:07.819Z | Checking winnow v0.7.15 |
| 1587 | 2026-09-12T20:31:07.981Z | Checking bytesize v2.7.0 |
| 1588 | 2026-09-12T20:31:08.038Z | Checking openssl-probe v0.2.1 |
| 1589 | 2026-09-12T20:31:08.086Z | Compiling regex-syntax v0.8.11 |
| 1590 | 2026-09-12T20:31:08.135Z | Checking toml_write v0.1.2 |
| 1591 | 2026-09-12T20:31:08.138Z | Checking tinyvec_macros v0.1.1 |
| 1592 | 2026-09-12T20:31:08.203Z | Checking http-range-header v0.4.2 |
| 1593 | 2026-09-12T20:31:08.331Z | Compiling dashu-int v0.5.1 |
| 1594 | 2026-09-12T20:31:08.571Z | Compiling rustix v0.38.44 |
| 1595 | 2026-09-12T20:31:09.069Z | Checking tinyvec v1.12.0 |
| 1596 | 2026-09-12T20:31:09.078Z | Checking toml_edit v0.22.27 |
| 1597 | 2026-09-12T20:31:09.120Z | Checking rustls-native-certs v0.8.4 |
| 1598 | 2026-09-12T20:31:09.176Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1599 | 2026-09-12T20:31:09.414Z | Checking tower v0.5.3 |
| 1600 | 2026-09-12T20:31:09.784Z | Compiling regex-automata v0.4.18 |
| 1601 | 2026-09-12T20:31:10.036Z | Checking env_logger v0.11.11 |
| 1602 | 2026-09-12T20:31:10.161Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1603 | 2026-09-12T20:31:10.199Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86) |
| 1604 | 2026-09-12T20:31:10.418Z | Checking serde-big-array v0.5.1 |
| 1605 | 2026-09-12T20:31:10.447Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1606 | 2026-09-12T20:31:10.493Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1607 | 2026-09-12T20:31:10.627Z | Compiling proc-macro-error v1.0.4 |
| 1608 | 2026-09-12T20:31:10.868Z | Checking dashu-base v0.5.1 |
| 1609 | 2026-09-12T20:31:11.098Z | Compiling cfg_aliases v0.2.2 |
| 1610 | 2026-09-12T20:31:11.171Z | Checking corncobs v0.1.4 |
| 1611 | 2026-09-12T20:31:11.227Z | Checking num-modular v0.6.5 |
| 1612 | 2026-09-12T20:31:11.283Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1613 | 2026-09-12T20:31:11.313Z | Compiling nix v0.31.3 |
| 1614 | 2026-09-12T20:31:11.522Z | Compiling regex v1.13.1 |
| 1615 | 2026-09-12T20:31:11.914Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1616 | 2026-09-12T20:31:12.399Z | Checking toml v0.8.23 |
| 1617 | 2026-09-12T20:31:12.504Z | Checking tower-http v0.6.11 |
| 1618 | 2026-09-12T20:31:12.707Z | Compiling typify v0.6.2 |
| 1619 | 2026-09-12T20:31:12.784Z | Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d) |
| 1620 | 2026-09-12T20:31:12.943Z | Checking secrecy v0.8.0 |
| 1621 | 2026-09-12T20:31:12.946Z | Compiling enum-as-inner v0.6.1 |
| 1622 | 2026-09-12T20:31:13.264Z | Checking smawk v0.3.3 |
| 1623 | 2026-09-12T20:31:13.281Z | Checking num-primitive v0.2.1 |
| 1624 | 2026-09-12T20:31:13.325Z | Compiling unsafe-libyaml v0.2.11 |
| 1625 | 2026-09-12T20:31:13.348Z | Compiling signal-hook v0.4.4 |
| 1626 | 2026-09-12T20:31:13.384Z | Compiling unicode-segmentation v1.13.3 |
| 1627 | 2026-09-12T20:31:13.780Z | Compiling portable-atomic v1.15.0 |
| 1628 | 2026-09-12T20:31:13.819Z | Checking linked-hash-map v0.5.6 |
| 1629 | 2026-09-12T20:31:13.975Z | Checking lru-cache v0.1.2 |
| 1630 | 2026-09-12T20:31:13.978Z | Compiling serde_yaml v0.9.34+deprecated |
| 1631 | 2026-09-12T20:31:14.062Z | Checking textwrap v0.15.2 |
| 1632 | 2026-09-12T20:31:14.086Z | Checking supports-color v2.1.0 |
| 1633 | 2026-09-12T20:31:14.204Z | Compiling progenitor-impl v0.14.0 |
| 1634 | 2026-09-12T20:31:14.253Z | Checking dsi-bitstream v0.10.1 |
| 1635 | 2026-09-12T20:31:14.274Z | Compiling heck v0.4.1 |
| 1636 | 2026-09-12T20:31:14.297Z | Checking hickory-proto v0.24.4 |
| 1637 | 2026-09-12T20:31:14.319Z | Checking atomicwrites v0.4.4 |
| 1638 | 2026-09-12T20:31:14.382Z | Checking suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d) |
| 1639 | 2026-09-12T20:31:14.794Z | Checking supports-unicode v2.1.0 |
| 1640 | 2026-09-12T20:31:14.858Z | Checking supports-hyperlinks v2.1.0 |
| 1641 | 2026-09-12T20:31:14.894Z | Checking tokio-stream v0.1.19 |
| 1642 | 2026-09-12T20:31:14.961Z | Compiling miette-derive v5.10.0 |
| 1643 | 2026-09-12T20:31:15.030Z | Checking nibble_vec v0.1.0 |
| 1644 | 2026-09-12T20:31:15.149Z | Checking memmap2 v0.9.11 |
| 1645 | 2026-09-12T20:31:15.227Z | Checking terminal_size v0.1.17 |
| 1646 | 2026-09-12T20:31:15.268Z | Checking endian-type v0.2.0 |
| 1647 | 2026-09-12T20:31:15.305Z | Checking resolv-conf v0.7.6 |
| 1648 | 2026-09-12T20:31:15.321Z | Checking owo-colors v3.5.0 |
| 1649 | 2026-09-12T20:31:15.390Z | Checking either v1.17.0 |
| 1650 | 2026-09-12T20:31:15.480Z | Checking radix_trie v0.3.0 |
| 1651 | 2026-09-12T20:31:15.579Z | Checking itertools v0.14.0 |
| 1652 | 2026-09-12T20:31:15.752Z | Checking hickory-resolver v0.24.4 |
| 1653 | 2026-09-12T20:31:15.996Z | Checking miette v5.10.0 |
| 1654 | 2026-09-12T20:31:16.226Z | Compiling progenitor-macro v0.14.0 |
| 1655 | 2026-09-12T20:31:16.394Z | Compiling knuffel-derive v3.2.0 |
| 1656 | 2026-09-12T20:31:16.801Z | Checking console v0.16.4 |
| 1657 | 2026-09-12T20:31:17.203Z | Compiling derive-where v1.6.1 |
| 1658 | 2026-09-12T20:31:17.283Z | Checking termios v0.3.3 |
| 1659 | 2026-09-12T20:31:17.398Z | Checking unit-prefix v0.5.2 |
| 1660 | 2026-09-12T20:31:17.416Z | Checking home v0.5.12 |
| 1661 | 2026-09-12T20:31:17.513Z | Compiling seq-macro v0.3.6 |
| 1662 | 2026-09-12T20:31:17.516Z | Checking base64 v0.21.7 |
| 1663 | 2026-09-12T20:31:17.644Z | Checking rustyline v18.0.0 (https://github.com/kkawakam/rustyline?rev=5ab22f2f8d65e85f0b925360437ece8eeeb6db92#5ab22f2f) |
| 1664 | 2026-09-12T20:31:17.741Z | Checking indicatif v0.18.6 |
| 1665 | 2026-09-12T20:31:17.793Z | Checking knuffel v3.2.0 |
| 1666 | 2026-09-12T20:31:18.079Z | Checking pwd v1.4.0 |
| 1667 | 2026-09-12T20:31:18.082Z | Checking rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d) |
| 1668 | 2026-09-12T20:31:18.204Z | Checking lru v0.18.2 |
| 1669 | 2026-09-12T20:31:18.366Z | Checking tokio-fd v0.3.0 |
| 1670 | 2026-09-12T20:31:18.376Z | Compiling async-recursion v1.1.1 |
| 1671 | 2026-09-12T20:31:18.405Z | Checking xdg v3.0.0 |
| 1672 | 2026-09-12T20:31:18.419Z | Checking shlex v1.3.0 |
| 1673 | 2026-09-12T20:31:18.462Z | Checking qorb v0.4.1 |
| 1674 | 2026-09-12T20:31:18.472Z | Checking humantime v2.4.0 |
| 1675 | 2026-09-12T20:31:18.557Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 1676 | 2026-09-12T20:31:18.566Z | Compiling function_name-proc-macro v0.3.0 |
| 1677 | 2026-09-12T20:31:18.923Z | Checking function_name v0.3.0 |
| 1678 | 2026-09-12T20:31:19.258Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86) |
| 1679 | 2026-09-12T20:31:22.685Z | Checking rustls-webpki v0.103.13 |
| 1680 | 2026-09-12T20:31:24.860Z | Checking tokio-rustls v0.26.4 |
| 1681 | 2026-09-12T20:31:24.860Z | Checking rustls-platform-verifier v0.7.0 |
| 1682 | 2026-09-12T20:31:25.036Z | Checking hyper-rustls v0.27.9 |
| 1683 | 2026-09-12T20:31:25.201Z | Checking reqwest v0.13.4 |
| 1684 | 2026-09-12T20:31:25.780Z | Checking progenitor-client v0.14.0 |
| 1685 | 2026-09-12T20:31:25.967Z | Checking progenitor v0.14.0 |
| 1686 | 2026-09-12T20:31:26.596Z | Checking sush-api v0.1.0 (/work/oxidecomputer/sush/api) |
| 1687 | 2026-09-12T20:31:26.994Z | Checking sush-client v0.1.0 (/work/oxidecomputer/sush/client) |
| 1688 | 2026-09-12T20:31:26.994Z | Checking sush-server v0.1.0 (/work/oxidecomputer/sush/server) |
| 1689 | 2026-09-12T20:31:26.997Z | Checking xtask v0.1.0 (/work/oxidecomputer/sush/xtask) |
| 1690 | 2026-09-12T20:31:29.130Z | Checking sush-tests v0.1.0 (/work/oxidecomputer/sush/tests) |
| 1691 | 2026-09-12T20:31:29.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.55s |
| 1692 | 2026-09-12T20:31:29.448Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 1693 | 2026-09-12T20:31:29.448Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 1694 | 2026-09-12T20:31:29.573Z | cargo clippy --tests -- --no-deps --deny warnings |
| 1695 | 2026-09-12T20:31:30.013Z | Checking rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d) |
| 1696 | 2026-09-12T20:31:30.016Z | Checking miette v7.6.0 |
| 1697 | 2026-09-12T20:31:30.016Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041) |
| 1698 | 2026-09-12T20:31:30.094Z | Checking sush-client v0.1.0 (/work/oxidecomputer/sush/client) |
| 1699 | 2026-09-12T20:31:30.094Z | Checking xtask v0.1.0 (/work/oxidecomputer/sush/xtask) |
| 1700 | 2026-09-12T20:31:30.097Z | Checking sush-api v0.1.0 (/work/oxidecomputer/sush/api) |
| 1701 | 2026-09-12T20:31:30.098Z | Checking sush-common v0.1.0 (/work/oxidecomputer/sush/common) |
| 1702 | 2026-09-12T20:31:30.402Z | Checking knus v3.4.0 |
| 1703 | 2026-09-12T20:31:30.518Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041) |
| 1704 | 2026-09-12T20:31:30.970Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1705 | 2026-09-12T20:31:33.266Z | Checking sush-server v0.1.0 (/work/oxidecomputer/sush/server) |
| 1706 | 2026-09-12T20:31:35.443Z | Checking sush-tests v0.1.0 (/work/oxidecomputer/sush/tests) |
| 1707 | 2026-09-12T20:31:36.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.94s |
| 1708 | 2026-09-12T20:31:36.587Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 1709 | 2026-09-12T20:31:36.587Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 1710 | 2026-09-12T20:31:36.712Z | cargo build --locked |
| 1711 | 2026-09-12T20:31:37.178Z | Compiling unicode-ident v1.0.24 |
| 1712 | 2026-09-12T20:31:37.178Z | Compiling cfg-if v1.0.4 |
| 1713 | 2026-09-12T20:31:37.181Z | Compiling subtle v2.6.1 |
| 1714 | 2026-09-12T20:31:37.181Z | Compiling const-oid v0.9.6 |
| 1715 | 2026-09-12T20:31:37.261Z | Compiling libc v0.2.189 |
| 1716 | 2026-09-12T20:31:37.268Z | Compiling serde_core v1.0.229 |
| 1717 | 2026-09-12T20:31:37.271Z | Compiling memchr v2.8.3 |
| 1718 | 2026-09-12T20:31:37.280Z | Compiling typenum v1.20.1 |
| 1719 | 2026-09-12T20:31:37.305Z | Compiling itoa v1.0.18 |
| 1720 | 2026-09-12T20:31:37.361Z | Compiling proc-macro2 v1.0.107 |
| 1721 | 2026-09-12T20:31:37.388Z | Compiling flagset v0.4.7 |
| 1722 | 2026-09-12T20:31:37.487Z | Compiling allocator-api2 v0.2.21 |
| 1723 | 2026-09-12T20:31:37.508Z | Compiling smallvec v1.15.2 |
| 1724 | 2026-09-12T20:31:37.711Z | Compiling quote v1.0.47 |
| 1725 | 2026-09-12T20:31:37.731Z | Compiling errno v0.3.14 |
| 1726 | 2026-09-12T20:31:37.805Z | Compiling libm v0.2.16 |
| 1727 | 2026-09-12T20:31:37.883Z | Compiling syn v2.0.119 |
| 1728 | 2026-09-12T20:31:37.925Z | Compiling syn v3.0.3 |
| 1729 | 2026-09-12T20:31:37.963Z | Compiling bytes v1.12.1 |
| 1730 | 2026-09-12T20:31:37.990Z | Compiling heck v0.5.0 |
| 1731 | 2026-09-12T20:31:38.057Z | Compiling pin-project-lite v0.2.17 |
| 1732 | 2026-09-12T20:31:38.075Z | Compiling equivalent v1.0.2 |
| 1733 | 2026-09-12T20:31:38.148Z | Compiling zmij v1.0.23 |
| 1734 | 2026-09-12T20:31:38.157Z | Compiling once_cell v1.21.4 |
| 1735 | 2026-09-12T20:31:38.238Z | Compiling bitflags v2.13.1 |
| 1736 | 2026-09-12T20:31:38.379Z | Compiling signal-hook-registry v1.4.8 |
| 1737 | 2026-09-12T20:31:38.459Z | Compiling getrandom v0.2.17 |
| 1738 | 2026-09-12T20:31:38.474Z | Compiling futures-core v0.3.33 |
| 1739 | 2026-09-12T20:31:38.610Z | Compiling num-traits v0.2.19 |
| 1740 | 2026-09-12T20:31:38.632Z | Compiling cpufeatures v0.2.17 |
| 1741 | 2026-09-12T20:31:38.653Z | Compiling foldhash v0.2.0 |
| 1742 | 2026-09-12T20:31:38.693Z | Compiling scopeguard v1.2.0 |
| 1743 | 2026-09-12T20:31:38.702Z | Compiling rand_core v0.6.4 |
| 1744 | 2026-09-12T20:31:38.798Z | Compiling lock_api v0.4.14 |
| 1745 | 2026-09-12T20:31:38.815Z | Compiling parking_lot_core v0.9.12 |
| 1746 | 2026-09-12T20:31:38.927Z | Compiling base64ct v1.8.3 |
| 1747 | 2026-09-12T20:31:38.987Z | Compiling mio v1.2.2 |
| 1748 | 2026-09-12T20:31:39.026Z | Compiling parking_lot v0.12.5 |
| 1749 | 2026-09-12T20:31:39.114Z | Compiling socket2 v0.6.5 |
| 1750 | 2026-09-12T20:31:39.125Z | Compiling generic-array v0.14.7 |
| 1751 | 2026-09-12T20:31:39.208Z | Compiling pem-rfc7468 v0.7.0 |
| 1752 | 2026-09-12T20:31:39.217Z | Compiling futures-sink v0.3.33 |
| 1753 | 2026-09-12T20:31:39.316Z | Compiling adler2 v2.0.1 |
| 1754 | 2026-09-12T20:31:39.429Z | Compiling slab v0.4.12 |
| 1755 | 2026-09-12T20:31:39.448Z | Compiling base16ct v0.2.0 |
| 1756 | 2026-09-12T20:31:39.499Z | Compiling futures-channel v0.3.33 |
| 1757 | 2026-09-12T20:31:39.537Z | Compiling log v0.4.33 |
| 1758 | 2026-09-12T20:31:39.558Z | Compiling crypto-common v0.1.7 |
| 1759 | 2026-09-12T20:31:39.599Z | Compiling block-buffer v0.10.4 |
| 1760 | 2026-09-12T20:31:39.602Z | Compiling http v1.5.0 |
| 1761 | 2026-09-12T20:31:39.673Z | Compiling futures-task v0.3.33 |
| 1762 | 2026-09-12T20:31:39.720Z | Compiling digest v0.10.7 |
| 1763 | 2026-09-12T20:31:39.731Z | Compiling stable_deref_trait v1.2.1 |
| 1764 | 2026-09-12T20:31:39.752Z | Compiling futures-io v0.3.33 |
| 1765 | 2026-09-12T20:31:39.813Z | Compiling getrandom v0.4.3 |
| 1766 | 2026-09-12T20:31:39.840Z | Compiling strsim v0.11.1 |
| 1767 | 2026-09-12T20:31:39.906Z | Compiling dyn-clone v1.0.20 |
| 1768 | 2026-09-12T20:31:39.925Z | Compiling ipnet v2.12.1 |
| 1769 | 2026-09-12T20:31:39.956Z | Compiling serde_json v1.0.151 |
| 1770 | 2026-09-12T20:31:40.026Z | Compiling hashbrown v0.17.1 |
| 1771 | 2026-09-12T20:31:40.041Z | Compiling utf8parse v0.2.2 |
| 1772 | 2026-09-12T20:31:40.149Z | Compiling gimli v0.32.3 |
| 1773 | 2026-09-12T20:31:40.232Z | Compiling anstyle-parse v1.0.0 |
| 1774 | 2026-09-12T20:31:40.414Z | Compiling rustc-demangle v0.1.28 |
| 1775 | 2026-09-12T20:31:40.445Z | Compiling is_terminal_polyfill v1.70.2 |
| 1776 | 2026-09-12T20:31:40.539Z | Compiling indexmap v2.14.0 |
| 1777 | 2026-09-12T20:31:40.597Z | Compiling iana-time-zone v0.1.65 |
| 1778 | 2026-09-12T20:31:40.608Z | Compiling synstructure v0.13.2 |
| 1779 | 2026-09-12T20:31:40.818Z | Compiling serde_derive_internals v0.29.1 |
| 1780 | 2026-09-12T20:31:40.844Z | Compiling percent-encoding v2.3.2 |
| 1781 | 2026-09-12T20:31:41.042Z | Compiling anstyle v1.0.14 |
| 1782 | 2026-09-12T20:31:41.074Z | Compiling colorchoice v1.0.5 |
| 1783 | 2026-09-12T20:31:41.099Z | Compiling anstyle-query v1.1.5 |
| 1784 | 2026-09-12T20:31:41.131Z | Compiling serde_derive v1.0.229 |
| 1785 | 2026-09-12T20:31:41.172Z | Compiling thiserror-impl v2.0.20 |
| 1786 | 2026-09-12T20:31:41.182Z | Compiling tokio-macros v2.7.2 |
| 1787 | 2026-09-12T20:31:41.199Z | Compiling displaydoc v0.2.7 |
| 1788 | 2026-09-12T20:31:41.255Z | Compiling anstream v1.0.0 |
| 1789 | 2026-09-12T20:31:41.544Z | Compiling rustix v1.1.4 |
| 1790 | 2026-09-12T20:31:41.569Z | Compiling ff v0.13.1 |
| 1791 | 2026-09-12T20:31:41.838Z | Compiling zeroize_derive v1.5.0 |
| 1792 | 2026-09-12T20:31:41.926Z | Compiling der_derive v0.7.3 |
| 1793 | 2026-09-12T20:31:41.986Z | Compiling zerocopy-derive v0.8.56 |
| 1794 | 2026-09-12T20:31:42.117Z | Compiling tokio v1.53.1 |
| 1795 | 2026-09-12T20:31:42.387Z | Compiling thiserror v2.0.20 |
| 1796 | 2026-09-12T20:31:42.492Z | Compiling zerofrom-derive v0.1.7 |
| 1797 | 2026-09-12T20:31:42.543Z | Compiling zeroize v1.9.0 |
| 1798 | 2026-09-12T20:31:42.823Z | Compiling futures-macro v0.3.33 |
| 1799 | 2026-09-12T20:31:42.915Z | Compiling der v0.7.10 |
| 1800 | 2026-09-12T20:31:43.029Z | Compiling yoke-derive v0.8.2 |
| 1801 | 2026-09-12T20:31:43.469Z | Compiling zerocopy v0.8.56 |
| 1802 | 2026-09-12T20:31:43.700Z | Compiling zerovec-derive v0.11.3 |
| 1803 | 2026-09-12T20:31:43.715Z | Compiling futures-util v0.3.33 |
| 1804 | 2026-09-12T20:31:43.766Z | Compiling spki v0.7.3 |
| 1805 | 2026-09-12T20:31:43.782Z | Compiling serde v1.0.229 |
| 1806 | 2026-09-12T20:31:43.979Z | Compiling zerofrom v0.1.8 |
| 1807 | 2026-09-12T20:31:44.107Z | Compiling pkcs8 v0.10.2 |
| 1808 | 2026-09-12T20:31:44.202Z | Compiling yoke v0.8.3 |
| 1809 | 2026-09-12T20:31:44.278Z | Compiling schemars_derive v0.8.22 |
| 1810 | 2026-09-12T20:31:44.393Z | Compiling hmac v0.12.1 |
| 1811 | 2026-09-12T20:31:44.527Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1812 | 2026-09-12T20:31:44.825Z | Compiling zerovec v0.11.6 |
| 1813 | 2026-09-12T20:31:44.862Z | Compiling addr2line v0.25.1 |
| 1814 | 2026-09-12T20:31:45.218Z | Compiling chrono v0.4.45 |
| 1815 | 2026-09-12T20:31:45.406Z | Compiling tinystr v0.8.3 |
| 1816 | 2026-09-12T20:31:45.490Z | Compiling signature v2.2.0 |
| 1817 | 2026-09-12T20:31:45.567Z | Compiling sha2 v0.10.9 |
| 1818 | 2026-09-12T20:31:45.607Z | Compiling rustls-pki-types v1.15.1 |
| 1819 | 2026-09-12T20:31:45.628Z | Compiling tracing-attributes v0.1.31 |
| 1820 | 2026-09-12T20:31:45.637Z | Compiling tracing-core v0.1.36 |
| 1821 | 2026-09-12T20:31:45.947Z | Compiling litemap v0.8.2 |
| 1822 | 2026-09-12T20:31:46.008Z | Compiling base64 v0.22.1 |
| 1823 | 2026-09-12T20:31:46.091Z | Compiling writeable v0.6.3 |
| 1824 | 2026-09-12T20:31:46.136Z | Compiling clap_lex v1.1.0 |
| 1825 | 2026-09-12T20:31:46.244Z | Compiling icu_locale_core v2.2.0 |
| 1826 | 2026-09-12T20:31:46.293Z | Compiling ppv-lite86 v0.2.21 |
| 1827 | 2026-09-12T20:31:46.343Z | Compiling tokio-util v0.7.19 |
| 1828 | 2026-09-12T20:31:46.384Z | Compiling potential_utf v0.1.5 |
| 1829 | 2026-09-12T20:31:46.467Z | Compiling hkdf v0.12.4 |
| 1830 | 2026-09-12T20:31:46.552Z | Compiling zerotrie v0.2.4 |
| 1831 | 2026-09-12T20:31:46.609Z | Compiling sec1 v0.7.3 |
| 1832 | 2026-09-12T20:31:46.619Z | Compiling erased-serde v0.3.31 |
| 1833 | 2026-09-12T20:31:46.715Z | Compiling crypto-bigint v0.5.5 |
| 1834 | 2026-09-12T20:31:46.853Z | Compiling thiserror-impl v1.0.69 |
| 1835 | 2026-09-12T20:31:46.863Z | Compiling tracing v0.1.44 |
| 1836 | 2026-09-12T20:31:46.883Z | Compiling group v0.13.0 |
| 1837 | 2026-09-12T20:31:46.989Z | Compiling httparse v1.10.1 |
| 1838 | 2026-09-12T20:31:47.055Z | Compiling aws-lc-sys v0.44.0 |
| 1839 | 2026-09-12T20:31:47.097Z | Compiling uuid v1.24.0 |
| 1840 | 2026-09-12T20:31:47.113Z | Compiling simd-adler32 v0.3.10 |
| 1841 | 2026-09-12T20:31:47.297Z | Compiling unicode-linebreak v0.1.5 |
| 1842 | 2026-09-12T20:31:47.317Z | Compiling hex v0.4.3 |
| 1843 | 2026-09-12T20:31:47.342Z | Compiling is_ci v1.2.0 |
| 1844 | 2026-09-12T20:31:47.485Z | Compiling utf8_iter v1.0.4 |
| 1845 | 2026-09-12T20:31:47.532Z | Compiling aws-lc-rs v1.18.0 |
| 1846 | 2026-09-12T20:31:47.540Z | Compiling miniz_oxide v0.8.9 |
| 1847 | 2026-09-12T20:31:47.577Z | Compiling slog v2.8.2 |
| 1848 | 2026-09-12T20:31:47.633Z | Compiling icu_collections v2.2.0 |
| 1849 | 2026-09-12T20:31:47.658Z | Compiling icu_provider v2.2.0 |
| 1850 | 2026-09-12T20:31:47.985Z | Compiling elliptic-curve v0.13.8 |
| 1851 | 2026-09-12T20:31:47.985Z | Compiling rand_chacha v0.3.1 |
| 1852 | 2026-09-12T20:31:48.030Z | Compiling thiserror v1.0.69 |
| 1853 | 2026-09-12T20:31:48.133Z | Compiling clap_derive v4.6.4 |
| 1854 | 2026-09-12T20:31:48.157Z | Compiling form_urlencoded v1.2.2 |
| 1855 | 2026-09-12T20:31:48.208Z | Compiling num-integer v0.1.46 |
| 1856 | 2026-09-12T20:31:48.276Z | Compiling is-terminal v0.4.17 |
| 1857 | 2026-09-12T20:31:48.409Z | Compiling unicode-width v0.1.14 |
| 1858 | 2026-09-12T20:31:48.418Z | Compiling untrusted v0.9.0 |
| 1859 | 2026-09-12T20:31:48.474Z | Compiling num-iter v0.1.46 |
| 1860 | 2026-09-12T20:31:48.521Z | Compiling rand v0.8.7 |
| 1861 | 2026-09-12T20:31:48.535Z | Compiling icu_properties_data v2.2.0 |
| 1862 | 2026-09-12T20:31:48.552Z | Compiling rustls-webpki v0.103.13 |
| 1863 | 2026-09-12T20:31:48.582Z | Compiling syn v1.0.109 |
| 1864 | 2026-09-12T20:31:48.669Z | Compiling icu_normalizer_data v2.2.0 |
| 1865 | 2026-09-12T20:31:48.684Z | Compiling schemars v0.8.22 |
| 1866 | 2026-09-12T20:31:48.747Z | Compiling serde_tokenstream v0.2.3 |
| 1867 | 2026-09-12T20:31:49.040Z | Compiling rfc6979 v0.4.0 |
| 1868 | 2026-09-12T20:31:49.112Z | Compiling http-body v1.1.0 |
| 1869 | 2026-09-12T20:31:49.172Z | Compiling atomic-waker v1.1.2 |
| 1870 | 2026-09-12T20:31:49.184Z | Compiling unicode-width v0.2.2 |
| 1871 | 2026-09-12T20:31:49.271Z | Compiling ecdsa v0.16.9 |
| 1872 | 2026-09-12T20:31:49.299Z | Compiling rustls v0.23.43 |
| 1873 | 2026-09-12T20:31:49.302Z | Compiling icu_normalizer v2.2.0 |
| 1874 | 2026-09-12T20:31:49.470Z | Compiling icu_properties v2.2.0 |
| 1875 | 2026-09-12T20:31:49.609Z | Compiling primeorder v0.13.6 |
| 1876 | 2026-09-12T20:31:49.906Z | Compiling hybrid-array v0.4.14 |
| 1877 | 2026-09-12T20:31:49.942Z | Compiling tower-layer v0.3.3 |
| 1878 | 2026-09-12T20:31:50.025Z | Compiling keccak v0.1.6 |
| 1879 | 2026-09-12T20:31:50.035Z | Compiling try-lock v0.2.5 |
| 1880 | 2026-09-12T20:31:50.104Z | Compiling fnv v1.0.7 |
| 1881 | 2026-09-12T20:31:50.139Z | Compiling tower-service v0.3.3 |
| 1882 | 2026-09-12T20:31:50.201Z | Compiling h2 v0.4.15 |
| 1883 | 2026-09-12T20:31:50.211Z | Compiling want v0.3.1 |
| 1884 | 2026-09-12T20:31:50.257Z | Compiling getrandom v0.3.4 |
| 1885 | 2026-09-12T20:31:50.380Z | Compiling idna_adapter v1.2.2 |
| 1886 | 2026-09-12T20:31:50.403Z | Compiling ed25519 v2.2.3 |
| 1887 | 2026-09-12T20:31:50.506Z | Compiling curve25519-dalek v4.1.3 |
| 1888 | 2026-09-12T20:31:50.515Z | Compiling terminal_size v0.4.4 |
| 1889 | 2026-09-12T20:31:50.665Z | Compiling object v0.37.3 |
| 1890 | 2026-09-12T20:31:50.965Z | Compiling hashbrown v0.16.1 |
| 1891 | 2026-09-12T20:31:51.015Z | Compiling time-core v0.1.9 |
| 1892 | 2026-09-12T20:31:51.210Z | Compiling ryu v1.0.23 |
| 1893 | 2026-09-12T20:31:51.395Z | Compiling spin v0.9.9 |
| 1894 | 2026-09-12T20:31:51.535Z | Compiling num-conv v0.2.2 |
| 1895 | 2026-09-12T20:31:51.547Z | Compiling httpdate v1.0.3 |
| 1896 | 2026-09-12T20:31:51.631Z | Compiling ed25519-dalek v2.2.0 |
| 1897 | 2026-09-12T20:31:51.686Z | Compiling time-macros v0.2.32 |
| 1898 | 2026-09-12T20:31:51.971Z | Compiling ahash v0.8.12 |
| 1899 | 2026-09-12T20:31:52.153Z | Compiling darling_core v0.23.0 |
| 1900 | 2026-09-12T20:31:52.189Z | Compiling tokio-rustls v0.26.4 |
| 1901 | 2026-09-12T20:31:52.450Z | Compiling hyper v1.11.0 |
| 1902 | 2026-09-12T20:31:52.838Z | Compiling clap_builder v4.6.6 |
| 1903 | 2026-09-12T20:31:52.879Z | Compiling idna v1.1.0 |
| 1904 | 2026-09-12T20:31:53.122Z | Compiling rand_core v0.9.5 |
| 1905 | 2026-09-12T20:31:53.345Z | Compiling backtrace v0.3.76 |
| 1906 | 2026-09-12T20:31:53.364Z | Compiling block-buffer v0.12.1 |
| 1907 | 2026-09-12T20:31:53.510Z | Compiling crypto-common v0.2.2 |
| 1908 | 2026-09-12T20:31:53.527Z | Compiling x509-cert v0.2.5 |
| 1909 | 2026-09-12T20:31:53.686Z | Compiling async-trait v0.1.92 |
| 1910 | 2026-09-12T20:31:54.291Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1911 | 2026-09-12T20:31:54.484Z | Compiling deranged v0.5.8 |
| 1912 | 2026-09-12T20:31:54.644Z | Compiling powerfmt v0.2.0 |
| 1913 | 2026-09-12T20:31:54.668Z | Compiling num_threads v0.1.7 |
| 1914 | 2026-09-12T20:31:54.753Z | Compiling const-oid v0.10.2 |
| 1915 | 2026-09-12T20:31:54.767Z | Compiling data-encoding v2.11.1 |
| 1916 | 2026-09-12T20:31:54.857Z | Compiling lazy_static v1.5.0 |
| 1917 | 2026-09-12T20:31:54.890Z | Compiling digest v0.11.3 |
| 1918 | 2026-09-12T20:31:54.950Z | Compiling proc-macro-error2 v2.0.1 |
| 1919 | 2026-09-12T20:31:54.963Z | Compiling clap v4.6.6 |
| 1920 | 2026-09-12T20:31:55.043Z | Compiling darling_macro v0.23.0 |
| 1921 | 2026-09-12T20:31:55.056Z | Compiling backtrace-ext v0.2.1 |
| 1922 | 2026-09-12T20:31:55.215Z | Compiling hyper-util v0.1.20 |
| 1923 | 2026-09-12T20:31:55.228Z | Compiling rand_chacha v0.9.0 |
| 1924 | 2026-09-12T20:31:55.299Z | Compiling url v2.5.8 |
| 1925 | 2026-09-12T20:31:55.426Z | Compiling time v0.3.55 |
| 1926 | 2026-09-12T20:31:55.662Z | Compiling hashbrown v0.14.5 |
| 1927 | 2026-09-12T20:31:55.672Z | Compiling textwrap v0.16.2 |
| 1928 | 2026-09-12T20:31:55.865Z | Compiling supports-color v3.0.2 |
| 1929 | 2026-09-12T20:31:56.015Z | Compiling half v2.7.1 |
| 1930 | 2026-09-12T20:31:56.025Z | Compiling sha1 v0.10.7 |
| 1931 | 2026-09-12T20:31:56.137Z | Compiling miette-derive v7.6.0 |
| 1932 | 2026-09-12T20:31:56.244Z | Compiling encoding_rs v0.8.35 |
| 1933 | 2026-09-12T20:31:56.254Z | Compiling static_assertions v1.1.0 |
| 1934 | 2026-09-12T20:31:56.313Z | Compiling ciborium-io v0.2.2 |
| 1935 | 2026-09-12T20:31:56.324Z | Compiling mime v0.3.17 |
| 1936 | 2026-09-12T20:31:56.407Z | Compiling semver v1.0.28 |
| 1937 | 2026-09-12T20:31:56.560Z | Compiling fastrand v2.5.0 |
| 1938 | 2026-09-12T20:31:56.596Z | Compiling ciborium-ll v0.2.2 |
| 1939 | 2026-09-12T20:31:56.745Z | Compiling tempfile v3.27.0 |
| 1940 | 2026-09-12T20:31:56.826Z | Compiling num-bigint-dig v0.8.6 |
| 1941 | 2026-09-12T20:31:56.886Z | Compiling chumsky v0.9.3 |
| 1942 | 2026-09-12T20:31:56.971Z | Compiling darling v0.23.0 |
| 1943 | 2026-09-12T20:31:57.053Z | Compiling rand v0.9.5 |
| 1944 | 2026-09-12T20:31:57.163Z | Compiling knus-derive v3.4.0 |
| 1945 | 2026-09-12T20:31:57.272Z | Compiling miette v7.6.0 |
| 1946 | 2026-09-12T20:31:57.558Z | Compiling crc32fast v1.5.0 |
| 1947 | 2026-09-12T20:31:57.662Z | Compiling crossbeam-utils v0.8.22 |
| 1948 | 2026-09-12T20:31:57.751Z | Compiling camino v1.2.5 |
| 1949 | 2026-09-12T20:31:58.001Z | Compiling regress v0.11.1 |
| 1950 | 2026-09-12T20:31:58.077Z | Compiling serde_urlencoded v0.7.1 |
| 1951 | 2026-09-12T20:31:58.181Z | Compiling http-body-util v0.1.4 |
| 1952 | 2026-09-12T20:31:58.280Z | Compiling futures-executor v0.3.33 |
| 1953 | 2026-09-12T20:31:58.341Z | Compiling pkcs1 v0.7.5 |
| 1954 | 2026-09-12T20:31:58.464Z | Compiling inout v0.1.4 |
| 1955 | 2026-09-12T20:31:58.474Z | Compiling thread_local v1.1.10 |
| 1956 | 2026-09-12T20:31:58.577Z | Compiling ipnetwork v0.21.1 |
| 1957 | 2026-09-12T20:31:58.599Z | Compiling regex-syntax v0.8.11 |
| 1958 | 2026-09-12T20:31:58.647Z | Compiling knus v3.4.0 |
| 1959 | 2026-09-12T20:31:58.742Z | Compiling oxnet v0.1.6 |
| 1960 | 2026-09-12T20:31:58.771Z | Compiling cipher v0.4.4 |
| 1961 | 2026-09-12T20:31:58.870Z | Compiling rsa v0.9.10 |
| 1962 | 2026-09-12T20:31:58.984Z | Compiling futures v0.3.33 |
| 1963 | 2026-09-12T20:31:59.066Z | Compiling p384 v0.13.1 |
| 1964 | 2026-09-12T20:31:59.485Z | Compiling crossbeam-channel v0.5.16 |
| 1965 | 2026-09-12T20:31:59.520Z | Compiling flate2 v1.1.9 |
| 1966 | 2026-09-12T20:31:59.555Z | Compiling serde_with_macros v3.22.0 |
| 1967 | 2026-09-12T20:31:59.728Z | Compiling typify-impl v0.6.2 |
| 1968 | 2026-09-12T20:31:59.965Z | Compiling ciborium v0.2.2 |
| 1969 | 2026-09-12T20:32:00.015Z | Compiling hubpack_derive v0.1.1 |
| 1970 | 2026-09-12T20:32:00.547Z | Compiling sha3 v0.10.9 |
| 1971 | 2026-09-12T20:32:00.699Z | Compiling newtype-uuid v1.4.0 |
| 1972 | 2026-09-12T20:32:00.712Z | Compiling ssh-encoding v0.2.0 |
| 1973 | 2026-09-12T20:32:00.979Z | Compiling openapiv3 v2.2.0 |
| 1974 | 2026-09-12T20:32:01.090Z | Compiling async-stream-impl v0.3.6 |
| 1975 | 2026-09-12T20:32:01.128Z | Compiling strum_macros v0.26.4 |
| 1976 | 2026-09-12T20:32:01.301Z | Compiling daft-derive v0.1.8 |
| 1977 | 2026-09-12T20:32:01.984Z | Compiling keccak v0.2.2 |
| 1978 | 2026-09-12T20:32:02.046Z | Compiling compression-core v0.4.32 |
| 1979 | 2026-09-12T20:32:02.068Z | Compiling sponge-cursor v0.1.0 |
| 1980 | 2026-09-12T20:32:02.117Z | Compiling term v1.2.1 |
| 1981 | 2026-09-12T20:32:02.198Z | Compiling take_mut v0.2.2 |
| 1982 | 2026-09-12T20:32:02.208Z | Compiling winnow v1.0.4 |
| 1983 | 2026-09-12T20:32:02.312Z | Compiling utf-8 v0.7.6 |
| 1984 | 2026-09-12T20:32:02.401Z | Compiling match_cfg v0.1.0 |
| 1985 | 2026-09-12T20:32:02.473Z | Compiling hostname v0.3.1 |
| 1986 | 2026-09-12T20:32:02.488Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 1987 | 2026-09-12T20:32:02.563Z | Compiling tungstenite v0.28.0 |
| 1988 | 2026-09-12T20:32:02.576Z | Compiling slog-term v2.9.2 |
| 1989 | 2026-09-12T20:32:02.614Z | Compiling slog-async v2.8.0 |
| 1990 | 2026-09-12T20:32:02.627Z | Compiling sha3 v0.12.0 |
| 1991 | 2026-09-12T20:32:02.770Z | Compiling strum v0.26.3 |
| 1992 | 2026-09-12T20:32:02.822Z | Compiling compression-codecs v0.4.38 |
| 1993 | 2026-09-12T20:32:02.902Z | Compiling daft v0.1.8 |
| 1994 | 2026-09-12T20:32:03.069Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 1995 | 2026-09-12T20:32:03.162Z | Compiling async-stream v0.3.6 |
| 1996 | 2026-09-12T20:32:03.176Z | Compiling ssh-cipher v0.2.0 |
| 1997 | 2026-09-12T20:32:03.181Z | Compiling serde_with v3.22.0 |
| 1998 | 2026-09-12T20:32:03.267Z | Compiling hubpack v0.1.2 |
| 1999 | 2026-09-12T20:32:03.336Z | Compiling omicron-workspace-hack v0.1.0 |
| 2000 | 2026-09-12T20:32:03.362Z | Compiling slog-json v2.6.1 |
| 2001 | 2026-09-12T20:32:03.382Z | Compiling p256 v0.13.2 |
| 2002 | 2026-09-12T20:32:03.500Z | Compiling serde_spanned v1.1.1 |
| 2003 | 2026-09-12T20:32:03.573Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2004 | 2026-09-12T20:32:03.628Z | Compiling cpufeatures v0.3.0 |
| 2005 | 2026-09-12T20:32:03.652Z | Compiling debug-ignore v1.0.5 |
| 2006 | 2026-09-12T20:32:03.702Z | Compiling sush-common v0.1.0 (/work/oxidecomputer/sush/common) |
| 2007 | 2026-09-12T20:32:03.756Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 2008 | 2026-09-12T20:32:03.780Z | Compiling unicode-segmentation v1.13.3 |
| 2009 | 2026-09-12T20:32:03.974Z | Compiling toml v1.1.4+spec-1.1.0 |
| 2010 | 2026-09-12T20:32:04.046Z | Compiling sha1 v0.11.0 |
| 2011 | 2026-09-12T20:32:04.207Z | Compiling ssh-key v0.6.7 |
| 2012 | 2026-09-12T20:32:04.297Z | Compiling slog-bunyan v2.5.0 |
| 2013 | 2026-09-12T20:32:04.440Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?tag=rel%2Fv21%2Frc1#3e5bafe8) |
| 2014 | 2026-09-12T20:32:04.538Z | Compiling multer v3.1.0 |
| 2015 | 2026-09-12T20:32:04.769Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2016 | 2026-09-12T20:32:04.805Z | Compiling tokio-tungstenite v0.28.0 |
| 2017 | 2026-09-12T20:32:05.052Z | Compiling async-compression v0.4.43 |
| 2018 | 2026-09-12T20:32:05.107Z | Compiling rlimit v0.10.2 |
| 2019 | 2026-09-12T20:32:05.290Z | Compiling salty v0.3.0 |
| 2020 | 2026-09-12T20:32:05.370Z | Compiling waitgroup v0.1.2 |
| 2021 | 2026-09-12T20:32:05.519Z | Compiling dropshot_endpoint v0.17.1 |
| 2022 | 2026-09-12T20:32:05.529Z | Compiling rustls-pemfile v2.2.0 |
| 2023 | 2026-09-12T20:32:05.705Z | Compiling toml_datetime v0.6.11 |
| 2024 | 2026-09-12T20:32:05.729Z | Compiling serde_spanned v0.6.9 |
| 2025 | 2026-09-12T20:32:05.878Z | Compiling env_filter v2.0.0 |
| 2026 | 2026-09-12T20:32:05.981Z | Compiling serde_path_to_error v0.1.20 |
| 2027 | 2026-09-12T20:32:06.105Z | Compiling typify-macro v0.6.2 |
| 2028 | 2026-09-12T20:32:06.108Z | Compiling sync_wrapper v1.0.2 |
| 2029 | 2026-09-12T20:32:06.214Z | Compiling aho-corasick v1.1.5 |
| 2030 | 2026-09-12T20:32:06.217Z | Compiling hostname v0.4.2 |
| 2031 | 2026-09-12T20:32:06.341Z | Compiling openssl-probe v0.2.1 |
| 2032 | 2026-09-12T20:32:06.368Z | Compiling bytesize v2.7.0 |
| 2033 | 2026-09-12T20:32:06.530Z | Compiling toml_write v0.1.2 |
| 2034 | 2026-09-12T20:32:06.667Z | Compiling winnow v0.7.15 |
| 2035 | 2026-09-12T20:32:06.732Z | Compiling tinyvec_macros v0.1.1 |
| 2036 | 2026-09-12T20:32:06.778Z | Compiling http-range-header v0.4.2 |
| 2037 | 2026-09-12T20:32:06.801Z | Compiling tinyvec v1.12.0 |
| 2038 | 2026-09-12T20:32:06.837Z | Compiling rustls-native-certs v0.8.4 |
| 2039 | 2026-09-12T20:32:06.912Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2040 | 2026-09-12T20:32:07.139Z | Compiling regex-automata v0.4.18 |
| 2041 | 2026-09-12T20:32:07.172Z | Compiling dropshot v0.17.1 |
| 2042 | 2026-09-12T20:32:07.183Z | Compiling tower v0.5.3 |
| 2043 | 2026-09-12T20:32:07.665Z | Compiling env_logger v0.11.11 |
| 2044 | 2026-09-12T20:32:08.035Z | Compiling toml_edit v0.22.27 |
| 2045 | 2026-09-12T20:32:08.184Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2046 | 2026-09-12T20:32:08.293Z | Compiling serde-big-array v0.5.1 |
| 2047 | 2026-09-12T20:32:08.435Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2048 | 2026-09-12T20:32:08.640Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2049 | 2026-09-12T20:32:09.437Z | Compiling corncobs v0.1.4 |
| 2050 | 2026-09-12T20:32:09.617Z | Compiling dashu-base v0.5.1 |
| 2051 | 2026-09-12T20:32:09.944Z | Compiling num-modular v0.6.5 |
| 2052 | 2026-09-12T20:32:10.783Z | Compiling dashu-int v0.5.1 |
| 2053 | 2026-09-12T20:32:11.173Z | Compiling sush-api v0.1.0 (/work/oxidecomputer/sush/api) |
| 2054 | 2026-09-12T20:32:12.243Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2055 | 2026-09-12T20:32:12.634Z | Compiling toml v0.8.23 |
| 2056 | 2026-09-12T20:32:12.660Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2057 | 2026-09-12T20:32:12.671Z | Compiling regex v1.13.1 |
| 2058 | 2026-09-12T20:32:12.923Z | Compiling typify v0.6.2 |
| 2059 | 2026-09-12T20:32:13.019Z | Compiling tower-http v0.6.11 |
| 2060 | 2026-09-12T20:32:13.132Z | Compiling proc-macro-error-attr v1.0.4 |
| 2061 | 2026-09-12T20:32:13.368Z | Compiling rustls-platform-verifier v0.7.0 |
| 2062 | 2026-09-12T20:32:13.502Z | Compiling rustix v0.38.44 |
| 2063 | 2026-09-12T20:32:13.610Z | Compiling hyper-rustls v0.27.9 |
| 2064 | 2026-09-12T20:32:13.854Z | Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d) |
| 2065 | 2026-09-12T20:32:13.918Z | Compiling secrecy v0.8.0 |
| 2066 | 2026-09-12T20:32:14.055Z | Compiling enum-as-inner v0.6.1 |
| 2067 | 2026-09-12T20:32:14.067Z | Compiling linked-hash-map v0.5.6 |
| 2068 | 2026-09-12T20:32:14.254Z | Compiling num-primitive v0.2.1 |
| 2069 | 2026-09-12T20:32:14.361Z | Compiling smawk v0.3.3 |
| 2070 | 2026-09-12T20:32:14.384Z | Compiling serde_yaml v0.9.34+deprecated |
| 2071 | 2026-09-12T20:32:14.487Z | Compiling textwrap v0.15.2 |
| 2072 | 2026-09-12T20:32:14.579Z | Compiling lru-cache v0.1.2 |
| 2073 | 2026-09-12T20:32:14.668Z | Compiling hickory-proto v0.24.4 |
| 2074 | 2026-09-12T20:32:14.705Z | Compiling atomicwrites v0.4.4 |
| 2075 | 2026-09-12T20:32:14.827Z | Compiling dsi-bitstream v0.10.1 |
| 2076 | 2026-09-12T20:32:14.896Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86) |
| 2077 | 2026-09-12T20:32:14.906Z | Compiling reqwest v0.13.4 |
| 2078 | 2026-09-12T20:32:15.107Z | Compiling progenitor-impl v0.14.0 |
| 2079 | 2026-09-12T20:32:15.640Z | Compiling proc-macro-error v1.0.4 |
| 2080 | 2026-09-12T20:32:15.910Z | Compiling suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d) |
| 2081 | 2026-09-12T20:32:16.175Z | Compiling heck v0.4.1 |
| 2082 | 2026-09-12T20:32:16.333Z | Compiling supports-color v2.1.0 |
| 2083 | 2026-09-12T20:32:16.343Z | Compiling supports-hyperlinks v2.1.0 |
| 2084 | 2026-09-12T20:32:16.385Z | Compiling supports-unicode v2.1.0 |
| 2085 | 2026-09-12T20:32:16.505Z | Compiling tokio-stream v0.1.19 |
| 2086 | 2026-09-12T20:32:16.538Z | Compiling miette-derive v5.10.0 |
| 2087 | 2026-09-12T20:32:16.547Z | Compiling nibble_vec v0.1.0 |
| 2088 | 2026-09-12T20:32:16.681Z | Compiling terminal_size v0.1.17 |
| 2089 | 2026-09-12T20:32:16.802Z | Compiling memmap2 v0.9.11 |
| 2090 | 2026-09-12T20:32:16.978Z | Compiling resolv-conf v0.7.6 |
| 2091 | 2026-09-12T20:32:17.032Z | Compiling either v1.17.0 |
| 2092 | 2026-09-12T20:32:17.051Z | Compiling owo-colors v3.5.0 |
| 2093 | 2026-09-12T20:32:17.245Z | Compiling endian-type v0.2.0 |
| 2094 | 2026-09-12T20:32:17.359Z | Compiling radix_trie v0.3.0 |
| 2095 | 2026-09-12T20:32:17.384Z | Compiling itertools v0.14.0 |
| 2096 | 2026-09-12T20:32:17.641Z | Compiling miette v5.10.0 |
| 2097 | 2026-09-12T20:32:17.734Z | Compiling hickory-resolver v0.24.4 |
| 2098 | 2026-09-12T20:32:17.836Z | Compiling knuffel-derive v3.2.0 |
| 2099 | 2026-09-12T20:32:18.674Z | Compiling progenitor-macro v0.14.0 |
| 2100 | 2026-09-12T20:32:18.677Z | Compiling progenitor-client v0.14.0 |
| 2101 | 2026-09-12T20:32:18.982Z | Compiling nix v0.31.3 |
| 2102 | 2026-09-12T20:32:19.243Z | Compiling anyhow v1.0.104 |
| 2103 | 2026-09-12T20:32:19.350Z | Compiling signal-hook v0.4.4 |
| 2104 | 2026-09-12T20:32:19.572Z | Compiling portable-atomic v1.15.0 |
| 2105 | 2026-09-12T20:32:19.647Z | Compiling console v0.16.4 |
| 2106 | 2026-09-12T20:32:20.266Z | Compiling derive-where v1.6.1 |
| 2107 | 2026-09-12T20:32:20.292Z | Compiling termios v0.3.3 |
| 2108 | 2026-09-12T20:32:20.399Z | Compiling unit-prefix v0.5.2 |
| 2109 | 2026-09-12T20:32:20.442Z | Compiling home v0.5.12 |
| 2110 | 2026-09-12T20:32:20.452Z | Compiling base64 v0.21.7 |
| 2111 | 2026-09-12T20:32:20.462Z | Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d) |
| 2112 | 2026-09-12T20:32:20.523Z | Compiling indicatif v0.18.6 |
| 2113 | 2026-09-12T20:32:20.548Z | Compiling rustyline v18.0.0 (https://github.com/kkawakam/rustyline?rev=5ab22f2f8d65e85f0b925360437ece8eeeb6db92#5ab22f2f) |
| 2114 | 2026-09-12T20:32:20.775Z | Compiling knuffel v3.2.0 |
| 2115 | 2026-09-12T20:32:21.272Z | Compiling pwd v1.4.0 |
| 2116 | 2026-09-12T20:32:21.469Z | Compiling tokio-fd v0.3.0 |
| 2117 | 2026-09-12T20:32:21.512Z | Compiling async-recursion v1.1.1 |
| 2118 | 2026-09-12T20:32:21.545Z | Compiling qorb v0.4.1 |
| 2119 | 2026-09-12T20:32:21.640Z | Compiling lru v0.18.2 |
| 2120 | 2026-09-12T20:32:21.661Z | Compiling humantime v2.4.0 |
| 2121 | 2026-09-12T20:32:21.815Z | Compiling shlex v1.3.0 |
| 2122 | 2026-09-12T20:32:21.938Z | Compiling xdg v3.0.0 |
| 2123 | 2026-09-12T20:32:22.035Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2124 | 2026-09-12T20:32:22.224Z | Compiling function_name v0.3.0 |
| 2125 | 2026-09-12T20:32:22.300Z | Compiling xtask v0.1.0 (/work/oxidecomputer/sush/xtask) |
| 2126 | 2026-09-12T20:32:23.956Z | Compiling sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86) |
| 2127 | 2026-09-12T20:32:24.219Z | Compiling progenitor v0.14.0 |
| 2128 | 2026-09-12T20:32:24.316Z | Compiling sush-client v0.1.0 (/work/oxidecomputer/sush/client) |
| 2129 | 2026-09-12T20:32:25.830Z | Compiling sush-server v0.1.0 (/work/oxidecomputer/sush/server) |
| 2130 | 2026-09-12T20:32:29.489Z | Compiling sush-tests v0.1.0 (/work/oxidecomputer/sush/tests) |
| 2131 | 2026-09-12T20:32:48.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
| 2132 | 2026-09-12T20:32:48.105Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 2133 | 2026-09-12T20:32:48.105Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 2134 | 2026-09-12T20:32:48.229Z | cargo nextest run --run-ignored all |
| 2135 | 2026-09-12T20:32:49.141Z | Compiling knus v3.4.0 |
| 2136 | 2026-09-12T20:32:49.226Z | Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d) |
| 2137 | 2026-09-12T20:32:49.235Z | Compiling miette v7.6.0 |
| 2138 | 2026-09-12T20:32:49.238Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041) |
| 2139 | 2026-09-12T20:32:49.246Z | Compiling xtask v0.1.0 (/work/oxidecomputer/sush/xtask) |
| 2140 | 2026-09-12T20:32:49.250Z | Compiling sush-api v0.1.0 (/work/oxidecomputer/sush/api) |
| 2141 | 2026-09-12T20:32:49.250Z | Compiling sush-common v0.1.0 (/work/oxidecomputer/sush/common) |
| 2142 | 2026-09-12T20:32:49.708Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041) |
| 2143 | 2026-09-12T20:32:49.857Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 2144 | 2026-09-12T20:32:50.226Z | Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2145 | 2026-09-12T20:32:52.322Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2146 | 2026-09-12T20:32:54.253Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86) |
| 2147 | 2026-09-12T20:32:54.765Z | Compiling sush-server v0.1.0 (/work/oxidecomputer/sush/server) |
| 2148 | 2026-09-12T20:32:54.765Z | Compiling sush-client v0.1.0 (/work/oxidecomputer/sush/client) |
| 2149 | 2026-09-12T20:32:58.276Z | Compiling sush-tests v0.1.0 (/work/oxidecomputer/sush/tests) |
| 2150 | 2026-09-12T20:33:36.357Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 47.59s |
| 2151 | 2026-09-12T20:33:36.360Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 2152 | 2026-09-12T20:33:36.361Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 2153 | 2026-09-12T20:33:36.514Z | ──────────── |
| 2154 | 2026-09-12T20:33:36.514Z | Nextest run ID 37a8ff11-6d74-4440-88c4-f2269bc1568d with nextest profile: default |
| 2155 | 2026-09-12T20:33:36.514Z | Starting 169 tests across 11 binaries |
| 2156 | 2026-09-12T20:33:36.522Z | PASS [ 0.007s] ( 1/169) sush-client agent::test::request_identities_frame |
| 2157 | 2026-09-12T20:33:36.525Z | PASS [ 0.007s] ( 2/169) sush-client cli::rack::rack_drawing_health |
| 2158 | 2026-09-12T20:33:36.525Z | PASS [ 0.008s] ( 3/169) sush-client agent::test::identities_answer_roundtrip |
| 2159 | 2026-09-12T20:33:36.525Z | PASS [ 0.008s] ( 4/169) sush-client cli::rack::rack_drawing |
| 2160 | 2026-09-12T20:33:36.525Z | PASS [ 0.008s] ( 5/169) sush-client agent::test::sign_response_roundtrip |
| 2161 | 2026-09-12T20:33:36.525Z | PASS [ 0.008s] ( 6/169) sush-client agent::test::sign_request_frame |
| 2162 | 2026-09-12T20:33:36.525Z | PASS [ 0.009s] ( 7/169) sush-client agent::test::malformed_payloads |
| 2163 | 2026-09-12T20:33:36.529Z | PASS [ 0.007s] ( 8/169) sush-client commands::tests::login_refused_blames_build_skew |
| 2164 | 2026-09-12T20:33:36.532Z | PASS [ 0.008s] ( 9/169) sush-client commands::target_arg |
| 2165 | 2026-09-12T20:33:36.532Z | PASS [ 0.008s] ( 10/169) sush-client commands::watch_settling |
| 2166 | 2026-09-12T20:33:36.532Z | PASS [ 0.007s] ( 11/169) sush-client tls::test::descoped_urls |
| 2167 | 2026-09-12T20:33:36.535Z | PASS [ 0.010s] ( 12/169) sush-client commands::client_args |
| 2168 | 2026-09-12T20:33:36.537Z | PASS [ 0.007s] ( 13/169) sush-client tls::test::tq_dhe_tcb_info_decodes |
| 2169 | 2026-09-12T20:33:36.537Z | PASS [ 0.007s] ( 14/169) sush-common authn::test::authn_errors |
| 2170 | 2026-09-12T20:33:36.540Z | PASS [ 0.007s] ( 15/169) sush-common authn::test::pin_challenge_response_schema |
| 2171 | 2026-09-12T20:33:36.543Z | PASS [ 0.006s] ( 16/169) sush-common authn::test::seq_windows |
| 2172 | 2026-09-12T20:33:36.546Z | PASS [ 0.007s] ( 17/169) sush-common authn::test::pin_to_be_signed |
| 2173 | 2026-09-12T20:33:36.547Z | PASS [ 0.006s] ( 18/169) sush-common codephrases::test::constant_codephrases |
| 2174 | 2026-09-12T20:33:36.549Z | PASS [ 0.006s] ( 19/169) sush-common codephrases::test::leading_zeros_after_truncation |
| 2175 | 2026-09-12T20:33:36.552Z | PASS [ 0.006s] ( 20/169) sush-common codephrases::test::non_phrases |
| 2176 | 2026-09-12T20:33:36.556Z | PASS [ 0.006s] ( 21/169) sush-common codephrases::test::trivial_codephrases |
| 2177 | 2026-09-12T20:33:36.562Z | PASS [ 0.006s] ( 22/169) sush-common codephrases::test::wide_values_reject_where_truncated |
| 2178 | 2026-09-12T20:33:36.567Z | PASS [ 0.006s] ( 23/169) sush-common hash::tests::sha3_256_empty_vector |
| 2179 | 2026-09-12T20:33:36.573Z | PASS [ 0.005s] ( 24/169) sush-common jobs::test::interactive_targets |
| 2180 | 2026-09-12T20:33:36.578Z | PASS [ 0.006s] ( 25/169) sush-common jobs::test::limits_clamp |
| 2181 | 2026-09-12T20:33:36.581Z | PASS [ 0.050s] ( 26/169) sush-common authn::test::bound_requests |
| 2182 | 2026-09-12T20:33:36.585Z | PASS [ 0.006s] ( 27/169) sush-common jobs::test::pin_job_start_request_schema |
| 2183 | 2026-09-12T20:33:36.588Z | PASS [ 0.006s] ( 28/169) sush-common jobs::test::skip_converges_signer_and_server |
| 2184 | 2026-09-12T20:33:36.591Z | PASS [ 0.006s] ( 29/169) sush-common jobs::test::to_be_signed_omits_defaults |
| 2185 | 2026-09-12T20:33:36.594Z | PASS [ 0.006s] ( 30/169) sush-common keys::test::pin_voucher_digest |
| 2186 | 2026-09-12T20:33:36.598Z | PASS [ 0.005s] ( 31/169) sush-common keys::test::test_sk_split |
| 2187 | 2026-09-12T20:33:36.609Z | PASS [ 0.012s] ( 32/169) sush-common keys::test::vouched_cert_round_trip |
| 2188 | 2026-09-12T20:33:36.615Z | PASS [ 0.006s] ( 33/169) sush-common targets::test::targets_include |
| 2189 | 2026-09-12T20:33:36.620Z | PASS [ 0.005s] ( 34/169) sush-common targets::test::targets_parse |
| 2190 | 2026-09-12T20:33:36.626Z | PASS [ 0.006s] ( 35/169) sush-common targets::test::targets_round_trip |
| 2191 | 2026-09-12T20:33:36.633Z | PASS [ 0.007s] ( 36/169) sush-common wordlist::test::verify_wordlist |
| 2192 | 2026-09-12T20:33:36.636Z | PASS [ 0.092s] ( 37/169) sush-common codephrases::test::id_phrases |
| 2193 | 2026-09-12T20:33:36.641Z | PASS [ 0.006s] ( 38/169) sush-server bloom::test::pin_probes |
| 2194 | 2026-09-12T20:33:36.646Z | PASS [ 0.006s] ( 39/169) sush-server bloom::test::round_trip |
| 2195 | 2026-09-12T20:33:36.653Z | PASS [ 0.006s] ( 40/169) sush-server bloom::test::serde_preserves_bits |
| 2196 | 2026-09-12T20:33:36.656Z | PASS [ 0.133s] ( 41/169) sush-client commands::output_needs_target |
| 2197 | 2026-09-12T20:33:36.661Z | PASS [ 0.008s] ( 42/169) sush-server bookmark::test::discard_assumes_fresh_identity |
| 2198 | 2026-09-12T20:33:36.664Z | PASS [ 0.008s] ( 43/169) sush-server bookmark::test::handles_share_record |
| 2199 | 2026-09-12T20:33:36.664Z | PASS [ 0.031s] ( 44/169) sush-server bloom::test::false_positives_are_rare |
| 2200 | 2026-09-12T20:33:36.669Z | PASS [ 0.139s] ( 45/169) sush-common authn::test::challenge_response |
| 2201 | 2026-09-12T20:33:36.671Z | PASS [ 0.008s] ( 46/169) sush-server bookmark::test::null_and_shed_touch_nothing |
| 2202 | 2026-09-12T20:33:36.671Z | PASS [ 0.008s] ( 47/169) sush-server bookmark::test::round_trip |
| 2203 | 2026-09-12T20:33:36.671Z | PASS [ 0.149s] ( 48/169) sush-client identity::test::ssh_identities |
| 2204 | 2026-09-12T20:33:36.674Z | PASS [ 0.010s] ( 49/169) sush-server boundary::test::commitments_survive_restarts |
| 2205 | 2026-09-12T20:33:36.678Z | PASS [ 0.008s] ( 50/169) sush-server boundary::test::future_record_is_untrusted |
| 2206 | 2026-09-12T20:33:36.680Z | PASS [ 0.006s] ( 51/169) sush-server boundary::test::pin_network_keys |
| 2207 | 2026-09-12T20:33:36.680Z | PASS [ 0.010s] ( 52/169) sush-server boundary::test::disagreement_is_untrusted_and_pins |
| 2208 | 2026-09-12T20:33:36.680Z | PASS [ 0.010s] ( 53/169) sush-server boundary::test::outcomes_survive_and_heal |
| 2209 | 2026-09-12T20:33:36.684Z | PASS [ 0.007s] ( 54/169) sush-server boundary::test::pin_record_format_v0 |
| 2210 | 2026-09-12T20:33:36.687Z | PASS [ 0.006s] ( 55/169) sush-server format::test::failed_conversion_is_reported |
| 2211 | 2026-09-12T20:33:36.687Z | PASS [ 0.008s] ( 56/169) sush-server boundary::test::undecodable_record_is_untrusted |
| 2212 | 2026-09-12T20:33:36.687Z | PASS [ 0.008s] ( 57/169) sush-server boundary::test::unloaded_is_untrusted |
| 2213 | 2026-09-12T20:33:36.687Z | PASS [ 0.006s] ( 58/169) sush-server format::test::future_version_is_refused |
| 2214 | 2026-09-12T20:33:36.690Z | PASS [ 0.007s] ( 59/169) sush-server format::test::garbage_is_refused |
| 2215 | 2026-09-12T20:33:36.692Z | PASS [ 0.006s] ( 60/169) sush-server format::test::old_version_converts_up |
| 2216 | 2026-09-12T20:33:36.692Z | PASS [ 0.007s] ( 61/169) sush-server format::test::round_trip_at_latest |
| 2217 | 2026-09-12T20:33:36.695Z | PASS [ 0.007s] ( 62/169) sush-server format::test::trailing_envelope_elements_are_refused |
| 2218 | 2026-09-12T20:33:36.695Z | PASS [ 0.006s] ( 63/169) sush-server format::test::unknown_version_is_refused |
| 2219 | 2026-09-12T20:33:36.695Z | PASS [ 0.006s] ( 64/169) sush-server format::test::wire_chain_converts |
| 2220 | 2026-09-12T20:33:36.698Z | PASS [ 0.006s] ( 65/169) sush-server format::test::wrong_body_is_reported |
| 2221 | 2026-09-12T20:33:36.701Z | PASS [ 0.008s] ( 66/169) sush-server locker::test::corruption_discards |
| 2222 | 2026-09-12T20:33:36.703Z | PASS [ 0.008s] ( 67/169) sush-server locker::test::disagreement_discards |
| 2223 | 2026-09-12T20:33:36.703Z | PASS [ 0.008s] ( 68/169) sush-server locker::test::flipped_envelope_bytes_are_corruption |
| 2224 | 2026-09-12T20:33:36.706Z | PASS [ 0.008s] ( 69/169) sush-server locker::test::legacy_sequence_skew_is_benign |
| 2225 | 2026-09-12T20:33:36.709Z | PASS [ 0.007s] ( 70/169) sush-server locker::test::null_touches_nothing |
| 2226 | 2026-09-12T20:33:36.709Z | PASS [ 0.008s] ( 71/169) sush-server locker::test::lone_slot_restores_and_repairs |
| 2227 | 2026-09-12T20:33:36.712Z | PASS [ 0.008s] ( 72/169) sush-server locker::test::partial_store_fails_loudly |
| 2228 | 2026-09-12T20:33:36.715Z | PASS [ 0.008s] ( 73/169) sush-server locker::test::probe_requires_every_slot |
| 2229 | 2026-09-12T20:33:36.718Z | PASS [ 0.008s] ( 74/169) sush-server locker::test::second_locker_is_locked_out |
| 2230 | 2026-09-12T20:33:36.718Z | PASS [ 0.008s] ( 75/169) sush-server locker::test::round_trip_writes_every_slot |
| 2231 | 2026-09-12T20:33:36.718Z | PASS [ 0.007s] ( 76/169) sush-server locker::test::stragglers_cannot_clobber_newer_commits |
| 2232 | 2026-09-12T20:33:36.722Z | PASS [ 0.008s] ( 77/169) sush-server locker::test::torn_pair_resolves_to_newest_write |
| 2233 | 2026-09-12T20:33:36.725Z | PASS [ 0.008s] ( 78/169) sush-server locker::test::torn_pair_with_equal_sequence_numbers_discards |
| 2234 | 2026-09-12T20:33:36.725Z | PASS [ 0.007s] ( 79/169) sush-server messages::wire_format::concurrent_sessions_error |
| 2235 | 2026-09-12T20:33:36.725Z | PASS [ 0.008s] ( 80/169) sush-server messages::wire_format::cert_requests |
| 2236 | 2026-09-12T20:33:36.729Z | PASS [ 0.007s] ( 81/169) sush-server messages::wire_format::identity_login_request |
| 2237 | 2026-09-12T20:33:36.732Z | PASS [ 0.007s] ( 82/169) sush-server messages::wire_format::identity_revoke_request |
| 2238 | 2026-09-12T20:33:36.732Z | PASS [ 0.007s] ( 83/169) sush-server messages::wire_format::job_events |
| 2239 | 2026-09-12T20:33:36.732Z | PASS [ 0.007s] ( 84/169) sush-server messages::wire_format::job_skipped_event |
| 2240 | 2026-09-12T20:33:36.736Z | PASS [ 0.007s] ( 85/169) sush-server messages::wire_format::job_start_interactive_request |
| 2241 | 2026-09-12T20:33:36.739Z | PASS [ 0.007s] ( 86/169) sush-server messages::wire_format::job_start_request |
| 2242 | 2026-09-12T20:33:36.739Z | PASS [ 0.007s] ( 87/169) sush-server messages::wire_format::job_stop_request |
| 2243 | 2026-09-12T20:33:36.739Z | PASS [ 0.007s] ( 88/169) sush-server messages::wire_format::session_allow_attach_request |
| 2244 | 2026-09-12T20:33:36.743Z | PASS [ 0.007s] ( 89/169) sush-server messages::wire_format::session_deny_attach_request |
| 2245 | 2026-09-12T20:33:36.746Z | PASS [ 0.007s] ( 90/169) sush-server messages::wire_format::session_ended_skip_event |
| 2246 | 2026-09-12T20:33:36.748Z | PASS [ 0.007s] ( 91/169) sush-server messages::wire_format::session_hop_error |
| 2247 | 2026-09-12T20:33:36.748Z | PASS [ 0.007s] ( 92/169) sush-server messages::wire_format::session_skip_request |
| 2248 | 2026-09-12T20:33:36.751Z | PASS [ 0.007s] ( 93/169) sush-server messages::wire_format::session_start_request |
| 2249 | 2026-09-12T20:33:36.753Z | PASS [ 0.007s] ( 94/169) sush-server messages::wire_format::session_stop_request |
| 2250 | 2026-09-12T20:33:36.753Z | PASS [ 0.007s] ( 95/169) sush-server messages::wire_format::unknown_version_tolerated |
| 2251 | 2026-09-12T20:33:36.753Z | PASS [ 0.007s] ( 96/169) sush-server messages::wire_format::universe_flip_flop_error |
| 2252 | 2026-09-12T20:33:36.757Z | PASS [ 0.006s] ( 97/169) sush-server messages::wire_format::version_event |
| 2253 | 2026-09-12T20:33:36.759Z | PASS [ 0.007s] ( 98/169) sush-server proxy::test::home_preference |
| 2254 | 2026-09-12T20:33:36.759Z | PASS [ 0.007s] ( 99/169) sush-server proxy::test::named_targets |
| 2255 | 2026-09-12T20:33:36.762Z | PASS [ 0.007s] (100/169) sush-server proxy::test::resolution |
| 2256 | 2026-09-12T20:33:36.765Z | PASS [ 0.007s] (101/169) sush-server proxy::test::version_interception |
| 2257 | 2026-09-12T20:33:36.768Z | PASS [ 0.007s] (102/169) sush-server pty::test::pty |
| 2258 | 2026-09-12T20:33:36.768Z | PASS [ 0.007s] (103/169) sush-server pty::test::set_window_size |
| 2259 | 2026-09-12T20:33:36.768Z | PASS [ 0.007s] (104/169) sush-server state::test::admission_rules |
| 2260 | 2026-09-12T20:33:36.771Z | PASS [ 0.007s] (105/169) sush-server state::test::floors_refuse_below |
| 2261 | 2026-09-12T20:33:36.818Z | PASS [ 0.269s] (106/169) sush-common codephrases::test::random_codephrases |
| 2262 | 2026-09-12T20:33:37.010Z | PASS [ 0.419s] (107/169) sush-common keys::test::signing |
| 2263 | 2026-09-12T20:33:37.900Z | PASS [ 1.207s] (108/169) sush-server job::test::tty |
| 2264 | 2026-09-12T20:33:38.567Z | PASS [ 2.053s] (109/169) sush-client cli::test::cert_chains |
| 2265 | 2026-09-12T20:33:38.894Z | PASS [ 2.127s] (110/169) sush-server::distributed interrupted_jobs_get_stopped |
| 2266 | 2026-09-12T20:33:39.355Z | PASS [ 2.345s] (111/169) sush-server::distributed rejoining_replays_without_reexecuting |
| 2267 | 2026-09-12T20:33:39.378Z | PASS [ 2.611s] (112/169) sush-server::distributed gossip_survives_bookmark_failure |
| 2268 | 2026-09-12T20:33:39.408Z | PASS [ 2.641s] (113/169) sush-server::distributed bookmarks_survive_restart |
| 2269 | 2026-09-12T20:33:39.660Z | PASS [ 2.889s] (114/169) sush-server::distributed jobs_gossip_between_sleds |
| 2270 | 2026-09-12T20:33:41.153Z | PASS [ 1.745s] (115/169) sush-server::gossip linked_follows_live_links |
| 2271 | 2026-09-12T20:33:43.311Z | PASS [ 6.492s] (116/169) sush-server::distributed lost_suffix_never_reruns |
| 2272 | 2026-09-12T20:33:45.021Z | PASS [ 5.665s] (117/169) sush-server::distributed witnessed_session_survives_restart |
| 2273 | 2026-09-12T20:33:45.094Z | PASS [ 5.715s] (118/169) sush-server::gossip cold_start_converges |
| 2274 | 2026-09-12T20:33:45.244Z | PASS [ 0.150s] (119/169) sush-tests integration_tests::client_proxy_server |
| 2275 | 2026-09-12T20:33:45.359Z | PASS [ 0.115s] (120/169) sush-tests integration_tests::client_server |
| 2276 | 2026-09-12T20:33:45.639Z | PASS [ 0.279s] (121/169) sush-tests integration_tests::client_tunnels_through_nexus |
| 2277 | 2026-09-12T20:33:45.888Z | PASS [ 0.249s] (122/169) sush-tests integration_tests::interactive_job |
| 2278 | 2026-09-12T20:33:46.140Z | PASS [ 0.252s] (123/169) sush-tests integration_tests::streaming_job |
| 2279 | 2026-09-12T20:33:46.354Z | PASS [ 1.333s] (124/169) sush-server::link gossip_convergence |
| 2280 | 2026-09-12T20:33:46.560Z | PASS [ 0.420s] (125/169) sush-tests integration_tests::streaming_job_linger |
| 2281 | 2026-09-12T20:33:46.610Z | PASS [ 0.049s] (126/169) sush-tests manager_tests::attribution |
| 2282 | 2026-09-12T20:33:46.619Z | PASS [ 0.010s] (127/169) sush-tests manager_tests::bad_root_cert_files |
| 2283 | 2026-09-12T20:33:46.624Z | PASS [ 0.271s] (128/169) sush-tests manager_tests::attach_grants |
| 2284 | 2026-09-12T20:33:46.667Z | PASS [ 0.047s] (129/169) sush-tests manager_tests::cancel_queued_job |
| 2285 | 2026-09-12T20:33:46.674Z | PASS [ 0.050s] (130/169) sush-tests manager_tests::cert_chain |
| 2286 | 2026-09-12T20:33:46.752Z | PASS [ 8.185s] (131/169) sush-server::distributed stragglers_do_not_interrupt_live_jobs |
| 2287 | 2026-09-12T20:33:46.755Z | PASS [ 0.088s] (132/169) sush-tests manager_tests::cert_revoke |
| 2288 | 2026-09-12T20:33:46.785Z | PASS [ 0.111s] (133/169) sush-tests manager_tests::cubby_targets |
| 2289 | 2026-09-12T20:33:46.801Z | PASS [ 0.046s] (134/169) sush-tests manager_tests::homonym_issuer_resolves_to_true_parent |
| 2290 | 2026-09-12T20:33:46.845Z | PASS [ 0.044s] (135/169) sush-tests manager_tests::iam |
| 2291 | 2026-09-12T20:33:46.848Z | PASS [ 0.094s] (136/169) sush-tests manager_tests::gossiped_identities |
| 2292 | 2026-09-12T20:33:46.875Z | PASS [ 0.030s] (137/169) sush-tests manager_tests::interactive_target_required |
| 2293 | 2026-09-12T20:33:46.885Z | PASS [ 0.100s] (138/169) sush-tests manager_tests::hostile_imports_cannot_displace |
| 2294 | 2026-09-12T20:33:46.889Z | PASS [ 0.042s] (139/169) sush-tests manager_tests::iam_revoke |
| 2295 | 2026-09-12T20:33:46.913Z | PASS [ 0.038s] (140/169) sush-tests manager_tests::job_json |
| 2296 | 2026-09-12T20:33:46.925Z | PASS [ 0.038s] (141/169) sush-tests manager_tests::job_output_perms |
| 2297 | 2026-09-12T20:33:46.935Z | PASS [ 0.050s] (142/169) sush-tests manager_tests::job_output_dir_moves |
| 2298 | 2026-09-12T20:33:46.944Z | PASS [ 0.030s] (143/169) sush-tests manager_tests::job_session_enforced |
| 2299 | 2026-09-12T20:33:46.963Z | PASS [ 0.038s] (144/169) sush-tests manager_tests::job_signal_dispositions |
| 2300 | 2026-09-12T20:33:46.973Z | PASS [ 0.038s] (145/169) sush-tests manager_tests::job_stop |
| 2301 | 2026-09-12T20:33:46.985Z | PASS [ 0.042s] (146/169) sush-tests manager_tests::job_targets |
| 2302 | 2026-09-12T20:33:47.047Z | PASS [ 0.083s] (147/169) sush-tests manager_tests::jobs |
| 2303 | 2026-09-12T20:33:47.088Z | PASS [ 0.041s] (148/169) sush-tests manager_tests::root_certs_from_files |
| 2304 | 2026-09-12T20:33:47.115Z | PASS [ 0.027s] (149/169) sush-tests manager_tests::session_nonce_rotates |
| 2305 | 2026-09-12T20:33:47.124Z | PASS [ 0.139s] (150/169) sush-tests manager_tests::revocation_tombstones |
| 2306 | 2026-09-12T20:33:47.163Z | PASS [ 0.037s] (151/169) sush-tests manager_tests::shutdown |
| 2307 | 2026-09-12T20:33:47.214Z | PASS [ 0.099s] (152/169) sush-tests manager_tests::session_stop_skips_queued_jobs |
| 2308 | 2026-09-12T20:33:47.252Z | PASS [ 0.090s] (153/169) sush-tests manager_tests::skip_and_stop_are_starter_only |
| 2309 | 2026-09-12T20:33:47.300Z | PASS [ 0.049s] (154/169) sush-tests manager_tests::streaming_validation |
| 2310 | 2026-09-12T20:33:47.305Z | PASS [ 0.092s] (155/169) sush-tests manager_tests::skip_racing_start_converges |
| 2311 | 2026-09-12T20:33:47.338Z | PASS [ 0.038s] (156/169) sush-tests manager_tests::superseding_session_skips_queued_jobs |
| 2312 | 2026-09-12T20:33:47.423Z | PASS [ 0.085s] (157/169) sush-tests manager_tests::too_much_output |
| 2313 | 2026-09-12T20:33:47.535Z | PASS [ 6.381s] (158/169) sush-server::gossip staggered_start_converges |
| 2314 | 2026-09-12T20:33:47.677Z | PASS [ 0.702s] (159/169) sush-tests manager_tests::output_ranges |
| 2315 | 2026-09-12T20:33:47.697Z | PASS [ 0.159s] (160/169) sush-tests tls_tests::ca_voucher_is_refused |
| 2316 | 2026-09-12T20:33:47.735Z | PASS [ 0.305s] (161/169) sush-tests manager_tests::universe_swap |
| 2317 | 2026-09-12T20:33:47.876Z | PASS [ 0.199s] (162/169) sush-tests tls_tests::client_tls_proxy_server |
| 2318 | 2026-09-12T20:33:47.936Z | PASS [ 0.242s] (163/169) sush-tests tls_tests::forged_voucher_is_refused |
| 2319 | 2026-09-12T20:33:47.963Z | PASS [ 0.234s] (164/169) sush-tests tls_tests::stranger_roots_refuse_handshake |
| 2320 | 2026-09-12T20:33:48.516Z | PASS [ 1.210s] (165/169) sush-tests manager_tests::too_much_cpu |
| 2321 | 2026-09-12T20:33:48.560Z | PASS [ 9.667s] (166/169) sush-server::distributed universe_flip_flop_raises_floor |
| 2322 | 2026-09-12T20:33:48.878Z | PASS [ 10.978s] (167/169) sush-server::distributed session_resumes_at_stored_successor |
| 2323 | 2026-09-12T20:33:48.996Z | PASS [ 9.336s] (168/169) sush-server::gossip node_replacement_reconverges |
| 2324 | 2026-09-12T20:34:24.507Z | PASS [ 41.197s] (169/169) sush-server::link conformance |
| 2325 | 2026-09-12T20:34:24.512Z | ──────────── |
| 2326 | 2026-09-12T20:34:24.512Z | Summary [ 47.994s] 169 tests run: 169 passed, 0 skipped |
| 2327 | 2026-09-12T20:34:24.520Z | cargo test --doc |
| 2328 | 2026-09-12T20:34:24.921Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2329 | 2026-09-12T20:34:24.926Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 2330 | 2026-09-12T20:34:24.926Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 2331 | 2026-09-12T20:34:24.958Z | Doc-tests sush_api |
| 2332 | 2026-09-12T20:34:25.462Z | |
| 2333 | 2026-09-12T20:34:25.462Z | running 2 tests |
| 2334 | 2026-09-12T20:34:25.462Z | test api/src/lib.rs - sush_api_mod::api_description (line 41) ... ignored |
| 2335 | 2026-09-12T20:34:25.462Z | test api/src/lib.rs - sush_api_mod::stub_api_description (line 47) ... ignored |
| 2336 | 2026-09-12T20:34:25.462Z | |
| 2337 | 2026-09-12T20:34:25.462Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2338 | 2026-09-12T20:34:25.462Z | |
| 2339 | 2026-09-12T20:34:25.471Z | all doctests ran in 0.33s; merged doctests compilation took 0.33s |
| 2340 | 2026-09-12T20:34:25.477Z | Doc-tests sush_client |
| 2341 | 2026-09-12T20:34:26.236Z | |
| 2342 | 2026-09-12T20:34:26.236Z | running 22 tests |
| 2343 | 2026-09-12T20:34:26.236Z | test client/src/lib.rs - Client::cert_chain (line 74) ... ignored |
| 2344 | 2026-09-12T20:34:26.236Z | test client/src/lib.rs - Client::cert_import (line 75) ... ignored |
| 2345 | 2026-09-12T20:34:26.237Z | test client/src/lib.rs - Client::cert_revoke (line 75) ... ignored |
| 2346 | 2026-09-12T20:34:26.237Z | test client/src/lib.rs - Client::iam (line 73) ... ignored |
| 2347 | 2026-09-12T20:34:26.237Z | test client/src/lib.rs - Client::iam_revoke (line 75) ... ignored |
| 2348 | 2026-09-12T20:34:26.237Z | test client/src/lib.rs - Client::identities (line 73) ... ignored |
| 2349 | 2026-09-12T20:34:26.237Z | test client/src/lib.rs - Client::job_attach (line 74) ... ignored |
| 2350 | 2026-09-12T20:34:26.237Z | test client/src/lib.rs - Client::job_history (line 75) ... ignored |
| 2351 | 2026-09-12T20:34:26.237Z | test client/src/lib.rs - Client::job_output (line 78) ... ignored |
| 2352 | 2026-09-12T20:34:26.237Z | test client/src/lib.rs - Client::job_start (line 81) ... ignored |
| 2353 | 2026-09-12T20:34:26.237Z | test client/src/lib.rs - Client::job_status (line 73) ... ignored |
| 2354 | 2026-09-12T20:34:26.237Z | test client/src/lib.rs - Client::job_stop (line 74) ... ignored |
| 2355 | 2026-09-12T20:34:26.237Z | test client/src/lib.rs - Client::session (line 71) ... ignored |
| 2356 | 2026-09-12T20:34:26.238Z | test client/src/lib.rs - Client::session_allow_attach (line 76) ... ignored |
| 2357 | 2026-09-12T20:34:26.238Z | test client/src/lib.rs - Client::session_deny_attach (line 75) ... ignored |
| 2358 | 2026-09-12T20:34:26.238Z | test client/src/lib.rs - Client::session_skip_job (line 73) ... ignored |
| 2359 | 2026-09-12T20:34:26.238Z | test client/src/lib.rs - Client::session_start (line 76) ... ignored |
| 2360 | 2026-09-12T20:34:26.238Z | test client/src/lib.rs - Client::session_start_nonce (line 73) ... ignored |
| 2361 | 2026-09-12T20:34:26.238Z | test client/src/lib.rs - Client::session_stop (line 72) ... ignored |
| 2362 | 2026-09-12T20:34:26.238Z | test client/src/lib.rs - Client::target (line 71) ... ignored |
| 2363 | 2026-09-12T20:34:26.241Z | test client/src/lib.rs - Client::version (line 71) ... ignored |
| 2364 | 2026-09-12T20:34:26.242Z | test client/src/lib.rs - Client::versions (line 71) ... ignored |
| 2365 | 2026-09-12T20:34:26.242Z | |
| 2366 | 2026-09-12T20:34:26.242Z | test result: ok. 0 passed; 0 failed; 22 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2367 | 2026-09-12T20:34:26.242Z | |
| 2368 | 2026-09-12T20:34:26.242Z | all doctests ran in 0.35s; merged doctests compilation took 0.35s |
| 2369 | 2026-09-12T20:34:26.264Z | Doc-tests sush_common |
| 2370 | 2026-09-12T20:34:26.483Z | |
| 2371 | 2026-09-12T20:34:26.483Z | running 0 tests |
| 2372 | 2026-09-12T20:34:26.483Z | |
| 2373 | 2026-09-12T20:34:26.483Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2374 | 2026-09-12T20:34:26.483Z | |
| 2375 | 2026-09-12T20:34:26.500Z | Doc-tests sush_server |
| 2376 | 2026-09-12T20:34:26.841Z | |
| 2377 | 2026-09-12T20:34:26.841Z | running 0 tests |
| 2378 | 2026-09-12T20:34:26.841Z | |
| 2379 | 2026-09-12T20:34:26.841Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2380 | 2026-09-12T20:34:26.841Z | |
| 2381 | 2026-09-12T20:34:26.871Z | Doc-tests sush_tests |
| 2382 | 2026-09-12T20:34:26.922Z | |
| 2383 | 2026-09-12T20:34:26.922Z | running 0 tests |
| 2384 | 2026-09-12T20:34:26.922Z | |
| 2385 | 2026-09-12T20:34:26.922Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2386 | 2026-09-12T20:34:26.922Z | |
| 2387 | 2026-09-12T20:34:26.935Z | cargo xtask openapi && git diff --exit-code sush.json |
| 2388 | 2026-09-12T20:34:27.227Z | Compiling libc v0.2.189 |
| 2389 | 2026-09-12T20:34:27.231Z | Compiling zeroize v1.9.0 |
| 2390 | 2026-09-12T20:34:27.231Z | Compiling proc-macro2 v1.0.107 |
| 2391 | 2026-09-12T20:34:27.231Z | Compiling quote v1.0.47 |
| 2392 | 2026-09-12T20:34:27.307Z | Compiling smallvec v1.15.2 |
| 2393 | 2026-09-12T20:34:27.312Z | Compiling num-traits v0.2.19 |
| 2394 | 2026-09-12T20:34:27.312Z | Compiling zerocopy v0.8.56 |
| 2395 | 2026-09-12T20:34:27.313Z | Compiling rustc_version v0.4.1 |
| 2396 | 2026-09-12T20:34:27.323Z | Compiling hashbrown v0.17.1 |
| 2397 | 2026-09-12T20:34:27.450Z | Compiling generic-array v0.14.7 |
| 2398 | 2026-09-12T20:34:27.483Z | Compiling log v0.4.33 |
| 2399 | 2026-09-12T20:34:27.578Z | Compiling curve25519-dalek v4.1.3 |
| 2400 | 2026-09-12T20:34:27.656Z | Compiling errno v0.3.14 |
| 2401 | 2026-09-12T20:34:27.667Z | Compiling getrandom v0.2.17 |
| 2402 | 2026-09-12T20:34:27.681Z | Compiling jobserver v0.1.35 |
| 2403 | 2026-09-12T20:34:27.807Z | Compiling rand_core v0.6.4 |
| 2404 | 2026-09-12T20:34:27.856Z | Compiling parking_lot_core v0.9.12 |
| 2405 | 2026-09-12T20:34:27.869Z | Compiling signal-hook-registry v1.4.8 |
| 2406 | 2026-09-12T20:34:27.878Z | Compiling socket2 v0.6.5 |
| 2407 | 2026-09-12T20:34:28.002Z | Compiling crypto-common v0.1.7 |
| 2408 | 2026-09-12T20:34:28.039Z | Compiling block-buffer v0.10.4 |
| 2409 | 2026-09-12T20:34:28.116Z | Compiling syn v3.0.3 |
| 2410 | 2026-09-12T20:34:28.124Z | Compiling syn v2.0.119 |
| 2411 | 2026-09-12T20:34:28.156Z | Compiling digest v0.10.7 |
| 2412 | 2026-09-12T20:34:28.164Z | Compiling cc v1.4.2 |
| 2413 | 2026-09-12T20:34:28.174Z | Compiling parking_lot v0.12.5 |
| 2414 | 2026-09-12T20:34:28.178Z | Compiling mio v1.2.2 |
| 2415 | 2026-09-12T20:34:28.330Z | Compiling getrandom v0.4.3 |
| 2416 | 2026-09-12T20:34:28.496Z | Compiling uuid v1.24.0 |
| 2417 | 2026-09-12T20:34:28.588Z | Compiling ff v0.13.1 |
| 2418 | 2026-09-12T20:34:28.682Z | Compiling sha2 v0.10.9 |
| 2419 | 2026-09-12T20:34:28.721Z | Compiling group v0.13.0 |
| 2420 | 2026-09-12T20:34:28.898Z | Compiling cmake v0.1.58 |
| 2421 | 2026-09-12T20:34:28.918Z | Compiling signature v2.2.0 |
| 2422 | 2026-09-12T20:34:28.934Z | Compiling crypto-bigint v0.5.5 |
| 2423 | 2026-09-12T20:34:29.065Z | Compiling getrandom v0.3.4 |
| 2424 | 2026-09-12T20:34:29.072Z | Compiling hmac v0.12.1 |
| 2425 | 2026-09-12T20:34:29.203Z | Compiling rand_core v0.9.5 |
| 2426 | 2026-09-12T20:34:29.232Z | Compiling indexmap v2.14.0 |
| 2427 | 2026-09-12T20:34:29.244Z | Compiling rustix v1.1.4 |
| 2428 | 2026-09-12T20:34:29.419Z | Compiling rustls-pki-types v1.15.1 |
| 2429 | 2026-09-12T20:34:29.459Z | Compiling aws-lc-sys v0.44.0 |
| 2430 | 2026-09-12T20:34:29.862Z | Compiling time v0.3.55 |
| 2431 | 2026-09-12T20:34:29.891Z | Compiling tracing v0.1.44 |
| 2432 | 2026-09-12T20:34:30.139Z | Compiling ppv-lite86 v0.2.21 |
| 2433 | 2026-09-12T20:34:30.193Z | Compiling rfc6979 v0.4.0 |
| 2434 | 2026-09-12T20:34:30.319Z | Compiling inout v0.1.4 |
| 2435 | 2026-09-12T20:34:30.454Z | Compiling rand_chacha v0.9.0 |
| 2436 | 2026-09-12T20:34:30.535Z | Compiling rustls v0.23.43 |
| 2437 | 2026-09-12T20:34:30.752Z | Compiling serde_derive_internals v0.29.1 |
| 2438 | 2026-09-12T20:34:30.771Z | Compiling rand v0.9.5 |
| 2439 | 2026-09-12T20:34:30.902Z | Compiling cipher v0.4.4 |
| 2440 | 2026-09-12T20:34:31.119Z | Compiling ssh-encoding v0.2.0 |
| 2441 | 2026-09-12T20:34:31.269Z | Compiling newtype-uuid v1.4.0 |
| 2442 | 2026-09-12T20:34:31.273Z | Compiling serde_derive v1.0.229 |
| 2443 | 2026-09-12T20:34:31.373Z | Compiling tokio-macros v2.7.2 |
| 2444 | 2026-09-12T20:34:31.377Z | Compiling thiserror-impl v2.0.20 |
| 2445 | 2026-09-12T20:34:31.393Z | Compiling daft-derive v0.1.8 |
| 2446 | 2026-09-12T20:34:31.433Z | Compiling sha1 v0.10.7 |
| 2447 | 2026-09-12T20:34:31.473Z | Compiling hostname v0.3.1 |
| 2448 | 2026-09-12T20:34:31.617Z | Compiling ssh-cipher v0.2.0 |
| 2449 | 2026-09-12T20:34:31.655Z | Compiling rand_chacha v0.3.1 |
| 2450 | 2026-09-12T20:34:31.765Z | Compiling is-terminal v0.4.17 |
| 2451 | 2026-09-12T20:34:31.863Z | Compiling spin v0.9.9 |
| 2452 | 2026-09-12T20:34:31.879Z | Compiling der_derive v0.7.3 |
| 2453 | 2026-09-12T20:34:31.984Z | Compiling futures-macro v0.3.33 |
| 2454 | 2026-09-12T20:34:32.095Z | Compiling tokio v1.53.1 |
| 2455 | 2026-09-12T20:34:32.103Z | Compiling schemars_derive v0.8.22 |
| 2456 | 2026-09-12T20:34:32.121Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2457 | 2026-09-12T20:34:32.577Z | Compiling thiserror v2.0.20 |
| 2458 | 2026-09-12T20:34:32.685Z | Compiling tungstenite v0.28.0 |
| 2459 | 2026-09-12T20:34:32.818Z | Compiling futures-util v0.3.33 |
| 2460 | 2026-09-12T20:34:32.856Z | Compiling der v0.7.10 |
| 2461 | 2026-09-12T20:34:33.357Z | Compiling thiserror-impl v1.0.69 |
| 2462 | 2026-09-12T20:34:33.729Z | Compiling spki v0.7.3 |
| 2463 | 2026-09-12T20:34:33.885Z | Compiling serde v1.0.229 |
| 2464 | 2026-09-12T20:34:33.937Z | Compiling pkcs8 v0.10.2 |
| 2465 | 2026-09-12T20:34:34.149Z | Compiling sec1 v0.7.3 |
| 2466 | 2026-09-12T20:34:34.209Z | Compiling ed25519 v2.2.3 |
| 2467 | 2026-09-12T20:34:34.394Z | Compiling erased-serde v0.3.31 |
| 2468 | 2026-09-12T20:34:34.421Z | Compiling chrono v0.4.45 |
| 2469 | 2026-09-12T20:34:34.421Z | Compiling elliptic-curve v0.13.8 |
| 2470 | 2026-09-12T20:34:34.450Z | Compiling serde_tokenstream v0.2.3 |
| 2471 | 2026-09-12T20:34:34.493Z | Compiling ed25519-dalek v2.2.0 |
| 2472 | 2026-09-12T20:34:34.728Z | Compiling async-stream-impl v0.3.6 |
| 2473 | 2026-09-12T20:34:34.793Z | Compiling slog v2.8.2 |
| 2474 | 2026-09-12T20:34:34.883Z | Compiling primeorder v0.13.6 |
| 2475 | 2026-09-12T20:34:35.076Z | Compiling ecdsa v0.16.9 |
| 2476 | 2026-09-12T20:34:35.164Z | Compiling slog-json v2.6.1 |
| 2477 | 2026-09-12T20:34:35.170Z | Compiling futures-executor v0.3.33 |
| 2478 | 2026-09-12T20:34:35.246Z | Compiling slog-async v2.8.0 |
| 2479 | 2026-09-12T20:34:35.365Z | Compiling futures v0.3.33 |
| 2480 | 2026-09-12T20:34:35.428Z | Compiling schemars v0.8.22 |
| 2481 | 2026-09-12T20:34:35.447Z | Compiling async-stream v0.3.6 |
| 2482 | 2026-09-12T20:34:35.462Z | Compiling slog-term v2.9.2 |
| 2483 | 2026-09-12T20:34:35.628Z | Compiling p256 v0.13.2 |
| 2484 | 2026-09-12T20:34:35.741Z | Compiling tokio-util v0.7.19 |
| 2485 | 2026-09-12T20:34:35.817Z | Compiling async-compression v0.4.43 |
| 2486 | 2026-09-12T20:34:35.962Z | Compiling ssh-key v0.6.7 |
| 2487 | 2026-09-12T20:34:36.021Z | Compiling tokio-tungstenite v0.28.0 |
| 2488 | 2026-09-12T20:34:36.134Z | Compiling slog-bunyan v2.5.0 |
| 2489 | 2026-09-12T20:34:36.174Z | Compiling oxnet v0.1.6 |
| 2490 | 2026-09-12T20:34:36.273Z | Compiling h2 v0.4.15 |
| 2491 | 2026-09-12T20:34:36.318Z | Compiling multer v3.1.0 |
| 2492 | 2026-09-12T20:34:36.409Z | Compiling dropshot_endpoint v0.17.1 |
| 2493 | 2026-09-12T20:34:36.666Z | Compiling daft v0.1.8 |
| 2494 | 2026-09-12T20:34:36.828Z | Compiling thiserror v1.0.69 |
| 2495 | 2026-09-12T20:34:36.883Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?tag=rel%2Fv21%2Frc1#3e5bafe8) |
| 2496 | 2026-09-12T20:34:36.922Z | Compiling openapiv3 v2.2.0 |
| 2497 | 2026-09-12T20:34:36.934Z | Compiling serde_urlencoded v0.7.1 |
| 2498 | 2026-09-12T20:34:37.204Z | Compiling x509-cert v0.2.5 |
| 2499 | 2026-09-12T20:34:37.209Z | Compiling tempfile v3.27.0 |
| 2500 | 2026-09-12T20:34:37.636Z | Compiling rand v0.8.7 |
| 2501 | 2026-09-12T20:34:37.853Z | Compiling rlimit v0.10.2 |
| 2502 | 2026-09-12T20:34:38.036Z | Compiling async-trait v0.1.92 |
| 2503 | 2026-09-12T20:34:38.043Z | Compiling terminal_size v0.4.4 |
| 2504 | 2026-09-12T20:34:38.184Z | Compiling rustls-pemfile v2.2.0 |
| 2505 | 2026-09-12T20:34:38.255Z | Compiling hostname v0.4.2 |
| 2506 | 2026-09-12T20:34:38.282Z | Compiling clap_builder v4.6.6 |
| 2507 | 2026-09-12T20:34:38.384Z | Compiling hyper v1.11.0 |
| 2508 | 2026-09-12T20:34:38.401Z | Compiling sush-common v0.1.0 (/work/oxidecomputer/sush/common) |
| 2509 | 2026-09-12T20:34:38.520Z | Compiling clap_derive v4.6.4 |
| 2510 | 2026-09-12T20:34:39.441Z | Compiling hyper-util v0.1.20 |
| 2511 | 2026-09-12T20:34:40.049Z | Compiling clap v4.6.6 |
| 2512 | 2026-09-12T20:34:45.168Z | Compiling aws-lc-rs v1.18.0 |
| 2513 | 2026-09-12T20:34:46.347Z | Compiling rustls-webpki v0.103.13 |
| 2514 | 2026-09-12T20:34:49.066Z | Compiling tokio-rustls v0.26.4 |
| 2515 | 2026-09-12T20:34:49.260Z | Compiling dropshot v0.17.1 |
| 2516 | 2026-09-12T20:34:51.640Z | Compiling sush-api v0.1.0 (/work/oxidecomputer/sush/api) |
| 2517 | 2026-09-12T20:34:52.980Z | Compiling xtask v0.1.0 (/work/oxidecomputer/sush/xtask) |
| 2518 | 2026-09-12T20:34:57.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.92s |
| 2519 | 2026-09-12T20:34:57.949Z | Running `target/debug/xtask openapi` |
| 2520 | 2026-09-12T20:34:58.010Z | Generating OpenAPI document `sush.json`... done! |
| 2521 | 2026-09-12T20:34:58.023Z | process exited: duration 471269 ms, exit code 0 |
| |
| 2522 | 2026-09-12T20:34:58.059Z | found 1 output files |
| 2523 | 2026-09-12T20:34:58.060Z | uploading: /work/sush (39261208 bytes) |
| 2524 | 2026-09-12T20:35:00.063Z | uploaded: /work/sush |