|
|
|
| 1 | 2026-03-07T00:49:47.679Z | job assigned to worker 01KK2W9H4C7X5QG33BF2XTF1J5 [factory aws, i-0e91258be9b8d17f8] (queued for 1 m 0 s) |
| |
| 2 | 2026-03-07T00:49:56.122Z | starting task 0: "setup" |
| 3 | 2026-03-07T00:49:56.135Z | ++ uname -s |
| 4 | 2026-03-07T00:49:56.135Z | + kern=SunOS |
| 5 | 2026-03-07T00:49:56.136Z | + build_user=build |
| 6 | 2026-03-07T00:49:56.136Z | + build_uid=12345 |
| 7 | 2026-03-07T00:49:56.136Z | + work_dir=/work |
| 8 | 2026-03-07T00:49:56.136Z | + input_dir=/input |
| 9 | 2026-03-07T00:49:56.136Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-07T00:49:56.136Z | + case "$kern" in |
| 11 | 2026-03-07T00:49:56.136Z | + groupadd -g 12345 build |
| 12 | 2026-03-07T00:49:56.136Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-07T00:49:58.137Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-07T00:49:58.251Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-07T00:49:58.254Z | + home_fs=zfs |
| 16 | 2026-03-07T00:49:58.254Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-07T00:49:58.254Z | + mkdir -p /home/build |
| 18 | 2026-03-07T00:49:58.257Z | + chown build:build /home/build /work |
| 19 | 2026-03-07T00:50:00.260Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-07T00:50:00.263Z | process exited: duration 4144 ms, exit code 0 |
| |
| 21 | 2026-03-07T00:50:00.269Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-07T00:50:00.275Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-03-07T00:50:00.275Z | * rust toolchain channel = "1.91.1" |
| 24 | 2026-03-07T00:50:00.275Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-03-07T00:50:00.275Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-03-07T00:50:00.275Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-07T00:50:00.275Z | * rust toolchain profile = "default" |
| 28 | 2026-03-07T00:50:00.291Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-07T00:50:00.291Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-07T00:50:00.394Z | info: downloading installer |
| 31 | 2026-03-07T00:50:02.123Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-07T00:50:02.123Z | warn: /opt/ooce/bin |
| 33 | 2026-03-07T00:50:02.123Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-07T00:50:02.124Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-07T00:50:02.124Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-07T00:50:02.124Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-07T00:50:02.124Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-07T00:50:02.124Z | error: cannot install while Rust is installed |
| 39 | 2026-03-07T00:50:02.124Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-07T00:50:02.138Z | info: profile set to 'default' |
| 41 | 2026-03-07T00:50:02.138Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-07T00:50:02.141Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-03-07T00:50:02.335Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-03-07T00:50:02.335Z | info: downloading component 'cargo' |
| 45 | 2026-03-07T00:50:03.478Z | info: downloading component 'clippy' |
| 46 | 2026-03-07T00:50:03.933Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-07T00:50:05.654Z | info: downloading component 'rust-std' |
| 48 | 2026-03-07T00:50:07.827Z | info: downloading component 'rustc' |
| 49 | 2026-03-07T00:50:17.052Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-07T00:50:17.372Z | info: installing component 'cargo' |
| 51 | 2026-03-07T00:50:18.279Z | info: installing component 'clippy' |
| 52 | 2026-03-07T00:50:18.677Z | info: installing component 'rust-docs' |
| 53 | 2026-03-07T00:50:20.603Z | info: installing component 'rust-std' |
| 54 | 2026-03-07T00:50:22.435Z | info: installing component 'rustc' |
| 55 | 2026-03-07T00:50:29.171Z | info: installing component 'rustfmt' |
| 56 | 2026-03-07T00:50:29.512Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-03-07T00:50:29.512Z | |
| 58 | 2026-03-07T00:50:29.965Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-03-07T00:50:29.965Z | |
| 60 | 2026-03-07T00:50:29.969Z | |
| 61 | 2026-03-07T00:50:29.969Z | Rust is installed now. Great! |
| 62 | 2026-03-07T00:50:29.969Z | |
| 63 | 2026-03-07T00:50:29.969Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-07T00:50:29.969Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-07T00:50:29.969Z | |
| 66 | 2026-03-07T00:50:29.969Z | To configure your current shell, you need to source |
| 67 | 2026-03-07T00:50:29.969Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-07T00:50:29.969Z | |
| 69 | 2026-03-07T00:50:29.969Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-07T00:50:29.969Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-07T00:50:29.969Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-07T00:50:29.969Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-07T00:50:30.077Z | + rustup --version |
| 74 | 2026-03-07T00:50:30.092Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-07T00:50:30.095Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-07T00:50:30.212Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-03-07T00:50:30.216Z | + cargo --version |
| 78 | 2026-03-07T00:50:30.288Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-03-07T00:50:30.291Z | + rustc --version |
| 80 | 2026-03-07T00:50:30.367Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-03-07T00:50:30.370Z | process exited: duration 30100 ms, exit code 0 |
| |
| 82 | 2026-03-07T00:50:30.376Z | starting task 2: "authentication" |
| 83 | 2026-03-07T00:50:30.398Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2026-03-07T00:50:30.406Z | starting task 3: "clone repository" |
| 85 | 2026-03-07T00:50:30.409Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-03-07T00:50:30.412Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-03-07T00:50:30.455Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-03-07T00:50:39.966Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-03-07T00:50:39.969Z | + git fetch origin 4e5301c2bd66f71780176af43b60fa1ac8a8f1a0 |
| 90 | 2026-03-07T00:50:40.323Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-03-07T00:50:40.323Z | * branch 4e5301c2bd66f71780176af43b60fa1ac8a8f1a0 -> FETCH_HEAD |
| 92 | 2026-03-07T00:50:40.335Z | + [[ -n dropshot-gzip-support ]] |
| 93 | 2026-03-07T00:50:40.338Z | ++ git branch --show-current |
| 94 | 2026-03-07T00:50:40.342Z | + current=main |
| 95 | 2026-03-07T00:50:40.343Z | + [[ main != dropshot-gzip-support ]] |
| 96 | 2026-03-07T00:50:40.343Z | + git branch -f dropshot-gzip-support 4e5301c2bd66f71780176af43b60fa1ac8a8f1a0 |
| 97 | 2026-03-07T00:50:40.345Z | + git checkout -f dropshot-gzip-support |
| 98 | 2026-03-07T00:50:40.725Z | Switched to branch 'dropshot-gzip-support' |
| 99 | 2026-03-07T00:50:40.728Z | + git reset --hard 4e5301c2bd66f71780176af43b60fa1ac8a8f1a0 |
| 100 | 2026-03-07T00:50:40.762Z | HEAD is now at 4e5301c2b test it |
| 101 | 2026-03-07T00:50:40.764Z | process exited: duration 10358 ms, exit code 0 |
| |
| 102 | 2026-03-07T00:50:40.770Z | starting task 4: "build" |
| 103 | 2026-03-07T00:50:40.776Z | + source ./env.sh |
| 104 | 2026-03-07T00:50:40.776Z | ++ OLD_SHELL_OPTS=ehxB |
| 105 | 2026-03-07T00:50:40.776Z | ++ set -o xtrace |
| 106 | 2026-03-07T00:50:40.779Z | ++++ dirname ./env.sh |
| 107 | 2026-03-07T00:50:40.783Z | +++ readlink -f . |
| 108 | 2026-03-07T00:50:40.786Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 109 | 2026-03-07T00:50:40.786Z | ++ 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-03-07T00:50:40.786Z | ++ 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-03-07T00:50:40.786Z | ++ 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-03-07T00:50:40.786Z | ++ 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-03-07T00:50:40.786Z | ++ 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-03-07T00:50:40.786Z | ++ 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-03-07T00:50:40.786Z | ++ 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-03-07T00:50:40.786Z | ++ 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-03-07T00:50:40.786Z | ++ case $OLD_SHELL_OPTS in |
| 118 | 2026-03-07T00:50:40.786Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 119 | 2026-03-07T00:50:40.786Z | + source .github/buildomat/ci-env.sh |
| 120 | 2026-03-07T00:50:40.786Z | ++ export CARGO_TERM_COLOR=always |
| 121 | 2026-03-07T00:50:40.786Z | ++ CARGO_TERM_COLOR=always |
| 122 | 2026-03-07T00:50:40.786Z | + cargo --version |
| 123 | 2026-03-07T00:50:40.847Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 124 | 2026-03-07T00:50:40.850Z | + rustc --version |
| 125 | 2026-03-07T00:50:40.926Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 126 | 2026-03-07T00:50:40.929Z | + banner prerequisites |
| 127 | 2026-03-07T00:50:40.932Z | |
| 128 | 2026-03-07T00:50:40.932Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 129 | 2026-03-07T00:50:40.932Z | # # # # # # # # # # # # # # # |
| 130 | 2026-03-07T00:50:40.932Z | # # # # ##### # # ##### # # # # # #### # |
| 131 | 2026-03-07T00:50:40.932Z | ##### ##### # ##### # # # # # # # # # |
| 132 | 2026-03-07T00:50:40.932Z | # # # # # # # # # # # # # # # |
| 133 | 2026-03-07T00:50:40.932Z | # # # ###### # # ###### ### # #### # #### # |
| 134 | 2026-03-07T00:50:40.932Z | |
| 135 | 2026-03-07T00:50:40.932Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 136 | 2026-03-07T00:50:51.848Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 137 | 2026-03-07T00:51:02.502Z | Startup: Caching catalogs ... Done |
| 138 | 2026-03-07T00:51:28.005Z | Planning: Solver setup ... Done (23.849s) |
| 139 | 2026-03-07T00:51:28.180Z | Planning: Running solver ... Done (0.175s) |
| 140 | 2026-03-07T00:51:28.354Z | Planning: Finding local manifests ... Done (0.003s) |
| 141 | 2026-03-07T00:51:28.368Z | Planning: Fetching manifests: 0/4 0% complete |
| 142 | 2026-03-07T00:51:28.516Z | Planning: Fetching manifests: 4/4 100% complete |
| 143 | 2026-03-07T00:51:28.567Z | Planning: Package planning ... Done (0.049s) |
| 144 | 2026-03-07T00:51:28.620Z | Planning: Merging actions ... Done (0.049s) |
| 145 | 2026-03-07T00:51:28.901Z | Planning: Checking for conflicting actions ... Done (0.286s) |
| 146 | 2026-03-07T00:51:28.914Z | Planning: Consolidating action changes ... Done (0.011s) |
| 147 | 2026-03-07T00:51:29.945Z | Planning: Evaluating mediators ... Done (1.032s) |
| 148 | 2026-03-07T00:51:29.954Z | Planning: Planning completed in 27.30 seconds |
| 149 | 2026-03-07T00:51:29.970Z | Packages to install: 4 |
| 150 | 2026-03-07T00:51:29.970Z | Mediators to change: 2 |
| 151 | 2026-03-07T00:51:29.970Z | Services to change: 1 |
| 152 | 2026-03-07T00:51:29.975Z | Estimated space available: 155.44 GB |
| 153 | 2026-03-07T00:51:29.975Z | Estimated space to be consumed: 1.82 GB |
| 154 | 2026-03-07T00:51:29.975Z | Create boot environment: No |
| 155 | 2026-03-07T00:51:29.975Z | Create backup boot environment: No |
| 156 | 2026-03-07T00:51:29.975Z | Rebuild boot archive: No |
| 157 | 2026-03-07T00:51:29.975Z | |
| 158 | 2026-03-07T00:51:29.975Z | Changed mediators: |
| 159 | 2026-03-07T00:51:29.975Z | mediator clang: |
| 160 | 2026-03-07T00:51:29.975Z | version: None -> 15 (system default) |
| 161 | 2026-03-07T00:51:29.975Z | |
| 162 | 2026-03-07T00:51:29.975Z | mediator llvm: |
| 163 | 2026-03-07T00:51:29.975Z | version: 14 (system default) -> 15 (system default) |
| 164 | 2026-03-07T00:51:29.976Z | |
| 165 | 2026-03-07T00:51:29.976Z | Changed packages: |
| 166 | 2026-03-07T00:51:29.976Z | helios-dev |
| 167 | 2026-03-07T00:51:29.976Z | developer/build-essential |
| 168 | 2026-03-07T00:51:29.976Z | None -> 11-2.0 |
| 169 | 2026-03-07T00:51:29.976Z | library/libxmlsec1 |
| 170 | 2026-03-07T00:51:29.976Z | None -> 1.2.35-2.0 |
| 171 | 2026-03-07T00:51:29.976Z | ooce/developer/clang-15 |
| 172 | 2026-03-07T00:51:29.976Z | None -> 15.0.7-2.0 |
| 173 | 2026-03-07T00:51:29.976Z | ooce/developer/llvm-15 |
| 174 | 2026-03-07T00:51:29.976Z | None -> 15.0.7-2.0 |
| 175 | 2026-03-07T00:51:29.976Z | |
| 176 | 2026-03-07T00:51:29.976Z | Services: |
| 177 | 2026-03-07T00:51:29.976Z | restart_fmri: |
| 178 | 2026-03-07T00:51:29.976Z | svc:/system/update-man-index:default |
| 179 | 2026-03-07T00:51:30.027Z | |
| 180 | 2026-03-07T00:51:30.027Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 181 | 2026-03-07T00:51:35.028Z | Download: 803/3290 items 18.5/212.6MB 8% complete (3.7M/s) |
| 182 | 2026-03-07T00:51:41.675Z | Download: 1197/3290 items 83.5/212.6MB 39% complete (11.3M/s) |
| 183 | 2026-03-07T00:51:49.896Z | Download: 2217/3290 items 118.3/212.6MB 55% complete (9.6M/s) |
| 184 | 2026-03-07T00:51:55.116Z | Download: 3275/3290 items 208.7/212.6MB 98% complete (9.2M/s) |
| 185 | 2026-03-07T00:51:57.431Z | Download: Completed 212.60 MB in 27.40 seconds (7.8M/s) |
| 186 | 2026-03-07T00:51:57.670Z | Actions: 1/3689 actions (Installing new actions) |
| 187 | 2026-03-07T00:52:02.249Z | Actions: Completed 3689 actions in 4.58 seconds. |
| 188 | 2026-03-07T00:52:02.679Z | Done (0.425s) |
| 189 | 2026-03-07T00:52:02.679Z | Done (0.000s) |
| 190 | 2026-03-07T00:52:03.785Z | Done (1.107s) |
| 191 | 2026-03-07T00:52:08.318Z | Done (4.177s) |
| 192 | 2026-03-07T00:52:08.405Z | Done (0.021s) |
| 193 | 2026-03-07T00:52:08.410Z | Done (0.000s) |
| 194 | 2026-03-07T00:52:08.556Z | Done (0.000s) |
| 195 | 2026-03-07T00:52:09.540Z | Planning: Evaluating mediator changes ... Done |
| 196 | 2026-03-07T00:52:09.734Z | Planning: Checking for conflicting actions ... Done |
| 197 | 2026-03-07T00:52:09.739Z | Planning: Consolidating action changes ... Done |
| 198 | 2026-03-07T00:52:10.000Z | Planning: Evaluating mediators ... Done |
| 199 | 2026-03-07T00:52:10.004Z | Planning: Planning completed in 0.46 seconds |
| 200 | 2026-03-07T00:52:10.032Z | Mediators to change: 2 |
| 201 | 2026-03-07T00:52:10.036Z | Create boot environment: No |
| 202 | 2026-03-07T00:52:10.036Z | Create backup boot environment: No |
| 203 | 2026-03-07T00:52:10.119Z | Done |
| 204 | 2026-03-07T00:52:10.119Z | Done |
| 205 | 2026-03-07T00:52:10.941Z | Done |
| 206 | 2026-03-07T00:52:14.629Z | Done |
| 207 | 2026-03-07T00:52:14.718Z | Done |
| 208 | 2026-03-07T00:52:14.730Z | Done |
| 209 | 2026-03-07T00:52:14.881Z | Done |
| 210 | 2026-03-07T00:52:15.516Z | Planning: Evaluating mediator changes ... Done |
| 211 | 2026-03-07T00:52:15.520Z | Planning: Merging actions ... Done |
| 212 | 2026-03-07T00:52:15.770Z | Planning: Checking for conflicting actions ... Done |
| 213 | 2026-03-07T00:52:15.777Z | Planning: Consolidating action changes ... Done |
| 214 | 2026-03-07T00:52:15.979Z | Planning: Evaluating mediators ... Done |
| 215 | 2026-03-07T00:52:16.037Z | Planning: Planning completed in 0.77 seconds |
| 216 | 2026-03-07T00:52:16.072Z | Packages to change: 1 |
| 217 | 2026-03-07T00:52:16.072Z | Mediators to change: 1 |
| 218 | 2026-03-07T00:52:16.076Z | Services to change: 1 |
| 219 | 2026-03-07T00:52:16.076Z | Create boot environment: No |
| 220 | 2026-03-07T00:52:16.076Z | Create backup boot environment: Yes |
| 221 | 2026-03-07T00:52:18.495Z | Actions: 1/6 actions (Updating modified actions) |
| 222 | 2026-03-07T00:52:18.498Z | Actions: Completed 6 actions in 0.00 seconds. |
| 223 | 2026-03-07T00:52:18.499Z | Done |
| 224 | 2026-03-07T00:52:18.499Z | Done |
| 225 | 2026-03-07T00:52:18.722Z | Done |
| 226 | 2026-03-07T00:52:22.392Z | Done |
| 227 | 2026-03-07T00:52:22.481Z | Done |
| 228 | 2026-03-07T00:52:22.483Z | Done |
| 229 | 2026-03-07T00:52:22.641Z | Done |
| 230 | 2026-03-07T00:52:23.098Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 231 | 2026-03-07T00:52:23.099Z | clang system 15 system |
| 232 | 2026-03-07T00:52:23.099Z | csh system system illumos |
| 233 | 2026-03-07T00:52:23.099Z | ctags system system illumos |
| 234 | 2026-03-07T00:52:23.099Z | file system system illumos |
| 235 | 2026-03-07T00:52:23.099Z | gcc vendor 12 vendor |
| 236 | 2026-03-07T00:52:23.099Z | gcc system 10 system |
| 237 | 2026-03-07T00:52:23.099Z | gcc system 7 system |
| 238 | 2026-03-07T00:52:23.099Z | go system 1.20 system |
| 239 | 2026-03-07T00:52:23.099Z | go system 1.19 system |
| 240 | 2026-03-07T00:52:23.099Z | llvm system 15 system |
| 241 | 2026-03-07T00:52:23.099Z | llvm system 14 system |
| 242 | 2026-03-07T00:52:23.099Z | mariadb system 10.6 system |
| 243 | 2026-03-07T00:52:23.099Z | mta vendor vendor dma |
| 244 | 2026-03-07T00:52:23.099Z | openjdk system 17 system |
| 245 | 2026-03-07T00:52:23.099Z | openjdk system 11 system |
| 246 | 2026-03-07T00:52:23.099Z | openjdk system 1.8 system |
| 247 | 2026-03-07T00:52:23.099Z | openssl vendor 3 vendor |
| 248 | 2026-03-07T00:52:23.099Z | perl system 5.36 system |
| 249 | 2026-03-07T00:52:23.099Z | postgresql system 15 system |
| 250 | 2026-03-07T00:52:23.099Z | postgresql system 13 system |
| 251 | 2026-03-07T00:52:23.099Z | python vendor 3 vendor |
| 252 | 2026-03-07T00:52:23.099Z | python system 2 system |
| 253 | 2026-03-07T00:52:23.099Z | python3 system 3.11 system |
| 254 | 2026-03-07T00:52:23.099Z | ruby system 3.0 system |
| 255 | 2026-03-07T00:52:23.099Z | words vendor vendor american-english |
| 256 | 2026-03-07T00:52:23.099Z | words system system australian-english |
| 257 | 2026-03-07T00:52:23.099Z | words system system british-english |
| 258 | 2026-03-07T00:52:23.099Z | words system system canadian-english |
| 259 | 2026-03-07T00:52:23.099Z | words system system french |
| 260 | 2026-03-07T00:52:23.099Z | words system system italian |
| 261 | 2026-03-07T00:52:23.099Z | words system system ngerman |
| 262 | 2026-03-07T00:52:23.099Z | words system system ogerman |
| 263 | 2026-03-07T00:52:23.099Z | words system system spanish |
| 264 | 2026-03-07T00:52:23.440Z | PUBLISHER TYPE STATUS P LOCATION |
| 265 | 2026-03-07T00:52:23.440Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 266 | 2026-03-07T00:52:30.275Z | FMRI IFO |
| 267 | 2026-03-07T00:52:30.275Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 268 | 2026-03-07T00:52:30.275Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 269 | 2026-03-07T00:52:30.275Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 270 | 2026-03-07T00:52:30.275Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 271 | 2026-03-07T00:52:30.275Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 272 | 2026-03-07T00:52:30.275Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 273 | 2026-03-07T00:52:30.275Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 274 | 2026-03-07T00:52:30.275Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 275 | 2026-03-07T00:52:30.275Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 276 | 2026-03-07T00:52:30.275Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 277 | 2026-03-07T00:52:30.275Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 278 | 2026-03-07T00:52:30.275Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 279 | 2026-03-07T00:52:30.275Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 280 | 2026-03-07T00:52:30.275Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 281 | 2026-03-07T00:52:30.275Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 282 | 2026-03-07T00:52:30.275Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 283 | 2026-03-07T00:52:31.490Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 284 | 2026-03-07T00:52:32.413Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 285 | 2026-03-07T00:52:32.837Z | Updating crates.io index |
| 286 | 2026-03-07T00:52:32.879Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 287 | 2026-03-07T00:52:33.506Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 288 | 2026-03-07T00:52:34.102Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 289 | 2026-03-07T00:52:34.390Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 290 | 2026-03-07T00:52:34.754Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 291 | 2026-03-07T00:52:36.166Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 292 | 2026-03-07T00:52:38.577Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 293 | 2026-03-07T00:52:39.672Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 294 | 2026-03-07T00:52:40.323Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 295 | 2026-03-07T00:52:41.193Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 296 | 2026-03-07T00:52:41.678Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 297 | 2026-03-07T00:52:42.915Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 298 | 2026-03-07T00:52:43.346Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 299 | 2026-03-07T00:52:43.755Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 300 | 2026-03-07T00:52:44.072Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 301 | 2026-03-07T00:52:44.918Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 302 | 2026-03-07T00:52:45.512Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 303 | 2026-03-07T00:52:45.789Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 304 | 2026-03-07T00:52:46.103Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 305 | 2026-03-07T00:52:46.485Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 306 | 2026-03-07T00:52:46.684Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 307 | 2026-03-07T00:52:46.895Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 308 | 2026-03-07T00:52:47.132Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 309 | 2026-03-07T00:52:47.585Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 310 | 2026-03-07T00:52:48.073Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 311 | 2026-03-07T00:52:48.582Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 312 | 2026-03-07T00:52:48.839Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 313 | 2026-03-07T00:52:49.142Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 314 | 2026-03-07T00:52:50.249Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 315 | 2026-03-07T00:52:51.090Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 316 | 2026-03-07T00:52:51.354Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 317 | 2026-03-07T00:52:51.690Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 318 | 2026-03-07T00:52:52.002Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 319 | 2026-03-07T00:52:52.480Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 320 | 2026-03-07T00:52:52.715Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 321 | 2026-03-07T00:52:52.970Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 322 | 2026-03-07T00:52:53.249Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 323 | 2026-03-07T00:52:53.658Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 324 | 2026-03-07T00:53:08.568Z | Downloading crates ... |
| 325 | 2026-03-07T00:53:08.654Z | Downloaded fnv v1.0.7 |
| 326 | 2026-03-07T00:53:08.664Z | Downloaded clap v4.5.60 |
| 327 | 2026-03-07T00:53:08.673Z | Downloaded serde-value v0.7.0 |
| 328 | 2026-03-07T00:53:08.677Z | Downloaded camino-tempfile v1.4.1 |
| 329 | 2026-03-07T00:53:08.677Z | Downloaded typeid v1.0.3 |
| 330 | 2026-03-07T00:53:08.686Z | Downloaded bytecount v0.6.9 |
| 331 | 2026-03-07T00:53:08.686Z | Downloaded is_terminal_polyfill v1.70.2 |
| 332 | 2026-03-07T00:53:08.686Z | Downloaded autocfg v1.5.0 |
| 333 | 2026-03-07T00:53:08.686Z | Downloaded anstream v0.6.21 |
| 334 | 2026-03-07T00:53:08.686Z | Downloaded anstyle-parse v0.2.7 |
| 335 | 2026-03-07T00:53:08.690Z | Downloaded anstyle v1.0.13 |
| 336 | 2026-03-07T00:53:08.690Z | Downloaded cargo-util-schemas v0.8.2 |
| 337 | 2026-03-07T00:53:08.690Z | Downloaded camino v1.2.2 |
| 338 | 2026-03-07T00:53:08.692Z | Downloaded dtrace-parser v0.2.0 |
| 339 | 2026-03-07T00:53:08.692Z | Downloaded percent-encoding v2.3.2 |
| 340 | 2026-03-07T00:53:08.692Z | Downloaded memmap v0.7.0 |
| 341 | 2026-03-07T00:53:08.695Z | Downloaded anstyle-query v1.1.5 |
| 342 | 2026-03-07T00:53:08.695Z | Downloaded cargo-platform v0.2.0 |
| 343 | 2026-03-07T00:53:08.699Z | Downloaded byteorder v1.5.0 |
| 344 | 2026-03-07T00:53:08.701Z | Downloaded icu_properties v2.1.2 |
| 345 | 2026-03-07T00:53:08.704Z | Downloaded getrandom v0.4.1 |
| 346 | 2026-03-07T00:53:08.707Z | Downloaded anyhow v1.0.102 |
| 347 | 2026-03-07T00:53:08.710Z | Downloaded semver v1.0.27 |
| 348 | 2026-03-07T00:53:08.717Z | Downloaded once_cell v1.21.3 |
| 349 | 2026-03-07T00:53:08.720Z | Downloaded unicode-linebreak v0.1.5 |
| 350 | 2026-03-07T00:53:08.725Z | Downloaded litemap v0.8.1 |
| 351 | 2026-03-07T00:53:08.725Z | Downloaded indexmap v2.13.0 |
| 352 | 2026-03-07T00:53:08.728Z | Downloaded proc-macro2 v1.0.106 |
| 353 | 2026-03-07T00:53:08.731Z | Downloaded idna_adapter v1.2.1 |
| 354 | 2026-03-07T00:53:08.734Z | Downloaded fastrand v2.3.0 |
| 355 | 2026-03-07T00:53:08.734Z | Downloaded clap_lex v1.0.0 |
| 356 | 2026-03-07T00:53:08.739Z | Downloaded ordered-float v2.10.1 |
| 357 | 2026-03-07T00:53:08.744Z | Downloaded heck v0.5.0 |
| 358 | 2026-03-07T00:53:08.747Z | Downloaded unicode-ident v1.0.24 |
| 359 | 2026-03-07T00:53:08.750Z | Downloaded thiserror-impl v2.0.18 |
| 360 | 2026-03-07T00:53:08.755Z | Downloaded smawk v0.3.2 |
| 361 | 2026-03-07T00:53:08.755Z | Downloaded version_check v0.9.5 |
| 362 | 2026-03-07T00:53:08.755Z | Downloaded itoa v1.0.17 |
| 363 | 2026-03-07T00:53:08.758Z | Downloaded form_urlencoded v1.2.2 |
| 364 | 2026-03-07T00:53:08.758Z | Downloaded toml_datetime v0.6.11 |
| 365 | 2026-03-07T00:53:08.758Z | Downloaded synstructure v0.13.2 |
| 366 | 2026-03-07T00:53:08.761Z | Downloaded cargo_metadata v0.21.0 |
| 367 | 2026-03-07T00:53:08.761Z | Downloaded scroll_derive v0.12.1 |
| 368 | 2026-03-07T00:53:08.764Z | Downloaded errno v0.3.14 |
| 369 | 2026-03-07T00:53:08.764Z | Downloaded serde_spanned v0.6.9 |
| 370 | 2026-03-07T00:53:08.766Z | Downloaded cpufeatures v0.2.17 |
| 371 | 2026-03-07T00:53:08.766Z | Downloaded block-buffer v0.10.4 |
| 372 | 2026-03-07T00:53:08.770Z | Downloaded usdt-attr-macro v0.5.0 |
| 373 | 2026-03-07T00:53:08.770Z | Downloaded macaddr v1.0.1 |
| 374 | 2026-03-07T00:53:08.770Z | Downloaded dof v0.3.0 |
| 375 | 2026-03-07T00:53:08.774Z | Downloaded cfg-if v1.0.4 |
| 376 | 2026-03-07T00:53:08.777Z | Downloaded zerofrom-derive v0.1.6 |
| 377 | 2026-03-07T00:53:08.780Z | Downloaded usdt-impl v0.5.0 |
| 378 | 2026-03-07T00:53:08.784Z | Downloaded utf8_iter v1.0.4 |
| 379 | 2026-03-07T00:53:08.786Z | Downloaded tabled_derive v0.7.0 |
| 380 | 2026-03-07T00:53:08.786Z | Downloaded potential_utf v0.1.4 |
| 381 | 2026-03-07T00:53:08.789Z | Downloaded proc-macro-error-attr v1.0.4 |
| 382 | 2026-03-07T00:53:08.789Z | Downloaded strsim v0.11.1 |
| 383 | 2026-03-07T00:53:08.792Z | Downloaded usdt v0.5.0 |
| 384 | 2026-03-07T00:53:08.792Z | Downloaded swrite v0.1.0 |
| 385 | 2026-03-07T00:53:08.796Z | Downloaded heck v0.4.1 |
| 386 | 2026-03-07T00:53:08.799Z | Downloaded generic-array v0.14.7 |
| 387 | 2026-03-07T00:53:08.802Z | Downloaded toml_write v0.1.2 |
| 388 | 2026-03-07T00:53:08.811Z | Downloaded stable_deref_trait v1.2.1 |
| 389 | 2026-03-07T00:53:08.814Z | Downloaded plain v0.2.3 |
| 390 | 2026-03-07T00:53:08.815Z | Downloaded crypto-common v0.1.7 |
| 391 | 2026-03-07T00:53:08.817Z | Downloaded terminal_size v0.4.3 |
| 392 | 2026-03-07T00:53:08.817Z | Downloaded thread-id v4.2.2 |
| 393 | 2026-03-07T00:53:08.820Z | Downloaded pretty-hex v0.4.1 |
| 394 | 2026-03-07T00:53:08.820Z | Downloaded yoke v0.8.1 |
| 395 | 2026-03-07T00:53:08.823Z | Downloaded pest_generator v2.8.6 |
| 396 | 2026-03-07T00:53:08.823Z | Downloaded scroll v0.12.0 |
| 397 | 2026-03-07T00:53:08.826Z | Downloaded zerovec-derive v0.11.2 |
| 398 | 2026-03-07T00:53:08.829Z | Downloaded tinystr v0.8.2 |
| 399 | 2026-03-07T00:53:08.834Z | Downloaded colorchoice v1.0.4 |
| 400 | 2026-03-07T00:53:08.837Z | Downloaded unicode-xid v0.2.6 |
| 401 | 2026-03-07T00:53:08.842Z | Downloaded equivalent v1.0.2 |
| 402 | 2026-03-07T00:53:08.845Z | Downloaded yoke-derive v0.8.1 |
| 403 | 2026-03-07T00:53:08.848Z | Downloaded cargo_toml v0.21.0 |
| 404 | 2026-03-07T00:53:08.848Z | Downloaded serde_tokenstream v0.2.3 |
| 405 | 2026-03-07T00:53:08.848Z | Downloaded proc-macro-error v1.0.4 |
| 406 | 2026-03-07T00:53:08.851Z | Downloaded digest v0.10.7 |
| 407 | 2026-03-07T00:53:08.854Z | Downloaded fs-err v3.3.0 |
| 408 | 2026-03-07T00:53:08.857Z | Downloaded utf8parse v0.2.2 |
| 409 | 2026-03-07T00:53:08.857Z | Downloaded usdt-macro v0.5.0 |
| 410 | 2026-03-07T00:53:08.857Z | Downloaded displaydoc v0.2.5 |
| 411 | 2026-03-07T00:53:08.862Z | Downloaded zerofrom v0.1.6 |
| 412 | 2026-03-07T00:53:08.865Z | Downloaded smallvec v1.15.1 |
| 413 | 2026-03-07T00:53:08.868Z | Downloaded thiserror v1.0.69 |
| 414 | 2026-03-07T00:53:08.870Z | Downloaded sha2 v0.10.9 |
| 415 | 2026-03-07T00:53:08.874Z | Downloaded bitflags v2.11.0 |
| 416 | 2026-03-07T00:53:08.877Z | Downloaded zmij v1.0.21 |
| 417 | 2026-03-07T00:53:08.879Z | Downloaded erased-serde v0.4.9 |
| 418 | 2026-03-07T00:53:08.882Z | Downloaded thiserror-impl v1.0.69 |
| 419 | 2026-03-07T00:53:08.882Z | Downloaded thiserror v2.0.18 |
| 420 | 2026-03-07T00:53:08.887Z | Downloaded serde-untagged v0.1.9 |
| 421 | 2026-03-07T00:53:08.890Z | Downloaded papergrid v0.11.0 |
| 422 | 2026-03-07T00:53:08.893Z | Downloaded tempfile v3.25.0 |
| 423 | 2026-03-07T00:53:08.896Z | Downloaded clap_derive v4.5.55 |
| 424 | 2026-03-07T00:53:08.899Z | Downloaded quote v1.0.44 |
| 425 | 2026-03-07T00:53:08.902Z | Downloaded writeable v0.6.2 |
| 426 | 2026-03-07T00:53:08.905Z | Downloaded ucd-trie v0.1.7 |
| 427 | 2026-03-07T00:53:08.905Z | Downloaded toml v0.8.23 |
| 428 | 2026-03-07T00:53:08.910Z | Downloaded num-traits v0.2.19 |
| 429 | 2026-03-07T00:53:08.917Z | Downloaded zerocopy-derive v0.7.35 |
| 430 | 2026-03-07T00:53:08.921Z | Downloaded serde_derive v1.0.228 |
| 431 | 2026-03-07T00:53:08.925Z | Downloaded serde_core v1.0.228 |
| 432 | 2026-03-07T00:53:08.927Z | Downloaded log v0.4.29 |
| 433 | 2026-03-07T00:53:08.930Z | Downloaded icu_normalizer v2.1.1 |
| 434 | 2026-03-07T00:53:08.933Z | Downloaded pest_derive v2.8.6 |
| 435 | 2026-03-07T00:53:08.936Z | Downloaded icu_provider v2.1.1 |
| 436 | 2026-03-07T00:53:08.939Z | Downloaded textwrap v0.16.2 |
| 437 | 2026-03-07T00:53:08.939Z | Downloaded icu_normalizer_data v2.1.1 |
| 438 | 2026-03-07T00:53:08.942Z | Downloaded icu_locale_core v2.1.1 |
| 439 | 2026-03-07T00:53:08.946Z | Downloaded memchr v2.8.0 |
| 440 | 2026-03-07T00:53:08.951Z | Downloaded zerotrie v0.2.3 |
| 441 | 2026-03-07T00:53:08.954Z | Downloaded typenum v1.19.0 |
| 442 | 2026-03-07T00:53:08.957Z | Downloaded pest v2.8.6 |
| 443 | 2026-03-07T00:53:08.961Z | Downloaded serde v1.0.228 |
| 444 | 2026-03-07T00:53:08.964Z | Downloaded idna v1.1.0 |
| 445 | 2026-03-07T00:53:08.967Z | Downloaded serde_json v1.0.149 |
| 446 | 2026-03-07T00:53:08.973Z | Downloaded icu_collections v2.1.1 |
| 447 | 2026-03-07T00:53:08.978Z | Downloaded pest_meta v2.8.6 |
| 448 | 2026-03-07T00:53:08.981Z | Downloaded toml_edit v0.22.27 |
| 449 | 2026-03-07T00:53:08.984Z | Downloaded hashbrown v0.16.1 |
| 450 | 2026-03-07T00:53:08.994Z | Downloaded url v2.5.8 |
| 451 | 2026-03-07T00:53:09.001Z | Downloaded goblin v0.8.2 |
| 452 | 2026-03-07T00:53:09.008Z | Downloaded icu_properties_data v2.1.2 |
| 453 | 2026-03-07T00:53:09.016Z | Downloaded zerovec v0.11.5 |
| 454 | 2026-03-07T00:53:09.021Z | Downloaded clap_builder v4.5.60 |
| 455 | 2026-03-07T00:53:09.026Z | Downloaded zerocopy v0.7.35 |
| 456 | 2026-03-07T00:53:09.040Z | Downloaded tabled v0.15.0 |
| 457 | 2026-03-07T00:53:09.053Z | Downloaded winnow v0.7.14 |
| 458 | 2026-03-07T00:53:09.061Z | Downloaded unicode-width v0.2.0 |
| 459 | 2026-03-07T00:53:09.065Z | Downloaded syn v1.0.109 |
| 460 | 2026-03-07T00:53:09.074Z | Downloaded syn v2.0.117 |
| 461 | 2026-03-07T00:53:09.084Z | Downloaded unicode-width v0.1.14 |
| 462 | 2026-03-07T00:53:09.088Z | Downloaded rustix v1.1.3 |
| 463 | 2026-03-07T00:53:09.117Z | Downloaded libc v0.2.180 |
| 464 | 2026-03-07T00:53:09.205Z | Compiling proc-macro2 v1.0.106 |
| 465 | 2026-03-07T00:53:09.208Z | Compiling quote v1.0.44 |
| 466 | 2026-03-07T00:53:09.209Z | Compiling unicode-ident v1.0.24 |
| 467 | 2026-03-07T00:53:09.209Z | Compiling serde_core v1.0.228 |
| 468 | 2026-03-07T00:53:09.209Z | Compiling libc v0.2.180 |
| 469 | 2026-03-07T00:53:09.209Z | Compiling version_check v0.9.5 |
| 470 | 2026-03-07T00:53:09.440Z | Compiling serde v1.0.228 |
| 471 | 2026-03-07T00:53:09.443Z | Compiling memchr v2.8.0 |
| 472 | 2026-03-07T00:53:09.687Z | Compiling stable_deref_trait v1.2.1 |
| 473 | 2026-03-07T00:53:09.815Z | Compiling zmij v1.0.21 |
| 474 | 2026-03-07T00:53:10.209Z | Compiling ucd-trie v0.1.7 |
| 475 | 2026-03-07T00:53:10.234Z | Compiling itoa v1.0.17 |
| 476 | 2026-03-07T00:53:10.565Z | Compiling autocfg v1.5.0 |
| 477 | 2026-03-07T00:53:10.682Z | Compiling thiserror v1.0.69 |
| 478 | 2026-03-07T00:53:10.818Z | Compiling pest v2.8.6 |
| 479 | 2026-03-07T00:53:10.944Z | Compiling writeable v0.6.2 |
| 480 | 2026-03-07T00:53:10.975Z | Compiling litemap v0.8.1 |
| 481 | 2026-03-07T00:53:11.343Z | Compiling rustix v1.1.3 |
| 482 | 2026-03-07T00:53:11.445Z | Compiling icu_properties_data v2.1.2 |
| 483 | 2026-03-07T00:53:11.795Z | Compiling icu_normalizer_data v2.1.1 |
| 484 | 2026-03-07T00:53:11.976Z | Compiling byteorder v1.5.0 |
| 485 | 2026-03-07T00:53:12.087Z | Compiling syn v2.0.117 |
| 486 | 2026-03-07T00:53:12.273Z | Compiling errno v0.3.14 |
| 487 | 2026-03-07T00:53:12.301Z | Compiling serde_json v1.0.149 |
| 488 | 2026-03-07T00:53:12.443Z | Compiling bitflags v2.11.0 |
| 489 | 2026-03-07T00:53:12.689Z | Compiling num-traits v0.2.19 |
| 490 | 2026-03-07T00:53:12.757Z | Compiling hashbrown v0.16.1 |
| 491 | 2026-03-07T00:53:12.797Z | Compiling equivalent v1.0.2 |
| 492 | 2026-03-07T00:53:12.976Z | Compiling typeid v1.0.3 |
| 493 | 2026-03-07T00:53:13.053Z | Compiling smallvec v1.15.1 |
| 494 | 2026-03-07T00:53:13.465Z | Compiling pest_meta v2.8.6 |
| 495 | 2026-03-07T00:53:13.902Z | Compiling indexmap v2.13.0 |
| 496 | 2026-03-07T00:53:14.043Z | Compiling thread-id v4.2.2 |
| 497 | 2026-03-07T00:53:14.241Z | Compiling proc-macro-error-attr v1.0.4 |
| 498 | 2026-03-07T00:53:14.339Z | Compiling usdt-impl v0.5.0 |
| 499 | 2026-03-07T00:53:14.644Z | Compiling erased-serde v0.4.9 |
| 500 | 2026-03-07T00:53:14.813Z | Compiling winnow v0.7.14 |
| 501 | 2026-03-07T00:53:15.075Z | Compiling syn v1.0.109 |
| 502 | 2026-03-07T00:53:15.162Z | Compiling toml_write v0.1.2 |
| 503 | 2026-03-07T00:53:16.029Z | Compiling proc-macro-error v1.0.4 |
| 504 | 2026-03-07T00:53:16.251Z | Compiling percent-encoding v2.3.2 |
| 505 | 2026-03-07T00:53:16.377Z | Compiling camino v1.2.2 |
| 506 | 2026-03-07T00:53:16.619Z | Compiling utf8_iter v1.0.4 |
| 507 | 2026-03-07T00:53:16.894Z | Compiling log v0.4.29 |
| 508 | 2026-03-07T00:53:17.039Z | Compiling thiserror v2.0.18 |
| 509 | 2026-03-07T00:53:17.253Z | Compiling getrandom v0.4.1 |
| 510 | 2026-03-07T00:53:17.480Z | Compiling utf8parse v0.2.2 |
| 511 | 2026-03-07T00:53:17.719Z | Compiling plain v0.2.3 |
| 512 | 2026-03-07T00:53:17.914Z | Compiling anstyle-parse v0.2.7 |
| 513 | 2026-03-07T00:53:17.947Z | Compiling ordered-float v2.10.1 |
| 514 | 2026-03-07T00:53:18.111Z | Compiling form_urlencoded v1.2.2 |
| 515 | 2026-03-07T00:53:18.417Z | Compiling terminal_size v0.4.3 |
| 516 | 2026-03-07T00:53:18.488Z | Compiling pretty-hex v0.4.1 |
| 517 | 2026-03-07T00:53:18.517Z | Compiling cfg-if v1.0.4 |
| 518 | 2026-03-07T00:53:18.638Z | Compiling anstyle v1.0.13 |
| 519 | 2026-03-07T00:53:18.665Z | Compiling colorchoice v1.0.4 |
| 520 | 2026-03-07T00:53:18.734Z | Compiling is_terminal_polyfill v1.70.2 |
| 521 | 2026-03-07T00:53:18.847Z | Compiling anstyle-query v1.1.5 |
| 522 | 2026-03-07T00:53:19.019Z | Compiling anstream v0.6.21 |
| 523 | 2026-03-07T00:53:19.050Z | Compiling semver v1.0.27 |
| 524 | 2026-03-07T00:53:19.103Z | Compiling synstructure v0.13.2 |
| 525 | 2026-03-07T00:53:19.199Z | Compiling pest_generator v2.8.6 |
| 526 | 2026-03-07T00:53:19.311Z | Compiling serde-untagged v0.1.9 |
| 527 | 2026-03-07T00:53:19.777Z | Compiling fs-err v3.3.0 |
| 528 | 2026-03-07T00:53:19.806Z | Compiling fnv v1.0.7 |
| 529 | 2026-03-07T00:53:19.901Z | Compiling unicode-width v0.1.14 |
| 530 | 2026-03-07T00:53:19.960Z | Compiling heck v0.5.0 |
| 531 | 2026-03-07T00:53:20.118Z | Compiling unicode-xid v0.2.6 |
| 532 | 2026-03-07T00:53:20.331Z | Compiling strsim v0.11.1 |
| 533 | 2026-03-07T00:53:20.459Z | Compiling bytecount v0.6.9 |
| 534 | 2026-03-07T00:53:20.518Z | Compiling fastrand v2.3.0 |
| 535 | 2026-03-07T00:53:20.522Z | Compiling heck v0.4.1 |
| 536 | 2026-03-07T00:53:20.689Z | Compiling once_cell v1.21.3 |
| 537 | 2026-03-07T00:53:20.888Z | Compiling anyhow v1.0.102 |
| 538 | 2026-03-07T00:53:20.995Z | Compiling clap_lex v1.0.0 |
| 539 | 2026-03-07T00:53:21.060Z | Compiling tempfile v3.25.0 |
| 540 | 2026-03-07T00:53:21.118Z | Compiling papergrid v0.11.0 |
| 541 | 2026-03-07T00:53:21.425Z | Compiling clap_builder v4.5.60 |
| 542 | 2026-03-07T00:53:21.774Z | Compiling memmap v0.7.0 |
| 543 | 2026-03-07T00:53:21.827Z | Compiling unicode-width v0.2.0 |
| 544 | 2026-03-07T00:53:21.884Z | Compiling smawk v0.3.2 |
| 545 | 2026-03-07T00:53:22.151Z | Compiling unicode-linebreak v0.1.5 |
| 546 | 2026-03-07T00:53:22.652Z | Compiling textwrap v0.16.2 |
| 547 | 2026-03-07T00:53:22.958Z | Compiling camino-tempfile v1.4.1 |
| 548 | 2026-03-07T00:53:23.065Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 549 | 2026-03-07T00:53:23.403Z | Compiling swrite v0.1.0 |
| 550 | 2026-03-07T00:53:23.616Z | Compiling tabled_derive v0.7.0 |
| 551 | 2026-03-07T00:53:23.812Z | Compiling serde_derive v1.0.228 |
| 552 | 2026-03-07T00:53:23.812Z | Compiling zerofrom-derive v0.1.6 |
| 553 | 2026-03-07T00:53:23.815Z | Compiling yoke-derive v0.8.1 |
| 554 | 2026-03-07T00:53:23.840Z | Compiling zerovec-derive v0.11.2 |
| 555 | 2026-03-07T00:53:23.940Z | Compiling displaydoc v0.2.5 |
| 556 | 2026-03-07T00:53:25.526Z | Compiling thiserror-impl v1.0.69 |
| 557 | 2026-03-07T00:53:25.669Z | Compiling zerocopy-derive v0.7.35 |
| 558 | 2026-03-07T00:53:26.470Z | Compiling pest_derive v2.8.6 |
| 559 | 2026-03-07T00:53:26.589Z | Compiling scroll_derive v0.12.1 |
| 560 | 2026-03-07T00:53:27.194Z | Compiling zerofrom v0.1.6 |
| 561 | 2026-03-07T00:53:27.283Z | Compiling thiserror-impl v2.0.18 |
| 562 | 2026-03-07T00:53:27.451Z | Compiling yoke v0.8.1 |
| 563 | 2026-03-07T00:53:27.671Z | Compiling zerocopy v0.7.35 |
| 564 | 2026-03-07T00:53:27.872Z | Compiling zerovec v0.11.5 |
| 565 | 2026-03-07T00:53:28.128Z | Compiling zerotrie v0.2.3 |
| 566 | 2026-03-07T00:53:28.686Z | Compiling dtrace-parser v0.2.0 |
| 567 | 2026-03-07T00:53:28.769Z | Compiling scroll v0.12.0 |
| 568 | 2026-03-07T00:53:29.061Z | Compiling tinystr v0.8.2 |
| 569 | 2026-03-07T00:53:29.065Z | Compiling potential_utf v0.1.4 |
| 570 | 2026-03-07T00:53:29.112Z | Compiling clap_derive v4.5.55 |
| 571 | 2026-03-07T00:53:29.319Z | Compiling icu_collections v2.1.1 |
| 572 | 2026-03-07T00:53:29.384Z | Compiling goblin v0.8.2 |
| 573 | 2026-03-07T00:53:29.473Z | Compiling icu_locale_core v2.1.1 |
| 574 | 2026-03-07T00:53:30.201Z | Compiling tabled v0.15.0 |
| 575 | 2026-03-07T00:53:30.876Z | Compiling icu_provider v2.1.1 |
| 576 | 2026-03-07T00:53:31.472Z | Compiling icu_normalizer v2.1.1 |
| 577 | 2026-03-07T00:53:31.508Z | Compiling icu_properties v2.1.2 |
| 578 | 2026-03-07T00:53:32.317Z | Compiling serde_spanned v0.6.9 |
| 579 | 2026-03-07T00:53:32.396Z | Compiling toml_datetime v0.6.11 |
| 580 | 2026-03-07T00:53:32.449Z | Compiling dof v0.3.0 |
| 581 | 2026-03-07T00:53:32.452Z | Compiling serde_tokenstream v0.2.3 |
| 582 | 2026-03-07T00:53:32.505Z | Compiling serde-value v0.7.0 |
| 583 | 2026-03-07T00:53:32.616Z | Compiling cargo-platform v0.2.0 |
| 584 | 2026-03-07T00:53:33.006Z | Compiling toml_edit v0.22.27 |
| 585 | 2026-03-07T00:53:33.176Z | Compiling clap v4.5.60 |
| 586 | 2026-03-07T00:53:33.313Z | Compiling macaddr v1.0.1 |
| 587 | 2026-03-07T00:53:33.530Z | Compiling idna_adapter v1.2.1 |
| 588 | 2026-03-07T00:53:33.752Z | Compiling idna v1.1.0 |
| 589 | 2026-03-07T00:53:34.234Z | Compiling usdt-attr-macro v0.5.0 |
| 590 | 2026-03-07T00:53:34.234Z | Compiling usdt-macro v0.5.0 |
| 591 | 2026-03-07T00:53:34.330Z | Compiling url v2.5.8 |
| 592 | 2026-03-07T00:53:36.167Z | Compiling usdt v0.5.0 |
| 593 | 2026-03-07T00:53:36.190Z | Compiling toml v0.8.23 |
| 594 | 2026-03-07T00:53:36.969Z | Compiling cargo-util-schemas v0.8.2 |
| 595 | 2026-03-07T00:53:36.969Z | Compiling cargo_toml v0.21.0 |
| 596 | 2026-03-07T00:53:38.475Z | Compiling cargo_metadata v0.21.0 |
| 597 | 2026-03-07T00:53:40.260Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 598 | 2026-03-07T00:53:43.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
| 599 | 2026-03-07T00:53:44.060Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 600 | 2026-03-07T00:53:44.880Z | Downloading crates ... |
| 601 | 2026-03-07T00:53:45.014Z | Downloaded cipher v0.4.4 |
| 602 | 2026-03-07T00:53:45.019Z | Downloaded cfg_aliases v0.1.1 |
| 603 | 2026-03-07T00:53:45.023Z | Downloaded camino-tempfile-ext v0.3.3 |
| 604 | 2026-03-07T00:53:45.026Z | Downloaded atomicwrites v0.4.4 |
| 605 | 2026-03-07T00:53:45.030Z | Downloaded crc8 v0.1.1 |
| 606 | 2026-03-07T00:53:45.033Z | Downloaded crunchy v0.2.4 |
| 607 | 2026-03-07T00:53:45.037Z | Downloaded embedded-io v0.4.0 |
| 608 | 2026-03-07T00:53:45.042Z | Downloaded crossbeam-epoch v0.9.18 |
| 609 | 2026-03-07T00:53:45.047Z | Downloaded display-error-chain v0.2.2 |
| 610 | 2026-03-07T00:53:45.051Z | Downloaded foreign-types-macros v0.2.3 |
| 611 | 2026-03-07T00:53:45.055Z | Downloaded fixedbitset v0.5.7 |
| 612 | 2026-03-07T00:53:45.059Z | Downloaded ciborium-io v0.2.2 |
| 613 | 2026-03-07T00:53:45.063Z | Downloaded bb8 v0.8.6 |
| 614 | 2026-03-07T00:53:45.067Z | Downloaded darling_core v0.23.0 |
| 615 | 2026-03-07T00:53:45.075Z | Downloaded flume v0.11.1 |
| 616 | 2026-03-07T00:53:45.082Z | Downloaded env_logger v0.11.9 |
| 617 | 2026-03-07T00:53:45.087Z | Downloaded globset v0.4.18 |
| 618 | 2026-03-07T00:53:45.092Z | Downloaded dyn-clone v1.0.20 |
| 619 | 2026-03-07T00:53:45.096Z | Downloaded cbc v0.1.2 |
| 620 | 2026-03-07T00:53:45.100Z | Downloaded darling v0.20.11 |
| 621 | 2026-03-07T00:53:45.108Z | Downloaded darling_macro v0.21.3 |
| 622 | 2026-03-07T00:53:45.111Z | Downloaded hash32 v0.2.1 |
| 623 | 2026-03-07T00:53:45.117Z | Downloaded enum-as-inner v0.6.1 |
| 624 | 2026-03-07T00:53:45.121Z | Downloaded flagset v0.4.7 |
| 625 | 2026-03-07T00:53:45.124Z | Downloaded futures-macro v0.3.32 |
| 626 | 2026-03-07T00:53:45.127Z | Downloaded foreign-types v0.3.2 |
| 627 | 2026-03-07T00:53:45.131Z | Downloaded float-ord v0.3.2 |
| 628 | 2026-03-07T00:53:45.147Z | Downloaded ghash v0.5.1 |
| 629 | 2026-03-07T00:53:45.151Z | Downloaded futures-sink v0.3.32 |
| 630 | 2026-03-07T00:53:45.154Z | Downloaded foreign-types-shared v0.1.1 |
| 631 | 2026-03-07T00:53:45.157Z | Downloaded bit-vec v0.6.3 |
| 632 | 2026-03-07T00:53:45.161Z | Downloaded dsl_auto_type v0.1.3 |
| 633 | 2026-03-07T00:53:45.165Z | Downloaded foreign-types v0.5.0 |
| 634 | 2026-03-07T00:53:45.168Z | Downloaded git-stub v1.0.0 |
| 635 | 2026-03-07T00:53:45.172Z | Downloaded headers-core v0.3.0 |
| 636 | 2026-03-07T00:53:45.176Z | Downloaded hex-literal v0.4.1 |
| 637 | 2026-03-07T00:53:45.179Z | Downloaded derive_builder_core v0.20.2 |
| 638 | 2026-03-07T00:53:45.184Z | Downloaded hubpack_derive v0.1.1 |
| 639 | 2026-03-07T00:53:45.186Z | Downloaded convert_case v0.4.0 |
| 640 | 2026-03-07T00:53:45.190Z | Downloaded hash32 v0.3.1 |
| 641 | 2026-03-07T00:53:45.194Z | Downloaded constant_time_eq v0.4.2 |
| 642 | 2026-03-07T00:53:45.198Z | Downloaded der_derive v0.7.3 |
| 643 | 2026-03-07T00:53:45.202Z | Downloaded embedded-io v0.6.1 |
| 644 | 2026-03-07T00:53:45.207Z | Downloaded hostname v0.4.2 |
| 645 | 2026-03-07T00:53:45.210Z | Downloaded http-range v0.1.5 |
| 646 | 2026-03-07T00:53:45.213Z | Downloaded internet-checksum v0.2.1 |
| 647 | 2026-03-07T00:53:45.216Z | Downloaded ident_case v1.0.1 |
| 648 | 2026-03-07T00:53:45.219Z | Downloaded des v0.8.1 |
| 649 | 2026-03-07T00:53:45.223Z | Downloaded colored v3.1.1 |
| 650 | 2026-03-07T00:53:45.228Z | Downloaded indent_write v2.2.0 |
| 651 | 2026-03-07T00:53:45.232Z | Downloaded http-body v1.0.1 |
| 652 | 2026-03-07T00:53:45.234Z | Downloaded httpdate v1.0.3 |
| 653 | 2026-03-07T00:53:45.238Z | Downloaded ed25519 v2.2.3 |
| 654 | 2026-03-07T00:53:45.242Z | Downloaded is-terminal v0.4.17 |
| 655 | 2026-03-07T00:53:45.245Z | Downloaded instant v0.1.13 |
| 656 | 2026-03-07T00:53:45.248Z | Downloaded is_ci v1.2.0 |
| 657 | 2026-03-07T00:53:45.252Z | Downloaded lalrpop-util v0.19.12 |
| 658 | 2026-03-07T00:53:45.254Z | Downloaded bzip2 v0.4.4 |
| 659 | 2026-03-07T00:53:45.259Z | Downloaded kstat-rs v0.2.4 |
| 660 | 2026-03-07T00:53:45.262Z | Downloaded ena v0.14.4 |
| 661 | 2026-03-07T00:53:45.266Z | Downloaded humantime v2.3.0 |
| 662 | 2026-03-07T00:53:45.269Z | Downloaded crc32fast v1.5.0 |
| 663 | 2026-03-07T00:53:45.273Z | Downloaded libscf-sys v1.1.0 |
| 664 | 2026-03-07T00:53:45.276Z | Downloaded lazy_static v1.5.0 |
| 665 | 2026-03-07T00:53:45.279Z | Downloaded futures v0.3.32 |
| 666 | 2026-03-07T00:53:45.286Z | Downloaded maybe-uninit v2.0.0 |
| 667 | 2026-03-07T00:53:45.290Z | Downloaded hubpack v0.1.2 |
| 668 | 2026-03-07T00:53:45.293Z | Downloaded memoffset v0.9.1 |
| 669 | 2026-03-07T00:53:45.296Z | Downloaded lzss v0.8.2 |
| 670 | 2026-03-07T00:53:45.300Z | Downloaded nodrop v0.1.14 |
| 671 | 2026-03-07T00:53:45.302Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 672 | 2026-03-07T00:53:45.307Z | Downloaded md5 v0.7.0 |
| 673 | 2026-03-07T00:53:45.310Z | Downloaded ingot-types v0.1.2 |
| 674 | 2026-03-07T00:53:45.313Z | Downloaded linear-map v1.2.0 |
| 675 | 2026-03-07T00:53:45.316Z | Downloaded nibble_vec v0.1.0 |
| 676 | 2026-03-07T00:53:45.319Z | Downloaded newline-converter v0.3.0 |
| 677 | 2026-03-07T00:53:45.322Z | Downloaded expectorate v1.2.0 |
| 678 | 2026-03-07T00:53:45.326Z | Downloaded half v1.8.3 |
| 679 | 2026-03-07T00:53:45.330Z | Downloaded newtype-uuid-macros v0.1.0 |
| 680 | 2026-03-07T00:53:45.333Z | Downloaded num-derive v0.3.3 |
| 681 | 2026-03-07T00:53:45.337Z | Downloaded libefi-sys v0.1.0 |
| 682 | 2026-03-07T00:53:45.340Z | Downloaded indoc v2.0.7 |
| 683 | 2026-03-07T00:53:45.344Z | Downloaded num_enum_derive v0.5.11 |
| 684 | 2026-03-07T00:53:45.347Z | Downloaded openssl-probe v0.1.6 |
| 685 | 2026-03-07T00:53:45.350Z | Downloaded libloading v0.8.9 |
| 686 | 2026-03-07T00:53:45.354Z | Downloaded num_threads v0.1.7 |
| 687 | 2026-03-07T00:53:45.357Z | Downloaded openssl-macros v0.1.1 |
| 688 | 2026-03-07T00:53:45.360Z | Downloaded openssl-probe v0.2.1 |
| 689 | 2026-03-07T00:53:45.363Z | Downloaded lock_api v0.4.14 |
| 690 | 2026-03-07T00:53:45.365Z | Downloaded ingot-macros v0.1.1 |
| 691 | 2026-03-07T00:53:45.368Z | Downloaded olpc-cjson v0.1.4 |
| 692 | 2026-03-07T00:53:45.371Z | Downloaded iana-time-zone v0.1.65 |
| 693 | 2026-03-07T00:53:45.375Z | Downloaded multer v3.1.0 |
| 694 | 2026-03-07T00:53:45.379Z | Downloaded pbkdf2 v0.12.2 |
| 695 | 2026-03-07T00:53:45.382Z | Downloaded path-slash v0.1.5 |
| 696 | 2026-03-07T00:53:45.385Z | Downloaded mime_guess v2.0.5 |
| 697 | 2026-03-07T00:53:45.388Z | Downloaded oso-derive v0.27.3 |
| 698 | 2026-03-07T00:53:45.391Z | Downloaded parse-size v1.1.0 |
| 699 | 2026-03-07T00:53:45.395Z | Downloaded packed_struct_codegen v0.10.1 |
| 700 | 2026-03-07T00:53:45.398Z | Downloaded ed25519-dalek v2.2.0 |
| 701 | 2026-03-07T00:53:45.401Z | Downloaded nu-ansi-term v0.50.3 |
| 702 | 2026-03-07T00:53:45.405Z | Downloaded phf_shared v0.13.1 |
| 703 | 2026-03-07T00:53:45.408Z | Downloaded ar_archive_writer v0.5.1 |
| 704 | 2026-03-07T00:53:45.412Z | Downloaded phf_shared v0.12.1 |
| 705 | 2026-03-07T00:53:45.415Z | Downloaded num_enum v0.5.11 |
| 706 | 2026-03-07T00:53:45.421Z | Downloaded peg-runtime v0.8.5 |
| 707 | 2026-03-07T00:53:45.424Z | Downloaded aes v0.8.4 |
| 708 | 2026-03-07T00:53:45.428Z | Downloaded opaque-debug v0.3.1 |
| 709 | 2026-03-07T00:53:45.431Z | Downloaded predicates-core v1.0.10 |
| 710 | 2026-03-07T00:53:45.434Z | Downloaded predicates-tree v1.0.13 |
| 711 | 2026-03-07T00:53:45.437Z | Downloaded memmap2 v0.9.10 |
| 712 | 2026-03-07T00:53:45.440Z | Downloaded heapless v0.8.0 |
| 713 | 2026-03-07T00:53:45.444Z | Downloaded heapless v0.7.17 |
| 714 | 2026-03-07T00:53:45.449Z | Downloaded pin-utils v0.1.0 |
| 715 | 2026-03-07T00:53:45.452Z | Downloaded oxide-tokio-rt v0.1.2 |
| 716 | 2026-03-07T00:53:45.456Z | Downloaded owo-colors v4.3.0 |
| 717 | 2026-03-07T00:53:45.459Z | Downloaded proc-macro-crate v3.4.0 |
| 718 | 2026-03-07T00:53:45.461Z | Downloaded pem-rfc7468 v0.7.0 |
| 719 | 2026-03-07T00:53:45.464Z | Downloaded psl-types v2.0.11 |
| 720 | 2026-03-07T00:53:45.467Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 721 | 2026-03-07T00:53:45.470Z | Downloaded password-hash v0.4.2 |
| 722 | 2026-03-07T00:53:45.473Z | Downloaded progenitor-client v0.10.0 |
| 723 | 2026-03-07T00:53:45.476Z | Downloaded parse-display-derive v0.10.0 |
| 724 | 2026-03-07T00:53:45.479Z | Downloaded quick-error v1.2.3 |
| 725 | 2026-03-07T00:53:45.481Z | Downloaded progenitor-macro v0.10.0 |
| 726 | 2026-03-07T00:53:45.484Z | Downloaded rand_chacha v0.3.1 |
| 727 | 2026-03-07T00:53:45.487Z | Downloaded progenitor-macro v0.11.2 |
| 728 | 2026-03-07T00:53:45.487Z | Downloaded peg-macros v0.8.5 |
| 729 | 2026-03-07T00:53:45.490Z | Downloaded peg v0.8.5 |
| 730 | 2026-03-07T00:53:45.495Z | Downloaded parking_lot_core v0.9.12 |
| 731 | 2026-03-07T00:53:45.499Z | Downloaded radium v0.7.0 |
| 732 | 2026-03-07T00:53:45.502Z | Downloaded polyval v0.6.2 |
| 733 | 2026-03-07T00:53:45.504Z | Downloaded pkg-config v0.3.32 |
| 734 | 2026-03-07T00:53:45.507Z | Downloaded ppv-lite86 v0.2.21 |
| 735 | 2026-03-07T00:53:45.510Z | Downloaded indicatif v0.18.4 |
| 736 | 2026-03-07T00:53:45.514Z | Downloaded proc-macro-error2 v2.0.1 |
| 737 | 2026-03-07T00:53:45.519Z | Downloaded ref-cast-impl v1.0.25 |
| 738 | 2026-03-07T00:53:45.521Z | Downloaded primeorder v0.13.6 |
| 739 | 2026-03-07T00:53:45.524Z | Downloaded progenitor v0.10.0 |
| 740 | 2026-03-07T00:53:45.527Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 741 | 2026-03-07T00:53:45.530Z | Downloaded rfc6979 v0.4.0 |
| 742 | 2026-03-07T00:53:45.533Z | Downloaded progenitor v0.13.0 |
| 743 | 2026-03-07T00:53:45.536Z | Downloaded ref-cast v1.0.25 |
| 744 | 2026-03-07T00:53:45.538Z | Downloaded progenitor-extras v0.1.0 |
| 745 | 2026-03-07T00:53:45.541Z | Downloaded progenitor-client v0.13.0 |
| 746 | 2026-03-07T00:53:45.544Z | Downloaded rustc_version v0.1.7 |
| 747 | 2026-03-07T00:53:45.547Z | Downloaded rustc-hash v2.1.1 |
| 748 | 2026-03-07T00:53:45.547Z | Downloaded progenitor-macro v0.13.0 |
| 749 | 2026-03-07T00:53:45.550Z | Downloaded rtoolbox v0.0.3 |
| 750 | 2026-03-07T00:53:45.552Z | Downloaded rustc_version v0.4.1 |
| 751 | 2026-03-07T00:53:45.555Z | Downloaded r2d2 v0.8.10 |
| 752 | 2026-03-07T00:53:45.559Z | Downloaded russh-cryptovec v0.7.3 |
| 753 | 2026-03-07T00:53:45.559Z | Downloaded pkcs5 v0.7.1 |
| 754 | 2026-03-07T00:53:45.562Z | Downloaded pkcs1 v0.7.5 |
| 755 | 2026-03-07T00:53:45.566Z | Downloaded h2 v0.4.13 |
| 756 | 2026-03-07T00:53:45.575Z | Downloaded parking_lot v0.11.2 |
| 757 | 2026-03-07T00:53:45.579Z | Downloaded jiff-static v0.2.21 |
| 758 | 2026-03-07T00:53:45.582Z | Downloaded scrypt v0.11.0 |
| 759 | 2026-03-07T00:53:45.585Z | Downloaded rand_chacha v0.9.0 |
| 760 | 2026-03-07T00:53:45.588Z | Downloaded hashbrown v0.13.2 |
| 761 | 2026-03-07T00:53:45.591Z | Downloaded scopeguard v1.2.0 |
| 762 | 2026-03-07T00:53:45.594Z | Downloaded serde-big-array v0.5.1 |
| 763 | 2026-03-07T00:53:45.597Z | Downloaded resolv-conf v0.7.6 |
| 764 | 2026-03-07T00:53:45.599Z | Downloaded scroll_derive v0.13.1 |
| 765 | 2026-03-07T00:53:45.602Z | Downloaded pin-project v1.1.11 |
| 766 | 2026-03-07T00:53:45.614Z | Downloaded serde_urlencoded v0.7.1 |
| 767 | 2026-03-07T00:53:45.617Z | Downloaded aho-corasick v1.1.4 |
| 768 | 2026-03-07T00:53:45.623Z | Downloaded seq-macro v0.3.6 |
| 769 | 2026-03-07T00:53:45.626Z | Downloaded salsa20 v0.10.2 |
| 770 | 2026-03-07T00:53:45.629Z | Downloaded signal-hook-mio v0.2.5 |
| 771 | 2026-03-07T00:53:45.632Z | Downloaded rustls-pemfile v2.2.0 |
| 772 | 2026-03-07T00:53:45.635Z | Downloaded sigpipe v0.1.3 |
| 773 | 2026-03-07T00:53:45.638Z | Downloaded serde_bytes v0.11.19 |
| 774 | 2026-03-07T00:53:45.641Z | Downloaded signal-hook-tokio v0.3.1 |
| 775 | 2026-03-07T00:53:45.641Z | Downloaded quinn-udp v0.5.14 |
| 776 | 2026-03-07T00:53:45.644Z | Downloaded rusty-fork v0.3.1 |
| 777 | 2026-03-07T00:53:45.646Z | Downloaded rustversion v1.0.22 |
| 778 | 2026-03-07T00:53:45.649Z | Downloaded scheduled-thread-pool v0.2.7 |
| 779 | 2026-03-07T00:53:45.652Z | Downloaded p256 v0.13.2 |
| 780 | 2026-03-07T00:53:45.655Z | Downloaded oso v0.27.3 |
| 781 | 2026-03-07T00:53:45.660Z | Downloaded siphasher v1.0.2 |
| 782 | 2026-03-07T00:53:45.663Z | Downloaded sct v0.7.1 |
| 783 | 2026-03-07T00:53:45.667Z | Downloaded sec1 v0.7.3 |
| 784 | 2026-03-07T00:53:45.670Z | Downloaded progenitor-impl v0.11.2 |
| 785 | 2026-03-07T00:53:45.673Z | Downloaded minimal-lexical v0.2.1 |
| 786 | 2026-03-07T00:53:45.678Z | Downloaded slog-bunyan v2.5.0 |
| 787 | 2026-03-07T00:53:45.681Z | Downloaded sha1 v0.10.6 |
| 788 | 2026-03-07T00:53:45.687Z | Downloaded schemars_derive v0.8.22 |
| 789 | 2026-03-07T00:53:45.687Z | Downloaded scroll v0.13.0 |
| 790 | 2026-03-07T00:53:45.690Z | Downloaded russh-keys v0.45.0 |
| 791 | 2026-03-07T00:53:45.693Z | Downloaded openssl-sys v0.9.111 |
| 792 | 2026-03-07T00:53:45.696Z | Downloaded slog-envlogger v2.2.0 |
| 793 | 2026-03-07T00:53:45.701Z | Downloaded ssh-encoding v0.2.0 |
| 794 | 2026-03-07T00:53:45.704Z | Downloaded hyper-util v0.1.20 |
| 795 | 2026-03-07T00:53:45.707Z | Downloaded simd-adler32 v0.3.8 |
| 796 | 2026-03-07T00:53:45.710Z | Downloaded serde_derive_internals v0.29.1 |
| 797 | 2026-03-07T00:53:45.715Z | Downloaded sqlparser_derive v0.5.0 |
| 798 | 2026-03-07T00:53:45.715Z | Downloaded structmeta v0.3.0 |
| 799 | 2026-03-07T00:53:45.718Z | Downloaded strum v0.27.2 |
| 800 | 2026-03-07T00:53:45.718Z | Downloaded strum v0.26.3 |
| 801 | 2026-03-07T00:53:45.721Z | Downloaded structmeta-derive v0.3.0 |
| 802 | 2026-03-07T00:53:45.724Z | Downloaded subtle v2.6.1 |
| 803 | 2026-03-07T00:53:45.724Z | Downloaded ssh-cipher v0.2.0 |
| 804 | 2026-03-07T00:53:45.727Z | Downloaded crossterm v0.29.0 |
| 805 | 2026-03-07T00:53:45.733Z | Downloaded sync_wrapper v1.0.2 |
| 806 | 2026-03-07T00:53:45.736Z | Downloaded sync-ptr v0.1.4 |
| 807 | 2026-03-07T00:53:45.736Z | Downloaded tabwriter v1.4.1 |
| 808 | 2026-03-07T00:53:45.740Z | Downloaded tabled_derive v0.11.0 |
| 809 | 2026-03-07T00:53:45.743Z | Downloaded slog-async v2.8.0 |
| 810 | 2026-03-07T00:53:45.743Z | Downloaded smf v0.2.3 |
| 811 | 2026-03-07T00:53:45.745Z | Downloaded slog-json v2.6.1 |
| 812 | 2026-03-07T00:53:45.748Z | Downloaded slab v0.4.12 |
| 813 | 2026-03-07T00:53:45.748Z | Downloaded tagptr v0.2.0 |
| 814 | 2026-03-07T00:53:45.751Z | Downloaded take_mut v0.2.2 |
| 815 | 2026-03-07T00:53:45.755Z | Downloaded serde_path_to_error v0.1.20 |
| 816 | 2026-03-07T00:53:45.755Z | Downloaded testing_table v0.3.0 |
| 817 | 2026-03-07T00:53:45.758Z | Downloaded progenitor-impl v0.10.0 |
| 818 | 2026-03-07T00:53:45.758Z | Downloaded sqlformat v0.3.5 |
| 819 | 2026-03-07T00:53:45.761Z | Downloaded smallvec v0.6.14 |
| 820 | 2026-03-07T00:53:45.764Z | Downloaded semver v0.1.20 |
| 821 | 2026-03-07T00:53:45.764Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 822 | 2026-03-07T00:53:45.768Z | Downloaded ron v0.8.1 |
| 823 | 2026-03-07T00:53:45.772Z | Downloaded spki v0.7.3 |
| 824 | 2026-03-07T00:53:45.775Z | Downloaded time-core v0.1.8 |
| 825 | 2026-03-07T00:53:45.778Z | Downloaded shlex v1.3.0 |
| 826 | 2026-03-07T00:53:45.778Z | Downloaded snafu-derive v0.8.9 |
| 827 | 2026-03-07T00:53:45.781Z | Downloaded stacker v0.1.23 |
| 828 | 2026-03-07T00:53:45.784Z | Downloaded tinyvec_macros v0.1.1 |
| 829 | 2026-03-07T00:53:45.787Z | Downloaded stringprep v0.1.5 |
| 830 | 2026-03-07T00:53:45.787Z | Downloaded string_cache v0.8.9 |
| 831 | 2026-03-07T00:53:45.790Z | Downloaded strum_macros v0.27.2 |
| 832 | 2026-03-07T00:53:45.794Z | Downloaded itertools v0.10.5 |
| 833 | 2026-03-07T00:53:45.798Z | Downloaded schemars v0.8.22 |
| 834 | 2026-03-07T00:53:45.811Z | Downloaded supports-color v3.0.2 |
| 835 | 2026-03-07T00:53:45.815Z | Downloaded support-bundle-viewer v0.1.2 |
| 836 | 2026-03-07T00:53:45.815Z | Downloaded rayon-core v1.13.0 |
| 837 | 2026-03-07T00:53:45.824Z | Downloaded tap v1.0.1 |
| 838 | 2026-03-07T00:53:45.825Z | Downloaded spin v0.9.8 |
| 839 | 2026-03-07T00:53:45.825Z | Downloaded publicsuffix v2.3.0 |
| 840 | 2026-03-07T00:53:45.827Z | Downloaded termios v0.3.3 |
| 841 | 2026-03-07T00:53:45.830Z | Downloaded nom v7.1.3 |
| 842 | 2026-03-07T00:53:45.833Z | Downloaded try-lock v0.2.5 |
| 843 | 2026-03-07T00:53:45.836Z | Downloaded tower-service v0.3.3 |
| 844 | 2026-03-07T00:53:45.836Z | Downloaded tower-layer v0.3.3 |
| 845 | 2026-03-07T00:53:45.839Z | Downloaded tls_codec_derive v0.4.2 |
| 846 | 2026-03-07T00:53:45.842Z | Downloaded time-macros v0.2.27 |
| 847 | 2026-03-07T00:53:45.845Z | Downloaded signal-hook v0.3.18 |
| 848 | 2026-03-07T00:53:45.848Z | Downloaded thread_local v1.1.9 |
| 849 | 2026-03-07T00:53:45.848Z | Downloaded serde_yaml v0.9.34+deprecated |
| 850 | 2026-03-07T00:53:45.851Z | Downloaded rustls-platform-verifier v0.6.2 |
| 851 | 2026-03-07T00:53:45.856Z | Downloaded typify-macro v0.4.3 |
| 852 | 2026-03-07T00:53:45.859Z | Downloaded trait-variant v0.1.2 |
| 853 | 2026-03-07T00:53:45.859Z | Downloaded tiny-keccak v2.0.2 |
| 854 | 2026-03-07T00:53:45.863Z | Downloaded tokio-tungstenite v0.23.1 |
| 855 | 2026-03-07T00:53:45.866Z | Downloaded tls_codec v0.4.2 |
| 856 | 2026-03-07T00:53:45.869Z | Downloaded itertools v0.13.0 |
| 857 | 2026-03-07T00:53:45.876Z | Downloaded unicode-truncate v1.1.0 |
| 858 | 2026-03-07T00:53:45.878Z | Downloaded unarray v0.1.4 |
| 859 | 2026-03-07T00:53:45.878Z | Downloaded typify-macro v0.6.1 |
| 860 | 2026-03-07T00:53:45.882Z | Downloaded quinn v0.11.9 |
| 861 | 2026-03-07T00:53:45.885Z | Downloaded tokio-tungstenite v0.21.0 |
| 862 | 2026-03-07T00:53:45.885Z | Downloaded tokio-native-tls v0.3.1 |
| 863 | 2026-03-07T00:53:45.889Z | Downloaded usdt-macro v0.6.0 |
| 864 | 2026-03-07T00:53:45.889Z | Downloaded socket2 v0.6.2 |
| 865 | 2026-03-07T00:53:45.893Z | Downloaded tokio-rustls v0.25.0 |
| 866 | 2026-03-07T00:53:45.896Z | Downloaded slog v2.8.2 |
| 867 | 2026-03-07T00:53:45.899Z | Downloaded untrusted v0.7.1 |
| 868 | 2026-03-07T00:53:45.902Z | Downloaded universal-hash v0.5.1 |
| 869 | 2026-03-07T00:53:45.902Z | Downloaded unit-prefix v0.5.2 |
| 870 | 2026-03-07T00:53:45.902Z | Downloaded void v1.0.2 |
| 871 | 2026-03-07T00:53:45.906Z | Downloaded topological-sort v0.2.2 |
| 872 | 2026-03-07T00:53:45.906Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 873 | 2026-03-07T00:53:45.907Z | Downloaded samael v0.0.19 |
| 874 | 2026-03-07T00:53:45.912Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 875 | 2026-03-07T00:53:45.916Z | Downloaded thiserror-no-std v2.0.2 |
| 876 | 2026-03-07T00:53:45.921Z | Downloaded want v0.3.1 |
| 877 | 2026-03-07T00:53:45.921Z | Downloaded waitgroup v0.1.2 |
| 878 | 2026-03-07T00:53:45.935Z | Downloaded tui-tree-widget v0.23.1 |
| 879 | 2026-03-07T00:53:45.935Z | Downloaded num-bigint-dig v0.8.6 |
| 880 | 2026-03-07T00:53:45.939Z | Downloaded usdt-attr-macro v0.6.0 |
| 881 | 2026-03-07T00:53:45.939Z | Downloaded term v1.2.1 |
| 882 | 2026-03-07T00:53:45.939Z | Downloaded utf-8 v0.7.6 |
| 883 | 2026-03-07T00:53:45.939Z | Downloaded socket2 v0.5.10 |
| 884 | 2026-03-07T00:53:45.939Z | Downloaded wait-timeout v0.2.1 |
| 885 | 2026-03-07T00:53:45.940Z | Downloaded futures-util v0.3.32 |
| 886 | 2026-03-07T00:53:45.949Z | Downloaded untrusted v0.9.0 |
| 887 | 2026-03-07T00:53:45.954Z | Downloaded xshell-macros v0.2.7 |
| 888 | 2026-03-07T00:53:45.954Z | Downloaded xattr v1.6.1 |
| 889 | 2026-03-07T00:53:45.958Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 890 | 2026-03-07T00:53:45.958Z | Downloaded tokio-rustls v0.24.1 |
| 891 | 2026-03-07T00:53:45.961Z | Downloaded unicase v2.9.0 |
| 892 | 2026-03-07T00:53:45.961Z | Downloaded rand v0.10.0 |
| 893 | 2026-03-07T00:53:45.965Z | Downloaded test-strategy v0.4.5 |
| 894 | 2026-03-07T00:53:45.969Z | Downloaded uzers v0.12.2 |
| 895 | 2026-03-07T00:53:45.973Z | Downloaded tokio-stream v0.1.18 |
| 896 | 2026-03-07T00:53:45.976Z | Downloaded zone_cfg_derive v0.3.1 |
| 897 | 2026-03-07T00:53:45.976Z | Downloaded zone v0.3.1 |
| 898 | 2026-03-07T00:53:45.980Z | Downloaded twox-hash v2.1.2 |
| 899 | 2026-03-07T00:53:45.980Z | Downloaded zeroize_derive v1.4.3 |
| 900 | 2026-03-07T00:53:45.984Z | Downloaded blake3 v1.8.3 |
| 901 | 2026-03-07T00:53:45.989Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 902 | 2026-03-07T00:53:45.993Z | Downloaded walkdir v2.5.0 |
| 903 | 2026-03-07T00:53:45.996Z | Downloaded vergen-lib v0.1.6 |
| 904 | 2026-03-07T00:53:45.996Z | Downloaded vergen-git2 v1.0.7 |
| 905 | 2026-03-07T00:53:46.000Z | Downloaded unicode-properties v0.1.4 |
| 906 | 2026-03-07T00:53:46.004Z | Downloaded tracing-attributes v0.1.31 |
| 907 | 2026-03-07T00:53:46.004Z | Downloaded itertools v0.14.0 |
| 908 | 2026-03-07T00:53:46.009Z | Downloaded xz2 v0.1.7 |
| 909 | 2026-03-07T00:53:46.012Z | Downloaded toml v1.0.3+spec-1.1.0 |
| 910 | 2026-03-07T00:53:46.031Z | Downloaded wyz v0.5.1 |
| 911 | 2026-03-07T00:53:46.035Z | Downloaded schemars v1.2.1 |
| 912 | 2026-03-07T00:53:46.035Z | Downloaded zeroize v1.8.2 |
| 913 | 2026-03-07T00:53:46.035Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 914 | 2026-03-07T00:53:46.039Z | Downloaded toml v0.7.8 |
| 915 | 2026-03-07T00:53:46.042Z | Downloaded zstd-safe v7.2.4 |
| 916 | 2026-03-07T00:53:46.043Z | Downloaded zstd v0.13.3 |
| 917 | 2026-03-07T00:53:46.046Z | Downloaded russh v0.45.0 |
| 918 | 2026-03-07T00:53:46.051Z | Downloaded vergen-gitcl v1.0.8 |
| 919 | 2026-03-07T00:53:46.055Z | Downloaded vergen v9.0.6 |
| 920 | 2026-03-07T00:53:46.059Z | Downloaded vsss-rs v3.3.4 |
| 921 | 2026-03-07T00:53:46.059Z | Downloaded usdt-impl v0.6.0 |
| 922 | 2026-03-07T00:53:46.059Z | Downloaded tungstenite v0.23.0 |
| 923 | 2026-03-07T00:53:46.062Z | Downloaded xshell v0.2.7 |
| 924 | 2026-03-07T00:53:46.065Z | Downloaded unicode-bidi v0.3.18 |
| 925 | 2026-03-07T00:53:46.069Z | Downloaded typify v0.6.1 |
| 926 | 2026-03-07T00:53:46.074Z | Downloaded typify v0.4.3 |
| 927 | 2026-03-07T00:53:46.097Z | Downloaded zerocopy v0.6.6 |
| 928 | 2026-03-07T00:53:46.097Z | Downloaded unsafe-libyaml v0.2.11 |
| 929 | 2026-03-07T00:53:46.103Z | Downloaded yasna v0.5.2 |
| 930 | 2026-03-07T00:53:46.103Z | Downloaded vte v0.14.1 |
| 931 | 2026-03-07T00:53:46.103Z | Downloaded tracing-core v0.1.36 |
| 932 | 2026-03-07T00:53:46.103Z | Downloaded steno v0.4.1 |
| 933 | 2026-03-07T00:53:46.103Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 934 | 2026-03-07T00:53:46.103Z | Downloaded tungstenite v0.21.0 |
| 935 | 2026-03-07T00:53:46.103Z | Downloaded uuid v1.21.0 |
| 936 | 2026-03-07T00:53:46.107Z | Downloaded tokio-postgres v0.7.16 |
| 937 | 2026-03-07T00:53:46.111Z | Downloaded ssh-key v0.6.7 |
| 938 | 2026-03-07T00:53:46.115Z | Downloaded rpassword v7.4.0 |
| 939 | 2026-03-07T00:53:46.118Z | Downloaded bindgen v0.71.1 |
| 940 | 2026-03-07T00:53:46.127Z | Downloaded aws-lc-rs v1.16.0 |
| 941 | 2026-03-07T00:53:46.136Z | Downloaded zopfli v0.8.3 |
| 942 | 2026-03-07T00:53:46.141Z | Downloaded toml_edit v0.19.15 |
| 943 | 2026-03-07T00:53:46.153Z | Downloaded yansi v1.0.1 |
| 944 | 2026-03-07T00:53:46.156Z | Downloaded bitvec v1.0.1 |
| 945 | 2026-03-07T00:53:46.172Z | Downloaded zip v0.6.6 |
| 946 | 2026-03-07T00:53:46.175Z | Downloaded reqwest v0.13.2 |
| 947 | 2026-03-07T00:53:46.179Z | Downloaded reqwest v0.12.28 |
| 948 | 2026-03-07T00:53:46.185Z | Downloaded git2 v0.20.4 |
| 949 | 2026-03-07T00:53:46.195Z | Downloaded reedline v0.40.0 |
| 950 | 2026-03-07T00:53:46.202Z | Downloaded zerocopy-derive v0.8.40 |
| 951 | 2026-03-07T00:53:46.209Z | Downloaded tower v0.5.3 |
| 952 | 2026-03-07T00:53:46.220Z | Downloaded typed-path v0.9.3 |
| 953 | 2026-03-07T00:53:46.224Z | Downloaded unicode-segmentation v1.12.0 |
| 954 | 2026-03-07T00:53:46.228Z | Downloaded rayon v1.11.0 |
| 955 | 2026-03-07T00:53:46.238Z | Downloaded moka v0.12.13 |
| 956 | 2026-03-07T00:53:46.257Z | Downloaded x509-cert v0.2.5 |
| 957 | 2026-03-07T00:53:46.261Z | Downloaded salty v0.3.0 |
| 958 | 2026-03-07T00:53:46.262Z | Downloaded rustls-webpki v0.101.7 |
| 959 | 2026-03-07T00:53:46.285Z | Downloaded zip v4.6.1 |
| 960 | 2026-03-07T00:53:46.293Z | Downloaded tokio-util v0.7.18 |
| 961 | 2026-03-07T00:53:46.293Z | Downloaded unicode-normalization v0.1.25 |
| 962 | 2026-03-07T00:53:46.293Z | Downloaded proptest v1.10.0 |
| 963 | 2026-03-07T00:53:46.298Z | Downloaded object v0.30.4 |
| 964 | 2026-03-07T00:53:46.318Z | Downloaded tower-http v0.6.8 |
| 965 | 2026-03-07T00:53:46.323Z | Downloaded serde_with v3.17.0 |
| 966 | 2026-03-07T00:53:46.330Z | Downloaded winnow v0.5.40 |
| 967 | 2026-03-07T00:53:46.334Z | Downloaded radix_trie v0.2.1 |
| 968 | 2026-03-07T00:53:46.339Z | Downloaded tough v0.20.0 |
| 969 | 2026-03-07T00:53:46.350Z | Downloaded quinn-proto v0.11.13 |
| 970 | 2026-03-07T00:53:46.354Z | Downloaded openssl v0.10.75 |
| 971 | 2026-03-07T00:53:46.368Z | Downloaded rustls v0.21.12 |
| 972 | 2026-03-07T00:53:46.375Z | Downloaded winnow v0.6.26 |
| 973 | 2026-03-07T00:53:46.384Z | Downloaded bstr v1.12.1 |
| 974 | 2026-03-07T00:53:46.395Z | Downloaded regex-syntax v0.6.29 |
| 975 | 2026-03-07T00:53:46.412Z | Downloaded tabled v0.20.0 |
| 976 | 2026-03-07T00:53:46.416Z | Downloaded time v0.3.47 |
| 977 | 2026-03-07T00:53:46.426Z | Downloaded nix v0.29.0 |
| 978 | 2026-03-07T00:53:46.449Z | Downloaded rustls v0.22.4 |
| 979 | 2026-03-07T00:53:46.456Z | Downloaded object v0.37.3 |
| 980 | 2026-03-07T00:53:46.461Z | Downloaded zlib-rs v0.6.2 |
| 981 | 2026-03-07T00:53:46.467Z | Downloaded smoltcp v0.9.1 |
| 982 | 2026-03-07T00:53:46.476Z | Downloaded webpki-roots v1.0.6 |
| 983 | 2026-03-07T00:53:46.480Z | Downloaded nix v0.31.1 |
| 984 | 2026-03-07T00:53:46.492Z | Downloaded zerocopy v0.8.40 |
| 985 | 2026-03-07T00:53:46.502Z | Downloaded openapiv3 v2.2.0 |
| 986 | 2026-03-07T00:53:46.514Z | Downloaded regress v0.10.5 |
| 987 | 2026-03-07T00:53:46.521Z | Downloaded rustix v0.38.44 |
| 988 | 2026-03-07T00:53:46.542Z | Downloaded hickory-proto v0.25.2 |
| 989 | 2026-03-07T00:53:46.555Z | Downloaded smoltcp v0.11.0 |
| 990 | 2026-03-07T00:53:46.566Z | Downloaded regex-syntax v0.8.10 |
| 991 | 2026-03-07T00:53:46.574Z | Downloaded rustls v0.23.37 |
| 992 | 2026-03-07T00:53:46.585Z | Downloaded hickory-proto v0.24.4 |
| 993 | 2026-03-07T00:53:46.599Z | Downloaded vcpkg v0.2.15 |
| 994 | 2026-03-07T00:53:46.636Z | Downloaded nix v0.30.1 |
| 995 | 2026-03-07T00:53:46.646Z | Downloaded tracing v0.1.44 |
| 996 | 2026-03-07T00:53:46.668Z | Downloaded typify-impl v0.4.3 |
| 997 | 2026-03-07T00:53:46.680Z | Downloaded typify-impl v0.6.1 |
| 998 | 2026-03-07T00:53:46.691Z | Downloaded sled v0.34.7 |
| 999 | 2026-03-07T00:53:46.701Z | Downloaded ratatui v0.29.0 |
| 1000 | 2026-03-07T00:53:46.719Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1001 | 2026-03-07T00:53:46.730Z | Downloaded sqlparser v0.61.0 |
| 1002 | 2026-03-07T00:53:46.738Z | Downloaded polar-core v0.27.3 |
| 1003 | 2026-03-07T00:53:46.745Z | Downloaded nix v0.28.0 |
| 1004 | 2026-03-07T00:53:46.756Z | Downloaded zerocopy-derive v0.6.6 |
| 1005 | 2026-03-07T00:53:46.765Z | Downloaded regex-automata v0.4.14 |
| 1006 | 2026-03-07T00:53:46.779Z | Downloaded nix v0.27.1 |
| 1007 | 2026-03-07T00:53:46.788Z | Downloaded chrono-tz v0.10.4 |
| 1008 | 2026-03-07T00:53:46.804Z | Downloaded petgraph v0.6.5 |
| 1009 | 2026-03-07T00:53:46.820Z | Downloaded diesel v2.2.12 |
| 1010 | 2026-03-07T00:53:46.837Z | Downloaded rustls-webpki v0.102.8 |
| 1011 | 2026-03-07T00:53:46.855Z | Downloaded lzma-sys v0.1.20 |
| 1012 | 2026-03-07T00:53:46.878Z | Downloaded petgraph v0.8.3 |
| 1013 | 2026-03-07T00:53:46.901Z | Downloaded jiff v0.2.21 |
| 1014 | 2026-03-07T00:53:46.914Z | Downloaded petname v2.0.2 |
| 1015 | 2026-03-07T00:53:46.919Z | Downloaded curve25519-dalek v4.1.3 |
| 1016 | 2026-03-07T00:53:46.926Z | Downloaded libz-sys v1.1.24 |
| 1017 | 2026-03-07T00:53:46.946Z | Downloaded csv v1.4.0 |
| 1018 | 2026-03-07T00:53:46.962Z | Downloaded lalrpop v0.19.12 |
| 1019 | 2026-03-07T00:53:46.973Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1020 | 2026-03-07T00:53:46.987Z | Downloaded tokio v1.49.0 |
| 1021 | 2026-03-07T00:53:47.024Z | Downloaded sha3 v0.10.8 |
| 1022 | 2026-03-07T00:53:47.027Z | Downloaded goblin v0.10.5 |
| 1023 | 2026-03-07T00:53:47.034Z | Downloaded quick-xml v0.37.5 |
| 1024 | 2026-03-07T00:53:47.038Z | Downloaded portable-atomic v1.13.1 |
| 1025 | 2026-03-07T00:53:47.046Z | Downloaded unicode_categories v0.1.1 |
| 1026 | 2026-03-07T00:53:47.050Z | Downloaded p384 v0.13.1 |
| 1027 | 2026-03-07T00:53:47.054Z | Downloaded rustyline v14.0.0 |
| 1028 | 2026-03-07T00:53:47.057Z | Downloaded ron v0.12.0 |
| 1029 | 2026-03-07T00:53:47.064Z | Downloaded regex v1.12.3 |
| 1030 | 2026-03-07T00:53:47.069Z | Downloaded chrono v0.4.44 |
| 1031 | 2026-03-07T00:53:47.076Z | Downloaded tokio-rustls v0.26.4 |
| 1032 | 2026-03-07T00:53:47.081Z | Downloaded whoami v2.1.0 |
| 1033 | 2026-03-07T00:53:47.081Z | Downloaded whoami v1.6.1 |
| 1034 | 2026-03-07T00:53:47.086Z | Downloaded hkdf v0.12.4 |
| 1035 | 2026-03-07T00:53:47.086Z | Downloaded tinyvec v1.10.0 |
| 1036 | 2026-03-07T00:53:47.086Z | Downloaded snafu v0.8.9 |
| 1037 | 2026-03-07T00:53:47.115Z | Downloaded libm v0.2.16 |
| 1038 | 2026-03-07T00:53:47.115Z | Downloaded rcgen v0.12.1 |
| 1039 | 2026-03-07T00:53:47.115Z | Downloaded hyper v1.8.1 |
| 1040 | 2026-03-07T00:53:47.115Z | Downloaded p521 v0.13.3 |
| 1041 | 2026-03-07T00:53:47.118Z | Downloaded term v0.7.0 |
| 1042 | 2026-03-07T00:53:47.118Z | Downloaded tar v0.4.44 |
| 1043 | 2026-03-07T00:53:47.118Z | Downloaded subprocess v0.2.15 |
| 1044 | 2026-03-07T00:53:47.122Z | Downloaded rustls-webpki v0.103.9 |
| 1045 | 2026-03-07T00:53:47.123Z | Downloaded rsa v0.9.10 |
| 1046 | 2026-03-07T00:53:47.127Z | Downloaded rand v0.9.2 |
| 1047 | 2026-03-07T00:53:47.130Z | Downloaded libxml v0.3.3 |
| 1048 | 2026-03-07T00:53:47.136Z | Downloaded encoding_rs v0.8.35 |
| 1049 | 2026-03-07T00:53:47.155Z | Downloaded usdt v0.6.0 |
| 1050 | 2026-03-07T00:53:47.158Z | Downloaded tokio-macros v2.6.0 |
| 1051 | 2026-03-07T00:53:47.158Z | Downloaded tokio-dtrace v0.1.1 |
| 1052 | 2026-03-07T00:53:47.158Z | Downloaded iri-string v0.7.10 |
| 1053 | 2026-03-07T00:53:47.166Z | Downloaded itertools v0.12.1 |
| 1054 | 2026-03-07T00:53:47.170Z | Downloaded mio v1.1.1 |
| 1055 | 2026-03-07T00:53:47.190Z | Downloaded strum_macros v0.26.4 |
| 1056 | 2026-03-07T00:53:47.194Z | Downloaded strum_macros v0.24.3 |
| 1057 | 2026-03-07T00:53:47.195Z | Downloaded rand v0.8.5 |
| 1058 | 2026-03-07T00:53:47.195Z | Downloaded schemars v0.9.0 |
| 1059 | 2026-03-07T00:53:47.195Z | Downloaded thread-id v5.1.0 |
| 1060 | 2026-03-07T00:53:47.195Z | Downloaded ring v0.17.14 |
| 1061 | 2026-03-07T00:53:47.230Z | Downloaded similar v2.7.0 |
| 1062 | 2026-03-07T00:53:47.234Z | Downloaded qorb v0.4.1 |
| 1063 | 2026-03-07T00:53:47.238Z | Downloaded prettyplease v0.2.37 |
| 1064 | 2026-03-07T00:53:47.241Z | Downloaded serde_with_macros v3.17.0 |
| 1065 | 2026-03-07T00:53:47.245Z | Downloaded static_assertions v1.1.0 |
| 1066 | 2026-03-07T00:53:47.245Z | Downloaded termtree v0.5.1 |
| 1067 | 2026-03-07T00:53:47.245Z | Downloaded ryu v1.0.23 |
| 1068 | 2026-03-07T00:53:47.249Z | Downloaded iddqd v0.3.17 |
| 1069 | 2026-03-07T00:53:47.255Z | Downloaded serde_cbor v0.11.2 |
| 1070 | 2026-03-07T00:53:47.258Z | Downloaded hashbrown v0.15.5 |
| 1071 | 2026-03-07T00:53:47.261Z | Downloaded prefix-trie v0.7.0 |
| 1072 | 2026-03-07T00:53:47.266Z | Downloaded slog-term v2.9.2 |
| 1073 | 2026-03-07T00:53:47.270Z | Downloaded slog-stdlog v4.1.1 |
| 1074 | 2026-03-07T00:53:47.270Z | Downloaded slog-scope v4.4.1 |
| 1075 | 2026-03-07T00:53:47.270Z | Downloaded slog-dtrace v0.3.0 |
| 1076 | 2026-03-07T00:53:47.275Z | Downloaded signature v2.2.0 |
| 1077 | 2026-03-07T00:53:47.275Z | Downloaded signal-hook-registry v1.4.8 |
| 1078 | 2026-03-07T00:53:47.275Z | Downloaded crossterm v0.28.1 |
| 1079 | 2026-03-07T00:53:47.279Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1080 | 2026-03-07T00:53:47.328Z | Downloaded num-bigint v0.4.6 |
| 1081 | 2026-03-07T00:53:47.332Z | Downloaded hashbrown v0.12.3 |
| 1082 | 2026-03-07T00:53:47.335Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1083 | 2026-03-07T00:53:47.337Z | Downloaded rustls-pki-types v1.14.0 |
| 1084 | 2026-03-07T00:53:47.337Z | Downloaded serde-hex v0.1.0 |
| 1085 | 2026-03-07T00:53:47.340Z | Downloaded pretty_assertions v1.4.1 |
| 1086 | 2026-03-07T00:53:47.340Z | Downloaded progenitor-impl v0.13.0 |
| 1087 | 2026-03-07T00:53:47.344Z | Downloaded shell-words v1.1.1 |
| 1088 | 2026-03-07T00:53:47.344Z | Downloaded pkcs8 v0.10.2 |
| 1089 | 2026-03-07T00:53:47.347Z | Downloaded secrecy v0.10.3 |
| 1090 | 2026-03-07T00:53:47.348Z | Downloaded secrecy v0.8.0 |
| 1091 | 2026-03-07T00:53:47.348Z | Downloaded rand_core v0.6.4 |
| 1092 | 2026-03-07T00:53:47.351Z | Downloaded serde_spanned v1.0.4 |
| 1093 | 2026-03-07T00:53:47.351Z | Downloaded serde_repr v0.1.20 |
| 1094 | 2026-03-07T00:53:47.354Z | Downloaded serde_plain v1.0.2 |
| 1095 | 2026-03-07T00:53:47.354Z | Downloaded rustls-pemfile v1.0.4 |
| 1096 | 2026-03-07T00:53:47.354Z | Downloaded rustls-native-certs v0.8.3 |
| 1097 | 2026-03-07T00:53:47.358Z | Downloaded http v1.4.0 |
| 1098 | 2026-03-07T00:53:47.361Z | Downloaded hickory-resolver v0.25.2 |
| 1099 | 2026-03-07T00:53:47.365Z | Downloaded postcard v1.1.3 |
| 1100 | 2026-03-07T00:53:47.368Z | Downloaded sapling-renderdag v0.1.0 |
| 1101 | 2026-03-07T00:53:47.368Z | Downloaded rand_seeder v0.4.0 |
| 1102 | 2026-03-07T00:53:47.368Z | Downloaded rand_core v0.10.0 |
| 1103 | 2026-03-07T00:53:47.371Z | Downloaded rand_core v0.9.5 |
| 1104 | 2026-03-07T00:53:47.371Z | Downloaded papergrid v0.17.0 |
| 1105 | 2026-03-07T00:53:47.375Z | Downloaded same-file v1.0.6 |
| 1106 | 2026-03-07T00:53:47.378Z | Downloaded miniz_oxide v0.8.9 |
| 1107 | 2026-03-07T00:53:47.380Z | Downloaded hickory-server v0.25.2 |
| 1108 | 2026-03-07T00:53:47.385Z | Downloaded psm v0.1.30 |
| 1109 | 2026-03-07T00:53:47.388Z | Downloaded pin-project-internal v1.1.11 |
| 1110 | 2026-03-07T00:53:47.388Z | Downloaded hickory-resolver v0.24.4 |
| 1111 | 2026-03-07T00:53:47.391Z | Downloaded progenitor v0.11.2 |
| 1112 | 2026-03-07T00:53:47.391Z | Downloaded postgres-types v0.2.12 |
| 1113 | 2026-03-07T00:53:47.395Z | Downloaded aes-gcm v0.10.3 |
| 1114 | 2026-03-07T00:53:47.398Z | Downloaded poly1305 v0.8.0 |
| 1115 | 2026-03-07T00:53:47.398Z | Downloaded crossbeam-channel v0.5.15 |
| 1116 | 2026-03-07T00:53:47.401Z | Downloaded cc v1.2.56 |
| 1117 | 2026-03-07T00:53:47.404Z | Downloaded bumpalo v3.20.2 |
| 1118 | 2026-03-07T00:53:47.407Z | Downloaded recursive v0.1.1 |
| 1119 | 2026-03-07T00:53:47.407Z | Downloaded rand_xorshift v0.4.0 |
| 1120 | 2026-03-07T00:53:47.410Z | Downloaded paste v1.0.15 |
| 1121 | 2026-03-07T00:53:47.410Z | Downloaded predicates v3.1.4 |
| 1122 | 2026-03-07T00:53:47.414Z | Downloaded parking_lot v0.12.5 |
| 1123 | 2026-03-07T00:53:47.417Z | Downloaded ignore v0.4.25 |
| 1124 | 2026-03-07T00:53:47.417Z | Downloaded postgres-protocol v0.6.10 |
| 1125 | 2026-03-07T00:53:47.420Z | Downloaded half v2.7.1 |
| 1126 | 2026-03-07T00:53:47.423Z | Downloaded pin-project-lite v0.2.17 |
| 1127 | 2026-03-07T00:53:47.426Z | Downloaded phf v0.12.1 |
| 1128 | 2026-03-07T00:53:47.426Z | Downloaded omicron-zone-package v0.12.2 |
| 1129 | 2026-03-07T00:53:47.429Z | Downloaded num-complex v0.4.6 |
| 1130 | 2026-03-07T00:53:47.432Z | Downloaded progenitor-client v0.11.2 |
| 1131 | 2026-03-07T00:53:47.432Z | Downloaded phf v0.13.1 |
| 1132 | 2026-03-07T00:53:47.435Z | Downloaded precomputed-hash v0.1.1 |
| 1133 | 2026-03-07T00:53:47.436Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1134 | 2026-03-07T00:53:47.436Z | Downloaded pem v3.0.6 |
| 1135 | 2026-03-07T00:53:47.439Z | Downloaded proc-macro-crate v1.3.1 |
| 1136 | 2026-03-07T00:53:47.439Z | Downloaded parking_lot_core v0.8.6 |
| 1137 | 2026-03-07T00:53:47.439Z | Downloaded packed_struct v0.10.1 |
| 1138 | 2026-03-07T00:53:47.444Z | Downloaded oxnet v0.1.4 |
| 1139 | 2026-03-07T00:53:47.444Z | Downloaded indexmap v1.9.3 |
| 1140 | 2026-03-07T00:53:47.447Z | Downloaded dropshot-api-manager v0.5.2 |
| 1141 | 2026-03-07T00:53:47.450Z | Downloaded derive_more v2.1.1 |
| 1142 | 2026-03-07T00:53:47.458Z | Downloaded base64 v0.22.1 |
| 1143 | 2026-03-07T00:53:47.461Z | Downloaded flate2 v1.1.9 |
| 1144 | 2026-03-07T00:53:47.465Z | Downloaded password-hash v0.5.0 |
| 1145 | 2026-03-07T00:53:47.468Z | Downloaded newtype-uuid v1.3.2 |
| 1146 | 2026-03-07T00:53:47.468Z | Downloaded headers v0.4.1 |
| 1147 | 2026-03-07T00:53:47.472Z | Downloaded powerfmt v0.2.0 |
| 1148 | 2026-03-07T00:53:47.475Z | Downloaded num_enum_derive v0.7.5 |
| 1149 | 2026-03-07T00:53:47.475Z | Downloaded parse-display v0.10.0 |
| 1150 | 2026-03-07T00:53:47.475Z | Downloaded num-rational v0.4.2 |
| 1151 | 2026-03-07T00:53:47.479Z | Downloaded num-integer v0.1.46 |
| 1152 | 2026-03-07T00:53:47.479Z | Downloaded litrs v1.0.0 |
| 1153 | 2026-03-07T00:53:47.482Z | Downloaded num-iter v0.1.45 |
| 1154 | 2026-03-07T00:53:47.482Z | Downloaded mime v0.3.17 |
| 1155 | 2026-03-07T00:53:47.482Z | Downloaded phf_shared v0.11.3 |
| 1156 | 2026-03-07T00:53:47.485Z | Downloaded libsw v3.5.0 |
| 1157 | 2026-03-07T00:53:47.485Z | Downloaded pbkdf2 v0.11.0 |
| 1158 | 2026-03-07T00:53:47.488Z | Downloaded num_enum v0.7.5 |
| 1159 | 2026-03-07T00:53:47.492Z | Downloaded num-derive v0.4.2 |
| 1160 | 2026-03-07T00:53:47.495Z | Downloaded native-tls v0.2.18 |
| 1161 | 2026-03-07T00:53:47.495Z | Downloaded nanorand v0.7.0 |
| 1162 | 2026-03-07T00:53:47.498Z | Downloaded multimap v0.10.1 |
| 1163 | 2026-03-07T00:53:47.498Z | Downloaded getrandom v0.3.4 |
| 1164 | 2026-03-07T00:53:47.501Z | Downloaded futures-channel v0.3.32 |
| 1165 | 2026-03-07T00:53:47.501Z | Downloaded bytes v1.11.1 |
| 1166 | 2026-03-07T00:53:47.507Z | Downloaded const_format v0.2.35 |
| 1167 | 2026-03-07T00:53:47.510Z | Downloaded diesel_derives v2.2.7 |
| 1168 | 2026-03-07T00:53:47.514Z | Downloaded darling_core v0.20.11 |
| 1169 | 2026-03-07T00:53:47.517Z | Downloaded num-conv v0.2.0 |
| 1170 | 2026-03-07T00:53:47.521Z | Downloaded fatfs v0.3.6 |
| 1171 | 2026-03-07T00:53:47.524Z | Downloaded darling_core v0.21.3 |
| 1172 | 2026-03-07T00:53:47.528Z | Downloaded chacha20poly1305 v0.10.1 |
| 1173 | 2026-03-07T00:53:47.528Z | Downloaded derive-where v1.6.0 |
| 1174 | 2026-03-07T00:53:47.531Z | Downloaded compact_str v0.8.1 |
| 1175 | 2026-03-07T00:53:47.534Z | Downloaded num v0.4.3 |
| 1176 | 2026-03-07T00:53:47.534Z | Downloaded normalize-line-endings v0.3.0 |
| 1177 | 2026-03-07T00:53:47.534Z | Downloaded nonempty v0.12.0 |
| 1178 | 2026-03-07T00:53:47.534Z | Downloaded new_debug_unreachable v1.0.6 |
| 1179 | 2026-03-07T00:53:47.556Z | Downloaded libsw-core v0.3.2 |
| 1180 | 2026-03-07T00:53:47.565Z | Downloaded keccak v0.1.6 |
| 1181 | 2026-03-07T00:53:47.565Z | Downloaded jobserver v0.1.34 |
| 1182 | 2026-03-07T00:53:47.565Z | Downloaded hyper-rustls v0.27.7 |
| 1183 | 2026-03-07T00:53:47.565Z | Downloaded httparse v1.10.1 |
| 1184 | 2026-03-07T00:53:47.565Z | Downloaded crc-any v2.5.0 |
| 1185 | 2026-03-07T00:53:47.565Z | Downloaded elliptic-curve v0.13.8 |
| 1186 | 2026-03-07T00:53:47.578Z | Downloaded const_format_proc_macros v0.2.34 |
| 1187 | 2026-03-07T00:53:47.578Z | Downloaded ipnetwork v0.21.1 |
| 1188 | 2026-03-07T00:53:47.586Z | Downloaded ipnet v2.11.0 |
| 1189 | 2026-03-07T00:53:47.594Z | Downloaded hyper-staticfile v0.10.1 |
| 1190 | 2026-03-07T00:53:47.594Z | Downloaded hickory-client v0.25.2 |
| 1191 | 2026-03-07T00:53:47.598Z | Downloaded ff v0.13.1 |
| 1192 | 2026-03-07T00:53:47.598Z | Downloaded hmac v0.12.1 |
| 1193 | 2026-03-07T00:53:47.598Z | Downloaded highway v1.3.0 |
| 1194 | 2026-03-07T00:53:47.598Z | Downloaded foldhash v0.1.5 |
| 1195 | 2026-03-07T00:53:47.603Z | Downloaded newtype_derive v0.1.6 |
| 1196 | 2026-03-07T00:53:47.603Z | Downloaded maplit v1.0.2 |
| 1197 | 2026-03-07T00:53:47.603Z | Downloaded ingot v0.1.1 |
| 1198 | 2026-03-07T00:53:47.606Z | Downloaded md-5 v0.10.6 |
| 1199 | 2026-03-07T00:53:47.606Z | Downloaded match_cfg v0.1.0 |
| 1200 | 2026-03-07T00:53:47.606Z | Downloaded managed v0.8.0 |
| 1201 | 2026-03-07T00:53:47.610Z | Downloaded lru-slab v0.1.2 |
| 1202 | 2026-03-07T00:53:47.610Z | Downloaded lru-cache v0.1.2 |
| 1203 | 2026-03-07T00:53:47.610Z | Downloaded lru v0.12.5 |
| 1204 | 2026-03-07T00:53:47.613Z | Downloaded linked-hash-map v0.5.6 |
| 1205 | 2026-03-07T00:53:47.613Z | Downloaded derive_more v0.99.20 |
| 1206 | 2026-03-07T00:53:47.616Z | Downloaded console v0.16.2 |
| 1207 | 2026-03-07T00:53:47.621Z | Downloaded allocator-api2 v0.2.21 |
| 1208 | 2026-03-07T00:53:47.625Z | Downloaded getrandom v0.2.17 |
| 1209 | 2026-03-07T00:53:47.628Z | Downloaded either v1.15.0 |
| 1210 | 2026-03-07T00:53:47.628Z | Downloaded diff v0.1.13 |
| 1211 | 2026-03-07T00:53:47.634Z | Downloaded clang-sys v1.8.1 |
| 1212 | 2026-03-07T00:53:47.637Z | Downloaded darling v0.23.0 |
| 1213 | 2026-03-07T00:53:47.640Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1214 | 2026-03-07T00:53:47.644Z | Downloaded crypto-bigint v0.5.5 |
| 1215 | 2026-03-07T00:53:47.648Z | Downloaded colored v2.2.0 |
| 1216 | 2026-03-07T00:53:47.650Z | Downloaded blake2 v0.10.6 |
| 1217 | 2026-03-07T00:53:47.655Z | Downloaded cookie_store v0.22.1 |
| 1218 | 2026-03-07T00:53:47.658Z | Downloaded const-oid v0.9.6 |
| 1219 | 2026-03-07T00:53:47.658Z | Downloaded console v0.15.11 |
| 1220 | 2026-03-07T00:53:47.661Z | Downloaded ciborium v0.2.2 |
| 1221 | 2026-03-07T00:53:47.665Z | Downloaded chacha20 v0.10.0 |
| 1222 | 2026-03-07T00:53:47.668Z | Downloaded cancel-safe-futures v0.1.5 |
| 1223 | 2026-03-07T00:53:47.668Z | Downloaded base64 v0.21.7 |
| 1224 | 2026-03-07T00:53:47.672Z | Downloaded inout v0.1.4 |
| 1225 | 2026-03-07T00:53:47.675Z | Downloaded instability v0.3.11 |
| 1226 | 2026-03-07T00:53:47.675Z | Downloaded indoc v1.0.9 |
| 1227 | 2026-03-07T00:53:47.679Z | Downloaded http-body-util v0.1.3 |
| 1228 | 2026-03-07T00:53:47.679Z | Downloaded group v0.13.0 |
| 1229 | 2026-03-07T00:53:47.679Z | Downloaded git-stub-vcs v0.1.0 |
| 1230 | 2026-03-07T00:53:47.682Z | Downloaded hostname v0.3.1 |
| 1231 | 2026-03-07T00:53:47.682Z | Downloaded glob v0.3.3 |
| 1232 | 2026-03-07T00:53:47.685Z | Downloaded home v0.5.12 |
| 1233 | 2026-03-07T00:53:47.685Z | Downloaded crossbeam-utils v0.8.21 |
| 1234 | 2026-03-07T00:53:47.688Z | Downloaded bzip2 v0.6.1 |
| 1235 | 2026-03-07T00:53:47.692Z | Downloaded csv-core v0.1.13 |
| 1236 | 2026-03-07T00:53:47.692Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1237 | 2026-03-07T00:53:47.695Z | Downloaded backon v1.6.0 |
| 1238 | 2026-03-07T00:53:47.695Z | Downloaded hyper-tls v0.6.0 |
| 1239 | 2026-03-07T00:53:47.695Z | Downloaded futures-executor v0.3.32 |
| 1240 | 2026-03-07T00:53:47.698Z | Downloaded fs_extra v1.3.0 |
| 1241 | 2026-03-07T00:53:47.698Z | Downloaded drift v0.1.3 |
| 1242 | 2026-03-07T00:53:47.705Z | Downloaded fs-err v2.11.0 |
| 1243 | 2026-03-07T00:53:47.708Z | Downloaded filetime v0.2.27 |
| 1244 | 2026-03-07T00:53:47.708Z | Downloaded erased-serde v0.3.31 |
| 1245 | 2026-03-07T00:53:47.708Z | Downloaded defmt v1.0.1 |
| 1246 | 2026-03-07T00:53:47.711Z | Downloaded bcs v0.1.6 |
| 1247 | 2026-03-07T00:53:47.714Z | Downloaded derive-ex v0.1.8 |
| 1248 | 2026-03-07T00:53:47.714Z | Downloaded critical-section v1.2.0 |
| 1249 | 2026-03-07T00:53:47.718Z | Downloaded convert_case v0.10.0 |
| 1250 | 2026-03-07T00:53:47.718Z | Downloaded chacha20 v0.9.1 |
| 1251 | 2026-03-07T00:53:47.720Z | Downloaded cassowary v0.3.0 |
| 1252 | 2026-03-07T00:53:47.720Z | Downloaded blowfish v0.9.1 |
| 1253 | 2026-03-07T00:53:47.725Z | Downloaded bitflags v1.3.2 |
| 1254 | 2026-03-07T00:53:47.725Z | Downloaded bit-vec v0.8.0 |
| 1255 | 2026-03-07T00:53:47.728Z | Downloaded compression-codecs v0.4.37 |
| 1256 | 2026-03-07T00:53:47.731Z | Downloaded cmake v0.1.57 |
| 1257 | 2026-03-07T00:53:47.731Z | Downloaded bitfield-macros v0.19.4 |
| 1258 | 2026-03-07T00:53:47.731Z | Downloaded backoff v0.4.0 |
| 1259 | 2026-03-07T00:53:47.734Z | Downloaded fallible-iterator v0.2.0 |
| 1260 | 2026-03-07T00:53:47.734Z | Downloaded deranged v0.5.8 |
| 1261 | 2026-03-07T00:53:47.738Z | Downloaded fxhash v0.2.1 |
| 1262 | 2026-03-07T00:53:47.738Z | Downloaded defmt-macros v1.0.1 |
| 1263 | 2026-03-07T00:53:47.742Z | Downloaded hex v0.4.3 |
| 1264 | 2026-03-07T00:53:47.742Z | Downloaded futures-task v0.3.32 |
| 1265 | 2026-03-07T00:53:47.742Z | Downloaded foldhash v0.2.0 |
| 1266 | 2026-03-07T00:53:47.745Z | Downloaded globwalk v0.9.1 |
| 1267 | 2026-03-07T00:53:47.745Z | Downloaded gethostname v0.5.0 |
| 1268 | 2026-03-07T00:53:47.745Z | Downloaded dirs-sys-next v0.1.2 |
| 1269 | 2026-03-07T00:53:47.745Z | Downloaded diesel-dtrace v0.4.2 |
| 1270 | 2026-03-07T00:53:47.748Z | Downloaded derive_builder_macro v0.20.2 |
| 1271 | 2026-03-07T00:53:47.748Z | Downloaded fixedbitset v0.4.2 |
| 1272 | 2026-03-07T00:53:47.748Z | Downloaded corncobs v0.1.4 |
| 1273 | 2026-03-07T00:53:47.751Z | Downloaded cookie v0.18.1 |
| 1274 | 2026-03-07T00:53:47.756Z | Downloaded cargo_metadata v0.19.2 |
| 1275 | 2026-03-07T00:53:47.756Z | Downloaded buf-list v1.1.2 |
| 1276 | 2026-03-07T00:53:47.756Z | Downloaded bitfield-struct v0.6.2 |
| 1277 | 2026-03-07T00:53:47.759Z | Downloaded bitfield v0.19.4 |
| 1278 | 2026-03-07T00:53:47.759Z | Downloaded defmt v0.3.100 |
| 1279 | 2026-03-07T00:53:47.759Z | Downloaded futures-io v0.3.32 |
| 1280 | 2026-03-07T00:53:47.762Z | Downloaded futures-core v0.3.32 |
| 1281 | 2026-03-07T00:53:47.762Z | Downloaded funty v2.0.0 |
| 1282 | 2026-03-07T00:53:47.762Z | Downloaded foreign-types-shared v0.3.1 |
| 1283 | 2026-03-07T00:53:47.762Z | Downloaded float-cmp v0.10.0 |
| 1284 | 2026-03-07T00:53:47.765Z | Downloaded env_filter v1.0.0 |
| 1285 | 2026-03-07T00:53:47.765Z | Downloaded dunce v1.0.5 |
| 1286 | 2026-03-07T00:53:47.765Z | Downloaded dtrace-parser v0.3.0 |
| 1287 | 2026-03-07T00:53:47.765Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1288 | 2026-03-07T00:53:47.768Z | Downloaded difflib v0.4.0 |
| 1289 | 2026-03-07T00:53:47.768Z | Downloaded darling_macro v0.23.0 |
| 1290 | 2026-03-07T00:53:47.768Z | Downloaded cpufeatures v0.3.0 |
| 1291 | 2026-03-07T00:53:47.772Z | Downloaded fd-lock v4.0.4 |
| 1292 | 2026-03-07T00:53:47.772Z | Downloaded defmt-parser v1.0.0 |
| 1293 | 2026-03-07T00:53:47.772Z | Downloaded block-padding v0.3.3 |
| 1294 | 2026-03-07T00:53:47.775Z | Downloaded dof v0.4.0 |
| 1295 | 2026-03-07T00:53:47.775Z | Downloaded dirs-next v2.0.0 |
| 1296 | 2026-03-07T00:53:47.775Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1297 | 2026-03-07T00:53:47.775Z | Downloaded crc v3.4.0 |
| 1298 | 2026-03-07T00:53:47.779Z | Downloaded endian-type v0.1.2 |
| 1299 | 2026-03-07T00:53:47.779Z | Downloaded cargo-platform v0.1.9 |
| 1300 | 2026-03-07T00:53:47.779Z | Downloaded daft-derive v0.1.5 |
| 1301 | 2026-03-07T00:53:47.782Z | Downloaded cexpr v0.6.0 |
| 1302 | 2026-03-07T00:53:47.786Z | Downloaded castaway v0.2.4 |
| 1303 | 2026-03-07T00:53:47.786Z | Downloaded atomic-waker v1.1.2 |
| 1304 | 2026-03-07T00:53:47.789Z | Downloaded array-init v0.0.4 |
| 1305 | 2026-03-07T00:53:47.789Z | Downloaded crossbeam-deque v0.8.6 |
| 1306 | 2026-03-07T00:53:47.789Z | Downloaded crc-catalog v2.4.0 |
| 1307 | 2026-03-07T00:53:47.789Z | Downloaded ciborium-ll v0.2.2 |
| 1308 | 2026-03-07T00:53:47.789Z | Downloaded base16ct v0.2.0 |
| 1309 | 2026-03-07T00:53:47.793Z | Downloaded document-features v0.2.12 |
| 1310 | 2026-03-07T00:53:47.793Z | Downloaded cstr-argument v0.1.2 |
| 1311 | 2026-03-07T00:53:47.793Z | Downloaded data-encoding v2.10.0 |
| 1312 | 2026-03-07T00:53:47.797Z | Downloaded darling v0.21.3 |
| 1313 | 2026-03-07T00:53:47.802Z | Downloaded cfg_aliases v0.2.1 |
| 1314 | 2026-03-07T00:53:47.802Z | Downloaded bit-set v0.8.0 |
| 1315 | 2026-03-07T00:53:47.802Z | Downloaded find-msvc-tools v0.1.9 |
| 1316 | 2026-03-07T00:53:47.805Z | Downloaded derive_more-impl v2.1.1 |
| 1317 | 2026-03-07T00:53:47.808Z | Downloaded der v0.7.10 |
| 1318 | 2026-03-07T00:53:47.811Z | Downloaded darling_macro v0.20.11 |
| 1319 | 2026-03-07T00:53:47.811Z | Downloaded daft v0.1.5 |
| 1320 | 2026-03-07T00:53:47.815Z | Downloaded compression-core v0.4.31 |
| 1321 | 2026-03-07T00:53:47.815Z | Downloaded bit-set v0.5.3 |
| 1322 | 2026-03-07T00:53:47.816Z | Downloaded base16ct v1.0.0 |
| 1323 | 2026-03-07T00:53:47.816Z | Downloaded atty v0.2.14 |
| 1324 | 2026-03-07T00:53:47.819Z | Downloaded ctr v0.9.2 |
| 1325 | 2026-03-07T00:53:47.819Z | Downloaded cargo_toml v0.22.3 |
| 1326 | 2026-03-07T00:53:47.822Z | Downloaded ecdsa v0.16.9 |
| 1327 | 2026-03-07T00:53:47.822Z | Downloaded dropshot-api-manager-types v0.5.2 |
| 1328 | 2026-03-07T00:53:47.822Z | Downloaded derive_builder v0.20.2 |
| 1329 | 2026-03-07T00:53:47.825Z | Downloaded debug-ignore v1.0.5 |
| 1330 | 2026-03-07T00:53:47.830Z | Downloaded async-bb8-diesel v0.2.1 |
| 1331 | 2026-03-07T00:53:47.833Z | Downloaded arc-swap v1.8.2 |
| 1332 | 2026-03-07T00:53:47.833Z | Downloaded cobs v0.3.0 |
| 1333 | 2026-03-07T00:53:47.833Z | Downloaded async-stream v0.3.6 |
| 1334 | 2026-03-07T00:53:47.836Z | Downloaded async-trait v0.1.89 |
| 1335 | 2026-03-07T00:53:47.839Z | Downloaded async-compression v0.4.41 |
| 1336 | 2026-03-07T00:53:47.844Z | Downloaded assert_matches v1.5.0 |
| 1337 | 2026-03-07T00:53:47.847Z | Downloaded arrayref v0.3.9 |
| 1338 | 2026-03-07T00:53:47.847Z | Downloaded ahash v0.8.12 |
| 1339 | 2026-03-07T00:53:47.850Z | Downloaded async-recursion v1.1.1 |
| 1340 | 2026-03-07T00:53:47.853Z | Downloaded argon2 v0.5.3 |
| 1341 | 2026-03-07T00:53:47.853Z | Downloaded adler2 v2.0.1 |
| 1342 | 2026-03-07T00:53:47.853Z | Downloaded async-stream-impl v0.3.6 |
| 1343 | 2026-03-07T00:53:47.856Z | Downloaded ascii-canvas v3.0.0 |
| 1344 | 2026-03-07T00:53:47.856Z | Downloaded aead v0.5.2 |
| 1345 | 2026-03-07T00:53:47.856Z | Downloaded base64ct v1.8.3 |
| 1346 | 2026-03-07T00:53:47.861Z | Downloaded arrayvec v0.7.6 |
| 1347 | 2026-03-07T00:53:48.138Z | Downloaded aws-lc-sys v0.37.1 |
| 1348 | 2026-03-07T00:53:48.487Z | Compiling libc v0.2.180 |
| 1349 | 2026-03-07T00:53:48.490Z | Compiling serde v1.0.228 |
| 1350 | 2026-03-07T00:53:48.490Z | Compiling log v0.4.29 |
| 1351 | 2026-03-07T00:53:48.490Z | Compiling shlex v1.3.0 |
| 1352 | 2026-03-07T00:53:48.490Z | Compiling find-msvc-tools v0.1.9 |
| 1353 | 2026-03-07T00:53:48.490Z | Compiling smallvec v1.15.1 |
| 1354 | 2026-03-07T00:53:48.679Z | Compiling syn v2.0.117 |
| 1355 | 2026-03-07T00:53:48.682Z | Compiling typenum v1.19.0 |
| 1356 | 2026-03-07T00:53:49.103Z | Compiling generic-array v0.14.7 |
| 1357 | 2026-03-07T00:53:49.125Z | Compiling subtle v2.6.1 |
| 1358 | 2026-03-07T00:53:49.128Z | Compiling scopeguard v1.2.0 |
| 1359 | 2026-03-07T00:53:49.206Z | Compiling portable-atomic v1.13.1 |
| 1360 | 2026-03-07T00:53:49.290Z | Compiling lock_api v0.4.14 |
| 1361 | 2026-03-07T00:53:49.313Z | Compiling const-oid v0.9.6 |
| 1362 | 2026-03-07T00:53:49.519Z | Compiling critical-section v1.2.0 |
| 1363 | 2026-03-07T00:53:49.540Z | Compiling zerocopy v0.8.40 |
| 1364 | 2026-03-07T00:53:49.692Z | Compiling pin-project-lite v0.2.17 |
| 1365 | 2026-03-07T00:53:49.753Z | Compiling parking_lot_core v0.9.12 |
| 1366 | 2026-03-07T00:53:49.850Z | Compiling serde_json v1.0.149 |
| 1367 | 2026-03-07T00:53:50.296Z | Compiling pkg-config v0.3.32 |
| 1368 | 2026-03-07T00:53:50.431Z | Compiling libm v0.2.16 |
| 1369 | 2026-03-07T00:53:50.853Z | Compiling getrandom v0.2.17 |
| 1370 | 2026-03-07T00:53:50.905Z | Compiling jobserver v0.1.34 |
| 1371 | 2026-03-07T00:53:51.060Z | Compiling errno v0.3.14 |
| 1372 | 2026-03-07T00:53:51.278Z | Compiling rand_core v0.6.4 |
| 1373 | 2026-03-07T00:53:51.314Z | Compiling signal-hook-registry v1.4.8 |
| 1374 | 2026-03-07T00:53:51.357Z | Compiling cc v1.2.56 |
| 1375 | 2026-03-07T00:53:51.562Z | Compiling once_cell v1.21.3 |
| 1376 | 2026-03-07T00:53:51.736Z | Compiling mio v1.1.1 |
| 1377 | 2026-03-07T00:53:51.816Z | Compiling num-traits v0.2.19 |
| 1378 | 2026-03-07T00:53:51.838Z | Compiling bitflags v2.11.0 |
| 1379 | 2026-03-07T00:53:51.942Z | Compiling futures-core v0.3.32 |
| 1380 | 2026-03-07T00:53:52.143Z | Compiling parking_lot v0.12.5 |
| 1381 | 2026-03-07T00:53:52.291Z | Compiling socket2 v0.6.2 |
| 1382 | 2026-03-07T00:53:52.412Z | Compiling percent-encoding v2.3.2 |
| 1383 | 2026-03-07T00:53:52.803Z | Compiling allocator-api2 v0.2.21 |
| 1384 | 2026-03-07T00:53:52.847Z | Compiling cpufeatures v0.2.17 |
| 1385 | 2026-03-07T00:53:52.974Z | Compiling foldhash v0.2.0 |
| 1386 | 2026-03-07T00:53:53.032Z | Compiling futures-sink v0.3.32 |
| 1387 | 2026-03-07T00:53:53.216Z | Compiling futures-channel v0.3.32 |
| 1388 | 2026-03-07T00:53:53.261Z | Compiling getrandom v0.4.1 |
| 1389 | 2026-03-07T00:53:53.288Z | Compiling futures-task v0.3.32 |
| 1390 | 2026-03-07T00:53:53.376Z | Compiling futures-io v0.3.32 |
| 1391 | 2026-03-07T00:53:53.570Z | Compiling hashbrown v0.16.1 |
| 1392 | 2026-03-07T00:53:53.610Z | Compiling slab v0.4.12 |
| 1393 | 2026-03-07T00:53:53.652Z | Compiling rustversion v1.0.22 |
| 1394 | 2026-03-07T00:53:53.680Z | Compiling getrandom v0.3.4 |
| 1395 | 2026-03-07T00:53:53.942Z | Compiling rand_core v0.10.0 |
| 1396 | 2026-03-07T00:53:54.007Z | Compiling cmake v0.1.57 |
| 1397 | 2026-03-07T00:53:54.892Z | Compiling indexmap v2.13.0 |
| 1398 | 2026-03-07T00:53:54.922Z | Compiling form_urlencoded v1.2.2 |
| 1399 | 2026-03-07T00:53:55.176Z | Compiling ident_case v1.0.1 |
| 1400 | 2026-03-07T00:53:55.216Z | Compiling base64ct v1.8.3 |
| 1401 | 2026-03-07T00:53:55.220Z | Compiling dunce v1.0.5 |
| 1402 | 2026-03-07T00:53:55.382Z | Compiling fs_extra v1.3.0 |
| 1403 | 2026-03-07T00:53:55.385Z | Compiling flagset v0.4.7 |
| 1404 | 2026-03-07T00:53:55.507Z | Compiling rand_core v0.9.5 |
| 1405 | 2026-03-07T00:53:55.602Z | Compiling rustix v1.1.3 |
| 1406 | 2026-03-07T00:53:55.816Z | Compiling pem-rfc7468 v0.7.0 |
| 1407 | 2026-03-07T00:53:55.928Z | Compiling aws-lc-sys v0.37.1 |
| 1408 | 2026-03-07T00:53:56.024Z | Compiling iana-time-zone v0.1.65 |
| 1409 | 2026-03-07T00:53:56.056Z | Compiling ring v0.17.14 |
| 1410 | 2026-03-07T00:53:56.078Z | Compiling uuid v1.21.0 |
| 1411 | 2026-03-07T00:53:56.313Z | Compiling synstructure v0.13.2 |
| 1412 | 2026-03-07T00:53:56.409Z | Compiling rustc_version v0.4.1 |
| 1413 | 2026-03-07T00:53:56.438Z | Compiling aws-lc-rs v1.16.0 |
| 1414 | 2026-03-07T00:53:56.744Z | Compiling vcpkg v0.2.15 |
| 1415 | 2026-03-07T00:53:57.021Z | Compiling regex-syntax v0.8.10 |
| 1416 | 2026-03-07T00:53:57.552Z | Compiling tracing-core v0.1.36 |
| 1417 | 2026-03-07T00:53:57.708Z | Compiling crossbeam-utils v0.8.21 |
| 1418 | 2026-03-07T00:53:58.289Z | Compiling pest_generator v2.8.6 |
| 1419 | 2026-03-07T00:53:58.420Z | Compiling openssl-sys v0.9.111 |
| 1420 | 2026-03-07T00:53:58.785Z | Compiling serde_derive_internals v0.29.1 |
| 1421 | 2026-03-07T00:53:59.635Z | Compiling untrusted v0.7.1 |
| 1422 | 2026-03-07T00:53:59.854Z | Compiling openssl-probe v0.2.1 |
| 1423 | 2026-03-07T00:53:59.952Z | Compiling untrusted v0.9.0 |
| 1424 | 2026-03-07T00:54:00.064Z | Compiling syn v1.0.109 |
| 1425 | 2026-03-07T00:54:00.163Z | Compiling schemars v0.8.22 |
| 1426 | 2026-03-07T00:54:00.185Z | Compiling httparse v1.10.1 |
| 1427 | 2026-03-07T00:54:00.490Z | Compiling base64 v0.22.1 |
| 1428 | 2026-03-07T00:54:00.791Z | Compiling serde_derive v1.0.228 |
| 1429 | 2026-03-07T00:54:00.856Z | Compiling zeroize_derive v1.4.3 |
| 1430 | 2026-03-07T00:54:00.878Z | Compiling zerofrom-derive v0.1.6 |
| 1431 | 2026-03-07T00:54:01.139Z | Compiling yoke-derive v0.8.1 |
| 1432 | 2026-03-07T00:54:01.757Z | Compiling zerocopy-derive v0.8.40 |
| 1433 | 2026-03-07T00:54:02.180Z | Compiling zeroize v1.8.2 |
| 1434 | 2026-03-07T00:54:02.587Z | Compiling zerovec-derive v0.11.2 |
| 1435 | 2026-03-07T00:54:02.635Z | Compiling displaydoc v0.2.5 |
| 1436 | 2026-03-07T00:54:03.933Z | Compiling crypto-common v0.1.7 |
| 1437 | 2026-03-07T00:54:04.011Z | Compiling block-buffer v0.10.4 |
| 1438 | 2026-03-07T00:54:04.190Z | Compiling tokio-macros v2.6.0 |
| 1439 | 2026-03-07T00:54:04.216Z | Compiling zerofrom v0.1.6 |
| 1440 | 2026-03-07T00:54:04.219Z | Compiling futures-macro v0.3.32 |
| 1441 | 2026-03-07T00:54:04.295Z | Compiling digest v0.10.7 |
| 1442 | 2026-03-07T00:54:04.485Z | Compiling yoke v0.8.1 |
| 1443 | 2026-03-07T00:54:04.792Z | Compiling hmac v0.12.1 |
| 1444 | 2026-03-07T00:54:04.853Z | Compiling zerotrie v0.2.3 |
| 1445 | 2026-03-07T00:54:05.066Z | Compiling block-padding v0.3.3 |
| 1446 | 2026-03-07T00:54:05.162Z | Compiling zerovec v0.11.5 |
| 1447 | 2026-03-07T00:54:05.317Z | Compiling inout v0.1.4 |
| 1448 | 2026-03-07T00:54:05.482Z | Compiling sha2 v0.10.9 |
| 1449 | 2026-03-07T00:54:05.606Z | Compiling cipher v0.4.4 |
| 1450 | 2026-03-07T00:54:05.730Z | Compiling der_derive v0.7.3 |
| 1451 | 2026-03-07T00:54:06.026Z | Compiling futures-util v0.3.32 |
| 1452 | 2026-03-07T00:54:06.181Z | Compiling salsa20 v0.10.2 |
| 1453 | 2026-03-07T00:54:06.290Z | Compiling tinystr v0.8.2 |
| 1454 | 2026-03-07T00:54:06.434Z | Compiling potential_utf v0.1.4 |
| 1455 | 2026-03-07T00:54:06.690Z | Compiling icu_locale_core v2.1.1 |
| 1456 | 2026-03-07T00:54:06.729Z | Compiling icu_collections v2.1.1 |
| 1457 | 2026-03-07T00:54:07.753Z | Compiling pbkdf2 v0.12.2 |
| 1458 | 2026-03-07T00:54:07.940Z | Compiling thiserror-impl v2.0.18 |
| 1459 | 2026-03-07T00:54:08.013Z | Compiling der v0.7.10 |
| 1460 | 2026-03-07T00:54:08.864Z | Compiling icu_provider v2.1.1 |
| 1461 | 2026-03-07T00:54:08.897Z | Compiling scrypt v0.11.0 |
| 1462 | 2026-03-07T00:54:09.230Z | Compiling bytes v1.11.1 |
| 1463 | 2026-03-07T00:54:09.423Z | Compiling icu_normalizer v2.1.1 |
| 1464 | 2026-03-07T00:54:09.446Z | Compiling icu_properties v2.1.2 |
| 1465 | 2026-03-07T00:54:10.608Z | Compiling tokio v1.49.0 |
| 1466 | 2026-03-07T00:54:10.611Z | Compiling http v1.4.0 |
| 1467 | 2026-03-07T00:54:10.900Z | Compiling spki v0.7.3 |
| 1468 | 2026-03-07T00:54:11.027Z | Compiling chrono v0.4.44 |
| 1469 | 2026-03-07T00:54:11.294Z | Compiling thiserror v2.0.18 |
| 1470 | 2026-03-07T00:54:11.358Z | Compiling aes v0.8.4 |
| 1471 | 2026-03-07T00:54:11.438Z | Compiling cbc v0.1.2 |
| 1472 | 2026-03-07T00:54:11.655Z | Compiling idna_adapter v1.2.1 |
| 1473 | 2026-03-07T00:54:11.901Z | Compiling idna v1.1.0 |
| 1474 | 2026-03-07T00:54:12.111Z | Compiling rustls-pki-types v1.14.0 |
| 1475 | 2026-03-07T00:54:12.728Z | Compiling url v2.5.8 |
| 1476 | 2026-03-07T00:54:13.108Z | Compiling ppv-lite86 v0.2.21 |
| 1477 | 2026-03-07T00:54:13.243Z | Compiling tracing-attributes v0.1.31 |
| 1478 | 2026-03-07T00:54:13.347Z | Compiling pkcs5 v0.7.1 |
| 1479 | 2026-03-07T00:54:13.833Z | Compiling rand_chacha v0.9.0 |
| 1480 | 2026-03-07T00:54:13.933Z | Compiling http-body v1.0.1 |
| 1481 | 2026-03-07T00:54:14.200Z | Compiling pkcs8 v0.10.2 |
| 1482 | 2026-03-07T00:54:14.340Z | Compiling rand v0.9.2 |
| 1483 | 2026-03-07T00:54:14.543Z | Compiling schemars_derive v0.8.22 |
| 1484 | 2026-03-07T00:54:14.877Z | Compiling pest_derive v2.8.6 |
| 1485 | 2026-03-07T00:54:15.443Z | Compiling scroll_derive v0.13.1 |
| 1486 | 2026-03-07T00:54:15.649Z | Compiling darling_core v0.20.11 |
| 1487 | 2026-03-07T00:54:16.079Z | Compiling tower-layer v0.3.3 |
| 1488 | 2026-03-07T00:54:16.306Z | Compiling tracing v0.1.44 |
| 1489 | 2026-03-07T00:54:16.404Z | Compiling tinyvec_macros v0.1.1 |
| 1490 | 2026-03-07T00:54:16.495Z | Compiling tower-service v0.3.3 |
| 1491 | 2026-03-07T00:54:16.644Z | Compiling try-lock v0.2.5 |
| 1492 | 2026-03-07T00:54:16.803Z | Compiling rustls v0.23.37 |
| 1493 | 2026-03-07T00:54:16.844Z | Compiling atomic-waker v1.1.2 |
| 1494 | 2026-03-07T00:54:17.036Z | Compiling dyn-clone v1.0.20 |
| 1495 | 2026-03-07T00:54:17.115Z | Compiling want v0.3.1 |
| 1496 | 2026-03-07T00:54:17.266Z | Compiling scroll v0.13.0 |
| 1497 | 2026-03-07T00:54:17.291Z | Compiling tinyvec v1.10.0 |
| 1498 | 2026-03-07T00:54:17.797Z | Compiling ipnet v2.11.0 |
| 1499 | 2026-03-07T00:54:18.074Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1500 | 2026-03-07T00:54:18.659Z | Compiling spin v0.9.8 |
| 1501 | 2026-03-07T00:54:18.858Z | Compiling aho-corasick v1.1.4 |
| 1502 | 2026-03-07T00:54:18.922Z | Compiling time-core v0.1.8 |
| 1503 | 2026-03-07T00:54:19.035Z | Compiling httpdate v1.0.3 |
| 1504 | 2026-03-07T00:54:19.258Z | Compiling tokio-util v0.7.18 |
| 1505 | 2026-03-07T00:54:19.457Z | Compiling num-conv v0.2.0 |
| 1506 | 2026-03-07T00:54:19.724Z | Compiling foreign-types-shared v0.1.1 |
| 1507 | 2026-03-07T00:54:19.838Z | Compiling pin-utils v0.1.0 |
| 1508 | 2026-03-07T00:54:19.959Z | Compiling openssl v0.10.75 |
| 1509 | 2026-03-07T00:54:20.423Z | Compiling powerfmt v0.2.0 |
| 1510 | 2026-03-07T00:54:20.621Z | Compiling crc32fast v1.5.0 |
| 1511 | 2026-03-07T00:54:20.824Z | Compiling h2 v0.4.13 |
| 1512 | 2026-03-07T00:54:21.232Z | Compiling regex-automata v0.4.14 |
| 1513 | 2026-03-07T00:54:21.450Z | Compiling darling_macro v0.20.11 |
| 1514 | 2026-03-07T00:54:21.535Z | Compiling deranged v0.5.8 |
| 1515 | 2026-03-07T00:54:22.311Z | Compiling darling v0.20.11 |
| 1516 | 2026-03-07T00:54:22.461Z | Compiling foreign-types v0.3.2 |
| 1517 | 2026-03-07T00:54:22.611Z | Compiling time-macros v0.2.27 |
| 1518 | 2026-03-07T00:54:23.138Z | Compiling tempfile v3.25.0 |
| 1519 | 2026-03-07T00:54:24.090Z | Compiling goblin v0.10.5 |
| 1520 | 2026-03-07T00:54:24.233Z | Compiling thiserror-impl v1.0.69 |
| 1521 | 2026-03-07T00:54:25.172Z | Compiling openssl-macros v0.1.1 |
| 1522 | 2026-03-07T00:54:27.094Z | Compiling wait-timeout v0.2.1 |
| 1523 | 2026-03-07T00:54:27.234Z | Compiling either v1.15.0 |
| 1524 | 2026-03-07T00:54:27.517Z | Compiling hyper v1.8.1 |
| 1525 | 2026-03-07T00:54:27.648Z | Compiling usdt-impl v0.6.0 |
| 1526 | 2026-03-07T00:54:28.017Z | Compiling bit-vec v0.8.0 |
| 1527 | 2026-03-07T00:54:28.424Z | Compiling num_threads v0.1.7 |
| 1528 | 2026-03-07T00:54:28.446Z | Compiling siphasher v1.0.2 |
| 1529 | 2026-03-07T00:54:28.573Z | Compiling native-tls v0.2.18 |
| 1530 | 2026-03-07T00:54:28.830Z | Compiling quick-error v1.2.3 |
| 1531 | 2026-03-07T00:54:28.951Z | Compiling simd-adler32 v0.3.8 |
| 1532 | 2026-03-07T00:54:29.012Z | Compiling rusty-fork v0.3.1 |
| 1533 | 2026-03-07T00:54:29.479Z | Compiling time v0.3.47 |
| 1534 | 2026-03-07T00:54:29.651Z | Compiling bit-set v0.8.0 |
| 1535 | 2026-03-07T00:54:29.919Z | Compiling hyper-util v0.1.20 |
| 1536 | 2026-03-07T00:54:29.992Z | Compiling thiserror v1.0.69 |
| 1537 | 2026-03-07T00:54:31.019Z | Compiling dof v0.4.0 |
| 1538 | 2026-03-07T00:54:31.062Z | Compiling derive_builder_core v0.20.2 |
| 1539 | 2026-03-07T00:54:33.203Z | Compiling unicode-normalization v0.1.25 |
| 1540 | 2026-03-07T00:54:33.469Z | Compiling dtrace-parser v0.3.0 |
| 1541 | 2026-03-07T00:54:33.847Z | Compiling rustls-native-certs v0.8.3 |
| 1542 | 2026-03-07T00:54:33.953Z | Compiling signature v2.2.0 |
| 1543 | 2026-03-07T00:54:34.151Z | Compiling crossbeam-epoch v0.9.18 |
| 1544 | 2026-03-07T00:54:34.227Z | Compiling scroll_derive v0.12.1 |
| 1545 | 2026-03-07T00:54:34.432Z | Compiling heapless v0.7.17 |
| 1546 | 2026-03-07T00:54:34.736Z | Compiling darling_core v0.21.3 |
| 1547 | 2026-03-07T00:54:34.770Z | Compiling slog v2.8.2 |
| 1548 | 2026-03-07T00:54:34.895Z | Compiling rand_xorshift v0.4.0 |
| 1549 | 2026-03-07T00:54:35.112Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1550 | 2026-03-07T00:54:35.144Z | Compiling sync_wrapper v1.0.2 |
| 1551 | 2026-03-07T00:54:35.194Z | Compiling thread-id v5.1.0 |
| 1552 | 2026-03-07T00:54:35.313Z | Compiling cookie v0.18.1 |
| 1553 | 2026-03-07T00:54:35.335Z | Compiling unicode-properties v0.1.4 |
| 1554 | 2026-03-07T00:54:35.629Z | Compiling paste v1.0.15 |
| 1555 | 2026-03-07T00:54:35.651Z | Compiling rayon-core v1.13.0 |
| 1556 | 2026-03-07T00:54:35.725Z | Compiling adler2 v2.0.1 |
| 1557 | 2026-03-07T00:54:35.748Z | Compiling signal-hook v0.3.18 |
| 1558 | 2026-03-07T00:54:35.932Z | Compiling anyhow v1.0.102 |
| 1559 | 2026-03-07T00:54:35.954Z | Compiling unarray v0.1.4 |
| 1560 | 2026-03-07T00:54:36.038Z | Compiling unicode-bidi v0.3.18 |
| 1561 | 2026-03-07T00:54:36.083Z | Compiling unicode-segmentation v1.12.0 |
| 1562 | 2026-03-07T00:54:36.124Z | Compiling zstd-safe v7.2.4 |
| 1563 | 2026-03-07T00:54:36.479Z | Compiling proptest v1.10.0 |
| 1564 | 2026-03-07T00:54:36.893Z | Compiling stringprep v0.1.5 |
| 1565 | 2026-03-07T00:54:37.057Z | Compiling miniz_oxide v0.8.9 |
| 1566 | 2026-03-07T00:54:37.097Z | Compiling scroll v0.12.0 |
| 1567 | 2026-03-07T00:54:38.213Z | Compiling tower v0.5.3 |
| 1568 | 2026-03-07T00:54:38.446Z | Compiling crossbeam-deque v0.8.6 |
| 1569 | 2026-03-07T00:54:38.488Z | Compiling derive_builder_macro v0.20.2 |
| 1570 | 2026-03-07T00:54:38.769Z | Compiling ipnetwork v0.21.1 |
| 1571 | 2026-03-07T00:54:39.039Z | Compiling http-body-util v0.1.3 |
| 1572 | 2026-03-07T00:54:39.120Z | Compiling rand_chacha v0.3.1 |
| 1573 | 2026-03-07T00:54:39.283Z | Compiling webpki-roots v1.0.6 |
| 1574 | 2026-03-07T00:54:39.306Z | Compiling toml_datetime v0.6.11 |
| 1575 | 2026-03-07T00:54:39.486Z | Compiling serde_tokenstream v0.2.3 |
| 1576 | 2026-03-07T00:54:39.509Z | Compiling erased-serde v0.3.31 |
| 1577 | 2026-03-07T00:54:39.592Z | Compiling serde_spanned v0.6.9 |
| 1578 | 2026-03-07T00:54:39.794Z | Compiling md-5 v0.10.6 |
| 1579 | 2026-03-07T00:54:39.843Z | Compiling zerocopy-derive v0.7.35 |
| 1580 | 2026-03-07T00:54:40.067Z | Compiling curve25519-dalek v4.1.3 |
| 1581 | 2026-03-07T00:54:40.102Z | Compiling vergen-lib v0.1.6 |
| 1582 | 2026-03-07T00:54:40.416Z | Compiling num-integer v0.1.46 |
| 1583 | 2026-03-07T00:54:40.749Z | Compiling hash32 v0.2.1 |
| 1584 | 2026-03-07T00:54:40.772Z | Compiling ff v0.13.1 |
| 1585 | 2026-03-07T00:54:40.926Z | Compiling darling_macro v0.21.3 |
| 1586 | 2026-03-07T00:54:40.990Z | Compiling smoltcp v0.9.1 |
| 1587 | 2026-03-07T00:54:41.019Z | Compiling iri-string v0.7.10 |
| 1588 | 2026-03-07T00:54:41.082Z | Compiling litrs v1.0.0 |
| 1589 | 2026-03-07T00:54:41.103Z | Compiling base16ct v0.2.0 |
| 1590 | 2026-03-07T00:54:41.427Z | Compiling ref-cast v1.0.25 |
| 1591 | 2026-03-07T00:54:41.635Z | Compiling ryu v1.0.23 |
| 1592 | 2026-03-07T00:54:41.741Z | Compiling fallible-iterator v0.2.0 |
| 1593 | 2026-03-07T00:54:41.839Z | Compiling psl-types v2.0.11 |
| 1594 | 2026-03-07T00:54:41.965Z | Compiling zlib-rs v0.6.2 |
| 1595 | 2026-03-07T00:54:42.003Z | Compiling num-bigint-dig v0.8.6 |
| 1596 | 2026-03-07T00:54:42.021Z | Compiling rustix v0.38.44 |
| 1597 | 2026-03-07T00:54:42.205Z | Compiling document-features v0.2.12 |
| 1598 | 2026-03-07T00:54:42.378Z | Compiling postgres-protocol v0.6.10 |
| 1599 | 2026-03-07T00:54:42.397Z | Compiling newtype-uuid v1.3.2 |
| 1600 | 2026-03-07T00:54:42.995Z | Compiling publicsuffix v2.3.0 |
| 1601 | 2026-03-07T00:54:43.066Z | Compiling serde_urlencoded v0.7.1 |
| 1602 | 2026-03-07T00:54:43.304Z | Compiling darling v0.21.3 |
| 1603 | 2026-03-07T00:54:43.438Z | Compiling zerocopy v0.7.35 |
| 1604 | 2026-03-07T00:54:43.558Z | Compiling sec1 v0.7.3 |
| 1605 | 2026-03-07T00:54:43.590Z | Compiling group v0.13.0 |
| 1606 | 2026-03-07T00:54:43.908Z | Compiling tower-http v0.6.8 |
| 1607 | 2026-03-07T00:54:44.118Z | Compiling num-iter v0.1.45 |
| 1608 | 2026-03-07T00:54:44.658Z | Compiling rand v0.8.5 |
| 1609 | 2026-03-07T00:54:44.691Z | Compiling derive_builder v0.20.2 |
| 1610 | 2026-03-07T00:54:44.782Z | Compiling oxnet v0.1.4 |
| 1611 | 2026-03-07T00:54:44.860Z | Compiling proc-macro-error v1.0.4 |
| 1612 | 2026-03-07T00:54:45.452Z | Compiling tokio-native-tls v0.3.1 |
| 1613 | 2026-03-07T00:54:45.660Z | Compiling goblin v0.8.2 |
| 1614 | 2026-03-07T00:54:46.513Z | Compiling heck v0.4.1 |
| 1615 | 2026-03-07T00:54:46.671Z | Compiling phf_shared v0.13.1 |
| 1616 | 2026-03-07T00:54:46.957Z | Compiling hubpack_derive v0.1.1 |
| 1617 | 2026-03-07T00:54:47.140Z | Compiling regex v1.12.3 |
| 1618 | 2026-03-07T00:54:47.213Z | Compiling lazy_static v1.5.0 |
| 1619 | 2026-03-07T00:54:47.356Z | Compiling cargo-platform v0.1.9 |
| 1620 | 2026-03-07T00:54:47.391Z | Compiling hkdf v0.12.4 |
| 1621 | 2026-03-07T00:54:47.685Z | Compiling crypto-bigint v0.5.5 |
| 1622 | 2026-03-07T00:54:47.800Z | Compiling async-trait v0.1.89 |
| 1623 | 2026-03-07T00:54:47.865Z | Compiling daft-derive v0.1.5 |
| 1624 | 2026-03-07T00:54:48.097Z | Compiling ref-cast-impl v1.0.25 |
| 1625 | 2026-03-07T00:54:49.128Z | Compiling flate2 v1.1.9 |
| 1626 | 2026-03-07T00:54:49.206Z | Compiling strum_macros v0.27.2 |
| 1627 | 2026-03-07T00:54:49.383Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1628 | 2026-03-07T00:54:49.968Z | Compiling terminal_size v0.4.3 |
| 1629 | 2026-03-07T00:54:50.185Z | Compiling vergen v9.0.6 |
| 1630 | 2026-03-07T00:54:50.258Z | Compiling fs-err v3.3.0 |
| 1631 | 2026-03-07T00:54:50.516Z | Compiling ahash v0.8.12 |
| 1632 | 2026-03-07T00:54:50.603Z | Compiling object v0.37.3 |
| 1633 | 2026-03-07T00:54:50.783Z | Compiling winnow v0.5.40 |
| 1634 | 2026-03-07T00:54:50.890Z | Compiling libbz2-rs-sys v0.2.2 |
| 1635 | 2026-03-07T00:54:51.134Z | Compiling bumpalo v3.20.2 |
| 1636 | 2026-03-07T00:54:51.623Z | Compiling managed v0.8.0 |
| 1637 | 2026-03-07T00:54:52.117Z | Compiling bitflags v1.3.2 |
| 1638 | 2026-03-07T00:54:52.247Z | Compiling foldhash v0.1.5 |
| 1639 | 2026-03-07T00:54:52.467Z | Compiling console v0.16.2 |
| 1640 | 2026-03-07T00:54:52.580Z | Compiling hashbrown v0.15.5 |
| 1641 | 2026-03-07T00:54:53.823Z | Compiling bzip2 v0.6.1 |
| 1642 | 2026-03-07T00:54:53.887Z | Compiling zopfli v0.8.3 |
| 1643 | 2026-03-07T00:54:54.142Z | Compiling strum v0.27.2 |
| 1644 | 2026-03-07T00:54:54.203Z | Compiling toml_edit v0.19.15 |
| 1645 | 2026-03-07T00:54:54.350Z | Compiling dof v0.3.0 |
| 1646 | 2026-03-07T00:54:54.384Z | Compiling clap_builder v4.5.60 |
| 1647 | 2026-03-07T00:54:55.371Z | Compiling elliptic-curve v0.13.8 |
| 1648 | 2026-03-07T00:54:55.465Z | Compiling daft v0.1.5 |
| 1649 | 2026-03-07T00:54:56.145Z | Compiling hubpack v0.1.2 |
| 1650 | 2026-03-07T00:54:56.189Z | Compiling cargo_metadata v0.19.2 |
| 1651 | 2026-03-07T00:54:56.594Z | Compiling phf v0.13.1 |
| 1652 | 2026-03-07T00:54:56.907Z | Compiling zone_cfg_derive v0.3.1 |
| 1653 | 2026-03-07T00:54:59.085Z | Compiling signal-hook-mio v0.2.5 |
| 1654 | 2026-03-07T00:54:59.279Z | Compiling cookie_store v0.22.1 |
| 1655 | 2026-03-07T00:54:59.516Z | Compiling rayon v1.11.0 |
| 1656 | 2026-03-07T00:55:00.768Z | Compiling hyper-tls v0.6.0 |
| 1657 | 2026-03-07T00:55:00.995Z | Compiling zstd v0.13.3 |
| 1658 | 2026-03-07T00:55:01.210Z | Compiling bzip2 v0.4.4 |
| 1659 | 2026-03-07T00:55:01.542Z | Compiling serde_with_macros v3.17.0 |
| 1660 | 2026-03-07T00:55:01.591Z | Compiling postgres-types v0.2.12 |
| 1661 | 2026-03-07T00:55:02.454Z | Compiling usdt-attr-macro v0.6.0 |
| 1662 | 2026-03-07T00:55:02.731Z | Compiling usdt-macro v0.6.0 |
| 1663 | 2026-03-07T00:55:02.891Z | Compiling ed25519 v2.2.3 |
| 1664 | 2026-03-07T00:55:03.913Z | Compiling dtrace-parser v0.2.0 |
| 1665 | 2026-03-07T00:55:04.050Z | Compiling phf_shared v0.11.3 |
| 1666 | 2026-03-07T00:55:04.140Z | Compiling itertools v0.12.1 |
| 1667 | 2026-03-07T00:55:04.164Z | Compiling bstr v1.12.1 |
| 1668 | 2026-03-07T00:55:04.436Z | Compiling pkcs1 v0.7.5 |
| 1669 | 2026-03-07T00:55:05.023Z | Compiling serde-big-array v0.5.1 |
| 1670 | 2026-03-07T00:55:05.051Z | Compiling hex v0.4.3 |
| 1671 | 2026-03-07T00:55:05.258Z | Compiling rfc6979 v0.4.0 |
| 1672 | 2026-03-07T00:55:05.329Z | Compiling strum_macros v0.26.4 |
| 1673 | 2026-03-07T00:55:05.455Z | Compiling serde_repr v0.1.20 |
| 1674 | 2026-03-07T00:55:05.617Z | Compiling enum-as-inner v0.6.1 |
| 1675 | 2026-03-07T00:55:05.743Z | Compiling clap_derive v4.5.55 |
| 1676 | 2026-03-07T00:55:05.823Z | Compiling float-cmp v0.10.0 |
| 1677 | 2026-03-07T00:55:06.081Z | Compiling thread-id v4.2.2 |
| 1678 | 2026-03-07T00:55:06.217Z | Compiling memmap2 v0.9.10 |
| 1679 | 2026-03-07T00:55:06.555Z | Compiling env_filter v1.0.0 |
| 1680 | 2026-03-07T00:55:06.633Z | Compiling encoding_rs v0.8.35 |
| 1681 | 2026-03-07T00:55:06.636Z | Compiling fixedbitset v0.5.7 |
| 1682 | 2026-03-07T00:55:06.975Z | Compiling fixedbitset v0.4.2 |
| 1683 | 2026-03-07T00:55:07.153Z | Compiling predicates-core v1.0.10 |
| 1684 | 2026-03-07T00:55:07.279Z | Compiling data-encoding v2.10.0 |
| 1685 | 2026-03-07T00:55:07.429Z | Compiling keccak v0.1.6 |
| 1686 | 2026-03-07T00:55:07.471Z | Compiling mime v0.3.17 |
| 1687 | 2026-03-07T00:55:08.025Z | Compiling normalize-line-endings v0.3.0 |
| 1688 | 2026-03-07T00:55:08.181Z | Compiling static_assertions v1.1.0 |
| 1689 | 2026-03-07T00:55:08.308Z | Compiling new_debug_unreachable v1.0.6 |
| 1690 | 2026-03-07T00:55:08.428Z | Compiling jiff v0.2.21 |
| 1691 | 2026-03-07T00:55:09.031Z | Compiling difflib v0.4.0 |
| 1692 | 2026-03-07T00:55:09.600Z | Compiling rustc-hash v2.1.1 |
| 1693 | 2026-03-07T00:55:09.611Z | Compiling precomputed-hash v0.1.1 |
| 1694 | 2026-03-07T00:55:09.751Z | Compiling whoami v2.1.0 |
| 1695 | 2026-03-07T00:55:09.772Z | Compiling unit-prefix v0.5.2 |
| 1696 | 2026-03-07T00:55:09.793Z | Compiling iddqd v0.3.17 |
| 1697 | 2026-03-07T00:55:10.020Z | Compiling indicatif v0.18.4 |
| 1698 | 2026-03-07T00:55:10.078Z | Compiling clap v4.5.60 |
| 1699 | 2026-03-07T00:55:10.206Z | Compiling tokio-postgres v0.7.16 |
| 1700 | 2026-03-07T00:55:10.284Z | Compiling string_cache v0.8.9 |
| 1701 | 2026-03-07T00:55:10.348Z | Compiling strum v0.26.3 |
| 1702 | 2026-03-07T00:55:10.524Z | Compiling predicates v3.1.4 |
| 1703 | 2026-03-07T00:55:10.563Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1704 | 2026-03-07T00:55:10.698Z | Compiling hickory-proto v0.25.2 |
| 1705 | 2026-03-07T00:55:11.992Z | Compiling sha3 v0.10.8 |
| 1706 | 2026-03-07T00:55:12.017Z | Compiling petgraph v0.6.5 |
| 1707 | 2026-03-07T00:55:12.437Z | Compiling petgraph v0.8.3 |
| 1708 | 2026-03-07T00:55:13.116Z | Compiling toml_edit v0.22.27 |
| 1709 | 2026-03-07T00:55:15.464Z | Compiling zip v4.6.1 |
| 1710 | 2026-03-07T00:55:15.589Z | Compiling env_logger v0.11.9 |
| 1711 | 2026-03-07T00:55:16.342Z | Compiling zone v0.3.1 |
| 1712 | 2026-03-07T00:55:17.028Z | Compiling usdt v0.6.0 |
| 1713 | 2026-03-07T00:55:17.327Z | Compiling usdt-impl v0.5.0 |
| 1714 | 2026-03-07T00:55:17.521Z | Compiling serde_with v3.17.0 |
| 1715 | 2026-03-07T00:55:17.640Z | Compiling ecdsa v0.16.9 |
| 1716 | 2026-03-07T00:55:17.937Z | Compiling similar v2.7.0 |
| 1717 | 2026-03-07T00:55:18.465Z | Compiling rsa v0.9.10 |
| 1718 | 2026-03-07T00:55:18.651Z | Compiling crossterm v0.28.1 |
| 1719 | 2026-03-07T00:55:19.126Z | Compiling ed25519-dalek v2.2.0 |
| 1720 | 2026-03-07T00:55:19.895Z | Compiling zip v0.6.6 |
| 1721 | 2026-03-07T00:55:20.648Z | Compiling toml v0.7.8 |
| 1722 | 2026-03-07T00:55:21.755Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1723 | 2026-03-07T00:55:21.834Z | Compiling itertools v0.13.0 |
| 1724 | 2026-03-07T00:55:21.919Z | Compiling tokio-stream v0.1.18 |
| 1725 | 2026-03-07T00:55:22.108Z | Compiling buf-list v1.1.2 |
| 1726 | 2026-03-07T00:55:22.315Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1727 | 2026-03-07T00:55:22.674Z | Compiling x509-cert v0.2.5 |
| 1728 | 2026-03-07T00:55:22.946Z | Compiling openapiv3 v2.2.0 |
| 1729 | 2026-03-07T00:55:23.031Z | Compiling sha1 v0.10.6 |
| 1730 | 2026-03-07T00:55:23.192Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1731 | 2026-03-07T00:55:23.450Z | Compiling peg-runtime v0.8.5 |
| 1732 | 2026-03-07T00:55:23.820Z | Compiling lalrpop-util v0.19.12 |
| 1733 | 2026-03-07T00:55:24.042Z | Compiling thread_local v1.1.9 |
| 1734 | 2026-03-07T00:55:24.195Z | Compiling slog-async v2.8.0 |
| 1735 | 2026-03-07T00:55:24.551Z | Compiling futures-executor v0.3.32 |
| 1736 | 2026-03-07T00:55:24.834Z | Compiling crossbeam-channel v0.5.15 |
| 1737 | 2026-03-07T00:55:24.881Z | Compiling is-terminal v0.4.17 |
| 1738 | 2026-03-07T00:55:25.006Z | Compiling filetime v0.2.27 |
| 1739 | 2026-03-07T00:55:25.028Z | Compiling term v1.2.1 |
| 1740 | 2026-03-07T00:55:25.311Z | Compiling take_mut v0.2.2 |
| 1741 | 2026-03-07T00:55:25.500Z | Compiling xattr v1.6.1 |
| 1742 | 2026-03-07T00:55:25.793Z | Compiling tar v0.4.44 |
| 1743 | 2026-03-07T00:55:26.069Z | Compiling slog-term v2.9.2 |
| 1744 | 2026-03-07T00:55:26.343Z | Compiling futures v0.3.32 |
| 1745 | 2026-03-07T00:55:35.771Z | Compiling rustls-webpki v0.103.9 |
| 1746 | 2026-03-07T00:55:40.879Z | Compiling tokio-rustls v0.26.4 |
| 1747 | 2026-03-07T00:55:40.882Z | Compiling rustls-platform-verifier v0.6.2 |
| 1748 | 2026-03-07T00:55:41.221Z | Compiling hyper-rustls v0.27.7 |
| 1749 | 2026-03-07T00:55:41.587Z | Compiling reqwest v0.12.28 |
| 1750 | 2026-03-07T00:55:41.587Z | Compiling reqwest v0.13.2 |
| 1751 | 2026-03-07T00:55:45.987Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1752 | 2026-03-07T00:55:46.286Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1753 | 2026-03-07T00:55:50.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s |
| 1754 | 2026-03-07T00:55:50.972Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1755 | 2026-03-07T00:55:51.029Z | Mar 07 00:55:50.563 INFO Starting download, target: Cockroach |
| 1756 | 2026-03-07T00:55:51.029Z | Mar 07 00:55:50.564 INFO Starting download, target: Clickhouse |
| 1757 | 2026-03-07T00:55:51.029Z | Mar 07 00:55:50.564 INFO Starting download, target: Console |
| 1758 | 2026-03-07T00:55:51.029Z | Mar 07 00:55:50.564 INFO Starting download, target: DendriteStub |
| 1759 | 2026-03-07T00:55:51.029Z | Mar 07 00:55:50.564 INFO Starting download, target: MaghemiteMgd |
| 1760 | 2026-03-07T00:55:51.033Z | Mar 07 00:55:50.564 INFO Starting download, target: TransceiverControl |
| 1761 | 2026-03-07T00:55:51.033Z | Mar 07 00:55:50.564 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1762 | 2026-03-07T00:55:51.033Z | Mar 07 00:55:50.564 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1763 | 2026-03-07T00:55:51.033Z | Mar 07 00:55:50.564 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1764 | 2026-03-07T00:55:51.033Z | Mar 07 00:55:50.564 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1765 | 2026-03-07T00:55:51.033Z | Mar 07 00:55:50.564 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1766 | 2026-03-07T00:55:51.033Z | Mar 07 00:55:50.564 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1767 | 2026-03-07T00:55:51.369Z | Mar 07 00:55:50.902 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1768 | 2026-03-07T00:55:51.954Z | Mar 07 00:55:51.466 INFO Download complete, target: TransceiverControl |
| 1769 | 2026-03-07T00:55:52.092Z | Mar 07 00:55:51.620 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1770 | 2026-03-07T00:55:52.716Z | Mar 07 00:55:52.238 INFO Download complete, target: Console |
| 1771 | 2026-03-07T00:55:52.991Z | Mar 07 00:55:52.498 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1772 | 2026-03-07T00:55:53.251Z | Mar 07 00:55:52.696 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1773 | 2026-03-07T00:55:53.481Z | Mar 07 00:55:53.001 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1774 | 2026-03-07T00:55:54.634Z | Mar 07 00:55:54.169 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1775 | 2026-03-07T00:55:54.634Z | Mar 07 00:55:54.169 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1776 | 2026-03-07T00:55:57.984Z | Mar 07 00:55:57.520 INFO Download complete, target: MaghemiteMgd |
| 1777 | 2026-03-07T00:55:58.462Z | Mar 07 00:55:57.996 INFO Download complete, target: DendriteStub |
| 1778 | 2026-03-07T00:56:04.924Z | Mar 07 00:56:04.415 INFO Checking that binary works, target: Cockroach |
| 1779 | 2026-03-07T00:56:05.014Z | Mar 07 00:56:04.550 INFO Download complete, target: Cockroach |
| 1780 | 2026-03-07T00:56:08.054Z | Mar 07 00:56:07.589 INFO Checking that binary works, target: Clickhouse |
| 1781 | 2026-03-07T00:56:08.229Z | Mar 07 00:56:07.763 INFO Download complete, target: Clickhouse |
| 1782 | 2026-03-07T00:56:08.247Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1783 | 2026-03-07T00:56:08.251Z | |
| 1784 | 2026-03-07T00:56:08.251Z | real 5:27.302402133 |
| 1785 | 2026-03-07T00:56:08.251Z | user 17:10.628149969 |
| 1786 | 2026-03-07T00:56:08.251Z | sys 2:27.022619761 |
| 1787 | 2026-03-07T00:56:08.251Z | trap 0.641926313 |
| 1788 | 2026-03-07T00:56:08.251Z | tflt 0.681571462 |
| 1789 | 2026-03-07T00:56:08.251Z | dflt 1.076889568 |
| 1790 | 2026-03-07T00:56:08.251Z | kflt 0.025813131 |
| 1791 | 2026-03-07T00:56:08.251Z | lock 40:18.980607402 |
| 1792 | 2026-03-07T00:56:08.251Z | slp 1:03:03.012169674 |
| 1793 | 2026-03-07T00:56:08.251Z | lat 1:07.873856041 |
| 1794 | 2026-03-07T00:56:08.251Z | stop 3:08.584646030 |
| 1795 | 2026-03-07T00:56:08.251Z | + banner clippy |
| 1796 | 2026-03-07T00:56:08.254Z | |
| 1797 | 2026-03-07T00:56:08.254Z | #### # # ##### ##### # # |
| 1798 | 2026-03-07T00:56:08.254Z | # # # # # # # # # # |
| 1799 | 2026-03-07T00:56:08.254Z | # # # # # # # # |
| 1800 | 2026-03-07T00:56:08.254Z | # # # ##### ##### # |
| 1801 | 2026-03-07T00:56:08.254Z | # # # # # # # |
| 1802 | 2026-03-07T00:56:08.254Z | #### ###### # # # # |
| 1803 | 2026-03-07T00:56:08.255Z | |
| 1804 | 2026-03-07T00:56:08.255Z | + export CARGO_INCREMENTAL=0 |
| 1805 | 2026-03-07T00:56:08.255Z | + CARGO_INCREMENTAL=0 |
| 1806 | 2026-03-07T00:56:08.255Z | + ptime -m cargo xtask clippy |
| 1807 | 2026-03-07T00:56:09.031Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1808 | 2026-03-07T00:56:09.326Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1809 | 2026-03-07T00:56:12.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s |
| 1810 | 2026-03-07T00:56:12.451Z | Running `target/debug/xtask clippy` |
| 1811 | 2026-03-07T00:56:12.478Z | running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1812 | 2026-03-07T00:56:13.381Z | Downloading crates ... |
| 1813 | 2026-03-07T00:56:13.678Z | Downloaded approx v0.5.1 |
| 1814 | 2026-03-07T00:56:13.681Z | Downloaded cast v0.3.0 |
| 1815 | 2026-03-07T00:56:13.687Z | Downloaded addr2line v0.25.1 |
| 1816 | 2026-03-07T00:56:13.690Z | Downloaded supports-color v2.1.0 |
| 1817 | 2026-03-07T00:56:13.693Z | Downloaded event-listener-strategy v0.5.4 |
| 1818 | 2026-03-07T00:56:13.693Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1819 | 2026-03-07T00:56:13.696Z | Downloaded assert-json-diff v2.0.2 |
| 1820 | 2026-03-07T00:56:13.699Z | Downloaded miette-derive v5.10.0 |
| 1821 | 2026-03-07T00:56:13.702Z | Downloaded target-triple v1.0.0 |
| 1822 | 2026-03-07T00:56:13.702Z | Downloaded anes v0.1.6 |
| 1823 | 2026-03-07T00:56:13.704Z | Downloaded partial-io v0.5.4 |
| 1824 | 2026-03-07T00:56:13.707Z | Downloaded knuffel-derive v3.2.0 |
| 1825 | 2026-03-07T00:56:13.710Z | Downloaded concurrent-queue v2.5.0 |
| 1826 | 2026-03-07T00:56:13.713Z | Downloaded assert_cmd v2.1.2 |
| 1827 | 2026-03-07T00:56:13.718Z | Downloaded terminal_size v0.1.17 |
| 1828 | 2026-03-07T00:56:13.721Z | Downloaded cargo-platform v0.3.2 |
| 1829 | 2026-03-07T00:56:13.726Z | Downloaded pathdiff v0.2.3 |
| 1830 | 2026-03-07T00:56:13.729Z | Downloaded futures-timer v3.0.3 |
| 1831 | 2026-03-07T00:56:13.732Z | Downloaded target-spec v3.5.7 |
| 1832 | 2026-03-07T00:56:13.735Z | Downloaded trybuild v1.0.116 |
| 1833 | 2026-03-07T00:56:13.739Z | Downloaded similar-asserts v1.7.0 |
| 1834 | 2026-03-07T00:56:13.742Z | Downloaded parking v2.2.1 |
| 1835 | 2026-03-07T00:56:13.745Z | Downloaded nested v0.1.1 |
| 1836 | 2026-03-07T00:56:13.745Z | Downloaded serde_regex v1.1.0 |
| 1837 | 2026-03-07T00:56:13.745Z | Downloaded backtrace-ext v0.2.1 |
| 1838 | 2026-03-07T00:56:13.748Z | Downloaded supports-hyperlinks v2.1.0 |
| 1839 | 2026-03-07T00:56:13.752Z | Downloaded async-lock v3.4.2 |
| 1840 | 2026-03-07T00:56:13.755Z | Downloaded owo-colors v3.5.0 |
| 1841 | 2026-03-07T00:56:13.758Z | Downloaded stringmetrics v2.2.2 |
| 1842 | 2026-03-07T00:56:13.761Z | Downloaded datatest-stable v0.3.3 |
| 1843 | 2026-03-07T00:56:13.765Z | Downloaded supports-unicode v2.1.0 |
| 1844 | 2026-03-07T00:56:13.766Z | Downloaded plotters-backend v0.3.7 |
| 1845 | 2026-03-07T00:56:13.818Z | Downloaded constant_time_eq v0.3.1 |
| 1846 | 2026-03-07T00:56:13.819Z | Downloaded escape8259 v0.5.3 |
| 1847 | 2026-03-07T00:56:13.819Z | Downloaded async-object-pool v0.2.0 |
| 1848 | 2026-03-07T00:56:13.819Z | Downloaded plotters-svg v0.3.7 |
| 1849 | 2026-03-07T00:56:13.819Z | Downloaded linkme-impl v0.3.35 |
| 1850 | 2026-03-07T00:56:13.819Z | Downloaded oorandom v11.1.5 |
| 1851 | 2026-03-07T00:56:13.819Z | Downloaded blake2b_simd v1.0.4 |
| 1852 | 2026-03-07T00:56:13.819Z | Downloaded relative-path v1.9.3 |
| 1853 | 2026-03-07T00:56:13.819Z | Downloaded criterion-plot v0.6.0 |
| 1854 | 2026-03-07T00:56:13.819Z | Downloaded cfg-expr v0.20.6 |
| 1855 | 2026-03-07T00:56:13.819Z | Downloaded backtrace v0.3.76 |
| 1856 | 2026-03-07T00:56:13.819Z | Downloaded tinytemplate v1.2.1 |
| 1857 | 2026-03-07T00:56:13.819Z | Downloaded termcolor v1.4.1 |
| 1858 | 2026-03-07T00:56:13.819Z | Downloaded rustc-demangle v0.1.27 |
| 1859 | 2026-03-07T00:56:13.819Z | Downloaded path-tree v0.8.3 |
| 1860 | 2026-03-07T00:56:13.819Z | Downloaded chumsky v0.9.3 |
| 1861 | 2026-03-07T00:56:13.819Z | Downloaded rust-argon2 v2.1.0 |
| 1862 | 2026-03-07T00:56:13.819Z | Downloaded event-listener v5.4.1 |
| 1863 | 2026-03-07T00:56:13.819Z | Downloaded rstest v0.25.0 |
| 1864 | 2026-03-07T00:56:13.819Z | Downloaded textwrap v0.15.2 |
| 1865 | 2026-03-07T00:56:13.819Z | Downloaded knuffel v3.2.0 |
| 1866 | 2026-03-07T00:56:13.822Z | Downloaded target-lexicon v0.13.3 |
| 1867 | 2026-03-07T00:56:13.822Z | Downloaded libtest-mimic v0.8.1 |
| 1868 | 2026-03-07T00:56:13.822Z | Downloaded httptest v0.16.4 |
| 1869 | 2026-03-07T00:56:13.822Z | Downloaded cargo_metadata v0.23.1 |
| 1870 | 2026-03-07T00:56:13.825Z | Downloaded criterion v0.7.0 |
| 1871 | 2026-03-07T00:56:13.828Z | Downloaded rstest_macros v0.25.0 |
| 1872 | 2026-03-07T00:56:13.831Z | Downloaded rand_distr v0.5.1 |
| 1873 | 2026-03-07T00:56:13.833Z | Downloaded linkme v0.3.35 |
| 1874 | 2026-03-07T00:56:13.836Z | Downloaded miette v5.10.0 |
| 1875 | 2026-03-07T00:56:13.839Z | Downloaded fancy-regex v0.14.0 |
| 1876 | 2026-03-07T00:56:13.843Z | Downloaded guppy v0.17.25 |
| 1877 | 2026-03-07T00:56:13.852Z | Downloaded plotters v0.3.7 |
| 1878 | 2026-03-07T00:56:13.859Z | Downloaded hashbrown v0.14.5 |
| 1879 | 2026-03-07T00:56:13.876Z | Downloaded gimli v0.32.3 |
| 1880 | 2026-03-07T00:56:13.971Z | Downloaded httpmock v0.8.3 |
| 1881 | 2026-03-07T00:56:16.232Z | Checking cfg-if v1.0.4 |
| 1882 | 2026-03-07T00:56:16.643Z | Checking libc v0.2.180 |
| 1883 | 2026-03-07T00:56:16.646Z | Checking serde_core v1.0.228 |
| 1884 | 2026-03-07T00:56:16.734Z | Checking memchr v2.8.0 |
| 1885 | 2026-03-07T00:56:16.772Z | Checking smallvec v1.15.1 |
| 1886 | 2026-03-07T00:56:16.830Z | Checking log v0.4.29 |
| 1887 | 2026-03-07T00:56:16.833Z | Checking itoa v1.0.17 |
| 1888 | 2026-03-07T00:56:16.923Z | Checking zeroize v1.8.2 |
| 1889 | 2026-03-07T00:56:16.986Z | Checking scopeguard v1.2.0 |
| 1890 | 2026-03-07T00:56:17.094Z | Checking libm v0.2.16 |
| 1891 | 2026-03-07T00:56:17.159Z | Checking stable_deref_trait v1.2.1 |
| 1892 | 2026-03-07T00:56:17.211Z | Checking lock_api v0.4.14 |
| 1893 | 2026-03-07T00:56:17.272Z | Checking zmij v1.0.21 |
| 1894 | 2026-03-07T00:56:17.334Z | Checking zerofrom v0.1.6 |
| 1895 | 2026-03-07T00:56:17.394Z | Checking percent-encoding v2.3.2 |
| 1896 | 2026-03-07T00:56:17.573Z | Checking litemap v0.8.1 |
| 1897 | 2026-03-07T00:56:17.623Z | Checking yoke v0.8.1 |
| 1898 | 2026-03-07T00:56:17.687Z | Checking writeable v0.6.2 |
| 1899 | 2026-03-07T00:56:17.748Z | Checking subtle v2.6.1 |
| 1900 | 2026-03-07T00:56:17.809Z | Checking errno v0.3.14 |
| 1901 | 2026-03-07T00:56:17.809Z | Checking getrandom v0.2.17 |
| 1902 | 2026-03-07T00:56:17.925Z | Checking icu_properties_data v2.1.2 |
| 1903 | 2026-03-07T00:56:18.003Z | Checking zerovec v0.11.5 |
| 1904 | 2026-03-07T00:56:18.006Z | Checking zerotrie v0.2.3 |
| 1905 | 2026-03-07T00:56:18.116Z | Checking icu_normalizer_data v2.1.1 |
| 1906 | 2026-03-07T00:56:18.166Z | Checking pin-project-lite v0.2.17 |
| 1907 | 2026-03-07T00:56:18.231Z | Checking rand_core v0.6.4 |
| 1908 | 2026-03-07T00:56:18.234Z | Checking form_urlencoded v1.2.2 |
| 1909 | 2026-03-07T00:56:18.344Z | Checking portable-atomic v1.13.1 |
| 1910 | 2026-03-07T00:56:18.403Z | Checking utf8_iter v1.0.4 |
| 1911 | 2026-03-07T00:56:18.533Z | Checking critical-section v1.2.0 |
| 1912 | 2026-03-07T00:56:18.595Z | Checking parking_lot_core v0.9.12 |
| 1913 | 2026-03-07T00:56:18.656Z | Checking zerocopy v0.8.40 |
| 1914 | 2026-03-07T00:56:18.712Z | Checking rand_core v0.10.0 |
| 1915 | 2026-03-07T00:56:18.766Z | Checking num-traits v0.2.19 |
| 1916 | 2026-03-07T00:56:18.821Z | Checking signal-hook-registry v1.4.8 |
| 1917 | 2026-03-07T00:56:18.964Z | Checking tinystr v0.8.2 |
| 1918 | 2026-03-07T00:56:19.025Z | Checking potential_utf v0.1.4 |
| 1919 | 2026-03-07T00:56:19.028Z | Checking parking_lot v0.12.5 |
| 1920 | 2026-03-07T00:56:19.172Z | Checking getrandom v0.4.1 |
| 1921 | 2026-03-07T00:56:19.350Z | Checking icu_collections v2.1.1 |
| 1922 | 2026-03-07T00:56:19.398Z | Checking icu_locale_core v2.1.1 |
| 1923 | 2026-03-07T00:56:19.402Z | Checking once_cell v1.21.3 |
| 1924 | 2026-03-07T00:56:19.507Z | Checking mio v1.1.1 |
| 1925 | 2026-03-07T00:56:19.567Z | Checking typenum v1.19.0 |
| 1926 | 2026-03-07T00:56:19.770Z | Checking socket2 v0.6.2 |
| 1927 | 2026-03-07T00:56:20.061Z | Checking iana-time-zone v0.1.65 |
| 1928 | 2026-03-07T00:56:20.162Z | Checking thiserror v2.0.18 |
| 1929 | 2026-03-07T00:56:20.226Z | Checking allocator-api2 v0.2.21 |
| 1930 | 2026-03-07T00:56:20.287Z | Checking serde v1.0.228 |
| 1931 | 2026-03-07T00:56:20.290Z | Checking bitflags v2.11.0 |
| 1932 | 2026-03-07T00:56:20.387Z | Checking serde_json v1.0.149 |
| 1933 | 2026-03-07T00:56:20.442Z | Checking uuid v1.21.0 |
| 1934 | 2026-03-07T00:56:20.691Z | Checking semver v1.0.27 |
| 1935 | 2026-03-07T00:56:20.763Z | Checking generic-array v0.14.7 |
| 1936 | 2026-03-07T00:56:20.807Z | Checking icu_provider v2.1.1 |
| 1937 | 2026-03-07T00:56:20.876Z | Checking futures-core v0.3.32 |
| 1938 | 2026-03-07T00:56:21.144Z | Checking equivalent v1.0.2 |
| 1939 | 2026-03-07T00:56:21.226Z | Checking dyn-clone v1.0.20 |
| 1940 | 2026-03-07T00:56:21.229Z | Checking const-oid v0.9.6 |
| 1941 | 2026-03-07T00:56:21.337Z | Checking bytes v1.11.1 |
| 1942 | 2026-03-07T00:56:21.337Z | Checking chrono v0.4.44 |
| 1943 | 2026-03-07T00:56:21.340Z | Checking icu_properties v2.1.2 |
| 1944 | 2026-03-07T00:56:21.475Z | Checking icu_normalizer v2.1.1 |
| 1945 | 2026-03-07T00:56:21.941Z | Checking crypto-common v0.1.7 |
| 1946 | 2026-03-07T00:56:22.075Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1947 | 2026-03-07T00:56:22.139Z | Checking foldhash v0.2.0 |
| 1948 | 2026-03-07T00:56:22.193Z | Checking block-buffer v0.10.4 |
| 1949 | 2026-03-07T00:56:22.375Z | Checking tokio v1.49.0 |
| 1950 | 2026-03-07T00:56:22.453Z | Checking hashbrown v0.16.1 |
| 1951 | 2026-03-07T00:56:22.512Z | Checking futures-sink v0.3.32 |
| 1952 | 2026-03-07T00:56:22.654Z | Checking rustix v1.1.3 |
| 1953 | 2026-03-07T00:56:22.731Z | Checking byteorder v1.5.0 |
| 1954 | 2026-03-07T00:56:23.214Z | Checking futures-channel v0.3.32 |
| 1955 | 2026-03-07T00:56:23.272Z | Checking digest v0.10.7 |
| 1956 | 2026-03-07T00:56:23.392Z | Checking idna_adapter v1.2.1 |
| 1957 | 2026-03-07T00:56:23.453Z | Checking futures-task v0.3.32 |
| 1958 | 2026-03-07T00:56:23.663Z | Checking idna v1.1.0 |
| 1959 | 2026-03-07T00:56:23.665Z | Checking slab v0.4.12 |
| 1960 | 2026-03-07T00:56:23.761Z | Checking futures-io v0.3.32 |
| 1961 | 2026-03-07T00:56:23.765Z | Checking cpufeatures v0.2.17 |
| 1962 | 2026-03-07T00:56:23.765Z | Checking indexmap v2.13.0 |
| 1963 | 2026-03-07T00:56:24.020Z | Checking thiserror v1.0.69 |
| 1964 | 2026-03-07T00:56:24.078Z | Checking futures-util v0.3.32 |
| 1965 | 2026-03-07T00:56:24.081Z | Checking getrandom v0.3.4 |
| 1966 | 2026-03-07T00:56:24.179Z | Checking url v2.5.8 |
| 1967 | 2026-03-07T00:56:24.237Z | Checking fnv v1.0.7 |
| 1968 | 2026-03-07T00:56:24.438Z | Checking regex-syntax v0.8.10 |
| 1969 | 2026-03-07T00:56:24.500Z | Checking http v1.4.0 |
| 1970 | 2026-03-07T00:56:24.644Z | Checking tracing-core v0.1.36 |
| 1971 | 2026-03-07T00:56:25.160Z | Checking base64 v0.22.1 |
| 1972 | 2026-03-07T00:56:25.216Z | Checking schemars v0.8.22 |
| 1973 | 2026-03-07T00:56:25.395Z | Checking tracing v0.1.44 |
| 1974 | 2026-03-07T00:56:25.718Z | Checking unicode-ident v1.0.24 |
| 1975 | 2026-03-07T00:56:25.821Z | Checking ipnet v2.11.0 |
| 1976 | 2026-03-07T00:56:25.892Z | Checking anstyle v1.0.13 |
| 1977 | 2026-03-07T00:56:25.966Z | Checking utf8parse v0.2.2 |
| 1978 | 2026-03-07T00:56:26.198Z | Checking proc-macro2 v1.0.106 |
| 1979 | 2026-03-07T00:56:26.265Z | Checking ppv-lite86 v0.2.21 |
| 1980 | 2026-03-07T00:56:26.326Z | Checking untrusted v0.9.0 |
| 1981 | 2026-03-07T00:56:26.429Z | Checking anstyle-parse v0.2.7 |
| 1982 | 2026-03-07T00:56:26.555Z | Checking ring v0.17.14 |
| 1983 | 2026-03-07T00:56:26.777Z | Checking aho-corasick v1.1.4 |
| 1984 | 2026-03-07T00:56:26.871Z | Checking anstyle-query v1.1.5 |
| 1985 | 2026-03-07T00:56:26.931Z | Checking quote v1.0.44 |
| 1986 | 2026-03-07T00:56:27.010Z | Checking colorchoice v1.0.4 |
| 1987 | 2026-03-07T00:56:27.077Z | Checking base64ct v1.8.3 |
| 1988 | 2026-03-07T00:56:27.232Z | Checking is_terminal_polyfill v1.70.2 |
| 1989 | 2026-03-07T00:56:27.336Z | Checking syn v2.0.117 |
| 1990 | 2026-03-07T00:56:27.416Z | Checking anstream v0.6.21 |
| 1991 | 2026-03-07T00:56:27.571Z | Checking block-padding v0.3.3 |
| 1992 | 2026-03-07T00:56:27.641Z | Checking terminal_size v0.4.3 |
| 1993 | 2026-03-07T00:56:27.868Z | Checking inout v0.1.4 |
| 1994 | 2026-03-07T00:56:27.915Z | Checking rustls-pki-types v1.14.0 |
| 1995 | 2026-03-07T00:56:27.918Z | Checking crossbeam-utils v0.8.21 |
| 1996 | 2026-03-07T00:56:28.161Z | Checking httparse v1.10.1 |
| 1997 | 2026-03-07T00:56:28.387Z | Checking regex-automata v0.4.14 |
| 1998 | 2026-03-07T00:56:28.590Z | Checking cipher v0.4.4 |
| 1999 | 2026-03-07T00:56:28.651Z | Checking clap_lex v1.0.0 |
| 2000 | 2026-03-07T00:56:28.804Z | Checking strsim v0.11.1 |
| 2001 | 2026-03-07T00:56:28.866Z | Checking sha2 v0.10.9 |
| 2002 | 2026-03-07T00:56:28.869Z | Checking pem-rfc7468 v0.7.0 |
| 2003 | 2026-03-07T00:56:28.978Z | Checking http-body v1.0.1 |
| 2004 | 2026-03-07T00:56:29.041Z | Checking rand_core v0.9.5 |
| 2005 | 2026-03-07T00:56:29.181Z | Checking clap_builder v4.5.60 |
| 2006 | 2026-03-07T00:56:29.245Z | Checking atomic-waker v1.1.2 |
| 2007 | 2026-03-07T00:56:29.249Z | Checking hmac v0.12.1 |
| 2008 | 2026-03-07T00:56:29.402Z | Checking try-lock v0.2.5 |
| 2009 | 2026-03-07T00:56:29.471Z | Checking httpdate v1.0.3 |
| 2010 | 2026-03-07T00:56:29.474Z | Checking tokio-util v0.7.18 |
| 2011 | 2026-03-07T00:56:29.474Z | Checking flagset v0.4.7 |
| 2012 | 2026-03-07T00:56:29.678Z | Checking want v0.3.1 |
| 2013 | 2026-03-07T00:56:29.678Z | Checking pin-utils v0.1.0 |
| 2014 | 2026-03-07T00:56:29.839Z | Checking tower-layer v0.3.3 |
| 2015 | 2026-03-07T00:56:29.900Z | Checking ryu v1.0.23 |
| 2016 | 2026-03-07T00:56:29.944Z | Checking tower-service v0.3.3 |
| 2017 | 2026-03-07T00:56:29.947Z | Checking der v0.7.10 |
| 2018 | 2026-03-07T00:56:30.160Z | Checking rand_chacha v0.9.0 |
| 2019 | 2026-03-07T00:56:30.163Z | Checking erased-serde v0.3.31 |
| 2020 | 2026-03-07T00:56:30.268Z | Checking spin v0.9.8 |
| 2021 | 2026-03-07T00:56:30.633Z | Checking rand v0.9.2 |
| 2022 | 2026-03-07T00:56:30.704Z | Checking anyhow v1.0.102 |
| 2023 | 2026-03-07T00:56:30.949Z | Checking h2 v0.4.13 |
| 2024 | 2026-03-07T00:56:31.161Z | Checking http-body-util v0.1.3 |
| 2025 | 2026-03-07T00:56:31.337Z | Checking slog v2.8.2 |
| 2026 | 2026-03-07T00:56:31.634Z | Checking aws-lc-sys v0.37.1 |
| 2027 | 2026-03-07T00:56:31.702Z | Checking powerfmt v0.2.0 |
| 2028 | 2026-03-07T00:56:31.824Z | Checking untrusted v0.7.1 |
| 2029 | 2026-03-07T00:56:31.960Z | Checking openssl-probe v0.2.1 |
| 2030 | 2026-03-07T00:56:32.027Z | Checking deranged v0.5.8 |
| 2031 | 2026-03-07T00:56:32.089Z | Checking num-conv v0.2.0 |
| 2032 | 2026-03-07T00:56:32.145Z | Checking clap v4.5.60 |
| 2033 | 2026-03-07T00:56:32.203Z | Checking time-core v0.1.8 |
| 2034 | 2026-03-07T00:56:32.325Z | Checking num_threads v0.1.7 |
| 2035 | 2026-03-07T00:56:32.387Z | Checking fastrand v2.3.0 |
| 2036 | 2026-03-07T00:56:32.529Z | Checking spki v0.7.3 |
| 2037 | 2026-03-07T00:56:32.589Z | Checking serde_urlencoded v0.7.1 |
| 2038 | 2026-03-07T00:56:32.648Z | Checking regex v1.12.3 |
| 2039 | 2026-03-07T00:56:32.755Z | Checking pbkdf2 v0.12.2 |
| 2040 | 2026-03-07T00:56:32.885Z | Checking aes v0.8.4 |
| 2041 | 2026-03-07T00:56:32.999Z | Checking rand_chacha v0.3.1 |
| 2042 | 2026-03-07T00:56:33.058Z | Checking unicode-width v0.2.0 |
| 2043 | 2026-03-07T00:56:33.254Z | Checking pretty-hex v0.4.1 |
| 2044 | 2026-03-07T00:56:33.314Z | Checking aws-lc-rs v1.16.0 |
| 2045 | 2026-03-07T00:56:33.376Z | Checking cbc v0.1.2 |
| 2046 | 2026-03-07T00:56:33.440Z | Checking rand v0.8.5 |
| 2047 | 2026-03-07T00:56:33.508Z | Checking salsa20 v0.10.2 |
| 2048 | 2026-03-07T00:56:33.566Z | Checking ipnetwork v0.21.1 |
| 2049 | 2026-03-07T00:56:33.633Z | Checking simd-adler32 v0.3.8 |
| 2050 | 2026-03-07T00:56:33.775Z | Checking tempfile v3.25.0 |
| 2051 | 2026-03-07T00:56:33.826Z | Checking scrypt v0.11.0 |
| 2052 | 2026-03-07T00:56:34.034Z | Checking hex v0.4.3 |
| 2053 | 2026-03-07T00:56:34.099Z | Checking plain v0.2.3 |
| 2054 | 2026-03-07T00:56:34.149Z | Checking adler2 v2.0.1 |
| 2055 | 2026-03-07T00:56:34.200Z | Checking pkcs5 v0.7.1 |
| 2056 | 2026-03-07T00:56:34.296Z | Checking rustls-native-certs v0.8.3 |
| 2057 | 2026-03-07T00:56:34.367Z | Checking miniz_oxide v0.8.9 |
| 2058 | 2026-03-07T00:56:34.490Z | Checking time v0.3.47 |
| 2059 | 2026-03-07T00:56:34.581Z | Checking sync_wrapper v1.0.2 |
| 2060 | 2026-03-07T00:56:34.584Z | Checking camino v1.2.2 |
| 2061 | 2026-03-07T00:56:34.695Z | Checking ucd-trie v0.1.7 |
| 2062 | 2026-03-07T00:56:34.775Z | Checking mime v0.3.17 |
| 2063 | 2026-03-07T00:56:34.832Z | Checking tower v0.5.3 |
| 2064 | 2026-03-07T00:56:34.963Z | Checking pest v2.8.6 |
| 2065 | 2026-03-07T00:56:35.127Z | Checking pkcs8 v0.10.2 |
| 2066 | 2026-03-07T00:56:35.190Z | Checking webpki-roots v1.0.6 |
| 2067 | 2026-03-07T00:56:35.264Z | Checking iri-string v0.7.10 |
| 2068 | 2026-03-07T00:56:35.268Z | Checking rustls-webpki v0.103.9 |
| 2069 | 2026-03-07T00:56:35.480Z | Checking either v1.15.0 |
| 2070 | 2026-03-07T00:56:35.544Z | Checking openapiv3 v2.2.0 |
| 2071 | 2026-03-07T00:56:35.737Z | Checking foreign-types-shared v0.1.1 |
| 2072 | 2026-03-07T00:56:35.905Z | Checking crc32fast v1.5.0 |
| 2073 | 2026-03-07T00:56:35.959Z | Checking foreign-types v0.3.2 |
| 2074 | 2026-03-07T00:56:36.112Z | Checking openssl-sys v0.9.111 |
| 2075 | 2026-03-07T00:56:36.186Z | Checking encoding_rs v0.8.35 |
| 2076 | 2026-03-07T00:56:36.264Z | Checking rustls v0.23.37 |
| 2077 | 2026-03-07T00:56:37.199Z | Checking winnow v0.7.14 |
| 2078 | 2026-03-07T00:56:37.261Z | Checking hyper v1.8.1 |
| 2079 | 2026-03-07T00:56:37.365Z | Checking openssl v0.10.75 |
| 2080 | 2026-03-07T00:56:37.518Z | Checking oxnet v0.1.4 |
| 2081 | 2026-03-07T00:56:37.832Z | Checking tower-http v0.6.8 |
| 2082 | 2026-03-07T00:56:38.000Z | Checking lazy_static v1.5.0 |
| 2083 | 2026-03-07T00:56:38.198Z | Checking static_assertions v1.1.0 |
| 2084 | 2026-03-07T00:56:38.380Z | Checking signature v2.2.0 |
| 2085 | 2026-03-07T00:56:38.475Z | Checking hubpack v0.1.2 |
| 2086 | 2026-03-07T00:56:38.544Z | Checking zlib-rs v0.6.2 |
| 2087 | 2026-03-07T00:56:38.627Z | Checking strum v0.26.3 |
| 2088 | 2026-03-07T00:56:38.762Z | Checking sha1 v0.10.6 |
| 2089 | 2026-03-07T00:56:38.818Z | Checking tinyvec_macros v0.1.1 |
| 2090 | 2026-03-07T00:56:38.875Z | Checking data-encoding v2.10.0 |
| 2091 | 2026-03-07T00:56:38.977Z | Checking tinyvec v1.10.0 |
| 2092 | 2026-03-07T00:56:39.106Z | Checking toml_datetime v0.6.11 |
| 2093 | 2026-03-07T00:56:39.331Z | Checking hyper-util v0.1.20 |
| 2094 | 2026-03-07T00:56:39.472Z | Checking serde_spanned v0.6.9 |
| 2095 | 2026-03-07T00:56:39.532Z | Checking num-integer v0.1.46 |
| 2096 | 2026-03-07T00:56:39.746Z | Checking scroll v0.13.0 |
| 2097 | 2026-03-07T00:56:39.751Z | Checking bit-vec v0.8.0 |
| 2098 | 2026-03-07T00:56:40.027Z | Checking base16ct v0.2.0 |
| 2099 | 2026-03-07T00:56:40.106Z | Checking crossbeam-epoch v0.9.18 |
| 2100 | 2026-03-07T00:56:40.240Z | Checking bit-set v0.8.0 |
| 2101 | 2026-03-07T00:56:40.300Z | Checking goblin v0.10.5 |
| 2102 | 2026-03-07T00:56:40.358Z | Checking sec1 v0.7.3 |
| 2103 | 2026-03-07T00:56:40.552Z | Checking flate2 v1.1.9 |
| 2104 | 2026-03-07T00:56:40.615Z | Checking ff v0.13.1 |
| 2105 | 2026-03-07T00:56:40.618Z | Checking wait-timeout v0.2.1 |
| 2106 | 2026-03-07T00:56:40.815Z | Checking memmap2 v0.9.10 |
| 2107 | 2026-03-07T00:56:40.933Z | Checking group v0.13.0 |
| 2108 | 2026-03-07T00:56:40.992Z | Checking num-iter v0.1.45 |
| 2109 | 2026-03-07T00:56:41.171Z | Checking dtrace-parser v0.3.0 |
| 2110 | 2026-03-07T00:56:41.231Z | Checking bstr v1.12.1 |
| 2111 | 2026-03-07T00:56:41.289Z | Checking hkdf v0.12.4 |
| 2112 | 2026-03-07T00:56:41.297Z | Checking ahash v0.8.12 |
| 2113 | 2026-03-07T00:56:41.587Z | Checking tokio-rustls v0.26.4 |
| 2114 | 2026-03-07T00:56:41.590Z | Checking crypto-bigint v0.5.5 |
| 2115 | 2026-03-07T00:56:41.706Z | Checking scroll v0.12.0 |
| 2116 | 2026-03-07T00:56:41.764Z | Checking thread-id v5.1.0 |
| 2117 | 2026-03-07T00:56:41.940Z | Checking quick-error v1.2.3 |
| 2118 | 2026-03-07T00:56:42.078Z | Checking rand_xorshift v0.4.0 |
| 2119 | 2026-03-07T00:56:42.166Z | Checking rusty-fork v0.3.1 |
| 2120 | 2026-03-07T00:56:42.232Z | Checking goblin v0.8.2 |
| 2121 | 2026-03-07T00:56:42.235Z | Checking hyper-rustls v0.27.7 |
| 2122 | 2026-03-07T00:56:42.281Z | Checking zerocopy v0.7.35 |
| 2123 | 2026-03-07T00:56:42.373Z | Checking native-tls v0.2.18 |
| 2124 | 2026-03-07T00:56:42.376Z | Checking unarray v0.1.4 |
| 2125 | 2026-03-07T00:56:42.497Z | Checking num-bigint-dig v0.8.6 |
| 2126 | 2026-03-07T00:56:42.662Z | Checking proptest v1.10.0 |
| 2127 | 2026-03-07T00:56:42.721Z | Checking dtrace-parser v0.2.0 |
| 2128 | 2026-03-07T00:56:42.778Z | Checking tokio-native-tls v0.3.1 |
| 2129 | 2026-03-07T00:56:43.086Z | Checking hyper-tls v0.6.0 |
| 2130 | 2026-03-07T00:56:43.267Z | Checking pkcs1 v0.7.5 |
| 2131 | 2026-03-07T00:56:43.459Z | Checking reqwest v0.12.28 |
| 2132 | 2026-03-07T00:56:43.573Z | Checking x509-cert v0.2.5 |
| 2133 | 2026-03-07T00:56:43.710Z | Checking thread-id v4.2.2 |
| 2134 | 2026-03-07T00:56:43.901Z | Checking unicode-segmentation v1.12.0 |
| 2135 | 2026-03-07T00:56:44.430Z | Checking elliptic-curve v0.13.8 |
| 2136 | 2026-03-07T00:56:44.607Z | Checking rsa v0.9.10 |
| 2137 | 2026-03-07T00:56:44.682Z | Checking crossbeam-deque v0.8.6 |
| 2138 | 2026-03-07T00:56:45.070Z | Checking rfc6979 v0.4.0 |
| 2139 | 2026-03-07T00:56:45.143Z | Checking toml_write v0.1.2 |
| 2140 | 2026-03-07T00:56:45.200Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2141 | 2026-03-07T00:56:45.332Z | Checking ecdsa v0.16.9 |
| 2142 | 2026-03-07T00:56:45.444Z | Checking curve25519-dalek v4.1.3 |
| 2143 | 2026-03-07T00:56:45.545Z | Checking toml_edit v0.22.27 |
| 2144 | 2026-03-07T00:56:45.611Z | Checking rustix v0.38.44 |
| 2145 | 2026-03-07T00:56:46.041Z | Checking env_filter v1.0.0 |
| 2146 | 2026-03-07T00:56:46.105Z | Checking psl-types v2.0.11 |
| 2147 | 2026-03-07T00:56:46.283Z | Checking dof v0.4.0 |
| 2148 | 2026-03-07T00:56:46.358Z | Checking keccak v0.1.6 |
| 2149 | 2026-03-07T00:56:46.361Z | Checking env_logger v0.11.9 |
| 2150 | 2026-03-07T00:56:46.768Z | Checking sha3 v0.10.8 |
| 2151 | 2026-03-07T00:56:46.843Z | Checking publicsuffix v2.3.0 |
| 2152 | 2026-03-07T00:56:47.062Z | Checking dof v0.3.0 |
| 2153 | 2026-03-07T00:56:47.162Z | Checking ed25519 v2.2.3 |
| 2154 | 2026-03-07T00:56:47.259Z | Checking cookie v0.18.1 |
| 2155 | 2026-03-07T00:56:47.323Z | Checking newtype-uuid v1.3.2 |
| 2156 | 2026-03-07T00:56:47.381Z | Checking itertools v0.13.0 |
| 2157 | 2026-03-07T00:56:47.530Z | Checking serde_with v3.17.0 |
| 2158 | 2026-03-07T00:56:47.657Z | Checking siphasher v1.0.2 |
| 2159 | 2026-03-07T00:56:47.717Z | Checking usdt-impl v0.5.0 |
| 2160 | 2026-03-07T00:56:47.774Z | Checking daft v0.1.5 |
| 2161 | 2026-03-07T00:56:47.835Z | Checking bitflags v1.3.2 |
| 2162 | 2026-03-07T00:56:47.975Z | Checking usdt-impl v0.6.0 |
| 2163 | 2026-03-07T00:56:48.038Z | Checking cookie_store v0.22.1 |
| 2164 | 2026-03-07T00:56:48.042Z | Checking ed25519-dalek v2.2.0 |
| 2165 | 2026-03-07T00:56:48.153Z | Checking rustls-platform-verifier v0.6.2 |
| 2166 | 2026-03-07T00:56:48.286Z | Checking unicode-normalization v0.1.25 |
| 2167 | 2026-03-07T00:56:48.290Z | Checking signal-hook v0.3.18 |
| 2168 | 2026-03-07T00:56:48.446Z | Checking managed v0.8.0 |
| 2169 | 2026-03-07T00:56:48.547Z | Checking winnow v0.5.40 |
| 2170 | 2026-03-07T00:56:48.606Z | Checking usdt v0.6.0 |
| 2171 | 2026-03-07T00:56:48.716Z | Checking rayon-core v1.13.0 |
| 2172 | 2026-03-07T00:56:48.778Z | Checking reqwest v0.13.2 |
| 2173 | 2026-03-07T00:56:48.861Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2174 | 2026-03-07T00:56:48.927Z | Checking object v0.37.3 |
| 2175 | 2026-03-07T00:56:49.049Z | Checking foldhash v0.1.5 |
| 2176 | 2026-03-07T00:56:49.212Z | Checking bzip2 v0.4.4 |
| 2177 | 2026-03-07T00:56:49.346Z | Checking hashbrown v0.15.5 |
| 2178 | 2026-03-07T00:56:49.432Z | Checking signal-hook-mio v0.2.5 |
| 2179 | 2026-03-07T00:56:49.598Z | Checking ref-cast v1.0.25 |
| 2180 | 2026-03-07T00:56:49.663Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2181 | 2026-03-07T00:56:49.804Z | Checking zip v0.6.6 |
| 2182 | 2026-03-07T00:56:49.870Z | Checking bumpalo v3.20.2 |
| 2183 | 2026-03-07T00:56:49.932Z | Checking zstd-safe v7.2.4 |
| 2184 | 2026-03-07T00:56:50.330Z | Checking libbz2-rs-sys v0.2.2 |
| 2185 | 2026-03-07T00:56:50.388Z | Checking zopfli v0.8.3 |
| 2186 | 2026-03-07T00:56:50.453Z | Checking zstd v0.13.3 |
| 2187 | 2026-03-07T00:56:50.558Z | Checking crossterm v0.28.1 |
| 2188 | 2026-03-07T00:56:50.613Z | Checking rayon v1.11.0 |
| 2189 | 2026-03-07T00:56:50.871Z | Checking similar v2.7.0 |
| 2190 | 2026-03-07T00:56:51.119Z | Checking fs-err v3.3.0 |
| 2191 | 2026-03-07T00:56:51.210Z | Checking hash32 v0.2.1 |
| 2192 | 2026-03-07T00:56:51.272Z | Checking bzip2 v0.6.1 |
| 2193 | 2026-03-07T00:56:51.330Z | Checking toml_edit v0.19.15 |
| 2194 | 2026-03-07T00:56:51.584Z | Checking serde-big-array v0.5.1 |
| 2195 | 2026-03-07T00:56:51.645Z | Checking unicode-properties v0.1.4 |
| 2196 | 2026-03-07T00:56:51.706Z | Checking predicates-core v1.0.10 |
| 2197 | 2026-03-07T00:56:51.770Z | Checking unicode-bidi v0.3.18 |
| 2198 | 2026-03-07T00:56:51.853Z | Checking jiff v0.2.21 |
| 2199 | 2026-03-07T00:56:51.961Z | Checking heapless v0.7.17 |
| 2200 | 2026-03-07T00:56:52.087Z | Checking hickory-proto v0.25.2 |
| 2201 | 2026-03-07T00:56:52.342Z | Checking tokio-stream v0.1.18 |
| 2202 | 2026-03-07T00:56:52.438Z | Checking stringprep v0.1.5 |
| 2203 | 2026-03-07T00:56:52.788Z | Checking md-5 v0.10.6 |
| 2204 | 2026-03-07T00:56:52.960Z | Checking float-cmp v0.10.0 |
| 2205 | 2026-03-07T00:56:53.090Z | Checking difflib v0.4.0 |
| 2206 | 2026-03-07T00:56:53.239Z | Checking rustc-hash v2.1.1 |
| 2207 | 2026-03-07T00:56:53.299Z | Checking normalize-line-endings v0.3.0 |
| 2208 | 2026-03-07T00:56:53.466Z | Checking fallible-iterator v0.2.0 |
| 2209 | 2026-03-07T00:56:53.529Z | Checking predicates v3.1.4 |
| 2210 | 2026-03-07T00:56:53.531Z | Checking iddqd v0.3.17 |
| 2211 | 2026-03-07T00:56:53.781Z | Checking toml v0.7.8 |
| 2212 | 2026-03-07T00:56:54.088Z | Checking smoltcp v0.9.1 |
| 2213 | 2026-03-07T00:56:54.148Z | Checking postgres-protocol v0.6.10 |
| 2214 | 2026-03-07T00:56:54.205Z | Checking phf_shared v0.11.3 |
| 2215 | 2026-03-07T00:56:54.521Z | Checking phf_shared v0.13.1 |
| 2216 | 2026-03-07T00:56:54.581Z | Checking itertools v0.12.1 |
| 2217 | 2026-03-07T00:56:54.886Z | Checking console v0.16.2 |
| 2218 | 2026-03-07T00:56:55.067Z | Checking buf-list v1.1.2 |
| 2219 | 2026-03-07T00:56:55.249Z | Checking strum v0.27.2 |
| 2220 | 2026-03-07T00:56:55.489Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2221 | 2026-03-07T00:56:55.492Z | Checking fixedbitset v0.4.2 |
| 2222 | 2026-03-07T00:56:55.601Z | Checking precomputed-hash v0.1.1 |
| 2223 | 2026-03-07T00:56:55.604Z | Checking new_debug_unreachable v1.0.6 |
| 2224 | 2026-03-07T00:56:55.714Z | Checking unit-prefix v0.5.2 |
| 2225 | 2026-03-07T00:56:55.774Z | Checking lalrpop-util v0.19.12 |
| 2226 | 2026-03-07T00:56:55.848Z | Checking fixedbitset v0.5.7 |
| 2227 | 2026-03-07T00:56:55.910Z | Checking petgraph v0.6.5 |
| 2228 | 2026-03-07T00:56:55.971Z | Checking string_cache v0.8.9 |
| 2229 | 2026-03-07T00:56:56.032Z | Checking indicatif v0.18.4 |
| 2230 | 2026-03-07T00:56:56.134Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2231 | 2026-03-07T00:56:56.272Z | Checking petgraph v0.8.3 |
| 2232 | 2026-03-07T00:56:56.330Z | Checking phf v0.13.1 |
| 2233 | 2026-03-07T00:56:56.685Z | Checking postgres-types v0.2.12 |
| 2234 | 2026-03-07T00:56:56.854Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2235 | 2026-03-07T00:56:56.968Z | Checking zone v0.3.1 |
| 2236 | 2026-03-07T00:56:57.321Z | Checking zip v4.6.1 |
| 2237 | 2026-03-07T00:56:57.407Z | Checking peg-runtime v0.8.5 |
| 2238 | 2026-03-07T00:56:57.499Z | Checking whoami v2.1.0 |
| 2239 | 2026-03-07T00:56:57.791Z | Checking futures-executor v0.3.32 |
| 2240 | 2026-03-07T00:56:57.927Z | Checking is-terminal v0.4.17 |
| 2241 | 2026-03-07T00:56:57.989Z | Checking tokio-postgres v0.7.16 |
| 2242 | 2026-03-07T00:56:58.112Z | Checking futures v0.3.32 |
| 2243 | 2026-03-07T00:56:58.172Z | Checking crossbeam-channel v0.5.15 |
| 2244 | 2026-03-07T00:56:58.294Z | Checking thread_local v1.1.9 |
| 2245 | 2026-03-07T00:56:58.644Z | Checking term v1.2.1 |
| 2246 | 2026-03-07T00:56:58.707Z | Checking take_mut v0.2.2 |
| 2247 | 2026-03-07T00:56:58.770Z | Checking regress v0.10.5 |
| 2248 | 2026-03-07T00:56:58.827Z | Compiling rustls v0.22.4 |
| 2249 | 2026-03-07T00:56:58.919Z | Compiling newtype-uuid-macros v0.1.0 |
| 2250 | 2026-03-07T00:56:58.980Z | Checking slog-async v2.8.0 |
| 2251 | 2026-03-07T00:56:59.120Z | Checking slog-term v2.9.2 |
| 2252 | 2026-03-07T00:56:59.288Z | Compiling structmeta-derive v0.3.0 |
| 2253 | 2026-03-07T00:56:59.357Z | Compiling multer v3.1.0 |
| 2254 | 2026-03-07T00:56:59.737Z | Compiling async-stream-impl v0.3.6 |
| 2255 | 2026-03-07T00:56:59.920Z | Compiling dropshot v0.16.7 (https://github.com/oxidecomputer/dropshot?rev=d707f541#d707f541) |
| 2256 | 2026-03-07T00:56:59.980Z | Compiling dropshot_endpoint v0.16.7 (https://github.com/oxidecomputer/dropshot?rev=d707f541#d707f541) |
| 2257 | 2026-03-07T00:57:00.483Z | Checking match_cfg v0.1.0 |
| 2258 | 2026-03-07T00:57:00.655Z | Checking hostname v0.3.1 |
| 2259 | 2026-03-07T00:57:00.715Z | Checking slog-json v2.6.1 |
| 2260 | 2026-03-07T00:57:00.857Z | Checking debug-ignore v1.0.5 |
| 2261 | 2026-03-07T00:57:00.914Z | Checking serde_spanned v1.0.4 |
| 2262 | 2026-03-07T00:57:01.031Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2263 | 2026-03-07T00:57:01.035Z | Checking slog-bunyan v2.5.0 |
| 2264 | 2026-03-07T00:57:01.137Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2265 | 2026-03-07T00:57:01.192Z | Checking rustls-webpki v0.102.8 |
| 2266 | 2026-03-07T00:57:01.253Z | Checking serde_path_to_error v0.1.20 |
| 2267 | 2026-03-07T00:57:01.478Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2268 | 2026-03-07T00:57:01.734Z | Checking compression-core v0.4.31 |
| 2269 | 2026-03-07T00:57:01.796Z | Compiling structmeta v0.3.0 |
| 2270 | 2026-03-07T00:57:01.892Z | Checking async-stream v0.3.6 |
| 2271 | 2026-03-07T00:57:01.952Z | Checking toml v1.0.3+spec-1.1.0 |
| 2272 | 2026-03-07T00:57:02.015Z | Checking compression-codecs v0.4.37 |
| 2273 | 2026-03-07T00:57:02.169Z | Checking progenitor-client v0.13.0 |
| 2274 | 2026-03-07T00:57:02.172Z | Checking waitgroup v0.1.2 |
| 2275 | 2026-03-07T00:57:02.269Z | Compiling derive-ex v0.1.8 |
| 2276 | 2026-03-07T00:57:02.419Z | Checking async-compression v0.4.41 |
| 2277 | 2026-03-07T00:57:02.479Z | Checking rustls-pemfile v2.2.0 |
| 2278 | 2026-03-07T00:57:02.541Z | Checking hostname v0.4.2 |
| 2279 | 2026-03-07T00:57:02.618Z | Compiling parse-display-derive v0.10.0 |
| 2280 | 2026-03-07T00:57:02.759Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2281 | 2026-03-07T00:57:02.804Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2282 | 2026-03-07T00:57:02.964Z | Checking itertools v0.14.0 |
| 2283 | 2026-03-07T00:57:03.109Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2284 | 2026-03-07T00:57:03.339Z | Checking macaddr v1.0.1 |
| 2285 | 2026-03-07T00:57:03.557Z | Checking progenitor-client v0.10.0 |
| 2286 | 2026-03-07T00:57:03.732Z | Checking instant v0.1.13 |
| 2287 | 2026-03-07T00:57:03.932Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2288 | 2026-03-07T00:57:03.989Z | Checking backoff v0.4.0 |
| 2289 | 2026-03-07T00:57:03.994Z | Checking backon v1.6.0 |
| 2290 | 2026-03-07T00:57:04.102Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2291 | 2026-03-07T00:57:04.352Z | Checking heck v0.5.0 |
| 2292 | 2026-03-07T00:57:04.413Z | Checking camino-tempfile v1.4.1 |
| 2293 | 2026-03-07T00:57:04.780Z | Checking toml v0.8.23 |
| 2294 | 2026-03-07T00:57:05.233Z | Compiling cfg_aliases v0.2.1 |
| 2295 | 2026-03-07T00:57:05.343Z | Checking tokio-rustls v0.25.0 |
| 2296 | 2026-03-07T00:57:05.409Z | Compiling memoffset v0.9.1 |
| 2297 | 2026-03-07T00:57:05.595Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2298 | 2026-03-07T00:57:05.655Z | Compiling crucible-workspace-hack v0.1.0 |
| 2299 | 2026-03-07T00:57:06.145Z | Checking secrecy v0.10.3 |
| 2300 | 2026-03-07T00:57:06.223Z | Compiling test-strategy v0.4.5 |
| 2301 | 2026-03-07T00:57:06.409Z | Checking glob v0.3.3 |
| 2302 | 2026-03-07T00:57:06.468Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2303 | 2026-03-07T00:57:06.527Z | Checking parse-display v0.10.0 |
| 2304 | 2026-03-07T00:57:06.820Z | Compiling proc-macro-crate v3.4.0 |
| 2305 | 2026-03-07T00:57:06.876Z | Compiling heapless v0.8.0 |
| 2306 | 2026-03-07T00:57:07.013Z | Checking tabwriter v1.4.1 |
| 2307 | 2026-03-07T00:57:07.332Z | Checking hash32 v0.3.1 |
| 2308 | 2026-03-07T00:57:07.561Z | Compiling ingot-macros v0.1.1 |
| 2309 | 2026-03-07T00:57:07.622Z | Compiling smoltcp v0.11.0 |
| 2310 | 2026-03-07T00:57:07.892Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2311 | 2026-03-07T00:57:08.082Z | Compiling unsafe-libyaml v0.2.11 |
| 2312 | 2026-03-07T00:57:08.086Z | Compiling convert_case v0.4.0 |
| 2313 | 2026-03-07T00:57:08.417Z | Compiling num_enum_derive v0.7.5 |
| 2314 | 2026-03-07T00:57:09.017Z | Compiling derive_more v0.99.20 |
| 2315 | 2026-03-07T00:57:09.390Z | Compiling serde_yaml v0.9.34+deprecated |
| 2316 | 2026-03-07T00:57:09.571Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2317 | 2026-03-07T00:57:09.883Z | Checking cobs v0.3.0 |
| 2318 | 2026-03-07T00:57:10.068Z | Compiling foreign-types-macros v0.2.3 |
| 2319 | 2026-03-07T00:57:10.236Z | Checking foreign-types-shared v0.3.1 |
| 2320 | 2026-03-07T00:57:10.434Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2321 | 2026-03-07T00:57:10.497Z | Checking cpufeatures v0.3.0 |
| 2322 | 2026-03-07T00:57:10.674Z | Checking chacha20 v0.10.0 |
| 2323 | 2026-03-07T00:57:10.759Z | Checking num_enum v0.7.5 |
| 2324 | 2026-03-07T00:57:11.000Z | Checking postcard v1.1.3 |
| 2325 | 2026-03-07T00:57:11.399Z | Checking foreign-types v0.5.0 |
| 2326 | 2026-03-07T00:57:11.814Z | Compiling proc-macro-crate v1.3.1 |
| 2327 | 2026-03-07T00:57:11.930Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2328 | 2026-03-07T00:57:11.984Z | Checking sigpipe v0.1.3 |
| 2329 | 2026-03-07T00:57:12.170Z | Checking cstr-argument v0.1.2 |
| 2330 | 2026-03-07T00:57:12.430Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2331 | 2026-03-07T00:57:12.491Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2332 | 2026-03-07T00:57:12.712Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2333 | 2026-03-07T00:57:12.875Z | Checking colored v3.1.1 |
| 2334 | 2026-03-07T00:57:13.051Z | Compiling num_enum_derive v0.5.11 |
| 2335 | 2026-03-07T00:57:13.187Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2336 | 2026-03-07T00:57:13.287Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2337 | 2026-03-07T00:57:13.345Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2338 | 2026-03-07T00:57:13.518Z | Checking rand v0.10.0 |
| 2339 | 2026-03-07T00:57:13.578Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2340 | 2026-03-07T00:57:13.684Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2341 | 2026-03-07T00:57:14.092Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2342 | 2026-03-07T00:57:14.155Z | Compiling nix v0.30.1 |
| 2343 | 2026-03-07T00:57:14.316Z | Checking ingot-types v0.1.2 |
| 2344 | 2026-03-07T00:57:14.372Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2345 | 2026-03-07T00:57:14.481Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2346 | 2026-03-07T00:57:14.869Z | Checking smf v0.2.3 |
| 2347 | 2026-03-07T00:57:15.113Z | Compiling num-derive v0.4.2 |
| 2348 | 2026-03-07T00:57:15.113Z | Checking ingot v0.1.1 |
| 2349 | 2026-03-07T00:57:15.291Z | Checking num_enum v0.5.11 |
| 2350 | 2026-03-07T00:57:15.294Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2351 | 2026-03-07T00:57:15.444Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2352 | 2026-03-07T00:57:15.516Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2353 | 2026-03-07T00:57:15.793Z | Checking whoami v1.6.1 |
| 2354 | 2026-03-07T00:57:15.870Z | Compiling typify-impl v0.6.1 |
| 2355 | 2026-03-07T00:57:16.170Z | Checking half v2.7.1 |
| 2356 | 2026-03-07T00:57:16.249Z | Checking ciborium-io v0.2.2 |
| 2357 | 2026-03-07T00:57:16.487Z | Checking indent_write v2.2.0 |
| 2358 | 2026-03-07T00:57:16.775Z | Checking universal-hash v0.5.1 |
| 2359 | 2026-03-07T00:57:16.836Z | Checking ciborium-ll v0.2.2 |
| 2360 | 2026-03-07T00:57:17.057Z | Checking opaque-debug v0.3.1 |
| 2361 | 2026-03-07T00:57:17.229Z | Checking aead v0.5.2 |
| 2362 | 2026-03-07T00:57:17.288Z | Checking ciborium v0.2.2 |
| 2363 | 2026-03-07T00:57:17.347Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2364 | 2026-03-07T00:57:17.545Z | Checking swrite v0.1.0 |
| 2365 | 2026-03-07T00:57:17.548Z | Checking poly1305 v0.8.0 |
| 2366 | 2026-03-07T00:57:17.753Z | Checking chacha20 v0.9.1 |
| 2367 | 2026-03-07T00:57:17.848Z | Checking unicode-width v0.1.14 |
| 2368 | 2026-03-07T00:57:18.173Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2369 | 2026-03-07T00:57:18.233Z | Checking password-hash v0.5.0 |
| 2370 | 2026-03-07T00:57:18.287Z | Checking blake2 v0.10.6 |
| 2371 | 2026-03-07T00:57:18.402Z | Compiling usdt-macro v0.5.0 |
| 2372 | 2026-03-07T00:57:18.775Z | Compiling usdt-attr-macro v0.5.0 |
| 2373 | 2026-03-07T00:57:18.831Z | Checking memmap v0.7.0 |
| 2374 | 2026-03-07T00:57:18.971Z | Checking argon2 v0.5.3 |
| 2375 | 2026-03-07T00:57:19.107Z | Checking chacha20poly1305 v0.10.1 |
| 2376 | 2026-03-07T00:57:19.366Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2377 | 2026-03-07T00:57:19.421Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2378 | 2026-03-07T00:57:19.753Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2379 | 2026-03-07T00:57:19.942Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2380 | 2026-03-07T00:57:20.082Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2381 | 2026-03-07T00:57:20.322Z | Checking usdt v0.5.0 |
| 2382 | 2026-03-07T00:57:20.387Z | Compiling derive-where v1.6.0 |
| 2383 | 2026-03-07T00:57:20.463Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2384 | 2026-03-07T00:57:20.556Z | Checking atomicwrites v0.4.4 |
| 2385 | 2026-03-07T00:57:20.654Z | Checking tokio-dtrace v0.1.1 |
| 2386 | 2026-03-07T00:57:20.829Z | Checking console v0.15.11 |
| 2387 | 2026-03-07T00:57:20.882Z | Checking thiserror-no-std v2.0.2 |
| 2388 | 2026-03-07T00:57:21.033Z | Checking oxide-tokio-rt v0.1.2 |
| 2389 | 2026-03-07T00:57:21.093Z | Checking vsss-rs v3.3.4 |
| 2390 | 2026-03-07T00:57:21.337Z | Checking newline-converter v0.3.0 |
| 2391 | 2026-03-07T00:57:21.411Z | Compiling prettyplease v0.2.37 |
| 2392 | 2026-03-07T00:57:21.574Z | Checking expectorate v1.2.0 |
| 2393 | 2026-03-07T00:57:21.848Z | Checking bytecount v0.6.9 |
| 2394 | 2026-03-07T00:57:21.958Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2395 | 2026-03-07T00:57:22.040Z | Compiling owo-colors v4.3.0 |
| 2396 | 2026-03-07T00:57:22.098Z | Compiling cancel-safe-futures v0.1.5 |
| 2397 | 2026-03-07T00:57:22.470Z | Checking libsw-core v0.3.2 |
| 2398 | 2026-03-07T00:57:22.777Z | Checking libsw v3.5.0 |
| 2399 | 2026-03-07T00:57:23.116Z | Checking same-file v1.0.6 |
| 2400 | 2026-03-07T00:57:23.178Z | Checking linear-map v1.2.0 |
| 2401 | 2026-03-07T00:57:23.270Z | Checking num-rational v0.4.2 |
| 2402 | 2026-03-07T00:57:23.381Z | Checking walkdir v2.5.0 |
| 2403 | 2026-03-07T00:57:23.507Z | Checking num-complex v0.4.6 |
| 2404 | 2026-03-07T00:57:23.568Z | Checking float-ord v0.3.2 |
| 2405 | 2026-03-07T00:57:23.753Z | Compiling typify-impl v0.4.3 |
| 2406 | 2026-03-07T00:57:23.812Z | Checking gethostname v0.5.0 |
| 2407 | 2026-03-07T00:57:24.278Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2408 | 2026-03-07T00:57:24.337Z | Compiling async-recursion v1.1.1 |
| 2409 | 2026-03-07T00:57:24.412Z | Checking num v0.4.3 |
| 2410 | 2026-03-07T00:57:24.460Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2411 | 2026-03-07T00:57:24.463Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2412 | 2026-03-07T00:57:24.556Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2413 | 2026-03-07T00:57:26.400Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2414 | 2026-03-07T00:57:27.267Z | Compiling typify-macro v0.6.1 |
| 2415 | 2026-03-07T00:57:28.632Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2416 | 2026-03-07T00:57:29.613Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2417 | 2026-03-07T00:57:30.765Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2418 | 2026-03-07T00:57:30.999Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2419 | 2026-03-07T00:57:31.174Z | Compiling typify v0.6.1 |
| 2420 | 2026-03-07T00:57:31.404Z | Compiling progenitor-impl v0.13.0 |
| 2421 | 2026-03-07T00:57:33.661Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2422 | 2026-03-07T00:57:34.883Z | Checking unicode-linebreak v0.1.5 |
| 2423 | 2026-03-07T00:57:35.289Z | Compiling typify-macro v0.4.3 |
| 2424 | 2026-03-07T00:57:35.366Z | Checking smawk v0.3.2 |
| 2425 | 2026-03-07T00:57:35.419Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2426 | 2026-03-07T00:57:35.427Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2427 | 2026-03-07T00:57:35.642Z | Checking globset v0.4.18 |
| 2428 | 2026-03-07T00:57:36.754Z | Compiling convert_case v0.10.0 |
| 2429 | 2026-03-07T00:57:37.701Z | Compiling slog-dtrace v0.3.0 |
| 2430 | 2026-03-07T00:57:38.091Z | Compiling progenitor-macro v0.13.0 |
| 2431 | 2026-03-07T00:57:38.148Z | Checking resolv-conf v0.7.6 |
| 2432 | 2026-03-07T00:57:38.581Z | Compiling derive_more-impl v2.1.1 |
| 2433 | 2026-03-07T00:57:39.040Z | Compiling typify v0.4.3 |
| 2434 | 2026-03-07T00:57:39.307Z | Compiling pin-project-internal v1.1.11 |
| 2435 | 2026-03-07T00:57:39.419Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2436 | 2026-03-07T00:57:39.841Z | Checking pem v3.0.6 |
| 2437 | 2026-03-07T00:57:40.213Z | Checking fd-lock v4.0.4 |
| 2438 | 2026-03-07T00:57:40.302Z | Checking vte v0.14.1 |
| 2439 | 2026-03-07T00:57:40.360Z | Checking derive_more v2.1.1 |
| 2440 | 2026-03-07T00:57:40.479Z | Checking display-error-chain v0.2.2 |
| 2441 | 2026-03-07T00:57:40.546Z | Checking crossterm v0.29.0 |
| 2442 | 2026-03-07T00:57:40.668Z | Checking strip-ansi-escapes v0.2.1 |
| 2443 | 2026-03-07T00:57:40.740Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2444 | 2026-03-07T00:57:40.896Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2445 | 2026-03-07T00:57:41.189Z | Compiling snafu-derive v0.8.9 |
| 2446 | 2026-03-07T00:57:41.868Z | Checking linked-hash-map v0.5.6 |
| 2447 | 2026-03-07T00:57:42.087Z | Checking pin-project v1.1.11 |
| 2448 | 2026-03-07T00:57:42.250Z | Checking termtree v0.5.1 |
| 2449 | 2026-03-07T00:57:42.253Z | Checking nu-ansi-term v0.50.3 |
| 2450 | 2026-03-07T00:57:42.363Z | Checking lru-cache v0.1.2 |
| 2451 | 2026-03-07T00:57:42.556Z | Compiling progenitor-impl v0.11.2 |
| 2452 | 2026-03-07T00:57:42.619Z | Checking textwrap v0.16.2 |
| 2453 | 2026-03-07T00:57:42.811Z | Checking reedline v0.40.0 |
| 2454 | 2026-03-07T00:57:43.088Z | Checking olpc-cjson v0.1.4 |
| 2455 | 2026-03-07T00:57:43.399Z | Checking hickory-proto v0.24.4 |
| 2456 | 2026-03-07T00:57:45.747Z | Checking serde_plain v1.0.2 |
| 2457 | 2026-03-07T00:57:46.023Z | Checking snafu v0.8.9 |
| 2458 | 2026-03-07T00:57:46.106Z | Checking typed-path v0.9.3 |
| 2459 | 2026-03-07T00:57:46.203Z | Compiling minimal-lexical v0.2.1 |
| 2460 | 2026-03-07T00:57:46.800Z | Compiling nom v7.1.3 |
| 2461 | 2026-03-07T00:57:47.730Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2462 | 2026-03-07T00:57:48.030Z | Checking tough v0.20.0 |
| 2463 | 2026-03-07T00:57:48.668Z | Checking progenitor-client v0.11.2 |
| 2464 | 2026-03-07T00:57:48.896Z | Checking nibble_vec v0.1.0 |
| 2465 | 2026-03-07T00:57:49.131Z | Checking endian-type v0.1.2 |
| 2466 | 2026-03-07T00:57:49.186Z | Checking hickory-resolver v0.24.4 |
| 2467 | 2026-03-07T00:57:49.379Z | Compiling progenitor-macro v0.11.2 |
| 2468 | 2026-03-07T00:57:49.440Z | Checking radix_trie v0.2.1 |
| 2469 | 2026-03-07T00:57:49.710Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2470 | 2026-03-07T00:57:49.920Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2471 | 2026-03-07T00:57:50.091Z | Compiling ar_archive_writer v0.5.1 |
| 2472 | 2026-03-07T00:57:50.797Z | Checking humantime v2.3.0 |
| 2473 | 2026-03-07T00:57:50.895Z | Checking progenitor v0.13.0 |
| 2474 | 2026-03-07T00:57:51.171Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2475 | 2026-03-07T00:57:51.226Z | Checking qorb v0.4.1 |
| 2476 | 2026-03-07T00:57:51.231Z | Checking csv-core v0.1.13 |
| 2477 | 2026-03-07T00:57:51.673Z | Checking base64 v0.21.7 |
| 2478 | 2026-03-07T00:57:51.738Z | Checking csv v1.4.0 |
| 2479 | 2026-03-07T00:57:52.216Z | Compiling stacker v0.1.23 |
| 2480 | 2026-03-07T00:57:52.278Z | Compiling psm v0.1.30 |
| 2481 | 2026-03-07T00:57:52.631Z | Checking highway v1.3.0 |
| 2482 | 2026-03-07T00:57:52.698Z | Compiling cfg_aliases v0.1.1 |
| 2483 | 2026-03-07T00:57:52.901Z | Compiling nix v0.28.0 |
| 2484 | 2026-03-07T00:57:53.158Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2485 | 2026-03-07T00:57:53.691Z | Checking papergrid v0.11.0 |
| 2486 | 2026-03-07T00:57:53.750Z | Compiling tabled_derive v0.7.0 |
| 2487 | 2026-03-07T00:57:54.060Z | Checking home v0.5.12 |
| 2488 | 2026-03-07T00:57:54.367Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2489 | 2026-03-07T00:57:54.371Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2490 | 2026-03-07T00:57:55.196Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2491 | 2026-03-07T00:57:55.637Z | Checking phf_shared v0.12.1 |
| 2492 | 2026-03-07T00:57:55.905Z | Checking tabled v0.15.0 |
| 2493 | 2026-03-07T00:57:55.966Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2494 | 2026-03-07T00:57:56.300Z | Compiling chrono-tz v0.10.4 |
| 2495 | 2026-03-07T00:57:56.362Z | Compiling semver v0.1.20 |
| 2496 | 2026-03-07T00:57:56.789Z | Compiling rustc_version v0.1.7 |
| 2497 | 2026-03-07T00:57:56.846Z | Checking recursive v0.1.1 |
| 2498 | 2026-03-07T00:57:57.006Z | Checking phf v0.12.1 |
| 2499 | 2026-03-07T00:57:57.287Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2500 | 2026-03-07T00:57:57.337Z | Compiling const_format_proc_macros v0.2.34 |
| 2501 | 2026-03-07T00:57:57.386Z | Compiling peg-macros v0.8.5 |
| 2502 | 2026-03-07T00:57:58.483Z | Checking winnow v0.6.26 |
| 2503 | 2026-03-07T00:57:58.709Z | Compiling sqlparser_derive v0.5.0 |
| 2504 | 2026-03-07T00:57:59.238Z | Checking unicode_categories v0.1.1 |
| 2505 | 2026-03-07T00:57:59.620Z | Checking rustyline v14.0.0 |
| 2506 | 2026-03-07T00:58:00.426Z | Checking sqlparser v0.61.0 |
| 2507 | 2026-03-07T00:58:00.789Z | Checking peg v0.8.5 |
| 2508 | 2026-03-07T00:58:00.792Z | Checking const_format v0.2.35 |
| 2509 | 2026-03-07T00:58:01.287Z | Checking sqlformat v0.3.5 |
| 2510 | 2026-03-07T00:58:01.346Z | Compiling newtype_derive v0.1.6 |
| 2511 | 2026-03-07T00:58:01.399Z | Checking bcs v0.1.6 |
| 2512 | 2026-03-07T00:58:01.489Z | Checking progenitor v0.11.2 |
| 2513 | 2026-03-07T00:58:01.762Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2514 | 2026-03-07T00:58:01.908Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2515 | 2026-03-07T00:58:02.122Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2516 | 2026-03-07T00:58:02.182Z | Checking steno v0.4.1 |
| 2517 | 2026-03-07T00:58:02.240Z | Checking utf-8 v0.7.6 |
| 2518 | 2026-03-07T00:58:02.244Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2519 | 2026-03-07T00:58:02.540Z | Checking filetime v0.2.27 |
| 2520 | 2026-03-07T00:58:02.599Z | Checking arc-swap v1.8.2 |
| 2521 | 2026-03-07T00:58:02.657Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2522 | 2026-03-07T00:58:03.190Z | Checking xattr v1.6.1 |
| 2523 | 2026-03-07T00:58:03.202Z | Checking slog-scope v4.4.1 |
| 2524 | 2026-03-07T00:58:03.202Z | Checking tar v0.4.44 |
| 2525 | 2026-03-07T00:58:03.351Z | Compiling progenitor-impl v0.10.0 |
| 2526 | 2026-03-07T00:58:04.024Z | Checking slog-stdlog v4.1.1 |
| 2527 | 2026-03-07T00:58:04.332Z | Checking slog-envlogger v2.2.0 |
| 2528 | 2026-03-07T00:58:04.396Z | Checking tungstenite v0.21.0 |
| 2529 | 2026-03-07T00:58:04.644Z | Checking typeid v1.0.3 |
| 2530 | 2026-03-07T00:58:04.868Z | Checking subprocess v0.2.15 |
| 2531 | 2026-03-07T00:58:05.363Z | Checking tokio-tungstenite v0.21.0 |
| 2532 | 2026-03-07T00:58:05.519Z | Checking headers-core v0.3.0 |
| 2533 | 2026-03-07T00:58:05.769Z | Checking headers v0.4.1 |
| 2534 | 2026-03-07T00:58:05.950Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2535 | 2026-03-07T00:58:06.372Z | Compiling lzma-sys v0.1.20 |
| 2536 | 2026-03-07T00:58:06.861Z | Checking yasna v0.5.2 |
| 2537 | 2026-03-07T00:58:07.593Z | Checking xz2 v0.1.7 |
| 2538 | 2026-03-07T00:58:07.649Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2539 | 2026-03-07T00:58:07.838Z | Compiling cargo_toml v0.22.3 |
| 2540 | 2026-03-07T00:58:07.977Z | Checking rcgen v0.12.1 |
| 2541 | 2026-03-07T00:58:08.100Z | Checking ron v0.12.0 |
| 2542 | 2026-03-07T00:58:09.126Z | Checking base16ct v1.0.0 |
| 2543 | 2026-03-07T00:58:09.421Z | Checking dropshot-api-manager-types v0.5.2 |
| 2544 | 2026-03-07T00:58:09.806Z | Checking tagptr v0.2.0 |
| 2545 | 2026-03-07T00:58:09.863Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2546 | 2026-03-07T00:58:10.102Z | Compiling progenitor-macro v0.10.0 |
| 2547 | 2026-03-07T00:58:10.220Z | Checking moka v0.12.13 |
| 2548 | 2026-03-07T00:58:10.277Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2549 | 2026-03-07T00:58:10.332Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2550 | 2026-03-07T00:58:10.571Z | Compiling libefi-sys v0.1.0 |
| 2551 | 2026-03-07T00:58:10.982Z | Compiling radium v0.7.0 |
| 2552 | 2026-03-07T00:58:11.375Z | Compiling bitfield-struct v0.6.2 |
| 2553 | 2026-03-07T00:58:11.486Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2554 | 2026-03-07T00:58:11.637Z | Checking tap v1.0.1 |
| 2555 | 2026-03-07T00:58:11.713Z | Checking hickory-resolver v0.25.2 |
| 2556 | 2026-03-07T00:58:11.893Z | Compiling maybe-uninit v2.0.0 |
| 2557 | 2026-03-07T00:58:12.313Z | Checking wyz v0.5.1 |
| 2558 | 2026-03-07T00:58:12.777Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2559 | 2026-03-07T00:58:13.049Z | Compiling zerocopy-derive v0.6.6 |
| 2560 | 2026-03-07T00:58:13.166Z | Checking funty v2.0.0 |
| 2561 | 2026-03-07T00:58:13.291Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2562 | 2026-03-07T00:58:13.380Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2563 | 2026-03-07T00:58:13.571Z | Compiling packed_struct v0.10.1 |
| 2564 | 2026-03-07T00:58:14.101Z | Checking crc-catalog v2.4.0 |
| 2565 | 2026-03-07T00:58:14.217Z | Checking bitvec v1.0.1 |
| 2566 | 2026-03-07T00:58:14.285Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2567 | 2026-03-07T00:58:14.377Z | Checking crc v3.4.0 |
| 2568 | 2026-03-07T00:58:14.776Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2569 | 2026-03-07T00:58:14.962Z | Checking zerocopy v0.6.6 |
| 2570 | 2026-03-07T00:58:15.020Z | Compiling packed_struct_codegen v0.10.1 |
| 2571 | 2026-03-07T00:58:15.068Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2572 | 2026-03-07T00:58:15.134Z | Compiling bitfield-macros v0.19.4 |
| 2573 | 2026-03-07T00:58:15.764Z | Compiling indexmap v1.9.3 |
| 2574 | 2026-03-07T00:58:16.236Z | Checking nodrop v0.1.14 |
| 2575 | 2026-03-07T00:58:16.359Z | Checking array-init v0.0.4 |
| 2576 | 2026-03-07T00:58:16.749Z | Checking bitfield v0.19.4 |
| 2577 | 2026-03-07T00:58:17.168Z | Checking smallvec v0.6.14 |
| 2578 | 2026-03-07T00:58:17.347Z | Checking hashbrown v0.12.3 |
| 2579 | 2026-03-07T00:58:17.426Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2580 | 2026-03-07T00:58:17.488Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2581 | 2026-03-07T00:58:17.841Z | Checking serde-hex v0.1.0 |
| 2582 | 2026-03-07T00:58:17.852Z | Checking ron v0.8.1 |
| 2583 | 2026-03-07T00:58:19.101Z | Checking hashbrown v0.13.2 |
| 2584 | 2026-03-07T00:58:19.160Z | Checking crc-any v2.5.0 |
| 2585 | 2026-03-07T00:58:19.463Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2586 | 2026-03-07T00:58:19.610Z | Checking path-slash v0.1.5 |
| 2587 | 2026-03-07T00:58:19.830Z | Compiling xshell-macros v0.2.7 |
| 2588 | 2026-03-07T00:58:19.885Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2589 | 2026-03-07T00:58:20.081Z | Checking object v0.30.4 |
| 2590 | 2026-03-07T00:58:20.615Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2591 | 2026-03-07T00:58:20.668Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2592 | 2026-03-07T00:58:20.722Z | Checking xshell v0.2.7 |
| 2593 | 2026-03-07T00:58:21.130Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2594 | 2026-03-07T00:58:21.463Z | Checking half v1.8.3 |
| 2595 | 2026-03-07T00:58:21.932Z | Checking serde_cbor v0.11.2 |
| 2596 | 2026-03-07T00:58:22.056Z | Compiling num-derive v0.3.3 |
| 2597 | 2026-03-07T00:58:22.634Z | Checking progenitor v0.10.0 |
| 2598 | 2026-03-07T00:58:22.727Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2599 | 2026-03-07T00:58:22.828Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2600 | 2026-03-07T00:58:22.992Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2601 | 2026-03-07T00:58:23.290Z | Compiling nix v0.31.1 |
| 2602 | 2026-03-07T00:58:23.614Z | Compiling proc-macro-error2 v2.0.1 |
| 2603 | 2026-03-07T00:58:24.150Z | Checking libscf-sys v1.1.0 |
| 2604 | 2026-03-07T00:58:24.201Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2605 | 2026-03-07T00:58:24.271Z | Compiling tabled_derive v0.11.0 |
| 2606 | 2026-03-07T00:58:24.416Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2607 | 2026-03-07T00:58:24.862Z | Checking papergrid v0.17.0 |
| 2608 | 2026-03-07T00:58:25.033Z | Checking testing_table v0.3.0 |
| 2609 | 2026-03-07T00:58:25.643Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2610 | 2026-03-07T00:58:26.668Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2611 | 2026-03-07T00:58:26.815Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2612 | 2026-03-07T00:58:27.089Z | Checking tabled v0.20.0 |
| 2613 | 2026-03-07T00:58:27.243Z | Checking maplit v1.0.2 |
| 2614 | 2026-03-07T00:58:27.482Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2615 | 2026-03-07T00:58:27.562Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2616 | 2026-03-07T00:58:28.151Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2617 | 2026-03-07T00:58:28.457Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2618 | 2026-03-07T00:58:29.216Z | Checking crc8 v0.1.1 |
| 2619 | 2026-03-07T00:58:29.361Z | Checking fxhash v0.2.1 |
| 2620 | 2026-03-07T00:58:29.419Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2621 | 2026-03-07T00:58:29.607Z | Checking unicase v2.9.0 |
| 2622 | 2026-03-07T00:58:29.664Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2623 | 2026-03-07T00:58:29.940Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2624 | 2026-03-07T00:58:30.726Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2625 | 2026-03-07T00:58:30.745Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2626 | 2026-03-07T00:58:30.877Z | Checking kstat-rs v0.2.4 |
| 2627 | 2026-03-07T00:58:31.325Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2628 | 2026-03-07T00:58:31.420Z | Compiling parking_lot_core v0.8.6 |
| 2629 | 2026-03-07T00:58:31.629Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2630 | 2026-03-07T00:58:31.996Z | Compiling git-stub v1.0.0 |
| 2631 | 2026-03-07T00:58:32.075Z | Compiling dsl_auto_type v0.1.3 |
| 2632 | 2026-03-07T00:58:32.166Z | Checking scheduled-thread-pool v0.2.7 |
| 2633 | 2026-03-07T00:58:32.475Z | Compiling vergen-gitcl v1.0.8 |
| 2634 | 2026-03-07T00:58:32.532Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2635 | 2026-03-07T00:58:32.966Z | Checking r2d2 v0.8.10 |
| 2636 | 2026-03-07T00:58:33.020Z | Compiling git-stub-vcs v0.1.0 |
| 2637 | 2026-03-07T00:58:33.135Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2638 | 2026-03-07T00:58:33.270Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2639 | 2026-03-07T00:58:33.347Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2640 | 2026-03-07T00:58:33.465Z | Checking parking_lot v0.11.2 |
| 2641 | 2026-03-07T00:58:33.531Z | Compiling diesel_derives v2.2.7 |
| 2642 | 2026-03-07T00:58:33.851Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2643 | 2026-03-07T00:58:33.907Z | Checking prefix-trie v0.7.0 |
| 2644 | 2026-03-07T00:58:33.964Z | Checking nanorand v0.7.0 |
| 2645 | 2026-03-07T00:58:34.409Z | Compiling dirs-sys-next v0.1.2 |
| 2646 | 2026-03-07T00:58:34.675Z | Compiling crunchy v0.2.4 |
| 2647 | 2026-03-07T00:58:34.720Z | Checking hickory-server v0.25.2 |
| 2648 | 2026-03-07T00:58:34.840Z | Compiling dirs-next v2.0.0 |
| 2649 | 2026-03-07T00:58:35.001Z | Checking flume v0.11.1 |
| 2650 | 2026-03-07T00:58:35.059Z | Checking sled v0.34.7 |
| 2651 | 2026-03-07T00:58:35.151Z | Compiling clang-sys v1.8.1 |
| 2652 | 2026-03-07T00:58:35.315Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2653 | 2026-03-07T00:58:35.575Z | Checking hickory-client v0.25.2 |
| 2654 | 2026-03-07T00:58:35.682Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2655 | 2026-03-07T00:58:35.740Z | Compiling tiny-keccak v2.0.2 |
| 2656 | 2026-03-07T00:58:36.124Z | Compiling term v0.7.0 |
| 2657 | 2026-03-07T00:58:36.252Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2658 | 2026-03-07T00:58:36.326Z | Compiling bit-vec v0.6.3 |
| 2659 | 2026-03-07T00:58:36.594Z | Compiling salty v0.3.0 |
| 2660 | 2026-03-07T00:58:36.800Z | Compiling ascii-canvas v3.0.0 |
| 2661 | 2026-03-07T00:58:37.188Z | Compiling bit-set v0.5.3 |
| 2662 | 2026-03-07T00:58:37.444Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2663 | 2026-03-07T00:58:37.515Z | Checking primeorder v0.13.6 |
| 2664 | 2026-03-07T00:58:37.574Z | Compiling itertools v0.10.5 |
| 2665 | 2026-03-07T00:58:38.059Z | Compiling ena v0.14.4 |
| 2666 | 2026-03-07T00:58:38.319Z | Compiling libloading v0.8.9 |
| 2667 | 2026-03-07T00:58:38.396Z | Compiling regex-syntax v0.6.29 |
| 2668 | 2026-03-07T00:58:38.757Z | Compiling diff v0.1.13 |
| 2669 | 2026-03-07T00:58:38.773Z | Compiling bindgen v0.71.1 |
| 2670 | 2026-03-07T00:58:39.903Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2671 | 2026-03-07T00:58:40.167Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2672 | 2026-03-07T00:58:40.434Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2673 | 2026-03-07T00:58:41.115Z | Compiling cexpr v0.6.0 |
| 2674 | 2026-03-07T00:58:41.565Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2675 | 2026-03-07T00:58:41.968Z | Compiling lalrpop v0.19.12 |
| 2676 | 2026-03-07T00:58:42.086Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2677 | 2026-03-07T00:58:42.724Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2678 | 2026-03-07T00:58:43.419Z | Compiling libxml v0.3.3 |
| 2679 | 2026-03-07T00:58:43.549Z | Compiling fs-err v2.11.0 |
| 2680 | 2026-03-07T00:58:43.708Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2681 | 2026-03-07T00:58:44.043Z | Checking p384 v0.13.1 |
| 2682 | 2026-03-07T00:58:44.183Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2683 | 2026-03-07T00:58:44.466Z | Compiling strum_macros v0.24.3 |
| 2684 | 2026-03-07T00:58:44.548Z | Checking diesel v2.2.12 |
| 2685 | 2026-03-07T00:58:45.048Z | Compiling indoc v1.0.9 |
| 2686 | 2026-03-07T00:58:47.857Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2687 | 2026-03-07T00:58:48.028Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e) |
| 2688 | 2026-03-07T00:58:48.616Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2689 | 2026-03-07T00:58:49.034Z | Checking quick-xml v0.37.5 |
| 2690 | 2026-03-07T00:58:49.481Z | Checking derive_builder v0.20.2 |
| 2691 | 2026-03-07T00:58:49.540Z | Compiling oso-derive v0.27.3 |
| 2692 | 2026-03-07T00:58:49.721Z | Compiling trait-variant v0.1.2 |
| 2693 | 2026-03-07T00:58:50.142Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2694 | 2026-03-07T00:58:50.642Z | Checking parse-size v1.1.0 |
| 2695 | 2026-03-07T00:58:50.832Z | Checking openssl-probe v0.1.6 |
| 2696 | 2026-03-07T00:58:50.893Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2697 | 2026-03-07T00:58:51.079Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2698 | 2026-03-07T00:58:51.192Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e) |
| 2699 | 2026-03-07T00:58:52.767Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2700 | 2026-03-07T00:58:52.951Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2701 | 2026-03-07T00:58:54.048Z | Checking assert_matches v1.5.0 |
| 2702 | 2026-03-07T00:58:54.219Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2703 | 2026-03-07T00:58:54.428Z | Compiling mime_guess v2.0.5 |
| 2704 | 2026-03-07T00:58:54.679Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2705 | 2026-03-07T00:58:54.819Z | Checking predicates-tree v1.0.13 |
| 2706 | 2026-03-07T00:58:55.042Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2707 | 2026-03-07T00:58:55.249Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2708 | 2026-03-07T00:58:55.455Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2709 | 2026-03-07T00:58:55.576Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2710 | 2026-03-07T00:58:55.795Z | Checking http-range v0.1.5 |
| 2711 | 2026-03-07T00:58:56.158Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2712 | 2026-03-07T00:58:59.409Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2713 | 2026-03-07T00:58:59.686Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2714 | 2026-03-07T00:59:00.034Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2715 | 2026-03-07T00:59:01.469Z | Checking atty v0.2.14 |
| 2716 | 2026-03-07T00:59:01.573Z | Compiling diesel-dtrace v0.4.2 |
| 2717 | 2026-03-07T00:59:02.127Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2718 | 2026-03-07T00:59:02.629Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2719 | 2026-03-07T00:59:03.264Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2720 | 2026-03-07T00:59:03.454Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2721 | 2026-03-07T00:59:03.883Z | Checking bb8 v0.8.6 |
| 2722 | 2026-03-07T00:59:04.435Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2723 | 2026-03-07T00:59:04.491Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2724 | 2026-03-07T00:59:04.882Z | Checking corncobs v0.1.4 |
| 2725 | 2026-03-07T00:59:05.154Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2726 | 2026-03-07T00:59:05.251Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2727 | 2026-03-07T00:59:05.442Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2728 | 2026-03-07T00:59:05.748Z | Checking hyper-staticfile v0.10.1 |
| 2729 | 2026-03-07T00:59:05.804Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2730 | 2026-03-07T00:59:05.869Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2731 | 2026-03-07T00:59:06.092Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2732 | 2026-03-07T00:59:06.317Z | Checking ignore v0.4.25 |
| 2733 | 2026-03-07T00:59:06.378Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2734 | 2026-03-07T00:59:06.508Z | Checking signal-hook-tokio v0.3.1 |
| 2735 | 2026-03-07T00:59:06.785Z | Checking secrecy v0.8.0 |
| 2736 | 2026-03-07T00:59:07.084Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2737 | 2026-03-07T00:59:07.229Z | Checking globwalk v0.9.1 |
| 2738 | 2026-03-07T00:59:07.653Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2739 | 2026-03-07T00:59:07.726Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2740 | 2026-03-07T00:59:08.509Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2741 | 2026-03-07T00:59:08.580Z | Checking nonempty v0.12.0 |
| 2742 | 2026-03-07T00:59:08.806Z | Checking camino-tempfile-ext v0.3.3 |
| 2743 | 2026-03-07T00:59:09.048Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2744 | 2026-03-07T00:59:09.207Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2745 | 2026-03-07T00:59:09.267Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2746 | 2026-03-07T00:59:09.944Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2747 | 2026-03-07T00:59:10.714Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2748 | 2026-03-07T00:59:10.773Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2749 | 2026-03-07T00:59:11.241Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2750 | 2026-03-07T00:59:11.634Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2751 | 2026-03-07T00:59:11.694Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2752 | 2026-03-07T00:59:12.426Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2753 | 2026-03-07T00:59:12.937Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2754 | 2026-03-07T00:59:13.237Z | Checking tungstenite v0.23.0 |
| 2755 | 2026-03-07T00:59:13.456Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2756 | 2026-03-07T00:59:13.709Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2757 | 2026-03-07T00:59:14.199Z | Checking tokio-tungstenite v0.23.1 |
| 2758 | 2026-03-07T00:59:14.458Z | Checking void v1.0.2 |
| 2759 | 2026-03-07T00:59:14.691Z | Checking async-bb8-diesel v0.2.1 |
| 2760 | 2026-03-07T00:59:14.812Z | Checking lzss v0.8.2 |
| 2761 | 2026-03-07T00:59:15.248Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2762 | 2026-03-07T00:59:15.303Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2763 | 2026-03-07T00:59:15.467Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2764 | 2026-03-07T00:59:15.633Z | Checking nix v0.27.1 |
| 2765 | 2026-03-07T00:59:16.666Z | Checking serde_bytes v0.11.19 |
| 2766 | 2026-03-07T00:59:16.935Z | Checking rand_seeder v0.4.0 |
| 2767 | 2026-03-07T00:59:17.090Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2768 | 2026-03-07T00:59:17.239Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2769 | 2026-03-07T00:59:18.000Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2770 | 2026-03-07T00:59:18.249Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2771 | 2026-03-07T00:59:18.342Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2772 | 2026-03-07T00:59:19.878Z | Checking is_ci v1.2.0 |
| 2773 | 2026-03-07T00:59:19.937Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2774 | 2026-03-07T00:59:20.063Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2775 | 2026-03-07T00:59:20.209Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2776 | 2026-03-07T00:59:20.847Z | Checking yansi v1.0.1 |
| 2777 | 2026-03-07T00:59:21.460Z | Checking pretty_assertions v1.4.1 |
| 2778 | 2026-03-07T00:59:21.764Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2779 | 2026-03-07T00:59:22.277Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2780 | 2026-03-07T00:59:22.462Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2781 | 2026-03-07T00:59:22.779Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2782 | 2026-03-07T00:59:23.211Z | Compiling darling_core v0.23.0 |
| 2783 | 2026-03-07T00:59:24.245Z | Compiling indoc v2.0.7 |
| 2784 | 2026-03-07T00:59:24.531Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2785 | 2026-03-07T00:59:25.249Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2786 | 2026-03-07T00:59:25.613Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2787 | 2026-03-07T00:59:25.672Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2788 | 2026-03-07T00:59:25.830Z | Compiling instability v0.3.11 |
| 2789 | 2026-03-07T00:59:26.338Z | Compiling libz-sys v1.1.24 |
| 2790 | 2026-03-07T00:59:26.392Z | Checking castaway v0.2.4 |
| 2791 | 2026-03-07T00:59:26.642Z | Checking compact_str v0.8.1 |
| 2792 | 2026-03-07T00:59:27.197Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2793 | 2026-03-07T00:59:27.452Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2794 | 2026-03-07T00:59:27.581Z | Checking supports-color v3.0.2 |
| 2795 | 2026-03-07T00:59:27.859Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2796 | 2026-03-07T00:59:28.277Z | Checking unicode-truncate v1.1.0 |
| 2797 | 2026-03-07T00:59:28.601Z | Checking lru v0.12.5 |
| 2798 | 2026-03-07T00:59:28.658Z | Checking cassowary v0.3.0 |
| 2799 | 2026-03-07T00:59:29.057Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2800 | 2026-03-07T00:59:29.355Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2801 | 2026-03-07T00:59:29.797Z | Compiling darling_macro v0.23.0 |
| 2802 | 2026-03-07T00:59:30.785Z | Compiling darling v0.23.0 |
| 2803 | 2026-03-07T00:59:31.210Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2804 | 2026-03-07T00:59:31.920Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2805 | 2026-03-07T00:59:32.324Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2806 | 2026-03-07T00:59:32.441Z | Checking ratatui v0.29.0 |
| 2807 | 2026-03-07T00:59:32.907Z | Compiling vergen-git2 v1.0.7 |
| 2808 | 2026-03-07T00:59:33.407Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2809 | 2026-03-07T00:59:33.840Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2810 | 2026-03-07T00:59:34.205Z | Checking colored v2.2.0 |
| 2811 | 2026-03-07T00:59:34.265Z | Checking plotters-backend v0.3.7 |
| 2812 | 2026-03-07T00:59:34.673Z | Checking shell-words v1.1.1 |
| 2813 | 2026-03-07T00:59:34.730Z | Compiling rustls v0.21.12 |
| 2814 | 2026-03-07T00:59:34.945Z | Checking plotters-svg v0.3.7 |
| 2815 | 2026-03-07T00:59:35.371Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2816 | 2026-03-07T00:59:35.422Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2817 | 2026-03-07T00:59:35.472Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2818 | 2026-03-07T00:59:35.839Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2819 | 2026-03-07T00:59:35.899Z | Compiling nix v0.29.0 |
| 2820 | 2026-03-07T00:59:36.699Z | Checking rustls-webpki v0.101.7 |
| 2821 | 2026-03-07T00:59:36.807Z | Checking sct v0.7.1 |
| 2822 | 2026-03-07T00:59:37.069Z | Checking cast v0.3.0 |
| 2823 | 2026-03-07T00:59:37.451Z | Checking hex-literal v0.4.1 |
| 2824 | 2026-03-07T00:59:37.652Z | Checking criterion-plot v0.6.0 |
| 2825 | 2026-03-07T00:59:37.708Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2826 | 2026-03-07T00:59:38.439Z | Checking plotters v0.3.7 |
| 2827 | 2026-03-07T00:59:40.337Z | Checking erased-serde v0.4.9 |
| 2828 | 2026-03-07T00:59:40.428Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2829 | 2026-03-07T00:59:41.303Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2830 | 2026-03-07T00:59:41.865Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2831 | 2026-03-07T00:59:42.803Z | Checking tinytemplate v1.2.1 |
| 2832 | 2026-03-07T00:59:43.266Z | Checking ordered-float v2.10.1 |
| 2833 | 2026-03-07T00:59:43.853Z | Checking anes v0.1.6 |
| 2834 | 2026-03-07T00:59:44.305Z | Checking oorandom v11.1.5 |
| 2835 | 2026-03-07T00:59:44.561Z | Checking criterion v0.7.0 |
| 2836 | 2026-03-07T00:59:47.420Z | Checking serde-value v0.7.0 |
| 2837 | 2026-03-07T00:59:47.775Z | Checking serde-untagged v0.1.9 |
| 2838 | 2026-03-07T00:59:47.947Z | Checking tokio-rustls v0.24.1 |
| 2839 | 2026-03-07T00:59:48.396Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2840 | 2026-03-07T00:59:48.558Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2841 | 2026-03-07T00:59:48.969Z | Checking rustls-pemfile v1.0.4 |
| 2842 | 2026-03-07T00:59:49.261Z | Checking twox-hash v2.1.2 |
| 2843 | 2026-03-07T00:59:49.813Z | Checking unicode-xid v0.2.6 |
| 2844 | 2026-03-07T00:59:50.062Z | Checking cargo-util-schemas v0.8.2 |
| 2845 | 2026-03-07T00:59:50.212Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2846 | 2026-03-07T00:59:52.036Z | Checking progenitor-extras v0.1.0 |
| 2847 | 2026-03-07T00:59:52.094Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2848 | 2026-03-07T00:59:52.393Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2849 | 2026-03-07T00:59:52.477Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2850 | 2026-03-07T00:59:52.795Z | Checking fatfs v0.3.6 |
| 2851 | 2026-03-07T00:59:53.868Z | Checking cargo-platform v0.2.0 |
| 2852 | 2026-03-07T00:59:54.280Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2853 | 2026-03-07T00:59:55.476Z | Compiling petname v2.0.2 |
| 2854 | 2026-03-07T00:59:56.403Z | Compiling seq-macro v0.3.6 |
| 2855 | 2026-03-07T00:59:57.904Z | Checking cargo_metadata v0.21.0 |
| 2856 | 2026-03-07T00:59:57.967Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2857 | 2026-03-07T00:59:59.548Z | Checking concurrent-queue v2.5.0 |
| 2858 | 2026-03-07T00:59:59.952Z | Checking rtoolbox v0.0.3 |
| 2859 | 2026-03-07T01:00:00.162Z | Checking futures-timer v3.0.3 |
| 2860 | 2026-03-07T01:00:00.217Z | Checking parking v2.2.1 |
| 2861 | 2026-03-07T01:00:00.477Z | Checking event-listener v5.4.1 |
| 2862 | 2026-03-07T01:00:00.533Z | Checking rpassword v7.4.0 |
| 2863 | 2026-03-07T01:00:00.936Z | Checking tui-tree-widget v0.23.1 |
| 2864 | 2026-03-07T01:00:01.323Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2865 | 2026-03-07T01:00:01.648Z | Checking polyval v0.6.2 |
| 2866 | 2026-03-07T01:00:01.706Z | Checking sapling-renderdag v0.1.0 |
| 2867 | 2026-03-07T01:00:01.840Z | Checking sync-ptr v0.1.4 |
| 2868 | 2026-03-07T01:00:02.014Z | Checking ghash v0.5.1 |
| 2869 | 2026-03-07T01:00:02.121Z | Checking event-listener-strategy v0.5.4 |
| 2870 | 2026-03-07T01:00:02.242Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2871 | 2026-03-07T01:00:02.293Z | Checking ctr v0.9.2 |
| 2872 | 2026-03-07T01:00:02.410Z | Checking constant_time_eq v0.4.2 |
| 2873 | 2026-03-07T01:00:02.655Z | Checking arrayref v0.3.9 |
| 2874 | 2026-03-07T01:00:02.692Z | Checking arrayvec v0.7.6 |
| 2875 | 2026-03-07T01:00:02.740Z | Checking aes-gcm v0.10.3 |
| 2876 | 2026-03-07T01:00:02.879Z | Checking async-lock v3.4.2 |
| 2877 | 2026-03-07T01:00:03.046Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2878 | 2026-03-07T01:00:03.123Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2879 | 2026-03-07T01:00:03.753Z | Checking ssh-encoding v0.2.0 |
| 2880 | 2026-03-07T01:00:04.158Z | Checking blowfish v0.9.1 |
| 2881 | 2026-03-07T01:00:04.483Z | Checking bcrypt-pbkdf v0.10.0 |
| 2882 | 2026-03-07T01:00:04.807Z | Checking ssh-cipher v0.2.0 |
| 2883 | 2026-03-07T01:00:04.950Z | Checking async-object-pool v0.2.0 |
| 2884 | 2026-03-07T01:00:05.158Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2885 | 2026-03-07T01:00:05.211Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2886 | 2026-03-07T01:00:05.810Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2887 | 2026-03-07T01:00:06.329Z | Checking serde_regex v1.1.0 |
| 2888 | 2026-03-07T01:00:06.689Z | Checking password-hash v0.4.2 |
| 2889 | 2026-03-07T01:00:07.133Z | Checking assert-json-diff v2.0.2 |
| 2890 | 2026-03-07T01:00:07.183Z | Checking path-tree v0.8.3 |
| 2891 | 2026-03-07T01:00:07.437Z | Compiling target-lexicon v0.13.3 |
| 2892 | 2026-03-07T01:00:07.604Z | Checking gimli v0.32.3 |
| 2893 | 2026-03-07T01:00:08.450Z | Checking stringmetrics v2.2.2 |
| 2894 | 2026-03-07T01:00:08.780Z | Checking httpmock v0.8.3 |
| 2895 | 2026-03-07T01:00:09.336Z | Checking pbkdf2 v0.11.0 |
| 2896 | 2026-03-07T01:00:09.699Z | Checking ssh-key v0.6.7 |
| 2897 | 2026-03-07T01:00:11.566Z | Checking addr2line v0.25.1 |
| 2898 | 2026-03-07T01:00:12.147Z | Checking p256 v0.13.2 |
| 2899 | 2026-03-07T01:00:12.723Z | Checking p521 v0.13.3 |
| 2900 | 2026-03-07T01:00:13.926Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2901 | 2026-03-07T01:00:14.097Z | Checking russh-cryptovec v0.7.3 |
| 2902 | 2026-03-07T01:00:14.308Z | Checking md5 v0.7.0 |
| 2903 | 2026-03-07T01:00:14.366Z | Checking rustc-demangle v0.1.27 |
| 2904 | 2026-03-07T01:00:14.694Z | Compiling guppy-workspace-hack v0.1.0 |
| 2905 | 2026-03-07T01:00:14.892Z | Checking backtrace v0.3.76 |
| 2906 | 2026-03-07T01:00:15.176Z | Checking russh-keys v0.45.0 |
| 2907 | 2026-03-07T01:00:15.690Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2908 | 2026-03-07T01:00:15.789Z | Compiling samael v0.0.19 |
| 2909 | 2026-03-07T01:00:16.081Z | Checking num-bigint v0.4.6 |
| 2910 | 2026-03-07T01:00:16.602Z | Checking des v0.8.1 |
| 2911 | 2026-03-07T01:00:17.224Z | Compiling blake3 v1.8.3 |
| 2912 | 2026-03-07T01:00:17.964Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2913 | 2026-03-07T01:00:18.493Z | Compiling target-spec v3.5.7 |
| 2914 | 2026-03-07T01:00:18.808Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2915 | 2026-03-07T01:00:18.869Z | Checking russh v0.45.0 |
| 2916 | 2026-03-07T01:00:19.987Z | Checking cfg-expr v0.20.6 |
| 2917 | 2026-03-07T01:00:20.216Z | Checking backtrace-ext v0.2.1 |
| 2918 | 2026-03-07T01:00:20.631Z | Checking supports-color v2.1.0 |
| 2919 | 2026-03-07T01:00:20.918Z | Checking textwrap v0.15.2 |
| 2920 | 2026-03-07T01:00:20.973Z | Checking supports-hyperlinks v2.1.0 |
| 2921 | 2026-03-07T01:00:21.208Z | Checking supports-unicode v2.1.0 |
| 2922 | 2026-03-07T01:00:21.325Z | Checking hashbrown v0.14.5 |
| 2923 | 2026-03-07T01:00:21.450Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2924 | 2026-03-07T01:00:21.907Z | Checking cargo-platform v0.3.2 |
| 2925 | 2026-03-07T01:00:22.332Z | Compiling git2 v0.20.4 |
| 2926 | 2026-03-07T01:00:22.402Z | Checking terminal_size v0.1.17 |
| 2927 | 2026-03-07T01:00:22.459Z | Checking socket2 v0.5.10 |
| 2928 | 2026-03-07T01:00:22.635Z | Compiling miette-derive v5.10.0 |
| 2929 | 2026-03-07T01:00:23.018Z | Checking internet-checksum v0.2.1 |
| 2930 | 2026-03-07T01:00:23.077Z | Checking owo-colors v3.5.0 |
| 2931 | 2026-03-07T01:00:23.285Z | Checking chumsky v0.9.3 |
| 2932 | 2026-03-07T01:00:24.844Z | Checking cargo_metadata v0.23.1 |
| 2933 | 2026-03-07T01:00:25.389Z | Checking miette v5.10.0 |
| 2934 | 2026-03-07T01:00:26.450Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2935 | 2026-03-07T01:00:26.719Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2936 | 2026-03-07T01:00:26.846Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2937 | 2026-03-07T01:00:27.192Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2938 | 2026-03-07T01:00:27.422Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2939 | 2026-03-07T01:00:27.645Z | Checking httptest v0.16.4 |
| 2940 | 2026-03-07T01:00:28.274Z | Checking pathdiff v0.2.3 |
| 2941 | 2026-03-07T01:00:28.453Z | Compiling knuffel-derive v3.2.0 |
| 2942 | 2026-03-07T01:00:28.510Z | Checking nested v0.1.1 |
| 2943 | 2026-03-07T01:00:28.811Z | Checking topological-sort v0.2.2 |
| 2944 | 2026-03-07T01:00:29.114Z | Checking omicron-zone-package v0.12.2 |
| 2945 | 2026-03-07T01:00:29.327Z | Checking guppy v0.17.25 |
| 2946 | 2026-03-07T01:00:29.497Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2947 | 2026-03-07T01:00:29.917Z | Checking similar-asserts v1.7.0 |
| 2948 | 2026-03-07T01:00:30.267Z | Compiling rstest_macros v0.25.0 |
| 2949 | 2026-03-07T01:00:30.887Z | Compiling target-triple v1.0.0 |
| 2950 | 2026-03-07T01:00:31.132Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2951 | 2026-03-07T01:00:31.188Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2952 | 2026-03-07T01:00:31.574Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2953 | 2026-03-07T01:00:31.651Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2954 | 2026-03-07T01:00:31.703Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2955 | 2026-03-07T01:00:32.098Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2956 | 2026-03-07T01:00:32.154Z | Checking knuffel v3.2.0 |
| 2957 | 2026-03-07T01:00:33.565Z | Compiling relative-path v1.9.3 |
| 2958 | 2026-03-07T01:00:33.739Z | Compiling assert_cmd v2.1.2 |
| 2959 | 2026-03-07T01:00:34.266Z | Checking escape8259 v0.5.3 |
| 2960 | 2026-03-07T01:00:34.595Z | Checking libtest-mimic v0.8.1 |
| 2961 | 2026-03-07T01:00:35.509Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2962 | 2026-03-07T01:00:35.560Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2963 | 2026-03-07T01:00:35.775Z | Checking blake2b_simd v1.0.4 |
| 2964 | 2026-03-07T01:00:36.780Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2965 | 2026-03-07T01:00:37.115Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2966 | 2026-03-07T01:00:37.599Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2967 | 2026-03-07T01:00:38.004Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2968 | 2026-03-07T01:00:38.442Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2969 | 2026-03-07T01:00:38.683Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2970 | 2026-03-07T01:00:39.133Z | Checking fancy-regex v0.14.0 |
| 2971 | 2026-03-07T01:00:39.556Z | Checking serde_tokenstream v0.2.3 |
| 2972 | 2026-03-07T01:00:40.012Z | Checking uzers v0.12.2 |
| 2973 | 2026-03-07T01:00:40.065Z | Checking constant_time_eq v0.3.1 |
| 2974 | 2026-03-07T01:00:40.375Z | Checking termcolor v1.4.1 |
| 2975 | 2026-03-07T01:00:40.638Z | Compiling linkme-impl v0.3.35 |
| 2976 | 2026-03-07T01:00:40.904Z | Checking trybuild v1.0.116 |
| 2977 | 2026-03-07T01:00:41.409Z | Checking rust-argon2 v2.1.0 |
| 2978 | 2026-03-07T01:00:41.956Z | Checking datatest-stable v0.3.3 |
| 2979 | 2026-03-07T01:00:42.867Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2980 | 2026-03-07T01:00:43.496Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2981 | 2026-03-07T01:00:43.655Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2982 | 2026-03-07T01:00:43.727Z | Checking rstest v0.25.0 |
| 2983 | 2026-03-07T01:00:44.039Z | Checking support-bundle-viewer v0.1.2 |
| 2984 | 2026-03-07T01:00:44.689Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2985 | 2026-03-07T01:00:45.148Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2986 | 2026-03-07T01:00:45.263Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2987 | 2026-03-07T01:00:45.580Z | Checking drift v0.1.3 |
| 2988 | 2026-03-07T01:00:45.676Z | Checking rand_distr v0.5.1 |
| 2989 | 2026-03-07T01:00:45.786Z | Checking multimap v0.10.1 |
| 2990 | 2026-03-07T01:00:46.210Z | Checking approx v0.5.1 |
| 2991 | 2026-03-07T01:00:46.307Z | Compiling linkme v0.3.35 |
| 2992 | 2026-03-07T01:00:46.511Z | Checking dropshot-api-manager v0.5.2 |
| 2993 | 2026-03-07T01:00:47.056Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2994 | 2026-03-07T01:00:48.662Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2995 | 2026-03-07T01:00:48.933Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2996 | 2026-03-07T01:00:48.936Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2997 | 2026-03-07T01:00:49.425Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2998 | 2026-03-07T01:00:50.253Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2999 | 2026-03-07T01:00:50.396Z | Checking partial-io v0.5.4 |
| 3000 | 2026-03-07T01:00:50.454Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3001 | 2026-03-07T01:00:50.844Z | Checking cargo_toml v0.21.0 |
| 3002 | 2026-03-07T01:00:51.329Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3003 | 2026-03-07T01:00:51.599Z | Checking termios v0.3.3 |
| 3004 | 2026-03-07T01:00:51.854Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3005 | 2026-03-07T01:00:51.911Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3006 | 2026-03-07T01:00:52.813Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3007 | 2026-03-07T01:00:53.436Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3008 | 2026-03-07T01:00:54.590Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3009 | 2026-03-07T01:00:55.143Z | Compiling polar-core v0.27.3 |
| 3010 | 2026-03-07T01:00:59.499Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3011 | 2026-03-07T01:01:06.138Z | Checking oso v0.27.3 |
| 3012 | 2026-03-07T01:01:08.484Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3013 | 2026-03-07T01:01:13.630Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3014 | 2026-03-07T01:01:13.940Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3015 | 2026-03-07T01:01:22.623Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3016 | 2026-03-07T01:01:33.766Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3017 | 2026-03-07T01:01:41.462Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3018 | 2026-03-07T01:01:43.477Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3019 | 2026-03-07T01:01:45.890Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3020 | 2026-03-07T01:02:05.014Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3021 | 2026-03-07T01:04:24.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 11s |
| 3022 | 2026-03-07T01:04:24.805Z | |
| 3023 | 2026-03-07T01:04:24.808Z | real 8:16.534830465 |
| 3024 | 2026-03-07T01:04:24.808Z | user 45:47.792919677 |
| 3025 | 2026-03-07T01:04:24.808Z | sys 8:08.041672112 |
| 3026 | 2026-03-07T01:04:24.808Z | trap 1.357823972 |
| 3027 | 2026-03-07T01:04:24.808Z | tflt 0.620427270 |
| 3028 | 2026-03-07T01:04:24.808Z | dflt 0.261816643 |
| 3029 | 2026-03-07T01:04:24.808Z | kflt 0.001155910 |
| 3030 | 2026-03-07T01:04:24.808Z | lock 1:51:15.540455861 |
| 3031 | 2026-03-07T01:04:24.808Z | slp 2:27:29.034331359 |
| 3032 | 2026-03-07T01:04:24.808Z | lat 2:35.123455936 |
| 3033 | 2026-03-07T01:04:24.808Z | stop 17:19.009703734 |
| 3034 | 2026-03-07T01:04:24.808Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3035 | 2026-03-07T01:04:24.808Z | + ptime -m cargo doc --workspace --no-deps |
| 3036 | 2026-03-07T01:04:26.164Z | warning: output filename collision. |
| 3037 | 2026-03-07T01:04:26.164Z | 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)`. |
| 3038 | 2026-03-07T01:04:26.165Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3039 | 2026-03-07T01:04:26.165Z | The targets should have unique names. |
| 3040 | 2026-03-07T01:04:26.165Z | This is a known bug where multiple crates with the same name use |
| 3041 | 2026-03-07T01:04:26.165Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 3042 | 2026-03-07T01:04:27.457Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3043 | 2026-03-07T01:04:27.697Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3044 | 2026-03-07T01:04:27.732Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3045 | 2026-03-07T01:04:27.805Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3046 | 2026-03-07T01:04:27.853Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3047 | 2026-03-07T01:04:27.890Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3048 | 2026-03-07T01:04:27.893Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3049 | 2026-03-07T01:04:28.169Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3050 | 2026-03-07T01:04:28.212Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3051 | 2026-03-07T01:04:28.250Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3052 | 2026-03-07T01:04:28.405Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3053 | 2026-03-07T01:04:28.405Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3054 | 2026-03-07T01:04:28.571Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3055 | 2026-03-07T01:04:28.698Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3056 | 2026-03-07T01:04:28.786Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3057 | 2026-03-07T01:04:28.949Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3058 | 2026-03-07T01:04:29.031Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3059 | 2026-03-07T01:04:29.068Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3060 | 2026-03-07T01:04:29.682Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3061 | 2026-03-07T01:04:30.189Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3062 | 2026-03-07T01:04:30.239Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3063 | 2026-03-07T01:04:30.500Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3064 | 2026-03-07T01:04:30.539Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3065 | 2026-03-07T01:04:30.626Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3066 | 2026-03-07T01:04:30.663Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3067 | 2026-03-07T01:04:30.949Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3068 | 2026-03-07T01:04:30.986Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3069 | 2026-03-07T01:04:31.303Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3070 | 2026-03-07T01:04:31.740Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3071 | 2026-03-07T01:04:31.805Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3072 | 2026-03-07T01:04:32.094Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3073 | 2026-03-07T01:04:32.241Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3074 | 2026-03-07T01:04:32.391Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3075 | 2026-03-07T01:04:32.505Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3076 | 2026-03-07T01:04:32.564Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3077 | 2026-03-07T01:04:32.824Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3078 | 2026-03-07T01:04:32.875Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3079 | 2026-03-07T01:04:33.292Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3080 | 2026-03-07T01:04:33.388Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3081 | 2026-03-07T01:04:33.914Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3082 | 2026-03-07T01:04:34.100Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3083 | 2026-03-07T01:04:34.289Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3084 | 2026-03-07T01:04:34.345Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3085 | 2026-03-07T01:04:34.420Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3086 | 2026-03-07T01:04:34.519Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3087 | 2026-03-07T01:04:34.809Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3088 | 2026-03-07T01:04:34.880Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3089 | 2026-03-07T01:04:34.941Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3090 | 2026-03-07T01:04:34.994Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3091 | 2026-03-07T01:04:35.139Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3092 | 2026-03-07T01:04:35.220Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3093 | 2026-03-07T01:04:35.444Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3094 | 2026-03-07T01:04:35.486Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3095 | 2026-03-07T01:04:35.581Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3096 | 2026-03-07T01:04:35.673Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3097 | 2026-03-07T01:04:35.890Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3098 | 2026-03-07T01:04:35.923Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3099 | 2026-03-07T01:04:35.963Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3100 | 2026-03-07T01:04:36.218Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3101 | 2026-03-07T01:04:36.332Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3102 | 2026-03-07T01:04:36.367Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3103 | 2026-03-07T01:04:36.402Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3104 | 2026-03-07T01:04:36.712Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3105 | 2026-03-07T01:04:36.749Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3106 | 2026-03-07T01:04:37.198Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3107 | 2026-03-07T01:04:37.232Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3108 | 2026-03-07T01:04:37.266Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3109 | 2026-03-07T01:04:37.584Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3110 | 2026-03-07T01:04:37.810Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3111 | 2026-03-07T01:04:38.472Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3112 | 2026-03-07T01:04:38.902Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3113 | 2026-03-07T01:04:39.427Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3114 | 2026-03-07T01:04:39.900Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3115 | 2026-03-07T01:04:39.991Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3116 | 2026-03-07T01:04:40.226Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3117 | 2026-03-07T01:04:42.462Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3118 | 2026-03-07T01:04:42.859Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3119 | 2026-03-07T01:04:43.006Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3120 | 2026-03-07T01:04:43.575Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3121 | 2026-03-07T01:04:43.663Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3122 | 2026-03-07T01:04:43.971Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3123 | 2026-03-07T01:04:44.158Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3124 | 2026-03-07T01:04:44.650Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3125 | 2026-03-07T01:04:45.357Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3126 | 2026-03-07T01:04:45.472Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3127 | 2026-03-07T01:04:45.689Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3128 | 2026-03-07T01:04:46.171Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3129 | 2026-03-07T01:04:46.203Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3130 | 2026-03-07T01:04:46.663Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3131 | 2026-03-07T01:04:46.707Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3132 | 2026-03-07T01:04:46.982Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3133 | 2026-03-07T01:04:47.110Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3134 | 2026-03-07T01:04:47.589Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3135 | 2026-03-07T01:04:47.973Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3136 | 2026-03-07T01:04:48.457Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3137 | 2026-03-07T01:04:48.922Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3138 | 2026-03-07T01:04:49.071Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3139 | 2026-03-07T01:04:49.273Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3140 | 2026-03-07T01:04:49.582Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3141 | 2026-03-07T01:04:49.684Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3142 | 2026-03-07T01:04:50.646Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3143 | 2026-03-07T01:04:52.012Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3144 | 2026-03-07T01:04:52.738Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3145 | 2026-03-07T01:04:52.779Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3146 | 2026-03-07T01:04:53.938Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3147 | 2026-03-07T01:04:55.192Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3148 | 2026-03-07T01:04:55.395Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3149 | 2026-03-07T01:04:55.435Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3150 | 2026-03-07T01:04:55.438Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3151 | 2026-03-07T01:04:55.903Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3152 | 2026-03-07T01:04:55.906Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3153 | 2026-03-07T01:04:56.058Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3154 | 2026-03-07T01:04:56.215Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3155 | 2026-03-07T01:04:56.463Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3156 | 2026-03-07T01:04:57.093Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3157 | 2026-03-07T01:04:57.490Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3158 | 2026-03-07T01:04:57.530Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3159 | 2026-03-07T01:04:58.032Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3160 | 2026-03-07T01:04:58.752Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3161 | 2026-03-07T01:05:00.086Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3162 | 2026-03-07T01:05:01.622Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3163 | 2026-03-07T01:05:01.897Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3164 | 2026-03-07T01:05:02.042Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3165 | 2026-03-07T01:05:02.101Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3166 | 2026-03-07T01:05:02.175Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3167 | 2026-03-07T01:05:02.513Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3168 | 2026-03-07T01:05:03.362Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3169 | 2026-03-07T01:05:03.656Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3170 | 2026-03-07T01:05:04.145Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3171 | 2026-03-07T01:05:04.474Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3172 | 2026-03-07T01:05:04.966Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3173 | 2026-03-07T01:05:05.027Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3174 | 2026-03-07T01:05:05.557Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3175 | 2026-03-07T01:05:05.632Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3176 | 2026-03-07T01:05:07.848Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3177 | 2026-03-07T01:05:08.229Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3178 | 2026-03-07T01:05:08.775Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3179 | 2026-03-07T01:05:09.178Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3180 | 2026-03-07T01:05:10.056Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3181 | 2026-03-07T01:05:12.368Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3182 | 2026-03-07T01:05:13.984Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3183 | 2026-03-07T01:05:15.491Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3184 | 2026-03-07T01:05:15.671Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3185 | 2026-03-07T01:05:15.915Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3186 | 2026-03-07T01:05:16.748Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3187 | 2026-03-07T01:05:17.004Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3188 | 2026-03-07T01:05:17.604Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3189 | 2026-03-07T01:05:19.216Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3190 | 2026-03-07T01:05:21.773Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3191 | 2026-03-07T01:05:21.941Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3192 | 2026-03-07T01:05:22.417Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3193 | 2026-03-07T01:05:22.633Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3194 | 2026-03-07T01:05:23.212Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3195 | 2026-03-07T01:05:24.753Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3196 | 2026-03-07T01:05:25.363Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3197 | 2026-03-07T01:05:28.839Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3198 | 2026-03-07T01:05:29.850Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3199 | 2026-03-07T01:05:30.587Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3200 | 2026-03-07T01:05:31.687Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3201 | 2026-03-07T01:05:34.413Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3202 | 2026-03-07T01:05:36.954Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3203 | 2026-03-07T01:05:37.864Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3204 | 2026-03-07T01:05:38.762Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3205 | 2026-03-07T01:05:40.281Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3206 | 2026-03-07T01:05:40.598Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3207 | 2026-03-07T01:05:41.539Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3208 | 2026-03-07T01:05:41.780Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3209 | 2026-03-07T01:05:42.300Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3210 | 2026-03-07T01:05:43.049Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3211 | 2026-03-07T01:05:43.264Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3212 | 2026-03-07T01:05:43.423Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3213 | 2026-03-07T01:05:43.915Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3214 | 2026-03-07T01:05:44.327Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3215 | 2026-03-07T01:05:44.500Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3216 | 2026-03-07T01:05:45.069Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3217 | 2026-03-07T01:05:45.317Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3218 | 2026-03-07T01:05:45.470Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3219 | 2026-03-07T01:05:45.817Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3220 | 2026-03-07T01:05:46.439Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3221 | 2026-03-07T01:05:46.950Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3222 | 2026-03-07T01:05:47.399Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3223 | 2026-03-07T01:05:48.685Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3224 | 2026-03-07T01:05:50.094Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3225 | 2026-03-07T01:05:50.682Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3226 | 2026-03-07T01:05:51.383Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3227 | 2026-03-07T01:05:52.128Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3228 | 2026-03-07T01:05:56.605Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3229 | 2026-03-07T01:05:56.764Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3230 | 2026-03-07T01:06:00.795Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3231 | 2026-03-07T01:06:02.279Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3232 | 2026-03-07T01:06:03.180Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3233 | 2026-03-07T01:06:06.900Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3234 | 2026-03-07T01:06:07.629Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3235 | 2026-03-07T01:06:10.059Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3236 | 2026-03-07T01:06:11.592Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3237 | 2026-03-07T01:06:13.862Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3238 | 2026-03-07T01:06:17.087Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3239 | 2026-03-07T01:06:18.511Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3240 | 2026-03-07T01:06:20.080Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3241 | 2026-03-07T01:06:20.757Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3242 | 2026-03-07T01:06:21.948Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3243 | 2026-03-07T01:06:26.061Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3244 | 2026-03-07T01:06:26.990Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3245 | 2026-03-07T01:06:27.480Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3246 | 2026-03-07T01:06:28.821Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3247 | 2026-03-07T01:06:29.809Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3248 | 2026-03-07T01:06:33.519Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3249 | 2026-03-07T01:06:33.720Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3250 | 2026-03-07T01:06:35.614Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3251 | 2026-03-07T01:06:37.672Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3252 | 2026-03-07T01:06:44.638Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3253 | 2026-03-07T01:06:47.488Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3254 | 2026-03-07T01:06:48.830Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3255 | 2026-03-07T01:06:50.596Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3256 | 2026-03-07T01:06:52.019Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3257 | 2026-03-07T01:06:54.392Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3258 | 2026-03-07T01:06:56.879Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3259 | 2026-03-07T01:06:58.233Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3260 | 2026-03-07T01:06:59.782Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3261 | 2026-03-07T01:07:03.964Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3262 | 2026-03-07T01:07:05.874Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3263 | 2026-03-07T01:07:06.954Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3264 | 2026-03-07T01:07:08.656Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3265 | 2026-03-07T01:07:12.135Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3266 | 2026-03-07T01:07:12.293Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3267 | 2026-03-07T01:07:14.393Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3268 | 2026-03-07T01:07:18.442Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3269 | 2026-03-07T01:07:18.892Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3270 | 2026-03-07T01:07:20.151Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3271 | 2026-03-07T01:07:23.211Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3272 | 2026-03-07T01:07:24.549Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3273 | 2026-03-07T01:07:26.443Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3274 | 2026-03-07T01:07:28.347Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3275 | 2026-03-07T01:07:30.150Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3276 | 2026-03-07T01:07:32.992Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3277 | 2026-03-07T01:07:34.450Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3278 | 2026-03-07T01:07:39.179Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3279 | 2026-03-07T01:07:40.842Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3280 | 2026-03-07T01:07:41.996Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3281 | 2026-03-07T01:07:42.868Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3282 | 2026-03-07T01:07:45.083Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3283 | 2026-03-07T01:07:47.288Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3284 | 2026-03-07T01:07:50.431Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3285 | 2026-03-07T01:07:53.797Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3286 | 2026-03-07T01:07:56.720Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3287 | 2026-03-07T01:07:59.811Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3288 | 2026-03-07T01:08:02.961Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3289 | 2026-03-07T01:08:05.928Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3290 | 2026-03-07T01:08:08.510Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3291 | 2026-03-07T01:08:10.567Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3292 | 2026-03-07T01:08:12.709Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3293 | 2026-03-07T01:08:14.726Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3294 | 2026-03-07T01:08:17.397Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3295 | 2026-03-07T01:08:20.286Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3296 | 2026-03-07T01:08:22.191Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3297 | 2026-03-07T01:08:24.659Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3298 | 2026-03-07T01:08:27.542Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3299 | 2026-03-07T01:08:29.164Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3300 | 2026-03-07T01:08:31.926Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3301 | 2026-03-07T01:08:34.357Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3302 | 2026-03-07T01:08:36.442Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3303 | 2026-03-07T01:08:39.161Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3304 | 2026-03-07T01:08:41.567Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3305 | 2026-03-07T01:08:43.918Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3306 | 2026-03-07T01:08:46.144Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3307 | 2026-03-07T01:08:48.551Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3308 | 2026-03-07T01:08:50.821Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3309 | 2026-03-07T01:08:53.040Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3310 | 2026-03-07T01:08:55.421Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3311 | 2026-03-07T01:08:57.421Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3312 | 2026-03-07T01:08:59.563Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3313 | 2026-03-07T01:09:03.869Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3314 | 2026-03-07T01:09:04.697Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3315 | 2026-03-07T01:09:07.240Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3316 | 2026-03-07T01:09:11.930Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3317 | 2026-03-07T01:09:14.237Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3318 | 2026-03-07T01:09:16.718Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3319 | 2026-03-07T01:09:19.027Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3320 | 2026-03-07T01:09:21.656Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3321 | 2026-03-07T01:09:23.966Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3322 | 2026-03-07T01:09:26.314Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3323 | 2026-03-07T01:09:28.654Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3324 | 2026-03-07T01:09:31.223Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3325 | 2026-03-07T01:09:33.436Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3326 | 2026-03-07T01:09:35.886Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3327 | 2026-03-07T01:09:38.611Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3328 | 2026-03-07T01:09:40.634Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3329 | 2026-03-07T01:09:43.968Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3330 | 2026-03-07T01:09:46.150Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3331 | 2026-03-07T01:09:48.301Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3332 | 2026-03-07T01:09:50.765Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3333 | 2026-03-07T01:09:53.168Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3334 | 2026-03-07T01:09:55.617Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3335 | 2026-03-07T01:09:58.157Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3336 | 2026-03-07T01:10:00.480Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3337 | 2026-03-07T01:10:02.912Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3338 | 2026-03-07T01:10:05.411Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3339 | 2026-03-07T01:10:07.909Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3340 | 2026-03-07T01:10:10.544Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3341 | 2026-03-07T01:10:12.979Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3342 | 2026-03-07T01:10:15.682Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3343 | 2026-03-07T01:10:18.040Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3344 | 2026-03-07T01:10:21.430Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3345 | 2026-03-07T01:10:23.538Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3346 | 2026-03-07T01:10:26.173Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3347 | 2026-03-07T01:10:28.961Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3348 | 2026-03-07T01:10:31.543Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3349 | 2026-03-07T01:10:36.112Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3350 | 2026-03-07T01:10:37.737Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3351 | 2026-03-07T01:10:40.652Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3352 | 2026-03-07T01:10:43.636Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3353 | 2026-03-07T01:10:46.558Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3354 | 2026-03-07T01:10:54.296Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3355 | 2026-03-07T01:10:56.085Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3356 | 2026-03-07T01:10:58.029Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3357 | 2026-03-07T01:11:01.451Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3358 | 2026-03-07T01:11:04.970Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3359 | 2026-03-07T01:11:08.518Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3360 | 2026-03-07T01:11:12.085Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3361 | 2026-03-07T01:11:15.472Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3362 | 2026-03-07T01:11:18.914Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3363 | 2026-03-07T01:11:22.509Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3364 | 2026-03-07T01:11:26.017Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3365 | 2026-03-07T01:11:29.823Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3366 | 2026-03-07T01:11:33.166Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3367 | 2026-03-07T01:11:36.691Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3368 | 2026-03-07T01:11:40.165Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3369 | 2026-03-07T01:12:08.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 43s |
| 3370 | 2026-03-07T01:12:08.644Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 188 other files |
| 3371 | 2026-03-07T01:12:08.737Z | |
| 3372 | 2026-03-07T01:12:08.746Z | real 7:43.843155679 |
| 3373 | 2026-03-07T01:12:08.746Z | user 30:57.181556134 |
| 3374 | 2026-03-07T01:12:08.746Z | sys 4:49.950264967 |
| 3375 | 2026-03-07T01:12:08.746Z | trap 0.789973656 |
| 3376 | 2026-03-07T01:12:08.746Z | tflt 0.075855914 |
| 3377 | 2026-03-07T01:12:08.746Z | dflt 0.040314104 |
| 3378 | 2026-03-07T01:12:08.746Z | kflt 0.000062670 |
| 3379 | 2026-03-07T01:12:08.746Z | lock 5:46:17.148486801 |
| 3380 | 2026-03-07T01:12:08.746Z | slp 2:37:45.680550992 |
| 3381 | 2026-03-07T01:12:08.746Z | lat 46.623083591 |
| 3382 | 2026-03-07T01:12:08.746Z | stop 2:12.747316722 |
| 3383 | 2026-03-07T01:12:08.746Z | process exited: duration 1287926 ms, exit code 0 |
| |
| 3384 | 2026-03-07T01:12:08.758Z | found 0 output files |