|
|
|
| 1 | 2026-01-22T04:11:18.402Z | job assigned to worker 01KFHYBS2EPZTHD1VECHT0MNE0 [factory gimlet-EVT22200007-propolis, EVT22200007/55310] (queued for 27 s) |
| |
| 2 | 2026-01-22T04:11:27.478Z | starting task 0: "setup" |
| 3 | 2026-01-22T04:11:27.503Z | ++ uname -s |
| 4 | 2026-01-22T04:11:27.503Z | + kern=SunOS |
| 5 | 2026-01-22T04:11:27.503Z | + build_user=build |
| 6 | 2026-01-22T04:11:27.503Z | + build_uid=12345 |
| 7 | 2026-01-22T04:11:27.503Z | + work_dir=/work |
| 8 | 2026-01-22T04:11:27.503Z | + input_dir=/input |
| 9 | 2026-01-22T04:11:27.503Z | + [[ 0 == 12345 ]] |
| 10 | 2026-01-22T04:11:27.504Z | + case "$kern" in |
| 11 | 2026-01-22T04:11:27.504Z | + groupadd -g 12345 build |
| 12 | 2026-01-22T04:11:27.504Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-01-22T04:11:29.507Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-01-22T04:11:29.544Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-01-22T04:11:29.568Z | + home_fs=zfs |
| 16 | 2026-01-22T04:11:29.569Z | + [[ zfs == autofs ]] |
| 17 | 2026-01-22T04:11:29.569Z | + mkdir -p /home/build |
| 18 | 2026-01-22T04:11:29.569Z | + chown build:build /home/build /work |
| 19 | 2026-01-22T04:11:31.553Z | + chmod 0700 /home/build /work |
| 20 | 2026-01-22T04:11:31.577Z | process exited: duration 4077 ms, exit code 0 |
| |
| 21 | 2026-01-22T04:11:31.627Z | starting task 1: "rust-toolchain" |
| 22 | 2026-01-22T04:11:31.651Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-01-22T04:11:31.651Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-01-22T04:11:31.651Z | * rust toolchain channel = "1.91.1" |
| 25 | 2026-01-22T04:11:31.651Z | * rust toolchain profile = "default" |
| 26 | 2026-01-22T04:11:31.651Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-01-22T04:11:31.651Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-01-22T04:11:31.651Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-01-22T04:11:31.651Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-01-22T04:11:31.775Z | info: downloading installer |
| 31 | 2026-01-22T04:11:32.517Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-01-22T04:11:32.517Z | warn: /opt/ooce/bin |
| 33 | 2026-01-22T04:11:32.517Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-01-22T04:11:32.517Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-01-22T04:11:32.518Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-01-22T04:11:32.518Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-01-22T04:11:32.518Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-01-22T04:11:32.518Z | error: cannot install while Rust is installed |
| 39 | 2026-01-22T04:11:32.518Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-01-22T04:11:32.542Z | info: profile set to 'default' |
| 41 | 2026-01-22T04:11:32.542Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-01-22T04:11:32.542Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-01-22T04:11:32.669Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-01-22T04:11:32.669Z | info: downloading component 'cargo' |
| 45 | 2026-01-22T04:11:33.068Z | info: downloading component 'clippy' |
| 46 | 2026-01-22T04:11:33.237Z | info: downloading component 'rust-docs' |
| 47 | 2026-01-22T04:11:33.745Z | info: downloading component 'rust-std' |
| 48 | 2026-01-22T04:11:34.216Z | info: downloading component 'rustc' |
| 49 | 2026-01-22T04:11:37.710Z | info: downloading component 'rustfmt' |
| 50 | 2026-01-22T04:11:37.805Z | info: installing component 'cargo' |
| 51 | 2026-01-22T04:11:39.002Z | info: installing component 'clippy' |
| 52 | 2026-01-22T04:11:39.471Z | info: installing component 'rust-docs' |
| 53 | 2026-01-22T04:11:42.896Z | info: installing component 'rust-std' |
| 54 | 2026-01-22T04:11:45.091Z | info: installing component 'rustc' |
| 55 | 2026-01-22T04:11:53.343Z | info: installing component 'rustfmt' |
| 56 | 2026-01-22T04:11:53.737Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-01-22T04:11:53.737Z | |
| 58 | 2026-01-22T04:11:53.903Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-01-22T04:11:53.903Z | |
| 60 | 2026-01-22T04:11:53.903Z | |
| 61 | 2026-01-22T04:11:53.903Z | Rust is installed now. Great! |
| 62 | 2026-01-22T04:11:53.903Z | |
| 63 | 2026-01-22T04:11:53.903Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-01-22T04:11:53.903Z | environment variable. This has not been done automatically. |
| 65 | 2026-01-22T04:11:53.903Z | |
| 66 | 2026-01-22T04:11:53.903Z | To configure your current shell, you need to source |
| 67 | 2026-01-22T04:11:53.903Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-01-22T04:11:53.903Z | |
| 69 | 2026-01-22T04:11:53.903Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-01-22T04:11:53.903Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-01-22T04:11:53.928Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-01-22T04:11:53.928Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-01-22T04:11:54.018Z | + rustup --version |
| 74 | 2026-01-22T04:11:54.042Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-01-22T04:11:54.042Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-01-22T04:11:54.136Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-01-22T04:11:54.160Z | + cargo --version |
| 78 | 2026-01-22T04:11:54.236Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-01-22T04:11:54.260Z | + rustc --version |
| 80 | 2026-01-22T04:11:54.335Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-01-22T04:11:54.359Z | process exited: duration 22715 ms, exit code 0 |
| |
| 82 | 2026-01-22T04:11:54.411Z | starting task 2: "authentication" |
| 83 | 2026-01-22T04:11:54.467Z | process exited: duration 58 ms, exit code 0 |
| |
| 84 | 2026-01-22T04:11:54.515Z | starting task 3: "clone repository" |
| 85 | 2026-01-22T04:11:54.540Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-01-22T04:11:54.540Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-01-22T04:11:54.564Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-01-22T04:12:09.094Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-01-22T04:12:09.094Z | + git fetch origin a0ae22a96ec16e4ef51af64516f30c809b1c2c01 |
| 90 | 2026-01-22T04:12:09.547Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-01-22T04:12:09.547Z | * branch a0ae22a96ec16e4ef51af64516f30c809b1c2c01 -> FETCH_HEAD |
| 92 | 2026-01-22T04:12:09.572Z | + [[ -n zl/fix-9680-floating-ip-allocation ]] |
| 93 | 2026-01-22T04:12:09.572Z | ++ git branch --show-current |
| 94 | 2026-01-22T04:12:09.572Z | + current=main |
| 95 | 2026-01-22T04:12:09.572Z | + [[ main != zl/fix-9680-floating-ip-allocation ]] |
| 96 | 2026-01-22T04:12:09.572Z | + git branch -f zl/fix-9680-floating-ip-allocation a0ae22a96ec16e4ef51af64516f30c809b1c2c01 |
| 97 | 2026-01-22T04:12:09.572Z | + git checkout -f zl/fix-9680-floating-ip-allocation |
| 98 | 2026-01-22T04:12:10.061Z | Switched to branch 'zl/fix-9680-floating-ip-allocation' |
| 99 | 2026-01-22T04:12:10.085Z | + git reset --hard a0ae22a96ec16e4ef51af64516f30c809b1c2c01 |
| 100 | 2026-01-22T04:12:10.110Z | HEAD is now at a0ae22a96 merge main into fix-9680 |
| 101 | 2026-01-22T04:12:10.134Z | process exited: duration 15595 ms, exit code 0 |
| |
| 102 | 2026-01-22T04:12:10.185Z | starting task 4: "build" |
| 103 | 2026-01-22T04:12:10.210Z | + source ./env.sh |
| 104 | 2026-01-22T04:12:10.210Z | ++ OLD_SHELL_OPTS=ehxB |
| 105 | 2026-01-22T04:12:10.210Z | ++ set -o xtrace |
| 106 | 2026-01-22T04:12:10.210Z | ++++ dirname ./env.sh |
| 107 | 2026-01-22T04:12:10.210Z | +++ readlink -f . |
| 108 | 2026-01-22T04:12:10.210Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 109 | 2026-01-22T04:12:10.210Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-01-22T04:12:10.210Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2026-01-22T04:12:10.210Z | ++ 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 |
| 112 | 2026-01-22T04:12:10.210Z | ++ 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 |
| 113 | 2026-01-22T04:12:10.210Z | ++ 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 |
| 114 | 2026-01-22T04:12:10.210Z | ++ 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 |
| 115 | 2026-01-22T04:12:10.210Z | ++ 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 |
| 116 | 2026-01-22T04:12:10.210Z | ++ 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 |
| 117 | 2026-01-22T04:12:10.210Z | ++ case $OLD_SHELL_OPTS in |
| 118 | 2026-01-22T04:12:10.210Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 119 | 2026-01-22T04:12:10.210Z | + source .github/buildomat/ci-env.sh |
| 120 | 2026-01-22T04:12:10.210Z | ++ export CARGO_TERM_COLOR=always |
| 121 | 2026-01-22T04:12:10.210Z | ++ CARGO_TERM_COLOR=always |
| 122 | 2026-01-22T04:12:10.210Z | + cargo --version |
| 123 | 2026-01-22T04:12:10.275Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 124 | 2026-01-22T04:12:10.299Z | + rustc --version |
| 125 | 2026-01-22T04:12:10.370Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 126 | 2026-01-22T04:12:10.395Z | + banner prerequisites |
| 127 | 2026-01-22T04:12:10.395Z | |
| 128 | 2026-01-22T04:12:10.395Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 129 | 2026-01-22T04:12:10.395Z | # # # # # # # # # # # # # # # |
| 130 | 2026-01-22T04:12:10.395Z | # # # # ##### # # ##### # # # # # #### # |
| 131 | 2026-01-22T04:12:10.395Z | ##### ##### # ##### # # # # # # # # # |
| 132 | 2026-01-22T04:12:10.395Z | # # # # # # # # # # # # # # # |
| 133 | 2026-01-22T04:12:10.395Z | # # # ###### # # ###### ### # #### # #### # |
| 134 | 2026-01-22T04:12:10.395Z | |
| 135 | 2026-01-22T04:12:10.395Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 136 | 2026-01-22T04:12:31.022Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 137 | 2026-01-22T04:12:42.421Z | Startup: Caching catalogs ... Done |
| 138 | 2026-01-22T04:13:05.744Z | Planning: Solver setup ... Done (20.955s) |
| 139 | 2026-01-22T04:13:05.916Z | Planning: Running solver ... Done (0.172s) |
| 140 | 2026-01-22T04:13:06.060Z | Planning: Finding local manifests ... Done (0.002s) |
| 141 | 2026-01-22T04:13:06.138Z | Planning: Fetching manifests: 0/4 0% complete |
| 142 | 2026-01-22T04:13:06.569Z | Planning: Fetching manifests: 4/4 100% complete |
| 143 | 2026-01-22T04:13:06.627Z | Planning: Package planning ... Done (0.058s) |
| 144 | 2026-01-22T04:13:06.687Z | Planning: Merging actions ... Done (0.059s) |
| 145 | 2026-01-22T04:13:07.009Z | Planning: Checking for conflicting actions ... Done (0.322s) |
| 146 | 2026-01-22T04:13:07.033Z | Planning: Consolidating action changes ... Done (0.013s) |
| 147 | 2026-01-22T04:13:07.662Z | Planning: Evaluating mediators ... Done (0.640s) |
| 148 | 2026-01-22T04:13:07.687Z | Planning: Planning completed in 25.14 seconds |
| 149 | 2026-01-22T04:13:07.712Z | Packages to install: 4 |
| 150 | 2026-01-22T04:13:07.712Z | Mediators to change: 2 |
| 151 | 2026-01-22T04:13:07.712Z | Services to change: 1 |
| 152 | 2026-01-22T04:13:07.712Z | Estimated space available: 154.95 GB |
| 153 | 2026-01-22T04:13:07.712Z | Estimated space to be consumed: 1.79 GB |
| 154 | 2026-01-22T04:13:07.712Z | Create boot environment: No |
| 155 | 2026-01-22T04:13:07.712Z | Create backup boot environment: No |
| 156 | 2026-01-22T04:13:07.712Z | Rebuild boot archive: No |
| 157 | 2026-01-22T04:13:07.712Z | |
| 158 | 2026-01-22T04:13:07.712Z | Changed mediators: |
| 159 | 2026-01-22T04:13:07.712Z | mediator clang: |
| 160 | 2026-01-22T04:13:07.712Z | version: None -> 15 (system default) |
| 161 | 2026-01-22T04:13:07.712Z | |
| 162 | 2026-01-22T04:13:07.712Z | mediator llvm: |
| 163 | 2026-01-22T04:13:07.712Z | version: 14 (system default) -> 15 (system default) |
| 164 | 2026-01-22T04:13:07.712Z | |
| 165 | 2026-01-22T04:13:07.712Z | Changed packages: |
| 166 | 2026-01-22T04:13:07.712Z | helios-dev |
| 167 | 2026-01-22T04:13:07.712Z | developer/build-essential |
| 168 | 2026-01-22T04:13:07.712Z | None -> 11-2.0 |
| 169 | 2026-01-22T04:13:07.712Z | library/libxmlsec1 |
| 170 | 2026-01-22T04:13:07.712Z | None -> 1.2.35-2.0 |
| 171 | 2026-01-22T04:13:07.712Z | ooce/developer/clang-15 |
| 172 | 2026-01-22T04:13:07.713Z | None -> 15.0.7-2.0 |
| 173 | 2026-01-22T04:13:07.713Z | ooce/developer/llvm-15 |
| 174 | 2026-01-22T04:13:07.713Z | None -> 15.0.7-2.0 |
| 175 | 2026-01-22T04:13:07.713Z | |
| 176 | 2026-01-22T04:13:07.713Z | Services: |
| 177 | 2026-01-22T04:13:07.713Z | restart_fmri: |
| 178 | 2026-01-22T04:13:07.713Z | svc:/system/update-man-index:default |
| 179 | 2026-01-22T04:13:07.754Z | |
| 180 | 2026-01-22T04:13:07.755Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 181 | 2026-01-22T04:13:12.755Z | Download: 1190/3290 items 48.7/212.6MB 22% complete (9.7M/s) |
| 182 | 2026-01-22T04:13:17.794Z | Download: 1198/3290 items 80.6/212.6MB 37% complete (8.2M/s) |
| 183 | 2026-01-22T04:13:22.868Z | Download: 2725/3290 items 120.8/212.6MB 56% complete (7.7M/s) |
| 184 | 2026-01-22T04:13:27.869Z | Download: 3248/3290 items 186.8/212.6MB 87% complete (10.6M/s) |
| 185 | 2026-01-22T04:13:30.920Z | Download: Completed 212.60 MB in 23.17 seconds (9.2M/s) |
| 186 | 2026-01-22T04:13:31.103Z | Actions: 1/3689 actions (Installing new actions) |
| 187 | 2026-01-22T04:13:36.540Z | Actions: 2636/3689 actions (Installing new actions) |
| 188 | 2026-01-22T04:13:36.861Z | Actions: Completed 3689 actions in 5.76 seconds. |
| 189 | 2026-01-22T04:13:37.865Z | Done (0.998s) |
| 190 | 2026-01-22T04:13:37.865Z | Done (0.000s) |
| 191 | 2026-01-22T04:13:39.155Z | Done (1.290s) |
| 192 | 2026-01-22T04:13:43.943Z | Done (4.531s) |
| 193 | 2026-01-22T04:13:44.033Z | Done (0.017s) |
| 194 | 2026-01-22T04:13:44.033Z | Done (0.000s) |
| 195 | 2026-01-22T04:13:44.175Z | Done (0.000s) |
| 196 | 2026-01-22T04:13:45.165Z | Planning: Evaluating mediator changes ... Done |
| 197 | 2026-01-22T04:13:45.366Z | Planning: Checking for conflicting actions ... Done |
| 198 | 2026-01-22T04:13:45.391Z | Planning: Consolidating action changes ... Done |
| 199 | 2026-01-22T04:13:45.698Z | Planning: Evaluating mediators ... Done |
| 200 | 2026-01-22T04:13:45.723Z | Planning: Planning completed in 0.53 seconds |
| 201 | 2026-01-22T04:13:45.747Z | Mediators to change: 2 |
| 202 | 2026-01-22T04:13:45.747Z | Create boot environment: No |
| 203 | 2026-01-22T04:13:45.747Z | Create backup boot environment: No |
| 204 | 2026-01-22T04:13:45.796Z | Done |
| 205 | 2026-01-22T04:13:45.796Z | Done |
| 206 | 2026-01-22T04:13:46.734Z | Done |
| 207 | 2026-01-22T04:13:51.016Z | Done |
| 208 | 2026-01-22T04:13:51.107Z | Done |
| 209 | 2026-01-22T04:13:51.132Z | Done |
| 210 | 2026-01-22T04:13:51.157Z | Done |
| 211 | 2026-01-22T04:13:51.920Z | Planning: Evaluating mediator changes ... Done |
| 212 | 2026-01-22T04:13:51.944Z | Planning: Merging actions ... Done |
| 213 | 2026-01-22T04:13:52.154Z | Planning: Checking for conflicting actions ... Done |
| 214 | 2026-01-22T04:13:52.179Z | Planning: Consolidating action changes ... Done |
| 215 | 2026-01-22T04:13:52.468Z | Planning: Evaluating mediators ... Done |
| 216 | 2026-01-22T04:13:52.534Z | Planning: Planning completed in 0.91 seconds |
| 217 | 2026-01-22T04:13:52.573Z | Packages to change: 1 |
| 218 | 2026-01-22T04:13:52.573Z | Mediators to change: 1 |
| 219 | 2026-01-22T04:13:52.573Z | Services to change: 1 |
| 220 | 2026-01-22T04:13:52.573Z | Create boot environment: No |
| 221 | 2026-01-22T04:13:52.573Z | Create backup boot environment: Yes |
| 222 | 2026-01-22T04:13:54.549Z | Actions: 1/6 actions (Updating modified actions) |
| 223 | 2026-01-22T04:13:54.572Z | Actions: Completed 6 actions in 0.00 seconds. |
| 224 | 2026-01-22T04:13:54.572Z | Done |
| 225 | 2026-01-22T04:13:54.573Z | Done |
| 226 | 2026-01-22T04:13:54.796Z | Done |
| 227 | 2026-01-22T04:13:59.082Z | Done |
| 228 | 2026-01-22T04:13:59.177Z | Done |
| 229 | 2026-01-22T04:13:59.201Z | Done |
| 230 | 2026-01-22T04:13:59.286Z | Done |
| 231 | 2026-01-22T04:13:59.809Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 232 | 2026-01-22T04:13:59.809Z | clang system 15 system |
| 233 | 2026-01-22T04:13:59.810Z | csh system system illumos |
| 234 | 2026-01-22T04:13:59.810Z | ctags system system illumos |
| 235 | 2026-01-22T04:13:59.810Z | file system system illumos |
| 236 | 2026-01-22T04:13:59.810Z | gcc vendor 12 vendor |
| 237 | 2026-01-22T04:13:59.810Z | gcc system 10 system |
| 238 | 2026-01-22T04:13:59.810Z | gcc system 7 system |
| 239 | 2026-01-22T04:13:59.810Z | go system 1.20 system |
| 240 | 2026-01-22T04:13:59.810Z | go system 1.19 system |
| 241 | 2026-01-22T04:13:59.810Z | llvm system 15 system |
| 242 | 2026-01-22T04:13:59.810Z | llvm system 14 system |
| 243 | 2026-01-22T04:13:59.810Z | mariadb system 10.6 system |
| 244 | 2026-01-22T04:13:59.810Z | mta vendor vendor dma |
| 245 | 2026-01-22T04:13:59.810Z | openjdk system 17 system |
| 246 | 2026-01-22T04:13:59.810Z | openjdk system 11 system |
| 247 | 2026-01-22T04:13:59.810Z | openjdk system 1.8 system |
| 248 | 2026-01-22T04:13:59.810Z | openssl vendor 3 vendor |
| 249 | 2026-01-22T04:13:59.810Z | perl system 5.36 system |
| 250 | 2026-01-22T04:13:59.810Z | postgresql system 15 system |
| 251 | 2026-01-22T04:13:59.810Z | postgresql system 13 system |
| 252 | 2026-01-22T04:13:59.810Z | python vendor 3 vendor |
| 253 | 2026-01-22T04:13:59.810Z | python system 2 system |
| 254 | 2026-01-22T04:13:59.810Z | python3 system 3.11 system |
| 255 | 2026-01-22T04:13:59.810Z | ruby system 3.0 system |
| 256 | 2026-01-22T04:13:59.810Z | words vendor vendor american-english |
| 257 | 2026-01-22T04:13:59.811Z | words system system australian-english |
| 258 | 2026-01-22T04:13:59.811Z | words system system british-english |
| 259 | 2026-01-22T04:13:59.811Z | words system system canadian-english |
| 260 | 2026-01-22T04:13:59.811Z | words system system french |
| 261 | 2026-01-22T04:13:59.811Z | words system system italian |
| 262 | 2026-01-22T04:13:59.811Z | words system system ngerman |
| 263 | 2026-01-22T04:13:59.811Z | words system system ogerman |
| 264 | 2026-01-22T04:13:59.811Z | words system system spanish |
| 265 | 2026-01-22T04:14:00.217Z | PUBLISHER TYPE STATUS P LOCATION |
| 266 | 2026-01-22T04:14:00.217Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 267 | 2026-01-22T04:14:07.660Z | FMRI IFO |
| 268 | 2026-01-22T04:14:07.660Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 269 | 2026-01-22T04:14:07.660Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 270 | 2026-01-22T04:14:07.660Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 271 | 2026-01-22T04:14:07.660Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 272 | 2026-01-22T04:14:07.660Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 273 | 2026-01-22T04:14:07.660Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 274 | 2026-01-22T04:14:07.660Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 275 | 2026-01-22T04:14:07.660Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 276 | 2026-01-22T04:14:07.660Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 277 | 2026-01-22T04:14:07.660Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 278 | 2026-01-22T04:14:07.660Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 279 | 2026-01-22T04:14:07.660Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 280 | 2026-01-22T04:14:07.660Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 281 | 2026-01-22T04:14:07.660Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 282 | 2026-01-22T04:14:07.660Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 283 | 2026-01-22T04:14:07.660Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 284 | 2026-01-22T04:14:08.903Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 285 | 2026-01-22T04:14:09.286Z | Updating crates.io index |
| 286 | 2026-01-22T04:14:09.310Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 287 | 2026-01-22T04:14:09.839Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 288 | 2026-01-22T04:14:10.865Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 289 | 2026-01-22T04:14:11.252Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 290 | 2026-01-22T04:14:11.557Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 291 | 2026-01-22T04:14:12.006Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 292 | 2026-01-22T04:14:13.488Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 293 | 2026-01-22T04:14:16.128Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 294 | 2026-01-22T04:14:17.010Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 295 | 2026-01-22T04:14:17.468Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 296 | 2026-01-22T04:14:18.339Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 297 | 2026-01-22T04:14:19.030Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 298 | 2026-01-22T04:14:19.544Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 299 | 2026-01-22T04:14:20.088Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 300 | 2026-01-22T04:14:20.493Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 301 | 2026-01-22T04:14:21.425Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 302 | 2026-01-22T04:14:22.117Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 303 | 2026-01-22T04:14:22.536Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 304 | 2026-01-22T04:14:22.992Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 305 | 2026-01-22T04:14:23.532Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 306 | 2026-01-22T04:14:23.923Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 307 | 2026-01-22T04:14:24.328Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 308 | 2026-01-22T04:14:24.713Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 309 | 2026-01-22T04:14:25.279Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 310 | 2026-01-22T04:14:25.981Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 311 | 2026-01-22T04:14:26.374Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 312 | 2026-01-22T04:14:26.876Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 313 | 2026-01-22T04:14:27.264Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 314 | 2026-01-22T04:14:28.550Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 315 | 2026-01-22T04:14:29.119Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 316 | 2026-01-22T04:14:29.525Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 317 | 2026-01-22T04:14:29.991Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 318 | 2026-01-22T04:14:30.547Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 319 | 2026-01-22T04:14:30.989Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 320 | 2026-01-22T04:14:31.434Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 321 | 2026-01-22T04:14:31.799Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 322 | 2026-01-22T04:14:32.147Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 323 | 2026-01-22T04:14:44.668Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 324 | 2026-01-22T04:14:45.134Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 325 | 2026-01-22T04:14:46.761Z | Downloading crates ... |
| 326 | 2026-01-22T04:14:46.832Z | Downloaded anstyle v1.0.11 |
| 327 | 2026-01-22T04:14:46.857Z | Downloaded serde_tokenstream v0.2.2 |
| 328 | 2026-01-22T04:14:46.857Z | Downloaded anstream v0.6.18 |
| 329 | 2026-01-22T04:14:46.857Z | Downloaded tabled_derive v0.7.0 |
| 330 | 2026-01-22T04:14:46.857Z | Downloaded scroll v0.12.0 |
| 331 | 2026-01-22T04:14:46.857Z | Downloaded errno v0.3.12 |
| 332 | 2026-01-22T04:14:46.857Z | Downloaded zerofrom-derive v0.1.4 |
| 333 | 2026-01-22T04:14:46.882Z | Downloaded unicode-width v0.1.14 |
| 334 | 2026-01-22T04:14:46.883Z | Downloaded zmij v1.0.15 |
| 335 | 2026-01-22T04:14:46.883Z | Downloaded zerofrom v0.1.4 |
| 336 | 2026-01-22T04:14:46.907Z | Downloaded zerovec-derive v0.10.3 |
| 337 | 2026-01-22T04:14:46.907Z | Downloaded url v2.5.4 |
| 338 | 2026-01-22T04:14:46.907Z | Downloaded ucd-trie v0.1.7 |
| 339 | 2026-01-22T04:14:46.907Z | Downloaded synstructure v0.13.1 |
| 340 | 2026-01-22T04:14:46.907Z | Downloaded smawk v0.3.2 |
| 341 | 2026-01-22T04:14:46.907Z | Downloaded zerovec v0.10.4 |
| 342 | 2026-01-22T04:14:46.931Z | Downloaded zerocopy v0.7.35 |
| 343 | 2026-01-22T04:14:46.956Z | Downloaded serde-untagged v0.1.7 |
| 344 | 2026-01-22T04:14:46.956Z | Downloaded unicode-width v0.2.0 |
| 345 | 2026-01-22T04:14:46.956Z | Downloaded papergrid v0.11.0 |
| 346 | 2026-01-22T04:14:46.956Z | Downloaded serde v1.0.228 |
| 347 | 2026-01-22T04:14:46.980Z | Downloaded idna v1.0.3 |
| 348 | 2026-01-22T04:14:46.980Z | Downloaded serde_json v1.0.149 |
| 349 | 2026-01-22T04:14:46.980Z | Downloaded goblin v0.8.2 |
| 350 | 2026-01-22T04:14:47.005Z | Downloaded pest v2.8.2 |
| 351 | 2026-01-22T04:14:47.005Z | Downloaded memchr v2.7.4 |
| 352 | 2026-01-22T04:14:47.005Z | Downloaded tabled v0.15.0 |
| 353 | 2026-01-22T04:14:47.029Z | Downloaded icu_properties_data v1.5.0 |
| 354 | 2026-01-22T04:14:47.030Z | Downloaded syn v1.0.109 |
| 355 | 2026-01-22T04:14:47.054Z | Downloaded hashbrown v0.16.1 |
| 356 | 2026-01-22T04:14:47.054Z | Downloaded syn v2.0.111 |
| 357 | 2026-01-22T04:14:47.054Z | Downloaded indexmap v2.12.1 |
| 358 | 2026-01-22T04:14:47.079Z | Downloaded toml_edit v0.22.27 |
| 359 | 2026-01-22T04:14:47.079Z | Downloaded serde_derive v1.0.228 |
| 360 | 2026-01-22T04:14:47.079Z | Downloaded serde_core v1.0.228 |
| 361 | 2026-01-22T04:14:47.079Z | Downloaded rustix v0.38.37 |
| 362 | 2026-01-22T04:14:47.103Z | Downloaded proc-macro2 v1.0.101 |
| 363 | 2026-01-22T04:14:47.103Z | Downloaded once_cell v1.21.3 |
| 364 | 2026-01-22T04:14:47.103Z | Downloaded log v0.4.29 |
| 365 | 2026-01-22T04:14:47.103Z | Downloaded icu_provider v1.5.0 |
| 366 | 2026-01-22T04:14:47.128Z | Downloaded proc-macro-error v1.0.4 |
| 367 | 2026-01-22T04:14:47.128Z | Downloaded rustix v1.1.3 |
| 368 | 2026-01-22T04:14:47.153Z | Downloaded pest_derive v2.8.2 |
| 369 | 2026-01-22T04:14:47.153Z | Downloaded num-traits v0.2.19 |
| 370 | 2026-01-22T04:14:47.153Z | Downloaded icu_normalizer_data v1.5.0 |
| 371 | 2026-01-22T04:14:47.154Z | Downloaded icu_collections v1.5.0 |
| 372 | 2026-01-22T04:14:47.154Z | Downloaded clap_derive v4.5.47 |
| 373 | 2026-01-22T04:14:47.154Z | Downloaded smallvec v1.15.1 |
| 374 | 2026-01-22T04:14:47.154Z | Downloaded sha2 v0.10.9 |
| 375 | 2026-01-22T04:14:47.154Z | Downloaded semver v1.0.27 |
| 376 | 2026-01-22T04:14:47.178Z | Downloaded quote v1.0.40 |
| 377 | 2026-01-22T04:14:47.179Z | Downloaded winnow v0.7.13 |
| 378 | 2026-01-22T04:14:47.179Z | Downloaded strsim v0.11.1 |
| 379 | 2026-01-22T04:14:47.179Z | Downloaded pest_meta v2.8.2 |
| 380 | 2026-01-22T04:14:47.179Z | Downloaded crypto-common v0.1.6 |
| 381 | 2026-01-22T04:14:47.179Z | Downloaded icu_locid_transform v1.5.0 |
| 382 | 2026-01-22T04:14:47.179Z | Downloaded pretty-hex v0.4.1 |
| 383 | 2026-01-22T04:14:47.179Z | Downloaded ordered-float v2.10.1 |
| 384 | 2026-01-22T04:14:47.179Z | Downloaded memmap v0.7.0 |
| 385 | 2026-01-22T04:14:47.179Z | Downloaded libc v0.2.180 |
| 386 | 2026-01-22T04:14:47.211Z | Downloaded block-buffer v0.10.4 |
| 387 | 2026-01-22T04:14:47.236Z | Downloaded swrite v0.1.0 |
| 388 | 2026-01-22T04:14:47.236Z | Downloaded stable_deref_trait v1.2.0 |
| 389 | 2026-01-22T04:14:47.236Z | Downloaded serde_spanned v0.6.9 |
| 390 | 2026-01-22T04:14:47.236Z | Downloaded percent-encoding v2.3.2 |
| 391 | 2026-01-22T04:14:47.236Z | Downloaded litemap v0.7.3 |
| 392 | 2026-01-22T04:14:47.236Z | Downloaded getrandom v0.3.4 |
| 393 | 2026-01-22T04:14:47.236Z | Downloaded fastrand v2.1.1 |
| 394 | 2026-01-22T04:14:47.236Z | Downloaded cargo_metadata v0.21.0 |
| 395 | 2026-01-22T04:14:47.236Z | Downloaded byteorder v1.5.0 |
| 396 | 2026-01-22T04:14:47.237Z | Downloaded thiserror-impl v1.0.69 |
| 397 | 2026-01-22T04:14:47.237Z | Downloaded heck v0.5.0 |
| 398 | 2026-01-22T04:14:47.237Z | Downloaded zerocopy-derive v0.7.35 |
| 399 | 2026-01-22T04:14:47.237Z | Downloaded yoke v0.7.4 |
| 400 | 2026-01-22T04:14:47.237Z | Downloaded usdt-impl v0.5.0 |
| 401 | 2026-01-22T04:14:47.237Z | Downloaded usdt-attr-macro v0.5.0 |
| 402 | 2026-01-22T04:14:47.262Z | Downloaded scroll_derive v0.12.0 |
| 403 | 2026-01-22T04:14:47.262Z | Downloaded plain v0.2.3 |
| 404 | 2026-01-22T04:14:47.263Z | Downloaded fs-err v3.1.1 |
| 405 | 2026-01-22T04:14:47.263Z | Downloaded form_urlencoded v1.2.2 |
| 406 | 2026-01-22T04:14:47.263Z | Downloaded digest v0.10.7 |
| 407 | 2026-01-22T04:14:47.263Z | Downloaded camino-tempfile v1.4.1 |
| 408 | 2026-01-22T04:14:47.263Z | Downloaded camino v1.2.1 |
| 409 | 2026-01-22T04:14:47.263Z | Downloaded bytecount v0.6.8 |
| 410 | 2026-01-22T04:14:47.263Z | Downloaded bitflags v2.9.4 |
| 411 | 2026-01-22T04:14:47.263Z | Downloaded autocfg v1.4.0 |
| 412 | 2026-01-22T04:14:47.263Z | Downloaded anstyle-query v1.1.1 |
| 413 | 2026-01-22T04:14:47.263Z | Downloaded writeable v0.5.5 |
| 414 | 2026-01-22T04:14:47.263Z | Downloaded utf8_iter v1.0.4 |
| 415 | 2026-01-22T04:14:47.263Z | Downloaded usdt-macro v0.5.0 |
| 416 | 2026-01-22T04:14:47.263Z | Downloaded unicode-linebreak v0.1.5 |
| 417 | 2026-01-22T04:14:47.263Z | Downloaded unicode-ident v1.0.19 |
| 418 | 2026-01-22T04:14:47.263Z | Downloaded typenum v1.17.0 |
| 419 | 2026-01-22T04:14:47.288Z | Downloaded thiserror-impl v2.0.17 |
| 420 | 2026-01-22T04:14:47.288Z | Downloaded thiserror v2.0.17 |
| 421 | 2026-01-22T04:14:47.288Z | Downloaded thiserror v1.0.69 |
| 422 | 2026-01-22T04:14:47.288Z | Downloaded serde-value v0.7.0 |
| 423 | 2026-01-22T04:14:47.288Z | Downloaded proc-macro-error-attr v1.0.4 |
| 424 | 2026-01-22T04:14:47.288Z | Downloaded itoa v1.0.11 |
| 425 | 2026-01-22T04:14:47.288Z | Downloaded icu_locid_transform_data v1.5.0 |
| 426 | 2026-01-22T04:14:47.288Z | Downloaded dtrace-parser v0.2.0 |
| 427 | 2026-01-22T04:14:47.288Z | Downloaded cpufeatures v0.2.14 |
| 428 | 2026-01-22T04:14:47.288Z | Downloaded cargo-platform v0.2.0 |
| 429 | 2026-01-22T04:14:47.288Z | Downloaded anyhow v1.0.99 |
| 430 | 2026-01-22T04:14:47.312Z | Downloaded anstyle-parse v0.2.5 |
| 431 | 2026-01-22T04:14:47.312Z | Downloaded yoke-derive v0.7.4 |
| 432 | 2026-01-22T04:14:47.312Z | Downloaded write16 v1.0.0 |
| 433 | 2026-01-22T04:14:47.312Z | Downloaded utf16_iter v1.0.5 |
| 434 | 2026-01-22T04:14:47.313Z | Downloaded unicode-xid v0.2.6 |
| 435 | 2026-01-22T04:14:47.313Z | Downloaded is_terminal_polyfill v1.70.1 |
| 436 | 2026-01-22T04:14:47.313Z | Downloaded idna_adapter v1.2.0 |
| 437 | 2026-01-22T04:14:47.313Z | Downloaded icu_properties v1.5.1 |
| 438 | 2026-01-22T04:14:47.313Z | Downloaded icu_normalizer v1.5.0 |
| 439 | 2026-01-22T04:14:47.313Z | Downloaded icu_locid v1.5.0 |
| 440 | 2026-01-22T04:14:47.313Z | Downloaded generic-array v0.14.7 |
| 441 | 2026-01-22T04:14:47.313Z | Downloaded equivalent v1.0.2 |
| 442 | 2026-01-22T04:14:47.313Z | Downloaded dof v0.3.0 |
| 443 | 2026-01-22T04:14:47.313Z | Downloaded displaydoc v0.2.5 |
| 444 | 2026-01-22T04:14:47.337Z | Downloaded colorchoice v1.0.2 |
| 445 | 2026-01-22T04:14:47.337Z | Downloaded cargo-util-schemas v0.8.2 |
| 446 | 2026-01-22T04:14:47.338Z | Downloaded typeid v1.0.3 |
| 447 | 2026-01-22T04:14:47.338Z | Downloaded toml_write v0.1.2 |
| 448 | 2026-01-22T04:14:47.338Z | Downloaded toml_datetime v0.6.11 |
| 449 | 2026-01-22T04:14:47.338Z | Downloaded toml v0.8.23 |
| 450 | 2026-01-22T04:14:47.338Z | Downloaded tinystr v0.7.6 |
| 451 | 2026-01-22T04:14:47.338Z | Downloaded thread-id v4.2.2 |
| 452 | 2026-01-22T04:14:47.338Z | Downloaded textwrap v0.16.2 |
| 453 | 2026-01-22T04:14:47.338Z | Downloaded terminal_size v0.4.0 |
| 454 | 2026-01-22T04:14:47.338Z | Downloaded tempfile v3.24.0 |
| 455 | 2026-01-22T04:14:47.338Z | Downloaded icu_provider_macros v1.5.0 |
| 456 | 2026-01-22T04:14:47.338Z | Downloaded heck v0.4.1 |
| 457 | 2026-01-22T04:14:47.338Z | Downloaded fnv v1.0.7 |
| 458 | 2026-01-22T04:14:47.338Z | Downloaded clap_lex v0.7.4 |
| 459 | 2026-01-22T04:14:47.338Z | Downloaded clap_builder v4.5.48 |
| 460 | 2026-01-22T04:14:47.363Z | Downloaded version_check v0.9.5 |
| 461 | 2026-01-22T04:14:47.363Z | Downloaded utf8parse v0.2.2 |
| 462 | 2026-01-22T04:14:47.363Z | Downloaded usdt v0.5.0 |
| 463 | 2026-01-22T04:14:47.363Z | Downloaded erased-serde v0.4.6 |
| 464 | 2026-01-22T04:14:47.363Z | Downloaded pest_generator v2.8.2 |
| 465 | 2026-01-22T04:14:47.363Z | Downloaded macaddr v1.0.1 |
| 466 | 2026-01-22T04:14:47.363Z | Downloaded clap v4.5.48 |
| 467 | 2026-01-22T04:14:47.363Z | Downloaded cfg-if v1.0.4 |
| 468 | 2026-01-22T04:14:47.363Z | Downloaded cargo_toml v0.21.0 |
| 469 | 2026-01-22T04:14:47.447Z | Compiling proc-macro2 v1.0.101 |
| 470 | 2026-01-22T04:14:47.447Z | Compiling unicode-ident v1.0.19 |
| 471 | 2026-01-22T04:14:47.472Z | Compiling serde_core v1.0.228 |
| 472 | 2026-01-22T04:14:47.472Z | Compiling serde v1.0.228 |
| 473 | 2026-01-22T04:14:47.472Z | Compiling version_check v0.9.5 |
| 474 | 2026-01-22T04:14:47.472Z | Compiling libc v0.2.180 |
| 475 | 2026-01-22T04:14:47.504Z | Compiling memchr v2.7.4 |
| 476 | 2026-01-22T04:14:47.504Z | Compiling thiserror v2.0.17 |
| 477 | 2026-01-22T04:14:47.768Z | Compiling stable_deref_trait v1.2.0 |
| 478 | 2026-01-22T04:14:47.899Z | Compiling zmij v1.0.15 |
| 479 | 2026-01-22T04:14:48.277Z | Compiling thiserror v1.0.69 |
| 480 | 2026-01-22T04:14:48.340Z | Compiling itoa v1.0.11 |
| 481 | 2026-01-22T04:14:48.666Z | Compiling autocfg v1.4.0 |
| 482 | 2026-01-22T04:14:48.703Z | Compiling ucd-trie v0.1.7 |
| 483 | 2026-01-22T04:14:48.792Z | Compiling litemap v0.7.3 |
| 484 | 2026-01-22T04:14:48.995Z | Compiling writeable v0.5.5 |
| 485 | 2026-01-22T04:14:49.673Z | Compiling icu_locid_transform_data v1.5.0 |
| 486 | 2026-01-22T04:14:49.756Z | Compiling quote v1.0.40 |
| 487 | 2026-01-22T04:14:49.849Z | Compiling errno v0.3.12 |
| 488 | 2026-01-22T04:14:49.922Z | Compiling byteorder v1.5.0 |
| 489 | 2026-01-22T04:14:49.966Z | Compiling bitflags v2.9.4 |
| 490 | 2026-01-22T04:14:50.087Z | Compiling serde_json v1.0.149 |
| 491 | 2026-01-22T04:14:50.133Z | Compiling icu_properties_data v1.5.0 |
| 492 | 2026-01-22T04:14:50.367Z | Compiling syn v2.0.111 |
| 493 | 2026-01-22T04:14:50.405Z | Compiling num-traits v0.2.19 |
| 494 | 2026-01-22T04:14:50.467Z | Compiling utf8_iter v1.0.4 |
| 495 | 2026-01-22T04:14:50.490Z | Compiling utf16_iter v1.0.5 |
| 496 | 2026-01-22T04:14:50.729Z | Compiling rustix v0.38.37 |
| 497 | 2026-01-22T04:14:50.761Z | Compiling write16 v1.0.0 |
| 498 | 2026-01-22T04:14:50.784Z | Compiling hashbrown v0.16.1 |
| 499 | 2026-01-22T04:14:50.872Z | Compiling equivalent v1.0.2 |
| 500 | 2026-01-22T04:14:50.954Z | Compiling typeid v1.0.3 |
| 501 | 2026-01-22T04:14:51.036Z | Compiling smallvec v1.15.1 |
| 502 | 2026-01-22T04:14:51.200Z | Compiling icu_normalizer_data v1.5.0 |
| 503 | 2026-01-22T04:14:51.568Z | Compiling proc-macro-error-attr v1.0.4 |
| 504 | 2026-01-22T04:14:51.594Z | Compiling usdt-impl v0.5.0 |
| 505 | 2026-01-22T04:14:51.772Z | Compiling winnow v0.7.13 |
| 506 | 2026-01-22T04:14:51.881Z | Compiling indexmap v2.12.1 |
| 507 | 2026-01-22T04:14:51.927Z | Compiling syn v1.0.109 |
| 508 | 2026-01-22T04:14:51.957Z | Compiling toml_write v0.1.2 |
| 509 | 2026-01-22T04:14:52.204Z | Compiling thread-id v4.2.2 |
| 510 | 2026-01-22T04:14:53.004Z | Compiling proc-macro-error v1.0.4 |
| 511 | 2026-01-22T04:14:53.228Z | Compiling getrandom v0.3.4 |
| 512 | 2026-01-22T04:14:53.353Z | Compiling log v0.4.29 |
| 513 | 2026-01-22T04:14:53.700Z | Compiling percent-encoding v2.3.2 |
| 514 | 2026-01-22T04:14:54.058Z | Compiling plain v0.2.3 |
| 515 | 2026-01-22T04:14:54.087Z | Compiling camino v1.2.1 |
| 516 | 2026-01-22T04:14:54.152Z | Compiling rustix v1.1.3 |
| 517 | 2026-01-22T04:14:54.308Z | Compiling utf8parse v0.2.2 |
| 518 | 2026-01-22T04:14:54.533Z | Compiling anstyle-parse v0.2.5 |
| 519 | 2026-01-22T04:14:54.612Z | Compiling ordered-float v2.10.1 |
| 520 | 2026-01-22T04:14:54.866Z | Compiling form_urlencoded v1.2.2 |
| 521 | 2026-01-22T04:14:54.934Z | Compiling terminal_size v0.4.0 |
| 522 | 2026-01-22T04:14:55.209Z | Compiling pretty-hex v0.4.1 |
| 523 | 2026-01-22T04:14:55.233Z | Compiling anstyle-query v1.1.1 |
| 524 | 2026-01-22T04:14:55.346Z | Compiling is_terminal_polyfill v1.70.1 |
| 525 | 2026-01-22T04:14:55.449Z | Compiling cfg-if v1.0.4 |
| 526 | 2026-01-22T04:14:55.477Z | Compiling colorchoice v1.0.2 |
| 527 | 2026-01-22T04:14:55.510Z | Compiling anstyle v1.0.11 |
| 528 | 2026-01-22T04:14:55.872Z | Compiling anstream v0.6.18 |
| 529 | 2026-01-22T04:14:55.902Z | Compiling semver v1.0.27 |
| 530 | 2026-01-22T04:14:56.135Z | Compiling fs-err v3.1.1 |
| 531 | 2026-01-22T04:14:56.469Z | Compiling synstructure v0.13.1 |
| 532 | 2026-01-22T04:14:56.531Z | Compiling unicode-width v0.1.14 |
| 533 | 2026-01-22T04:14:56.563Z | Compiling fastrand v2.1.1 |
| 534 | 2026-01-22T04:14:56.587Z | Compiling anyhow v1.0.99 |
| 535 | 2026-01-22T04:14:57.004Z | Compiling heck v0.4.1 |
| 536 | 2026-01-22T04:14:57.035Z | Compiling strsim v0.11.1 |
| 537 | 2026-01-22T04:14:57.092Z | Compiling once_cell v1.21.3 |
| 538 | 2026-01-22T04:14:57.398Z | Compiling unicode-xid v0.2.6 |
| 539 | 2026-01-22T04:14:57.539Z | Compiling heck v0.5.0 |
| 540 | 2026-01-22T04:14:57.647Z | Compiling bytecount v0.6.8 |
| 541 | 2026-01-22T04:14:57.680Z | Compiling clap_lex v0.7.4 |
| 542 | 2026-01-22T04:14:57.733Z | Compiling fnv v1.0.7 |
| 543 | 2026-01-22T04:14:57.883Z | Compiling papergrid v0.11.0 |
| 544 | 2026-01-22T04:14:57.912Z | Compiling tempfile v3.24.0 |
| 545 | 2026-01-22T04:14:57.969Z | Compiling clap_builder v4.5.48 |
| 546 | 2026-01-22T04:14:58.290Z | Compiling memmap v0.7.0 |
| 547 | 2026-01-22T04:14:58.401Z | Compiling unicode-width v0.2.0 |
| 548 | 2026-01-22T04:14:58.624Z | Compiling unicode-linebreak v0.1.5 |
| 549 | 2026-01-22T04:14:58.665Z | Compiling smawk v0.3.2 |
| 550 | 2026-01-22T04:14:58.943Z | Compiling camino-tempfile v1.4.1 |
| 551 | 2026-01-22T04:14:59.048Z | Compiling textwrap v0.16.2 |
| 552 | 2026-01-22T04:14:59.661Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 553 | 2026-01-22T04:14:59.688Z | Compiling tabled_derive v0.7.0 |
| 554 | 2026-01-22T04:14:59.945Z | Compiling swrite v0.1.0 |
| 555 | 2026-01-22T04:15:00.366Z | Compiling serde_derive v1.0.228 |
| 556 | 2026-01-22T04:15:00.366Z | Compiling zerofrom-derive v0.1.4 |
| 557 | 2026-01-22T04:15:00.366Z | Compiling yoke-derive v0.7.4 |
| 558 | 2026-01-22T04:15:00.390Z | Compiling zerovec-derive v0.10.3 |
| 559 | 2026-01-22T04:15:00.479Z | Compiling thiserror-impl v2.0.17 |
| 560 | 2026-01-22T04:15:01.469Z | Compiling displaydoc v0.2.5 |
| 561 | 2026-01-22T04:15:02.357Z | Compiling thiserror-impl v1.0.69 |
| 562 | 2026-01-22T04:15:02.661Z | Compiling icu_provider_macros v1.5.0 |
| 563 | 2026-01-22T04:15:02.817Z | Compiling zerocopy-derive v0.7.35 |
| 564 | 2026-01-22T04:15:03.212Z | Compiling zerofrom v0.1.4 |
| 565 | 2026-01-22T04:15:03.241Z | Compiling pest v2.8.2 |
| 566 | 2026-01-22T04:15:03.453Z | Compiling yoke v0.7.4 |
| 567 | 2026-01-22T04:15:03.523Z | Compiling scroll_derive v0.12.0 |
| 568 | 2026-01-22T04:15:03.802Z | Compiling zerovec v0.10.4 |
| 569 | 2026-01-22T04:15:04.566Z | Compiling zerocopy v0.7.35 |
| 570 | 2026-01-22T04:15:04.727Z | Compiling scroll v0.12.0 |
| 571 | 2026-01-22T04:15:04.895Z | Compiling clap_derive v4.5.47 |
| 572 | 2026-01-22T04:15:05.131Z | Compiling tabled v0.15.0 |
| 573 | 2026-01-22T04:15:05.205Z | Compiling goblin v0.8.2 |
| 574 | 2026-01-22T04:15:05.555Z | Compiling tinystr v0.7.6 |
| 575 | 2026-01-22T04:15:05.842Z | Compiling pest_meta v2.8.2 |
| 576 | 2026-01-22T04:15:05.871Z | Compiling icu_locid v1.5.0 |
| 577 | 2026-01-22T04:15:05.927Z | Compiling icu_collections v1.5.0 |
| 578 | 2026-01-22T04:15:07.063Z | Compiling icu_provider v1.5.0 |
| 579 | 2026-01-22T04:15:07.208Z | Compiling pest_generator v2.8.2 |
| 580 | 2026-01-22T04:15:07.276Z | Compiling serde_spanned v0.6.9 |
| 581 | 2026-01-22T04:15:07.547Z | Compiling toml_datetime v0.6.11 |
| 582 | 2026-01-22T04:15:07.629Z | Compiling dof v0.3.0 |
| 583 | 2026-01-22T04:15:07.932Z | Compiling icu_locid_transform v1.5.0 |
| 584 | 2026-01-22T04:15:08.017Z | Compiling toml_edit v0.22.27 |
| 585 | 2026-01-22T04:15:08.385Z | Compiling erased-serde v0.4.6 |
| 586 | 2026-01-22T04:15:08.502Z | Compiling serde_tokenstream v0.2.2 |
| 587 | 2026-01-22T04:15:08.637Z | Compiling serde-value v0.7.0 |
| 588 | 2026-01-22T04:15:09.078Z | Compiling icu_properties v1.5.1 |
| 589 | 2026-01-22T04:15:09.376Z | Compiling serde-untagged v0.1.7 |
| 590 | 2026-01-22T04:15:09.425Z | Compiling cargo-platform v0.2.0 |
| 591 | 2026-01-22T04:15:09.633Z | Compiling pest_derive v2.8.2 |
| 592 | 2026-01-22T04:15:09.817Z | Compiling clap v4.5.48 |
| 593 | 2026-01-22T04:15:09.893Z | Compiling macaddr v1.0.1 |
| 594 | 2026-01-22T04:15:10.299Z | Compiling dtrace-parser v0.2.0 |
| 595 | 2026-01-22T04:15:11.171Z | Compiling toml v0.8.23 |
| 596 | 2026-01-22T04:15:11.930Z | Compiling usdt-macro v0.5.0 |
| 597 | 2026-01-22T04:15:11.982Z | Compiling usdt-attr-macro v0.5.0 |
| 598 | 2026-01-22T04:15:12.015Z | Compiling cargo_toml v0.21.0 |
| 599 | 2026-01-22T04:15:12.337Z | Compiling icu_normalizer v1.5.0 |
| 600 | 2026-01-22T04:15:13.030Z | Compiling usdt v0.5.0 |
| 601 | 2026-01-22T04:15:13.104Z | Compiling idna_adapter v1.2.0 |
| 602 | 2026-01-22T04:15:13.283Z | Compiling idna v1.0.3 |
| 603 | 2026-01-22T04:15:13.778Z | Compiling url v2.5.4 |
| 604 | 2026-01-22T04:15:14.674Z | Compiling cargo-util-schemas v0.8.2 |
| 605 | 2026-01-22T04:15:16.432Z | Compiling cargo_metadata v0.21.0 |
| 606 | 2026-01-22T04:15:18.422Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 607 | 2026-01-22T04:15:22.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
| 608 | 2026-01-22T04:15:22.816Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 609 | 2026-01-22T04:15:23.790Z | Downloading crates ... |
| 610 | 2026-01-22T04:15:23.981Z | Downloaded ciborium-ll v0.2.2 |
| 611 | 2026-01-22T04:15:24.005Z | Downloaded crc v3.2.1 |
| 612 | 2026-01-22T04:15:24.029Z | Downloaded cstr-argument v0.1.2 |
| 613 | 2026-01-22T04:15:24.029Z | Downloaded futures-macro v0.3.31 |
| 614 | 2026-01-22T04:15:24.054Z | Downloaded futures-executor v0.3.31 |
| 615 | 2026-01-22T04:15:24.078Z | Downloaded home v0.5.9 |
| 616 | 2026-01-22T04:15:24.111Z | Downloaded indent_write v2.2.0 |
| 617 | 2026-01-22T04:15:24.145Z | Downloaded libsw-core v0.3.1 |
| 618 | 2026-01-22T04:15:24.176Z | Downloaded num_enum_derive v0.5.11 |
| 619 | 2026-01-22T04:15:24.201Z | Downloaded pkcs8 v0.10.2 |
| 620 | 2026-01-22T04:15:24.227Z | Downloaded quinn-udp v0.5.5 |
| 621 | 2026-01-22T04:15:24.257Z | Downloaded rustversion v1.0.22 |
| 622 | 2026-01-22T04:15:24.283Z | Downloaded shell-words v1.1.0 |
| 623 | 2026-01-22T04:15:24.307Z | Downloaded serde_path_to_error v0.1.20 |
| 624 | 2026-01-22T04:15:24.307Z | Downloaded slog-bunyan v2.5.0 |
| 625 | 2026-01-22T04:15:24.307Z | Downloaded siphasher v1.0.1 |
| 626 | 2026-01-22T04:15:24.307Z | Downloaded serde_urlencoded v0.7.1 |
| 627 | 2026-01-22T04:15:24.307Z | Downloaded string_cache v0.8.9 |
| 628 | 2026-01-22T04:15:24.331Z | Downloaded tinyvec_macros v0.1.1 |
| 629 | 2026-01-22T04:15:24.331Z | Downloaded simd-adler32 v0.3.7 |
| 630 | 2026-01-22T04:15:24.331Z | Downloaded thread-id v5.0.0 |
| 631 | 2026-01-22T04:15:24.331Z | Downloaded tower-layer v0.3.3 |
| 632 | 2026-01-22T04:15:24.331Z | Downloaded toml_writer v1.0.4 |
| 633 | 2026-01-22T04:15:24.362Z | Downloaded structmeta-derive v0.3.0 |
| 634 | 2026-01-22T04:15:24.362Z | Downloaded static_assertions v1.1.0 |
| 635 | 2026-01-22T04:15:24.362Z | Downloaded sqlparser_derive v0.2.2 |
| 636 | 2026-01-22T04:15:24.362Z | Downloaded vte_generate_state_changes v0.1.2 |
| 637 | 2026-01-22T04:15:24.362Z | Downloaded waitgroup v0.1.2 |
| 638 | 2026-01-22T04:15:24.362Z | Downloaded unicase v2.8.1 |
| 639 | 2026-01-22T04:15:24.362Z | Downloaded time-core v0.1.6 |
| 640 | 2026-01-22T04:15:24.362Z | Downloaded tower-service v0.3.3 |
| 641 | 2026-01-22T04:15:24.362Z | Downloaded toml_datetime v0.7.3 |
| 642 | 2026-01-22T04:15:24.363Z | Downloaded universal-hash v0.5.1 |
| 643 | 2026-01-22T04:15:24.363Z | Downloaded thread_local v1.1.8 |
| 644 | 2026-01-22T04:15:24.387Z | Downloaded snafu v0.8.5 |
| 645 | 2026-01-22T04:15:24.387Z | Downloaded xz2 v0.1.7 |
| 646 | 2026-01-22T04:15:24.387Z | Downloaded zone v0.3.1 |
| 647 | 2026-01-22T04:15:24.388Z | Downloaded utf-8 v0.7.6 |
| 648 | 2026-01-22T04:15:24.388Z | Downloaded value-bag v1.12.0 |
| 649 | 2026-01-22T04:15:24.388Z | Downloaded zone_cfg_derive v0.1.2 |
| 650 | 2026-01-22T04:15:24.412Z | Downloaded zstd v0.13.3 |
| 651 | 2026-01-22T04:15:24.412Z | Downloaded zone_cfg_derive v0.3.0 |
| 652 | 2026-01-22T04:15:24.412Z | Downloaded zstd-safe v7.2.3 |
| 653 | 2026-01-22T04:15:24.412Z | Downloaded vte v0.11.1 |
| 654 | 2026-01-22T04:15:24.438Z | Downloaded yasna v0.5.2 |
| 655 | 2026-01-22T04:15:24.438Z | Downloaded unicode-segmentation v1.12.0 |
| 656 | 2026-01-22T04:15:24.438Z | Downloaded unsafe-libyaml v0.2.11 |
| 657 | 2026-01-22T04:15:24.438Z | Downloaded tracing v0.1.40 |
| 658 | 2026-01-22T04:15:24.462Z | Downloaded zip v0.6.6 |
| 659 | 2026-01-22T04:15:24.462Z | Downloaded winnow v0.6.26 |
| 660 | 2026-01-22T04:15:24.462Z | Downloaded zip v4.2.0 |
| 661 | 2026-01-22T04:15:24.486Z | Downloaded zlib-rs v0.5.1 |
| 662 | 2026-01-22T04:15:24.486Z | Downloaded rustls v0.23.19 |
| 663 | 2026-01-22T04:15:24.486Z | Downloaded zerocopy v0.8.27 |
| 664 | 2026-01-22T04:15:24.511Z | Downloaded hickory-proto v0.25.2 |
| 665 | 2026-01-22T04:15:24.534Z | Downloaded rustls v0.21.12 |
| 666 | 2026-01-22T04:15:24.558Z | Downloaded smoltcp v0.9.1 |
| 667 | 2026-01-22T04:15:24.558Z | Downloaded tabled v0.20.0 |
| 668 | 2026-01-22T04:15:24.582Z | Downloaded vcpkg v0.2.15 |
| 669 | 2026-01-22T04:15:24.616Z | Downloaded webpki-roots v1.0.1 |
| 670 | 2026-01-22T04:15:24.641Z | Downloaded regex-syntax v0.8.5 |
| 671 | 2026-01-22T04:15:24.641Z | Downloaded smoltcp v0.11.0 |
| 672 | 2026-01-22T04:15:24.665Z | Downloaded ratatui v0.29.0 |
| 673 | 2026-01-22T04:15:24.689Z | Downloaded regress v0.10.4 |
| 674 | 2026-01-22T04:15:24.689Z | Downloaded typify-impl v0.2.0 |
| 675 | 2026-01-22T04:15:24.712Z | Downloaded petgraph v0.6.5 |
| 676 | 2026-01-22T04:15:24.712Z | Downloaded sled v0.34.7 |
| 677 | 2026-01-22T04:15:24.736Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 678 | 2026-01-22T04:15:24.736Z | Downloaded petgraph v0.8.2 |
| 679 | 2026-01-22T04:15:24.760Z | Downloaded tabled v0.18.0 |
| 680 | 2026-01-22T04:15:24.783Z | Downloaded regex-syntax v0.6.29 |
| 681 | 2026-01-22T04:15:24.807Z | Downloaded chrono-tz v0.10.4 |
| 682 | 2026-01-22T04:15:24.807Z | Downloaded typify-impl v0.4.3 |
| 683 | 2026-01-22T04:15:24.830Z | Downloaded csv v1.3.1 |
| 684 | 2026-01-22T04:15:24.855Z | Downloaded jiff v0.2.15 |
| 685 | 2026-01-22T04:15:24.880Z | Downloaded hickory-proto v0.24.4 |
| 686 | 2026-01-22T04:15:24.880Z | Downloaded regex-automata v0.4.11 |
| 687 | 2026-01-22T04:15:24.906Z | Downloaded x509-cert v0.2.5 |
| 688 | 2026-01-22T04:15:24.907Z | Downloaded zerocopy-derive v0.6.6 |
| 689 | 2026-01-22T04:15:24.933Z | Downloaded lzma-sys v0.1.20 |
| 690 | 2026-01-22T04:15:24.968Z | Downloaded tokio-util v0.7.15 |
| 691 | 2026-01-22T04:15:24.968Z | Downloaded libz-sys v1.1.20 |
| 692 | 2026-01-22T04:15:24.994Z | Downloaded encoding_rs v0.8.34 |
| 693 | 2026-01-22T04:15:25.021Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 694 | 2026-01-22T04:15:25.021Z | Downloaded tokio-postgres v0.7.13 |
| 695 | 2026-01-22T04:15:25.052Z | Downloaded zerocopy-derive v0.8.27 |
| 696 | 2026-01-22T04:15:25.052Z | Downloaded sha3 v0.10.8 |
| 697 | 2026-01-22T04:15:25.052Z | Downloaded tokio v1.48.0 |
| 698 | 2026-01-22T04:15:25.079Z | Downloaded typed-path v0.9.3 |
| 699 | 2026-01-22T04:15:25.103Z | Downloaded rustls v0.22.4 |
| 700 | 2026-01-22T04:15:25.103Z | Downloaded gimli v0.31.1 |
| 701 | 2026-01-22T04:15:25.127Z | Downloaded winnow v0.5.40 |
| 702 | 2026-01-22T04:15:25.127Z | Downloaded unicode_categories v0.1.1 |
| 703 | 2026-01-22T04:15:25.127Z | Downloaded moka v0.12.10 |
| 704 | 2026-01-22T04:15:25.151Z | Downloaded openapiv3 v2.2.0 |
| 705 | 2026-01-22T04:15:25.151Z | Downloaded tower-http v0.6.6 |
| 706 | 2026-01-22T04:15:25.151Z | Downloaded rpassword v7.4.0 |
| 707 | 2026-01-22T04:15:25.175Z | Downloaded reqwest v0.12.24 |
| 708 | 2026-01-22T04:15:25.175Z | Downloaded radix_trie v0.2.1 |
| 709 | 2026-01-22T04:15:25.175Z | Downloaded unicode-normalization v0.1.24 |
| 710 | 2026-01-22T04:15:25.175Z | Downloaded tracing-core v0.1.32 |
| 711 | 2026-01-22T04:15:25.175Z | Downloaded tower v0.5.2 |
| 712 | 2026-01-22T04:15:25.199Z | Downloaded tough v0.20.0 |
| 713 | 2026-01-22T04:15:25.199Z | Downloaded toml_edit v0.19.15 |
| 714 | 2026-01-22T04:15:25.223Z | Downloaded yansi v1.0.1 |
| 715 | 2026-01-22T04:15:25.223Z | Downloaded vergen v9.0.6 |
| 716 | 2026-01-22T04:15:25.223Z | Downloaded unicode-bidi v0.3.17 |
| 717 | 2026-01-22T04:15:25.223Z | Downloaded tokio-rustls v0.24.1 |
| 718 | 2026-01-22T04:15:25.223Z | Downloaded time v0.3.43 |
| 719 | 2026-01-22T04:15:25.247Z | Downloaded serde_with v3.16.1 |
| 720 | 2026-01-22T04:15:25.247Z | Downloaded regex v1.11.3 |
| 721 | 2026-01-22T04:15:25.270Z | Downloaded bstr v1.10.0 |
| 722 | 2026-01-22T04:15:25.270Z | Downloaded vergen-git2 v1.0.7 |
| 723 | 2026-01-22T04:15:25.271Z | Downloaded uuid v1.19.0 |
| 724 | 2026-01-22T04:15:25.271Z | Downloaded typify v0.4.3 |
| 725 | 2026-01-22T04:15:25.271Z | Downloaded toml v0.9.8 |
| 726 | 2026-01-22T04:15:25.294Z | Downloaded test-strategy v0.4.3 |
| 727 | 2026-01-22T04:15:25.294Z | Downloaded sqlparser v0.45.0 |
| 728 | 2026-01-22T04:15:25.294Z | Downloaded reedline v0.40.0 |
| 729 | 2026-01-22T04:15:25.294Z | Downloaded p384 v0.13.1 |
| 730 | 2026-01-22T04:15:25.318Z | Downloaded zopfli v0.8.1 |
| 731 | 2026-01-22T04:15:25.318Z | Downloaded ring v0.17.14 |
| 732 | 2026-01-22T04:15:25.345Z | Downloaded xshell v0.2.7 |
| 733 | 2026-01-22T04:15:25.368Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 734 | 2026-01-22T04:15:25.410Z | Downloaded tungstenite v0.23.0 |
| 735 | 2026-01-22T04:15:25.434Z | Downloaded tungstenite v0.21.0 |
| 736 | 2026-01-22T04:15:25.434Z | Downloaded toml v0.7.8 |
| 737 | 2026-01-22T04:15:25.434Z | Downloaded tokio-stream v0.1.17 |
| 738 | 2026-01-22T04:15:25.434Z | Downloaded steno v0.4.1 |
| 739 | 2026-01-22T04:15:25.434Z | Downloaded rustls-webpki v0.102.8 |
| 740 | 2026-01-22T04:15:25.457Z | Downloaded rustls-webpki v0.101.7 |
| 741 | 2026-01-22T04:15:25.481Z | Downloaded polar-core v0.27.3 |
| 742 | 2026-01-22T04:15:25.481Z | Downloaded zone v0.1.8 |
| 743 | 2026-01-22T04:15:25.481Z | Downloaded zeroize v1.8.1 |
| 744 | 2026-01-22T04:15:25.481Z | Downloaded zerocopy v0.6.6 |
| 745 | 2026-01-22T04:15:25.481Z | Downloaded vsss-rs v3.3.4 |
| 746 | 2026-01-22T04:15:25.505Z | Downloaded vergen-lib v0.1.6 |
| 747 | 2026-01-22T04:15:25.505Z | Downloaded vergen-gitcl v1.0.8 |
| 748 | 2026-01-22T04:15:25.505Z | Downloaded uzers v0.12.1 |
| 749 | 2026-01-22T04:15:25.505Z | Downloaded unicode-truncate v1.1.0 |
| 750 | 2026-01-22T04:15:25.505Z | Downloaded tokio-rustls v0.26.0 |
| 751 | 2026-01-22T04:15:25.505Z | Downloaded tiny-keccak v2.0.2 |
| 752 | 2026-01-22T04:15:25.505Z | Downloaded termios v0.3.3 |
| 753 | 2026-01-22T04:15:25.505Z | Downloaded want v0.3.1 |
| 754 | 2026-01-22T04:15:25.505Z | Downloaded walkdir v2.5.0 |
| 755 | 2026-01-22T04:15:25.505Z | Downloaded wait-timeout v0.2.0 |
| 756 | 2026-01-22T04:15:25.505Z | Downloaded usdt-macro v0.6.0 |
| 757 | 2026-01-22T04:15:25.505Z | Downloaded twox-hash v2.1.0 |
| 758 | 2026-01-22T04:15:25.529Z | Downloaded tracing-attributes v0.1.27 |
| 759 | 2026-01-22T04:15:25.529Z | Downloaded tls_codec_derive v0.4.1 |
| 760 | 2026-01-22T04:15:25.529Z | Downloaded term v0.7.0 |
| 761 | 2026-01-22T04:15:25.529Z | Downloaded subprocess v0.2.9 |
| 762 | 2026-01-22T04:15:25.529Z | Downloaded zeroize_derive v1.4.2 |
| 763 | 2026-01-22T04:15:25.529Z | Downloaded xshell-macros v0.2.7 |
| 764 | 2026-01-22T04:15:25.529Z | Downloaded xattr v1.3.1 |
| 765 | 2026-01-22T04:15:25.529Z | Downloaded typify-macro v0.4.3 |
| 766 | 2026-01-22T04:15:25.529Z | Downloaded try-lock v0.2.5 |
| 767 | 2026-01-22T04:15:25.529Z | Downloaded trait-variant v0.1.2 |
| 768 | 2026-01-22T04:15:25.529Z | Downloaded topological-sort v0.2.2 |
| 769 | 2026-01-22T04:15:25.529Z | Downloaded tokio-tungstenite v0.21.0 |
| 770 | 2026-01-22T04:15:25.529Z | Downloaded tokio-native-tls v0.3.1 |
| 771 | 2026-01-22T04:15:25.529Z | Downloaded thiserror-no-std v2.0.2 |
| 772 | 2026-01-22T04:15:25.553Z | Downloaded term v1.1.0 |
| 773 | 2026-01-22T04:15:25.553Z | Downloaded proptest v1.7.0 |
| 774 | 2026-01-22T04:15:25.553Z | Downloaded object v0.36.5 |
| 775 | 2026-01-22T04:15:25.577Z | Downloaded usdt-impl v0.6.0 |
| 776 | 2026-01-22T04:15:25.577Z | Downloaded untrusted v0.7.1 |
| 777 | 2026-01-22T04:15:25.577Z | Downloaded unit-prefix v0.5.1 |
| 778 | 2026-01-22T04:15:25.577Z | Downloaded toml_parser v1.0.4 |
| 779 | 2026-01-22T04:15:25.577Z | Downloaded tokio-rustls v0.25.0 |
| 780 | 2026-01-22T04:15:25.577Z | Downloaded tokio-macros v2.6.0 |
| 781 | 2026-01-22T04:15:25.577Z | Downloaded tinyvec v1.8.0 |
| 782 | 2026-01-22T04:15:25.577Z | Downloaded tar v0.4.44 |
| 783 | 2026-01-22T04:15:25.577Z | Downloaded stringprep v0.1.5 |
| 784 | 2026-01-22T04:15:25.577Z | Downloaded russh v0.45.0 |
| 785 | 2026-01-22T04:15:25.601Z | Downloaded quinn-proto v0.11.8 |
| 786 | 2026-01-22T04:15:25.601Z | Downloaded rayon v1.10.0 |
| 787 | 2026-01-22T04:15:25.601Z | Downloaded which v4.4.2 |
| 788 | 2026-01-22T04:15:25.601Z | Downloaded usdt v0.6.0 |
| 789 | 2026-01-22T04:15:25.601Z | Downloaded typify v0.2.0 |
| 790 | 2026-01-22T04:15:25.625Z | Downloaded tabwriter v1.4.0 |
| 791 | 2026-01-22T04:15:25.625Z | Downloaded wyz v0.5.1 |
| 792 | 2026-01-22T04:15:25.625Z | Downloaded whoami v1.5.2 |
| 793 | 2026-01-22T04:15:25.625Z | Downloaded void v1.0.2 |
| 794 | 2026-01-22T04:15:25.625Z | Downloaded usdt-attr-macro v0.6.0 |
| 795 | 2026-01-22T04:15:25.625Z | Downloaded untrusted v0.9.0 |
| 796 | 2026-01-22T04:15:25.625Z | Downloaded unicode-properties v0.1.3 |
| 797 | 2026-01-22T04:15:25.625Z | Downloaded unarray v0.1.4 |
| 798 | 2026-01-22T04:15:25.625Z | Downloaded typify-macro v0.2.0 |
| 799 | 2026-01-22T04:15:25.625Z | Downloaded tokio-tungstenite v0.23.1 |
| 800 | 2026-01-22T04:15:25.625Z | Downloaded tagptr v0.2.0 |
| 801 | 2026-01-22T04:15:25.625Z | Downloaded rustyline v14.0.0 |
| 802 | 2026-01-22T04:15:25.649Z | Downloaded quick-xml v0.37.2 |
| 803 | 2026-01-22T04:15:25.649Z | Downloaded support-bundle-viewer v0.1.2 |
| 804 | 2026-01-22T04:15:25.649Z | Downloaded ssh-key v0.6.6 |
| 805 | 2026-01-22T04:15:25.649Z | Downloaded spki v0.7.3 |
| 806 | 2026-01-22T04:15:25.649Z | Downloaded spin v0.9.8 |
| 807 | 2026-01-22T04:15:25.649Z | Downloaded socket2 v0.6.1 |
| 808 | 2026-01-22T04:15:25.649Z | Downloaded snafu-derive v0.8.5 |
| 809 | 2026-01-22T04:15:25.649Z | Downloaded take_mut v0.2.2 |
| 810 | 2026-01-22T04:15:25.672Z | Downloaded strum_macros v0.24.3 |
| 811 | 2026-01-22T04:15:25.672Z | Downloaded sync_wrapper v1.0.1 |
| 812 | 2026-01-22T04:15:25.672Z | Downloaded openssl v0.10.73 |
| 813 | 2026-01-22T04:15:25.672Z | Downloaded chrono v0.4.42 |
| 814 | 2026-01-22T04:15:25.673Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 815 | 2026-01-22T04:15:25.673Z | Downloaded testing_table v0.3.0 |
| 816 | 2026-01-22T04:15:25.696Z | Downloaded p521 v0.13.3 |
| 817 | 2026-01-22T04:15:25.696Z | Downloaded tabled_derive v0.10.0 |
| 818 | 2026-01-22T04:15:25.696Z | Downloaded salty v0.3.0 |
| 819 | 2026-01-22T04:15:25.696Z | Downloaded tui-tree-widget v0.23.1 |
| 820 | 2026-01-22T04:15:25.696Z | Downloaded tap v1.0.1 |
| 821 | 2026-01-22T04:15:25.696Z | Downloaded tabled_derive v0.11.0 |
| 822 | 2026-01-22T04:15:25.696Z | Downloaded supports-color v3.0.2 |
| 823 | 2026-01-22T04:15:25.696Z | Downloaded slab v0.4.9 |
| 824 | 2026-01-22T04:15:25.697Z | Downloaded similar v2.7.0 |
| 825 | 2026-01-22T04:15:25.720Z | Downloaded samael v0.0.19 |
| 826 | 2026-01-22T04:15:25.720Z | Downloaded ssh-cipher v0.2.0 |
| 827 | 2026-01-22T04:15:25.720Z | Downloaded ssh-encoding v0.2.0 |
| 828 | 2026-01-22T04:15:25.720Z | Downloaded sha1 v0.10.6 |
| 829 | 2026-01-22T04:15:25.720Z | Downloaded time-macros v0.2.24 |
| 830 | 2026-01-22T04:15:25.720Z | Downloaded strum_macros v0.26.4 |
| 831 | 2026-01-22T04:15:25.720Z | Downloaded petname v2.0.2 |
| 832 | 2026-01-22T04:15:25.720Z | Downloaded nix v0.30.1 |
| 833 | 2026-01-22T04:15:25.744Z | Downloaded tokio-dtrace v0.1.0 |
| 834 | 2026-01-22T04:15:25.744Z | Downloaded tls_codec v0.4.1 |
| 835 | 2026-01-22T04:15:25.744Z | Downloaded sync-ptr v0.1.4 |
| 836 | 2026-01-22T04:15:25.744Z | Downloaded subtle v2.6.1 |
| 837 | 2026-01-22T04:15:25.744Z | Downloaded strum_macros v0.27.2 |
| 838 | 2026-01-22T04:15:25.744Z | Downloaded strum v0.27.2 |
| 839 | 2026-01-22T04:15:25.744Z | Downloaded slog v2.8.2 |
| 840 | 2026-01-22T04:15:25.768Z | Downloaded shlex v1.3.0 |
| 841 | 2026-01-22T04:15:25.768Z | Downloaded serde_with_macros v3.16.1 |
| 842 | 2026-01-22T04:15:25.768Z | Downloaded schemars v1.0.4 |
| 843 | 2026-01-22T04:15:25.768Z | Downloaded rsa v0.9.8 |
| 844 | 2026-01-22T04:15:25.768Z | Downloaded itertools v0.12.1 |
| 845 | 2026-01-22T04:15:25.791Z | Downloaded termtree v0.5.1 |
| 846 | 2026-01-22T04:15:25.792Z | Downloaded strum v0.26.3 |
| 847 | 2026-01-22T04:15:25.792Z | Downloaded structmeta v0.3.0 |
| 848 | 2026-01-22T04:15:25.792Z | Downloaded strip-ansi-escapes v0.2.0 |
| 849 | 2026-01-22T04:15:25.792Z | Downloaded socket2 v0.5.10 |
| 850 | 2026-01-22T04:15:25.792Z | Downloaded signal-hook v0.3.18 |
| 851 | 2026-01-22T04:15:25.792Z | Downloaded schemars v0.9.0 |
| 852 | 2026-01-22T04:15:25.815Z | Downloaded futures-util v0.3.31 |
| 853 | 2026-01-22T04:15:25.815Z | Downloaded serde_yaml v0.9.34+deprecated |
| 854 | 2026-01-22T04:15:25.839Z | Downloaded serde_spanned v1.0.3 |
| 855 | 2026-01-22T04:15:25.839Z | Downloaded prettyplease v0.2.36 |
| 856 | 2026-01-22T04:15:25.839Z | Downloaded object v0.30.4 |
| 857 | 2026-01-22T04:15:25.839Z | Downloaded itertools v0.13.0 |
| 858 | 2026-01-22T04:15:25.863Z | Downloaded smallvec v0.6.14 |
| 859 | 2026-01-22T04:15:25.863Z | Downloaded slog-term v2.9.2 |
| 860 | 2026-01-22T04:15:25.863Z | Downloaded signal-hook-registry v1.4.2 |
| 861 | 2026-01-22T04:15:25.863Z | Downloaded rusty-fork v0.3.0 |
| 862 | 2026-01-22T04:15:25.863Z | Downloaded rustls-pki-types v1.10.0 |
| 863 | 2026-01-22T04:15:25.863Z | Downloaded rayon-core v1.12.1 |
| 864 | 2026-01-22T04:15:25.863Z | Downloaded progenitor-impl v0.10.0 |
| 865 | 2026-01-22T04:15:25.863Z | Downloaded nix v0.28.0 |
| 866 | 2026-01-22T04:15:25.886Z | Downloaded libxml v0.3.3 |
| 867 | 2026-01-22T04:15:25.886Z | Downloaded h2 v0.4.6 |
| 868 | 2026-01-22T04:15:25.886Z | Downloaded goblin v0.10.2 |
| 869 | 2026-01-22T04:15:25.910Z | Downloaded bindgen v0.69.5 |
| 870 | 2026-01-22T04:15:25.910Z | Downloaded sqlformat v0.3.5 |
| 871 | 2026-01-22T04:15:25.910Z | Downloaded smf v0.2.3 |
| 872 | 2026-01-22T04:15:25.910Z | Downloaded slog-stdlog v4.1.1 |
| 873 | 2026-01-22T04:15:25.910Z | Downloaded slog-scope v4.4.0 |
| 874 | 2026-01-22T04:15:25.910Z | Downloaded slog-json v2.6.1 |
| 875 | 2026-01-22T04:15:25.910Z | Downloaded slog-envlogger v2.2.0 |
| 876 | 2026-01-22T04:15:25.910Z | Downloaded slog-dtrace v0.3.0 |
| 877 | 2026-01-22T04:15:25.910Z | Downloaded slog-async v2.8.0 |
| 878 | 2026-01-22T04:15:25.934Z | Downloaded sigpipe v0.1.3 |
| 879 | 2026-01-22T04:15:25.934Z | Downloaded signal-hook-mio v0.2.4 |
| 880 | 2026-01-22T04:15:25.934Z | Downloaded serde_plain v1.0.2 |
| 881 | 2026-01-22T04:15:25.934Z | Downloaded ron v0.8.1 |
| 882 | 2026-01-22T04:15:25.934Z | Downloaded nix v0.29.0 |
| 883 | 2026-01-22T04:15:25.934Z | Downloaded itertools v0.14.0 |
| 884 | 2026-01-22T04:15:25.959Z | Downloaded ron v0.7.1 |
| 885 | 2026-01-22T04:15:25.959Z | Downloaded rand v0.8.5 |
| 886 | 2026-01-22T04:15:25.959Z | Downloaded quinn v0.11.5 |
| 887 | 2026-01-22T04:15:25.959Z | Downloaded qorb v0.4.1 |
| 888 | 2026-01-22T04:15:25.982Z | Downloaded publicsuffix v2.3.0 |
| 889 | 2026-01-22T04:15:25.982Z | Downloaded pretty_assertions v1.4.1 |
| 890 | 2026-01-22T04:15:25.982Z | Downloaded hashbrown v0.15.4 |
| 891 | 2026-01-22T04:15:25.982Z | Downloaded bitvec v1.0.1 |
| 892 | 2026-01-22T04:15:26.006Z | Downloaded serde_cbor v0.11.2 |
| 893 | 2026-01-22T04:15:26.006Z | Downloaded salsa20 v0.10.2 |
| 894 | 2026-01-22T04:15:26.006Z | Downloaded rcgen v0.12.1 |
| 895 | 2026-01-22T04:15:26.006Z | Downloaded iri-string v0.7.8 |
| 896 | 2026-01-22T04:15:26.006Z | Downloaded siphasher v0.3.11 |
| 897 | 2026-01-22T04:15:26.006Z | Downloaded signature v2.2.0 |
| 898 | 2026-01-22T04:15:26.006Z | Downloaded signal-hook-tokio v0.3.1 |
| 899 | 2026-01-22T04:15:26.006Z | Downloaded rustls-native-certs v0.8.1 |
| 900 | 2026-01-22T04:15:26.030Z | Downloaded russh-keys v0.45.0 |
| 901 | 2026-01-22T04:15:26.030Z | Downloaded portable-atomic v1.11.0 |
| 902 | 2026-01-22T04:15:26.030Z | Downloaded mio v1.0.2 |
| 903 | 2026-01-22T04:15:26.030Z | Downloaded git2 v0.20.2 |
| 904 | 2026-01-22T04:15:26.054Z | Downloaded serde_derive_internals v0.29.1 |
| 905 | 2026-01-22T04:15:26.054Z | Downloaded serde-hex v0.1.0 |
| 906 | 2026-01-22T04:15:26.054Z | Downloaded seq-macro v0.3.6 |
| 907 | 2026-01-22T04:15:26.055Z | Downloaded sec1 v0.7.3 |
| 908 | 2026-01-22T04:15:26.055Z | Downloaded sct v0.7.1 |
| 909 | 2026-01-22T04:15:26.055Z | Downloaded scroll_derive v0.13.1 |
| 910 | 2026-01-22T04:15:26.055Z | Downloaded scopeguard v1.2.0 |
| 911 | 2026-01-22T04:15:26.055Z | Downloaded schemars_derive v0.8.22 |
| 912 | 2026-01-22T04:15:26.055Z | Downloaded same-file v1.0.6 |
| 913 | 2026-01-22T04:15:26.055Z | Downloaded ryu v1.0.18 |
| 914 | 2026-01-22T04:15:26.055Z | Downloaded rustls-pemfile v2.2.0 |
| 915 | 2026-01-22T04:15:26.079Z | Downloaded ref-cast-impl v1.0.25 |
| 916 | 2026-01-22T04:15:26.079Z | Downloaded rand_chacha v0.9.0 |
| 917 | 2026-01-22T04:15:26.079Z | Downloaded progenitor-impl v0.8.0 |
| 918 | 2026-01-22T04:15:26.079Z | Downloaded progenitor v0.10.0 |
| 919 | 2026-01-22T04:15:26.079Z | Downloaded primeorder v0.13.6 |
| 920 | 2026-01-22T04:15:26.079Z | Downloaded prefix-trie v0.7.0 |
| 921 | 2026-01-22T04:15:26.079Z | Downloaded nix v0.27.1 |
| 922 | 2026-01-22T04:15:26.103Z | Downloaded minimal-lexical v0.2.1 |
| 923 | 2026-01-22T04:15:26.103Z | Downloaded bindgen v0.71.1 |
| 924 | 2026-01-22T04:15:26.103Z | Downloaded serde_repr v0.1.19 |
| 925 | 2026-01-22T04:15:26.103Z | Downloaded serde_bytes v0.11.19 |
| 926 | 2026-01-22T04:15:26.103Z | Downloaded serde-big-array v0.5.1 |
| 927 | 2026-01-22T04:15:26.103Z | Downloaded semver v0.1.20 |
| 928 | 2026-01-22T04:15:26.103Z | Downloaded secrecy v0.10.3 |
| 929 | 2026-01-22T04:15:26.103Z | Downloaded secrecy v0.8.0 |
| 930 | 2026-01-22T04:15:26.127Z | Downloaded scrypt v0.11.0 |
| 931 | 2026-01-22T04:15:26.127Z | Downloaded scroll v0.13.0 |
| 932 | 2026-01-22T04:15:26.127Z | Downloaded schemars v0.8.22 |
| 933 | 2026-01-22T04:15:26.127Z | Downloaded scheduled-thread-pool v0.2.7 |
| 934 | 2026-01-22T04:15:26.127Z | Downloaded sapling-renderdag v0.1.0 |
| 935 | 2026-01-22T04:15:26.127Z | Downloaded rustls-pemfile v1.0.4 |
| 936 | 2026-01-22T04:15:26.127Z | Downloaded rustc_version v0.4.1 |
| 937 | 2026-01-22T04:15:26.127Z | Downloaded rustc_version v0.1.7 |
| 938 | 2026-01-22T04:15:26.151Z | Downloaded rustc-hash v2.1.1 |
| 939 | 2026-01-22T04:15:26.151Z | Downloaded rustc-demangle v0.1.24 |
| 940 | 2026-01-22T04:15:26.151Z | Downloaded russh-cryptovec v0.7.3 |
| 941 | 2026-01-22T04:15:26.151Z | Downloaded rfc6979 v0.4.0 |
| 942 | 2026-01-22T04:15:26.151Z | Downloaded resolv-conf v0.7.0 |
| 943 | 2026-01-22T04:15:26.151Z | Downloaded ref-cast v1.0.25 |
| 944 | 2026-01-22T04:15:26.151Z | Downloaded rand_seeder v0.4.0 |
| 945 | 2026-01-22T04:15:26.151Z | Downloaded rand_core v0.9.3 |
| 946 | 2026-01-22T04:15:26.151Z | Downloaded rand_core v0.6.4 |
| 947 | 2026-01-22T04:15:26.152Z | Downloaded rand v0.9.2 |
| 948 | 2026-01-22T04:15:26.152Z | Downloaded radium v0.7.0 |
| 949 | 2026-01-22T04:15:26.152Z | Downloaded r2d2 v0.8.10 |
| 950 | 2026-01-22T04:15:26.152Z | Downloaded progenitor-macro v0.10.0 |
| 951 | 2026-01-22T04:15:26.152Z | Downloaded progenitor-macro v0.8.0 |
| 952 | 2026-01-22T04:15:26.152Z | Downloaded progenitor-impl v0.11.2 |
| 953 | 2026-01-22T04:15:26.176Z | Downloaded progenitor-client v0.11.2 |
| 954 | 2026-01-22T04:15:26.176Z | Downloaded progenitor v0.11.2 |
| 955 | 2026-01-22T04:15:26.176Z | Downloaded proc-macro-error2 v2.0.1 |
| 956 | 2026-01-22T04:15:26.176Z | Downloaded predicates v3.1.3 |
| 957 | 2026-01-22T04:15:26.176Z | Downloaded ppv-lite86 v0.2.20 |
| 958 | 2026-01-22T04:15:26.176Z | Downloaded postgres-types v0.2.9 |
| 959 | 2026-01-22T04:15:26.176Z | Downloaded parking_lot v0.12.3 |
| 960 | 2026-01-22T04:15:26.176Z | Downloaded papergrid v0.17.0 |
| 961 | 2026-01-22T04:15:26.176Z | Downloaded papergrid v0.14.0 |
| 962 | 2026-01-22T04:15:26.200Z | Downloaded p256 v0.13.2 |
| 963 | 2026-01-22T04:15:26.200Z | Downloaded itertools v0.10.5 |
| 964 | 2026-01-22T04:15:26.200Z | Downloaded hyper v1.8.1 |
| 965 | 2026-01-22T04:15:26.200Z | Downloaded dropshot v0.16.6 |
| 966 | 2026-01-22T04:15:26.223Z | Downloaded diesel v2.2.12 |
| 967 | 2026-01-22T04:15:26.247Z | Downloaded rustc-hash v1.1.0 |
| 968 | 2026-01-22T04:15:26.247Z | Downloaded rtoolbox v0.0.2 |
| 969 | 2026-01-22T04:15:26.247Z | Downloaded rand_xorshift v0.4.0 |
| 970 | 2026-01-22T04:15:26.247Z | Downloaded rand_chacha v0.3.1 |
| 971 | 2026-01-22T04:15:26.271Z | Downloaded psl-types v2.0.11 |
| 972 | 2026-01-22T04:15:26.271Z | Downloaded progenitor-client v0.10.0 |
| 973 | 2026-01-22T04:15:26.271Z | Downloaded progenitor v0.8.0 |
| 974 | 2026-01-22T04:15:26.271Z | Downloaded proc-macro-crate v1.3.1 |
| 975 | 2026-01-22T04:15:26.271Z | Downloaded predicates-tree v1.0.12 |
| 976 | 2026-01-22T04:15:26.271Z | Downloaded predicates-core v1.0.8 |
| 977 | 2026-01-22T04:15:26.271Z | Downloaded postgres-protocol v0.6.8 |
| 978 | 2026-01-22T04:15:26.271Z | Downloaded postcard v1.0.10 |
| 979 | 2026-01-22T04:15:26.271Z | Downloaded polyval v0.6.2 |
| 980 | 2026-01-22T04:15:26.271Z | Downloaded pin-project-lite v0.2.14 |
| 981 | 2026-01-22T04:15:26.271Z | Downloaded pin-project v1.1.6 |
| 982 | 2026-01-22T04:15:26.295Z | Downloaded pem-rfc7468 v0.7.0 |
| 983 | 2026-01-22T04:15:26.295Z | Downloaded peg-runtime v0.8.5 |
| 984 | 2026-01-22T04:15:26.295Z | Downloaded peg v0.8.5 |
| 985 | 2026-01-22T04:15:26.295Z | Downloaded password-hash v0.5.0 |
| 986 | 2026-01-22T04:15:26.295Z | Downloaded parking_lot v0.11.2 |
| 987 | 2026-01-22T04:15:26.295Z | Downloaded openssl-sys v0.9.109 |
| 988 | 2026-01-22T04:15:26.319Z | Downloaded miniz_oxide v0.8.5 |
| 989 | 2026-01-22T04:15:26.319Z | Downloaded litrs v0.4.1 |
| 990 | 2026-01-22T04:15:26.319Z | Downloaded hkdf v0.12.4 |
| 991 | 2026-01-22T04:15:26.319Z | Downloaded hickory-server v0.25.2 |
| 992 | 2026-01-22T04:15:26.319Z | Downloaded heapless v0.7.17 |
| 993 | 2026-01-22T04:15:26.319Z | Downloaded quick-error v1.2.3 |
| 994 | 2026-01-22T04:15:26.319Z | Downloaded progenitor-macro v0.11.2 |
| 995 | 2026-01-22T04:15:26.319Z | Downloaded progenitor-client v0.8.0 |
| 996 | 2026-01-22T04:15:26.319Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 997 | 2026-01-22T04:15:26.343Z | Downloaded pretty-hex v0.2.1 |
| 998 | 2026-01-22T04:15:26.343Z | Downloaded precomputed-hash v0.1.1 |
| 999 | 2026-01-22T04:15:26.343Z | Downloaded powerfmt v0.2.0 |
| 1000 | 2026-01-22T04:15:26.343Z | Downloaded poly1305 v0.8.0 |
| 1001 | 2026-01-22T04:15:26.343Z | Downloaded pkg-config v0.3.31 |
| 1002 | 2026-01-22T04:15:26.343Z | Downloaded pkcs5 v0.7.1 |
| 1003 | 2026-01-22T04:15:26.343Z | Downloaded pkcs1 v0.7.5 |
| 1004 | 2026-01-22T04:15:26.343Z | Downloaded pin-utils v0.1.0 |
| 1005 | 2026-01-22T04:15:26.343Z | Downloaded phf_shared v0.11.2 |
| 1006 | 2026-01-22T04:15:26.343Z | Downloaded phf v0.12.1 |
| 1007 | 2026-01-22T04:15:26.343Z | Downloaded peg-macros v0.8.5 |
| 1008 | 2026-01-22T04:15:26.344Z | Downloaded pbkdf2 v0.12.2 |
| 1009 | 2026-01-22T04:15:26.344Z | Downloaded pbkdf2 v0.11.0 |
| 1010 | 2026-01-22T04:15:26.368Z | Downloaded path-slash v0.1.5 |
| 1011 | 2026-01-22T04:15:26.368Z | Downloaded paste v1.0.15 |
| 1012 | 2026-01-22T04:15:26.368Z | Downloaded parse-size v1.1.0 |
| 1013 | 2026-01-22T04:15:26.368Z | Downloaded parse-display-derive v0.10.0 |
| 1014 | 2026-01-22T04:15:26.368Z | Downloaded parse-display v0.10.0 |
| 1015 | 2026-01-22T04:15:26.368Z | Downloaded parking_lot_core v0.9.10 |
| 1016 | 2026-01-22T04:15:26.368Z | Downloaded packed_struct_codegen v0.10.1 |
| 1017 | 2026-01-22T04:15:26.368Z | Downloaded packed_struct v0.10.1 |
| 1018 | 2026-01-22T04:15:26.368Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1019 | 2026-01-22T04:15:26.368Z | Downloaded oso-derive v0.27.3 |
| 1020 | 2026-01-22T04:15:26.368Z | Downloaded num-bigint-dig v0.8.6 |
| 1021 | 2026-01-22T04:15:26.368Z | Downloaded num-bigint v0.4.6 |
| 1022 | 2026-01-22T04:15:26.392Z | Downloaded memmap2 v0.9.8 |
| 1023 | 2026-01-22T04:15:26.392Z | Downloaded lock_api v0.4.12 |
| 1024 | 2026-01-22T04:15:26.392Z | Downloaded linear-map v1.2.0 |
| 1025 | 2026-01-22T04:15:26.392Z | Downloaded lalrpop v0.19.12 |
| 1026 | 2026-01-22T04:15:26.392Z | Downloaded jiff-static v0.2.15 |
| 1027 | 2026-01-22T04:15:26.415Z | Downloaded half v2.4.1 |
| 1028 | 2026-01-22T04:15:26.415Z | Downloaded blake3 v1.5.4 |
| 1029 | 2026-01-22T04:15:26.416Z | Downloaded pin-project-internal v1.1.6 |
| 1030 | 2026-01-22T04:15:26.416Z | Downloaded phf_shared v0.12.1 |
| 1031 | 2026-01-22T04:15:26.416Z | Downloaded phf v0.11.2 |
| 1032 | 2026-01-22T04:15:26.416Z | Downloaded pem v3.0.5 |
| 1033 | 2026-01-22T04:15:26.416Z | Downloaded password-hash v0.4.2 |
| 1034 | 2026-01-22T04:15:26.416Z | Downloaded parking_lot_core v0.8.6 |
| 1035 | 2026-01-22T04:15:26.440Z | Downloaded oxnet v0.1.4 |
| 1036 | 2026-01-22T04:15:26.440Z | Downloaded owo-colors v4.2.2 |
| 1037 | 2026-01-22T04:15:26.440Z | Downloaded oso v0.27.3 |
| 1038 | 2026-01-22T04:15:26.440Z | Downloaded openssl-probe v0.1.5 |
| 1039 | 2026-01-22T04:15:26.440Z | Downloaded openssl-macros v0.1.1 |
| 1040 | 2026-01-22T04:15:26.440Z | Downloaded opaque-debug v0.3.1 |
| 1041 | 2026-01-22T04:15:26.440Z | Downloaded omicron-zone-package v0.12.2 |
| 1042 | 2026-01-22T04:15:26.440Z | Downloaded olpc-cjson v0.1.4 |
| 1043 | 2026-01-22T04:15:26.440Z | Downloaded number_prefix v0.4.0 |
| 1044 | 2026-01-22T04:15:26.440Z | Downloaded num_threads v0.1.7 |
| 1045 | 2026-01-22T04:15:26.440Z | Downloaded num_enum v0.5.11 |
| 1046 | 2026-01-22T04:15:26.464Z | Downloaded num-rational v0.4.2 |
| 1047 | 2026-01-22T04:15:26.464Z | Downloaded num-integer v0.1.46 |
| 1048 | 2026-01-22T04:15:26.464Z | Downloaded num-derive v0.3.3 |
| 1049 | 2026-01-22T04:15:26.464Z | Downloaded num-conv v0.1.0 |
| 1050 | 2026-01-22T04:15:26.464Z | Downloaded num-complex v0.4.6 |
| 1051 | 2026-01-22T04:15:26.465Z | Downloaded nom v7.1.3 |
| 1052 | 2026-01-22T04:15:26.465Z | Downloaded newtype_derive v0.1.6 |
| 1053 | 2026-01-22T04:15:26.465Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1054 | 2026-01-22T04:15:26.465Z | Downloaded newtype-uuid v1.3.2 |
| 1055 | 2026-01-22T04:15:26.465Z | Downloaded newline-converter v0.3.0 |
| 1056 | 2026-01-22T04:15:26.465Z | Downloaded new_debug_unreachable v1.0.6 |
| 1057 | 2026-01-22T04:15:26.465Z | Downloaded native-tls v0.2.12 |
| 1058 | 2026-01-22T04:15:26.489Z | Downloaded nanorand v0.7.0 |
| 1059 | 2026-01-22T04:15:26.489Z | Downloaded multer v3.1.0 |
| 1060 | 2026-01-22T04:15:26.490Z | Downloaded mime_guess v2.0.5 |
| 1061 | 2026-01-22T04:15:26.490Z | Downloaded mime v0.3.17 |
| 1062 | 2026-01-22T04:15:26.490Z | Downloaded memoffset v0.9.1 |
| 1063 | 2026-01-22T04:15:26.490Z | Downloaded md-5 v0.10.6 |
| 1064 | 2026-01-22T04:15:26.490Z | Downloaded maybe-uninit v2.0.0 |
| 1065 | 2026-01-22T04:15:26.490Z | Downloaded match_cfg v0.1.0 |
| 1066 | 2026-01-22T04:15:26.490Z | Downloaded maplit v1.0.2 |
| 1067 | 2026-01-22T04:15:26.490Z | Downloaded lzss v0.8.2 |
| 1068 | 2026-01-22T04:15:26.490Z | Downloaded lru-cache v0.1.2 |
| 1069 | 2026-01-22T04:15:26.490Z | Downloaded lru v0.12.5 |
| 1070 | 2026-01-22T04:15:26.490Z | Downloaded lockfree-object-pool v0.1.6 |
| 1071 | 2026-01-22T04:15:26.490Z | Downloaded linked-hash-map v0.5.6 |
| 1072 | 2026-01-22T04:15:26.514Z | Downloaded libz-rs-sys v0.5.1 |
| 1073 | 2026-01-22T04:15:26.514Z | Downloaded is_ci v1.2.0 |
| 1074 | 2026-01-22T04:15:26.514Z | Downloaded hmac v0.12.1 |
| 1075 | 2026-01-22T04:15:26.514Z | Downloaded hickory-client v0.25.2 |
| 1076 | 2026-01-22T04:15:26.514Z | Downloaded glob v0.3.2 |
| 1077 | 2026-01-22T04:15:26.514Z | Downloaded curve25519-dalek v4.1.3 |
| 1078 | 2026-01-22T04:15:26.514Z | Downloaded base64 v0.21.7 |
| 1079 | 2026-01-22T04:15:26.514Z | Downloaded backtrace v0.3.74 |
| 1080 | 2026-01-22T04:15:26.537Z | Downloaded aws-lc-rs v1.12.4 |
| 1081 | 2026-01-22T04:15:26.537Z | Downloaded num-iter v0.1.45 |
| 1082 | 2026-01-22T04:15:26.537Z | Downloaded num-derive v0.4.2 |
| 1083 | 2026-01-22T04:15:26.537Z | Downloaded num v0.4.3 |
| 1084 | 2026-01-22T04:15:26.537Z | Downloaded nu-ansi-term v0.50.1 |
| 1085 | 2026-01-22T04:15:26.537Z | Downloaded normalize-line-endings v0.3.0 |
| 1086 | 2026-01-22T04:15:26.537Z | Downloaded nonempty v0.12.0 |
| 1087 | 2026-01-22T04:15:26.538Z | Downloaded nodrop v0.1.14 |
| 1088 | 2026-01-22T04:15:26.561Z | Downloaded nibble_vec v0.1.0 |
| 1089 | 2026-01-22T04:15:26.561Z | Downloaded multimap v0.10.1 |
| 1090 | 2026-01-22T04:15:26.561Z | Downloaded md5 v0.7.0 |
| 1091 | 2026-01-22T04:15:26.561Z | Downloaded managed v0.8.0 |
| 1092 | 2026-01-22T04:15:26.561Z | Downloaded libsw v3.5.0 |
| 1093 | 2026-01-22T04:15:26.562Z | Downloaded libm v0.2.8 |
| 1094 | 2026-01-22T04:15:26.562Z | Downloaded libloading v0.8.5 |
| 1095 | 2026-01-22T04:15:26.562Z | Downloaded libefi-sys v0.1.0 |
| 1096 | 2026-01-22T04:15:26.562Z | Downloaded is-terminal v0.4.13 |
| 1097 | 2026-01-22T04:15:26.562Z | Downloaded ipnetwork v0.21.1 |
| 1098 | 2026-01-22T04:15:26.585Z | Downloaded ipnet v2.11.0 |
| 1099 | 2026-01-22T04:15:26.585Z | Downloaded internet-checksum v0.2.1 |
| 1100 | 2026-01-22T04:15:26.585Z | Downloaded instant v0.1.13 |
| 1101 | 2026-01-22T04:15:26.585Z | Downloaded instability v0.3.2 |
| 1102 | 2026-01-22T04:15:26.585Z | Downloaded inout v0.1.3 |
| 1103 | 2026-01-22T04:15:26.585Z | Downloaded ingot-types v0.1.2 |
| 1104 | 2026-01-22T04:15:26.585Z | Downloaded ingot-macros v0.1.1 |
| 1105 | 2026-01-22T04:15:26.585Z | Downloaded indicatif v0.18.0 |
| 1106 | 2026-01-22T04:15:26.585Z | Downloaded indicatif v0.17.11 |
| 1107 | 2026-01-22T04:15:26.585Z | Downloaded iddqd v0.3.16 |
| 1108 | 2026-01-22T04:15:26.610Z | Downloaded hyper-util v0.1.19 |
| 1109 | 2026-01-22T04:15:26.610Z | Downloaded hyper-tls v0.6.0 |
| 1110 | 2026-01-22T04:15:26.610Z | Downloaded hyper-rustls v0.27.7 |
| 1111 | 2026-01-22T04:15:26.610Z | Downloaded humantime v2.2.0 |
| 1112 | 2026-01-22T04:15:26.610Z | Downloaded hubpack_derive v0.1.1 |
| 1113 | 2026-01-22T04:15:26.610Z | Downloaded http v1.4.0 |
| 1114 | 2026-01-22T04:15:26.634Z | Downloaded highway v1.3.0 |
| 1115 | 2026-01-22T04:15:26.634Z | Downloaded hickory-resolver v0.25.2 |
| 1116 | 2026-01-22T04:15:26.634Z | Downloaded hickory-resolver v0.24.4 |
| 1117 | 2026-01-22T04:15:26.634Z | Downloaded headers v0.4.1 |
| 1118 | 2026-01-22T04:15:26.634Z | Downloaded hashbrown v0.13.2 |
| 1119 | 2026-01-22T04:15:26.658Z | Downloaded hashbrown v0.12.3 |
| 1120 | 2026-01-22T04:15:26.658Z | Downloaded fs_extra v1.3.0 |
| 1121 | 2026-01-22T04:15:26.658Z | Downloaded flume v0.11.1 |
| 1122 | 2026-01-22T04:15:26.658Z | Downloaded expectorate v1.2.0 |
| 1123 | 2026-01-22T04:15:26.682Z | Downloaded dropshot-api-manager v0.2.4 |
| 1124 | 2026-01-22T04:15:26.682Z | Downloaded der v0.7.10 |
| 1125 | 2026-01-22T04:15:26.682Z | Downloaded aws-lc-sys v0.26.0 |
| 1126 | 2026-01-22T04:15:26.907Z | Downloaded crc-any v2.5.0 |
| 1127 | 2026-01-22T04:15:26.934Z | Downloaded const_format v0.2.34 |
| 1128 | 2026-01-22T04:15:26.934Z | Downloaded const-oid v0.9.6 |
| 1129 | 2026-01-22T04:15:26.934Z | Downloaded bytes v1.10.1 |
| 1130 | 2026-01-22T04:15:26.934Z | Downloaded libscf-sys v1.1.0 |
| 1131 | 2026-01-22T04:15:26.934Z | Downloaded lazycell v1.3.0 |
| 1132 | 2026-01-22T04:15:26.934Z | Downloaded lazy_static v1.5.0 |
| 1133 | 2026-01-22T04:15:26.934Z | Downloaded lalrpop-util v0.19.12 |
| 1134 | 2026-01-22T04:15:26.934Z | Downloaded kstat-rs v0.2.4 |
| 1135 | 2026-01-22T04:15:26.934Z | Downloaded keccak v0.1.5 |
| 1136 | 2026-01-22T04:15:26.934Z | Downloaded jobserver v0.1.32 |
| 1137 | 2026-01-22T04:15:26.934Z | Downloaded ingot v0.1.1 |
| 1138 | 2026-01-22T04:15:26.958Z | Downloaded indoc v2.0.6 |
| 1139 | 2026-01-22T04:15:26.958Z | Downloaded indoc v1.0.9 |
| 1140 | 2026-01-22T04:15:26.958Z | Downloaded indexmap v1.9.3 |
| 1141 | 2026-01-22T04:15:26.958Z | Downloaded ignore v0.4.23 |
| 1142 | 2026-01-22T04:15:26.958Z | Downloaded iana-time-zone v0.1.63 |
| 1143 | 2026-01-22T04:15:26.958Z | Downloaded httparse v1.9.5 |
| 1144 | 2026-01-22T04:15:26.958Z | Downloaded http-body-util v0.1.3 |
| 1145 | 2026-01-22T04:15:26.958Z | Downloaded http-body v1.0.1 |
| 1146 | 2026-01-22T04:15:26.958Z | Downloaded heapless v0.8.0 |
| 1147 | 2026-01-22T04:15:26.982Z | Downloaded hash32 v0.2.1 |
| 1148 | 2026-01-22T04:15:26.982Z | Downloaded half v1.8.3 |
| 1149 | 2026-01-22T04:15:26.982Z | Downloaded globset v0.4.15 |
| 1150 | 2026-01-22T04:15:26.982Z | Downloaded futures-task v0.3.31 |
| 1151 | 2026-01-22T04:15:26.982Z | Downloaded futures v0.3.31 |
| 1152 | 2026-01-22T04:15:26.982Z | Downloaded foldhash v0.1.5 |
| 1153 | 2026-01-22T04:15:26.982Z | Downloaded flate2 v1.1.2 |
| 1154 | 2026-01-22T04:15:26.982Z | Downloaded fatfs v0.3.6 |
| 1155 | 2026-01-22T04:15:26.982Z | Downloaded elliptic-curve v0.13.8 |
| 1156 | 2026-01-22T04:15:27.005Z | Downloaded ed25519-dalek v2.1.1 |
| 1157 | 2026-01-22T04:15:27.005Z | Downloaded ed25519 v2.2.3 |
| 1158 | 2026-01-22T04:15:27.005Z | Downloaded diff v0.1.13 |
| 1159 | 2026-01-22T04:15:27.005Z | Downloaded diesel_derives v2.2.3 |
| 1160 | 2026-01-22T04:15:27.005Z | Downloaded diesel-dtrace v0.4.2 |
| 1161 | 2026-01-22T04:15:27.006Z | Downloaded derive_more-impl v2.0.1 |
| 1162 | 2026-01-22T04:15:27.029Z | Downloaded derive_more v2.0.1 |
| 1163 | 2026-01-22T04:15:27.029Z | Downloaded derive_more v0.99.20 |
| 1164 | 2026-01-22T04:15:27.029Z | Downloaded derive_builder v0.20.2 |
| 1165 | 2026-01-22T04:15:27.029Z | Downloaded derive-where v1.5.0 |
| 1166 | 2026-01-22T04:15:27.053Z | Downloaded der_derive v0.7.3 |
| 1167 | 2026-01-22T04:15:27.053Z | Downloaded defmt-macros v0.3.9 |
| 1168 | 2026-01-22T04:15:27.053Z | Downloaded defmt v0.3.8 |
| 1169 | 2026-01-22T04:15:27.053Z | Downloaded crossterm v0.29.0 |
| 1170 | 2026-01-22T04:15:27.053Z | Downloaded crossterm v0.28.1 |
| 1171 | 2026-01-22T04:15:27.077Z | Downloaded colored v3.0.0 |
| 1172 | 2026-01-22T04:15:27.077Z | Downloaded cc v1.2.30 |
| 1173 | 2026-01-22T04:15:27.077Z | Downloaded aho-corasick v1.1.3 |
| 1174 | 2026-01-22T04:15:27.077Z | Downloaded aes v0.8.4 |
| 1175 | 2026-01-22T04:15:27.077Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1176 | 2026-01-22T04:15:27.101Z | Downloaded ident_case v1.0.1 |
| 1177 | 2026-01-22T04:15:27.101Z | Downloaded hyper-staticfile v0.10.1 |
| 1178 | 2026-01-22T04:15:27.101Z | Downloaded hubpack v0.1.2 |
| 1179 | 2026-01-22T04:15:27.101Z | Downloaded httpdate v1.0.3 |
| 1180 | 2026-01-22T04:15:27.101Z | Downloaded http-range v0.1.5 |
| 1181 | 2026-01-22T04:15:27.101Z | Downloaded hostname v0.4.2 |
| 1182 | 2026-01-22T04:15:27.101Z | Downloaded hostname v0.3.1 |
| 1183 | 2026-01-22T04:15:27.101Z | Downloaded hex-literal v0.4.1 |
| 1184 | 2026-01-22T04:15:27.101Z | Downloaded hex v0.4.3 |
| 1185 | 2026-01-22T04:15:27.101Z | Downloaded heck v0.3.3 |
| 1186 | 2026-01-22T04:15:27.101Z | Downloaded headers-core v0.3.0 |
| 1187 | 2026-01-22T04:15:27.101Z | Downloaded group v0.13.0 |
| 1188 | 2026-01-22T04:15:27.101Z | Downloaded globwalk v0.9.1 |
| 1189 | 2026-01-22T04:15:27.101Z | Downloaded ghash v0.5.1 |
| 1190 | 2026-01-22T04:15:27.101Z | Downloaded getrandom v0.2.15 |
| 1191 | 2026-01-22T04:15:27.125Z | Downloaded fxhash v0.2.1 |
| 1192 | 2026-01-22T04:15:27.125Z | Downloaded futures-core v0.3.31 |
| 1193 | 2026-01-22T04:15:27.125Z | Downloaded futures-channel v0.3.31 |
| 1194 | 2026-01-22T04:15:27.125Z | Downloaded funty v2.0.0 |
| 1195 | 2026-01-22T04:15:27.125Z | Downloaded fs-err v2.11.0 |
| 1196 | 2026-01-22T04:15:27.125Z | Downloaded foreign-types-shared v0.3.1 |
| 1197 | 2026-01-22T04:15:27.125Z | Downloaded foreign-types-shared v0.1.1 |
| 1198 | 2026-01-22T04:15:27.125Z | Downloaded foreign-types-macros v0.2.3 |
| 1199 | 2026-01-22T04:15:27.125Z | Downloaded foreign-types v0.5.0 |
| 1200 | 2026-01-22T04:15:27.125Z | Downloaded foldhash v0.2.0 |
| 1201 | 2026-01-22T04:15:27.125Z | Downloaded flagset v0.4.6 |
| 1202 | 2026-01-22T04:15:27.125Z | Downloaded filetime v0.2.26 |
| 1203 | 2026-01-22T04:15:27.125Z | Downloaded ff v0.13.0 |
| 1204 | 2026-01-22T04:15:27.125Z | Downloaded fallible-iterator v0.2.0 |
| 1205 | 2026-01-22T04:15:27.125Z | Downloaded erased-serde v0.3.31 |
| 1206 | 2026-01-22T04:15:27.125Z | Downloaded env_filter v0.1.2 |
| 1207 | 2026-01-22T04:15:27.126Z | Downloaded enum-as-inner v0.6.1 |
| 1208 | 2026-01-22T04:15:27.149Z | Downloaded endian-type v0.1.2 |
| 1209 | 2026-01-22T04:15:27.149Z | Downloaded ena v0.14.3 |
| 1210 | 2026-01-22T04:15:27.149Z | Downloaded embedded-io v0.6.1 |
| 1211 | 2026-01-22T04:15:27.149Z | Downloaded ecdsa v0.16.9 |
| 1212 | 2026-01-22T04:15:27.149Z | Downloaded dropshot_endpoint v0.16.6 |
| 1213 | 2026-01-22T04:15:27.150Z | Downloaded dropshot-api-manager-types v0.2.4 |
| 1214 | 2026-01-22T04:15:27.150Z | Downloaded drift v0.1.2 |
| 1215 | 2026-01-22T04:15:27.150Z | Downloaded dirs-sys-next v0.1.2 |
| 1216 | 2026-01-22T04:15:27.150Z | Downloaded des v0.8.1 |
| 1217 | 2026-01-22T04:15:27.150Z | Downloaded derive_builder_macro v0.20.2 |
| 1218 | 2026-01-22T04:15:27.150Z | Downloaded derive_builder_core v0.20.2 |
| 1219 | 2026-01-22T04:15:27.150Z | Downloaded derive-ex v0.1.8 |
| 1220 | 2026-01-22T04:15:27.204Z | Downloaded deranged v0.5.3 |
| 1221 | 2026-01-22T04:15:27.204Z | Downloaded defmt-parser v0.3.4 |
| 1222 | 2026-01-22T04:15:27.204Z | Downloaded debug-ignore v1.0.5 |
| 1223 | 2026-01-22T04:15:27.204Z | Downloaded crossbeam-channel v0.5.15 |
| 1224 | 2026-01-22T04:15:27.204Z | Downloaded crc8 v0.1.1 |
| 1225 | 2026-01-22T04:15:27.204Z | Downloaded cookie v0.18.1 |
| 1226 | 2026-01-22T04:15:27.204Z | Downloaded console v0.16.0 |
| 1227 | 2026-01-22T04:15:27.204Z | Downloaded compact_str v0.8.0 |
| 1228 | 2026-01-22T04:15:27.204Z | Downloaded cmake v0.1.51 |
| 1229 | 2026-01-22T04:15:27.204Z | Downloaded ciborium v0.2.2 |
| 1230 | 2026-01-22T04:15:27.204Z | Downloaded chacha20poly1305 v0.10.1 |
| 1231 | 2026-01-22T04:15:27.204Z | Downloaded cfg_aliases v0.1.1 |
| 1232 | 2026-01-22T04:15:27.204Z | Downloaded cbc v0.1.2 |
| 1233 | 2026-01-22T04:15:27.204Z | Downloaded cargo_metadata v0.19.2 |
| 1234 | 2026-01-22T04:15:27.204Z | Downloaded bzip2 v0.5.2 |
| 1235 | 2026-01-22T04:15:27.204Z | Downloaded bumpalo v3.16.0 |
| 1236 | 2026-01-22T04:15:27.205Z | Downloaded buf-list v1.0.3 |
| 1237 | 2026-01-22T04:15:27.205Z | Downloaded block-padding v0.3.3 |
| 1238 | 2026-01-22T04:15:27.205Z | Downloaded blake2 v0.10.6 |
| 1239 | 2026-01-22T04:15:27.205Z | Downloaded bitflags v1.3.2 |
| 1240 | 2026-01-22T04:15:27.205Z | Downloaded bitfield-macros v0.19.2 |
| 1241 | 2026-01-22T04:15:27.205Z | Downloaded bitfield v0.19.2 |
| 1242 | 2026-01-22T04:15:27.205Z | Downloaded bit-vec v0.8.0 |
| 1243 | 2026-01-22T04:15:27.205Z | Downloaded base64ct v1.6.0 |
| 1244 | 2026-01-22T04:15:27.205Z | Downloaded base64 v0.22.1 |
| 1245 | 2026-01-22T04:15:27.231Z | Downloaded base64 v0.13.1 |
| 1246 | 2026-01-22T04:15:27.231Z | Downloaded assert_matches v1.5.0 |
| 1247 | 2026-01-22T04:15:27.231Z | Downloaded aes-gcm v0.10.3 |
| 1248 | 2026-01-22T04:15:27.231Z | Downloaded hash32 v0.3.1 |
| 1249 | 2026-01-22T04:15:27.231Z | Downloaded gethostname v0.5.0 |
| 1250 | 2026-01-22T04:15:27.231Z | Downloaded futures-sink v0.3.31 |
| 1251 | 2026-01-22T04:15:27.231Z | Downloaded futures-io v0.3.31 |
| 1252 | 2026-01-22T04:15:27.231Z | Downloaded foreign-types v0.3.2 |
| 1253 | 2026-01-22T04:15:27.231Z | Downloaded float-cmp v0.10.0 |
| 1254 | 2026-01-22T04:15:27.231Z | Downloaded fixedbitset v0.5.7 |
| 1255 | 2026-01-22T04:15:27.231Z | Downloaded fixedbitset v0.4.2 |
| 1256 | 2026-01-22T04:15:27.231Z | Downloaded dunce v1.0.5 |
| 1257 | 2026-01-22T04:15:27.231Z | Downloaded dtrace-parser v0.3.0 |
| 1258 | 2026-01-22T04:15:27.231Z | Downloaded dsl_auto_type v0.1.2 |
| 1259 | 2026-01-22T04:15:27.258Z | Downloaded dof v0.4.0 |
| 1260 | 2026-01-22T04:15:27.258Z | Downloaded document-features v0.2.11 |
| 1261 | 2026-01-22T04:15:27.258Z | Downloaded display-error-chain v0.2.2 |
| 1262 | 2026-01-22T04:15:27.258Z | Downloaded dirs-next v2.0.0 |
| 1263 | 2026-01-22T04:15:27.258Z | Downloaded difflib v0.4.0 |
| 1264 | 2026-01-22T04:15:27.258Z | Downloaded darling_core v0.21.0 |
| 1265 | 2026-01-22T04:15:27.258Z | Downloaded crypto-bigint v0.5.5 |
| 1266 | 2026-01-22T04:15:27.258Z | Downloaded crc32fast v1.4.2 |
| 1267 | 2026-01-22T04:15:27.259Z | Downloaded corncobs v0.1.4 |
| 1268 | 2026-01-22T04:15:27.259Z | Downloaded cookie_store v0.21.1 |
| 1269 | 2026-01-22T04:15:27.259Z | Downloaded convert_case v0.7.1 |
| 1270 | 2026-01-22T04:15:27.283Z | Downloaded convert_case v0.4.0 |
| 1271 | 2026-01-22T04:15:27.283Z | Downloaded const_format_proc_macros v0.2.34 |
| 1272 | 2026-01-22T04:15:27.283Z | Downloaded console v0.15.10 |
| 1273 | 2026-01-22T04:15:27.283Z | Downloaded clang-sys v1.8.1 |
| 1274 | 2026-01-22T04:15:27.283Z | Downloaded cassowary v0.3.0 |
| 1275 | 2026-01-22T04:15:27.283Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1276 | 2026-01-22T04:15:27.283Z | Downloaded backoff v0.4.0 |
| 1277 | 2026-01-22T04:15:27.283Z | Downloaded embedded-io v0.4.0 |
| 1278 | 2026-01-22T04:15:27.283Z | Downloaded dyn-clone v1.0.20 |
| 1279 | 2026-01-22T04:15:27.283Z | Downloaded data-encoding v2.9.0 |
| 1280 | 2026-01-22T04:15:27.283Z | Downloaded darling_macro v0.21.0 |
| 1281 | 2026-01-22T04:15:27.283Z | Downloaded darling_core v0.20.10 |
| 1282 | 2026-01-22T04:15:27.283Z | Downloaded darling v0.21.0 |
| 1283 | 2026-01-22T04:15:27.307Z | Downloaded darling v0.20.10 |
| 1284 | 2026-01-22T04:15:27.307Z | Downloaded daft v0.1.4 |
| 1285 | 2026-01-22T04:15:27.307Z | Downloaded ctr v0.9.2 |
| 1286 | 2026-01-22T04:15:27.307Z | Downloaded csv-core v0.1.11 |
| 1287 | 2026-01-22T04:15:27.307Z | Downloaded crossbeam-utils v0.8.21 |
| 1288 | 2026-01-22T04:15:27.307Z | Downloaded crossbeam-epoch v0.9.18 |
| 1289 | 2026-01-22T04:15:27.307Z | Downloaded crossbeam-deque v0.8.5 |
| 1290 | 2026-01-22T04:15:27.307Z | Downloaded ciborium-io v0.2.2 |
| 1291 | 2026-01-22T04:15:27.307Z | Downloaded cfg_aliases v0.2.1 |
| 1292 | 2026-01-22T04:15:27.331Z | Downloaded cexpr v0.6.0 |
| 1293 | 2026-01-22T04:15:27.331Z | Downloaded atty v0.2.14 |
| 1294 | 2026-01-22T04:15:27.331Z | Downloaded atomicwrites v0.4.4 |
| 1295 | 2026-01-22T04:15:27.331Z | Downloaded allocator-api2 v0.2.21 |
| 1296 | 2026-01-22T04:15:27.331Z | Downloaded float-ord v0.3.2 |
| 1297 | 2026-01-22T04:15:27.331Z | Downloaded fd-lock v4.0.2 |
| 1298 | 2026-01-22T04:15:27.331Z | Downloaded env_logger v0.11.8 |
| 1299 | 2026-01-22T04:15:27.331Z | Downloaded either v1.15.0 |
| 1300 | 2026-01-22T04:15:27.331Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1301 | 2026-01-22T04:15:27.331Z | Downloaded darling_macro v0.20.10 |
| 1302 | 2026-01-22T04:15:27.331Z | Downloaded daft-derive v0.1.4 |
| 1303 | 2026-01-22T04:15:27.331Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1304 | 2026-01-22T04:15:27.355Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1305 | 2026-01-22T04:15:27.355Z | Downloaded crc-catalog v2.4.0 |
| 1306 | 2026-01-22T04:15:27.355Z | Downloaded constant_time_eq v0.3.1 |
| 1307 | 2026-01-22T04:15:27.355Z | Downloaded cipher v0.4.4 |
| 1308 | 2026-01-22T04:15:27.355Z | Downloaded chacha20 v0.9.1 |
| 1309 | 2026-01-22T04:15:27.355Z | Downloaded castaway v0.2.3 |
| 1310 | 2026-01-22T04:15:27.355Z | Downloaded cancel-safe-futures v0.1.5 |
| 1311 | 2026-01-22T04:15:27.355Z | Downloaded blowfish v0.9.1 |
| 1312 | 2026-01-22T04:15:27.355Z | Downloaded bitfield-struct v0.6.2 |
| 1313 | 2026-01-22T04:15:27.355Z | Downloaded bit-vec v0.6.3 |
| 1314 | 2026-01-22T04:15:27.355Z | Downloaded bit-set v0.5.3 |
| 1315 | 2026-01-22T04:15:27.356Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1316 | 2026-01-22T04:15:27.356Z | Downloaded base16ct v0.2.0 |
| 1317 | 2026-01-22T04:15:27.356Z | Downloaded async-bb8-diesel v0.2.1 |
| 1318 | 2026-01-22T04:15:27.356Z | Downloaded arrayvec v0.7.6 |
| 1319 | 2026-01-22T04:15:27.379Z | Downloaded arc-swap v1.7.1 |
| 1320 | 2026-01-22T04:15:27.379Z | Downloaded ahash v0.8.12 |
| 1321 | 2026-01-22T04:15:27.379Z | Downloaded adler2 v2.0.0 |
| 1322 | 2026-01-22T04:15:27.379Z | Downloaded crunchy v0.2.2 |
| 1323 | 2026-01-22T04:15:27.379Z | Downloaded critical-section v1.1.3 |
| 1324 | 2026-01-22T04:15:27.379Z | Downloaded colored v2.2.0 |
| 1325 | 2026-01-22T04:15:27.379Z | Downloaded cobs v0.2.3 |
| 1326 | 2026-01-22T04:15:27.379Z | Downloaded bzip2 v0.4.4 |
| 1327 | 2026-01-22T04:15:27.379Z | Downloaded bit-set v0.8.0 |
| 1328 | 2026-01-22T04:15:27.379Z | Downloaded bcs v0.1.6 |
| 1329 | 2026-01-22T04:15:27.379Z | Downloaded bb8 v0.8.5 |
| 1330 | 2026-01-22T04:15:27.380Z | Downloaded async-trait v0.1.89 |
| 1331 | 2026-01-22T04:15:27.403Z | Downloaded argon2 v0.5.3 |
| 1332 | 2026-01-22T04:15:27.403Z | Downloaded async-stream-impl v0.3.6 |
| 1333 | 2026-01-22T04:15:27.404Z | Downloaded async-stream v0.3.6 |
| 1334 | 2026-01-22T04:15:27.404Z | Downloaded async-recursion v1.1.1 |
| 1335 | 2026-01-22T04:15:27.404Z | Downloaded arrayref v0.3.9 |
| 1336 | 2026-01-22T04:15:27.404Z | Downloaded array-init v0.0.4 |
| 1337 | 2026-01-22T04:15:27.404Z | Downloaded aead v0.5.2 |
| 1338 | 2026-01-22T04:15:27.404Z | Downloaded addr2line v0.24.2 |
| 1339 | 2026-01-22T04:15:27.404Z | Downloaded cargo-platform v0.1.8 |
| 1340 | 2026-01-22T04:15:27.404Z | Downloaded atomic-waker v1.1.2 |
| 1341 | 2026-01-22T04:15:27.404Z | Downloaded ascii-canvas v3.0.0 |
| 1342 | 2026-01-22T04:15:27.586Z | Compiling value-bag v1.12.0 |
| 1343 | 2026-01-22T04:15:27.586Z | Compiling lock_api v0.4.12 |
| 1344 | 2026-01-22T04:15:27.586Z | Compiling scopeguard v1.2.0 |
| 1345 | 2026-01-22T04:15:27.610Z | Compiling shlex v1.3.0 |
| 1346 | 2026-01-22T04:15:27.611Z | Compiling typenum v1.17.0 |
| 1347 | 2026-01-22T04:15:27.611Z | Compiling syn v2.0.111 |
| 1348 | 2026-01-22T04:15:27.611Z | Compiling getrandom v0.2.15 |
| 1349 | 2026-01-22T04:15:27.611Z | Compiling jobserver v0.1.32 |
| 1350 | 2026-01-22T04:15:27.883Z | Compiling smallvec v1.15.1 |
| 1351 | 2026-01-22T04:15:27.953Z | Compiling rand_core v0.6.4 |
| 1352 | 2026-01-22T04:15:28.066Z | Compiling log v0.4.29 |
| 1353 | 2026-01-22T04:15:28.160Z | Compiling cc v1.2.30 |
| 1354 | 2026-01-22T04:15:28.270Z | Compiling generic-array v0.14.7 |
| 1355 | 2026-01-22T04:15:28.453Z | Compiling subtle v2.6.1 |
| 1356 | 2026-01-22T04:15:28.477Z | Compiling portable-atomic v1.11.0 |
| 1357 | 2026-01-22T04:15:28.576Z | Compiling critical-section v1.1.3 |
| 1358 | 2026-01-22T04:15:28.672Z | Compiling const-oid v0.9.6 |
| 1359 | 2026-01-22T04:15:28.751Z | Compiling pkg-config v0.3.31 |
| 1360 | 2026-01-22T04:15:28.777Z | Compiling getrandom v0.3.4 |
| 1361 | 2026-01-22T04:15:28.805Z | Compiling serde_json v1.0.149 |
| 1362 | 2026-01-22T04:15:29.154Z | Compiling spin v0.9.8 |
| 1363 | 2026-01-22T04:15:30.019Z | Compiling pin-project-lite v0.2.14 |
| 1364 | 2026-01-22T04:15:30.175Z | Compiling parking_lot_core v0.9.10 |
| 1365 | 2026-01-22T04:15:30.211Z | Compiling regex-syntax v0.8.5 |
| 1366 | 2026-01-22T04:15:30.842Z | Compiling libm v0.2.8 |
| 1367 | 2026-01-22T04:15:30.951Z | Compiling once_cell v1.21.3 |
| 1368 | 2026-01-22T04:15:31.062Z | Compiling rustix v0.38.37 |
| 1369 | 2026-01-22T04:15:31.486Z | Compiling signal-hook-registry v1.4.2 |
| 1370 | 2026-01-22T04:15:31.560Z | Compiling num-traits v0.2.19 |
| 1371 | 2026-01-22T04:15:31.914Z | Compiling allocator-api2 v0.2.21 |
| 1372 | 2026-01-22T04:15:32.026Z | Compiling parking_lot v0.12.3 |
| 1373 | 2026-01-22T04:15:32.213Z | Compiling mio v1.0.2 |
| 1374 | 2026-01-22T04:15:32.325Z | Compiling futures-core v0.3.31 |
| 1375 | 2026-01-22T04:15:32.585Z | Compiling lazy_static v1.5.0 |
| 1376 | 2026-01-22T04:15:32.611Z | Compiling aho-corasick v1.1.3 |
| 1377 | 2026-01-22T04:15:32.758Z | Compiling percent-encoding v2.3.2 |
| 1378 | 2026-01-22T04:15:32.836Z | Compiling socket2 v0.6.1 |
| 1379 | 2026-01-22T04:15:33.256Z | Compiling slab v0.4.9 |
| 1380 | 2026-01-22T04:15:33.279Z | Compiling cpufeatures v0.2.14 |
| 1381 | 2026-01-22T04:15:33.356Z | Compiling futures-sink v0.3.31 |
| 1382 | 2026-01-22T04:15:33.419Z | Compiling glob v0.3.2 |
| 1383 | 2026-01-22T04:15:33.560Z | Compiling either v1.15.0 |
| 1384 | 2026-01-22T04:15:33.736Z | Compiling futures-channel v0.3.31 |
| 1385 | 2026-01-22T04:15:33.980Z | Compiling hashbrown v0.16.1 |
| 1386 | 2026-01-22T04:15:34.090Z | Compiling futures-io v0.3.31 |
| 1387 | 2026-01-22T04:15:34.173Z | Compiling pin-utils v0.1.0 |
| 1388 | 2026-01-22T04:15:34.306Z | Compiling clang-sys v1.8.1 |
| 1389 | 2026-01-22T04:15:34.334Z | Compiling rustversion v1.0.22 |
| 1390 | 2026-01-22T04:15:34.431Z | Compiling prettyplease v0.2.36 |
| 1391 | 2026-01-22T04:15:34.748Z | Compiling regex-automata v0.4.11 |
| 1392 | 2026-01-22T04:15:34.777Z | Compiling futures-task v0.3.31 |
| 1393 | 2026-01-22T04:15:35.044Z | Compiling minimal-lexical v0.2.1 |
| 1394 | 2026-01-22T04:15:35.103Z | Compiling synstructure v0.13.1 |
| 1395 | 2026-01-22T04:15:35.184Z | Compiling indexmap v2.12.1 |
| 1396 | 2026-01-22T04:15:35.526Z | Compiling nom v7.1.3 |
| 1397 | 2026-01-22T04:15:35.711Z | Compiling libloading v0.8.5 |
| 1398 | 2026-01-22T04:15:36.089Z | Compiling base64ct v1.6.0 |
| 1399 | 2026-01-22T04:15:36.207Z | Compiling ident_case v1.0.1 |
| 1400 | 2026-01-22T04:15:36.404Z | Compiling home v0.5.9 |
| 1401 | 2026-01-22T04:15:36.428Z | Compiling bindgen v0.69.5 |
| 1402 | 2026-01-22T04:15:36.643Z | Compiling pem-rfc7468 v0.7.0 |
| 1403 | 2026-01-22T04:15:36.801Z | Compiling itertools v0.12.1 |
| 1404 | 2026-01-22T04:15:37.238Z | Compiling form_urlencoded v1.2.2 |
| 1405 | 2026-01-22T04:15:37.332Z | Compiling lazycell v1.3.0 |
| 1406 | 2026-01-22T04:15:37.531Z | Compiling rustc-hash v1.1.0 |
| 1407 | 2026-01-22T04:15:37.559Z | Compiling flagset v0.4.6 |
| 1408 | 2026-01-22T04:15:37.705Z | Compiling rand_core v0.9.3 |
| 1409 | 2026-01-22T04:15:37.800Z | Compiling cmake v0.1.51 |
| 1410 | 2026-01-22T04:15:38.242Z | Compiling cexpr v0.6.0 |
| 1411 | 2026-01-22T04:15:38.486Z | Compiling foldhash v0.1.5 |
| 1412 | 2026-01-22T04:15:38.614Z | Compiling iana-time-zone v0.1.63 |
| 1413 | 2026-01-22T04:15:38.788Z | Compiling dunce v1.0.5 |
| 1414 | 2026-01-22T04:15:38.950Z | Compiling paste v1.0.15 |
| 1415 | 2026-01-22T04:15:38.991Z | Compiling fs_extra v1.3.0 |
| 1416 | 2026-01-22T04:15:39.359Z | Compiling hashbrown v0.15.4 |
| 1417 | 2026-01-22T04:15:39.435Z | Compiling serde_derive v1.0.228 |
| 1418 | 2026-01-22T04:15:39.476Z | Compiling zeroize_derive v1.4.2 |
| 1419 | 2026-01-22T04:15:39.510Z | Compiling zerofrom-derive v0.1.4 |
| 1420 | 2026-01-22T04:15:39.534Z | Compiling yoke-derive v0.7.4 |
| 1421 | 2026-01-22T04:15:39.659Z | Compiling zerovec-derive v0.10.3 |
| 1422 | 2026-01-22T04:15:40.508Z | Compiling displaydoc v0.2.5 |
| 1423 | 2026-01-22T04:15:40.593Z | Compiling zeroize v1.8.1 |
| 1424 | 2026-01-22T04:15:41.724Z | Compiling zerocopy-derive v0.7.35 |
| 1425 | 2026-01-22T04:15:41.896Z | Compiling icu_provider_macros v1.5.0 |
| 1426 | 2026-01-22T04:15:41.921Z | Compiling tokio-macros v2.6.0 |
| 1427 | 2026-01-22T04:15:42.282Z | Compiling crypto-common v0.1.6 |
| 1428 | 2026-01-22T04:15:42.351Z | Compiling block-buffer v0.10.4 |
| 1429 | 2026-01-22T04:15:42.552Z | Compiling zerofrom v0.1.4 |
| 1430 | 2026-01-22T04:15:42.668Z | Compiling digest v0.10.7 |
| 1431 | 2026-01-22T04:15:42.800Z | Compiling yoke v0.7.4 |
| 1432 | 2026-01-22T04:15:42.852Z | Compiling thiserror-impl v2.0.17 |
| 1433 | 2026-01-22T04:15:43.154Z | Compiling zerovec v0.10.4 |
| 1434 | 2026-01-22T04:15:43.187Z | Compiling hmac v0.12.1 |
| 1435 | 2026-01-22T04:15:43.324Z | Compiling block-padding v0.3.3 |
| 1436 | 2026-01-22T04:15:43.469Z | Compiling futures-macro v0.3.31 |
| 1437 | 2026-01-22T04:15:43.507Z | Compiling zerocopy v0.7.35 |
| 1438 | 2026-01-22T04:15:43.600Z | Compiling inout v0.1.3 |
| 1439 | 2026-01-22T04:15:43.875Z | Compiling regex v1.11.3 |
| 1440 | 2026-01-22T04:15:44.159Z | Compiling cipher v0.4.4 |
| 1441 | 2026-01-22T04:15:44.701Z | Compiling sha2 v0.10.9 |
| 1442 | 2026-01-22T04:15:44.843Z | Compiling tinystr v0.7.6 |
| 1443 | 2026-01-22T04:15:44.867Z | Compiling icu_collections v1.5.0 |
| 1444 | 2026-01-22T04:15:45.111Z | Compiling futures-util v0.3.31 |
| 1445 | 2026-01-22T04:15:45.149Z | Compiling ppv-lite86 v0.2.20 |
| 1446 | 2026-01-22T04:15:45.248Z | Compiling icu_locid v1.5.0 |
| 1447 | 2026-01-22T04:15:45.622Z | Compiling serde v1.0.228 |
| 1448 | 2026-01-22T04:15:45.652Z | Compiling thiserror v2.0.17 |
| 1449 | 2026-01-22T04:15:45.834Z | Compiling der_derive v0.7.3 |
| 1450 | 2026-01-22T04:15:45.875Z | Compiling pest v2.8.2 |
| 1451 | 2026-01-22T04:15:45.898Z | Compiling salsa20 v0.10.2 |
| 1452 | 2026-01-22T04:15:46.087Z | Compiling pbkdf2 v0.12.2 |
| 1453 | 2026-01-22T04:15:46.224Z | Compiling rustc_version v0.4.1 |
| 1454 | 2026-01-22T04:15:46.285Z | Compiling uuid v1.19.0 |
| 1455 | 2026-01-22T04:15:46.770Z | Compiling bitflags v2.9.4 |
| 1456 | 2026-01-22T04:15:46.851Z | Compiling bytes v1.10.1 |
| 1457 | 2026-01-22T04:15:47.062Z | Compiling icu_provider v1.5.0 |
| 1458 | 2026-01-22T04:15:47.464Z | Compiling chrono v0.4.42 |
| 1459 | 2026-01-22T04:15:47.670Z | Compiling zerocopy v0.8.27 |
| 1460 | 2026-01-22T04:15:47.724Z | Compiling der v0.7.10 |
| 1461 | 2026-01-22T04:15:47.983Z | Compiling tokio v1.48.0 |
| 1462 | 2026-01-22T04:15:48.240Z | Compiling icu_locid_transform v1.5.0 |
| 1463 | 2026-01-22T04:15:48.392Z | Compiling vcpkg v0.2.15 |
| 1464 | 2026-01-22T04:15:48.686Z | Compiling pest_meta v2.8.2 |
| 1465 | 2026-01-22T04:15:49.961Z | Compiling icu_properties v1.5.1 |
| 1466 | 2026-01-22T04:15:50.168Z | Compiling spki v0.7.3 |
| 1467 | 2026-01-22T04:15:50.388Z | Compiling openssl-sys v0.9.109 |
| 1468 | 2026-01-22T04:15:50.464Z | Compiling which v4.4.2 |
| 1469 | 2026-01-22T04:15:50.523Z | Compiling http v1.4.0 |
| 1470 | 2026-01-22T04:15:50.550Z | Compiling scrypt v0.11.0 |
| 1471 | 2026-01-22T04:15:51.341Z | Compiling rand_chacha v0.9.0 |
| 1472 | 2026-01-22T04:15:51.370Z | Compiling aes v0.8.4 |
| 1473 | 2026-01-22T04:15:51.985Z | Compiling cbc v0.1.2 |
| 1474 | 2026-01-22T04:15:52.248Z | Compiling zerocopy-derive v0.8.27 |
| 1475 | 2026-01-22T04:15:52.777Z | Compiling pkcs5 v0.7.1 |
| 1476 | 2026-01-22T04:15:52.777Z | Compiling rand v0.9.2 |
| 1477 | 2026-01-22T04:15:52.911Z | Compiling pest_generator v2.8.2 |
| 1478 | 2026-01-22T04:15:53.617Z | Compiling icu_normalizer v1.5.0 |
| 1479 | 2026-01-22T04:15:53.641Z | Compiling tracing-attributes v0.1.27 |
| 1480 | 2026-01-22T04:15:54.088Z | Compiling serde_derive_internals v0.29.1 |
| 1481 | 2026-01-22T04:15:54.201Z | Compiling ring v0.17.14 |
| 1482 | 2026-01-22T04:15:54.467Z | Compiling tracing-core v0.1.32 |
| 1483 | 2026-01-22T04:15:54.884Z | Compiling idna_adapter v1.2.0 |
| 1484 | 2026-01-22T04:15:55.118Z | Compiling idna v1.0.3 |
| 1485 | 2026-01-22T04:15:55.223Z | Compiling adler2 v2.0.0 |
| 1486 | 2026-01-22T04:15:55.456Z | Compiling aws-lc-rs v1.12.4 |
| 1487 | 2026-01-22T04:15:55.617Z | Compiling rustix v1.1.3 |
| 1488 | 2026-01-22T04:15:55.887Z | Compiling url v2.5.4 |
| 1489 | 2026-01-22T04:15:56.080Z | Compiling tokio-util v0.7.15 |
| 1490 | 2026-01-22T04:15:56.270Z | Compiling schemars v0.8.22 |
| 1491 | 2026-01-22T04:15:56.499Z | Compiling tracing v0.1.40 |
| 1492 | 2026-01-22T04:15:56.713Z | Compiling schemars_derive v0.8.22 |
| 1493 | 2026-01-22T04:15:56.907Z | Compiling miniz_oxide v0.8.5 |
| 1494 | 2026-01-22T04:15:57.569Z | Compiling pest_derive v2.8.2 |
| 1495 | 2026-01-22T04:15:58.266Z | Compiling pkcs8 v0.10.2 |
| 1496 | 2026-01-22T04:15:58.400Z | Compiling http-body v1.0.1 |
| 1497 | 2026-01-22T04:15:58.435Z | Compiling scroll_derive v0.13.1 |
| 1498 | 2026-01-22T04:15:58.665Z | Compiling darling_core v0.20.10 |
| 1499 | 2026-01-22T04:15:58.691Z | Compiling dyn-clone v1.0.20 |
| 1500 | 2026-01-22T04:15:58.911Z | Compiling rustls-pki-types v1.10.0 |
| 1501 | 2026-01-22T04:15:58.936Z | Compiling tinyvec_macros v0.1.1 |
| 1502 | 2026-01-22T04:15:59.058Z | Compiling httparse v1.9.5 |
| 1503 | 2026-01-22T04:15:59.388Z | Compiling base64 v0.22.1 |
| 1504 | 2026-01-22T04:15:59.849Z | Compiling tinyvec v1.8.0 |
| 1505 | 2026-01-22T04:16:00.031Z | Compiling scroll v0.13.0 |
| 1506 | 2026-01-22T04:16:00.503Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1507 | 2026-01-22T04:16:00.528Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1508 | 2026-01-22T04:16:00.964Z | Compiling foreign-types-shared v0.1.1 |
| 1509 | 2026-01-22T04:16:01.083Z | Compiling tower-service v0.3.3 |
| 1510 | 2026-01-22T04:16:01.111Z | Compiling time-core v0.1.6 |
| 1511 | 2026-01-22T04:16:01.195Z | Compiling openssl-probe v0.1.5 |
| 1512 | 2026-01-22T04:16:01.237Z | Compiling untrusted v0.7.1 |
| 1513 | 2026-01-22T04:16:01.394Z | Compiling powerfmt v0.2.0 |
| 1514 | 2026-01-22T04:16:01.433Z | Compiling try-lock v0.2.5 |
| 1515 | 2026-01-22T04:16:01.486Z | Compiling tower-layer v0.3.3 |
| 1516 | 2026-01-22T04:16:01.614Z | Compiling untrusted v0.9.0 |
| 1517 | 2026-01-22T04:16:01.766Z | Compiling atomic-waker v1.1.2 |
| 1518 | 2026-01-22T04:16:01.790Z | Compiling openssl v0.10.73 |
| 1519 | 2026-01-22T04:16:01.826Z | Compiling num-conv v0.1.0 |
| 1520 | 2026-01-22T04:16:01.969Z | Compiling h2 v0.4.6 |
| 1521 | 2026-01-22T04:16:02.130Z | Compiling time-macros v0.2.24 |
| 1522 | 2026-01-22T04:16:02.233Z | Compiling tempfile v3.24.0 |
| 1523 | 2026-01-22T04:16:02.567Z | Compiling deranged v0.5.3 |
| 1524 | 2026-01-22T04:16:02.721Z | Compiling want v0.3.1 |
| 1525 | 2026-01-22T04:16:02.987Z | Compiling foreign-types v0.3.2 |
| 1526 | 2026-01-22T04:16:03.770Z | Compiling darling_macro v0.20.10 |
| 1527 | 2026-01-22T04:16:04.457Z | Compiling goblin v0.10.2 |
| 1528 | 2026-01-22T04:16:04.586Z | Compiling darling v0.20.10 |
| 1529 | 2026-01-22T04:16:05.067Z | Compiling ipnet v2.11.0 |
| 1530 | 2026-01-22T04:16:05.104Z | Compiling openssl-macros v0.1.1 |
| 1531 | 2026-01-22T04:16:05.708Z | Compiling wait-timeout v0.2.0 |
| 1532 | 2026-01-22T04:16:05.750Z | Compiling gimli v0.31.1 |
| 1533 | 2026-01-22T04:16:05.838Z | Compiling quick-error v1.2.3 |
| 1534 | 2026-01-22T04:16:06.001Z | Compiling usdt-impl v0.6.0 |
| 1535 | 2026-01-22T04:16:06.076Z | Compiling crossbeam-utils v0.8.21 |
| 1536 | 2026-01-22T04:16:06.190Z | Compiling syn v1.0.109 |
| 1537 | 2026-01-22T04:16:06.319Z | Compiling native-tls v0.2.12 |
| 1538 | 2026-01-22T04:16:06.551Z | Compiling rustls v0.23.19 |
| 1539 | 2026-01-22T04:16:06.675Z | Compiling bit-vec v0.8.0 |
| 1540 | 2026-01-22T04:16:06.743Z | Compiling num_threads v0.1.7 |
| 1541 | 2026-01-22T04:16:06.871Z | Compiling httpdate v1.0.3 |
| 1542 | 2026-01-22T04:16:06.896Z | Compiling time v0.3.43 |
| 1543 | 2026-01-22T04:16:07.118Z | Compiling bit-set v0.8.0 |
| 1544 | 2026-01-22T04:16:07.442Z | Compiling rusty-fork v0.3.0 |
| 1545 | 2026-01-22T04:16:08.048Z | Compiling derive_builder_core v0.20.2 |
| 1546 | 2026-01-22T04:16:09.800Z | Compiling addr2line v0.24.2 |
| 1547 | 2026-01-22T04:16:09.862Z | Compiling hyper v1.8.1 |
| 1548 | 2026-01-22T04:16:10.371Z | Compiling unicode-normalization v0.1.24 |
| 1549 | 2026-01-22T04:16:10.406Z | Compiling dtrace-parser v0.3.0 |
| 1550 | 2026-01-22T04:16:10.488Z | Compiling heapless v0.7.17 |
| 1551 | 2026-01-22T04:16:10.864Z | Compiling dof v0.4.0 |
| 1552 | 2026-01-22T04:16:11.197Z | Compiling signature v2.2.0 |
| 1553 | 2026-01-22T04:16:11.505Z | Compiling thiserror-impl v1.0.69 |
| 1554 | 2026-01-22T04:16:11.946Z | Compiling scroll_derive v0.12.0 |
| 1555 | 2026-01-22T04:16:12.858Z | Compiling rand_xorshift v0.4.0 |
| 1556 | 2026-01-22T04:16:13.087Z | Compiling darling_core v0.21.0 |
| 1557 | 2026-01-22T04:16:13.137Z | Compiling slog v2.8.2 |
| 1558 | 2026-01-22T04:16:13.161Z | Compiling thread-id v5.0.0 |
| 1559 | 2026-01-22T04:16:13.297Z | Compiling cookie v0.18.1 |
| 1560 | 2026-01-22T04:16:13.440Z | Compiling object v0.36.5 |
| 1561 | 2026-01-22T04:16:13.583Z | Compiling crc32fast v1.4.2 |
| 1562 | 2026-01-22T04:16:13.916Z | Compiling rustc-demangle v0.1.24 |
| 1563 | 2026-01-22T04:16:13.997Z | Compiling unicode-bidi v0.3.17 |
| 1564 | 2026-01-22T04:16:14.046Z | Compiling zlib-rs v0.5.1 |
| 1565 | 2026-01-22T04:16:14.086Z | Compiling anyhow v1.0.99 |
| 1566 | 2026-01-22T04:16:14.698Z | Compiling zstd-safe v7.2.3 |
| 1567 | 2026-01-22T04:16:14.811Z | Compiling signal-hook v0.3.18 |
| 1568 | 2026-01-22T04:16:15.034Z | Compiling siphasher v0.3.11 |
| 1569 | 2026-01-22T04:16:15.094Z | Compiling unarray v0.1.4 |
| 1570 | 2026-01-22T04:16:15.147Z | Compiling unicode-properties v0.1.3 |
| 1571 | 2026-01-22T04:16:15.272Z | Compiling proptest v1.7.0 |
| 1572 | 2026-01-22T04:16:15.330Z | Compiling phf_shared v0.11.2 |
| 1573 | 2026-01-22T04:16:15.520Z | Compiling stringprep v0.1.5 |
| 1574 | 2026-01-22T04:16:15.687Z | Compiling thiserror v1.0.69 |
| 1575 | 2026-01-22T04:16:16.031Z | Compiling scroll v0.12.0 |
| 1576 | 2026-01-22T04:16:16.557Z | Compiling hyper-util v0.1.19 |
| 1577 | 2026-01-22T04:16:17.092Z | Compiling derive_builder_macro v0.20.2 |
| 1578 | 2026-01-22T04:16:18.131Z | Compiling ipnetwork v0.21.1 |
| 1579 | 2026-01-22T04:16:18.535Z | Compiling darling_macro v0.21.0 |
| 1580 | 2026-01-22T04:16:18.879Z | Compiling curve25519-dalek v4.1.3 |
| 1581 | 2026-01-22T04:16:19.303Z | Compiling serde_spanned v0.6.9 |
| 1582 | 2026-01-22T04:16:19.510Z | Compiling backtrace v0.3.74 |
| 1583 | 2026-01-22T04:16:19.538Z | Compiling serde_tokenstream v0.2.2 |
| 1584 | 2026-01-22T04:16:19.815Z | Compiling libz-rs-sys v0.5.1 |
| 1585 | 2026-01-22T04:16:20.071Z | Compiling erased-serde v0.3.31 |
| 1586 | 2026-01-22T04:16:20.095Z | Compiling toml_datetime v0.6.11 |
| 1587 | 2026-01-22T04:16:20.259Z | Compiling rand_chacha v0.3.1 |
| 1588 | 2026-01-22T04:16:20.402Z | Compiling md-5 v0.10.6 |
| 1589 | 2026-01-22T04:16:20.533Z | Compiling vergen-lib v0.1.6 |
| 1590 | 2026-01-22T04:16:20.683Z | Compiling num-integer v0.1.46 |
| 1591 | 2026-01-22T04:16:20.805Z | Compiling sync_wrapper v1.0.1 |
| 1592 | 2026-01-22T04:16:20.965Z | Compiling ff v0.13.0 |
| 1593 | 2026-01-22T04:16:21.187Z | Compiling hash32 v0.2.1 |
| 1594 | 2026-01-22T04:16:21.211Z | Compiling memoffset v0.9.1 |
| 1595 | 2026-01-22T04:16:21.301Z | Compiling smoltcp v0.9.1 |
| 1596 | 2026-01-22T04:16:21.487Z | Compiling base16ct v0.2.0 |
| 1597 | 2026-01-22T04:16:21.526Z | Compiling fallible-iterator v0.2.0 |
| 1598 | 2026-01-22T04:16:21.804Z | Compiling ref-cast v1.0.25 |
| 1599 | 2026-01-22T04:16:21.854Z | Compiling num-bigint-dig v0.8.6 |
| 1600 | 2026-01-22T04:16:21.926Z | Compiling cfg_aliases v0.2.1 |
| 1601 | 2026-01-22T04:16:22.046Z | Compiling psl-types v2.0.11 |
| 1602 | 2026-01-22T04:16:22.071Z | Compiling litrs v0.4.1 |
| 1603 | 2026-01-22T04:16:22.211Z | Compiling postgres-protocol v0.6.8 |
| 1604 | 2026-01-22T04:16:22.244Z | Compiling nix v0.29.0 |
| 1605 | 2026-01-22T04:16:22.278Z | Compiling publicsuffix v2.3.0 |
| 1606 | 2026-01-22T04:16:22.471Z | Compiling sec1 v0.7.3 |
| 1607 | 2026-01-22T04:16:22.953Z | Compiling group v0.13.0 |
| 1608 | 2026-01-22T04:16:23.000Z | Compiling num-iter v0.1.45 |
| 1609 | 2026-01-22T04:16:23.112Z | Compiling document-features v0.2.11 |
| 1610 | 2026-01-22T04:16:23.278Z | Compiling tower v0.5.2 |
| 1611 | 2026-01-22T04:16:23.361Z | Compiling rand v0.8.5 |
| 1612 | 2026-01-22T04:16:23.722Z | Compiling newtype-uuid v1.3.2 |
| 1613 | 2026-01-22T04:16:24.220Z | Compiling flate2 v1.1.2 |
| 1614 | 2026-01-22T04:16:24.400Z | Compiling darling v0.21.0 |
| 1615 | 2026-01-22T04:16:24.424Z | Compiling oxnet v0.1.4 |
| 1616 | 2026-01-22T04:16:24.536Z | Compiling derive_builder v0.20.2 |
| 1617 | 2026-01-22T04:16:24.737Z | Compiling tokio-native-tls v0.3.1 |
| 1618 | 2026-01-22T04:16:24.760Z | Compiling goblin v0.8.2 |
| 1619 | 2026-01-22T04:16:25.198Z | Compiling rustls-native-certs v0.8.1 |
| 1620 | 2026-01-22T04:16:25.540Z | Compiling webpki-roots v1.0.1 |
| 1621 | 2026-01-22T04:16:25.727Z | Compiling http-body-util v0.1.3 |
| 1622 | 2026-01-22T04:16:25.751Z | Compiling strum_macros v0.27.2 |
| 1623 | 2026-01-22T04:16:25.858Z | Compiling terminal_size v0.4.0 |
| 1624 | 2026-01-22T04:16:26.085Z | Compiling cargo-platform v0.1.8 |
| 1625 | 2026-01-22T04:16:26.109Z | Compiling hkdf v0.12.4 |
| 1626 | 2026-01-22T04:16:26.201Z | Compiling crypto-bigint v0.5.5 |
| 1627 | 2026-01-22T04:16:26.402Z | Compiling ref-cast-impl v1.0.25 |
| 1628 | 2026-01-22T04:16:26.570Z | Compiling daft-derive v0.1.4 |
| 1629 | 2026-01-22T04:16:27.507Z | Compiling async-trait v0.1.89 |
| 1630 | 2026-01-22T04:16:28.087Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1631 | 2026-01-22T04:16:28.359Z | Compiling hubpack_derive v0.1.1 |
| 1632 | 2026-01-22T04:16:29.266Z | Compiling vergen v9.0.6 |
| 1633 | 2026-01-22T04:16:29.607Z | Compiling ahash v0.8.12 |
| 1634 | 2026-01-22T04:16:29.659Z | Compiling fs-err v3.1.1 |
| 1635 | 2026-01-22T04:16:29.930Z | Compiling bumpalo v3.16.0 |
| 1636 | 2026-01-22T04:16:29.987Z | Compiling simd-adler32 v0.3.7 |
| 1637 | 2026-01-22T04:16:30.021Z | Compiling lockfree-object-pool v0.1.6 |
| 1638 | 2026-01-22T04:16:30.157Z | Compiling ryu v1.0.18 |
| 1639 | 2026-01-22T04:16:30.285Z | Compiling winnow v0.5.40 |
| 1640 | 2026-01-22T04:16:30.406Z | Compiling managed v0.8.0 |
| 1641 | 2026-01-22T04:16:30.506Z | Compiling bitflags v1.3.2 |
| 1642 | 2026-01-22T04:16:30.529Z | Compiling iri-string v0.7.8 |
| 1643 | 2026-01-22T04:16:30.628Z | Compiling buf-list v1.0.3 |
| 1644 | 2026-01-22T04:16:30.849Z | Compiling unicode-segmentation v1.12.0 |
| 1645 | 2026-01-22T04:16:31.493Z | Compiling serde_urlencoded v0.7.1 |
| 1646 | 2026-01-22T04:16:31.625Z | Compiling zopfli v0.8.1 |
| 1647 | 2026-01-22T04:16:32.007Z | Compiling dof v0.3.0 |
| 1648 | 2026-01-22T04:16:32.997Z | Compiling strum v0.27.2 |
| 1649 | 2026-01-22T04:16:33.172Z | Compiling clap_builder v4.5.48 |
| 1650 | 2026-01-22T04:16:33.215Z | Compiling tower-http v0.6.6 |
| 1651 | 2026-01-22T04:16:33.308Z | Compiling toml_edit v0.19.15 |
| 1652 | 2026-01-22T04:16:33.681Z | Compiling hubpack v0.1.2 |
| 1653 | 2026-01-22T04:16:34.063Z | Compiling elliptic-curve v0.13.8 |
| 1654 | 2026-01-22T04:16:34.087Z | Compiling daft v0.1.4 |
| 1655 | 2026-01-22T04:16:34.345Z | Compiling cargo_metadata v0.19.2 |
| 1656 | 2026-01-22T04:16:34.723Z | Compiling hyper-tls v0.6.0 |
| 1657 | 2026-01-22T04:16:34.901Z | Compiling cookie_store v0.21.1 |
| 1658 | 2026-01-22T04:16:35.116Z | Compiling signal-hook-mio v0.2.4 |
| 1659 | 2026-01-22T04:16:35.292Z | Compiling zstd v0.13.3 |
| 1660 | 2026-01-22T04:16:36.490Z | Compiling serde_with_macros v3.16.1 |
| 1661 | 2026-01-22T04:16:37.388Z | Compiling postgres-types v0.2.9 |
| 1662 | 2026-01-22T04:16:38.726Z | Compiling usdt-attr-macro v0.6.0 |
| 1663 | 2026-01-22T04:16:38.810Z | Compiling usdt-macro v0.6.0 |
| 1664 | 2026-01-22T04:16:38.837Z | Compiling dtrace-parser v0.2.0 |
| 1665 | 2026-01-22T04:16:39.450Z | Compiling phf v0.11.2 |
| 1666 | 2026-01-22T04:16:39.761Z | Compiling ed25519 v2.2.3 |
| 1667 | 2026-01-22T04:16:40.201Z | Compiling bzip2 v0.4.4 |
| 1668 | 2026-01-22T04:16:40.225Z | Compiling bzip2 v0.5.2 |
| 1669 | 2026-01-22T04:16:40.250Z | Compiling pkcs1 v0.7.5 |
| 1670 | 2026-01-22T04:16:40.304Z | Compiling clap_derive v4.5.47 |
| 1671 | 2026-01-22T04:16:40.562Z | Compiling strum_macros v0.26.4 |
| 1672 | 2026-01-22T04:16:40.589Z | Compiling enum-as-inner v0.6.1 |
| 1673 | 2026-01-22T04:16:40.618Z | Compiling serde-big-array v0.5.1 |
| 1674 | 2026-01-22T04:16:40.863Z | Compiling hex v0.4.3 |
| 1675 | 2026-01-22T04:16:41.088Z | Compiling rfc6979 v0.4.0 |
| 1676 | 2026-01-22T04:16:41.290Z | Compiling bstr v1.10.0 |
| 1677 | 2026-01-22T04:16:41.447Z | Compiling serde_repr v0.1.19 |
| 1678 | 2026-01-22T04:16:41.486Z | Compiling float-cmp v0.10.0 |
| 1679 | 2026-01-22T04:16:41.601Z | Compiling env_filter v0.1.2 |
| 1680 | 2026-01-22T04:16:41.755Z | Compiling socket2 v0.5.10 |
| 1681 | 2026-01-22T04:16:42.198Z | Compiling memmap2 v0.9.8 |
| 1682 | 2026-01-22T04:16:42.431Z | Compiling encoding_rs v0.8.34 |
| 1683 | 2026-01-22T04:16:42.599Z | Compiling fixedbitset v0.5.7 |
| 1684 | 2026-01-22T04:16:42.622Z | Compiling foldhash v0.2.0 |
| 1685 | 2026-01-22T04:16:42.696Z | Compiling difflib v0.4.0 |
| 1686 | 2026-01-22T04:16:43.018Z | Compiling predicates-core v1.0.8 |
| 1687 | 2026-01-22T04:16:43.223Z | Compiling jiff v0.2.15 |
| 1688 | 2026-01-22T04:16:43.344Z | Compiling whoami v1.5.2 |
| 1689 | 2026-01-22T04:16:43.874Z | Compiling precomputed-hash v0.1.1 |
| 1690 | 2026-01-22T04:16:43.898Z | Compiling mime v0.3.17 |
| 1691 | 2026-01-22T04:16:43.923Z | Compiling keccak v0.1.5 |
| 1692 | 2026-01-22T04:16:44.034Z | Compiling rustc-hash v2.1.1 |
| 1693 | 2026-01-22T04:16:44.173Z | Compiling normalize-line-endings v0.3.0 |
| 1694 | 2026-01-22T04:16:44.323Z | Compiling new_debug_unreachable v1.0.6 |
| 1695 | 2026-01-22T04:16:44.410Z | Compiling static_assertions v1.1.0 |
| 1696 | 2026-01-22T04:16:44.445Z | Compiling fixedbitset v0.4.2 |
| 1697 | 2026-01-22T04:16:44.469Z | Compiling data-encoding v2.9.0 |
| 1698 | 2026-01-22T04:16:44.536Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1699 | 2026-01-22T04:16:44.865Z | Compiling petgraph v0.6.5 |
| 1700 | 2026-01-22T04:16:45.506Z | Compiling hickory-proto v0.25.2 |
| 1701 | 2026-01-22T04:16:45.618Z | Compiling string_cache v0.8.9 |
| 1702 | 2026-01-22T04:16:45.963Z | Compiling predicates v3.1.3 |
| 1703 | 2026-01-22T04:16:46.032Z | Compiling toml_edit v0.22.27 |
| 1704 | 2026-01-22T04:16:47.360Z | Compiling sha3 v0.10.8 |
| 1705 | 2026-01-22T04:16:47.987Z | Compiling iddqd v0.3.16 |
| 1706 | 2026-01-22T04:16:48.108Z | Compiling strum v0.26.3 |
| 1707 | 2026-01-22T04:16:48.282Z | Compiling clap v4.5.48 |
| 1708 | 2026-01-22T04:16:48.320Z | Compiling tokio-postgres v0.7.13 |
| 1709 | 2026-01-22T04:16:48.413Z | Compiling petgraph v0.8.2 |
| 1710 | 2026-01-22T04:16:50.337Z | Compiling zip v4.2.0 |
| 1711 | 2026-01-22T04:16:50.414Z | Compiling usdt v0.6.0 |
| 1712 | 2026-01-22T04:16:50.883Z | Compiling similar v2.7.0 |
| 1713 | 2026-01-22T04:16:52.179Z | Compiling env_logger v0.11.8 |
| 1714 | 2026-01-22T04:16:52.306Z | Compiling usdt-impl v0.5.0 |
| 1715 | 2026-01-22T04:16:52.609Z | Compiling serde_with v3.16.1 |
| 1716 | 2026-01-22T04:16:52.714Z | Compiling ecdsa v0.16.9 |
| 1717 | 2026-01-22T04:16:52.860Z | Compiling rsa v0.9.8 |
| 1718 | 2026-01-22T04:16:52.905Z | Compiling zip v0.6.6 |
| 1719 | 2026-01-22T04:16:53.463Z | Compiling ed25519-dalek v2.1.1 |
| 1720 | 2026-01-22T04:16:53.690Z | Compiling toml v0.7.8 |
| 1721 | 2026-01-22T04:16:54.635Z | Compiling crossterm v0.28.1 |
| 1722 | 2026-01-22T04:16:55.212Z | Compiling heck v0.4.1 |
| 1723 | 2026-01-22T04:16:55.608Z | Compiling crossbeam-epoch v0.9.18 |
| 1724 | 2026-01-22T04:16:55.686Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1725 | 2026-01-22T04:16:55.710Z | Compiling tokio-stream v0.1.17 |
| 1726 | 2026-01-22T04:16:55.908Z | Compiling x509-cert v0.2.5 |
| 1727 | 2026-01-22T04:16:56.070Z | Compiling openapiv3 v2.2.0 |
| 1728 | 2026-01-22T04:16:56.208Z | Compiling sha1 v0.10.6 |
| 1729 | 2026-01-22T04:16:56.347Z | Compiling itertools v0.13.0 |
| 1730 | 2026-01-22T04:16:56.573Z | Compiling itertools v0.10.5 |
| 1731 | 2026-01-22T04:16:56.602Z | Compiling winnow v0.6.26 |
| 1732 | 2026-01-22T04:16:57.321Z | Compiling lalrpop-util v0.19.12 |
| 1733 | 2026-01-22T04:16:57.627Z | Compiling peg-runtime v0.8.5 |
| 1734 | 2026-01-22T04:16:58.127Z | Compiling thread_local v1.1.8 |
| 1735 | 2026-01-22T04:16:58.569Z | Compiling slog-async v2.8.0 |
| 1736 | 2026-01-22T04:16:58.746Z | Compiling crossbeam-channel v0.5.15 |
| 1737 | 2026-01-22T04:16:58.915Z | Compiling xattr v1.3.1 |
| 1738 | 2026-01-22T04:16:59.095Z | Compiling futures-executor v0.3.31 |
| 1739 | 2026-01-22T04:16:59.155Z | Compiling is-terminal v0.4.13 |
| 1740 | 2026-01-22T04:16:59.179Z | Compiling filetime v0.2.26 |
| 1741 | 2026-01-22T04:16:59.266Z | Compiling take_mut v0.2.2 |
| 1742 | 2026-01-22T04:16:59.343Z | Compiling term v1.1.0 |
| 1743 | 2026-01-22T04:16:59.523Z | Compiling tar v0.4.44 |
| 1744 | 2026-01-22T04:16:59.546Z | Compiling futures v0.3.31 |
| 1745 | 2026-01-22T04:17:00.326Z | Compiling slog-term v2.9.2 |
| 1746 | 2026-01-22T04:17:01.761Z | Compiling aws-lc-sys v0.26.0 |
| 1747 | 2026-01-22T04:17:34.715Z | Compiling rustls-webpki v0.102.8 |
| 1748 | 2026-01-22T04:17:40.658Z | Compiling tokio-rustls v0.26.0 |
| 1749 | 2026-01-22T04:17:40.980Z | Compiling hyper-rustls v0.27.7 |
| 1750 | 2026-01-22T04:17:41.326Z | Compiling reqwest v0.12.24 |
| 1751 | 2026-01-22T04:17:45.885Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1752 | 2026-01-22T04:17:46.276Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1753 | 2026-01-22T04:17:52.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s |
| 1754 | 2026-01-22T04:17:52.253Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1755 | 2026-01-22T04:17:52.335Z | Jan 22 04:17:51.979 INFO Starting download, target: Clickhouse |
| 1756 | 2026-01-22T04:17:52.336Z | Jan 22 04:17:51.981 INFO Starting download, target: Cockroach |
| 1757 | 2026-01-22T04:17:52.336Z | Jan 22 04:17:51.981 INFO Starting download, target: Console |
| 1758 | 2026-01-22T04:17:52.336Z | Jan 22 04:17:51.981 INFO Starting download, target: DendriteStub |
| 1759 | 2026-01-22T04:17:52.336Z | Jan 22 04:17:51.981 INFO Starting download, target: TransceiverControl |
| 1760 | 2026-01-22T04:17:52.337Z | Jan 22 04:17:51.981 INFO Starting download, target: MaghemiteMgd |
| 1761 | 2026-01-22T04:17:52.384Z | Jan 22 04:17:51.982 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1762 | 2026-01-22T04:17:52.385Z | Jan 22 04:17:51.982 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1763 | 2026-01-22T04:17:52.385Z | Jan 22 04:17:51.982 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1764 | 2026-01-22T04:17:52.385Z | Jan 22 04:17:51.982 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1765 | 2026-01-22T04:17:52.385Z | Jan 22 04:17:51.982 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1766 | 2026-01-22T04:17:52.385Z | Jan 22 04:17:51.982 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1767 | 2026-01-22T04:17:52.651Z | Jan 22 04:17:52.309 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1768 | 2026-01-22T04:17:53.093Z | Jan 22 04:17:52.748 INFO Download complete, target: Console |
| 1769 | 2026-01-22T04:17:53.480Z | Jan 22 04:17:53.126 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1770 | 2026-01-22T04:17:53.929Z | Jan 22 04:17:53.574 INFO Download complete, target: TransceiverControl |
| 1771 | 2026-01-22T04:17:57.318Z | Jan 22 04:17:56.977 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1772 | 2026-01-22T04:17:57.647Z | Jan 22 04:17:57.305 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1773 | 2026-01-22T04:17:59.545Z | Jan 22 04:17:59.204 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1774 | 2026-01-22T04:17:59.545Z | Jan 22 04:17:59.204 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1775 | 2026-01-22T04:18:01.806Z | Jan 22 04:18:01.465 INFO Download complete, target: MaghemiteMgd |
| 1776 | 2026-01-22T04:18:02.506Z | Jan 22 04:18:02.143 INFO Download complete, target: DendriteStub |
| 1777 | 2026-01-22T04:18:05.131Z | Jan 22 04:18:04.790 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1778 | 2026-01-22T04:18:08.845Z | Jan 22 04:18:08.503 INFO Checking that binary works, target: Cockroach |
| 1779 | 2026-01-22T04:18:09.077Z | Jan 22 04:18:08.736 INFO Download complete, target: Cockroach |
| 1780 | 2026-01-22T04:18:18.025Z | Jan 22 04:18:17.683 INFO Checking that binary works, target: Clickhouse |
| 1781 | 2026-01-22T04:18:18.226Z | Jan 22 04:18:17.885 INFO Download complete, target: Clickhouse |
| 1782 | 2026-01-22T04:18:18.254Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1783 | 2026-01-22T04:18:18.277Z | |
| 1784 | 2026-01-22T04:18:18.277Z | real 6:07.875058224 |
| 1785 | 2026-01-22T04:18:18.277Z | user 17:08.635927524 |
| 1786 | 2026-01-22T04:18:18.277Z | sys 2:48.293136121 |
| 1787 | 2026-01-22T04:18:18.277Z | trap 0.649962377 |
| 1788 | 2026-01-22T04:18:18.277Z | tflt 0.465960668 |
| 1789 | 2026-01-22T04:18:18.277Z | dflt 1.135303507 |
| 1790 | 2026-01-22T04:18:18.277Z | kflt 0.010191912 |
| 1791 | 2026-01-22T04:18:18.277Z | lock 43:46.378685360 |
| 1792 | 2026-01-22T04:18:18.278Z | slp 1:04:01.575792489 |
| 1793 | 2026-01-22T04:18:18.278Z | lat 1:25.962717515 |
| 1794 | 2026-01-22T04:18:18.278Z | stop 3:07.961456421 |
| 1795 | 2026-01-22T04:18:18.278Z | + banner clippy |
| 1796 | 2026-01-22T04:18:18.278Z | |
| 1797 | 2026-01-22T04:18:18.278Z | #### # # ##### ##### # # |
| 1798 | 2026-01-22T04:18:18.278Z | # # # # # # # # # # |
| 1799 | 2026-01-22T04:18:18.278Z | # # # # # # # # |
| 1800 | 2026-01-22T04:18:18.278Z | # # # ##### ##### # |
| 1801 | 2026-01-22T04:18:18.278Z | # # # # # # # |
| 1802 | 2026-01-22T04:18:18.278Z | #### ###### # # # # |
| 1803 | 2026-01-22T04:18:18.278Z | |
| 1804 | 2026-01-22T04:18:18.278Z | + export CARGO_INCREMENTAL=0 |
| 1805 | 2026-01-22T04:18:18.278Z | + CARGO_INCREMENTAL=0 |
| 1806 | 2026-01-22T04:18:18.278Z | + ptime -m cargo xtask clippy |
| 1807 | 2026-01-22T04:18:19.403Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1808 | 2026-01-22T04:18:19.708Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1809 | 2026-01-22T04:18:23.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s |
| 1810 | 2026-01-22T04:18:23.789Z | Running `target/debug/xtask clippy` |
| 1811 | 2026-01-22T04:18:23.829Z | running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1812 | 2026-01-22T04:18:25.152Z | Downloading crates ... |
| 1813 | 2026-01-22T04:18:25.556Z | Downloaded async-io v2.3.4 |
| 1814 | 2026-01-22T04:18:25.582Z | Downloaded event-listener-strategy v0.5.2 |
| 1815 | 2026-01-22T04:18:25.582Z | Downloaded escape8259 v0.5.3 |
| 1816 | 2026-01-22T04:18:25.582Z | Downloaded assert_cmd v2.0.17 |
| 1817 | 2026-01-22T04:18:25.582Z | Downloaded criterion-plot v0.6.0 |
| 1818 | 2026-01-22T04:18:25.582Z | Downloaded datatest-stable v0.3.2 |
| 1819 | 2026-01-22T04:18:25.583Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1820 | 2026-01-22T04:18:25.583Z | Downloaded async-channel v2.3.1 |
| 1821 | 2026-01-22T04:18:25.583Z | Downloaded async-executor v1.13.1 |
| 1822 | 2026-01-22T04:18:25.607Z | Downloaded hashbrown v0.14.5 |
| 1823 | 2026-01-22T04:18:25.607Z | Downloaded terminal_size v0.1.17 |
| 1824 | 2026-01-22T04:18:25.607Z | Downloaded proc-macro-crate v3.2.0 |
| 1825 | 2026-01-22T04:18:25.607Z | Downloaded pathdiff v0.2.3 |
| 1826 | 2026-01-22T04:18:25.607Z | Downloaded serde_regex v1.1.0 |
| 1827 | 2026-01-22T04:18:25.607Z | Downloaded tinytemplate v1.2.1 |
| 1828 | 2026-01-22T04:18:25.607Z | Downloaded trybuild v1.0.106 |
| 1829 | 2026-01-22T04:18:25.630Z | Downloaded textwrap v0.15.2 |
| 1830 | 2026-01-22T04:18:25.630Z | Downloaded supports-color v2.1.0 |
| 1831 | 2026-01-22T04:18:25.630Z | Downloaded knuffel-derive v3.2.0 |
| 1832 | 2026-01-22T04:18:25.630Z | Downloaded rand_distr v0.5.1 |
| 1833 | 2026-01-22T04:18:25.630Z | Downloaded async-std v1.13.0 |
| 1834 | 2026-01-22T04:18:25.654Z | Downloaded stringmetrics v2.2.2 |
| 1835 | 2026-01-22T04:18:25.654Z | Downloaded plotters-svg v0.3.7 |
| 1836 | 2026-01-22T04:18:25.654Z | Downloaded oorandom v11.1.4 |
| 1837 | 2026-01-22T04:18:25.654Z | Downloaded libtest-mimic v0.8.1 |
| 1838 | 2026-01-22T04:18:25.654Z | Downloaded knuffel v3.2.0 |
| 1839 | 2026-01-22T04:18:25.677Z | Downloaded async-process v2.3.0 |
| 1840 | 2026-01-22T04:18:25.677Z | Downloaded cfg-expr v0.20.1 |
| 1841 | 2026-01-22T04:18:25.677Z | Downloaded blake2b_simd v1.0.2 |
| 1842 | 2026-01-22T04:18:25.677Z | Downloaded target-spec v3.5.0 |
| 1843 | 2026-01-22T04:18:25.677Z | Downloaded relative-path v1.9.3 |
| 1844 | 2026-01-22T04:18:25.677Z | Downloaded polling v3.7.3 |
| 1845 | 2026-01-22T04:18:25.677Z | Downloaded plotters-backend v0.3.7 |
| 1846 | 2026-01-22T04:18:25.677Z | Downloaded plotters v0.3.7 |
| 1847 | 2026-01-22T04:18:25.701Z | Downloaded parking v2.2.1 |
| 1848 | 2026-01-22T04:18:25.701Z | Downloaded httptest v0.16.3 |
| 1849 | 2026-01-22T04:18:25.701Z | Downloaded chumsky v0.9.3 |
| 1850 | 2026-01-22T04:18:25.701Z | Downloaded async-object-pool v0.1.5 |
| 1851 | 2026-01-22T04:18:25.701Z | Downloaded termcolor v1.4.1 |
| 1852 | 2026-01-22T04:18:25.701Z | Downloaded target-lexicon v0.13.2 |
| 1853 | 2026-01-22T04:18:25.701Z | Downloaded supports-unicode v2.1.0 |
| 1854 | 2026-01-22T04:18:25.702Z | Downloaded supports-hyperlinks v2.1.0 |
| 1855 | 2026-01-22T04:18:25.702Z | Downloaded rstest v0.25.0 |
| 1856 | 2026-01-22T04:18:25.725Z | Downloaded rstest_macros v0.25.0 |
| 1857 | 2026-01-22T04:18:25.725Z | Downloaded miette v5.10.0 |
| 1858 | 2026-01-22T04:18:25.725Z | Downloaded httpmock v0.8.0-alpha.1 |
| 1859 | 2026-01-22T04:18:25.748Z | Downloaded path-tree v0.8.1 |
| 1860 | 2026-01-22T04:18:25.748Z | Downloaded nested v0.1.1 |
| 1861 | 2026-01-22T04:18:25.748Z | Downloaded miette-derive v5.10.0 |
| 1862 | 2026-01-22T04:18:25.748Z | Downloaded kv-log-macro v1.0.7 |
| 1863 | 2026-01-22T04:18:25.748Z | Downloaded blocking v1.6.1 |
| 1864 | 2026-01-22T04:18:25.748Z | Downloaded target-triple v0.1.3 |
| 1865 | 2026-01-22T04:18:25.748Z | Downloaded similar-asserts v1.7.0 |
| 1866 | 2026-01-22T04:18:25.748Z | Downloaded rust-argon2 v2.1.0 |
| 1867 | 2026-01-22T04:18:25.749Z | Downloaded piper v0.2.4 |
| 1868 | 2026-01-22T04:18:25.749Z | Downloaded partial-io v0.5.4 |
| 1869 | 2026-01-22T04:18:25.749Z | Downloaded owo-colors v3.5.0 |
| 1870 | 2026-01-22T04:18:25.772Z | Downloaded guppy v0.17.20 |
| 1871 | 2026-01-22T04:18:25.772Z | Downloaded fancy-regex v0.14.0 |
| 1872 | 2026-01-22T04:18:25.772Z | Downloaded criterion v0.7.0 |
| 1873 | 2026-01-22T04:18:25.772Z | Downloaded backtrace-ext v0.2.1 |
| 1874 | 2026-01-22T04:18:25.772Z | Downloaded async-signal v0.2.10 |
| 1875 | 2026-01-22T04:18:25.772Z | Downloaded async-global-executor v2.4.1 |
| 1876 | 2026-01-22T04:18:25.772Z | Downloaded futures-timer v3.0.3 |
| 1877 | 2026-01-22T04:18:25.796Z | Downloaded async-channel v1.9.0 |
| 1878 | 2026-01-22T04:18:25.796Z | Downloaded async-attributes v1.1.2 |
| 1879 | 2026-01-22T04:18:25.796Z | Downloaded assert-json-diff v2.0.2 |
| 1880 | 2026-01-22T04:18:25.796Z | Downloaded approx v0.5.1 |
| 1881 | 2026-01-22T04:18:25.796Z | Downloaded futures-lite v2.3.0 |
| 1882 | 2026-01-22T04:18:25.796Z | Downloaded event-listener v2.5.3 |
| 1883 | 2026-01-22T04:18:25.796Z | Downloaded doc-comment v0.3.3 |
| 1884 | 2026-01-22T04:18:25.796Z | Downloaded concurrent-queue v2.5.0 |
| 1885 | 2026-01-22T04:18:25.796Z | Downloaded async-task v4.7.1 |
| 1886 | 2026-01-22T04:18:25.796Z | Downloaded async-lock v3.4.0 |
| 1887 | 2026-01-22T04:18:25.796Z | Downloaded event-listener v5.3.1 |
| 1888 | 2026-01-22T04:18:25.797Z | Downloaded cast v0.3.0 |
| 1889 | 2026-01-22T04:18:25.797Z | Downloaded anes v0.1.6 |
| 1890 | 2026-01-22T04:18:29.066Z | Checking cfg-if v1.0.4 |
| 1891 | 2026-01-22T04:18:29.166Z | Checking libc v0.2.180 |
| 1892 | 2026-01-22T04:18:29.166Z | Checking serde_core v1.0.228 |
| 1893 | 2026-01-22T04:18:29.286Z | Checking memchr v2.7.4 |
| 1894 | 2026-01-22T04:18:29.338Z | Checking smallvec v1.15.1 |
| 1895 | 2026-01-22T04:18:29.400Z | Checking value-bag v1.12.0 |
| 1896 | 2026-01-22T04:18:29.464Z | Checking itoa v1.0.11 |
| 1897 | 2026-01-22T04:18:29.512Z | Checking scopeguard v1.2.0 |
| 1898 | 2026-01-22T04:18:29.570Z | Checking libm v0.2.8 |
| 1899 | 2026-01-22T04:18:29.722Z | Checking zeroize v1.8.1 |
| 1900 | 2026-01-22T04:18:29.770Z | Checking lock_api v0.4.12 |
| 1901 | 2026-01-22T04:18:29.826Z | Checking portable-atomic v1.11.0 |
| 1902 | 2026-01-22T04:18:29.875Z | Checking log v0.4.29 |
| 1903 | 2026-01-22T04:18:30.024Z | Checking stable_deref_trait v1.2.0 |
| 1904 | 2026-01-22T04:18:30.091Z | Checking critical-section v1.1.3 |
| 1905 | 2026-01-22T04:18:30.177Z | Checking pin-project-lite v0.2.14 |
| 1906 | 2026-01-22T04:18:30.227Z | Checking zerofrom v0.1.4 |
| 1907 | 2026-01-22T04:18:30.280Z | Checking getrandom v0.2.15 |
| 1908 | 2026-01-22T04:18:30.341Z | Checking getrandom v0.3.4 |
| 1909 | 2026-01-22T04:18:30.408Z | Checking num-traits v0.2.19 |
| 1910 | 2026-01-22T04:18:30.451Z | Checking zmij v1.0.15 |
| 1911 | 2026-01-22T04:18:30.508Z | Checking yoke v0.7.4 |
| 1912 | 2026-01-22T04:18:30.569Z | Checking percent-encoding v2.3.2 |
| 1913 | 2026-01-22T04:18:30.629Z | Checking writeable v0.5.5 |
| 1914 | 2026-01-22T04:18:30.652Z | Checking rand_core v0.6.4 |
| 1915 | 2026-01-22T04:18:30.749Z | Checking once_cell v1.21.3 |
| 1916 | 2026-01-22T04:18:30.853Z | Checking litemap v0.7.3 |
| 1917 | 2026-01-22T04:18:30.899Z | Checking byteorder v1.5.0 |
| 1918 | 2026-01-22T04:18:30.951Z | Checking zerovec v0.10.4 |
| 1919 | 2026-01-22T04:18:31.004Z | Checking icu_locid_transform_data v1.5.0 |
| 1920 | 2026-01-22T04:18:31.066Z | Checking subtle v2.6.1 |
| 1921 | 2026-01-22T04:18:31.125Z | Checking icu_properties_data v1.5.0 |
| 1922 | 2026-01-22T04:18:31.182Z | Checking utf16_iter v1.0.5 |
| 1923 | 2026-01-22T04:18:31.244Z | Checking write16 v1.0.0 |
| 1924 | 2026-01-22T04:18:31.320Z | Checking icu_normalizer_data v1.5.0 |
| 1925 | 2026-01-22T04:18:31.384Z | Checking utf8_iter v1.0.4 |
| 1926 | 2026-01-22T04:18:31.437Z | Checking form_urlencoded v1.2.2 |
| 1927 | 2026-01-22T04:18:31.437Z | Checking parking_lot_core v0.9.10 |
| 1928 | 2026-01-22T04:18:31.546Z | Checking signal-hook-registry v1.4.2 |
| 1929 | 2026-01-22T04:18:31.619Z | Checking typenum v1.17.0 |
| 1930 | 2026-01-22T04:18:31.678Z | Checking mio v1.0.2 |
| 1931 | 2026-01-22T04:18:31.743Z | Checking futures-core v0.3.31 |
| 1932 | 2026-01-22T04:18:31.796Z | Checking allocator-api2 v0.2.21 |
| 1933 | 2026-01-22T04:18:31.867Z | Checking socket2 v0.6.1 |
| 1934 | 2026-01-22T04:18:31.920Z | Checking parking_lot v0.12.3 |
| 1935 | 2026-01-22T04:18:31.999Z | Checking equivalent v1.0.2 |
| 1936 | 2026-01-22T04:18:32.167Z | Checking errno v0.3.12 |
| 1937 | 2026-01-22T04:18:32.263Z | Checking iana-time-zone v0.1.63 |
| 1938 | 2026-01-22T04:18:32.333Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1939 | 2026-01-22T04:18:32.391Z | Checking const-oid v0.9.6 |
| 1940 | 2026-01-22T04:18:32.414Z | Checking tinystr v0.7.6 |
| 1941 | 2026-01-22T04:18:32.414Z | Checking icu_collections v1.5.0 |
| 1942 | 2026-01-22T04:18:32.541Z | Checking futures-io v0.3.31 |
| 1943 | 2026-01-22T04:18:32.595Z | Checking zerocopy v0.7.35 |
| 1944 | 2026-01-22T04:18:32.652Z | Checking serde v1.0.228 |
| 1945 | 2026-01-22T04:18:32.652Z | Checking serde_json v1.0.149 |
| 1946 | 2026-01-22T04:18:32.766Z | Checking generic-array v0.14.7 |
| 1947 | 2026-01-22T04:18:32.819Z | Checking icu_locid v1.5.0 |
| 1948 | 2026-01-22T04:18:32.843Z | Checking uuid v1.19.0 |
| 1949 | 2026-01-22T04:18:33.137Z | Checking semver v1.0.27 |
| 1950 | 2026-01-22T04:18:33.497Z | Checking thiserror v1.0.69 |
| 1951 | 2026-01-22T04:18:33.549Z | Checking slab v0.4.9 |
| 1952 | 2026-01-22T04:18:33.603Z | Checking bytes v1.10.1 |
| 1953 | 2026-01-22T04:18:33.683Z | Checking bitflags v2.9.4 |
| 1954 | 2026-01-22T04:18:33.738Z | Checking chrono v0.4.42 |
| 1955 | 2026-01-22T04:18:33.796Z | Checking crypto-common v0.1.6 |
| 1956 | 2026-01-22T04:18:33.820Z | Checking icu_provider v1.5.0 |
| 1957 | 2026-01-22T04:18:33.904Z | Checking block-buffer v0.10.4 |
| 1958 | 2026-01-22T04:18:33.928Z | Checking thiserror v2.0.17 |
| 1959 | 2026-01-22T04:18:34.014Z | Checking dyn-clone v1.0.20 |
| 1960 | 2026-01-22T04:18:34.075Z | Checking pin-utils v0.1.0 |
| 1961 | 2026-01-22T04:18:34.163Z | Checking futures-sink v0.3.31 |
| 1962 | 2026-01-22T04:18:34.214Z | Checking digest v0.10.7 |
| 1963 | 2026-01-22T04:18:34.271Z | Checking cpufeatures v0.2.14 |
| 1964 | 2026-01-22T04:18:34.295Z | Checking hashbrown v0.16.1 |
| 1965 | 2026-01-22T04:18:34.319Z | Checking futures-task v0.3.31 |
| 1966 | 2026-01-22T04:18:34.435Z | Checking futures-channel v0.3.31 |
| 1967 | 2026-01-22T04:18:34.458Z | Checking icu_locid_transform v1.5.0 |
| 1968 | 2026-01-22T04:18:34.486Z | Checking rustix v0.38.37 |
| 1969 | 2026-01-22T04:18:34.597Z | Checking tokio v1.48.0 |
| 1970 | 2026-01-22T04:18:34.648Z | Checking ppv-lite86 v0.2.20 |
| 1971 | 2026-01-22T04:18:34.701Z | Checking foldhash v0.1.5 |
| 1972 | 2026-01-22T04:18:34.823Z | Checking futures-util v0.3.31 |
| 1973 | 2026-01-22T04:18:34.958Z | Checking hashbrown v0.15.4 |
| 1974 | 2026-01-22T04:18:35.243Z | Checking indexmap v2.12.1 |
| 1975 | 2026-01-22T04:18:35.315Z | Checking fnv v1.0.7 |
| 1976 | 2026-01-22T04:18:35.394Z | Checking icu_properties v1.5.1 |
| 1977 | 2026-01-22T04:18:35.446Z | Checking tracing-core v0.1.32 |
| 1978 | 2026-01-22T04:18:35.507Z | Checking regex-syntax v0.8.5 |
| 1979 | 2026-01-22T04:18:35.910Z | Checking spin v0.9.8 |
| 1980 | 2026-01-22T04:18:36.049Z | Checking tracing v0.1.40 |
| 1981 | 2026-01-22T04:18:36.270Z | Checking http v1.4.0 |
| 1982 | 2026-01-22T04:18:36.383Z | Checking crossbeam-utils v0.8.21 |
| 1983 | 2026-01-22T04:18:36.439Z | Checking adler2 v2.0.0 |
| 1984 | 2026-01-22T04:18:36.670Z | Checking miniz_oxide v0.8.5 |
| 1985 | 2026-01-22T04:18:37.103Z | Checking utf8parse v0.2.2 |
| 1986 | 2026-01-22T04:18:37.303Z | Checking base64 v0.22.1 |
| 1987 | 2026-01-22T04:18:37.351Z | Checking unicode-ident v1.0.19 |
| 1988 | 2026-01-22T04:18:37.407Z | Checking block-padding v0.3.3 |
| 1989 | 2026-01-22T04:18:37.462Z | Checking base64ct v1.6.0 |
| 1990 | 2026-01-22T04:18:37.596Z | Checking proc-macro2 v1.0.101 |
| 1991 | 2026-01-22T04:18:37.700Z | Checking inout v0.1.3 |
| 1992 | 2026-01-22T04:18:37.797Z | Checking ipnet v2.11.0 |
| 1993 | 2026-01-22T04:18:37.972Z | Checking aho-corasick v1.1.3 |
| 1994 | 2026-01-22T04:18:38.016Z | Checking cipher v0.4.4 |
| 1995 | 2026-01-22T04:18:38.153Z | Checking anstyle v1.0.11 |
| 1996 | 2026-01-22T04:18:38.254Z | Checking quote v1.0.40 |
| 1997 | 2026-01-22T04:18:38.339Z | Checking icu_normalizer v1.5.0 |
| 1998 | 2026-01-22T04:18:38.389Z | Checking atomic-waker v1.1.2 |
| 1999 | 2026-01-22T04:18:38.483Z | Checking fastrand v2.1.1 |
| 2000 | 2026-01-22T04:18:38.558Z | Checking powerfmt v0.2.0 |
| 2001 | 2026-01-22T04:18:38.616Z | Checking anstyle-parse v0.2.5 |
| 2002 | 2026-01-22T04:18:38.669Z | Checking syn v2.0.111 |
| 2003 | 2026-01-22T04:18:38.769Z | Checking sha2 v0.10.9 |
| 2004 | 2026-01-22T04:18:38.874Z | Checking anstyle-query v1.1.1 |
| 2005 | 2026-01-22T04:18:38.924Z | Checking deranged v0.5.3 |
| 2006 | 2026-01-22T04:18:38.977Z | Checking is_terminal_polyfill v1.70.1 |
| 2007 | 2026-01-22T04:18:39.065Z | Checking untrusted v0.9.0 |
| 2008 | 2026-01-22T04:18:39.132Z | Checking idna_adapter v1.2.0 |
| 2009 | 2026-01-22T04:18:39.177Z | Checking num-conv v0.1.0 |
| 2010 | 2026-01-22T04:18:39.273Z | Checking time-core v0.1.6 |
| 2011 | 2026-01-22T04:18:39.360Z | Checking colorchoice v1.0.2 |
| 2012 | 2026-01-22T04:18:39.383Z | Checking idna v1.0.3 |
| 2013 | 2026-01-22T04:18:39.469Z | Checking regex-automata v0.4.11 |
| 2014 | 2026-01-22T04:18:39.493Z | Checking num_threads v0.1.7 |
| 2015 | 2026-01-22T04:18:39.571Z | Checking anstream v0.6.18 |
| 2016 | 2026-01-22T04:18:39.595Z | Checking ring v0.17.14 |
| 2017 | 2026-01-22T04:18:39.697Z | Checking pem-rfc7468 v0.7.0 |
| 2018 | 2026-01-22T04:18:39.909Z | Checking url v2.5.4 |
| 2019 | 2026-01-22T04:18:39.973Z | Checking lazy_static v1.5.0 |
| 2020 | 2026-01-22T04:18:40.021Z | Checking hmac v0.12.1 |
| 2021 | 2026-01-22T04:18:40.157Z | Checking zerocopy v0.8.27 |
| 2022 | 2026-01-22T04:18:40.289Z | Checking httparse v1.9.5 |
| 2023 | 2026-01-22T04:18:40.715Z | Checking gimli v0.31.1 |
| 2024 | 2026-01-22T04:18:40.768Z | Checking schemars v0.8.22 |
| 2025 | 2026-01-22T04:18:40.816Z | Checking tokio-util v0.7.15 |
| 2026 | 2026-01-22T04:18:41.005Z | Checking time v0.3.43 |
| 2027 | 2026-01-22T04:18:41.550Z | Checking terminal_size v0.4.0 |
| 2028 | 2026-01-22T04:18:41.753Z | Checking rand_chacha v0.3.1 |
| 2029 | 2026-01-22T04:18:42.023Z | Checking object v0.36.5 |
| 2030 | 2026-01-22T04:18:42.176Z | Checking rustc-demangle v0.1.24 |
| 2031 | 2026-01-22T04:18:42.226Z | Checking rand v0.8.5 |
| 2032 | 2026-01-22T04:18:42.602Z | Checking rustls-pki-types v1.10.0 |
| 2033 | 2026-01-22T04:18:43.095Z | Checking strsim v0.11.1 |
| 2034 | 2026-01-22T04:18:43.143Z | Checking flagset v0.4.6 |
| 2035 | 2026-01-22T04:18:43.235Z | Checking clap_lex v0.7.4 |
| 2036 | 2026-01-22T04:18:43.291Z | Checking http-body v1.0.1 |
| 2037 | 2026-01-22T04:18:43.353Z | Checking aws-lc-sys v0.26.0 |
| 2038 | 2026-01-22T04:18:43.407Z | Checking der v0.7.10 |
| 2039 | 2026-01-22T04:18:43.459Z | Checking httpdate v1.0.3 |
| 2040 | 2026-01-22T04:18:43.543Z | Checking clap_builder v4.5.48 |
| 2041 | 2026-01-22T04:18:43.593Z | Checking untrusted v0.7.1 |
| 2042 | 2026-01-22T04:18:43.758Z | Checking try-lock v0.2.5 |
| 2043 | 2026-01-22T04:18:43.817Z | Checking h2 v0.4.6 |
| 2044 | 2026-01-22T04:18:43.953Z | Checking want v0.3.1 |
| 2045 | 2026-01-22T04:18:44.004Z | Checking tower-service v0.3.3 |
| 2046 | 2026-01-22T04:18:44.090Z | Checking addr2line v0.24.2 |
| 2047 | 2026-01-22T04:18:44.192Z | Checking tower-layer v0.3.3 |
| 2048 | 2026-01-22T04:18:44.246Z | Checking ryu v1.0.18 |
| 2049 | 2026-01-22T04:18:44.484Z | Checking pbkdf2 v0.12.2 |
| 2050 | 2026-01-22T04:18:44.536Z | Checking aes v0.8.4 |
| 2051 | 2026-01-22T04:18:44.590Z | Checking erased-serde v0.3.31 |
| 2052 | 2026-01-22T04:18:44.703Z | Checking rand_core v0.9.3 |
| 2053 | 2026-01-22T04:18:44.958Z | Checking spki v0.7.3 |
| 2054 | 2026-01-22T04:18:45.051Z | Checking mime v0.3.17 |
| 2055 | 2026-01-22T04:18:45.296Z | Checking aws-lc-rs v1.12.4 |
| 2056 | 2026-01-22T04:18:45.343Z | Checking salsa20 v0.10.2 |
| 2057 | 2026-01-22T04:18:45.343Z | Checking cbc v0.1.2 |
| 2058 | 2026-01-22T04:18:45.455Z | Checking rustix v1.1.3 |
| 2059 | 2026-01-22T04:18:45.514Z | Checking slog v2.8.2 |
| 2060 | 2026-01-22T04:18:45.617Z | Checking scrypt v0.11.0 |
| 2061 | 2026-01-22T04:18:45.672Z | Checking http-body-util v0.1.3 |
| 2062 | 2026-01-22T04:18:45.882Z | Checking regex v1.11.3 |
| 2063 | 2026-01-22T04:18:46.043Z | Checking pkcs5 v0.7.1 |
| 2064 | 2026-01-22T04:18:46.100Z | Checking rand_chacha v0.9.0 |
| 2065 | 2026-01-22T04:18:46.123Z | Checking clap v4.5.48 |
| 2066 | 2026-01-22T04:18:46.308Z | Checking foreign-types-shared v0.1.1 |
| 2067 | 2026-01-22T04:18:46.465Z | Checking openssl-probe v0.1.5 |
| 2068 | 2026-01-22T04:18:46.516Z | Checking rand v0.9.2 |
| 2069 | 2026-01-22T04:18:46.516Z | Checking foreign-types v0.3.2 |
| 2070 | 2026-01-22T04:18:46.643Z | Checking pkcs8 v0.10.2 |
| 2071 | 2026-01-22T04:18:46.714Z | Checking serde_urlencoded v0.7.1 |
| 2072 | 2026-01-22T04:18:46.766Z | Checking openssl-sys v0.9.109 |
| 2073 | 2026-01-22T04:18:46.913Z | Checking rustls-webpki v0.102.8 |
| 2074 | 2026-01-22T04:18:47.011Z | Checking encoding_rs v0.8.34 |
| 2075 | 2026-01-22T04:18:47.117Z | Checking backtrace v0.3.74 |
| 2076 | 2026-01-22T04:18:47.177Z | Checking hex v0.4.3 |
| 2077 | 2026-01-22T04:18:47.246Z | Checking tempfile v3.24.0 |
| 2078 | 2026-01-22T04:18:47.505Z | Checking plain v0.2.3 |
| 2079 | 2026-01-22T04:18:47.658Z | Checking ipnetwork v0.21.1 |
| 2080 | 2026-01-22T04:18:47.709Z | Checking ucd-trie v0.1.7 |
| 2081 | 2026-01-22T04:18:47.756Z | Checking anyhow v1.0.99 |
| 2082 | 2026-01-22T04:18:47.756Z | Checking rustls v0.23.19 |
| 2083 | 2026-01-22T04:18:47.780Z | Checking sync_wrapper v1.0.1 |
| 2084 | 2026-01-22T04:18:47.915Z | Checking openssl v0.10.73 |
| 2085 | 2026-01-22T04:18:47.975Z | Checking pest v2.8.2 |
| 2086 | 2026-01-22T04:18:47.998Z | Checking either v1.15.0 |
| 2087 | 2026-01-22T04:18:48.088Z | Checking psl-types v2.0.11 |
| 2088 | 2026-01-22T04:18:48.255Z | Checking pretty-hex v0.4.1 |
| 2089 | 2026-01-22T04:18:48.328Z | Checking publicsuffix v2.3.0 |
| 2090 | 2026-01-22T04:18:48.430Z | Checking tower v0.5.2 |
| 2091 | 2026-01-22T04:18:48.482Z | Checking rustls-native-certs v0.8.1 |
| 2092 | 2026-01-22T04:18:48.631Z | Checking cookie v0.18.1 |
| 2093 | 2026-01-22T04:18:48.731Z | Checking webpki-roots v1.0.1 |
| 2094 | 2026-01-22T04:18:48.833Z | Checking openapiv3 v2.2.0 |
| 2095 | 2026-01-22T04:18:48.958Z | Checking toml_datetime v0.6.11 |
| 2096 | 2026-01-22T04:18:49.088Z | Checking serde_spanned v0.6.9 |
| 2097 | 2026-01-22T04:18:49.138Z | Checking hyper v1.8.1 |
| 2098 | 2026-01-22T04:18:49.224Z | Checking iri-string v0.7.8 |
| 2099 | 2026-01-22T04:18:49.308Z | Checking cookie_store v0.21.1 |
| 2100 | 2026-01-22T04:18:49.361Z | Checking signature v2.2.0 |
| 2101 | 2026-01-22T04:18:49.603Z | Checking winnow v0.7.13 |
| 2102 | 2026-01-22T04:18:49.945Z | Checking sha1 v0.10.6 |
| 2103 | 2026-01-22T04:18:50.102Z | Checking data-encoding v2.9.0 |
| 2104 | 2026-01-22T04:18:50.256Z | Checking tinyvec_macros v0.1.1 |
| 2105 | 2026-01-22T04:18:50.389Z | Checking quick-error v1.2.3 |
| 2106 | 2026-01-22T04:18:50.563Z | Checking tinyvec v1.8.0 |
| 2107 | 2026-01-22T04:18:50.650Z | Checking num-integer v0.1.46 |
| 2108 | 2026-01-22T04:18:50.858Z | Checking hyper-util v0.1.19 |
| 2109 | 2026-01-22T04:18:51.118Z | Checking strum v0.26.3 |
| 2110 | 2026-01-22T04:18:51.314Z | Checking oxnet v0.1.4 |
| 2111 | 2026-01-22T04:18:51.417Z | Checking tower-http v0.6.6 |
| 2112 | 2026-01-22T04:18:51.480Z | Checking static_assertions v1.1.0 |
| 2113 | 2026-01-22T04:18:51.649Z | Checking bit-vec v0.8.0 |
| 2114 | 2026-01-22T04:18:51.720Z | Checking scroll v0.12.0 |
| 2115 | 2026-01-22T04:18:51.795Z | Checking wait-timeout v0.2.0 |
| 2116 | 2026-01-22T04:18:51.957Z | Checking crc32fast v1.4.2 |
| 2117 | 2026-01-22T04:18:52.008Z | Checking base16ct v0.2.0 |
| 2118 | 2026-01-22T04:18:52.068Z | Checking num-iter v0.1.45 |
| 2119 | 2026-01-22T04:18:52.126Z | Checking bit-set v0.8.0 |
| 2120 | 2026-01-22T04:18:52.184Z | Checking tokio-rustls v0.26.0 |
| 2121 | 2026-01-22T04:18:52.208Z | Checking goblin v0.8.2 |
| 2122 | 2026-01-22T04:18:52.300Z | Checking bstr v1.10.0 |
| 2123 | 2026-01-22T04:18:52.323Z | Checking native-tls v0.2.12 |
| 2124 | 2026-01-22T04:18:52.323Z | Checking sec1 v0.7.3 |
| 2125 | 2026-01-22T04:18:52.348Z | Checking ahash v0.8.12 |
| 2126 | 2026-01-22T04:18:52.504Z | Checking hubpack v0.1.2 |
| 2127 | 2026-01-22T04:18:52.590Z | Checking ff v0.13.0 |
| 2128 | 2026-01-22T04:18:52.679Z | Checking tokio-native-tls v0.3.1 |
| 2129 | 2026-01-22T04:18:52.789Z | Checking rusty-fork v0.3.0 |
| 2130 | 2026-01-22T04:18:52.843Z | Checking dtrace-parser v0.2.0 |
| 2131 | 2026-01-22T04:18:52.867Z | Checking group v0.13.0 |
| 2132 | 2026-01-22T04:18:52.867Z | Checking rand_xorshift v0.4.0 |
| 2133 | 2026-01-22T04:18:53.006Z | Checking hkdf v0.12.4 |
| 2134 | 2026-01-22T04:18:53.126Z | Checking crossbeam-epoch v0.9.18 |
| 2135 | 2026-01-22T04:18:53.176Z | Checking crypto-bigint v0.5.5 |
| 2136 | 2026-01-22T04:18:53.231Z | Checking thread-id v4.2.2 |
| 2137 | 2026-01-22T04:18:53.231Z | Checking zlib-rs v0.5.1 |
| 2138 | 2026-01-22T04:18:53.346Z | Checking unarray v0.1.4 |
| 2139 | 2026-01-22T04:18:53.369Z | Checking num-bigint-dig v0.8.6 |
| 2140 | 2026-01-22T04:18:53.461Z | Checking hyper-rustls v0.27.7 |
| 2141 | 2026-01-22T04:18:53.485Z | Checking hyper-tls v0.6.0 |
| 2142 | 2026-01-22T04:18:53.579Z | Checking proptest v1.7.0 |
| 2143 | 2026-01-22T04:18:53.633Z | Checking pkcs1 v0.7.5 |
| 2144 | 2026-01-22T04:18:53.839Z | Checking unicode-segmentation v1.12.0 |
| 2145 | 2026-01-22T04:18:53.885Z | Checking reqwest v0.12.24 |
| 2146 | 2026-01-22T04:18:54.041Z | Checking toml_write v0.1.2 |
| 2147 | 2026-01-22T04:18:54.358Z | Checking toml_edit v0.22.27 |
| 2148 | 2026-01-22T04:18:54.434Z | Checking x509-cert v0.2.5 |
| 2149 | 2026-01-22T04:18:54.855Z | Checking libz-rs-sys v0.5.1 |
| 2150 | 2026-01-22T04:18:55.082Z | Checking flate2 v1.1.2 |
| 2151 | 2026-01-22T04:18:55.139Z | Checking rsa v0.9.8 |
| 2152 | 2026-01-22T04:18:55.424Z | Checking elliptic-curve v0.13.8 |
| 2153 | 2026-01-22T04:18:55.561Z | Checking scroll v0.13.0 |
| 2154 | 2026-01-22T04:18:55.693Z | Checking winnow v0.5.40 |
| 2155 | 2026-01-22T04:18:55.773Z | Checking bitflags v1.3.2 |
| 2156 | 2026-01-22T04:18:55.922Z | Checking rfc6979 v0.4.0 |
| 2157 | 2026-01-22T04:18:56.013Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2158 | 2026-01-22T04:18:56.074Z | Checking goblin v0.10.2 |
| 2159 | 2026-01-22T04:18:56.099Z | Checking memmap2 v0.9.8 |
| 2160 | 2026-01-22T04:18:56.181Z | Checking ecdsa v0.16.9 |
| 2161 | 2026-01-22T04:18:56.239Z | Checking dtrace-parser v0.3.0 |
| 2162 | 2026-01-22T04:18:56.311Z | Checking dof v0.3.0 |
| 2163 | 2026-01-22T04:18:56.452Z | Checking itertools v0.13.0 |
| 2164 | 2026-01-22T04:18:56.588Z | Checking curve25519-dalek v4.1.3 |
| 2165 | 2026-01-22T04:18:56.737Z | Checking env_filter v0.1.2 |
| 2166 | 2026-01-22T04:18:56.903Z | Checking usdt-impl v0.5.0 |
| 2167 | 2026-01-22T04:18:56.955Z | Checking thread-id v5.0.0 |
| 2168 | 2026-01-22T04:18:57.009Z | Checking env_logger v0.11.8 |
| 2169 | 2026-01-22T04:18:57.131Z | Checking unicode-normalization v0.1.24 |
| 2170 | 2026-01-22T04:18:57.382Z | Checking ed25519 v2.2.3 |
| 2171 | 2026-01-22T04:18:57.438Z | Checking newtype-uuid v1.3.2 |
| 2172 | 2026-01-22T04:18:57.504Z | Checking signal-hook v0.3.18 |
| 2173 | 2026-01-22T04:18:57.722Z | Checking managed v0.8.0 |
| 2174 | 2026-01-22T04:18:57.816Z | Checking daft v0.1.4 |
| 2175 | 2026-01-22T04:18:57.870Z | Checking keccak v0.1.5 |
| 2176 | 2026-01-22T04:18:57.894Z | Checking serde_with v3.16.1 |
| 2177 | 2026-01-22T04:18:58.017Z | Checking toml_edit v0.19.15 |
| 2178 | 2026-01-22T04:18:58.105Z | Checking ed25519-dalek v2.1.1 |
| 2179 | 2026-01-22T04:18:58.154Z | Checking memoffset v0.9.1 |
| 2180 | 2026-01-22T04:18:58.220Z | Checking sha3 v0.10.8 |
| 2181 | 2026-01-22T04:18:58.283Z | Checking signal-hook-mio v0.2.4 |
| 2182 | 2026-01-22T04:18:58.337Z | Checking bzip2 v0.4.4 |
| 2183 | 2026-01-22T04:18:58.490Z | Checking ref-cast v1.0.25 |
| 2184 | 2026-01-22T04:18:58.540Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
| 2185 | 2026-01-22T04:18:58.624Z | Checking bumpalo v3.16.0 |
| 2186 | 2026-01-22T04:18:58.673Z | Checking lockfree-object-pool v0.1.6 |
| 2187 | 2026-01-22T04:18:58.697Z | Checking zip v0.6.6 |
| 2188 | 2026-01-22T04:18:58.782Z | Checking siphasher v0.3.11 |
| 2189 | 2026-01-22T04:18:58.836Z | Checking zstd-safe v7.2.3 |
| 2190 | 2026-01-22T04:18:58.957Z | Checking simd-adler32 v0.3.7 |
| 2191 | 2026-01-22T04:18:59.005Z | Checking crossterm v0.28.1 |
| 2192 | 2026-01-22T04:18:59.117Z | Checking phf_shared v0.11.2 |
| 2193 | 2026-01-22T04:18:59.177Z | Checking zstd v0.13.3 |
| 2194 | 2026-01-22T04:18:59.308Z | Checking zopfli v0.8.1 |
| 2195 | 2026-01-22T04:18:59.390Z | Checking bzip2 v0.5.2 |
| 2196 | 2026-01-22T04:18:59.438Z | Checking similar v2.7.0 |
| 2197 | 2026-01-22T04:18:59.551Z | Checking serde-big-array v0.5.1 |
| 2198 | 2026-01-22T04:18:59.708Z | Checking hash32 v0.2.1 |
| 2199 | 2026-01-22T04:18:59.808Z | Checking socket2 v0.5.10 |
| 2200 | 2026-01-22T04:18:59.930Z | Checking winnow v0.6.26 |
| 2201 | 2026-01-22T04:19:00.030Z | Checking predicates-core v1.0.8 |
| 2202 | 2026-01-22T04:19:00.132Z | Checking toml v0.7.8 |
| 2203 | 2026-01-22T04:19:00.222Z | Checking jiff v0.2.15 |
| 2204 | 2026-01-22T04:19:00.282Z | Checking unicode-bidi v0.3.17 |
| 2205 | 2026-01-22T04:19:00.334Z | Checking unicode-properties v0.1.3 |
| 2206 | 2026-01-22T04:19:00.468Z | Checking heapless v0.7.17 |
| 2207 | 2026-01-22T04:19:00.682Z | Checking hickory-proto v0.25.2 |
| 2208 | 2026-01-22T04:19:00.793Z | Checking tokio-stream v0.1.17 |
| 2209 | 2026-01-22T04:19:00.867Z | Checking stringprep v0.1.5 |
| 2210 | 2026-01-22T04:19:00.999Z | Checking dof v0.4.0 |
| 2211 | 2026-01-22T04:19:01.063Z | Checking fs-err v3.1.1 |
| 2212 | 2026-01-22T04:19:01.184Z | Checking md-5 v0.10.6 |
| 2213 | 2026-01-22T04:19:01.332Z | Checking float-cmp v0.10.0 |
| 2214 | 2026-01-22T04:19:01.443Z | Checking difflib v0.4.0 |
| 2215 | 2026-01-22T04:19:01.574Z | Checking fallible-iterator v0.2.0 |
| 2216 | 2026-01-22T04:19:01.624Z | Checking normalize-line-endings v0.3.0 |
| 2217 | 2026-01-22T04:19:01.677Z | Checking rustc-hash v2.1.1 |
| 2218 | 2026-01-22T04:19:01.810Z | Checking foldhash v0.2.0 |
| 2219 | 2026-01-22T04:19:01.860Z | Checking predicates v3.1.3 |
| 2220 | 2026-01-22T04:19:01.885Z | Checking usdt-impl v0.6.0 |
| 2221 | 2026-01-22T04:19:01.953Z | Checking smoltcp v0.9.1 |
| 2222 | 2026-01-22T04:19:02.100Z | Checking iddqd v0.3.16 |
| 2223 | 2026-01-22T04:19:02.172Z | Checking postgres-protocol v0.6.8 |
| 2224 | 2026-01-22T04:19:02.356Z | Checking nix v0.29.0 |
| 2225 | 2026-01-22T04:19:02.434Z | Checking usdt v0.6.0 |
| 2226 | 2026-01-22T04:19:02.521Z | Checking itertools v0.10.5 |
| 2227 | 2026-01-22T04:19:02.727Z | Checking buf-list v1.0.3 |
| 2228 | 2026-01-22T04:19:02.784Z | Checking strum v0.27.2 |
| 2229 | 2026-01-22T04:19:02.989Z | Checking fixedbitset v0.5.7 |
| 2230 | 2026-01-22T04:19:03.065Z | Checking lalrpop-util v0.19.12 |
| 2231 | 2026-01-22T04:19:03.217Z | Checking fixedbitset v0.4.2 |
| 2232 | 2026-01-22T04:19:03.378Z | Checking precomputed-hash v0.1.1 |
| 2233 | 2026-01-22T04:19:03.427Z | Checking new_debug_unreachable v1.0.6 |
| 2234 | 2026-01-22T04:19:03.525Z | Checking petgraph v0.6.5 |
| 2235 | 2026-01-22T04:19:03.585Z | Checking petgraph v0.8.2 |
| 2236 | 2026-01-22T04:19:03.610Z | Checking string_cache v0.8.9 |
| 2237 | 2026-01-22T04:19:03.610Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2238 | 2026-01-22T04:19:03.868Z | Checking postgres-types v0.2.9 |
| 2239 | 2026-01-22T04:19:03.954Z | Checking phf v0.11.2 |
| 2240 | 2026-01-22T04:19:04.224Z | Checking itertools v0.12.1 |
| 2241 | 2026-01-22T04:19:04.374Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2242 | 2026-01-22T04:19:04.456Z | Checking peg-runtime v0.8.5 |
| 2243 | 2026-01-22T04:19:04.713Z | Checking minimal-lexical v0.2.1 |
| 2244 | 2026-01-22T04:19:04.759Z | Checking whoami v1.5.2 |
| 2245 | 2026-01-22T04:19:05.067Z | Checking tokio-postgres v0.7.13 |
| 2246 | 2026-01-22T04:19:05.113Z | Checking nom v7.1.3 |
| 2247 | 2026-01-22T04:19:05.459Z | Checking zip v4.2.0 |
| 2248 | 2026-01-22T04:19:06.243Z | Checking camino v1.2.1 |
| 2249 | 2026-01-22T04:19:06.296Z | Compiling regress v0.10.4 |
| 2250 | 2026-01-22T04:19:06.320Z | Checking futures-executor v0.3.31 |
| 2251 | 2026-01-22T04:19:06.582Z | Checking is-terminal v0.4.13 |
| 2252 | 2026-01-22T04:19:06.657Z | Checking futures v0.3.31 |
| 2253 | 2026-01-22T04:19:06.712Z | Compiling unsafe-libyaml v0.2.11 |
| 2254 | 2026-01-22T04:19:06.805Z | Checking heck v0.5.0 |
| 2255 | 2026-01-22T04:19:06.853Z | Checking crossbeam-channel v0.5.15 |
| 2256 | 2026-01-22T04:19:06.877Z | Compiling rustls v0.22.4 |
| 2257 | 2026-01-22T04:19:07.063Z | Compiling newtype-uuid-macros v0.1.0 |
| 2258 | 2026-01-22T04:19:07.293Z | Compiling structmeta-derive v0.3.0 |
| 2259 | 2026-01-22T04:19:07.504Z | Checking thread_local v1.1.8 |
| 2260 | 2026-01-22T04:19:07.572Z | Compiling multer v3.1.0 |
| 2261 | 2026-01-22T04:19:07.805Z | Compiling serde_yaml v0.9.34+deprecated |
| 2262 | 2026-01-22T04:19:08.007Z | Compiling async-stream-impl v0.3.6 |
| 2263 | 2026-01-22T04:19:08.166Z | Checking take_mut v0.2.2 |
| 2264 | 2026-01-22T04:19:08.405Z | Checking term v1.1.0 |
| 2265 | 2026-01-22T04:19:08.428Z | Checking slog-async v2.8.0 |
| 2266 | 2026-01-22T04:19:08.518Z | Compiling dropshot v0.16.6 |
| 2267 | 2026-01-22T04:19:08.793Z | Compiling dropshot_endpoint v0.16.6 |
| 2268 | 2026-01-22T04:19:08.846Z | Checking slog-term v2.9.2 |
| 2269 | 2026-01-22T04:19:09.025Z | Checking match_cfg v0.1.0 |
| 2270 | 2026-01-22T04:19:09.140Z | Checking unicode-width v0.1.14 |
| 2271 | 2026-01-22T04:19:09.190Z | Compiling typify-impl v0.4.3 |
| 2272 | 2026-01-22T04:19:09.354Z | Compiling structmeta v0.3.0 |
| 2273 | 2026-01-22T04:19:09.451Z | Checking hostname v0.3.1 |
| 2274 | 2026-01-22T04:19:09.597Z | Checking debug-ignore v1.0.5 |
| 2275 | 2026-01-22T04:19:09.642Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2276 | 2026-01-22T04:19:09.749Z | Compiling derive-ex v0.1.8 |
| 2277 | 2026-01-22T04:19:09.799Z | Checking toml_parser v1.0.4 |
| 2278 | 2026-01-22T04:19:10.429Z | Checking serde_spanned v1.0.3 |
| 2279 | 2026-01-22T04:19:10.475Z | Checking toml_datetime v0.7.3 |
| 2280 | 2026-01-22T04:19:10.679Z | Checking serde_path_to_error v0.1.20 |
| 2281 | 2026-01-22T04:19:10.822Z | Checking toml_writer v1.0.4 |
| 2282 | 2026-01-22T04:19:11.190Z | Checking toml v0.9.8 |
| 2283 | 2026-01-22T04:19:11.261Z | Checking slog-json v2.6.1 |
| 2284 | 2026-01-22T04:19:11.550Z | Checking slog-bunyan v2.5.0 |
| 2285 | 2026-01-22T04:19:11.784Z | Checking async-stream v0.3.6 |
| 2286 | 2026-01-22T04:19:12.179Z | Checking rustls-pemfile v2.2.0 |
| 2287 | 2026-01-22T04:19:12.247Z | Checking waitgroup v0.1.2 |
| 2288 | 2026-01-22T04:19:12.299Z | Checking hostname v0.4.2 |
| 2289 | 2026-01-22T04:19:12.433Z | Checking progenitor-client v0.10.0 |
| 2290 | 2026-01-22T04:19:12.504Z | Compiling parse-display-derive v0.10.0 |
| 2291 | 2026-01-22T04:19:12.504Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2292 | 2026-01-22T04:19:12.504Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2293 | 2026-01-22T04:19:12.636Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2294 | 2026-01-22T04:19:12.764Z | Checking macaddr v1.0.1 |
| 2295 | 2026-01-22T04:19:12.852Z | Checking tabwriter v1.4.0 |
| 2296 | 2026-01-22T04:19:13.067Z | Compiling test-strategy v0.4.3 |
| 2297 | 2026-01-22T04:19:13.130Z | Checking instant v0.1.13 |
| 2298 | 2026-01-22T04:19:13.181Z | Checking itertools v0.14.0 |
| 2299 | 2026-01-22T04:19:13.251Z | Checking progenitor-client v0.11.2 |
| 2300 | 2026-01-22T04:19:13.315Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2301 | 2026-01-22T04:19:13.370Z | Checking backoff v0.4.0 |
| 2302 | 2026-01-22T04:19:13.532Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2303 | 2026-01-22T04:19:13.697Z | Checking colored v3.0.0 |
| 2304 | 2026-01-22T04:19:13.722Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2305 | 2026-01-22T04:19:13.847Z | Checking tokio-rustls v0.25.0 |
| 2306 | 2026-01-22T04:19:13.957Z | Checking camino-tempfile v1.4.1 |
| 2307 | 2026-01-22T04:19:14.056Z | Checking toml v0.8.23 |
| 2308 | 2026-01-22T04:19:14.631Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2309 | 2026-01-22T04:19:14.730Z | Checking crossbeam-deque v0.8.5 |
| 2310 | 2026-01-22T04:19:14.940Z | Compiling rayon-core v1.12.1 |
| 2311 | 2026-01-22T04:19:15.076Z | Compiling proc-macro-error v1.0.4 |
| 2312 | 2026-01-22T04:19:15.376Z | Checking unicode-width v0.2.0 |
| 2313 | 2026-01-22T04:19:15.609Z | Checking parse-display v0.10.0 |
| 2314 | 2026-01-22T04:19:15.657Z | Compiling crucible-workspace-hack v0.1.0 |
| 2315 | 2026-01-22T04:19:15.851Z | Compiling proc-macro-crate v1.3.1 |
| 2316 | 2026-01-22T04:19:15.904Z | Checking glob v0.3.2 |
| 2317 | 2026-01-22T04:19:15.957Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2318 | 2026-01-22T04:19:16.021Z | Checking rayon v1.10.0 |
| 2319 | 2026-01-22T04:19:16.263Z | Compiling nix v0.30.1 |
| 2320 | 2026-01-22T04:19:16.311Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2321 | 2026-01-22T04:19:16.733Z | Compiling num_enum_derive v0.5.11 |
| 2322 | 2026-01-22T04:19:16.787Z | Compiling heapless v0.8.0 |
| 2323 | 2026-01-22T04:19:16.900Z | Compiling ingot-macros v0.1.1 |
| 2324 | 2026-01-22T04:19:16.964Z | Checking hash32 v0.3.1 |
| 2325 | 2026-01-22T04:19:17.133Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2326 | 2026-01-22T04:19:17.198Z | Compiling smoltcp v0.11.0 |
| 2327 | 2026-01-22T04:19:17.865Z | Compiling foreign-types-macros v0.2.3 |
| 2328 | 2026-01-22T04:19:17.916Z | Checking cobs v0.2.3 |
| 2329 | 2026-01-22T04:19:18.161Z | Checking foreign-types-shared v0.3.1 |
| 2330 | 2026-01-22T04:19:18.338Z | Checking postcard v1.0.10 |
| 2331 | 2026-01-22T04:19:18.636Z | Checking num_enum v0.5.11 |
| 2332 | 2026-01-22T04:19:18.750Z | Compiling typify-macro v0.4.3 |
| 2333 | 2026-01-22T04:19:18.953Z | Checking foreign-types v0.5.0 |
| 2334 | 2026-01-22T04:19:19.051Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2335 | 2026-01-22T04:19:19.112Z | Checking sigpipe v0.1.3 |
| 2336 | 2026-01-22T04:19:19.167Z | Checking cstr-argument v0.1.2 |
| 2337 | 2026-01-22T04:19:19.267Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2338 | 2026-01-22T04:19:19.316Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2339 | 2026-01-22T04:19:19.370Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2340 | 2026-01-22T04:19:19.425Z | Checking pretty-hex v0.2.1 |
| 2341 | 2026-01-22T04:19:19.493Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2342 | 2026-01-22T04:19:20.672Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2343 | 2026-01-22T04:19:20.696Z | Checking colored v2.2.0 |
| 2344 | 2026-01-22T04:19:20.696Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2345 | 2026-01-22T04:19:20.696Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2346 | 2026-01-22T04:19:20.696Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2347 | 2026-01-22T04:19:20.696Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2348 | 2026-01-22T04:19:20.696Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2349 | 2026-01-22T04:19:20.696Z | Compiling convert_case v0.4.0 |
| 2350 | 2026-01-22T04:19:20.696Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2351 | 2026-01-22T04:19:20.773Z | Compiling zone_cfg_derive v0.3.0 |
| 2352 | 2026-01-22T04:19:20.825Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2353 | 2026-01-22T04:19:20.973Z | Checking smf v0.2.3 |
| 2354 | 2026-01-22T04:19:21.065Z | Compiling num-derive v0.4.2 |
| 2355 | 2026-01-22T04:19:21.159Z | Compiling derive_more v0.99.20 |
| 2356 | 2026-01-22T04:19:21.209Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2357 | 2026-01-22T04:19:21.442Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2358 | 2026-01-22T04:19:21.802Z | Compiling usdt-attr-macro v0.5.0 |
| 2359 | 2026-01-22T04:19:21.934Z | Compiling usdt-macro v0.5.0 |
| 2360 | 2026-01-22T04:19:22.002Z | Checking memmap v0.7.0 |
| 2361 | 2026-01-22T04:19:22.070Z | Checking zone v0.3.1 |
| 2362 | 2026-01-22T04:19:22.131Z | Compiling typify v0.4.3 |
| 2363 | 2026-01-22T04:19:22.350Z | Compiling progenitor-impl v0.11.2 |
| 2364 | 2026-01-22T04:19:22.403Z | Checking ingot-types v0.1.2 |
| 2365 | 2026-01-22T04:19:22.826Z | Compiling progenitor-impl v0.10.0 |
| 2366 | 2026-01-22T04:19:22.937Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2367 | 2026-01-22T04:19:23.170Z | Checking ingot v0.1.1 |
| 2368 | 2026-01-22T04:19:23.278Z | Checking usdt v0.5.0 |
| 2369 | 2026-01-22T04:19:23.393Z | Checking indent_write v2.2.0 |
| 2370 | 2026-01-22T04:19:23.591Z | Checking half v2.4.1 |
| 2371 | 2026-01-22T04:19:23.652Z | Checking ciborium-io v0.2.2 |
| 2372 | 2026-01-22T04:19:23.825Z | Checking secrecy v0.10.3 |
| 2373 | 2026-01-22T04:19:24.047Z | Checking num-rational v0.4.2 |
| 2374 | 2026-01-22T04:19:24.095Z | Checking ciborium-ll v0.2.2 |
| 2375 | 2026-01-22T04:19:24.221Z | Checking num-complex v0.4.6 |
| 2376 | 2026-01-22T04:19:24.428Z | Checking ciborium v0.2.2 |
| 2377 | 2026-01-22T04:19:24.663Z | Checking float-ord v0.3.2 |
| 2378 | 2026-01-22T04:19:24.860Z | Checking swrite v0.1.0 |
| 2379 | 2026-01-22T04:19:24.988Z | Checking num v0.4.3 |
| 2380 | 2026-01-22T04:19:25.054Z | Checking universal-hash v0.5.1 |
| 2381 | 2026-01-22T04:19:25.137Z | Checking opaque-debug v0.3.1 |
| 2382 | 2026-01-22T04:19:25.329Z | Checking prettyplease v0.2.36 |
| 2383 | 2026-01-22T04:19:26.037Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2384 | 2026-01-22T04:19:27.283Z | Checking password-hash v0.5.0 |
| 2385 | 2026-01-22T04:19:27.477Z | Checking blake2 v0.10.6 |
| 2386 | 2026-01-22T04:19:27.755Z | Checking aead v0.5.2 |
| 2387 | 2026-01-22T04:19:27.901Z | Compiling progenitor-macro v0.11.2 |
| 2388 | 2026-01-22T04:19:28.287Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2389 | 2026-01-22T04:19:28.455Z | Compiling progenitor-macro v0.10.0 |
| 2390 | 2026-01-22T04:19:29.603Z | Checking argon2 v0.5.3 |
| 2391 | 2026-01-22T04:19:29.918Z | Checking poly1305 v0.8.0 |
| 2392 | 2026-01-22T04:19:30.176Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2393 | 2026-01-22T04:19:30.357Z | Checking tokio-dtrace v0.1.0 |
| 2394 | 2026-01-22T04:19:30.471Z | Checking console v0.15.10 |
| 2395 | 2026-01-22T04:19:30.969Z | Checking chacha20 v0.9.1 |
| 2396 | 2026-01-22T04:19:31.612Z | Checking oxide-tokio-rt v0.1.2 |
| 2397 | 2026-01-22T04:19:32.142Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2398 | 2026-01-22T04:19:32.537Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2399 | 2026-01-22T04:19:32.871Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2400 | 2026-01-22T04:19:32.940Z | Checking atomicwrites v0.4.4 |
| 2401 | 2026-01-22T04:19:33.045Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2402 | 2026-01-22T04:19:33.099Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2403 | 2026-01-22T04:19:33.145Z | Compiling derive-where v1.5.0 |
| 2404 | 2026-01-22T04:19:33.202Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2405 | 2026-01-22T04:19:33.458Z | Checking newline-converter v0.3.0 |
| 2406 | 2026-01-22T04:19:33.508Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2407 | 2026-01-22T04:19:33.673Z | Checking expectorate v1.2.0 |
| 2408 | 2026-01-22T04:19:33.984Z | Checking chacha20poly1305 v0.10.1 |
| 2409 | 2026-01-22T04:19:34.222Z | Checking bytecount v0.6.8 |
| 2410 | 2026-01-22T04:19:34.422Z | Compiling owo-colors v4.2.2 |
| 2411 | 2026-01-22T04:19:34.904Z | Compiling cancel-safe-futures v0.1.5 |
| 2412 | 2026-01-22T04:19:35.356Z | Checking thiserror-no-std v2.0.2 |
| 2413 | 2026-01-22T04:19:35.424Z | Checking libsw-core v0.3.1 |
| 2414 | 2026-01-22T04:19:35.556Z | Checking vsss-rs v3.3.4 |
| 2415 | 2026-01-22T04:19:35.734Z | Checking same-file v1.0.6 |
| 2416 | 2026-01-22T04:19:35.828Z | Checking libsw v3.5.0 |
| 2417 | 2026-01-22T04:19:35.997Z | Checking walkdir v2.5.0 |
| 2418 | 2026-01-22T04:19:36.212Z | Checking linear-map v1.2.0 |
| 2419 | 2026-01-22T04:19:36.358Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2420 | 2026-01-22T04:19:36.624Z | Checking gethostname v0.5.0 |
| 2421 | 2026-01-22T04:19:36.716Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2422 | 2026-01-22T04:19:36.770Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2423 | 2026-01-22T04:19:36.837Z | Compiling async-recursion v1.1.1 |
| 2424 | 2026-01-22T04:19:37.504Z | Checking smawk v0.3.2 |
| 2425 | 2026-01-22T04:19:37.747Z | Checking unicode-linebreak v0.1.5 |
| 2426 | 2026-01-22T04:19:38.111Z | Checking resolv-conf v0.7.0 |
| 2427 | 2026-01-22T04:19:38.162Z | Compiling convert_case v0.7.1 |
| 2428 | 2026-01-22T04:19:38.424Z | Compiling slog-dtrace v0.3.0 |
| 2429 | 2026-01-22T04:19:38.477Z | Checking progenitor v0.11.2 |
| 2430 | 2026-01-22T04:19:38.764Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2431 | 2026-01-22T04:19:38.933Z | Checking progenitor v0.10.0 |
| 2432 | 2026-01-22T04:19:38.992Z | Compiling derive_more-impl v2.0.1 |
| 2433 | 2026-01-22T04:19:39.211Z | Checking globset v0.4.15 |
| 2434 | 2026-01-22T04:19:39.859Z | Compiling vte_generate_state_changes v0.1.2 |
| 2435 | 2026-01-22T04:19:39.886Z | Checking fd-lock v4.0.2 |
| 2436 | 2026-01-22T04:19:39.886Z | Checking display-error-chain v0.2.2 |
| 2437 | 2026-01-22T04:19:39.958Z | Compiling pin-project-internal v1.1.6 |
| 2438 | 2026-01-22T04:19:40.025Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2439 | 2026-01-22T04:19:40.088Z | Checking vte v0.11.1 |
| 2440 | 2026-01-22T04:19:40.141Z | Checking nu-ansi-term v0.50.1 |
| 2441 | 2026-01-22T04:19:40.361Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2442 | 2026-01-22T04:19:40.574Z | Checking linked-hash-map v0.5.6 |
| 2443 | 2026-01-22T04:19:40.626Z | Checking derive_more v2.0.1 |
| 2444 | 2026-01-22T04:19:40.807Z | Checking crossterm v0.29.0 |
| 2445 | 2026-01-22T04:19:40.830Z | Checking termtree v0.5.1 |
| 2446 | 2026-01-22T04:19:40.947Z | Checking lru-cache v0.1.2 |
| 2447 | 2026-01-22T04:19:41.124Z | Checking textwrap v0.16.2 |
| 2448 | 2026-01-22T04:19:41.190Z | Checking hickory-proto v0.24.4 |
| 2449 | 2026-01-22T04:19:41.292Z | Checking strip-ansi-escapes v0.2.0 |
| 2450 | 2026-01-22T04:19:41.507Z | Checking reedline v0.40.0 |
| 2451 | 2026-01-22T04:19:41.557Z | Checking pem v3.0.5 |
| 2452 | 2026-01-22T04:19:41.939Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2453 | 2026-01-22T04:19:42.107Z | Checking nibble_vec v0.1.0 |
| 2454 | 2026-01-22T04:19:42.295Z | Checking pin-project v1.1.6 |
| 2455 | 2026-01-22T04:19:42.363Z | Compiling snafu-derive v0.8.5 |
| 2456 | 2026-01-22T04:19:42.504Z | Checking endian-type v0.1.2 |
| 2457 | 2026-01-22T04:19:42.788Z | Checking radix_trie v0.2.1 |
| 2458 | 2026-01-22T04:19:42.918Z | Checking olpc-cjson v0.1.4 |
| 2459 | 2026-01-22T04:19:43.181Z | Checking serde_plain v1.0.2 |
| 2460 | 2026-01-22T04:19:43.231Z | Checking humantime v2.2.0 |
| 2461 | 2026-01-22T04:19:43.488Z | Checking base64 v0.21.7 |
| 2462 | 2026-01-22T04:19:43.575Z | Checking typed-path v0.9.3 |
| 2463 | 2026-01-22T04:19:43.943Z | Checking csv-core v0.1.11 |
| 2464 | 2026-01-22T04:19:44.002Z | Compiling cfg_aliases v0.1.1 |
| 2465 | 2026-01-22T04:19:44.167Z | Compiling nix v0.28.0 |
| 2466 | 2026-01-22T04:19:44.329Z | Checking csv v1.3.1 |
| 2467 | 2026-01-22T04:19:44.387Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2468 | 2026-01-22T04:19:44.964Z | Checking hickory-resolver v0.24.4 |
| 2469 | 2026-01-22T04:19:45.149Z | Checking papergrid v0.11.0 |
| 2470 | 2026-01-22T04:19:45.308Z | Compiling tabled_derive v0.7.0 |
| 2471 | 2026-01-22T04:19:45.362Z | Checking siphasher v1.0.1 |
| 2472 | 2026-01-22T04:19:45.709Z | Checking home v0.5.9 |
| 2473 | 2026-01-22T04:19:45.914Z | Checking phf_shared v0.12.1 |
| 2474 | 2026-01-22T04:19:46.220Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2475 | 2026-01-22T04:19:46.274Z | Checking snafu v0.8.5 |
| 2476 | 2026-01-22T04:19:46.418Z | Checking qorb v0.4.1 |
| 2477 | 2026-01-22T04:19:46.545Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2478 | 2026-01-22T04:19:46.807Z | Checking tough v0.20.0 |
| 2479 | 2026-01-22T04:19:46.983Z | Compiling semver v0.1.20 |
| 2480 | 2026-01-22T04:19:47.207Z | Checking tabled v0.15.0 |
| 2481 | 2026-01-22T04:19:47.258Z | Checking highway v1.3.0 |
| 2482 | 2026-01-22T04:19:47.513Z | Compiling chrono-tz v0.10.4 |
| 2483 | 2026-01-22T04:19:47.646Z | Compiling rustc_version v0.1.7 |
| 2484 | 2026-01-22T04:19:47.920Z | Checking phf v0.12.1 |
| 2485 | 2026-01-22T04:19:48.186Z | Compiling const_format_proc_macros v0.2.34 |
| 2486 | 2026-01-22T04:19:48.240Z | Compiling peg-macros v0.8.5 |
| 2487 | 2026-01-22T04:19:48.747Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2488 | 2026-01-22T04:19:49.683Z | Compiling sqlparser_derive v0.2.2 |
| 2489 | 2026-01-22T04:19:49.739Z | Checking unicode_categories v0.1.1 |
| 2490 | 2026-01-22T04:19:49.825Z | Checking const_format v0.2.34 |
| 2491 | 2026-01-22T04:19:49.902Z | Checking rustyline v14.0.0 |
| 2492 | 2026-01-22T04:19:50.073Z | Checking sqlformat v0.3.5 |
| 2493 | 2026-01-22T04:19:50.614Z | Checking sqlparser v0.45.0 |
| 2494 | 2026-01-22T04:19:50.858Z | Checking peg v0.8.5 |
| 2495 | 2026-01-22T04:19:50.923Z | Compiling newtype_derive v0.1.6 |
| 2496 | 2026-01-22T04:19:50.947Z | Checking bcs v0.1.6 |
| 2497 | 2026-01-22T04:19:51.023Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2498 | 2026-01-22T04:19:51.320Z | Checking utf-8 v0.7.6 |
| 2499 | 2026-01-22T04:19:51.374Z | Checking xattr v1.3.1 |
| 2500 | 2026-01-22T04:19:51.493Z | Checking filetime v0.2.26 |
| 2501 | 2026-01-22T04:19:51.582Z | Checking arc-swap v1.7.1 |
| 2502 | 2026-01-22T04:19:51.629Z | Checking steno v0.4.1 |
| 2503 | 2026-01-22T04:19:51.691Z | Checking tungstenite v0.21.0 |
| 2504 | 2026-01-22T04:19:51.804Z | Checking tar v0.4.44 |
| 2505 | 2026-01-22T04:19:52.037Z | Checking slog-scope v4.4.0 |
| 2506 | 2026-01-22T04:19:52.290Z | Checking slog-stdlog v4.1.1 |
| 2507 | 2026-01-22T04:19:52.514Z | Checking slog-envlogger v2.2.0 |
| 2508 | 2026-01-22T04:19:52.597Z | Checking tokio-tungstenite v0.21.0 |
| 2509 | 2026-01-22T04:19:52.621Z | Compiling typify-impl v0.2.0 |
| 2510 | 2026-01-22T04:19:52.796Z | Checking subprocess v0.2.9 |
| 2511 | 2026-01-22T04:19:53.114Z | Checking headers-core v0.3.0 |
| 2512 | 2026-01-22T04:19:53.318Z | Checking headers v0.4.1 |
| 2513 | 2026-01-22T04:19:53.601Z | Compiling lzma-sys v0.1.20 |
| 2514 | 2026-01-22T04:19:54.353Z | Checking progenitor-client v0.8.0 |
| 2515 | 2026-01-22T04:19:54.489Z | Compiling heck v0.3.3 |
| 2516 | 2026-01-22T04:19:54.898Z | Compiling zone_cfg_derive v0.1.2 |
| 2517 | 2026-01-22T04:19:55.039Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2518 | 2026-01-22T04:19:55.415Z | Checking yasna v0.5.2 |
| 2519 | 2026-01-22T04:19:55.706Z | Checking number_prefix v0.4.0 |
| 2520 | 2026-01-22T04:19:56.000Z | Checking base64 v0.13.1 |
| 2521 | 2026-01-22T04:19:56.249Z | Checking zone v0.1.8 |
| 2522 | 2026-01-22T04:19:56.320Z | Checking rcgen v0.12.1 |
| 2523 | 2026-01-22T04:19:56.441Z | Checking ron v0.7.1 |
| 2524 | 2026-01-22T04:19:56.914Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2525 | 2026-01-22T04:19:56.982Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2526 | 2026-01-22T04:19:57.476Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2527 | 2026-01-22T04:19:57.800Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2528 | 2026-01-22T04:19:58.754Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2529 | 2026-01-22T04:19:59.415Z | Checking indicatif v0.17.11 |
| 2530 | 2026-01-22T04:19:59.648Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2531 | 2026-01-22T04:19:59.699Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2532 | 2026-01-22T04:20:00.093Z | Checking xz2 v0.1.7 |
| 2533 | 2026-01-22T04:20:00.149Z | Checking dropshot-api-manager-types v0.2.4 |
| 2534 | 2026-01-22T04:20:00.173Z | Compiling moka v0.12.10 |
| 2535 | 2026-01-22T04:20:00.442Z | Checking tagptr v0.2.0 |
| 2536 | 2026-01-22T04:20:00.493Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2537 | 2026-01-22T04:20:00.625Z | Compiling radium v0.7.0 |
| 2538 | 2026-01-22T04:20:00.816Z | Compiling maybe-uninit v2.0.0 |
| 2539 | 2026-01-22T04:20:00.869Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2540 | 2026-01-22T04:20:01.170Z | Checking tap v1.0.1 |
| 2541 | 2026-01-22T04:20:01.293Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2542 | 2026-01-22T04:20:01.353Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2543 | 2026-01-22T04:20:01.409Z | Checking wyz v0.5.1 |
| 2544 | 2026-01-22T04:20:02.046Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2545 | 2026-01-22T04:20:02.426Z | Checking hickory-resolver v0.25.2 |
| 2546 | 2026-01-22T04:20:02.557Z | Compiling typify-macro v0.2.0 |
| 2547 | 2026-01-22T04:20:02.708Z | Compiling zerocopy-derive v0.6.6 |
| 2548 | 2026-01-22T04:20:03.512Z | Checking crc-catalog v2.4.0 |
| 2549 | 2026-01-22T04:20:03.724Z | Compiling packed_struct v0.10.1 |
| 2550 | 2026-01-22T04:20:03.938Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2551 | 2026-01-22T04:20:03.994Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2552 | 2026-01-22T04:20:04.202Z | Checking funty v2.0.0 |
| 2553 | 2026-01-22T04:20:04.427Z | Checking zerocopy v0.6.6 |
| 2554 | 2026-01-22T04:20:04.580Z | Checking crc v3.2.1 |
| 2555 | 2026-01-22T04:20:05.006Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2556 | 2026-01-22T04:20:05.066Z | Checking bitvec v1.0.1 |
| 2557 | 2026-01-22T04:20:05.090Z | Compiling packed_struct_codegen v0.10.1 |
| 2558 | 2026-01-22T04:20:05.189Z | Compiling bitfield-macros v0.19.2 |
| 2559 | 2026-01-22T04:20:05.213Z | Compiling indexmap v1.9.3 |
| 2560 | 2026-01-22T04:20:05.516Z | Checking nodrop v0.1.14 |
| 2561 | 2026-01-22T04:20:05.714Z | Checking array-init v0.0.4 |
| 2562 | 2026-01-22T04:20:05.784Z | Checking smallvec v0.6.14 |
| 2563 | 2026-01-22T04:20:06.049Z | Compiling typify v0.2.0 |
| 2564 | 2026-01-22T04:20:06.287Z | Compiling progenitor-impl v0.8.0 |
| 2565 | 2026-01-22T04:20:06.510Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2566 | 2026-01-22T04:20:06.586Z | Checking hashbrown v0.12.3 |
| 2567 | 2026-01-22T04:20:06.638Z | Checking bitfield v0.19.2 |
| 2568 | 2026-01-22T04:20:07.127Z | Compiling libefi-sys v0.1.0 |
| 2569 | 2026-01-22T04:20:07.390Z | Checking serde-hex v0.1.0 |
| 2570 | 2026-01-22T04:20:07.605Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2571 | 2026-01-22T04:20:07.928Z | Checking ron v0.8.1 |
| 2572 | 2026-01-22T04:20:08.283Z | Checking hashbrown v0.13.2 |
| 2573 | 2026-01-22T04:20:08.340Z | Compiling bitfield-struct v0.6.2 |
| 2574 | 2026-01-22T04:20:09.084Z | Checking crc-any v2.5.0 |
| 2575 | 2026-01-22T04:20:09.176Z | Checking object v0.30.4 |
| 2576 | 2026-01-22T04:20:09.490Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2577 | 2026-01-22T04:20:09.603Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2578 | 2026-01-22T04:20:10.237Z | Checking path-slash v0.1.5 |
| 2579 | 2026-01-22T04:20:10.286Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2580 | 2026-01-22T04:20:10.470Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2581 | 2026-01-22T04:20:10.518Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2582 | 2026-01-22T04:20:10.777Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2583 | 2026-01-22T04:20:10.826Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2584 | 2026-01-22T04:20:10.884Z | Compiling xshell-macros v0.2.7 |
| 2585 | 2026-01-22T04:20:11.006Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2586 | 2026-01-22T04:20:11.662Z | Checking xshell v0.2.7 |
| 2587 | 2026-01-22T04:20:11.748Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2588 | 2026-01-22T04:20:12.134Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2589 | 2026-01-22T04:20:12.308Z | Compiling progenitor-macro v0.8.0 |
| 2590 | 2026-01-22T04:20:12.855Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2591 | 2026-01-22T04:20:12.916Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2592 | 2026-01-22T04:20:13.911Z | Checking half v1.8.3 |
| 2593 | 2026-01-22T04:20:14.092Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2594 | 2026-01-22T04:20:14.261Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2595 | 2026-01-22T04:20:14.379Z | Checking serde_cbor v0.11.2 |
| 2596 | 2026-01-22T04:20:14.478Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2597 | 2026-01-22T04:20:14.873Z | Compiling proc-macro-error2 v2.0.1 |
| 2598 | 2026-01-22T04:20:15.262Z | Compiling num-derive v0.3.3 |
| 2599 | 2026-01-22T04:20:15.519Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2600 | 2026-01-22T04:20:16.044Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2601 | 2026-01-22T04:20:16.476Z | Checking maplit v1.0.2 |
| 2602 | 2026-01-22T04:20:16.676Z | Compiling tabled_derive v0.11.0 |
| 2603 | 2026-01-22T04:20:16.962Z | Checking libscf-sys v1.1.0 |
| 2604 | 2026-01-22T04:20:17.215Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2605 | 2026-01-22T04:20:17.509Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2606 | 2026-01-22T04:20:17.639Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2607 | 2026-01-22T04:20:17.902Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2608 | 2026-01-22T04:20:18.190Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2609 | 2026-01-22T04:20:18.520Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2610 | 2026-01-22T04:20:19.365Z | Checking papergrid v0.17.0 |
| 2611 | 2026-01-22T04:20:19.519Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2612 | 2026-01-22T04:20:19.968Z | Checking testing_table v0.3.0 |
| 2613 | 2026-01-22T04:20:20.088Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2614 | 2026-01-22T04:20:20.176Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2615 | 2026-01-22T04:20:20.255Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2616 | 2026-01-22T04:20:20.492Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2617 | 2026-01-22T04:20:20.636Z | Checking fxhash v0.2.1 |
| 2618 | 2026-01-22T04:20:20.691Z | Checking crc8 v0.1.1 |
| 2619 | 2026-01-22T04:20:20.881Z | Checking unicase v2.8.1 |
| 2620 | 2026-01-22T04:20:20.905Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2621 | 2026-01-22T04:20:20.986Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2622 | 2026-01-22T04:20:21.113Z | Checking tabled v0.20.0 |
| 2623 | 2026-01-22T04:20:21.237Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2624 | 2026-01-22T04:20:21.664Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2625 | 2026-01-22T04:20:21.748Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2626 | 2026-01-22T04:20:22.408Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2627 | 2026-01-22T04:20:22.846Z | Checking progenitor v0.8.0 |
| 2628 | 2026-01-22T04:20:23.038Z | Checking kstat-rs v0.2.4 |
| 2629 | 2026-01-22T04:20:23.130Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2630 | 2026-01-22T04:20:23.198Z | Compiling parking_lot_core v0.8.6 |
| 2631 | 2026-01-22T04:20:23.437Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2632 | 2026-01-22T04:20:23.645Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2633 | 2026-01-22T04:20:23.769Z | Checking scheduled-thread-pool v0.2.7 |
| 2634 | 2026-01-22T04:20:24.063Z | Compiling dsl_auto_type v0.1.2 |
| 2635 | 2026-01-22T04:20:24.606Z | Compiling vergen-gitcl v1.0.8 |
| 2636 | 2026-01-22T04:20:25.030Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2637 | 2026-01-22T04:20:25.295Z | Checking r2d2 v0.8.10 |
| 2638 | 2026-01-22T04:20:25.503Z | Compiling diesel_derives v2.2.3 |
| 2639 | 2026-01-22T04:20:25.526Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2640 | 2026-01-22T04:20:25.703Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2641 | 2026-01-22T04:20:25.896Z | Checking parking_lot v0.11.2 |
| 2642 | 2026-01-22T04:20:26.328Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2643 | 2026-01-22T04:20:26.379Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2644 | 2026-01-22T04:20:26.437Z | Checking prefix-trie v0.7.0 |
| 2645 | 2026-01-22T04:20:26.974Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2646 | 2026-01-22T04:20:27.023Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf) |
| 2647 | 2026-01-22T04:20:27.227Z | Checking nanorand v0.7.0 |
| 2648 | 2026-01-22T04:20:27.504Z | Compiling dirs-sys-next v0.1.2 |
| 2649 | 2026-01-22T04:20:27.710Z | Compiling crunchy v0.2.2 |
| 2650 | 2026-01-22T04:20:28.072Z | Compiling dirs-next v2.0.0 |
| 2651 | 2026-01-22T04:20:28.119Z | Checking flume v0.11.1 |
| 2652 | 2026-01-22T04:20:28.348Z | Checking hickory-server v0.25.2 |
| 2653 | 2026-01-22T04:20:28.392Z | Checking sled v0.34.7 |
| 2654 | 2026-01-22T04:20:28.629Z | Checking hickory-client v0.25.2 |
| 2655 | 2026-01-22T04:20:28.951Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf) |
| 2656 | 2026-01-22T04:20:29.131Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2657 | 2026-01-22T04:20:29.244Z | Compiling tiny-keccak v2.0.2 |
| 2658 | 2026-01-22T04:20:29.688Z | Compiling term v0.7.0 |
| 2659 | 2026-01-22T04:20:29.737Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2660 | 2026-01-22T04:20:30.800Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2661 | 2026-01-22T04:20:30.854Z | Compiling bit-vec v0.6.3 |
| 2662 | 2026-01-22T04:20:30.915Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2663 | 2026-01-22T04:20:30.915Z | Compiling ascii-canvas v3.0.0 |
| 2664 | 2026-01-22T04:20:31.301Z | Compiling bit-set v0.5.3 |
| 2665 | 2026-01-22T04:20:31.412Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2666 | 2026-01-22T04:20:31.621Z | Compiling ena v0.14.3 |
| 2667 | 2026-01-22T04:20:31.933Z | Compiling diff v0.1.13 |
| 2668 | 2026-01-22T04:20:32.037Z | Compiling bindgen v0.71.1 |
| 2669 | 2026-01-22T04:20:32.134Z | Compiling regex-syntax v0.6.29 |
| 2670 | 2026-01-22T04:20:32.452Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2671 | 2026-01-22T04:20:32.476Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2672 | 2026-01-22T04:20:32.548Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2673 | 2026-01-22T04:20:32.998Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2674 | 2026-01-22T04:20:33.043Z | Checking primeorder v0.13.6 |
| 2675 | 2026-01-22T04:20:33.161Z | Compiling salty v0.3.0 |
| 2676 | 2026-01-22T04:20:33.681Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2677 | 2026-01-22T04:20:34.052Z | Compiling libxml v0.3.3 |
| 2678 | 2026-01-22T04:20:34.213Z | Compiling fs-err v2.11.0 |
| 2679 | 2026-01-22T04:20:34.421Z | Checking diesel v2.2.12 |
| 2680 | 2026-01-22T04:20:34.561Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2681 | 2026-01-22T04:20:34.829Z | Compiling lalrpop v0.19.12 |
| 2682 | 2026-01-22T04:20:35.309Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2683 | 2026-01-22T04:20:35.797Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2684 | 2026-01-22T04:20:36.458Z | Compiling strum_macros v0.24.3 |
| 2685 | 2026-01-22T04:20:37.178Z | Compiling indoc v1.0.9 |
| 2686 | 2026-01-22T04:20:38.333Z | Checking p384 v0.13.1 |
| 2687 | 2026-01-22T04:20:39.179Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2688 | 2026-01-22T04:20:39.223Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2689 | 2026-01-22T04:20:39.575Z | Checking quick-xml v0.37.2 |
| 2690 | 2026-01-22T04:20:39.669Z | Checking derive_builder v0.20.2 |
| 2691 | 2026-01-22T04:20:39.873Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2692 | 2026-01-22T04:20:39.919Z | Compiling oso-derive v0.27.3 |
| 2693 | 2026-01-22T04:20:40.781Z | Compiling trait-variant v0.1.2 |
| 2694 | 2026-01-22T04:20:41.034Z | Checking parse-size v1.1.0 |
| 2695 | 2026-01-22T04:20:41.283Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2696 | 2026-01-22T04:20:41.505Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2697 | 2026-01-22T04:20:41.767Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2698 | 2026-01-22T04:20:42.921Z | Checking assert_matches v1.5.0 |
| 2699 | 2026-01-22T04:20:43.080Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2700 | 2026-01-22T04:20:43.307Z | Checking predicates-tree v1.0.12 |
| 2701 | 2026-01-22T04:20:43.389Z | Compiling mime_guess v2.0.5 |
| 2702 | 2026-01-22T04:20:43.529Z | Checking http-range v0.1.5 |
| 2703 | 2026-01-22T04:20:43.596Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2704 | 2026-01-22T04:20:43.775Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2705 | 2026-01-22T04:20:43.998Z | Checking atty v0.2.14 |
| 2706 | 2026-01-22T04:20:44.205Z | Compiling diesel-dtrace v0.4.2 |
| 2707 | 2026-01-22T04:20:44.935Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19) |
| 2708 | 2026-01-22T04:20:45.069Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2709 | 2026-01-22T04:20:45.370Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2710 | 2026-01-22T04:20:45.645Z | Checking bb8 v0.8.5 |
| 2711 | 2026-01-22T04:20:45.710Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19) |
| 2712 | 2026-01-22T04:20:46.042Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=9122d6eb288dc88bfdbcd98cc93cb02cc8c89f96#9122d6eb) |
| 2713 | 2026-01-22T04:20:46.114Z | Checking corncobs v0.1.4 |
| 2714 | 2026-01-22T04:20:46.234Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19) |
| 2715 | 2026-01-22T04:20:46.368Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19) |
| 2716 | 2026-01-22T04:20:46.495Z | Checking hyper-staticfile v0.10.1 |
| 2717 | 2026-01-22T04:20:46.895Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2718 | 2026-01-22T04:20:46.942Z | Checking ignore v0.4.23 |
| 2719 | 2026-01-22T04:20:47.081Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2720 | 2026-01-22T04:20:47.415Z | Checking signal-hook-tokio v0.3.1 |
| 2721 | 2026-01-22T04:20:47.462Z | Checking secrecy v0.8.0 |
| 2722 | 2026-01-22T04:20:47.790Z | Checking globwalk v0.9.1 |
| 2723 | 2026-01-22T04:20:47.834Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2724 | 2026-01-22T04:20:48.182Z | Checking nonempty v0.12.0 |
| 2725 | 2026-01-22T04:20:48.232Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2726 | 2026-01-22T04:20:48.536Z | Checking camino-tempfile-ext v0.3.2 |
| 2727 | 2026-01-22T04:20:48.640Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2728 | 2026-01-22T04:20:48.819Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2729 | 2026-01-22T04:20:48.939Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2730 | 2026-01-22T04:20:49.270Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2731 | 2026-01-22T04:20:50.617Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2732 | 2026-01-22T04:20:50.678Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2733 | 2026-01-22T04:20:50.891Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2734 | 2026-01-22T04:20:51.130Z | Checking tungstenite v0.23.0 |
| 2735 | 2026-01-22T04:20:51.281Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2736 | 2026-01-22T04:20:51.646Z | Checking void v1.0.2 |
| 2737 | 2026-01-22T04:20:51.849Z | Checking lzss v0.8.2 |
| 2738 | 2026-01-22T04:20:51.904Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2739 | 2026-01-22T04:20:51.964Z | Checking tokio-tungstenite v0.23.1 |
| 2740 | 2026-01-22T04:20:52.229Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2741 | 2026-01-22T04:20:52.271Z | Checking nix v0.27.1 |
| 2742 | 2026-01-22T04:20:52.421Z | Checking serde_bytes v0.11.19 |
| 2743 | 2026-01-22T04:20:52.471Z | Checking rand_seeder v0.4.0 |
| 2744 | 2026-01-22T04:20:52.762Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2745 | 2026-01-22T04:20:52.819Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2746 | 2026-01-22T04:20:52.844Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2747 | 2026-01-22T04:20:53.375Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2748 | 2026-01-22T04:20:54.437Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2749 | 2026-01-22T04:20:55.573Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2750 | 2026-01-22T04:20:56.079Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2751 | 2026-01-22T04:20:56.291Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2752 | 2026-01-22T04:20:56.468Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2753 | 2026-01-22T04:20:56.801Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2754 | 2026-01-22T04:20:57.130Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2755 | 2026-01-22T04:20:57.808Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2756 | 2026-01-22T04:20:58.051Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2757 | 2026-01-22T04:20:58.449Z | Checking is_ci v1.2.0 |
| 2758 | 2026-01-22T04:20:58.638Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2759 | 2026-01-22T04:20:58.686Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2760 | 2026-01-22T04:20:59.130Z | Checking yansi v1.0.1 |
| 2761 | 2026-01-22T04:20:59.479Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2762 | 2026-01-22T04:20:59.670Z | Checking pretty_assertions v1.4.1 |
| 2763 | 2026-01-22T04:20:59.929Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2764 | 2026-01-22T04:20:59.972Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2765 | 2026-01-22T04:21:00.735Z | Checking async-bb8-diesel v0.2.1 |
| 2766 | 2026-01-22T04:21:01.433Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2767 | 2026-01-22T04:21:01.837Z | Checking typeid v1.0.3 |
| 2768 | 2026-01-22T04:21:02.038Z | Compiling tabled_derive v0.10.0 |
| 2769 | 2026-01-22T04:21:02.084Z | Checking papergrid v0.14.0 |
| 2770 | 2026-01-22T04:21:02.138Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2771 | 2026-01-22T04:21:02.592Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2772 | 2026-01-22T04:21:02.927Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2773 | 2026-01-22T04:21:03.196Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2774 | 2026-01-22T04:21:03.395Z | Compiling indoc v2.0.6 |
| 2775 | 2026-01-22T04:21:03.729Z | Checking erased-serde v0.4.6 |
| 2776 | 2026-01-22T04:21:04.201Z | Checking ordered-float v2.10.1 |
| 2777 | 2026-01-22T04:21:04.225Z | Checking tabled v0.18.0 |
| 2778 | 2026-01-22T04:21:04.454Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2779 | 2026-01-22T04:21:04.557Z | Compiling libz-sys v1.1.20 |
| 2780 | 2026-01-22T04:21:04.729Z | Checking castaway v0.2.3 |
| 2781 | 2026-01-22T04:21:04.949Z | Checking compact_str v0.8.0 |
| 2782 | 2026-01-22T04:21:05.338Z | Checking serde-value v0.7.0 |
| 2783 | 2026-01-22T04:21:05.732Z | Checking serde-untagged v0.1.7 |
| 2784 | 2026-01-22T04:21:06.123Z | Checking supports-color v3.0.2 |
| 2785 | 2026-01-22T04:21:06.260Z | Checking console v0.16.0 |
| 2786 | 2026-01-22T04:21:06.371Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2787 | 2026-01-22T04:21:06.691Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2788 | 2026-01-22T04:21:06.748Z | Checking unicode-truncate v1.1.0 |
| 2789 | 2026-01-22T04:21:06.877Z | Checking concurrent-queue v2.5.0 |
| 2790 | 2026-01-22T04:21:06.952Z | Checking lru v0.12.5 |
| 2791 | 2026-01-22T04:21:07.061Z | Compiling instability v0.3.2 |
| 2792 | 2026-01-22T04:21:07.247Z | Checking unicode-xid v0.2.6 |
| 2793 | 2026-01-22T04:21:07.296Z | Checking cassowary v0.3.0 |
| 2794 | 2026-01-22T04:21:07.504Z | Checking parking v2.2.1 |
| 2795 | 2026-01-22T04:21:07.719Z | Checking unit-prefix v0.5.1 |
| 2796 | 2026-01-22T04:21:07.764Z | Checking cargo-util-schemas v0.8.2 |
| 2797 | 2026-01-22T04:21:07.920Z | Checking ratatui v0.29.0 |
| 2798 | 2026-01-22T04:21:07.975Z | Checking indicatif v0.18.0 |
| 2799 | 2026-01-22T04:21:08.560Z | Checking cargo-platform v0.2.0 |
| 2800 | 2026-01-22T04:21:08.705Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 2801 | 2026-01-22T04:21:08.906Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2802 | 2026-01-22T04:21:09.561Z | Checking cargo_metadata v0.21.0 |
| 2803 | 2026-01-22T04:21:10.791Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2804 | 2026-01-22T04:21:11.117Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2805 | 2026-01-22T04:21:11.468Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2806 | 2026-01-22T04:21:11.695Z | Checking event-listener v5.3.1 |
| 2807 | 2026-01-22T04:21:11.910Z | Compiling vergen-git2 v1.0.7 |
| 2808 | 2026-01-22T04:21:12.113Z | Checking event-listener-strategy v0.5.2 |
| 2809 | 2026-01-22T04:21:12.323Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2810 | 2026-01-22T04:21:12.369Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2811 | 2026-01-22T04:21:12.684Z | Checking plotters-backend v0.3.7 |
| 2812 | 2026-01-22T04:21:12.734Z | Compiling rustls v0.21.12 |
| 2813 | 2026-01-22T04:21:12.826Z | Checking shell-words v1.1.0 |
| 2814 | 2026-01-22T04:21:13.114Z | Checking plotters-svg v0.3.7 |
| 2815 | 2026-01-22T04:21:13.259Z | Checking futures-lite v2.3.0 |
| 2816 | 2026-01-22T04:21:13.330Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2817 | 2026-01-22T04:21:13.432Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2818 | 2026-01-22T04:21:14.183Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2819 | 2026-01-22T04:21:14.452Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2820 | 2026-01-22T04:21:14.543Z | Checking sct v0.7.1 |
| 2821 | 2026-01-22T04:21:14.811Z | Checking rustls-webpki v0.101.7 |
| 2822 | 2026-01-22T04:21:14.860Z | Checking cast v0.3.0 |
| 2823 | 2026-01-22T04:21:15.104Z | Checking hex-literal v0.4.1 |
| 2824 | 2026-01-22T04:21:15.208Z | Checking criterion-plot v0.6.0 |
| 2825 | 2026-01-22T04:21:15.347Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2826 | 2026-01-22T04:21:15.829Z | Checking plotters v0.3.7 |
| 2827 | 2026-01-22T04:21:17.395Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2828 | 2026-01-22T04:21:18.209Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2829 | 2026-01-22T04:21:18.735Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2830 | 2026-01-22T04:21:19.623Z | Checking tinytemplate v1.2.1 |
| 2831 | 2026-01-22T04:21:20.041Z | Checking oorandom v11.1.4 |
| 2832 | 2026-01-22T04:21:20.256Z | Checking anes v0.1.6 |
| 2833 | 2026-01-22T04:21:20.624Z | Checking criterion v0.7.0 |
| 2834 | 2026-01-22T04:21:23.044Z | Checking tokio-rustls v0.24.1 |
| 2835 | 2026-01-22T04:21:23.412Z | Checking async-lock v3.4.0 |
| 2836 | 2026-01-22T04:21:24.190Z | Checking rustls-pemfile v1.0.4 |
| 2837 | 2026-01-22T04:21:24.387Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2838 | 2026-01-22T04:21:24.458Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2839 | 2026-01-22T04:21:24.806Z | Checking twox-hash v2.1.0 |
| 2840 | 2026-01-22T04:21:25.400Z | Checking polling v3.7.3 |
| 2841 | 2026-01-22T04:21:25.808Z | Checking async-io v2.3.4 |
| 2842 | 2026-01-22T04:21:25.938Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2843 | 2026-01-22T04:21:26.182Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2844 | 2026-01-22T04:21:26.465Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2845 | 2026-01-22T04:21:26.701Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2846 | 2026-01-22T04:21:26.986Z | Checking fatfs v0.3.6 |
| 2847 | 2026-01-22T04:21:27.908Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2848 | 2026-01-22T04:21:28.899Z | Compiling petname v2.0.2 |
| 2849 | 2026-01-22T04:21:29.769Z | Checking async-task v4.7.1 |
| 2850 | 2026-01-22T04:21:30.146Z | Compiling seq-macro v0.3.6 |
| 2851 | 2026-01-22T04:21:30.535Z | Checking async-channel v2.3.1 |
| 2852 | 2026-01-22T04:21:30.879Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2853 | 2026-01-22T04:21:30.991Z | Checking piper v0.2.4 |
| 2854 | 2026-01-22T04:21:31.102Z | Checking rtoolbox v0.0.2 |
| 2855 | 2026-01-22T04:21:31.269Z | Checking futures-timer v3.0.3 |
| 2856 | 2026-01-22T04:21:31.350Z | Checking rpassword v7.4.0 |
| 2857 | 2026-01-22T04:21:31.564Z | Checking blocking v1.6.1 |
| 2858 | 2026-01-22T04:21:31.918Z | Checking async-executor v1.13.1 |
| 2859 | 2026-01-22T04:21:32.314Z | Checking async-signal v0.2.10 |
| 2860 | 2026-01-22T04:21:32.371Z | Checking tui-tree-widget v0.23.1 |
| 2861 | 2026-01-22T04:21:32.650Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2862 | 2026-01-22T04:21:32.781Z | Checking polyval v0.6.2 |
| 2863 | 2026-01-22T04:21:32.973Z | Checking sapling-renderdag v0.1.0 |
| 2864 | 2026-01-22T04:21:33.152Z | Checking sync-ptr v0.1.4 |
| 2865 | 2026-01-22T04:21:33.398Z | Checking event-listener v2.5.3 |
| 2866 | 2026-01-22T04:21:33.492Z | Checking ghash v0.5.1 |
| 2867 | 2026-01-22T04:21:33.685Z | Checking async-channel v1.9.0 |
| 2868 | 2026-01-22T04:21:33.735Z | Checking async-process v2.3.0 |
| 2869 | 2026-01-22T04:21:33.883Z | Checking async-global-executor v2.4.1 |
| 2870 | 2026-01-22T04:21:34.011Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2871 | 2026-01-22T04:21:34.190Z | Checking ctr v0.9.2 |
| 2872 | 2026-01-22T04:21:34.240Z | Checking kv-log-macro v1.0.7 |
| 2873 | 2026-01-22T04:21:34.354Z | Compiling async-attributes v1.1.2 |
| 2874 | 2026-01-22T04:21:34.437Z | Checking arrayvec v0.7.6 |
| 2875 | 2026-01-22T04:21:34.530Z | Checking constant_time_eq v0.3.1 |
| 2876 | 2026-01-22T04:21:34.725Z | Checking arrayref v0.3.9 |
| 2877 | 2026-01-22T04:21:34.830Z | Checking aes-gcm v0.10.3 |
| 2878 | 2026-01-22T04:21:34.968Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2879 | 2026-01-22T04:21:35.121Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2880 | 2026-01-22T04:21:35.166Z | Checking async-std v1.13.0 |
| 2881 | 2026-01-22T04:21:36.783Z | Checking ssh-encoding v0.2.0 |
| 2882 | 2026-01-22T04:21:37.172Z | Checking blowfish v0.9.1 |
| 2883 | 2026-01-22T04:21:37.461Z | Checking bcrypt-pbkdf v0.10.0 |
| 2884 | 2026-01-22T04:21:37.768Z | Checking ssh-cipher v0.2.0 |
| 2885 | 2026-01-22T04:21:38.094Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2886 | 2026-01-22T04:21:38.246Z | Checking async-object-pool v0.1.5 |
| 2887 | 2026-01-22T04:21:38.488Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2888 | 2026-01-22T04:21:39.045Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2889 | 2026-01-22T04:21:39.156Z | Checking serde_regex v1.1.0 |
| 2890 | 2026-01-22T04:21:39.465Z | Checking password-hash v0.4.2 |
| 2891 | 2026-01-22T04:21:39.897Z | Checking assert-json-diff v2.0.2 |
| 2892 | 2026-01-22T04:21:40.098Z | Checking path-tree v0.8.1 |
| 2893 | 2026-01-22T04:21:40.217Z | Checking stringmetrics v2.2.2 |
| 2894 | 2026-01-22T04:21:40.265Z | Compiling target-lexicon v0.13.2 |
| 2895 | 2026-01-22T04:21:40.466Z | Checking pbkdf2 v0.11.0 |
| 2896 | 2026-01-22T04:21:40.513Z | Checking httpmock v0.8.0-alpha.1 |
| 2897 | 2026-01-22T04:21:40.795Z | Checking ssh-key v0.6.6 |
| 2898 | 2026-01-22T04:21:42.198Z | Checking p521 v0.13.3 |
| 2899 | 2026-01-22T04:21:43.527Z | Checking p256 v0.13.2 |
| 2900 | 2026-01-22T04:21:43.857Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2901 | 2026-01-22T04:21:44.234Z | Checking russh-cryptovec v0.7.3 |
| 2902 | 2026-01-22T04:21:44.495Z | Checking md5 v0.7.0 |
| 2903 | 2026-01-22T04:21:44.616Z | Compiling guppy-workspace-hack v0.1.0 |
| 2904 | 2026-01-22T04:21:44.820Z | Checking russh-keys v0.45.0 |
| 2905 | 2026-01-22T04:21:45.012Z | Checking num-bigint v0.4.6 |
| 2906 | 2026-01-22T04:21:45.160Z | Checking des v0.8.1 |
| 2907 | 2026-01-22T04:21:45.694Z | Compiling blake3 v1.5.4 |
| 2908 | 2026-01-22T04:21:46.018Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2909 | 2026-01-22T04:21:46.287Z | Compiling target-spec v3.5.0 |
| 2910 | 2026-01-22T04:21:46.778Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2911 | 2026-01-22T04:21:47.143Z | Checking russh v0.45.0 |
| 2912 | 2026-01-22T04:21:47.709Z | Checking cfg-expr v0.20.1 |
| 2913 | 2026-01-22T04:21:48.209Z | Checking supports-color v2.1.0 |
| 2914 | 2026-01-22T04:21:48.453Z | Checking textwrap v0.15.2 |
| 2915 | 2026-01-22T04:21:48.497Z | Checking supports-hyperlinks v2.1.0 |
| 2916 | 2026-01-22T04:21:48.731Z | Checking supports-unicode v2.1.0 |
| 2917 | 2026-01-22T04:21:48.842Z | Checking hashbrown v0.14.5 |
| 2918 | 2026-01-22T04:21:48.976Z | Checking backtrace-ext v0.2.1 |
| 2919 | 2026-01-22T04:21:49.061Z | Compiling samael v0.0.19 |
| 2920 | 2026-01-22T04:21:49.213Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2921 | 2026-01-22T04:21:49.622Z | Checking terminal_size v0.1.17 |
| 2922 | 2026-01-22T04:21:49.828Z | Compiling miette-derive v5.10.0 |
| 2923 | 2026-01-22T04:21:49.873Z | Checking owo-colors v3.5.0 |
| 2924 | 2026-01-22T04:21:50.744Z | Checking internet-checksum v0.2.1 |
| 2925 | 2026-01-22T04:21:50.967Z | Checking chumsky v0.9.3 |
| 2926 | 2026-01-22T04:21:51.943Z | Checking miette v5.10.0 |
| 2927 | 2026-01-22T04:21:52.603Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2928 | 2026-01-22T04:21:52.893Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2929 | 2026-01-22T04:21:53.262Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2930 | 2026-01-22T04:21:53.785Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2931 | 2026-01-22T04:21:54.006Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2932 | 2026-01-22T04:21:54.230Z | Compiling knuffel-derive v3.2.0 |
| 2933 | 2026-01-22T04:21:54.304Z | Checking httptest v0.16.3 |
| 2934 | 2026-01-22T04:21:54.990Z | Checking pathdiff v0.2.3 |
| 2935 | 2026-01-22T04:21:55.185Z | Checking nested v0.1.1 |
| 2936 | 2026-01-22T04:21:55.462Z | Checking topological-sort v0.2.2 |
| 2937 | 2026-01-22T04:21:55.598Z | Checking guppy v0.17.20 |
| 2938 | 2026-01-22T04:21:55.745Z | Checking omicron-zone-package v0.12.2 |
| 2939 | 2026-01-22T04:21:56.000Z | Compiling git2 v0.20.2 |
| 2940 | 2026-01-22T04:21:57.113Z | Checking knuffel v3.2.0 |
| 2941 | 2026-01-22T04:21:57.475Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2942 | 2026-01-22T04:21:57.522Z | Compiling rstest_macros v0.25.0 |
| 2943 | 2026-01-22T04:21:57.633Z | Compiling doc-comment v0.3.3 |
| 2944 | 2026-01-22T04:21:57.843Z | Compiling target-triple v0.1.3 |
| 2945 | 2026-01-22T04:21:58.014Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2946 | 2026-01-22T04:21:58.393Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2947 | 2026-01-22T04:21:58.448Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2948 | 2026-01-22T04:21:58.472Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2949 | 2026-01-22T04:21:59.455Z | Checking similar-asserts v1.7.0 |
| 2950 | 2026-01-22T04:21:59.750Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2951 | 2026-01-22T04:21:59.975Z | Compiling proc-macro-crate v3.2.0 |
| 2952 | 2026-01-22T04:22:00.098Z | Checking escape8259 v0.5.3 |
| 2953 | 2026-01-22T04:22:00.366Z | Compiling relative-path v1.9.3 |
| 2954 | 2026-01-22T04:22:01.048Z | Compiling assert_cmd v2.0.17 |
| 2955 | 2026-01-22T04:22:01.586Z | Checking libtest-mimic v0.8.1 |
| 2956 | 2026-01-22T04:22:02.319Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2957 | 2026-01-22T04:22:02.371Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2958 | 2026-01-22T04:22:02.528Z | Checking blake2b_simd v1.0.2 |
| 2959 | 2026-01-22T04:22:03.347Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2960 | 2026-01-22T04:22:03.393Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2961 | 2026-01-22T04:22:03.652Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2962 | 2026-01-22T04:22:03.982Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2963 | 2026-01-22T04:22:04.353Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2964 | 2026-01-22T04:22:04.695Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2965 | 2026-01-22T04:22:04.839Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2966 | 2026-01-22T04:22:05.252Z | Checking fancy-regex v0.14.0 |
| 2967 | 2026-01-22T04:22:05.300Z | Checking serde_tokenstream v0.2.2 |
| 2968 | 2026-01-22T04:22:05.710Z | Checking uzers v0.12.1 |
| 2969 | 2026-01-22T04:22:05.951Z | Checking termcolor v1.4.1 |
| 2970 | 2026-01-22T04:22:06.132Z | Checking datatest-stable v0.3.2 |
| 2971 | 2026-01-22T04:22:06.376Z | Checking trybuild v1.0.106 |
| 2972 | 2026-01-22T04:22:06.906Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2973 | 2026-01-22T04:22:07.575Z | Checking rust-argon2 v2.1.0 |
| 2974 | 2026-01-22T04:22:08.065Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2975 | 2026-01-22T04:22:08.210Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2976 | 2026-01-22T04:22:09.249Z | Checking rstest v0.25.0 |
| 2977 | 2026-01-22T04:22:09.565Z | Checking support-bundle-viewer v0.1.2 |
| 2978 | 2026-01-22T04:22:09.830Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2979 | 2026-01-22T04:22:10.109Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2980 | 2026-01-22T04:22:10.195Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2981 | 2026-01-22T04:22:10.464Z | Checking drift v0.1.2 |
| 2982 | 2026-01-22T04:22:10.525Z | Checking rand_distr v0.5.1 |
| 2983 | 2026-01-22T04:22:11.295Z | Checking multimap v0.10.1 |
| 2984 | 2026-01-22T04:22:11.637Z | Checking approx v0.5.1 |
| 2985 | 2026-01-22T04:22:11.683Z | Checking dropshot-api-manager v0.2.4 |
| 2986 | 2026-01-22T04:22:12.231Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2987 | 2026-01-22T04:22:13.441Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2988 | 2026-01-22T04:22:13.930Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2989 | 2026-01-22T04:22:14.828Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2990 | 2026-01-22T04:22:14.880Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2991 | 2026-01-22T04:22:14.937Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2992 | 2026-01-22T04:22:14.996Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2993 | 2026-01-22T04:22:15.070Z | Checking partial-io v0.5.4 |
| 2994 | 2026-01-22T04:22:15.267Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2995 | 2026-01-22T04:22:15.478Z | Checking cargo_toml v0.21.0 |
| 2996 | 2026-01-22T04:22:15.877Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2997 | 2026-01-22T04:22:16.232Z | Checking termios v0.3.3 |
| 2998 | 2026-01-22T04:22:16.279Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=9122d6eb288dc88bfdbcd98cc93cb02cc8c89f96#9122d6eb) |
| 2999 | 2026-01-22T04:22:16.507Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3000 | 2026-01-22T04:22:16.579Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3001 | 2026-01-22T04:22:17.153Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3002 | 2026-01-22T04:22:22.068Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3003 | 2026-01-22T04:22:25.998Z | Compiling polar-core v0.27.3 |
| 3004 | 2026-01-22T04:22:29.512Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3005 | 2026-01-22T04:22:31.571Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3006 | 2026-01-22T04:22:35.656Z | Checking oso v0.27.3 |
| 3007 | 2026-01-22T04:22:38.884Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3008 | 2026-01-22T04:22:41.939Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3009 | 2026-01-22T04:22:47.363Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3010 | 2026-01-22T04:22:55.112Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3011 | 2026-01-22T04:22:57.524Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3012 | 2026-01-22T04:23:11.356Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3013 | 2026-01-22T04:23:19.499Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3014 | 2026-01-22T04:25:52.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 28s |
| 3015 | 2026-01-22T04:25:53.754Z | |
| 3016 | 2026-01-22T04:25:53.754Z | real 7:35.490480641 |
| 3017 | 2026-01-22T04:25:53.754Z | user 38:11.818076880 |
| 3018 | 2026-01-22T04:25:53.754Z | sys 7:47.610739100 |
| 3019 | 2026-01-22T04:25:53.754Z | trap 1.079404983 |
| 3020 | 2026-01-22T04:25:53.754Z | tflt 0.276932681 |
| 3021 | 2026-01-22T04:25:53.778Z | dflt 0.336214155 |
| 3022 | 2026-01-22T04:25:53.778Z | kflt 0.001298417 |
| 3023 | 2026-01-22T04:25:53.778Z | lock 1:34:26.920340618 |
| 3024 | 2026-01-22T04:25:53.778Z | slp 2:05:34.171542885 |
| 3025 | 2026-01-22T04:25:53.778Z | lat 2:24.444248764 |
| 3026 | 2026-01-22T04:25:53.778Z | stop 14:30.522277981 |
| 3027 | 2026-01-22T04:25:53.778Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3028 | 2026-01-22T04:25:53.778Z | + ptime -m cargo doc --workspace --no-deps |
| 3029 | 2026-01-22T04:25:55.434Z | warning: output filename collision. |
| 3030 | 2026-01-22T04:25:55.434Z | 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)`. |
| 3031 | 2026-01-22T04:25:55.434Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3032 | 2026-01-22T04:25:55.434Z | The targets should have unique names. |
| 3033 | 2026-01-22T04:25:55.434Z | This is a known bug where multiple crates with the same name use |
| 3034 | 2026-01-22T04:25:55.434Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 3035 | 2026-01-22T04:25:57.163Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3036 | 2026-01-22T04:25:57.238Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3037 | 2026-01-22T04:25:57.274Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3038 | 2026-01-22T04:25:57.350Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3039 | 2026-01-22T04:25:57.406Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3040 | 2026-01-22T04:25:57.429Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3041 | 2026-01-22T04:25:57.429Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3042 | 2026-01-22T04:25:57.706Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3043 | 2026-01-22T04:25:57.744Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3044 | 2026-01-22T04:25:57.781Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3045 | 2026-01-22T04:25:57.921Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3046 | 2026-01-22T04:25:58.084Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3047 | 2026-01-22T04:25:58.211Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3048 | 2026-01-22T04:25:58.267Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3049 | 2026-01-22T04:25:58.361Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3050 | 2026-01-22T04:25:58.499Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3051 | 2026-01-22T04:25:58.602Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3052 | 2026-01-22T04:25:58.649Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3053 | 2026-01-22T04:25:58.682Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3054 | 2026-01-22T04:25:59.213Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3055 | 2026-01-22T04:25:59.335Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3056 | 2026-01-22T04:25:59.567Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3057 | 2026-01-22T04:25:59.601Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3058 | 2026-01-22T04:25:59.822Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3059 | 2026-01-22T04:25:59.972Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3060 | 2026-01-22T04:26:00.015Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3061 | 2026-01-22T04:26:00.234Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3062 | 2026-01-22T04:26:00.328Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3063 | 2026-01-22T04:26:00.584Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3064 | 2026-01-22T04:26:00.845Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3065 | 2026-01-22T04:26:01.146Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3066 | 2026-01-22T04:26:01.228Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3067 | 2026-01-22T04:26:01.528Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3068 | 2026-01-22T04:26:01.566Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3069 | 2026-01-22T04:26:01.590Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3070 | 2026-01-22T04:26:01.637Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3071 | 2026-01-22T04:26:01.832Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3072 | 2026-01-22T04:26:01.984Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3073 | 2026-01-22T04:26:02.195Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3074 | 2026-01-22T04:26:02.350Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3075 | 2026-01-22T04:26:02.702Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3076 | 2026-01-22T04:26:02.737Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3077 | 2026-01-22T04:26:02.798Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3078 | 2026-01-22T04:26:02.841Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3079 | 2026-01-22T04:26:03.080Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3080 | 2026-01-22T04:26:03.186Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3081 | 2026-01-22T04:26:03.269Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3082 | 2026-01-22T04:26:03.314Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3083 | 2026-01-22T04:26:03.443Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3084 | 2026-01-22T04:26:03.507Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3085 | 2026-01-22T04:26:03.596Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3086 | 2026-01-22T04:26:03.741Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3087 | 2026-01-22T04:26:03.873Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3088 | 2026-01-22T04:26:03.909Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3089 | 2026-01-22T04:26:04.000Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3090 | 2026-01-22T04:26:04.109Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3091 | 2026-01-22T04:26:04.238Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3092 | 2026-01-22T04:26:04.273Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3093 | 2026-01-22T04:26:04.461Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3094 | 2026-01-22T04:26:04.528Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3095 | 2026-01-22T04:26:04.619Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3096 | 2026-01-22T04:26:04.653Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3097 | 2026-01-22T04:26:04.829Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3098 | 2026-01-22T04:26:04.945Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3099 | 2026-01-22T04:26:05.319Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3100 | 2026-01-22T04:26:05.349Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3101 | 2026-01-22T04:26:05.382Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3102 | 2026-01-22T04:26:05.690Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3103 | 2026-01-22T04:26:05.945Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3104 | 2026-01-22T04:26:06.254Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3105 | 2026-01-22T04:26:06.970Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3106 | 2026-01-22T04:26:06.999Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3107 | 2026-01-22T04:26:07.465Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3108 | 2026-01-22T04:26:09.490Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3109 | 2026-01-22T04:26:09.848Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3110 | 2026-01-22T04:26:10.206Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3111 | 2026-01-22T04:26:11.051Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3112 | 2026-01-22T04:26:11.601Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3113 | 2026-01-22T04:26:12.007Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3114 | 2026-01-22T04:26:12.079Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3115 | 2026-01-22T04:26:12.421Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3116 | 2026-01-22T04:26:12.457Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3117 | 2026-01-22T04:26:12.836Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3118 | 2026-01-22T04:26:13.091Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3119 | 2026-01-22T04:26:13.823Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3120 | 2026-01-22T04:26:13.901Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3121 | 2026-01-22T04:26:14.291Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3122 | 2026-01-22T04:26:14.526Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3123 | 2026-01-22T04:26:15.199Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3124 | 2026-01-22T04:26:15.782Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3125 | 2026-01-22T04:26:16.657Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3126 | 2026-01-22T04:26:16.892Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3127 | 2026-01-22T04:26:17.234Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3128 | 2026-01-22T04:26:17.272Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3129 | 2026-01-22T04:26:17.297Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3130 | 2026-01-22T04:26:17.367Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3131 | 2026-01-22T04:26:18.211Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3132 | 2026-01-22T04:26:18.536Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3133 | 2026-01-22T04:26:18.969Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3134 | 2026-01-22T04:26:19.680Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3135 | 2026-01-22T04:26:20.181Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3136 | 2026-01-22T04:26:20.217Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3137 | 2026-01-22T04:26:20.715Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3138 | 2026-01-22T04:26:20.804Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3139 | 2026-01-22T04:26:21.560Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3140 | 2026-01-22T04:26:21.963Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3141 | 2026-01-22T04:26:22.200Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3142 | 2026-01-22T04:26:22.700Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3143 | 2026-01-22T04:26:22.858Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3144 | 2026-01-22T04:26:22.977Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3145 | 2026-01-22T04:26:23.382Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3146 | 2026-01-22T04:26:23.648Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3147 | 2026-01-22T04:26:23.956Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3148 | 2026-01-22T04:26:24.101Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3149 | 2026-01-22T04:26:24.137Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3150 | 2026-01-22T04:26:24.443Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3151 | 2026-01-22T04:26:24.753Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3152 | 2026-01-22T04:26:24.946Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3153 | 2026-01-22T04:26:25.166Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3154 | 2026-01-22T04:26:25.354Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3155 | 2026-01-22T04:26:25.577Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3156 | 2026-01-22T04:26:25.678Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3157 | 2026-01-22T04:26:25.713Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3158 | 2026-01-22T04:26:26.125Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf) |
| 3159 | 2026-01-22T04:26:26.790Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3160 | 2026-01-22T04:26:27.167Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3161 | 2026-01-22T04:26:27.868Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3162 | 2026-01-22T04:26:27.920Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf) |
| 3163 | 2026-01-22T04:26:28.570Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3164 | 2026-01-22T04:26:28.638Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3165 | 2026-01-22T04:26:29.024Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3166 | 2026-01-22T04:26:29.650Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 3167 | 2026-01-22T04:26:30.511Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3168 | 2026-01-22T04:26:30.544Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3169 | 2026-01-22T04:26:31.327Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 3170 | 2026-01-22T04:26:31.460Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3171 | 2026-01-22T04:26:32.824Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3172 | 2026-01-22T04:26:34.928Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3173 | 2026-01-22T04:26:35.817Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3174 | 2026-01-22T04:26:36.429Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3175 | 2026-01-22T04:26:36.857Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3176 | 2026-01-22T04:26:38.250Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3177 | 2026-01-22T04:26:39.326Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3178 | 2026-01-22T04:26:40.065Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3179 | 2026-01-22T04:26:41.680Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3180 | 2026-01-22T04:26:42.144Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 3181 | 2026-01-22T04:26:42.436Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 3182 | 2026-01-22T04:26:42.468Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3183 | 2026-01-22T04:26:43.527Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3184 | 2026-01-22T04:26:43.820Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3185 | 2026-01-22T04:26:44.763Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3186 | 2026-01-22T04:26:48.648Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3187 | 2026-01-22T04:26:48.870Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3188 | 2026-01-22T04:26:49.116Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3189 | 2026-01-22T04:26:49.608Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3190 | 2026-01-22T04:26:49.820Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3191 | 2026-01-22T04:26:50.603Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3192 | 2026-01-22T04:26:51.634Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3193 | 2026-01-22T04:26:52.891Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3194 | 2026-01-22T04:26:54.011Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3195 | 2026-01-22T04:26:54.158Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3196 | 2026-01-22T04:26:54.835Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3197 | 2026-01-22T04:26:55.961Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3198 | 2026-01-22T04:26:55.994Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3199 | 2026-01-22T04:26:57.176Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3200 | 2026-01-22T04:26:57.922Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3201 | 2026-01-22T04:26:58.032Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3202 | 2026-01-22T04:26:58.415Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3203 | 2026-01-22T04:26:58.915Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3204 | 2026-01-22T04:26:59.109Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3205 | 2026-01-22T04:26:59.187Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3206 | 2026-01-22T04:26:59.223Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3207 | 2026-01-22T04:26:59.932Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3208 | 2026-01-22T04:27:00.743Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3209 | 2026-01-22T04:27:01.558Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3210 | 2026-01-22T04:27:01.960Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3211 | 2026-01-22T04:27:02.055Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3212 | 2026-01-22T04:27:02.685Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3213 | 2026-01-22T04:27:02.832Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3214 | 2026-01-22T04:27:03.960Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3215 | 2026-01-22T04:27:04.860Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3216 | 2026-01-22T04:27:04.984Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3217 | 2026-01-22T04:27:06.288Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3218 | 2026-01-22T04:27:09.164Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3219 | 2026-01-22T04:27:09.491Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3220 | 2026-01-22T04:27:10.216Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3221 | 2026-01-22T04:27:16.324Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3222 | 2026-01-22T04:27:17.099Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3223 | 2026-01-22T04:27:17.757Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3224 | 2026-01-22T04:27:18.491Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3225 | 2026-01-22T04:27:19.609Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3226 | 2026-01-22T04:27:25.407Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3227 | 2026-01-22T04:27:26.402Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3228 | 2026-01-22T04:27:27.360Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3229 | 2026-01-22T04:27:27.954Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3230 | 2026-01-22T04:27:30.265Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3231 | 2026-01-22T04:27:31.356Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3232 | 2026-01-22T04:27:32.694Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3233 | 2026-01-22T04:27:34.607Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3234 | 2026-01-22T04:27:35.738Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3235 | 2026-01-22T04:27:37.147Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3236 | 2026-01-22T04:27:37.863Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3237 | 2026-01-22T04:27:38.835Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3238 | 2026-01-22T04:27:42.370Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3239 | 2026-01-22T04:27:44.414Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3240 | 2026-01-22T04:27:46.179Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3241 | 2026-01-22T04:27:47.316Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3242 | 2026-01-22T04:27:48.587Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3243 | 2026-01-22T04:27:49.683Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3244 | 2026-01-22T04:27:50.872Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3245 | 2026-01-22T04:27:52.766Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3246 | 2026-01-22T04:27:56.052Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3247 | 2026-01-22T04:27:57.361Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3248 | 2026-01-22T04:27:58.563Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3249 | 2026-01-22T04:27:59.767Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3250 | 2026-01-22T04:28:01.013Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3251 | 2026-01-22T04:28:03.619Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3252 | 2026-01-22T04:28:05.444Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3253 | 2026-01-22T04:28:07.142Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3254 | 2026-01-22T04:28:08.296Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3255 | 2026-01-22T04:28:11.388Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3256 | 2026-01-22T04:28:11.892Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3257 | 2026-01-22T04:28:13.887Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3258 | 2026-01-22T04:28:15.380Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3259 | 2026-01-22T04:28:16.945Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3260 | 2026-01-22T04:28:19.655Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3261 | 2026-01-22T04:28:20.769Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3262 | 2026-01-22T04:28:22.605Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3263 | 2026-01-22T04:28:24.367Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3264 | 2026-01-22T04:28:26.317Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3265 | 2026-01-22T04:28:31.466Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3266 | 2026-01-22T04:28:31.867Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3267 | 2026-01-22T04:28:34.172Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3268 | 2026-01-22T04:28:36.313Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3269 | 2026-01-22T04:28:39.228Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3270 | 2026-01-22T04:28:41.393Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3271 | 2026-01-22T04:28:43.800Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3272 | 2026-01-22T04:28:49.865Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3273 | 2026-01-22T04:28:51.464Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3274 | 2026-01-22T04:28:52.678Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3275 | 2026-01-22T04:28:54.057Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3276 | 2026-01-22T04:28:56.564Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3277 | 2026-01-22T04:28:59.323Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3278 | 2026-01-22T04:29:02.634Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3279 | 2026-01-22T04:29:05.364Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3280 | 2026-01-22T04:29:08.032Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3281 | 2026-01-22T04:29:10.743Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3282 | 2026-01-22T04:29:14.254Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3283 | 2026-01-22T04:29:16.347Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3284 | 2026-01-22T04:29:19.022Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3285 | 2026-01-22T04:29:21.644Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3286 | 2026-01-22T04:29:24.093Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3287 | 2026-01-22T04:29:27.192Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3288 | 2026-01-22T04:29:29.600Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3289 | 2026-01-22T04:29:32.538Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3290 | 2026-01-22T04:29:34.904Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3291 | 2026-01-22T04:29:37.742Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3292 | 2026-01-22T04:29:40.358Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3293 | 2026-01-22T04:29:43.031Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3294 | 2026-01-22T04:29:46.014Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3295 | 2026-01-22T04:29:48.610Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3296 | 2026-01-22T04:29:51.327Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3297 | 2026-01-22T04:29:54.123Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3298 | 2026-01-22T04:29:56.846Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3299 | 2026-01-22T04:29:59.532Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3300 | 2026-01-22T04:30:02.004Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3301 | 2026-01-22T04:30:04.941Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3302 | 2026-01-22T04:30:07.696Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3303 | 2026-01-22T04:30:10.421Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3304 | 2026-01-22T04:30:13.286Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3305 | 2026-01-22T04:30:15.880Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3306 | 2026-01-22T04:30:18.523Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3307 | 2026-01-22T04:30:24.977Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3308 | 2026-01-22T04:30:25.266Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3309 | 2026-01-22T04:30:27.894Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3310 | 2026-01-22T04:30:29.235Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3311 | 2026-01-22T04:30:34.012Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3312 | 2026-01-22T04:30:37.311Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3313 | 2026-01-22T04:30:40.291Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3314 | 2026-01-22T04:30:43.282Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3315 | 2026-01-22T04:30:46.455Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3316 | 2026-01-22T04:30:49.686Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3317 | 2026-01-22T04:30:53.055Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3318 | 2026-01-22T04:30:56.417Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3319 | 2026-01-22T04:30:59.166Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3320 | 2026-01-22T04:31:03.499Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3321 | 2026-01-22T04:31:06.112Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3322 | 2026-01-22T04:31:09.450Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3323 | 2026-01-22T04:31:12.686Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3324 | 2026-01-22T04:31:15.897Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3325 | 2026-01-22T04:31:19.258Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3326 | 2026-01-22T04:31:22.818Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3327 | 2026-01-22T04:31:25.941Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3328 | 2026-01-22T04:31:29.274Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3329 | 2026-01-22T04:31:32.389Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3330 | 2026-01-22T04:31:35.433Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3331 | 2026-01-22T04:31:38.633Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3332 | 2026-01-22T04:31:41.831Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3333 | 2026-01-22T04:31:45.897Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3334 | 2026-01-22T04:31:48.576Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3335 | 2026-01-22T04:31:51.914Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3336 | 2026-01-22T04:31:55.489Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3337 | 2026-01-22T04:31:58.693Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3338 | 2026-01-22T04:32:02.115Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3339 | 2026-01-22T04:32:05.442Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3340 | 2026-01-22T04:32:08.812Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3341 | 2026-01-22T04:32:15.154Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3342 | 2026-01-22T04:32:17.073Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3343 | 2026-01-22T04:32:28.390Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3344 | 2026-01-22T04:32:31.722Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3345 | 2026-01-22T04:32:33.898Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3346 | 2026-01-22T04:32:39.840Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3347 | 2026-01-22T04:32:45.671Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3348 | 2026-01-22T04:32:51.580Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3349 | 2026-01-22T04:32:56.581Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3350 | 2026-01-22T04:33:01.720Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3351 | 2026-01-22T04:33:06.690Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3352 | 2026-01-22T04:33:12.538Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3353 | 2026-01-22T04:33:18.064Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3354 | 2026-01-22T04:33:24.229Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3355 | 2026-01-22T04:34:12.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 18s |
| 3356 | 2026-01-22T04:34:12.586Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 183 other files |
| 3357 | 2026-01-22T04:34:12.751Z | |
| 3358 | 2026-01-22T04:34:12.751Z | real 8:18.853917123 |
| 3359 | 2026-01-22T04:34:12.751Z | user 28:47.473484352 |
| 3360 | 2026-01-22T04:34:12.752Z | sys 5:44.493854738 |
| 3361 | 2026-01-22T04:34:12.752Z | trap 0.692210847 |
| 3362 | 2026-01-22T04:34:12.752Z | tflt 0.095020605 |
| 3363 | 2026-01-22T04:34:12.752Z | dflt 0.063297640 |
| 3364 | 2026-01-22T04:34:12.752Z | kflt 0.000102205 |
| 3365 | 2026-01-22T04:34:12.752Z | lock 6:37:55.009300444 |
| 3366 | 2026-01-22T04:34:12.752Z | slp 2:47:28.763727903 |
| 3367 | 2026-01-22T04:34:12.752Z | lat 51.486979084 |
| 3368 | 2026-01-22T04:34:12.752Z | stop 2:08.056573842 |
| 3369 | 2026-01-22T04:34:12.777Z | process exited: duration 1322569 ms, exit code 0 |
| |
| 3370 | 2026-01-22T04:34:12.830Z | found 0 output files |