|
|
|
| 1 | 2026-06-20T23:53:29.186Z | job assigned to worker 01KVKQ5VQSZD0ZEKQKG6SQ0VJT [factory aws, i-0e3fed9247943c63c] (queued for 1 m 36 s) |
| |
| 2 | 2026-06-20T23:53:35.667Z | starting task 0: "setup" |
| 3 | 2026-06-20T23:53:35.670Z | ++ uname -s |
| 4 | 2026-06-20T23:53:35.675Z | + kern=SunOS |
| 5 | 2026-06-20T23:53:35.675Z | + build_user=build |
| 6 | 2026-06-20T23:53:35.675Z | + build_uid=12345 |
| 7 | 2026-06-20T23:53:35.675Z | + work_dir=/work |
| 8 | 2026-06-20T23:53:35.675Z | + input_dir=/input |
| 9 | 2026-06-20T23:53:35.675Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-20T23:53:35.675Z | + case "$kern" in |
| 11 | 2026-06-20T23:53:35.675Z | + groupadd -g 12345 build |
| 12 | 2026-06-20T23:53:35.678Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-20T23:53:37.678Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-20T23:53:37.734Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-20T23:53:37.737Z | + home_fs=zfs |
| 16 | 2026-06-20T23:53:37.737Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-20T23:53:37.738Z | + mkdir -p /home/build |
| 18 | 2026-06-20T23:53:37.741Z | + chown build:build /home/build /work |
| 19 | 2026-06-20T23:53:39.738Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-20T23:53:39.741Z | process exited: duration 4074 ms, exit code 0 |
| |
| 21 | 2026-06-20T23:53:39.745Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-20T23:53:39.749Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-06-20T23:53:39.749Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-06-20T23:53:39.750Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-06-20T23:53:39.750Z | * rust toolchain profile = "default" |
| 26 | 2026-06-20T23:53:39.752Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-20T23:53:39.752Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-20T23:53:39.752Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-20T23:53:39.752Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-06-20T23:53:39.843Z | info: downloading installer |
| 31 | 2026-06-20T23:53:41.249Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-20T23:53:41.249Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-20T23:53:41.249Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-20T23:53:41.249Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-20T23:53:41.262Z | info: profile set to default |
| 36 | 2026-06-20T23:53:41.262Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-20T23:53:41.264Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-06-20T23:53:41.418Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-06-20T23:53:41.423Z | info: downloading 6 components |
| 40 | 2026-06-20T23:53:56.733Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-06-20T23:53:56.733Z | |
| 42 | 2026-06-20T23:53:56.758Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-06-20T23:53:56.759Z | |
| 44 | 2026-06-20T23:53:56.759Z | |
| 45 | 2026-06-20T23:53:56.759Z | Rust is installed now. Great! |
| 46 | 2026-06-20T23:53:56.759Z | |
| 47 | 2026-06-20T23:53:56.764Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-20T23:53:56.764Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-20T23:53:56.765Z | |
| 50 | 2026-06-20T23:53:56.765Z | To configure your current shell, you need to source |
| 51 | 2026-06-20T23:53:56.765Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-20T23:53:56.765Z | |
| 53 | 2026-06-20T23:53:56.765Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-20T23:53:56.765Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-20T23:53:56.765Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-20T23:53:56.765Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-20T23:53:56.765Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-20T23:53:56.765Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-20T23:53:56.765Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-20T23:53:56.765Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-20T23:53:56.766Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-20T23:53:56.849Z | + rustup --version |
| 63 | 2026-06-20T23:53:56.857Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-20T23:53:56.859Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-20T23:53:56.878Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-06-20T23:53:56.880Z | + cargo --version |
| 67 | 2026-06-20T23:53:56.893Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-06-20T23:53:56.895Z | + rustc --version |
| 69 | 2026-06-20T23:53:56.915Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-06-20T23:53:56.918Z | process exited: duration 17170 ms, exit code 0 |
| |
| 71 | 2026-06-20T23:53:56.924Z | starting task 2: "authentication" |
| 72 | 2026-06-20T23:53:56.950Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-20T23:53:56.955Z | starting task 3: "clone repository" |
| 74 | 2026-06-20T23:53:56.958Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-20T23:53:56.961Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-20T23:53:56.988Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-20T23:54:06.632Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-20T23:54:06.632Z | + git fetch origin d561ec033125f9d209a4bba80eb6ece280ee3c69 |
| 79 | 2026-06-20T23:54:06.912Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-20T23:54:06.912Z | * branch d561ec033125f9d209a4bba80eb6ece280ee3c69 -> FETCH_HEAD |
| 81 | 2026-06-20T23:54:06.923Z | + [[ -n sunshowers/spr/7n-sync-switch-add-single-transaction-switch-config-read-not-yet-wired-up ]] |
| 82 | 2026-06-20T23:54:06.927Z | ++ git branch --show-current |
| 83 | 2026-06-20T23:54:06.927Z | + current=main |
| 84 | 2026-06-20T23:54:06.927Z | + [[ main != sunshowers/spr/7n-sync-switch-add-single-transaction-switch-config-read-not-yet-wired-up ]] |
| 85 | 2026-06-20T23:54:06.927Z | + git branch -f sunshowers/spr/7n-sync-switch-add-single-transaction-switch-config-read-not-yet-wired-up d561ec033125f9d209a4bba80eb6ece280ee3c69 |
| 86 | 2026-06-20T23:54:06.930Z | + git checkout -f sunshowers/spr/7n-sync-switch-add-single-transaction-switch-config-read-not-yet-wired-up |
| 87 | 2026-06-20T23:54:06.959Z | Switched to branch 'sunshowers/spr/7n-sync-switch-add-single-transaction-switch-config-read-not-yet-wired-up' |
| 88 | 2026-06-20T23:54:06.962Z | + git reset --hard d561ec033125f9d209a4bba80eb6ece280ee3c69 |
| 89 | 2026-06-20T23:54:06.995Z | HEAD is now at d561ec033 [spr] initial version |
| 90 | 2026-06-20T23:54:06.997Z | process exited: duration 10040 ms, exit code 0 |
| |
| 91 | 2026-06-20T23:54:07.004Z | starting task 4: "build" |
| 92 | 2026-06-20T23:54:07.008Z | + source ./env.sh |
| 93 | 2026-06-20T23:54:07.011Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-06-20T23:54:07.011Z | ++ set -o xtrace |
| 95 | 2026-06-20T23:54:07.011Z | ++++ dirname ./env.sh |
| 96 | 2026-06-20T23:54:07.014Z | +++ readlink -f . |
| 97 | 2026-06-20T23:54:07.014Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-06-20T23:54:07.014Z | ++ 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-20T23:54:07.014Z | ++ 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-20T23:54:07.014Z | ++ 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-20T23:54:07.014Z | ++ 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-20T23:54:07.014Z | ++ 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-20T23:54:07.014Z | ++ 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-20T23:54:07.014Z | ++ 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-20T23:54:07.014Z | ++ 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-20T23:54:07.014Z | ++ 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-20T23:54:07.014Z | ++ 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-20T23:54:07.014Z | ++ case $OLD_SHELL_OPTS in |
| 109 | 2026-06-20T23:54:07.014Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 110 | 2026-06-20T23:54:07.014Z | + source .github/buildomat/ci-env.sh |
| 111 | 2026-06-20T23:54:07.014Z | ++ export CARGO_TERM_COLOR=always |
| 112 | 2026-06-20T23:54:07.014Z | ++ CARGO_TERM_COLOR=always |
| 113 | 2026-06-20T23:54:07.014Z | + cargo --version |
| 114 | 2026-06-20T23:54:07.025Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 115 | 2026-06-20T23:54:07.028Z | + rustc --version |
| 116 | 2026-06-20T23:54:07.044Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 117 | 2026-06-20T23:54:07.047Z | + banner prerequisites |
| 118 | 2026-06-20T23:54:07.051Z | |
| 119 | 2026-06-20T23:54:07.051Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-06-20T23:54:07.051Z | # # # # # # # # # # # # # # # |
| 121 | 2026-06-20T23:54:07.051Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-06-20T23:54:07.051Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-06-20T23:54:07.051Z | # # # # # # # # # # # # # # # |
| 124 | 2026-06-20T23:54:07.051Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-06-20T23:54:07.051Z | |
| 126 | 2026-06-20T23:54:07.051Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-06-20T23:54:08.481Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-06-20T23:54:08.569Z | Startup: Caching catalogs ... Done |
| 129 | 2026-06-20T23:54:08.922Z | Planning: Solver setup ... Done (0.312s) |
| 130 | 2026-06-20T23:54:08.944Z | Planning: Running solver ... Done (0.022s) |
| 131 | 2026-06-20T23:54:08.952Z | Planning: Finding local manifests ... Done (0.003s) |
| 132 | 2026-06-20T23:54:08.961Z | Planning: Fetching manifests: 0/2 0% complete |
| 133 | 2026-06-20T23:54:08.976Z | Planning: Fetching manifests: 2/2 100% complete |
| 134 | 2026-06-20T23:54:08.989Z | Planning: Package planning ... Done (0.013s) |
| 135 | 2026-06-20T23:54:08.991Z | Planning: Merging actions ... Done (0.002s) |
| 136 | 2026-06-20T23:54:09.198Z | Planning: Checking for conflicting actions ... Done (0.207s) |
| 137 | 2026-06-20T23:54:09.201Z | Planning: Consolidating action changes ... Done (0.001s) |
| 138 | 2026-06-20T23:54:09.985Z | Planning: Evaluating mediators ... Done (0.786s) |
| 139 | 2026-06-20T23:54:09.987Z | Planning: Planning completed in 1.40 seconds |
| 140 | 2026-06-20T23:54:09.994Z | Packages to install: 2 |
| 141 | 2026-06-20T23:54:09.994Z | Estimated space available: 156.07 GB |
| 142 | 2026-06-20T23:54:09.997Z | Estimated space to be consumed: 26.78 MB |
| 143 | 2026-06-20T23:54:09.997Z | Create boot environment: No |
| 144 | 2026-06-20T23:54:09.997Z | Create backup boot environment: No |
| 145 | 2026-06-20T23:54:09.997Z | Rebuild boot archive: No |
| 146 | 2026-06-20T23:54:09.997Z | |
| 147 | 2026-06-20T23:54:09.997Z | Changed packages: |
| 148 | 2026-06-20T23:54:09.997Z | helios |
| 149 | 2026-06-20T23:54:09.997Z | developer/build-essential |
| 150 | 2026-06-20T23:54:09.998Z | None -> 11-3.0 |
| 151 | 2026-06-20T23:54:09.998Z | library/libxmlsec1 |
| 152 | 2026-06-20T23:54:09.998Z | None -> 1.2.35-3.0 |
| 153 | 2026-06-20T23:54:10.020Z | |
| 154 | 2026-06-20T23:54:10.020Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 155 | 2026-06-20T23:54:11.383Z | Download: Completed 1.28 MB in 1.36 seconds (962k/s) |
| 156 | 2026-06-20T23:54:11.445Z | Actions: 1/268 actions (Installing new actions) |
| 157 | 2026-06-20T23:54:11.483Z | Actions: Completed 268 actions in 0.04 seconds. |
| 158 | 2026-06-20T23:54:11.491Z | Finalize: Updating package state database ... Done (0.008s) |
| 159 | 2026-06-20T23:54:11.492Z | Finalize: Updating package cache ... Done (0.000s) |
| 160 | 2026-06-20T23:54:11.515Z | Finalize: Updating image state ... Done (0.024s) |
| 161 | 2026-06-20T23:54:13.855Z | Finalize: Creating fast lookup database ... Done (2.318s) |
| 162 | 2026-06-20T23:54:13.920Z | Finalize: Reading search index ... Done (0.011s) |
| 163 | 2026-06-20T23:54:13.925Z | Finalize: Updating search index ... Done (0.000s) |
| 164 | 2026-06-20T23:54:14.009Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-06-20T23:54:14.310Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-06-20T23:54:14.414Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-06-20T23:54:14.418Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-06-20T23:54:14.572Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-06-20T23:54:14.575Z | Planning: Planning completed in 0.26 seconds |
| 170 | 2026-06-20T23:54:14.593Z | Mediators to change: 2 |
| 171 | 2026-06-20T23:54:14.593Z | Create boot environment: No |
| 172 | 2026-06-20T23:54:14.598Z | Create backup boot environment: No |
| 173 | 2026-06-20T23:54:14.641Z | Finalize: Updating package state database ... Done |
| 174 | 2026-06-20T23:54:14.641Z | Finalize: Updating package cache ... Done |
| 175 | 2026-06-20T23:54:14.652Z | Finalize: Updating image state ... Done |
| 176 | 2026-06-20T23:54:16.590Z | Finalize: Creating fast lookup database ... Done |
| 177 | 2026-06-20T23:54:16.651Z | Finalize: Reading search index ... Done |
| 178 | 2026-06-20T23:54:16.654Z | Finalize: Updating search index ... Done |
| 179 | 2026-06-20T23:54:16.714Z | Finalize: Updating package cache ... Done |
| 180 | 2026-06-20T23:54:16.995Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-06-20T23:54:17.102Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-06-20T23:54:17.104Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-06-20T23:54:17.262Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-06-20T23:54:17.268Z | Planning: Planning completed in 0.27 seconds |
| 185 | 2026-06-20T23:54:17.283Z | Mediators to change: 1 |
| 186 | 2026-06-20T23:54:17.283Z | Create boot environment: No |
| 187 | 2026-06-20T23:54:17.286Z | Create backup boot environment: No |
| 188 | 2026-06-20T23:54:17.326Z | Finalize: Updating package state database ... Done |
| 189 | 2026-06-20T23:54:17.326Z | Finalize: Updating package cache ... Done |
| 190 | 2026-06-20T23:54:17.335Z | Finalize: Updating image state ... Done |
| 191 | 2026-06-20T23:54:19.261Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-06-20T23:54:19.330Z | Finalize: Reading search index ... Done |
| 193 | 2026-06-20T23:54:19.333Z | Finalize: Updating search index ... Done |
| 194 | 2026-06-20T23:54:19.388Z | Finalize: Updating package cache ... Done |
| 195 | 2026-06-20T23:54:19.693Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-06-20T23:54:19.694Z | apache system 2.4 system |
| 197 | 2026-06-20T23:54:19.694Z | clang system 15 system |
| 198 | 2026-06-20T23:54:19.694Z | csh system system illumos |
| 199 | 2026-06-20T23:54:19.694Z | ctags system system illumos |
| 200 | 2026-06-20T23:54:19.694Z | file vendor vendor darwinsys |
| 201 | 2026-06-20T23:54:19.694Z | file system system illumos |
| 202 | 2026-06-20T23:54:19.694Z | gcc vendor 14 vendor |
| 203 | 2026-06-20T23:54:19.694Z | gcc system 13 system |
| 204 | 2026-06-20T23:54:19.694Z | gcc system 10 system |
| 205 | 2026-06-20T23:54:19.694Z | go system 1.25 system |
| 206 | 2026-06-20T23:54:19.694Z | llvm system 15 system |
| 207 | 2026-06-20T23:54:19.694Z | mariadb system 11.4 system |
| 208 | 2026-06-20T23:54:19.694Z | mta vendor vendor dma |
| 209 | 2026-06-20T23:54:19.694Z | openjdk system 17 system |
| 210 | 2026-06-20T23:54:19.694Z | openjdk system 11 system |
| 211 | 2026-06-20T23:54:19.694Z | openssl vendor 3 vendor |
| 212 | 2026-06-20T23:54:19.694Z | perl system 5.40 system |
| 213 | 2026-06-20T23:54:19.694Z | postgresql system 18 system |
| 214 | 2026-06-20T23:54:19.694Z | postgresql system 17 system |
| 215 | 2026-06-20T23:54:19.694Z | python vendor 3 vendor |
| 216 | 2026-06-20T23:54:19.694Z | python system 2 system |
| 217 | 2026-06-20T23:54:19.694Z | python3 vendor 3.13 vendor |
| 218 | 2026-06-20T23:54:19.694Z | ruby system 3.4 system |
| 219 | 2026-06-20T23:54:19.694Z | ruby system 3.0 system |
| 220 | 2026-06-20T23:54:19.694Z | words vendor vendor american-english |
| 221 | 2026-06-20T23:54:19.694Z | words system system australian-english |
| 222 | 2026-06-20T23:54:19.694Z | words system system british-english |
| 223 | 2026-06-20T23:54:19.694Z | words system system canadian-english |
| 224 | 2026-06-20T23:54:19.694Z | words system system french |
| 225 | 2026-06-20T23:54:19.694Z | words system system italian |
| 226 | 2026-06-20T23:54:19.694Z | words system system ngerman |
| 227 | 2026-06-20T23:54:19.694Z | words system system ogerman |
| 228 | 2026-06-20T23:54:19.694Z | words system system spanish |
| 229 | 2026-06-20T23:54:19.943Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-06-20T23:54:19.943Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 231 | 2026-06-20T23:54:20.232Z | FMRI IFO |
| 232 | 2026-06-20T23:54:20.232Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 233 | 2026-06-20T23:54:20.232Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 234 | 2026-06-20T23:54:20.232Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 235 | 2026-06-20T23:54:20.232Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 236 | 2026-06-20T23:54:20.232Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 237 | 2026-06-20T23:54:20.232Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 238 | 2026-06-20T23:54:20.232Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 239 | 2026-06-20T23:54:20.232Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 240 | 2026-06-20T23:54:20.232Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 241 | 2026-06-20T23:54:20.477Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 242 | 2026-06-20T23:54:20.734Z | Updating crates.io index |
| 243 | 2026-06-20T23:54:20.768Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-06-20T23:54:21.570Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 245 | 2026-06-20T23:54:22.020Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 246 | 2026-06-20T23:54:22.659Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 247 | 2026-06-20T23:54:23.593Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2026-06-20T23:54:24.085Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-06-20T23:54:25.600Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 250 | 2026-06-20T23:54:26.578Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 251 | 2026-06-20T23:54:26.856Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-06-20T23:55:26.030Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-06-20T23:55:26.172Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-06-20T23:55:26.172Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 255 | 2026-06-20T23:55:26.172Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 256 | 2026-06-20T23:55:26.173Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 257 | 2026-06-20T23:55:26.173Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 258 | 2026-06-20T23:55:26.173Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 259 | 2026-06-20T23:55:26.453Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 260 | 2026-06-20T23:55:26.453Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 261 | 2026-06-20T23:55:26.453Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-06-20T23:55:26.453Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-06-20T23:55:26.453Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-06-20T23:55:26.453Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 265 | 2026-06-20T23:55:26.453Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 266 | 2026-06-20T23:55:26.453Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 267 | 2026-06-20T23:55:26.454Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 268 | 2026-06-20T23:55:26.454Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 269 | 2026-06-20T23:55:26.454Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 270 | 2026-06-20T23:55:26.454Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 271 | 2026-06-20T23:55:26.454Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 272 | 2026-06-20T23:55:26.454Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 273 | 2026-06-20T23:55:26.454Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 274 | 2026-06-20T23:55:26.454Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 275 | 2026-06-20T23:55:26.454Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 276 | 2026-06-20T23:55:26.454Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 277 | 2026-06-20T23:55:26.454Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 278 | 2026-06-20T23:55:26.454Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 279 | 2026-06-20T23:55:26.454Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 280 | 2026-06-20T23:55:26.454Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 281 | 2026-06-20T23:55:26.454Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 282 | 2026-06-20T23:55:26.454Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 283 | 2026-06-20T23:55:26.454Z | Downloading crates ... |
| 284 | 2026-06-20T23:55:26.454Z | Downloaded cfg-if v1.0.4 |
| 285 | 2026-06-20T23:55:26.454Z | Downloaded crypto-common v0.1.7 |
| 286 | 2026-06-20T23:55:26.454Z | Downloaded cpufeatures v0.2.17 |
| 287 | 2026-06-20T23:55:26.454Z | Downloaded bitflags v2.11.0 |
| 288 | 2026-06-20T23:55:26.454Z | Downloaded clap_lex v1.0.0 |
| 289 | 2026-06-20T23:55:26.454Z | Downloaded clap_derive v4.6.1 |
| 290 | 2026-06-20T23:55:26.454Z | Downloaded colorchoice v1.0.4 |
| 291 | 2026-06-20T23:55:26.454Z | Downloaded thiserror v1.0.69 |
| 292 | 2026-06-20T23:55:26.454Z | Downloaded zmij v1.0.21 |
| 293 | 2026-06-20T23:55:26.454Z | Downloaded equivalent v1.0.2 |
| 294 | 2026-06-20T23:55:26.454Z | Downloaded textwrap v0.16.2 |
| 295 | 2026-06-20T23:55:26.454Z | Downloaded toml_datetime v0.6.11 |
| 296 | 2026-06-20T23:55:26.454Z | Downloaded thread-id v4.2.2 |
| 297 | 2026-06-20T23:55:26.454Z | Downloaded serde-value v0.7.0 |
| 298 | 2026-06-20T23:55:26.454Z | Downloaded clap_builder v4.6.0 |
| 299 | 2026-06-20T23:55:26.454Z | Downloaded zerofrom-derive v0.1.6 |
| 300 | 2026-06-20T23:55:26.454Z | Downloaded zerofrom v0.1.6 |
| 301 | 2026-06-20T23:55:26.454Z | Downloaded utf8parse v0.2.2 |
| 302 | 2026-06-20T23:55:26.454Z | Downloaded fs-err v3.3.0 |
| 303 | 2026-06-20T23:55:26.454Z | Downloaded toml_write v0.1.2 |
| 304 | 2026-06-20T23:55:26.455Z | Downloaded writeable v0.6.2 |
| 305 | 2026-06-20T23:55:26.455Z | Downloaded version_check v0.9.5 |
| 306 | 2026-06-20T23:55:26.455Z | Downloaded usdt-macro v0.5.0 |
| 307 | 2026-06-20T23:55:26.455Z | Downloaded usdt-attr-macro v0.5.0 |
| 308 | 2026-06-20T23:55:26.455Z | Downloaded unicode-linebreak v0.1.5 |
| 309 | 2026-06-20T23:55:26.455Z | Downloaded yoke-derive v0.8.1 |
| 310 | 2026-06-20T23:55:26.455Z | Downloaded errno v0.3.14 |
| 311 | 2026-06-20T23:55:26.455Z | Downloaded utf8_iter v1.0.4 |
| 312 | 2026-06-20T23:55:26.455Z | Downloaded usdt v0.5.0 |
| 313 | 2026-06-20T23:55:26.455Z | Downloaded ordered-float v2.10.1 |
| 314 | 2026-06-20T23:55:26.455Z | Downloaded generic-array v0.14.7 |
| 315 | 2026-06-20T23:55:26.455Z | Downloaded dtrace-parser v0.2.0 |
| 316 | 2026-06-20T23:55:26.455Z | Downloaded serde-untagged v0.1.9 |
| 317 | 2026-06-20T23:55:26.455Z | Downloaded proc-macro-error-attr v1.0.4 |
| 318 | 2026-06-20T23:55:26.455Z | Downloaded heck v0.5.0 |
| 319 | 2026-06-20T23:55:26.455Z | Downloaded is_terminal_polyfill v1.70.2 |
| 320 | 2026-06-20T23:55:26.455Z | Downloaded unicode-xid v0.2.6 |
| 321 | 2026-06-20T23:55:26.455Z | Downloaded typeid v1.0.3 |
| 322 | 2026-06-20T23:55:26.455Z | Downloaded zerovec-derive v0.11.2 |
| 323 | 2026-06-20T23:55:26.587Z | Downloaded block-buffer v0.10.4 |
| 324 | 2026-06-20T23:55:26.587Z | Downloaded anstyle v1.0.14 |
| 325 | 2026-06-20T23:55:26.587Z | Downloaded anstream v1.0.0 |
| 326 | 2026-06-20T23:55:26.587Z | Downloaded usdt-impl v0.5.0 |
| 327 | 2026-06-20T23:55:26.587Z | Downloaded thiserror-impl v1.0.69 |
| 328 | 2026-06-20T23:55:26.587Z | Downloaded thiserror v2.0.18 |
| 329 | 2026-06-20T23:55:26.587Z | Downloaded scroll_derive v0.12.1 |
| 330 | 2026-06-20T23:55:26.587Z | Downloaded percent-encoding v2.3.2 |
| 331 | 2026-06-20T23:55:26.587Z | Downloaded thiserror-impl v2.0.18 |
| 332 | 2026-06-20T23:55:26.587Z | Downloaded fastrand v2.3.0 |
| 333 | 2026-06-20T23:55:26.587Z | Downloaded yoke v0.8.1 |
| 334 | 2026-06-20T23:55:26.587Z | Downloaded macaddr v1.0.1 |
| 335 | 2026-06-20T23:55:26.587Z | Downloaded tinystr v0.8.2 |
| 336 | 2026-06-20T23:55:26.588Z | Downloaded memmap v0.7.0 |
| 337 | 2026-06-20T23:55:26.588Z | Downloaded zerocopy-derive v0.7.35 |
| 338 | 2026-06-20T23:55:26.588Z | Downloaded smawk v0.3.2 |
| 339 | 2026-06-20T23:55:26.588Z | Downloaded unicode-ident v1.0.24 |
| 340 | 2026-06-20T23:55:26.588Z | Downloaded toml v0.8.23 |
| 341 | 2026-06-20T23:55:26.588Z | Downloaded anstyle-query v1.1.5 |
| 342 | 2026-06-20T23:55:26.588Z | Downloaded terminal_size v0.4.3 |
| 343 | 2026-06-20T23:55:26.588Z | Downloaded idna_adapter v1.2.1 |
| 344 | 2026-06-20T23:55:26.588Z | Downloaded ucd-trie v0.1.7 |
| 345 | 2026-06-20T23:55:26.588Z | Downloaded cargo_metadata v0.21.0 |
| 346 | 2026-06-20T23:55:26.588Z | Downloaded fnv v1.0.7 |
| 347 | 2026-06-20T23:55:26.588Z | Downloaded cargo-util-schemas v0.8.2 |
| 348 | 2026-06-20T23:55:26.588Z | Downloaded anyhow v1.0.102 |
| 349 | 2026-06-20T23:55:26.588Z | Downloaded zerotrie v0.2.3 |
| 350 | 2026-06-20T23:55:26.588Z | Downloaded typenum v1.19.0 |
| 351 | 2026-06-20T23:55:26.588Z | Downloaded strsim v0.11.1 |
| 352 | 2026-06-20T23:55:26.588Z | Downloaded swrite v0.1.0 |
| 353 | 2026-06-20T23:55:26.589Z | Downloaded icu_properties v2.1.2 |
| 354 | 2026-06-20T23:55:26.589Z | Downloaded dof v0.3.0 |
| 355 | 2026-06-20T23:55:26.589Z | Downloaded url v2.5.8 |
| 356 | 2026-06-20T23:55:26.589Z | Downloaded tabled_derive v0.7.0 |
| 357 | 2026-06-20T23:55:26.589Z | Downloaded toml_edit v0.22.27 |
| 358 | 2026-06-20T23:55:26.589Z | Downloaded scroll v0.12.0 |
| 359 | 2026-06-20T23:55:26.589Z | Downloaded autocfg v1.5.0 |
| 360 | 2026-06-20T23:55:26.589Z | Downloaded zerovec v0.11.5 |
| 361 | 2026-06-20T23:55:26.589Z | Downloaded serde_tokenstream v0.2.3 |
| 362 | 2026-06-20T23:55:26.589Z | Downloaded bytecount v0.6.9 |
| 363 | 2026-06-20T23:55:26.589Z | Downloaded itoa v1.0.17 |
| 364 | 2026-06-20T23:55:26.589Z | Downloaded quote v1.0.45 |
| 365 | 2026-06-20T23:55:26.589Z | Downloaded stable_deref_trait v1.2.1 |
| 366 | 2026-06-20T23:55:26.589Z | Downloaded cargo-platform v0.2.0 |
| 367 | 2026-06-20T23:55:26.589Z | Downloaded plain v0.2.3 |
| 368 | 2026-06-20T23:55:26.589Z | Downloaded form_urlencoded v1.2.2 |
| 369 | 2026-06-20T23:55:26.589Z | Downloaded digest v0.10.7 |
| 370 | 2026-06-20T23:55:26.589Z | Downloaded zerocopy v0.7.35 |
| 371 | 2026-06-20T23:55:26.589Z | Downloaded potential_utf v0.1.4 |
| 372 | 2026-06-20T23:55:26.589Z | Downloaded winnow v0.7.14 |
| 373 | 2026-06-20T23:55:26.589Z | Downloaded getrandom v0.4.1 |
| 374 | 2026-06-20T23:55:26.589Z | Downloaded pretty-hex v0.4.1 |
| 375 | 2026-06-20T23:55:26.589Z | Downloaded heck v0.4.1 |
| 376 | 2026-06-20T23:55:26.589Z | Downloaded unicode-width v0.2.0 |
| 377 | 2026-06-20T23:55:26.589Z | Downloaded unicode-width v0.1.14 |
| 378 | 2026-06-20T23:55:26.589Z | Downloaded proc-macro-error v1.0.4 |
| 379 | 2026-06-20T23:55:26.590Z | Downloaded log v0.4.29 |
| 380 | 2026-06-20T23:55:26.590Z | Downloaded icu_locale_core v2.1.1 |
| 381 | 2026-06-20T23:55:26.590Z | Downloaded litemap v0.8.1 |
| 382 | 2026-06-20T23:55:26.590Z | Downloaded erased-serde v0.4.9 |
| 383 | 2026-06-20T23:55:26.590Z | Downloaded camino v1.2.2 |
| 384 | 2026-06-20T23:55:26.590Z | Downloaded sha2 v0.10.9 |
| 385 | 2026-06-20T23:55:26.590Z | Downloaded camino-tempfile v1.4.1 |
| 386 | 2026-06-20T23:55:26.590Z | Downloaded tempfile v3.25.0 |
| 387 | 2026-06-20T23:55:26.590Z | Downloaded serde_core v1.0.228 |
| 388 | 2026-06-20T23:55:26.590Z | Downloaded byteorder v1.5.0 |
| 389 | 2026-06-20T23:55:26.590Z | Downloaded serde_spanned v0.6.9 |
| 390 | 2026-06-20T23:55:26.590Z | Downloaded cargo_toml v0.21.0 |
| 391 | 2026-06-20T23:55:26.590Z | Downloaded anstyle-parse v1.0.0 |
| 392 | 2026-06-20T23:55:26.590Z | Downloaded displaydoc v0.2.5 |
| 393 | 2026-06-20T23:55:26.590Z | Downloaded synstructure v0.13.2 |
| 394 | 2026-06-20T23:55:26.590Z | Downloaded pest_meta v2.8.6 |
| 395 | 2026-06-20T23:55:26.590Z | Downloaded pest_generator v2.8.6 |
| 396 | 2026-06-20T23:55:26.590Z | Downloaded semver v1.0.28 |
| 397 | 2026-06-20T23:55:26.590Z | Downloaded icu_provider v2.1.1 |
| 398 | 2026-06-20T23:55:26.590Z | Downloaded pest_derive v2.8.6 |
| 399 | 2026-06-20T23:55:26.590Z | Downloaded once_cell v1.21.3 |
| 400 | 2026-06-20T23:55:26.590Z | Downloaded num-traits v0.2.19 |
| 401 | 2026-06-20T23:55:26.590Z | Downloaded smallvec v1.15.1 |
| 402 | 2026-06-20T23:55:26.590Z | Downloaded proc-macro2 v1.0.106 |
| 403 | 2026-06-20T23:55:26.590Z | Downloaded icu_normalizer_data v2.1.1 |
| 404 | 2026-06-20T23:55:26.591Z | Downloaded clap v4.6.1 |
| 405 | 2026-06-20T23:55:26.591Z | Downloaded papergrid v0.11.0 |
| 406 | 2026-06-20T23:55:26.591Z | Downloaded icu_normalizer v2.1.1 |
| 407 | 2026-06-20T23:55:26.591Z | Downloaded serde v1.0.228 |
| 408 | 2026-06-20T23:55:26.591Z | Downloaded icu_collections v2.1.1 |
| 409 | 2026-06-20T23:55:26.591Z | Downloaded memchr v2.8.0 |
| 410 | 2026-06-20T23:55:26.591Z | Downloaded icu_properties_data v2.1.2 |
| 411 | 2026-06-20T23:55:26.591Z | Downloaded serde_derive v1.0.228 |
| 412 | 2026-06-20T23:55:26.591Z | Downloaded indexmap v2.14.0 |
| 413 | 2026-06-20T23:55:26.591Z | Downloaded idna v1.1.0 |
| 414 | 2026-06-20T23:55:26.591Z | Downloaded pest v2.8.6 |
| 415 | 2026-06-20T23:55:26.591Z | Downloaded hashbrown v0.17.0 |
| 416 | 2026-06-20T23:55:26.591Z | Downloaded serde_json v1.0.149 |
| 417 | 2026-06-20T23:55:26.591Z | Downloaded goblin v0.8.2 |
| 418 | 2026-06-20T23:55:26.591Z | Downloaded tabled v0.15.0 |
| 419 | 2026-06-20T23:55:26.591Z | Downloaded syn v1.0.109 |
| 420 | 2026-06-20T23:55:26.591Z | Downloaded syn v2.0.117 |
| 421 | 2026-06-20T23:55:26.591Z | Downloaded rustix v1.1.3 |
| 422 | 2026-06-20T23:55:26.591Z | Downloaded libc v0.2.185 |
| 423 | 2026-06-20T23:55:27.117Z | Compiling proc-macro2 v1.0.106 |
| 424 | 2026-06-20T23:55:27.117Z | Compiling quote v1.0.45 |
| 425 | 2026-06-20T23:55:27.117Z | Compiling unicode-ident v1.0.24 |
| 426 | 2026-06-20T23:55:27.117Z | Compiling serde_core v1.0.228 |
| 427 | 2026-06-20T23:55:27.117Z | Compiling libc v0.2.185 |
| 428 | 2026-06-20T23:55:27.117Z | Compiling version_check v0.9.5 |
| 429 | 2026-06-20T23:55:27.118Z | Compiling serde v1.0.228 |
| 430 | 2026-06-20T23:55:27.118Z | Compiling memchr v2.8.0 |
| 431 | 2026-06-20T23:55:27.118Z | Compiling stable_deref_trait v1.2.1 |
| 432 | 2026-06-20T23:55:27.118Z | Compiling zmij v1.0.21 |
| 433 | 2026-06-20T23:55:27.118Z | Compiling autocfg v1.5.0 |
| 434 | 2026-06-20T23:55:27.119Z | Compiling ucd-trie v0.1.7 |
| 435 | 2026-06-20T23:55:27.119Z | Compiling thiserror v1.0.69 |
| 436 | 2026-06-20T23:55:27.119Z | Compiling itoa v1.0.17 |
| 437 | 2026-06-20T23:55:27.119Z | Compiling pest v2.8.6 |
| 438 | 2026-06-20T23:55:27.119Z | Compiling writeable v0.6.2 |
| 439 | 2026-06-20T23:55:27.119Z | Compiling litemap v0.8.1 |
| 440 | 2026-06-20T23:55:27.119Z | Compiling rustix v1.1.3 |
| 441 | 2026-06-20T23:55:27.119Z | Compiling byteorder v1.5.0 |
| 442 | 2026-06-20T23:55:27.119Z | Compiling icu_properties_data v2.1.2 |
| 443 | 2026-06-20T23:55:27.119Z | Compiling icu_normalizer_data v2.1.1 |
| 444 | 2026-06-20T23:55:27.119Z | Compiling syn v2.0.117 |
| 445 | 2026-06-20T23:55:27.119Z | Compiling errno v0.3.14 |
| 446 | 2026-06-20T23:55:27.119Z | Compiling bitflags v2.11.0 |
| 447 | 2026-06-20T23:55:27.119Z | Compiling serde_json v1.0.149 |
| 448 | 2026-06-20T23:55:27.119Z | Compiling num-traits v0.2.19 |
| 449 | 2026-06-20T23:55:27.119Z | Compiling typeid v1.0.3 |
| 450 | 2026-06-20T23:55:27.120Z | Compiling hashbrown v0.17.0 |
| 451 | 2026-06-20T23:55:27.120Z | Compiling pest_meta v2.8.6 |
| 452 | 2026-06-20T23:55:27.120Z | Compiling equivalent v1.0.2 |
| 453 | 2026-06-20T23:55:27.120Z | Compiling smallvec v1.15.1 |
| 454 | 2026-06-20T23:55:27.120Z | Compiling indexmap v2.14.0 |
| 455 | 2026-06-20T23:55:27.120Z | Compiling thread-id v4.2.2 |
| 456 | 2026-06-20T23:55:27.120Z | Compiling proc-macro-error-attr v1.0.4 |
| 457 | 2026-06-20T23:55:27.120Z | Compiling usdt-impl v0.5.0 |
| 458 | 2026-06-20T23:55:27.120Z | Compiling toml_write v0.1.2 |
| 459 | 2026-06-20T23:55:27.120Z | Compiling erased-serde v0.4.9 |
| 460 | 2026-06-20T23:55:27.121Z | Compiling syn v1.0.109 |
| 461 | 2026-06-20T23:55:27.122Z | Compiling winnow v0.7.14 |
| 462 | 2026-06-20T23:55:27.122Z | Compiling proc-macro-error v1.0.4 |
| 463 | 2026-06-20T23:55:27.122Z | Compiling utf8_iter v1.0.4 |
| 464 | 2026-06-20T23:55:27.122Z | Compiling thiserror v2.0.18 |
| 465 | 2026-06-20T23:55:27.122Z | Compiling percent-encoding v2.3.2 |
| 466 | 2026-06-20T23:55:27.123Z | Compiling plain v0.2.3 |
| 467 | 2026-06-20T23:55:27.123Z | Compiling getrandom v0.4.1 |
| 468 | 2026-06-20T23:55:27.123Z | Compiling log v0.4.29 |
| 469 | 2026-06-20T23:55:27.123Z | Compiling camino v1.2.2 |
| 470 | 2026-06-20T23:55:27.123Z | Compiling utf8parse v0.2.2 |
| 471 | 2026-06-20T23:55:27.124Z | Compiling anstyle-parse v1.0.0 |
| 472 | 2026-06-20T23:55:27.124Z | Compiling ordered-float v2.10.1 |
| 473 | 2026-06-20T23:55:27.124Z | Compiling form_urlencoded v1.2.2 |
| 474 | 2026-06-20T23:55:27.124Z | Compiling synstructure v0.13.2 |
| 475 | 2026-06-20T23:55:27.124Z | Compiling pest_generator v2.8.6 |
| 476 | 2026-06-20T23:55:27.124Z | Compiling terminal_size v0.4.3 |
| 477 | 2026-06-20T23:55:27.124Z | Compiling is_terminal_polyfill v1.70.2 |
| 478 | 2026-06-20T23:55:27.124Z | Compiling colorchoice v1.0.4 |
| 479 | 2026-06-20T23:55:27.124Z | Compiling anstyle v1.0.14 |
| 480 | 2026-06-20T23:55:27.124Z | Compiling pretty-hex v0.4.1 |
| 481 | 2026-06-20T23:55:27.124Z | Compiling anstyle-query v1.1.5 |
| 482 | 2026-06-20T23:55:27.124Z | Compiling cfg-if v1.0.4 |
| 483 | 2026-06-20T23:55:27.124Z | Compiling serde-untagged v0.1.9 |
| 484 | 2026-06-20T23:55:27.124Z | Compiling anstream v1.0.0 |
| 485 | 2026-06-20T23:55:27.124Z | Compiling semver v1.0.28 |
| 486 | 2026-06-20T23:55:27.124Z | Compiling fs-err v3.3.0 |
| 487 | 2026-06-20T23:55:27.124Z | Compiling clap_lex v1.0.0 |
| 488 | 2026-06-20T23:55:27.124Z | Compiling unicode-xid v0.2.6 |
| 489 | 2026-06-20T23:55:27.124Z | Compiling unicode-width v0.1.14 |
| 490 | 2026-06-20T23:55:27.124Z | Compiling fastrand v2.3.0 |
| 491 | 2026-06-20T23:55:27.124Z | Compiling heck v0.4.1 |
| 492 | 2026-06-20T23:55:27.124Z | Compiling bytecount v0.6.9 |
| 493 | 2026-06-20T23:55:27.124Z | Compiling once_cell v1.21.3 |
| 494 | 2026-06-20T23:55:27.125Z | Compiling strsim v0.11.1 |
| 495 | 2026-06-20T23:55:27.125Z | Compiling anyhow v1.0.102 |
| 496 | 2026-06-20T23:55:27.125Z | Compiling fnv v1.0.7 |
| 497 | 2026-06-20T23:55:27.125Z | Compiling heck v0.5.0 |
| 498 | 2026-06-20T23:55:27.125Z | Compiling papergrid v0.11.0 |
| 499 | 2026-06-20T23:55:27.125Z | Compiling clap_builder v4.6.0 |
| 500 | 2026-06-20T23:55:27.125Z | Compiling tempfile v3.25.0 |
| 501 | 2026-06-20T23:55:27.125Z | Compiling serde_derive v1.0.228 |
| 502 | 2026-06-20T23:55:27.125Z | Compiling zerofrom-derive v0.1.6 |
| 503 | 2026-06-20T23:55:27.125Z | Compiling yoke-derive v0.8.1 |
| 504 | 2026-06-20T23:55:27.125Z | Compiling zerovec-derive v0.11.2 |
| 505 | 2026-06-20T23:55:27.125Z | Compiling displaydoc v0.2.5 |
| 506 | 2026-06-20T23:55:27.125Z | Compiling thiserror-impl v1.0.69 |
| 507 | 2026-06-20T23:55:27.125Z | Compiling zerocopy-derive v0.7.35 |
| 508 | 2026-06-20T23:55:27.125Z | Compiling pest_derive v2.8.6 |
| 509 | 2026-06-20T23:55:27.125Z | Compiling scroll_derive v0.12.1 |
| 510 | 2026-06-20T23:55:27.125Z | Compiling zerofrom v0.1.6 |
| 511 | 2026-06-20T23:55:27.125Z | Compiling yoke v0.8.1 |
| 512 | 2026-06-20T23:55:27.125Z | Compiling thiserror-impl v2.0.18 |
| 513 | 2026-06-20T23:55:27.125Z | Compiling zerovec v0.11.5 |
| 514 | 2026-06-20T23:55:27.125Z | Compiling zerotrie v0.2.3 |
| 515 | 2026-06-20T23:55:27.125Z | Compiling zerocopy v0.7.35 |
| 516 | 2026-06-20T23:55:27.125Z | Compiling tinystr v0.8.2 |
| 517 | 2026-06-20T23:55:27.125Z | Compiling potential_utf v0.1.4 |
| 518 | 2026-06-20T23:55:27.125Z | Compiling dtrace-parser v0.2.0 |
| 519 | 2026-06-20T23:55:27.125Z | Compiling icu_locale_core v2.1.1 |
| 520 | 2026-06-20T23:55:27.125Z | Compiling icu_collections v2.1.1 |
| 521 | 2026-06-20T23:55:27.125Z | Compiling scroll v0.12.0 |
| 522 | 2026-06-20T23:55:27.125Z | Compiling tabled_derive v0.7.0 |
| 523 | 2026-06-20T23:55:27.304Z | Compiling goblin v0.8.2 |
| 524 | 2026-06-20T23:55:27.305Z | Compiling clap_derive v4.6.1 |
| 525 | 2026-06-20T23:55:27.305Z | Compiling icu_provider v2.1.1 |
| 526 | 2026-06-20T23:55:27.306Z | Compiling memmap v0.7.0 |
| 527 | 2026-06-20T23:55:27.306Z | Compiling smawk v0.3.2 |
| 528 | 2026-06-20T23:55:27.306Z | Compiling unicode-linebreak v0.1.5 |
| 529 | 2026-06-20T23:55:27.306Z | Compiling icu_normalizer v2.1.1 |
| 530 | 2026-06-20T23:55:27.306Z | Compiling icu_properties v2.1.2 |
| 531 | 2026-06-20T23:55:27.306Z | Compiling toml_datetime v0.6.11 |
| 532 | 2026-06-20T23:55:27.307Z | Compiling serde_spanned v0.6.9 |
| 533 | 2026-06-20T23:55:27.307Z | Compiling dof v0.3.0 |
| 534 | 2026-06-20T23:55:27.307Z | Compiling serde_tokenstream v0.2.3 |
| 535 | 2026-06-20T23:55:27.307Z | Compiling serde-value v0.7.0 |
| 536 | 2026-06-20T23:55:27.307Z | Compiling toml_edit v0.22.27 |
| 537 | 2026-06-20T23:55:27.307Z | Compiling cargo-platform v0.2.0 |
| 538 | 2026-06-20T23:55:27.307Z | Compiling unicode-width v0.2.0 |
| 539 | 2026-06-20T23:55:27.307Z | Compiling tabled v0.15.0 |
| 540 | 2026-06-20T23:55:27.308Z | Compiling textwrap v0.16.2 |
| 541 | 2026-06-20T23:55:27.308Z | Compiling macaddr v1.0.1 |
| 542 | 2026-06-20T23:55:27.308Z | Compiling idna_adapter v1.2.1 |
| 543 | 2026-06-20T23:55:27.308Z | Compiling camino-tempfile v1.4.1 |
| 544 | 2026-06-20T23:55:27.308Z | Compiling usdt-macro v0.5.0 |
| 545 | 2026-06-20T23:55:27.309Z | Compiling idna v1.1.0 |
| 546 | 2026-06-20T23:55:27.309Z | Compiling usdt-attr-macro v0.5.0 |
| 547 | 2026-06-20T23:55:27.309Z | Compiling clap v4.6.1 |
| 548 | 2026-06-20T23:55:27.309Z | Compiling toml v0.8.23 |
| 549 | 2026-06-20T23:55:27.309Z | Compiling url v2.5.8 |
| 550 | 2026-06-20T23:55:27.309Z | Compiling swrite v0.1.0 |
| 551 | 2026-06-20T23:55:27.309Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 552 | 2026-06-20T23:55:27.309Z | Compiling cargo_toml v0.21.0 |
| 553 | 2026-06-20T23:55:27.309Z | Compiling cargo-util-schemas v0.8.2 |
| 554 | 2026-06-20T23:55:27.309Z | Compiling usdt v0.5.0 |
| 555 | 2026-06-20T23:55:27.309Z | Compiling cargo_metadata v0.21.0 |
| 556 | 2026-06-20T23:55:27.309Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 557 | 2026-06-20T23:55:27.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.91s |
| 558 | 2026-06-20T23:55:27.310Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 559 | 2026-06-20T23:55:27.310Z | Downloading crates ... |
| 560 | 2026-06-20T23:55:27.310Z | Downloaded aead v0.5.2 |
| 561 | 2026-06-20T23:55:27.310Z | Downloaded ahash v0.8.12 |
| 562 | 2026-06-20T23:55:27.310Z | Downloaded assert_matches v1.5.0 |
| 563 | 2026-06-20T23:55:27.310Z | Downloaded backon v1.6.0 |
| 564 | 2026-06-20T23:55:27.310Z | Downloaded bitfield-macros v0.19.4 |
| 565 | 2026-06-20T23:55:27.310Z | Downloaded bitfield v0.19.4 |
| 566 | 2026-06-20T23:55:27.310Z | Downloaded cstr-argument v0.1.2 |
| 567 | 2026-06-20T23:55:27.310Z | Downloaded cfg_aliases v0.2.1 |
| 568 | 2026-06-20T23:55:27.310Z | Downloaded allocator-api2 v0.2.21 |
| 569 | 2026-06-20T23:55:27.310Z | Downloaded crossbeam-utils v0.8.21 |
| 570 | 2026-06-20T23:55:27.310Z | Downloaded darling_macro v0.20.11 |
| 571 | 2026-06-20T23:55:27.310Z | Downloaded anstream v0.6.21 |
| 572 | 2026-06-20T23:55:27.310Z | Downloaded arrayref v0.3.9 |
| 573 | 2026-06-20T23:55:27.310Z | Downloaded bzip2 v0.4.4 |
| 574 | 2026-06-20T23:55:27.310Z | Downloaded crossbeam-epoch v0.9.18 |
| 575 | 2026-06-20T23:55:27.310Z | Downloaded crc32fast v1.5.0 |
| 576 | 2026-06-20T23:55:27.310Z | Downloaded bit-set v0.5.3 |
| 577 | 2026-06-20T23:55:27.310Z | Downloaded bb8 v0.8.6 |
| 578 | 2026-06-20T23:55:27.310Z | Downloaded async-stream-impl v0.3.6 |
| 579 | 2026-06-20T23:55:27.310Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 580 | 2026-06-20T23:55:27.310Z | Downloaded derive-ex v0.1.8 |
| 581 | 2026-06-20T23:55:27.310Z | Downloaded crc-any v2.5.0 |
| 582 | 2026-06-20T23:55:27.310Z | Downloaded array-init v0.0.4 |
| 583 | 2026-06-20T23:55:27.310Z | Downloaded base16ct v0.2.0 |
| 584 | 2026-06-20T23:55:27.310Z | Downloaded defmt v1.0.1 |
| 585 | 2026-06-20T23:55:27.310Z | Downloaded atomic-waker v1.1.2 |
| 586 | 2026-06-20T23:55:27.310Z | Downloaded document-features v0.2.12 |
| 587 | 2026-06-20T23:55:27.310Z | Downloaded darling_core v0.21.3 |
| 588 | 2026-06-20T23:55:27.310Z | Downloaded ctr v0.9.2 |
| 589 | 2026-06-20T23:55:27.310Z | Downloaded compression-codecs v0.4.37 |
| 590 | 2026-06-20T23:55:27.310Z | Downloaded bit-vec v0.8.0 |
| 591 | 2026-06-20T23:55:27.310Z | Downloaded ascii-canvas v3.0.0 |
| 592 | 2026-06-20T23:55:27.310Z | Downloaded argon2 v0.5.3 |
| 593 | 2026-06-20T23:55:27.310Z | Downloaded cargo-platform v0.3.2 |
| 594 | 2026-06-20T23:55:27.310Z | Downloaded derive-where v1.6.0 |
| 595 | 2026-06-20T23:55:27.311Z | Downloaded csv-core v0.1.13 |
| 596 | 2026-06-20T23:55:27.311Z | Downloaded async-stream v0.3.6 |
| 597 | 2026-06-20T23:55:27.311Z | Downloaded ciborium-ll v0.2.2 |
| 598 | 2026-06-20T23:55:27.311Z | Downloaded async-recursion v1.1.1 |
| 599 | 2026-06-20T23:55:27.311Z | Downloaded adler2 v2.0.1 |
| 600 | 2026-06-20T23:55:27.311Z | Downloaded dirs-next v2.0.0 |
| 601 | 2026-06-20T23:55:27.311Z | Downloaded darling v0.21.3 |
| 602 | 2026-06-20T23:55:27.311Z | Downloaded derive_builder v0.20.2 |
| 603 | 2026-06-20T23:55:27.311Z | Downloaded flate2 v1.1.9 |
| 604 | 2026-06-20T23:55:27.311Z | Downloaded crc v3.4.0 |
| 605 | 2026-06-20T23:55:27.311Z | Downloaded dunce v1.0.5 |
| 606 | 2026-06-20T23:55:27.311Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 607 | 2026-06-20T23:55:27.311Z | Downloaded crc8 v0.1.1 |
| 608 | 2026-06-20T23:55:27.311Z | Downloaded backoff v0.4.0 |
| 609 | 2026-06-20T23:55:27.311Z | Downloaded async-trait v0.1.89 |
| 610 | 2026-06-20T23:55:27.311Z | Downloaded ar_archive_writer v0.5.1 |
| 611 | 2026-06-20T23:55:27.311Z | Downloaded darling_macro v0.13.4 |
| 612 | 2026-06-20T23:55:27.311Z | Downloaded enum-as-inner v0.6.1 |
| 613 | 2026-06-20T23:55:27.311Z | Downloaded castaway v0.2.4 |
| 614 | 2026-06-20T23:55:27.311Z | Downloaded block-padding v0.3.3 |
| 615 | 2026-06-20T23:55:27.311Z | Downloaded endian-type v0.1.2 |
| 616 | 2026-06-20T23:55:27.311Z | Downloaded display-error-chain v0.2.2 |
| 617 | 2026-06-20T23:55:27.311Z | Downloaded derive_builder_macro v0.20.2 |
| 618 | 2026-06-20T23:55:27.311Z | Downloaded cpufeatures v0.3.0 |
| 619 | 2026-06-20T23:55:27.311Z | Downloaded darling_macro v0.21.3 |
| 620 | 2026-06-20T23:55:27.311Z | Downloaded compression-core v0.4.31 |
| 621 | 2026-06-20T23:55:27.311Z | Downloaded cfg_aliases v0.1.1 |
| 622 | 2026-06-20T23:55:27.311Z | Downloaded atomicwrites v0.4.4 |
| 623 | 2026-06-20T23:55:27.351Z | Downloaded dof v0.4.0 |
| 624 | 2026-06-20T23:55:27.351Z | Downloaded flagset v0.4.7 |
| 625 | 2026-06-20T23:55:27.351Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 626 | 2026-06-20T23:55:27.351Z | Downloaded ciborium-io v0.2.2 |
| 627 | 2026-06-20T23:55:27.351Z | Downloaded atty v0.2.14 |
| 628 | 2026-06-20T23:55:27.351Z | Downloaded cobs v0.3.0 |
| 629 | 2026-06-20T23:55:27.351Z | Downloaded bitfield-struct v0.6.2 |
| 630 | 2026-06-20T23:55:27.351Z | Downloaded dyn-clone v1.0.20 |
| 631 | 2026-06-20T23:55:27.351Z | Downloaded env_filter v1.0.0 |
| 632 | 2026-06-20T23:55:27.351Z | Downloaded dsl_auto_type v0.2.0 |
| 633 | 2026-06-20T23:55:27.351Z | Downloaded convert_case v0.4.0 |
| 634 | 2026-06-20T23:55:27.351Z | Downloaded float-ord v0.3.2 |
| 635 | 2026-06-20T23:55:27.351Z | Downloaded foreign-types-shared v0.1.1 |
| 636 | 2026-06-20T23:55:27.351Z | Downloaded debug-ignore v1.0.5 |
| 637 | 2026-06-20T23:55:27.351Z | Downloaded foreign-types v0.3.2 |
| 638 | 2026-06-20T23:55:27.351Z | Downloaded foreign-types v0.5.0 |
| 639 | 2026-06-20T23:55:27.351Z | Downloaded defmt-parser v1.0.0 |
| 640 | 2026-06-20T23:55:27.351Z | Downloaded darling_macro v0.23.0 |
| 641 | 2026-06-20T23:55:27.352Z | Downloaded embedded-io v0.6.1 |
| 642 | 2026-06-20T23:55:27.352Z | Downloaded difflib v0.4.0 |
| 643 | 2026-06-20T23:55:27.352Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 644 | 2026-06-20T23:55:27.352Z | Downloaded darling v0.20.11 |
| 645 | 2026-06-20T23:55:27.352Z | Downloaded der_derive v0.7.3 |
| 646 | 2026-06-20T23:55:27.352Z | Downloaded defmt-macros v1.0.1 |
| 647 | 2026-06-20T23:55:27.352Z | Downloaded cexpr v0.6.0 |
| 648 | 2026-06-20T23:55:27.352Z | Downloaded bit-set v0.8.0 |
| 649 | 2026-06-20T23:55:27.352Z | Downloaded cassowary v0.3.0 |
| 650 | 2026-06-20T23:55:27.352Z | Downloaded float-cmp v0.10.0 |
| 651 | 2026-06-20T23:55:27.352Z | Downloaded foreign-types-shared v0.3.1 |
| 652 | 2026-06-20T23:55:27.352Z | Downloaded futures-io v0.3.32 |
| 653 | 2026-06-20T23:55:27.352Z | Downloaded futures-core v0.3.32 |
| 654 | 2026-06-20T23:55:27.352Z | Downloaded foreign-types-macros v0.2.3 |
| 655 | 2026-06-20T23:55:27.352Z | Downloaded dirs-sys-next v0.1.2 |
| 656 | 2026-06-20T23:55:27.352Z | Downloaded corncobs v0.1.4 |
| 657 | 2026-06-20T23:55:27.352Z | Downloaded chacha20 v0.9.1 |
| 658 | 2026-06-20T23:55:27.352Z | Downloaded crc-catalog v2.4.0 |
| 659 | 2026-06-20T23:55:27.352Z | Downloaded fixedbitset v0.4.2 |
| 660 | 2026-06-20T23:55:27.352Z | Downloaded base64ct v1.8.3 |
| 661 | 2026-06-20T23:55:27.352Z | Downloaded arrayvec v0.7.6 |
| 662 | 2026-06-20T23:55:27.352Z | Downloaded embedded-io v0.4.0 |
| 663 | 2026-06-20T23:55:27.352Z | Downloaded downcast-rs v2.0.2 |
| 664 | 2026-06-20T23:55:27.352Z | Downloaded defmt v0.3.100 |
| 665 | 2026-06-20T23:55:27.352Z | Downloaded crunchy v0.2.4 |
| 666 | 2026-06-20T23:55:27.352Z | Downloaded crucible-workspace-hack v0.1.0 |
| 667 | 2026-06-20T23:55:27.353Z | Downloaded futures-task v0.3.32 |
| 668 | 2026-06-20T23:55:27.353Z | Downloaded futures-sink v0.3.32 |
| 669 | 2026-06-20T23:55:27.353Z | Downloaded git-stub v1.0.0 |
| 670 | 2026-06-20T23:55:27.353Z | Downloaded ghash v0.5.1 |
| 671 | 2026-06-20T23:55:27.353Z | Downloaded futures-macro v0.3.32 |
| 672 | 2026-06-20T23:55:27.353Z | Downloaded funty v2.0.0 |
| 673 | 2026-06-20T23:55:27.353Z | Downloaded bcs v0.1.6 |
| 674 | 2026-06-20T23:55:27.353Z | Downloaded hash32 v0.2.1 |
| 675 | 2026-06-20T23:55:27.353Z | Downloaded globwalk v0.9.1 |
| 676 | 2026-06-20T23:55:27.353Z | Downloaded fxhash v0.2.1 |
| 677 | 2026-06-20T23:55:27.353Z | Downloaded dtrace-parser v0.3.0 |
| 678 | 2026-06-20T23:55:27.353Z | Downloaded gethostname v0.5.0 |
| 679 | 2026-06-20T23:55:27.353Z | Downloaded ed25519 v2.2.3 |
| 680 | 2026-06-20T23:55:27.353Z | Downloaded cargo_metadata v0.23.1 |
| 681 | 2026-06-20T23:55:27.353Z | Downloaded ecdsa v0.16.9 |
| 682 | 2026-06-20T23:55:27.353Z | Downloaded diesel-dtrace v0.5.0 |
| 683 | 2026-06-20T23:55:27.354Z | Downloaded ff v0.13.1 |
| 684 | 2026-06-20T23:55:27.354Z | Downloaded either v1.15.0 |
| 685 | 2026-06-20T23:55:27.354Z | Downloaded ena v0.14.4 |
| 686 | 2026-06-20T23:55:27.354Z | Downloaded camino-tempfile-ext v0.3.3 |
| 687 | 2026-06-20T23:55:27.354Z | Downloaded byte-wrapper v0.1.0 |
| 688 | 2026-06-20T23:55:27.354Z | Downloaded blowfish v0.9.1 |
| 689 | 2026-06-20T23:55:27.354Z | Downloaded anstyle-parse v0.2.7 |
| 690 | 2026-06-20T23:55:27.354Z | Downloaded darling v0.13.4 |
| 691 | 2026-06-20T23:55:27.354Z | Downloaded daft-derive v0.1.7 |
| 692 | 2026-06-20T23:55:27.354Z | Downloaded headers-core v0.3.0 |
| 693 | 2026-06-20T23:55:27.355Z | Downloaded hash32 v0.3.1 |
| 694 | 2026-06-20T23:55:27.355Z | Downloaded bit-vec v0.6.3 |
| 695 | 2026-06-20T23:55:27.355Z | Downloaded const_format_proc_macros v0.2.34 |
| 696 | 2026-06-20T23:55:27.355Z | Downloaded cmake v0.1.57 |
| 697 | 2026-06-20T23:55:27.355Z | Downloaded critical-section v1.2.0 |
| 698 | 2026-06-20T23:55:27.355Z | Downloaded bzip2 v0.6.1 |
| 699 | 2026-06-20T23:55:27.355Z | Downloaded async-bb8-diesel v0.2.1 |
| 700 | 2026-06-20T23:55:27.355Z | Downloaded fs-err v2.11.0 |
| 701 | 2026-06-20T23:55:27.355Z | Downloaded foldhash v0.2.0 |
| 702 | 2026-06-20T23:55:27.355Z | Downloaded hex v0.4.3 |
| 703 | 2026-06-20T23:55:27.355Z | Downloaded ciborium v0.2.2 |
| 704 | 2026-06-20T23:55:27.355Z | Downloaded hex-literal v0.4.1 |
| 705 | 2026-06-20T23:55:27.355Z | Downloaded chacha20 v0.10.0 |
| 706 | 2026-06-20T23:55:27.355Z | Downloaded http-range v0.1.5 |
| 707 | 2026-06-20T23:55:27.355Z | Downloaded hostname v0.3.1 |
| 708 | 2026-06-20T23:55:27.355Z | Downloaded home v0.5.12 |
| 709 | 2026-06-20T23:55:27.355Z | Downloaded futures-executor v0.3.32 |
| 710 | 2026-06-20T23:55:27.356Z | Downloaded deranged v0.5.8 |
| 711 | 2026-06-20T23:55:27.356Z | Downloaded arc-swap v1.8.2 |
| 712 | 2026-06-20T23:55:27.356Z | Downloaded fs_extra v1.3.0 |
| 713 | 2026-06-20T23:55:27.356Z | Downloaded env_logger v0.11.9 |
| 714 | 2026-06-20T23:55:27.356Z | Downloaded http-body v1.0.1 |
| 715 | 2026-06-20T23:55:27.356Z | Downloaded hostname v0.4.2 |
| 716 | 2026-06-20T23:55:27.356Z | Downloaded console v0.15.11 |
| 717 | 2026-06-20T23:55:27.356Z | Downloaded find-msvc-tools v0.1.9 |
| 718 | 2026-06-20T23:55:27.356Z | Downloaded fixedbitset v0.5.7 |
| 719 | 2026-06-20T23:55:27.356Z | Downloaded group v0.13.0 |
| 720 | 2026-06-20T23:55:27.356Z | Downloaded globset v0.4.18 |
| 721 | 2026-06-20T23:55:27.356Z | Downloaded glob v0.3.3 |
| 722 | 2026-06-20T23:55:27.356Z | Downloaded hubpack_derive v0.1.1 |
| 723 | 2026-06-20T23:55:27.848Z | Downloaded git-stub-vcs v0.1.0 |
| 724 | 2026-06-20T23:55:27.848Z | Downloaded erased-serde v0.3.31 |
| 725 | 2026-06-20T23:55:27.848Z | Downloaded httpdate v1.0.3 |
| 726 | 2026-06-20T23:55:27.848Z | Downloaded indoc v1.0.9 |
| 727 | 2026-06-20T23:55:27.848Z | Downloaded data-encoding v2.10.0 |
| 728 | 2026-06-20T23:55:27.848Z | Downloaded bitflags v1.3.2 |
| 729 | 2026-06-20T23:55:27.848Z | Downloaded indent_write v2.2.0 |
| 730 | 2026-06-20T23:55:27.848Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 731 | 2026-06-20T23:55:27.848Z | Downloaded ident_case v1.0.1 |
| 732 | 2026-06-20T23:55:27.848Z | Downloaded const-oid v0.9.6 |
| 733 | 2026-06-20T23:55:27.848Z | Downloaded instant v0.1.13 |
| 734 | 2026-06-20T23:55:27.848Z | Downloaded instability v0.3.11 |
| 735 | 2026-06-20T23:55:27.848Z | Downloaded illumos-nvpair v0.3.0 |
| 736 | 2026-06-20T23:55:27.848Z | Downloaded foldhash v0.1.5 |
| 737 | 2026-06-20T23:55:27.849Z | Downloaded diff v0.1.13 |
| 738 | 2026-06-20T23:55:27.849Z | Downloaded des v0.8.1 |
| 739 | 2026-06-20T23:55:27.849Z | Downloaded darling v0.23.0 |
| 740 | 2026-06-20T23:55:27.849Z | Downloaded is_ci v1.2.0 |
| 741 | 2026-06-20T23:55:27.849Z | Downloaded internet-checksum v0.2.1 |
| 742 | 2026-06-20T23:55:27.849Z | Downloaded inout v0.1.4 |
| 743 | 2026-06-20T23:55:27.849Z | Downloaded derive_more-impl v2.1.1 |
| 744 | 2026-06-20T23:55:27.849Z | Downloaded keccak v0.1.6 |
| 745 | 2026-06-20T23:55:27.849Z | Downloaded lazy_static v1.5.0 |
| 746 | 2026-06-20T23:55:27.849Z | Downloaded is-terminal v0.4.17 |
| 747 | 2026-06-20T23:55:27.849Z | Downloaded lalrpop-util v0.19.12 |
| 748 | 2026-06-20T23:55:27.849Z | Downloaded buf-list v1.1.2 |
| 749 | 2026-06-20T23:55:27.849Z | Downloaded libscf-sys v1.1.0 |
| 750 | 2026-06-20T23:55:27.849Z | Downloaded console v0.16.2 |
| 751 | 2026-06-20T23:55:27.849Z | Downloaded colored v3.1.1 |
| 752 | 2026-06-20T23:55:27.849Z | Downloaded colored v2.2.0 |
| 753 | 2026-06-20T23:55:27.849Z | Downloaded blake2 v0.10.6 |
| 754 | 2026-06-20T23:55:27.849Z | Downloaded hubpack v0.1.2 |
| 755 | 2026-06-20T23:55:27.849Z | Downloaded filetime v0.2.27 |
| 756 | 2026-06-20T23:55:27.849Z | Downloaded bytes v1.11.1 |
| 757 | 2026-06-20T23:55:27.849Z | Downloaded futures-channel v0.3.32 |
| 758 | 2026-06-20T23:55:27.849Z | Downloaded base64 v0.22.1 |
| 759 | 2026-06-20T23:55:27.849Z | Downloaded getrandom v0.2.17 |
| 760 | 2026-06-20T23:55:27.849Z | Downloaded derive_builder_core v0.20.2 |
| 761 | 2026-06-20T23:55:27.849Z | Downloaded humantime v2.3.0 |
| 762 | 2026-06-20T23:55:27.849Z | Downloaded hyper-staticfile v0.10.1 |
| 763 | 2026-06-20T23:55:27.849Z | Downloaded md5 v0.7.0 |
| 764 | 2026-06-20T23:55:27.849Z | Downloaded lru v0.12.5 |
| 765 | 2026-06-20T23:55:27.849Z | Downloaded md-5 v0.10.6 |
| 766 | 2026-06-20T23:55:27.849Z | Downloaded memoffset v0.9.1 |
| 767 | 2026-06-20T23:55:27.849Z | Downloaded highway v1.3.0 |
| 768 | 2026-06-20T23:55:27.849Z | Downloaded fallible-iterator v0.2.0 |
| 769 | 2026-06-20T23:55:27.849Z | Downloaded match_cfg v0.1.0 |
| 770 | 2026-06-20T23:55:27.849Z | Downloaded maplit v1.0.2 |
| 771 | 2026-06-20T23:55:27.849Z | Downloaded newline-converter v0.3.0 |
| 772 | 2026-06-20T23:55:27.849Z | Downloaded managed v0.8.0 |
| 773 | 2026-06-20T23:55:27.849Z | Downloaded mime v0.3.17 |
| 774 | 2026-06-20T23:55:27.850Z | Downloaded ingot-types v0.1.2 |
| 775 | 2026-06-20T23:55:27.850Z | Downloaded ingot v0.1.1 |
| 776 | 2026-06-20T23:55:27.850Z | Downloaded darling_core v0.13.4 |
| 777 | 2026-06-20T23:55:27.850Z | Downloaded dropshot_endpoint v0.17.0 |
| 778 | 2026-06-20T23:55:27.850Z | Downloaded lru-slab v0.1.2 |
| 779 | 2026-06-20T23:55:27.850Z | Downloaded lru-cache v0.1.2 |
| 780 | 2026-06-20T23:55:27.850Z | Downloaded elliptic-curve v0.13.8 |
| 781 | 2026-06-20T23:55:27.850Z | Downloaded half v1.8.3 |
| 782 | 2026-06-20T23:55:27.850Z | Downloaded derive_more v0.99.20 |
| 783 | 2026-06-20T23:55:27.850Z | Downloaded newtype-uuid-macros v0.1.0 |
| 784 | 2026-06-20T23:55:27.850Z | Downloaded cookie_store v0.22.1 |
| 785 | 2026-06-20T23:55:27.850Z | Downloaded darling_core v0.23.0 |
| 786 | 2026-06-20T23:55:27.850Z | Downloaded num v0.4.3 |
| 787 | 2026-06-20T23:55:27.850Z | Downloaded nodrop v0.1.14 |
| 788 | 2026-06-20T23:55:27.850Z | Downloaded cookie v0.18.1 |
| 789 | 2026-06-20T23:55:27.850Z | Downloaded convert_case v0.10.0 |
| 790 | 2026-06-20T23:55:27.850Z | Downloaded newtype_derive v0.1.6 |
| 791 | 2026-06-20T23:55:27.850Z | Downloaded new_debug_unreachable v1.0.6 |
| 792 | 2026-06-20T23:55:27.850Z | Downloaded nonempty v0.12.0 |
| 793 | 2026-06-20T23:55:27.850Z | Downloaded nibble_vec v0.1.0 |
| 794 | 2026-06-20T23:55:27.850Z | Downloaded indoc v2.0.7 |
| 795 | 2026-06-20T23:55:27.850Z | Downloaded normalize-line-endings v0.3.0 |
| 796 | 2026-06-20T23:55:27.850Z | Downloaded constant_time_eq v0.4.2 |
| 797 | 2026-06-20T23:55:27.850Z | Downloaded clang-sys v1.8.1 |
| 798 | 2026-06-20T23:55:27.850Z | Downloaded libefi-sys v0.1.0 |
| 799 | 2026-06-20T23:55:27.850Z | Downloaded kstat-rs v0.2.4 |
| 800 | 2026-06-20T23:55:27.850Z | Downloaded ipnetwork v0.21.1 |
| 801 | 2026-06-20T23:55:27.851Z | Downloaded num-iter v0.1.45 |
| 802 | 2026-06-20T23:55:27.851Z | Downloaded num-conv v0.2.0 |
| 803 | 2026-06-20T23:55:27.851Z | Downloaded linked-hash-map v0.5.6 |
| 804 | 2026-06-20T23:55:27.851Z | Downloaded libsw-core v0.3.2 |
| 805 | 2026-06-20T23:55:27.851Z | Downloaded linear-map v1.2.0 |
| 806 | 2026-06-20T23:55:27.851Z | Downloaded compact_str v0.8.1 |
| 807 | 2026-06-20T23:55:27.851Z | Downloaded libsw v3.5.0 |
| 808 | 2026-06-20T23:55:27.851Z | Downloaded jobserver v0.1.34 |
| 809 | 2026-06-20T23:55:27.851Z | Downloaded ipnet v2.11.0 |
| 810 | 2026-06-20T23:55:27.851Z | Downloaded num_enum_derive v0.5.11 |
| 811 | 2026-06-20T23:55:27.851Z | Downloaded openssl-probe v0.1.6 |
| 812 | 2026-06-20T23:55:27.851Z | Downloaded openssl-macros v0.1.1 |
| 813 | 2026-06-20T23:55:27.851Z | Downloaded http-body-util v0.1.3 |
| 814 | 2026-06-20T23:55:27.851Z | Downloaded opaque-debug v0.3.1 |
| 815 | 2026-06-20T23:55:27.851Z | Downloaded num-derive v0.3.3 |
| 816 | 2026-06-20T23:55:27.851Z | Downloaded aes-gcm v0.10.3 |
| 817 | 2026-06-20T23:55:27.851Z | Downloaded maybe-uninit v2.0.0 |
| 818 | 2026-06-20T23:55:27.851Z | Downloaded fatfs v0.3.6 |
| 819 | 2026-06-20T23:55:27.851Z | Downloaded drift v0.2.0 |
| 820 | 2026-06-20T23:55:27.851Z | Downloaded oso-derive v0.27.3 |
| 821 | 2026-06-20T23:55:27.851Z | Downloaded openssl-probe v0.2.1 |
| 822 | 2026-06-20T23:55:27.851Z | Downloaded lzss v0.8.2 |
| 823 | 2026-06-20T23:55:28.030Z | Downloaded num_threads v0.1.7 |
| 824 | 2026-06-20T23:55:28.030Z | Downloaded hyper-tls v0.6.0 |
| 825 | 2026-06-20T23:55:28.030Z | Downloaded httparse v1.10.1 |
| 826 | 2026-06-20T23:55:28.030Z | Downloaded nanorand v0.7.0 |
| 827 | 2026-06-20T23:55:28.030Z | Downloaded multer v3.1.0 |
| 828 | 2026-06-20T23:55:28.030Z | Downloaded ingot-macros v0.1.1 |
| 829 | 2026-06-20T23:55:28.030Z | Downloaded half v2.7.1 |
| 830 | 2026-06-20T23:55:28.030Z | Downloaded packed_struct_codegen v0.10.1 |
| 831 | 2026-06-20T23:55:28.030Z | Downloaded darling_core v0.20.11 |
| 832 | 2026-06-20T23:55:28.030Z | Downloaded flume v0.11.1 |
| 833 | 2026-06-20T23:55:28.030Z | Downloaded mime_guess v2.0.5 |
| 834 | 2026-06-20T23:55:28.030Z | Downloaded native-tls v0.2.18 |
| 835 | 2026-06-20T23:55:28.030Z | Downloaded const_format v0.2.35 |
| 836 | 2026-06-20T23:55:28.030Z | Downloaded parse-size v1.1.0 |
| 837 | 2026-06-20T23:55:28.030Z | Downloaded pbkdf2 v0.12.2 |
| 838 | 2026-06-20T23:55:28.030Z | Downloaded path-slash v0.1.5 |
| 839 | 2026-06-20T23:55:28.030Z | Downloaded chacha20poly1305 v0.10.1 |
| 840 | 2026-06-20T23:55:28.030Z | Downloaded multimap v0.10.1 |
| 841 | 2026-06-20T23:55:28.030Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 842 | 2026-06-20T23:55:28.030Z | Downloaded iana-time-zone v0.1.65 |
| 843 | 2026-06-20T23:55:28.030Z | Downloaded getrandom v0.3.4 |
| 844 | 2026-06-20T23:55:28.030Z | Downloaded futures v0.3.32 |
| 845 | 2026-06-20T23:55:28.030Z | Downloaded hyper-rustls v0.27.7 |
| 846 | 2026-06-20T23:55:28.030Z | Downloaded parse-display v0.10.0 |
| 847 | 2026-06-20T23:55:28.031Z | Downloaded cipher v0.4.4 |
| 848 | 2026-06-20T23:55:28.031Z | Downloaded cancel-safe-futures v0.1.5 |
| 849 | 2026-06-20T23:55:28.031Z | Downloaded libloading v0.8.9 |
| 850 | 2026-06-20T23:55:28.031Z | Downloaded nu-ansi-term v0.50.3 |
| 851 | 2026-06-20T23:55:28.031Z | Downloaded cbc v0.1.2 |
| 852 | 2026-06-20T23:55:28.031Z | Downloaded hmac v0.12.1 |
| 853 | 2026-06-20T23:55:28.031Z | Downloaded crossbeam-deque v0.8.6 |
| 854 | 2026-06-20T23:55:28.031Z | Downloaded base64 v0.21.7 |
| 855 | 2026-06-20T23:55:28.031Z | Downloaded pbkdf2 v0.11.0 |
| 856 | 2026-06-20T23:55:28.031Z | Downloaded fd-lock v4.0.4 |
| 857 | 2026-06-20T23:55:28.031Z | Downloaded daft v0.1.7 |
| 858 | 2026-06-20T23:55:28.031Z | Downloaded num-rational v0.4.2 |
| 859 | 2026-06-20T23:55:28.031Z | Downloaded num-integer v0.1.46 |
| 860 | 2026-06-20T23:55:28.031Z | Downloaded peg-runtime v0.8.5 |
| 861 | 2026-06-20T23:55:28.031Z | Downloaded num-derive v0.4.2 |
| 862 | 2026-06-20T23:55:28.031Z | Downloaded num-complex v0.4.6 |
| 863 | 2026-06-20T23:55:28.031Z | Downloaded num_enum v0.7.6 |
| 864 | 2026-06-20T23:55:28.031Z | Downloaded phf_shared v0.13.1 |
| 865 | 2026-06-20T23:55:28.031Z | Downloaded olpc-cjson v0.1.4 |
| 866 | 2026-06-20T23:55:28.031Z | Downloaded num_enum_derive v0.7.6 |
| 867 | 2026-06-20T23:55:28.031Z | Downloaded phf_shared v0.12.1 |
| 868 | 2026-06-20T23:55:28.031Z | Downloaded phf_shared v0.11.3 |
| 869 | 2026-06-20T23:55:28.031Z | Downloaded oxnet v0.1.6 |
| 870 | 2026-06-20T23:55:28.031Z | Downloaded memmap2 v0.9.10 |
| 871 | 2026-06-20T23:55:28.031Z | Downloaded indexmap v1.9.3 |
| 872 | 2026-06-20T23:55:28.031Z | Downloaded oxide-tokio-rt v0.1.4 |
| 873 | 2026-06-20T23:55:28.031Z | Downloaded num_enum v0.5.11 |
| 874 | 2026-06-20T23:55:28.031Z | Downloaded lock_api v0.4.14 |
| 875 | 2026-06-20T23:55:28.031Z | Downloaded pin-utils v0.1.0 |
| 876 | 2026-06-20T23:55:28.031Z | Downloaded newtype-uuid v1.3.2 |
| 877 | 2026-06-20T23:55:28.031Z | Downloaded proc-macro-crate v1.3.1 |
| 878 | 2026-06-20T23:55:28.031Z | Downloaded precomputed-hash v0.1.1 |
| 879 | 2026-06-20T23:55:28.031Z | Downloaded powerfmt v0.2.0 |
| 880 | 2026-06-20T23:55:28.031Z | Downloaded crossbeam-channel v0.5.15 |
| 881 | 2026-06-20T23:55:28.031Z | Downloaded der v0.7.10 |
| 882 | 2026-06-20T23:55:28.031Z | Downloaded owo-colors v4.3.0 |
| 883 | 2026-06-20T23:55:28.031Z | Downloaded cc v1.2.56 |
| 884 | 2026-06-20T23:55:28.032Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 885 | 2026-06-20T23:55:28.032Z | Downloaded predicates-tree v1.0.13 |
| 886 | 2026-06-20T23:55:28.032Z | Downloaded predicates-core v1.0.10 |
| 887 | 2026-06-20T23:55:28.032Z | Downloaded crypto-bigint v0.5.5 |
| 888 | 2026-06-20T23:55:28.032Z | Downloaded parking_lot_core v0.8.6 |
| 889 | 2026-06-20T23:55:28.032Z | Downloaded proc-macro-crate v3.4.0 |
| 890 | 2026-06-20T23:55:28.032Z | Downloaded psl-types v2.0.11 |
| 891 | 2026-06-20T23:55:28.032Z | Downloaded progenitor-client v0.14.0 |
| 892 | 2026-06-20T23:55:28.032Z | Downloaded password-hash v0.4.2 |
| 893 | 2026-06-20T23:55:28.032Z | Downloaded parse-display-derive v0.10.0 |
| 894 | 2026-06-20T23:55:28.032Z | Downloaded quick-error v1.2.3 |
| 895 | 2026-06-20T23:55:28.032Z | Downloaded progenitor-macro v0.13.0 |
| 896 | 2026-06-20T23:55:28.033Z | Downloaded radium v0.7.0 |
| 897 | 2026-06-20T23:55:28.033Z | Downloaded pem v3.0.6 |
| 898 | 2026-06-20T23:55:28.033Z | Downloaded peg-macros v0.8.5 |
| 899 | 2026-06-20T23:55:28.033Z | Downloaded phf v0.13.1 |
| 900 | 2026-06-20T23:55:28.033Z | Downloaded rand_xorshift v0.4.0 |
| 901 | 2026-06-20T23:55:28.033Z | Downloaded heapless v0.8.0 |
| 902 | 2026-06-20T23:55:28.033Z | Downloaded rand_chacha v0.3.1 |
| 903 | 2026-06-20T23:55:28.033Z | Downloaded headers v0.4.1 |
| 904 | 2026-06-20T23:55:28.033Z | Downloaded peg v0.8.5 |
| 905 | 2026-06-20T23:55:28.033Z | Downloaded phf v0.12.1 |
| 906 | 2026-06-20T23:55:28.033Z | Downloaded pem-rfc7468 v0.7.0 |
| 907 | 2026-06-20T23:55:28.033Z | Downloaded poly1305 v0.8.0 |
| 908 | 2026-06-20T23:55:28.033Z | Downloaded pkg-config v0.3.32 |
| 909 | 2026-06-20T23:55:28.033Z | Downloaded pin-project-internal v1.1.11 |
| 910 | 2026-06-20T23:55:28.033Z | Downloaded recursive v0.1.1 |
| 911 | 2026-06-20T23:55:28.033Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 912 | 2026-06-20T23:55:28.033Z | Downloaded postgres-protocol v0.6.10 |
| 913 | 2026-06-20T23:55:28.033Z | Downloaded password-hash v0.5.0 |
| 914 | 2026-06-20T23:55:28.033Z | Downloaded async-compression v0.4.41 |
| 915 | 2026-06-20T23:55:28.033Z | Downloaded omicron-zone-package v0.12.2 |
| 916 | 2026-06-20T23:55:28.033Z | Downloaded polyval v0.6.2 |
| 917 | 2026-06-20T23:55:28.033Z | Downloaded parking_lot v0.11.2 |
| 918 | 2026-06-20T23:55:28.033Z | Downloaded packed_struct v0.10.1 |
| 919 | 2026-06-20T23:55:28.033Z | Downloaded ref-cast v1.0.25 |
| 920 | 2026-06-20T23:55:28.033Z | Downloaded pin-project-lite v0.2.17 |
| 921 | 2026-06-20T23:55:28.033Z | Downloaded ignore v0.4.25 |
| 922 | 2026-06-20T23:55:28.033Z | Downloaded rustc-hash v2.1.1 |
| 923 | 2026-06-20T23:55:28.119Z | Downloaded progenitor-extras v0.2.0 |
| 924 | 2026-06-20T23:55:28.119Z | Downloaded ref-cast-impl v1.0.25 |
| 925 | 2026-06-20T23:55:28.119Z | Downloaded parking_lot_core v0.9.12 |
| 926 | 2026-06-20T23:55:28.119Z | Downloaded progenitor v0.14.0 |
| 927 | 2026-06-20T23:55:28.119Z | Downloaded predicates v3.1.4 |
| 928 | 2026-06-20T23:55:28.119Z | Downloaded ppv-lite86 v0.2.21 |
| 929 | 2026-06-20T23:55:28.119Z | Downloaded indicatif v0.18.4 |
| 930 | 2026-06-20T23:55:28.119Z | Downloaded progenitor-macro v0.14.0 |
| 931 | 2026-06-20T23:55:28.119Z | Downloaded r2d2 v0.8.10 |
| 932 | 2026-06-20T23:55:28.119Z | Downloaded progenitor v0.13.0 |
| 933 | 2026-06-20T23:55:28.119Z | Downloaded proc-macro-error2 v2.0.1 |
| 934 | 2026-06-20T23:55:28.119Z | Downloaded rfc6979 v0.4.0 |
| 935 | 2026-06-20T23:55:28.119Z | Downloaded libbz2-rs-sys v0.2.2 |
| 936 | 2026-06-20T23:55:28.119Z | Downloaded psm v0.1.30 |
| 937 | 2026-06-20T23:55:28.119Z | Downloaded russh-cryptovec v0.7.3 |
| 938 | 2026-06-20T23:55:28.119Z | Downloaded rtoolbox v0.0.3 |
| 939 | 2026-06-20T23:55:28.119Z | Downloaded paste v1.0.15 |
| 940 | 2026-06-20T23:55:28.119Z | Downloaded rustc_version v0.1.7 |
| 941 | 2026-06-20T23:55:28.119Z | Downloaded hickory-resolver v0.24.4 |
| 942 | 2026-06-20T23:55:28.119Z | Downloaded rustc_version v0.4.1 |
| 943 | 2026-06-20T23:55:28.119Z | Downloaded litrs v1.0.0 |
| 944 | 2026-06-20T23:55:28.119Z | Downloaded aho-corasick v1.1.4 |
| 945 | 2026-06-20T23:55:28.119Z | Downloaded heapless v0.7.17 |
| 946 | 2026-06-20T23:55:28.119Z | Downloaded rand_seeder v0.4.0 |
| 947 | 2026-06-20T23:55:28.120Z | Downloaded pkcs8 v0.10.2 |
| 948 | 2026-06-20T23:55:28.120Z | Downloaded ed25519-dalek v2.2.0 |
| 949 | 2026-06-20T23:55:28.120Z | Downloaded pkcs1 v0.7.5 |
| 950 | 2026-06-20T23:55:28.120Z | Downloaded rand_core v0.6.4 |
| 951 | 2026-06-20T23:55:28.120Z | Downloaded derive_more v2.1.1 |
| 952 | 2026-06-20T23:55:28.120Z | Downloaded parking_lot v0.12.5 |
| 953 | 2026-06-20T23:55:28.120Z | Downloaded rand_core v0.10.0 |
| 954 | 2026-06-20T23:55:28.120Z | Downloaded rand_chacha v0.9.0 |
| 955 | 2026-06-20T23:55:28.120Z | Downloaded diesel_derives v2.3.7 |
| 956 | 2026-06-20T23:55:28.120Z | Downloaded postcard v1.1.3 |
| 957 | 2026-06-20T23:55:28.120Z | Downloaded postgres-types v0.2.12 |
| 958 | 2026-06-20T23:55:28.120Z | Downloaded rand_core v0.9.5 |
| 959 | 2026-06-20T23:55:28.120Z | Downloaded oso v0.27.3 |
| 960 | 2026-06-20T23:55:28.120Z | Downloaded miniz_oxide v0.8.9 |
| 961 | 2026-06-20T23:55:28.120Z | Downloaded primeorder v0.13.6 |
| 962 | 2026-06-20T23:55:28.121Z | Downloaded bumpalo v3.20.2 |
| 963 | 2026-06-20T23:55:28.121Z | Downloaded progenitor-client v0.13.0 |
| 964 | 2026-06-20T23:55:28.121Z | Downloaded scheduled-thread-pool v0.2.7 |
| 965 | 2026-06-20T23:55:28.121Z | Downloaded resolv-conf v0.7.6 |
| 966 | 2026-06-20T23:55:28.121Z | Downloaded salsa20 v0.10.2 |
| 967 | 2026-06-20T23:55:28.121Z | Downloaded quinn-udp v0.5.14 |
| 968 | 2026-06-20T23:55:28.121Z | Downloaded serde-big-array v0.5.1 |
| 969 | 2026-06-20T23:55:28.121Z | Downloaded scrypt v0.11.0 |
| 970 | 2026-06-20T23:55:28.121Z | Downloaded same-file v1.0.6 |
| 971 | 2026-06-20T23:55:28.121Z | Downloaded hickory-resolver v0.25.2 |
| 972 | 2026-06-20T23:55:28.121Z | Downloaded jiff-static v0.2.21 |
| 973 | 2026-06-20T23:55:28.121Z | Downloaded serde_bytes v0.11.19 |
| 974 | 2026-06-20T23:55:28.121Z | Downloaded scroll_derive v0.13.1 |
| 975 | 2026-06-20T23:55:28.121Z | Downloaded scopeguard v1.2.0 |
| 976 | 2026-06-20T23:55:28.121Z | Downloaded expectorate v1.2.0 |
| 977 | 2026-06-20T23:55:28.122Z | Downloaded papergrid v0.17.0 |
| 978 | 2026-06-20T23:55:28.122Z | Downloaded openssl-sys v0.9.115 |
| 979 | 2026-06-20T23:55:28.122Z | Downloaded secrecy v0.8.0 |
| 980 | 2026-06-20T23:55:28.122Z | Downloaded seq-macro v0.3.6 |
| 981 | 2026-06-20T23:55:28.122Z | Downloaded secrecy v0.10.3 |
| 982 | 2026-06-20T23:55:28.122Z | Downloaded rustls-pemfile v1.0.4 |
| 983 | 2026-06-20T23:55:28.122Z | Downloaded rustls-pemfile v2.2.0 |
| 984 | 2026-06-20T23:55:28.122Z | Downloaded hyper-util v0.1.20 |
| 985 | 2026-06-20T23:55:28.122Z | Downloaded rustls-native-certs v0.8.3 |
| 986 | 2026-06-20T23:55:28.122Z | Downloaded minimal-lexical v0.2.1 |
| 987 | 2026-06-20T23:55:28.122Z | Downloaded serde_urlencoded v0.7.1 |
| 988 | 2026-06-20T23:55:28.122Z | Downloaded serde_spanned v1.0.4 |
| 989 | 2026-06-20T23:55:28.122Z | Downloaded serde_repr v0.1.20 |
| 990 | 2026-06-20T23:55:28.122Z | Downloaded serde_plain v1.0.2 |
| 991 | 2026-06-20T23:55:28.122Z | Downloaded sha1 v0.10.6 |
| 992 | 2026-06-20T23:55:28.122Z | Downloaded sigpipe v0.1.3 |
| 993 | 2026-06-20T23:55:28.122Z | Downloaded rusty-fork v0.3.1 |
| 994 | 2026-06-20T23:55:28.122Z | Downloaded p256 v0.13.2 |
| 995 | 2026-06-20T23:55:28.122Z | Downloaded sapling-renderdag v0.1.0 |
| 996 | 2026-06-20T23:55:28.122Z | Downloaded scroll v0.13.0 |
| 997 | 2026-06-20T23:55:28.122Z | Downloaded shell-words v1.1.1 |
| 998 | 2026-06-20T23:55:28.122Z | Downloaded signature v2.2.0 |
| 999 | 2026-06-20T23:55:28.123Z | Downloaded schemars_derive v0.8.22 |
| 1000 | 2026-06-20T23:55:28.123Z | Downloaded signal-hook-tokio v0.3.1 |
| 1001 | 2026-06-20T23:55:28.123Z | Downloaded signal-hook-mio v0.2.5 |
| 1002 | 2026-06-20T23:55:28.123Z | Downloaded slog-bunyan v2.5.0 |
| 1003 | 2026-06-20T23:55:28.123Z | Downloaded sct v0.7.1 |
| 1004 | 2026-06-20T23:55:28.123Z | Downloaded aes v0.8.4 |
| 1005 | 2026-06-20T23:55:28.123Z | Downloaded hickory-server v0.25.2 |
| 1006 | 2026-06-20T23:55:28.123Z | Downloaded siphasher v1.0.2 |
| 1007 | 2026-06-20T23:55:28.123Z | Downloaded progenitor-impl v0.14.0 |
| 1008 | 2026-06-20T23:55:28.123Z | Downloaded prefix-trie v0.7.0 |
| 1009 | 2026-06-20T23:55:28.123Z | Downloaded slog-envlogger v2.2.0 |
| 1010 | 2026-06-20T23:55:28.123Z | Downloaded progenitor-impl v0.13.0 |
| 1011 | 2026-06-20T23:55:28.123Z | Downloaded russh-keys v0.45.0 |
| 1012 | 2026-06-20T23:55:28.123Z | Downloaded crossterm v0.28.1 |
| 1013 | 2026-06-20T23:55:28.123Z | Downloaded serde-hex v0.1.0 |
| 1014 | 2026-06-20T23:55:28.123Z | Downloaded pin-project v1.1.11 |
| 1015 | 2026-06-20T23:55:28.123Z | Downloaded semver v0.1.20 |
| 1016 | 2026-06-20T23:55:28.123Z | Downloaded sec1 v0.7.3 |
| 1017 | 2026-06-20T23:55:28.123Z | Downloaded serde_path_to_error v0.1.20 |
| 1018 | 2026-06-20T23:55:28.123Z | Downloaded ssh-encoding v0.2.0 |
| 1019 | 2026-06-20T23:55:28.123Z | Downloaded ssh-cipher v0.2.0 |
| 1020 | 2026-06-20T23:55:28.123Z | Downloaded serde_with_macros v1.5.2 |
| 1021 | 2026-06-20T23:55:28.123Z | Downloaded serde_derive_internals v0.29.1 |
| 1022 | 2026-06-20T23:55:28.124Z | Downloaded sqlparser_derive v0.5.0 |
| 1023 | 2026-06-20T23:55:28.259Z | Downloaded rustls-pki-types v1.14.0 |
| 1024 | 2026-06-20T23:55:28.259Z | Downloaded pkcs5 v0.7.1 |
| 1025 | 2026-06-20T23:55:28.259Z | Downloaded shlex v1.3.0 |
| 1026 | 2026-06-20T23:55:28.259Z | Downloaded http v1.4.0 |
| 1027 | 2026-06-20T23:55:28.259Z | Downloaded dropshot-api-manager v0.7.2 |
| 1028 | 2026-06-20T23:55:28.259Z | Downloaded structmeta-derive v0.3.0 |
| 1029 | 2026-06-20T23:55:28.259Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1030 | 2026-06-20T23:55:28.259Z | Downloaded strum v0.27.2 |
| 1031 | 2026-06-20T23:55:28.259Z | Downloaded structmeta v0.3.0 |
| 1032 | 2026-06-20T23:55:28.259Z | Downloaded strsim v0.10.0 |
| 1033 | 2026-06-20T23:55:28.259Z | Downloaded slab v0.4.12 |
| 1034 | 2026-06-20T23:55:28.259Z | Downloaded simd-adler32 v0.3.8 |
| 1035 | 2026-06-20T23:55:28.259Z | Downloaded signal-hook-registry v1.4.8 |
| 1036 | 2026-06-20T23:55:28.259Z | Downloaded hashbrown v0.13.2 |
| 1037 | 2026-06-20T23:55:28.259Z | Downloaded strum v0.26.3 |
| 1038 | 2026-06-20T23:55:28.259Z | Downloaded slog-stdlog v4.1.1 |
| 1039 | 2026-06-20T23:55:28.259Z | Downloaded slog-scope v4.4.1 |
| 1040 | 2026-06-20T23:55:28.260Z | Downloaded slog-json v2.6.1 |
| 1041 | 2026-06-20T23:55:28.260Z | Downloaded supports-color v3.0.2 |
| 1042 | 2026-06-20T23:55:28.260Z | Downloaded crossterm v0.29.0 |
| 1043 | 2026-06-20T23:55:28.260Z | Downloaded smallvec v0.6.14 |
| 1044 | 2026-06-20T23:55:28.260Z | Downloaded itertools v0.10.5 |
| 1045 | 2026-06-20T23:55:28.260Z | Downloaded subtle v2.6.1 |
| 1046 | 2026-06-20T23:55:28.260Z | Downloaded ron v0.8.1 |
| 1047 | 2026-06-20T23:55:28.260Z | Downloaded smf v0.2.3 |
| 1048 | 2026-06-20T23:55:28.260Z | Downloaded tabled_derive v0.11.0 |
| 1049 | 2026-06-20T23:55:28.262Z | Downloaded tagptr v0.2.0 |
| 1050 | 2026-06-20T23:55:28.262Z | Downloaded rustversion v1.0.22 |
| 1051 | 2026-06-20T23:55:28.262Z | Downloaded hashbrown v0.16.1 |
| 1052 | 2026-06-20T23:55:28.262Z | Downloaded spki v0.7.3 |
| 1053 | 2026-06-20T23:55:28.263Z | Downloaded snafu-derive v0.8.9 |
| 1054 | 2026-06-20T23:55:28.263Z | Downloaded stacker v0.1.23 |
| 1055 | 2026-06-20T23:55:28.263Z | Downloaded tap v1.0.1 |
| 1056 | 2026-06-20T23:55:28.263Z | Downloaded take_mut v0.2.2 |
| 1057 | 2026-06-20T23:55:28.263Z | Downloaded tabwriter v1.4.1 |
| 1058 | 2026-06-20T23:55:28.263Z | Downloaded sync_wrapper v1.0.2 |
| 1059 | 2026-06-20T23:55:28.263Z | Downloaded sync-ptr v0.1.4 |
| 1060 | 2026-06-20T23:55:28.264Z | Downloaded slog-term v2.9.2 |
| 1061 | 2026-06-20T23:55:28.264Z | Downloaded serde_cbor v0.11.2 |
| 1062 | 2026-06-20T23:55:28.264Z | Downloaded sqlformat v0.3.5 |
| 1063 | 2026-06-20T23:55:28.264Z | Downloaded qorb v0.4.1 |
| 1064 | 2026-06-20T23:55:28.264Z | Downloaded tinyvec_macros v0.1.1 |
| 1065 | 2026-06-20T23:55:28.264Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1066 | 2026-06-20T23:55:28.264Z | Downloaded nom v7.1.3 |
| 1067 | 2026-06-20T23:55:28.264Z | Downloaded thread-id v5.1.0 |
| 1068 | 2026-06-20T23:55:28.264Z | Downloaded termtree v0.5.1 |
| 1069 | 2026-06-20T23:55:28.265Z | Downloaded hashbrown v0.12.3 |
| 1070 | 2026-06-20T23:55:28.265Z | Downloaded serde_with_macros v3.17.0 |
| 1071 | 2026-06-20T23:55:28.265Z | Downloaded rayon-core v1.13.0 |
| 1072 | 2026-06-20T23:55:28.265Z | Downloaded schemars v0.8.22 |
| 1073 | 2026-06-20T23:55:28.265Z | Downloaded strum_macros v0.24.3 |
| 1074 | 2026-06-20T23:55:28.265Z | Downloaded num-bigint v0.4.6 |
| 1075 | 2026-06-20T23:55:28.265Z | Downloaded time-core v0.1.8 |
| 1076 | 2026-06-20T23:55:28.265Z | Downloaded testing_table v0.3.0 |
| 1077 | 2026-06-20T23:55:28.265Z | Downloaded strum_macros v0.26.4 |
| 1078 | 2026-06-20T23:55:28.265Z | Downloaded stringprep v0.1.5 |
| 1079 | 2026-06-20T23:55:28.265Z | Downloaded hashbrown v0.15.5 |
| 1080 | 2026-06-20T23:55:28.266Z | Downloaded string_cache v0.8.9 |
| 1081 | 2026-06-20T23:55:28.266Z | Downloaded static_assertions v1.1.0 |
| 1082 | 2026-06-20T23:55:28.266Z | Downloaded ryu v1.0.23 |
| 1083 | 2026-06-20T23:55:28.266Z | Downloaded rcgen v0.12.1 |
| 1084 | 2026-06-20T23:55:28.266Z | Downloaded mio v1.2.0 |
| 1085 | 2026-06-20T23:55:28.266Z | Downloaded strum_macros v0.27.2 |
| 1086 | 2026-06-20T23:55:28.266Z | Downloaded tokio-macros v2.7.0 |
| 1087 | 2026-06-20T23:55:28.266Z | Downloaded slog-dtrace v0.3.0 |
| 1088 | 2026-06-20T23:55:28.266Z | Downloaded slog-async v2.8.0 |
| 1089 | 2026-06-20T23:55:28.266Z | Downloaded prettyplease v0.2.37 |
| 1090 | 2026-06-20T23:55:28.266Z | Downloaded support-bundle-viewer v0.1.2 |
| 1091 | 2026-06-20T23:55:28.266Z | Downloaded termios v0.3.3 |
| 1092 | 2026-06-20T23:55:28.266Z | Downloaded spin v0.9.8 |
| 1093 | 2026-06-20T23:55:28.266Z | Downloaded quinn v0.11.9 |
| 1094 | 2026-06-20T23:55:28.267Z | Downloaded try-lock v0.2.5 |
| 1095 | 2026-06-20T23:55:28.267Z | Downloaded time-macros v0.2.27 |
| 1096 | 2026-06-20T23:55:28.267Z | Downloaded thread_local v1.1.9 |
| 1097 | 2026-06-20T23:55:28.267Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1098 | 2026-06-20T23:55:28.267Z | Downloaded signal-hook v0.3.18 |
| 1099 | 2026-06-20T23:55:28.267Z | Downloaded rand v0.8.6 |
| 1100 | 2026-06-20T23:55:28.267Z | Downloaded publicsuffix v2.3.0 |
| 1101 | 2026-06-20T23:55:28.267Z | Downloaded thiserror-no-std v2.0.2 |
| 1102 | 2026-06-20T23:55:28.267Z | Downloaded similar v2.7.0 |
| 1103 | 2026-06-20T23:55:28.267Z | Downloaded unit-prefix v0.5.2 |
| 1104 | 2026-06-20T23:55:28.267Z | Downloaded unarray v0.1.4 |
| 1105 | 2026-06-20T23:55:28.267Z | Downloaded trait-variant v0.1.2 |
| 1106 | 2026-06-20T23:55:28.267Z | Downloaded pretty_assertions v1.4.1 |
| 1107 | 2026-06-20T23:55:28.267Z | Downloaded tower-service v0.3.3 |
| 1108 | 2026-06-20T23:55:28.267Z | Downloaded tower-layer v0.3.3 |
| 1109 | 2026-06-20T23:55:28.267Z | Downloaded tls_codec v0.4.2 |
| 1110 | 2026-06-20T23:55:28.267Z | Downloaded num-bigint-dig v0.8.6 |
| 1111 | 2026-06-20T23:55:28.267Z | Downloaded tiny-keccak v2.0.2 |
| 1112 | 2026-06-20T23:55:28.267Z | Downloaded libxml v0.3.3 |
| 1113 | 2026-06-20T23:55:28.267Z | Downloaded universal-hash v0.5.1 |
| 1114 | 2026-06-20T23:55:28.267Z | Downloaded tokio-native-tls v0.3.1 |
| 1115 | 2026-06-20T23:55:28.267Z | Downloaded tokio-dtrace v0.1.1 |
| 1116 | 2026-06-20T23:55:28.267Z | Downloaded tls_codec_derive v0.4.2 |
| 1117 | 2026-06-20T23:55:28.267Z | Downloaded usdt-attr-macro v0.6.0 |
| 1118 | 2026-06-20T23:55:28.267Z | Downloaded slog v2.8.2 |
| 1119 | 2026-06-20T23:55:28.267Z | Downloaded typify-macro v0.6.2 |
| 1120 | 2026-06-20T23:55:28.267Z | Downloaded tokio-tungstenite v0.23.1 |
| 1121 | 2026-06-20T23:55:28.267Z | Downloaded itertools v0.13.0 |
| 1122 | 2026-06-20T23:55:28.267Z | Downloaded rustls-webpki v0.103.9 |
| 1123 | 2026-06-20T23:55:28.327Z | Downloaded term v1.2.1 |
| 1124 | 2026-06-20T23:55:28.327Z | Downloaded itertools v0.12.1 |
| 1125 | 2026-06-20T23:55:28.327Z | Downloaded unicode-truncate v1.1.0 |
| 1126 | 2026-06-20T23:55:28.327Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1127 | 2026-06-20T23:55:28.327Z | Downloaded void v1.0.2 |
| 1128 | 2026-06-20T23:55:28.327Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1129 | 2026-06-20T23:55:28.327Z | Downloaded term v0.7.0 |
| 1130 | 2026-06-20T23:55:28.327Z | Downloaded untrusted v0.9.0 |
| 1131 | 2026-06-20T23:55:28.327Z | Downloaded untrusted v0.7.1 |
| 1132 | 2026-06-20T23:55:28.327Z | Downloaded socket2 v0.5.10 |
| 1133 | 2026-06-20T23:55:28.327Z | Downloaded rsa v0.9.10 |
| 1134 | 2026-06-20T23:55:28.327Z | Downloaded samael v0.0.19 |
| 1135 | 2026-06-20T23:55:28.327Z | Downloaded waitgroup v0.1.2 |
| 1136 | 2026-06-20T23:55:28.327Z | Downloaded wait-timeout v0.2.1 |
| 1137 | 2026-06-20T23:55:28.327Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1138 | 2026-06-20T23:55:28.327Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1139 | 2026-06-20T23:55:28.327Z | Downloaded tokio-tungstenite v0.21.0 |
| 1140 | 2026-06-20T23:55:28.327Z | Downloaded utf-8 v0.7.6 |
| 1141 | 2026-06-20T23:55:28.327Z | Downloaded usdt-macro v0.6.0 |
| 1142 | 2026-06-20T23:55:28.327Z | Downloaded hyper v1.8.1 |
| 1143 | 2026-06-20T23:55:28.327Z | Downloaded tokio-rustls v0.25.0 |
| 1144 | 2026-06-20T23:55:28.327Z | Downloaded tui-tree-widget v0.23.1 |
| 1145 | 2026-06-20T23:55:28.327Z | Downloaded topological-sort v0.2.2 |
| 1146 | 2026-06-20T23:55:28.327Z | Downloaded xattr v1.6.1 |
| 1147 | 2026-06-20T23:55:28.328Z | Downloaded want v0.3.1 |
| 1148 | 2026-06-20T23:55:28.328Z | Downloaded snafu v0.8.9 |
| 1149 | 2026-06-20T23:55:28.328Z | Downloaded usdt-impl v0.6.0 |
| 1150 | 2026-06-20T23:55:28.328Z | Downloaded xshell-macros v0.2.7 |
| 1151 | 2026-06-20T23:55:28.328Z | Downloaded uzers v0.12.2 |
| 1152 | 2026-06-20T23:55:28.328Z | Downloaded bindgen v0.71.1 |
| 1153 | 2026-06-20T23:55:28.328Z | Downloaded tokio-rustls v0.24.1 |
| 1154 | 2026-06-20T23:55:28.328Z | Downloaded unicase v2.9.0 |
| 1155 | 2026-06-20T23:55:28.328Z | Downloaded p521 v0.13.3 |
| 1156 | 2026-06-20T23:55:28.328Z | Downloaded socket2 v0.6.3 |
| 1157 | 2026-06-20T23:55:28.328Z | Downloaded nom v8.0.0 |
| 1158 | 2026-06-20T23:55:28.328Z | Downloaded vergen-lib v0.1.6 |
| 1159 | 2026-06-20T23:55:28.328Z | Downloaded zone_cfg_derive v0.3.1 |
| 1160 | 2026-06-20T23:55:28.328Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1161 | 2026-06-20T23:55:28.328Z | Downloaded tokio-stream v0.1.18 |
| 1162 | 2026-06-20T23:55:28.328Z | Downloaded vergen-lib v9.1.0 |
| 1163 | 2026-06-20T23:55:28.328Z | Downloaded tokio-rustls v0.26.4 |
| 1164 | 2026-06-20T23:55:28.328Z | Downloaded usdt v0.6.0 |
| 1165 | 2026-06-20T23:55:28.328Z | Downloaded vsss-rs v3.3.4 |
| 1166 | 2026-06-20T23:55:28.328Z | Downloaded zeroize_derive v1.4.3 |
| 1167 | 2026-06-20T23:55:28.328Z | Downloaded rand v0.9.2 |
| 1168 | 2026-06-20T23:55:28.328Z | Downloaded test-strategy v0.4.5 |
| 1169 | 2026-06-20T23:55:28.328Z | Downloaded rand v0.10.0 |
| 1170 | 2026-06-20T23:55:28.328Z | Downloaded vergen-gitcl v1.0.8 |
| 1171 | 2026-06-20T23:55:28.328Z | Downloaded schemars v0.9.0 |
| 1172 | 2026-06-20T23:55:28.328Z | Downloaded schemars v1.2.1 |
| 1173 | 2026-06-20T23:55:28.329Z | Downloaded zone v0.3.1 |
| 1174 | 2026-06-20T23:55:28.329Z | Downloaded blake3 v1.8.3 |
| 1175 | 2026-06-20T23:55:28.329Z | Downloaded tracing-attributes v0.1.31 |
| 1176 | 2026-06-20T23:55:28.329Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1177 | 2026-06-20T23:55:28.329Z | Downloaded twox-hash v2.1.2 |
| 1178 | 2026-06-20T23:55:28.329Z | Downloaded toml v0.7.8 |
| 1179 | 2026-06-20T23:55:28.329Z | Downloaded libm v0.2.16 |
| 1180 | 2026-06-20T23:55:28.329Z | Downloaded xshell v0.2.7 |
| 1181 | 2026-06-20T23:55:28.329Z | Downloaded wyz v0.5.1 |
| 1182 | 2026-06-20T23:55:28.329Z | Downloaded whoami v2.1.0 |
| 1183 | 2026-06-20T23:55:28.329Z | Downloaded h2 v0.4.13 |
| 1184 | 2026-06-20T23:55:28.329Z | Downloaded subprocess v0.2.15 |
| 1185 | 2026-06-20T23:55:28.329Z | Downloaded steno v0.4.1 |
| 1186 | 2026-06-20T23:55:28.329Z | Downloaded tungstenite v0.21.0 |
| 1187 | 2026-06-20T23:55:28.329Z | Downloaded tungstenite v0.23.0 |
| 1188 | 2026-06-20T23:55:28.329Z | Downloaded zeroize v1.8.2 |
| 1189 | 2026-06-20T23:55:28.329Z | Downloaded unicode-properties v0.1.4 |
| 1190 | 2026-06-20T23:55:28.329Z | Downloaded tinyvec v1.10.0 |
| 1191 | 2026-06-20T23:55:28.329Z | Downloaded futures-util v0.3.32 |
| 1192 | 2026-06-20T23:55:28.329Z | Downloaded tar v0.4.45 |
| 1193 | 2026-06-20T23:55:28.329Z | Downloaded whoami v1.6.1 |
| 1194 | 2026-06-20T23:55:28.329Z | Downloaded vergen-git2 v9.1.0 |
| 1195 | 2026-06-20T23:55:28.329Z | Downloaded yasna v0.5.2 |
| 1196 | 2026-06-20T23:55:28.329Z | Downloaded zerocopy v0.6.6 |
| 1197 | 2026-06-20T23:55:28.329Z | Downloaded vergen v9.1.0 |
| 1198 | 2026-06-20T23:55:28.330Z | Downloaded iddqd v0.4.2 |
| 1199 | 2026-06-20T23:55:28.330Z | Downloaded russh v0.45.0 |
| 1200 | 2026-06-20T23:55:28.330Z | Downloaded hkdf v0.12.4 |
| 1201 | 2026-06-20T23:55:28.330Z | Downloaded zstd v0.13.3 |
| 1202 | 2026-06-20T23:55:28.330Z | Downloaded walkdir v2.5.0 |
| 1203 | 2026-06-20T23:55:28.330Z | Downloaded iri-string v0.7.10 |
| 1204 | 2026-06-20T23:55:28.330Z | Downloaded itertools v0.14.0 |
| 1205 | 2026-06-20T23:55:28.330Z | Downloaded tracing-core v0.1.36 |
| 1206 | 2026-06-20T23:55:28.330Z | Downloaded unicode-bidi v0.3.18 |
| 1207 | 2026-06-20T23:55:28.330Z | Downloaded serde_with v1.14.0 |
| 1208 | 2026-06-20T23:55:28.330Z | Downloaded typify v0.6.2 |
| 1209 | 2026-06-20T23:55:28.330Z | Downloaded aws-lc-rs v1.16.3 |
| 1210 | 2026-06-20T23:55:28.330Z | Downloaded unsafe-libyaml v0.2.11 |
| 1211 | 2026-06-20T23:55:28.330Z | Downloaded uuid v1.23.0 |
| 1212 | 2026-06-20T23:55:28.330Z | Downloaded bitvec v1.0.1 |
| 1213 | 2026-06-20T23:55:28.330Z | Downloaded tokio-postgres v0.7.16 |
| 1214 | 2026-06-20T23:55:28.330Z | Downloaded vte v0.14.1 |
| 1215 | 2026-06-20T23:55:28.330Z | Downloaded zopfli v0.8.3 |
| 1216 | 2026-06-20T23:55:28.330Z | Downloaded rustyline v14.0.0 |
| 1217 | 2026-06-20T23:55:28.330Z | Downloaded reedline v0.40.0 |
| 1218 | 2026-06-20T23:55:28.330Z | Downloaded chrono v0.4.44 |
| 1219 | 2026-06-20T23:55:28.330Z | Downloaded zstd-safe v7.2.4 |
| 1220 | 2026-06-20T23:55:28.330Z | Downloaded yansi v1.0.1 |
| 1221 | 2026-06-20T23:55:28.330Z | Downloaded regex v1.12.3 |
| 1222 | 2026-06-20T23:55:28.330Z | Downloaded git2 v0.20.4 |
| 1223 | 2026-06-20T23:55:28.679Z | Downloaded rpassword v7.4.0 |
| 1224 | 2026-06-20T23:55:28.680Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1225 | 2026-06-20T23:55:28.680Z | Downloaded ssh-key v0.6.7 |
| 1226 | 2026-06-20T23:55:28.680Z | Downloaded p384 v0.13.1 |
| 1227 | 2026-06-20T23:55:28.680Z | Downloaded portable-atomic v1.13.1 |
| 1228 | 2026-06-20T23:55:28.681Z | Downloaded reqwest v0.12.28 |
| 1229 | 2026-06-20T23:55:28.681Z | Downloaded curve25519-dalek v4.1.3 |
| 1230 | 2026-06-20T23:55:28.681Z | Downloaded reqwest v0.13.2 |
| 1231 | 2026-06-20T23:55:28.681Z | Downloaded rayon v1.11.0 |
| 1232 | 2026-06-20T23:55:28.681Z | Downloaded zerocopy-derive v0.8.40 |
| 1233 | 2026-06-20T23:55:28.681Z | Downloaded rustls-webpki v0.101.7 |
| 1234 | 2026-06-20T23:55:28.681Z | Downloaded salty v0.3.0 |
| 1235 | 2026-06-20T23:55:28.681Z | Downloaded zip v0.6.6 |
| 1236 | 2026-06-20T23:55:28.681Z | Downloaded unicode_categories v0.1.1 |
| 1237 | 2026-06-20T23:55:28.681Z | Downloaded toml_edit v0.19.15 |
| 1238 | 2026-06-20T23:55:28.681Z | Downloaded quick-xml v0.37.5 |
| 1239 | 2026-06-20T23:55:28.681Z | Downloaded goblin v0.10.5 |
| 1240 | 2026-06-20T23:55:28.681Z | Downloaded moka v0.12.13 |
| 1241 | 2026-06-20T23:55:28.681Z | Downloaded lalrpop v0.19.12 |
| 1242 | 2026-06-20T23:55:28.681Z | Downloaded proptest v1.10.0 |
| 1243 | 2026-06-20T23:55:28.681Z | Downloaded serde_with v3.17.0 |
| 1244 | 2026-06-20T23:55:28.681Z | Downloaded bstr v1.12.1 |
| 1245 | 2026-06-20T23:55:28.681Z | Downloaded tokio-util v0.7.18 |
| 1246 | 2026-06-20T23:55:28.681Z | Downloaded tower-http v0.6.8 |
| 1247 | 2026-06-20T23:55:28.681Z | Downloaded tower v0.5.3 |
| 1248 | 2026-06-20T23:55:28.681Z | Downloaded unicode-segmentation v1.12.0 |
| 1249 | 2026-06-20T23:55:28.681Z | Downloaded typed-path v0.9.3 |
| 1250 | 2026-06-20T23:55:28.681Z | Downloaded petname v2.0.2 |
| 1251 | 2026-06-20T23:55:28.681Z | Downloaded winnow v0.5.40 |
| 1252 | 2026-06-20T23:55:28.681Z | Downloaded quinn-proto v0.11.13 |
| 1253 | 2026-06-20T23:55:28.681Z | Downloaded winnow v0.6.26 |
| 1254 | 2026-06-20T23:55:28.682Z | Downloaded x509-cert v0.2.5 |
| 1255 | 2026-06-20T23:55:28.682Z | Downloaded object v0.30.4 |
| 1256 | 2026-06-20T23:55:28.682Z | Downloaded zip v4.6.1 |
| 1257 | 2026-06-20T23:55:28.682Z | Downloaded time v0.3.47 |
| 1258 | 2026-06-20T23:55:28.682Z | Downloaded unicode-normalization v0.1.25 |
| 1259 | 2026-06-20T23:55:28.682Z | Downloaded nix v0.27.1 |
| 1260 | 2026-06-20T23:55:28.682Z | Downloaded rustls-webpki v0.102.8 |
| 1261 | 2026-06-20T23:55:28.682Z | Downloaded tough v0.22.0 |
| 1262 | 2026-06-20T23:55:28.682Z | Downloaded radix_trie v0.2.1 |
| 1263 | 2026-06-20T23:55:28.682Z | Downloaded hickory-proto v0.24.4 |
| 1264 | 2026-06-20T23:55:28.682Z | Downloaded regex-syntax v0.6.29 |
| 1265 | 2026-06-20T23:55:28.682Z | Downloaded nix v0.31.2 |
| 1266 | 2026-06-20T23:55:28.682Z | Downloaded object v0.37.3 |
| 1267 | 2026-06-20T23:55:28.682Z | Downloaded smoltcp v0.11.0 |
| 1268 | 2026-06-20T23:55:28.682Z | Downloaded polar-core v0.27.3 |
| 1269 | 2026-06-20T23:55:28.682Z | Downloaded zerocopy v0.8.40 |
| 1270 | 2026-06-20T23:55:28.682Z | Downloaded hickory-proto v0.25.2 |
| 1271 | 2026-06-20T23:55:28.682Z | Downloaded regress v0.10.5 |
| 1272 | 2026-06-20T23:55:28.682Z | Downloaded rustls v0.22.4 |
| 1273 | 2026-06-20T23:55:28.682Z | Downloaded rustls v0.23.37 |
| 1274 | 2026-06-20T23:55:28.682Z | Downloaded regex-syntax v0.8.10 |
| 1275 | 2026-06-20T23:55:28.682Z | Downloaded openssl v0.10.79 |
| 1276 | 2026-06-20T23:55:28.682Z | Downloaded rustls v0.21.12 |
| 1277 | 2026-06-20T23:55:28.682Z | Downloaded nix v0.28.0 |
| 1278 | 2026-06-20T23:55:28.683Z | Downloaded smoltcp v0.9.1 |
| 1279 | 2026-06-20T23:55:28.683Z | Downloaded dropshot v0.17.0 |
| 1280 | 2026-06-20T23:55:28.683Z | Downloaded tabled v0.20.0 |
| 1281 | 2026-06-20T23:55:28.683Z | Downloaded zlib-rs v0.6.2 |
| 1282 | 2026-06-20T23:55:28.683Z | Downloaded ratatui v0.29.0 |
| 1283 | 2026-06-20T23:55:28.683Z | Downloaded vcpkg v0.2.15 |
| 1284 | 2026-06-20T23:55:28.683Z | Downloaded webpki-roots v1.0.6 |
| 1285 | 2026-06-20T23:55:28.683Z | Downloaded zerocopy-derive v0.6.6 |
| 1286 | 2026-06-20T23:55:28.683Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1287 | 2026-06-20T23:55:28.683Z | Downloaded regex-automata v0.4.14 |
| 1288 | 2026-06-20T23:55:28.683Z | Downloaded regress v0.11.1 |
| 1289 | 2026-06-20T23:55:28.683Z | Downloaded diesel v2.3.7 |
| 1290 | 2026-06-20T23:55:28.683Z | Downloaded openapiv3 v2.2.0 |
| 1291 | 2026-06-20T23:55:28.683Z | Downloaded rustix v0.38.44 |
| 1292 | 2026-06-20T23:55:28.683Z | Downloaded chrono-tz v0.10.4 |
| 1293 | 2026-06-20T23:55:28.683Z | Downloaded petgraph v0.8.3 |
| 1294 | 2026-06-20T23:55:28.683Z | Downloaded tokio v1.52.1 |
| 1295 | 2026-06-20T23:55:28.683Z | Downloaded sqlparser v0.61.0 |
| 1296 | 2026-06-20T23:55:28.683Z | Downloaded sled v0.34.7 |
| 1297 | 2026-06-20T23:55:28.683Z | Downloaded typify-impl v0.6.2 |
| 1298 | 2026-06-20T23:55:28.683Z | Downloaded tracing v0.1.44 |
| 1299 | 2026-06-20T23:55:28.683Z | Downloaded ring v0.17.14 |
| 1300 | 2026-06-20T23:55:28.683Z | Downloaded csv v1.4.0 |
| 1301 | 2026-06-20T23:55:28.683Z | Downloaded jiff v0.2.21 |
| 1302 | 2026-06-20T23:55:28.683Z | Downloaded petgraph v0.6.5 |
| 1303 | 2026-06-20T23:55:28.683Z | Downloaded libz-sys v1.1.24 |
| 1304 | 2026-06-20T23:55:28.683Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1305 | 2026-06-20T23:55:28.683Z | Downloaded sha3 v0.10.8 |
| 1306 | 2026-06-20T23:55:28.683Z | Downloaded encoding_rs v0.8.35 |
| 1307 | 2026-06-20T23:55:28.684Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1308 | 2026-06-20T23:55:28.684Z | Downloaded aws-lc-sys v0.40.0 |
| 1309 | 2026-06-20T23:55:28.684Z | Compiling libc v0.2.185 |
| 1310 | 2026-06-20T23:55:28.684Z | Compiling serde v1.0.228 |
| 1311 | 2026-06-20T23:55:28.684Z | Compiling log v0.4.29 |
| 1312 | 2026-06-20T23:55:28.684Z | Compiling find-msvc-tools v0.1.9 |
| 1313 | 2026-06-20T23:55:28.855Z | Compiling shlex v1.3.0 |
| 1314 | 2026-06-20T23:55:28.890Z | Compiling smallvec v1.15.1 |
| 1315 | 2026-06-20T23:55:28.890Z | Compiling syn v2.0.117 |
| 1316 | 2026-06-20T23:55:28.890Z | Compiling typenum v1.19.0 |
| 1317 | 2026-06-20T23:55:28.935Z | Compiling generic-array v0.14.7 |
| 1318 | 2026-06-20T23:55:29.009Z | Compiling subtle v2.6.1 |
| 1319 | 2026-06-20T23:55:29.009Z | Compiling scopeguard v1.2.0 |
| 1320 | 2026-06-20T23:55:29.082Z | Compiling const-oid v0.9.6 |
| 1321 | 2026-06-20T23:55:29.082Z | Compiling lock_api v0.4.14 |
| 1322 | 2026-06-20T23:55:29.139Z | Compiling serde_json v1.0.149 |
| 1323 | 2026-06-20T23:55:29.139Z | Compiling zerocopy v0.8.40 |
| 1324 | 2026-06-20T23:55:29.241Z | Compiling parking_lot_core v0.9.12 |
| 1325 | 2026-06-20T23:55:30.695Z | Compiling pin-project-lite v0.2.17 |
| 1326 | 2026-06-20T23:55:30.768Z | Compiling portable-atomic v1.13.1 |
| 1327 | 2026-06-20T23:55:30.768Z | Compiling pkg-config v0.3.32 |
| 1328 | 2026-06-20T23:55:30.768Z | Compiling getrandom v0.2.17 |
| 1329 | 2026-06-20T23:55:30.768Z | Compiling jobserver v0.1.34 |
| 1330 | 2026-06-20T23:55:30.768Z | Compiling rand_core v0.6.4 |
| 1331 | 2026-06-20T23:55:30.768Z | Compiling errno v0.3.14 |
| 1332 | 2026-06-20T23:55:30.768Z | Compiling cc v1.2.56 |
| 1333 | 2026-06-20T23:55:30.768Z | Compiling signal-hook-registry v1.4.8 |
| 1334 | 2026-06-20T23:55:30.768Z | Compiling bitflags v2.11.0 |
| 1335 | 2026-06-20T23:55:30.768Z | Compiling libm v0.2.16 |
| 1336 | 2026-06-20T23:55:30.768Z | Compiling futures-core v0.3.32 |
| 1337 | 2026-06-20T23:55:30.768Z | Compiling critical-section v1.2.0 |
| 1338 | 2026-06-20T23:55:30.768Z | Compiling parking_lot v0.12.5 |
| 1339 | 2026-06-20T23:55:30.769Z | Compiling mio v1.2.0 |
| 1340 | 2026-06-20T23:55:30.769Z | Compiling once_cell v1.21.3 |
| 1341 | 2026-06-20T23:55:30.769Z | Compiling num-traits v0.2.19 |
| 1342 | 2026-06-20T23:55:30.769Z | Compiling percent-encoding v2.3.2 |
| 1343 | 2026-06-20T23:55:30.769Z | Compiling socket2 v0.6.3 |
| 1344 | 2026-06-20T23:55:30.779Z | Compiling futures-sink v0.3.32 |
| 1345 | 2026-06-20T23:55:30.780Z | Compiling getrandom v0.4.1 |
| 1346 | 2026-06-20T23:55:30.780Z | Compiling cpufeatures v0.2.17 |
| 1347 | 2026-06-20T23:55:30.801Z | Compiling futures-channel v0.3.32 |
| 1348 | 2026-06-20T23:55:30.853Z | Compiling slab v0.4.12 |
| 1349 | 2026-06-20T23:55:30.871Z | Compiling futures-io v0.3.32 |
| 1350 | 2026-06-20T23:55:31.006Z | Compiling futures-task v0.3.32 |
| 1351 | 2026-06-20T23:55:31.091Z | Compiling rand_core v0.10.0 |
| 1352 | 2026-06-20T23:55:31.091Z | Compiling indexmap v2.14.0 |
| 1353 | 2026-06-20T23:55:31.092Z | Compiling getrandom v0.3.4 |
| 1354 | 2026-06-20T23:55:31.228Z | Compiling rustversion v1.0.22 |
| 1355 | 2026-06-20T23:55:31.427Z | Compiling form_urlencoded v1.2.2 |
| 1356 | 2026-06-20T23:55:31.585Z | Compiling cmake v0.1.57 |
| 1357 | 2026-06-20T23:55:31.586Z | Compiling fs_extra v1.3.0 |
| 1358 | 2026-06-20T23:55:31.887Z | Compiling dunce v1.0.5 |
| 1359 | 2026-06-20T23:55:31.888Z | Compiling base64ct v1.8.3 |
| 1360 | 2026-06-20T23:55:31.888Z | Compiling synstructure v0.13.2 |
| 1361 | 2026-06-20T23:55:32.082Z | Compiling ident_case v1.0.1 |
| 1362 | 2026-06-20T23:55:32.082Z | Compiling aws-lc-sys v0.40.0 |
| 1363 | 2026-06-20T23:55:32.082Z | Compiling pem-rfc7468 v0.7.0 |
| 1364 | 2026-06-20T23:55:32.082Z | Compiling iana-time-zone v0.1.65 |
| 1365 | 2026-06-20T23:55:32.245Z | Compiling rustix v1.1.3 |
| 1366 | 2026-06-20T23:55:32.245Z | Compiling flagset v0.4.7 |
| 1367 | 2026-06-20T23:55:32.245Z | Compiling regex-syntax v0.8.10 |
| 1368 | 2026-06-20T23:55:32.445Z | Compiling rand_core v0.9.5 |
| 1369 | 2026-06-20T23:55:32.446Z | Compiling ring v0.17.14 |
| 1370 | 2026-06-20T23:55:32.446Z | Compiling aws-lc-rs v1.16.3 |
| 1371 | 2026-06-20T23:55:32.446Z | Compiling vcpkg v0.2.15 |
| 1372 | 2026-06-20T23:55:32.579Z | Compiling uuid v1.23.0 |
| 1373 | 2026-06-20T23:55:32.579Z | Compiling rustc_version v0.4.1 |
| 1374 | 2026-06-20T23:55:32.924Z | Compiling tracing-core v0.1.36 |
| 1375 | 2026-06-20T23:55:33.274Z | Compiling openssl-sys v0.9.115 |
| 1376 | 2026-06-20T23:55:33.649Z | Compiling base64 v0.22.1 |
| 1377 | 2026-06-20T23:55:33.752Z | Compiling openssl-probe v0.2.1 |
| 1378 | 2026-06-20T23:55:33.752Z | Compiling serde_derive v1.0.228 |
| 1379 | 2026-06-20T23:55:33.752Z | Compiling zeroize_derive v1.4.3 |
| 1380 | 2026-06-20T23:55:33.752Z | Compiling zerofrom-derive v0.1.6 |
| 1381 | 2026-06-20T23:55:33.752Z | Compiling yoke-derive v0.8.1 |
| 1382 | 2026-06-20T23:55:33.790Z | Compiling zerovec-derive v0.11.2 |
| 1383 | 2026-06-20T23:55:34.203Z | Compiling zeroize v1.8.2 |
| 1384 | 2026-06-20T23:55:34.456Z | Compiling zerocopy-derive v0.8.40 |
| 1385 | 2026-06-20T23:55:34.848Z | Compiling displaydoc v0.2.5 |
| 1386 | 2026-06-20T23:55:34.944Z | Compiling tokio-macros v2.7.0 |
| 1387 | 2026-06-20T23:55:35.028Z | Compiling crypto-common v0.1.7 |
| 1388 | 2026-06-20T23:55:35.028Z | Compiling zerofrom v0.1.6 |
| 1389 | 2026-06-20T23:55:35.114Z | Compiling block-buffer v0.10.4 |
| 1390 | 2026-06-20T23:55:35.205Z | Compiling yoke v0.8.1 |
| 1391 | 2026-06-20T23:55:35.308Z | Compiling digest v0.10.7 |
| 1392 | 2026-06-20T23:55:35.393Z | Compiling zerovec v0.11.5 |
| 1393 | 2026-06-20T23:55:35.520Z | Compiling zerotrie v0.2.3 |
| 1394 | 2026-06-20T23:55:35.641Z | Compiling futures-macro v0.3.32 |
| 1395 | 2026-06-20T23:55:35.641Z | Compiling hmac v0.12.1 |
| 1396 | 2026-06-20T23:55:35.884Z | Compiling block-padding v0.3.3 |
| 1397 | 2026-06-20T23:55:35.884Z | Compiling tinystr v0.8.2 |
| 1398 | 2026-06-20T23:55:35.884Z | Compiling potential_utf v0.1.4 |
| 1399 | 2026-06-20T23:55:35.977Z | Compiling inout v0.1.4 |
| 1400 | 2026-06-20T23:55:36.032Z | Compiling icu_locale_core v2.1.1 |
| 1401 | 2026-06-20T23:55:36.032Z | Compiling icu_collections v2.1.1 |
| 1402 | 2026-06-20T23:55:36.094Z | Compiling cipher v0.4.4 |
| 1403 | 2026-06-20T23:55:36.265Z | Compiling futures-util v0.3.32 |
| 1404 | 2026-06-20T23:55:36.287Z | Compiling sha2 v0.10.9 |
| 1405 | 2026-06-20T23:55:36.409Z | Compiling der_derive v0.7.3 |
| 1406 | 2026-06-20T23:55:36.850Z | Compiling bytes v1.11.1 |
| 1407 | 2026-06-20T23:55:36.904Z | Compiling icu_provider v2.1.1 |
| 1408 | 2026-06-20T23:55:36.904Z | Compiling chrono v0.4.44 |
| 1409 | 2026-06-20T23:55:37.150Z | Compiling icu_normalizer v2.1.1 |
| 1410 | 2026-06-20T23:55:37.359Z | Compiling tokio v1.52.1 |
| 1411 | 2026-06-20T23:55:37.470Z | Compiling icu_properties v2.1.2 |
| 1412 | 2026-06-20T23:55:37.688Z | Compiling der v0.7.10 |
| 1413 | 2026-06-20T23:55:37.717Z | Compiling http v1.4.0 |
| 1414 | 2026-06-20T23:55:38.217Z | Compiling salsa20 v0.10.2 |
| 1415 | 2026-06-20T23:55:38.353Z | Compiling idna_adapter v1.2.1 |
| 1416 | 2026-06-20T23:55:38.486Z | Compiling idna v1.1.0 |
| 1417 | 2026-06-20T23:55:38.494Z | Compiling spki v0.7.3 |
| 1418 | 2026-06-20T23:55:38.498Z | Compiling pbkdf2 v0.12.2 |
| 1419 | 2026-06-20T23:55:38.534Z | Compiling rustls-pki-types v1.14.0 |
| 1420 | 2026-06-20T23:55:38.608Z | Compiling ppv-lite86 v0.2.21 |
| 1421 | 2026-06-20T23:55:38.682Z | Compiling thiserror-impl v2.0.18 |
| 1422 | 2026-06-20T23:55:38.764Z | Compiling url v2.5.8 |
| 1423 | 2026-06-20T23:55:38.819Z | Compiling tracing-attributes v0.1.31 |
| 1424 | 2026-06-20T23:55:38.920Z | Compiling rand_chacha v0.9.0 |
| 1425 | 2026-06-20T23:55:38.976Z | Compiling scrypt v0.11.0 |
| 1426 | 2026-06-20T23:55:39.104Z | Compiling http-body v1.0.1 |
| 1427 | 2026-06-20T23:55:39.224Z | Compiling cbc v0.1.2 |
| 1428 | 2026-06-20T23:55:39.252Z | Compiling aes v0.8.4 |
| 1429 | 2026-06-20T23:55:39.474Z | Compiling tinyvec_macros v0.1.1 |
| 1430 | 2026-06-20T23:55:39.545Z | Compiling untrusted v0.7.1 |
| 1431 | 2026-06-20T23:55:39.569Z | Compiling httparse v1.10.1 |
| 1432 | 2026-06-20T23:55:39.631Z | Compiling untrusted v0.9.0 |
| 1433 | 2026-06-20T23:55:39.668Z | Compiling pkcs5 v0.7.1 |
| 1434 | 2026-06-20T23:55:39.950Z | Compiling tinyvec v1.10.0 |
| 1435 | 2026-06-20T23:55:40.028Z | Compiling thiserror v2.0.18 |
| 1436 | 2026-06-20T23:55:40.133Z | Compiling rand v0.9.2 |
| 1437 | 2026-06-20T23:55:40.146Z | Compiling pest_generator v2.8.6 |
| 1438 | 2026-06-20T23:55:40.157Z | Compiling tracing v0.1.44 |
| 1439 | 2026-06-20T23:55:40.296Z | Compiling serde_derive_internals v0.29.1 |
| 1440 | 2026-06-20T23:55:40.323Z | Compiling aho-corasick v1.1.4 |
| 1441 | 2026-06-20T23:55:40.415Z | Compiling rustls v0.23.37 |
| 1442 | 2026-06-20T23:55:40.592Z | Compiling atomic-waker v1.1.2 |
| 1443 | 2026-06-20T23:55:40.713Z | Compiling schemars v0.8.22 |
| 1444 | 2026-06-20T23:55:40.830Z | Compiling dyn-clone v1.0.20 |
| 1445 | 2026-06-20T23:55:40.912Z | Compiling try-lock v0.2.5 |
| 1446 | 2026-06-20T23:55:40.925Z | Compiling tower-layer v0.3.3 |
| 1447 | 2026-06-20T23:55:40.964Z | Compiling tower-service v0.3.3 |
| 1448 | 2026-06-20T23:55:41.017Z | Compiling tokio-util v0.7.18 |
| 1449 | 2026-06-20T23:55:41.056Z | Compiling want v0.3.1 |
| 1450 | 2026-06-20T23:55:41.094Z | Compiling pest_derive v2.8.6 |
| 1451 | 2026-06-20T23:55:41.165Z | Compiling schemars_derive v0.8.22 |
| 1452 | 2026-06-20T23:55:41.218Z | Compiling regex-automata v0.4.14 |
| 1453 | 2026-06-20T23:55:41.520Z | Compiling pkcs8 v0.10.2 |
| 1454 | 2026-06-20T23:55:41.800Z | Compiling h2 v0.4.13 |
| 1455 | 2026-06-20T23:55:41.824Z | Compiling ipnet v2.11.0 |
| 1456 | 2026-06-20T23:55:41.972Z | Compiling scroll_derive v0.13.1 |
| 1457 | 2026-06-20T23:55:42.036Z | Compiling darling_core v0.20.11 |
| 1458 | 2026-06-20T23:55:42.304Z | Compiling httpdate v1.0.3 |
| 1459 | 2026-06-20T23:55:42.401Z | Compiling pin-utils v0.1.0 |
| 1460 | 2026-06-20T23:55:42.463Z | Compiling openssl v0.10.79 |
| 1461 | 2026-06-20T23:55:42.521Z | Compiling foreign-types-shared v0.1.1 |
| 1462 | 2026-06-20T23:55:42.605Z | Compiling foreign-types v0.3.2 |
| 1463 | 2026-06-20T23:55:42.680Z | Compiling tempfile v3.25.0 |
| 1464 | 2026-06-20T23:55:42.760Z | Compiling scroll v0.13.0 |
| 1465 | 2026-06-20T23:55:42.964Z | Compiling unicode-normalization v0.1.25 |
| 1466 | 2026-06-20T23:55:43.039Z | Compiling openssl-macros v0.1.1 |
| 1467 | 2026-06-20T23:55:43.386Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1468 | 2026-06-20T23:55:43.415Z | Compiling socket2 v0.5.10 |
| 1469 | 2026-06-20T23:55:43.455Z | Compiling spin v0.9.8 |
| 1470 | 2026-06-20T23:55:43.628Z | Compiling time-core v0.1.8 |
| 1471 | 2026-06-20T23:55:43.764Z | Compiling num-conv v0.2.0 |
| 1472 | 2026-06-20T23:55:43.779Z | Compiling native-tls v0.2.18 |
| 1473 | 2026-06-20T23:55:43.810Z | Compiling crc32fast v1.5.0 |
| 1474 | 2026-06-20T23:55:43.899Z | Compiling powerfmt v0.2.0 |
| 1475 | 2026-06-20T23:55:43.969Z | Compiling time-macros v0.2.27 |
| 1476 | 2026-06-20T23:55:44.094Z | Compiling deranged v0.5.8 |
| 1477 | 2026-06-20T23:55:44.255Z | Compiling darling_macro v0.20.11 |
| 1478 | 2026-06-20T23:55:44.768Z | Compiling hyper v1.8.1 |
| 1479 | 2026-06-20T23:55:45.009Z | Compiling darling v0.20.11 |
| 1480 | 2026-06-20T23:55:45.090Z | Compiling goblin v0.10.5 |
| 1481 | 2026-06-20T23:55:45.117Z | Compiling rustls-native-certs v0.8.3 |
| 1482 | 2026-06-20T23:55:45.290Z | Compiling sync_wrapper v1.0.2 |
| 1483 | 2026-06-20T23:55:45.399Z | Compiling wait-timeout v0.2.1 |
| 1484 | 2026-06-20T23:55:45.413Z | Compiling syn v1.0.109 |
| 1485 | 2026-06-20T23:55:45.663Z | Compiling crossbeam-utils v0.8.21 |
| 1486 | 2026-06-20T23:55:45.703Z | Compiling num_threads v0.1.7 |
| 1487 | 2026-06-20T23:55:45.716Z | Compiling usdt-impl v0.6.0 |
| 1488 | 2026-06-20T23:55:45.796Z | Compiling siphasher v1.0.2 |
| 1489 | 2026-06-20T23:55:45.910Z | Compiling hyper-util v0.1.20 |
| 1490 | 2026-06-20T23:55:45.936Z | Compiling bit-vec v0.8.0 |
| 1491 | 2026-06-20T23:55:45.979Z | Compiling simd-adler32 v0.3.8 |
| 1492 | 2026-06-20T23:55:46.161Z | Compiling quick-error v1.2.3 |
| 1493 | 2026-06-20T23:55:46.219Z | Compiling unicode-segmentation v1.12.0 |
| 1494 | 2026-06-20T23:55:46.277Z | Compiling rusty-fork v0.3.1 |
| 1495 | 2026-06-20T23:55:46.574Z | Compiling bit-set v0.8.0 |
| 1496 | 2026-06-20T23:55:46.625Z | Compiling time v0.3.47 |
| 1497 | 2026-06-20T23:55:46.695Z | Compiling tower v0.5.3 |
| 1498 | 2026-06-20T23:55:46.730Z | Compiling derive_builder_core v0.20.2 |
| 1499 | 2026-06-20T23:55:47.144Z | Compiling dtrace-parser v0.3.0 |
| 1500 | 2026-06-20T23:55:47.257Z | Compiling http-body-util v0.1.3 |
| 1501 | 2026-06-20T23:55:47.497Z | Compiling webpki-roots v1.0.6 |
| 1502 | 2026-06-20T23:55:47.582Z | Compiling signature v2.2.0 |
| 1503 | 2026-06-20T23:55:47.607Z | Compiling thiserror-impl v1.0.69 |
| 1504 | 2026-06-20T23:55:47.619Z | Compiling scroll_derive v0.12.1 |
| 1505 | 2026-06-20T23:55:47.757Z | Compiling dof v0.4.0 |
| 1506 | 2026-06-20T23:55:47.880Z | Compiling heapless v0.7.17 |
| 1507 | 2026-06-20T23:55:48.115Z | Compiling rand_xorshift v0.4.0 |
| 1508 | 2026-06-20T23:55:48.185Z | Compiling slog v2.8.2 |
| 1509 | 2026-06-20T23:55:48.255Z | Compiling darling_core v0.21.3 |
| 1510 | 2026-06-20T23:55:48.271Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1511 | 2026-06-20T23:55:48.362Z | Compiling thread-id v5.1.0 |
| 1512 | 2026-06-20T23:55:48.445Z | Compiling cookie v0.18.1 |
| 1513 | 2026-06-20T23:55:48.544Z | Compiling unarray v0.1.4 |
| 1514 | 2026-06-20T23:55:48.622Z | Compiling unicode-properties v0.1.4 |
| 1515 | 2026-06-20T23:55:48.648Z | Compiling paste v1.0.15 |
| 1516 | 2026-06-20T23:55:48.828Z | Compiling signal-hook v0.3.18 |
| 1517 | 2026-06-20T23:55:48.843Z | Compiling adler2 v2.0.1 |
| 1518 | 2026-06-20T23:55:48.905Z | Compiling unicode-bidi v0.3.18 |
| 1519 | 2026-06-20T23:55:48.912Z | Compiling iri-string v0.7.10 |
| 1520 | 2026-06-20T23:55:48.974Z | Compiling anyhow v1.0.102 |
| 1521 | 2026-06-20T23:55:48.994Z | Compiling zstd-safe v7.2.4 |
| 1522 | 2026-06-20T23:55:49.185Z | Compiling allocator-api2 v0.2.21 |
| 1523 | 2026-06-20T23:55:49.263Z | Compiling ryu v1.0.23 |
| 1524 | 2026-06-20T23:55:49.494Z | Compiling serde_urlencoded v0.7.1 |
| 1525 | 2026-06-20T23:55:49.502Z | Compiling stringprep v0.1.5 |
| 1526 | 2026-06-20T23:55:49.533Z | Compiling miniz_oxide v0.8.9 |
| 1527 | 2026-06-20T23:55:49.592Z | Compiling thiserror v1.0.69 |
| 1528 | 2026-06-20T23:55:49.728Z | Compiling proptest v1.10.0 |
| 1529 | 2026-06-20T23:55:50.129Z | Compiling tower-http v0.6.8 |
| 1530 | 2026-06-20T23:55:50.467Z | Compiling scroll v0.12.0 |
| 1531 | 2026-06-20T23:55:50.545Z | Compiling derive_builder_macro v0.20.2 |
| 1532 | 2026-06-20T23:55:50.611Z | Compiling tokio-native-tls v0.3.1 |
| 1533 | 2026-06-20T23:55:50.727Z | Compiling heck v0.4.1 |
| 1534 | 2026-06-20T23:55:50.746Z | Compiling darling_macro v0.21.3 |
| 1535 | 2026-06-20T23:55:50.779Z | Compiling ipnetwork v0.21.1 |
| 1536 | 2026-06-20T23:55:50.943Z | Compiling bstr v1.12.1 |
| 1537 | 2026-06-20T23:55:50.970Z | Compiling rand_chacha v0.3.1 |
| 1538 | 2026-06-20T23:55:51.027Z | Compiling toml_datetime v0.6.11 |
| 1539 | 2026-06-20T23:55:51.165Z | Compiling serde_spanned v0.6.9 |
| 1540 | 2026-06-20T23:55:51.212Z | Compiling erased-serde v0.3.31 |
| 1541 | 2026-06-20T23:55:51.282Z | Compiling serde_tokenstream v0.2.3 |
| 1542 | 2026-06-20T23:55:51.309Z | Compiling md-5 v0.10.6 |
| 1543 | 2026-06-20T23:55:51.467Z | Compiling async-trait v0.1.89 |
| 1544 | 2026-06-20T23:55:51.566Z | Compiling zerocopy-derive v0.7.35 |
| 1545 | 2026-06-20T23:55:51.580Z | Compiling pin-project-internal v1.1.11 |
| 1546 | 2026-06-20T23:55:51.694Z | Compiling curve25519-dalek v4.1.3 |
| 1547 | 2026-06-20T23:55:51.757Z | Compiling vergen-lib v9.1.0 |
| 1548 | 2026-06-20T23:55:51.931Z | Compiling num-integer v0.1.46 |
| 1549 | 2026-06-20T23:55:52.017Z | Compiling hash32 v0.2.1 |
| 1550 | 2026-06-20T23:55:52.208Z | Compiling ff v0.13.1 |
| 1551 | 2026-06-20T23:55:52.248Z | Compiling memoffset v0.9.1 |
| 1552 | 2026-06-20T23:55:52.345Z | Compiling encoding_rs v0.8.35 |
| 1553 | 2026-06-20T23:55:52.411Z | Compiling zlib-rs v0.6.2 |
| 1554 | 2026-06-20T23:55:52.440Z | Compiling num-bigint-dig v0.8.6 |
| 1555 | 2026-06-20T23:55:52.466Z | Compiling litrs v1.0.0 |
| 1556 | 2026-06-20T23:55:52.633Z | Compiling psl-types v2.0.11 |
| 1557 | 2026-06-20T23:55:52.666Z | Compiling base16ct v0.2.0 |
| 1558 | 2026-06-20T23:55:52.757Z | Compiling fallible-iterator v0.2.0 |
| 1559 | 2026-06-20T23:55:52.840Z | Compiling cfg_aliases v0.2.1 |
| 1560 | 2026-06-20T23:55:52.915Z | Compiling mime v0.3.17 |
| 1561 | 2026-06-20T23:55:52.966Z | Compiling rustix v0.38.44 |
| 1562 | 2026-06-20T23:55:53.061Z | Compiling ref-cast v1.0.25 |
| 1563 | 2026-06-20T23:55:53.167Z | Compiling smoltcp v0.9.1 |
| 1564 | 2026-06-20T23:55:53.392Z | Compiling postgres-protocol v0.6.10 |
| 1565 | 2026-06-20T23:55:53.405Z | Compiling document-features v0.2.12 |
| 1566 | 2026-06-20T23:55:53.508Z | Compiling nix v0.31.2 |
| 1567 | 2026-06-20T23:55:53.807Z | Compiling sec1 v0.7.3 |
| 1568 | 2026-06-20T23:55:53.865Z | Compiling publicsuffix v2.3.0 |
| 1569 | 2026-06-20T23:55:53.925Z | Compiling pin-project v1.1.11 |
| 1570 | 2026-06-20T23:55:54.017Z | Compiling zerocopy v0.7.35 |
| 1571 | 2026-06-20T23:55:54.030Z | Compiling group v0.13.0 |
| 1572 | 2026-06-20T23:55:54.088Z | Compiling num-iter v0.1.45 |
| 1573 | 2026-06-20T23:55:54.200Z | Compiling newtype-uuid v1.3.2 |
| 1574 | 2026-06-20T23:55:54.337Z | Compiling hubpack_derive v0.1.1 |
| 1575 | 2026-06-20T23:55:54.572Z | Compiling darling v0.21.3 |
| 1576 | 2026-06-20T23:55:54.575Z | Compiling rand v0.8.6 |
| 1577 | 2026-06-20T23:55:54.600Z | Compiling oxnet v0.1.6 |
| 1578 | 2026-06-20T23:55:54.656Z | Compiling derive_builder v0.20.2 |
| 1579 | 2026-06-20T23:55:54.705Z | Compiling snafu-derive v0.8.9 |
| 1580 | 2026-06-20T23:55:54.781Z | Compiling hyper-tls v0.6.0 |
| 1581 | 2026-06-20T23:55:54.812Z | Compiling goblin v0.8.2 |
| 1582 | 2026-06-20T23:55:55.424Z | Compiling flate2 v1.1.9 |
| 1583 | 2026-06-20T23:55:55.729Z | Compiling phf_shared v0.13.1 |
| 1584 | 2026-06-20T23:55:55.851Z | Compiling lazy_static v1.5.0 |
| 1585 | 2026-06-20T23:55:55.918Z | Compiling regex v1.12.3 |
| 1586 | 2026-06-20T23:55:55.945Z | Compiling anstyle-parse v0.2.7 |
| 1587 | 2026-06-20T23:55:55.971Z | Compiling strum_macros v0.27.2 |
| 1588 | 2026-06-20T23:55:56.002Z | Compiling futures-executor v0.3.32 |
| 1589 | 2026-06-20T23:55:56.123Z | Compiling hex v0.4.3 |
| 1590 | 2026-06-20T23:55:56.257Z | Compiling hkdf v0.12.4 |
| 1591 | 2026-06-20T23:55:56.342Z | Compiling crypto-bigint v0.5.5 |
| 1592 | 2026-06-20T23:55:56.388Z | Compiling terminal_size v0.4.3 |
| 1593 | 2026-06-20T23:55:56.415Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1594 | 2026-06-20T23:55:56.524Z | Compiling ref-cast-impl v1.0.25 |
| 1595 | 2026-06-20T23:55:56.597Z | Compiling daft-derive v0.1.7 |
| 1596 | 2026-06-20T23:55:57.054Z | Compiling vergen v9.1.0 |
| 1597 | 2026-06-20T23:55:57.067Z | Compiling fs-err v3.3.0 |
| 1598 | 2026-06-20T23:55:57.232Z | Compiling cargo-platform v0.3.2 |
| 1599 | 2026-06-20T23:55:57.249Z | Compiling ahash v0.8.12 |
| 1600 | 2026-06-20T23:55:57.301Z | Compiling managed v0.8.0 |
| 1601 | 2026-06-20T23:55:57.446Z | Compiling same-file v1.0.6 |
| 1602 | 2026-06-20T23:55:57.497Z | Compiling foldhash v0.1.5 |
| 1603 | 2026-06-20T23:55:57.516Z | Compiling object v0.37.3 |
| 1604 | 2026-06-20T23:55:57.609Z | Compiling bitflags v1.3.2 |
| 1605 | 2026-06-20T23:55:57.665Z | Compiling bumpalo v3.20.2 |
| 1606 | 2026-06-20T23:55:57.683Z | Compiling foldhash v0.2.0 |
| 1607 | 2026-06-20T23:55:57.774Z | Compiling libbz2-rs-sys v0.2.2 |
| 1608 | 2026-06-20T23:55:57.904Z | Compiling winnow v0.5.40 |
| 1609 | 2026-06-20T23:55:57.918Z | Compiling zopfli v0.8.3 |
| 1610 | 2026-06-20T23:55:57.921Z | Compiling strum v0.27.2 |
| 1611 | 2026-06-20T23:55:58.056Z | Compiling hashbrown v0.16.1 |
| 1612 | 2026-06-20T23:55:58.278Z | Compiling bzip2 v0.6.1 |
| 1613 | 2026-06-20T23:55:58.462Z | Compiling clap_builder v4.6.0 |
| 1614 | 2026-06-20T23:55:58.483Z | Compiling hashbrown v0.15.5 |
| 1615 | 2026-06-20T23:55:58.564Z | Compiling walkdir v2.5.0 |
| 1616 | 2026-06-20T23:55:58.679Z | Compiling cargo_metadata v0.23.1 |
| 1617 | 2026-06-20T23:55:58.875Z | Compiling daft v0.1.7 |
| 1618 | 2026-06-20T23:55:59.020Z | Compiling elliptic-curve v0.13.8 |
| 1619 | 2026-06-20T23:55:59.218Z | Compiling toml_edit v0.19.15 |
| 1620 | 2026-06-20T23:55:59.352Z | Compiling dof v0.3.0 |
| 1621 | 2026-06-20T23:55:59.424Z | Compiling snafu v0.8.9 |
| 1622 | 2026-06-20T23:55:59.773Z | Compiling futures v0.3.32 |
| 1623 | 2026-06-20T23:55:59.858Z | Compiling anstream v0.6.21 |
| 1624 | 2026-06-20T23:56:00.129Z | Compiling phf v0.13.1 |
| 1625 | 2026-06-20T23:56:00.286Z | Compiling signal-hook-mio v0.2.5 |
| 1626 | 2026-06-20T23:56:00.406Z | Compiling cookie_store v0.22.1 |
| 1627 | 2026-06-20T23:56:00.532Z | Compiling zstd v0.13.3 |
| 1628 | 2026-06-20T23:56:00.680Z | Compiling bzip2 v0.4.4 |
| 1629 | 2026-06-20T23:56:00.793Z | Compiling hubpack v0.1.2 |
| 1630 | 2026-06-20T23:56:00.890Z | Compiling serde_with_macros v3.17.0 |
| 1631 | 2026-06-20T23:56:01.065Z | Compiling postgres-types v0.2.12 |
| 1632 | 2026-06-20T23:56:01.439Z | Compiling usdt-macro v0.6.0 |
| 1633 | 2026-06-20T23:56:01.606Z | Compiling usdt-attr-macro v0.6.0 |
| 1634 | 2026-06-20T23:56:01.879Z | Compiling globset v0.4.18 |
| 1635 | 2026-06-20T23:56:01.990Z | Compiling dtrace-parser v0.2.0 |
| 1636 | 2026-06-20T23:56:02.167Z | Compiling ed25519 v2.2.3 |
| 1637 | 2026-06-20T23:56:02.184Z | Compiling phf_shared v0.11.3 |
| 1638 | 2026-06-20T23:56:02.294Z | Compiling olpc-cjson v0.1.4 |
| 1639 | 2026-06-20T23:56:02.369Z | Compiling pkcs1 v0.7.5 |
| 1640 | 2026-06-20T23:56:02.382Z | Compiling clap_derive v4.6.1 |
| 1641 | 2026-06-20T23:56:02.451Z | Compiling strum_macros v0.26.4 |
| 1642 | 2026-06-20T23:56:02.554Z | Compiling enum-as-inner v0.6.1 |
| 1643 | 2026-06-20T23:56:02.728Z | Compiling serde_plain v1.0.2 |
| 1644 | 2026-06-20T23:56:02.763Z | Compiling serde-big-array v0.5.1 |
| 1645 | 2026-06-20T23:56:02.904Z | Compiling rfc6979 v0.4.0 |
| 1646 | 2026-06-20T23:56:02.920Z | Compiling async-recursion v1.1.1 |
| 1647 | 2026-06-20T23:56:03.030Z | Compiling serde_repr v0.1.20 |
| 1648 | 2026-06-20T23:56:03.052Z | Compiling pem v3.0.6 |
| 1649 | 2026-06-20T23:56:03.064Z | Compiling float-cmp v0.10.0 |
| 1650 | 2026-06-20T23:56:03.208Z | Compiling thread-id v4.2.2 |
| 1651 | 2026-06-20T23:56:03.291Z | Compiling memmap2 v0.9.10 |
| 1652 | 2026-06-20T23:56:03.367Z | Compiling env_filter v1.0.0 |
| 1653 | 2026-06-20T23:56:03.544Z | Compiling difflib v0.4.0 |
| 1654 | 2026-06-20T23:56:03.551Z | Compiling whoami v2.1.0 |
| 1655 | 2026-06-20T23:56:03.563Z | Compiling predicates-core v1.0.10 |
| 1656 | 2026-06-20T23:56:03.666Z | Compiling either v1.15.0 |
| 1657 | 2026-06-20T23:56:03.732Z | Compiling new_debug_unreachable v1.0.6 |
| 1658 | 2026-06-20T23:56:03.805Z | Compiling typed-path v0.9.3 |
| 1659 | 2026-06-20T23:56:03.871Z | Compiling fixedbitset v0.4.2 |
| 1660 | 2026-06-20T23:56:03.909Z | Compiling static_assertions v1.1.0 |
| 1661 | 2026-06-20T23:56:03.983Z | Compiling precomputed-hash v0.1.1 |
| 1662 | 2026-06-20T23:56:04.047Z | Compiling fixedbitset v0.5.7 |
| 1663 | 2026-06-20T23:56:04.073Z | Compiling normalize-line-endings v0.3.0 |
| 1664 | 2026-06-20T23:56:04.085Z | Compiling jiff v0.2.21 |
| 1665 | 2026-06-20T23:56:04.121Z | Compiling data-encoding v2.10.0 |
| 1666 | 2026-06-20T23:56:04.161Z | Compiling keccak v0.1.6 |
| 1667 | 2026-06-20T23:56:04.164Z | Compiling strum v0.26.3 |
| 1668 | 2026-06-20T23:56:04.301Z | Compiling petgraph v0.8.3 |
| 1669 | 2026-06-20T23:56:04.344Z | Compiling sha3 v0.10.8 |
| 1670 | 2026-06-20T23:56:04.849Z | Compiling hickory-proto v0.25.2 |
| 1671 | 2026-06-20T23:56:04.879Z | Compiling predicates v3.1.4 |
| 1672 | 2026-06-20T23:56:05.015Z | Compiling clap v4.6.1 |
| 1673 | 2026-06-20T23:56:05.047Z | Compiling string_cache v0.8.9 |
| 1674 | 2026-06-20T23:56:05.097Z | Compiling petgraph v0.6.5 |
| 1675 | 2026-06-20T23:56:05.274Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1676 | 2026-06-20T23:56:05.549Z | Compiling toml_edit v0.22.27 |
| 1677 | 2026-06-20T23:56:05.694Z | Compiling itertools v0.13.0 |
| 1678 | 2026-06-20T23:56:06.280Z | Compiling tokio-postgres v0.7.16 |
| 1679 | 2026-06-20T23:56:06.558Z | Compiling env_logger v0.11.9 |
| 1680 | 2026-06-20T23:56:06.903Z | Compiling zip v4.6.1 |
| 1681 | 2026-06-20T23:56:06.915Z | Compiling usdt v0.6.0 |
| 1682 | 2026-06-20T23:56:07.170Z | Compiling usdt-impl v0.5.0 |
| 1683 | 2026-06-20T23:56:07.745Z | Compiling ecdsa v0.16.9 |
| 1684 | 2026-06-20T23:56:07.836Z | Compiling rsa v0.9.10 |
| 1685 | 2026-06-20T23:56:08.054Z | Compiling ed25519-dalek v2.2.0 |
| 1686 | 2026-06-20T23:56:08.133Z | Compiling serde_with v3.17.0 |
| 1687 | 2026-06-20T23:56:08.190Z | Compiling crossterm v0.28.1 |
| 1688 | 2026-06-20T23:56:08.440Z | Compiling zip v0.6.6 |
| 1689 | 2026-06-20T23:56:08.707Z | Compiling toml v0.7.8 |
| 1690 | 2026-06-20T23:56:09.325Z | Compiling iddqd v0.4.2 |
| 1691 | 2026-06-20T23:56:09.714Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1692 | 2026-06-20T23:56:09.730Z | Compiling similar v2.7.0 |
| 1693 | 2026-06-20T23:56:09.824Z | Compiling crossbeam-epoch v0.9.18 |
| 1694 | 2026-06-20T23:56:09.861Z | Compiling tokio-stream v0.1.18 |
| 1695 | 2026-06-20T23:56:10.153Z | Compiling buf-list v1.1.2 |
| 1696 | 2026-06-20T23:56:10.333Z | Compiling x509-cert v0.2.5 |
| 1697 | 2026-06-20T23:56:10.346Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1698 | 2026-06-20T23:56:10.427Z | Compiling openapiv3 v2.2.0 |
| 1699 | 2026-06-20T23:56:10.596Z | Compiling sha1 v0.10.6 |
| 1700 | 2026-06-20T23:56:10.622Z | Compiling lalrpop-util v0.19.12 |
| 1701 | 2026-06-20T23:56:10.645Z | Compiling peg-runtime v0.8.5 |
| 1702 | 2026-06-20T23:56:10.813Z | Compiling thread_local v1.1.9 |
| 1703 | 2026-06-20T23:56:10.813Z | Compiling slog-async v2.8.0 |
| 1704 | 2026-06-20T23:56:10.927Z | Compiling crossbeam-channel v0.5.15 |
| 1705 | 2026-06-20T23:56:11.061Z | Compiling filetime v0.2.27 |
| 1706 | 2026-06-20T23:56:11.135Z | Compiling is-terminal v0.4.17 |
| 1707 | 2026-06-20T23:56:11.157Z | Compiling take_mut v0.2.2 |
| 1708 | 2026-06-20T23:56:11.229Z | Compiling term v1.2.1 |
| 1709 | 2026-06-20T23:56:11.234Z | Compiling xattr v1.6.1 |
| 1710 | 2026-06-20T23:56:11.370Z | Compiling tar v0.4.45 |
| 1711 | 2026-06-20T23:56:11.737Z | Compiling slog-term v2.9.2 |
| 1712 | 2026-06-20T23:56:21.467Z | Compiling rustls-webpki v0.103.9 |
| 1713 | 2026-06-20T23:56:24.219Z | Compiling tokio-rustls v0.26.4 |
| 1714 | 2026-06-20T23:56:24.219Z | Compiling rustls-platform-verifier v0.6.2 |
| 1715 | 2026-06-20T23:56:24.426Z | Compiling hyper-rustls v0.27.7 |
| 1716 | 2026-06-20T23:56:24.628Z | Compiling reqwest v0.12.28 |
| 1717 | 2026-06-20T23:56:24.642Z | Compiling reqwest v0.13.2 |
| 1718 | 2026-06-20T23:56:25.879Z | Compiling tough v0.22.0 |
| 1719 | 2026-06-20T23:56:28.498Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1720 | 2026-06-20T23:56:28.639Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1721 | 2026-06-20T23:56:31.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s |
| 1722 | 2026-06-20T23:56:31.667Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1723 | 2026-06-20T23:56:31.758Z | Jun 20 23:56:30.092 INFO Starting download, target: Console |
| 1724 | 2026-06-20T23:56:31.758Z | Jun 20 23:56:30.093 INFO Starting download, target: Clickhouse |
| 1725 | 2026-06-20T23:56:31.758Z | Jun 20 23:56:30.093 INFO Starting download, target: Cockroach |
| 1726 | 2026-06-20T23:56:31.787Z | Jun 20 23:56:30.093 INFO Starting download, target: DendriteStub |
| 1727 | 2026-06-20T23:56:31.787Z | Jun 20 23:56:30.093 INFO Starting download, target: MaghemiteMgd |
| 1728 | 2026-06-20T23:56:31.787Z | Jun 20 23:56:30.093 INFO Starting download, target: MaghemiteDdmd |
| 1729 | 2026-06-20T23:56:31.787Z | Jun 20 23:56:30.093 INFO Starting download, target: TransceiverControl |
| 1730 | 2026-06-20T23:56:31.787Z | Jun 20 23:56:30.093 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1731 | 2026-06-20T23:56:31.788Z | Jun 20 23:56:30.093 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1732 | 2026-06-20T23:56:31.788Z | Jun 20 23:56:30.093 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1733 | 2026-06-20T23:56:31.788Z | Jun 20 23:56:30.093 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1734 | 2026-06-20T23:56:31.788Z | Jun 20 23:56:30.093 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1735 | 2026-06-20T23:56:31.788Z | Jun 20 23:56:30.093 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1736 | 2026-06-20T23:56:31.788Z | Jun 20 23:56:30.093 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1737 | 2026-06-20T23:56:32.814Z | Jun 20 23:56:31.143 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1738 | 2026-06-20T23:56:32.974Z | Jun 20 23:56:31.371 INFO Download complete, target: Console |
| 1739 | 2026-06-20T23:56:33.328Z | Jun 20 23:56:31.716 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1740 | 2026-06-20T23:56:33.466Z | Jun 20 23:56:31.826 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1741 | 2026-06-20T23:56:33.521Z | Jun 20 23:56:31.921 INFO Download complete, target: TransceiverControl |
| 1742 | 2026-06-20T23:56:36.753Z | Jun 20 23:56:35.122 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1743 | 2026-06-20T23:56:37.286Z | Jun 20 23:56:35.680 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1744 | 2026-06-20T23:56:37.839Z | Jun 20 23:56:36.235 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1745 | 2026-06-20T23:56:38.116Z | Jun 20 23:56:36.518 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1746 | 2026-06-20T23:56:38.116Z | Jun 20 23:56:36.518 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1747 | 2026-06-20T23:56:38.538Z | Jun 20 23:56:36.942 INFO Download complete, target: MaghemiteDdmd |
| 1748 | 2026-06-20T23:56:39.802Z | Jun 20 23:56:38.205 INFO Download complete, target: DendriteStub |
| 1749 | 2026-06-20T23:56:40.124Z | Jun 20 23:56:38.527 INFO Checking that binary works, target: Clickhouse |
| 1750 | 2026-06-20T23:56:40.242Z | Jun 20 23:56:38.645 INFO Download complete, target: Clickhouse |
| 1751 | 2026-06-20T23:56:40.328Z | Jun 20 23:56:38.731 INFO Download complete, target: MaghemiteMgd |
| 1752 | 2026-06-20T23:56:42.717Z | Jun 20 23:56:41.118 INFO Checking that binary works, target: Cockroach |
| 1753 | 2026-06-20T23:56:42.836Z | Jun 20 23:56:41.235 INFO Download complete, target: Cockroach |
| 1754 | 2026-06-20T23:56:42.855Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1755 | 2026-06-20T23:56:42.861Z | |
| 1756 | 2026-06-20T23:56:42.861Z | real 2:35.793686376 |
| 1757 | 2026-06-20T23:56:42.861Z | user 6:49.038278748 |
| 1758 | 2026-06-20T23:56:42.861Z | sys 1:22.005075416 |
| 1759 | 2026-06-20T23:56:42.861Z | trap 0.224154528 |
| 1760 | 2026-06-20T23:56:42.861Z | tflt 0.553392031 |
| 1761 | 2026-06-20T23:56:42.861Z | dflt 0.535543265 |
| 1762 | 2026-06-20T23:56:42.861Z | kflt 0.023026567 |
| 1763 | 2026-06-20T23:56:42.861Z | lock 22:04.101152274 |
| 1764 | 2026-06-20T23:56:42.861Z | slp 22:02.189099867 |
| 1765 | 2026-06-20T23:56:42.861Z | lat 44.209569326 |
| 1766 | 2026-06-20T23:56:42.861Z | stop 1:49.038833412 |
| 1767 | 2026-06-20T23:56:42.861Z | + banner clippy |
| 1768 | 2026-06-20T23:56:42.861Z | |
| 1769 | 2026-06-20T23:56:42.861Z | #### # # ##### ##### # # |
| 1770 | 2026-06-20T23:56:42.861Z | # # # # # # # # # # |
| 1771 | 2026-06-20T23:56:42.861Z | # # # # # # # # |
| 1772 | 2026-06-20T23:56:42.861Z | # # # ##### ##### # |
| 1773 | 2026-06-20T23:56:42.861Z | # # # # # # # |
| 1774 | 2026-06-20T23:56:42.861Z | #### ###### # # # # |
| 1775 | 2026-06-20T23:56:42.861Z | |
| 1776 | 2026-06-20T23:56:42.861Z | + export CARGO_INCREMENTAL=0 |
| 1777 | 2026-06-20T23:56:42.861Z | + CARGO_INCREMENTAL=0 |
| 1778 | 2026-06-20T23:56:42.861Z | + ptime -m cargo xtask clippy |
| 1779 | 2026-06-20T23:56:43.297Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1780 | 2026-06-20T23:56:43.510Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1781 | 2026-06-20T23:56:45.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s |
| 1782 | 2026-06-20T23:56:45.410Z | Running `target/debug/xtask clippy` |
| 1783 | 2026-06-20T23:56:45.434Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1784 | 2026-06-20T23:56:45.979Z | Downloading crates ... |
| 1785 | 2026-06-20T23:56:46.176Z | Downloaded addr2line v0.25.1 |
| 1786 | 2026-06-20T23:56:46.181Z | Downloaded constant_time_eq v0.3.1 |
| 1787 | 2026-06-20T23:56:46.181Z | Downloaded futures-timer v3.0.3 |
| 1788 | 2026-06-20T23:56:46.188Z | Downloaded httptest v0.16.4 |
| 1789 | 2026-06-20T23:56:46.188Z | Downloaded anes v0.1.6 |
| 1790 | 2026-06-20T23:56:46.197Z | Downloaded miette-derive v5.10.0 |
| 1791 | 2026-06-20T23:56:46.218Z | Downloaded assert-json-diff v2.0.2 |
| 1792 | 2026-06-20T23:56:46.218Z | Downloaded linkme v0.3.35 |
| 1793 | 2026-06-20T23:56:46.218Z | Downloaded datatest-stable v0.3.3 |
| 1794 | 2026-06-20T23:56:46.218Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1795 | 2026-06-20T23:56:46.218Z | Downloaded event-listener-strategy v0.5.4 |
| 1796 | 2026-06-20T23:56:46.218Z | Downloaded async-lock v3.4.2 |
| 1797 | 2026-06-20T23:56:46.218Z | Downloaded approx v0.5.1 |
| 1798 | 2026-06-20T23:56:46.250Z | Downloaded linkme-impl v0.3.35 |
| 1799 | 2026-06-20T23:56:46.250Z | Downloaded async-object-pool v0.2.0 |
| 1800 | 2026-06-20T23:56:46.250Z | Downloaded plotters-svg v0.3.7 |
| 1801 | 2026-06-20T23:56:46.250Z | Downloaded supports-color v2.1.0 |
| 1802 | 2026-06-20T23:56:46.250Z | Downloaded terminal_size v0.1.17 |
| 1803 | 2026-06-20T23:56:46.250Z | Downloaded fancy-regex v0.14.0 |
| 1804 | 2026-06-20T23:56:46.250Z | Downloaded escape8259 v0.5.3 |
| 1805 | 2026-06-20T23:56:46.250Z | Downloaded criterion-plot v0.6.0 |
| 1806 | 2026-06-20T23:56:46.251Z | Downloaded cast v0.3.0 |
| 1807 | 2026-06-20T23:56:46.251Z | Downloaded similar-asserts v1.7.0 |
| 1808 | 2026-06-20T23:56:46.251Z | Downloaded plotters-backend v0.3.7 |
| 1809 | 2026-06-20T23:56:46.272Z | Downloaded tokio-test v0.4.5 |
| 1810 | 2026-06-20T23:56:46.272Z | Downloaded relative-path v1.9.3 |
| 1811 | 2026-06-20T23:56:46.272Z | Downloaded backtrace-ext v0.2.1 |
| 1812 | 2026-06-20T23:56:46.273Z | Downloaded event-listener v5.4.1 |
| 1813 | 2026-06-20T23:56:46.273Z | Downloaded target-triple v1.0.0 |
| 1814 | 2026-06-20T23:56:46.273Z | Downloaded parking v2.2.1 |
| 1815 | 2026-06-20T23:56:46.273Z | Downloaded nested v0.1.1 |
| 1816 | 2026-06-20T23:56:46.273Z | Downloaded assert_cmd v2.1.2 |
| 1817 | 2026-06-20T23:56:46.273Z | Downloaded knuffel-derive v3.2.0 |
| 1818 | 2026-06-20T23:56:46.305Z | Downloaded supports-unicode v2.1.0 |
| 1819 | 2026-06-20T23:56:46.305Z | Downloaded pathdiff v0.2.3 |
| 1820 | 2026-06-20T23:56:46.305Z | Downloaded supports-hyperlinks v2.1.0 |
| 1821 | 2026-06-20T23:56:46.305Z | Downloaded serde_regex v1.1.0 |
| 1822 | 2026-06-20T23:56:46.305Z | Downloaded concurrent-queue v2.5.0 |
| 1823 | 2026-06-20T23:56:46.305Z | Downloaded blake2b_simd v1.0.4 |
| 1824 | 2026-06-20T23:56:46.305Z | Downloaded path-tree v0.8.3 |
| 1825 | 2026-06-20T23:56:46.352Z | Downloaded termcolor v1.4.1 |
| 1826 | 2026-06-20T23:56:46.352Z | Downloaded rust-argon2 v2.1.0 |
| 1827 | 2026-06-20T23:56:46.352Z | Downloaded partial-io v0.5.4 |
| 1828 | 2026-06-20T23:56:46.352Z | Downloaded target-lexicon v0.13.3 |
| 1829 | 2026-06-20T23:56:46.352Z | Downloaded owo-colors v3.5.0 |
| 1830 | 2026-06-20T23:56:46.353Z | Downloaded libtest-mimic v0.8.1 |
| 1831 | 2026-06-20T23:56:46.353Z | Downloaded tinytemplate v1.2.1 |
| 1832 | 2026-06-20T23:56:46.353Z | Downloaded stringmetrics v2.2.2 |
| 1833 | 2026-06-20T23:56:46.353Z | Downloaded rustc-demangle v0.1.27 |
| 1834 | 2026-06-20T23:56:46.353Z | Downloaded trybuild v1.0.116 |
| 1835 | 2026-06-20T23:56:46.353Z | Downloaded textwrap v0.15.2 |
| 1836 | 2026-06-20T23:56:46.353Z | Downloaded cfg-expr v0.20.6 |
| 1837 | 2026-06-20T23:56:46.353Z | Downloaded target-spec v3.5.7 |
| 1838 | 2026-06-20T23:56:46.353Z | Downloaded hickory-client v0.25.2 |
| 1839 | 2026-06-20T23:56:46.353Z | Downloaded oorandom v11.1.5 |
| 1840 | 2026-06-20T23:56:46.353Z | Downloaded chumsky v0.9.3 |
| 1841 | 2026-06-20T23:56:46.467Z | Downloaded miette v5.10.0 |
| 1842 | 2026-06-20T23:56:46.467Z | Downloaded backtrace v0.3.76 |
| 1843 | 2026-06-20T23:56:46.468Z | Downloaded knuffel v3.2.0 |
| 1844 | 2026-06-20T23:56:46.468Z | Downloaded rstest v0.25.0 |
| 1845 | 2026-06-20T23:56:46.468Z | Downloaded rstest_macros v0.25.0 |
| 1846 | 2026-06-20T23:56:46.468Z | Downloaded rand_distr v0.5.1 |
| 1847 | 2026-06-20T23:56:46.468Z | Downloaded guppy v0.17.25 |
| 1848 | 2026-06-20T23:56:46.468Z | Downloaded criterion v0.7.0 |
| 1849 | 2026-06-20T23:56:46.468Z | Downloaded hashbrown v0.14.5 |
| 1850 | 2026-06-20T23:56:46.468Z | Downloaded plotters v0.3.7 |
| 1851 | 2026-06-20T23:56:46.468Z | Downloaded gimli v0.32.3 |
| 1852 | 2026-06-20T23:56:46.561Z | Downloaded httpmock v0.8.3 |
| 1853 | 2026-06-20T23:56:48.180Z | Checking cfg-if v1.0.4 |
| 1854 | 2026-06-20T23:56:48.501Z | Checking libc v0.2.185 |
| 1855 | 2026-06-20T23:56:48.566Z | Checking serde_core v1.0.228 |
| 1856 | 2026-06-20T23:56:48.573Z | Checking memchr v2.8.0 |
| 1857 | 2026-06-20T23:56:48.622Z | Checking smallvec v1.15.1 |
| 1858 | 2026-06-20T23:56:48.651Z | Checking itoa v1.0.17 |
| 1859 | 2026-06-20T23:56:48.683Z | Checking log v0.4.29 |
| 1860 | 2026-06-20T23:56:48.727Z | Checking libm v0.2.16 |
| 1861 | 2026-06-20T23:56:48.736Z | Checking zeroize v1.8.2 |
| 1862 | 2026-06-20T23:56:48.831Z | Checking scopeguard v1.2.0 |
| 1863 | 2026-06-20T23:56:48.859Z | Checking stable_deref_trait v1.2.1 |
| 1864 | 2026-06-20T23:56:48.898Z | Checking zmij v1.0.21 |
| 1865 | 2026-06-20T23:56:48.933Z | Checking errno v0.3.14 |
| 1866 | 2026-06-20T23:56:48.973Z | Checking getrandom v0.2.17 |
| 1867 | 2026-06-20T23:56:49.000Z | Checking lock_api v0.4.14 |
| 1868 | 2026-06-20T23:56:49.040Z | Checking zerofrom v0.1.6 |
| 1869 | 2026-06-20T23:56:49.070Z | Checking percent-encoding v2.3.2 |
| 1870 | 2026-06-20T23:56:49.106Z | Checking writeable v0.6.2 |
| 1871 | 2026-06-20T23:56:49.140Z | Checking litemap v0.8.1 |
| 1872 | 2026-06-20T23:56:49.176Z | Checking yoke v0.8.1 |
| 1873 | 2026-06-20T23:56:49.211Z | Checking icu_normalizer_data v2.1.1 |
| 1874 | 2026-06-20T23:56:49.247Z | Checking icu_properties_data v2.1.2 |
| 1875 | 2026-06-20T23:56:49.284Z | Checking subtle v2.6.1 |
| 1876 | 2026-06-20T23:56:49.287Z | Checking form_urlencoded v1.2.2 |
| 1877 | 2026-06-20T23:56:49.350Z | Checking utf8_iter v1.0.4 |
| 1878 | 2026-06-20T23:56:49.353Z | Checking rand_core v0.6.4 |
| 1879 | 2026-06-20T23:56:49.417Z | Checking zerovec v0.11.5 |
| 1880 | 2026-06-20T23:56:49.420Z | Checking zerotrie v0.2.3 |
| 1881 | 2026-06-20T23:56:49.484Z | Checking num-traits v0.2.19 |
| 1882 | 2026-06-20T23:56:49.519Z | Checking pin-project-lite v0.2.17 |
| 1883 | 2026-06-20T23:56:49.554Z | Checking zerocopy v0.8.40 |
| 1884 | 2026-06-20T23:56:49.592Z | Checking rand_core v0.10.0 |
| 1885 | 2026-06-20T23:56:49.633Z | Checking parking_lot_core v0.9.12 |
| 1886 | 2026-06-20T23:56:49.676Z | Checking portable-atomic v1.13.1 |
| 1887 | 2026-06-20T23:56:49.717Z | Checking signal-hook-registry v1.4.8 |
| 1888 | 2026-06-20T23:56:49.759Z | Checking getrandom v0.4.1 |
| 1889 | 2026-06-20T23:56:49.842Z | Checking parking_lot v0.12.5 |
| 1890 | 2026-06-20T23:56:49.877Z | Checking tinystr v0.8.2 |
| 1891 | 2026-06-20T23:56:49.909Z | Checking potential_utf v0.1.4 |
| 1892 | 2026-06-20T23:56:49.945Z | Checking critical-section v1.2.0 |
| 1893 | 2026-06-20T23:56:50.012Z | Checking serde v1.0.228 |
| 1894 | 2026-06-20T23:56:50.047Z | Checking serde_json v1.0.149 |
| 1895 | 2026-06-20T23:56:50.080Z | Checking bitflags v2.11.0 |
| 1896 | 2026-06-20T23:56:50.083Z | Checking icu_locale_core v2.1.1 |
| 1897 | 2026-06-20T23:56:50.111Z | Checking icu_collections v2.1.1 |
| 1898 | 2026-06-20T23:56:50.183Z | Checking once_cell v1.21.3 |
| 1899 | 2026-06-20T23:56:50.220Z | Checking mio v1.2.0 |
| 1900 | 2026-06-20T23:56:50.278Z | Checking typenum v1.19.0 |
| 1901 | 2026-06-20T23:56:50.390Z | Checking socket2 v0.6.3 |
| 1902 | 2026-06-20T23:56:50.430Z | Checking bytes v1.11.1 |
| 1903 | 2026-06-20T23:56:50.485Z | Checking iana-time-zone v0.1.65 |
| 1904 | 2026-06-20T23:56:50.545Z | Checking uuid v1.23.0 |
| 1905 | 2026-06-20T23:56:50.619Z | Checking chrono v0.4.44 |
| 1906 | 2026-06-20T23:56:50.658Z | Checking thiserror v2.0.18 |
| 1907 | 2026-06-20T23:56:50.694Z | Checking icu_provider v2.1.1 |
| 1908 | 2026-06-20T23:56:50.729Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1909 | 2026-06-20T23:56:50.787Z | Checking semver v1.0.28 |
| 1910 | 2026-06-20T23:56:50.850Z | Checking generic-array v0.14.7 |
| 1911 | 2026-06-20T23:56:50.917Z | Checking tokio v1.52.1 |
| 1912 | 2026-06-20T23:56:50.920Z | Checking futures-core v0.3.32 |
| 1913 | 2026-06-20T23:56:50.983Z | Checking icu_properties v2.1.2 |
| 1914 | 2026-06-20T23:56:51.021Z | Checking icu_normalizer v2.1.1 |
| 1915 | 2026-06-20T23:56:51.098Z | Checking dyn-clone v1.0.20 |
| 1916 | 2026-06-20T23:56:51.139Z | Checking const-oid v0.9.6 |
| 1917 | 2026-06-20T23:56:51.227Z | Checking equivalent v1.0.2 |
| 1918 | 2026-06-20T23:56:51.334Z | Checking crypto-common v0.1.7 |
| 1919 | 2026-06-20T23:56:51.355Z | Checking block-buffer v0.10.4 |
| 1920 | 2026-06-20T23:56:51.388Z | Checking rustix v1.1.3 |
| 1921 | 2026-06-20T23:56:51.471Z | Checking futures-sink v0.3.32 |
| 1922 | 2026-06-20T23:56:51.521Z | Checking byteorder v1.5.0 |
| 1923 | 2026-06-20T23:56:51.557Z | Checking futures-task v0.3.32 |
| 1924 | 2026-06-20T23:56:51.597Z | Checking futures-channel v0.3.32 |
| 1925 | 2026-06-20T23:56:51.721Z | Checking slab v0.4.12 |
| 1926 | 2026-06-20T23:56:51.756Z | Checking futures-io v0.3.32 |
| 1927 | 2026-06-20T23:56:51.813Z | Checking cpufeatures v0.2.17 |
| 1928 | 2026-06-20T23:56:51.851Z | Checking digest v0.10.7 |
| 1929 | 2026-06-20T23:56:51.854Z | Checking idna_adapter v1.2.1 |
| 1930 | 2026-06-20T23:56:51.917Z | Checking thiserror v1.0.69 |
| 1931 | 2026-06-20T23:56:51.922Z | Checking futures-util v0.3.32 |
| 1932 | 2026-06-20T23:56:51.922Z | Checking hashbrown v0.17.0 |
| 1933 | 2026-06-20T23:56:52.025Z | Checking idna v1.1.0 |
| 1934 | 2026-06-20T23:56:52.062Z | Checking getrandom v0.3.4 |
| 1935 | 2026-06-20T23:56:52.098Z | Checking fnv v1.0.7 |
| 1936 | 2026-06-20T23:56:52.218Z | Checking regex-syntax v0.8.10 |
| 1937 | 2026-06-20T23:56:52.255Z | Checking http v1.4.0 |
| 1938 | 2026-06-20T23:56:52.258Z | Checking tracing-core v0.1.36 |
| 1939 | 2026-06-20T23:56:52.320Z | Checking url v2.5.8 |
| 1940 | 2026-06-20T23:56:52.354Z | Checking ppv-lite86 v0.2.21 |
| 1941 | 2026-06-20T23:56:52.431Z | Checking indexmap v2.14.0 |
| 1942 | 2026-06-20T23:56:52.619Z | Checking base64 v0.22.1 |
| 1943 | 2026-06-20T23:56:52.670Z | Checking utf8parse v0.2.2 |
| 1944 | 2026-06-20T23:56:52.778Z | Checking schemars v0.8.22 |
| 1945 | 2026-06-20T23:56:52.814Z | Checking tracing v0.1.44 |
| 1946 | 2026-06-20T23:56:52.847Z | Checking anstyle v1.0.14 |
| 1947 | 2026-06-20T23:56:52.884Z | Checking is_terminal_polyfill v1.70.2 |
| 1948 | 2026-06-20T23:56:53.003Z | Checking anstyle-query v1.1.5 |
| 1949 | 2026-06-20T23:56:53.037Z | Checking colorchoice v1.0.4 |
| 1950 | 2026-06-20T23:56:53.070Z | Checking base64ct v1.8.3 |
| 1951 | 2026-06-20T23:56:53.075Z | Checking block-padding v0.3.3 |
| 1952 | 2026-06-20T23:56:53.135Z | Checking ipnet v2.11.0 |
| 1953 | 2026-06-20T23:56:53.169Z | Checking untrusted v0.9.0 |
| 1954 | 2026-06-20T23:56:53.258Z | Checking inout v0.1.4 |
| 1955 | 2026-06-20T23:56:53.306Z | Checking ring v0.17.14 |
| 1956 | 2026-06-20T23:56:53.340Z | Checking anstyle-parse v1.0.0 |
| 1957 | 2026-06-20T23:56:53.413Z | Checking terminal_size v0.4.3 |
| 1958 | 2026-06-20T23:56:53.449Z | Checking cipher v0.4.4 |
| 1959 | 2026-06-20T23:56:53.454Z | Checking aho-corasick v1.1.4 |
| 1960 | 2026-06-20T23:56:53.517Z | Checking crossbeam-utils v0.8.21 |
| 1961 | 2026-06-20T23:56:53.548Z | Checking unicode-ident v1.0.24 |
| 1962 | 2026-06-20T23:56:53.552Z | Checking anstream v1.0.0 |
| 1963 | 2026-06-20T23:56:53.687Z | Checking proc-macro2 v1.0.106 |
| 1964 | 2026-06-20T23:56:53.690Z | Checking clap_lex v1.0.0 |
| 1965 | 2026-06-20T23:56:53.802Z | Checking strsim v0.11.1 |
| 1966 | 2026-06-20T23:56:53.870Z | Checking pem-rfc7468 v0.7.0 |
| 1967 | 2026-06-20T23:56:53.874Z | Checking sha2 v0.10.9 |
| 1968 | 2026-06-20T23:56:53.936Z | Checking rustls-pki-types v1.14.0 |
| 1969 | 2026-06-20T23:56:53.990Z | Checking clap_builder v4.6.0 |
| 1970 | 2026-06-20T23:56:54.025Z | Checking quote v1.0.45 |
| 1971 | 2026-06-20T23:56:54.059Z | Checking httparse v1.10.1 |
| 1972 | 2026-06-20T23:56:54.112Z | Checking tokio-util v0.7.18 |
| 1973 | 2026-06-20T23:56:54.163Z | Checking regex-automata v0.4.14 |
| 1974 | 2026-06-20T23:56:54.201Z | Checking powerfmt v0.2.0 |
| 1975 | 2026-06-20T23:56:54.237Z | Checking syn v2.0.117 |
| 1976 | 2026-06-20T23:56:54.269Z | Checking rand_core v0.9.5 |
| 1977 | 2026-06-20T23:56:54.306Z | Checking hmac v0.12.1 |
| 1978 | 2026-06-20T23:56:54.309Z | Checking num-conv v0.2.0 |
| 1979 | 2026-06-20T23:56:54.376Z | Checking deranged v0.5.8 |
| 1980 | 2026-06-20T23:56:54.466Z | Checking num_threads v0.1.7 |
| 1981 | 2026-06-20T23:56:54.500Z | Checking time-core v0.1.8 |
| 1982 | 2026-06-20T23:56:54.503Z | Checking erased-serde v0.3.31 |
| 1983 | 2026-06-20T23:56:54.579Z | Checking flagset v0.4.7 |
| 1984 | 2026-06-20T23:56:54.701Z | Checking http-body v1.0.1 |
| 1985 | 2026-06-20T23:56:54.736Z | Checking der v0.7.10 |
| 1986 | 2026-06-20T23:56:54.770Z | Checking atomic-waker v1.1.2 |
| 1987 | 2026-06-20T23:56:54.859Z | Checking allocator-api2 v0.2.21 |
| 1988 | 2026-06-20T23:56:54.896Z | Checking rand_chacha v0.9.0 |
| 1989 | 2026-06-20T23:56:54.932Z | Checking slog v2.8.2 |
| 1990 | 2026-06-20T23:56:55.124Z | Checking anyhow v1.0.102 |
| 1991 | 2026-06-20T23:56:55.165Z | Checking httpdate v1.0.3 |
| 1992 | 2026-06-20T23:56:55.215Z | Checking try-lock v0.2.5 |
| 1993 | 2026-06-20T23:56:55.251Z | Checking clap v4.6.1 |
| 1994 | 2026-06-20T23:56:55.308Z | Checking time v0.3.47 |
| 1995 | 2026-06-20T23:56:55.343Z | Checking want v0.3.1 |
| 1996 | 2026-06-20T23:56:55.348Z | Checking rand v0.9.2 |
| 1997 | 2026-06-20T23:56:55.374Z | Checking h2 v0.4.13 |
| 1998 | 2026-06-20T23:56:55.440Z | Checking spin v0.9.8 |
| 1999 | 2026-06-20T23:56:55.477Z | Checking tower-layer v0.3.3 |
| 2000 | 2026-06-20T23:56:55.513Z | Checking tower-service v0.3.3 |
| 2001 | 2026-06-20T23:56:55.629Z | Checking ryu v1.0.23 |
| 2002 | 2026-06-20T23:56:55.664Z | Checking pin-utils v0.1.0 |
| 2003 | 2026-06-20T23:56:55.669Z | Checking ipnetwork v0.21.1 |
| 2004 | 2026-06-20T23:56:55.764Z | Checking socket2 v0.5.10 |
| 2005 | 2026-06-20T23:56:55.800Z | Checking fastrand v2.3.0 |
| 2006 | 2026-06-20T23:56:55.876Z | Checking mime v0.3.17 |
| 2007 | 2026-06-20T23:56:55.946Z | Checking spki v0.7.3 |
| 2008 | 2026-06-20T23:56:55.981Z | Checking pbkdf2 v0.12.2 |
| 2009 | 2026-06-20T23:56:56.016Z | Checking aes v0.8.4 |
| 2010 | 2026-06-20T23:56:56.048Z | Checking http-body-util v0.1.3 |
| 2011 | 2026-06-20T23:56:56.082Z | Checking cbc v0.1.2 |
| 2012 | 2026-06-20T23:56:56.117Z | Checking salsa20 v0.10.2 |
| 2013 | 2026-06-20T23:56:56.152Z | Checking rand_chacha v0.3.1 |
| 2014 | 2026-06-20T23:56:56.240Z | Checking hex v0.4.3 |
| 2015 | 2026-06-20T23:56:56.278Z | Checking aws-lc-sys v0.40.0 |
| 2016 | 2026-06-20T23:56:56.313Z | Checking simd-adler32 v0.3.8 |
| 2017 | 2026-06-20T23:56:56.384Z | Checking pretty-hex v0.4.1 |
| 2018 | 2026-06-20T23:56:56.433Z | Checking untrusted v0.7.1 |
| 2019 | 2026-06-20T23:56:56.475Z | Checking rand v0.8.6 |
| 2020 | 2026-06-20T23:56:56.510Z | Checking scrypt v0.11.0 |
| 2021 | 2026-06-20T23:56:56.513Z | Checking tempfile v3.25.0 |
| 2022 | 2026-06-20T23:56:56.575Z | Checking adler2 v2.0.1 |
| 2023 | 2026-06-20T23:56:56.578Z | Checking openssl-probe v0.2.1 |
| 2024 | 2026-06-20T23:56:56.578Z | Checking plain v0.2.3 |
| 2025 | 2026-06-20T23:56:56.673Z | Checking pkcs5 v0.7.1 |
| 2026 | 2026-06-20T23:56:56.710Z | Checking miniz_oxide v0.8.9 |
| 2027 | 2026-06-20T23:56:56.744Z | Checking regex v1.12.3 |
| 2028 | 2026-06-20T23:56:56.778Z | Checking serde_urlencoded v0.7.1 |
| 2029 | 2026-06-20T23:56:56.781Z | Checking encoding_rs v0.8.35 |
| 2030 | 2026-06-20T23:56:56.845Z | Checking aws-lc-rs v1.16.3 |
| 2031 | 2026-06-20T23:56:56.946Z | Checking ucd-trie v0.1.7 |
| 2032 | 2026-06-20T23:56:57.005Z | Checking pkcs8 v0.10.2 |
| 2033 | 2026-06-20T23:56:57.033Z | Checking camino v1.2.2 |
| 2034 | 2026-06-20T23:56:57.068Z | Checking rustls-native-certs v0.8.3 |
| 2035 | 2026-06-20T23:56:57.103Z | Checking oxnet v0.1.6 |
| 2036 | 2026-06-20T23:56:57.106Z | Checking pest v2.8.6 |
| 2037 | 2026-06-20T23:56:57.200Z | Checking futures-executor v0.3.32 |
| 2038 | 2026-06-20T23:56:57.235Z | Checking sync_wrapper v1.0.2 |
| 2039 | 2026-06-20T23:56:57.334Z | Checking either v1.15.0 |
| 2040 | 2026-06-20T23:56:57.395Z | Checking futures v0.3.32 |
| 2041 | 2026-06-20T23:56:57.400Z | Checking tower v0.5.3 |
| 2042 | 2026-06-20T23:56:57.423Z | Checking webpki-roots v1.0.6 |
| 2043 | 2026-06-20T23:56:57.535Z | Checking crc32fast v1.5.0 |
| 2044 | 2026-06-20T23:56:57.568Z | Checking iri-string v0.7.10 |
| 2045 | 2026-06-20T23:56:57.605Z | Checking static_assertions v1.1.0 |
| 2046 | 2026-06-20T23:56:57.668Z | Checking foldhash v0.2.0 |
| 2047 | 2026-06-20T23:56:57.703Z | Checking lazy_static v1.5.0 |
| 2048 | 2026-06-20T23:56:57.739Z | Checking rustls-webpki v0.103.9 |
| 2049 | 2026-06-20T23:56:57.777Z | Checking openapiv3 v2.2.0 |
| 2050 | 2026-06-20T23:56:57.821Z | Checking signature v2.2.0 |
| 2051 | 2026-06-20T23:56:57.857Z | Checking hashbrown v0.16.1 |
| 2052 | 2026-06-20T23:56:57.860Z | Checking winnow v0.7.14 |
| 2053 | 2026-06-20T23:56:57.979Z | Checking hubpack v0.1.2 |
| 2054 | 2026-06-20T23:56:58.110Z | Checking hyper v1.8.1 |
| 2055 | 2026-06-20T23:56:58.170Z | Checking zlib-rs v0.6.2 |
| 2056 | 2026-06-20T23:56:58.204Z | Checking rustls v0.23.37 |
| 2057 | 2026-06-20T23:56:58.239Z | Checking strum v0.26.3 |
| 2058 | 2026-06-20T23:56:58.372Z | Checking tinyvec_macros v0.1.1 |
| 2059 | 2026-06-20T23:56:58.375Z | Checking psl-types v2.0.11 |
| 2060 | 2026-06-20T23:56:58.469Z | Checking tinyvec v1.10.0 |
| 2061 | 2026-06-20T23:56:58.545Z | Checking publicsuffix v2.3.0 |
| 2062 | 2026-06-20T23:56:58.612Z | Checking tower-http v0.6.8 |
| 2063 | 2026-06-20T23:56:58.731Z | Checking cookie v0.18.1 |
| 2064 | 2026-06-20T23:56:58.799Z | Checking sha1 v0.10.6 |
| 2065 | 2026-06-20T23:56:58.913Z | Checking num-integer v0.1.46 |
| 2066 | 2026-06-20T23:56:58.987Z | Checking scroll v0.13.0 |
| 2067 | 2026-06-20T23:56:58.990Z | Checking data-encoding v2.10.0 |
| 2068 | 2026-06-20T23:56:59.053Z | Checking hyper-util v0.1.20 |
| 2069 | 2026-06-20T23:56:59.088Z | Checking cookie_store v0.22.1 |
| 2070 | 2026-06-20T23:56:59.090Z | Checking flate2 v1.1.9 |
| 2071 | 2026-06-20T23:56:59.090Z | Checking toml_datetime v0.6.11 |
| 2072 | 2026-06-20T23:56:59.185Z | Checking serde_spanned v0.6.9 |
| 2073 | 2026-06-20T23:56:59.235Z | Checking goblin v0.10.5 |
| 2074 | 2026-06-20T23:56:59.306Z | Checking memmap2 v0.9.10 |
| 2075 | 2026-06-20T23:56:59.339Z | Checking bit-vec v0.8.0 |
| 2076 | 2026-06-20T23:56:59.373Z | Checking base16ct v0.2.0 |
| 2077 | 2026-06-20T23:56:59.437Z | Checking dtrace-parser v0.3.0 |
| 2078 | 2026-06-20T23:56:59.473Z | Checking ff v0.13.1 |
| 2079 | 2026-06-20T23:56:59.507Z | Checking wait-timeout v0.2.1 |
| 2080 | 2026-06-20T23:56:59.540Z | Checking sec1 v0.7.3 |
| 2081 | 2026-06-20T23:56:59.573Z | Checking bit-set v0.8.0 |
| 2082 | 2026-06-20T23:56:59.625Z | Checking thread-id v5.1.0 |
| 2083 | 2026-06-20T23:56:59.659Z | Checking group v0.13.0 |
| 2084 | 2026-06-20T23:56:59.697Z | Checking num-iter v0.1.45 |
| 2085 | 2026-06-20T23:56:59.733Z | Checking bstr v1.12.1 |
| 2086 | 2026-06-20T23:56:59.768Z | Checking hkdf v0.12.4 |
| 2087 | 2026-06-20T23:56:59.802Z | Checking crossbeam-epoch v0.9.18 |
| 2088 | 2026-06-20T23:56:59.836Z | Checking anstyle-parse v0.2.7 |
| 2089 | 2026-06-20T23:56:59.838Z | Checking ahash v0.8.12 |
| 2090 | 2026-06-20T23:56:59.925Z | Checking crypto-bigint v0.5.5 |
| 2091 | 2026-06-20T23:57:00.018Z | Checking quick-error v1.2.3 |
| 2092 | 2026-06-20T23:57:00.052Z | Checking anstream v0.6.21 |
| 2093 | 2026-06-20T23:57:00.091Z | Checking rand_xorshift v0.4.0 |
| 2094 | 2026-06-20T23:57:00.143Z | Checking scroll v0.12.0 |
| 2095 | 2026-06-20T23:57:00.145Z | Checking rusty-fork v0.3.1 |
| 2096 | 2026-06-20T23:57:00.237Z | Checking unarray v0.1.4 |
| 2097 | 2026-06-20T23:57:00.274Z | Checking num-bigint-dig v0.8.6 |
| 2098 | 2026-06-20T23:57:00.311Z | Checking pkcs1 v0.7.5 |
| 2099 | 2026-06-20T23:57:00.368Z | Checking x509-cert v0.2.5 |
| 2100 | 2026-06-20T23:57:00.427Z | Checking proptest v1.10.0 |
| 2101 | 2026-06-20T23:57:00.433Z | Checking goblin v0.8.2 |
| 2102 | 2026-06-20T23:57:00.542Z | Checking zerocopy v0.7.35 |
| 2103 | 2026-06-20T23:57:00.578Z | Checking tokio-rustls v0.26.4 |
| 2104 | 2026-06-20T23:57:00.851Z | Checking hyper-rustls v0.27.7 |
| 2105 | 2026-06-20T23:57:00.853Z | Checking rustls-platform-verifier v0.6.2 |
| 2106 | 2026-06-20T23:57:01.022Z | Checking elliptic-curve v0.13.8 |
| 2107 | 2026-06-20T23:57:01.059Z | Checking unicode-segmentation v1.12.0 |
| 2108 | 2026-06-20T23:57:01.091Z | Checking foreign-types-shared v0.1.1 |
| 2109 | 2026-06-20T23:57:01.126Z | Checking rsa v0.9.10 |
| 2110 | 2026-06-20T23:57:01.130Z | Checking reqwest v0.13.2 |
| 2111 | 2026-06-20T23:57:01.203Z | Checking foreign-types v0.3.2 |
| 2112 | 2026-06-20T23:57:01.301Z | Checking dtrace-parser v0.2.0 |
| 2113 | 2026-06-20T23:57:01.352Z | Checking rfc6979 v0.4.0 |
| 2114 | 2026-06-20T23:57:01.393Z | Checking memoffset v0.9.1 |
| 2115 | 2026-06-20T23:57:01.496Z | Checking openssl-sys v0.9.115 |
| 2116 | 2026-06-20T23:57:01.532Z | Checking thread-id v4.2.2 |
| 2117 | 2026-06-20T23:57:01.565Z | Checking ecdsa v0.16.9 |
| 2118 | 2026-06-20T23:57:01.598Z | Checking dof v0.4.0 |
| 2119 | 2026-06-20T23:57:01.637Z | Checking curve25519-dalek v4.1.3 |
| 2120 | 2026-06-20T23:57:01.673Z | Checking rustix v0.38.44 |
| 2121 | 2026-06-20T23:57:01.906Z | Checking openssl v0.10.79 |
| 2122 | 2026-06-20T23:57:01.942Z | Checking env_filter v1.0.0 |
| 2123 | 2026-06-20T23:57:02.003Z | Checking same-file v1.0.6 |
| 2124 | 2026-06-20T23:57:02.111Z | Checking toml_write v0.1.2 |
| 2125 | 2026-06-20T23:57:02.151Z | Checking keccak v0.1.6 |
| 2126 | 2026-06-20T23:57:02.203Z | Checking newtype-uuid v1.3.2 |
| 2127 | 2026-06-20T23:57:02.244Z | Checking usdt-impl v0.6.0 |
| 2128 | 2026-06-20T23:57:02.305Z | Checking toml_edit v0.22.27 |
| 2129 | 2026-06-20T23:57:02.343Z | Checking sha3 v0.10.8 |
| 2130 | 2026-06-20T23:57:02.442Z | Checking dof v0.3.0 |
| 2131 | 2026-06-20T23:57:02.448Z | Checking walkdir v2.5.0 |
| 2132 | 2026-06-20T23:57:02.457Z | Checking daft v0.1.7 |
| 2133 | 2026-06-20T23:57:02.492Z | Checking env_logger v0.11.9 |
| 2134 | 2026-06-20T23:57:02.552Z | Checking usdt v0.6.0 |
| 2135 | 2026-06-20T23:57:02.587Z | Checking ed25519 v2.2.3 |
| 2136 | 2026-06-20T23:57:02.621Z | Checking itertools v0.13.0 |
| 2137 | 2026-06-20T23:57:02.681Z | Checking usdt-impl v0.5.0 |
| 2138 | 2026-06-20T23:57:02.716Z | Checking serde_with v3.17.0 |
| 2139 | 2026-06-20T23:57:02.719Z | Checking bitflags v1.3.2 |
| 2140 | 2026-06-20T23:57:02.781Z | Checking siphasher v1.0.2 |
| 2141 | 2026-06-20T23:57:02.817Z | Checking ed25519-dalek v2.2.0 |
| 2142 | 2026-06-20T23:57:02.852Z | Checking nix v0.31.2 |
| 2143 | 2026-06-20T23:57:02.965Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2144 | 2026-06-20T23:57:03.002Z | Checking unicode-normalization v0.1.25 |
| 2145 | 2026-06-20T23:57:03.071Z | Checking signal-hook v0.3.18 |
| 2146 | 2026-06-20T23:57:03.289Z | Checking winnow v0.5.40 |
| 2147 | 2026-06-20T23:57:03.326Z | Checking managed v0.8.0 |
| 2148 | 2026-06-20T23:57:03.402Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2149 | 2026-06-20T23:57:03.438Z | Checking object v0.37.3 |
| 2150 | 2026-06-20T23:57:03.516Z | Checking foldhash v0.1.5 |
| 2151 | 2026-06-20T23:57:03.552Z | Checking bzip2 v0.4.4 |
| 2152 | 2026-06-20T23:57:03.648Z | Checking signal-hook-mio v0.2.5 |
| 2153 | 2026-06-20T23:57:03.684Z | Checking hashbrown v0.15.5 |
| 2154 | 2026-06-20T23:57:03.740Z | Checking globset v0.4.18 |
| 2155 | 2026-06-20T23:57:03.779Z | Checking ref-cast v1.0.25 |
| 2156 | 2026-06-20T23:57:03.907Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2157 | 2026-06-20T23:57:03.945Z | Checking zip v0.6.6 |
| 2158 | 2026-06-20T23:57:03.948Z | Checking native-tls v0.2.18 |
| 2159 | 2026-06-20T23:57:04.137Z | Checking pin-project v1.1.11 |
| 2160 | 2026-06-20T23:57:04.146Z | Checking zstd-safe v7.2.4 |
| 2161 | 2026-06-20T23:57:04.146Z | Checking bumpalo v3.20.2 |
| 2162 | 2026-06-20T23:57:04.158Z | Checking libbz2-rs-sys v0.2.2 |
| 2163 | 2026-06-20T23:57:04.187Z | Checking tokio-native-tls v0.3.1 |
| 2164 | 2026-06-20T23:57:04.190Z | Checking crossterm v0.28.1 |
| 2165 | 2026-06-20T23:57:04.257Z | Checking zstd v0.13.3 |
| 2166 | 2026-06-20T23:57:04.290Z | Checking similar v2.7.0 |
| 2167 | 2026-06-20T23:57:04.340Z | Checking zopfli v0.8.3 |
| 2168 | 2026-06-20T23:57:04.374Z | Checking hyper-tls v0.6.0 |
| 2169 | 2026-06-20T23:57:04.467Z | Checking toml_edit v0.19.15 |
| 2170 | 2026-06-20T23:57:04.489Z | Checking tokio-stream v0.1.18 |
| 2171 | 2026-06-20T23:57:04.567Z | Checking bzip2 v0.6.1 |
| 2172 | 2026-06-20T23:57:04.570Z | Checking reqwest v0.12.28 |
| 2173 | 2026-06-20T23:57:04.692Z | Checking fs-err v3.3.0 |
| 2174 | 2026-06-20T23:57:04.696Z | Checking pem v3.0.6 |
| 2175 | 2026-06-20T23:57:04.759Z | Checking hash32 v0.2.1 |
| 2176 | 2026-06-20T23:57:04.881Z | Checking serde-big-array v0.5.1 |
| 2177 | 2026-06-20T23:57:04.915Z | Checking jiff v0.2.21 |
| 2178 | 2026-06-20T23:57:04.956Z | Checking unicode-bidi v0.3.18 |
| 2179 | 2026-06-20T23:57:04.960Z | Checking unicode-properties v0.1.4 |
| 2180 | 2026-06-20T23:57:05.039Z | Checking predicates-core v1.0.10 |
| 2181 | 2026-06-20T23:57:05.041Z | Checking heapless v0.7.17 |
| 2182 | 2026-06-20T23:57:05.219Z | Checking snafu v0.8.9 |
| 2183 | 2026-06-20T23:57:05.233Z | Checking olpc-cjson v0.1.4 |
| 2184 | 2026-06-20T23:57:05.265Z | Checking stringprep v0.1.5 |
| 2185 | 2026-06-20T23:57:05.391Z | Checking hickory-proto v0.25.2 |
| 2186 | 2026-06-20T23:57:05.445Z | Checking md-5 v0.10.6 |
| 2187 | 2026-06-20T23:57:05.485Z | Checking serde_plain v1.0.2 |
| 2188 | 2026-06-20T23:57:05.489Z | Checking float-cmp v0.10.0 |
| 2189 | 2026-06-20T23:57:05.549Z | Checking difflib v0.4.0 |
| 2190 | 2026-06-20T23:57:05.552Z | Checking toml v0.7.8 |
| 2191 | 2026-06-20T23:57:05.615Z | Checking normalize-line-endings v0.3.0 |
| 2192 | 2026-06-20T23:57:05.650Z | Checking fallible-iterator v0.2.0 |
| 2193 | 2026-06-20T23:57:05.686Z | Checking typed-path v0.9.3 |
| 2194 | 2026-06-20T23:57:05.733Z | Checking smoltcp v0.9.1 |
| 2195 | 2026-06-20T23:57:05.769Z | Checking iddqd v0.4.2 |
| 2196 | 2026-06-20T23:57:05.803Z | Checking predicates v3.1.4 |
| 2197 | 2026-06-20T23:57:05.897Z | Checking phf_shared v0.13.1 |
| 2198 | 2026-06-20T23:57:05.955Z | Checking postgres-protocol v0.6.10 |
| 2199 | 2026-06-20T23:57:06.122Z | Checking phf_shared v0.11.3 |
| 2200 | 2026-06-20T23:57:06.158Z | Checking buf-list v1.1.2 |
| 2201 | 2026-06-20T23:57:06.296Z | Checking strum v0.27.2 |
| 2202 | 2026-06-20T23:57:06.301Z | Checking fixedbitset v0.5.7 |
| 2203 | 2026-06-20T23:57:06.363Z | Checking lalrpop-util v0.19.12 |
| 2204 | 2026-06-20T23:57:06.363Z | Checking fixedbitset v0.4.2 |
| 2205 | 2026-06-20T23:57:06.439Z | Checking precomputed-hash v0.1.1 |
| 2206 | 2026-06-20T23:57:06.475Z | Checking tough v0.22.0 |
| 2207 | 2026-06-20T23:57:06.547Z | Checking new_debug_unreachable v1.0.6 |
| 2208 | 2026-06-20T23:57:06.550Z | Checking petgraph v0.8.3 |
| 2209 | 2026-06-20T23:57:06.550Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2210 | 2026-06-20T23:57:06.648Z | Checking petgraph v0.6.5 |
| 2211 | 2026-06-20T23:57:06.653Z | Checking string_cache v0.8.9 |
| 2212 | 2026-06-20T23:57:06.745Z | Checking postgres-types v0.2.12 |
| 2213 | 2026-06-20T23:57:06.871Z | Checking phf v0.13.1 |
| 2214 | 2026-06-20T23:57:07.050Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2215 | 2026-06-20T23:57:07.086Z | Checking whoami v2.1.0 |
| 2216 | 2026-06-20T23:57:07.162Z | Checking zip v4.6.1 |
| 2217 | 2026-06-20T23:57:07.311Z | Checking peg-runtime v0.8.5 |
| 2218 | 2026-06-20T23:57:07.346Z | Checking tokio-postgres v0.7.16 |
| 2219 | 2026-06-20T23:57:07.602Z | Checking is-terminal v0.4.17 |
| 2220 | 2026-06-20T23:57:07.726Z | Checking crossbeam-channel v0.5.15 |
| 2221 | 2026-06-20T23:57:07.762Z | Checking thread_local v1.1.9 |
| 2222 | 2026-06-20T23:57:07.902Z | Compiling structmeta-derive v0.3.0 |
| 2223 | 2026-06-20T23:57:07.956Z | Checking term v1.2.1 |
| 2224 | 2026-06-20T23:57:08.089Z | Checking take_mut v0.2.2 |
| 2225 | 2026-06-20T23:57:08.141Z | Compiling newtype-uuid-macros v0.1.0 |
| 2226 | 2026-06-20T23:57:08.178Z | Compiling rustls v0.22.4 |
| 2227 | 2026-06-20T23:57:08.211Z | Checking slog-term v2.9.2 |
| 2228 | 2026-06-20T23:57:08.245Z | Checking slog-async v2.8.0 |
| 2229 | 2026-06-20T23:57:08.507Z | Compiling multer v3.1.0 |
| 2230 | 2026-06-20T23:57:08.521Z | Compiling async-stream-impl v0.3.6 |
| 2231 | 2026-06-20T23:57:08.521Z | Checking match_cfg v0.1.0 |
| 2232 | 2026-06-20T23:57:08.521Z | Checking slog-json v2.6.1 |
| 2233 | 2026-06-20T23:57:08.593Z | Checking hostname v0.3.1 |
| 2234 | 2026-06-20T23:57:08.629Z | Compiling dropshot v0.17.0 |
| 2235 | 2026-06-20T23:57:08.708Z | Compiling dropshot_endpoint v0.17.0 |
| 2236 | 2026-06-20T23:57:08.744Z | Checking debug-ignore v1.0.5 |
| 2237 | 2026-06-20T23:57:08.747Z | Checking slog-bunyan v2.5.0 |
| 2238 | 2026-06-20T23:57:08.878Z | Checking progenitor-client v0.14.0 |
| 2239 | 2026-06-20T23:57:08.911Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2240 | 2026-06-20T23:57:08.942Z | Checking rustls-webpki v0.102.8 |
| 2241 | 2026-06-20T23:57:08.975Z | Checking serde_path_to_error v0.1.20 |
| 2242 | 2026-06-20T23:57:09.008Z | Compiling structmeta v0.3.0 |
| 2243 | 2026-06-20T23:57:09.070Z | Checking serde_spanned v1.0.4 |
| 2244 | 2026-06-20T23:57:09.108Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2245 | 2026-06-20T23:57:09.146Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2246 | 2026-06-20T23:57:09.222Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2247 | 2026-06-20T23:57:09.272Z | Compiling derive-ex v0.1.8 |
| 2248 | 2026-06-20T23:57:09.307Z | Checking compression-core v0.4.31 |
| 2249 | 2026-06-20T23:57:09.341Z | Checking async-stream v0.3.6 |
| 2250 | 2026-06-20T23:57:09.437Z | Checking toml v1.0.6+spec-1.1.0 |
| 2251 | 2026-06-20T23:57:09.471Z | Checking compression-codecs v0.4.37 |
| 2252 | 2026-06-20T23:57:09.502Z | Checking waitgroup v0.1.2 |
| 2253 | 2026-06-20T23:57:09.551Z | Checking rustls-pemfile v2.2.0 |
| 2254 | 2026-06-20T23:57:09.629Z | Checking hostname v0.4.2 |
| 2255 | 2026-06-20T23:57:09.664Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2256 | 2026-06-20T23:57:09.667Z | Checking async-compression v0.4.41 |
| 2257 | 2026-06-20T23:57:09.729Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2258 | 2026-06-20T23:57:09.763Z | Checking atomicwrites v0.4.4 |
| 2259 | 2026-06-20T23:57:09.802Z | Compiling parse-display-derive v0.10.0 |
| 2260 | 2026-06-20T23:57:09.894Z | Checking itertools v0.14.0 |
| 2261 | 2026-06-20T23:57:09.929Z | Checking macaddr v1.0.1 |
| 2262 | 2026-06-20T23:57:09.963Z | Checking regress v0.10.5 |
| 2263 | 2026-06-20T23:57:10.032Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2264 | 2026-06-20T23:57:10.135Z | Checking instant v0.1.13 |
| 2265 | 2026-06-20T23:57:10.251Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2266 | 2026-06-20T23:57:10.440Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2267 | 2026-06-20T23:57:10.478Z | Checking backoff v0.4.0 |
| 2268 | 2026-06-20T23:57:10.513Z | Checking backon v1.6.0 |
| 2269 | 2026-06-20T23:57:10.744Z | Checking humantime v2.3.0 |
| 2270 | 2026-06-20T23:57:10.748Z | Checking progenitor-extras v0.2.0 |
| 2271 | 2026-06-20T23:57:10.854Z | Checking tokio-rustls v0.25.0 |
| 2272 | 2026-06-20T23:57:10.929Z | Checking unicode-width v0.2.0 |
| 2273 | 2026-06-20T23:57:10.975Z | Compiling test-strategy v0.4.5 |
| 2274 | 2026-06-20T23:57:10.978Z | Compiling convert_case v0.4.0 |
| 2275 | 2026-06-20T23:57:11.043Z | Checking heck v0.5.0 |
| 2276 | 2026-06-20T23:57:11.046Z | Checking half v2.7.1 |
| 2277 | 2026-06-20T23:57:11.194Z | Checking ciborium-io v0.2.2 |
| 2278 | 2026-06-20T23:57:11.227Z | Checking secrecy v0.10.3 |
| 2279 | 2026-06-20T23:57:11.315Z | Compiling regress v0.11.1 |
| 2280 | 2026-06-20T23:57:11.370Z | Checking ciborium-ll v0.2.2 |
| 2281 | 2026-06-20T23:57:11.402Z | Checking indent_write v2.2.0 |
| 2282 | 2026-06-20T23:57:11.435Z | Compiling derive_more v0.99.20 |
| 2283 | 2026-06-20T23:57:11.438Z | Checking universal-hash v0.5.1 |
| 2284 | 2026-06-20T23:57:11.510Z | Checking parse-display v0.10.0 |
| 2285 | 2026-06-20T23:57:11.553Z | Checking opaque-debug v0.3.1 |
| 2286 | 2026-06-20T23:57:11.588Z | Checking ciborium v0.2.2 |
| 2287 | 2026-06-20T23:57:11.656Z | Checking camino-tempfile v1.4.1 |
| 2288 | 2026-06-20T23:57:11.688Z | Compiling crucible-workspace-hack v0.1.0 |
| 2289 | 2026-06-20T23:57:11.838Z | Checking aead v0.5.2 |
| 2290 | 2026-06-20T23:57:11.937Z | Compiling unsafe-libyaml v0.2.11 |
| 2291 | 2026-06-20T23:57:12.044Z | Checking poly1305 v0.8.0 |
| 2292 | 2026-06-20T23:57:12.105Z | Checking chacha20 v0.9.1 |
| 2293 | 2026-06-20T23:57:12.325Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2294 | 2026-06-20T23:57:12.328Z | Checking swrite v0.1.0 |
| 2295 | 2026-06-20T23:57:12.480Z | Compiling serde_yaml v0.9.34+deprecated |
| 2296 | 2026-06-20T23:57:12.515Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2297 | 2026-06-20T23:57:12.777Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2298 | 2026-06-20T23:57:12.931Z | Compiling typify-impl v0.6.2 |
| 2299 | 2026-06-20T23:57:13.030Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2300 | 2026-06-20T23:57:13.067Z | Checking password-hash v0.5.0 |
| 2301 | 2026-06-20T23:57:13.323Z | Checking blake2 v0.10.6 |
| 2302 | 2026-06-20T23:57:13.535Z | Checking thiserror-no-std v2.0.2 |
| 2303 | 2026-06-20T23:57:13.598Z | Checking argon2 v0.5.3 |
| 2304 | 2026-06-20T23:57:13.653Z | Checking vsss-rs v3.3.4 |
| 2305 | 2026-06-20T23:57:13.969Z | Checking chacha20poly1305 v0.10.1 |
| 2306 | 2026-06-20T23:57:13.972Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2307 | 2026-06-20T23:57:14.035Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2308 | 2026-06-20T23:57:14.125Z | Checking byte-wrapper v0.1.0 |
| 2309 | 2026-06-20T23:57:14.302Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2310 | 2026-06-20T23:57:14.345Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2311 | 2026-06-20T23:57:14.380Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2312 | 2026-06-20T23:57:14.434Z | Checking crossbeam-deque v0.8.6 |
| 2313 | 2026-06-20T23:57:14.549Z | Compiling rayon-core v1.13.0 |
| 2314 | 2026-06-20T23:57:14.582Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2315 | 2026-06-20T23:57:14.617Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2316 | 2026-06-20T23:57:14.794Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2317 | 2026-06-20T23:57:14.894Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2318 | 2026-06-20T23:57:15.109Z | Compiling proc-macro-error v1.0.4 |
| 2319 | 2026-06-20T23:57:15.191Z | Checking rayon v1.11.0 |
| 2320 | 2026-06-20T23:57:15.448Z | Checking toml v0.8.23 |
| 2321 | 2026-06-20T23:57:15.838Z | Compiling proc-macro-crate v3.4.0 |
| 2322 | 2026-06-20T23:57:15.938Z | Checking tabwriter v1.4.1 |
| 2323 | 2026-06-20T23:57:15.981Z | Checking glob v0.3.3 |
| 2324 | 2026-06-20T23:57:16.017Z | Compiling heapless v0.8.0 |
| 2325 | 2026-06-20T23:57:16.054Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2326 | 2026-06-20T23:57:16.110Z | Checking colored v3.1.1 |
| 2327 | 2026-06-20T23:57:16.179Z | Compiling ingot-macros v0.1.1 |
| 2328 | 2026-06-20T23:57:16.214Z | Checking hash32 v0.3.1 |
| 2329 | 2026-06-20T23:57:16.365Z | Checking unicode-width v0.1.14 |
| 2330 | 2026-06-20T23:57:16.397Z | Compiling smoltcp v0.11.0 |
| 2331 | 2026-06-20T23:57:16.428Z | Compiling num_enum_derive v0.7.6 |
| 2332 | 2026-06-20T23:57:16.528Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2333 | 2026-06-20T23:57:16.713Z | Checking cobs v0.3.0 |
| 2334 | 2026-06-20T23:57:16.839Z | Compiling usdt-attr-macro v0.5.0 |
| 2335 | 2026-06-20T23:57:16.842Z | Compiling usdt-macro v0.5.0 |
| 2336 | 2026-06-20T23:57:16.905Z | Checking memmap v0.7.0 |
| 2337 | 2026-06-20T23:57:17.008Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2338 | 2026-06-20T23:57:17.054Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2339 | 2026-06-20T23:57:17.312Z | Checking postcard v1.1.3 |
| 2340 | 2026-06-20T23:57:17.479Z | Compiling typify-macro v0.6.2 |
| 2341 | 2026-06-20T23:57:17.515Z | Checking num_enum v0.7.6 |
| 2342 | 2026-06-20T23:57:17.617Z | Compiling proc-macro-crate v1.3.1 |
| 2343 | 2026-06-20T23:57:17.654Z | Checking usdt v0.5.0 |
| 2344 | 2026-06-20T23:57:17.657Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2345 | 2026-06-20T23:57:17.716Z | Checking sigpipe v0.1.3 |
| 2346 | 2026-06-20T23:57:17.826Z | Compiling foreign-types-macros v0.2.3 |
| 2347 | 2026-06-20T23:57:17.859Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2348 | 2026-06-20T23:57:17.919Z | Checking foreign-types-shared v0.3.1 |
| 2349 | 2026-06-20T23:57:18.040Z | Checking cpufeatures v0.3.0 |
| 2350 | 2026-06-20T23:57:18.074Z | Compiling num_enum_derive v0.5.11 |
| 2351 | 2026-06-20T23:57:18.144Z | Checking chacha20 v0.10.0 |
| 2352 | 2026-06-20T23:57:18.322Z | Checking cstr-argument v0.1.2 |
| 2353 | 2026-06-20T23:57:18.389Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2354 | 2026-06-20T23:57:18.429Z | Compiling num-derive v0.4.2 |
| 2355 | 2026-06-20T23:57:18.434Z | Checking foreign-types v0.5.0 |
| 2356 | 2026-06-20T23:57:18.494Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2357 | 2026-06-20T23:57:18.581Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2358 | 2026-06-20T23:57:18.825Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2359 | 2026-06-20T23:57:18.860Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2360 | 2026-06-20T23:57:18.958Z | Checking rand v0.10.0 |
| 2361 | 2026-06-20T23:57:18.997Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2362 | 2026-06-20T23:57:19.033Z | Checking ingot-types v0.1.2 |
| 2363 | 2026-06-20T23:57:19.036Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2364 | 2026-06-20T23:57:19.120Z | Checking num_enum v0.5.11 |
| 2365 | 2026-06-20T23:57:19.190Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2366 | 2026-06-20T23:57:19.241Z | Compiling typify v0.6.2 |
| 2367 | 2026-06-20T23:57:19.277Z | Checking itertools v0.12.1 |
| 2368 | 2026-06-20T23:57:19.343Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2369 | 2026-06-20T23:57:19.378Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2370 | 2026-06-20T23:57:19.381Z | Compiling progenitor-impl v0.14.0 |
| 2371 | 2026-06-20T23:57:19.413Z | Checking ingot v0.1.1 |
| 2372 | 2026-06-20T23:57:19.573Z | Compiling zone_cfg_derive v0.3.1 |
| 2373 | 2026-06-20T23:57:19.699Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2374 | 2026-06-20T23:57:19.899Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2375 | 2026-06-20T23:57:20.169Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2376 | 2026-06-20T23:57:20.320Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2377 | 2026-06-20T23:57:20.323Z | Checking zone v0.3.1 |
| 2378 | 2026-06-20T23:57:20.355Z | Checking smf v0.2.3 |
| 2379 | 2026-06-20T23:57:20.420Z | Checking whoami v1.6.1 |
| 2380 | 2026-06-20T23:57:20.423Z | Checking tokio-dtrace v0.1.1 |
| 2381 | 2026-06-20T23:57:20.572Z | Compiling derive-where v1.6.0 |
| 2382 | 2026-06-20T23:57:20.619Z | Checking console v0.15.11 |
| 2383 | 2026-06-20T23:57:20.654Z | Checking newline-converter v0.3.0 |
| 2384 | 2026-06-20T23:57:20.685Z | Checking oxide-tokio-rt v0.1.4 |
| 2385 | 2026-06-20T23:57:20.770Z | Checking bytecount v0.6.9 |
| 2386 | 2026-06-20T23:57:20.847Z | Compiling owo-colors v4.3.0 |
| 2387 | 2026-06-20T23:57:20.902Z | Compiling cancel-safe-futures v0.1.5 |
| 2388 | 2026-06-20T23:57:20.937Z | Checking libsw-core v0.3.2 |
| 2389 | 2026-06-20T23:57:20.972Z | Checking expectorate v1.2.0 |
| 2390 | 2026-06-20T23:57:21.107Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2391 | 2026-06-20T23:57:21.142Z | Checking libsw v3.5.0 |
| 2392 | 2026-06-20T23:57:21.142Z | Checking num-rational v0.4.2 |
| 2393 | 2026-06-20T23:57:21.509Z | Checking num-complex v0.4.6 |
| 2394 | 2026-06-20T23:57:21.543Z | Checking linear-map v1.2.0 |
| 2395 | 2026-06-20T23:57:21.577Z | Checking float-ord v0.3.2 |
| 2396 | 2026-06-20T23:57:21.715Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2397 | 2026-06-20T23:57:21.749Z | Checking gethostname v0.5.0 |
| 2398 | 2026-06-20T23:57:21.870Z | Compiling prettyplease v0.2.37 |
| 2399 | 2026-06-20T23:57:21.873Z | Checking num v0.4.3 |
| 2400 | 2026-06-20T23:57:21.937Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2401 | 2026-06-20T23:57:22.003Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2402 | 2026-06-20T23:57:22.035Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2403 | 2026-06-20T23:57:22.095Z | Compiling progenitor-macro v0.14.0 |
| 2404 | 2026-06-20T23:57:22.176Z | Checking resolv-conf v0.7.6 |
| 2405 | 2026-06-20T23:57:22.319Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2406 | 2026-06-20T23:57:22.355Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2407 | 2026-06-20T23:57:22.394Z | Checking smawk v0.3.2 |
| 2408 | 2026-06-20T23:57:22.553Z | Checking unicode-linebreak v0.1.5 |
| 2409 | 2026-06-20T23:57:22.800Z | Checking papergrid v0.11.0 |
| 2410 | 2026-06-20T23:57:23.368Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2411 | 2026-06-20T23:57:23.419Z | Compiling tabled_derive v0.7.0 |
| 2412 | 2026-06-20T23:57:23.501Z | Compiling convert_case v0.10.0 |
| 2413 | 2026-06-20T23:57:23.537Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2414 | 2026-06-20T23:57:23.602Z | Compiling slog-dtrace v0.3.0 |
| 2415 | 2026-06-20T23:57:23.792Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2416 | 2026-06-20T23:57:23.856Z | Compiling derive_more-impl v2.1.1 |
| 2417 | 2026-06-20T23:57:23.898Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2418 | 2026-06-20T23:57:24.139Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2419 | 2026-06-20T23:57:24.387Z | Checking tabled v0.15.0 |
| 2420 | 2026-06-20T23:57:24.674Z | Checking derive_more v2.1.1 |
| 2421 | 2026-06-20T23:57:24.780Z | Checking crossterm v0.29.0 |
| 2422 | 2026-06-20T23:57:25.059Z | Checking linked-hash-map v0.5.6 |
| 2423 | 2026-06-20T23:57:25.260Z | Checking lru-cache v0.1.2 |
| 2424 | 2026-06-20T23:57:25.692Z | Checking hickory-proto v0.24.4 |
| 2425 | 2026-06-20T23:57:25.742Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2426 | 2026-06-20T23:57:25.810Z | Checking fd-lock v4.0.4 |
| 2427 | 2026-06-20T23:57:26.479Z | Checking vte v0.14.1 |
| 2428 | 2026-06-20T23:57:26.556Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2429 | 2026-06-20T23:57:26.865Z | Checking display-error-chain v0.2.2 |
| 2430 | 2026-06-20T23:57:27.050Z | Checking progenitor v0.14.0 |
| 2431 | 2026-06-20T23:57:27.082Z | Checking strip-ansi-escapes v0.2.1 |
| 2432 | 2026-06-20T23:57:27.214Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2433 | 2026-06-20T23:57:27.518Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2434 | 2026-06-20T23:57:28.337Z | Checking nu-ansi-term v0.50.3 |
| 2435 | 2026-06-20T23:57:28.559Z | Checking termtree v0.5.1 |
| 2436 | 2026-06-20T23:57:28.693Z | Checking reedline v0.40.0 |
| 2437 | 2026-06-20T23:57:28.726Z | Checking hickory-resolver v0.24.4 |
| 2438 | 2026-06-20T23:57:28.768Z | Checking textwrap v0.16.2 |
| 2439 | 2026-06-20T23:57:28.801Z | Compiling minimal-lexical v0.2.1 |
| 2440 | 2026-06-20T23:57:29.014Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2441 | 2026-06-20T23:57:29.050Z | Compiling nom v7.1.3 |
| 2442 | 2026-06-20T23:57:29.083Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2443 | 2026-06-20T23:57:29.471Z | Checking qorb v0.4.1 |
| 2444 | 2026-06-20T23:57:29.506Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2445 | 2026-06-20T23:57:29.641Z | Compiling ar_archive_writer v0.5.1 |
| 2446 | 2026-06-20T23:57:29.897Z | Checking csv-core v0.1.13 |
| 2447 | 2026-06-20T23:57:30.117Z | Checking csv v1.4.0 |
| 2448 | 2026-06-20T23:57:30.217Z | Compiling stacker v0.1.23 |
| 2449 | 2026-06-20T23:57:30.403Z | Compiling cfg_aliases v0.1.1 |
| 2450 | 2026-06-20T23:57:30.509Z | Compiling semver v0.1.20 |
| 2451 | 2026-06-20T23:57:30.512Z | Checking highway v1.3.0 |
| 2452 | 2026-06-20T23:57:30.578Z | Compiling psm v0.1.30 |
| 2453 | 2026-06-20T23:57:30.582Z | Compiling nix v0.28.0 |
| 2454 | 2026-06-20T23:57:30.760Z | Checking nibble_vec v0.1.0 |
| 2455 | 2026-06-20T23:57:30.818Z | Compiling rustc_version v0.1.7 |
| 2456 | 2026-06-20T23:57:30.906Z | Checking home v0.5.12 |
| 2457 | 2026-06-20T23:57:30.939Z | Checking endian-type v0.1.2 |
| 2458 | 2026-06-20T23:57:31.061Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2459 | 2026-06-20T23:57:31.093Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2460 | 2026-06-20T23:57:31.096Z | Compiling newtype_derive v0.1.6 |
| 2461 | 2026-06-20T23:57:31.096Z | Checking radix_trie v0.2.1 |
| 2462 | 2026-06-20T23:57:31.188Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2463 | 2026-06-20T23:57:31.344Z | Checking phf_shared v0.12.1 |
| 2464 | 2026-06-20T23:57:31.396Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2465 | 2026-06-20T23:57:31.513Z | Compiling chrono-tz v0.10.4 |
| 2466 | 2026-06-20T23:57:31.650Z | Checking phf v0.12.1 |
| 2467 | 2026-06-20T23:57:31.768Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2468 | 2026-06-20T23:57:31.772Z | Compiling const_format_proc_macros v0.2.34 |
| 2469 | 2026-06-20T23:57:31.830Z | Compiling peg-macros v0.8.5 |
| 2470 | 2026-06-20T23:57:31.863Z | Checking recursive v0.1.1 |
| 2471 | 2026-06-20T23:57:31.924Z | Checking winnow v0.6.26 |
| 2472 | 2026-06-20T23:57:31.982Z | Checking nom v8.0.0 |
| 2473 | 2026-06-20T23:57:32.314Z | Compiling sqlparser_derive v0.5.0 |
| 2474 | 2026-06-20T23:57:32.608Z | Checking unicode_categories v0.1.1 |
| 2475 | 2026-06-20T23:57:32.643Z | Checking rustyline v14.0.0 |
| 2476 | 2026-06-20T23:57:32.794Z | Checking const_format v0.2.35 |
| 2477 | 2026-06-20T23:57:33.087Z | Checking sqlparser v0.61.0 |
| 2478 | 2026-06-20T23:57:33.090Z | Checking sqlformat v0.3.5 |
| 2479 | 2026-06-20T23:57:33.264Z | Checking peg v0.8.5 |
| 2480 | 2026-06-20T23:57:33.354Z | Checking bcs v0.1.6 |
| 2481 | 2026-06-20T23:57:33.423Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2482 | 2026-06-20T23:57:33.523Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2483 | 2026-06-20T23:57:33.562Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2484 | 2026-06-20T23:57:33.612Z | Checking steno v0.4.1 |
| 2485 | 2026-06-20T23:57:33.738Z | Checking filetime v0.2.27 |
| 2486 | 2026-06-20T23:57:33.819Z | Checking xattr v1.6.1 |
| 2487 | 2026-06-20T23:57:33.900Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2488 | 2026-06-20T23:57:33.902Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2489 | 2026-06-20T23:57:33.977Z | Checking tar v0.4.45 |
| 2490 | 2026-06-20T23:57:34.104Z | Checking subprocess v0.2.15 |
| 2491 | 2026-06-20T23:57:34.428Z | Checking base64 v0.21.7 |
| 2492 | 2026-06-20T23:57:34.522Z | Checking headers-core v0.3.0 |
| 2493 | 2026-06-20T23:57:34.628Z | Checking yasna v0.5.2 |
| 2494 | 2026-06-20T23:57:34.660Z | Checking headers v0.4.1 |
| 2495 | 2026-06-20T23:57:34.698Z | Checking dropshot-api-manager-types v0.7.2 |
| 2496 | 2026-06-20T23:57:34.899Z | Checking tagptr v0.2.0 |
| 2497 | 2026-06-20T23:57:35.050Z | Checking rcgen v0.12.1 |
| 2498 | 2026-06-20T23:57:35.089Z | Checking moka v0.12.13 |
| 2499 | 2026-06-20T23:57:35.213Z | Checking utf-8 v0.7.6 |
| 2500 | 2026-06-20T23:57:35.321Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2501 | 2026-06-20T23:57:35.393Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2502 | 2026-06-20T23:57:35.495Z | Checking tungstenite v0.21.0 |
| 2503 | 2026-06-20T23:57:35.779Z | Checking hickory-resolver v0.25.2 |
| 2504 | 2026-06-20T23:57:35.889Z | Compiling libefi-sys v0.1.0 |
| 2505 | 2026-06-20T23:57:35.972Z | Checking tokio-tungstenite v0.21.0 |
| 2506 | 2026-06-20T23:57:36.139Z | Compiling bitfield-struct v0.6.2 |
| 2507 | 2026-06-20T23:57:36.182Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2508 | 2026-06-20T23:57:36.276Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2509 | 2026-06-20T23:57:36.527Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2510 | 2026-06-20T23:57:36.818Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2511 | 2026-06-20T23:57:37.090Z | Compiling radium v0.7.0 |
| 2512 | 2026-06-20T23:57:37.235Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2513 | 2026-06-20T23:57:37.341Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2514 | 2026-06-20T23:57:37.420Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2515 | 2026-06-20T23:57:37.477Z | Checking tap v1.0.1 |
| 2516 | 2026-06-20T23:57:37.542Z | Compiling maybe-uninit v2.0.0 |
| 2517 | 2026-06-20T23:57:37.634Z | Compiling zerocopy-derive v0.6.6 |
| 2518 | 2026-06-20T23:57:37.637Z | Checking wyz v0.5.1 |
| 2519 | 2026-06-20T23:57:37.802Z | Checking funty v2.0.0 |
| 2520 | 2026-06-20T23:57:37.877Z | Checking crc-catalog v2.4.0 |
| 2521 | 2026-06-20T23:57:37.919Z | Compiling packed_struct v0.10.1 |
| 2522 | 2026-06-20T23:57:37.952Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2523 | 2026-06-20T23:57:37.993Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2524 | 2026-06-20T23:57:37.997Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2525 | 2026-06-20T23:57:38.079Z | Checking crc v3.4.0 |
| 2526 | 2026-06-20T23:57:38.141Z | Checking bitvec v1.0.1 |
| 2527 | 2026-06-20T23:57:38.281Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2528 | 2026-06-20T23:57:38.325Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2529 | 2026-06-20T23:57:38.357Z | Compiling packed_struct_codegen v0.10.1 |
| 2530 | 2026-06-20T23:57:38.485Z | Checking zerocopy v0.6.6 |
| 2531 | 2026-06-20T23:57:38.804Z | Compiling bitfield-macros v0.19.4 |
| 2532 | 2026-06-20T23:57:39.254Z | Compiling indexmap v1.9.3 |
| 2533 | 2026-06-20T23:57:39.436Z | Checking nodrop v0.1.14 |
| 2534 | 2026-06-20T23:57:39.532Z | Checking bitfield v0.19.4 |
| 2535 | 2026-06-20T23:57:39.563Z | Checking array-init v0.0.4 |
| 2536 | 2026-06-20T23:57:39.595Z | Checking smallvec v0.6.14 |
| 2537 | 2026-06-20T23:57:39.809Z | Checking hashbrown v0.12.3 |
| 2538 | 2026-06-20T23:57:39.839Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2539 | 2026-06-20T23:57:39.888Z | Checking serde-hex v0.1.0 |
| 2540 | 2026-06-20T23:57:40.027Z | Checking ron v0.8.1 |
| 2541 | 2026-06-20T23:57:40.530Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2542 | 2026-06-20T23:57:40.578Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2543 | 2026-06-20T23:57:40.629Z | Checking hashbrown v0.13.2 |
| 2544 | 2026-06-20T23:57:41.177Z | Checking crc-any v2.5.0 |
| 2545 | 2026-06-20T23:57:41.211Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2546 | 2026-06-20T23:57:41.245Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2547 | 2026-06-20T23:57:41.279Z | Checking object v0.30.4 |
| 2548 | 2026-06-20T23:57:41.390Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2549 | 2026-06-20T23:57:41.487Z | Compiling xshell-macros v0.2.7 |
| 2550 | 2026-06-20T23:57:41.496Z | Checking path-slash v0.1.5 |
| 2551 | 2026-06-20T23:57:41.582Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2552 | 2026-06-20T23:57:41.845Z | Checking xshell v0.2.7 |
| 2553 | 2026-06-20T23:57:41.934Z | Checking half v1.8.3 |
| 2554 | 2026-06-20T23:57:41.980Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2555 | 2026-06-20T23:57:42.061Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2556 | 2026-06-20T23:57:42.155Z | Checking serde_cbor v0.11.2 |
| 2557 | 2026-06-20T23:57:42.227Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2558 | 2026-06-20T23:57:42.569Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2559 | 2026-06-20T23:57:42.646Z | Compiling proc-macro-error2 v2.0.1 |
| 2560 | 2026-06-20T23:57:42.784Z | Compiling num-derive v0.3.3 |
| 2561 | 2026-06-20T23:57:42.850Z | Checking maplit v1.0.2 |
| 2562 | 2026-06-20T23:57:42.964Z | Checking papergrid v0.17.0 |
| 2563 | 2026-06-20T23:57:42.996Z | Compiling tabled_derive v0.11.0 |
| 2564 | 2026-06-20T23:57:43.403Z | Checking testing_table v0.3.0 |
| 2565 | 2026-06-20T23:57:43.526Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2566 | 2026-06-20T23:57:43.712Z | Checking libscf-sys v1.1.0 |
| 2567 | 2026-06-20T23:57:43.743Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2568 | 2026-06-20T23:57:43.775Z | Compiling progenitor-impl v0.13.0 |
| 2569 | 2026-06-20T23:57:43.872Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2570 | 2026-06-20T23:57:44.078Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2571 | 2026-06-20T23:57:44.099Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2572 | 2026-06-20T23:57:44.187Z | Checking tabled v0.20.0 |
| 2573 | 2026-06-20T23:57:44.396Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2574 | 2026-06-20T23:57:44.727Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2575 | 2026-06-20T23:57:44.819Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2576 | 2026-06-20T23:57:45.010Z | Checking progenitor-client v0.13.0 |
| 2577 | 2026-06-20T23:57:45.105Z | Compiling git-stub v1.0.0 |
| 2578 | 2026-06-20T23:57:45.279Z | Checking unicase v2.9.0 |
| 2579 | 2026-06-20T23:57:45.392Z | Compiling git-stub-vcs v0.1.0 |
| 2580 | 2026-06-20T23:57:45.435Z | Checking crc8 v0.1.1 |
| 2581 | 2026-06-20T23:57:45.471Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2582 | 2026-06-20T23:57:45.530Z | Checking fxhash v0.2.1 |
| 2583 | 2026-06-20T23:57:45.560Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2584 | 2026-06-20T23:57:45.759Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2585 | 2026-06-20T23:57:45.797Z | Compiling vergen-lib v0.1.6 |
| 2586 | 2026-06-20T23:57:46.019Z | Compiling diesel_derives v2.3.7 |
| 2587 | 2026-06-20T23:57:46.292Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2588 | 2026-06-20T23:57:46.325Z | Checking scheduled-thread-pool v0.2.7 |
| 2589 | 2026-06-20T23:57:46.356Z | Compiling dsl_auto_type v0.2.0 |
| 2590 | 2026-06-20T23:57:46.392Z | Compiling progenitor-macro v0.13.0 |
| 2591 | 2026-06-20T23:57:46.497Z | Compiling vergen-gitcl v1.0.8 |
| 2592 | 2026-06-20T23:57:46.549Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2593 | 2026-06-20T23:57:46.674Z | Checking r2d2 v0.8.10 |
| 2594 | 2026-06-20T23:57:46.692Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2595 | 2026-06-20T23:57:46.769Z | Checking downcast-rs v2.0.2 |
| 2596 | 2026-06-20T23:57:46.800Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2597 | 2026-06-20T23:57:46.842Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2598 | 2026-06-20T23:57:47.052Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2599 | 2026-06-20T23:57:47.155Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2600 | 2026-06-20T23:57:47.321Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2601 | 2026-06-20T23:57:47.352Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2602 | 2026-06-20T23:57:47.391Z | Checking kstat-rs v0.2.4 |
| 2603 | 2026-06-20T23:57:47.459Z | Checking arc-swap v1.8.2 |
| 2604 | 2026-06-20T23:57:47.496Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2605 | 2026-06-20T23:57:47.605Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2606 | 2026-06-20T23:57:47.646Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2607 | 2026-06-20T23:57:47.709Z | Checking slog-scope v4.4.1 |
| 2608 | 2026-06-20T23:57:47.882Z | Compiling dirs-sys-next v0.1.2 |
| 2609 | 2026-06-20T23:57:47.951Z | Compiling parking_lot_core v0.8.6 |
| 2610 | 2026-06-20T23:57:48.115Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2611 | 2026-06-20T23:57:48.196Z | Compiling crunchy v0.2.4 |
| 2612 | 2026-06-20T23:57:48.274Z | Compiling dirs-next v2.0.0 |
| 2613 | 2026-06-20T23:57:48.346Z | Checking slog-stdlog v4.1.1 |
| 2614 | 2026-06-20T23:57:48.427Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2615 | 2026-06-20T23:57:48.518Z | Compiling clang-sys v1.8.1 |
| 2616 | 2026-06-20T23:57:48.558Z | Compiling tiny-keccak v2.0.2 |
| 2617 | 2026-06-20T23:57:48.934Z | Checking slog-envlogger v2.2.0 |
| 2618 | 2026-06-20T23:57:48.964Z | Compiling term v0.7.0 |
| 2619 | 2026-06-20T23:57:48.999Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2620 | 2026-06-20T23:57:49.115Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2621 | 2026-06-20T23:57:49.257Z | Compiling bit-vec v0.6.3 |
| 2622 | 2026-06-20T23:57:49.316Z | Checking parking_lot v0.11.2 |
| 2623 | 2026-06-20T23:57:49.506Z | Compiling bit-set v0.5.3 |
| 2624 | 2026-06-20T23:57:49.538Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2625 | 2026-06-20T23:57:49.541Z | Compiling ascii-canvas v3.0.0 |
| 2626 | 2026-06-20T23:57:49.637Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2627 | 2026-06-20T23:57:49.691Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2628 | 2026-06-20T23:57:49.844Z | Checking prefix-trie v0.7.0 |
| 2629 | 2026-06-20T23:57:49.875Z | Compiling itertools v0.10.5 |
| 2630 | 2026-06-20T23:57:50.044Z | Compiling ena v0.14.4 |
| 2631 | 2026-06-20T23:57:50.103Z | Compiling libloading v0.8.9 |
| 2632 | 2026-06-20T23:57:50.166Z | Compiling regex-syntax v0.6.29 |
| 2633 | 2026-06-20T23:57:50.198Z | Compiling bindgen v0.71.1 |
| 2634 | 2026-06-20T23:57:50.284Z | Compiling diff v0.1.13 |
| 2635 | 2026-06-20T23:57:50.577Z | Checking hickory-server v0.25.2 |
| 2636 | 2026-06-20T23:57:50.830Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2637 | 2026-06-20T23:57:51.048Z | Checking sled v0.34.7 |
| 2638 | 2026-06-20T23:57:51.298Z | Checking progenitor v0.13.0 |
| 2639 | 2026-06-20T23:57:51.443Z | Compiling cexpr v0.6.0 |
| 2640 | 2026-06-20T23:57:51.476Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2641 | 2026-06-20T23:57:51.884Z | Compiling lalrpop v0.19.12 |
| 2642 | 2026-06-20T23:57:52.132Z | Checking nanorand v0.7.0 |
| 2643 | 2026-06-20T23:57:52.256Z | Compiling salty v0.3.0 |
| 2644 | 2026-06-20T23:57:52.291Z | Checking diesel v2.3.7 |
| 2645 | 2026-06-20T23:57:52.324Z | Compiling rustc-hash v2.1.1 |
| 2646 | 2026-06-20T23:57:52.363Z | Checking flume v0.11.1 |
| 2647 | 2026-06-20T23:57:52.563Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2648 | 2026-06-20T23:57:52.630Z | Checking primeorder v0.13.6 |
| 2649 | 2026-06-20T23:57:52.780Z | Compiling libxml v0.3.3 |
| 2650 | 2026-06-20T23:57:52.830Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2651 | 2026-06-20T23:57:53.232Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2652 | 2026-06-20T23:57:53.848Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2653 | 2026-06-20T23:57:54.044Z | Compiling strum_macros v0.24.3 |
| 2654 | 2026-06-20T23:57:54.077Z | Compiling fs-err v2.11.0 |
| 2655 | 2026-06-20T23:57:54.303Z | Compiling indoc v1.0.9 |
| 2656 | 2026-06-20T23:57:54.760Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2657 | 2026-06-20T23:57:54.983Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2658 | 2026-06-20T23:57:55.244Z | Checking quick-xml v0.37.5 |
| 2659 | 2026-06-20T23:57:55.356Z | Checking derive_builder v0.20.2 |
| 2660 | 2026-06-20T23:57:55.406Z | Compiling oso-derive v0.27.3 |
| 2661 | 2026-06-20T23:57:55.499Z | Compiling trait-variant v0.1.2 |
| 2662 | 2026-06-20T23:57:55.940Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2663 | 2026-06-20T23:57:56.097Z | Checking openssl-probe v0.1.6 |
| 2664 | 2026-06-20T23:57:56.215Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2665 | 2026-06-20T23:57:56.499Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2666 | 2026-06-20T23:57:57.026Z | Checking p384 v0.13.1 |
| 2667 | 2026-06-20T23:57:57.478Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2668 | 2026-06-20T23:57:57.508Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2669 | 2026-06-20T23:57:57.931Z | Checking assert_matches v1.5.0 |
| 2670 | 2026-06-20T23:57:57.936Z | Checking parse-size v1.1.0 |
| 2671 | 2026-06-20T23:57:57.996Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2672 | 2026-06-20T23:57:58.076Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2673 | 2026-06-20T23:57:58.224Z | Checking predicates-tree v1.0.13 |
| 2674 | 2026-06-20T23:57:58.257Z | Checking bb8 v0.8.6 |
| 2675 | 2026-06-20T23:57:58.368Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2676 | 2026-06-20T23:57:58.688Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2677 | 2026-06-20T23:57:58.808Z | Compiling mime_guess v2.0.5 |
| 2678 | 2026-06-20T23:57:58.913Z | Checking http-range v0.1.5 |
| 2679 | 2026-06-20T23:57:58.949Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2680 | 2026-06-20T23:57:59.072Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2681 | 2026-06-20T23:57:59.219Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2682 | 2026-06-20T23:57:59.422Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2683 | 2026-06-20T23:57:59.482Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2684 | 2026-06-20T23:57:59.527Z | Checking atty v0.2.14 |
| 2685 | 2026-06-20T23:57:59.559Z | Checking nonempty v0.12.0 |
| 2686 | 2026-06-20T23:57:59.649Z | Checking corncobs v0.1.4 |
| 2687 | 2026-06-20T23:57:59.651Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2688 | 2026-06-20T23:57:59.790Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2689 | 2026-06-20T23:57:59.822Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2690 | 2026-06-20T23:58:00.046Z | Checking ignore v0.4.25 |
| 2691 | 2026-06-20T23:58:00.107Z | Checking secrecy v0.8.0 |
| 2692 | 2026-06-20T23:58:00.112Z | Checking hyper-staticfile v0.10.1 |
| 2693 | 2026-06-20T23:58:00.393Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2694 | 2026-06-20T23:58:00.452Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2695 | 2026-06-20T23:58:00.486Z | Checking globwalk v0.9.1 |
| 2696 | 2026-06-20T23:58:00.735Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2697 | 2026-06-20T23:58:00.776Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2698 | 2026-06-20T23:58:00.912Z | Checking camino-tempfile-ext v0.3.3 |
| 2699 | 2026-06-20T23:58:00.946Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2700 | 2026-06-20T23:58:01.036Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2701 | 2026-06-20T23:58:01.139Z | Checking signal-hook-tokio v0.3.1 |
| 2702 | 2026-06-20T23:58:01.303Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2703 | 2026-06-20T23:58:01.499Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2704 | 2026-06-20T23:58:01.589Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2705 | 2026-06-20T23:58:01.734Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2706 | 2026-06-20T23:58:01.964Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2707 | 2026-06-20T23:58:02.132Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2708 | 2026-06-20T23:58:02.248Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2709 | 2026-06-20T23:58:02.283Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2710 | 2026-06-20T23:58:02.318Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2711 | 2026-06-20T23:58:02.697Z | Checking illumos-nvpair v0.3.0 |
| 2712 | 2026-06-20T23:58:02.888Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2713 | 2026-06-20T23:58:03.327Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2714 | 2026-06-20T23:58:03.764Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2715 | 2026-06-20T23:58:04.034Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2716 | 2026-06-20T23:58:04.071Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2717 | 2026-06-20T23:58:04.105Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2718 | 2026-06-20T23:58:04.265Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2719 | 2026-06-20T23:58:04.297Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2720 | 2026-06-20T23:58:04.398Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2721 | 2026-06-20T23:58:04.963Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2722 | 2026-06-20T23:58:05.090Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2723 | 2026-06-20T23:58:05.375Z | Checking tungstenite v0.23.0 |
| 2724 | 2026-06-20T23:58:05.412Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2725 | 2026-06-20T23:58:05.446Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2726 | 2026-06-20T23:58:05.834Z | Checking tokio-tungstenite v0.23.1 |
| 2727 | 2026-06-20T23:58:05.872Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2728 | 2026-06-20T23:58:06.137Z | Checking rand_seeder v0.4.0 |
| 2729 | 2026-06-20T23:58:06.248Z | Checking async-bb8-diesel v0.2.1 |
| 2730 | 2026-06-20T23:58:06.312Z | Checking diesel-dtrace v0.5.0 |
| 2731 | 2026-06-20T23:58:06.345Z | Checking void v1.0.2 |
| 2732 | 2026-06-20T23:58:06.481Z | Checking lzss v0.8.2 |
| 2733 | 2026-06-20T23:58:06.580Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2734 | 2026-06-20T23:58:06.614Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2735 | 2026-06-20T23:58:06.646Z | Checking nix v0.27.1 |
| 2736 | 2026-06-20T23:58:06.706Z | Checking serde_bytes v0.11.19 |
| 2737 | 2026-06-20T23:58:06.771Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2738 | 2026-06-20T23:58:06.879Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2739 | 2026-06-20T23:58:06.914Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2740 | 2026-06-20T23:58:07.191Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2741 | 2026-06-20T23:58:07.591Z | Checking is_ci v1.2.0 |
| 2742 | 2026-06-20T23:58:07.688Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2743 | 2026-06-20T23:58:07.727Z | Checking yansi v1.0.1 |
| 2744 | 2026-06-20T23:58:07.856Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2745 | 2026-06-20T23:58:08.016Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2746 | 2026-06-20T23:58:08.153Z | Checking pretty_assertions v1.4.1 |
| 2747 | 2026-06-20T23:58:08.281Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2748 | 2026-06-20T23:58:08.318Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2749 | 2026-06-20T23:58:08.577Z | Compiling darling_core v0.23.0 |
| 2750 | 2026-06-20T23:58:08.609Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2751 | 2026-06-20T23:58:09.046Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2752 | 2026-06-20T23:58:09.824Z | Compiling indoc v2.0.7 |
| 2753 | 2026-06-20T23:58:09.859Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2754 | 2026-06-20T23:58:10.094Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2755 | 2026-06-20T23:58:10.315Z | Compiling libz-sys v1.1.24 |
| 2756 | 2026-06-20T23:58:10.729Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2757 | 2026-06-20T23:58:10.893Z | Compiling instability v0.3.11 |
| 2758 | 2026-06-20T23:58:11.007Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2759 | 2026-06-20T23:58:11.056Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2760 | 2026-06-20T23:58:11.145Z | Compiling darling_macro v0.23.0 |
| 2761 | 2026-06-20T23:58:11.326Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2762 | 2026-06-20T23:58:11.554Z | Checking castaway v0.2.4 |
| 2763 | 2026-06-20T23:58:11.699Z | Compiling darling v0.23.0 |
| 2764 | 2026-06-20T23:58:11.702Z | Checking compact_str v0.8.1 |
| 2765 | 2026-06-20T23:58:12.139Z | Checking supports-color v3.0.2 |
| 2766 | 2026-06-20T23:58:12.306Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2767 | 2026-06-20T23:58:12.412Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2768 | 2026-06-20T23:58:12.536Z | Checking unicode-truncate v1.1.0 |
| 2769 | 2026-06-20T23:58:12.568Z | Checking console v0.16.2 |
| 2770 | 2026-06-20T23:58:12.643Z | Checking lru v0.12.5 |
| 2771 | 2026-06-20T23:58:12.717Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2772 | 2026-06-20T23:58:12.806Z | Checking cassowary v0.3.0 |
| 2773 | 2026-06-20T23:58:12.838Z | Checking unit-prefix v0.5.2 |
| 2774 | 2026-06-20T23:58:13.002Z | Checking indicatif v0.18.4 |
| 2775 | 2026-06-20T23:58:13.068Z | Checking ratatui v0.29.0 |
| 2776 | 2026-06-20T23:58:13.190Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2777 | 2026-06-20T23:58:13.410Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2778 | 2026-06-20T23:58:13.658Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2779 | 2026-06-20T23:58:14.383Z | Compiling vergen-git2 v9.1.0 |
| 2780 | 2026-06-20T23:58:14.422Z | Checking plotters-backend v0.3.7 |
| 2781 | 2026-06-20T23:58:14.655Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2782 | 2026-06-20T23:58:14.689Z | Checking plotters-svg v0.3.7 |
| 2783 | 2026-06-20T23:58:14.860Z | Checking cast v0.3.0 |
| 2784 | 2026-06-20T23:58:14.893Z | Compiling rustls v0.21.12 |
| 2785 | 2026-06-20T23:58:15.046Z | Checking criterion-plot v0.6.0 |
| 2786 | 2026-06-20T23:58:15.199Z | Checking plotters v0.3.7 |
| 2787 | 2026-06-20T23:58:15.321Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2788 | 2026-06-20T23:58:15.361Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2789 | 2026-06-20T23:58:15.588Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2790 | 2026-06-20T23:58:15.851Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2791 | 2026-06-20T23:58:15.997Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2792 | 2026-06-20T23:58:16.074Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2793 | 2026-06-20T23:58:16.221Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2794 | 2026-06-20T23:58:16.303Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2795 | 2026-06-20T23:58:16.346Z | Checking colored v2.2.0 |
| 2796 | 2026-06-20T23:58:16.444Z | Checking sct v0.7.1 |
| 2797 | 2026-06-20T23:58:16.576Z | Checking rustls-webpki v0.101.7 |
| 2798 | 2026-06-20T23:58:16.612Z | Checking tinytemplate v1.2.1 |
| 2799 | 2026-06-20T23:58:16.862Z | Checking oorandom v11.1.5 |
| 2800 | 2026-06-20T23:58:16.944Z | Checking anes v0.1.6 |
| 2801 | 2026-06-20T23:58:16.978Z | Checking shell-words v1.1.1 |
| 2802 | 2026-06-20T23:58:17.173Z | Checking criterion v0.7.0 |
| 2803 | 2026-06-20T23:58:17.216Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2804 | 2026-06-20T23:58:18.555Z | Checking typeid v1.0.3 |
| 2805 | 2026-06-20T23:58:18.597Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2806 | 2026-06-20T23:58:18.689Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2807 | 2026-06-20T23:58:19.363Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2808 | 2026-06-20T23:58:19.468Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2809 | 2026-06-20T23:58:19.829Z | Checking hex-literal v0.4.1 |
| 2810 | 2026-06-20T23:58:19.964Z | Checking erased-serde v0.4.9 |
| 2811 | 2026-06-20T23:58:20.346Z | Checking tokio-rustls v0.24.1 |
| 2812 | 2026-06-20T23:58:20.583Z | Checking rustls-pemfile v1.0.4 |
| 2813 | 2026-06-20T23:58:20.758Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2814 | 2026-06-20T23:58:20.988Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2815 | 2026-06-20T23:58:21.396Z | Checking twox-hash v2.1.2 |
| 2816 | 2026-06-20T23:58:21.729Z | Checking ordered-float v2.10.1 |
| 2817 | 2026-06-20T23:58:21.992Z | Checking serde-value v0.7.0 |
| 2818 | 2026-06-20T23:58:22.281Z | Checking serde-untagged v0.1.9 |
| 2819 | 2026-06-20T23:58:22.509Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2820 | 2026-06-20T23:58:22.763Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2821 | 2026-06-20T23:58:22.954Z | Checking fatfs v0.3.6 |
| 2822 | 2026-06-20T23:58:23.431Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2823 | 2026-06-20T23:58:23.509Z | Checking unicode-xid v0.2.6 |
| 2824 | 2026-06-20T23:58:23.627Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2825 | 2026-06-20T23:58:23.660Z | Compiling seq-macro v0.3.6 |
| 2826 | 2026-06-20T23:58:23.805Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2827 | 2026-06-20T23:58:24.176Z | Checking cargo-util-schemas v0.8.2 |
| 2828 | 2026-06-20T23:58:24.533Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2829 | 2026-06-20T23:58:24.764Z | Checking cargo-platform v0.2.0 |
| 2830 | 2026-06-20T23:58:24.977Z | Compiling petname v2.0.2 |
| 2831 | 2026-06-20T23:58:25.069Z | Checking cargo_metadata v0.21.0 |
| 2832 | 2026-06-20T23:58:25.113Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2833 | 2026-06-20T23:58:25.629Z | Checking concurrent-queue v2.5.0 |
| 2834 | 2026-06-20T23:58:25.894Z | Checking rtoolbox v0.0.3 |
| 2835 | 2026-06-20T23:58:25.898Z | Checking parking v2.2.1 |
| 2836 | 2026-06-20T23:58:26.012Z | Checking rpassword v7.4.0 |
| 2837 | 2026-06-20T23:58:26.042Z | Checking event-listener v5.4.1 |
| 2838 | 2026-06-20T23:58:26.298Z | Checking tui-tree-widget v0.23.1 |
| 2839 | 2026-06-20T23:58:26.526Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2840 | 2026-06-20T23:58:26.560Z | Checking polyval v0.6.2 |
| 2841 | 2026-06-20T23:58:26.694Z | Checking sapling-renderdag v0.1.0 |
| 2842 | 2026-06-20T23:58:26.762Z | Checking sync-ptr v0.1.4 |
| 2843 | 2026-06-20T23:58:26.909Z | Checking ghash v0.5.1 |
| 2844 | 2026-06-20T23:58:26.968Z | Checking event-listener-strategy v0.5.4 |
| 2845 | 2026-06-20T23:58:27.059Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2846 | 2026-06-20T23:58:27.134Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2847 | 2026-06-20T23:58:27.358Z | Checking ctr v0.9.2 |
| 2848 | 2026-06-20T23:58:27.560Z | Checking constant_time_eq v0.4.2 |
| 2849 | 2026-06-20T23:58:27.724Z | Checking arrayref v0.3.9 |
| 2850 | 2026-06-20T23:58:27.757Z | Checking arrayvec v0.7.6 |
| 2851 | 2026-06-20T23:58:27.826Z | Checking futures-timer v3.0.3 |
| 2852 | 2026-06-20T23:58:27.972Z | Checking aes-gcm v0.10.3 |
| 2853 | 2026-06-20T23:58:28.078Z | Checking async-lock v3.4.2 |
| 2854 | 2026-06-20T23:58:28.153Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2855 | 2026-06-20T23:58:28.486Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2856 | 2026-06-20T23:58:29.031Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2857 | 2026-06-20T23:58:29.131Z | Checking ssh-encoding v0.2.0 |
| 2858 | 2026-06-20T23:58:29.351Z | Checking blowfish v0.9.1 |
| 2859 | 2026-06-20T23:58:29.536Z | Compiling strsim v0.10.0 |
| 2860 | 2026-06-20T23:58:29.705Z | Checking bcrypt-pbkdf v0.10.0 |
| 2861 | 2026-06-20T23:58:29.900Z | Compiling darling_core v0.13.4 |
| 2862 | 2026-06-20T23:58:29.903Z | Checking ssh-cipher v0.2.0 |
| 2863 | 2026-06-20T23:58:30.135Z | Checking async-object-pool v0.2.0 |
| 2864 | 2026-06-20T23:58:30.276Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2865 | 2026-06-20T23:58:30.679Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2866 | 2026-06-20T23:58:31.356Z | Checking serde_regex v1.1.0 |
| 2867 | 2026-06-20T23:58:31.556Z | Checking password-hash v0.4.2 |
| 2868 | 2026-06-20T23:58:31.764Z | Checking assert-json-diff v2.0.2 |
| 2869 | 2026-06-20T23:58:31.801Z | Checking path-tree v0.8.3 |
| 2870 | 2026-06-20T23:58:31.808Z | Checking stringmetrics v2.2.2 |
| 2871 | 2026-06-20T23:58:31.973Z | Compiling target-lexicon v0.13.3 |
| 2872 | 2026-06-20T23:58:32.016Z | Checking gimli v0.32.3 |
| 2873 | 2026-06-20T23:58:32.024Z | Checking httpmock v0.8.3 |
| 2874 | 2026-06-20T23:58:32.539Z | Compiling darling_macro v0.13.4 |
| 2875 | 2026-06-20T23:58:33.048Z | Checking pbkdf2 v0.11.0 |
| 2876 | 2026-06-20T23:58:33.246Z | Checking ssh-key v0.6.7 |
| 2877 | 2026-06-20T23:58:33.606Z | Checking addr2line v0.25.1 |
| 2878 | 2026-06-20T23:58:33.641Z | Compiling samael v0.0.19 |
| 2879 | 2026-06-20T23:58:33.981Z | Checking p256 v0.13.2 |
| 2880 | 2026-06-20T23:58:34.256Z | Checking p521 v0.13.3 |
| 2881 | 2026-06-20T23:58:34.286Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2882 | 2026-06-20T23:58:34.558Z | Checking russh-cryptovec v0.7.3 |
| 2883 | 2026-06-20T23:58:34.724Z | Compiling guppy-workspace-hack v0.1.0 |
| 2884 | 2026-06-20T23:58:34.880Z | Checking md5 v0.7.0 |
| 2885 | 2026-06-20T23:58:34.938Z | Checking rustc-demangle v0.1.27 |
| 2886 | 2026-06-20T23:58:35.083Z | Checking russh-keys v0.45.0 |
| 2887 | 2026-06-20T23:58:35.204Z | Checking backtrace v0.3.76 |
| 2888 | 2026-06-20T23:58:35.584Z | Compiling darling v0.13.4 |
| 2889 | 2026-06-20T23:58:35.826Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2890 | 2026-06-20T23:58:35.839Z | Checking num-bigint v0.4.6 |
| 2891 | 2026-06-20T23:58:35.981Z | Checking des v0.8.1 |
| 2892 | 2026-06-20T23:58:36.166Z | Compiling blake3 v1.8.3 |
| 2893 | 2026-06-20T23:58:36.169Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2894 | 2026-06-20T23:58:36.560Z | Compiling target-spec v3.5.7 |
| 2895 | 2026-06-20T23:58:36.639Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2896 | 2026-06-20T23:58:36.781Z | Checking russh v0.45.0 |
| 2897 | 2026-06-20T23:58:37.409Z | Checking cfg-expr v0.20.6 |
| 2898 | 2026-06-20T23:58:37.486Z | Compiling serde_with_macros v1.5.2 |
| 2899 | 2026-06-20T23:58:37.932Z | Checking backtrace-ext v0.2.1 |
| 2900 | 2026-06-20T23:58:38.078Z | Checking supports-color v2.1.0 |
| 2901 | 2026-06-20T23:58:38.243Z | Checking textwrap v0.15.2 |
| 2902 | 2026-06-20T23:58:38.343Z | Checking supports-hyperlinks v2.1.0 |
| 2903 | 2026-06-20T23:58:38.481Z | Checking supports-unicode v2.1.0 |
| 2904 | 2026-06-20T23:58:38.514Z | Checking hashbrown v0.14.5 |
| 2905 | 2026-06-20T23:58:38.628Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2906 | 2026-06-20T23:58:38.674Z | Checking cargo-platform v0.3.2 |
| 2907 | 2026-06-20T23:58:38.707Z | Checking terminal_size v0.1.17 |
| 2908 | 2026-06-20T23:58:38.846Z | Compiling miette-derive v5.10.0 |
| 2909 | 2026-06-20T23:58:38.875Z | Checking internet-checksum v0.2.1 |
| 2910 | 2026-06-20T23:58:39.006Z | Checking owo-colors v3.5.0 |
| 2911 | 2026-06-20T23:58:39.041Z | Checking chumsky v0.9.3 |
| 2912 | 2026-06-20T23:58:39.610Z | Checking cargo_metadata v0.23.1 |
| 2913 | 2026-06-20T23:58:39.973Z | Checking miette v5.10.0 |
| 2914 | 2026-06-20T23:58:40.072Z | Compiling serde_with v1.14.0 |
| 2915 | 2026-06-20T23:58:40.478Z | Compiling git2 v0.20.4 |
| 2916 | 2026-06-20T23:58:40.545Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2917 | 2026-06-20T23:58:40.590Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2918 | 2026-06-20T23:58:40.835Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2919 | 2026-06-20T23:58:41.187Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2920 | 2026-06-20T23:58:41.247Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2921 | 2026-06-20T23:58:41.405Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2922 | 2026-06-20T23:58:41.441Z | Compiling knuffel-derive v3.2.0 |
| 2923 | 2026-06-20T23:58:41.522Z | Checking httptest v0.16.4 |
| 2924 | 2026-06-20T23:58:41.553Z | Checking pathdiff v0.2.3 |
| 2925 | 2026-06-20T23:58:41.691Z | Checking topological-sort v0.2.2 |
| 2926 | 2026-06-20T23:58:41.860Z | Checking nested v0.1.1 |
| 2927 | 2026-06-20T23:58:41.913Z | Checking omicron-zone-package v0.12.2 |
| 2928 | 2026-06-20T23:58:42.028Z | Checking guppy v0.17.25 |
| 2929 | 2026-06-20T23:58:42.310Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2930 | 2026-06-20T23:58:42.951Z | Checking knuffel v3.2.0 |
| 2931 | 2026-06-20T23:58:42.993Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2932 | 2026-06-20T23:58:43.259Z | Checking similar-asserts v1.7.0 |
| 2933 | 2026-06-20T23:58:43.426Z | Compiling target-triple v1.0.0 |
| 2934 | 2026-06-20T23:58:43.460Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2935 | 2026-06-20T23:58:43.606Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2936 | 2026-06-20T23:58:43.637Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2937 | 2026-06-20T23:58:43.795Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2938 | 2026-06-20T23:58:43.889Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2939 | 2026-06-20T23:58:43.950Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2940 | 2026-06-20T23:58:44.183Z | Checking hickory-client v0.25.2 |
| 2941 | 2026-06-20T23:58:44.427Z | Checking tokio-test v0.4.5 |
| 2942 | 2026-06-20T23:58:44.492Z | Compiling assert_cmd v2.1.2 |
| 2943 | 2026-06-20T23:58:44.665Z | Checking escape8259 v0.5.3 |
| 2944 | 2026-06-20T23:58:44.895Z | Checking libtest-mimic v0.8.1 |
| 2945 | 2026-06-20T23:58:45.233Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2946 | 2026-06-20T23:58:45.362Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2947 | 2026-06-20T23:58:45.397Z | Checking blake2b_simd v1.0.4 |
| 2948 | 2026-06-20T23:58:45.828Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2949 | 2026-06-20T23:58:46.113Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2950 | 2026-06-20T23:58:46.239Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2951 | 2026-06-20T23:58:46.475Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2952 | 2026-06-20T23:58:46.549Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2953 | 2026-06-20T23:58:46.707Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2954 | 2026-06-20T23:58:46.938Z | Checking fancy-regex v0.14.0 |
| 2955 | 2026-06-20T23:58:47.165Z | Checking serde_tokenstream v0.2.3 |
| 2956 | 2026-06-20T23:58:47.338Z | Checking approx v0.5.1 |
| 2957 | 2026-06-20T23:58:47.428Z | Checking uzers v0.12.2 |
| 2958 | 2026-06-20T23:58:47.502Z | Compiling rstest_macros v0.25.0 |
| 2959 | 2026-06-20T23:58:47.685Z | Checking constant_time_eq v0.3.1 |
| 2960 | 2026-06-20T23:58:47.814Z | Compiling linkme-impl v0.3.35 |
| 2961 | 2026-06-20T23:58:47.847Z | Checking termcolor v1.4.1 |
| 2962 | 2026-06-20T23:58:48.097Z | Checking trybuild v1.0.116 |
| 2963 | 2026-06-20T23:58:48.209Z | Checking rust-argon2 v2.1.0 |
| 2964 | 2026-06-20T23:58:48.583Z | Checking datatest-stable v0.3.3 |
| 2965 | 2026-06-20T23:58:48.874Z | Compiling polar-core v0.27.3 |
| 2966 | 2026-06-20T23:58:48.947Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2967 | 2026-06-20T23:58:49.292Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2968 | 2026-06-20T23:58:49.324Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2969 | 2026-06-20T23:58:49.356Z | Checking support-bundle-viewer v0.1.2 |
| 2970 | 2026-06-20T23:58:49.622Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2971 | 2026-06-20T23:58:49.845Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2972 | 2026-06-20T23:58:50.046Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2973 | 2026-06-20T23:58:50.078Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2974 | 2026-06-20T23:58:50.270Z | Checking drift v0.2.0 |
| 2975 | 2026-06-20T23:58:50.304Z | Checking rand_distr v0.5.1 |
| 2976 | 2026-06-20T23:58:50.335Z | Checking multimap v0.10.1 |
| 2977 | 2026-06-20T23:58:50.534Z | Compiling linkme v0.3.35 |
| 2978 | 2026-06-20T23:58:50.646Z | Compiling relative-path v1.9.3 |
| 2979 | 2026-06-20T23:58:50.782Z | Checking dropshot-api-manager v0.7.2 |
| 2980 | 2026-06-20T23:58:51.946Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2981 | 2026-06-20T23:58:52.540Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2982 | 2026-06-20T23:58:52.677Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2983 | 2026-06-20T23:58:52.820Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2984 | 2026-06-20T23:58:53.060Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2985 | 2026-06-20T23:58:53.129Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2986 | 2026-06-20T23:58:53.442Z | Checking cargo_toml v0.21.0 |
| 2987 | 2026-06-20T23:58:53.581Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2988 | 2026-06-20T23:58:53.809Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2989 | 2026-06-20T23:58:53.842Z | Checking oso v0.27.3 |
| 2990 | 2026-06-20T23:58:54.238Z | Checking partial-io v0.5.4 |
| 2991 | 2026-06-20T23:58:54.270Z | Checking termios v0.3.3 |
| 2992 | 2026-06-20T23:58:54.302Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2993 | 2026-06-20T23:58:54.535Z | Checking rstest v0.25.0 |
| 2994 | 2026-06-20T23:58:55.176Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2995 | 2026-06-20T23:58:56.322Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2996 | 2026-06-20T23:58:56.764Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2997 | 2026-06-20T23:58:59.134Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 2998 | 2026-06-20T23:59:04.918Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2999 | 2026-06-20T23:59:06.564Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3000 | 2026-06-20T23:59:07.284Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3001 | 2026-06-20T23:59:09.888Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3002 | 2026-06-20T23:59:13.957Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3003 | 2026-06-20T23:59:18.492Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3004 | 2026-06-20T23:59:21.873Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3005 | 2026-06-20T23:59:22.539Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3006 | 2026-06-20T23:59:23.644Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3007 | 2026-06-20T23:59:29.428Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3008 | 2026-06-20T23:59:33.856Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3009 | 2026-06-21T00:00:46.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 01s |
| 3010 | 2026-06-21T00:00:47.100Z | |
| 3011 | 2026-06-21T00:00:47.100Z | real 4:04.247650098 |
| 3012 | 2026-06-21T00:00:47.100Z | user 20:51.864902229 |
| 3013 | 2026-06-21T00:00:47.100Z | sys 4:48.791039135 |
| 3014 | 2026-06-21T00:00:47.100Z | trap 0.497746997 |
| 3015 | 2026-06-21T00:00:47.100Z | tflt 0.505124174 |
| 3016 | 2026-06-21T00:00:47.100Z | dflt 0.539973900 |
| 3017 | 2026-06-21T00:00:47.100Z | kflt 0.005269891 |
| 3018 | 2026-06-21T00:00:47.100Z | lock 56:45.609670829 |
| 3019 | 2026-06-21T00:00:47.103Z | slp 57:05.258738973 |
| 3020 | 2026-06-21T00:00:47.103Z | lat 1:49.686360991 |
| 3021 | 2026-06-21T00:00:47.103Z | stop 10:37.058098086 |
| 3022 | 2026-06-21T00:00:47.103Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3023 | 2026-06-21T00:00:47.103Z | + ptime -m cargo doc --workspace --no-deps |
| 3024 | 2026-06-21T00:00:47.879Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3025 | 2026-06-21T00:00:47.879Z | | |
| 3026 | 2026-06-21T00:00:47.879Z | = 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)` |
| 3027 | 2026-06-21T00:00:47.879Z | = 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> |
| 3028 | 2026-06-21T00:00:48.883Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3029 | 2026-06-21T00:00:49.109Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3030 | 2026-06-21T00:00:49.153Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3031 | 2026-06-21T00:00:49.216Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3032 | 2026-06-21T00:00:49.247Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3033 | 2026-06-21T00:00:49.301Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3034 | 2026-06-21T00:00:49.417Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3035 | 2026-06-21T00:00:49.423Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3036 | 2026-06-21T00:00:49.449Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3037 | 2026-06-21T00:00:49.489Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3038 | 2026-06-21T00:00:49.678Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3039 | 2026-06-21T00:00:49.701Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3040 | 2026-06-21T00:00:49.739Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3041 | 2026-06-21T00:00:49.761Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3042 | 2026-06-21T00:00:49.783Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3043 | 2026-06-21T00:00:49.820Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3044 | 2026-06-21T00:00:49.841Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3045 | 2026-06-21T00:00:49.862Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3046 | 2026-06-21T00:00:49.866Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3047 | 2026-06-21T00:00:49.904Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3048 | 2026-06-21T00:00:49.971Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3049 | 2026-06-21T00:00:50.012Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3050 | 2026-06-21T00:00:50.249Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3051 | 2026-06-21T00:00:50.578Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3052 | 2026-06-21T00:00:50.601Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3053 | 2026-06-21T00:00:50.682Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3054 | 2026-06-21T00:00:50.726Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3055 | 2026-06-21T00:00:50.748Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3056 | 2026-06-21T00:00:50.899Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3057 | 2026-06-21T00:00:50.973Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3058 | 2026-06-21T00:00:51.066Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3059 | 2026-06-21T00:00:51.201Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3060 | 2026-06-21T00:00:51.284Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3061 | 2026-06-21T00:00:51.323Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3062 | 2026-06-21T00:00:51.373Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3063 | 2026-06-21T00:00:51.429Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3064 | 2026-06-21T00:00:51.474Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3065 | 2026-06-21T00:00:51.564Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3066 | 2026-06-21T00:00:51.655Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3067 | 2026-06-21T00:00:51.879Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3068 | 2026-06-21T00:00:51.905Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3069 | 2026-06-21T00:00:52.209Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3070 | 2026-06-21T00:00:52.310Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3071 | 2026-06-21T00:00:52.338Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3072 | 2026-06-21T00:00:52.478Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3073 | 2026-06-21T00:00:52.501Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3074 | 2026-06-21T00:00:52.530Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3075 | 2026-06-21T00:00:52.604Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3076 | 2026-06-21T00:00:52.710Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3077 | 2026-06-21T00:00:52.764Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3078 | 2026-06-21T00:00:52.787Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3079 | 2026-06-21T00:00:52.839Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3080 | 2026-06-21T00:00:52.942Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3081 | 2026-06-21T00:00:53.011Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3082 | 2026-06-21T00:00:53.038Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3083 | 2026-06-21T00:00:53.064Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3084 | 2026-06-21T00:00:53.137Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3085 | 2026-06-21T00:00:53.162Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3086 | 2026-06-21T00:00:53.209Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3087 | 2026-06-21T00:00:53.233Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3088 | 2026-06-21T00:00:53.259Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3089 | 2026-06-21T00:00:53.338Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3090 | 2026-06-21T00:00:53.697Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3091 | 2026-06-21T00:00:53.720Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3092 | 2026-06-21T00:00:53.814Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3093 | 2026-06-21T00:00:54.070Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3094 | 2026-06-21T00:00:54.291Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3095 | 2026-06-21T00:00:54.548Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3096 | 2026-06-21T00:00:54.752Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3097 | 2026-06-21T00:00:54.775Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3098 | 2026-06-21T00:00:54.806Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3099 | 2026-06-21T00:00:54.854Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3100 | 2026-06-21T00:00:55.031Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3101 | 2026-06-21T00:00:55.056Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3102 | 2026-06-21T00:00:55.231Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3103 | 2026-06-21T00:00:55.616Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3104 | 2026-06-21T00:00:55.690Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3105 | 2026-06-21T00:00:55.735Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3106 | 2026-06-21T00:00:56.080Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3107 | 2026-06-21T00:00:56.164Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3108 | 2026-06-21T00:00:56.386Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3109 | 2026-06-21T00:00:56.492Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3110 | 2026-06-21T00:00:56.633Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3111 | 2026-06-21T00:00:56.656Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3112 | 2026-06-21T00:00:56.748Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3113 | 2026-06-21T00:00:56.770Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3114 | 2026-06-21T00:00:56.886Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3115 | 2026-06-21T00:00:57.078Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3116 | 2026-06-21T00:00:57.100Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3117 | 2026-06-21T00:00:57.121Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3118 | 2026-06-21T00:00:57.213Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3119 | 2026-06-21T00:00:57.254Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3120 | 2026-06-21T00:00:57.353Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3121 | 2026-06-21T00:00:57.367Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3122 | 2026-06-21T00:00:57.388Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3123 | 2026-06-21T00:00:57.411Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3124 | 2026-06-21T00:00:57.567Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3125 | 2026-06-21T00:00:57.612Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3126 | 2026-06-21T00:00:57.652Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3127 | 2026-06-21T00:00:57.672Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3128 | 2026-06-21T00:00:57.698Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3129 | 2026-06-21T00:00:57.720Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3130 | 2026-06-21T00:00:57.801Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3131 | 2026-06-21T00:00:57.867Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3132 | 2026-06-21T00:00:57.897Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3133 | 2026-06-21T00:00:57.948Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3134 | 2026-06-21T00:00:58.067Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3135 | 2026-06-21T00:00:58.207Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3136 | 2026-06-21T00:00:58.247Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3137 | 2026-06-21T00:00:58.288Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3138 | 2026-06-21T00:00:58.691Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3139 | 2026-06-21T00:00:58.911Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3140 | 2026-06-21T00:00:58.962Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3141 | 2026-06-21T00:00:59.637Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3142 | 2026-06-21T00:00:59.750Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3143 | 2026-06-21T00:00:59.849Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3144 | 2026-06-21T00:01:00.429Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3145 | 2026-06-21T00:01:00.566Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3146 | 2026-06-21T00:01:01.102Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3147 | 2026-06-21T00:01:01.858Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3148 | 2026-06-21T00:01:02.462Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3149 | 2026-06-21T00:01:02.486Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3150 | 2026-06-21T00:01:02.760Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3151 | 2026-06-21T00:01:03.058Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3152 | 2026-06-21T00:01:03.083Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3153 | 2026-06-21T00:01:03.292Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3154 | 2026-06-21T00:01:03.367Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3155 | 2026-06-21T00:01:04.017Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3156 | 2026-06-21T00:01:04.042Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3157 | 2026-06-21T00:01:04.068Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3158 | 2026-06-21T00:01:04.379Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3159 | 2026-06-21T00:01:04.709Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3160 | 2026-06-21T00:01:04.757Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3161 | 2026-06-21T00:01:05.254Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3162 | 2026-06-21T00:01:05.278Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3163 | 2026-06-21T00:01:05.643Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3164 | 2026-06-21T00:01:05.783Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3165 | 2026-06-21T00:01:05.812Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3166 | 2026-06-21T00:01:06.000Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3167 | 2026-06-21T00:01:06.711Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3168 | 2026-06-21T00:01:06.763Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3169 | 2026-06-21T00:01:07.429Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3170 | 2026-06-21T00:01:07.836Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3171 | 2026-06-21T00:01:08.278Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3172 | 2026-06-21T00:01:08.436Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3173 | 2026-06-21T00:01:08.884Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3174 | 2026-06-21T00:01:09.454Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3175 | 2026-06-21T00:01:09.645Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3176 | 2026-06-21T00:01:09.940Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3177 | 2026-06-21T00:01:09.963Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3178 | 2026-06-21T00:01:10.637Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3179 | 2026-06-21T00:01:11.133Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3180 | 2026-06-21T00:01:11.990Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3181 | 2026-06-21T00:01:12.080Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3182 | 2026-06-21T00:01:12.410Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3183 | 2026-06-21T00:01:12.755Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3184 | 2026-06-21T00:01:14.047Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3185 | 2026-06-21T00:01:16.621Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3186 | 2026-06-21T00:01:16.968Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3187 | 2026-06-21T00:01:17.707Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3188 | 2026-06-21T00:01:18.075Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3189 | 2026-06-21T00:01:18.543Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3190 | 2026-06-21T00:01:18.569Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3191 | 2026-06-21T00:01:19.766Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3192 | 2026-06-21T00:01:20.188Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3193 | 2026-06-21T00:01:20.284Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3194 | 2026-06-21T00:01:20.609Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3195 | 2026-06-21T00:01:21.397Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3196 | 2026-06-21T00:01:21.437Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3197 | 2026-06-21T00:01:21.590Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3198 | 2026-06-21T00:01:21.923Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3199 | 2026-06-21T00:01:21.953Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3200 | 2026-06-21T00:01:22.028Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3201 | 2026-06-21T00:01:22.050Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3202 | 2026-06-21T00:01:22.571Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3203 | 2026-06-21T00:01:22.620Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3204 | 2026-06-21T00:01:22.623Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3205 | 2026-06-21T00:01:23.271Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3206 | 2026-06-21T00:01:23.406Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3207 | 2026-06-21T00:01:23.470Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3208 | 2026-06-21T00:01:23.702Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3209 | 2026-06-21T00:01:24.087Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3210 | 2026-06-21T00:01:24.730Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3211 | 2026-06-21T00:01:25.469Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3212 | 2026-06-21T00:01:25.726Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3213 | 2026-06-21T00:01:26.238Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3214 | 2026-06-21T00:01:26.633Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3215 | 2026-06-21T00:01:28.193Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3216 | 2026-06-21T00:01:29.942Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3217 | 2026-06-21T00:01:30.571Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3218 | 2026-06-21T00:01:31.180Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3219 | 2026-06-21T00:01:31.803Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3220 | 2026-06-21T00:01:33.914Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3221 | 2026-06-21T00:01:34.719Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3222 | 2026-06-21T00:01:35.284Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3223 | 2026-06-21T00:01:36.125Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3224 | 2026-06-21T00:01:37.295Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3225 | 2026-06-21T00:01:39.279Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3226 | 2026-06-21T00:01:39.743Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3227 | 2026-06-21T00:01:40.535Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3228 | 2026-06-21T00:01:41.279Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3229 | 2026-06-21T00:01:41.468Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3230 | 2026-06-21T00:01:41.833Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3231 | 2026-06-21T00:01:44.831Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3232 | 2026-06-21T00:01:47.660Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3233 | 2026-06-21T00:01:48.483Z | Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3234 | 2026-06-21T00:01:49.412Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3235 | 2026-06-21T00:01:50.252Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3236 | 2026-06-21T00:01:51.021Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3237 | 2026-06-21T00:01:51.785Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3238 | 2026-06-21T00:01:52.564Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3239 | 2026-06-21T00:01:53.290Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3240 | 2026-06-21T00:01:54.810Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3241 | 2026-06-21T00:01:55.393Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3242 | 2026-06-21T00:01:56.238Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3243 | 2026-06-21T00:01:56.781Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3244 | 2026-06-21T00:01:57.830Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3245 | 2026-06-21T00:01:58.552Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3246 | 2026-06-21T00:01:59.417Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3247 | 2026-06-21T00:02:01.830Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3248 | 2026-06-21T00:02:03.084Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3249 | 2026-06-21T00:02:03.768Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3250 | 2026-06-21T00:02:05.028Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3251 | 2026-06-21T00:02:06.083Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3252 | 2026-06-21T00:02:08.798Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3253 | 2026-06-21T00:02:08.919Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3254 | 2026-06-21T00:02:09.908Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3255 | 2026-06-21T00:02:11.421Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3256 | 2026-06-21T00:02:12.606Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3257 | 2026-06-21T00:02:13.840Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3258 | 2026-06-21T00:02:15.142Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3259 | 2026-06-21T00:02:17.619Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3260 | 2026-06-21T00:02:18.528Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3261 | 2026-06-21T00:02:19.935Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3262 | 2026-06-21T00:02:21.530Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3263 | 2026-06-21T00:02:22.997Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3264 | 2026-06-21T00:02:24.600Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3265 | 2026-06-21T00:02:26.394Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3266 | 2026-06-21T00:02:27.930Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3267 | 2026-06-21T00:02:29.592Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3268 | 2026-06-21T00:02:33.663Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3269 | 2026-06-21T00:02:34.440Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3270 | 2026-06-21T00:02:35.390Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3271 | 2026-06-21T00:02:40.090Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3272 | 2026-06-21T00:02:40.170Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3273 | 2026-06-21T00:02:40.170Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3274 | 2026-06-21T00:02:41.480Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3275 | 2026-06-21T00:02:43.391Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3276 | 2026-06-21T00:02:45.147Z | Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3277 | 2026-06-21T00:02:46.843Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3278 | 2026-06-21T00:02:48.907Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3279 | 2026-06-21T00:02:50.408Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3280 | 2026-06-21T00:02:52.172Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3281 | 2026-06-21T00:02:53.888Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3282 | 2026-06-21T00:02:55.636Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3283 | 2026-06-21T00:02:57.363Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3284 | 2026-06-21T00:03:00.925Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3285 | 2026-06-21T00:03:02.728Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3286 | 2026-06-21T00:03:04.262Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3287 | 2026-06-21T00:03:06.020Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3288 | 2026-06-21T00:03:07.663Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3289 | 2026-06-21T00:03:11.948Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3290 | 2026-06-21T00:03:13.706Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3291 | 2026-06-21T00:03:15.809Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3292 | 2026-06-21T00:03:17.509Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3293 | 2026-06-21T00:03:20.988Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3294 | 2026-06-21T00:03:21.591Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3295 | 2026-06-21T00:03:24.785Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3296 | 2026-06-21T00:03:26.391Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3297 | 2026-06-21T00:03:28.682Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3298 | 2026-06-21T00:03:31.211Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3299 | 2026-06-21T00:03:33.331Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3300 | 2026-06-21T00:03:35.546Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3301 | 2026-06-21T00:03:37.752Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3302 | 2026-06-21T00:03:40.256Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3303 | 2026-06-21T00:03:42.562Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3304 | 2026-06-21T00:03:44.349Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3305 | 2026-06-21T00:03:46.579Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3306 | 2026-06-21T00:03:48.794Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3307 | 2026-06-21T00:03:51.177Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3308 | 2026-06-21T00:03:53.355Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3309 | 2026-06-21T00:03:55.699Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3310 | 2026-06-21T00:03:57.930Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3311 | 2026-06-21T00:04:00.174Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3312 | 2026-06-21T00:04:02.454Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3313 | 2026-06-21T00:04:04.706Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3314 | 2026-06-21T00:04:07.118Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3315 | 2026-06-21T00:04:09.451Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3316 | 2026-06-21T00:04:11.842Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3317 | 2026-06-21T00:04:14.223Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3318 | 2026-06-21T00:04:16.594Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3319 | 2026-06-21T00:04:18.965Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3320 | 2026-06-21T00:04:21.361Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3321 | 2026-06-21T00:04:23.644Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3322 | 2026-06-21T00:04:26.025Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3323 | 2026-06-21T00:04:28.370Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3324 | 2026-06-21T00:04:30.724Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3325 | 2026-06-21T00:04:33.290Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3326 | 2026-06-21T00:04:35.562Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3327 | 2026-06-21T00:04:37.968Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3328 | 2026-06-21T00:04:40.352Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3329 | 2026-06-21T00:04:42.669Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3330 | 2026-06-21T00:04:45.211Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3331 | 2026-06-21T00:04:47.508Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3332 | 2026-06-21T00:04:49.893Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3333 | 2026-06-21T00:04:52.227Z | Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3334 | 2026-06-21T00:04:55.130Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3335 | 2026-06-21T00:04:57.380Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3336 | 2026-06-21T00:04:59.737Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3337 | 2026-06-21T00:05:02.177Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3338 | 2026-06-21T00:05:04.807Z | Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3339 | 2026-06-21T00:05:07.347Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3340 | 2026-06-21T00:05:09.813Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3341 | 2026-06-21T00:05:12.396Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3342 | 2026-06-21T00:05:16.673Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3343 | 2026-06-21T00:05:17.626Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3344 | 2026-06-21T00:05:20.211Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3345 | 2026-06-21T00:05:22.656Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3346 | 2026-06-21T00:05:25.246Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3347 | 2026-06-21T00:05:27.847Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3348 | 2026-06-21T00:05:30.442Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3349 | 2026-06-21T00:05:33.399Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3350 | 2026-06-21T00:05:35.912Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3351 | 2026-06-21T00:05:43.527Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3352 | 2026-06-21T00:05:43.697Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3353 | 2026-06-21T00:05:47.133Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3354 | 2026-06-21T00:05:50.484Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3355 | 2026-06-21T00:05:53.877Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3356 | 2026-06-21T00:06:00.341Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3357 | 2026-06-21T00:06:00.571Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3358 | 2026-06-21T00:06:05.301Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3359 | 2026-06-21T00:06:08.110Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3360 | 2026-06-21T00:06:11.875Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3361 | 2026-06-21T00:06:15.549Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3362 | 2026-06-21T00:06:19.262Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3363 | 2026-06-21T00:06:22.998Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3364 | 2026-06-21T00:06:26.708Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3365 | 2026-06-21T00:06:30.611Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3366 | 2026-06-21T00:06:34.198Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3367 | 2026-06-21T00:06:37.943Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3368 | 2026-06-21T00:06:41.743Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3369 | 2026-06-21T00:06:45.423Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3370 | 2026-06-21T00:06:49.189Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3371 | 2026-06-21T00:06:52.995Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3372 | 2026-06-21T00:06:56.638Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3373 | 2026-06-21T00:07:00.391Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3374 | 2026-06-21T00:07:04.083Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3375 | 2026-06-21T00:07:07.806Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3376 | 2026-06-21T00:07:37.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 50s |
| 3377 | 2026-06-21T00:07:37.782Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 200 other files |
| 3378 | 2026-06-21T00:07:37.889Z | |
| 3379 | 2026-06-21T00:07:37.889Z | real 6:50.698899778 |
| 3380 | 2026-06-21T00:07:37.889Z | user 17:59.833073565 |
| 3381 | 2026-06-21T00:07:37.889Z | sys 3:52.360825241 |
| 3382 | 2026-06-21T00:07:37.889Z | trap 0.259777949 |
| 3383 | 2026-06-21T00:07:37.889Z | tflt 0.018710914 |
| 3384 | 2026-06-21T00:07:37.893Z | dflt 0.116837769 |
| 3385 | 2026-06-21T00:07:37.893Z | kflt 0.000043454 |
| 3386 | 2026-06-21T00:07:37.894Z | lock 6:23:01.648683174 |
| 3387 | 2026-06-21T00:07:37.894Z | slp 2:18:27.250640341 |
| 3388 | 2026-06-21T00:07:37.894Z | lat 30.923701269 |
| 3389 | 2026-06-21T00:07:37.894Z | stop 1:35.936343516 |
| 3390 | 2026-06-21T00:07:37.894Z | process exited: duration 810877 ms, exit code 0 |
| |
| 3391 | 2026-06-21T00:07:37.909Z | found 0 output files |