|
|
|
| 1 | 2026-06-26T17:50:25.697Z | job assigned to worker 01KW2GT7217BXCYMKNYBD2R32Y [factory aws, i-0279fd2c5dcc9fdef] (queued for 56 s) |
| |
| 2 | 2026-06-26T17:50:31.834Z | starting task 0: "setup" |
| 3 | 2026-06-26T17:50:31.839Z | ++ uname -s |
| 4 | 2026-06-26T17:50:31.842Z | + kern=SunOS |
| 5 | 2026-06-26T17:50:31.842Z | + build_user=build |
| 6 | 2026-06-26T17:50:31.842Z | + build_uid=12345 |
| 7 | 2026-06-26T17:50:31.842Z | + work_dir=/work |
| 8 | 2026-06-26T17:50:31.842Z | + input_dir=/input |
| 9 | 2026-06-26T17:50:31.842Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-26T17:50:31.842Z | + case "$kern" in |
| 11 | 2026-06-26T17:50:31.842Z | + groupadd -g 12345 build |
| 12 | 2026-06-26T17:50:31.843Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-26T17:50:33.848Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-26T17:50:33.944Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-26T17:50:33.946Z | + home_fs=zfs |
| 16 | 2026-06-26T17:50:33.946Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-26T17:50:33.946Z | + mkdir -p /home/build |
| 18 | 2026-06-26T17:50:33.946Z | + chown build:build /home/build /work |
| 19 | 2026-06-26T17:50:35.946Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-26T17:50:35.949Z | process exited: duration 4114 ms, exit code 0 |
| |
| 21 | 2026-06-26T17:50:35.958Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-26T17:50:35.962Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-26T17:50:35.962Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-26T17:50:35.962Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-06-26T17:50:35.962Z | * rust toolchain channel = "1.96.0" |
| 26 | 2026-06-26T17:50:35.962Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-26T17:50:35.962Z | * rust toolchain profile = "default" |
| 28 | 2026-06-26T17:50:35.965Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-26T17:50:35.965Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-26T17:50:36.041Z | info: downloading installer |
| 31 | 2026-06-26T17:50:37.740Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-26T17:50:37.740Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-26T17:50:37.740Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-26T17:50:37.740Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-26T17:50:37.752Z | info: profile set to default |
| 36 | 2026-06-26T17:50:37.752Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-26T17:50:37.755Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-26T17:50:37.912Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-26T17:50:37.915Z | info: downloading 6 components |
| 40 | 2026-06-26T17:50:53.930Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-26T17:50:53.930Z | |
| 42 | 2026-06-26T17:50:53.956Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-26T17:50:53.956Z | |
| 44 | 2026-06-26T17:50:53.956Z | |
| 45 | 2026-06-26T17:50:53.956Z | Rust is installed now. Great! |
| 46 | 2026-06-26T17:50:53.956Z | |
| 47 | 2026-06-26T17:50:53.959Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-26T17:50:53.960Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-26T17:50:53.960Z | |
| 50 | 2026-06-26T17:50:53.960Z | To configure your current shell, you need to source |
| 51 | 2026-06-26T17:50:53.960Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-26T17:50:53.960Z | |
| 53 | 2026-06-26T17:50:53.960Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-26T17:50:53.960Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-26T17:50:53.960Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-26T17:50:53.960Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-26T17:50:53.960Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-26T17:50:53.960Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-26T17:50:53.960Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-26T17:50:53.960Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-26T17:50:53.960Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-26T17:50:54.065Z | + rustup --version |
| 63 | 2026-06-26T17:50:54.073Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-26T17:50:54.076Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-26T17:50:54.094Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-26T17:50:54.097Z | + cargo --version |
| 67 | 2026-06-26T17:50:54.110Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-26T17:50:54.113Z | + rustc --version |
| 69 | 2026-06-26T17:50:54.131Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-26T17:50:54.134Z | process exited: duration 18175 ms, exit code 0 |
| |
| 71 | 2026-06-26T17:50:54.139Z | starting task 2: "authentication" |
| 72 | 2026-06-26T17:50:54.156Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-26T17:50:54.162Z | starting task 3: "clone repository" |
| 74 | 2026-06-26T17:50:54.165Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-26T17:50:54.168Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-26T17:50:54.198Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-26T17:51:03.846Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-26T17:51:03.846Z | + git fetch origin 6bf3f4e1d2735cb9861369bfc3fd1c9801316e96 |
| 79 | 2026-06-26T17:51:04.130Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-26T17:51:04.130Z | * branch 6bf3f4e1d2735cb9861369bfc3fd1c9801316e96 -> FETCH_HEAD |
| 81 | 2026-06-26T17:51:04.139Z | + [[ -n iliana/cockroach-go1.26 ]] |
| 82 | 2026-06-26T17:51:04.142Z | ++ git branch --show-current |
| 83 | 2026-06-26T17:51:04.142Z | + current=main |
| 84 | 2026-06-26T17:51:04.142Z | + [[ main != iliana/cockroach-go1.26 ]] |
| 85 | 2026-06-26T17:51:04.142Z | + git branch -f iliana/cockroach-go1.26 6bf3f4e1d2735cb9861369bfc3fd1c9801316e96 |
| 86 | 2026-06-26T17:51:04.145Z | + git checkout -f iliana/cockroach-go1.26 |
| 87 | 2026-06-26T17:51:04.382Z | Switched to branch 'iliana/cockroach-go1.26' |
| 88 | 2026-06-26T17:51:04.384Z | + git reset --hard 6bf3f4e1d2735cb9861369bfc3fd1c9801316e96 |
| 89 | 2026-06-26T17:51:04.397Z | HEAD is now at 6bf3f4e1d Merge remote-tracking branch 'origin/main' into iliana/cockroach-go1.26 |
| 90 | 2026-06-26T17:51:04.400Z | process exited: duration 10236 ms, exit code 0 |
| |
| 91 | 2026-06-26T17:51:04.405Z | starting task 4: "build" |
| 92 | 2026-06-26T17:51:04.409Z | + source ./env.sh |
| 93 | 2026-06-26T17:51:04.411Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-06-26T17:51:04.411Z | ++ set -o xtrace |
| 95 | 2026-06-26T17:51:04.411Z | ++++ dirname ./env.sh |
| 96 | 2026-06-26T17:51:04.414Z | +++ readlink -f . |
| 97 | 2026-06-26T17:51:04.416Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-06-26T17:51:04.416Z | ++ 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-26T17:51:04.416Z | ++ 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-26T17:51:04.416Z | ++ 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-26T17:51:04.416Z | ++ 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-26T17:51:04.416Z | ++ 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-26T17:51:04.417Z | ++ 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-26T17:51:04.417Z | ++ 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-26T17:51:04.417Z | ++ 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-26T17:51:04.417Z | ++ 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-26T17:51:04.417Z | ++ 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-26T17:51:04.417Z | ++ case $OLD_SHELL_OPTS in |
| 109 | 2026-06-26T17:51:04.417Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 110 | 2026-06-26T17:51:04.417Z | + source .github/buildomat/ci-env.sh |
| 111 | 2026-06-26T17:51:04.417Z | ++ export CARGO_TERM_COLOR=always |
| 112 | 2026-06-26T17:51:04.417Z | ++ CARGO_TERM_COLOR=always |
| 113 | 2026-06-26T17:51:04.417Z | + cargo --version |
| 114 | 2026-06-26T17:51:04.424Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 115 | 2026-06-26T17:51:04.427Z | + rustc --version |
| 116 | 2026-06-26T17:51:04.447Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 117 | 2026-06-26T17:51:04.449Z | + banner prerequisites |
| 118 | 2026-06-26T17:51:04.452Z | |
| 119 | 2026-06-26T17:51:04.452Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-06-26T17:51:04.452Z | # # # # # # # # # # # # # # # |
| 121 | 2026-06-26T17:51:04.452Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-06-26T17:51:04.452Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-06-26T17:51:04.452Z | # # # # # # # # # # # # # # # |
| 124 | 2026-06-26T17:51:04.452Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-06-26T17:51:04.452Z | |
| 126 | 2026-06-26T17:51:04.452Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-06-26T17:51:05.960Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-06-26T17:51:06.087Z | Startup: Caching catalogs ... Done |
| 129 | 2026-06-26T17:51:06.572Z | Planning: Solver setup ... Done (0.439s) |
| 130 | 2026-06-26T17:51:06.596Z | Planning: Running solver ... Done (0.024s) |
| 131 | 2026-06-26T17:51:06.608Z | Planning: Finding local manifests ... Done (0.003s) |
| 132 | 2026-06-26T17:51:06.620Z | Planning: Fetching manifests: 0/2 0% complete |
| 133 | 2026-06-26T17:51:06.638Z | Planning: Fetching manifests: 2/2 100% complete |
| 134 | 2026-06-26T17:51:06.652Z | Planning: Package planning ... Done (0.013s) |
| 135 | 2026-06-26T17:51:06.654Z | Planning: Merging actions ... Done (0.001s) |
| 136 | 2026-06-26T17:51:06.816Z | Planning: Checking for conflicting actions ... Done (0.161s) |
| 137 | 2026-06-26T17:51:06.820Z | Planning: Consolidating action changes ... Done (0.001s) |
| 138 | 2026-06-26T17:51:07.612Z | Planning: Evaluating mediators ... Done (0.793s) |
| 139 | 2026-06-26T17:51:07.616Z | Planning: Planning completed in 1.50 seconds |
| 140 | 2026-06-26T17:51:07.622Z | Packages to install: 2 |
| 141 | 2026-06-26T17:51:07.622Z | Estimated space available: 156.06 GB |
| 142 | 2026-06-26T17:51:07.622Z | Estimated space to be consumed: 30.96 MB |
| 143 | 2026-06-26T17:51:07.622Z | Create boot environment: No |
| 144 | 2026-06-26T17:51:07.622Z | Create backup boot environment: No |
| 145 | 2026-06-26T17:51:07.622Z | Rebuild boot archive: No |
| 146 | 2026-06-26T17:51:07.622Z | |
| 147 | 2026-06-26T17:51:07.622Z | Changed packages: |
| 148 | 2026-06-26T17:51:07.622Z | helios |
| 149 | 2026-06-26T17:51:07.622Z | developer/build-essential |
| 150 | 2026-06-26T17:51:07.622Z | None -> 11-3.0 |
| 151 | 2026-06-26T17:51:07.623Z | library/libxmlsec1 |
| 152 | 2026-06-26T17:51:07.623Z | None -> 1.2.35-3.0 |
| 153 | 2026-06-26T17:51:07.642Z | |
| 154 | 2026-06-26T17:51:07.643Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 155 | 2026-06-26T17:51:08.904Z | Download: Completed 1.28 MB in 1.26 seconds (1.0M/s) |
| 156 | 2026-06-26T17:51:08.983Z | Actions: 1/268 actions (Installing new actions) |
| 157 | 2026-06-26T17:51:09.021Z | Actions: Completed 268 actions in 0.04 seconds. |
| 158 | 2026-06-26T17:51:09.032Z | Finalize: Updating package state database ... Done (0.010s) |
| 159 | 2026-06-26T17:51:09.032Z | Finalize: Updating package cache ... Done (0.000s) |
| 160 | 2026-06-26T17:51:09.063Z | Finalize: Updating image state ... Done (0.029s) |
| 161 | 2026-06-26T17:51:11.429Z | Finalize: Creating fast lookup database ... Done (2.343s) |
| 162 | 2026-06-26T17:51:11.500Z | Finalize: Reading search index ... Done (0.012s) |
| 163 | 2026-06-26T17:51:11.503Z | Finalize: Updating search index ... Done (0.000s) |
| 164 | 2026-06-26T17:51:11.577Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-06-26T17:51:11.889Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-06-26T17:51:11.990Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-06-26T17:51:11.993Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-06-26T17:51:12.149Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-06-26T17:51:12.152Z | Planning: Planning completed in 0.26 seconds |
| 170 | 2026-06-26T17:51:12.172Z | Mediators to change: 2 |
| 171 | 2026-06-26T17:51:12.172Z | Create boot environment: No |
| 172 | 2026-06-26T17:51:12.174Z | Create backup boot environment: No |
| 173 | 2026-06-26T17:51:12.216Z | Finalize: Updating package state database ... Done |
| 174 | 2026-06-26T17:51:12.216Z | Finalize: Updating package cache ... Done |
| 175 | 2026-06-26T17:51:12.231Z | Finalize: Updating image state ... Done |
| 176 | 2026-06-26T17:51:14.175Z | Finalize: Creating fast lookup database ... Done |
| 177 | 2026-06-26T17:51:14.238Z | Finalize: Reading search index ... Done |
| 178 | 2026-06-26T17:51:14.241Z | Finalize: Updating search index ... Done |
| 179 | 2026-06-26T17:51:14.293Z | Finalize: Updating package cache ... Done |
| 180 | 2026-06-26T17:51:14.573Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-06-26T17:51:14.676Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-06-26T17:51:14.679Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-06-26T17:51:14.831Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-06-26T17:51:14.834Z | Planning: Planning completed in 0.26 seconds |
| 185 | 2026-06-26T17:51:14.854Z | Mediators to change: 1 |
| 186 | 2026-06-26T17:51:14.854Z | Create boot environment: No |
| 187 | 2026-06-26T17:51:14.854Z | Create backup boot environment: No |
| 188 | 2026-06-26T17:51:14.892Z | Finalize: Updating package state database ... Done |
| 189 | 2026-06-26T17:51:14.892Z | Finalize: Updating package cache ... Done |
| 190 | 2026-06-26T17:51:14.907Z | Finalize: Updating image state ... Done |
| 191 | 2026-06-26T17:51:16.848Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-06-26T17:51:16.912Z | Finalize: Reading search index ... Done |
| 193 | 2026-06-26T17:51:16.914Z | Finalize: Updating search index ... Done |
| 194 | 2026-06-26T17:51:16.984Z | Finalize: Updating package cache ... Done |
| 195 | 2026-06-26T17:51:17.296Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-06-26T17:51:17.296Z | apache system 2.4 system |
| 197 | 2026-06-26T17:51:17.296Z | clang system 15 system |
| 198 | 2026-06-26T17:51:17.296Z | csh system system illumos |
| 199 | 2026-06-26T17:51:17.296Z | ctags system system illumos |
| 200 | 2026-06-26T17:51:17.297Z | file vendor vendor darwinsys |
| 201 | 2026-06-26T17:51:17.297Z | file system system illumos |
| 202 | 2026-06-26T17:51:17.297Z | gcc vendor 14 vendor |
| 203 | 2026-06-26T17:51:17.297Z | gcc system 13 system |
| 204 | 2026-06-26T17:51:17.297Z | gcc system 10 system |
| 205 | 2026-06-26T17:51:17.297Z | go system 1.25 system |
| 206 | 2026-06-26T17:51:17.297Z | llvm system 15 system |
| 207 | 2026-06-26T17:51:17.297Z | mariadb system 11.4 system |
| 208 | 2026-06-26T17:51:17.297Z | mta vendor vendor dma |
| 209 | 2026-06-26T17:51:17.297Z | openjdk system 17 system |
| 210 | 2026-06-26T17:51:17.297Z | openjdk system 11 system |
| 211 | 2026-06-26T17:51:17.297Z | openssl vendor 3 vendor |
| 212 | 2026-06-26T17:51:17.297Z | perl system 5.40 system |
| 213 | 2026-06-26T17:51:17.297Z | postgresql system 18 system |
| 214 | 2026-06-26T17:51:17.297Z | postgresql system 17 system |
| 215 | 2026-06-26T17:51:17.297Z | python vendor 3 vendor |
| 216 | 2026-06-26T17:51:17.297Z | python system 2 system |
| 217 | 2026-06-26T17:51:17.297Z | python3 vendor 3.13 vendor |
| 218 | 2026-06-26T17:51:17.297Z | ruby system 3.4 system |
| 219 | 2026-06-26T17:51:17.298Z | ruby system 3.0 system |
| 220 | 2026-06-26T17:51:17.298Z | words vendor vendor american-english |
| 221 | 2026-06-26T17:51:17.298Z | words system system australian-english |
| 222 | 2026-06-26T17:51:17.298Z | words system system british-english |
| 223 | 2026-06-26T17:51:17.298Z | words system system canadian-english |
| 224 | 2026-06-26T17:51:17.298Z | words system system french |
| 225 | 2026-06-26T17:51:17.298Z | words system system italian |
| 226 | 2026-06-26T17:51:17.298Z | words system system ngerman |
| 227 | 2026-06-26T17:51:17.298Z | words system system ogerman |
| 228 | 2026-06-26T17:51:17.298Z | words system system spanish |
| 229 | 2026-06-26T17:51:17.549Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-06-26T17:51:17.549Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 231 | 2026-06-26T17:51:17.852Z | FMRI IFO |
| 232 | 2026-06-26T17:51:17.852Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 233 | 2026-06-26T17:51:17.852Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 234 | 2026-06-26T17:51:17.852Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 235 | 2026-06-26T17:51:17.853Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 236 | 2026-06-26T17:51:17.853Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 237 | 2026-06-26T17:51:17.853Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 238 | 2026-06-26T17:51:17.853Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 239 | 2026-06-26T17:51:17.853Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 240 | 2026-06-26T17:51:17.853Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 241 | 2026-06-26T17:51:18.102Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 242 | 2026-06-26T17:51:18.463Z | Updating crates.io index |
| 243 | 2026-06-26T17:51:18.467Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-06-26T17:51:18.709Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 245 | 2026-06-26T17:51:19.051Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 246 | 2026-06-26T17:51:19.346Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 247 | 2026-06-26T17:51:20.221Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2026-06-26T17:51:20.733Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-06-26T17:51:22.245Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 250 | 2026-06-26T17:51:22.980Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 251 | 2026-06-26T17:51:23.246Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-06-26T17:51:24.250Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-06-26T17:51:24.509Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-06-26T17:51:24.810Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 255 | 2026-06-26T17:51:25.808Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 256 | 2026-06-26T17:51:26.337Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 257 | 2026-06-26T17:51:26.802Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 258 | 2026-06-26T17:51:27.039Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 259 | 2026-06-26T17:51:27.299Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 260 | 2026-06-26T17:51:27.546Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 261 | 2026-06-26T17:51:27.871Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-06-26T17:51:28.126Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-06-26T17:51:28.355Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-06-26T17:51:28.622Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 265 | 2026-06-26T17:51:29.065Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 266 | 2026-06-26T17:51:29.392Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 267 | 2026-06-26T17:51:29.647Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 268 | 2026-06-26T17:51:30.032Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 269 | 2026-06-26T17:51:30.292Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 270 | 2026-06-26T17:51:30.799Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 271 | 2026-06-26T17:51:31.037Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 272 | 2026-06-26T17:51:31.260Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 273 | 2026-06-26T17:51:31.600Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 274 | 2026-06-26T17:51:32.001Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 275 | 2026-06-26T17:51:32.254Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 276 | 2026-06-26T17:51:32.544Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 277 | 2026-06-26T17:51:32.797Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 278 | 2026-06-26T17:51:33.070Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 279 | 2026-06-26T17:51:33.354Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 280 | 2026-06-26T17:51:33.638Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 281 | 2026-06-26T17:51:33.905Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 282 | 2026-06-26T17:51:34.191Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 283 | 2026-06-26T17:51:37.195Z | Downloading crates ... |
| 284 | 2026-06-26T17:51:37.262Z | Downloaded anstyle-query v1.1.5 |
| 285 | 2026-06-26T17:51:37.268Z | Downloaded cfg-if v1.0.4 |
| 286 | 2026-06-26T17:51:37.268Z | Downloaded colorchoice v1.0.4 |
| 287 | 2026-06-26T17:51:37.268Z | Downloaded cargo_metadata v0.21.0 |
| 288 | 2026-06-26T17:51:37.277Z | Downloaded anstream v1.0.0 |
| 289 | 2026-06-26T17:51:37.277Z | Downloaded autocfg v1.5.0 |
| 290 | 2026-06-26T17:51:37.277Z | Downloaded displaydoc v0.2.5 |
| 291 | 2026-06-26T17:51:37.277Z | Downloaded cpufeatures v0.2.17 |
| 292 | 2026-06-26T17:51:37.277Z | Downloaded block-buffer v0.10.4 |
| 293 | 2026-06-26T17:51:37.277Z | Downloaded clap_lex v1.0.0 |
| 294 | 2026-06-26T17:51:37.277Z | Downloaded dof v0.3.0 |
| 295 | 2026-06-26T17:51:37.277Z | Downloaded zmij v1.0.21 |
| 296 | 2026-06-26T17:51:37.277Z | Downloaded camino v1.2.2 |
| 297 | 2026-06-26T17:51:37.286Z | Downloaded heck v0.4.1 |
| 298 | 2026-06-26T17:51:37.286Z | Downloaded anstyle v1.0.14 |
| 299 | 2026-06-26T17:51:37.286Z | Downloaded equivalent v1.0.2 |
| 300 | 2026-06-26T17:51:37.286Z | Downloaded errno v0.3.14 |
| 301 | 2026-06-26T17:51:37.286Z | Downloaded crypto-common v0.1.7 |
| 302 | 2026-06-26T17:51:37.286Z | Downloaded toml v0.8.23 |
| 303 | 2026-06-26T17:51:37.286Z | Downloaded clap_derive v4.6.1 |
| 304 | 2026-06-26T17:51:37.286Z | Downloaded clap v4.6.1 |
| 305 | 2026-06-26T17:51:37.289Z | Downloaded textwrap v0.16.2 |
| 306 | 2026-06-26T17:51:37.289Z | Downloaded zerocopy-derive v0.7.35 |
| 307 | 2026-06-26T17:51:37.289Z | Downloaded toml_datetime v0.6.11 |
| 308 | 2026-06-26T17:51:37.289Z | Downloaded thiserror-impl v2.0.18 |
| 309 | 2026-06-26T17:51:37.289Z | Downloaded dtrace-parser v0.2.0 |
| 310 | 2026-06-26T17:51:37.289Z | Downloaded writeable v0.6.2 |
| 311 | 2026-06-26T17:51:37.289Z | Downloaded thread-id v4.2.2 |
| 312 | 2026-06-26T17:51:37.293Z | Downloaded yoke-derive v0.8.1 |
| 313 | 2026-06-26T17:51:37.293Z | Downloaded thiserror v1.0.69 |
| 314 | 2026-06-26T17:51:37.296Z | Downloaded anyhow v1.0.102 |
| 315 | 2026-06-26T17:51:37.296Z | Downloaded fastrand v2.3.0 |
| 316 | 2026-06-26T17:51:37.296Z | Downloaded tinystr v0.8.2 |
| 317 | 2026-06-26T17:51:37.299Z | Downloaded ucd-trie v0.1.7 |
| 318 | 2026-06-26T17:51:37.301Z | Downloaded cargo-platform v0.2.0 |
| 319 | 2026-06-26T17:51:37.304Z | Downloaded indexmap v2.14.0 |
| 320 | 2026-06-26T17:51:37.309Z | Downloaded unicode-xid v0.2.6 |
| 321 | 2026-06-26T17:51:37.309Z | Downloaded version_check v0.9.5 |
| 322 | 2026-06-26T17:51:37.313Z | Downloaded anstyle-parse v1.0.0 |
| 323 | 2026-06-26T17:51:37.313Z | Downloaded utf8_iter v1.0.4 |
| 324 | 2026-06-26T17:51:37.313Z | Downloaded macaddr v1.0.1 |
| 325 | 2026-06-26T17:51:37.313Z | Downloaded camino-tempfile v1.4.1 |
| 326 | 2026-06-26T17:51:37.313Z | Downloaded fnv v1.0.7 |
| 327 | 2026-06-26T17:51:37.313Z | Downloaded toml_write v0.1.2 |
| 328 | 2026-06-26T17:51:37.316Z | Downloaded zerofrom-derive v0.1.6 |
| 329 | 2026-06-26T17:51:37.316Z | Downloaded icu_collections v2.1.1 |
| 330 | 2026-06-26T17:51:37.318Z | Downloaded digest v0.10.7 |
| 331 | 2026-06-26T17:51:37.318Z | Downloaded usdt-macro v0.5.0 |
| 332 | 2026-06-26T17:51:37.318Z | Downloaded typeid v1.0.3 |
| 333 | 2026-06-26T17:51:37.321Z | Downloaded is_terminal_polyfill v1.70.2 |
| 334 | 2026-06-26T17:51:37.321Z | Downloaded cargo_toml v0.21.0 |
| 335 | 2026-06-26T17:51:37.321Z | Downloaded percent-encoding v2.3.2 |
| 336 | 2026-06-26T17:51:37.323Z | Downloaded unicode-linebreak v0.1.5 |
| 337 | 2026-06-26T17:51:37.323Z | Downloaded zerotrie v0.2.3 |
| 338 | 2026-06-26T17:51:37.326Z | Downloaded usdt-attr-macro v0.5.0 |
| 339 | 2026-06-26T17:51:37.326Z | Downloaded heck v0.5.0 |
| 340 | 2026-06-26T17:51:37.326Z | Downloaded form_urlencoded v1.2.2 |
| 341 | 2026-06-26T17:51:37.326Z | Downloaded typenum v1.19.0 |
| 342 | 2026-06-26T17:51:37.329Z | Downloaded zerofrom v0.1.6 |
| 343 | 2026-06-26T17:51:37.329Z | Downloaded tabled_derive v0.7.0 |
| 344 | 2026-06-26T17:51:37.329Z | Downloaded utf8parse v0.2.2 |
| 345 | 2026-06-26T17:51:37.332Z | Downloaded usdt-impl v0.5.0 |
| 346 | 2026-06-26T17:51:37.332Z | Downloaded thiserror-impl v1.0.69 |
| 347 | 2026-06-26T17:51:37.332Z | Downloaded proc-macro-error-attr v1.0.4 |
| 348 | 2026-06-26T17:51:37.332Z | Downloaded idna_adapter v1.2.1 |
| 349 | 2026-06-26T17:51:37.336Z | Downloaded thiserror v2.0.18 |
| 350 | 2026-06-26T17:51:37.338Z | Downloaded strsim v0.11.1 |
| 351 | 2026-06-26T17:51:37.338Z | Downloaded usdt v0.5.0 |
| 352 | 2026-06-26T17:51:37.338Z | Downloaded stable_deref_trait v1.2.1 |
| 353 | 2026-06-26T17:51:37.341Z | Downloaded serde_spanned v0.6.9 |
| 354 | 2026-06-26T17:51:37.341Z | Downloaded zerovec-derive v0.11.2 |
| 355 | 2026-06-26T17:51:37.343Z | Downloaded yoke v0.8.1 |
| 356 | 2026-06-26T17:51:37.343Z | Downloaded unicode-ident v1.0.24 |
| 357 | 2026-06-26T17:51:37.359Z | Downloaded toml_edit v0.22.27 |
| 358 | 2026-06-26T17:51:37.362Z | Downloaded potential_utf v0.1.4 |
| 359 | 2026-06-26T17:51:37.364Z | Downloaded serde-value v0.7.0 |
| 360 | 2026-06-26T17:51:37.364Z | Downloaded memmap v0.7.0 |
| 361 | 2026-06-26T17:51:37.365Z | Downloaded generic-array v0.14.7 |
| 362 | 2026-06-26T17:51:37.365Z | Downloaded url v2.5.8 |
| 363 | 2026-06-26T17:51:37.369Z | Downloaded smawk v0.3.2 |
| 364 | 2026-06-26T17:51:37.373Z | Downloaded plain v0.2.3 |
| 365 | 2026-06-26T17:51:37.373Z | Downloaded scroll_derive v0.12.1 |
| 366 | 2026-06-26T17:51:37.378Z | Downloaded zerovec v0.11.5 |
| 367 | 2026-06-26T17:51:37.381Z | Downloaded ordered-float v2.10.1 |
| 368 | 2026-06-26T17:51:37.381Z | Downloaded itoa v1.0.17 |
| 369 | 2026-06-26T17:51:37.385Z | Downloaded pretty-hex v0.4.1 |
| 370 | 2026-06-26T17:51:37.385Z | Downloaded terminal_size v0.4.3 |
| 371 | 2026-06-26T17:51:37.385Z | Downloaded swrite v0.1.0 |
| 372 | 2026-06-26T17:51:37.391Z | Downloaded zerocopy v0.7.35 |
| 373 | 2026-06-26T17:51:37.400Z | Downloaded synstructure v0.13.2 |
| 374 | 2026-06-26T17:51:37.404Z | Downloaded winnow v0.7.14 |
| 375 | 2026-06-26T17:51:37.409Z | Downloaded unicode-width v0.2.0 |
| 376 | 2026-06-26T17:51:37.418Z | Downloaded scroll v0.12.0 |
| 377 | 2026-06-26T17:51:37.418Z | Downloaded icu_properties v2.1.2 |
| 378 | 2026-06-26T17:51:37.418Z | Downloaded getrandom v0.4.1 |
| 379 | 2026-06-26T17:51:37.418Z | Downloaded bytecount v0.6.9 |
| 380 | 2026-06-26T17:51:37.418Z | Downloaded unicode-width v0.1.14 |
| 381 | 2026-06-26T17:51:37.443Z | Downloaded quote v1.0.45 |
| 382 | 2026-06-26T17:51:37.443Z | Downloaded byteorder v1.5.0 |
| 383 | 2026-06-26T17:51:37.443Z | Downloaded erased-serde v0.4.9 |
| 384 | 2026-06-26T17:51:37.443Z | Downloaded serde-untagged v0.1.9 |
| 385 | 2026-06-26T17:51:37.443Z | Downloaded fs-err v3.3.0 |
| 386 | 2026-06-26T17:51:37.471Z | Downloaded serde_tokenstream v0.2.3 |
| 387 | 2026-06-26T17:51:37.471Z | Downloaded smallvec v1.15.1 |
| 388 | 2026-06-26T17:51:37.471Z | Downloaded sha2 v0.10.9 |
| 389 | 2026-06-26T17:51:37.471Z | Downloaded icu_normalizer v2.1.1 |
| 390 | 2026-06-26T17:51:37.472Z | Downloaded litemap v0.8.1 |
| 391 | 2026-06-26T17:51:37.472Z | Downloaded proc-macro-error v1.0.4 |
| 392 | 2026-06-26T17:51:37.472Z | Downloaded once_cell v1.21.3 |
| 393 | 2026-06-26T17:51:37.472Z | Downloaded cargo-util-schemas v0.8.2 |
| 394 | 2026-06-26T17:51:37.518Z | Downloaded pest_derive v2.8.6 |
| 395 | 2026-06-26T17:51:37.519Z | Downloaded icu_provider v2.1.1 |
| 396 | 2026-06-26T17:51:37.519Z | Downloaded proc-macro2 v1.0.106 |
| 397 | 2026-06-26T17:51:37.520Z | Downloaded icu_locale_core v2.1.1 |
| 398 | 2026-06-26T17:51:37.520Z | Downloaded tempfile v3.25.0 |
| 399 | 2026-06-26T17:51:37.520Z | Downloaded bitflags v2.11.0 |
| 400 | 2026-06-26T17:51:37.520Z | Downloaded serde_derive v1.0.228 |
| 401 | 2026-06-26T17:51:37.520Z | Downloaded semver v1.0.28 |
| 402 | 2026-06-26T17:51:37.520Z | Downloaded num-traits v0.2.19 |
| 403 | 2026-06-26T17:51:37.520Z | Downloaded papergrid v0.11.0 |
| 404 | 2026-06-26T17:51:37.520Z | Downloaded pest_generator v2.8.6 |
| 405 | 2026-06-26T17:51:37.521Z | Downloaded icu_normalizer_data v2.1.1 |
| 406 | 2026-06-26T17:51:37.521Z | Downloaded serde_core v1.0.228 |
| 407 | 2026-06-26T17:51:37.521Z | Downloaded log v0.4.29 |
| 408 | 2026-06-26T17:51:37.521Z | Downloaded serde v1.0.228 |
| 409 | 2026-06-26T17:51:37.534Z | Downloaded pest_meta v2.8.6 |
| 410 | 2026-06-26T17:51:37.534Z | Downloaded memchr v2.8.0 |
| 411 | 2026-06-26T17:51:37.544Z | Downloaded clap_builder v4.6.0 |
| 412 | 2026-06-26T17:51:37.544Z | Downloaded pest v2.8.6 |
| 413 | 2026-06-26T17:51:37.563Z | Downloaded icu_properties_data v2.1.2 |
| 414 | 2026-06-26T17:51:37.590Z | Downloaded serde_json v1.0.149 |
| 415 | 2026-06-26T17:51:37.590Z | Downloaded idna v1.1.0 |
| 416 | 2026-06-26T17:51:37.590Z | Downloaded hashbrown v0.17.0 |
| 417 | 2026-06-26T17:51:37.590Z | Downloaded goblin v0.8.2 |
| 418 | 2026-06-26T17:51:37.605Z | Downloaded tabled v0.15.0 |
| 419 | 2026-06-26T17:51:37.605Z | Downloaded syn v1.0.109 |
| 420 | 2026-06-26T17:51:37.613Z | Downloaded syn v2.0.117 |
| 421 | 2026-06-26T17:51:37.620Z | Downloaded rustix v1.1.3 |
| 422 | 2026-06-26T17:51:37.655Z | Downloaded libc v0.2.185 |
| 423 | 2026-06-26T17:51:37.725Z | Compiling proc-macro2 v1.0.106 |
| 424 | 2026-06-26T17:51:37.725Z | Compiling quote v1.0.45 |
| 425 | 2026-06-26T17:51:37.725Z | Compiling unicode-ident v1.0.24 |
| 426 | 2026-06-26T17:51:37.733Z | Compiling serde_core v1.0.228 |
| 427 | 2026-06-26T17:51:37.755Z | Compiling libc v0.2.185 |
| 428 | 2026-06-26T17:51:37.755Z | Compiling version_check v0.9.5 |
| 429 | 2026-06-26T17:51:37.755Z | Compiling serde v1.0.228 |
| 430 | 2026-06-26T17:51:37.755Z | Compiling stable_deref_trait v1.2.1 |
| 431 | 2026-06-26T17:51:38.069Z | Compiling memchr v2.8.0 |
| 432 | 2026-06-26T17:51:38.147Z | Compiling zmij v1.0.21 |
| 433 | 2026-06-26T17:51:38.326Z | Compiling ucd-trie v0.1.7 |
| 434 | 2026-06-26T17:51:38.326Z | Compiling autocfg v1.5.0 |
| 435 | 2026-06-26T17:51:38.367Z | Compiling thiserror v1.0.69 |
| 436 | 2026-06-26T17:51:38.609Z | Compiling itoa v1.0.17 |
| 437 | 2026-06-26T17:51:38.679Z | Compiling pest v2.8.6 |
| 438 | 2026-06-26T17:51:38.708Z | Compiling litemap v0.8.1 |
| 439 | 2026-06-26T17:51:38.745Z | Compiling writeable v0.6.2 |
| 440 | 2026-06-26T17:51:38.786Z | Compiling icu_normalizer_data v2.1.1 |
| 441 | 2026-06-26T17:51:38.901Z | Compiling rustix v1.1.3 |
| 442 | 2026-06-26T17:51:38.925Z | Compiling byteorder v1.5.0 |
| 443 | 2026-06-26T17:51:39.145Z | Compiling syn v2.0.117 |
| 444 | 2026-06-26T17:51:39.179Z | Compiling icu_properties_data v2.1.2 |
| 445 | 2026-06-26T17:51:39.273Z | Compiling errno v0.3.14 |
| 446 | 2026-06-26T17:51:39.288Z | Compiling serde_json v1.0.149 |
| 447 | 2026-06-26T17:51:39.374Z | Compiling bitflags v2.11.0 |
| 448 | 2026-06-26T17:51:39.490Z | Compiling num-traits v0.2.19 |
| 449 | 2026-06-26T17:51:39.552Z | Compiling equivalent v1.0.2 |
| 450 | 2026-06-26T17:51:39.590Z | Compiling hashbrown v0.17.0 |
| 451 | 2026-06-26T17:51:39.643Z | Compiling typeid v1.0.3 |
| 452 | 2026-06-26T17:51:39.673Z | Compiling pest_meta v2.8.6 |
| 453 | 2026-06-26T17:51:39.912Z | Compiling smallvec v1.15.1 |
| 454 | 2026-06-26T17:51:40.107Z | Compiling indexmap v2.14.0 |
| 455 | 2026-06-26T17:51:40.159Z | Compiling thread-id v4.2.2 |
| 456 | 2026-06-26T17:51:40.173Z | Compiling proc-macro-error-attr v1.0.4 |
| 457 | 2026-06-26T17:51:40.240Z | Compiling usdt-impl v0.5.0 |
| 458 | 2026-06-26T17:51:40.304Z | Compiling winnow v0.7.14 |
| 459 | 2026-06-26T17:51:40.346Z | Compiling syn v1.0.109 |
| 460 | 2026-06-26T17:51:40.447Z | Compiling erased-serde v0.4.9 |
| 461 | 2026-06-26T17:51:40.655Z | Compiling toml_write v0.1.2 |
| 462 | 2026-06-26T17:51:40.842Z | Compiling proc-macro-error v1.0.4 |
| 463 | 2026-06-26T17:51:40.895Z | Compiling utf8_iter v1.0.4 |
| 464 | 2026-06-26T17:51:41.024Z | Compiling percent-encoding v2.3.2 |
| 465 | 2026-06-26T17:51:41.046Z | Compiling log v0.4.29 |
| 466 | 2026-06-26T17:51:41.635Z | Compiling getrandom v0.4.1 |
| 467 | 2026-06-26T17:51:41.638Z | Compiling thiserror v2.0.18 |
| 468 | 2026-06-26T17:51:41.638Z | Compiling camino v1.2.2 |
| 469 | 2026-06-26T17:51:41.638Z | Compiling utf8parse v0.2.2 |
| 470 | 2026-06-26T17:51:41.638Z | Compiling plain v0.2.3 |
| 471 | 2026-06-26T17:51:41.638Z | Compiling anstyle-parse v1.0.0 |
| 472 | 2026-06-26T17:51:41.638Z | Compiling ordered-float v2.10.1 |
| 473 | 2026-06-26T17:51:41.638Z | Compiling form_urlencoded v1.2.2 |
| 474 | 2026-06-26T17:51:41.759Z | Compiling synstructure v0.13.2 |
| 475 | 2026-06-26T17:51:41.775Z | Compiling pest_generator v2.8.6 |
| 476 | 2026-06-26T17:51:41.853Z | Compiling terminal_size v0.4.3 |
| 477 | 2026-06-26T17:51:42.061Z | Compiling is_terminal_polyfill v1.70.2 |
| 478 | 2026-06-26T17:51:42.160Z | Compiling anstyle-query v1.1.5 |
| 479 | 2026-06-26T17:51:42.177Z | Compiling colorchoice v1.0.4 |
| 480 | 2026-06-26T17:51:42.211Z | Compiling anstyle v1.0.14 |
| 481 | 2026-06-26T17:51:42.284Z | Compiling cfg-if v1.0.4 |
| 482 | 2026-06-26T17:51:42.288Z | Compiling pretty-hex v0.4.1 |
| 483 | 2026-06-26T17:51:42.308Z | Compiling serde-untagged v0.1.9 |
| 484 | 2026-06-26T17:51:42.405Z | Compiling anstream v1.0.0 |
| 485 | 2026-06-26T17:51:42.526Z | Compiling semver v1.0.28 |
| 486 | 2026-06-26T17:51:42.543Z | Compiling fs-err v3.3.0 |
| 487 | 2026-06-26T17:51:42.573Z | Compiling strsim v0.11.1 |
| 488 | 2026-06-26T17:51:42.721Z | Compiling once_cell v1.21.3 |
| 489 | 2026-06-26T17:51:42.735Z | Compiling anyhow v1.0.102 |
| 490 | 2026-06-26T17:51:42.830Z | Compiling clap_lex v1.0.0 |
| 491 | 2026-06-26T17:51:42.854Z | Compiling unicode-width v0.1.14 |
| 492 | 2026-06-26T17:51:42.926Z | Compiling fnv v1.0.7 |
| 493 | 2026-06-26T17:51:42.945Z | Compiling fastrand v2.3.0 |
| 494 | 2026-06-26T17:51:43.051Z | Compiling unicode-xid v0.2.6 |
| 495 | 2026-06-26T17:51:43.072Z | Compiling heck v0.4.1 |
| 496 | 2026-06-26T17:51:43.134Z | Compiling bytecount v0.6.9 |
| 497 | 2026-06-26T17:51:43.175Z | Compiling heck v0.5.0 |
| 498 | 2026-06-26T17:51:43.211Z | Compiling tempfile v3.25.0 |
| 499 | 2026-06-26T17:51:43.269Z | Compiling papergrid v0.11.0 |
| 500 | 2026-06-26T17:51:43.341Z | Compiling clap_builder v4.6.0 |
| 501 | 2026-06-26T17:51:43.396Z | Compiling serde_derive v1.0.228 |
| 502 | 2026-06-26T17:51:43.414Z | Compiling zerofrom-derive v0.1.6 |
| 503 | 2026-06-26T17:51:43.513Z | Compiling yoke-derive v0.8.1 |
| 504 | 2026-06-26T17:51:43.587Z | Compiling zerovec-derive v0.11.2 |
| 505 | 2026-06-26T17:51:43.965Z | Compiling displaydoc v0.2.5 |
| 506 | 2026-06-26T17:51:44.670Z | Compiling thiserror-impl v1.0.69 |
| 507 | 2026-06-26T17:51:44.686Z | Compiling zerocopy-derive v0.7.35 |
| 508 | 2026-06-26T17:51:44.700Z | Compiling pest_derive v2.8.6 |
| 509 | 2026-06-26T17:51:44.717Z | Compiling scroll_derive v0.12.1 |
| 510 | 2026-06-26T17:51:44.792Z | Compiling zerofrom v0.1.6 |
| 511 | 2026-06-26T17:51:44.923Z | Compiling yoke v0.8.1 |
| 512 | 2026-06-26T17:51:45.117Z | Compiling zerovec v0.11.5 |
| 513 | 2026-06-26T17:51:45.135Z | Compiling zerotrie v0.2.3 |
| 514 | 2026-06-26T17:51:45.370Z | Compiling scroll v0.12.0 |
| 515 | 2026-06-26T17:51:45.441Z | Compiling thiserror-impl v2.0.18 |
| 516 | 2026-06-26T17:51:45.541Z | Compiling zerocopy v0.7.35 |
| 517 | 2026-06-26T17:51:45.614Z | Compiling tinystr v0.8.2 |
| 518 | 2026-06-26T17:51:45.649Z | Compiling potential_utf v0.1.4 |
| 519 | 2026-06-26T17:51:45.816Z | Compiling icu_locale_core v2.1.1 |
| 520 | 2026-06-26T17:51:45.816Z | Compiling icu_collections v2.1.1 |
| 521 | 2026-06-26T17:51:46.028Z | Compiling dtrace-parser v0.2.0 |
| 522 | 2026-06-26T17:51:46.084Z | Compiling goblin v0.8.2 |
| 523 | 2026-06-26T17:51:46.285Z | Compiling tabled_derive v0.7.0 |
| 524 | 2026-06-26T17:51:46.431Z | Compiling clap_derive v4.6.1 |
| 525 | 2026-06-26T17:51:46.707Z | Compiling icu_provider v2.1.1 |
| 526 | 2026-06-26T17:51:46.759Z | Compiling serde_spanned v0.6.9 |
| 527 | 2026-06-26T17:51:46.762Z | Compiling toml_datetime v0.6.11 |
| 528 | 2026-06-26T17:51:46.820Z | Compiling dof v0.3.0 |
| 529 | 2026-06-26T17:51:46.872Z | Compiling serde_tokenstream v0.2.3 |
| 530 | 2026-06-26T17:51:47.050Z | Compiling icu_properties v2.1.2 |
| 531 | 2026-06-26T17:51:47.068Z | Compiling icu_normalizer v2.1.1 |
| 532 | 2026-06-26T17:51:47.112Z | Compiling toml_edit v0.22.27 |
| 533 | 2026-06-26T17:51:47.266Z | Compiling serde-value v0.7.0 |
| 534 | 2026-06-26T17:51:47.266Z | Compiling cargo-platform v0.2.0 |
| 535 | 2026-06-26T17:51:47.622Z | Compiling memmap v0.7.0 |
| 536 | 2026-06-26T17:51:47.647Z | Compiling smawk v0.3.2 |
| 537 | 2026-06-26T17:51:47.663Z | Compiling unicode-linebreak v0.1.5 |
| 538 | 2026-06-26T17:51:47.793Z | Compiling unicode-width v0.2.0 |
| 539 | 2026-06-26T17:51:47.833Z | Compiling usdt-macro v0.5.0 |
| 540 | 2026-06-26T17:51:47.911Z | Compiling usdt-attr-macro v0.5.0 |
| 541 | 2026-06-26T17:51:48.075Z | Compiling idna_adapter v1.2.1 |
| 542 | 2026-06-26T17:51:48.098Z | Compiling textwrap v0.16.2 |
| 543 | 2026-06-26T17:51:48.185Z | Compiling idna v1.1.0 |
| 544 | 2026-06-26T17:51:48.219Z | Compiling tabled v0.15.0 |
| 545 | 2026-06-26T17:51:48.271Z | Compiling clap v4.6.1 |
| 546 | 2026-06-26T17:51:48.356Z | Compiling macaddr v1.0.1 |
| 547 | 2026-06-26T17:51:48.563Z | Compiling toml v0.8.23 |
| 548 | 2026-06-26T17:51:48.588Z | Compiling url v2.5.8 |
| 549 | 2026-06-26T17:51:48.951Z | Compiling cargo_toml v0.21.0 |
| 550 | 2026-06-26T17:51:49.149Z | Compiling cargo-util-schemas v0.8.2 |
| 551 | 2026-06-26T17:51:49.170Z | Compiling usdt v0.5.0 |
| 552 | 2026-06-26T17:51:49.330Z | Compiling camino-tempfile v1.4.1 |
| 553 | 2026-06-26T17:51:49.420Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 554 | 2026-06-26T17:51:49.425Z | Compiling swrite v0.1.0 |
| 555 | 2026-06-26T17:51:50.049Z | Compiling cargo_metadata v0.21.0 |
| 556 | 2026-06-26T17:51:50.958Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 557 | 2026-06-26T17:51:53.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.10s |
| 558 | 2026-06-26T17:51:53.251Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 559 | 2026-06-26T17:51:53.741Z | Downloading crates ... |
| 560 | 2026-06-26T17:51:53.835Z | Downloaded async-stream v0.3.6 |
| 561 | 2026-06-26T17:51:53.839Z | Downloaded adler2 v2.0.1 |
| 562 | 2026-06-26T17:51:53.841Z | Downloaded cfg_aliases v0.2.1 |
| 563 | 2026-06-26T17:51:53.844Z | Downloaded arrayvec v0.7.6 |
| 564 | 2026-06-26T17:51:53.856Z | Downloaded atty v0.2.14 |
| 565 | 2026-06-26T17:51:53.858Z | Downloaded anstream v0.6.21 |
| 566 | 2026-06-26T17:51:53.861Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 567 | 2026-06-26T17:51:53.861Z | Downloaded crc32fast v1.5.0 |
| 568 | 2026-06-26T17:51:53.863Z | Downloaded base64ct v1.8.3 |
| 569 | 2026-06-26T17:51:53.863Z | Downloaded aes v0.8.4 |
| 570 | 2026-06-26T17:51:53.866Z | Downloaded crc8 v0.1.1 |
| 571 | 2026-06-26T17:51:53.868Z | Downloaded bumpalo v3.20.2 |
| 572 | 2026-06-26T17:51:53.871Z | Downloaded bb8 v0.8.6 |
| 573 | 2026-06-26T17:51:53.871Z | Downloaded assert_matches v1.5.0 |
| 574 | 2026-06-26T17:51:53.871Z | Downloaded critical-section v1.2.0 |
| 575 | 2026-06-26T17:51:53.874Z | Downloaded crossbeam-channel v0.5.15 |
| 576 | 2026-06-26T17:51:53.876Z | Downloaded cobs v0.3.0 |
| 577 | 2026-06-26T17:51:53.878Z | Downloaded der_derive v0.7.3 |
| 578 | 2026-06-26T17:51:53.878Z | Downloaded darling_macro v0.21.3 |
| 579 | 2026-06-26T17:51:53.878Z | Downloaded crc-any v2.5.0 |
| 580 | 2026-06-26T17:51:53.881Z | Downloaded defmt v0.3.100 |
| 581 | 2026-06-26T17:51:53.885Z | Downloaded bitfield v0.19.4 |
| 582 | 2026-06-26T17:51:53.885Z | Downloaded derive_builder_macro v0.20.2 |
| 583 | 2026-06-26T17:51:53.888Z | Downloaded base16ct v0.2.0 |
| 584 | 2026-06-26T17:51:53.888Z | Downloaded data-encoding v2.10.0 |
| 585 | 2026-06-26T17:51:53.888Z | Downloaded darling_core v0.21.3 |
| 586 | 2026-06-26T17:51:53.890Z | Downloaded cmake v0.1.57 |
| 587 | 2026-06-26T17:51:53.893Z | Downloaded darling v0.21.3 |
| 588 | 2026-06-26T17:51:53.895Z | Downloaded ahash v0.8.12 |
| 589 | 2026-06-26T17:51:53.900Z | Downloaded cipher v0.4.4 |
| 590 | 2026-06-26T17:51:53.900Z | Downloaded difflib v0.4.0 |
| 591 | 2026-06-26T17:51:53.902Z | Downloaded bitfield-struct v0.6.2 |
| 592 | 2026-06-26T17:51:53.902Z | Downloaded async-bb8-diesel v0.2.1 |
| 593 | 2026-06-26T17:51:53.902Z | Downloaded darling_macro v0.23.0 |
| 594 | 2026-06-26T17:51:53.906Z | Downloaded crc v3.4.0 |
| 595 | 2026-06-26T17:51:53.906Z | Downloaded cfg_aliases v0.1.1 |
| 596 | 2026-06-26T17:51:53.906Z | Downloaded bitfield-macros v0.19.4 |
| 597 | 2026-06-26T17:51:53.906Z | Downloaded ascii-canvas v3.0.0 |
| 598 | 2026-06-26T17:51:53.909Z | Downloaded array-init v0.0.4 |
| 599 | 2026-06-26T17:51:53.909Z | Downloaded ctr v0.9.2 |
| 600 | 2026-06-26T17:51:53.909Z | Downloaded bit-set v0.8.0 |
| 601 | 2026-06-26T17:51:53.912Z | Downloaded compression-core v0.4.31 |
| 602 | 2026-06-26T17:51:53.912Z | Downloaded deranged v0.5.8 |
| 603 | 2026-06-26T17:51:53.915Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 604 | 2026-06-26T17:51:53.915Z | Downloaded convert_case v0.4.0 |
| 605 | 2026-06-26T17:51:53.915Z | Downloaded crucible-workspace-hack v0.1.0 |
| 606 | 2026-06-26T17:51:53.918Z | Downloaded backon v1.6.0 |
| 607 | 2026-06-26T17:51:53.918Z | Downloaded derive-ex v0.1.8 |
| 608 | 2026-06-26T17:51:53.920Z | Downloaded derive_builder_core v0.20.2 |
| 609 | 2026-06-26T17:51:53.922Z | Downloaded darling v0.23.0 |
| 610 | 2026-06-26T17:51:53.925Z | Downloaded castaway v0.2.4 |
| 611 | 2026-06-26T17:51:53.926Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 612 | 2026-06-26T17:51:53.929Z | Downloaded darling v0.20.11 |
| 613 | 2026-06-26T17:51:53.932Z | Downloaded cpufeatures v0.3.0 |
| 614 | 2026-06-26T17:51:53.932Z | Downloaded embedded-io v0.6.1 |
| 615 | 2026-06-26T17:51:53.935Z | Downloaded debug-ignore v1.0.5 |
| 616 | 2026-06-26T17:51:53.935Z | Downloaded defmt-parser v1.0.0 |
| 617 | 2026-06-26T17:51:53.935Z | Downloaded darling_macro v0.20.11 |
| 618 | 2026-06-26T17:51:53.935Z | Downloaded ciborium-ll v0.2.2 |
| 619 | 2026-06-26T17:51:53.937Z | Downloaded async-stream-impl v0.3.6 |
| 620 | 2026-06-26T17:51:53.937Z | Downloaded bit-set v0.5.3 |
| 621 | 2026-06-26T17:51:53.941Z | Downloaded cargo-platform v0.3.2 |
| 622 | 2026-06-26T17:51:53.941Z | Downloaded fixedbitset v0.4.2 |
| 623 | 2026-06-26T17:51:53.941Z | Downloaded allocator-api2 v0.2.21 |
| 624 | 2026-06-26T17:51:53.943Z | Downloaded bit-vec v0.8.0 |
| 625 | 2026-06-26T17:51:53.946Z | Downloaded block-padding v0.3.3 |
| 626 | 2026-06-26T17:51:53.946Z | Downloaded bcs v0.1.6 |
| 627 | 2026-06-26T17:51:53.949Z | Downloaded display-error-chain v0.2.2 |
| 628 | 2026-06-26T17:51:53.949Z | Downloaded fd-lock v4.0.4 |
| 629 | 2026-06-26T17:51:53.951Z | Downloaded foreign-types-shared v0.3.1 |
| 630 | 2026-06-26T17:51:53.952Z | Downloaded argon2 v0.5.3 |
| 631 | 2026-06-26T17:51:53.952Z | Downloaded bzip2 v0.6.1 |
| 632 | 2026-06-26T17:51:53.954Z | Downloaded backoff v0.4.0 |
| 633 | 2026-06-26T17:51:53.954Z | Downloaded ciborium-io v0.2.2 |
| 634 | 2026-06-26T17:51:53.957Z | Downloaded enum-as-inner v0.6.1 |
| 635 | 2026-06-26T17:51:53.957Z | Downloaded darling_macro v0.13.4 |
| 636 | 2026-06-26T17:51:53.960Z | Downloaded atomicwrites v0.4.4 |
| 637 | 2026-06-26T17:51:53.960Z | Downloaded async-trait v0.1.89 |
| 638 | 2026-06-26T17:51:53.962Z | Downloaded aead v0.5.2 |
| 639 | 2026-06-26T17:51:53.962Z | Downloaded crunchy v0.2.4 |
| 640 | 2026-06-26T17:51:53.965Z | Downloaded dyn-clone v1.0.20 |
| 641 | 2026-06-26T17:51:53.965Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 642 | 2026-06-26T17:51:53.965Z | Downloaded dof v0.4.0 |
| 643 | 2026-06-26T17:51:53.967Z | Downloaded cstr-argument v0.1.2 |
| 644 | 2026-06-26T17:51:53.967Z | Downloaded dirs-next v2.0.0 |
| 645 | 2026-06-26T17:51:53.967Z | Downloaded atomic-waker v1.1.2 |
| 646 | 2026-06-26T17:51:53.971Z | Downloaded dunce v1.0.5 |
| 647 | 2026-06-26T17:51:53.971Z | Downloaded async-recursion v1.1.1 |
| 648 | 2026-06-26T17:51:53.973Z | Downloaded float-ord v0.3.2 |
| 649 | 2026-06-26T17:51:53.974Z | Downloaded foreign-types-macros v0.2.3 |
| 650 | 2026-06-26T17:51:53.977Z | Downloaded foreign-types v0.5.0 |
| 651 | 2026-06-26T17:51:53.977Z | Downloaded foreign-types-shared v0.1.1 |
| 652 | 2026-06-26T17:51:53.977Z | Downloaded downcast-rs v2.0.2 |
| 653 | 2026-06-26T17:51:53.977Z | Downloaded foreign-types v0.3.2 |
| 654 | 2026-06-26T17:51:53.980Z | Downloaded float-cmp v0.10.0 |
| 655 | 2026-06-26T17:51:53.980Z | Downloaded flagset v0.4.7 |
| 656 | 2026-06-26T17:51:53.981Z | Downloaded fxhash v0.2.1 |
| 657 | 2026-06-26T17:51:53.981Z | Downloaded futures-core v0.3.32 |
| 658 | 2026-06-26T17:51:53.983Z | Downloaded endian-type v0.1.2 |
| 659 | 2026-06-26T17:51:53.983Z | Downloaded chacha20 v0.9.1 |
| 660 | 2026-06-26T17:51:53.985Z | Downloaded camino-tempfile-ext v0.3.3 |
| 661 | 2026-06-26T17:51:53.985Z | Downloaded embedded-io v0.4.0 |
| 662 | 2026-06-26T17:51:53.988Z | Downloaded funty v2.0.0 |
| 663 | 2026-06-26T17:51:53.988Z | Downloaded env_filter v1.0.0 |
| 664 | 2026-06-26T17:51:53.991Z | Downloaded crc-catalog v2.4.0 |
| 665 | 2026-06-26T17:51:53.991Z | Downloaded git-stub v1.0.0 |
| 666 | 2026-06-26T17:51:53.993Z | Downloaded bitflags v1.3.2 |
| 667 | 2026-06-26T17:51:53.993Z | Downloaded gethostname v0.5.0 |
| 668 | 2026-06-26T17:51:53.996Z | Downloaded buf-list v1.1.2 |
| 669 | 2026-06-26T17:51:53.997Z | Downloaded bit-vec v0.6.3 |
| 670 | 2026-06-26T17:51:54.000Z | Downloaded ed25519 v2.2.3 |
| 671 | 2026-06-26T17:51:54.000Z | Downloaded diesel-dtrace v0.5.0 |
| 672 | 2026-06-26T17:51:54.004Z | Downloaded fallible-iterator v0.2.0 |
| 673 | 2026-06-26T17:51:54.004Z | Downloaded globwalk v0.9.1 |
| 674 | 2026-06-26T17:51:54.004Z | Downloaded ena v0.14.4 |
| 675 | 2026-06-26T17:51:54.007Z | Downloaded darling_core v0.20.11 |
| 676 | 2026-06-26T17:51:54.010Z | Downloaded futures-task v0.3.32 |
| 677 | 2026-06-26T17:51:54.010Z | Downloaded darling v0.13.4 |
| 678 | 2026-06-26T17:51:54.010Z | Downloaded futures-io v0.3.32 |
| 679 | 2026-06-26T17:51:54.013Z | Downloaded compression-codecs v0.4.37 |
| 680 | 2026-06-26T17:51:54.013Z | Downloaded constant_time_eq v0.4.2 |
| 681 | 2026-06-26T17:51:54.016Z | Downloaded cexpr v0.6.0 |
| 682 | 2026-06-26T17:51:54.019Z | Downloaded headers-core v0.3.0 |
| 683 | 2026-06-26T17:51:54.019Z | Downloaded hostname v0.4.2 |
| 684 | 2026-06-26T17:51:54.021Z | Downloaded http-range v0.1.5 |
| 685 | 2026-06-26T17:51:54.021Z | Downloaded hex-literal v0.4.1 |
| 686 | 2026-06-26T17:51:54.021Z | Downloaded home v0.5.12 |
| 687 | 2026-06-26T17:51:54.021Z | Downloaded hash32 v0.2.1 |
| 688 | 2026-06-26T17:51:54.027Z | Downloaded hostname v0.3.1 |
| 689 | 2026-06-26T17:51:54.027Z | Downloaded hubpack v0.1.2 |
| 690 | 2026-06-26T17:51:54.029Z | Downloaded http-body v1.0.1 |
| 691 | 2026-06-26T17:51:54.029Z | Downloaded ident_case v1.0.1 |
| 692 | 2026-06-26T17:51:54.029Z | Downloaded byte-wrapper v0.1.0 |
| 693 | 2026-06-26T17:51:54.029Z | Downloaded hyper-tls v0.6.0 |
| 694 | 2026-06-26T17:51:54.032Z | Downloaded convert_case v0.10.0 |
| 695 | 2026-06-26T17:51:54.032Z | Downloaded cargo_metadata v0.23.1 |
| 696 | 2026-06-26T17:51:54.034Z | Downloaded ecdsa v0.16.9 |
| 697 | 2026-06-26T17:51:54.035Z | Downloaded defmt v1.0.1 |
| 698 | 2026-06-26T17:51:54.037Z | Downloaded fixedbitset v0.5.7 |
| 699 | 2026-06-26T17:51:54.039Z | Downloaded dsl_auto_type v0.2.0 |
| 700 | 2026-06-26T17:51:54.039Z | Downloaded httpdate v1.0.3 |
| 701 | 2026-06-26T17:51:54.042Z | Downloaded filetime v0.2.27 |
| 702 | 2026-06-26T17:51:54.042Z | Downloaded hubpack_derive v0.1.1 |
| 703 | 2026-06-26T17:51:54.045Z | Downloaded env_logger v0.11.9 |
| 704 | 2026-06-26T17:51:54.045Z | Downloaded cassowary v0.3.0 |
| 705 | 2026-06-26T17:51:54.045Z | Downloaded dirs-sys-next v0.1.2 |
| 706 | 2026-06-26T17:51:54.048Z | Downloaded ff v0.13.1 |
| 707 | 2026-06-26T17:51:54.048Z | Downloaded cbc v0.1.2 |
| 708 | 2026-06-26T17:51:54.050Z | Downloaded fs-err v2.11.0 |
| 709 | 2026-06-26T17:51:54.053Z | Downloaded foldhash v0.2.0 |
| 710 | 2026-06-26T17:51:54.053Z | Downloaded futures-sink v0.3.32 |
| 711 | 2026-06-26T17:51:54.056Z | Downloaded futures-macro v0.3.32 |
| 712 | 2026-06-26T17:51:54.056Z | Downloaded find-msvc-tools v0.1.9 |
| 713 | 2026-06-26T17:51:54.056Z | Downloaded illumos-nvpair v0.3.0 |
| 714 | 2026-06-26T17:51:54.058Z | Downloaded futures-executor v0.3.32 |
| 715 | 2026-06-26T17:51:54.058Z | Downloaded ghash v0.5.1 |
| 716 | 2026-06-26T17:51:54.059Z | Downloaded derive_more v2.1.1 |
| 717 | 2026-06-26T17:51:54.066Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 718 | 2026-06-26T17:51:54.070Z | Downloaded instability v0.3.11 |
| 719 | 2026-06-26T17:51:54.070Z | Downloaded cookie v0.18.1 |
| 720 | 2026-06-26T17:51:54.071Z | Downloaded ciborium v0.2.2 |
| 721 | 2026-06-26T17:51:54.075Z | Downloaded inout v0.1.4 |
| 722 | 2026-06-26T17:51:54.075Z | Downloaded const_format_proc_macros v0.2.34 |
| 723 | 2026-06-26T17:51:54.077Z | Downloaded cancel-safe-futures v0.1.5 |
| 724 | 2026-06-26T17:51:54.078Z | Downloaded hash32 v0.3.1 |
| 725 | 2026-06-26T17:51:54.078Z | Downloaded group v0.13.0 |
| 726 | 2026-06-26T17:51:54.080Z | Downloaded is-terminal v0.4.17 |
| 727 | 2026-06-26T17:51:54.080Z | Downloaded indent_write v2.2.0 |
| 728 | 2026-06-26T17:51:54.083Z | Downloaded is_ci v1.2.0 |
| 729 | 2026-06-26T17:51:54.083Z | Downloaded hyper-staticfile v0.10.1 |
| 730 | 2026-06-26T17:51:54.085Z | Downloaded hex v0.4.3 |
| 731 | 2026-06-26T17:51:54.085Z | Downloaded glob v0.3.3 |
| 732 | 2026-06-26T17:51:54.088Z | Downloaded http-body-util v0.1.3 |
| 733 | 2026-06-26T17:51:54.088Z | Downloaded const-oid v0.9.6 |
| 734 | 2026-06-26T17:51:54.091Z | Downloaded internet-checksum v0.2.1 |
| 735 | 2026-06-26T17:51:54.091Z | Downloaded colored v2.2.0 |
| 736 | 2026-06-26T17:51:54.094Z | Downloaded git-stub-vcs v0.1.0 |
| 737 | 2026-06-26T17:51:54.094Z | Downloaded kstat-rs v0.2.4 |
| 738 | 2026-06-26T17:51:54.097Z | Downloaded lazy_static v1.5.0 |
| 739 | 2026-06-26T17:51:54.097Z | Downloaded lalrpop-util v0.19.12 |
| 740 | 2026-06-26T17:51:54.097Z | Downloaded keccak v0.1.6 |
| 741 | 2026-06-26T17:51:54.100Z | Downloaded fs_extra v1.3.0 |
| 742 | 2026-06-26T17:51:54.100Z | Downloaded daft v0.1.7 |
| 743 | 2026-06-26T17:51:54.102Z | Downloaded linked-hash-map v0.5.6 |
| 744 | 2026-06-26T17:51:54.102Z | Downloaded libscf-sys v1.1.0 |
| 745 | 2026-06-26T17:51:54.104Z | Downloaded crossbeam-epoch v0.9.18 |
| 746 | 2026-06-26T17:51:54.104Z | Downloaded bzip2 v0.4.4 |
| 747 | 2026-06-26T17:51:54.107Z | Downloaded cookie_store v0.22.1 |
| 748 | 2026-06-26T17:51:54.107Z | Downloaded colored v3.1.1 |
| 749 | 2026-06-26T17:51:54.109Z | Downloaded diff v0.1.13 |
| 750 | 2026-06-26T17:51:54.112Z | Downloaded highway v1.3.0 |
| 751 | 2026-06-26T17:51:54.115Z | Downloaded des v0.8.1 |
| 752 | 2026-06-26T17:51:54.115Z | Downloaded blake2 v0.10.6 |
| 753 | 2026-06-26T17:51:54.117Z | Downloaded indoc v1.0.9 |
| 754 | 2026-06-26T17:51:54.120Z | Downloaded either v1.15.0 |
| 755 | 2026-06-26T17:51:54.120Z | Downloaded console v0.16.2 |
| 756 | 2026-06-26T17:51:54.122Z | Downloaded humantime v2.3.0 |
| 757 | 2026-06-26T17:51:54.122Z | Downloaded futures-channel v0.3.32 |
| 758 | 2026-06-26T17:51:54.125Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 759 | 2026-06-26T17:51:54.128Z | Downloaded md5 v0.7.0 |
| 760 | 2026-06-26T17:51:54.128Z | Downloaded lru-cache v0.1.2 |
| 761 | 2026-06-26T17:51:54.128Z | Downloaded lru v0.12.5 |
| 762 | 2026-06-26T17:51:54.154Z | Downloaded managed v0.8.0 |
| 763 | 2026-06-26T17:51:54.154Z | Downloaded ingot-types v0.1.2 |
| 764 | 2026-06-26T17:51:54.154Z | Downloaded match_cfg v0.1.0 |
| 765 | 2026-06-26T17:51:54.154Z | Downloaded instant v0.1.13 |
| 766 | 2026-06-26T17:51:54.154Z | Downloaded indoc v2.0.7 |
| 767 | 2026-06-26T17:51:54.154Z | Downloaded lzss v0.8.2 |
| 768 | 2026-06-26T17:51:54.154Z | Downloaded md-5 v0.10.6 |
| 769 | 2026-06-26T17:51:54.154Z | Downloaded mime v0.3.17 |
| 770 | 2026-06-26T17:51:54.154Z | Downloaded newtype-uuid-macros v0.1.0 |
| 771 | 2026-06-26T17:51:54.155Z | Downloaded half v1.8.3 |
| 772 | 2026-06-26T17:51:54.155Z | Downloaded multimap v0.10.1 |
| 773 | 2026-06-26T17:51:54.155Z | Downloaded chacha20 v0.10.0 |
| 774 | 2026-06-26T17:51:54.155Z | Downloaded newline-converter v0.3.0 |
| 775 | 2026-06-26T17:51:54.155Z | Downloaded memoffset v0.9.1 |
| 776 | 2026-06-26T17:51:54.155Z | Downloaded ingot v0.1.1 |
| 777 | 2026-06-26T17:51:54.155Z | Downloaded ipnetwork v0.21.1 |
| 778 | 2026-06-26T17:51:54.155Z | Downloaded lru-slab v0.1.2 |
| 779 | 2026-06-26T17:51:54.155Z | Downloaded globset v0.4.18 |
| 780 | 2026-06-26T17:51:54.155Z | Downloaded httparse v1.10.1 |
| 781 | 2026-06-26T17:51:54.158Z | Downloaded getrandom v0.2.17 |
| 782 | 2026-06-26T17:51:54.158Z | Downloaded ipnet v2.11.0 |
| 783 | 2026-06-26T17:51:54.158Z | Downloaded hyper-rustls v0.27.7 |
| 784 | 2026-06-26T17:51:54.161Z | Downloaded new_debug_unreachable v1.0.6 |
| 785 | 2026-06-26T17:51:54.161Z | Downloaded jobserver v0.1.34 |
| 786 | 2026-06-26T17:51:54.161Z | Downloaded hmac v0.12.1 |
| 787 | 2026-06-26T17:51:54.164Z | Downloaded nibble_vec v0.1.0 |
| 788 | 2026-06-26T17:51:54.164Z | Downloaded nodrop v0.1.14 |
| 789 | 2026-06-26T17:51:54.166Z | Downloaded normalize-line-endings v0.3.0 |
| 790 | 2026-06-26T17:51:54.166Z | Downloaded num-derive v0.4.2 |
| 791 | 2026-06-26T17:51:54.169Z | Downloaded num v0.4.3 |
| 792 | 2026-06-26T17:51:54.169Z | Downloaded nonempty v0.12.0 |
| 793 | 2026-06-26T17:51:54.169Z | Downloaded newtype_derive v0.1.6 |
| 794 | 2026-06-26T17:51:54.171Z | Downloaded maplit v1.0.2 |
| 795 | 2026-06-26T17:51:54.171Z | Downloaded drift v0.2.0 |
| 796 | 2026-06-26T17:51:54.177Z | Downloaded num-iter v0.1.45 |
| 797 | 2026-06-26T17:51:54.179Z | Downloaded num-conv v0.2.0 |
| 798 | 2026-06-26T17:51:54.181Z | Downloaded libsw v3.5.0 |
| 799 | 2026-06-26T17:51:54.181Z | Downloaded libefi-sys v0.1.0 |
| 800 | 2026-06-26T17:51:54.184Z | Downloaded libloading v0.8.9 |
| 801 | 2026-06-26T17:51:54.184Z | Downloaded num_threads v0.1.7 |
| 802 | 2026-06-26T17:51:54.186Z | Downloaded openssl-macros v0.1.1 |
| 803 | 2026-06-26T17:51:54.186Z | Downloaded derive_builder v0.20.2 |
| 804 | 2026-06-26T17:51:54.189Z | Downloaded openssl-probe v0.2.1 |
| 805 | 2026-06-26T17:51:54.192Z | Downloaded linear-map v1.2.0 |
| 806 | 2026-06-26T17:51:54.192Z | Downloaded fatfs v0.3.6 |
| 807 | 2026-06-26T17:51:54.194Z | Downloaded libsw-core v0.3.2 |
| 808 | 2026-06-26T17:51:54.194Z | Downloaded iana-time-zone v0.1.65 |
| 809 | 2026-06-26T17:51:54.196Z | Downloaded olpc-cjson v0.1.4 |
| 810 | 2026-06-26T17:51:54.199Z | Downloaded openssl-probe v0.1.6 |
| 811 | 2026-06-26T17:51:54.199Z | Downloaded opaque-debug v0.3.1 |
| 812 | 2026-06-26T17:51:54.199Z | Downloaded num_enum_derive v0.5.11 |
| 813 | 2026-06-26T17:51:54.202Z | Downloaded darling_core v0.23.0 |
| 814 | 2026-06-26T17:51:54.206Z | Downloaded oso-derive v0.27.3 |
| 815 | 2026-06-26T17:51:54.206Z | Downloaded maybe-uninit v2.0.0 |
| 816 | 2026-06-26T17:51:54.209Z | Downloaded ingot-macros v0.1.1 |
| 817 | 2026-06-26T17:51:54.209Z | Downloaded mime_guess v2.0.5 |
| 818 | 2026-06-26T17:51:54.210Z | Downloaded elliptic-curve v0.13.8 |
| 819 | 2026-06-26T17:51:54.212Z | Downloaded newtype-uuid v1.3.2 |
| 820 | 2026-06-26T17:51:54.212Z | Downloaded packed_struct_codegen v0.10.1 |
| 821 | 2026-06-26T17:51:54.214Z | Downloaded half v2.7.1 |
| 822 | 2026-06-26T17:51:54.216Z | Downloaded getrandom v0.3.4 |
| 823 | 2026-06-26T17:51:54.219Z | Downloaded parse-size v1.1.0 |
| 824 | 2026-06-26T17:51:54.219Z | Downloaded parse-display v0.10.0 |
| 825 | 2026-06-26T17:51:54.221Z | Downloaded base64 v0.22.1 |
| 826 | 2026-06-26T17:51:54.224Z | Downloaded arc-swap v1.8.2 |
| 827 | 2026-06-26T17:51:54.226Z | Downloaded nu-ansi-term v0.50.3 |
| 828 | 2026-06-26T17:51:54.229Z | Downloaded console v0.15.11 |
| 829 | 2026-06-26T17:51:54.229Z | Downloaded native-tls v0.2.18 |
| 830 | 2026-06-26T17:51:54.229Z | Downloaded nanorand v0.7.0 |
| 831 | 2026-06-26T17:51:54.231Z | Downloaded multer v3.1.0 |
| 832 | 2026-06-26T17:51:54.234Z | Downloaded dropshot_endpoint v0.17.0 |
| 833 | 2026-06-26T17:51:54.237Z | Downloaded derive_more v0.99.20 |
| 834 | 2026-06-26T17:51:54.240Z | Downloaded pbkdf2 v0.11.0 |
| 835 | 2026-06-26T17:51:54.242Z | Downloaded path-slash v0.1.5 |
| 836 | 2026-06-26T17:51:54.243Z | Downloaded num-derive v0.3.3 |
| 837 | 2026-06-26T17:51:54.243Z | Downloaded num-complex v0.4.6 |
| 838 | 2026-06-26T17:51:54.246Z | Downloaded darling_core v0.13.4 |
| 839 | 2026-06-26T17:51:54.249Z | Downloaded compact_str v0.8.1 |
| 840 | 2026-06-26T17:51:54.251Z | Downloaded num_enum v0.7.6 |
| 841 | 2026-06-26T17:51:54.253Z | Downloaded num-integer v0.1.46 |
| 842 | 2026-06-26T17:51:54.253Z | Downloaded num_enum_derive v0.7.6 |
| 843 | 2026-06-26T17:51:54.256Z | Downloaded phf_shared v0.13.1 |
| 844 | 2026-06-26T17:51:54.256Z | Downloaded phf_shared v0.11.3 |
| 845 | 2026-06-26T17:51:54.258Z | Downloaded pin-utils v0.1.0 |
| 846 | 2026-06-26T17:51:54.258Z | Downloaded derive-where v1.6.0 |
| 847 | 2026-06-26T17:51:54.261Z | Downloaded num_enum v0.5.11 |
| 848 | 2026-06-26T17:51:54.264Z | Downloaded chacha20poly1305 v0.10.1 |
| 849 | 2026-06-26T17:51:54.266Z | Downloaded futures v0.3.32 |
| 850 | 2026-06-26T17:51:54.269Z | Downloaded lock_api v0.4.14 |
| 851 | 2026-06-26T17:51:54.271Z | Downloaded oxide-tokio-rt v0.1.4 |
| 852 | 2026-06-26T17:51:54.272Z | Downloaded owo-colors v4.3.0 |
| 853 | 2026-06-26T17:51:54.277Z | Downloaded litrs v1.0.0 |
| 854 | 2026-06-26T17:51:54.280Z | Downloaded predicates-tree v1.0.13 |
| 855 | 2026-06-26T17:51:54.280Z | Downloaded oxnet v0.1.6 |
| 856 | 2026-06-26T17:51:54.280Z | Downloaded predicates-core v1.0.10 |
| 857 | 2026-06-26T17:51:54.280Z | Downloaded indexmap v1.9.3 |
| 858 | 2026-06-26T17:51:54.283Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 859 | 2026-06-26T17:51:54.283Z | Downloaded precomputed-hash v0.1.1 |
| 860 | 2026-06-26T17:51:54.283Z | Downloaded const_format v0.2.35 |
| 861 | 2026-06-26T17:51:54.285Z | Downloaded base64 v0.21.7 |
| 862 | 2026-06-26T17:51:54.288Z | Downloaded powerfmt v0.2.0 |
| 863 | 2026-06-26T17:51:54.290Z | Downloaded ar_archive_writer v0.5.1 |
| 864 | 2026-06-26T17:51:54.293Z | Downloaded progenitor-macro v0.13.0 |
| 865 | 2026-06-26T17:51:54.293Z | Downloaded proc-macro-crate v3.4.0 |
| 866 | 2026-06-26T17:51:54.293Z | Downloaded proc-macro-crate v1.3.1 |
| 867 | 2026-06-26T17:51:54.296Z | Downloaded password-hash v0.5.0 |
| 868 | 2026-06-26T17:51:54.296Z | Downloaded progenitor-client v0.14.0 |
| 869 | 2026-06-26T17:51:54.297Z | Downloaded parking_lot_core v0.8.6 |
| 870 | 2026-06-26T17:51:54.299Z | Downloaded parse-display-derive v0.10.0 |
| 871 | 2026-06-26T17:51:54.299Z | Downloaded headers v0.4.1 |
| 872 | 2026-06-26T17:51:54.302Z | Downloaded packed_struct v0.10.1 |
| 873 | 2026-06-26T17:51:54.305Z | Downloaded crossbeam-utils v0.8.21 |
| 874 | 2026-06-26T17:51:54.305Z | Downloaded heapless v0.7.17 |
| 875 | 2026-06-26T17:51:54.308Z | Downloaded erased-serde v0.3.31 |
| 876 | 2026-06-26T17:51:54.311Z | Downloaded clang-sys v1.8.1 |
| 877 | 2026-06-26T17:51:54.313Z | Downloaded progenitor-macro v0.14.0 |
| 878 | 2026-06-26T17:51:54.326Z | Downloaded rand_chacha v0.3.1 |
| 879 | 2026-06-26T17:51:54.330Z | Downloaded quick-error v1.2.3 |
| 880 | 2026-06-26T17:51:54.330Z | Downloaded phf_shared v0.12.1 |
| 881 | 2026-06-26T17:51:54.330Z | Downloaded phf v0.13.1 |
| 882 | 2026-06-26T17:51:54.333Z | Downloaded psl-types v2.0.11 |
| 883 | 2026-06-26T17:51:54.333Z | Downloaded pem v3.0.6 |
| 884 | 2026-06-26T17:51:54.333Z | Downloaded peg-runtime v0.8.5 |
| 885 | 2026-06-26T17:51:54.333Z | Downloaded peg v0.8.5 |
| 886 | 2026-06-26T17:51:54.336Z | Downloaded polyval v0.6.2 |
| 887 | 2026-06-26T17:51:54.340Z | Downloaded cc v1.2.56 |
| 888 | 2026-06-26T17:51:54.342Z | Downloaded pem-rfc7468 v0.7.0 |
| 889 | 2026-06-26T17:51:54.342Z | Downloaded flate2 v1.1.9 |
| 890 | 2026-06-26T17:51:54.345Z | Downloaded radium v0.7.0 |
| 891 | 2026-06-26T17:51:54.350Z | Downloaded primeorder v0.13.6 |
| 892 | 2026-06-26T17:51:54.350Z | Downloaded postgres-protocol v0.6.10 |
| 893 | 2026-06-26T17:51:54.352Z | Downloaded pkg-config v0.3.32 |
| 894 | 2026-06-26T17:51:54.352Z | Downloaded pkcs8 v0.10.2 |
| 895 | 2026-06-26T17:51:54.352Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 896 | 2026-06-26T17:51:54.354Z | Downloaded recursive v0.1.1 |
| 897 | 2026-06-26T17:51:54.354Z | Downloaded rand_xorshift v0.4.0 |
| 898 | 2026-06-26T17:51:54.354Z | Downloaded memmap2 v0.9.10 |
| 899 | 2026-06-26T17:51:54.357Z | Downloaded async-compression v0.4.41 |
| 900 | 2026-06-26T17:51:54.360Z | Downloaded progenitor v0.13.0 |
| 901 | 2026-06-26T17:51:54.363Z | Downloaded proc-macro-error2 v2.0.1 |
| 902 | 2026-06-26T17:51:54.366Z | Downloaded predicates v3.1.4 |
| 903 | 2026-06-26T17:51:54.366Z | Downloaded ppv-lite86 v0.2.21 |
| 904 | 2026-06-26T17:51:54.370Z | Downloaded rfc6979 v0.4.0 |
| 905 | 2026-06-26T17:51:54.370Z | Downloaded parking_lot v0.11.2 |
| 906 | 2026-06-26T17:51:54.372Z | Downloaded poly1305 v0.8.0 |
| 907 | 2026-06-26T17:51:54.372Z | Downloaded parking_lot_core v0.9.12 |
| 908 | 2026-06-26T17:51:54.374Z | Downloaded omicron-zone-package v0.12.2 |
| 909 | 2026-06-26T17:51:54.377Z | Downloaded ref-cast v1.0.25 |
| 910 | 2026-06-26T17:51:54.377Z | Downloaded progenitor-extras v0.2.0 |
| 911 | 2026-06-26T17:51:54.380Z | Downloaded indicatif v0.18.4 |
| 912 | 2026-06-26T17:51:54.382Z | Downloaded crypto-bigint v0.5.5 |
| 913 | 2026-06-26T17:51:54.385Z | Downloaded progenitor v0.14.0 |
| 914 | 2026-06-26T17:51:54.388Z | Downloaded heapless v0.8.0 |
| 915 | 2026-06-26T17:51:54.390Z | Downloaded russh-cryptovec v0.7.3 |
| 916 | 2026-06-26T17:51:54.390Z | Downloaded libbz2-rs-sys v0.2.2 |
| 917 | 2026-06-26T17:51:54.393Z | Downloaded bytes v1.11.1 |
| 918 | 2026-06-26T17:51:54.395Z | Downloaded pin-project-lite v0.2.17 |
| 919 | 2026-06-26T17:51:54.398Z | Downloaded r2d2 v0.8.10 |
| 920 | 2026-06-26T17:51:54.400Z | Downloaded psm v0.1.30 |
| 921 | 2026-06-26T17:51:54.403Z | Downloaded rtoolbox v0.0.3 |
| 922 | 2026-06-26T17:51:54.403Z | Downloaded pkcs1 v0.7.5 |
| 923 | 2026-06-26T17:51:54.407Z | Downloaded rustc-hash v2.1.1 |
| 924 | 2026-06-26T17:51:54.407Z | Downloaded rustc_version v0.4.1 |
| 925 | 2026-06-26T17:51:54.410Z | Downloaded rustc_version v0.1.7 |
| 926 | 2026-06-26T17:51:54.410Z | Downloaded hickory-resolver v0.25.2 |
| 927 | 2026-06-26T17:51:54.412Z | Downloaded pkcs5 v0.7.1 |
| 928 | 2026-06-26T17:51:54.415Z | Downloaded num-rational v0.4.2 |
| 929 | 2026-06-26T17:51:54.415Z | Downloaded flume v0.11.1 |
| 930 | 2026-06-26T17:51:54.418Z | Downloaded rand_core v0.9.5 |
| 931 | 2026-06-26T17:51:54.423Z | Downloaded rand_seeder v0.4.0 |
| 932 | 2026-06-26T17:51:54.423Z | Downloaded rand_core v0.6.4 |
| 933 | 2026-06-26T17:51:54.423Z | Downloaded oso v0.27.3 |
| 934 | 2026-06-26T17:51:54.427Z | Downloaded ed25519-dalek v2.2.0 |
| 935 | 2026-06-26T17:51:54.427Z | Downloaded same-file v1.0.6 |
| 936 | 2026-06-26T17:51:54.428Z | Downloaded postgres-types v0.2.12 |
| 937 | 2026-06-26T17:51:54.431Z | Downloaded postcard v1.1.3 |
| 938 | 2026-06-26T17:51:54.431Z | Downloaded salsa20 v0.10.2 |
| 939 | 2026-06-26T17:51:54.433Z | Downloaded derive_more-impl v2.1.1 |
| 940 | 2026-06-26T17:51:54.436Z | Downloaded miniz_oxide v0.8.9 |
| 941 | 2026-06-26T17:51:54.438Z | Downloaded pin-project-internal v1.1.11 |
| 942 | 2026-06-26T17:51:54.440Z | Downloaded papergrid v0.17.0 |
| 943 | 2026-06-26T17:51:54.442Z | Downloaded resolv-conf v0.7.6 |
| 944 | 2026-06-26T17:51:54.444Z | Downloaded ref-cast-impl v1.0.25 |
| 945 | 2026-06-26T17:51:54.444Z | Downloaded scopeguard v1.2.0 |
| 946 | 2026-06-26T17:51:54.444Z | Downloaded progenitor-client v0.13.0 |
| 947 | 2026-06-26T17:51:54.447Z | Downloaded secrecy v0.8.0 |
| 948 | 2026-06-26T17:51:54.447Z | Downloaded sapling-renderdag v0.1.0 |
| 949 | 2026-06-26T17:51:54.449Z | Downloaded scheduled-thread-pool v0.2.7 |
| 950 | 2026-06-26T17:51:54.449Z | Downloaded scroll_derive v0.13.1 |
| 951 | 2026-06-26T17:51:54.449Z | Downloaded parking_lot v0.12.5 |
| 952 | 2026-06-26T17:51:54.452Z | Downloaded ignore v0.4.25 |
| 953 | 2026-06-26T17:51:54.455Z | Downloaded serde_bytes v0.11.19 |
| 954 | 2026-06-26T17:51:54.455Z | Downloaded der v0.7.10 |
| 955 | 2026-06-26T17:51:54.458Z | Downloaded expectorate v1.2.0 |
| 956 | 2026-06-26T17:51:54.460Z | Downloaded phf v0.12.1 |
| 957 | 2026-06-26T17:51:54.462Z | Downloaded peg-macros v0.8.5 |
| 958 | 2026-06-26T17:51:54.462Z | Downloaded quinn-udp v0.5.14 |
| 959 | 2026-06-26T17:51:54.464Z | Downloaded jiff-static v0.2.21 |
| 960 | 2026-06-26T17:51:54.467Z | Downloaded pbkdf2 v0.12.2 |
| 961 | 2026-06-26T17:51:54.467Z | Downloaded paste v1.0.15 |
| 962 | 2026-06-26T17:51:54.470Z | Downloaded secrecy v0.10.3 |
| 963 | 2026-06-26T17:51:54.470Z | Downloaded password-hash v0.4.2 |
| 964 | 2026-06-26T17:51:54.474Z | Downloaded seq-macro v0.3.6 |
| 965 | 2026-06-26T17:51:54.476Z | Downloaded semver v0.1.20 |
| 966 | 2026-06-26T17:51:54.477Z | Downloaded serde_repr v0.1.20 |
| 967 | 2026-06-26T17:51:54.477Z | Downloaded serde_plain v1.0.2 |
| 968 | 2026-06-26T17:51:54.477Z | Downloaded csv-core v0.1.13 |
| 969 | 2026-06-26T17:51:54.479Z | Downloaded serde-big-array v0.5.1 |
| 970 | 2026-06-26T17:51:54.479Z | Downloaded serde_urlencoded v0.7.1 |
| 971 | 2026-06-26T17:51:54.482Z | Downloaded hickory-resolver v0.24.4 |
| 972 | 2026-06-26T17:51:54.485Z | Downloaded shell-words v1.1.1 |
| 973 | 2026-06-26T17:51:54.485Z | Downloaded rand_core v0.10.0 |
| 974 | 2026-06-26T17:51:54.488Z | Downloaded defmt-macros v1.0.1 |
| 975 | 2026-06-26T17:51:54.488Z | Downloaded serde_spanned v1.0.4 |
| 976 | 2026-06-26T17:51:54.490Z | Downloaded rustls-native-certs v0.8.3 |
| 977 | 2026-06-26T17:51:54.490Z | Downloaded crossbeam-deque v0.8.6 |
| 978 | 2026-06-26T17:51:54.493Z | Downloaded foldhash v0.1.5 |
| 979 | 2026-06-26T17:51:54.493Z | Downloaded pin-project v1.1.11 |
| 980 | 2026-06-26T17:51:54.499Z | Downloaded rustls-pemfile v1.0.4 |
| 981 | 2026-06-26T17:51:54.502Z | Downloaded signal-hook-tokio v0.3.1 |
| 982 | 2026-06-26T17:51:54.502Z | Downloaded signal-hook-mio v0.2.5 |
| 983 | 2026-06-26T17:51:54.504Z | Downloaded prefix-trie v0.7.0 |
| 984 | 2026-06-26T17:51:54.506Z | Downloaded signature v2.2.0 |
| 985 | 2026-06-26T17:51:54.509Z | Downloaded rusty-fork v0.3.1 |
| 986 | 2026-06-26T17:51:54.509Z | Downloaded rand_chacha v0.9.0 |
| 987 | 2026-06-26T17:51:54.512Z | Downloaded openssl-sys v0.9.115 |
| 988 | 2026-06-26T17:51:54.515Z | Downloaded sigpipe v0.1.3 |
| 989 | 2026-06-26T17:51:54.515Z | Downloaded siphasher v1.0.2 |
| 990 | 2026-06-26T17:51:54.517Z | Downloaded rustversion v1.0.22 |
| 991 | 2026-06-26T17:51:54.517Z | Downloaded p256 v0.13.2 |
| 992 | 2026-06-26T17:51:54.519Z | Downloaded progenitor-impl v0.14.0 |
| 993 | 2026-06-26T17:51:54.521Z | Downloaded progenitor-impl v0.13.0 |
| 994 | 2026-06-26T17:51:54.524Z | Downloaded serde_derive_internals v0.29.1 |
| 995 | 2026-06-26T17:51:54.524Z | Downloaded serde-hex v0.1.0 |
| 996 | 2026-06-26T17:51:54.527Z | Downloaded sec1 v0.7.3 |
| 997 | 2026-06-26T17:51:54.527Z | Downloaded scroll v0.13.0 |
| 998 | 2026-06-26T17:51:54.529Z | Downloaded slog-bunyan v2.5.0 |
| 999 | 2026-06-26T17:51:54.529Z | Downloaded scrypt v0.11.0 |
| 1000 | 2026-06-26T17:51:54.532Z | Downloaded slog-envlogger v2.2.0 |
| 1001 | 2026-06-26T17:51:54.532Z | Downloaded hashbrown v0.13.2 |
| 1002 | 2026-06-26T17:51:54.534Z | Downloaded schemars_derive v0.8.22 |
| 1003 | 2026-06-26T17:51:54.536Z | Downloaded diesel_derives v2.3.7 |
| 1004 | 2026-06-26T17:51:54.539Z | Downloaded hashbrown v0.12.3 |
| 1005 | 2026-06-26T17:51:54.542Z | Downloaded document-features v0.2.12 |
| 1006 | 2026-06-26T17:51:54.545Z | Downloaded corncobs v0.1.4 |
| 1007 | 2026-06-26T17:51:54.545Z | Downloaded blowfish v0.9.1 |
| 1008 | 2026-06-26T17:51:54.547Z | Downloaded anstyle-parse v0.2.7 |
| 1009 | 2026-06-26T17:51:54.547Z | Downloaded serde_path_to_error v0.1.20 |
| 1010 | 2026-06-26T17:51:54.549Z | Downloaded russh-keys v0.45.0 |
| 1011 | 2026-06-26T17:51:54.552Z | Downloaded dtrace-parser v0.3.0 |
| 1012 | 2026-06-26T17:51:54.552Z | Downloaded daft-derive v0.1.7 |
| 1013 | 2026-06-26T17:51:54.555Z | Downloaded arrayref v0.3.9 |
| 1014 | 2026-06-26T17:51:54.559Z | Downloaded shlex v1.3.0 |
| 1015 | 2026-06-26T17:51:54.562Z | Downloaded hickory-server v0.25.2 |
| 1016 | 2026-06-26T17:51:54.564Z | Downloaded ssh-cipher v0.2.0 |
| 1017 | 2026-06-26T17:51:54.567Z | Downloaded serde_with_macros v1.5.2 |
| 1018 | 2026-06-26T17:51:54.567Z | Downloaded http v1.4.0 |
| 1019 | 2026-06-26T17:51:54.570Z | Downloaded ssh-encoding v0.2.0 |
| 1020 | 2026-06-26T17:51:54.570Z | Downloaded sqlparser_derive v0.5.0 |
| 1021 | 2026-06-26T17:51:54.572Z | Downloaded sha1 v0.10.6 |
| 1022 | 2026-06-26T17:51:54.572Z | Downloaded signal-hook-registry v1.4.8 |
| 1023 | 2026-06-26T17:51:54.575Z | Downloaded rustls-pki-types v1.14.0 |
| 1024 | 2026-06-26T17:51:54.579Z | Downloaded pretty_assertions v1.4.1 |
| 1025 | 2026-06-26T17:51:54.579Z | Downloaded prettyplease v0.2.37 |
| 1026 | 2026-06-26T17:51:54.582Z | Downloaded strum v0.27.2 |
| 1027 | 2026-06-26T17:51:54.582Z | Downloaded strum v0.26.3 |
| 1028 | 2026-06-26T17:51:54.582Z | Downloaded rustls-pemfile v2.2.0 |
| 1029 | 2026-06-26T17:51:54.587Z | Downloaded subtle v2.6.1 |
| 1030 | 2026-06-26T17:51:54.587Z | Downloaded structmeta v0.3.0 |
| 1031 | 2026-06-26T17:51:54.591Z | Downloaded crossterm v0.28.1 |
| 1032 | 2026-06-26T17:51:54.593Z | Downloaded simd-adler32 v0.3.8 |
| 1033 | 2026-06-26T17:51:54.593Z | Downloaded structmeta-derive v0.3.0 |
| 1034 | 2026-06-26T17:51:54.593Z | Downloaded strsim v0.10.0 |
| 1035 | 2026-06-26T17:51:54.596Z | Downloaded rcgen v0.12.1 |
| 1036 | 2026-06-26T17:51:54.599Z | Downloaded slog-async v2.8.0 |
| 1037 | 2026-06-26T17:51:54.602Z | Downloaded supports-color v3.0.2 |
| 1038 | 2026-06-26T17:51:54.605Z | Downloaded slab v0.4.12 |
| 1039 | 2026-06-26T17:51:54.605Z | Downloaded sync_wrapper v1.0.2 |
| 1040 | 2026-06-26T17:51:54.607Z | Downloaded sct v0.7.1 |
| 1041 | 2026-06-26T17:51:54.610Z | Downloaded smf v0.2.3 |
| 1042 | 2026-06-26T17:51:54.610Z | Downloaded aho-corasick v1.1.4 |
| 1043 | 2026-06-26T17:51:54.613Z | Downloaded tabled_derive v0.11.0 |
| 1044 | 2026-06-26T17:51:54.616Z | Downloaded sync-ptr v0.1.4 |
| 1045 | 2026-06-26T17:51:54.616Z | Downloaded tap v1.0.1 |
| 1046 | 2026-06-26T17:51:54.619Z | Downloaded smallvec v0.6.14 |
| 1047 | 2026-06-26T17:51:54.619Z | Downloaded slog-term v2.9.2 |
| 1048 | 2026-06-26T17:51:54.622Z | Downloaded slog-json v2.6.1 |
| 1049 | 2026-06-26T17:51:54.622Z | Downloaded sqlformat v0.3.5 |
| 1050 | 2026-06-26T17:51:54.622Z | Downloaded ron v0.8.1 |
| 1051 | 2026-06-26T17:51:54.625Z | Downloaded slog-stdlog v4.1.1 |
| 1052 | 2026-06-26T17:51:54.629Z | Downloaded itertools v0.10.5 |
| 1053 | 2026-06-26T17:51:54.632Z | Downloaded termtree v0.5.1 |
| 1054 | 2026-06-26T17:51:54.634Z | Downloaded take_mut v0.2.2 |
| 1055 | 2026-06-26T17:51:54.634Z | Downloaded tabwriter v1.4.1 |
| 1056 | 2026-06-26T17:51:54.634Z | Downloaded tinyvec_macros v0.1.1 |
| 1057 | 2026-06-26T17:51:54.637Z | Downloaded thread-id v5.1.0 |
| 1058 | 2026-06-26T17:51:54.637Z | Downloaded spki v0.7.3 |
| 1059 | 2026-06-26T17:51:54.639Z | Downloaded serde_cbor v0.11.2 |
| 1060 | 2026-06-26T17:51:54.639Z | Downloaded testing_table v0.3.0 |
| 1061 | 2026-06-26T17:51:54.642Z | Downloaded hyper-util v0.1.20 |
| 1062 | 2026-06-26T17:51:54.644Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1063 | 2026-06-26T17:51:54.647Z | Downloaded serde_with_macros v3.17.0 |
| 1064 | 2026-06-26T17:51:54.647Z | Downloaded time-core v0.1.8 |
| 1065 | 2026-06-26T17:51:54.649Z | Downloaded slog-dtrace v0.3.0 |
| 1066 | 2026-06-26T17:51:54.649Z | Downloaded static_assertions v1.1.0 |
| 1067 | 2026-06-26T17:51:54.652Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1068 | 2026-06-26T17:51:54.654Z | Downloaded string_cache v0.8.9 |
| 1069 | 2026-06-26T17:51:54.655Z | Downloaded stacker v0.1.23 |
| 1070 | 2026-06-26T17:51:54.659Z | Downloaded strum_macros v0.24.3 |
| 1071 | 2026-06-26T17:51:54.661Z | Downloaded tokio-macros v2.7.0 |
| 1072 | 2026-06-26T17:51:54.661Z | Downloaded crossterm v0.29.0 |
| 1073 | 2026-06-26T17:51:54.664Z | Downloaded stringprep v0.1.5 |
| 1074 | 2026-06-26T17:51:54.666Z | Downloaded strum_macros v0.27.2 |
| 1075 | 2026-06-26T17:51:54.666Z | Downloaded mio v1.2.0 |
| 1076 | 2026-06-26T17:51:54.670Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1077 | 2026-06-26T17:51:54.674Z | Downloaded minimal-lexical v0.2.1 |
| 1078 | 2026-06-26T17:51:54.677Z | Downloaded aes-gcm v0.10.3 |
| 1079 | 2026-06-26T17:51:54.677Z | Downloaded schemars v0.8.22 |
| 1080 | 2026-06-26T17:51:54.684Z | Downloaded support-bundle-viewer v0.1.2 |
| 1081 | 2026-06-26T17:51:54.686Z | Downloaded snafu-derive v0.8.9 |
| 1082 | 2026-06-26T17:51:54.687Z | Downloaded tokio-test v0.4.5 |
| 1083 | 2026-06-26T17:51:54.689Z | Downloaded ryu v1.0.23 |
| 1084 | 2026-06-26T17:51:54.693Z | Downloaded hashbrown v0.16.1 |
| 1085 | 2026-06-26T17:51:54.696Z | Downloaded tower-service v0.3.3 |
| 1086 | 2026-06-26T17:51:54.698Z | Downloaded tower-layer v0.3.3 |
| 1087 | 2026-06-26T17:51:54.698Z | Downloaded termios v0.3.3 |
| 1088 | 2026-06-26T17:51:54.701Z | Downloaded slog-scope v4.4.1 |
| 1089 | 2026-06-26T17:51:54.701Z | Downloaded nom v7.1.3 |
| 1090 | 2026-06-26T17:51:54.704Z | Downloaded quinn v0.11.9 |
| 1091 | 2026-06-26T17:51:54.710Z | Downloaded num-bigint v0.4.6 |
| 1092 | 2026-06-26T17:51:54.712Z | Downloaded thread_local v1.1.9 |
| 1093 | 2026-06-26T17:51:54.715Z | Downloaded topological-sort v0.2.2 |
| 1094 | 2026-06-26T17:51:54.715Z | Downloaded publicsuffix v2.3.0 |
| 1095 | 2026-06-26T17:51:54.717Z | Downloaded tagptr v0.2.0 |
| 1096 | 2026-06-26T17:51:54.717Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1097 | 2026-06-26T17:51:54.723Z | Downloaded tiny-keccak v2.0.2 |
| 1098 | 2026-06-26T17:51:54.725Z | Downloaded thiserror-no-std v2.0.2 |
| 1099 | 2026-06-26T17:51:54.728Z | Downloaded time-macros v0.2.27 |
| 1100 | 2026-06-26T17:51:54.730Z | Downloaded signal-hook v0.3.18 |
| 1101 | 2026-06-26T17:51:54.733Z | Downloaded rand v0.8.6 |
| 1102 | 2026-06-26T17:51:54.733Z | Downloaded dropshot-api-manager v0.7.2 |
| 1103 | 2026-06-26T17:51:54.737Z | Downloaded strum_macros v0.26.4 |
| 1104 | 2026-06-26T17:51:54.739Z | Downloaded rayon-core v1.13.0 |
| 1105 | 2026-06-26T17:51:54.742Z | Downloaded unarray v0.1.4 |
| 1106 | 2026-06-26T17:51:54.742Z | Downloaded try-lock v0.2.5 |
| 1107 | 2026-06-26T17:51:54.742Z | Downloaded trait-variant v0.1.2 |
| 1108 | 2026-06-26T17:51:54.742Z | Downloaded libxml v0.3.3 |
| 1109 | 2026-06-26T17:51:54.747Z | Downloaded unit-prefix v0.5.2 |
| 1110 | 2026-06-26T17:51:54.749Z | Downloaded unicode-truncate v1.1.0 |
| 1111 | 2026-06-26T17:51:54.749Z | Downloaded usdt-attr-macro v0.6.0 |
| 1112 | 2026-06-26T17:51:54.749Z | Downloaded universal-hash v0.5.1 |
| 1113 | 2026-06-26T17:51:54.749Z | Downloaded tokio-native-tls v0.3.1 |
| 1114 | 2026-06-26T17:51:54.752Z | Downloaded similar v2.7.0 |
| 1115 | 2026-06-26T17:51:54.755Z | Downloaded typify-macro v0.6.2 |
| 1116 | 2026-06-26T17:51:54.755Z | Downloaded tokio-dtrace v0.1.1 |
| 1117 | 2026-06-26T17:51:54.755Z | Downloaded untrusted v0.7.1 |
| 1118 | 2026-06-26T17:51:54.758Z | Downloaded tls_codec_derive v0.4.2 |
| 1119 | 2026-06-26T17:51:54.758Z | Downloaded usdt v0.6.0 |
| 1120 | 2026-06-26T17:51:54.758Z | Downloaded tls_codec v0.4.2 |
| 1121 | 2026-06-26T17:51:54.763Z | Downloaded slog v2.8.2 |
| 1122 | 2026-06-26T17:51:54.766Z | Downloaded tokio-tungstenite v0.21.0 |
| 1123 | 2026-06-26T17:51:54.769Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1124 | 2026-06-26T17:51:54.769Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1125 | 2026-06-26T17:51:54.772Z | Downloaded tokio-rustls v0.25.0 |
| 1126 | 2026-06-26T17:51:54.772Z | Downloaded usdt-macro v0.6.0 |
| 1127 | 2026-06-26T17:51:54.772Z | Downloaded tokio-tungstenite v0.23.1 |
| 1128 | 2026-06-26T17:51:54.777Z | Downloaded untrusted v0.9.0 |
| 1129 | 2026-06-26T17:51:54.778Z | Downloaded hashbrown v0.15.5 |
| 1130 | 2026-06-26T17:51:54.780Z | Downloaded itertools v0.13.0 |
| 1131 | 2026-06-26T17:51:54.783Z | Downloaded term v0.7.0 |
| 1132 | 2026-06-26T17:51:54.783Z | Downloaded iri-string v0.7.10 |
| 1133 | 2026-06-26T17:51:54.787Z | Downloaded term v1.2.1 |
| 1134 | 2026-06-26T17:51:54.791Z | Downloaded socket2 v0.6.3 |
| 1135 | 2026-06-26T17:51:54.797Z | Downloaded socket2 v0.5.10 |
| 1136 | 2026-06-26T17:51:54.797Z | Downloaded void v1.0.2 |
| 1137 | 2026-06-26T17:51:54.797Z | Downloaded rsa v0.9.10 |
| 1138 | 2026-06-26T17:51:54.801Z | Downloaded spin v0.9.8 |
| 1139 | 2026-06-26T17:51:54.801Z | Downloaded qorb v0.4.1 |
| 1140 | 2026-06-26T17:51:54.801Z | Downloaded num-bigint-dig v0.8.6 |
| 1141 | 2026-06-26T17:51:54.803Z | Downloaded itertools v0.12.1 |
| 1142 | 2026-06-26T17:51:54.806Z | Downloaded rustls-webpki v0.103.9 |
| 1143 | 2026-06-26T17:51:54.809Z | Downloaded hyper v1.8.1 |
| 1144 | 2026-06-26T17:51:54.812Z | Downloaded rand v0.9.2 |
| 1145 | 2026-06-26T17:51:54.815Z | Downloaded want v0.3.1 |
| 1146 | 2026-06-26T17:51:54.818Z | Downloaded waitgroup v0.1.2 |
| 1147 | 2026-06-26T17:51:54.818Z | Downloaded wait-timeout v0.2.1 |
| 1148 | 2026-06-26T17:51:54.818Z | Downloaded tui-tree-widget v0.23.1 |
| 1149 | 2026-06-26T17:51:54.820Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1150 | 2026-06-26T17:51:54.820Z | Downloaded xattr v1.6.1 |
| 1151 | 2026-06-26T17:51:54.820Z | Downloaded xshell-macros v0.2.7 |
| 1152 | 2026-06-26T17:51:54.823Z | Downloaded subprocess v0.2.15 |
| 1153 | 2026-06-26T17:51:54.831Z | Downloaded unicase v2.9.0 |
| 1154 | 2026-06-26T17:51:54.835Z | Downloaded samael v0.0.19 |
| 1155 | 2026-06-26T17:51:54.838Z | Downloaded tokio-rustls v0.26.4 |
| 1156 | 2026-06-26T17:51:54.841Z | Downloaded tokio-stream v0.1.18 |
| 1157 | 2026-06-26T17:51:54.843Z | Downloaded utf-8 v0.7.6 |
| 1158 | 2026-06-26T17:51:54.843Z | Downloaded zone v0.3.1 |
| 1159 | 2026-06-26T17:51:54.847Z | Downloaded schemars v1.2.1 |
| 1160 | 2026-06-26T17:51:54.853Z | Downloaded uzers v0.12.2 |
| 1161 | 2026-06-26T17:51:54.856Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1162 | 2026-06-26T17:51:54.856Z | Downloaded tokio-rustls v0.24.1 |
| 1163 | 2026-06-26T17:51:54.859Z | Downloaded zeroize_derive v1.4.3 |
| 1164 | 2026-06-26T17:51:54.859Z | Downloaded vergen-lib v9.1.0 |
| 1165 | 2026-06-26T17:51:54.859Z | Downloaded itertools v0.14.0 |
| 1166 | 2026-06-26T17:51:54.862Z | Downloaded zone_cfg_derive v0.3.1 |
| 1167 | 2026-06-26T17:51:54.865Z | Downloaded schemars v0.9.0 |
| 1168 | 2026-06-26T17:51:54.872Z | Downloaded vergen-gitcl v1.0.8 |
| 1169 | 2026-06-26T17:51:54.874Z | Downloaded hkdf v0.12.4 |
| 1170 | 2026-06-26T17:51:54.874Z | Downloaded futures-util v0.3.32 |
| 1171 | 2026-06-26T17:51:54.878Z | Downloaded vsss-rs v3.3.4 |
| 1172 | 2026-06-26T17:51:54.881Z | Downloaded test-strategy v0.4.5 |
| 1173 | 2026-06-26T17:51:54.883Z | Downloaded whoami v1.6.1 |
| 1174 | 2026-06-26T17:51:54.886Z | Downloaded whoami v2.1.0 |
| 1175 | 2026-06-26T17:51:54.886Z | Downloaded vergen-lib v0.1.6 |
| 1176 | 2026-06-26T17:51:54.886Z | Downloaded vergen-git2 v9.1.0 |
| 1177 | 2026-06-26T17:51:54.888Z | Downloaded tinyvec v1.10.0 |
| 1178 | 2026-06-26T17:51:54.888Z | Downloaded russh v0.45.0 |
| 1179 | 2026-06-26T17:51:54.891Z | Downloaded rand v0.10.0 |
| 1180 | 2026-06-26T17:51:54.894Z | Downloaded walkdir v2.5.0 |
| 1181 | 2026-06-26T17:51:54.897Z | Downloaded twox-hash v2.1.2 |
| 1182 | 2026-06-26T17:51:54.897Z | Downloaded h2 v0.4.13 |
| 1183 | 2026-06-26T17:51:54.900Z | Downloaded tracing-attributes v0.1.31 |
| 1184 | 2026-06-26T17:51:54.902Z | Downloaded curve25519-dalek v4.1.3 |
| 1185 | 2026-06-26T17:51:54.906Z | Downloaded xshell v0.2.7 |
| 1186 | 2026-06-26T17:51:54.909Z | Downloaded wyz v0.5.1 |
| 1187 | 2026-06-26T17:51:54.909Z | Downloaded nom v8.0.0 |
| 1188 | 2026-06-26T17:51:54.912Z | Downloaded zeroize v1.8.2 |
| 1189 | 2026-06-26T17:51:54.915Z | Downloaded usdt-impl v0.6.0 |
| 1190 | 2026-06-26T17:51:54.915Z | Downloaded toml v0.7.8 |
| 1191 | 2026-06-26T17:51:54.919Z | Downloaded vergen v9.1.0 |
| 1192 | 2026-06-26T17:51:54.919Z | Downloaded tar v0.4.45 |
| 1193 | 2026-06-26T17:51:54.922Z | Downloaded snafu v0.8.9 |
| 1194 | 2026-06-26T17:51:54.922Z | Downloaded p521 v0.13.3 |
| 1195 | 2026-06-26T17:51:54.925Z | Downloaded zstd-safe v7.2.4 |
| 1196 | 2026-06-26T17:51:54.928Z | Downloaded unicode-properties v0.1.4 |
| 1197 | 2026-06-26T17:51:54.928Z | Downloaded zstd v0.13.3 |
| 1198 | 2026-06-26T17:51:54.931Z | Downloaded libm v0.2.16 |
| 1199 | 2026-06-26T17:51:54.939Z | Downloaded tracing-core v0.1.36 |
| 1200 | 2026-06-26T17:51:54.942Z | Downloaded unicode-bidi v0.3.18 |
| 1201 | 2026-06-26T17:51:54.945Z | Downloaded rustyline v14.0.0 |
| 1202 | 2026-06-26T17:51:54.950Z | Downloaded yasna v0.5.2 |
| 1203 | 2026-06-26T17:51:54.953Z | Downloaded tungstenite v0.23.0 |
| 1204 | 2026-06-26T17:51:54.956Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1205 | 2026-06-26T17:51:54.960Z | Downloaded tungstenite v0.21.0 |
| 1206 | 2026-06-26T17:51:54.963Z | Downloaded unsafe-libyaml v0.2.11 |
| 1207 | 2026-06-26T17:51:54.968Z | Downloaded uuid v1.23.0 |
| 1208 | 2026-06-26T17:51:54.970Z | Downloaded zerocopy v0.6.6 |
| 1209 | 2026-06-26T17:51:54.973Z | Downloaded rpassword v7.4.0 |
| 1210 | 2026-06-26T17:51:54.973Z | Downloaded blake3 v1.8.5 |
| 1211 | 2026-06-26T17:51:54.980Z | Downloaded serde_with v1.14.0 |
| 1212 | 2026-06-26T17:51:55.011Z | Downloaded vte v0.14.1 |
| 1213 | 2026-06-26T17:51:55.011Z | Downloaded aws-lc-rs v1.16.3 |
| 1214 | 2026-06-26T17:51:55.016Z | Downloaded typify v0.6.2 |
| 1215 | 2026-06-26T17:51:55.016Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1216 | 2026-06-26T17:51:55.022Z | Downloaded zopfli v0.8.3 |
| 1217 | 2026-06-26T17:51:55.031Z | Downloaded steno v0.4.1 |
| 1218 | 2026-06-26T17:51:55.035Z | Downloaded iddqd v0.4.2 |
| 1219 | 2026-06-26T17:51:55.038Z | Downloaded unicode_categories v0.1.1 |
| 1220 | 2026-06-26T17:51:55.041Z | Downloaded yansi v1.0.1 |
| 1221 | 2026-06-26T17:51:55.045Z | Downloaded bitvec v1.0.1 |
| 1222 | 2026-06-26T17:51:55.050Z | Downloaded ssh-key v0.6.7 |
| 1223 | 2026-06-26T17:51:55.055Z | Downloaded toml_edit v0.19.15 |
| 1224 | 2026-06-26T17:51:55.065Z | Downloaded bindgen v0.71.1 |
| 1225 | 2026-06-26T17:51:55.069Z | Downloaded reqwest v0.12.28 |
| 1226 | 2026-06-26T17:51:55.073Z | Downloaded portable-atomic v1.13.1 |
| 1227 | 2026-06-26T17:51:55.080Z | Downloaded zip v0.6.6 |
| 1228 | 2026-06-26T17:51:55.084Z | Downloaded tower v0.5.3 |
| 1229 | 2026-06-26T17:51:55.086Z | Downloaded git2 v0.20.4 |
| 1230 | 2026-06-26T17:51:55.093Z | Downloaded p384 v0.13.1 |
| 1231 | 2026-06-26T17:51:55.096Z | Downloaded reqwest v0.13.2 |
| 1232 | 2026-06-26T17:51:55.099Z | Downloaded quick-xml v0.37.5 |
| 1233 | 2026-06-26T17:51:55.102Z | Downloaded chrono v0.4.44 |
| 1234 | 2026-06-26T17:51:55.108Z | Downloaded reedline v0.40.0 |
| 1235 | 2026-06-26T17:51:55.111Z | Downloaded tokio-postgres v0.7.16 |
| 1236 | 2026-06-26T17:51:55.115Z | Downloaded typed-path v0.9.3 |
| 1237 | 2026-06-26T17:51:55.118Z | Downloaded x509-cert v0.2.5 |
| 1238 | 2026-06-26T17:51:55.121Z | Downloaded unicode-segmentation v1.12.0 |
| 1239 | 2026-06-26T17:51:55.124Z | Downloaded salty v0.3.0 |
| 1240 | 2026-06-26T17:51:55.128Z | Downloaded lalrpop v0.19.12 |
| 1241 | 2026-06-26T17:51:55.136Z | Downloaded regex v1.12.3 |
| 1242 | 2026-06-26T17:51:55.139Z | Downloaded goblin v0.10.5 |
| 1243 | 2026-06-26T17:51:55.147Z | Downloaded moka v0.12.13 |
| 1244 | 2026-06-26T17:51:55.151Z | Downloaded zerocopy-derive v0.8.40 |
| 1245 | 2026-06-26T17:51:55.162Z | Downloaded proptest v1.10.0 |
| 1246 | 2026-06-26T17:51:55.174Z | Downloaded rustls-webpki v0.101.7 |
| 1247 | 2026-06-26T17:51:55.180Z | Downloaded unicode-normalization v0.1.25 |
| 1248 | 2026-06-26T17:51:55.185Z | Downloaded rayon v1.11.0 |
| 1249 | 2026-06-26T17:51:55.192Z | Downloaded object v0.30.4 |
| 1250 | 2026-06-26T17:51:55.199Z | Downloaded tower-http v0.6.8 |
| 1251 | 2026-06-26T17:51:55.203Z | Downloaded serde_with v3.17.0 |
| 1252 | 2026-06-26T17:51:55.212Z | Downloaded petname v2.0.2 |
| 1253 | 2026-06-26T17:51:55.220Z | Downloaded nix v0.27.1 |
| 1254 | 2026-06-26T17:51:55.227Z | Downloaded zip v4.6.1 |
| 1255 | 2026-06-26T17:51:55.229Z | Downloaded quinn-proto v0.11.13 |
| 1256 | 2026-06-26T17:51:55.234Z | Downloaded tough v0.22.0 |
| 1257 | 2026-06-26T17:51:55.239Z | Downloaded tokio-util v0.7.18 |
| 1258 | 2026-06-26T17:51:55.243Z | Downloaded rustls-webpki v0.102.8 |
| 1259 | 2026-06-26T17:51:55.255Z | Downloaded bstr v1.12.1 |
| 1260 | 2026-06-26T17:51:55.270Z | Downloaded rustls v0.21.12 |
| 1261 | 2026-06-26T17:51:55.278Z | Downloaded tabled v0.20.0 |
| 1262 | 2026-06-26T17:51:55.287Z | Downloaded winnow v0.6.26 |
| 1263 | 2026-06-26T17:51:55.293Z | Downloaded smoltcp v0.9.1 |
| 1264 | 2026-06-26T17:51:55.298Z | Downloaded nix v0.31.2 |
| 1265 | 2026-06-26T17:51:55.305Z | Downloaded radix_trie v0.2.1 |
| 1266 | 2026-06-26T17:51:55.310Z | Downloaded zlib-rs v0.6.2 |
| 1267 | 2026-06-26T17:51:55.313Z | Downloaded object v0.37.3 |
| 1268 | 2026-06-26T17:51:55.318Z | Downloaded winnow v0.5.40 |
| 1269 | 2026-06-26T17:51:55.322Z | Downloaded rustls v0.22.4 |
| 1270 | 2026-06-26T17:51:55.331Z | Downloaded smoltcp v0.11.0 |
| 1271 | 2026-06-26T17:51:55.336Z | Downloaded openssl v0.10.79 |
| 1272 | 2026-06-26T17:51:55.342Z | Downloaded hickory-proto v0.25.2 |
| 1273 | 2026-06-26T17:51:55.351Z | Downloaded polar-core v0.27.3 |
| 1274 | 2026-06-26T17:51:55.355Z | Downloaded rustls v0.23.37 |
| 1275 | 2026-06-26T17:51:55.362Z | Downloaded vcpkg v0.2.15 |
| 1276 | 2026-06-26T17:51:55.384Z | Downloaded nix v0.28.0 |
| 1277 | 2026-06-26T17:51:55.391Z | Downloaded hickory-proto v0.24.4 |
| 1278 | 2026-06-26T17:51:55.399Z | Downloaded regex-syntax v0.6.29 |
| 1279 | 2026-06-26T17:51:55.403Z | Downloaded time v0.3.47 |
| 1280 | 2026-06-26T17:51:55.410Z | Downloaded dropshot v0.17.0 |
| 1281 | 2026-06-26T17:51:55.423Z | Downloaded webpki-roots v1.0.6 |
| 1282 | 2026-06-26T17:51:55.435Z | Downloaded sled v0.34.7 |
| 1283 | 2026-06-26T17:51:55.440Z | Downloaded tracing v0.1.44 |
| 1284 | 2026-06-26T17:51:55.453Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1285 | 2026-06-26T17:51:55.460Z | Downloaded zerocopy v0.8.40 |
| 1286 | 2026-06-26T17:51:55.465Z | Downloaded regress v0.10.5 |
| 1287 | 2026-06-26T17:51:55.470Z | Downloaded diesel v2.3.7 |
| 1288 | 2026-06-26T17:51:55.483Z | Downloaded regex-automata v0.4.14 |
| 1289 | 2026-06-26T17:51:55.490Z | Downloaded regex-syntax v0.8.10 |
| 1290 | 2026-06-26T17:51:55.494Z | Downloaded rustix v0.38.44 |
| 1291 | 2026-06-26T17:51:55.507Z | Downloaded regress v0.11.1 |
| 1292 | 2026-06-26T17:51:55.512Z | Downloaded openapiv3 v2.2.0 |
| 1293 | 2026-06-26T17:51:55.518Z | Downloaded chrono-tz v0.10.4 |
| 1294 | 2026-06-26T17:51:55.576Z | Downloaded sqlparser v0.61.0 |
| 1295 | 2026-06-26T17:51:55.621Z | Downloaded typify-impl v0.6.2 |
| 1296 | 2026-06-26T17:51:55.640Z | Downloaded ratatui v0.29.0 |
| 1297 | 2026-06-26T17:51:55.653Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1298 | 2026-06-26T17:51:55.701Z | Downloaded zerocopy-derive v0.6.6 |
| 1299 | 2026-06-26T17:51:55.754Z | Downloaded petgraph v0.6.5 |
| 1300 | 2026-06-26T17:51:55.769Z | Downloaded jiff v0.2.21 |
| 1301 | 2026-06-26T17:51:55.815Z | Downloaded csv v1.4.0 |
| 1302 | 2026-06-26T17:51:55.827Z | Downloaded petgraph v0.8.3 |
| 1303 | 2026-06-26T17:51:55.840Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1304 | 2026-06-26T17:51:55.851Z | Downloaded libz-sys v1.1.24 |
| 1305 | 2026-06-26T17:51:55.863Z | Downloaded sha3 v0.10.8 |
| 1306 | 2026-06-26T17:51:55.873Z | Downloaded tokio v1.52.1 |
| 1307 | 2026-06-26T17:51:55.926Z | Downloaded encoding_rs v0.8.35 |
| 1308 | 2026-06-26T17:51:55.939Z | Downloaded ring v0.17.14 |
| 1309 | 2026-06-26T17:51:56.220Z | Downloaded aws-lc-sys v0.40.0 |
| 1310 | 2026-06-26T17:51:56.468Z | Compiling libc v0.2.185 |
| 1311 | 2026-06-26T17:51:56.468Z | Compiling serde v1.0.228 |
| 1312 | 2026-06-26T17:51:56.471Z | Compiling log v0.4.29 |
| 1313 | 2026-06-26T17:51:56.471Z | Compiling find-msvc-tools v0.1.9 |
| 1314 | 2026-06-26T17:51:56.619Z | Compiling shlex v1.3.0 |
| 1315 | 2026-06-26T17:51:56.619Z | Compiling smallvec v1.15.1 |
| 1316 | 2026-06-26T17:51:56.627Z | Compiling syn v2.0.117 |
| 1317 | 2026-06-26T17:51:56.637Z | Compiling typenum v1.19.0 |
| 1318 | 2026-06-26T17:51:56.786Z | Compiling generic-array v0.14.7 |
| 1319 | 2026-06-26T17:51:56.802Z | Compiling subtle v2.6.1 |
| 1320 | 2026-06-26T17:51:56.824Z | Compiling scopeguard v1.2.0 |
| 1321 | 2026-06-26T17:51:56.854Z | Compiling const-oid v0.9.6 |
| 1322 | 2026-06-26T17:51:56.920Z | Compiling lock_api v0.4.14 |
| 1323 | 2026-06-26T17:51:56.932Z | Compiling serde_json v1.0.149 |
| 1324 | 2026-06-26T17:51:57.066Z | Compiling zerocopy v0.8.40 |
| 1325 | 2026-06-26T17:51:57.138Z | Compiling portable-atomic v1.13.1 |
| 1326 | 2026-06-26T17:51:57.227Z | Compiling parking_lot_core v0.9.12 |
| 1327 | 2026-06-26T17:51:57.474Z | Compiling pin-project-lite v0.2.17 |
| 1328 | 2026-06-26T17:51:57.525Z | Compiling getrandom v0.2.17 |
| 1329 | 2026-06-26T17:51:57.568Z | Compiling jobserver v0.1.34 |
| 1330 | 2026-06-26T17:51:57.598Z | Compiling errno v0.3.14 |
| 1331 | 2026-06-26T17:51:57.658Z | Compiling pkg-config v0.3.32 |
| 1332 | 2026-06-26T17:51:57.683Z | Compiling rand_core v0.6.4 |
| 1333 | 2026-06-26T17:51:57.744Z | Compiling signal-hook-registry v1.4.8 |
| 1334 | 2026-06-26T17:51:57.769Z | Compiling cc v1.2.56 |
| 1335 | 2026-06-26T17:51:57.959Z | Compiling bitflags v2.11.0 |
| 1336 | 2026-06-26T17:51:58.012Z | Compiling libm v0.2.16 |
| 1337 | 2026-06-26T17:51:58.193Z | Compiling critical-section v1.2.0 |
| 1338 | 2026-06-26T17:51:58.225Z | Compiling futures-core v0.3.32 |
| 1339 | 2026-06-26T17:51:58.228Z | Compiling parking_lot v0.12.5 |
| 1340 | 2026-06-26T17:51:58.250Z | Compiling mio v1.2.0 |
| 1341 | 2026-06-26T17:51:58.299Z | Compiling once_cell v1.21.3 |
| 1342 | 2026-06-26T17:51:58.327Z | Compiling num-traits v0.2.19 |
| 1343 | 2026-06-26T17:51:58.380Z | Compiling percent-encoding v2.3.2 |
| 1344 | 2026-06-26T17:51:58.509Z | Compiling socket2 v0.6.3 |
| 1345 | 2026-06-26T17:51:58.575Z | Compiling futures-sink v0.3.32 |
| 1346 | 2026-06-26T17:51:58.618Z | Compiling futures-task v0.3.32 |
| 1347 | 2026-06-26T17:51:58.672Z | Compiling futures-channel v0.3.32 |
| 1348 | 2026-06-26T17:51:58.685Z | Compiling futures-io v0.3.32 |
| 1349 | 2026-06-26T17:51:58.722Z | Compiling slab v0.4.12 |
| 1350 | 2026-06-26T17:51:58.787Z | Compiling getrandom v0.4.1 |
| 1351 | 2026-06-26T17:51:58.837Z | Compiling cpufeatures v0.2.17 |
| 1352 | 2026-06-26T17:51:58.898Z | Compiling rand_core v0.10.0 |
| 1353 | 2026-06-26T17:51:58.898Z | Compiling indexmap v2.14.0 |
| 1354 | 2026-06-26T17:51:58.923Z | Compiling getrandom v0.3.4 |
| 1355 | 2026-06-26T17:51:58.938Z | Compiling rustversion v1.0.22 |
| 1356 | 2026-06-26T17:51:59.071Z | Compiling form_urlencoded v1.2.2 |
| 1357 | 2026-06-26T17:51:59.337Z | Compiling cmake v0.1.57 |
| 1358 | 2026-06-26T17:51:59.383Z | Compiling dunce v1.0.5 |
| 1359 | 2026-06-26T17:51:59.481Z | Compiling fs_extra v1.3.0 |
| 1360 | 2026-06-26T17:51:59.515Z | Compiling ident_case v1.0.1 |
| 1361 | 2026-06-26T17:51:59.583Z | Compiling base64ct v1.8.3 |
| 1362 | 2026-06-26T17:51:59.618Z | Compiling synstructure v0.13.2 |
| 1363 | 2026-06-26T17:51:59.742Z | Compiling flagset v0.4.7 |
| 1364 | 2026-06-26T17:51:59.753Z | Compiling aws-lc-sys v0.40.0 |
| 1365 | 2026-06-26T17:51:59.772Z | Compiling rustix v1.1.3 |
| 1366 | 2026-06-26T17:51:59.871Z | Compiling pem-rfc7468 v0.7.0 |
| 1367 | 2026-06-26T17:51:59.874Z | Compiling iana-time-zone v0.1.65 |
| 1368 | 2026-06-26T17:51:59.897Z | Compiling regex-syntax v0.8.10 |
| 1369 | 2026-06-26T17:52:00.089Z | Compiling rand_core v0.9.5 |
| 1370 | 2026-06-26T17:52:00.100Z | Compiling ring v0.17.14 |
| 1371 | 2026-06-26T17:52:00.183Z | Compiling vcpkg v0.2.15 |
| 1372 | 2026-06-26T17:52:00.219Z | Compiling aws-lc-rs v1.16.3 |
| 1373 | 2026-06-26T17:52:00.366Z | Compiling uuid v1.23.0 |
| 1374 | 2026-06-26T17:52:00.503Z | Compiling rustc_version v0.4.1 |
| 1375 | 2026-06-26T17:52:00.857Z | Compiling tracing-core v0.1.36 |
| 1376 | 2026-06-26T17:52:00.947Z | Compiling openssl-sys v0.9.115 |
| 1377 | 2026-06-26T17:52:01.103Z | Compiling base64 v0.22.1 |
| 1378 | 2026-06-26T17:52:01.367Z | Compiling serde_derive v1.0.228 |
| 1379 | 2026-06-26T17:52:01.430Z | Compiling zeroize_derive v1.4.3 |
| 1380 | 2026-06-26T17:52:01.443Z | Compiling zerofrom-derive v0.1.6 |
| 1381 | 2026-06-26T17:52:01.471Z | Compiling yoke-derive v0.8.1 |
| 1382 | 2026-06-26T17:52:01.506Z | Compiling zerovec-derive v0.11.2 |
| 1383 | 2026-06-26T17:52:02.098Z | Compiling zeroize v1.8.2 |
| 1384 | 2026-06-26T17:52:02.315Z | Compiling zerocopy-derive v0.8.40 |
| 1385 | 2026-06-26T17:52:02.647Z | Compiling displaydoc v0.2.5 |
| 1386 | 2026-06-26T17:52:02.659Z | Compiling tokio-macros v2.7.0 |
| 1387 | 2026-06-26T17:52:02.840Z | Compiling crypto-common v0.1.7 |
| 1388 | 2026-06-26T17:52:02.882Z | Compiling zerofrom v0.1.6 |
| 1389 | 2026-06-26T17:52:02.983Z | Compiling yoke v0.8.1 |
| 1390 | 2026-06-26T17:52:03.004Z | Compiling block-buffer v0.10.4 |
| 1391 | 2026-06-26T17:52:03.169Z | Compiling zerovec v0.11.5 |
| 1392 | 2026-06-26T17:52:03.169Z | Compiling digest v0.10.7 |
| 1393 | 2026-06-26T17:52:03.376Z | Compiling zerotrie v0.2.3 |
| 1394 | 2026-06-26T17:52:03.379Z | Compiling futures-macro v0.3.32 |
| 1395 | 2026-06-26T17:52:03.423Z | Compiling hmac v0.12.1 |
| 1396 | 2026-06-26T17:52:03.571Z | Compiling block-padding v0.3.3 |
| 1397 | 2026-06-26T17:52:03.661Z | Compiling tinystr v0.8.2 |
| 1398 | 2026-06-26T17:52:03.665Z | Compiling potential_utf v0.1.4 |
| 1399 | 2026-06-26T17:52:03.724Z | Compiling inout v0.1.4 |
| 1400 | 2026-06-26T17:52:03.827Z | Compiling icu_locale_core v2.1.1 |
| 1401 | 2026-06-26T17:52:03.856Z | Compiling icu_collections v2.1.1 |
| 1402 | 2026-06-26T17:52:03.884Z | Compiling cipher v0.4.4 |
| 1403 | 2026-06-26T17:52:04.134Z | Compiling sha2 v0.10.9 |
| 1404 | 2026-06-26T17:52:04.161Z | Compiling futures-util v0.3.32 |
| 1405 | 2026-06-26T17:52:04.313Z | Compiling der_derive v0.7.3 |
| 1406 | 2026-06-26T17:52:04.677Z | Compiling icu_provider v2.1.1 |
| 1407 | 2026-06-26T17:52:04.836Z | Compiling bytes v1.11.1 |
| 1408 | 2026-06-26T17:52:04.894Z | Compiling chrono v0.4.44 |
| 1409 | 2026-06-26T17:52:04.967Z | Compiling icu_properties v2.1.2 |
| 1410 | 2026-06-26T17:52:05.261Z | Compiling icu_normalizer v2.1.1 |
| 1411 | 2026-06-26T17:52:05.450Z | Compiling tokio v1.52.1 |
| 1412 | 2026-06-26T17:52:05.503Z | Compiling http v1.4.0 |
| 1413 | 2026-06-26T17:52:05.783Z | Compiling der v0.7.10 |
| 1414 | 2026-06-26T17:52:06.044Z | Compiling idna_adapter v1.2.1 |
| 1415 | 2026-06-26T17:52:06.179Z | Compiling idna v1.1.0 |
| 1416 | 2026-06-26T17:52:06.260Z | Compiling salsa20 v0.10.2 |
| 1417 | 2026-06-26T17:52:06.390Z | Compiling pbkdf2 v0.12.2 |
| 1418 | 2026-06-26T17:52:06.404Z | Compiling rustls-pki-types v1.14.0 |
| 1419 | 2026-06-26T17:52:06.417Z | Compiling tracing-attributes v0.1.31 |
| 1420 | 2026-06-26T17:52:06.505Z | Compiling ppv-lite86 v0.2.21 |
| 1421 | 2026-06-26T17:52:06.666Z | Compiling url v2.5.8 |
| 1422 | 2026-06-26T17:52:06.816Z | Compiling spki v0.7.3 |
| 1423 | 2026-06-26T17:52:06.819Z | Compiling thiserror-impl v2.0.18 |
| 1424 | 2026-06-26T17:52:06.841Z | Compiling rand_chacha v0.9.0 |
| 1425 | 2026-06-26T17:52:06.944Z | Compiling scrypt v0.11.0 |
| 1426 | 2026-06-26T17:52:07.078Z | Compiling http-body v1.0.1 |
| 1427 | 2026-06-26T17:52:07.199Z | Compiling aes v0.8.4 |
| 1428 | 2026-06-26T17:52:07.232Z | Compiling cbc v0.1.2 |
| 1429 | 2026-06-26T17:52:07.446Z | Compiling httparse v1.10.1 |
| 1430 | 2026-06-26T17:52:07.512Z | Compiling openssl-probe v0.2.1 |
| 1431 | 2026-06-26T17:52:07.587Z | Compiling untrusted v0.9.0 |
| 1432 | 2026-06-26T17:52:07.684Z | Compiling tinyvec_macros v0.1.1 |
| 1433 | 2026-06-26T17:52:07.707Z | Compiling untrusted v0.7.1 |
| 1434 | 2026-06-26T17:52:07.719Z | Compiling tracing v0.1.44 |
| 1435 | 2026-06-26T17:52:07.751Z | Compiling tinyvec v1.10.0 |
| 1436 | 2026-06-26T17:52:07.832Z | Compiling pkcs5 v0.7.1 |
| 1437 | 2026-06-26T17:52:07.984Z | Compiling pest_generator v2.8.6 |
| 1438 | 2026-06-26T17:52:08.105Z | Compiling rand v0.9.2 |
| 1439 | 2026-06-26T17:52:08.213Z | Compiling thiserror v2.0.18 |
| 1440 | 2026-06-26T17:52:08.239Z | Compiling serde_derive_internals v0.29.1 |
| 1441 | 2026-06-26T17:52:08.297Z | Compiling aho-corasick v1.1.4 |
| 1442 | 2026-06-26T17:52:08.314Z | Compiling try-lock v0.2.5 |
| 1443 | 2026-06-26T17:52:08.423Z | Compiling atomic-waker v1.1.2 |
| 1444 | 2026-06-26T17:52:08.546Z | Compiling tower-layer v0.3.3 |
| 1445 | 2026-06-26T17:52:08.684Z | Compiling schemars v0.8.22 |
| 1446 | 2026-06-26T17:52:08.704Z | Compiling dyn-clone v1.0.20 |
| 1447 | 2026-06-26T17:52:08.838Z | Compiling tower-service v0.3.3 |
| 1448 | 2026-06-26T17:52:08.873Z | Compiling rustls v0.23.37 |
| 1449 | 2026-06-26T17:52:08.904Z | Compiling pest_derive v2.8.6 |
| 1450 | 2026-06-26T17:52:08.929Z | Compiling want v0.3.1 |
| 1451 | 2026-06-26T17:52:09.039Z | Compiling pkcs8 v0.10.2 |
| 1452 | 2026-06-26T17:52:09.090Z | Compiling regex-automata v0.4.14 |
| 1453 | 2026-06-26T17:52:09.105Z | Compiling schemars_derive v0.8.22 |
| 1454 | 2026-06-26T17:52:09.323Z | Compiling tokio-util v0.7.18 |
| 1455 | 2026-06-26T17:52:09.564Z | Compiling ipnet v2.11.0 |
| 1456 | 2026-06-26T17:52:09.632Z | Compiling scroll_derive v0.13.1 |
| 1457 | 2026-06-26T17:52:09.940Z | Compiling darling_core v0.20.11 |
| 1458 | 2026-06-26T17:52:10.045Z | Compiling h2 v0.4.13 |
| 1459 | 2026-06-26T17:52:10.324Z | Compiling pin-utils v0.1.0 |
| 1460 | 2026-06-26T17:52:10.339Z | Compiling openssl v0.10.79 |
| 1461 | 2026-06-26T17:52:10.394Z | Compiling foreign-types-shared v0.1.1 |
| 1462 | 2026-06-26T17:52:10.415Z | Compiling httpdate v1.0.3 |
| 1463 | 2026-06-26T17:52:10.479Z | Compiling foreign-types v0.3.2 |
| 1464 | 2026-06-26T17:52:10.548Z | Compiling scroll v0.13.0 |
| 1465 | 2026-06-26T17:52:10.578Z | Compiling tempfile v3.25.0 |
| 1466 | 2026-06-26T17:52:10.806Z | Compiling unicode-normalization v0.1.25 |
| 1467 | 2026-06-26T17:52:11.091Z | Compiling openssl-macros v0.1.1 |
| 1468 | 2026-06-26T17:52:11.253Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1469 | 2026-06-26T17:52:11.335Z | Compiling socket2 v0.5.10 |
| 1470 | 2026-06-26T17:52:11.482Z | Compiling spin v0.9.8 |
| 1471 | 2026-06-26T17:52:11.631Z | Compiling num-conv v0.2.0 |
| 1472 | 2026-06-26T17:52:11.687Z | Compiling native-tls v0.2.18 |
| 1473 | 2026-06-26T17:52:11.730Z | Compiling time-core v0.1.8 |
| 1474 | 2026-06-26T17:52:11.761Z | Compiling crc32fast v1.5.0 |
| 1475 | 2026-06-26T17:52:11.872Z | Compiling powerfmt v0.2.0 |
| 1476 | 2026-06-26T17:52:11.899Z | Compiling time-macros v0.2.27 |
| 1477 | 2026-06-26T17:52:12.077Z | Compiling deranged v0.5.8 |
| 1478 | 2026-06-26T17:52:12.219Z | Compiling darling_macro v0.20.11 |
| 1479 | 2026-06-26T17:52:12.693Z | Compiling darling v0.20.11 |
| 1480 | 2026-06-26T17:52:12.775Z | Compiling goblin v0.10.5 |
| 1481 | 2026-06-26T17:52:13.008Z | Compiling rustls-native-certs v0.8.3 |
| 1482 | 2026-06-26T17:52:13.039Z | Compiling hyper v1.8.1 |
| 1483 | 2026-06-26T17:52:13.144Z | Compiling sync_wrapper v1.0.2 |
| 1484 | 2026-06-26T17:52:13.253Z | Compiling wait-timeout v0.2.1 |
| 1485 | 2026-06-26T17:52:13.295Z | Compiling syn v1.0.109 |
| 1486 | 2026-06-26T17:52:13.511Z | Compiling siphasher v1.0.2 |
| 1487 | 2026-06-26T17:52:13.591Z | Compiling usdt-impl v0.6.0 |
| 1488 | 2026-06-26T17:52:13.694Z | Compiling quick-error v1.2.3 |
| 1489 | 2026-06-26T17:52:13.788Z | Compiling bit-vec v0.8.0 |
| 1490 | 2026-06-26T17:52:13.801Z | Compiling unicode-segmentation v1.12.0 |
| 1491 | 2026-06-26T17:52:14.022Z | Compiling simd-adler32 v0.3.8 |
| 1492 | 2026-06-26T17:52:14.036Z | Compiling num_threads v0.1.7 |
| 1493 | 2026-06-26T17:52:14.131Z | Compiling hyper-util v0.1.20 |
| 1494 | 2026-06-26T17:52:14.172Z | Compiling crossbeam-utils v0.8.21 |
| 1495 | 2026-06-26T17:52:14.262Z | Compiling time v0.3.47 |
| 1496 | 2026-06-26T17:52:14.582Z | Compiling bit-set v0.8.0 |
| 1497 | 2026-06-26T17:52:14.761Z | Compiling rusty-fork v0.3.1 |
| 1498 | 2026-06-26T17:52:14.827Z | Compiling tower v0.5.3 |
| 1499 | 2026-06-26T17:52:15.064Z | Compiling derive_builder_core v0.20.2 |
| 1500 | 2026-06-26T17:52:15.258Z | Compiling dtrace-parser v0.3.0 |
| 1501 | 2026-06-26T17:52:15.290Z | Compiling http-body-util v0.1.3 |
| 1502 | 2026-06-26T17:52:15.533Z | Compiling dof v0.4.0 |
| 1503 | 2026-06-26T17:52:15.815Z | Compiling webpki-roots v1.0.6 |
| 1504 | 2026-06-26T17:52:15.836Z | Compiling signature v2.2.0 |
| 1505 | 2026-06-26T17:52:15.909Z | Compiling scroll_derive v0.12.1 |
| 1506 | 2026-06-26T17:52:15.930Z | Compiling thiserror-impl v1.0.69 |
| 1507 | 2026-06-26T17:52:15.985Z | Compiling heapless v0.7.17 |
| 1508 | 2026-06-26T17:52:16.006Z | Compiling rand_xorshift v0.4.0 |
| 1509 | 2026-06-26T17:52:16.161Z | Compiling slog v2.8.2 |
| 1510 | 2026-06-26T17:52:16.207Z | Compiling darling_core v0.21.3 |
| 1511 | 2026-06-26T17:52:16.340Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1512 | 2026-06-26T17:52:16.554Z | Compiling thread-id v5.1.0 |
| 1513 | 2026-06-26T17:52:16.605Z | Compiling cookie v0.18.1 |
| 1514 | 2026-06-26T17:52:16.634Z | Compiling zstd-safe v7.2.4 |
| 1515 | 2026-06-26T17:52:16.662Z | Compiling signal-hook v0.3.18 |
| 1516 | 2026-06-26T17:52:16.783Z | Compiling ryu v1.0.23 |
| 1517 | 2026-06-26T17:52:16.824Z | Compiling unarray v0.1.4 |
| 1518 | 2026-06-26T17:52:16.839Z | Compiling anyhow v1.0.102 |
| 1519 | 2026-06-26T17:52:16.928Z | Compiling unicode-bidi v0.3.18 |
| 1520 | 2026-06-26T17:52:16.931Z | Compiling adler2 v2.0.1 |
| 1521 | 2026-06-26T17:52:16.977Z | Compiling paste v1.0.15 |
| 1522 | 2026-06-26T17:52:17.112Z | Compiling unicode-properties v0.1.4 |
| 1523 | 2026-06-26T17:52:17.176Z | Compiling iri-string v0.7.10 |
| 1524 | 2026-06-26T17:52:17.189Z | Compiling allocator-api2 v0.2.21 |
| 1525 | 2026-06-26T17:52:17.298Z | Compiling stringprep v0.1.5 |
| 1526 | 2026-06-26T17:52:17.315Z | Compiling thiserror v1.0.69 |
| 1527 | 2026-06-26T17:52:17.494Z | Compiling miniz_oxide v0.8.9 |
| 1528 | 2026-06-26T17:52:17.508Z | Compiling proptest v1.10.0 |
| 1529 | 2026-06-26T17:52:17.624Z | Compiling serde_urlencoded v0.7.1 |
| 1530 | 2026-06-26T17:52:18.094Z | Compiling scroll v0.12.0 |
| 1531 | 2026-06-26T17:52:18.353Z | Compiling tower-http v0.6.8 |
| 1532 | 2026-06-26T17:52:18.432Z | Compiling derive_builder_macro v0.20.2 |
| 1533 | 2026-06-26T17:52:18.627Z | Compiling tokio-native-tls v0.3.1 |
| 1534 | 2026-06-26T17:52:18.731Z | Compiling darling_macro v0.21.3 |
| 1535 | 2026-06-26T17:52:18.750Z | Compiling heck v0.4.1 |
| 1536 | 2026-06-26T17:52:18.794Z | Compiling ipnetwork v0.21.1 |
| 1537 | 2026-06-26T17:52:18.882Z | Compiling bstr v1.12.1 |
| 1538 | 2026-06-26T17:52:18.964Z | Compiling rand_chacha v0.3.1 |
| 1539 | 2026-06-26T17:52:19.159Z | Compiling toml_datetime v0.6.11 |
| 1540 | 2026-06-26T17:52:19.180Z | Compiling serde_tokenstream v0.2.3 |
| 1541 | 2026-06-26T17:52:19.207Z | Compiling serde_spanned v0.6.9 |
| 1542 | 2026-06-26T17:52:19.347Z | Compiling erased-serde v0.3.31 |
| 1543 | 2026-06-26T17:52:19.413Z | Compiling md-5 v0.10.6 |
| 1544 | 2026-06-26T17:52:19.488Z | Compiling pin-project-internal v1.1.11 |
| 1545 | 2026-06-26T17:52:19.521Z | Compiling zerocopy-derive v0.7.35 |
| 1546 | 2026-06-26T17:52:19.573Z | Compiling async-trait v0.1.89 |
| 1547 | 2026-06-26T17:52:19.755Z | Compiling curve25519-dalek v4.1.3 |
| 1548 | 2026-06-26T17:52:19.816Z | Compiling vergen-lib v9.1.0 |
| 1549 | 2026-06-26T17:52:19.993Z | Compiling num-integer v0.1.46 |
| 1550 | 2026-06-26T17:52:20.079Z | Compiling hash32 v0.2.1 |
| 1551 | 2026-06-26T17:52:20.271Z | Compiling ff v0.13.1 |
| 1552 | 2026-06-26T17:52:20.304Z | Compiling memoffset v0.9.1 |
| 1553 | 2026-06-26T17:52:20.363Z | Compiling encoding_rs v0.8.35 |
| 1554 | 2026-06-26T17:52:20.407Z | Compiling mime v0.3.17 |
| 1555 | 2026-06-26T17:52:20.493Z | Compiling litrs v1.0.0 |
| 1556 | 2026-06-26T17:52:20.563Z | Compiling rustix v0.38.44 |
| 1557 | 2026-06-26T17:52:20.576Z | Compiling smoltcp v0.9.1 |
| 1558 | 2026-06-26T17:52:20.664Z | Compiling num-bigint-dig v0.8.6 |
| 1559 | 2026-06-26T17:52:20.849Z | Compiling fallible-iterator v0.2.0 |
| 1560 | 2026-06-26T17:52:20.899Z | Compiling base16ct v0.2.0 |
| 1561 | 2026-06-26T17:52:20.903Z | Compiling ref-cast v1.0.25 |
| 1562 | 2026-06-26T17:52:20.993Z | Compiling zlib-rs v0.6.2 |
| 1563 | 2026-06-26T17:52:21.078Z | Compiling psl-types v2.0.11 |
| 1564 | 2026-06-26T17:52:21.161Z | Compiling cfg_aliases v0.2.1 |
| 1565 | 2026-06-26T17:52:21.198Z | Compiling publicsuffix v2.3.0 |
| 1566 | 2026-06-26T17:52:21.233Z | Compiling nix v0.31.2 |
| 1567 | 2026-06-26T17:52:21.255Z | Compiling postgres-protocol v0.6.10 |
| 1568 | 2026-06-26T17:52:21.367Z | Compiling sec1 v0.7.3 |
| 1569 | 2026-06-26T17:52:21.590Z | Compiling document-features v0.2.12 |
| 1570 | 2026-06-26T17:52:21.759Z | Compiling pin-project v1.1.11 |
| 1571 | 2026-06-26T17:52:21.840Z | Compiling group v0.13.0 |
| 1572 | 2026-06-26T17:52:21.853Z | Compiling zerocopy v0.7.35 |
| 1573 | 2026-06-26T17:52:22.070Z | Compiling num-iter v0.1.45 |
| 1574 | 2026-06-26T17:52:22.215Z | Compiling newtype-uuid v1.3.2 |
| 1575 | 2026-06-26T17:52:22.371Z | Compiling hubpack_derive v0.1.1 |
| 1576 | 2026-06-26T17:52:22.405Z | Compiling darling v0.21.3 |
| 1577 | 2026-06-26T17:52:22.446Z | Compiling rand v0.8.6 |
| 1578 | 2026-06-26T17:52:22.488Z | Compiling oxnet v0.1.6 |
| 1579 | 2026-06-26T17:52:22.544Z | Compiling snafu-derive v0.8.9 |
| 1580 | 2026-06-26T17:52:22.647Z | Compiling derive_builder v0.20.2 |
| 1581 | 2026-06-26T17:52:22.775Z | Compiling hyper-tls v0.6.0 |
| 1582 | 2026-06-26T17:52:22.916Z | Compiling goblin v0.8.2 |
| 1583 | 2026-06-26T17:52:23.538Z | Compiling phf_shared v0.13.1 |
| 1584 | 2026-06-26T17:52:23.624Z | Compiling lazy_static v1.5.0 |
| 1585 | 2026-06-26T17:52:23.720Z | Compiling regex v1.12.3 |
| 1586 | 2026-06-26T17:52:23.777Z | Compiling anstyle-parse v0.2.7 |
| 1587 | 2026-06-26T17:52:23.920Z | Compiling flate2 v1.1.9 |
| 1588 | 2026-06-26T17:52:23.956Z | Compiling strum_macros v0.27.2 |
| 1589 | 2026-06-26T17:52:24.146Z | Compiling futures-executor v0.3.32 |
| 1590 | 2026-06-26T17:52:24.273Z | Compiling hex v0.4.3 |
| 1591 | 2026-06-26T17:52:24.320Z | Compiling hkdf v0.12.4 |
| 1592 | 2026-06-26T17:52:24.403Z | Compiling crypto-bigint v0.5.5 |
| 1593 | 2026-06-26T17:52:24.420Z | Compiling daft-derive v0.1.7 |
| 1594 | 2026-06-26T17:52:24.484Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1595 | 2026-06-26T17:52:24.535Z | Compiling ref-cast-impl v1.0.25 |
| 1596 | 2026-06-26T17:52:25.076Z | Compiling terminal_size v0.4.3 |
| 1597 | 2026-06-26T17:52:25.125Z | Compiling vergen v9.1.0 |
| 1598 | 2026-06-26T17:52:25.133Z | Compiling fs-err v3.3.0 |
| 1599 | 2026-06-26T17:52:25.211Z | Compiling cargo-platform v0.3.2 |
| 1600 | 2026-06-26T17:52:25.299Z | Compiling ahash v0.8.12 |
| 1601 | 2026-06-26T17:52:25.347Z | Compiling foldhash v0.2.0 |
| 1602 | 2026-06-26T17:52:25.476Z | Compiling foldhash v0.1.5 |
| 1603 | 2026-06-26T17:52:25.504Z | Compiling bitflags v1.3.2 |
| 1604 | 2026-06-26T17:52:25.534Z | Compiling managed v0.8.0 |
| 1605 | 2026-06-26T17:52:25.578Z | Compiling libbz2-rs-sys v0.2.2 |
| 1606 | 2026-06-26T17:52:25.641Z | Compiling winnow v0.5.40 |
| 1607 | 2026-06-26T17:52:25.745Z | Compiling bumpalo v3.20.2 |
| 1608 | 2026-06-26T17:52:25.872Z | Compiling object v0.37.3 |
| 1609 | 2026-06-26T17:52:25.996Z | Compiling same-file v1.0.6 |
| 1610 | 2026-06-26T17:52:26.161Z | Compiling walkdir v2.5.0 |
| 1611 | 2026-06-26T17:52:26.184Z | Compiling bzip2 v0.6.1 |
| 1612 | 2026-06-26T17:52:26.257Z | Compiling zopfli v0.8.3 |
| 1613 | 2026-06-26T17:52:26.325Z | Compiling strum v0.27.2 |
| 1614 | 2026-06-26T17:52:26.462Z | Compiling hashbrown v0.15.5 |
| 1615 | 2026-06-26T17:52:26.480Z | Compiling clap_builder v4.6.0 |
| 1616 | 2026-06-26T17:52:26.533Z | Compiling hashbrown v0.16.1 |
| 1617 | 2026-06-26T17:52:26.911Z | Compiling cargo_metadata v0.23.1 |
| 1618 | 2026-06-26T17:52:27.040Z | Compiling toml_edit v0.19.15 |
| 1619 | 2026-06-26T17:52:27.102Z | Compiling elliptic-curve v0.13.8 |
| 1620 | 2026-06-26T17:52:27.219Z | Compiling daft v0.1.7 |
| 1621 | 2026-06-26T17:52:27.500Z | Compiling dof v0.3.0 |
| 1622 | 2026-06-26T17:52:27.605Z | Compiling snafu v0.8.9 |
| 1623 | 2026-06-26T17:52:27.962Z | Compiling futures v0.3.32 |
| 1624 | 2026-06-26T17:52:28.047Z | Compiling anstream v0.6.21 |
| 1625 | 2026-06-26T17:52:28.225Z | Compiling phf v0.13.1 |
| 1626 | 2026-06-26T17:52:28.381Z | Compiling signal-hook-mio v0.2.5 |
| 1627 | 2026-06-26T17:52:28.410Z | Compiling cookie_store v0.22.1 |
| 1628 | 2026-06-26T17:52:28.498Z | Compiling zstd v0.13.3 |
| 1629 | 2026-06-26T17:52:28.699Z | Compiling bzip2 v0.4.4 |
| 1630 | 2026-06-26T17:52:28.755Z | Compiling hubpack v0.1.2 |
| 1631 | 2026-06-26T17:52:28.901Z | Compiling serde_with_macros v3.17.0 |
| 1632 | 2026-06-26T17:52:29.053Z | Compiling postgres-types v0.2.12 |
| 1633 | 2026-06-26T17:52:29.511Z | Compiling usdt-attr-macro v0.6.0 |
| 1634 | 2026-06-26T17:52:29.597Z | Compiling usdt-macro v0.6.0 |
| 1635 | 2026-06-26T17:52:29.667Z | Compiling globset v0.4.18 |
| 1636 | 2026-06-26T17:52:30.006Z | Compiling dtrace-parser v0.2.0 |
| 1637 | 2026-06-26T17:52:30.111Z | Compiling ed25519 v2.2.3 |
| 1638 | 2026-06-26T17:52:30.224Z | Compiling phf_shared v0.11.3 |
| 1639 | 2026-06-26T17:52:30.291Z | Compiling olpc-cjson v0.1.4 |
| 1640 | 2026-06-26T17:52:30.325Z | Compiling pkcs1 v0.7.5 |
| 1641 | 2026-06-26T17:52:30.338Z | Compiling enum-as-inner v0.6.1 |
| 1642 | 2026-06-26T17:52:30.401Z | Compiling strum_macros v0.26.4 |
| 1643 | 2026-06-26T17:52:30.448Z | Compiling clap_derive v4.6.1 |
| 1644 | 2026-06-26T17:52:30.720Z | Compiling serde-big-array v0.5.1 |
| 1645 | 2026-06-26T17:52:30.754Z | Compiling serde_plain v1.0.2 |
| 1646 | 2026-06-26T17:52:30.831Z | Compiling rfc6979 v0.4.0 |
| 1647 | 2026-06-26T17:52:30.862Z | Compiling async-recursion v1.1.1 |
| 1648 | 2026-06-26T17:52:30.944Z | Compiling serde_repr v0.1.20 |
| 1649 | 2026-06-26T17:52:30.958Z | Compiling pem v3.0.6 |
| 1650 | 2026-06-26T17:52:31.024Z | Compiling float-cmp v0.10.0 |
| 1651 | 2026-06-26T17:52:31.163Z | Compiling thread-id v4.2.2 |
| 1652 | 2026-06-26T17:52:31.248Z | Compiling memmap2 v0.9.10 |
| 1653 | 2026-06-26T17:52:31.274Z | Compiling env_filter v1.0.0 |
| 1654 | 2026-06-26T17:52:31.457Z | Compiling difflib v0.4.0 |
| 1655 | 2026-06-26T17:52:31.473Z | Compiling fixedbitset v0.5.7 |
| 1656 | 2026-06-26T17:52:31.558Z | Compiling static_assertions v1.1.0 |
| 1657 | 2026-06-26T17:52:31.573Z | Compiling typed-path v0.9.3 |
| 1658 | 2026-06-26T17:52:31.608Z | Compiling keccak v0.1.6 |
| 1659 | 2026-06-26T17:52:31.778Z | Compiling data-encoding v2.10.0 |
| 1660 | 2026-06-26T17:52:32.028Z | Compiling predicates-core v1.0.10 |
| 1661 | 2026-06-26T17:52:32.168Z | Compiling new_debug_unreachable v1.0.6 |
| 1662 | 2026-06-26T17:52:32.204Z | Compiling precomputed-hash v0.1.1 |
| 1663 | 2026-06-26T17:52:32.219Z | Compiling jiff v0.2.21 |
| 1664 | 2026-06-26T17:52:32.245Z | Compiling normalize-line-endings v0.3.0 |
| 1665 | 2026-06-26T17:52:32.285Z | Compiling fixedbitset v0.4.2 |
| 1666 | 2026-06-26T17:52:32.333Z | Compiling either v1.15.0 |
| 1667 | 2026-06-26T17:52:32.366Z | Compiling whoami v2.1.0 |
| 1668 | 2026-06-26T17:52:32.515Z | Compiling petgraph v0.6.5 |
| 1669 | 2026-06-26T17:52:32.540Z | Compiling itertools v0.13.0 |
| 1670 | 2026-06-26T17:52:32.553Z | Compiling predicates v3.1.4 |
| 1671 | 2026-06-26T17:52:32.750Z | Compiling tokio-postgres v0.7.16 |
| 1672 | 2026-06-26T17:52:32.832Z | Compiling toml_edit v0.22.27 |
| 1673 | 2026-06-26T17:52:33.199Z | Compiling string_cache v0.8.9 |
| 1674 | 2026-06-26T17:52:33.473Z | Compiling clap v4.6.1 |
| 1675 | 2026-06-26T17:52:33.520Z | Compiling strum v0.26.3 |
| 1676 | 2026-06-26T17:52:33.643Z | Compiling hickory-proto v0.25.2 |
| 1677 | 2026-06-26T17:52:33.746Z | Compiling sha3 v0.10.8 |
| 1678 | 2026-06-26T17:52:33.953Z | Compiling petgraph v0.8.3 |
| 1679 | 2026-06-26T17:52:33.981Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1680 | 2026-06-26T17:52:34.194Z | Compiling env_logger v0.11.9 |
| 1681 | 2026-06-26T17:52:34.544Z | Compiling usdt v0.6.0 |
| 1682 | 2026-06-26T17:52:34.803Z | Compiling zip v4.6.1 |
| 1683 | 2026-06-26T17:52:34.931Z | Compiling usdt-impl v0.5.0 |
| 1684 | 2026-06-26T17:52:35.489Z | Compiling ecdsa v0.16.9 |
| 1685 | 2026-06-26T17:52:35.506Z | Compiling rsa v0.9.10 |
| 1686 | 2026-06-26T17:52:35.757Z | Compiling ed25519-dalek v2.2.0 |
| 1687 | 2026-06-26T17:52:35.867Z | Compiling serde_with v3.17.0 |
| 1688 | 2026-06-26T17:52:35.881Z | Compiling crossterm v0.28.1 |
| 1689 | 2026-06-26T17:52:36.409Z | Compiling zip v0.6.6 |
| 1690 | 2026-06-26T17:52:37.009Z | Compiling toml v0.7.8 |
| 1691 | 2026-06-26T17:52:37.153Z | Compiling iddqd v0.4.2 |
| 1692 | 2026-06-26T17:52:37.654Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1693 | 2026-06-26T17:52:37.866Z | Compiling similar v2.7.0 |
| 1694 | 2026-06-26T17:52:37.880Z | Compiling crossbeam-epoch v0.9.18 |
| 1695 | 2026-06-26T17:52:38.206Z | Compiling tokio-stream v0.1.18 |
| 1696 | 2026-06-26T17:52:38.284Z | Compiling buf-list v1.1.2 |
| 1697 | 2026-06-26T17:52:38.298Z | Compiling x509-cert v0.2.5 |
| 1698 | 2026-06-26T17:52:38.449Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1699 | 2026-06-26T17:52:38.561Z | Compiling openapiv3 v2.2.0 |
| 1700 | 2026-06-26T17:52:38.668Z | Compiling sha1 v0.10.6 |
| 1701 | 2026-06-26T17:52:38.734Z | Compiling peg-runtime v0.8.5 |
| 1702 | 2026-06-26T17:52:38.751Z | Compiling lalrpop-util v0.19.12 |
| 1703 | 2026-06-26T17:52:38.824Z | Compiling thread_local v1.1.9 |
| 1704 | 2026-06-26T17:52:38.883Z | Compiling slog-async v2.8.0 |
| 1705 | 2026-06-26T17:52:38.972Z | Compiling crossbeam-channel v0.5.15 |
| 1706 | 2026-06-26T17:52:39.007Z | Compiling is-terminal v0.4.17 |
| 1707 | 2026-06-26T17:52:39.070Z | Compiling filetime v0.2.27 |
| 1708 | 2026-06-26T17:52:39.105Z | Compiling term v1.2.1 |
| 1709 | 2026-06-26T17:52:39.189Z | Compiling take_mut v0.2.2 |
| 1710 | 2026-06-26T17:52:39.238Z | Compiling xattr v1.6.1 |
| 1711 | 2026-06-26T17:52:39.386Z | Compiling slog-term v2.9.2 |
| 1712 | 2026-06-26T17:52:39.403Z | Compiling tar v0.4.45 |
| 1713 | 2026-06-26T17:52:49.124Z | Compiling rustls-webpki v0.103.9 |
| 1714 | 2026-06-26T17:52:51.903Z | Compiling tokio-rustls v0.26.4 |
| 1715 | 2026-06-26T17:52:51.903Z | Compiling rustls-platform-verifier v0.6.2 |
| 1716 | 2026-06-26T17:52:52.116Z | Compiling hyper-rustls v0.27.7 |
| 1717 | 2026-06-26T17:52:52.317Z | Compiling reqwest v0.12.28 |
| 1718 | 2026-06-26T17:52:52.320Z | Compiling reqwest v0.13.2 |
| 1719 | 2026-06-26T17:52:53.643Z | Compiling tough v0.22.0 |
| 1720 | 2026-06-26T17:52:56.112Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1721 | 2026-06-26T17:52:56.319Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1722 | 2026-06-26T17:52:59.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 1723 | 2026-06-26T17:52:59.349Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1724 | 2026-06-26T17:52:59.398Z | Jun 26 17:52:58.401 INFO Starting download, target: Cockroach |
| 1725 | 2026-06-26T17:52:59.398Z | Jun 26 17:52:58.402 INFO Starting download, target: DendriteStub |
| 1726 | 2026-06-26T17:52:59.398Z | Jun 26 17:52:58.402 INFO Starting download, target: Console |
| 1727 | 2026-06-26T17:52:59.398Z | Jun 26 17:52:58.402 INFO Starting download, target: Clickhouse |
| 1728 | 2026-06-26T17:52:59.401Z | Jun 26 17:52:58.402 INFO Starting download, target: MaghemiteMgd |
| 1729 | 2026-06-26T17:52:59.401Z | Jun 26 17:52:58.402 INFO Starting download, target: MaghemiteDdmd |
| 1730 | 2026-06-26T17:52:59.401Z | Jun 26 17:52:58.402 INFO Starting download, target: TransceiverControl |
| 1731 | 2026-06-26T17:52:59.401Z | Jun 26 17:52:58.402 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1732 | 2026-06-26T17:52:59.401Z | Jun 26 17:52:58.402 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1733 | 2026-06-26T17:52:59.401Z | Jun 26 17:52:58.402 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1734 | 2026-06-26T17:52:59.401Z | Jun 26 17:52:58.402 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1735 | 2026-06-26T17:52:59.401Z | Jun 26 17:52:58.402 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1736 | 2026-06-26T17:52:59.401Z | Jun 26 17:52:58.402 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1737 | 2026-06-26T17:52:59.401Z | Jun 26 17:52:58.402 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1738 | 2026-06-26T17:53:00.059Z | Jun 26 17:52:59.047 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1739 | 2026-06-26T17:53:00.261Z | Jun 26 17:52:59.259 INFO Download complete, target: TransceiverControl |
| 1740 | 2026-06-26T17:53:01.415Z | Jun 26 17:53:00.419 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1741 | 2026-06-26T17:53:01.450Z | Jun 26 17:53:00.435 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1742 | 2026-06-26T17:53:01.493Z | Jun 26 17:53:00.468 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1743 | 2026-06-26T17:53:01.683Z | Jun 26 17:53:00.687 INFO Download complete, target: Console |
| 1744 | 2026-06-26T17:53:01.779Z | Jun 26 17:53:00.782 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1745 | 2026-06-26T17:53:01.793Z | Jun 26 17:53:00.784 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1746 | 2026-06-26T17:53:02.123Z | Jun 26 17:53:01.127 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1747 | 2026-06-26T17:53:02.123Z | Jun 26 17:53:01.128 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1748 | 2026-06-26T17:53:03.431Z | Jun 26 17:53:02.435 INFO Download complete, target: MaghemiteDdmd |
| 1749 | 2026-06-26T17:53:03.928Z | Jun 26 17:53:02.932 INFO Download complete, target: DendriteStub |
| 1750 | 2026-06-26T17:53:04.367Z | Jun 26 17:53:03.371 INFO Download complete, target: MaghemiteMgd |
| 1751 | 2026-06-26T17:53:06.479Z | Jun 26 17:53:05.483 INFO Checking that binary works, target: Cockroach |
| 1752 | 2026-06-26T17:53:06.597Z | Jun 26 17:53:05.601 INFO Download complete, target: Cockroach |
| 1753 | 2026-06-26T17:53:08.673Z | Jun 26 17:53:07.677 INFO Checking that binary works, target: Clickhouse |
| 1754 | 2026-06-26T17:53:08.756Z | Jun 26 17:53:07.760 INFO Download complete, target: Clickhouse |
| 1755 | 2026-06-26T17:53:08.772Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1756 | 2026-06-26T17:53:08.775Z | |
| 1757 | 2026-06-26T17:53:08.775Z | real 2:04.318513059 |
| 1758 | 2026-06-26T17:53:08.775Z | user 6:49.469812318 |
| 1759 | 2026-06-26T17:53:08.775Z | sys 1:23.335549623 |
| 1760 | 2026-06-26T17:53:08.775Z | trap 0.245730625 |
| 1761 | 2026-06-26T17:53:08.775Z | tflt 0.610448019 |
| 1762 | 2026-06-26T17:53:08.775Z | dflt 0.655064330 |
| 1763 | 2026-06-26T17:53:08.775Z | kflt 0.024682633 |
| 1764 | 2026-06-26T17:53:08.776Z | lock 22:46.636118294 |
| 1765 | 2026-06-26T17:53:08.776Z | slp 21:02.563716091 |
| 1766 | 2026-06-26T17:53:08.776Z | lat 42.820450418 |
| 1767 | 2026-06-26T17:53:08.776Z | stop 1:57.734085106 |
| 1768 | 2026-06-26T17:53:08.776Z | + banner clippy |
| 1769 | 2026-06-26T17:53:08.776Z | |
| 1770 | 2026-06-26T17:53:08.776Z | #### # # ##### ##### # # |
| 1771 | 2026-06-26T17:53:08.776Z | # # # # # # # # # # |
| 1772 | 2026-06-26T17:53:08.776Z | # # # # # # # # |
| 1773 | 2026-06-26T17:53:08.776Z | # # # ##### ##### # |
| 1774 | 2026-06-26T17:53:08.776Z | # # # # # # # |
| 1775 | 2026-06-26T17:53:08.776Z | #### ###### # # # # |
| 1776 | 2026-06-26T17:53:08.776Z | |
| 1777 | 2026-06-26T17:53:08.776Z | + export CARGO_INCREMENTAL=0 |
| 1778 | 2026-06-26T17:53:08.776Z | + CARGO_INCREMENTAL=0 |
| 1779 | 2026-06-26T17:53:08.776Z | + ptime -m cargo xtask clippy |
| 1780 | 2026-06-26T17:53:09.234Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1781 | 2026-06-26T17:53:09.448Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1782 | 2026-06-26T17:53:11.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s |
| 1783 | 2026-06-26T17:53:11.376Z | Running `target/debug/xtask clippy` |
| 1784 | 2026-06-26T17:53:11.403Z | running: /home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1785 | 2026-06-26T17:53:11.945Z | Downloading crates ... |
| 1786 | 2026-06-26T17:53:12.145Z | Downloaded addr2line v0.25.1 |
| 1787 | 2026-06-26T17:53:12.148Z | Downloaded assert_cmd v2.1.2 |
| 1788 | 2026-06-26T17:53:12.150Z | Downloaded backtrace-ext v0.2.1 |
| 1789 | 2026-06-26T17:53:12.153Z | Downloaded partial-io v0.5.4 |
| 1790 | 2026-06-26T17:53:12.157Z | Downloaded assert-json-diff v2.0.2 |
| 1791 | 2026-06-26T17:53:12.157Z | Downloaded approx v0.5.1 |
| 1792 | 2026-06-26T17:53:12.157Z | Downloaded anes v0.1.6 |
| 1793 | 2026-06-26T17:53:12.160Z | Downloaded cfg-expr v0.20.6 |
| 1794 | 2026-06-26T17:53:12.164Z | Downloaded plotters-svg v0.3.7 |
| 1795 | 2026-06-26T17:53:12.164Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1796 | 2026-06-26T17:53:12.164Z | Downloaded plotters-backend v0.3.7 |
| 1797 | 2026-06-26T17:53:12.164Z | Downloaded parking v2.2.1 |
| 1798 | 2026-06-26T17:53:12.167Z | Downloaded async-lock v3.4.2 |
| 1799 | 2026-06-26T17:53:12.167Z | Downloaded event-listener-strategy v0.5.4 |
| 1800 | 2026-06-26T17:53:12.167Z | Downloaded escape8259 v0.5.3 |
| 1801 | 2026-06-26T17:53:12.170Z | Downloaded cast v0.3.0 |
| 1802 | 2026-06-26T17:53:12.175Z | Downloaded similar-asserts v1.7.0 |
| 1803 | 2026-06-26T17:53:12.178Z | Downloaded nested v0.1.1 |
| 1804 | 2026-06-26T17:53:12.178Z | Downloaded constant_time_eq v0.3.1 |
| 1805 | 2026-06-26T17:53:12.181Z | Downloaded linkme-impl v0.3.35 |
| 1806 | 2026-06-26T17:53:12.183Z | Downloaded supports-unicode v2.1.0 |
| 1807 | 2026-06-26T17:53:12.183Z | Downloaded owo-colors v3.5.0 |
| 1808 | 2026-06-26T17:53:12.185Z | Downloaded terminal_size v0.1.17 |
| 1809 | 2026-06-26T17:53:12.185Z | Downloaded async-object-pool v0.2.0 |
| 1810 | 2026-06-26T17:53:12.185Z | Downloaded serde_regex v1.1.0 |
| 1811 | 2026-06-26T17:53:12.190Z | Downloaded supports-hyperlinks v2.1.0 |
| 1812 | 2026-06-26T17:53:12.193Z | Downloaded miette-derive v5.10.0 |
| 1813 | 2026-06-26T17:53:12.197Z | Downloaded target-triple v1.0.0 |
| 1814 | 2026-06-26T17:53:12.199Z | Downloaded supports-color v2.1.0 |
| 1815 | 2026-06-26T17:53:12.199Z | Downloaded oorandom v11.1.5 |
| 1816 | 2026-06-26T17:53:12.202Z | Downloaded criterion-plot v0.6.0 |
| 1817 | 2026-06-26T17:53:12.204Z | Downloaded path-tree v0.8.3 |
| 1818 | 2026-06-26T17:53:12.221Z | Downloaded libtest-mimic v0.8.1 |
| 1819 | 2026-06-26T17:53:12.223Z | Downloaded futures-timer v3.0.3 |
| 1820 | 2026-06-26T17:53:12.223Z | Downloaded concurrent-queue v2.5.0 |
| 1821 | 2026-06-26T17:53:12.226Z | Downloaded termcolor v1.4.1 |
| 1822 | 2026-06-26T17:53:12.226Z | Downloaded pathdiff v0.2.3 |
| 1823 | 2026-06-26T17:53:12.228Z | Downloaded target-spec v3.5.7 |
| 1824 | 2026-06-26T17:53:12.230Z | Downloaded relative-path v1.9.3 |
| 1825 | 2026-06-26T17:53:12.230Z | Downloaded knuffel-derive v3.2.0 |
| 1826 | 2026-06-26T17:53:12.233Z | Downloaded tinytemplate v1.2.1 |
| 1827 | 2026-06-26T17:53:12.233Z | Downloaded httptest v0.16.4 |
| 1828 | 2026-06-26T17:53:12.233Z | Downloaded rust-argon2 v2.1.0 |
| 1829 | 2026-06-26T17:53:12.237Z | Downloaded linkme v0.3.35 |
| 1830 | 2026-06-26T17:53:12.241Z | Downloaded target-lexicon v0.13.3 |
| 1831 | 2026-06-26T17:53:12.244Z | Downloaded stringmetrics v2.2.2 |
| 1832 | 2026-06-26T17:53:12.246Z | Downloaded hickory-client v0.25.2 |
| 1833 | 2026-06-26T17:53:12.246Z | Downloaded blake2b_simd v1.0.4 |
| 1834 | 2026-06-26T17:53:12.249Z | Downloaded trybuild v1.0.116 |
| 1835 | 2026-06-26T17:53:12.251Z | Downloaded datatest-stable v0.3.3 |
| 1836 | 2026-06-26T17:53:12.264Z | Downloaded textwrap v0.15.2 |
| 1837 | 2026-06-26T17:53:12.272Z | Downloaded rstest v0.25.0 |
| 1838 | 2026-06-26T17:53:12.279Z | Downloaded event-listener v5.4.1 |
| 1839 | 2026-06-26T17:53:12.285Z | Downloaded rustc-demangle v0.1.27 |
| 1840 | 2026-06-26T17:53:12.287Z | Downloaded miette v5.10.0 |
| 1841 | 2026-06-26T17:53:12.290Z | Downloaded rstest_macros v0.25.0 |
| 1842 | 2026-06-26T17:53:12.290Z | Downloaded chumsky v0.9.3 |
| 1843 | 2026-06-26T17:53:12.292Z | Downloaded rand_distr v0.5.1 |
| 1844 | 2026-06-26T17:53:12.295Z | Downloaded knuffel v3.2.0 |
| 1845 | 2026-06-26T17:53:12.295Z | Downloaded fancy-regex v0.14.0 |
| 1846 | 2026-06-26T17:53:12.297Z | Downloaded backtrace v0.3.76 |
| 1847 | 2026-06-26T17:53:12.300Z | Downloaded criterion v0.7.0 |
| 1848 | 2026-06-26T17:53:12.317Z | Downloaded hashbrown v0.14.5 |
| 1849 | 2026-06-26T17:53:12.320Z | Downloaded plotters v0.3.7 |
| 1850 | 2026-06-26T17:53:12.324Z | Downloaded guppy v0.17.25 |
| 1851 | 2026-06-26T17:53:12.334Z | Downloaded gimli v0.32.3 |
| 1852 | 2026-06-26T17:53:12.422Z | Downloaded httpmock v0.8.3 |
| 1853 | 2026-06-26T17:53:14.086Z | Checking cfg-if v1.0.4 |
| 1854 | 2026-06-26T17:53:14.435Z | Checking libc v0.2.185 |
| 1855 | 2026-06-26T17:53:14.438Z | Checking serde_core v1.0.228 |
| 1856 | 2026-06-26T17:53:14.506Z | Checking memchr v2.8.0 |
| 1857 | 2026-06-26T17:53:14.545Z | Checking smallvec v1.15.1 |
| 1858 | 2026-06-26T17:53:14.584Z | Checking itoa v1.0.17 |
| 1859 | 2026-06-26T17:53:14.620Z | Checking log v0.4.29 |
| 1860 | 2026-06-26T17:53:14.664Z | Checking zeroize v1.8.2 |
| 1861 | 2026-06-26T17:53:14.664Z | Checking libm v0.2.16 |
| 1862 | 2026-06-26T17:53:14.751Z | Checking scopeguard v1.2.0 |
| 1863 | 2026-06-26T17:53:14.789Z | Checking stable_deref_trait v1.2.1 |
| 1864 | 2026-06-26T17:53:14.828Z | Checking zmij v1.0.21 |
| 1865 | 2026-06-26T17:53:14.867Z | Checking zerofrom v0.1.6 |
| 1866 | 2026-06-26T17:53:14.905Z | Checking errno v0.3.14 |
| 1867 | 2026-06-26T17:53:14.905Z | Checking getrandom v0.2.17 |
| 1868 | 2026-06-26T17:53:14.908Z | Checking lock_api v0.4.14 |
| 1869 | 2026-06-26T17:53:15.003Z | Checking yoke v0.8.1 |
| 1870 | 2026-06-26T17:53:15.040Z | Checking percent-encoding v2.3.2 |
| 1871 | 2026-06-26T17:53:15.076Z | Checking writeable v0.6.2 |
| 1872 | 2026-06-26T17:53:15.111Z | Checking litemap v0.8.1 |
| 1873 | 2026-06-26T17:53:15.150Z | Checking icu_properties_data v2.1.2 |
| 1874 | 2026-06-26T17:53:15.150Z | Checking icu_normalizer_data v2.1.1 |
| 1875 | 2026-06-26T17:53:15.216Z | Checking zerovec v0.11.5 |
| 1876 | 2026-06-26T17:53:15.216Z | Checking zerotrie v0.2.3 |
| 1877 | 2026-06-26T17:53:15.281Z | Checking subtle v2.6.1 |
| 1878 | 2026-06-26T17:53:15.317Z | Checking form_urlencoded v1.2.2 |
| 1879 | 2026-06-26T17:53:15.353Z | Checking utf8_iter v1.0.4 |
| 1880 | 2026-06-26T17:53:15.389Z | Checking rand_core v0.6.4 |
| 1881 | 2026-06-26T17:53:15.392Z | Checking num-traits v0.2.19 |
| 1882 | 2026-06-26T17:53:15.454Z | Checking pin-project-lite v0.2.17 |
| 1883 | 2026-06-26T17:53:15.489Z | Checking zerocopy v0.8.40 |
| 1884 | 2026-06-26T17:53:15.525Z | Checking rand_core v0.10.0 |
| 1885 | 2026-06-26T17:53:15.568Z | Checking parking_lot_core v0.9.12 |
| 1886 | 2026-06-26T17:53:15.607Z | Checking portable-atomic v1.13.1 |
| 1887 | 2026-06-26T17:53:15.647Z | Checking signal-hook-registry v1.4.8 |
| 1888 | 2026-06-26T17:53:15.683Z | Checking tinystr v0.8.2 |
| 1889 | 2026-06-26T17:53:15.716Z | Checking potential_utf v0.1.4 |
| 1890 | 2026-06-26T17:53:15.769Z | Checking getrandom v0.4.1 |
| 1891 | 2026-06-26T17:53:15.834Z | Checking parking_lot v0.12.5 |
| 1892 | 2026-06-26T17:53:15.869Z | Checking icu_collections v2.1.1 |
| 1893 | 2026-06-26T17:53:15.903Z | Checking icu_locale_core v2.1.1 |
| 1894 | 2026-06-26T17:53:15.937Z | Checking serde v1.0.228 |
| 1895 | 2026-06-26T17:53:15.940Z | Checking serde_json v1.0.149 |
| 1896 | 2026-06-26T17:53:15.940Z | Checking bitflags v2.11.0 |
| 1897 | 2026-06-26T17:53:16.038Z | Checking critical-section v1.2.0 |
| 1898 | 2026-06-26T17:53:16.076Z | Checking mio v1.2.0 |
| 1899 | 2026-06-26T17:53:16.163Z | Checking once_cell v1.21.3 |
| 1900 | 2026-06-26T17:53:16.203Z | Checking typenum v1.19.0 |
| 1901 | 2026-06-26T17:53:16.245Z | Checking socket2 v0.6.3 |
| 1902 | 2026-06-26T17:53:16.369Z | Checking bytes v1.11.1 |
| 1903 | 2026-06-26T17:53:16.414Z | Checking iana-time-zone v0.1.65 |
| 1904 | 2026-06-26T17:53:16.455Z | Checking icu_provider v2.1.1 |
| 1905 | 2026-06-26T17:53:16.496Z | Checking uuid v1.23.0 |
| 1906 | 2026-06-26T17:53:16.533Z | Checking thiserror v2.0.18 |
| 1907 | 2026-06-26T17:53:16.569Z | Checking chrono v0.4.44 |
| 1908 | 2026-06-26T17:53:16.667Z | Checking semver v1.0.28 |
| 1909 | 2026-06-26T17:53:16.710Z | Checking icu_properties v2.1.2 |
| 1910 | 2026-06-26T17:53:16.710Z | Checking icu_normalizer v2.1.1 |
| 1911 | 2026-06-26T17:53:16.775Z | Checking generic-array v0.14.7 |
| 1912 | 2026-06-26T17:53:16.831Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1913 | 2026-06-26T17:53:16.867Z | Checking tokio v1.52.1 |
| 1914 | 2026-06-26T17:53:16.905Z | Checking futures-core v0.3.32 |
| 1915 | 2026-06-26T17:53:17.058Z | Checking dyn-clone v1.0.20 |
| 1916 | 2026-06-26T17:53:17.061Z | Checking const-oid v0.9.6 |
| 1917 | 2026-06-26T17:53:17.175Z | Checking equivalent v1.0.2 |
| 1918 | 2026-06-26T17:53:17.210Z | Checking rustix v1.1.3 |
| 1919 | 2026-06-26T17:53:17.244Z | Checking crypto-common v0.1.7 |
| 1920 | 2026-06-26T17:53:17.287Z | Checking block-buffer v0.10.4 |
| 1921 | 2026-06-26T17:53:17.394Z | Checking byteorder v1.5.0 |
| 1922 | 2026-06-26T17:53:17.429Z | Checking futures-sink v0.3.32 |
| 1923 | 2026-06-26T17:53:17.509Z | Checking futures-task v0.3.32 |
| 1924 | 2026-06-26T17:53:17.551Z | Checking futures-channel v0.3.32 |
| 1925 | 2026-06-26T17:53:17.554Z | Checking idna_adapter v1.2.1 |
| 1926 | 2026-06-26T17:53:17.618Z | Checking futures-io v0.3.32 |
| 1927 | 2026-06-26T17:53:17.621Z | Checking slab v0.4.12 |
| 1928 | 2026-06-26T17:53:17.725Z | Checking idna v1.1.0 |
| 1929 | 2026-06-26T17:53:17.765Z | Checking cpufeatures v0.2.17 |
| 1930 | 2026-06-26T17:53:17.768Z | Checking thiserror v1.0.69 |
| 1931 | 2026-06-26T17:53:17.828Z | Checking digest v0.10.7 |
| 1932 | 2026-06-26T17:53:17.862Z | Checking futures-util v0.3.32 |
| 1933 | 2026-06-26T17:53:17.895Z | Checking hashbrown v0.17.0 |
| 1934 | 2026-06-26T17:53:17.928Z | Checking getrandom v0.3.4 |
| 1935 | 2026-06-26T17:53:17.995Z | Checking url v2.5.8 |
| 1936 | 2026-06-26T17:53:18.048Z | Checking fnv v1.0.7 |
| 1937 | 2026-06-26T17:53:18.051Z | Checking regex-syntax v0.8.10 |
| 1938 | 2026-06-26T17:53:18.115Z | Checking http v1.4.0 |
| 1939 | 2026-06-26T17:53:18.171Z | Checking tracing-core v0.1.36 |
| 1940 | 2026-06-26T17:53:18.236Z | Checking ppv-lite86 v0.2.21 |
| 1941 | 2026-06-26T17:53:18.388Z | Checking indexmap v2.14.0 |
| 1942 | 2026-06-26T17:53:18.458Z | Checking schemars v0.8.22 |
| 1943 | 2026-06-26T17:53:18.512Z | Checking utf8parse v0.2.2 |
| 1944 | 2026-06-26T17:53:18.558Z | Checking base64 v0.22.1 |
| 1945 | 2026-06-26T17:53:18.638Z | Checking tracing v0.1.44 |
| 1946 | 2026-06-26T17:53:18.706Z | Checking anstyle v1.0.14 |
| 1947 | 2026-06-26T17:53:18.818Z | Checking base64ct v1.8.3 |
| 1948 | 2026-06-26T17:53:18.867Z | Checking is_terminal_polyfill v1.70.2 |
| 1949 | 2026-06-26T17:53:18.919Z | Checking colorchoice v1.0.4 |
| 1950 | 2026-06-26T17:53:18.990Z | Checking anstyle-query v1.1.5 |
| 1951 | 2026-06-26T17:53:19.025Z | Checking block-padding v0.3.3 |
| 1952 | 2026-06-26T17:53:19.059Z | Checking ipnet v2.11.0 |
| 1953 | 2026-06-26T17:53:19.093Z | Checking untrusted v0.9.0 |
| 1954 | 2026-06-26T17:53:19.127Z | Checking anstyle-parse v1.0.0 |
| 1955 | 2026-06-26T17:53:19.162Z | Checking terminal_size v0.4.3 |
| 1956 | 2026-06-26T17:53:19.196Z | Checking inout v0.1.4 |
| 1957 | 2026-06-26T17:53:19.230Z | Checking ring v0.17.14 |
| 1958 | 2026-06-26T17:53:19.301Z | Checking aho-corasick v1.1.4 |
| 1959 | 2026-06-26T17:53:19.304Z | Checking crossbeam-utils v0.8.21 |
| 1960 | 2026-06-26T17:53:19.366Z | Checking cipher v0.4.4 |
| 1961 | 2026-06-26T17:53:19.369Z | Checking unicode-ident v1.0.24 |
| 1962 | 2026-06-26T17:53:19.430Z | Checking anstream v1.0.0 |
| 1963 | 2026-06-26T17:53:19.530Z | Checking proc-macro2 v1.0.106 |
| 1964 | 2026-06-26T17:53:19.604Z | Checking clap_lex v1.0.0 |
| 1965 | 2026-06-26T17:53:19.652Z | Checking strsim v0.11.1 |
| 1966 | 2026-06-26T17:53:19.687Z | Checking pem-rfc7468 v0.7.0 |
| 1967 | 2026-06-26T17:53:19.783Z | Checking sha2 v0.10.9 |
| 1968 | 2026-06-26T17:53:19.819Z | Checking rustls-pki-types v1.14.0 |
| 1969 | 2026-06-26T17:53:19.854Z | Checking clap_builder v4.6.0 |
| 1970 | 2026-06-26T17:53:19.888Z | Checking httparse v1.10.1 |
| 1971 | 2026-06-26T17:53:19.891Z | Checking quote v1.0.45 |
| 1972 | 2026-06-26T17:53:20.015Z | Checking regex-automata v0.4.14 |
| 1973 | 2026-06-26T17:53:20.090Z | Checking powerfmt v0.2.0 |
| 1974 | 2026-06-26T17:53:20.127Z | Checking rand_core v0.9.5 |
| 1975 | 2026-06-26T17:53:20.130Z | Checking tokio-util v0.7.18 |
| 1976 | 2026-06-26T17:53:20.159Z | Checking syn v2.0.117 |
| 1977 | 2026-06-26T17:53:20.161Z | Checking hmac v0.12.1 |
| 1978 | 2026-06-26T17:53:20.255Z | Checking num_threads v0.1.7 |
| 1979 | 2026-06-26T17:53:20.288Z | Checking deranged v0.5.8 |
| 1980 | 2026-06-26T17:53:20.326Z | Checking num-conv v0.2.0 |
| 1981 | 2026-06-26T17:53:20.361Z | Checking time-core v0.1.8 |
| 1982 | 2026-06-26T17:53:20.365Z | Checking erased-serde v0.3.31 |
| 1983 | 2026-06-26T17:53:20.467Z | Checking flagset v0.4.7 |
| 1984 | 2026-06-26T17:53:20.527Z | Checking http-body v1.0.1 |
| 1985 | 2026-06-26T17:53:20.616Z | Checking der v0.7.10 |
| 1986 | 2026-06-26T17:53:20.682Z | Checking allocator-api2 v0.2.21 |
| 1987 | 2026-06-26T17:53:20.789Z | Checking atomic-waker v1.1.2 |
| 1988 | 2026-06-26T17:53:20.824Z | Checking slog v2.8.2 |
| 1989 | 2026-06-26T17:53:20.916Z | Checking rand_chacha v0.9.0 |
| 1990 | 2026-06-26T17:53:20.986Z | Checking anyhow v1.0.102 |
| 1991 | 2026-06-26T17:53:21.115Z | Checking httpdate v1.0.3 |
| 1992 | 2026-06-26T17:53:21.152Z | Checking try-lock v0.2.5 |
| 1993 | 2026-06-26T17:53:21.155Z | Checking clap v4.6.1 |
| 1994 | 2026-06-26T17:53:21.216Z | Checking rand v0.9.2 |
| 1995 | 2026-06-26T17:53:21.252Z | Checking time v0.3.47 |
| 1996 | 2026-06-26T17:53:21.286Z | Checking want v0.3.1 |
| 1997 | 2026-06-26T17:53:21.289Z | Checking h2 v0.4.13 |
| 1998 | 2026-06-26T17:53:21.316Z | Checking spin v0.9.8 |
| 1999 | 2026-06-26T17:53:21.381Z | Checking tower-service v0.3.3 |
| 2000 | 2026-06-26T17:53:21.433Z | Checking ryu v1.0.23 |
| 2001 | 2026-06-26T17:53:21.548Z | Checking tower-layer v0.3.3 |
| 2002 | 2026-06-26T17:53:21.551Z | Checking pin-utils v0.1.0 |
| 2003 | 2026-06-26T17:53:21.595Z | Checking ipnetwork v0.21.1 |
| 2004 | 2026-06-26T17:53:21.630Z | Checking socket2 v0.5.10 |
| 2005 | 2026-06-26T17:53:21.672Z | Checking fastrand v2.3.0 |
| 2006 | 2026-06-26T17:53:21.708Z | Checking mime v0.3.17 |
| 2007 | 2026-06-26T17:53:21.833Z | Checking spki v0.7.3 |
| 2008 | 2026-06-26T17:53:21.868Z | Checking pbkdf2 v0.12.2 |
| 2009 | 2026-06-26T17:53:21.903Z | Checking aes v0.8.4 |
| 2010 | 2026-06-26T17:53:21.906Z | Checking http-body-util v0.1.3 |
| 2011 | 2026-06-26T17:53:21.906Z | Checking cbc v0.1.2 |
| 2012 | 2026-06-26T17:53:22.004Z | Checking salsa20 v0.10.2 |
| 2013 | 2026-06-26T17:53:22.039Z | Checking rand_chacha v0.3.1 |
| 2014 | 2026-06-26T17:53:22.116Z | Checking hex v0.4.3 |
| 2015 | 2026-06-26T17:53:22.162Z | Checking aws-lc-sys v0.40.0 |
| 2016 | 2026-06-26T17:53:22.197Z | Checking simd-adler32 v0.3.8 |
| 2017 | 2026-06-26T17:53:22.267Z | Checking untrusted v0.7.1 |
| 2018 | 2026-06-26T17:53:22.318Z | Checking pretty-hex v0.4.1 |
| 2019 | 2026-06-26T17:53:22.361Z | Checking rand v0.8.6 |
| 2020 | 2026-06-26T17:53:22.396Z | Checking scrypt v0.11.0 |
| 2021 | 2026-06-26T17:53:22.430Z | Checking tempfile v3.25.0 |
| 2022 | 2026-06-26T17:53:22.434Z | Checking adler2 v2.0.1 |
| 2023 | 2026-06-26T17:53:22.495Z | Checking openssl-probe v0.2.1 |
| 2024 | 2026-06-26T17:53:22.498Z | Checking plain v0.2.3 |
| 2025 | 2026-06-26T17:53:22.560Z | Checking pkcs5 v0.7.1 |
| 2026 | 2026-06-26T17:53:22.594Z | Checking miniz_oxide v0.8.9 |
| 2027 | 2026-06-26T17:53:22.631Z | Checking regex v1.12.3 |
| 2028 | 2026-06-26T17:53:22.665Z | Checking serde_urlencoded v0.7.1 |
| 2029 | 2026-06-26T17:53:22.668Z | Checking encoding_rs v0.8.35 |
| 2030 | 2026-06-26T17:53:22.729Z | Checking aws-lc-rs v1.16.3 |
| 2031 | 2026-06-26T17:53:22.831Z | Checking ucd-trie v0.1.7 |
| 2032 | 2026-06-26T17:53:22.891Z | Checking pkcs8 v0.10.2 |
| 2033 | 2026-06-26T17:53:22.926Z | Checking camino v1.2.2 |
| 2034 | 2026-06-26T17:53:22.929Z | Checking rustls-native-certs v0.8.3 |
| 2035 | 2026-06-26T17:53:22.992Z | Checking oxnet v0.1.6 |
| 2036 | 2026-06-26T17:53:22.995Z | Checking pest v2.8.6 |
| 2037 | 2026-06-26T17:53:23.126Z | Checking futures-executor v0.3.32 |
| 2038 | 2026-06-26T17:53:23.162Z | Checking sync_wrapper v1.0.2 |
| 2039 | 2026-06-26T17:53:23.199Z | Checking either v1.15.0 |
| 2040 | 2026-06-26T17:53:23.293Z | Checking tower v0.5.3 |
| 2041 | 2026-06-26T17:53:23.331Z | Checking futures v0.3.32 |
| 2042 | 2026-06-26T17:53:23.366Z | Checking webpki-roots v1.0.6 |
| 2043 | 2026-06-26T17:53:23.416Z | Checking crc32fast v1.5.0 |
| 2044 | 2026-06-26T17:53:23.452Z | Checking iri-string v0.7.10 |
| 2045 | 2026-06-26T17:53:23.511Z | Checking foldhash v0.2.0 |
| 2046 | 2026-06-26T17:53:23.581Z | Checking rustls-webpki v0.103.9 |
| 2047 | 2026-06-26T17:53:23.583Z | Checking static_assertions v1.1.0 |
| 2048 | 2026-06-26T17:53:23.653Z | Checking lazy_static v1.5.0 |
| 2049 | 2026-06-26T17:53:23.688Z | Checking hashbrown v0.16.1 |
| 2050 | 2026-06-26T17:53:23.723Z | Checking openapiv3 v2.2.0 |
| 2051 | 2026-06-26T17:53:23.726Z | Checking signature v2.2.0 |
| 2052 | 2026-06-26T17:53:23.788Z | Checking winnow v0.7.14 |
| 2053 | 2026-06-26T17:53:23.922Z | Checking hubpack v0.1.2 |
| 2054 | 2026-06-26T17:53:24.061Z | Checking rustls v0.23.37 |
| 2055 | 2026-06-26T17:53:24.097Z | Checking hyper v1.8.1 |
| 2056 | 2026-06-26T17:53:24.132Z | Checking zlib-rs v0.6.2 |
| 2057 | 2026-06-26T17:53:24.203Z | Checking strum v0.26.3 |
| 2058 | 2026-06-26T17:53:24.244Z | Checking psl-types v2.0.11 |
| 2059 | 2026-06-26T17:53:24.342Z | Checking tinyvec_macros v0.1.1 |
| 2060 | 2026-06-26T17:53:24.387Z | Checking publicsuffix v2.3.0 |
| 2061 | 2026-06-26T17:53:24.436Z | Checking tinyvec v1.10.0 |
| 2062 | 2026-06-26T17:53:24.522Z | Checking tower-http v0.6.8 |
| 2063 | 2026-06-26T17:53:24.572Z | Checking cookie v0.18.1 |
| 2064 | 2026-06-26T17:53:24.767Z | Checking sha1 v0.10.6 |
| 2065 | 2026-06-26T17:53:24.822Z | Checking num-integer v0.1.46 |
| 2066 | 2026-06-26T17:53:24.825Z | Checking scroll v0.13.0 |
| 2067 | 2026-06-26T17:53:24.957Z | Checking data-encoding v2.10.0 |
| 2068 | 2026-06-26T17:53:24.995Z | Checking cookie_store v0.22.1 |
| 2069 | 2026-06-26T17:53:25.031Z | Checking flate2 v1.1.9 |
| 2070 | 2026-06-26T17:53:25.066Z | Checking hyper-util v0.1.20 |
| 2071 | 2026-06-26T17:53:25.100Z | Checking goblin v0.10.5 |
| 2072 | 2026-06-26T17:53:25.103Z | Checking serde_spanned v0.6.9 |
| 2073 | 2026-06-26T17:53:25.103Z | Checking toml_datetime v0.6.11 |
| 2074 | 2026-06-26T17:53:25.246Z | Checking memmap2 v0.9.10 |
| 2075 | 2026-06-26T17:53:25.311Z | Checking base16ct v0.2.0 |
| 2076 | 2026-06-26T17:53:25.346Z | Checking bit-vec v0.8.0 |
| 2077 | 2026-06-26T17:53:25.349Z | Checking dtrace-parser v0.3.0 |
| 2078 | 2026-06-26T17:53:25.349Z | Checking ff v0.13.1 |
| 2079 | 2026-06-26T17:53:25.440Z | Checking thread-id v5.1.0 |
| 2080 | 2026-06-26T17:53:25.473Z | Checking sec1 v0.7.3 |
| 2081 | 2026-06-26T17:53:25.544Z | Checking wait-timeout v0.2.1 |
| 2082 | 2026-06-26T17:53:25.578Z | Checking group v0.13.0 |
| 2083 | 2026-06-26T17:53:25.581Z | Checking bit-set v0.8.0 |
| 2084 | 2026-06-26T17:53:25.643Z | Checking num-iter v0.1.45 |
| 2085 | 2026-06-26T17:53:25.695Z | Checking bstr v1.12.1 |
| 2086 | 2026-06-26T17:53:25.698Z | Checking hkdf v0.12.4 |
| 2087 | 2026-06-26T17:53:25.763Z | Checking crossbeam-epoch v0.9.18 |
| 2088 | 2026-06-26T17:53:25.794Z | Checking anstyle-parse v0.2.7 |
| 2089 | 2026-06-26T17:53:25.797Z | Checking ahash v0.8.12 |
| 2090 | 2026-06-26T17:53:25.859Z | Checking crypto-bigint v0.5.5 |
| 2091 | 2026-06-26T17:53:25.970Z | Checking quick-error v1.2.3 |
| 2092 | 2026-06-26T17:53:26.010Z | Checking anstream v0.6.21 |
| 2093 | 2026-06-26T17:53:26.098Z | Checking rand_xorshift v0.4.0 |
| 2094 | 2026-06-26T17:53:26.103Z | Checking rusty-fork v0.3.1 |
| 2095 | 2026-06-26T17:53:26.139Z | Checking scroll v0.12.0 |
| 2096 | 2026-06-26T17:53:26.193Z | Checking unarray v0.1.4 |
| 2097 | 2026-06-26T17:53:26.232Z | Checking num-bigint-dig v0.8.6 |
| 2098 | 2026-06-26T17:53:26.296Z | Checking pkcs1 v0.7.5 |
| 2099 | 2026-06-26T17:53:26.332Z | Checking proptest v1.10.0 |
| 2100 | 2026-06-26T17:53:26.364Z | Checking x509-cert v0.2.5 |
| 2101 | 2026-06-26T17:53:26.398Z | Checking goblin v0.8.2 |
| 2102 | 2026-06-26T17:53:26.433Z | Checking tokio-rustls v0.26.4 |
| 2103 | 2026-06-26T17:53:26.534Z | Checking rustls-platform-verifier v0.6.2 |
| 2104 | 2026-06-26T17:53:26.688Z | Checking hyper-rustls v0.27.7 |
| 2105 | 2026-06-26T17:53:26.723Z | Checking zerocopy v0.7.35 |
| 2106 | 2026-06-26T17:53:26.777Z | Checking elliptic-curve v0.13.8 |
| 2107 | 2026-06-26T17:53:26.919Z | Checking reqwest v0.13.2 |
| 2108 | 2026-06-26T17:53:27.032Z | Checking foreign-types-shared v0.1.1 |
| 2109 | 2026-06-26T17:53:27.066Z | Checking unicode-segmentation v1.12.0 |
| 2110 | 2026-06-26T17:53:27.114Z | Checking rsa v0.9.10 |
| 2111 | 2026-06-26T17:53:27.150Z | Checking foreign-types v0.3.2 |
| 2112 | 2026-06-26T17:53:27.223Z | Checking dtrace-parser v0.2.0 |
| 2113 | 2026-06-26T17:53:27.258Z | Checking rfc6979 v0.4.0 |
| 2114 | 2026-06-26T17:53:27.400Z | Checking memoffset v0.9.1 |
| 2115 | 2026-06-26T17:53:27.405Z | Checking dof v0.4.0 |
| 2116 | 2026-06-26T17:53:27.405Z | Checking openssl-sys v0.9.115 |
| 2117 | 2026-06-26T17:53:27.495Z | Checking thread-id v4.2.2 |
| 2118 | 2026-06-26T17:53:27.538Z | Checking ecdsa v0.16.9 |
| 2119 | 2026-06-26T17:53:27.601Z | Checking curve25519-dalek v4.1.3 |
| 2120 | 2026-06-26T17:53:27.634Z | Checking rustix v0.38.44 |
| 2121 | 2026-06-26T17:53:27.807Z | Checking env_filter v1.0.0 |
| 2122 | 2026-06-26T17:53:27.854Z | Checking openssl v0.10.79 |
| 2123 | 2026-06-26T17:53:27.904Z | Checking toml_write v0.1.2 |
| 2124 | 2026-06-26T17:53:27.981Z | Checking same-file v1.0.6 |
| 2125 | 2026-06-26T17:53:28.055Z | Checking usdt-impl v0.6.0 |
| 2126 | 2026-06-26T17:53:28.099Z | Checking keccak v0.1.6 |
| 2127 | 2026-06-26T17:53:28.134Z | Checking walkdir v2.5.0 |
| 2128 | 2026-06-26T17:53:28.168Z | Checking newtype-uuid v1.3.2 |
| 2129 | 2026-06-26T17:53:28.292Z | Checking sha3 v0.10.8 |
| 2130 | 2026-06-26T17:53:28.327Z | Checking toml_edit v0.22.27 |
| 2131 | 2026-06-26T17:53:28.330Z | Checking dof v0.3.0 |
| 2132 | 2026-06-26T17:53:28.393Z | Checking usdt v0.6.0 |
| 2133 | 2026-06-26T17:53:28.396Z | Checking daft v0.1.7 |
| 2134 | 2026-06-26T17:53:28.396Z | Checking env_logger v0.11.9 |
| 2135 | 2026-06-26T17:53:28.489Z | Checking ed25519 v2.2.3 |
| 2136 | 2026-06-26T17:53:28.523Z | Checking itertools v0.13.0 |
| 2137 | 2026-06-26T17:53:28.579Z | Checking serde_with v3.17.0 |
| 2138 | 2026-06-26T17:53:28.661Z | Checking siphasher v1.0.2 |
| 2139 | 2026-06-26T17:53:28.664Z | Checking usdt-impl v0.5.0 |
| 2140 | 2026-06-26T17:53:28.726Z | Checking bitflags v1.3.2 |
| 2141 | 2026-06-26T17:53:28.729Z | Checking ed25519-dalek v2.2.0 |
| 2142 | 2026-06-26T17:53:28.827Z | Checking nix v0.31.2 |
| 2143 | 2026-06-26T17:53:28.863Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2144 | 2026-06-26T17:53:29.017Z | Checking unicode-normalization v0.1.25 |
| 2145 | 2026-06-26T17:53:29.053Z | Checking signal-hook v0.3.18 |
| 2146 | 2026-06-26T17:53:29.228Z | Checking winnow v0.5.40 |
| 2147 | 2026-06-26T17:53:29.276Z | Checking managed v0.8.0 |
| 2148 | 2026-06-26T17:53:29.448Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2149 | 2026-06-26T17:53:29.485Z | Checking object v0.37.3 |
| 2150 | 2026-06-26T17:53:29.518Z | Checking foldhash v0.1.5 |
| 2151 | 2026-06-26T17:53:29.562Z | Checking bzip2 v0.4.4 |
| 2152 | 2026-06-26T17:53:29.607Z | Checking signal-hook-mio v0.2.5 |
| 2153 | 2026-06-26T17:53:29.678Z | Checking hashbrown v0.15.5 |
| 2154 | 2026-06-26T17:53:29.738Z | Checking globset v0.4.18 |
| 2155 | 2026-06-26T17:53:29.772Z | Checking ref-cast v1.0.25 |
| 2156 | 2026-06-26T17:53:29.887Z | Checking native-tls v0.2.18 |
| 2157 | 2026-06-26T17:53:29.922Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2158 | 2026-06-26T17:53:29.957Z | Checking zip v0.6.6 |
| 2159 | 2026-06-26T17:53:30.015Z | Checking pin-project v1.1.11 |
| 2160 | 2026-06-26T17:53:30.060Z | Checking libbz2-rs-sys v0.2.2 |
| 2161 | 2026-06-26T17:53:30.063Z | Checking zstd-safe v7.2.4 |
| 2162 | 2026-06-26T17:53:30.125Z | Checking tokio-native-tls v0.3.1 |
| 2163 | 2026-06-26T17:53:30.158Z | Checking bumpalo v3.20.2 |
| 2164 | 2026-06-26T17:53:30.194Z | Checking crossterm v0.28.1 |
| 2165 | 2026-06-26T17:53:30.278Z | Checking zstd v0.13.3 |
| 2166 | 2026-06-26T17:53:30.314Z | Checking hyper-tls v0.6.0 |
| 2167 | 2026-06-26T17:53:30.318Z | Checking similar v2.7.0 |
| 2168 | 2026-06-26T17:53:30.384Z | Checking zopfli v0.8.3 |
| 2169 | 2026-06-26T17:53:30.420Z | Checking toml_edit v0.19.15 |
| 2170 | 2026-06-26T17:53:30.472Z | Checking bzip2 v0.6.1 |
| 2171 | 2026-06-26T17:53:30.507Z | Checking tokio-stream v0.1.18 |
| 2172 | 2026-06-26T17:53:30.540Z | Checking reqwest v0.12.28 |
| 2173 | 2026-06-26T17:53:30.659Z | Checking fs-err v3.3.0 |
| 2174 | 2026-06-26T17:53:30.734Z | Checking pem v3.0.6 |
| 2175 | 2026-06-26T17:53:30.766Z | Checking hash32 v0.2.1 |
| 2176 | 2026-06-26T17:53:30.915Z | Checking serde-big-array v0.5.1 |
| 2177 | 2026-06-26T17:53:30.919Z | Checking unicode-bidi v0.3.18 |
| 2178 | 2026-06-26T17:53:30.989Z | Checking jiff v0.2.21 |
| 2179 | 2026-06-26T17:53:30.992Z | Checking unicode-properties v0.1.4 |
| 2180 | 2026-06-26T17:53:30.992Z | Checking predicates-core v1.0.10 |
| 2181 | 2026-06-26T17:53:31.083Z | Checking heapless v0.7.17 |
| 2182 | 2026-06-26T17:53:31.203Z | Checking snafu v0.8.9 |
| 2183 | 2026-06-26T17:53:31.235Z | Checking olpc-cjson v0.1.4 |
| 2184 | 2026-06-26T17:53:31.275Z | Checking stringprep v0.1.5 |
| 2185 | 2026-06-26T17:53:31.449Z | Checking hickory-proto v0.25.2 |
| 2186 | 2026-06-26T17:53:31.454Z | Checking md-5 v0.10.6 |
| 2187 | 2026-06-26T17:53:31.465Z | Checking serde_plain v1.0.2 |
| 2188 | 2026-06-26T17:53:31.465Z | Checking float-cmp v0.10.0 |
| 2189 | 2026-06-26T17:53:31.530Z | Checking toml v0.7.8 |
| 2190 | 2026-06-26T17:53:31.536Z | Checking normalize-line-endings v0.3.0 |
| 2191 | 2026-06-26T17:53:31.593Z | Checking fallible-iterator v0.2.0 |
| 2192 | 2026-06-26T17:53:31.633Z | Checking typed-path v0.9.3 |
| 2193 | 2026-06-26T17:53:31.668Z | Checking difflib v0.4.0 |
| 2194 | 2026-06-26T17:53:31.671Z | Checking smoltcp v0.9.1 |
| 2195 | 2026-06-26T17:53:31.795Z | Checking iddqd v0.4.2 |
| 2196 | 2026-06-26T17:53:31.891Z | Checking postgres-protocol v0.6.10 |
| 2197 | 2026-06-26T17:53:31.895Z | Checking phf_shared v0.11.3 |
| 2198 | 2026-06-26T17:53:31.953Z | Checking predicates v3.1.4 |
| 2199 | 2026-06-26T17:53:32.090Z | Checking phf_shared v0.13.1 |
| 2200 | 2026-06-26T17:53:32.237Z | Checking buf-list v1.1.2 |
| 2201 | 2026-06-26T17:53:32.273Z | Checking strum v0.27.2 |
| 2202 | 2026-06-26T17:53:32.306Z | Checking lalrpop-util v0.19.12 |
| 2203 | 2026-06-26T17:53:32.340Z | Checking new_debug_unreachable v1.0.6 |
| 2204 | 2026-06-26T17:53:32.408Z | Checking fixedbitset v0.4.2 |
| 2205 | 2026-06-26T17:53:32.445Z | Checking tough v0.22.0 |
| 2206 | 2026-06-26T17:53:32.450Z | Checking fixedbitset v0.5.7 |
| 2207 | 2026-06-26T17:53:32.516Z | Checking precomputed-hash v0.1.1 |
| 2208 | 2026-06-26T17:53:32.519Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2209 | 2026-06-26T17:53:32.582Z | Checking petgraph v0.6.5 |
| 2210 | 2026-06-26T17:53:32.626Z | Checking string_cache v0.8.9 |
| 2211 | 2026-06-26T17:53:32.698Z | Checking petgraph v0.8.3 |
| 2212 | 2026-06-26T17:53:32.735Z | Checking phf v0.13.1 |
| 2213 | 2026-06-26T17:53:32.822Z | Checking postgres-types v0.2.12 |
| 2214 | 2026-06-26T17:53:32.911Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2215 | 2026-06-26T17:53:33.165Z | Checking whoami v2.1.0 |
| 2216 | 2026-06-26T17:53:33.204Z | Checking peg-runtime v0.8.5 |
| 2217 | 2026-06-26T17:53:33.240Z | Checking zip v4.6.1 |
| 2218 | 2026-06-26T17:53:33.416Z | Checking tokio-postgres v0.7.16 |
| 2219 | 2026-06-26T17:53:33.491Z | Checking is-terminal v0.4.17 |
| 2220 | 2026-06-26T17:53:33.613Z | Checking crossbeam-channel v0.5.15 |
| 2221 | 2026-06-26T17:53:33.841Z | Checking thread_local v1.1.9 |
| 2222 | 2026-06-26T17:53:33.888Z | Compiling structmeta-derive v0.3.0 |
| 2223 | 2026-06-26T17:53:33.976Z | Checking take_mut v0.2.2 |
| 2224 | 2026-06-26T17:53:34.047Z | Checking term v1.2.1 |
| 2225 | 2026-06-26T17:53:34.111Z | Checking slog-async v2.8.0 |
| 2226 | 2026-06-26T17:53:34.223Z | Compiling newtype-uuid-macros v0.1.0 |
| 2227 | 2026-06-26T17:53:34.303Z | Checking slog-term v2.9.2 |
| 2228 | 2026-06-26T17:53:34.339Z | Compiling rustls v0.22.4 |
| 2229 | 2026-06-26T17:53:34.342Z | Compiling multer v3.1.0 |
| 2230 | 2026-06-26T17:53:34.525Z | Compiling async-stream-impl v0.3.6 |
| 2231 | 2026-06-26T17:53:34.625Z | Checking match_cfg v0.1.0 |
| 2232 | 2026-06-26T17:53:34.657Z | Checking slog-json v2.6.1 |
| 2233 | 2026-06-26T17:53:34.689Z | Compiling dropshot v0.17.0 |
| 2234 | 2026-06-26T17:53:34.722Z | Checking hostname v0.3.1 |
| 2235 | 2026-06-26T17:53:34.725Z | Compiling dropshot_endpoint v0.17.0 |
| 2236 | 2026-06-26T17:53:34.840Z | Checking debug-ignore v1.0.5 |
| 2237 | 2026-06-26T17:53:34.875Z | Checking slog-bunyan v2.5.0 |
| 2238 | 2026-06-26T17:53:34.975Z | Compiling structmeta v0.3.0 |
| 2239 | 2026-06-26T17:53:34.978Z | Checking progenitor-client v0.14.0 |
| 2240 | 2026-06-26T17:53:35.042Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2241 | 2026-06-26T17:53:35.045Z | Checking rustls-webpki v0.102.8 |
| 2242 | 2026-06-26T17:53:35.045Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2243 | 2026-06-26T17:53:35.141Z | Checking serde_spanned v1.0.4 |
| 2244 | 2026-06-26T17:53:35.180Z | Checking serde_path_to_error v0.1.20 |
| 2245 | 2026-06-26T17:53:35.217Z | Compiling derive-ex v0.1.8 |
| 2246 | 2026-06-26T17:53:35.256Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2247 | 2026-06-26T17:53:35.300Z | Checking compression-core v0.4.31 |
| 2248 | 2026-06-26T17:53:35.331Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2249 | 2026-06-26T17:53:35.449Z | Checking compression-codecs v0.4.37 |
| 2250 | 2026-06-26T17:53:35.483Z | Checking async-stream v0.3.6 |
| 2251 | 2026-06-26T17:53:35.580Z | Checking toml v1.0.6+spec-1.1.0 |
| 2252 | 2026-06-26T17:53:35.636Z | Checking waitgroup v0.1.2 |
| 2253 | 2026-06-26T17:53:35.639Z | Checking async-compression v0.4.41 |
| 2254 | 2026-06-26T17:53:35.700Z | Checking rustls-pemfile v2.2.0 |
| 2255 | 2026-06-26T17:53:35.759Z | Checking hostname v0.4.2 |
| 2256 | 2026-06-26T17:53:35.793Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2257 | 2026-06-26T17:53:35.869Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2258 | 2026-06-26T17:53:35.907Z | Checking atomicwrites v0.4.4 |
| 2259 | 2026-06-26T17:53:35.937Z | Compiling parse-display-derive v0.10.0 |
| 2260 | 2026-06-26T17:53:35.939Z | Checking itertools v0.14.0 |
| 2261 | 2026-06-26T17:53:36.045Z | Checking macaddr v1.0.1 |
| 2262 | 2026-06-26T17:53:36.073Z | Checking regress v0.10.5 |
| 2263 | 2026-06-26T17:53:36.187Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2264 | 2026-06-26T17:53:36.245Z | Checking instant v0.1.13 |
| 2265 | 2026-06-26T17:53:36.362Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2266 | 2026-06-26T17:53:36.506Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2267 | 2026-06-26T17:53:36.625Z | Checking backoff v0.4.0 |
| 2268 | 2026-06-26T17:53:36.629Z | Checking backon v1.6.0 |
| 2269 | 2026-06-26T17:53:36.835Z | Checking humantime v2.3.0 |
| 2270 | 2026-06-26T17:53:36.869Z | Checking progenitor-extras v0.2.0 |
| 2271 | 2026-06-26T17:53:36.902Z | Compiling test-strategy v0.4.5 |
| 2272 | 2026-06-26T17:53:37.002Z | Checking unicode-width v0.2.0 |
| 2273 | 2026-06-26T17:53:37.005Z | Compiling convert_case v0.4.0 |
| 2274 | 2026-06-26T17:53:37.069Z | Checking heck v0.5.0 |
| 2275 | 2026-06-26T17:53:37.072Z | Checking tokio-rustls v0.25.0 |
| 2276 | 2026-06-26T17:53:37.135Z | Checking half v2.7.1 |
| 2277 | 2026-06-26T17:53:37.217Z | Checking ciborium-io v0.2.2 |
| 2278 | 2026-06-26T17:53:37.277Z | Checking secrecy v0.10.3 |
| 2279 | 2026-06-26T17:53:37.362Z | Compiling regress v0.11.1 |
| 2280 | 2026-06-26T17:53:37.412Z | Checking ciborium-ll v0.2.2 |
| 2281 | 2026-06-26T17:53:37.447Z | Checking indent_write v2.2.0 |
| 2282 | 2026-06-26T17:53:37.450Z | Compiling derive_more v0.99.20 |
| 2283 | 2026-06-26T17:53:37.516Z | Checking universal-hash v0.5.1 |
| 2284 | 2026-06-26T17:53:37.610Z | Checking ciborium v0.2.2 |
| 2285 | 2026-06-26T17:53:37.643Z | Checking opaque-debug v0.3.1 |
| 2286 | 2026-06-26T17:53:37.683Z | Checking parse-display v0.10.0 |
| 2287 | 2026-06-26T17:53:37.751Z | Checking camino-tempfile v1.4.1 |
| 2288 | 2026-06-26T17:53:37.853Z | Compiling crucible-workspace-hack v0.1.0 |
| 2289 | 2026-06-26T17:53:37.935Z | Checking aead v0.5.2 |
| 2290 | 2026-06-26T17:53:38.052Z | Compiling unsafe-libyaml v0.2.11 |
| 2291 | 2026-06-26T17:53:38.116Z | Checking poly1305 v0.8.0 |
| 2292 | 2026-06-26T17:53:38.240Z | Checking chacha20 v0.9.1 |
| 2293 | 2026-06-26T17:53:38.395Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2294 | 2026-06-26T17:53:38.429Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2295 | 2026-06-26T17:53:38.463Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2296 | 2026-06-26T17:53:38.769Z | Compiling serde_yaml v0.9.34+deprecated |
| 2297 | 2026-06-26T17:53:38.807Z | Checking swrite v0.1.0 |
| 2298 | 2026-06-26T17:53:38.838Z | Checking password-hash v0.5.0 |
| 2299 | 2026-06-26T17:53:38.957Z | Compiling typify-impl v0.6.2 |
| 2300 | 2026-06-26T17:53:39.139Z | Checking blake2 v0.10.6 |
| 2301 | 2026-06-26T17:53:39.299Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2302 | 2026-06-26T17:53:39.406Z | Checking argon2 v0.5.3 |
| 2303 | 2026-06-26T17:53:39.667Z | Checking thiserror-no-std v2.0.2 |
| 2304 | 2026-06-26T17:53:39.783Z | Checking vsss-rs v3.3.4 |
| 2305 | 2026-06-26T17:53:39.844Z | Checking chacha20poly1305 v0.10.1 |
| 2306 | 2026-06-26T17:53:39.973Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2307 | 2026-06-26T17:53:40.059Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2308 | 2026-06-26T17:53:40.332Z | Checking byte-wrapper v0.1.0 |
| 2309 | 2026-06-26T17:53:40.377Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2310 | 2026-06-26T17:53:40.412Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2311 | 2026-06-26T17:53:40.476Z | Checking crossbeam-deque v0.8.6 |
| 2312 | 2026-06-26T17:53:40.569Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2313 | 2026-06-26T17:53:40.636Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2314 | 2026-06-26T17:53:40.639Z | Compiling rayon-core v1.13.0 |
| 2315 | 2026-06-26T17:53:40.704Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2316 | 2026-06-26T17:53:40.937Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2317 | 2026-06-26T17:53:40.977Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2318 | 2026-06-26T17:53:41.246Z | Compiling proc-macro-error v1.0.4 |
| 2319 | 2026-06-26T17:53:41.302Z | Checking rayon v1.11.0 |
| 2320 | 2026-06-26T17:53:41.586Z | Compiling proc-macro-crate v3.4.0 |
| 2321 | 2026-06-26T17:53:41.996Z | Checking toml v0.8.23 |
| 2322 | 2026-06-26T17:53:42.028Z | Checking tabwriter v1.4.1 |
| 2323 | 2026-06-26T17:53:42.118Z | Checking cpufeatures v0.3.0 |
| 2324 | 2026-06-26T17:53:42.153Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2325 | 2026-06-26T17:53:42.185Z | Compiling num_enum_derive v0.7.6 |
| 2326 | 2026-06-26T17:53:42.214Z | Checking glob v0.3.3 |
| 2327 | 2026-06-26T17:53:42.217Z | Compiling heapless v0.8.0 |
| 2328 | 2026-06-26T17:53:42.277Z | Checking colored v3.1.1 |
| 2329 | 2026-06-26T17:53:42.338Z | Compiling ingot-macros v0.1.1 |
| 2330 | 2026-06-26T17:53:42.419Z | Checking hash32 v0.3.1 |
| 2331 | 2026-06-26T17:53:42.500Z | Checking unicode-width v0.1.14 |
| 2332 | 2026-06-26T17:53:42.588Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2333 | 2026-06-26T17:53:42.752Z | Compiling smoltcp v0.11.0 |
| 2334 | 2026-06-26T17:53:42.787Z | Checking cobs v0.3.0 |
| 2335 | 2026-06-26T17:53:42.894Z | Compiling usdt-attr-macro v0.5.0 |
| 2336 | 2026-06-26T17:53:42.990Z | Compiling usdt-macro v0.5.0 |
| 2337 | 2026-06-26T17:53:43.163Z | Checking memmap v0.7.0 |
| 2338 | 2026-06-26T17:53:43.200Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2339 | 2026-06-26T17:53:43.239Z | Checking num_enum v0.7.6 |
| 2340 | 2026-06-26T17:53:43.275Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2341 | 2026-06-26T17:53:43.378Z | Checking postcard v1.1.3 |
| 2342 | 2026-06-26T17:53:43.447Z | Compiling typify-macro v0.6.2 |
| 2343 | 2026-06-26T17:53:43.488Z | Compiling proc-macro-crate v1.3.1 |
| 2344 | 2026-06-26T17:53:43.695Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2345 | 2026-06-26T17:53:43.728Z | Checking sigpipe v0.1.3 |
| 2346 | 2026-06-26T17:53:43.760Z | Checking usdt v0.5.0 |
| 2347 | 2026-06-26T17:53:43.833Z | Compiling foreign-types-macros v0.2.3 |
| 2348 | 2026-06-26T17:53:43.933Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2349 | 2026-06-26T17:53:43.967Z | Checking foreign-types-shared v0.3.1 |
| 2350 | 2026-06-26T17:53:43.970Z | Compiling num_enum_derive v0.5.11 |
| 2351 | 2026-06-26T17:53:44.264Z | Checking chacha20 v0.10.0 |
| 2352 | 2026-06-26T17:53:44.370Z | Checking cstr-argument v0.1.2 |
| 2353 | 2026-06-26T17:53:44.493Z | Checking foreign-types v0.5.0 |
| 2354 | 2026-06-26T17:53:44.527Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2355 | 2026-06-26T17:53:44.529Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2356 | 2026-06-26T17:53:44.598Z | Compiling num-derive v0.4.2 |
| 2357 | 2026-06-26T17:53:44.631Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2358 | 2026-06-26T17:53:44.885Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2359 | 2026-06-26T17:53:45.002Z | Checking rand v0.10.0 |
| 2360 | 2026-06-26T17:53:45.035Z | Checking num_enum v0.5.11 |
| 2361 | 2026-06-26T17:53:45.038Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2362 | 2026-06-26T17:53:45.100Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2363 | 2026-06-26T17:53:45.169Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2364 | 2026-06-26T17:53:45.211Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2365 | 2026-06-26T17:53:45.237Z | Checking ingot-types v0.1.2 |
| 2366 | 2026-06-26T17:53:45.269Z | Compiling typify v0.6.2 |
| 2367 | 2026-06-26T17:53:45.351Z | Checking itertools v0.12.1 |
| 2368 | 2026-06-26T17:53:45.384Z | Compiling progenitor-impl v0.14.0 |
| 2369 | 2026-06-26T17:53:45.417Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2370 | 2026-06-26T17:53:45.545Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2371 | 2026-06-26T17:53:45.621Z | Checking ingot v0.1.1 |
| 2372 | 2026-06-26T17:53:45.737Z | Compiling zone_cfg_derive v0.3.1 |
| 2373 | 2026-06-26T17:53:45.778Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2374 | 2026-06-26T17:53:45.975Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2375 | 2026-06-26T17:53:46.235Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2376 | 2026-06-26T17:53:46.438Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2377 | 2026-06-26T17:53:46.443Z | Checking smf v0.2.3 |
| 2378 | 2026-06-26T17:53:46.443Z | Checking zone v0.3.1 |
| 2379 | 2026-06-26T17:53:46.463Z | Checking whoami v1.6.1 |
| 2380 | 2026-06-26T17:53:46.508Z | Checking tokio-dtrace v0.1.1 |
| 2381 | 2026-06-26T17:53:46.607Z | Compiling derive-where v1.6.0 |
| 2382 | 2026-06-26T17:53:46.660Z | Checking console v0.15.11 |
| 2383 | 2026-06-26T17:53:46.696Z | Checking newline-converter v0.3.0 |
| 2384 | 2026-06-26T17:53:46.726Z | Checking oxide-tokio-rt v0.1.4 |
| 2385 | 2026-06-26T17:53:46.774Z | Checking bytecount v0.6.9 |
| 2386 | 2026-06-26T17:53:46.829Z | Compiling owo-colors v4.3.0 |
| 2387 | 2026-06-26T17:53:46.904Z | Compiling cancel-safe-futures v0.1.5 |
| 2388 | 2026-06-26T17:53:46.941Z | Checking libsw-core v0.3.2 |
| 2389 | 2026-06-26T17:53:46.970Z | Checking expectorate v1.2.0 |
| 2390 | 2026-06-26T17:53:47.112Z | Checking libsw v3.5.0 |
| 2391 | 2026-06-26T17:53:47.145Z | Checking num-rational v0.4.2 |
| 2392 | 2026-06-26T17:53:47.273Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2393 | 2026-06-26T17:53:47.474Z | Checking num-complex v0.4.6 |
| 2394 | 2026-06-26T17:53:47.509Z | Checking linear-map v1.2.0 |
| 2395 | 2026-06-26T17:53:47.556Z | Checking float-ord v0.3.2 |
| 2396 | 2026-06-26T17:53:47.686Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2397 | 2026-06-26T17:53:47.719Z | Checking gethostname v0.5.0 |
| 2398 | 2026-06-26T17:53:47.831Z | Compiling prettyplease v0.2.37 |
| 2399 | 2026-06-26T17:53:47.837Z | Checking num v0.4.3 |
| 2400 | 2026-06-26T17:53:47.915Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2401 | 2026-06-26T17:53:47.949Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2402 | 2026-06-26T17:53:47.981Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2403 | 2026-06-26T17:53:48.015Z | Compiling progenitor-macro v0.14.0 |
| 2404 | 2026-06-26T17:53:48.132Z | Checking resolv-conf v0.7.6 |
| 2405 | 2026-06-26T17:53:48.320Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2406 | 2026-06-26T17:53:48.353Z | Checking smawk v0.3.2 |
| 2407 | 2026-06-26T17:53:48.430Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2408 | 2026-06-26T17:53:48.512Z | Checking unicode-linebreak v0.1.5 |
| 2409 | 2026-06-26T17:53:48.751Z | Checking papergrid v0.11.0 |
| 2410 | 2026-06-26T17:53:49.454Z | Compiling tabled_derive v0.7.0 |
| 2411 | 2026-06-26T17:53:49.489Z | Compiling convert_case v0.10.0 |
| 2412 | 2026-06-26T17:53:49.524Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2413 | 2026-06-26T17:53:49.555Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2414 | 2026-06-26T17:53:49.728Z | Compiling slog-dtrace v0.3.0 |
| 2415 | 2026-06-26T17:53:49.781Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2416 | 2026-06-26T17:53:49.847Z | Compiling derive_more-impl v2.1.1 |
| 2417 | 2026-06-26T17:53:50.018Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2418 | 2026-06-26T17:53:50.200Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2419 | 2026-06-26T17:53:50.468Z | Checking tabled v0.15.0 |
| 2420 | 2026-06-26T17:53:50.726Z | Checking derive_more v2.1.1 |
| 2421 | 2026-06-26T17:53:50.828Z | Checking crossterm v0.29.0 |
| 2422 | 2026-06-26T17:53:50.930Z | Checking linked-hash-map v0.5.6 |
| 2423 | 2026-06-26T17:53:51.154Z | Checking lru-cache v0.1.2 |
| 2424 | 2026-06-26T17:53:51.651Z | Checking hickory-proto v0.24.4 |
| 2425 | 2026-06-26T17:53:52.787Z | Checking fd-lock v4.0.4 |
| 2426 | 2026-06-26T17:53:52.793Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2427 | 2026-06-26T17:53:52.793Z | Checking vte v0.14.1 |
| 2428 | 2026-06-26T17:53:52.841Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2429 | 2026-06-26T17:53:52.918Z | Checking progenitor v0.14.0 |
| 2430 | 2026-06-26T17:53:52.952Z | Checking display-error-chain v0.2.2 |
| 2431 | 2026-06-26T17:53:53.079Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2432 | 2026-06-26T17:53:53.113Z | Checking strip-ansi-escapes v0.2.1 |
| 2433 | 2026-06-26T17:53:53.522Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2434 | 2026-06-26T17:53:54.466Z | Checking termtree v0.5.1 |
| 2435 | 2026-06-26T17:53:54.656Z | Checking nu-ansi-term v0.50.3 |
| 2436 | 2026-06-26T17:53:54.768Z | Checking hickory-resolver v0.24.4 |
| 2437 | 2026-06-26T17:53:54.802Z | Checking textwrap v0.16.2 |
| 2438 | 2026-06-26T17:53:54.899Z | Checking reedline v0.40.0 |
| 2439 | 2026-06-26T17:53:55.039Z | Compiling minimal-lexical v0.2.1 |
| 2440 | 2026-06-26T17:53:55.073Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2441 | 2026-06-26T17:53:55.106Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2442 | 2026-06-26T17:53:55.328Z | Compiling nom v7.1.3 |
| 2443 | 2026-06-26T17:53:55.465Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2444 | 2026-06-26T17:53:55.532Z | Checking qorb v0.4.1 |
| 2445 | 2026-06-26T17:53:55.682Z | Compiling ar_archive_writer v0.5.1 |
| 2446 | 2026-06-26T17:53:56.117Z | Checking csv-core v0.1.13 |
| 2447 | 2026-06-26T17:53:56.218Z | Compiling stacker v0.1.23 |
| 2448 | 2026-06-26T17:53:56.324Z | Checking csv v1.4.0 |
| 2449 | 2026-06-26T17:53:56.507Z | Checking highway v1.3.0 |
| 2450 | 2026-06-26T17:53:56.560Z | Compiling psm v0.1.30 |
| 2451 | 2026-06-26T17:53:56.697Z | Compiling cfg_aliases v0.1.1 |
| 2452 | 2026-06-26T17:53:56.731Z | Compiling semver v0.1.20 |
| 2453 | 2026-06-26T17:53:56.801Z | Checking nibble_vec v0.1.0 |
| 2454 | 2026-06-26T17:53:56.804Z | Compiling nix v0.28.0 |
| 2455 | 2026-06-26T17:53:56.865Z | Checking endian-type v0.1.2 |
| 2456 | 2026-06-26T17:53:56.959Z | Compiling rustc_version v0.1.7 |
| 2457 | 2026-06-26T17:53:57.020Z | Checking home v0.5.12 |
| 2458 | 2026-06-26T17:53:57.053Z | Checking radix_trie v0.2.1 |
| 2459 | 2026-06-26T17:53:57.056Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2460 | 2026-06-26T17:53:57.153Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2461 | 2026-06-26T17:53:57.228Z | Compiling newtype_derive v0.1.6 |
| 2462 | 2026-06-26T17:53:57.291Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2463 | 2026-06-26T17:53:57.357Z | Checking phf_shared v0.12.1 |
| 2464 | 2026-06-26T17:53:57.457Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2465 | 2026-06-26T17:53:57.478Z | Compiling chrono-tz v0.10.4 |
| 2466 | 2026-06-26T17:53:57.523Z | Checking phf v0.12.1 |
| 2467 | 2026-06-26T17:53:57.752Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2468 | 2026-06-26T17:53:57.783Z | Compiling const_format_proc_macros v0.2.34 |
| 2469 | 2026-06-26T17:53:57.815Z | Compiling peg-macros v0.8.5 |
| 2470 | 2026-06-26T17:53:57.881Z | Checking recursive v0.1.1 |
| 2471 | 2026-06-26T17:53:57.962Z | Checking nom v8.0.0 |
| 2472 | 2026-06-26T17:53:58.006Z | Checking winnow v0.6.26 |
| 2473 | 2026-06-26T17:53:58.279Z | Compiling sqlparser_derive v0.5.0 |
| 2474 | 2026-06-26T17:53:58.634Z | Checking unicode_categories v0.1.1 |
| 2475 | 2026-06-26T17:53:58.667Z | Checking rustyline v14.0.0 |
| 2476 | 2026-06-26T17:53:58.818Z | Checking const_format v0.2.35 |
| 2477 | 2026-06-26T17:53:59.096Z | Checking sqlparser v0.61.0 |
| 2478 | 2026-06-26T17:53:59.208Z | Checking peg v0.8.5 |
| 2479 | 2026-06-26T17:53:59.211Z | Checking sqlformat v0.3.5 |
| 2480 | 2026-06-26T17:53:59.430Z | Checking bcs v0.1.6 |
| 2481 | 2026-06-26T17:53:59.462Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2482 | 2026-06-26T17:53:59.562Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2483 | 2026-06-26T17:53:59.671Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2484 | 2026-06-26T17:53:59.704Z | Checking steno v0.4.1 |
| 2485 | 2026-06-26T17:53:59.775Z | Checking filetime v0.2.27 |
| 2486 | 2026-06-26T17:53:59.830Z | Checking xattr v1.6.1 |
| 2487 | 2026-06-26T17:53:59.941Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2488 | 2026-06-26T17:53:59.980Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2489 | 2026-06-26T17:54:00.014Z | Checking tar v0.4.45 |
| 2490 | 2026-06-26T17:54:00.138Z | Checking subprocess v0.2.15 |
| 2491 | 2026-06-26T17:54:00.433Z | Checking base64 v0.21.7 |
| 2492 | 2026-06-26T17:54:00.681Z | Checking headers-core v0.3.0 |
| 2493 | 2026-06-26T17:54:00.715Z | Checking yasna v0.5.2 |
| 2494 | 2026-06-26T17:54:00.747Z | Checking dropshot-api-manager-types v0.7.2 |
| 2495 | 2026-06-26T17:54:00.817Z | Checking headers v0.4.1 |
| 2496 | 2026-06-26T17:54:00.940Z | Checking tagptr v0.2.0 |
| 2497 | 2026-06-26T17:54:01.109Z | Checking moka v0.12.13 |
| 2498 | 2026-06-26T17:54:01.142Z | Checking rcgen v0.12.1 |
| 2499 | 2026-06-26T17:54:01.318Z | Checking utf-8 v0.7.6 |
| 2500 | 2026-06-26T17:54:01.479Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2501 | 2026-06-26T17:54:01.512Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2502 | 2026-06-26T17:54:01.657Z | Compiling libefi-sys v0.1.0 |
| 2503 | 2026-06-26T17:54:01.784Z | Checking hickory-resolver v0.25.2 |
| 2504 | 2026-06-26T17:54:01.913Z | Checking tungstenite v0.21.0 |
| 2505 | 2026-06-26T17:54:01.986Z | Compiling bitfield-struct v0.6.2 |
| 2506 | 2026-06-26T17:54:02.352Z | Compiling radium v0.7.0 |
| 2507 | 2026-06-26T17:54:02.396Z | Checking tokio-tungstenite v0.21.0 |
| 2508 | 2026-06-26T17:54:02.642Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2509 | 2026-06-26T17:54:02.674Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2510 | 2026-06-26T17:54:02.741Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2511 | 2026-06-26T17:54:02.901Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2512 | 2026-06-26T17:54:02.944Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2513 | 2026-06-26T17:54:03.079Z | Checking tap v1.0.1 |
| 2514 | 2026-06-26T17:54:03.131Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2515 | 2026-06-26T17:54:03.208Z | Compiling maybe-uninit v2.0.0 |
| 2516 | 2026-06-26T17:54:03.240Z | Checking wyz v0.5.1 |
| 2517 | 2026-06-26T17:54:03.454Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2518 | 2026-06-26T17:54:03.559Z | Compiling zerocopy-derive v0.6.6 |
| 2519 | 2026-06-26T17:54:03.592Z | Checking crc-catalog v2.4.0 |
| 2520 | 2026-06-26T17:54:03.595Z | Compiling packed_struct v0.10.1 |
| 2521 | 2026-06-26T17:54:03.624Z | Checking funty v2.0.0 |
| 2522 | 2026-06-26T17:54:03.713Z | Checking crc v3.4.0 |
| 2523 | 2026-06-26T17:54:04.004Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2524 | 2026-06-26T17:54:04.035Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2525 | 2026-06-26T17:54:04.067Z | Checking bitvec v1.0.1 |
| 2526 | 2026-06-26T17:54:04.072Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2527 | 2026-06-26T17:54:04.165Z | Compiling packed_struct_codegen v0.10.1 |
| 2528 | 2026-06-26T17:54:04.383Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2529 | 2026-06-26T17:54:04.430Z | Checking zerocopy v0.6.6 |
| 2530 | 2026-06-26T17:54:04.755Z | Compiling bitfield-macros v0.19.4 |
| 2531 | 2026-06-26T17:54:05.116Z | Compiling indexmap v1.9.3 |
| 2532 | 2026-06-26T17:54:05.261Z | Checking nodrop v0.1.14 |
| 2533 | 2026-06-26T17:54:05.293Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2534 | 2026-06-26T17:54:05.383Z | Checking array-init v0.0.4 |
| 2535 | 2026-06-26T17:54:05.424Z | Checking smallvec v0.6.14 |
| 2536 | 2026-06-26T17:54:05.496Z | Checking bitfield v0.19.4 |
| 2537 | 2026-06-26T17:54:05.678Z | Checking hashbrown v0.12.3 |
| 2538 | 2026-06-26T17:54:05.710Z | Checking serde-hex v0.1.0 |
| 2539 | 2026-06-26T17:54:05.787Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2540 | 2026-06-26T17:54:05.973Z | Checking ron v0.8.1 |
| 2541 | 2026-06-26T17:54:06.470Z | Checking hashbrown v0.13.2 |
| 2542 | 2026-06-26T17:54:06.504Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2543 | 2026-06-26T17:54:06.533Z | Checking crc-any v2.5.0 |
| 2544 | 2026-06-26T17:54:06.737Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2545 | 2026-06-26T17:54:06.926Z | Compiling xshell-macros v0.2.7 |
| 2546 | 2026-06-26T17:54:06.929Z | Checking object v0.30.4 |
| 2547 | 2026-06-26T17:54:07.214Z | Checking path-slash v0.1.5 |
| 2548 | 2026-06-26T17:54:07.275Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2549 | 2026-06-26T17:54:07.309Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2550 | 2026-06-26T17:54:07.342Z | Checking xshell v0.2.7 |
| 2551 | 2026-06-26T17:54:07.345Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2552 | 2026-06-26T17:54:07.562Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2553 | 2026-06-26T17:54:07.753Z | Checking half v1.8.3 |
| 2554 | 2026-06-26T17:54:07.967Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2555 | 2026-06-26T17:54:08.003Z | Checking serde_cbor v0.11.2 |
| 2556 | 2026-06-26T17:54:08.228Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2557 | 2026-06-26T17:54:08.409Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2558 | 2026-06-26T17:54:08.476Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2559 | 2026-06-26T17:54:08.703Z | Compiling num-derive v0.3.3 |
| 2560 | 2026-06-26T17:54:08.771Z | Checking papergrid v0.17.0 |
| 2561 | 2026-06-26T17:54:08.836Z | Compiling proc-macro-error2 v2.0.1 |
| 2562 | 2026-06-26T17:54:09.122Z | Checking testing_table v0.3.0 |
| 2563 | 2026-06-26T17:54:09.236Z | Compiling tabled_derive v0.11.0 |
| 2564 | 2026-06-26T17:54:09.267Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2565 | 2026-06-26T17:54:09.619Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2566 | 2026-06-26T17:54:09.659Z | Checking libscf-sys v1.1.0 |
| 2567 | 2026-06-26T17:54:09.691Z | Compiling progenitor-impl v0.13.0 |
| 2568 | 2026-06-26T17:54:09.795Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2569 | 2026-06-26T17:54:09.829Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2570 | 2026-06-26T17:54:10.070Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2571 | 2026-06-26T17:54:10.299Z | Checking maplit v1.0.2 |
| 2572 | 2026-06-26T17:54:10.445Z | Checking tabled v0.20.0 |
| 2573 | 2026-06-26T17:54:10.623Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2574 | 2026-06-26T17:54:10.652Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2575 | 2026-06-26T17:54:11.021Z | Checking progenitor-client v0.13.0 |
| 2576 | 2026-06-26T17:54:11.295Z | Compiling git-stub v1.0.0 |
| 2577 | 2026-06-26T17:54:11.414Z | Checking crc8 v0.1.1 |
| 2578 | 2026-06-26T17:54:11.504Z | Compiling git-stub-vcs v0.1.0 |
| 2579 | 2026-06-26T17:54:11.541Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2580 | 2026-06-26T17:54:12.586Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2581 | 2026-06-26T17:54:12.590Z | Checking fxhash v0.2.1 |
| 2582 | 2026-06-26T17:54:12.590Z | Checking unicase v2.9.0 |
| 2583 | 2026-06-26T17:54:12.590Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2584 | 2026-06-26T17:54:12.591Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2585 | 2026-06-26T17:54:12.591Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2586 | 2026-06-26T17:54:12.591Z | Compiling progenitor-macro v0.13.0 |
| 2587 | 2026-06-26T17:54:12.591Z | Compiling vergen-lib v0.1.6 |
| 2588 | 2026-06-26T17:54:12.591Z | Compiling diesel_derives v2.3.7 |
| 2589 | 2026-06-26T17:54:12.598Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2590 | 2026-06-26T17:54:12.601Z | Checking scheduled-thread-pool v0.2.7 |
| 2591 | 2026-06-26T17:54:12.697Z | Compiling dsl_auto_type v0.2.0 |
| 2592 | 2026-06-26T17:54:12.815Z | Compiling vergen-gitcl v1.0.8 |
| 2593 | 2026-06-26T17:54:12.848Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2594 | 2026-06-26T17:54:12.881Z | Checking r2d2 v0.8.10 |
| 2595 | 2026-06-26T17:54:13.084Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2596 | 2026-06-26T17:54:13.115Z | Checking downcast-rs v2.0.2 |
| 2597 | 2026-06-26T17:54:13.146Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2598 | 2026-06-26T17:54:13.179Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2599 | 2026-06-26T17:54:13.415Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2600 | 2026-06-26T17:54:13.450Z | Checking kstat-rs v0.2.4 |
| 2601 | 2026-06-26T17:54:13.453Z | Checking arc-swap v1.8.2 |
| 2602 | 2026-06-26T17:54:13.717Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2603 | 2026-06-26T17:54:13.749Z | Checking slog-scope v4.4.1 |
| 2604 | 2026-06-26T17:54:13.838Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2605 | 2026-06-26T17:54:13.912Z | Compiling parking_lot_core v0.8.6 |
| 2606 | 2026-06-26T17:54:13.944Z | Checking slog-stdlog v4.1.1 |
| 2607 | 2026-06-26T17:54:14.000Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2608 | 2026-06-26T17:54:14.045Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2609 | 2026-06-26T17:54:14.097Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2610 | 2026-06-26T17:54:14.361Z | Checking slog-envlogger v2.2.0 |
| 2611 | 2026-06-26T17:54:14.466Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2612 | 2026-06-26T17:54:14.550Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2613 | 2026-06-26T17:54:14.726Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2614 | 2026-06-26T17:54:14.835Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2615 | 2026-06-26T17:54:14.870Z | Compiling dirs-sys-next v0.1.2 |
| 2616 | 2026-06-26T17:54:15.031Z | Compiling crunchy v0.2.4 |
| 2617 | 2026-06-26T17:54:15.178Z | Compiling dirs-next v2.0.0 |
| 2618 | 2026-06-26T17:54:15.208Z | Checking parking_lot v0.11.2 |
| 2619 | 2026-06-26T17:54:15.245Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2620 | 2026-06-26T17:54:15.344Z | Compiling clang-sys v1.8.1 |
| 2621 | 2026-06-26T17:54:15.384Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2622 | 2026-06-26T17:54:15.426Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2623 | 2026-06-26T17:54:15.569Z | Checking prefix-trie v0.7.0 |
| 2624 | 2026-06-26T17:54:15.722Z | Compiling tiny-keccak v2.0.2 |
| 2625 | 2026-06-26T17:54:15.945Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2626 | 2026-06-26T17:54:15.948Z | Checking hickory-server v0.25.2 |
| 2627 | 2026-06-26T17:54:15.976Z | Checking sled v0.34.7 |
| 2628 | 2026-06-26T17:54:16.101Z | Compiling term v0.7.0 |
| 2629 | 2026-06-26T17:54:16.175Z | Checking nanorand v0.7.0 |
| 2630 | 2026-06-26T17:54:16.402Z | Compiling bit-vec v0.6.3 |
| 2631 | 2026-06-26T17:54:16.550Z | Compiling salty v0.3.0 |
| 2632 | 2026-06-26T17:54:16.650Z | Compiling bit-set v0.5.3 |
| 2633 | 2026-06-26T17:54:16.681Z | Checking flume v0.11.1 |
| 2634 | 2026-06-26T17:54:16.852Z | Compiling ascii-canvas v3.0.0 |
| 2635 | 2026-06-26T17:54:16.949Z | Checking primeorder v0.13.6 |
| 2636 | 2026-06-26T17:54:17.123Z | Compiling itertools v0.10.5 |
| 2637 | 2026-06-26T17:54:17.211Z | Checking progenitor v0.13.0 |
| 2638 | 2026-06-26T17:54:17.242Z | Compiling ena v0.14.4 |
| 2639 | 2026-06-26T17:54:17.293Z | Compiling libloading v0.8.9 |
| 2640 | 2026-06-26T17:54:17.325Z | Compiling regex-syntax v0.6.29 |
| 2641 | 2026-06-26T17:54:17.356Z | Compiling bindgen v0.71.1 |
| 2642 | 2026-06-26T17:54:17.387Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2643 | 2026-06-26T17:54:17.479Z | Compiling diff v0.1.13 |
| 2644 | 2026-06-26T17:54:18.133Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2645 | 2026-06-26T17:54:18.544Z | Compiling cexpr v0.6.0 |
| 2646 | 2026-06-26T17:54:18.577Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2647 | 2026-06-26T17:54:18.608Z | Compiling fs-err v2.11.0 |
| 2648 | 2026-06-26T17:54:18.668Z | Checking diesel v2.3.7 |
| 2649 | 2026-06-26T17:54:18.827Z | Compiling lalrpop v0.19.12 |
| 2650 | 2026-06-26T17:54:18.863Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2651 | 2026-06-26T17:54:19.242Z | Compiling rustc-hash v2.1.1 |
| 2652 | 2026-06-26T17:54:19.432Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2653 | 2026-06-26T17:54:19.462Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2654 | 2026-06-26T17:54:19.649Z | Compiling libxml v0.3.3 |
| 2655 | 2026-06-26T17:54:19.962Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2656 | 2026-06-26T17:54:20.088Z | Checking p384 v0.13.1 |
| 2657 | 2026-06-26T17:54:20.547Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2658 | 2026-06-26T17:54:20.928Z | Compiling strum_macros v0.24.3 |
| 2659 | 2026-06-26T17:54:21.216Z | Checking assert_matches v1.5.0 |
| 2660 | 2026-06-26T17:54:21.323Z | Compiling indoc v1.0.9 |
| 2661 | 2026-06-26T17:54:21.797Z | Checking parse-size v1.1.0 |
| 2662 | 2026-06-26T17:54:21.950Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2663 | 2026-06-26T17:54:22.440Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2664 | 2026-06-26T17:54:22.661Z | Checking quick-xml v0.37.5 |
| 2665 | 2026-06-26T17:54:22.823Z | Checking derive_builder v0.20.2 |
| 2666 | 2026-06-26T17:54:22.889Z | Compiling oso-derive v0.27.3 |
| 2667 | 2026-06-26T17:54:22.967Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2668 | 2026-06-26T17:54:23.412Z | Compiling trait-variant v0.1.2 |
| 2669 | 2026-06-26T17:54:23.561Z | Checking openssl-probe v0.1.6 |
| 2670 | 2026-06-26T17:54:23.748Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2671 | 2026-06-26T17:54:23.865Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2672 | 2026-06-26T17:54:23.970Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2673 | 2026-06-26T17:54:24.396Z | Checking predicates-tree v1.0.13 |
| 2674 | 2026-06-26T17:54:24.540Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2675 | 2026-06-26T17:54:24.698Z | Checking http-range v0.1.5 |
| 2676 | 2026-06-26T17:54:24.803Z | Compiling mime_guess v2.0.5 |
| 2677 | 2026-06-26T17:54:24.836Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2678 | 2026-06-26T17:54:24.898Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2679 | 2026-06-26T17:54:25.000Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2680 | 2026-06-26T17:54:25.219Z | Checking bb8 v0.8.6 |
| 2681 | 2026-06-26T17:54:25.253Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2682 | 2026-06-26T17:54:25.283Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2683 | 2026-06-26T17:54:25.429Z | Checking atty v0.2.14 |
| 2684 | 2026-06-26T17:54:25.472Z | Checking corncobs v0.1.4 |
| 2685 | 2026-06-26T17:54:25.579Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2686 | 2026-06-26T17:54:25.642Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2687 | 2026-06-26T17:54:25.681Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2688 | 2026-06-26T17:54:25.902Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2689 | 2026-06-26T17:54:25.934Z | Checking ignore v0.4.25 |
| 2690 | 2026-06-26T17:54:25.937Z | Checking secrecy v0.8.0 |
| 2691 | 2026-06-26T17:54:25.999Z | Checking hyper-staticfile v0.10.1 |
| 2692 | 2026-06-26T17:54:26.365Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2693 | 2026-06-26T17:54:26.396Z | Checking globwalk v0.9.1 |
| 2694 | 2026-06-26T17:54:26.522Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2695 | 2026-06-26T17:54:26.606Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2696 | 2026-06-26T17:54:26.680Z | Checking nonempty v0.12.0 |
| 2697 | 2026-06-26T17:54:26.725Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2698 | 2026-06-26T17:54:26.872Z | Checking camino-tempfile-ext v0.3.3 |
| 2699 | 2026-06-26T17:54:26.983Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2700 | 2026-06-26T17:54:27.037Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2701 | 2026-06-26T17:54:27.098Z | Checking signal-hook-tokio v0.3.1 |
| 2702 | 2026-06-26T17:54:27.187Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2703 | 2026-06-26T17:54:27.256Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2704 | 2026-06-26T17:54:27.604Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2705 | 2026-06-26T17:54:27.786Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2706 | 2026-06-26T17:54:28.009Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2707 | 2026-06-26T17:54:28.133Z | Checking illumos-nvpair v0.3.0 |
| 2708 | 2026-06-26T17:54:28.339Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2709 | 2026-06-26T17:54:28.370Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2710 | 2026-06-26T17:54:28.406Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2711 | 2026-06-26T17:54:28.467Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2712 | 2026-06-26T17:54:28.500Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2713 | 2026-06-26T17:54:28.748Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2714 | 2026-06-26T17:54:28.781Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2715 | 2026-06-26T17:54:29.063Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2716 | 2026-06-26T17:54:29.442Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2717 | 2026-06-26T17:54:29.647Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2718 | 2026-06-26T17:54:30.297Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2719 | 2026-06-26T17:54:30.455Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2720 | 2026-06-26T17:54:30.502Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2721 | 2026-06-26T17:54:31.007Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2722 | 2026-06-26T17:54:31.206Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2723 | 2026-06-26T17:54:31.442Z | Checking tungstenite v0.23.0 |
| 2724 | 2026-06-26T17:54:31.496Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2725 | 2026-06-26T17:54:31.711Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2726 | 2026-06-26T17:54:31.746Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2727 | 2026-06-26T17:54:31.895Z | Checking tokio-tungstenite v0.23.1 |
| 2728 | 2026-06-26T17:54:32.116Z | Checking rand_seeder v0.4.0 |
| 2729 | 2026-06-26T17:54:32.149Z | Checking void v1.0.2 |
| 2730 | 2026-06-26T17:54:32.197Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2731 | 2026-06-26T17:54:32.286Z | Checking lzss v0.8.2 |
| 2732 | 2026-06-26T17:54:32.318Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2733 | 2026-06-26T17:54:32.388Z | Checking nix v0.27.1 |
| 2734 | 2026-06-26T17:54:32.509Z | Checking serde_bytes v0.11.19 |
| 2735 | 2026-06-26T17:54:32.584Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2736 | 2026-06-26T17:54:32.688Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2737 | 2026-06-26T17:54:32.720Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2738 | 2026-06-26T17:54:32.937Z | Checking diesel-dtrace v0.5.0 |
| 2739 | 2026-06-26T17:54:33.215Z | Checking async-bb8-diesel v0.2.1 |
| 2740 | 2026-06-26T17:54:33.394Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2741 | 2026-06-26T17:54:33.471Z | Checking is_ci v1.2.0 |
| 2742 | 2026-06-26T17:54:33.599Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2743 | 2026-06-26T17:54:33.675Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2744 | 2026-06-26T17:54:33.799Z | Checking yansi v1.0.1 |
| 2745 | 2026-06-26T17:54:33.893Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2746 | 2026-06-26T17:54:34.129Z | Checking pretty_assertions v1.4.1 |
| 2747 | 2026-06-26T17:54:34.204Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2748 | 2026-06-26T17:54:34.332Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2749 | 2026-06-26T17:54:34.592Z | Compiling darling_core v0.23.0 |
| 2750 | 2026-06-26T17:54:34.837Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2751 | 2026-06-26T17:54:35.516Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2752 | 2026-06-26T17:54:35.705Z | Compiling indoc v2.0.7 |
| 2753 | 2026-06-26T17:54:35.743Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2754 | 2026-06-26T17:54:35.968Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2755 | 2026-06-26T17:54:36.189Z | Compiling libz-sys v1.1.24 |
| 2756 | 2026-06-26T17:54:36.603Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2757 | 2026-06-26T17:54:36.787Z | Compiling instability v0.3.11 |
| 2758 | 2026-06-26T17:54:36.905Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2759 | 2026-06-26T17:54:37.132Z | Compiling darling_macro v0.23.0 |
| 2760 | 2026-06-26T17:54:37.196Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2761 | 2026-06-26T17:54:37.238Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2762 | 2026-06-26T17:54:37.462Z | Checking castaway v0.2.4 |
| 2763 | 2026-06-26T17:54:37.607Z | Checking compact_str v0.8.1 |
| 2764 | 2026-06-26T17:54:37.674Z | Compiling darling v0.23.0 |
| 2765 | 2026-06-26T17:54:38.011Z | Checking supports-color v3.0.2 |
| 2766 | 2026-06-26T17:54:38.174Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2767 | 2026-06-26T17:54:38.401Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2768 | 2026-06-26T17:54:38.546Z | Checking unicode-truncate v1.1.0 |
| 2769 | 2026-06-26T17:54:38.625Z | Checking console v0.16.2 |
| 2770 | 2026-06-26T17:54:38.673Z | Checking lru v0.12.5 |
| 2771 | 2026-06-26T17:54:38.706Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2772 | 2026-06-26T17:54:38.736Z | Checking unit-prefix v0.5.2 |
| 2773 | 2026-06-26T17:54:38.858Z | Checking cassowary v0.3.0 |
| 2774 | 2026-06-26T17:54:39.012Z | Checking indicatif v0.18.4 |
| 2775 | 2026-06-26T17:54:39.126Z | Checking ratatui v0.29.0 |
| 2776 | 2026-06-26T17:54:39.194Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2777 | 2026-06-26T17:54:39.435Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2778 | 2026-06-26T17:54:39.692Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2779 | 2026-06-26T17:54:40.437Z | Compiling vergen-git2 v9.1.0 |
| 2780 | 2026-06-26T17:54:40.469Z | Checking plotters-backend v0.3.7 |
| 2781 | 2026-06-26T17:54:40.710Z | Checking plotters-svg v0.3.7 |
| 2782 | 2026-06-26T17:54:40.752Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2783 | 2026-06-26T17:54:40.885Z | Checking cast v0.3.0 |
| 2784 | 2026-06-26T17:54:40.978Z | Compiling rustls v0.21.12 |
| 2785 | 2026-06-26T17:54:41.071Z | Checking criterion-plot v0.6.0 |
| 2786 | 2026-06-26T17:54:41.276Z | Checking plotters v0.3.7 |
| 2787 | 2026-06-26T17:54:41.345Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2788 | 2026-06-26T17:54:41.388Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2789 | 2026-06-26T17:54:41.610Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2790 | 2026-06-26T17:54:41.834Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2791 | 2026-06-26T17:54:42.057Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2792 | 2026-06-26T17:54:42.060Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2793 | 2026-06-26T17:54:42.283Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2794 | 2026-06-26T17:54:42.315Z | Checking colored v2.2.0 |
| 2795 | 2026-06-26T17:54:42.355Z | Checking rustls-webpki v0.101.7 |
| 2796 | 2026-06-26T17:54:42.547Z | Checking sct v0.7.1 |
| 2797 | 2026-06-26T17:54:42.717Z | Checking tinytemplate v1.2.1 |
| 2798 | 2026-06-26T17:54:42.749Z | Checking anes v0.1.6 |
| 2799 | 2026-06-26T17:54:42.957Z | Checking oorandom v11.1.5 |
| 2800 | 2026-06-26T17:54:42.990Z | Checking shell-words v1.1.1 |
| 2801 | 2026-06-26T17:54:43.103Z | Checking criterion v0.7.0 |
| 2802 | 2026-06-26T17:54:43.143Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2803 | 2026-06-26T17:54:44.528Z | Checking typeid v1.0.3 |
| 2804 | 2026-06-26T17:54:44.570Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2805 | 2026-06-26T17:54:44.659Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2806 | 2026-06-26T17:54:45.368Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2807 | 2026-06-26T17:54:46.142Z | Checking tokio-test v0.4.5 |
| 2808 | 2026-06-26T17:54:46.379Z | Checking hex-literal v0.4.1 |
| 2809 | 2026-06-26T17:54:46.511Z | Checking erased-serde v0.4.9 |
| 2810 | 2026-06-26T17:54:46.896Z | Checking tokio-rustls v0.24.1 |
| 2811 | 2026-06-26T17:54:47.132Z | Checking rustls-pemfile v1.0.4 |
| 2812 | 2026-06-26T17:54:47.302Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2813 | 2026-06-26T17:54:47.526Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2814 | 2026-06-26T17:54:47.930Z | Checking twox-hash v2.1.2 |
| 2815 | 2026-06-26T17:54:47.971Z | Checking ordered-float v2.10.1 |
| 2816 | 2026-06-26T17:54:48.233Z | Checking serde-value v0.7.0 |
| 2817 | 2026-06-26T17:54:48.308Z | Checking serde-untagged v0.1.9 |
| 2818 | 2026-06-26T17:54:48.472Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2819 | 2026-06-26T17:54:48.531Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2820 | 2026-06-26T17:54:48.668Z | Checking fatfs v0.3.6 |
| 2821 | 2026-06-26T17:54:49.159Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2822 | 2026-06-26T17:54:49.548Z | Checking unicode-xid v0.2.6 |
| 2823 | 2026-06-26T17:54:49.686Z | Compiling seq-macro v0.3.6 |
| 2824 | 2026-06-26T17:54:49.717Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2825 | 2026-06-26T17:54:49.896Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2826 | 2026-06-26T17:54:50.221Z | Checking cargo-util-schemas v0.8.2 |
| 2827 | 2026-06-26T17:54:50.484Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2828 | 2026-06-26T17:54:51.126Z | Checking cargo-platform v0.2.0 |
| 2829 | 2026-06-26T17:54:51.159Z | Compiling petname v2.0.2 |
| 2830 | 2026-06-26T17:54:51.227Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2831 | 2026-06-26T17:54:51.338Z | Checking cargo_metadata v0.21.0 |
| 2832 | 2026-06-26T17:54:51.825Z | Checking concurrent-queue v2.5.0 |
| 2833 | 2026-06-26T17:54:52.041Z | Checking rtoolbox v0.0.3 |
| 2834 | 2026-06-26T17:54:52.122Z | Checking parking v2.2.1 |
| 2835 | 2026-06-26T17:54:52.200Z | Checking rpassword v7.4.0 |
| 2836 | 2026-06-26T17:54:52.270Z | Checking event-listener v5.4.1 |
| 2837 | 2026-06-26T17:54:52.518Z | Checking tui-tree-widget v0.23.1 |
| 2838 | 2026-06-26T17:54:52.736Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2839 | 2026-06-26T17:54:52.767Z | Checking polyval v0.6.2 |
| 2840 | 2026-06-26T17:54:52.929Z | Checking sapling-renderdag v0.1.0 |
| 2841 | 2026-06-26T17:54:52.963Z | Checking sync-ptr v0.1.4 |
| 2842 | 2026-06-26T17:54:53.107Z | Checking ghash v0.5.1 |
| 2843 | 2026-06-26T17:54:53.195Z | Checking event-listener-strategy v0.5.4 |
| 2844 | 2026-06-26T17:54:53.253Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2845 | 2026-06-26T17:54:53.360Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2846 | 2026-06-26T17:54:53.584Z | Checking ctr v0.9.2 |
| 2847 | 2026-06-26T17:54:53.783Z | Checking arrayvec v0.7.6 |
| 2848 | 2026-06-26T17:54:53.935Z | Checking constant_time_eq v0.4.2 |
| 2849 | 2026-06-26T17:54:54.007Z | Checking arrayref v0.3.9 |
| 2850 | 2026-06-26T17:54:54.104Z | Checking futures-timer v3.0.3 |
| 2851 | 2026-06-26T17:54:54.135Z | Checking aes-gcm v0.10.3 |
| 2852 | 2026-06-26T17:54:54.351Z | Checking async-lock v3.4.2 |
| 2853 | 2026-06-26T17:54:54.392Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2854 | 2026-06-26T17:54:54.765Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2855 | 2026-06-26T17:54:54.908Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2856 | 2026-06-26T17:54:55.374Z | Checking ssh-encoding v0.2.0 |
| 2857 | 2026-06-26T17:54:55.598Z | Checking blowfish v0.9.1 |
| 2858 | 2026-06-26T17:54:55.781Z | Compiling strsim v0.10.0 |
| 2859 | 2026-06-26T17:54:55.983Z | Compiling darling_core v0.13.4 |
| 2860 | 2026-06-26T17:54:56.137Z | Checking bcrypt-pbkdf v0.10.0 |
| 2861 | 2026-06-26T17:54:56.330Z | Checking ssh-cipher v0.2.0 |
| 2862 | 2026-06-26T17:54:56.531Z | Checking async-object-pool v0.2.0 |
| 2863 | 2026-06-26T17:54:56.674Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2864 | 2026-06-26T17:54:57.082Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2865 | 2026-06-26T17:54:57.678Z | Checking serde_regex v1.1.0 |
| 2866 | 2026-06-26T17:54:57.742Z | Checking password-hash v0.4.2 |
| 2867 | 2026-06-26T17:54:57.861Z | Checking assert-json-diff v2.0.2 |
| 2868 | 2026-06-26T17:54:57.863Z | Checking path-tree v0.8.3 |
| 2869 | 2026-06-26T17:54:57.990Z | Checking gimli v0.32.3 |
| 2870 | 2026-06-26T17:54:58.059Z | Compiling target-lexicon v0.13.3 |
| 2871 | 2026-06-26T17:54:58.107Z | Checking stringmetrics v2.2.2 |
| 2872 | 2026-06-26T17:54:58.285Z | Checking httpmock v0.8.3 |
| 2873 | 2026-06-26T17:54:58.631Z | Checking pbkdf2 v0.11.0 |
| 2874 | 2026-06-26T17:54:58.833Z | Compiling darling_macro v0.13.4 |
| 2875 | 2026-06-26T17:54:59.344Z | Checking ssh-key v0.6.7 |
| 2876 | 2026-06-26T17:54:59.586Z | Checking addr2line v0.25.1 |
| 2877 | 2026-06-26T17:54:59.776Z | Compiling samael v0.0.19 |
| 2878 | 2026-06-26T17:55:00.063Z | Checking p521 v0.13.3 |
| 2879 | 2026-06-26T17:55:00.555Z | Checking p256 v0.13.2 |
| 2880 | 2026-06-26T17:55:00.707Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2881 | 2026-06-26T17:55:00.830Z | Checking russh-cryptovec v0.7.3 |
| 2882 | 2026-06-26T17:55:00.973Z | Compiling guppy-workspace-hack v0.1.0 |
| 2883 | 2026-06-26T17:55:01.003Z | Checking rustc-demangle v0.1.27 |
| 2884 | 2026-06-26T17:55:01.184Z | Checking md5 v0.7.0 |
| 2885 | 2026-06-26T17:55:01.256Z | Checking backtrace v0.3.76 |
| 2886 | 2026-06-26T17:55:01.386Z | Checking russh-keys v0.45.0 |
| 2887 | 2026-06-26T17:55:01.635Z | Compiling darling v0.13.4 |
| 2888 | 2026-06-26T17:55:01.785Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2889 | 2026-06-26T17:55:02.009Z | Checking num-bigint v0.4.6 |
| 2890 | 2026-06-26T17:55:02.039Z | Checking des v0.8.1 |
| 2891 | 2026-06-26T17:55:02.220Z | Compiling blake3 v1.8.5 |
| 2892 | 2026-06-26T17:55:02.223Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2893 | 2026-06-26T17:55:02.606Z | Compiling target-spec v3.5.7 |
| 2894 | 2026-06-26T17:55:02.688Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2895 | 2026-06-26T17:55:02.990Z | Checking russh v0.45.0 |
| 2896 | 2026-06-26T17:55:03.457Z | Checking cfg-expr v0.20.6 |
| 2897 | 2026-06-26T17:55:03.537Z | Compiling serde_with_macros v1.5.2 |
| 2898 | 2026-06-26T17:55:04.015Z | Checking backtrace-ext v0.2.1 |
| 2899 | 2026-06-26T17:55:04.160Z | Checking supports-color v2.1.0 |
| 2900 | 2026-06-26T17:55:04.325Z | Checking textwrap v0.15.2 |
| 2901 | 2026-06-26T17:55:04.405Z | Checking supports-unicode v2.1.0 |
| 2902 | 2026-06-26T17:55:04.550Z | Checking supports-hyperlinks v2.1.0 |
| 2903 | 2026-06-26T17:55:04.582Z | Checking hashbrown v0.14.5 |
| 2904 | 2026-06-26T17:55:04.697Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2905 | 2026-06-26T17:55:04.923Z | Checking cargo-platform v0.3.2 |
| 2906 | 2026-06-26T17:55:04.956Z | Checking terminal_size v0.1.17 |
| 2907 | 2026-06-26T17:55:04.986Z | Compiling miette-derive v5.10.0 |
| 2908 | 2026-06-26T17:55:05.119Z | Checking owo-colors v3.5.0 |
| 2909 | 2026-06-26T17:55:05.150Z | Checking internet-checksum v0.2.1 |
| 2910 | 2026-06-26T17:55:05.300Z | Checking cargo_metadata v0.23.1 |
| 2911 | 2026-06-26T17:55:05.674Z | Checking chumsky v0.9.3 |
| 2912 | 2026-06-26T17:55:06.060Z | Compiling serde_with v1.14.0 |
| 2913 | 2026-06-26T17:55:06.140Z | Checking miette v5.10.0 |
| 2914 | 2026-06-26T17:55:06.367Z | Compiling git2 v0.20.4 |
| 2915 | 2026-06-26T17:55:06.764Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2916 | 2026-06-26T17:55:06.909Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2917 | 2026-06-26T17:55:06.998Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2918 | 2026-06-26T17:55:07.255Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2919 | 2026-06-26T17:55:07.336Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2920 | 2026-06-26T17:55:07.470Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2921 | 2026-06-26T17:55:07.607Z | Compiling knuffel-derive v3.2.0 |
| 2922 | 2026-06-26T17:55:07.709Z | Checking httptest v0.16.4 |
| 2923 | 2026-06-26T17:55:07.792Z | Checking pathdiff v0.2.3 |
| 2924 | 2026-06-26T17:55:07.930Z | Checking nested v0.1.1 |
| 2925 | 2026-06-26T17:55:08.098Z | Checking topological-sort v0.2.2 |
| 2926 | 2026-06-26T17:55:08.131Z | Checking guppy v0.17.25 |
| 2927 | 2026-06-26T17:55:08.268Z | Checking omicron-zone-package v0.12.2 |
| 2928 | 2026-06-26T17:55:08.331Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2929 | 2026-06-26T17:55:09.160Z | Checking knuffel v3.2.0 |
| 2930 | 2026-06-26T17:55:09.217Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2931 | 2026-06-26T17:55:09.483Z | Checking similar-asserts v1.7.0 |
| 2932 | 2026-06-26T17:55:09.673Z | Compiling target-triple v1.0.0 |
| 2933 | 2026-06-26T17:55:09.732Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2934 | 2026-06-26T17:55:09.763Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2935 | 2026-06-26T17:55:09.817Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2936 | 2026-06-26T17:55:09.896Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2937 | 2026-06-26T17:55:10.029Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2938 | 2026-06-26T17:55:10.061Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2939 | 2026-06-26T17:55:10.293Z | Checking hickory-client v0.25.2 |
| 2940 | 2026-06-26T17:55:10.606Z | Checking escape8259 v0.5.3 |
| 2941 | 2026-06-26T17:55:10.665Z | Compiling assert_cmd v2.1.2 |
| 2942 | 2026-06-26T17:55:10.765Z | Checking libtest-mimic v0.8.1 |
| 2943 | 2026-06-26T17:55:11.164Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2944 | 2026-06-26T17:55:11.308Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2945 | 2026-06-26T17:55:11.636Z | Checking blake2b_simd v1.0.4 |
| 2946 | 2026-06-26T17:55:12.034Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2947 | 2026-06-26T17:55:12.067Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2948 | 2026-06-26T17:55:12.463Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2949 | 2026-06-26T17:55:12.491Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2950 | 2026-06-26T17:55:12.687Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2951 | 2026-06-26T17:55:12.727Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2952 | 2026-06-26T17:55:12.963Z | Checking fancy-regex v0.14.0 |
| 2953 | 2026-06-26T17:55:13.290Z | Checking serde_tokenstream v0.2.3 |
| 2954 | 2026-06-26T17:55:13.337Z | Checking approx v0.5.1 |
| 2955 | 2026-06-26T17:55:13.513Z | Checking uzers v0.12.2 |
| 2956 | 2026-06-26T17:55:13.543Z | Compiling rstest_macros v0.25.0 |
| 2957 | 2026-06-26T17:55:13.765Z | Checking termcolor v1.4.1 |
| 2958 | 2026-06-26T17:55:13.855Z | Compiling linkme-impl v0.3.35 |
| 2959 | 2026-06-26T17:55:14.044Z | Checking constant_time_eq v0.3.1 |
| 2960 | 2026-06-26T17:55:14.182Z | Checking rust-argon2 v2.1.0 |
| 2961 | 2026-06-26T17:55:14.298Z | Checking trybuild v1.0.116 |
| 2962 | 2026-06-26T17:55:14.567Z | Checking datatest-stable v0.3.3 |
| 2963 | 2026-06-26T17:55:15.085Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2964 | 2026-06-26T17:55:15.380Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2965 | 2026-06-26T17:55:15.456Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2966 | 2026-06-26T17:55:15.540Z | Checking support-bundle-viewer v0.1.2 |
| 2967 | 2026-06-26T17:55:15.816Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2968 | 2026-06-26T17:55:16.049Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2969 | 2026-06-26T17:55:16.209Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2970 | 2026-06-26T17:55:16.261Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2971 | 2026-06-26T17:55:16.446Z | Checking drift v0.2.0 |
| 2972 | 2026-06-26T17:55:16.462Z | Compiling polar-core v0.27.3 |
| 2973 | 2026-06-26T17:55:16.490Z | Checking rand_distr v0.5.1 |
| 2974 | 2026-06-26T17:55:16.604Z | Checking multimap v0.10.1 |
| 2975 | 2026-06-26T17:55:16.806Z | Compiling relative-path v1.9.3 |
| 2976 | 2026-06-26T17:55:16.854Z | Compiling linkme v0.3.35 |
| 2977 | 2026-06-26T17:55:16.920Z | Checking dropshot-api-manager v0.7.2 |
| 2978 | 2026-06-26T17:55:18.060Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2979 | 2026-06-26T17:55:18.782Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2980 | 2026-06-26T17:55:18.841Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2981 | 2026-06-26T17:55:18.934Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2982 | 2026-06-26T17:55:19.172Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2983 | 2026-06-26T17:55:19.415Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2984 | 2026-06-26T17:55:19.644Z | Checking cargo_toml v0.21.0 |
| 2985 | 2026-06-26T17:55:19.693Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2986 | 2026-06-26T17:55:20.120Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2987 | 2026-06-26T17:55:20.346Z | Checking partial-io v0.5.4 |
| 2988 | 2026-06-26T17:55:20.488Z | Checking termios v0.3.3 |
| 2989 | 2026-06-26T17:55:20.578Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2990 | 2026-06-26T17:55:20.636Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2991 | 2026-06-26T17:55:20.671Z | Checking rstest v0.25.0 |
| 2992 | 2026-06-26T17:55:21.434Z | Checking oso v0.27.3 |
| 2993 | 2026-06-26T17:55:22.642Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2994 | 2026-06-26T17:55:22.845Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2995 | 2026-06-26T17:55:25.741Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 2996 | 2026-06-26T17:55:31.195Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2997 | 2026-06-26T17:55:33.204Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 2998 | 2026-06-26T17:55:33.891Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2999 | 2026-06-26T17:55:36.513Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3000 | 2026-06-26T17:55:40.400Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3001 | 2026-06-26T17:55:44.356Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3002 | 2026-06-26T17:55:48.637Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3003 | 2026-06-26T17:55:49.109Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3004 | 2026-06-26T17:55:50.271Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3005 | 2026-06-26T17:55:55.296Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3006 | 2026-06-26T17:56:00.570Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3007 | 2026-06-26T17:57:16.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 05s |
| 3008 | 2026-06-26T17:57:17.586Z | |
| 3009 | 2026-06-26T17:57:17.586Z | real 4:08.807989919 |
| 3010 | 2026-06-26T17:57:17.586Z | user 21:06.155069538 |
| 3011 | 2026-06-26T17:57:17.590Z | sys 4:49.180234354 |
| 3012 | 2026-06-26T17:57:17.590Z | trap 0.514753007 |
| 3013 | 2026-06-26T17:57:17.590Z | tflt 0.474700005 |
| 3014 | 2026-06-26T17:57:17.590Z | dflt 0.525137544 |
| 3015 | 2026-06-26T17:57:17.590Z | kflt 0.005152865 |
| 3016 | 2026-06-26T17:57:17.590Z | lock 58:09.125224294 |
| 3017 | 2026-06-26T17:57:17.590Z | slp 58:00.947916367 |
| 3018 | 2026-06-26T17:57:17.590Z | lat 1:47.858520482 |
| 3019 | 2026-06-26T17:57:17.590Z | stop 10:25.238897438 |
| 3020 | 2026-06-26T17:57:17.590Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3021 | 2026-06-26T17:57:17.590Z | + ptime -m cargo doc --workspace --no-deps |
| 3022 | 2026-06-26T17:57:18.389Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3023 | 2026-06-26T17:57:18.389Z | | |
| 3024 | 2026-06-26T17:57:18.389Z | = 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)` |
| 3025 | 2026-06-26T17:57:18.389Z | = 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> |
| 3026 | 2026-06-26T17:57:19.398Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3027 | 2026-06-26T17:57:19.622Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3028 | 2026-06-26T17:57:19.666Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3029 | 2026-06-26T17:57:19.726Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3030 | 2026-06-26T17:57:19.759Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3031 | 2026-06-26T17:57:19.810Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3032 | 2026-06-26T17:57:19.908Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3033 | 2026-06-26T17:57:19.937Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3034 | 2026-06-26T17:57:19.965Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3035 | 2026-06-26T17:57:19.991Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3036 | 2026-06-26T17:57:20.159Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3037 | 2026-06-26T17:57:20.204Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3038 | 2026-06-26T17:57:20.248Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3039 | 2026-06-26T17:57:20.277Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3040 | 2026-06-26T17:57:20.298Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3041 | 2026-06-26T17:57:20.332Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3042 | 2026-06-26T17:57:20.353Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3043 | 2026-06-26T17:57:20.376Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3044 | 2026-06-26T17:57:20.397Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3045 | 2026-06-26T17:57:20.421Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3046 | 2026-06-26T17:57:20.462Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3047 | 2026-06-26T17:57:20.521Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3048 | 2026-06-26T17:57:20.770Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3049 | 2026-06-26T17:57:21.088Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3050 | 2026-06-26T17:57:21.116Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3051 | 2026-06-26T17:57:21.202Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3052 | 2026-06-26T17:57:21.230Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3053 | 2026-06-26T17:57:21.262Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3054 | 2026-06-26T17:57:21.416Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3055 | 2026-06-26T17:57:21.477Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3056 | 2026-06-26T17:57:21.580Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3057 | 2026-06-26T17:57:21.703Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3058 | 2026-06-26T17:57:21.792Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3059 | 2026-06-26T17:57:21.827Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3060 | 2026-06-26T17:57:21.867Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3061 | 2026-06-26T17:57:21.890Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3062 | 2026-06-26T17:57:22.016Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3063 | 2026-06-26T17:57:22.058Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3064 | 2026-06-26T17:57:22.114Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3065 | 2026-06-26T17:57:22.343Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3066 | 2026-06-26T17:57:22.378Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3067 | 2026-06-26T17:57:22.705Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3068 | 2026-06-26T17:57:22.811Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3069 | 2026-06-26T17:57:22.906Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3070 | 2026-06-26T17:57:22.979Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3071 | 2026-06-26T17:57:23.033Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3072 | 2026-06-26T17:57:23.062Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3073 | 2026-06-26T17:57:23.198Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3074 | 2026-06-26T17:57:23.227Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3075 | 2026-06-26T17:57:23.292Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3076 | 2026-06-26T17:57:23.320Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3077 | 2026-06-26T17:57:23.430Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3078 | 2026-06-26T17:57:23.480Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3079 | 2026-06-26T17:57:23.550Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3080 | 2026-06-26T17:57:23.571Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3081 | 2026-06-26T17:57:23.677Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3082 | 2026-06-26T17:57:23.698Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3083 | 2026-06-26T17:57:23.752Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3084 | 2026-06-26T17:57:23.780Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3085 | 2026-06-26T17:57:23.784Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3086 | 2026-06-26T17:57:23.876Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3087 | 2026-06-26T17:57:23.898Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3088 | 2026-06-26T17:57:23.960Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3089 | 2026-06-26T17:57:24.258Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3090 | 2026-06-26T17:57:24.329Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3091 | 2026-06-26T17:57:24.468Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3092 | 2026-06-26T17:57:24.611Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3093 | 2026-06-26T17:57:24.902Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3094 | 2026-06-26T17:57:25.092Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3095 | 2026-06-26T17:57:25.354Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3096 | 2026-06-26T17:57:25.378Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3097 | 2026-06-26T17:57:25.402Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3098 | 2026-06-26T17:57:25.424Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3099 | 2026-06-26T17:57:25.624Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3100 | 2026-06-26T17:57:25.649Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3101 | 2026-06-26T17:57:25.652Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3102 | 2026-06-26T17:57:25.804Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3103 | 2026-06-26T17:57:26.215Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3104 | 2026-06-26T17:57:26.645Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3105 | 2026-06-26T17:57:26.717Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3106 | 2026-06-26T17:57:26.874Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3107 | 2026-06-26T17:57:26.921Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3108 | 2026-06-26T17:57:26.960Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3109 | 2026-06-26T17:57:27.229Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3110 | 2026-06-26T17:57:27.254Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3111 | 2026-06-26T17:57:27.276Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3112 | 2026-06-26T17:57:27.487Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3113 | 2026-06-26T17:57:27.512Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3114 | 2026-06-26T17:57:27.534Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3115 | 2026-06-26T17:57:27.641Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3116 | 2026-06-26T17:57:27.711Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3117 | 2026-06-26T17:57:27.801Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3118 | 2026-06-26T17:57:27.823Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3119 | 2026-06-26T17:57:27.845Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3120 | 2026-06-26T17:57:27.879Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3121 | 2026-06-26T17:57:28.049Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3122 | 2026-06-26T17:57:28.091Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3123 | 2026-06-26T17:57:28.114Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3124 | 2026-06-26T17:57:28.114Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3125 | 2026-06-26T17:57:28.178Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3126 | 2026-06-26T17:57:28.267Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3127 | 2026-06-26T17:57:28.289Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3128 | 2026-06-26T17:57:28.330Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3129 | 2026-06-26T17:57:28.379Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3130 | 2026-06-26T17:57:28.414Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3131 | 2026-06-26T17:57:28.527Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3132 | 2026-06-26T17:57:28.687Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3133 | 2026-06-26T17:57:28.728Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3134 | 2026-06-26T17:57:28.770Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3135 | 2026-06-26T17:57:29.185Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3136 | 2026-06-26T17:57:29.334Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3137 | 2026-06-26T17:57:29.433Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3138 | 2026-06-26T17:57:30.147Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3139 | 2026-06-26T17:57:30.186Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3140 | 2026-06-26T17:57:30.353Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3141 | 2026-06-26T17:57:31.022Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3142 | 2026-06-26T17:57:31.138Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3143 | 2026-06-26T17:57:31.569Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3144 | 2026-06-26T17:57:32.316Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3145 | 2026-06-26T17:57:32.949Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3146 | 2026-06-26T17:57:33.024Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3147 | 2026-06-26T17:57:33.394Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3148 | 2026-06-26T17:57:33.701Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3149 | 2026-06-26T17:57:33.727Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3150 | 2026-06-26T17:57:33.817Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3151 | 2026-06-26T17:57:34.274Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3152 | 2026-06-26T17:57:34.527Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3153 | 2026-06-26T17:57:34.653Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3154 | 2026-06-26T17:57:34.709Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3155 | 2026-06-26T17:57:34.836Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3156 | 2026-06-26T17:57:35.366Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3157 | 2026-06-26T17:57:35.390Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3158 | 2026-06-26T17:57:35.883Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3159 | 2026-06-26T17:57:35.971Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3160 | 2026-06-26T17:57:36.280Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3161 | 2026-06-26T17:57:36.365Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3162 | 2026-06-26T17:57:36.464Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3163 | 2026-06-26T17:57:36.627Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3164 | 2026-06-26T17:57:37.302Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3165 | 2026-06-26T17:57:37.409Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3166 | 2026-06-26T17:57:38.054Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3167 | 2026-06-26T17:57:38.469Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3168 | 2026-06-26T17:57:38.702Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3169 | 2026-06-26T17:57:39.079Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3170 | 2026-06-26T17:57:39.556Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3171 | 2026-06-26T17:57:40.052Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3172 | 2026-06-26T17:57:40.123Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3173 | 2026-06-26T17:57:40.413Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3174 | 2026-06-26T17:57:40.603Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3175 | 2026-06-26T17:57:41.224Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3176 | 2026-06-26T17:57:41.735Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3177 | 2026-06-26T17:57:41.764Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3178 | 2026-06-26T17:57:42.421Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3179 | 2026-06-26T17:57:43.090Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3180 | 2026-06-26T17:57:44.552Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3181 | 2026-06-26T17:57:44.979Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3182 | 2026-06-26T17:57:46.556Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3183 | 2026-06-26T17:57:46.649Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3184 | 2026-06-26T17:57:47.723Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3185 | 2026-06-26T17:57:48.477Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3186 | 2026-06-26T17:57:49.186Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3187 | 2026-06-26T17:57:49.209Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3188 | 2026-06-26T17:57:50.265Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3189 | 2026-06-26T17:57:50.874Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3190 | 2026-06-26T17:57:50.977Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3191 | 2026-06-26T17:57:50.999Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3192 | 2026-06-26T17:57:51.266Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3193 | 2026-06-26T17:57:51.650Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3194 | 2026-06-26T17:57:51.916Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3195 | 2026-06-26T17:57:51.938Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3196 | 2026-06-26T17:57:52.055Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3197 | 2026-06-26T17:57:52.080Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3198 | 2026-06-26T17:57:52.385Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3199 | 2026-06-26T17:57:52.822Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3200 | 2026-06-26T17:57:52.846Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3201 | 2026-06-26T17:57:53.438Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3202 | 2026-06-26T17:57:53.558Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3203 | 2026-06-26T17:57:54.094Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3204 | 2026-06-26T17:57:54.151Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3205 | 2026-06-26T17:57:54.218Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3206 | 2026-06-26T17:57:54.774Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3207 | 2026-06-26T17:57:55.154Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3208 | 2026-06-26T17:57:56.657Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3209 | 2026-06-26T17:57:56.803Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3210 | 2026-06-26T17:57:58.246Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3211 | 2026-06-26T17:57:59.343Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3212 | 2026-06-26T17:57:59.904Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3213 | 2026-06-26T17:58:00.976Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3214 | 2026-06-26T17:58:01.596Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3215 | 2026-06-26T17:58:03.181Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3216 | 2026-06-26T17:58:04.144Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3217 | 2026-06-26T17:58:04.948Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3218 | 2026-06-26T17:58:06.539Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3219 | 2026-06-26T17:58:07.070Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3220 | 2026-06-26T17:58:08.269Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3221 | 2026-06-26T17:58:09.227Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3222 | 2026-06-26T17:58:10.133Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3223 | 2026-06-26T17:58:10.655Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3224 | 2026-06-26T17:58:11.581Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3225 | 2026-06-26T17:58:11.877Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3226 | 2026-06-26T17:58:13.932Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3227 | 2026-06-26T17:58:15.260Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3228 | 2026-06-26T17:58:16.274Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3229 | 2026-06-26T17:58:18.923Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3230 | 2026-06-26T17:58:20.658Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3231 | 2026-06-26T17:58:21.243Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3232 | 2026-06-26T17:58:22.025Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3233 | 2026-06-26T17:58:22.783Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3234 | 2026-06-26T17:58:23.550Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3235 | 2026-06-26T17:58:25.752Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3236 | 2026-06-26T17:58:26.115Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3237 | 2026-06-26T17:58:26.818Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3238 | 2026-06-26T17:58:27.515Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3239 | 2026-06-26T17:58:27.550Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3240 | 2026-06-26T17:58:28.365Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3241 | 2026-06-26T17:58:29.282Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3242 | 2026-06-26T17:58:32.570Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3243 | 2026-06-26T17:58:33.393Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3244 | 2026-06-26T17:58:34.639Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3245 | 2026-06-26T17:58:35.245Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3246 | 2026-06-26T17:58:36.211Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3247 | 2026-06-26T17:58:37.111Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3248 | 2026-06-26T17:58:39.673Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3249 | 2026-06-26T17:58:40.038Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3250 | 2026-06-26T17:58:40.917Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3251 | 2026-06-26T17:58:42.059Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3252 | 2026-06-26T17:58:43.572Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3253 | 2026-06-26T17:58:44.910Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3254 | 2026-06-26T17:58:46.006Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3255 | 2026-06-26T17:58:47.340Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3256 | 2026-06-26T17:58:49.837Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3257 | 2026-06-26T17:58:50.485Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3258 | 2026-06-26T17:58:51.958Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3259 | 2026-06-26T17:58:53.523Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3260 | 2026-06-26T17:58:55.296Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3261 | 2026-06-26T17:58:56.840Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3262 | 2026-06-26T17:58:58.406Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3263 | 2026-06-26T17:59:00.089Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3264 | 2026-06-26T17:59:04.356Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3265 | 2026-06-26T17:59:04.897Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3266 | 2026-06-26T17:59:06.196Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3267 | 2026-06-26T17:59:06.867Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3268 | 2026-06-26T17:59:08.486Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3269 | 2026-06-26T17:59:10.191Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3270 | 2026-06-26T17:59:11.923Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3271 | 2026-06-26T17:59:14.100Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3272 | 2026-06-26T17:59:15.814Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3273 | 2026-06-26T17:59:17.922Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3274 | 2026-06-26T17:59:19.410Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3275 | 2026-06-26T17:59:21.146Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3276 | 2026-06-26T17:59:22.892Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3277 | 2026-06-26T17:59:24.625Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3278 | 2026-06-26T17:59:27.811Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3279 | 2026-06-26T17:59:29.947Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3280 | 2026-06-26T17:59:31.712Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3281 | 2026-06-26T17:59:33.355Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3282 | 2026-06-26T17:59:34.895Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3283 | 2026-06-26T17:59:39.056Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3284 | 2026-06-26T17:59:40.784Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3285 | 2026-06-26T17:59:42.866Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3286 | 2026-06-26T17:59:44.577Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3287 | 2026-06-26T17:59:47.366Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3288 | 2026-06-26T17:59:48.811Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3289 | 2026-06-26T17:59:50.866Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3290 | 2026-06-26T17:59:52.967Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3291 | 2026-06-26T17:59:54.431Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3292 | 2026-06-26T17:59:57.723Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3293 | 2026-06-26T17:59:59.881Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3294 | 2026-06-26T18:00:02.121Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3295 | 2026-06-26T18:00:04.270Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3296 | 2026-06-26T18:00:06.476Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3297 | 2026-06-26T18:00:08.664Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3298 | 2026-06-26T18:00:10.945Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3299 | 2026-06-26T18:00:13.542Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3300 | 2026-06-26T18:00:15.192Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3301 | 2026-06-26T18:00:17.748Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3302 | 2026-06-26T18:00:19.689Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3303 | 2026-06-26T18:00:21.873Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3304 | 2026-06-26T18:00:24.171Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3305 | 2026-06-26T18:00:26.359Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3306 | 2026-06-26T18:00:28.597Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3307 | 2026-06-26T18:00:31.018Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3308 | 2026-06-26T18:00:33.242Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3309 | 2026-06-26T18:00:35.543Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3310 | 2026-06-26T18:00:37.920Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3311 | 2026-06-26T18:00:40.249Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3312 | 2026-06-26T18:00:42.551Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3313 | 2026-06-26T18:00:44.927Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3314 | 2026-06-26T18:00:47.317Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3315 | 2026-06-26T18:00:49.556Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3316 | 2026-06-26T18:00:51.961Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3317 | 2026-06-26T18:00:54.362Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3318 | 2026-06-26T18:00:56.683Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3319 | 2026-06-26T18:00:59.162Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3320 | 2026-06-26T18:01:01.817Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3321 | 2026-06-26T18:01:04.019Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3322 | 2026-06-26T18:01:06.406Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3323 | 2026-06-26T18:01:08.905Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3324 | 2026-06-26T18:01:11.265Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3325 | 2026-06-26T18:01:13.772Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3326 | 2026-06-26T18:01:16.204Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3327 | 2026-06-26T18:01:18.579Z | Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3328 | 2026-06-26T18:01:21.087Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3329 | 2026-06-26T18:01:23.687Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3330 | 2026-06-26T18:01:26.164Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3331 | 2026-06-26T18:01:28.496Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3332 | 2026-06-26T18:01:31.006Z | Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3333 | 2026-06-26T18:01:33.631Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3334 | 2026-06-26T18:01:36.071Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3335 | 2026-06-26T18:01:38.636Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3336 | 2026-06-26T18:01:41.268Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3337 | 2026-06-26T18:01:43.840Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3338 | 2026-06-26T18:01:46.402Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3339 | 2026-06-26T18:01:48.877Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3340 | 2026-06-26T18:01:51.457Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3341 | 2026-06-26T18:01:54.043Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3342 | 2026-06-26T18:01:56.631Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3343 | 2026-06-26T18:01:59.541Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3344 | 2026-06-26T18:02:01.926Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3345 | 2026-06-26T18:02:10.052Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3346 | 2026-06-26T18:02:10.078Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3347 | 2026-06-26T18:02:13.304Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3348 | 2026-06-26T18:02:16.732Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3349 | 2026-06-26T18:02:20.149Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3350 | 2026-06-26T18:02:23.383Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3351 | 2026-06-26T18:02:26.693Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3352 | 2026-06-26T18:02:31.340Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3353 | 2026-06-26T18:02:34.123Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3354 | 2026-06-26T18:02:37.781Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3355 | 2026-06-26T18:02:41.516Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3356 | 2026-06-26T18:02:45.119Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3357 | 2026-06-26T18:02:48.716Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3358 | 2026-06-26T18:02:52.332Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3359 | 2026-06-26T18:02:56.010Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3360 | 2026-06-26T18:02:59.694Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3361 | 2026-06-26T18:03:03.362Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3362 | 2026-06-26T18:03:07.121Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3363 | 2026-06-26T18:03:10.883Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3364 | 2026-06-26T18:03:14.413Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3365 | 2026-06-26T18:03:18.098Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3366 | 2026-06-26T18:03:21.836Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3367 | 2026-06-26T18:03:25.602Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3368 | 2026-06-26T18:03:29.236Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3369 | 2026-06-26T18:03:33.028Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3370 | 2026-06-26T18:04:05.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 44s |
| 3371 | 2026-06-26T18:04:05.481Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 198 other files |
| 3372 | 2026-06-26T18:04:05.481Z | |
| 3373 | 2026-06-26T18:04:05.482Z | real 6:44.809272329 |
| 3374 | 2026-06-26T18:04:05.482Z | user 17:58.795655218 |
| 3375 | 2026-06-26T18:04:05.482Z | sys 3:51.958218219 |
| 3376 | 2026-06-26T18:04:05.482Z | trap 0.258471033 |
| 3377 | 2026-06-26T18:04:05.482Z | tflt 0.021689326 |
| 3378 | 2026-06-26T18:04:05.482Z | dflt 0.124697777 |
| 3379 | 2026-06-26T18:04:05.482Z | kflt 0.000026600 |
| 3380 | 2026-06-26T18:04:05.482Z | lock 6:14:58.519517713 |
| 3381 | 2026-06-26T18:04:05.482Z | slp 2:16:07.378786289 |
| 3382 | 2026-06-26T18:04:05.482Z | lat 31.850160228 |
| 3383 | 2026-06-26T18:04:05.482Z | stop 1:36.673610090 |
| 3384 | 2026-06-26T18:04:05.482Z | process exited: duration 778070 ms, exit code 0 |
| |
| 3385 | 2026-06-26T18:04:05.497Z | found 0 output files |