|
|
|
| 1 | 2026-03-25T16:32:24.617Z | job assigned to worker 01KMJXCTGKXECCX2FDGNT1RCFR [factory aws, i-0e53e9812fe4d537f] (queued for 1 m 47 s) |
| |
| 2 | 2026-03-25T16:32:31.427Z | starting task 0: "setup" |
| 3 | 2026-03-25T16:32:31.436Z | ++ uname -s |
| 4 | 2026-03-25T16:32:31.436Z | + kern=SunOS |
| 5 | 2026-03-25T16:32:31.436Z | + build_user=build |
| 6 | 2026-03-25T16:32:31.436Z | + build_uid=12345 |
| 7 | 2026-03-25T16:32:31.436Z | + work_dir=/work |
| 8 | 2026-03-25T16:32:31.436Z | + input_dir=/input |
| 9 | 2026-03-25T16:32:31.436Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-25T16:32:31.436Z | + case "$kern" in |
| 11 | 2026-03-25T16:32:31.436Z | + groupadd -g 12345 build |
| 12 | 2026-03-25T16:32:31.436Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-25T16:32:33.437Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-25T16:32:33.555Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-25T16:32:33.563Z | + home_fs=zfs |
| 16 | 2026-03-25T16:32:33.564Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-25T16:32:33.564Z | + mkdir -p /home/build |
| 18 | 2026-03-25T16:32:33.564Z | + chown build:build /home/build /work |
| 19 | 2026-03-25T16:32:35.557Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-25T16:32:35.560Z | process exited: duration 4139 ms, exit code 0 |
| |
| 21 | 2026-03-25T16:32:35.566Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-25T16:32:35.571Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-03-25T16:32:35.571Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-03-25T16:32:35.571Z | * rust toolchain profile = "default" |
| 25 | 2026-03-25T16:32:35.571Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-03-25T16:32:35.571Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-25T16:32:35.571Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-25T16:32:35.574Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-25T16:32:35.574Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-03-25T16:32:35.646Z | info: downloading installer |
| 31 | 2026-03-25T16:32:37.236Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-25T16:32:37.236Z | warn: /opt/ooce/bin |
| 33 | 2026-03-25T16:32:37.236Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-25T16:32:37.236Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-25T16:32:37.236Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-25T16:32:37.236Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-25T16:32:37.236Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-25T16:32:37.236Z | error: cannot install while Rust is installed |
| 39 | 2026-03-25T16:32:37.236Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-25T16:32:37.236Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-03-25T16:32:37.236Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-03-25T16:32:37.236Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-03-25T16:32:37.236Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-03-25T16:32:37.250Z | info: profile set to default |
| 45 | 2026-03-25T16:32:37.250Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-03-25T16:32:37.253Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 47 | 2026-03-25T16:32:37.403Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 48 | 2026-03-25T16:32:37.406Z | info: downloading 6 components |
| 49 | 2026-03-25T16:32:53.776Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 50 | 2026-03-25T16:32:53.776Z | |
| 51 | 2026-03-25T16:32:53.804Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 52 | 2026-03-25T16:32:53.804Z | |
| 53 | 2026-03-25T16:32:53.804Z | |
| 54 | 2026-03-25T16:32:53.804Z | Rust is installed now. Great! |
| 55 | 2026-03-25T16:32:53.805Z | |
| 56 | 2026-03-25T16:32:53.805Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-03-25T16:32:53.805Z | environment variable. This has not been done automatically. |
| 58 | 2026-03-25T16:32:53.805Z | |
| 59 | 2026-03-25T16:32:53.805Z | To configure your current shell, you need to source |
| 60 | 2026-03-25T16:32:53.805Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-03-25T16:32:53.805Z | |
| 62 | 2026-03-25T16:32:53.805Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-03-25T16:32:53.805Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-03-25T16:32:53.805Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-03-25T16:32:53.805Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-03-25T16:32:53.805Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-03-25T16:32:53.808Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-03-25T16:32:53.808Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-03-25T16:32:53.808Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-03-25T16:32:53.808Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-03-25T16:32:53.899Z | + rustup --version |
| 72 | 2026-03-25T16:32:53.908Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-03-25T16:32:53.911Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-03-25T16:32:53.930Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 75 | 2026-03-25T16:32:53.932Z | + cargo --version |
| 76 | 2026-03-25T16:32:53.945Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 77 | 2026-03-25T16:32:53.948Z | + rustc --version |
| 78 | 2026-03-25T16:32:53.968Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 79 | 2026-03-25T16:32:53.971Z | process exited: duration 18402 ms, exit code 0 |
| |
| 80 | 2026-03-25T16:32:53.977Z | starting task 2: "authentication" |
| 81 | 2026-03-25T16:32:53.993Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-03-25T16:32:53.999Z | starting task 3: "clone repository" |
| 83 | 2026-03-25T16:32:54.002Z | + mkdir -p /work/oxidecomputer/omicron |
| 84 | 2026-03-25T16:32:54.005Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 85 | 2026-03-25T16:32:54.080Z | Cloning into '/work/oxidecomputer/omicron'... |
| 86 | 2026-03-25T16:33:05.074Z | + cd /work/oxidecomputer/omicron |
| 87 | 2026-03-25T16:33:05.074Z | + git fetch origin 43914a10ea33968a251727a8000bf5bbcb9e4af1 |
| 88 | 2026-03-25T16:33:05.415Z | From https://github.com/oxidecomputer/omicron |
| 89 | 2026-03-25T16:33:05.415Z | * branch 43914a10ea33968a251727a8000bf5bbcb9e4af1 -> FETCH_HEAD |
| 90 | 2026-03-25T16:33:05.438Z | + [[ -n ea-ztnrpmzzkqvp ]] |
| 91 | 2026-03-25T16:33:05.452Z | ++ git branch --show-current |
| 92 | 2026-03-25T16:33:05.452Z | + current=main |
| 93 | 2026-03-25T16:33:05.452Z | + [[ main != ea-ztnrpmzzkqvp ]] |
| 94 | 2026-03-25T16:33:05.452Z | + git branch -f ea-ztnrpmzzkqvp 43914a10ea33968a251727a8000bf5bbcb9e4af1 |
| 95 | 2026-03-25T16:33:05.452Z | + git checkout -f ea-ztnrpmzzkqvp |
| 96 | 2026-03-25T16:33:05.767Z | Switched to branch 'ea-ztnrpmzzkqvp' |
| 97 | 2026-03-25T16:33:05.785Z | + git reset --hard 43914a10ea33968a251727a8000bf5bbcb9e4af1 |
| 98 | 2026-03-25T16:33:05.785Z | HEAD is now at 43914a10e monitor resource consumption on linux |
| 99 | 2026-03-25T16:33:05.785Z | process exited: duration 11713 ms, exit code 0 |
| |
| 100 | 2026-03-25T16:33:05.821Z | starting task 4: "build" |
| 101 | 2026-03-25T16:33:05.832Z | + source ./env.sh |
| 102 | 2026-03-25T16:33:05.832Z | ++ OLD_SHELL_OPTS=ehxB |
| 103 | 2026-03-25T16:33:05.832Z | ++ set -o xtrace |
| 104 | 2026-03-25T16:33:05.832Z | ++++ dirname ./env.sh |
| 105 | 2026-03-25T16:33:05.832Z | +++ readlink -f . |
| 106 | 2026-03-25T16:33:05.832Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 107 | 2026-03-25T16:33:05.832Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2026-03-25T16:33:05.832Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2026-03-25T16:33:05.833Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-03-25T16:33:05.833Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2026-03-25T16:33:05.833Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2026-03-25T16:33:05.833Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 113 | 2026-03-25T16:33:05.833Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 114 | 2026-03-25T16:33:05.833Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 115 | 2026-03-25T16:33:05.833Z | ++ case $OLD_SHELL_OPTS in |
| 116 | 2026-03-25T16:33:05.833Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 117 | 2026-03-25T16:33:05.833Z | + source .github/buildomat/ci-env.sh |
| 118 | 2026-03-25T16:33:05.833Z | ++ export CARGO_TERM_COLOR=always |
| 119 | 2026-03-25T16:33:05.833Z | ++ CARGO_TERM_COLOR=always |
| 120 | 2026-03-25T16:33:05.833Z | + cargo --version |
| 121 | 2026-03-25T16:33:05.842Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 122 | 2026-03-25T16:33:05.842Z | + rustc --version |
| 123 | 2026-03-25T16:33:05.875Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 124 | 2026-03-25T16:33:05.893Z | + cargo build --release -p ci-resource-usage |
| 125 | 2026-03-25T16:33:06.049Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 126 | 2026-03-25T16:33:06.343Z | Updating crates.io index |
| 127 | 2026-03-25T16:33:06.350Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 128 | 2026-03-25T16:33:06.945Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 129 | 2026-03-25T16:33:07.333Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 130 | 2026-03-25T16:33:07.786Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 131 | 2026-03-25T16:33:15.889Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 132 | 2026-03-25T16:33:16.394Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 133 | 2026-03-25T16:33:17.721Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 134 | 2026-03-25T16:33:19.084Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 135 | 2026-03-25T16:33:19.870Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 136 | 2026-03-25T16:33:20.145Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 137 | 2026-03-25T16:33:20.993Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 138 | 2026-03-25T16:33:21.379Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 139 | 2026-03-25T16:33:21.761Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 140 | 2026-03-25T16:33:22.039Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 141 | 2026-03-25T16:33:23.059Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 142 | 2026-03-25T16:33:23.708Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 143 | 2026-03-25T16:33:23.979Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 144 | 2026-03-25T16:33:24.264Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 145 | 2026-03-25T16:33:24.863Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 146 | 2026-03-25T16:33:25.136Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 147 | 2026-03-25T16:33:25.363Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 148 | 2026-03-25T16:33:25.816Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 149 | 2026-03-25T16:33:26.057Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 150 | 2026-03-25T16:33:26.927Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 151 | 2026-03-25T16:33:27.226Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 152 | 2026-03-25T16:33:27.515Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 153 | 2026-03-25T16:33:28.141Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 154 | 2026-03-25T16:33:28.562Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 155 | 2026-03-25T16:33:29.915Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 156 | 2026-03-25T16:33:30.395Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 157 | 2026-03-25T16:33:30.964Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 158 | 2026-03-25T16:33:31.306Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 159 | 2026-03-25T16:33:32.016Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 160 | 2026-03-25T16:33:32.341Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 161 | 2026-03-25T16:33:32.900Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 162 | 2026-03-25T16:33:33.141Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 163 | 2026-03-25T16:33:33.938Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 164 | 2026-03-25T16:33:34.009Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 165 | 2026-03-25T16:33:34.090Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 166 | 2026-03-25T16:33:46.136Z | Downloading crates ... |
| 167 | 2026-03-25T16:33:46.204Z | Downloaded thiserror v1.0.69 |
| 168 | 2026-03-25T16:33:46.204Z | Downloaded kstat-rs v0.2.4 |
| 169 | 2026-03-25T16:33:46.204Z | Downloaded thiserror-impl v1.0.69 |
| 170 | 2026-03-25T16:33:46.204Z | Downloaded proc-macro2 v1.0.106 |
| 171 | 2026-03-25T16:33:46.204Z | Downloaded quote v1.0.44 |
| 172 | 2026-03-25T16:33:46.204Z | Downloaded anyhow v1.0.102 |
| 173 | 2026-03-25T16:33:46.204Z | Downloaded unicode-ident v1.0.24 |
| 174 | 2026-03-25T16:33:46.204Z | Downloaded syn v2.0.117 |
| 175 | 2026-03-25T16:33:46.204Z | Downloaded libc v0.2.180 |
| 176 | 2026-03-25T16:33:46.232Z | Compiling proc-macro2 v1.0.106 |
| 177 | 2026-03-25T16:33:46.232Z | Compiling unicode-ident v1.0.24 |
| 178 | 2026-03-25T16:33:46.232Z | Compiling quote v1.0.44 |
| 179 | 2026-03-25T16:33:46.233Z | Compiling thiserror v1.0.69 |
| 180 | 2026-03-25T16:33:46.233Z | Compiling libc v0.2.180 |
| 181 | 2026-03-25T16:33:46.233Z | Compiling anyhow v1.0.102 |
| 182 | 2026-03-25T16:33:47.350Z | Compiling syn v2.0.117 |
| 183 | 2026-03-25T16:33:48.468Z | Compiling thiserror-impl v1.0.69 |
| 184 | 2026-03-25T16:33:49.156Z | Compiling kstat-rs v0.2.4 |
| 185 | 2026-03-25T16:33:49.440Z | Compiling ci-resource-usage v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ci-resource-usage) |
| 186 | 2026-03-25T16:33:49.917Z | Finished `release` profile [optimized] target(s) in 44.02s |
| 187 | 2026-03-25T16:33:50.207Z | + bmat process start ci-resource-usage target/release/ci-resource-usage /var/tmp/ci-resource-usage.csv |
| 188 | 2026-03-25T16:33:50.216Z | + banner prerequisites |
| 189 | 2026-03-25T16:33:50.225Z | |
| 190 | 2026-03-25T16:33:50.225Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 191 | 2026-03-25T16:33:50.225Z | # # # # # # # # # # # # # # # |
| 192 | 2026-03-25T16:33:50.225Z | # # # # ##### # # ##### # # # # # #### # |
| 193 | 2026-03-25T16:33:50.225Z | ##### ##### # ##### # # # # # # # # # |
| 194 | 2026-03-25T16:33:50.225Z | # # # # # # # # # # # # # # # |
| 195 | 2026-03-25T16:33:50.225Z | # # # ###### # # ###### ### # #### # #### # |
| 196 | 2026-03-25T16:33:50.225Z | |
| 197 | 2026-03-25T16:33:50.225Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 198 | 2026-03-25T16:33:53.827Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 199 | 2026-03-25T16:33:57.391Z | Planning: Solver setup ... Done (2.283s) |
| 200 | 2026-03-25T16:33:57.406Z | Planning: Running solver ... Done (0.015s) |
| 201 | 2026-03-25T16:33:57.800Z | Planning: Finding local manifests ... Done (0.002s) |
| 202 | 2026-03-25T16:33:57.806Z | Planning: Fetching manifests: 0/4 0% complete |
| 203 | 2026-03-25T16:33:57.806Z | Planning: Fetching manifests: 4/4 100% complete |
| 204 | 2026-03-25T16:33:57.806Z | Planning: Package planning ... Done (0.031s) |
| 205 | 2026-03-25T16:33:57.806Z | Planning: Merging actions ... Done (0.028s) |
| 206 | 2026-03-25T16:33:58.019Z | Planning: Checking for conflicting actions ... Done (0.182s) |
| 207 | 2026-03-25T16:33:58.028Z | Planning: Consolidating action changes ... Done (0.006s) |
| 208 | 2026-03-25T16:33:58.588Z | Planning: Evaluating mediators ... Done (0.595s) |
| 209 | 2026-03-25T16:33:58.595Z | Planning: Planning completed in 4.75 seconds |
| 210 | 2026-03-25T16:33:58.986Z | Packages to install: 4 |
| 211 | 2026-03-25T16:33:58.987Z | Mediators to change: 2 |
| 212 | 2026-03-25T16:33:59.005Z | Services to change: 1 |
| 213 | 2026-03-25T16:33:59.005Z | Estimated space available: 155.18 GB |
| 214 | 2026-03-25T16:33:59.005Z | Estimated space to be consumed: 1.83 GB |
| 215 | 2026-03-25T16:33:59.005Z | Create boot environment: No |
| 216 | 2026-03-25T16:33:59.005Z | Create backup boot environment: No |
| 217 | 2026-03-25T16:33:59.005Z | Rebuild boot archive: No |
| 218 | 2026-03-25T16:33:59.005Z | |
| 219 | 2026-03-25T16:33:59.006Z | Changed mediators: |
| 220 | 2026-03-25T16:33:59.006Z | mediator clang: |
| 221 | 2026-03-25T16:33:59.006Z | version: None -> 15 (system default) |
| 222 | 2026-03-25T16:33:59.006Z | |
| 223 | 2026-03-25T16:33:59.006Z | mediator llvm: |
| 224 | 2026-03-25T16:33:59.006Z | version: 14 (system default) -> 15 (system default) |
| 225 | 2026-03-25T16:33:59.006Z | |
| 226 | 2026-03-25T16:33:59.006Z | Changed packages: |
| 227 | 2026-03-25T16:33:59.006Z | helios-dev |
| 228 | 2026-03-25T16:33:59.006Z | developer/build-essential |
| 229 | 2026-03-25T16:33:59.006Z | None -> 11-2.0 |
| 230 | 2026-03-25T16:33:59.006Z | library/libxmlsec1 |
| 231 | 2026-03-25T16:33:59.006Z | None -> 1.2.35-2.0 |
| 232 | 2026-03-25T16:33:59.006Z | ooce/developer/clang-15 |
| 233 | 2026-03-25T16:33:59.006Z | None -> 15.0.7-2.0 |
| 234 | 2026-03-25T16:33:59.006Z | ooce/developer/llvm-15 |
| 235 | 2026-03-25T16:33:59.006Z | None -> 15.0.7-2.0 |
| 236 | 2026-03-25T16:33:59.006Z | |
| 237 | 2026-03-25T16:33:59.006Z | Services: |
| 238 | 2026-03-25T16:33:59.006Z | restart_fmri: |
| 239 | 2026-03-25T16:33:59.006Z | svc:/system/update-man-index:default |
| 240 | 2026-03-25T16:33:59.006Z | |
| 241 | 2026-03-25T16:33:59.006Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 242 | 2026-03-25T16:34:03.881Z | Download: 3170/3290 items 156.1/212.6MB 73% complete (31.0M/s) |
| 243 | 2026-03-25T16:34:05.227Z | Download: Completed 212.60 MB in 6.10 seconds (34.9M/s) |
| 244 | 2026-03-25T16:34:05.357Z | Actions: 1/3689 actions (Installing new actions) |
| 245 | 2026-03-25T16:34:08.618Z | Actions: Completed 3689 actions in 3.26 seconds. |
| 246 | 2026-03-25T16:34:09.139Z | Done (0.521s) |
| 247 | 2026-03-25T16:34:09.139Z | Done (0.000s) |
| 248 | 2026-03-25T16:34:09.845Z | Done (0.701s) |
| 249 | 2026-03-25T16:34:12.853Z | Done (2.667s) |
| 250 | 2026-03-25T16:34:13.182Z | Done (0.011s) |
| 251 | 2026-03-25T16:34:13.197Z | Done (0.000s) |
| 252 | 2026-03-25T16:34:13.323Z | Done (0.000s) |
| 253 | 2026-03-25T16:34:13.911Z | Planning: Evaluating mediator changes ... Done |
| 254 | 2026-03-25T16:34:13.923Z | Planning: Checking for conflicting actions ... Done |
| 255 | 2026-03-25T16:34:13.923Z | Planning: Consolidating action changes ... Done |
| 256 | 2026-03-25T16:34:13.952Z | Planning: Evaluating mediators ... Done |
| 257 | 2026-03-25T16:34:13.958Z | Planning: Planning completed in 0.27 seconds |
| 258 | 2026-03-25T16:34:13.973Z | Mediators to change: 2 |
| 259 | 2026-03-25T16:34:13.973Z | Create boot environment: No |
| 260 | 2026-03-25T16:34:13.973Z | Create backup boot environment: No |
| 261 | 2026-03-25T16:34:14.022Z | Done |
| 262 | 2026-03-25T16:34:14.022Z | Done |
| 263 | 2026-03-25T16:34:14.624Z | Done |
| 264 | 2026-03-25T16:34:17.152Z | Done |
| 265 | 2026-03-25T16:34:17.215Z | Done |
| 266 | 2026-03-25T16:34:17.218Z | Done |
| 267 | 2026-03-25T16:34:17.300Z | Done |
| 268 | 2026-03-25T16:34:17.712Z | Planning: Evaluating mediator changes ... Done |
| 269 | 2026-03-25T16:34:17.716Z | Planning: Merging actions ... Done |
| 270 | 2026-03-25T16:34:17.857Z | Planning: Checking for conflicting actions ... Done |
| 271 | 2026-03-25T16:34:17.861Z | Planning: Consolidating action changes ... Done |
| 272 | 2026-03-25T16:34:17.998Z | Planning: Evaluating mediators ... Done |
| 273 | 2026-03-25T16:34:18.027Z | Planning: Planning completed in 0.45 seconds |
| 274 | 2026-03-25T16:34:18.047Z | Packages to change: 1 |
| 275 | 2026-03-25T16:34:18.047Z | Mediators to change: 1 |
| 276 | 2026-03-25T16:34:18.047Z | Services to change: 1 |
| 277 | 2026-03-25T16:34:18.047Z | Create boot environment: No |
| 278 | 2026-03-25T16:34:18.047Z | Create backup boot environment: Yes |
| 279 | 2026-03-25T16:34:20.169Z | Actions: 1/6 actions (Updating modified actions) |
| 280 | 2026-03-25T16:34:20.187Z | Actions: Completed 6 actions in 0.00 seconds. |
| 281 | 2026-03-25T16:34:20.187Z | Done |
| 282 | 2026-03-25T16:34:20.187Z | Done |
| 283 | 2026-03-25T16:34:20.251Z | Done |
| 284 | 2026-03-25T16:34:22.763Z | Done |
| 285 | 2026-03-25T16:34:22.829Z | Done |
| 286 | 2026-03-25T16:34:22.832Z | Done |
| 287 | 2026-03-25T16:34:23.101Z | Done |
| 288 | 2026-03-25T16:34:23.260Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 289 | 2026-03-25T16:34:23.260Z | clang system 15 system |
| 290 | 2026-03-25T16:34:23.260Z | csh system system illumos |
| 291 | 2026-03-25T16:34:23.260Z | ctags system system illumos |
| 292 | 2026-03-25T16:34:23.260Z | file system system illumos |
| 293 | 2026-03-25T16:34:23.260Z | gcc vendor 12 vendor |
| 294 | 2026-03-25T16:34:23.260Z | gcc system 14 system |
| 295 | 2026-03-25T16:34:23.260Z | gcc system 10 system |
| 296 | 2026-03-25T16:34:23.260Z | go system 1.20 system |
| 297 | 2026-03-25T16:34:23.260Z | go system 1.19 system |
| 298 | 2026-03-25T16:34:23.260Z | llvm system 15 system |
| 299 | 2026-03-25T16:34:23.260Z | llvm system 14 system |
| 300 | 2026-03-25T16:34:23.260Z | mariadb system 10.6 system |
| 301 | 2026-03-25T16:34:23.261Z | mta vendor vendor dma |
| 302 | 2026-03-25T16:34:23.261Z | openjdk system 17 system |
| 303 | 2026-03-25T16:34:23.261Z | openjdk system 11 system |
| 304 | 2026-03-25T16:34:23.261Z | openjdk system 1.8 system |
| 305 | 2026-03-25T16:34:23.261Z | openssl vendor 3 vendor |
| 306 | 2026-03-25T16:34:23.261Z | perl system 5.36 system |
| 307 | 2026-03-25T16:34:23.261Z | postgresql system 15 system |
| 308 | 2026-03-25T16:34:23.261Z | postgresql system 13 system |
| 309 | 2026-03-25T16:34:23.261Z | python vendor 3 vendor |
| 310 | 2026-03-25T16:34:23.261Z | python system 2 system |
| 311 | 2026-03-25T16:34:23.261Z | python3 system 3.11 system |
| 312 | 2026-03-25T16:34:23.261Z | ruby system 3.0 system |
| 313 | 2026-03-25T16:34:23.261Z | words vendor vendor american-english |
| 314 | 2026-03-25T16:34:23.262Z | words system system australian-english |
| 315 | 2026-03-25T16:34:23.262Z | words system system british-english |
| 316 | 2026-03-25T16:34:23.262Z | words system system canadian-english |
| 317 | 2026-03-25T16:34:23.262Z | words system system french |
| 318 | 2026-03-25T16:34:23.262Z | words system system italian |
| 319 | 2026-03-25T16:34:23.262Z | words system system ngerman |
| 320 | 2026-03-25T16:34:23.262Z | words system system ogerman |
| 321 | 2026-03-25T16:34:23.262Z | words system system spanish |
| 322 | 2026-03-25T16:34:23.489Z | PUBLISHER TYPE STATUS P LOCATION |
| 323 | 2026-03-25T16:34:23.489Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 324 | 2026-03-25T16:34:27.892Z | FMRI IFO |
| 325 | 2026-03-25T16:34:27.892Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 326 | 2026-03-25T16:34:27.892Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 327 | 2026-03-25T16:34:27.892Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 328 | 2026-03-25T16:34:27.892Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 329 | 2026-03-25T16:34:27.892Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 330 | 2026-03-25T16:34:27.892Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 331 | 2026-03-25T16:34:27.892Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 332 | 2026-03-25T16:34:27.892Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 333 | 2026-03-25T16:34:27.892Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 334 | 2026-03-25T16:34:27.893Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 335 | 2026-03-25T16:34:27.893Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 336 | 2026-03-25T16:34:27.893Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 337 | 2026-03-25T16:34:27.893Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 338 | 2026-03-25T16:34:27.893Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 339 | 2026-03-25T16:34:27.893Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 340 | 2026-03-25T16:34:27.893Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 341 | 2026-03-25T16:34:29.142Z | Downloading crates ... |
| 342 | 2026-03-25T16:34:29.202Z | Downloaded anstream v0.6.21 |
| 343 | 2026-03-25T16:34:29.207Z | Downloaded num-traits v0.2.19 |
| 344 | 2026-03-25T16:34:29.207Z | Downloaded camino-tempfile v1.4.1 |
| 345 | 2026-03-25T16:34:29.207Z | Downloaded colorchoice v1.0.4 |
| 346 | 2026-03-25T16:34:29.207Z | Downloaded memmap v0.7.0 |
| 347 | 2026-03-25T16:34:29.218Z | Downloaded utf8parse v0.2.2 |
| 348 | 2026-03-25T16:34:29.218Z | Downloaded usdt v0.5.0 |
| 349 | 2026-03-25T16:34:29.218Z | Downloaded getrandom v0.4.1 |
| 350 | 2026-03-25T16:34:29.229Z | Downloaded idna_adapter v1.2.1 |
| 351 | 2026-03-25T16:34:29.229Z | Downloaded clap_lex v1.0.0 |
| 352 | 2026-03-25T16:34:29.229Z | Downloaded version_check v0.9.5 |
| 353 | 2026-03-25T16:34:29.230Z | Downloaded block-buffer v0.10.4 |
| 354 | 2026-03-25T16:34:29.230Z | Downloaded errno v0.3.14 |
| 355 | 2026-03-25T16:34:29.242Z | Downloaded usdt-macro v0.5.0 |
| 356 | 2026-03-25T16:34:29.242Z | Downloaded equivalent v1.0.2 |
| 357 | 2026-03-25T16:34:29.242Z | Downloaded utf8_iter v1.0.4 |
| 358 | 2026-03-25T16:34:29.242Z | Downloaded yoke-derive v0.8.1 |
| 359 | 2026-03-25T16:34:29.242Z | Downloaded typeid v1.0.3 |
| 360 | 2026-03-25T16:34:29.242Z | Downloaded cfg-if v1.0.4 |
| 361 | 2026-03-25T16:34:29.242Z | Downloaded dtrace-parser v0.2.0 |
| 362 | 2026-03-25T16:34:29.242Z | Downloaded cargo-platform v0.2.0 |
| 363 | 2026-03-25T16:34:29.242Z | Downloaded is_terminal_polyfill v1.70.2 |
| 364 | 2026-03-25T16:34:29.242Z | Downloaded scroll_derive v0.12.1 |
| 365 | 2026-03-25T16:34:29.242Z | Downloaded fastrand v2.3.0 |
| 366 | 2026-03-25T16:34:29.256Z | Downloaded zerofrom-derive v0.1.6 |
| 367 | 2026-03-25T16:34:29.256Z | Downloaded ordered-float v2.10.1 |
| 368 | 2026-03-25T16:34:29.256Z | Downloaded zerofrom v0.1.6 |
| 369 | 2026-03-25T16:34:29.256Z | Downloaded writeable v0.6.2 |
| 370 | 2026-03-25T16:34:29.256Z | Downloaded usdt-attr-macro v0.5.0 |
| 371 | 2026-03-25T16:34:29.256Z | Downloaded unicode-linebreak v0.1.5 |
| 372 | 2026-03-25T16:34:29.256Z | Downloaded erased-serde v0.4.9 |
| 373 | 2026-03-25T16:34:29.256Z | Downloaded icu_normalizer_data v2.1.1 |
| 374 | 2026-03-25T16:34:29.256Z | Downloaded toml_datetime v0.6.11 |
| 375 | 2026-03-25T16:34:29.256Z | Downloaded toml_write v0.1.2 |
| 376 | 2026-03-25T16:34:29.256Z | Downloaded cpufeatures v0.2.17 |
| 377 | 2026-03-25T16:34:29.256Z | Downloaded byteorder v1.5.0 |
| 378 | 2026-03-25T16:34:29.256Z | Downloaded cargo_toml v0.21.0 |
| 379 | 2026-03-25T16:34:29.271Z | Downloaded zerovec-derive v0.11.2 |
| 380 | 2026-03-25T16:34:29.271Z | Downloaded yoke v0.8.1 |
| 381 | 2026-03-25T16:34:29.272Z | Downloaded unicode-xid v0.2.6 |
| 382 | 2026-03-25T16:34:29.272Z | Downloaded dof v0.3.0 |
| 383 | 2026-03-25T16:34:29.272Z | Downloaded usdt-impl v0.5.0 |
| 384 | 2026-03-25T16:34:29.281Z | Downloaded itoa v1.0.17 |
| 385 | 2026-03-25T16:34:29.281Z | Downloaded digest v0.10.7 |
| 386 | 2026-03-25T16:34:29.281Z | Downloaded zmij v1.0.21 |
| 387 | 2026-03-25T16:34:29.281Z | Downloaded bitflags v2.11.0 |
| 388 | 2026-03-25T16:34:29.281Z | Downloaded camino v1.2.2 |
| 389 | 2026-03-25T16:34:29.281Z | Downloaded zerocopy-derive v0.7.35 |
| 390 | 2026-03-25T16:34:29.281Z | Downloaded percent-encoding v2.3.2 |
| 391 | 2026-03-25T16:34:29.281Z | Downloaded toml v0.8.23 |
| 392 | 2026-03-25T16:34:29.290Z | Downloaded ucd-trie v0.1.7 |
| 393 | 2026-03-25T16:34:29.290Z | Downloaded anstyle-query v1.1.5 |
| 394 | 2026-03-25T16:34:29.290Z | Downloaded heck v0.5.0 |
| 395 | 2026-03-25T16:34:29.290Z | Downloaded strsim v0.11.1 |
| 396 | 2026-03-25T16:34:29.290Z | Downloaded potential_utf v0.1.4 |
| 397 | 2026-03-25T16:34:29.300Z | Downloaded generic-array v0.14.7 |
| 398 | 2026-03-25T16:34:29.300Z | Downloaded zerotrie v0.2.3 |
| 399 | 2026-03-25T16:34:29.300Z | Downloaded smawk v0.3.2 |
| 400 | 2026-03-25T16:34:29.633Z | Downloaded tabled_derive v0.7.0 |
| 401 | 2026-03-25T16:34:29.633Z | Downloaded swrite v0.1.0 |
| 402 | 2026-03-25T16:34:29.633Z | Downloaded crypto-common v0.1.7 |
| 403 | 2026-03-25T16:34:29.633Z | Downloaded stable_deref_trait v1.2.1 |
| 404 | 2026-03-25T16:34:29.633Z | Downloaded serde_spanned v0.6.9 |
| 405 | 2026-03-25T16:34:29.633Z | Downloaded anstyle v1.0.13 |
| 406 | 2026-03-25T16:34:29.633Z | Downloaded toml_edit v0.22.27 |
| 407 | 2026-03-25T16:34:29.644Z | Downloaded thread-id v4.2.2 |
| 408 | 2026-03-25T16:34:29.645Z | Downloaded url v2.5.8 |
| 409 | 2026-03-25T16:34:29.645Z | Downloaded pretty-hex v0.4.1 |
| 410 | 2026-03-25T16:34:29.645Z | Downloaded typenum v1.19.0 |
| 411 | 2026-03-25T16:34:29.645Z | Downloaded heck v0.4.1 |
| 412 | 2026-03-25T16:34:29.645Z | Downloaded form_urlencoded v1.2.2 |
| 413 | 2026-03-25T16:34:29.645Z | Downloaded macaddr v1.0.1 |
| 414 | 2026-03-25T16:34:29.645Z | Downloaded proc-macro-error-attr v1.0.4 |
| 415 | 2026-03-25T16:34:29.645Z | Downloaded serde-value v0.7.0 |
| 416 | 2026-03-25T16:34:29.645Z | Downloaded terminal_size v0.4.3 |
| 417 | 2026-03-25T16:34:29.645Z | Downloaded zerovec v0.11.5 |
| 418 | 2026-03-25T16:34:29.645Z | Downloaded winnow v0.7.14 |
| 419 | 2026-03-25T16:34:29.645Z | Downloaded zerocopy v0.7.35 |
| 420 | 2026-03-25T16:34:29.646Z | Downloaded plain v0.2.3 |
| 421 | 2026-03-25T16:34:29.646Z | Downloaded fs-err v3.3.0 |
| 422 | 2026-03-25T16:34:29.646Z | Downloaded displaydoc v0.2.5 |
| 423 | 2026-03-25T16:34:29.646Z | Downloaded cargo_metadata v0.21.0 |
| 424 | 2026-03-25T16:34:29.646Z | Downloaded autocfg v1.5.0 |
| 425 | 2026-03-25T16:34:29.646Z | Downloaded proc-macro-error v1.0.4 |
| 426 | 2026-03-25T16:34:29.646Z | Downloaded fnv v1.0.7 |
| 427 | 2026-03-25T16:34:29.646Z | Downloaded unicode-width v0.2.0 |
| 428 | 2026-03-25T16:34:29.646Z | Downloaded unicode-width v0.1.14 |
| 429 | 2026-03-25T16:34:29.646Z | Downloaded synstructure v0.13.2 |
| 430 | 2026-03-25T16:34:29.646Z | Downloaded bytecount v0.6.9 |
| 431 | 2026-03-25T16:34:29.646Z | Downloaded serde-untagged v0.1.9 |
| 432 | 2026-03-25T16:34:29.646Z | Downloaded semver v1.0.27 |
| 433 | 2026-03-25T16:34:29.646Z | Downloaded thiserror-impl v2.0.18 |
| 434 | 2026-03-25T16:34:29.646Z | Downloaded sha2 v0.10.9 |
| 435 | 2026-03-25T16:34:29.646Z | Downloaded serde_tokenstream v0.2.3 |
| 436 | 2026-03-25T16:34:29.647Z | Downloaded scroll v0.12.0 |
| 437 | 2026-03-25T16:34:29.647Z | Downloaded icu_normalizer v2.1.1 |
| 438 | 2026-03-25T16:34:29.647Z | Downloaded cargo-util-schemas v0.8.2 |
| 439 | 2026-03-25T16:34:29.647Z | Downloaded tinystr v0.8.2 |
| 440 | 2026-03-25T16:34:29.647Z | Downloaded anstyle-parse v0.2.7 |
| 441 | 2026-03-25T16:34:29.647Z | Downloaded litemap v0.8.1 |
| 442 | 2026-03-25T16:34:29.647Z | Downloaded pest_derive v2.8.6 |
| 443 | 2026-03-25T16:34:29.647Z | Downloaded clap_derive v4.5.55 |
| 444 | 2026-03-25T16:34:29.647Z | Downloaded tempfile v3.25.0 |
| 445 | 2026-03-25T16:34:29.647Z | Downloaded once_cell v1.21.3 |
| 446 | 2026-03-25T16:34:29.647Z | Downloaded thiserror v2.0.18 |
| 447 | 2026-03-25T16:34:29.647Z | Downloaded icu_collections v2.1.1 |
| 448 | 2026-03-25T16:34:29.647Z | Downloaded pest_generator v2.8.6 |
| 449 | 2026-03-25T16:34:29.647Z | Downloaded clap v4.5.60 |
| 450 | 2026-03-25T16:34:29.648Z | Downloaded memchr v2.8.0 |
| 451 | 2026-03-25T16:34:29.648Z | Downloaded icu_provider v2.1.1 |
| 452 | 2026-03-25T16:34:29.648Z | Downloaded serde_derive v1.0.228 |
| 453 | 2026-03-25T16:34:29.648Z | Downloaded smallvec v1.15.1 |
| 454 | 2026-03-25T16:34:29.648Z | Downloaded papergrid v0.11.0 |
| 455 | 2026-03-25T16:34:29.648Z | Downloaded log v0.4.29 |
| 456 | 2026-03-25T16:34:29.648Z | Downloaded textwrap v0.16.2 |
| 457 | 2026-03-25T16:34:29.648Z | Downloaded icu_properties v2.1.2 |
| 458 | 2026-03-25T16:34:29.648Z | Downloaded serde_core v1.0.228 |
| 459 | 2026-03-25T16:34:29.648Z | Downloaded pest_meta v2.8.6 |
| 460 | 2026-03-25T16:34:29.648Z | Downloaded icu_locale_core v2.1.1 |
| 461 | 2026-03-25T16:34:29.648Z | Downloaded serde v1.0.228 |
| 462 | 2026-03-25T16:34:29.648Z | Downloaded indexmap v2.13.0 |
| 463 | 2026-03-25T16:34:29.648Z | Downloaded clap_builder v4.5.60 |
| 464 | 2026-03-25T16:34:29.648Z | Downloaded hashbrown v0.16.1 |
| 465 | 2026-03-25T16:34:29.648Z | Downloaded pest v2.8.6 |
| 466 | 2026-03-25T16:34:29.648Z | Downloaded icu_properties_data v2.1.2 |
| 467 | 2026-03-25T16:34:29.648Z | Downloaded idna v1.1.0 |
| 468 | 2026-03-25T16:34:29.648Z | Downloaded serde_json v1.0.149 |
| 469 | 2026-03-25T16:34:29.648Z | Downloaded goblin v0.8.2 |
| 470 | 2026-03-25T16:34:29.649Z | Downloaded tabled v0.15.0 |
| 471 | 2026-03-25T16:34:29.649Z | Downloaded syn v1.0.109 |
| 472 | 2026-03-25T16:34:29.649Z | Downloaded rustix v1.1.3 |
| 473 | 2026-03-25T16:34:29.649Z | Compiling proc-macro2 v1.0.106 |
| 474 | 2026-03-25T16:34:29.649Z | Compiling unicode-ident v1.0.24 |
| 475 | 2026-03-25T16:34:29.649Z | Compiling quote v1.0.44 |
| 476 | 2026-03-25T16:34:29.649Z | Compiling serde_core v1.0.228 |
| 477 | 2026-03-25T16:34:29.649Z | Compiling libc v0.2.180 |
| 478 | 2026-03-25T16:34:29.649Z | Compiling version_check v0.9.5 |
| 479 | 2026-03-25T16:34:29.649Z | Compiling memchr v2.8.0 |
| 480 | 2026-03-25T16:34:29.649Z | Compiling stable_deref_trait v1.2.1 |
| 481 | 2026-03-25T16:34:29.844Z | Compiling serde v1.0.228 |
| 482 | 2026-03-25T16:34:29.856Z | Compiling zmij v1.0.21 |
| 483 | 2026-03-25T16:34:29.931Z | Compiling itoa v1.0.17 |
| 484 | 2026-03-25T16:34:29.952Z | Compiling ucd-trie v0.1.7 |
| 485 | 2026-03-25T16:34:30.061Z | Compiling thiserror v1.0.69 |
| 486 | 2026-03-25T16:34:30.237Z | Compiling autocfg v1.5.0 |
| 487 | 2026-03-25T16:34:30.295Z | Compiling pest v2.8.6 |
| 488 | 2026-03-25T16:34:30.325Z | Compiling writeable v0.6.2 |
| 489 | 2026-03-25T16:34:30.414Z | Compiling litemap v0.8.1 |
| 490 | 2026-03-25T16:34:30.513Z | Compiling byteorder v1.5.0 |
| 491 | 2026-03-25T16:34:30.556Z | Compiling rustix v1.1.3 |
| 492 | 2026-03-25T16:34:30.729Z | Compiling icu_properties_data v2.1.2 |
| 493 | 2026-03-25T16:34:30.793Z | Compiling icu_normalizer_data v2.1.1 |
| 494 | 2026-03-25T16:34:30.890Z | Compiling syn v2.0.117 |
| 495 | 2026-03-25T16:34:30.922Z | Compiling errno v0.3.14 |
| 496 | 2026-03-25T16:34:31.199Z | Compiling serde_json v1.0.149 |
| 497 | 2026-03-25T16:34:31.231Z | Compiling bitflags v2.11.0 |
| 498 | 2026-03-25T16:34:31.231Z | Compiling num-traits v0.2.19 |
| 499 | 2026-03-25T16:34:31.231Z | Compiling smallvec v1.15.1 |
| 500 | 2026-03-25T16:34:31.337Z | Compiling pest_meta v2.8.6 |
| 501 | 2026-03-25T16:34:31.375Z | Compiling typeid v1.0.3 |
| 502 | 2026-03-25T16:34:31.432Z | Compiling equivalent v1.0.2 |
| 503 | 2026-03-25T16:34:31.541Z | Compiling hashbrown v0.16.1 |
| 504 | 2026-03-25T16:34:31.669Z | Compiling thread-id v4.2.2 |
| 505 | 2026-03-25T16:34:31.701Z | Compiling usdt-impl v0.5.0 |
| 506 | 2026-03-25T16:34:31.742Z | Compiling proc-macro-error-attr v1.0.4 |
| 507 | 2026-03-25T16:34:31.821Z | Compiling toml_write v0.1.2 |
| 508 | 2026-03-25T16:34:31.875Z | Compiling winnow v0.7.14 |
| 509 | 2026-03-25T16:34:31.908Z | Compiling erased-serde v0.4.9 |
| 510 | 2026-03-25T16:34:31.977Z | Compiling indexmap v2.13.0 |
| 511 | 2026-03-25T16:34:32.037Z | Compiling syn v1.0.109 |
| 512 | 2026-03-25T16:34:32.731Z | Compiling proc-macro-error v1.0.4 |
| 513 | 2026-03-25T16:34:32.765Z | Compiling log v0.4.29 |
| 514 | 2026-03-25T16:34:32.765Z | Compiling plain v0.2.3 |
| 515 | 2026-03-25T16:34:32.765Z | Compiling getrandom v0.4.1 |
| 516 | 2026-03-25T16:34:32.775Z | Compiling utf8_iter v1.0.4 |
| 517 | 2026-03-25T16:34:32.864Z | Compiling camino v1.2.2 |
| 518 | 2026-03-25T16:34:32.935Z | Compiling thiserror v2.0.18 |
| 519 | 2026-03-25T16:34:32.963Z | Compiling utf8parse v0.2.2 |
| 520 | 2026-03-25T16:34:33.062Z | Compiling percent-encoding v2.3.2 |
| 521 | 2026-03-25T16:34:33.127Z | Compiling anstyle-parse v0.2.7 |
| 522 | 2026-03-25T16:34:33.226Z | Compiling form_urlencoded v1.2.2 |
| 523 | 2026-03-25T16:34:33.230Z | Compiling ordered-float v2.10.1 |
| 524 | 2026-03-25T16:34:33.399Z | Compiling terminal_size v0.4.3 |
| 525 | 2026-03-25T16:34:33.467Z | Compiling pretty-hex v0.4.1 |
| 526 | 2026-03-25T16:34:33.482Z | Compiling cfg-if v1.0.4 |
| 527 | 2026-03-25T16:34:33.525Z | Compiling synstructure v0.13.2 |
| 528 | 2026-03-25T16:34:33.547Z | Compiling pest_generator v2.8.6 |
| 529 | 2026-03-25T16:34:33.604Z | Compiling anstyle v1.0.13 |
| 530 | 2026-03-25T16:34:33.648Z | Compiling colorchoice v1.0.4 |
| 531 | 2026-03-25T16:34:34.055Z | Compiling anstyle-query v1.1.5 |
| 532 | 2026-03-25T16:34:34.087Z | Compiling is_terminal_polyfill v1.70.2 |
| 533 | 2026-03-25T16:34:34.087Z | Compiling serde-untagged v0.1.9 |
| 534 | 2026-03-25T16:34:34.087Z | Compiling anstream v0.6.21 |
| 535 | 2026-03-25T16:34:34.087Z | Compiling semver v1.0.27 |
| 536 | 2026-03-25T16:34:34.128Z | Compiling fs-err v3.3.0 |
| 537 | 2026-03-25T16:34:34.155Z | Compiling fnv v1.0.7 |
| 538 | 2026-03-25T16:34:34.250Z | Compiling fastrand v2.3.0 |
| 539 | 2026-03-25T16:34:34.271Z | Compiling strsim v0.11.1 |
| 540 | 2026-03-25T16:34:34.305Z | Compiling once_cell v1.21.3 |
| 541 | 2026-03-25T16:34:34.319Z | Compiling unicode-xid v0.2.6 |
| 542 | 2026-03-25T16:34:34.348Z | Compiling anyhow v1.0.102 |
| 543 | 2026-03-25T16:34:34.429Z | Compiling clap_lex v1.0.0 |
| 544 | 2026-03-25T16:34:34.521Z | Compiling heck v0.5.0 |
| 545 | 2026-03-25T16:34:34.619Z | Compiling bytecount v0.6.9 |
| 546 | 2026-03-25T16:34:34.648Z | Compiling heck v0.4.1 |
| 547 | 2026-03-25T16:34:34.667Z | Compiling unicode-width v0.1.14 |
| 548 | 2026-03-25T16:34:34.752Z | Compiling clap_builder v4.5.60 |
| 549 | 2026-03-25T16:34:35.068Z | Compiling tempfile v3.25.0 |
| 550 | 2026-03-25T16:34:35.090Z | Compiling papergrid v0.11.0 |
| 551 | 2026-03-25T16:34:35.090Z | Compiling memmap v0.7.0 |
| 552 | 2026-03-25T16:34:35.090Z | Compiling smawk v0.3.2 |
| 553 | 2026-03-25T16:34:35.105Z | Compiling unicode-linebreak v0.1.5 |
| 554 | 2026-03-25T16:34:35.112Z | Compiling unicode-width v0.2.0 |
| 555 | 2026-03-25T16:34:35.179Z | Compiling camino-tempfile v1.4.1 |
| 556 | 2026-03-25T16:34:35.262Z | Compiling serde_derive v1.0.228 |
| 557 | 2026-03-25T16:34:35.311Z | Compiling zerofrom-derive v0.1.6 |
| 558 | 2026-03-25T16:34:35.381Z | Compiling yoke-derive v0.8.1 |
| 559 | 2026-03-25T16:34:35.396Z | Compiling zerovec-derive v0.11.2 |
| 560 | 2026-03-25T16:34:35.432Z | Compiling displaydoc v0.2.5 |
| 561 | 2026-03-25T16:34:36.266Z | Compiling thiserror-impl v1.0.69 |
| 562 | 2026-03-25T16:34:36.326Z | Compiling zerocopy-derive v0.7.35 |
| 563 | 2026-03-25T16:34:36.499Z | Compiling pest_derive v2.8.6 |
| 564 | 2026-03-25T16:34:36.499Z | Compiling scroll_derive v0.12.1 |
| 565 | 2026-03-25T16:34:36.664Z | Compiling zerofrom v0.1.6 |
| 566 | 2026-03-25T16:34:36.779Z | Compiling yoke v0.8.1 |
| 567 | 2026-03-25T16:34:36.873Z | Compiling thiserror-impl v2.0.18 |
| 568 | 2026-03-25T16:34:36.967Z | Compiling zerovec v0.11.5 |
| 569 | 2026-03-25T16:34:37.295Z | Compiling zerotrie v0.2.3 |
| 570 | 2026-03-25T16:34:37.303Z | Compiling zerocopy v0.7.35 |
| 571 | 2026-03-25T16:34:37.421Z | Compiling tinystr v0.8.2 |
| 572 | 2026-03-25T16:34:37.457Z | Compiling potential_utf v0.1.4 |
| 573 | 2026-03-25T16:34:37.468Z | Compiling dtrace-parser v0.2.0 |
| 574 | 2026-03-25T16:34:37.618Z | Compiling icu_locale_core v2.1.1 |
| 575 | 2026-03-25T16:34:37.631Z | Compiling icu_collections v2.1.1 |
| 576 | 2026-03-25T16:34:37.705Z | Compiling scroll v0.12.0 |
| 577 | 2026-03-25T16:34:37.754Z | Compiling tabled_derive v0.7.0 |
| 578 | 2026-03-25T16:34:38.148Z | Compiling clap_derive v4.5.55 |
| 579 | 2026-03-25T16:34:38.169Z | Compiling goblin v0.8.2 |
| 580 | 2026-03-25T16:34:38.169Z | Compiling textwrap v0.16.2 |
| 581 | 2026-03-25T16:34:38.391Z | Compiling icu_provider v2.1.1 |
| 582 | 2026-03-25T16:34:38.685Z | Compiling icu_properties v2.1.2 |
| 583 | 2026-03-25T16:34:38.697Z | Compiling icu_normalizer v2.1.1 |
| 584 | 2026-03-25T16:34:38.738Z | Compiling toml_datetime v0.6.11 |
| 585 | 2026-03-25T16:34:38.759Z | Compiling serde_spanned v0.6.9 |
| 586 | 2026-03-25T16:34:39.097Z | Compiling dof v0.3.0 |
| 587 | 2026-03-25T16:34:39.114Z | Compiling serde_tokenstream v0.2.3 |
| 588 | 2026-03-25T16:34:39.114Z | Compiling toml_edit v0.22.27 |
| 589 | 2026-03-25T16:34:39.114Z | Compiling serde-value v0.7.0 |
| 590 | 2026-03-25T16:34:39.224Z | Compiling cargo-platform v0.2.0 |
| 591 | 2026-03-25T16:34:39.236Z | Compiling tabled v0.15.0 |
| 592 | 2026-03-25T16:34:39.360Z | Compiling macaddr v1.0.1 |
| 593 | 2026-03-25T16:34:39.490Z | Compiling swrite v0.1.0 |
| 594 | 2026-03-25T16:34:39.583Z | Compiling idna_adapter v1.2.1 |
| 595 | 2026-03-25T16:34:39.594Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 596 | 2026-03-25T16:34:39.956Z | Compiling idna v1.1.0 |
| 597 | 2026-03-25T16:34:39.971Z | Compiling clap v4.5.60 |
| 598 | 2026-03-25T16:34:39.971Z | Compiling usdt-attr-macro v0.5.0 |
| 599 | 2026-03-25T16:34:39.971Z | Compiling usdt-macro v0.5.0 |
| 600 | 2026-03-25T16:34:39.971Z | Compiling url v2.5.8 |
| 601 | 2026-03-25T16:34:40.351Z | Compiling toml v0.8.23 |
| 602 | 2026-03-25T16:34:40.873Z | Compiling cargo-util-schemas v0.8.2 |
| 603 | 2026-03-25T16:34:40.913Z | Compiling usdt v0.5.0 |
| 604 | 2026-03-25T16:34:40.941Z | Compiling cargo_toml v0.21.0 |
| 605 | 2026-03-25T16:34:41.711Z | Compiling cargo_metadata v0.21.0 |
| 606 | 2026-03-25T16:34:42.803Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 607 | 2026-03-25T16:34:44.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.01s |
| 608 | 2026-03-25T16:34:44.812Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 609 | 2026-03-25T16:34:45.455Z | Downloading crates ... |
| 610 | 2026-03-25T16:34:45.467Z | Downloaded atty v0.2.14 |
| 611 | 2026-03-25T16:34:45.467Z | Downloaded ascii-canvas v3.0.0 |
| 612 | 2026-03-25T16:34:45.467Z | Downloaded adler2 v2.0.1 |
| 613 | 2026-03-25T16:34:45.467Z | Downloaded base64ct v1.8.3 |
| 614 | 2026-03-25T16:34:45.467Z | Downloaded bb8 v0.8.6 |
| 615 | 2026-03-25T16:34:45.467Z | Downloaded base16ct v1.0.0 |
| 616 | 2026-03-25T16:34:45.467Z | Downloaded base16ct v0.2.0 |
| 617 | 2026-03-25T16:34:45.467Z | Downloaded atomicwrites v0.4.4 |
| 618 | 2026-03-25T16:34:45.467Z | Downloaded atomic-waker v1.1.2 |
| 619 | 2026-03-25T16:34:45.468Z | Downloaded async-recursion v1.1.1 |
| 620 | 2026-03-25T16:34:45.468Z | Downloaded crc8 v0.1.1 |
| 621 | 2026-03-25T16:34:45.468Z | Downloaded bcs v0.1.6 |
| 622 | 2026-03-25T16:34:45.468Z | Downloaded defmt v0.3.100 |
| 623 | 2026-03-25T16:34:45.468Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 624 | 2026-03-25T16:34:45.468Z | Downloaded async-stream-impl v0.3.6 |
| 625 | 2026-03-25T16:34:45.468Z | Downloaded assert_matches v1.5.0 |
| 626 | 2026-03-25T16:34:45.468Z | Downloaded darling_macro v0.20.11 |
| 627 | 2026-03-25T16:34:45.483Z | Downloaded aead v0.5.2 |
| 628 | 2026-03-25T16:34:45.483Z | Downloaded derive_builder v0.20.2 |
| 629 | 2026-03-25T16:34:45.483Z | Downloaded downcast-rs v2.0.2 |
| 630 | 2026-03-25T16:34:45.483Z | Downloaded derive_builder_macro v0.20.2 |
| 631 | 2026-03-25T16:34:45.483Z | Downloaded async-trait v0.1.89 |
| 632 | 2026-03-25T16:34:45.504Z | Downloaded fd-lock v4.0.4 |
| 633 | 2026-03-25T16:34:45.505Z | Downloaded float-ord v0.3.2 |
| 634 | 2026-03-25T16:34:45.505Z | Downloaded dropshot-api-manager-types v0.6.0 |
| 635 | 2026-03-25T16:34:45.505Z | Downloaded async-bb8-diesel v0.2.1 |
| 636 | 2026-03-25T16:34:45.505Z | Downloaded crossbeam-deque v0.8.6 |
| 637 | 2026-03-25T16:34:45.505Z | Downloaded async-stream v0.3.6 |
| 638 | 2026-03-25T16:34:45.505Z | Downloaded base64 v0.22.1 |
| 639 | 2026-03-25T16:34:45.505Z | Downloaded fixedbitset v0.4.2 |
| 640 | 2026-03-25T16:34:45.505Z | Downloaded futures-task v0.3.32 |
| 641 | 2026-03-25T16:34:45.505Z | Downloaded either v1.15.0 |
| 642 | 2026-03-25T16:34:45.505Z | Downloaded convert_case v0.4.0 |
| 643 | 2026-03-25T16:34:45.511Z | Downloaded arrayref v0.3.9 |
| 644 | 2026-03-25T16:34:45.511Z | Downloaded bitfield v0.19.4 |
| 645 | 2026-03-25T16:34:45.511Z | Downloaded darling v0.23.0 |
| 646 | 2026-03-25T16:34:45.511Z | Downloaded erased-serde v0.3.31 |
| 647 | 2026-03-25T16:34:45.511Z | Downloaded critical-section v1.2.0 |
| 648 | 2026-03-25T16:34:45.511Z | Downloaded des v0.8.1 |
| 649 | 2026-03-25T16:34:45.511Z | Downloaded cargo-platform v0.1.9 |
| 650 | 2026-03-25T16:34:45.511Z | Downloaded bitfield-macros v0.19.4 |
| 651 | 2026-03-25T16:34:45.511Z | Downloaded der_derive v0.7.3 |
| 652 | 2026-03-25T16:34:45.511Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 653 | 2026-03-25T16:34:45.511Z | Downloaded funty v2.0.0 |
| 654 | 2026-03-25T16:34:45.511Z | Downloaded array-init v0.0.4 |
| 655 | 2026-03-25T16:34:45.512Z | Downloaded backon v1.6.0 |
| 656 | 2026-03-25T16:34:45.512Z | Downloaded backoff v0.4.0 |
| 657 | 2026-03-25T16:34:45.528Z | Downloaded bitfield-struct v0.6.2 |
| 658 | 2026-03-25T16:34:45.528Z | Downloaded ciborium-ll v0.2.2 |
| 659 | 2026-03-25T16:34:45.529Z | Downloaded dyn-clone v1.0.20 |
| 660 | 2026-03-25T16:34:45.529Z | Downloaded filetime v0.2.27 |
| 661 | 2026-03-25T16:34:45.529Z | Downloaded chacha20 v0.9.1 |
| 662 | 2026-03-25T16:34:45.548Z | Downloaded dirs-next v2.0.0 |
| 663 | 2026-03-25T16:34:45.548Z | Downloaded crossbeam-channel v0.5.15 |
| 664 | 2026-03-25T16:34:45.548Z | Downloaded cobs v0.3.0 |
| 665 | 2026-03-25T16:34:45.548Z | Downloaded block-padding v0.3.3 |
| 666 | 2026-03-25T16:34:45.548Z | Downloaded ciborium-io v0.2.2 |
| 667 | 2026-03-25T16:34:45.548Z | Downloaded env_filter v1.0.0 |
| 668 | 2026-03-25T16:34:45.548Z | Downloaded crucible-workspace-hack v0.1.0 |
| 669 | 2026-03-25T16:34:45.549Z | Downloaded cfg_aliases v0.2.1 |
| 670 | 2026-03-25T16:34:45.549Z | Downloaded getrandom v0.2.17 |
| 671 | 2026-03-25T16:34:45.564Z | Downloaded bit-set v0.5.3 |
| 672 | 2026-03-25T16:34:45.565Z | Downloaded foreign-types-shared v0.1.1 |
| 673 | 2026-03-25T16:34:45.565Z | Downloaded embedded-io v0.6.1 |
| 674 | 2026-03-25T16:34:45.565Z | Downloaded castaway v0.2.4 |
| 675 | 2026-03-25T16:34:45.565Z | Downloaded defmt-parser v1.0.0 |
| 676 | 2026-03-25T16:34:45.565Z | Downloaded bit-set v0.8.0 |
| 677 | 2026-03-25T16:34:45.566Z | Downloaded debug-ignore v1.0.5 |
| 678 | 2026-03-25T16:34:45.566Z | Downloaded foreign-types v0.5.0 |
| 679 | 2026-03-25T16:34:45.566Z | Downloaded endian-type v0.1.2 |
| 680 | 2026-03-25T16:34:45.566Z | Downloaded difflib v0.4.0 |
| 681 | 2026-03-25T16:34:45.566Z | Downloaded cstr-argument v0.1.2 |
| 682 | 2026-03-25T16:34:45.567Z | Downloaded bit-vec v0.6.3 |
| 683 | 2026-03-25T16:34:45.567Z | Downloaded clang-sys v1.8.1 |
| 684 | 2026-03-25T16:34:45.567Z | Downloaded colored v3.1.1 |
| 685 | 2026-03-25T16:34:45.567Z | Downloaded cfg_aliases v0.1.1 |
| 686 | 2026-03-25T16:34:45.582Z | Downloaded cexpr v0.6.0 |
| 687 | 2026-03-25T16:34:45.583Z | Downloaded globwalk v0.9.1 |
| 688 | 2026-03-25T16:34:45.583Z | Downloaded crc-catalog v2.4.0 |
| 689 | 2026-03-25T16:34:45.583Z | Downloaded futures-io v0.3.32 |
| 690 | 2026-03-25T16:34:45.583Z | Downloaded dunce v1.0.5 |
| 691 | 2026-03-25T16:34:45.583Z | Downloaded foreign-types-shared v0.3.1 |
| 692 | 2026-03-25T16:34:45.583Z | Downloaded flagset v0.4.7 |
| 693 | 2026-03-25T16:34:45.583Z | Downloaded futures-sink v0.3.32 |
| 694 | 2026-03-25T16:34:45.583Z | Downloaded crc v3.4.0 |
| 695 | 2026-03-25T16:34:45.595Z | Downloaded float-cmp v0.10.0 |
| 696 | 2026-03-25T16:34:45.595Z | Downloaded hex-literal v0.4.1 |
| 697 | 2026-03-25T16:34:45.595Z | Downloaded buf-list v1.1.2 |
| 698 | 2026-03-25T16:34:45.595Z | Downloaded display-error-chain v0.2.2 |
| 699 | 2026-03-25T16:34:45.595Z | Downloaded dsl_auto_type v0.2.0 |
| 700 | 2026-03-25T16:34:45.596Z | Downloaded cpufeatures v0.3.0 |
| 701 | 2026-03-25T16:34:45.596Z | Downloaded ghash v0.5.1 |
| 702 | 2026-03-25T16:34:45.596Z | Downloaded fxhash v0.2.1 |
| 703 | 2026-03-25T16:34:45.596Z | Downloaded futures-core v0.3.32 |
| 704 | 2026-03-25T16:34:45.607Z | Downloaded git-stub v1.0.0 |
| 705 | 2026-03-25T16:34:45.607Z | Downloaded gethostname v0.5.0 |
| 706 | 2026-03-25T16:34:45.608Z | Downloaded enum-as-inner v0.6.1 |
| 707 | 2026-03-25T16:34:45.608Z | Downloaded darling_macro v0.21.3 |
| 708 | 2026-03-25T16:34:45.608Z | Downloaded hash32 v0.3.1 |
| 709 | 2026-03-25T16:34:45.608Z | Downloaded hash32 v0.2.1 |
| 710 | 2026-03-25T16:34:45.608Z | Downloaded foreign-types v0.3.2 |
| 711 | 2026-03-25T16:34:45.608Z | Downloaded crunchy v0.2.4 |
| 712 | 2026-03-25T16:34:45.608Z | Downloaded git-stub-vcs v0.1.0 |
| 713 | 2026-03-25T16:34:45.621Z | Downloaded blowfish v0.9.1 |
| 714 | 2026-03-25T16:34:45.621Z | Downloaded aes-gcm v0.10.3 |
| 715 | 2026-03-25T16:34:45.621Z | Downloaded csv-core v0.1.13 |
| 716 | 2026-03-25T16:34:45.621Z | Downloaded fallible-iterator v0.2.0 |
| 717 | 2026-03-25T16:34:45.621Z | Downloaded ena v0.14.4 |
| 718 | 2026-03-25T16:34:45.621Z | Downloaded diesel-dtrace v0.5.0 |
| 719 | 2026-03-25T16:34:45.621Z | Downloaded dirs-sys-next v0.1.2 |
| 720 | 2026-03-25T16:34:45.622Z | Downloaded derive-ex v0.1.8 |
| 721 | 2026-03-25T16:34:45.622Z | Downloaded defmt-macros v1.0.1 |
| 722 | 2026-03-25T16:34:45.634Z | Downloaded fs-err v2.11.0 |
| 723 | 2026-03-25T16:34:45.634Z | Downloaded constant_time_eq v0.4.2 |
| 724 | 2026-03-25T16:34:45.634Z | Downloaded arrayvec v0.7.6 |
| 725 | 2026-03-25T16:34:45.634Z | Downloaded hex v0.4.3 |
| 726 | 2026-03-25T16:34:45.634Z | Downloaded chacha20 v0.10.0 |
| 727 | 2026-03-25T16:34:45.634Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 728 | 2026-03-25T16:34:45.634Z | Downloaded cipher v0.4.4 |
| 729 | 2026-03-25T16:34:45.634Z | Downloaded bitflags v1.3.2 |
| 730 | 2026-03-25T16:34:45.634Z | Downloaded hostname v0.4.2 |
| 731 | 2026-03-25T16:34:45.634Z | Downloaded http-body v1.0.1 |
| 732 | 2026-03-25T16:34:45.642Z | Downloaded home v0.5.12 |
| 733 | 2026-03-25T16:34:45.642Z | Downloaded dof v0.4.0 |
| 734 | 2026-03-25T16:34:45.643Z | Downloaded convert_case v0.10.0 |
| 735 | 2026-03-25T16:34:45.643Z | Downloaded foreign-types-macros v0.2.3 |
| 736 | 2026-03-25T16:34:45.643Z | Downloaded camino-tempfile-ext v0.3.3 |
| 737 | 2026-03-25T16:34:45.643Z | Downloaded cbc v0.1.2 |
| 738 | 2026-03-25T16:34:45.643Z | Downloaded dtrace-parser v0.3.0 |
| 739 | 2026-03-25T16:34:45.643Z | Downloaded const_format_proc_macros v0.2.34 |
| 740 | 2026-03-25T16:34:45.643Z | Downloaded bit-vec v0.8.0 |
| 741 | 2026-03-25T16:34:45.643Z | Downloaded document-features v0.2.12 |
| 742 | 2026-03-25T16:34:45.652Z | Downloaded embedded-io v0.4.0 |
| 743 | 2026-03-25T16:34:45.652Z | Downloaded darling_macro v0.23.0 |
| 744 | 2026-03-25T16:34:45.652Z | Downloaded corncobs v0.1.4 |
| 745 | 2026-03-25T16:34:45.652Z | Downloaded http-range v0.1.5 |
| 746 | 2026-03-25T16:34:45.652Z | Downloaded hyper-tls v0.6.0 |
| 747 | 2026-03-25T16:34:45.652Z | Downloaded headers-core v0.3.0 |
| 748 | 2026-03-25T16:34:45.652Z | Downloaded futures-macro v0.3.32 |
| 749 | 2026-03-25T16:34:45.652Z | Downloaded base64 v0.21.7 |
| 750 | 2026-03-25T16:34:45.661Z | Downloaded hubpack v0.1.2 |
| 751 | 2026-03-25T16:34:45.661Z | Downloaded cookie_store v0.22.1 |
| 752 | 2026-03-25T16:34:45.661Z | Downloaded cookie v0.18.1 |
| 753 | 2026-03-25T16:34:45.661Z | Downloaded futures-executor v0.3.32 |
| 754 | 2026-03-25T16:34:45.661Z | Downloaded deranged v0.5.8 |
| 755 | 2026-03-25T16:34:45.662Z | Downloaded byte-wrapper v0.1.0 |
| 756 | 2026-03-25T16:34:45.671Z | Downloaded foldhash v0.1.5 |
| 757 | 2026-03-25T16:34:45.671Z | Downloaded env_logger v0.11.9 |
| 758 | 2026-03-25T16:34:45.671Z | Downloaded console v0.15.11 |
| 759 | 2026-03-25T16:34:45.671Z | Downloaded ident_case v1.0.1 |
| 760 | 2026-03-25T16:34:45.671Z | Downloaded inout v0.1.4 |
| 761 | 2026-03-25T16:34:45.671Z | Downloaded cargo_toml v0.22.3 |
| 762 | 2026-03-25T16:34:45.671Z | Downloaded ed25519 v2.2.3 |
| 763 | 2026-03-25T16:34:45.680Z | Downloaded ar_archive_writer v0.5.1 |
| 764 | 2026-03-25T16:34:45.680Z | Downloaded cmake v0.1.57 |
| 765 | 2026-03-25T16:34:45.680Z | Downloaded globset v0.4.18 |
| 766 | 2026-03-25T16:34:45.680Z | Downloaded derive_builder_core v0.20.2 |
| 767 | 2026-03-25T16:34:45.680Z | Downloaded indent_write v2.2.0 |
| 768 | 2026-03-25T16:34:45.680Z | Downloaded hubpack_derive v0.1.1 |
| 769 | 2026-03-25T16:34:45.688Z | Downloaded httpdate v1.0.3 |
| 770 | 2026-03-25T16:34:45.688Z | Downloaded bzip2 v0.6.1 |
| 771 | 2026-03-25T16:34:45.688Z | Downloaded daft v0.1.5 |
| 772 | 2026-03-25T16:34:45.689Z | Downloaded crc32fast v1.5.0 |
| 773 | 2026-03-25T16:34:45.689Z | Downloaded bzip2 v0.4.4 |
| 774 | 2026-03-25T16:34:45.689Z | Downloaded is_ci v1.2.0 |
| 775 | 2026-03-25T16:34:45.689Z | Downloaded glob v0.3.3 |
| 776 | 2026-03-25T16:34:45.689Z | Downloaded ctr v0.9.2 |
| 777 | 2026-03-25T16:34:45.697Z | Downloaded internet-checksum v0.2.1 |
| 778 | 2026-03-25T16:34:45.697Z | Downloaded cassowary v0.3.0 |
| 779 | 2026-03-25T16:34:45.697Z | Downloaded highway v1.3.0 |
| 780 | 2026-03-25T16:34:45.697Z | Downloaded crc-any v2.5.0 |
| 781 | 2026-03-25T16:34:45.697Z | Downloaded cargo_metadata v0.19.2 |
| 782 | 2026-03-25T16:34:45.698Z | Downloaded indoc v1.0.9 |
| 783 | 2026-03-25T16:34:45.718Z | Downloaded argon2 v0.5.3 |
| 784 | 2026-03-25T16:34:45.719Z | Downloaded ciborium v0.2.2 |
| 785 | 2026-03-25T16:34:45.719Z | Downloaded instant v0.1.13 |
| 786 | 2026-03-25T16:34:45.719Z | Downloaded instability v0.3.11 |
| 787 | 2026-03-25T16:34:45.719Z | Downloaded const-oid v0.9.6 |
| 788 | 2026-03-25T16:34:45.719Z | Downloaded is-terminal v0.4.17 |
| 789 | 2026-03-25T16:34:45.719Z | Downloaded colored v2.2.0 |
| 790 | 2026-03-25T16:34:45.719Z | Downloaded ahash v0.8.12 |
| 791 | 2026-03-25T16:34:45.730Z | Downloaded lazy_static v1.5.0 |
| 792 | 2026-03-25T16:34:45.730Z | Downloaded humantime v2.3.0 |
| 793 | 2026-03-25T16:34:45.730Z | Downloaded fixedbitset v0.5.7 |
| 794 | 2026-03-25T16:34:45.730Z | Downloaded data-encoding v2.10.0 |
| 795 | 2026-03-25T16:34:45.730Z | Downloaded daft-derive v0.1.5 |
| 796 | 2026-03-25T16:34:45.730Z | Downloaded futures-channel v0.3.32 |
| 797 | 2026-03-25T16:34:45.730Z | Downloaded allocator-api2 v0.2.21 |
| 798 | 2026-03-25T16:34:45.731Z | Downloaded lalrpop-util v0.19.12 |
| 799 | 2026-03-25T16:34:45.731Z | Downloaded hostname v0.3.1 |
| 800 | 2026-03-25T16:34:45.731Z | Downloaded drift v0.1.3 |
| 801 | 2026-03-25T16:34:45.731Z | Downloaded libscf-sys v1.1.0 |
| 802 | 2026-03-25T16:34:45.731Z | Downloaded lru-cache v0.1.2 |
| 803 | 2026-03-25T16:34:45.731Z | Downloaded indoc v2.0.7 |
| 804 | 2026-03-25T16:34:45.742Z | Downloaded lru-slab v0.1.2 |
| 805 | 2026-03-25T16:34:45.742Z | Downloaded ecdsa v0.16.9 |
| 806 | 2026-03-25T16:34:45.742Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 807 | 2026-03-25T16:34:45.742Z | Downloaded ff v0.13.1 |
| 808 | 2026-03-25T16:34:45.742Z | Downloaded keccak v0.1.6 |
| 809 | 2026-03-25T16:34:45.753Z | Downloaded console v0.16.2 |
| 810 | 2026-03-25T16:34:45.753Z | Downloaded cancel-safe-futures v0.1.5 |
| 811 | 2026-03-25T16:34:45.753Z | Downloaded crossbeam-epoch v0.9.18 |
| 812 | 2026-03-25T16:34:45.754Z | Downloaded match_cfg v0.1.0 |
| 813 | 2026-03-25T16:34:45.754Z | Downloaded managed v0.8.0 |
| 814 | 2026-03-25T16:34:45.763Z | Downloaded memoffset v0.9.1 |
| 815 | 2026-03-25T16:34:45.763Z | Downloaded maybe-uninit v2.0.0 |
| 816 | 2026-03-25T16:34:45.763Z | Downloaded hyper-staticfile v0.10.1 |
| 817 | 2026-03-25T16:34:45.769Z | Downloaded hmac v0.12.1 |
| 818 | 2026-03-25T16:34:45.770Z | Downloaded linked-hash-map v0.5.6 |
| 819 | 2026-03-25T16:34:45.770Z | Downloaded fs_extra v1.3.0 |
| 820 | 2026-03-25T16:34:45.770Z | Downloaded httparse v1.10.1 |
| 821 | 2026-03-25T16:34:45.770Z | Downloaded lru v0.12.5 |
| 822 | 2026-03-25T16:34:45.779Z | Downloaded http-body-util v0.1.3 |
| 823 | 2026-03-25T16:34:45.779Z | Downloaded jobserver v0.1.34 |
| 824 | 2026-03-25T16:34:45.779Z | Downloaded half v1.8.3 |
| 825 | 2026-03-25T16:34:45.779Z | Downloaded libefi-sys v0.1.0 |
| 826 | 2026-03-25T16:34:45.779Z | Downloaded nibble_vec v0.1.0 |
| 827 | 2026-03-25T16:34:45.787Z | Downloaded derive-where v1.6.0 |
| 828 | 2026-03-25T16:34:45.787Z | Downloaded mime v0.3.17 |
| 829 | 2026-03-25T16:34:45.787Z | Downloaded iana-time-zone v0.1.65 |
| 830 | 2026-03-25T16:34:45.787Z | Downloaded blake2 v0.10.6 |
| 831 | 2026-03-25T16:34:45.787Z | Downloaded new_debug_unreachable v1.0.6 |
| 832 | 2026-03-25T16:34:45.787Z | Downloaded chacha20poly1305 v0.10.1 |
| 833 | 2026-03-25T16:34:45.797Z | Downloaded md5 v0.7.0 |
| 834 | 2026-03-25T16:34:45.797Z | Downloaded maplit v1.0.2 |
| 835 | 2026-03-25T16:34:45.797Z | Downloaded newtype-uuid-macros v0.1.0 |
| 836 | 2026-03-25T16:34:45.797Z | Downloaded newline-converter v0.3.0 |
| 837 | 2026-03-25T16:34:45.797Z | Downloaded half v2.7.1 |
| 838 | 2026-03-25T16:34:45.797Z | Downloaded libsw v3.5.0 |
| 839 | 2026-03-25T16:34:45.797Z | Downloaded ipnetwork v0.21.1 |
| 840 | 2026-03-25T16:34:45.808Z | Downloaded normalize-line-endings v0.3.0 |
| 841 | 2026-03-25T16:34:45.808Z | Downloaded ingot v0.1.1 |
| 842 | 2026-03-25T16:34:45.808Z | Downloaded cc v1.2.56 |
| 843 | 2026-03-25T16:34:45.808Z | Downloaded nodrop v0.1.14 |
| 844 | 2026-03-25T16:34:45.808Z | Downloaded newtype_derive v0.1.6 |
| 845 | 2026-03-25T16:34:45.808Z | Downloaded num-derive v0.4.2 |
| 846 | 2026-03-25T16:34:45.817Z | Downloaded nonempty v0.12.0 |
| 847 | 2026-03-25T16:34:45.817Z | Downloaded multimap v0.10.1 |
| 848 | 2026-03-25T16:34:45.818Z | Downloaded compact_str v0.8.1 |
| 849 | 2026-03-25T16:34:45.818Z | Downloaded num-conv v0.2.0 |
| 850 | 2026-03-25T16:34:45.818Z | Downloaded ipnet v2.11.0 |
| 851 | 2026-03-25T16:34:45.818Z | Downloaded foldhash v0.2.0 |
| 852 | 2026-03-25T16:34:45.818Z | Downloaded crossbeam-utils v0.8.21 |
| 853 | 2026-03-25T16:34:45.818Z | Downloaded diff v0.1.13 |
| 854 | 2026-03-25T16:34:45.828Z | Downloaded ingot-types v0.1.2 |
| 855 | 2026-03-25T16:34:45.828Z | Downloaded md-5 v0.10.6 |
| 856 | 2026-03-25T16:34:45.828Z | Downloaded ingot-macros v0.1.1 |
| 857 | 2026-03-25T16:34:45.828Z | Downloaded defmt v1.0.1 |
| 858 | 2026-03-25T16:34:45.828Z | Downloaded openssl-probe v0.2.1 |
| 859 | 2026-03-25T16:34:45.828Z | Downloaded openssl-probe v0.1.6 |
| 860 | 2026-03-25T16:34:45.828Z | Downloaded hickory-client v0.25.2 |
| 861 | 2026-03-25T16:34:45.828Z | Downloaded opaque-debug v0.3.1 |
| 862 | 2026-03-25T16:34:45.838Z | Downloaded num_threads v0.1.7 |
| 863 | 2026-03-25T16:34:45.838Z | Downloaded num-derive v0.3.3 |
| 864 | 2026-03-25T16:34:45.838Z | Downloaded group v0.13.0 |
| 865 | 2026-03-25T16:34:45.838Z | Downloaded num_enum_derive v0.5.11 |
| 866 | 2026-03-25T16:34:45.838Z | Downloaded olpc-cjson v0.1.4 |
| 867 | 2026-03-25T16:34:45.838Z | Downloaded num-iter v0.1.45 |
| 868 | 2026-03-25T16:34:45.838Z | Downloaded mime_guess v2.0.5 |
| 869 | 2026-03-25T16:34:45.838Z | Downloaded openssl-macros v0.1.1 |
| 870 | 2026-03-25T16:34:45.838Z | Downloaded bytes v1.11.1 |
| 871 | 2026-03-25T16:34:45.838Z | Downloaded getrandom v0.3.4 |
| 872 | 2026-03-25T16:34:45.854Z | Downloaded parse-size v1.1.0 |
| 873 | 2026-03-25T16:34:45.863Z | Downloaded futures v0.3.32 |
| 874 | 2026-03-25T16:34:45.863Z | Downloaded derive_more v0.99.20 |
| 875 | 2026-03-25T16:34:45.864Z | Downloaded darling v0.21.3 |
| 876 | 2026-03-25T16:34:45.884Z | Downloaded num v0.4.3 |
| 877 | 2026-03-25T16:34:45.884Z | Downloaded nu-ansi-term v0.50.3 |
| 878 | 2026-03-25T16:34:45.884Z | Downloaded lock_api v0.4.14 |
| 879 | 2026-03-25T16:34:45.884Z | Downloaded libsw-core v0.3.2 |
| 880 | 2026-03-25T16:34:45.884Z | Downloaded aes v0.8.4 |
| 881 | 2026-03-25T16:34:45.884Z | Downloaded parse-display v0.10.0 |
| 882 | 2026-03-25T16:34:45.884Z | Downloaded packed_struct_codegen v0.10.1 |
| 883 | 2026-03-25T16:34:45.884Z | Downloaded flume v0.11.1 |
| 884 | 2026-03-25T16:34:45.907Z | Downloaded lzss v0.8.2 |
| 885 | 2026-03-25T16:34:45.907Z | Downloaded num-complex v0.4.6 |
| 886 | 2026-03-25T16:34:45.908Z | Downloaded peg-runtime v0.8.5 |
| 887 | 2026-03-25T16:34:45.908Z | Downloaded num-rational v0.4.2 |
| 888 | 2026-03-25T16:34:45.908Z | Downloaded heapless v0.7.17 |
| 889 | 2026-03-25T16:34:45.908Z | Downloaded path-slash v0.1.5 |
| 890 | 2026-03-25T16:34:45.908Z | Downloaded bumpalo v3.20.2 |
| 891 | 2026-03-25T16:34:45.909Z | Downloaded fatfs v0.3.6 |
| 892 | 2026-03-25T16:34:45.909Z | Downloaded multer v3.1.0 |
| 893 | 2026-03-25T16:34:45.909Z | Downloaded hyper-rustls v0.27.7 |
| 894 | 2026-03-25T16:34:45.909Z | Downloaded native-tls v0.2.18 |
| 895 | 2026-03-25T16:34:45.909Z | Downloaded der v0.7.10 |
| 896 | 2026-03-25T16:34:45.909Z | Downloaded phf_shared v0.12.1 |
| 897 | 2026-03-25T16:34:45.909Z | Downloaded oso-derive v0.27.3 |
| 898 | 2026-03-25T16:34:45.909Z | Downloaded newtype-uuid v1.3.2 |
| 899 | 2026-03-25T16:34:45.909Z | Downloaded nanorand v0.7.0 |
| 900 | 2026-03-25T16:34:45.909Z | Downloaded linear-map v1.2.0 |
| 901 | 2026-03-25T16:34:45.909Z | Downloaded pin-utils v0.1.0 |
| 902 | 2026-03-25T16:34:45.909Z | Downloaded phf_shared v0.11.3 |
| 903 | 2026-03-25T16:34:45.909Z | Downloaded pbkdf2 v0.12.2 |
| 904 | 2026-03-25T16:34:45.909Z | Downloaded darling v0.20.11 |
| 905 | 2026-03-25T16:34:45.909Z | Downloaded memmap2 v0.9.10 |
| 906 | 2026-03-25T16:34:45.909Z | Downloaded const_format v0.2.35 |
| 907 | 2026-03-25T16:34:45.909Z | Downloaded num_enum v0.5.11 |
| 908 | 2026-03-25T16:34:45.926Z | Downloaded num-integer v0.1.46 |
| 909 | 2026-03-25T16:34:45.926Z | Downloaded libbz2-rs-sys v0.2.2 |
| 910 | 2026-03-25T16:34:45.926Z | Downloaded libloading v0.8.9 |
| 911 | 2026-03-25T16:34:45.926Z | Downloaded find-msvc-tools v0.1.9 |
| 912 | 2026-03-25T16:34:45.926Z | Downloaded heapless v0.8.0 |
| 913 | 2026-03-25T16:34:45.926Z | Downloaded dropshot_endpoint v0.16.7 |
| 914 | 2026-03-25T16:34:45.926Z | Downloaded num_enum v0.7.5 |
| 915 | 2026-03-25T16:34:46.116Z | Downloaded phf_shared v0.13.1 |
| 916 | 2026-03-25T16:34:46.116Z | Downloaded pbkdf2 v0.11.0 |
| 917 | 2026-03-25T16:34:46.116Z | Downloaded password-hash v0.4.2 |
| 918 | 2026-03-25T16:34:46.116Z | Downloaded parking_lot_core v0.8.6 |
| 919 | 2026-03-25T16:34:46.116Z | Downloaded powerfmt v0.2.0 |
| 920 | 2026-03-25T16:34:46.117Z | Downloaded arc-swap v1.8.2 |
| 921 | 2026-03-25T16:34:46.117Z | Downloaded precomputed-hash v0.1.1 |
| 922 | 2026-03-25T16:34:46.117Z | Downloaded darling_core v0.20.11 |
| 923 | 2026-03-25T16:34:46.117Z | Downloaded proc-macro-crate v1.3.1 |
| 924 | 2026-03-25T16:34:46.141Z | Downloaded headers v0.4.1 |
| 925 | 2026-03-25T16:34:46.141Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 926 | 2026-03-25T16:34:46.142Z | Downloaded oxide-tokio-rt v0.1.3 |
| 927 | 2026-03-25T16:34:46.142Z | Downloaded progenitor-client v0.10.0 |
| 928 | 2026-03-25T16:34:46.142Z | Downloaded proc-macro-crate v3.4.0 |
| 929 | 2026-03-25T16:34:46.142Z | Downloaded elliptic-curve v0.13.8 |
| 930 | 2026-03-25T16:34:46.142Z | Downloaded predicates-tree v1.0.13 |
| 931 | 2026-03-25T16:34:46.142Z | Downloaded predicates-core v1.0.10 |
| 932 | 2026-03-25T16:34:46.142Z | Downloaded num_enum_derive v0.7.5 |
| 933 | 2026-03-25T16:34:46.142Z | Downloaded ignore v0.4.25 |
| 934 | 2026-03-25T16:34:46.143Z | Downloaded peg v0.8.5 |
| 935 | 2026-03-25T16:34:46.143Z | Downloaded pem v3.0.6 |
| 936 | 2026-03-25T16:34:46.143Z | Downloaded peg-macros v0.8.5 |
| 937 | 2026-03-25T16:34:46.143Z | Downloaded phf v0.12.1 |
| 938 | 2026-03-25T16:34:46.143Z | Downloaded parse-display-derive v0.10.0 |
| 939 | 2026-03-25T16:34:46.143Z | Downloaded darling_core v0.23.0 |
| 940 | 2026-03-25T16:34:46.143Z | Downloaded packed_struct v0.10.1 |
| 941 | 2026-03-25T16:34:46.143Z | Downloaded quick-error v1.2.3 |
| 942 | 2026-03-25T16:34:46.143Z | Downloaded password-hash v0.5.0 |
| 943 | 2026-03-25T16:34:46.143Z | Downloaded oxnet v0.1.4 |
| 944 | 2026-03-25T16:34:46.143Z | Downloaded darling_core v0.21.3 |
| 945 | 2026-03-25T16:34:46.144Z | Downloaded psl-types v2.0.11 |
| 946 | 2026-03-25T16:34:46.144Z | Downloaded progenitor-macro v0.13.0 |
| 947 | 2026-03-25T16:34:46.144Z | Downloaded progenitor-macro v0.11.2 |
| 948 | 2026-03-25T16:34:46.144Z | Downloaded progenitor-macro v0.10.0 |
| 949 | 2026-03-25T16:34:46.144Z | Downloaded indexmap v1.9.3 |
| 950 | 2026-03-25T16:34:46.144Z | Downloaded progenitor-client v0.11.2 |
| 951 | 2026-03-25T16:34:46.144Z | Downloaded pin-project-lite v0.2.17 |
| 952 | 2026-03-25T16:34:46.144Z | Downloaded polyval v0.6.2 |
| 953 | 2026-03-25T16:34:46.144Z | Downloaded poly1305 v0.8.0 |
| 954 | 2026-03-25T16:34:46.144Z | Downloaded pem-rfc7468 v0.7.0 |
| 955 | 2026-03-25T16:34:46.144Z | Downloaded paste v1.0.15 |
| 956 | 2026-03-25T16:34:46.144Z | Downloaded ppv-lite86 v0.2.21 |
| 957 | 2026-03-25T16:34:46.144Z | Downloaded rand_chacha v0.3.1 |
| 958 | 2026-03-25T16:34:46.144Z | Downloaded rand_xorshift v0.4.0 |
| 959 | 2026-03-25T16:34:46.144Z | Downloaded hickory-resolver v0.24.4 |
| 960 | 2026-03-25T16:34:46.145Z | Downloaded proc-macro-error2 v2.0.1 |
| 961 | 2026-03-25T16:34:46.145Z | Downloaded radium v0.7.0 |
| 962 | 2026-03-25T16:34:46.145Z | Downloaded primeorder v0.13.6 |
| 963 | 2026-03-25T16:34:46.145Z | Downloaded ref-cast-impl v1.0.25 |
| 964 | 2026-03-25T16:34:46.145Z | Downloaded recursive v0.1.1 |
| 965 | 2026-03-25T16:34:46.145Z | Downloaded rfc6979 v0.4.0 |
| 966 | 2026-03-25T16:34:46.145Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 967 | 2026-03-25T16:34:46.145Z | Downloaded ed25519-dalek v2.2.0 |
| 968 | 2026-03-25T16:34:46.145Z | Downloaded progenitor-client v0.13.0 |
| 969 | 2026-03-25T16:34:46.145Z | Downloaded psm v0.1.30 |
| 970 | 2026-03-25T16:34:46.145Z | Downloaded litrs v1.0.0 |
| 971 | 2026-03-25T16:34:46.145Z | Downloaded owo-colors v4.3.0 |
| 972 | 2026-03-25T16:34:46.145Z | Downloaded pkcs8 v0.10.2 |
| 973 | 2026-03-25T16:34:46.146Z | Downloaded pin-project-internal v1.1.11 |
| 974 | 2026-03-25T16:34:46.146Z | Downloaded miniz_oxide v0.8.9 |
| 975 | 2026-03-25T16:34:46.146Z | Downloaded jiff-static v0.2.21 |
| 976 | 2026-03-25T16:34:46.146Z | Downloaded papergrid v0.17.0 |
| 977 | 2026-03-25T16:34:46.146Z | Downloaded rustc_version v0.4.1 |
| 978 | 2026-03-25T16:34:46.146Z | Downloaded rustc_version v0.1.7 |
| 979 | 2026-03-25T16:34:46.146Z | Downloaded p256 v0.13.2 |
| 980 | 2026-03-25T16:34:46.146Z | Downloaded progenitor v0.11.2 |
| 981 | 2026-03-25T16:34:46.146Z | Downloaded progenitor v0.10.0 |
| 982 | 2026-03-25T16:34:46.146Z | Downloaded postgres-protocol v0.6.10 |
| 983 | 2026-03-25T16:34:46.146Z | Downloaded hashbrown v0.12.3 |
| 984 | 2026-03-25T16:34:46.146Z | Downloaded progenitor v0.13.0 |
| 985 | 2026-03-25T16:34:46.146Z | Downloaded predicates v3.1.4 |
| 986 | 2026-03-25T16:34:46.146Z | Downloaded russh-cryptovec v0.7.3 |
| 987 | 2026-03-25T16:34:46.146Z | Downloaded rand_seeder v0.4.0 |
| 988 | 2026-03-25T16:34:46.146Z | Downloaded rtoolbox v0.0.3 |
| 989 | 2026-03-25T16:34:46.146Z | Downloaded ref-cast v1.0.25 |
| 990 | 2026-03-25T16:34:46.147Z | Downloaded rand_chacha v0.9.0 |
| 991 | 2026-03-25T16:34:46.147Z | Downloaded rand_core v0.10.0 |
| 992 | 2026-03-25T16:34:46.147Z | Downloaded parking_lot v0.12.5 |
| 993 | 2026-03-25T16:34:46.147Z | Downloaded hashbrown v0.13.2 |
| 994 | 2026-03-25T16:34:46.147Z | Downloaded hyper-util v0.1.20 |
| 995 | 2026-03-25T16:34:46.147Z | Downloaded phf v0.13.1 |
| 996 | 2026-03-25T16:34:46.147Z | Downloaded rustc-hash v2.1.1 |
| 997 | 2026-03-25T16:34:46.147Z | Downloaded progenitor-extras v0.1.1 |
| 998 | 2026-03-25T16:34:46.147Z | Downloaded sapling-renderdag v0.1.0 |
| 999 | 2026-03-25T16:34:46.147Z | Downloaded salsa20 v0.10.2 |
| 1000 | 2026-03-25T16:34:46.147Z | Downloaded flate2 v1.1.9 |
| 1001 | 2026-03-25T16:34:46.147Z | Downloaded derive_more v2.1.1 |
| 1002 | 2026-03-25T16:34:46.147Z | Downloaded openssl-sys v0.9.111 |
| 1003 | 2026-03-25T16:34:46.147Z | Downloaded pin-project v1.1.11 |
| 1004 | 2026-03-25T16:34:46.147Z | Downloaded resolv-conf v0.7.6 |
| 1005 | 2026-03-25T16:34:46.147Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1006 | 2026-03-25T16:34:46.147Z | Downloaded same-file v1.0.6 |
| 1007 | 2026-03-25T16:34:46.147Z | Downloaded scopeguard v1.2.0 |
| 1008 | 2026-03-25T16:34:46.147Z | Downloaded rand_core v0.9.5 |
| 1009 | 2026-03-25T16:34:46.147Z | Downloaded parking_lot_core v0.9.12 |
| 1010 | 2026-03-25T16:34:46.147Z | Downloaded http v1.4.0 |
| 1011 | 2026-03-25T16:34:46.147Z | Downloaded rand_core v0.6.4 |
| 1012 | 2026-03-25T16:34:46.147Z | Downloaded pkg-config v0.3.32 |
| 1013 | 2026-03-25T16:34:46.147Z | Downloaded scrypt v0.11.0 |
| 1014 | 2026-03-25T16:34:46.147Z | Downloaded postgres-types v0.2.12 |
| 1015 | 2026-03-25T16:34:46.147Z | Downloaded serde-big-array v0.5.1 |
| 1016 | 2026-03-25T16:34:46.147Z | Downloaded secrecy v0.10.3 |
| 1017 | 2026-03-25T16:34:46.147Z | Downloaded secrecy v0.8.0 |
| 1018 | 2026-03-25T16:34:46.147Z | Downloaded pkcs5 v0.7.1 |
| 1019 | 2026-03-25T16:34:46.147Z | Downloaded pkcs1 v0.7.5 |
| 1020 | 2026-03-25T16:34:46.158Z | Downloaded oso v0.27.3 |
| 1021 | 2026-03-25T16:34:46.158Z | Downloaded quinn-udp v0.5.14 |
| 1022 | 2026-03-25T16:34:46.158Z | Downloaded postcard v1.1.3 |
| 1023 | 2026-03-25T16:34:46.158Z | Downloaded omicron-zone-package v0.12.2 |
| 1024 | 2026-03-25T16:34:46.158Z | Downloaded crypto-bigint v0.5.5 |
| 1025 | 2026-03-25T16:34:46.158Z | Downloaded serde_bytes v0.11.19 |
| 1026 | 2026-03-25T16:34:46.158Z | Downloaded serde_spanned v1.0.4 |
| 1027 | 2026-03-25T16:34:46.158Z | Downloaded seq-macro v0.3.6 |
| 1028 | 2026-03-25T16:34:46.158Z | Downloaded semver v0.1.20 |
| 1029 | 2026-03-25T16:34:46.158Z | Downloaded serde_repr v0.1.20 |
| 1030 | 2026-03-25T16:34:46.158Z | Downloaded scroll_derive v0.13.1 |
| 1031 | 2026-03-25T16:34:46.158Z | Downloaded r2d2 v0.8.10 |
| 1032 | 2026-03-25T16:34:46.158Z | Downloaded parking_lot v0.11.2 |
| 1033 | 2026-03-25T16:34:46.158Z | Downloaded progenitor-impl v0.13.0 |
| 1034 | 2026-03-25T16:34:46.158Z | Downloaded serde_plain v1.0.2 |
| 1035 | 2026-03-25T16:34:46.158Z | Downloaded indicatif v0.18.4 |
| 1036 | 2026-03-25T16:34:46.159Z | Downloaded sha1 v0.10.6 |
| 1037 | 2026-03-25T16:34:46.184Z | Downloaded itertools v0.10.5 |
| 1038 | 2026-03-25T16:34:46.196Z | Downloaded rustls-pemfile v1.0.4 |
| 1039 | 2026-03-25T16:34:46.196Z | Downloaded signature v2.2.0 |
| 1040 | 2026-03-25T16:34:46.196Z | Downloaded rustls-native-certs v0.8.3 |
| 1041 | 2026-03-25T16:34:46.196Z | Downloaded shell-words v1.1.1 |
| 1042 | 2026-03-25T16:34:46.196Z | Downloaded mio v1.1.1 |
| 1043 | 2026-03-25T16:34:46.197Z | Downloaded siphasher v1.0.2 |
| 1044 | 2026-03-25T16:34:46.197Z | Downloaded expectorate v1.2.0 |
| 1045 | 2026-03-25T16:34:46.197Z | Downloaded derive_more-impl v2.1.1 |
| 1046 | 2026-03-25T16:34:46.197Z | Downloaded russh-keys v0.45.0 |
| 1047 | 2026-03-25T16:34:46.197Z | Downloaded sigpipe v0.1.3 |
| 1048 | 2026-03-25T16:34:46.197Z | Downloaded signal-hook-tokio v0.3.1 |
| 1049 | 2026-03-25T16:34:46.197Z | Downloaded signal-hook-mio v0.2.5 |
| 1050 | 2026-03-25T16:34:46.197Z | Downloaded sec1 v0.7.3 |
| 1051 | 2026-03-25T16:34:46.197Z | Downloaded hickory-server v0.25.2 |
| 1052 | 2026-03-25T16:34:46.197Z | Downloaded slog-envlogger v2.2.0 |
| 1053 | 2026-03-25T16:34:46.218Z | Downloaded serde-hex v0.1.0 |
| 1054 | 2026-03-25T16:34:46.218Z | Downloaded hickory-resolver v0.25.2 |
| 1055 | 2026-03-25T16:34:46.218Z | Downloaded rustls-pki-types v1.14.0 |
| 1056 | 2026-03-25T16:34:46.218Z | Downloaded iddqd v0.3.17 |
| 1057 | 2026-03-25T16:34:46.218Z | Downloaded slog-bunyan v2.5.0 |
| 1058 | 2026-03-25T16:34:46.225Z | Downloaded serde_urlencoded v0.7.1 |
| 1059 | 2026-03-25T16:34:46.225Z | Downloaded serde_path_to_error v0.1.20 |
| 1060 | 2026-03-25T16:34:46.225Z | Downloaded serde_derive_internals v0.29.1 |
| 1061 | 2026-03-25T16:34:46.225Z | Downloaded rustls-pemfile v2.2.0 |
| 1062 | 2026-03-25T16:34:46.226Z | Downloaded schemars_derive v0.8.22 |
| 1063 | 2026-03-25T16:34:46.226Z | Downloaded prefix-trie v0.7.0 |
| 1064 | 2026-03-25T16:34:46.226Z | Downloaded dropshot-api-manager v0.6.0 |
| 1065 | 2026-03-25T16:34:46.226Z | Downloaded sct v0.7.1 |
| 1066 | 2026-03-25T16:34:46.226Z | Downloaded rustversion v1.0.22 |
| 1067 | 2026-03-25T16:34:46.251Z | Downloaded progenitor-impl v0.10.0 |
| 1068 | 2026-03-25T16:34:46.293Z | Downloaded progenitor-impl v0.11.2 |
| 1069 | 2026-03-25T16:34:46.294Z | Downloaded structmeta v0.3.0 |
| 1070 | 2026-03-25T16:34:46.294Z | Downloaded ssh-cipher v0.2.0 |
| 1071 | 2026-03-25T16:34:46.294Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1072 | 2026-03-25T16:34:46.294Z | Downloaded structmeta-derive v0.3.0 |
| 1073 | 2026-03-25T16:34:46.294Z | Downloaded minimal-lexical v0.2.1 |
| 1074 | 2026-03-25T16:34:46.294Z | Downloaded signal-hook-registry v1.4.8 |
| 1075 | 2026-03-25T16:34:46.308Z | Downloaded simd-adler32 v0.3.8 |
| 1076 | 2026-03-25T16:34:46.308Z | Downloaded subtle v2.6.1 |
| 1077 | 2026-03-25T16:34:46.308Z | Downloaded shlex v1.3.0 |
| 1078 | 2026-03-25T16:34:46.308Z | Downloaded slog-stdlog v4.1.1 |
| 1079 | 2026-03-25T16:34:46.308Z | Downloaded tabled_derive v0.11.0 |
| 1080 | 2026-03-25T16:34:46.308Z | Downloaded sync-ptr v0.1.4 |
| 1081 | 2026-03-25T16:34:46.308Z | Downloaded supports-color v3.0.2 |
| 1082 | 2026-03-25T16:34:46.308Z | Downloaded strum v0.26.3 |
| 1083 | 2026-03-25T16:34:46.308Z | Downloaded sqlparser_derive v0.5.0 |
| 1084 | 2026-03-25T16:34:46.308Z | Downloaded slog-dtrace v0.3.0 |
| 1085 | 2026-03-25T16:34:46.308Z | Downloaded strum v0.27.2 |
| 1086 | 2026-03-25T16:34:46.309Z | Downloaded smallvec v0.6.14 |
| 1087 | 2026-03-25T16:34:46.309Z | Downloaded slog-json v2.6.1 |
| 1088 | 2026-03-25T16:34:46.309Z | Downloaded tabwriter v1.4.1 |
| 1089 | 2026-03-25T16:34:46.309Z | Downloaded sync_wrapper v1.0.2 |
| 1090 | 2026-03-25T16:34:46.309Z | Downloaded libxml v0.3.3 |
| 1091 | 2026-03-25T16:34:46.310Z | Downloaded serde_cbor v0.11.2 |
| 1092 | 2026-03-25T16:34:46.310Z | Downloaded rusty-fork v0.3.1 |
| 1093 | 2026-03-25T16:34:46.310Z | Downloaded tap v1.0.1 |
| 1094 | 2026-03-25T16:34:46.310Z | Downloaded smf v0.2.3 |
| 1095 | 2026-03-25T16:34:46.310Z | Downloaded prettyplease v0.2.37 |
| 1096 | 2026-03-25T16:34:46.310Z | Downloaded slog-async v2.8.0 |
| 1097 | 2026-03-25T16:34:46.310Z | Downloaded slab v0.4.12 |
| 1098 | 2026-03-25T16:34:46.310Z | Downloaded take_mut v0.2.2 |
| 1099 | 2026-03-25T16:34:46.311Z | Downloaded ryu v1.0.23 |
| 1100 | 2026-03-25T16:34:46.311Z | Downloaded tagptr v0.2.0 |
| 1101 | 2026-03-25T16:34:46.325Z | Downloaded ssh-encoding v0.2.0 |
| 1102 | 2026-03-25T16:34:46.325Z | Downloaded sqlformat v0.3.5 |
| 1103 | 2026-03-25T16:34:46.325Z | Downloaded qorb v0.4.1 |
| 1104 | 2026-03-25T16:34:46.338Z | Downloaded termtree v0.5.1 |
| 1105 | 2026-03-25T16:34:46.338Z | Downloaded thread-id v5.1.0 |
| 1106 | 2026-03-25T16:34:46.338Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1107 | 2026-03-25T16:34:46.338Z | Downloaded testing_table v0.3.0 |
| 1108 | 2026-03-25T16:34:46.338Z | Downloaded scroll v0.13.0 |
| 1109 | 2026-03-25T16:34:46.339Z | Downloaded tinyvec_macros v0.1.1 |
| 1110 | 2026-03-25T16:34:46.339Z | Downloaded time-core v0.1.8 |
| 1111 | 2026-03-25T16:34:46.339Z | Downloaded spki v0.7.3 |
| 1112 | 2026-03-25T16:34:46.339Z | Downloaded diesel_derives v2.3.7 |
| 1113 | 2026-03-25T16:34:46.350Z | Downloaded crossterm v0.28.1 |
| 1114 | 2026-03-25T16:34:46.350Z | Downloaded snafu-derive v0.8.9 |
| 1115 | 2026-03-25T16:34:46.350Z | Downloaded strum_macros v0.26.4 |
| 1116 | 2026-03-25T16:34:46.350Z | Downloaded support-bundle-viewer v0.1.2 |
| 1117 | 2026-03-25T16:34:46.364Z | Downloaded stringprep v0.1.5 |
| 1118 | 2026-03-25T16:34:46.365Z | Downloaded static_assertions v1.1.0 |
| 1119 | 2026-03-25T16:34:46.365Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1120 | 2026-03-25T16:34:46.374Z | Downloaded quinn v0.11.9 |
| 1121 | 2026-03-25T16:34:46.374Z | Downloaded strum_macros v0.24.3 |
| 1122 | 2026-03-25T16:34:46.374Z | Downloaded aws-lc-rs v1.16.0 |
| 1123 | 2026-03-25T16:34:46.374Z | Downloaded string_cache v0.8.9 |
| 1124 | 2026-03-25T16:34:46.385Z | Downloaded stacker v0.1.23 |
| 1125 | 2026-03-25T16:34:46.385Z | Downloaded num-bigint-dig v0.8.6 |
| 1126 | 2026-03-25T16:34:46.385Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1127 | 2026-03-25T16:34:46.394Z | Downloaded schemars v0.8.22 |
| 1128 | 2026-03-25T16:34:46.394Z | Downloaded topological-sort v0.2.2 |
| 1129 | 2026-03-25T16:34:46.394Z | Downloaded pretty_assertions v1.4.1 |
| 1130 | 2026-03-25T16:34:46.395Z | Downloaded crossterm v0.29.0 |
| 1131 | 2026-03-25T16:34:46.405Z | Downloaded tls_codec v0.4.2 |
| 1132 | 2026-03-25T16:34:46.405Z | Downloaded tiny-keccak v2.0.2 |
| 1133 | 2026-03-25T16:34:46.405Z | Downloaded rcgen v0.12.1 |
| 1134 | 2026-03-25T16:34:46.405Z | Downloaded try-lock v0.2.5 |
| 1135 | 2026-03-25T16:34:46.405Z | Downloaded trait-variant v0.1.2 |
| 1136 | 2026-03-25T16:34:46.416Z | Downloaded tower-layer v0.3.3 |
| 1137 | 2026-03-25T16:34:46.416Z | Downloaded tower-service v0.3.3 |
| 1138 | 2026-03-25T16:34:46.416Z | Downloaded rayon-core v1.13.0 |
| 1139 | 2026-03-25T16:34:46.416Z | Downloaded tls_codec_derive v0.4.2 |
| 1140 | 2026-03-25T16:34:46.416Z | Downloaded termios v0.3.3 |
| 1141 | 2026-03-25T16:34:46.416Z | Downloaded blake3 v1.8.3 |
| 1142 | 2026-03-25T16:34:46.428Z | Downloaded tokio-macros v2.6.0 |
| 1143 | 2026-03-25T16:34:46.428Z | Downloaded itertools v0.14.0 |
| 1144 | 2026-03-25T16:34:46.428Z | Downloaded thread_local v1.1.9 |
| 1145 | 2026-03-25T16:34:46.428Z | Downloaded tokio-dtrace v0.1.1 |
| 1146 | 2026-03-25T16:34:46.428Z | Downloaded thiserror-no-std v2.0.2 |
| 1147 | 2026-03-25T16:34:46.428Z | Downloaded tokio-native-tls v0.3.1 |
| 1148 | 2026-03-25T16:34:46.428Z | Downloaded spin v0.9.8 |
| 1149 | 2026-03-25T16:34:46.438Z | Downloaded slog v2.8.2 |
| 1150 | 2026-03-25T16:34:46.439Z | Downloaded unarray v0.1.4 |
| 1151 | 2026-03-25T16:34:46.439Z | Downloaded time-macros v0.2.27 |
| 1152 | 2026-03-25T16:34:46.439Z | Downloaded typify-macro v0.6.1 |
| 1153 | 2026-03-25T16:34:46.439Z | Downloaded ron v0.8.1 |
| 1154 | 2026-03-25T16:34:46.439Z | Downloaded typify-macro v0.4.3 |
| 1155 | 2026-03-25T16:34:46.439Z | Downloaded itertools v0.13.0 |
| 1156 | 2026-03-25T16:34:46.451Z | Downloaded libm v0.2.16 |
| 1157 | 2026-03-25T16:34:46.452Z | Downloaded futures-util v0.3.32 |
| 1158 | 2026-03-25T16:34:46.452Z | Downloaded unit-prefix v0.5.2 |
| 1159 | 2026-03-25T16:34:46.452Z | Downloaded unicode-truncate v1.1.0 |
| 1160 | 2026-03-25T16:34:46.452Z | Downloaded tokio-tungstenite v0.23.1 |
| 1161 | 2026-03-25T16:34:46.452Z | Downloaded tokio-tungstenite v0.21.0 |
| 1162 | 2026-03-25T16:34:46.452Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1163 | 2026-03-25T16:34:46.452Z | Downloaded aho-corasick v1.1.4 |
| 1164 | 2026-03-25T16:34:46.461Z | Downloaded usdt-macro v0.6.0 |
| 1165 | 2026-03-25T16:34:46.461Z | Downloaded usdt-attr-macro v0.6.0 |
| 1166 | 2026-03-25T16:34:46.461Z | Downloaded usdt v0.6.0 |
| 1167 | 2026-03-25T16:34:46.483Z | Downloaded rand v0.8.5 |
| 1168 | 2026-03-25T16:34:46.484Z | Downloaded untrusted v0.9.0 |
| 1169 | 2026-03-25T16:34:46.484Z | Downloaded untrusted v0.7.1 |
| 1170 | 2026-03-25T16:34:46.484Z | Downloaded universal-hash v0.5.1 |
| 1171 | 2026-03-25T16:34:46.484Z | Downloaded term v1.2.1 |
| 1172 | 2026-03-25T16:34:46.484Z | Downloaded socket2 v0.5.10 |
| 1173 | 2026-03-25T16:34:46.484Z | Downloaded hashbrown v0.15.5 |
| 1174 | 2026-03-25T16:34:46.489Z | Downloaded similar v2.7.0 |
| 1175 | 2026-03-25T16:34:46.489Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1176 | 2026-03-25T16:34:46.490Z | Downloaded strum_macros v0.27.2 |
| 1177 | 2026-03-25T16:34:46.490Z | Downloaded schemars v0.9.0 |
| 1178 | 2026-03-25T16:34:46.490Z | Downloaded void v1.0.2 |
| 1179 | 2026-03-25T16:34:46.490Z | Downloaded term v0.7.0 |
| 1180 | 2026-03-25T16:34:46.490Z | Downloaded num-bigint v0.4.6 |
| 1181 | 2026-03-25T16:34:46.490Z | Downloaded tokio-rustls v0.26.4 |
| 1182 | 2026-03-25T16:34:46.490Z | Downloaded subprocess v0.2.15 |
| 1183 | 2026-03-25T16:34:46.490Z | Downloaded tokio-rustls v0.25.0 |
| 1184 | 2026-03-25T16:34:46.500Z | Downloaded signal-hook v0.3.18 |
| 1185 | 2026-03-25T16:34:46.500Z | Downloaded serde_with_macros v3.17.0 |
| 1186 | 2026-03-25T16:34:46.500Z | Downloaded want v0.3.1 |
| 1187 | 2026-03-25T16:34:46.500Z | Downloaded wait-timeout v0.2.1 |
| 1188 | 2026-03-25T16:34:46.500Z | Downloaded russh v0.45.0 |
| 1189 | 2026-03-25T16:34:46.512Z | Downloaded tui-tree-widget v0.23.1 |
| 1190 | 2026-03-25T16:34:46.512Z | Downloaded hyper v1.8.1 |
| 1191 | 2026-03-25T16:34:46.512Z | Downloaded slog-term v2.9.2 |
| 1192 | 2026-03-25T16:34:46.512Z | Downloaded slog-scope v4.4.1 |
| 1193 | 2026-03-25T16:34:46.512Z | Downloaded hkdf v0.12.4 |
| 1194 | 2026-03-25T16:34:46.523Z | Downloaded test-strategy v0.4.5 |
| 1195 | 2026-03-25T16:34:46.523Z | Downloaded usdt-impl v0.6.0 |
| 1196 | 2026-03-25T16:34:46.523Z | Downloaded xshell-macros v0.2.7 |
| 1197 | 2026-03-25T16:34:46.523Z | Downloaded socket2 v0.6.2 |
| 1198 | 2026-03-25T16:34:46.523Z | Downloaded rsa v0.9.10 |
| 1199 | 2026-03-25T16:34:46.526Z | Downloaded waitgroup v0.1.2 |
| 1200 | 2026-03-25T16:34:46.537Z | Downloaded publicsuffix v2.3.0 |
| 1201 | 2026-03-25T16:34:46.537Z | Downloaded itertools v0.12.1 |
| 1202 | 2026-03-25T16:34:46.551Z | Downloaded rustls-webpki v0.103.9 |
| 1203 | 2026-03-25T16:34:46.551Z | Downloaded twox-hash v2.1.2 |
| 1204 | 2026-03-25T16:34:46.551Z | Downloaded nom v7.1.3 |
| 1205 | 2026-03-25T16:34:46.551Z | Downloaded zone v0.3.1 |
| 1206 | 2026-03-25T16:34:46.552Z | Downloaded xattr v1.6.1 |
| 1207 | 2026-03-25T16:34:46.571Z | Downloaded zeroize_derive v1.4.3 |
| 1208 | 2026-03-25T16:34:46.571Z | Downloaded tinyvec v1.10.0 |
| 1209 | 2026-03-25T16:34:46.571Z | Downloaded rand v0.9.2 |
| 1210 | 2026-03-25T16:34:46.572Z | Downloaded unicase v2.9.0 |
| 1211 | 2026-03-25T16:34:46.598Z | Downloaded tokio-rustls v0.24.1 |
| 1212 | 2026-03-25T16:34:46.598Z | Downloaded zone_cfg_derive v0.3.1 |
| 1213 | 2026-03-25T16:34:46.598Z | Downloaded vsss-rs v3.3.4 |
| 1214 | 2026-03-25T16:34:46.598Z | Downloaded tokio-stream v0.1.18 |
| 1215 | 2026-03-25T16:34:46.598Z | Downloaded samael v0.0.19 |
| 1216 | 2026-03-25T16:34:46.598Z | Downloaded utf-8 v0.7.6 |
| 1217 | 2026-03-25T16:34:46.598Z | Downloaded uzers v0.12.2 |
| 1218 | 2026-03-25T16:34:46.598Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1219 | 2026-03-25T16:34:46.598Z | Downloaded bitvec v1.0.1 |
| 1220 | 2026-03-25T16:34:46.608Z | Downloaded whoami v2.1.0 |
| 1221 | 2026-03-25T16:34:46.608Z | Downloaded xz2 v0.1.7 |
| 1222 | 2026-03-25T16:34:46.608Z | Downloaded tracing-attributes v0.1.31 |
| 1223 | 2026-03-25T16:34:46.609Z | Downloaded vergen-lib v0.1.6 |
| 1224 | 2026-03-25T16:34:46.609Z | Downloaded vergen-gitcl v1.0.8 |
| 1225 | 2026-03-25T16:34:46.617Z | Downloaded vergen-git2 v1.0.7 |
| 1226 | 2026-03-25T16:34:46.617Z | Downloaded tracing-core v0.1.36 |
| 1227 | 2026-03-25T16:34:46.618Z | Downloaded vergen v9.0.6 |
| 1228 | 2026-03-25T16:34:46.618Z | Downloaded bindgen v0.71.1 |
| 1229 | 2026-03-25T16:34:46.626Z | Downloaded whoami v1.6.1 |
| 1230 | 2026-03-25T16:34:46.626Z | Downloaded rpassword v7.4.0 |
| 1231 | 2026-03-25T16:34:46.626Z | Downloaded wyz v0.5.1 |
| 1232 | 2026-03-25T16:34:46.626Z | Downloaded walkdir v2.5.0 |
| 1233 | 2026-03-25T16:34:46.637Z | Downloaded snafu v0.8.9 |
| 1234 | 2026-03-25T16:34:46.637Z | Downloaded xshell v0.2.7 |
| 1235 | 2026-03-25T16:34:46.646Z | Downloaded rand v0.10.0 |
| 1236 | 2026-03-25T16:34:46.646Z | Downloaded zeroize v1.8.2 |
| 1237 | 2026-03-25T16:34:46.646Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1238 | 2026-03-25T16:34:46.646Z | Downloaded zstd-safe v7.2.4 |
| 1239 | 2026-03-25T16:34:46.646Z | Downloaded chrono v0.4.44 |
| 1240 | 2026-03-25T16:34:46.655Z | Downloaded rustyline v14.0.0 |
| 1241 | 2026-03-25T16:34:46.655Z | Downloaded reedline v0.40.0 |
| 1242 | 2026-03-25T16:34:46.655Z | Downloaded tar v0.4.44 |
| 1243 | 2026-03-25T16:34:46.655Z | Downloaded schemars v1.2.1 |
| 1244 | 2026-03-25T16:34:46.665Z | Downloaded zstd v0.13.3 |
| 1245 | 2026-03-25T16:34:46.665Z | Downloaded h2 v0.4.13 |
| 1246 | 2026-03-25T16:34:46.676Z | Downloaded toml v0.7.8 |
| 1247 | 2026-03-25T16:34:46.686Z | Downloaded tungstenite v0.21.0 |
| 1248 | 2026-03-25T16:34:46.686Z | Downloaded typify v0.6.1 |
| 1249 | 2026-03-25T16:34:46.687Z | Downloaded p521 v0.13.3 |
| 1250 | 2026-03-25T16:34:46.692Z | Downloaded typify v0.4.3 |
| 1251 | 2026-03-25T16:34:46.692Z | Downloaded unicode-bidi v0.3.18 |
| 1252 | 2026-03-25T16:34:46.692Z | Downloaded regex v1.12.3 |
| 1253 | 2026-03-25T16:34:46.692Z | Downloaded unicode-properties v0.1.4 |
| 1254 | 2026-03-25T16:34:46.692Z | Downloaded yasna v0.5.2 |
| 1255 | 2026-03-25T16:34:46.702Z | Downloaded toml_edit v0.19.15 |
| 1256 | 2026-03-25T16:34:46.983Z | Downloaded steno v0.4.1 |
| 1257 | 2026-03-25T16:34:46.983Z | Downloaded iri-string v0.7.10 |
| 1258 | 2026-03-25T16:34:47.021Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1259 | 2026-03-25T16:34:47.021Z | Downloaded reqwest v0.13.2 |
| 1260 | 2026-03-25T16:34:47.021Z | Downloaded zerocopy v0.6.6 |
| 1261 | 2026-03-25T16:34:47.022Z | Downloaded uuid v1.21.0 |
| 1262 | 2026-03-25T16:34:47.022Z | Downloaded reqwest v0.12.28 |
| 1263 | 2026-03-25T16:34:47.022Z | Downloaded goblin v0.10.5 |
| 1264 | 2026-03-25T16:34:47.022Z | Downloaded tungstenite v0.23.0 |
| 1265 | 2026-03-25T16:34:47.022Z | Downloaded unicode_categories v0.1.1 |
| 1266 | 2026-03-25T16:34:47.022Z | Downloaded zip v0.6.6 |
| 1267 | 2026-03-25T16:34:47.022Z | Downloaded unsafe-libyaml v0.2.11 |
| 1268 | 2026-03-25T16:34:47.022Z | Downloaded zopfli v0.8.3 |
| 1269 | 2026-03-25T16:34:47.022Z | Downloaded quick-xml v0.37.5 |
| 1270 | 2026-03-25T16:34:47.022Z | Downloaded rustls-webpki v0.101.7 |
| 1271 | 2026-03-25T16:34:47.022Z | Downloaded zerocopy-derive v0.8.40 |
| 1272 | 2026-03-25T16:34:47.022Z | Downloaded vte v0.14.1 |
| 1273 | 2026-03-25T16:34:47.022Z | Downloaded ron v0.12.0 |
| 1274 | 2026-03-25T16:34:47.022Z | Downloaded tokio-postgres v0.7.16 |
| 1275 | 2026-03-25T16:34:47.022Z | Downloaded git2 v0.20.4 |
| 1276 | 2026-03-25T16:34:47.022Z | Downloaded tower v0.5.3 |
| 1277 | 2026-03-25T16:34:47.022Z | Downloaded petname v2.0.2 |
| 1278 | 2026-03-25T16:34:47.022Z | Downloaded salty v0.3.0 |
| 1279 | 2026-03-25T16:34:47.022Z | Downloaded p384 v0.13.1 |
| 1280 | 2026-03-25T16:34:47.022Z | Downloaded typed-path v0.9.3 |
| 1281 | 2026-03-25T16:34:47.022Z | Downloaded yansi v1.0.1 |
| 1282 | 2026-03-25T16:34:47.022Z | Downloaded unicode-segmentation v1.12.0 |
| 1283 | 2026-03-25T16:34:47.022Z | Downloaded ssh-key v0.6.7 |
| 1284 | 2026-03-25T16:34:47.022Z | Downloaded serde_with v3.17.0 |
| 1285 | 2026-03-25T16:34:47.023Z | Downloaded tower-http v0.6.8 |
| 1286 | 2026-03-25T16:34:47.023Z | Downloaded x509-cert v0.2.5 |
| 1287 | 2026-03-25T16:34:47.023Z | Downloaded zip v4.6.1 |
| 1288 | 2026-03-25T16:34:47.023Z | Downloaded rayon v1.11.0 |
| 1289 | 2026-03-25T16:34:47.023Z | Downloaded lalrpop v0.19.12 |
| 1290 | 2026-03-25T16:34:47.023Z | Downloaded openssl v0.10.75 |
| 1291 | 2026-03-25T16:34:47.023Z | Downloaded portable-atomic v1.13.1 |
| 1292 | 2026-03-25T16:34:47.023Z | Downloaded unicode-normalization v0.1.25 |
| 1293 | 2026-03-25T16:34:47.023Z | Downloaded bstr v1.12.1 |
| 1294 | 2026-03-25T16:34:47.023Z | Downloaded nix v0.27.1 |
| 1295 | 2026-03-25T16:34:47.023Z | Downloaded winnow v0.5.40 |
| 1296 | 2026-03-25T16:34:47.023Z | Downloaded proptest v1.10.0 |
| 1297 | 2026-03-25T16:34:47.023Z | Downloaded tough v0.20.0 |
| 1298 | 2026-03-25T16:34:47.023Z | Downloaded quinn-proto v0.11.13 |
| 1299 | 2026-03-25T16:34:47.023Z | Downloaded nix v0.28.0 |
| 1300 | 2026-03-25T16:34:47.023Z | Downloaded tokio-util v0.7.18 |
| 1301 | 2026-03-25T16:34:47.023Z | Downloaded polar-core v0.27.3 |
| 1302 | 2026-03-25T16:34:47.023Z | Downloaded rustls v0.21.12 |
| 1303 | 2026-03-25T16:34:47.036Z | Downloaded object v0.30.4 |
| 1304 | 2026-03-25T16:34:47.036Z | Downloaded rustls-webpki v0.102.8 |
| 1305 | 2026-03-25T16:34:47.036Z | Downloaded tabled v0.20.0 |
| 1306 | 2026-03-25T16:34:47.036Z | Downloaded curve25519-dalek v4.1.3 |
| 1307 | 2026-03-25T16:34:47.036Z | Downloaded nix v0.29.0 |
| 1308 | 2026-03-25T16:34:47.052Z | Downloaded object v0.37.3 |
| 1309 | 2026-03-25T16:34:47.052Z | Downloaded nix v0.31.1 |
| 1310 | 2026-03-25T16:34:47.075Z | Downloaded moka v0.12.13 |
| 1311 | 2026-03-25T16:34:47.075Z | Downloaded radix_trie v0.2.1 |
| 1312 | 2026-03-25T16:34:47.076Z | Downloaded zlib-rs v0.6.2 |
| 1313 | 2026-03-25T16:34:47.099Z | Downloaded winnow v0.6.26 |
| 1314 | 2026-03-25T16:34:47.099Z | Downloaded hickory-proto v0.24.4 |
| 1315 | 2026-03-25T16:34:47.099Z | Downloaded openapiv3 v2.2.0 |
| 1316 | 2026-03-25T16:34:47.120Z | Downloaded webpki-roots v1.0.6 |
| 1317 | 2026-03-25T16:34:47.120Z | Downloaded hickory-proto v0.25.2 |
| 1318 | 2026-03-25T16:34:47.141Z | Downloaded zerocopy v0.8.40 |
| 1319 | 2026-03-25T16:34:47.141Z | Downloaded time v0.3.47 |
| 1320 | 2026-03-25T16:34:47.141Z | Downloaded regex-syntax v0.6.29 |
| 1321 | 2026-03-25T16:34:47.170Z | Downloaded rustls v0.23.37 |
| 1322 | 2026-03-25T16:34:47.183Z | Downloaded smoltcp v0.9.1 |
| 1323 | 2026-03-25T16:34:47.184Z | Downloaded dropshot v0.16.7 |
| 1324 | 2026-03-25T16:34:47.212Z | Downloaded vcpkg v0.2.15 |
| 1325 | 2026-03-25T16:34:47.224Z | Downloaded rustls v0.22.4 |
| 1326 | 2026-03-25T16:34:47.224Z | Downloaded smoltcp v0.11.0 |
| 1327 | 2026-03-25T16:34:47.237Z | Downloaded sqlparser v0.61.0 |
| 1328 | 2026-03-25T16:34:47.245Z | Downloaded regress v0.10.5 |
| 1329 | 2026-03-25T16:34:47.245Z | Downloaded regex-syntax v0.8.10 |
| 1330 | 2026-03-25T16:34:47.262Z | Downloaded sled v0.34.7 |
| 1331 | 2026-03-25T16:34:47.292Z | Downloaded typify-impl v0.6.1 |
| 1332 | 2026-03-25T16:34:47.292Z | Downloaded diesel v2.3.7 |
| 1333 | 2026-03-25T16:34:47.303Z | Downloaded tracing v0.1.44 |
| 1334 | 2026-03-25T16:34:47.303Z | Downloaded rustix v0.38.44 |
| 1335 | 2026-03-25T16:34:47.320Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1336 | 2026-03-25T16:34:47.320Z | Downloaded typify-impl v0.4.3 |
| 1337 | 2026-03-25T16:34:47.332Z | Downloaded zerocopy-derive v0.6.6 |
| 1338 | 2026-03-25T16:34:47.344Z | Downloaded chrono-tz v0.10.4 |
| 1339 | 2026-03-25T16:34:47.344Z | Downloaded petgraph v0.6.5 |
| 1340 | 2026-03-25T16:34:47.354Z | Downloaded lzma-sys v0.1.20 |
| 1341 | 2026-03-25T16:34:47.365Z | Downloaded csv v1.4.0 |
| 1342 | 2026-03-25T16:34:47.378Z | Downloaded ratatui v0.29.0 |
| 1343 | 2026-03-25T16:34:47.410Z | Downloaded tokio v1.49.0 |
| 1344 | 2026-03-25T16:34:47.432Z | Downloaded sha3 v0.10.8 |
| 1345 | 2026-03-25T16:34:47.444Z | Downloaded regex-automata v0.4.14 |
| 1346 | 2026-03-25T16:34:47.478Z | Downloaded jiff v0.2.21 |
| 1347 | 2026-03-25T16:34:47.525Z | Downloaded petgraph v0.8.3 |
| 1348 | 2026-03-25T16:34:47.537Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1349 | 2026-03-25T16:34:47.554Z | Downloaded libz-sys v1.1.24 |
| 1350 | 2026-03-25T16:34:47.628Z | Downloaded encoding_rs v0.8.35 |
| 1351 | 2026-03-25T16:34:47.911Z | Downloaded ring v0.17.14 |
| 1352 | 2026-03-25T16:34:47.917Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1353 | 2026-03-25T16:34:48.030Z | Downloaded aws-lc-sys v0.37.1 |
| 1354 | 2026-03-25T16:34:48.274Z | Compiling libc v0.2.180 |
| 1355 | 2026-03-25T16:34:48.282Z | Compiling serde v1.0.228 |
| 1356 | 2026-03-25T16:34:48.282Z | Compiling log v0.4.29 |
| 1357 | 2026-03-25T16:34:48.282Z | Compiling find-msvc-tools v0.1.9 |
| 1358 | 2026-03-25T16:34:48.443Z | Compiling shlex v1.3.0 |
| 1359 | 2026-03-25T16:34:48.456Z | Compiling smallvec v1.15.1 |
| 1360 | 2026-03-25T16:34:48.462Z | Compiling syn v2.0.117 |
| 1361 | 2026-03-25T16:34:48.467Z | Compiling typenum v1.19.0 |
| 1362 | 2026-03-25T16:34:48.890Z | Compiling generic-array v0.14.7 |
| 1363 | 2026-03-25T16:34:48.903Z | Compiling subtle v2.6.1 |
| 1364 | 2026-03-25T16:34:48.903Z | Compiling scopeguard v1.2.0 |
| 1365 | 2026-03-25T16:34:48.903Z | Compiling portable-atomic v1.13.1 |
| 1366 | 2026-03-25T16:34:48.903Z | Compiling lock_api v0.4.14 |
| 1367 | 2026-03-25T16:34:48.903Z | Compiling const-oid v0.9.6 |
| 1368 | 2026-03-25T16:34:48.903Z | Compiling critical-section v1.2.0 |
| 1369 | 2026-03-25T16:34:48.903Z | Compiling zerocopy v0.8.40 |
| 1370 | 2026-03-25T16:34:48.949Z | Compiling serde_json v1.0.149 |
| 1371 | 2026-03-25T16:34:49.004Z | Compiling parking_lot_core v0.9.12 |
| 1372 | 2026-03-25T16:34:49.140Z | Compiling pin-project-lite v0.2.17 |
| 1373 | 2026-03-25T16:34:49.282Z | Compiling pkg-config v0.3.32 |
| 1374 | 2026-03-25T16:34:49.345Z | Compiling getrandom v0.2.17 |
| 1375 | 2026-03-25T16:34:49.366Z | Compiling jobserver v0.1.34 |
| 1376 | 2026-03-25T16:34:49.695Z | Compiling errno v0.3.14 |
| 1377 | 2026-03-25T16:34:49.730Z | Compiling rand_core v0.6.4 |
| 1378 | 2026-03-25T16:34:49.730Z | Compiling cc v1.2.56 |
| 1379 | 2026-03-25T16:34:49.730Z | Compiling once_cell v1.21.3 |
| 1380 | 2026-03-25T16:34:49.743Z | Compiling signal-hook-registry v1.4.8 |
| 1381 | 2026-03-25T16:34:49.846Z | Compiling mio v1.1.1 |
| 1382 | 2026-03-25T16:34:49.860Z | Compiling bitflags v2.11.0 |
| 1383 | 2026-03-25T16:34:49.870Z | Compiling libm v0.2.16 |
| 1384 | 2026-03-25T16:34:50.026Z | Compiling parking_lot v0.12.5 |
| 1385 | 2026-03-25T16:34:50.056Z | Compiling num-traits v0.2.19 |
| 1386 | 2026-03-25T16:34:50.087Z | Compiling futures-core v0.3.32 |
| 1387 | 2026-03-25T16:34:50.406Z | Compiling socket2 v0.6.2 |
| 1388 | 2026-03-25T16:34:50.419Z | Compiling percent-encoding v2.3.2 |
| 1389 | 2026-03-25T16:34:50.420Z | Compiling allocator-api2 v0.2.21 |
| 1390 | 2026-03-25T16:34:50.420Z | Compiling cpufeatures v0.2.17 |
| 1391 | 2026-03-25T16:34:50.458Z | Compiling futures-sink v0.3.32 |
| 1392 | 2026-03-25T16:34:50.492Z | Compiling foldhash v0.2.0 |
| 1393 | 2026-03-25T16:34:50.513Z | Compiling futures-io v0.3.32 |
| 1394 | 2026-03-25T16:34:50.567Z | Compiling futures-channel v0.3.32 |
| 1395 | 2026-03-25T16:34:50.666Z | Compiling slab v0.4.12 |
| 1396 | 2026-03-25T16:34:50.684Z | Compiling futures-task v0.3.32 |
| 1397 | 2026-03-25T16:34:50.710Z | Compiling hashbrown v0.16.1 |
| 1398 | 2026-03-25T16:34:50.730Z | Compiling getrandom v0.4.1 |
| 1399 | 2026-03-25T16:34:50.801Z | Compiling rustversion v1.0.22 |
| 1400 | 2026-03-25T16:34:50.848Z | Compiling rand_core v0.10.0 |
| 1401 | 2026-03-25T16:34:50.859Z | Compiling getrandom v0.3.4 |
| 1402 | 2026-03-25T16:34:51.220Z | Compiling form_urlencoded v1.2.2 |
| 1403 | 2026-03-25T16:34:51.318Z | Compiling synstructure v0.13.2 |
| 1404 | 2026-03-25T16:34:51.341Z | Compiling indexmap v2.13.0 |
| 1405 | 2026-03-25T16:34:51.350Z | Compiling cmake v0.1.57 |
| 1406 | 2026-03-25T16:34:51.394Z | Compiling dunce v1.0.5 |
| 1407 | 2026-03-25T16:34:51.498Z | Compiling fs_extra v1.3.0 |
| 1408 | 2026-03-25T16:34:51.654Z | Compiling ident_case v1.0.1 |
| 1409 | 2026-03-25T16:34:51.742Z | Compiling base64ct v1.8.3 |
| 1410 | 2026-03-25T16:34:51.756Z | Compiling aws-lc-sys v0.37.1 |
| 1411 | 2026-03-25T16:34:51.775Z | Compiling flagset v0.4.7 |
| 1412 | 2026-03-25T16:34:51.797Z | Compiling rand_core v0.9.5 |
| 1413 | 2026-03-25T16:34:51.826Z | Compiling rustix v1.1.3 |
| 1414 | 2026-03-25T16:34:51.904Z | Compiling iana-time-zone v0.1.65 |
| 1415 | 2026-03-25T16:34:51.924Z | Compiling uuid v1.21.0 |
| 1416 | 2026-03-25T16:34:51.984Z | Compiling pem-rfc7468 v0.7.0 |
| 1417 | 2026-03-25T16:34:52.017Z | Compiling ring v0.17.14 |
| 1418 | 2026-03-25T16:34:52.062Z | Compiling rustc_version v0.4.1 |
| 1419 | 2026-03-25T16:34:52.108Z | Compiling vcpkg v0.2.15 |
| 1420 | 2026-03-25T16:34:52.289Z | Compiling aws-lc-rs v1.16.0 |
| 1421 | 2026-03-25T16:34:52.380Z | Compiling regex-syntax v0.8.10 |
| 1422 | 2026-03-25T16:34:52.570Z | Compiling tracing-core v0.1.36 |
| 1423 | 2026-03-25T16:34:52.617Z | Compiling crossbeam-utils v0.8.21 |
| 1424 | 2026-03-25T16:34:52.827Z | Compiling openssl-sys v0.9.111 |
| 1425 | 2026-03-25T16:34:52.968Z | Compiling pest_generator v2.8.6 |
| 1426 | 2026-03-25T16:34:53.083Z | Compiling serde_derive v1.0.228 |
| 1427 | 2026-03-25T16:34:53.157Z | Compiling zeroize_derive v1.4.3 |
| 1428 | 2026-03-25T16:34:53.388Z | Compiling zerofrom-derive v0.1.6 |
| 1429 | 2026-03-25T16:34:53.586Z | Compiling yoke-derive v0.8.1 |
| 1430 | 2026-03-25T16:34:53.691Z | Compiling zerocopy-derive v0.8.40 |
| 1431 | 2026-03-25T16:34:53.815Z | Compiling zeroize v1.8.2 |
| 1432 | 2026-03-25T16:34:54.593Z | Compiling crypto-common v0.1.7 |
| 1433 | 2026-03-25T16:34:54.740Z | Compiling block-buffer v0.10.4 |
| 1434 | 2026-03-25T16:34:54.748Z | Compiling zerovec-derive v0.11.2 |
| 1435 | 2026-03-25T16:34:54.768Z | Compiling displaydoc v0.2.5 |
| 1436 | 2026-03-25T16:34:54.796Z | Compiling zerofrom v0.1.6 |
| 1437 | 2026-03-25T16:34:54.911Z | Compiling yoke v0.8.1 |
| 1438 | 2026-03-25T16:34:54.923Z | Compiling digest v0.10.7 |
| 1439 | 2026-03-25T16:34:55.100Z | Compiling tokio-macros v2.6.0 |
| 1440 | 2026-03-25T16:34:55.178Z | Compiling hmac v0.12.1 |
| 1441 | 2026-03-25T16:34:55.338Z | Compiling futures-macro v0.3.32 |
| 1442 | 2026-03-25T16:34:55.503Z | Compiling zerotrie v0.2.3 |
| 1443 | 2026-03-25T16:34:55.801Z | Compiling block-padding v0.3.3 |
| 1444 | 2026-03-25T16:34:55.813Z | Compiling sha2 v0.10.9 |
| 1445 | 2026-03-25T16:34:55.841Z | Compiling zerovec v0.11.5 |
| 1446 | 2026-03-25T16:34:55.955Z | Compiling inout v0.1.4 |
| 1447 | 2026-03-25T16:34:56.128Z | Compiling cipher v0.4.4 |
| 1448 | 2026-03-25T16:34:56.146Z | Compiling futures-util v0.3.32 |
| 1449 | 2026-03-25T16:34:56.345Z | Compiling tinystr v0.8.2 |
| 1450 | 2026-03-25T16:34:56.390Z | Compiling potential_utf v0.1.4 |
| 1451 | 2026-03-25T16:34:56.544Z | Compiling bytes v1.11.1 |
| 1452 | 2026-03-25T16:34:56.553Z | Compiling icu_locale_core v2.1.1 |
| 1453 | 2026-03-25T16:34:56.586Z | Compiling icu_collections v2.1.1 |
| 1454 | 2026-03-25T16:34:56.629Z | Compiling der_derive v0.7.3 |
| 1455 | 2026-03-25T16:34:56.998Z | Compiling tokio v1.49.0 |
| 1456 | 2026-03-25T16:34:57.141Z | Compiling http v1.4.0 |
| 1457 | 2026-03-25T16:34:57.178Z | Compiling icu_provider v2.1.1 |
| 1458 | 2026-03-25T16:34:57.505Z | Compiling icu_normalizer v2.1.1 |
| 1459 | 2026-03-25T16:34:57.518Z | Compiling icu_properties v2.1.2 |
| 1460 | 2026-03-25T16:34:57.582Z | Compiling der v0.7.10 |
| 1461 | 2026-03-25T16:34:58.063Z | Compiling ppv-lite86 v0.2.21 |
| 1462 | 2026-03-25T16:34:58.091Z | Compiling chrono v0.4.44 |
| 1463 | 2026-03-25T16:34:58.140Z | Compiling salsa20 v0.10.2 |
| 1464 | 2026-03-25T16:34:58.295Z | Compiling pbkdf2 v0.12.2 |
| 1465 | 2026-03-25T16:34:58.388Z | Compiling idna_adapter v1.2.1 |
| 1466 | 2026-03-25T16:34:58.434Z | Compiling thiserror-impl v2.0.18 |
| 1467 | 2026-03-25T16:34:58.479Z | Compiling spki v0.7.3 |
| 1468 | 2026-03-25T16:34:58.511Z | Compiling idna v1.1.0 |
| 1469 | 2026-03-25T16:34:58.647Z | Compiling scrypt v0.11.0 |
| 1470 | 2026-03-25T16:34:58.663Z | Compiling rand_chacha v0.9.0 |
| 1471 | 2026-03-25T16:34:58.839Z | Compiling url v2.5.8 |
| 1472 | 2026-03-25T16:34:58.877Z | Compiling aes v0.8.4 |
| 1473 | 2026-03-25T16:34:59.205Z | Compiling cbc v0.1.2 |
| 1474 | 2026-03-25T16:34:59.327Z | Compiling rustls-pki-types v1.14.0 |
| 1475 | 2026-03-25T16:34:59.365Z | Compiling tracing-attributes v0.1.31 |
| 1476 | 2026-03-25T16:34:59.472Z | Compiling pkcs5 v0.7.1 |
| 1477 | 2026-03-25T16:34:59.630Z | Compiling rand v0.9.2 |
| 1478 | 2026-03-25T16:34:59.720Z | Compiling thiserror v2.0.18 |
| 1479 | 2026-03-25T16:34:59.784Z | Compiling http-body v1.0.1 |
| 1480 | 2026-03-25T16:34:59.935Z | Compiling serde_derive_internals v0.29.1 |
| 1481 | 2026-03-25T16:34:59.961Z | Compiling untrusted v0.9.0 |
| 1482 | 2026-03-25T16:34:59.961Z | Compiling untrusted v0.7.1 |
| 1483 | 2026-03-25T16:34:59.961Z | Compiling openssl-probe v0.2.1 |
| 1484 | 2026-03-25T16:35:00.066Z | Compiling base64 v0.22.1 |
| 1485 | 2026-03-25T16:35:00.113Z | Compiling httparse v1.10.1 |
| 1486 | 2026-03-25T16:35:00.138Z | Compiling syn v1.0.109 |
| 1487 | 2026-03-25T16:35:00.382Z | Compiling schemars v0.8.22 |
| 1488 | 2026-03-25T16:35:00.463Z | Compiling pkcs8 v0.10.2 |
| 1489 | 2026-03-25T16:35:00.485Z | Compiling pest_derive v2.8.6 |
| 1490 | 2026-03-25T16:35:00.584Z | Compiling scroll_derive v0.13.1 |
| 1491 | 2026-03-25T16:35:00.646Z | Compiling tracing v0.1.44 |
| 1492 | 2026-03-25T16:35:00.780Z | Compiling tokio-util v0.7.18 |
| 1493 | 2026-03-25T16:35:00.799Z | Compiling schemars_derive v0.8.22 |
| 1494 | 2026-03-25T16:35:00.934Z | Compiling darling_core v0.20.11 |
| 1495 | 2026-03-25T16:35:01.362Z | Compiling tower-service v0.3.3 |
| 1496 | 2026-03-25T16:35:01.376Z | Compiling try-lock v0.2.5 |
| 1497 | 2026-03-25T16:35:01.461Z | Compiling rustls v0.23.37 |
| 1498 | 2026-03-25T16:35:01.487Z | Compiling tinyvec_macros v0.1.1 |
| 1499 | 2026-03-25T16:35:01.561Z | Compiling dyn-clone v1.0.20 |
| 1500 | 2026-03-25T16:35:01.630Z | Compiling atomic-waker v1.1.2 |
| 1501 | 2026-03-25T16:35:01.706Z | Compiling tower-layer v0.3.3 |
| 1502 | 2026-03-25T16:35:01.758Z | Compiling h2 v0.4.13 |
| 1503 | 2026-03-25T16:35:01.794Z | Compiling tinyvec v1.10.0 |
| 1504 | 2026-03-25T16:35:01.867Z | Compiling want v0.3.1 |
| 1505 | 2026-03-25T16:35:02.043Z | Compiling scroll v0.13.0 |
| 1506 | 2026-03-25T16:35:02.304Z | Compiling ipnet v2.11.0 |
| 1507 | 2026-03-25T16:35:02.449Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1508 | 2026-03-25T16:35:02.588Z | Compiling spin v0.9.8 |
| 1509 | 2026-03-25T16:35:02.800Z | Compiling aho-corasick v1.1.4 |
| 1510 | 2026-03-25T16:35:02.814Z | Compiling time-core v0.1.8 |
| 1511 | 2026-03-25T16:35:02.833Z | Compiling foreign-types-shared v0.1.1 |
| 1512 | 2026-03-25T16:35:02.967Z | Compiling powerfmt v0.2.0 |
| 1513 | 2026-03-25T16:35:03.011Z | Compiling crc32fast v1.5.0 |
| 1514 | 2026-03-25T16:35:03.179Z | Compiling httpdate v1.0.3 |
| 1515 | 2026-03-25T16:35:03.190Z | Compiling darling_macro v0.20.11 |
| 1516 | 2026-03-25T16:35:03.282Z | Compiling num-conv v0.2.0 |
| 1517 | 2026-03-25T16:35:03.327Z | Compiling pin-utils v0.1.0 |
| 1518 | 2026-03-25T16:35:03.393Z | Compiling openssl v0.10.75 |
| 1519 | 2026-03-25T16:35:03.418Z | Compiling tempfile v3.25.0 |
| 1520 | 2026-03-25T16:35:03.428Z | Compiling time-macros v0.2.27 |
| 1521 | 2026-03-25T16:35:03.648Z | Compiling regex-automata v0.4.14 |
| 1522 | 2026-03-25T16:35:03.666Z | Compiling darling v0.20.11 |
| 1523 | 2026-03-25T16:35:03.791Z | Compiling deranged v0.5.8 |
| 1524 | 2026-03-25T16:35:03.803Z | Compiling foreign-types v0.3.2 |
| 1525 | 2026-03-25T16:35:04.494Z | Compiling goblin v0.10.5 |
| 1526 | 2026-03-25T16:35:04.765Z | Compiling hyper v1.8.1 |
| 1527 | 2026-03-25T16:35:05.067Z | Compiling openssl-macros v0.1.1 |
| 1528 | 2026-03-25T16:35:05.448Z | Compiling thiserror-impl v1.0.69 |
| 1529 | 2026-03-25T16:35:05.763Z | Compiling wait-timeout v0.2.1 |
| 1530 | 2026-03-25T16:35:06.030Z | Compiling num_threads v0.1.7 |
| 1531 | 2026-03-25T16:35:06.053Z | Compiling simd-adler32 v0.3.8 |
| 1532 | 2026-03-25T16:35:06.133Z | Compiling native-tls v0.2.18 |
| 1533 | 2026-03-25T16:35:06.299Z | Compiling quick-error v1.2.3 |
| 1534 | 2026-03-25T16:35:06.329Z | Compiling siphasher v1.0.2 |
| 1535 | 2026-03-25T16:35:06.341Z | Compiling usdt-impl v0.6.0 |
| 1536 | 2026-03-25T16:35:06.406Z | Compiling bit-vec v0.8.0 |
| 1537 | 2026-03-25T16:35:06.515Z | Compiling either v1.15.0 |
| 1538 | 2026-03-25T16:35:06.582Z | Compiling rusty-fork v0.3.1 |
| 1539 | 2026-03-25T16:35:06.638Z | Compiling bit-set v0.8.0 |
| 1540 | 2026-03-25T16:35:06.694Z | Compiling thiserror v1.0.69 |
| 1541 | 2026-03-25T16:35:06.740Z | Compiling time v0.3.47 |
| 1542 | 2026-03-25T16:35:06.794Z | Compiling hyper-util v0.1.20 |
| 1543 | 2026-03-25T16:35:07.058Z | Compiling derive_builder_core v0.20.2 |
| 1544 | 2026-03-25T16:35:07.751Z | Compiling dof v0.4.0 |
| 1545 | 2026-03-25T16:35:07.962Z | Compiling unicode-normalization v0.1.25 |
| 1546 | 2026-03-25T16:35:08.333Z | Compiling crossbeam-epoch v0.9.18 |
| 1547 | 2026-03-25T16:35:08.399Z | Compiling dtrace-parser v0.3.0 |
| 1548 | 2026-03-25T16:35:08.562Z | Compiling rustls-native-certs v0.8.3 |
| 1549 | 2026-03-25T16:35:08.655Z | Compiling signature v2.2.0 |
| 1550 | 2026-03-25T16:35:08.767Z | Compiling scroll_derive v0.12.1 |
| 1551 | 2026-03-25T16:35:08.852Z | Compiling heapless v0.7.17 |
| 1552 | 2026-03-25T16:35:08.862Z | Compiling rand_xorshift v0.4.0 |
| 1553 | 2026-03-25T16:35:08.976Z | Compiling slog v2.8.2 |
| 1554 | 2026-03-25T16:35:09.022Z | Compiling darling_core v0.21.3 |
| 1555 | 2026-03-25T16:35:09.074Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1556 | 2026-03-25T16:35:09.152Z | Compiling sync_wrapper v1.0.2 |
| 1557 | 2026-03-25T16:35:09.164Z | Compiling thread-id v5.1.0 |
| 1558 | 2026-03-25T16:35:09.246Z | Compiling cookie v0.18.1 |
| 1559 | 2026-03-25T16:35:09.260Z | Compiling unicode-properties v0.1.4 |
| 1560 | 2026-03-25T16:35:09.350Z | Compiling unicode-bidi v0.3.18 |
| 1561 | 2026-03-25T16:35:09.418Z | Compiling paste v1.0.15 |
| 1562 | 2026-03-25T16:35:09.442Z | Compiling anyhow v1.0.102 |
| 1563 | 2026-03-25T16:35:09.470Z | Compiling zstd-safe v7.2.4 |
| 1564 | 2026-03-25T16:35:09.666Z | Compiling unicode-segmentation v1.12.0 |
| 1565 | 2026-03-25T16:35:09.686Z | Compiling unarray v0.1.4 |
| 1566 | 2026-03-25T16:35:09.735Z | Compiling rayon-core v1.13.0 |
| 1567 | 2026-03-25T16:35:09.765Z | Compiling signal-hook v0.3.18 |
| 1568 | 2026-03-25T16:35:09.796Z | Compiling adler2 v2.0.1 |
| 1569 | 2026-03-25T16:35:09.893Z | Compiling miniz_oxide v0.8.9 |
| 1570 | 2026-03-25T16:35:09.918Z | Compiling proptest v1.10.0 |
| 1571 | 2026-03-25T16:35:10.013Z | Compiling stringprep v0.1.5 |
| 1572 | 2026-03-25T16:35:10.088Z | Compiling scroll v0.12.0 |
| 1573 | 2026-03-25T16:35:10.353Z | Compiling tower v0.5.3 |
| 1574 | 2026-03-25T16:35:10.556Z | Compiling crossbeam-deque v0.8.6 |
| 1575 | 2026-03-25T16:35:10.743Z | Compiling derive_builder_macro v0.20.2 |
| 1576 | 2026-03-25T16:35:10.813Z | Compiling ipnetwork v0.21.1 |
| 1577 | 2026-03-25T16:35:10.832Z | Compiling http-body-util v0.1.3 |
| 1578 | 2026-03-25T16:35:10.949Z | Compiling webpki-roots v1.0.6 |
| 1579 | 2026-03-25T16:35:11.018Z | Compiling rand_chacha v0.3.1 |
| 1580 | 2026-03-25T16:35:11.071Z | Compiling serde_spanned v0.6.9 |
| 1581 | 2026-03-25T16:35:11.071Z | Compiling erased-serde v0.3.31 |
| 1582 | 2026-03-25T16:35:11.193Z | Compiling toml_datetime v0.6.11 |
| 1583 | 2026-03-25T16:35:11.206Z | Compiling serde_tokenstream v0.2.3 |
| 1584 | 2026-03-25T16:35:11.225Z | Compiling md-5 v0.10.6 |
| 1585 | 2026-03-25T16:35:11.386Z | Compiling zerocopy-derive v0.7.35 |
| 1586 | 2026-03-25T16:35:11.449Z | Compiling curve25519-dalek v4.1.3 |
| 1587 | 2026-03-25T16:35:11.496Z | Compiling darling_macro v0.21.3 |
| 1588 | 2026-03-25T16:35:11.517Z | Compiling vergen-lib v0.1.6 |
| 1589 | 2026-03-25T16:35:11.565Z | Compiling num-integer v0.1.46 |
| 1590 | 2026-03-25T16:35:11.700Z | Compiling hash32 v0.2.1 |
| 1591 | 2026-03-25T16:35:11.778Z | Compiling ff v0.13.1 |
| 1592 | 2026-03-25T16:35:11.827Z | Compiling memoffset v0.9.1 |
| 1593 | 2026-03-25T16:35:11.883Z | Compiling ref-cast v1.0.25 |
| 1594 | 2026-03-25T16:35:11.883Z | Compiling cfg_aliases v0.2.1 |
| 1595 | 2026-03-25T16:35:11.922Z | Compiling psl-types v2.0.11 |
| 1596 | 2026-03-25T16:35:11.964Z | Compiling smoltcp v0.9.1 |
| 1597 | 2026-03-25T16:35:11.978Z | Compiling ryu v1.0.23 |
| 1598 | 2026-03-25T16:35:12.014Z | Compiling zlib-rs v0.6.2 |
| 1599 | 2026-03-25T16:35:12.038Z | Compiling num-bigint-dig v0.8.6 |
| 1600 | 2026-03-25T16:35:12.158Z | Compiling rustix v0.38.44 |
| 1601 | 2026-03-25T16:35:12.182Z | Compiling fallible-iterator v0.2.0 |
| 1602 | 2026-03-25T16:35:12.223Z | Compiling litrs v1.0.0 |
| 1603 | 2026-03-25T16:35:12.247Z | Compiling base16ct v0.2.0 |
| 1604 | 2026-03-25T16:35:12.292Z | Compiling iri-string v0.7.10 |
| 1605 | 2026-03-25T16:35:12.419Z | Compiling sec1 v0.7.3 |
| 1606 | 2026-03-25T16:35:12.484Z | Compiling postgres-protocol v0.6.10 |
| 1607 | 2026-03-25T16:35:12.617Z | Compiling zerocopy v0.7.35 |
| 1608 | 2026-03-25T16:35:12.718Z | Compiling newtype-uuid v1.3.2 |
| 1609 | 2026-03-25T16:35:12.726Z | Compiling document-features v0.2.12 |
| 1610 | 2026-03-25T16:35:13.098Z | Compiling serde_urlencoded v0.7.1 |
| 1611 | 2026-03-25T16:35:13.188Z | Compiling publicsuffix v2.3.0 |
| 1612 | 2026-03-25T16:35:13.256Z | Compiling nix v0.31.1 |
| 1613 | 2026-03-25T16:35:13.343Z | Compiling darling v0.21.3 |
| 1614 | 2026-03-25T16:35:13.351Z | Compiling group v0.13.0 |
| 1615 | 2026-03-25T16:35:13.432Z | Compiling num-iter v0.1.45 |
| 1616 | 2026-03-25T16:35:13.541Z | Compiling tower-http v0.6.8 |
| 1617 | 2026-03-25T16:35:13.658Z | Compiling rand v0.8.5 |
| 1618 | 2026-03-25T16:35:13.843Z | Compiling derive_builder v0.20.2 |
| 1619 | 2026-03-25T16:35:13.862Z | Compiling oxnet v0.1.4 |
| 1620 | 2026-03-25T16:35:13.975Z | Compiling proc-macro-error v1.0.4 |
| 1621 | 2026-03-25T16:35:14.032Z | Compiling tokio-native-tls v0.3.1 |
| 1622 | 2026-03-25T16:35:14.259Z | Compiling goblin v0.8.2 |
| 1623 | 2026-03-25T16:35:14.709Z | Compiling heck v0.4.1 |
| 1624 | 2026-03-25T16:35:14.925Z | Compiling flate2 v1.1.9 |
| 1625 | 2026-03-25T16:35:14.931Z | Compiling phf_shared v0.13.1 |
| 1626 | 2026-03-25T16:35:14.959Z | Compiling hubpack_derive v0.1.1 |
| 1627 | 2026-03-25T16:35:15.008Z | Compiling regex v1.12.3 |
| 1628 | 2026-03-25T16:35:15.182Z | Compiling lazy_static v1.5.0 |
| 1629 | 2026-03-25T16:35:15.247Z | Compiling cargo-platform v0.1.9 |
| 1630 | 2026-03-25T16:35:15.276Z | Compiling hkdf v0.12.4 |
| 1631 | 2026-03-25T16:35:15.343Z | Compiling crypto-bigint v0.5.5 |
| 1632 | 2026-03-25T16:35:15.390Z | Compiling terminal_size v0.4.3 |
| 1633 | 2026-03-25T16:35:15.442Z | Compiling daft-derive v0.1.5 |
| 1634 | 2026-03-25T16:35:15.446Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1635 | 2026-03-25T16:35:15.506Z | Compiling strum_macros v0.27.2 |
| 1636 | 2026-03-25T16:35:15.529Z | Compiling async-trait v0.1.89 |
| 1637 | 2026-03-25T16:35:16.497Z | Compiling ref-cast-impl v1.0.25 |
| 1638 | 2026-03-25T16:35:16.508Z | Compiling vergen v9.0.6 |
| 1639 | 2026-03-25T16:35:16.508Z | Compiling fs-err v3.3.0 |
| 1640 | 2026-03-25T16:35:16.546Z | Compiling ahash v0.8.12 |
| 1641 | 2026-03-25T16:35:16.565Z | Compiling bumpalo v3.20.2 |
| 1642 | 2026-03-25T16:35:16.658Z | Compiling bitflags v1.3.2 |
| 1643 | 2026-03-25T16:35:16.831Z | Compiling object v0.37.3 |
| 1644 | 2026-03-25T16:35:16.858Z | Compiling libbz2-rs-sys v0.2.2 |
| 1645 | 2026-03-25T16:35:16.858Z | Compiling managed v0.8.0 |
| 1646 | 2026-03-25T16:35:17.041Z | Compiling winnow v0.5.40 |
| 1647 | 2026-03-25T16:35:17.115Z | Compiling foldhash v0.1.5 |
| 1648 | 2026-03-25T16:35:17.215Z | Compiling hashbrown v0.15.5 |
| 1649 | 2026-03-25T16:35:17.441Z | Compiling bzip2 v0.6.1 |
| 1650 | 2026-03-25T16:35:17.450Z | Compiling clap_builder v4.5.60 |
| 1651 | 2026-03-25T16:35:17.479Z | Compiling strum v0.27.2 |
| 1652 | 2026-03-25T16:35:17.677Z | Compiling zopfli v0.8.3 |
| 1653 | 2026-03-25T16:35:17.830Z | Compiling console v0.16.2 |
| 1654 | 2026-03-25T16:35:18.019Z | Compiling dof v0.3.0 |
| 1655 | 2026-03-25T16:35:18.367Z | Compiling toml_edit v0.19.15 |
| 1656 | 2026-03-25T16:35:18.423Z | Compiling elliptic-curve v0.13.8 |
| 1657 | 2026-03-25T16:35:18.437Z | Compiling daft v0.1.5 |
| 1658 | 2026-03-25T16:35:18.715Z | Compiling cargo_metadata v0.19.2 |
| 1659 | 2026-03-25T16:35:18.757Z | Compiling hubpack v0.1.2 |
| 1660 | 2026-03-25T16:35:18.972Z | Compiling phf v0.13.1 |
| 1661 | 2026-03-25T16:35:19.158Z | Compiling zone_cfg_derive v0.3.1 |
| 1662 | 2026-03-25T16:35:19.769Z | Compiling signal-hook-mio v0.2.5 |
| 1663 | 2026-03-25T16:35:19.902Z | Compiling cookie_store v0.22.1 |
| 1664 | 2026-03-25T16:35:20.404Z | Compiling rayon v1.11.0 |
| 1665 | 2026-03-25T16:35:20.475Z | Compiling zstd v0.13.3 |
| 1666 | 2026-03-25T16:35:20.548Z | Compiling hyper-tls v0.6.0 |
| 1667 | 2026-03-25T16:35:20.746Z | Compiling bzip2 v0.4.4 |
| 1668 | 2026-03-25T16:35:20.795Z | Compiling serde_with_macros v3.17.0 |
| 1669 | 2026-03-25T16:35:20.948Z | Compiling postgres-types v0.2.12 |
| 1670 | 2026-03-25T16:35:21.024Z | Compiling usdt-attr-macro v0.6.0 |
| 1671 | 2026-03-25T16:35:21.434Z | Compiling usdt-macro v0.6.0 |
| 1672 | 2026-03-25T16:35:21.511Z | Compiling ed25519 v2.2.3 |
| 1673 | 2026-03-25T16:35:21.811Z | Compiling dtrace-parser v0.2.0 |
| 1674 | 2026-03-25T16:35:21.920Z | Compiling itertools v0.12.1 |
| 1675 | 2026-03-25T16:35:22.083Z | Compiling phf_shared v0.11.3 |
| 1676 | 2026-03-25T16:35:22.146Z | Compiling bstr v1.12.1 |
| 1677 | 2026-03-25T16:35:22.160Z | Compiling pkcs1 v0.7.5 |
| 1678 | 2026-03-25T16:35:22.276Z | Compiling hex v0.4.3 |
| 1679 | 2026-03-25T16:35:22.418Z | Compiling serde-big-array v0.5.1 |
| 1680 | 2026-03-25T16:35:22.545Z | Compiling rfc6979 v0.4.0 |
| 1681 | 2026-03-25T16:35:22.560Z | Compiling clap_derive v4.5.55 |
| 1682 | 2026-03-25T16:35:22.568Z | Compiling strum_macros v0.26.4 |
| 1683 | 2026-03-25T16:35:22.569Z | Compiling enum-as-inner v0.6.1 |
| 1684 | 2026-03-25T16:35:22.668Z | Compiling serde_repr v0.1.20 |
| 1685 | 2026-03-25T16:35:22.785Z | Compiling float-cmp v0.10.0 |
| 1686 | 2026-03-25T16:35:22.957Z | Compiling memmap2 v0.9.10 |
| 1687 | 2026-03-25T16:35:23.109Z | Compiling thread-id v4.2.2 |
| 1688 | 2026-03-25T16:35:23.168Z | Compiling env_filter v1.0.0 |
| 1689 | 2026-03-25T16:35:23.189Z | Compiling encoding_rs v0.8.35 |
| 1690 | 2026-03-25T16:35:23.198Z | Compiling keccak v0.1.6 |
| 1691 | 2026-03-25T16:35:23.245Z | Compiling predicates-core v1.0.10 |
| 1692 | 2026-03-25T16:35:23.428Z | Compiling rustc-hash v2.1.1 |
| 1693 | 2026-03-25T16:35:23.477Z | Compiling fixedbitset v0.4.2 |
| 1694 | 2026-03-25T16:35:23.560Z | Compiling static_assertions v1.1.0 |
| 1695 | 2026-03-25T16:35:23.642Z | Compiling normalize-line-endings v0.3.0 |
| 1696 | 2026-03-25T16:35:23.698Z | Compiling new_debug_unreachable v1.0.6 |
| 1697 | 2026-03-25T16:35:23.741Z | Compiling precomputed-hash v0.1.1 |
| 1698 | 2026-03-25T16:35:23.778Z | Compiling jiff v0.2.21 |
| 1699 | 2026-03-25T16:35:23.832Z | Compiling difflib v0.4.0 |
| 1700 | 2026-03-25T16:35:24.028Z | Compiling fixedbitset v0.5.7 |
| 1701 | 2026-03-25T16:35:24.343Z | Compiling unit-prefix v0.5.2 |
| 1702 | 2026-03-25T16:35:24.366Z | Compiling data-encoding v2.10.0 |
| 1703 | 2026-03-25T16:35:24.416Z | Compiling whoami v2.1.0 |
| 1704 | 2026-03-25T16:35:24.431Z | Compiling mime v0.3.17 |
| 1705 | 2026-03-25T16:35:24.438Z | Compiling clap v4.5.60 |
| 1706 | 2026-03-25T16:35:24.490Z | Compiling indicatif v0.18.4 |
| 1707 | 2026-03-25T16:35:24.531Z | Compiling strum v0.26.3 |
| 1708 | 2026-03-25T16:35:24.664Z | Compiling hickory-proto v0.25.2 |
| 1709 | 2026-03-25T16:35:24.687Z | Compiling tokio-postgres v0.7.16 |
| 1710 | 2026-03-25T16:35:24.721Z | Compiling petgraph v0.8.3 |
| 1711 | 2026-03-25T16:35:24.785Z | Compiling predicates v3.1.4 |
| 1712 | 2026-03-25T16:35:25.061Z | Compiling string_cache v0.8.9 |
| 1713 | 2026-03-25T16:35:25.289Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1714 | 2026-03-25T16:35:25.339Z | Compiling petgraph v0.6.5 |
| 1715 | 2026-03-25T16:35:25.433Z | Compiling toml_edit v0.22.27 |
| 1716 | 2026-03-25T16:35:26.626Z | Compiling zip v4.6.1 |
| 1717 | 2026-03-25T16:35:26.811Z | Compiling iddqd v0.3.17 |
| 1718 | 2026-03-25T16:35:26.887Z | Compiling sha3 v0.10.8 |
| 1719 | 2026-03-25T16:35:27.346Z | Compiling env_logger v0.11.9 |
| 1720 | 2026-03-25T16:35:27.600Z | Compiling usdt-impl v0.5.0 |
| 1721 | 2026-03-25T16:35:27.705Z | Compiling usdt v0.6.0 |
| 1722 | 2026-03-25T16:35:27.983Z | Compiling zone v0.3.1 |
| 1723 | 2026-03-25T16:35:28.029Z | Compiling ecdsa v0.16.9 |
| 1724 | 2026-03-25T16:35:28.036Z | Compiling similar v2.7.0 |
| 1725 | 2026-03-25T16:35:28.066Z | Compiling serde_with v3.17.0 |
| 1726 | 2026-03-25T16:35:28.134Z | Compiling rsa v0.9.10 |
| 1727 | 2026-03-25T16:35:28.230Z | Compiling crossterm v0.28.1 |
| 1728 | 2026-03-25T16:35:28.429Z | Compiling ed25519-dalek v2.2.0 |
| 1729 | 2026-03-25T16:35:28.931Z | Compiling zip v0.6.6 |
| 1730 | 2026-03-25T16:35:29.391Z | Compiling toml v0.7.8 |
| 1731 | 2026-03-25T16:35:29.749Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1732 | 2026-03-25T16:35:29.790Z | Compiling itertools v0.13.0 |
| 1733 | 2026-03-25T16:35:29.906Z | Compiling tokio-stream v0.1.18 |
| 1734 | 2026-03-25T16:35:30.012Z | Compiling buf-list v1.1.2 |
| 1735 | 2026-03-25T16:35:30.094Z | Compiling x509-cert v0.2.5 |
| 1736 | 2026-03-25T16:35:30.292Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1737 | 2026-03-25T16:35:30.367Z | Compiling openapiv3 v2.2.0 |
| 1738 | 2026-03-25T16:35:30.386Z | Compiling sha1 v0.10.6 |
| 1739 | 2026-03-25T16:35:30.598Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1740 | 2026-03-25T16:35:30.610Z | Compiling lalrpop-util v0.19.12 |
| 1741 | 2026-03-25T16:35:30.803Z | Compiling peg-runtime v0.8.5 |
| 1742 | 2026-03-25T16:35:30.883Z | Compiling thread_local v1.1.9 |
| 1743 | 2026-03-25T16:35:31.032Z | Compiling slog-async v2.8.0 |
| 1744 | 2026-03-25T16:35:31.092Z | Compiling crossbeam-channel v0.5.15 |
| 1745 | 2026-03-25T16:35:31.136Z | Compiling futures-executor v0.3.32 |
| 1746 | 2026-03-25T16:35:31.355Z | Compiling filetime v0.2.27 |
| 1747 | 2026-03-25T16:35:31.401Z | Compiling is-terminal v0.4.17 |
| 1748 | 2026-03-25T16:35:31.453Z | Compiling take_mut v0.2.2 |
| 1749 | 2026-03-25T16:35:31.496Z | Compiling xattr v1.6.1 |
| 1750 | 2026-03-25T16:35:31.533Z | Compiling term v1.2.1 |
| 1751 | 2026-03-25T16:35:31.572Z | Compiling futures v0.3.32 |
| 1752 | 2026-03-25T16:35:31.656Z | Compiling tar v0.4.44 |
| 1753 | 2026-03-25T16:35:31.911Z | Compiling slog-term v2.9.2 |
| 1754 | 2026-03-25T16:35:37.644Z | Compiling rustls-webpki v0.103.9 |
| 1755 | 2026-03-25T16:35:40.472Z | Compiling tokio-rustls v0.26.4 |
| 1756 | 2026-03-25T16:35:40.472Z | Compiling rustls-platform-verifier v0.6.2 |
| 1757 | 2026-03-25T16:35:40.674Z | Compiling hyper-rustls v0.27.7 |
| 1758 | 2026-03-25T16:35:40.878Z | Compiling reqwest v0.12.28 |
| 1759 | 2026-03-25T16:35:40.878Z | Compiling reqwest v0.13.2 |
| 1760 | 2026-03-25T16:35:42.977Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1761 | 2026-03-25T16:35:43.197Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1762 | 2026-03-25T16:35:46.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s |
| 1763 | 2026-03-25T16:35:46.158Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1764 | 2026-03-25T16:35:46.218Z | Mar 25 16:35:45.100 INFO Starting download, target: Cockroach |
| 1765 | 2026-03-25T16:35:46.218Z | Mar 25 16:35:45.101 INFO Starting download, target: Console |
| 1766 | 2026-03-25T16:35:46.218Z | Mar 25 16:35:45.101 INFO Starting download, target: Clickhouse |
| 1767 | 2026-03-25T16:35:46.218Z | Mar 25 16:35:45.101 INFO Starting download, target: DendriteStub |
| 1768 | 2026-03-25T16:35:46.218Z | Mar 25 16:35:45.101 INFO Starting download, target: MaghemiteMgd |
| 1769 | 2026-03-25T16:35:46.218Z | Mar 25 16:35:45.101 INFO Starting download, target: TransceiverControl |
| 1770 | 2026-03-25T16:35:46.223Z | Mar 25 16:35:45.101 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1771 | 2026-03-25T16:35:46.223Z | Mar 25 16:35:45.101 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1772 | 2026-03-25T16:35:46.223Z | Mar 25 16:35:45.101 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1773 | 2026-03-25T16:35:46.223Z | Mar 25 16:35:45.101 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1774 | 2026-03-25T16:35:46.223Z | Mar 25 16:35:45.101 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1775 | 2026-03-25T16:35:46.223Z | Mar 25 16:35:45.101 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1776 | 2026-03-25T16:35:46.579Z | Mar 25 16:35:45.438 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1777 | 2026-03-25T16:35:46.788Z | Mar 25 16:35:45.663 INFO Download complete, target: TransceiverControl |
| 1778 | 2026-03-25T16:35:47.203Z | Mar 25 16:35:46.082 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1779 | 2026-03-25T16:35:47.441Z | Mar 25 16:35:46.320 INFO Download complete, target: Console |
| 1780 | 2026-03-25T16:35:47.788Z | Mar 25 16:35:46.668 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1781 | 2026-03-25T16:35:47.824Z | Mar 25 16:35:46.705 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1782 | 2026-03-25T16:35:48.429Z | Mar 25 16:35:47.312 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1783 | 2026-03-25T16:35:48.462Z | Mar 25 16:35:47.344 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1784 | 2026-03-25T16:35:48.462Z | Mar 25 16:35:47.344 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1785 | 2026-03-25T16:35:50.262Z | Mar 25 16:35:49.144 INFO Download complete, target: DendriteStub |
| 1786 | 2026-03-25T16:35:50.308Z | Mar 25 16:35:49.191 INFO Download complete, target: MaghemiteMgd |
| 1787 | 2026-03-25T16:35:53.357Z | Mar 25 16:35:52.239 INFO Checking that binary works, target: Cockroach |
| 1788 | 2026-03-25T16:35:53.483Z | Mar 25 16:35:52.365 INFO Download complete, target: Cockroach |
| 1789 | 2026-03-25T16:35:55.566Z | Mar 25 16:35:54.448 INFO Checking that binary works, target: Clickhouse |
| 1790 | 2026-03-25T16:35:55.648Z | Mar 25 16:35:54.530 INFO Download complete, target: Clickhouse |
| 1791 | 2026-03-25T16:35:55.692Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1792 | 2026-03-25T16:35:55.695Z | |
| 1793 | 2026-03-25T16:35:55.695Z | real 2:05.468533163 |
| 1794 | 2026-03-25T16:35:55.696Z | user 6:56.909565619 |
| 1795 | 2026-03-25T16:35:55.696Z | sys 1:22.063920834 |
| 1796 | 2026-03-25T16:35:55.696Z | trap 0.226996657 |
| 1797 | 2026-03-25T16:35:55.696Z | tflt 0.457341176 |
| 1798 | 2026-03-25T16:35:55.696Z | dflt 0.572142265 |
| 1799 | 2026-03-25T16:35:55.696Z | kflt 0.041860081 |
| 1800 | 2026-03-25T16:35:55.696Z | lock 21:36.149826205 |
| 1801 | 2026-03-25T16:35:55.696Z | slp 20:40.227148004 |
| 1802 | 2026-03-25T16:35:55.696Z | lat 39.194171938 |
| 1803 | 2026-03-25T16:35:55.696Z | stop 1:45.125309755 |
| 1804 | 2026-03-25T16:35:55.696Z | + banner clippy |
| 1805 | 2026-03-25T16:35:55.696Z | |
| 1806 | 2026-03-25T16:35:55.696Z | #### # # ##### ##### # # |
| 1807 | 2026-03-25T16:35:55.696Z | # # # # # # # # # # |
| 1808 | 2026-03-25T16:35:55.696Z | # # # # # # # # |
| 1809 | 2026-03-25T16:35:55.696Z | # # # ##### ##### # |
| 1810 | 2026-03-25T16:35:55.696Z | # # # # # # # |
| 1811 | 2026-03-25T16:35:55.696Z | #### ###### # # # # |
| 1812 | 2026-03-25T16:35:55.696Z | |
| 1813 | 2026-03-25T16:35:55.696Z | + export CARGO_INCREMENTAL=0 |
| 1814 | 2026-03-25T16:35:55.696Z | + CARGO_INCREMENTAL=0 |
| 1815 | 2026-03-25T16:35:55.696Z | + ptime -m cargo xtask clippy |
| 1816 | 2026-03-25T16:35:56.261Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1817 | 2026-03-25T16:35:56.484Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1818 | 2026-03-25T16:35:58.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.65s |
| 1819 | 2026-03-25T16:35:58.452Z | Running `target/debug/xtask clippy` |
| 1820 | 2026-03-25T16:35:58.482Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1821 | 2026-03-25T16:35:59.098Z | Downloading crates ... |
| 1822 | 2026-03-25T16:35:59.300Z | Downloaded cargo_metadata v0.23.1 |
| 1823 | 2026-03-25T16:35:59.304Z | Downloaded addr2line v0.25.1 |
| 1824 | 2026-03-25T16:35:59.307Z | Downloaded cargo-platform v0.3.2 |
| 1825 | 2026-03-25T16:35:59.310Z | Downloaded cast v0.3.0 |
| 1826 | 2026-03-25T16:35:59.310Z | Downloaded async-lock v3.4.2 |
| 1827 | 2026-03-25T16:35:59.313Z | Downloaded event-listener v5.4.1 |
| 1828 | 2026-03-25T16:35:59.313Z | Downloaded parking v2.2.1 |
| 1829 | 2026-03-25T16:35:59.313Z | Downloaded assert-json-diff v2.0.2 |
| 1830 | 2026-03-25T16:35:59.319Z | Downloaded event-listener-strategy v0.5.4 |
| 1831 | 2026-03-25T16:35:59.322Z | Downloaded supports-unicode v2.1.0 |
| 1832 | 2026-03-25T16:35:59.322Z | Downloaded plotters-backend v0.3.7 |
| 1833 | 2026-03-25T16:35:59.325Z | Downloaded serde_regex v1.1.0 |
| 1834 | 2026-03-25T16:35:59.329Z | Downloaded futures-timer v3.0.3 |
| 1835 | 2026-03-25T16:35:59.338Z | Downloaded supports-hyperlinks v2.1.0 |
| 1836 | 2026-03-25T16:35:59.344Z | Downloaded plotters-svg v0.3.7 |
| 1837 | 2026-03-25T16:35:59.347Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1838 | 2026-03-25T16:35:59.347Z | Downloaded constant_time_eq v0.3.1 |
| 1839 | 2026-03-25T16:35:59.350Z | Downloaded terminal_size v0.1.17 |
| 1840 | 2026-03-25T16:35:59.353Z | Downloaded escape8259 v0.5.3 |
| 1841 | 2026-03-25T16:35:59.359Z | Downloaded linkme-impl v0.3.35 |
| 1842 | 2026-03-25T16:35:59.364Z | Downloaded path-tree v0.8.3 |
| 1843 | 2026-03-25T16:35:59.372Z | Downloaded backtrace-ext v0.2.1 |
| 1844 | 2026-03-25T16:35:59.376Z | Downloaded supports-color v2.1.0 |
| 1845 | 2026-03-25T16:35:59.380Z | Downloaded async-object-pool v0.2.0 |
| 1846 | 2026-03-25T16:35:59.380Z | Downloaded approx v0.5.1 |
| 1847 | 2026-03-25T16:35:59.380Z | Downloaded target-triple v1.0.0 |
| 1848 | 2026-03-25T16:35:59.380Z | Downloaded miette-derive v5.10.0 |
| 1849 | 2026-03-25T16:35:59.390Z | Downloaded similar-asserts v1.7.0 |
| 1850 | 2026-03-25T16:35:59.398Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1851 | 2026-03-25T16:35:59.401Z | Downloaded stringmetrics v2.2.2 |
| 1852 | 2026-03-25T16:35:59.401Z | Downloaded anes v0.1.6 |
| 1853 | 2026-03-25T16:35:59.404Z | Downloaded tinytemplate v1.2.1 |
| 1854 | 2026-03-25T16:35:59.404Z | Downloaded target-lexicon v0.13.3 |
| 1855 | 2026-03-25T16:35:59.404Z | Downloaded nested v0.1.1 |
| 1856 | 2026-03-25T16:35:59.404Z | Downloaded assert_cmd v2.1.2 |
| 1857 | 2026-03-25T16:35:59.407Z | Downloaded rust-argon2 v2.1.0 |
| 1858 | 2026-03-25T16:35:59.411Z | Downloaded pathdiff v0.2.3 |
| 1859 | 2026-03-25T16:35:59.411Z | Downloaded linkme v0.3.35 |
| 1860 | 2026-03-25T16:35:59.411Z | Downloaded termcolor v1.4.1 |
| 1861 | 2026-03-25T16:35:59.414Z | Downloaded relative-path v1.9.3 |
| 1862 | 2026-03-25T16:35:59.414Z | Downloaded owo-colors v3.5.0 |
| 1863 | 2026-03-25T16:35:59.414Z | Downloaded datatest-stable v0.3.3 |
| 1864 | 2026-03-25T16:35:59.417Z | Downloaded target-spec v3.5.7 |
| 1865 | 2026-03-25T16:35:59.417Z | Downloaded criterion-plot v0.6.0 |
| 1866 | 2026-03-25T16:35:59.421Z | Downloaded oorandom v11.1.5 |
| 1867 | 2026-03-25T16:35:59.424Z | Downloaded libtest-mimic v0.8.1 |
| 1868 | 2026-03-25T16:35:59.424Z | Downloaded knuffel-derive v3.2.0 |
| 1869 | 2026-03-25T16:35:59.433Z | Downloaded concurrent-queue v2.5.0 |
| 1870 | 2026-03-25T16:35:59.436Z | Downloaded cfg-expr v0.20.6 |
| 1871 | 2026-03-25T16:35:59.441Z | Downloaded blake2b_simd v1.0.4 |
| 1872 | 2026-03-25T16:35:59.447Z | Downloaded partial-io v0.5.4 |
| 1873 | 2026-03-25T16:35:59.450Z | Downloaded httptest v0.16.4 |
| 1874 | 2026-03-25T16:35:59.450Z | Downloaded rustc-demangle v0.1.27 |
| 1875 | 2026-03-25T16:35:59.467Z | Downloaded trybuild v1.0.116 |
| 1876 | 2026-03-25T16:35:59.470Z | Downloaded textwrap v0.15.2 |
| 1877 | 2026-03-25T16:35:59.473Z | Downloaded chumsky v0.9.3 |
| 1878 | 2026-03-25T16:35:59.473Z | Downloaded toml v1.0.3+spec-1.1.0 |
| 1879 | 2026-03-25T16:35:59.476Z | Downloaded rand_distr v0.5.1 |
| 1880 | 2026-03-25T16:35:59.488Z | Downloaded rstest v0.25.0 |
| 1881 | 2026-03-25T16:35:59.491Z | Downloaded knuffel v3.2.0 |
| 1882 | 2026-03-25T16:35:59.494Z | Downloaded rstest_macros v0.25.0 |
| 1883 | 2026-03-25T16:35:59.497Z | Downloaded backtrace v0.3.76 |
| 1884 | 2026-03-25T16:35:59.500Z | Downloaded miette v5.10.0 |
| 1885 | 2026-03-25T16:35:59.504Z | Downloaded fancy-regex v0.14.0 |
| 1886 | 2026-03-25T16:35:59.518Z | Downloaded criterion v0.7.0 |
| 1887 | 2026-03-25T16:35:59.541Z | Downloaded hashbrown v0.14.5 |
| 1888 | 2026-03-25T16:35:59.544Z | Downloaded plotters v0.3.7 |
| 1889 | 2026-03-25T16:35:59.548Z | Downloaded guppy v0.17.25 |
| 1890 | 2026-03-25T16:35:59.561Z | Downloaded gimli v0.32.3 |
| 1891 | 2026-03-25T16:35:59.689Z | Downloaded httpmock v0.8.3 |
| 1892 | 2026-03-25T16:36:01.283Z | Checking cfg-if v1.0.4 |
| 1893 | 2026-03-25T16:36:01.632Z | Checking libc v0.2.180 |
| 1894 | 2026-03-25T16:36:01.635Z | Checking serde_core v1.0.228 |
| 1895 | 2026-03-25T16:36:01.704Z | Checking memchr v2.8.0 |
| 1896 | 2026-03-25T16:36:01.744Z | Checking smallvec v1.15.1 |
| 1897 | 2026-03-25T16:36:01.782Z | Checking itoa v1.0.17 |
| 1898 | 2026-03-25T16:36:01.819Z | Checking log v0.4.29 |
| 1899 | 2026-03-25T16:36:01.862Z | Checking zeroize v1.8.2 |
| 1900 | 2026-03-25T16:36:01.865Z | Checking libm v0.2.16 |
| 1901 | 2026-03-25T16:36:01.953Z | Checking stable_deref_trait v1.2.1 |
| 1902 | 2026-03-25T16:36:01.956Z | Checking scopeguard v1.2.0 |
| 1903 | 2026-03-25T16:36:02.026Z | Checking zmij v1.0.21 |
| 1904 | 2026-03-25T16:36:02.064Z | Checking errno v0.3.14 |
| 1905 | 2026-03-25T16:36:02.064Z | Checking getrandom v0.2.17 |
| 1906 | 2026-03-25T16:36:02.133Z | Checking lock_api v0.4.14 |
| 1907 | 2026-03-25T16:36:02.133Z | Checking zerofrom v0.1.6 |
| 1908 | 2026-03-25T16:36:02.203Z | Checking percent-encoding v2.3.2 |
| 1909 | 2026-03-25T16:36:02.241Z | Checking writeable v0.6.2 |
| 1910 | 2026-03-25T16:36:02.277Z | Checking litemap v0.8.1 |
| 1911 | 2026-03-25T16:36:02.314Z | Checking yoke v0.8.1 |
| 1912 | 2026-03-25T16:36:02.350Z | Checking icu_normalizer_data v2.1.1 |
| 1913 | 2026-03-25T16:36:02.386Z | Checking icu_properties_data v2.1.2 |
| 1914 | 2026-03-25T16:36:02.423Z | Checking form_urlencoded v1.2.2 |
| 1915 | 2026-03-25T16:36:02.459Z | Checking utf8_iter v1.0.4 |
| 1916 | 2026-03-25T16:36:02.463Z | Checking subtle v2.6.1 |
| 1917 | 2026-03-25T16:36:02.526Z | Checking zerovec v0.11.5 |
| 1918 | 2026-03-25T16:36:02.526Z | Checking zerotrie v0.2.3 |
| 1919 | 2026-03-25T16:36:02.595Z | Checking num-traits v0.2.19 |
| 1920 | 2026-03-25T16:36:02.631Z | Checking rand_core v0.10.0 |
| 1921 | 2026-03-25T16:36:02.662Z | Checking rand_core v0.6.4 |
| 1922 | 2026-03-25T16:36:02.696Z | Checking portable-atomic v1.13.1 |
| 1923 | 2026-03-25T16:36:02.699Z | Checking pin-project-lite v0.2.17 |
| 1924 | 2026-03-25T16:36:02.796Z | Checking getrandom v0.4.1 |
| 1925 | 2026-03-25T16:36:02.833Z | Checking zerocopy v0.8.40 |
| 1926 | 2026-03-25T16:36:02.869Z | Checking critical-section v1.2.0 |
| 1927 | 2026-03-25T16:36:02.913Z | Checking parking_lot_core v0.9.12 |
| 1928 | 2026-03-25T16:36:02.984Z | Checking signal-hook-registry v1.4.8 |
| 1929 | 2026-03-25T16:36:03.022Z | Checking tinystr v0.8.2 |
| 1930 | 2026-03-25T16:36:03.023Z | Checking potential_utf v0.1.4 |
| 1931 | 2026-03-25T16:36:03.125Z | Checking parking_lot v0.12.5 |
| 1932 | 2026-03-25T16:36:03.168Z | Checking mio v1.1.1 |
| 1933 | 2026-03-25T16:36:03.202Z | Checking serde v1.0.228 |
| 1934 | 2026-03-25T16:36:03.206Z | Checking serde_json v1.0.149 |
| 1935 | 2026-03-25T16:36:03.271Z | Checking bitflags v2.11.0 |
| 1936 | 2026-03-25T16:36:03.305Z | Checking icu_collections v2.1.1 |
| 1937 | 2026-03-25T16:36:03.308Z | Checking icu_locale_core v2.1.1 |
| 1938 | 2026-03-25T16:36:03.371Z | Checking once_cell v1.21.3 |
| 1939 | 2026-03-25T16:36:03.468Z | Checking typenum v1.19.0 |
| 1940 | 2026-03-25T16:36:03.507Z | Checking iana-time-zone v0.1.65 |
| 1941 | 2026-03-25T16:36:03.572Z | Checking socket2 v0.6.2 |
| 1942 | 2026-03-25T16:36:03.629Z | Checking bytes v1.11.1 |
| 1943 | 2026-03-25T16:36:03.667Z | Checking chrono v0.4.44 |
| 1944 | 2026-03-25T16:36:03.712Z | Checking semver v1.0.27 |
| 1945 | 2026-03-25T16:36:03.835Z | Checking uuid v1.21.0 |
| 1946 | 2026-03-25T16:36:03.907Z | Checking icu_provider v2.1.1 |
| 1947 | 2026-03-25T16:36:03.950Z | Checking thiserror v2.0.18 |
| 1948 | 2026-03-25T16:36:03.994Z | Checking allocator-api2 v0.2.21 |
| 1949 | 2026-03-25T16:36:04.031Z | Checking generic-array v0.14.7 |
| 1950 | 2026-03-25T16:36:04.080Z | Checking futures-core v0.3.32 |
| 1951 | 2026-03-25T16:36:04.119Z | Checking tokio v1.49.0 |
| 1952 | 2026-03-25T16:36:04.168Z | Checking icu_normalizer v2.1.1 |
| 1953 | 2026-03-25T16:36:04.203Z | Checking icu_properties v2.1.2 |
| 1954 | 2026-03-25T16:36:04.247Z | Checking dyn-clone v1.0.20 |
| 1955 | 2026-03-25T16:36:04.301Z | Checking equivalent v1.0.2 |
| 1956 | 2026-03-25T16:36:04.393Z | Checking const-oid v0.9.6 |
| 1957 | 2026-03-25T16:36:04.441Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1958 | 2026-03-25T16:36:04.495Z | Checking crypto-common v0.1.7 |
| 1959 | 2026-03-25T16:36:04.533Z | Checking foldhash v0.2.0 |
| 1960 | 2026-03-25T16:36:04.565Z | Checking block-buffer v0.10.4 |
| 1961 | 2026-03-25T16:36:04.649Z | Checking futures-sink v0.3.32 |
| 1962 | 2026-03-25T16:36:04.727Z | Checking hashbrown v0.16.1 |
| 1963 | 2026-03-25T16:36:04.761Z | Checking byteorder v1.5.0 |
| 1964 | 2026-03-25T16:36:04.795Z | Checking futures-channel v0.3.32 |
| 1965 | 2026-03-25T16:36:04.798Z | Checking rustix v1.1.3 |
| 1966 | 2026-03-25T16:36:04.993Z | Checking slab v0.4.12 |
| 1967 | 2026-03-25T16:36:05.028Z | Checking futures-io v0.3.32 |
| 1968 | 2026-03-25T16:36:05.064Z | Checking idna_adapter v1.2.1 |
| 1969 | 2026-03-25T16:36:05.101Z | Checking digest v0.10.7 |
| 1970 | 2026-03-25T16:36:05.170Z | Checking futures-task v0.3.32 |
| 1971 | 2026-03-25T16:36:05.206Z | Checking thiserror v1.0.69 |
| 1972 | 2026-03-25T16:36:05.241Z | Checking idna v1.1.0 |
| 1973 | 2026-03-25T16:36:05.275Z | Checking cpufeatures v0.2.17 |
| 1974 | 2026-03-25T16:36:05.327Z | Checking indexmap v2.13.0 |
| 1975 | 2026-03-25T16:36:05.364Z | Checking futures-util v0.3.32 |
| 1976 | 2026-03-25T16:36:05.367Z | Checking getrandom v0.3.4 |
| 1977 | 2026-03-25T16:36:05.433Z | Checking fnv v1.0.7 |
| 1978 | 2026-03-25T16:36:05.520Z | Checking url v2.5.8 |
| 1979 | 2026-03-25T16:36:05.560Z | Checking regex-syntax v0.8.10 |
| 1980 | 2026-03-25T16:36:05.595Z | Checking base64 v0.22.1 |
| 1981 | 2026-03-25T16:36:05.633Z | Checking ppv-lite86 v0.2.21 |
| 1982 | 2026-03-25T16:36:05.717Z | Checking http v1.4.0 |
| 1983 | 2026-03-25T16:36:05.862Z | Checking tracing-core v0.1.36 |
| 1984 | 2026-03-25T16:36:05.931Z | Checking unicode-ident v1.0.24 |
| 1985 | 2026-03-25T16:36:05.966Z | Checking ipnet v2.11.0 |
| 1986 | 2026-03-25T16:36:06.001Z | Checking schemars v0.8.22 |
| 1987 | 2026-03-25T16:36:06.068Z | Checking proc-macro2 v1.0.106 |
| 1988 | 2026-03-25T16:36:06.193Z | Checking tracing v0.1.44 |
| 1989 | 2026-03-25T16:36:06.247Z | Checking utf8parse v0.2.2 |
| 1990 | 2026-03-25T16:36:06.301Z | Checking anstyle v1.0.13 |
| 1991 | 2026-03-25T16:36:06.378Z | Checking untrusted v0.9.0 |
| 1992 | 2026-03-25T16:36:06.414Z | Checking quote v1.0.44 |
| 1993 | 2026-03-25T16:36:06.449Z | Checking aho-corasick v1.1.4 |
| 1994 | 2026-03-25T16:36:06.513Z | Checking anstyle-parse v0.2.7 |
| 1995 | 2026-03-25T16:36:06.516Z | Checking ring v0.17.14 |
| 1996 | 2026-03-25T16:36:06.605Z | Checking syn v2.0.117 |
| 1997 | 2026-03-25T16:36:06.662Z | Checking colorchoice v1.0.4 |
| 1998 | 2026-03-25T16:36:06.697Z | Checking base64ct v1.8.3 |
| 1999 | 2026-03-25T16:36:06.790Z | Checking is_terminal_polyfill v1.70.2 |
| 2000 | 2026-03-25T16:36:06.899Z | Checking anstyle-query v1.1.5 |
| 2001 | 2026-03-25T16:36:06.935Z | Checking block-padding v0.3.3 |
| 2002 | 2026-03-25T16:36:06.969Z | Checking rustls-pki-types v1.14.0 |
| 2003 | 2026-03-25T16:36:07.023Z | Checking anstream v0.6.21 |
| 2004 | 2026-03-25T16:36:07.096Z | Checking httparse v1.10.1 |
| 2005 | 2026-03-25T16:36:07.146Z | Checking regex-automata v0.4.14 |
| 2006 | 2026-03-25T16:36:07.250Z | Checking inout v0.1.4 |
| 2007 | 2026-03-25T16:36:07.293Z | Checking terminal_size v0.4.3 |
| 2008 | 2026-03-25T16:36:07.330Z | Checking crossbeam-utils v0.8.21 |
| 2009 | 2026-03-25T16:36:07.334Z | Checking tokio-util v0.7.18 |
| 2010 | 2026-03-25T16:36:07.399Z | Checking strsim v0.11.1 |
| 2011 | 2026-03-25T16:36:07.433Z | Checking clap_lex v1.0.0 |
| 2012 | 2026-03-25T16:36:07.436Z | Checking cipher v0.4.4 |
| 2013 | 2026-03-25T16:36:07.570Z | Checking http-body v1.0.1 |
| 2014 | 2026-03-25T16:36:07.606Z | Checking rand_core v0.9.5 |
| 2015 | 2026-03-25T16:36:07.639Z | Checking clap_builder v4.5.60 |
| 2016 | 2026-03-25T16:36:07.683Z | Checking sha2 v0.10.9 |
| 2017 | 2026-03-25T16:36:07.720Z | Checking atomic-waker v1.1.2 |
| 2018 | 2026-03-25T16:36:07.755Z | Checking pem-rfc7468 v0.7.0 |
| 2019 | 2026-03-25T16:36:07.807Z | Checking try-lock v0.2.5 |
| 2020 | 2026-03-25T16:36:07.847Z | Checking httpdate v1.0.3 |
| 2021 | 2026-03-25T16:36:07.935Z | Checking want v0.3.1 |
| 2022 | 2026-03-25T16:36:07.972Z | Checking hmac v0.12.1 |
| 2023 | 2026-03-25T16:36:08.008Z | Checking tower-layer v0.3.3 |
| 2024 | 2026-03-25T16:36:08.012Z | Checking h2 v0.4.13 |
| 2025 | 2026-03-25T16:36:08.076Z | Checking tower-service v0.3.3 |
| 2026 | 2026-03-25T16:36:08.110Z | Checking ryu v1.0.23 |
| 2027 | 2026-03-25T16:36:08.145Z | Checking pin-utils v0.1.0 |
| 2028 | 2026-03-25T16:36:08.184Z | Checking rand_chacha v0.9.0 |
| 2029 | 2026-03-25T16:36:08.219Z | Checking erased-serde v0.3.31 |
| 2030 | 2026-03-25T16:36:08.255Z | Checking anyhow v1.0.102 |
| 2031 | 2026-03-25T16:36:08.289Z | Checking flagset v0.4.7 |
| 2032 | 2026-03-25T16:36:08.411Z | Checking rand v0.9.2 |
| 2033 | 2026-03-25T16:36:08.448Z | Checking der v0.7.10 |
| 2034 | 2026-03-25T16:36:08.482Z | Checking powerfmt v0.2.0 |
| 2035 | 2026-03-25T16:36:08.620Z | Checking slog v2.8.2 |
| 2036 | 2026-03-25T16:36:08.665Z | Checking deranged v0.5.8 |
| 2037 | 2026-03-25T16:36:08.885Z | Checking clap v4.5.60 |
| 2038 | 2026-03-25T16:36:08.923Z | Checking spin v0.9.8 |
| 2039 | 2026-03-25T16:36:08.927Z | Checking time-core v0.1.8 |
| 2040 | 2026-03-25T16:36:08.955Z | Checking num-conv v0.2.0 |
| 2041 | 2026-03-25T16:36:09.024Z | Checking num_threads v0.1.7 |
| 2042 | 2026-03-25T16:36:09.027Z | Checking http-body-util v0.1.3 |
| 2043 | 2026-03-25T16:36:09.101Z | Checking aws-lc-sys v0.37.1 |
| 2044 | 2026-03-25T16:36:09.137Z | Checking untrusted v0.7.1 |
| 2045 | 2026-03-25T16:36:09.171Z | Checking openssl-probe v0.2.1 |
| 2046 | 2026-03-25T16:36:09.175Z | Checking regex v1.12.3 |
| 2047 | 2026-03-25T16:36:09.239Z | Checking serde_urlencoded v0.7.1 |
| 2048 | 2026-03-25T16:36:09.275Z | Checking rand_chacha v0.3.1 |
| 2049 | 2026-03-25T16:36:09.278Z | Checking fastrand v2.3.0 |
| 2050 | 2026-03-25T16:36:09.341Z | Checking spki v0.7.3 |
| 2051 | 2026-03-25T16:36:09.470Z | Checking pbkdf2 v0.12.2 |
| 2052 | 2026-03-25T16:36:09.507Z | Checking aes v0.8.4 |
| 2053 | 2026-03-25T16:36:09.511Z | Checking rand v0.8.5 |
| 2054 | 2026-03-25T16:36:09.542Z | Checking pretty-hex v0.4.1 |
| 2055 | 2026-03-25T16:36:09.607Z | Checking unicode-width v0.2.0 |
| 2056 | 2026-03-25T16:36:09.611Z | Checking time v0.3.47 |
| 2057 | 2026-03-25T16:36:09.611Z | Checking salsa20 v0.10.2 |
| 2058 | 2026-03-25T16:36:09.707Z | Checking aws-lc-rs v1.16.0 |
| 2059 | 2026-03-25T16:36:09.742Z | Checking cbc v0.1.2 |
| 2060 | 2026-03-25T16:36:09.799Z | Checking ipnetwork v0.21.1 |
| 2061 | 2026-03-25T16:36:09.882Z | Checking hex v0.4.3 |
| 2062 | 2026-03-25T16:36:09.918Z | Checking scrypt v0.11.0 |
| 2063 | 2026-03-25T16:36:09.922Z | Checking tempfile v3.25.0 |
| 2064 | 2026-03-25T16:36:10.039Z | Checking rustls-native-certs v0.8.3 |
| 2065 | 2026-03-25T16:36:10.082Z | Checking sync_wrapper v1.0.2 |
| 2066 | 2026-03-25T16:36:10.119Z | Checking plain v0.2.3 |
| 2067 | 2026-03-25T16:36:10.148Z | Checking pkcs5 v0.7.1 |
| 2068 | 2026-03-25T16:36:10.253Z | Checking tower v0.5.3 |
| 2069 | 2026-03-25T16:36:10.256Z | Checking webpki-roots v1.0.6 |
| 2070 | 2026-03-25T16:36:10.256Z | Checking camino v1.2.2 |
| 2071 | 2026-03-25T16:36:10.363Z | Checking iri-string v0.7.10 |
| 2072 | 2026-03-25T16:36:10.437Z | Checking ucd-trie v0.1.7 |
| 2073 | 2026-03-25T16:36:10.498Z | Checking pkcs8 v0.10.2 |
| 2074 | 2026-03-25T16:36:10.591Z | Checking rustls-webpki v0.103.9 |
| 2075 | 2026-03-25T16:36:10.629Z | Checking pest v2.8.6 |
| 2076 | 2026-03-25T16:36:10.632Z | Checking openapiv3 v2.2.0 |
| 2077 | 2026-03-25T16:36:10.697Z | Checking either v1.15.0 |
| 2078 | 2026-03-25T16:36:10.736Z | Checking mime v0.3.17 |
| 2079 | 2026-03-25T16:36:10.739Z | Checking hyper v1.8.1 |
| 2080 | 2026-03-25T16:36:10.850Z | Checking winnow v0.7.14 |
| 2081 | 2026-03-25T16:36:10.911Z | Checking oxnet v0.1.4 |
| 2082 | 2026-03-25T16:36:10.946Z | Checking lazy_static v1.5.0 |
| 2083 | 2026-03-25T16:36:11.039Z | Checking rustls v0.23.37 |
| 2084 | 2026-03-25T16:36:11.076Z | Checking static_assertions v1.1.0 |
| 2085 | 2026-03-25T16:36:11.173Z | Checking signature v2.2.0 |
| 2086 | 2026-03-25T16:36:11.176Z | Checking encoding_rs v0.8.35 |
| 2087 | 2026-03-25T16:36:11.334Z | Checking foreign-types-shared v0.1.1 |
| 2088 | 2026-03-25T16:36:11.421Z | Checking tower-http v0.6.8 |
| 2089 | 2026-03-25T16:36:11.464Z | Checking simd-adler32 v0.3.8 |
| 2090 | 2026-03-25T16:36:11.653Z | Checking foreign-types v0.3.2 |
| 2091 | 2026-03-25T16:36:11.702Z | Checking hubpack v0.1.2 |
| 2092 | 2026-03-25T16:36:11.705Z | Checking hyper-util v0.1.20 |
| 2093 | 2026-03-25T16:36:11.771Z | Checking openssl-sys v0.9.111 |
| 2094 | 2026-03-25T16:36:11.774Z | Checking adler2 v2.0.1 |
| 2095 | 2026-03-25T16:36:11.897Z | Checking sha1 v0.10.6 |
| 2096 | 2026-03-25T16:36:11.934Z | Checking miniz_oxide v0.8.9 |
| 2097 | 2026-03-25T16:36:11.984Z | Checking strum v0.26.3 |
| 2098 | 2026-03-25T16:36:12.076Z | Checking data-encoding v2.10.0 |
| 2099 | 2026-03-25T16:36:12.113Z | Checking tinyvec_macros v0.1.1 |
| 2100 | 2026-03-25T16:36:12.149Z | Checking toml_datetime v0.6.11 |
| 2101 | 2026-03-25T16:36:12.197Z | Checking serde_spanned v0.6.9 |
| 2102 | 2026-03-25T16:36:12.234Z | Checking tinyvec v1.10.0 |
| 2103 | 2026-03-25T16:36:12.314Z | Checking openssl v0.10.75 |
| 2104 | 2026-03-25T16:36:12.351Z | Checking num-integer v0.1.46 |
| 2105 | 2026-03-25T16:36:12.367Z | Checking scroll v0.13.0 |
| 2106 | 2026-03-25T16:36:12.418Z | Checking memmap2 v0.9.10 |
| 2107 | 2026-03-25T16:36:12.422Z | Checking bit-vec v0.8.0 |
| 2108 | 2026-03-25T16:36:12.570Z | Checking base16ct v0.2.0 |
| 2109 | 2026-03-25T16:36:12.610Z | Checking goblin v0.10.5 |
| 2110 | 2026-03-25T16:36:12.642Z | Checking dtrace-parser v0.3.0 |
| 2111 | 2026-03-25T16:36:12.646Z | Checking crossbeam-epoch v0.9.18 |
| 2112 | 2026-03-25T16:36:12.710Z | Checking bit-set v0.8.0 |
| 2113 | 2026-03-25T16:36:12.746Z | Checking sec1 v0.7.3 |
| 2114 | 2026-03-25T16:36:12.881Z | Checking crc32fast v1.5.0 |
| 2115 | 2026-03-25T16:36:12.918Z | Checking ff v0.13.1 |
| 2116 | 2026-03-25T16:36:12.953Z | Checking thread-id v5.1.0 |
| 2117 | 2026-03-25T16:36:12.988Z | Checking wait-timeout v0.2.1 |
| 2118 | 2026-03-25T16:36:13.024Z | Checking num-iter v0.1.45 |
| 2119 | 2026-03-25T16:36:13.061Z | Checking bstr v1.12.1 |
| 2120 | 2026-03-25T16:36:13.066Z | Checking hkdf v0.12.4 |
| 2121 | 2026-03-25T16:36:13.130Z | Checking group v0.13.0 |
| 2122 | 2026-03-25T16:36:13.162Z | Checking ahash v0.8.12 |
| 2123 | 2026-03-25T16:36:13.167Z | Checking crypto-bigint v0.5.5 |
| 2124 | 2026-03-25T16:36:13.257Z | Checking quick-error v1.2.3 |
| 2125 | 2026-03-25T16:36:13.306Z | Checking psl-types v2.0.11 |
| 2126 | 2026-03-25T16:36:13.388Z | Checking cookie v0.18.1 |
| 2127 | 2026-03-25T16:36:13.392Z | Checking rusty-fork v0.3.1 |
| 2128 | 2026-03-25T16:36:13.459Z | Checking publicsuffix v2.3.0 |
| 2129 | 2026-03-25T16:36:13.463Z | Checking tokio-rustls v0.26.4 |
| 2130 | 2026-03-25T16:36:13.531Z | Checking rand_xorshift v0.4.0 |
| 2131 | 2026-03-25T16:36:13.619Z | Checking scroll v0.12.0 |
| 2132 | 2026-03-25T16:36:13.658Z | Checking unarray v0.1.4 |
| 2133 | 2026-03-25T16:36:13.661Z | Checking cookie_store v0.22.1 |
| 2134 | 2026-03-25T16:36:13.725Z | Checking rustls-platform-verifier v0.6.2 |
| 2135 | 2026-03-25T16:36:13.762Z | Checking hyper-rustls v0.27.7 |
| 2136 | 2026-03-25T16:36:13.797Z | Checking proptest v1.10.0 |
| 2137 | 2026-03-25T16:36:13.877Z | Checking goblin v0.8.2 |
| 2138 | 2026-03-25T16:36:13.915Z | Checking num-bigint-dig v0.8.6 |
| 2139 | 2026-03-25T16:36:13.998Z | Checking pkcs1 v0.7.5 |
| 2140 | 2026-03-25T16:36:14.045Z | Checking x509-cert v0.2.5 |
| 2141 | 2026-03-25T16:36:14.102Z | Checking elliptic-curve v0.13.8 |
| 2142 | 2026-03-25T16:36:14.249Z | Checking zerocopy v0.7.35 |
| 2143 | 2026-03-25T16:36:14.287Z | Checking native-tls v0.2.18 |
| 2144 | 2026-03-25T16:36:14.443Z | Checking zlib-rs v0.6.2 |
| 2145 | 2026-03-25T16:36:14.497Z | Checking tokio-native-tls v0.3.1 |
| 2146 | 2026-03-25T16:36:14.686Z | Checking hyper-tls v0.6.0 |
| 2147 | 2026-03-25T16:36:14.723Z | Checking unicode-segmentation v1.12.0 |
| 2148 | 2026-03-25T16:36:14.758Z | Checking rsa v0.9.10 |
| 2149 | 2026-03-25T16:36:14.795Z | Checking reqwest v0.13.2 |
| 2150 | 2026-03-25T16:36:14.887Z | Checking reqwest v0.12.28 |
| 2151 | 2026-03-25T16:36:14.929Z | Checking dof v0.4.0 |
| 2152 | 2026-03-25T16:36:15.064Z | Checking crossbeam-deque v0.8.6 |
| 2153 | 2026-03-25T16:36:15.268Z | Checking dtrace-parser v0.2.0 |
| 2154 | 2026-03-25T16:36:15.306Z | Checking rfc6979 v0.4.0 |
| 2155 | 2026-03-25T16:36:15.368Z | Checking flate2 v1.1.9 |
| 2156 | 2026-03-25T16:36:15.452Z | Checking thread-id v4.2.2 |
| 2157 | 2026-03-25T16:36:15.539Z | Checking toml_write v0.1.2 |
| 2158 | 2026-03-25T16:36:15.577Z | Checking ecdsa v0.16.9 |
| 2159 | 2026-03-25T16:36:15.614Z | Checking usdt-impl v0.6.0 |
| 2160 | 2026-03-25T16:36:15.652Z | Checking newtype-uuid v1.3.2 |
| 2161 | 2026-03-25T16:36:15.690Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2162 | 2026-03-25T16:36:15.725Z | Checking curve25519-dalek v4.1.3 |
| 2163 | 2026-03-25T16:36:15.759Z | Checking toml_edit v0.22.27 |
| 2164 | 2026-03-25T16:36:15.798Z | Checking memoffset v0.9.1 |
| 2165 | 2026-03-25T16:36:15.834Z | Checking dof v0.3.0 |
| 2166 | 2026-03-25T16:36:15.879Z | Checking rustix v0.38.44 |
| 2167 | 2026-03-25T16:36:15.915Z | Checking env_filter v1.0.0 |
| 2168 | 2026-03-25T16:36:15.952Z | Checking keccak v0.1.6 |
| 2169 | 2026-03-25T16:36:15.955Z | Checking usdt v0.6.0 |
| 2170 | 2026-03-25T16:36:16.049Z | Checking daft v0.1.5 |
| 2171 | 2026-03-25T16:36:16.086Z | Checking env_logger v0.11.9 |
| 2172 | 2026-03-25T16:36:16.139Z | Checking usdt-impl v0.5.0 |
| 2173 | 2026-03-25T16:36:16.175Z | Checking sha3 v0.10.8 |
| 2174 | 2026-03-25T16:36:16.175Z | Checking ed25519 v2.2.3 |
| 2175 | 2026-03-25T16:36:16.297Z | Checking itertools v0.13.0 |
| 2176 | 2026-03-25T16:36:16.335Z | Checking serde_with v3.17.0 |
| 2177 | 2026-03-25T16:36:16.407Z | Checking siphasher v1.0.2 |
| 2178 | 2026-03-25T16:36:16.444Z | Checking bitflags v1.3.2 |
| 2179 | 2026-03-25T16:36:16.447Z | Checking unicode-normalization v0.1.25 |
| 2180 | 2026-03-25T16:36:16.512Z | Checking ed25519-dalek v2.2.0 |
| 2181 | 2026-03-25T16:36:16.548Z | Checking signal-hook v0.3.18 |
| 2182 | 2026-03-25T16:36:16.592Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2183 | 2026-03-25T16:36:16.697Z | Checking winnow v0.5.40 |
| 2184 | 2026-03-25T16:36:16.766Z | Checking managed v0.8.0 |
| 2185 | 2026-03-25T16:36:16.802Z | Checking nix v0.31.1 |
| 2186 | 2026-03-25T16:36:16.837Z | Checking rayon-core v1.13.0 |
| 2187 | 2026-03-25T16:36:16.872Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2188 | 2026-03-25T16:36:16.907Z | Checking object v0.37.3 |
| 2189 | 2026-03-25T16:36:16.980Z | Checking foldhash v0.1.5 |
| 2190 | 2026-03-25T16:36:17.016Z | Checking bzip2 v0.4.4 |
| 2191 | 2026-03-25T16:36:17.144Z | Checking hashbrown v0.15.5 |
| 2192 | 2026-03-25T16:36:17.187Z | Checking signal-hook-mio v0.2.5 |
| 2193 | 2026-03-25T16:36:17.224Z | Checking ref-cast v1.0.25 |
| 2194 | 2026-03-25T16:36:17.321Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2195 | 2026-03-25T16:36:17.358Z | Checking zip v0.6.6 |
| 2196 | 2026-03-25T16:36:17.361Z | Checking libbz2-rs-sys v0.2.2 |
| 2197 | 2026-03-25T16:36:17.464Z | Checking zstd-safe v7.2.4 |
| 2198 | 2026-03-25T16:36:17.636Z | Checking bumpalo v3.20.2 |
| 2199 | 2026-03-25T16:36:17.676Z | Checking zstd v0.13.3 |
| 2200 | 2026-03-25T16:36:17.712Z | Checking crossterm v0.28.1 |
| 2201 | 2026-03-25T16:36:17.779Z | Checking rayon v1.11.0 |
| 2202 | 2026-03-25T16:36:17.815Z | Checking bzip2 v0.6.1 |
| 2203 | 2026-03-25T16:36:17.850Z | Checking similar v2.7.0 |
| 2204 | 2026-03-25T16:36:17.853Z | Checking toml_edit v0.19.15 |
| 2205 | 2026-03-25T16:36:17.919Z | Checking fs-err v3.3.0 |
| 2206 | 2026-03-25T16:36:17.923Z | Checking zopfli v0.8.3 |
| 2207 | 2026-03-25T16:36:18.000Z | Checking hash32 v0.2.1 |
| 2208 | 2026-03-25T16:36:18.194Z | Checking serde-big-array v0.5.1 |
| 2209 | 2026-03-25T16:36:18.245Z | Checking unicode-bidi v0.3.18 |
| 2210 | 2026-03-25T16:36:18.280Z | Checking predicates-core v1.0.10 |
| 2211 | 2026-03-25T16:36:18.315Z | Checking jiff v0.2.21 |
| 2212 | 2026-03-25T16:36:18.358Z | Checking unicode-properties v0.1.4 |
| 2213 | 2026-03-25T16:36:18.433Z | Checking heapless v0.7.17 |
| 2214 | 2026-03-25T16:36:18.470Z | Checking hickory-proto v0.25.2 |
| 2215 | 2026-03-25T16:36:18.566Z | Checking tokio-stream v0.1.18 |
| 2216 | 2026-03-25T16:36:18.602Z | Checking stringprep v0.1.5 |
| 2217 | 2026-03-25T16:36:18.786Z | Checking md-5 v0.10.6 |
| 2218 | 2026-03-25T16:36:18.873Z | Checking float-cmp v0.10.0 |
| 2219 | 2026-03-25T16:36:18.918Z | Checking toml v0.7.8 |
| 2220 | 2026-03-25T16:36:18.955Z | Checking difflib v0.4.0 |
| 2221 | 2026-03-25T16:36:18.990Z | Checking normalize-line-endings v0.3.0 |
| 2222 | 2026-03-25T16:36:19.031Z | Checking fallible-iterator v0.2.0 |
| 2223 | 2026-03-25T16:36:19.112Z | Checking rustc-hash v2.1.1 |
| 2224 | 2026-03-25T16:36:19.161Z | Checking predicates v3.1.4 |
| 2225 | 2026-03-25T16:36:19.226Z | Checking smoltcp v0.9.1 |
| 2226 | 2026-03-25T16:36:19.263Z | Checking iddqd v0.3.17 |
| 2227 | 2026-03-25T16:36:19.266Z | Checking phf_shared v0.11.3 |
| 2228 | 2026-03-25T16:36:19.266Z | Checking phf_shared v0.13.1 |
| 2229 | 2026-03-25T16:36:19.363Z | Checking postgres-protocol v0.6.10 |
| 2230 | 2026-03-25T16:36:19.479Z | Checking itertools v0.12.1 |
| 2231 | 2026-03-25T16:36:19.515Z | Checking console v0.16.2 |
| 2232 | 2026-03-25T16:36:19.550Z | Checking buf-list v1.1.2 |
| 2233 | 2026-03-25T16:36:19.708Z | Checking strum v0.27.2 |
| 2234 | 2026-03-25T16:36:19.762Z | Checking new_debug_unreachable v1.0.6 |
| 2235 | 2026-03-25T16:36:19.838Z | Checking unit-prefix v0.5.2 |
| 2236 | 2026-03-25T16:36:19.841Z | Checking fixedbitset v0.4.2 |
| 2237 | 2026-03-25T16:36:19.908Z | Checking precomputed-hash v0.1.1 |
| 2238 | 2026-03-25T16:36:19.912Z | Checking fixedbitset v0.5.7 |
| 2239 | 2026-03-25T16:36:19.995Z | Checking lalrpop-util v0.19.12 |
| 2240 | 2026-03-25T16:36:20.032Z | Checking string_cache v0.8.9 |
| 2241 | 2026-03-25T16:36:20.066Z | Checking petgraph v0.6.5 |
| 2242 | 2026-03-25T16:36:20.140Z | Checking indicatif v0.18.4 |
| 2243 | 2026-03-25T16:36:20.184Z | Checking petgraph v0.8.3 |
| 2244 | 2026-03-25T16:36:20.220Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2245 | 2026-03-25T16:36:20.254Z | Checking postgres-types v0.2.12 |
| 2246 | 2026-03-25T16:36:20.539Z | Checking zone v0.3.1 |
| 2247 | 2026-03-25T16:36:20.578Z | Checking phf v0.13.1 |
| 2248 | 2026-03-25T16:36:20.613Z | Checking zip v4.6.1 |
| 2249 | 2026-03-25T16:36:20.617Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2250 | 2026-03-25T16:36:20.753Z | Checking peg-runtime v0.8.5 |
| 2251 | 2026-03-25T16:36:20.928Z | Checking whoami v2.1.0 |
| 2252 | 2026-03-25T16:36:20.998Z | Checking futures-executor v0.3.32 |
| 2253 | 2026-03-25T16:36:21.077Z | Checking is-terminal v0.4.17 |
| 2254 | 2026-03-25T16:36:21.160Z | Checking tokio-postgres v0.7.16 |
| 2255 | 2026-03-25T16:36:21.194Z | Checking futures v0.3.32 |
| 2256 | 2026-03-25T16:36:21.230Z | Checking crossbeam-channel v0.5.15 |
| 2257 | 2026-03-25T16:36:21.233Z | Compiling structmeta-derive v0.3.0 |
| 2258 | 2026-03-25T16:36:21.297Z | Checking thread_local v1.1.9 |
| 2259 | 2026-03-25T16:36:21.335Z | Checking take_mut v0.2.2 |
| 2260 | 2026-03-25T16:36:21.367Z | Checking term v1.2.1 |
| 2261 | 2026-03-25T16:36:21.464Z | Compiling newtype-uuid-macros v0.1.0 |
| 2262 | 2026-03-25T16:36:21.500Z | Checking regress v0.10.5 |
| 2263 | 2026-03-25T16:36:21.589Z | Checking slog-async v2.8.0 |
| 2264 | 2026-03-25T16:36:21.624Z | Checking slog-term v2.9.2 |
| 2265 | 2026-03-25T16:36:21.768Z | Compiling rustls v0.22.4 |
| 2266 | 2026-03-25T16:36:21.804Z | Compiling multer v3.1.0 |
| 2267 | 2026-03-25T16:36:21.918Z | Compiling async-stream-impl v0.3.6 |
| 2268 | 2026-03-25T16:36:22.055Z | Compiling dropshot v0.16.7 |
| 2269 | 2026-03-25T16:36:22.099Z | Compiling dropshot_endpoint v0.16.7 |
| 2270 | 2026-03-25T16:36:22.257Z | Checking match_cfg v0.1.0 |
| 2271 | 2026-03-25T16:36:23.361Z | Checking hostname v0.3.1 |
| 2272 | 2026-03-25T16:36:23.365Z | Compiling structmeta v0.3.0 |
| 2273 | 2026-03-25T16:36:23.365Z | Checking slog-json v2.6.1 |
| 2274 | 2026-03-25T16:36:23.365Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2275 | 2026-03-25T16:36:23.365Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2276 | 2026-03-25T16:36:23.365Z | Checking debug-ignore v1.0.5 |
| 2277 | 2026-03-25T16:36:23.365Z | Checking slog-bunyan v2.5.0 |
| 2278 | 2026-03-25T16:36:23.365Z | Compiling derive-ex v0.1.8 |
| 2279 | 2026-03-25T16:36:23.365Z | Checking serde_spanned v1.0.4 |
| 2280 | 2026-03-25T16:36:23.365Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2281 | 2026-03-25T16:36:23.365Z | Checking progenitor-client v0.13.0 |
| 2282 | 2026-03-25T16:36:23.365Z | Checking rustls-webpki v0.102.8 |
| 2283 | 2026-03-25T16:36:23.365Z | Checking serde_path_to_error v0.1.20 |
| 2284 | 2026-03-25T16:36:23.365Z | Checking async-stream v0.3.6 |
| 2285 | 2026-03-25T16:36:23.365Z | Checking toml v0.9.12+spec-1.1.0 |
| 2286 | 2026-03-25T16:36:23.365Z | Checking waitgroup v0.1.2 |
| 2287 | 2026-03-25T16:36:23.365Z | Checking rustls-pemfile v2.2.0 |
| 2288 | 2026-03-25T16:36:23.365Z | Checking hostname v0.4.2 |
| 2289 | 2026-03-25T16:36:23.365Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2290 | 2026-03-25T16:36:23.365Z | Compiling parse-display-derive v0.10.0 |
| 2291 | 2026-03-25T16:36:23.365Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2292 | 2026-03-25T16:36:23.365Z | Checking itertools v0.14.0 |
| 2293 | 2026-03-25T16:36:23.365Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2294 | 2026-03-25T16:36:23.427Z | Checking macaddr v1.0.1 |
| 2295 | 2026-03-25T16:36:23.580Z | Checking progenitor-client v0.10.0 |
| 2296 | 2026-03-25T16:36:23.639Z | Checking instant v0.1.13 |
| 2297 | 2026-03-25T16:36:23.760Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2298 | 2026-03-25T16:36:23.798Z | Checking backoff v0.4.0 |
| 2299 | 2026-03-25T16:36:23.848Z | Checking backon v1.6.0 |
| 2300 | 2026-03-25T16:36:23.886Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2301 | 2026-03-25T16:36:24.046Z | Checking progenitor-extras v0.1.1 |
| 2302 | 2026-03-25T16:36:24.061Z | Checking heck v0.5.0 |
| 2303 | 2026-03-25T16:36:24.208Z | Checking camino-tempfile v1.4.1 |
| 2304 | 2026-03-25T16:36:24.337Z | Checking toml v0.8.23 |
| 2305 | 2026-03-25T16:36:24.372Z | Compiling test-strategy v0.4.5 |
| 2306 | 2026-03-25T16:36:24.404Z | Compiling convert_case v0.4.0 |
| 2307 | 2026-03-25T16:36:24.476Z | Compiling unsafe-libyaml v0.2.11 |
| 2308 | 2026-03-25T16:36:24.686Z | Checking secrecy v0.10.3 |
| 2309 | 2026-03-25T16:36:24.781Z | Checking tokio-rustls v0.25.0 |
| 2310 | 2026-03-25T16:36:24.827Z | Compiling crucible-workspace-hack v0.1.0 |
| 2311 | 2026-03-25T16:36:24.865Z | Compiling derive_more v0.99.20 |
| 2312 | 2026-03-25T16:36:24.947Z | Checking parse-display v0.10.0 |
| 2313 | 2026-03-25T16:36:25.124Z | Compiling serde_yaml v0.9.34+deprecated |
| 2314 | 2026-03-25T16:36:25.260Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2315 | 2026-03-25T16:36:25.302Z | Checking typify-impl v0.6.1 |
| 2316 | 2026-03-25T16:36:25.941Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2317 | 2026-03-25T16:36:26.359Z | Compiling proc-macro-crate v3.4.0 |
| 2318 | 2026-03-25T16:36:26.397Z | Checking half v2.7.1 |
| 2319 | 2026-03-25T16:36:26.519Z | Checking ciborium-io v0.2.2 |
| 2320 | 2026-03-25T16:36:26.609Z | Checking glob v0.3.3 |
| 2321 | 2026-03-25T16:36:26.645Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2322 | 2026-03-25T16:36:26.688Z | Checking ciborium-ll v0.2.2 |
| 2323 | 2026-03-25T16:36:26.835Z | Compiling heapless v0.8.0 |
| 2324 | 2026-03-25T16:36:26.914Z | Checking ciborium v0.2.2 |
| 2325 | 2026-03-25T16:36:26.948Z | Compiling ingot-macros v0.1.1 |
| 2326 | 2026-03-25T16:36:26.986Z | Checking tabwriter v1.4.1 |
| 2327 | 2026-03-25T16:36:27.021Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2328 | 2026-03-25T16:36:27.169Z | Checking hash32 v0.3.1 |
| 2329 | 2026-03-25T16:36:27.235Z | Compiling smoltcp v0.11.0 |
| 2330 | 2026-03-25T16:36:27.321Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2331 | 2026-03-25T16:36:27.390Z | Compiling num_enum_derive v0.7.5 |
| 2332 | 2026-03-25T16:36:27.467Z | Checking cobs v0.3.0 |
| 2333 | 2026-03-25T16:36:27.579Z | Compiling foreign-types-macros v0.2.3 |
| 2334 | 2026-03-25T16:36:27.650Z | Checking cpufeatures v0.3.0 |
| 2335 | 2026-03-25T16:36:27.694Z | Checking foreign-types-shared v0.3.1 |
| 2336 | 2026-03-25T16:36:27.753Z | Checking chacha20 v0.10.0 |
| 2337 | 2026-03-25T16:36:27.824Z | Checking postcard v1.1.3 |
| 2338 | 2026-03-25T16:36:28.174Z | Compiling proc-macro-crate v1.3.1 |
| 2339 | 2026-03-25T16:36:28.208Z | Checking foreign-types v0.5.0 |
| 2340 | 2026-03-25T16:36:28.280Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2341 | 2026-03-25T16:36:28.315Z | Checking cstr-argument v0.1.2 |
| 2342 | 2026-03-25T16:36:28.467Z | Checking sigpipe v0.1.3 |
| 2343 | 2026-03-25T16:36:28.470Z | Checking num_enum v0.7.5 |
| 2344 | 2026-03-25T16:36:28.534Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2345 | 2026-03-25T16:36:28.578Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2346 | 2026-03-25T16:36:28.619Z | Checking colored v3.1.1 |
| 2347 | 2026-03-25T16:36:28.653Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2348 | 2026-03-25T16:36:28.853Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2349 | 2026-03-25T16:36:28.889Z | Compiling num_enum_derive v0.5.11 |
| 2350 | 2026-03-25T16:36:28.969Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2351 | 2026-03-25T16:36:28.973Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2352 | 2026-03-25T16:36:29.037Z | Checking rand v0.10.0 |
| 2353 | 2026-03-25T16:36:29.070Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2354 | 2026-03-25T16:36:29.137Z | Checking indent_write v2.2.0 |
| 2355 | 2026-03-25T16:36:29.172Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2356 | 2026-03-25T16:36:29.301Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2357 | 2026-03-25T16:36:29.390Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2358 | 2026-03-25T16:36:29.458Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2359 | 2026-03-25T16:36:29.539Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2360 | 2026-03-25T16:36:29.742Z | Checking smf v0.2.3 |
| 2361 | 2026-03-25T16:36:29.779Z | Compiling num-derive v0.4.2 |
| 2362 | 2026-03-25T16:36:29.811Z | Checking ingot-types v0.1.2 |
| 2363 | 2026-03-25T16:36:29.847Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2364 | 2026-03-25T16:36:29.942Z | Checking num_enum v0.5.11 |
| 2365 | 2026-03-25T16:36:30.000Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2366 | 2026-03-25T16:36:30.107Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2367 | 2026-03-25T16:36:30.188Z | Checking whoami v1.6.1 |
| 2368 | 2026-03-25T16:36:30.238Z | Checking universal-hash v0.5.1 |
| 2369 | 2026-03-25T16:36:30.273Z | Checking ingot v0.1.1 |
| 2370 | 2026-03-25T16:36:30.276Z | Compiling typify-macro v0.6.1 |
| 2371 | 2026-03-25T16:36:30.391Z | Checking opaque-debug v0.3.1 |
| 2372 | 2026-03-25T16:36:30.394Z | Checking aead v0.5.2 |
| 2373 | 2026-03-25T16:36:30.461Z | Checking swrite v0.1.0 |
| 2374 | 2026-03-25T16:36:30.502Z | Checking poly1305 v0.8.0 |
| 2375 | 2026-03-25T16:36:30.540Z | Checking chacha20 v0.9.1 |
| 2376 | 2026-03-25T16:36:30.579Z | Checking unicode-width v0.1.14 |
| 2377 | 2026-03-25T16:36:30.613Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2378 | 2026-03-25T16:36:30.752Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2379 | 2026-03-25T16:36:30.787Z | Checking password-hash v0.5.0 |
| 2380 | 2026-03-25T16:36:30.820Z | Checking blake2 v0.10.6 |
| 2381 | 2026-03-25T16:36:30.865Z | Checking chacha20poly1305 v0.10.1 |
| 2382 | 2026-03-25T16:36:31.009Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 2383 | 2026-03-25T16:36:31.044Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2384 | 2026-03-25T16:36:31.048Z | Checking byte-wrapper v0.1.0 |
| 2385 | 2026-03-25T16:36:31.110Z | Checking argon2 v0.5.3 |
| 2386 | 2026-03-25T16:36:31.317Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2387 | 2026-03-25T16:36:31.352Z | Compiling usdt-attr-macro v0.5.0 |
| 2388 | 2026-03-25T16:36:31.389Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2389 | 2026-03-25T16:36:31.476Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2390 | 2026-03-25T16:36:31.585Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2391 | 2026-03-25T16:36:31.729Z | Compiling usdt-macro v0.5.0 |
| 2392 | 2026-03-25T16:36:31.828Z | Checking thiserror-no-std v2.0.2 |
| 2393 | 2026-03-25T16:36:31.940Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2394 | 2026-03-25T16:36:31.976Z | Checking vsss-rs v3.3.4 |
| 2395 | 2026-03-25T16:36:32.079Z | Compiling typify v0.6.1 |
| 2396 | 2026-03-25T16:36:32.170Z | Checking memmap v0.7.0 |
| 2397 | 2026-03-25T16:36:32.204Z | Compiling derive-where v1.6.0 |
| 2398 | 2026-03-25T16:36:32.239Z | Compiling progenitor-impl v0.13.0 |
| 2399 | 2026-03-25T16:36:32.332Z | Checking atomicwrites v0.4.4 |
| 2400 | 2026-03-25T16:36:32.468Z | Checking usdt v0.5.0 |
| 2401 | 2026-03-25T16:36:32.504Z | Checking console v0.15.11 |
| 2402 | 2026-03-25T16:36:32.665Z | Checking tokio-dtrace v0.1.1 |
| 2403 | 2026-03-25T16:36:32.810Z | Checking newline-converter v0.3.0 |
| 2404 | 2026-03-25T16:36:32.878Z | Checking oxide-tokio-rt v0.1.3 |
| 2405 | 2026-03-25T16:36:32.951Z | Checking expectorate v1.2.0 |
| 2406 | 2026-03-25T16:36:33.043Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2407 | 2026-03-25T16:36:33.078Z | Compiling prettyplease v0.2.37 |
| 2408 | 2026-03-25T16:36:33.112Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2409 | 2026-03-25T16:36:33.145Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2410 | 2026-03-25T16:36:33.178Z | Checking bytecount v0.6.9 |
| 2411 | 2026-03-25T16:36:33.182Z | Compiling owo-colors v4.3.0 |
| 2412 | 2026-03-25T16:36:33.246Z | Compiling cancel-safe-futures v0.1.5 |
| 2413 | 2026-03-25T16:36:33.336Z | Checking libsw-core v0.3.2 |
| 2414 | 2026-03-25T16:36:33.379Z | Checking linear-map v1.2.0 |
| 2415 | 2026-03-25T16:36:33.513Z | Checking libsw v3.5.0 |
| 2416 | 2026-03-25T16:36:33.548Z | Checking same-file v1.0.6 |
| 2417 | 2026-03-25T16:36:33.582Z | Checking num-rational v0.4.2 |
| 2418 | 2026-03-25T16:36:33.692Z | Checking walkdir v2.5.0 |
| 2419 | 2026-03-25T16:36:33.692Z | Checking num-complex v0.4.6 |
| 2420 | 2026-03-25T16:36:33.888Z | Checking float-ord v0.3.2 |
| 2421 | 2026-03-25T16:36:33.923Z | Checking gethostname v0.5.0 |
| 2422 | 2026-03-25T16:36:34.057Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2423 | 2026-03-25T16:36:34.091Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2424 | 2026-03-25T16:36:34.094Z | Checking num v0.4.3 |
| 2425 | 2026-03-25T16:36:34.159Z | Compiling async-recursion v1.1.1 |
| 2426 | 2026-03-25T16:36:34.266Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2427 | 2026-03-25T16:36:34.301Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2428 | 2026-03-25T16:36:34.878Z | Compiling progenitor-macro v0.13.0 |
| 2429 | 2026-03-25T16:36:35.189Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2430 | 2026-03-25T16:36:35.896Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2431 | 2026-03-25T16:36:36.566Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2432 | 2026-03-25T16:36:37.321Z | Checking unicode-linebreak v0.1.5 |
| 2433 | 2026-03-25T16:36:37.497Z | Checking smawk v0.3.2 |
| 2434 | 2026-03-25T16:36:37.555Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2435 | 2026-03-25T16:36:37.590Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2436 | 2026-03-25T16:36:37.663Z | Checking globset v0.4.18 |
| 2437 | 2026-03-25T16:36:38.086Z | Compiling convert_case v0.10.0 |
| 2438 | 2026-03-25T16:36:38.437Z | Compiling slog-dtrace v0.3.0 |
| 2439 | 2026-03-25T16:36:38.569Z | Checking resolv-conf v0.7.6 |
| 2440 | 2026-03-25T16:36:38.744Z | Compiling derive_more-impl v2.1.1 |
| 2441 | 2026-03-25T16:36:38.929Z | Compiling pin-project-internal v1.1.11 |
| 2442 | 2026-03-25T16:36:39.064Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2443 | 2026-03-25T16:36:39.167Z | Checking pem v3.0.6 |
| 2444 | 2026-03-25T16:36:39.309Z | Checking fd-lock v4.0.4 |
| 2445 | 2026-03-25T16:36:39.361Z | Checking vte v0.14.1 |
| 2446 | 2026-03-25T16:36:39.466Z | Checking display-error-chain v0.2.2 |
| 2447 | 2026-03-25T16:36:39.547Z | Checking strip-ansi-escapes v0.2.1 |
| 2448 | 2026-03-25T16:36:39.550Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2449 | 2026-03-25T16:36:39.617Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2450 | 2026-03-25T16:36:39.620Z | Checking derive_more v2.1.1 |
| 2451 | 2026-03-25T16:36:39.685Z | Compiling snafu-derive v0.8.9 |
| 2452 | 2026-03-25T16:36:39.727Z | Checking crossterm v0.29.0 |
| 2453 | 2026-03-25T16:36:39.810Z | Checking nu-ansi-term v0.50.3 |
| 2454 | 2026-03-25T16:36:39.871Z | Checking progenitor v0.13.0 |
| 2455 | 2026-03-25T16:36:40.106Z | Checking pin-project v1.1.11 |
| 2456 | 2026-03-25T16:36:40.110Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2457 | 2026-03-25T16:36:40.215Z | Checking linked-hash-map v0.5.6 |
| 2458 | 2026-03-25T16:36:40.251Z | Checking termtree v0.5.1 |
| 2459 | 2026-03-25T16:36:40.334Z | Checking reedline v0.40.0 |
| 2460 | 2026-03-25T16:36:40.417Z | Checking lru-cache v0.1.2 |
| 2461 | 2026-03-25T16:36:40.422Z | Checking textwrap v0.16.2 |
| 2462 | 2026-03-25T16:36:40.586Z | Checking olpc-cjson v0.1.4 |
| 2463 | 2026-03-25T16:36:40.707Z | Checking hickory-proto v0.24.4 |
| 2464 | 2026-03-25T16:36:40.766Z | Checking serde_plain v1.0.2 |
| 2465 | 2026-03-25T16:36:40.951Z | Compiling minimal-lexical v0.2.1 |
| 2466 | 2026-03-25T16:36:41.243Z | Checking typed-path v0.9.3 |
| 2467 | 2026-03-25T16:36:41.532Z | Compiling nom v7.1.3 |
| 2468 | 2026-03-25T16:36:41.687Z | Checking snafu v0.8.9 |
| 2469 | 2026-03-25T16:36:41.967Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2470 | 2026-03-25T16:36:42.051Z | Checking tough v0.20.0 |
| 2471 | 2026-03-25T16:36:42.442Z | Checking nibble_vec v0.1.0 |
| 2472 | 2026-03-25T16:36:42.534Z | Checking endian-type v0.1.2 |
| 2473 | 2026-03-25T16:36:42.534Z | Checking hickory-resolver v0.24.4 |
| 2474 | 2026-03-25T16:36:42.600Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2475 | 2026-03-25T16:36:42.694Z | Checking radix_trie v0.2.1 |
| 2476 | 2026-03-25T16:36:42.791Z | Compiling ar_archive_writer v0.5.1 |
| 2477 | 2026-03-25T16:36:42.888Z | Checking base64 v0.21.7 |
| 2478 | 2026-03-25T16:36:42.930Z | Checking humantime v2.3.0 |
| 2479 | 2026-03-25T16:36:43.146Z | Checking csv-core v0.1.13 |
| 2480 | 2026-03-25T16:36:43.181Z | Compiling stacker v0.1.23 |
| 2481 | 2026-03-25T16:36:43.216Z | Checking highway v1.3.0 |
| 2482 | 2026-03-25T16:36:43.322Z | Checking qorb v0.4.1 |
| 2483 | 2026-03-25T16:36:43.357Z | Checking csv v1.4.0 |
| 2484 | 2026-03-25T16:36:43.468Z | Compiling cfg_aliases v0.1.1 |
| 2485 | 2026-03-25T16:36:43.550Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2486 | 2026-03-25T16:36:43.584Z | Compiling nix v0.28.0 |
| 2487 | 2026-03-25T16:36:43.682Z | Compiling psm v0.1.30 |
| 2488 | 2026-03-25T16:36:43.752Z | Checking papergrid v0.11.0 |
| 2489 | 2026-03-25T16:36:43.792Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2490 | 2026-03-25T16:36:43.964Z | Compiling tabled_derive v0.7.0 |
| 2491 | 2026-03-25T16:36:44.034Z | Checking home v0.5.12 |
| 2492 | 2026-03-25T16:36:44.116Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2493 | 2026-03-25T16:36:44.173Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2494 | 2026-03-25T16:36:44.383Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2495 | 2026-03-25T16:36:44.535Z | Checking phf_shared v0.12.1 |
| 2496 | 2026-03-25T16:36:44.576Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2497 | 2026-03-25T16:36:44.629Z | Compiling chrono-tz v0.10.4 |
| 2498 | 2026-03-25T16:36:44.701Z | Compiling semver v0.1.20 |
| 2499 | 2026-03-25T16:36:44.772Z | Checking phf v0.12.1 |
| 2500 | 2026-03-25T16:36:44.918Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2501 | 2026-03-25T16:36:44.952Z | Checking tabled v0.15.0 |
| 2502 | 2026-03-25T16:36:44.956Z | Compiling rustc_version v0.1.7 |
| 2503 | 2026-03-25T16:36:45.017Z | Compiling const_format_proc_macros v0.2.34 |
| 2504 | 2026-03-25T16:36:45.023Z | Checking recursive v0.1.1 |
| 2505 | 2026-03-25T16:36:45.123Z | Compiling peg-macros v0.8.5 |
| 2506 | 2026-03-25T16:36:45.180Z | Checking winnow v0.6.26 |
| 2507 | 2026-03-25T16:36:45.246Z | Compiling sqlparser_derive v0.5.0 |
| 2508 | 2026-03-25T16:36:45.465Z | Checking unicode_categories v0.1.1 |
| 2509 | 2026-03-25T16:36:45.949Z | Checking const_format v0.2.35 |
| 2510 | 2026-03-25T16:36:46.029Z | Checking sqlparser v0.61.0 |
| 2511 | 2026-03-25T16:36:46.235Z | Checking rustyline v14.0.0 |
| 2512 | 2026-03-25T16:36:46.340Z | Compiling newtype_derive v0.1.6 |
| 2513 | 2026-03-25T16:36:46.377Z | Checking sqlformat v0.3.5 |
| 2514 | 2026-03-25T16:36:46.525Z | Checking peg v0.8.5 |
| 2515 | 2026-03-25T16:36:46.631Z | Checking bcs v0.1.6 |
| 2516 | 2026-03-25T16:36:46.896Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2517 | 2026-03-25T16:36:46.966Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2518 | 2026-03-25T16:36:47.034Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2519 | 2026-03-25T16:36:47.116Z | Checking steno v0.4.1 |
| 2520 | 2026-03-25T16:36:47.218Z | Checking utf-8 v0.7.6 |
| 2521 | 2026-03-25T16:36:47.324Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2522 | 2026-03-25T16:36:47.391Z | Checking filetime v0.2.27 |
| 2523 | 2026-03-25T16:36:47.561Z | Checking arc-swap v1.8.2 |
| 2524 | 2026-03-25T16:36:47.600Z | Checking xattr v1.6.1 |
| 2525 | 2026-03-25T16:36:47.759Z | Checking tar v0.4.44 |
| 2526 | 2026-03-25T16:36:47.815Z | Checking slog-scope v4.4.1 |
| 2527 | 2026-03-25T16:36:47.956Z | Checking tungstenite v0.21.0 |
| 2528 | 2026-03-25T16:36:47.992Z | Checking slog-stdlog v4.1.1 |
| 2529 | 2026-03-25T16:36:48.181Z | Checking slog-envlogger v2.2.0 |
| 2530 | 2026-03-25T16:36:48.185Z | Compiling typify-impl v0.4.3 |
| 2531 | 2026-03-25T16:36:48.363Z | Checking typeid v1.0.3 |
| 2532 | 2026-03-25T16:36:48.415Z | Checking tokio-tungstenite v0.21.0 |
| 2533 | 2026-03-25T16:36:48.724Z | Checking subprocess v0.2.15 |
| 2534 | 2026-03-25T16:36:49.044Z | Checking headers-core v0.3.0 |
| 2535 | 2026-03-25T16:36:49.080Z | Compiling lzma-sys v0.1.20 |
| 2536 | 2026-03-25T16:36:49.187Z | Checking headers v0.4.1 |
| 2537 | 2026-03-25T16:36:49.553Z | Compiling cargo_toml v0.22.3 |
| 2538 | 2026-03-25T16:36:49.683Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2539 | 2026-03-25T16:36:49.718Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2540 | 2026-03-25T16:36:49.758Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2541 | 2026-03-25T16:36:50.024Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2542 | 2026-03-25T16:36:50.154Z | Checking yasna v0.5.2 |
| 2543 | 2026-03-25T16:36:50.586Z | Checking rcgen v0.12.1 |
| 2544 | 2026-03-25T16:36:50.942Z | Checking xz2 v0.1.7 |
| 2545 | 2026-03-25T16:36:51.002Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2546 | 2026-03-25T16:36:51.046Z | Checking ron v0.12.0 |
| 2547 | 2026-03-25T16:36:51.138Z | Checking base16ct v1.0.0 |
| 2548 | 2026-03-25T16:36:51.299Z | Checking dropshot-api-manager-types v0.6.0 |
| 2549 | 2026-03-25T16:36:51.374Z | Checking tagptr v0.2.0 |
| 2550 | 2026-03-25T16:36:51.501Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2551 | 2026-03-25T16:36:51.545Z | Checking moka v0.12.13 |
| 2552 | 2026-03-25T16:36:51.704Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2553 | 2026-03-25T16:36:51.797Z | Compiling radium v0.7.0 |
| 2554 | 2026-03-25T16:36:51.882Z | Compiling libefi-sys v0.1.0 |
| 2555 | 2026-03-25T16:36:52.165Z | Compiling bitfield-struct v0.6.2 |
| 2556 | 2026-03-25T16:36:52.198Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2557 | 2026-03-25T16:36:52.236Z | Checking hickory-resolver v0.25.2 |
| 2558 | 2026-03-25T16:36:52.378Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2559 | 2026-03-25T16:36:52.599Z | Compiling maybe-uninit v2.0.0 |
| 2560 | 2026-03-25T16:36:52.718Z | Compiling typify-macro v0.4.3 |
| 2561 | 2026-03-25T16:36:52.827Z | Checking tap v1.0.1 |
| 2562 | 2026-03-25T16:36:52.862Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2563 | 2026-03-25T16:36:52.962Z | Checking wyz v0.5.1 |
| 2564 | 2026-03-25T16:36:52.995Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2565 | 2026-03-25T16:36:53.027Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2566 | 2026-03-25T16:36:53.326Z | Compiling zerocopy-derive v0.6.6 |
| 2567 | 2026-03-25T16:36:53.370Z | Checking crc-catalog v2.4.0 |
| 2568 | 2026-03-25T16:36:53.405Z | Compiling packed_struct v0.10.1 |
| 2569 | 2026-03-25T16:36:53.466Z | Checking funty v2.0.0 |
| 2570 | 2026-03-25T16:36:53.500Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2571 | 2026-03-25T16:36:53.503Z | Checking crc v3.4.0 |
| 2572 | 2026-03-25T16:36:53.641Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2573 | 2026-03-25T16:36:53.718Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2574 | 2026-03-25T16:36:53.817Z | Checking bitvec v1.0.1 |
| 2575 | 2026-03-25T16:36:53.862Z | Compiling packed_struct_codegen v0.10.1 |
| 2576 | 2026-03-25T16:36:53.899Z | Compiling bitfield-macros v0.19.4 |
| 2577 | 2026-03-25T16:36:53.932Z | Compiling indexmap v1.9.3 |
| 2578 | 2026-03-25T16:36:54.160Z | Checking nodrop v0.1.14 |
| 2579 | 2026-03-25T16:36:54.207Z | Checking zerocopy v0.6.6 |
| 2580 | 2026-03-25T16:36:54.282Z | Checking array-init v0.0.4 |
| 2581 | 2026-03-25T16:36:54.454Z | Compiling typify v0.4.3 |
| 2582 | 2026-03-25T16:36:54.597Z | Compiling progenitor-impl v0.10.0 |
| 2583 | 2026-03-25T16:36:54.663Z | Checking bitfield v0.19.4 |
| 2584 | 2026-03-25T16:36:54.728Z | Checking smallvec v0.6.14 |
| 2585 | 2026-03-25T16:36:54.954Z | Checking hashbrown v0.12.3 |
| 2586 | 2026-03-25T16:36:54.981Z | Checking serde-hex v0.1.0 |
| 2587 | 2026-03-25T16:36:54.984Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2588 | 2026-03-25T16:36:55.234Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2589 | 2026-03-25T16:36:55.720Z | Checking ron v0.8.1 |
| 2590 | 2026-03-25T16:36:55.858Z | Checking hashbrown v0.13.2 |
| 2591 | 2026-03-25T16:36:56.209Z | Checking crc-any v2.5.0 |
| 2592 | 2026-03-25T16:36:56.283Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2593 | 2026-03-25T16:36:56.318Z | Checking object v0.30.4 |
| 2594 | 2026-03-25T16:36:56.350Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2595 | 2026-03-25T16:36:56.419Z | Checking path-slash v0.1.5 |
| 2596 | 2026-03-25T16:36:56.480Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2597 | 2026-03-25T16:36:56.553Z | Compiling xshell-macros v0.2.7 |
| 2598 | 2026-03-25T16:36:56.616Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2599 | 2026-03-25T16:36:56.966Z | Checking xshell v0.2.7 |
| 2600 | 2026-03-25T16:36:57.026Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2601 | 2026-03-25T16:36:57.197Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2602 | 2026-03-25T16:36:57.262Z | Compiling progenitor-macro v0.10.0 |
| 2603 | 2026-03-25T16:36:57.710Z | Checking half v1.8.3 |
| 2604 | 2026-03-25T16:36:57.941Z | Checking serde_cbor v0.11.2 |
| 2605 | 2026-03-25T16:36:57.977Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2606 | 2026-03-25T16:36:58.068Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2607 | 2026-03-25T16:36:58.230Z | Compiling num-derive v0.3.3 |
| 2608 | 2026-03-25T16:36:58.354Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2609 | 2026-03-25T16:36:58.453Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2610 | 2026-03-25T16:36:58.783Z | Compiling proc-macro-error2 v2.0.1 |
| 2611 | 2026-03-25T16:36:58.855Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2612 | 2026-03-25T16:36:59.134Z | Compiling tabled_derive v0.11.0 |
| 2613 | 2026-03-25T16:36:59.167Z | Checking libscf-sys v1.1.0 |
| 2614 | 2026-03-25T16:36:59.330Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2615 | 2026-03-25T16:36:59.395Z | Checking papergrid v0.17.0 |
| 2616 | 2026-03-25T16:36:59.436Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2617 | 2026-03-25T16:36:59.569Z | Checking testing_table v0.3.0 |
| 2618 | 2026-03-25T16:36:59.685Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2619 | 2026-03-25T16:36:59.721Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2620 | 2026-03-25T16:37:00.108Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2621 | 2026-03-25T16:37:00.215Z | Checking maplit v1.0.2 |
| 2622 | 2026-03-25T16:37:00.305Z | Checking tabled v0.20.0 |
| 2623 | 2026-03-25T16:37:00.338Z | Checking crc8 v0.1.1 |
| 2624 | 2026-03-25T16:37:00.418Z | Checking fxhash v0.2.1 |
| 2625 | 2026-03-25T16:37:00.451Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2626 | 2026-03-25T16:37:00.501Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2627 | 2026-03-25T16:37:00.533Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2628 | 2026-03-25T16:37:00.573Z | Checking unicase v2.9.0 |
| 2629 | 2026-03-25T16:37:00.764Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2630 | 2026-03-25T16:37:00.825Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2631 | 2026-03-25T16:37:01.235Z | Checking kstat-rs v0.2.4 |
| 2632 | 2026-03-25T16:37:01.267Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2633 | 2026-03-25T16:37:01.366Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2634 | 2026-03-25T16:37:01.434Z | Compiling parking_lot_core v0.8.6 |
| 2635 | 2026-03-25T16:37:01.466Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2636 | 2026-03-25T16:37:01.712Z | Compiling diesel_derives v2.3.7 |
| 2637 | 2026-03-25T16:37:01.778Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2638 | 2026-03-25T16:37:01.973Z | Compiling git-stub v1.0.0 |
| 2639 | 2026-03-25T16:37:02.095Z | Checking scheduled-thread-pool v0.2.7 |
| 2640 | 2026-03-25T16:37:02.187Z | Checking progenitor v0.10.0 |
| 2641 | 2026-03-25T16:37:02.263Z | Compiling dsl_auto_type v0.2.0 |
| 2642 | 2026-03-25T16:37:02.296Z | Compiling vergen-gitcl v1.0.8 |
| 2643 | 2026-03-25T16:37:02.361Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2644 | 2026-03-25T16:37:02.395Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2645 | 2026-03-25T16:37:02.427Z | Checking r2d2 v0.8.10 |
| 2646 | 2026-03-25T16:37:02.556Z | Compiling git-stub-vcs v0.1.0 |
| 2647 | 2026-03-25T16:37:02.589Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2648 | 2026-03-25T16:37:02.631Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2649 | 2026-03-25T16:37:02.861Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2650 | 2026-03-25T16:37:02.951Z | Checking downcast-rs v2.0.2 |
| 2651 | 2026-03-25T16:37:02.985Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2652 | 2026-03-25T16:37:03.077Z | Checking parking_lot v0.11.2 |
| 2653 | 2026-03-25T16:37:03.303Z | Checking prefix-trie v0.7.0 |
| 2654 | 2026-03-25T16:37:03.338Z | Checking nanorand v0.7.0 |
| 2655 | 2026-03-25T16:37:03.452Z | Compiling dirs-sys-next v0.1.2 |
| 2656 | 2026-03-25T16:37:03.569Z | Compiling crunchy v0.2.4 |
| 2657 | 2026-03-25T16:37:03.664Z | Checking hickory-server v0.25.2 |
| 2658 | 2026-03-25T16:37:03.765Z | Compiling dirs-next v2.0.0 |
| 2659 | 2026-03-25T16:37:03.807Z | Checking flume v0.11.1 |
| 2660 | 2026-03-25T16:37:03.936Z | Checking sled v0.34.7 |
| 2661 | 2026-03-25T16:37:04.000Z | Compiling clang-sys v1.8.1 |
| 2662 | 2026-03-25T16:37:04.074Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2663 | 2026-03-25T16:37:04.301Z | Checking hickory-client v0.25.2 |
| 2664 | 2026-03-25T16:37:04.384Z | Compiling tiny-keccak v2.0.2 |
| 2665 | 2026-03-25T16:37:04.720Z | Compiling term v0.7.0 |
| 2666 | 2026-03-25T16:37:04.812Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2667 | 2026-03-25T16:37:04.874Z | Compiling bit-vec v0.6.3 |
| 2668 | 2026-03-25T16:37:04.933Z | Compiling salty v0.3.0 |
| 2669 | 2026-03-25T16:37:05.164Z | Compiling bit-set v0.5.3 |
| 2670 | 2026-03-25T16:37:05.286Z | Compiling ascii-canvas v3.0.0 |
| 2671 | 2026-03-25T16:37:05.321Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2672 | 2026-03-25T16:37:05.352Z | Checking primeorder v0.13.6 |
| 2673 | 2026-03-25T16:37:05.352Z | Compiling itertools v0.10.5 |
| 2674 | 2026-03-25T16:37:05.476Z | Compiling ena v0.14.4 |
| 2675 | 2026-03-25T16:37:05.561Z | Compiling libloading v0.8.9 |
| 2676 | 2026-03-25T16:37:05.627Z | Compiling fs-err v2.11.0 |
| 2677 | 2026-03-25T16:37:05.723Z | Compiling diff v0.1.13 |
| 2678 | 2026-03-25T16:37:05.810Z | Compiling bindgen v0.71.1 |
| 2679 | 2026-03-25T16:37:05.860Z | Compiling regex-syntax v0.6.29 |
| 2680 | 2026-03-25T16:37:06.144Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2681 | 2026-03-25T16:37:06.308Z | Compiling cexpr v0.6.0 |
| 2682 | 2026-03-25T16:37:06.375Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2683 | 2026-03-25T16:37:06.494Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2684 | 2026-03-25T16:37:06.868Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2685 | 2026-03-25T16:37:07.015Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2686 | 2026-03-25T16:37:07.178Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2687 | 2026-03-25T16:37:07.254Z | Compiling lalrpop v0.19.12 |
| 2688 | 2026-03-25T16:37:07.579Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2689 | 2026-03-25T16:37:07.679Z | Compiling libxml v0.3.3 |
| 2690 | 2026-03-25T16:37:07.799Z | Checking parse-size v1.1.0 |
| 2691 | 2026-03-25T16:37:07.963Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2692 | 2026-03-25T16:37:08.029Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2693 | 2026-03-25T16:37:08.072Z | Checking p384 v0.13.1 |
| 2694 | 2026-03-25T16:37:08.290Z | Checking diesel v2.3.7 |
| 2695 | 2026-03-25T16:37:08.361Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2696 | 2026-03-25T16:37:08.515Z | Compiling strum_macros v0.24.3 |
| 2697 | 2026-03-25T16:37:08.832Z | Compiling indoc v1.0.9 |
| 2698 | 2026-03-25T16:37:09.739Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d) |
| 2699 | 2026-03-25T16:37:09.864Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2700 | 2026-03-25T16:37:09.909Z | Checking predicates-tree v1.0.13 |
| 2701 | 2026-03-25T16:37:10.026Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2702 | 2026-03-25T16:37:10.101Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2703 | 2026-03-25T16:37:10.133Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2704 | 2026-03-25T16:37:10.743Z | Checking derive_builder v0.20.2 |
| 2705 | 2026-03-25T16:37:10.888Z | Checking quick-xml v0.37.5 |
| 2706 | 2026-03-25T16:37:10.922Z | Compiling oso-derive v0.27.3 |
| 2707 | 2026-03-25T16:37:11.449Z | Compiling trait-variant v0.1.2 |
| 2708 | 2026-03-25T16:37:11.796Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2709 | 2026-03-25T16:37:11.912Z | Checking assert_matches v1.5.0 |
| 2710 | 2026-03-25T16:37:12.005Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2711 | 2026-03-25T16:37:12.036Z | Checking openssl-probe v0.1.6 |
| 2712 | 2026-03-25T16:37:12.040Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2713 | 2026-03-25T16:37:12.101Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2714 | 2026-03-25T16:37:12.174Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2715 | 2026-03-25T16:37:12.788Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d) |
| 2716 | 2026-03-25T16:37:12.907Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2717 | 2026-03-25T16:37:12.951Z | Compiling progenitor-impl v0.11.2 |
| 2718 | 2026-03-25T16:37:13.466Z | Compiling mime_guess v2.0.5 |
| 2719 | 2026-03-25T16:37:13.704Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2720 | 2026-03-25T16:37:14.039Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2721 | 2026-03-25T16:37:14.072Z | Checking progenitor-client v0.11.2 |
| 2722 | 2026-03-25T16:37:14.308Z | Checking http-range v0.1.5 |
| 2723 | 2026-03-25T16:37:14.345Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2724 | 2026-03-25T16:37:14.523Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2725 | 2026-03-25T16:37:14.615Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2726 | 2026-03-25T16:37:14.618Z | Checking ignore v0.4.25 |
| 2727 | 2026-03-25T16:37:15.306Z | Checking atty v0.2.14 |
| 2728 | 2026-03-25T16:37:15.442Z | Checking globwalk v0.9.1 |
| 2729 | 2026-03-25T16:37:15.657Z | Compiling progenitor-macro v0.11.2 |
| 2730 | 2026-03-25T16:37:16.199Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2731 | 2026-03-25T16:37:16.981Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2732 | 2026-03-25T16:37:17.207Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2733 | 2026-03-25T16:37:17.403Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2734 | 2026-03-25T16:37:17.628Z | Checking bb8 v0.8.6 |
| 2735 | 2026-03-25T16:37:17.662Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2736 | 2026-03-25T16:37:17.771Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2737 | 2026-03-25T16:37:17.887Z | Checking corncobs v0.1.4 |
| 2738 | 2026-03-25T16:37:17.936Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2739 | 2026-03-25T16:37:18.049Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2740 | 2026-03-25T16:37:18.140Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2741 | 2026-03-25T16:37:18.514Z | Checking hyper-staticfile v0.10.1 |
| 2742 | 2026-03-25T16:37:18.838Z | Checking camino-tempfile-ext v0.3.3 |
| 2743 | 2026-03-25T16:37:18.903Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2744 | 2026-03-25T16:37:19.076Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2745 | 2026-03-25T16:37:19.240Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2746 | 2026-03-25T16:37:19.350Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2747 | 2026-03-25T16:37:19.464Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2748 | 2026-03-25T16:37:20.033Z | Checking signal-hook-tokio v0.3.1 |
| 2749 | 2026-03-25T16:37:20.208Z | Checking secrecy v0.8.0 |
| 2750 | 2026-03-25T16:37:20.374Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2751 | 2026-03-25T16:37:20.637Z | Checking progenitor v0.11.2 |
| 2752 | 2026-03-25T16:37:20.725Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2753 | 2026-03-25T16:37:20.807Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2754 | 2026-03-25T16:37:21.002Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2755 | 2026-03-25T16:37:21.097Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2756 | 2026-03-25T16:37:21.253Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2757 | 2026-03-25T16:37:21.288Z | Checking nonempty v0.12.0 |
| 2758 | 2026-03-25T16:37:21.481Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2759 | 2026-03-25T16:37:21.591Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2760 | 2026-03-25T16:37:21.659Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2761 | 2026-03-25T16:37:21.795Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2762 | 2026-03-25T16:37:22.073Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2763 | 2026-03-25T16:37:22.077Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2764 | 2026-03-25T16:37:22.408Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2765 | 2026-03-25T16:37:22.498Z | Checking diesel-dtrace v0.5.0 |
| 2766 | 2026-03-25T16:37:22.773Z | Checking async-bb8-diesel v0.2.1 |
| 2767 | 2026-03-25T16:37:23.045Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2768 | 2026-03-25T16:37:23.151Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2769 | 2026-03-25T16:37:23.434Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2770 | 2026-03-25T16:37:23.473Z | Checking tungstenite v0.23.0 |
| 2771 | 2026-03-25T16:37:23.927Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2772 | 2026-03-25T16:37:23.967Z | Checking tokio-tungstenite v0.23.1 |
| 2773 | 2026-03-25T16:37:24.130Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2774 | 2026-03-25T16:37:24.263Z | Checking rand_seeder v0.4.0 |
| 2775 | 2026-03-25T16:37:24.446Z | Checking void v1.0.2 |
| 2776 | 2026-03-25T16:37:24.501Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2777 | 2026-03-25T16:37:24.587Z | Checking lzss v0.8.2 |
| 2778 | 2026-03-25T16:37:24.817Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2779 | 2026-03-25T16:37:24.924Z | Checking nix v0.27.1 |
| 2780 | 2026-03-25T16:37:25.013Z | Checking serde_bytes v0.11.19 |
| 2781 | 2026-03-25T16:37:25.175Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2782 | 2026-03-25T16:37:25.237Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2783 | 2026-03-25T16:37:25.385Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2784 | 2026-03-25T16:37:25.533Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2785 | 2026-03-25T16:37:26.022Z | Checking is_ci v1.2.0 |
| 2786 | 2026-03-25T16:37:26.113Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2787 | 2026-03-25T16:37:26.307Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2788 | 2026-03-25T16:37:26.341Z | Checking yansi v1.0.1 |
| 2789 | 2026-03-25T16:37:26.410Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2790 | 2026-03-25T16:37:26.630Z | Checking pretty_assertions v1.4.1 |
| 2791 | 2026-03-25T16:37:26.662Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2792 | 2026-03-25T16:37:26.797Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2793 | 2026-03-25T16:37:26.931Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2794 | 2026-03-25T16:37:26.964Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2795 | 2026-03-25T16:37:27.194Z | Compiling darling_core v0.23.0 |
| 2796 | 2026-03-25T16:37:28.259Z | Compiling indoc v2.0.7 |
| 2797 | 2026-03-25T16:37:28.314Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2798 | 2026-03-25T16:37:28.440Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2799 | 2026-03-25T16:37:28.538Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2800 | 2026-03-25T16:37:28.747Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2801 | 2026-03-25T16:37:28.977Z | Compiling instability v0.3.11 |
| 2802 | 2026-03-25T16:37:29.237Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2803 | 2026-03-25T16:37:29.391Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2804 | 2026-03-25T16:37:29.434Z | Compiling libz-sys v1.1.24 |
| 2805 | 2026-03-25T16:37:29.789Z | Compiling darling_macro v0.23.0 |
| 2806 | 2026-03-25T16:37:29.844Z | Checking castaway v0.2.4 |
| 2807 | 2026-03-25T16:37:29.988Z | Checking compact_str v0.8.1 |
| 2808 | 2026-03-25T16:37:30.334Z | Compiling darling v0.23.0 |
| 2809 | 2026-03-25T16:37:30.405Z | Checking supports-color v3.0.2 |
| 2810 | 2026-03-25T16:37:30.572Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2811 | 2026-03-25T16:37:30.757Z | Checking unicode-truncate v1.1.0 |
| 2812 | 2026-03-25T16:37:30.799Z | Checking lru v0.12.5 |
| 2813 | 2026-03-25T16:37:30.940Z | Checking cassowary v0.3.0 |
| 2814 | 2026-03-25T16:37:31.049Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2815 | 2026-03-25T16:37:31.218Z | Checking ratatui v0.29.0 |
| 2816 | 2026-03-25T16:37:31.221Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2817 | 2026-03-25T16:37:31.330Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2818 | 2026-03-25T16:37:32.543Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2819 | 2026-03-25T16:37:32.579Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2820 | 2026-03-25T16:37:32.769Z | Compiling vergen-git2 v1.0.7 |
| 2821 | 2026-03-25T16:37:32.879Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2822 | 2026-03-25T16:37:32.912Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2823 | 2026-03-25T16:37:33.035Z | Checking colored v2.2.0 |
| 2824 | 2026-03-25T16:37:33.101Z | Checking shell-words v1.1.1 |
| 2825 | 2026-03-25T16:37:33.134Z | Compiling rustls v0.21.12 |
| 2826 | 2026-03-25T16:37:33.254Z | Checking plotters-backend v0.3.7 |
| 2827 | 2026-03-25T16:37:33.408Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2828 | 2026-03-25T16:37:33.442Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2829 | 2026-03-25T16:37:33.490Z | Checking plotters-svg v0.3.7 |
| 2830 | 2026-03-25T16:37:33.662Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2831 | 2026-03-25T16:37:33.696Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2832 | 2026-03-25T16:37:33.888Z | Checking sct v0.7.1 |
| 2833 | 2026-03-25T16:37:34.059Z | Checking rustls-webpki v0.101.7 |
| 2834 | 2026-03-25T16:37:34.166Z | Compiling nix v0.29.0 |
| 2835 | 2026-03-25T16:37:34.373Z | Checking hex-literal v0.4.1 |
| 2836 | 2026-03-25T16:37:34.434Z | Checking cast v0.3.0 |
| 2837 | 2026-03-25T16:37:34.619Z | Checking criterion-plot v0.6.0 |
| 2838 | 2026-03-25T16:37:34.662Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2839 | 2026-03-25T16:37:34.995Z | Checking plotters v0.3.7 |
| 2840 | 2026-03-25T16:37:35.791Z | Checking erased-serde v0.4.9 |
| 2841 | 2026-03-25T16:37:35.861Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2842 | 2026-03-25T16:37:36.178Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2843 | 2026-03-25T16:37:36.986Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2844 | 2026-03-25T16:37:37.760Z | Checking tinytemplate v1.2.1 |
| 2845 | 2026-03-25T16:37:38.022Z | Checking ordered-float v2.10.1 |
| 2846 | 2026-03-25T16:37:38.294Z | Checking anes v0.1.6 |
| 2847 | 2026-03-25T16:37:38.511Z | Checking oorandom v11.1.5 |
| 2848 | 2026-03-25T16:37:38.607Z | Checking serde-value v0.7.0 |
| 2849 | 2026-03-25T16:37:38.656Z | Checking criterion v0.7.0 |
| 2850 | 2026-03-25T16:37:38.854Z | Checking serde-untagged v0.1.9 |
| 2851 | 2026-03-25T16:37:39.085Z | Checking tokio-rustls v0.24.1 |
| 2852 | 2026-03-25T16:37:39.586Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2853 | 2026-03-25T16:37:39.886Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2854 | 2026-03-25T16:37:40.121Z | Checking rustls-pemfile v1.0.4 |
| 2855 | 2026-03-25T16:37:40.301Z | Checking twox-hash v2.1.2 |
| 2856 | 2026-03-25T16:37:40.409Z | Checking unicode-xid v0.2.6 |
| 2857 | 2026-03-25T16:37:40.552Z | Checking cargo-util-schemas v0.8.2 |
| 2858 | 2026-03-25T16:37:40.679Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2859 | 2026-03-25T16:37:40.952Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2860 | 2026-03-25T16:37:41.130Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2861 | 2026-03-25T16:37:41.465Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2862 | 2026-03-25T16:37:41.659Z | Checking fatfs v0.3.6 |
| 2863 | 2026-03-25T16:37:42.145Z | Compiling petname v2.0.2 |
| 2864 | 2026-03-25T16:37:42.490Z | Checking cargo-platform v0.2.0 |
| 2865 | 2026-03-25T16:37:42.663Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2866 | 2026-03-25T16:37:42.714Z | Compiling seq-macro v0.3.6 |
| 2867 | 2026-03-25T16:37:43.062Z | Checking cargo_metadata v0.21.0 |
| 2868 | 2026-03-25T16:37:43.395Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2869 | 2026-03-25T16:37:43.847Z | Checking concurrent-queue v2.5.0 |
| 2870 | 2026-03-25T16:37:44.001Z | Checking rtoolbox v0.0.3 |
| 2871 | 2026-03-25T16:37:44.064Z | Checking futures-timer v3.0.3 |
| 2872 | 2026-03-25T16:37:44.167Z | Checking parking v2.2.1 |
| 2873 | 2026-03-25T16:37:44.280Z | Checking rpassword v7.4.0 |
| 2874 | 2026-03-25T16:37:44.322Z | Checking event-listener v5.4.1 |
| 2875 | 2026-03-25T16:37:44.575Z | Checking tui-tree-widget v0.23.1 |
| 2876 | 2026-03-25T16:37:44.796Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2877 | 2026-03-25T16:37:44.836Z | Checking polyval v0.6.2 |
| 2878 | 2026-03-25T16:37:44.932Z | Checking sapling-renderdag v0.1.0 |
| 2879 | 2026-03-25T16:37:44.984Z | Checking sync-ptr v0.1.4 |
| 2880 | 2026-03-25T16:37:45.050Z | Checking ghash v0.5.1 |
| 2881 | 2026-03-25T16:37:45.151Z | Checking event-listener-strategy v0.5.4 |
| 2882 | 2026-03-25T16:37:45.200Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2883 | 2026-03-25T16:37:45.203Z | Checking ctr v0.9.2 |
| 2884 | 2026-03-25T16:37:45.318Z | Checking arrayvec v0.7.6 |
| 2885 | 2026-03-25T16:37:45.424Z | Checking arrayref v0.3.9 |
| 2886 | 2026-03-25T16:37:45.457Z | Checking constant_time_eq v0.4.2 |
| 2887 | 2026-03-25T16:37:45.529Z | Checking aes-gcm v0.10.3 |
| 2888 | 2026-03-25T16:37:45.610Z | Checking async-lock v3.4.2 |
| 2889 | 2026-03-25T16:37:45.642Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2890 | 2026-03-25T16:37:45.718Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2891 | 2026-03-25T16:37:46.031Z | Checking ssh-encoding v0.2.0 |
| 2892 | 2026-03-25T16:37:46.253Z | Checking blowfish v0.9.1 |
| 2893 | 2026-03-25T16:37:46.446Z | Checking bcrypt-pbkdf v0.10.0 |
| 2894 | 2026-03-25T16:37:46.610Z | Checking ssh-cipher v0.2.0 |
| 2895 | 2026-03-25T16:37:46.644Z | Checking async-object-pool v0.2.0 |
| 2896 | 2026-03-25T16:37:46.790Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2897 | 2026-03-25T16:37:46.822Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2898 | 2026-03-25T16:37:47.154Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2899 | 2026-03-25T16:37:47.459Z | Checking serde_regex v1.1.0 |
| 2900 | 2026-03-25T16:37:47.650Z | Checking password-hash v0.4.2 |
| 2901 | 2026-03-25T16:37:47.819Z | Checking assert-json-diff v2.0.2 |
| 2902 | 2026-03-25T16:37:47.903Z | Checking path-tree v0.8.3 |
| 2903 | 2026-03-25T16:37:48.019Z | Checking stringmetrics v2.2.2 |
| 2904 | 2026-03-25T16:37:48.123Z | Compiling target-lexicon v0.13.3 |
| 2905 | 2026-03-25T16:37:48.201Z | Checking gimli v0.32.3 |
| 2906 | 2026-03-25T16:37:48.408Z | Checking httpmock v0.8.3 |
| 2907 | 2026-03-25T16:37:48.703Z | Checking pbkdf2 v0.11.0 |
| 2908 | 2026-03-25T16:37:48.907Z | Checking ssh-key v0.6.7 |
| 2909 | 2026-03-25T16:37:49.070Z | Compiling samael v0.0.19 |
| 2910 | 2026-03-25T16:37:49.785Z | Checking addr2line v0.25.1 |
| 2911 | 2026-03-25T16:37:50.098Z | Checking p521 v0.13.3 |
| 2912 | 2026-03-25T16:37:50.660Z | Checking p256 v0.13.2 |
| 2913 | 2026-03-25T16:37:50.734Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2914 | 2026-03-25T16:37:50.940Z | Checking russh-cryptovec v0.7.3 |
| 2915 | 2026-03-25T16:37:50.973Z | Checking md5 v0.7.0 |
| 2916 | 2026-03-25T16:37:51.108Z | Checking rustc-demangle v0.1.27 |
| 2917 | 2026-03-25T16:37:51.176Z | Compiling guppy-workspace-hack v0.1.0 |
| 2918 | 2026-03-25T16:37:51.362Z | Checking backtrace v0.3.76 |
| 2919 | 2026-03-25T16:37:51.440Z | Checking russh-keys v0.45.0 |
| 2920 | 2026-03-25T16:37:51.698Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2921 | 2026-03-25T16:37:51.841Z | Checking num-bigint v0.4.6 |
| 2922 | 2026-03-25T16:37:52.120Z | Checking des v0.8.1 |
| 2923 | 2026-03-25T16:37:52.469Z | Compiling blake3 v1.8.3 |
| 2924 | 2026-03-25T16:37:52.830Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2925 | 2026-03-25T16:37:52.864Z | Compiling target-spec v3.5.7 |
| 2926 | 2026-03-25T16:37:53.210Z | Checking russh v0.45.0 |
| 2927 | 2026-03-25T16:37:53.261Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2928 | 2026-03-25T16:37:53.518Z | Checking cfg-expr v0.20.6 |
| 2929 | 2026-03-25T16:37:53.644Z | Checking backtrace-ext v0.2.1 |
| 2930 | 2026-03-25T16:37:53.897Z | Checking supports-color v2.1.0 |
| 2931 | 2026-03-25T16:37:53.929Z | Checking textwrap v0.15.2 |
| 2932 | 2026-03-25T16:37:53.963Z | Checking supports-unicode v2.1.0 |
| 2933 | 2026-03-25T16:37:54.064Z | Checking supports-hyperlinks v2.1.0 |
| 2934 | 2026-03-25T16:37:54.107Z | Checking hashbrown v0.14.5 |
| 2935 | 2026-03-25T16:37:54.167Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2936 | 2026-03-25T16:37:54.208Z | Checking cargo-platform v0.3.2 |
| 2937 | 2026-03-25T16:37:54.392Z | Checking terminal_size v0.1.17 |
| 2938 | 2026-03-25T16:37:54.424Z | Checking socket2 v0.5.10 |
| 2939 | 2026-03-25T16:37:54.533Z | Compiling miette-derive v5.10.0 |
| 2940 | 2026-03-25T16:37:54.609Z | Checking owo-colors v3.5.0 |
| 2941 | 2026-03-25T16:37:54.705Z | Checking internet-checksum v0.2.1 |
| 2942 | 2026-03-25T16:37:54.859Z | Checking chumsky v0.9.3 |
| 2943 | 2026-03-25T16:37:55.134Z | Checking cargo_metadata v0.23.1 |
| 2944 | 2026-03-25T16:37:55.717Z | Checking miette v5.10.0 |
| 2945 | 2026-03-25T16:37:55.929Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2946 | 2026-03-25T16:37:55.964Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2947 | 2026-03-25T16:37:56.007Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2948 | 2026-03-25T16:37:56.228Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2949 | 2026-03-25T16:37:56.342Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2950 | 2026-03-25T16:37:56.501Z | Checking httptest v0.16.4 |
| 2951 | 2026-03-25T16:37:56.765Z | Checking pathdiff v0.2.3 |
| 2952 | 2026-03-25T16:37:56.836Z | Compiling knuffel-derive v3.2.0 |
| 2953 | 2026-03-25T16:37:56.900Z | Checking topological-sort v0.2.2 |
| 2954 | 2026-03-25T16:37:56.903Z | Checking nested v0.1.1 |
| 2955 | 2026-03-25T16:37:57.073Z | Checking omicron-zone-package v0.12.2 |
| 2956 | 2026-03-25T16:37:57.106Z | Checking guppy v0.17.25 |
| 2957 | 2026-03-25T16:37:57.218Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2958 | 2026-03-25T16:37:57.463Z | Compiling git2 v0.20.4 |
| 2959 | 2026-03-25T16:37:57.497Z | Checking similar-asserts v1.7.0 |
| 2960 | 2026-03-25T16:37:57.687Z | Compiling rstest_macros v0.25.0 |
| 2961 | 2026-03-25T16:37:58.001Z | Compiling target-triple v1.0.0 |
| 2962 | 2026-03-25T16:37:58.035Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2963 | 2026-03-25T16:37:58.194Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2964 | 2026-03-25T16:37:58.228Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2965 | 2026-03-25T16:37:58.368Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2966 | 2026-03-25T16:37:58.401Z | Checking knuffel v3.2.0 |
| 2967 | 2026-03-25T16:37:58.877Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2968 | 2026-03-25T16:37:58.948Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2969 | 2026-03-25T16:37:59.107Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2970 | 2026-03-25T16:37:59.350Z | Checking escape8259 v0.5.3 |
| 2971 | 2026-03-25T16:37:59.520Z | Compiling assert_cmd v2.1.2 |
| 2972 | 2026-03-25T16:37:59.574Z | Compiling relative-path v1.9.3 |
| 2973 | 2026-03-25T16:38:00.030Z | Checking libtest-mimic v0.8.1 |
| 2974 | 2026-03-25T16:38:00.307Z | Checking toml v1.0.3+spec-1.1.0 |
| 2975 | 2026-03-25T16:38:00.606Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2976 | 2026-03-25T16:38:00.749Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2977 | 2026-03-25T16:38:00.877Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2978 | 2026-03-25T16:38:00.947Z | Checking blake2b_simd v1.0.4 |
| 2979 | 2026-03-25T16:38:01.375Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2980 | 2026-03-25T16:38:01.480Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2981 | 2026-03-25T16:38:01.795Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2982 | 2026-03-25T16:38:01.903Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2983 | 2026-03-25T16:38:02.134Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2984 | 2026-03-25T16:38:02.361Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2985 | 2026-03-25T16:38:02.566Z | Checking fancy-regex v0.14.0 |
| 2986 | 2026-03-25T16:38:02.804Z | Checking serde_tokenstream v0.2.3 |
| 2987 | 2026-03-25T16:38:02.968Z | Checking uzers v0.12.2 |
| 2988 | 2026-03-25T16:38:03.058Z | Checking constant_time_eq v0.3.1 |
| 2989 | 2026-03-25T16:38:03.193Z | Compiling linkme-impl v0.3.35 |
| 2990 | 2026-03-25T16:38:03.226Z | Checking termcolor v1.4.1 |
| 2991 | 2026-03-25T16:38:03.499Z | Checking trybuild v1.0.116 |
| 2992 | 2026-03-25T16:38:03.572Z | Checking rstest v0.25.0 |
| 2993 | 2026-03-25T16:38:03.617Z | Checking rust-argon2 v2.1.0 |
| 2994 | 2026-03-25T16:38:03.765Z | Checking datatest-stable v0.3.3 |
| 2995 | 2026-03-25T16:38:04.153Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2996 | 2026-03-25T16:38:04.258Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2997 | 2026-03-25T16:38:04.513Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2998 | 2026-03-25T16:38:04.548Z | Checking support-bundle-viewer v0.1.2 |
| 2999 | 2026-03-25T16:38:04.757Z | Compiling polar-core v0.27.3 |
| 3000 | 2026-03-25T16:38:04.841Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3001 | 2026-03-25T16:38:05.150Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 3002 | 2026-03-25T16:38:05.308Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3003 | 2026-03-25T16:38:05.396Z | Checking drift v0.1.3 |
| 3004 | 2026-03-25T16:38:05.571Z | Checking rand_distr v0.5.1 |
| 3005 | 2026-03-25T16:38:05.733Z | Checking multimap v0.10.1 |
| 3006 | 2026-03-25T16:38:05.942Z | Checking approx v0.5.1 |
| 3007 | 2026-03-25T16:38:06.034Z | Compiling linkme v0.3.35 |
| 3008 | 2026-03-25T16:38:06.120Z | Checking dropshot-api-manager v0.6.0 |
| 3009 | 2026-03-25T16:38:06.469Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3010 | 2026-03-25T16:38:07.087Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3011 | 2026-03-25T16:38:07.404Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 3012 | 2026-03-25T16:38:07.469Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3013 | 2026-03-25T16:38:07.504Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3014 | 2026-03-25T16:38:07.737Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3015 | 2026-03-25T16:38:07.773Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3016 | 2026-03-25T16:38:07.892Z | Checking partial-io v0.5.4 |
| 3017 | 2026-03-25T16:38:08.127Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3018 | 2026-03-25T16:38:08.162Z | Checking cargo_toml v0.21.0 |
| 3019 | 2026-03-25T16:38:08.224Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3020 | 2026-03-25T16:38:08.276Z | Checking termios v0.3.3 |
| 3021 | 2026-03-25T16:38:08.563Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3022 | 2026-03-25T16:38:08.873Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3023 | 2026-03-25T16:38:09.132Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3024 | 2026-03-25T16:38:10.047Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3025 | 2026-03-25T16:38:10.125Z | Checking oso v0.27.3 |
| 3026 | 2026-03-25T16:38:12.772Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3027 | 2026-03-25T16:38:17.597Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3028 | 2026-03-25T16:38:20.256Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3029 | 2026-03-25T16:38:20.513Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3030 | 2026-03-25T16:38:23.245Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3031 | 2026-03-25T16:38:29.143Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3032 | 2026-03-25T16:38:33.080Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3033 | 2026-03-25T16:38:34.434Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3034 | 2026-03-25T16:38:34.717Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3035 | 2026-03-25T16:38:41.758Z | Checking ci-resource-usage v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ci-resource-usage) |
| 3036 | 2026-03-25T16:38:43.316Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3037 | 2026-03-25T16:40:00.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 01s |
| 3038 | 2026-03-25T16:40:01.111Z | |
| 3039 | 2026-03-25T16:40:01.111Z | real 4:05.398390894 |
| 3040 | 2026-03-25T16:40:01.111Z | user 20:36.092164381 |
| 3041 | 2026-03-25T16:40:01.111Z | sys 4:47.109553045 |
| 3042 | 2026-03-25T16:40:01.111Z | trap 0.498436511 |
| 3043 | 2026-03-25T16:40:01.111Z | tflt 0.088354833 |
| 3044 | 2026-03-25T16:40:01.111Z | dflt 0.173171199 |
| 3045 | 2026-03-25T16:40:01.111Z | kflt 0.000882019 |
| 3046 | 2026-03-25T16:40:01.111Z | lock 56:55.966921696 |
| 3047 | 2026-03-25T16:40:01.114Z | slp 56:26.580603463 |
| 3048 | 2026-03-25T16:40:01.114Z | lat 1:50.795413672 |
| 3049 | 2026-03-25T16:40:01.114Z | stop 10:45.796781751 |
| 3050 | 2026-03-25T16:40:01.114Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3051 | 2026-03-25T16:40:01.114Z | + ptime -m cargo doc --workspace --no-deps |
| 3052 | 2026-03-25T16:40:01.994Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3053 | 2026-03-25T16:40:01.994Z | | |
| 3054 | 2026-03-25T16:40:01.994Z | = note: the bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)` |
| 3055 | 2026-03-25T16:40:01.994Z | = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313> |
| 3056 | 2026-03-25T16:40:02.979Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3057 | 2026-03-25T16:40:03.212Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3058 | 2026-03-25T16:40:03.250Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3059 | 2026-03-25T16:40:03.315Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3060 | 2026-03-25T16:40:03.433Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3061 | 2026-03-25T16:40:03.483Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3062 | 2026-03-25T16:40:03.486Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3063 | 2026-03-25T16:40:03.536Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3064 | 2026-03-25T16:40:03.581Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3065 | 2026-03-25T16:40:03.683Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3066 | 2026-03-25T16:40:03.708Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3067 | 2026-03-25T16:40:03.764Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3068 | 2026-03-25T16:40:03.787Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3069 | 2026-03-25T16:40:03.814Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3070 | 2026-03-25T16:40:03.857Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3071 | 2026-03-25T16:40:03.879Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3072 | 2026-03-25T16:40:03.883Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3073 | 2026-03-25T16:40:03.973Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3074 | 2026-03-25T16:40:03.998Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3075 | 2026-03-25T16:40:04.073Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3076 | 2026-03-25T16:40:04.240Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3077 | 2026-03-25T16:40:04.468Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3078 | 2026-03-25T16:40:04.620Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3079 | 2026-03-25T16:40:04.669Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3080 | 2026-03-25T16:40:04.710Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3081 | 2026-03-25T16:40:04.853Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3082 | 2026-03-25T16:40:04.878Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3083 | 2026-03-25T16:40:05.050Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3084 | 2026-03-25T16:40:05.097Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3085 | 2026-03-25T16:40:05.121Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3086 | 2026-03-25T16:40:05.220Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3087 | 2026-03-25T16:40:05.286Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3088 | 2026-03-25T16:40:05.344Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3089 | 2026-03-25T16:40:05.539Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3090 | 2026-03-25T16:40:05.634Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3091 | 2026-03-25T16:40:05.655Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3092 | 2026-03-25T16:40:05.766Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3093 | 2026-03-25T16:40:05.883Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3094 | 2026-03-25T16:40:05.906Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3095 | 2026-03-25T16:40:06.136Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3096 | 2026-03-25T16:40:06.196Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3097 | 2026-03-25T16:40:06.404Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3098 | 2026-03-25T16:40:06.469Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3099 | 2026-03-25T16:40:06.503Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3100 | 2026-03-25T16:40:06.638Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3101 | 2026-03-25T16:40:06.674Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3102 | 2026-03-25T16:40:06.737Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3103 | 2026-03-25T16:40:06.793Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3104 | 2026-03-25T16:40:06.871Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3105 | 2026-03-25T16:40:06.923Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3106 | 2026-03-25T16:40:06.974Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3107 | 2026-03-25T16:40:06.997Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3108 | 2026-03-25T16:40:07.073Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3109 | 2026-03-25T16:40:07.224Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3110 | 2026-03-25T16:40:07.247Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3111 | 2026-03-25T16:40:07.268Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3112 | 2026-03-25T16:40:07.320Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3113 | 2026-03-25T16:40:07.477Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3114 | 2026-03-25T16:40:07.500Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3115 | 2026-03-25T16:40:07.520Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3116 | 2026-03-25T16:40:07.677Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3117 | 2026-03-25T16:40:07.746Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3118 | 2026-03-25T16:40:07.772Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3119 | 2026-03-25T16:40:07.815Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3120 | 2026-03-25T16:40:07.854Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3121 | 2026-03-25T16:40:07.941Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3122 | 2026-03-25T16:40:08.013Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3123 | 2026-03-25T16:40:08.160Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3124 | 2026-03-25T16:40:08.163Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3125 | 2026-03-25T16:40:08.221Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3126 | 2026-03-25T16:40:08.245Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3127 | 2026-03-25T16:40:08.432Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3128 | 2026-03-25T16:40:08.762Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3129 | 2026-03-25T16:40:08.915Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3130 | 2026-03-25T16:40:09.634Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3131 | 2026-03-25T16:40:09.916Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3132 | 2026-03-25T16:40:10.182Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3133 | 2026-03-25T16:40:10.212Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3134 | 2026-03-25T16:40:10.256Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3135 | 2026-03-25T16:40:10.361Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3136 | 2026-03-25T16:40:10.549Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3137 | 2026-03-25T16:40:10.646Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3138 | 2026-03-25T16:40:10.845Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3139 | 2026-03-25T16:40:10.911Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3140 | 2026-03-25T16:40:11.099Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3141 | 2026-03-25T16:40:11.235Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3142 | 2026-03-25T16:40:11.312Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3143 | 2026-03-25T16:40:11.382Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3144 | 2026-03-25T16:40:11.726Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3145 | 2026-03-25T16:40:11.884Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3146 | 2026-03-25T16:40:12.324Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3147 | 2026-03-25T16:40:12.420Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3148 | 2026-03-25T16:40:12.462Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3149 | 2026-03-25T16:40:12.765Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3150 | 2026-03-25T16:40:12.885Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3151 | 2026-03-25T16:40:13.241Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3152 | 2026-03-25T16:40:13.606Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3153 | 2026-03-25T16:40:14.327Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3154 | 2026-03-25T16:40:14.606Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3155 | 2026-03-25T16:40:14.917Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3156 | 2026-03-25T16:40:14.974Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3157 | 2026-03-25T16:40:15.168Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3158 | 2026-03-25T16:40:15.319Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3159 | 2026-03-25T16:40:15.435Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3160 | 2026-03-25T16:40:15.610Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3161 | 2026-03-25T16:40:15.637Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3162 | 2026-03-25T16:40:15.800Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3163 | 2026-03-25T16:40:15.855Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3164 | 2026-03-25T16:40:15.938Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3165 | 2026-03-25T16:40:16.098Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3166 | 2026-03-25T16:40:16.295Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3167 | 2026-03-25T16:40:16.321Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3168 | 2026-03-25T16:40:16.491Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3169 | 2026-03-25T16:40:16.855Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3170 | 2026-03-25T16:40:17.186Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3171 | 2026-03-25T16:40:17.705Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3172 | 2026-03-25T16:40:18.045Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3173 | 2026-03-25T16:40:18.262Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3174 | 2026-03-25T16:40:18.786Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3175 | 2026-03-25T16:40:18.855Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3176 | 2026-03-25T16:40:19.078Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3177 | 2026-03-25T16:40:19.130Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3178 | 2026-03-25T16:40:19.236Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3179 | 2026-03-25T16:40:19.788Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3180 | 2026-03-25T16:40:19.827Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3181 | 2026-03-25T16:40:20.064Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3182 | 2026-03-25T16:40:20.118Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3183 | 2026-03-25T16:40:20.275Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3184 | 2026-03-25T16:40:20.515Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3185 | 2026-03-25T16:40:21.273Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3186 | 2026-03-25T16:40:21.594Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3187 | 2026-03-25T16:40:21.621Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3188 | 2026-03-25T16:40:21.836Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3189 | 2026-03-25T16:40:22.331Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3190 | 2026-03-25T16:40:23.140Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3191 | 2026-03-25T16:40:23.533Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3192 | 2026-03-25T16:40:24.007Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3193 | 2026-03-25T16:40:24.032Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3194 | 2026-03-25T16:40:24.302Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3195 | 2026-03-25T16:40:24.572Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3196 | 2026-03-25T16:40:24.632Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3197 | 2026-03-25T16:40:25.282Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3198 | 2026-03-25T16:40:25.354Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3199 | 2026-03-25T16:40:25.919Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3200 | 2026-03-25T16:40:26.533Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3201 | 2026-03-25T16:40:27.520Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3202 | 2026-03-25T16:40:27.642Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3203 | 2026-03-25T16:40:27.854Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3204 | 2026-03-25T16:40:27.875Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3205 | 2026-03-25T16:40:29.301Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3206 | 2026-03-25T16:40:31.059Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3207 | 2026-03-25T16:40:31.604Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3208 | 2026-03-25T16:40:31.926Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3209 | 2026-03-25T16:40:31.991Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3210 | 2026-03-25T16:40:32.202Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3211 | 2026-03-25T16:40:33.787Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3212 | 2026-03-25T16:40:34.160Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3213 | 2026-03-25T16:40:34.302Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3214 | 2026-03-25T16:40:35.456Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3215 | 2026-03-25T16:40:35.915Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3216 | 2026-03-25T16:40:35.952Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3217 | 2026-03-25T16:40:35.973Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3218 | 2026-03-25T16:40:36.119Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3219 | 2026-03-25T16:40:36.585Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3220 | 2026-03-25T16:40:36.620Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3221 | 2026-03-25T16:40:36.746Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3222 | 2026-03-25T16:40:36.767Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3223 | 2026-03-25T16:40:36.790Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3224 | 2026-03-25T16:40:37.113Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3225 | 2026-03-25T16:40:37.471Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3226 | 2026-03-25T16:40:37.687Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3227 | 2026-03-25T16:40:37.809Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3228 | 2026-03-25T16:40:38.008Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3229 | 2026-03-25T16:40:38.467Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3230 | 2026-03-25T16:40:38.801Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3231 | 2026-03-25T16:40:39.563Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3232 | 2026-03-25T16:40:39.567Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3233 | 2026-03-25T16:40:40.051Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3234 | 2026-03-25T16:40:40.938Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3235 | 2026-03-25T16:40:42.038Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3236 | 2026-03-25T16:40:42.112Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3237 | 2026-03-25T16:40:45.442Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3238 | 2026-03-25T16:40:45.891Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3239 | 2026-03-25T16:40:46.633Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3240 | 2026-03-25T16:40:47.519Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3241 | 2026-03-25T16:40:48.993Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3242 | 2026-03-25T16:40:50.320Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3243 | 2026-03-25T16:40:51.260Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3244 | 2026-03-25T16:40:51.715Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3245 | 2026-03-25T16:40:52.749Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3246 | 2026-03-25T16:40:53.286Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3247 | 2026-03-25T16:40:55.289Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3248 | 2026-03-25T16:40:56.052Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3249 | 2026-03-25T16:40:56.096Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3250 | 2026-03-25T16:40:57.901Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3251 | 2026-03-25T16:40:58.910Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3252 | 2026-03-25T16:40:59.458Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3253 | 2026-03-25T16:41:00.207Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3254 | 2026-03-25T16:41:03.317Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3255 | 2026-03-25T16:41:04.128Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3256 | 2026-03-25T16:41:04.843Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3257 | 2026-03-25T16:41:05.805Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3258 | 2026-03-25T16:41:06.571Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3259 | 2026-03-25T16:41:07.335Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3260 | 2026-03-25T16:41:08.057Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3261 | 2026-03-25T16:41:08.824Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3262 | 2026-03-25T16:41:09.674Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3263 | 2026-03-25T16:41:09.876Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3264 | 2026-03-25T16:41:11.080Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3265 | 2026-03-25T16:41:11.767Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3266 | 2026-03-25T16:41:13.505Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3267 | 2026-03-25T16:41:14.649Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3268 | 2026-03-25T16:41:15.747Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3269 | 2026-03-25T16:41:16.866Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3270 | 2026-03-25T16:41:21.283Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3271 | 2026-03-25T16:41:22.145Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3272 | 2026-03-25T16:41:23.351Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3273 | 2026-03-25T16:41:24.032Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3274 | 2026-03-25T16:41:27.002Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3275 | 2026-03-25T16:41:27.341Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3276 | 2026-03-25T16:41:28.218Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3277 | 2026-03-25T16:41:34.134Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3278 | 2026-03-25T16:41:34.247Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3279 | 2026-03-25T16:41:34.344Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3280 | 2026-03-25T16:41:35.222Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3281 | 2026-03-25T16:41:36.403Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3282 | 2026-03-25T16:41:38.076Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3283 | 2026-03-25T16:41:39.714Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3284 | 2026-03-25T16:41:41.443Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3285 | 2026-03-25T16:41:45.460Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3286 | 2026-03-25T16:41:46.774Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3287 | 2026-03-25T16:41:47.202Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3288 | 2026-03-25T16:41:48.485Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3289 | 2026-03-25T16:41:50.611Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3290 | 2026-03-25T16:41:52.333Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3291 | 2026-03-25T16:41:54.521Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3292 | 2026-03-25T16:41:56.496Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3293 | 2026-03-25T16:41:58.360Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3294 | 2026-03-25T16:42:00.638Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3295 | 2026-03-25T16:42:02.277Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3296 | 2026-03-25T16:42:04.207Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3297 | 2026-03-25T16:42:06.157Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3298 | 2026-03-25T16:42:08.055Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3299 | 2026-03-25T16:42:09.947Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3300 | 2026-03-25T16:42:11.699Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3301 | 2026-03-25T16:42:13.888Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3302 | 2026-03-25T16:42:15.690Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3303 | 2026-03-25T16:42:17.719Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3304 | 2026-03-25T16:42:19.617Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3305 | 2026-03-25T16:42:21.582Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3306 | 2026-03-25T16:42:23.555Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3307 | 2026-03-25T16:42:25.580Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3308 | 2026-03-25T16:42:27.455Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3309 | 2026-03-25T16:42:29.533Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3310 | 2026-03-25T16:42:31.475Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3311 | 2026-03-25T16:42:34.937Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3312 | 2026-03-25T16:42:35.822Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3313 | 2026-03-25T16:42:36.379Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3314 | 2026-03-25T16:42:40.066Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3315 | 2026-03-25T16:42:42.273Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3316 | 2026-03-25T16:42:44.404Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3317 | 2026-03-25T16:42:46.906Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3318 | 2026-03-25T16:42:48.859Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3319 | 2026-03-25T16:42:51.030Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3320 | 2026-03-25T16:42:53.263Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3321 | 2026-03-25T16:42:57.841Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3322 | 2026-03-25T16:42:59.751Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3323 | 2026-03-25T16:43:02.042Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3324 | 2026-03-25T16:43:04.205Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3325 | 2026-03-25T16:43:06.568Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3326 | 2026-03-25T16:43:08.777Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3327 | 2026-03-25T16:43:10.992Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3328 | 2026-03-25T16:43:13.150Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3329 | 2026-03-25T16:43:15.598Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3330 | 2026-03-25T16:43:17.786Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3331 | 2026-03-25T16:43:20.048Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3332 | 2026-03-25T16:43:22.258Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3333 | 2026-03-25T16:43:24.507Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3334 | 2026-03-25T16:43:26.744Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3335 | 2026-03-25T16:43:28.969Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3336 | 2026-03-25T16:43:31.324Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3337 | 2026-03-25T16:43:33.713Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3338 | 2026-03-25T16:43:35.854Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3339 | 2026-03-25T16:43:38.091Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3340 | 2026-03-25T16:43:40.359Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3341 | 2026-03-25T16:43:42.637Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3342 | 2026-03-25T16:43:44.986Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3343 | 2026-03-25T16:43:47.161Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3344 | 2026-03-25T16:43:49.777Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3345 | 2026-03-25T16:43:52.034Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3346 | 2026-03-25T16:43:54.420Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3347 | 2026-03-25T16:43:56.858Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3348 | 2026-03-25T16:43:59.152Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3349 | 2026-03-25T16:44:01.668Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3350 | 2026-03-25T16:44:04.092Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3351 | 2026-03-25T16:44:06.572Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3352 | 2026-03-25T16:44:09.181Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3353 | 2026-03-25T16:44:11.622Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3354 | 2026-03-25T16:44:14.123Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3355 | 2026-03-25T16:44:16.617Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3356 | 2026-03-25T16:44:19.118Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3357 | 2026-03-25T16:44:21.620Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3358 | 2026-03-25T16:44:24.130Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3359 | 2026-03-25T16:44:27.030Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3360 | 2026-03-25T16:44:33.884Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3361 | 2026-03-25T16:44:34.217Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3362 | 2026-03-25T16:44:37.398Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3363 | 2026-03-25T16:44:42.042Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3364 | 2026-03-25T16:44:44.823Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3365 | 2026-03-25T16:44:48.486Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3366 | 2026-03-25T16:44:52.182Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3367 | 2026-03-25T16:44:55.614Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3368 | 2026-03-25T16:44:59.236Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3369 | 2026-03-25T16:45:02.818Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3370 | 2026-03-25T16:45:06.548Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3371 | 2026-03-25T16:45:11.079Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3372 | 2026-03-25T16:45:13.661Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3373 | 2026-03-25T16:45:17.330Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3374 | 2026-03-25T16:45:20.822Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3375 | 2026-03-25T16:45:24.618Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3376 | 2026-03-25T16:45:28.191Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3377 | 2026-03-25T16:45:31.726Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3378 | 2026-03-25T16:45:35.404Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3379 | 2026-03-25T16:45:39.026Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3380 | 2026-03-25T16:45:42.724Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3381 | 2026-03-25T16:45:46.340Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3382 | 2026-03-25T16:45:49.984Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3383 | 2026-03-25T16:45:53.615Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3384 | 2026-03-25T16:45:57.238Z | Documenting ci-resource-usage v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ci-resource-usage) |
| 3385 | 2026-03-25T16:46:00.813Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3386 | 2026-03-25T16:46:04.474Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3387 | 2026-03-25T16:46:33.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 32s |
| 3388 | 2026-03-25T16:46:33.558Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 191 other files |
| 3389 | 2026-03-25T16:46:33.665Z | |
| 3390 | 2026-03-25T16:46:33.665Z | real 6:32.441462327 |
| 3391 | 2026-03-25T16:46:33.665Z | user 17:24.642157077 |
| 3392 | 2026-03-25T16:46:33.665Z | sys 3:41.539774210 |
| 3393 | 2026-03-25T16:46:33.665Z | trap 0.253669672 |
| 3394 | 2026-03-25T16:46:33.668Z | tflt 0.034460527 |
| 3395 | 2026-03-25T16:46:33.668Z | dflt 0.050274465 |
| 3396 | 2026-03-25T16:46:33.668Z | kflt 0.000072081 |
| 3397 | 2026-03-25T16:46:33.668Z | lock 6:03:46.508277102 |
| 3398 | 2026-03-25T16:46:33.668Z | slp 2:12:06.555920236 |
| 3399 | 2026-03-25T16:46:33.668Z | lat 31.964182883 |
| 3400 | 2026-03-25T16:46:33.668Z | stop 1:31.348588834 |
| 3401 | 2026-03-25T16:46:33.668Z | process exited: duration 807805 ms, exit code 0 |
| |
| 3402 | 2026-03-25T16:46:37.779Z | found 1 output files |
| 3403 | 2026-03-25T16:46:37.779Z | uploading: /var/tmp/ci-resource-usage.csv (69361 bytes) |
| 3404 | 2026-03-25T16:46:38.797Z | uploaded: /var/tmp/ci-resource-usage.csv |