|
|
|
| 1 | 2026-08-20T02:55:30.141Z | job assigned to worker 01M0EHFE698XK6T1XB0RT0KYQX [factory aws, i-081e44383c11725ae] (queued for 56 s) |
| |
| 2 | 2026-08-20T02:55:36.354Z | starting task 0: "setup" |
| 3 | 2026-08-20T02:55:36.358Z | ++ uname -s |
| 4 | 2026-08-20T02:55:36.362Z | + kern=SunOS |
| 5 | 2026-08-20T02:55:36.362Z | + build_user=build |
| 6 | 2026-08-20T02:55:36.362Z | + build_uid=12345 |
| 7 | 2026-08-20T02:55:36.362Z | + work_dir=/work |
| 8 | 2026-08-20T02:55:36.362Z | + input_dir=/input |
| 9 | 2026-08-20T02:55:36.362Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-20T02:55:36.362Z | + case "$kern" in |
| 11 | 2026-08-20T02:55:36.362Z | + groupadd -g 12345 build |
| 12 | 2026-08-20T02:55:36.365Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-20T02:55:38.369Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-20T02:55:38.443Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-20T02:55:38.446Z | + home_fs=zfs |
| 16 | 2026-08-20T02:55:38.446Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-20T02:55:38.446Z | + mkdir -p /home/build |
| 18 | 2026-08-20T02:55:38.446Z | + chown build:build /home/build /work |
| 19 | 2026-08-20T02:55:40.449Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-20T02:55:40.453Z | process exited: duration 4098 ms, exit code 0 |
| |
| 21 | 2026-08-20T02:55:40.460Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-20T02:55:40.464Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-20T02:55:40.464Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-20T02:55:40.464Z | * rust toolchain profile = "default" |
| 25 | 2026-08-20T02:55:40.464Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-20T02:55:40.464Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-20T02:55:40.464Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-20T02:55:40.468Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-20T02:55:40.468Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-20T02:55:40.569Z | info: downloading installer |
| 31 | 2026-08-20T02:55:42.153Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-20T02:55:42.153Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-20T02:55:42.153Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-20T02:55:42.153Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-20T02:55:42.166Z | info: profile set to default |
| 36 | 2026-08-20T02:55:42.166Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-20T02:55:42.170Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-20T02:55:42.296Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-20T02:55:42.299Z | info: downloading 6 components |
| 40 | 2026-08-20T02:55:57.462Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-20T02:55:57.462Z | |
| 42 | 2026-08-20T02:55:57.489Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-20T02:55:57.489Z | |
| 44 | 2026-08-20T02:55:57.489Z | |
| 45 | 2026-08-20T02:55:57.489Z | Rust is installed now. Great! |
| 46 | 2026-08-20T02:55:57.489Z | |
| 47 | 2026-08-20T02:55:57.493Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-20T02:55:57.493Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-20T02:55:57.493Z | |
| 50 | 2026-08-20T02:55:57.493Z | To configure your current shell, you need to source |
| 51 | 2026-08-20T02:55:57.493Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-20T02:55:57.493Z | |
| 53 | 2026-08-20T02:55:57.493Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-20T02:55:57.493Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-20T02:55:57.493Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-20T02:55:57.493Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-20T02:55:57.493Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-20T02:55:57.493Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-20T02:55:57.493Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-20T02:55:57.493Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-20T02:55:57.493Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-20T02:55:57.588Z | + rustup --version |
| 63 | 2026-08-20T02:55:57.597Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-20T02:55:57.600Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-20T02:55:57.618Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-20T02:55:57.621Z | + cargo --version |
| 67 | 2026-08-20T02:55:57.636Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-20T02:55:57.641Z | + rustc --version |
| 69 | 2026-08-20T02:55:57.658Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-20T02:55:57.661Z | process exited: duration 17199 ms, exit code 0 |
| |
| 71 | 2026-08-20T02:55:57.667Z | starting task 2: "authentication" |
| 72 | 2026-08-20T02:55:57.684Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-08-20T02:55:57.690Z | starting task 3: "clone repository" |
| 74 | 2026-08-20T02:55:57.693Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-20T02:55:57.696Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-20T02:55:57.728Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-20T02:56:09.611Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-20T02:56:09.611Z | + git fetch origin b18d02a9e9f33fb489d592304e163dcaef9c1635 |
| 79 | 2026-08-20T02:56:09.994Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-20T02:56:09.994Z | * branch b18d02a9e9f33fb489d592304e163dcaef9c1635 -> FETCH_HEAD |
| 81 | 2026-08-20T02:56:09.999Z | + [[ -n '' ]] |
| 82 | 2026-08-20T02:56:09.999Z | + git reset --hard b18d02a9e9f33fb489d592304e163dcaef9c1635 |
| 83 | 2026-08-20T02:56:10.261Z | HEAD is now at b18d02a9e rebase on main |
| 84 | 2026-08-20T02:56:10.267Z | process exited: duration 12572 ms, exit code 0 |
| |
| 85 | 2026-08-20T02:56:10.274Z | starting task 4: "build" |
| 86 | 2026-08-20T02:56:10.278Z | + source ./env.sh |
| 87 | 2026-08-20T02:56:10.282Z | ++ OLD_SHELL_OPTS=ehxB |
| 88 | 2026-08-20T02:56:10.282Z | ++ set -o xtrace |
| 89 | 2026-08-20T02:56:10.282Z | ++++ dirname ./env.sh |
| 90 | 2026-08-20T02:56:10.282Z | +++ readlink -f . |
| 91 | 2026-08-20T02:56:10.287Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 92 | 2026-08-20T02:56:10.287Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 93 | 2026-08-20T02:56:10.287Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 94 | 2026-08-20T02:56:10.287Z | ++ 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 |
| 95 | 2026-08-20T02:56:10.287Z | ++ 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 |
| 96 | 2026-08-20T02:56:10.287Z | ++ 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 |
| 97 | 2026-08-20T02:56:10.287Z | ++ 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 |
| 98 | 2026-08-20T02:56:10.287Z | ++ 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 |
| 99 | 2026-08-20T02:56:10.288Z | ++ 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 |
| 100 | 2026-08-20T02:56:10.288Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 101 | 2026-08-20T02:56:10.288Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 102 | 2026-08-20T02:56:10.288Z | ++ case $OLD_SHELL_OPTS in |
| 103 | 2026-08-20T02:56:10.288Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 104 | 2026-08-20T02:56:10.288Z | + source .github/buildomat/ci-env.sh |
| 105 | 2026-08-20T02:56:10.288Z | ++ export CARGO_TERM_COLOR=always |
| 106 | 2026-08-20T02:56:10.288Z | ++ CARGO_TERM_COLOR=always |
| 107 | 2026-08-20T02:56:10.289Z | +++ uname -s |
| 108 | 2026-08-20T02:56:10.289Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 109 | 2026-08-20T02:56:10.289Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 110 | 2026-08-20T02:56:10.298Z | + cargo --version |
| 111 | 2026-08-20T02:56:10.303Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 112 | 2026-08-20T02:56:10.303Z | + rustc --version |
| 113 | 2026-08-20T02:56:10.319Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 114 | 2026-08-20T02:56:10.325Z | + banner prerequisites |
| 115 | 2026-08-20T02:56:10.325Z | |
| 116 | 2026-08-20T02:56:10.325Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 117 | 2026-08-20T02:56:10.325Z | # # # # # # # # # # # # # # # |
| 118 | 2026-08-20T02:56:10.325Z | # # # # ##### # # ##### # # # # # #### # |
| 119 | 2026-08-20T02:56:10.325Z | ##### ##### # ##### # # # # # # # # # |
| 120 | 2026-08-20T02:56:10.325Z | # # # # # # # # # # # # # # # |
| 121 | 2026-08-20T02:56:10.325Z | # # # ###### # # ###### ### # #### # #### # |
| 122 | 2026-08-20T02:56:10.326Z | |
| 123 | 2026-08-20T02:56:10.326Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 124 | 2026-08-20T02:56:12.160Z | Startup: Refreshing catalog 'helios' ... Done |
| 125 | 2026-08-20T02:56:12.503Z | Startup: Caching catalogs ... Done |
| 126 | 2026-08-20T02:56:14.411Z | Planning: Solver setup ... Done (1.807s) |
| 127 | 2026-08-20T02:56:14.468Z | Planning: Running solver ... Done (0.056s) |
| 128 | 2026-08-20T02:56:14.512Z | Planning: Finding local manifests ... Done (0.004s) |
| 129 | 2026-08-20T02:56:14.522Z | Planning: Fetching manifests: 0/2 0% complete |
| 130 | 2026-08-20T02:56:14.544Z | Planning: Fetching manifests: 2/2 100% complete |
| 131 | 2026-08-20T02:56:14.558Z | Planning: Package planning ... Done (0.014s) |
| 132 | 2026-08-20T02:56:14.565Z | Planning: Merging actions ... Done (0.001s) |
| 133 | 2026-08-20T02:56:14.718Z | Planning: Checking for conflicting actions ... Done (0.158s) |
| 134 | 2026-08-20T02:56:14.722Z | Planning: Consolidating action changes ... Done (0.001s) |
| 135 | 2026-08-20T02:56:15.507Z | Planning: Evaluating mediators ... Done (0.788s) |
| 136 | 2026-08-20T02:56:15.568Z | Planning: Planning completed in 2.98 seconds |
| 137 | 2026-08-20T02:56:15.621Z | Packages to install: 2 |
| 138 | 2026-08-20T02:56:15.622Z | Estimated space available: 156.01 GB |
| 139 | 2026-08-20T02:56:15.622Z | Estimated space to be consumed: 72.15 MB |
| 140 | 2026-08-20T02:56:15.622Z | Create boot environment: No |
| 141 | 2026-08-20T02:56:15.622Z | Create backup boot environment: No |
| 142 | 2026-08-20T02:56:15.622Z | Rebuild boot archive: No |
| 143 | 2026-08-20T02:56:15.622Z | |
| 144 | 2026-08-20T02:56:15.622Z | Changed packages: |
| 145 | 2026-08-20T02:56:15.622Z | helios |
| 146 | 2026-08-20T02:56:15.622Z | developer/build-essential |
| 147 | 2026-08-20T02:56:15.622Z | None -> 11-3.0 |
| 148 | 2026-08-20T02:56:15.622Z | library/libxmlsec1 |
| 149 | 2026-08-20T02:56:15.623Z | None -> 1.2.35-3.0 |
| 150 | 2026-08-20T02:56:15.623Z | |
| 151 | 2026-08-20T02:56:15.623Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 152 | 2026-08-20T02:56:15.651Z | Download: Completed 1.28 MB in 0.08 seconds (16.7M/s) |
| 153 | 2026-08-20T02:56:15.738Z | Actions: 1/268 actions (Installing new actions) |
| 154 | 2026-08-20T02:56:15.775Z | Actions: Completed 268 actions in 0.04 seconds. |
| 155 | 2026-08-20T02:56:15.811Z | Finalize: Updating package state database ... Done (0.034s) |
| 156 | 2026-08-20T02:56:15.816Z | Finalize: Updating package cache ... Done (0.000s) |
| 157 | 2026-08-20T02:56:15.894Z | Finalize: Updating image state ... Done (0.082s) |
| 158 | 2026-08-20T02:56:18.304Z | Finalize: Creating fast lookup database ... Done (2.359s) |
| 159 | 2026-08-20T02:56:18.376Z | Finalize: Reading search index ... Done (0.012s) |
| 160 | 2026-08-20T02:56:18.382Z | Finalize: Updating search index ... Done (0.000s) |
| 161 | 2026-08-20T02:56:18.493Z | Finalize: Updating package cache ... Done (0.000s) |
| 162 | 2026-08-20T02:56:18.863Z | Planning: Evaluating mediator changes ... Done |
| 163 | 2026-08-20T02:56:18.975Z | Planning: Checking for conflicting actions ... Done |
| 164 | 2026-08-20T02:56:18.989Z | Planning: Consolidating action changes ... Done |
| 165 | 2026-08-20T02:56:19.121Z | Planning: Evaluating mediators ... Done |
| 166 | 2026-08-20T02:56:19.127Z | Planning: Planning completed in 0.26 seconds |
| 167 | 2026-08-20T02:56:19.145Z | Mediators to change: 2 |
| 168 | 2026-08-20T02:56:19.145Z | Create boot environment: No |
| 169 | 2026-08-20T02:56:19.145Z | Create backup boot environment: No |
| 170 | 2026-08-20T02:56:19.190Z | Finalize: Updating package state database ... Done |
| 171 | 2026-08-20T02:56:19.190Z | Finalize: Updating package cache ... Done |
| 172 | 2026-08-20T02:56:19.238Z | Finalize: Updating image state ... Done |
| 173 | 2026-08-20T02:56:21.211Z | Finalize: Creating fast lookup database ... Done |
| 174 | 2026-08-20T02:56:21.372Z | Finalize: Reading search index ... Done |
| 175 | 2026-08-20T02:56:21.398Z | Finalize: Updating search index ... Done |
| 176 | 2026-08-20T02:56:21.398Z | Finalize: Updating package cache ... Done |
| 177 | 2026-08-20T02:56:21.652Z | Planning: Evaluating mediator changes ... Done |
| 178 | 2026-08-20T02:56:21.740Z | Planning: Checking for conflicting actions ... Done |
| 179 | 2026-08-20T02:56:21.745Z | Planning: Consolidating action changes ... Done |
| 180 | 2026-08-20T02:56:21.889Z | Planning: Evaluating mediators ... Done |
| 181 | 2026-08-20T02:56:21.897Z | Planning: Planning completed in 0.26 seconds |
| 182 | 2026-08-20T02:56:21.907Z | Mediators to change: 1 |
| 183 | 2026-08-20T02:56:21.908Z | Create boot environment: No |
| 184 | 2026-08-20T02:56:21.908Z | Create backup boot environment: No |
| 185 | 2026-08-20T02:56:21.944Z | Finalize: Updating package state database ... Done |
| 186 | 2026-08-20T02:56:21.944Z | Finalize: Updating package cache ... Done |
| 187 | 2026-08-20T02:56:21.991Z | Finalize: Updating image state ... Done |
| 188 | 2026-08-20T02:56:23.952Z | Finalize: Creating fast lookup database ... Done |
| 189 | 2026-08-20T02:56:24.026Z | Finalize: Reading search index ... Done |
| 190 | 2026-08-20T02:56:24.035Z | Finalize: Updating search index ... Done |
| 191 | 2026-08-20T02:56:24.076Z | Finalize: Updating package cache ... Done |
| 192 | 2026-08-20T02:56:24.391Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 193 | 2026-08-20T02:56:24.391Z | apache system 2.4 system |
| 194 | 2026-08-20T02:56:24.391Z | clang system 15 system |
| 195 | 2026-08-20T02:56:24.391Z | csh system system illumos |
| 196 | 2026-08-20T02:56:24.391Z | ctags system system illumos |
| 197 | 2026-08-20T02:56:24.391Z | file vendor vendor darwinsys |
| 198 | 2026-08-20T02:56:24.391Z | file system system illumos |
| 199 | 2026-08-20T02:56:24.391Z | gcc vendor 14 vendor |
| 200 | 2026-08-20T02:56:24.391Z | gcc system 13 system |
| 201 | 2026-08-20T02:56:24.391Z | gcc system 10 system |
| 202 | 2026-08-20T02:56:24.391Z | go system 1.25 system |
| 203 | 2026-08-20T02:56:24.391Z | llvm system 15 system |
| 204 | 2026-08-20T02:56:24.391Z | mariadb system 11.4 system |
| 205 | 2026-08-20T02:56:24.392Z | mta vendor vendor dma |
| 206 | 2026-08-20T02:56:24.392Z | openjdk system 17 system |
| 207 | 2026-08-20T02:56:24.392Z | openjdk system 11 system |
| 208 | 2026-08-20T02:56:24.392Z | openssl vendor 3 vendor |
| 209 | 2026-08-20T02:56:24.392Z | perl system 5.40 system |
| 210 | 2026-08-20T02:56:24.392Z | postgresql system 18 system |
| 211 | 2026-08-20T02:56:24.392Z | postgresql system 17 system |
| 212 | 2026-08-20T02:56:24.392Z | python vendor 3 vendor |
| 213 | 2026-08-20T02:56:24.392Z | python system 2 system |
| 214 | 2026-08-20T02:56:24.392Z | python3 vendor 3.13 vendor |
| 215 | 2026-08-20T02:56:24.392Z | ruby system 3.4 system |
| 216 | 2026-08-20T02:56:24.392Z | ruby system 3.0 system |
| 217 | 2026-08-20T02:56:24.392Z | words vendor vendor american-english |
| 218 | 2026-08-20T02:56:24.392Z | words system system australian-english |
| 219 | 2026-08-20T02:56:24.392Z | words system system british-english |
| 220 | 2026-08-20T02:56:24.394Z | words system system canadian-english |
| 221 | 2026-08-20T02:56:24.394Z | words system system french |
| 222 | 2026-08-20T02:56:24.394Z | words system system italian |
| 223 | 2026-08-20T02:56:24.394Z | words system system ngerman |
| 224 | 2026-08-20T02:56:24.394Z | words system system ogerman |
| 225 | 2026-08-20T02:56:24.394Z | words system system spanish |
| 226 | 2026-08-20T02:56:24.645Z | PUBLISHER TYPE STATUS P LOCATION |
| 227 | 2026-08-20T02:56:24.645Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 228 | 2026-08-20T02:56:25.106Z | FMRI IFO |
| 229 | 2026-08-20T02:56:25.107Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 230 | 2026-08-20T02:56:25.107Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 231 | 2026-08-20T02:56:25.107Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 232 | 2026-08-20T02:56:25.107Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 233 | 2026-08-20T02:56:25.107Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 234 | 2026-08-20T02:56:25.107Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 235 | 2026-08-20T02:56:25.107Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 236 | 2026-08-20T02:56:25.107Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 237 | 2026-08-20T02:56:25.107Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 238 | 2026-08-20T02:56:25.440Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 239 | 2026-08-20T02:56:25.942Z | Updating crates.io index |
| 240 | 2026-08-20T02:56:25.966Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 241 | 2026-08-20T02:56:26.076Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 242 | 2026-08-20T02:56:26.469Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 243 | 2026-08-20T02:56:27.695Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 244 | 2026-08-20T02:56:28.386Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 245 | 2026-08-20T02:56:30.231Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 246 | 2026-08-20T02:56:31.103Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 247 | 2026-08-20T02:56:31.718Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 248 | 2026-08-20T02:56:31.895Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 249 | 2026-08-20T02:56:33.382Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 250 | 2026-08-20T02:56:34.044Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 251 | 2026-08-20T02:56:34.272Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 252 | 2026-08-20T02:56:34.414Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 253 | 2026-08-20T02:56:34.659Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 254 | 2026-08-20T02:56:34.934Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 255 | 2026-08-20T02:56:35.232Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 256 | 2026-08-20T02:56:35.509Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 257 | 2026-08-20T02:56:35.807Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 258 | 2026-08-20T02:56:36.300Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 259 | 2026-08-20T02:56:37.219Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 260 | 2026-08-20T02:56:37.334Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 261 | 2026-08-20T02:56:37.649Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 262 | 2026-08-20T02:56:38.174Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 263 | 2026-08-20T02:56:38.361Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 264 | 2026-08-20T02:56:38.691Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 265 | 2026-08-20T02:56:39.065Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 266 | 2026-08-20T02:56:44.208Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 267 | 2026-08-20T02:56:44.533Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 268 | 2026-08-20T02:56:44.533Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 269 | 2026-08-20T02:56:44.533Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 270 | 2026-08-20T02:56:44.533Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 271 | 2026-08-20T02:56:44.533Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 272 | 2026-08-20T02:56:44.680Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 273 | 2026-08-20T02:56:44.680Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 274 | 2026-08-20T02:56:44.680Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 275 | 2026-08-20T02:56:44.680Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 276 | 2026-08-20T02:56:44.680Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 277 | 2026-08-20T02:56:44.680Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 278 | 2026-08-20T02:56:44.680Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 279 | 2026-08-20T02:56:44.680Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 280 | 2026-08-20T02:56:44.680Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 281 | 2026-08-20T02:56:44.680Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 282 | 2026-08-20T02:56:47.228Z | Downloading crates ... |
| 283 | 2026-08-20T02:56:47.282Z | Downloaded anstream v1.0.0 |
| 284 | 2026-08-20T02:56:47.286Z | Downloaded byteorder v1.5.0 |
| 285 | 2026-08-20T02:56:47.289Z | Downloaded anstyle-query v1.1.5 |
| 286 | 2026-08-20T02:56:47.289Z | Downloaded block-buffer v0.10.4 |
| 287 | 2026-08-20T02:56:47.293Z | Downloaded once_cell v1.21.3 |
| 288 | 2026-08-20T02:56:47.298Z | Downloaded clap_lex v1.0.0 |
| 289 | 2026-08-20T02:56:47.299Z | Downloaded cpufeatures v0.2.17 |
| 290 | 2026-08-20T02:56:47.299Z | Downloaded bytecount v0.6.9 |
| 291 | 2026-08-20T02:56:47.303Z | Downloaded pest_generator v2.8.6 |
| 292 | 2026-08-20T02:56:47.303Z | Downloaded digest v0.10.7 |
| 293 | 2026-08-20T02:56:47.303Z | Downloaded errno v0.3.14 |
| 294 | 2026-08-20T02:56:47.305Z | Downloaded macaddr v1.0.1 |
| 295 | 2026-08-20T02:56:47.305Z | Downloaded memmap v0.7.0 |
| 296 | 2026-08-20T02:56:47.305Z | Downloaded clap v4.6.1 |
| 297 | 2026-08-20T02:56:47.309Z | Downloaded zerocopy-derive v0.7.35 |
| 298 | 2026-08-20T02:56:47.312Z | Downloaded zmij v1.0.21 |
| 299 | 2026-08-20T02:56:47.315Z | Downloaded log v0.4.33 |
| 300 | 2026-08-20T02:56:47.315Z | Downloaded cargo-platform v0.3.2 |
| 301 | 2026-08-20T02:56:47.318Z | Downloaded zerocopy v0.7.35 |
| 302 | 2026-08-20T02:56:47.326Z | Downloaded cfg-if v1.0.4 |
| 303 | 2026-08-20T02:56:47.328Z | Downloaded getrandom v0.3.4 |
| 304 | 2026-08-20T02:56:47.328Z | Downloaded pretty-hex v0.4.1 |
| 305 | 2026-08-20T02:56:47.328Z | Downloaded generic-array v0.14.7 |
| 306 | 2026-08-20T02:56:47.331Z | Downloaded colorchoice v1.0.4 |
| 307 | 2026-08-20T02:56:47.334Z | Downloaded cargo_toml v0.21.0 |
| 308 | 2026-08-20T02:56:47.334Z | Downloaded equivalent v1.0.2 |
| 309 | 2026-08-20T02:56:47.338Z | Downloaded dof v0.3.0 |
| 310 | 2026-08-20T02:56:47.340Z | Downloaded is_terminal_polyfill v1.70.2 |
| 311 | 2026-08-20T02:56:47.340Z | Downloaded heck v0.5.0 |
| 312 | 2026-08-20T02:56:47.344Z | Downloaded utf8parse v0.2.2 |
| 313 | 2026-08-20T02:56:47.346Z | Downloaded itoa v1.0.17 |
| 314 | 2026-08-20T02:56:47.347Z | Downloaded thread-id v4.2.2 |
| 315 | 2026-08-20T02:56:47.349Z | Downloaded toml_write v0.1.2 |
| 316 | 2026-08-20T02:56:47.349Z | Downloaded anstyle v1.0.14 |
| 317 | 2026-08-20T02:56:47.352Z | Downloaded heck v0.4.1 |
| 318 | 2026-08-20T02:56:47.352Z | Downloaded anstyle-parse v1.0.0 |
| 319 | 2026-08-20T02:56:47.358Z | Downloaded strsim v0.11.1 |
| 320 | 2026-08-20T02:56:47.364Z | Downloaded proc-macro-error-attr v1.0.4 |
| 321 | 2026-08-20T02:56:47.367Z | Downloaded unicode-linebreak v0.1.5 |
| 322 | 2026-08-20T02:56:47.367Z | Downloaded usdt v0.5.0 |
| 323 | 2026-08-20T02:56:47.370Z | Downloaded fastrand v2.3.0 |
| 324 | 2026-08-20T02:56:47.373Z | Downloaded version_check v0.9.5 |
| 325 | 2026-08-20T02:56:47.375Z | Downloaded tabled_derive v0.7.0 |
| 326 | 2026-08-20T02:56:47.375Z | Downloaded fnv v1.0.7 |
| 327 | 2026-08-20T02:56:47.378Z | Downloaded dtrace-parser v0.2.0 |
| 328 | 2026-08-20T02:56:47.382Z | Downloaded toml_datetime v0.6.11 |
| 329 | 2026-08-20T02:56:47.386Z | Downloaded terminal_size v0.4.3 |
| 330 | 2026-08-20T02:56:47.389Z | Downloaded scroll_derive v0.12.1 |
| 331 | 2026-08-20T02:56:47.392Z | Downloaded cargo_metadata v0.23.1 |
| 332 | 2026-08-20T02:56:47.392Z | Downloaded crypto-common v0.1.7 |
| 333 | 2026-08-20T02:56:47.397Z | Downloaded camino-tempfile v1.4.1 |
| 334 | 2026-08-20T02:56:47.398Z | Downloaded quote v1.0.45 |
| 335 | 2026-08-20T02:56:47.400Z | Downloaded autocfg v1.5.0 |
| 336 | 2026-08-20T02:56:47.405Z | Downloaded smawk v0.3.2 |
| 337 | 2026-08-20T02:56:47.418Z | Downloaded serde_spanned v0.6.9 |
| 338 | 2026-08-20T02:56:47.420Z | Downloaded usdt-attr-macro v0.5.0 |
| 339 | 2026-08-20T02:56:47.423Z | Downloaded fs-err v3.3.0 |
| 340 | 2026-08-20T02:56:47.430Z | Downloaded thiserror-impl v1.0.69 |
| 341 | 2026-08-20T02:56:47.430Z | Downloaded swrite v0.1.0 |
| 342 | 2026-08-20T02:56:47.433Z | Downloaded usdt-impl v0.5.0 |
| 343 | 2026-08-20T02:56:47.433Z | Downloaded usdt-macro v0.5.0 |
| 344 | 2026-08-20T02:56:47.439Z | Downloaded sha2 v0.10.9 |
| 345 | 2026-08-20T02:56:47.449Z | Downloaded serde_derive v1.0.228 |
| 346 | 2026-08-20T02:56:47.452Z | Downloaded textwrap v0.16.2 |
| 347 | 2026-08-20T02:56:47.452Z | Downloaded plain v0.2.3 |
| 348 | 2026-08-20T02:56:47.455Z | Downloaded scroll v0.12.0 |
| 349 | 2026-08-20T02:56:47.455Z | Downloaded proc-macro-error v1.0.4 |
| 350 | 2026-08-20T02:56:47.457Z | Downloaded thiserror-impl v2.0.18 |
| 351 | 2026-08-20T02:56:47.457Z | Downloaded serde_tokenstream v0.2.3 |
| 352 | 2026-08-20T02:56:47.457Z | Downloaded thiserror v2.0.18 |
| 353 | 2026-08-20T02:56:47.460Z | Downloaded semver v1.0.28 |
| 354 | 2026-08-20T02:56:47.463Z | Downloaded tempfile v3.27.0 |
| 355 | 2026-08-20T02:56:47.463Z | Downloaded thiserror v1.0.69 |
| 356 | 2026-08-20T02:56:47.466Z | Downloaded toml v0.8.23 |
| 357 | 2026-08-20T02:56:47.469Z | Downloaded pest_derive v2.8.6 |
| 358 | 2026-08-20T02:56:47.469Z | Downloaded ucd-trie v0.1.7 |
| 359 | 2026-08-20T02:56:47.469Z | Downloaded clap_derive v4.6.1 |
| 360 | 2026-08-20T02:56:47.472Z | Downloaded camino v1.2.5 |
| 361 | 2026-08-20T02:56:47.477Z | Downloaded papergrid v0.11.0 |
| 362 | 2026-08-20T02:56:47.488Z | Downloaded bitflags v2.11.0 |
| 363 | 2026-08-20T02:56:47.499Z | Downloaded anyhow v1.0.104 |
| 364 | 2026-08-20T02:56:47.502Z | Downloaded pest_meta v2.8.6 |
| 365 | 2026-08-20T02:56:47.504Z | Downloaded serde_core v1.0.228 |
| 366 | 2026-08-20T02:56:47.508Z | Downloaded serde v1.0.228 |
| 367 | 2026-08-20T02:56:47.508Z | Downloaded goblin v0.8.2 |
| 368 | 2026-08-20T02:56:47.511Z | Downloaded unicode-ident v1.0.24 |
| 369 | 2026-08-20T02:56:47.524Z | Downloaded proc-macro2 v1.0.106 |
| 370 | 2026-08-20T02:56:47.549Z | Downloaded indexmap v2.14.0 |
| 371 | 2026-08-20T02:56:47.553Z | Downloaded memchr v2.8.0 |
| 372 | 2026-08-20T02:56:47.556Z | Downloaded typenum v1.20.1 |
| 373 | 2026-08-20T02:56:47.563Z | Downloaded toml_edit v0.22.27 |
| 374 | 2026-08-20T02:56:47.576Z | Downloaded pest v2.8.6 |
| 375 | 2026-08-20T02:56:47.580Z | Downloaded serde_json v1.0.151 |
| 376 | 2026-08-20T02:56:47.599Z | Downloaded hashbrown v0.17.0 |
| 377 | 2026-08-20T02:56:47.602Z | Downloaded clap_builder v4.6.0 |
| 378 | 2026-08-20T02:56:47.612Z | Downloaded winnow v0.7.14 |
| 379 | 2026-08-20T02:56:47.635Z | Downloaded tabled v0.15.0 |
| 380 | 2026-08-20T02:56:47.651Z | Downloaded syn v1.0.109 |
| 381 | 2026-08-20T02:56:47.656Z | Downloaded syn v2.0.117 |
| 382 | 2026-08-20T02:56:47.662Z | Downloaded unicode-width v0.2.0 |
| 383 | 2026-08-20T02:56:47.665Z | Downloaded unicode-width v0.1.14 |
| 384 | 2026-08-20T02:56:47.673Z | Downloaded rustix v1.1.4 |
| 385 | 2026-08-20T02:56:47.695Z | Downloaded libc v0.2.185 |
| 386 | 2026-08-20T02:56:47.759Z | Compiling proc-macro2 v1.0.106 |
| 387 | 2026-08-20T02:56:47.759Z | Compiling unicode-ident v1.0.24 |
| 388 | 2026-08-20T02:56:47.759Z | Compiling quote v1.0.45 |
| 389 | 2026-08-20T02:56:47.759Z | Compiling serde_core v1.0.228 |
| 390 | 2026-08-20T02:56:47.804Z | Compiling libc v0.2.185 |
| 391 | 2026-08-20T02:56:47.804Z | Compiling version_check v0.9.5 |
| 392 | 2026-08-20T02:56:47.804Z | Compiling memchr v2.8.0 |
| 393 | 2026-08-20T02:56:47.804Z | Compiling serde v1.0.228 |
| 394 | 2026-08-20T02:56:48.124Z | Compiling zmij v1.0.21 |
| 395 | 2026-08-20T02:56:48.300Z | Compiling ucd-trie v0.1.7 |
| 396 | 2026-08-20T02:56:48.439Z | Compiling thiserror v1.0.69 |
| 397 | 2026-08-20T02:56:48.586Z | Compiling itoa v1.0.17 |
| 398 | 2026-08-20T02:56:48.646Z | Compiling pest v2.8.6 |
| 399 | 2026-08-20T02:56:48.758Z | Compiling rustix v1.1.4 |
| 400 | 2026-08-20T02:56:48.822Z | Compiling byteorder v1.5.0 |
| 401 | 2026-08-20T02:56:48.953Z | Compiling errno v0.3.14 |
| 402 | 2026-08-20T02:56:49.048Z | Compiling bitflags v2.11.0 |
| 403 | 2026-08-20T02:56:49.171Z | Compiling serde_json v1.0.151 |
| 404 | 2026-08-20T02:56:49.321Z | Compiling syn v2.0.117 |
| 405 | 2026-08-20T02:56:49.426Z | Compiling thread-id v4.2.2 |
| 406 | 2026-08-20T02:56:49.504Z | Compiling proc-macro-error-attr v1.0.4 |
| 407 | 2026-08-20T02:56:49.541Z | Compiling usdt-impl v0.5.0 |
| 408 | 2026-08-20T02:56:49.541Z | Compiling camino v1.2.5 |
| 409 | 2026-08-20T02:56:49.596Z | Compiling syn v1.0.109 |
| 410 | 2026-08-20T02:56:49.677Z | Compiling pest_meta v2.8.6 |
| 411 | 2026-08-20T02:56:49.938Z | Compiling proc-macro-error v1.0.4 |
| 412 | 2026-08-20T02:56:49.971Z | Compiling equivalent v1.0.2 |
| 413 | 2026-08-20T02:56:49.982Z | Compiling plain v0.2.3 |
| 414 | 2026-08-20T02:56:50.046Z | Compiling log v0.4.33 |
| 415 | 2026-08-20T02:56:50.086Z | Compiling hashbrown v0.17.0 |
| 416 | 2026-08-20T02:56:50.261Z | Compiling getrandom v0.3.4 |
| 417 | 2026-08-20T02:56:50.265Z | Compiling utf8parse v0.2.2 |
| 418 | 2026-08-20T02:56:50.378Z | Compiling anstyle-parse v1.0.0 |
| 419 | 2026-08-20T02:56:50.568Z | Compiling terminal_size v0.4.3 |
| 420 | 2026-08-20T02:56:50.606Z | Compiling indexmap v2.14.0 |
| 421 | 2026-08-20T02:56:51.135Z | Compiling autocfg v1.5.0 |
| 422 | 2026-08-20T02:56:51.152Z | Compiling anstyle-query v1.1.5 |
| 423 | 2026-08-20T02:56:51.215Z | Compiling is_terminal_polyfill v1.70.2 |
| 424 | 2026-08-20T02:56:51.261Z | Compiling winnow v0.7.14 |
| 425 | 2026-08-20T02:56:51.296Z | Compiling toml_write v0.1.2 |
| 426 | 2026-08-20T02:56:51.313Z | Compiling anstyle v1.0.14 |
| 427 | 2026-08-20T02:56:51.327Z | Compiling cfg-if v1.0.4 |
| 428 | 2026-08-20T02:56:51.424Z | Compiling thiserror v2.0.18 |
| 429 | 2026-08-20T02:56:51.488Z | Compiling pretty-hex v0.4.1 |
| 430 | 2026-08-20T02:56:51.513Z | Compiling colorchoice v1.0.4 |
| 431 | 2026-08-20T02:56:51.554Z | Compiling fs-err v3.3.0 |
| 432 | 2026-08-20T02:56:51.616Z | Compiling pest_generator v2.8.6 |
| 433 | 2026-08-20T02:56:51.619Z | Compiling anstream v1.0.0 |
| 434 | 2026-08-20T02:56:51.755Z | Compiling fnv v1.0.7 |
| 435 | 2026-08-20T02:56:51.853Z | Compiling heck v0.5.0 |
| 436 | 2026-08-20T02:56:51.901Z | Compiling fastrand v2.3.0 |
| 437 | 2026-08-20T02:56:51.948Z | Compiling anyhow v1.0.104 |
| 438 | 2026-08-20T02:56:51.967Z | Compiling unicode-width v0.1.14 |
| 439 | 2026-08-20T02:56:52.125Z | Compiling bytecount v0.6.9 |
| 440 | 2026-08-20T02:56:52.230Z | Compiling heck v0.4.1 |
| 441 | 2026-08-20T02:56:52.251Z | Compiling once_cell v1.21.3 |
| 442 | 2026-08-20T02:56:52.269Z | Compiling strsim v0.11.1 |
| 443 | 2026-08-20T02:56:52.325Z | Compiling clap_lex v1.0.0 |
| 444 | 2026-08-20T02:56:52.457Z | Compiling clap_builder v4.6.0 |
| 445 | 2026-08-20T02:56:52.472Z | Compiling tempfile v3.27.0 |
| 446 | 2026-08-20T02:56:52.535Z | Compiling papergrid v0.11.0 |
| 447 | 2026-08-20T02:56:52.613Z | Compiling cargo-platform v0.3.2 |
| 448 | 2026-08-20T02:56:52.687Z | Compiling semver v1.0.28 |
| 449 | 2026-08-20T02:56:52.719Z | Compiling memmap v0.7.0 |
| 450 | 2026-08-20T02:56:52.843Z | Compiling unicode-width v0.2.0 |
| 451 | 2026-08-20T02:56:52.870Z | Compiling smawk v0.3.2 |
| 452 | 2026-08-20T02:56:52.908Z | Compiling unicode-linebreak v0.1.5 |
| 453 | 2026-08-20T02:56:52.927Z | Compiling tabled_derive v0.7.0 |
| 454 | 2026-08-20T02:56:53.052Z | Compiling camino-tempfile v1.4.1 |
| 455 | 2026-08-20T02:56:53.114Z | Compiling textwrap v0.16.2 |
| 456 | 2026-08-20T02:56:53.219Z | Compiling swrite v0.1.0 |
| 457 | 2026-08-20T02:56:53.223Z | Compiling serde_derive v1.0.228 |
| 458 | 2026-08-20T02:56:53.293Z | Compiling thiserror-impl v1.0.69 |
| 459 | 2026-08-20T02:56:53.337Z | Compiling zerocopy-derive v0.7.35 |
| 460 | 2026-08-20T02:56:53.486Z | Compiling pest_derive v2.8.6 |
| 461 | 2026-08-20T02:56:53.574Z | Compiling scroll_derive v0.12.1 |
| 462 | 2026-08-20T02:56:53.829Z | Compiling thiserror-impl v2.0.18 |
| 463 | 2026-08-20T02:56:53.933Z | Compiling clap_derive v4.6.1 |
| 464 | 2026-08-20T02:56:53.944Z | Compiling tabled v0.15.0 |
| 465 | 2026-08-20T02:56:54.201Z | Compiling zerocopy v0.7.35 |
| 466 | 2026-08-20T02:56:54.294Z | Compiling scroll v0.12.0 |
| 467 | 2026-08-20T02:56:54.564Z | Compiling goblin v0.8.2 |
| 468 | 2026-08-20T02:56:54.701Z | Compiling dtrace-parser v0.2.0 |
| 469 | 2026-08-20T02:56:55.587Z | Compiling clap v4.6.1 |
| 470 | 2026-08-20T02:56:56.112Z | Compiling dof v0.3.0 |
| 471 | 2026-08-20T02:56:56.112Z | Compiling serde_tokenstream v0.2.3 |
| 472 | 2026-08-20T02:56:56.130Z | Compiling serde_spanned v0.6.9 |
| 473 | 2026-08-20T02:56:56.145Z | Compiling toml_datetime v0.6.11 |
| 474 | 2026-08-20T02:56:56.145Z | Compiling macaddr v1.0.1 |
| 475 | 2026-08-20T02:56:56.195Z | Compiling cargo_metadata v0.23.1 |
| 476 | 2026-08-20T02:56:56.213Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 477 | 2026-08-20T02:56:56.320Z | Compiling toml_edit v0.22.27 |
| 478 | 2026-08-20T02:56:56.824Z | Compiling usdt-macro v0.5.0 |
| 479 | 2026-08-20T02:56:56.851Z | Compiling usdt-attr-macro v0.5.0 |
| 480 | 2026-08-20T02:56:57.489Z | Compiling usdt v0.5.0 |
| 481 | 2026-08-20T02:56:57.659Z | Compiling toml v0.8.23 |
| 482 | 2026-08-20T02:56:57.989Z | Compiling cargo_toml v0.21.0 |
| 483 | 2026-08-20T02:56:59.271Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 484 | 2026-08-20T02:57:01.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.04s |
| 485 | 2026-08-20T02:57:01.532Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 486 | 2026-08-20T02:57:02.051Z | Downloading crates ... |
| 487 | 2026-08-20T02:57:02.106Z | Downloaded bitfield-macros v0.19.4 |
| 488 | 2026-08-20T02:57:02.115Z | Downloaded cmake v0.1.57 |
| 489 | 2026-08-20T02:57:02.122Z | Downloaded async-stream v0.3.6 |
| 490 | 2026-08-20T02:57:02.125Z | Downloaded async-stream-impl v0.3.6 |
| 491 | 2026-08-20T02:57:02.129Z | Downloaded async-recursion v1.1.1 |
| 492 | 2026-08-20T02:57:02.132Z | Downloaded base16ct v0.2.0 |
| 493 | 2026-08-20T02:57:02.141Z | Downloaded atomic-waker v1.1.2 |
| 494 | 2026-08-20T02:57:02.142Z | Downloaded blake3 v1.8.5 |
| 495 | 2026-08-20T02:57:02.147Z | Downloaded allocator-api2 v0.2.21 |
| 496 | 2026-08-20T02:57:02.147Z | Downloaded ascii-canvas v3.0.0 |
| 497 | 2026-08-20T02:57:02.150Z | Downloaded futures-task v0.3.32 |
| 498 | 2026-08-20T02:57:02.154Z | Downloaded backtrace v0.3.76 |
| 499 | 2026-08-20T02:57:02.154Z | Downloaded foreign-types-shared v0.3.1 |
| 500 | 2026-08-20T02:57:02.154Z | Downloaded endian-type v0.1.2 |
| 501 | 2026-08-20T02:57:02.154Z | Downloaded ghash v0.6.0 |
| 502 | 2026-08-20T02:57:02.157Z | Downloaded env_logger v0.11.11 |
| 503 | 2026-08-20T02:57:02.157Z | Downloaded erased-serde v0.3.31 |
| 504 | 2026-08-20T02:57:02.160Z | Downloaded fallible-iterator v0.2.0 |
| 505 | 2026-08-20T02:57:02.160Z | Downloaded ff v0.13.1 |
| 506 | 2026-08-20T02:57:02.160Z | Downloaded backon v1.6.0 |
| 507 | 2026-08-20T02:57:02.160Z | Downloaded atomicwrites v0.4.4 |
| 508 | 2026-08-20T02:57:02.164Z | Downloaded const-oid v0.10.2 |
| 509 | 2026-08-20T02:57:02.167Z | Downloaded flagset v0.4.7 |
| 510 | 2026-08-20T02:57:02.167Z | Downloaded enum-as-inner v0.6.1 |
| 511 | 2026-08-20T02:57:02.167Z | Downloaded foreign-types v0.5.0 |
| 512 | 2026-08-20T02:57:02.167Z | Downloaded arc-swap v1.8.2 |
| 513 | 2026-08-20T02:57:02.171Z | Downloaded glob v0.3.3 |
| 514 | 2026-08-20T02:57:02.175Z | Downloaded adler2 v2.0.1 |
| 515 | 2026-08-20T02:57:02.175Z | Downloaded atty v0.2.14 |
| 516 | 2026-08-20T02:57:02.179Z | Downloaded aead v0.5.2 |
| 517 | 2026-08-20T02:57:02.179Z | Downloaded compression-core v0.4.31 |
| 518 | 2026-08-20T02:57:02.182Z | Downloaded fs_extra v1.3.0 |
| 519 | 2026-08-20T02:57:02.182Z | Downloaded foldhash v0.1.5 |
| 520 | 2026-08-20T02:57:02.183Z | Downloaded foldhash v0.2.0 |
| 521 | 2026-08-20T02:57:02.187Z | Downloaded float-cmp v0.10.0 |
| 522 | 2026-08-20T02:57:02.187Z | Downloaded argon2 v0.5.3 |
| 523 | 2026-08-20T02:57:02.187Z | Downloaded backtrace-ext v0.2.1 |
| 524 | 2026-08-20T02:57:02.191Z | Downloaded block-padding v0.4.2 |
| 525 | 2026-08-20T02:57:02.191Z | Downloaded funty v2.0.0 |
| 526 | 2026-08-20T02:57:02.194Z | Downloaded embedded-io v0.6.1 |
| 527 | 2026-08-20T02:57:02.194Z | Downloaded expectorate v1.2.0 |
| 528 | 2026-08-20T02:57:02.194Z | Downloaded futures-executor v0.3.32 |
| 529 | 2026-08-20T02:57:02.197Z | Downloaded bitfield-struct v0.6.2 |
| 530 | 2026-08-20T02:57:02.197Z | Downloaded ciborium-ll v0.2.2 |
| 531 | 2026-08-20T02:57:02.197Z | Downloaded env_filter v2.0.0 |
| 532 | 2026-08-20T02:57:02.197Z | Downloaded embedded-io v0.4.0 |
| 533 | 2026-08-20T02:57:02.200Z | Downloaded aead v0.6.1 |
| 534 | 2026-08-20T02:57:02.201Z | Downloaded fs-err v2.11.0 |
| 535 | 2026-08-20T02:57:02.204Z | Downloaded anstream v0.6.21 |
| 536 | 2026-08-20T02:57:02.204Z | Downloaded futures-core v0.3.32 |
| 537 | 2026-08-20T02:57:02.207Z | Downloaded fixedbitset v0.4.2 |
| 538 | 2026-08-20T02:57:02.210Z | Downloaded foreign-types-shared v0.1.1 |
| 539 | 2026-08-20T02:57:02.210Z | Downloaded futures-sink v0.3.32 |
| 540 | 2026-08-20T02:57:02.210Z | Downloaded float-ord v0.3.2 |
| 541 | 2026-08-20T02:57:02.210Z | Downloaded fd-lock v4.0.4 |
| 542 | 2026-08-20T02:57:02.213Z | Downloaded form_urlencoded v1.2.2 |
| 543 | 2026-08-20T02:57:02.213Z | Downloaded block-buffer v0.12.1 |
| 544 | 2026-08-20T02:57:02.217Z | Downloaded fxhash v0.2.1 |
| 545 | 2026-08-20T02:57:02.220Z | Downloaded hex v0.4.3 |
| 546 | 2026-08-20T02:57:02.223Z | Downloaded enum_dispatch v0.3.13 |
| 547 | 2026-08-20T02:57:02.226Z | Downloaded futures-io v0.3.32 |
| 548 | 2026-08-20T02:57:02.226Z | Downloaded cfg_aliases v0.2.1 |
| 549 | 2026-08-20T02:57:02.226Z | Downloaded castaway v0.2.4 |
| 550 | 2026-08-20T02:57:02.229Z | Downloaded cfg_aliases v0.1.1 |
| 551 | 2026-08-20T02:57:02.229Z | Downloaded bb8 v0.8.6 |
| 552 | 2026-08-20T02:57:02.234Z | Downloaded futures-macro v0.3.32 |
| 553 | 2026-08-20T02:57:02.237Z | Downloaded http-body v1.0.1 |
| 554 | 2026-08-20T02:57:02.285Z | Downloaded hash32 v0.3.1 |
| 555 | 2026-08-20T02:57:02.285Z | Downloaded httpdate v1.0.3 |
| 556 | 2026-08-20T02:57:02.285Z | Downloaded hubpack_derive v0.1.1 |
| 557 | 2026-08-20T02:57:02.285Z | Downloaded gethostname v0.5.0 |
| 558 | 2026-08-20T02:57:02.285Z | Downloaded headers-core v0.3.0 |
| 559 | 2026-08-20T02:57:02.285Z | Downloaded array-init v0.0.4 |
| 560 | 2026-08-20T02:57:02.285Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 561 | 2026-08-20T02:57:02.285Z | Downloaded hash32 v0.2.1 |
| 562 | 2026-08-20T02:57:02.285Z | Downloaded ciborium-io v0.2.2 |
| 563 | 2026-08-20T02:57:02.285Z | Downloaded arrayref v0.3.9 |
| 564 | 2026-08-20T02:57:02.285Z | Downloaded base16ct v1.0.0 |
| 565 | 2026-08-20T02:57:02.285Z | Downloaded globwalk v0.9.1 |
| 566 | 2026-08-20T02:57:02.285Z | Downloaded hex-literal v1.1.0 |
| 567 | 2026-08-20T02:57:02.285Z | Downloaded hostname v0.4.2 |
| 568 | 2026-08-20T02:57:02.285Z | Downloaded foreign-types-macros v0.2.3 |
| 569 | 2026-08-20T02:57:02.285Z | Downloaded assert_matches v1.5.0 |
| 570 | 2026-08-20T02:57:02.285Z | Downloaded newline-converter v0.3.0 |
| 571 | 2026-08-20T02:57:02.286Z | Downloaded hostname v0.3.1 |
| 572 | 2026-08-20T02:57:02.286Z | Downloaded git-stub v1.0.0 |
| 573 | 2026-08-20T02:57:02.286Z | Downloaded bit-set v0.5.3 |
| 574 | 2026-08-20T02:57:02.286Z | Downloaded nodrop v0.1.14 |
| 575 | 2026-08-20T02:57:02.286Z | Downloaded normalize-line-endings v0.3.0 |
| 576 | 2026-08-20T02:57:02.292Z | Downloaded cbc v0.2.1 |
| 577 | 2026-08-20T02:57:02.292Z | Downloaded async-trait v0.1.89 |
| 578 | 2026-08-20T02:57:02.293Z | Downloaded cexpr v0.6.0 |
| 579 | 2026-08-20T02:57:02.293Z | Downloaded backoff v0.4.0 |
| 580 | 2026-08-20T02:57:02.293Z | Downloaded blowfish v0.10.0 |
| 581 | 2026-08-20T02:57:02.293Z | Downloaded buf-list v1.1.2 |
| 582 | 2026-08-20T02:57:02.293Z | Downloaded cmov v0.5.4 |
| 583 | 2026-08-20T02:57:02.293Z | Downloaded filetime v0.2.27 |
| 584 | 2026-08-20T02:57:02.293Z | Downloaded addr2line v0.25.1 |
| 585 | 2026-08-20T02:57:02.293Z | Downloaded bzip2 v0.4.4 |
| 586 | 2026-08-20T02:57:02.293Z | Downloaded highway v1.3.0 |
| 587 | 2026-08-20T02:57:02.297Z | Downloaded foreign-types v0.3.2 |
| 588 | 2026-08-20T02:57:02.297Z | Downloaded http-range v0.1.5 |
| 589 | 2026-08-20T02:57:02.297Z | Downloaded openssl-macros v0.1.1 |
| 590 | 2026-08-20T02:57:02.297Z | Downloaded phf_shared v0.11.3 |
| 591 | 2026-08-20T02:57:02.297Z | Downloaded password-hash v0.6.1 |
| 592 | 2026-08-20T02:57:02.297Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 593 | 2026-08-20T02:57:02.301Z | Downloaded rand_pcg v0.10.2 |
| 594 | 2026-08-20T02:57:02.305Z | Downloaded home v0.5.12 |
| 595 | 2026-08-20T02:57:02.305Z | Downloaded serde_plain v1.0.2 |
| 596 | 2026-08-20T02:57:02.309Z | Downloaded bitfield v0.19.4 |
| 597 | 2026-08-20T02:57:02.309Z | Downloaded bs58 v0.5.1 |
| 598 | 2026-08-20T02:57:02.309Z | Downloaded bit-vec v0.8.0 |
| 599 | 2026-08-20T02:57:02.312Z | Downloaded bit-set v0.8.0 |
| 600 | 2026-08-20T02:57:02.312Z | Downloaded hubpack v0.1.2 |
| 601 | 2026-08-20T02:57:02.312Z | Downloaded bcs v0.1.6 |
| 602 | 2026-08-20T02:57:02.315Z | Downloaded ff v0.14.0 |
| 603 | 2026-08-20T02:57:02.315Z | Downloaded cobs v0.3.0 |
| 604 | 2026-08-20T02:57:02.315Z | Downloaded path-slash v0.1.5 |
| 605 | 2026-08-20T02:57:02.318Z | Downloaded arrayvec v0.7.6 |
| 606 | 2026-08-20T02:57:02.321Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 607 | 2026-08-20T02:57:02.321Z | Downloaded precomputed-hash v0.1.1 |
| 608 | 2026-08-20T02:57:02.325Z | Downloaded recursive v0.1.1 |
| 609 | 2026-08-20T02:57:02.325Z | Downloaded russh-cryptovec v0.62.0 |
| 610 | 2026-08-20T02:57:02.325Z | Downloaded base64ct v1.8.3 |
| 611 | 2026-08-20T02:57:02.325Z | Downloaded psl-types v2.0.11 |
| 612 | 2026-08-20T02:57:02.328Z | Downloaded nibble_vec v0.1.0 |
| 613 | 2026-08-20T02:57:02.328Z | Downloaded bit-vec v0.6.3 |
| 614 | 2026-08-20T02:57:02.328Z | Downloaded scheduled-thread-pool v0.2.7 |
| 615 | 2026-08-20T02:57:02.331Z | Downloaded sapling-renderdag v0.1.0 |
| 616 | 2026-08-20T02:57:02.335Z | Downloaded cassowary v0.3.0 |
| 617 | 2026-08-20T02:57:02.335Z | Downloaded chacha20 v0.9.1 |
| 618 | 2026-08-20T02:57:02.335Z | Downloaded num-integer v0.1.46 |
| 619 | 2026-08-20T02:57:02.335Z | Downloaded num_enum v0.5.11 |
| 620 | 2026-08-20T02:57:02.338Z | Downloaded http-body-util v0.1.3 |
| 621 | 2026-08-20T02:57:02.341Z | Downloaded git-stub-vcs v0.1.0 |
| 622 | 2026-08-20T02:57:02.341Z | Downloaded globset v0.4.18 |
| 623 | 2026-08-20T02:57:02.341Z | Downloaded compression-codecs v0.4.37 |
| 624 | 2026-08-20T02:57:02.344Z | Downloaded anstyle-parse v0.2.7 |
| 625 | 2026-08-20T02:57:02.344Z | Downloaded byte-wrapper v0.1.0 |
| 626 | 2026-08-20T02:57:02.344Z | Downloaded cipher v0.4.4 |
| 627 | 2026-08-20T02:57:02.349Z | Downloaded cipher v0.5.2 |
| 628 | 2026-08-20T02:57:02.349Z | Downloaded ena v0.14.4 |
| 629 | 2026-08-20T02:57:02.349Z | Downloaded bitflags v1.3.2 |
| 630 | 2026-08-20T02:57:02.352Z | Downloaded ciborium v0.2.2 |
| 631 | 2026-08-20T02:57:02.352Z | Downloaded sigpipe v0.1.3 |
| 632 | 2026-08-20T02:57:02.352Z | Downloaded signal-hook-tokio v0.3.1 |
| 633 | 2026-08-20T02:57:02.355Z | Downloaded hmac v0.12.1 |
| 634 | 2026-08-20T02:57:02.355Z | Downloaded strsim v0.10.0 |
| 635 | 2026-08-20T02:57:02.356Z | Downloaded strum v0.27.2 |
| 636 | 2026-08-20T02:57:02.356Z | Downloaded supports-hyperlinks v3.2.0 |
| 637 | 2026-08-20T02:57:02.356Z | Downloaded hmac v0.13.0 |
| 638 | 2026-08-20T02:57:02.360Z | Downloaded oxide-update-engine v0.1.2 |
| 639 | 2026-08-20T02:57:02.360Z | Downloaded semver v0.1.20 |
| 640 | 2026-08-20T02:57:02.366Z | Downloaded progenitor-client v0.13.0 |
| 641 | 2026-08-20T02:57:02.366Z | Downloaded rustc_version v0.4.1 |
| 642 | 2026-08-20T02:57:02.366Z | Downloaded rand_chacha v0.9.0 |
| 643 | 2026-08-20T02:57:02.366Z | Downloaded resolv-conf v0.7.6 |
| 644 | 2026-08-20T02:57:02.369Z | Downloaded scopeguard v1.2.0 |
| 645 | 2026-08-20T02:57:02.369Z | Downloaded tokio-macros v2.7.0 |
| 646 | 2026-08-20T02:57:02.369Z | Downloaded group v0.13.0 |
| 647 | 2026-08-20T02:57:02.369Z | Downloaded group v0.14.0 |
| 648 | 2026-08-20T02:57:02.369Z | Downloaded paste v1.0.15 |
| 649 | 2026-08-20T02:57:02.373Z | Downloaded try-lock v0.2.5 |
| 650 | 2026-08-20T02:57:02.377Z | Downloaded poly1305 v0.8.0 |
| 651 | 2026-08-20T02:57:02.380Z | Downloaded rustversion v1.0.22 |
| 652 | 2026-08-20T02:57:02.380Z | Downloaded console v0.15.11 |
| 653 | 2026-08-20T02:57:02.384Z | Downloaded ahash v0.8.12 |
| 654 | 2026-08-20T02:57:02.388Z | Downloaded cancel-safe-futures v0.1.5 |
| 655 | 2026-08-20T02:57:02.388Z | Downloaded sqlparser_derive v0.5.0 |
| 656 | 2026-08-20T02:57:02.388Z | Downloaded argon2 v0.6.0-rc.8 |
| 657 | 2026-08-20T02:57:02.391Z | Downloaded bzip2 v0.6.1 |
| 658 | 2026-08-20T02:57:02.391Z | Downloaded clang-sys v1.8.1 |
| 659 | 2026-08-20T02:57:02.391Z | Downloaded colored v2.2.0 |
| 660 | 2026-08-20T02:57:02.395Z | Downloaded console v0.16.2 |
| 661 | 2026-08-20T02:57:02.395Z | Downloaded colored v3.1.1 |
| 662 | 2026-08-20T02:57:02.395Z | Downloaded camino-tempfile-ext v0.3.3 |
| 663 | 2026-08-20T02:57:02.398Z | Downloaded chacha20 v0.10.0 |
| 664 | 2026-08-20T02:57:02.398Z | Downloaded async-bb8-diesel v0.2.1 |
| 665 | 2026-08-20T02:57:02.398Z | Downloaded fixedbitset v0.5.7 |
| 666 | 2026-08-20T02:57:02.401Z | Downloaded pin-project-internal v1.1.11 |
| 667 | 2026-08-20T02:57:02.401Z | Downloaded typify-macro v0.6.2 |
| 668 | 2026-08-20T02:57:02.401Z | Downloaded unarray v0.1.4 |
| 669 | 2026-08-20T02:57:02.406Z | Downloaded utf-8 v0.7.6 |
| 670 | 2026-08-20T02:57:02.409Z | Downloaded utf8_iter v1.0.4 |
| 671 | 2026-08-20T02:57:02.414Z | Downloaded yoke-derive v0.8.1 |
| 672 | 2026-08-20T02:57:02.419Z | Downloaded convert_case v0.4.0 |
| 673 | 2026-08-20T02:57:02.422Z | Downloaded futures v0.3.32 |
| 674 | 2026-08-20T02:57:02.425Z | Downloaded aes v0.9.1 |
| 675 | 2026-08-20T02:57:02.428Z | Downloaded postgres-types v0.2.12 |
| 676 | 2026-08-20T02:57:02.428Z | Downloaded find-msvc-tools v0.1.9 |
| 677 | 2026-08-20T02:57:02.431Z | Downloaded synstructure v0.13.2 |
| 678 | 2026-08-20T02:57:02.431Z | Downloaded rusty-fork v0.3.1 |
| 679 | 2026-08-20T02:57:02.431Z | Downloaded serdect v0.4.3 |
| 680 | 2026-08-20T02:57:02.431Z | Downloaded httparse v1.10.1 |
| 681 | 2026-08-20T02:57:02.435Z | Downloaded zone_cfg_derive v0.3.1 |
| 682 | 2026-08-20T02:57:02.435Z | Downloaded crunchy v0.2.4 |
| 683 | 2026-08-20T02:57:02.439Z | Downloaded pin-project-lite v0.2.17 |
| 684 | 2026-08-20T02:57:02.442Z | Downloaded dof v0.4.0 |
| 685 | 2026-08-20T02:57:02.442Z | Downloaded difflib v0.4.0 |
| 686 | 2026-08-20T02:57:02.442Z | Downloaded document-features v0.2.12 |
| 687 | 2026-08-20T02:57:02.445Z | Downloaded dirs-sys-next v0.1.2 |
| 688 | 2026-08-20T02:57:02.445Z | Downloaded tls_codec v0.4.2 |
| 689 | 2026-08-20T02:57:02.449Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 690 | 2026-08-20T02:57:02.449Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 691 | 2026-08-20T02:57:02.449Z | Downloaded wait-timeout v0.2.1 |
| 692 | 2026-08-20T02:57:02.449Z | Downloaded blake2 v0.11.0-rc.6 |
| 693 | 2026-08-20T02:57:02.452Z | Downloaded elliptic-curve v0.14.1 |
| 694 | 2026-08-20T02:57:02.452Z | Downloaded psm v0.1.30 |
| 695 | 2026-08-20T02:57:02.456Z | Downloaded xshell-macros v0.2.7 |
| 696 | 2026-08-20T02:57:02.456Z | Downloaded blake2 v0.10.6 |
| 697 | 2026-08-20T02:57:02.456Z | Downloaded const-oid v0.9.6 |
| 698 | 2026-08-20T02:57:02.457Z | Downloaded zeroize_derive v1.5.0 |
| 699 | 2026-08-20T02:57:02.457Z | Downloaded crc-catalog v2.4.0 |
| 700 | 2026-08-20T02:57:02.460Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 701 | 2026-08-20T02:57:02.460Z | Downloaded defmt-parser v1.0.0 |
| 702 | 2026-08-20T02:57:02.463Z | Downloaded omicron-zone-package v0.12.3 |
| 703 | 2026-08-20T02:57:02.466Z | Downloaded num_enum v0.7.6 |
| 704 | 2026-08-20T02:57:02.469Z | Downloaded sec1 v0.8.1 |
| 705 | 2026-08-20T02:57:02.469Z | Downloaded parking_lot v0.12.5 |
| 706 | 2026-08-20T02:57:02.469Z | Downloaded unicase v2.9.0 |
| 707 | 2026-08-20T02:57:02.472Z | Downloaded wyz v0.5.1 |
| 708 | 2026-08-20T02:57:02.472Z | Downloaded whoami v2.1.0 |
| 709 | 2026-08-20T02:57:02.477Z | Downloaded kem v0.3.0 |
| 710 | 2026-08-20T02:57:02.477Z | Downloaded parse-display-derive v0.10.0 |
| 711 | 2026-08-20T02:57:02.477Z | Downloaded slog-stdlog v4.1.1 |
| 712 | 2026-08-20T02:57:02.477Z | Downloaded lru-slab v0.1.2 |
| 713 | 2026-08-20T02:57:02.477Z | Downloaded hyper-tls v0.6.0 |
| 714 | 2026-08-20T02:57:02.480Z | Downloaded slog-term v2.9.2 |
| 715 | 2026-08-20T02:57:02.480Z | Downloaded ssh-cipher v0.3.0 |
| 716 | 2026-08-20T02:57:02.480Z | Downloaded time-macros v0.2.27 |
| 717 | 2026-08-20T02:57:02.480Z | Downloaded strum_macros v0.27.2 |
| 718 | 2026-08-20T02:57:02.484Z | Downloaded termios v0.3.3 |
| 719 | 2026-08-20T02:57:02.484Z | Downloaded indoc v1.0.9 |
| 720 | 2026-08-20T02:57:02.484Z | Downloaded lzss v0.8.2 |
| 721 | 2026-08-20T02:57:02.487Z | Downloaded dtrace-parser v0.3.0 |
| 722 | 2026-08-20T02:57:02.487Z | Downloaded slog-dtrace v0.3.0 |
| 723 | 2026-08-20T02:57:02.490Z | Downloaded zerovec-derive v0.11.2 |
| 724 | 2026-08-20T02:57:02.494Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 725 | 2026-08-20T02:57:02.500Z | Downloaded corncobs v0.1.4 |
| 726 | 2026-08-20T02:57:02.504Z | Downloaded tokio-tungstenite v0.23.1 |
| 727 | 2026-08-20T02:57:02.504Z | Downloaded ctr v0.10.1 |
| 728 | 2026-08-20T02:57:02.504Z | Downloaded deranged v0.5.8 |
| 729 | 2026-08-20T02:57:02.504Z | Downloaded futures-channel v0.3.32 |
| 730 | 2026-08-20T02:57:02.508Z | Downloaded num-iter v0.1.45 |
| 731 | 2026-08-20T02:57:02.508Z | Downloaded instability v0.3.11 |
| 732 | 2026-08-20T02:57:02.511Z | Downloaded tracing-attributes v0.1.31 |
| 733 | 2026-08-20T02:57:02.515Z | Downloaded compact_str v0.8.1 |
| 734 | 2026-08-20T02:57:02.519Z | Downloaded half v1.8.3 |
| 735 | 2026-08-20T02:57:02.520Z | Downloaded chumsky v0.9.3 |
| 736 | 2026-08-20T02:57:02.523Z | Downloaded quinn-udp v0.5.14 |
| 737 | 2026-08-20T02:57:02.523Z | Downloaded rustls-pemfile v2.2.0 |
| 738 | 2026-08-20T02:57:02.523Z | Downloaded bytes v1.11.1 |
| 739 | 2026-08-20T02:57:02.527Z | Downloaded libscf-sys v1.2.0 |
| 740 | 2026-08-20T02:57:02.527Z | Downloaded is_ci v1.2.0 |
| 741 | 2026-08-20T02:57:02.530Z | Downloaded olpc-cjson v0.1.4 |
| 742 | 2026-08-20T02:57:02.535Z | Downloaded getrandom v0.2.17 |
| 743 | 2026-08-20T02:57:02.539Z | Downloaded ar_archive_writer v0.5.1 |
| 744 | 2026-08-20T02:57:02.539Z | Downloaded potential_utf v0.1.4 |
| 745 | 2026-08-20T02:57:02.542Z | Downloaded predicates-core v1.0.10 |
| 746 | 2026-08-20T02:57:02.542Z | Downloaded fatfs v0.3.6 |
| 747 | 2026-08-20T02:57:02.542Z | Downloaded chacha20poly1305 v0.10.1 |
| 748 | 2026-08-20T02:57:02.545Z | Downloaded mime v0.3.17 |
| 749 | 2026-08-20T02:57:02.549Z | Downloaded num_enum_derive v0.7.6 |
| 750 | 2026-08-20T02:57:02.553Z | Downloaded new_debug_unreachable v1.0.6 |
| 751 | 2026-08-20T02:57:02.556Z | Downloaded secrecy v0.10.3 |
| 752 | 2026-08-20T02:57:02.556Z | Downloaded serde_cbor v0.11.2 |
| 753 | 2026-08-20T02:57:02.562Z | Downloaded oso v0.27.3 |
| 754 | 2026-08-20T02:57:02.565Z | Downloaded snafu-derive v0.8.9 |
| 755 | 2026-08-20T02:57:02.565Z | Downloaded thread_local v1.1.9 |
| 756 | 2026-08-20T02:57:02.570Z | Downloaded ipnet v2.12.0 |
| 757 | 2026-08-20T02:57:02.570Z | Downloaded libefi-sys v0.1.0 |
| 758 | 2026-08-20T02:57:02.570Z | Downloaded prefix-trie v0.7.0 |
| 759 | 2026-08-20T02:57:02.573Z | Downloaded darling v0.20.11 |
| 760 | 2026-08-20T02:57:02.576Z | Downloaded der_derive v0.7.3 |
| 761 | 2026-08-20T02:57:02.576Z | Downloaded diesel-dtrace v0.5.0 |
| 762 | 2026-08-20T02:57:02.579Z | Downloaded linear-map v1.2.0 |
| 763 | 2026-08-20T02:57:02.579Z | Downloaded rfc6979 v0.6.0 |
| 764 | 2026-08-20T02:57:02.586Z | Downloaded scroll_derive v0.13.1 |
| 765 | 2026-08-20T02:57:02.586Z | Downloaded slog-envlogger v2.2.0 |
| 766 | 2026-08-20T02:57:02.589Z | Downloaded secrecy v0.8.0 |
| 767 | 2026-08-20T02:57:02.589Z | Downloaded slog-bunyan v2.5.0 |
| 768 | 2026-08-20T02:57:02.589Z | Downloaded strum v0.26.3 |
| 769 | 2026-08-20T02:57:02.590Z | Downloaded tap v1.0.1 |
| 770 | 2026-08-20T02:57:02.590Z | Downloaded base64 v0.21.7 |
| 771 | 2026-08-20T02:57:02.590Z | Downloaded term v1.2.1 |
| 772 | 2026-08-20T02:57:02.590Z | Downloaded flume v0.11.1 |
| 773 | 2026-08-20T02:57:02.597Z | Downloaded generic-array v1.4.3 |
| 774 | 2026-08-20T02:57:02.598Z | Downloaded hybrid-array v0.4.13 |
| 775 | 2026-08-20T02:57:02.598Z | Downloaded oxnet v0.1.6 |
| 776 | 2026-08-20T02:57:02.601Z | Downloaded pem v3.0.6 |
| 777 | 2026-08-20T02:57:02.608Z | Downloaded base64 v0.22.1 |
| 778 | 2026-08-20T02:57:02.608Z | Downloaded progenitor-impl v0.14.0 |
| 779 | 2026-08-20T02:57:02.612Z | Downloaded headers v0.4.1 |
| 780 | 2026-08-20T02:57:02.612Z | Downloaded oxide-update-engine-display v0.1.2 |
| 781 | 2026-08-20T02:57:02.612Z | Downloaded tokio-test v0.4.5 |
| 782 | 2026-08-20T02:57:02.612Z | Downloaded unicode-bidi v0.3.18 |
| 783 | 2026-08-20T02:57:02.620Z | Downloaded oxide-tokio-rt v0.1.4 |
| 784 | 2026-08-20T02:57:02.621Z | Downloaded thread-id v5.1.0 |
| 785 | 2026-08-20T02:57:02.621Z | Downloaded usdt v0.6.0 |
| 786 | 2026-08-20T02:57:02.621Z | Downloaded flate2 v1.1.9 |
| 787 | 2026-08-20T02:57:02.629Z | Downloaded heapless v0.7.17 |
| 788 | 2026-08-20T02:57:02.629Z | Downloaded unit-prefix v0.5.2 |
| 789 | 2026-08-20T02:57:02.629Z | Downloaded iana-time-zone v0.1.65 |
| 790 | 2026-08-20T02:57:02.629Z | Downloaded primeorder v0.13.6 |
| 791 | 2026-08-20T02:57:02.629Z | Downloaded progenitor-extras v0.2.0 |
| 792 | 2026-08-20T02:57:02.630Z | Downloaded half v2.7.1 |
| 793 | 2026-08-20T02:57:02.633Z | Downloaded heapless v0.8.0 |
| 794 | 2026-08-20T02:57:02.633Z | Downloaded signature v2.2.0 |
| 795 | 2026-08-20T02:57:02.633Z | Downloaded radium v0.7.0 |
| 796 | 2026-08-20T02:57:02.633Z | Downloaded wnaf v0.14.0 |
| 797 | 2026-08-20T02:57:02.633Z | Downloaded tower-layer v0.3.3 |
| 798 | 2026-08-20T02:57:02.633Z | Downloaded vergen-lib v0.1.6 |
| 799 | 2026-08-20T02:57:02.639Z | Downloaded crc-any v2.5.0 |
| 800 | 2026-08-20T02:57:02.642Z | Downloaded serde_with_macros v1.5.2 |
| 801 | 2026-08-20T02:57:02.642Z | Downloaded rustc-demangle v0.1.27 |
| 802 | 2026-08-20T02:57:02.645Z | Downloaded sec1 v0.7.3 |
| 803 | 2026-08-20T02:57:02.645Z | Downloaded pretty_assertions v1.4.1 |
| 804 | 2026-08-20T02:57:02.648Z | Downloaded rand v0.8.6 |
| 805 | 2026-08-20T02:57:02.648Z | Downloaded cstr-argument v0.1.2 |
| 806 | 2026-08-20T02:57:02.648Z | Downloaded zopfli v0.8.3 |
| 807 | 2026-08-20T02:57:02.653Z | Downloaded darling v0.23.0 |
| 808 | 2026-08-20T02:57:02.657Z | Downloaded getrandom v0.4.3 |
| 809 | 2026-08-20T02:57:02.660Z | Downloaded p256 v0.14.0 |
| 810 | 2026-08-20T02:57:02.660Z | Downloaded owo-colors v4.3.0 |
| 811 | 2026-08-20T02:57:02.665Z | Downloaded crucible-workspace-hack v0.1.0 |
| 812 | 2026-08-20T02:57:02.665Z | Downloaded darling v0.21.3 |
| 813 | 2026-08-20T02:57:02.668Z | Downloaded socket2 v0.6.3 |
| 814 | 2026-08-20T02:57:02.668Z | Downloaded dunce v1.0.5 |
| 815 | 2026-08-20T02:57:02.668Z | Downloaded tinyvec_macros v0.1.1 |
| 816 | 2026-08-20T02:57:02.669Z | Downloaded ecdsa v0.17.0 |
| 817 | 2026-08-20T02:57:02.669Z | Downloaded bumpalo v3.20.2 |
| 818 | 2026-08-20T02:57:02.673Z | Downloaded cc v1.2.56 |
| 819 | 2026-08-20T02:57:02.673Z | Downloaded darling_macro v0.13.4 |
| 820 | 2026-08-20T02:57:02.676Z | Downloaded strip-ansi-escapes v0.2.1 |
| 821 | 2026-08-20T02:57:02.676Z | Downloaded async-compression v0.4.41 |
| 822 | 2026-08-20T02:57:02.680Z | Downloaded derive_builder_macro v0.20.2 |
| 823 | 2026-08-20T02:57:02.680Z | Downloaded instant v0.1.13 |
| 824 | 2026-08-20T02:57:02.680Z | Downloaded pkcs1 v0.7.5 |
| 825 | 2026-08-20T02:57:02.680Z | Downloaded sync-ptr v0.1.4 |
| 826 | 2026-08-20T02:57:02.680Z | Downloaded socket2 v0.5.10 |
| 827 | 2026-08-20T02:57:02.683Z | Downloaded tokio-stream v0.1.18 |
| 828 | 2026-08-20T02:57:02.683Z | Downloaded tinystr v0.8.2 |
| 829 | 2026-08-20T02:57:02.686Z | Downloaded vergen-git2 v9.1.0 |
| 830 | 2026-08-20T02:57:02.686Z | Downloaded rand_seeder v0.4.0 |
| 831 | 2026-08-20T02:57:02.686Z | Downloaded vsss-rs v3.3.4 |
| 832 | 2026-08-20T02:57:02.689Z | Downloaded inout v0.2.2 |
| 833 | 2026-08-20T02:57:02.693Z | Downloaded primeorder v0.14.0 |
| 834 | 2026-08-20T02:57:02.696Z | Downloaded const_format_proc_macros v0.2.34 |
| 835 | 2026-08-20T02:57:02.696Z | Downloaded crypto-common v0.2.2 |
| 836 | 2026-08-20T02:57:02.699Z | Downloaded jiff-static v0.2.34 |
| 837 | 2026-08-20T02:57:02.699Z | Downloaded zstd v0.13.3 |
| 838 | 2026-08-20T02:57:02.699Z | Downloaded spki v0.8.0 |
| 839 | 2026-08-20T02:57:02.702Z | Downloaded lru-cache v0.1.2 |
| 840 | 2026-08-20T02:57:02.703Z | Downloaded lru v0.12.5 |
| 841 | 2026-08-20T02:57:02.706Z | Downloaded openssl-probe v0.1.6 |
| 842 | 2026-08-20T02:57:02.706Z | Downloaded memoffset v0.9.1 |
| 843 | 2026-08-20T02:57:02.706Z | Downloaded packed_struct_codegen v0.10.1 |
| 844 | 2026-08-20T02:57:02.709Z | Downloaded indent_write v2.2.0 |
| 845 | 2026-08-20T02:57:02.712Z | Downloaded parse-display v0.10.0 |
| 846 | 2026-08-20T02:57:02.718Z | Downloaded ssh-encoding v0.3.0 |
| 847 | 2026-08-20T02:57:02.722Z | Downloaded support-bundle-viewer v0.1.2 |
| 848 | 2026-08-20T02:57:02.725Z | Downloaded tower-service v0.3.3 |
| 849 | 2026-08-20T02:57:02.725Z | Downloaded linked-hash-map v0.5.6 |
| 850 | 2026-08-20T02:57:02.728Z | Downloaded memmap2 v0.9.10 |
| 851 | 2026-08-20T02:57:02.728Z | Downloaded phf_shared v0.13.1 |
| 852 | 2026-08-20T02:57:02.728Z | Downloaded port-file v0.1.0 |
| 853 | 2026-08-20T02:57:02.731Z | Downloaded unsafe-libyaml v0.2.11 |
| 854 | 2026-08-20T02:57:02.731Z | Downloaded vte v0.14.1 |
| 855 | 2026-08-20T02:57:02.735Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 856 | 2026-08-20T02:57:02.735Z | Downloaded defmt-macros v1.0.1 |
| 857 | 2026-08-20T02:57:02.735Z | Downloaded digest v0.11.3 |
| 858 | 2026-08-20T02:57:02.738Z | Downloaded ed25519 v3.0.0 |
| 859 | 2026-08-20T02:57:02.738Z | Downloaded lazy_static v1.5.0 |
| 860 | 2026-08-20T02:57:02.741Z | Downloaded num v0.4.3 |
| 861 | 2026-08-20T02:57:02.741Z | Downloaded num-conv v0.2.0 |
| 862 | 2026-08-20T02:57:02.741Z | Downloaded predicates-tree v1.0.13 |
| 863 | 2026-08-20T02:57:02.744Z | Downloaded progenitor-client v0.14.0 |
| 864 | 2026-08-20T02:57:02.744Z | Downloaded ml-kem v0.3.2 |
| 865 | 2026-08-20T02:57:02.747Z | Downloaded rand_chacha v0.3.1 |
| 866 | 2026-08-20T02:57:02.747Z | Downloaded serde-big-array v0.5.1 |
| 867 | 2026-08-20T02:57:02.747Z | Downloaded oxide-update-engine-types v0.1.2 |
| 868 | 2026-08-20T02:57:02.753Z | Downloaded darling_core v0.13.4 |
| 869 | 2026-08-20T02:57:02.756Z | Downloaded jobserver v0.1.34 |
| 870 | 2026-08-20T02:57:02.761Z | Downloaded yoke v0.8.1 |
| 871 | 2026-08-20T02:57:02.761Z | Downloaded sha1 v0.10.6 |
| 872 | 2026-08-20T02:57:02.764Z | Downloaded signal-hook-mio v0.2.5 |
| 873 | 2026-08-20T02:57:02.764Z | Downloaded whoami v1.6.1 |
| 874 | 2026-08-20T02:57:02.764Z | Downloaded data-encoding v2.10.0 |
| 875 | 2026-08-20T02:57:02.768Z | Downloaded crossbeam-deque v0.8.6 |
| 876 | 2026-08-20T02:57:02.768Z | Downloaded xshell v0.2.7 |
| 877 | 2026-08-20T02:57:02.772Z | Downloaded indicatif v0.18.4 |
| 878 | 2026-08-20T02:57:02.775Z | Downloaded zerocopy v0.6.6 |
| 879 | 2026-08-20T02:57:02.775Z | Downloaded libloading v0.8.9 |
| 880 | 2026-08-20T02:57:02.775Z | Downloaded crc32fast v1.5.0 |
| 881 | 2026-08-20T02:57:02.775Z | Downloaded miette-derive v7.6.0 |
| 882 | 2026-08-20T02:57:02.778Z | Downloaded supports-color v3.0.2 |
| 883 | 2026-08-20T02:57:02.781Z | Downloaded derive-ex v0.1.8 |
| 884 | 2026-08-20T02:57:02.784Z | Downloaded untrusted v0.9.0 |
| 885 | 2026-08-20T02:57:02.784Z | Downloaded hickory-server v0.25.2 |
| 886 | 2026-08-20T02:57:02.787Z | Downloaded http v1.4.2 |
| 887 | 2026-08-20T02:57:02.792Z | Downloaded cookie_store v0.22.1 |
| 888 | 2026-08-20T02:57:02.798Z | Downloaded humantime v2.3.0 |
| 889 | 2026-08-20T02:57:02.802Z | Downloaded hickory-resolver v0.24.4 |
| 890 | 2026-08-20T02:57:02.807Z | Downloaded hashbrown v0.13.2 |
| 891 | 2026-08-20T02:57:02.812Z | Downloaded hickory-resolver v0.25.2 |
| 892 | 2026-08-20T02:57:02.812Z | Downloaded pem-rfc7468 v1.0.0 |
| 893 | 2026-08-20T02:57:02.815Z | Downloaded postgres-protocol v0.6.10 |
| 894 | 2026-08-20T02:57:02.815Z | Downloaded cpubits v0.1.1 |
| 895 | 2026-08-20T02:57:02.815Z | Downloaded sponge-cursor v0.1.0 |
| 896 | 2026-08-20T02:57:02.815Z | Downloaded tagptr v0.2.0 |
| 897 | 2026-08-20T02:57:02.815Z | Downloaded take_mut v0.2.2 |
| 898 | 2026-08-20T02:57:02.818Z | Downloaded trait-variant v0.1.2 |
| 899 | 2026-08-20T02:57:02.818Z | Downloaded crossbeam-epoch v0.9.18 |
| 900 | 2026-08-20T02:57:02.821Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 901 | 2026-08-20T02:57:02.826Z | Downloaded percent-encoding v2.3.2 |
| 902 | 2026-08-20T02:57:02.827Z | Downloaded rand_core v0.9.5 |
| 903 | 2026-08-20T02:57:02.830Z | Downloaded debug-ignore v1.0.5 |
| 904 | 2026-08-20T02:57:02.830Z | Downloaded dyn-clone v1.0.20 |
| 905 | 2026-08-20T02:57:02.830Z | Downloaded rand_core v0.6.4 |
| 906 | 2026-08-20T02:57:02.835Z | Downloaded typed-path v0.9.3 |
| 907 | 2026-08-20T02:57:02.838Z | Downloaded pbkdf2 v0.13.0 |
| 908 | 2026-08-20T02:57:02.842Z | Downloaded dirs-next v2.0.0 |
| 909 | 2026-08-20T02:57:02.845Z | Downloaded display-error-chain v0.2.2 |
| 910 | 2026-08-20T02:57:02.845Z | Downloaded is-terminal v0.4.17 |
| 911 | 2026-08-20T02:57:02.848Z | Downloaded managed v0.8.0 |
| 912 | 2026-08-20T02:57:02.848Z | Downloaded maplit v1.0.2 |
| 913 | 2026-08-20T02:57:02.848Z | Downloaded match_cfg v0.1.0 |
| 914 | 2026-08-20T02:57:02.849Z | Downloaded knus v3.4.0 |
| 915 | 2026-08-20T02:57:02.852Z | Downloaded serde_path_to_error v0.1.20 |
| 916 | 2026-08-20T02:57:02.852Z | Downloaded signal-hook-registry v1.4.8 |
| 917 | 2026-08-20T02:57:02.852Z | Downloaded strum_macros v0.24.3 |
| 918 | 2026-08-20T02:57:02.852Z | Downloaded icu_collections v2.1.1 |
| 919 | 2026-08-20T02:57:02.856Z | Downloaded same-file v1.0.6 |
| 920 | 2026-08-20T02:57:02.860Z | Downloaded scroll v0.13.0 |
| 921 | 2026-08-20T02:57:02.860Z | Downloaded mime_guess v2.0.5 |
| 922 | 2026-08-20T02:57:02.860Z | Downloaded smf v0.2.3 |
| 923 | 2026-08-20T02:57:02.860Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 924 | 2026-08-20T02:57:02.860Z | Downloaded unicode-truncate v1.1.0 |
| 925 | 2026-08-20T02:57:02.864Z | Downloaded uzers v0.12.2 |
| 926 | 2026-08-20T02:57:02.869Z | Downloaded slog-json v2.6.1 |
| 927 | 2026-08-20T02:57:02.869Z | Downloaded unicode-properties v0.1.4 |
| 928 | 2026-08-20T02:57:02.869Z | Downloaded num_enum_derive v0.5.11 |
| 929 | 2026-08-20T02:57:02.870Z | Downloaded zerocopy-derive v0.8.55 |
| 930 | 2026-08-20T02:57:02.877Z | Downloaded zeroize v1.9.0 |
| 931 | 2026-08-20T02:57:02.882Z | Downloaded serde_with_macros v3.21.0 |
| 932 | 2026-08-20T02:57:02.885Z | Downloaded keccak v0.1.6 |
| 933 | 2026-08-20T02:57:02.885Z | Downloaded newtype_derive v0.1.6 |
| 934 | 2026-08-20T02:57:02.885Z | Downloaded opaque-debug v0.3.1 |
| 935 | 2026-08-20T02:57:02.888Z | Downloaded oso-derive v0.27.3 |
| 936 | 2026-08-20T02:57:02.891Z | Downloaded phf_shared v0.12.1 |
| 937 | 2026-08-20T02:57:02.891Z | Downloaded hashbrown v0.12.3 |
| 938 | 2026-08-20T02:57:02.896Z | Downloaded displaydoc v0.2.5 |
| 939 | 2026-08-20T02:57:02.896Z | Downloaded proc-macro-crate v1.3.1 |
| 940 | 2026-08-20T02:57:02.896Z | Downloaded rtoolbox v0.0.3 |
| 941 | 2026-08-20T02:57:02.901Z | Downloaded num-bigint-dig v0.8.6 |
| 942 | 2026-08-20T02:57:02.907Z | Downloaded spki v0.7.3 |
| 943 | 2026-08-20T02:57:02.907Z | Downloaded tinyvec v1.10.0 |
| 944 | 2026-08-20T02:57:02.910Z | Downloaded num-complex v0.4.6 |
| 945 | 2026-08-20T02:57:02.911Z | Downloaded critical-section v1.2.0 |
| 946 | 2026-08-20T02:57:02.911Z | Downloaded vergen-lib v9.1.0 |
| 947 | 2026-08-20T02:57:02.916Z | Downloaded serde_repr v0.1.20 |
| 948 | 2026-08-20T02:57:02.920Z | Downloaded signature v3.0.0 |
| 949 | 2026-08-20T02:57:02.920Z | Downloaded seq-macro v0.3.6 |
| 950 | 2026-08-20T02:57:02.920Z | Downloaded progenitor-macro v0.14.0 |
| 951 | 2026-08-20T02:57:02.923Z | Downloaded tar v0.4.46 |
| 952 | 2026-08-20T02:57:02.923Z | Downloaded daft v0.1.7 |
| 953 | 2026-08-20T02:57:02.926Z | Downloaded uuid v1.23.4 |
| 954 | 2026-08-20T02:57:02.928Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 955 | 2026-08-20T02:57:02.937Z | Downloaded either v1.15.0 |
| 956 | 2026-08-20T02:57:02.940Z | Downloaded num-bigint v0.4.6 |
| 957 | 2026-08-20T02:57:02.940Z | Downloaded derive_more v2.1.1 |
| 958 | 2026-08-20T02:57:02.945Z | Downloaded termtree v0.5.1 |
| 959 | 2026-08-20T02:57:02.948Z | Downloaded twox-hash v2.1.2 |
| 960 | 2026-08-20T02:57:02.951Z | Downloaded structmeta v0.3.0 |
| 961 | 2026-08-20T02:57:02.951Z | Downloaded rsa v0.9.10 |
| 962 | 2026-08-20T02:57:02.954Z | Downloaded structmeta-derive v0.3.0 |
| 963 | 2026-08-20T02:57:02.954Z | Downloaded parking_lot_core v0.8.6 |
| 964 | 2026-08-20T02:57:02.954Z | Downloaded usdt-attr-macro v0.6.0 |
| 965 | 2026-08-20T02:57:02.954Z | Downloaded rustls-webpki v0.103.13 |
| 966 | 2026-08-20T02:57:02.961Z | Downloaded schemars v0.9.0 |
| 967 | 2026-08-20T02:57:02.968Z | Downloaded similar v2.7.0 |
| 968 | 2026-08-20T02:57:02.971Z | Downloaded hyper-staticfile v0.10.1 |
| 969 | 2026-08-20T02:57:02.973Z | Downloaded pin-project v1.1.11 |
| 970 | 2026-08-20T02:57:02.978Z | Downloaded hashbrown v0.15.5 |
| 971 | 2026-08-20T02:57:02.981Z | Downloaded p521 v0.14.0 |
| 972 | 2026-08-20T02:57:02.984Z | Downloaded primefield v0.14.0 |
| 973 | 2026-08-20T02:57:02.984Z | Downloaded darling_macro v0.23.0 |
| 974 | 2026-08-20T02:57:02.987Z | Downloaded defmt v0.3.100 |
| 975 | 2026-08-20T02:57:02.987Z | Downloaded darling_macro v0.21.3 |
| 976 | 2026-08-20T02:57:02.987Z | Downloaded ingot v0.2.1 |
| 977 | 2026-08-20T02:57:02.987Z | Downloaded pkg-config v0.3.32 |
| 978 | 2026-08-20T02:57:02.988Z | Downloaded keccak v0.2.0 |
| 979 | 2026-08-20T02:57:02.991Z | Downloaded native-tls v0.2.18 |
| 980 | 2026-08-20T02:57:02.991Z | Downloaded csv-core v0.1.13 |
| 981 | 2026-08-20T02:57:02.994Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 982 | 2026-08-20T02:57:02.997Z | Downloaded maybe-uninit v2.0.0 |
| 983 | 2026-08-20T02:57:02.997Z | Downloaded nonempty v0.12.0 |
| 984 | 2026-08-20T02:57:03.002Z | Downloaded cpufeatures v0.3.0 |
| 985 | 2026-08-20T02:57:03.005Z | Downloaded rpassword v7.5.4 |
| 986 | 2026-08-20T02:57:03.009Z | Downloaded string_cache v0.8.9 |
| 987 | 2026-08-20T02:57:03.015Z | Downloaded icu_locale_core v2.1.1 |
| 988 | 2026-08-20T02:57:03.018Z | Downloaded r2d2 v0.8.10 |
| 989 | 2026-08-20T02:57:03.018Z | Downloaded rand_xorshift v0.4.0 |
| 990 | 2026-08-20T02:57:03.022Z | Downloaded derive_builder_core v0.20.2 |
| 991 | 2026-08-20T02:57:03.022Z | Downloaded illumos-nvpair v0.3.0 |
| 992 | 2026-08-20T02:57:03.022Z | Downloaded smallvec v0.6.14 |
| 993 | 2026-08-20T02:57:03.025Z | Downloaded hyper-util v0.1.20 |
| 994 | 2026-08-20T02:57:03.027Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 995 | 2026-08-20T02:57:03.031Z | Downloaded rsa v0.10.0-rc.18 |
| 996 | 2026-08-20T02:57:03.034Z | Downloaded tls_codec_derive v0.4.2 |
| 997 | 2026-08-20T02:57:03.034Z | Downloaded ref-cast-impl v1.0.25 |
| 998 | 2026-08-20T02:57:03.034Z | Downloaded rfc6979 v0.4.0 |
| 999 | 2026-08-20T02:57:03.034Z | Downloaded subtle v2.6.1 |
| 1000 | 2026-08-20T02:57:03.037Z | Downloaded zip v0.6.6 |
| 1001 | 2026-08-20T02:57:03.037Z | Downloaded parking_lot v0.11.2 |
| 1002 | 2026-08-20T02:57:03.040Z | Downloaded reqwest v0.13.2 |
| 1003 | 2026-08-20T02:57:03.044Z | Downloaded tower-http v0.6.8 |
| 1004 | 2026-08-20T02:57:03.048Z | Downloaded ed25519-dalek v3.0.0 |
| 1005 | 2026-08-20T02:57:03.051Z | Downloaded prettyplease v0.2.37 |
| 1006 | 2026-08-20T02:57:03.051Z | Downloaded parking_lot_core v0.9.12 |
| 1007 | 2026-08-20T02:57:03.055Z | Downloaded stacker v0.1.23 |
| 1008 | 2026-08-20T02:57:03.055Z | Downloaded tokio-tungstenite v0.21.0 |
| 1009 | 2026-08-20T02:57:03.060Z | Downloaded aes-gcm v0.11.0 |
| 1010 | 2026-08-20T02:57:03.063Z | Downloaded rustc_version v0.1.7 |
| 1011 | 2026-08-20T02:57:03.071Z | Downloaded usdt-impl v0.6.0 |
| 1012 | 2026-08-20T02:57:03.075Z | Downloaded usdt-macro v0.6.0 |
| 1013 | 2026-08-20T02:57:03.075Z | Downloaded zerofrom v0.1.6 |
| 1014 | 2026-08-20T02:57:03.080Z | Downloaded salsa20 v0.11.0 |
| 1015 | 2026-08-20T02:57:03.083Z | Downloaded sha2 v0.11.0 |
| 1016 | 2026-08-20T02:57:03.089Z | Downloaded siphasher v1.0.2 |
| 1017 | 2026-08-20T02:57:03.092Z | Downloaded darling_macro v0.20.11 |
| 1018 | 2026-08-20T02:57:03.095Z | Downloaded internet-checksum v0.2.1 |
| 1019 | 2026-08-20T02:57:03.095Z | Downloaded time-core v0.1.8 |
| 1020 | 2026-08-20T02:57:03.096Z | Downloaded inout v0.1.4 |
| 1021 | 2026-08-20T02:57:03.102Z | Downloaded icu_normalizer v2.1.1 |
| 1022 | 2026-08-20T02:57:03.105Z | Downloaded rand_core v0.10.0 |
| 1023 | 2026-08-20T02:57:03.105Z | Downloaded term v0.7.0 |
| 1024 | 2026-08-20T02:57:03.143Z | Downloaded walkdir v2.5.0 |
| 1025 | 2026-08-20T02:57:03.144Z | Downloaded lalrpop-util v0.19.12 |
| 1026 | 2026-08-20T02:57:03.159Z | Downloaded md5 v0.8.0 |
| 1027 | 2026-08-20T02:57:03.159Z | Downloaded num_threads v0.1.7 |
| 1028 | 2026-08-20T02:57:03.159Z | Downloaded universal-hash v0.5.1 |
| 1029 | 2026-08-20T02:57:03.159Z | Downloaded peg-runtime v0.8.5 |
| 1030 | 2026-08-20T02:57:03.159Z | Downloaded proc-macro-crate v3.4.0 |
| 1031 | 2026-08-20T02:57:03.159Z | Downloaded zone v0.3.1 |
| 1032 | 2026-08-20T02:57:03.159Z | Downloaded minimal-lexical v0.2.1 |
| 1033 | 2026-08-20T02:57:03.159Z | Downloaded serde_derive_internals v0.29.1 |
| 1034 | 2026-08-20T02:57:03.159Z | Downloaded sqlformat v0.3.5 |
| 1035 | 2026-08-20T02:57:03.159Z | Downloaded ingot-types v0.2.0 |
| 1036 | 2026-08-20T02:57:03.159Z | Downloaded module-lattice v0.2.3 |
| 1037 | 2026-08-20T02:57:03.159Z | Downloaded crossbeam-utils v0.8.21 |
| 1038 | 2026-08-20T02:57:03.160Z | Downloaded ctutils v0.4.2 |
| 1039 | 2026-08-20T02:57:03.160Z | Downloaded serde_urlencoded v0.7.1 |
| 1040 | 2026-08-20T02:57:03.160Z | Downloaded const_format v0.2.35 |
| 1041 | 2026-08-20T02:57:03.160Z | Downloaded aho-corasick v1.1.4 |
| 1042 | 2026-08-20T02:57:03.164Z | Downloaded polyval v0.7.1 |
| 1043 | 2026-08-20T02:57:03.165Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1044 | 2026-08-20T02:57:03.165Z | Downloaded testing_table v0.3.0 |
| 1045 | 2026-08-20T02:57:03.165Z | Downloaded topological-sort v0.2.2 |
| 1046 | 2026-08-20T02:57:03.165Z | Downloaded untrusted v0.7.1 |
| 1047 | 2026-08-20T02:57:03.165Z | Downloaded void v1.0.2 |
| 1048 | 2026-08-20T02:57:03.165Z | Downloaded peg v0.8.5 |
| 1049 | 2026-08-20T02:57:03.165Z | Downloaded spin v0.9.8 |
| 1050 | 2026-08-20T02:57:03.165Z | Downloaded darling v0.13.4 |
| 1051 | 2026-08-20T02:57:03.165Z | Downloaded predicates v3.1.4 |
| 1052 | 2026-08-20T02:57:03.168Z | Downloaded progenitor v0.14.0 |
| 1053 | 2026-08-20T02:57:03.168Z | Downloaded ryu v1.0.23 |
| 1054 | 2026-08-20T02:57:03.168Z | Downloaded progenitor-macro v0.13.0 |
| 1055 | 2026-08-20T02:57:03.168Z | Downloaded stable_deref_trait v1.2.1 |
| 1056 | 2026-08-20T02:57:03.172Z | Downloaded icu_provider v2.1.1 |
| 1057 | 2026-08-20T02:57:03.177Z | Downloaded scrypt v0.12.0 |
| 1058 | 2026-08-20T02:57:03.180Z | Downloaded hashbrown v0.14.5 |
| 1059 | 2026-08-20T02:57:03.183Z | Downloaded peg-macros v0.8.5 |
| 1060 | 2026-08-20T02:57:03.183Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 1061 | 2026-08-20T02:57:03.189Z | Downloaded miette v7.6.0 |
| 1062 | 2026-08-20T02:57:03.197Z | Downloaded slab v0.4.12 |
| 1063 | 2026-08-20T02:57:03.201Z | Downloaded zerofrom-derive v0.1.6 |
| 1064 | 2026-08-20T02:57:03.204Z | Downloaded mio v1.2.0 |
| 1065 | 2026-08-20T02:57:03.210Z | Downloaded num-derive v0.4.2 |
| 1066 | 2026-08-20T02:57:03.214Z | Downloaded writeable v0.6.2 |
| 1067 | 2026-08-20T02:57:03.214Z | Downloaded diff v0.1.13 |
| 1068 | 2026-08-20T02:57:03.214Z | Downloaded goblin v0.10.5 |
| 1069 | 2026-08-20T02:57:03.218Z | Downloaded quick-error v1.2.3 |
| 1070 | 2026-08-20T02:57:03.221Z | Downloaded tokio-rustls v0.26.4 |
| 1071 | 2026-08-20T02:57:03.221Z | Downloaded simd-adler32 v0.3.8 |
| 1072 | 2026-08-20T02:57:03.221Z | Downloaded slog-scope v4.4.1 |
| 1073 | 2026-08-20T02:57:03.221Z | Downloaded signal-hook v0.3.18 |
| 1074 | 2026-08-20T02:57:03.224Z | Downloaded dropshot_endpoint v0.17.1 |
| 1075 | 2026-08-20T02:57:03.227Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1076 | 2026-08-20T02:57:03.232Z | Downloaded password-hash v0.5.0 |
| 1077 | 2026-08-20T02:57:03.232Z | Downloaded cookie v0.18.1 |
| 1078 | 2026-08-20T02:57:03.232Z | Downloaded tiny-keccak v2.0.2 |
| 1079 | 2026-08-20T02:57:03.235Z | Downloaded xattr v1.6.1 |
| 1080 | 2026-08-20T02:57:03.238Z | Downloaded tower v0.5.3 |
| 1081 | 2026-08-20T02:57:03.243Z | Downloaded publicsuffix v2.3.0 |
| 1082 | 2026-08-20T02:57:03.247Z | Downloaded nanorand v0.7.0 |
| 1083 | 2026-08-20T02:57:03.248Z | Downloaded newtype-uuid v1.3.2 |
| 1084 | 2026-08-20T02:57:03.255Z | Downloaded convert_case v0.10.0 |
| 1085 | 2026-08-20T02:57:03.258Z | Downloaded toml v0.7.8 |
| 1086 | 2026-08-20T02:57:03.268Z | Downloaded crc8 v0.1.1 |
| 1087 | 2026-08-20T02:57:03.271Z | Downloaded downcast-rs v2.0.2 |
| 1088 | 2026-08-20T02:57:03.274Z | Downloaded indoc v2.0.7 |
| 1089 | 2026-08-20T02:57:03.274Z | Downloaded typify v0.6.2 |
| 1090 | 2026-08-20T02:57:03.278Z | Downloaded itertools v0.14.0 |
| 1091 | 2026-08-20T02:57:03.280Z | Downloaded itertools v0.15.0 |
| 1092 | 2026-08-20T02:57:03.284Z | Downloaded futures-util v0.3.32 |
| 1093 | 2026-08-20T02:57:03.292Z | Downloaded test-strategy v0.4.5 |
| 1094 | 2026-08-20T02:57:03.295Z | Downloaded hashbrown v0.16.1 |
| 1095 | 2026-08-20T02:57:03.300Z | Downloaded ref-cast v1.0.25 |
| 1096 | 2026-08-20T02:57:03.300Z | Downloaded want v0.3.1 |
| 1097 | 2026-08-20T02:57:03.303Z | Downloaded nu-ansi-term v0.50.3 |
| 1098 | 2026-08-20T02:57:03.303Z | Downloaded phf v0.12.1 |
| 1099 | 2026-08-20T02:57:03.303Z | Downloaded hkdf v0.13.0 |
| 1100 | 2026-08-20T02:57:03.303Z | Downloaded h2 v0.4.15 |
| 1101 | 2026-08-20T02:57:03.306Z | Downloaded icu_normalizer_data v2.1.1 |
| 1102 | 2026-08-20T02:57:03.311Z | Downloaded russh-util v0.52.0 |
| 1103 | 2026-08-20T02:57:03.314Z | Downloaded powerfmt v0.2.0 |
| 1104 | 2026-08-20T02:57:03.314Z | Downloaded supports-unicode v3.0.0 |
| 1105 | 2026-08-20T02:57:03.320Z | Downloaded tokio-postgres v0.7.16 |
| 1106 | 2026-08-20T02:57:03.326Z | Downloaded progenitor v0.13.0 |
| 1107 | 2026-08-20T02:57:03.326Z | Downloaded ecdsa v0.16.9 |
| 1108 | 2026-08-20T02:57:03.332Z | Downloaded rustyline v14.0.0 |
| 1109 | 2026-08-20T02:57:03.332Z | Downloaded der v0.7.10 |
| 1110 | 2026-08-20T02:57:03.337Z | Downloaded rcgen v0.12.1 |
| 1111 | 2026-08-20T02:57:03.337Z | Downloaded serde_with v1.14.0 |
| 1112 | 2026-08-20T02:57:03.341Z | Downloaded des v0.9.0 |
| 1113 | 2026-08-20T02:57:03.341Z | Downloaded drift v0.2.0 |
| 1114 | 2026-08-20T02:57:03.344Z | Downloaded unicode-xid v0.2.6 |
| 1115 | 2026-08-20T02:57:03.347Z | Downloaded ident_case v1.0.1 |
| 1116 | 2026-08-20T02:57:03.347Z | Downloaded md-5 v0.10.6 |
| 1117 | 2026-08-20T02:57:03.350Z | Downloaded rustc-hash v2.1.1 |
| 1118 | 2026-08-20T02:57:03.353Z | Downloaded litemap v0.8.1 |
| 1119 | 2026-08-20T02:57:03.356Z | Downloaded multer v3.1.0 |
| 1120 | 2026-08-20T02:57:03.356Z | Downloaded pkcs5 v0.8.1 |
| 1121 | 2026-08-20T02:57:03.361Z | Downloaded poly1305 v0.9.0 |
| 1122 | 2026-08-20T02:57:03.361Z | Downloaded waitgroup v0.1.2 |
| 1123 | 2026-08-20T02:57:03.367Z | Downloaded slog-async v2.8.0 |
| 1124 | 2026-08-20T02:57:03.371Z | Downloaded unicode-segmentation v1.12.0 |
| 1125 | 2026-08-20T02:57:03.374Z | Downloaded dsl_auto_type v0.2.0 |
| 1126 | 2026-08-20T02:57:03.374Z | Downloaded multimap v0.10.1 |
| 1127 | 2026-08-20T02:57:03.374Z | Downloaded lock_api v0.4.14 |
| 1128 | 2026-08-20T02:57:03.377Z | Downloaded libsw-core v0.3.2 |
| 1129 | 2026-08-20T02:57:03.380Z | Downloaded parse-size v1.1.0 |
| 1130 | 2026-08-20T02:57:03.380Z | Downloaded rustls-pki-types v1.14.0 |
| 1131 | 2026-08-20T02:57:03.380Z | Downloaded rustls-native-certs v0.8.3 |
| 1132 | 2026-08-20T02:57:03.384Z | Downloaded thiserror-no-std v2.0.2 |
| 1133 | 2026-08-20T02:57:03.387Z | Downloaded rawzip v0.4.4 |
| 1134 | 2026-08-20T02:57:03.391Z | Downloaded reedline v0.40.0 |
| 1135 | 2026-08-20T02:57:03.394Z | Downloaded hkdf v0.12.4 |
| 1136 | 2026-08-20T02:57:03.397Z | Downloaded dropshot-api-manager v0.8.0 |
| 1137 | 2026-08-20T02:57:03.400Z | Downloaded digest-io v0.1.0 |
| 1138 | 2026-08-20T02:57:03.403Z | Downloaded universal-hash v0.6.1 |
| 1139 | 2026-08-20T02:57:03.406Z | Downloaded daft-derive v0.1.7 |
| 1140 | 2026-08-20T02:57:03.406Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1141 | 2026-08-20T02:57:03.409Z | Downloaded vergen v9.1.0 |
| 1142 | 2026-08-20T02:57:03.412Z | Downloaded diesel_derives v2.3.7 |
| 1143 | 2026-08-20T02:57:03.415Z | Downloaded ignore v0.4.25 |
| 1144 | 2026-08-20T02:57:03.420Z | Downloaded itertools v0.12.1 |
| 1145 | 2026-08-20T02:57:03.425Z | Downloaded pem-rfc7468 v0.7.0 |
| 1146 | 2026-08-20T02:57:03.425Z | Downloaded knus-derive v3.4.0 |
| 1147 | 2026-08-20T02:57:03.425Z | Downloaded phf v0.13.1 |
| 1148 | 2026-08-20T02:57:03.425Z | Downloaded tabwriter v1.4.1 |
| 1149 | 2026-08-20T02:57:03.425Z | Downloaded idna_adapter v1.2.1 |
| 1150 | 2026-08-20T02:57:03.428Z | Downloaded stringprep v0.1.5 |
| 1151 | 2026-08-20T02:57:03.428Z | Downloaded derive_builder v0.20.2 |
| 1152 | 2026-08-20T02:57:03.431Z | Downloaded p384 v0.14.0 |
| 1153 | 2026-08-20T02:57:03.434Z | Downloaded constant_time_eq v0.4.2 |
| 1154 | 2026-08-20T02:57:03.434Z | Downloaded derive-where v1.6.0 |
| 1155 | 2026-08-20T02:57:03.437Z | Downloaded indexmap v1.9.3 |
| 1156 | 2026-08-20T02:57:03.437Z | Downloaded openssl-sys v0.9.117 |
| 1157 | 2026-08-20T02:57:03.441Z | Downloaded static_assertions v1.1.0 |
| 1158 | 2026-08-20T02:57:03.441Z | Downloaded rayon v1.11.0 |
| 1159 | 2026-08-20T02:57:03.445Z | Downloaded tokio-dtrace v0.1.1 |
| 1160 | 2026-08-20T02:57:03.448Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1161 | 2026-08-20T02:57:03.448Z | Downloaded tui-tree-widget v0.23.1 |
| 1162 | 2026-08-20T02:57:03.448Z | Downloaded delegate v0.13.5 |
| 1163 | 2026-08-20T02:57:03.451Z | Downloaded litrs v1.0.0 |
| 1164 | 2026-08-20T02:57:03.451Z | Downloaded serde_bytes v0.11.19 |
| 1165 | 2026-08-20T02:57:03.455Z | Downloaded serde_spanned v1.1.1 |
| 1166 | 2026-08-20T02:57:03.458Z | Downloaded bindgen v0.71.1 |
| 1167 | 2026-08-20T02:57:03.461Z | Downloaded bitvec v1.0.1 |
| 1168 | 2026-08-20T02:57:03.469Z | Downloaded progenitor-impl v0.13.0 |
| 1169 | 2026-08-20T02:57:03.471Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1170 | 2026-08-20T02:57:03.474Z | Downloaded subprocess v0.2.15 |
| 1171 | 2026-08-20T02:57:03.474Z | Downloaded tracing-core v0.1.36 |
| 1172 | 2026-08-20T02:57:03.478Z | Downloaded aws-lc-rs v1.16.3 |
| 1173 | 2026-08-20T02:57:03.481Z | Downloaded schemars_derive v0.8.22 |
| 1174 | 2026-08-20T02:57:03.484Z | Downloaded ed25519 v2.2.3 |
| 1175 | 2026-08-20T02:57:03.484Z | Downloaded shlex v1.3.0 |
| 1176 | 2026-08-20T02:57:03.484Z | Downloaded unicode_categories v0.1.1 |
| 1177 | 2026-08-20T02:57:03.488Z | Downloaded nom v8.0.0 |
| 1178 | 2026-08-20T02:57:03.488Z | Downloaded tungstenite v0.23.0 |
| 1179 | 2026-08-20T02:57:03.491Z | Downloaded shell-words v1.1.1 |
| 1180 | 2026-08-20T02:57:03.491Z | Downloaded sha1 v0.11.0 |
| 1181 | 2026-08-20T02:57:03.494Z | Downloaded num-rational v0.4.2 |
| 1182 | 2026-08-20T02:57:03.494Z | Downloaded pkcs8 v0.10.2 |
| 1183 | 2026-08-20T02:57:03.497Z | Downloaded ppv-lite86 v0.2.21 |
| 1184 | 2026-08-20T02:57:03.502Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1185 | 2026-08-20T02:57:03.507Z | Downloaded libsw v3.5.0 |
| 1186 | 2026-08-20T02:57:03.510Z | Downloaded ingot-macros v0.2.0 |
| 1187 | 2026-08-20T02:57:03.510Z | Downloaded hyper-rustls v0.27.7 |
| 1188 | 2026-08-20T02:57:03.510Z | Downloaded phc v0.6.1 |
| 1189 | 2026-08-20T02:57:03.513Z | Downloaded crc v3.4.0 |
| 1190 | 2026-08-20T02:57:03.513Z | Downloaded sync_wrapper v1.0.2 |
| 1191 | 2026-08-20T02:57:03.513Z | Downloaded openssl-probe v0.2.1 |
| 1192 | 2026-08-20T02:57:03.518Z | Downloaded num-traits v0.2.19 |
| 1193 | 2026-08-20T02:57:03.521Z | Downloaded elliptic-curve v0.13.8 |
| 1194 | 2026-08-20T02:57:03.529Z | Downloaded zstd-safe v7.2.4 |
| 1195 | 2026-08-20T02:57:03.533Z | Downloaded icu_properties v2.1.2 |
| 1196 | 2026-08-20T02:57:03.533Z | Downloaded schemars v0.8.22 |
| 1197 | 2026-08-20T02:57:03.536Z | Downloaded kstat-rs v0.2.5 |
| 1198 | 2026-08-20T02:57:03.536Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1199 | 2026-08-20T02:57:03.541Z | Downloaded postcard v1.1.3 |
| 1200 | 2026-08-20T02:57:03.541Z | Downloaded tokio-native-tls v0.3.1 |
| 1201 | 2026-08-20T02:57:03.541Z | Downloaded unicode-normalization v0.1.25 |
| 1202 | 2026-08-20T02:57:03.544Z | Downloaded crossterm v0.29.0 |
| 1203 | 2026-08-20T02:57:03.547Z | Downloaded itertools v0.10.5 |
| 1204 | 2026-08-20T02:57:03.550Z | Downloaded nom v7.1.3 |
| 1205 | 2026-08-20T02:57:03.553Z | Downloaded crypto-bigint v0.5.5 |
| 1206 | 2026-08-20T02:57:03.556Z | Downloaded ipnetwork v0.21.1 |
| 1207 | 2026-08-20T02:57:03.556Z | Downloaded yasna v0.5.2 |
| 1208 | 2026-08-20T02:57:03.560Z | Downloaded defmt v1.0.1 |
| 1209 | 2026-08-20T02:57:03.560Z | Downloaded proc-macro-error2 v2.0.1 |
| 1210 | 2026-08-20T02:57:03.563Z | Downloaded petname v2.0.2 |
| 1211 | 2026-08-20T02:57:03.566Z | Downloaded salty v0.3.0 |
| 1212 | 2026-08-20T02:57:03.569Z | Downloaded tabled v0.21.0 |
| 1213 | 2026-08-20T02:57:03.581Z | Downloaded chrono v0.4.45 |
| 1214 | 2026-08-20T02:57:03.584Z | Downloaded regex v1.12.3 |
| 1215 | 2026-08-20T02:57:03.587Z | Downloaded steno v0.4.1 |
| 1216 | 2026-08-20T02:57:03.590Z | Downloaded serde-hex v0.1.0 |
| 1217 | 2026-08-20T02:57:03.590Z | Downloaded pkcs8 v0.11.0 |
| 1218 | 2026-08-20T02:57:03.594Z | Downloaded idna v1.1.0 |
| 1219 | 2026-08-20T02:57:03.597Z | Downloaded smallvec v1.15.1 |
| 1220 | 2026-08-20T02:57:03.600Z | Downloaded crypto-primes v0.7.2 |
| 1221 | 2026-08-20T02:57:03.604Z | Downloaded strum_macros v0.26.4 |
| 1222 | 2026-08-20T02:57:03.607Z | Downloaded ron v0.8.1 |
| 1223 | 2026-08-20T02:57:03.610Z | Downloaded packed_struct v0.10.1 |
| 1224 | 2026-08-20T02:57:03.610Z | Downloaded crossbeam-channel v0.5.15 |
| 1225 | 2026-08-20T02:57:03.613Z | Downloaded p384 v0.13.1 |
| 1226 | 2026-08-20T02:57:03.616Z | Downloaded darling_core v0.23.0 |
| 1227 | 2026-08-20T02:57:03.619Z | Downloaded qorb v0.4.1 |
| 1228 | 2026-08-20T02:57:03.622Z | Downloaded schemars v1.2.1 |
| 1229 | 2026-08-20T02:57:03.630Z | Downloaded scuffle v0.1.0 |
| 1230 | 2026-08-20T02:57:03.633Z | Downloaded samael v0.0.19 |
| 1231 | 2026-08-20T02:57:03.636Z | Downloaded zerotrie v0.2.3 |
| 1232 | 2026-08-20T02:57:03.642Z | Downloaded iri-string v0.7.10 |
| 1233 | 2026-08-20T02:57:03.647Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1234 | 2026-08-20T02:57:03.647Z | Downloaded libxml v0.3.3 |
| 1235 | 2026-08-20T02:57:03.654Z | Downloaded quinn v0.11.11 |
| 1236 | 2026-08-20T02:57:03.654Z | Downloaded x509-cert v0.2.5 |
| 1237 | 2026-08-20T02:57:03.660Z | Downloaded vergen-gitcl v1.0.8 |
| 1238 | 2026-08-20T02:57:03.660Z | Downloaded proptest v1.11.0 |
| 1239 | 2026-08-20T02:57:03.663Z | Downloaded zerovec v0.11.5 |
| 1240 | 2026-08-20T02:57:03.663Z | Downloaded ed25519-dalek v2.2.0 |
| 1241 | 2026-08-20T02:57:03.666Z | Downloaded rand v0.10.1 |
| 1242 | 2026-08-20T02:57:03.669Z | Downloaded papergrid v0.18.0 |
| 1243 | 2026-08-20T02:57:03.672Z | Downloaded tough v0.22.0 |
| 1244 | 2026-08-20T02:57:03.675Z | Downloaded tungstenite v0.21.0 |
| 1245 | 2026-08-20T02:57:03.678Z | Downloaded serde_with v3.21.0 |
| 1246 | 2026-08-20T02:57:03.684Z | Downloaded rayon-core v1.13.0 |
| 1247 | 2026-08-20T02:57:03.686Z | Downloaded miniz_oxide v0.8.9 |
| 1248 | 2026-08-20T02:57:03.689Z | Downloaded url v2.5.8 |
| 1249 | 2026-08-20T02:57:03.692Z | Downloaded jiff-core v0.1.0 |
| 1250 | 2026-08-20T02:57:03.695Z | Downloaded darling_core v0.21.3 |
| 1251 | 2026-08-20T02:57:03.698Z | Downloaded portable-atomic v1.13.1 |
| 1252 | 2026-08-20T02:57:03.710Z | Downloaded winnow v0.5.40 |
| 1253 | 2026-08-20T02:57:03.716Z | Downloaded darling_core v0.20.11 |
| 1254 | 2026-08-20T02:57:03.722Z | Downloaded quick-xml v0.37.5 |
| 1255 | 2026-08-20T02:57:03.726Z | Downloaded snafu v0.8.9 |
| 1256 | 2026-08-20T02:57:03.732Z | Downloaded radix_trie v0.2.1 |
| 1257 | 2026-08-20T02:57:03.735Z | Downloaded slog v2.8.2 |
| 1258 | 2026-08-20T02:57:03.739Z | Downloaded git2 v0.20.4 |
| 1259 | 2026-08-20T02:57:03.751Z | Downloaded der v0.8.0 |
| 1260 | 2026-08-20T02:57:03.754Z | Downloaded derive_more v0.99.20 |
| 1261 | 2026-08-20T02:57:03.757Z | Downloaded rand v0.9.2 |
| 1262 | 2026-08-20T02:57:03.760Z | Downloaded yansi v1.0.1 |
| 1263 | 2026-08-20T02:57:03.765Z | Downloaded winnow v0.6.26 |
| 1264 | 2026-08-20T02:57:03.768Z | Downloaded nix v0.27.1 |
| 1265 | 2026-08-20T02:57:03.771Z | Downloaded time v0.3.47 |
| 1266 | 2026-08-20T02:57:03.795Z | Downloaded quinn-proto v0.11.16 |
| 1267 | 2026-08-20T02:57:03.800Z | Downloaded toml_edit v0.19.15 |
| 1268 | 2026-08-20T02:57:03.813Z | Downloaded polar-core v0.27.3 |
| 1269 | 2026-08-20T02:57:03.818Z | Downloaded tokio-util v0.7.18 |
| 1270 | 2026-08-20T02:57:03.822Z | Downloaded zip v4.6.1 |
| 1271 | 2026-08-20T02:57:03.825Z | Downloaded derive_more-impl v2.1.1 |
| 1272 | 2026-08-20T02:57:03.829Z | Downloaded crossterm v0.28.1 |
| 1273 | 2026-08-20T02:57:03.837Z | Downloaded bstr v1.12.1 |
| 1274 | 2026-08-20T02:57:03.848Z | Downloaded iddqd v0.4.2 |
| 1275 | 2026-08-20T02:57:03.864Z | Downloaded reqwest v0.12.28 |
| 1276 | 2026-08-20T02:57:03.868Z | Downloaded hickory-proto v0.24.4 |
| 1277 | 2026-08-20T02:57:03.877Z | Downloaded russh v0.62.4 |
| 1278 | 2026-08-20T02:57:03.890Z | Downloaded vcpkg v0.2.15 |
| 1279 | 2026-08-20T02:57:03.912Z | Downloaded gimli v0.32.3 |
| 1280 | 2026-08-20T02:57:03.917Z | Downloaded zlib-rs v0.6.2 |
| 1281 | 2026-08-20T02:57:03.921Z | Downloaded itertools v0.13.0 |
| 1282 | 2026-08-20T02:57:03.924Z | Downloaded sha3 v0.12.0 |
| 1283 | 2026-08-20T02:57:03.927Z | Downloaded zerocopy v0.8.55 |
| 1284 | 2026-08-20T02:57:03.936Z | Downloaded libm v0.2.16 |
| 1285 | 2026-08-20T02:57:03.942Z | Downloaded winnow v1.0.3 |
| 1286 | 2026-08-20T02:57:03.947Z | Downloaded hyper v1.10.1 |
| 1287 | 2026-08-20T02:57:03.951Z | Downloaded icu_properties_data v2.1.2 |
| 1288 | 2026-08-20T02:57:03.957Z | Downloaded moka v0.12.13 |
| 1289 | 2026-08-20T02:57:03.962Z | Downloaded lalrpop v0.19.12 |
| 1290 | 2026-08-20T02:57:03.968Z | Downloaded openssl v0.10.80 |
| 1291 | 2026-08-20T02:57:03.975Z | Downloaded smoltcp v0.11.0 |
| 1292 | 2026-08-20T02:57:03.994Z | Downloaded curve25519-dalek v4.1.3 |
| 1293 | 2026-08-20T02:57:04.006Z | Downloaded curve25519-dalek v5.0.0 |
| 1294 | 2026-08-20T02:57:04.025Z | Downloaded object v0.30.4 |
| 1295 | 2026-08-20T02:57:04.031Z | Downloaded nix v0.28.0 |
| 1296 | 2026-08-20T02:57:04.056Z | Downloaded hickory-proto v0.25.2 |
| 1297 | 2026-08-20T02:57:04.067Z | Downloaded regress v0.10.5 |
| 1298 | 2026-08-20T02:57:04.070Z | Downloaded rustls v0.23.41 |
| 1299 | 2026-08-20T02:57:04.077Z | Downloaded smoltcp v0.9.1 |
| 1300 | 2026-08-20T02:57:04.082Z | Downloaded rustix v0.38.44 |
| 1301 | 2026-08-20T02:57:04.095Z | Downloaded object v0.37.3 |
| 1302 | 2026-08-20T02:57:04.102Z | Downloaded regress v0.11.1 |
| 1303 | 2026-08-20T02:57:04.106Z | Downloaded sled v0.34.7 |
| 1304 | 2026-08-20T02:57:04.112Z | Downloaded crypto-bigint v0.7.5 |
| 1305 | 2026-08-20T02:57:04.120Z | Downloaded regex-syntax v0.6.29 |
| 1306 | 2026-08-20T02:57:04.123Z | Downloaded diesel v2.3.7 |
| 1307 | 2026-08-20T02:57:04.135Z | Downloaded dropshot v0.17.1 |
| 1308 | 2026-08-20T02:57:04.148Z | Downloaded nix v0.31.2 |
| 1309 | 2026-08-20T02:57:04.153Z | Downloaded sha3 v0.11.0 |
| 1310 | 2026-08-20T02:57:04.167Z | Downloaded regex-syntax v0.8.10 |
| 1311 | 2026-08-20T02:57:04.173Z | Downloaded openapiv3 v2.2.0 |
| 1312 | 2026-08-20T02:57:04.180Z | Downloaded sqlparser v0.61.0 |
| 1313 | 2026-08-20T02:57:04.186Z | Downloaded tracing v0.1.44 |
| 1314 | 2026-08-20T02:57:04.206Z | Downloaded zerocopy-derive v0.6.6 |
| 1315 | 2026-08-20T02:57:04.214Z | Downloaded typify-impl v0.6.2 |
| 1316 | 2026-08-20T02:57:04.217Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1317 | 2026-08-20T02:57:04.225Z | Downloaded regex-automata v0.4.14 |
| 1318 | 2026-08-20T02:57:04.233Z | Downloaded ratatui v0.29.0 |
| 1319 | 2026-08-20T02:57:04.251Z | Downloaded petgraph v0.6.5 |
| 1320 | 2026-08-20T02:57:04.287Z | Downloaded chrono-tz v0.10.4 |
| 1321 | 2026-08-20T02:57:04.302Z | Downloaded sha3 v0.10.8 |
| 1322 | 2026-08-20T02:57:04.309Z | Downloaded jiff v0.2.34 |
| 1323 | 2026-08-20T02:57:04.318Z | Downloaded petgraph v0.8.3 |
| 1324 | 2026-08-20T02:57:04.330Z | Downloaded libz-sys v1.1.24 |
| 1325 | 2026-08-20T02:57:04.342Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1326 | 2026-08-20T02:57:04.352Z | Downloaded tokio v1.52.1 |
| 1327 | 2026-08-20T02:57:04.405Z | Downloaded csv v1.4.0 |
| 1328 | 2026-08-20T02:57:04.414Z | Downloaded encoding_rs v0.8.35 |
| 1329 | 2026-08-20T02:57:04.426Z | Downloaded ring v0.17.14 |
| 1330 | 2026-08-20T02:57:04.476Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1331 | 2026-08-20T02:57:04.991Z | Downloaded aws-lc-sys v0.40.0 |
| 1332 | 2026-08-20T02:57:05.243Z | Compiling serde_core v1.0.228 |
| 1333 | 2026-08-20T02:57:05.243Z | Compiling libc v0.2.185 |
| 1334 | 2026-08-20T02:57:05.243Z | Compiling serde v1.0.228 |
| 1335 | 2026-08-20T02:57:05.246Z | Compiling log v0.4.33 |
| 1336 | 2026-08-20T02:57:05.246Z | Compiling smallvec v1.15.1 |
| 1337 | 2026-08-20T02:57:05.401Z | Compiling shlex v1.3.0 |
| 1338 | 2026-08-20T02:57:05.404Z | Compiling find-msvc-tools v0.1.9 |
| 1339 | 2026-08-20T02:57:05.406Z | Compiling syn v2.0.117 |
| 1340 | 2026-08-20T02:57:05.598Z | Compiling subtle v2.6.1 |
| 1341 | 2026-08-20T02:57:05.620Z | Compiling scopeguard v1.2.0 |
| 1342 | 2026-08-20T02:57:05.636Z | Compiling stable_deref_trait v1.2.1 |
| 1343 | 2026-08-20T02:57:05.687Z | Compiling typenum v1.20.1 |
| 1344 | 2026-08-20T02:57:05.719Z | Compiling lock_api v0.4.14 |
| 1345 | 2026-08-20T02:57:05.722Z | Compiling zerocopy v0.8.55 |
| 1346 | 2026-08-20T02:57:05.722Z | Compiling portable-atomic v1.13.1 |
| 1347 | 2026-08-20T02:57:05.772Z | Compiling serde_json v1.0.151 |
| 1348 | 2026-08-20T02:57:05.968Z | Compiling critical-section v1.2.0 |
| 1349 | 2026-08-20T02:57:06.002Z | Compiling libm v0.2.16 |
| 1350 | 2026-08-20T02:57:06.075Z | Compiling num-traits v0.2.19 |
| 1351 | 2026-08-20T02:57:06.173Z | Compiling pkg-config v0.3.32 |
| 1352 | 2026-08-20T02:57:06.255Z | Compiling errno v0.3.14 |
| 1353 | 2026-08-20T02:57:06.274Z | Compiling jobserver v0.1.34 |
| 1354 | 2026-08-20T02:57:06.311Z | Compiling getrandom v0.2.17 |
| 1355 | 2026-08-20T02:57:06.519Z | Compiling cc v1.2.56 |
| 1356 | 2026-08-20T02:57:06.550Z | Compiling rand_core v0.6.4 |
| 1357 | 2026-08-20T02:57:06.727Z | Compiling generic-array v0.14.7 |
| 1358 | 2026-08-20T02:57:06.967Z | Compiling once_cell v1.21.3 |
| 1359 | 2026-08-20T02:57:07.117Z | Compiling pin-project-lite v0.2.17 |
| 1360 | 2026-08-20T02:57:07.117Z | Compiling parking_lot_core v0.9.12 |
| 1361 | 2026-08-20T02:57:07.118Z | Compiling const-oid v0.9.6 |
| 1362 | 2026-08-20T02:57:07.160Z | Compiling getrandom v0.3.4 |
| 1363 | 2026-08-20T02:57:07.160Z | Compiling signal-hook-registry v1.4.8 |
| 1364 | 2026-08-20T02:57:07.404Z | Compiling writeable v0.6.2 |
| 1365 | 2026-08-20T02:57:07.536Z | Compiling bitflags v2.11.0 |
| 1366 | 2026-08-20T02:57:07.607Z | Compiling percent-encoding v2.3.2 |
| 1367 | 2026-08-20T02:57:07.625Z | Compiling litemap v0.8.1 |
| 1368 | 2026-08-20T02:57:07.641Z | Compiling futures-core v0.3.32 |
| 1369 | 2026-08-20T02:57:07.790Z | Compiling semver v1.0.28 |
| 1370 | 2026-08-20T02:57:07.805Z | Compiling parking_lot v0.12.5 |
| 1371 | 2026-08-20T02:57:07.818Z | Compiling mio v1.2.0 |
| 1372 | 2026-08-20T02:57:07.900Z | Compiling icu_normalizer_data v2.1.1 |
| 1373 | 2026-08-20T02:57:07.975Z | Compiling icu_properties_data v2.1.2 |
| 1374 | 2026-08-20T02:57:08.078Z | Compiling socket2 v0.6.3 |
| 1375 | 2026-08-20T02:57:08.105Z | Compiling rustix v1.1.4 |
| 1376 | 2026-08-20T02:57:08.174Z | Compiling getrandom v0.4.3 |
| 1377 | 2026-08-20T02:57:08.202Z | Compiling rand_core v0.10.0 |
| 1378 | 2026-08-20T02:57:08.269Z | Compiling synstructure v0.13.2 |
| 1379 | 2026-08-20T02:57:08.323Z | Compiling futures-sink v0.3.32 |
| 1380 | 2026-08-20T02:57:08.384Z | Compiling indexmap v2.14.0 |
| 1381 | 2026-08-20T02:57:08.428Z | Compiling futures-channel v0.3.32 |
| 1382 | 2026-08-20T02:57:08.467Z | Compiling utf8_iter v1.0.4 |
| 1383 | 2026-08-20T02:57:08.610Z | Compiling slab v0.4.12 |
| 1384 | 2026-08-20T02:57:08.660Z | Compiling futures-task v0.3.32 |
| 1385 | 2026-08-20T02:57:08.671Z | Compiling futures-io v0.3.32 |
| 1386 | 2026-08-20T02:57:08.748Z | Compiling form_urlencoded v1.2.2 |
| 1387 | 2026-08-20T02:57:08.783Z | Compiling rustversion v1.0.22 |
| 1388 | 2026-08-20T02:57:08.813Z | Compiling iana-time-zone v0.1.65 |
| 1389 | 2026-08-20T02:57:08.817Z | Compiling base64ct v1.8.3 |
| 1390 | 2026-08-20T02:57:08.853Z | Compiling cmake v0.1.57 |
| 1391 | 2026-08-20T02:57:08.918Z | Compiling regex-syntax v0.8.10 |
| 1392 | 2026-08-20T02:57:09.006Z | Compiling flagset v0.4.7 |
| 1393 | 2026-08-20T02:57:09.006Z | Compiling fs_extra v1.3.0 |
| 1394 | 2026-08-20T02:57:09.200Z | Compiling pem-rfc7468 v0.7.0 |
| 1395 | 2026-08-20T02:57:09.203Z | Compiling dunce v1.0.5 |
| 1396 | 2026-08-20T02:57:09.312Z | Compiling ident_case v1.0.1 |
| 1397 | 2026-08-20T02:57:09.312Z | Compiling uuid v1.23.4 |
| 1398 | 2026-08-20T02:57:09.340Z | Compiling aws-lc-sys v0.40.0 |
| 1399 | 2026-08-20T02:57:09.439Z | Compiling rand_core v0.9.5 |
| 1400 | 2026-08-20T02:57:09.511Z | Compiling base64 v0.22.1 |
| 1401 | 2026-08-20T02:57:09.730Z | Compiling syn v1.0.109 |
| 1402 | 2026-08-20T02:57:09.831Z | Compiling vcpkg v0.2.15 |
| 1403 | 2026-08-20T02:57:09.848Z | Compiling serde_derive_internals v0.29.1 |
| 1404 | 2026-08-20T02:57:09.902Z | Compiling rustc_version v0.4.1 |
| 1405 | 2026-08-20T02:57:09.964Z | Compiling serde_derive v1.0.228 |
| 1406 | 2026-08-20T02:57:10.022Z | Compiling zeroize_derive v1.5.0 |
| 1407 | 2026-08-20T02:57:10.043Z | Compiling zerofrom-derive v0.1.6 |
| 1408 | 2026-08-20T02:57:10.218Z | Compiling zerocopy-derive v0.8.55 |
| 1409 | 2026-08-20T02:57:10.559Z | Compiling yoke-derive v0.8.1 |
| 1410 | 2026-08-20T02:57:10.675Z | Compiling zerovec-derive v0.11.2 |
| 1411 | 2026-08-20T02:57:10.758Z | Compiling displaydoc v0.2.5 |
| 1412 | 2026-08-20T02:57:11.298Z | Compiling tokio-macros v2.7.0 |
| 1413 | 2026-08-20T02:57:11.461Z | Compiling zerofrom v0.1.6 |
| 1414 | 2026-08-20T02:57:11.525Z | Compiling futures-macro v0.3.32 |
| 1415 | 2026-08-20T02:57:11.590Z | Compiling der_derive v0.7.3 |
| 1416 | 2026-08-20T02:57:11.739Z | Compiling yoke v0.8.1 |
| 1417 | 2026-08-20T02:57:11.820Z | Compiling thiserror-impl v2.0.18 |
| 1418 | 2026-08-20T02:57:11.925Z | Compiling zerovec v0.11.5 |
| 1419 | 2026-08-20T02:57:12.033Z | Compiling zerotrie v0.2.3 |
| 1420 | 2026-08-20T02:57:12.331Z | Compiling openssl-sys v0.9.117 |
| 1421 | 2026-08-20T02:57:12.335Z | Compiling futures-util v0.3.32 |
| 1422 | 2026-08-20T02:57:12.433Z | Compiling tinystr v0.8.2 |
| 1423 | 2026-08-20T02:57:12.554Z | Compiling potential_utf v0.1.4 |
| 1424 | 2026-08-20T02:57:12.635Z | Compiling icu_locale_core v2.1.1 |
| 1425 | 2026-08-20T02:57:12.726Z | Compiling icu_collections v2.1.1 |
| 1426 | 2026-08-20T02:57:12.909Z | Compiling tracing-attributes v0.1.31 |
| 1427 | 2026-08-20T02:57:13.160Z | Compiling thiserror v2.0.18 |
| 1428 | 2026-08-20T02:57:13.204Z | Compiling tracing-core v0.1.36 |
| 1429 | 2026-08-20T02:57:13.267Z | Compiling icu_provider v2.1.1 |
| 1430 | 2026-08-20T02:57:13.490Z | Compiling zeroize v1.9.0 |
| 1431 | 2026-08-20T02:57:13.506Z | Compiling bytes v1.11.1 |
| 1432 | 2026-08-20T02:57:13.566Z | Compiling icu_normalizer v2.1.1 |
| 1433 | 2026-08-20T02:57:13.746Z | Compiling icu_properties v2.1.2 |
| 1434 | 2026-08-20T02:57:14.133Z | Compiling tokio v1.52.1 |
| 1435 | 2026-08-20T02:57:14.158Z | Compiling chrono v0.4.45 |
| 1436 | 2026-08-20T02:57:14.246Z | Compiling der v0.7.10 |
| 1437 | 2026-08-20T02:57:14.348Z | Compiling block-buffer v0.10.4 |
| 1438 | 2026-08-20T02:57:14.526Z | Compiling crypto-common v0.1.7 |
| 1439 | 2026-08-20T02:57:14.668Z | Compiling idna_adapter v1.2.1 |
| 1440 | 2026-08-20T02:57:14.683Z | Compiling ppv-lite86 v0.2.21 |
| 1441 | 2026-08-20T02:57:14.813Z | Compiling digest v0.10.7 |
| 1442 | 2026-08-20T02:57:14.829Z | Compiling idna v1.1.0 |
| 1443 | 2026-08-20T02:57:14.909Z | Compiling http v1.4.2 |
| 1444 | 2026-08-20T02:57:15.011Z | Compiling rand_chacha v0.9.0 |
| 1445 | 2026-08-20T02:57:15.069Z | Compiling dyn-clone v1.0.20 |
| 1446 | 2026-08-20T02:57:15.160Z | Compiling url v2.5.8 |
| 1447 | 2026-08-20T02:57:15.460Z | Compiling spki v0.7.3 |
| 1448 | 2026-08-20T02:57:15.479Z | Compiling schemars v0.8.22 |
| 1449 | 2026-08-20T02:57:15.581Z | Compiling simd-adler32 v0.3.8 |
| 1450 | 2026-08-20T02:57:15.665Z | Compiling aws-lc-rs v1.16.3 |
| 1451 | 2026-08-20T02:57:15.681Z | Compiling cpufeatures v0.2.17 |
| 1452 | 2026-08-20T02:57:15.741Z | Compiling pkcs8 v0.10.2 |
| 1453 | 2026-08-20T02:57:15.755Z | Compiling http-body v1.0.1 |
| 1454 | 2026-08-20T02:57:15.824Z | Compiling rand v0.9.2 |
| 1455 | 2026-08-20T02:57:15.840Z | Compiling tracing v0.1.44 |
| 1456 | 2026-08-20T02:57:15.900Z | Compiling rustls-pki-types v1.14.0 |
| 1457 | 2026-08-20T02:57:15.995Z | Compiling schemars_derive v0.8.22 |
| 1458 | 2026-08-20T02:57:16.076Z | Compiling spin v0.9.8 |
| 1459 | 2026-08-20T02:57:16.092Z | Compiling crc32fast v1.5.0 |
| 1460 | 2026-08-20T02:57:16.222Z | Compiling adler2 v2.0.1 |
| 1461 | 2026-08-20T02:57:16.331Z | Compiling cmov v0.5.4 |
| 1462 | 2026-08-20T02:57:16.347Z | Compiling openssl-probe v0.2.1 |
| 1463 | 2026-08-20T02:57:16.361Z | Compiling tinyvec_macros v0.1.1 |
| 1464 | 2026-08-20T02:57:16.428Z | Compiling httparse v1.10.1 |
| 1465 | 2026-08-20T02:57:16.516Z | Compiling ctutils v0.4.2 |
| 1466 | 2026-08-20T02:57:16.534Z | Compiling tinyvec v1.10.0 |
| 1467 | 2026-08-20T02:57:16.594Z | Compiling miniz_oxide v0.8.9 |
| 1468 | 2026-08-20T02:57:16.747Z | Compiling tempfile v3.27.0 |
| 1469 | 2026-08-20T02:57:16.808Z | Compiling pest_generator v2.8.6 |
| 1470 | 2026-08-20T02:57:16.869Z | Compiling sha2 v0.10.9 |
| 1471 | 2026-08-20T02:57:17.108Z | Compiling terminal_size v0.4.3 |
| 1472 | 2026-08-20T02:57:17.174Z | Compiling aho-corasick v1.1.4 |
| 1473 | 2026-08-20T02:57:17.242Z | Compiling tower-service v0.3.3 |
| 1474 | 2026-08-20T02:57:17.338Z | Compiling untrusted v0.7.1 |
| 1475 | 2026-08-20T02:57:17.464Z | Compiling radium v0.7.0 |
| 1476 | 2026-08-20T02:57:17.479Z | Compiling try-lock v0.2.5 |
| 1477 | 2026-08-20T02:57:17.586Z | Compiling atomic-waker v1.1.2 |
| 1478 | 2026-08-20T02:57:17.703Z | Compiling tower-layer v0.3.3 |
| 1479 | 2026-08-20T02:57:17.738Z | Compiling want v0.3.1 |
| 1480 | 2026-08-20T02:57:17.863Z | Compiling pest_derive v2.8.6 |
| 1481 | 2026-08-20T02:57:17.899Z | Compiling tokio-util v0.7.18 |
| 1482 | 2026-08-20T02:57:18.162Z | Compiling regex-automata v0.4.14 |
| 1483 | 2026-08-20T02:57:18.464Z | Compiling hybrid-array v0.4.13 |
| 1484 | 2026-08-20T02:57:18.597Z | Compiling h2 v0.4.15 |
| 1485 | 2026-08-20T02:57:18.914Z | Compiling ipnet v2.12.0 |
| 1486 | 2026-08-20T02:57:18.980Z | Compiling scroll_derive v0.13.1 |
| 1487 | 2026-08-20T02:57:19.268Z | Compiling darling_core v0.20.11 |
| 1488 | 2026-08-20T02:57:19.449Z | Compiling rustls v0.23.41 |
| 1489 | 2026-08-20T02:57:19.620Z | Compiling openssl v0.10.80 |
| 1490 | 2026-08-20T02:57:19.746Z | Compiling tap v1.0.1 |
| 1491 | 2026-08-20T02:57:19.772Z | Compiling foreign-types-shared v0.1.1 |
| 1492 | 2026-08-20T02:57:19.826Z | Compiling httpdate v1.0.3 |
| 1493 | 2026-08-20T02:57:19.842Z | Compiling untrusted v0.9.0 |
| 1494 | 2026-08-20T02:57:19.855Z | Compiling maybe-uninit v2.0.0 |
| 1495 | 2026-08-20T02:57:19.889Z | Compiling foreign-types v0.3.2 |
| 1496 | 2026-08-20T02:57:19.956Z | Compiling wyz v0.5.1 |
| 1497 | 2026-08-20T02:57:19.970Z | Compiling scroll v0.13.0 |
| 1498 | 2026-08-20T02:57:20.146Z | Compiling unicode-normalization v0.1.25 |
| 1499 | 2026-08-20T02:57:20.233Z | Compiling signature v2.2.0 |
| 1500 | 2026-08-20T02:57:20.250Z | Compiling rand_chacha v0.3.1 |
| 1501 | 2026-08-20T02:57:20.414Z | Compiling hex v0.4.3 |
| 1502 | 2026-08-20T02:57:20.561Z | Compiling openssl-macros v0.1.1 |
| 1503 | 2026-08-20T02:57:20.600Z | Compiling thiserror-impl v1.0.69 |
| 1504 | 2026-08-20T02:57:20.688Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1505 | 2026-08-20T02:57:20.952Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1506 | 2026-08-20T02:57:20.966Z | Compiling num-integer v0.1.46 |
| 1507 | 2026-08-20T02:57:21.016Z | Compiling wait-timeout v0.2.1 |
| 1508 | 2026-08-20T02:57:21.277Z | Compiling ahash v0.8.12 |
| 1509 | 2026-08-20T02:57:21.277Z | Compiling num-conv v0.2.0 |
| 1510 | 2026-08-20T02:57:21.327Z | Compiling packed_struct v0.10.1 |
| 1511 | 2026-08-20T02:57:21.456Z | Compiling powerfmt v0.2.0 |
| 1512 | 2026-08-20T02:57:21.477Z | Compiling time-core v0.1.8 |
| 1513 | 2026-08-20T02:57:21.511Z | Compiling darling_macro v0.20.11 |
| 1514 | 2026-08-20T02:57:21.567Z | Compiling quick-error v1.2.3 |
| 1515 | 2026-08-20T02:57:21.617Z | Compiling bit-vec v0.8.0 |
| 1516 | 2026-08-20T02:57:21.620Z | Compiling funty v2.0.0 |
| 1517 | 2026-08-20T02:57:21.670Z | Compiling native-tls v0.2.18 |
| 1518 | 2026-08-20T02:57:21.823Z | Compiling hyper v1.10.1 |
| 1519 | 2026-08-20T02:57:21.861Z | Compiling num-bigint-dig v0.8.6 |
| 1520 | 2026-08-20T02:57:21.899Z | Compiling thiserror v1.0.69 |
| 1521 | 2026-08-20T02:57:21.990Z | Compiling darling v0.20.11 |
| 1522 | 2026-08-20T02:57:22.006Z | Compiling bitvec v1.0.1 |
| 1523 | 2026-08-20T02:57:22.061Z | Compiling bit-set v0.8.0 |
| 1524 | 2026-08-20T02:57:22.076Z | Compiling rusty-fork v0.3.1 |
| 1525 | 2026-08-20T02:57:22.184Z | Compiling time-macros v0.2.27 |
| 1526 | 2026-08-20T02:57:22.243Z | Compiling deranged v0.5.8 |
| 1527 | 2026-08-20T02:57:22.258Z | Compiling clap_builder v4.6.0 |
| 1528 | 2026-08-20T02:57:22.711Z | Compiling num-iter v0.1.45 |
| 1529 | 2026-08-20T02:57:23.201Z | Compiling hyper-util v0.1.20 |
| 1530 | 2026-08-20T02:57:23.386Z | Compiling rand v0.8.6 |
| 1531 | 2026-08-20T02:57:23.411Z | Compiling goblin v0.10.5 |
| 1532 | 2026-08-20T02:57:23.668Z | Compiling packed_struct_codegen v0.10.1 |
| 1533 | 2026-08-20T02:57:24.300Z | Compiling lazy_static v1.5.0 |
| 1534 | 2026-08-20T02:57:24.383Z | Compiling hmac v0.12.1 |
| 1535 | 2026-08-20T02:57:24.530Z | Compiling toml_datetime v0.6.11 |
| 1536 | 2026-08-20T02:57:24.790Z | Compiling serde_spanned v0.6.9 |
| 1537 | 2026-08-20T02:57:24.812Z | Compiling bitfield-macros v0.19.4 |
| 1538 | 2026-08-20T02:57:24.929Z | Compiling zerocopy-derive v0.6.6 |
| 1539 | 2026-08-20T02:57:25.408Z | Compiling clap_derive v4.6.1 |
| 1540 | 2026-08-20T02:57:25.513Z | Compiling rand_xorshift v0.4.0 |
| 1541 | 2026-08-20T02:57:25.513Z | Compiling sync_wrapper v1.0.2 |
| 1542 | 2026-08-20T02:57:25.595Z | Compiling indexmap v1.9.3 |
| 1543 | 2026-08-20T02:57:25.595Z | Compiling paste v1.0.15 |
| 1544 | 2026-08-20T02:57:25.765Z | Compiling object v0.37.3 |
| 1545 | 2026-08-20T02:57:25.796Z | Compiling unarray v0.1.4 |
| 1546 | 2026-08-20T02:57:25.837Z | Compiling usdt-impl v0.6.0 |
| 1547 | 2026-08-20T02:57:25.881Z | Compiling crossbeam-utils v0.8.21 |
| 1548 | 2026-08-20T02:57:25.965Z | Compiling num_threads v0.1.7 |
| 1549 | 2026-08-20T02:57:26.020Z | Compiling zlib-rs v0.6.2 |
| 1550 | 2026-08-20T02:57:26.059Z | Compiling siphasher v1.0.2 |
| 1551 | 2026-08-20T02:57:26.215Z | Compiling crc-catalog v2.4.0 |
| 1552 | 2026-08-20T02:57:26.328Z | Compiling nodrop v0.1.14 |
| 1553 | 2026-08-20T02:57:26.328Z | Compiling crc v3.4.0 |
| 1554 | 2026-08-20T02:57:26.372Z | Compiling array-init v0.0.4 |
| 1555 | 2026-08-20T02:57:26.372Z | Compiling dof v0.4.0 |
| 1556 | 2026-08-20T02:57:26.465Z | Compiling time v0.3.47 |
| 1557 | 2026-08-20T02:57:26.674Z | Compiling proptest v1.11.0 |
| 1558 | 2026-08-20T02:57:26.713Z | Compiling clap v4.6.1 |
| 1559 | 2026-08-20T02:57:26.845Z | Compiling zerocopy v0.6.6 |
| 1560 | 2026-08-20T02:57:27.177Z | Compiling tower v0.5.3 |
| 1561 | 2026-08-20T02:57:27.435Z | Compiling bitfield v0.19.4 |
| 1562 | 2026-08-20T02:57:27.939Z | Compiling smallvec v0.6.14 |
| 1563 | 2026-08-20T02:57:28.127Z | Compiling derive_builder_core v0.20.2 |
| 1564 | 2026-08-20T02:57:28.268Z | Compiling dtrace-parser v0.3.0 |
| 1565 | 2026-08-20T02:57:28.975Z | Compiling flate2 v1.1.9 |
| 1566 | 2026-08-20T02:57:28.975Z | Compiling ipnetwork v0.21.1 |
| 1567 | 2026-08-20T02:57:29.018Z | Compiling pkcs1 v0.7.5 |
| 1568 | 2026-08-20T02:57:29.018Z | Compiling http-body-util v0.1.3 |
| 1569 | 2026-08-20T02:57:29.271Z | Compiling heapless v0.7.17 |
| 1570 | 2026-08-20T02:57:29.347Z | Compiling structmeta-derive v0.3.0 |
| 1571 | 2026-08-20T02:57:29.360Z | Compiling scroll_derive v0.12.1 |
| 1572 | 2026-08-20T02:57:29.394Z | Compiling slog v2.8.2 |
| 1573 | 2026-08-20T02:57:29.405Z | Compiling darling_core v0.23.0 |
| 1574 | 2026-08-20T02:57:29.509Z | Compiling thread-id v5.1.0 |
| 1575 | 2026-08-20T02:57:29.575Z | Compiling cookie v0.18.1 |
| 1576 | 2026-08-20T02:57:29.596Z | Compiling env_filter v2.0.0 |
| 1577 | 2026-08-20T02:57:29.758Z | Compiling ryu v1.0.23 |
| 1578 | 2026-08-20T02:57:29.896Z | Compiling hashbrown v0.12.3 |
| 1579 | 2026-08-20T02:57:29.946Z | Compiling anyhow v1.0.104 |
| 1580 | 2026-08-20T02:57:30.023Z | Compiling base64 v0.21.7 |
| 1581 | 2026-08-20T02:57:30.258Z | Compiling signal-hook v0.3.18 |
| 1582 | 2026-08-20T02:57:30.342Z | Compiling winnow v0.5.40 |
| 1583 | 2026-08-20T02:57:30.376Z | Compiling iri-string v0.7.10 |
| 1584 | 2026-08-20T02:57:30.423Z | Compiling gimli v0.32.3 |
| 1585 | 2026-08-20T02:57:30.437Z | Compiling allocator-api2 v0.2.21 |
| 1586 | 2026-08-20T02:57:30.767Z | Compiling unicode-properties v0.1.4 |
| 1587 | 2026-08-20T02:57:30.982Z | Compiling unicode-bidi v0.3.18 |
| 1588 | 2026-08-20T02:57:31.507Z | Compiling zstd-safe v7.2.4 |
| 1589 | 2026-08-20T02:57:31.725Z | Compiling toml_edit v0.19.15 |
| 1590 | 2026-08-20T02:57:31.743Z | Compiling tower-http v0.6.8 |
| 1591 | 2026-08-20T02:57:31.883Z | Compiling stringprep v0.1.5 |
| 1592 | 2026-08-20T02:57:31.921Z | Compiling darling_macro v0.23.0 |
| 1593 | 2026-08-20T02:57:32.143Z | Compiling addr2line v0.25.1 |
| 1594 | 2026-08-20T02:57:32.343Z | Compiling structmeta v0.3.0 |
| 1595 | 2026-08-20T02:57:32.491Z | Compiling ron v0.8.1 |
| 1596 | 2026-08-20T02:57:32.552Z | Compiling scroll v0.12.0 |
| 1597 | 2026-08-20T02:57:32.616Z | Compiling serde_urlencoded v0.7.1 |
| 1598 | 2026-08-20T02:57:32.776Z | Compiling env_logger v0.11.11 |
| 1599 | 2026-08-20T02:57:32.929Z | Compiling rsa v0.9.10 |
| 1600 | 2026-08-20T02:57:33.112Z | Compiling oxnet v0.1.6 |
| 1601 | 2026-08-20T02:57:33.127Z | Compiling newtype-uuid v1.3.2 |
| 1602 | 2026-08-20T02:57:33.404Z | Compiling derive_builder_macro v0.20.2 |
| 1603 | 2026-08-20T02:57:33.454Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1604 | 2026-08-20T02:57:33.535Z | Compiling hashbrown v0.13.2 |
| 1605 | 2026-08-20T02:57:33.550Z | Compiling serde-hex v0.1.0 |
| 1606 | 2026-08-20T02:57:33.857Z | Compiling bzip2 v0.4.4 |
| 1607 | 2026-08-20T02:57:34.027Z | Compiling tokio-native-tls v0.3.1 |
| 1608 | 2026-08-20T02:57:34.111Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1609 | 2026-08-20T02:57:34.745Z | Compiling camino v1.2.5 |
| 1610 | 2026-08-20T02:57:34.888Z | Compiling bstr v1.12.1 |
| 1611 | 2026-08-20T02:57:35.144Z | Compiling crypto-common v0.2.2 |
| 1612 | 2026-08-20T02:57:35.315Z | Compiling block-buffer v0.12.1 |
| 1613 | 2026-08-20T02:57:35.522Z | Compiling block-padding v0.4.2 |
| 1614 | 2026-08-20T02:57:35.536Z | Compiling rustls-native-certs v0.8.3 |
| 1615 | 2026-08-20T02:57:35.692Z | Compiling x509-cert v0.2.5 |
| 1616 | 2026-08-20T02:57:35.826Z | Compiling md-5 v0.10.6 |
| 1617 | 2026-08-20T02:57:36.002Z | Compiling serde_tokenstream v0.2.3 |
| 1618 | 2026-08-20T02:57:36.018Z | Compiling erased-serde v0.3.31 |
| 1619 | 2026-08-20T02:57:36.327Z | Compiling curve25519-dalek v4.1.3 |
| 1620 | 2026-08-20T02:57:36.505Z | Compiling zerocopy-derive v0.7.35 |
| 1621 | 2026-08-20T02:57:36.668Z | Compiling daft-derive v0.1.7 |
| 1622 | 2026-08-20T02:57:36.855Z | Compiling async-trait v0.1.89 |
| 1623 | 2026-08-20T02:57:37.195Z | Compiling pin-project-internal v1.1.11 |
| 1624 | 2026-08-20T02:57:37.306Z | Compiling vergen-lib v9.1.0 |
| 1625 | 2026-08-20T02:57:37.379Z | Compiling hash32 v0.2.1 |
| 1626 | 2026-08-20T02:57:37.394Z | Compiling memoffset v0.9.1 |
| 1627 | 2026-08-20T02:57:37.479Z | Compiling encoding_rs v0.8.35 |
| 1628 | 2026-08-20T02:57:37.560Z | Compiling fallible-iterator v0.2.0 |
| 1629 | 2026-08-20T02:57:37.592Z | Compiling smoltcp v0.9.1 |
| 1630 | 2026-08-20T02:57:37.599Z | Compiling rustc-demangle v0.1.27 |
| 1631 | 2026-08-20T02:57:37.865Z | Compiling rustix v0.38.44 |
| 1632 | 2026-08-20T02:57:37.898Z | Compiling owo-colors v4.3.0 |
| 1633 | 2026-08-20T02:57:37.906Z | Compiling crc-any v2.5.0 |
| 1634 | 2026-08-20T02:57:37.976Z | Compiling psl-types v2.0.11 |
| 1635 | 2026-08-20T02:57:38.100Z | Compiling cfg_aliases v0.2.1 |
| 1636 | 2026-08-20T02:57:38.124Z | Compiling mime v0.3.17 |
| 1637 | 2026-08-20T02:57:38.136Z | Compiling ref-cast v1.0.25 |
| 1638 | 2026-08-20T02:57:38.193Z | Compiling litrs v1.0.0 |
| 1639 | 2026-08-20T02:57:38.240Z | Compiling nix v0.31.2 |
| 1640 | 2026-08-20T02:57:38.254Z | Compiling pin-project v1.1.11 |
| 1641 | 2026-08-20T02:57:38.287Z | Compiling publicsuffix v2.3.0 |
| 1642 | 2026-08-20T02:57:38.344Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1643 | 2026-08-20T02:57:38.405Z | Compiling postgres-protocol v0.6.10 |
| 1644 | 2026-08-20T02:57:38.731Z | Compiling backtrace v0.3.76 |
| 1645 | 2026-08-20T02:57:38.744Z | Compiling daft v0.1.7 |
| 1646 | 2026-08-20T02:57:38.744Z | Compiling document-features v0.2.12 |
| 1647 | 2026-08-20T02:57:38.877Z | Compiling zerocopy v0.7.35 |
| 1648 | 2026-08-20T02:57:39.000Z | Compiling inout v0.2.2 |
| 1649 | 2026-08-20T02:57:39.043Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1650 | 2026-08-20T02:57:39.187Z | Compiling hyper-tls v0.6.0 |
| 1651 | 2026-08-20T02:57:39.263Z | Compiling zip v0.6.6 |
| 1652 | 2026-08-20T02:57:39.324Z | Compiling object v0.30.4 |
| 1653 | 2026-08-20T02:57:39.378Z | Compiling derive_builder v0.20.2 |
| 1654 | 2026-08-20T02:57:39.465Z | Compiling toml v0.7.8 |
| 1655 | 2026-08-20T02:57:39.676Z | Compiling goblin v0.8.2 |
| 1656 | 2026-08-20T02:57:39.848Z | Compiling derive-ex v0.1.8 |
| 1657 | 2026-08-20T02:57:40.005Z | Compiling darling v0.23.0 |
| 1658 | 2026-08-20T02:57:40.056Z | Compiling phf_shared v0.13.1 |
| 1659 | 2026-08-20T02:57:40.077Z | Compiling regex v1.12.3 |
| 1660 | 2026-08-20T02:57:40.297Z | Compiling hubpack_derive v0.1.1 |
| 1661 | 2026-08-20T02:57:40.339Z | Compiling futures-executor v0.3.32 |
| 1662 | 2026-08-20T02:57:40.495Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1663 | 2026-08-20T02:57:40.603Z | Compiling ref-cast-impl v1.0.25 |
| 1664 | 2026-08-20T02:57:40.733Z | Compiling strum_macros v0.27.2 |
| 1665 | 2026-08-20T02:57:41.116Z | Compiling snafu-derive v0.8.9 |
| 1666 | 2026-08-20T02:57:41.130Z | Compiling vergen v9.1.0 |
| 1667 | 2026-08-20T02:57:41.338Z | Compiling cargo-platform v0.3.2 |
| 1668 | 2026-08-20T02:57:41.500Z | Compiling ff v0.13.1 |
| 1669 | 2026-08-20T02:57:41.641Z | Compiling fs-err v3.3.0 |
| 1670 | 2026-08-20T02:57:41.671Z | Compiling jiff-core v0.1.0 |
| 1671 | 2026-08-20T02:57:41.780Z | Compiling either v1.15.0 |
| 1672 | 2026-08-20T02:57:42.012Z | Compiling base16ct v0.2.0 |
| 1673 | 2026-08-20T02:57:42.157Z | Compiling managed v0.8.0 |
| 1674 | 2026-08-20T02:57:42.169Z | Compiling foldhash v0.2.0 |
| 1675 | 2026-08-20T02:57:42.378Z | Compiling bitflags v1.3.2 |
| 1676 | 2026-08-20T02:57:42.414Z | Compiling foldhash v0.1.5 |
| 1677 | 2026-08-20T02:57:42.450Z | Compiling path-slash v0.1.5 |
| 1678 | 2026-08-20T02:57:42.576Z | Compiling unicode-segmentation v1.12.0 |
| 1679 | 2026-08-20T02:57:42.591Z | Compiling bumpalo v3.20.2 |
| 1680 | 2026-08-20T02:57:42.672Z | Compiling libbz2-rs-sys v0.2.2 |
| 1681 | 2026-08-20T02:57:42.729Z | Compiling is_ci v1.2.0 |
| 1682 | 2026-08-20T02:57:42.834Z | Compiling same-file v1.0.6 |
| 1683 | 2026-08-20T02:57:42.866Z | Compiling supports-color v3.0.2 |
| 1684 | 2026-08-20T02:57:42.948Z | Compiling walkdir v2.5.0 |
| 1685 | 2026-08-20T02:57:43.016Z | Compiling zopfli v0.8.3 |
| 1686 | 2026-08-20T02:57:43.028Z | Compiling strum v0.27.2 |
| 1687 | 2026-08-20T02:57:43.028Z | Compiling snafu v0.8.9 |
| 1688 | 2026-08-20T02:57:43.057Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1689 | 2026-08-20T02:57:43.153Z | Compiling bzip2 v0.6.1 |
| 1690 | 2026-08-20T02:57:43.258Z | Compiling hashbrown v0.15.5 |
| 1691 | 2026-08-20T02:57:43.352Z | Compiling textwrap v0.16.2 |
| 1692 | 2026-08-20T02:57:43.393Z | Compiling jiff v0.2.34 |
| 1693 | 2026-08-20T02:57:43.668Z | Compiling hashbrown v0.16.1 |
| 1694 | 2026-08-20T02:57:43.817Z | Compiling sec1 v0.7.3 |
| 1695 | 2026-08-20T02:57:43.829Z | Compiling dof v0.3.0 |
| 1696 | 2026-08-20T02:57:44.201Z | Compiling group v0.13.0 |
| 1697 | 2026-08-20T02:57:44.224Z | Compiling test-strategy v0.4.5 |
| 1698 | 2026-08-20T02:57:44.302Z | Compiling cargo_metadata v0.23.1 |
| 1699 | 2026-08-20T02:57:44.501Z | Compiling hubpack v0.1.2 |
| 1700 | 2026-08-20T02:57:44.589Z | Compiling futures v0.3.32 |
| 1701 | 2026-08-20T02:57:44.674Z | Compiling phf v0.13.1 |
| 1702 | 2026-08-20T02:57:44.719Z | Compiling signal-hook-mio v0.2.5 |
| 1703 | 2026-08-20T02:57:44.840Z | Compiling serde_with_macros v3.21.0 |
| 1704 | 2026-08-20T02:57:45.220Z | Compiling cookie_store v0.22.1 |
| 1705 | 2026-08-20T02:57:45.680Z | Compiling zstd v0.13.3 |
| 1706 | 2026-08-20T02:57:45.708Z | Compiling reqwest v0.12.28 |
| 1707 | 2026-08-20T02:57:45.874Z | Compiling cipher v0.5.2 |
| 1708 | 2026-08-20T02:57:45.941Z | Compiling backtrace-ext v0.2.1 |
| 1709 | 2026-08-20T02:57:45.960Z | Compiling postgres-types v0.2.12 |
| 1710 | 2026-08-20T02:57:46.513Z | Compiling usdt-macro v0.6.0 |
| 1711 | 2026-08-20T02:57:46.941Z | Compiling usdt-attr-macro v0.6.0 |
| 1712 | 2026-08-20T02:57:46.977Z | Compiling globset v0.4.18 |
| 1713 | 2026-08-20T02:57:47.264Z | Compiling phf_shared v0.11.3 |
| 1714 | 2026-08-20T02:57:47.300Z | Compiling hkdf v0.12.4 |
| 1715 | 2026-08-20T02:57:47.430Z | Compiling dtrace-parser v0.2.0 |
| 1716 | 2026-08-20T02:57:47.456Z | Compiling byte-wrapper v0.1.0 |
| 1717 | 2026-08-20T02:57:47.478Z | Compiling olpc-cjson v0.1.4 |
| 1718 | 2026-08-20T02:57:47.531Z | Compiling ed25519 v2.2.3 |
| 1719 | 2026-08-20T02:57:47.639Z | Compiling crypto-bigint v0.5.5 |
| 1720 | 2026-08-20T02:57:47.660Z | Compiling serde-big-array v0.5.1 |
| 1721 | 2026-08-20T02:57:47.747Z | Compiling serde_plain v1.0.2 |
| 1722 | 2026-08-20T02:57:47.785Z | Compiling enum-as-inner v0.6.1 |
| 1723 | 2026-08-20T02:57:47.804Z | Compiling miette-derive v7.6.0 |
| 1724 | 2026-08-20T02:57:47.940Z | Compiling async-recursion v1.1.1 |
| 1725 | 2026-08-20T02:57:48.169Z | Compiling serde_repr v0.1.20 |
| 1726 | 2026-08-20T02:57:48.298Z | Compiling strum_macros v0.26.4 |
| 1727 | 2026-08-20T02:57:48.431Z | Compiling pem v3.0.6 |
| 1728 | 2026-08-20T02:57:48.593Z | Compiling float-cmp v0.10.0 |
| 1729 | 2026-08-20T02:57:48.703Z | Compiling thread-id v4.2.2 |
| 1730 | 2026-08-20T02:57:48.742Z | Compiling memmap2 v0.9.10 |
| 1731 | 2026-08-20T02:57:48.760Z | Compiling normalize-line-endings v0.3.0 |
| 1732 | 2026-08-20T02:57:48.789Z | Compiling data-encoding v2.10.0 |
| 1733 | 2026-08-20T02:57:48.858Z | Compiling precomputed-hash v0.1.1 |
| 1734 | 2026-08-20T02:57:48.950Z | Compiling new_debug_unreachable v1.0.6 |
| 1735 | 2026-08-20T02:57:48.967Z | Compiling keccak v0.1.6 |
| 1736 | 2026-08-20T02:57:48.967Z | Compiling fixedbitset v0.4.2 |
| 1737 | 2026-08-20T02:57:49.026Z | Compiling difflib v0.4.0 |
| 1738 | 2026-08-20T02:57:49.212Z | Compiling const-oid v0.10.2 |
| 1739 | 2026-08-20T02:57:49.433Z | Compiling typed-path v0.9.3 |
| 1740 | 2026-08-20T02:57:49.560Z | Compiling supports-hyperlinks v3.2.0 |
| 1741 | 2026-08-20T02:57:49.585Z | Compiling cpufeatures v0.3.0 |
| 1742 | 2026-08-20T02:57:49.613Z | Compiling winnow v1.0.3 |
| 1743 | 2026-08-20T02:57:49.628Z | Compiling supports-unicode v3.0.0 |
| 1744 | 2026-08-20T02:57:49.648Z | Compiling fixedbitset v0.5.7 |
| 1745 | 2026-08-20T02:57:49.776Z | Compiling predicates-core v1.0.10 |
| 1746 | 2026-08-20T02:57:49.792Z | Compiling whoami v2.1.0 |
| 1747 | 2026-08-20T02:57:49.847Z | Compiling static_assertions v1.1.0 |
| 1748 | 2026-08-20T02:57:49.880Z | Compiling predicates v3.1.4 |
| 1749 | 2026-08-20T02:57:49.950Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1750 | 2026-08-20T02:57:49.956Z | Compiling petgraph v0.8.3 |
| 1751 | 2026-08-20T02:57:50.119Z | Compiling strum v0.26.3 |
| 1752 | 2026-08-20T02:57:50.167Z | Compiling tokio-postgres v0.7.16 |
| 1753 | 2026-08-20T02:57:50.250Z | Compiling miette v7.6.0 |
| 1754 | 2026-08-20T02:57:50.518Z | Compiling chacha20 v0.10.0 |
| 1755 | 2026-08-20T02:57:50.653Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1756 | 2026-08-20T02:57:50.692Z | Compiling digest v0.11.3 |
| 1757 | 2026-08-20T02:57:50.900Z | Compiling sha3 v0.10.8 |
| 1758 | 2026-08-20T02:57:50.923Z | Compiling petgraph v0.6.5 |
| 1759 | 2026-08-20T02:57:51.267Z | Compiling hickory-proto v0.25.2 |
| 1760 | 2026-08-20T02:57:51.353Z | Compiling toml_edit v0.22.27 |
| 1761 | 2026-08-20T02:57:51.407Z | Compiling string_cache v0.8.9 |
| 1762 | 2026-08-20T02:57:51.629Z | Compiling usdt v0.6.0 |
| 1763 | 2026-08-20T02:57:51.890Z | Compiling usdt-impl v0.5.0 |
| 1764 | 2026-08-20T02:57:51.918Z | Compiling elliptic-curve v0.13.8 |
| 1765 | 2026-08-20T02:57:52.314Z | Compiling ed25519-dalek v2.2.0 |
| 1766 | 2026-08-20T02:57:52.378Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1767 | 2026-08-20T02:57:52.410Z | Compiling crossterm v0.28.1 |
| 1768 | 2026-08-20T02:57:52.746Z | Compiling serde_with v3.21.0 |
| 1769 | 2026-08-20T02:57:52.834Z | Compiling zip v4.6.1 |
| 1770 | 2026-08-20T02:57:53.870Z | Compiling iddqd v0.4.2 |
| 1771 | 2026-08-20T02:57:54.090Z | Compiling heck v0.4.1 |
| 1772 | 2026-08-20T02:57:54.132Z | Compiling similar v2.7.0 |
| 1773 | 2026-08-20T02:57:54.268Z | Compiling itertools v0.15.0 |
| 1774 | 2026-08-20T02:57:54.358Z | Compiling itertools v0.13.0 |
| 1775 | 2026-08-20T02:57:54.518Z | Compiling crossbeam-epoch v0.9.18 |
| 1776 | 2026-08-20T02:57:54.591Z | Compiling tokio-stream v0.1.18 |
| 1777 | 2026-08-20T02:57:54.690Z | Compiling buf-list v1.1.2 |
| 1778 | 2026-08-20T02:57:55.005Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1779 | 2026-08-20T02:57:55.078Z | Compiling openapiv3 v2.2.0 |
| 1780 | 2026-08-20T02:57:55.078Z | Compiling lalrpop-util v0.19.12 |
| 1781 | 2026-08-20T02:57:55.255Z | Compiling peg-runtime v0.8.5 |
| 1782 | 2026-08-20T02:57:55.289Z | Compiling thread_local v1.1.9 |
| 1783 | 2026-08-20T02:57:55.289Z | Compiling slog-async v2.8.0 |
| 1784 | 2026-08-20T02:57:55.381Z | Compiling crossbeam-channel v0.5.15 |
| 1785 | 2026-08-20T02:57:55.491Z | Compiling filetime v0.2.27 |
| 1786 | 2026-08-20T02:57:55.534Z | Compiling is-terminal v0.4.17 |
| 1787 | 2026-08-20T02:57:55.694Z | Compiling term v1.2.1 |
| 1788 | 2026-08-20T02:57:55.694Z | Compiling xattr v1.6.1 |
| 1789 | 2026-08-20T02:57:55.839Z | Compiling take_mut v0.2.2 |
| 1790 | 2026-08-20T02:57:55.839Z | Compiling camino-tempfile v1.4.1 |
| 1791 | 2026-08-20T02:57:55.840Z | Compiling tar v0.4.46 |
| 1792 | 2026-08-20T02:57:55.968Z | Compiling slog-term v2.9.2 |
| 1793 | 2026-08-20T02:58:02.128Z | Compiling rustls-webpki v0.103.13 |
| 1794 | 2026-08-20T02:58:04.835Z | Compiling tokio-rustls v0.26.4 |
| 1795 | 2026-08-20T02:58:04.835Z | Compiling rustls-platform-verifier v0.6.2 |
| 1796 | 2026-08-20T02:58:04.840Z | Compiling tough v0.22.0 |
| 1797 | 2026-08-20T02:58:05.079Z | Compiling hyper-rustls v0.27.7 |
| 1798 | 2026-08-20T02:58:05.278Z | Compiling reqwest v0.13.2 |
| 1799 | 2026-08-20T02:58:07.446Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1800 | 2026-08-20T02:58:07.682Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1801 | 2026-08-20T02:58:10.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
| 1802 | 2026-08-20T02:58:10.757Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1803 | 2026-08-20T02:58:10.815Z | Aug 20 02:58:09.823 INFO Starting download, target: Console |
| 1804 | 2026-08-20T02:58:10.815Z | Aug 20 02:58:09.824 INFO Starting download, target: Cockroach |
| 1805 | 2026-08-20T02:58:10.815Z | Aug 20 02:58:09.824 INFO Starting download, target: Clickhouse |
| 1806 | 2026-08-20T02:58:10.815Z | Aug 20 02:58:09.824 INFO Starting download, target: DendriteStub |
| 1807 | 2026-08-20T02:58:10.821Z | Aug 20 02:58:09.824 INFO Starting download, target: MaghemiteMgd |
| 1808 | 2026-08-20T02:58:10.821Z | Aug 20 02:58:09.824 INFO Starting download, target: MaghemiteDdmd |
| 1809 | 2026-08-20T02:58:10.821Z | Aug 20 02:58:09.824 INFO Starting download, target: TransceiverControl |
| 1810 | 2026-08-20T02:58:10.821Z | Aug 20 02:58:09.824 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1811 | 2026-08-20T02:58:10.821Z | Aug 20 02:58:09.824 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1812 | 2026-08-20T02:58:10.821Z | Aug 20 02:58:09.824 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1813 | 2026-08-20T02:58:10.821Z | Aug 20 02:58:09.824 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1814 | 2026-08-20T02:58:10.821Z | Aug 20 02:58:09.824 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1815 | 2026-08-20T02:58:10.821Z | Aug 20 02:58:09.824 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1816 | 2026-08-20T02:58:10.821Z | Aug 20 02:58:09.824 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1817 | 2026-08-20T02:58:11.455Z | Aug 20 02:58:10.459 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1818 | 2026-08-20T02:58:11.748Z | Aug 20 02:58:10.725 INFO Download complete, target: TransceiverControl |
| 1819 | 2026-08-20T02:58:12.514Z | Aug 20 02:58:11.513 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1820 | 2026-08-20T02:58:12.764Z | Aug 20 02:58:11.759 INFO Download complete, target: Console |
| 1821 | 2026-08-20T02:58:12.860Z | Aug 20 02:58:11.866 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1822 | 2026-08-20T02:58:13.588Z | Aug 20 02:58:12.567 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1823 | 2026-08-20T02:58:13.979Z | Aug 20 02:58:12.977 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1824 | 2026-08-20T02:58:14.022Z | Aug 20 02:58:13.014 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1825 | 2026-08-20T02:58:14.531Z | Aug 20 02:58:13.477 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1826 | 2026-08-20T02:58:14.531Z | Aug 20 02:58:13.477 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1827 | 2026-08-20T02:58:15.579Z | Aug 20 02:58:14.590 INFO Download complete, target: MaghemiteDdmd |
| 1828 | 2026-08-20T02:58:16.542Z | Aug 20 02:58:15.553 INFO Download complete, target: DendriteStub |
| 1829 | 2026-08-20T02:58:16.588Z | Aug 20 02:58:15.598 INFO Download complete, target: MaghemiteMgd |
| 1830 | 2026-08-20T02:58:19.230Z | Aug 20 02:58:18.215 INFO Checking that binary works, target: Cockroach |
| 1831 | 2026-08-20T02:58:19.322Z | Aug 20 02:58:18.330 INFO Download complete, target: Cockroach |
| 1832 | 2026-08-20T02:58:19.714Z | Aug 20 02:58:18.718 INFO Checking that binary works, target: Clickhouse |
| 1833 | 2026-08-20T02:58:19.848Z | Aug 20 02:58:18.851 INFO Download complete, target: Clickhouse |
| 1834 | 2026-08-20T02:58:19.857Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1835 | 2026-08-20T02:58:19.863Z | |
| 1836 | 2026-08-20T02:58:19.864Z | real 2:09.528944602 |
| 1837 | 2026-08-20T02:58:19.864Z | user 7:19.684826613 |
| 1838 | 2026-08-20T02:58:19.864Z | sys 1:27.598551270 |
| 1839 | 2026-08-20T02:58:19.864Z | trap 0.245429525 |
| 1840 | 2026-08-20T02:58:19.864Z | tflt 0.566615793 |
| 1841 | 2026-08-20T02:58:19.864Z | dflt 0.946868654 |
| 1842 | 2026-08-20T02:58:19.864Z | kflt 0.029397398 |
| 1843 | 2026-08-20T02:58:19.864Z | lock 27:17.365347279 |
| 1844 | 2026-08-20T02:58:19.864Z | slp 22:00.939734941 |
| 1845 | 2026-08-20T02:58:19.864Z | lat 49.512745986 |
| 1846 | 2026-08-20T02:58:19.864Z | stop 2:44.009941278 |
| 1847 | 2026-08-20T02:58:19.864Z | + banner clippy |
| 1848 | 2026-08-20T02:58:19.864Z | |
| 1849 | 2026-08-20T02:58:19.864Z | #### # # ##### ##### # # |
| 1850 | 2026-08-20T02:58:19.864Z | # # # # # # # # # # |
| 1851 | 2026-08-20T02:58:19.864Z | # # # # # # # # |
| 1852 | 2026-08-20T02:58:19.865Z | # # # ##### ##### # |
| 1853 | 2026-08-20T02:58:19.865Z | # # # # # # # |
| 1854 | 2026-08-20T02:58:19.865Z | #### ###### # # # # |
| 1855 | 2026-08-20T02:58:19.865Z | |
| 1856 | 2026-08-20T02:58:19.865Z | + export CARGO_INCREMENTAL=0 |
| 1857 | 2026-08-20T02:58:19.865Z | + CARGO_INCREMENTAL=0 |
| 1858 | 2026-08-20T02:58:19.865Z | + ptime -m cargo xtask clippy |
| 1859 | 2026-08-20T02:58:20.326Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1860 | 2026-08-20T02:58:20.611Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1861 | 2026-08-20T02:58:22.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s |
| 1862 | 2026-08-20T02:58:22.511Z | Running `target/debug/xtask clippy` |
| 1863 | 2026-08-20T02:58:22.536Z | running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1864 | 2026-08-20T02:58:23.156Z | Downloading crates ... |
| 1865 | 2026-08-20T02:58:23.286Z | Downloaded anes v0.1.6 |
| 1866 | 2026-08-20T02:58:23.294Z | Downloaded blake2b_simd v1.0.4 |
| 1867 | 2026-08-20T02:58:23.294Z | Downloaded approx v0.5.1 |
| 1868 | 2026-08-20T02:58:23.294Z | Downloaded constant_time_eq v0.3.1 |
| 1869 | 2026-08-20T02:58:23.294Z | Downloaded async-object-pool v0.2.0 |
| 1870 | 2026-08-20T02:58:23.294Z | Downloaded assert-json-diff v2.0.2 |
| 1871 | 2026-08-20T02:58:23.294Z | Downloaded cast v0.3.0 |
| 1872 | 2026-08-20T02:58:23.294Z | Downloaded concurrent-queue v2.5.0 |
| 1873 | 2026-08-20T02:58:23.294Z | Downloaded assert_cmd v2.1.2 |
| 1874 | 2026-08-20T02:58:23.309Z | Downloaded async-lock v3.4.2 |
| 1875 | 2026-08-20T02:58:23.309Z | Downloaded criterion-plot v0.6.0 |
| 1876 | 2026-08-20T02:58:23.309Z | Downloaded cfg-expr v0.20.6 |
| 1877 | 2026-08-20T02:58:23.309Z | Downloaded datatest-stable v0.3.3 |
| 1878 | 2026-08-20T02:58:23.309Z | Downloaded criterion v0.7.0 |
| 1879 | 2026-08-20T02:58:23.313Z | Downloaded event-listener-strategy v0.5.4 |
| 1880 | 2026-08-20T02:58:23.313Z | Downloaded escape8259 v0.5.3 |
| 1881 | 2026-08-20T02:58:23.313Z | Downloaded event-listener v5.4.1 |
| 1882 | 2026-08-20T02:58:23.314Z | Downloaded fancy-regex v0.14.0 |
| 1883 | 2026-08-20T02:58:23.314Z | Downloaded futures-timer v3.0.3 |
| 1884 | 2026-08-20T02:58:23.314Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1885 | 2026-08-20T02:58:23.314Z | Downloaded hex-literal v0.4.1 |
| 1886 | 2026-08-20T02:58:23.314Z | Downloaded guppy v0.17.25 |
| 1887 | 2026-08-20T02:58:23.314Z | Downloaded hickory-client v0.25.2 |
| 1888 | 2026-08-20T02:58:23.314Z | Downloaded httptest v0.16.4 |
| 1889 | 2026-08-20T02:58:23.314Z | Downloaded linkme-impl v0.3.35 |
| 1890 | 2026-08-20T02:58:23.314Z | Downloaded knuffel-derive v3.2.0 |
| 1891 | 2026-08-20T02:58:23.314Z | Downloaded miette-derive v5.10.0 |
| 1892 | 2026-08-20T02:58:23.325Z | Downloaded libtest-mimic v0.8.1 |
| 1893 | 2026-08-20T02:58:23.325Z | Downloaded linkme v0.3.35 |
| 1894 | 2026-08-20T02:58:23.326Z | Downloaded nested v0.1.1 |
| 1895 | 2026-08-20T02:58:23.326Z | Downloaded knuffel v3.2.0 |
| 1896 | 2026-08-20T02:58:23.326Z | Downloaded plotters-backend v0.3.7 |
| 1897 | 2026-08-20T02:58:23.326Z | Downloaded plotters-svg v0.3.7 |
| 1898 | 2026-08-20T02:58:23.326Z | Downloaded oorandom v11.1.5 |
| 1899 | 2026-08-20T02:58:23.326Z | Downloaded owo-colors v3.5.0 |
| 1900 | 2026-08-20T02:58:23.340Z | Downloaded parking v2.2.1 |
| 1901 | 2026-08-20T02:58:23.340Z | Downloaded pathdiff v0.2.3 |
| 1902 | 2026-08-20T02:58:23.340Z | Downloaded miette v5.10.0 |
| 1903 | 2026-08-20T02:58:23.341Z | Downloaded path-tree v0.8.3 |
| 1904 | 2026-08-20T02:58:23.342Z | Downloaded partial-io v0.5.4 |
| 1905 | 2026-08-20T02:58:23.342Z | Downloaded relative-path v1.9.3 |
| 1906 | 2026-08-20T02:58:23.342Z | Downloaded plotters v0.3.7 |
| 1907 | 2026-08-20T02:58:23.342Z | Downloaded serde_regex v1.1.0 |
| 1908 | 2026-08-20T02:58:23.351Z | Downloaded similar-asserts v1.7.0 |
| 1909 | 2026-08-20T02:58:23.351Z | Downloaded rand_distr v0.5.1 |
| 1910 | 2026-08-20T02:58:23.351Z | Downloaded rust-argon2 v2.1.0 |
| 1911 | 2026-08-20T02:58:23.351Z | Downloaded rstest v0.25.0 |
| 1912 | 2026-08-20T02:58:23.351Z | Downloaded rstest_macros v0.25.0 |
| 1913 | 2026-08-20T02:58:23.351Z | Downloaded terminal_size v0.1.17 |
| 1914 | 2026-08-20T02:58:23.351Z | Downloaded target-triple v1.0.0 |
| 1915 | 2026-08-20T02:58:23.351Z | Downloaded supports-hyperlinks v2.1.0 |
| 1916 | 2026-08-20T02:58:23.351Z | Downloaded supports-unicode v2.1.0 |
| 1917 | 2026-08-20T02:58:23.351Z | Downloaded supports-color v2.1.0 |
| 1918 | 2026-08-20T02:58:23.351Z | Downloaded target-lexicon v0.13.3 |
| 1919 | 2026-08-20T02:58:23.351Z | Downloaded target-spec v3.5.7 |
| 1920 | 2026-08-20T02:58:23.351Z | Downloaded termcolor v1.4.1 |
| 1921 | 2026-08-20T02:58:23.352Z | Downloaded stringmetrics v2.2.2 |
| 1922 | 2026-08-20T02:58:23.352Z | Downloaded tinytemplate v1.2.1 |
| 1923 | 2026-08-20T02:58:23.362Z | Downloaded textwrap v0.15.2 |
| 1924 | 2026-08-20T02:58:23.362Z | Downloaded trybuild v1.0.116 |
| 1925 | 2026-08-20T02:58:23.384Z | Downloaded httpmock v0.8.3 |
| 1926 | 2026-08-20T02:58:25.210Z | Checking cfg-if v1.0.4 |
| 1927 | 2026-08-20T02:58:25.592Z | Checking serde_core v1.0.228 |
| 1928 | 2026-08-20T02:58:25.592Z | Checking libc v0.2.185 |
| 1929 | 2026-08-20T02:58:25.672Z | Checking memchr v2.8.0 |
| 1930 | 2026-08-20T02:58:25.719Z | Checking smallvec v1.15.1 |
| 1931 | 2026-08-20T02:58:25.762Z | Checking itoa v1.0.17 |
| 1932 | 2026-08-20T02:58:25.804Z | Checking subtle v2.6.1 |
| 1933 | 2026-08-20T02:58:25.839Z | Checking rand_core v0.10.0 |
| 1934 | 2026-08-20T02:58:25.883Z | Checking log v0.4.33 |
| 1935 | 2026-08-20T02:58:25.992Z | Checking libm v0.2.16 |
| 1936 | 2026-08-20T02:58:26.015Z | Checking typenum v1.20.1 |
| 1937 | 2026-08-20T02:58:26.036Z | Checking scopeguard v1.2.0 |
| 1938 | 2026-08-20T02:58:26.105Z | Checking errno v0.3.14 |
| 1939 | 2026-08-20T02:58:26.105Z | Checking getrandom v0.4.3 |
| 1940 | 2026-08-20T02:58:26.179Z | Checking lock_api v0.4.14 |
| 1941 | 2026-08-20T02:58:26.223Z | Checking zmij v1.0.21 |
| 1942 | 2026-08-20T02:58:26.223Z | Checking stable_deref_trait v1.2.1 |
| 1943 | 2026-08-20T02:58:26.297Z | Checking zerofrom v0.1.6 |
| 1944 | 2026-08-20T02:58:26.340Z | Checking percent-encoding v2.3.2 |
| 1945 | 2026-08-20T02:58:26.383Z | Checking litemap v0.8.1 |
| 1946 | 2026-08-20T02:58:26.424Z | Checking writeable v0.6.2 |
| 1947 | 2026-08-20T02:58:26.461Z | Checking yoke v0.8.1 |
| 1948 | 2026-08-20T02:58:26.514Z | Checking icu_properties_data v2.1.2 |
| 1949 | 2026-08-20T02:58:26.549Z | Checking icu_normalizer_data v2.1.1 |
| 1950 | 2026-08-20T02:58:26.591Z | Checking form_urlencoded v1.2.2 |
| 1951 | 2026-08-20T02:58:26.633Z | Checking utf8_iter v1.0.4 |
| 1952 | 2026-08-20T02:58:26.672Z | Checking zerovec v0.11.5 |
| 1953 | 2026-08-20T02:58:26.677Z | Checking num-traits v0.2.19 |
| 1954 | 2026-08-20T02:58:26.711Z | Checking zerotrie v0.2.3 |
| 1955 | 2026-08-20T02:58:26.711Z | Checking pin-project-lite v0.2.17 |
| 1956 | 2026-08-20T02:58:26.825Z | Checking zerocopy v0.8.55 |
| 1957 | 2026-08-20T02:58:26.870Z | Checking parking_lot_core v0.9.12 |
| 1958 | 2026-08-20T02:58:26.873Z | Checking portable-atomic v1.13.1 |
| 1959 | 2026-08-20T02:58:26.951Z | Checking critical-section v1.2.0 |
| 1960 | 2026-08-20T02:58:27.064Z | Checking signal-hook-registry v1.4.8 |
| 1961 | 2026-08-20T02:58:27.105Z | Checking parking_lot v0.12.5 |
| 1962 | 2026-08-20T02:58:27.147Z | Checking serde v1.0.228 |
| 1963 | 2026-08-20T02:58:27.148Z | Checking bitflags v2.11.0 |
| 1964 | 2026-08-20T02:58:27.148Z | Checking serde_json v1.0.151 |
| 1965 | 2026-08-20T02:58:27.259Z | Checking tinystr v0.8.2 |
| 1966 | 2026-08-20T02:58:27.298Z | Checking potential_utf v0.1.4 |
| 1967 | 2026-08-20T02:58:27.378Z | Checking once_cell v1.21.3 |
| 1968 | 2026-08-20T02:58:27.390Z | Checking mio v1.2.0 |
| 1969 | 2026-08-20T02:58:27.440Z | Checking socket2 v0.6.3 |
| 1970 | 2026-08-20T02:58:27.494Z | Checking icu_locale_core v2.1.1 |
| 1971 | 2026-08-20T02:58:27.494Z | Checking icu_collections v2.1.1 |
| 1972 | 2026-08-20T02:58:27.567Z | Checking iana-time-zone v0.1.65 |
| 1973 | 2026-08-20T02:58:27.612Z | Checking zeroize v1.9.0 |
| 1974 | 2026-08-20T02:58:27.690Z | Checking bytes v1.11.1 |
| 1975 | 2026-08-20T02:58:27.733Z | Checking chrono v0.4.45 |
| 1976 | 2026-08-20T02:58:27.805Z | Checking uuid v1.23.4 |
| 1977 | 2026-08-20T02:58:27.844Z | Checking semver v1.0.28 |
| 1978 | 2026-08-20T02:58:27.908Z | Checking thiserror v2.0.18 |
| 1979 | 2026-08-20T02:58:27.991Z | Checking dyn-clone v1.0.20 |
| 1980 | 2026-08-20T02:58:28.063Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1981 | 2026-08-20T02:58:28.092Z | Checking futures-core v0.3.32 |
| 1982 | 2026-08-20T02:58:28.102Z | Checking getrandom v0.3.4 |
| 1983 | 2026-08-20T02:58:28.181Z | Checking icu_provider v2.1.1 |
| 1984 | 2026-08-20T02:58:28.213Z | Checking tokio v1.52.1 |
| 1985 | 2026-08-20T02:58:28.240Z | Checking rustix v1.1.4 |
| 1986 | 2026-08-20T02:58:28.289Z | Checking equivalent v1.0.2 |
| 1987 | 2026-08-20T02:58:28.351Z | Checking getrandom v0.2.17 |
| 1988 | 2026-08-20T02:58:28.425Z | Checking cmov v0.5.4 |
| 1989 | 2026-08-20T02:58:28.485Z | Checking icu_normalizer v2.1.1 |
| 1990 | 2026-08-20T02:58:28.549Z | Checking icu_properties v2.1.2 |
| 1991 | 2026-08-20T02:58:28.583Z | Checking rand_core v0.6.4 |
| 1992 | 2026-08-20T02:58:28.631Z | Checking byteorder v1.5.0 |
| 1993 | 2026-08-20T02:58:28.659Z | Checking ctutils v0.4.2 |
| 1994 | 2026-08-20T02:58:28.768Z | Checking futures-sink v0.3.32 |
| 1995 | 2026-08-20T02:58:28.820Z | Checking slab v0.4.12 |
| 1996 | 2026-08-20T02:58:28.883Z | Checking futures-task v0.3.32 |
| 1997 | 2026-08-20T02:58:28.906Z | Checking futures-channel v0.3.32 |
| 1998 | 2026-08-20T02:58:28.937Z | Checking hybrid-array v0.4.13 |
| 1999 | 2026-08-20T02:58:28.993Z | Checking futures-io v0.3.32 |
| 2000 | 2026-08-20T02:58:29.032Z | Checking hashbrown v0.17.0 |
| 2001 | 2026-08-20T02:58:29.094Z | Checking generic-array v0.14.7 |
| 2002 | 2026-08-20T02:58:29.131Z | Checking thiserror v1.0.69 |
| 2003 | 2026-08-20T02:58:29.141Z | Checking futures-util v0.3.32 |
| 2004 | 2026-08-20T02:58:29.264Z | Checking regex-syntax v0.8.10 |
| 2005 | 2026-08-20T02:58:29.346Z | Checking idna_adapter v1.2.1 |
| 2006 | 2026-08-20T02:58:29.604Z | Checking idna v1.1.0 |
| 2007 | 2026-08-20T02:58:29.699Z | Checking indexmap v2.14.0 |
| 2008 | 2026-08-20T02:58:29.699Z | Checking fnv v1.0.7 |
| 2009 | 2026-08-20T02:58:29.699Z | Checking ppv-lite86 v0.2.21 |
| 2010 | 2026-08-20T02:58:29.708Z | Checking base64ct v1.8.3 |
| 2011 | 2026-08-20T02:58:29.708Z | Checking crypto-common v0.2.2 |
| 2012 | 2026-08-20T02:58:29.780Z | Checking url v2.5.8 |
| 2013 | 2026-08-20T02:58:29.930Z | Checking const-oid v0.9.6 |
| 2014 | 2026-08-20T02:58:29.990Z | Checking crypto-common v0.1.7 |
| 2015 | 2026-08-20T02:58:30.118Z | Checking block-buffer v0.12.1 |
| 2016 | 2026-08-20T02:58:30.162Z | Checking base64 v0.22.1 |
| 2017 | 2026-08-20T02:58:30.237Z | Checking schemars v0.8.22 |
| 2018 | 2026-08-20T02:58:30.303Z | Checking block-buffer v0.10.4 |
| 2019 | 2026-08-20T02:58:30.356Z | Checking utf8parse v0.2.2 |
| 2020 | 2026-08-20T02:58:30.412Z | Checking anstyle v1.0.14 |
| 2021 | 2026-08-20T02:58:30.482Z | Checking http v1.4.2 |
| 2022 | 2026-08-20T02:58:30.528Z | Checking tracing-core v0.1.36 |
| 2023 | 2026-08-20T02:58:30.567Z | Checking rand_core v0.9.5 |
| 2024 | 2026-08-20T02:58:30.624Z | Checking colorchoice v1.0.4 |
| 2025 | 2026-08-20T02:58:30.665Z | Checking digest v0.10.7 |
| 2026 | 2026-08-20T02:58:30.756Z | Checking anstyle-query v1.1.5 |
| 2027 | 2026-08-20T02:58:30.799Z | Checking is_terminal_polyfill v1.70.2 |
| 2028 | 2026-08-20T02:58:30.863Z | Checking tracing v0.1.44 |
| 2029 | 2026-08-20T02:58:30.906Z | Checking terminal_size v0.4.3 |
| 2030 | 2026-08-20T02:58:30.911Z | Checking const-oid v0.10.2 |
| 2031 | 2026-08-20T02:58:30.991Z | Checking anstyle-parse v1.0.0 |
| 2032 | 2026-08-20T02:58:30.999Z | Checking erased-serde v0.3.31 |
| 2033 | 2026-08-20T02:58:31.081Z | Checking rand_chacha v0.9.0 |
| 2034 | 2026-08-20T02:58:31.220Z | Checking ipnet v2.12.0 |
| 2035 | 2026-08-20T02:58:31.249Z | Checking aho-corasick v1.1.4 |
| 2036 | 2026-08-20T02:58:31.249Z | Checking crossbeam-utils v0.8.21 |
| 2037 | 2026-08-20T02:58:31.263Z | Checking unicode-ident v1.0.24 |
| 2038 | 2026-08-20T02:58:31.263Z | Checking anstream v1.0.0 |
| 2039 | 2026-08-20T02:58:31.310Z | Checking rand v0.9.2 |
| 2040 | 2026-08-20T02:58:31.384Z | Checking strsim v0.11.1 |
| 2041 | 2026-08-20T02:58:31.427Z | Checking clap_lex v1.0.0 |
| 2042 | 2026-08-20T02:58:31.483Z | Checking slog v2.8.2 |
| 2043 | 2026-08-20T02:58:31.488Z | Checking tokio-util v0.7.18 |
| 2044 | 2026-08-20T02:58:31.626Z | Checking proc-macro2 v1.0.106 |
| 2045 | 2026-08-20T02:58:31.659Z | Checking allocator-api2 v0.2.21 |
| 2046 | 2026-08-20T02:58:31.659Z | Checking powerfmt v0.2.0 |
| 2047 | 2026-08-20T02:58:31.674Z | Checking clap_builder v4.6.0 |
| 2048 | 2026-08-20T02:58:31.775Z | Checking digest v0.11.3 |
| 2049 | 2026-08-20T02:58:31.814Z | Checking deranged v0.5.8 |
| 2050 | 2026-08-20T02:58:31.826Z | Checking time-core v0.1.8 |
| 2051 | 2026-08-20T02:58:31.892Z | Checking quote v1.0.45 |
| 2052 | 2026-08-20T02:58:31.897Z | Checking regex-automata v0.4.14 |
| 2053 | 2026-08-20T02:58:32.376Z | Checking fastrand v2.3.0 |
| 2054 | 2026-08-20T02:58:32.386Z | Checking num-conv v0.2.0 |
| 2055 | 2026-08-20T02:58:32.386Z | Checking num_threads v0.1.7 |
| 2056 | 2026-08-20T02:58:32.386Z | Checking cpufeatures v0.3.0 |
| 2057 | 2026-08-20T02:58:32.386Z | Checking syn v2.0.117 |
| 2058 | 2026-08-20T02:58:32.386Z | Checking httparse v1.10.1 |
| 2059 | 2026-08-20T02:58:32.386Z | Checking anyhow v1.0.104 |
| 2060 | 2026-08-20T02:58:32.386Z | Checking cpufeatures v0.2.17 |
| 2061 | 2026-08-20T02:58:32.387Z | Checking tempfile v3.27.0 |
| 2062 | 2026-08-20T02:58:32.387Z | Checking ipnetwork v0.21.1 |
| 2063 | 2026-08-20T02:58:32.429Z | Checking rustls-pki-types v1.14.0 |
| 2064 | 2026-08-20T02:58:32.455Z | Checking aws-lc-sys v0.40.0 |
| 2065 | 2026-08-20T02:58:32.513Z | Checking untrusted v0.7.1 |
| 2066 | 2026-08-20T02:58:32.612Z | Checking http-body v1.0.1 |
| 2067 | 2026-08-20T02:58:32.727Z | Checking atomic-waker v1.1.2 |
| 2068 | 2026-08-20T02:58:32.759Z | Checking try-lock v0.2.5 |
| 2069 | 2026-08-20T02:58:32.779Z | Checking httpdate v1.0.3 |
| 2070 | 2026-08-20T02:58:32.821Z | Checking time v0.3.47 |
| 2071 | 2026-08-20T02:58:32.825Z | Checking h2 v0.4.15 |
| 2072 | 2026-08-20T02:58:32.896Z | Checking want v0.3.1 |
| 2073 | 2026-08-20T02:58:32.938Z | Checking clap v4.6.1 |
| 2074 | 2026-08-20T02:58:32.977Z | Checking hex v0.4.3 |
| 2075 | 2026-08-20T02:58:32.981Z | Checking aws-lc-rs v1.16.3 |
| 2076 | 2026-08-20T02:58:33.053Z | Checking tower-service v0.3.3 |
| 2077 | 2026-08-20T02:58:33.056Z | Checking tower-layer v0.3.3 |
| 2078 | 2026-08-20T02:58:33.178Z | Checking simd-adler32 v0.3.8 |
| 2079 | 2026-08-20T02:58:33.233Z | Checking untrusted v0.9.0 |
| 2080 | 2026-08-20T02:58:33.274Z | Checking ryu v1.0.23 |
| 2081 | 2026-08-20T02:58:33.371Z | Checking spin v0.9.8 |
| 2082 | 2026-08-20T02:58:33.413Z | Checking unicode-width v0.2.0 |
| 2083 | 2026-08-20T02:58:33.452Z | Checking adler2 v2.0.1 |
| 2084 | 2026-08-20T02:58:33.585Z | Checking pem-rfc7468 v0.7.0 |
| 2085 | 2026-08-20T02:58:33.645Z | Checking miniz_oxide v0.8.9 |
| 2086 | 2026-08-20T02:58:33.727Z | Checking flagset v0.4.7 |
| 2087 | 2026-08-20T02:58:33.777Z | Checking mime v0.3.17 |
| 2088 | 2026-08-20T02:58:33.781Z | Checking block-padding v0.4.2 |
| 2089 | 2026-08-20T02:58:33.871Z | Checking rustls-webpki v0.103.13 |
| 2090 | 2026-08-20T02:58:33.912Z | Checking der v0.7.10 |
| 2091 | 2026-08-20T02:58:33.978Z | Checking pretty-hex v0.4.1 |
| 2092 | 2026-08-20T02:58:33.983Z | Checking inout v0.2.2 |
| 2093 | 2026-08-20T02:58:33.983Z | Checking http-body-util v0.1.3 |
| 2094 | 2026-08-20T02:58:34.091Z | Checking oxnet v0.1.6 |
| 2095 | 2026-08-20T02:58:34.131Z | Checking camino v1.2.5 |
| 2096 | 2026-08-20T02:58:34.264Z | Checking plain v0.2.3 |
| 2097 | 2026-08-20T02:58:34.278Z | Checking openssl-probe v0.2.1 |
| 2098 | 2026-08-20T02:58:34.324Z | Checking rustls v0.23.41 |
| 2099 | 2026-08-20T02:58:34.457Z | Checking ucd-trie v0.1.7 |
| 2100 | 2026-08-20T02:58:34.474Z | Checking cipher v0.5.2 |
| 2101 | 2026-08-20T02:58:34.474Z | Checking regex v1.12.3 |
| 2102 | 2026-08-20T02:58:34.493Z | Checking serde_urlencoded v0.7.1 |
| 2103 | 2026-08-20T02:58:34.493Z | Checking rand_chacha v0.3.1 |
| 2104 | 2026-08-20T02:58:34.583Z | Checking pest v2.8.6 |
| 2105 | 2026-08-20T02:58:34.659Z | Checking encoding_rs v0.8.35 |
| 2106 | 2026-08-20T02:58:34.701Z | Checking spki v0.7.3 |
| 2107 | 2026-08-20T02:58:34.747Z | Checking rand v0.8.6 |
| 2108 | 2026-08-20T02:58:34.778Z | Checking futures-executor v0.3.32 |
| 2109 | 2026-08-20T02:58:34.783Z | Checking crc32fast v1.5.0 |
| 2110 | 2026-08-20T02:58:34.897Z | Checking either v1.15.0 |
| 2111 | 2026-08-20T02:58:34.963Z | Checking futures v0.3.32 |
| 2112 | 2026-08-20T02:58:35.001Z | Checking sync_wrapper v1.0.2 |
| 2113 | 2026-08-20T02:58:35.072Z | Checking pkcs8 v0.10.2 |
| 2114 | 2026-08-20T02:58:35.120Z | Checking iri-string v0.7.10 |
| 2115 | 2026-08-20T02:58:35.161Z | Checking tower v0.5.3 |
| 2116 | 2026-08-20T02:58:35.273Z | Checking foldhash v0.2.0 |
| 2117 | 2026-08-20T02:58:35.314Z | Checking openapiv3 v2.2.0 |
| 2118 | 2026-08-20T02:58:35.467Z | Checking hashbrown v0.16.1 |
| 2119 | 2026-08-20T02:58:35.584Z | Checking bit-vec v0.8.0 |
| 2120 | 2026-08-20T02:58:35.642Z | Checking zlib-rs v0.6.2 |
| 2121 | 2026-08-20T02:58:35.729Z | Checking static_assertions v1.1.0 |
| 2122 | 2026-08-20T02:58:35.744Z | Checking hyper v1.10.1 |
| 2123 | 2026-08-20T02:58:35.772Z | Checking sha2 v0.10.9 |
| 2124 | 2026-08-20T02:58:35.813Z | Checking bit-set v0.8.0 |
| 2125 | 2026-08-20T02:58:35.989Z | Checking wait-timeout v0.2.1 |
| 2126 | 2026-08-20T02:58:36.031Z | Checking rustls-native-certs v0.8.3 |
| 2127 | 2026-08-20T02:58:36.081Z | Checking lazy_static v1.5.0 |
| 2128 | 2026-08-20T02:58:36.158Z | Checking hubpack v0.1.2 |
| 2129 | 2026-08-20T02:58:36.202Z | Checking tower-http v0.6.8 |
| 2130 | 2026-08-20T02:58:36.245Z | Checking psl-types v2.0.11 |
| 2131 | 2026-08-20T02:58:36.251Z | Checking tinyvec_macros v0.1.1 |
| 2132 | 2026-08-20T02:58:36.364Z | Checking quick-error v1.2.3 |
| 2133 | 2026-08-20T02:58:36.402Z | Checking publicsuffix v2.3.0 |
| 2134 | 2026-08-20T02:58:36.406Z | Checking tinyvec v1.10.0 |
| 2135 | 2026-08-20T02:58:36.499Z | Checking rusty-fork v0.3.1 |
| 2136 | 2026-08-20T02:58:36.540Z | Checking cookie v0.18.1 |
| 2137 | 2026-08-20T02:58:36.579Z | Checking flate2 v1.1.9 |
| 2138 | 2026-08-20T02:58:36.619Z | Checking rand_xorshift v0.4.0 |
| 2139 | 2026-08-20T02:58:36.624Z | Checking tokio-rustls v0.26.4 |
| 2140 | 2026-08-20T02:58:36.695Z | Checking unarray v0.1.4 |
| 2141 | 2026-08-20T02:58:36.735Z | Checking hyper-util v0.1.20 |
| 2142 | 2026-08-20T02:58:36.738Z | Checking rustls-platform-verifier v0.6.2 |
| 2143 | 2026-08-20T02:58:36.808Z | Checking signature v2.2.0 |
| 2144 | 2026-08-20T02:58:36.811Z | Checking cookie_store v0.22.1 |
| 2145 | 2026-08-20T02:58:36.811Z | Checking num-integer v0.1.46 |
| 2146 | 2026-08-20T02:58:36.921Z | Checking proptest v1.11.0 |
| 2147 | 2026-08-20T02:58:36.926Z | Checking strum v0.26.3 |
| 2148 | 2026-08-20T02:58:36.926Z | Checking scroll v0.13.0 |
| 2149 | 2026-08-20T02:58:36.926Z | Checking ahash v0.8.12 |
| 2150 | 2026-08-20T02:58:37.036Z | Checking memmap2 v0.9.10 |
| 2151 | 2026-08-20T02:58:37.129Z | Checking unicode-width v0.1.14 |
| 2152 | 2026-08-20T02:58:37.175Z | Checking dtrace-parser v0.3.0 |
| 2153 | 2026-08-20T02:58:37.218Z | Checking serde_spanned v0.6.9 |
| 2154 | 2026-08-20T02:58:37.222Z | Checking goblin v0.10.5 |
| 2155 | 2026-08-20T02:58:37.303Z | Checking toml_datetime v0.6.11 |
| 2156 | 2026-08-20T02:58:37.307Z | Checking thread-id v5.1.0 |
| 2157 | 2026-08-20T02:58:37.406Z | Checking data-encoding v2.10.0 |
| 2158 | 2026-08-20T02:58:37.447Z | Checking bstr v1.12.1 |
| 2159 | 2026-08-20T02:58:37.450Z | Checking hmac v0.12.1 |
| 2160 | 2026-08-20T02:58:37.450Z | Checking base64 v0.21.7 |
| 2161 | 2026-08-20T02:58:37.563Z | Checking x509-cert v0.2.5 |
| 2162 | 2026-08-20T02:58:37.657Z | Checking crossbeam-epoch v0.9.18 |
| 2163 | 2026-08-20T02:58:37.713Z | Checking memoffset v0.9.1 |
| 2164 | 2026-08-20T02:58:37.788Z | Checking num-iter v0.1.45 |
| 2165 | 2026-08-20T02:58:37.832Z | Checking scroll v0.12.0 |
| 2166 | 2026-08-20T02:58:37.875Z | Checking zerocopy v0.7.35 |
| 2167 | 2026-08-20T02:58:37.913Z | Checking rustix v0.38.44 |
| 2168 | 2026-08-20T02:58:37.957Z | Checking env_filter v2.0.0 |
| 2169 | 2026-08-20T02:58:38.023Z | Checking hyper-rustls v0.27.7 |
| 2170 | 2026-08-20T02:58:38.091Z | Checking goblin v0.8.2 |
| 2171 | 2026-08-20T02:58:38.132Z | Checking unicode-segmentation v1.12.0 |
| 2172 | 2026-08-20T02:58:38.249Z | Checking tap v1.0.1 |
| 2173 | 2026-08-20T02:58:38.292Z | Checking reqwest v0.13.2 |
| 2174 | 2026-08-20T02:58:38.389Z | Checking unicode-linebreak v0.1.5 |
| 2175 | 2026-08-20T02:58:38.392Z | Checking smawk v0.3.2 |
| 2176 | 2026-08-20T02:58:38.472Z | Checking wyz v0.5.1 |
| 2177 | 2026-08-20T02:58:38.591Z | Checking env_logger v0.11.11 |
| 2178 | 2026-08-20T02:58:38.637Z | Checking num-bigint-dig v0.8.6 |
| 2179 | 2026-08-20T02:58:38.685Z | Checking nix v0.31.2 |
| 2180 | 2026-08-20T02:58:38.729Z | Checking newtype-uuid v1.3.2 |
| 2181 | 2026-08-20T02:58:38.802Z | Checking dtrace-parser v0.2.0 |
| 2182 | 2026-08-20T02:58:38.814Z | Checking pkcs1 v0.7.5 |
| 2183 | 2026-08-20T02:58:38.969Z | Checking daft v0.1.7 |
| 2184 | 2026-08-20T02:58:39.035Z | Checking ff v0.13.1 |
| 2185 | 2026-08-20T02:58:39.078Z | Checking radium v0.7.0 |
| 2186 | 2026-08-20T02:58:39.165Z | Checking thread-id v4.2.2 |
| 2187 | 2026-08-20T02:58:39.206Z | Checking same-file v1.0.6 |
| 2188 | 2026-08-20T02:58:39.248Z | Checking crc-catalog v2.4.0 |
| 2189 | 2026-08-20T02:58:39.294Z | Checking base16ct v0.2.0 |
| 2190 | 2026-08-20T02:58:39.302Z | Checking winnow v1.0.3 |
| 2191 | 2026-08-20T02:58:39.365Z | Checking funty v2.0.0 |
| 2192 | 2026-08-20T02:58:39.410Z | Checking crc v3.4.0 |
| 2193 | 2026-08-20T02:58:39.448Z | Checking sec1 v0.7.3 |
| 2194 | 2026-08-20T02:58:39.489Z | Checking rsa v0.9.10 |
| 2195 | 2026-08-20T02:58:39.585Z | Checking dof v0.4.0 |
| 2196 | 2026-08-20T02:58:39.627Z | Checking walkdir v2.5.0 |
| 2197 | 2026-08-20T02:58:39.689Z | Checking group v0.13.0 |
| 2198 | 2026-08-20T02:58:39.730Z | Checking bitvec v1.0.1 |
| 2199 | 2026-08-20T02:58:39.819Z | Checking hkdf v0.12.4 |
| 2200 | 2026-08-20T02:58:39.878Z | Checking unicode-normalization v0.1.25 |
| 2201 | 2026-08-20T02:58:39.914Z | Checking crypto-bigint v0.5.5 |
| 2202 | 2026-08-20T02:58:39.990Z | Checking zerocopy v0.6.6 |
| 2203 | 2026-08-20T02:58:40.030Z | Checking dof v0.3.0 |
| 2204 | 2026-08-20T02:58:40.033Z | Checking maybe-uninit v2.0.0 |
| 2205 | 2026-08-20T02:58:40.169Z | Checking foldhash v0.1.5 |
| 2206 | 2026-08-20T02:58:40.217Z | Checking winnow v0.5.40 |
| 2207 | 2026-08-20T02:58:40.257Z | Checking usdt-impl v0.6.0 |
| 2208 | 2026-08-20T02:58:40.314Z | Checking is_ci v1.2.0 |
| 2209 | 2026-08-20T02:58:40.404Z | Checking nodrop v0.1.14 |
| 2210 | 2026-08-20T02:58:40.420Z | Checking usdt-impl v0.5.0 |
| 2211 | 2026-08-20T02:58:40.420Z | Checking foreign-types-shared v0.1.1 |
| 2212 | 2026-08-20T02:58:40.470Z | Checking gimli v0.32.3 |
| 2213 | 2026-08-20T02:58:40.510Z | Checking array-init v0.0.4 |
| 2214 | 2026-08-20T02:58:40.559Z | Checking foreign-types v0.3.2 |
| 2215 | 2026-08-20T02:58:40.600Z | Checking usdt v0.6.0 |
| 2216 | 2026-08-20T02:58:40.663Z | Checking hashbrown v0.15.5 |
| 2217 | 2026-08-20T02:58:40.703Z | Checking smallvec v0.6.14 |
| 2218 | 2026-08-20T02:58:40.801Z | Checking serde_with v3.21.0 |
| 2219 | 2026-08-20T02:58:40.848Z | Checking bitfield v0.19.4 |
| 2220 | 2026-08-20T02:58:40.851Z | Checking elliptic-curve v0.13.8 |
| 2221 | 2026-08-20T02:58:40.922Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2222 | 2026-08-20T02:58:41.041Z | Checking openssl-sys v0.9.117 |
| 2223 | 2026-08-20T02:58:41.084Z | Checking packed_struct v0.10.1 |
| 2224 | 2026-08-20T02:58:41.159Z | Checking object v0.37.3 |
| 2225 | 2026-08-20T02:58:41.163Z | Checking siphasher v1.0.2 |
| 2226 | 2026-08-20T02:58:41.237Z | Checking hashbrown v0.12.3 |
| 2227 | 2026-08-20T02:58:41.394Z | Checking bitflags v1.3.2 |
| 2228 | 2026-08-20T02:58:41.434Z | Checking toml_edit v0.19.15 |
| 2229 | 2026-08-20T02:58:41.473Z | Checking keccak v0.1.6 |
| 2230 | 2026-08-20T02:58:41.516Z | Checking rustc-demangle v0.1.27 |
| 2231 | 2026-08-20T02:58:41.676Z | Checking sha3 v0.10.8 |
| 2232 | 2026-08-20T02:58:41.718Z | Checking indexmap v1.9.3 |
| 2233 | 2026-08-20T02:58:41.772Z | Checking openssl v0.10.80 |
| 2234 | 2026-08-20T02:58:41.920Z | Checking bzip2 v0.4.4 |
| 2235 | 2026-08-20T02:58:42.065Z | Checking serde-hex v0.1.0 |
| 2236 | 2026-08-20T02:58:42.069Z | Checking addr2line v0.25.1 |
| 2237 | 2026-08-20T02:58:42.152Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2238 | 2026-08-20T02:58:42.295Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2239 | 2026-08-20T02:58:42.344Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2240 | 2026-08-20T02:58:42.377Z | Checking ron v0.8.1 |
| 2241 | 2026-08-20T02:58:42.417Z | Checking hashbrown v0.13.2 |
| 2242 | 2026-08-20T02:58:42.500Z | Checking toml v0.7.8 |
| 2243 | 2026-08-20T02:58:42.692Z | Checking itertools v0.15.0 |
| 2244 | 2026-08-20T02:58:42.841Z | Checking itertools v0.13.0 |
| 2245 | 2026-08-20T02:58:42.891Z | Checking signal-hook v0.3.18 |
| 2246 | 2026-08-20T02:58:42.924Z | Checking crc-any v2.5.0 |
| 2247 | 2026-08-20T02:58:43.108Z | Checking managed v0.8.0 |
| 2248 | 2026-08-20T02:58:43.150Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2249 | 2026-08-20T02:58:43.330Z | Checking object v0.30.4 |
| 2250 | 2026-08-20T02:58:43.386Z | Checking zip v0.6.6 |
| 2251 | 2026-08-20T02:58:43.519Z | Checking backtrace v0.3.76 |
| 2252 | 2026-08-20T02:58:43.645Z | Checking globset v0.4.18 |
| 2253 | 2026-08-20T02:58:43.750Z | Checking chacha20 v0.10.0 |
| 2254 | 2026-08-20T02:58:43.850Z | Checking curve25519-dalek v4.1.3 |
| 2255 | 2026-08-20T02:58:43.856Z | Checking winnow v0.7.14 |
| 2256 | 2026-08-20T02:58:43.856Z | Checking backtrace-ext v0.2.1 |
| 2257 | 2026-08-20T02:58:43.930Z | Checking toml_write v0.1.2 |
| 2258 | 2026-08-20T02:58:43.935Z | Checking path-slash v0.1.5 |
| 2259 | 2026-08-20T02:58:44.032Z | Checking native-tls v0.2.18 |
| 2260 | 2026-08-20T02:58:44.039Z | Checking signal-hook-mio v0.2.5 |
| 2261 | 2026-08-20T02:58:44.165Z | Checking textwrap v0.16.2 |
| 2262 | 2026-08-20T02:58:44.177Z | Checking ed25519 v2.2.3 |
| 2263 | 2026-08-20T02:58:44.202Z | Checking ref-cast v1.0.25 |
| 2264 | 2026-08-20T02:58:44.244Z | Checking pin-project v1.1.11 |
| 2265 | 2026-08-20T02:58:44.337Z | Checking jiff-core v0.1.0 |
| 2266 | 2026-08-20T02:58:44.384Z | Checking tokio-native-tls v0.3.1 |
| 2267 | 2026-08-20T02:58:44.420Z | Checking pem v3.0.6 |
| 2268 | 2026-08-20T02:58:44.420Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2269 | 2026-08-20T02:58:44.588Z | Checking owo-colors v4.3.0 |
| 2270 | 2026-08-20T02:58:44.624Z | Checking fixedbitset v0.5.7 |
| 2271 | 2026-08-20T02:58:44.632Z | Checking ed25519-dalek v2.2.0 |
| 2272 | 2026-08-20T02:58:44.632Z | Checking zstd-safe v7.2.4 |
| 2273 | 2026-08-20T02:58:44.862Z | Checking petgraph v0.8.3 |
| 2274 | 2026-08-20T02:58:44.891Z | Checking hyper-tls v0.6.0 |
| 2275 | 2026-08-20T02:58:44.965Z | Checking snafu v0.8.9 |
| 2276 | 2026-08-20T02:58:45.059Z | Checking jiff v0.2.34 |
| 2277 | 2026-08-20T02:58:45.092Z | Checking toml_edit v0.22.27 |
| 2278 | 2026-08-20T02:58:45.137Z | Checking crossterm v0.28.1 |
| 2279 | 2026-08-20T02:58:45.186Z | Checking supports-color v3.0.2 |
| 2280 | 2026-08-20T02:58:45.225Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2281 | 2026-08-20T02:58:45.269Z | Checking similar v2.7.0 |
| 2282 | 2026-08-20T02:58:45.363Z | Checking fs-err v3.3.0 |
| 2283 | 2026-08-20T02:58:45.449Z | Checking hash32 v0.2.1 |
| 2284 | 2026-08-20T02:58:45.699Z | Checking serde-big-array v0.5.1 |
| 2285 | 2026-08-20T02:58:45.775Z | Checking serde_plain v1.0.2 |
| 2286 | 2026-08-20T02:58:45.775Z | Checking libbz2-rs-sys v0.2.2 |
| 2287 | 2026-08-20T02:58:46.084Z | Checking predicates-core v1.0.10 |
| 2288 | 2026-08-20T02:58:46.117Z | Checking unicode-bidi v0.3.18 |
| 2289 | 2026-08-20T02:58:46.117Z | Checking unicode-properties v0.1.4 |
| 2290 | 2026-08-20T02:58:46.117Z | Checking bumpalo v3.20.2 |
| 2291 | 2026-08-20T02:58:46.148Z | Checking typed-path v0.9.3 |
| 2292 | 2026-08-20T02:58:46.162Z | Checking bzip2 v0.6.1 |
| 2293 | 2026-08-20T02:58:46.232Z | Checking zopfli v0.8.3 |
| 2294 | 2026-08-20T02:58:46.246Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2295 | 2026-08-20T02:58:46.301Z | Checking stringprep v0.1.5 |
| 2296 | 2026-08-20T02:58:46.317Z | Checking heapless v0.7.17 |
| 2297 | 2026-08-20T02:58:46.385Z | Checking reqwest v0.12.28 |
| 2298 | 2026-08-20T02:58:46.464Z | Checking zstd v0.13.3 |
| 2299 | 2026-08-20T02:58:46.553Z | Checking hickory-proto v0.25.2 |
| 2300 | 2026-08-20T02:58:46.593Z | Checking byte-wrapper v0.1.0 |
| 2301 | 2026-08-20T02:58:46.635Z | Checking md-5 v0.10.6 |
| 2302 | 2026-08-20T02:58:46.692Z | Checking float-cmp v0.10.0 |
| 2303 | 2026-08-20T02:58:46.794Z | Checking normalize-line-endings v0.3.0 |
| 2304 | 2026-08-20T02:58:46.836Z | Checking fallible-iterator v0.2.0 |
| 2305 | 2026-08-20T02:58:46.843Z | Checking difflib v0.4.0 |
| 2306 | 2026-08-20T02:58:46.910Z | Checking supports-hyperlinks v3.2.0 |
| 2307 | 2026-08-20T02:58:46.949Z | Checking supports-unicode v3.0.0 |
| 2308 | 2026-08-20T02:58:46.988Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2309 | 2026-08-20T02:58:46.993Z | Checking zip v4.6.1 |
| 2310 | 2026-08-20T02:58:47.071Z | Checking smoltcp v0.9.1 |
| 2311 | 2026-08-20T02:58:47.109Z | Checking miette v7.6.0 |
| 2312 | 2026-08-20T02:58:47.114Z | Checking predicates v3.1.4 |
| 2313 | 2026-08-20T02:58:47.185Z | Checking postgres-protocol v0.6.10 |
| 2314 | 2026-08-20T02:58:47.190Z | Checking iddqd v0.4.2 |
| 2315 | 2026-08-20T02:58:47.535Z | Checking phf_shared v0.11.3 |
| 2316 | 2026-08-20T02:58:47.564Z | Checking phf_shared v0.13.1 |
| 2317 | 2026-08-20T02:58:47.613Z | Checking olpc-cjson v0.1.4 |
| 2318 | 2026-08-20T02:58:47.647Z | Checking tokio-stream v0.1.18 |
| 2319 | 2026-08-20T02:58:47.653Z | Checking strum v0.27.2 |
| 2320 | 2026-08-20T02:58:47.723Z | Checking new_debug_unreachable v1.0.6 |
| 2321 | 2026-08-20T02:58:47.728Z | Checking fixedbitset v0.4.2 |
| 2322 | 2026-08-20T02:58:47.803Z | Checking lalrpop-util v0.19.12 |
| 2323 | 2026-08-20T02:58:47.806Z | Checking precomputed-hash v0.1.1 |
| 2324 | 2026-08-20T02:58:47.882Z | Checking tough v0.22.0 |
| 2325 | 2026-08-20T02:58:47.893Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2326 | 2026-08-20T02:58:47.965Z | Checking petgraph v0.6.5 |
| 2327 | 2026-08-20T02:58:47.973Z | Checking string_cache v0.8.9 |
| 2328 | 2026-08-20T02:58:48.034Z | Checking phf v0.13.1 |
| 2329 | 2026-08-20T02:58:48.072Z | Checking postgres-types v0.2.12 |
| 2330 | 2026-08-20T02:58:48.163Z | Checking buf-list v1.1.2 |
| 2331 | 2026-08-20T02:58:48.209Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2332 | 2026-08-20T02:58:48.242Z | Checking whoami v2.1.0 |
| 2333 | 2026-08-20T02:58:48.384Z | Checking peg-runtime v0.8.5 |
| 2334 | 2026-08-20T02:58:48.466Z | Checking tokio-postgres v0.7.16 |
| 2335 | 2026-08-20T02:58:48.523Z | Checking is-terminal v0.4.17 |
| 2336 | 2026-08-20T02:58:48.562Z | Checking crossbeam-channel v0.5.15 |
| 2337 | 2026-08-20T02:58:48.601Z | Checking thread_local v1.1.9 |
| 2338 | 2026-08-20T02:58:48.637Z | Checking term v1.2.1 |
| 2339 | 2026-08-20T02:58:48.827Z | Checking take_mut v0.2.2 |
| 2340 | 2026-08-20T02:58:48.890Z | Checking slog-term v2.9.2 |
| 2341 | 2026-08-20T02:58:48.926Z | Compiling newtype-uuid-macros v0.1.0 |
| 2342 | 2026-08-20T02:58:48.933Z | Checking slog-async v2.8.0 |
| 2343 | 2026-08-20T02:58:49.174Z | Checking match_cfg v0.1.0 |
| 2344 | 2026-08-20T02:58:49.219Z | Checking slog-json v2.6.1 |
| 2345 | 2026-08-20T02:58:49.253Z | Compiling multer v3.1.0 |
| 2346 | 2026-08-20T02:58:49.310Z | Checking hostname v0.3.1 |
| 2347 | 2026-08-20T02:58:49.339Z | Compiling async-stream-impl v0.3.6 |
| 2348 | 2026-08-20T02:58:49.411Z | Compiling dropshot v0.17.1 |
| 2349 | 2026-08-20T02:58:49.448Z | Checking slog-bunyan v2.5.0 |
| 2350 | 2026-08-20T02:58:49.597Z | Checking debug-ignore v1.0.5 |
| 2351 | 2026-08-20T02:58:49.622Z | Compiling dropshot_endpoint v0.17.1 |
| 2352 | 2026-08-20T02:58:49.698Z | Checking serde_path_to_error v0.1.20 |
| 2353 | 2026-08-20T02:58:49.738Z | Checking progenitor-client v0.14.0 |
| 2354 | 2026-08-20T02:58:49.778Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2355 | 2026-08-20T02:58:49.813Z | Checking sha1 v0.11.0 |
| 2356 | 2026-08-20T02:58:49.922Z | Checking serde_spanned v1.1.1 |
| 2357 | 2026-08-20T02:58:49.971Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2358 | 2026-08-20T02:58:50.009Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2359 | 2026-08-20T02:58:50.014Z | Checking compression-core v0.4.31 |
| 2360 | 2026-08-20T02:58:50.079Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2361 | 2026-08-20T02:58:50.137Z | Checking async-stream v0.3.6 |
| 2362 | 2026-08-20T02:58:50.163Z | Checking compression-codecs v0.4.37 |
| 2363 | 2026-08-20T02:58:50.243Z | Checking waitgroup v0.1.2 |
| 2364 | 2026-08-20T02:58:50.318Z | Checking toml v1.1.2+spec-1.1.0 |
| 2365 | 2026-08-20T02:58:50.324Z | Checking rustls-pemfile v2.2.0 |
| 2366 | 2026-08-20T02:58:50.398Z | Checking async-compression v0.4.41 |
| 2367 | 2026-08-20T02:58:50.448Z | Checking hostname v0.4.2 |
| 2368 | 2026-08-20T02:58:50.513Z | Checking atomicwrites v0.4.4 |
| 2369 | 2026-08-20T02:58:50.608Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2370 | 2026-08-20T02:58:50.622Z | Compiling parse-display-derive v0.10.0 |
| 2371 | 2026-08-20T02:58:50.622Z | Checking macaddr v1.0.1 |
| 2372 | 2026-08-20T02:58:50.622Z | Checking regress v0.10.5 |
| 2373 | 2026-08-20T02:58:50.683Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2374 | 2026-08-20T02:58:50.701Z | Checking instant v0.1.13 |
| 2375 | 2026-08-20T02:58:50.732Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2376 | 2026-08-20T02:58:50.805Z | Checking itertools v0.14.0 |
| 2377 | 2026-08-20T02:58:50.853Z | Checking backoff v0.4.0 |
| 2378 | 2026-08-20T02:58:50.912Z | Checking backon v1.6.0 |
| 2379 | 2026-08-20T02:58:51.019Z | Checking humantime v2.3.0 |
| 2380 | 2026-08-20T02:58:51.065Z | Compiling convert_case v0.4.0 |
| 2381 | 2026-08-20T02:58:51.131Z | Checking progenitor-extras v0.2.0 |
| 2382 | 2026-08-20T02:58:51.175Z | Checking half v2.7.1 |
| 2383 | 2026-08-20T02:58:51.260Z | Checking ciborium-io v0.2.2 |
| 2384 | 2026-08-20T02:58:51.423Z | Checking heck v0.5.0 |
| 2385 | 2026-08-20T02:58:51.428Z | Checking secrecy v0.10.3 |
| 2386 | 2026-08-20T02:58:51.510Z | Compiling derive_more v0.99.20 |
| 2387 | 2026-08-20T02:58:51.515Z | Checking ciborium-ll v0.2.2 |
| 2388 | 2026-08-20T02:58:51.582Z | Checking indent_write v2.2.0 |
| 2389 | 2026-08-20T02:58:51.622Z | Checking camino-tempfile v1.4.1 |
| 2390 | 2026-08-20T02:58:51.749Z | Compiling crucible-workspace-hack v0.1.0 |
| 2391 | 2026-08-20T02:58:51.763Z | Checking ciborium v0.2.2 |
| 2392 | 2026-08-20T02:58:51.834Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2393 | 2026-08-20T02:58:51.914Z | Compiling regress v0.11.1 |
| 2394 | 2026-08-20T02:58:52.109Z | Checking inout v0.1.4 |
| 2395 | 2026-08-20T02:58:52.215Z | Checking universal-hash v0.5.1 |
| 2396 | 2026-08-20T02:58:52.235Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2397 | 2026-08-20T02:58:52.276Z | Checking opaque-debug v0.3.1 |
| 2398 | 2026-08-20T02:58:52.303Z | Checking cipher v0.4.4 |
| 2399 | 2026-08-20T02:58:52.332Z | Checking parse-display v0.10.0 |
| 2400 | 2026-08-20T02:58:52.363Z | Checking blake2 v0.10.6 |
| 2401 | 2026-08-20T02:58:52.439Z | Checking poly1305 v0.8.0 |
| 2402 | 2026-08-20T02:58:52.509Z | Checking aead v0.5.2 |
| 2403 | 2026-08-20T02:58:52.545Z | Checking chacha20 v0.9.1 |
| 2404 | 2026-08-20T02:58:52.634Z | Checking password-hash v0.5.0 |
| 2405 | 2026-08-20T02:58:52.686Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2406 | 2026-08-20T02:58:52.736Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2407 | 2026-08-20T02:58:52.779Z | Checking chacha20poly1305 v0.10.1 |
| 2408 | 2026-08-20T02:58:52.893Z | Checking argon2 v0.5.3 |
| 2409 | 2026-08-20T02:58:52.951Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2410 | 2026-08-20T02:58:53.138Z | Compiling unsafe-libyaml v0.2.11 |
| 2411 | 2026-08-20T02:58:53.213Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2412 | 2026-08-20T02:58:53.269Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2413 | 2026-08-20T02:58:53.372Z | Checking thiserror-no-std v2.0.2 |
| 2414 | 2026-08-20T02:58:53.417Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2415 | 2026-08-20T02:58:53.502Z | Compiling typify-impl v0.6.2 |
| 2416 | 2026-08-20T02:58:53.542Z | Checking vsss-rs v3.3.4 |
| 2417 | 2026-08-20T02:58:53.903Z | Compiling serde_yaml v0.9.34+deprecated |
| 2418 | 2026-08-20T02:58:54.140Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2419 | 2026-08-20T02:58:54.672Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2420 | 2026-08-20T02:58:54.890Z | Checking swrite v0.1.0 |
| 2421 | 2026-08-20T02:58:54.930Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2422 | 2026-08-20T02:58:55.018Z | Checking crossbeam-deque v0.8.6 |
| 2423 | 2026-08-20T02:58:55.065Z | Compiling rayon-core v1.13.0 |
| 2424 | 2026-08-20T02:58:55.126Z | Compiling num-derive v0.4.2 |
| 2425 | 2026-08-20T02:58:55.247Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2426 | 2026-08-20T02:58:55.367Z | Compiling proc-macro-error v1.0.4 |
| 2427 | 2026-08-20T02:58:55.513Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2428 | 2026-08-20T02:58:55.691Z | Checking rayon v1.11.0 |
| 2429 | 2026-08-20T02:58:55.732Z | Checking tabwriter v1.4.1 |
| 2430 | 2026-08-20T02:58:55.773Z | Checking glob v0.3.3 |
| 2431 | 2026-08-20T02:58:55.875Z | Compiling heapless v0.8.0 |
| 2432 | 2026-08-20T02:58:55.915Z | Checking hash32 v0.3.1 |
| 2433 | 2026-08-20T02:58:55.978Z | Compiling ingot-macros v0.2.0 |
| 2434 | 2026-08-20T02:58:56.076Z | Compiling proc-macro-crate v3.4.0 |
| 2435 | 2026-08-20T02:58:56.077Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2436 | 2026-08-20T02:58:56.418Z | Compiling smoltcp v0.11.0 |
| 2437 | 2026-08-20T02:58:56.439Z | Checking colored v3.1.1 |
| 2438 | 2026-08-20T02:58:56.715Z | Compiling num_enum_derive v0.7.6 |
| 2439 | 2026-08-20T02:58:56.795Z | Checking toml v0.8.23 |
| 2440 | 2026-08-20T02:58:56.837Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2441 | 2026-08-20T02:58:56.877Z | Checking cobs v0.3.0 |
| 2442 | 2026-08-20T02:58:57.049Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2443 | 2026-08-20T02:58:57.095Z | Checking postcard v1.1.3 |
| 2444 | 2026-08-20T02:58:57.209Z | Checking rand v0.10.1 |
| 2445 | 2026-08-20T02:58:57.313Z | Compiling proc-macro-crate v1.3.1 |
| 2446 | 2026-08-20T02:58:57.417Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2447 | 2026-08-20T02:58:57.671Z | Checking sigpipe v0.1.3 |
| 2448 | 2026-08-20T02:58:57.737Z | Compiling foreign-types-macros v0.2.3 |
| 2449 | 2026-08-20T02:58:57.788Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2450 | 2026-08-20T02:58:57.832Z | Checking foreign-types-shared v0.3.1 |
| 2451 | 2026-08-20T02:58:57.841Z | Checking num_enum v0.7.6 |
| 2452 | 2026-08-20T02:58:57.949Z | Compiling num_enum_derive v0.5.11 |
| 2453 | 2026-08-20T02:58:58.072Z | Compiling typify-macro v0.6.2 |
| 2454 | 2026-08-20T02:58:58.169Z | Compiling usdt-attr-macro v0.5.0 |
| 2455 | 2026-08-20T02:58:58.247Z | Compiling usdt-macro v0.5.0 |
| 2456 | 2026-08-20T02:58:58.354Z | Checking foreign-types v0.5.0 |
| 2457 | 2026-08-20T02:58:58.394Z | Checking cstr-argument v0.1.2 |
| 2458 | 2026-08-20T02:58:58.468Z | Checking memmap v0.7.0 |
| 2459 | 2026-08-20T02:58:58.548Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2460 | 2026-08-20T02:58:58.762Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2461 | 2026-08-20T02:58:58.880Z | Checking ingot-types v0.2.0 |
| 2462 | 2026-08-20T02:58:59.005Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2463 | 2026-08-20T02:58:59.046Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2464 | 2026-08-20T02:58:59.051Z | Checking num_enum v0.5.11 |
| 2465 | 2026-08-20T02:58:59.051Z | Checking usdt v0.5.0 |
| 2466 | 2026-08-20T02:58:59.175Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2467 | 2026-08-20T02:58:59.189Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2468 | 2026-08-20T02:58:59.264Z | Checking ingot v0.2.1 |
| 2469 | 2026-08-20T02:58:59.272Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2470 | 2026-08-20T02:58:59.356Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2471 | 2026-08-20T02:58:59.367Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2472 | 2026-08-20T02:58:59.388Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2473 | 2026-08-20T02:58:59.492Z | Compiling zone_cfg_derive v0.3.1 |
| 2474 | 2026-08-20T02:58:59.535Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2475 | 2026-08-20T02:58:59.620Z | Checking itertools v0.12.1 |
| 2476 | 2026-08-20T02:58:59.737Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2477 | 2026-08-20T02:58:59.834Z | Compiling typify v0.6.2 |
| 2478 | 2026-08-20T02:58:59.954Z | Compiling progenitor-impl v0.14.0 |
| 2479 | 2026-08-20T02:59:00.081Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2480 | 2026-08-20T02:59:00.171Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2481 | 2026-08-20T02:59:00.269Z | Checking smf v0.2.3 |
| 2482 | 2026-08-20T02:59:00.311Z | Checking whoami v1.6.1 |
| 2483 | 2026-08-20T02:59:00.424Z | Compiling derive-where v1.6.0 |
| 2484 | 2026-08-20T02:59:00.521Z | Checking tokio-dtrace v0.1.1 |
| 2485 | 2026-08-20T02:59:00.559Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2486 | 2026-08-20T02:59:00.652Z | Checking zone v0.3.1 |
| 2487 | 2026-08-20T02:59:00.756Z | Checking oxide-tokio-rt v0.1.4 |
| 2488 | 2026-08-20T02:59:00.909Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2489 | 2026-08-20T02:59:00.954Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2490 | 2026-08-20T02:59:01.038Z | Checking console v0.15.11 |
| 2491 | 2026-08-20T02:59:01.047Z | Checking newline-converter v0.3.0 |
| 2492 | 2026-08-20T02:59:01.184Z | Checking bytecount v0.6.9 |
| 2493 | 2026-08-20T02:59:01.293Z | Checking num-rational v0.4.2 |
| 2494 | 2026-08-20T02:59:01.328Z | Checking num-complex v0.4.6 |
| 2495 | 2026-08-20T02:59:01.399Z | Checking expectorate v1.2.0 |
| 2496 | 2026-08-20T02:59:01.573Z | Compiling cancel-safe-futures v0.1.5 |
| 2497 | 2026-08-20T02:59:01.607Z | Checking float-ord v0.3.2 |
| 2498 | 2026-08-20T02:59:01.693Z | Checking num v0.4.3 |
| 2499 | 2026-08-20T02:59:01.746Z | Checking linear-map v1.2.0 |
| 2500 | 2026-08-20T02:59:01.837Z | Checking gethostname v0.5.0 |
| 2501 | 2026-08-20T02:59:01.841Z | Checking oxide-update-engine-types v0.1.2 |
| 2502 | 2026-08-20T02:59:01.950Z | Compiling prettyplease v0.2.37 |
| 2503 | 2026-08-20T02:59:01.987Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2504 | 2026-08-20T02:59:02.156Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2505 | 2026-08-20T02:59:02.248Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2506 | 2026-08-20T02:59:02.420Z | Checking resolv-conf v0.7.6 |
| 2507 | 2026-08-20T02:59:02.487Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2508 | 2026-08-20T02:59:02.529Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2509 | 2026-08-20T02:59:02.635Z | Checking papergrid v0.11.0 |
| 2510 | 2026-08-20T02:59:02.717Z | Compiling progenitor-macro v0.14.0 |
| 2511 | 2026-08-20T02:59:02.759Z | Compiling tabled_derive v0.7.0 |
| 2512 | 2026-08-20T02:59:02.856Z | Checking oxide-update-engine v0.1.2 |
| 2513 | 2026-08-20T02:59:03.241Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2514 | 2026-08-20T02:59:03.301Z | Compiling convert_case v0.10.0 |
| 2515 | 2026-08-20T02:59:03.327Z | Compiling slog-dtrace v0.3.0 |
| 2516 | 2026-08-20T02:59:03.623Z | Compiling derive_more-impl v2.1.1 |
| 2517 | 2026-08-20T02:59:03.663Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2518 | 2026-08-20T02:59:03.760Z | Checking tabled v0.15.0 |
| 2519 | 2026-08-20T02:59:04.110Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2520 | 2026-08-20T02:59:04.390Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2521 | 2026-08-20T02:59:04.487Z | Checking derive_more v2.1.1 |
| 2522 | 2026-08-20T02:59:04.603Z | Checking crossterm v0.29.0 |
| 2523 | 2026-08-20T02:59:04.803Z | Checking linked-hash-map v0.5.6 |
| 2524 | 2026-08-20T02:59:05.023Z | Checking lru-cache v0.1.2 |
| 2525 | 2026-08-20T02:59:05.266Z | Checking hickory-proto v0.24.4 |
| 2526 | 2026-08-20T02:59:05.297Z | Checking fd-lock v4.0.4 |
| 2527 | 2026-08-20T02:59:06.141Z | Checking vte v0.14.1 |
| 2528 | 2026-08-20T02:59:06.261Z | Checking strip-ansi-escapes v0.2.1 |
| 2529 | 2026-08-20T02:59:06.846Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2530 | 2026-08-20T02:59:07.145Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2531 | 2026-08-20T02:59:07.629Z | Checking termtree v0.5.1 |
| 2532 | 2026-08-20T02:59:07.737Z | Checking progenitor v0.14.0 |
| 2533 | 2026-08-20T02:59:07.797Z | Checking nu-ansi-term v0.50.3 |
| 2534 | 2026-08-20T02:59:07.914Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2535 | 2026-08-20T02:59:07.950Z | Checking hickory-resolver v0.24.4 |
| 2536 | 2026-08-20T02:59:07.987Z | Compiling minimal-lexical v0.2.1 |
| 2537 | 2026-08-20T02:59:08.043Z | Checking reedline v0.40.0 |
| 2538 | 2026-08-20T02:59:08.434Z | Compiling nom v7.1.3 |
| 2539 | 2026-08-20T02:59:08.729Z | Checking qorb v0.4.1 |
| 2540 | 2026-08-20T02:59:09.797Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2541 | 2026-08-20T02:59:09.846Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2542 | 2026-08-20T02:59:09.885Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2543 | 2026-08-20T02:59:09.936Z | Compiling unicode-xid v0.2.6 |
| 2544 | 2026-08-20T02:59:10.004Z | Checking display-error-chain v0.2.2 |
| 2545 | 2026-08-20T02:59:10.066Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2546 | 2026-08-20T02:59:10.230Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2547 | 2026-08-20T02:59:10.307Z | Compiling ar_archive_writer v0.5.1 |
| 2548 | 2026-08-20T02:59:10.349Z | Checking csv-core v0.1.13 |
| 2549 | 2026-08-20T02:59:10.442Z | Compiling stacker v0.1.23 |
| 2550 | 2026-08-20T02:59:10.562Z | Checking csv v1.4.0 |
| 2551 | 2026-08-20T02:59:10.736Z | Compiling semver v0.1.20 |
| 2552 | 2026-08-20T02:59:10.778Z | Checking highway v1.3.0 |
| 2553 | 2026-08-20T02:59:10.817Z | Compiling cfg_aliases v0.1.1 |
| 2554 | 2026-08-20T02:59:10.930Z | Compiling nix v0.28.0 |
| 2555 | 2026-08-20T02:59:10.972Z | Compiling rustc_version v0.1.7 |
| 2556 | 2026-08-20T02:59:11.118Z | Checking nibble_vec v0.1.0 |
| 2557 | 2026-08-20T02:59:11.121Z | Checking endian-type v0.1.2 |
| 2558 | 2026-08-20T02:59:11.197Z | Compiling psm v0.1.30 |
| 2559 | 2026-08-20T02:59:11.279Z | Compiling newtype_derive v0.1.6 |
| 2560 | 2026-08-20T02:59:11.319Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2561 | 2026-08-20T02:59:11.323Z | Checking radix_trie v0.2.1 |
| 2562 | 2026-08-20T02:59:11.439Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2563 | 2026-08-20T02:59:11.501Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2564 | 2026-08-20T02:59:11.641Z | Checking phf_shared v0.12.1 |
| 2565 | 2026-08-20T02:59:11.851Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2566 | 2026-08-20T02:59:11.887Z | Compiling chrono-tz v0.10.4 |
| 2567 | 2026-08-20T02:59:11.891Z | Checking phf v0.12.1 |
| 2568 | 2026-08-20T02:59:12.089Z | Compiling const_format_proc_macros v0.2.34 |
| 2569 | 2026-08-20T02:59:12.127Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2570 | 2026-08-20T02:59:12.130Z | Compiling peg-macros v0.8.5 |
| 2571 | 2026-08-20T02:59:12.245Z | Checking winnow v0.6.26 |
| 2572 | 2026-08-20T02:59:12.276Z | Compiling sqlparser_derive v0.5.0 |
| 2573 | 2026-08-20T02:59:12.314Z | Checking recursive v0.1.1 |
| 2574 | 2026-08-20T02:59:12.443Z | Checking home v0.5.12 |
| 2575 | 2026-08-20T02:59:12.588Z | Checking unicode_categories v0.1.1 |
| 2576 | 2026-08-20T02:59:13.003Z | Checking rustyline v14.0.0 |
| 2577 | 2026-08-20T02:59:13.065Z | Checking sqlparser v0.61.0 |
| 2578 | 2026-08-20T02:59:13.401Z | Checking sqlformat v0.3.5 |
| 2579 | 2026-08-20T02:59:13.568Z | Checking peg v0.8.5 |
| 2580 | 2026-08-20T02:59:13.676Z | Checking const_format v0.2.35 |
| 2581 | 2026-08-20T02:59:13.838Z | Checking bcs v0.1.6 |
| 2582 | 2026-08-20T02:59:13.875Z | Checking nom v8.0.0 |
| 2583 | 2026-08-20T02:59:13.945Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2584 | 2026-08-20T02:59:14.000Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2585 | 2026-08-20T02:59:14.113Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2586 | 2026-08-20T02:59:14.230Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2587 | 2026-08-20T02:59:14.335Z | Checking steno v0.4.1 |
| 2588 | 2026-08-20T02:59:14.414Z | Checking sha1 v0.10.6 |
| 2589 | 2026-08-20T02:59:14.590Z | Checking filetime v0.2.27 |
| 2590 | 2026-08-20T02:59:14.693Z | Checking xattr v1.6.1 |
| 2591 | 2026-08-20T02:59:14.765Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2592 | 2026-08-20T02:59:14.840Z | Checking tar v0.4.46 |
| 2593 | 2026-08-20T02:59:14.932Z | Checking subprocess v0.2.15 |
| 2594 | 2026-08-20T02:59:15.042Z | Checking headers-core v0.3.0 |
| 2595 | 2026-08-20T02:59:15.213Z | Checking headers v0.4.1 |
| 2596 | 2026-08-20T02:59:15.267Z | Checking yasna v0.5.2 |
| 2597 | 2026-08-20T02:59:15.394Z | Checking port-file v0.1.0 |
| 2598 | 2026-08-20T02:59:15.755Z | Checking dropshot-api-manager-types v0.8.0 |
| 2599 | 2026-08-20T02:59:15.770Z | Checking rcgen v0.12.1 |
| 2600 | 2026-08-20T02:59:15.770Z | Checking tagptr v0.2.0 |
| 2601 | 2026-08-20T02:59:15.830Z | Checking utf-8 v0.7.6 |
| 2602 | 2026-08-20T02:59:15.860Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2603 | 2026-08-20T02:59:15.905Z | Checking moka v0.12.13 |
| 2604 | 2026-08-20T02:59:16.022Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2605 | 2026-08-20T02:59:16.050Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2606 | 2026-08-20T02:59:16.098Z | Compiling libefi-sys v0.1.0 |
| 2607 | 2026-08-20T02:59:16.186Z | Compiling bitfield-struct v0.6.2 |
| 2608 | 2026-08-20T02:59:16.552Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2609 | 2026-08-20T02:59:16.606Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2610 | 2026-08-20T02:59:16.633Z | Checking hickory-resolver v0.25.2 |
| 2611 | 2026-08-20T02:59:16.662Z | Checking tungstenite v0.21.0 |
| 2612 | 2026-08-20T02:59:16.780Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2613 | 2026-08-20T02:59:16.849Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2614 | 2026-08-20T02:59:17.048Z | Compiling xshell-macros v0.2.7 |
| 2615 | 2026-08-20T02:59:17.113Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2616 | 2026-08-20T02:59:17.145Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2617 | 2026-08-20T02:59:17.153Z | Checking tokio-tungstenite v0.21.0 |
| 2618 | 2026-08-20T02:59:17.265Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2619 | 2026-08-20T02:59:17.374Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2620 | 2026-08-20T02:59:17.428Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2621 | 2026-08-20T02:59:17.449Z | Checking xshell v0.2.7 |
| 2622 | 2026-08-20T02:59:17.509Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2623 | 2026-08-20T02:59:17.682Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2624 | 2026-08-20T02:59:17.916Z | Checking half v1.8.3 |
| 2625 | 2026-08-20T02:59:18.044Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2626 | 2026-08-20T02:59:18.142Z | Checking serde_cbor v0.11.2 |
| 2627 | 2026-08-20T02:59:18.360Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2628 | 2026-08-20T02:59:18.451Z | Checking libscf-sys v1.2.0 |
| 2629 | 2026-08-20T02:59:18.492Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2630 | 2026-08-20T02:59:18.553Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2631 | 2026-08-20T02:59:18.590Z | Checking papergrid v0.18.0 |
| 2632 | 2026-08-20T02:59:18.635Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2633 | 2026-08-20T02:59:18.877Z | Checking maplit v1.0.2 |
| 2634 | 2026-08-20T02:59:18.992Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2635 | 2026-08-20T02:59:19.107Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2636 | 2026-08-20T02:59:19.205Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2637 | 2026-08-20T02:59:19.290Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2638 | 2026-08-20T02:59:19.479Z | Checking tabled v0.21.0 |
| 2639 | 2026-08-20T02:59:19.736Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2640 | 2026-08-20T02:59:19.801Z | Checking crc8 v0.1.1 |
| 2641 | 2026-08-20T02:59:19.920Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2642 | 2026-08-20T02:59:19.954Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2643 | 2026-08-20T02:59:20.062Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2644 | 2026-08-20T02:59:20.098Z | Checking unicase v2.9.0 |
| 2645 | 2026-08-20T02:59:20.144Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2646 | 2026-08-20T02:59:20.285Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2647 | 2026-08-20T02:59:20.340Z | Checking fxhash v0.2.1 |
| 2648 | 2026-08-20T02:59:20.499Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2649 | 2026-08-20T02:59:20.631Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2650 | 2026-08-20T02:59:20.778Z | Checking sha2 v0.11.0 |
| 2651 | 2026-08-20T02:59:20.792Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2652 | 2026-08-20T02:59:20.936Z | Compiling darling_core v0.21.3 |
| 2653 | 2026-08-20T02:59:21.427Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2654 | 2026-08-20T02:59:21.504Z | Compiling vergen-lib v0.1.6 |
| 2655 | 2026-08-20T02:59:21.653Z | Compiling diesel_derives v2.3.7 |
| 2656 | 2026-08-20T02:59:21.776Z | Checking scheduled-thread-pool v0.2.7 |
| 2657 | 2026-08-20T02:59:21.865Z | Compiling vergen-gitcl v1.0.8 |
| 2658 | 2026-08-20T02:59:21.913Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2659 | 2026-08-20T02:59:21.961Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2660 | 2026-08-20T02:59:22.138Z | Checking r2d2 v0.8.10 |
| 2661 | 2026-08-20T02:59:22.276Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2662 | 2026-08-20T02:59:22.354Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2663 | 2026-08-20T02:59:22.619Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2664 | 2026-08-20T02:59:22.757Z | Checking downcast-rs v2.0.2 |
| 2665 | 2026-08-20T02:59:22.937Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2666 | 2026-08-20T02:59:23.251Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2667 | 2026-08-20T02:59:23.291Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2668 | 2026-08-20T02:59:23.446Z | Checking kstat-rs v0.2.5 |
| 2669 | 2026-08-20T02:59:23.493Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2670 | 2026-08-20T02:59:23.531Z | Compiling darling_macro v0.21.3 |
| 2671 | 2026-08-20T02:59:23.568Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2672 | 2026-08-20T02:59:23.669Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2673 | 2026-08-20T02:59:23.951Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2674 | 2026-08-20T02:59:24.009Z | Compiling proc-macro-error2 v2.0.1 |
| 2675 | 2026-08-20T02:59:24.108Z | Compiling darling v0.21.3 |
| 2676 | 2026-08-20T02:59:24.224Z | Compiling dsl_auto_type v0.2.0 |
| 2677 | 2026-08-20T02:59:24.358Z | Compiling knus-derive v3.4.0 |
| 2678 | 2026-08-20T02:59:24.394Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2679 | 2026-08-20T02:59:25.263Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2680 | 2026-08-20T02:59:25.610Z | Compiling dirs-sys-next v0.1.2 |
| 2681 | 2026-08-20T02:59:25.779Z | Compiling salty v0.3.0 |
| 2682 | 2026-08-20T02:59:25.821Z | Compiling crunchy v0.2.4 |
| 2683 | 2026-08-20T02:59:25.869Z | Compiling parking_lot_core v0.8.6 |
| 2684 | 2026-08-20T02:59:25.919Z | Compiling dirs-next v2.0.0 |
| 2685 | 2026-08-20T02:59:26.087Z | Compiling clang-sys v1.8.1 |
| 2686 | 2026-08-20T02:59:26.171Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2687 | 2026-08-20T02:59:26.354Z | Compiling git-stub v1.0.0 |
| 2688 | 2026-08-20T02:59:26.380Z | Compiling tiny-keccak v2.0.2 |
| 2689 | 2026-08-20T02:59:26.593Z | Compiling git-stub-vcs v0.1.0 |
| 2690 | 2026-08-20T02:59:26.608Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2691 | 2026-08-20T02:59:26.874Z | Compiling term v0.7.0 |
| 2692 | 2026-08-20T02:59:26.906Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2693 | 2026-08-20T02:59:26.960Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2694 | 2026-08-20T02:59:27.003Z | Compiling bit-vec v0.6.3 |
| 2695 | 2026-08-20T02:59:27.120Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2696 | 2026-08-20T02:59:27.240Z | Compiling ascii-canvas v3.0.0 |
| 2697 | 2026-08-20T02:59:27.274Z | Compiling bit-set v0.5.3 |
| 2698 | 2026-08-20T02:59:27.461Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2699 | 2026-08-20T02:59:27.497Z | Checking parking_lot v0.11.2 |
| 2700 | 2026-08-20T02:59:27.630Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2701 | 2026-08-20T02:59:27.675Z | Checking rfc6979 v0.4.0 |
| 2702 | 2026-08-20T02:59:27.779Z | Checking prefix-trie v0.7.0 |
| 2703 | 2026-08-20T02:59:27.812Z | Compiling hashbrown v0.14.5 |
| 2704 | 2026-08-20T02:59:28.100Z | Compiling itertools v0.10.5 |
| 2705 | 2026-08-20T02:59:28.225Z | Compiling ena v0.14.4 |
| 2706 | 2026-08-20T02:59:28.247Z | Compiling libloading v0.8.9 |
| 2707 | 2026-08-20T02:59:28.376Z | Compiling bindgen v0.71.1 |
| 2708 | 2026-08-20T02:59:28.408Z | Compiling diff v0.1.13 |
| 2709 | 2026-08-20T02:59:28.411Z | Compiling regex-syntax v0.6.29 |
| 2710 | 2026-08-20T02:59:28.709Z | Compiling chumsky v0.9.3 |
| 2711 | 2026-08-20T02:59:28.831Z | Checking hickory-server v0.25.2 |
| 2712 | 2026-08-20T02:59:29.174Z | Compiling ecdsa v0.16.9 |
| 2713 | 2026-08-20T02:59:29.958Z | Compiling lalrpop v0.19.12 |
| 2714 | 2026-08-20T02:59:30.005Z | Checking sled v0.34.7 |
| 2715 | 2026-08-20T02:59:30.137Z | Compiling cexpr v0.6.0 |
| 2716 | 2026-08-20T02:59:30.182Z | Checking primeorder v0.13.6 |
| 2717 | 2026-08-20T02:59:30.221Z | Checking diesel v2.3.7 |
| 2718 | 2026-08-20T02:59:30.466Z | Checking nanorand v0.7.0 |
| 2719 | 2026-08-20T02:59:30.707Z | Compiling rustc-hash v2.1.1 |
| 2720 | 2026-08-20T02:59:30.817Z | Compiling p384 v0.13.1 |
| 2721 | 2026-08-20T02:59:30.854Z | Checking flume v0.11.1 |
| 2722 | 2026-08-20T02:59:31.274Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2723 | 2026-08-20T02:59:31.426Z | Compiling knus v3.4.0 |
| 2724 | 2026-08-20T02:59:31.675Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2725 | 2026-08-20T02:59:31.906Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2726 | 2026-08-20T02:59:32.122Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2727 | 2026-08-20T02:59:32.335Z | Compiling libxml v0.3.3 |
| 2728 | 2026-08-20T02:59:32.345Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2729 | 2026-08-20T02:59:32.425Z | Checking assert_matches v1.5.0 |
| 2730 | 2026-08-20T02:59:32.455Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 2731 | 2026-08-20T02:59:32.759Z | Compiling strum_macros v0.24.3 |
| 2732 | 2026-08-20T02:59:32.780Z | Compiling indoc v1.0.9 |
| 2733 | 2026-08-20T02:59:33.558Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2734 | 2026-08-20T02:59:33.776Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2735 | 2026-08-20T02:59:33.820Z | Checking quick-xml v0.37.5 |
| 2736 | 2026-08-20T02:59:34.025Z | Checking derive_builder v0.20.2 |
| 2737 | 2026-08-20T02:59:34.153Z | Compiling oso-derive v0.27.3 |
| 2738 | 2026-08-20T02:59:34.255Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2739 | 2026-08-20T02:59:34.737Z | Compiling trait-variant v0.1.2 |
| 2740 | 2026-08-20T02:59:34.790Z | Checking openssl-probe v0.1.6 |
| 2741 | 2026-08-20T02:59:34.948Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2742 | 2026-08-20T02:59:35.276Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2743 | 2026-08-20T02:59:35.573Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2744 | 2026-08-20T02:59:35.741Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2745 | 2026-08-20T02:59:35.779Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 2746 | 2026-08-20T02:59:35.979Z | Checking corncobs v0.1.4 |
| 2747 | 2026-08-20T02:59:36.110Z | Checking predicates-tree v1.0.13 |
| 2748 | 2026-08-20T02:59:36.148Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2749 | 2026-08-20T02:59:36.191Z | Compiling progenitor-impl v0.13.0 |
| 2750 | 2026-08-20T02:59:36.260Z | Checking secrecy v0.8.0 |
| 2751 | 2026-08-20T02:59:36.432Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2752 | 2026-08-20T02:59:37.003Z | Checking progenitor-client v0.13.0 |
| 2753 | 2026-08-20T02:59:37.213Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2754 | 2026-08-20T02:59:37.288Z | Checking anstyle-parse v0.2.7 |
| 2755 | 2026-08-20T02:59:37.425Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2756 | 2026-08-20T02:59:37.481Z | Checking anstream v0.6.21 |
| 2757 | 2026-08-20T02:59:37.719Z | Checking bb8 v0.8.6 |
| 2758 | 2026-08-20T02:59:37.968Z | Compiling mime_guess v2.0.5 |
| 2759 | 2026-08-20T02:59:38.066Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2760 | 2026-08-20T02:59:38.285Z | Checking ignore v0.4.25 |
| 2761 | 2026-08-20T02:59:38.556Z | Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2762 | 2026-08-20T02:59:38.734Z | Checking http-range v0.1.5 |
| 2763 | 2026-08-20T02:59:38.775Z | Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2764 | 2026-08-20T02:59:38.886Z | Compiling progenitor-macro v0.13.0 |
| 2765 | 2026-08-20T02:59:38.925Z | Checking globwalk v0.9.1 |
| 2766 | 2026-08-20T02:59:39.247Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2767 | 2026-08-20T02:59:39.469Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2768 | 2026-08-20T02:59:39.632Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2769 | 2026-08-20T02:59:40.322Z | Checking digest-io v0.1.0 |
| 2770 | 2026-08-20T02:59:40.504Z | Checking nonempty v0.12.0 |
| 2771 | 2026-08-20T02:59:40.706Z | Checking rawzip v0.4.4 |
| 2772 | 2026-08-20T02:59:40.816Z | Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 2773 | 2026-08-20T02:59:41.197Z | Checking camino-tempfile-ext v0.3.3 |
| 2774 | 2026-08-20T02:59:41.241Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2775 | 2026-08-20T02:59:41.421Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2776 | 2026-08-20T02:59:41.641Z | Checking hyper-staticfile v0.10.1 |
| 2777 | 2026-08-20T02:59:41.977Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2778 | 2026-08-20T02:59:42.282Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2779 | 2026-08-20T02:59:42.554Z | Checking signal-hook-tokio v0.3.1 |
| 2780 | 2026-08-20T02:59:42.731Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2781 | 2026-08-20T02:59:42.774Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2782 | 2026-08-20T02:59:42.896Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2783 | 2026-08-20T02:59:43.174Z | Checking scuffle v0.1.0 |
| 2784 | 2026-08-20T02:59:43.231Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2785 | 2026-08-20T02:59:43.314Z | Checking illumos-nvpair v0.3.0 |
| 2786 | 2026-08-20T02:59:43.602Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2787 | 2026-08-20T02:59:43.631Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2788 | 2026-08-20T02:59:43.887Z | Checking progenitor v0.13.0 |
| 2789 | 2026-08-20T02:59:43.903Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2790 | 2026-08-20T02:59:43.972Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2791 | 2026-08-20T02:59:43.982Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2792 | 2026-08-20T02:59:44.087Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2793 | 2026-08-20T02:59:44.256Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 2794 | 2026-08-20T02:59:44.454Z | Checking async-bb8-diesel v0.2.1 |
| 2795 | 2026-08-20T02:59:44.849Z | Checking diesel-dtrace v0.5.0 |
| 2796 | 2026-08-20T02:59:44.939Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2797 | 2026-08-20T02:59:45.131Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2798 | 2026-08-20T02:59:45.212Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2799 | 2026-08-20T02:59:45.337Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2800 | 2026-08-20T02:59:45.688Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2801 | 2026-08-20T02:59:45.790Z | Checking tungstenite v0.23.0 |
| 2802 | 2026-08-20T02:59:45.878Z | Checking rand_seeder v0.4.0 |
| 2803 | 2026-08-20T02:59:46.058Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2804 | 2026-08-20T02:59:46.109Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2805 | 2026-08-20T02:59:46.250Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2806 | 2026-08-20T02:59:46.473Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2807 | 2026-08-20T02:59:47.869Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2808 | 2026-08-20T02:59:48.115Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 2809 | 2026-08-20T02:59:48.167Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2810 | 2026-08-20T02:59:48.539Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2811 | 2026-08-20T02:59:48.934Z | Checking tokio-tungstenite v0.23.1 |
| 2812 | 2026-08-20T02:59:49.247Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2813 | 2026-08-20T02:59:49.313Z | Checking void v1.0.2 |
| 2814 | 2026-08-20T02:59:49.471Z | Checking lzss v0.8.2 |
| 2815 | 2026-08-20T02:59:49.552Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2816 | 2026-08-20T02:59:49.619Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2817 | 2026-08-20T02:59:49.704Z | Checking nix v0.27.1 |
| 2818 | 2026-08-20T02:59:49.771Z | Checking serde_bytes v0.11.19 |
| 2819 | 2026-08-20T02:59:49.813Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2820 | 2026-08-20T02:59:50.225Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2821 | 2026-08-20T02:59:50.579Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2822 | 2026-08-20T02:59:50.936Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2823 | 2026-08-20T02:59:51.406Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2824 | 2026-08-20T02:59:51.667Z | Checking cpubits v0.1.1 |
| 2825 | 2026-08-20T02:59:51.703Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2826 | 2026-08-20T02:59:51.736Z | Checking yansi v1.0.1 |
| 2827 | 2026-08-20T02:59:51.778Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2828 | 2026-08-20T02:59:52.049Z | Checking pretty_assertions v1.4.1 |
| 2829 | 2026-08-20T02:59:52.099Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2830 | 2026-08-20T02:59:52.223Z | Checking pem-rfc7468 v1.0.0 |
| 2831 | 2026-08-20T02:59:52.511Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2832 | 2026-08-20T02:59:52.713Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2833 | 2026-08-20T02:59:52.886Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2834 | 2026-08-20T02:59:52.946Z | Checking hmac v0.13.0 |
| 2835 | 2026-08-20T02:59:53.153Z | Checking universal-hash v0.6.1 |
| 2836 | 2026-08-20T02:59:53.330Z | Compiling libz-sys v1.1.24 |
| 2837 | 2026-08-20T02:59:53.701Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2838 | 2026-08-20T02:59:53.751Z | Compiling instability v0.3.11 |
| 2839 | 2026-08-20T02:59:53.933Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2840 | 2026-08-20T02:59:54.048Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2841 | 2026-08-20T02:59:54.123Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2842 | 2026-08-20T02:59:54.178Z | Checking castaway v0.2.4 |
| 2843 | 2026-08-20T02:59:54.329Z | Compiling indoc v2.0.7 |
| 2844 | 2026-08-20T02:59:54.423Z | Checking compact_str v0.8.1 |
| 2845 | 2026-08-20T02:59:54.861Z | Checking polyval v0.7.1 |
| 2846 | 2026-08-20T02:59:54.934Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2847 | 2026-08-20T02:59:55.106Z | Checking der v0.8.0 |
| 2848 | 2026-08-20T02:59:55.528Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2849 | 2026-08-20T02:59:55.599Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2850 | 2026-08-20T02:59:55.697Z | Checking unicode-truncate v1.1.0 |
| 2851 | 2026-08-20T02:59:55.757Z | Checking lru v0.12.5 |
| 2852 | 2026-08-20T02:59:55.828Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2853 | 2026-08-20T02:59:55.879Z | Checking arc-swap v1.8.2 |
| 2854 | 2026-08-20T02:59:55.945Z | Checking cassowary v0.3.0 |
| 2855 | 2026-08-20T02:59:56.120Z | Checking ghash v0.6.0 |
| 2856 | 2026-08-20T02:59:56.157Z | Checking slog-scope v4.4.1 |
| 2857 | 2026-08-20T02:59:56.228Z | Checking ratatui v0.29.0 |
| 2858 | 2026-08-20T02:59:56.349Z | Checking pbkdf2 v0.13.0 |
| 2859 | 2026-08-20T02:59:56.458Z | Checking crypto-bigint v0.7.5 |
| 2860 | 2026-08-20T02:59:56.539Z | Checking aes v0.9.1 |
| 2861 | 2026-08-20T02:59:56.986Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2862 | 2026-08-20T02:59:57.598Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2863 | 2026-08-20T02:59:57.847Z | Checking ctr v0.10.1 |
| 2864 | 2026-08-20T02:59:58.052Z | Checking aead v0.6.1 |
| 2865 | 2026-08-20T02:59:58.242Z | Checking cargo-platform v0.3.2 |
| 2866 | 2026-08-20T02:59:58.276Z | Checking aes-gcm v0.11.0 |
| 2867 | 2026-08-20T02:59:58.459Z | Checking cargo_metadata v0.23.1 |
| 2868 | 2026-08-20T02:59:58.504Z | Checking slog-stdlog v4.1.1 |
| 2869 | 2026-08-20T02:59:58.667Z | Checking spki v0.8.0 |
| 2870 | 2026-08-20T02:59:58.724Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2871 | 2026-08-20T02:59:58.876Z | Checking colored v2.2.0 |
| 2872 | 2026-08-20T02:59:59.108Z | Checking salsa20 v0.11.0 |
| 2873 | 2026-08-20T02:59:59.258Z | Checking console v0.16.2 |
| 2874 | 2026-08-20T02:59:59.301Z | Compiling vergen-git2 v9.1.0 |
| 2875 | 2026-08-20T02:59:59.516Z | Checking plotters-backend v0.3.7 |
| 2876 | 2026-08-20T02:59:59.589Z | Checking unit-prefix v0.5.2 |
| 2877 | 2026-08-20T02:59:59.754Z | Checking indicatif v0.18.4 |
| 2878 | 2026-08-20T02:59:59.758Z | Checking plotters-svg v0.3.7 |
| 2879 | 2026-08-20T02:59:59.984Z | Checking scrypt v0.12.0 |
| 2880 | 2026-08-20T03:00:00.136Z | Checking slog-envlogger v2.2.0 |
| 2881 | 2026-08-20T03:00:00.195Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2882 | 2026-08-20T03:00:00.229Z | Checking cbc v0.2.1 |
| 2883 | 2026-08-20T03:00:00.323Z | Checking libsw-core v0.3.2 |
| 2884 | 2026-08-20T03:00:00.412Z | Checking cast v0.3.0 |
| 2885 | 2026-08-20T03:00:00.496Z | Checking pkcs5 v0.8.1 |
| 2886 | 2026-08-20T03:00:00.548Z | Checking libsw v3.5.0 |
| 2887 | 2026-08-20T03:00:01.009Z | Checking criterion-plot v0.6.0 |
| 2888 | 2026-08-20T03:00:01.015Z | Checking plotters v0.3.7 |
| 2889 | 2026-08-20T03:00:01.015Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2890 | 2026-08-20T03:00:01.015Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2891 | 2026-08-20T03:00:01.114Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2892 | 2026-08-20T03:00:01.367Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2893 | 2026-08-20T03:00:01.521Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2894 | 2026-08-20T03:00:01.583Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2895 | 2026-08-20T03:00:01.750Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2896 | 2026-08-20T03:00:01.812Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2897 | 2026-08-20T03:00:01.894Z | Checking tinytemplate v1.2.1 |
| 2898 | 2026-08-20T03:00:01.980Z | Checking shell-words v1.1.1 |
| 2899 | 2026-08-20T03:00:02.141Z | Checking anes v0.1.6 |
| 2900 | 2026-08-20T03:00:02.173Z | Checking oorandom v11.1.5 |
| 2901 | 2026-08-20T03:00:02.361Z | Checking criterion v0.7.0 |
| 2902 | 2026-08-20T03:00:02.403Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2903 | 2026-08-20T03:00:02.751Z | Checking pkcs8 v0.11.0 |
| 2904 | 2026-08-20T03:00:02.986Z | Checking oxide-update-engine-display v0.1.2 |
| 2905 | 2026-08-20T03:00:03.326Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2906 | 2026-08-20T03:00:03.593Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2907 | 2026-08-20T03:00:03.898Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2908 | 2026-08-20T03:00:04.732Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2909 | 2026-08-20T03:00:05.562Z | Checking tokio-test v0.4.5 |
| 2910 | 2026-08-20T03:00:05.806Z | Checking ff v0.14.0 |
| 2911 | 2026-08-20T03:00:05.982Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2912 | 2026-08-20T03:00:06.234Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2913 | 2026-08-20T03:00:06.654Z | Checking twox-hash v2.1.2 |
| 2914 | 2026-08-20T03:00:06.991Z | Compiling petname v2.0.2 |
| 2915 | 2026-08-20T03:00:07.273Z | Checking atty v0.2.14 |
| 2916 | 2026-08-20T03:00:07.408Z | Checking arrayref v0.3.9 |
| 2917 | 2026-08-20T03:00:07.507Z | Checking constant_time_eq v0.4.2 |
| 2918 | 2026-08-20T03:00:07.544Z | Checking arrayvec v0.7.6 |
| 2919 | 2026-08-20T03:00:07.824Z | Checking group v0.14.0 |
| 2920 | 2026-08-20T03:00:07.864Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2921 | 2026-08-20T03:00:08.023Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2922 | 2026-08-20T03:00:08.071Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2923 | 2026-08-20T03:00:08.795Z | Checking fatfs v0.3.6 |
| 2924 | 2026-08-20T03:00:08.921Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2925 | 2026-08-20T03:00:09.083Z | Checking signature v3.0.0 |
| 2926 | 2026-08-20T03:00:09.121Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2927 | 2026-08-20T03:00:09.275Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2928 | 2026-08-20T03:00:09.282Z | Compiling seq-macro v0.3.6 |
| 2929 | 2026-08-20T03:00:09.847Z | Checking base16ct v1.0.0 |
| 2930 | 2026-08-20T03:00:10.014Z | Checking sec1 v0.8.1 |
| 2931 | 2026-08-20T03:00:10.259Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2932 | 2026-08-20T03:00:10.471Z | Checking hkdf v0.13.0 |
| 2933 | 2026-08-20T03:00:10.511Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2934 | 2026-08-20T03:00:10.612Z | Checking concurrent-queue v2.5.0 |
| 2935 | 2026-08-20T03:00:10.650Z | Checking sapling-renderdag v0.1.0 |
| 2936 | 2026-08-20T03:00:10.707Z | Checking sync-ptr v0.1.4 |
| 2937 | 2026-08-20T03:00:10.831Z | Checking parking v2.2.1 |
| 2938 | 2026-08-20T03:00:10.870Z | Checking elliptic-curve v0.14.1 |
| 2939 | 2026-08-20T03:00:10.922Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2940 | 2026-08-20T03:00:10.988Z | Checking event-listener v5.4.1 |
| 2941 | 2026-08-20T03:00:11.254Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2942 | 2026-08-20T03:00:11.305Z | Checking rtoolbox v0.0.3 |
| 2943 | 2026-08-20T03:00:11.344Z | Compiling samael v0.0.19 |
| 2944 | 2026-08-20T03:00:11.475Z | Checking rpassword v7.5.4 |
| 2945 | 2026-08-20T03:00:11.564Z | Checking event-listener-strategy v0.5.4 |
| 2946 | 2026-08-20T03:00:11.670Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2947 | 2026-08-20T03:00:11.733Z | Checking wnaf v0.14.0 |
| 2948 | 2026-08-20T03:00:11.934Z | Checking primefield v0.14.0 |
| 2949 | 2026-08-20T03:00:12.180Z | Checking rfc6979 v0.6.0 |
| 2950 | 2026-08-20T03:00:12.359Z | Checking tui-tree-widget v0.23.1 |
| 2951 | 2026-08-20T03:00:12.587Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 2952 | 2026-08-20T03:00:12.659Z | Compiling blake3 v1.8.5 |
| 2953 | 2026-08-20T03:00:13.053Z | Checking futures-timer v3.0.3 |
| 2954 | 2026-08-20T03:00:13.592Z | Checking ecdsa v0.17.0 |
| 2955 | 2026-08-20T03:00:13.781Z | Checking primeorder v0.14.0 |
| 2956 | 2026-08-20T03:00:14.032Z | Checking async-lock v3.4.2 |
| 2957 | 2026-08-20T03:00:14.183Z | Compiling curve25519-dalek v5.0.0 |
| 2958 | 2026-08-20T03:00:14.234Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2959 | 2026-08-20T03:00:14.452Z | Checking async-object-pool v0.2.0 |
| 2960 | 2026-08-20T03:00:14.924Z | Checking ssh-encoding v0.3.0 |
| 2961 | 2026-08-20T03:00:15.186Z | Checking serde_regex v1.1.0 |
| 2962 | 2026-08-20T03:00:15.382Z | Checking assert-json-diff v2.0.2 |
| 2963 | 2026-08-20T03:00:15.594Z | Checking path-tree v0.8.3 |
| 2964 | 2026-08-20T03:00:15.819Z | Checking keccak v0.2.0 |
| 2965 | 2026-08-20T03:00:16.017Z | Checking stringmetrics v2.2.2 |
| 2966 | 2026-08-20T03:00:16.228Z | Compiling strsim v0.10.0 |
| 2967 | 2026-08-20T03:00:16.592Z | Checking topological-sort v0.2.2 |
| 2968 | 2026-08-20T03:00:16.633Z | Compiling darling_core v0.13.4 |
| 2969 | 2026-08-20T03:00:16.706Z | Checking httpmock v0.8.3 |
| 2970 | 2026-08-20T03:00:16.771Z | Checking omicron-zone-package v0.12.3 |
| 2971 | 2026-08-20T03:00:17.674Z | Checking ed25519 v3.0.0 |
| 2972 | 2026-08-20T03:00:17.858Z | Checking pkcs1 v0.8.0-rc.4 |
| 2973 | 2026-08-20T03:00:17.912Z | Checking crypto-primes v0.7.2 |
| 2974 | 2026-08-20T03:00:18.108Z | Checking poly1305 v0.9.0 |
| 2975 | 2026-08-20T03:00:18.429Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2976 | 2026-08-20T03:00:18.522Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2977 | 2026-08-20T03:00:18.871Z | Checking blowfish v0.10.0 |
| 2978 | 2026-08-20T03:00:18.910Z | Checking blake2 v0.11.0-rc.6 |
| 2979 | 2026-08-20T03:00:18.948Z | Compiling target-lexicon v0.13.3 |
| 2980 | 2026-08-20T03:00:19.060Z | Checking bcrypt-pbkdf v0.11.0 |
| 2981 | 2026-08-20T03:00:19.195Z | Checking rsa v0.10.0-rc.18 |
| 2982 | 2026-08-20T03:00:19.232Z | Checking argon2 v0.6.0-rc.8 |
| 2983 | 2026-08-20T03:00:19.271Z | Compiling darling_macro v0.13.4 |
| 2984 | 2026-08-20T03:00:19.521Z | Checking ssh-cipher v0.3.0 |
| 2985 | 2026-08-20T03:00:19.581Z | Checking ed25519-dalek v3.0.0 |
| 2986 | 2026-08-20T03:00:19.813Z | Checking sha3 v0.11.0 |
| 2987 | 2026-08-20T03:00:19.819Z | Checking p256 v0.14.0 |
| 2988 | 2026-08-20T03:00:19.819Z | Checking p521 v0.14.0 |
| 2989 | 2026-08-20T03:00:19.846Z | Checking p384 v0.14.0 |
| 2990 | 2026-08-20T03:00:20.104Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2991 | 2026-08-20T03:00:20.373Z | Checking kem v0.3.0 |
| 2992 | 2026-08-20T03:00:20.531Z | Checking module-lattice v0.2.3 |
| 2993 | 2026-08-20T03:00:20.569Z | Checking socket2 v0.5.10 |
| 2994 | 2026-08-20T03:00:20.792Z | Checking sponge-cursor v0.1.0 |
| 2995 | 2026-08-20T03:00:20.850Z | Checking hex-literal v0.4.1 |
| 2996 | 2026-08-20T03:00:20.958Z | Compiling guppy-workspace-hack v0.1.0 |
| 2997 | 2026-08-20T03:00:20.996Z | Checking sha3 v0.12.0 |
| 2998 | 2026-08-20T03:00:21.247Z | Checking ml-kem v0.3.2 |
| 2999 | 2026-08-20T03:00:21.287Z | Compiling darling v0.13.4 |
| 3000 | 2026-08-20T03:00:21.676Z | Checking russh-cryptovec v0.62.0 |
| 3001 | 2026-08-20T03:00:21.851Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3002 | 2026-08-20T03:00:21.890Z | Checking internal-russh-num-bigint v0.5.0 |
| 3003 | 2026-08-20T03:00:22.100Z | Checking num-bigint v0.4.6 |
| 3004 | 2026-08-20T03:00:22.564Z | Checking russh-util v0.52.0 |
| 3005 | 2026-08-20T03:00:22.729Z | Checking generic-array v1.4.3 |
| 3006 | 2026-08-20T03:00:22.841Z | Checking ssh-key v0.7.0-rc.11 |
| 3007 | 2026-08-20T03:00:22.929Z | Compiling enum_dispatch v0.3.13 |
| 3008 | 2026-08-20T03:00:23.045Z | Compiling delegate v0.13.5 |
| 3009 | 2026-08-20T03:00:23.161Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3010 | 2026-08-20T03:00:23.609Z | Checking hex-literal v1.1.0 |
| 3011 | 2026-08-20T03:00:23.741Z | Compiling target-spec v3.5.7 |
| 3012 | 2026-08-20T03:00:23.780Z | Checking md5 v0.8.0 |
| 3013 | 2026-08-20T03:00:23.907Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3014 | 2026-08-20T03:00:24.021Z | Checking russh v0.62.4 |
| 3015 | 2026-08-20T03:00:24.108Z | Compiling git2 v0.20.4 |
| 3016 | 2026-08-20T03:00:24.234Z | Checking cfg-expr v0.20.6 |
| 3017 | 2026-08-20T03:00:24.592Z | Compiling serde_with_macros v1.5.2 |
| 3018 | 2026-08-20T03:00:24.768Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3019 | 2026-08-20T03:00:25.234Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3020 | 2026-08-20T03:00:25.455Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3021 | 2026-08-20T03:00:25.492Z | Checking internet-checksum v0.2.1 |
| 3022 | 2026-08-20T03:00:25.652Z | Compiling serde_with v1.14.0 |
| 3023 | 2026-08-20T03:00:26.240Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3024 | 2026-08-20T03:00:27.264Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3025 | 2026-08-20T03:00:27.334Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3026 | 2026-08-20T03:00:27.440Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3027 | 2026-08-20T03:00:27.478Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3028 | 2026-08-20T03:00:27.516Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3029 | 2026-08-20T03:00:27.693Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3030 | 2026-08-20T03:00:27.765Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3031 | 2026-08-20T03:00:27.853Z | Checking httptest v0.16.4 |
| 3032 | 2026-08-20T03:00:27.916Z | Compiling polar-core v0.27.3 |
| 3033 | 2026-08-20T03:00:28.087Z | Checking pathdiff v0.2.3 |
| 3034 | 2026-08-20T03:00:28.114Z | Checking nested v0.1.1 |
| 3035 | 2026-08-20T03:00:28.133Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 3036 | 2026-08-20T03:00:28.202Z | Checking guppy v0.17.25 |
| 3037 | 2026-08-20T03:00:28.259Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3038 | 2026-08-20T03:00:28.536Z | Checking similar-asserts v1.7.0 |
| 3039 | 2026-08-20T03:00:28.615Z | Compiling target-triple v1.0.0 |
| 3040 | 2026-08-20T03:00:28.718Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3041 | 2026-08-20T03:00:28.975Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 3042 | 2026-08-20T03:00:29.174Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3043 | 2026-08-20T03:00:29.408Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3044 | 2026-08-20T03:00:29.560Z | Checking hickory-client v0.25.2 |
| 3045 | 2026-08-20T03:00:29.903Z | Checking supports-color v2.1.0 |
| 3046 | 2026-08-20T03:00:30.029Z | Checking supports-hyperlinks v2.1.0 |
| 3047 | 2026-08-20T03:00:30.074Z | Checking supports-unicode v2.1.0 |
| 3048 | 2026-08-20T03:00:30.182Z | Checking textwrap v0.15.2 |
| 3049 | 2026-08-20T03:00:30.232Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3050 | 2026-08-20T03:00:30.416Z | Checking terminal_size v0.1.17 |
| 3051 | 2026-08-20T03:00:30.451Z | Compiling miette-derive v5.10.0 |
| 3052 | 2026-08-20T03:00:30.491Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041) |
| 3053 | 2026-08-20T03:00:30.558Z | Compiling fs-err v2.11.0 |
| 3054 | 2026-08-20T03:00:30.801Z | Compiling assert_cmd v2.1.2 |
| 3055 | 2026-08-20T03:00:30.934Z | Checking escape8259 v0.5.3 |
| 3056 | 2026-08-20T03:00:31.085Z | Checking owo-colors v3.5.0 |
| 3057 | 2026-08-20T03:00:31.156Z | Checking libtest-mimic v0.8.1 |
| 3058 | 2026-08-20T03:00:31.484Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041) |
| 3059 | 2026-08-20T03:00:31.641Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3060 | 2026-08-20T03:00:31.679Z | Checking miette v5.10.0 |
| 3061 | 2026-08-20T03:00:32.231Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3062 | 2026-08-20T03:00:32.375Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3063 | 2026-08-20T03:00:32.907Z | Checking blake2b_simd v1.0.4 |
| 3064 | 2026-08-20T03:00:32.952Z | Checking oso v0.27.3 |
| 3065 | 2026-08-20T03:00:33.089Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3066 | 2026-08-20T03:00:33.335Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3067 | 2026-08-20T03:00:33.550Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3068 | 2026-08-20T03:00:33.591Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3069 | 2026-08-20T03:00:33.781Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3070 | 2026-08-20T03:00:33.823Z | Compiling knuffel-derive v3.2.0 |
| 3071 | 2026-08-20T03:00:34.003Z | Checking fancy-regex v0.14.0 |
| 3072 | 2026-08-20T03:00:34.059Z | Checking serde_tokenstream v0.2.3 |
| 3073 | 2026-08-20T03:00:34.402Z | Checking approx v0.5.1 |
| 3074 | 2026-08-20T03:00:34.512Z | Compiling rstest_macros v0.25.0 |
| 3075 | 2026-08-20T03:00:34.577Z | Checking uzers v0.12.2 |
| 3076 | 2026-08-20T03:00:34.824Z | Checking termcolor v1.4.1 |
| 3077 | 2026-08-20T03:00:34.832Z | Compiling linkme-impl v0.3.35 |
| 3078 | 2026-08-20T03:00:34.982Z | Checking constant_time_eq v0.3.1 |
| 3079 | 2026-08-20T03:00:35.111Z | Checking trybuild v1.0.116 |
| 3080 | 2026-08-20T03:00:35.151Z | Checking rust-argon2 v2.1.0 |
| 3081 | 2026-08-20T03:00:35.317Z | Checking knuffel v3.2.0 |
| 3082 | 2026-08-20T03:00:35.393Z | Checking datatest-stable v0.3.3 |
| 3083 | 2026-08-20T03:00:35.638Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3084 | 2026-08-20T03:00:35.666Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3085 | 2026-08-20T03:00:35.910Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3086 | 2026-08-20T03:00:35.951Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3087 | 2026-08-20T03:00:35.991Z | Checking support-bundle-viewer v0.1.2 |
| 3088 | 2026-08-20T03:00:36.030Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3089 | 2026-08-20T03:00:36.034Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 3090 | 2026-08-20T03:00:36.281Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3091 | 2026-08-20T03:00:36.321Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3092 | 2026-08-20T03:00:36.324Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3093 | 2026-08-20T03:00:36.511Z | Checking drift v0.2.0 |
| 3094 | 2026-08-20T03:00:36.601Z | Checking rand_distr v0.5.1 |
| 3095 | 2026-08-20T03:00:36.702Z | Checking multimap v0.10.1 |
| 3096 | 2026-08-20T03:00:36.817Z | Compiling linkme v0.3.35 |
| 3097 | 2026-08-20T03:00:36.909Z | Checking parse-size v1.1.0 |
| 3098 | 2026-08-20T03:00:36.948Z | Compiling relative-path v1.9.3 |
| 3099 | 2026-08-20T03:00:37.043Z | Checking dropshot-api-manager v0.8.0 |
| 3100 | 2026-08-20T03:00:37.083Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3101 | 2026-08-20T03:00:37.415Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 3102 | 2026-08-20T03:00:38.217Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3103 | 2026-08-20T03:00:38.650Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3104 | 2026-08-20T03:00:39.023Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3105 | 2026-08-20T03:00:39.149Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3106 | 2026-08-20T03:00:39.249Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3107 | 2026-08-20T03:00:39.252Z | Checking cargo_toml v0.21.0 |
| 3108 | 2026-08-20T03:00:39.733Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3109 | 2026-08-20T03:00:39.926Z | Checking partial-io v0.5.4 |
| 3110 | 2026-08-20T03:00:39.968Z | Checking termios v0.3.3 |
| 3111 | 2026-08-20T03:00:40.134Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 3112 | 2026-08-20T03:00:40.665Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3113 | 2026-08-20T03:00:40.866Z | Checking rstest v0.25.0 |
| 3114 | 2026-08-20T03:00:43.796Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3115 | 2026-08-20T03:00:45.236Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3116 | 2026-08-20T03:00:46.068Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3117 | 2026-08-20T03:00:47.733Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3118 | 2026-08-20T03:00:51.835Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3119 | 2026-08-20T03:00:53.773Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3120 | 2026-08-20T03:00:55.598Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3121 | 2026-08-20T03:01:00.616Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3122 | 2026-08-20T03:01:03.848Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3123 | 2026-08-20T03:01:05.579Z | Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config) |
| 3124 | 2026-08-20T03:01:08.753Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3125 | 2026-08-20T03:01:12.242Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3126 | 2026-08-20T03:01:13.485Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3127 | 2026-08-20T03:01:14.361Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 3128 | 2026-08-20T03:01:17.138Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3129 | 2026-08-20T03:01:22.391Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3130 | 2026-08-20T03:01:45.023Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3131 | 2026-08-20T03:02:36.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 14s |
| 3132 | 2026-08-20T03:02:36.938Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3133 | 2026-08-20T03:02:36.938Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3134 | 2026-08-20T03:02:37.623Z | |
| 3135 | 2026-08-20T03:02:37.623Z | real 4:17.759272591 |
| 3136 | 2026-08-20T03:02:37.623Z | user 22:07.477782444 |
| 3137 | 2026-08-20T03:02:37.623Z | sys 5:20.593980981 |
| 3138 | 2026-08-20T03:02:37.623Z | trap 0.536787137 |
| 3139 | 2026-08-20T03:02:37.623Z | tflt 0.514074655 |
| 3140 | 2026-08-20T03:02:37.623Z | dflt 0.613711424 |
| 3141 | 2026-08-20T03:02:37.623Z | kflt 0.006684303 |
| 3142 | 2026-08-20T03:02:37.623Z | lock 1:06:44.833747494 |
| 3143 | 2026-08-20T03:02:37.623Z | slp 59:55.640965371 |
| 3144 | 2026-08-20T03:02:37.626Z | lat 1:46.405357226 |
| 3145 | 2026-08-20T03:02:37.627Z | stop 14:59.618017414 |
| 3146 | 2026-08-20T03:02:37.627Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3147 | 2026-08-20T03:02:37.627Z | + ptime -m cargo doc --workspace --no-deps |
| 3148 | 2026-08-20T03:02:38.481Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3149 | 2026-08-20T03:02:38.481Z | | |
| 3150 | 2026-08-20T03:02:38.481Z | = 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)` |
| 3151 | 2026-08-20T03:02:38.481Z | = 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> |
| 3152 | 2026-08-20T03:02:39.580Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3153 | 2026-08-20T03:02:39.819Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3154 | 2026-08-20T03:02:39.865Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3155 | 2026-08-20T03:02:39.930Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3156 | 2026-08-20T03:02:39.992Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3157 | 2026-08-20T03:02:40.098Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3158 | 2026-08-20T03:02:40.126Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3159 | 2026-08-20T03:02:40.151Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3160 | 2026-08-20T03:02:40.208Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3161 | 2026-08-20T03:02:40.268Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3162 | 2026-08-20T03:02:40.406Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3163 | 2026-08-20T03:02:40.433Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3164 | 2026-08-20T03:02:40.433Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3165 | 2026-08-20T03:02:40.483Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3166 | 2026-08-20T03:02:40.517Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3167 | 2026-08-20T03:02:40.553Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3168 | 2026-08-20T03:02:40.572Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3169 | 2026-08-20T03:02:40.612Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3170 | 2026-08-20T03:02:40.646Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3171 | 2026-08-20T03:02:40.686Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3172 | 2026-08-20T03:02:40.925Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3173 | 2026-08-20T03:02:41.075Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3174 | 2026-08-20T03:02:41.101Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3175 | 2026-08-20T03:02:41.174Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3176 | 2026-08-20T03:02:41.241Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3177 | 2026-08-20T03:02:41.397Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3178 | 2026-08-20T03:02:41.423Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3179 | 2026-08-20T03:02:41.565Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3180 | 2026-08-20T03:02:41.673Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3181 | 2026-08-20T03:02:41.699Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3182 | 2026-08-20T03:02:41.789Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3183 | 2026-08-20T03:02:41.860Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3184 | 2026-08-20T03:02:42.084Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3185 | 2026-08-20T03:02:42.113Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3186 | 2026-08-20T03:02:42.160Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3187 | 2026-08-20T03:02:42.250Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3188 | 2026-08-20T03:02:42.301Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3189 | 2026-08-20T03:02:42.358Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3190 | 2026-08-20T03:02:42.483Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3191 | 2026-08-20T03:02:42.587Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3192 | 2026-08-20T03:02:42.821Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3193 | 2026-08-20T03:02:42.848Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3194 | 2026-08-20T03:02:42.892Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3195 | 2026-08-20T03:02:42.994Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3196 | 2026-08-20T03:02:43.090Z | Checking scuffle v0.1.0 |
| 3197 | 2026-08-20T03:02:43.138Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3198 | 2026-08-20T03:02:43.170Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3199 | 2026-08-20T03:02:43.320Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3200 | 2026-08-20T03:02:43.320Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3201 | 2026-08-20T03:02:43.370Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3202 | 2026-08-20T03:02:43.373Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3203 | 2026-08-20T03:02:43.695Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3204 | 2026-08-20T03:02:44.071Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3205 | 2026-08-20T03:02:44.516Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3206 | 2026-08-20T03:02:44.554Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3207 | 2026-08-20T03:02:44.837Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3208 | 2026-08-20T03:02:45.026Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3209 | 2026-08-20T03:02:45.052Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3210 | 2026-08-20T03:02:45.056Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3211 | 2026-08-20T03:02:45.178Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3212 | 2026-08-20T03:02:45.325Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3213 | 2026-08-20T03:02:45.329Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3214 | 2026-08-20T03:02:45.376Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3215 | 2026-08-20T03:02:45.401Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3216 | 2026-08-20T03:02:45.498Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3217 | 2026-08-20T03:02:46.261Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3218 | 2026-08-20T03:02:46.555Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3219 | 2026-08-20T03:02:46.585Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3220 | 2026-08-20T03:02:46.610Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3221 | 2026-08-20T03:02:46.877Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3222 | 2026-08-20T03:02:46.930Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3223 | 2026-08-20T03:02:46.958Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3224 | 2026-08-20T03:02:46.984Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3225 | 2026-08-20T03:02:47.009Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3226 | 2026-08-20T03:02:47.112Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3227 | 2026-08-20T03:02:47.170Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3228 | 2026-08-20T03:02:47.229Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3229 | 2026-08-20T03:02:47.252Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3230 | 2026-08-20T03:02:47.275Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3231 | 2026-08-20T03:02:47.410Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3232 | 2026-08-20T03:02:47.435Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3233 | 2026-08-20T03:02:47.460Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3234 | 2026-08-20T03:02:47.484Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3235 | 2026-08-20T03:02:47.637Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3236 | 2026-08-20T03:02:47.799Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3237 | 2026-08-20T03:02:47.802Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3238 | 2026-08-20T03:02:47.849Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3239 | 2026-08-20T03:02:47.849Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3240 | 2026-08-20T03:02:48.855Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3241 | 2026-08-20T03:02:48.859Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3242 | 2026-08-20T03:02:48.859Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3243 | 2026-08-20T03:02:48.859Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3244 | 2026-08-20T03:02:48.859Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3245 | 2026-08-20T03:02:48.859Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3246 | 2026-08-20T03:02:48.859Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3247 | 2026-08-20T03:02:48.859Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3248 | 2026-08-20T03:02:48.859Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3249 | 2026-08-20T03:02:48.859Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3250 | 2026-08-20T03:02:48.859Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3251 | 2026-08-20T03:02:48.859Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3252 | 2026-08-20T03:02:48.859Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3253 | 2026-08-20T03:02:48.859Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3254 | 2026-08-20T03:02:48.859Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3255 | 2026-08-20T03:02:48.859Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3256 | 2026-08-20T03:02:49.101Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3257 | 2026-08-20T03:02:49.147Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3258 | 2026-08-20T03:02:49.171Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3259 | 2026-08-20T03:02:49.651Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3260 | 2026-08-20T03:02:49.833Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3261 | 2026-08-20T03:02:49.859Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3262 | 2026-08-20T03:02:50.143Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3263 | 2026-08-20T03:02:50.916Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3264 | 2026-08-20T03:02:51.123Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3265 | 2026-08-20T03:02:51.512Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3266 | 2026-08-20T03:02:51.995Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3267 | 2026-08-20T03:02:52.673Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3268 | 2026-08-20T03:02:52.951Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3269 | 2026-08-20T03:02:53.523Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3270 | 2026-08-20T03:02:53.638Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3271 | 2026-08-20T03:02:54.094Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3272 | 2026-08-20T03:02:54.295Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3273 | 2026-08-20T03:02:54.323Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3274 | 2026-08-20T03:02:54.573Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3275 | 2026-08-20T03:02:54.601Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3276 | 2026-08-20T03:02:54.828Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3277 | 2026-08-20T03:02:55.316Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3278 | 2026-08-20T03:02:55.343Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3279 | 2026-08-20T03:02:55.966Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 3280 | 2026-08-20T03:02:56.085Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3281 | 2026-08-20T03:02:56.139Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3282 | 2026-08-20T03:02:56.560Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3283 | 2026-08-20T03:02:56.587Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3284 | 2026-08-20T03:02:56.616Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3285 | 2026-08-20T03:02:56.903Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3286 | 2026-08-20T03:02:57.394Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3287 | 2026-08-20T03:02:57.663Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3288 | 2026-08-20T03:02:57.989Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3289 | 2026-08-20T03:02:58.277Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3290 | 2026-08-20T03:02:58.667Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3291 | 2026-08-20T03:02:59.156Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3292 | 2026-08-20T03:02:59.283Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3293 | 2026-08-20T03:02:59.693Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3294 | 2026-08-20T03:02:59.862Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3295 | 2026-08-20T03:03:00.400Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3296 | 2026-08-20T03:03:00.537Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3297 | 2026-08-20T03:03:00.661Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3298 | 2026-08-20T03:03:01.156Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3299 | 2026-08-20T03:03:01.274Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3300 | 2026-08-20T03:03:01.703Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3301 | 2026-08-20T03:03:01.875Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3302 | 2026-08-20T03:03:02.789Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3303 | 2026-08-20T03:03:02.969Z | Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3304 | 2026-08-20T03:03:03.108Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3305 | 2026-08-20T03:03:03.517Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3306 | 2026-08-20T03:03:04.242Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3307 | 2026-08-20T03:03:04.723Z | Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3308 | 2026-08-20T03:03:07.791Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3309 | 2026-08-20T03:03:08.392Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3310 | 2026-08-20T03:03:08.456Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3311 | 2026-08-20T03:03:10.101Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3312 | 2026-08-20T03:03:10.385Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3313 | 2026-08-20T03:03:11.229Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3314 | 2026-08-20T03:03:11.646Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3315 | 2026-08-20T03:03:11.926Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3316 | 2026-08-20T03:03:12.011Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3317 | 2026-08-20T03:03:13.066Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3318 | 2026-08-20T03:03:13.807Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3319 | 2026-08-20T03:03:14.978Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3320 | 2026-08-20T03:03:15.003Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3321 | 2026-08-20T03:03:15.148Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3322 | 2026-08-20T03:03:15.396Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3323 | 2026-08-20T03:03:15.633Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3324 | 2026-08-20T03:03:15.986Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3325 | 2026-08-20T03:03:16.097Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3326 | 2026-08-20T03:03:16.418Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3327 | 2026-08-20T03:03:16.485Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3328 | 2026-08-20T03:03:16.624Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3329 | 2026-08-20T03:03:16.651Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3330 | 2026-08-20T03:03:16.966Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3331 | 2026-08-20T03:03:17.209Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3332 | 2026-08-20T03:03:17.382Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3333 | 2026-08-20T03:03:17.743Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3334 | 2026-08-20T03:03:18.076Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3335 | 2026-08-20T03:03:18.228Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3336 | 2026-08-20T03:03:18.302Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3337 | 2026-08-20T03:03:18.502Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3338 | 2026-08-20T03:03:18.970Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3339 | 2026-08-20T03:03:20.510Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3340 | 2026-08-20T03:03:20.904Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3341 | 2026-08-20T03:03:21.263Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3342 | 2026-08-20T03:03:23.235Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3343 | 2026-08-20T03:03:24.669Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3344 | 2026-08-20T03:03:25.387Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3345 | 2026-08-20T03:03:26.141Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3346 | 2026-08-20T03:03:28.042Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3347 | 2026-08-20T03:03:28.989Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3348 | 2026-08-20T03:03:30.203Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3349 | 2026-08-20T03:03:30.664Z | Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 3350 | 2026-08-20T03:03:32.008Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3351 | 2026-08-20T03:03:33.793Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3352 | 2026-08-20T03:03:34.382Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3353 | 2026-08-20T03:03:35.799Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3354 | 2026-08-20T03:03:35.842Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3355 | 2026-08-20T03:03:36.641Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3356 | 2026-08-20T03:03:39.124Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3357 | 2026-08-20T03:03:39.866Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3358 | 2026-08-20T03:03:40.912Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3359 | 2026-08-20T03:03:43.870Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3360 | 2026-08-20T03:03:44.800Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3361 | 2026-08-20T03:03:45.518Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3362 | 2026-08-20T03:03:46.421Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3363 | 2026-08-20T03:03:47.249Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3364 | 2026-08-20T03:03:48.039Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3365 | 2026-08-20T03:03:49.772Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3366 | 2026-08-20T03:03:50.513Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3367 | 2026-08-20T03:03:50.915Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3368 | 2026-08-20T03:03:51.436Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3369 | 2026-08-20T03:03:52.092Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3370 | 2026-08-20T03:03:52.944Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3371 | 2026-08-20T03:03:55.827Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3372 | 2026-08-20T03:03:58.498Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3373 | 2026-08-20T03:03:59.688Z | Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3374 | 2026-08-20T03:04:00.294Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3375 | 2026-08-20T03:04:01.179Z | Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3376 | 2026-08-20T03:04:02.276Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3377 | 2026-08-20T03:04:04.949Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3378 | 2026-08-20T03:04:06.040Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3379 | 2026-08-20T03:04:07.005Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3380 | 2026-08-20T03:04:07.975Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3381 | 2026-08-20T03:04:09.057Z | Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config) |
| 3382 | 2026-08-20T03:04:11.392Z | Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3383 | 2026-08-20T03:04:13.839Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3384 | 2026-08-20T03:04:14.175Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3385 | 2026-08-20T03:04:15.426Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3386 | 2026-08-20T03:04:16.963Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3387 | 2026-08-20T03:04:18.497Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3388 | 2026-08-20T03:04:20.334Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3389 | 2026-08-20T03:04:21.908Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3390 | 2026-08-20T03:04:23.433Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3391 | 2026-08-20T03:04:25.280Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3392 | 2026-08-20T03:04:30.021Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3393 | 2026-08-20T03:04:30.222Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3394 | 2026-08-20T03:04:31.742Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3395 | 2026-08-20T03:04:32.032Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3396 | 2026-08-20T03:04:33.724Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3397 | 2026-08-20T03:04:35.634Z | Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3398 | 2026-08-20T03:04:37.396Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3399 | 2026-08-20T03:04:39.445Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3400 | 2026-08-20T03:04:41.461Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3401 | 2026-08-20T03:04:43.024Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3402 | 2026-08-20T03:04:44.882Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3403 | 2026-08-20T03:04:46.569Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3404 | 2026-08-20T03:04:48.388Z | Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 3405 | 2026-08-20T03:04:50.136Z | Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3406 | 2026-08-20T03:04:51.905Z | Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3407 | 2026-08-20T03:04:53.670Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3408 | 2026-08-20T03:04:55.456Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3409 | 2026-08-20T03:04:56.963Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3410 | 2026-08-20T03:04:59.015Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3411 | 2026-08-20T03:05:00.719Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3412 | 2026-08-20T03:05:04.391Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3413 | 2026-08-20T03:05:06.238Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3414 | 2026-08-20T03:05:08.224Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3415 | 2026-08-20T03:05:10.010Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3416 | 2026-08-20T03:05:11.709Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3417 | 2026-08-20T03:05:15.558Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3418 | 2026-08-20T03:05:17.955Z | Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3419 | 2026-08-20T03:05:21.026Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3420 | 2026-08-20T03:05:21.930Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3421 | 2026-08-20T03:05:22.377Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3422 | 2026-08-20T03:05:26.319Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3423 | 2026-08-20T03:05:28.450Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3424 | 2026-08-20T03:05:30.963Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3425 | 2026-08-20T03:05:33.122Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3426 | 2026-08-20T03:05:35.504Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3427 | 2026-08-20T03:05:38.531Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3428 | 2026-08-20T03:05:40.441Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3429 | 2026-08-20T03:05:42.589Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3430 | 2026-08-20T03:05:45.650Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3431 | 2026-08-20T03:05:47.944Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3432 | 2026-08-20T03:05:50.116Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3433 | 2026-08-20T03:05:52.376Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3434 | 2026-08-20T03:05:54.884Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3435 | 2026-08-20T03:05:57.495Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3436 | 2026-08-20T03:05:59.920Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3437 | 2026-08-20T03:06:02.739Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3438 | 2026-08-20T03:06:05.219Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3439 | 2026-08-20T03:06:07.472Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3440 | 2026-08-20T03:06:10.242Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3441 | 2026-08-20T03:06:12.740Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3442 | 2026-08-20T03:06:15.329Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3443 | 2026-08-20T03:06:17.843Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3444 | 2026-08-20T03:06:20.295Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3445 | 2026-08-20T03:06:22.766Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3446 | 2026-08-20T03:06:25.492Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3447 | 2026-08-20T03:06:28.103Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3448 | 2026-08-20T03:06:30.686Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3449 | 2026-08-20T03:06:33.244Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3450 | 2026-08-20T03:06:35.824Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3451 | 2026-08-20T03:06:38.534Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3452 | 2026-08-20T03:06:41.065Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3453 | 2026-08-20T03:06:43.656Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3454 | 2026-08-20T03:06:46.301Z | Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3455 | 2026-08-20T03:06:48.822Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3456 | 2026-08-20T03:06:51.429Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3457 | 2026-08-20T03:06:54.094Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3458 | 2026-08-20T03:06:56.648Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3459 | 2026-08-20T03:06:59.388Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3460 | 2026-08-20T03:07:02.005Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3461 | 2026-08-20T03:07:04.613Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3462 | 2026-08-20T03:07:07.220Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3463 | 2026-08-20T03:07:09.863Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3464 | 2026-08-20T03:07:12.510Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3465 | 2026-08-20T03:07:14.958Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3466 | 2026-08-20T03:07:17.721Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3467 | 2026-08-20T03:07:20.198Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3468 | 2026-08-20T03:07:22.930Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3469 | 2026-08-20T03:07:25.611Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3470 | 2026-08-20T03:07:28.186Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3471 | 2026-08-20T03:07:30.686Z | Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3472 | 2026-08-20T03:07:33.340Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3473 | 2026-08-20T03:07:36.846Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3474 | 2026-08-20T03:07:38.884Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3475 | 2026-08-20T03:07:42.014Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3476 | 2026-08-20T03:07:44.819Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3477 | 2026-08-20T03:07:47.454Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3478 | 2026-08-20T03:07:50.093Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3479 | 2026-08-20T03:07:52.867Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3480 | 2026-08-20T03:07:55.668Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3481 | 2026-08-20T03:07:58.497Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3482 | 2026-08-20T03:08:01.777Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3483 | 2026-08-20T03:08:04.396Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3484 | 2026-08-20T03:08:12.470Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3485 | 2026-08-20T03:08:12.656Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3486 | 2026-08-20T03:08:16.253Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3487 | 2026-08-20T03:08:20.108Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3488 | 2026-08-20T03:08:23.427Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3489 | 2026-08-20T03:08:27.052Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3490 | 2026-08-20T03:08:30.613Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3491 | 2026-08-20T03:08:35.646Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3492 | 2026-08-20T03:08:38.591Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3493 | 2026-08-20T03:08:42.443Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3494 | 2026-08-20T03:08:46.473Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3495 | 2026-08-20T03:08:50.354Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3496 | 2026-08-20T03:08:54.278Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3497 | 2026-08-20T03:08:58.207Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3498 | 2026-08-20T03:09:02.135Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3499 | 2026-08-20T03:09:06.037Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3500 | 2026-08-20T03:09:09.950Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3501 | 2026-08-20T03:09:13.836Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3502 | 2026-08-20T03:09:17.771Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3503 | 2026-08-20T03:09:21.660Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3504 | 2026-08-20T03:09:25.811Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3505 | 2026-08-20T03:09:29.493Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3506 | 2026-08-20T03:09:33.380Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3507 | 2026-08-20T03:09:37.248Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3508 | 2026-08-20T03:10:08.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 30s |
| 3509 | 2026-08-20T03:10:08.414Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3510 | 2026-08-20T03:10:08.414Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3511 | 2026-08-20T03:10:08.611Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 205 other files |
| 3512 | 2026-08-20T03:10:08.770Z | |
| 3513 | 2026-08-20T03:10:08.818Z | real 7:30.980733846 |
| 3514 | 2026-08-20T03:10:08.818Z | user 20:25.122019837 |
| 3515 | 2026-08-20T03:10:08.818Z | sys 4:24.903855542 |
| 3516 | 2026-08-20T03:10:08.818Z | trap 0.294902642 |
| 3517 | 2026-08-20T03:10:08.818Z | tflt 0.042702028 |
| 3518 | 2026-08-20T03:10:08.818Z | dflt 0.048011915 |
| 3519 | 2026-08-20T03:10:08.818Z | kflt 0.000023770 |
| 3520 | 2026-08-20T03:10:08.818Z | lock 7:10:08.036704608 |
| 3521 | 2026-08-20T03:10:08.818Z | slp 2:31:24.677165013 |
| 3522 | 2026-08-20T03:10:08.818Z | lat 34.592641172 |
| 3523 | 2026-08-20T03:10:08.818Z | stop 2:08.752938219 |
| 3524 | 2026-08-20T03:10:08.818Z | process exited: duration 838417 ms, exit code 0 |
| |
| 3525 | 2026-08-20T03:10:08.946Z | found 0 output files |