|
|
|
| 1 | 2026-05-12T01:19:26.163Z | job assigned to worker 01KRCW7M9N6MRZFXVBTNYMWP8Z [factory aws, i-019dbc51a797a75cc] (queued for 51 s) |
| |
| 2 | 2026-05-12T01:19:32.604Z | starting task 0: "setup" |
| 3 | 2026-05-12T01:19:32.608Z | ++ uname -s |
| 4 | 2026-05-12T01:19:32.611Z | + kern=SunOS |
| 5 | 2026-05-12T01:19:32.611Z | + build_user=build |
| 6 | 2026-05-12T01:19:32.611Z | + build_uid=12345 |
| 7 | 2026-05-12T01:19:32.611Z | + work_dir=/work |
| 8 | 2026-05-12T01:19:32.611Z | + input_dir=/input |
| 9 | 2026-05-12T01:19:32.611Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-12T01:19:32.611Z | + case "$kern" in |
| 11 | 2026-05-12T01:19:32.611Z | + groupadd -g 12345 build |
| 12 | 2026-05-12T01:19:32.614Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-12T01:19:34.618Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-12T01:19:34.688Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-12T01:19:34.690Z | + home_fs=zfs |
| 16 | 2026-05-12T01:19:34.690Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-12T01:19:34.690Z | + mkdir -p /home/build |
| 18 | 2026-05-12T01:19:34.690Z | + chown build:build /home/build /work |
| 19 | 2026-05-12T01:19:36.692Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-12T01:19:36.694Z | process exited: duration 4093 ms, exit code 0 |
| |
| 21 | 2026-05-12T01:19:36.699Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-12T01:19:36.704Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-12T01:19:36.704Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-12T01:19:36.704Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-12T01:19:36.704Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-12T01:19:36.704Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-05-12T01:19:36.704Z | * rust toolchain profile = "default" |
| 28 | 2026-05-12T01:19:36.706Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-12T01:19:36.706Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-12T01:19:36.810Z | info: downloading installer |
| 31 | 2026-05-12T01:19:38.173Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-12T01:19:38.173Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-12T01:19:38.173Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-12T01:19:38.173Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-12T01:19:38.185Z | info: profile set to default |
| 36 | 2026-05-12T01:19:38.186Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-12T01:19:38.188Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-12T01:19:38.327Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-12T01:19:38.330Z | info: downloading 6 components |
| 40 | 2026-05-12T01:19:54.598Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-12T01:19:54.598Z | |
| 42 | 2026-05-12T01:19:54.631Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-12T01:19:54.631Z | |
| 44 | 2026-05-12T01:19:54.631Z | |
| 45 | 2026-05-12T01:19:54.631Z | Rust is installed now. Great! |
| 46 | 2026-05-12T01:19:54.631Z | |
| 47 | 2026-05-12T01:19:54.631Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-12T01:19:54.631Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-12T01:19:54.631Z | |
| 50 | 2026-05-12T01:19:54.631Z | To configure your current shell, you need to source |
| 51 | 2026-05-12T01:19:54.631Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-12T01:19:54.631Z | |
| 53 | 2026-05-12T01:19:54.631Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-12T01:19:54.631Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-12T01:19:54.631Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-12T01:19:54.631Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-12T01:19:54.635Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-12T01:19:54.635Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-12T01:19:54.635Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-12T01:19:54.635Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-12T01:19:54.635Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-12T01:19:54.717Z | + rustup --version |
| 63 | 2026-05-12T01:19:54.726Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-12T01:19:54.729Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-12T01:19:54.747Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-12T01:19:54.751Z | + cargo --version |
| 67 | 2026-05-12T01:19:54.763Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-12T01:19:54.766Z | + rustc --version |
| 69 | 2026-05-12T01:19:54.784Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-12T01:19:54.787Z | process exited: duration 18087 ms, exit code 0 |
| |
| 71 | 2026-05-12T01:19:54.794Z | starting task 2: "authentication" |
| 72 | 2026-05-12T01:19:54.810Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-05-12T01:19:54.816Z | starting task 3: "clone repository" |
| 74 | 2026-05-12T01:19:54.819Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-12T01:19:54.822Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-12T01:19:54.848Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-12T01:20:05.709Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-12T01:20:05.709Z | + git fetch origin 80e1f1639dfd5a57c078699aa9f24f6abe4cc900 |
| 79 | 2026-05-12T01:20:05.992Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-12T01:20:05.992Z | * branch 80e1f1639dfd5a57c078699aa9f24f6abe4cc900 -> FETCH_HEAD |
| 81 | 2026-05-12T01:20:06.003Z | + [[ -n mahrens/update ]] |
| 82 | 2026-05-12T01:20:06.006Z | ++ git branch --show-current |
| 83 | 2026-05-12T01:20:06.006Z | + current=main |
| 84 | 2026-05-12T01:20:06.006Z | + [[ main != mahrens/update ]] |
| 85 | 2026-05-12T01:20:06.006Z | + git branch -f mahrens/update 80e1f1639dfd5a57c078699aa9f24f6abe4cc900 |
| 86 | 2026-05-12T01:20:06.009Z | + git checkout -f mahrens/update |
| 87 | 2026-05-12T01:20:06.251Z | Switched to branch 'mahrens/update' |
| 88 | 2026-05-12T01:20:06.254Z | + git reset --hard 80e1f1639dfd5a57c078699aa9f24f6abe4cc900 |
| 89 | 2026-05-12T01:20:06.270Z | HEAD is now at 80e1f1639 Update crucible to latest |
| 90 | 2026-05-12T01:20:06.273Z | process exited: duration 11455 ms, exit code 0 |
| |
| 91 | 2026-05-12T01:20:06.280Z | starting task 4: "build" |
| 92 | 2026-05-12T01:20:06.283Z | + source ./env.sh |
| 93 | 2026-05-12T01:20:06.286Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-05-12T01:20:06.286Z | ++ set -o xtrace |
| 95 | 2026-05-12T01:20:06.286Z | ++++ dirname ./env.sh |
| 96 | 2026-05-12T01:20:06.289Z | +++ readlink -f . |
| 97 | 2026-05-12T01:20:06.289Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-05-12T01:20:06.289Z | ++ 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-05-12T01:20:06.289Z | ++ 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-05-12T01:20:06.289Z | ++ 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-05-12T01:20:06.289Z | ++ 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-05-12T01:20:06.289Z | ++ 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-05-12T01:20:06.289Z | ++ 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-05-12T01:20:06.290Z | ++ 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-05-12T01:20:06.290Z | ++ 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-05-12T01:20:06.290Z | ++ case $OLD_SHELL_OPTS in |
| 107 | 2026-05-12T01:20:06.290Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 108 | 2026-05-12T01:20:06.290Z | + source .github/buildomat/ci-env.sh |
| 109 | 2026-05-12T01:20:06.290Z | ++ export CARGO_TERM_COLOR=always |
| 110 | 2026-05-12T01:20:06.290Z | ++ CARGO_TERM_COLOR=always |
| 111 | 2026-05-12T01:20:06.290Z | + cargo --version |
| 112 | 2026-05-12T01:20:06.298Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 113 | 2026-05-12T01:20:06.301Z | + rustc --version |
| 114 | 2026-05-12T01:20:06.321Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 115 | 2026-05-12T01:20:06.324Z | + banner prerequisites |
| 116 | 2026-05-12T01:20:06.327Z | |
| 117 | 2026-05-12T01:20:06.327Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 118 | 2026-05-12T01:20:06.327Z | # # # # # # # # # # # # # # # |
| 119 | 2026-05-12T01:20:06.327Z | # # # # ##### # # ##### # # # # # #### # |
| 120 | 2026-05-12T01:20:06.327Z | ##### ##### # ##### # # # # # # # # # |
| 121 | 2026-05-12T01:20:06.327Z | # # # # # # # # # # # # # # # |
| 122 | 2026-05-12T01:20:06.327Z | # # # ###### # # ###### ### # #### # #### # |
| 123 | 2026-05-12T01:20:06.327Z | |
| 124 | 2026-05-12T01:20:06.327Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 125 | 2026-05-12T01:20:07.656Z | Startup: Refreshing catalog 'helios' ... Done |
| 126 | 2026-05-12T01:20:07.701Z | Startup: Caching catalogs ... Done |
| 127 | 2026-05-12T01:20:07.851Z | Planning: Solver setup ... Done (0.121s) |
| 128 | 2026-05-12T01:20:07.860Z | Planning: Running solver ... Done (0.009s) |
| 129 | 2026-05-12T01:20:07.865Z | Planning: Finding local manifests ... Done (0.003s) |
| 130 | 2026-05-12T01:20:07.888Z | Planning: Fetching manifests: 0/2 0% complete |
| 131 | 2026-05-12T01:20:07.917Z | Planning: Fetching manifests: 2/2 100% complete |
| 132 | 2026-05-12T01:20:07.930Z | Planning: Package planning ... Done (0.014s) |
| 133 | 2026-05-12T01:20:07.934Z | Planning: Merging actions ... Done (0.001s) |
| 134 | 2026-05-12T01:20:08.119Z | Planning: Checking for conflicting actions ... Done (0.186s) |
| 135 | 2026-05-12T01:20:08.122Z | Planning: Consolidating action changes ... Done (0.001s) |
| 136 | 2026-05-12T01:20:08.939Z | Planning: Evaluating mediators ... Done (0.819s) |
| 137 | 2026-05-12T01:20:08.943Z | Planning: Planning completed in 1.22 seconds |
| 138 | 2026-05-12T01:20:08.948Z | Packages to install: 2 |
| 139 | 2026-05-12T01:20:08.952Z | Estimated space available: 156.08 GB |
| 140 | 2026-05-12T01:20:08.952Z | Estimated space to be consumed: 16.95 MB |
| 141 | 2026-05-12T01:20:08.952Z | Create boot environment: No |
| 142 | 2026-05-12T01:20:08.952Z | Create backup boot environment: No |
| 143 | 2026-05-12T01:20:08.952Z | Rebuild boot archive: No |
| 144 | 2026-05-12T01:20:08.952Z | |
| 145 | 2026-05-12T01:20:08.952Z | Changed packages: |
| 146 | 2026-05-12T01:20:08.952Z | helios |
| 147 | 2026-05-12T01:20:08.952Z | developer/build-essential |
| 148 | 2026-05-12T01:20:08.952Z | None -> 11-3.0 |
| 149 | 2026-05-12T01:20:08.953Z | library/libxmlsec1 |
| 150 | 2026-05-12T01:20:08.953Z | None -> 1.2.35-3.0 |
| 151 | 2026-05-12T01:20:08.971Z | |
| 152 | 2026-05-12T01:20:08.972Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 153 | 2026-05-12T01:20:09.444Z | Download: Completed 1.28 MB in 0.47 seconds (2.7M/s) |
| 154 | 2026-05-12T01:20:09.522Z | Actions: 1/268 actions (Installing new actions) |
| 155 | 2026-05-12T01:20:09.559Z | Actions: Completed 268 actions in 0.04 seconds. |
| 156 | 2026-05-12T01:20:09.564Z | Finalize: Updating package state database ... Done (0.004s) |
| 157 | 2026-05-12T01:20:09.564Z | Finalize: Updating package cache ... Done (0.000s) |
| 158 | 2026-05-12T01:20:09.576Z | Finalize: Updating image state ... Done (0.012s) |
| 159 | 2026-05-12T01:20:11.950Z | Finalize: Creating fast lookup database ... Done (2.353s) |
| 160 | 2026-05-12T01:20:12.019Z | Finalize: Reading search index ... Done (0.012s) |
| 161 | 2026-05-12T01:20:12.023Z | Finalize: Updating search index ... Done (0.000s) |
| 162 | 2026-05-12T01:20:12.110Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-05-12T01:20:12.396Z | Planning: Evaluating mediator changes ... Done |
| 164 | 2026-05-12T01:20:12.500Z | Planning: Checking for conflicting actions ... Done |
| 165 | 2026-05-12T01:20:12.503Z | Planning: Consolidating action changes ... Done |
| 166 | 2026-05-12T01:20:12.657Z | Planning: Evaluating mediators ... Done |
| 167 | 2026-05-12T01:20:12.661Z | Planning: Planning completed in 0.26 seconds |
| 168 | 2026-05-12T01:20:12.680Z | Mediators to change: 2 |
| 169 | 2026-05-12T01:20:12.680Z | Create boot environment: No |
| 170 | 2026-05-12T01:20:12.680Z | Create backup boot environment: No |
| 171 | 2026-05-12T01:20:12.743Z | Finalize: Updating package state database ... Done |
| 172 | 2026-05-12T01:20:12.746Z | Finalize: Updating package cache ... Done |
| 173 | 2026-05-12T01:20:12.749Z | Finalize: Updating image state ... Done |
| 174 | 2026-05-12T01:20:14.683Z | Finalize: Creating fast lookup database ... Done |
| 175 | 2026-05-12T01:20:14.744Z | Finalize: Reading search index ... Done |
| 176 | 2026-05-12T01:20:14.747Z | Finalize: Updating search index ... Done |
| 177 | 2026-05-12T01:20:14.836Z | Finalize: Updating package cache ... Done |
| 178 | 2026-05-12T01:20:15.121Z | Planning: Evaluating mediator changes ... Done |
| 179 | 2026-05-12T01:20:15.225Z | Planning: Checking for conflicting actions ... Done |
| 180 | 2026-05-12T01:20:15.228Z | Planning: Consolidating action changes ... Done |
| 181 | 2026-05-12T01:20:15.382Z | Planning: Evaluating mediators ... Done |
| 182 | 2026-05-12T01:20:15.385Z | Planning: Planning completed in 0.26 seconds |
| 183 | 2026-05-12T01:20:15.405Z | Mediators to change: 1 |
| 184 | 2026-05-12T01:20:15.405Z | Create boot environment: No |
| 185 | 2026-05-12T01:20:15.405Z | Create backup boot environment: No |
| 186 | 2026-05-12T01:20:15.456Z | Finalize: Updating package state database ... Done |
| 187 | 2026-05-12T01:20:15.456Z | Finalize: Updating package cache ... Done |
| 188 | 2026-05-12T01:20:15.463Z | Finalize: Updating image state ... Done |
| 189 | 2026-05-12T01:20:17.407Z | Finalize: Creating fast lookup database ... Done |
| 190 | 2026-05-12T01:20:17.469Z | Finalize: Reading search index ... Done |
| 191 | 2026-05-12T01:20:17.472Z | Finalize: Updating search index ... Done |
| 192 | 2026-05-12T01:20:17.554Z | Finalize: Updating package cache ... Done |
| 193 | 2026-05-12T01:20:17.866Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 194 | 2026-05-12T01:20:17.866Z | apache system 2.4 system |
| 195 | 2026-05-12T01:20:17.866Z | clang system 15 system |
| 196 | 2026-05-12T01:20:17.866Z | csh system system illumos |
| 197 | 2026-05-12T01:20:17.866Z | ctags system system illumos |
| 198 | 2026-05-12T01:20:17.866Z | file vendor vendor darwinsys |
| 199 | 2026-05-12T01:20:17.866Z | file system system illumos |
| 200 | 2026-05-12T01:20:17.866Z | gcc vendor 14 vendor |
| 201 | 2026-05-12T01:20:17.866Z | gcc system 13 system |
| 202 | 2026-05-12T01:20:17.866Z | gcc system 10 system |
| 203 | 2026-05-12T01:20:17.866Z | go system 1.25 system |
| 204 | 2026-05-12T01:20:17.866Z | llvm system 15 system |
| 205 | 2026-05-12T01:20:17.866Z | mariadb system 11.4 system |
| 206 | 2026-05-12T01:20:17.866Z | mta vendor vendor dma |
| 207 | 2026-05-12T01:20:17.866Z | openjdk system 17 system |
| 208 | 2026-05-12T01:20:17.866Z | openjdk system 11 system |
| 209 | 2026-05-12T01:20:17.866Z | openssl vendor 3 vendor |
| 210 | 2026-05-12T01:20:17.866Z | perl system 5.40 system |
| 211 | 2026-05-12T01:20:17.867Z | postgresql system 18 system |
| 212 | 2026-05-12T01:20:17.867Z | postgresql system 17 system |
| 213 | 2026-05-12T01:20:17.867Z | python vendor 3 vendor |
| 214 | 2026-05-12T01:20:17.867Z | python system 2 system |
| 215 | 2026-05-12T01:20:17.867Z | python3 vendor 3.13 vendor |
| 216 | 2026-05-12T01:20:17.867Z | ruby system 3.4 system |
| 217 | 2026-05-12T01:20:17.867Z | ruby system 3.0 system |
| 218 | 2026-05-12T01:20:17.867Z | words vendor vendor american-english |
| 219 | 2026-05-12T01:20:17.867Z | words system system australian-english |
| 220 | 2026-05-12T01:20:17.867Z | words system system british-english |
| 221 | 2026-05-12T01:20:17.867Z | words system system canadian-english |
| 222 | 2026-05-12T01:20:17.867Z | words system system french |
| 223 | 2026-05-12T01:20:17.867Z | words system system italian |
| 224 | 2026-05-12T01:20:17.867Z | words system system ngerman |
| 225 | 2026-05-12T01:20:17.867Z | words system system ogerman |
| 226 | 2026-05-12T01:20:17.867Z | words system system spanish |
| 227 | 2026-05-12T01:20:18.118Z | PUBLISHER TYPE STATUS P LOCATION |
| 228 | 2026-05-12T01:20:18.118Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 229 | 2026-05-12T01:20:18.380Z | FMRI IFO |
| 230 | 2026-05-12T01:20:18.380Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 231 | 2026-05-12T01:20:18.380Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 232 | 2026-05-12T01:20:18.380Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 233 | 2026-05-12T01:20:18.380Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 234 | 2026-05-12T01:20:18.380Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 235 | 2026-05-12T01:20:18.380Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 236 | 2026-05-12T01:20:18.380Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 237 | 2026-05-12T01:20:18.380Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 238 | 2026-05-12T01:20:18.380Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 239 | 2026-05-12T01:20:18.610Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 240 | 2026-05-12T01:20:18.861Z | Updating crates.io index |
| 241 | 2026-05-12T01:20:18.864Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 242 | 2026-05-12T01:20:19.102Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 243 | 2026-05-12T01:20:19.892Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-05-12T01:20:20.670Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 245 | 2026-05-12T01:20:21.438Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 246 | 2026-05-12T01:20:21.962Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 247 | 2026-05-12T01:20:23.421Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 248 | 2026-05-12T01:20:24.232Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 249 | 2026-05-12T01:20:24.460Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 250 | 2026-05-12T01:20:25.214Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 251 | 2026-05-12T01:20:25.544Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 252 | 2026-05-12T01:20:25.949Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 253 | 2026-05-12T01:20:26.236Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 254 | 2026-05-12T01:20:27.320Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 255 | 2026-05-12T01:20:27.745Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 256 | 2026-05-12T01:20:28.053Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 257 | 2026-05-12T01:20:28.389Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 258 | 2026-05-12T01:20:28.811Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 259 | 2026-05-12T01:20:29.346Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 260 | 2026-05-12T01:20:29.578Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 261 | 2026-05-12T01:20:29.841Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 262 | 2026-05-12T01:20:30.199Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 263 | 2026-05-12T01:20:30.716Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 264 | 2026-05-12T01:20:31.112Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 265 | 2026-05-12T01:20:31.393Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 266 | 2026-05-12T01:20:31.705Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 267 | 2026-05-12T01:20:31.979Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 268 | 2026-05-12T01:20:33.404Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 269 | 2026-05-12T01:20:33.809Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 270 | 2026-05-12T01:20:34.275Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 271 | 2026-05-12T01:20:34.646Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 272 | 2026-05-12T01:20:34.915Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 273 | 2026-05-12T01:20:35.231Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 274 | 2026-05-12T01:20:35.712Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 275 | 2026-05-12T01:20:35.948Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 276 | 2026-05-12T01:20:36.165Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 277 | 2026-05-12T01:20:36.533Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 278 | 2026-05-12T01:20:48.167Z | Downloading crates ... |
| 279 | 2026-05-12T01:20:48.224Z | Downloaded anstream v0.6.21 |
| 280 | 2026-05-12T01:20:48.227Z | Downloaded autocfg v1.5.0 |
| 281 | 2026-05-12T01:20:48.227Z | Downloaded heck v0.5.0 |
| 282 | 2026-05-12T01:20:48.231Z | Downloaded errno v0.3.14 |
| 283 | 2026-05-12T01:20:48.234Z | Downloaded pretty-hex v0.4.1 |
| 284 | 2026-05-12T01:20:48.234Z | Downloaded clap v4.5.60 |
| 285 | 2026-05-12T01:20:48.238Z | Downloaded usdt-macro v0.5.0 |
| 286 | 2026-05-12T01:20:48.240Z | Downloaded unicode-linebreak v0.1.5 |
| 287 | 2026-05-12T01:20:48.240Z | Downloaded usdt v0.5.0 |
| 288 | 2026-05-12T01:20:48.245Z | Downloaded yoke v0.8.1 |
| 289 | 2026-05-12T01:20:48.248Z | Downloaded proc-macro2 v1.0.106 |
| 290 | 2026-05-12T01:20:48.248Z | Downloaded thiserror-impl v1.0.69 |
| 291 | 2026-05-12T01:20:48.250Z | Downloaded zerocopy-derive v0.7.35 |
| 292 | 2026-05-12T01:20:48.253Z | Downloaded tempfile v3.25.0 |
| 293 | 2026-05-12T01:20:48.256Z | Downloaded unicode-xid v0.2.6 |
| 294 | 2026-05-12T01:20:48.260Z | Downloaded zerofrom-derive v0.1.6 |
| 295 | 2026-05-12T01:20:48.263Z | Downloaded version_check v0.9.5 |
| 296 | 2026-05-12T01:20:48.263Z | Downloaded toml_write v0.1.2 |
| 297 | 2026-05-12T01:20:48.263Z | Downloaded syn v1.0.109 |
| 298 | 2026-05-12T01:20:48.268Z | Downloaded utf8_iter v1.0.4 |
| 299 | 2026-05-12T01:20:48.270Z | Downloaded toml_datetime v0.6.11 |
| 300 | 2026-05-12T01:20:48.270Z | Downloaded bitflags v2.11.0 |
| 301 | 2026-05-12T01:20:48.274Z | Downloaded zerofrom v0.1.6 |
| 302 | 2026-05-12T01:20:48.274Z | Downloaded is_terminal_polyfill v1.70.2 |
| 303 | 2026-05-12T01:20:48.274Z | Downloaded yoke-derive v0.8.1 |
| 304 | 2026-05-12T01:20:48.274Z | Downloaded icu_properties_data v2.1.2 |
| 305 | 2026-05-12T01:20:48.278Z | Downloaded utf8parse v0.2.2 |
| 306 | 2026-05-12T01:20:48.281Z | Downloaded usdt-attr-macro v0.5.0 |
| 307 | 2026-05-12T01:20:48.281Z | Downloaded typeid v1.0.3 |
| 308 | 2026-05-12T01:20:48.281Z | Downloaded num-traits v0.2.19 |
| 309 | 2026-05-12T01:20:48.281Z | Downloaded dof v0.3.0 |
| 310 | 2026-05-12T01:20:48.284Z | Downloaded form_urlencoded v1.2.2 |
| 311 | 2026-05-12T01:20:48.287Z | Downloaded thread-id v4.2.2 |
| 312 | 2026-05-12T01:20:48.287Z | Downloaded zerovec-derive v0.11.2 |
| 313 | 2026-05-12T01:20:48.289Z | Downloaded idna_adapter v1.2.1 |
| 314 | 2026-05-12T01:20:48.289Z | Downloaded equivalent v1.0.2 |
| 315 | 2026-05-12T01:20:48.292Z | Downloaded percent-encoding v2.3.2 |
| 316 | 2026-05-12T01:20:48.292Z | Downloaded displaydoc v0.2.5 |
| 317 | 2026-05-12T01:20:48.295Z | Downloaded stable_deref_trait v1.2.1 |
| 318 | 2026-05-12T01:20:48.295Z | Downloaded zerotrie v0.2.3 |
| 319 | 2026-05-12T01:20:48.298Z | Downloaded zmij v1.0.21 |
| 320 | 2026-05-12T01:20:48.298Z | Downloaded toml v0.8.23 |
| 321 | 2026-05-12T01:20:48.301Z | Downloaded serde_spanned v0.6.9 |
| 322 | 2026-05-12T01:20:48.301Z | Downloaded generic-array v0.14.7 |
| 323 | 2026-05-12T01:20:48.301Z | Downloaded thiserror-impl v2.0.18 |
| 324 | 2026-05-12T01:20:48.304Z | Downloaded macaddr v1.0.1 |
| 325 | 2026-05-12T01:20:48.304Z | Downloaded heck v0.4.1 |
| 326 | 2026-05-12T01:20:48.304Z | Downloaded usdt-impl v0.5.0 |
| 327 | 2026-05-12T01:20:48.304Z | Downloaded thiserror v1.0.69 |
| 328 | 2026-05-12T01:20:48.307Z | Downloaded fs-err v3.3.0 |
| 329 | 2026-05-12T01:20:48.307Z | Downloaded anstyle-parse v0.2.7 |
| 330 | 2026-05-12T01:20:48.311Z | Downloaded writeable v0.6.2 |
| 331 | 2026-05-12T01:20:48.311Z | Downloaded tinystr v0.8.2 |
| 332 | 2026-05-12T01:20:48.311Z | Downloaded unicode-ident v1.0.24 |
| 333 | 2026-05-12T01:20:48.313Z | Downloaded icu_locale_core v2.1.1 |
| 334 | 2026-05-12T01:20:48.317Z | Downloaded tabled_derive v0.7.0 |
| 335 | 2026-05-12T01:20:48.317Z | Downloaded textwrap v0.16.2 |
| 336 | 2026-05-12T01:20:48.320Z | Downloaded swrite v0.1.0 |
| 337 | 2026-05-12T01:20:48.320Z | Downloaded ucd-trie v0.1.7 |
| 338 | 2026-05-12T01:20:48.320Z | Downloaded potential_utf v0.1.4 |
| 339 | 2026-05-12T01:20:48.320Z | Downloaded fnv v1.0.7 |
| 340 | 2026-05-12T01:20:48.320Z | Downloaded cfg-if v1.0.4 |
| 341 | 2026-05-12T01:20:48.320Z | Downloaded anstyle v1.0.13 |
| 342 | 2026-05-12T01:20:48.324Z | Downloaded proc-macro-error-attr v1.0.4 |
| 343 | 2026-05-12T01:20:48.324Z | Downloaded memmap v0.7.0 |
| 344 | 2026-05-12T01:20:48.324Z | Downloaded erased-serde v0.4.9 |
| 345 | 2026-05-12T01:20:48.324Z | Downloaded anstyle-query v1.1.5 |
| 346 | 2026-05-12T01:20:48.324Z | Downloaded dtrace-parser v0.2.0 |
| 347 | 2026-05-12T01:20:48.327Z | Downloaded thiserror v2.0.18 |
| 348 | 2026-05-12T01:20:48.330Z | Downloaded typenum v1.19.0 |
| 349 | 2026-05-12T01:20:48.330Z | Downloaded serde-value v0.7.0 |
| 350 | 2026-05-12T01:20:48.333Z | Downloaded scroll_derive v0.12.1 |
| 351 | 2026-05-12T01:20:48.333Z | Downloaded url v2.5.8 |
| 352 | 2026-05-12T01:20:48.335Z | Downloaded smawk v0.3.2 |
| 353 | 2026-05-12T01:20:48.335Z | Downloaded crypto-common v0.1.7 |
| 354 | 2026-05-12T01:20:48.335Z | Downloaded fastrand v2.3.0 |
| 355 | 2026-05-12T01:20:48.341Z | Downloaded terminal_size v0.4.3 |
| 356 | 2026-05-12T01:20:48.344Z | Downloaded colorchoice v1.0.4 |
| 357 | 2026-05-12T01:20:48.347Z | Downloaded toml_edit v0.22.27 |
| 358 | 2026-05-12T01:20:48.350Z | Downloaded plain v0.2.3 |
| 359 | 2026-05-12T01:20:48.353Z | Downloaded serde_tokenstream v0.2.3 |
| 360 | 2026-05-12T01:20:48.356Z | Downloaded zerovec v0.11.5 |
| 361 | 2026-05-12T01:20:48.359Z | Downloaded scroll v0.12.0 |
| 362 | 2026-05-12T01:20:48.359Z | Downloaded camino-tempfile v1.4.1 |
| 363 | 2026-05-12T01:20:48.363Z | Downloaded winnow v0.7.14 |
| 364 | 2026-05-12T01:20:48.366Z | Downloaded zerocopy v0.7.35 |
| 365 | 2026-05-12T01:20:48.374Z | Downloaded quote v1.0.45 |
| 366 | 2026-05-12T01:20:48.378Z | Downloaded byteorder v1.5.0 |
| 367 | 2026-05-12T01:20:48.378Z | Downloaded proc-macro-error v1.0.4 |
| 368 | 2026-05-12T01:20:48.381Z | Downloaded ordered-float v2.10.1 |
| 369 | 2026-05-12T01:20:48.381Z | Downloaded unicode-width v0.2.0 |
| 370 | 2026-05-12T01:20:48.383Z | Downloaded unicode-width v0.1.14 |
| 371 | 2026-05-12T01:20:48.386Z | Downloaded synstructure v0.13.2 |
| 372 | 2026-05-12T01:20:48.386Z | Downloaded strsim v0.11.1 |
| 373 | 2026-05-12T01:20:48.386Z | Downloaded sha2 v0.10.9 |
| 374 | 2026-05-12T01:20:48.389Z | Downloaded cargo_toml v0.21.0 |
| 375 | 2026-05-12T01:20:48.389Z | Downloaded digest v0.10.7 |
| 376 | 2026-05-12T01:20:48.389Z | Downloaded icu_normalizer v2.1.1 |
| 377 | 2026-05-12T01:20:48.394Z | Downloaded cpufeatures v0.2.17 |
| 378 | 2026-05-12T01:20:48.394Z | Downloaded clap_lex v1.0.0 |
| 379 | 2026-05-12T01:20:48.394Z | Downloaded block-buffer v0.10.4 |
| 380 | 2026-05-12T01:20:48.394Z | Downloaded itoa v1.0.17 |
| 381 | 2026-05-12T01:20:48.394Z | Downloaded cargo-platform v0.2.0 |
| 382 | 2026-05-12T01:20:48.397Z | Downloaded log v0.4.29 |
| 383 | 2026-05-12T01:20:48.403Z | Downloaded serde-untagged v0.1.9 |
| 384 | 2026-05-12T01:20:48.406Z | Downloaded litemap v0.8.1 |
| 385 | 2026-05-12T01:20:48.406Z | Downloaded bytecount v0.6.9 |
| 386 | 2026-05-12T01:20:48.410Z | Downloaded smallvec v1.15.1 |
| 387 | 2026-05-12T01:20:48.410Z | Downloaded cargo-util-schemas v0.8.2 |
| 388 | 2026-05-12T01:20:48.413Z | Downloaded semver v1.0.28 |
| 389 | 2026-05-12T01:20:48.416Z | Downloaded pest_generator v2.8.6 |
| 390 | 2026-05-12T01:20:48.416Z | Downloaded getrandom v0.4.1 |
| 391 | 2026-05-12T01:20:48.419Z | Downloaded papergrid v0.11.0 |
| 392 | 2026-05-12T01:20:48.422Z | Downloaded once_cell v1.21.3 |
| 393 | 2026-05-12T01:20:48.422Z | Downloaded cargo_metadata v0.21.0 |
| 394 | 2026-05-12T01:20:48.422Z | Downloaded pest_derive v2.8.6 |
| 395 | 2026-05-12T01:20:48.425Z | Downloaded clap_derive v4.5.55 |
| 396 | 2026-05-12T01:20:48.429Z | Downloaded camino v1.2.2 |
| 397 | 2026-05-12T01:20:48.432Z | Downloaded icu_properties v2.1.2 |
| 398 | 2026-05-12T01:20:48.432Z | Downloaded serde_core v1.0.228 |
| 399 | 2026-05-12T01:20:48.435Z | Downloaded icu_provider v2.1.1 |
| 400 | 2026-05-12T01:20:48.438Z | Downloaded anyhow v1.0.102 |
| 401 | 2026-05-12T01:20:48.441Z | Downloaded icu_normalizer_data v2.1.1 |
| 402 | 2026-05-12T01:20:48.449Z | Downloaded pest_meta v2.8.6 |
| 403 | 2026-05-12T01:20:48.452Z | Downloaded icu_collections v2.1.1 |
| 404 | 2026-05-12T01:20:48.462Z | Downloaded serde v1.0.228 |
| 405 | 2026-05-12T01:20:48.467Z | Downloaded indexmap v2.14.0 |
| 406 | 2026-05-12T01:20:48.474Z | Downloaded serde_derive v1.0.228 |
| 407 | 2026-05-12T01:20:48.477Z | Downloaded memchr v2.8.0 |
| 408 | 2026-05-12T01:20:48.492Z | Downloaded idna v1.1.0 |
| 409 | 2026-05-12T01:20:48.495Z | Downloaded pest v2.8.6 |
| 410 | 2026-05-12T01:20:48.498Z | Downloaded hashbrown v0.17.0 |
| 411 | 2026-05-12T01:20:48.502Z | Downloaded goblin v0.8.2 |
| 412 | 2026-05-12T01:20:48.512Z | Downloaded serde_json v1.0.149 |
| 413 | 2026-05-12T01:20:48.526Z | Downloaded clap_builder v4.5.60 |
| 414 | 2026-05-12T01:20:48.529Z | Downloaded tabled v0.15.0 |
| 415 | 2026-05-12T01:20:48.545Z | Downloaded syn v2.0.117 |
| 416 | 2026-05-12T01:20:48.561Z | Downloaded rustix v1.1.3 |
| 417 | 2026-05-12T01:20:48.588Z | Downloaded libc v0.2.185 |
| 418 | 2026-05-12T01:20:48.658Z | Compiling proc-macro2 v1.0.106 |
| 419 | 2026-05-12T01:20:48.659Z | Compiling quote v1.0.45 |
| 420 | 2026-05-12T01:20:48.659Z | Compiling unicode-ident v1.0.24 |
| 421 | 2026-05-12T01:20:48.662Z | Compiling serde_core v1.0.228 |
| 422 | 2026-05-12T01:20:48.662Z | Compiling libc v0.2.185 |
| 423 | 2026-05-12T01:20:48.662Z | Compiling version_check v0.9.5 |
| 424 | 2026-05-12T01:20:48.662Z | Compiling serde v1.0.228 |
| 425 | 2026-05-12T01:20:48.662Z | Compiling memchr v2.8.0 |
| 426 | 2026-05-12T01:20:49.001Z | Compiling stable_deref_trait v1.2.1 |
| 427 | 2026-05-12T01:20:49.077Z | Compiling zmij v1.0.21 |
| 428 | 2026-05-12T01:20:49.236Z | Compiling thiserror v1.0.69 |
| 429 | 2026-05-12T01:20:49.268Z | Compiling autocfg v1.5.0 |
| 430 | 2026-05-12T01:20:49.483Z | Compiling ucd-trie v0.1.7 |
| 431 | 2026-05-12T01:20:49.519Z | Compiling itoa v1.0.17 |
| 432 | 2026-05-12T01:20:49.669Z | Compiling pest v2.8.6 |
| 433 | 2026-05-12T01:20:49.686Z | Compiling writeable v0.6.2 |
| 434 | 2026-05-12T01:20:49.702Z | Compiling litemap v0.8.1 |
| 435 | 2026-05-12T01:20:49.754Z | Compiling byteorder v1.5.0 |
| 436 | 2026-05-12T01:20:49.790Z | Compiling icu_properties_data v2.1.2 |
| 437 | 2026-05-12T01:20:49.893Z | Compiling icu_normalizer_data v2.1.1 |
| 438 | 2026-05-12T01:20:49.973Z | Compiling rustix v1.1.3 |
| 439 | 2026-05-12T01:20:50.076Z | Compiling syn v2.0.117 |
| 440 | 2026-05-12T01:20:50.186Z | Compiling errno v0.3.14 |
| 441 | 2026-05-12T01:20:50.202Z | Compiling serde_json v1.0.149 |
| 442 | 2026-05-12T01:20:50.335Z | Compiling bitflags v2.11.0 |
| 443 | 2026-05-12T01:20:50.483Z | Compiling num-traits v0.2.19 |
| 444 | 2026-05-12T01:20:50.500Z | Compiling equivalent v1.0.2 |
| 445 | 2026-05-12T01:20:50.587Z | Compiling typeid v1.0.3 |
| 446 | 2026-05-12T01:20:50.666Z | Compiling hashbrown v0.17.0 |
| 447 | 2026-05-12T01:20:50.742Z | Compiling pest_meta v2.8.6 |
| 448 | 2026-05-12T01:20:50.849Z | Compiling smallvec v1.15.1 |
| 449 | 2026-05-12T01:20:51.060Z | Compiling thread-id v4.2.2 |
| 450 | 2026-05-12T01:20:51.107Z | Compiling proc-macro-error-attr v1.0.4 |
| 451 | 2026-05-12T01:20:51.140Z | Compiling usdt-impl v0.5.0 |
| 452 | 2026-05-12T01:20:51.157Z | Compiling indexmap v2.14.0 |
| 453 | 2026-05-12T01:20:51.209Z | Compiling toml_write v0.1.2 |
| 454 | 2026-05-12T01:20:51.289Z | Compiling winnow v0.7.14 |
| 455 | 2026-05-12T01:20:51.407Z | Compiling syn v1.0.109 |
| 456 | 2026-05-12T01:20:51.497Z | Compiling erased-serde v0.4.9 |
| 457 | 2026-05-12T01:20:51.828Z | Compiling proc-macro-error v1.0.4 |
| 458 | 2026-05-12T01:20:51.923Z | Compiling utf8parse v0.2.2 |
| 459 | 2026-05-12T01:20:52.013Z | Compiling thiserror v2.0.18 |
| 460 | 2026-05-12T01:20:52.041Z | Compiling getrandom v0.4.1 |
| 461 | 2026-05-12T01:20:52.341Z | Compiling camino v1.2.2 |
| 462 | 2026-05-12T01:20:52.344Z | Compiling percent-encoding v2.3.2 |
| 463 | 2026-05-12T01:20:52.375Z | Compiling log v0.4.29 |
| 464 | 2026-05-12T01:20:52.393Z | Compiling utf8_iter v1.0.4 |
| 465 | 2026-05-12T01:20:52.397Z | Compiling plain v0.2.3 |
| 466 | 2026-05-12T01:20:52.592Z | Compiling form_urlencoded v1.2.2 |
| 467 | 2026-05-12T01:20:52.611Z | Compiling synstructure v0.13.2 |
| 468 | 2026-05-12T01:20:52.615Z | Compiling pest_generator v2.8.6 |
| 469 | 2026-05-12T01:20:52.754Z | Compiling ordered-float v2.10.1 |
| 470 | 2026-05-12T01:20:52.795Z | Compiling anstyle-parse v0.2.7 |
| 471 | 2026-05-12T01:20:52.979Z | Compiling terminal_size v0.4.3 |
| 472 | 2026-05-12T01:20:53.125Z | Compiling anstyle v1.0.13 |
| 473 | 2026-05-12T01:20:53.238Z | Compiling colorchoice v1.0.4 |
| 474 | 2026-05-12T01:20:53.256Z | Compiling is_terminal_polyfill v1.70.2 |
| 475 | 2026-05-12T01:20:53.279Z | Compiling pretty-hex v0.4.1 |
| 476 | 2026-05-12T01:20:53.295Z | Compiling cfg-if v1.0.4 |
| 477 | 2026-05-12T01:20:53.332Z | Compiling anstyle-query v1.1.5 |
| 478 | 2026-05-12T01:20:53.351Z | Compiling serde-untagged v0.1.9 |
| 479 | 2026-05-12T01:20:53.418Z | Compiling anstream v0.6.21 |
| 480 | 2026-05-12T01:20:53.439Z | Compiling semver v1.0.28 |
| 481 | 2026-05-12T01:20:53.523Z | Compiling fs-err v3.3.0 |
| 482 | 2026-05-12T01:20:53.626Z | Compiling clap_lex v1.0.0 |
| 483 | 2026-05-12T01:20:53.717Z | Compiling unicode-xid v0.2.6 |
| 484 | 2026-05-12T01:20:53.735Z | Compiling anyhow v1.0.102 |
| 485 | 2026-05-12T01:20:53.760Z | Compiling once_cell v1.21.3 |
| 486 | 2026-05-12T01:20:53.779Z | Compiling fnv v1.0.7 |
| 487 | 2026-05-12T01:20:53.846Z | Compiling fastrand v2.3.0 |
| 488 | 2026-05-12T01:20:53.864Z | Compiling bytecount v0.6.9 |
| 489 | 2026-05-12T01:20:53.883Z | Compiling unicode-width v0.1.14 |
| 490 | 2026-05-12T01:20:54.004Z | Compiling strsim v0.11.1 |
| 491 | 2026-05-12T01:20:54.045Z | Compiling heck v0.4.1 |
| 492 | 2026-05-12T01:20:54.111Z | Compiling heck v0.5.0 |
| 493 | 2026-05-12T01:20:54.168Z | Compiling papergrid v0.11.0 |
| 494 | 2026-05-12T01:20:54.281Z | Compiling clap_builder v4.5.60 |
| 495 | 2026-05-12T01:20:54.333Z | Compiling serde_derive v1.0.228 |
| 496 | 2026-05-12T01:20:54.357Z | Compiling zerofrom-derive v0.1.6 |
| 497 | 2026-05-12T01:20:54.374Z | Compiling yoke-derive v0.8.1 |
| 498 | 2026-05-12T01:20:54.520Z | Compiling zerovec-derive v0.11.2 |
| 499 | 2026-05-12T01:20:54.933Z | Compiling displaydoc v0.2.5 |
| 500 | 2026-05-12T01:20:55.512Z | Compiling thiserror-impl v1.0.69 |
| 501 | 2026-05-12T01:20:55.602Z | Compiling zerocopy-derive v0.7.35 |
| 502 | 2026-05-12T01:20:55.634Z | Compiling pest_derive v2.8.6 |
| 503 | 2026-05-12T01:20:55.681Z | Compiling scroll_derive v0.12.1 |
| 504 | 2026-05-12T01:20:55.732Z | Compiling zerofrom v0.1.6 |
| 505 | 2026-05-12T01:20:55.864Z | Compiling yoke v0.8.1 |
| 506 | 2026-05-12T01:20:56.056Z | Compiling zerovec v0.11.5 |
| 507 | 2026-05-12T01:20:56.056Z | Compiling zerotrie v0.2.3 |
| 508 | 2026-05-12T01:20:56.329Z | Compiling scroll v0.12.0 |
| 509 | 2026-05-12T01:20:56.377Z | Compiling thiserror-impl v2.0.18 |
| 510 | 2026-05-12T01:20:56.447Z | Compiling zerocopy v0.7.35 |
| 511 | 2026-05-12T01:20:56.561Z | Compiling tinystr v0.8.2 |
| 512 | 2026-05-12T01:20:56.602Z | Compiling potential_utf v0.1.4 |
| 513 | 2026-05-12T01:20:56.777Z | Compiling icu_locale_core v2.1.1 |
| 514 | 2026-05-12T01:20:56.777Z | Compiling icu_collections v2.1.1 |
| 515 | 2026-05-12T01:20:56.867Z | Compiling dtrace-parser v0.2.0 |
| 516 | 2026-05-12T01:20:56.995Z | Compiling goblin v0.8.2 |
| 517 | 2026-05-12T01:20:57.279Z | Compiling tabled_derive v0.7.0 |
| 518 | 2026-05-12T01:20:57.345Z | Compiling clap_derive v4.5.55 |
| 519 | 2026-05-12T01:20:57.683Z | Compiling icu_provider v2.1.1 |
| 520 | 2026-05-12T01:20:57.729Z | Compiling toml_datetime v0.6.11 |
| 521 | 2026-05-12T01:20:57.748Z | Compiling serde_spanned v0.6.9 |
| 522 | 2026-05-12T01:20:57.771Z | Compiling dof v0.3.0 |
| 523 | 2026-05-12T01:20:57.799Z | Compiling serde_tokenstream v0.2.3 |
| 524 | 2026-05-12T01:20:57.987Z | Compiling icu_properties v2.1.2 |
| 525 | 2026-05-12T01:20:58.010Z | Compiling icu_normalizer v2.1.1 |
| 526 | 2026-05-12T01:20:58.032Z | Compiling toml_edit v0.22.27 |
| 527 | 2026-05-12T01:20:58.178Z | Compiling serde-value v0.7.0 |
| 528 | 2026-05-12T01:20:58.222Z | Compiling cargo-platform v0.2.0 |
| 529 | 2026-05-12T01:20:58.500Z | Compiling tempfile v3.25.0 |
| 530 | 2026-05-12T01:20:58.570Z | Compiling memmap v0.7.0 |
| 531 | 2026-05-12T01:20:58.647Z | Compiling unicode-linebreak v0.1.5 |
| 532 | 2026-05-12T01:20:58.756Z | Compiling unicode-width v0.2.0 |
| 533 | 2026-05-12T01:20:58.759Z | Compiling usdt-macro v0.5.0 |
| 534 | 2026-05-12T01:20:58.882Z | Compiling idna_adapter v1.2.1 |
| 535 | 2026-05-12T01:20:58.900Z | Compiling usdt-attr-macro v0.5.0 |
| 536 | 2026-05-12T01:20:59.020Z | Compiling idna v1.1.0 |
| 537 | 2026-05-12T01:20:59.038Z | Compiling smawk v0.3.2 |
| 538 | 2026-05-12T01:20:59.087Z | Compiling camino-tempfile v1.4.1 |
| 539 | 2026-05-12T01:20:59.165Z | Compiling clap v4.5.60 |
| 540 | 2026-05-12T01:20:59.183Z | Compiling textwrap v0.16.2 |
| 541 | 2026-05-12T01:20:59.316Z | Compiling url v2.5.8 |
| 542 | 2026-05-12T01:20:59.563Z | Compiling toml v0.8.23 |
| 543 | 2026-05-12T01:20:59.672Z | Compiling tabled v0.15.0 |
| 544 | 2026-05-12T01:20:59.689Z | Compiling macaddr v1.0.1 |
| 545 | 2026-05-12T01:20:59.952Z | Compiling cargo-util-schemas v0.8.2 |
| 546 | 2026-05-12T01:21:00.051Z | Compiling usdt v0.5.0 |
| 547 | 2026-05-12T01:21:00.190Z | Compiling cargo_toml v0.21.0 |
| 548 | 2026-05-12T01:21:00.237Z | Compiling swrite v0.1.0 |
| 549 | 2026-05-12T01:21:00.285Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 550 | 2026-05-12T01:21:00.844Z | Compiling cargo_metadata v0.21.0 |
| 551 | 2026-05-12T01:21:01.793Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 552 | 2026-05-12T01:21:03.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.43s |
| 553 | 2026-05-12T01:21:04.122Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 554 | 2026-05-12T01:21:04.687Z | Downloading crates ... |
| 555 | 2026-05-12T01:21:04.802Z | Downloaded compression-codecs v0.4.37 |
| 556 | 2026-05-12T01:21:04.805Z | Downloaded arrayref v0.3.9 |
| 557 | 2026-05-12T01:21:04.807Z | Downloaded darling_macro v0.21.3 |
| 558 | 2026-05-12T01:21:04.808Z | Downloaded atomic-waker v1.1.2 |
| 559 | 2026-05-12T01:21:04.810Z | Downloaded buf-list v1.1.2 |
| 560 | 2026-05-12T01:21:04.813Z | Downloaded aes-gcm v0.10.3 |
| 561 | 2026-05-12T01:21:04.816Z | Downloaded darling_macro v0.20.11 |
| 562 | 2026-05-12T01:21:04.816Z | Downloaded crc8 v0.1.1 |
| 563 | 2026-05-12T01:21:04.816Z | Downloaded crucible-workspace-hack v0.1.0 |
| 564 | 2026-05-12T01:21:04.819Z | Downloaded chacha20 v0.10.0 |
| 565 | 2026-05-12T01:21:04.822Z | Downloaded darling_core v0.20.11 |
| 566 | 2026-05-12T01:21:04.825Z | Downloaded darling_macro v0.23.0 |
| 567 | 2026-05-12T01:21:04.825Z | Downloaded bit-vec v0.6.3 |
| 568 | 2026-05-12T01:21:04.828Z | Downloaded critical-section v1.2.0 |
| 569 | 2026-05-12T01:21:04.828Z | Downloaded allocator-api2 v0.2.21 |
| 570 | 2026-05-12T01:21:04.831Z | Downloaded der_derive v0.7.3 |
| 571 | 2026-05-12T01:21:04.831Z | Downloaded crc v3.4.0 |
| 572 | 2026-05-12T01:21:04.835Z | Downloaded filetime v0.2.27 |
| 573 | 2026-05-12T01:21:04.835Z | Downloaded castaway v0.2.4 |
| 574 | 2026-05-12T01:21:04.835Z | Downloaded crc32fast v1.5.0 |
| 575 | 2026-05-12T01:21:04.838Z | Downloaded darling v0.23.0 |
| 576 | 2026-05-12T01:21:04.841Z | Downloaded aes v0.8.4 |
| 577 | 2026-05-12T01:21:04.841Z | Downloaded defmt-parser v1.0.0 |
| 578 | 2026-05-12T01:21:04.845Z | Downloaded cfg_aliases v0.1.1 |
| 579 | 2026-05-12T01:21:04.845Z | Downloaded ctr v0.9.2 |
| 580 | 2026-05-12T01:21:04.845Z | Downloaded argon2 v0.5.3 |
| 581 | 2026-05-12T01:21:04.849Z | Downloaded csv-core v0.1.13 |
| 582 | 2026-05-12T01:21:04.849Z | Downloaded arc-swap v1.8.2 |
| 583 | 2026-05-12T01:21:04.852Z | Downloaded defmt-macros v1.0.1 |
| 584 | 2026-05-12T01:21:04.854Z | Downloaded darling_core v0.23.0 |
| 585 | 2026-05-12T01:21:04.857Z | Downloaded darling_core v0.21.3 |
| 586 | 2026-05-12T01:21:04.863Z | Downloaded dtrace-parser v0.3.0 |
| 587 | 2026-05-12T01:21:04.863Z | Downloaded dsl_auto_type v0.2.0 |
| 588 | 2026-05-12T01:21:04.866Z | Downloaded console v0.15.11 |
| 589 | 2026-05-12T01:21:04.866Z | Downloaded async-bb8-diesel v0.2.1 |
| 590 | 2026-05-12T01:21:04.866Z | Downloaded dirs-sys-next v0.1.2 |
| 591 | 2026-05-12T01:21:04.869Z | Downloaded constant_time_eq v0.4.2 |
| 592 | 2026-05-12T01:21:04.869Z | Downloaded bumpalo v3.20.2 |
| 593 | 2026-05-12T01:21:04.872Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 594 | 2026-05-12T01:21:04.872Z | Downloaded bitfield-struct v0.6.2 |
| 595 | 2026-05-12T01:21:04.872Z | Downloaded ascii-canvas v3.0.0 |
| 596 | 2026-05-12T01:21:04.875Z | Downloaded embedded-io v0.6.1 |
| 597 | 2026-05-12T01:21:04.875Z | Downloaded async-recursion v1.1.1 |
| 598 | 2026-05-12T01:21:04.878Z | Downloaded flagset v0.4.7 |
| 599 | 2026-05-12T01:21:04.882Z | Downloaded crc-any v2.5.0 |
| 600 | 2026-05-12T01:21:04.882Z | Downloaded embedded-io v0.4.0 |
| 601 | 2026-05-12T01:21:04.882Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 602 | 2026-05-12T01:21:04.885Z | Downloaded block-padding v0.3.3 |
| 603 | 2026-05-12T01:21:04.885Z | Downloaded fixedbitset v0.4.2 |
| 604 | 2026-05-12T01:21:04.888Z | Downloaded env_filter v1.0.0 |
| 605 | 2026-05-12T01:21:04.888Z | Downloaded bindgen v0.71.1 |
| 606 | 2026-05-12T01:21:04.891Z | Downloaded document-features v0.2.12 |
| 607 | 2026-05-12T01:21:04.895Z | Downloaded clang-sys v1.8.1 |
| 608 | 2026-05-12T01:21:04.895Z | Downloaded fallible-iterator v0.2.0 |
| 609 | 2026-05-12T01:21:04.898Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 610 | 2026-05-12T01:21:04.898Z | Downloaded cc v1.2.56 |
| 611 | 2026-05-12T01:21:04.898Z | Downloaded bitfield-macros v0.19.4 |
| 612 | 2026-05-12T01:21:04.902Z | Downloaded derive_builder_macro v0.20.2 |
| 613 | 2026-05-12T01:21:04.905Z | Downloaded bcs v0.1.6 |
| 614 | 2026-05-12T01:21:04.905Z | Downloaded dyn-clone v1.0.20 |
| 615 | 2026-05-12T01:21:04.906Z | Downloaded base64 v0.21.7 |
| 616 | 2026-05-12T01:21:04.908Z | Downloaded fd-lock v4.0.4 |
| 617 | 2026-05-12T01:21:04.908Z | Downloaded display-error-chain v0.2.2 |
| 618 | 2026-05-12T01:21:04.912Z | Downloaded endian-type v0.1.2 |
| 619 | 2026-05-12T01:21:04.912Z | Downloaded cancel-safe-futures v0.1.5 |
| 620 | 2026-05-12T01:21:04.914Z | Downloaded dunce v1.0.5 |
| 621 | 2026-05-12T01:21:04.914Z | Downloaded crunchy v0.2.4 |
| 622 | 2026-05-12T01:21:04.915Z | Downloaded base16ct v0.2.0 |
| 623 | 2026-05-12T01:21:04.918Z | Downloaded float-cmp v0.10.0 |
| 624 | 2026-05-12T01:21:04.918Z | Downloaded enum-as-inner v0.6.1 |
| 625 | 2026-05-12T01:21:04.918Z | Downloaded dirs-next v2.0.0 |
| 626 | 2026-05-12T01:21:04.920Z | Downloaded cstr-argument v0.1.2 |
| 627 | 2026-05-12T01:21:04.920Z | Downloaded corncobs v0.1.4 |
| 628 | 2026-05-12T01:21:04.920Z | Downloaded compact_str v0.8.1 |
| 629 | 2026-05-12T01:21:04.923Z | Downloaded debug-ignore v1.0.5 |
| 630 | 2026-05-12T01:21:04.923Z | Downloaded base64ct v1.8.3 |
| 631 | 2026-05-12T01:21:04.932Z | Downloaded foreign-types v0.3.2 |
| 632 | 2026-05-12T01:21:04.935Z | Downloaded funty v2.0.0 |
| 633 | 2026-05-12T01:21:04.935Z | Downloaded difflib v0.4.0 |
| 634 | 2026-05-12T01:21:04.935Z | Downloaded float-ord v0.3.2 |
| 635 | 2026-05-12T01:21:04.938Z | Downloaded git-stub v1.0.0 |
| 636 | 2026-05-12T01:21:04.941Z | Downloaded bstr v1.12.1 |
| 637 | 2026-05-12T01:21:04.946Z | Downloaded futures-executor v0.3.32 |
| 638 | 2026-05-12T01:21:04.949Z | Downloaded env_logger v0.11.9 |
| 639 | 2026-05-12T01:21:04.951Z | Downloaded const_format v0.2.35 |
| 640 | 2026-05-12T01:21:04.954Z | Downloaded fxhash v0.2.1 |
| 641 | 2026-05-12T01:21:04.954Z | Downloaded futures-sink v0.3.32 |
| 642 | 2026-05-12T01:21:04.954Z | Downloaded ghash v0.5.1 |
| 643 | 2026-05-12T01:21:04.958Z | Downloaded http-body-util v0.1.3 |
| 644 | 2026-05-12T01:21:04.958Z | Downloaded git-stub-vcs v0.1.0 |
| 645 | 2026-05-12T01:21:04.958Z | Downloaded futures-io v0.3.32 |
| 646 | 2026-05-12T01:21:04.958Z | Downloaded futures-core v0.3.32 |
| 647 | 2026-05-12T01:21:04.961Z | Downloaded array-init v0.0.4 |
| 648 | 2026-05-12T01:21:04.961Z | Downloaded foldhash v0.1.5 |
| 649 | 2026-05-12T01:21:04.961Z | Downloaded globwalk v0.9.1 |
| 650 | 2026-05-12T01:21:04.964Z | Downloaded hash32 v0.2.1 |
| 651 | 2026-05-12T01:21:04.964Z | Downloaded headers-core v0.3.0 |
| 652 | 2026-05-12T01:21:04.964Z | Downloaded hash32 v0.3.1 |
| 653 | 2026-05-12T01:21:04.967Z | Downloaded atomicwrites v0.4.4 |
| 654 | 2026-05-12T01:21:04.967Z | Downloaded daft-derive v0.1.5 |
| 655 | 2026-05-12T01:21:04.970Z | Downloaded daft v0.1.5 |
| 656 | 2026-05-12T01:21:04.970Z | Downloaded ciborium-ll v0.2.2 |
| 657 | 2026-05-12T01:21:04.973Z | Downloaded http-body v1.0.1 |
| 658 | 2026-05-12T01:21:04.973Z | Downloaded hex-literal v0.4.1 |
| 659 | 2026-05-12T01:21:04.973Z | Downloaded cobs v0.3.0 |
| 660 | 2026-05-12T01:21:04.976Z | Downloaded ecdsa v0.16.9 |
| 661 | 2026-05-12T01:21:04.976Z | Downloaded bb8 v0.8.6 |
| 662 | 2026-05-12T01:21:04.979Z | Downloaded glob v0.3.3 |
| 663 | 2026-05-12T01:21:04.979Z | Downloaded dof v0.4.0 |
| 664 | 2026-05-12T01:21:04.979Z | Downloaded data-encoding v2.10.0 |
| 665 | 2026-05-12T01:21:04.982Z | Downloaded downcast-rs v2.0.2 |
| 666 | 2026-05-12T01:21:04.982Z | Downloaded cexpr v0.6.0 |
| 667 | 2026-05-12T01:21:04.982Z | Downloaded bitflags v1.3.2 |
| 668 | 2026-05-12T01:21:04.985Z | Downloaded home v0.5.12 |
| 669 | 2026-05-12T01:21:04.985Z | Downloaded foreign-types v0.5.0 |
| 670 | 2026-05-12T01:21:04.988Z | Downloaded erased-serde v0.3.31 |
| 671 | 2026-05-12T01:21:04.988Z | Downloaded crossbeam-deque v0.8.6 |
| 672 | 2026-05-12T01:21:04.991Z | Downloaded find-msvc-tools v0.1.9 |
| 673 | 2026-05-12T01:21:04.991Z | Downloaded ff v0.13.1 |
| 674 | 2026-05-12T01:21:04.991Z | Downloaded bit-vec v0.8.0 |
| 675 | 2026-05-12T01:21:04.994Z | Downloaded foldhash v0.2.0 |
| 676 | 2026-05-12T01:21:04.994Z | Downloaded futures-macro v0.3.32 |
| 677 | 2026-05-12T01:21:04.997Z | Downloaded adler2 v2.0.1 |
| 678 | 2026-05-12T01:21:04.997Z | Downloaded fixedbitset v0.5.7 |
| 679 | 2026-05-12T01:21:04.997Z | Downloaded diesel-dtrace v0.5.0 |
| 680 | 2026-05-12T01:21:05.000Z | Downloaded ciborium-io v0.2.2 |
| 681 | 2026-05-12T01:21:05.000Z | Downloaded aead v0.5.2 |
| 682 | 2026-05-12T01:21:05.000Z | Downloaded ena v0.14.4 |
| 683 | 2026-05-12T01:21:05.003Z | Downloaded hostname v0.3.1 |
| 684 | 2026-05-12T01:21:05.003Z | Downloaded async-trait v0.1.89 |
| 685 | 2026-05-12T01:21:05.006Z | Downloaded ciborium v0.2.2 |
| 686 | 2026-05-12T01:21:05.009Z | Downloaded either v1.15.0 |
| 687 | 2026-05-12T01:21:05.009Z | Downloaded ed25519 v2.2.3 |
| 688 | 2026-05-12T01:21:05.012Z | Downloaded hubpack_derive v0.1.1 |
| 689 | 2026-05-12T01:21:05.012Z | Downloaded hubpack v0.1.2 |
| 690 | 2026-05-12T01:21:05.012Z | Downloaded http-range v0.1.5 |
| 691 | 2026-05-12T01:21:05.012Z | Downloaded fs-err v2.11.0 |
| 692 | 2026-05-12T01:21:05.015Z | Downloaded crossterm v0.29.0 |
| 693 | 2026-05-12T01:21:05.018Z | Downloaded hex v0.4.3 |
| 694 | 2026-05-12T01:21:05.021Z | Downloaded globset v0.4.18 |
| 695 | 2026-05-12T01:21:05.021Z | Downloaded blowfish v0.9.1 |
| 696 | 2026-05-12T01:21:05.021Z | Downloaded derive_builder_core v0.20.2 |
| 697 | 2026-05-12T01:21:05.024Z | Downloaded compression-core v0.4.31 |
| 698 | 2026-05-12T01:21:05.024Z | Downloaded bzip2 v0.4.4 |
| 699 | 2026-05-12T01:21:05.027Z | Downloaded bit-set v0.8.0 |
| 700 | 2026-05-12T01:21:05.027Z | Downloaded defmt v1.0.1 |
| 701 | 2026-05-12T01:21:05.030Z | Downloaded indoc v1.0.9 |
| 702 | 2026-05-12T01:21:05.030Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 703 | 2026-05-12T01:21:05.033Z | Downloaded async-stream-impl v0.3.6 |
| 704 | 2026-05-12T01:21:05.033Z | Downloaded indent_write v2.2.0 |
| 705 | 2026-05-12T01:21:05.033Z | Downloaded ident_case v1.0.1 |
| 706 | 2026-05-12T01:21:05.036Z | Downloaded defmt v0.3.100 |
| 707 | 2026-05-12T01:21:05.039Z | Downloaded deranged v0.5.8 |
| 708 | 2026-05-12T01:21:05.043Z | Downloaded chacha20 v0.9.1 |
| 709 | 2026-05-12T01:21:05.046Z | Downloaded ingot v0.1.1 |
| 710 | 2026-05-12T01:21:05.046Z | Downloaded crossbeam-utils v0.8.21 |
| 711 | 2026-05-12T01:21:05.049Z | Downloaded colored v3.1.1 |
| 712 | 2026-05-12T01:21:05.052Z | Downloaded crossbeam-epoch v0.9.18 |
| 713 | 2026-05-12T01:21:05.052Z | Downloaded foreign-types-shared v0.1.1 |
| 714 | 2026-05-12T01:21:05.052Z | Downloaded ahash v0.8.12 |
| 715 | 2026-05-12T01:21:05.055Z | Downloaded derive_builder v0.20.2 |
| 716 | 2026-05-12T01:21:05.058Z | Downloaded futures-channel v0.3.32 |
| 717 | 2026-05-12T01:21:05.061Z | Downloaded drift v0.1.4 |
| 718 | 2026-05-12T01:21:05.064Z | Downloaded is-terminal v0.4.17 |
| 719 | 2026-05-12T01:21:05.067Z | Downloaded internet-checksum v0.2.1 |
| 720 | 2026-05-12T01:21:05.067Z | Downloaded cargo_metadata v0.23.1 |
| 721 | 2026-05-12T01:21:05.067Z | Downloaded lazy_static v1.5.0 |
| 722 | 2026-05-12T01:21:05.070Z | Downloaded derive_more v2.1.1 |
| 723 | 2026-05-12T01:21:05.076Z | Downloaded kstat-rs v0.2.4 |
| 724 | 2026-05-12T01:21:05.079Z | Downloaded httparse v1.10.1 |
| 725 | 2026-05-12T01:21:05.079Z | Downloaded dropshot_endpoint v0.17.0 |
| 726 | 2026-05-12T01:21:05.082Z | Downloaded darling v0.21.3 |
| 727 | 2026-05-12T01:21:05.085Z | Downloaded md5 v0.7.0 |
| 728 | 2026-05-12T01:21:05.088Z | Downloaded lru-slab v0.1.2 |
| 729 | 2026-05-12T01:21:05.088Z | Downloaded blake2 v0.10.6 |
| 730 | 2026-05-12T01:21:05.088Z | Downloaded lalrpop-util v0.19.12 |
| 731 | 2026-05-12T01:21:05.090Z | Downloaded instant v0.1.13 |
| 732 | 2026-05-12T01:21:05.091Z | Downloaded chacha20poly1305 v0.10.1 |
| 733 | 2026-05-12T01:21:05.094Z | Downloaded humantime v2.3.0 |
| 734 | 2026-05-12T01:21:05.094Z | Downloaded hickory-resolver v0.24.4 |
| 735 | 2026-05-12T01:21:05.097Z | Downloaded http v1.4.0 |
| 736 | 2026-05-12T01:21:05.100Z | Downloaded hyper-staticfile v0.10.1 |
| 737 | 2026-05-12T01:21:05.100Z | Downloaded is_ci v1.2.0 |
| 738 | 2026-05-12T01:21:05.100Z | Downloaded lzss v0.8.2 |
| 739 | 2026-05-12T01:21:05.103Z | Downloaded ingot-types v0.1.2 |
| 740 | 2026-05-12T01:21:05.103Z | Downloaded indoc v2.0.7 |
| 741 | 2026-05-12T01:21:05.514Z | Downloaded maybe-uninit v2.0.0 |
| 742 | 2026-05-12T01:21:05.514Z | Downloaded memoffset v0.9.1 |
| 743 | 2026-05-12T01:21:05.522Z | Downloaded new_debug_unreachable v1.0.6 |
| 744 | 2026-05-12T01:21:05.522Z | Downloaded md-5 v0.10.6 |
| 745 | 2026-05-12T01:21:05.522Z | Downloaded managed v0.8.0 |
| 746 | 2026-05-12T01:21:05.522Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 747 | 2026-05-12T01:21:05.522Z | Downloaded aws-lc-rs v1.16.3 |
| 748 | 2026-05-12T01:21:05.522Z | Downloaded newline-converter v0.3.0 |
| 749 | 2026-05-12T01:21:05.522Z | Downloaded bit-set v0.5.3 |
| 750 | 2026-05-12T01:21:05.522Z | Downloaded atty v0.2.14 |
| 751 | 2026-05-12T01:21:05.522Z | Downloaded group v0.13.0 |
| 752 | 2026-05-12T01:21:05.522Z | Downloaded elliptic-curve v0.13.8 |
| 753 | 2026-05-12T01:21:05.522Z | Downloaded derive-where v1.6.0 |
| 754 | 2026-05-12T01:21:05.522Z | Downloaded libscf-sys v1.1.0 |
| 755 | 2026-05-12T01:21:05.522Z | Downloaded futures v0.3.32 |
| 756 | 2026-05-12T01:21:05.522Z | Downloaded derive-ex v0.1.8 |
| 757 | 2026-05-12T01:21:05.522Z | Downloaded des v0.8.1 |
| 758 | 2026-05-12T01:21:05.522Z | Downloaded darling v0.20.11 |
| 759 | 2026-05-12T01:21:05.522Z | Downloaded keccak v0.1.6 |
| 760 | 2026-05-12T01:21:05.522Z | Downloaded nibble_vec v0.1.0 |
| 761 | 2026-05-12T01:21:05.522Z | Downloaded cargo-platform v0.3.2 |
| 762 | 2026-05-12T01:21:05.522Z | Downloaded ipnetwork v0.21.1 |
| 763 | 2026-05-12T01:21:05.522Z | Downloaded newtype_derive v0.1.6 |
| 764 | 2026-05-12T01:21:05.522Z | Downloaded jobserver v0.1.34 |
| 765 | 2026-05-12T01:21:05.522Z | Downloaded ipnet v2.11.0 |
| 766 | 2026-05-12T01:21:05.522Z | Downloaded libsw-core v0.3.2 |
| 767 | 2026-05-12T01:21:05.522Z | Downloaded libsw v3.5.0 |
| 768 | 2026-05-12T01:21:05.522Z | Downloaded const_format_proc_macros v0.2.34 |
| 769 | 2026-05-12T01:21:05.522Z | Downloaded nonempty v0.12.0 |
| 770 | 2026-05-12T01:21:05.522Z | Downloaded num-derive v0.4.2 |
| 771 | 2026-05-12T01:21:05.522Z | Downloaded hashbrown v0.15.5 |
| 772 | 2026-05-12T01:21:05.522Z | Downloaded async-stream v0.3.6 |
| 773 | 2026-05-12T01:21:05.522Z | Downloaded half v1.8.3 |
| 774 | 2026-05-12T01:21:05.522Z | Downloaded half v2.7.1 |
| 775 | 2026-05-12T01:21:05.522Z | Downloaded hmac v0.12.1 |
| 776 | 2026-05-12T01:21:05.523Z | Downloaded num-conv v0.2.0 |
| 777 | 2026-05-12T01:21:05.523Z | Downloaded crc-catalog v2.4.0 |
| 778 | 2026-05-12T01:21:05.523Z | Downloaded camino-tempfile-ext v0.3.3 |
| 779 | 2026-05-12T01:21:05.523Z | Downloaded backoff v0.4.0 |
| 780 | 2026-05-12T01:21:05.523Z | Downloaded num-iter v0.1.45 |
| 781 | 2026-05-12T01:21:05.523Z | Downloaded multer v3.1.0 |
| 782 | 2026-05-12T01:21:05.523Z | Downloaded opaque-debug v0.3.1 |
| 783 | 2026-05-12T01:21:05.523Z | Downloaded mime_guess v2.0.5 |
| 784 | 2026-05-12T01:21:05.523Z | Downloaded convert_case v0.4.0 |
| 785 | 2026-05-12T01:21:05.523Z | Downloaded colored v2.2.0 |
| 786 | 2026-05-12T01:21:05.523Z | Downloaded num_threads v0.1.7 |
| 787 | 2026-05-12T01:21:05.523Z | Downloaded instability v0.3.11 |
| 788 | 2026-05-12T01:21:05.523Z | Downloaded openssl-probe v0.2.1 |
| 789 | 2026-05-12T01:21:05.523Z | Downloaded nanorand v0.7.0 |
| 790 | 2026-05-12T01:21:05.523Z | Downloaded inout v0.1.4 |
| 791 | 2026-05-12T01:21:05.523Z | Downloaded hostname v0.4.2 |
| 792 | 2026-05-12T01:21:05.523Z | Downloaded gethostname v0.5.0 |
| 793 | 2026-05-12T01:21:05.523Z | Downloaded cmake v0.1.57 |
| 794 | 2026-05-12T01:21:05.523Z | Downloaded cipher v0.4.4 |
| 795 | 2026-05-12T01:21:05.523Z | Downloaded match_cfg v0.1.0 |
| 796 | 2026-05-12T01:21:05.523Z | Downloaded ingot-macros v0.1.1 |
| 797 | 2026-05-12T01:21:05.523Z | Downloaded flume v0.11.1 |
| 798 | 2026-05-12T01:21:05.523Z | Downloaded oso-derive v0.27.3 |
| 799 | 2026-05-12T01:21:05.523Z | Downloaded normalize-line-endings v0.3.0 |
| 800 | 2026-05-12T01:21:05.523Z | Downloaded arrayvec v0.7.6 |
| 801 | 2026-05-12T01:21:05.523Z | Downloaded newtype-uuid v1.3.2 |
| 802 | 2026-05-12T01:21:05.523Z | Downloaded maplit v1.0.2 |
| 803 | 2026-05-12T01:21:05.523Z | Downloaded futures-task v0.3.32 |
| 804 | 2026-05-12T01:21:05.523Z | Downloaded foreign-types-shared v0.3.1 |
| 805 | 2026-05-12T01:21:05.523Z | Downloaded num v0.4.3 |
| 806 | 2026-05-12T01:21:05.523Z | Downloaded foreign-types-macros v0.2.3 |
| 807 | 2026-05-12T01:21:05.523Z | Downloaded bitfield v0.19.4 |
| 808 | 2026-05-12T01:21:05.523Z | Downloaded cookie_store v0.22.1 |
| 809 | 2026-05-12T01:21:05.523Z | Downloaded console v0.16.2 |
| 810 | 2026-05-12T01:21:05.523Z | Downloaded nodrop v0.1.14 |
| 811 | 2026-05-12T01:21:05.523Z | Downloaded getrandom v0.3.4 |
| 812 | 2026-05-12T01:21:05.523Z | Downloaded pbkdf2 v0.12.2 |
| 813 | 2026-05-12T01:21:05.523Z | Downloaded pbkdf2 v0.11.0 |
| 814 | 2026-05-12T01:21:05.523Z | Downloaded parse-size v1.1.0 |
| 815 | 2026-05-12T01:21:05.524Z | Downloaded mime v0.3.17 |
| 816 | 2026-05-12T01:21:05.524Z | Downloaded lock_api v0.4.14 |
| 817 | 2026-05-12T01:21:05.524Z | Downloaded byte-wrapper v0.1.0 |
| 818 | 2026-05-12T01:21:05.524Z | Downloaded memmap2 v0.9.10 |
| 819 | 2026-05-12T01:21:05.524Z | Downloaded ignore v0.4.25 |
| 820 | 2026-05-12T01:21:05.524Z | Downloaded heapless v0.8.0 |
| 821 | 2026-05-12T01:21:05.524Z | Downloaded cbc v0.1.2 |
| 822 | 2026-05-12T01:21:05.524Z | Downloaded iana-time-zone v0.1.65 |
| 823 | 2026-05-12T01:21:05.524Z | Downloaded phf_shared v0.13.1 |
| 824 | 2026-05-12T01:21:05.524Z | Downloaded olpc-cjson v0.1.4 |
| 825 | 2026-05-12T01:21:05.524Z | Downloaded num_enum v0.7.5 |
| 826 | 2026-05-12T01:21:05.524Z | Downloaded fs_extra v1.3.0 |
| 827 | 2026-05-12T01:21:05.524Z | Downloaded phf_shared v0.12.1 |
| 828 | 2026-05-12T01:21:05.524Z | Downloaded hyper v1.8.1 |
| 829 | 2026-05-12T01:21:05.524Z | Downloaded blake3 v1.8.3 |
| 830 | 2026-05-12T01:21:05.524Z | Downloaded der v0.7.10 |
| 831 | 2026-05-12T01:21:05.524Z | Downloaded flate2 v1.1.9 |
| 832 | 2026-05-12T01:21:05.524Z | Downloaded num-complex v0.4.6 |
| 833 | 2026-05-12T01:21:05.524Z | Downloaded ar_archive_writer v0.5.1 |
| 834 | 2026-05-12T01:21:05.524Z | Downloaded crossbeam-channel v0.5.15 |
| 835 | 2026-05-12T01:21:05.524Z | Downloaded predicates-tree v1.0.13 |
| 836 | 2026-05-12T01:21:05.524Z | Downloaded pin-utils v0.1.0 |
| 837 | 2026-05-12T01:21:05.524Z | Downloaded predicates-core v1.0.10 |
| 838 | 2026-05-12T01:21:05.524Z | Downloaded newtype-uuid-macros v0.1.0 |
| 839 | 2026-05-12T01:21:05.524Z | Downloaded owo-colors v4.3.0 |
| 840 | 2026-05-12T01:21:05.524Z | Downloaded num-derive v0.3.3 |
| 841 | 2026-05-12T01:21:05.524Z | Downloaded indexmap v1.9.3 |
| 842 | 2026-05-12T01:21:05.524Z | Downloaded proc-macro-crate v1.3.1 |
| 843 | 2026-05-12T01:21:05.530Z | Downloaded precomputed-hash v0.1.1 |
| 844 | 2026-05-12T01:21:05.530Z | Downloaded linear-map v1.2.0 |
| 845 | 2026-05-12T01:21:05.530Z | Downloaded openssl-macros v0.1.1 |
| 846 | 2026-05-12T01:21:05.530Z | Downloaded num_enum_derive v0.5.11 |
| 847 | 2026-05-12T01:21:05.530Z | Downloaded hyper-rustls v0.27.7 |
| 848 | 2026-05-12T01:21:05.530Z | Downloaded packed_struct_codegen v0.10.1 |
| 849 | 2026-05-12T01:21:05.530Z | Downloaded num-integer v0.1.46 |
| 850 | 2026-05-12T01:21:05.530Z | Downloaded libbz2-rs-sys v0.2.2 |
| 851 | 2026-05-12T01:21:05.530Z | Downloaded openssl-probe v0.1.6 |
| 852 | 2026-05-12T01:21:05.530Z | Downloaded getrandom v0.2.17 |
| 853 | 2026-05-12T01:21:05.530Z | Downloaded const-oid v0.9.6 |
| 854 | 2026-05-12T01:21:05.530Z | Downloaded password-hash v0.5.0 |
| 855 | 2026-05-12T01:21:05.530Z | Downloaded itertools v0.14.0 |
| 856 | 2026-05-12T01:21:05.530Z | Downloaded progenitor-macro v0.14.0 |
| 857 | 2026-05-12T01:21:05.530Z | Downloaded proc-macro-error2 v2.0.1 |
| 858 | 2026-05-12T01:21:05.530Z | Downloaded progenitor-client v0.14.0 |
| 859 | 2026-05-12T01:21:05.530Z | Downloaded heapless v0.7.17 |
| 860 | 2026-05-12T01:21:05.530Z | Downloaded phf v0.12.1 |
| 861 | 2026-05-12T01:21:05.530Z | Downloaded peg-macros v0.8.5 |
| 862 | 2026-05-12T01:21:05.530Z | Downloaded peg v0.8.5 |
| 863 | 2026-05-12T01:21:05.530Z | Downloaded indicatif v0.18.4 |
| 864 | 2026-05-12T01:21:05.530Z | Downloaded phf v0.13.1 |
| 865 | 2026-05-12T01:21:05.530Z | Downloaded hickory-resolver v0.25.2 |
| 866 | 2026-05-12T01:21:05.530Z | Downloaded progenitor-macro v0.13.0 |
| 867 | 2026-05-12T01:21:05.530Z | Downloaded oxnet v0.1.4 |
| 868 | 2026-05-12T01:21:05.530Z | Downloaded progenitor-client v0.11.2 |
| 869 | 2026-05-12T01:21:05.530Z | Downloaded litrs v1.0.0 |
| 870 | 2026-05-12T01:21:05.530Z | Downloaded base64 v0.22.1 |
| 871 | 2026-05-12T01:21:05.530Z | Downloaded path-slash v0.1.5 |
| 872 | 2026-05-12T01:21:05.530Z | Downloaded expectorate v1.2.0 |
| 873 | 2026-05-12T01:21:05.531Z | Downloaded ed25519-dalek v2.2.0 |
| 874 | 2026-05-12T01:21:05.531Z | Downloaded packed_struct v0.10.1 |
| 875 | 2026-05-12T01:21:05.531Z | Downloaded progenitor-macro v0.11.2 |
| 876 | 2026-05-12T01:21:05.531Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 877 | 2026-05-12T01:21:05.531Z | Downloaded powerfmt v0.2.0 |
| 878 | 2026-05-12T01:21:05.531Z | Downloaded r2d2 v0.8.10 |
| 879 | 2026-05-12T01:21:05.531Z | Downloaded pkg-config v0.3.32 |
| 880 | 2026-05-12T01:21:05.531Z | Downloaded pin-project-lite v0.2.17 |
| 881 | 2026-05-12T01:21:05.531Z | Downloaded ppv-lite86 v0.2.21 |
| 882 | 2026-05-12T01:21:05.531Z | Downloaded postgres-protocol v0.6.10 |
| 883 | 2026-05-12T01:21:05.531Z | Downloaded rand_core v0.6.4 |
| 884 | 2026-05-12T01:21:05.531Z | Downloaded pem-rfc7468 v0.7.0 |
| 885 | 2026-05-12T01:21:05.531Z | Downloaded recursive v0.1.1 |
| 886 | 2026-05-12T01:21:05.531Z | Downloaded password-hash v0.4.2 |
| 887 | 2026-05-12T01:21:05.531Z | Downloaded ref-cast v1.0.25 |
| 888 | 2026-05-12T01:21:05.531Z | Downloaded omicron-zone-package v0.12.2 |
| 889 | 2026-05-12T01:21:05.531Z | Downloaded primeorder v0.13.6 |
| 890 | 2026-05-12T01:21:05.531Z | Downloaded oxide-tokio-rt v0.1.4 |
| 891 | 2026-05-12T01:21:05.531Z | Downloaded libefi-sys v0.1.0 |
| 892 | 2026-05-12T01:21:05.531Z | Downloaded poly1305 v0.8.0 |
| 893 | 2026-05-12T01:21:05.531Z | Downloaded parse-display-derive v0.10.0 |
| 894 | 2026-05-12T01:21:05.531Z | Downloaded parking_lot_core v0.8.6 |
| 895 | 2026-05-12T01:21:05.531Z | Downloaded parking_lot v0.12.5 |
| 896 | 2026-05-12T01:21:05.531Z | Downloaded parse-display v0.10.0 |
| 897 | 2026-05-12T01:21:05.531Z | Downloaded predicates v3.1.4 |
| 898 | 2026-05-12T01:21:05.531Z | Downloaded progenitor-client v0.13.0 |
| 899 | 2026-05-12T01:21:05.531Z | Downloaded progenitor v0.13.0 |
| 900 | 2026-05-12T01:21:05.531Z | Downloaded pin-project-internal v1.1.11 |
| 901 | 2026-05-12T01:21:05.531Z | Downloaded parking_lot_core v0.9.12 |
| 902 | 2026-05-12T01:21:05.531Z | Downloaded parking_lot v0.11.2 |
| 903 | 2026-05-12T01:21:05.531Z | Downloaded progenitor v0.14.0 |
| 904 | 2026-05-12T01:21:05.531Z | Downloaded polyval v0.6.2 |
| 905 | 2026-05-12T01:21:05.531Z | Downloaded hashbrown v0.12.3 |
| 906 | 2026-05-12T01:21:05.531Z | Downloaded headers v0.4.1 |
| 907 | 2026-05-12T01:21:05.531Z | Downloaded native-tls v0.2.18 |
| 908 | 2026-05-12T01:21:05.531Z | Downloaded rfc6979 v0.4.0 |
| 909 | 2026-05-12T01:21:05.531Z | Downloaded linked-hash-map v0.5.6 |
| 910 | 2026-05-12T01:21:05.531Z | Downloaded diesel_derives v2.3.7 |
| 911 | 2026-05-12T01:21:05.532Z | Downloaded rustc-hash v2.1.1 |
| 912 | 2026-05-12T01:21:05.532Z | Downloaded miniz_oxide v0.8.9 |
| 913 | 2026-05-12T01:21:05.532Z | Downloaded russh-cryptovec v0.7.3 |
| 914 | 2026-05-12T01:21:05.532Z | Downloaded derive_more-impl v2.1.1 |
| 915 | 2026-05-12T01:21:05.532Z | Downloaded prefix-trie v0.7.0 |
| 916 | 2026-05-12T01:21:05.532Z | Downloaded dropshot-api-manager v0.7.1 |
| 917 | 2026-05-12T01:21:05.532Z | Downloaded proc-macro-crate v3.4.0 |
| 918 | 2026-05-12T01:21:05.532Z | Downloaded mio v1.2.0 |
| 919 | 2026-05-12T01:21:05.532Z | Downloaded rtoolbox v0.0.3 |
| 920 | 2026-05-12T01:21:05.532Z | Downloaded oso v0.27.3 |
| 921 | 2026-05-12T01:21:05.532Z | Downloaded sapling-renderdag v0.1.0 |
| 922 | 2026-05-12T01:21:05.532Z | Downloaded ref-cast-impl v1.0.25 |
| 923 | 2026-05-12T01:21:05.532Z | Downloaded rand_seeder v0.4.0 |
| 924 | 2026-05-12T01:21:05.532Z | Downloaded rand_core v0.10.0 |
| 925 | 2026-05-12T01:21:05.532Z | Downloaded num_enum_derive v0.7.5 |
| 926 | 2026-05-12T01:21:05.532Z | Downloaded num-rational v0.4.2 |
| 927 | 2026-05-12T01:21:05.532Z | Downloaded itertools v0.10.5 |
| 928 | 2026-05-12T01:21:05.532Z | Downloaded serde-big-array v0.5.1 |
| 929 | 2026-05-12T01:21:05.532Z | Downloaded scrypt v0.11.0 |
| 930 | 2026-05-12T01:21:05.532Z | Downloaded rustls-pemfile v1.0.4 |
| 931 | 2026-05-12T01:21:05.532Z | Downloaded scroll_derive v0.13.1 |
| 932 | 2026-05-12T01:21:05.532Z | Downloaded progenitor-extras v0.2.0 |
| 933 | 2026-05-12T01:21:05.532Z | Downloaded rusty-fork v0.3.1 |
| 934 | 2026-05-12T01:21:05.532Z | Downloaded semver v0.1.20 |
| 935 | 2026-05-12T01:21:05.532Z | Downloaded jiff-static v0.2.21 |
| 936 | 2026-05-12T01:21:05.532Z | Downloaded secrecy v0.8.0 |
| 937 | 2026-05-12T01:21:05.532Z | Downloaded multimap v0.10.1 |
| 938 | 2026-05-12T01:21:05.532Z | Downloaded peg-runtime v0.8.5 |
| 939 | 2026-05-12T01:21:05.532Z | Downloaded lru-cache v0.1.2 |
| 940 | 2026-05-12T01:21:05.532Z | Downloaded scheduled-thread-pool v0.2.7 |
| 941 | 2026-05-12T01:21:05.532Z | Downloaded rand_core v0.9.5 |
| 942 | 2026-05-12T01:21:05.532Z | Downloaded papergrid v0.17.0 |
| 943 | 2026-05-12T01:21:05.537Z | Downloaded progenitor v0.11.2 |
| 944 | 2026-05-12T01:21:05.537Z | Downloaded salsa20 v0.10.2 |
| 945 | 2026-05-12T01:21:05.537Z | Downloaded pkcs1 v0.7.5 |
| 946 | 2026-05-12T01:21:05.537Z | Downloaded aho-corasick v1.1.4 |
| 947 | 2026-05-12T01:21:05.537Z | Downloaded resolv-conf v0.7.6 |
| 948 | 2026-05-12T01:21:05.537Z | Downloaded pin-project v1.1.11 |
| 949 | 2026-05-12T01:21:05.537Z | Downloaded siphasher v1.0.2 |
| 950 | 2026-05-12T01:21:05.537Z | Downloaded rustc_version v0.4.1 |
| 951 | 2026-05-12T01:21:05.537Z | Downloaded minimal-lexical v0.2.1 |
| 952 | 2026-05-12T01:21:05.537Z | Downloaded signal-hook-mio v0.2.5 |
| 953 | 2026-05-12T01:21:05.537Z | Downloaded serde_urlencoded v0.7.1 |
| 954 | 2026-05-12T01:21:05.537Z | Downloaded serde_spanned v1.0.4 |
| 955 | 2026-05-12T01:21:05.537Z | Downloaded sha1 v0.10.6 |
| 956 | 2026-05-12T01:21:05.537Z | Downloaded quinn-udp v0.5.14 |
| 957 | 2026-05-12T01:21:05.537Z | Downloaded pkcs5 v0.7.1 |
| 958 | 2026-05-12T01:21:05.537Z | Downloaded serde_repr v0.1.20 |
| 959 | 2026-05-12T01:21:05.537Z | Downloaded ron v0.8.1 |
| 960 | 2026-05-12T01:21:05.537Z | Downloaded hickory-server v0.25.2 |
| 961 | 2026-05-12T01:21:05.537Z | Downloaded hyper-util v0.1.20 |
| 962 | 2026-05-12T01:21:05.537Z | Downloaded sigpipe v0.1.3 |
| 963 | 2026-05-12T01:21:05.538Z | Downloaded signature v2.2.0 |
| 964 | 2026-05-12T01:21:05.538Z | Downloaded shell-words v1.1.1 |
| 965 | 2026-05-12T01:21:05.538Z | Downloaded itertools v0.12.1 |
| 966 | 2026-05-12T01:21:05.538Z | Downloaded postcard v1.1.3 |
| 967 | 2026-05-12T01:21:05.538Z | Downloaded openssl-sys v0.9.114 |
| 968 | 2026-05-12T01:21:05.538Z | Downloaded ssh-encoding v0.2.0 |
| 969 | 2026-05-12T01:21:05.538Z | Downloaded crypto-bigint v0.5.5 |
| 970 | 2026-05-12T01:21:05.538Z | Downloaded same-file v1.0.6 |
| 971 | 2026-05-12T01:21:05.538Z | Downloaded progenitor-impl v0.13.0 |
| 972 | 2026-05-12T01:21:05.538Z | Downloaded backon v1.6.0 |
| 973 | 2026-05-12T01:21:05.538Z | Downloaded sct v0.7.1 |
| 974 | 2026-05-12T01:21:05.538Z | Downloaded scroll v0.13.0 |
| 975 | 2026-05-12T01:21:05.538Z | Downloaded schemars_derive v0.8.22 |
| 976 | 2026-05-12T01:21:05.538Z | Downloaded bzip2 v0.6.1 |
| 977 | 2026-05-12T01:21:05.538Z | Downloaded num_enum v0.5.11 |
| 978 | 2026-05-12T01:21:05.538Z | Downloaded slog-envlogger v2.2.0 |
| 979 | 2026-05-12T01:21:05.538Z | Downloaded lru v0.12.5 |
| 980 | 2026-05-12T01:21:05.538Z | Downloaded convert_case v0.10.0 |
| 981 | 2026-05-12T01:21:05.538Z | Downloaded sqlparser_derive v0.5.0 |
| 982 | 2026-05-12T01:21:05.538Z | Downloaded slog-dtrace v0.3.0 |
| 983 | 2026-05-12T01:21:05.538Z | Downloaded libloading v0.8.9 |
| 984 | 2026-05-12T01:21:05.538Z | Downloaded cassowary v0.3.0 |
| 985 | 2026-05-12T01:21:05.538Z | Downloaded diff v0.1.13 |
| 986 | 2026-05-12T01:21:05.538Z | Downloaded cfg_aliases v0.2.1 |
| 987 | 2026-05-12T01:21:05.538Z | Downloaded async-compression v0.4.41 |
| 988 | 2026-05-12T01:21:05.538Z | Downloaded assert_matches v1.5.0 |
| 989 | 2026-05-12T01:21:05.538Z | Downloaded serde_derive_internals v0.29.1 |
| 990 | 2026-05-12T01:21:05.538Z | Downloaded serde_bytes v0.11.19 |
| 991 | 2026-05-12T01:21:05.538Z | Downloaded serde-hex v0.1.0 |
| 992 | 2026-05-12T01:21:05.538Z | Downloaded p256 v0.13.2 |
| 993 | 2026-05-12T01:21:05.538Z | Downloaded hyper-tls v0.6.0 |
| 994 | 2026-05-12T01:21:05.538Z | Downloaded httpdate v1.0.3 |
| 995 | 2026-05-12T01:21:05.538Z | Downloaded smf v0.2.3 |
| 996 | 2026-05-12T01:21:05.538Z | Downloaded strum v0.26.3 |
| 997 | 2026-05-12T01:21:05.538Z | Downloaded stacker v0.1.23 |
| 998 | 2026-05-12T01:21:05.538Z | Downloaded publicsuffix v2.3.0 |
| 999 | 2026-05-12T01:21:05.538Z | Downloaded iddqd v0.3.18 |
| 1000 | 2026-05-12T01:21:05.538Z | Downloaded strum v0.27.2 |
| 1001 | 2026-05-12T01:21:05.538Z | Downloaded rustls-pki-types v1.14.0 |
| 1002 | 2026-05-12T01:21:05.539Z | Downloaded rustls-pemfile v2.2.0 |
| 1003 | 2026-05-12T01:21:05.539Z | Downloaded russh-keys v0.45.0 |
| 1004 | 2026-05-12T01:21:05.539Z | Downloaded fatfs v0.3.6 |
| 1005 | 2026-05-12T01:21:05.539Z | Downloaded derive_more v0.99.20 |
| 1006 | 2026-05-12T01:21:05.539Z | Downloaded strum_macros v0.26.4 |
| 1007 | 2026-05-12T01:21:05.542Z | Downloaded slab v0.4.12 |
| 1008 | 2026-05-12T01:21:05.542Z | Downloaded simd-adler32 v0.3.8 |
| 1009 | 2026-05-12T01:21:05.542Z | Downloaded signal-hook-registry v1.4.8 |
| 1010 | 2026-05-12T01:21:05.542Z | Downloaded structmeta-derive v0.3.0 |
| 1011 | 2026-05-12T01:21:05.542Z | Downloaded shlex v1.3.0 |
| 1012 | 2026-05-12T01:21:05.542Z | Downloaded pem v3.0.6 |
| 1013 | 2026-05-12T01:21:05.545Z | Downloaded nu-ansi-term v0.50.3 |
| 1014 | 2026-05-12T01:21:05.545Z | Downloaded crossterm v0.28.1 |
| 1015 | 2026-05-12T01:21:05.548Z | Downloaded slog-async v2.8.0 |
| 1016 | 2026-05-12T01:21:05.551Z | Downloaded bytes v1.11.1 |
| 1017 | 2026-05-12T01:21:05.554Z | Downloaded highway v1.3.0 |
| 1018 | 2026-05-12T01:21:05.554Z | Downloaded sync_wrapper v1.0.2 |
| 1019 | 2026-05-12T01:21:05.554Z | Downloaded hashbrown v0.13.2 |
| 1020 | 2026-05-12T01:21:05.557Z | Downloaded take_mut v0.2.2 |
| 1021 | 2026-05-12T01:21:05.557Z | Downloaded sec1 v0.7.3 |
| 1022 | 2026-05-12T01:21:05.560Z | Downloaded rustls-webpki v0.103.9 |
| 1023 | 2026-05-12T01:21:05.560Z | Downloaded prettyplease v0.2.37 |
| 1024 | 2026-05-12T01:21:05.563Z | Downloaded sync-ptr v0.1.4 |
| 1025 | 2026-05-12T01:21:05.563Z | Downloaded cpufeatures v0.3.0 |
| 1026 | 2026-05-12T01:21:05.567Z | Downloaded tabled_derive v0.11.0 |
| 1027 | 2026-05-12T01:21:05.567Z | Downloaded smallvec v0.6.14 |
| 1028 | 2026-05-12T01:21:05.567Z | Downloaded slog-stdlog v4.1.1 |
| 1029 | 2026-05-12T01:21:05.570Z | Downloaded samael v0.0.19 |
| 1030 | 2026-05-12T01:21:05.570Z | Downloaded tap v1.0.1 |
| 1031 | 2026-05-12T01:21:05.573Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1032 | 2026-05-12T01:21:05.573Z | Downloaded testing_table v0.3.0 |
| 1033 | 2026-05-12T01:21:05.573Z | Downloaded termtree v0.5.1 |
| 1034 | 2026-05-12T01:21:05.573Z | Downloaded num-bigint-dig v0.8.6 |
| 1035 | 2026-05-12T01:21:05.577Z | Downloaded phf_shared v0.11.3 |
| 1036 | 2026-05-12T01:21:05.580Z | Downloaded futures-util v0.3.32 |
| 1037 | 2026-05-12T01:21:05.583Z | Downloaded hashbrown v0.16.1 |
| 1038 | 2026-05-12T01:21:05.586Z | Downloaded cookie v0.18.1 |
| 1039 | 2026-05-12T01:21:05.589Z | Downloaded sqlformat v0.3.5 |
| 1040 | 2026-05-12T01:21:05.592Z | Downloaded slog-scope v4.4.1 |
| 1041 | 2026-05-12T01:21:05.592Z | Downloaded spki v0.7.3 |
| 1042 | 2026-05-12T01:21:05.595Z | Downloaded stringprep v0.1.5 |
| 1043 | 2026-05-12T01:21:05.595Z | Downloaded string_cache v0.8.9 |
| 1044 | 2026-05-12T01:21:05.595Z | Downloaded time-core v0.1.8 |
| 1045 | 2026-05-12T01:21:05.598Z | Downloaded thread-id v5.1.0 |
| 1046 | 2026-05-12T01:21:05.598Z | Downloaded strum_macros v0.24.3 |
| 1047 | 2026-05-12T01:21:05.598Z | Downloaded itertools v0.13.0 |
| 1048 | 2026-05-12T01:21:05.601Z | Downloaded snafu-derive v0.8.9 |
| 1049 | 2026-05-12T01:21:05.609Z | Downloaded tinyvec_macros v0.1.1 |
| 1050 | 2026-05-12T01:21:05.612Z | Downloaded thiserror-no-std v2.0.2 |
| 1051 | 2026-05-12T01:21:05.615Z | Downloaded ryu v1.0.23 |
| 1052 | 2026-05-12T01:21:05.619Z | Downloaded rayon-core v1.13.0 |
| 1053 | 2026-05-12T01:21:05.619Z | Downloaded paste v1.0.15 |
| 1054 | 2026-05-12T01:21:05.622Z | Downloaded strum_macros v0.27.2 |
| 1055 | 2026-05-12T01:21:05.625Z | Downloaded support-bundle-viewer v0.1.2 |
| 1056 | 2026-05-12T01:21:05.625Z | Downloaded serde_plain v1.0.2 |
| 1057 | 2026-05-12T01:21:05.625Z | Downloaded tokio-macros v2.7.0 |
| 1058 | 2026-05-12T01:21:05.638Z | Downloaded termios v0.3.3 |
| 1059 | 2026-05-12T01:21:05.652Z | Downloaded slog-json v2.6.1 |
| 1060 | 2026-05-12T01:21:05.652Z | Downloaded psm v0.1.30 |
| 1061 | 2026-05-12T01:21:05.652Z | Downloaded tabwriter v1.4.1 |
| 1062 | 2026-05-12T01:21:05.652Z | Downloaded pkcs8 v0.10.2 |
| 1063 | 2026-05-12T01:21:05.652Z | Downloaded topological-sort v0.2.2 |
| 1064 | 2026-05-12T01:21:05.652Z | Downloaded postgres-types v0.2.12 |
| 1065 | 2026-05-12T01:21:05.652Z | Downloaded libxml v0.3.3 |
| 1066 | 2026-05-12T01:21:05.656Z | Downloaded qorb v0.4.1 |
| 1067 | 2026-05-12T01:21:05.666Z | Downloaded tower-service v0.3.3 |
| 1068 | 2026-05-12T01:21:05.669Z | Downloaded tower-layer v0.3.3 |
| 1069 | 2026-05-12T01:21:05.672Z | Downloaded rustls-native-certs v0.8.3 |
| 1070 | 2026-05-12T01:21:05.672Z | Downloaded tokio-dtrace v0.1.1 |
| 1071 | 2026-05-12T01:21:05.676Z | Downloaded iri-string v0.7.10 |
| 1072 | 2026-05-12T01:21:05.681Z | Downloaded static_assertions v1.1.0 |
| 1073 | 2026-05-12T01:21:05.684Z | Downloaded ssh-cipher v0.2.0 |
| 1074 | 2026-05-12T01:21:05.684Z | Downloaded rpassword v7.4.0 |
| 1075 | 2026-05-12T01:21:05.687Z | Downloaded tiny-keccak v2.0.2 |
| 1076 | 2026-05-12T01:21:05.687Z | Downloaded try-lock v0.2.5 |
| 1077 | 2026-05-12T01:21:05.687Z | Downloaded num-bigint v0.4.6 |
| 1078 | 2026-05-12T01:21:05.690Z | Downloaded libm v0.2.16 |
| 1079 | 2026-05-12T01:21:05.695Z | Downloaded tls_codec v0.4.2 |
| 1080 | 2026-05-12T01:21:05.698Z | Downloaded radium v0.7.0 |
| 1081 | 2026-05-12T01:21:05.699Z | Downloaded reqwest v0.12.28 |
| 1082 | 2026-05-12T01:21:05.702Z | Downloaded supports-color v3.0.2 |
| 1083 | 2026-05-12T01:21:05.702Z | Downloaded progenitor-impl v0.11.2 |
| 1084 | 2026-05-12T01:21:05.705Z | Downloaded slog v2.8.2 |
| 1085 | 2026-05-12T01:21:05.705Z | Downloaded typify-macro v0.6.2 |
| 1086 | 2026-05-12T01:21:05.708Z | Downloaded pretty_assertions v1.4.1 |
| 1087 | 2026-05-12T01:21:05.708Z | Downloaded psl-types v2.0.11 |
| 1088 | 2026-05-12T01:21:05.708Z | Downloaded quick-error v1.2.3 |
| 1089 | 2026-05-12T01:21:05.711Z | Downloaded term v1.2.1 |
| 1090 | 2026-05-12T01:21:05.711Z | Downloaded nom v7.1.3 |
| 1091 | 2026-05-12T01:21:05.714Z | Downloaded tokio-native-tls v0.3.1 |
| 1092 | 2026-05-12T01:21:05.717Z | Downloaded serde_cbor v0.11.2 |
| 1093 | 2026-05-12T01:21:05.717Z | Downloaded bitvec v1.0.1 |
| 1094 | 2026-05-12T01:21:05.725Z | Downloaded unarray v0.1.4 |
| 1095 | 2026-05-12T01:21:05.728Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1096 | 2026-05-12T01:21:05.728Z | Downloaded term v0.7.0 |
| 1097 | 2026-05-12T01:21:05.731Z | Downloaded unit-prefix v0.5.2 |
| 1098 | 2026-05-12T01:21:05.731Z | Downloaded universal-hash v0.5.1 |
| 1099 | 2026-05-12T01:21:05.731Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1100 | 2026-05-12T01:21:05.734Z | Downloaded tokio-tungstenite v0.23.1 |
| 1101 | 2026-05-12T01:21:05.734Z | Downloaded rand_chacha v0.3.1 |
| 1102 | 2026-05-12T01:21:05.734Z | Downloaded thread_local v1.1.9 |
| 1103 | 2026-05-12T01:21:05.737Z | Downloaded serde_with_macros v3.17.0 |
| 1104 | 2026-05-12T01:21:05.737Z | Downloaded h2 v0.4.13 |
| 1105 | 2026-05-12T01:21:05.740Z | Downloaded rsa v0.9.10 |
| 1106 | 2026-05-12T01:21:05.743Z | Downloaded spin v0.9.8 |
| 1107 | 2026-05-12T01:21:05.746Z | Downloaded scopeguard v1.2.0 |
| 1108 | 2026-05-12T01:21:05.746Z | Downloaded usdt-macro v0.6.0 |
| 1109 | 2026-05-12T01:21:05.746Z | Downloaded usdt v0.6.0 |
| 1110 | 2026-05-12T01:21:05.746Z | Downloaded socket2 v0.6.3 |
| 1111 | 2026-05-12T01:21:05.751Z | Downloaded socket2 v0.5.10 |
| 1112 | 2026-05-12T01:21:05.751Z | Downloaded unicode-truncate v1.1.0 |
| 1113 | 2026-05-12T01:21:05.754Z | Downloaded chrono v0.4.44 |
| 1114 | 2026-05-12T01:21:05.754Z | Downloaded utf-8 v0.7.6 |
| 1115 | 2026-05-12T01:21:05.757Z | Downloaded usdt-attr-macro v0.6.0 |
| 1116 | 2026-05-12T01:21:05.757Z | Downloaded serde_path_to_error v0.1.20 |
| 1117 | 2026-05-12T01:21:05.757Z | Downloaded hkdf v0.12.4 |
| 1118 | 2026-05-12T01:21:05.760Z | Downloaded similar v2.7.0 |
| 1119 | 2026-05-12T01:21:05.763Z | Downloaded tagptr v0.2.0 |
| 1120 | 2026-05-12T01:21:05.763Z | Downloaded structmeta v0.3.0 |
| 1121 | 2026-05-12T01:21:05.763Z | Downloaded schemars v0.8.22 |
| 1122 | 2026-05-12T01:21:05.769Z | Downloaded tui-tree-widget v0.23.1 |
| 1123 | 2026-05-12T01:21:05.772Z | Downloaded slog-bunyan v2.5.0 |
| 1124 | 2026-05-12T01:21:05.772Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 1125 | 2026-05-12T01:21:05.772Z | Downloaded tokio-stream v0.1.18 |
| 1126 | 2026-05-12T01:21:05.775Z | Downloaded subprocess v0.2.15 |
| 1127 | 2026-05-12T01:21:05.778Z | Downloaded schemars v1.2.1 |
| 1128 | 2026-05-12T01:21:05.784Z | Downloaded subtle v2.6.1 |
| 1129 | 2026-05-12T01:21:05.787Z | Downloaded signal-hook-tokio v0.3.1 |
| 1130 | 2026-05-12T01:21:05.787Z | Downloaded seq-macro v0.3.6 |
| 1131 | 2026-05-12T01:21:05.787Z | Downloaded hickory-proto v0.24.4 |
| 1132 | 2026-05-12T01:21:05.795Z | Downloaded tokio-rustls v0.25.0 |
| 1133 | 2026-05-12T01:21:05.798Z | Downloaded test-strategy v0.4.5 |
| 1134 | 2026-05-12T01:21:05.798Z | Downloaded unicase v2.9.0 |
| 1135 | 2026-05-12T01:21:05.801Z | Downloaded rustversion v1.0.22 |
| 1136 | 2026-05-12T01:21:05.801Z | Downloaded tokio-tungstenite v0.21.0 |
| 1137 | 2026-05-12T01:21:05.804Z | Downloaded void v1.0.2 |
| 1138 | 2026-05-12T01:21:05.804Z | Downloaded quinn v0.11.9 |
| 1139 | 2026-05-12T01:21:05.807Z | Downloaded rand_chacha v0.9.0 |
| 1140 | 2026-05-12T01:21:05.807Z | Downloaded twox-hash v2.1.2 |
| 1141 | 2026-05-12T01:21:05.810Z | Downloaded snafu v0.8.9 |
| 1142 | 2026-05-12T01:21:05.814Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1143 | 2026-05-12T01:21:05.817Z | Downloaded rcgen v0.12.1 |
| 1144 | 2026-05-12T01:21:05.819Z | Downloaded xshell-macros v0.2.7 |
| 1145 | 2026-05-12T01:21:05.819Z | Downloaded untrusted v0.9.0 |
| 1146 | 2026-05-12T01:21:05.819Z | Downloaded zeroize_derive v1.4.3 |
| 1147 | 2026-05-12T01:21:05.825Z | Downloaded tracing-attributes v0.1.31 |
| 1148 | 2026-05-12T01:21:05.828Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1149 | 2026-05-12T01:21:05.832Z | Downloaded uzers v0.12.2 |
| 1150 | 2026-05-12T01:21:05.835Z | Downloaded zone_cfg_derive v0.3.1 |
| 1151 | 2026-05-12T01:21:05.835Z | Downloaded vergen-gitcl v1.0.8 |
| 1152 | 2026-05-12T01:21:05.835Z | Downloaded tinyvec v1.10.0 |
| 1153 | 2026-05-12T01:21:05.847Z | Downloaded vergen-lib v9.1.0 |
| 1154 | 2026-05-12T01:21:05.853Z | Downloaded rand_xorshift v0.4.0 |
| 1155 | 2026-05-12T01:21:05.856Z | Downloaded waitgroup v0.1.2 |
| 1156 | 2026-05-12T01:21:05.856Z | Downloaded wait-timeout v0.2.1 |
| 1157 | 2026-05-12T01:21:05.856Z | Downloaded rustc_version v0.1.7 |
| 1158 | 2026-05-12T01:21:05.859Z | Downloaded tar v0.4.45 |
| 1159 | 2026-05-12T01:21:05.862Z | Downloaded time-macros v0.2.27 |
| 1160 | 2026-05-12T01:21:05.862Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1161 | 2026-05-12T01:21:05.865Z | Downloaded whoami v1.6.1 |
| 1162 | 2026-05-12T01:21:05.865Z | Downloaded vergen v9.1.0 |
| 1163 | 2026-05-12T01:21:05.868Z | Downloaded unicode-properties v0.1.4 |
| 1164 | 2026-05-12T01:21:05.868Z | Downloaded xattr v1.6.1 |
| 1165 | 2026-05-12T01:21:05.871Z | Downloaded want v0.3.1 |
| 1166 | 2026-05-12T01:21:05.871Z | Downloaded walkdir v2.5.0 |
| 1167 | 2026-05-12T01:21:05.871Z | Downloaded tls_codec_derive v0.4.2 |
| 1168 | 2026-05-12T01:21:05.874Z | Downloaded secrecy v0.10.3 |
| 1169 | 2026-05-12T01:21:05.874Z | Downloaded curve25519-dalek v4.1.3 |
| 1170 | 2026-05-12T01:21:05.877Z | Downloaded toml v0.7.8 |
| 1171 | 2026-05-12T01:21:05.881Z | Downloaded russh v0.45.0 |
| 1172 | 2026-05-12T01:21:05.884Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1173 | 2026-05-12T01:21:05.888Z | Downloaded usdt-impl v0.6.0 |
| 1174 | 2026-05-12T01:21:05.891Z | Downloaded zstd-safe v7.2.4 |
| 1175 | 2026-05-12T01:21:05.891Z | Downloaded tracing-core v0.1.36 |
| 1176 | 2026-05-12T01:21:05.897Z | Downloaded typify v0.4.3 |
| 1177 | 2026-05-12T01:21:05.900Z | Downloaded tungstenite v0.23.0 |
| 1178 | 2026-05-12T01:21:05.903Z | Downloaded typify v0.6.2 |
| 1179 | 2026-05-12T01:21:05.906Z | Downloaded goblin v0.10.5 |
| 1180 | 2026-05-12T01:21:05.909Z | Downloaded vsss-rs v3.3.4 |
| 1181 | 2026-05-12T01:21:05.912Z | Downloaded unicode-bidi v0.3.18 |
| 1182 | 2026-05-12T01:21:05.912Z | Downloaded p521 v0.13.3 |
| 1183 | 2026-05-12T01:21:05.915Z | Downloaded trait-variant v0.1.2 |
| 1184 | 2026-05-12T01:21:05.915Z | Downloaded rustyline v14.0.0 |
| 1185 | 2026-05-12T01:21:05.918Z | Downloaded untrusted v0.7.1 |
| 1186 | 2026-05-12T01:21:05.921Z | Downloaded typify-macro v0.4.3 |
| 1187 | 2026-05-12T01:21:05.921Z | Downloaded rand v0.8.6 |
| 1188 | 2026-05-12T01:21:05.924Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1189 | 2026-05-12T01:21:05.928Z | Downloaded zerocopy v0.6.6 |
| 1190 | 2026-05-12T01:21:05.935Z | Downloaded wyz v0.5.1 |
| 1191 | 2026-05-12T01:21:05.938Z | Downloaded progenitor-impl v0.14.0 |
| 1192 | 2026-05-12T01:21:05.941Z | Downloaded zone v0.3.1 |
| 1193 | 2026-05-12T01:21:05.947Z | Downloaded tungstenite v0.21.0 |
| 1194 | 2026-05-12T01:21:05.950Z | Downloaded tokio-postgres v0.7.16 |
| 1195 | 2026-05-12T01:21:05.953Z | Downloaded zeroize v1.8.2 |
| 1196 | 2026-05-12T01:21:05.953Z | Downloaded vte v0.14.1 |
| 1197 | 2026-05-12T01:21:05.956Z | Downloaded uuid v1.23.0 |
| 1198 | 2026-05-12T01:21:05.971Z | Downloaded zstd v0.13.3 |
| 1199 | 2026-05-12T01:21:05.974Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1200 | 2026-05-12T01:21:05.980Z | Downloaded vergen-lib v0.1.6 |
| 1201 | 2026-05-12T01:21:05.991Z | Downloaded yasna v0.5.2 |
| 1202 | 2026-05-12T01:21:05.995Z | Downloaded xshell v0.2.7 |
| 1203 | 2026-05-12T01:21:05.998Z | Downloaded schemars v0.9.0 |
| 1204 | 2026-05-12T01:21:06.003Z | Downloaded zopfli v0.8.3 |
| 1205 | 2026-05-12T01:21:06.006Z | Downloaded reedline v0.40.0 |
| 1206 | 2026-05-12T01:21:06.009Z | Downloaded slog-term v2.9.2 |
| 1207 | 2026-05-12T01:21:06.013Z | Downloaded unicode_categories v0.1.1 |
| 1208 | 2026-05-12T01:21:06.013Z | Downloaded git2 v0.20.4 |
| 1209 | 2026-05-12T01:21:06.020Z | Downloaded reqwest v0.13.2 |
| 1210 | 2026-05-12T01:21:06.023Z | Downloaded tokio-rustls v0.24.1 |
| 1211 | 2026-05-12T01:21:06.026Z | Downloaded radix_trie v0.2.1 |
| 1212 | 2026-05-12T01:21:06.030Z | Downloaded tokio-rustls v0.26.4 |
| 1213 | 2026-05-12T01:21:06.030Z | Downloaded steno v0.4.1 |
| 1214 | 2026-05-12T01:21:06.033Z | Downloaded zip v0.6.6 |
| 1215 | 2026-05-12T01:21:06.036Z | Downloaded regex v1.12.3 |
| 1216 | 2026-05-12T01:21:06.043Z | Downloaded vergen-git2 v9.1.0 |
| 1217 | 2026-05-12T01:21:06.047Z | Downloaded whoami v2.1.0 |
| 1218 | 2026-05-12T01:21:06.047Z | Downloaded portable-atomic v1.13.1 |
| 1219 | 2026-05-12T01:21:06.050Z | Downloaded lalrpop v0.19.12 |
| 1220 | 2026-05-12T01:21:06.056Z | Downloaded rand v0.9.2 |
| 1221 | 2026-05-12T01:21:06.059Z | Downloaded tower v0.5.3 |
| 1222 | 2026-05-12T01:21:06.063Z | Downloaded nix v0.28.0 |
| 1223 | 2026-05-12T01:21:06.070Z | Downloaded signal-hook v0.3.18 |
| 1224 | 2026-05-12T01:21:06.073Z | Downloaded salty v0.3.0 |
| 1225 | 2026-05-12T01:21:06.076Z | Downloaded rayon v1.11.0 |
| 1226 | 2026-05-12T01:21:06.081Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1227 | 2026-05-12T01:21:06.084Z | Downloaded unicode-segmentation v1.12.0 |
| 1228 | 2026-05-12T01:21:06.087Z | Downloaded rand v0.10.0 |
| 1229 | 2026-05-12T01:21:06.090Z | Downloaded p384 v0.13.1 |
| 1230 | 2026-05-12T01:21:06.093Z | Downloaded unsafe-libyaml v0.2.11 |
| 1231 | 2026-05-12T01:21:06.095Z | Downloaded zerocopy-derive v0.8.40 |
| 1232 | 2026-05-12T01:21:06.109Z | Downloaded quick-xml v0.37.5 |
| 1233 | 2026-05-12T01:21:06.124Z | Downloaded x509-cert v0.2.5 |
| 1234 | 2026-05-12T01:21:06.127Z | Downloaded unicode-normalization v0.1.25 |
| 1235 | 2026-05-12T01:21:06.130Z | Downloaded rustls-webpki v0.102.8 |
| 1236 | 2026-05-12T01:21:06.139Z | Downloaded zip v4.6.1 |
| 1237 | 2026-05-12T01:21:06.142Z | Downloaded toml_edit v0.19.15 |
| 1238 | 2026-05-12T01:21:06.154Z | Downloaded moka v0.12.13 |
| 1239 | 2026-05-12T01:21:06.158Z | Downloaded tower-http v0.6.8 |
| 1240 | 2026-05-12T01:21:06.162Z | Downloaded yansi v1.0.1 |
| 1241 | 2026-05-12T01:21:06.165Z | Downloaded petname v2.0.2 |
| 1242 | 2026-05-12T01:21:06.169Z | Downloaded quinn-proto v0.11.13 |
| 1243 | 2026-05-12T01:21:06.172Z | Downloaded tokio-util v0.7.18 |
| 1244 | 2026-05-12T01:21:06.175Z | Downloaded typed-path v0.9.3 |
| 1245 | 2026-05-12T01:21:06.179Z | Downloaded tough v0.22.0 |
| 1246 | 2026-05-12T01:21:06.184Z | Downloaded object v0.30.4 |
| 1247 | 2026-05-12T01:21:06.191Z | Downloaded nix v0.31.2 |
| 1248 | 2026-05-12T01:21:06.198Z | Downloaded winnow v0.5.40 |
| 1249 | 2026-05-12T01:21:06.203Z | Downloaded ssh-key v0.6.7 |
| 1250 | 2026-05-12T01:21:06.206Z | Downloaded serde_with v3.17.0 |
| 1251 | 2026-05-12T01:21:06.214Z | Downloaded winnow v0.6.26 |
| 1252 | 2026-05-12T01:21:06.219Z | Downloaded tabled v0.20.0 |
| 1253 | 2026-05-12T01:21:06.228Z | Downloaded polar-core v0.27.3 |
| 1254 | 2026-05-12T01:21:06.234Z | Downloaded openssl v0.10.78 |
| 1255 | 2026-05-12T01:21:06.241Z | Downloaded nix v0.27.1 |
| 1256 | 2026-05-12T01:21:06.246Z | Downloaded rustls-webpki v0.101.7 |
| 1257 | 2026-05-12T01:21:06.254Z | Downloaded dropshot v0.17.0 |
| 1258 | 2026-05-12T01:21:06.268Z | Downloaded smoltcp v0.9.1 |
| 1259 | 2026-05-12T01:21:06.275Z | Downloaded proptest v1.10.0 |
| 1260 | 2026-05-12T01:21:06.280Z | Downloaded time v0.3.47 |
| 1261 | 2026-05-12T01:21:06.287Z | Downloaded object v0.37.3 |
| 1262 | 2026-05-12T01:21:06.294Z | Downloaded hickory-proto v0.25.2 |
| 1263 | 2026-05-12T01:21:06.303Z | Downloaded regex-syntax v0.8.10 |
| 1264 | 2026-05-12T01:21:06.309Z | Downloaded openapiv3 v2.2.0 |
| 1265 | 2026-05-12T01:21:06.316Z | Downloaded diesel v2.3.7 |
| 1266 | 2026-05-12T01:21:06.328Z | Downloaded zerocopy v0.8.40 |
| 1267 | 2026-05-12T01:21:06.334Z | Downloaded regress v0.11.1 |
| 1268 | 2026-05-12T01:21:06.339Z | Downloaded vcpkg v0.2.15 |
| 1269 | 2026-05-12T01:21:06.363Z | Downloaded rustix v0.38.44 |
| 1270 | 2026-05-12T01:21:06.376Z | Downloaded zlib-rs v0.6.2 |
| 1271 | 2026-05-12T01:21:06.399Z | Downloaded webpki-roots v1.0.6 |
| 1272 | 2026-05-12T01:21:06.407Z | Downloaded rustls v0.21.12 |
| 1273 | 2026-05-12T01:21:06.413Z | Downloaded sled v0.34.7 |
| 1274 | 2026-05-12T01:21:06.420Z | Downloaded sqlparser v0.61.0 |
| 1275 | 2026-05-12T01:21:06.426Z | Downloaded regex-syntax v0.6.29 |
| 1276 | 2026-05-12T01:21:06.431Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1277 | 2026-05-12T01:21:06.439Z | Downloaded ratatui v0.29.0 |
| 1278 | 2026-05-12T01:21:06.451Z | Downloaded smoltcp v0.11.0 |
| 1279 | 2026-05-12T01:21:06.458Z | Downloaded regress v0.10.5 |
| 1280 | 2026-05-12T01:21:06.463Z | Downloaded typify-impl v0.4.3 |
| 1281 | 2026-05-12T01:21:06.476Z | Downloaded rustls v0.22.4 |
| 1282 | 2026-05-12T01:21:06.488Z | Downloaded rustls v0.23.37 |
| 1283 | 2026-05-12T01:21:06.511Z | Downloaded jiff v0.2.21 |
| 1284 | 2026-05-12T01:21:06.522Z | Downloaded csv v1.4.0 |
| 1285 | 2026-05-12T01:21:06.535Z | Downloaded typify-impl v0.6.2 |
| 1286 | 2026-05-12T01:21:06.546Z | Downloaded libz-sys v1.1.24 |
| 1287 | 2026-05-12T01:21:06.559Z | Downloaded regex-automata v0.4.14 |
| 1288 | 2026-05-12T01:21:06.568Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1289 | 2026-05-12T01:21:06.579Z | Downloaded tracing v0.1.44 |
| 1290 | 2026-05-12T01:21:06.592Z | Downloaded zerocopy-derive v0.6.6 |
| 1291 | 2026-05-12T01:21:06.601Z | Downloaded chrono-tz v0.10.4 |
| 1292 | 2026-05-12T01:21:06.638Z | Downloaded petgraph v0.6.5 |
| 1293 | 2026-05-12T01:21:06.650Z | Downloaded petgraph v0.8.3 |
| 1294 | 2026-05-12T01:21:06.663Z | Downloaded encoding_rs v0.8.35 |
| 1295 | 2026-05-12T01:21:06.676Z | Downloaded ring v0.17.14 |
| 1296 | 2026-05-12T01:21:06.700Z | Downloaded tokio v1.52.1 |
| 1297 | 2026-05-12T01:21:06.722Z | Downloaded sha3 v0.10.8 |
| 1298 | 2026-05-12T01:21:06.832Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1299 | 2026-05-12T01:21:07.361Z | Downloaded aws-lc-sys v0.40.0 |
| 1300 | 2026-05-12T01:21:07.629Z | Compiling libc v0.2.185 |
| 1301 | 2026-05-12T01:21:07.632Z | Compiling serde v1.0.228 |
| 1302 | 2026-05-12T01:21:07.633Z | Compiling log v0.4.29 |
| 1303 | 2026-05-12T01:21:07.633Z | Compiling shlex v1.3.0 |
| 1304 | 2026-05-12T01:21:07.776Z | Compiling find-msvc-tools v0.1.9 |
| 1305 | 2026-05-12T01:21:07.803Z | Compiling syn v2.0.117 |
| 1306 | 2026-05-12T01:21:07.806Z | Compiling smallvec v1.15.1 |
| 1307 | 2026-05-12T01:21:07.806Z | Compiling typenum v1.19.0 |
| 1308 | 2026-05-12T01:21:07.959Z | Compiling generic-array v0.14.7 |
| 1309 | 2026-05-12T01:21:07.984Z | Compiling subtle v2.6.1 |
| 1310 | 2026-05-12T01:21:08.004Z | Compiling scopeguard v1.2.0 |
| 1311 | 2026-05-12T01:21:08.049Z | Compiling const-oid v0.9.6 |
| 1312 | 2026-05-12T01:21:08.081Z | Compiling lock_api v0.4.14 |
| 1313 | 2026-05-12T01:21:08.105Z | Compiling portable-atomic v1.13.1 |
| 1314 | 2026-05-12T01:21:08.158Z | Compiling serde_json v1.0.149 |
| 1315 | 2026-05-12T01:21:08.198Z | Compiling critical-section v1.2.0 |
| 1316 | 2026-05-12T01:21:08.300Z | Compiling zerocopy v0.8.40 |
| 1317 | 2026-05-12T01:21:08.314Z | Compiling parking_lot_core v0.9.12 |
| 1318 | 2026-05-12T01:21:08.546Z | Compiling pin-project-lite v0.2.17 |
| 1319 | 2026-05-12T01:21:08.612Z | Compiling getrandom v0.2.17 |
| 1320 | 2026-05-12T01:21:08.642Z | Compiling jobserver v0.1.34 |
| 1321 | 2026-05-12T01:21:08.685Z | Compiling errno v0.3.14 |
| 1322 | 2026-05-12T01:21:08.796Z | Compiling rand_core v0.6.4 |
| 1323 | 2026-05-12T01:21:08.841Z | Compiling cc v1.2.56 |
| 1324 | 2026-05-12T01:21:08.867Z | Compiling pkg-config v0.3.32 |
| 1325 | 2026-05-12T01:21:09.022Z | Compiling signal-hook-registry v1.4.8 |
| 1326 | 2026-05-12T01:21:09.068Z | Compiling bitflags v2.11.0 |
| 1327 | 2026-05-12T01:21:09.170Z | Compiling once_cell v1.21.3 |
| 1328 | 2026-05-12T01:21:09.195Z | Compiling futures-core v0.3.32 |
| 1329 | 2026-05-12T01:21:09.296Z | Compiling libm v0.2.16 |
| 1330 | 2026-05-12T01:21:09.311Z | Compiling parking_lot v0.12.5 |
| 1331 | 2026-05-12T01:21:09.350Z | Compiling mio v1.2.0 |
| 1332 | 2026-05-12T01:21:09.382Z | Compiling num-traits v0.2.19 |
| 1333 | 2026-05-12T01:21:09.431Z | Compiling percent-encoding v2.3.2 |
| 1334 | 2026-05-12T01:21:09.528Z | Compiling socket2 v0.6.3 |
| 1335 | 2026-05-12T01:21:09.620Z | Compiling futures-sink v0.3.32 |
| 1336 | 2026-05-12T01:21:09.687Z | Compiling cpufeatures v0.2.17 |
| 1337 | 2026-05-12T01:21:09.724Z | Compiling futures-channel v0.3.32 |
| 1338 | 2026-05-12T01:21:09.739Z | Compiling slab v0.4.12 |
| 1339 | 2026-05-12T01:21:09.760Z | Compiling futures-task v0.3.32 |
| 1340 | 2026-05-12T01:21:09.817Z | Compiling getrandom v0.4.1 |
| 1341 | 2026-05-12T01:21:09.915Z | Compiling futures-io v0.3.32 |
| 1342 | 2026-05-12T01:21:09.932Z | Compiling rand_core v0.10.0 |
| 1343 | 2026-05-12T01:21:09.946Z | Compiling indexmap v2.14.0 |
| 1344 | 2026-05-12T01:21:09.960Z | Compiling rustversion v1.0.22 |
| 1345 | 2026-05-12T01:21:10.068Z | Compiling getrandom v0.3.4 |
| 1346 | 2026-05-12T01:21:10.100Z | Compiling form_urlencoded v1.2.2 |
| 1347 | 2026-05-12T01:21:10.284Z | Compiling cmake v0.1.57 |
| 1348 | 2026-05-12T01:21:10.353Z | Compiling fs_extra v1.3.0 |
| 1349 | 2026-05-12T01:21:10.418Z | Compiling dunce v1.0.5 |
| 1350 | 2026-05-12T01:21:10.610Z | Compiling ident_case v1.0.1 |
| 1351 | 2026-05-12T01:21:10.628Z | Compiling synstructure v0.13.2 |
| 1352 | 2026-05-12T01:21:10.696Z | Compiling aws-lc-sys v0.40.0 |
| 1353 | 2026-05-12T01:21:10.738Z | Compiling base64ct v1.8.3 |
| 1354 | 2026-05-12T01:21:10.777Z | Compiling flagset v0.4.7 |
| 1355 | 2026-05-12T01:21:10.911Z | Compiling rustix v1.1.3 |
| 1356 | 2026-05-12T01:21:11.040Z | Compiling pem-rfc7468 v0.7.0 |
| 1357 | 2026-05-12T01:21:11.054Z | Compiling regex-syntax v0.8.10 |
| 1358 | 2026-05-12T01:21:11.068Z | Compiling iana-time-zone v0.1.65 |
| 1359 | 2026-05-12T01:21:11.101Z | Compiling rand_core v0.9.5 |
| 1360 | 2026-05-12T01:21:11.256Z | Compiling ring v0.17.14 |
| 1361 | 2026-05-12T01:21:11.269Z | Compiling aws-lc-rs v1.16.3 |
| 1362 | 2026-05-12T01:21:11.356Z | Compiling vcpkg v0.2.15 |
| 1363 | 2026-05-12T01:21:11.385Z | Compiling uuid v1.23.0 |
| 1364 | 2026-05-12T01:21:11.560Z | Compiling rustc_version v0.4.1 |
| 1365 | 2026-05-12T01:21:11.907Z | Compiling tracing-core v0.1.36 |
| 1366 | 2026-05-12T01:21:12.091Z | Compiling openssl-sys v0.9.114 |
| 1367 | 2026-05-12T01:21:12.105Z | Compiling base64 v0.22.1 |
| 1368 | 2026-05-12T01:21:12.403Z | Compiling serde_derive v1.0.228 |
| 1369 | 2026-05-12T01:21:12.418Z | Compiling zeroize_derive v1.4.3 |
| 1370 | 2026-05-12T01:21:12.439Z | Compiling zerofrom-derive v0.1.6 |
| 1371 | 2026-05-12T01:21:12.651Z | Compiling yoke-derive v0.8.1 |
| 1372 | 2026-05-12T01:21:12.718Z | Compiling zerovec-derive v0.11.2 |
| 1373 | 2026-05-12T01:21:13.088Z | Compiling zeroize v1.8.2 |
| 1374 | 2026-05-12T01:21:13.411Z | Compiling zerocopy-derive v0.8.40 |
| 1375 | 2026-05-12T01:21:13.811Z | Compiling crypto-common v0.1.7 |
| 1376 | 2026-05-12T01:21:13.835Z | Compiling block-buffer v0.10.4 |
| 1377 | 2026-05-12T01:21:13.848Z | Compiling zerofrom v0.1.6 |
| 1378 | 2026-05-12T01:21:13.862Z | Compiling displaydoc v0.2.5 |
| 1379 | 2026-05-12T01:21:13.953Z | Compiling yoke v0.8.1 |
| 1380 | 2026-05-12T01:21:13.967Z | Compiling digest v0.10.7 |
| 1381 | 2026-05-12T01:21:13.996Z | Compiling tokio-macros v2.7.0 |
| 1382 | 2026-05-12T01:21:14.134Z | Compiling zerovec v0.11.5 |
| 1383 | 2026-05-12T01:21:14.205Z | Compiling futures-macro v0.3.32 |
| 1384 | 2026-05-12T01:21:14.576Z | Compiling tinystr v0.8.2 |
| 1385 | 2026-05-12T01:21:14.629Z | Compiling zerotrie v0.2.3 |
| 1386 | 2026-05-12T01:21:14.692Z | Compiling potential_utf v0.1.4 |
| 1387 | 2026-05-12T01:21:14.776Z | Compiling icu_locale_core v2.1.1 |
| 1388 | 2026-05-12T01:21:14.852Z | Compiling icu_collections v2.1.1 |
| 1389 | 2026-05-12T01:21:14.920Z | Compiling hmac v0.12.1 |
| 1390 | 2026-05-12T01:21:14.976Z | Compiling futures-util v0.3.32 |
| 1391 | 2026-05-12T01:21:15.066Z | Compiling block-padding v0.3.3 |
| 1392 | 2026-05-12T01:21:15.221Z | Compiling inout v0.1.4 |
| 1393 | 2026-05-12T01:21:15.311Z | Compiling sha2 v0.10.9 |
| 1394 | 2026-05-12T01:21:15.381Z | Compiling icu_provider v2.1.1 |
| 1395 | 2026-05-12T01:21:15.645Z | Compiling icu_normalizer v2.1.1 |
| 1396 | 2026-05-12T01:21:15.673Z | Compiling icu_properties v2.1.2 |
| 1397 | 2026-05-12T01:21:15.837Z | Compiling bytes v1.11.1 |
| 1398 | 2026-05-12T01:21:15.926Z | Compiling cipher v0.4.4 |
| 1399 | 2026-05-12T01:21:16.176Z | Compiling der_derive v0.7.3 |
| 1400 | 2026-05-12T01:21:16.190Z | Compiling chrono v0.4.44 |
| 1401 | 2026-05-12T01:21:16.434Z | Compiling tokio v1.52.1 |
| 1402 | 2026-05-12T01:21:16.554Z | Compiling idna_adapter v1.2.1 |
| 1403 | 2026-05-12T01:21:16.678Z | Compiling idna v1.1.0 |
| 1404 | 2026-05-12T01:21:16.747Z | Compiling http v1.4.0 |
| 1405 | 2026-05-12T01:21:17.115Z | Compiling url v2.5.8 |
| 1406 | 2026-05-12T01:21:17.241Z | Compiling der v0.7.10 |
| 1407 | 2026-05-12T01:21:17.317Z | Compiling salsa20 v0.10.2 |
| 1408 | 2026-05-12T01:21:17.455Z | Compiling pbkdf2 v0.12.2 |
| 1409 | 2026-05-12T01:21:17.554Z | Compiling rustls-pki-types v1.14.0 |
| 1410 | 2026-05-12T01:21:17.623Z | Compiling ppv-lite86 v0.2.21 |
| 1411 | 2026-05-12T01:21:17.692Z | Compiling thiserror-impl v2.0.18 |
| 1412 | 2026-05-12T01:21:17.772Z | Compiling tracing-attributes v0.1.31 |
| 1413 | 2026-05-12T01:21:17.938Z | Compiling rand_chacha v0.9.0 |
| 1414 | 2026-05-12T01:21:17.953Z | Compiling scrypt v0.11.0 |
| 1415 | 2026-05-12T01:21:18.003Z | Compiling http-body v1.0.1 |
| 1416 | 2026-05-12T01:21:18.155Z | Compiling spki v0.7.3 |
| 1417 | 2026-05-12T01:21:18.200Z | Compiling cbc v0.1.2 |
| 1418 | 2026-05-12T01:21:18.348Z | Compiling aes v0.8.4 |
| 1419 | 2026-05-12T01:21:18.423Z | Compiling untrusted v0.7.1 |
| 1420 | 2026-05-12T01:21:18.491Z | Compiling tinyvec_macros v0.1.1 |
| 1421 | 2026-05-12T01:21:18.543Z | Compiling untrusted v0.9.0 |
| 1422 | 2026-05-12T01:21:18.561Z | Compiling httparse v1.10.1 |
| 1423 | 2026-05-12T01:21:18.628Z | Compiling openssl-probe v0.2.1 |
| 1424 | 2026-05-12T01:21:18.801Z | Compiling pkcs5 v0.7.1 |
| 1425 | 2026-05-12T01:21:18.937Z | Compiling tinyvec v1.10.0 |
| 1426 | 2026-05-12T01:21:19.019Z | Compiling thiserror v2.0.18 |
| 1427 | 2026-05-12T01:21:19.070Z | Compiling tracing v0.1.44 |
| 1428 | 2026-05-12T01:21:19.123Z | Compiling pest_generator v2.8.6 |
| 1429 | 2026-05-12T01:21:19.269Z | Compiling rand v0.9.2 |
| 1430 | 2026-05-12T01:21:19.272Z | Compiling serde_derive_internals v0.29.1 |
| 1431 | 2026-05-12T01:21:19.327Z | Compiling aho-corasick v1.1.4 |
| 1432 | 2026-05-12T01:21:19.389Z | Compiling tower-layer v0.3.3 |
| 1433 | 2026-05-12T01:21:19.547Z | Compiling atomic-waker v1.1.2 |
| 1434 | 2026-05-12T01:21:19.671Z | Compiling tower-service v0.3.3 |
| 1435 | 2026-05-12T01:21:19.766Z | Compiling dyn-clone v1.0.20 |
| 1436 | 2026-05-12T01:21:19.795Z | Compiling rustls v0.23.37 |
| 1437 | 2026-05-12T01:21:19.901Z | Compiling try-lock v0.2.5 |
| 1438 | 2026-05-12T01:21:19.961Z | Compiling schemars v0.8.22 |
| 1439 | 2026-05-12T01:21:20.008Z | Compiling want v0.3.1 |
| 1440 | 2026-05-12T01:21:20.036Z | Compiling pest_derive v2.8.6 |
| 1441 | 2026-05-12T01:21:20.152Z | Compiling tokio-util v0.7.18 |
| 1442 | 2026-05-12T01:21:20.178Z | Compiling schemars_derive v0.8.22 |
| 1443 | 2026-05-12T01:21:20.192Z | Compiling regex-automata v0.4.14 |
| 1444 | 2026-05-12T01:21:20.411Z | Compiling pkcs8 v0.10.2 |
| 1445 | 2026-05-12T01:21:20.716Z | Compiling ipnet v2.11.0 |
| 1446 | 2026-05-12T01:21:20.739Z | Compiling scroll_derive v0.13.1 |
| 1447 | 2026-05-12T01:21:20.986Z | Compiling h2 v0.4.13 |
| 1448 | 2026-05-12T01:21:21.171Z | Compiling darling_core v0.20.11 |
| 1449 | 2026-05-12T01:21:21.203Z | Compiling pin-utils v0.1.0 |
| 1450 | 2026-05-12T01:21:21.275Z | Compiling httpdate v1.0.3 |
| 1451 | 2026-05-12T01:21:21.397Z | Compiling foreign-types-shared v0.1.1 |
| 1452 | 2026-05-12T01:21:21.485Z | Compiling openssl v0.10.78 |
| 1453 | 2026-05-12T01:21:21.499Z | Compiling foreign-types v0.3.2 |
| 1454 | 2026-05-12T01:21:21.518Z | Compiling scroll v0.13.0 |
| 1455 | 2026-05-12T01:21:21.728Z | Compiling tempfile v3.25.0 |
| 1456 | 2026-05-12T01:21:21.780Z | Compiling unicode-normalization v0.1.25 |
| 1457 | 2026-05-12T01:21:22.088Z | Compiling openssl-macros v0.1.1 |
| 1458 | 2026-05-12T01:21:22.224Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1459 | 2026-05-12T01:21:22.472Z | Compiling spin v0.9.8 |
| 1460 | 2026-05-12T01:21:22.641Z | Compiling native-tls v0.2.18 |
| 1461 | 2026-05-12T01:21:22.644Z | Compiling time-core v0.1.8 |
| 1462 | 2026-05-12T01:21:22.694Z | Compiling num-conv v0.2.0 |
| 1463 | 2026-05-12T01:21:22.803Z | Compiling crc32fast v1.5.0 |
| 1464 | 2026-05-12T01:21:22.827Z | Compiling powerfmt v0.2.0 |
| 1465 | 2026-05-12T01:21:22.861Z | Compiling time-macros v0.2.27 |
| 1466 | 2026-05-12T01:21:23.027Z | Compiling deranged v0.5.8 |
| 1467 | 2026-05-12T01:21:23.464Z | Compiling darling_macro v0.20.11 |
| 1468 | 2026-05-12T01:21:23.919Z | Compiling goblin v0.10.5 |
| 1469 | 2026-05-12T01:21:23.933Z | Compiling hyper v1.8.1 |
| 1470 | 2026-05-12T01:21:23.986Z | Compiling darling v0.20.11 |
| 1471 | 2026-05-12T01:21:24.069Z | Compiling rustls-native-certs v0.8.3 |
| 1472 | 2026-05-12T01:21:24.268Z | Compiling sync_wrapper v1.0.2 |
| 1473 | 2026-05-12T01:21:24.350Z | Compiling wait-timeout v0.2.1 |
| 1474 | 2026-05-12T01:21:24.375Z | Compiling quick-error v1.2.3 |
| 1475 | 2026-05-12T01:21:24.481Z | Compiling crossbeam-utils v0.8.21 |
| 1476 | 2026-05-12T01:21:24.607Z | Compiling usdt-impl v0.6.0 |
| 1477 | 2026-05-12T01:21:24.759Z | Compiling bit-vec v0.8.0 |
| 1478 | 2026-05-12T01:21:24.804Z | Compiling siphasher v1.0.2 |
| 1479 | 2026-05-12T01:21:24.925Z | Compiling syn v1.0.109 |
| 1480 | 2026-05-12T01:21:24.982Z | Compiling hyper-util v0.1.20 |
| 1481 | 2026-05-12T01:21:24.995Z | Compiling simd-adler32 v0.3.8 |
| 1482 | 2026-05-12T01:21:25.220Z | Compiling num_threads v0.1.7 |
| 1483 | 2026-05-12T01:21:25.281Z | Compiling bit-set v0.8.0 |
| 1484 | 2026-05-12T01:21:25.315Z | Compiling time v0.3.47 |
| 1485 | 2026-05-12T01:21:25.495Z | Compiling rusty-fork v0.3.1 |
| 1486 | 2026-05-12T01:21:25.747Z | Compiling tower v0.5.3 |
| 1487 | 2026-05-12T01:21:25.796Z | Compiling derive_builder_core v0.20.2 |
| 1488 | 2026-05-12T01:21:26.213Z | Compiling dtrace-parser v0.3.0 |
| 1489 | 2026-05-12T01:21:26.228Z | Compiling http-body-util v0.1.3 |
| 1490 | 2026-05-12T01:21:26.470Z | Compiling webpki-roots v1.0.6 |
| 1491 | 2026-05-12T01:21:26.593Z | Compiling dof v0.4.0 |
| 1492 | 2026-05-12T01:21:26.646Z | Compiling signature v2.2.0 |
| 1493 | 2026-05-12T01:21:26.695Z | Compiling scroll_derive v0.12.1 |
| 1494 | 2026-05-12T01:21:26.822Z | Compiling thiserror-impl v1.0.69 |
| 1495 | 2026-05-12T01:21:26.857Z | Compiling heapless v0.7.17 |
| 1496 | 2026-05-12T01:21:26.947Z | Compiling rand_xorshift v0.4.0 |
| 1497 | 2026-05-12T01:21:27.088Z | Compiling slog v2.8.2 |
| 1498 | 2026-05-12T01:21:27.105Z | Compiling darling_core v0.21.3 |
| 1499 | 2026-05-12T01:21:27.272Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1500 | 2026-05-12T01:21:27.342Z | Compiling thread-id v5.1.0 |
| 1501 | 2026-05-12T01:21:27.423Z | Compiling cookie v0.18.1 |
| 1502 | 2026-05-12T01:21:27.581Z | Compiling unicode-properties v0.1.4 |
| 1503 | 2026-05-12T01:21:27.654Z | Compiling paste v1.0.15 |
| 1504 | 2026-05-12T01:21:27.793Z | Compiling ryu v1.0.23 |
| 1505 | 2026-05-12T01:21:27.793Z | Compiling unarray v0.1.4 |
| 1506 | 2026-05-12T01:21:27.911Z | Compiling allocator-api2 v0.2.21 |
| 1507 | 2026-05-12T01:21:27.925Z | Compiling anyhow v1.0.102 |
| 1508 | 2026-05-12T01:21:27.970Z | Compiling adler2 v2.0.1 |
| 1509 | 2026-05-12T01:21:28.085Z | Compiling unicode-bidi v0.3.18 |
| 1510 | 2026-05-12T01:21:28.101Z | Compiling zstd-safe v7.2.4 |
| 1511 | 2026-05-12T01:21:28.143Z | Compiling signal-hook v0.3.18 |
| 1512 | 2026-05-12T01:21:28.221Z | Compiling iri-string v0.7.10 |
| 1513 | 2026-05-12T01:21:28.290Z | Compiling thiserror v1.0.69 |
| 1514 | 2026-05-12T01:21:28.329Z | Compiling miniz_oxide v0.8.9 |
| 1515 | 2026-05-12T01:21:28.440Z | Compiling stringprep v0.1.5 |
| 1516 | 2026-05-12T01:21:28.454Z | Compiling serde_urlencoded v0.7.1 |
| 1517 | 2026-05-12T01:21:28.615Z | Compiling proptest v1.10.0 |
| 1518 | 2026-05-12T01:21:28.932Z | Compiling scroll v0.12.0 |
| 1519 | 2026-05-12T01:21:29.251Z | Compiling derive_builder_macro v0.20.2 |
| 1520 | 2026-05-12T01:21:29.457Z | Compiling tower-http v0.6.8 |
| 1521 | 2026-05-12T01:21:29.486Z | Compiling tokio-native-tls v0.3.1 |
| 1522 | 2026-05-12T01:21:29.598Z | Compiling darling_macro v0.21.3 |
| 1523 | 2026-05-12T01:21:29.687Z | Compiling bstr v1.12.1 |
| 1524 | 2026-05-12T01:21:29.715Z | Compiling ipnetwork v0.21.1 |
| 1525 | 2026-05-12T01:21:29.847Z | Compiling rand_chacha v0.3.1 |
| 1526 | 2026-05-12T01:21:29.978Z | Compiling serde_spanned v0.6.9 |
| 1527 | 2026-05-12T01:21:30.060Z | Compiling toml_datetime v0.6.11 |
| 1528 | 2026-05-12T01:21:30.105Z | Compiling serde_tokenstream v0.2.3 |
| 1529 | 2026-05-12T01:21:30.118Z | Compiling erased-serde v0.3.31 |
| 1530 | 2026-05-12T01:21:30.313Z | Compiling md-5 v0.10.6 |
| 1531 | 2026-05-12T01:21:30.328Z | Compiling zerocopy-derive v0.7.35 |
| 1532 | 2026-05-12T01:21:30.409Z | Compiling pin-project-internal v1.1.11 |
| 1533 | 2026-05-12T01:21:30.474Z | Compiling async-trait v0.1.89 |
| 1534 | 2026-05-12T01:21:30.599Z | Compiling curve25519-dalek v4.1.3 |
| 1535 | 2026-05-12T01:21:30.637Z | Compiling vergen-lib v9.1.0 |
| 1536 | 2026-05-12T01:21:30.815Z | Compiling num-integer v0.1.46 |
| 1537 | 2026-05-12T01:21:30.928Z | Compiling hash32 v0.2.1 |
| 1538 | 2026-05-12T01:21:31.116Z | Compiling ff v0.13.1 |
| 1539 | 2026-05-12T01:21:31.133Z | Compiling memoffset v0.9.1 |
| 1540 | 2026-05-12T01:21:31.171Z | Compiling encoding_rs v0.8.35 |
| 1541 | 2026-05-12T01:21:31.245Z | Compiling base16ct v0.2.0 |
| 1542 | 2026-05-12T01:21:31.319Z | Compiling num-bigint-dig v0.8.6 |
| 1543 | 2026-05-12T01:21:31.427Z | Compiling zlib-rs v0.6.2 |
| 1544 | 2026-05-12T01:21:31.475Z | Compiling litrs v1.0.0 |
| 1545 | 2026-05-12T01:21:31.508Z | Compiling smoltcp v0.9.1 |
| 1546 | 2026-05-12T01:21:31.511Z | Compiling cfg_aliases v0.2.1 |
| 1547 | 2026-05-12T01:21:31.595Z | Compiling psl-types v2.0.11 |
| 1548 | 2026-05-12T01:21:31.718Z | Compiling ref-cast v1.0.25 |
| 1549 | 2026-05-12T01:21:31.837Z | Compiling mime v0.3.17 |
| 1550 | 2026-05-12T01:21:31.975Z | Compiling rustix v0.38.44 |
| 1551 | 2026-05-12T01:21:32.019Z | Compiling fallible-iterator v0.2.0 |
| 1552 | 2026-05-12T01:21:32.142Z | Compiling document-features v0.2.12 |
| 1553 | 2026-05-12T01:21:32.328Z | Compiling postgres-protocol v0.6.10 |
| 1554 | 2026-05-12T01:21:32.421Z | Compiling publicsuffix v2.3.0 |
| 1555 | 2026-05-12T01:21:32.638Z | Compiling nix v0.31.2 |
| 1556 | 2026-05-12T01:21:32.732Z | Compiling pin-project v1.1.11 |
| 1557 | 2026-05-12T01:21:32.767Z | Compiling sec1 v0.7.3 |
| 1558 | 2026-05-12T01:21:32.886Z | Compiling group v0.13.0 |
| 1559 | 2026-05-12T01:21:32.932Z | Compiling zerocopy v0.7.35 |
| 1560 | 2026-05-12T01:21:33.042Z | Compiling num-iter v0.1.45 |
| 1561 | 2026-05-12T01:21:33.138Z | Compiling newtype-uuid v1.3.2 |
| 1562 | 2026-05-12T01:21:33.461Z | Compiling darling v0.21.3 |
| 1563 | 2026-05-12T01:21:33.464Z | Compiling rand v0.8.6 |
| 1564 | 2026-05-12T01:21:33.487Z | Compiling oxnet v0.1.4 |
| 1565 | 2026-05-12T01:21:33.516Z | Compiling hubpack_derive v0.1.1 |
| 1566 | 2026-05-12T01:21:33.543Z | Compiling derive_builder v0.20.2 |
| 1567 | 2026-05-12T01:21:33.563Z | Compiling hyper-tls v0.6.0 |
| 1568 | 2026-05-12T01:21:33.784Z | Compiling goblin v0.8.2 |
| 1569 | 2026-05-12T01:21:34.304Z | Compiling flate2 v1.1.9 |
| 1570 | 2026-05-12T01:21:34.395Z | Compiling phf_shared v0.13.1 |
| 1571 | 2026-05-12T01:21:34.477Z | Compiling lazy_static v1.5.0 |
| 1572 | 2026-05-12T01:21:34.572Z | Compiling regex v1.12.3 |
| 1573 | 2026-05-12T01:21:34.612Z | Compiling futures-executor v0.3.32 |
| 1574 | 2026-05-12T01:21:34.629Z | Compiling hex v0.4.3 |
| 1575 | 2026-05-12T01:21:34.674Z | Compiling hkdf v0.12.4 |
| 1576 | 2026-05-12T01:21:34.699Z | Compiling crypto-bigint v0.5.5 |
| 1577 | 2026-05-12T01:21:34.837Z | Compiling terminal_size v0.4.3 |
| 1578 | 2026-05-12T01:21:34.862Z | Compiling snafu-derive v0.8.9 |
| 1579 | 2026-05-12T01:21:34.894Z | Compiling strum_macros v0.27.2 |
| 1580 | 2026-05-12T01:21:34.970Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1581 | 2026-05-12T01:21:34.994Z | Compiling ref-cast-impl v1.0.25 |
| 1582 | 2026-05-12T01:21:35.526Z | Compiling daft-derive v0.1.5 |
| 1583 | 2026-05-12T01:21:35.599Z | Compiling vergen v9.1.0 |
| 1584 | 2026-05-12T01:21:35.779Z | Compiling fs-err v3.3.0 |
| 1585 | 2026-05-12T01:21:35.965Z | Compiling cargo-platform v0.3.2 |
| 1586 | 2026-05-12T01:21:36.234Z | Compiling ahash v0.8.12 |
| 1587 | 2026-05-12T01:21:36.234Z | Compiling libbz2-rs-sys v0.2.2 |
| 1588 | 2026-05-12T01:21:36.446Z | Compiling foldhash v0.1.5 |
| 1589 | 2026-05-12T01:21:36.615Z | Compiling managed v0.8.0 |
| 1590 | 2026-05-12T01:21:36.738Z | Compiling bitflags v1.3.2 |
| 1591 | 2026-05-12T01:21:36.785Z | Compiling unicode-segmentation v1.12.0 |
| 1592 | 2026-05-12T01:21:36.807Z | Compiling winnow v0.5.40 |
| 1593 | 2026-05-12T01:21:36.821Z | Compiling object v0.37.3 |
| 1594 | 2026-05-12T01:21:36.834Z | Compiling foldhash v0.2.0 |
| 1595 | 2026-05-12T01:21:36.905Z | Compiling bumpalo v3.20.2 |
| 1596 | 2026-05-12T01:21:37.050Z | Compiling same-file v1.0.6 |
| 1597 | 2026-05-12T01:21:37.129Z | Compiling zopfli v0.8.3 |
| 1598 | 2026-05-12T01:21:37.153Z | Compiling walkdir v2.5.0 |
| 1599 | 2026-05-12T01:21:37.167Z | Compiling hashbrown v0.16.1 |
| 1600 | 2026-05-12T01:21:37.254Z | Compiling strum v0.27.2 |
| 1601 | 2026-05-12T01:21:37.353Z | Compiling snafu v0.8.9 |
| 1602 | 2026-05-12T01:21:37.458Z | Compiling bzip2 v0.6.1 |
| 1603 | 2026-05-12T01:21:37.708Z | Compiling clap_builder v4.5.60 |
| 1604 | 2026-05-12T01:21:37.723Z | Compiling hashbrown v0.15.5 |
| 1605 | 2026-05-12T01:21:37.829Z | Compiling daft v0.1.5 |
| 1606 | 2026-05-12T01:21:37.843Z | Compiling cargo_metadata v0.23.1 |
| 1607 | 2026-05-12T01:21:38.104Z | Compiling dof v0.3.0 |
| 1608 | 2026-05-12T01:21:38.145Z | Compiling toml_edit v0.19.15 |
| 1609 | 2026-05-12T01:21:38.272Z | Compiling elliptic-curve v0.13.8 |
| 1610 | 2026-05-12T01:21:38.784Z | Compiling futures v0.3.32 |
| 1611 | 2026-05-12T01:21:38.820Z | Compiling phf v0.13.1 |
| 1612 | 2026-05-12T01:21:38.977Z | Compiling signal-hook-mio v0.2.5 |
| 1613 | 2026-05-12T01:21:39.199Z | Compiling cookie_store v0.22.1 |
| 1614 | 2026-05-12T01:21:39.456Z | Compiling hubpack v0.1.2 |
| 1615 | 2026-05-12T01:21:39.578Z | Compiling zstd v0.13.3 |
| 1616 | 2026-05-12T01:21:39.672Z | Compiling bzip2 v0.4.4 |
| 1617 | 2026-05-12T01:21:39.841Z | Compiling serde_with_macros v3.17.0 |
| 1618 | 2026-05-12T01:21:39.887Z | Compiling postgres-types v0.2.12 |
| 1619 | 2026-05-12T01:21:40.423Z | Compiling usdt-macro v0.6.0 |
| 1620 | 2026-05-12T01:21:40.689Z | Compiling usdt-attr-macro v0.6.0 |
| 1621 | 2026-05-12T01:21:40.753Z | Compiling globset v0.4.18 |
| 1622 | 2026-05-12T01:21:40.942Z | Compiling dtrace-parser v0.2.0 |
| 1623 | 2026-05-12T01:21:41.038Z | Compiling ed25519 v2.2.3 |
| 1624 | 2026-05-12T01:21:41.153Z | Compiling phf_shared v0.11.3 |
| 1625 | 2026-05-12T01:21:41.288Z | Compiling olpc-cjson v0.1.4 |
| 1626 | 2026-05-12T01:21:41.338Z | Compiling pkcs1 v0.7.5 |
| 1627 | 2026-05-12T01:21:41.425Z | Compiling serde-big-array v0.5.1 |
| 1628 | 2026-05-12T01:21:41.445Z | Compiling serde_plain v1.0.2 |
| 1629 | 2026-05-12T01:21:41.459Z | Compiling rfc6979 v0.4.0 |
| 1630 | 2026-05-12T01:21:41.566Z | Compiling strum_macros v0.26.4 |
| 1631 | 2026-05-12T01:21:41.580Z | Compiling serde_repr v0.1.20 |
| 1632 | 2026-05-12T01:21:41.632Z | Compiling enum-as-inner v0.6.1 |
| 1633 | 2026-05-12T01:21:41.692Z | Compiling clap_derive v4.5.55 |
| 1634 | 2026-05-12T01:21:41.726Z | Compiling async-recursion v1.1.1 |
| 1635 | 2026-05-12T01:21:41.942Z | Compiling pem v3.0.6 |
| 1636 | 2026-05-12T01:21:42.093Z | Compiling float-cmp v0.10.0 |
| 1637 | 2026-05-12T01:21:42.134Z | Compiling thread-id v4.2.2 |
| 1638 | 2026-05-12T01:21:42.221Z | Compiling memmap2 v0.9.10 |
| 1639 | 2026-05-12T01:21:42.236Z | Compiling env_filter v1.0.0 |
| 1640 | 2026-05-12T01:21:42.265Z | Compiling static_assertions v1.1.0 |
| 1641 | 2026-05-12T01:21:42.347Z | Compiling normalize-line-endings v0.3.0 |
| 1642 | 2026-05-12T01:21:42.371Z | Compiling whoami v2.1.0 |
| 1643 | 2026-05-12T01:21:42.430Z | Compiling rustc-hash v2.1.1 |
| 1644 | 2026-05-12T01:21:42.445Z | Compiling precomputed-hash v0.1.1 |
| 1645 | 2026-05-12T01:21:42.574Z | Compiling new_debug_unreachable v1.0.6 |
| 1646 | 2026-05-12T01:21:42.589Z | Compiling either v1.15.0 |
| 1647 | 2026-05-12T01:21:42.589Z | Compiling fixedbitset v0.4.2 |
| 1648 | 2026-05-12T01:21:42.645Z | Compiling data-encoding v2.10.0 |
| 1649 | 2026-05-12T01:21:42.771Z | Compiling jiff v0.2.21 |
| 1650 | 2026-05-12T01:21:42.797Z | Compiling difflib v0.4.0 |
| 1651 | 2026-05-12T01:21:42.814Z | Compiling keccak v0.1.6 |
| 1652 | 2026-05-12T01:21:43.312Z | Compiling typed-path v0.9.3 |
| 1653 | 2026-05-12T01:21:43.341Z | Compiling predicates-core v1.0.10 |
| 1654 | 2026-05-12T01:21:43.354Z | Compiling fixedbitset v0.5.7 |
| 1655 | 2026-05-12T01:21:43.476Z | Compiling clap v4.5.60 |
| 1656 | 2026-05-12T01:21:43.512Z | Compiling predicates v3.1.4 |
| 1657 | 2026-05-12T01:21:43.560Z | Compiling petgraph v0.8.3 |
| 1658 | 2026-05-12T01:21:43.622Z | Compiling strum v0.26.3 |
| 1659 | 2026-05-12T01:21:43.654Z | Compiling sha3 v0.10.8 |
| 1660 | 2026-05-12T01:21:43.751Z | Compiling hickory-proto v0.25.2 |
| 1661 | 2026-05-12T01:21:44.106Z | Compiling itertools v0.13.0 |
| 1662 | 2026-05-12T01:21:44.150Z | Compiling petgraph v0.6.5 |
| 1663 | 2026-05-12T01:21:44.439Z | Compiling string_cache v0.8.9 |
| 1664 | 2026-05-12T01:21:44.528Z | Compiling tokio-postgres v0.7.16 |
| 1665 | 2026-05-12T01:21:44.657Z | Compiling iddqd v0.3.18 |
| 1666 | 2026-05-12T01:21:45.308Z | Compiling toml_edit v0.22.27 |
| 1667 | 2026-05-12T01:21:45.516Z | Compiling zip v4.6.1 |
| 1668 | 2026-05-12T01:21:45.613Z | Compiling env_logger v0.11.9 |
| 1669 | 2026-05-12T01:21:45.771Z | Compiling usdt v0.6.0 |
| 1670 | 2026-05-12T01:21:45.960Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1671 | 2026-05-12T01:21:46.033Z | Compiling usdt-impl v0.5.0 |
| 1672 | 2026-05-12T01:21:46.456Z | Compiling rsa v0.9.10 |
| 1673 | 2026-05-12T01:21:46.610Z | Compiling ecdsa v0.16.9 |
| 1674 | 2026-05-12T01:21:46.694Z | Compiling ed25519-dalek v2.2.0 |
| 1675 | 2026-05-12T01:21:46.947Z | Compiling serde_with v3.17.0 |
| 1676 | 2026-05-12T01:21:47.003Z | Compiling crossterm v0.28.1 |
| 1677 | 2026-05-12T01:21:48.029Z | Compiling zip v0.6.6 |
| 1678 | 2026-05-12T01:21:48.358Z | Compiling toml v0.7.8 |
| 1679 | 2026-05-12T01:21:48.824Z | Compiling heck v0.4.1 |
| 1680 | 2026-05-12T01:21:48.883Z | Compiling similar v2.7.0 |
| 1681 | 2026-05-12T01:21:48.897Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1682 | 2026-05-12T01:21:48.951Z | Compiling crossbeam-epoch v0.9.18 |
| 1683 | 2026-05-12T01:21:49.010Z | Compiling tokio-stream v0.1.18 |
| 1684 | 2026-05-12T01:21:49.048Z | Compiling buf-list v1.1.2 |
| 1685 | 2026-05-12T01:21:49.283Z | Compiling x509-cert v0.2.5 |
| 1686 | 2026-05-12T01:21:49.317Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1687 | 2026-05-12T01:21:49.469Z | Compiling openapiv3 v2.2.0 |
| 1688 | 2026-05-12T01:21:49.511Z | Compiling sha1 v0.10.6 |
| 1689 | 2026-05-12T01:21:49.609Z | Compiling peg-runtime v0.8.5 |
| 1690 | 2026-05-12T01:21:49.727Z | Compiling lalrpop-util v0.19.12 |
| 1691 | 2026-05-12T01:21:49.743Z | Compiling thread_local v1.1.9 |
| 1692 | 2026-05-12T01:21:49.806Z | Compiling slog-async v2.8.0 |
| 1693 | 2026-05-12T01:21:49.892Z | Compiling crossbeam-channel v0.5.15 |
| 1694 | 2026-05-12T01:21:49.918Z | Compiling filetime v0.2.27 |
| 1695 | 2026-05-12T01:21:49.985Z | Compiling is-terminal v0.4.17 |
| 1696 | 2026-05-12T01:21:50.083Z | Compiling take_mut v0.2.2 |
| 1697 | 2026-05-12T01:21:50.096Z | Compiling term v1.2.1 |
| 1698 | 2026-05-12T01:21:50.115Z | Compiling xattr v1.6.1 |
| 1699 | 2026-05-12T01:21:50.279Z | Compiling tar v0.4.45 |
| 1700 | 2026-05-12T01:21:50.659Z | Compiling slog-term v2.9.2 |
| 1701 | 2026-05-12T01:22:00.565Z | Compiling rustls-webpki v0.103.9 |
| 1702 | 2026-05-12T01:22:03.387Z | Compiling tokio-rustls v0.26.4 |
| 1703 | 2026-05-12T01:22:03.388Z | Compiling rustls-platform-verifier v0.6.2 |
| 1704 | 2026-05-12T01:22:03.591Z | Compiling hyper-rustls v0.27.7 |
| 1705 | 2026-05-12T01:22:03.793Z | Compiling reqwest v0.12.28 |
| 1706 | 2026-05-12T01:22:03.793Z | Compiling reqwest v0.13.2 |
| 1707 | 2026-05-12T01:22:05.048Z | Compiling tough v0.22.0 |
| 1708 | 2026-05-12T01:22:07.581Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1709 | 2026-05-12T01:22:07.797Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1710 | 2026-05-12T01:22:10.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1711 | 2026-05-12T01:22:10.774Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1712 | 2026-05-12T01:22:10.827Z | May 12 01:22:09.958 INFO Starting download, target: Clickhouse |
| 1713 | 2026-05-12T01:22:10.828Z | May 12 01:22:09.958 INFO Starting download, target: Console |
| 1714 | 2026-05-12T01:22:10.828Z | May 12 01:22:09.958 INFO Starting download, target: Cockroach |
| 1715 | 2026-05-12T01:22:10.828Z | May 12 01:22:09.958 INFO Starting download, target: DendriteStub |
| 1716 | 2026-05-12T01:22:10.828Z | May 12 01:22:09.958 INFO Starting download, target: MaghemiteMgd |
| 1717 | 2026-05-12T01:22:10.828Z | May 12 01:22:09.958 INFO Starting download, target: TransceiverControl |
| 1718 | 2026-05-12T01:22:10.831Z | May 12 01:22:09.959 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1719 | 2026-05-12T01:22:10.831Z | May 12 01:22:09.959 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1720 | 2026-05-12T01:22:10.831Z | May 12 01:22:09.959 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1721 | 2026-05-12T01:22:10.831Z | May 12 01:22:09.959 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1722 | 2026-05-12T01:22:10.831Z | May 12 01:22:09.959 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1723 | 2026-05-12T01:22:10.831Z | May 12 01:22:09.959 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1724 | 2026-05-12T01:22:11.343Z | May 12 01:22:10.467 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1725 | 2026-05-12T01:22:11.547Z | May 12 01:22:10.677 INFO Download complete, target: TransceiverControl |
| 1726 | 2026-05-12T01:22:11.792Z | May 12 01:22:10.923 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1727 | 2026-05-12T01:22:12.035Z | May 12 01:22:11.158 INFO Download complete, target: Console |
| 1728 | 2026-05-12T01:22:12.474Z | May 12 01:22:11.605 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1729 | 2026-05-12T01:22:12.866Z | May 12 01:22:11.996 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1730 | 2026-05-12T01:22:13.153Z | May 12 01:22:12.281 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1731 | 2026-05-12T01:22:13.257Z | May 12 01:22:12.388 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1732 | 2026-05-12T01:22:13.257Z | May 12 01:22:12.388 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1733 | 2026-05-12T01:22:14.865Z | May 12 01:22:13.993 INFO Download complete, target: DendriteStub |
| 1734 | 2026-05-12T01:22:15.255Z | May 12 01:22:14.386 INFO Download complete, target: MaghemiteMgd |
| 1735 | 2026-05-12T01:22:17.916Z | May 12 01:22:17.047 INFO Checking that binary works, target: Cockroach |
| 1736 | 2026-05-12T01:22:18.029Z | May 12 01:22:17.160 INFO Download complete, target: Cockroach |
| 1737 | 2026-05-12T01:22:20.012Z | May 12 01:22:19.142 INFO Checking that binary works, target: Clickhouse |
| 1738 | 2026-05-12T01:22:20.098Z | May 12 01:22:19.228 INFO Download complete, target: Clickhouse |
| 1739 | 2026-05-12T01:22:20.113Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1740 | 2026-05-12T01:22:20.117Z | |
| 1741 | 2026-05-12T01:22:20.117Z | real 2:13.784821018 |
| 1742 | 2026-05-12T01:22:20.117Z | user 6:54.311548849 |
| 1743 | 2026-05-12T01:22:20.117Z | sys 1:21.708941444 |
| 1744 | 2026-05-12T01:22:20.117Z | trap 0.219085139 |
| 1745 | 2026-05-12T01:22:20.117Z | tflt 0.661615314 |
| 1746 | 2026-05-12T01:22:20.117Z | dflt 0.514707328 |
| 1747 | 2026-05-12T01:22:20.117Z | kflt 0.022979314 |
| 1748 | 2026-05-12T01:22:20.117Z | lock 21:34.114326129 |
| 1749 | 2026-05-12T01:22:20.118Z | slp 21:04.337270106 |
| 1750 | 2026-05-12T01:22:20.118Z | lat 41.191636721 |
| 1751 | 2026-05-12T01:22:20.118Z | stop 1:57.603727266 |
| 1752 | 2026-05-12T01:22:20.118Z | + banner clippy |
| 1753 | 2026-05-12T01:22:20.118Z | |
| 1754 | 2026-05-12T01:22:20.118Z | #### # # ##### ##### # # |
| 1755 | 2026-05-12T01:22:20.118Z | # # # # # # # # # # |
| 1756 | 2026-05-12T01:22:20.118Z | # # # # # # # # |
| 1757 | 2026-05-12T01:22:20.118Z | # # # ##### ##### # |
| 1758 | 2026-05-12T01:22:20.118Z | # # # # # # # |
| 1759 | 2026-05-12T01:22:20.118Z | #### ###### # # # # |
| 1760 | 2026-05-12T01:22:20.118Z | |
| 1761 | 2026-05-12T01:22:20.118Z | + export CARGO_INCREMENTAL=0 |
| 1762 | 2026-05-12T01:22:20.118Z | + CARGO_INCREMENTAL=0 |
| 1763 | 2026-05-12T01:22:20.118Z | + ptime -m cargo xtask clippy |
| 1764 | 2026-05-12T01:22:20.643Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1765 | 2026-05-12T01:22:20.856Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1766 | 2026-05-12T01:22:22.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s |
| 1767 | 2026-05-12T01:22:22.792Z | Running `target/debug/xtask clippy` |
| 1768 | 2026-05-12T01:22:22.823Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1769 | 2026-05-12T01:22:23.421Z | Downloading crates ... |
| 1770 | 2026-05-12T01:22:23.607Z | Downloaded constant_time_eq v0.3.1 |
| 1771 | 2026-05-12T01:22:23.612Z | Downloaded escape8259 v0.5.3 |
| 1772 | 2026-05-12T01:22:23.615Z | Downloaded criterion-plot v0.6.0 |
| 1773 | 2026-05-12T01:22:23.619Z | Downloaded datatest-stable v0.3.3 |
| 1774 | 2026-05-12T01:22:23.629Z | Downloaded concurrent-queue v2.5.0 |
| 1775 | 2026-05-12T01:22:23.632Z | Downloaded cast v0.3.0 |
| 1776 | 2026-05-12T01:22:23.635Z | Downloaded serde_regex v1.1.0 |
| 1777 | 2026-05-12T01:22:23.635Z | Downloaded linkme v0.3.35 |
| 1778 | 2026-05-12T01:22:23.638Z | Downloaded cfg-expr v0.20.6 |
| 1779 | 2026-05-12T01:22:23.641Z | Downloaded addr2line v0.25.1 |
| 1780 | 2026-05-12T01:22:23.644Z | Downloaded supports-color v2.1.0 |
| 1781 | 2026-05-12T01:22:23.648Z | Downloaded event-listener v5.4.1 |
| 1782 | 2026-05-12T01:22:23.651Z | Downloaded criterion v0.7.0 |
| 1783 | 2026-05-12T01:22:23.654Z | Downloaded assert-json-diff v2.0.2 |
| 1784 | 2026-05-12T01:22:23.654Z | Downloaded miette-derive v5.10.0 |
| 1785 | 2026-05-12T01:22:23.658Z | Downloaded target-spec v3.5.7 |
| 1786 | 2026-05-12T01:22:23.661Z | Downloaded assert_cmd v2.1.2 |
| 1787 | 2026-05-12T01:22:23.665Z | Downloaded plotters-svg v0.3.7 |
| 1788 | 2026-05-12T01:22:23.668Z | Downloaded pathdiff v0.2.3 |
| 1789 | 2026-05-12T01:22:23.671Z | Downloaded relative-path v1.9.3 |
| 1790 | 2026-05-12T01:22:23.677Z | Downloaded anes v0.1.6 |
| 1791 | 2026-05-12T01:22:23.680Z | Downloaded oorandom v11.1.5 |
| 1792 | 2026-05-12T01:22:23.683Z | Downloaded chumsky v0.9.3 |
| 1793 | 2026-05-12T01:22:23.683Z | Downloaded async-lock v3.4.2 |
| 1794 | 2026-05-12T01:22:23.688Z | Downloaded similar-asserts v1.7.0 |
| 1795 | 2026-05-12T01:22:23.691Z | Downloaded linkme-impl v0.3.35 |
| 1796 | 2026-05-12T01:22:23.691Z | Downloaded event-listener-strategy v0.5.4 |
| 1797 | 2026-05-12T01:22:23.695Z | Downloaded tokio-test v0.4.5 |
| 1798 | 2026-05-12T01:22:23.695Z | Downloaded supports-unicode v2.1.0 |
| 1799 | 2026-05-12T01:22:23.698Z | Downloaded nested v0.1.1 |
| 1800 | 2026-05-12T01:22:23.701Z | Downloaded terminal_size v0.1.17 |
| 1801 | 2026-05-12T01:22:23.701Z | Downloaded trybuild v1.0.116 |
| 1802 | 2026-05-12T01:22:23.704Z | Downloaded approx v0.5.1 |
| 1803 | 2026-05-12T01:22:23.708Z | Downloaded supports-hyperlinks v2.1.0 |
| 1804 | 2026-05-12T01:22:23.711Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1805 | 2026-05-12T01:22:23.711Z | Downloaded async-object-pool v0.2.0 |
| 1806 | 2026-05-12T01:22:23.711Z | Downloaded backtrace-ext v0.2.1 |
| 1807 | 2026-05-12T01:22:23.711Z | Downloaded parking v2.2.1 |
| 1808 | 2026-05-12T01:22:23.714Z | Downloaded target-triple v1.0.0 |
| 1809 | 2026-05-12T01:22:23.714Z | Downloaded plotters-backend v0.3.7 |
| 1810 | 2026-05-12T01:22:23.717Z | Downloaded target-lexicon v0.13.3 |
| 1811 | 2026-05-12T01:22:23.720Z | Downloaded rand_distr v0.5.1 |
| 1812 | 2026-05-12T01:22:23.724Z | Downloaded rustc-demangle v0.1.27 |
| 1813 | 2026-05-12T01:22:23.726Z | Downloaded rust-argon2 v2.1.0 |
| 1814 | 2026-05-12T01:22:23.726Z | Downloaded tinytemplate v1.2.1 |
| 1815 | 2026-05-12T01:22:23.729Z | Downloaded path-tree v0.8.3 |
| 1816 | 2026-05-12T01:22:23.729Z | Downloaded futures-timer v3.0.3 |
| 1817 | 2026-05-12T01:22:23.732Z | Downloaded textwrap v0.15.2 |
| 1818 | 2026-05-12T01:22:23.733Z | Downloaded libtest-mimic v0.8.1 |
| 1819 | 2026-05-12T01:22:23.736Z | Downloaded knuffel-derive v3.2.0 |
| 1820 | 2026-05-12T01:22:23.736Z | Downloaded owo-colors v3.5.0 |
| 1821 | 2026-05-12T01:22:23.736Z | Downloaded knuffel v3.2.0 |
| 1822 | 2026-05-12T01:22:23.740Z | Downloaded httptest v0.16.4 |
| 1823 | 2026-05-12T01:22:23.740Z | Downloaded blake2b_simd v1.0.4 |
| 1824 | 2026-05-12T01:22:23.742Z | Downloaded stringmetrics v2.2.2 |
| 1825 | 2026-05-12T01:22:23.745Z | Downloaded termcolor v1.4.1 |
| 1826 | 2026-05-12T01:22:23.748Z | Downloaded partial-io v0.5.4 |
| 1827 | 2026-05-12T01:22:23.748Z | Downloaded rstest_macros v0.25.0 |
| 1828 | 2026-05-12T01:22:23.751Z | Downloaded hickory-client v0.25.2 |
| 1829 | 2026-05-12T01:22:23.751Z | Downloaded fancy-regex v0.14.0 |
| 1830 | 2026-05-12T01:22:23.756Z | Downloaded rstest v0.25.0 |
| 1831 | 2026-05-12T01:22:23.769Z | Downloaded backtrace v0.3.76 |
| 1832 | 2026-05-12T01:22:23.772Z | Downloaded plotters v0.3.7 |
| 1833 | 2026-05-12T01:22:23.777Z | Downloaded miette v5.10.0 |
| 1834 | 2026-05-12T01:22:23.781Z | Downloaded guppy v0.17.25 |
| 1835 | 2026-05-12T01:22:23.787Z | Downloaded hashbrown v0.14.5 |
| 1836 | 2026-05-12T01:22:23.798Z | Downloaded gimli v0.32.3 |
| 1837 | 2026-05-12T01:22:23.895Z | Downloaded httpmock v0.8.3 |
| 1838 | 2026-05-12T01:22:25.488Z | Checking cfg-if v1.0.4 |
| 1839 | 2026-05-12T01:22:25.838Z | Checking libc v0.2.185 |
| 1840 | 2026-05-12T01:22:25.842Z | Checking serde_core v1.0.228 |
| 1841 | 2026-05-12T01:22:25.911Z | Checking memchr v2.8.0 |
| 1842 | 2026-05-12T01:22:25.952Z | Checking smallvec v1.15.1 |
| 1843 | 2026-05-12T01:22:25.991Z | Checking itoa v1.0.17 |
| 1844 | 2026-05-12T01:22:25.992Z | Checking log v0.4.29 |
| 1845 | 2026-05-12T01:22:26.075Z | Checking zeroize v1.8.2 |
| 1846 | 2026-05-12T01:22:26.115Z | Checking libm v0.2.16 |
| 1847 | 2026-05-12T01:22:26.154Z | Checking scopeguard v1.2.0 |
| 1848 | 2026-05-12T01:22:26.193Z | Checking stable_deref_trait v1.2.1 |
| 1849 | 2026-05-12T01:22:26.235Z | Checking zmij v1.0.21 |
| 1850 | 2026-05-12T01:22:26.276Z | Checking errno v0.3.14 |
| 1851 | 2026-05-12T01:22:26.309Z | Checking getrandom v0.2.17 |
| 1852 | 2026-05-12T01:22:26.312Z | Checking lock_api v0.4.14 |
| 1853 | 2026-05-12T01:22:26.385Z | Checking zerofrom v0.1.6 |
| 1854 | 2026-05-12T01:22:26.424Z | Checking percent-encoding v2.3.2 |
| 1855 | 2026-05-12T01:22:26.427Z | Checking writeable v0.6.2 |
| 1856 | 2026-05-12T01:22:26.495Z | Checking litemap v0.8.1 |
| 1857 | 2026-05-12T01:22:26.534Z | Checking yoke v0.8.1 |
| 1858 | 2026-05-12T01:22:26.566Z | Checking icu_properties_data v2.1.2 |
| 1859 | 2026-05-12T01:22:26.569Z | Checking icu_normalizer_data v2.1.1 |
| 1860 | 2026-05-12T01:22:26.633Z | Checking subtle v2.6.1 |
| 1861 | 2026-05-12T01:22:26.670Z | Checking form_urlencoded v1.2.2 |
| 1862 | 2026-05-12T01:22:26.708Z | Checking pin-project-lite v0.2.17 |
| 1863 | 2026-05-12T01:22:26.708Z | Checking utf8_iter v1.0.4 |
| 1864 | 2026-05-12T01:22:26.781Z | Checking zerovec v0.11.5 |
| 1865 | 2026-05-12T01:22:26.784Z | Checking zerotrie v0.2.3 |
| 1866 | 2026-05-12T01:22:26.850Z | Checking num-traits v0.2.19 |
| 1867 | 2026-05-12T01:22:26.889Z | Checking rand_core v0.6.4 |
| 1868 | 2026-05-12T01:22:26.926Z | Checking parking_lot_core v0.9.12 |
| 1869 | 2026-05-12T01:22:26.929Z | Checking zerocopy v0.8.40 |
| 1870 | 2026-05-12T01:22:26.929Z | Checking portable-atomic v1.13.1 |
| 1871 | 2026-05-12T01:22:27.070Z | Checking rand_core v0.10.0 |
| 1872 | 2026-05-12T01:22:27.111Z | Checking critical-section v1.2.0 |
| 1873 | 2026-05-12T01:22:27.167Z | Checking parking_lot v0.12.5 |
| 1874 | 2026-05-12T01:22:27.225Z | Checking tinystr v0.8.2 |
| 1875 | 2026-05-12T01:22:27.266Z | Checking potential_utf v0.1.4 |
| 1876 | 2026-05-12T01:22:27.300Z | Checking getrandom v0.4.1 |
| 1877 | 2026-05-12T01:22:27.344Z | Checking serde v1.0.228 |
| 1878 | 2026-05-12T01:22:27.381Z | Checking serde_json v1.0.149 |
| 1879 | 2026-05-12T01:22:27.428Z | Checking bitflags v2.11.0 |
| 1880 | 2026-05-12T01:22:27.432Z | Checking icu_collections v2.1.1 |
| 1881 | 2026-05-12T01:22:27.451Z | Checking once_cell v1.21.3 |
| 1882 | 2026-05-12T01:22:27.520Z | Checking icu_locale_core v2.1.1 |
| 1883 | 2026-05-12T01:22:27.560Z | Checking signal-hook-registry v1.4.8 |
| 1884 | 2026-05-12T01:22:27.607Z | Checking mio v1.2.0 |
| 1885 | 2026-05-12T01:22:27.686Z | Checking socket2 v0.6.3 |
| 1886 | 2026-05-12T01:22:27.750Z | Checking typenum v1.19.0 |
| 1887 | 2026-05-12T01:22:27.786Z | Checking bytes v1.11.1 |
| 1888 | 2026-05-12T01:22:27.833Z | Checking iana-time-zone v0.1.65 |
| 1889 | 2026-05-12T01:22:27.918Z | Checking thiserror v2.0.18 |
| 1890 | 2026-05-12T01:22:27.965Z | Checking uuid v1.23.0 |
| 1891 | 2026-05-12T01:22:28.004Z | Checking chrono v0.4.44 |
| 1892 | 2026-05-12T01:22:28.047Z | Checking semver v1.0.28 |
| 1893 | 2026-05-12T01:22:28.087Z | Checking icu_provider v2.1.1 |
| 1894 | 2026-05-12T01:22:28.130Z | Checking futures-core v0.3.32 |
| 1895 | 2026-05-12T01:22:28.246Z | Checking tokio v1.52.1 |
| 1896 | 2026-05-12T01:22:28.293Z | Checking generic-array v0.14.7 |
| 1897 | 2026-05-12T01:22:28.334Z | Checking equivalent v1.0.2 |
| 1898 | 2026-05-12T01:22:28.370Z | Checking icu_properties v2.1.2 |
| 1899 | 2026-05-12T01:22:28.370Z | Checking icu_normalizer v2.1.1 |
| 1900 | 2026-05-12T01:22:28.452Z | Checking dyn-clone v1.0.20 |
| 1901 | 2026-05-12T01:22:28.455Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1902 | 2026-05-12T01:22:28.583Z | Checking const-oid v0.9.6 |
| 1903 | 2026-05-12T01:22:28.773Z | Checking futures-sink v0.3.32 |
| 1904 | 2026-05-12T01:22:28.795Z | Checking crypto-common v0.1.7 |
| 1905 | 2026-05-12T01:22:28.831Z | Checking block-buffer v0.10.4 |
| 1906 | 2026-05-12T01:22:28.869Z | Checking rustix v1.1.3 |
| 1907 | 2026-05-12T01:22:28.910Z | Checking futures-channel v0.3.32 |
| 1908 | 2026-05-12T01:22:28.944Z | Checking futures-task v0.3.32 |
| 1909 | 2026-05-12T01:22:28.997Z | Checking futures-io v0.3.32 |
| 1910 | 2026-05-12T01:22:29.109Z | Checking slab v0.4.12 |
| 1911 | 2026-05-12T01:22:29.146Z | Checking byteorder v1.5.0 |
| 1912 | 2026-05-12T01:22:29.154Z | Checking cpufeatures v0.2.17 |
| 1913 | 2026-05-12T01:22:29.217Z | Checking idna_adapter v1.2.1 |
| 1914 | 2026-05-12T01:22:29.275Z | Checking hashbrown v0.17.0 |
| 1915 | 2026-05-12T01:22:29.313Z | Checking futures-util v0.3.32 |
| 1916 | 2026-05-12T01:22:29.317Z | Checking digest v0.10.7 |
| 1917 | 2026-05-12T01:22:29.384Z | Checking idna v1.1.0 |
| 1918 | 2026-05-12T01:22:29.388Z | Checking thiserror v1.0.69 |
| 1919 | 2026-05-12T01:22:29.541Z | Checking getrandom v0.3.4 |
| 1920 | 2026-05-12T01:22:29.581Z | Checking fnv v1.0.7 |
| 1921 | 2026-05-12T01:22:29.659Z | Checking ppv-lite86 v0.2.21 |
| 1922 | 2026-05-12T01:22:29.697Z | Checking url v2.5.8 |
| 1923 | 2026-05-12T01:22:29.733Z | Checking regex-syntax v0.8.10 |
| 1924 | 2026-05-12T01:22:29.736Z | Checking http v1.4.0 |
| 1925 | 2026-05-12T01:22:29.736Z | Checking tracing-core v0.1.36 |
| 1926 | 2026-05-12T01:22:29.842Z | Checking indexmap v2.14.0 |
| 1927 | 2026-05-12T01:22:29.978Z | Checking base64 v0.22.1 |
| 1928 | 2026-05-12T01:22:30.102Z | Checking tracing v0.1.44 |
| 1929 | 2026-05-12T01:22:30.160Z | Checking schemars v0.8.22 |
| 1930 | 2026-05-12T01:22:30.241Z | Checking ipnet v2.11.0 |
| 1931 | 2026-05-12T01:22:30.330Z | Checking unicode-ident v1.0.24 |
| 1932 | 2026-05-12T01:22:30.394Z | Checking anstyle v1.0.13 |
| 1933 | 2026-05-12T01:22:30.432Z | Checking utf8parse v0.2.2 |
| 1934 | 2026-05-12T01:22:30.476Z | Checking proc-macro2 v1.0.106 |
| 1935 | 2026-05-12T01:22:30.518Z | Checking base64ct v1.8.3 |
| 1936 | 2026-05-12T01:22:30.560Z | Checking untrusted v0.9.0 |
| 1937 | 2026-05-12T01:22:30.601Z | Checking anstyle-parse v0.2.7 |
| 1938 | 2026-05-12T01:22:30.696Z | Checking ring v0.17.14 |
| 1939 | 2026-05-12T01:22:30.775Z | Checking block-padding v0.3.3 |
| 1940 | 2026-05-12T01:22:30.812Z | Checking aho-corasick v1.1.4 |
| 1941 | 2026-05-12T01:22:30.815Z | Checking quote v1.0.45 |
| 1942 | 2026-05-12T01:22:30.886Z | Checking anstyle-query v1.1.5 |
| 1943 | 2026-05-12T01:22:30.933Z | Checking is_terminal_polyfill v1.70.2 |
| 1944 | 2026-05-12T01:22:31.003Z | Checking colorchoice v1.0.4 |
| 1945 | 2026-05-12T01:22:31.041Z | Checking syn v2.0.117 |
| 1946 | 2026-05-12T01:22:31.078Z | Checking inout v0.1.4 |
| 1947 | 2026-05-12T01:22:31.081Z | Checking terminal_size v0.4.3 |
| 1948 | 2026-05-12T01:22:31.148Z | Checking anstream v0.6.21 |
| 1949 | 2026-05-12T01:22:31.235Z | Checking rustls-pki-types v1.14.0 |
| 1950 | 2026-05-12T01:22:31.273Z | Checking crossbeam-utils v0.8.21 |
| 1951 | 2026-05-12T01:22:31.276Z | Checking cipher v0.4.4 |
| 1952 | 2026-05-12T01:22:31.375Z | Checking httparse v1.10.1 |
| 1953 | 2026-05-12T01:22:31.422Z | Checking tokio-util v0.7.18 |
| 1954 | 2026-05-12T01:22:31.497Z | Checking regex-automata v0.4.14 |
| 1955 | 2026-05-12T01:22:31.539Z | Checking strsim v0.11.1 |
| 1956 | 2026-05-12T01:22:31.575Z | Checking allocator-api2 v0.2.21 |
| 1957 | 2026-05-12T01:22:31.612Z | Checking clap_lex v1.0.0 |
| 1958 | 2026-05-12T01:22:31.651Z | Checking pem-rfc7468 v0.7.0 |
| 1959 | 2026-05-12T01:22:31.702Z | Checking sha2 v0.10.9 |
| 1960 | 2026-05-12T01:22:31.740Z | Checking powerfmt v0.2.0 |
| 1961 | 2026-05-12T01:22:31.785Z | Checking clap_builder v4.5.60 |
| 1962 | 2026-05-12T01:22:31.833Z | Checking http-body v1.0.1 |
| 1963 | 2026-05-12T01:22:31.878Z | Checking rand_core v0.9.5 |
| 1964 | 2026-05-12T01:22:31.917Z | Checking deranged v0.5.8 |
| 1965 | 2026-05-12T01:22:31.991Z | Checking hmac v0.12.1 |
| 1966 | 2026-05-12T01:22:32.028Z | Checking num-conv v0.2.0 |
| 1967 | 2026-05-12T01:22:32.064Z | Checking time-core v0.1.8 |
| 1968 | 2026-05-12T01:22:32.103Z | Checking atomic-waker v1.1.2 |
| 1969 | 2026-05-12T01:22:32.149Z | Checking num_threads v0.1.7 |
| 1970 | 2026-05-12T01:22:32.187Z | Checking flagset v0.4.7 |
| 1971 | 2026-05-12T01:22:32.225Z | Checking try-lock v0.2.5 |
| 1972 | 2026-05-12T01:22:32.263Z | Checking httpdate v1.0.3 |
| 1973 | 2026-05-12T01:22:32.266Z | Checking h2 v0.4.13 |
| 1974 | 2026-05-12T01:22:32.337Z | Checking der v0.7.10 |
| 1975 | 2026-05-12T01:22:32.369Z | Checking want v0.3.1 |
| 1976 | 2026-05-12T01:22:32.436Z | Checking tower-service v0.3.3 |
| 1977 | 2026-05-12T01:22:32.520Z | Checking tower-layer v0.3.3 |
| 1978 | 2026-05-12T01:22:32.560Z | Checking ryu v1.0.23 |
| 1979 | 2026-05-12T01:22:32.698Z | Checking pin-utils v0.1.0 |
| 1980 | 2026-05-12T01:22:32.737Z | Checking rand_chacha v0.9.0 |
| 1981 | 2026-05-12T01:22:32.799Z | Checking erased-serde v0.3.31 |
| 1982 | 2026-05-12T01:22:32.852Z | Checking time v0.3.47 |
| 1983 | 2026-05-12T01:22:32.963Z | Checking rand v0.9.2 |
| 1984 | 2026-05-12T01:22:33.029Z | Checking clap v4.5.60 |
| 1985 | 2026-05-12T01:22:33.069Z | Checking spin v0.9.8 |
| 1986 | 2026-05-12T01:22:33.137Z | Checking anyhow v1.0.102 |
| 1987 | 2026-05-12T01:22:33.201Z | Checking slog v2.8.2 |
| 1988 | 2026-05-12T01:22:33.277Z | Checking mime v0.3.17 |
| 1989 | 2026-05-12T01:22:33.316Z | Checking http-body-util v0.1.3 |
| 1990 | 2026-05-12T01:22:33.319Z | Checking aws-lc-sys v0.40.0 |
| 1991 | 2026-05-12T01:22:33.388Z | Checking fastrand v2.3.0 |
| 1992 | 2026-05-12T01:22:33.444Z | Checking untrusted v0.7.1 |
| 1993 | 2026-05-12T01:22:33.481Z | Checking spki v0.7.3 |
| 1994 | 2026-05-12T01:22:33.484Z | Checking pbkdf2 v0.12.2 |
| 1995 | 2026-05-12T01:22:33.558Z | Checking aes v0.8.4 |
| 1996 | 2026-05-12T01:22:33.595Z | Checking openssl-probe v0.2.1 |
| 1997 | 2026-05-12T01:22:33.598Z | Checking regex v1.12.3 |
| 1998 | 2026-05-12T01:22:33.665Z | Checking serde_urlencoded v0.7.1 |
| 1999 | 2026-05-12T01:22:33.702Z | Checking salsa20 v0.10.2 |
| 2000 | 2026-05-12T01:22:33.737Z | Checking cbc v0.1.2 |
| 2001 | 2026-05-12T01:22:33.861Z | Checking rand_chacha v0.3.1 |
| 2002 | 2026-05-12T01:22:33.899Z | Checking hex v0.4.3 |
| 2003 | 2026-05-12T01:22:33.902Z | Checking aws-lc-rs v1.16.3 |
| 2004 | 2026-05-12T01:22:33.902Z | Checking encoding_rs v0.8.35 |
| 2005 | 2026-05-12T01:22:34.002Z | Checking simd-adler32 v0.3.8 |
| 2006 | 2026-05-12T01:22:34.005Z | Checking pretty-hex v0.4.1 |
| 2007 | 2026-05-12T01:22:34.005Z | Checking scrypt v0.11.0 |
| 2008 | 2026-05-12T01:22:34.107Z | Checking rand v0.8.6 |
| 2009 | 2026-05-12T01:22:34.144Z | Checking tempfile v3.25.0 |
| 2010 | 2026-05-12T01:22:34.198Z | Checking ipnetwork v0.21.1 |
| 2011 | 2026-05-12T01:22:34.201Z | Checking adler2 v2.0.1 |
| 2012 | 2026-05-12T01:22:34.268Z | Checking plain v0.2.3 |
| 2013 | 2026-05-12T01:22:34.363Z | Checking pkcs5 v0.7.1 |
| 2014 | 2026-05-12T01:22:34.366Z | Checking miniz_oxide v0.8.9 |
| 2015 | 2026-05-12T01:22:34.396Z | Checking ucd-trie v0.1.7 |
| 2016 | 2026-05-12T01:22:34.525Z | Checking rustls-native-certs v0.8.3 |
| 2017 | 2026-05-12T01:22:34.617Z | Checking pest v2.8.6 |
| 2018 | 2026-05-12T01:22:34.659Z | Checking sync_wrapper v1.0.2 |
| 2019 | 2026-05-12T01:22:34.706Z | Checking pkcs8 v0.10.2 |
| 2020 | 2026-05-12T01:22:34.710Z | Checking camino v1.2.2 |
| 2021 | 2026-05-12T01:22:34.781Z | Checking rustls-webpki v0.103.9 |
| 2022 | 2026-05-12T01:22:34.828Z | Checking foldhash v0.2.0 |
| 2023 | 2026-05-12T01:22:34.879Z | Checking tower v0.5.3 |
| 2024 | 2026-05-12T01:22:34.921Z | Checking webpki-roots v1.0.6 |
| 2025 | 2026-05-12T01:22:34.959Z | Checking iri-string v0.7.10 |
| 2026 | 2026-05-12T01:22:34.963Z | Checking hyper v1.8.1 |
| 2027 | 2026-05-12T01:22:35.032Z | Checking hashbrown v0.16.1 |
| 2028 | 2026-05-12T01:22:35.035Z | Checking futures-executor v0.3.32 |
| 2029 | 2026-05-12T01:22:35.103Z | Checking either v1.15.0 |
| 2030 | 2026-05-12T01:22:35.263Z | Checking futures v0.3.32 |
| 2031 | 2026-05-12T01:22:35.279Z | Checking rustls v0.23.37 |
| 2032 | 2026-05-12T01:22:35.316Z | Checking openapiv3 v2.2.0 |
| 2033 | 2026-05-12T01:22:35.319Z | Checking crc32fast v1.5.0 |
| 2034 | 2026-05-12T01:22:35.387Z | Checking static_assertions v1.1.0 |
| 2035 | 2026-05-12T01:22:35.485Z | Checking oxnet v0.1.4 |
| 2036 | 2026-05-12T01:22:35.522Z | Checking lazy_static v1.5.0 |
| 2037 | 2026-05-12T01:22:35.559Z | Checking signature v2.2.0 |
| 2038 | 2026-05-12T01:22:35.640Z | Checking winnow v0.7.14 |
| 2039 | 2026-05-12T01:22:35.696Z | Checking hubpack v0.1.2 |
| 2040 | 2026-05-12T01:22:35.733Z | Checking zlib-rs v0.6.2 |
| 2041 | 2026-05-12T01:22:35.771Z | Checking strum v0.26.3 |
| 2042 | 2026-05-12T01:22:35.891Z | Checking psl-types v2.0.11 |
| 2043 | 2026-05-12T01:22:35.930Z | Checking tinyvec_macros v0.1.1 |
| 2044 | 2026-05-12T01:22:35.963Z | Checking hyper-util v0.1.20 |
| 2045 | 2026-05-12T01:22:36.000Z | Checking tower-http v0.6.8 |
| 2046 | 2026-05-12T01:22:36.037Z | Checking publicsuffix v2.3.0 |
| 2047 | 2026-05-12T01:22:36.040Z | Checking tinyvec v1.10.0 |
| 2048 | 2026-05-12T01:22:36.219Z | Checking cookie v0.18.1 |
| 2049 | 2026-05-12T01:22:36.297Z | Checking sha1 v0.10.6 |
| 2050 | 2026-05-12T01:22:36.404Z | Checking num-integer v0.1.46 |
| 2051 | 2026-05-12T01:22:36.473Z | Checking scroll v0.13.0 |
| 2052 | 2026-05-12T01:22:36.512Z | Checking data-encoding v2.10.0 |
| 2053 | 2026-05-12T01:22:36.598Z | Checking cookie_store v0.22.1 |
| 2054 | 2026-05-12T01:22:36.635Z | Checking flate2 v1.1.9 |
| 2055 | 2026-05-12T01:22:36.671Z | Checking serde_spanned v0.6.9 |
| 2056 | 2026-05-12T01:22:36.729Z | Checking goblin v0.10.5 |
| 2057 | 2026-05-12T01:22:36.805Z | Checking toml_datetime v0.6.11 |
| 2058 | 2026-05-12T01:22:36.842Z | Checking memmap2 v0.9.10 |
| 2059 | 2026-05-12T01:22:36.845Z | Checking bit-vec v0.8.0 |
| 2060 | 2026-05-12T01:22:36.949Z | Checking base16ct v0.2.0 |
| 2061 | 2026-05-12T01:22:36.952Z | Checking dtrace-parser v0.3.0 |
| 2062 | 2026-05-12T01:22:37.021Z | Checking ff v0.13.1 |
| 2063 | 2026-05-12T01:22:37.061Z | Checking bit-set v0.8.0 |
| 2064 | 2026-05-12T01:22:37.065Z | Checking thread-id v5.1.0 |
| 2065 | 2026-05-12T01:22:37.134Z | Checking sec1 v0.7.3 |
| 2066 | 2026-05-12T01:22:37.175Z | Checking wait-timeout v0.2.1 |
| 2067 | 2026-05-12T01:22:37.213Z | Checking foreign-types-shared v0.1.1 |
| 2068 | 2026-05-12T01:22:37.217Z | Checking group v0.13.0 |
| 2069 | 2026-05-12T01:22:37.286Z | Checking num-iter v0.1.45 |
| 2070 | 2026-05-12T01:22:37.290Z | Checking bstr v1.12.1 |
| 2071 | 2026-05-12T01:22:37.357Z | Checking hkdf v0.12.4 |
| 2072 | 2026-05-12T01:22:37.360Z | Checking foreign-types v0.3.2 |
| 2073 | 2026-05-12T01:22:37.361Z | Checking crossbeam-epoch v0.9.18 |
| 2074 | 2026-05-12T01:22:37.460Z | Checking ahash v0.8.12 |
| 2075 | 2026-05-12T01:22:37.463Z | Checking crypto-bigint v0.5.5 |
| 2076 | 2026-05-12T01:22:37.492Z | Checking openssl-sys v0.9.114 |
| 2077 | 2026-05-12T01:22:37.561Z | Checking quick-error v1.2.3 |
| 2078 | 2026-05-12T01:22:37.598Z | Checking tokio-rustls v0.26.4 |
| 2079 | 2026-05-12T01:22:37.669Z | Checking rustls-platform-verifier v0.6.2 |
| 2080 | 2026-05-12T01:22:37.708Z | Checking rusty-fork v0.3.1 |
| 2081 | 2026-05-12T01:22:37.711Z | Checking rand_xorshift v0.4.0 |
| 2082 | 2026-05-12T01:22:37.711Z | Checking scroll v0.12.0 |
| 2083 | 2026-05-12T01:22:37.834Z | Checking unarray v0.1.4 |
| 2084 | 2026-05-12T01:22:37.873Z | Checking hyper-rustls v0.27.7 |
| 2085 | 2026-05-12T01:22:37.909Z | Checking num-bigint-dig v0.8.6 |
| 2086 | 2026-05-12T01:22:37.946Z | Checking pkcs1 v0.7.5 |
| 2087 | 2026-05-12T01:22:37.982Z | Checking proptest v1.10.0 |
| 2088 | 2026-05-12T01:22:38.018Z | Checking goblin v0.8.2 |
| 2089 | 2026-05-12T01:22:38.054Z | Checking openssl v0.10.78 |
| 2090 | 2026-05-12T01:22:38.106Z | Checking reqwest v0.13.2 |
| 2091 | 2026-05-12T01:22:38.179Z | Checking x509-cert v0.2.5 |
| 2092 | 2026-05-12T01:22:38.384Z | Checking elliptic-curve v0.13.8 |
| 2093 | 2026-05-12T01:22:38.715Z | Checking zerocopy v0.7.35 |
| 2094 | 2026-05-12T01:22:38.754Z | Checking unicode-segmentation v1.12.0 |
| 2095 | 2026-05-12T01:22:38.854Z | Checking rsa v0.9.10 |
| 2096 | 2026-05-12T01:22:38.966Z | Checking dtrace-parser v0.2.0 |
| 2097 | 2026-05-12T01:22:39.023Z | Checking dof v0.4.0 |
| 2098 | 2026-05-12T01:22:39.087Z | Checking rfc6979 v0.4.0 |
| 2099 | 2026-05-12T01:22:39.225Z | Checking memoffset v0.9.1 |
| 2100 | 2026-05-12T01:22:39.228Z | Checking thread-id v4.2.2 |
| 2101 | 2026-05-12T01:22:39.297Z | Checking ecdsa v0.16.9 |
| 2102 | 2026-05-12T01:22:39.336Z | Checking curve25519-dalek v4.1.3 |
| 2103 | 2026-05-12T01:22:39.339Z | Checking rustix v0.38.44 |
| 2104 | 2026-05-12T01:22:39.409Z | Checking env_filter v1.0.0 |
| 2105 | 2026-05-12T01:22:39.580Z | Checking keccak v0.1.6 |
| 2106 | 2026-05-12T01:22:39.659Z | Checking toml_write v0.1.2 |
| 2107 | 2026-05-12T01:22:39.698Z | Checking usdt-impl v0.6.0 |
| 2108 | 2026-05-12T01:22:39.768Z | Checking newtype-uuid v1.3.2 |
| 2109 | 2026-05-12T01:22:39.806Z | Checking same-file v1.0.6 |
| 2110 | 2026-05-12T01:22:39.859Z | Checking toml_edit v0.22.27 |
| 2111 | 2026-05-12T01:22:39.947Z | Checking dof v0.3.0 |
| 2112 | 2026-05-12T01:22:39.951Z | Checking walkdir v2.5.0 |
| 2113 | 2026-05-12T01:22:40.020Z | Checking daft v0.1.5 |
| 2114 | 2026-05-12T01:22:40.023Z | Checking usdt v0.6.0 |
| 2115 | 2026-05-12T01:22:40.092Z | Checking native-tls v0.2.18 |
| 2116 | 2026-05-12T01:22:40.144Z | Checking sha3 v0.10.8 |
| 2117 | 2026-05-12T01:22:40.182Z | Checking env_logger v0.11.9 |
| 2118 | 2026-05-12T01:22:40.219Z | Checking ed25519 v2.2.3 |
| 2119 | 2026-05-12T01:22:40.256Z | Checking usdt-impl v0.5.0 |
| 2120 | 2026-05-12T01:22:40.259Z | Checking itertools v0.13.0 |
| 2121 | 2026-05-12T01:22:40.327Z | Checking tokio-native-tls v0.3.1 |
| 2122 | 2026-05-12T01:22:40.330Z | Checking serde_with v3.17.0 |
| 2123 | 2026-05-12T01:22:40.399Z | Checking siphasher v1.0.2 |
| 2124 | 2026-05-12T01:22:40.402Z | Checking bitflags v1.3.2 |
| 2125 | 2026-05-12T01:22:40.470Z | Checking ed25519-dalek v2.2.0 |
| 2126 | 2026-05-12T01:22:40.512Z | Checking hyper-tls v0.6.0 |
| 2127 | 2026-05-12T01:22:40.549Z | Checking nix v0.31.2 |
| 2128 | 2026-05-12T01:22:40.587Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2129 | 2026-05-12T01:22:40.590Z | Checking unicode-normalization v0.1.25 |
| 2130 | 2026-05-12T01:22:40.707Z | Checking reqwest v0.12.28 |
| 2131 | 2026-05-12T01:22:40.745Z | Checking signal-hook v0.3.18 |
| 2132 | 2026-05-12T01:22:40.938Z | Checking managed v0.8.0 |
| 2133 | 2026-05-12T01:22:40.978Z | Checking winnow v0.5.40 |
| 2134 | 2026-05-12T01:22:40.980Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2135 | 2026-05-12T01:22:41.051Z | Checking object v0.37.3 |
| 2136 | 2026-05-12T01:22:41.126Z | Checking foldhash v0.1.5 |
| 2137 | 2026-05-12T01:22:41.165Z | Checking bzip2 v0.4.4 |
| 2138 | 2026-05-12T01:22:41.290Z | Checking hashbrown v0.15.5 |
| 2139 | 2026-05-12T01:22:41.327Z | Checking signal-hook-mio v0.2.5 |
| 2140 | 2026-05-12T01:22:41.363Z | Checking globset v0.4.18 |
| 2141 | 2026-05-12T01:22:41.457Z | Checking ref-cast v1.0.25 |
| 2142 | 2026-05-12T01:22:41.565Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2143 | 2026-05-12T01:22:41.604Z | Checking zip v0.6.6 |
| 2144 | 2026-05-12T01:22:41.643Z | Checking pin-project v1.1.11 |
| 2145 | 2026-05-12T01:22:41.682Z | Checking libbz2-rs-sys v0.2.2 |
| 2146 | 2026-05-12T01:22:41.718Z | Checking zstd-safe v7.2.4 |
| 2147 | 2026-05-12T01:22:41.766Z | Checking bumpalo v3.20.2 |
| 2148 | 2026-05-12T01:22:41.769Z | Checking crossterm v0.28.1 |
| 2149 | 2026-05-12T01:22:41.840Z | Checking similar v2.7.0 |
| 2150 | 2026-05-12T01:22:41.908Z | Checking zstd v0.13.3 |
| 2151 | 2026-05-12T01:22:41.946Z | Checking tokio-stream v0.1.18 |
| 2152 | 2026-05-12T01:22:42.025Z | Checking zopfli v0.8.3 |
| 2153 | 2026-05-12T01:22:42.092Z | Checking bzip2 v0.6.1 |
| 2154 | 2026-05-12T01:22:42.131Z | Checking fs-err v3.3.0 |
| 2155 | 2026-05-12T01:22:42.134Z | Checking toml_edit v0.19.15 |
| 2156 | 2026-05-12T01:22:42.248Z | Checking pem v3.0.6 |
| 2157 | 2026-05-12T01:22:42.285Z | Checking hash32 v0.2.1 |
| 2158 | 2026-05-12T01:22:42.350Z | Checking serde-big-array v0.5.1 |
| 2159 | 2026-05-12T01:22:42.388Z | Checking jiff v0.2.21 |
| 2160 | 2026-05-12T01:22:42.432Z | Checking predicates-core v1.0.10 |
| 2161 | 2026-05-12T01:22:42.467Z | Checking unicode-properties v0.1.4 |
| 2162 | 2026-05-12T01:22:42.470Z | Checking unicode-bidi v0.3.18 |
| 2163 | 2026-05-12T01:22:42.537Z | Checking heapless v0.7.17 |
| 2164 | 2026-05-12T01:22:42.539Z | Checking snafu v0.8.9 |
| 2165 | 2026-05-12T01:22:42.609Z | Checking olpc-cjson v0.1.4 |
| 2166 | 2026-05-12T01:22:42.678Z | Checking hickory-proto v0.25.2 |
| 2167 | 2026-05-12T01:22:42.771Z | Checking md-5 v0.10.6 |
| 2168 | 2026-05-12T01:22:42.809Z | Checking serde_plain v1.0.2 |
| 2169 | 2026-05-12T01:22:42.844Z | Checking stringprep v0.1.5 |
| 2170 | 2026-05-12T01:22:42.934Z | Checking float-cmp v0.10.0 |
| 2171 | 2026-05-12T01:22:42.978Z | Checking difflib v0.4.0 |
| 2172 | 2026-05-12T01:22:43.015Z | Checking rustc-hash v2.1.1 |
| 2173 | 2026-05-12T01:22:43.051Z | Checking fallible-iterator v0.2.0 |
| 2174 | 2026-05-12T01:22:43.090Z | Checking typed-path v0.9.3 |
| 2175 | 2026-05-12T01:22:43.156Z | Checking normalize-line-endings v0.3.0 |
| 2176 | 2026-05-12T01:22:43.194Z | Checking iddqd v0.3.18 |
| 2177 | 2026-05-12T01:22:43.197Z | Checking toml v0.7.8 |
| 2178 | 2026-05-12T01:22:43.275Z | Checking predicates v3.1.4 |
| 2179 | 2026-05-12T01:22:43.340Z | Checking smoltcp v0.9.1 |
| 2180 | 2026-05-12T01:22:43.343Z | Checking postgres-protocol v0.6.10 |
| 2181 | 2026-05-12T01:22:43.565Z | Checking phf_shared v0.13.1 |
| 2182 | 2026-05-12T01:22:43.604Z | Checking phf_shared v0.11.3 |
| 2183 | 2026-05-12T01:22:43.716Z | Checking buf-list v1.1.2 |
| 2184 | 2026-05-12T01:22:43.774Z | Checking strum v0.27.2 |
| 2185 | 2026-05-12T01:22:43.814Z | Checking new_debug_unreachable v1.0.6 |
| 2186 | 2026-05-12T01:22:43.859Z | Checking tough v0.22.0 |
| 2187 | 2026-05-12T01:22:43.910Z | Checking lalrpop-util v0.19.12 |
| 2188 | 2026-05-12T01:22:43.948Z | Checking precomputed-hash v0.1.1 |
| 2189 | 2026-05-12T01:22:43.952Z | Checking fixedbitset v0.4.2 |
| 2190 | 2026-05-12T01:22:43.952Z | Checking fixedbitset v0.5.7 |
| 2191 | 2026-05-12T01:22:44.060Z | Checking string_cache v0.8.9 |
| 2192 | 2026-05-12T01:22:44.063Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2193 | 2026-05-12T01:22:44.131Z | Checking phf v0.13.1 |
| 2194 | 2026-05-12T01:22:44.192Z | Checking petgraph v0.6.5 |
| 2195 | 2026-05-12T01:22:44.230Z | Checking petgraph v0.8.3 |
| 2196 | 2026-05-12T01:22:44.268Z | Checking postgres-types v0.2.12 |
| 2197 | 2026-05-12T01:22:44.307Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2198 | 2026-05-12T01:22:44.584Z | Checking zip v4.6.1 |
| 2199 | 2026-05-12T01:22:44.623Z | Checking whoami v2.1.0 |
| 2200 | 2026-05-12T01:22:44.671Z | Checking peg-runtime v0.8.5 |
| 2201 | 2026-05-12T01:22:44.852Z | Checking tokio-postgres v0.7.16 |
| 2202 | 2026-05-12T01:22:45.005Z | Checking is-terminal v0.4.17 |
| 2203 | 2026-05-12T01:22:45.130Z | Checking crossbeam-channel v0.5.15 |
| 2204 | 2026-05-12T01:22:45.203Z | Compiling structmeta-derive v0.3.0 |
| 2205 | 2026-05-12T01:22:45.479Z | Checking thread_local v1.1.9 |
| 2206 | 2026-05-12T01:22:45.499Z | Checking take_mut v0.2.2 |
| 2207 | 2026-05-12T01:22:45.503Z | Checking term v1.2.1 |
| 2208 | 2026-05-12T01:22:45.633Z | Compiling newtype-uuid-macros v0.1.0 |
| 2209 | 2026-05-12T01:22:45.670Z | Checking slog-async v2.8.0 |
| 2210 | 2026-05-12T01:22:45.786Z | Checking slog-term v2.9.2 |
| 2211 | 2026-05-12T01:22:45.824Z | Compiling rustls v0.22.4 |
| 2212 | 2026-05-12T01:22:45.870Z | Compiling multer v3.1.0 |
| 2213 | 2026-05-12T01:22:45.910Z | Compiling async-stream-impl v0.3.6 |
| 2214 | 2026-05-12T01:22:46.072Z | Compiling dropshot v0.17.0 |
| 2215 | 2026-05-12T01:22:46.075Z | Compiling dropshot_endpoint v0.17.0 |
| 2216 | 2026-05-12T01:22:46.175Z | Checking match_cfg v0.1.0 |
| 2217 | 2026-05-12T01:22:46.221Z | Checking slog-json v2.6.1 |
| 2218 | 2026-05-12T01:22:46.270Z | Checking hostname v0.3.1 |
| 2219 | 2026-05-12T01:22:46.308Z | Compiling structmeta v0.3.0 |
| 2220 | 2026-05-12T01:22:46.431Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2221 | 2026-05-12T01:22:46.436Z | Checking slog-bunyan v2.5.0 |
| 2222 | 2026-05-12T01:22:46.447Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2223 | 2026-05-12T01:22:46.484Z | Checking debug-ignore v1.0.5 |
| 2224 | 2026-05-12T01:22:46.555Z | Compiling derive-ex v0.1.8 |
| 2225 | 2026-05-12T01:22:46.559Z | Checking rustls-webpki v0.102.8 |
| 2226 | 2026-05-12T01:22:46.629Z | Checking serde_spanned v1.0.4 |
| 2227 | 2026-05-12T01:22:46.665Z | Checking serde_path_to_error v0.1.20 |
| 2228 | 2026-05-12T01:22:46.701Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2229 | 2026-05-12T01:22:46.789Z | Checking compression-core v0.4.31 |
| 2230 | 2026-05-12T01:22:46.824Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2231 | 2026-05-12T01:22:46.873Z | Checking async-stream v0.3.6 |
| 2232 | 2026-05-12T01:22:46.963Z | Checking waitgroup v0.1.2 |
| 2233 | 2026-05-12T01:22:46.967Z | Checking compression-codecs v0.4.37 |
| 2234 | 2026-05-12T01:22:47.066Z | Checking rustls-pemfile v2.2.0 |
| 2235 | 2026-05-12T01:22:47.070Z | Checking toml v1.0.6+spec-1.1.0 |
| 2236 | 2026-05-12T01:22:47.136Z | Checking hostname v0.4.2 |
| 2237 | 2026-05-12T01:22:47.173Z | Checking progenitor-client v0.14.0 |
| 2238 | 2026-05-12T01:22:47.209Z | Checking async-compression v0.4.41 |
| 2239 | 2026-05-12T01:22:47.245Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2240 | 2026-05-12T01:22:47.281Z | Compiling parse-display-derive v0.10.0 |
| 2241 | 2026-05-12T01:22:47.382Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2242 | 2026-05-12T01:22:47.429Z | Checking regress v0.10.5 |
| 2243 | 2026-05-12T01:22:47.480Z | Checking itertools v0.14.0 |
| 2244 | 2026-05-12T01:22:47.552Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2245 | 2026-05-12T01:22:47.691Z | Checking macaddr v1.0.1 |
| 2246 | 2026-05-12T01:22:47.829Z | Checking instant v0.1.13 |
| 2247 | 2026-05-12T01:22:47.900Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2248 | 2026-05-12T01:22:47.946Z | Checking backoff v0.4.0 |
| 2249 | 2026-05-12T01:22:47.985Z | Checking backon v1.6.0 |
| 2250 | 2026-05-12T01:22:48.154Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2251 | 2026-05-12T01:22:48.158Z | Checking unicode-width v0.2.0 |
| 2252 | 2026-05-12T01:22:48.226Z | Checking progenitor-extras v0.2.0 |
| 2253 | 2026-05-12T01:22:48.263Z | Compiling test-strategy v0.4.5 |
| 2254 | 2026-05-12T01:22:48.465Z | Checking heck v0.5.0 |
| 2255 | 2026-05-12T01:22:48.503Z | Compiling convert_case v0.4.0 |
| 2256 | 2026-05-12T01:22:48.506Z | Checking tokio-rustls v0.25.0 |
| 2257 | 2026-05-12T01:22:48.574Z | Checking half v2.7.1 |
| 2258 | 2026-05-12T01:22:48.613Z | Checking ciborium-io v0.2.2 |
| 2259 | 2026-05-12T01:22:48.650Z | Checking secrecy v0.10.3 |
| 2260 | 2026-05-12T01:22:48.732Z | Compiling regress v0.11.1 |
| 2261 | 2026-05-12T01:22:48.805Z | Checking indent_write v2.2.0 |
| 2262 | 2026-05-12T01:22:48.850Z | Checking camino-tempfile v1.4.1 |
| 2263 | 2026-05-12T01:22:48.887Z | Checking ciborium-ll v0.2.2 |
| 2264 | 2026-05-12T01:22:48.924Z | Compiling derive_more v0.99.20 |
| 2265 | 2026-05-12T01:22:48.958Z | Checking universal-hash v0.5.1 |
| 2266 | 2026-05-12T01:22:48.994Z | Checking parse-display v0.10.0 |
| 2267 | 2026-05-12T01:22:49.034Z | Compiling unsafe-libyaml v0.2.11 |
| 2268 | 2026-05-12T01:22:49.085Z | Checking ciborium v0.2.2 |
| 2269 | 2026-05-12T01:22:49.121Z | Checking opaque-debug v0.3.1 |
| 2270 | 2026-05-12T01:22:49.216Z | Compiling crucible-workspace-hack v0.1.0 |
| 2271 | 2026-05-12T01:22:49.470Z | Checking aead v0.5.2 |
| 2272 | 2026-05-12T01:22:49.662Z | Compiling serde_yaml v0.9.34+deprecated |
| 2273 | 2026-05-12T01:22:49.700Z | Checking poly1305 v0.8.0 |
| 2274 | 2026-05-12T01:22:49.772Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2275 | 2026-05-12T01:22:49.839Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2276 | 2026-05-12T01:22:49.991Z | Checking chacha20 v0.9.1 |
| 2277 | 2026-05-12T01:22:50.179Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2278 | 2026-05-12T01:22:50.182Z | Checking password-hash v0.5.0 |
| 2279 | 2026-05-12T01:22:50.251Z | Checking blake2 v0.10.6 |
| 2280 | 2026-05-12T01:22:50.469Z | Compiling typify-impl v0.6.2 |
| 2281 | 2026-05-12T01:22:50.516Z | Checking argon2 v0.5.3 |
| 2282 | 2026-05-12T01:22:50.716Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2283 | 2026-05-12T01:22:50.895Z | Checking chacha20poly1305 v0.10.1 |
| 2284 | 2026-05-12T01:22:51.051Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2285 | 2026-05-12T01:22:51.165Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2286 | 2026-05-12T01:22:51.376Z | Checking byte-wrapper v0.1.0 |
| 2287 | 2026-05-12T01:22:51.414Z | Checking thiserror-no-std v2.0.2 |
| 2288 | 2026-05-12T01:22:51.485Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2289 | 2026-05-12T01:22:51.523Z | Checking swrite v0.1.0 |
| 2290 | 2026-05-12T01:22:51.558Z | Checking vsss-rs v3.3.4 |
| 2291 | 2026-05-12T01:22:51.613Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2292 | 2026-05-12T01:22:51.651Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2293 | 2026-05-12T01:22:51.748Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2294 | 2026-05-12T01:22:51.893Z | Checking crossbeam-deque v0.8.6 |
| 2295 | 2026-05-12T01:22:52.057Z | Compiling rayon-core v1.13.0 |
| 2296 | 2026-05-12T01:22:52.099Z | Checking toml v0.8.23 |
| 2297 | 2026-05-12T01:22:52.351Z | Compiling proc-macro-error v1.0.4 |
| 2298 | 2026-05-12T01:22:52.437Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2299 | 2026-05-12T01:22:52.661Z | Checking rayon v1.11.0 |
| 2300 | 2026-05-12T01:22:52.699Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2301 | 2026-05-12T01:22:52.702Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2302 | 2026-05-12T01:22:52.768Z | Checking glob v0.3.3 |
| 2303 | 2026-05-12T01:22:52.975Z | Checking unicode-width v0.1.14 |
| 2304 | 2026-05-12T01:22:53.063Z | Checking tabwriter v1.4.1 |
| 2305 | 2026-05-12T01:22:53.194Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2306 | 2026-05-12T01:22:53.237Z | Compiling heapless v0.8.0 |
| 2307 | 2026-05-12T01:22:53.273Z | Compiling ingot-macros v0.1.1 |
| 2308 | 2026-05-12T01:22:53.319Z | Compiling proc-macro-crate v3.4.0 |
| 2309 | 2026-05-12T01:22:53.747Z | Checking hash32 v0.3.1 |
| 2310 | 2026-05-12T01:22:53.794Z | Compiling smoltcp v0.11.0 |
| 2311 | 2026-05-12T01:22:53.861Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2312 | 2026-05-12T01:22:53.898Z | Checking cobs v0.3.0 |
| 2313 | 2026-05-12T01:22:54.070Z | Compiling usdt-attr-macro v0.5.0 |
| 2314 | 2026-05-12T01:22:54.140Z | Compiling usdt-macro v0.5.0 |
| 2315 | 2026-05-12T01:22:54.210Z | Checking memmap v0.7.0 |
| 2316 | 2026-05-12T01:22:54.254Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2317 | 2026-05-12T01:22:54.336Z | Checking colored v3.1.1 |
| 2318 | 2026-05-12T01:22:54.507Z | Checking postcard v1.1.3 |
| 2319 | 2026-05-12T01:22:54.566Z | Compiling num_enum_derive v0.7.5 |
| 2320 | 2026-05-12T01:22:54.857Z | Compiling proc-macro-crate v1.3.1 |
| 2321 | 2026-05-12T01:22:54.906Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2322 | 2026-05-12T01:22:54.910Z | Checking usdt v0.5.0 |
| 2323 | 2026-05-12T01:22:54.976Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2324 | 2026-05-12T01:22:55.014Z | Compiling typify-macro v0.6.2 |
| 2325 | 2026-05-12T01:22:55.130Z | Checking sigpipe v0.1.3 |
| 2326 | 2026-05-12T01:22:55.166Z | Compiling foreign-types-macros v0.2.3 |
| 2327 | 2026-05-12T01:22:55.238Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2328 | 2026-05-12T01:22:55.312Z | Checking cpufeatures v0.3.0 |
| 2329 | 2026-05-12T01:22:55.416Z | Checking foreign-types-shared v0.3.1 |
| 2330 | 2026-05-12T01:22:55.533Z | Checking chacha20 v0.10.0 |
| 2331 | 2026-05-12T01:22:55.569Z | Compiling num_enum_derive v0.5.11 |
| 2332 | 2026-05-12T01:22:55.665Z | Checking num_enum v0.7.5 |
| 2333 | 2026-05-12T01:22:55.797Z | Checking foreign-types v0.5.0 |
| 2334 | 2026-05-12T01:22:55.800Z | Checking cstr-argument v0.1.2 |
| 2335 | 2026-05-12T01:22:55.865Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2336 | 2026-05-12T01:22:55.906Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2337 | 2026-05-12T01:22:55.940Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2338 | 2026-05-12T01:22:55.991Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2339 | 2026-05-12T01:22:56.086Z | Checking ingot-types v0.1.2 |
| 2340 | 2026-05-12T01:22:56.179Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2341 | 2026-05-12T01:22:56.223Z | Checking rand v0.10.0 |
| 2342 | 2026-05-12T01:22:56.312Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2343 | 2026-05-12T01:22:56.366Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2344 | 2026-05-12T01:22:56.369Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2345 | 2026-05-12T01:22:56.442Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2346 | 2026-05-12T01:22:56.479Z | Checking ingot v0.1.1 |
| 2347 | 2026-05-12T01:22:56.547Z | Compiling zone_cfg_derive v0.3.1 |
| 2348 | 2026-05-12T01:22:56.584Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2349 | 2026-05-12T01:22:56.620Z | Checking num_enum v0.5.11 |
| 2350 | 2026-05-12T01:22:56.783Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2351 | 2026-05-12T01:22:56.787Z | Compiling typify v0.6.2 |
| 2352 | 2026-05-12T01:22:56.881Z | Checking itertools v0.12.1 |
| 2353 | 2026-05-12T01:22:56.945Z | Checking progenitor-impl v0.14.0 |
| 2354 | 2026-05-12T01:22:56.982Z | Compiling num-derive v0.4.2 |
| 2355 | 2026-05-12T01:22:57.200Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2356 | 2026-05-12T01:22:57.580Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2357 | 2026-05-12T01:22:57.650Z | Checking smf v0.2.3 |
| 2358 | 2026-05-12T01:22:57.763Z | Checking whoami v1.6.1 |
| 2359 | 2026-05-12T01:22:57.837Z | Checking tokio-dtrace v0.1.1 |
| 2360 | 2026-05-12T01:22:57.899Z | Checking zone v0.3.1 |
| 2361 | 2026-05-12T01:22:57.936Z | Compiling derive-where v1.6.0 |
| 2362 | 2026-05-12T01:22:57.970Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fefccc0623038371dbded0458f0645bee6b141cb#fefccc06) |
| 2363 | 2026-05-12T01:22:57.973Z | Checking console v0.15.11 |
| 2364 | 2026-05-12T01:22:58.050Z | Checking oxide-tokio-rt v0.1.4 |
| 2365 | 2026-05-12T01:22:58.107Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2366 | 2026-05-12T01:22:58.211Z | Checking atomicwrites v0.4.4 |
| 2367 | 2026-05-12T01:22:58.248Z | Checking newline-converter v0.3.0 |
| 2368 | 2026-05-12T01:22:58.280Z | Checking num-rational v0.4.2 |
| 2369 | 2026-05-12T01:22:58.315Z | Checking num-complex v0.4.6 |
| 2370 | 2026-05-12T01:22:58.364Z | Checking bytecount v0.6.9 |
| 2371 | 2026-05-12T01:22:58.400Z | Checking expectorate v1.2.0 |
| 2372 | 2026-05-12T01:22:58.496Z | Checking float-ord v0.3.2 |
| 2373 | 2026-05-12T01:22:58.555Z | Compiling progenitor-impl v0.13.0 |
| 2374 | 2026-05-12T01:22:58.592Z | Compiling owo-colors v4.3.0 |
| 2375 | 2026-05-12T01:22:58.671Z | Checking num v0.4.3 |
| 2376 | 2026-05-12T01:22:58.773Z | Checking progenitor-client v0.13.0 |
| 2377 | 2026-05-12T01:22:59.012Z | Compiling cancel-safe-futures v0.1.5 |
| 2378 | 2026-05-12T01:22:59.241Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2379 | 2026-05-12T01:22:59.280Z | Checking libsw-core v0.3.2 |
| 2380 | 2026-05-12T01:22:59.361Z | Compiling prettyplease v0.2.37 |
| 2381 | 2026-05-12T01:22:59.454Z | Checking libsw v3.5.0 |
| 2382 | 2026-05-12T01:22:59.550Z | Compiling progenitor-macro v0.14.0 |
| 2383 | 2026-05-12T01:22:59.648Z | Checking linear-map v1.2.0 |
| 2384 | 2026-05-12T01:22:59.811Z | Checking gethostname v0.5.0 |
| 2385 | 2026-05-12T01:22:59.856Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2386 | 2026-05-12T01:22:59.897Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2387 | 2026-05-12T01:22:59.932Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2388 | 2026-05-12T01:23:00.372Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2389 | 2026-05-12T01:23:00.609Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2390 | 2026-05-12T01:23:01.256Z | Compiling progenitor-macro v0.13.0 |
| 2391 | 2026-05-12T01:23:02.315Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2392 | 2026-05-12T01:23:03.301Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2393 | 2026-05-12T01:23:04.120Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2394 | 2026-05-12T01:23:04.493Z | Checking progenitor v0.14.0 |
| 2395 | 2026-05-12T01:23:04.950Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2396 | 2026-05-12T01:23:05.603Z | Checking smawk v0.3.2 |
| 2397 | 2026-05-12T01:23:05.723Z | Checking resolv-conf v0.7.6 |
| 2398 | 2026-05-12T01:23:05.761Z | Checking unicode-linebreak v0.1.5 |
| 2399 | 2026-05-12T01:23:05.987Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2400 | 2026-05-12T01:23:06.022Z | Checking papergrid v0.11.0 |
| 2401 | 2026-05-12T01:23:06.057Z | Compiling tabled_derive v0.7.0 |
| 2402 | 2026-05-12T01:23:06.163Z | Checking progenitor v0.13.0 |
| 2403 | 2026-05-12T01:23:06.224Z | Compiling convert_case v0.10.0 |
| 2404 | 2026-05-12T01:23:06.262Z | Compiling slog-dtrace v0.3.0 |
| 2405 | 2026-05-12T01:23:06.332Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2406 | 2026-05-12T01:23:06.443Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2407 | 2026-05-12T01:23:06.594Z | Compiling derive_more-impl v2.1.1 |
| 2408 | 2026-05-12T01:23:06.631Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2409 | 2026-05-12T01:23:07.031Z | Checking tabled v0.15.0 |
| 2410 | 2026-05-12T01:23:07.123Z | Checking fd-lock v4.0.4 |
| 2411 | 2026-05-12T01:23:07.268Z | Checking vte v0.14.1 |
| 2412 | 2026-05-12T01:23:07.305Z | Checking display-error-chain v0.2.2 |
| 2413 | 2026-05-12T01:23:07.308Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2414 | 2026-05-12T01:23:07.423Z | Checking derive_more v2.1.1 |
| 2415 | 2026-05-12T01:23:07.459Z | Checking strip-ansi-escapes v0.2.1 |
| 2416 | 2026-05-12T01:23:07.496Z | Checking termtree v0.5.1 |
| 2417 | 2026-05-12T01:23:07.530Z | Checking linked-hash-map v0.5.6 |
| 2418 | 2026-05-12T01:23:07.533Z | Checking nu-ansi-term v0.50.3 |
| 2419 | 2026-05-12T01:23:07.602Z | Checking crossterm v0.29.0 |
| 2420 | 2026-05-12T01:23:07.610Z | Checking textwrap v0.16.2 |
| 2421 | 2026-05-12T01:23:07.670Z | Checking hickory-proto v0.24.4 |
| 2422 | 2026-05-12T01:23:07.762Z | Checking lru-cache v0.1.2 |
| 2423 | 2026-05-12T01:23:07.798Z | Checking reedline v0.40.0 |
| 2424 | 2026-05-12T01:23:07.839Z | Compiling minimal-lexical v0.2.1 |
| 2425 | 2026-05-12T01:23:07.910Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2426 | 2026-05-12T01:23:08.119Z | Compiling nom v7.1.3 |
| 2427 | 2026-05-12T01:23:08.186Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2428 | 2026-05-12T01:23:08.223Z | Compiling ar_archive_writer v0.5.1 |
| 2429 | 2026-05-12T01:23:08.473Z | Checking humantime v2.3.0 |
| 2430 | 2026-05-12T01:23:08.693Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2431 | 2026-05-12T01:23:08.786Z | Checking csv-core v0.1.13 |
| 2432 | 2026-05-12T01:23:08.966Z | Compiling stacker v0.1.23 |
| 2433 | 2026-05-12T01:23:09.003Z | Checking csv v1.4.0 |
| 2434 | 2026-05-12T01:23:09.088Z | Compiling psm v0.1.30 |
| 2435 | 2026-05-12T01:23:09.171Z | Compiling semver v0.1.20 |
| 2436 | 2026-05-12T01:23:09.255Z | Checking highway v1.3.0 |
| 2437 | 2026-05-12T01:23:09.288Z | Compiling cfg_aliases v0.1.1 |
| 2438 | 2026-05-12T01:23:09.385Z | Compiling rustc_version v0.1.7 |
| 2439 | 2026-05-12T01:23:09.420Z | Compiling nix v0.28.0 |
| 2440 | 2026-05-12T01:23:09.454Z | Checking hickory-resolver v0.24.4 |
| 2441 | 2026-05-12T01:23:09.490Z | Checking nibble_vec v0.1.0 |
| 2442 | 2026-05-12T01:23:09.561Z | Checking endian-type v0.1.2 |
| 2443 | 2026-05-12T01:23:09.594Z | Checking home v0.5.12 |
| 2444 | 2026-05-12T01:23:09.667Z | Compiling newtype_derive v0.1.6 |
| 2445 | 2026-05-12T01:23:09.737Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2446 | 2026-05-12T01:23:09.740Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2447 | 2026-05-12T01:23:09.805Z | Checking radix_trie v0.2.1 |
| 2448 | 2026-05-12T01:23:09.906Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2449 | 2026-05-12T01:23:09.975Z | Checking phf_shared v0.12.1 |
| 2450 | 2026-05-12T01:23:10.075Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2451 | 2026-05-12T01:23:10.110Z | Compiling chrono-tz v0.10.4 |
| 2452 | 2026-05-12T01:23:10.144Z | Checking phf v0.12.1 |
| 2453 | 2026-05-12T01:23:10.219Z | Checking qorb v0.4.1 |
| 2454 | 2026-05-12T01:23:10.393Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2455 | 2026-05-12T01:23:10.429Z | Compiling const_format_proc_macros v0.2.34 |
| 2456 | 2026-05-12T01:23:10.432Z | Compiling peg-macros v0.8.5 |
| 2457 | 2026-05-12T01:23:10.507Z | Checking recursive v0.1.1 |
| 2458 | 2026-05-12T01:23:10.602Z | Checking winnow v0.6.26 |
| 2459 | 2026-05-12T01:23:10.640Z | Compiling sqlparser_derive v0.5.0 |
| 2460 | 2026-05-12T01:23:11.157Z | Checking unicode_categories v0.1.1 |
| 2461 | 2026-05-12T01:23:11.232Z | Checking rustyline v14.0.0 |
| 2462 | 2026-05-12T01:23:11.282Z | Checking const_format v0.2.35 |
| 2463 | 2026-05-12T01:23:11.417Z | Checking sqlparser v0.61.0 |
| 2464 | 2026-05-12T01:23:11.755Z | Checking sqlformat v0.3.5 |
| 2465 | 2026-05-12T01:23:11.849Z | Checking peg v0.8.5 |
| 2466 | 2026-05-12T01:23:11.979Z | Checking bcs v0.1.6 |
| 2467 | 2026-05-12T01:23:12.049Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2468 | 2026-05-12T01:23:12.214Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2469 | 2026-05-12T01:23:12.251Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2470 | 2026-05-12T01:23:12.286Z | Checking steno v0.4.1 |
| 2471 | 2026-05-12T01:23:12.444Z | Checking filetime v0.2.27 |
| 2472 | 2026-05-12T01:23:12.533Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2473 | 2026-05-12T01:23:12.607Z | Checking xattr v1.6.1 |
| 2474 | 2026-05-12T01:23:12.768Z | Checking tar v0.4.45 |
| 2475 | 2026-05-12T01:23:13.175Z | Checking subprocess v0.2.15 |
| 2476 | 2026-05-12T01:23:13.215Z | Checking base64 v0.21.7 |
| 2477 | 2026-05-12T01:23:13.219Z | Checking headers-core v0.3.0 |
| 2478 | 2026-05-12T01:23:13.290Z | Checking yasna v0.5.2 |
| 2479 | 2026-05-12T01:23:13.385Z | Checking headers v0.4.1 |
| 2480 | 2026-05-12T01:23:13.517Z | Checking dropshot-api-manager-types v0.7.1 |
| 2481 | 2026-05-12T01:23:13.743Z | Checking rcgen v0.12.1 |
| 2482 | 2026-05-12T01:23:13.746Z | Checking tagptr v0.2.0 |
| 2483 | 2026-05-12T01:23:13.860Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2484 | 2026-05-12T01:23:13.941Z | Checking moka v0.12.13 |
| 2485 | 2026-05-12T01:23:14.060Z | Checking utf-8 v0.7.6 |
| 2486 | 2026-05-12T01:23:14.096Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2487 | 2026-05-12T01:23:14.225Z | Compiling libefi-sys v0.1.0 |
| 2488 | 2026-05-12T01:23:14.274Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2489 | 2026-05-12T01:23:14.495Z | Compiling bitfield-struct v0.6.2 |
| 2490 | 2026-05-12T01:23:14.619Z | Checking hickory-resolver v0.25.2 |
| 2491 | 2026-05-12T01:23:14.754Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2492 | 2026-05-12T01:23:14.833Z | Compiling radium v0.7.0 |
| 2493 | 2026-05-12T01:23:14.880Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2494 | 2026-05-12T01:23:15.067Z | Checking tungstenite v0.21.0 |
| 2495 | 2026-05-12T01:23:15.168Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2496 | 2026-05-12T01:23:15.211Z | Checking tap v1.0.1 |
| 2497 | 2026-05-12T01:23:15.289Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2498 | 2026-05-12T01:23:15.347Z | Compiling maybe-uninit v2.0.0 |
| 2499 | 2026-05-12T01:23:15.396Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2500 | 2026-05-12T01:23:15.434Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2501 | 2026-05-12T01:23:15.526Z | Checking tokio-tungstenite v0.21.0 |
| 2502 | 2026-05-12T01:23:15.695Z | Checking wyz v0.5.1 |
| 2503 | 2026-05-12T01:23:15.827Z | Compiling zerocopy-derive v0.6.6 |
| 2504 | 2026-05-12T01:23:15.880Z | Checking crc-catalog v2.4.0 |
| 2505 | 2026-05-12T01:23:15.915Z | Checking funty v2.0.0 |
| 2506 | 2026-05-12T01:23:15.950Z | Compiling packed_struct v0.10.1 |
| 2507 | 2026-05-12T01:23:16.018Z | Checking crc v3.4.0 |
| 2508 | 2026-05-12T01:23:16.080Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2509 | 2026-05-12T01:23:16.191Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2510 | 2026-05-12T01:23:16.226Z | Compiling packed_struct_codegen v0.10.1 |
| 2511 | 2026-05-12T01:23:16.290Z | Checking bitvec v1.0.1 |
| 2512 | 2026-05-12T01:23:16.334Z | Compiling bitfield-macros v0.19.4 |
| 2513 | 2026-05-12T01:23:16.684Z | Checking zerocopy v0.6.6 |
| 2514 | 2026-05-12T01:23:17.010Z | Compiling indexmap v1.9.3 |
| 2515 | 2026-05-12T01:23:17.050Z | Checking nodrop v0.1.14 |
| 2516 | 2026-05-12T01:23:17.084Z | Checking bitfield v0.19.4 |
| 2517 | 2026-05-12T01:23:17.171Z | Checking array-init v0.0.4 |
| 2518 | 2026-05-12T01:23:17.281Z | Checking smallvec v0.6.14 |
| 2519 | 2026-05-12T01:23:17.323Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2520 | 2026-05-12T01:23:17.381Z | Checking hashbrown v0.12.3 |
| 2521 | 2026-05-12T01:23:17.500Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2522 | 2026-05-12T01:23:17.535Z | Checking serde-hex v0.1.0 |
| 2523 | 2026-05-12T01:23:17.689Z | Checking ron v0.8.1 |
| 2524 | 2026-05-12T01:23:18.135Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2525 | 2026-05-12T01:23:18.171Z | Checking hashbrown v0.13.2 |
| 2526 | 2026-05-12T01:23:18.236Z | Checking crc-any v2.5.0 |
| 2527 | 2026-05-12T01:23:18.402Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2528 | 2026-05-12T01:23:18.439Z | Checking path-slash v0.1.5 |
| 2529 | 2026-05-12T01:23:18.569Z | Compiling xshell-macros v0.2.7 |
| 2530 | 2026-05-12T01:23:18.606Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2531 | 2026-05-12T01:23:18.639Z | Checking object v0.30.4 |
| 2532 | 2026-05-12T01:23:18.673Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2533 | 2026-05-12T01:23:18.901Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2534 | 2026-05-12T01:23:18.970Z | Checking xshell v0.2.7 |
| 2535 | 2026-05-12T01:23:19.006Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2536 | 2026-05-12T01:23:19.042Z | Checking half v1.8.3 |
| 2537 | 2026-05-12T01:23:19.187Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2538 | 2026-05-12T01:23:19.263Z | Checking serde_cbor v0.11.2 |
| 2539 | 2026-05-12T01:23:19.714Z | Compiling num-derive v0.3.3 |
| 2540 | 2026-05-12T01:23:19.750Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2541 | 2026-05-12T01:23:19.959Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2542 | 2026-05-12T01:23:20.167Z | Compiling proc-macro-error2 v2.0.1 |
| 2543 | 2026-05-12T01:23:20.211Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2544 | 2026-05-12T01:23:20.525Z | Compiling tabled_derive v0.11.0 |
| 2545 | 2026-05-12T01:23:20.608Z | Checking papergrid v0.17.0 |
| 2546 | 2026-05-12T01:23:20.642Z | Checking libscf-sys v1.1.0 |
| 2547 | 2026-05-12T01:23:20.801Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2548 | 2026-05-12T01:23:20.835Z | Checking testing_table v0.3.0 |
| 2549 | 2026-05-12T01:23:20.958Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2550 | 2026-05-12T01:23:21.038Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2551 | 2026-05-12T01:23:21.418Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2552 | 2026-05-12T01:23:21.454Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2553 | 2026-05-12T01:23:21.488Z | Checking crc8 v0.1.1 |
| 2554 | 2026-05-12T01:23:21.615Z | Checking maplit v1.0.2 |
| 2555 | 2026-05-12T01:23:21.726Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2556 | 2026-05-12T01:23:21.728Z | Checking tabled v0.20.0 |
| 2557 | 2026-05-12T01:23:21.761Z | Checking fxhash v0.2.1 |
| 2558 | 2026-05-12T01:23:21.827Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2559 | 2026-05-12T01:23:21.948Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2560 | 2026-05-12T01:23:22.204Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2561 | 2026-05-12T01:23:22.470Z | Checking unicase v2.9.0 |
| 2562 | 2026-05-12T01:23:22.564Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2563 | 2026-05-12T01:23:22.659Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2564 | 2026-05-12T01:23:22.820Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2565 | 2026-05-12T01:23:23.023Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2566 | 2026-05-12T01:23:23.059Z | Checking kstat-rs v0.2.4 |
| 2567 | 2026-05-12T01:23:23.182Z | Compiling vergen-lib v0.1.6 |
| 2568 | 2026-05-12T01:23:23.187Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2569 | 2026-05-12T01:23:23.275Z | Compiling diesel_derives v2.3.7 |
| 2570 | 2026-05-12T01:23:23.311Z | Checking scheduled-thread-pool v0.2.7 |
| 2571 | 2026-05-12T01:23:23.448Z | Compiling dsl_auto_type v0.2.0 |
| 2572 | 2026-05-12T01:23:23.483Z | Compiling vergen-gitcl v1.0.8 |
| 2573 | 2026-05-12T01:23:23.563Z | Checking arc-swap v1.8.2 |
| 2574 | 2026-05-12T01:23:23.703Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2575 | 2026-05-12T01:23:23.820Z | Compiling parking_lot_core v0.8.6 |
| 2576 | 2026-05-12T01:23:23.900Z | Checking slog-scope v4.4.1 |
| 2577 | 2026-05-12T01:23:23.986Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2578 | 2026-05-12T01:23:24.031Z | Checking r2d2 v0.8.10 |
| 2579 | 2026-05-12T01:23:24.181Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2580 | 2026-05-12T01:23:24.239Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2581 | 2026-05-12T01:23:24.583Z | Compiling git-stub v1.0.0 |
| 2582 | 2026-05-12T01:23:24.782Z | Checking downcast-rs v2.0.2 |
| 2583 | 2026-05-12T01:23:24.888Z | Compiling git-stub-vcs v0.1.0 |
| 2584 | 2026-05-12T01:23:25.088Z | Checking slog-stdlog v4.1.1 |
| 2585 | 2026-05-12T01:23:25.139Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2586 | 2026-05-12T01:23:25.189Z | Checking parking_lot v0.11.2 |
| 2587 | 2026-05-12T01:23:25.245Z | Checking slog-envlogger v2.2.0 |
| 2588 | 2026-05-12T01:23:25.278Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2589 | 2026-05-12T01:23:25.408Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2590 | 2026-05-12T01:23:25.411Z | Checking prefix-trie v0.7.0 |
| 2591 | 2026-05-12T01:23:25.479Z | Checking sled v0.34.7 |
| 2592 | 2026-05-12T01:23:25.512Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2593 | 2026-05-12T01:23:25.546Z | Checking nanorand v0.7.0 |
| 2594 | 2026-05-12T01:23:25.673Z | Compiling dirs-sys-next v0.1.2 |
| 2595 | 2026-05-12T01:23:25.708Z | Compiling salty v0.3.0 |
| 2596 | 2026-05-12T01:23:25.774Z | Compiling crunchy v0.2.4 |
| 2597 | 2026-05-12T01:23:25.809Z | Checking hickory-server v0.25.2 |
| 2598 | 2026-05-12T01:23:25.842Z | Compiling dirs-next v2.0.0 |
| 2599 | 2026-05-12T01:23:26.000Z | Checking flume v0.11.1 |
| 2600 | 2026-05-12T01:23:26.003Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2601 | 2026-05-12T01:23:26.068Z | Compiling clang-sys v1.8.1 |
| 2602 | 2026-05-12T01:23:26.144Z | Compiling typify-impl v0.4.3 |
| 2603 | 2026-05-12T01:23:26.266Z | Checking primeorder v0.13.6 |
| 2604 | 2026-05-12T01:23:26.481Z | Compiling tiny-keccak v2.0.2 |
| 2605 | 2026-05-12T01:23:26.704Z | Compiling term v0.7.0 |
| 2606 | 2026-05-12T01:23:26.771Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2607 | 2026-05-12T01:23:26.808Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2608 | 2026-05-12T01:23:26.953Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2609 | 2026-05-12T01:23:27.108Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2610 | 2026-05-12T01:23:27.241Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2611 | 2026-05-12T01:23:27.316Z | Compiling bit-vec v0.6.3 |
| 2612 | 2026-05-12T01:23:27.455Z | Compiling ascii-canvas v3.0.0 |
| 2613 | 2026-05-12T01:23:27.563Z | Compiling bit-set v0.5.3 |
| 2614 | 2026-05-12T01:23:27.766Z | Compiling itertools v0.10.5 |
| 2615 | 2026-05-12T01:23:27.847Z | Compiling ena v0.14.4 |
| 2616 | 2026-05-12T01:23:27.904Z | Compiling libloading v0.8.9 |
| 2617 | 2026-05-12T01:23:28.093Z | Compiling fs-err v2.11.0 |
| 2618 | 2026-05-12T01:23:28.150Z | Compiling regex-syntax v0.6.29 |
| 2619 | 2026-05-12T01:23:28.185Z | Compiling diff v0.1.13 |
| 2620 | 2026-05-12T01:23:28.188Z | Compiling bindgen v0.71.1 |
| 2621 | 2026-05-12T01:23:28.484Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2622 | 2026-05-12T01:23:28.709Z | Checking p384 v0.13.1 |
| 2623 | 2026-05-12T01:23:28.816Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2624 | 2026-05-12T01:23:28.851Z | Compiling cexpr v0.6.0 |
| 2625 | 2026-05-12T01:23:29.151Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2626 | 2026-05-12T01:23:29.368Z | Checking diesel v2.3.7 |
| 2627 | 2026-05-12T01:23:29.513Z | Compiling lalrpop v0.19.12 |
| 2628 | 2026-05-12T01:23:29.779Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2629 | 2026-05-12T01:23:30.294Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2630 | 2026-05-12T01:23:30.696Z | Compiling typify-macro v0.4.3 |
| 2631 | 2026-05-12T01:23:31.316Z | Compiling libxml v0.3.3 |
| 2632 | 2026-05-12T01:23:31.570Z | Checking parse-size v1.1.0 |
| 2633 | 2026-05-12T01:23:31.733Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2634 | 2026-05-12T01:23:31.776Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2635 | 2026-05-12T01:23:32.174Z | Compiling strum_macros v0.24.3 |
| 2636 | 2026-05-12T01:23:32.388Z | Checking assert_matches v1.5.0 |
| 2637 | 2026-05-12T01:23:32.423Z | Compiling typify v0.4.3 |
| 2638 | 2026-05-12T01:23:32.563Z | Compiling progenitor-impl v0.11.2 |
| 2639 | 2026-05-12T01:23:32.598Z | Compiling indoc v1.0.9 |
| 2640 | 2026-05-12T01:23:33.542Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2641 | 2026-05-12T01:23:33.576Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2642 | 2026-05-12T01:23:33.656Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2643 | 2026-05-12T01:23:33.798Z | Checking predicates-tree v1.0.13 |
| 2644 | 2026-05-12T01:23:33.944Z | Checking progenitor-client v0.11.2 |
| 2645 | 2026-05-12T01:23:34.216Z | Checking derive_builder v0.20.2 |
| 2646 | 2026-05-12T01:23:34.219Z | Checking quick-xml v0.37.5 |
| 2647 | 2026-05-12T01:23:34.362Z | Compiling oso-derive v0.27.3 |
| 2648 | 2026-05-12T01:23:34.537Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2649 | 2026-05-12T01:23:34.930Z | Compiling trait-variant v0.1.2 |
| 2650 | 2026-05-12T01:23:35.195Z | Compiling progenitor-macro v0.11.2 |
| 2651 | 2026-05-12T01:23:35.230Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2652 | 2026-05-12T01:23:35.457Z | Checking openssl-probe v0.1.6 |
| 2653 | 2026-05-12T01:23:35.511Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 2654 | 2026-05-12T01:23:35.643Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2655 | 2026-05-12T01:23:36.109Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2656 | 2026-05-12T01:23:36.184Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2657 | 2026-05-12T01:23:36.309Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2658 | 2026-05-12T01:23:38.110Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2659 | 2026-05-12T01:23:38.149Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2660 | 2026-05-12T01:23:38.751Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2661 | 2026-05-12T01:23:39.817Z | Compiling mime_guess v2.0.5 |
| 2662 | 2026-05-12T01:23:40.101Z | Checking progenitor v0.11.2 |
| 2663 | 2026-05-12T01:23:40.158Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2664 | 2026-05-12T01:23:40.273Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2665 | 2026-05-12T01:23:40.564Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2666 | 2026-05-12T01:23:40.861Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2667 | 2026-05-12T01:23:40.980Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2668 | 2026-05-12T01:23:41.199Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2669 | 2026-05-12T01:23:41.236Z | Checking corncobs v0.1.4 |
| 2670 | 2026-05-12T01:23:41.271Z | Checking http-range v0.1.5 |
| 2671 | 2026-05-12T01:23:41.397Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2672 | 2026-05-12T01:23:41.513Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2673 | 2026-05-12T01:23:41.695Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2674 | 2026-05-12T01:23:41.774Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2675 | 2026-05-12T01:23:41.882Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2676 | 2026-05-12T01:23:41.973Z | Checking ignore v0.4.25 |
| 2677 | 2026-05-12T01:23:42.069Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2678 | 2026-05-12T01:23:42.402Z | Checking secrecy v0.8.0 |
| 2679 | 2026-05-12T01:23:42.490Z | Checking atty v0.2.14 |
| 2680 | 2026-05-12T01:23:42.619Z | Checking globwalk v0.9.1 |
| 2681 | 2026-05-12T01:23:42.837Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2682 | 2026-05-12T01:23:43.015Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2683 | 2026-05-12T01:23:43.157Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fefccc0623038371dbded0458f0645bee6b141cb#fefccc06) |
| 2684 | 2026-05-12T01:23:43.235Z | Checking bb8 v0.8.6 |
| 2685 | 2026-05-12T01:23:43.350Z | Checking diesel-dtrace v0.5.0 |
| 2686 | 2026-05-12T01:23:43.542Z | Checking async-bb8-diesel v0.2.1 |
| 2687 | 2026-05-12T01:23:43.676Z | Checking hyper-staticfile v0.10.1 |
| 2688 | 2026-05-12T01:23:43.760Z | Checking camino-tempfile-ext v0.3.3 |
| 2689 | 2026-05-12T01:23:43.923Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2690 | 2026-05-12T01:23:44.001Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2691 | 2026-05-12T01:23:44.073Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2692 | 2026-05-12T01:23:44.247Z | Checking signal-hook-tokio v0.3.1 |
| 2693 | 2026-05-12T01:23:44.287Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2694 | 2026-05-12T01:23:44.451Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2695 | 2026-05-12T01:23:44.552Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2696 | 2026-05-12T01:23:44.587Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2697 | 2026-05-12T01:23:44.910Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2698 | 2026-05-12T01:23:45.449Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2699 | 2026-05-12T01:23:45.486Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2700 | 2026-05-12T01:23:45.703Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2701 | 2026-05-12T01:23:45.833Z | Checking nonempty v0.12.0 |
| 2702 | 2026-05-12T01:23:45.904Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2703 | 2026-05-12T01:23:46.013Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2704 | 2026-05-12T01:23:46.049Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2705 | 2026-05-12T01:23:46.052Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2706 | 2026-05-12T01:23:46.437Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2707 | 2026-05-12T01:23:46.481Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2708 | 2026-05-12T01:23:46.851Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2709 | 2026-05-12T01:23:46.887Z | Checking tungstenite v0.23.0 |
| 2710 | 2026-05-12T01:23:47.153Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2711 | 2026-05-12T01:23:47.354Z | Checking tokio-tungstenite v0.23.1 |
| 2712 | 2026-05-12T01:23:47.652Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2713 | 2026-05-12T01:23:47.991Z | Checking rand_seeder v0.4.0 |
| 2714 | 2026-05-12T01:23:48.026Z | Checking void v1.0.2 |
| 2715 | 2026-05-12T01:23:48.167Z | Checking lzss v0.8.2 |
| 2716 | 2026-05-12T01:23:48.203Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2717 | 2026-05-12T01:23:48.331Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2718 | 2026-05-12T01:23:48.392Z | Checking nix v0.27.1 |
| 2719 | 2026-05-12T01:23:48.528Z | Checking serde_bytes v0.11.19 |
| 2720 | 2026-05-12T01:23:48.606Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2721 | 2026-05-12T01:23:48.735Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2722 | 2026-05-12T01:23:48.804Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2723 | 2026-05-12T01:23:48.841Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2724 | 2026-05-12T01:23:48.929Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2725 | 2026-05-12T01:23:49.442Z | Checking is_ci v1.2.0 |
| 2726 | 2026-05-12T01:23:49.564Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2727 | 2026-05-12T01:23:49.599Z | Checking yansi v1.0.1 |
| 2728 | 2026-05-12T01:23:49.767Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2729 | 2026-05-12T01:23:49.907Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2730 | 2026-05-12T01:23:50.046Z | Checking pretty_assertions v1.4.1 |
| 2731 | 2026-05-12T01:23:50.176Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2732 | 2026-05-12T01:23:50.214Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2733 | 2026-05-12T01:23:50.345Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2734 | 2026-05-12T01:23:50.471Z | Compiling darling_core v0.23.0 |
| 2735 | 2026-05-12T01:23:51.747Z | Compiling indoc v2.0.7 |
| 2736 | 2026-05-12T01:23:51.750Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2737 | 2026-05-12T01:23:51.902Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2738 | 2026-05-12T01:23:52.006Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2739 | 2026-05-12T01:23:52.226Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2740 | 2026-05-12T01:23:52.457Z | Compiling instability v0.3.11 |
| 2741 | 2026-05-12T01:23:52.620Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2742 | 2026-05-12T01:23:52.836Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2743 | 2026-05-12T01:23:52.881Z | Compiling libz-sys v1.1.24 |
| 2744 | 2026-05-12T01:23:53.004Z | Compiling darling_macro v0.23.0 |
| 2745 | 2026-05-12T01:23:53.289Z | Checking castaway v0.2.4 |
| 2746 | 2026-05-12T01:23:53.455Z | Checking compact_str v0.8.1 |
| 2747 | 2026-05-12T01:23:53.492Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2748 | 2026-05-12T01:23:53.527Z | Compiling darling v0.23.0 |
| 2749 | 2026-05-12T01:23:53.869Z | Checking supports-color v3.0.2 |
| 2750 | 2026-05-12T01:23:54.036Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2751 | 2026-05-12T01:23:54.134Z | Checking unicode-truncate v1.1.0 |
| 2752 | 2026-05-12T01:23:54.262Z | Checking console v0.16.2 |
| 2753 | 2026-05-12T01:23:54.318Z | Checking lru v0.12.5 |
| 2754 | 2026-05-12T01:23:54.370Z | Checking cassowary v0.3.0 |
| 2755 | 2026-05-12T01:23:54.509Z | Checking unit-prefix v0.5.2 |
| 2756 | 2026-05-12T01:23:54.622Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2757 | 2026-05-12T01:23:54.625Z | Checking ratatui v0.29.0 |
| 2758 | 2026-05-12T01:23:54.693Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2759 | 2026-05-12T01:23:54.726Z | Checking indicatif v0.18.4 |
| 2760 | 2026-05-12T01:23:54.875Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2761 | 2026-05-12T01:23:55.312Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2762 | 2026-05-12T01:23:56.028Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2763 | 2026-05-12T01:23:56.260Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2764 | 2026-05-12T01:23:56.553Z | Compiling vergen-git2 v9.1.0 |
| 2765 | 2026-05-12T01:23:56.586Z | Checking plotters-backend v0.3.7 |
| 2766 | 2026-05-12T01:23:56.620Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2767 | 2026-05-12T01:23:56.820Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2768 | 2026-05-12T01:23:56.823Z | Checking plotters-svg v0.3.7 |
| 2769 | 2026-05-12T01:23:56.891Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2770 | 2026-05-12T01:23:57.026Z | Checking colored v2.2.0 |
| 2771 | 2026-05-12T01:23:57.062Z | Checking shell-words v1.1.1 |
| 2772 | 2026-05-12T01:23:57.214Z | Checking cast v0.3.0 |
| 2773 | 2026-05-12T01:23:57.257Z | Compiling rustls v0.21.12 |
| 2774 | 2026-05-12T01:23:57.399Z | Checking criterion-plot v0.6.0 |
| 2775 | 2026-05-12T01:23:57.556Z | Checking plotters v0.3.7 |
| 2776 | 2026-05-12T01:23:57.647Z | Checking typeid v1.0.3 |
| 2777 | 2026-05-12T01:23:57.680Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2778 | 2026-05-12T01:23:57.783Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2779 | 2026-05-12T01:23:58.010Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2780 | 2026-05-12T01:23:58.237Z | Checking rustls-webpki v0.101.7 |
| 2781 | 2026-05-12T01:23:58.322Z | Checking sct v0.7.1 |
| 2782 | 2026-05-12T01:23:58.490Z | Checking tinytemplate v1.2.1 |
| 2783 | 2026-05-12T01:23:58.606Z | Checking hex-literal v0.4.1 |
| 2784 | 2026-05-12T01:23:58.640Z | Checking oorandom v11.1.5 |
| 2785 | 2026-05-12T01:23:58.736Z | Checking anes v0.1.6 |
| 2786 | 2026-05-12T01:23:58.739Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2787 | 2026-05-12T01:23:58.948Z | Checking criterion v0.7.0 |
| 2788 | 2026-05-12T01:24:00.244Z | Checking erased-serde v0.4.9 |
| 2789 | 2026-05-12T01:24:00.288Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2790 | 2026-05-12T01:24:00.628Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2791 | 2026-05-12T01:24:01.421Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2792 | 2026-05-12T01:24:02.238Z | Checking ordered-float v2.10.1 |
| 2793 | 2026-05-12T01:24:02.509Z | Checking serde-value v0.7.0 |
| 2794 | 2026-05-12T01:24:02.756Z | Checking serde-untagged v0.1.9 |
| 2795 | 2026-05-12T01:24:02.996Z | Checking tokio-rustls v0.24.1 |
| 2796 | 2026-05-12T01:24:03.233Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2797 | 2026-05-12T01:24:03.355Z | Checking rustls-pemfile v1.0.4 |
| 2798 | 2026-05-12T01:24:03.458Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fefccc0623038371dbded0458f0645bee6b141cb#fefccc06) |
| 2799 | 2026-05-12T01:24:03.526Z | Checking twox-hash v2.1.2 |
| 2800 | 2026-05-12T01:24:03.855Z | Checking unicode-xid v0.2.6 |
| 2801 | 2026-05-12T01:24:03.999Z | Checking cargo-util-schemas v0.8.2 |
| 2802 | 2026-05-12T01:24:04.507Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2803 | 2026-05-12T01:24:04.942Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2804 | 2026-05-12T01:24:05.144Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2805 | 2026-05-12T01:24:05.326Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2806 | 2026-05-12T01:24:05.689Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2807 | 2026-05-12T01:24:05.887Z | Checking fatfs v0.3.6 |
| 2808 | 2026-05-12T01:24:06.383Z | Checking cargo-platform v0.2.0 |
| 2809 | 2026-05-12T01:24:06.604Z | Compiling petname v2.0.2 |
| 2810 | 2026-05-12T01:24:06.641Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2811 | 2026-05-12T01:24:07.117Z | Compiling seq-macro v0.3.6 |
| 2812 | 2026-05-12T01:24:07.789Z | Checking cargo_metadata v0.21.0 |
| 2813 | 2026-05-12T01:24:07.825Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2814 | 2026-05-12T01:24:07.985Z | Checking concurrent-queue v2.5.0 |
| 2815 | 2026-05-12T01:24:08.201Z | Checking rtoolbox v0.0.3 |
| 2816 | 2026-05-12T01:24:08.370Z | Checking parking v2.2.1 |
| 2817 | 2026-05-12T01:24:08.526Z | Checking event-listener v5.4.1 |
| 2818 | 2026-05-12T01:24:08.560Z | Checking rpassword v7.4.0 |
| 2819 | 2026-05-12T01:24:08.734Z | Checking tui-tree-widget v0.23.1 |
| 2820 | 2026-05-12T01:24:08.771Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2821 | 2026-05-12T01:24:08.950Z | Checking polyval v0.6.2 |
| 2822 | 2026-05-12T01:24:08.996Z | Checking sapling-renderdag v0.1.0 |
| 2823 | 2026-05-12T01:24:09.106Z | Checking sync-ptr v0.1.4 |
| 2824 | 2026-05-12T01:24:09.149Z | Checking ghash v0.5.1 |
| 2825 | 2026-05-12T01:24:09.253Z | Checking event-listener-strategy v0.5.4 |
| 2826 | 2026-05-12T01:24:09.256Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2827 | 2026-05-12T01:24:09.323Z | Checking ctr v0.9.2 |
| 2828 | 2026-05-12T01:24:09.420Z | Checking arrayref v0.3.9 |
| 2829 | 2026-05-12T01:24:09.509Z | Checking futures-timer v3.0.3 |
| 2830 | 2026-05-12T01:24:09.545Z | Checking constant_time_eq v0.4.2 |
| 2831 | 2026-05-12T01:24:09.548Z | Checking arrayvec v0.7.6 |
| 2832 | 2026-05-12T01:24:09.725Z | Checking aes-gcm v0.10.3 |
| 2833 | 2026-05-12T01:24:09.807Z | Checking async-lock v3.4.2 |
| 2834 | 2026-05-12T01:24:09.839Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2835 | 2026-05-12T01:24:09.914Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2836 | 2026-05-12T01:24:10.222Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2837 | 2026-05-12T01:24:10.818Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2838 | 2026-05-12T01:24:10.913Z | Checking ssh-encoding v0.2.0 |
| 2839 | 2026-05-12T01:24:11.139Z | Checking blowfish v0.9.1 |
| 2840 | 2026-05-12T01:24:11.323Z | Checking bcrypt-pbkdf v0.10.0 |
| 2841 | 2026-05-12T01:24:11.523Z | Checking ssh-cipher v0.2.0 |
| 2842 | 2026-05-12T01:24:11.656Z | Compiling samael v0.0.19 |
| 2843 | 2026-05-12T01:24:11.727Z | Checking async-object-pool v0.2.0 |
| 2844 | 2026-05-12T01:24:11.871Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2845 | 2026-05-12T01:24:12.014Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2846 | 2026-05-12T01:24:12.259Z | Checking serde_regex v1.1.0 |
| 2847 | 2026-05-12T01:24:12.465Z | Checking password-hash v0.4.2 |
| 2848 | 2026-05-12T01:24:12.642Z | Checking assert-json-diff v2.0.2 |
| 2849 | 2026-05-12T01:24:12.739Z | Checking path-tree v0.8.3 |
| 2850 | 2026-05-12T01:24:12.739Z | Checking stringmetrics v2.2.2 |
| 2851 | 2026-05-12T01:24:12.843Z | Checking gimli v0.32.3 |
| 2852 | 2026-05-12T01:24:12.953Z | Compiling target-lexicon v0.13.3 |
| 2853 | 2026-05-12T01:24:12.956Z | Checking httpmock v0.8.3 |
| 2854 | 2026-05-12T01:24:13.563Z | Checking pbkdf2 v0.11.0 |
| 2855 | 2026-05-12T01:24:13.770Z | Checking ssh-key v0.6.7 |
| 2856 | 2026-05-12T01:24:14.382Z | Checking addr2line v0.25.1 |
| 2857 | 2026-05-12T01:24:14.709Z | Checking p256 v0.13.2 |
| 2858 | 2026-05-12T01:24:15.001Z | Checking p521 v0.13.3 |
| 2859 | 2026-05-12T01:24:15.172Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2860 | 2026-05-12T01:24:15.407Z | Checking russh-cryptovec v0.7.3 |
| 2861 | 2026-05-12T01:24:15.580Z | Checking md5 v0.7.0 |
| 2862 | 2026-05-12T01:24:15.629Z | Compiling guppy-workspace-hack v0.1.0 |
| 2863 | 2026-05-12T01:24:15.785Z | Checking rustc-demangle v0.1.27 |
| 2864 | 2026-05-12T01:24:15.891Z | Checking russh-keys v0.45.0 |
| 2865 | 2026-05-12T01:24:16.074Z | Checking backtrace v0.3.76 |
| 2866 | 2026-05-12T01:24:16.427Z | Checking num-bigint v0.4.6 |
| 2867 | 2026-05-12T01:24:16.562Z | Checking des v0.8.1 |
| 2868 | 2026-05-12T01:24:16.748Z | Compiling blake3 v1.8.3 |
| 2869 | 2026-05-12T01:24:16.782Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2870 | 2026-05-12T01:24:16.816Z | Compiling target-spec v3.5.7 |
| 2871 | 2026-05-12T01:24:17.237Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2872 | 2026-05-12T01:24:17.333Z | Checking cfg-expr v0.20.6 |
| 2873 | 2026-05-12T01:24:17.397Z | Checking russh v0.45.0 |
| 2874 | 2026-05-12T01:24:17.668Z | Checking backtrace-ext v0.2.1 |
| 2875 | 2026-05-12T01:24:17.813Z | Checking supports-color v2.1.0 |
| 2876 | 2026-05-12T01:24:17.848Z | Checking textwrap v0.15.2 |
| 2877 | 2026-05-12T01:24:17.884Z | Checking supports-hyperlinks v2.1.0 |
| 2878 | 2026-05-12T01:24:17.977Z | Checking supports-unicode v2.1.0 |
| 2879 | 2026-05-12T01:24:18.030Z | Checking hashbrown v0.14.5 |
| 2880 | 2026-05-12T01:24:18.084Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2881 | 2026-05-12T01:24:18.125Z | Checking cargo-platform v0.3.2 |
| 2882 | 2026-05-12T01:24:18.313Z | Checking socket2 v0.5.10 |
| 2883 | 2026-05-12T01:24:18.348Z | Checking terminal_size v0.1.17 |
| 2884 | 2026-05-12T01:24:18.490Z | Compiling miette-derive v5.10.0 |
| 2885 | 2026-05-12T01:24:18.534Z | Checking owo-colors v3.5.0 |
| 2886 | 2026-05-12T01:24:18.599Z | Checking internet-checksum v0.2.1 |
| 2887 | 2026-05-12T01:24:18.754Z | Checking chumsky v0.9.3 |
| 2888 | 2026-05-12T01:24:19.089Z | Checking cargo_metadata v0.23.1 |
| 2889 | 2026-05-12T01:24:19.636Z | Checking miette v5.10.0 |
| 2890 | 2026-05-12T01:24:19.880Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2891 | 2026-05-12T01:24:19.916Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2892 | 2026-05-12T01:24:20.078Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2893 | 2026-05-12T01:24:20.157Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2894 | 2026-05-12T01:24:20.370Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2895 | 2026-05-12T01:24:20.416Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2896 | 2026-05-12T01:24:20.646Z | Compiling knuffel-derive v3.2.0 |
| 2897 | 2026-05-12T01:24:20.714Z | Checking httptest v0.16.4 |
| 2898 | 2026-05-12T01:24:20.857Z | Checking pathdiff v0.2.3 |
| 2899 | 2026-05-12T01:24:20.999Z | Checking nested v0.1.1 |
| 2900 | 2026-05-12T01:24:21.110Z | Checking topological-sort v0.2.2 |
| 2901 | 2026-05-12T01:24:21.170Z | Checking guppy v0.17.25 |
| 2902 | 2026-05-12T01:24:21.274Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2903 | 2026-05-12T01:24:21.309Z | Checking omicron-zone-package v0.12.2 |
| 2904 | 2026-05-12T01:24:21.517Z | Checking similar-asserts v1.7.0 |
| 2905 | 2026-05-12T01:24:21.704Z | Compiling target-triple v1.0.0 |
| 2906 | 2026-05-12T01:24:22.026Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2907 | 2026-05-12T01:24:22.131Z | Compiling git2 v0.20.4 |
| 2908 | 2026-05-12T01:24:22.165Z | Checking knuffel v3.2.0 |
| 2909 | 2026-05-12T01:24:22.199Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2910 | 2026-05-12T01:24:22.268Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 2911 | 2026-05-12T01:24:22.301Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2912 | 2026-05-12T01:24:22.527Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2913 | 2026-05-12T01:24:22.815Z | Checking hickory-client v0.25.2 |
| 2914 | 2026-05-12T01:24:23.131Z | Checking tokio-test v0.4.5 |
| 2915 | 2026-05-12T01:24:23.174Z | Checking escape8259 v0.5.3 |
| 2916 | 2026-05-12T01:24:23.328Z | Compiling assert_cmd v2.1.2 |
| 2917 | 2026-05-12T01:24:23.367Z | Checking libtest-mimic v0.8.1 |
| 2918 | 2026-05-12T01:24:23.721Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2919 | 2026-05-12T01:24:23.804Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2920 | 2026-05-12T01:24:23.860Z | Checking blake2b_simd v1.0.4 |
| 2921 | 2026-05-12T01:24:24.031Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2922 | 2026-05-12T01:24:24.466Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2923 | 2026-05-12T01:24:24.510Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2924 | 2026-05-12T01:24:24.888Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2925 | 2026-05-12T01:24:24.923Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2926 | 2026-05-12T01:24:25.086Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2927 | 2026-05-12T01:24:25.159Z | Checking fancy-regex v0.14.0 |
| 2928 | 2026-05-12T01:24:25.331Z | Checking serde_tokenstream v0.2.3 |
| 2929 | 2026-05-12T01:24:25.492Z | Checking approx v0.5.1 |
| 2930 | 2026-05-12T01:24:25.527Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fefccc0623038371dbded0458f0645bee6b141cb#fefccc06) |
| 2931 | 2026-05-12T01:24:25.561Z | Compiling rstest_macros v0.25.0 |
| 2932 | 2026-05-12T01:24:25.594Z | Checking uzers v0.12.2 |
| 2933 | 2026-05-12T01:24:25.658Z | Checking termcolor v1.4.1 |
| 2934 | 2026-05-12T01:24:25.840Z | Compiling linkme-impl v0.3.35 |
| 2935 | 2026-05-12T01:24:25.874Z | Checking constant_time_eq v0.3.1 |
| 2936 | 2026-05-12T01:24:25.906Z | Checking trybuild v1.0.116 |
| 2937 | 2026-05-12T01:24:26.008Z | Checking rust-argon2 v2.1.0 |
| 2938 | 2026-05-12T01:24:26.282Z | Checking datatest-stable v0.3.3 |
| 2939 | 2026-05-12T01:24:26.611Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2940 | 2026-05-12T01:24:26.712Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2941 | 2026-05-12T01:24:26.745Z | Compiling polar-core v0.27.3 |
| 2942 | 2026-05-12T01:24:26.935Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2943 | 2026-05-12T01:24:26.993Z | Checking support-bundle-viewer v0.1.2 |
| 2944 | 2026-05-12T01:24:27.262Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2945 | 2026-05-12T01:24:27.493Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2946 | 2026-05-12T01:24:27.577Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2947 | 2026-05-12T01:24:27.717Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2948 | 2026-05-12T01:24:27.804Z | Checking drift v0.1.4 |
| 2949 | 2026-05-12T01:24:27.941Z | Checking rand_distr v0.5.1 |
| 2950 | 2026-05-12T01:24:28.138Z | Checking multimap v0.10.1 |
| 2951 | 2026-05-12T01:24:28.354Z | Compiling linkme v0.3.35 |
| 2952 | 2026-05-12T01:24:28.387Z | Compiling relative-path v1.9.3 |
| 2953 | 2026-05-12T01:24:28.713Z | Checking dropshot-api-manager v0.7.1 |
| 2954 | 2026-05-12T01:24:29.921Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2955 | 2026-05-12T01:24:30.304Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2956 | 2026-05-12T01:24:30.449Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2957 | 2026-05-12T01:24:30.728Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2958 | 2026-05-12T01:24:30.774Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2959 | 2026-05-12T01:24:30.966Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2960 | 2026-05-12T01:24:31.045Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2961 | 2026-05-12T01:24:31.080Z | Checking cargo_toml v0.21.0 |
| 2962 | 2026-05-12T01:24:31.484Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2963 | 2026-05-12T01:24:31.644Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2964 | 2026-05-12T01:24:31.680Z | Checking oso v0.27.3 |
| 2965 | 2026-05-12T01:24:31.714Z | Checking partial-io v0.5.4 |
| 2966 | 2026-05-12T01:24:31.886Z | Checking termios v0.3.3 |
| 2967 | 2026-05-12T01:24:31.943Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2968 | 2026-05-12T01:24:32.095Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2969 | 2026-05-12T01:24:32.130Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2970 | 2026-05-12T01:24:32.292Z | Checking rstest v0.25.0 |
| 2971 | 2026-05-12T01:24:33.722Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2972 | 2026-05-12T01:24:37.280Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 2973 | 2026-05-12T01:24:42.038Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2974 | 2026-05-12T01:24:42.273Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 2975 | 2026-05-12T01:24:45.284Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2976 | 2026-05-12T01:24:48.849Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 2977 | 2026-05-12T01:24:54.656Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2978 | 2026-05-12T01:24:57.372Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 2979 | 2026-05-12T01:24:58.405Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2980 | 2026-05-12T01:24:58.990Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2981 | 2026-05-12T01:25:00.007Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2982 | 2026-05-12T01:25:08.766Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2983 | 2026-05-12T01:26:21.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 58s |
| 2984 | 2026-05-12T01:26:22.466Z | |
| 2985 | 2026-05-12T01:26:22.466Z | real 4:02.345921950 |
| 2986 | 2026-05-12T01:26:22.466Z | user 20:30.618820795 |
| 2987 | 2026-05-12T01:26:22.466Z | sys 4:46.828850076 |
| 2988 | 2026-05-12T01:26:22.466Z | trap 0.473865175 |
| 2989 | 2026-05-12T01:26:22.466Z | tflt 0.458049058 |
| 2990 | 2026-05-12T01:26:22.466Z | dflt 0.385439630 |
| 2991 | 2026-05-12T01:26:22.466Z | kflt 0.005062572 |
| 2992 | 2026-05-12T01:26:22.466Z | lock 56:09.418824139 |
| 2993 | 2026-05-12T01:26:22.466Z | slp 56:02.344485411 |
| 2994 | 2026-05-12T01:26:22.466Z | lat 1:45.903447080 |
| 2995 | 2026-05-12T01:26:22.466Z | stop 11:09.303296689 |
| 2996 | 2026-05-12T01:26:22.470Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 2997 | 2026-05-12T01:26:22.470Z | + ptime -m cargo doc --workspace --no-deps |
| 2998 | 2026-05-12T01:26:23.320Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2999 | 2026-05-12T01:26:23.320Z | | |
| 3000 | 2026-05-12T01:26:23.320Z | = 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)` |
| 3001 | 2026-05-12T01:26:23.320Z | = 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> |
| 3002 | 2026-05-12T01:26:24.277Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3003 | 2026-05-12T01:26:24.503Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3004 | 2026-05-12T01:26:24.546Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3005 | 2026-05-12T01:26:24.606Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3006 | 2026-05-12T01:26:24.643Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3007 | 2026-05-12T01:26:24.775Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3008 | 2026-05-12T01:26:24.803Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3009 | 2026-05-12T01:26:24.828Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3010 | 2026-05-12T01:26:24.882Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3011 | 2026-05-12T01:26:24.902Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3012 | 2026-05-12T01:26:25.070Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3013 | 2026-05-12T01:26:25.073Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3014 | 2026-05-12T01:26:25.113Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3015 | 2026-05-12T01:26:25.133Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3016 | 2026-05-12T01:26:25.157Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3017 | 2026-05-12T01:26:25.190Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3018 | 2026-05-12T01:26:25.212Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3019 | 2026-05-12T01:26:25.232Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3020 | 2026-05-12T01:26:25.255Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3021 | 2026-05-12T01:26:25.304Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3022 | 2026-05-12T01:26:25.567Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3023 | 2026-05-12T01:26:25.856Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3024 | 2026-05-12T01:26:25.884Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3025 | 2026-05-12T01:26:25.998Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3026 | 2026-05-12T01:26:26.022Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3027 | 2026-05-12T01:26:26.060Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3028 | 2026-05-12T01:26:26.148Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3029 | 2026-05-12T01:26:26.213Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3030 | 2026-05-12T01:26:26.255Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3031 | 2026-05-12T01:26:26.375Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3032 | 2026-05-12T01:26:26.398Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3033 | 2026-05-12T01:26:26.419Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3034 | 2026-05-12T01:26:26.656Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3035 | 2026-05-12T01:26:26.680Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3036 | 2026-05-12T01:26:26.742Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3037 | 2026-05-12T01:26:26.867Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3038 | 2026-05-12T01:26:26.969Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3039 | 2026-05-12T01:26:26.990Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3040 | 2026-05-12T01:26:27.197Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3041 | 2026-05-12T01:26:27.218Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3042 | 2026-05-12T01:26:27.489Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3043 | 2026-05-12T01:26:27.549Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3044 | 2026-05-12T01:26:27.728Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3045 | 2026-05-12T01:26:27.755Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3046 | 2026-05-12T01:26:27.818Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3047 | 2026-05-12T01:26:27.898Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3048 | 2026-05-12T01:26:28.035Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3049 | 2026-05-12T01:26:28.094Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3050 | 2026-05-12T01:26:28.118Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3051 | 2026-05-12T01:26:28.166Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3052 | 2026-05-12T01:26:28.266Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3053 | 2026-05-12T01:26:28.334Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3054 | 2026-05-12T01:26:28.356Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3055 | 2026-05-12T01:26:28.376Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3056 | 2026-05-12T01:26:28.525Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3057 | 2026-05-12T01:26:28.608Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3058 | 2026-05-12T01:26:28.630Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3059 | 2026-05-12T01:26:28.650Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3060 | 2026-05-12T01:26:28.754Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3061 | 2026-05-12T01:26:28.785Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3062 | 2026-05-12T01:26:28.808Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3063 | 2026-05-12T01:26:28.829Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3064 | 2026-05-12T01:26:28.951Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3065 | 2026-05-12T01:26:29.164Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3066 | 2026-05-12T01:26:29.534Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3067 | 2026-05-12T01:26:29.956Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3068 | 2026-05-12T01:26:30.058Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3069 | 2026-05-12T01:26:30.288Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3070 | 2026-05-12T01:26:30.326Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3071 | 2026-05-12T01:26:30.406Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3072 | 2026-05-12T01:26:30.550Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3073 | 2026-05-12T01:26:30.614Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3074 | 2026-05-12T01:26:30.682Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3075 | 2026-05-12T01:26:31.001Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3076 | 2026-05-12T01:26:31.075Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3077 | 2026-05-12T01:26:31.264Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3078 | 2026-05-12T01:26:31.612Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3079 | 2026-05-12T01:26:32.352Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3080 | 2026-05-12T01:26:32.403Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3081 | 2026-05-12T01:26:32.649Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3082 | 2026-05-12T01:26:33.027Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3083 | 2026-05-12T01:26:33.068Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3084 | 2026-05-12T01:26:33.550Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3085 | 2026-05-12T01:26:33.650Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3086 | 2026-05-12T01:26:34.014Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3087 | 2026-05-12T01:26:34.240Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3088 | 2026-05-12T01:26:34.261Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3089 | 2026-05-12T01:26:34.507Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3090 | 2026-05-12T01:26:34.572Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3091 | 2026-05-12T01:26:34.689Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3092 | 2026-05-12T01:26:34.780Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3093 | 2026-05-12T01:26:34.867Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3094 | 2026-05-12T01:26:34.959Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3095 | 2026-05-12T01:26:35.134Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3096 | 2026-05-12T01:26:35.166Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3097 | 2026-05-12T01:26:35.218Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3098 | 2026-05-12T01:26:35.324Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3099 | 2026-05-12T01:26:35.348Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3100 | 2026-05-12T01:26:35.396Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3101 | 2026-05-12T01:26:35.502Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3102 | 2026-05-12T01:26:35.599Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3103 | 2026-05-12T01:26:35.677Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3104 | 2026-05-12T01:26:35.704Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3105 | 2026-05-12T01:26:35.769Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3106 | 2026-05-12T01:26:35.798Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3107 | 2026-05-12T01:26:35.876Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3108 | 2026-05-12T01:26:35.898Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3109 | 2026-05-12T01:26:36.169Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3110 | 2026-05-12T01:26:36.251Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3111 | 2026-05-12T01:26:36.833Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3112 | 2026-05-12T01:26:37.000Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3113 | 2026-05-12T01:26:37.469Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3114 | 2026-05-12T01:26:37.830Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3115 | 2026-05-12T01:26:37.915Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3116 | 2026-05-12T01:26:38.095Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3117 | 2026-05-12T01:26:38.212Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3118 | 2026-05-12T01:26:38.533Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3119 | 2026-05-12T01:26:38.778Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3120 | 2026-05-12T01:26:39.001Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3121 | 2026-05-12T01:26:39.423Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3122 | 2026-05-12T01:26:39.460Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3123 | 2026-05-12T01:26:39.484Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3124 | 2026-05-12T01:26:40.123Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3125 | 2026-05-12T01:26:40.440Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3126 | 2026-05-12T01:26:40.613Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3127 | 2026-05-12T01:26:40.825Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3128 | 2026-05-12T01:26:40.849Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3129 | 2026-05-12T01:26:41.337Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3130 | 2026-05-12T01:26:41.875Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3131 | 2026-05-12T01:26:42.076Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3132 | 2026-05-12T01:26:42.802Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3133 | 2026-05-12T01:26:43.151Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3134 | 2026-05-12T01:26:43.198Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3135 | 2026-05-12T01:26:43.916Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3136 | 2026-05-12T01:26:44.242Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3137 | 2026-05-12T01:26:44.545Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3138 | 2026-05-12T01:26:44.701Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3139 | 2026-05-12T01:26:44.797Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3140 | 2026-05-12T01:26:44.860Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3141 | 2026-05-12T01:26:44.884Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3142 | 2026-05-12T01:26:45.275Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3143 | 2026-05-12T01:26:45.756Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3144 | 2026-05-12T01:26:46.170Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3145 | 2026-05-12T01:26:46.432Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3146 | 2026-05-12T01:26:46.671Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3147 | 2026-05-12T01:26:46.694Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3148 | 2026-05-12T01:26:46.836Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3149 | 2026-05-12T01:26:46.872Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3150 | 2026-05-12T01:26:46.896Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3151 | 2026-05-12T01:26:47.462Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3152 | 2026-05-12T01:26:47.566Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3153 | 2026-05-12T01:26:48.944Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3154 | 2026-05-12T01:26:48.981Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3155 | 2026-05-12T01:26:51.515Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3156 | 2026-05-12T01:26:51.763Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3157 | 2026-05-12T01:26:52.580Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3158 | 2026-05-12T01:26:52.608Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3159 | 2026-05-12T01:26:52.824Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3160 | 2026-05-12T01:26:53.142Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3161 | 2026-05-12T01:26:53.543Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3162 | 2026-05-12T01:26:53.688Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3163 | 2026-05-12T01:26:54.357Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3164 | 2026-05-12T01:26:54.380Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3165 | 2026-05-12T01:26:54.655Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3166 | 2026-05-12T01:26:54.747Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3167 | 2026-05-12T01:26:55.205Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3168 | 2026-05-12T01:26:55.347Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3169 | 2026-05-12T01:26:55.388Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3170 | 2026-05-12T01:26:55.545Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3171 | 2026-05-12T01:26:55.875Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3172 | 2026-05-12T01:26:56.275Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3173 | 2026-05-12T01:26:56.614Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3174 | 2026-05-12T01:26:56.847Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3175 | 2026-05-12T01:26:56.906Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3176 | 2026-05-12T01:26:57.217Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3177 | 2026-05-12T01:26:57.416Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3178 | 2026-05-12T01:26:57.960Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3179 | 2026-05-12T01:26:58.143Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3180 | 2026-05-12T01:26:59.107Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3181 | 2026-05-12T01:26:59.446Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3182 | 2026-05-12T01:26:59.471Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3183 | 2026-05-12T01:27:00.662Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3184 | 2026-05-12T01:27:00.958Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3185 | 2026-05-12T01:27:01.550Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3186 | 2026-05-12T01:27:03.118Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3187 | 2026-05-12T01:27:03.867Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3188 | 2026-05-12T01:27:05.119Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3189 | 2026-05-12T01:27:05.695Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3190 | 2026-05-12T01:27:07.227Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3191 | 2026-05-12T01:27:07.866Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3192 | 2026-05-12T01:27:09.140Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3193 | 2026-05-12T01:27:09.912Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3194 | 2026-05-12T01:27:10.838Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3195 | 2026-05-12T01:27:11.462Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3196 | 2026-05-12T01:27:11.827Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3197 | 2026-05-12T01:27:13.023Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3198 | 2026-05-12T01:27:13.384Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3199 | 2026-05-12T01:27:13.955Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3200 | 2026-05-12T01:27:14.815Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3201 | 2026-05-12T01:27:15.751Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3202 | 2026-05-12T01:27:17.622Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3203 | 2026-05-12T01:27:19.820Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3204 | 2026-05-12T01:27:20.312Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3205 | 2026-05-12T01:27:22.033Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3206 | 2026-05-12T01:27:22.647Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3207 | 2026-05-12T01:27:23.390Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3208 | 2026-05-12T01:27:24.005Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3209 | 2026-05-12T01:27:24.602Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3210 | 2026-05-12T01:27:25.286Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3211 | 2026-05-12T01:27:26.808Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3212 | 2026-05-12T01:27:27.565Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3213 | 2026-05-12T01:27:28.305Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3214 | 2026-05-12T01:27:28.984Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3215 | 2026-05-12T01:27:29.464Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3216 | 2026-05-12T01:27:30.063Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3217 | 2026-05-12T01:27:30.675Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3218 | 2026-05-12T01:27:33.019Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3219 | 2026-05-12T01:27:33.727Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3220 | 2026-05-12T01:27:34.628Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3221 | 2026-05-12T01:27:35.799Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3222 | 2026-05-12T01:27:36.736Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3223 | 2026-05-12T01:27:37.775Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3224 | 2026-05-12T01:27:38.835Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3225 | 2026-05-12T01:27:39.709Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3226 | 2026-05-12T01:27:42.239Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3227 | 2026-05-12T01:27:42.484Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3228 | 2026-05-12T01:27:43.332Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3229 | 2026-05-12T01:27:44.531Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3230 | 2026-05-12T01:27:46.085Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3231 | 2026-05-12T01:27:47.252Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3232 | 2026-05-12T01:27:49.473Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3233 | 2026-05-12T01:27:50.150Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3234 | 2026-05-12T01:27:51.612Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3235 | 2026-05-12T01:27:53.152Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3236 | 2026-05-12T01:27:54.909Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3237 | 2026-05-12T01:27:56.301Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3238 | 2026-05-12T01:27:57.819Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3239 | 2026-05-12T01:27:59.315Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3240 | 2026-05-12T01:28:01.039Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3241 | 2026-05-12T01:28:02.614Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3242 | 2026-05-12T01:28:06.021Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3243 | 2026-05-12T01:28:07.306Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3244 | 2026-05-12T01:28:07.621Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3245 | 2026-05-12T01:28:09.109Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3246 | 2026-05-12T01:28:10.753Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3247 | 2026-05-12T01:28:12.625Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3248 | 2026-05-12T01:28:14.199Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3249 | 2026-05-12T01:28:16.320Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3250 | 2026-05-12T01:28:17.962Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3251 | 2026-05-12T01:28:20.004Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3252 | 2026-05-12T01:28:21.436Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3253 | 2026-05-12T01:28:23.172Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3254 | 2026-05-12T01:28:24.901Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3255 | 2026-05-12T01:28:26.588Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3256 | 2026-05-12T01:28:27.983Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3257 | 2026-05-12T01:28:30.064Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3258 | 2026-05-12T01:28:31.767Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3259 | 2026-05-12T01:28:33.224Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3260 | 2026-05-12T01:28:35.280Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3261 | 2026-05-12T01:28:36.899Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3262 | 2026-05-12T01:28:38.739Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3263 | 2026-05-12T01:28:40.397Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3264 | 2026-05-12T01:28:42.713Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3265 | 2026-05-12T01:28:44.270Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3266 | 2026-05-12T01:28:46.398Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3267 | 2026-05-12T01:28:48.542Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3268 | 2026-05-12T01:28:51.733Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3269 | 2026-05-12T01:28:52.691Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3270 | 2026-05-12T01:28:54.444Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3271 | 2026-05-12T01:28:57.504Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3272 | 2026-05-12T01:28:59.253Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3273 | 2026-05-12T01:29:01.436Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3274 | 2026-05-12T01:29:03.580Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3275 | 2026-05-12T01:29:05.799Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3276 | 2026-05-12T01:29:07.977Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3277 | 2026-05-12T01:29:10.181Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3278 | 2026-05-12T01:29:12.617Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3279 | 2026-05-12T01:29:14.445Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3280 | 2026-05-12T01:29:17.091Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3281 | 2026-05-12T01:29:18.873Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3282 | 2026-05-12T01:29:21.051Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3283 | 2026-05-12T01:29:23.237Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3284 | 2026-05-12T01:29:25.557Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3285 | 2026-05-12T01:29:27.820Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3286 | 2026-05-12T01:29:29.969Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3287 | 2026-05-12T01:29:32.259Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3288 | 2026-05-12T01:29:34.474Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3289 | 2026-05-12T01:29:36.760Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3290 | 2026-05-12T01:29:39.013Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3291 | 2026-05-12T01:29:41.259Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3292 | 2026-05-12T01:29:43.537Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3293 | 2026-05-12T01:29:45.750Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3294 | 2026-05-12T01:29:48.159Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3295 | 2026-05-12T01:29:50.236Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3296 | 2026-05-12T01:29:52.577Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3297 | 2026-05-12T01:29:55.406Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3298 | 2026-05-12T01:29:57.435Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3299 | 2026-05-12T01:29:59.990Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3300 | 2026-05-12T01:30:02.378Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3301 | 2026-05-12T01:30:04.814Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3302 | 2026-05-12T01:30:07.189Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3303 | 2026-05-12T01:30:09.649Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3304 | 2026-05-12T01:30:12.127Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3305 | 2026-05-12T01:30:14.579Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3306 | 2026-05-12T01:30:16.997Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3307 | 2026-05-12T01:30:19.633Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3308 | 2026-05-12T01:30:22.052Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3309 | 2026-05-12T01:30:24.433Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3310 | 2026-05-12T01:30:27.134Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3311 | 2026-05-12T01:30:29.642Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3312 | 2026-05-12T01:30:32.116Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3313 | 2026-05-12T01:30:34.541Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3314 | 2026-05-12T01:30:37.592Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3315 | 2026-05-12T01:30:40.019Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3316 | 2026-05-12T01:30:42.383Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3317 | 2026-05-12T01:30:45.032Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3318 | 2026-05-12T01:30:47.590Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3319 | 2026-05-12T01:30:55.118Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3320 | 2026-05-12T01:30:55.302Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3321 | 2026-05-12T01:30:58.738Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3322 | 2026-05-12T01:31:02.079Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3323 | 2026-05-12T01:31:05.413Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3324 | 2026-05-12T01:31:08.677Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3325 | 2026-05-12T01:31:12.075Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3326 | 2026-05-12T01:31:16.766Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3327 | 2026-05-12T01:31:19.575Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3328 | 2026-05-12T01:31:23.270Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3329 | 2026-05-12T01:31:26.873Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3330 | 2026-05-12T01:31:30.481Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3331 | 2026-05-12T01:31:34.151Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3332 | 2026-05-12T01:31:37.793Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3333 | 2026-05-12T01:31:41.514Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3334 | 2026-05-12T01:31:45.136Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3335 | 2026-05-12T01:31:48.707Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3336 | 2026-05-12T01:31:52.329Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3337 | 2026-05-12T01:31:56.044Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3338 | 2026-05-12T01:31:59.688Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3339 | 2026-05-12T01:32:03.390Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3340 | 2026-05-12T01:32:07.047Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3341 | 2026-05-12T01:32:10.704Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3342 | 2026-05-12T01:32:14.391Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3343 | 2026-05-12T01:32:17.975Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3344 | 2026-05-12T01:32:21.713Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3345 | 2026-05-12T01:32:25.309Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3346 | 2026-05-12T01:32:54.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 32s |
| 3347 | 2026-05-12T01:32:54.720Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 194 other files |
| 3348 | 2026-05-12T01:32:54.820Z | |
| 3349 | 2026-05-12T01:32:54.823Z | real 6:32.268800131 |
| 3350 | 2026-05-12T01:32:54.824Z | user 17:27.391293092 |
| 3351 | 2026-05-12T01:32:54.824Z | sys 3:41.872746930 |
| 3352 | 2026-05-12T01:32:54.824Z | trap 0.256948762 |
| 3353 | 2026-05-12T01:32:54.824Z | tflt 0.083847696 |
| 3354 | 2026-05-12T01:32:54.824Z | dflt 0.055410872 |
| 3355 | 2026-05-12T01:32:54.824Z | kflt 0.000026990 |
| 3356 | 2026-05-12T01:32:54.824Z | lock 6:02:45.035633675 |
| 3357 | 2026-05-12T01:32:54.824Z | slp 2:11:51.517364354 |
| 3358 | 2026-05-12T01:32:54.824Z | lat 36.500811337 |
| 3359 | 2026-05-12T01:32:54.824Z | stop 1:35.143368250 |
| 3360 | 2026-05-12T01:32:54.824Z | process exited: duration 768536 ms, exit code 0 |
| |
| 3361 | 2026-05-12T01:32:54.830Z | found 0 output files |