|
|
|
| 1 | 2026-06-30T19:51:27.762Z | job assigned to worker 01KWD1APGCCRBR685J4951MWX8 [factory aws, i-0b21fd6044b671e43] (queued for 57 s) |
| |
| 2 | 2026-06-30T19:51:34.598Z | starting task 0: "setup" |
| 3 | 2026-06-30T19:51:34.602Z | ++ uname -s |
| 4 | 2026-06-30T19:51:34.605Z | + kern=SunOS |
| 5 | 2026-06-30T19:51:34.605Z | + build_user=build |
| 6 | 2026-06-30T19:51:34.605Z | + build_uid=12345 |
| 7 | 2026-06-30T19:51:34.605Z | + work_dir=/work |
| 8 | 2026-06-30T19:51:34.605Z | + input_dir=/input |
| 9 | 2026-06-30T19:51:34.605Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-30T19:51:34.605Z | + case "$kern" in |
| 11 | 2026-06-30T19:51:34.605Z | + groupadd -g 12345 build |
| 12 | 2026-06-30T19:51:34.608Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-30T19:51:36.614Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-30T19:51:36.694Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-30T19:51:36.701Z | + home_fs=zfs |
| 16 | 2026-06-30T19:51:36.701Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-30T19:51:36.701Z | + mkdir -p /home/build |
| 18 | 2026-06-30T19:51:36.701Z | + chown build:build /home/build /work |
| 19 | 2026-06-30T19:51:38.700Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-30T19:51:38.703Z | process exited: duration 4103 ms, exit code 0 |
| |
| 21 | 2026-06-30T19:51:38.709Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-30T19:51:38.714Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-06-30T19:51:38.714Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-06-30T19:51:38.714Z | * rust toolchain profile = "default" |
| 25 | 2026-06-30T19:51:38.714Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-30T19:51:38.717Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-30T19:51:38.717Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-30T19:51:38.717Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-30T19:51:38.717Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-06-30T19:51:38.776Z | info: downloading installer |
| 31 | 2026-06-30T19:51:40.078Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-30T19:51:40.078Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-30T19:51:40.078Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-30T19:51:40.078Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-30T19:51:40.090Z | info: profile set to default |
| 36 | 2026-06-30T19:51:40.090Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-30T19:51:40.093Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-06-30T19:51:40.226Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-06-30T19:51:40.231Z | info: downloading 6 components |
| 40 | 2026-06-30T19:51:54.247Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-06-30T19:51:54.248Z | |
| 42 | 2026-06-30T19:51:54.279Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-06-30T19:51:54.279Z | |
| 44 | 2026-06-30T19:51:54.279Z | |
| 45 | 2026-06-30T19:51:54.279Z | Rust is installed now. Great! |
| 46 | 2026-06-30T19:51:54.279Z | |
| 47 | 2026-06-30T19:51:54.283Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-30T19:51:54.283Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-30T19:51:54.283Z | |
| 50 | 2026-06-30T19:51:54.283Z | To configure your current shell, you need to source |
| 51 | 2026-06-30T19:51:54.283Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-30T19:51:54.283Z | |
| 53 | 2026-06-30T19:51:54.283Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-30T19:51:54.283Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-30T19:51:54.283Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-30T19:51:54.284Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-30T19:51:54.284Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-30T19:51:54.284Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-30T19:51:54.284Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-30T19:51:54.284Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-30T19:51:54.284Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-30T19:51:54.387Z | + rustup --version |
| 63 | 2026-06-30T19:51:54.395Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-30T19:51:54.399Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-30T19:51:54.417Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-06-30T19:51:54.420Z | + cargo --version |
| 67 | 2026-06-30T19:51:54.434Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-06-30T19:51:54.437Z | + rustc --version |
| 69 | 2026-06-30T19:51:54.456Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-06-30T19:51:54.460Z | process exited: duration 15749 ms, exit code 0 |
| |
| 71 | 2026-06-30T19:51:54.466Z | starting task 2: "authentication" |
| 72 | 2026-06-30T19:51:54.483Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-06-30T19:51:54.490Z | starting task 3: "clone repository" |
| 74 | 2026-06-30T19:51:54.494Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-30T19:51:54.497Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-30T19:51:54.533Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-30T19:52:06.126Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-30T19:52:06.126Z | + git fetch origin 242cb66c96a79b2d9320cb6f84e6ad29aab26280 |
| 79 | 2026-06-30T19:52:06.429Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-30T19:52:06.429Z | * branch 242cb66c96a79b2d9320cb6f84e6ad29aab26280 -> FETCH_HEAD |
| 81 | 2026-06-30T19:52:06.439Z | + [[ -n john/uplink-address-type ]] |
| 82 | 2026-06-30T19:52:06.442Z | ++ git branch --show-current |
| 83 | 2026-06-30T19:52:06.442Z | + current=main |
| 84 | 2026-06-30T19:52:06.442Z | + [[ main != john/uplink-address-type ]] |
| 85 | 2026-06-30T19:52:06.442Z | + git branch -f john/uplink-address-type 242cb66c96a79b2d9320cb6f84e6ad29aab26280 |
| 86 | 2026-06-30T19:52:06.445Z | + git checkout -f john/uplink-address-type |
| 87 | 2026-06-30T19:52:06.683Z | Switched to branch 'john/uplink-address-type' |
| 88 | 2026-06-30T19:52:06.686Z | + git reset --hard 242cb66c96a79b2d9320cb6f84e6ad29aab26280 |
| 89 | 2026-06-30T19:52:06.929Z | HEAD is now at 242cb66c9 cargo fmt |
| 90 | 2026-06-30T19:52:06.931Z | process exited: duration 12441 ms, exit code 0 |
| |
| 91 | 2026-06-30T19:52:06.937Z | starting task 4: "build" |
| 92 | 2026-06-30T19:52:06.941Z | + source ./env.sh |
| 93 | 2026-06-30T19:52:06.941Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-06-30T19:52:06.941Z | ++ set -o xtrace |
| 95 | 2026-06-30T19:52:06.944Z | ++++ dirname ./env.sh |
| 96 | 2026-06-30T19:52:06.948Z | +++ readlink -f . |
| 97 | 2026-06-30T19:52:06.951Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-06-30T19:52:06.951Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2026-06-30T19:52:06.951Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2026-06-30T19:52:06.951Z | ++ 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 |
| 101 | 2026-06-30T19:52:06.951Z | ++ 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 |
| 102 | 2026-06-30T19:52:06.951Z | ++ 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 |
| 103 | 2026-06-30T19:52:06.951Z | ++ 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 |
| 104 | 2026-06-30T19:52:06.951Z | ++ 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 |
| 105 | 2026-06-30T19:52:06.951Z | ++ 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 |
| 106 | 2026-06-30T19:52:06.951Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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 |
| 107 | 2026-06-30T19:52:06.951Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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 |
| 108 | 2026-06-30T19:52:06.951Z | ++ case $OLD_SHELL_OPTS in |
| 109 | 2026-06-30T19:52:06.952Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 110 | 2026-06-30T19:52:06.952Z | + source .github/buildomat/ci-env.sh |
| 111 | 2026-06-30T19:52:06.952Z | ++ export CARGO_TERM_COLOR=always |
| 112 | 2026-06-30T19:52:06.952Z | ++ CARGO_TERM_COLOR=always |
| 113 | 2026-06-30T19:52:06.952Z | + cargo --version |
| 114 | 2026-06-30T19:52:06.957Z | cargo 1.96.1 (356927216 2026-06-26) |
| 115 | 2026-06-30T19:52:06.960Z | + rustc --version |
| 116 | 2026-06-30T19:52:06.979Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 117 | 2026-06-30T19:52:06.982Z | + banner prerequisites |
| 118 | 2026-06-30T19:52:06.985Z | |
| 119 | 2026-06-30T19:52:06.985Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-06-30T19:52:06.985Z | # # # # # # # # # # # # # # # |
| 121 | 2026-06-30T19:52:06.985Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-06-30T19:52:06.985Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-06-30T19:52:06.985Z | # # # # # # # # # # # # # # # |
| 124 | 2026-06-30T19:52:06.985Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-06-30T19:52:06.985Z | |
| 126 | 2026-06-30T19:52:06.985Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-06-30T19:52:08.926Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-06-30T19:52:09.034Z | Startup: Caching catalogs ... Done |
| 129 | 2026-06-30T19:52:09.524Z | Planning: Solver setup ... Done (0.444s) |
| 130 | 2026-06-30T19:52:09.549Z | Planning: Running solver ... Done (0.025s) |
| 131 | 2026-06-30T19:52:09.561Z | Planning: Finding local manifests ... Done (0.003s) |
| 132 | 2026-06-30T19:52:09.574Z | Planning: Fetching manifests: 0/2 0% complete |
| 133 | 2026-06-30T19:52:09.592Z | Planning: Fetching manifests: 2/2 100% complete |
| 134 | 2026-06-30T19:52:09.605Z | Planning: Package planning ... Done (0.013s) |
| 135 | 2026-06-30T19:52:09.608Z | Planning: Merging actions ... Done (0.002s) |
| 136 | 2026-06-30T19:52:09.774Z | Planning: Checking for conflicting actions ... Done (0.167s) |
| 137 | 2026-06-30T19:52:09.778Z | Planning: Consolidating action changes ... Done (0.001s) |
| 138 | 2026-06-30T19:52:10.633Z | Planning: Evaluating mediators ... Done (0.858s) |
| 139 | 2026-06-30T19:52:10.637Z | Planning: Planning completed in 1.58 seconds |
| 140 | 2026-06-30T19:52:10.643Z | Packages to install: 2 |
| 141 | 2026-06-30T19:52:10.643Z | Estimated space available: 156.06 GB |
| 142 | 2026-06-30T19:52:10.643Z | Estimated space to be consumed: 30.97 MB |
| 143 | 2026-06-30T19:52:10.643Z | Create boot environment: No |
| 144 | 2026-06-30T19:52:10.643Z | Create backup boot environment: No |
| 145 | 2026-06-30T19:52:10.643Z | Rebuild boot archive: No |
| 146 | 2026-06-30T19:52:10.643Z | |
| 147 | 2026-06-30T19:52:10.643Z | Changed packages: |
| 148 | 2026-06-30T19:52:10.643Z | helios |
| 149 | 2026-06-30T19:52:10.644Z | developer/build-essential |
| 150 | 2026-06-30T19:52:10.644Z | None -> 11-3.0 |
| 151 | 2026-06-30T19:52:10.644Z | library/libxmlsec1 |
| 152 | 2026-06-30T19:52:10.644Z | None -> 1.2.35-3.0 |
| 153 | 2026-06-30T19:52:10.667Z | |
| 154 | 2026-06-30T19:52:10.667Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 155 | 2026-06-30T19:52:11.291Z | Download: Completed 1.28 MB in 0.62 seconds (2.0M/s) |
| 156 | 2026-06-30T19:52:11.372Z | Actions: 1/268 actions (Installing new actions) |
| 157 | 2026-06-30T19:52:11.410Z | Actions: Completed 268 actions in 0.04 seconds. |
| 158 | 2026-06-30T19:52:11.422Z | Finalize: Updating package state database ... Done (0.010s) |
| 159 | 2026-06-30T19:52:11.424Z | Finalize: Updating package cache ... Done (0.000s) |
| 160 | 2026-06-30T19:52:11.452Z | Finalize: Updating image state ... Done (0.029s) |
| 161 | 2026-06-30T19:52:13.906Z | Finalize: Creating fast lookup database ... Done (2.430s) |
| 162 | 2026-06-30T19:52:13.976Z | Finalize: Reading search index ... Done (0.012s) |
| 163 | 2026-06-30T19:52:13.980Z | Finalize: Updating search index ... Done (0.000s) |
| 164 | 2026-06-30T19:52:14.075Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-06-30T19:52:14.386Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-06-30T19:52:14.492Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-06-30T19:52:14.495Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-06-30T19:52:14.650Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-06-30T19:52:14.652Z | Planning: Planning completed in 0.26 seconds |
| 170 | 2026-06-30T19:52:14.672Z | Mediators to change: 2 |
| 171 | 2026-06-30T19:52:14.672Z | Create boot environment: No |
| 172 | 2026-06-30T19:52:14.672Z | Create backup boot environment: No |
| 173 | 2026-06-30T19:52:14.725Z | Finalize: Updating package state database ... Done |
| 174 | 2026-06-30T19:52:14.725Z | Finalize: Updating package cache ... Done |
| 175 | 2026-06-30T19:52:14.741Z | Finalize: Updating image state ... Done |
| 176 | 2026-06-30T19:52:16.689Z | Finalize: Creating fast lookup database ... Done |
| 177 | 2026-06-30T19:52:16.753Z | Finalize: Reading search index ... Done |
| 178 | 2026-06-30T19:52:16.755Z | Finalize: Updating search index ... Done |
| 179 | 2026-06-30T19:52:16.819Z | Finalize: Updating package cache ... Done |
| 180 | 2026-06-30T19:52:17.105Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-06-30T19:52:17.210Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-06-30T19:52:17.213Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-06-30T19:52:17.367Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-06-30T19:52:17.370Z | Planning: Planning completed in 0.26 seconds |
| 185 | 2026-06-30T19:52:17.390Z | Mediators to change: 1 |
| 186 | 2026-06-30T19:52:17.390Z | Create boot environment: No |
| 187 | 2026-06-30T19:52:17.390Z | Create backup boot environment: No |
| 188 | 2026-06-30T19:52:17.433Z | Finalize: Updating package state database ... Done |
| 189 | 2026-06-30T19:52:17.433Z | Finalize: Updating package cache ... Done |
| 190 | 2026-06-30T19:52:17.449Z | Finalize: Updating image state ... Done |
| 191 | 2026-06-30T19:52:19.397Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-06-30T19:52:19.458Z | Finalize: Reading search index ... Done |
| 193 | 2026-06-30T19:52:19.463Z | Finalize: Updating search index ... Done |
| 194 | 2026-06-30T19:52:19.521Z | Finalize: Updating package cache ... Done |
| 195 | 2026-06-30T19:52:19.836Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-06-30T19:52:19.837Z | apache system 2.4 system |
| 197 | 2026-06-30T19:52:19.837Z | clang system 15 system |
| 198 | 2026-06-30T19:52:19.837Z | csh system system illumos |
| 199 | 2026-06-30T19:52:19.837Z | ctags system system illumos |
| 200 | 2026-06-30T19:52:19.837Z | file vendor vendor darwinsys |
| 201 | 2026-06-30T19:52:19.837Z | file system system illumos |
| 202 | 2026-06-30T19:52:19.837Z | gcc vendor 14 vendor |
| 203 | 2026-06-30T19:52:19.837Z | gcc system 13 system |
| 204 | 2026-06-30T19:52:19.837Z | gcc system 10 system |
| 205 | 2026-06-30T19:52:19.837Z | go system 1.25 system |
| 206 | 2026-06-30T19:52:19.837Z | llvm system 15 system |
| 207 | 2026-06-30T19:52:19.837Z | mariadb system 11.4 system |
| 208 | 2026-06-30T19:52:19.837Z | mta vendor vendor dma |
| 209 | 2026-06-30T19:52:19.837Z | openjdk system 17 system |
| 210 | 2026-06-30T19:52:19.837Z | openjdk system 11 system |
| 211 | 2026-06-30T19:52:19.837Z | openssl vendor 3 vendor |
| 212 | 2026-06-30T19:52:19.837Z | perl system 5.40 system |
| 213 | 2026-06-30T19:52:19.837Z | postgresql system 18 system |
| 214 | 2026-06-30T19:52:19.837Z | postgresql system 17 system |
| 215 | 2026-06-30T19:52:19.837Z | python vendor 3 vendor |
| 216 | 2026-06-30T19:52:19.837Z | python system 2 system |
| 217 | 2026-06-30T19:52:19.837Z | python3 vendor 3.13 vendor |
| 218 | 2026-06-30T19:52:19.837Z | ruby system 3.4 system |
| 219 | 2026-06-30T19:52:19.837Z | ruby system 3.0 system |
| 220 | 2026-06-30T19:52:19.837Z | words vendor vendor american-english |
| 221 | 2026-06-30T19:52:19.837Z | words system system australian-english |
| 222 | 2026-06-30T19:52:19.837Z | words system system british-english |
| 223 | 2026-06-30T19:52:19.837Z | words system system canadian-english |
| 224 | 2026-06-30T19:52:19.837Z | words system system french |
| 225 | 2026-06-30T19:52:19.837Z | words system system italian |
| 226 | 2026-06-30T19:52:19.837Z | words system system ngerman |
| 227 | 2026-06-30T19:52:19.837Z | words system system ogerman |
| 228 | 2026-06-30T19:52:19.837Z | words system system spanish |
| 229 | 2026-06-30T19:52:20.088Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-06-30T19:52:20.088Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 231 | 2026-06-30T19:52:20.393Z | FMRI IFO |
| 232 | 2026-06-30T19:52:20.393Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 233 | 2026-06-30T19:52:20.393Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 234 | 2026-06-30T19:52:20.393Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 235 | 2026-06-30T19:52:20.393Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 236 | 2026-06-30T19:52:20.393Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 237 | 2026-06-30T19:52:20.393Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 238 | 2026-06-30T19:52:20.393Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 239 | 2026-06-30T19:52:20.393Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 240 | 2026-06-30T19:52:20.393Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 241 | 2026-06-30T19:52:20.662Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 242 | 2026-06-30T19:52:20.916Z | Updating crates.io index |
| 243 | 2026-06-30T19:52:20.921Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-06-30T19:52:21.126Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 245 | 2026-06-30T19:52:21.426Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 246 | 2026-06-30T19:52:22.332Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 247 | 2026-06-30T19:52:22.807Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 248 | 2026-06-30T19:52:24.362Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 249 | 2026-06-30T19:52:25.139Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 250 | 2026-06-30T19:52:25.407Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 251 | 2026-06-30T19:52:25.743Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-06-30T19:52:26.755Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-06-30T19:52:27.030Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-06-30T19:52:27.366Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 255 | 2026-06-30T19:52:27.602Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 256 | 2026-06-30T19:52:28.029Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 257 | 2026-06-30T19:52:28.526Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 258 | 2026-06-30T19:52:28.786Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 259 | 2026-06-30T19:52:29.052Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 260 | 2026-06-30T19:52:29.310Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 261 | 2026-06-30T19:52:29.618Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-06-30T19:52:29.850Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-06-30T19:52:30.099Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-06-30T19:52:30.335Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 265 | 2026-06-30T19:52:30.719Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 266 | 2026-06-30T19:52:31.036Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 267 | 2026-06-30T19:52:31.296Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 268 | 2026-06-30T19:52:31.697Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 269 | 2026-06-30T19:52:31.954Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 270 | 2026-06-30T19:52:32.440Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 271 | 2026-06-30T19:52:32.693Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 272 | 2026-06-30T19:52:32.940Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 273 | 2026-06-30T19:52:33.269Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 274 | 2026-06-30T19:52:33.671Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 275 | 2026-06-30T19:52:33.911Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 276 | 2026-06-30T19:52:34.200Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 277 | 2026-06-30T19:52:34.468Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 278 | 2026-06-30T19:52:34.734Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 279 | 2026-06-30T19:52:35.002Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 280 | 2026-06-30T19:52:35.218Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 281 | 2026-06-30T19:52:35.489Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 282 | 2026-06-30T19:52:35.720Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 283 | 2026-06-30T19:52:38.123Z | Downloading crates ... |
| 284 | 2026-06-30T19:52:38.180Z | Downloaded camino v1.2.2 |
| 285 | 2026-06-30T19:52:38.184Z | Downloaded cfg-if v1.0.4 |
| 286 | 2026-06-30T19:52:38.191Z | Downloaded idna_adapter v1.2.1 |
| 287 | 2026-06-30T19:52:38.194Z | Downloaded cargo-platform v0.2.0 |
| 288 | 2026-06-30T19:52:38.194Z | Downloaded bitflags v2.11.0 |
| 289 | 2026-06-30T19:52:38.199Z | Downloaded cpufeatures v0.2.17 |
| 290 | 2026-06-30T19:52:38.202Z | Downloaded ordered-float v2.10.1 |
| 291 | 2026-06-30T19:52:38.205Z | Downloaded textwrap v0.16.2 |
| 292 | 2026-06-30T19:52:38.208Z | Downloaded tinystr v0.8.2 |
| 293 | 2026-06-30T19:52:38.208Z | Downloaded version_check v0.9.5 |
| 294 | 2026-06-30T19:52:38.208Z | Downloaded anstyle-query v1.1.5 |
| 295 | 2026-06-30T19:52:38.211Z | Downloaded utf8parse v0.2.2 |
| 296 | 2026-06-30T19:52:38.211Z | Downloaded byteorder v1.5.0 |
| 297 | 2026-06-30T19:52:38.214Z | Downloaded heck v0.4.1 |
| 298 | 2026-06-30T19:52:38.214Z | Downloaded equivalent v1.0.2 |
| 299 | 2026-06-30T19:52:38.214Z | Downloaded anyhow v1.0.102 |
| 300 | 2026-06-30T19:52:38.217Z | Downloaded utf8_iter v1.0.4 |
| 301 | 2026-06-30T19:52:38.217Z | Downloaded anstyle v1.0.14 |
| 302 | 2026-06-30T19:52:38.234Z | Downloaded serde_spanned v0.6.9 |
| 303 | 2026-06-30T19:52:38.234Z | Downloaded typeid v1.0.3 |
| 304 | 2026-06-30T19:52:38.234Z | Downloaded macaddr v1.0.1 |
| 305 | 2026-06-30T19:52:38.234Z | Downloaded toml_datetime v0.6.11 |
| 306 | 2026-06-30T19:52:38.234Z | Downloaded dof v0.3.0 |
| 307 | 2026-06-30T19:52:38.234Z | Downloaded errno v0.3.14 |
| 308 | 2026-06-30T19:52:38.234Z | Downloaded crypto-common v0.1.7 |
| 309 | 2026-06-30T19:52:38.237Z | Downloaded zerofrom v0.1.6 |
| 310 | 2026-06-30T19:52:38.237Z | Downloaded usdt-macro v0.5.0 |
| 311 | 2026-06-30T19:52:38.237Z | Downloaded toml_write v0.1.2 |
| 312 | 2026-06-30T19:52:38.237Z | Downloaded anstream v1.0.0 |
| 313 | 2026-06-30T19:52:38.238Z | Downloaded yoke-derive v0.8.1 |
| 314 | 2026-06-30T19:52:38.238Z | Downloaded camino-tempfile v1.4.1 |
| 315 | 2026-06-30T19:52:38.238Z | Downloaded bytecount v0.6.9 |
| 316 | 2026-06-30T19:52:38.238Z | Downloaded zerofrom-derive v0.1.6 |
| 317 | 2026-06-30T19:52:38.238Z | Downloaded unicode-linebreak v0.1.5 |
| 318 | 2026-06-30T19:52:38.238Z | Downloaded usdt-attr-macro v0.5.0 |
| 319 | 2026-06-30T19:52:38.238Z | Downloaded autocfg v1.5.0 |
| 320 | 2026-06-30T19:52:38.238Z | Downloaded stable_deref_trait v1.2.1 |
| 321 | 2026-06-30T19:52:38.242Z | Downloaded is_terminal_polyfill v1.70.2 |
| 322 | 2026-06-30T19:52:38.245Z | Downloaded thread-id v4.2.2 |
| 323 | 2026-06-30T19:52:38.245Z | Downloaded proc-macro-error-attr v1.0.4 |
| 324 | 2026-06-30T19:52:38.246Z | Downloaded dtrace-parser v0.2.0 |
| 325 | 2026-06-30T19:52:38.246Z | Downloaded unicode-xid v0.2.6 |
| 326 | 2026-06-30T19:52:38.249Z | Downloaded memmap v0.7.0 |
| 327 | 2026-06-30T19:52:38.249Z | Downloaded zmij v1.0.21 |
| 328 | 2026-06-30T19:52:38.252Z | Downloaded thiserror-impl v2.0.18 |
| 329 | 2026-06-30T19:52:38.252Z | Downloaded thiserror v2.0.18 |
| 330 | 2026-06-30T19:52:38.256Z | Downloaded usdt v0.5.0 |
| 331 | 2026-06-30T19:52:38.256Z | Downloaded yoke v0.8.1 |
| 332 | 2026-06-30T19:52:38.259Z | Downloaded thiserror v1.0.69 |
| 333 | 2026-06-30T19:52:38.259Z | Downloaded zerovec-derive v0.11.2 |
| 334 | 2026-06-30T19:52:38.263Z | Downloaded thiserror-impl v1.0.69 |
| 335 | 2026-06-30T19:52:38.263Z | Downloaded swrite v0.1.0 |
| 336 | 2026-06-30T19:52:38.263Z | Downloaded writeable v0.6.2 |
| 337 | 2026-06-30T19:52:38.263Z | Downloaded tabled_derive v0.7.0 |
| 338 | 2026-06-30T19:52:38.267Z | Downloaded terminal_size v0.4.3 |
| 339 | 2026-06-30T19:52:38.271Z | Downloaded zerocopy-derive v0.7.35 |
| 340 | 2026-06-30T19:52:38.271Z | Downloaded fs-err v3.3.0 |
| 341 | 2026-06-30T19:52:38.271Z | Downloaded cargo_toml v0.21.0 |
| 342 | 2026-06-30T19:52:38.277Z | Downloaded usdt-impl v0.5.0 |
| 343 | 2026-06-30T19:52:38.277Z | Downloaded toml v0.8.23 |
| 344 | 2026-06-30T19:52:38.277Z | Downloaded plain v0.2.3 |
| 345 | 2026-06-30T19:52:38.277Z | Downloaded displaydoc v0.2.5 |
| 346 | 2026-06-30T19:52:38.280Z | Downloaded itoa v1.0.17 |
| 347 | 2026-06-30T19:52:38.280Z | Downloaded scroll_derive v0.12.1 |
| 348 | 2026-06-30T19:52:38.280Z | Downloaded erased-serde v0.4.9 |
| 349 | 2026-06-30T19:52:38.283Z | Downloaded url v2.5.8 |
| 350 | 2026-06-30T19:52:38.283Z | Downloaded ucd-trie v0.1.7 |
| 351 | 2026-06-30T19:52:38.286Z | Downloaded unicode-ident v1.0.24 |
| 352 | 2026-06-30T19:52:38.291Z | Downloaded block-buffer v0.10.4 |
| 353 | 2026-06-30T19:52:38.295Z | Downloaded fastrand v2.3.0 |
| 354 | 2026-06-30T19:52:38.298Z | Downloaded typenum v1.19.0 |
| 355 | 2026-06-30T19:52:38.298Z | Downloaded form_urlencoded v1.2.2 |
| 356 | 2026-06-30T19:52:38.298Z | Downloaded colorchoice v1.0.4 |
| 357 | 2026-06-30T19:52:38.306Z | Downloaded toml_edit v0.22.27 |
| 358 | 2026-06-30T19:52:38.306Z | Downloaded serde-untagged v0.1.9 |
| 359 | 2026-06-30T19:52:38.306Z | Downloaded clap_lex v1.0.0 |
| 360 | 2026-06-30T19:52:38.345Z | Downloaded quote v1.0.45 |
| 361 | 2026-06-30T19:52:38.345Z | Downloaded digest v0.10.7 |
| 362 | 2026-06-30T19:52:38.345Z | Downloaded potential_utf v0.1.4 |
| 363 | 2026-06-30T19:52:38.345Z | Downloaded fnv v1.0.7 |
| 364 | 2026-06-30T19:52:38.345Z | Downloaded zerotrie v0.2.3 |
| 365 | 2026-06-30T19:52:38.345Z | Downloaded smawk v0.3.2 |
| 366 | 2026-06-30T19:52:38.346Z | Downloaded zerovec v0.11.5 |
| 367 | 2026-06-30T19:52:38.346Z | Downloaded generic-array v0.14.7 |
| 368 | 2026-06-30T19:52:38.346Z | Downloaded pretty-hex v0.4.1 |
| 369 | 2026-06-30T19:52:38.346Z | Downloaded heck v0.5.0 |
| 370 | 2026-06-30T19:52:38.346Z | Downloaded zerocopy v0.7.35 |
| 371 | 2026-06-30T19:52:38.346Z | Downloaded strsim v0.11.1 |
| 372 | 2026-06-30T19:52:38.346Z | Downloaded winnow v0.7.14 |
| 373 | 2026-06-30T19:52:38.351Z | Downloaded clap v4.6.1 |
| 374 | 2026-06-30T19:52:38.351Z | Downloaded cargo_metadata v0.21.0 |
| 375 | 2026-06-30T19:52:38.351Z | Downloaded anstyle-parse v1.0.0 |
| 376 | 2026-06-30T19:52:38.351Z | Downloaded unicode-width v0.2.0 |
| 377 | 2026-06-30T19:52:38.357Z | Downloaded unicode-width v0.1.14 |
| 378 | 2026-06-30T19:52:38.360Z | Downloaded pest_derive v2.8.6 |
| 379 | 2026-06-30T19:52:38.360Z | Downloaded synstructure v0.13.2 |
| 380 | 2026-06-30T19:52:38.360Z | Downloaded cargo-util-schemas v0.8.2 |
| 381 | 2026-06-30T19:52:38.360Z | Downloaded sha2 v0.10.9 |
| 382 | 2026-06-30T19:52:38.360Z | Downloaded serde_tokenstream v0.2.3 |
| 383 | 2026-06-30T19:52:38.365Z | Downloaded semver v1.0.28 |
| 384 | 2026-06-30T19:52:38.365Z | Downloaded percent-encoding v2.3.2 |
| 385 | 2026-06-30T19:52:38.370Z | Downloaded scroll v0.12.0 |
| 386 | 2026-06-30T19:52:38.375Z | Downloaded icu_provider v2.1.1 |
| 387 | 2026-06-30T19:52:38.378Z | Downloaded icu_properties v2.1.2 |
| 388 | 2026-06-30T19:52:38.378Z | Downloaded proc-macro-error v1.0.4 |
| 389 | 2026-06-30T19:52:38.382Z | Downloaded icu_normalizer_data v2.1.1 |
| 390 | 2026-06-30T19:52:38.385Z | Downloaded serde-value v0.7.0 |
| 391 | 2026-06-30T19:52:38.389Z | Downloaded once_cell v1.21.3 |
| 392 | 2026-06-30T19:52:38.392Z | Downloaded proc-macro2 v1.0.106 |
| 393 | 2026-06-30T19:52:38.392Z | Downloaded num-traits v0.2.19 |
| 394 | 2026-06-30T19:52:38.395Z | Downloaded log v0.4.29 |
| 395 | 2026-06-30T19:52:38.395Z | Downloaded getrandom v0.4.1 |
| 396 | 2026-06-30T19:52:38.398Z | Downloaded smallvec v1.15.1 |
| 397 | 2026-06-30T19:52:38.401Z | Downloaded tempfile v3.25.0 |
| 398 | 2026-06-30T19:52:38.404Z | Downloaded pest_generator v2.8.6 |
| 399 | 2026-06-30T19:52:38.404Z | Downloaded litemap v0.8.1 |
| 400 | 2026-06-30T19:52:38.410Z | Downloaded icu_locale_core v2.1.1 |
| 401 | 2026-06-30T19:52:38.414Z | Downloaded clap_derive v4.6.1 |
| 402 | 2026-06-30T19:52:38.417Z | Downloaded pest_meta v2.8.6 |
| 403 | 2026-06-30T19:52:38.420Z | Downloaded serde_core v1.0.228 |
| 404 | 2026-06-30T19:52:38.429Z | Downloaded serde_derive v1.0.228 |
| 405 | 2026-06-30T19:52:38.432Z | Downloaded icu_normalizer v2.1.1 |
| 406 | 2026-06-30T19:52:38.435Z | Downloaded memchr v2.8.0 |
| 407 | 2026-06-30T19:52:38.438Z | Downloaded icu_collections v2.1.1 |
| 408 | 2026-06-30T19:52:38.442Z | Downloaded serde v1.0.228 |
| 409 | 2026-06-30T19:52:38.445Z | Downloaded papergrid v0.11.0 |
| 410 | 2026-06-30T19:52:38.448Z | Downloaded indexmap v2.14.0 |
| 411 | 2026-06-30T19:52:38.472Z | Downloaded pest v2.8.6 |
| 412 | 2026-06-30T19:52:38.479Z | Downloaded clap_builder v4.6.0 |
| 413 | 2026-06-30T19:52:38.493Z | Downloaded icu_properties_data v2.1.2 |
| 414 | 2026-06-30T19:52:38.497Z | Downloaded serde_json v1.0.150 |
| 415 | 2026-06-30T19:52:38.501Z | Downloaded hashbrown v0.17.0 |
| 416 | 2026-06-30T19:52:38.507Z | Downloaded idna v1.1.0 |
| 417 | 2026-06-30T19:52:38.510Z | Downloaded goblin v0.8.2 |
| 418 | 2026-06-30T19:52:38.530Z | Downloaded tabled v0.15.0 |
| 419 | 2026-06-30T19:52:38.537Z | Downloaded syn v1.0.109 |
| 420 | 2026-06-30T19:52:38.547Z | Downloaded syn v2.0.117 |
| 421 | 2026-06-30T19:52:38.567Z | Downloaded rustix v1.1.3 |
| 422 | 2026-06-30T19:52:38.595Z | Downloaded libc v0.2.185 |
| 423 | 2026-06-30T19:52:38.664Z | Compiling proc-macro2 v1.0.106 |
| 424 | 2026-06-30T19:52:38.665Z | Compiling quote v1.0.45 |
| 425 | 2026-06-30T19:52:38.665Z | Compiling unicode-ident v1.0.24 |
| 426 | 2026-06-30T19:52:38.668Z | Compiling serde_core v1.0.228 |
| 427 | 2026-06-30T19:52:38.668Z | Compiling libc v0.2.185 |
| 428 | 2026-06-30T19:52:38.668Z | Compiling version_check v0.9.5 |
| 429 | 2026-06-30T19:52:38.668Z | Compiling stable_deref_trait v1.2.1 |
| 430 | 2026-06-30T19:52:38.668Z | Compiling memchr v2.8.0 |
| 431 | 2026-06-30T19:52:38.976Z | Compiling serde v1.0.228 |
| 432 | 2026-06-30T19:52:38.992Z | Compiling zmij v1.0.21 |
| 433 | 2026-06-30T19:52:39.196Z | Compiling thiserror v1.0.69 |
| 434 | 2026-06-30T19:52:39.365Z | Compiling autocfg v1.5.0 |
| 435 | 2026-06-30T19:52:39.519Z | Compiling ucd-trie v0.1.7 |
| 436 | 2026-06-30T19:52:39.565Z | Compiling itoa v1.0.17 |
| 437 | 2026-06-30T19:52:39.708Z | Compiling pest v2.8.6 |
| 438 | 2026-06-30T19:52:39.727Z | Compiling litemap v0.8.1 |
| 439 | 2026-06-30T19:52:39.758Z | Compiling writeable v0.6.2 |
| 440 | 2026-06-30T19:52:39.814Z | Compiling icu_properties_data v2.1.2 |
| 441 | 2026-06-30T19:52:39.829Z | Compiling byteorder v1.5.0 |
| 442 | 2026-06-30T19:52:40.050Z | Compiling rustix v1.1.3 |
| 443 | 2026-06-30T19:52:40.120Z | Compiling icu_normalizer_data v2.1.1 |
| 444 | 2026-06-30T19:52:40.299Z | Compiling syn v2.0.117 |
| 445 | 2026-06-30T19:52:40.357Z | Compiling errno v0.3.14 |
| 446 | 2026-06-30T19:52:40.432Z | Compiling bitflags v2.11.0 |
| 447 | 2026-06-30T19:52:40.432Z | Compiling serde_json v1.0.150 |
| 448 | 2026-06-30T19:52:40.601Z | Compiling num-traits v0.2.19 |
| 449 | 2026-06-30T19:52:40.620Z | Compiling hashbrown v0.17.0 |
| 450 | 2026-06-30T19:52:40.682Z | Compiling equivalent v1.0.2 |
| 451 | 2026-06-30T19:52:40.773Z | Compiling pest_meta v2.8.6 |
| 452 | 2026-06-30T19:52:40.781Z | Compiling smallvec v1.15.1 |
| 453 | 2026-06-30T19:52:40.979Z | Compiling typeid v1.0.3 |
| 454 | 2026-06-30T19:52:41.156Z | Compiling indexmap v2.14.0 |
| 455 | 2026-06-30T19:52:41.248Z | Compiling thread-id v4.2.2 |
| 456 | 2026-06-30T19:52:41.309Z | Compiling usdt-impl v0.5.0 |
| 457 | 2026-06-30T19:52:41.323Z | Compiling proc-macro-error-attr v1.0.4 |
| 458 | 2026-06-30T19:52:41.382Z | Compiling erased-serde v0.4.9 |
| 459 | 2026-06-30T19:52:41.522Z | Compiling toml_write v0.1.2 |
| 460 | 2026-06-30T19:52:41.643Z | Compiling syn v1.0.109 |
| 461 | 2026-06-30T19:52:41.674Z | Compiling winnow v0.7.14 |
| 462 | 2026-06-30T19:52:41.942Z | Compiling proc-macro-error v1.0.4 |
| 463 | 2026-06-30T19:52:42.028Z | Compiling percent-encoding v2.3.2 |
| 464 | 2026-06-30T19:52:42.149Z | Compiling plain v0.2.3 |
| 465 | 2026-06-30T19:52:42.227Z | Compiling utf8_iter v1.0.4 |
| 466 | 2026-06-30T19:52:42.264Z | Compiling getrandom v0.4.1 |
| 467 | 2026-06-30T19:52:42.380Z | Compiling utf8parse v0.2.2 |
| 468 | 2026-06-30T19:52:42.394Z | Compiling log v0.4.29 |
| 469 | 2026-06-30T19:52:42.408Z | Compiling thiserror v2.0.18 |
| 470 | 2026-06-30T19:52:42.500Z | Compiling camino v1.2.2 |
| 471 | 2026-06-30T19:52:42.542Z | Compiling anstyle-parse v1.0.0 |
| 472 | 2026-06-30T19:52:42.583Z | Compiling ordered-float v2.10.1 |
| 473 | 2026-06-30T19:52:42.665Z | Compiling form_urlencoded v1.2.2 |
| 474 | 2026-06-30T19:52:42.831Z | Compiling synstructure v0.13.2 |
| 475 | 2026-06-30T19:52:42.848Z | Compiling pest_generator v2.8.6 |
| 476 | 2026-06-30T19:52:42.987Z | Compiling terminal_size v0.4.3 |
| 477 | 2026-06-30T19:52:43.163Z | Compiling anstyle-query v1.1.5 |
| 478 | 2026-06-30T19:52:43.282Z | Compiling cfg-if v1.0.4 |
| 479 | 2026-06-30T19:52:43.350Z | Compiling is_terminal_polyfill v1.70.2 |
| 480 | 2026-06-30T19:52:43.368Z | Compiling colorchoice v1.0.4 |
| 481 | 2026-06-30T19:52:43.392Z | Compiling pretty-hex v0.4.1 |
| 482 | 2026-06-30T19:52:43.409Z | Compiling anstyle v1.0.14 |
| 483 | 2026-06-30T19:52:43.483Z | Compiling serde-untagged v0.1.9 |
| 484 | 2026-06-30T19:52:43.550Z | Compiling semver v1.0.28 |
| 485 | 2026-06-30T19:52:43.581Z | Compiling anstream v1.0.0 |
| 486 | 2026-06-30T19:52:43.645Z | Compiling fs-err v3.3.0 |
| 487 | 2026-06-30T19:52:43.723Z | Compiling unicode-xid v0.2.6 |
| 488 | 2026-06-30T19:52:43.845Z | Compiling fnv v1.0.7 |
| 489 | 2026-06-30T19:52:43.862Z | Compiling heck v0.4.1 |
| 490 | 2026-06-30T19:52:43.877Z | Compiling heck v0.5.0 |
| 491 | 2026-06-30T19:52:43.894Z | Compiling unicode-width v0.1.14 |
| 492 | 2026-06-30T19:52:43.897Z | Compiling fastrand v2.3.0 |
| 493 | 2026-06-30T19:52:43.948Z | Compiling anyhow v1.0.102 |
| 494 | 2026-06-30T19:52:44.113Z | Compiling clap_lex v1.0.0 |
| 495 | 2026-06-30T19:52:44.174Z | Compiling bytecount v0.6.9 |
| 496 | 2026-06-30T19:52:44.174Z | Compiling strsim v0.11.1 |
| 497 | 2026-06-30T19:52:44.272Z | Compiling once_cell v1.21.3 |
| 498 | 2026-06-30T19:52:44.328Z | Compiling papergrid v0.11.0 |
| 499 | 2026-06-30T19:52:44.386Z | Compiling clap_builder v4.6.0 |
| 500 | 2026-06-30T19:52:44.442Z | Compiling serde_derive v1.0.228 |
| 501 | 2026-06-30T19:52:44.502Z | Compiling zerofrom-derive v0.1.6 |
| 502 | 2026-06-30T19:52:44.586Z | Compiling yoke-derive v0.8.1 |
| 503 | 2026-06-30T19:52:44.602Z | Compiling zerovec-derive v0.11.2 |
| 504 | 2026-06-30T19:52:44.976Z | Compiling displaydoc v0.2.5 |
| 505 | 2026-06-30T19:52:45.734Z | Compiling thiserror-impl v1.0.69 |
| 506 | 2026-06-30T19:52:45.751Z | Compiling zerocopy-derive v0.7.35 |
| 507 | 2026-06-30T19:52:45.766Z | Compiling pest_derive v2.8.6 |
| 508 | 2026-06-30T19:52:45.783Z | Compiling scroll_derive v0.12.1 |
| 509 | 2026-06-30T19:52:45.960Z | Compiling zerofrom v0.1.6 |
| 510 | 2026-06-30T19:52:46.097Z | Compiling yoke v0.8.1 |
| 511 | 2026-06-30T19:52:46.247Z | Compiling thiserror-impl v2.0.18 |
| 512 | 2026-06-30T19:52:46.292Z | Compiling zerovec v0.11.5 |
| 513 | 2026-06-30T19:52:46.466Z | Compiling zerotrie v0.2.3 |
| 514 | 2026-06-30T19:52:46.644Z | Compiling zerocopy v0.7.35 |
| 515 | 2026-06-30T19:52:46.773Z | Compiling tinystr v0.8.2 |
| 516 | 2026-06-30T19:52:46.807Z | Compiling potential_utf v0.1.4 |
| 517 | 2026-06-30T19:52:46.979Z | Compiling icu_locale_core v2.1.1 |
| 518 | 2026-06-30T19:52:46.997Z | Compiling icu_collections v2.1.1 |
| 519 | 2026-06-30T19:52:47.141Z | Compiling dtrace-parser v0.2.0 |
| 520 | 2026-06-30T19:52:47.188Z | Compiling scroll v0.12.0 |
| 521 | 2026-06-30T19:52:47.461Z | Compiling goblin v0.8.2 |
| 522 | 2026-06-30T19:52:47.486Z | Compiling tabled_derive v0.7.0 |
| 523 | 2026-06-30T19:52:47.541Z | Compiling tempfile v3.25.0 |
| 524 | 2026-06-30T19:52:47.587Z | Compiling icu_provider v2.1.1 |
| 525 | 2026-06-30T19:52:47.848Z | Compiling icu_normalizer v2.1.1 |
| 526 | 2026-06-30T19:52:47.868Z | Compiling icu_properties v2.1.2 |
| 527 | 2026-06-30T19:52:47.894Z | Compiling serde_spanned v0.6.9 |
| 528 | 2026-06-30T19:52:47.920Z | Compiling toml_datetime v0.6.11 |
| 529 | 2026-06-30T19:52:47.957Z | Compiling dof v0.3.0 |
| 530 | 2026-06-30T19:52:47.980Z | Compiling serde_tokenstream v0.2.3 |
| 531 | 2026-06-30T19:52:48.034Z | Compiling serde-value v0.7.0 |
| 532 | 2026-06-30T19:52:48.186Z | Compiling toml_edit v0.22.27 |
| 533 | 2026-06-30T19:52:48.380Z | Compiling cargo-platform v0.2.0 |
| 534 | 2026-06-30T19:52:48.397Z | Compiling clap_derive v4.6.1 |
| 535 | 2026-06-30T19:52:48.448Z | Compiling memmap v0.7.0 |
| 536 | 2026-06-30T19:52:48.513Z | Compiling smawk v0.3.2 |
| 537 | 2026-06-30T19:52:48.633Z | Compiling unicode-width v0.2.0 |
| 538 | 2026-06-30T19:52:48.650Z | Compiling unicode-linebreak v0.1.5 |
| 539 | 2026-06-30T19:52:48.897Z | Compiling idna_adapter v1.2.1 |
| 540 | 2026-06-30T19:52:48.939Z | Compiling textwrap v0.16.2 |
| 541 | 2026-06-30T19:52:48.942Z | Compiling usdt-attr-macro v0.5.0 |
| 542 | 2026-06-30T19:52:48.950Z | Compiling usdt-macro v0.5.0 |
| 543 | 2026-06-30T19:52:48.963Z | Compiling tabled v0.15.0 |
| 544 | 2026-06-30T19:52:49.055Z | Compiling idna v1.1.0 |
| 545 | 2026-06-30T19:52:49.390Z | Compiling url v2.5.8 |
| 546 | 2026-06-30T19:52:49.660Z | Compiling toml v0.8.23 |
| 547 | 2026-06-30T19:52:49.663Z | Compiling macaddr v1.0.1 |
| 548 | 2026-06-30T19:52:49.908Z | Compiling camino-tempfile v1.4.1 |
| 549 | 2026-06-30T19:52:50.178Z | Compiling cargo-util-schemas v0.8.2 |
| 550 | 2026-06-30T19:52:50.215Z | Compiling clap v4.6.1 |
| 551 | 2026-06-30T19:52:50.285Z | Compiling cargo_toml v0.21.0 |
| 552 | 2026-06-30T19:52:50.496Z | Compiling usdt v0.5.0 |
| 553 | 2026-06-30T19:52:50.666Z | Compiling swrite v0.1.0 |
| 554 | 2026-06-30T19:52:50.749Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 555 | 2026-06-30T19:52:51.135Z | Compiling cargo_metadata v0.21.0 |
| 556 | 2026-06-30T19:52:52.057Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 557 | 2026-06-30T19:52:54.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.67s |
| 558 | 2026-06-30T19:52:54.376Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 559 | 2026-06-30T19:52:54.872Z | Downloading crates ... |
| 560 | 2026-06-30T19:52:54.969Z | Downloaded adler2 v2.0.1 |
| 561 | 2026-06-30T19:52:54.982Z | Downloaded arrayref v0.3.9 |
| 562 | 2026-06-30T19:52:54.986Z | Downloaded aead v0.5.2 |
| 563 | 2026-06-30T19:52:55.991Z | Downloaded bb8 v0.8.6 |
| 564 | 2026-06-30T19:52:55.996Z | Downloaded atty v0.2.14 |
| 565 | 2026-06-30T19:52:55.996Z | Downloaded async-recursion v1.1.1 |
| 566 | 2026-06-30T19:52:55.996Z | Downloaded crc-catalog v2.4.0 |
| 567 | 2026-06-30T19:52:55.996Z | Downloaded array-init v0.0.4 |
| 568 | 2026-06-30T19:52:55.996Z | Downloaded bitfield-macros v0.19.4 |
| 569 | 2026-06-30T19:52:55.996Z | Downloaded crc8 v0.1.1 |
| 570 | 2026-06-30T19:52:55.996Z | Downloaded async-stream-impl v0.3.6 |
| 571 | 2026-06-30T19:52:55.996Z | Downloaded cpufeatures v0.3.0 |
| 572 | 2026-06-30T19:52:55.996Z | Downloaded critical-section v1.2.0 |
| 573 | 2026-06-30T19:52:55.996Z | Downloaded base16ct v0.2.0 |
| 574 | 2026-06-30T19:52:55.996Z | Downloaded crc32fast v1.5.0 |
| 575 | 2026-06-30T19:52:55.996Z | Downloaded crc-any v2.5.0 |
| 576 | 2026-06-30T19:52:55.997Z | Downloaded darling_macro v0.21.3 |
| 577 | 2026-06-30T19:52:55.997Z | Downloaded crunchy v0.2.4 |
| 578 | 2026-06-30T19:52:55.997Z | Downloaded crucible-workspace-hack v0.1.0 |
| 579 | 2026-06-30T19:52:55.997Z | Downloaded bit-set v0.8.0 |
| 580 | 2026-06-30T19:52:55.997Z | Downloaded darling_macro v0.13.4 |
| 581 | 2026-06-30T19:52:55.997Z | Downloaded bcs v0.1.6 |
| 582 | 2026-06-30T19:52:55.997Z | Downloaded bitfield-struct v0.6.2 |
| 583 | 2026-06-30T19:52:55.997Z | Downloaded async-bb8-diesel v0.2.1 |
| 584 | 2026-06-30T19:52:55.997Z | Downloaded base64ct v1.8.3 |
| 585 | 2026-06-30T19:52:55.997Z | Downloaded atomicwrites v0.4.4 |
| 586 | 2026-06-30T19:52:55.997Z | Downloaded ascii-canvas v3.0.0 |
| 587 | 2026-06-30T19:52:55.997Z | Downloaded argon2 v0.5.3 |
| 588 | 2026-06-30T19:52:55.997Z | Downloaded ciborium-io v0.2.2 |
| 589 | 2026-06-30T19:52:55.997Z | Downloaded cargo-platform v0.3.2 |
| 590 | 2026-06-30T19:52:55.998Z | Downloaded daft-derive v0.1.7 |
| 591 | 2026-06-30T19:52:55.998Z | Downloaded darling_macro v0.20.11 |
| 592 | 2026-06-30T19:52:55.998Z | Downloaded crypto-common v0.2.2 |
| 593 | 2026-06-30T19:52:55.998Z | Downloaded block-buffer v0.12.1 |
| 594 | 2026-06-30T19:52:55.998Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 595 | 2026-06-30T19:52:55.998Z | Downloaded darling_macro v0.23.0 |
| 596 | 2026-06-30T19:52:55.998Z | Downloaded backoff v0.4.0 |
| 597 | 2026-06-30T19:52:55.998Z | Downloaded async-stream v0.3.6 |
| 598 | 2026-06-30T19:52:55.998Z | Downloaded der_derive v0.7.3 |
| 599 | 2026-06-30T19:52:55.998Z | Downloaded derive_builder_core v0.20.2 |
| 600 | 2026-06-30T19:52:55.998Z | Downloaded bit-set v0.5.3 |
| 601 | 2026-06-30T19:52:55.998Z | Downloaded block-padding v0.3.3 |
| 602 | 2026-06-30T19:52:55.998Z | Downloaded assert_matches v1.5.0 |
| 603 | 2026-06-30T19:52:55.998Z | Downloaded anstyle-parse v0.2.7 |
| 604 | 2026-06-30T19:52:55.998Z | Downloaded derive_builder_macro v0.20.2 |
| 605 | 2026-06-30T19:52:55.998Z | Downloaded darling v0.13.4 |
| 606 | 2026-06-30T19:52:55.998Z | Downloaded async-trait v0.1.89 |
| 607 | 2026-06-30T19:52:55.998Z | Downloaded defmt-parser v1.0.0 |
| 608 | 2026-06-30T19:52:55.999Z | Downloaded cfg_aliases v0.2.1 |
| 609 | 2026-06-30T19:52:55.999Z | Downloaded data-encoding v2.10.0 |
| 610 | 2026-06-30T19:52:55.999Z | Downloaded ciborium-ll v0.2.2 |
| 611 | 2026-06-30T19:52:55.999Z | Downloaded defmt-macros v1.0.1 |
| 612 | 2026-06-30T19:52:55.999Z | Downloaded cfg_aliases v0.1.1 |
| 613 | 2026-06-30T19:52:55.999Z | Downloaded castaway v0.2.4 |
| 614 | 2026-06-30T19:52:55.999Z | Downloaded env_filter v1.0.0 |
| 615 | 2026-06-30T19:52:55.999Z | Downloaded endian-type v0.1.2 |
| 616 | 2026-06-30T19:52:55.999Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 617 | 2026-06-30T19:52:55.999Z | Downloaded dunce v1.0.5 |
| 618 | 2026-06-30T19:52:55.999Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 619 | 2026-06-30T19:52:55.999Z | Downloaded compression-core v0.4.31 |
| 620 | 2026-06-30T19:52:55.999Z | Downloaded atomic-waker v1.1.2 |
| 621 | 2026-06-30T19:52:55.999Z | Downloaded crossbeam-utils v0.8.21 |
| 622 | 2026-06-30T19:52:55.999Z | Downloaded debug-ignore v1.0.5 |
| 623 | 2026-06-30T19:52:55.999Z | Downloaded darling v0.20.11 |
| 624 | 2026-06-30T19:52:55.999Z | Downloaded dyn-clone v1.0.20 |
| 625 | 2026-06-30T19:52:55.999Z | Downloaded cobs v0.3.0 |
| 626 | 2026-06-30T19:52:55.999Z | Downloaded defmt v0.3.100 |
| 627 | 2026-06-30T19:52:55.999Z | Downloaded dsl_auto_type v0.2.0 |
| 628 | 2026-06-30T19:52:55.999Z | Downloaded display-error-chain v0.2.2 |
| 629 | 2026-06-30T19:52:55.999Z | Downloaded dof v0.4.0 |
| 630 | 2026-06-30T19:52:55.999Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 631 | 2026-06-30T19:52:55.999Z | Downloaded derive-ex v0.1.8 |
| 632 | 2026-06-30T19:52:55.999Z | Downloaded float-cmp v0.10.0 |
| 633 | 2026-06-30T19:52:55.999Z | Downloaded ahash v0.8.12 |
| 634 | 2026-06-30T19:52:55.999Z | Downloaded deranged v0.5.8 |
| 635 | 2026-06-30T19:52:55.999Z | Downloaded blake2 v0.10.6 |
| 636 | 2026-06-30T19:52:56.000Z | Downloaded defmt v1.0.1 |
| 637 | 2026-06-30T19:52:56.000Z | Downloaded bit-vec v0.6.3 |
| 638 | 2026-06-30T19:52:56.000Z | Downloaded arrayvec v0.7.6 |
| 639 | 2026-06-30T19:52:56.000Z | Downloaded backon v1.6.0 |
| 640 | 2026-06-30T19:52:56.000Z | Downloaded csv-core v0.1.13 |
| 641 | 2026-06-30T19:52:56.000Z | Downloaded fixedbitset v0.4.2 |
| 642 | 2026-06-30T19:52:56.000Z | Downloaded fd-lock v4.0.4 |
| 643 | 2026-06-30T19:52:56.000Z | Downloaded flagset v0.4.7 |
| 644 | 2026-06-30T19:52:56.000Z | Downloaded embedded-io v0.4.0 |
| 645 | 2026-06-30T19:52:56.000Z | Downloaded foreign-types-shared v0.3.1 |
| 646 | 2026-06-30T19:52:56.000Z | Downloaded convert_case v0.4.0 |
| 647 | 2026-06-30T19:52:56.000Z | Downloaded foreign-types-macros v0.2.3 |
| 648 | 2026-06-30T19:52:56.000Z | Downloaded foreign-types v0.3.2 |
| 649 | 2026-06-30T19:52:56.000Z | Downloaded downcast-rs v2.0.2 |
| 650 | 2026-06-30T19:52:56.000Z | Downloaded difflib v0.4.0 |
| 651 | 2026-06-30T19:52:56.000Z | Downloaded float-ord v0.3.2 |
| 652 | 2026-06-30T19:52:56.000Z | Downloaded funty v2.0.0 |
| 653 | 2026-06-30T19:52:56.000Z | Downloaded dirs-next v2.0.0 |
| 654 | 2026-06-30T19:52:56.000Z | Downloaded futures-core v0.3.32 |
| 655 | 2026-06-30T19:52:56.000Z | Downloaded arc-swap v1.8.2 |
| 656 | 2026-06-30T19:52:56.000Z | Downloaded futures-macro v0.3.32 |
| 657 | 2026-06-30T19:52:56.000Z | Downloaded crc v3.4.0 |
| 658 | 2026-06-30T19:52:56.000Z | Downloaded anstream v0.6.21 |
| 659 | 2026-06-30T19:52:56.000Z | Downloaded cstr-argument v0.1.2 |
| 660 | 2026-06-30T19:52:56.000Z | Downloaded dirs-sys-next v0.1.2 |
| 661 | 2026-06-30T19:52:56.000Z | Downloaded ctr v0.9.2 |
| 662 | 2026-06-30T19:52:56.000Z | Downloaded foreign-types-shared v0.1.1 |
| 663 | 2026-06-30T19:52:56.000Z | Downloaded gethostname v0.5.0 |
| 664 | 2026-06-30T19:52:56.005Z | Downloaded fxhash v0.2.1 |
| 665 | 2026-06-30T19:52:56.005Z | Downloaded futures-sink v0.3.32 |
| 666 | 2026-06-30T19:52:56.005Z | Downloaded futures-task v0.3.32 |
| 667 | 2026-06-30T19:52:56.006Z | Downloaded ghash v0.5.1 |
| 668 | 2026-06-30T19:52:56.006Z | Downloaded embedded-io v0.6.1 |
| 669 | 2026-06-30T19:52:56.006Z | Downloaded futures-io v0.3.32 |
| 670 | 2026-06-30T19:52:56.006Z | Downloaded darling v0.21.3 |
| 671 | 2026-06-30T19:52:56.006Z | Downloaded bitflags v1.3.2 |
| 672 | 2026-06-30T19:52:56.006Z | Downloaded crossbeam-deque v0.8.6 |
| 673 | 2026-06-30T19:52:56.006Z | Downloaded cipher v0.4.4 |
| 674 | 2026-06-30T19:52:56.006Z | Downloaded document-features v0.2.12 |
| 675 | 2026-06-30T19:52:56.006Z | Downloaded enum-as-inner v0.6.1 |
| 676 | 2026-06-30T19:52:56.006Z | Downloaded cassowary v0.3.0 |
| 677 | 2026-06-30T19:52:56.006Z | Downloaded bit-vec v0.8.0 |
| 678 | 2026-06-30T19:52:56.006Z | Downloaded dtrace-parser v0.3.0 |
| 679 | 2026-06-30T19:52:56.006Z | Downloaded cargo_metadata v0.23.1 |
| 680 | 2026-06-30T19:52:56.006Z | Downloaded camino-tempfile-ext v0.3.3 |
| 681 | 2026-06-30T19:52:56.006Z | Downloaded find-msvc-tools v0.1.9 |
| 682 | 2026-06-30T19:52:56.006Z | Downloaded env_logger v0.11.9 |
| 683 | 2026-06-30T19:52:56.006Z | Downloaded hash32 v0.3.1 |
| 684 | 2026-06-30T19:52:56.006Z | Downloaded hash32 v0.2.1 |
| 685 | 2026-06-30T19:52:56.006Z | Downloaded globwalk v0.9.1 |
| 686 | 2026-06-30T19:52:56.006Z | Downloaded cmake v0.1.57 |
| 687 | 2026-06-30T19:52:56.007Z | Downloaded bitfield v0.19.4 |
| 688 | 2026-06-30T19:52:56.008Z | Downloaded git-stub v1.0.0 |
| 689 | 2026-06-30T19:52:56.008Z | Downloaded headers-core v0.3.0 |
| 690 | 2026-06-30T19:52:56.008Z | Downloaded daft v0.1.7 |
| 691 | 2026-06-30T19:52:56.008Z | Downloaded fixedbitset v0.5.7 |
| 692 | 2026-06-30T19:52:56.008Z | Downloaded either v1.15.0 |
| 693 | 2026-06-30T19:52:56.009Z | Downloaded hex v0.4.3 |
| 694 | 2026-06-30T19:52:56.009Z | Downloaded blowfish v0.9.1 |
| 695 | 2026-06-30T19:52:56.009Z | Downloaded ff v0.13.1 |
| 696 | 2026-06-30T19:52:56.009Z | Downloaded ecdsa v0.16.9 |
| 697 | 2026-06-30T19:52:56.009Z | Downloaded aes-gcm v0.10.3 |
| 698 | 2026-06-30T19:52:56.009Z | Downloaded hex-literal v0.4.1 |
| 699 | 2026-06-30T19:52:56.009Z | Downloaded chacha20 v0.9.1 |
| 700 | 2026-06-30T19:52:56.009Z | Downloaded home v0.5.12 |
| 701 | 2026-06-30T19:52:56.009Z | Downloaded darling_core v0.13.4 |
| 702 | 2026-06-30T19:52:56.009Z | Downloaded erased-serde v0.3.31 |
| 703 | 2026-06-30T19:52:56.009Z | Downloaded ena v0.14.4 |
| 704 | 2026-06-30T19:52:56.009Z | Downloaded byte-wrapper v0.1.0 |
| 705 | 2026-06-30T19:52:56.009Z | Downloaded futures-executor v0.3.32 |
| 706 | 2026-06-30T19:52:56.009Z | Downloaded hostname v0.3.1 |
| 707 | 2026-06-30T19:52:56.009Z | Downloaded hostname v0.4.2 |
| 708 | 2026-06-30T19:52:56.009Z | Downloaded foldhash v0.2.0 |
| 709 | 2026-06-30T19:52:56.009Z | Downloaded http-body v1.0.1 |
| 710 | 2026-06-30T19:52:56.009Z | Downloaded corncobs v0.1.4 |
| 711 | 2026-06-30T19:52:56.009Z | Downloaded const_format_proc_macros v0.2.34 |
| 712 | 2026-06-30T19:52:56.009Z | Downloaded cexpr v0.6.0 |
| 713 | 2026-06-30T19:52:56.009Z | Downloaded hubpack_derive v0.1.1 |
| 714 | 2026-06-30T19:52:56.010Z | Downloaded dropshot_endpoint v0.17.1 |
| 715 | 2026-06-30T19:52:56.010Z | Downloaded foreign-types v0.5.0 |
| 716 | 2026-06-30T19:52:56.010Z | Downloaded foldhash v0.1.5 |
| 717 | 2026-06-30T19:52:56.010Z | Downloaded darling_core v0.21.3 |
| 718 | 2026-06-30T19:52:56.010Z | Downloaded httpdate v1.0.3 |
| 719 | 2026-06-30T19:52:56.010Z | Downloaded hubpack v0.1.2 |
| 720 | 2026-06-30T19:52:56.010Z | Downloaded http-range v0.1.5 |
| 721 | 2026-06-30T19:52:56.010Z | Downloaded hyper-tls v0.6.0 |
| 722 | 2026-06-30T19:52:56.010Z | Downloaded fs_extra v1.3.0 |
| 723 | 2026-06-30T19:52:56.010Z | Downloaded ident_case v1.0.1 |
| 724 | 2026-06-30T19:52:56.010Z | Downloaded group v0.13.0 |
| 725 | 2026-06-30T19:52:56.010Z | Downloaded globset v0.4.18 |
| 726 | 2026-06-30T19:52:56.010Z | Downloaded glob v0.3.3 |
| 727 | 2026-06-30T19:52:56.010Z | Downloaded digest v0.11.3 |
| 728 | 2026-06-30T19:52:56.010Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 729 | 2026-06-30T19:52:56.010Z | Downloaded illumos-nvpair v0.3.0 |
| 730 | 2026-06-30T19:52:56.010Z | Downloaded darling_core v0.20.11 |
| 731 | 2026-06-30T19:52:56.010Z | Downloaded indent_write v2.2.0 |
| 732 | 2026-06-30T19:52:56.010Z | Downloaded ciborium v0.2.2 |
| 733 | 2026-06-30T19:52:56.010Z | Downloaded bzip2 v0.6.1 |
| 734 | 2026-06-30T19:52:56.010Z | Downloaded bzip2 v0.4.4 |
| 735 | 2026-06-30T19:52:56.010Z | Downloaded diff v0.1.13 |
| 736 | 2026-06-30T19:52:56.010Z | Downloaded compression-codecs v0.4.37 |
| 737 | 2026-06-30T19:52:56.010Z | Downloaded clang-sys v1.8.1 |
| 738 | 2026-06-30T19:52:56.010Z | Downloaded diesel-dtrace v0.5.0 |
| 739 | 2026-06-30T19:52:56.010Z | Downloaded console v0.15.11 |
| 740 | 2026-06-30T19:52:56.010Z | Downloaded des v0.8.1 |
| 741 | 2026-06-30T19:52:56.010Z | Downloaded derive-where v1.6.0 |
| 742 | 2026-06-30T19:52:56.011Z | Downloaded cookie_store v0.22.1 |
| 743 | 2026-06-30T19:52:56.011Z | Downloaded fallible-iterator v0.2.0 |
| 744 | 2026-06-30T19:52:56.011Z | Downloaded console v0.16.2 |
| 745 | 2026-06-30T19:52:56.011Z | Downloaded indoc v1.0.9 |
| 746 | 2026-06-30T19:52:56.011Z | Downloaded colored v2.2.0 |
| 747 | 2026-06-30T19:52:56.011Z | Downloaded internet-checksum v0.2.1 |
| 748 | 2026-06-30T19:52:56.011Z | Downloaded inout v0.1.4 |
| 749 | 2026-06-30T19:52:56.011Z | Downloaded cbc v0.1.2 |
| 750 | 2026-06-30T19:52:56.011Z | Downloaded instant v0.1.13 |
| 751 | 2026-06-30T19:52:56.011Z | Downloaded buf-list v1.1.2 |
| 752 | 2026-06-30T19:52:56.011Z | Downloaded filetime v0.2.27 |
| 753 | 2026-06-30T19:52:56.011Z | Downloaded is-terminal v0.4.17 |
| 754 | 2026-06-30T19:52:56.011Z | Downloaded futures-channel v0.3.32 |
| 755 | 2026-06-30T19:52:56.011Z | Downloaded convert_case v0.10.0 |
| 756 | 2026-06-30T19:52:56.011Z | Downloaded is_ci v1.2.0 |
| 757 | 2026-06-30T19:52:56.011Z | Downloaded ar_archive_writer v0.5.1 |
| 758 | 2026-06-30T19:52:56.011Z | Downloaded colored v3.1.1 |
| 759 | 2026-06-30T19:52:56.011Z | Downloaded chacha20 v0.10.0 |
| 760 | 2026-06-30T19:52:56.011Z | Downloaded kstat-rs v0.2.4 |
| 761 | 2026-06-30T19:52:56.011Z | Downloaded fatfs v0.3.6 |
| 762 | 2026-06-30T19:52:56.011Z | Downloaded const-oid v0.9.6 |
| 763 | 2026-06-30T19:52:56.011Z | Downloaded drift v0.2.0 |
| 764 | 2026-06-30T19:52:56.016Z | Downloaded humantime v2.3.0 |
| 765 | 2026-06-30T19:52:56.016Z | Downloaded half v1.8.3 |
| 766 | 2026-06-30T19:52:56.016Z | Downloaded crossbeam-channel v0.5.15 |
| 767 | 2026-06-30T19:52:56.016Z | Downloaded hyper-staticfile v0.10.1 |
| 768 | 2026-06-30T19:52:56.016Z | Downloaded http-body-util v0.1.3 |
| 769 | 2026-06-30T19:52:56.016Z | Downloaded libscf-sys v1.1.0 |
| 770 | 2026-06-30T19:52:56.016Z | Downloaded lazy_static v1.5.0 |
| 771 | 2026-06-30T19:52:56.016Z | Downloaded fs-err v2.11.0 |
| 772 | 2026-06-30T19:52:56.016Z | Downloaded derive_more v0.99.20 |
| 773 | 2026-06-30T19:52:56.016Z | Downloaded ed25519 v2.2.3 |
| 774 | 2026-06-30T19:52:56.016Z | Downloaded lzss v0.8.2 |
| 775 | 2026-06-30T19:52:56.016Z | Downloaded managed v0.8.0 |
| 776 | 2026-06-30T19:52:56.016Z | Downloaded lru-slab v0.1.2 |
| 777 | 2026-06-30T19:52:56.017Z | Downloaded getrandom v0.2.17 |
| 778 | 2026-06-30T19:52:56.017Z | Downloaded lru-cache v0.1.2 |
| 779 | 2026-06-30T19:52:56.017Z | Downloaded linked-hash-map v0.5.6 |
| 780 | 2026-06-30T19:52:56.017Z | Downloaded derive_builder v0.20.2 |
| 781 | 2026-06-30T19:52:56.017Z | Downloaded lru v0.12.5 |
| 782 | 2026-06-30T19:52:56.017Z | Downloaded indoc v2.0.7 |
| 783 | 2026-06-30T19:52:56.017Z | Downloaded match_cfg v0.1.0 |
| 784 | 2026-06-30T19:52:56.017Z | Downloaded nibble_vec v0.1.0 |
| 785 | 2026-06-30T19:52:56.017Z | Downloaded memoffset v0.9.1 |
| 786 | 2026-06-30T19:52:56.017Z | Downloaded md5 v0.7.0 |
| 787 | 2026-06-30T19:52:56.017Z | Downloaded newtype-uuid-macros v0.1.0 |
| 788 | 2026-06-30T19:52:56.017Z | Downloaded maplit v1.0.2 |
| 789 | 2026-06-30T19:52:56.017Z | Downloaded darling v0.23.0 |
| 790 | 2026-06-30T19:52:56.017Z | Downloaded nodrop v0.1.14 |
| 791 | 2026-06-30T19:52:56.017Z | Downloaded ingot v0.1.1 |
| 792 | 2026-06-30T19:52:56.017Z | Downloaded crossbeam-epoch v0.9.18 |
| 793 | 2026-06-30T19:52:56.017Z | Downloaded constant_time_eq v0.4.2 |
| 794 | 2026-06-30T19:52:56.017Z | Downloaded instability v0.3.11 |
| 795 | 2026-06-30T19:52:56.017Z | Downloaded highway v1.3.0 |
| 796 | 2026-06-30T19:52:56.017Z | Downloaded const-oid v0.10.2 |
| 797 | 2026-06-30T19:52:56.017Z | Downloaded md-5 v0.10.6 |
| 798 | 2026-06-30T19:52:56.017Z | Downloaded hmac v0.12.1 |
| 799 | 2026-06-30T19:52:56.017Z | Downloaded maybe-uninit v2.0.0 |
| 800 | 2026-06-30T19:52:56.017Z | Downloaded cookie v0.18.1 |
| 801 | 2026-06-30T19:52:56.017Z | Downloaded keccak v0.1.6 |
| 802 | 2026-06-30T19:52:56.017Z | Downloaded cancel-safe-futures v0.1.5 |
| 803 | 2026-06-30T19:52:56.017Z | Downloaded ingot-types v0.1.2 |
| 804 | 2026-06-30T19:52:56.017Z | Downloaded mime v0.3.17 |
| 805 | 2026-06-30T19:52:56.018Z | Downloaded jobserver v0.1.34 |
| 806 | 2026-06-30T19:52:56.018Z | Downloaded lalrpop-util v0.19.12 |
| 807 | 2026-06-30T19:52:56.018Z | Downloaded newline-converter v0.3.0 |
| 808 | 2026-06-30T19:52:56.018Z | Downloaded new_debug_unreachable v1.0.6 |
| 809 | 2026-06-30T19:52:56.018Z | Downloaded multimap v0.10.1 |
| 810 | 2026-06-30T19:52:56.018Z | Downloaded ipnet v2.11.0 |
| 811 | 2026-06-30T19:52:56.018Z | Downloaded httparse v1.10.1 |
| 812 | 2026-06-30T19:52:56.018Z | Downloaded newtype_derive v0.1.6 |
| 813 | 2026-06-30T19:52:56.018Z | Downloaded num v0.4.3 |
| 814 | 2026-06-30T19:52:56.018Z | Downloaded normalize-line-endings v0.3.0 |
| 815 | 2026-06-30T19:52:56.018Z | Downloaded nonempty v0.12.0 |
| 816 | 2026-06-30T19:52:56.018Z | Downloaded num-iter v0.1.45 |
| 817 | 2026-06-30T19:52:56.018Z | Downloaded num-derive v0.3.3 |
| 818 | 2026-06-30T19:52:56.018Z | Downloaded num-conv v0.2.0 |
| 819 | 2026-06-30T19:52:56.018Z | Downloaded allocator-api2 v0.2.21 |
| 820 | 2026-06-30T19:52:56.018Z | Downloaded num_enum_derive v0.5.11 |
| 821 | 2026-06-30T19:52:56.018Z | Downloaded linear-map v1.2.0 |
| 822 | 2026-06-30T19:52:56.018Z | Downloaded libloading v0.8.9 |
| 823 | 2026-06-30T19:52:56.018Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 824 | 2026-06-30T19:52:56.018Z | Downloaded base64 v0.22.1 |
| 825 | 2026-06-30T19:52:56.018Z | Downloaded lock_api v0.4.14 |
| 826 | 2026-06-30T19:52:56.018Z | Downloaded num_threads v0.1.7 |
| 827 | 2026-06-30T19:52:56.018Z | Downloaded libefi-sys v0.1.0 |
| 828 | 2026-06-30T19:52:56.018Z | Downloaded openssl-probe v0.1.6 |
| 829 | 2026-06-30T19:52:56.018Z | Downloaded opaque-debug v0.3.1 |
| 830 | 2026-06-30T19:52:56.018Z | Downloaded openssl-macros v0.1.1 |
| 831 | 2026-06-30T19:52:56.018Z | Downloaded olpc-cjson v0.1.4 |
| 832 | 2026-06-30T19:52:56.018Z | Downloaded crypto-bigint v0.5.5 |
| 833 | 2026-06-30T19:52:56.019Z | Downloaded oso-derive v0.27.3 |
| 834 | 2026-06-30T19:52:56.019Z | Downloaded hybrid-array v0.4.10 |
| 835 | 2026-06-30T19:52:56.019Z | Downloaded elliptic-curve v0.13.8 |
| 836 | 2026-06-30T19:52:56.019Z | Downloaded futures v0.3.32 |
| 837 | 2026-06-30T19:52:56.019Z | Downloaded libsw v3.5.0 |
| 838 | 2026-06-30T19:52:56.019Z | Downloaded iana-time-zone v0.1.65 |
| 839 | 2026-06-30T19:52:56.019Z | Downloaded git-stub-vcs v0.1.0 |
| 840 | 2026-06-30T19:52:56.019Z | Downloaded native-tls v0.2.18 |
| 841 | 2026-06-30T19:52:56.019Z | Downloaded openssl-probe v0.2.1 |
| 842 | 2026-06-30T19:52:56.019Z | Downloaded libsw-core v0.3.2 |
| 843 | 2026-06-30T19:52:56.019Z | Downloaded pbkdf2 v0.12.2 |
| 844 | 2026-06-30T19:52:56.019Z | Downloaded nanorand v0.7.0 |
| 845 | 2026-06-30T19:52:56.019Z | Downloaded parse-display v0.10.0 |
| 846 | 2026-06-30T19:52:56.019Z | Downloaded darling_core v0.23.0 |
| 847 | 2026-06-30T19:52:56.019Z | Downloaded nu-ansi-term v0.50.3 |
| 848 | 2026-06-30T19:52:56.019Z | Downloaded mime_guess v2.0.5 |
| 849 | 2026-06-30T19:52:56.019Z | Downloaded path-slash v0.1.5 |
| 850 | 2026-06-30T19:52:56.019Z | Downloaded hyper-rustls v0.27.7 |
| 851 | 2026-06-30T19:52:56.019Z | Downloaded newtype-uuid v1.3.2 |
| 852 | 2026-06-30T19:52:56.019Z | Downloaded ipnetwork v0.21.1 |
| 853 | 2026-06-30T19:52:56.019Z | Downloaded peg-runtime v0.8.5 |
| 854 | 2026-06-30T19:52:56.019Z | Downloaded num-integer v0.1.46 |
| 855 | 2026-06-30T19:52:56.019Z | Downloaded parse-size v1.1.0 |
| 856 | 2026-06-30T19:52:56.019Z | Downloaded num-derive v0.4.2 |
| 857 | 2026-06-30T19:52:56.019Z | Downloaded pbkdf2 v0.11.0 |
| 858 | 2026-06-30T19:52:56.019Z | Downloaded headers v0.4.1 |
| 859 | 2026-06-30T19:52:56.019Z | Downloaded indexmap v1.9.3 |
| 860 | 2026-06-30T19:52:56.019Z | Downloaded num_enum_derive v0.7.6 |
| 861 | 2026-06-30T19:52:56.020Z | Downloaded num_enum v0.5.11 |
| 862 | 2026-06-30T19:52:56.020Z | Downloaded num-rational v0.4.2 |
| 863 | 2026-06-30T19:52:56.020Z | Downloaded litrs v1.0.0 |
| 864 | 2026-06-30T19:52:56.025Z | Downloaded phf_shared v0.13.1 |
| 865 | 2026-06-30T19:52:56.025Z | Downloaded powerfmt v0.2.0 |
| 866 | 2026-06-30T19:52:56.025Z | Downloaded ignore v0.4.25 |
| 867 | 2026-06-30T19:52:56.025Z | Downloaded phf_shared v0.12.1 |
| 868 | 2026-06-30T19:52:56.025Z | Downloaded bytes v1.11.1 |
| 869 | 2026-06-30T19:52:56.025Z | Downloaded async-compression v0.4.41 |
| 870 | 2026-06-30T19:52:56.025Z | Downloaded derive_more v2.1.1 |
| 871 | 2026-06-30T19:52:56.026Z | Downloaded heapless v0.8.0 |
| 872 | 2026-06-30T19:52:56.026Z | Downloaded aes v0.8.4 |
| 873 | 2026-06-30T19:52:56.026Z | Downloaded der v0.7.10 |
| 874 | 2026-06-30T19:52:56.026Z | Downloaded flume v0.11.1 |
| 875 | 2026-06-30T19:52:56.026Z | Downloaded predicates-tree v1.0.13 |
| 876 | 2026-06-30T19:52:56.026Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 877 | 2026-06-30T19:52:56.026Z | Downloaded oxnet v0.1.6 |
| 878 | 2026-06-30T19:52:56.026Z | Downloaded precomputed-hash v0.1.1 |
| 879 | 2026-06-30T19:52:56.026Z | Downloaded num_enum v0.7.6 |
| 880 | 2026-06-30T19:52:56.026Z | Downloaded oxide-tokio-rt v0.1.4 |
| 881 | 2026-06-30T19:52:56.026Z | Downloaded num-complex v0.4.6 |
| 882 | 2026-06-30T19:52:56.026Z | Downloaded predicates-core v1.0.10 |
| 883 | 2026-06-30T19:52:56.026Z | Downloaded packed_struct_codegen v0.10.1 |
| 884 | 2026-06-30T19:52:56.026Z | Downloaded ingot-macros v0.1.1 |
| 885 | 2026-06-30T19:52:56.026Z | Downloaded multer v3.1.0 |
| 886 | 2026-06-30T19:52:56.026Z | Downloaded proc-macro-crate v1.3.1 |
| 887 | 2026-06-30T19:52:56.026Z | Downloaded packed_struct v0.10.1 |
| 888 | 2026-06-30T19:52:56.026Z | Downloaded proc-macro-crate v3.4.0 |
| 889 | 2026-06-30T19:52:56.026Z | Downloaded parse-display-derive v0.10.0 |
| 890 | 2026-06-30T19:52:56.026Z | Downloaded psl-types v2.0.11 |
| 891 | 2026-06-30T19:52:56.026Z | Downloaded paste v1.0.15 |
| 892 | 2026-06-30T19:52:56.026Z | Downloaded password-hash v0.4.2 |
| 893 | 2026-06-30T19:52:56.026Z | Downloaded parking_lot_core v0.8.6 |
| 894 | 2026-06-30T19:52:56.027Z | Downloaded progenitor-client v0.14.0 |
| 895 | 2026-06-30T19:52:56.027Z | Downloaded libbz2-rs-sys v0.2.2 |
| 896 | 2026-06-30T19:52:56.027Z | Downloaded half v2.7.1 |
| 897 | 2026-06-30T19:52:56.027Z | Downloaded compact_str v0.8.1 |
| 898 | 2026-06-30T19:52:56.027Z | Downloaded peg v0.8.5 |
| 899 | 2026-06-30T19:52:56.027Z | Downloaded crossterm v0.28.1 |
| 900 | 2026-06-30T19:52:56.027Z | Downloaded getrandom v0.3.4 |
| 901 | 2026-06-30T19:52:56.027Z | Downloaded progenitor-macro v0.13.0 |
| 902 | 2026-06-30T19:52:56.027Z | Downloaded base64 v0.21.7 |
| 903 | 2026-06-30T19:52:56.027Z | Downloaded peg-macros v0.8.5 |
| 904 | 2026-06-30T19:52:56.027Z | Downloaded pem-rfc7468 v0.7.0 |
| 905 | 2026-06-30T19:52:56.027Z | Downloaded progenitor-macro v0.14.0 |
| 906 | 2026-06-30T19:52:56.027Z | Downloaded rand_chacha v0.3.1 |
| 907 | 2026-06-30T19:52:56.027Z | Downloaded quick-error v1.2.3 |
| 908 | 2026-06-30T19:52:56.027Z | Downloaded heapless v0.7.17 |
| 909 | 2026-06-30T19:52:56.027Z | Downloaded pkcs8 v0.10.2 |
| 910 | 2026-06-30T19:52:56.027Z | Downloaded radium v0.7.0 |
| 911 | 2026-06-30T19:52:56.027Z | Downloaded cc v1.2.56 |
| 912 | 2026-06-30T19:52:56.027Z | Downloaded chacha20poly1305 v0.10.1 |
| 913 | 2026-06-30T19:52:56.027Z | Downloaded phf_shared v0.11.3 |
| 914 | 2026-06-30T19:52:56.027Z | Downloaded pem v3.0.6 |
| 915 | 2026-06-30T19:52:56.027Z | Downloaded expectorate v1.2.0 |
| 916 | 2026-06-30T19:52:56.027Z | Downloaded indicatif v0.18.4 |
| 917 | 2026-06-30T19:52:56.027Z | Downloaded rand_xorshift v0.4.0 |
| 918 | 2026-06-30T19:52:56.027Z | Downloaded predicates v3.1.4 |
| 919 | 2026-06-30T19:52:56.027Z | Downloaded pin-project-lite v0.2.17 |
| 920 | 2026-06-30T19:52:56.027Z | Downloaded poly1305 v0.8.0 |
| 921 | 2026-06-30T19:52:56.027Z | Downloaded owo-colors v4.3.0 |
| 922 | 2026-06-30T19:52:56.028Z | Downloaded ppv-lite86 v0.2.21 |
| 923 | 2026-06-30T19:52:56.028Z | Downloaded postgres-protocol v0.6.10 |
| 924 | 2026-06-30T19:52:56.028Z | Downloaded polyval v0.6.2 |
| 925 | 2026-06-30T19:52:56.028Z | Downloaded pkg-config v0.3.32 |
| 926 | 2026-06-30T19:52:56.028Z | Downloaded hickory-resolver v0.25.2 |
| 927 | 2026-06-30T19:52:56.028Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 928 | 2026-06-30T19:52:56.028Z | Downloaded primeorder v0.13.6 |
| 929 | 2026-06-30T19:52:56.029Z | Downloaded recursive v0.1.1 |
| 930 | 2026-06-30T19:52:56.029Z | Downloaded ref-cast-impl v1.0.25 |
| 931 | 2026-06-30T19:52:56.029Z | Downloaded ref-cast v1.0.25 |
| 932 | 2026-06-30T19:52:56.029Z | Downloaded progenitor-extras v0.2.0 |
| 933 | 2026-06-30T19:52:56.029Z | Downloaded proc-macro-error2 v2.0.1 |
| 934 | 2026-06-30T19:52:56.029Z | Downloaded password-hash v0.5.0 |
| 935 | 2026-06-30T19:52:56.029Z | Downloaded rfc6979 v0.4.0 |
| 936 | 2026-06-30T19:52:56.029Z | Downloaded progenitor-client v0.13.0 |
| 937 | 2026-06-30T19:52:56.029Z | Downloaded parking_lot_core v0.9.12 |
| 938 | 2026-06-30T19:52:56.029Z | Downloaded parking_lot v0.12.5 |
| 939 | 2026-06-30T19:52:56.029Z | Downloaded russh-cryptovec v0.7.3 |
| 940 | 2026-06-30T19:52:56.029Z | Downloaded parking_lot v0.11.2 |
| 941 | 2026-06-30T19:52:56.029Z | Downloaded rtoolbox v0.0.3 |
| 942 | 2026-06-30T19:52:56.029Z | Downloaded bumpalo v3.20.2 |
| 943 | 2026-06-30T19:52:56.029Z | Downloaded rustc-hash v2.1.1 |
| 944 | 2026-06-30T19:52:56.029Z | Downloaded const_format v0.2.35 |
| 945 | 2026-06-30T19:52:56.029Z | Downloaded rand_chacha v0.9.0 |
| 946 | 2026-06-30T19:52:56.029Z | Downloaded ed25519-dalek v2.2.0 |
| 947 | 2026-06-30T19:52:56.029Z | Downloaded psm v0.1.30 |
| 948 | 2026-06-30T19:52:56.029Z | Downloaded salsa20 v0.10.2 |
| 949 | 2026-06-30T19:52:56.029Z | Downloaded rand_seeder v0.4.0 |
| 950 | 2026-06-30T19:52:56.029Z | Downloaded rand_core v0.10.0 |
| 951 | 2026-06-30T19:52:56.029Z | Downloaded derive_more-impl v2.1.1 |
| 952 | 2026-06-30T19:52:56.029Z | Downloaded r2d2 v0.8.10 |
| 953 | 2026-06-30T19:52:56.029Z | Downloaded postgres-types v0.2.12 |
| 954 | 2026-06-30T19:52:56.029Z | Downloaded flate2 v1.1.9 |
| 955 | 2026-06-30T19:52:56.029Z | Downloaded sapling-renderdag v0.1.0 |
| 956 | 2026-06-30T19:52:56.029Z | Downloaded pin-project-internal v1.1.11 |
| 957 | 2026-06-30T19:52:56.030Z | Downloaded hickory-resolver v0.24.4 |
| 958 | 2026-06-30T19:52:56.030Z | Downloaded phf v0.13.1 |
| 959 | 2026-06-30T19:52:56.030Z | Downloaded rand_core v0.9.5 |
| 960 | 2026-06-30T19:52:56.030Z | Downloaded rand_core v0.6.4 |
| 961 | 2026-06-30T19:52:56.030Z | Downloaded phf v0.12.1 |
| 962 | 2026-06-30T19:52:56.030Z | Downloaded papergrid v0.17.0 |
| 963 | 2026-06-30T19:52:56.030Z | Downloaded scopeguard v1.2.0 |
| 964 | 2026-06-30T19:52:56.039Z | Downloaded same-file v1.0.6 |
| 965 | 2026-06-30T19:52:56.039Z | Downloaded postcard v1.1.3 |
| 966 | 2026-06-30T19:52:56.039Z | Downloaded pkcs1 v0.7.5 |
| 967 | 2026-06-30T19:52:56.039Z | Downloaded oso v0.27.3 |
| 968 | 2026-06-30T19:52:56.039Z | Downloaded seq-macro v0.3.6 |
| 969 | 2026-06-30T19:52:56.039Z | Downloaded scrypt v0.11.0 |
| 970 | 2026-06-30T19:52:56.039Z | Downloaded resolv-conf v0.7.6 |
| 971 | 2026-06-30T19:52:56.039Z | Downloaded miniz_oxide v0.8.9 |
| 972 | 2026-06-30T19:52:56.039Z | Downloaded diesel_derives v2.3.7 |
| 973 | 2026-06-30T19:52:56.039Z | Downloaded serde-big-array v0.5.1 |
| 974 | 2026-06-30T19:52:56.039Z | Downloaded semver v0.1.20 |
| 975 | 2026-06-30T19:52:56.039Z | Downloaded progenitor v0.14.0 |
| 976 | 2026-06-30T19:52:56.039Z | Downloaded scroll_derive v0.13.1 |
| 977 | 2026-06-30T19:52:56.039Z | Downloaded rustc_version v0.4.1 |
| 978 | 2026-06-30T19:52:56.039Z | Downloaded secrecy v0.10.3 |
| 979 | 2026-06-30T19:52:56.039Z | Downloaded secrecy v0.8.0 |
| 980 | 2026-06-30T19:52:56.039Z | Downloaded serde_bytes v0.11.19 |
| 981 | 2026-06-30T19:52:56.039Z | Downloaded rustc_version v0.1.7 |
| 982 | 2026-06-30T19:52:56.039Z | Downloaded progenitor v0.13.0 |
| 983 | 2026-06-30T19:52:56.039Z | Downloaded memmap2 v0.9.10 |
| 984 | 2026-06-30T19:52:56.040Z | Downloaded quinn-udp v0.5.14 |
| 985 | 2026-06-30T19:52:56.040Z | Downloaded rustls-native-certs v0.8.3 |
| 986 | 2026-06-30T19:52:56.040Z | Downloaded serde_repr v0.1.20 |
| 987 | 2026-06-30T19:52:56.040Z | Downloaded serde_urlencoded v0.7.1 |
| 988 | 2026-06-30T19:52:56.040Z | Downloaded serde_spanned v1.1.1 |
| 989 | 2026-06-30T19:52:56.040Z | Downloaded signal-hook-mio v0.2.5 |
| 990 | 2026-06-30T19:52:56.040Z | Downloaded rustversion v1.0.22 |
| 991 | 2026-06-30T19:52:56.040Z | Downloaded crossterm v0.29.0 |
| 992 | 2026-06-30T19:52:56.040Z | Downloaded p256 v0.13.2 |
| 993 | 2026-06-30T19:52:56.040Z | Downloaded siphasher v1.0.2 |
| 994 | 2026-06-30T19:52:56.040Z | Downloaded pkcs5 v0.7.1 |
| 995 | 2026-06-30T19:52:56.040Z | Downloaded pin-project v1.1.11 |
| 996 | 2026-06-30T19:52:56.040Z | Downloaded signal-hook-tokio v0.3.1 |
| 997 | 2026-06-30T19:52:56.040Z | Downloaded shell-words v1.1.1 |
| 998 | 2026-06-30T19:52:56.040Z | Downloaded sha1 v0.10.6 |
| 999 | 2026-06-30T19:52:56.040Z | Downloaded rustls-pemfile v2.2.0 |
| 1000 | 2026-06-30T19:52:56.040Z | Downloaded rusty-fork v0.3.1 |
| 1001 | 2026-06-30T19:52:56.040Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1002 | 2026-06-30T19:52:56.040Z | Downloaded schemars_derive v0.8.22 |
| 1003 | 2026-06-30T19:52:56.040Z | Downloaded http v1.4.2 |
| 1004 | 2026-06-30T19:52:56.040Z | Downloaded jiff-static v0.2.21 |
| 1005 | 2026-06-30T19:52:56.040Z | Downloaded openssl-sys v0.9.115 |
| 1006 | 2026-06-30T19:52:56.040Z | Downloaded omicron-zone-package v0.12.3 |
| 1007 | 2026-06-30T19:52:56.040Z | Downloaded sigpipe v0.1.3 |
| 1008 | 2026-06-30T19:52:56.041Z | Downloaded signature v2.2.0 |
| 1009 | 2026-06-30T19:52:56.041Z | Downloaded serde_derive_internals v0.29.1 |
| 1010 | 2026-06-30T19:52:56.041Z | Downloaded serde-hex v0.1.0 |
| 1011 | 2026-06-30T19:52:56.041Z | Downloaded sec1 v0.7.3 |
| 1012 | 2026-06-30T19:52:56.041Z | Downloaded scroll v0.13.0 |
| 1013 | 2026-06-30T19:52:56.041Z | Downloaded progenitor-impl v0.13.0 |
| 1014 | 2026-06-30T19:52:56.041Z | Downloaded serde_path_to_error v0.1.20 |
| 1015 | 2026-06-30T19:52:56.041Z | Downloaded russh-keys v0.45.0 |
| 1016 | 2026-06-30T19:52:56.041Z | Downloaded slog-bunyan v2.5.0 |
| 1017 | 2026-06-30T19:52:56.041Z | Downloaded slog-envlogger v2.2.0 |
| 1018 | 2026-06-30T19:52:56.041Z | Downloaded hashbrown v0.12.3 |
| 1019 | 2026-06-30T19:52:56.041Z | Downloaded rustls-pki-types v1.14.0 |
| 1020 | 2026-06-30T19:52:56.041Z | Downloaded sha1 v0.11.0 |
| 1021 | 2026-06-30T19:52:56.041Z | Downloaded prefix-trie v0.7.0 |
| 1022 | 2026-06-30T19:52:56.041Z | Downloaded ssh-cipher v0.2.0 |
| 1023 | 2026-06-30T19:52:56.043Z | Downloaded hickory-server v0.25.2 |
| 1024 | 2026-06-30T19:52:56.043Z | Downloaded slab v0.4.12 |
| 1025 | 2026-06-30T19:52:56.043Z | Downloaded ssh-encoding v0.2.0 |
| 1026 | 2026-06-30T19:52:56.043Z | Downloaded shlex v1.3.0 |
| 1027 | 2026-06-30T19:52:56.043Z | Downloaded serde_with_macros v1.5.2 |
| 1028 | 2026-06-30T19:52:56.043Z | Downloaded strum v0.26.3 |
| 1029 | 2026-06-30T19:52:56.043Z | Downloaded structmeta-derive v0.3.0 |
| 1030 | 2026-06-30T19:52:56.043Z | Downloaded structmeta v0.3.0 |
| 1031 | 2026-06-30T19:52:56.043Z | Downloaded signal-hook-registry v1.4.8 |
| 1032 | 2026-06-30T19:52:56.043Z | Downloaded strsim v0.10.0 |
| 1033 | 2026-06-30T19:52:56.043Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1034 | 2026-06-30T19:52:56.043Z | Downloaded slog-dtrace v0.3.0 |
| 1035 | 2026-06-30T19:52:56.043Z | Downloaded simd-adler32 v0.3.8 |
| 1036 | 2026-06-30T19:52:56.043Z | Downloaded pretty_assertions v1.4.1 |
| 1037 | 2026-06-30T19:52:56.043Z | Downloaded sqlparser_derive v0.5.0 |
| 1038 | 2026-06-30T19:52:56.043Z | Downloaded slog-json v2.6.1 |
| 1039 | 2026-06-30T19:52:56.044Z | Downloaded supports-color v3.0.2 |
| 1040 | 2026-06-30T19:52:56.044Z | Downloaded subtle v2.6.1 |
| 1041 | 2026-06-30T19:52:56.044Z | Downloaded rcgen v0.12.1 |
| 1042 | 2026-06-30T19:52:56.044Z | Downloaded progenitor-impl v0.14.0 |
| 1043 | 2026-06-30T19:52:56.044Z | Downloaded sync-ptr v0.1.4 |
| 1044 | 2026-06-30T19:52:56.044Z | Downloaded strum v0.27.2 |
| 1045 | 2026-06-30T19:52:56.044Z | Downloaded sync_wrapper v1.0.2 |
| 1046 | 2026-06-30T19:52:56.044Z | Downloaded smf v0.2.3 |
| 1047 | 2026-06-30T19:52:56.044Z | Downloaded take_mut v0.2.2 |
| 1048 | 2026-06-30T19:52:56.044Z | Downloaded tabled_derive v0.11.0 |
| 1049 | 2026-06-30T19:52:56.044Z | Downloaded prettyplease v0.2.37 |
| 1050 | 2026-06-30T19:52:56.044Z | Downloaded serde_plain v1.0.2 |
| 1051 | 2026-06-30T19:52:56.044Z | Downloaded tagptr v0.2.0 |
| 1052 | 2026-06-30T19:52:56.044Z | Downloaded tabwriter v1.4.1 |
| 1053 | 2026-06-30T19:52:56.044Z | Downloaded serde_cbor v0.11.2 |
| 1054 | 2026-06-30T19:52:56.044Z | Downloaded termtree v0.5.1 |
| 1055 | 2026-06-30T19:52:56.044Z | Downloaded slog-term v2.9.2 |
| 1056 | 2026-06-30T19:52:56.044Z | Downloaded testing_table v0.3.0 |
| 1057 | 2026-06-30T19:52:56.044Z | Downloaded snafu-derive v0.8.9 |
| 1058 | 2026-06-30T19:52:56.044Z | Downloaded smallvec v0.6.14 |
| 1059 | 2026-06-30T19:52:56.044Z | Downloaded slog-stdlog v4.1.1 |
| 1060 | 2026-06-30T19:52:56.044Z | Downloaded slog-scope v4.4.1 |
| 1061 | 2026-06-30T19:52:56.044Z | Downloaded hashbrown v0.13.2 |
| 1062 | 2026-06-30T19:52:56.044Z | Downloaded thread-id v5.1.0 |
| 1063 | 2026-06-30T19:52:56.044Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1064 | 2026-06-30T19:52:56.052Z | Downloaded sqlformat v0.3.5 |
| 1065 | 2026-06-30T19:52:56.052Z | Downloaded stacker v0.1.23 |
| 1066 | 2026-06-30T19:52:56.052Z | Downloaded spki v0.7.3 |
| 1067 | 2026-06-30T19:52:56.052Z | Downloaded tinyvec_macros v0.1.1 |
| 1068 | 2026-06-30T19:52:56.052Z | Downloaded tokio-macros v2.7.0 |
| 1069 | 2026-06-30T19:52:56.052Z | Downloaded dropshot-api-manager v0.7.2 |
| 1070 | 2026-06-30T19:52:56.052Z | Downloaded serde_with_macros v3.17.0 |
| 1071 | 2026-06-30T19:52:56.052Z | Downloaded mio v1.2.0 |
| 1072 | 2026-06-30T19:52:56.052Z | Downloaded stringprep v0.1.5 |
| 1073 | 2026-06-30T19:52:56.053Z | Downloaded strum_macros v0.27.2 |
| 1074 | 2026-06-30T19:52:56.053Z | Downloaded strum_macros v0.26.4 |
| 1075 | 2026-06-30T19:52:56.053Z | Downloaded support-bundle-viewer v0.1.2 |
| 1076 | 2026-06-30T19:52:56.053Z | Downloaded tokio-test v0.4.5 |
| 1077 | 2026-06-30T19:52:56.053Z | Downloaded slog-async v2.8.0 |
| 1078 | 2026-06-30T19:52:56.053Z | Downloaded ron v0.8.1 |
| 1079 | 2026-06-30T19:52:56.053Z | Downloaded hyper-util v0.1.20 |
| 1080 | 2026-06-30T19:52:56.053Z | Downloaded num-bigint v0.4.6 |
| 1081 | 2026-06-30T19:52:56.053Z | Downloaded strum_macros v0.24.3 |
| 1082 | 2026-06-30T19:52:56.053Z | Downloaded string_cache v0.8.9 |
| 1083 | 2026-06-30T19:52:56.053Z | Downloaded minimal-lexical v0.2.1 |
| 1084 | 2026-06-30T19:52:56.053Z | Downloaded nom v7.1.3 |
| 1085 | 2026-06-30T19:52:56.053Z | Downloaded termios v0.3.3 |
| 1086 | 2026-06-30T19:52:56.053Z | Downloaded tap v1.0.1 |
| 1087 | 2026-06-30T19:52:56.053Z | Downloaded qorb v0.4.1 |
| 1088 | 2026-06-30T19:52:56.053Z | Downloaded try-lock v0.2.5 |
| 1089 | 2026-06-30T19:52:56.053Z | Downloaded trait-variant v0.1.2 |
| 1090 | 2026-06-30T19:52:56.053Z | Downloaded thread_local v1.1.9 |
| 1091 | 2026-06-30T19:52:56.053Z | Downloaded time-core v0.1.8 |
| 1092 | 2026-06-30T19:52:56.053Z | Downloaded hashbrown v0.16.1 |
| 1093 | 2026-06-30T19:52:56.053Z | Downloaded tower-service v0.3.3 |
| 1094 | 2026-06-30T19:52:56.053Z | Downloaded tower-layer v0.3.3 |
| 1095 | 2026-06-30T19:52:56.053Z | Downloaded topological-sort v0.2.2 |
| 1096 | 2026-06-30T19:52:56.053Z | Downloaded itertools v0.10.5 |
| 1097 | 2026-06-30T19:52:56.053Z | Downloaded hashbrown v0.15.5 |
| 1098 | 2026-06-30T19:52:56.053Z | Downloaded tiny-keccak v2.0.2 |
| 1099 | 2026-06-30T19:52:56.053Z | Downloaded time-macros v0.2.27 |
| 1100 | 2026-06-30T19:52:56.053Z | Downloaded tokio-dtrace v0.1.1 |
| 1101 | 2026-06-30T19:52:56.054Z | Downloaded ryu v1.0.23 |
| 1102 | 2026-06-30T19:52:56.054Z | Downloaded static_assertions v1.1.0 |
| 1103 | 2026-06-30T19:52:56.054Z | Downloaded signal-hook v0.3.18 |
| 1104 | 2026-06-30T19:52:56.054Z | Downloaded typify-macro v0.6.2 |
| 1105 | 2026-06-30T19:52:56.054Z | Downloaded tls_codec v0.4.2 |
| 1106 | 2026-06-30T19:52:56.054Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1107 | 2026-06-30T19:52:56.054Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1108 | 2026-06-30T19:52:56.054Z | Downloaded unarray v0.1.4 |
| 1109 | 2026-06-30T19:52:56.054Z | Downloaded thiserror-no-std v2.0.2 |
| 1110 | 2026-06-30T19:52:56.054Z | Downloaded iri-string v0.7.10 |
| 1111 | 2026-06-30T19:52:56.054Z | Downloaded rand v0.8.6 |
| 1112 | 2026-06-30T19:52:56.054Z | Downloaded schemars v0.9.0 |
| 1113 | 2026-06-30T19:52:56.054Z | Downloaded similar v2.7.0 |
| 1114 | 2026-06-30T19:52:56.054Z | Downloaded unit-prefix v0.5.2 |
| 1115 | 2026-06-30T19:52:56.054Z | Downloaded unicode-truncate v1.1.0 |
| 1116 | 2026-06-30T19:52:56.054Z | Downloaded schemars v0.8.22 |
| 1117 | 2026-06-30T19:52:56.057Z | Downloaded usdt-attr-macro v0.6.0 |
| 1118 | 2026-06-30T19:52:56.057Z | Downloaded universal-hash v0.5.1 |
| 1119 | 2026-06-30T19:52:56.057Z | Downloaded rsa v0.9.10 |
| 1120 | 2026-06-30T19:52:56.058Z | Downloaded tokio-tungstenite v0.21.0 |
| 1121 | 2026-06-30T19:52:56.058Z | Downloaded term v0.7.0 |
| 1122 | 2026-06-30T19:52:56.061Z | Downloaded untrusted v0.7.1 |
| 1123 | 2026-06-30T19:52:56.064Z | Downloaded usdt v0.6.0 |
| 1124 | 2026-06-30T19:52:56.064Z | Downloaded untrusted v0.9.0 |
| 1125 | 2026-06-30T19:52:56.064Z | Downloaded utf-8 v0.7.6 |
| 1126 | 2026-06-30T19:52:56.067Z | Downloaded term v1.2.1 |
| 1127 | 2026-06-30T19:52:56.067Z | Downloaded publicsuffix v2.3.0 |
| 1128 | 2026-06-30T19:52:56.070Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1129 | 2026-06-30T19:52:56.070Z | Downloaded usdt-macro v0.6.0 |
| 1130 | 2026-06-30T19:52:56.074Z | Downloaded quinn v0.11.9 |
| 1131 | 2026-06-30T19:52:56.078Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1132 | 2026-06-30T19:52:56.078Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1133 | 2026-06-30T19:52:56.081Z | Downloaded socket2 v0.5.10 |
| 1134 | 2026-06-30T19:52:56.081Z | Downloaded libxml v0.3.3 |
| 1135 | 2026-06-30T19:52:56.085Z | Downloaded aho-corasick v1.1.4 |
| 1136 | 2026-06-30T19:52:56.088Z | Downloaded spin v0.9.8 |
| 1137 | 2026-06-30T19:52:56.096Z | Downloaded itertools v0.13.0 |
| 1138 | 2026-06-30T19:52:56.100Z | Downloaded tls_codec_derive v0.4.2 |
| 1139 | 2026-06-30T19:52:56.105Z | Downloaded tui-tree-widget v0.23.1 |
| 1140 | 2026-06-30T19:52:56.108Z | Downloaded num-bigint-dig v0.8.6 |
| 1141 | 2026-06-30T19:52:56.108Z | Downloaded waitgroup v0.1.2 |
| 1142 | 2026-06-30T19:52:56.111Z | Downloaded wait-timeout v0.2.1 |
| 1143 | 2026-06-30T19:52:56.111Z | Downloaded void v1.0.2 |
| 1144 | 2026-06-30T19:52:56.111Z | Downloaded itertools v0.12.1 |
| 1145 | 2026-06-30T19:52:56.118Z | Downloaded tokio-native-tls v0.3.1 |
| 1146 | 2026-06-30T19:52:56.124Z | Downloaded unicase v2.9.0 |
| 1147 | 2026-06-30T19:52:56.127Z | Downloaded tokio-rustls v0.26.4 |
| 1148 | 2026-06-30T19:52:56.135Z | Downloaded rand v0.9.2 |
| 1149 | 2026-06-30T19:52:56.141Z | Downloaded slog v2.8.2 |
| 1150 | 2026-06-30T19:52:56.141Z | Downloaded tokio-stream v0.1.18 |
| 1151 | 2026-06-30T19:52:56.145Z | Downloaded russh v0.45.0 |
| 1152 | 2026-06-30T19:52:56.145Z | Downloaded xattr v1.6.1 |
| 1153 | 2026-06-30T19:52:56.145Z | Downloaded xshell-macros v0.2.7 |
| 1154 | 2026-06-30T19:52:56.145Z | Downloaded usdt-impl v0.6.0 |
| 1155 | 2026-06-30T19:52:56.145Z | Downloaded samael v0.0.19 |
| 1156 | 2026-06-30T19:52:56.148Z | Downloaded zeroize_derive v1.4.3 |
| 1157 | 2026-06-30T19:52:56.151Z | Downloaded zone v0.3.1 |
| 1158 | 2026-06-30T19:52:56.156Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1159 | 2026-06-30T19:52:56.159Z | Downloaded tokio-tungstenite v0.23.1 |
| 1160 | 2026-06-30T19:52:56.162Z | Downloaded socket2 v0.6.3 |
| 1161 | 2026-06-30T19:52:56.162Z | Downloaded snafu v0.8.9 |
| 1162 | 2026-06-30T19:52:56.165Z | Downloaded zone_cfg_derive v0.3.1 |
| 1163 | 2026-06-30T19:52:56.165Z | Downloaded rayon-core v1.13.0 |
| 1164 | 2026-06-30T19:52:56.168Z | Downloaded vergen-lib v9.1.0 |
| 1165 | 2026-06-30T19:52:56.168Z | Downloaded vergen-lib v0.1.6 |
| 1166 | 2026-06-30T19:52:56.171Z | Downloaded vergen-gitcl v1.0.8 |
| 1167 | 2026-06-30T19:52:56.171Z | Downloaded hyper v1.10.1 |
| 1168 | 2026-06-30T19:52:56.175Z | Downloaded futures-util v0.3.32 |
| 1169 | 2026-06-30T19:52:56.180Z | Downloaded test-strategy v0.4.5 |
| 1170 | 2026-06-30T19:52:56.183Z | Downloaded rustls-webpki v0.103.9 |
| 1171 | 2026-06-30T19:52:56.186Z | Downloaded vergen-git2 v9.1.0 |
| 1172 | 2026-06-30T19:52:56.186Z | Downloaded twox-hash v2.1.2 |
| 1173 | 2026-06-30T19:52:56.189Z | Downloaded tracing-attributes v0.1.31 |
| 1174 | 2026-06-30T19:52:56.189Z | Downloaded vsss-rs v3.3.4 |
| 1175 | 2026-06-30T19:52:56.193Z | Downloaded schemars v1.2.1 |
| 1176 | 2026-06-30T19:52:56.200Z | Downloaded whoami v2.1.0 |
| 1177 | 2026-06-30T19:52:56.204Z | Downloaded subprocess v0.2.15 |
| 1178 | 2026-06-30T19:52:56.207Z | Downloaded tinyvec v1.10.0 |
| 1179 | 2026-06-30T19:52:56.210Z | Downloaded nom v8.0.0 |
| 1180 | 2026-06-30T19:52:56.213Z | Downloaded want v0.3.1 |
| 1181 | 2026-06-30T19:52:56.221Z | Downloaded zeroize v1.8.2 |
| 1182 | 2026-06-30T19:52:56.224Z | Downloaded libm v0.2.16 |
| 1183 | 2026-06-30T19:52:56.233Z | Downloaded wyz v0.5.1 |
| 1184 | 2026-06-30T19:52:56.237Z | Downloaded unicode-properties v0.1.4 |
| 1185 | 2026-06-30T19:52:56.237Z | Downloaded zstd-safe v7.2.4 |
| 1186 | 2026-06-30T19:52:56.237Z | Downloaded xshell v0.2.7 |
| 1187 | 2026-06-30T19:52:56.246Z | Downloaded tungstenite v0.21.0 |
| 1188 | 2026-06-30T19:52:56.249Z | Downloaded tracing-core v0.1.36 |
| 1189 | 2026-06-30T19:52:56.252Z | Downloaded toml v0.7.8 |
| 1190 | 2026-06-30T19:52:56.255Z | Downloaded walkdir v2.5.0 |
| 1191 | 2026-06-30T19:52:56.260Z | Downloaded p521 v0.13.3 |
| 1192 | 2026-06-30T19:52:56.264Z | Downloaded tar v0.4.45 |
| 1193 | 2026-06-30T19:52:56.267Z | Downloaded whoami v1.6.1 |
| 1194 | 2026-06-30T19:52:56.267Z | Downloaded unicode-bidi v0.3.18 |
| 1195 | 2026-06-30T19:52:56.270Z | Downloaded vergen v9.1.0 |
| 1196 | 2026-06-30T19:52:56.270Z | Downloaded uzers v0.12.2 |
| 1197 | 2026-06-30T19:52:56.274Z | Downloaded itertools v0.14.0 |
| 1198 | 2026-06-30T19:52:56.278Z | Downloaded rpassword v7.4.0 |
| 1199 | 2026-06-30T19:52:56.283Z | Downloaded h2 v0.4.15 |
| 1200 | 2026-06-30T19:52:56.286Z | Downloaded yasna v0.5.2 |
| 1201 | 2026-06-30T19:52:56.291Z | Downloaded typify v0.6.2 |
| 1202 | 2026-06-30T19:52:56.291Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1203 | 2026-06-30T19:52:56.294Z | Downloaded zstd v0.13.3 |
| 1204 | 2026-06-30T19:52:56.299Z | Downloaded hkdf v0.12.4 |
| 1205 | 2026-06-30T19:52:56.302Z | Downloaded rand v0.10.0 |
| 1206 | 2026-06-30T19:52:56.305Z | Downloaded vte v0.14.1 |
| 1207 | 2026-06-30T19:52:56.308Z | Downloaded rustyline v14.0.0 |
| 1208 | 2026-06-30T19:52:56.313Z | Downloaded tokio-postgres v0.7.16 |
| 1209 | 2026-06-30T19:52:56.322Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1210 | 2026-06-30T19:52:56.331Z | Downloaded zerocopy v0.6.6 |
| 1211 | 2026-06-30T19:52:56.352Z | Downloaded steno v0.4.1 |
| 1212 | 2026-06-30T19:52:56.355Z | Downloaded tungstenite v0.23.0 |
| 1213 | 2026-06-30T19:52:56.359Z | Downloaded serde_with v1.14.0 |
| 1214 | 2026-06-30T19:52:56.366Z | Downloaded reedline v0.40.0 |
| 1215 | 2026-06-30T19:52:56.371Z | Downloaded aws-lc-rs v1.16.3 |
| 1216 | 2026-06-30T19:52:56.382Z | Downloaded reqwest v0.13.2 |
| 1217 | 2026-06-30T19:52:56.386Z | Downloaded blake3 v1.8.5 |
| 1218 | 2026-06-30T19:52:56.386Z | Downloaded zip v0.6.6 |
| 1219 | 2026-06-30T19:52:56.396Z | Downloaded zopfli v0.8.3 |
| 1220 | 2026-06-30T19:52:56.401Z | Downloaded iddqd v0.4.2 |
| 1221 | 2026-06-30T19:52:56.404Z | Downloaded uuid v1.23.4 |
| 1222 | 2026-06-30T19:52:56.404Z | Downloaded toml_edit v0.19.15 |
| 1223 | 2026-06-30T19:52:56.411Z | Downloaded unsafe-libyaml v0.2.11 |
| 1224 | 2026-06-30T19:52:56.415Z | Downloaded bitvec v1.0.1 |
| 1225 | 2026-06-30T19:52:56.421Z | Downloaded reqwest v0.12.28 |
| 1226 | 2026-06-30T19:52:56.425Z | Downloaded goblin v0.10.5 |
| 1227 | 2026-06-30T19:52:56.430Z | Downloaded unicode_categories v0.1.1 |
| 1228 | 2026-06-30T19:52:56.433Z | Downloaded rayon v1.11.0 |
| 1229 | 2026-06-30T19:52:56.437Z | Downloaded yansi v1.0.1 |
| 1230 | 2026-06-30T19:52:56.440Z | Downloaded salty v0.3.0 |
| 1231 | 2026-06-30T19:52:56.445Z | Downloaded unicode-segmentation v1.12.0 |
| 1232 | 2026-06-30T19:52:56.445Z | Downloaded moka v0.12.13 |
| 1233 | 2026-06-30T19:52:56.451Z | Downloaded p384 v0.13.1 |
| 1234 | 2026-06-30T19:52:56.457Z | Downloaded lalrpop v0.19.12 |
| 1235 | 2026-06-30T19:52:56.457Z | Downloaded tower v0.5.3 |
| 1236 | 2026-06-30T19:52:56.471Z | Downloaded git2 v0.20.4 |
| 1237 | 2026-06-30T19:52:56.480Z | Downloaded bindgen v0.71.1 |
| 1238 | 2026-06-30T19:52:56.480Z | Downloaded tower-http v0.6.8 |
| 1239 | 2026-06-30T19:52:56.486Z | Downloaded petname v2.0.2 |
| 1240 | 2026-06-30T19:52:56.486Z | Downloaded curve25519-dalek v4.1.3 |
| 1241 | 2026-06-30T19:52:56.500Z | Downloaded ssh-key v0.6.7 |
| 1242 | 2026-06-30T19:52:56.500Z | Downloaded tokio-util v0.7.18 |
| 1243 | 2026-06-30T19:52:56.513Z | Downloaded proptest v1.10.0 |
| 1244 | 2026-06-30T19:52:56.513Z | Downloaded tough v0.22.0 |
| 1245 | 2026-06-30T19:52:56.520Z | Downloaded serde_with v3.17.0 |
| 1246 | 2026-06-30T19:52:56.520Z | Downloaded quick-xml v0.37.5 |
| 1247 | 2026-06-30T19:52:56.520Z | Downloaded regex v1.12.3 |
| 1248 | 2026-06-30T19:52:56.524Z | Downloaded portable-atomic v1.13.1 |
| 1249 | 2026-06-30T19:52:56.528Z | Downloaded x509-cert v0.2.5 |
| 1250 | 2026-06-30T19:52:56.531Z | Downloaded zerocopy-derive v0.8.40 |
| 1251 | 2026-06-30T19:52:56.549Z | Downloaded polar-core v0.27.3 |
| 1252 | 2026-06-30T19:52:56.564Z | Downloaded typed-path v0.9.3 |
| 1253 | 2026-06-30T19:52:56.569Z | Downloaded openssl v0.10.79 |
| 1254 | 2026-06-30T19:52:56.574Z | Downloaded chrono v0.4.44 |
| 1255 | 2026-06-30T19:52:56.580Z | Downloaded tabled v0.20.0 |
| 1256 | 2026-06-30T19:52:56.610Z | Downloaded unicode-normalization v0.1.25 |
| 1257 | 2026-06-30T19:52:56.613Z | Downloaded dropshot v0.17.1 |
| 1258 | 2026-06-30T19:52:56.624Z | Downloaded zlib-rs v0.6.2 |
| 1259 | 2026-06-30T19:52:56.630Z | Downloaded nix v0.31.2 |
| 1260 | 2026-06-30T19:52:56.634Z | Downloaded zip v4.6.1 |
| 1261 | 2026-06-30T19:52:56.639Z | Downloaded diesel v2.3.7 |
| 1262 | 2026-06-30T19:52:56.708Z | Downloaded regress v0.11.1 |
| 1263 | 2026-06-30T19:52:56.712Z | Downloaded regress v0.10.5 |
| 1264 | 2026-06-30T19:52:56.712Z | Downloaded object v0.30.4 |
| 1265 | 2026-06-30T19:52:56.712Z | Downloaded rustix v0.38.44 |
| 1266 | 2026-06-30T19:52:56.712Z | Downloaded winnow v0.5.40 |
| 1267 | 2026-06-30T19:52:56.712Z | Downloaded winnow v0.6.26 |
| 1268 | 2026-06-30T19:52:56.712Z | Downloaded quinn-proto v0.11.13 |
| 1269 | 2026-06-30T19:52:56.712Z | Downloaded radix_trie v0.2.1 |
| 1270 | 2026-06-30T19:52:56.759Z | Downloaded winnow v1.0.3 |
| 1271 | 2026-06-30T19:52:56.772Z | Downloaded nix v0.27.1 |
| 1272 | 2026-06-30T19:52:56.785Z | Downloaded nix v0.28.0 |
| 1273 | 2026-06-30T19:52:56.792Z | Downloaded time v0.3.47 |
| 1274 | 2026-06-30T19:52:56.824Z | Downloaded bstr v1.12.1 |
| 1275 | 2026-06-30T19:52:56.830Z | Downloaded regex-automata v0.4.14 |
| 1276 | 2026-06-30T19:52:56.838Z | Downloaded regex-syntax v0.6.29 |
| 1277 | 2026-06-30T19:52:56.842Z | Downloaded smoltcp v0.9.1 |
| 1278 | 2026-06-30T19:52:56.848Z | Downloaded petgraph v0.6.5 |
| 1279 | 2026-06-30T19:52:56.858Z | Downloaded object v0.37.3 |
| 1280 | 2026-06-30T19:52:56.872Z | Downloaded vcpkg v0.2.15 |
| 1281 | 2026-06-30T19:52:56.893Z | Downloaded hickory-proto v0.24.4 |
| 1282 | 2026-06-30T19:52:56.911Z | Downloaded zerocopy v0.8.40 |
| 1283 | 2026-06-30T19:52:56.935Z | Downloaded petgraph v0.8.3 |
| 1284 | 2026-06-30T19:52:56.939Z | Downloaded smoltcp v0.11.0 |
| 1285 | 2026-06-30T19:52:56.939Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1286 | 2026-06-30T19:52:56.946Z | Downloaded openapiv3 v2.2.0 |
| 1287 | 2026-06-30T19:52:56.952Z | Downloaded csv v1.4.0 |
| 1288 | 2026-06-30T19:52:56.963Z | Downloaded rustls v0.23.41 |
| 1289 | 2026-06-30T19:52:56.970Z | Downloaded libz-sys v1.1.24 |
| 1290 | 2026-06-30T19:52:56.983Z | Downloaded hickory-proto v0.25.2 |
| 1291 | 2026-06-30T19:52:56.996Z | Downloaded regex-syntax v0.8.10 |
| 1292 | 2026-06-30T19:52:57.025Z | Downloaded encoding_rs v0.8.35 |
| 1293 | 2026-06-30T19:52:57.068Z | Downloaded sqlparser v0.61.0 |
| 1294 | 2026-06-30T19:52:57.100Z | Downloaded sled v0.34.7 |
| 1295 | 2026-06-30T19:52:57.107Z | Downloaded tracing v0.1.44 |
| 1296 | 2026-06-30T19:52:57.118Z | Downloaded typify-impl v0.6.2 |
| 1297 | 2026-06-30T19:52:57.127Z | Downloaded ratatui v0.29.0 |
| 1298 | 2026-06-30T19:52:57.138Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1299 | 2026-06-30T19:52:57.165Z | Downloaded zerocopy-derive v0.6.6 |
| 1300 | 2026-06-30T19:52:57.217Z | Downloaded jiff v0.2.21 |
| 1301 | 2026-06-30T19:52:57.235Z | Downloaded chrono-tz v0.10.4 |
| 1302 | 2026-06-30T19:52:57.281Z | Downloaded sha3 v0.10.8 |
| 1303 | 2026-06-30T19:52:57.316Z | Downloaded tokio v1.52.1 |
| 1304 | 2026-06-30T19:52:57.436Z | Downloaded ring v0.17.14 |
| 1305 | 2026-06-30T19:52:57.495Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1306 | 2026-06-30T19:52:58.132Z | Downloaded aws-lc-sys v0.40.0 |
| 1307 | 2026-06-30T19:52:58.383Z | Compiling libc v0.2.185 |
| 1308 | 2026-06-30T19:52:58.383Z | Compiling serde v1.0.228 |
| 1309 | 2026-06-30T19:52:58.385Z | Compiling log v0.4.29 |
| 1310 | 2026-06-30T19:52:58.386Z | Compiling smallvec v1.15.1 |
| 1311 | 2026-06-30T19:52:58.527Z | Compiling find-msvc-tools v0.1.9 |
| 1312 | 2026-06-30T19:52:58.540Z | Compiling syn v2.0.117 |
| 1313 | 2026-06-30T19:52:58.543Z | Compiling shlex v1.3.0 |
| 1314 | 2026-06-30T19:52:58.543Z | Compiling typenum v1.19.0 |
| 1315 | 2026-06-30T19:52:58.704Z | Compiling generic-array v0.14.7 |
| 1316 | 2026-06-30T19:52:58.717Z | Compiling subtle v2.6.1 |
| 1317 | 2026-06-30T19:52:58.729Z | Compiling scopeguard v1.2.0 |
| 1318 | 2026-06-30T19:52:58.783Z | Compiling const-oid v0.9.6 |
| 1319 | 2026-06-30T19:52:58.826Z | Compiling lock_api v0.4.14 |
| 1320 | 2026-06-30T19:52:58.851Z | Compiling serde_json v1.0.150 |
| 1321 | 2026-06-30T19:52:58.885Z | Compiling portable-atomic v1.13.1 |
| 1322 | 2026-06-30T19:52:58.966Z | Compiling zerocopy v0.8.40 |
| 1323 | 2026-06-30T19:52:59.046Z | Compiling pin-project-lite v0.2.17 |
| 1324 | 2026-06-30T19:52:59.147Z | Compiling parking_lot_core v0.9.12 |
| 1325 | 2026-06-30T19:52:59.362Z | Compiling jobserver v0.1.34 |
| 1326 | 2026-06-30T19:52:59.376Z | Compiling getrandom v0.2.17 |
| 1327 | 2026-06-30T19:52:59.390Z | Compiling errno v0.3.14 |
| 1328 | 2026-06-30T19:52:59.635Z | Compiling rand_core v0.6.4 |
| 1329 | 2026-06-30T19:52:59.650Z | Compiling bitflags v2.11.0 |
| 1330 | 2026-06-30T19:52:59.664Z | Compiling critical-section v1.2.0 |
| 1331 | 2026-06-30T19:52:59.742Z | Compiling cc v1.2.56 |
| 1332 | 2026-06-30T19:52:59.771Z | Compiling pkg-config v0.3.32 |
| 1333 | 2026-06-30T19:52:59.881Z | Compiling signal-hook-registry v1.4.8 |
| 1334 | 2026-06-30T19:52:59.918Z | Compiling futures-core v0.3.32 |
| 1335 | 2026-06-30T19:53:00.072Z | Compiling once_cell v1.21.3 |
| 1336 | 2026-06-30T19:53:00.102Z | Compiling libm v0.2.16 |
| 1337 | 2026-06-30T19:53:00.153Z | Compiling parking_lot v0.12.5 |
| 1338 | 2026-06-30T19:53:00.156Z | Compiling mio v1.2.0 |
| 1339 | 2026-06-30T19:53:00.294Z | Compiling num-traits v0.2.19 |
| 1340 | 2026-06-30T19:53:00.308Z | Compiling percent-encoding v2.3.2 |
| 1341 | 2026-06-30T19:53:00.335Z | Compiling socket2 v0.6.3 |
| 1342 | 2026-06-30T19:53:00.512Z | Compiling futures-sink v0.3.32 |
| 1343 | 2026-06-30T19:53:00.530Z | Compiling getrandom v0.4.1 |
| 1344 | 2026-06-30T19:53:00.615Z | Compiling futures-channel v0.3.32 |
| 1345 | 2026-06-30T19:53:00.638Z | Compiling cpufeatures v0.2.17 |
| 1346 | 2026-06-30T19:53:00.666Z | Compiling rand_core v0.10.0 |
| 1347 | 2026-06-30T19:53:00.716Z | Compiling futures-task v0.3.32 |
| 1348 | 2026-06-30T19:53:00.753Z | Compiling futures-io v0.3.32 |
| 1349 | 2026-06-30T19:53:00.837Z | Compiling slab v0.4.12 |
| 1350 | 2026-06-30T19:53:00.857Z | Compiling indexmap v2.14.0 |
| 1351 | 2026-06-30T19:53:00.893Z | Compiling getrandom v0.3.4 |
| 1352 | 2026-06-30T19:53:00.919Z | Compiling rustversion v1.0.22 |
| 1353 | 2026-06-30T19:53:01.019Z | Compiling form_urlencoded v1.2.2 |
| 1354 | 2026-06-30T19:53:01.177Z | Compiling cmake v0.1.57 |
| 1355 | 2026-06-30T19:53:01.216Z | Compiling fs_extra v1.3.0 |
| 1356 | 2026-06-30T19:53:01.496Z | Compiling synstructure v0.13.2 |
| 1357 | 2026-06-30T19:53:01.546Z | Compiling base64ct v1.8.3 |
| 1358 | 2026-06-30T19:53:01.585Z | Compiling dunce v1.0.5 |
| 1359 | 2026-06-30T19:53:01.619Z | Compiling rustix v1.1.3 |
| 1360 | 2026-06-30T19:53:01.681Z | Compiling ident_case v1.0.1 |
| 1361 | 2026-06-30T19:53:01.811Z | Compiling pem-rfc7468 v0.7.0 |
| 1362 | 2026-06-30T19:53:01.842Z | Compiling aws-lc-sys v0.40.0 |
| 1363 | 2026-06-30T19:53:01.881Z | Compiling regex-syntax v0.8.10 |
| 1364 | 2026-06-30T19:53:01.951Z | Compiling flagset v0.4.7 |
| 1365 | 2026-06-30T19:53:02.026Z | Compiling iana-time-zone v0.1.65 |
| 1366 | 2026-06-30T19:53:02.083Z | Compiling rand_core v0.9.5 |
| 1367 | 2026-06-30T19:53:02.122Z | Compiling vcpkg v0.2.15 |
| 1368 | 2026-06-30T19:53:02.136Z | Compiling uuid v1.23.4 |
| 1369 | 2026-06-30T19:53:02.230Z | Compiling rustc_version v0.4.1 |
| 1370 | 2026-06-30T19:53:02.367Z | Compiling tracing-core v0.1.36 |
| 1371 | 2026-06-30T19:53:02.569Z | Compiling base64 v0.22.1 |
| 1372 | 2026-06-30T19:53:02.887Z | Compiling openssl-sys v0.9.115 |
| 1373 | 2026-06-30T19:53:02.901Z | Compiling aws-lc-rs v1.16.3 |
| 1374 | 2026-06-30T19:53:02.920Z | Compiling httparse v1.10.1 |
| 1375 | 2026-06-30T19:53:02.960Z | Compiling openssl-probe v0.2.1 |
| 1376 | 2026-06-30T19:53:03.145Z | Compiling tinyvec_macros v0.1.1 |
| 1377 | 2026-06-30T19:53:03.213Z | Compiling tinyvec v1.10.0 |
| 1378 | 2026-06-30T19:53:03.228Z | Compiling pest_generator v2.8.6 |
| 1379 | 2026-06-30T19:53:03.242Z | Compiling serde_derive v1.0.228 |
| 1380 | 2026-06-30T19:53:03.283Z | Compiling zeroize_derive v1.4.3 |
| 1381 | 2026-06-30T19:53:03.395Z | Compiling zerofrom-derive v0.1.6 |
| 1382 | 2026-06-30T19:53:03.451Z | Compiling yoke-derive v0.8.1 |
| 1383 | 2026-06-30T19:53:03.573Z | Compiling zerocopy-derive v0.8.40 |
| 1384 | 2026-06-30T19:53:03.946Z | Compiling zerovec-derive v0.11.2 |
| 1385 | 2026-06-30T19:53:03.960Z | Compiling zeroize v1.8.2 |
| 1386 | 2026-06-30T19:53:04.304Z | Compiling displaydoc v0.2.5 |
| 1387 | 2026-06-30T19:53:04.663Z | Compiling tokio-macros v2.7.0 |
| 1388 | 2026-06-30T19:53:04.778Z | Compiling crypto-common v0.1.7 |
| 1389 | 2026-06-30T19:53:04.826Z | Compiling zerofrom v0.1.6 |
| 1390 | 2026-06-30T19:53:04.930Z | Compiling yoke v0.8.1 |
| 1391 | 2026-06-30T19:53:04.955Z | Compiling block-buffer v0.10.4 |
| 1392 | 2026-06-30T19:53:05.112Z | Compiling digest v0.10.7 |
| 1393 | 2026-06-30T19:53:05.125Z | Compiling zerotrie v0.2.3 |
| 1394 | 2026-06-30T19:53:05.128Z | Compiling zerovec v0.11.5 |
| 1395 | 2026-06-30T19:53:05.128Z | Compiling futures-macro v0.3.32 |
| 1396 | 2026-06-30T19:53:05.368Z | Compiling hmac v0.12.1 |
| 1397 | 2026-06-30T19:53:05.411Z | Compiling block-padding v0.3.3 |
| 1398 | 2026-06-30T19:53:05.431Z | Compiling sha2 v0.10.9 |
| 1399 | 2026-06-30T19:53:05.528Z | Compiling der_derive v0.7.3 |
| 1400 | 2026-06-30T19:53:05.579Z | Compiling inout v0.1.4 |
| 1401 | 2026-06-30T19:53:05.671Z | Compiling tinystr v0.8.2 |
| 1402 | 2026-06-30T19:53:05.756Z | Compiling potential_utf v0.1.4 |
| 1403 | 2026-06-30T19:53:05.880Z | Compiling icu_locale_core v2.1.1 |
| 1404 | 2026-06-30T19:53:05.925Z | Compiling icu_collections v2.1.1 |
| 1405 | 2026-06-30T19:53:05.958Z | Compiling futures-util v0.3.32 |
| 1406 | 2026-06-30T19:53:06.405Z | Compiling cipher v0.4.4 |
| 1407 | 2026-06-30T19:53:06.528Z | Compiling icu_provider v2.1.1 |
| 1408 | 2026-06-30T19:53:06.674Z | Compiling der v0.7.10 |
| 1409 | 2026-06-30T19:53:06.753Z | Compiling bytes v1.11.1 |
| 1410 | 2026-06-30T19:53:06.789Z | Compiling icu_properties v2.1.2 |
| 1411 | 2026-06-30T19:53:06.827Z | Compiling icu_normalizer v2.1.1 |
| 1412 | 2026-06-30T19:53:06.827Z | Compiling chrono v0.4.44 |
| 1413 | 2026-06-30T19:53:07.359Z | Compiling tokio v1.52.1 |
| 1414 | 2026-06-30T19:53:07.373Z | Compiling http v1.4.2 |
| 1415 | 2026-06-30T19:53:07.797Z | Compiling idna_adapter v1.2.1 |
| 1416 | 2026-06-30T19:53:07.879Z | Compiling spki v0.7.3 |
| 1417 | 2026-06-30T19:53:07.936Z | Compiling idna v1.1.0 |
| 1418 | 2026-06-30T19:53:08.086Z | Compiling ppv-lite86 v0.2.21 |
| 1419 | 2026-06-30T19:53:08.152Z | Compiling salsa20 v0.10.2 |
| 1420 | 2026-06-30T19:53:08.231Z | Compiling url v2.5.8 |
| 1421 | 2026-06-30T19:53:08.262Z | Compiling pbkdf2 v0.12.2 |
| 1422 | 2026-06-30T19:53:08.282Z | Compiling tracing-attributes v0.1.31 |
| 1423 | 2026-06-30T19:53:08.295Z | Compiling thiserror-impl v2.0.18 |
| 1424 | 2026-06-30T19:53:08.376Z | Compiling rand_chacha v0.9.0 |
| 1425 | 2026-06-30T19:53:08.410Z | Compiling scrypt v0.11.0 |
| 1426 | 2026-06-30T19:53:08.605Z | Compiling http-body v1.0.1 |
| 1427 | 2026-06-30T19:53:08.662Z | Compiling cbc v0.1.2 |
| 1428 | 2026-06-30T19:53:08.756Z | Compiling aes v0.8.4 |
| 1429 | 2026-06-30T19:53:08.809Z | Compiling rustls-pki-types v1.14.0 |
| 1430 | 2026-06-30T19:53:09.063Z | Compiling rand v0.9.2 |
| 1431 | 2026-06-30T19:53:09.122Z | Compiling serde_derive_internals v0.29.1 |
| 1432 | 2026-06-30T19:53:09.253Z | Compiling pkcs5 v0.7.1 |
| 1433 | 2026-06-30T19:53:09.607Z | Compiling tracing v0.1.44 |
| 1434 | 2026-06-30T19:53:09.637Z | Compiling thiserror v2.0.18 |
| 1435 | 2026-06-30T19:53:09.741Z | Compiling aho-corasick v1.1.4 |
| 1436 | 2026-06-30T19:53:09.756Z | Compiling dyn-clone v1.0.20 |
| 1437 | 2026-06-30T19:53:09.803Z | Compiling tower-layer v0.3.3 |
| 1438 | 2026-06-30T19:53:09.875Z | Compiling try-lock v0.2.5 |
| 1439 | 2026-06-30T19:53:09.893Z | Compiling untrusted v0.7.1 |
| 1440 | 2026-06-30T19:53:09.907Z | Compiling tower-service v0.3.3 |
| 1441 | 2026-06-30T19:53:09.964Z | Compiling schemars v0.8.22 |
| 1442 | 2026-06-30T19:53:09.980Z | Compiling atomic-waker v1.1.2 |
| 1443 | 2026-06-30T19:53:09.998Z | Compiling want v0.3.1 |
| 1444 | 2026-06-30T19:53:10.011Z | Compiling tempfile v3.25.0 |
| 1445 | 2026-06-30T19:53:10.065Z | Compiling schemars_derive v0.8.22 |
| 1446 | 2026-06-30T19:53:10.100Z | Compiling pkcs8 v0.10.2 |
| 1447 | 2026-06-30T19:53:10.194Z | Compiling ipnet v2.11.0 |
| 1448 | 2026-06-30T19:53:10.379Z | Compiling pest_derive v2.8.6 |
| 1449 | 2026-06-30T19:53:10.408Z | Compiling scroll_derive v0.13.1 |
| 1450 | 2026-06-30T19:53:10.450Z | Compiling darling_core v0.20.11 |
| 1451 | 2026-06-30T19:53:10.687Z | Compiling regex-automata v0.4.14 |
| 1452 | 2026-06-30T19:53:10.820Z | Compiling openssl v0.10.79 |
| 1453 | 2026-06-30T19:53:11.064Z | Compiling rustls v0.23.41 |
| 1454 | 2026-06-30T19:53:11.222Z | Compiling tokio-util v0.7.18 |
| 1455 | 2026-06-30T19:53:11.249Z | Compiling httpdate v1.0.3 |
| 1456 | 2026-06-30T19:53:11.305Z | Compiling untrusted v0.9.0 |
| 1457 | 2026-06-30T19:53:11.422Z | Compiling foreign-types-shared v0.1.1 |
| 1458 | 2026-06-30T19:53:11.473Z | Compiling scroll v0.13.0 |
| 1459 | 2026-06-30T19:53:11.508Z | Compiling foreign-types v0.3.2 |
| 1460 | 2026-06-30T19:53:11.734Z | Compiling unicode-normalization v0.1.25 |
| 1461 | 2026-06-30T19:53:12.004Z | Compiling h2 v0.4.15 |
| 1462 | 2026-06-30T19:53:12.196Z | Compiling openssl-macros v0.1.1 |
| 1463 | 2026-06-30T19:53:12.238Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1464 | 2026-06-30T19:53:12.606Z | Compiling spin v0.9.8 |
| 1465 | 2026-06-30T19:53:12.633Z | Compiling native-tls v0.2.18 |
| 1466 | 2026-06-30T19:53:12.692Z | Compiling crc32fast v1.5.0 |
| 1467 | 2026-06-30T19:53:12.707Z | Compiling darling_macro v0.20.11 |
| 1468 | 2026-06-30T19:53:12.807Z | Compiling num-conv v0.2.0 |
| 1469 | 2026-06-30T19:53:12.847Z | Compiling powerfmt v0.2.0 |
| 1470 | 2026-06-30T19:53:12.936Z | Compiling time-core v0.1.8 |
| 1471 | 2026-06-30T19:53:13.018Z | Compiling deranged v0.5.8 |
| 1472 | 2026-06-30T19:53:13.078Z | Compiling time-macros v0.2.27 |
| 1473 | 2026-06-30T19:53:13.181Z | Compiling darling v0.20.11 |
| 1474 | 2026-06-30T19:53:13.263Z | Compiling goblin v0.10.5 |
| 1475 | 2026-06-30T19:53:13.981Z | Compiling sync_wrapper v1.0.2 |
| 1476 | 2026-06-30T19:53:14.091Z | Compiling wait-timeout v0.2.1 |
| 1477 | 2026-06-30T19:53:14.139Z | Compiling quick-error v1.2.3 |
| 1478 | 2026-06-30T19:53:14.248Z | Compiling usdt-impl v0.6.0 |
| 1479 | 2026-06-30T19:53:14.358Z | Compiling num_threads v0.1.7 |
| 1480 | 2026-06-30T19:53:14.457Z | Compiling simd-adler32 v0.3.8 |
| 1481 | 2026-06-30T19:53:14.471Z | Compiling syn v1.0.109 |
| 1482 | 2026-06-30T19:53:14.743Z | Compiling siphasher v1.0.2 |
| 1483 | 2026-06-30T19:53:14.759Z | Compiling bit-vec v0.8.0 |
| 1484 | 2026-06-30T19:53:14.799Z | Compiling crossbeam-utils v0.8.21 |
| 1485 | 2026-06-30T19:53:14.977Z | Compiling bit-set v0.8.0 |
| 1486 | 2026-06-30T19:53:15.007Z | Compiling time v0.3.47 |
| 1487 | 2026-06-30T19:53:15.095Z | Compiling hyper v1.10.1 |
| 1488 | 2026-06-30T19:53:15.159Z | Compiling rusty-fork v0.3.1 |
| 1489 | 2026-06-30T19:53:15.790Z | Compiling tower v0.5.3 |
| 1490 | 2026-06-30T19:53:16.117Z | Compiling dof v0.4.0 |
| 1491 | 2026-06-30T19:53:16.120Z | Compiling derive_builder_core v0.20.2 |
| 1492 | 2026-06-30T19:53:16.275Z | Compiling hyper-util v0.1.20 |
| 1493 | 2026-06-30T19:53:16.669Z | Compiling dtrace-parser v0.3.0 |
| 1494 | 2026-06-30T19:53:16.769Z | Compiling http-body-util v0.1.3 |
| 1495 | 2026-06-30T19:53:16.978Z | Compiling signature v2.2.0 |
| 1496 | 2026-06-30T19:53:17.016Z | Compiling thiserror-impl v1.0.69 |
| 1497 | 2026-06-30T19:53:17.152Z | Compiling scroll_derive v0.12.1 |
| 1498 | 2026-06-30T19:53:17.284Z | Compiling heapless v0.7.17 |
| 1499 | 2026-06-30T19:53:17.400Z | Compiling rand_xorshift v0.4.0 |
| 1500 | 2026-06-30T19:53:17.489Z | Compiling slog v2.8.2 |
| 1501 | 2026-06-30T19:53:17.531Z | Compiling darling_core v0.21.3 |
| 1502 | 2026-06-30T19:53:17.556Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1503 | 2026-06-30T19:53:17.683Z | Compiling thread-id v5.1.0 |
| 1504 | 2026-06-30T19:53:17.768Z | Compiling cookie v0.18.1 |
| 1505 | 2026-06-30T19:53:17.814Z | Compiling unarray v0.1.4 |
| 1506 | 2026-06-30T19:53:17.842Z | Compiling zstd-safe v7.2.4 |
| 1507 | 2026-06-30T19:53:17.924Z | Compiling ryu v1.0.23 |
| 1508 | 2026-06-30T19:53:17.961Z | Compiling anyhow v1.0.102 |
| 1509 | 2026-06-30T19:53:18.009Z | Compiling unicode-bidi v0.3.18 |
| 1510 | 2026-06-30T19:53:18.051Z | Compiling paste v1.0.15 |
| 1511 | 2026-06-30T19:53:18.100Z | Compiling iri-string v0.7.10 |
| 1512 | 2026-06-30T19:53:18.264Z | Compiling allocator-api2 v0.2.21 |
| 1513 | 2026-06-30T19:53:18.279Z | Compiling unicode-properties v0.1.4 |
| 1514 | 2026-06-30T19:53:18.329Z | Compiling adler2 v2.0.1 |
| 1515 | 2026-06-30T19:53:18.460Z | Compiling signal-hook v0.3.18 |
| 1516 | 2026-06-30T19:53:18.480Z | Compiling stringprep v0.1.5 |
| 1517 | 2026-06-30T19:53:18.529Z | Compiling miniz_oxide v0.8.9 |
| 1518 | 2026-06-30T19:53:18.660Z | Compiling thiserror v1.0.69 |
| 1519 | 2026-06-30T19:53:18.765Z | Compiling serde_urlencoded v0.7.1 |
| 1520 | 2026-06-30T19:53:18.881Z | Compiling proptest v1.10.0 |
| 1521 | 2026-06-30T19:53:19.007Z | Compiling scroll v0.12.0 |
| 1522 | 2026-06-30T19:53:19.267Z | Compiling tower-http v0.6.8 |
| 1523 | 2026-06-30T19:53:19.688Z | Compiling derive_builder_macro v0.20.2 |
| 1524 | 2026-06-30T19:53:19.713Z | Compiling tokio-native-tls v0.3.1 |
| 1525 | 2026-06-30T19:53:19.881Z | Compiling bstr v1.12.1 |
| 1526 | 2026-06-30T19:53:20.031Z | Compiling darling_macro v0.21.3 |
| 1527 | 2026-06-30T19:53:20.148Z | Compiling ipnetwork v0.21.1 |
| 1528 | 2026-06-30T19:53:20.194Z | Compiling rustls-native-certs v0.8.3 |
| 1529 | 2026-06-30T19:53:20.216Z | Compiling rand_chacha v0.3.1 |
| 1530 | 2026-06-30T19:53:20.480Z | Compiling serde_spanned v0.6.9 |
| 1531 | 2026-06-30T19:53:20.526Z | Compiling toml_datetime v0.6.11 |
| 1532 | 2026-06-30T19:53:20.528Z | Compiling erased-serde v0.3.31 |
| 1533 | 2026-06-30T19:53:20.553Z | Compiling serde_tokenstream v0.2.3 |
| 1534 | 2026-06-30T19:53:20.620Z | Compiling md-5 v0.10.6 |
| 1535 | 2026-06-30T19:53:20.783Z | Compiling zerocopy-derive v0.7.35 |
| 1536 | 2026-06-30T19:53:20.797Z | Compiling pin-project-internal v1.1.11 |
| 1537 | 2026-06-30T19:53:20.867Z | Compiling async-trait v0.1.89 |
| 1538 | 2026-06-30T19:53:21.018Z | Compiling curve25519-dalek v4.1.3 |
| 1539 | 2026-06-30T19:53:21.031Z | Compiling vergen-lib v9.1.0 |
| 1540 | 2026-06-30T19:53:21.225Z | Compiling num-integer v0.1.46 |
| 1541 | 2026-06-30T19:53:21.360Z | Compiling hash32 v0.2.1 |
| 1542 | 2026-06-30T19:53:21.544Z | Compiling ff v0.13.1 |
| 1543 | 2026-06-30T19:53:21.558Z | Compiling memoffset v0.9.1 |
| 1544 | 2026-06-30T19:53:21.648Z | Compiling encoding_rs v0.8.35 |
| 1545 | 2026-06-30T19:53:21.680Z | Compiling ref-cast v1.0.25 |
| 1546 | 2026-06-30T19:53:21.761Z | Compiling mime v0.3.17 |
| 1547 | 2026-06-30T19:53:21.899Z | Compiling rustix v0.38.44 |
| 1548 | 2026-06-30T19:53:21.921Z | Compiling zlib-rs v0.6.2 |
| 1549 | 2026-06-30T19:53:22.017Z | Compiling fallible-iterator v0.2.0 |
| 1550 | 2026-06-30T19:53:22.031Z | Compiling litrs v1.0.0 |
| 1551 | 2026-06-30T19:53:22.262Z | Compiling cfg_aliases v0.2.1 |
| 1552 | 2026-06-30T19:53:22.324Z | Compiling num-bigint-dig v0.8.6 |
| 1553 | 2026-06-30T19:53:22.337Z | Compiling smoltcp v0.9.1 |
| 1554 | 2026-06-30T19:53:22.528Z | Compiling base16ct v0.2.0 |
| 1555 | 2026-06-30T19:53:22.542Z | Compiling psl-types v2.0.11 |
| 1556 | 2026-06-30T19:53:22.670Z | Compiling sec1 v0.7.3 |
| 1557 | 2026-06-30T19:53:22.709Z | Compiling publicsuffix v2.3.0 |
| 1558 | 2026-06-30T19:53:22.722Z | Compiling document-features v0.2.12 |
| 1559 | 2026-06-30T19:53:22.898Z | Compiling nix v0.31.2 |
| 1560 | 2026-06-30T19:53:22.949Z | Compiling postgres-protocol v0.6.10 |
| 1561 | 2026-06-30T19:53:23.259Z | Compiling pin-project v1.1.11 |
| 1562 | 2026-06-30T19:53:23.314Z | Compiling group v0.13.0 |
| 1563 | 2026-06-30T19:53:23.358Z | Compiling zerocopy v0.7.35 |
| 1564 | 2026-06-30T19:53:23.489Z | Compiling num-iter v0.1.45 |
| 1565 | 2026-06-30T19:53:23.549Z | Compiling hubpack_derive v0.1.1 |
| 1566 | 2026-06-30T19:53:23.575Z | Compiling newtype-uuid v1.3.2 |
| 1567 | 2026-06-30T19:53:23.845Z | Compiling darling v0.21.3 |
| 1568 | 2026-06-30T19:53:23.896Z | Compiling rand v0.8.6 |
| 1569 | 2026-06-30T19:53:23.898Z | Compiling oxnet v0.1.6 |
| 1570 | 2026-06-30T19:53:23.996Z | Compiling derive_builder v0.20.2 |
| 1571 | 2026-06-30T19:53:24.010Z | Compiling hyper-tls v0.6.0 |
| 1572 | 2026-06-30T19:53:24.140Z | Compiling goblin v0.8.2 |
| 1573 | 2026-06-30T19:53:24.682Z | Compiling phf_shared v0.13.1 |
| 1574 | 2026-06-30T19:53:24.788Z | Compiling regex v1.12.3 |
| 1575 | 2026-06-30T19:53:24.819Z | Compiling lazy_static v1.5.0 |
| 1576 | 2026-06-30T19:53:24.915Z | Compiling flate2 v1.1.9 |
| 1577 | 2026-06-30T19:53:24.929Z | Compiling anstyle-parse v0.2.7 |
| 1578 | 2026-06-30T19:53:25.121Z | Compiling futures-executor v0.3.32 |
| 1579 | 2026-06-30T19:53:25.153Z | Compiling hex v0.4.3 |
| 1580 | 2026-06-30T19:53:25.226Z | Compiling hkdf v0.12.4 |
| 1581 | 2026-06-30T19:53:25.249Z | Compiling crypto-bigint v0.5.5 |
| 1582 | 2026-06-30T19:53:25.324Z | Compiling snafu-derive v0.8.9 |
| 1583 | 2026-06-30T19:53:25.380Z | Compiling ref-cast-impl v1.0.25 |
| 1584 | 2026-06-30T19:53:25.394Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1585 | 2026-06-30T19:53:25.419Z | Compiling strum_macros v0.27.2 |
| 1586 | 2026-06-30T19:53:25.944Z | Compiling daft-derive v0.1.7 |
| 1587 | 2026-06-30T19:53:26.052Z | Compiling terminal_size v0.4.3 |
| 1588 | 2026-06-30T19:53:26.193Z | Compiling vergen v9.1.0 |
| 1589 | 2026-06-30T19:53:26.392Z | Compiling fs-err v3.3.0 |
| 1590 | 2026-06-30T19:53:26.598Z | Compiling cargo-platform v0.3.2 |
| 1591 | 2026-06-30T19:53:26.676Z | Compiling ahash v0.8.12 |
| 1592 | 2026-06-30T19:53:26.872Z | Compiling bitflags v1.3.2 |
| 1593 | 2026-06-30T19:53:26.910Z | Compiling foldhash v0.2.0 |
| 1594 | 2026-06-30T19:53:26.948Z | Compiling winnow v0.5.40 |
| 1595 | 2026-06-30T19:53:27.134Z | Compiling managed v0.8.0 |
| 1596 | 2026-06-30T19:53:27.241Z | Compiling bumpalo v3.20.2 |
| 1597 | 2026-06-30T19:53:27.351Z | Compiling foldhash v0.1.5 |
| 1598 | 2026-06-30T19:53:27.366Z | Compiling libbz2-rs-sys v0.2.2 |
| 1599 | 2026-06-30T19:53:27.381Z | Compiling object v0.37.3 |
| 1600 | 2026-06-30T19:53:27.493Z | Compiling same-file v1.0.6 |
| 1601 | 2026-06-30T19:53:27.522Z | Compiling unicode-segmentation v1.12.0 |
| 1602 | 2026-06-30T19:53:27.647Z | Compiling walkdir v2.5.0 |
| 1603 | 2026-06-30T19:53:27.660Z | Compiling hashbrown v0.15.5 |
| 1604 | 2026-06-30T19:53:27.720Z | Compiling zopfli v0.8.3 |
| 1605 | 2026-06-30T19:53:27.903Z | Compiling bzip2 v0.6.1 |
| 1606 | 2026-06-30T19:53:27.955Z | Compiling strum v0.27.2 |
| 1607 | 2026-06-30T19:53:28.083Z | Compiling snafu v0.8.9 |
| 1608 | 2026-06-30T19:53:28.106Z | Compiling hashbrown v0.16.1 |
| 1609 | 2026-06-30T19:53:28.201Z | Compiling clap_builder v4.6.0 |
| 1610 | 2026-06-30T19:53:28.362Z | Compiling toml_edit v0.19.15 |
| 1611 | 2026-06-30T19:53:28.426Z | Compiling cargo_metadata v0.23.1 |
| 1612 | 2026-06-30T19:53:28.439Z | Compiling daft v0.1.7 |
| 1613 | 2026-06-30T19:53:28.720Z | Compiling dof v0.3.0 |
| 1614 | 2026-06-30T19:53:28.808Z | Compiling elliptic-curve v0.13.8 |
| 1615 | 2026-06-30T19:53:29.319Z | Compiling futures v0.3.32 |
| 1616 | 2026-06-30T19:53:29.401Z | Compiling anstream v0.6.21 |
| 1617 | 2026-06-30T19:53:29.740Z | Compiling phf v0.13.1 |
| 1618 | 2026-06-30T19:53:29.789Z | Compiling signal-hook-mio v0.2.5 |
| 1619 | 2026-06-30T19:53:29.843Z | Compiling cookie_store v0.22.1 |
| 1620 | 2026-06-30T19:53:29.916Z | Compiling bzip2 v0.4.4 |
| 1621 | 2026-06-30T19:53:30.130Z | Compiling reqwest v0.12.28 |
| 1622 | 2026-06-30T19:53:30.266Z | Compiling zstd v0.13.3 |
| 1623 | 2026-06-30T19:53:30.499Z | Compiling hubpack v0.1.2 |
| 1624 | 2026-06-30T19:53:30.530Z | Compiling serde_with_macros v3.17.0 |
| 1625 | 2026-06-30T19:53:30.811Z | Compiling postgres-types v0.2.12 |
| 1626 | 2026-06-30T19:53:31.225Z | Compiling usdt-macro v0.6.0 |
| 1627 | 2026-06-30T19:53:31.362Z | Compiling usdt-attr-macro v0.6.0 |
| 1628 | 2026-06-30T19:53:31.667Z | Compiling globset v0.4.18 |
| 1629 | 2026-06-30T19:53:31.861Z | Compiling dtrace-parser v0.2.0 |
| 1630 | 2026-06-30T19:53:31.980Z | Compiling ed25519 v2.2.3 |
| 1631 | 2026-06-30T19:53:32.150Z | Compiling phf_shared v0.11.3 |
| 1632 | 2026-06-30T19:53:32.173Z | Compiling olpc-cjson v0.1.4 |
| 1633 | 2026-06-30T19:53:32.335Z | Compiling pkcs1 v0.7.5 |
| 1634 | 2026-06-30T19:53:32.335Z | Compiling serde-big-array v0.5.1 |
| 1635 | 2026-06-30T19:53:32.362Z | Compiling serde_plain v1.0.2 |
| 1636 | 2026-06-30T19:53:32.490Z | Compiling rfc6979 v0.4.0 |
| 1637 | 2026-06-30T19:53:32.553Z | Compiling enum-as-inner v0.6.1 |
| 1638 | 2026-06-30T19:53:32.607Z | Compiling serde_repr v0.1.20 |
| 1639 | 2026-06-30T19:53:32.624Z | Compiling clap_derive v4.6.1 |
| 1640 | 2026-06-30T19:53:32.730Z | Compiling strum_macros v0.26.4 |
| 1641 | 2026-06-30T19:53:32.883Z | Compiling async-recursion v1.1.1 |
| 1642 | 2026-06-30T19:53:33.070Z | Compiling pem v3.0.6 |
| 1643 | 2026-06-30T19:53:33.150Z | Compiling float-cmp v0.10.0 |
| 1644 | 2026-06-30T19:53:33.304Z | Compiling thread-id v4.2.2 |
| 1645 | 2026-06-30T19:53:33.419Z | Compiling memmap2 v0.9.10 |
| 1646 | 2026-06-30T19:53:33.424Z | Compiling env_filter v1.0.0 |
| 1647 | 2026-06-30T19:53:33.552Z | Compiling jiff v0.2.21 |
| 1648 | 2026-06-30T19:53:33.607Z | Compiling difflib v0.4.0 |
| 1649 | 2026-06-30T19:53:33.703Z | Compiling whoami v2.1.0 |
| 1650 | 2026-06-30T19:53:33.846Z | Compiling new_debug_unreachable v1.0.6 |
| 1651 | 2026-06-30T19:53:33.922Z | Compiling normalize-line-endings v0.3.0 |
| 1652 | 2026-06-30T19:53:34.022Z | Compiling winnow v1.0.3 |
| 1653 | 2026-06-30T19:53:34.088Z | Compiling predicates-core v1.0.10 |
| 1654 | 2026-06-30T19:53:34.168Z | Compiling static_assertions v1.1.0 |
| 1655 | 2026-06-30T19:53:34.244Z | Compiling data-encoding v2.10.0 |
| 1656 | 2026-06-30T19:53:34.266Z | Compiling either v1.15.0 |
| 1657 | 2026-06-30T19:53:34.379Z | Compiling precomputed-hash v0.1.1 |
| 1658 | 2026-06-30T19:53:34.394Z | Compiling fixedbitset v0.4.2 |
| 1659 | 2026-06-30T19:53:34.463Z | Compiling typed-path v0.9.3 |
| 1660 | 2026-06-30T19:53:34.478Z | Compiling fixedbitset v0.5.7 |
| 1661 | 2026-06-30T19:53:34.478Z | Compiling keccak v0.1.6 |
| 1662 | 2026-06-30T19:53:34.619Z | Compiling toml_edit v0.22.27 |
| 1663 | 2026-06-30T19:53:34.796Z | Compiling sha3 v0.10.8 |
| 1664 | 2026-06-30T19:53:35.001Z | Compiling petgraph v0.8.3 |
| 1665 | 2026-06-30T19:53:35.168Z | Compiling hickory-proto v0.25.2 |
| 1666 | 2026-06-30T19:53:35.252Z | Compiling petgraph v0.6.5 |
| 1667 | 2026-06-30T19:53:35.288Z | Compiling strum v0.26.3 |
| 1668 | 2026-06-30T19:53:35.417Z | Compiling string_cache v0.8.9 |
| 1669 | 2026-06-30T19:53:35.653Z | Compiling itertools v0.13.0 |
| 1670 | 2026-06-30T19:53:35.739Z | Compiling clap v4.6.1 |
| 1671 | 2026-06-30T19:53:35.825Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1672 | 2026-06-30T19:53:36.469Z | Compiling zip v4.6.1 |
| 1673 | 2026-06-30T19:53:36.733Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1674 | 2026-06-30T19:53:36.896Z | Compiling predicates v3.1.4 |
| 1675 | 2026-06-30T19:53:36.971Z | Compiling tokio-postgres v0.7.16 |
| 1676 | 2026-06-30T19:53:37.368Z | Compiling env_logger v0.11.9 |
| 1677 | 2026-06-30T19:53:37.433Z | Compiling usdt v0.6.0 |
| 1678 | 2026-06-30T19:53:37.551Z | Compiling usdt-impl v0.5.0 |
| 1679 | 2026-06-30T19:53:37.699Z | Compiling ecdsa v0.16.9 |
| 1680 | 2026-06-30T19:53:37.716Z | Compiling rsa v0.9.10 |
| 1681 | 2026-06-30T19:53:37.791Z | Compiling ed25519-dalek v2.2.0 |
| 1682 | 2026-06-30T19:53:38.100Z | Compiling crossterm v0.28.1 |
| 1683 | 2026-06-30T19:53:38.131Z | Compiling serde_with v3.17.0 |
| 1684 | 2026-06-30T19:53:39.408Z | Compiling zip v0.6.6 |
| 1685 | 2026-06-30T19:53:39.605Z | Compiling toml v0.7.8 |
| 1686 | 2026-06-30T19:53:39.634Z | Compiling iddqd v0.4.2 |
| 1687 | 2026-06-30T19:53:40.008Z | Compiling similar v2.7.0 |
| 1688 | 2026-06-30T19:53:40.032Z | Compiling heck v0.4.1 |
| 1689 | 2026-06-30T19:53:40.236Z | Compiling crossbeam-epoch v0.9.18 |
| 1690 | 2026-06-30T19:53:40.266Z | Compiling tokio-stream v0.1.18 |
| 1691 | 2026-06-30T19:53:40.310Z | Compiling buf-list v1.1.2 |
| 1692 | 2026-06-30T19:53:40.562Z | Compiling x509-cert v0.2.5 |
| 1693 | 2026-06-30T19:53:40.584Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1694 | 2026-06-30T19:53:40.736Z | Compiling openapiv3 v2.2.0 |
| 1695 | 2026-06-30T19:53:40.867Z | Compiling sha1 v0.10.6 |
| 1696 | 2026-06-30T19:53:40.885Z | Compiling peg-runtime v0.8.5 |
| 1697 | 2026-06-30T19:53:40.936Z | Compiling lalrpop-util v0.19.12 |
| 1698 | 2026-06-30T19:53:41.080Z | Compiling thread_local v1.1.9 |
| 1699 | 2026-06-30T19:53:41.094Z | Compiling slog-async v2.8.0 |
| 1700 | 2026-06-30T19:53:41.129Z | Compiling crossbeam-channel v0.5.15 |
| 1701 | 2026-06-30T19:53:41.163Z | Compiling is-terminal v0.4.17 |
| 1702 | 2026-06-30T19:53:41.262Z | Compiling filetime v0.2.27 |
| 1703 | 2026-06-30T19:53:41.325Z | Compiling xattr v1.6.1 |
| 1704 | 2026-06-30T19:53:41.417Z | Compiling term v1.2.1 |
| 1705 | 2026-06-30T19:53:41.442Z | Compiling take_mut v0.2.2 |
| 1706 | 2026-06-30T19:53:41.495Z | Compiling tar v0.4.45 |
| 1707 | 2026-06-30T19:53:41.577Z | Compiling camino-tempfile v1.4.1 |
| 1708 | 2026-06-30T19:53:41.807Z | Compiling slog-term v2.9.2 |
| 1709 | 2026-06-30T19:53:52.004Z | Compiling rustls-webpki v0.103.9 |
| 1710 | 2026-06-30T19:53:54.732Z | Compiling tokio-rustls v0.26.4 |
| 1711 | 2026-06-30T19:53:54.732Z | Compiling rustls-platform-verifier v0.6.2 |
| 1712 | 2026-06-30T19:53:54.732Z | Compiling tough v0.22.0 |
| 1713 | 2026-06-30T19:53:54.944Z | Compiling hyper-rustls v0.27.7 |
| 1714 | 2026-06-30T19:53:55.142Z | Compiling reqwest v0.13.2 |
| 1715 | 2026-06-30T19:53:57.368Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1716 | 2026-06-30T19:53:57.594Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1717 | 2026-06-30T19:54:00.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1718 | 2026-06-30T19:54:00.595Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1719 | 2026-06-30T19:54:00.646Z | Jun 30 19:53:58.874 INFO Starting download, target: Console |
| 1720 | 2026-06-30T19:54:00.646Z | Jun 30 19:53:58.875 INFO Starting download, target: Cockroach |
| 1721 | 2026-06-30T19:54:00.647Z | Jun 30 19:53:58.875 INFO Starting download, target: Clickhouse |
| 1722 | 2026-06-30T19:54:00.647Z | Jun 30 19:53:58.875 INFO Starting download, target: MaghemiteMgd |
| 1723 | 2026-06-30T19:54:00.650Z | Jun 30 19:53:58.875 INFO Starting download, target: DendriteStub |
| 1724 | 2026-06-30T19:54:00.650Z | Jun 30 19:53:58.875 INFO Starting download, target: MaghemiteDdmd |
| 1725 | 2026-06-30T19:54:00.650Z | Jun 30 19:53:58.875 INFO Starting download, target: TransceiverControl |
| 1726 | 2026-06-30T19:54:00.650Z | Jun 30 19:53:58.875 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1727 | 2026-06-30T19:54:00.650Z | Jun 30 19:53:58.875 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1728 | 2026-06-30T19:54:00.650Z | Jun 30 19:53:58.875 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1729 | 2026-06-30T19:54:00.650Z | Jun 30 19:53:58.875 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1730 | 2026-06-30T19:54:00.650Z | Jun 30 19:53:58.875 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1731 | 2026-06-30T19:54:00.650Z | Jun 30 19:53:58.875 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1732 | 2026-06-30T19:54:00.650Z | Jun 30 19:53:58.875 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1733 | 2026-06-30T19:54:01.012Z | Jun 30 19:53:59.236 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1734 | 2026-06-30T19:54:01.244Z | Jun 30 19:53:59.446 INFO Download complete, target: TransceiverControl |
| 1735 | 2026-06-30T19:54:02.329Z | Jun 30 19:54:00.555 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1736 | 2026-06-30T19:54:02.436Z | Jun 30 19:54:00.659 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1737 | 2026-06-30T19:54:02.568Z | Jun 30 19:54:00.789 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1738 | 2026-06-30T19:54:02.621Z | Jun 30 19:54:00.848 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1739 | 2026-06-30T19:54:02.678Z | Jun 30 19:54:00.904 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1740 | 2026-06-30T19:54:02.682Z | Jun 30 19:54:00.907 INFO Download complete, target: Console |
| 1741 | 2026-06-30T19:54:03.047Z | Jun 30 19:54:01.275 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1742 | 2026-06-30T19:54:03.047Z | Jun 30 19:54:01.275 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1743 | 2026-06-30T19:54:04.555Z | Jun 30 19:54:02.783 INFO Download complete, target: MaghemiteDdmd |
| 1744 | 2026-06-30T19:54:04.809Z | Jun 30 19:54:03.037 INFO Download complete, target: DendriteStub |
| 1745 | 2026-06-30T19:54:05.163Z | Jun 30 19:54:03.391 INFO Download complete, target: MaghemiteMgd |
| 1746 | 2026-06-30T19:54:07.751Z | Jun 30 19:54:05.979 INFO Checking that binary works, target: Cockroach |
| 1747 | 2026-06-30T19:54:07.894Z | Jun 30 19:54:06.122 INFO Download complete, target: Cockroach |
| 1748 | 2026-06-30T19:54:09.411Z | Jun 30 19:54:07.639 INFO Checking that binary works, target: Clickhouse |
| 1749 | 2026-06-30T19:54:09.509Z | Jun 30 19:54:07.737 INFO Download complete, target: Clickhouse |
| 1750 | 2026-06-30T19:54:09.526Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1751 | 2026-06-30T19:54:09.529Z | |
| 1752 | 2026-06-30T19:54:09.529Z | real 2:02.539348760 |
| 1753 | 2026-06-30T19:54:09.529Z | user 6:50.923730790 |
| 1754 | 2026-06-30T19:54:09.529Z | sys 1:25.694341456 |
| 1755 | 2026-06-30T19:54:09.529Z | trap 0.243188547 |
| 1756 | 2026-06-30T19:54:09.529Z | tflt 0.516274346 |
| 1757 | 2026-06-30T19:54:09.529Z | dflt 0.697943530 |
| 1758 | 2026-06-30T19:54:09.529Z | kflt 0.035207458 |
| 1759 | 2026-06-30T19:54:09.529Z | lock 22:53.829854020 |
| 1760 | 2026-06-30T19:54:09.529Z | slp 21:01.407454427 |
| 1761 | 2026-06-30T19:54:09.529Z | lat 46.222930653 |
| 1762 | 2026-06-30T19:54:09.529Z | stop 2:07.158454456 |
| 1763 | 2026-06-30T19:54:09.529Z | + banner clippy |
| 1764 | 2026-06-30T19:54:09.529Z | |
| 1765 | 2026-06-30T19:54:09.529Z | #### # # ##### ##### # # |
| 1766 | 2026-06-30T19:54:09.529Z | # # # # # # # # # # |
| 1767 | 2026-06-30T19:54:09.529Z | # # # # # # # # |
| 1768 | 2026-06-30T19:54:09.529Z | # # # ##### ##### # |
| 1769 | 2026-06-30T19:54:09.529Z | # # # # # # # |
| 1770 | 2026-06-30T19:54:09.530Z | #### ###### # # # # |
| 1771 | 2026-06-30T19:54:09.530Z | |
| 1772 | 2026-06-30T19:54:09.530Z | + export CARGO_INCREMENTAL=0 |
| 1773 | 2026-06-30T19:54:09.530Z | + CARGO_INCREMENTAL=0 |
| 1774 | 2026-06-30T19:54:09.530Z | + ptime -m cargo xtask clippy |
| 1775 | 2026-06-30T19:54:09.986Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1776 | 2026-06-30T19:54:10.199Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1777 | 2026-06-30T19:54:12.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s |
| 1778 | 2026-06-30T19:54:12.190Z | Running `target/debug/xtask clippy` |
| 1779 | 2026-06-30T19:54:12.217Z | running: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1780 | 2026-06-30T19:54:12.763Z | Downloading crates ... |
| 1781 | 2026-06-30T19:54:12.959Z | Downloaded escape8259 v0.5.3 |
| 1782 | 2026-06-30T19:54:12.973Z | Downloaded approx v0.5.1 |
| 1783 | 2026-06-30T19:54:12.976Z | Downloaded guppy v0.17.25 |
| 1784 | 2026-06-30T19:54:12.983Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1785 | 2026-06-30T19:54:12.987Z | Downloaded hashbrown v0.14.5 |
| 1786 | 2026-06-30T19:54:12.990Z | Downloaded hickory-client v0.25.2 |
| 1787 | 2026-06-30T19:54:12.993Z | Downloaded cast v0.3.0 |
| 1788 | 2026-06-30T19:54:12.996Z | Downloaded owo-colors v3.5.0 |
| 1789 | 2026-06-30T19:54:12.996Z | Downloaded httptest v0.16.4 |
| 1790 | 2026-06-30T19:54:13.000Z | Downloaded blake2b_simd v1.0.4 |
| 1791 | 2026-06-30T19:54:13.000Z | Downloaded anes v0.1.6 |
| 1792 | 2026-06-30T19:54:13.004Z | Downloaded miette-derive v5.10.0 |
| 1793 | 2026-06-30T19:54:13.004Z | Downloaded target-lexicon v0.13.3 |
| 1794 | 2026-06-30T19:54:13.004Z | Downloaded nested v0.1.1 |
| 1795 | 2026-06-30T19:54:13.004Z | Downloaded concurrent-queue v2.5.0 |
| 1796 | 2026-06-30T19:54:13.007Z | Downloaded criterion-plot v0.6.0 |
| 1797 | 2026-06-30T19:54:13.010Z | Downloaded backtrace-ext v0.2.1 |
| 1798 | 2026-06-30T19:54:13.019Z | Downloaded plotters v0.3.7 |
| 1799 | 2026-06-30T19:54:13.023Z | Downloaded event-listener-strategy v0.5.4 |
| 1800 | 2026-06-30T19:54:13.027Z | Downloaded supports-color v2.1.0 |
| 1801 | 2026-06-30T19:54:13.027Z | Downloaded terminal_size v0.1.17 |
| 1802 | 2026-06-30T19:54:13.027Z | Downloaded relative-path v1.9.3 |
| 1803 | 2026-06-30T19:54:13.030Z | Downloaded linkme v0.3.35 |
| 1804 | 2026-06-30T19:54:13.034Z | Downloaded plotters-svg v0.3.7 |
| 1805 | 2026-06-30T19:54:13.034Z | Downloaded parking v2.2.1 |
| 1806 | 2026-06-30T19:54:13.037Z | Downloaded plotters-backend v0.3.7 |
| 1807 | 2026-06-30T19:54:13.040Z | Downloaded serde_regex v1.1.0 |
| 1808 | 2026-06-30T19:54:13.040Z | Downloaded pathdiff v0.2.3 |
| 1809 | 2026-06-30T19:54:13.043Z | Downloaded linkme-impl v0.3.35 |
| 1810 | 2026-06-30T19:54:13.046Z | Downloaded supports-hyperlinks v2.1.0 |
| 1811 | 2026-06-30T19:54:13.046Z | Downloaded similar-asserts v1.7.0 |
| 1812 | 2026-06-30T19:54:13.057Z | Downloaded assert-json-diff v2.0.2 |
| 1813 | 2026-06-30T19:54:13.060Z | Downloaded async-object-pool v0.2.0 |
| 1814 | 2026-06-30T19:54:13.060Z | Downloaded supports-unicode v2.1.0 |
| 1815 | 2026-06-30T19:54:13.060Z | Downloaded constant_time_eq v0.3.1 |
| 1816 | 2026-06-30T19:54:13.063Z | Downloaded partial-io v0.5.4 |
| 1817 | 2026-06-30T19:54:13.063Z | Downloaded target-triple v1.0.0 |
| 1818 | 2026-06-30T19:54:13.072Z | Downloaded libtest-mimic v0.8.1 |
| 1819 | 2026-06-30T19:54:13.075Z | Downloaded termcolor v1.4.1 |
| 1820 | 2026-06-30T19:54:13.078Z | Downloaded tinytemplate v1.2.1 |
| 1821 | 2026-06-30T19:54:13.078Z | Downloaded futures-timer v3.0.3 |
| 1822 | 2026-06-30T19:54:13.082Z | Downloaded stringmetrics v2.2.2 |
| 1823 | 2026-06-30T19:54:13.086Z | Downloaded addr2line v0.25.1 |
| 1824 | 2026-06-30T19:54:13.090Z | Downloaded assert_cmd v2.1.2 |
| 1825 | 2026-06-30T19:54:13.093Z | Downloaded rustc-demangle v0.1.27 |
| 1826 | 2026-06-30T19:54:13.093Z | Downloaded rust-argon2 v2.1.0 |
| 1827 | 2026-06-30T19:54:13.097Z | Downloaded event-listener v5.4.1 |
| 1828 | 2026-06-30T19:54:13.101Z | Downloaded knuffel-derive v3.2.0 |
| 1829 | 2026-06-30T19:54:13.105Z | Downloaded oorandom v11.1.5 |
| 1830 | 2026-06-30T19:54:13.105Z | Downloaded target-spec v3.5.7 |
| 1831 | 2026-06-30T19:54:13.108Z | Downloaded path-tree v0.8.3 |
| 1832 | 2026-06-30T19:54:13.108Z | Downloaded async-lock v3.4.2 |
| 1833 | 2026-06-30T19:54:13.111Z | Downloaded rstest v0.25.0 |
| 1834 | 2026-06-30T19:54:13.114Z | Downloaded cfg-expr v0.20.6 |
| 1835 | 2026-06-30T19:54:13.117Z | Downloaded datatest-stable v0.3.3 |
| 1836 | 2026-06-30T19:54:13.120Z | Downloaded trybuild v1.0.116 |
| 1837 | 2026-06-30T19:54:13.123Z | Downloaded textwrap v0.15.2 |
| 1838 | 2026-06-30T19:54:13.126Z | Downloaded rand_distr v0.5.1 |
| 1839 | 2026-06-30T19:54:13.129Z | Downloaded rstest_macros v0.25.0 |
| 1840 | 2026-06-30T19:54:13.132Z | Downloaded fancy-regex v0.14.0 |
| 1841 | 2026-06-30T19:54:13.132Z | Downloaded chumsky v0.9.3 |
| 1842 | 2026-06-30T19:54:13.136Z | Downloaded miette v5.10.0 |
| 1843 | 2026-06-30T19:54:13.136Z | Downloaded knuffel v3.2.0 |
| 1844 | 2026-06-30T19:54:13.139Z | Downloaded backtrace v0.3.76 |
| 1845 | 2026-06-30T19:54:13.144Z | Downloaded criterion v0.7.0 |
| 1846 | 2026-06-30T19:54:13.167Z | Downloaded gimli v0.32.3 |
| 1847 | 2026-06-30T19:54:13.255Z | Downloaded httpmock v0.8.3 |
| 1848 | 2026-06-30T19:54:14.926Z | Checking cfg-if v1.0.4 |
| 1849 | 2026-06-30T19:54:15.282Z | Checking libc v0.2.185 |
| 1850 | 2026-06-30T19:54:15.285Z | Checking serde_core v1.0.228 |
| 1851 | 2026-06-30T19:54:15.360Z | Checking memchr v2.8.0 |
| 1852 | 2026-06-30T19:54:15.401Z | Checking smallvec v1.15.1 |
| 1853 | 2026-06-30T19:54:15.443Z | Checking itoa v1.0.17 |
| 1854 | 2026-06-30T19:54:15.484Z | Checking log v0.4.29 |
| 1855 | 2026-06-30T19:54:15.531Z | Checking libm v0.2.16 |
| 1856 | 2026-06-30T19:54:15.571Z | Checking zeroize v1.8.2 |
| 1857 | 2026-06-30T19:54:15.611Z | Checking scopeguard v1.2.0 |
| 1858 | 2026-06-30T19:54:15.652Z | Checking stable_deref_trait v1.2.1 |
| 1859 | 2026-06-30T19:54:15.694Z | Checking zmij v1.0.21 |
| 1860 | 2026-06-30T19:54:15.733Z | Checking errno v0.3.14 |
| 1861 | 2026-06-30T19:54:15.773Z | Checking lock_api v0.4.14 |
| 1862 | 2026-06-30T19:54:15.811Z | Checking zerofrom v0.1.6 |
| 1863 | 2026-06-30T19:54:15.851Z | Checking percent-encoding v2.3.2 |
| 1864 | 2026-06-30T19:54:15.891Z | Checking litemap v0.8.1 |
| 1865 | 2026-06-30T19:54:15.924Z | Checking writeable v0.6.2 |
| 1866 | 2026-06-30T19:54:15.961Z | Checking yoke v0.8.1 |
| 1867 | 2026-06-30T19:54:16.001Z | Checking icu_normalizer_data v2.1.1 |
| 1868 | 2026-06-30T19:54:16.001Z | Checking icu_properties_data v2.1.2 |
| 1869 | 2026-06-30T19:54:16.073Z | Checking form_urlencoded v1.2.2 |
| 1870 | 2026-06-30T19:54:16.112Z | Checking utf8_iter v1.0.4 |
| 1871 | 2026-06-30T19:54:16.149Z | Checking zerovec v0.11.5 |
| 1872 | 2026-06-30T19:54:16.149Z | Checking zerotrie v0.2.3 |
| 1873 | 2026-06-30T19:54:16.222Z | Checking getrandom v0.2.17 |
| 1874 | 2026-06-30T19:54:16.259Z | Checking num-traits v0.2.19 |
| 1875 | 2026-06-30T19:54:16.262Z | Checking zerocopy v0.8.40 |
| 1876 | 2026-06-30T19:54:16.328Z | Checking subtle v2.6.1 |
| 1877 | 2026-06-30T19:54:16.332Z | Checking rand_core v0.10.0 |
| 1878 | 2026-06-30T19:54:16.403Z | Checking pin-project-lite v0.2.17 |
| 1879 | 2026-06-30T19:54:16.444Z | Checking rand_core v0.6.4 |
| 1880 | 2026-06-30T19:54:16.513Z | Checking parking_lot_core v0.9.12 |
| 1881 | 2026-06-30T19:54:16.549Z | Checking getrandom v0.4.1 |
| 1882 | 2026-06-30T19:54:16.591Z | Checking typenum v1.19.0 |
| 1883 | 2026-06-30T19:54:16.628Z | Checking tinystr v0.8.2 |
| 1884 | 2026-06-30T19:54:16.664Z | Checking potential_utf v0.1.4 |
| 1885 | 2026-06-30T19:54:16.721Z | Checking parking_lot v0.12.5 |
| 1886 | 2026-06-30T19:54:16.763Z | Checking portable-atomic v1.13.1 |
| 1887 | 2026-06-30T19:54:16.805Z | Checking critical-section v1.2.0 |
| 1888 | 2026-06-30T19:54:16.844Z | Checking icu_locale_core v2.1.1 |
| 1889 | 2026-06-30T19:54:16.877Z | Checking serde v1.0.228 |
| 1890 | 2026-06-30T19:54:16.880Z | Checking serde_json v1.0.150 |
| 1891 | 2026-06-30T19:54:16.945Z | Checking bitflags v2.11.0 |
| 1892 | 2026-06-30T19:54:16.948Z | Checking icu_collections v2.1.1 |
| 1893 | 2026-06-30T19:54:17.153Z | Checking signal-hook-registry v1.4.8 |
| 1894 | 2026-06-30T19:54:17.200Z | Checking once_cell v1.21.3 |
| 1895 | 2026-06-30T19:54:17.309Z | Checking mio v1.2.0 |
| 1896 | 2026-06-30T19:54:17.350Z | Checking bytes v1.11.1 |
| 1897 | 2026-06-30T19:54:17.406Z | Checking socket2 v0.6.3 |
| 1898 | 2026-06-30T19:54:17.443Z | Checking iana-time-zone v0.1.65 |
| 1899 | 2026-06-30T19:54:17.477Z | Checking icu_provider v2.1.1 |
| 1900 | 2026-06-30T19:54:17.519Z | Checking generic-array v0.14.7 |
| 1901 | 2026-06-30T19:54:17.575Z | Checking chrono v0.4.44 |
| 1902 | 2026-06-30T19:54:17.629Z | Checking uuid v1.23.4 |
| 1903 | 2026-06-30T19:54:17.671Z | Checking thiserror v2.0.18 |
| 1904 | 2026-06-30T19:54:17.674Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1905 | 2026-06-30T19:54:17.741Z | Checking icu_normalizer v2.1.1 |
| 1906 | 2026-06-30T19:54:17.801Z | Checking icu_properties v2.1.2 |
| 1907 | 2026-06-30T19:54:17.839Z | Checking tokio v1.52.1 |
| 1908 | 2026-06-30T19:54:17.941Z | Checking semver v1.0.28 |
| 1909 | 2026-06-30T19:54:18.019Z | Checking crypto-common v0.1.7 |
| 1910 | 2026-06-30T19:54:18.067Z | Checking futures-core v0.3.32 |
| 1911 | 2026-06-30T19:54:18.103Z | Checking dyn-clone v1.0.20 |
| 1912 | 2026-06-30T19:54:18.168Z | Checking equivalent v1.0.2 |
| 1913 | 2026-06-30T19:54:18.205Z | Checking const-oid v0.9.6 |
| 1914 | 2026-06-30T19:54:18.243Z | Checking rustix v1.1.3 |
| 1915 | 2026-06-30T19:54:18.246Z | Checking byteorder v1.5.0 |
| 1916 | 2026-06-30T19:54:18.311Z | Checking futures-sink v0.3.32 |
| 1917 | 2026-06-30T19:54:18.439Z | Checking futures-channel v0.3.32 |
| 1918 | 2026-06-30T19:54:18.442Z | Checking block-buffer v0.10.4 |
| 1919 | 2026-06-30T19:54:18.512Z | Checking slab v0.4.12 |
| 1920 | 2026-06-30T19:54:18.640Z | Checking futures-task v0.3.32 |
| 1921 | 2026-06-30T19:54:18.678Z | Checking futures-io v0.3.32 |
| 1922 | 2026-06-30T19:54:18.681Z | Checking idna_adapter v1.2.1 |
| 1923 | 2026-06-30T19:54:18.746Z | Checking thiserror v1.0.69 |
| 1924 | 2026-06-30T19:54:18.804Z | Checking hashbrown v0.17.0 |
| 1925 | 2026-06-30T19:54:18.841Z | Checking futures-util v0.3.32 |
| 1926 | 2026-06-30T19:54:18.877Z | Checking idna v1.1.0 |
| 1927 | 2026-06-30T19:54:18.880Z | Checking getrandom v0.3.4 |
| 1928 | 2026-06-30T19:54:18.945Z | Checking digest v0.10.7 |
| 1929 | 2026-06-30T19:54:19.069Z | Checking ppv-lite86 v0.2.21 |
| 1930 | 2026-06-30T19:54:19.109Z | Checking cpufeatures v0.2.17 |
| 1931 | 2026-06-30T19:54:19.112Z | Checking fnv v1.0.7 |
| 1932 | 2026-06-30T19:54:19.179Z | Checking url v2.5.8 |
| 1933 | 2026-06-30T19:54:19.182Z | Checking regex-syntax v0.8.10 |
| 1934 | 2026-06-30T19:54:19.249Z | Checking http v1.4.2 |
| 1935 | 2026-06-30T19:54:19.282Z | Checking tracing-core v0.1.36 |
| 1936 | 2026-06-30T19:54:19.318Z | Checking indexmap v2.14.0 |
| 1937 | 2026-06-30T19:54:19.393Z | Checking utf8parse v0.2.2 |
| 1938 | 2026-06-30T19:54:19.528Z | Checking base64 v0.22.1 |
| 1939 | 2026-06-30T19:54:19.628Z | Checking tracing v0.1.44 |
| 1940 | 2026-06-30T19:54:19.667Z | Checking schemars v0.8.22 |
| 1941 | 2026-06-30T19:54:19.799Z | Checking anstyle v1.0.14 |
| 1942 | 2026-06-30T19:54:19.848Z | Checking base64ct v1.8.3 |
| 1943 | 2026-06-30T19:54:19.887Z | Checking anstyle-query v1.1.5 |
| 1944 | 2026-06-30T19:54:19.928Z | Checking is_terminal_polyfill v1.70.2 |
| 1945 | 2026-06-30T19:54:20.009Z | Checking colorchoice v1.0.4 |
| 1946 | 2026-06-30T19:54:20.012Z | Checking block-padding v0.3.3 |
| 1947 | 2026-06-30T19:54:20.083Z | Checking ipnet v2.11.0 |
| 1948 | 2026-06-30T19:54:20.119Z | Checking anstyle-parse v1.0.0 |
| 1949 | 2026-06-30T19:54:20.155Z | Checking terminal_size v0.4.3 |
| 1950 | 2026-06-30T19:54:20.205Z | Checking inout v0.1.4 |
| 1951 | 2026-06-30T19:54:20.295Z | Checking aho-corasick v1.1.4 |
| 1952 | 2026-06-30T19:54:20.298Z | Checking crossbeam-utils v0.8.21 |
| 1953 | 2026-06-30T19:54:20.366Z | Checking unicode-ident v1.0.24 |
| 1954 | 2026-06-30T19:54:20.369Z | Checking anstream v1.0.0 |
| 1955 | 2026-06-30T19:54:20.405Z | Checking cipher v0.4.4 |
| 1956 | 2026-06-30T19:54:20.506Z | Checking proc-macro2 v1.0.106 |
| 1957 | 2026-06-30T19:54:20.564Z | Checking clap_lex v1.0.0 |
| 1958 | 2026-06-30T19:54:20.629Z | Checking strsim v0.11.1 |
| 1959 | 2026-06-30T19:54:20.679Z | Checking powerfmt v0.2.0 |
| 1960 | 2026-06-30T19:54:20.716Z | Checking pem-rfc7468 v0.7.0 |
| 1961 | 2026-06-30T19:54:20.752Z | Checking sha2 v0.10.9 |
| 1962 | 2026-06-30T19:54:20.800Z | Checking httparse v1.10.1 |
| 1963 | 2026-06-30T19:54:20.840Z | Checking clap_builder v4.6.0 |
| 1964 | 2026-06-30T19:54:20.843Z | Checking quote v1.0.45 |
| 1965 | 2026-06-30T19:54:20.909Z | Checking time-core v0.1.8 |
| 1966 | 2026-06-30T19:54:20.912Z | Checking deranged v0.5.8 |
| 1967 | 2026-06-30T19:54:20.987Z | Checking regex-automata v0.4.14 |
| 1968 | 2026-06-30T19:54:21.039Z | Checking num_threads v0.1.7 |
| 1969 | 2026-06-30T19:54:21.078Z | Checking num-conv v0.2.0 |
| 1970 | 2026-06-30T19:54:21.081Z | Checking syn v2.0.117 |
| 1971 | 2026-06-30T19:54:21.111Z | Checking hmac v0.12.1 |
| 1972 | 2026-06-30T19:54:21.185Z | Checking rand_core v0.9.5 |
| 1973 | 2026-06-30T19:54:21.188Z | Checking tokio-util v0.7.18 |
| 1974 | 2026-06-30T19:54:21.256Z | Checking erased-serde v0.3.31 |
| 1975 | 2026-06-30T19:54:21.304Z | Checking flagset v0.4.7 |
| 1976 | 2026-06-30T19:54:21.391Z | Checking http-body v1.0.1 |
| 1977 | 2026-06-30T19:54:21.456Z | Checking der v0.7.10 |
| 1978 | 2026-06-30T19:54:21.551Z | Checking allocator-api2 v0.2.21 |
| 1979 | 2026-06-30T19:54:21.672Z | Checking slog v2.8.2 |
| 1980 | 2026-06-30T19:54:21.849Z | Checking atomic-waker v1.1.2 |
| 1981 | 2026-06-30T19:54:21.887Z | Checking time v0.3.47 |
| 1982 | 2026-06-30T19:54:21.890Z | Checking rand_chacha v0.9.0 |
| 1983 | 2026-06-30T19:54:21.961Z | Checking rustls-pki-types v1.14.0 |
| 1984 | 2026-06-30T19:54:21.998Z | Checking anyhow v1.0.102 |
| 1985 | 2026-06-30T19:54:22.084Z | Checking clap v4.6.1 |
| 1986 | 2026-06-30T19:54:22.123Z | Checking try-lock v0.2.5 |
| 1987 | 2026-06-30T19:54:22.194Z | Checking httpdate v1.0.3 |
| 1988 | 2026-06-30T19:54:22.233Z | Checking rand v0.9.2 |
| 1989 | 2026-06-30T19:54:22.237Z | Checking h2 v0.4.15 |
| 1990 | 2026-06-30T19:54:22.305Z | Checking want v0.3.1 |
| 1991 | 2026-06-30T19:54:22.308Z | Checking spin v0.9.8 |
| 1992 | 2026-06-30T19:54:22.375Z | Checking aws-lc-sys v0.40.0 |
| 1993 | 2026-06-30T19:54:22.457Z | Checking ryu v1.0.23 |
| 1994 | 2026-06-30T19:54:22.546Z | Checking untrusted v0.7.1 |
| 1995 | 2026-06-30T19:54:22.621Z | Checking tower-layer v0.3.3 |
| 1996 | 2026-06-30T19:54:22.688Z | Checking tower-service v0.3.3 |
| 1997 | 2026-06-30T19:54:22.730Z | Checking ipnetwork v0.21.1 |
| 1998 | 2026-06-30T19:54:22.800Z | Checking untrusted v0.9.0 |
| 1999 | 2026-06-30T19:54:22.838Z | Checking fastrand v2.3.0 |
| 2000 | 2026-06-30T19:54:22.841Z | Checking mime v0.3.17 |
| 2001 | 2026-06-30T19:54:22.909Z | Checking aws-lc-rs v1.16.3 |
| 2002 | 2026-06-30T19:54:22.945Z | Checking spki v0.7.3 |
| 2003 | 2026-06-30T19:54:22.980Z | Checking pbkdf2 v0.12.2 |
| 2004 | 2026-06-30T19:54:23.046Z | Checking aes v0.8.4 |
| 2005 | 2026-06-30T19:54:23.082Z | Checking http-body-util v0.1.3 |
| 2006 | 2026-06-30T19:54:23.085Z | Checking salsa20 v0.10.2 |
| 2007 | 2026-06-30T19:54:23.153Z | Checking cbc v0.1.2 |
| 2008 | 2026-06-30T19:54:23.156Z | Checking rand_chacha v0.3.1 |
| 2009 | 2026-06-30T19:54:23.279Z | Checking hex v0.4.3 |
| 2010 | 2026-06-30T19:54:23.317Z | Checking simd-adler32 v0.3.8 |
| 2011 | 2026-06-30T19:54:23.354Z | Checking pretty-hex v0.4.1 |
| 2012 | 2026-06-30T19:54:23.391Z | Checking scrypt v0.11.0 |
| 2013 | 2026-06-30T19:54:23.428Z | Checking rand v0.8.6 |
| 2014 | 2026-06-30T19:54:23.464Z | Checking tempfile v3.25.0 |
| 2015 | 2026-06-30T19:54:23.500Z | Checking openssl-probe v0.2.1 |
| 2016 | 2026-06-30T19:54:23.537Z | Checking adler2 v2.0.1 |
| 2017 | 2026-06-30T19:54:23.540Z | Checking plain v0.2.3 |
| 2018 | 2026-06-30T19:54:23.607Z | Checking pkcs5 v0.7.1 |
| 2019 | 2026-06-30T19:54:23.643Z | Checking regex v1.12.3 |
| 2020 | 2026-06-30T19:54:23.681Z | Checking miniz_oxide v0.8.9 |
| 2021 | 2026-06-30T19:54:23.684Z | Checking serde_urlencoded v0.7.1 |
| 2022 | 2026-06-30T19:54:23.751Z | Checking encoding_rs v0.8.35 |
| 2023 | 2026-06-30T19:54:23.754Z | Checking rustls-webpki v0.103.9 |
| 2024 | 2026-06-30T19:54:23.880Z | Checking ucd-trie v0.1.7 |
| 2025 | 2026-06-30T19:54:23.939Z | Checking pkcs8 v0.10.2 |
| 2026 | 2026-06-30T19:54:23.980Z | Checking camino v1.2.2 |
| 2027 | 2026-06-30T19:54:23.983Z | Checking oxnet v0.1.6 |
| 2028 | 2026-06-30T19:54:24.111Z | Checking futures-executor v0.3.32 |
| 2029 | 2026-06-30T19:54:24.114Z | Checking pest v2.8.6 |
| 2030 | 2026-06-30T19:54:24.184Z | Checking sync_wrapper v1.0.2 |
| 2031 | 2026-06-30T19:54:24.225Z | Checking rustls v0.23.41 |
| 2032 | 2026-06-30T19:54:24.286Z | Checking either v1.15.0 |
| 2033 | 2026-06-30T19:54:24.328Z | Checking tower v0.5.3 |
| 2034 | 2026-06-30T19:54:24.331Z | Checking futures v0.3.32 |
| 2035 | 2026-06-30T19:54:24.398Z | Checking crc32fast v1.5.0 |
| 2036 | 2026-06-30T19:54:24.470Z | Checking iri-string v0.7.10 |
| 2037 | 2026-06-30T19:54:24.508Z | Checking static_assertions v1.1.0 |
| 2038 | 2026-06-30T19:54:24.583Z | Checking foldhash v0.2.0 |
| 2039 | 2026-06-30T19:54:24.620Z | Checking lazy_static v1.5.0 |
| 2040 | 2026-06-30T19:54:24.743Z | Checking openapiv3 v2.2.0 |
| 2041 | 2026-06-30T19:54:24.781Z | Checking hashbrown v0.16.1 |
| 2042 | 2026-06-30T19:54:24.784Z | Checking signature v2.2.0 |
| 2043 | 2026-06-30T19:54:24.784Z | Checking hubpack v0.1.2 |
| 2044 | 2026-06-30T19:54:25.014Z | Checking zlib-rs v0.6.2 |
| 2045 | 2026-06-30T19:54:25.017Z | Checking rustls-native-certs v0.8.3 |
| 2046 | 2026-06-30T19:54:25.122Z | Checking hyper v1.10.1 |
| 2047 | 2026-06-30T19:54:25.174Z | Checking strum v0.26.3 |
| 2048 | 2026-06-30T19:54:25.274Z | Checking psl-types v2.0.11 |
| 2049 | 2026-06-30T19:54:25.314Z | Checking cookie v0.18.1 |
| 2050 | 2026-06-30T19:54:25.356Z | Checking tinyvec_macros v0.1.1 |
| 2051 | 2026-06-30T19:54:25.419Z | Checking publicsuffix v2.3.0 |
| 2052 | 2026-06-30T19:54:25.456Z | Checking tinyvec v1.10.0 |
| 2053 | 2026-06-30T19:54:25.520Z | Checking tower-http v0.6.8 |
| 2054 | 2026-06-30T19:54:25.570Z | Checking num-integer v0.1.46 |
| 2055 | 2026-06-30T19:54:25.609Z | Checking cookie_store v0.22.1 |
| 2056 | 2026-06-30T19:54:25.787Z | Checking scroll v0.13.0 |
| 2057 | 2026-06-30T19:54:25.826Z | Checking data-encoding v2.10.0 |
| 2058 | 2026-06-30T19:54:25.831Z | Checking serde_spanned v0.6.9 |
| 2059 | 2026-06-30T19:54:25.954Z | Checking flate2 v1.1.9 |
| 2060 | 2026-06-30T19:54:25.992Z | Checking toml_datetime v0.6.11 |
| 2061 | 2026-06-30T19:54:26.028Z | Checking memmap2 v0.9.10 |
| 2062 | 2026-06-30T19:54:26.065Z | Checking goblin v0.10.5 |
| 2063 | 2026-06-30T19:54:26.069Z | Checking base16ct v0.2.0 |
| 2064 | 2026-06-30T19:54:26.136Z | Checking hyper-util v0.1.20 |
| 2065 | 2026-06-30T19:54:26.139Z | Checking bit-vec v0.8.0 |
| 2066 | 2026-06-30T19:54:26.206Z | Checking dtrace-parser v0.3.0 |
| 2067 | 2026-06-30T19:54:26.242Z | Checking ff v0.13.1 |
| 2068 | 2026-06-30T19:54:26.279Z | Checking sec1 v0.7.3 |
| 2069 | 2026-06-30T19:54:26.282Z | Checking thread-id v5.1.0 |
| 2070 | 2026-06-30T19:54:26.388Z | Checking bit-set v0.8.0 |
| 2071 | 2026-06-30T19:54:26.426Z | Checking wait-timeout v0.2.1 |
| 2072 | 2026-06-30T19:54:26.430Z | Checking group v0.13.0 |
| 2073 | 2026-06-30T19:54:26.495Z | Checking num-iter v0.1.45 |
| 2074 | 2026-06-30T19:54:26.503Z | Checking tokio-rustls v0.26.4 |
| 2075 | 2026-06-30T19:54:26.566Z | Checking rustls-platform-verifier v0.6.2 |
| 2076 | 2026-06-30T19:54:26.570Z | Checking bstr v1.12.1 |
| 2077 | 2026-06-30T19:54:26.637Z | Checking hkdf v0.12.4 |
| 2078 | 2026-06-30T19:54:26.640Z | Checking crossbeam-epoch v0.9.18 |
| 2079 | 2026-06-30T19:54:26.640Z | Checking anstyle-parse v0.2.7 |
| 2080 | 2026-06-30T19:54:26.743Z | Checking ahash v0.8.12 |
| 2081 | 2026-06-30T19:54:26.780Z | Checking crypto-bigint v0.5.5 |
| 2082 | 2026-06-30T19:54:26.818Z | Checking quick-error v1.2.3 |
| 2083 | 2026-06-30T19:54:26.882Z | Checking anstream v0.6.21 |
| 2084 | 2026-06-30T19:54:26.929Z | Checking rand_xorshift v0.4.0 |
| 2085 | 2026-06-30T19:54:26.969Z | Checking rusty-fork v0.3.1 |
| 2086 | 2026-06-30T19:54:26.972Z | Checking scroll v0.12.0 |
| 2087 | 2026-06-30T19:54:27.039Z | Checking unarray v0.1.4 |
| 2088 | 2026-06-30T19:54:27.076Z | Checking num-bigint-dig v0.8.6 |
| 2089 | 2026-06-30T19:54:27.113Z | Checking pkcs1 v0.7.5 |
| 2090 | 2026-06-30T19:54:27.169Z | Checking x509-cert v0.2.5 |
| 2091 | 2026-06-30T19:54:27.173Z | Checking proptest v1.10.0 |
| 2092 | 2026-06-30T19:54:27.253Z | Checking goblin v0.8.2 |
| 2093 | 2026-06-30T19:54:27.353Z | Checking sha1 v0.10.6 |
| 2094 | 2026-06-30T19:54:27.420Z | Checking hyper-rustls v0.27.7 |
| 2095 | 2026-06-30T19:54:27.544Z | Checking zerocopy v0.7.35 |
| 2096 | 2026-06-30T19:54:27.652Z | Checking reqwest v0.13.2 |
| 2097 | 2026-06-30T19:54:27.702Z | Checking elliptic-curve v0.13.8 |
| 2098 | 2026-06-30T19:54:27.856Z | Checking unicode-segmentation v1.12.0 |
| 2099 | 2026-06-30T19:54:27.905Z | Checking winnow v0.7.14 |
| 2100 | 2026-06-30T19:54:28.038Z | Checking rsa v0.9.10 |
| 2101 | 2026-06-30T19:54:28.077Z | Checking dtrace-parser v0.2.0 |
| 2102 | 2026-06-30T19:54:28.203Z | Checking rfc6979 v0.4.0 |
| 2103 | 2026-06-30T19:54:28.339Z | Checking memoffset v0.9.1 |
| 2104 | 2026-06-30T19:54:28.377Z | Checking thread-id v4.2.2 |
| 2105 | 2026-06-30T19:54:28.415Z | Checking dof v0.4.0 |
| 2106 | 2026-06-30T19:54:28.451Z | Checking foreign-types-shared v0.1.1 |
| 2107 | 2026-06-30T19:54:28.488Z | Checking ecdsa v0.16.9 |
| 2108 | 2026-06-30T19:54:28.534Z | Checking curve25519-dalek v4.1.3 |
| 2109 | 2026-06-30T19:54:28.539Z | Checking rustix v0.38.44 |
| 2110 | 2026-06-30T19:54:28.573Z | Checking foreign-types v0.3.2 |
| 2111 | 2026-06-30T19:54:28.703Z | Checking openssl-sys v0.9.115 |
| 2112 | 2026-06-30T19:54:28.856Z | Checking env_filter v1.0.0 |
| 2113 | 2026-06-30T19:54:29.033Z | Checking same-file v1.0.6 |
| 2114 | 2026-06-30T19:54:29.036Z | Checking newtype-uuid v1.3.2 |
| 2115 | 2026-06-30T19:54:29.105Z | Checking usdt-impl v0.6.0 |
| 2116 | 2026-06-30T19:54:29.108Z | Checking keccak v0.1.6 |
| 2117 | 2026-06-30T19:54:29.177Z | Checking toml_write v0.1.2 |
| 2118 | 2026-06-30T19:54:29.180Z | Checking dof v0.3.0 |
| 2119 | 2026-06-30T19:54:29.180Z | Checking walkdir v2.5.0 |
| 2120 | 2026-06-30T19:54:29.294Z | Checking daft v0.1.7 |
| 2121 | 2026-06-30T19:54:29.334Z | Checking sha3 v0.10.8 |
| 2122 | 2026-06-30T19:54:29.337Z | Checking openssl v0.10.79 |
| 2123 | 2026-06-30T19:54:29.405Z | Checking toml_edit v0.22.27 |
| 2124 | 2026-06-30T19:54:29.409Z | Checking env_logger v0.11.9 |
| 2125 | 2026-06-30T19:54:29.475Z | Checking usdt v0.6.0 |
| 2126 | 2026-06-30T19:54:29.478Z | Checking ed25519 v2.2.3 |
| 2127 | 2026-06-30T19:54:29.546Z | Checking usdt-impl v0.5.0 |
| 2128 | 2026-06-30T19:54:29.582Z | Checking itertools v0.13.0 |
| 2129 | 2026-06-30T19:54:29.585Z | Checking serde_with v3.17.0 |
| 2130 | 2026-06-30T19:54:29.652Z | Checking bitflags v1.3.2 |
| 2131 | 2026-06-30T19:54:29.690Z | Checking winnow v1.0.3 |
| 2132 | 2026-06-30T19:54:29.727Z | Checking siphasher v1.0.2 |
| 2133 | 2026-06-30T19:54:29.764Z | Checking ed25519-dalek v2.2.0 |
| 2134 | 2026-06-30T19:54:29.847Z | Checking nix v0.31.2 |
| 2135 | 2026-06-30T19:54:29.914Z | Checking unicode-normalization v0.1.25 |
| 2136 | 2026-06-30T19:54:30.006Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2137 | 2026-06-30T19:54:30.044Z | Checking signal-hook v0.3.18 |
| 2138 | 2026-06-30T19:54:30.265Z | Checking managed v0.8.0 |
| 2139 | 2026-06-30T19:54:30.346Z | Checking winnow v0.5.40 |
| 2140 | 2026-06-30T19:54:30.384Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2141 | 2026-06-30T19:54:30.475Z | Checking object v0.37.3 |
| 2142 | 2026-06-30T19:54:30.513Z | Checking foldhash v0.1.5 |
| 2143 | 2026-06-30T19:54:30.581Z | Checking bzip2 v0.4.4 |
| 2144 | 2026-06-30T19:54:30.646Z | Checking signal-hook-mio v0.2.5 |
| 2145 | 2026-06-30T19:54:30.699Z | Checking hashbrown v0.15.5 |
| 2146 | 2026-06-30T19:54:30.770Z | Checking globset v0.4.18 |
| 2147 | 2026-06-30T19:54:30.808Z | Checking ref-cast v1.0.25 |
| 2148 | 2026-06-30T19:54:30.934Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2149 | 2026-06-30T19:54:30.937Z | Checking zip v0.6.6 |
| 2150 | 2026-06-30T19:54:31.050Z | Checking pin-project v1.1.11 |
| 2151 | 2026-06-30T19:54:31.089Z | Checking zstd-safe v7.2.4 |
| 2152 | 2026-06-30T19:54:31.093Z | Checking bumpalo v3.20.2 |
| 2153 | 2026-06-30T19:54:31.174Z | Checking libbz2-rs-sys v0.2.2 |
| 2154 | 2026-06-30T19:54:31.177Z | Checking crossterm v0.28.1 |
| 2155 | 2026-06-30T19:54:31.284Z | Checking zstd v0.13.3 |
| 2156 | 2026-06-30T19:54:31.322Z | Checking similar v2.7.0 |
| 2157 | 2026-06-30T19:54:31.358Z | Checking zopfli v0.8.3 |
| 2158 | 2026-06-30T19:54:31.421Z | Checking native-tls v0.2.18 |
| 2159 | 2026-06-30T19:54:31.499Z | Checking tokio-stream v0.1.18 |
| 2160 | 2026-06-30T19:54:31.540Z | Checking toml_edit v0.19.15 |
| 2161 | 2026-06-30T19:54:31.604Z | Checking bzip2 v0.6.1 |
| 2162 | 2026-06-30T19:54:31.645Z | Checking tokio-native-tls v0.3.1 |
| 2163 | 2026-06-30T19:54:31.709Z | Checking fs-err v3.3.0 |
| 2164 | 2026-06-30T19:54:31.748Z | Checking pem v3.0.6 |
| 2165 | 2026-06-30T19:54:31.798Z | Checking hash32 v0.2.1 |
| 2166 | 2026-06-30T19:54:31.837Z | Checking hyper-tls v0.6.0 |
| 2167 | 2026-06-30T19:54:31.922Z | Checking serde-big-array v0.5.1 |
| 2168 | 2026-06-30T19:54:31.962Z | Checking unicode-bidi v0.3.18 |
| 2169 | 2026-06-30T19:54:31.965Z | Checking jiff v0.2.21 |
| 2170 | 2026-06-30T19:54:32.033Z | Checking predicates-core v1.0.10 |
| 2171 | 2026-06-30T19:54:32.036Z | Checking reqwest v0.12.28 |
| 2172 | 2026-06-30T19:54:32.036Z | Checking unicode-properties v0.1.4 |
| 2173 | 2026-06-30T19:54:32.136Z | Checking heapless v0.7.17 |
| 2174 | 2026-06-30T19:54:32.182Z | Checking snafu v0.8.9 |
| 2175 | 2026-06-30T19:54:32.277Z | Checking olpc-cjson v0.1.4 |
| 2176 | 2026-06-30T19:54:32.318Z | Checking stringprep v0.1.5 |
| 2177 | 2026-06-30T19:54:32.444Z | Checking hickory-proto v0.25.2 |
| 2178 | 2026-06-30T19:54:32.447Z | Checking md-5 v0.10.6 |
| 2179 | 2026-06-30T19:54:32.516Z | Checking serde_plain v1.0.2 |
| 2180 | 2026-06-30T19:54:32.581Z | Checking float-cmp v0.10.0 |
| 2181 | 2026-06-30T19:54:32.619Z | Checking toml v0.7.8 |
| 2182 | 2026-06-30T19:54:32.657Z | Checking normalize-line-endings v0.3.0 |
| 2183 | 2026-06-30T19:54:32.693Z | Checking typed-path v0.9.3 |
| 2184 | 2026-06-30T19:54:32.736Z | Checking fallible-iterator v0.2.0 |
| 2185 | 2026-06-30T19:54:32.778Z | Checking difflib v0.4.0 |
| 2186 | 2026-06-30T19:54:32.815Z | Checking smoltcp v0.9.1 |
| 2187 | 2026-06-30T19:54:32.858Z | Checking iddqd v0.4.2 |
| 2188 | 2026-06-30T19:54:32.959Z | Checking phf_shared v0.11.3 |
| 2189 | 2026-06-30T19:54:32.998Z | Checking predicates v3.1.4 |
| 2190 | 2026-06-30T19:54:33.040Z | Checking postgres-protocol v0.6.10 |
| 2191 | 2026-06-30T19:54:33.130Z | Checking phf_shared v0.13.1 |
| 2192 | 2026-06-30T19:54:33.318Z | Checking buf-list v1.1.2 |
| 2193 | 2026-06-30T19:54:33.358Z | Checking strum v0.27.2 |
| 2194 | 2026-06-30T19:54:33.395Z | Checking fixedbitset v0.5.7 |
| 2195 | 2026-06-30T19:54:33.432Z | Checking lalrpop-util v0.19.12 |
| 2196 | 2026-06-30T19:54:33.485Z | Checking tough v0.22.0 |
| 2197 | 2026-06-30T19:54:33.523Z | Checking new_debug_unreachable v1.0.6 |
| 2198 | 2026-06-30T19:54:33.561Z | Checking precomputed-hash v0.1.1 |
| 2199 | 2026-06-30T19:54:33.616Z | Checking fixedbitset v0.4.2 |
| 2200 | 2026-06-30T19:54:33.619Z | Checking petgraph v0.8.3 |
| 2201 | 2026-06-30T19:54:33.689Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2202 | 2026-06-30T19:54:33.692Z | Checking string_cache v0.8.9 |
| 2203 | 2026-06-30T19:54:33.784Z | Checking postgres-types v0.2.12 |
| 2204 | 2026-06-30T19:54:33.822Z | Checking petgraph v0.6.5 |
| 2205 | 2026-06-30T19:54:33.916Z | Checking phf v0.13.1 |
| 2206 | 2026-06-30T19:54:34.097Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2207 | 2026-06-30T19:54:34.141Z | Checking peg-runtime v0.8.5 |
| 2208 | 2026-06-30T19:54:34.244Z | Checking zip v4.6.1 |
| 2209 | 2026-06-30T19:54:34.318Z | Checking whoami v2.1.0 |
| 2210 | 2026-06-30T19:54:34.513Z | Checking is-terminal v0.4.17 |
| 2211 | 2026-06-30T19:54:34.560Z | Checking tokio-postgres v0.7.16 |
| 2212 | 2026-06-30T19:54:34.640Z | Checking crossbeam-channel v0.5.15 |
| 2213 | 2026-06-30T19:54:34.867Z | Checking thread_local v1.1.9 |
| 2214 | 2026-06-30T19:54:35.017Z | Compiling structmeta-derive v0.3.0 |
| 2215 | 2026-06-30T19:54:35.067Z | Checking take_mut v0.2.2 |
| 2216 | 2026-06-30T19:54:35.139Z | Checking term v1.2.1 |
| 2217 | 2026-06-30T19:54:35.201Z | Checking slog-async v2.8.0 |
| 2218 | 2026-06-30T19:54:35.283Z | Compiling newtype-uuid-macros v0.1.0 |
| 2219 | 2026-06-30T19:54:35.321Z | Compiling multer v3.1.0 |
| 2220 | 2026-06-30T19:54:35.387Z | Checking slog-term v2.9.2 |
| 2221 | 2026-06-30T19:54:35.425Z | Compiling async-stream-impl v0.3.6 |
| 2222 | 2026-06-30T19:54:35.589Z | Checking match_cfg v0.1.0 |
| 2223 | 2026-06-30T19:54:35.635Z | Checking slog-json v2.6.1 |
| 2224 | 2026-06-30T19:54:35.673Z | Compiling dropshot v0.17.1 |
| 2225 | 2026-06-30T19:54:35.710Z | Checking hostname v0.3.1 |
| 2226 | 2026-06-30T19:54:35.824Z | Checking cpufeatures v0.3.0 |
| 2227 | 2026-06-30T19:54:35.862Z | Checking slog-bunyan v2.5.0 |
| 2228 | 2026-06-30T19:54:35.897Z | Compiling dropshot_endpoint v0.17.1 |
| 2229 | 2026-06-30T19:54:35.935Z | Checking debug-ignore v1.0.5 |
| 2230 | 2026-06-30T19:54:36.005Z | Checking hybrid-array v0.4.10 |
| 2231 | 2026-06-30T19:54:36.075Z | Checking progenitor-client v0.14.0 |
| 2232 | 2026-06-30T19:54:36.107Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2233 | 2026-06-30T19:54:36.110Z | Checking serde_spanned v1.1.1 |
| 2234 | 2026-06-30T19:54:36.110Z | Checking serde_path_to_error v0.1.20 |
| 2235 | 2026-06-30T19:54:36.211Z | Compiling structmeta v0.3.0 |
| 2236 | 2026-06-30T19:54:36.251Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2237 | 2026-06-30T19:54:36.293Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2238 | 2026-06-30T19:54:36.331Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2239 | 2026-06-30T19:54:36.450Z | Compiling derive-ex v0.1.8 |
| 2240 | 2026-06-30T19:54:36.484Z | Checking const-oid v0.10.2 |
| 2241 | 2026-06-30T19:54:36.487Z | Checking crypto-common v0.2.2 |
| 2242 | 2026-06-30T19:54:36.487Z | Checking block-buffer v0.12.1 |
| 2243 | 2026-06-30T19:54:36.585Z | Checking compression-core v0.4.31 |
| 2244 | 2026-06-30T19:54:36.619Z | Checking toml v1.1.2+spec-1.1.0 |
| 2245 | 2026-06-30T19:54:36.655Z | Checking async-stream v0.3.6 |
| 2246 | 2026-06-30T19:54:36.735Z | Checking rustls-pemfile v2.2.0 |
| 2247 | 2026-06-30T19:54:36.770Z | Checking compression-codecs v0.4.37 |
| 2248 | 2026-06-30T19:54:36.810Z | Checking waitgroup v0.1.2 |
| 2249 | 2026-06-30T19:54:36.903Z | Checking hostname v0.4.2 |
| 2250 | 2026-06-30T19:54:36.941Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2251 | 2026-06-30T19:54:36.944Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2252 | 2026-06-30T19:54:37.013Z | Checking async-compression v0.4.41 |
| 2253 | 2026-06-30T19:54:37.048Z | Checking atomicwrites v0.4.4 |
| 2254 | 2026-06-30T19:54:37.085Z | Checking itertools v0.14.0 |
| 2255 | 2026-06-30T19:54:37.139Z | Checking digest v0.11.3 |
| 2256 | 2026-06-30T19:54:37.177Z | Compiling parse-display-derive v0.10.0 |
| 2257 | 2026-06-30T19:54:37.211Z | Checking macaddr v1.0.1 |
| 2258 | 2026-06-30T19:54:37.246Z | Checking regress v0.10.5 |
| 2259 | 2026-06-30T19:54:37.284Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2260 | 2026-06-30T19:54:37.321Z | Checking sha1 v0.11.0 |
| 2261 | 2026-06-30T19:54:37.413Z | Checking instant v0.1.13 |
| 2262 | 2026-06-30T19:54:37.522Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2263 | 2026-06-30T19:54:37.560Z | Checking backoff v0.4.0 |
| 2264 | 2026-06-30T19:54:37.736Z | Checking backon v1.6.0 |
| 2265 | 2026-06-30T19:54:37.774Z | Checking humantime v2.3.0 |
| 2266 | 2026-06-30T19:54:37.811Z | Checking unicode-width v0.2.0 |
| 2267 | 2026-06-30T19:54:37.927Z | Checking progenitor-extras v0.2.0 |
| 2268 | 2026-06-30T19:54:37.998Z | Compiling convert_case v0.4.0 |
| 2269 | 2026-06-30T19:54:38.093Z | Checking heck v0.5.0 |
| 2270 | 2026-06-30T19:54:38.150Z | Compiling test-strategy v0.4.5 |
| 2271 | 2026-06-30T19:54:38.190Z | Checking half v2.7.1 |
| 2272 | 2026-06-30T19:54:38.193Z | Checking ciborium-io v0.2.2 |
| 2273 | 2026-06-30T19:54:38.259Z | Checking secrecy v0.10.3 |
| 2274 | 2026-06-30T19:54:38.346Z | Checking camino-tempfile v1.4.1 |
| 2275 | 2026-06-30T19:54:38.389Z | Compiling derive_more v0.99.20 |
| 2276 | 2026-06-30T19:54:38.428Z | Compiling regress v0.11.1 |
| 2277 | 2026-06-30T19:54:38.475Z | Checking ciborium-ll v0.2.2 |
| 2278 | 2026-06-30T19:54:38.533Z | Checking indent_write v2.2.0 |
| 2279 | 2026-06-30T19:54:38.682Z | Checking ciborium v0.2.2 |
| 2280 | 2026-06-30T19:54:38.719Z | Checking universal-hash v0.5.1 |
| 2281 | 2026-06-30T19:54:38.722Z | Checking opaque-debug v0.3.1 |
| 2282 | 2026-06-30T19:54:38.885Z | Compiling crucible-workspace-hack v0.1.0 |
| 2283 | 2026-06-30T19:54:38.920Z | Checking parse-display v0.10.0 |
| 2284 | 2026-06-30T19:54:39.098Z | Checking aead v0.5.2 |
| 2285 | 2026-06-30T19:54:39.170Z | Compiling unsafe-libyaml v0.2.11 |
| 2286 | 2026-06-30T19:54:39.271Z | Checking poly1305 v0.8.0 |
| 2287 | 2026-06-30T19:54:39.312Z | Checking chacha20 v0.9.1 |
| 2288 | 2026-06-30T19:54:39.559Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2289 | 2026-06-30T19:54:39.596Z | Checking swrite v0.1.0 |
| 2290 | 2026-06-30T19:54:39.698Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2291 | 2026-06-30T19:54:39.733Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2292 | 2026-06-30T19:54:39.770Z | Compiling serde_yaml v0.9.34+deprecated |
| 2293 | 2026-06-30T19:54:39.984Z | Checking password-hash v0.5.0 |
| 2294 | 2026-06-30T19:54:40.086Z | Compiling typify-impl v0.6.2 |
| 2295 | 2026-06-30T19:54:40.124Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2296 | 2026-06-30T19:54:40.243Z | Checking blake2 v0.10.6 |
| 2297 | 2026-06-30T19:54:40.519Z | Checking argon2 v0.5.3 |
| 2298 | 2026-06-30T19:54:40.808Z | Checking thiserror-no-std v2.0.2 |
| 2299 | 2026-06-30T19:54:40.895Z | Checking chacha20poly1305 v0.10.1 |
| 2300 | 2026-06-30T19:54:40.932Z | Checking vsss-rs v3.3.4 |
| 2301 | 2026-06-30T19:54:41.048Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2302 | 2026-06-30T19:54:41.052Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2303 | 2026-06-30T19:54:41.280Z | Checking byte-wrapper v0.1.0 |
| 2304 | 2026-06-30T19:54:41.408Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2305 | 2026-06-30T19:54:41.501Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2306 | 2026-06-30T19:54:41.525Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2307 | 2026-06-30T19:54:41.620Z | Checking crossbeam-deque v0.8.6 |
| 2308 | 2026-06-30T19:54:41.673Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2309 | 2026-06-30T19:54:41.725Z | Compiling rayon-core v1.13.0 |
| 2310 | 2026-06-30T19:54:41.762Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2311 | 2026-06-30T19:54:42.039Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2312 | 2026-06-30T19:54:42.075Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2313 | 2026-06-30T19:54:42.258Z | Compiling proc-macro-error v1.0.4 |
| 2314 | 2026-06-30T19:54:42.354Z | Checking rayon v1.11.0 |
| 2315 | 2026-06-30T19:54:42.597Z | Checking toml v0.8.23 |
| 2316 | 2026-06-30T19:54:42.951Z | Compiling proc-macro-crate v3.4.0 |
| 2317 | 2026-06-30T19:54:43.096Z | Checking tabwriter v1.4.1 |
| 2318 | 2026-06-30T19:54:43.131Z | Checking glob v0.3.3 |
| 2319 | 2026-06-30T19:54:43.165Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2320 | 2026-06-30T19:54:43.258Z | Checking colored v3.1.1 |
| 2321 | 2026-06-30T19:54:43.296Z | Compiling heapless v0.8.0 |
| 2322 | 2026-06-30T19:54:43.299Z | Compiling ingot-macros v0.1.1 |
| 2323 | 2026-06-30T19:54:43.366Z | Checking hash32 v0.3.1 |
| 2324 | 2026-06-30T19:54:43.485Z | Compiling smoltcp v0.11.0 |
| 2325 | 2026-06-30T19:54:43.522Z | Compiling num_enum_derive v0.7.6 |
| 2326 | 2026-06-30T19:54:43.556Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2327 | 2026-06-30T19:54:43.807Z | Checking unicode-width v0.1.14 |
| 2328 | 2026-06-30T19:54:43.948Z | Checking cobs v0.3.0 |
| 2329 | 2026-06-30T19:54:43.986Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2330 | 2026-06-30T19:54:44.024Z | Compiling usdt-macro v0.5.0 |
| 2331 | 2026-06-30T19:54:44.080Z | Compiling usdt-attr-macro v0.5.0 |
| 2332 | 2026-06-30T19:54:44.122Z | Checking memmap v0.7.0 |
| 2333 | 2026-06-30T19:54:44.287Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2334 | 2026-06-30T19:54:44.604Z | Checking postcard v1.1.3 |
| 2335 | 2026-06-30T19:54:44.639Z | Checking num_enum v0.7.6 |
| 2336 | 2026-06-30T19:54:44.672Z | Compiling typify-macro v0.6.2 |
| 2337 | 2026-06-30T19:54:44.781Z | Compiling proc-macro-crate v1.3.1 |
| 2338 | 2026-06-30T19:54:44.819Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2339 | 2026-06-30T19:54:44.930Z | Checking sigpipe v0.1.3 |
| 2340 | 2026-06-30T19:54:44.965Z | Checking usdt v0.5.0 |
| 2341 | 2026-06-30T19:54:45.040Z | Compiling foreign-types-macros v0.2.3 |
| 2342 | 2026-06-30T19:54:45.076Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2343 | 2026-06-30T19:54:45.164Z | Checking foreign-types-shared v0.3.1 |
| 2344 | 2026-06-30T19:54:45.233Z | Compiling num_enum_derive v0.5.11 |
| 2345 | 2026-06-30T19:54:45.438Z | Checking chacha20 v0.10.0 |
| 2346 | 2026-06-30T19:54:45.543Z | Checking cstr-argument v0.1.2 |
| 2347 | 2026-06-30T19:54:45.606Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2348 | 2026-06-30T19:54:45.673Z | Compiling num-derive v0.4.2 |
| 2349 | 2026-06-30T19:54:45.710Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2350 | 2026-06-30T19:54:45.713Z | Checking foreign-types v0.5.0 |
| 2351 | 2026-06-30T19:54:45.849Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2352 | 2026-06-30T19:54:46.075Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2353 | 2026-06-30T19:54:46.157Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2354 | 2026-06-30T19:54:46.197Z | Checking ingot-types v0.1.2 |
| 2355 | 2026-06-30T19:54:46.229Z | Checking rand v0.10.0 |
| 2356 | 2026-06-30T19:54:46.233Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2357 | 2026-06-30T19:54:46.303Z | Checking num_enum v0.5.11 |
| 2358 | 2026-06-30T19:54:46.350Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2359 | 2026-06-30T19:54:46.413Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2360 | 2026-06-30T19:54:46.450Z | Compiling typify v0.6.2 |
| 2361 | 2026-06-30T19:54:46.551Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2362 | 2026-06-30T19:54:46.590Z | Compiling progenitor-impl v0.14.0 |
| 2363 | 2026-06-30T19:54:46.624Z | Checking ingot v0.1.1 |
| 2364 | 2026-06-30T19:54:46.628Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2365 | 2026-06-30T19:54:46.725Z | Compiling zone_cfg_derive v0.3.1 |
| 2366 | 2026-06-30T19:54:46.869Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2367 | 2026-06-30T19:54:46.929Z | Checking itertools v0.12.1 |
| 2368 | 2026-06-30T19:54:47.068Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2369 | 2026-06-30T19:54:47.354Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2370 | 2026-06-30T19:54:47.537Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2371 | 2026-06-30T19:54:47.577Z | Checking smf v0.2.3 |
| 2372 | 2026-06-30T19:54:47.616Z | Checking whoami v1.6.1 |
| 2373 | 2026-06-30T19:54:47.619Z | Checking tokio-dtrace v0.1.1 |
| 2374 | 2026-06-30T19:54:47.788Z | Compiling derive-where v1.6.0 |
| 2375 | 2026-06-30T19:54:47.826Z | Checking console v0.15.11 |
| 2376 | 2026-06-30T19:54:47.861Z | Checking newline-converter v0.3.0 |
| 2377 | 2026-06-30T19:54:47.864Z | Checking oxide-tokio-rt v0.1.4 |
| 2378 | 2026-06-30T19:54:47.975Z | Checking zone v0.3.1 |
| 2379 | 2026-06-30T19:54:48.012Z | Checking bytecount v0.6.9 |
| 2380 | 2026-06-30T19:54:48.091Z | Compiling owo-colors v4.3.0 |
| 2381 | 2026-06-30T19:54:48.129Z | Checking expectorate v1.2.0 |
| 2382 | 2026-06-30T19:54:48.160Z | Compiling cancel-safe-futures v0.1.5 |
| 2383 | 2026-06-30T19:54:48.236Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2384 | 2026-06-30T19:54:48.280Z | Checking libsw-core v0.3.2 |
| 2385 | 2026-06-30T19:54:48.359Z | Checking num-rational v0.4.2 |
| 2386 | 2026-06-30T19:54:48.453Z | Checking libsw v3.5.0 |
| 2387 | 2026-06-30T19:54:48.664Z | Checking num-complex v0.4.6 |
| 2388 | 2026-06-30T19:54:48.733Z | Checking linear-map v1.2.0 |
| 2389 | 2026-06-30T19:54:48.914Z | Checking float-ord v0.3.2 |
| 2390 | 2026-06-30T19:54:48.950Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2391 | 2026-06-30T19:54:49.027Z | Checking num v0.4.3 |
| 2392 | 2026-06-30T19:54:49.064Z | Checking gethostname v0.5.0 |
| 2393 | 2026-06-30T19:54:49.133Z | Compiling prettyplease v0.2.37 |
| 2394 | 2026-06-30T19:54:49.167Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2395 | 2026-06-30T19:54:49.202Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2396 | 2026-06-30T19:54:49.205Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2397 | 2026-06-30T19:54:49.270Z | Compiling progenitor-macro v0.14.0 |
| 2398 | 2026-06-30T19:54:49.417Z | Checking resolv-conf v0.7.6 |
| 2399 | 2026-06-30T19:54:49.452Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2400 | 2026-06-30T19:54:49.643Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2401 | 2026-06-30T19:54:49.679Z | Checking smawk v0.3.2 |
| 2402 | 2026-06-30T19:54:49.844Z | Checking unicode-linebreak v0.1.5 |
| 2403 | 2026-06-30T19:54:50.091Z | Checking papergrid v0.11.0 |
| 2404 | 2026-06-30T19:54:50.590Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2405 | 2026-06-30T19:54:50.732Z | Compiling tabled_derive v0.7.0 |
| 2406 | 2026-06-30T19:54:50.831Z | Compiling convert_case v0.10.0 |
| 2407 | 2026-06-30T19:54:50.870Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2408 | 2026-06-30T19:54:51.077Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2409 | 2026-06-30T19:54:51.121Z | Compiling slog-dtrace v0.3.0 |
| 2410 | 2026-06-30T19:54:51.181Z | Compiling derive_more-impl v2.1.1 |
| 2411 | 2026-06-30T19:54:51.400Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2412 | 2026-06-30T19:54:51.500Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2413 | 2026-06-30T19:54:51.754Z | Checking tabled v0.15.0 |
| 2414 | 2026-06-30T19:54:52.032Z | Checking derive_more v2.1.1 |
| 2415 | 2026-06-30T19:54:52.171Z | Checking crossterm v0.29.0 |
| 2416 | 2026-06-30T19:54:52.596Z | Checking linked-hash-map v0.5.6 |
| 2417 | 2026-06-30T19:54:52.799Z | Checking lru-cache v0.1.2 |
| 2418 | 2026-06-30T19:54:52.836Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2419 | 2026-06-30T19:54:53.283Z | Checking hickory-proto v0.24.4 |
| 2420 | 2026-06-30T19:54:53.364Z | Checking fd-lock v4.0.4 |
| 2421 | 2026-06-30T19:54:53.668Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2422 | 2026-06-30T19:54:54.035Z | Checking vte v0.14.1 |
| 2423 | 2026-06-30T19:54:54.287Z | Checking progenitor v0.14.0 |
| 2424 | 2026-06-30T19:54:54.321Z | Checking display-error-chain v0.2.2 |
| 2425 | 2026-06-30T19:54:54.360Z | Checking strip-ansi-escapes v0.2.1 |
| 2426 | 2026-06-30T19:54:54.472Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2427 | 2026-06-30T19:54:54.624Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2428 | 2026-06-30T19:54:55.435Z | Checking nu-ansi-term v0.50.3 |
| 2429 | 2026-06-30T19:54:55.548Z | Checking termtree v0.5.1 |
| 2430 | 2026-06-30T19:54:55.667Z | Checking reedline v0.40.0 |
| 2431 | 2026-06-30T19:54:55.704Z | Checking hickory-resolver v0.24.4 |
| 2432 | 2026-06-30T19:54:55.739Z | Checking textwrap v0.16.2 |
| 2433 | 2026-06-30T19:54:55.864Z | Compiling minimal-lexical v0.2.1 |
| 2434 | 2026-06-30T19:54:55.950Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2435 | 2026-06-30T19:54:55.986Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2436 | 2026-06-30T19:54:56.151Z | Compiling nom v7.1.3 |
| 2437 | 2026-06-30T19:54:56.446Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2438 | 2026-06-30T19:54:56.484Z | Checking qorb v0.4.1 |
| 2439 | 2026-06-30T19:54:56.850Z | Compiling ar_archive_writer v0.5.1 |
| 2440 | 2026-06-30T19:54:56.891Z | Checking csv-core v0.1.13 |
| 2441 | 2026-06-30T19:54:57.023Z | Compiling stacker v0.1.23 |
| 2442 | 2026-06-30T19:54:57.098Z | Checking csv v1.4.0 |
| 2443 | 2026-06-30T19:54:57.210Z | Checking highway v1.3.0 |
| 2444 | 2026-06-30T19:54:57.330Z | Compiling cfg_aliases v0.1.1 |
| 2445 | 2026-06-30T19:54:57.476Z | Compiling semver v0.1.20 |
| 2446 | 2026-06-30T19:54:57.509Z | Compiling nix v0.28.0 |
| 2447 | 2026-06-30T19:54:57.589Z | Checking nibble_vec v0.1.0 |
| 2448 | 2026-06-30T19:54:57.720Z | Compiling rustc_version v0.1.7 |
| 2449 | 2026-06-30T19:54:57.758Z | Checking home v0.5.12 |
| 2450 | 2026-06-30T19:54:57.761Z | Compiling psm v0.1.30 |
| 2451 | 2026-06-30T19:54:57.825Z | Checking endian-type v0.1.2 |
| 2452 | 2026-06-30T19:54:57.895Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2453 | 2026-06-30T19:54:57.977Z | Compiling newtype_derive v0.1.6 |
| 2454 | 2026-06-30T19:54:57.980Z | Checking radix_trie v0.2.1 |
| 2455 | 2026-06-30T19:54:57.980Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2456 | 2026-06-30T19:54:58.215Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2457 | 2026-06-30T19:54:58.218Z | Checking phf_shared v0.12.1 |
| 2458 | 2026-06-30T19:54:58.290Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2459 | 2026-06-30T19:54:58.445Z | Compiling chrono-tz v0.10.4 |
| 2460 | 2026-06-30T19:54:58.448Z | Checking phf v0.12.1 |
| 2461 | 2026-06-30T19:54:58.759Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2462 | 2026-06-30T19:54:58.762Z | Checking recursive v0.1.1 |
| 2463 | 2026-06-30T19:54:58.762Z | Compiling const_format_proc_macros v0.2.34 |
| 2464 | 2026-06-30T19:54:58.859Z | Compiling peg-macros v0.8.5 |
| 2465 | 2026-06-30T19:54:58.896Z | Checking nom v8.0.0 |
| 2466 | 2026-06-30T19:54:58.931Z | Checking winnow v0.6.26 |
| 2467 | 2026-06-30T19:54:59.308Z | Compiling sqlparser_derive v0.5.0 |
| 2468 | 2026-06-30T19:54:59.736Z | Checking unicode_categories v0.1.1 |
| 2469 | 2026-06-30T19:54:59.930Z | Checking rustyline v14.0.0 |
| 2470 | 2026-06-30T19:55:00.052Z | Checking const_format v0.2.35 |
| 2471 | 2026-06-30T19:55:00.133Z | Checking sqlformat v0.3.5 |
| 2472 | 2026-06-30T19:55:00.170Z | Checking sqlparser v0.61.0 |
| 2473 | 2026-06-30T19:55:00.299Z | Checking peg v0.8.5 |
| 2474 | 2026-06-30T19:55:00.525Z | Checking bcs v0.1.6 |
| 2475 | 2026-06-30T19:55:00.605Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2476 | 2026-06-30T19:55:00.659Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2477 | 2026-06-30T19:55:00.705Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2478 | 2026-06-30T19:55:00.786Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2479 | 2026-06-30T19:55:00.877Z | Checking steno v0.4.1 |
| 2480 | 2026-06-30T19:55:00.939Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2481 | 2026-06-30T19:55:01.122Z | Checking filetime v0.2.27 |
| 2482 | 2026-06-30T19:55:01.213Z | Checking xattr v1.6.1 |
| 2483 | 2026-06-30T19:55:01.288Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2484 | 2026-06-30T19:55:01.373Z | Checking tar v0.4.45 |
| 2485 | 2026-06-30T19:55:01.493Z | Checking subprocess v0.2.15 |
| 2486 | 2026-06-30T19:55:01.786Z | Checking headers-core v0.3.0 |
| 2487 | 2026-06-30T19:55:01.856Z | Checking base64 v0.21.7 |
| 2488 | 2026-06-30T19:55:01.951Z | Checking yasna v0.5.2 |
| 2489 | 2026-06-30T19:55:01.986Z | Checking headers v0.4.1 |
| 2490 | 2026-06-30T19:55:02.127Z | Checking dropshot-api-manager-types v0.7.2 |
| 2491 | 2026-06-30T19:55:02.328Z | Checking tagptr v0.2.0 |
| 2492 | 2026-06-30T19:55:02.372Z | Checking rcgen v0.12.1 |
| 2493 | 2026-06-30T19:55:02.486Z | Checking utf-8 v0.7.6 |
| 2494 | 2026-06-30T19:55:02.521Z | Checking moka v0.12.13 |
| 2495 | 2026-06-30T19:55:02.651Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2496 | 2026-06-30T19:55:02.723Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2497 | 2026-06-30T19:55:02.833Z | Checking tungstenite v0.21.0 |
| 2498 | 2026-06-30T19:55:03.208Z | Checking hickory-resolver v0.25.2 |
| 2499 | 2026-06-30T19:55:03.244Z | Compiling libefi-sys v0.1.0 |
| 2500 | 2026-06-30T19:55:03.247Z | Compiling bitfield-struct v0.6.2 |
| 2501 | 2026-06-30T19:55:03.314Z | Checking tokio-tungstenite v0.21.0 |
| 2502 | 2026-06-30T19:55:03.518Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2503 | 2026-06-30T19:55:03.621Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2504 | 2026-06-30T19:55:03.945Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2505 | 2026-06-30T19:55:03.981Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2506 | 2026-06-30T19:55:04.421Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2507 | 2026-06-30T19:55:04.471Z | Compiling radium v0.7.0 |
| 2508 | 2026-06-30T19:55:04.563Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2509 | 2026-06-30T19:55:04.836Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2510 | 2026-06-30T19:55:04.872Z | Checking tap v1.0.1 |
| 2511 | 2026-06-30T19:55:04.905Z | Compiling maybe-uninit v2.0.0 |
| 2512 | 2026-06-30T19:55:05.007Z | Checking wyz v0.5.1 |
| 2513 | 2026-06-30T19:55:05.043Z | Compiling zerocopy-derive v0.6.6 |
| 2514 | 2026-06-30T19:55:05.077Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2515 | 2026-06-30T19:55:05.147Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2516 | 2026-06-30T19:55:05.217Z | Checking crc-catalog v2.4.0 |
| 2517 | 2026-06-30T19:55:05.286Z | Compiling packed_struct v0.10.1 |
| 2518 | 2026-06-30T19:55:05.329Z | Checking funty v2.0.0 |
| 2519 | 2026-06-30T19:55:05.363Z | Checking crc v3.4.0 |
| 2520 | 2026-06-30T19:55:05.403Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2521 | 2026-06-30T19:55:05.650Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2522 | 2026-06-30T19:55:05.684Z | Checking bitvec v1.0.1 |
| 2523 | 2026-06-30T19:55:05.687Z | Compiling packed_struct_codegen v0.10.1 |
| 2524 | 2026-06-30T19:55:05.754Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2525 | 2026-06-30T19:55:05.929Z | Checking zerocopy v0.6.6 |
| 2526 | 2026-06-30T19:55:06.256Z | Compiling bitfield-macros v0.19.4 |
| 2527 | 2026-06-30T19:55:06.677Z | Compiling indexmap v1.9.3 |
| 2528 | 2026-06-30T19:55:06.845Z | Checking nodrop v0.1.14 |
| 2529 | 2026-06-30T19:55:06.966Z | Checking smallvec v0.6.14 |
| 2530 | 2026-06-30T19:55:07.000Z | Checking array-init v0.0.4 |
| 2531 | 2026-06-30T19:55:07.034Z | Checking bitfield v0.19.4 |
| 2532 | 2026-06-30T19:55:07.185Z | Checking hashbrown v0.12.3 |
| 2533 | 2026-06-30T19:55:07.325Z | Checking serde-hex v0.1.0 |
| 2534 | 2026-06-30T19:55:07.328Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2535 | 2026-06-30T19:55:07.550Z | Checking ron v0.8.1 |
| 2536 | 2026-06-30T19:55:07.999Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2537 | 2026-06-30T19:55:08.112Z | Checking hashbrown v0.13.2 |
| 2538 | 2026-06-30T19:55:08.157Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2539 | 2026-06-30T19:55:08.353Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2540 | 2026-06-30T19:55:08.568Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2541 | 2026-06-30T19:55:08.604Z | Checking crc-any v2.5.0 |
| 2542 | 2026-06-30T19:55:08.670Z | Checking object v0.30.4 |
| 2543 | 2026-06-30T19:55:08.810Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2544 | 2026-06-30T19:55:08.847Z | Checking path-slash v0.1.5 |
| 2545 | 2026-06-30T19:55:08.900Z | Compiling xshell-macros v0.2.7 |
| 2546 | 2026-06-30T19:55:08.983Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2547 | 2026-06-30T19:55:09.319Z | Checking xshell v0.2.7 |
| 2548 | 2026-06-30T19:55:09.352Z | Checking half v1.8.3 |
| 2549 | 2026-06-30T19:55:09.388Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2550 | 2026-06-30T19:55:09.611Z | Checking serde_cbor v0.11.2 |
| 2551 | 2026-06-30T19:55:09.614Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2552 | 2026-06-30T19:55:09.683Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2553 | 2026-06-30T19:55:10.046Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2554 | 2026-06-30T19:55:10.151Z | Compiling proc-macro-error2 v2.0.1 |
| 2555 | 2026-06-30T19:55:10.277Z | Compiling num-derive v0.3.3 |
| 2556 | 2026-06-30T19:55:10.461Z | Checking maplit v1.0.2 |
| 2557 | 2026-06-30T19:55:10.519Z | Compiling tabled_derive v0.11.0 |
| 2558 | 2026-06-30T19:55:10.581Z | Checking papergrid v0.17.0 |
| 2559 | 2026-06-30T19:55:10.916Z | Checking testing_table v0.3.0 |
| 2560 | 2026-06-30T19:55:11.046Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2561 | 2026-06-30T19:55:11.250Z | Checking libscf-sys v1.1.0 |
| 2562 | 2026-06-30T19:55:11.328Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2563 | 2026-06-30T19:55:11.413Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2564 | 2026-06-30T19:55:11.449Z | Compiling progenitor-impl v0.13.0 |
| 2565 | 2026-06-30T19:55:11.565Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2566 | 2026-06-30T19:55:11.650Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2567 | 2026-06-30T19:55:11.748Z | Checking tabled v0.20.0 |
| 2568 | 2026-06-30T19:55:11.971Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2569 | 2026-06-30T19:55:12.341Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2570 | 2026-06-30T19:55:12.377Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2571 | 2026-06-30T19:55:12.596Z | Checking progenitor-client v0.13.0 |
| 2572 | 2026-06-30T19:55:12.723Z | Compiling git-stub v1.0.0 |
| 2573 | 2026-06-30T19:55:12.873Z | Checking crc8 v0.1.1 |
| 2574 | 2026-06-30T19:55:13.002Z | Compiling git-stub-vcs v0.1.0 |
| 2575 | 2026-06-30T19:55:13.005Z | Checking unicase v2.9.0 |
| 2576 | 2026-06-30T19:55:13.073Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2577 | 2026-06-30T19:55:13.076Z | Checking fxhash v0.2.1 |
| 2578 | 2026-06-30T19:55:13.225Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2579 | 2026-06-30T19:55:13.261Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2580 | 2026-06-30T19:55:13.386Z | Compiling vergen-lib v0.1.6 |
| 2581 | 2026-06-30T19:55:13.622Z | Compiling diesel_derives v2.3.7 |
| 2582 | 2026-06-30T19:55:13.762Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2583 | 2026-06-30T19:55:13.892Z | Checking scheduled-thread-pool v0.2.7 |
| 2584 | 2026-06-30T19:55:13.937Z | Compiling dsl_auto_type v0.2.0 |
| 2585 | 2026-06-30T19:55:13.993Z | Compiling vergen-gitcl v1.0.8 |
| 2586 | 2026-06-30T19:55:14.066Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2587 | 2026-06-30T19:55:14.069Z | Compiling progenitor-macro v0.13.0 |
| 2588 | 2026-06-30T19:55:14.135Z | Checking r2d2 v0.8.10 |
| 2589 | 2026-06-30T19:55:14.215Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2590 | 2026-06-30T19:55:14.296Z | Checking downcast-rs v2.0.2 |
| 2591 | 2026-06-30T19:55:14.330Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2592 | 2026-06-30T19:55:14.364Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2593 | 2026-06-30T19:55:14.615Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2594 | 2026-06-30T19:55:14.731Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2595 | 2026-06-30T19:55:14.898Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2596 | 2026-06-30T19:55:14.935Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2597 | 2026-06-30T19:55:14.938Z | Checking kstat-rs v0.2.4 |
| 2598 | 2026-06-30T19:55:15.004Z | Checking arc-swap v1.8.2 |
| 2599 | 2026-06-30T19:55:15.038Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2600 | 2026-06-30T19:55:15.207Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2601 | 2026-06-30T19:55:15.250Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2602 | 2026-06-30T19:55:15.285Z | Checking slog-scope v4.4.1 |
| 2603 | 2026-06-30T19:55:15.454Z | Compiling dirs-sys-next v0.1.2 |
| 2604 | 2026-06-30T19:55:15.550Z | Compiling parking_lot_core v0.8.6 |
| 2605 | 2026-06-30T19:55:15.747Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2606 | 2026-06-30T19:55:15.779Z | Compiling crunchy v0.2.4 |
| 2607 | 2026-06-30T19:55:15.891Z | Compiling dirs-next v2.0.0 |
| 2608 | 2026-06-30T19:55:15.924Z | Checking slog-stdlog v4.1.1 |
| 2609 | 2026-06-30T19:55:16.044Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2610 | 2026-06-30T19:55:16.079Z | Compiling clang-sys v1.8.1 |
| 2611 | 2026-06-30T19:55:16.157Z | Compiling tiny-keccak v2.0.2 |
| 2612 | 2026-06-30T19:55:16.552Z | Checking slog-envlogger v2.2.0 |
| 2613 | 2026-06-30T19:55:16.590Z | Compiling term v0.7.0 |
| 2614 | 2026-06-30T19:55:16.657Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2615 | 2026-06-30T19:55:16.729Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2616 | 2026-06-30T19:55:16.854Z | Compiling bit-vec v0.6.3 |
| 2617 | 2026-06-30T19:55:16.974Z | Compiling ascii-canvas v3.0.0 |
| 2618 | 2026-06-30T19:55:17.107Z | Compiling bit-set v0.5.3 |
| 2619 | 2026-06-30T19:55:17.144Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2620 | 2026-06-30T19:55:17.177Z | Checking parking_lot v0.11.2 |
| 2621 | 2026-06-30T19:55:17.247Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2622 | 2026-06-30T19:55:17.293Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2623 | 2026-06-30T19:55:17.394Z | Checking prefix-trie v0.7.0 |
| 2624 | 2026-06-30T19:55:17.459Z | Compiling itertools v0.10.5 |
| 2625 | 2026-06-30T19:55:17.660Z | Compiling ena v0.14.4 |
| 2626 | 2026-06-30T19:55:17.736Z | Compiling libloading v0.8.9 |
| 2627 | 2026-06-30T19:55:17.771Z | Compiling diff v0.1.13 |
| 2628 | 2026-06-30T19:55:17.804Z | Compiling regex-syntax v0.6.29 |
| 2629 | 2026-06-30T19:55:17.907Z | Compiling bindgen v0.71.1 |
| 2630 | 2026-06-30T19:55:18.119Z | Checking hickory-server v0.25.2 |
| 2631 | 2026-06-30T19:55:18.481Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2632 | 2026-06-30T19:55:18.566Z | Checking sled v0.34.7 |
| 2633 | 2026-06-30T19:55:19.054Z | Checking progenitor v0.13.0 |
| 2634 | 2026-06-30T19:55:19.089Z | Compiling cexpr v0.6.0 |
| 2635 | 2026-06-30T19:55:19.226Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2636 | 2026-06-30T19:55:19.388Z | Compiling lalrpop v0.19.12 |
| 2637 | 2026-06-30T19:55:19.854Z | Checking nanorand v0.7.0 |
| 2638 | 2026-06-30T19:55:19.903Z | Compiling salty v0.3.0 |
| 2639 | 2026-06-30T19:55:19.937Z | Compiling rustc-hash v2.1.1 |
| 2640 | 2026-06-30T19:55:19.971Z | Checking diesel v2.3.7 |
| 2641 | 2026-06-30T19:55:20.088Z | Checking flume v0.11.1 |
| 2642 | 2026-06-30T19:55:20.237Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2643 | 2026-06-30T19:55:20.363Z | Checking primeorder v0.13.6 |
| 2644 | 2026-06-30T19:55:20.472Z | Compiling libxml v0.3.3 |
| 2645 | 2026-06-30T19:55:20.512Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2646 | 2026-06-30T19:55:20.988Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2647 | 2026-06-30T19:55:21.562Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2648 | 2026-06-30T19:55:21.709Z | Compiling strum_macros v0.24.3 |
| 2649 | 2026-06-30T19:55:21.829Z | Compiling fs-err v2.11.0 |
| 2650 | 2026-06-30T19:55:22.075Z | Compiling indoc v1.0.9 |
| 2651 | 2026-06-30T19:55:22.557Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2652 | 2026-06-30T19:55:22.800Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2653 | 2026-06-30T19:55:22.971Z | Checking quick-xml v0.37.5 |
| 2654 | 2026-06-30T19:55:23.100Z | Checking derive_builder v0.20.2 |
| 2655 | 2026-06-30T19:55:23.166Z | Compiling oso-derive v0.27.3 |
| 2656 | 2026-06-30T19:55:23.243Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2657 | 2026-06-30T19:55:23.707Z | Compiling trait-variant v0.1.2 |
| 2658 | 2026-06-30T19:55:23.880Z | Checking openssl-probe v0.1.6 |
| 2659 | 2026-06-30T19:55:24.280Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2660 | 2026-06-30T19:55:24.316Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2661 | 2026-06-30T19:55:24.824Z | Checking p384 v0.13.1 |
| 2662 | 2026-06-30T19:55:25.177Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2663 | 2026-06-30T19:55:25.290Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2664 | 2026-06-30T19:55:25.681Z | Checking assert_matches v1.5.0 |
| 2665 | 2026-06-30T19:55:25.786Z | Checking parse-size v1.1.0 |
| 2666 | 2026-06-30T19:55:25.906Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2667 | 2026-06-30T19:55:25.944Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2668 | 2026-06-30T19:55:25.981Z | Checking predicates-tree v1.0.13 |
| 2669 | 2026-06-30T19:55:26.128Z | Checking bb8 v0.8.6 |
| 2670 | 2026-06-30T19:55:26.401Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2671 | 2026-06-30T19:55:26.445Z | Compiling mime_guess v2.0.5 |
| 2672 | 2026-06-30T19:55:26.739Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2673 | 2026-06-30T19:55:26.857Z | Checking http-range v0.1.5 |
| 2674 | 2026-06-30T19:55:26.893Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2675 | 2026-06-30T19:55:27.085Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2676 | 2026-06-30T19:55:27.128Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2677 | 2026-06-30T19:55:27.185Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2678 | 2026-06-30T19:55:27.414Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2679 | 2026-06-30T19:55:27.463Z | Checking atty v0.2.14 |
| 2680 | 2026-06-30T19:55:27.503Z | Checking corncobs v0.1.4 |
| 2681 | 2026-06-30T19:55:27.539Z | Checking nonempty v0.12.0 |
| 2682 | 2026-06-30T19:55:27.589Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2683 | 2026-06-30T19:55:27.661Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2684 | 2026-06-30T19:55:27.774Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2685 | 2026-06-30T19:55:27.951Z | Checking ignore v0.4.25 |
| 2686 | 2026-06-30T19:55:27.986Z | Checking secrecy v0.8.0 |
| 2687 | 2026-06-30T19:55:28.096Z | Checking hyper-staticfile v0.10.1 |
| 2688 | 2026-06-30T19:55:28.386Z | Checking globwalk v0.9.1 |
| 2689 | 2026-06-30T19:55:28.389Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2690 | 2026-06-30T19:55:28.456Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2691 | 2026-06-30T19:55:28.604Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2692 | 2026-06-30T19:55:28.756Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2693 | 2026-06-30T19:55:28.793Z | Checking camino-tempfile-ext v0.3.3 |
| 2694 | 2026-06-30T19:55:28.944Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2695 | 2026-06-30T19:55:29.026Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2696 | 2026-06-30T19:55:29.069Z | Checking signal-hook-tokio v0.3.1 |
| 2697 | 2026-06-30T19:55:29.184Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2698 | 2026-06-30T19:55:29.390Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2699 | 2026-06-30T19:55:29.476Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2700 | 2026-06-30T19:55:29.778Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2701 | 2026-06-30T19:55:29.895Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2702 | 2026-06-30T19:55:30.025Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2703 | 2026-06-30T19:55:30.141Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2704 | 2026-06-30T19:55:30.212Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2705 | 2026-06-30T19:55:30.319Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2706 | 2026-06-30T19:55:30.853Z | Checking illumos-nvpair v0.3.0 |
| 2707 | 2026-06-30T19:55:31.054Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2708 | 2026-06-30T19:55:31.508Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2709 | 2026-06-30T19:55:31.941Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2710 | 2026-06-30T19:55:32.004Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2711 | 2026-06-30T19:55:32.007Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2712 | 2026-06-30T19:55:32.215Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2713 | 2026-06-30T19:55:32.261Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2714 | 2026-06-30T19:55:32.416Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2715 | 2026-06-30T19:55:32.466Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2716 | 2026-06-30T19:55:32.924Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2717 | 2026-06-30T19:55:33.195Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2718 | 2026-06-30T19:55:33.301Z | Checking tungstenite v0.23.0 |
| 2719 | 2026-06-30T19:55:33.359Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2720 | 2026-06-30T19:55:33.484Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2721 | 2026-06-30T19:55:33.774Z | Checking tokio-tungstenite v0.23.1 |
| 2722 | 2026-06-30T19:55:33.910Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2723 | 2026-06-30T19:55:34.082Z | Checking rand_seeder v0.4.0 |
| 2724 | 2026-06-30T19:55:34.265Z | Checking async-bb8-diesel v0.2.1 |
| 2725 | 2026-06-30T19:55:34.299Z | Checking diesel-dtrace v0.5.0 |
| 2726 | 2026-06-30T19:55:34.514Z | Checking void v1.0.2 |
| 2727 | 2026-06-30T19:55:34.551Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2728 | 2026-06-30T19:55:34.586Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2729 | 2026-06-30T19:55:34.657Z | Checking lzss v0.8.2 |
| 2730 | 2026-06-30T19:55:34.692Z | Checking nix v0.27.1 |
| 2731 | 2026-06-30T19:55:34.750Z | Checking serde_bytes v0.11.19 |
| 2732 | 2026-06-30T19:55:34.878Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2733 | 2026-06-30T19:55:34.917Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2734 | 2026-06-30T19:55:34.969Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2735 | 2026-06-30T19:55:35.248Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2736 | 2026-06-30T19:55:35.643Z | Checking is_ci v1.2.0 |
| 2737 | 2026-06-30T19:55:35.753Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2738 | 2026-06-30T19:55:35.957Z | Checking yansi v1.0.1 |
| 2739 | 2026-06-30T19:55:36.021Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2740 | 2026-06-30T19:55:36.048Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2741 | 2026-06-30T19:55:36.251Z | Checking pretty_assertions v1.4.1 |
| 2742 | 2026-06-30T19:55:36.333Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2743 | 2026-06-30T19:55:36.418Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2744 | 2026-06-30T19:55:36.686Z | Compiling darling_core v0.23.0 |
| 2745 | 2026-06-30T19:55:36.722Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2746 | 2026-06-30T19:55:37.182Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2747 | 2026-06-30T19:55:37.905Z | Compiling indoc v2.0.7 |
| 2748 | 2026-06-30T19:55:38.005Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2749 | 2026-06-30T19:55:38.254Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2750 | 2026-06-30T19:55:38.416Z | Compiling libz-sys v1.1.24 |
| 2751 | 2026-06-30T19:55:38.848Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2752 | 2026-06-30T19:55:39.061Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2753 | 2026-06-30T19:55:39.097Z | Compiling instability v0.3.11 |
| 2754 | 2026-06-30T19:55:39.101Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2755 | 2026-06-30T19:55:39.281Z | Compiling darling_macro v0.23.0 |
| 2756 | 2026-06-30T19:55:39.619Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2757 | 2026-06-30T19:55:39.770Z | Checking castaway v0.2.4 |
| 2758 | 2026-06-30T19:55:39.850Z | Compiling darling v0.23.0 |
| 2759 | 2026-06-30T19:55:39.918Z | Checking compact_str v0.8.1 |
| 2760 | 2026-06-30T19:55:40.335Z | Checking supports-color v3.0.2 |
| 2761 | 2026-06-30T19:55:40.506Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2762 | 2026-06-30T19:55:40.734Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2763 | 2026-06-30T19:55:40.769Z | Checking unicode-truncate v1.1.0 |
| 2764 | 2026-06-30T19:55:40.772Z | Checking console v0.16.2 |
| 2765 | 2026-06-30T19:55:40.947Z | Checking lru v0.12.5 |
| 2766 | 2026-06-30T19:55:40.983Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2767 | 2026-06-30T19:55:41.016Z | Checking cassowary v0.3.0 |
| 2768 | 2026-06-30T19:55:41.137Z | Checking unit-prefix v0.5.2 |
| 2769 | 2026-06-30T19:55:41.281Z | Checking ratatui v0.29.0 |
| 2770 | 2026-06-30T19:55:41.316Z | Checking indicatif v0.18.4 |
| 2771 | 2026-06-30T19:55:41.495Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2772 | 2026-06-30T19:55:41.749Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2773 | 2026-06-30T19:55:42.006Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2774 | 2026-06-30T19:55:42.643Z | Compiling vergen-git2 v9.1.0 |
| 2775 | 2026-06-30T19:55:42.742Z | Checking plotters-backend v0.3.7 |
| 2776 | 2026-06-30T19:55:42.933Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2777 | 2026-06-30T19:55:42.984Z | Checking plotters-svg v0.3.7 |
| 2778 | 2026-06-30T19:55:43.157Z | Checking cast v0.3.0 |
| 2779 | 2026-06-30T19:55:43.238Z | Checking plotters v0.3.7 |
| 2780 | 2026-06-30T19:55:43.343Z | Checking criterion-plot v0.6.0 |
| 2781 | 2026-06-30T19:55:43.624Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2782 | 2026-06-30T19:55:43.726Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2783 | 2026-06-30T19:55:43.972Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2784 | 2026-06-30T19:55:44.019Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2785 | 2026-06-30T19:55:44.217Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2786 | 2026-06-30T19:55:44.264Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2787 | 2026-06-30T19:55:44.467Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2788 | 2026-06-30T19:55:44.509Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2789 | 2026-06-30T19:55:44.689Z | Checking colored v2.2.0 |
| 2790 | 2026-06-30T19:55:44.762Z | Checking tinytemplate v1.2.1 |
| 2791 | 2026-06-30T19:55:44.926Z | Checking shell-words v1.1.1 |
| 2792 | 2026-06-30T19:55:45.018Z | Checking oorandom v11.1.5 |
| 2793 | 2026-06-30T19:55:45.084Z | Checking anes v0.1.6 |
| 2794 | 2026-06-30T19:55:45.208Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2795 | 2026-06-30T19:55:45.301Z | Checking criterion v0.7.0 |
| 2796 | 2026-06-30T19:55:45.529Z | Checking typeid v1.0.3 |
| 2797 | 2026-06-30T19:55:45.670Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2798 | 2026-06-30T19:55:46.467Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2799 | 2026-06-30T19:55:46.560Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2800 | 2026-06-30T19:55:47.233Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2801 | 2026-06-30T19:55:47.706Z | Checking tokio-test v0.4.5 |
| 2802 | 2026-06-30T19:55:47.944Z | Checking hex-literal v0.4.1 |
| 2803 | 2026-06-30T19:55:48.077Z | Checking erased-serde v0.4.9 |
| 2804 | 2026-06-30T19:55:48.475Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2805 | 2026-06-30T19:55:48.715Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2806 | 2026-06-30T19:55:49.134Z | Checking twox-hash v2.1.2 |
| 2807 | 2026-06-30T19:55:49.475Z | Checking ordered-float v2.10.1 |
| 2808 | 2026-06-30T19:55:49.752Z | Checking serde-value v0.7.0 |
| 2809 | 2026-06-30T19:55:50.036Z | Checking serde-untagged v0.1.9 |
| 2810 | 2026-06-30T19:55:50.079Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2811 | 2026-06-30T19:55:50.272Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2812 | 2026-06-30T19:55:50.297Z | Checking fatfs v0.3.6 |
| 2813 | 2026-06-30T19:55:50.795Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2814 | 2026-06-30T19:55:51.271Z | Checking unicode-xid v0.2.6 |
| 2815 | 2026-06-30T19:55:51.417Z | Compiling seq-macro v0.3.6 |
| 2816 | 2026-06-30T19:55:51.776Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2817 | 2026-06-30T19:55:51.958Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2818 | 2026-06-30T19:55:51.993Z | Checking cargo-util-schemas v0.8.2 |
| 2819 | 2026-06-30T19:55:52.144Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2820 | 2026-06-30T19:55:52.421Z | Checking cargo-platform v0.2.0 |
| 2821 | 2026-06-30T19:55:52.637Z | Compiling petname v2.0.2 |
| 2822 | 2026-06-30T19:55:52.888Z | Checking cargo_metadata v0.21.0 |
| 2823 | 2026-06-30T19:55:53.295Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2824 | 2026-06-30T19:55:53.334Z | Checking concurrent-queue v2.5.0 |
| 2825 | 2026-06-30T19:55:53.547Z | Checking rtoolbox v0.0.3 |
| 2826 | 2026-06-30T19:55:53.680Z | Checking parking v2.2.1 |
| 2827 | 2026-06-30T19:55:53.714Z | Checking rpassword v7.4.0 |
| 2828 | 2026-06-30T19:55:53.831Z | Checking event-listener v5.4.1 |
| 2829 | 2026-06-30T19:55:54.086Z | Checking tui-tree-widget v0.23.1 |
| 2830 | 2026-06-30T19:55:54.277Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2831 | 2026-06-30T19:55:54.311Z | Checking polyval v0.6.2 |
| 2832 | 2026-06-30T19:55:54.479Z | Checking sapling-renderdag v0.1.0 |
| 2833 | 2026-06-30T19:55:54.512Z | Checking sync-ptr v0.1.4 |
| 2834 | 2026-06-30T19:55:54.661Z | Checking ghash v0.5.1 |
| 2835 | 2026-06-30T19:55:54.779Z | Checking event-listener-strategy v0.5.4 |
| 2836 | 2026-06-30T19:55:54.817Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2837 | 2026-06-30T19:55:54.951Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2838 | 2026-06-30T19:55:55.196Z | Checking ctr v0.9.2 |
| 2839 | 2026-06-30T19:55:55.399Z | Checking arrayvec v0.7.6 |
| 2840 | 2026-06-30T19:55:55.501Z | Checking arrayref v0.3.9 |
| 2841 | 2026-06-30T19:55:55.605Z | Checking futures-timer v3.0.3 |
| 2842 | 2026-06-30T19:55:55.639Z | Checking constant_time_eq v0.4.2 |
| 2843 | 2026-06-30T19:55:55.809Z | Checking aes-gcm v0.10.3 |
| 2844 | 2026-06-30T19:55:55.890Z | Checking async-lock v3.4.2 |
| 2845 | 2026-06-30T19:55:55.993Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2846 | 2026-06-30T19:55:56.316Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2847 | 2026-06-30T19:55:56.698Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2848 | 2026-06-30T19:55:56.970Z | Checking ssh-encoding v0.2.0 |
| 2849 | 2026-06-30T19:55:57.197Z | Checking blowfish v0.9.1 |
| 2850 | 2026-06-30T19:55:57.383Z | Compiling strsim v0.10.0 |
| 2851 | 2026-06-30T19:55:57.545Z | Checking bcrypt-pbkdf v0.10.0 |
| 2852 | 2026-06-30T19:55:57.744Z | Compiling darling_core v0.13.4 |
| 2853 | 2026-06-30T19:55:57.748Z | Checking ssh-cipher v0.2.0 |
| 2854 | 2026-06-30T19:55:57.981Z | Checking async-object-pool v0.2.0 |
| 2855 | 2026-06-30T19:55:58.126Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2856 | 2026-06-30T19:55:58.545Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2857 | 2026-06-30T19:55:59.234Z | Checking serde_regex v1.1.0 |
| 2858 | 2026-06-30T19:55:59.427Z | Checking password-hash v0.4.2 |
| 2859 | 2026-06-30T19:55:59.488Z | Checking assert-json-diff v2.0.2 |
| 2860 | 2026-06-30T19:55:59.664Z | Checking path-tree v0.8.3 |
| 2861 | 2026-06-30T19:55:59.699Z | Compiling target-lexicon v0.13.3 |
| 2862 | 2026-06-30T19:55:59.702Z | Checking gimli v0.32.3 |
| 2863 | 2026-06-30T19:55:59.887Z | Checking stringmetrics v2.2.2 |
| 2864 | 2026-06-30T19:56:00.074Z | Checking httpmock v0.8.3 |
| 2865 | 2026-06-30T19:56:00.306Z | Checking pbkdf2 v0.11.0 |
| 2866 | 2026-06-30T19:56:00.511Z | Compiling darling_macro v0.13.4 |
| 2867 | 2026-06-30T19:56:01.040Z | Checking ssh-key v0.6.7 |
| 2868 | 2026-06-30T19:56:01.077Z | Compiling samael v0.0.19 |
| 2869 | 2026-06-30T19:56:01.316Z | Checking addr2line v0.25.1 |
| 2870 | 2026-06-30T19:56:01.782Z | Checking p256 v0.13.2 |
| 2871 | 2026-06-30T19:56:02.063Z | Checking p521 v0.13.3 |
| 2872 | 2026-06-30T19:56:02.312Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2873 | 2026-06-30T19:56:02.584Z | Checking russh-cryptovec v0.7.3 |
| 2874 | 2026-06-30T19:56:02.708Z | Checking rustc-demangle v0.1.27 |
| 2875 | 2026-06-30T19:56:02.752Z | Compiling guppy-workspace-hack v0.1.0 |
| 2876 | 2026-06-30T19:56:02.964Z | Checking md5 v0.7.0 |
| 2877 | 2026-06-30T19:56:03.044Z | Checking backtrace v0.3.76 |
| 2878 | 2026-06-30T19:56:03.171Z | Checking russh-keys v0.45.0 |
| 2879 | 2026-06-30T19:56:03.382Z | Compiling darling v0.13.4 |
| 2880 | 2026-06-30T19:56:03.536Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2881 | 2026-06-30T19:56:03.756Z | Checking num-bigint v0.4.6 |
| 2882 | 2026-06-30T19:56:03.789Z | Checking des v0.8.1 |
| 2883 | 2026-06-30T19:56:03.974Z | Compiling blake3 v1.8.5 |
| 2884 | 2026-06-30T19:56:04.009Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2885 | 2026-06-30T19:56:04.390Z | Compiling target-spec v3.5.7 |
| 2886 | 2026-06-30T19:56:04.471Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2887 | 2026-06-30T19:56:04.785Z | Checking russh v0.45.0 |
| 2888 | 2026-06-30T19:56:05.327Z | Checking cfg-expr v0.20.6 |
| 2889 | 2026-06-30T19:56:05.362Z | Compiling serde_with_macros v1.5.2 |
| 2890 | 2026-06-30T19:56:05.752Z | Checking backtrace-ext v0.2.1 |
| 2891 | 2026-06-30T19:56:06.005Z | Checking supports-color v2.1.0 |
| 2892 | 2026-06-30T19:56:06.173Z | Checking textwrap v0.15.2 |
| 2893 | 2026-06-30T19:56:06.260Z | Checking supports-unicode v2.1.0 |
| 2894 | 2026-06-30T19:56:06.386Z | Checking supports-hyperlinks v2.1.0 |
| 2895 | 2026-06-30T19:56:06.420Z | Checking hashbrown v0.14.5 |
| 2896 | 2026-06-30T19:56:06.423Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2897 | 2026-06-30T19:56:06.532Z | Checking cargo-platform v0.3.2 |
| 2898 | 2026-06-30T19:56:06.680Z | Checking socket2 v0.5.10 |
| 2899 | 2026-06-30T19:56:06.736Z | Checking terminal_size v0.1.17 |
| 2900 | 2026-06-30T19:56:06.771Z | Compiling miette-derive v5.10.0 |
| 2901 | 2026-06-30T19:56:06.877Z | Checking owo-colors v3.5.0 |
| 2902 | 2026-06-30T19:56:06.960Z | Checking internet-checksum v0.2.1 |
| 2903 | 2026-06-30T19:56:07.110Z | Checking chumsky v0.9.3 |
| 2904 | 2026-06-30T19:56:07.429Z | Checking cargo_metadata v0.23.1 |
| 2905 | 2026-06-30T19:56:07.935Z | Checking miette v5.10.0 |
| 2906 | 2026-06-30T19:56:08.177Z | Compiling serde_with v1.14.0 |
| 2907 | 2026-06-30T19:56:08.479Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2908 | 2026-06-30T19:56:08.578Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2909 | 2026-06-30T19:56:08.706Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2910 | 2026-06-30T19:56:09.054Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2911 | 2026-06-30T19:56:09.274Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2912 | 2026-06-30T19:56:09.326Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2913 | 2026-06-30T19:56:09.382Z | Compiling git2 v0.20.4 |
| 2914 | 2026-06-30T19:56:09.428Z | Compiling knuffel-derive v3.2.0 |
| 2915 | 2026-06-30T19:56:09.479Z | Checking httptest v0.16.4 |
| 2916 | 2026-06-30T19:56:09.554Z | Checking pathdiff v0.2.3 |
| 2917 | 2026-06-30T19:56:09.697Z | Checking topological-sort v0.2.2 |
| 2918 | 2026-06-30T19:56:09.873Z | Checking nested v0.1.1 |
| 2919 | 2026-06-30T19:56:09.906Z | Checking omicron-zone-package v0.12.3 |
| 2920 | 2026-06-30T19:56:10.046Z | Checking guppy v0.17.25 |
| 2921 | 2026-06-30T19:56:10.245Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2922 | 2026-06-30T19:56:10.848Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2923 | 2026-06-30T19:56:10.990Z | Checking knuffel v3.2.0 |
| 2924 | 2026-06-30T19:56:11.031Z | Checking similar-asserts v1.7.0 |
| 2925 | 2026-06-30T19:56:11.118Z | Compiling target-triple v1.0.0 |
| 2926 | 2026-06-30T19:56:11.216Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2927 | 2026-06-30T19:56:11.388Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2928 | 2026-06-30T19:56:11.500Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2929 | 2026-06-30T19:56:11.943Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2930 | 2026-06-30T19:56:12.095Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2931 | 2026-06-30T19:56:12.290Z | Checking hickory-client v0.25.2 |
| 2932 | 2026-06-30T19:56:12.603Z | Compiling assert_cmd v2.1.2 |
| 2933 | 2026-06-30T19:56:12.639Z | Checking escape8259 v0.5.3 |
| 2934 | 2026-06-30T19:56:12.806Z | Checking libtest-mimic v0.8.1 |
| 2935 | 2026-06-30T19:56:12.809Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2936 | 2026-06-30T19:56:13.199Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2937 | 2026-06-30T19:56:13.242Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2938 | 2026-06-30T19:56:13.336Z | Checking blake2b_simd v1.0.4 |
| 2939 | 2026-06-30T19:56:13.759Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2940 | 2026-06-30T19:56:13.947Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2941 | 2026-06-30T19:56:14.164Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2942 | 2026-06-30T19:56:14.359Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2943 | 2026-06-30T19:56:14.415Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2944 | 2026-06-30T19:56:14.619Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2945 | 2026-06-30T19:56:14.864Z | Checking fancy-regex v0.14.0 |
| 2946 | 2026-06-30T19:56:15.103Z | Checking serde_tokenstream v0.2.3 |
| 2947 | 2026-06-30T19:56:15.275Z | Checking approx v0.5.1 |
| 2948 | 2026-06-30T19:56:15.365Z | Checking uzers v0.12.2 |
| 2949 | 2026-06-30T19:56:15.453Z | Compiling rstest_macros v0.25.0 |
| 2950 | 2026-06-30T19:56:15.613Z | Checking constant_time_eq v0.3.1 |
| 2951 | 2026-06-30T19:56:15.751Z | Compiling linkme-impl v0.3.35 |
| 2952 | 2026-06-30T19:56:15.787Z | Checking termcolor v1.4.1 |
| 2953 | 2026-06-30T19:56:16.041Z | Checking trybuild v1.0.116 |
| 2954 | 2026-06-30T19:56:16.293Z | Checking rust-argon2 v2.1.0 |
| 2955 | 2026-06-30T19:56:16.582Z | Checking datatest-stable v0.3.3 |
| 2956 | 2026-06-30T19:56:17.005Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2957 | 2026-06-30T19:56:17.318Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2958 | 2026-06-30T19:56:17.385Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2959 | 2026-06-30T19:56:17.451Z | Compiling polar-core v0.27.3 |
| 2960 | 2026-06-30T19:56:17.745Z | Checking support-bundle-viewer v0.1.2 |
| 2961 | 2026-06-30T19:56:18.045Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2962 | 2026-06-30T19:56:18.131Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2963 | 2026-06-30T19:56:18.284Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2964 | 2026-06-30T19:56:18.326Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2965 | 2026-06-30T19:56:18.373Z | Checking drift v0.2.0 |
| 2966 | 2026-06-30T19:56:18.522Z | Checking rand_distr v0.5.1 |
| 2967 | 2026-06-30T19:56:18.568Z | Checking multimap v0.10.1 |
| 2968 | 2026-06-30T19:56:18.762Z | Compiling linkme v0.3.35 |
| 2969 | 2026-06-30T19:56:18.797Z | Compiling relative-path v1.9.3 |
| 2970 | 2026-06-30T19:56:18.960Z | Checking dropshot-api-manager v0.7.2 |
| 2971 | 2026-06-30T19:56:20.165Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2972 | 2026-06-30T19:56:20.740Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2973 | 2026-06-30T19:56:20.867Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2974 | 2026-06-30T19:56:21.065Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2975 | 2026-06-30T19:56:21.311Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2976 | 2026-06-30T19:56:21.480Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2977 | 2026-06-30T19:56:21.521Z | Checking cargo_toml v0.21.0 |
| 2978 | 2026-06-30T19:56:21.836Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2979 | 2026-06-30T19:56:22.183Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2980 | 2026-06-30T19:56:22.353Z | Checking partial-io v0.5.4 |
| 2981 | 2026-06-30T19:56:22.489Z | Checking oso v0.27.3 |
| 2982 | 2026-06-30T19:56:22.523Z | Checking termios v0.3.3 |
| 2983 | 2026-06-30T19:56:22.592Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2984 | 2026-06-30T19:56:22.687Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2985 | 2026-06-30T19:56:22.721Z | Checking rstest v0.25.0 |
| 2986 | 2026-06-30T19:56:24.647Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2987 | 2026-06-30T19:56:24.983Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2988 | 2026-06-30T19:56:27.536Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 2989 | 2026-06-30T19:56:33.163Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2990 | 2026-06-30T19:56:35.715Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2991 | 2026-06-30T19:56:36.148Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 2992 | 2026-06-30T19:56:37.499Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2993 | 2026-06-30T19:56:42.547Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 2994 | 2026-06-30T19:56:47.950Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2995 | 2026-06-30T19:56:51.831Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2996 | 2026-06-30T19:56:51.917Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2997 | 2026-06-30T19:56:51.982Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2998 | 2026-06-30T19:56:58.743Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 2999 | 2026-06-30T19:57:02.943Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3000 | 2026-06-30T19:58:19.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 07s |
| 3001 | 2026-06-30T19:58:20.138Z | |
| 3002 | 2026-06-30T19:58:20.139Z | real 4:10.604823644 |
| 3003 | 2026-06-30T19:58:20.139Z | user 21:10.992067729 |
| 3004 | 2026-06-30T19:58:20.142Z | sys 4:56.462617588 |
| 3005 | 2026-06-30T19:58:20.142Z | trap 0.522148812 |
| 3006 | 2026-06-30T19:58:20.142Z | tflt 0.527984195 |
| 3007 | 2026-06-30T19:58:20.142Z | dflt 0.642587515 |
| 3008 | 2026-06-30T19:58:20.142Z | kflt 0.006081776 |
| 3009 | 2026-06-30T19:58:20.142Z | lock 58:13.419462299 |
| 3010 | 2026-06-30T19:58:20.142Z | slp 57:55.025276762 |
| 3011 | 2026-06-30T19:58:20.142Z | lat 1:44.357928714 |
| 3012 | 2026-06-30T19:58:20.143Z | stop 11:10.935023402 |
| 3013 | 2026-06-30T19:58:20.143Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3014 | 2026-06-30T19:58:20.143Z | + ptime -m cargo doc --workspace --no-deps |
| 3015 | 2026-06-30T19:58:20.943Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3016 | 2026-06-30T19:58:20.943Z | | |
| 3017 | 2026-06-30T19:58:20.943Z | = note: the bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)` |
| 3018 | 2026-06-30T19:58:20.943Z | = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313> |
| 3019 | 2026-06-30T19:58:21.964Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3020 | 2026-06-30T19:58:22.196Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3021 | 2026-06-30T19:58:22.242Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3022 | 2026-06-30T19:58:22.304Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3023 | 2026-06-30T19:58:22.335Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3024 | 2026-06-30T19:58:22.396Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3025 | 2026-06-30T19:58:22.422Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3026 | 2026-06-30T19:58:22.555Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3027 | 2026-06-30T19:58:22.584Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3028 | 2026-06-30T19:58:22.608Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3029 | 2026-06-30T19:58:22.786Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3030 | 2026-06-30T19:58:22.809Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3031 | 2026-06-30T19:58:22.853Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3032 | 2026-06-30T19:58:22.875Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3033 | 2026-06-30T19:58:22.878Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3034 | 2026-06-30T19:58:22.918Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3035 | 2026-06-30T19:58:22.940Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3036 | 2026-06-30T19:58:22.972Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3037 | 2026-06-30T19:58:23.022Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3038 | 2026-06-30T19:58:23.047Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3039 | 2026-06-30T19:58:23.088Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3040 | 2026-06-30T19:58:23.134Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3041 | 2026-06-30T19:58:23.394Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3042 | 2026-06-30T19:58:23.743Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3043 | 2026-06-30T19:58:23.780Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3044 | 2026-06-30T19:58:23.843Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3045 | 2026-06-30T19:58:23.895Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3046 | 2026-06-30T19:58:23.925Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3047 | 2026-06-30T19:58:24.115Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3048 | 2026-06-30T19:58:24.164Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3049 | 2026-06-30T19:58:24.278Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3050 | 2026-06-30T19:58:24.408Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3051 | 2026-06-30T19:58:24.430Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3052 | 2026-06-30T19:58:24.501Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3053 | 2026-06-30T19:58:24.533Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3054 | 2026-06-30T19:58:24.614Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3055 | 2026-06-30T19:58:24.669Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3056 | 2026-06-30T19:58:24.720Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3057 | 2026-06-30T19:58:24.857Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3058 | 2026-06-30T19:58:25.047Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3059 | 2026-06-30T19:58:25.107Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3060 | 2026-06-30T19:58:25.417Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3061 | 2026-06-30T19:58:25.509Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3062 | 2026-06-30T19:58:25.570Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3063 | 2026-06-30T19:58:25.679Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3064 | 2026-06-30T19:58:25.733Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3065 | 2026-06-30T19:58:25.739Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3066 | 2026-06-30T19:58:25.839Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3067 | 2026-06-30T19:58:25.933Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3068 | 2026-06-30T19:58:25.989Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3069 | 2026-06-30T19:58:26.016Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3070 | 2026-06-30T19:58:26.087Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3071 | 2026-06-30T19:58:26.182Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3072 | 2026-06-30T19:58:26.255Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3073 | 2026-06-30T19:58:26.277Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3074 | 2026-06-30T19:58:26.297Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3075 | 2026-06-30T19:58:26.319Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3076 | 2026-06-30T19:58:26.393Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3077 | 2026-06-30T19:58:26.760Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3078 | 2026-06-30T19:58:26.816Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3079 | 2026-06-30T19:58:26.864Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3080 | 2026-06-30T19:58:27.105Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3081 | 2026-06-30T19:58:27.282Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3082 | 2026-06-30T19:58:27.572Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3083 | 2026-06-30T19:58:27.737Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3084 | 2026-06-30T19:58:27.823Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3085 | 2026-06-30T19:58:27.846Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3086 | 2026-06-30T19:58:27.872Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3087 | 2026-06-30T19:58:28.102Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3088 | 2026-06-30T19:58:28.126Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3089 | 2026-06-30T19:58:28.156Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3090 | 2026-06-30T19:58:28.180Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3091 | 2026-06-30T19:58:28.634Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3092 | 2026-06-30T19:58:28.892Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3093 | 2026-06-30T19:58:29.255Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3094 | 2026-06-30T19:58:29.279Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3095 | 2026-06-30T19:58:29.364Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3096 | 2026-06-30T19:58:29.521Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3097 | 2026-06-30T19:58:29.573Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3098 | 2026-06-30T19:58:29.617Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3099 | 2026-06-30T19:58:29.698Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3100 | 2026-06-30T19:58:29.779Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3101 | 2026-06-30T19:58:29.856Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3102 | 2026-06-30T19:58:29.917Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3103 | 2026-06-30T19:58:29.998Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3104 | 2026-06-30T19:58:30.002Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3105 | 2026-06-30T19:58:30.177Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3106 | 2026-06-30T19:58:30.242Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3107 | 2026-06-30T19:58:30.287Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3108 | 2026-06-30T19:58:30.287Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3109 | 2026-06-30T19:58:30.332Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3110 | 2026-06-30T19:58:30.491Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3111 | 2026-06-30T19:58:30.540Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3112 | 2026-06-30T19:58:30.585Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3113 | 2026-06-30T19:58:30.606Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3114 | 2026-06-30T19:58:30.653Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3115 | 2026-06-30T19:58:30.796Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3116 | 2026-06-30T19:58:30.842Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3117 | 2026-06-30T19:58:30.886Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3118 | 2026-06-30T19:58:30.906Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3119 | 2026-06-30T19:58:30.928Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3120 | 2026-06-30T19:58:30.951Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3121 | 2026-06-30T19:58:31.033Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3122 | 2026-06-30T19:58:31.116Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3123 | 2026-06-30T19:58:31.161Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3124 | 2026-06-30T19:58:31.185Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3125 | 2026-06-30T19:58:31.330Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3126 | 2026-06-30T19:58:31.521Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3127 | 2026-06-30T19:58:31.526Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3128 | 2026-06-30T19:58:31.570Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3129 | 2026-06-30T19:58:31.985Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3130 | 2026-06-30T19:58:32.140Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3131 | 2026-06-30T19:58:32.238Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3132 | 2026-06-30T19:58:32.942Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3133 | 2026-06-30T19:58:33.023Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3134 | 2026-06-30T19:58:33.165Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3135 | 2026-06-30T19:58:33.568Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3136 | 2026-06-30T19:58:33.659Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3137 | 2026-06-30T19:58:33.792Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3138 | 2026-06-30T19:58:34.407Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3139 | 2026-06-30T19:58:35.028Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3140 | 2026-06-30T19:58:35.237Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3141 | 2026-06-30T19:58:35.882Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3142 | 2026-06-30T19:58:36.191Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3143 | 2026-06-30T19:58:36.225Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3144 | 2026-06-30T19:58:36.251Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3145 | 2026-06-30T19:58:36.502Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3146 | 2026-06-30T19:58:36.944Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3147 | 2026-06-30T19:58:37.134Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3148 | 2026-06-30T19:58:37.159Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3149 | 2026-06-30T19:58:37.495Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3150 | 2026-06-30T19:58:37.773Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3151 | 2026-06-30T19:58:37.882Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3152 | 2026-06-30T19:58:38.223Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3153 | 2026-06-30T19:58:38.430Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3154 | 2026-06-30T19:58:38.629Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3155 | 2026-06-30T19:58:38.898Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3156 | 2026-06-30T19:58:38.989Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3157 | 2026-06-30T19:58:39.190Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3158 | 2026-06-30T19:58:39.588Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3159 | 2026-06-30T19:58:39.998Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3160 | 2026-06-30T19:58:40.347Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3161 | 2026-06-30T19:58:40.760Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3162 | 2026-06-30T19:58:41.025Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3163 | 2026-06-30T19:58:41.664Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3164 | 2026-06-30T19:58:42.229Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3165 | 2026-06-30T19:58:42.809Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3166 | 2026-06-30T19:58:42.922Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3167 | 2026-06-30T19:58:43.299Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3168 | 2026-06-30T19:58:43.369Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3169 | 2026-06-30T19:58:43.864Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3170 | 2026-06-30T19:58:44.407Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3171 | 2026-06-30T19:58:44.477Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3172 | 2026-06-30T19:58:45.422Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3173 | 2026-06-30T19:58:46.057Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3174 | 2026-06-30T19:58:46.704Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3175 | 2026-06-30T19:58:46.733Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3176 | 2026-06-30T19:58:50.095Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3177 | 2026-06-30T19:58:50.401Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3178 | 2026-06-30T19:58:50.784Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3179 | 2026-06-30T19:58:50.806Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3180 | 2026-06-30T19:58:51.709Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3181 | 2026-06-30T19:58:51.916Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3182 | 2026-06-30T19:58:53.492Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3183 | 2026-06-30T19:58:53.684Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3184 | 2026-06-30T19:58:54.080Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3185 | 2026-06-30T19:58:54.303Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3186 | 2026-06-30T19:58:54.779Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3187 | 2026-06-30T19:58:55.297Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3188 | 2026-06-30T19:58:55.397Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3189 | 2026-06-30T19:58:55.437Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3190 | 2026-06-30T19:58:55.725Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3191 | 2026-06-30T19:58:55.750Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3192 | 2026-06-30T19:58:55.884Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3193 | 2026-06-30T19:58:55.970Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3194 | 2026-06-30T19:58:56.561Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3195 | 2026-06-30T19:58:56.611Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3196 | 2026-06-30T19:58:56.776Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3197 | 2026-06-30T19:58:57.183Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3198 | 2026-06-30T19:58:57.351Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3199 | 2026-06-30T19:58:57.438Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3200 | 2026-06-30T19:58:57.862Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3201 | 2026-06-30T19:58:58.087Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3202 | 2026-06-30T19:58:58.833Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3203 | 2026-06-30T19:58:59.831Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3204 | 2026-06-30T19:59:00.126Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3205 | 2026-06-30T19:59:00.251Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3206 | 2026-06-30T19:59:01.963Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3207 | 2026-06-30T19:59:03.967Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3208 | 2026-06-30T19:59:04.369Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3209 | 2026-06-30T19:59:04.938Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3210 | 2026-06-30T19:59:05.641Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3211 | 2026-06-30T19:59:07.644Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3212 | 2026-06-30T19:59:08.984Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3213 | 2026-06-30T19:59:09.591Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3214 | 2026-06-30T19:59:10.693Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3215 | 2026-06-30T19:59:11.172Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3216 | 2026-06-30T19:59:13.311Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3217 | 2026-06-30T19:59:14.108Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3218 | 2026-06-30T19:59:15.613Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3219 | 2026-06-30T19:59:16.063Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3220 | 2026-06-30T19:59:16.540Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3221 | 2026-06-30T19:59:16.869Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3222 | 2026-06-30T19:59:21.797Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3223 | 2026-06-30T19:59:22.366Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3224 | 2026-06-30T19:59:23.191Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3225 | 2026-06-30T19:59:24.149Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3226 | 2026-06-30T19:59:25.129Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3227 | 2026-06-30T19:59:25.895Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3228 | 2026-06-30T19:59:26.692Z | Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3229 | 2026-06-30T19:59:27.397Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3230 | 2026-06-30T19:59:28.890Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3231 | 2026-06-30T19:59:30.438Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3232 | 2026-06-30T19:59:30.504Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3233 | 2026-06-30T19:59:31.414Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3234 | 2026-06-30T19:59:32.393Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3235 | 2026-06-30T19:59:32.971Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3236 | 2026-06-30T19:59:33.953Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3237 | 2026-06-30T19:59:37.244Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3238 | 2026-06-30T19:59:37.826Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3239 | 2026-06-30T19:59:39.317Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3240 | 2026-06-30T19:59:40.181Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3241 | 2026-06-30T19:59:41.212Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3242 | 2026-06-30T19:59:42.058Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3243 | 2026-06-30T19:59:44.912Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3244 | 2026-06-30T19:59:45.096Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3245 | 2026-06-30T19:59:45.901Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3246 | 2026-06-30T19:59:47.233Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3247 | 2026-06-30T19:59:48.410Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3248 | 2026-06-30T19:59:49.943Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3249 | 2026-06-30T19:59:51.010Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3250 | 2026-06-30T19:59:52.365Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3251 | 2026-06-30T19:59:54.904Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3252 | 2026-06-30T19:59:55.751Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3253 | 2026-06-30T19:59:57.162Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3254 | 2026-06-30T20:00:01.766Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3255 | 2026-06-30T20:00:02.365Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3256 | 2026-06-30T20:00:03.867Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3257 | 2026-06-30T20:00:09.040Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3258 | 2026-06-30T20:00:09.057Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3259 | 2026-06-30T20:00:09.857Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3260 | 2026-06-30T20:00:09.886Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3261 | 2026-06-30T20:00:11.685Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3262 | 2026-06-30T20:00:13.466Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3263 | 2026-06-30T20:00:15.251Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3264 | 2026-06-30T20:00:17.255Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3265 | 2026-06-30T20:00:18.885Z | Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3266 | 2026-06-30T20:00:20.894Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3267 | 2026-06-30T20:00:22.348Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3268 | 2026-06-30T20:00:23.985Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3269 | 2026-06-30T20:00:25.718Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3270 | 2026-06-30T20:00:27.446Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3271 | 2026-06-30T20:00:29.088Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3272 | 2026-06-30T20:00:30.872Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3273 | 2026-06-30T20:00:32.455Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3274 | 2026-06-30T20:00:34.055Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3275 | 2026-06-30T20:00:35.963Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3276 | 2026-06-30T20:00:39.172Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3277 | 2026-06-30T20:00:41.088Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3278 | 2026-06-30T20:00:42.829Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3279 | 2026-06-30T20:00:44.962Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3280 | 2026-06-30T20:00:48.546Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3281 | 2026-06-30T20:00:50.489Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3282 | 2026-06-30T20:00:52.605Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3283 | 2026-06-30T20:00:54.312Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3284 | 2026-06-30T20:00:57.850Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3285 | 2026-06-30T20:00:59.460Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3286 | 2026-06-30T20:01:01.067Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3287 | 2026-06-30T20:01:03.324Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3288 | 2026-06-30T20:01:05.618Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3289 | 2026-06-30T20:01:08.126Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3290 | 2026-06-30T20:01:10.298Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3291 | 2026-06-30T20:01:12.514Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3292 | 2026-06-30T20:01:14.687Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3293 | 2026-06-30T20:01:17.214Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3294 | 2026-06-30T20:01:19.090Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3295 | 2026-06-30T20:01:21.756Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3296 | 2026-06-30T20:01:23.543Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3297 | 2026-06-30T20:01:25.795Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3298 | 2026-06-30T20:01:27.963Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3299 | 2026-06-30T20:01:30.274Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3300 | 2026-06-30T20:01:32.541Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3301 | 2026-06-30T20:01:34.809Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3302 | 2026-06-30T20:01:37.186Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3303 | 2026-06-30T20:01:39.582Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3304 | 2026-06-30T20:01:41.888Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3305 | 2026-06-30T20:01:44.209Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3306 | 2026-06-30T20:01:46.539Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3307 | 2026-06-30T20:01:48.885Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3308 | 2026-06-30T20:01:51.245Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3309 | 2026-06-30T20:01:53.562Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3310 | 2026-06-30T20:01:55.957Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3311 | 2026-06-30T20:01:58.353Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3312 | 2026-06-30T20:02:00.645Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3313 | 2026-06-30T20:02:02.975Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3314 | 2026-06-30T20:02:05.410Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3315 | 2026-06-30T20:02:07.860Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3316 | 2026-06-30T20:02:10.273Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3317 | 2026-06-30T20:02:12.693Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3318 | 2026-06-30T20:02:15.158Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3319 | 2026-06-30T20:02:17.544Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3320 | 2026-06-30T20:02:20.085Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3321 | 2026-06-30T20:02:22.388Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3322 | 2026-06-30T20:02:24.752Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3323 | 2026-06-30T20:02:27.089Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3324 | 2026-06-30T20:02:29.455Z | Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3325 | 2026-06-30T20:02:31.834Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3326 | 2026-06-30T20:02:34.742Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3327 | 2026-06-30T20:02:36.929Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3328 | 2026-06-30T20:02:39.460Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3329 | 2026-06-30T20:02:41.844Z | Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3330 | 2026-06-30T20:02:44.449Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3331 | 2026-06-30T20:02:46.891Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3332 | 2026-06-30T20:02:49.509Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3333 | 2026-06-30T20:02:52.192Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3334 | 2026-06-30T20:02:54.762Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3335 | 2026-06-30T20:02:57.313Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3336 | 2026-06-30T20:02:59.823Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3337 | 2026-06-30T20:03:02.535Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3338 | 2026-06-30T20:03:05.164Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3339 | 2026-06-30T20:03:07.759Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3340 | 2026-06-30T20:03:10.689Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3341 | 2026-06-30T20:03:13.142Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3342 | 2026-06-30T20:03:21.192Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3343 | 2026-06-30T20:03:21.386Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3344 | 2026-06-30T20:03:24.603Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3345 | 2026-06-30T20:03:29.277Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3346 | 2026-06-30T20:03:32.264Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3347 | 2026-06-30T20:03:35.917Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3348 | 2026-06-30T20:03:39.736Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3349 | 2026-06-30T20:03:43.366Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3350 | 2026-06-30T20:03:47.148Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3351 | 2026-06-30T20:03:50.956Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3352 | 2026-06-30T20:03:54.579Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3353 | 2026-06-30T20:03:58.265Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3354 | 2026-06-30T20:04:02.023Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3355 | 2026-06-30T20:04:05.719Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3356 | 2026-06-30T20:04:09.636Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3357 | 2026-06-30T20:04:13.221Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3358 | 2026-06-30T20:04:18.976Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3359 | 2026-06-30T20:04:20.741Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3360 | 2026-06-30T20:04:24.362Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3361 | 2026-06-30T20:04:28.106Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3362 | 2026-06-30T20:04:31.836Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3363 | 2026-06-30T20:04:35.604Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3364 | 2026-06-30T20:04:39.441Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3365 | 2026-06-30T20:04:43.054Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3366 | 2026-06-30T20:04:46.933Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3367 | 2026-06-30T20:05:16.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 56s |
| 3368 | 2026-06-30T20:05:16.786Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 200 other files |
| 3369 | 2026-06-30T20:05:16.881Z | |
| 3370 | 2026-06-30T20:05:16.887Z | real 6:56.663279601 |
| 3371 | 2026-06-30T20:05:16.887Z | user 18:34.043597586 |
| 3372 | 2026-06-30T20:05:16.887Z | sys 3:58.094481873 |
| 3373 | 2026-06-30T20:05:16.887Z | trap 0.274803631 |
| 3374 | 2026-06-30T20:05:16.888Z | tflt 0.061537464 |
| 3375 | 2026-06-30T20:05:16.888Z | dflt 0.092260910 |
| 3376 | 2026-06-30T20:05:16.888Z | kflt 0.000030550 |
| 3377 | 2026-06-30T20:05:16.888Z | lock 6:26:09.298026461 |
| 3378 | 2026-06-30T20:05:16.888Z | slp 2:20:06.892111891 |
| 3379 | 2026-06-30T20:05:16.888Z | lat 31.772785716 |
| 3380 | 2026-06-30T20:05:16.888Z | stop 1:41.609877928 |
| 3381 | 2026-06-30T20:05:16.888Z | process exited: duration 789937 ms, exit code 0 |
| |
| 3382 | 2026-06-30T20:05:16.895Z | found 0 output files |