|
|
|
| 1 | 2026-07-16T21:18:34.761Z | job assigned to worker 01KXPCNGNJA8ET7KD7Y6WKYSQR [factory aws, i-0e82947d4d64380d0] (queued for 0 s) |
| |
| 2 | 2026-07-16T21:18:34.833Z | starting task 0: "setup" |
| 3 | 2026-07-16T21:18:34.837Z | ++ uname -s |
| 4 | 2026-07-16T21:18:34.843Z | + kern=SunOS |
| 5 | 2026-07-16T21:18:34.843Z | + build_user=build |
| 6 | 2026-07-16T21:18:34.843Z | + build_uid=12345 |
| 7 | 2026-07-16T21:18:34.843Z | + work_dir=/work |
| 8 | 2026-07-16T21:18:34.843Z | + input_dir=/input |
| 9 | 2026-07-16T21:18:34.843Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-16T21:18:34.843Z | + case "$kern" in |
| 11 | 2026-07-16T21:18:34.843Z | + groupadd -g 12345 build |
| 12 | 2026-07-16T21:18:34.852Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-16T21:18:36.858Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-16T21:18:36.957Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-16T21:18:36.960Z | + home_fs=zfs |
| 16 | 2026-07-16T21:18:36.960Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-16T21:18:36.960Z | + mkdir -p /home/build |
| 18 | 2026-07-16T21:18:36.960Z | + chown build:build /home/build /work |
| 19 | 2026-07-16T21:18:38.962Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-16T21:18:38.965Z | process exited: duration 4134 ms, exit code 0 |
| |
| 21 | 2026-07-16T21:18:38.972Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-16T21:18:38.976Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-16T21:18:38.976Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-16T21:18:38.976Z | * rust toolchain profile = "default" |
| 25 | 2026-07-16T21:18:38.976Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-16T21:18:38.977Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-16T21:18:38.977Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-16T21:18:38.980Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-16T21:18:38.980Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-16T21:18:39.084Z | info: downloading installer |
| 31 | 2026-07-16T21:18:40.352Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-16T21:18:40.352Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-16T21:18:40.352Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-16T21:18:40.352Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-16T21:18:40.365Z | info: profile set to default |
| 36 | 2026-07-16T21:18:40.365Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-16T21:18:40.368Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-16T21:18:40.501Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-16T21:18:40.504Z | info: downloading 6 components |
| 40 | 2026-07-16T21:18:55.396Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-16T21:18:55.396Z | |
| 42 | 2026-07-16T21:18:55.439Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-16T21:18:55.439Z | |
| 44 | 2026-07-16T21:18:55.439Z | |
| 45 | 2026-07-16T21:18:55.439Z | Rust is installed now. Great! |
| 46 | 2026-07-16T21:18:55.439Z | |
| 47 | 2026-07-16T21:18:55.439Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-16T21:18:55.439Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-16T21:18:55.439Z | |
| 50 | 2026-07-16T21:18:55.439Z | To configure your current shell, you need to source |
| 51 | 2026-07-16T21:18:55.439Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-16T21:18:55.439Z | |
| 53 | 2026-07-16T21:18:55.439Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-16T21:18:55.442Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-16T21:18:55.442Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-16T21:18:55.442Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-16T21:18:55.442Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-16T21:18:55.442Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-16T21:18:55.442Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-16T21:18:55.442Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-16T21:18:55.443Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-16T21:18:55.547Z | + rustup --version |
| 63 | 2026-07-16T21:18:55.556Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-16T21:18:55.559Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-16T21:18:55.577Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-16T21:18:55.580Z | + cargo --version |
| 67 | 2026-07-16T21:18:55.595Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-16T21:18:55.598Z | + rustc --version |
| 69 | 2026-07-16T21:18:55.617Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-16T21:18:55.621Z | process exited: duration 16647 ms, exit code 0 |
| |
| 71 | 2026-07-16T21:18:55.627Z | starting task 2: "authentication" |
| 72 | 2026-07-16T21:18:55.644Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-16T21:18:55.649Z | starting task 3: "clone repository" |
| 74 | 2026-07-16T21:18:55.652Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-16T21:18:55.655Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-16T21:18:55.686Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-16T21:19:08.057Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-16T21:19:08.057Z | + git fetch origin f3118d41647e9bec06ef8eca567e050bc28662c4 |
| 79 | 2026-07-16T21:19:08.342Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-16T21:19:08.342Z | * branch f3118d41647e9bec06ef8eca567e050bc28662c4 -> FETCH_HEAD |
| 81 | 2026-07-16T21:19:08.352Z | + [[ -n serve-zone-version ]] |
| 82 | 2026-07-16T21:19:08.356Z | ++ git branch --show-current |
| 83 | 2026-07-16T21:19:08.356Z | + current=main |
| 84 | 2026-07-16T21:19:08.356Z | + [[ main != serve-zone-version ]] |
| 85 | 2026-07-16T21:19:08.356Z | + git branch -f serve-zone-version f3118d41647e9bec06ef8eca567e050bc28662c4 |
| 86 | 2026-07-16T21:19:08.359Z | + git checkout -f serve-zone-version |
| 87 | 2026-07-16T21:19:08.606Z | Switched to branch 'serve-zone-version' |
| 88 | 2026-07-16T21:19:08.609Z | + git reset --hard f3118d41647e9bec06ef8eca567e050bc28662c4 |
| 89 | 2026-07-16T21:19:08.641Z | HEAD is now at f3118d416 patch omicron-zone-package, try to test it in helios/deploy |
| 90 | 2026-07-16T21:19:08.645Z | process exited: duration 12993 ms, exit code 0 |
| |
| 91 | 2026-07-16T21:19:08.652Z | starting task 4: "build" |
| 92 | 2026-07-16T21:19:08.656Z | + source ./env.sh |
| 93 | 2026-07-16T21:19:08.656Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-07-16T21:19:08.656Z | ++ set -o xtrace |
| 95 | 2026-07-16T21:19:08.662Z | ++++ dirname ./env.sh |
| 96 | 2026-07-16T21:19:08.662Z | +++ readlink -f . |
| 97 | 2026-07-16T21:19:08.665Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-07-16T21:19:08.665Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2026-07-16T21:19:08.665Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2026-07-16T21:19:08.665Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 101 | 2026-07-16T21:19:08.665Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 102 | 2026-07-16T21:19:08.665Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2026-07-16T21:19:08.665Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2026-07-16T21:19:08.665Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 105 | 2026-07-16T21:19:08.666Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-07-16T21:19:08.666Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2026-07-16T21:19:08.666Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2026-07-16T21:19:08.666Z | ++ case $OLD_SHELL_OPTS in |
| 109 | 2026-07-16T21:19:08.666Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 110 | 2026-07-16T21:19:08.666Z | + source .github/buildomat/ci-env.sh |
| 111 | 2026-07-16T21:19:08.666Z | ++ export CARGO_TERM_COLOR=always |
| 112 | 2026-07-16T21:19:08.666Z | ++ CARGO_TERM_COLOR=always |
| 113 | 2026-07-16T21:19:08.666Z | +++ uname -s |
| 114 | 2026-07-16T21:19:08.666Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 115 | 2026-07-16T21:19:08.666Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 116 | 2026-07-16T21:19:08.670Z | + cargo --version |
| 117 | 2026-07-16T21:19:08.675Z | cargo 1.96.1 (356927216 2026-06-26) |
| 118 | 2026-07-16T21:19:08.679Z | + rustc --version |
| 119 | 2026-07-16T21:19:08.699Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 120 | 2026-07-16T21:19:08.702Z | + banner prerequisites |
| 121 | 2026-07-16T21:19:08.705Z | |
| 122 | 2026-07-16T21:19:08.705Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 123 | 2026-07-16T21:19:08.705Z | # # # # # # # # # # # # # # # |
| 124 | 2026-07-16T21:19:08.705Z | # # # # ##### # # ##### # # # # # #### # |
| 125 | 2026-07-16T21:19:08.705Z | ##### ##### # ##### # # # # # # # # # |
| 126 | 2026-07-16T21:19:08.705Z | # # # # # # # # # # # # # # # |
| 127 | 2026-07-16T21:19:08.705Z | # # # ###### # # ###### ### # #### # #### # |
| 128 | 2026-07-16T21:19:08.705Z | |
| 129 | 2026-07-16T21:19:08.705Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 130 | 2026-07-16T21:19:10.284Z | Startup: Refreshing catalog 'helios' ... Done |
| 131 | 2026-07-16T21:19:10.410Z | Startup: Caching catalogs ... Done |
| 132 | 2026-07-16T21:19:11.003Z | Planning: Solver setup ... Done (0.521s) |
| 133 | 2026-07-16T21:19:11.010Z | Planning: Running solver ... Done (0.029s) |
| 134 | 2026-07-16T21:19:11.023Z | Planning: Finding local manifests ... Done (0.003s) |
| 135 | 2026-07-16T21:19:11.467Z | Planning: Fetching manifests: 0/2 0% complete |
| 136 | 2026-07-16T21:19:11.497Z | Planning: Fetching manifests: 2/2 100% complete |
| 137 | 2026-07-16T21:19:11.511Z | Planning: Package planning ... Done (0.014s) |
| 138 | 2026-07-16T21:19:11.514Z | Planning: Merging actions ... Done (0.002s) |
| 139 | 2026-07-16T21:19:11.680Z | Planning: Checking for conflicting actions ... Done (0.167s) |
| 140 | 2026-07-16T21:19:11.684Z | Planning: Consolidating action changes ... Done (0.001s) |
| 141 | 2026-07-16T21:19:12.485Z | Planning: Evaluating mediators ... Done (0.805s) |
| 142 | 2026-07-16T21:19:12.490Z | Planning: Planning completed in 2.06 seconds |
| 143 | 2026-07-16T21:19:12.495Z | Packages to install: 2 |
| 144 | 2026-07-16T21:19:12.495Z | Estimated space available: 156.06 GB |
| 145 | 2026-07-16T21:19:12.498Z | Estimated space to be consumed: 34.06 MB |
| 146 | 2026-07-16T21:19:12.498Z | Create boot environment: No |
| 147 | 2026-07-16T21:19:12.498Z | Create backup boot environment: No |
| 148 | 2026-07-16T21:19:12.498Z | Rebuild boot archive: No |
| 149 | 2026-07-16T21:19:12.498Z | |
| 150 | 2026-07-16T21:19:12.498Z | Changed packages: |
| 151 | 2026-07-16T21:19:12.498Z | helios |
| 152 | 2026-07-16T21:19:12.498Z | developer/build-essential |
| 153 | 2026-07-16T21:19:12.498Z | None -> 11-3.0 |
| 154 | 2026-07-16T21:19:12.498Z | library/libxmlsec1 |
| 155 | 2026-07-16T21:19:12.498Z | None -> 1.2.35-3.0 |
| 156 | 2026-07-16T21:19:12.519Z | |
| 157 | 2026-07-16T21:19:12.519Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 158 | 2026-07-16T21:19:13.050Z | Download: Completed 1.28 MB in 0.53 seconds (2.4M/s) |
| 159 | 2026-07-16T21:19:13.136Z | Actions: 1/268 actions (Installing new actions) |
| 160 | 2026-07-16T21:19:13.174Z | Actions: Completed 268 actions in 0.04 seconds. |
| 161 | 2026-07-16T21:19:13.187Z | Finalize: Updating package state database ... Done (0.012s) |
| 162 | 2026-07-16T21:19:13.188Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-07-16T21:19:13.222Z | Finalize: Updating image state ... Done (0.035s) |
| 164 | 2026-07-16T21:19:15.600Z | Finalize: Creating fast lookup database ... Done (2.350s) |
| 165 | 2026-07-16T21:19:15.666Z | Finalize: Reading search index ... Done (0.012s) |
| 166 | 2026-07-16T21:19:15.669Z | Finalize: Updating search index ... Done (0.000s) |
| 167 | 2026-07-16T21:19:15.802Z | Finalize: Updating package cache ... Done (0.000s) |
| 168 | 2026-07-16T21:19:16.123Z | Planning: Evaluating mediator changes ... Done |
| 169 | 2026-07-16T21:19:16.229Z | Planning: Checking for conflicting actions ... Done |
| 170 | 2026-07-16T21:19:16.232Z | Planning: Consolidating action changes ... Done |
| 171 | 2026-07-16T21:19:16.388Z | Planning: Evaluating mediators ... Done |
| 172 | 2026-07-16T21:19:16.392Z | Planning: Planning completed in 0.27 seconds |
| 173 | 2026-07-16T21:19:16.411Z | Mediators to change: 2 |
| 174 | 2026-07-16T21:19:16.411Z | Create boot environment: No |
| 175 | 2026-07-16T21:19:16.411Z | Create backup boot environment: No |
| 176 | 2026-07-16T21:19:16.461Z | Finalize: Updating package state database ... Done |
| 177 | 2026-07-16T21:19:16.461Z | Finalize: Updating package cache ... Done |
| 178 | 2026-07-16T21:19:16.478Z | Finalize: Updating image state ... Done |
| 179 | 2026-07-16T21:19:18.441Z | Finalize: Creating fast lookup database ... Done |
| 180 | 2026-07-16T21:19:18.502Z | Finalize: Reading search index ... Done |
| 181 | 2026-07-16T21:19:18.505Z | Finalize: Updating search index ... Done |
| 182 | 2026-07-16T21:19:18.561Z | Finalize: Updating package cache ... Done |
| 183 | 2026-07-16T21:19:18.851Z | Planning: Evaluating mediator changes ... Done |
| 184 | 2026-07-16T21:19:18.958Z | Planning: Checking for conflicting actions ... Done |
| 185 | 2026-07-16T21:19:18.962Z | Planning: Consolidating action changes ... Done |
| 186 | 2026-07-16T21:19:19.116Z | Planning: Evaluating mediators ... Done |
| 187 | 2026-07-16T21:19:19.120Z | Planning: Planning completed in 0.27 seconds |
| 188 | 2026-07-16T21:19:19.139Z | Mediators to change: 1 |
| 189 | 2026-07-16T21:19:19.139Z | Create boot environment: No |
| 190 | 2026-07-16T21:19:19.139Z | Create backup boot environment: No |
| 191 | 2026-07-16T21:19:19.182Z | Finalize: Updating package state database ... Done |
| 192 | 2026-07-16T21:19:19.182Z | Finalize: Updating package cache ... Done |
| 193 | 2026-07-16T21:19:19.200Z | Finalize: Updating image state ... Done |
| 194 | 2026-07-16T21:19:21.174Z | Finalize: Creating fast lookup database ... Done |
| 195 | 2026-07-16T21:19:21.234Z | Finalize: Reading search index ... Done |
| 196 | 2026-07-16T21:19:21.238Z | Finalize: Updating search index ... Done |
| 197 | 2026-07-16T21:19:21.297Z | Finalize: Updating package cache ... Done |
| 198 | 2026-07-16T21:19:21.614Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 199 | 2026-07-16T21:19:21.614Z | apache system 2.4 system |
| 200 | 2026-07-16T21:19:21.614Z | clang system 15 system |
| 201 | 2026-07-16T21:19:21.614Z | csh system system illumos |
| 202 | 2026-07-16T21:19:21.614Z | ctags system system illumos |
| 203 | 2026-07-16T21:19:21.615Z | file vendor vendor darwinsys |
| 204 | 2026-07-16T21:19:21.615Z | file system system illumos |
| 205 | 2026-07-16T21:19:21.615Z | gcc vendor 14 vendor |
| 206 | 2026-07-16T21:19:21.615Z | gcc system 13 system |
| 207 | 2026-07-16T21:19:21.615Z | gcc system 10 system |
| 208 | 2026-07-16T21:19:21.615Z | go system 1.25 system |
| 209 | 2026-07-16T21:19:21.615Z | llvm system 15 system |
| 210 | 2026-07-16T21:19:21.615Z | mariadb system 11.4 system |
| 211 | 2026-07-16T21:19:21.615Z | mta vendor vendor dma |
| 212 | 2026-07-16T21:19:21.615Z | openjdk system 17 system |
| 213 | 2026-07-16T21:19:21.615Z | openjdk system 11 system |
| 214 | 2026-07-16T21:19:21.615Z | openssl vendor 3 vendor |
| 215 | 2026-07-16T21:19:21.615Z | perl system 5.40 system |
| 216 | 2026-07-16T21:19:21.615Z | postgresql system 18 system |
| 217 | 2026-07-16T21:19:21.615Z | postgresql system 17 system |
| 218 | 2026-07-16T21:19:21.615Z | python vendor 3 vendor |
| 219 | 2026-07-16T21:19:21.615Z | python system 2 system |
| 220 | 2026-07-16T21:19:21.615Z | python3 vendor 3.13 vendor |
| 221 | 2026-07-16T21:19:21.615Z | ruby system 3.4 system |
| 222 | 2026-07-16T21:19:21.615Z | ruby system 3.0 system |
| 223 | 2026-07-16T21:19:21.615Z | words vendor vendor american-english |
| 224 | 2026-07-16T21:19:21.615Z | words system system australian-english |
| 225 | 2026-07-16T21:19:21.615Z | words system system british-english |
| 226 | 2026-07-16T21:19:21.615Z | words system system canadian-english |
| 227 | 2026-07-16T21:19:21.615Z | words system system french |
| 228 | 2026-07-16T21:19:21.615Z | words system system italian |
| 229 | 2026-07-16T21:19:21.616Z | words system system ngerman |
| 230 | 2026-07-16T21:19:21.616Z | words system system ogerman |
| 231 | 2026-07-16T21:19:21.616Z | words system system spanish |
| 232 | 2026-07-16T21:19:21.867Z | PUBLISHER TYPE STATUS P LOCATION |
| 233 | 2026-07-16T21:19:21.867Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 234 | 2026-07-16T21:19:22.185Z | FMRI IFO |
| 235 | 2026-07-16T21:19:22.185Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 236 | 2026-07-16T21:19:22.185Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 237 | 2026-07-16T21:19:22.185Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 238 | 2026-07-16T21:19:22.185Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 239 | 2026-07-16T21:19:22.185Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 240 | 2026-07-16T21:19:22.185Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 241 | 2026-07-16T21:19:22.185Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 242 | 2026-07-16T21:19:22.185Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 243 | 2026-07-16T21:19:22.185Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 244 | 2026-07-16T21:19:22.462Z | Updating git repository `https://github.com/oxidecomputer/omicron-package.git` |
| 245 | 2026-07-16T21:19:22.702Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 246 | 2026-07-16T21:19:22.944Z | Updating crates.io index |
| 247 | 2026-07-16T21:19:22.948Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 248 | 2026-07-16T21:19:23.173Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 249 | 2026-07-16T21:19:23.478Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 250 | 2026-07-16T21:19:24.434Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 251 | 2026-07-16T21:19:24.920Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 252 | 2026-07-16T21:19:26.558Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 253 | 2026-07-16T21:19:27.332Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 254 | 2026-07-16T21:19:27.583Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 255 | 2026-07-16T21:19:27.879Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 256 | 2026-07-16T21:19:29.335Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 257 | 2026-07-16T21:19:29.574Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 258 | 2026-07-16T21:19:29.879Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 259 | 2026-07-16T21:19:30.129Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 260 | 2026-07-16T21:19:30.589Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 261 | 2026-07-16T21:19:31.081Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 262 | 2026-07-16T21:19:31.329Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 263 | 2026-07-16T21:19:31.563Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 264 | 2026-07-16T21:19:31.859Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 265 | 2026-07-16T21:19:32.171Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 266 | 2026-07-16T21:19:32.388Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 267 | 2026-07-16T21:19:32.619Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 268 | 2026-07-16T21:19:33.931Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 269 | 2026-07-16T21:19:33.934Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 270 | 2026-07-16T21:19:33.934Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 271 | 2026-07-16T21:19:34.018Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 272 | 2026-07-16T21:19:34.434Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 273 | 2026-07-16T21:19:34.834Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 274 | 2026-07-16T21:19:35.227Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 275 | 2026-07-16T21:19:35.531Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 276 | 2026-07-16T21:19:35.759Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 277 | 2026-07-16T21:19:36.002Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 278 | 2026-07-16T21:19:36.367Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 279 | 2026-07-16T21:19:36.727Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 280 | 2026-07-16T21:19:37.100Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 281 | 2026-07-16T21:19:37.341Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 282 | 2026-07-16T21:19:37.597Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 283 | 2026-07-16T21:19:37.875Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 284 | 2026-07-16T21:19:38.134Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 285 | 2026-07-16T21:19:38.379Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 286 | 2026-07-16T21:19:38.633Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 287 | 2026-07-16T21:19:38.870Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 288 | 2026-07-16T21:19:41.800Z | Downloading crates ... |
| 289 | 2026-07-16T21:19:41.853Z | Downloaded clap_lex v1.0.0 |
| 290 | 2026-07-16T21:19:41.859Z | Downloaded anstream v1.0.0 |
| 291 | 2026-07-16T21:19:41.867Z | Downloaded toml_write v0.1.2 |
| 292 | 2026-07-16T21:19:41.867Z | Downloaded scroll_derive v0.12.1 |
| 293 | 2026-07-16T21:19:41.868Z | Downloaded serde_core v1.0.228 |
| 294 | 2026-07-16T21:19:41.876Z | Downloaded usdt-impl v0.5.0 |
| 295 | 2026-07-16T21:19:41.876Z | Downloaded zmij v1.0.21 |
| 296 | 2026-07-16T21:19:41.876Z | Downloaded tempfile v3.25.0 |
| 297 | 2026-07-16T21:19:41.876Z | Downloaded equivalent v1.0.2 |
| 298 | 2026-07-16T21:19:41.877Z | Downloaded fastrand v2.3.0 |
| 299 | 2026-07-16T21:19:41.877Z | Downloaded proc-macro-error v1.0.4 |
| 300 | 2026-07-16T21:19:41.887Z | Downloaded zerocopy-derive v0.7.35 |
| 301 | 2026-07-16T21:19:41.887Z | Downloaded macaddr v1.0.1 |
| 302 | 2026-07-16T21:19:41.887Z | Downloaded dtrace-parser v0.2.0 |
| 303 | 2026-07-16T21:19:41.887Z | Downloaded clap_derive v4.6.1 |
| 304 | 2026-07-16T21:19:41.887Z | Downloaded is_terminal_polyfill v1.70.2 |
| 305 | 2026-07-16T21:19:41.887Z | Downloaded fs-err v3.3.0 |
| 306 | 2026-07-16T21:19:41.887Z | Downloaded anstyle-parse v1.0.0 |
| 307 | 2026-07-16T21:19:41.887Z | Downloaded generic-array v0.14.7 |
| 308 | 2026-07-16T21:19:41.888Z | Downloaded block-buffer v0.10.4 |
| 309 | 2026-07-16T21:19:41.892Z | Downloaded zerocopy v0.7.35 |
| 310 | 2026-07-16T21:19:41.935Z | Downloaded memmap v0.7.0 |
| 311 | 2026-07-16T21:19:41.935Z | Downloaded itoa v1.0.17 |
| 312 | 2026-07-16T21:19:41.935Z | Downloaded errno v0.3.14 |
| 313 | 2026-07-16T21:19:41.935Z | Downloaded anstyle v1.0.14 |
| 314 | 2026-07-16T21:19:41.935Z | Downloaded dof v0.3.0 |
| 315 | 2026-07-16T21:19:41.935Z | Downloaded colorchoice v1.0.4 |
| 316 | 2026-07-16T21:19:41.936Z | Downloaded cfg-if v1.0.4 |
| 317 | 2026-07-16T21:19:41.936Z | Downloaded thread-id v4.2.2 |
| 318 | 2026-07-16T21:19:41.936Z | Downloaded fnv v1.0.7 |
| 319 | 2026-07-16T21:19:41.936Z | Downloaded digest v0.10.7 |
| 320 | 2026-07-16T21:19:41.936Z | Downloaded byteorder v1.5.0 |
| 321 | 2026-07-16T21:19:41.936Z | Downloaded cargo-platform v0.3.2 |
| 322 | 2026-07-16T21:19:41.936Z | Downloaded crypto-common v0.1.7 |
| 323 | 2026-07-16T21:19:41.937Z | Downloaded anstyle-query v1.1.5 |
| 324 | 2026-07-16T21:19:41.937Z | Downloaded heck v0.5.0 |
| 325 | 2026-07-16T21:19:41.937Z | Downloaded once_cell v1.21.3 |
| 326 | 2026-07-16T21:19:41.941Z | Downloaded clap v4.6.1 |
| 327 | 2026-07-16T21:19:41.941Z | Downloaded unicode-linebreak v0.1.5 |
| 328 | 2026-07-16T21:19:41.941Z | Downloaded usdt-attr-macro v0.5.0 |
| 329 | 2026-07-16T21:19:41.941Z | Downloaded terminal_size v0.4.3 |
| 330 | 2026-07-16T21:19:41.941Z | Downloaded toml_datetime v0.6.11 |
| 331 | 2026-07-16T21:19:41.941Z | Downloaded pretty-hex v0.4.1 |
| 332 | 2026-07-16T21:19:41.941Z | Downloaded strsim v0.11.1 |
| 333 | 2026-07-16T21:19:41.948Z | Downloaded usdt v0.5.0 |
| 334 | 2026-07-16T21:19:41.952Z | Downloaded swrite v0.1.0 |
| 335 | 2026-07-16T21:19:41.952Z | Downloaded heck v0.4.1 |
| 336 | 2026-07-16T21:19:41.958Z | Downloaded utf8parse v0.2.2 |
| 337 | 2026-07-16T21:19:41.967Z | Downloaded usdt-macro v0.5.0 |
| 338 | 2026-07-16T21:19:41.968Z | Downloaded cpufeatures v0.2.17 |
| 339 | 2026-07-16T21:19:41.968Z | Downloaded serde_spanned v0.6.9 |
| 340 | 2026-07-16T21:19:41.968Z | Downloaded plain v0.2.3 |
| 341 | 2026-07-16T21:19:41.968Z | Downloaded smawk v0.3.2 |
| 342 | 2026-07-16T21:19:41.976Z | Downloaded cargo_toml v0.21.0 |
| 343 | 2026-07-16T21:19:41.977Z | Downloaded autocfg v1.5.0 |
| 344 | 2026-07-16T21:19:41.984Z | Downloaded bytecount v0.6.9 |
| 345 | 2026-07-16T21:19:41.984Z | Downloaded pest_generator v2.8.6 |
| 346 | 2026-07-16T21:19:41.984Z | Downloaded cargo_metadata v0.23.1 |
| 347 | 2026-07-16T21:19:41.989Z | Downloaded proc-macro-error-attr v1.0.4 |
| 348 | 2026-07-16T21:19:41.990Z | Downloaded version_check v0.9.5 |
| 349 | 2026-07-16T21:19:41.999Z | Downloaded thiserror v1.0.69 |
| 350 | 2026-07-16T21:19:41.999Z | Downloaded serde_tokenstream v0.2.3 |
| 351 | 2026-07-16T21:19:42.006Z | Downloaded tabled_derive v0.7.0 |
| 352 | 2026-07-16T21:19:42.006Z | Downloaded camino-tempfile v1.4.1 |
| 353 | 2026-07-16T21:19:42.006Z | Downloaded scroll v0.12.0 |
| 354 | 2026-07-16T21:19:42.006Z | Downloaded thiserror-impl v1.0.69 |
| 355 | 2026-07-16T21:19:42.006Z | Downloaded thiserror v2.0.18 |
| 356 | 2026-07-16T21:19:42.006Z | Downloaded thiserror-impl v2.0.18 |
| 357 | 2026-07-16T21:19:42.006Z | Downloaded quote v1.0.45 |
| 358 | 2026-07-16T21:19:42.011Z | Downloaded bitflags v2.11.0 |
| 359 | 2026-07-16T21:19:42.015Z | Downloaded pest_derive v2.8.6 |
| 360 | 2026-07-16T21:19:42.019Z | Downloaded ucd-trie v0.1.7 |
| 361 | 2026-07-16T21:19:42.019Z | Downloaded anyhow v1.0.102 |
| 362 | 2026-07-16T21:19:42.027Z | Downloaded semver v1.0.28 |
| 363 | 2026-07-16T21:19:42.035Z | Downloaded toml v0.8.23 |
| 364 | 2026-07-16T21:19:42.043Z | Downloaded papergrid v0.11.0 |
| 365 | 2026-07-16T21:19:42.043Z | Downloaded sha2 v0.10.9 |
| 366 | 2026-07-16T21:19:42.050Z | Downloaded log v0.4.29 |
| 367 | 2026-07-16T21:19:42.050Z | Downloaded camino v1.2.2 |
| 368 | 2026-07-16T21:19:42.059Z | Downloaded hashbrown v0.17.0 |
| 369 | 2026-07-16T21:19:42.059Z | Downloaded serde_derive v1.0.228 |
| 370 | 2026-07-16T21:19:42.059Z | Downloaded unicode-ident v1.0.24 |
| 371 | 2026-07-16T21:19:42.059Z | Downloaded textwrap v0.16.2 |
| 372 | 2026-07-16T21:19:42.065Z | Downloaded pest_meta v2.8.6 |
| 373 | 2026-07-16T21:19:42.065Z | Downloaded getrandom v0.4.1 |
| 374 | 2026-07-16T21:19:42.088Z | Downloaded proc-macro2 v1.0.106 |
| 375 | 2026-07-16T21:19:42.095Z | Downloaded typenum v1.20.1 |
| 376 | 2026-07-16T21:19:42.103Z | Downloaded serde v1.0.228 |
| 377 | 2026-07-16T21:19:42.103Z | Downloaded toml_edit v0.22.27 |
| 378 | 2026-07-16T21:19:42.103Z | Downloaded indexmap v2.14.0 |
| 379 | 2026-07-16T21:19:42.120Z | Downloaded memchr v2.8.0 |
| 380 | 2026-07-16T21:19:42.127Z | Downloaded pest v2.8.6 |
| 381 | 2026-07-16T21:19:42.135Z | Downloaded goblin v0.8.2 |
| 382 | 2026-07-16T21:19:42.152Z | Downloaded serde_json v1.0.150 |
| 383 | 2026-07-16T21:19:42.165Z | Downloaded clap_builder v4.6.0 |
| 384 | 2026-07-16T21:19:42.171Z | Downloaded tabled v0.15.0 |
| 385 | 2026-07-16T21:19:42.181Z | Downloaded winnow v0.7.14 |
| 386 | 2026-07-16T21:19:42.191Z | Downloaded syn v1.0.109 |
| 387 | 2026-07-16T21:19:42.213Z | Downloaded unicode-width v0.2.0 |
| 388 | 2026-07-16T21:19:42.213Z | Downloaded unicode-width v0.1.14 |
| 389 | 2026-07-16T21:19:42.226Z | Downloaded syn v2.0.117 |
| 390 | 2026-07-16T21:19:42.226Z | Downloaded rustix v1.1.3 |
| 391 | 2026-07-16T21:19:42.241Z | Downloaded libc v0.2.185 |
| 392 | 2026-07-16T21:19:42.304Z | Compiling proc-macro2 v1.0.106 |
| 393 | 2026-07-16T21:19:42.305Z | Compiling unicode-ident v1.0.24 |
| 394 | 2026-07-16T21:19:42.315Z | Compiling quote v1.0.45 |
| 395 | 2026-07-16T21:19:42.315Z | Compiling serde_core v1.0.228 |
| 396 | 2026-07-16T21:19:42.315Z | Compiling libc v0.2.185 |
| 397 | 2026-07-16T21:19:42.315Z | Compiling version_check v0.9.5 |
| 398 | 2026-07-16T21:19:42.315Z | Compiling memchr v2.8.0 |
| 399 | 2026-07-16T21:19:42.315Z | Compiling serde v1.0.228 |
| 400 | 2026-07-16T21:19:42.626Z | Compiling zmij v1.0.21 |
| 401 | 2026-07-16T21:19:42.928Z | Compiling thiserror v1.0.69 |
| 402 | 2026-07-16T21:19:42.952Z | Compiling ucd-trie v0.1.7 |
| 403 | 2026-07-16T21:19:43.134Z | Compiling itoa v1.0.17 |
| 404 | 2026-07-16T21:19:43.229Z | Compiling pest v2.8.6 |
| 405 | 2026-07-16T21:19:43.314Z | Compiling byteorder v1.5.0 |
| 406 | 2026-07-16T21:19:43.355Z | Compiling rustix v1.1.3 |
| 407 | 2026-07-16T21:19:43.438Z | Compiling errno v0.3.14 |
| 408 | 2026-07-16T21:19:43.593Z | Compiling serde_json v1.0.150 |
| 409 | 2026-07-16T21:19:43.678Z | Compiling bitflags v2.11.0 |
| 410 | 2026-07-16T21:19:43.799Z | Compiling syn v2.0.117 |
| 411 | 2026-07-16T21:19:43.862Z | Compiling thread-id v4.2.2 |
| 412 | 2026-07-16T21:19:43.897Z | Compiling proc-macro-error-attr v1.0.4 |
| 413 | 2026-07-16T21:19:43.941Z | Compiling usdt-impl v0.5.0 |
| 414 | 2026-07-16T21:19:44.073Z | Compiling syn v1.0.109 |
| 415 | 2026-07-16T21:19:44.097Z | Compiling camino v1.2.2 |
| 416 | 2026-07-16T21:19:44.278Z | Compiling pest_meta v2.8.6 |
| 417 | 2026-07-16T21:19:44.471Z | Compiling proc-macro-error v1.0.4 |
| 418 | 2026-07-16T21:19:44.486Z | Compiling equivalent v1.0.2 |
| 419 | 2026-07-16T21:19:44.501Z | Compiling utf8parse v0.2.2 |
| 420 | 2026-07-16T21:19:44.599Z | Compiling log v0.4.29 |
| 421 | 2026-07-16T21:19:44.613Z | Compiling plain v0.2.3 |
| 422 | 2026-07-16T21:19:44.666Z | Compiling getrandom v0.4.1 |
| 423 | 2026-07-16T21:19:44.766Z | Compiling hashbrown v0.17.0 |
| 424 | 2026-07-16T21:19:44.858Z | Compiling terminal_size v0.4.3 |
| 425 | 2026-07-16T21:19:45.078Z | Compiling anstyle-parse v1.0.0 |
| 426 | 2026-07-16T21:19:45.263Z | Compiling indexmap v2.14.0 |
| 427 | 2026-07-16T21:19:45.577Z | Compiling anstyle-query v1.1.5 |
| 428 | 2026-07-16T21:19:45.629Z | Compiling colorchoice v1.0.4 |
| 429 | 2026-07-16T21:19:45.692Z | Compiling cfg-if v1.0.4 |
| 430 | 2026-07-16T21:19:45.740Z | Compiling autocfg v1.5.0 |
| 431 | 2026-07-16T21:19:45.757Z | Compiling is_terminal_polyfill v1.70.2 |
| 432 | 2026-07-16T21:19:45.772Z | Compiling toml_write v0.1.2 |
| 433 | 2026-07-16T21:19:45.853Z | Compiling pretty-hex v0.4.1 |
| 434 | 2026-07-16T21:19:45.884Z | Compiling anstyle v1.0.14 |
| 435 | 2026-07-16T21:19:45.902Z | Compiling winnow v0.7.14 |
| 436 | 2026-07-16T21:19:45.969Z | Compiling thiserror v2.0.18 |
| 437 | 2026-07-16T21:19:45.994Z | Compiling pest_generator v2.8.6 |
| 438 | 2026-07-16T21:19:46.109Z | Compiling anstream v1.0.0 |
| 439 | 2026-07-16T21:19:46.172Z | Compiling fs-err v3.3.0 |
| 440 | 2026-07-16T21:19:46.325Z | Compiling anyhow v1.0.102 |
| 441 | 2026-07-16T21:19:46.449Z | Compiling fastrand v2.3.0 |
| 442 | 2026-07-16T21:19:46.568Z | Compiling unicode-width v0.1.14 |
| 443 | 2026-07-16T21:19:46.662Z | Compiling fnv v1.0.7 |
| 444 | 2026-07-16T21:19:46.716Z | Compiling heck v0.4.1 |
| 445 | 2026-07-16T21:19:46.769Z | Compiling clap_lex v1.0.0 |
| 446 | 2026-07-16T21:19:46.787Z | Compiling bytecount v0.6.9 |
| 447 | 2026-07-16T21:19:46.790Z | Compiling once_cell v1.21.3 |
| 448 | 2026-07-16T21:19:46.848Z | Compiling strsim v0.11.1 |
| 449 | 2026-07-16T21:19:46.926Z | Compiling heck v0.5.0 |
| 450 | 2026-07-16T21:19:46.951Z | Compiling papergrid v0.11.0 |
| 451 | 2026-07-16T21:19:47.008Z | Compiling tempfile v3.25.0 |
| 452 | 2026-07-16T21:19:47.179Z | Compiling clap_builder v4.6.0 |
| 453 | 2026-07-16T21:19:47.249Z | Compiling semver v1.0.28 |
| 454 | 2026-07-16T21:19:47.322Z | Compiling cargo-platform v0.3.2 |
| 455 | 2026-07-16T21:19:47.392Z | Compiling memmap v0.7.0 |
| 456 | 2026-07-16T21:19:47.409Z | Compiling tabled_derive v0.7.0 |
| 457 | 2026-07-16T21:19:47.479Z | Compiling unicode-width v0.2.0 |
| 458 | 2026-07-16T21:19:47.580Z | Compiling smawk v0.3.2 |
| 459 | 2026-07-16T21:19:47.583Z | Compiling unicode-linebreak v0.1.5 |
| 460 | 2026-07-16T21:19:47.713Z | Compiling serde_derive v1.0.228 |
| 461 | 2026-07-16T21:19:47.730Z | Compiling thiserror-impl v1.0.69 |
| 462 | 2026-07-16T21:19:47.761Z | Compiling zerocopy-derive v0.7.35 |
| 463 | 2026-07-16T21:19:47.846Z | Compiling pest_derive v2.8.6 |
| 464 | 2026-07-16T21:19:47.904Z | Compiling scroll_derive v0.12.1 |
| 465 | 2026-07-16T21:19:48.304Z | Compiling thiserror-impl v2.0.18 |
| 466 | 2026-07-16T21:19:48.350Z | Compiling clap_derive v4.6.1 |
| 467 | 2026-07-16T21:19:48.406Z | Compiling tabled v0.15.0 |
| 468 | 2026-07-16T21:19:48.598Z | Compiling scroll v0.12.0 |
| 469 | 2026-07-16T21:19:48.639Z | Compiling zerocopy v0.7.35 |
| 470 | 2026-07-16T21:19:48.868Z | Compiling goblin v0.8.2 |
| 471 | 2026-07-16T21:19:49.135Z | Compiling dtrace-parser v0.2.0 |
| 472 | 2026-07-16T21:19:49.191Z | Compiling textwrap v0.16.2 |
| 473 | 2026-07-16T21:19:49.785Z | Compiling camino-tempfile v1.4.1 |
| 474 | 2026-07-16T21:19:49.884Z | Compiling swrite v0.1.0 |
| 475 | 2026-07-16T21:19:50.129Z | Compiling clap v4.6.1 |
| 476 | 2026-07-16T21:19:50.887Z | Compiling serde_spanned v0.6.9 |
| 477 | 2026-07-16T21:19:50.887Z | Compiling toml_datetime v0.6.11 |
| 478 | 2026-07-16T21:19:50.892Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 479 | 2026-07-16T21:19:50.892Z | Compiling cargo_metadata v0.23.1 |
| 480 | 2026-07-16T21:19:50.892Z | Compiling macaddr v1.0.1 |
| 481 | 2026-07-16T21:19:50.968Z | Compiling dof v0.3.0 |
| 482 | 2026-07-16T21:19:50.984Z | Compiling serde_tokenstream v0.2.3 |
| 483 | 2026-07-16T21:19:51.170Z | Compiling toml_edit v0.22.27 |
| 484 | 2026-07-16T21:19:51.743Z | Compiling usdt-attr-macro v0.5.0 |
| 485 | 2026-07-16T21:19:51.743Z | Compiling usdt-macro v0.5.0 |
| 486 | 2026-07-16T21:19:52.350Z | Compiling usdt v0.5.0 |
| 487 | 2026-07-16T21:19:52.581Z | Compiling toml v0.8.23 |
| 488 | 2026-07-16T21:19:52.906Z | Compiling cargo_toml v0.21.0 |
| 489 | 2026-07-16T21:19:54.173Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 490 | 2026-07-16T21:19:56.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.87s |
| 491 | 2026-07-16T21:19:56.375Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 492 | 2026-07-16T21:19:56.891Z | Downloading crates ... |
| 493 | 2026-07-16T21:19:56.992Z | Downloaded anstream v0.6.21 |
| 494 | 2026-07-16T21:19:57.004Z | Downloaded base16ct v0.2.0 |
| 495 | 2026-07-16T21:19:57.007Z | Downloaded backoff v0.4.0 |
| 496 | 2026-07-16T21:19:57.007Z | Downloaded async-stream-impl v0.3.6 |
| 497 | 2026-07-16T21:19:57.011Z | Downloaded arrayref v0.3.9 |
| 498 | 2026-07-16T21:19:57.011Z | Downloaded crypto-common v0.2.2 |
| 499 | 2026-07-16T21:19:57.011Z | Downloaded base64 v0.21.7 |
| 500 | 2026-07-16T21:19:57.014Z | Downloaded bit-set v0.8.0 |
| 501 | 2026-07-16T21:19:57.014Z | Downloaded atomic-waker v1.1.2 |
| 502 | 2026-07-16T21:19:57.017Z | Downloaded atty v0.2.14 |
| 503 | 2026-07-16T21:19:57.017Z | Downloaded cpufeatures v0.3.0 |
| 504 | 2026-07-16T21:19:57.017Z | Downloaded async-recursion v1.1.1 |
| 505 | 2026-07-16T21:19:57.020Z | Downloaded bitfield-macros v0.19.4 |
| 506 | 2026-07-16T21:19:57.022Z | Downloaded cookie v0.18.1 |
| 507 | 2026-07-16T21:19:57.023Z | Downloaded ar_archive_writer v0.5.1 |
| 508 | 2026-07-16T21:19:57.027Z | Downloaded cpubits v0.1.1 |
| 509 | 2026-07-16T21:19:57.027Z | Downloaded convert_case v0.10.0 |
| 510 | 2026-07-16T21:19:57.030Z | Downloaded base16ct v1.0.0 |
| 511 | 2026-07-16T21:19:57.030Z | Downloaded atomicwrites v0.4.4 |
| 512 | 2026-07-16T21:19:57.030Z | Downloaded bitfield-struct v0.6.2 |
| 513 | 2026-07-16T21:19:57.033Z | Downloaded ascii-canvas v3.0.0 |
| 514 | 2026-07-16T21:19:57.033Z | Downloaded argon2 v0.5.3 |
| 515 | 2026-07-16T21:19:57.036Z | Downloaded crucible-workspace-hack v0.1.0 |
| 516 | 2026-07-16T21:19:57.036Z | Downloaded crc32fast v1.5.0 |
| 517 | 2026-07-16T21:19:57.036Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 518 | 2026-07-16T21:19:57.039Z | Downloaded arrayvec v0.7.6 |
| 519 | 2026-07-16T21:19:57.039Z | Downloaded darling_macro v0.23.0 |
| 520 | 2026-07-16T21:19:57.039Z | Downloaded compression-core v0.4.31 |
| 521 | 2026-07-16T21:19:57.042Z | Downloaded array-init v0.0.4 |
| 522 | 2026-07-16T21:19:57.042Z | Downloaded bb8 v0.8.6 |
| 523 | 2026-07-16T21:19:57.042Z | Downloaded assert_matches v1.5.0 |
| 524 | 2026-07-16T21:19:57.048Z | Downloaded block-buffer v0.12.1 |
| 525 | 2026-07-16T21:19:57.048Z | Downloaded crc8 v0.1.1 |
| 526 | 2026-07-16T21:19:57.048Z | Downloaded darling_macro v0.20.11 |
| 527 | 2026-07-16T21:19:57.048Z | Downloaded cstr-argument v0.1.2 |
| 528 | 2026-07-16T21:19:57.051Z | Downloaded crunchy v0.2.4 |
| 529 | 2026-07-16T21:19:57.051Z | Downloaded crc v3.4.0 |
| 530 | 2026-07-16T21:19:57.051Z | Downloaded bit-set v0.5.3 |
| 531 | 2026-07-16T21:19:57.051Z | Downloaded async-stream v0.3.6 |
| 532 | 2026-07-16T21:19:57.053Z | Downloaded aead v0.6.1 |
| 533 | 2026-07-16T21:19:57.053Z | Downloaded anstyle-parse v0.2.7 |
| 534 | 2026-07-16T21:19:57.053Z | Downloaded backon v1.6.0 |
| 535 | 2026-07-16T21:19:57.056Z | Downloaded async-bb8-diesel v0.2.1 |
| 536 | 2026-07-16T21:19:57.061Z | Downloaded ahash v0.8.12 |
| 537 | 2026-07-16T21:19:57.061Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 538 | 2026-07-16T21:19:57.064Z | Downloaded ciborium-ll v0.2.2 |
| 539 | 2026-07-16T21:19:57.066Z | Downloaded adler2 v2.0.1 |
| 540 | 2026-07-16T21:19:57.067Z | Downloaded crc-catalog v2.4.0 |
| 541 | 2026-07-16T21:19:57.069Z | Downloaded cfg_aliases v0.1.1 |
| 542 | 2026-07-16T21:19:57.069Z | Downloaded darling_macro v0.21.3 |
| 543 | 2026-07-16T21:19:57.072Z | Downloaded cfg_aliases v0.2.1 |
| 544 | 2026-07-16T21:19:57.072Z | Downloaded block-padding v0.4.2 |
| 545 | 2026-07-16T21:19:57.077Z | Downloaded debug-ignore v1.0.5 |
| 546 | 2026-07-16T21:19:57.079Z | Downloaded derive_builder_macro v0.20.2 |
| 547 | 2026-07-16T21:19:57.079Z | Downloaded darling_macro v0.13.4 |
| 548 | 2026-07-16T21:19:57.082Z | Downloaded embedded-io v0.4.0 |
| 549 | 2026-07-16T21:19:57.086Z | Downloaded convert_case v0.4.0 |
| 550 | 2026-07-16T21:19:57.086Z | Downloaded downcast-rs v2.0.2 |
| 551 | 2026-07-16T21:19:57.089Z | Downloaded ciborium-io v0.2.2 |
| 552 | 2026-07-16T21:19:57.089Z | Downloaded castaway v0.2.4 |
| 553 | 2026-07-16T21:19:57.089Z | Downloaded display-error-chain v0.2.2 |
| 554 | 2026-07-16T21:19:57.092Z | Downloaded dunce v1.0.5 |
| 555 | 2026-07-16T21:19:57.092Z | Downloaded dirs-sys-next v0.1.2 |
| 556 | 2026-07-16T21:19:57.095Z | Downloaded ctutils v0.4.2 |
| 557 | 2026-07-16T21:19:57.098Z | Downloaded aead v0.5.2 |
| 558 | 2026-07-16T21:19:57.102Z | Downloaded base64ct v1.8.3 |
| 559 | 2026-07-16T21:19:57.102Z | Downloaded critical-section v1.2.0 |
| 560 | 2026-07-16T21:19:57.102Z | Downloaded bitfield v0.19.4 |
| 561 | 2026-07-16T21:19:57.105Z | Downloaded corncobs v0.1.4 |
| 562 | 2026-07-16T21:19:57.105Z | Downloaded embedded-io v0.6.1 |
| 563 | 2026-07-16T21:19:57.105Z | Downloaded async-trait v0.1.89 |
| 564 | 2026-07-16T21:19:57.107Z | Downloaded bitflags v1.3.2 |
| 565 | 2026-07-16T21:19:57.112Z | Downloaded defmt v0.3.100 |
| 566 | 2026-07-16T21:19:57.115Z | Downloaded bit-vec v0.6.3 |
| 567 | 2026-07-16T21:19:57.115Z | Downloaded argon2 v0.6.0-rc.8 |
| 568 | 2026-07-16T21:19:57.119Z | Downloaded endian-type v0.1.2 |
| 569 | 2026-07-16T21:19:57.122Z | Downloaded digest-io v0.1.0 |
| 570 | 2026-07-16T21:19:57.122Z | Downloaded enum-as-inner v0.6.1 |
| 571 | 2026-07-16T21:19:57.122Z | Downloaded fd-lock v4.0.4 |
| 572 | 2026-07-16T21:19:57.124Z | Downloaded difflib v0.4.0 |
| 573 | 2026-07-16T21:19:57.124Z | Downloaded defmt-parser v1.0.0 |
| 574 | 2026-07-16T21:19:57.127Z | Downloaded dsl_auto_type v0.2.0 |
| 575 | 2026-07-16T21:19:57.127Z | Downloaded flagset v0.4.7 |
| 576 | 2026-07-16T21:19:57.130Z | Downloaded dirs-next v2.0.0 |
| 577 | 2026-07-16T21:19:57.133Z | Downloaded float-cmp v0.10.0 |
| 578 | 2026-07-16T21:19:57.136Z | Downloaded form_urlencoded v1.2.2 |
| 579 | 2026-07-16T21:19:57.136Z | Downloaded foreign-types-shared v0.3.1 |
| 580 | 2026-07-16T21:19:57.136Z | Downloaded foreign-types-shared v0.1.1 |
| 581 | 2026-07-16T21:19:57.136Z | Downloaded foreign-types-macros v0.2.3 |
| 582 | 2026-07-16T21:19:57.136Z | Downloaded foreign-types v0.5.0 |
| 583 | 2026-07-16T21:19:57.139Z | Downloaded bit-vec v0.8.0 |
| 584 | 2026-07-16T21:19:57.142Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 585 | 2026-07-16T21:19:57.142Z | Downloaded cmov v0.5.4 |
| 586 | 2026-07-16T21:19:57.145Z | Downloaded constant_time_eq v0.4.2 |
| 587 | 2026-07-16T21:19:57.145Z | Downloaded dtrace-parser v0.3.0 |
| 588 | 2026-07-16T21:19:57.145Z | Downloaded cobs v0.3.0 |
| 589 | 2026-07-16T21:19:57.148Z | Downloaded cipher v0.5.2 |
| 590 | 2026-07-16T21:19:57.148Z | Downloaded cmake v0.1.57 |
| 591 | 2026-07-16T21:19:57.148Z | Downloaded cipher v0.4.4 |
| 592 | 2026-07-16T21:19:57.151Z | Downloaded const_format_proc_macros v0.2.34 |
| 593 | 2026-07-16T21:19:57.152Z | Downloaded cassowary v0.3.0 |
| 594 | 2026-07-16T21:19:57.155Z | Downloaded env_filter v1.0.0 |
| 595 | 2026-07-16T21:19:57.155Z | Downloaded document-features v0.2.12 |
| 596 | 2026-07-16T21:19:57.155Z | Downloaded cexpr v0.6.0 |
| 597 | 2026-07-16T21:19:57.155Z | Downloaded camino-tempfile-ext v0.3.3 |
| 598 | 2026-07-16T21:19:57.158Z | Downloaded console v0.16.2 |
| 599 | 2026-07-16T21:19:57.158Z | Downloaded bcs v0.1.6 |
| 600 | 2026-07-16T21:19:57.160Z | Downloaded chacha20 v0.9.1 |
| 601 | 2026-07-16T21:19:57.161Z | Downloaded blowfish v0.10.0 |
| 602 | 2026-07-16T21:19:57.161Z | Downloaded crossbeam-deque v0.8.6 |
| 603 | 2026-07-16T21:19:57.164Z | Downloaded futures-sink v0.3.32 |
| 604 | 2026-07-16T21:19:57.164Z | Downloaded data-encoding v2.10.0 |
| 605 | 2026-07-16T21:19:57.164Z | Downloaded compression-codecs v0.4.37 |
| 606 | 2026-07-16T21:19:57.167Z | Downloaded dyn-clone v1.0.20 |
| 607 | 2026-07-16T21:19:57.170Z | Downloaded either v1.15.0 |
| 608 | 2026-07-16T21:19:57.170Z | Downloaded futures-macro v0.3.32 |
| 609 | 2026-07-16T21:19:57.173Z | Downloaded futures-core v0.3.32 |
| 610 | 2026-07-16T21:19:57.173Z | Downloaded dof v0.4.0 |
| 611 | 2026-07-16T21:19:57.173Z | Downloaded float-ord v0.3.2 |
| 612 | 2026-07-16T21:19:57.176Z | Downloaded fixedbitset v0.4.2 |
| 613 | 2026-07-16T21:19:57.176Z | Downloaded git-stub v1.0.0 |
| 614 | 2026-07-16T21:19:57.176Z | Downloaded fxhash v0.2.1 |
| 615 | 2026-07-16T21:19:57.179Z | Downloaded globwalk v0.9.1 |
| 616 | 2026-07-16T21:19:57.180Z | Downloaded ghash v0.6.0 |
| 617 | 2026-07-16T21:19:57.180Z | Downloaded buf-list v1.1.2 |
| 618 | 2026-07-16T21:19:57.183Z | Downloaded funty v2.0.0 |
| 619 | 2026-07-16T21:19:57.183Z | Downloaded cookie_store v0.22.1 |
| 620 | 2026-07-16T21:19:57.183Z | Downloaded diesel-dtrace v0.5.0 |
| 621 | 2026-07-16T21:19:57.183Z | Downloaded ena v0.14.4 |
| 622 | 2026-07-16T21:19:57.187Z | Downloaded fallible-iterator v0.2.0 |
| 623 | 2026-07-16T21:19:57.187Z | Downloaded erased-serde v0.3.31 |
| 624 | 2026-07-16T21:19:57.190Z | Downloaded crossbeam-epoch v0.9.18 |
| 625 | 2026-07-16T21:19:57.190Z | Downloaded fixedbitset v0.5.7 |
| 626 | 2026-07-16T21:19:57.191Z | Downloaded foreign-types v0.3.2 |
| 627 | 2026-07-16T21:19:57.193Z | Downloaded darling v0.20.11 |
| 628 | 2026-07-16T21:19:57.193Z | Downloaded hash32 v0.3.1 |
| 629 | 2026-07-16T21:19:57.196Z | Downloaded filetime v0.2.27 |
| 630 | 2026-07-16T21:19:57.196Z | Downloaded env_logger v0.11.9 |
| 631 | 2026-07-16T21:19:57.201Z | Downloaded deranged v0.5.8 |
| 632 | 2026-07-16T21:19:57.201Z | Downloaded gethostname v0.5.0 |
| 633 | 2026-07-16T21:19:57.201Z | Downloaded bzip2 v0.4.4 |
| 634 | 2026-07-16T21:19:57.204Z | Downloaded darling v0.13.4 |
| 635 | 2026-07-16T21:19:57.204Z | Downloaded ctr v0.10.1 |
| 636 | 2026-07-16T21:19:57.204Z | Downloaded arc-swap v1.8.2 |
| 637 | 2026-07-16T21:19:57.206Z | Downloaded hash32 v0.2.1 |
| 638 | 2026-07-16T21:19:57.206Z | Downloaded console v0.15.11 |
| 639 | 2026-07-16T21:19:57.209Z | Downloaded clang-sys v1.8.1 |
| 640 | 2026-07-16T21:19:57.213Z | Downloaded derive_builder_core v0.20.2 |
| 641 | 2026-07-16T21:19:57.213Z | Downloaded daft-derive v0.1.7 |
| 642 | 2026-07-16T21:19:57.216Z | Downloaded ed25519 v2.2.3 |
| 643 | 2026-07-16T21:19:57.216Z | Downloaded defmt-macros v1.0.1 |
| 644 | 2026-07-16T21:19:57.218Z | Downloaded derive-ex v0.1.8 |
| 645 | 2026-07-16T21:19:57.218Z | Downloaded hex-literal v1.1.0 |
| 646 | 2026-07-16T21:19:57.221Z | Downloaded delegate v0.13.5 |
| 647 | 2026-07-16T21:19:57.221Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 648 | 2026-07-16T21:19:57.221Z | Downloaded bzip2 v0.6.1 |
| 649 | 2026-07-16T21:19:57.224Z | Downloaded hex v0.4.3 |
| 650 | 2026-07-16T21:19:57.224Z | Downloaded futures-executor v0.3.32 |
| 651 | 2026-07-16T21:19:57.224Z | Downloaded daft v0.1.7 |
| 652 | 2026-07-16T21:19:57.227Z | Downloaded digest v0.11.3 |
| 653 | 2026-07-16T21:19:57.227Z | Downloaded allocator-api2 v0.2.21 |
| 654 | 2026-07-16T21:19:57.230Z | Downloaded ecdsa v0.16.9 |
| 655 | 2026-07-16T21:19:57.230Z | Downloaded der_derive v0.7.3 |
| 656 | 2026-07-16T21:19:57.233Z | Downloaded const-oid v0.9.6 |
| 657 | 2026-07-16T21:19:57.233Z | Downloaded httpdate v1.0.3 |
| 658 | 2026-07-16T21:19:57.236Z | Downloaded headers-core v0.3.0 |
| 659 | 2026-07-16T21:19:57.236Z | Downloaded ff v0.13.1 |
| 660 | 2026-07-16T21:19:57.236Z | Downloaded colored v3.1.1 |
| 661 | 2026-07-16T21:19:57.239Z | Downloaded hostname v0.3.1 |
| 662 | 2026-07-16T21:19:57.239Z | Downloaded ed25519 v3.0.0 |
| 663 | 2026-07-16T21:19:57.242Z | Downloaded group v0.13.0 |
| 664 | 2026-07-16T21:19:57.242Z | Downloaded cancel-safe-futures v0.1.5 |
| 665 | 2026-07-16T21:19:57.245Z | Downloaded ff v0.14.0 |
| 666 | 2026-07-16T21:19:57.245Z | Downloaded colored v2.2.0 |
| 667 | 2026-07-16T21:19:57.248Z | Downloaded http-body v1.0.1 |
| 668 | 2026-07-16T21:19:57.248Z | Downloaded hyper-tls v0.6.0 |
| 669 | 2026-07-16T21:19:57.248Z | Downloaded home v0.5.12 |
| 670 | 2026-07-16T21:19:57.248Z | Downloaded ciborium v0.2.2 |
| 671 | 2026-07-16T21:19:57.251Z | Downloaded byte-wrapper v0.1.0 |
| 672 | 2026-07-16T21:19:57.251Z | Downloaded cbc v0.2.1 |
| 673 | 2026-07-16T21:19:57.253Z | Downloaded hubpack_derive v0.1.1 |
| 674 | 2026-07-16T21:19:57.254Z | Downloaded foldhash v0.1.5 |
| 675 | 2026-07-16T21:19:57.257Z | Downloaded find-msvc-tools v0.1.9 |
| 676 | 2026-07-16T21:19:57.257Z | Downloaded derive_builder v0.20.2 |
| 677 | 2026-07-16T21:19:57.260Z | Downloaded async-compression v0.4.41 |
| 678 | 2026-07-16T21:19:57.263Z | Downloaded ecdsa v0.17.0-rc.18 |
| 679 | 2026-07-16T21:19:57.265Z | Downloaded const-oid v0.10.2 |
| 680 | 2026-07-16T21:19:57.266Z | Downloaded chacha20 v0.10.0 |
| 681 | 2026-07-16T21:19:57.268Z | Downloaded darling v0.23.0 |
| 682 | 2026-07-16T21:19:57.271Z | Downloaded http-range v0.1.5 |
| 683 | 2026-07-16T21:19:57.271Z | Downloaded fs_extra v1.3.0 |
| 684 | 2026-07-16T21:19:57.271Z | Downloaded foldhash v0.2.0 |
| 685 | 2026-07-16T21:19:57.275Z | Downloaded blake2 v0.10.6 |
| 686 | 2026-07-16T21:19:57.275Z | Downloaded crc-any v2.5.0 |
| 687 | 2026-07-16T21:19:57.277Z | Downloaded blake2 v0.11.0-rc.6 |
| 688 | 2026-07-16T21:19:57.278Z | Downloaded illumos-nvpair v0.3.0 |
| 689 | 2026-07-16T21:19:57.278Z | Downloaded group v0.14.0 |
| 690 | 2026-07-16T21:19:57.280Z | Downloaded glob v0.3.3 |
| 691 | 2026-07-16T21:19:57.281Z | Downloaded git-stub-vcs v0.1.0 |
| 692 | 2026-07-16T21:19:57.283Z | Downloaded hubpack v0.1.2 |
| 693 | 2026-07-16T21:19:57.283Z | Downloaded darling v0.21.3 |
| 694 | 2026-07-16T21:19:57.287Z | Downloaded chacha20poly1305 v0.10.1 |
| 695 | 2026-07-16T21:19:57.287Z | Downloaded indent_write v2.2.0 |
| 696 | 2026-07-16T21:19:57.289Z | Downloaded idna_adapter v1.2.1 |
| 697 | 2026-07-16T21:19:57.289Z | Downloaded ident_case v1.0.1 |
| 698 | 2026-07-16T21:19:57.289Z | Downloaded getrandom v0.2.17 |
| 699 | 2026-07-16T21:19:57.292Z | Downloaded instability v0.3.11 |
| 700 | 2026-07-16T21:19:57.292Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 701 | 2026-07-16T21:19:57.292Z | Downloaded csv-core v0.1.13 |
| 702 | 2026-07-16T21:19:57.296Z | Downloaded instant v0.1.13 |
| 703 | 2026-07-16T21:19:57.296Z | Downloaded diff v0.1.13 |
| 704 | 2026-07-16T21:19:57.299Z | Downloaded futures-task v0.3.32 |
| 705 | 2026-07-16T21:19:57.299Z | Downloaded futures-io v0.3.32 |
| 706 | 2026-07-16T21:19:57.299Z | Downloaded inout v0.1.4 |
| 707 | 2026-07-16T21:19:57.302Z | Downloaded is-terminal v0.4.17 |
| 708 | 2026-07-16T21:19:57.303Z | Downloaded des v0.9.0 |
| 709 | 2026-07-16T21:19:57.306Z | Downloaded defmt v1.0.1 |
| 710 | 2026-07-16T21:19:57.306Z | Downloaded crossbeam-utils v0.8.21 |
| 711 | 2026-07-16T21:19:57.306Z | Downloaded enum_dispatch v0.3.13 |
| 712 | 2026-07-16T21:19:57.309Z | Downloaded futures-channel v0.3.32 |
| 713 | 2026-07-16T21:19:57.313Z | Downloaded humantime v2.3.0 |
| 714 | 2026-07-16T21:19:57.315Z | Downloaded is_ci v1.2.0 |
| 715 | 2026-07-16T21:19:57.315Z | Downloaded inout v0.2.2 |
| 716 | 2026-07-16T21:19:57.318Z | Downloaded http-body-util v0.1.3 |
| 717 | 2026-07-16T21:19:57.318Z | Downloaded keccak v0.1.6 |
| 718 | 2026-07-16T21:19:57.318Z | Downloaded hostname v0.4.2 |
| 719 | 2026-07-16T21:19:57.321Z | Downloaded darling_core v0.13.4 |
| 720 | 2026-07-16T21:19:57.324Z | Downloaded libscf-sys v1.1.0 |
| 721 | 2026-07-16T21:19:57.324Z | Downloaded kem v0.3.0 |
| 722 | 2026-07-16T21:19:57.324Z | Downloaded base64 v0.22.1 |
| 723 | 2026-07-16T21:19:57.327Z | Downloaded const_format v0.2.35 |
| 724 | 2026-07-16T21:19:57.330Z | Downloaded dropshot_endpoint v0.17.1 |
| 725 | 2026-07-16T21:19:57.332Z | Downloaded derive_more v0.99.20 |
| 726 | 2026-07-16T21:19:57.335Z | Downloaded bytes v1.11.1 |
| 727 | 2026-07-16T21:19:57.338Z | Downloaded lalrpop-util v0.19.12 |
| 728 | 2026-07-16T21:19:57.338Z | Downloaded highway v1.3.0 |
| 729 | 2026-07-16T21:19:57.341Z | Downloaded darling_core v0.23.0 |
| 730 | 2026-07-16T21:19:57.344Z | Downloaded lru-slab v0.1.2 |
| 731 | 2026-07-16T21:19:57.347Z | Downloaded hyper-staticfile v0.10.1 |
| 732 | 2026-07-16T21:19:57.349Z | Downloaded maplit v1.0.2 |
| 733 | 2026-07-16T21:19:57.349Z | Downloaded md-5 v0.10.6 |
| 734 | 2026-07-16T21:19:57.351Z | Downloaded mime v0.3.17 |
| 735 | 2026-07-16T21:19:57.354Z | Downloaded lazy_static v1.5.0 |
| 736 | 2026-07-16T21:19:57.354Z | Downloaded managed v0.8.0 |
| 737 | 2026-07-16T21:19:57.354Z | Downloaded kstat-rs v0.2.4 |
| 738 | 2026-07-16T21:19:57.354Z | Downloaded maybe-uninit v2.0.0 |
| 739 | 2026-07-16T21:19:57.357Z | Downloaded linked-hash-map v0.5.6 |
| 740 | 2026-07-16T21:19:57.357Z | Downloaded ipnetwork v0.21.1 |
| 741 | 2026-07-16T21:19:57.357Z | Downloaded ingot-types v0.1.2 |
| 742 | 2026-07-16T21:19:57.360Z | Downloaded compact_str v0.8.1 |
| 743 | 2026-07-16T21:19:57.362Z | Downloaded hmac v0.13.0 |
| 744 | 2026-07-16T21:19:57.362Z | Downloaded ingot v0.1.1 |
| 745 | 2026-07-16T21:19:57.365Z | Downloaded indoc v1.0.9 |
| 746 | 2026-07-16T21:19:57.365Z | Downloaded globset v0.4.18 |
| 747 | 2026-07-16T21:19:57.370Z | Downloaded indoc v2.0.7 |
| 748 | 2026-07-16T21:19:57.373Z | Downloaded newline-converter v0.3.0 |
| 749 | 2026-07-16T21:19:57.373Z | Downloaded lru-cache v0.1.2 |
| 750 | 2026-07-16T21:19:57.373Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 751 | 2026-07-16T21:19:57.373Z | Downloaded new_debug_unreachable v1.0.6 |
| 752 | 2026-07-16T21:19:57.377Z | Downloaded md5 v0.8.0 |
| 753 | 2026-07-16T21:19:57.377Z | Downloaded match_cfg v0.1.0 |
| 754 | 2026-07-16T21:19:57.377Z | Downloaded multimap v0.10.1 |
| 755 | 2026-07-16T21:19:57.377Z | Downloaded keccak v0.2.0 |
| 756 | 2026-07-16T21:19:57.379Z | Downloaded memoffset v0.9.1 |
| 757 | 2026-07-16T21:19:57.379Z | Downloaded lru v0.12.5 |
| 758 | 2026-07-16T21:19:57.383Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 759 | 2026-07-16T21:19:57.387Z | Downloaded nibble_vec v0.1.0 |
| 760 | 2026-07-16T21:19:57.387Z | Downloaded iana-time-zone v0.1.65 |
| 761 | 2026-07-16T21:19:57.387Z | Downloaded normalize-line-endings v0.3.0 |
| 762 | 2026-07-16T21:19:57.390Z | Downloaded nodrop v0.1.14 |
| 763 | 2026-07-16T21:19:57.390Z | Downloaded hyper-rustls v0.27.7 |
| 764 | 2026-07-16T21:19:57.390Z | Downloaded jobserver v0.1.34 |
| 765 | 2026-07-16T21:19:57.393Z | Downloaded half v1.8.3 |
| 766 | 2026-07-16T21:19:57.393Z | Downloaded drift v0.2.0 |
| 767 | 2026-07-16T21:19:57.400Z | Downloaded ipnet v2.11.0 |
| 768 | 2026-07-16T21:19:57.431Z | Downloaded newtype_derive v0.1.6 |
| 769 | 2026-07-16T21:19:57.431Z | Downloaded internet-checksum v0.2.1 |
| 770 | 2026-07-16T21:19:57.431Z | Downloaded cc v1.2.56 |
| 771 | 2026-07-16T21:19:57.434Z | Downloaded num-iter v0.1.45 |
| 772 | 2026-07-16T21:19:57.434Z | Downloaded newtype-uuid-macros v0.1.0 |
| 773 | 2026-07-16T21:19:57.434Z | Downloaded libsw v3.5.0 |
| 774 | 2026-07-16T21:19:57.434Z | Downloaded bumpalo v3.20.2 |
| 775 | 2026-07-16T21:19:57.434Z | Downloaded nonempty v0.12.0 |
| 776 | 2026-07-16T21:19:57.434Z | Downloaded fatfs v0.3.6 |
| 777 | 2026-07-16T21:19:57.434Z | Downloaded displaydoc v0.2.5 |
| 778 | 2026-07-16T21:19:57.435Z | Downloaded hybrid-array v0.4.13 |
| 779 | 2026-07-16T21:19:57.435Z | Downloaded num_enum_derive v0.5.11 |
| 780 | 2026-07-16T21:19:57.435Z | Downloaded darling_core v0.21.3 |
| 781 | 2026-07-16T21:19:57.435Z | Downloaded openssl-probe v0.1.6 |
| 782 | 2026-07-16T21:19:57.435Z | Downloaded openssl-macros v0.1.1 |
| 783 | 2026-07-16T21:19:57.435Z | Downloaded num_threads v0.1.7 |
| 784 | 2026-07-16T21:19:57.435Z | Downloaded fs-err v2.11.0 |
| 785 | 2026-07-16T21:19:57.435Z | Downloaded num-conv v0.2.0 |
| 786 | 2026-07-16T21:19:57.435Z | Downloaded ingot-macros v0.1.1 |
| 787 | 2026-07-16T21:19:57.436Z | Downloaded num-derive v0.4.2 |
| 788 | 2026-07-16T21:19:57.437Z | Downloaded num v0.4.3 |
| 789 | 2026-07-16T21:19:57.437Z | Downloaded httparse v1.10.1 |
| 790 | 2026-07-16T21:19:57.437Z | Downloaded derive-where v1.6.0 |
| 791 | 2026-07-16T21:19:57.437Z | Downloaded mime_guess v2.0.5 |
| 792 | 2026-07-16T21:19:57.437Z | Downloaded native-tls v0.2.18 |
| 793 | 2026-07-16T21:19:57.437Z | Downloaded hmac v0.12.1 |
| 794 | 2026-07-16T21:19:57.440Z | Downloaded lzss v0.8.2 |
| 795 | 2026-07-16T21:19:57.440Z | Downloaded openssl-probe v0.2.1 |
| 796 | 2026-07-16T21:19:57.440Z | Downloaded num-derive v0.3.3 |
| 797 | 2026-07-16T21:19:57.440Z | Downloaded linear-map v1.2.0 |
| 798 | 2026-07-16T21:19:57.440Z | Downloaded generic-array v1.4.3 |
| 799 | 2026-07-16T21:19:57.453Z | Downloaded oso-derive v0.27.3 |
| 800 | 2026-07-16T21:19:57.456Z | Downloaded opaque-debug v0.3.1 |
| 801 | 2026-07-16T21:19:57.456Z | Downloaded olpc-cjson v0.1.4 |
| 802 | 2026-07-16T21:19:57.456Z | Downloaded nu-ansi-term v0.50.3 |
| 803 | 2026-07-16T21:19:57.459Z | Downloaded multer v3.1.0 |
| 804 | 2026-07-16T21:19:57.459Z | Downloaded module-lattice v0.2.3 |
| 805 | 2026-07-16T21:19:57.463Z | Downloaded parse-display v0.10.0 |
| 806 | 2026-07-16T21:19:57.464Z | Downloaded num-integer v0.1.46 |
| 807 | 2026-07-16T21:19:57.466Z | Downloaded getrandom v0.3.4 |
| 808 | 2026-07-16T21:19:57.466Z | Downloaded flate2 v1.1.9 |
| 809 | 2026-07-16T21:19:57.471Z | Downloaded icu_properties v2.1.2 |
| 810 | 2026-07-16T21:19:57.475Z | Downloaded heapless v0.7.17 |
| 811 | 2026-07-16T21:19:57.475Z | Downloaded headers v0.4.1 |
| 812 | 2026-07-16T21:19:57.478Z | Downloaded password-hash v0.6.1 |
| 813 | 2026-07-16T21:19:57.478Z | Downloaded litrs v1.0.0 |
| 814 | 2026-07-16T21:19:57.478Z | Downloaded parse-size v1.1.0 |
| 815 | 2026-07-16T21:19:57.481Z | Downloaded newtype-uuid v1.3.2 |
| 816 | 2026-07-16T21:19:57.481Z | Downloaded nanorand v0.7.0 |
| 817 | 2026-07-16T21:19:57.484Z | Downloaded num_enum_derive v0.7.6 |
| 818 | 2026-07-16T21:19:57.484Z | Downloaded num_enum v0.7.6 |
| 819 | 2026-07-16T21:19:57.487Z | Downloaded path-slash v0.1.5 |
| 820 | 2026-07-16T21:19:57.487Z | Downloaded lock_api v0.4.14 |
| 821 | 2026-07-16T21:19:57.490Z | Downloaded memmap2 v0.9.10 |
| 822 | 2026-07-16T21:19:57.490Z | Downloaded libsw-core v0.3.2 |
| 823 | 2026-07-16T21:19:57.490Z | Downloaded half v2.7.1 |
| 824 | 2026-07-16T21:19:57.493Z | Downloaded icu_provider v2.1.1 |
| 825 | 2026-07-16T21:19:57.495Z | Downloaded crypto-bigint v0.5.5 |
| 826 | 2026-07-16T21:19:57.498Z | Downloaded num-complex v0.4.6 |
| 827 | 2026-07-16T21:19:57.498Z | Downloaded indexmap v1.9.3 |
| 828 | 2026-07-16T21:19:57.501Z | Downloaded ignore v0.4.25 |
| 829 | 2026-07-16T21:19:57.504Z | Downloaded der v0.7.10 |
| 830 | 2026-07-16T21:19:57.506Z | Downloaded phf_shared v0.12.1 |
| 831 | 2026-07-16T21:19:57.506Z | Downloaded crossbeam-channel v0.5.15 |
| 832 | 2026-07-16T21:19:57.509Z | Downloaded phf_shared v0.13.1 |
| 833 | 2026-07-16T21:19:57.509Z | Downloaded phf_shared v0.11.3 |
| 834 | 2026-07-16T21:19:57.512Z | Downloaded expectorate v1.2.0 |
| 835 | 2026-07-16T21:19:57.512Z | Downloaded num_enum v0.5.11 |
| 836 | 2026-07-16T21:19:57.515Z | Downloaded num-rational v0.4.2 |
| 837 | 2026-07-16T21:19:57.518Z | Downloaded litemap v0.8.1 |
| 838 | 2026-07-16T21:19:57.518Z | Downloaded flume v0.11.1 |
| 839 | 2026-07-16T21:19:57.520Z | Downloaded packed_struct_codegen v0.10.1 |
| 840 | 2026-07-16T21:19:57.520Z | Downloaded packed_struct v0.10.1 |
| 841 | 2026-07-16T21:19:57.523Z | Downloaded diesel_derives v2.3.7 |
| 842 | 2026-07-16T21:19:57.526Z | Downloaded powerfmt v0.2.0 |
| 843 | 2026-07-16T21:19:57.528Z | Downloaded potential_utf v0.1.4 |
| 844 | 2026-07-16T21:19:57.530Z | Downloaded parse-display-derive v0.10.0 |
| 845 | 2026-07-16T21:19:57.530Z | Downloaded crossterm v0.28.1 |
| 846 | 2026-07-16T21:19:57.534Z | Downloaded libbz2-rs-sys v0.2.2 |
| 847 | 2026-07-16T21:19:57.537Z | Downloaded futures v0.3.32 |
| 848 | 2026-07-16T21:19:57.537Z | Downloaded password-hash v0.5.0 |
| 849 | 2026-07-16T21:19:57.539Z | Downloaded percent-encoding v2.3.2 |
| 850 | 2026-07-16T21:19:57.540Z | Downloaded peg-runtime v0.8.5 |
| 851 | 2026-07-16T21:19:57.540Z | Downloaded predicates-core v1.0.10 |
| 852 | 2026-07-16T21:19:57.542Z | Downloaded predicates-tree v1.0.13 |
| 853 | 2026-07-16T21:19:57.542Z | Downloaded precomputed-hash v0.1.1 |
| 854 | 2026-07-16T21:19:57.542Z | Downloaded owo-colors v4.3.0 |
| 855 | 2026-07-16T21:19:57.545Z | Downloaded hickory-resolver v0.24.4 |
| 856 | 2026-07-16T21:19:57.545Z | Downloaded derive_more v2.1.1 |
| 857 | 2026-07-16T21:19:57.552Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 858 | 2026-07-16T21:19:57.555Z | Downloaded psl-types v2.0.11 |
| 859 | 2026-07-16T21:19:57.555Z | Downloaded peg v0.8.5 |
| 860 | 2026-07-16T21:19:57.558Z | Downloaded oxnet v0.1.6 |
| 861 | 2026-07-16T21:19:57.558Z | Downloaded oxide-tokio-rt v0.1.4 |
| 862 | 2026-07-16T21:19:57.561Z | Downloaded indicatif v0.18.4 |
| 863 | 2026-07-16T21:19:57.564Z | Downloaded pbkdf2 v0.13.0 |
| 864 | 2026-07-16T21:19:57.564Z | Downloaded proc-macro-crate v1.3.1 |
| 865 | 2026-07-16T21:19:57.564Z | Downloaded icu_normalizer_data v2.1.1 |
| 866 | 2026-07-16T21:19:57.566Z | Downloaded ml-kem v0.3.2 |
| 867 | 2026-07-16T21:19:57.570Z | Downloaded heapless v0.8.0 |
| 868 | 2026-07-16T21:19:57.571Z | Downloaded proc-macro-crate v3.4.0 |
| 869 | 2026-07-16T21:19:57.571Z | Downloaded elliptic-curve v0.13.8 |
| 870 | 2026-07-16T21:19:57.574Z | Downloaded progenitor-macro v0.13.0 |
| 871 | 2026-07-16T21:19:57.574Z | Downloaded paste v1.0.15 |
| 872 | 2026-07-16T21:19:57.577Z | Downloaded parking_lot_core v0.8.6 |
| 873 | 2026-07-16T21:19:57.577Z | Downloaded phf v0.13.1 |
| 874 | 2026-07-16T21:19:57.579Z | Downloaded darling_core v0.20.11 |
| 875 | 2026-07-16T21:19:57.582Z | Downloaded rand_chacha v0.3.1 |
| 876 | 2026-07-16T21:19:57.582Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 877 | 2026-07-16T21:19:57.585Z | Downloaded pkcs8 v0.10.2 |
| 878 | 2026-07-16T21:19:57.588Z | Downloaded polyval v0.7.1 |
| 879 | 2026-07-16T21:19:57.588Z | Downloaded pem-rfc7468 v1.0.0 |
| 880 | 2026-07-16T21:19:57.592Z | Downloaded pem-rfc7468 v0.7.0 |
| 881 | 2026-07-16T21:19:57.592Z | Downloaded icu_normalizer v2.1.1 |
| 882 | 2026-07-16T21:19:57.592Z | Downloaded radium v0.7.0 |
| 883 | 2026-07-16T21:19:57.595Z | Downloaded pin-project-lite v0.2.17 |
| 884 | 2026-07-16T21:19:57.598Z | Downloaded progenitor-client v0.14.0 |
| 885 | 2026-07-16T21:19:57.598Z | Downloaded phf v0.12.1 |
| 886 | 2026-07-16T21:19:57.598Z | Downloaded pem v3.0.6 |
| 887 | 2026-07-16T21:19:57.601Z | Downloaded peg-macros v0.8.5 |
| 888 | 2026-07-16T21:19:57.601Z | Downloaded libloading v0.8.9 |
| 889 | 2026-07-16T21:19:57.604Z | Downloaded postgres-protocol v0.6.10 |
| 890 | 2026-07-16T21:19:57.604Z | Downloaded quick-error v1.2.3 |
| 891 | 2026-07-16T21:19:57.605Z | Downloaded parking_lot_core v0.9.12 |
| 892 | 2026-07-16T21:19:57.608Z | Downloaded ppv-lite86 v0.2.21 |
| 893 | 2026-07-16T21:19:57.608Z | Downloaded libefi-sys v0.1.0 |
| 894 | 2026-07-16T21:19:57.611Z | Downloaded hickory-resolver v0.25.2 |
| 895 | 2026-07-16T21:19:57.620Z | Downloaded progenitor-client v0.13.0 |
| 896 | 2026-07-16T21:19:57.623Z | Downloaded progenitor v0.14.0 |
| 897 | 2026-07-16T21:19:57.623Z | Downloaded progenitor v0.13.0 |
| 898 | 2026-07-16T21:19:57.626Z | Downloaded ref-cast-impl v1.0.25 |
| 899 | 2026-07-16T21:19:57.626Z | Downloaded ref-cast v1.0.25 |
| 900 | 2026-07-16T21:19:57.629Z | Downloaded rfc6979 v0.5.0 |
| 901 | 2026-07-16T21:19:57.629Z | Downloaded miniz_oxide v0.8.9 |
| 902 | 2026-07-16T21:19:57.629Z | Downloaded port-file v0.1.0 |
| 903 | 2026-07-16T21:19:57.632Z | Downloaded psm v0.1.30 |
| 904 | 2026-07-16T21:19:57.635Z | Downloaded jiff-static v0.2.21 |
| 905 | 2026-07-16T21:19:57.635Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 906 | 2026-07-16T21:19:57.635Z | Downloaded poly1305 v0.8.0 |
| 907 | 2026-07-16T21:19:57.639Z | Downloaded pkg-config v0.3.32 |
| 908 | 2026-07-16T21:19:57.645Z | Downloaded rfc6979 v0.4.0 |
| 909 | 2026-07-16T21:19:57.648Z | Downloaded r2d2 v0.8.10 |
| 910 | 2026-07-16T21:19:57.648Z | Downloaded rtoolbox v0.0.3 |
| 911 | 2026-07-16T21:19:57.651Z | Downloaded predicates v3.1.4 |
| 912 | 2026-07-16T21:19:57.654Z | Downloaded russh-cryptovec v0.61.0 |
| 913 | 2026-07-16T21:19:57.654Z | Downloaded parking_lot v0.12.5 |
| 914 | 2026-07-16T21:19:57.658Z | Downloaded pkcs8 v0.11.0 |
| 915 | 2026-07-16T21:19:57.658Z | Downloaded primeorder v0.14.0-rc.10 |
| 916 | 2026-07-16T21:19:57.661Z | Downloaded poly1305 v0.9.0 |
| 917 | 2026-07-16T21:19:57.661Z | Downloaded rand_core v0.6.4 |
| 918 | 2026-07-16T21:19:57.661Z | Downloaded rand_chacha v0.9.0 |
| 919 | 2026-07-16T21:19:57.664Z | Downloaded rand_core v0.9.5 |
| 920 | 2026-07-16T21:19:57.664Z | Downloaded hashbrown v0.13.2 |
| 921 | 2026-07-16T21:19:57.667Z | Downloaded rustc_version v0.4.1 |
| 922 | 2026-07-16T21:19:57.667Z | Downloaded rustc_version v0.1.7 |
| 923 | 2026-07-16T21:19:57.667Z | Downloaded rustc-hash v2.1.1 |
| 924 | 2026-07-16T21:19:57.670Z | Downloaded hashbrown v0.12.3 |
| 925 | 2026-07-16T21:19:57.674Z | Downloaded rand_core v0.10.0 |
| 926 | 2026-07-16T21:19:57.674Z | Downloaded proc-macro-error2 v2.0.1 |
| 927 | 2026-07-16T21:19:57.676Z | Downloaded derive_more-impl v2.1.1 |
| 928 | 2026-07-16T21:19:57.676Z | Downloaded rand_xorshift v0.4.0 |
| 929 | 2026-07-16T21:19:57.679Z | Downloaded parking_lot v0.11.2 |
| 930 | 2026-07-16T21:19:57.680Z | Downloaded aes v0.9.1 |
| 931 | 2026-07-16T21:19:57.685Z | Downloaded progenitor-extras v0.2.0 |
| 932 | 2026-07-16T21:19:57.688Z | Downloaded progenitor-macro v0.14.0 |
| 933 | 2026-07-16T21:19:57.691Z | Downloaded phc v0.6.1 |
| 934 | 2026-07-16T21:19:57.694Z | Downloaded num-traits v0.2.19 |
| 935 | 2026-07-16T21:19:57.694Z | Downloaded same-file v1.0.6 |
| 936 | 2026-07-16T21:19:57.697Z | Downloaded scopeguard v1.2.0 |
| 937 | 2026-07-16T21:19:57.697Z | Downloaded sapling-renderdag v0.1.0 |
| 938 | 2026-07-16T21:19:57.700Z | Downloaded russh-util v0.52.0 |
| 939 | 2026-07-16T21:19:57.707Z | Downloaded minimal-lexical v0.2.1 |
| 940 | 2026-07-16T21:19:57.710Z | Downloaded icu_locale_core v2.1.1 |
| 941 | 2026-07-16T21:19:57.713Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 942 | 2026-07-16T21:19:57.716Z | Downloaded quinn-udp v0.5.14 |
| 943 | 2026-07-16T21:19:57.719Z | Downloaded pkcs1 v0.7.5 |
| 944 | 2026-07-16T21:19:57.719Z | Downloaded postcard v1.1.3 |
| 945 | 2026-07-16T21:19:57.722Z | Downloaded postgres-types v0.2.12 |
| 946 | 2026-07-16T21:19:57.722Z | Downloaded scroll_derive v0.13.1 |
| 947 | 2026-07-16T21:19:57.725Z | Downloaded semver v0.1.20 |
| 948 | 2026-07-16T21:19:57.725Z | Downloaded recursive v0.1.1 |
| 949 | 2026-07-16T21:19:57.725Z | Downloaded http v1.4.2 |
| 950 | 2026-07-16T21:19:57.727Z | Downloaded pin-project v1.1.11 |
| 951 | 2026-07-16T21:19:57.732Z | Downloaded secrecy v0.8.0 |
| 952 | 2026-07-16T21:19:57.735Z | Downloaded secrecy v0.10.3 |
| 953 | 2026-07-16T21:19:57.736Z | Downloaded scheduled-thread-pool v0.2.7 |
| 954 | 2026-07-16T21:19:57.736Z | Downloaded seq-macro v0.3.6 |
| 955 | 2026-07-16T21:19:57.739Z | Downloaded hyper-util v0.1.20 |
| 956 | 2026-07-16T21:19:57.742Z | Downloaded rustls-native-certs v0.8.3 |
| 957 | 2026-07-16T21:19:57.742Z | Downloaded rand_seeder v0.4.0 |
| 958 | 2026-07-16T21:19:57.742Z | Downloaded papergrid v0.17.0 |
| 959 | 2026-07-16T21:19:57.745Z | Downloaded primeorder v0.13.6 |
| 960 | 2026-07-16T21:19:57.748Z | Downloaded primefield v0.14.0 |
| 961 | 2026-07-16T21:19:57.748Z | Downloaded resolv-conf v0.7.6 |
| 962 | 2026-07-16T21:19:57.752Z | Downloaded pin-project-internal v1.1.11 |
| 963 | 2026-07-16T21:19:57.752Z | Downloaded oso v0.27.3 |
| 964 | 2026-07-16T21:19:57.755Z | Downloaded openssl-sys v0.9.115 |
| 965 | 2026-07-16T21:19:57.755Z | Downloaded serde_plain v1.0.2 |
| 966 | 2026-07-16T21:19:57.758Z | Downloaded ed25519-dalek v2.2.0 |
| 967 | 2026-07-16T21:19:57.758Z | Downloaded serde_urlencoded v0.7.1 |
| 968 | 2026-07-16T21:19:57.761Z | Downloaded der v0.8.0 |
| 969 | 2026-07-16T21:19:57.764Z | Downloaded serde_spanned v1.1.1 |
| 970 | 2026-07-16T21:19:57.764Z | Downloaded serde-big-array v0.5.1 |
| 971 | 2026-07-16T21:19:57.767Z | Downloaded crossterm v0.29.0 |
| 972 | 2026-07-16T21:19:57.774Z | Downloaded signal-hook-mio v0.2.5 |
| 973 | 2026-07-16T21:19:57.778Z | Downloaded signal-hook-tokio v0.3.1 |
| 974 | 2026-07-16T21:19:57.779Z | Downloaded shell-words v1.1.1 |
| 975 | 2026-07-16T21:19:57.782Z | Downloaded hickory-server v0.25.2 |
| 976 | 2026-07-16T21:19:57.785Z | Downloaded sigpipe v0.1.3 |
| 977 | 2026-07-16T21:19:57.785Z | Downloaded signature v3.0.0 |
| 978 | 2026-07-16T21:19:57.789Z | Downloaded scroll v0.13.0 |
| 979 | 2026-07-16T21:19:57.792Z | Downloaded aes-gcm v0.11.0 |
| 980 | 2026-07-16T21:19:57.795Z | Downloaded rustls-pemfile v2.2.0 |
| 981 | 2026-07-16T21:19:57.798Z | Downloaded sha1 v0.11.0 |
| 982 | 2026-07-16T21:19:57.798Z | Downloaded sha1 v0.10.6 |
| 983 | 2026-07-16T21:19:57.800Z | Downloaded signature v2.2.0 |
| 984 | 2026-07-16T21:19:57.803Z | Downloaded siphasher v1.0.2 |
| 985 | 2026-07-16T21:19:57.803Z | Downloaded icu_collections v2.1.1 |
| 986 | 2026-07-16T21:19:57.806Z | Downloaded pkcs5 v0.8.1 |
| 987 | 2026-07-16T21:19:57.809Z | Downloaded sec1 v0.7.3 |
| 988 | 2026-07-16T21:19:57.812Z | Downloaded p384 v0.14.0-rc.10 |
| 989 | 2026-07-16T21:19:57.814Z | Downloaded slog-envlogger v2.2.0 |
| 990 | 2026-07-16T21:19:57.814Z | Downloaded serde_bytes v0.11.19 |
| 991 | 2026-07-16T21:19:57.814Z | Downloaded serde-hex v0.1.0 |
| 992 | 2026-07-16T21:19:57.817Z | Downloaded p256 v0.14.0-rc.10 |
| 993 | 2026-07-16T21:19:57.817Z | Downloaded sec1 v0.8.1 |
| 994 | 2026-07-16T21:19:57.820Z | Downloaded slog-bunyan v2.5.0 |
| 995 | 2026-07-16T21:19:57.823Z | Downloaded serde_derive_internals v0.29.1 |
| 996 | 2026-07-16T21:19:57.826Z | Downloaded prettyplease v0.2.37 |
| 997 | 2026-07-16T21:19:57.828Z | Downloaded scrypt v0.12.0 |
| 998 | 2026-07-16T21:19:57.831Z | Downloaded prefix-trie v0.7.0 |
| 999 | 2026-07-16T21:19:57.839Z | Downloaded serde_repr v0.1.20 |
| 1000 | 2026-07-16T21:19:57.842Z | Downloaded pretty_assertions v1.4.1 |
| 1001 | 2026-07-16T21:19:57.855Z | Downloaded serde_with_macros v1.5.2 |
| 1002 | 2026-07-16T21:19:57.858Z | Downloaded signal-hook-registry v1.4.8 |
| 1003 | 2026-07-16T21:19:57.858Z | Downloaded shlex v1.3.0 |
| 1004 | 2026-07-16T21:19:57.863Z | Downloaded progenitor-impl v0.13.0 |
| 1005 | 2026-07-16T21:19:57.874Z | Downloaded itertools v0.10.5 |
| 1006 | 2026-07-16T21:19:57.877Z | Downloaded sqlparser_derive v0.5.0 |
| 1007 | 2026-07-16T21:19:57.880Z | Downloaded stable_deref_trait v1.2.1 |
| 1008 | 2026-07-16T21:19:57.880Z | Downloaded mio v1.2.0 |
| 1009 | 2026-07-16T21:19:57.883Z | Downloaded ron v0.8.1 |
| 1010 | 2026-07-16T21:19:57.887Z | Downloaded structmeta v0.3.0 |
| 1011 | 2026-07-16T21:19:57.887Z | Downloaded strum v0.27.2 |
| 1012 | 2026-07-16T21:19:57.890Z | Downloaded slab v0.4.12 |
| 1013 | 2026-07-16T21:19:57.890Z | Downloaded simd-adler32 v0.3.8 |
| 1014 | 2026-07-16T21:19:57.893Z | Downloaded rusty-fork v0.3.1 |
| 1015 | 2026-07-16T21:19:57.893Z | Downloaded serdect v0.4.3 |
| 1016 | 2026-07-16T21:19:57.893Z | Downloaded salsa20 v0.11.0 |
| 1017 | 2026-07-16T21:19:57.895Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1018 | 2026-07-16T21:19:57.895Z | Downloaded strsim v0.10.0 |
| 1019 | 2026-07-16T21:19:57.898Z | Downloaded slog-json v2.6.1 |
| 1020 | 2026-07-16T21:19:57.899Z | Downloaded sync_wrapper v1.0.2 |
| 1021 | 2026-07-16T21:19:57.899Z | Downloaded sync-ptr v0.1.4 |
| 1022 | 2026-07-16T21:19:57.899Z | Downloaded supports-color v3.0.2 |
| 1023 | 2026-07-16T21:19:57.902Z | Downloaded rustversion v1.0.22 |
| 1024 | 2026-07-16T21:19:57.902Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1025 | 2026-07-16T21:19:57.906Z | Downloaded rustls-pki-types v1.14.0 |
| 1026 | 2026-07-16T21:19:57.906Z | Downloaded dropshot-api-manager v0.7.2 |
| 1027 | 2026-07-16T21:19:57.909Z | Downloaded aho-corasick v1.1.4 |
| 1028 | 2026-07-16T21:19:57.914Z | Downloaded strum v0.26.3 |
| 1029 | 2026-07-16T21:19:57.914Z | Downloaded structmeta-derive v0.3.0 |
| 1030 | 2026-07-16T21:19:57.917Z | Downloaded slog-term v2.9.2 |
| 1031 | 2026-07-16T21:19:57.917Z | Downloaded spki v0.7.3 |
| 1032 | 2026-07-16T21:19:57.917Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1033 | 2026-07-16T21:19:57.922Z | Downloaded take_mut v0.2.2 |
| 1034 | 2026-07-16T21:19:57.922Z | Downloaded serde_with_macros v3.17.0 |
| 1035 | 2026-07-16T21:19:57.925Z | Downloaded rcgen v0.12.1 |
| 1036 | 2026-07-16T21:19:57.925Z | Downloaded static_assertions v1.1.0 |
| 1037 | 2026-07-16T21:19:57.925Z | Downloaded rayon-core v1.13.0 |
| 1038 | 2026-07-16T21:19:57.929Z | Downloaded sqlformat v0.3.5 |
| 1039 | 2026-07-16T21:19:57.929Z | Downloaded sha2 v0.11.0 |
| 1040 | 2026-07-16T21:19:57.933Z | Downloaded smf v0.2.3 |
| 1041 | 2026-07-16T21:19:57.933Z | Downloaded slog-stdlog v4.1.1 |
| 1042 | 2026-07-16T21:19:57.933Z | Downloaded slog-async v2.8.0 |
| 1043 | 2026-07-16T21:19:57.933Z | Downloaded tap v1.0.1 |
| 1044 | 2026-07-16T21:19:57.936Z | Downloaded tabled_derive v0.11.0 |
| 1045 | 2026-07-16T21:19:57.936Z | Downloaded termtree v0.5.1 |
| 1046 | 2026-07-16T21:19:57.936Z | Downloaded tabwriter v1.4.1 |
| 1047 | 2026-07-16T21:19:57.939Z | Downloaded testing_table v0.3.0 |
| 1048 | 2026-07-16T21:19:57.939Z | Downloaded string_cache v0.8.9 |
| 1049 | 2026-07-16T21:19:57.939Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1050 | 2026-07-16T21:19:57.942Z | Downloaded thread-id v5.1.0 |
| 1051 | 2026-07-16T21:19:57.942Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1052 | 2026-07-16T21:19:57.944Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1053 | 2026-07-16T21:19:57.944Z | Downloaded smallvec v0.6.14 |
| 1054 | 2026-07-16T21:19:57.944Z | Downloaded serde_path_to_error v0.1.20 |
| 1055 | 2026-07-16T21:19:57.947Z | Downloaded iri-string v0.7.10 |
| 1056 | 2026-07-16T21:19:57.950Z | Downloaded quinn v0.11.9 |
| 1057 | 2026-07-16T21:19:57.953Z | Downloaded futures-util v0.3.32 |
| 1058 | 2026-07-16T21:19:57.959Z | Downloaded strum_macros v0.24.3 |
| 1059 | 2026-07-16T21:19:57.962Z | Downloaded slog-scope v4.4.1 |
| 1060 | 2026-07-16T21:19:57.962Z | Downloaded tinyvec_macros v0.1.1 |
| 1061 | 2026-07-16T21:19:57.965Z | Downloaded p521 v0.14.0-rc.10 |
| 1062 | 2026-07-16T21:19:57.965Z | Downloaded time-core v0.1.8 |
| 1063 | 2026-07-16T21:19:57.967Z | Downloaded spki v0.8.0 |
| 1064 | 2026-07-16T21:19:57.967Z | Downloaded synstructure v0.13.2 |
| 1065 | 2026-07-16T21:19:57.970Z | Downloaded num-bigint v0.4.6 |
| 1066 | 2026-07-16T21:19:57.974Z | Downloaded hashbrown v0.16.1 |
| 1067 | 2026-07-16T21:19:57.977Z | Downloaded libxml v0.3.3 |
| 1068 | 2026-07-16T21:19:57.980Z | Downloaded smallvec v1.15.1 |
| 1069 | 2026-07-16T21:19:57.980Z | Downloaded ryu v1.0.23 |
| 1070 | 2026-07-16T21:19:57.983Z | Downloaded tokio-macros v2.7.0 |
| 1071 | 2026-07-16T21:19:57.983Z | Downloaded tagptr v0.2.0 |
| 1072 | 2026-07-16T21:19:57.986Z | Downloaded stacker v0.1.23 |
| 1073 | 2026-07-16T21:19:57.986Z | Downloaded strum_macros v0.27.2 |
| 1074 | 2026-07-16T21:19:57.988Z | Downloaded progenitor-impl v0.14.0 |
| 1075 | 2026-07-16T21:19:57.988Z | Downloaded schemars_derive v0.8.22 |
| 1076 | 2026-07-16T21:19:57.991Z | Downloaded serde_cbor v0.11.2 |
| 1077 | 2026-07-16T21:19:57.991Z | Downloaded slog-dtrace v0.3.0 |
| 1078 | 2026-07-16T21:19:57.994Z | Downloaded subtle v2.6.1 |
| 1079 | 2026-07-16T21:19:57.994Z | Downloaded strum_macros v0.26.4 |
| 1080 | 2026-07-16T21:19:57.997Z | Downloaded termios v0.3.3 |
| 1081 | 2026-07-16T21:19:57.997Z | Downloaded tokio-test v0.4.5 |
| 1082 | 2026-07-16T21:19:57.999Z | Downloaded thread_local v1.1.9 |
| 1083 | 2026-07-16T21:19:57.999Z | Downloaded support-bundle-viewer v0.1.2 |
| 1084 | 2026-07-16T21:19:57.999Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1085 | 2026-07-16T21:19:58.002Z | Downloaded topological-sort v0.2.2 |
| 1086 | 2026-07-16T21:19:58.009Z | Downloaded publicsuffix v2.3.0 |
| 1087 | 2026-07-16T21:19:58.012Z | Downloaded itertools v0.13.0 |
| 1088 | 2026-07-16T21:19:58.016Z | Downloaded itertools v0.12.1 |
| 1089 | 2026-07-16T21:19:58.021Z | Downloaded tiny-keccak v2.0.2 |
| 1090 | 2026-07-16T21:19:58.024Z | Downloaded tinystr v0.8.2 |
| 1091 | 2026-07-16T21:19:58.026Z | Downloaded unarray v0.1.4 |
| 1092 | 2026-07-16T21:19:58.029Z | Downloaded typify-macro v0.6.2 |
| 1093 | 2026-07-16T21:19:58.033Z | Downloaded universal-hash v0.5.1 |
| 1094 | 2026-07-16T21:19:58.035Z | Downloaded unicode-xid v0.2.6 |
| 1095 | 2026-07-16T21:19:58.035Z | Downloaded universal-hash v0.6.1 |
| 1096 | 2026-07-16T21:19:58.038Z | Downloaded rustls-webpki v0.103.13 |
| 1097 | 2026-07-16T21:19:58.038Z | Downloaded spin v0.9.8 |
| 1098 | 2026-07-16T21:19:58.043Z | Downloaded socket2 v0.5.10 |
| 1099 | 2026-07-16T21:19:58.046Z | Downloaded hyper v1.10.1 |
| 1100 | 2026-07-16T21:19:58.049Z | Downloaded tls_codec_derive v0.4.2 |
| 1101 | 2026-07-16T21:19:58.051Z | Downloaded usdt-attr-macro v0.6.0 |
| 1102 | 2026-07-16T21:19:58.051Z | Downloaded nom v7.1.3 |
| 1103 | 2026-07-16T21:19:58.054Z | Downloaded libm v0.2.16 |
| 1104 | 2026-07-16T21:19:58.060Z | Downloaded try-lock v0.2.5 |
| 1105 | 2026-07-16T21:19:58.062Z | Downloaded tower-service v0.3.3 |
| 1106 | 2026-07-16T21:19:58.062Z | Downloaded thiserror-no-std v2.0.2 |
| 1107 | 2026-07-16T21:19:58.065Z | Downloaded rand v0.8.6 |
| 1108 | 2026-07-16T21:19:58.068Z | Downloaded term v1.2.1 |
| 1109 | 2026-07-16T21:19:58.068Z | Downloaded utf8_iter v1.0.4 |
| 1110 | 2026-07-16T21:19:58.071Z | Downloaded utf-8 v0.7.6 |
| 1111 | 2026-07-16T21:19:58.074Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1112 | 2026-07-16T21:19:58.074Z | Downloaded trait-variant v0.1.2 |
| 1113 | 2026-07-16T21:19:58.077Z | Downloaded tower-layer v0.3.3 |
| 1114 | 2026-07-16T21:19:58.077Z | Downloaded schemars v0.9.0 |
| 1115 | 2026-07-16T21:19:58.080Z | Downloaded unit-prefix v0.5.2 |
| 1116 | 2026-07-16T21:19:58.080Z | Downloaded wait-timeout v0.2.1 |
| 1117 | 2026-07-16T21:19:58.084Z | Downloaded stringprep v0.1.5 |
| 1118 | 2026-07-16T21:19:58.084Z | Downloaded rand v0.9.2 |
| 1119 | 2026-07-16T21:19:58.087Z | Downloaded schemars v0.8.22 |
| 1120 | 2026-07-16T21:19:58.090Z | Downloaded unicode-truncate v1.1.0 |
| 1121 | 2026-07-16T21:19:58.093Z | Downloaded tls_codec v0.4.2 |
| 1122 | 2026-07-16T21:19:58.093Z | Downloaded unicase v2.9.0 |
| 1123 | 2026-07-16T21:19:58.096Z | Downloaded slog v2.8.2 |
| 1124 | 2026-07-16T21:19:58.096Z | Downloaded similar v2.7.0 |
| 1125 | 2026-07-16T21:19:58.098Z | Downloaded rand v0.10.1 |
| 1126 | 2026-07-16T21:19:58.101Z | Downloaded want v0.3.1 |
| 1127 | 2026-07-16T21:19:58.104Z | Downloaded samael v0.0.19 |
| 1128 | 2026-07-16T21:19:58.108Z | Downloaded subprocess v0.2.15 |
| 1129 | 2026-07-16T21:19:58.108Z | Downloaded aws-lc-rs v1.16.3 |
| 1130 | 2026-07-16T21:19:58.113Z | Downloaded usdt v0.6.0 |
| 1131 | 2026-07-16T21:19:58.115Z | Downloaded bitvec v1.0.1 |
| 1132 | 2026-07-16T21:19:58.121Z | Downloaded tokio-tungstenite v0.23.1 |
| 1133 | 2026-07-16T21:19:58.124Z | Downloaded tokio-dtrace v0.1.1 |
| 1134 | 2026-07-16T21:19:58.124Z | Downloaded tokio-rustls v0.26.4 |
| 1135 | 2026-07-16T21:19:58.127Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1136 | 2026-07-16T21:19:58.128Z | Downloaded void v1.0.2 |
| 1137 | 2026-07-16T21:19:58.128Z | Downloaded xattr v1.6.1 |
| 1138 | 2026-07-16T21:19:58.130Z | Downloaded waitgroup v0.1.2 |
| 1139 | 2026-07-16T21:19:58.130Z | Downloaded xshell-macros v0.2.7 |
| 1140 | 2026-07-16T21:19:58.130Z | Downloaded yoke-derive v0.8.1 |
| 1141 | 2026-07-16T21:19:58.130Z | Downloaded socket2 v0.6.3 |
| 1142 | 2026-07-16T21:19:58.133Z | Downloaded term v0.7.0 |
| 1143 | 2026-07-16T21:19:58.135Z | Downloaded rsa v0.9.10 |
| 1144 | 2026-07-16T21:19:58.138Z | Downloaded vergen-git2 v9.1.0 |
| 1145 | 2026-07-16T21:19:58.138Z | Downloaded crypto-primes v0.7.2 |
| 1146 | 2026-07-16T21:19:58.141Z | Downloaded vergen-lib v0.1.6 |
| 1147 | 2026-07-16T21:19:58.144Z | Downloaded num-bigint-dig v0.8.6 |
| 1148 | 2026-07-16T21:19:58.146Z | Downloaded vergen-lib v9.1.0 |
| 1149 | 2026-07-16T21:19:58.146Z | Downloaded zerofrom v0.1.6 |
| 1150 | 2026-07-16T21:19:58.147Z | Downloaded zerofrom-derive v0.1.6 |
| 1151 | 2026-07-16T21:19:58.149Z | Downloaded usdt-macro v0.6.0 |
| 1152 | 2026-07-16T21:19:58.153Z | Downloaded qorb v0.4.1 |
| 1153 | 2026-07-16T21:19:58.156Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1154 | 2026-07-16T21:19:58.156Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1155 | 2026-07-16T21:19:58.156Z | Downloaded tokio-tungstenite v0.21.0 |
| 1156 | 2026-07-16T21:19:58.156Z | Downloaded test-strategy v0.4.5 |
| 1157 | 2026-07-16T21:19:58.156Z | Downloaded iddqd v0.4.2 |
| 1158 | 2026-07-16T21:19:58.161Z | Downloaded tui-tree-widget v0.23.1 |
| 1159 | 2026-07-16T21:19:58.165Z | Downloaded h2 v0.4.15 |
| 1160 | 2026-07-16T21:19:58.170Z | Downloaded time-macros v0.2.27 |
| 1161 | 2026-07-16T21:19:58.170Z | Downloaded idna v1.1.0 |
| 1162 | 2026-07-16T21:19:58.174Z | Downloaded zeroize_derive v1.4.3 |
| 1163 | 2026-07-16T21:19:58.174Z | Downloaded usdt-impl v0.6.0 |
| 1164 | 2026-07-16T21:19:58.174Z | Downloaded untrusted v0.7.1 |
| 1165 | 2026-07-16T21:19:58.174Z | Downloaded vergen-gitcl v1.0.8 |
| 1166 | 2026-07-16T21:19:58.177Z | Downloaded tinyvec v1.10.0 |
| 1167 | 2026-07-16T21:19:58.177Z | Downloaded whoami v1.6.1 |
| 1168 | 2026-07-16T21:19:58.177Z | Downloaded uzers v0.12.2 |
| 1169 | 2026-07-16T21:19:58.180Z | Downloaded chrono v0.4.45 |
| 1170 | 2026-07-16T21:19:58.185Z | Downloaded wyz v0.5.1 |
| 1171 | 2026-07-16T21:19:58.185Z | Downloaded tokio-stream v0.1.18 |
| 1172 | 2026-07-16T21:19:58.188Z | Downloaded hashbrown v0.15.5 |
| 1173 | 2026-07-16T21:19:58.188Z | Downloaded icu_properties_data v2.1.2 |
| 1174 | 2026-07-16T21:19:58.193Z | Downloaded xshell v0.2.7 |
| 1175 | 2026-07-16T21:19:58.199Z | Downloaded toml v0.7.8 |
| 1176 | 2026-07-16T21:19:58.199Z | Downloaded vergen v9.1.0 |
| 1177 | 2026-07-16T21:19:58.199Z | Downloaded steno v0.4.1 |
| 1178 | 2026-07-16T21:19:58.202Z | Downloaded itertools v0.14.0 |
| 1179 | 2026-07-16T21:19:58.206Z | Downloaded rpassword v7.4.0 |
| 1180 | 2026-07-16T21:19:58.206Z | Downloaded yoke v0.8.1 |
| 1181 | 2026-07-16T21:19:58.209Z | Downloaded schemars v1.2.1 |
| 1182 | 2026-07-16T21:19:58.214Z | Downloaded vsss-rs v3.3.4 |
| 1183 | 2026-07-16T21:19:58.219Z | Downloaded zeroize v1.8.2 |
| 1184 | 2026-07-16T21:19:58.219Z | Downloaded tracing-core v0.1.36 |
| 1185 | 2026-07-16T21:19:58.222Z | Downloaded tungstenite v0.23.0 |
| 1186 | 2026-07-16T21:19:58.222Z | Downloaded unicode-bidi v0.3.18 |
| 1187 | 2026-07-16T21:19:58.222Z | Downloaded tracing-attributes v0.1.31 |
| 1188 | 2026-07-16T21:19:58.226Z | Downloaded twox-hash v2.1.2 |
| 1189 | 2026-07-16T21:19:58.226Z | Downloaded walkdir v2.5.0 |
| 1190 | 2026-07-16T21:19:58.226Z | Downloaded rsa v0.10.0-rc.18 |
| 1191 | 2026-07-16T21:19:58.229Z | Downloaded whoami v2.1.0 |
| 1192 | 2026-07-16T21:19:58.235Z | Downloaded nom v8.0.0 |
| 1193 | 2026-07-16T21:19:58.238Z | Downloaded serde_with v1.14.0 |
| 1194 | 2026-07-16T21:19:58.238Z | Downloaded writeable v0.6.2 |
| 1195 | 2026-07-16T21:19:58.238Z | Downloaded unicode-properties v0.1.4 |
| 1196 | 2026-07-16T21:19:58.241Z | Downloaded bindgen v0.71.1 |
| 1197 | 2026-07-16T21:19:58.246Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1198 | 2026-07-16T21:19:58.254Z | Downloaded rustyline v14.0.0 |
| 1199 | 2026-07-16T21:19:58.254Z | Downloaded zone_cfg_derive v0.3.1 |
| 1200 | 2026-07-16T21:19:58.254Z | Downloaded zerovec-derive v0.11.2 |
| 1201 | 2026-07-16T21:19:58.254Z | Downloaded signal-hook v0.3.18 |
| 1202 | 2026-07-16T21:19:58.254Z | Downloaded untrusted v0.9.0 |
| 1203 | 2026-07-16T21:19:58.259Z | Downloaded yasna v0.5.2 |
| 1204 | 2026-07-16T21:19:58.259Z | Downloaded tokio-native-tls v0.3.1 |
| 1205 | 2026-07-16T21:19:58.259Z | Downloaded zerocopy v0.6.6 |
| 1206 | 2026-07-16T21:19:58.259Z | Downloaded vte v0.14.1 |
| 1207 | 2026-07-16T21:19:58.259Z | Downloaded snafu-derive v0.8.9 |
| 1208 | 2026-07-16T21:19:58.259Z | Downloaded hkdf v0.13.0 |
| 1209 | 2026-07-16T21:19:58.263Z | Downloaded blake3 v1.8.5 |
| 1210 | 2026-07-16T21:19:58.267Z | Downloaded typify v0.6.2 |
| 1211 | 2026-07-16T21:19:58.267Z | Downloaded tar v0.4.46 |
| 1212 | 2026-07-16T21:19:58.271Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1213 | 2026-07-16T21:19:58.275Z | Downloaded zstd-safe v7.2.4 |
| 1214 | 2026-07-16T21:19:58.275Z | Downloaded zone v0.3.1 |
| 1215 | 2026-07-16T21:19:58.275Z | Downloaded snafu v0.8.9 |
| 1216 | 2026-07-16T21:19:58.281Z | Downloaded unsafe-libyaml v0.2.11 |
| 1217 | 2026-07-16T21:19:58.284Z | Downloaded reqwest v0.12.28 |
| 1218 | 2026-07-16T21:19:58.298Z | Downloaded goblin v0.10.5 |
| 1219 | 2026-07-16T21:19:58.308Z | Downloaded tungstenite v0.21.0 |
| 1220 | 2026-07-16T21:19:58.313Z | Downloaded unicode_categories v0.1.1 |
| 1221 | 2026-07-16T21:19:58.313Z | Downloaded uuid v1.23.4 |
| 1222 | 2026-07-16T21:19:58.317Z | Downloaded url v2.5.8 |
| 1223 | 2026-07-16T21:19:58.338Z | Downloaded zstd v0.13.3 |
| 1224 | 2026-07-16T21:19:58.341Z | Downloaded typed-path v0.9.3 |
| 1225 | 2026-07-16T21:19:58.347Z | Downloaded zerotrie v0.2.3 |
| 1226 | 2026-07-16T21:19:58.350Z | Downloaded lalrpop v0.19.12 |
| 1227 | 2026-07-16T21:19:58.354Z | Downloaded hkdf v0.12.4 |
| 1228 | 2026-07-16T21:19:58.360Z | Downloaded moka v0.12.13 |
| 1229 | 2026-07-16T21:19:58.365Z | Downloaded yansi v1.0.1 |
| 1230 | 2026-07-16T21:19:58.369Z | Downloaded tower v0.5.3 |
| 1231 | 2026-07-16T21:19:58.375Z | Downloaded zopfli v0.8.3 |
| 1232 | 2026-07-16T21:19:58.413Z | Downloaded x509-cert v0.2.5 |
| 1233 | 2026-07-16T21:19:58.417Z | Downloaded tokio-postgres v0.7.16 |
| 1234 | 2026-07-16T21:19:58.417Z | Downloaded toml_edit v0.19.15 |
| 1235 | 2026-07-16T21:19:58.418Z | Downloaded zerocopy-derive v0.8.40 |
| 1236 | 2026-07-16T21:19:58.428Z | Downloaded tough v0.22.0 |
| 1237 | 2026-07-16T21:19:58.431Z | Downloaded zip v0.6.6 |
| 1238 | 2026-07-16T21:19:58.437Z | Downloaded reedline v0.40.0 |
| 1239 | 2026-07-16T21:19:58.440Z | Downloaded zip v4.6.1 |
| 1240 | 2026-07-16T21:19:58.440Z | Downloaded regex v1.12.3 |
| 1241 | 2026-07-16T21:19:58.444Z | Downloaded object v0.30.4 |
| 1242 | 2026-07-16T21:19:58.449Z | Downloaded reqwest v0.13.2 |
| 1243 | 2026-07-16T21:19:58.454Z | Downloaded quinn-proto v0.11.13 |
| 1244 | 2026-07-16T21:19:58.458Z | Downloaded unicode-normalization v0.1.25 |
| 1245 | 2026-07-16T21:19:58.463Z | Downloaded zerovec v0.11.5 |
| 1246 | 2026-07-16T21:19:58.467Z | Downloaded git2 v0.20.4 |
| 1247 | 2026-07-16T21:19:58.475Z | Downloaded bstr v1.12.1 |
| 1248 | 2026-07-16T21:19:58.478Z | Downloaded rawzip v0.4.4 |
| 1249 | 2026-07-16T21:19:58.486Z | Downloaded winnow v0.6.26 |
| 1250 | 2026-07-16T21:19:58.490Z | Downloaded winnow v0.5.40 |
| 1251 | 2026-07-16T21:19:58.492Z | Downloaded p384 v0.13.1 |
| 1252 | 2026-07-16T21:19:58.520Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1253 | 2026-07-16T21:19:58.523Z | Downloaded winnow v1.0.3 |
| 1254 | 2026-07-16T21:19:58.529Z | Downloaded unicode-segmentation v1.12.0 |
| 1255 | 2026-07-16T21:19:58.533Z | Downloaded rayon v1.11.0 |
| 1256 | 2026-07-16T21:19:58.536Z | Downloaded openssl v0.10.79 |
| 1257 | 2026-07-16T21:19:58.543Z | Downloaded portable-atomic v1.13.1 |
| 1258 | 2026-07-16T21:19:58.546Z | Downloaded crypto-bigint v0.7.5 |
| 1259 | 2026-07-16T21:19:58.554Z | Downloaded salty v0.3.0 |
| 1260 | 2026-07-16T21:19:58.558Z | Downloaded quick-xml v0.37.5 |
| 1261 | 2026-07-16T21:19:58.562Z | Downloaded hickory-proto v0.24.4 |
| 1262 | 2026-07-16T21:19:58.570Z | Downloaded curve25519-dalek v4.1.3 |
| 1263 | 2026-07-16T21:19:58.584Z | Downloaded tokio-util v0.7.18 |
| 1264 | 2026-07-16T21:19:58.587Z | Downloaded vcpkg v0.2.15 |
| 1265 | 2026-07-16T21:19:58.610Z | Downloaded zlib-rs v0.6.2 |
| 1266 | 2026-07-16T21:19:58.613Z | Downloaded tower-http v0.6.8 |
| 1267 | 2026-07-16T21:19:58.617Z | Downloaded proptest v1.10.0 |
| 1268 | 2026-07-16T21:19:58.623Z | Downloaded serde_with v3.17.0 |
| 1269 | 2026-07-16T21:19:58.629Z | Downloaded regress v0.10.5 |
| 1270 | 2026-07-16T21:19:58.636Z | Downloaded nix v0.27.1 |
| 1271 | 2026-07-16T21:19:58.659Z | Downloaded petname v2.0.2 |
| 1272 | 2026-07-16T21:19:58.662Z | Downloaded russh v0.61.2 |
| 1273 | 2026-07-16T21:19:58.668Z | Downloaded radix_trie v0.2.1 |
| 1274 | 2026-07-16T21:19:58.714Z | Downloaded nix v0.28.0 |
| 1275 | 2026-07-16T21:19:58.727Z | Downloaded time v0.3.47 |
| 1276 | 2026-07-16T21:19:58.733Z | Downloaded polar-core v0.27.3 |
| 1277 | 2026-07-16T21:19:58.739Z | Downloaded tabled v0.20.0 |
| 1278 | 2026-07-16T21:19:58.747Z | Downloaded regex-syntax v0.6.29 |
| 1279 | 2026-07-16T21:19:58.751Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1280 | 2026-07-16T21:19:58.757Z | Downloaded fiat-crypto v0.3.0 |
| 1281 | 2026-07-16T21:19:58.765Z | Downloaded smoltcp v0.9.1 |
| 1282 | 2026-07-16T21:19:58.771Z | Downloaded sled v0.34.7 |
| 1283 | 2026-07-16T21:19:58.777Z | Downloaded sqlparser v0.61.0 |
| 1284 | 2026-07-16T21:19:58.783Z | Downloaded object v0.37.3 |
| 1285 | 2026-07-16T21:19:58.789Z | Downloaded dropshot v0.17.1 |
| 1286 | 2026-07-16T21:19:58.801Z | Downloaded zerocopy v0.8.40 |
| 1287 | 2026-07-16T21:19:58.806Z | Downloaded ratatui v0.29.0 |
| 1288 | 2026-07-16T21:19:58.818Z | Downloaded typify-impl v0.6.2 |
| 1289 | 2026-07-16T21:19:58.826Z | Downloaded regress v0.11.1 |
| 1290 | 2026-07-16T21:19:58.831Z | Downloaded smoltcp v0.11.0 |
| 1291 | 2026-07-16T21:19:58.838Z | Downloaded rustls v0.23.41 |
| 1292 | 2026-07-16T21:19:58.844Z | Downloaded rustix v0.38.44 |
| 1293 | 2026-07-16T21:19:58.859Z | Downloaded regex-syntax v0.8.10 |
| 1294 | 2026-07-16T21:19:58.862Z | Downloaded zerocopy-derive v0.6.6 |
| 1295 | 2026-07-16T21:19:58.867Z | Downloaded openapiv3 v2.2.0 |
| 1296 | 2026-07-16T21:19:58.873Z | Downloaded hickory-proto v0.25.2 |
| 1297 | 2026-07-16T21:19:58.882Z | Downloaded diesel v2.3.7 |
| 1298 | 2026-07-16T21:19:58.893Z | Downloaded tracing v0.1.44 |
| 1299 | 2026-07-16T21:19:58.905Z | Downloaded chrono-tz v0.10.4 |
| 1300 | 2026-07-16T21:19:58.917Z | Downloaded sha3 v0.11.0 |
| 1301 | 2026-07-16T21:19:58.920Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1302 | 2026-07-16T21:19:58.928Z | Downloaded nix v0.31.2 |
| 1303 | 2026-07-16T21:19:58.933Z | Downloaded petgraph v0.8.3 |
| 1304 | 2026-07-16T21:19:58.945Z | Downloaded regex-automata v0.4.14 |
| 1305 | 2026-07-16T21:19:58.967Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1306 | 2026-07-16T21:19:58.976Z | Downloaded libz-sys v1.1.24 |
| 1307 | 2026-07-16T21:19:58.989Z | Downloaded sha3 v0.10.8 |
| 1308 | 2026-07-16T21:19:58.992Z | Downloaded petgraph v0.6.5 |
| 1309 | 2026-07-16T21:19:59.003Z | Downloaded jiff v0.2.21 |
| 1310 | 2026-07-16T21:19:59.020Z | Downloaded csv v1.4.0 |
| 1311 | 2026-07-16T21:19:59.044Z | Downloaded tokio v1.52.1 |
| 1312 | 2026-07-16T21:19:59.098Z | Downloaded encoding_rs v0.8.35 |
| 1313 | 2026-07-16T21:19:59.126Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1314 | 2026-07-16T21:19:59.184Z | Downloaded ring v0.17.14 |
| 1315 | 2026-07-16T21:19:59.635Z | Downloaded aws-lc-sys v0.40.0 |
| 1316 | 2026-07-16T21:19:59.891Z | Compiling libc v0.2.185 |
| 1317 | 2026-07-16T21:19:59.891Z | Compiling serde_core v1.0.228 |
| 1318 | 2026-07-16T21:19:59.891Z | Compiling serde v1.0.228 |
| 1319 | 2026-07-16T21:19:59.895Z | Compiling log v0.4.29 |
| 1320 | 2026-07-16T21:19:59.895Z | Compiling smallvec v1.15.1 |
| 1321 | 2026-07-16T21:20:00.046Z | Compiling find-msvc-tools v0.1.9 |
| 1322 | 2026-07-16T21:20:00.052Z | Compiling shlex v1.3.0 |
| 1323 | 2026-07-16T21:20:00.062Z | Compiling syn v2.0.117 |
| 1324 | 2026-07-16T21:20:00.224Z | Compiling subtle v2.6.1 |
| 1325 | 2026-07-16T21:20:00.241Z | Compiling stable_deref_trait v1.2.1 |
| 1326 | 2026-07-16T21:20:00.257Z | Compiling scopeguard v1.2.0 |
| 1327 | 2026-07-16T21:20:00.312Z | Compiling typenum v1.20.1 |
| 1328 | 2026-07-16T21:20:00.327Z | Compiling serde_json v1.0.150 |
| 1329 | 2026-07-16T21:20:00.365Z | Compiling lock_api v0.4.14 |
| 1330 | 2026-07-16T21:20:00.378Z | Compiling portable-atomic v1.13.1 |
| 1331 | 2026-07-16T21:20:00.390Z | Compiling zerocopy v0.8.40 |
| 1332 | 2026-07-16T21:20:00.550Z | Compiling pin-project-lite v0.2.17 |
| 1333 | 2026-07-16T21:20:00.590Z | Compiling parking_lot_core v0.9.12 |
| 1334 | 2026-07-16T21:20:00.652Z | Compiling libm v0.2.16 |
| 1335 | 2026-07-16T21:20:00.847Z | Compiling critical-section v1.2.0 |
| 1336 | 2026-07-16T21:20:00.873Z | Compiling jobserver v0.1.34 |
| 1337 | 2026-07-16T21:20:00.904Z | Compiling errno v0.3.14 |
| 1338 | 2026-07-16T21:20:00.954Z | Compiling getrandom v0.2.17 |
| 1339 | 2026-07-16T21:20:00.966Z | Compiling getrandom v0.4.1 |
| 1340 | 2026-07-16T21:20:01.043Z | Compiling pkg-config v0.3.32 |
| 1341 | 2026-07-16T21:20:01.106Z | Compiling cc v1.2.56 |
| 1342 | 2026-07-16T21:20:01.173Z | Compiling rand_core v0.6.4 |
| 1343 | 2026-07-16T21:20:01.240Z | Compiling signal-hook-registry v1.4.8 |
| 1344 | 2026-07-16T21:20:01.444Z | Compiling once_cell v1.21.3 |
| 1345 | 2026-07-16T21:20:01.574Z | Compiling num-traits v0.2.19 |
| 1346 | 2026-07-16T21:20:01.601Z | Compiling futures-core v0.3.32 |
| 1347 | 2026-07-16T21:20:01.669Z | Compiling rand_core v0.10.0 |
| 1348 | 2026-07-16T21:20:01.752Z | Compiling parking_lot v0.12.5 |
| 1349 | 2026-07-16T21:20:01.848Z | Compiling mio v1.2.0 |
| 1350 | 2026-07-16T21:20:01.931Z | Compiling generic-array v0.14.7 |
| 1351 | 2026-07-16T21:20:02.055Z | Compiling writeable v0.6.2 |
| 1352 | 2026-07-16T21:20:02.135Z | Compiling percent-encoding v2.3.2 |
| 1353 | 2026-07-16T21:20:02.158Z | Compiling const-oid v0.9.6 |
| 1354 | 2026-07-16T21:20:02.320Z | Compiling bitflags v2.11.0 |
| 1355 | 2026-07-16T21:20:02.334Z | Compiling litemap v0.8.1 |
| 1356 | 2026-07-16T21:20:02.406Z | Compiling semver v1.0.28 |
| 1357 | 2026-07-16T21:20:02.604Z | Compiling icu_normalizer_data v2.1.1 |
| 1358 | 2026-07-16T21:20:02.733Z | Compiling icu_properties_data v2.1.2 |
| 1359 | 2026-07-16T21:20:02.828Z | Compiling socket2 v0.6.3 |
| 1360 | 2026-07-16T21:20:02.894Z | Compiling futures-sink v0.3.32 |
| 1361 | 2026-07-16T21:20:02.922Z | Compiling slab v0.4.12 |
| 1362 | 2026-07-16T21:20:02.934Z | Compiling synstructure v0.13.2 |
| 1363 | 2026-07-16T21:20:02.996Z | Compiling futures-channel v0.3.32 |
| 1364 | 2026-07-16T21:20:03.097Z | Compiling futures-task v0.3.32 |
| 1365 | 2026-07-16T21:20:03.113Z | Compiling futures-io v0.3.32 |
| 1366 | 2026-07-16T21:20:03.181Z | Compiling utf8_iter v1.0.4 |
| 1367 | 2026-07-16T21:20:03.230Z | Compiling indexmap v2.14.0 |
| 1368 | 2026-07-16T21:20:03.244Z | Compiling form_urlencoded v1.2.2 |
| 1369 | 2026-07-16T21:20:03.292Z | Compiling getrandom v0.3.4 |
| 1370 | 2026-07-16T21:20:03.292Z | Compiling rustversion v1.0.22 |
| 1371 | 2026-07-16T21:20:03.317Z | Compiling cmake v0.1.57 |
| 1372 | 2026-07-16T21:20:03.423Z | Compiling dunce v1.0.5 |
| 1373 | 2026-07-16T21:20:03.470Z | Compiling ident_case v1.0.1 |
| 1374 | 2026-07-16T21:20:03.520Z | Compiling rustix v1.1.3 |
| 1375 | 2026-07-16T21:20:03.548Z | Compiling iana-time-zone v0.1.65 |
| 1376 | 2026-07-16T21:20:03.563Z | Compiling fs_extra v1.3.0 |
| 1377 | 2026-07-16T21:20:03.797Z | Compiling regex-syntax v0.8.10 |
| 1378 | 2026-07-16T21:20:03.815Z | Compiling uuid v1.23.4 |
| 1379 | 2026-07-16T21:20:03.867Z | Compiling aws-lc-sys v0.40.0 |
| 1380 | 2026-07-16T21:20:03.946Z | Compiling base64ct v1.8.3 |
| 1381 | 2026-07-16T21:20:04.249Z | Compiling rand_core v0.9.5 |
| 1382 | 2026-07-16T21:20:04.282Z | Compiling base64 v0.22.1 |
| 1383 | 2026-07-16T21:20:04.377Z | Compiling vcpkg v0.2.15 |
| 1384 | 2026-07-16T21:20:04.539Z | Compiling pem-rfc7468 v0.7.0 |
| 1385 | 2026-07-16T21:20:04.574Z | Compiling rustc_version v0.4.1 |
| 1386 | 2026-07-16T21:20:04.630Z | Compiling tracing-core v0.1.36 |
| 1387 | 2026-07-16T21:20:04.718Z | Compiling serde_derive v1.0.228 |
| 1388 | 2026-07-16T21:20:04.855Z | Compiling zeroize_derive v1.4.3 |
| 1389 | 2026-07-16T21:20:04.907Z | Compiling zerofrom-derive v0.1.6 |
| 1390 | 2026-07-16T21:20:05.145Z | Compiling yoke-derive v0.8.1 |
| 1391 | 2026-07-16T21:20:05.210Z | Compiling zerovec-derive v0.11.2 |
| 1392 | 2026-07-16T21:20:05.315Z | Compiling zerocopy-derive v0.8.40 |
| 1393 | 2026-07-16T21:20:05.541Z | Compiling zeroize v1.8.2 |
| 1394 | 2026-07-16T21:20:05.766Z | Compiling displaydoc v0.2.5 |
| 1395 | 2026-07-16T21:20:06.350Z | Compiling zerofrom v0.1.6 |
| 1396 | 2026-07-16T21:20:06.385Z | Compiling tokio-macros v2.7.0 |
| 1397 | 2026-07-16T21:20:06.388Z | Compiling futures-macro v0.3.32 |
| 1398 | 2026-07-16T21:20:06.477Z | Compiling yoke v0.8.1 |
| 1399 | 2026-07-16T21:20:06.564Z | Compiling openssl-sys v0.9.115 |
| 1400 | 2026-07-16T21:20:06.663Z | Compiling zerovec v0.11.5 |
| 1401 | 2026-07-16T21:20:06.834Z | Compiling zerotrie v0.2.3 |
| 1402 | 2026-07-16T21:20:07.114Z | Compiling block-buffer v0.10.4 |
| 1403 | 2026-07-16T21:20:07.127Z | Compiling crypto-common v0.1.7 |
| 1404 | 2026-07-16T21:20:07.144Z | Compiling tinystr v0.8.2 |
| 1405 | 2026-07-16T21:20:07.178Z | Compiling potential_utf v0.1.4 |
| 1406 | 2026-07-16T21:20:07.221Z | Compiling futures-util v0.3.32 |
| 1407 | 2026-07-16T21:20:07.273Z | Compiling digest v0.10.7 |
| 1408 | 2026-07-16T21:20:07.284Z | Compiling thiserror-impl v2.0.18 |
| 1409 | 2026-07-16T21:20:07.340Z | Compiling icu_locale_core v2.1.1 |
| 1410 | 2026-07-16T21:20:07.354Z | Compiling icu_collections v2.1.1 |
| 1411 | 2026-07-16T21:20:07.522Z | Compiling der_derive v0.7.3 |
| 1412 | 2026-07-16T21:20:07.836Z | Compiling tracing-attributes v0.1.31 |
| 1413 | 2026-07-16T21:20:08.222Z | Compiling icu_provider v2.1.1 |
| 1414 | 2026-07-16T21:20:08.342Z | Compiling bytes v1.11.1 |
| 1415 | 2026-07-16T21:20:08.496Z | Compiling icu_normalizer v2.1.1 |
| 1416 | 2026-07-16T21:20:08.523Z | Compiling icu_properties v2.1.2 |
| 1417 | 2026-07-16T21:20:08.630Z | Compiling chrono v0.4.45 |
| 1418 | 2026-07-16T21:20:08.973Z | Compiling tokio v1.52.1 |
| 1419 | 2026-07-16T21:20:09.026Z | Compiling http v1.4.2 |
| 1420 | 2026-07-16T21:20:09.183Z | Compiling flagset v0.4.7 |
| 1421 | 2026-07-16T21:20:09.319Z | Compiling aws-lc-rs v1.16.3 |
| 1422 | 2026-07-16T21:20:09.535Z | Compiling idna_adapter v1.2.1 |
| 1423 | 2026-07-16T21:20:09.619Z | Compiling der v0.7.10 |
| 1424 | 2026-07-16T21:20:09.632Z | Compiling tracing v0.1.44 |
| 1425 | 2026-07-16T21:20:09.674Z | Compiling idna v1.1.0 |
| 1426 | 2026-07-16T21:20:09.853Z | Compiling ppv-lite86 v0.2.21 |
| 1427 | 2026-07-16T21:20:09.899Z | Compiling http-body v1.0.1 |
| 1428 | 2026-07-16T21:20:09.940Z | Compiling thiserror v2.0.18 |
| 1429 | 2026-07-16T21:20:10.042Z | Compiling url v2.5.8 |
| 1430 | 2026-07-16T21:20:10.045Z | Compiling rustls-pki-types v1.14.0 |
| 1431 | 2026-07-16T21:20:10.125Z | Compiling serde_derive_internals v0.29.1 |
| 1432 | 2026-07-16T21:20:10.171Z | Compiling rand_chacha v0.9.0 |
| 1433 | 2026-07-16T21:20:10.334Z | Compiling tinyvec_macros v0.1.1 |
| 1434 | 2026-07-16T21:20:10.407Z | Compiling dyn-clone v1.0.20 |
| 1435 | 2026-07-16T21:20:10.490Z | Compiling schemars v0.8.22 |
| 1436 | 2026-07-16T21:20:10.543Z | Compiling httparse v1.10.1 |
| 1437 | 2026-07-16T21:20:10.708Z | Compiling openssl-probe v0.2.1 |
| 1438 | 2026-07-16T21:20:10.800Z | Compiling cmov v0.5.4 |
| 1439 | 2026-07-16T21:20:10.867Z | Compiling spki v0.7.3 |
| 1440 | 2026-07-16T21:20:10.881Z | Compiling tinyvec v1.10.0 |
| 1441 | 2026-07-16T21:20:10.895Z | Compiling rand v0.9.2 |
| 1442 | 2026-07-16T21:20:10.952Z | Compiling pest_generator v2.8.6 |
| 1443 | 2026-07-16T21:20:10.997Z | Compiling schemars_derive v0.8.22 |
| 1444 | 2026-07-16T21:20:11.010Z | Compiling ctutils v0.4.2 |
| 1445 | 2026-07-16T21:20:11.059Z | Compiling aho-corasick v1.1.4 |
| 1446 | 2026-07-16T21:20:11.225Z | Compiling atomic-waker v1.1.2 |
| 1447 | 2026-07-16T21:20:11.244Z | Compiling untrusted v0.7.1 |
| 1448 | 2026-07-16T21:20:11.438Z | Compiling tower-layer v0.3.3 |
| 1449 | 2026-07-16T21:20:11.518Z | Compiling tower-service v0.3.3 |
| 1450 | 2026-07-16T21:20:11.585Z | Compiling try-lock v0.2.5 |
| 1451 | 2026-07-16T21:20:11.586Z | Compiling tempfile v3.25.0 |
| 1452 | 2026-07-16T21:20:11.651Z | Compiling want v0.3.1 |
| 1453 | 2026-07-16T21:20:11.686Z | Compiling pest_derive v2.8.6 |
| 1454 | 2026-07-16T21:20:11.750Z | Compiling hybrid-array v0.4.13 |
| 1455 | 2026-07-16T21:20:11.921Z | Compiling ipnet v2.11.0 |
| 1456 | 2026-07-16T21:20:12.077Z | Compiling regex-automata v0.4.14 |
| 1457 | 2026-07-16T21:20:12.101Z | Compiling scroll_derive v0.13.1 |
| 1458 | 2026-07-16T21:20:12.409Z | Compiling darling_core v0.20.11 |
| 1459 | 2026-07-16T21:20:12.537Z | Compiling cpufeatures v0.2.17 |
| 1460 | 2026-07-16T21:20:12.619Z | Compiling openssl v0.10.79 |
| 1461 | 2026-07-16T21:20:12.831Z | Compiling tokio-util v0.7.18 |
| 1462 | 2026-07-16T21:20:12.849Z | Compiling foreign-types-shared v0.1.1 |
| 1463 | 2026-07-16T21:20:12.914Z | Compiling untrusted v0.9.0 |
| 1464 | 2026-07-16T21:20:12.927Z | Compiling httpdate v1.0.3 |
| 1465 | 2026-07-16T21:20:14.036Z | Compiling rustls v0.23.41 |
| 1466 | 2026-07-16T21:20:14.040Z | Compiling scroll v0.13.0 |
| 1467 | 2026-07-16T21:20:14.040Z | Compiling foreign-types v0.3.2 |
| 1468 | 2026-07-16T21:20:14.040Z | Compiling unicode-normalization v0.1.25 |
| 1469 | 2026-07-16T21:20:14.040Z | Compiling pkcs8 v0.10.2 |
| 1470 | 2026-07-16T21:20:14.040Z | Compiling h2 v0.4.15 |
| 1471 | 2026-07-16T21:20:14.040Z | Compiling openssl-macros v0.1.1 |
| 1472 | 2026-07-16T21:20:14.040Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1473 | 2026-07-16T21:20:14.071Z | Compiling spin v0.9.8 |
| 1474 | 2026-07-16T21:20:14.160Z | Compiling time-core v0.1.8 |
| 1475 | 2026-07-16T21:20:14.242Z | Compiling powerfmt v0.2.0 |
| 1476 | 2026-07-16T21:20:14.278Z | Compiling crc32fast v1.5.0 |
| 1477 | 2026-07-16T21:20:14.301Z | Compiling num-conv v0.2.0 |
| 1478 | 2026-07-16T21:20:14.432Z | Compiling native-tls v0.2.18 |
| 1479 | 2026-07-16T21:20:14.445Z | Compiling time-macros v0.2.27 |
| 1480 | 2026-07-16T21:20:14.607Z | Compiling deranged v0.5.8 |
| 1481 | 2026-07-16T21:20:14.645Z | Compiling darling_macro v0.20.11 |
| 1482 | 2026-07-16T21:20:15.141Z | Compiling darling v0.20.11 |
| 1483 | 2026-07-16T21:20:15.223Z | Compiling goblin v0.10.5 |
| 1484 | 2026-07-16T21:20:15.517Z | Compiling sha2 v0.10.9 |
| 1485 | 2026-07-16T21:20:15.601Z | Compiling hmac v0.12.1 |
| 1486 | 2026-07-16T21:20:15.727Z | Compiling sync_wrapper v1.0.2 |
| 1487 | 2026-07-16T21:20:15.842Z | Compiling wait-timeout v0.2.1 |
| 1488 | 2026-07-16T21:20:16.098Z | Compiling usdt-impl v0.6.0 |
| 1489 | 2026-07-16T21:20:16.117Z | Compiling bit-vec v0.8.0 |
| 1490 | 2026-07-16T21:20:16.347Z | Compiling simd-adler32 v0.3.8 |
| 1491 | 2026-07-16T21:20:16.387Z | Compiling quick-error v1.2.3 |
| 1492 | 2026-07-16T21:20:16.498Z | Compiling syn v1.0.109 |
| 1493 | 2026-07-16T21:20:16.591Z | Compiling siphasher v1.0.2 |
| 1494 | 2026-07-16T21:20:16.770Z | Compiling hyper v1.10.1 |
| 1495 | 2026-07-16T21:20:16.817Z | Compiling crossbeam-utils v0.8.21 |
| 1496 | 2026-07-16T21:20:16.948Z | Compiling num_threads v0.1.7 |
| 1497 | 2026-07-16T21:20:17.048Z | Compiling time v0.3.47 |
| 1498 | 2026-07-16T21:20:17.495Z | Compiling rusty-fork v0.3.1 |
| 1499 | 2026-07-16T21:20:17.688Z | Compiling bit-set v0.8.0 |
| 1500 | 2026-07-16T21:20:17.704Z | Compiling tower v0.5.3 |
| 1501 | 2026-07-16T21:20:17.810Z | Compiling derive_builder_core v0.20.2 |
| 1502 | 2026-07-16T21:20:18.030Z | Compiling hyper-util v0.1.20 |
| 1503 | 2026-07-16T21:20:18.174Z | Compiling dof v0.4.0 |
| 1504 | 2026-07-16T21:20:18.356Z | Compiling dtrace-parser v0.3.0 |
| 1505 | 2026-07-16T21:20:18.627Z | Compiling http-body-util v0.1.3 |
| 1506 | 2026-07-16T21:20:18.661Z | Compiling heapless v0.7.17 |
| 1507 | 2026-07-16T21:20:18.866Z | Compiling scroll_derive v0.12.1 |
| 1508 | 2026-07-16T21:20:18.908Z | Compiling thiserror-impl v1.0.69 |
| 1509 | 2026-07-16T21:20:19.076Z | Compiling rand_xorshift v0.4.0 |
| 1510 | 2026-07-16T21:20:19.239Z | Compiling slog v2.8.2 |
| 1511 | 2026-07-16T21:20:19.313Z | Compiling darling_core v0.21.3 |
| 1512 | 2026-07-16T21:20:19.442Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1513 | 2026-07-16T21:20:19.466Z | Compiling thread-id v5.1.0 |
| 1514 | 2026-07-16T21:20:19.526Z | Compiling cookie v0.18.1 |
| 1515 | 2026-07-16T21:20:19.547Z | Compiling unicode-bidi v0.3.18 |
| 1516 | 2026-07-16T21:20:19.720Z | Compiling ryu v1.0.23 |
| 1517 | 2026-07-16T21:20:19.735Z | Compiling unarray v0.1.4 |
| 1518 | 2026-07-16T21:20:19.756Z | Compiling zstd-safe v7.2.4 |
| 1519 | 2026-07-16T21:20:19.840Z | Compiling anyhow v1.0.102 |
| 1520 | 2026-07-16T21:20:19.893Z | Compiling signal-hook v0.3.18 |
| 1521 | 2026-07-16T21:20:19.965Z | Compiling paste v1.0.15 |
| 1522 | 2026-07-16T21:20:20.074Z | Compiling allocator-api2 v0.2.21 |
| 1523 | 2026-07-16T21:20:20.092Z | Compiling adler2 v2.0.1 |
| 1524 | 2026-07-16T21:20:20.147Z | Compiling iri-string v0.7.10 |
| 1525 | 2026-07-16T21:20:20.168Z | Compiling unicode-properties v0.1.4 |
| 1526 | 2026-07-16T21:20:20.215Z | Compiling miniz_oxide v0.8.9 |
| 1527 | 2026-07-16T21:20:20.291Z | Compiling thiserror v1.0.69 |
| 1528 | 2026-07-16T21:20:20.370Z | Compiling stringprep v0.1.5 |
| 1529 | 2026-07-16T21:20:20.420Z | Compiling serde_urlencoded v0.7.1 |
| 1530 | 2026-07-16T21:20:20.589Z | Compiling proptest v1.10.0 |
| 1531 | 2026-07-16T21:20:20.846Z | Compiling scroll v0.12.0 |
| 1532 | 2026-07-16T21:20:21.195Z | Compiling derive_builder_macro v0.20.2 |
| 1533 | 2026-07-16T21:20:21.329Z | Compiling tower-http v0.6.8 |
| 1534 | 2026-07-16T21:20:21.372Z | Compiling camino v1.2.2 |
| 1535 | 2026-07-16T21:20:21.710Z | Compiling tokio-native-tls v0.3.1 |
| 1536 | 2026-07-16T21:20:21.737Z | Compiling bstr v1.12.1 |
| 1537 | 2026-07-16T21:20:21.754Z | Compiling ipnetwork v0.21.1 |
| 1538 | 2026-07-16T21:20:21.828Z | Compiling darling_macro v0.21.3 |
| 1539 | 2026-07-16T21:20:21.880Z | Compiling block-padding v0.4.2 |
| 1540 | 2026-07-16T21:20:22.043Z | Compiling block-buffer v0.12.1 |
| 1541 | 2026-07-16T21:20:22.159Z | Compiling crypto-common v0.2.2 |
| 1542 | 2026-07-16T21:20:22.216Z | Compiling rustls-native-certs v0.8.3 |
| 1543 | 2026-07-16T21:20:22.249Z | Compiling rand_chacha v0.3.1 |
| 1544 | 2026-07-16T21:20:22.336Z | Compiling serde_spanned v0.6.9 |
| 1545 | 2026-07-16T21:20:22.391Z | Compiling hex v0.4.3 |
| 1546 | 2026-07-16T21:20:22.468Z | Compiling serde_tokenstream v0.2.3 |
| 1547 | 2026-07-16T21:20:22.503Z | Compiling toml_datetime v0.6.11 |
| 1548 | 2026-07-16T21:20:22.656Z | Compiling erased-serde v0.3.31 |
| 1549 | 2026-07-16T21:20:22.753Z | Compiling signature v2.2.0 |
| 1550 | 2026-07-16T21:20:22.769Z | Compiling md-5 v0.10.6 |
| 1551 | 2026-07-16T21:20:22.930Z | Compiling curve25519-dalek v4.1.3 |
| 1552 | 2026-07-16T21:20:22.930Z | Compiling async-trait v0.1.89 |
| 1553 | 2026-07-16T21:20:23.029Z | Compiling zerocopy-derive v0.7.35 |
| 1554 | 2026-07-16T21:20:23.142Z | Compiling pin-project-internal v1.1.11 |
| 1555 | 2026-07-16T21:20:23.285Z | Compiling vergen-lib v9.1.0 |
| 1556 | 2026-07-16T21:20:23.484Z | Compiling hash32 v0.2.1 |
| 1557 | 2026-07-16T21:20:23.669Z | Compiling num-integer v0.1.46 |
| 1558 | 2026-07-16T21:20:23.879Z | Compiling memoffset v0.9.1 |
| 1559 | 2026-07-16T21:20:23.895Z | Compiling encoding_rs v0.8.35 |
| 1560 | 2026-07-16T21:20:23.968Z | Compiling cfg_aliases v0.2.1 |
| 1561 | 2026-07-16T21:20:23.991Z | Compiling smoltcp v0.9.1 |
| 1562 | 2026-07-16T21:20:24.028Z | Compiling fallible-iterator v0.2.0 |
| 1563 | 2026-07-16T21:20:24.083Z | Compiling rustix v0.38.44 |
| 1564 | 2026-07-16T21:20:24.256Z | Compiling ref-cast v1.0.25 |
| 1565 | 2026-07-16T21:20:24.352Z | Compiling num-bigint-dig v0.8.6 |
| 1566 | 2026-07-16T21:20:24.358Z | Compiling psl-types v2.0.11 |
| 1567 | 2026-07-16T21:20:24.440Z | Compiling mime v0.3.17 |
| 1568 | 2026-07-16T21:20:24.472Z | Compiling zlib-rs v0.6.2 |
| 1569 | 2026-07-16T21:20:24.545Z | Compiling litrs v1.0.0 |
| 1570 | 2026-07-16T21:20:24.636Z | Compiling publicsuffix v2.3.0 |
| 1571 | 2026-07-16T21:20:24.803Z | Compiling postgres-protocol v0.6.10 |
| 1572 | 2026-07-16T21:20:24.815Z | Compiling pin-project v1.1.11 |
| 1573 | 2026-07-16T21:20:25.013Z | Compiling nix v0.31.2 |
| 1574 | 2026-07-16T21:20:25.043Z | Compiling document-features v0.2.12 |
| 1575 | 2026-07-16T21:20:25.237Z | Compiling hubpack_derive v0.1.1 |
| 1576 | 2026-07-16T21:20:25.353Z | Compiling zerocopy v0.7.35 |
| 1577 | 2026-07-16T21:20:25.388Z | Compiling num-iter v0.1.45 |
| 1578 | 2026-07-16T21:20:25.667Z | Compiling newtype-uuid v1.3.2 |
| 1579 | 2026-07-16T21:20:25.697Z | Compiling rand v0.8.6 |
| 1580 | 2026-07-16T21:20:25.870Z | Compiling darling v0.21.3 |
| 1581 | 2026-07-16T21:20:25.884Z | Compiling inout v0.2.2 |
| 1582 | 2026-07-16T21:20:25.950Z | Compiling oxnet v0.1.6 |
| 1583 | 2026-07-16T21:20:25.982Z | Compiling hyper-tls v0.6.0 |
| 1584 | 2026-07-16T21:20:25.987Z | Compiling derive_builder v0.20.2 |
| 1585 | 2026-07-16T21:20:26.162Z | Compiling goblin v0.8.2 |
| 1586 | 2026-07-16T21:20:26.716Z | Compiling phf_shared v0.13.1 |
| 1587 | 2026-07-16T21:20:26.736Z | Compiling regex v1.12.3 |
| 1588 | 2026-07-16T21:20:26.770Z | Compiling lazy_static v1.5.0 |
| 1589 | 2026-07-16T21:20:26.861Z | Compiling anstyle-parse v0.2.7 |
| 1590 | 2026-07-16T21:20:26.954Z | Compiling futures-executor v0.3.32 |
| 1591 | 2026-07-16T21:20:27.046Z | Compiling terminal_size v0.4.3 |
| 1592 | 2026-07-16T21:20:27.112Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1593 | 2026-07-16T21:20:27.158Z | Compiling ref-cast-impl v1.0.25 |
| 1594 | 2026-07-16T21:20:27.181Z | Compiling snafu-derive v0.8.9 |
| 1595 | 2026-07-16T21:20:27.206Z | Compiling daft-derive v0.1.7 |
| 1596 | 2026-07-16T21:20:27.736Z | Compiling flate2 v1.1.9 |
| 1597 | 2026-07-16T21:20:27.778Z | Compiling strum_macros v0.27.2 |
| 1598 | 2026-07-16T21:20:27.825Z | Compiling vergen v9.1.0 |
| 1599 | 2026-07-16T21:20:27.947Z | Compiling cargo-platform v0.3.2 |
| 1600 | 2026-07-16T21:20:28.031Z | Compiling ff v0.13.1 |
| 1601 | 2026-07-16T21:20:28.147Z | Compiling fs-err v3.3.0 |
| 1602 | 2026-07-16T21:20:28.166Z | Compiling ahash v0.8.12 |
| 1603 | 2026-07-16T21:20:28.219Z | Compiling foldhash v0.2.0 |
| 1604 | 2026-07-16T21:20:28.354Z | Compiling foldhash v0.1.5 |
| 1605 | 2026-07-16T21:20:28.389Z | Compiling same-file v1.0.6 |
| 1606 | 2026-07-16T21:20:28.439Z | Compiling object v0.37.3 |
| 1607 | 2026-07-16T21:20:28.523Z | Compiling bumpalo v3.20.2 |
| 1608 | 2026-07-16T21:20:28.552Z | Compiling base16ct v0.2.0 |
| 1609 | 2026-07-16T21:20:28.719Z | Compiling libbz2-rs-sys v0.2.2 |
| 1610 | 2026-07-16T21:20:28.737Z | Compiling managed v0.8.0 |
| 1611 | 2026-07-16T21:20:28.767Z | Compiling bitflags v1.3.2 |
| 1612 | 2026-07-16T21:20:28.846Z | Compiling unicode-segmentation v1.12.0 |
| 1613 | 2026-07-16T21:20:28.945Z | Compiling winnow v0.5.40 |
| 1614 | 2026-07-16T21:20:29.095Z | Compiling snafu v0.8.9 |
| 1615 | 2026-07-16T21:20:29.241Z | Compiling bzip2 v0.6.1 |
| 1616 | 2026-07-16T21:20:29.443Z | Compiling clap_builder v4.6.0 |
| 1617 | 2026-07-16T21:20:29.499Z | Compiling zopfli v0.8.3 |
| 1618 | 2026-07-16T21:20:29.687Z | Compiling sec1 v0.7.3 |
| 1619 | 2026-07-16T21:20:29.745Z | Compiling strum v0.27.2 |
| 1620 | 2026-07-16T21:20:29.876Z | Compiling walkdir v2.5.0 |
| 1621 | 2026-07-16T21:20:29.962Z | Compiling hashbrown v0.15.5 |
| 1622 | 2026-07-16T21:20:30.157Z | Compiling dof v0.3.0 |
| 1623 | 2026-07-16T21:20:30.183Z | Compiling hashbrown v0.16.1 |
| 1624 | 2026-07-16T21:20:30.232Z | Compiling toml_edit v0.19.15 |
| 1625 | 2026-07-16T21:20:30.465Z | Compiling group v0.13.0 |
| 1626 | 2026-07-16T21:20:30.520Z | Compiling cargo_metadata v0.23.1 |
| 1627 | 2026-07-16T21:20:30.665Z | Compiling daft v0.1.7 |
| 1628 | 2026-07-16T21:20:30.938Z | Compiling futures v0.3.32 |
| 1629 | 2026-07-16T21:20:30.964Z | Compiling anstream v0.6.21 |
| 1630 | 2026-07-16T21:20:31.018Z | Compiling phf v0.13.1 |
| 1631 | 2026-07-16T21:20:31.261Z | Compiling signal-hook-mio v0.2.5 |
| 1632 | 2026-07-16T21:20:31.591Z | Compiling cookie_store v0.22.1 |
| 1633 | 2026-07-16T21:20:31.783Z | Compiling zstd v0.13.3 |
| 1634 | 2026-07-16T21:20:31.939Z | Compiling bzip2 v0.4.4 |
| 1635 | 2026-07-16T21:20:32.046Z | Compiling reqwest v0.12.28 |
| 1636 | 2026-07-16T21:20:32.147Z | Compiling cipher v0.5.2 |
| 1637 | 2026-07-16T21:20:32.246Z | Compiling serde_with_macros v3.17.0 |
| 1638 | 2026-07-16T21:20:32.434Z | Compiling hubpack v0.1.2 |
| 1639 | 2026-07-16T21:20:32.474Z | Compiling postgres-types v0.2.12 |
| 1640 | 2026-07-16T21:20:32.948Z | Compiling ed25519 v2.2.3 |
| 1641 | 2026-07-16T21:20:33.027Z | Compiling usdt-macro v0.6.0 |
| 1642 | 2026-07-16T21:20:33.379Z | Compiling usdt-attr-macro v0.6.0 |
| 1643 | 2026-07-16T21:20:33.782Z | Compiling globset v0.4.18 |
| 1644 | 2026-07-16T21:20:33.828Z | Compiling dtrace-parser v0.2.0 |
| 1645 | 2026-07-16T21:20:33.843Z | Compiling phf_shared v0.11.3 |
| 1646 | 2026-07-16T21:20:33.858Z | Compiling hkdf v0.12.4 |
| 1647 | 2026-07-16T21:20:34.025Z | Compiling olpc-cjson v0.1.4 |
| 1648 | 2026-07-16T21:20:34.048Z | Compiling pkcs1 v0.7.5 |
| 1649 | 2026-07-16T21:20:34.177Z | Compiling serde-big-array v0.5.1 |
| 1650 | 2026-07-16T21:20:34.194Z | Compiling serde_plain v1.0.2 |
| 1651 | 2026-07-16T21:20:34.319Z | Compiling crypto-bigint v0.5.5 |
| 1652 | 2026-07-16T21:20:34.386Z | Compiling strum_macros v0.26.4 |
| 1653 | 2026-07-16T21:20:34.438Z | Compiling async-recursion v1.1.1 |
| 1654 | 2026-07-16T21:20:34.463Z | Compiling clap_derive v4.6.1 |
| 1655 | 2026-07-16T21:20:34.556Z | Compiling enum-as-inner v0.6.1 |
| 1656 | 2026-07-16T21:20:35.077Z | Compiling serde_repr v0.1.20 |
| 1657 | 2026-07-16T21:20:35.103Z | Compiling pem v3.0.6 |
| 1658 | 2026-07-16T21:20:35.423Z | Compiling float-cmp v0.10.0 |
| 1659 | 2026-07-16T21:20:35.588Z | Compiling thread-id v4.2.2 |
| 1660 | 2026-07-16T21:20:35.612Z | Compiling memmap2 v0.9.10 |
| 1661 | 2026-07-16T21:20:35.667Z | Compiling env_filter v1.0.0 |
| 1662 | 2026-07-16T21:20:35.778Z | Compiling precomputed-hash v0.1.1 |
| 1663 | 2026-07-16T21:20:35.824Z | Compiling whoami v2.1.0 |
| 1664 | 2026-07-16T21:20:35.849Z | Compiling difflib v0.4.0 |
| 1665 | 2026-07-16T21:20:35.971Z | Compiling either v1.15.0 |
| 1666 | 2026-07-16T21:20:36.144Z | Compiling cpufeatures v0.3.0 |
| 1667 | 2026-07-16T21:20:36.171Z | Compiling normalize-line-endings v0.3.0 |
| 1668 | 2026-07-16T21:20:36.195Z | Compiling fixedbitset v0.5.7 |
| 1669 | 2026-07-16T21:20:36.212Z | Compiling keccak v0.1.6 |
| 1670 | 2026-07-16T21:20:36.224Z | Compiling static_assertions v1.1.0 |
| 1671 | 2026-07-16T21:20:36.301Z | Compiling jiff v0.2.21 |
| 1672 | 2026-07-16T21:20:36.345Z | Compiling fixedbitset v0.4.2 |
| 1673 | 2026-07-16T21:20:36.413Z | Compiling const-oid v0.10.2 |
| 1674 | 2026-07-16T21:20:36.461Z | Compiling new_debug_unreachable v1.0.6 |
| 1675 | 2026-07-16T21:20:36.519Z | Compiling data-encoding v2.10.0 |
| 1676 | 2026-07-16T21:20:36.562Z | Compiling predicates-core v1.0.10 |
| 1677 | 2026-07-16T21:20:36.568Z | Compiling typed-path v0.9.3 |
| 1678 | 2026-07-16T21:20:36.614Z | Compiling winnow v1.0.3 |
| 1679 | 2026-07-16T21:20:36.734Z | Compiling predicates v3.1.4 |
| 1680 | 2026-07-16T21:20:36.905Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1681 | 2026-07-16T21:20:36.961Z | Compiling hickory-proto v0.25.2 |
| 1682 | 2026-07-16T21:20:36.995Z | Compiling digest v0.11.3 |
| 1683 | 2026-07-16T21:20:37.203Z | Compiling string_cache v0.8.9 |
| 1684 | 2026-07-16T21:20:37.233Z | Compiling petgraph v0.6.5 |
| 1685 | 2026-07-16T21:20:37.382Z | Compiling petgraph v0.8.3 |
| 1686 | 2026-07-16T21:20:37.431Z | Compiling toml_edit v0.22.27 |
| 1687 | 2026-07-16T21:20:37.553Z | Compiling sha3 v0.10.8 |
| 1688 | 2026-07-16T21:20:37.797Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1689 | 2026-07-16T21:20:38.006Z | Compiling clap v4.6.1 |
| 1690 | 2026-07-16T21:20:38.082Z | Compiling chacha20 v0.10.0 |
| 1691 | 2026-07-16T21:20:38.443Z | Compiling strum v0.26.3 |
| 1692 | 2026-07-16T21:20:38.577Z | Compiling itertools v0.13.0 |
| 1693 | 2026-07-16T21:20:38.730Z | Compiling tokio-postgres v0.7.16 |
| 1694 | 2026-07-16T21:20:39.314Z | Compiling zip v4.6.1 |
| 1695 | 2026-07-16T21:20:39.804Z | Compiling env_logger v0.11.9 |
| 1696 | 2026-07-16T21:20:40.114Z | Compiling usdt v0.6.0 |
| 1697 | 2026-07-16T21:20:40.154Z | Compiling usdt-impl v0.5.0 |
| 1698 | 2026-07-16T21:20:40.261Z | Compiling elliptic-curve v0.13.8 |
| 1699 | 2026-07-16T21:20:40.374Z | Compiling rsa v0.9.10 |
| 1700 | 2026-07-16T21:20:40.486Z | Compiling crossterm v0.28.1 |
| 1701 | 2026-07-16T21:20:40.590Z | Compiling serde_with v3.17.0 |
| 1702 | 2026-07-16T21:20:40.663Z | Compiling ed25519-dalek v2.2.0 |
| 1703 | 2026-07-16T21:20:40.945Z | Compiling zip v0.6.6 |
| 1704 | 2026-07-16T21:20:41.328Z | Compiling toml v0.7.8 |
| 1705 | 2026-07-16T21:20:41.617Z | Compiling iddqd v0.4.2 |
| 1706 | 2026-07-16T21:20:42.167Z | Compiling heck v0.4.1 |
| 1707 | 2026-07-16T21:20:42.247Z | Compiling similar v2.7.0 |
| 1708 | 2026-07-16T21:20:42.351Z | Compiling byte-wrapper v0.1.0 |
| 1709 | 2026-07-16T21:20:42.398Z | Compiling crossbeam-epoch v0.9.18 |
| 1710 | 2026-07-16T21:20:42.437Z | Compiling tokio-stream v0.1.18 |
| 1711 | 2026-07-16T21:20:42.681Z | Compiling buf-list v1.1.2 |
| 1712 | 2026-07-16T21:20:42.718Z | Compiling x509-cert v0.2.5 |
| 1713 | 2026-07-16T21:20:42.888Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1714 | 2026-07-16T21:20:42.915Z | Compiling openapiv3 v2.2.0 |
| 1715 | 2026-07-16T21:20:42.956Z | Compiling peg-runtime v0.8.5 |
| 1716 | 2026-07-16T21:20:43.124Z | Compiling lalrpop-util v0.19.12 |
| 1717 | 2026-07-16T21:20:43.184Z | Compiling thread_local v1.1.9 |
| 1718 | 2026-07-16T21:20:43.234Z | Compiling slog-async v2.8.0 |
| 1719 | 2026-07-16T21:20:43.308Z | Compiling crossbeam-channel v0.5.15 |
| 1720 | 2026-07-16T21:20:43.432Z | Compiling is-terminal v0.4.17 |
| 1721 | 2026-07-16T21:20:43.531Z | Compiling filetime v0.2.27 |
| 1722 | 2026-07-16T21:20:43.568Z | Compiling take_mut v0.2.2 |
| 1723 | 2026-07-16T21:20:43.674Z | Compiling xattr v1.6.1 |
| 1724 | 2026-07-16T21:20:43.703Z | Compiling term v1.2.1 |
| 1725 | 2026-07-16T21:20:43.761Z | Compiling camino-tempfile v1.4.1 |
| 1726 | 2026-07-16T21:20:43.839Z | Compiling tar v0.4.46 |
| 1727 | 2026-07-16T21:20:43.992Z | Compiling slog-term v2.9.2 |
| 1728 | 2026-07-16T21:20:55.014Z | Compiling rustls-webpki v0.103.13 |
| 1729 | 2026-07-16T21:20:57.748Z | Compiling tokio-rustls v0.26.4 |
| 1730 | 2026-07-16T21:20:57.748Z | Compiling rustls-platform-verifier v0.6.2 |
| 1731 | 2026-07-16T21:20:57.748Z | Compiling tough v0.22.0 |
| 1732 | 2026-07-16T21:20:57.958Z | Compiling hyper-rustls v0.27.7 |
| 1733 | 2026-07-16T21:20:58.159Z | Compiling reqwest v0.13.2 |
| 1734 | 2026-07-16T21:21:00.396Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1735 | 2026-07-16T21:21:00.632Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1736 | 2026-07-16T21:21:03.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 1737 | 2026-07-16T21:21:03.646Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1738 | 2026-07-16T21:21:03.704Z | Jul 16 21:21:02.408 INFO Starting download, target: Console |
| 1739 | 2026-07-16T21:21:03.704Z | Jul 16 21:21:02.409 INFO Starting download, target: Clickhouse |
| 1740 | 2026-07-16T21:21:03.704Z | Jul 16 21:21:02.409 INFO Starting download, target: DendriteStub |
| 1741 | 2026-07-16T21:21:03.707Z | Jul 16 21:21:02.409 INFO Starting download, target: Cockroach |
| 1742 | 2026-07-16T21:21:03.708Z | Jul 16 21:21:02.409 INFO Starting download, target: MaghemiteMgd |
| 1743 | 2026-07-16T21:21:03.708Z | Jul 16 21:21:02.409 INFO Starting download, target: MaghemiteDdmd |
| 1744 | 2026-07-16T21:21:03.708Z | Jul 16 21:21:02.409 INFO Starting download, target: TransceiverControl |
| 1745 | 2026-07-16T21:21:03.708Z | Jul 16 21:21:02.409 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1746 | 2026-07-16T21:21:03.708Z | Jul 16 21:21:02.409 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1747 | 2026-07-16T21:21:03.708Z | Jul 16 21:21:02.409 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1748 | 2026-07-16T21:21:03.709Z | Jul 16 21:21:02.409 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1749 | 2026-07-16T21:21:03.709Z | Jul 16 21:21:02.409 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1750 | 2026-07-16T21:21:03.709Z | Jul 16 21:21:02.409 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1751 | 2026-07-16T21:21:03.709Z | Jul 16 21:21:02.409 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1752 | 2026-07-16T21:21:04.472Z | Jul 16 21:21:03.159 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1753 | 2026-07-16T21:21:04.715Z | Jul 16 21:21:03.418 INFO Download complete, target: TransceiverControl |
| 1754 | 2026-07-16T21:21:05.569Z | Jul 16 21:21:04.259 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1755 | 2026-07-16T21:21:05.845Z | Jul 16 21:21:04.511 INFO Download complete, target: Console |
| 1756 | 2026-07-16T21:21:05.991Z | Jul 16 21:21:04.696 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1757 | 2026-07-16T21:21:06.006Z | Jul 16 21:21:04.710 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1758 | 2026-07-16T21:21:06.250Z | Jul 16 21:21:04.955 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1759 | 2026-07-16T21:21:06.312Z | Jul 16 21:21:05.012 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1760 | 2026-07-16T21:21:06.883Z | Jul 16 21:21:05.589 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1761 | 2026-07-16T21:21:06.883Z | Jul 16 21:21:05.589 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1762 | 2026-07-16T21:21:08.025Z | Jul 16 21:21:06.731 INFO Download complete, target: MaghemiteDdmd |
| 1763 | 2026-07-16T21:21:08.770Z | Jul 16 21:21:07.476 INFO Download complete, target: DendriteStub |
| 1764 | 2026-07-16T21:21:08.950Z | Jul 16 21:21:07.656 INFO Download complete, target: MaghemiteMgd |
| 1765 | 2026-07-16T21:21:11.566Z | Jul 16 21:21:10.260 INFO Checking that binary works, target: Cockroach |
| 1766 | 2026-07-16T21:21:11.672Z | Jul 16 21:21:10.378 INFO Download complete, target: Cockroach |
| 1767 | 2026-07-16T21:21:12.828Z | Jul 16 21:21:11.534 INFO Checking that binary works, target: Clickhouse |
| 1768 | 2026-07-16T21:21:12.967Z | Jul 16 21:21:11.672 INFO Download complete, target: Clickhouse |
| 1769 | 2026-07-16T21:21:12.982Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1770 | 2026-07-16T21:21:12.985Z | |
| 1771 | 2026-07-16T21:21:12.985Z | real 2:04.276315400 |
| 1772 | 2026-07-16T21:21:12.985Z | user 6:40.122629734 |
| 1773 | 2026-07-16T21:21:12.985Z | sys 1:21.600797538 |
| 1774 | 2026-07-16T21:21:12.985Z | trap 0.227320222 |
| 1775 | 2026-07-16T21:21:12.985Z | tflt 0.521986466 |
| 1776 | 2026-07-16T21:21:12.985Z | dflt 0.723543874 |
| 1777 | 2026-07-16T21:21:12.985Z | kflt 0.025863624 |
| 1778 | 2026-07-16T21:21:12.985Z | lock 22:15.277984811 |
| 1779 | 2026-07-16T21:21:12.985Z | slp 20:17.701160009 |
| 1780 | 2026-07-16T21:21:12.985Z | lat 44.991427972 |
| 1781 | 2026-07-16T21:21:12.985Z | stop 1:59.970818680 |
| 1782 | 2026-07-16T21:21:12.985Z | + banner clippy |
| 1783 | 2026-07-16T21:21:12.985Z | |
| 1784 | 2026-07-16T21:21:12.986Z | #### # # ##### ##### # # |
| 1785 | 2026-07-16T21:21:12.986Z | # # # # # # # # # # |
| 1786 | 2026-07-16T21:21:12.986Z | # # # # # # # # |
| 1787 | 2026-07-16T21:21:12.986Z | # # # ##### ##### # |
| 1788 | 2026-07-16T21:21:12.986Z | # # # # # # # |
| 1789 | 2026-07-16T21:21:12.986Z | #### ###### # # # # |
| 1790 | 2026-07-16T21:21:12.986Z | |
| 1791 | 2026-07-16T21:21:12.986Z | + export CARGO_INCREMENTAL=0 |
| 1792 | 2026-07-16T21:21:12.986Z | + CARGO_INCREMENTAL=0 |
| 1793 | 2026-07-16T21:21:12.986Z | + ptime -m cargo xtask clippy |
| 1794 | 2026-07-16T21:21:13.444Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1795 | 2026-07-16T21:21:13.727Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1796 | 2026-07-16T21:21:15.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s |
| 1797 | 2026-07-16T21:21:15.565Z | Running `target/debug/xtask clippy` |
| 1798 | 2026-07-16T21:21:15.591Z | running: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1799 | 2026-07-16T21:21:16.151Z | Downloading crates ... |
| 1800 | 2026-07-16T21:21:16.363Z | Downloaded textwrap v0.15.2 |
| 1801 | 2026-07-16T21:21:16.366Z | Downloaded assert_cmd v2.1.2 |
| 1802 | 2026-07-16T21:21:16.366Z | Downloaded target-triple v1.0.0 |
| 1803 | 2026-07-16T21:21:16.369Z | Downloaded stringmetrics v2.2.2 |
| 1804 | 2026-07-16T21:21:16.369Z | Downloaded cast v0.3.0 |
| 1805 | 2026-07-16T21:21:16.422Z | Downloaded backtrace v0.3.76 |
| 1806 | 2026-07-16T21:21:16.434Z | Downloaded assert-json-diff v2.0.2 |
| 1807 | 2026-07-16T21:21:16.434Z | Downloaded hex-literal v0.4.1 |
| 1808 | 2026-07-16T21:21:16.434Z | Downloaded blake2b_simd v1.0.4 |
| 1809 | 2026-07-16T21:21:16.434Z | Downloaded owo-colors v3.5.0 |
| 1810 | 2026-07-16T21:21:16.435Z | Downloaded async-lock v3.4.2 |
| 1811 | 2026-07-16T21:21:16.436Z | Downloaded supports-color v2.1.0 |
| 1812 | 2026-07-16T21:21:16.436Z | Downloaded event-listener v5.4.1 |
| 1813 | 2026-07-16T21:21:16.436Z | Downloaded supports-unicode v2.1.0 |
| 1814 | 2026-07-16T21:21:16.436Z | Downloaded event-listener-strategy v0.5.4 |
| 1815 | 2026-07-16T21:21:16.436Z | Downloaded rand_distr v0.5.1 |
| 1816 | 2026-07-16T21:21:16.436Z | Downloaded supports-hyperlinks v2.1.0 |
| 1817 | 2026-07-16T21:21:16.436Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1818 | 2026-07-16T21:21:16.436Z | Downloaded miette-derive v5.10.0 |
| 1819 | 2026-07-16T21:21:16.436Z | Downloaded parking v2.2.1 |
| 1820 | 2026-07-16T21:21:16.436Z | Downloaded futures-timer v3.0.3 |
| 1821 | 2026-07-16T21:21:16.436Z | Downloaded plotters-svg v0.3.7 |
| 1822 | 2026-07-16T21:21:16.436Z | Downloaded async-object-pool v0.2.0 |
| 1823 | 2026-07-16T21:21:16.436Z | Downloaded constant_time_eq v0.3.1 |
| 1824 | 2026-07-16T21:21:16.440Z | Downloaded serde_regex v1.1.0 |
| 1825 | 2026-07-16T21:21:16.440Z | Downloaded similar-asserts v1.7.0 |
| 1826 | 2026-07-16T21:21:16.440Z | Downloaded escape8259 v0.5.3 |
| 1827 | 2026-07-16T21:21:16.440Z | Downloaded approx v0.5.1 |
| 1828 | 2026-07-16T21:21:16.440Z | Downloaded terminal_size v0.1.17 |
| 1829 | 2026-07-16T21:21:16.440Z | Downloaded nested v0.1.1 |
| 1830 | 2026-07-16T21:21:16.440Z | Downloaded plotters-backend v0.3.7 |
| 1831 | 2026-07-16T21:21:16.445Z | Downloaded pathdiff v0.2.3 |
| 1832 | 2026-07-16T21:21:16.448Z | Downloaded linkme-impl v0.3.35 |
| 1833 | 2026-07-16T21:21:16.448Z | Downloaded linkme v0.3.35 |
| 1834 | 2026-07-16T21:21:16.448Z | Downloaded backtrace-ext v0.2.1 |
| 1835 | 2026-07-16T21:21:16.451Z | Downloaded criterion-plot v0.6.0 |
| 1836 | 2026-07-16T21:21:16.457Z | Downloaded relative-path v1.9.3 |
| 1837 | 2026-07-16T21:21:16.461Z | Downloaded target-spec v3.5.7 |
| 1838 | 2026-07-16T21:21:16.461Z | Downloaded knuffel-derive v3.2.0 |
| 1839 | 2026-07-16T21:21:16.461Z | Downloaded criterion v0.7.0 |
| 1840 | 2026-07-16T21:21:16.464Z | Downloaded path-tree v0.8.3 |
| 1841 | 2026-07-16T21:21:16.468Z | Downloaded partial-io v0.5.4 |
| 1842 | 2026-07-16T21:21:16.468Z | Downloaded oorandom v11.1.5 |
| 1843 | 2026-07-16T21:21:16.468Z | Downloaded httptest v0.16.4 |
| 1844 | 2026-07-16T21:21:16.471Z | Downloaded anes v0.1.6 |
| 1845 | 2026-07-16T21:21:16.471Z | Downloaded hickory-client v0.25.2 |
| 1846 | 2026-07-16T21:21:16.471Z | Downloaded tinytemplate v1.2.1 |
| 1847 | 2026-07-16T21:21:16.474Z | Downloaded rust-argon2 v2.1.0 |
| 1848 | 2026-07-16T21:21:16.474Z | Downloaded termcolor v1.4.1 |
| 1849 | 2026-07-16T21:21:16.474Z | Downloaded libtest-mimic v0.8.1 |
| 1850 | 2026-07-16T21:21:16.477Z | Downloaded cfg-expr v0.20.6 |
| 1851 | 2026-07-16T21:21:16.480Z | Downloaded rustc-demangle v0.1.27 |
| 1852 | 2026-07-16T21:21:16.483Z | Downloaded rstest v0.25.0 |
| 1853 | 2026-07-16T21:21:16.486Z | Downloaded target-lexicon v0.13.3 |
| 1854 | 2026-07-16T21:21:16.486Z | Downloaded concurrent-queue v2.5.0 |
| 1855 | 2026-07-16T21:21:16.489Z | Downloaded addr2line v0.25.1 |
| 1856 | 2026-07-16T21:21:16.493Z | Downloaded datatest-stable v0.3.3 |
| 1857 | 2026-07-16T21:21:16.496Z | Downloaded chumsky v0.9.3 |
| 1858 | 2026-07-16T21:21:16.499Z | Downloaded trybuild v1.0.116 |
| 1859 | 2026-07-16T21:21:16.505Z | Downloaded fancy-regex v0.14.0 |
| 1860 | 2026-07-16T21:21:16.508Z | Downloaded rstest_macros v0.25.0 |
| 1861 | 2026-07-16T21:21:16.512Z | Downloaded miette v5.10.0 |
| 1862 | 2026-07-16T21:21:16.515Z | Downloaded knuffel v3.2.0 |
| 1863 | 2026-07-16T21:21:16.519Z | Downloaded guppy v0.17.25 |
| 1864 | 2026-07-16T21:21:16.522Z | Downloaded plotters v0.3.7 |
| 1865 | 2026-07-16T21:21:16.527Z | Downloaded hashbrown v0.14.5 |
| 1866 | 2026-07-16T21:21:16.545Z | Downloaded gimli v0.32.3 |
| 1867 | 2026-07-16T21:21:16.638Z | Downloaded httpmock v0.8.3 |
| 1868 | 2026-07-16T21:21:18.376Z | Checking cfg-if v1.0.4 |
| 1869 | 2026-07-16T21:21:18.745Z | Checking libc v0.2.185 |
| 1870 | 2026-07-16T21:21:18.749Z | Checking serde_core v1.0.228 |
| 1871 | 2026-07-16T21:21:18.822Z | Checking memchr v2.8.0 |
| 1872 | 2026-07-16T21:21:18.863Z | Checking zeroize v1.8.2 |
| 1873 | 2026-07-16T21:21:18.897Z | Checking smallvec v1.15.1 |
| 1874 | 2026-07-16T21:21:18.937Z | Checking rand_core v0.10.0 |
| 1875 | 2026-07-16T21:21:18.977Z | Checking itoa v1.0.17 |
| 1876 | 2026-07-16T21:21:18.977Z | Checking subtle v2.6.1 |
| 1877 | 2026-07-16T21:21:19.050Z | Checking log v0.4.29 |
| 1878 | 2026-07-16T21:21:19.103Z | Checking libm v0.2.16 |
| 1879 | 2026-07-16T21:21:19.151Z | Checking typenum v1.20.1 |
| 1880 | 2026-07-16T21:21:19.195Z | Checking getrandom v0.4.1 |
| 1881 | 2026-07-16T21:21:19.195Z | Checking errno v0.3.14 |
| 1882 | 2026-07-16T21:21:19.267Z | Checking scopeguard v1.2.0 |
| 1883 | 2026-07-16T21:21:19.311Z | Checking stable_deref_trait v1.2.1 |
| 1884 | 2026-07-16T21:21:19.348Z | Checking zmij v1.0.21 |
| 1885 | 2026-07-16T21:21:19.390Z | Checking zerofrom v0.1.6 |
| 1886 | 2026-07-16T21:21:19.428Z | Checking lock_api v0.4.14 |
| 1887 | 2026-07-16T21:21:19.468Z | Checking percent-encoding v2.3.2 |
| 1888 | 2026-07-16T21:21:19.508Z | Checking litemap v0.8.1 |
| 1889 | 2026-07-16T21:21:19.548Z | Checking yoke v0.8.1 |
| 1890 | 2026-07-16T21:21:19.582Z | Checking writeable v0.6.2 |
| 1891 | 2026-07-16T21:21:19.637Z | Checking icu_properties_data v2.1.2 |
| 1892 | 2026-07-16T21:21:19.676Z | Checking icu_normalizer_data v2.1.1 |
| 1893 | 2026-07-16T21:21:19.714Z | Checking form_urlencoded v1.2.2 |
| 1894 | 2026-07-16T21:21:19.752Z | Checking zerovec v0.11.5 |
| 1895 | 2026-07-16T21:21:19.789Z | Checking zerotrie v0.2.3 |
| 1896 | 2026-07-16T21:21:19.829Z | Checking utf8_iter v1.0.4 |
| 1897 | 2026-07-16T21:21:19.829Z | Checking pin-project-lite v0.2.17 |
| 1898 | 2026-07-16T21:21:19.840Z | Checking num-traits v0.2.19 |
| 1899 | 2026-07-16T21:21:19.937Z | Checking zerocopy v0.8.40 |
| 1900 | 2026-07-16T21:21:19.977Z | Checking parking_lot_core v0.9.12 |
| 1901 | 2026-07-16T21:21:20.020Z | Checking portable-atomic v1.13.1 |
| 1902 | 2026-07-16T21:21:20.063Z | Checking critical-section v1.2.0 |
| 1903 | 2026-07-16T21:21:20.107Z | Checking signal-hook-registry v1.4.8 |
| 1904 | 2026-07-16T21:21:20.187Z | Checking parking_lot v0.12.5 |
| 1905 | 2026-07-16T21:21:20.226Z | Checking tinystr v0.8.2 |
| 1906 | 2026-07-16T21:21:20.226Z | Checking potential_utf v0.1.4 |
| 1907 | 2026-07-16T21:21:20.296Z | Checking serde v1.0.228 |
| 1908 | 2026-07-16T21:21:20.296Z | Checking bitflags v2.11.0 |
| 1909 | 2026-07-16T21:21:20.398Z | Checking serde_json v1.0.150 |
| 1910 | 2026-07-16T21:21:20.437Z | Checking icu_collections v2.1.1 |
| 1911 | 2026-07-16T21:21:20.440Z | Checking icu_locale_core v2.1.1 |
| 1912 | 2026-07-16T21:21:20.512Z | Checking once_cell v1.21.3 |
| 1913 | 2026-07-16T21:21:20.553Z | Checking mio v1.2.0 |
| 1914 | 2026-07-16T21:21:20.600Z | Checking iana-time-zone v0.1.65 |
| 1915 | 2026-07-16T21:21:20.714Z | Checking socket2 v0.6.3 |
| 1916 | 2026-07-16T21:21:20.756Z | Checking bytes v1.11.1 |
| 1917 | 2026-07-16T21:21:20.757Z | Checking chrono v0.4.45 |
| 1918 | 2026-07-16T21:21:20.834Z | Checking uuid v1.23.4 |
| 1919 | 2026-07-16T21:21:20.937Z | Checking thiserror v2.0.18 |
| 1920 | 2026-07-16T21:21:20.999Z | Checking semver v1.0.28 |
| 1921 | 2026-07-16T21:21:21.038Z | Checking icu_provider v2.1.1 |
| 1922 | 2026-07-16T21:21:21.079Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1923 | 2026-07-16T21:21:21.079Z | Checking futures-core v0.3.32 |
| 1924 | 2026-07-16T21:21:21.176Z | Checking dyn-clone v1.0.20 |
| 1925 | 2026-07-16T21:21:21.227Z | Checking getrandom v0.2.17 |
| 1926 | 2026-07-16T21:21:21.230Z | Checking equivalent v1.0.2 |
| 1927 | 2026-07-16T21:21:21.301Z | Checking tokio v1.52.1 |
| 1928 | 2026-07-16T21:21:21.305Z | Checking icu_normalizer v2.1.1 |
| 1929 | 2026-07-16T21:21:21.305Z | Checking icu_properties v2.1.2 |
| 1930 | 2026-07-16T21:21:21.409Z | Checking rand_core v0.6.4 |
| 1931 | 2026-07-16T21:21:21.446Z | Checking rustix v1.1.3 |
| 1932 | 2026-07-16T21:21:21.523Z | Checking cmov v0.5.4 |
| 1933 | 2026-07-16T21:21:21.615Z | Checking byteorder v1.5.0 |
| 1934 | 2026-07-16T21:21:21.654Z | Checking futures-sink v0.3.32 |
| 1935 | 2026-07-16T21:21:21.700Z | Checking generic-array v0.14.7 |
| 1936 | 2026-07-16T21:21:21.741Z | Checking ctutils v0.4.2 |
| 1937 | 2026-07-16T21:21:21.780Z | Checking futures-channel v0.3.32 |
| 1938 | 2026-07-16T21:21:21.842Z | Checking futures-io v0.3.32 |
| 1939 | 2026-07-16T21:21:21.972Z | Checking hybrid-array v0.4.13 |
| 1940 | 2026-07-16T21:21:22.011Z | Checking futures-task v0.3.32 |
| 1941 | 2026-07-16T21:21:22.014Z | Checking slab v0.4.12 |
| 1942 | 2026-07-16T21:21:22.167Z | Checking idna_adapter v1.2.1 |
| 1943 | 2026-07-16T21:21:22.205Z | Checking thiserror v1.0.69 |
| 1944 | 2026-07-16T21:21:22.210Z | Checking getrandom v0.3.4 |
| 1945 | 2026-07-16T21:21:22.275Z | Checking futures-util v0.3.32 |
| 1946 | 2026-07-16T21:21:22.312Z | Checking idna v1.1.0 |
| 1947 | 2026-07-16T21:21:22.350Z | Checking hashbrown v0.17.0 |
| 1948 | 2026-07-16T21:21:22.353Z | Checking const-oid v0.9.6 |
| 1949 | 2026-07-16T21:21:22.420Z | Checking base64ct v1.8.3 |
| 1950 | 2026-07-16T21:21:22.582Z | Checking url v2.5.8 |
| 1951 | 2026-07-16T21:21:22.695Z | Checking crypto-common v0.1.7 |
| 1952 | 2026-07-16T21:21:22.734Z | Checking ppv-lite86 v0.2.21 |
| 1953 | 2026-07-16T21:21:22.769Z | Checking crypto-common v0.2.2 |
| 1954 | 2026-07-16T21:21:22.846Z | Checking fnv v1.0.7 |
| 1955 | 2026-07-16T21:21:22.884Z | Checking indexmap v2.14.0 |
| 1956 | 2026-07-16T21:21:22.969Z | Checking regex-syntax v0.8.10 |
| 1957 | 2026-07-16T21:21:23.056Z | Checking block-buffer v0.12.1 |
| 1958 | 2026-07-16T21:21:23.059Z | Checking schemars v0.8.22 |
| 1959 | 2026-07-16T21:21:23.126Z | Checking block-buffer v0.10.4 |
| 1960 | 2026-07-16T21:21:23.245Z | Checking base64 v0.22.1 |
| 1961 | 2026-07-16T21:21:23.294Z | Checking digest v0.10.7 |
| 1962 | 2026-07-16T21:21:23.398Z | Checking utf8parse v0.2.2 |
| 1963 | 2026-07-16T21:21:23.474Z | Checking anstyle v1.0.14 |
| 1964 | 2026-07-16T21:21:23.512Z | Checking http v1.4.2 |
| 1965 | 2026-07-16T21:21:23.515Z | Checking tracing-core v0.1.36 |
| 1966 | 2026-07-16T21:21:23.583Z | Checking colorchoice v1.0.4 |
| 1967 | 2026-07-16T21:21:23.683Z | Checking anstyle-query v1.1.5 |
| 1968 | 2026-07-16T21:21:23.721Z | Checking is_terminal_polyfill v1.70.2 |
| 1969 | 2026-07-16T21:21:23.765Z | Checking anstyle-parse v1.0.0 |
| 1970 | 2026-07-16T21:21:23.804Z | Checking terminal_size v0.4.3 |
| 1971 | 2026-07-16T21:21:23.845Z | Checking ipnet v2.11.0 |
| 1972 | 2026-07-16T21:21:23.879Z | Checking tracing v0.1.44 |
| 1973 | 2026-07-16T21:21:23.940Z | Checking const-oid v0.10.2 |
| 1974 | 2026-07-16T21:21:23.979Z | Checking anstream v1.0.0 |
| 1975 | 2026-07-16T21:21:24.101Z | Checking strsim v0.11.1 |
| 1976 | 2026-07-16T21:21:24.139Z | Checking clap_lex v1.0.0 |
| 1977 | 2026-07-16T21:21:24.142Z | Checking aho-corasick v1.1.4 |
| 1978 | 2026-07-16T21:21:24.142Z | Checking rand_core v0.9.5 |
| 1979 | 2026-07-16T21:21:24.243Z | Checking crossbeam-utils v0.8.21 |
| 1980 | 2026-07-16T21:21:24.246Z | Checking unicode-ident v1.0.24 |
| 1981 | 2026-07-16T21:21:24.341Z | Checking httparse v1.10.1 |
| 1982 | 2026-07-16T21:21:24.344Z | Checking clap_builder v4.6.0 |
| 1983 | 2026-07-16T21:21:24.344Z | Checking cpufeatures v0.3.0 |
| 1984 | 2026-07-16T21:21:24.417Z | Checking powerfmt v0.2.0 |
| 1985 | 2026-07-16T21:21:24.420Z | Checking proc-macro2 v1.0.106 |
| 1986 | 2026-07-16T21:21:24.489Z | Checking digest v0.11.3 |
| 1987 | 2026-07-16T21:21:24.541Z | Checking tokio-util v0.7.18 |
| 1988 | 2026-07-16T21:21:24.544Z | Checking time-core v0.1.8 |
| 1989 | 2026-07-16T21:21:24.614Z | Checking cpufeatures v0.2.17 |
| 1990 | 2026-07-16T21:21:24.617Z | Checking deranged v0.5.8 |
| 1991 | 2026-07-16T21:21:24.687Z | Checking num_threads v0.1.7 |
| 1992 | 2026-07-16T21:21:24.724Z | Checking num-conv v0.2.0 |
| 1993 | 2026-07-16T21:21:24.761Z | Checking rand_chacha v0.9.0 |
| 1994 | 2026-07-16T21:21:24.798Z | Checking erased-serde v0.3.31 |
| 1995 | 2026-07-16T21:21:24.801Z | Checking quote v1.0.45 |
| 1996 | 2026-07-16T21:21:24.869Z | Checking http-body v1.0.1 |
| 1997 | 2026-07-16T21:21:24.872Z | Checking regex-automata v0.4.14 |
| 1998 | 2026-07-16T21:21:24.983Z | Checking rand v0.9.2 |
| 1999 | 2026-07-16T21:21:25.028Z | Checking atomic-waker v1.1.2 |
| 2000 | 2026-07-16T21:21:25.031Z | Checking syn v2.0.117 |
| 2001 | 2026-07-16T21:21:25.156Z | Checking aws-lc-sys v0.40.0 |
| 2002 | 2026-07-16T21:21:25.196Z | Checking rustls-pki-types v1.14.0 |
| 2003 | 2026-07-16T21:21:25.232Z | Checking slog v2.8.2 |
| 2004 | 2026-07-16T21:21:25.474Z | Checking fastrand v2.3.0 |
| 2005 | 2026-07-16T21:21:25.513Z | Checking untrusted v0.7.1 |
| 2006 | 2026-07-16T21:21:25.550Z | Checking httpdate v1.0.3 |
| 2007 | 2026-07-16T21:21:25.604Z | Checking time v0.3.47 |
| 2008 | 2026-07-16T21:21:25.641Z | Checking clap v4.6.1 |
| 2009 | 2026-07-16T21:21:25.679Z | Checking try-lock v0.2.5 |
| 2010 | 2026-07-16T21:21:25.682Z | Checking allocator-api2 v0.2.21 |
| 2011 | 2026-07-16T21:21:25.682Z | Checking aws-lc-rs v1.16.3 |
| 2012 | 2026-07-16T21:21:25.783Z | Checking h2 v0.4.15 |
| 2013 | 2026-07-16T21:21:25.786Z | Checking ipnetwork v0.21.1 |
| 2014 | 2026-07-16T21:21:25.820Z | Checking want v0.3.1 |
| 2015 | 2026-07-16T21:21:26.001Z | Checking hex v0.4.3 |
| 2016 | 2026-07-16T21:21:26.039Z | Checking anyhow v1.0.102 |
| 2017 | 2026-07-16T21:21:26.075Z | Checking tower-layer v0.3.3 |
| 2018 | 2026-07-16T21:21:26.251Z | Checking tower-service v0.3.3 |
| 2019 | 2026-07-16T21:21:26.255Z | Checking ryu v1.0.23 |
| 2020 | 2026-07-16T21:21:26.326Z | Checking pem-rfc7468 v0.7.0 |
| 2021 | 2026-07-16T21:21:26.375Z | Checking spin v0.9.8 |
| 2022 | 2026-07-16T21:21:26.453Z | Checking flagset v0.4.7 |
| 2023 | 2026-07-16T21:21:26.515Z | Checking tempfile v3.25.0 |
| 2024 | 2026-07-16T21:21:26.586Z | Checking simd-adler32 v0.3.8 |
| 2025 | 2026-07-16T21:21:26.624Z | Checking der v0.7.10 |
| 2026 | 2026-07-16T21:21:26.627Z | Checking mime v0.3.17 |
| 2027 | 2026-07-16T21:21:26.736Z | Checking untrusted v0.9.0 |
| 2028 | 2026-07-16T21:21:26.739Z | Checking adler2 v2.0.1 |
| 2029 | 2026-07-16T21:21:26.809Z | Checking http-body-util v0.1.3 |
| 2030 | 2026-07-16T21:21:26.812Z | Checking block-padding v0.4.2 |
| 2031 | 2026-07-16T21:21:26.883Z | Checking rustls-webpki v0.103.13 |
| 2032 | 2026-07-16T21:21:26.886Z | Checking camino v1.2.2 |
| 2033 | 2026-07-16T21:21:26.900Z | Checking miniz_oxide v0.8.9 |
| 2034 | 2026-07-16T21:21:27.053Z | Checking inout v0.2.2 |
| 2035 | 2026-07-16T21:21:27.095Z | Checking pretty-hex v0.4.1 |
| 2036 | 2026-07-16T21:21:27.232Z | Checking openssl-probe v0.2.1 |
| 2037 | 2026-07-16T21:21:27.271Z | Checking serde_urlencoded v0.7.1 |
| 2038 | 2026-07-16T21:21:27.308Z | Checking rand_chacha v0.3.1 |
| 2039 | 2026-07-16T21:21:27.346Z | Checking encoding_rs v0.8.35 |
| 2040 | 2026-07-16T21:21:27.384Z | Checking plain v0.2.3 |
| 2041 | 2026-07-16T21:21:27.387Z | Checking rustls v0.23.41 |
| 2042 | 2026-07-16T21:21:27.387Z | Checking spki v0.7.3 |
| 2043 | 2026-07-16T21:21:27.387Z | Checking cipher v0.5.2 |
| 2044 | 2026-07-16T21:21:27.526Z | Checking regex v1.12.3 |
| 2045 | 2026-07-16T21:21:27.529Z | Checking oxnet v0.1.6 |
| 2046 | 2026-07-16T21:21:27.597Z | Checking rand v0.8.6 |
| 2047 | 2026-07-16T21:21:27.635Z | Checking ucd-trie v0.1.7 |
| 2048 | 2026-07-16T21:21:27.767Z | Checking crc32fast v1.5.0 |
| 2049 | 2026-07-16T21:21:27.806Z | Checking pest v2.8.6 |
| 2050 | 2026-07-16T21:21:27.845Z | Checking sync_wrapper v1.0.2 |
| 2051 | 2026-07-16T21:21:27.886Z | Checking pkcs8 v0.10.2 |
| 2052 | 2026-07-16T21:21:27.937Z | Checking futures-executor v0.3.32 |
| 2053 | 2026-07-16T21:21:27.978Z | Checking tower v0.5.3 |
| 2054 | 2026-07-16T21:21:28.075Z | Checking either v1.15.0 |
| 2055 | 2026-07-16T21:21:28.122Z | Checking iri-string v0.7.10 |
| 2056 | 2026-07-16T21:21:28.161Z | Checking futures v0.3.32 |
| 2057 | 2026-07-16T21:21:28.269Z | Checking zlib-rs v0.6.2 |
| 2058 | 2026-07-16T21:21:28.309Z | Checking sha2 v0.10.9 |
| 2059 | 2026-07-16T21:21:28.352Z | Checking foldhash v0.2.0 |
| 2060 | 2026-07-16T21:21:28.396Z | Checking static_assertions v1.1.0 |
| 2061 | 2026-07-16T21:21:28.495Z | Checking lazy_static v1.5.0 |
| 2062 | 2026-07-16T21:21:28.538Z | Checking hashbrown v0.16.1 |
| 2063 | 2026-07-16T21:21:28.607Z | Checking openapiv3 v2.2.0 |
| 2064 | 2026-07-16T21:21:28.645Z | Checking hubpack v0.1.2 |
| 2065 | 2026-07-16T21:21:28.649Z | Checking hyper v1.10.1 |
| 2066 | 2026-07-16T21:21:28.839Z | Checking strum v0.26.3 |
| 2067 | 2026-07-16T21:21:28.893Z | Checking rustls-native-certs v0.8.3 |
| 2068 | 2026-07-16T21:21:28.978Z | Checking signature v2.2.0 |
| 2069 | 2026-07-16T21:21:29.052Z | Checking num-integer v0.1.46 |
| 2070 | 2026-07-16T21:21:29.090Z | Checking psl-types v2.0.11 |
| 2071 | 2026-07-16T21:21:29.136Z | Checking bit-vec v0.8.0 |
| 2072 | 2026-07-16T21:21:29.175Z | Checking tower-http v0.6.8 |
| 2073 | 2026-07-16T21:21:29.213Z | Checking flate2 v1.1.9 |
| 2074 | 2026-07-16T21:21:29.249Z | Checking tinyvec_macros v0.1.1 |
| 2075 | 2026-07-16T21:21:29.301Z | Checking publicsuffix v2.3.0 |
| 2076 | 2026-07-16T21:21:29.344Z | Checking tinyvec v1.10.0 |
| 2077 | 2026-07-16T21:21:29.382Z | Checking bit-set v0.8.0 |
| 2078 | 2026-07-16T21:21:29.474Z | Checking cookie v0.18.1 |
| 2079 | 2026-07-16T21:21:29.513Z | Checking wait-timeout v0.2.1 |
| 2080 | 2026-07-16T21:21:29.549Z | Checking anstyle-parse v0.2.7 |
| 2081 | 2026-07-16T21:21:29.586Z | Checking ahash v0.8.12 |
| 2082 | 2026-07-16T21:21:29.634Z | Checking hyper-util v0.1.20 |
| 2083 | 2026-07-16T21:21:29.673Z | Checking serde_spanned v0.6.9 |
| 2084 | 2026-07-16T21:21:29.710Z | Checking toml_datetime v0.6.11 |
| 2085 | 2026-07-16T21:21:29.749Z | Checking cookie_store v0.22.1 |
| 2086 | 2026-07-16T21:21:29.753Z | Checking tokio-rustls v0.26.4 |
| 2087 | 2026-07-16T21:21:29.753Z | Checking rustls-platform-verifier v0.6.2 |
| 2088 | 2026-07-16T21:21:29.854Z | Checking scroll v0.13.0 |
| 2089 | 2026-07-16T21:21:29.858Z | Checking quick-error v1.2.3 |
| 2090 | 2026-07-16T21:21:29.928Z | Checking anstream v0.6.21 |
| 2091 | 2026-07-16T21:21:29.931Z | Checking rand_xorshift v0.4.0 |
| 2092 | 2026-07-16T21:21:30.000Z | Checking memmap2 v0.9.10 |
| 2093 | 2026-07-16T21:21:30.038Z | Checking rusty-fork v0.3.1 |
| 2094 | 2026-07-16T21:21:30.076Z | Checking data-encoding v2.10.0 |
| 2095 | 2026-07-16T21:21:30.114Z | Checking goblin v0.10.5 |
| 2096 | 2026-07-16T21:21:30.117Z | Checking unarray v0.1.4 |
| 2097 | 2026-07-16T21:21:30.117Z | Checking dtrace-parser v0.3.0 |
| 2098 | 2026-07-16T21:21:30.185Z | Checking x509-cert v0.2.5 |
| 2099 | 2026-07-16T21:21:30.256Z | Checking bstr v1.12.1 |
| 2100 | 2026-07-16T21:21:30.259Z | Checking hmac v0.12.1 |
| 2101 | 2026-07-16T21:21:30.327Z | Checking proptest v1.10.0 |
| 2102 | 2026-07-16T21:21:30.366Z | Checking thread-id v5.1.0 |
| 2103 | 2026-07-16T21:21:30.407Z | Checking num-iter v0.1.45 |
| 2104 | 2026-07-16T21:21:30.453Z | Checking crossbeam-epoch v0.9.18 |
| 2105 | 2026-07-16T21:21:30.491Z | Checking memoffset v0.9.1 |
| 2106 | 2026-07-16T21:21:30.545Z | Checking scroll v0.12.0 |
| 2107 | 2026-07-16T21:21:30.595Z | Checking env_filter v1.0.0 |
| 2108 | 2026-07-16T21:21:30.674Z | Checking num-bigint-dig v0.8.6 |
| 2109 | 2026-07-16T21:21:30.713Z | Checking pkcs1 v0.7.5 |
| 2110 | 2026-07-16T21:21:30.766Z | Checking env_logger v0.11.9 |
| 2111 | 2026-07-16T21:21:30.802Z | Checking goblin v0.8.2 |
| 2112 | 2026-07-16T21:21:30.896Z | Checking zerocopy v0.7.35 |
| 2113 | 2026-07-16T21:21:30.935Z | Checking hyper-rustls v0.27.7 |
| 2114 | 2026-07-16T21:21:30.972Z | Checking rustix v0.38.44 |
| 2115 | 2026-07-16T21:21:31.009Z | Checking foreign-types-shared v0.1.1 |
| 2116 | 2026-07-16T21:21:31.118Z | Checking unicode-segmentation v1.12.0 |
| 2117 | 2026-07-16T21:21:31.165Z | Checking reqwest v0.13.2 |
| 2118 | 2026-07-16T21:21:31.413Z | Checking foreign-types v0.3.2 |
| 2119 | 2026-07-16T21:21:31.460Z | Checking dtrace-parser v0.2.0 |
| 2120 | 2026-07-16T21:21:31.507Z | Checking rsa v0.9.10 |
| 2121 | 2026-07-16T21:21:31.546Z | Checking ff v0.13.1 |
| 2122 | 2026-07-16T21:21:31.718Z | Checking openssl-sys v0.9.115 |
| 2123 | 2026-07-16T21:21:31.740Z | Checking thread-id v4.2.2 |
| 2124 | 2026-07-16T21:21:31.797Z | Checking winnow v0.5.40 |
| 2125 | 2026-07-16T21:21:31.849Z | Checking same-file v1.0.6 |
| 2126 | 2026-07-16T21:21:31.998Z | Checking base16ct v0.2.0 |
| 2127 | 2026-07-16T21:21:32.002Z | Checking walkdir v2.5.0 |
| 2128 | 2026-07-16T21:21:32.071Z | Checking group v0.13.0 |
| 2129 | 2026-07-16T21:21:32.109Z | Checking openssl v0.10.79 |
| 2130 | 2026-07-16T21:21:32.148Z | Checking newtype-uuid v1.3.2 |
| 2131 | 2026-07-16T21:21:32.186Z | Checking sec1 v0.7.3 |
| 2132 | 2026-07-16T21:21:32.221Z | Checking nix v0.31.2 |
| 2133 | 2026-07-16T21:21:32.259Z | Checking hkdf v0.12.4 |
| 2134 | 2026-07-16T21:21:32.371Z | Checking daft v0.1.7 |
| 2135 | 2026-07-16T21:21:32.416Z | Checking serde_with v3.17.0 |
| 2136 | 2026-07-16T21:21:32.451Z | Checking crypto-bigint v0.5.5 |
| 2137 | 2026-07-16T21:21:32.489Z | Checking dof v0.4.0 |
| 2138 | 2026-07-16T21:21:32.643Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2139 | 2026-07-16T21:21:32.740Z | Checking dof v0.3.0 |
| 2140 | 2026-07-16T21:21:32.773Z | Checking winnow v0.7.14 |
| 2141 | 2026-07-16T21:21:33.013Z | Checking toml_edit v0.19.15 |
| 2142 | 2026-07-16T21:21:33.053Z | Checking usdt-impl v0.5.0 |
| 2143 | 2026-07-16T21:21:33.158Z | Checking usdt-impl v0.6.0 |
| 2144 | 2026-07-16T21:21:33.361Z | Checking keccak v0.1.6 |
| 2145 | 2026-07-16T21:21:33.400Z | Checking elliptic-curve v0.13.8 |
| 2146 | 2026-07-16T21:21:33.459Z | Checking bzip2 v0.4.4 |
| 2147 | 2026-07-16T21:21:33.497Z | Checking usdt v0.6.0 |
| 2148 | 2026-07-16T21:21:33.551Z | Checking sha3 v0.10.8 |
| 2149 | 2026-07-16T21:21:33.647Z | Checking unicode-normalization v0.1.25 |
| 2150 | 2026-07-16T21:21:33.692Z | Checking itertools v0.13.0 |
| 2151 | 2026-07-16T21:21:33.728Z | Checking winnow v1.0.3 |
| 2152 | 2026-07-16T21:21:33.785Z | Checking bitflags v1.3.2 |
| 2153 | 2026-07-16T21:21:33.887Z | Checking siphasher v1.0.2 |
| 2154 | 2026-07-16T21:21:33.891Z | Checking zip v0.6.6 |
| 2155 | 2026-07-16T21:21:33.984Z | Checking signal-hook v0.3.18 |
| 2156 | 2026-07-16T21:21:34.040Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2157 | 2026-07-16T21:21:34.077Z | Checking managed v0.8.0 |
| 2158 | 2026-07-16T21:21:34.080Z | Checking toml v0.7.8 |
| 2159 | 2026-07-16T21:21:34.080Z | Checking toml_write v0.1.2 |
| 2160 | 2026-07-16T21:21:34.181Z | Checking native-tls v0.2.18 |
| 2161 | 2026-07-16T21:21:34.219Z | Checking globset v0.4.18 |
| 2162 | 2026-07-16T21:21:34.265Z | Checking chacha20 v0.10.0 |
| 2163 | 2026-07-16T21:21:34.303Z | Checking curve25519-dalek v4.1.3 |
| 2164 | 2026-07-16T21:21:34.307Z | Checking toml_edit v0.22.27 |
| 2165 | 2026-07-16T21:21:34.383Z | Checking object v0.37.3 |
| 2166 | 2026-07-16T21:21:34.388Z | Checking tokio-native-tls v0.3.1 |
| 2167 | 2026-07-16T21:21:34.476Z | Checking foldhash v0.1.5 |
| 2168 | 2026-07-16T21:21:34.514Z | Checking signal-hook-mio v0.2.5 |
| 2169 | 2026-07-16T21:21:34.550Z | Checking ed25519 v2.2.3 |
| 2170 | 2026-07-16T21:21:34.590Z | Checking hyper-tls v0.6.0 |
| 2171 | 2026-07-16T21:21:34.633Z | Checking hashbrown v0.15.5 |
| 2172 | 2026-07-16T21:21:34.672Z | Checking ref-cast v1.0.25 |
| 2173 | 2026-07-16T21:21:34.748Z | Checking pin-project v1.1.11 |
| 2174 | 2026-07-16T21:21:34.786Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2175 | 2026-07-16T21:21:34.790Z | Checking reqwest v0.12.28 |
| 2176 | 2026-07-16T21:21:34.858Z | Checking pem v3.0.6 |
| 2177 | 2026-07-16T21:21:34.895Z | Checking bumpalo v3.20.2 |
| 2178 | 2026-07-16T21:21:34.933Z | Checking zstd-safe v7.2.4 |
| 2179 | 2026-07-16T21:21:35.040Z | Checking libbz2-rs-sys v0.2.2 |
| 2180 | 2026-07-16T21:21:35.093Z | Checking ed25519-dalek v2.2.0 |
| 2181 | 2026-07-16T21:21:35.132Z | Checking zopfli v0.8.3 |
| 2182 | 2026-07-16T21:21:35.135Z | Checking zstd v0.13.3 |
| 2183 | 2026-07-16T21:21:35.135Z | Checking snafu v0.8.9 |
| 2184 | 2026-07-16T21:21:35.352Z | Checking crossterm v0.28.1 |
| 2185 | 2026-07-16T21:21:35.407Z | Checking olpc-cjson v0.1.4 |
| 2186 | 2026-07-16T21:21:35.452Z | Checking similar v2.7.0 |
| 2187 | 2026-07-16T21:21:35.516Z | Checking bzip2 v0.6.1 |
| 2188 | 2026-07-16T21:21:35.516Z | Checking fs-err v3.3.0 |
| 2189 | 2026-07-16T21:21:35.516Z | Checking hash32 v0.2.1 |
| 2190 | 2026-07-16T21:21:35.600Z | Checking serde-big-array v0.5.1 |
| 2191 | 2026-07-16T21:21:35.615Z | Checking serde_plain v1.0.2 |
| 2192 | 2026-07-16T21:21:35.676Z | Checking predicates-core v1.0.10 |
| 2193 | 2026-07-16T21:21:35.721Z | Checking jiff v0.2.21 |
| 2194 | 2026-07-16T21:21:35.762Z | Checking unicode-properties v0.1.4 |
| 2195 | 2026-07-16T21:21:35.800Z | Checking typed-path v0.9.3 |
| 2196 | 2026-07-16T21:21:35.837Z | Checking unicode-bidi v0.3.18 |
| 2197 | 2026-07-16T21:21:35.876Z | Checking heapless v0.7.17 |
| 2198 | 2026-07-16T21:21:35.879Z | Checking hickory-proto v0.25.2 |
| 2199 | 2026-07-16T21:21:35.976Z | Checking byte-wrapper v0.1.0 |
| 2200 | 2026-07-16T21:21:36.070Z | Checking md-5 v0.10.6 |
| 2201 | 2026-07-16T21:21:36.161Z | Checking stringprep v0.1.5 |
| 2202 | 2026-07-16T21:21:36.205Z | Checking float-cmp v0.10.0 |
| 2203 | 2026-07-16T21:21:36.241Z | Checking difflib v0.4.0 |
| 2204 | 2026-07-16T21:21:36.321Z | Checking normalize-line-endings v0.3.0 |
| 2205 | 2026-07-16T21:21:36.359Z | Checking fallible-iterator v0.2.0 |
| 2206 | 2026-07-16T21:21:36.394Z | Checking smoltcp v0.9.1 |
| 2207 | 2026-07-16T21:21:36.432Z | Checking iddqd v0.4.2 |
| 2208 | 2026-07-16T21:21:36.472Z | Checking predicates v3.1.4 |
| 2209 | 2026-07-16T21:21:36.593Z | Checking tough v0.22.0 |
| 2210 | 2026-07-16T21:21:36.651Z | Checking postgres-protocol v0.6.10 |
| 2211 | 2026-07-16T21:21:36.733Z | Checking phf_shared v0.11.3 |
| 2212 | 2026-07-16T21:21:36.796Z | Checking phf_shared v0.13.1 |
| 2213 | 2026-07-16T21:21:36.907Z | Checking tokio-stream v0.1.18 |
| 2214 | 2026-07-16T21:21:36.988Z | Checking buf-list v1.1.2 |
| 2215 | 2026-07-16T21:21:37.025Z | Checking strum v0.27.2 |
| 2216 | 2026-07-16T21:21:37.032Z | Checking lalrpop-util v0.19.12 |
| 2217 | 2026-07-16T21:21:37.166Z | Checking new_debug_unreachable v1.0.6 |
| 2218 | 2026-07-16T21:21:37.209Z | Checking fixedbitset v0.5.7 |
| 2219 | 2026-07-16T21:21:37.246Z | Checking precomputed-hash v0.1.1 |
| 2220 | 2026-07-16T21:21:37.286Z | Checking fixedbitset v0.4.2 |
| 2221 | 2026-07-16T21:21:37.321Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2222 | 2026-07-16T21:21:37.361Z | Checking string_cache v0.8.9 |
| 2223 | 2026-07-16T21:21:37.399Z | Checking phf v0.13.1 |
| 2224 | 2026-07-16T21:21:37.436Z | Checking petgraph v0.8.3 |
| 2225 | 2026-07-16T21:21:37.472Z | Checking petgraph v0.6.5 |
| 2226 | 2026-07-16T21:21:37.555Z | Checking postgres-types v0.2.12 |
| 2227 | 2026-07-16T21:21:37.591Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2228 | 2026-07-16T21:21:37.902Z | Checking whoami v2.1.0 |
| 2229 | 2026-07-16T21:21:37.941Z | Checking peg-runtime v0.8.5 |
| 2230 | 2026-07-16T21:21:37.997Z | Checking zip v4.6.1 |
| 2231 | 2026-07-16T21:21:38.148Z | Checking tokio-postgres v0.7.16 |
| 2232 | 2026-07-16T21:21:38.221Z | Checking is-terminal v0.4.17 |
| 2233 | 2026-07-16T21:21:38.344Z | Checking crossbeam-channel v0.5.15 |
| 2234 | 2026-07-16T21:21:38.609Z | Checking thread_local v1.1.9 |
| 2235 | 2026-07-16T21:21:38.670Z | Compiling structmeta-derive v0.3.0 |
| 2236 | 2026-07-16T21:21:38.710Z | Checking term v1.2.1 |
| 2237 | 2026-07-16T21:21:38.766Z | Checking take_mut v0.2.2 |
| 2238 | 2026-07-16T21:21:38.805Z | Compiling newtype-uuid-macros v0.1.0 |
| 2239 | 2026-07-16T21:21:38.808Z | Compiling multer v3.1.0 |
| 2240 | 2026-07-16T21:21:38.900Z | Checking slog-async v2.8.0 |
| 2241 | 2026-07-16T21:21:38.956Z | Checking slog-term v2.9.2 |
| 2242 | 2026-07-16T21:21:39.064Z | Compiling async-stream-impl v0.3.6 |
| 2243 | 2026-07-16T21:21:39.141Z | Checking match_cfg v0.1.0 |
| 2244 | 2026-07-16T21:21:39.183Z | Checking slog-json v2.6.1 |
| 2245 | 2026-07-16T21:21:39.233Z | Checking hostname v0.3.1 |
| 2246 | 2026-07-16T21:21:39.272Z | Compiling dropshot v0.17.1 |
| 2247 | 2026-07-16T21:21:39.360Z | Compiling dropshot_endpoint v0.17.1 |
| 2248 | 2026-07-16T21:21:39.406Z | Checking slog-bunyan v2.5.0 |
| 2249 | 2026-07-16T21:21:39.447Z | Checking debug-ignore v1.0.5 |
| 2250 | 2026-07-16T21:21:39.539Z | Checking sha1 v0.11.0 |
| 2251 | 2026-07-16T21:21:39.577Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2252 | 2026-07-16T21:21:39.615Z | Checking serde_path_to_error v0.1.20 |
| 2253 | 2026-07-16T21:21:39.650Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2254 | 2026-07-16T21:21:39.725Z | Checking serde_spanned v1.1.1 |
| 2255 | 2026-07-16T21:21:39.764Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2256 | 2026-07-16T21:21:39.799Z | Compiling structmeta v0.3.0 |
| 2257 | 2026-07-16T21:21:39.802Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2258 | 2026-07-16T21:21:39.876Z | Checking compression-core v0.4.31 |
| 2259 | 2026-07-16T21:21:39.882Z | Checking progenitor-client v0.14.0 |
| 2260 | 2026-07-16T21:21:39.948Z | Checking async-stream v0.3.6 |
| 2261 | 2026-07-16T21:21:40.032Z | Compiling derive-ex v0.1.8 |
| 2262 | 2026-07-16T21:21:40.035Z | Checking compression-codecs v0.4.37 |
| 2263 | 2026-07-16T21:21:40.035Z | Checking toml v1.1.2+spec-1.1.0 |
| 2264 | 2026-07-16T21:21:40.173Z | Checking rustls-pemfile v2.2.0 |
| 2265 | 2026-07-16T21:21:40.209Z | Checking waitgroup v0.1.2 |
| 2266 | 2026-07-16T21:21:40.216Z | Checking hostname v0.4.2 |
| 2267 | 2026-07-16T21:21:40.279Z | Checking async-compression v0.4.41 |
| 2268 | 2026-07-16T21:21:40.337Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2269 | 2026-07-16T21:21:40.341Z | Checking atomicwrites v0.4.4 |
| 2270 | 2026-07-16T21:21:40.408Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2271 | 2026-07-16T21:21:40.412Z | Checking itertools v0.14.0 |
| 2272 | 2026-07-16T21:21:40.477Z | Compiling parse-display-derive v0.10.0 |
| 2273 | 2026-07-16T21:21:40.519Z | Checking macaddr v1.0.1 |
| 2274 | 2026-07-16T21:21:40.558Z | Checking regress v0.10.5 |
| 2275 | 2026-07-16T21:21:40.607Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2276 | 2026-07-16T21:21:40.704Z | Checking instant v0.1.13 |
| 2277 | 2026-07-16T21:21:40.779Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2278 | 2026-07-16T21:21:40.816Z | Checking backoff v0.4.0 |
| 2279 | 2026-07-16T21:21:41.001Z | Checking backon v1.6.0 |
| 2280 | 2026-07-16T21:21:41.041Z | Checking humantime v2.3.0 |
| 2281 | 2026-07-16T21:21:41.078Z | Checking unicode-width v0.2.0 |
| 2282 | 2026-07-16T21:21:41.193Z | Checking progenitor-extras v0.2.0 |
| 2283 | 2026-07-16T21:21:41.250Z | Compiling convert_case v0.4.0 |
| 2284 | 2026-07-16T21:21:41.355Z | Checking half v2.7.1 |
| 2285 | 2026-07-16T21:21:41.445Z | Checking ciborium-io v0.2.2 |
| 2286 | 2026-07-16T21:21:41.499Z | Checking heck v0.5.0 |
| 2287 | 2026-07-16T21:21:41.568Z | Checking secrecy v0.10.3 |
| 2288 | 2026-07-16T21:21:41.643Z | Checking ciborium-ll v0.2.2 |
| 2289 | 2026-07-16T21:21:41.682Z | Compiling derive_more v0.99.20 |
| 2290 | 2026-07-16T21:21:41.687Z | Checking indent_write v2.2.0 |
| 2291 | 2026-07-16T21:21:41.751Z | Checking camino-tempfile v1.4.1 |
| 2292 | 2026-07-16T21:21:41.757Z | Compiling test-strategy v0.4.5 |
| 2293 | 2026-07-16T21:21:41.842Z | Checking ciborium v0.2.2 |
| 2294 | 2026-07-16T21:21:41.888Z | Compiling regress v0.11.1 |
| 2295 | 2026-07-16T21:21:41.942Z | Compiling crucible-workspace-hack v0.1.0 |
| 2296 | 2026-07-16T21:21:42.018Z | Checking inout v0.1.4 |
| 2297 | 2026-07-16T21:21:42.198Z | Checking parse-display v0.10.0 |
| 2298 | 2026-07-16T21:21:42.205Z | Checking cipher v0.4.4 |
| 2299 | 2026-07-16T21:21:42.300Z | Checking universal-hash v0.5.1 |
| 2300 | 2026-07-16T21:21:42.361Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2301 | 2026-07-16T21:21:42.397Z | Checking opaque-debug v0.3.1 |
| 2302 | 2026-07-16T21:21:42.451Z | Checking chacha20 v0.9.1 |
| 2303 | 2026-07-16T21:21:42.523Z | Checking poly1305 v0.8.0 |
| 2304 | 2026-07-16T21:21:42.756Z | Checking blake2 v0.10.6 |
| 2305 | 2026-07-16T21:21:42.856Z | Checking aead v0.5.2 |
| 2306 | 2026-07-16T21:21:43.026Z | Checking password-hash v0.5.0 |
| 2307 | 2026-07-16T21:21:43.031Z | Checking chacha20poly1305 v0.10.1 |
| 2308 | 2026-07-16T21:21:43.183Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2309 | 2026-07-16T21:21:43.222Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2310 | 2026-07-16T21:21:43.318Z | Checking argon2 v0.5.3 |
| 2311 | 2026-07-16T21:21:43.356Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2312 | 2026-07-16T21:21:43.549Z | Compiling typify-impl v0.6.2 |
| 2313 | 2026-07-16T21:21:43.592Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2314 | 2026-07-16T21:21:43.627Z | Checking thiserror-no-std v2.0.2 |
| 2315 | 2026-07-16T21:21:43.699Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2316 | 2026-07-16T21:21:43.746Z | Checking vsss-rs v3.3.4 |
| 2317 | 2026-07-16T21:21:43.785Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2318 | 2026-07-16T21:21:43.933Z | Compiling unsafe-libyaml v0.2.11 |
| 2319 | 2026-07-16T21:21:43.971Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2320 | 2026-07-16T21:21:44.343Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2321 | 2026-07-16T21:21:44.691Z | Compiling serde_yaml v0.9.34+deprecated |
| 2322 | 2026-07-16T21:21:44.873Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2323 | 2026-07-16T21:21:45.041Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2324 | 2026-07-16T21:21:45.204Z | Checking swrite v0.1.0 |
| 2325 | 2026-07-16T21:21:45.241Z | Checking crossbeam-deque v0.8.6 |
| 2326 | 2026-07-16T21:21:45.289Z | Compiling rayon-core v1.13.0 |
| 2327 | 2026-07-16T21:21:45.327Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2328 | 2026-07-16T21:21:45.487Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2329 | 2026-07-16T21:21:45.603Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2330 | 2026-07-16T21:21:45.641Z | Compiling proc-macro-error v1.0.4 |
| 2331 | 2026-07-16T21:21:45.927Z | Checking rayon v1.11.0 |
| 2332 | 2026-07-16T21:21:45.977Z | Checking toml v0.8.23 |
| 2333 | 2026-07-16T21:21:46.065Z | Checking tabwriter v1.4.1 |
| 2334 | 2026-07-16T21:21:46.163Z | Compiling proc-macro-crate v3.4.0 |
| 2335 | 2026-07-16T21:21:46.239Z | Checking glob v0.3.3 |
| 2336 | 2026-07-16T21:21:46.330Z | Compiling heapless v0.8.0 |
| 2337 | 2026-07-16T21:21:46.452Z | Checking colored v3.1.1 |
| 2338 | 2026-07-16T21:21:46.699Z | Checking hash32 v0.3.1 |
| 2339 | 2026-07-16T21:21:46.702Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2340 | 2026-07-16T21:21:46.769Z | Compiling num_enum_derive v0.7.6 |
| 2341 | 2026-07-16T21:21:46.772Z | Compiling ingot-macros v0.1.1 |
| 2342 | 2026-07-16T21:21:46.854Z | Compiling smoltcp v0.11.0 |
| 2343 | 2026-07-16T21:21:46.892Z | Checking unicode-width v0.1.14 |
| 2344 | 2026-07-16T21:21:47.164Z | Checking cobs v0.3.0 |
| 2345 | 2026-07-16T21:21:47.278Z | Compiling usdt-macro v0.5.0 |
| 2346 | 2026-07-16T21:21:47.342Z | Compiling usdt-attr-macro v0.5.0 |
| 2347 | 2026-07-16T21:21:47.407Z | Checking memmap v0.7.0 |
| 2348 | 2026-07-16T21:21:47.410Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2349 | 2026-07-16T21:21:47.554Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2350 | 2026-07-16T21:21:47.737Z | Checking postcard v1.1.3 |
| 2351 | 2026-07-16T21:21:47.875Z | Checking num_enum v0.7.6 |
| 2352 | 2026-07-16T21:21:48.019Z | Checking rand v0.10.1 |
| 2353 | 2026-07-16T21:21:48.063Z | Compiling proc-macro-crate v1.3.1 |
| 2354 | 2026-07-16T21:21:48.067Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2355 | 2026-07-16T21:21:48.137Z | Compiling typify-macro v0.6.2 |
| 2356 | 2026-07-16T21:21:48.202Z | Checking usdt v0.5.0 |
| 2357 | 2026-07-16T21:21:48.332Z | Checking sigpipe v0.1.3 |
| 2358 | 2026-07-16T21:21:48.405Z | Compiling foreign-types-macros v0.2.3 |
| 2359 | 2026-07-16T21:21:48.443Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2360 | 2026-07-16T21:21:48.562Z | Checking foreign-types-shared v0.3.1 |
| 2361 | 2026-07-16T21:21:48.575Z | Compiling num_enum_derive v0.5.11 |
| 2362 | 2026-07-16T21:21:48.791Z | Checking cstr-argument v0.1.2 |
| 2363 | 2026-07-16T21:21:48.846Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2364 | 2026-07-16T21:21:48.892Z | Compiling num-derive v0.4.2 |
| 2365 | 2026-07-16T21:21:48.940Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2366 | 2026-07-16T21:21:49.039Z | Checking foreign-types v0.5.0 |
| 2367 | 2026-07-16T21:21:49.145Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2368 | 2026-07-16T21:21:49.314Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2369 | 2026-07-16T21:21:49.421Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2370 | 2026-07-16T21:21:49.459Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2371 | 2026-07-16T21:21:49.462Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2372 | 2026-07-16T21:21:49.610Z | Checking num_enum v0.5.11 |
| 2373 | 2026-07-16T21:21:49.647Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2374 | 2026-07-16T21:21:49.650Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2375 | 2026-07-16T21:21:49.753Z | Checking ingot-types v0.1.2 |
| 2376 | 2026-07-16T21:21:49.756Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2377 | 2026-07-16T21:21:49.822Z | Compiling zone_cfg_derive v0.3.1 |
| 2378 | 2026-07-16T21:21:49.858Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2379 | 2026-07-16T21:21:49.900Z | Compiling typify v0.6.2 |
| 2380 | 2026-07-16T21:21:50.035Z | Compiling progenitor-impl v0.14.0 |
| 2381 | 2026-07-16T21:21:50.071Z | Checking itertools v0.12.1 |
| 2382 | 2026-07-16T21:21:50.105Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2383 | 2026-07-16T21:21:50.246Z | Checking ingot v0.1.1 |
| 2384 | 2026-07-16T21:21:50.530Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2385 | 2026-07-16T21:21:50.564Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2386 | 2026-07-16T21:21:50.628Z | Checking smf v0.2.3 |
| 2387 | 2026-07-16T21:21:50.687Z | Checking whoami v1.6.1 |
| 2388 | 2026-07-16T21:21:50.814Z | Checking tokio-dtrace v0.1.1 |
| 2389 | 2026-07-16T21:21:50.869Z | Compiling derive-where v1.6.0 |
| 2390 | 2026-07-16T21:21:50.900Z | Checking console v0.15.11 |
| 2391 | 2026-07-16T21:21:51.032Z | Checking oxide-tokio-rt v0.1.4 |
| 2392 | 2026-07-16T21:21:51.071Z | Checking newline-converter v0.3.0 |
| 2393 | 2026-07-16T21:21:51.106Z | Checking zone v0.3.1 |
| 2394 | 2026-07-16T21:21:51.193Z | Checking bytecount v0.6.9 |
| 2395 | 2026-07-16T21:21:51.199Z | Checking expectorate v1.2.0 |
| 2396 | 2026-07-16T21:21:51.267Z | Compiling owo-colors v4.3.0 |
| 2397 | 2026-07-16T21:21:51.331Z | Compiling cancel-safe-futures v0.1.5 |
| 2398 | 2026-07-16T21:21:51.387Z | Checking libsw-core v0.3.2 |
| 2399 | 2026-07-16T21:21:51.483Z | Checking num-rational v0.4.2 |
| 2400 | 2026-07-16T21:21:51.555Z | Checking libsw v3.5.0 |
| 2401 | 2026-07-16T21:21:51.743Z | Checking num-complex v0.4.6 |
| 2402 | 2026-07-16T21:21:51.796Z | Checking linear-map v1.2.0 |
| 2403 | 2026-07-16T21:21:51.824Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2404 | 2026-07-16T21:21:51.940Z | Checking float-ord v0.3.2 |
| 2405 | 2026-07-16T21:21:52.004Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2406 | 2026-07-16T21:21:52.081Z | Checking gethostname v0.5.0 |
| 2407 | 2026-07-16T21:21:52.111Z | Checking num v0.4.3 |
| 2408 | 2026-07-16T21:21:52.188Z | Compiling prettyplease v0.2.37 |
| 2409 | 2026-07-16T21:21:52.230Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2410 | 2026-07-16T21:21:52.246Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2411 | 2026-07-16T21:21:52.297Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2412 | 2026-07-16T21:21:52.739Z | Compiling progenitor-macro v0.14.0 |
| 2413 | 2026-07-16T21:21:52.756Z | Checking resolv-conf v0.7.6 |
| 2414 | 2026-07-16T21:21:52.793Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2415 | 2026-07-16T21:21:52.973Z | Checking unicode-linebreak v0.1.5 |
| 2416 | 2026-07-16T21:21:53.024Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2417 | 2026-07-16T21:21:53.216Z | Checking smawk v0.3.2 |
| 2418 | 2026-07-16T21:21:53.388Z | Checking papergrid v0.11.0 |
| 2419 | 2026-07-16T21:21:53.883Z | Compiling tabled_derive v0.7.0 |
| 2420 | 2026-07-16T21:21:53.930Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2421 | 2026-07-16T21:21:54.043Z | Compiling convert_case v0.10.0 |
| 2422 | 2026-07-16T21:21:54.103Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2423 | 2026-07-16T21:21:54.143Z | Compiling slog-dtrace v0.3.0 |
| 2424 | 2026-07-16T21:21:54.176Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2425 | 2026-07-16T21:21:54.383Z | Compiling derive_more-impl v2.1.1 |
| 2426 | 2026-07-16T21:21:54.499Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2427 | 2026-07-16T21:21:54.630Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2428 | 2026-07-16T21:21:55.028Z | Checking tabled v0.15.0 |
| 2429 | 2026-07-16T21:21:55.158Z | Checking linked-hash-map v0.5.6 |
| 2430 | 2026-07-16T21:21:55.231Z | Checking derive_more v2.1.1 |
| 2431 | 2026-07-16T21:21:55.341Z | Checking crossterm v0.29.0 |
| 2432 | 2026-07-16T21:21:55.380Z | Checking lru-cache v0.1.2 |
| 2433 | 2026-07-16T21:21:55.851Z | Checking hickory-proto v0.24.4 |
| 2434 | 2026-07-16T21:21:55.919Z | Checking fd-lock v4.0.4 |
| 2435 | 2026-07-16T21:21:56.562Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2436 | 2026-07-16T21:21:56.566Z | Checking vte v0.14.1 |
| 2437 | 2026-07-16T21:21:56.807Z | Checking display-error-chain v0.2.2 |
| 2438 | 2026-07-16T21:21:56.851Z | Checking strip-ansi-escapes v0.2.1 |
| 2439 | 2026-07-16T21:21:57.148Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2440 | 2026-07-16T21:21:57.510Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2441 | 2026-07-16T21:21:57.703Z | Checking progenitor v0.14.0 |
| 2442 | 2026-07-16T21:21:57.844Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2443 | 2026-07-16T21:21:58.091Z | Checking nu-ansi-term v0.50.3 |
| 2444 | 2026-07-16T21:21:58.132Z | Checking termtree v0.5.1 |
| 2445 | 2026-07-16T21:21:58.295Z | Checking hickory-resolver v0.24.4 |
| 2446 | 2026-07-16T21:21:58.333Z | Checking reedline v0.40.0 |
| 2447 | 2026-07-16T21:21:58.365Z | Checking textwrap v0.16.2 |
| 2448 | 2026-07-16T21:21:58.613Z | Compiling minimal-lexical v0.2.1 |
| 2449 | 2026-07-16T21:21:58.702Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2450 | 2026-07-16T21:21:58.892Z | Compiling nom v7.1.3 |
| 2451 | 2026-07-16T21:21:59.080Z | Checking qorb v0.4.1 |
| 2452 | 2026-07-16T21:21:59.128Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2453 | 2026-07-16T21:21:59.512Z | Compiling unicode-xid v0.2.6 |
| 2454 | 2026-07-16T21:21:59.636Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2455 | 2026-07-16T21:21:59.712Z | Compiling ar_archive_writer v0.5.1 |
| 2456 | 2026-07-16T21:22:00.254Z | Checking csv-core v0.1.13 |
| 2457 | 2026-07-16T21:22:00.268Z | Compiling stacker v0.1.23 |
| 2458 | 2026-07-16T21:22:00.325Z | Compiling cfg_aliases v0.1.1 |
| 2459 | 2026-07-16T21:22:00.328Z | Compiling semver v0.1.20 |
| 2460 | 2026-07-16T21:22:00.430Z | Checking highway v1.3.0 |
| 2461 | 2026-07-16T21:22:00.466Z | Checking csv v1.4.0 |
| 2462 | 2026-07-16T21:22:00.577Z | Compiling psm v0.1.30 |
| 2463 | 2026-07-16T21:22:00.660Z | Compiling rustc_version v0.1.7 |
| 2464 | 2026-07-16T21:22:00.697Z | Compiling nix v0.28.0 |
| 2465 | 2026-07-16T21:22:00.700Z | Checking nibble_vec v0.1.0 |
| 2466 | 2026-07-16T21:22:00.780Z | Checking endian-type v0.1.2 |
| 2467 | 2026-07-16T21:22:00.859Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2468 | 2026-07-16T21:22:00.892Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2469 | 2026-07-16T21:22:00.926Z | Compiling newtype_derive v0.1.6 |
| 2470 | 2026-07-16T21:22:00.960Z | Checking radix_trie v0.2.1 |
| 2471 | 2026-07-16T21:22:01.156Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2472 | 2026-07-16T21:22:01.191Z | Checking phf_shared v0.12.1 |
| 2473 | 2026-07-16T21:22:01.229Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2474 | 2026-07-16T21:22:01.362Z | Compiling chrono-tz v0.10.4 |
| 2475 | 2026-07-16T21:22:01.366Z | Checking phf v0.12.1 |
| 2476 | 2026-07-16T21:22:01.677Z | Checking recursive v0.1.1 |
| 2477 | 2026-07-16T21:22:01.710Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2478 | 2026-07-16T21:22:01.713Z | Compiling const_format_proc_macros v0.2.34 |
| 2479 | 2026-07-16T21:22:01.778Z | Compiling peg-macros v0.8.5 |
| 2480 | 2026-07-16T21:22:01.783Z | Checking winnow v0.6.26 |
| 2481 | 2026-07-16T21:22:01.847Z | Checking nom v8.0.0 |
| 2482 | 2026-07-16T21:22:02.248Z | Compiling sqlparser_derive v0.5.0 |
| 2483 | 2026-07-16T21:22:02.567Z | Checking unicode_categories v0.1.1 |
| 2484 | 2026-07-16T21:22:02.603Z | Checking home v0.5.12 |
| 2485 | 2026-07-16T21:22:02.756Z | Checking rustyline v14.0.0 |
| 2486 | 2026-07-16T21:22:02.823Z | Checking const_format v0.2.35 |
| 2487 | 2026-07-16T21:22:03.033Z | Checking sqlformat v0.3.5 |
| 2488 | 2026-07-16T21:22:03.083Z | Checking sqlparser v0.61.0 |
| 2489 | 2026-07-16T21:22:03.231Z | Checking peg v0.8.5 |
| 2490 | 2026-07-16T21:22:03.333Z | Checking bcs v0.1.6 |
| 2491 | 2026-07-16T21:22:03.478Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2492 | 2026-07-16T21:22:03.515Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2493 | 2026-07-16T21:22:03.576Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2494 | 2026-07-16T21:22:03.612Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2495 | 2026-07-16T21:22:03.732Z | Checking steno v0.4.1 |
| 2496 | 2026-07-16T21:22:03.878Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2497 | 2026-07-16T21:22:03.914Z | Checking sha1 v0.10.6 |
| 2498 | 2026-07-16T21:22:04.080Z | Checking filetime v0.2.27 |
| 2499 | 2026-07-16T21:22:04.116Z | Checking xattr v1.6.1 |
| 2500 | 2026-07-16T21:22:04.244Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2501 | 2026-07-16T21:22:04.280Z | Checking tar v0.4.46 |
| 2502 | 2026-07-16T21:22:04.600Z | Checking subprocess v0.2.15 |
| 2503 | 2026-07-16T21:22:04.699Z | Checking base64 v0.21.7 |
| 2504 | 2026-07-16T21:22:04.773Z | Checking headers-core v0.3.0 |
| 2505 | 2026-07-16T21:22:04.910Z | Checking headers v0.4.1 |
| 2506 | 2026-07-16T21:22:04.917Z | Checking yasna v0.5.2 |
| 2507 | 2026-07-16T21:22:04.984Z | Checking port-file v0.1.0 |
| 2508 | 2026-07-16T21:22:05.194Z | Checking dropshot-api-manager-types v0.7.2 |
| 2509 | 2026-07-16T21:22:05.355Z | Checking rcgen v0.12.1 |
| 2510 | 2026-07-16T21:22:05.393Z | Checking tagptr v0.2.0 |
| 2511 | 2026-07-16T21:22:05.430Z | Checking utf-8 v0.7.6 |
| 2512 | 2026-07-16T21:22:05.560Z | Checking moka v0.12.13 |
| 2513 | 2026-07-16T21:22:05.597Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2514 | 2026-07-16T21:22:05.703Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2515 | 2026-07-16T21:22:05.771Z | Checking tungstenite v0.21.0 |
| 2516 | 2026-07-16T21:22:06.004Z | Compiling radium v0.7.0 |
| 2517 | 2026-07-16T21:22:06.184Z | Compiling maybe-uninit v2.0.0 |
| 2518 | 2026-07-16T21:22:06.228Z | Checking tokio-tungstenite v0.21.0 |
| 2519 | 2026-07-16T21:22:06.257Z | Checking hickory-resolver v0.25.2 |
| 2520 | 2026-07-16T21:22:06.360Z | Checking tap v1.0.1 |
| 2521 | 2026-07-16T21:22:06.511Z | Compiling libefi-sys v0.1.0 |
| 2522 | 2026-07-16T21:22:06.619Z | Checking wyz v0.5.1 |
| 2523 | 2026-07-16T21:22:06.887Z | Compiling zerocopy-derive v0.6.6 |
| 2524 | 2026-07-16T21:22:07.004Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2525 | 2026-07-16T21:22:07.045Z | Compiling bitfield-struct v0.6.2 |
| 2526 | 2026-07-16T21:22:07.498Z | Checking crc-catalog v2.4.0 |
| 2527 | 2026-07-16T21:22:07.576Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2528 | 2026-07-16T21:22:07.695Z | Checking funty v2.0.0 |
| 2529 | 2026-07-16T21:22:07.768Z | Compiling packed_struct v0.10.1 |
| 2530 | 2026-07-16T21:22:07.788Z | Checking zerocopy v0.6.6 |
| 2531 | 2026-07-16T21:22:07.823Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2532 | 2026-07-16T21:22:07.909Z | Checking crc v3.4.0 |
| 2533 | 2026-07-16T21:22:07.967Z | Checking bitvec v1.0.1 |
| 2534 | 2026-07-16T21:22:08.006Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2535 | 2026-07-16T21:22:08.047Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2536 | 2026-07-16T21:22:08.201Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2537 | 2026-07-16T21:22:08.205Z | Compiling packed_struct_codegen v0.10.1 |
| 2538 | 2026-07-16T21:22:08.279Z | Compiling bitfield-macros v0.19.4 |
| 2539 | 2026-07-16T21:22:08.326Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2540 | 2026-07-16T21:22:08.362Z | Compiling indexmap v1.9.3 |
| 2541 | 2026-07-16T21:22:08.601Z | Checking nodrop v0.1.14 |
| 2542 | 2026-07-16T21:22:08.723Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2543 | 2026-07-16T21:22:08.840Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2544 | 2026-07-16T21:22:09.043Z | Checking bitfield v0.19.4 |
| 2545 | 2026-07-16T21:22:09.107Z | Checking array-init v0.0.4 |
| 2546 | 2026-07-16T21:22:09.339Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2547 | 2026-07-16T21:22:09.443Z | Checking smallvec v0.6.14 |
| 2548 | 2026-07-16T21:22:09.452Z | Checking hashbrown v0.12.3 |
| 2549 | 2026-07-16T21:22:09.547Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2550 | 2026-07-16T21:22:09.660Z | Checking serde-hex v0.1.0 |
| 2551 | 2026-07-16T21:22:09.733Z | Checking ron v0.8.1 |
| 2552 | 2026-07-16T21:22:09.960Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2553 | 2026-07-16T21:22:10.267Z | Checking hashbrown v0.13.2 |
| 2554 | 2026-07-16T21:22:10.304Z | Checking crc-any v2.5.0 |
| 2555 | 2026-07-16T21:22:10.494Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2556 | 2026-07-16T21:22:10.526Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2557 | 2026-07-16T21:22:10.792Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2558 | 2026-07-16T21:22:10.906Z | Checking object v0.30.4 |
| 2559 | 2026-07-16T21:22:11.179Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2560 | 2026-07-16T21:22:11.294Z | Checking path-slash v0.1.5 |
| 2561 | 2026-07-16T21:22:11.423Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2562 | 2026-07-16T21:22:11.584Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2563 | 2026-07-16T21:22:11.584Z | Compiling xshell-macros v0.2.7 |
| 2564 | 2026-07-16T21:22:11.814Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2565 | 2026-07-16T21:22:11.910Z | Checking xshell v0.2.7 |
| 2566 | 2026-07-16T21:22:12.227Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2567 | 2026-07-16T21:22:12.282Z | Checking half v1.8.3 |
| 2568 | 2026-07-16T21:22:12.282Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2569 | 2026-07-16T21:22:12.430Z | Checking serde_cbor v0.11.2 |
| 2570 | 2026-07-16T21:22:12.473Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2571 | 2026-07-16T21:22:12.848Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2572 | 2026-07-16T21:22:12.940Z | Compiling num-derive v0.3.3 |
| 2573 | 2026-07-16T21:22:12.977Z | Compiling proc-macro-error2 v2.0.1 |
| 2574 | 2026-07-16T21:22:12.980Z | Checking maplit v1.0.2 |
| 2575 | 2026-07-16T21:22:13.081Z | Checking papergrid v0.17.0 |
| 2576 | 2026-07-16T21:22:13.124Z | Checking testing_table v0.3.0 |
| 2577 | 2026-07-16T21:22:13.247Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2578 | 2026-07-16T21:22:13.325Z | Compiling tabled_derive v0.11.0 |
| 2579 | 2026-07-16T21:22:13.642Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2580 | 2026-07-16T21:22:13.676Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2581 | 2026-07-16T21:22:13.885Z | Checking libscf-sys v1.1.0 |
| 2582 | 2026-07-16T21:22:13.926Z | Compiling progenitor-impl v0.13.0 |
| 2583 | 2026-07-16T21:22:14.052Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2584 | 2026-07-16T21:22:14.203Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2585 | 2026-07-16T21:22:14.285Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2586 | 2026-07-16T21:22:14.533Z | Checking tabled v0.20.0 |
| 2587 | 2026-07-16T21:22:14.646Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2588 | 2026-07-16T21:22:14.746Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2589 | 2026-07-16T21:22:15.031Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2590 | 2026-07-16T21:22:15.278Z | Checking progenitor-client v0.13.0 |
| 2591 | 2026-07-16T21:22:15.548Z | Checking crc8 v0.1.1 |
| 2592 | 2026-07-16T21:22:15.680Z | Checking unicase v2.9.0 |
| 2593 | 2026-07-16T21:22:15.803Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2594 | 2026-07-16T21:22:15.864Z | Checking fxhash v0.2.1 |
| 2595 | 2026-07-16T21:22:15.975Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2596 | 2026-07-16T21:22:16.014Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2597 | 2026-07-16T21:22:16.467Z | Compiling vergen-lib v0.1.6 |
| 2598 | 2026-07-16T21:22:16.536Z | Compiling progenitor-macro v0.13.0 |
| 2599 | 2026-07-16T21:22:16.580Z | Compiling diesel_derives v2.3.7 |
| 2600 | 2026-07-16T21:22:16.661Z | Checking scheduled-thread-pool v0.2.7 |
| 2601 | 2026-07-16T21:22:16.730Z | Compiling dsl_auto_type v0.2.0 |
| 2602 | 2026-07-16T21:22:16.780Z | Compiling vergen-gitcl v1.0.8 |
| 2603 | 2026-07-16T21:22:16.842Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2604 | 2026-07-16T21:22:16.920Z | Checking r2d2 v0.8.10 |
| 2605 | 2026-07-16T21:22:16.984Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2606 | 2026-07-16T21:22:17.064Z | Checking downcast-rs v2.0.2 |
| 2607 | 2026-07-16T21:22:17.099Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2608 | 2026-07-16T21:22:17.102Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2609 | 2026-07-16T21:22:17.356Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2610 | 2026-07-16T21:22:17.457Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2611 | 2026-07-16T21:22:17.667Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2612 | 2026-07-16T21:22:17.710Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2613 | 2026-07-16T21:22:17.717Z | Checking kstat-rs v0.2.4 |
| 2614 | 2026-07-16T21:22:17.774Z | Checking arc-swap v1.8.2 |
| 2615 | 2026-07-16T21:22:17.806Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2616 | 2026-07-16T21:22:17.973Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2617 | 2026-07-16T21:22:18.017Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2618 | 2026-07-16T21:22:18.049Z | Checking slog-scope v4.4.1 |
| 2619 | 2026-07-16T21:22:18.224Z | Compiling dirs-sys-next v0.1.2 |
| 2620 | 2026-07-16T21:22:18.316Z | Compiling parking_lot_core v0.8.6 |
| 2621 | 2026-07-16T21:22:18.482Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2622 | 2026-07-16T21:22:18.551Z | Compiling crunchy v0.2.4 |
| 2623 | 2026-07-16T21:22:18.648Z | Compiling dirs-next v2.0.0 |
| 2624 | 2026-07-16T21:22:18.717Z | Checking slog-stdlog v4.1.1 |
| 2625 | 2026-07-16T21:22:18.795Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2626 | 2026-07-16T21:22:18.885Z | Compiling clang-sys v1.8.1 |
| 2627 | 2026-07-16T21:22:18.928Z | Compiling git-stub v1.0.0 |
| 2628 | 2026-07-16T21:22:19.222Z | Compiling tiny-keccak v2.0.2 |
| 2629 | 2026-07-16T21:22:19.332Z | Compiling git-stub-vcs v0.1.0 |
| 2630 | 2026-07-16T21:22:19.428Z | Checking slog-envlogger v2.2.0 |
| 2631 | 2026-07-16T21:22:19.488Z | Compiling term v0.7.0 |
| 2632 | 2026-07-16T21:22:19.584Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2633 | 2026-07-16T21:22:19.718Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2634 | 2026-07-16T21:22:19.762Z | Compiling bit-vec v0.6.3 |
| 2635 | 2026-07-16T21:22:19.898Z | Compiling ascii-canvas v3.0.0 |
| 2636 | 2026-07-16T21:22:19.934Z | Checking parking_lot v0.11.2 |
| 2637 | 2026-07-16T21:22:20.003Z | Compiling bit-set v0.5.3 |
| 2638 | 2026-07-16T21:22:20.071Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2639 | 2026-07-16T21:22:20.125Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2640 | 2026-07-16T21:22:20.195Z | Checking prefix-trie v0.7.0 |
| 2641 | 2026-07-16T21:22:20.198Z | Compiling itertools v0.10.5 |
| 2642 | 2026-07-16T21:22:20.453Z | Compiling ena v0.14.4 |
| 2643 | 2026-07-16T21:22:20.551Z | Compiling libloading v0.8.9 |
| 2644 | 2026-07-16T21:22:20.557Z | Compiling bindgen v0.71.1 |
| 2645 | 2026-07-16T21:22:20.617Z | Compiling diff v0.1.13 |
| 2646 | 2026-07-16T21:22:20.687Z | Compiling regex-syntax v0.6.29 |
| 2647 | 2026-07-16T21:22:20.961Z | Checking hickory-server v0.25.2 |
| 2648 | 2026-07-16T21:22:21.100Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2649 | 2026-07-16T21:22:21.321Z | Checking sled v0.34.7 |
| 2650 | 2026-07-16T21:22:21.486Z | Checking progenitor v0.13.0 |
| 2651 | 2026-07-16T21:22:21.656Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2652 | 2026-07-16T21:22:21.702Z | Compiling cexpr v0.6.0 |
| 2653 | 2026-07-16T21:22:22.219Z | Compiling lalrpop v0.19.12 |
| 2654 | 2026-07-16T21:22:22.388Z | Checking nanorand v0.7.0 |
| 2655 | 2026-07-16T21:22:22.608Z | Compiling rustc-hash v2.1.1 |
| 2656 | 2026-07-16T21:22:22.638Z | Compiling salty v0.3.0 |
| 2657 | 2026-07-16T21:22:22.789Z | Checking diesel v2.3.7 |
| 2658 | 2026-07-16T21:22:22.814Z | Checking flume v0.11.1 |
| 2659 | 2026-07-16T21:22:22.992Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2660 | 2026-07-16T21:22:23.084Z | Compiling libxml v0.3.3 |
| 2661 | 2026-07-16T21:22:23.257Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2662 | 2026-07-16T21:22:23.598Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2663 | 2026-07-16T21:22:24.025Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2664 | 2026-07-16T21:22:24.180Z | Compiling strum_macros v0.24.3 |
| 2665 | 2026-07-16T21:22:24.536Z | Compiling fs-err v2.11.0 |
| 2666 | 2026-07-16T21:22:24.696Z | Compiling indoc v1.0.9 |
| 2667 | 2026-07-16T21:22:25.175Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2668 | 2026-07-16T21:22:25.417Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2669 | 2026-07-16T21:22:25.521Z | Checking quick-xml v0.37.5 |
| 2670 | 2026-07-16T21:22:25.583Z | Checking derive_builder v0.20.2 |
| 2671 | 2026-07-16T21:22:25.725Z | Compiling oso-derive v0.27.3 |
| 2672 | 2026-07-16T21:22:25.787Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2673 | 2026-07-16T21:22:26.251Z | Compiling trait-variant v0.1.2 |
| 2674 | 2026-07-16T21:22:26.423Z | Checking openssl-probe v0.1.6 |
| 2675 | 2026-07-16T21:22:26.824Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2676 | 2026-07-16T21:22:26.861Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2677 | 2026-07-16T21:22:27.361Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2678 | 2026-07-16T21:22:27.669Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2679 | 2026-07-16T21:22:28.064Z | Checking rfc6979 v0.4.0 |
| 2680 | 2026-07-16T21:22:28.215Z | Checking parse-size v1.1.0 |
| 2681 | 2026-07-16T21:22:28.239Z | Checking assert_matches v1.5.0 |
| 2682 | 2026-07-16T21:22:28.300Z | Checking ecdsa v0.16.9 |
| 2683 | 2026-07-16T21:22:28.342Z | Checking primeorder v0.13.6 |
| 2684 | 2026-07-16T21:22:28.377Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2685 | 2026-07-16T21:22:28.622Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2686 | 2026-07-16T21:22:28.685Z | Checking p384 v0.13.1 |
| 2687 | 2026-07-16T21:22:28.869Z | Checking predicates-tree v1.0.13 |
| 2688 | 2026-07-16T21:22:29.017Z | Checking bb8 v0.8.6 |
| 2689 | 2026-07-16T21:22:29.270Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2690 | 2026-07-16T21:22:29.379Z | Compiling mime_guess v2.0.5 |
| 2691 | 2026-07-16T21:22:29.385Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2692 | 2026-07-16T21:22:29.449Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2693 | 2026-07-16T21:22:29.551Z | Checking http-range v0.1.5 |
| 2694 | 2026-07-16T21:22:29.737Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2695 | 2026-07-16T21:22:29.866Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2696 | 2026-07-16T21:22:30.023Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2697 | 2026-07-16T21:22:30.064Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2698 | 2026-07-16T21:22:30.150Z | Checking atty v0.2.14 |
| 2699 | 2026-07-16T21:22:30.202Z | Checking corncobs v0.1.4 |
| 2700 | 2026-07-16T21:22:30.245Z | Checking nonempty v0.12.0 |
| 2701 | 2026-07-16T21:22:30.282Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2702 | 2026-07-16T21:22:30.355Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2703 | 2026-07-16T21:22:30.462Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2704 | 2026-07-16T21:22:30.644Z | Checking ignore v0.4.25 |
| 2705 | 2026-07-16T21:22:30.645Z | Checking secrecy v0.8.0 |
| 2706 | 2026-07-16T21:22:30.762Z | Checking hyper-staticfile v0.10.1 |
| 2707 | 2026-07-16T21:22:31.045Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2708 | 2026-07-16T21:22:31.083Z | Checking globwalk v0.9.1 |
| 2709 | 2026-07-16T21:22:31.086Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2710 | 2026-07-16T21:22:31.294Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2711 | 2026-07-16T21:22:31.430Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2712 | 2026-07-16T21:22:31.433Z | Checking camino-tempfile-ext v0.3.3 |
| 2713 | 2026-07-16T21:22:31.566Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2714 | 2026-07-16T21:22:31.698Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2715 | 2026-07-16T21:22:31.742Z | Checking signal-hook-tokio v0.3.1 |
| 2716 | 2026-07-16T21:22:31.875Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2717 | 2026-07-16T21:22:32.064Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2718 | 2026-07-16T21:22:32.162Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2719 | 2026-07-16T21:22:32.363Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2720 | 2026-07-16T21:22:32.552Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2721 | 2026-07-16T21:22:32.878Z | Checking illumos-nvpair v0.3.0 |
| 2722 | 2026-07-16T21:22:32.913Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2723 | 2026-07-16T21:22:32.951Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2724 | 2026-07-16T21:22:32.955Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2725 | 2026-07-16T21:22:33.067Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2726 | 2026-07-16T21:22:33.324Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2727 | 2026-07-16T21:22:33.360Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2728 | 2026-07-16T21:22:33.789Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2729 | 2026-07-16T21:22:34.077Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2730 | 2026-07-16T21:22:34.458Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2731 | 2026-07-16T21:22:34.664Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2732 | 2026-07-16T21:22:34.878Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2733 | 2026-07-16T21:22:34.933Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2734 | 2026-07-16T21:22:35.066Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2735 | 2026-07-16T21:22:35.519Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2736 | 2026-07-16T21:22:35.778Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2737 | 2026-07-16T21:22:35.954Z | Checking tungstenite v0.23.0 |
| 2738 | 2026-07-16T21:22:36.079Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2739 | 2026-07-16T21:22:36.307Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2740 | 2026-07-16T21:22:36.417Z | Checking tokio-tungstenite v0.23.1 |
| 2741 | 2026-07-16T21:22:36.723Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2742 | 2026-07-16T21:22:36.758Z | Checking rand_seeder v0.4.0 |
| 2743 | 2026-07-16T21:22:36.762Z | Checking void v1.0.2 |
| 2744 | 2026-07-16T21:22:36.894Z | Checking lzss v0.8.2 |
| 2745 | 2026-07-16T21:22:36.966Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2746 | 2026-07-16T21:22:37.095Z | Checking diesel-dtrace v0.5.0 |
| 2747 | 2026-07-16T21:22:37.133Z | Checking async-bb8-diesel v0.2.1 |
| 2748 | 2026-07-16T21:22:37.204Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2749 | 2026-07-16T21:22:37.245Z | Checking nix v0.27.1 |
| 2750 | 2026-07-16T21:22:37.364Z | Checking serde_bytes v0.11.19 |
| 2751 | 2026-07-16T21:22:37.491Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2752 | 2026-07-16T21:22:37.523Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2753 | 2026-07-16T21:22:37.567Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2754 | 2026-07-16T21:22:37.796Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2755 | 2026-07-16T21:22:38.241Z | Checking is_ci v1.2.0 |
| 2756 | 2026-07-16T21:22:38.336Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2757 | 2026-07-16T21:22:38.540Z | Checking yansi v1.0.1 |
| 2758 | 2026-07-16T21:22:38.627Z | Checking cpubits v0.1.1 |
| 2759 | 2026-07-16T21:22:38.631Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2760 | 2026-07-16T21:22:38.737Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2761 | 2026-07-16T21:22:38.824Z | Checking pretty_assertions v1.4.1 |
| 2762 | 2026-07-16T21:22:39.008Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2763 | 2026-07-16T21:22:39.052Z | Checking pem-rfc7468 v1.0.0 |
| 2764 | 2026-07-16T21:22:39.207Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2765 | 2026-07-16T21:22:39.248Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2766 | 2026-07-16T21:22:39.556Z | Compiling darling_core v0.23.0 |
| 2767 | 2026-07-16T21:22:40.180Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2768 | 2026-07-16T21:22:40.623Z | Compiling indoc v2.0.7 |
| 2769 | 2026-07-16T21:22:40.627Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2770 | 2026-07-16T21:22:40.903Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2771 | 2026-07-16T21:22:41.155Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2772 | 2026-07-16T21:22:41.521Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2773 | 2026-07-16T21:22:41.618Z | Checking hmac v0.13.0 |
| 2774 | 2026-07-16T21:22:41.808Z | Checking sha2 v0.11.0 |
| 2775 | 2026-07-16T21:22:41.969Z | Checking universal-hash v0.6.1 |
| 2776 | 2026-07-16T21:22:42.070Z | Compiling darling_macro v0.23.0 |
| 2777 | 2026-07-16T21:22:42.131Z | Compiling libz-sys v1.1.24 |
| 2778 | 2026-07-16T21:22:42.185Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2779 | 2026-07-16T21:22:42.428Z | Compiling instability v0.3.11 |
| 2780 | 2026-07-16T21:22:42.630Z | Compiling darling v0.23.0 |
| 2781 | 2026-07-16T21:22:42.715Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2782 | 2026-07-16T21:22:42.782Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2783 | 2026-07-16T21:22:42.785Z | Checking castaway v0.2.4 |
| 2784 | 2026-07-16T21:22:42.957Z | Checking compact_str v0.8.1 |
| 2785 | 2026-07-16T21:22:43.376Z | Checking polyval v0.7.1 |
| 2786 | 2026-07-16T21:22:43.587Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2787 | 2026-07-16T21:22:43.622Z | Checking der v0.8.0 |
| 2788 | 2026-07-16T21:22:43.825Z | Checking supports-color v3.0.2 |
| 2789 | 2026-07-16T21:22:43.877Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2790 | 2026-07-16T21:22:44.003Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2791 | 2026-07-16T21:22:44.114Z | Checking unicode-truncate v1.1.0 |
| 2792 | 2026-07-16T21:22:44.242Z | Checking console v0.16.2 |
| 2793 | 2026-07-16T21:22:44.292Z | Checking lru v0.12.5 |
| 2794 | 2026-07-16T21:22:44.452Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2795 | 2026-07-16T21:22:44.487Z | Checking cassowary v0.3.0 |
| 2796 | 2026-07-16T21:22:44.520Z | Checking unit-prefix v0.5.2 |
| 2797 | 2026-07-16T21:22:44.675Z | Checking ghash v0.6.0 |
| 2798 | 2026-07-16T21:22:44.709Z | Checking indicatif v0.18.4 |
| 2799 | 2026-07-16T21:22:44.743Z | Checking ratatui v0.29.0 |
| 2800 | 2026-07-16T21:22:44.971Z | Checking pbkdf2 v0.13.0 |
| 2801 | 2026-07-16T21:22:45.120Z | Checking aes v0.9.1 |
| 2802 | 2026-07-16T21:22:45.124Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2803 | 2026-07-16T21:22:45.569Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2804 | 2026-07-16T21:22:45.822Z | Checking ctr v0.10.1 |
| 2805 | 2026-07-16T21:22:46.030Z | Checking aead v0.6.1 |
| 2806 | 2026-07-16T21:22:46.096Z | Checking cargo-platform v0.3.2 |
| 2807 | 2026-07-16T21:22:46.202Z | Checking aes-gcm v0.11.0 |
| 2808 | 2026-07-16T21:22:46.307Z | Checking cargo_metadata v0.23.1 |
| 2809 | 2026-07-16T21:22:46.386Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2810 | 2026-07-16T21:22:46.420Z | Checking spki v0.8.0 |
| 2811 | 2026-07-16T21:22:46.626Z | Checking crypto-bigint v0.7.5 |
| 2812 | 2026-07-16T21:22:47.113Z | Checking cbc v0.2.1 |
| 2813 | 2026-07-16T21:22:47.288Z | Checking salsa20 v0.11.0 |
| 2814 | 2026-07-16T21:22:47.476Z | Compiling vergen-git2 v9.1.0 |
| 2815 | 2026-07-16T21:22:47.733Z | Checking plotters-backend v0.3.7 |
| 2816 | 2026-07-16T21:22:47.911Z | Checking scrypt v0.12.0 |
| 2817 | 2026-07-16T21:22:47.972Z | Checking plotters-svg v0.3.7 |
| 2818 | 2026-07-16T21:22:48.109Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2819 | 2026-07-16T21:22:48.145Z | Checking cast v0.3.0 |
| 2820 | 2026-07-16T21:22:48.325Z | Checking criterion-plot v0.6.0 |
| 2821 | 2026-07-16T21:22:48.408Z | Checking plotters v0.3.7 |
| 2822 | 2026-07-16T21:22:48.603Z | Checking pkcs5 v0.8.1 |
| 2823 | 2026-07-16T21:22:48.904Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2824 | 2026-07-16T21:22:48.939Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2825 | 2026-07-16T21:22:49.175Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2826 | 2026-07-16T21:22:49.217Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2827 | 2026-07-16T21:22:49.416Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2828 | 2026-07-16T21:22:49.451Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2829 | 2026-07-16T21:22:49.656Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2830 | 2026-07-16T21:22:49.692Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2831 | 2026-07-16T21:22:49.900Z | Checking colored v2.2.0 |
| 2832 | 2026-07-16T21:22:49.937Z | Checking tinytemplate v1.2.1 |
| 2833 | 2026-07-16T21:22:50.136Z | Checking shell-words v1.1.1 |
| 2834 | 2026-07-16T21:22:50.182Z | Checking oorandom v11.1.5 |
| 2835 | 2026-07-16T21:22:50.289Z | Checking anes v0.1.6 |
| 2836 | 2026-07-16T21:22:50.326Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2837 | 2026-07-16T21:22:50.496Z | Checking criterion v0.7.0 |
| 2838 | 2026-07-16T21:22:50.675Z | Checking pkcs8 v0.11.0 |
| 2839 | 2026-07-16T21:22:50.900Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2840 | 2026-07-16T21:22:51.687Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2841 | 2026-07-16T21:22:51.751Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2842 | 2026-07-16T21:22:52.206Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2843 | 2026-07-16T21:22:52.538Z | Checking tokio-test v0.4.5 |
| 2844 | 2026-07-16T21:22:52.784Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2845 | 2026-07-16T21:22:53.027Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2846 | 2026-07-16T21:22:53.444Z | Checking twox-hash v2.1.2 |
| 2847 | 2026-07-16T21:22:53.771Z | Checking ff v0.14.0 |
| 2848 | 2026-07-16T21:22:53.989Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2849 | 2026-07-16T21:22:54.197Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2850 | 2026-07-16T21:22:54.885Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2851 | 2026-07-16T21:22:55.672Z | Checking fatfs v0.3.6 |
| 2852 | 2026-07-16T21:22:55.895Z | Checking signature v3.0.0 |
| 2853 | 2026-07-16T21:22:55.938Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2854 | 2026-07-16T21:22:56.088Z | Checking base16ct v1.0.0 |
| 2855 | 2026-07-16T21:22:56.153Z | Compiling seq-macro v0.3.6 |
| 2856 | 2026-07-16T21:22:56.226Z | Checking sec1 v0.8.1 |
| 2857 | 2026-07-16T21:22:56.456Z | Checking group v0.14.0 |
| 2858 | 2026-07-16T21:22:56.644Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2859 | 2026-07-16T21:22:56.705Z | Checking hkdf v0.13.0 |
| 2860 | 2026-07-16T21:22:56.759Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2861 | 2026-07-16T21:22:56.868Z | Compiling petname v2.0.2 |
| 2862 | 2026-07-16T21:22:56.936Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2863 | 2026-07-16T21:22:57.281Z | Checking elliptic-curve v0.14.0-rc.33 |
| 2864 | 2026-07-16T21:22:57.561Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2865 | 2026-07-16T21:22:57.794Z | Checking concurrent-queue v2.5.0 |
| 2866 | 2026-07-16T21:22:58.018Z | Checking rtoolbox v0.0.3 |
| 2867 | 2026-07-16T21:22:58.183Z | Checking parking v2.2.1 |
| 2868 | 2026-07-16T21:22:58.341Z | Checking rpassword v7.4.0 |
| 2869 | 2026-07-16T21:22:58.379Z | Checking event-listener v5.4.1 |
| 2870 | 2026-07-16T21:22:58.582Z | Checking tui-tree-widget v0.23.1 |
| 2871 | 2026-07-16T21:22:58.793Z | Checking rfc6979 v0.5.0 |
| 2872 | 2026-07-16T21:22:58.830Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2873 | 2026-07-16T21:22:58.956Z | Checking sapling-renderdag v0.1.0 |
| 2874 | 2026-07-16T21:22:59.043Z | Checking sync-ptr v0.1.4 |
| 2875 | 2026-07-16T21:22:59.173Z | Checking ecdsa v0.17.0-rc.18 |
| 2876 | 2026-07-16T21:22:59.225Z | Checking event-listener-strategy v0.5.4 |
| 2877 | 2026-07-16T21:22:59.396Z | Checking primeorder v0.14.0-rc.10 |
| 2878 | 2026-07-16T21:22:59.575Z | Checking primefield v0.14.0 |
| 2879 | 2026-07-16T21:22:59.716Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2880 | 2026-07-16T21:22:59.808Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 2881 | 2026-07-16T21:22:59.957Z | Checking arrayref v0.3.9 |
| 2882 | 2026-07-16T21:23:00.062Z | Checking futures-timer v3.0.3 |
| 2883 | 2026-07-16T21:23:00.204Z | Checking constant_time_eq v0.4.2 |
| 2884 | 2026-07-16T21:23:00.274Z | Checking arrayvec v0.7.6 |
| 2885 | 2026-07-16T21:23:00.511Z | Checking async-lock v3.4.2 |
| 2886 | 2026-07-16T21:23:00.555Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2887 | 2026-07-16T21:23:00.933Z | Checking ssh-encoding v0.3.0-rc.9 |
| 2888 | 2026-07-16T21:23:01.074Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2889 | 2026-07-16T21:23:01.316Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2890 | 2026-07-16T21:23:01.556Z | Compiling strsim v0.10.0 |
| 2891 | 2026-07-16T21:23:01.894Z | Compiling darling_core v0.13.4 |
| 2892 | 2026-07-16T21:23:02.252Z | Checking async-object-pool v0.2.0 |
| 2893 | 2026-07-16T21:23:03.374Z | Checking ed25519 v3.0.0 |
| 2894 | 2026-07-16T21:23:03.523Z | Checking crypto-primes v0.7.2 |
| 2895 | 2026-07-16T21:23:03.617Z | Compiling samael v0.0.19 |
| 2896 | 2026-07-16T21:23:03.822Z | Checking pkcs1 v0.8.0-rc.4 |
| 2897 | 2026-07-16T21:23:03.860Z | Checking poly1305 v0.9.0 |
| 2898 | 2026-07-16T21:23:04.063Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2899 | 2026-07-16T21:23:04.153Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2900 | 2026-07-16T21:23:04.460Z | Checking serde_regex v1.1.0 |
| 2901 | 2026-07-16T21:23:04.534Z | Checking blowfish v0.10.0 |
| 2902 | 2026-07-16T21:23:04.653Z | Checking blake2 v0.11.0-rc.6 |
| 2903 | 2026-07-16T21:23:04.716Z | Checking assert-json-diff v2.0.2 |
| 2904 | 2026-07-16T21:23:04.823Z | Checking path-tree v0.8.3 |
| 2905 | 2026-07-16T21:23:04.889Z | Checking keccak v0.2.0 |
| 2906 | 2026-07-16T21:23:04.938Z | Compiling target-lexicon v0.13.3 |
| 2907 | 2026-07-16T21:23:05.063Z | Checking fiat-crypto v0.3.0 |
| 2908 | 2026-07-16T21:23:05.093Z | Checking stringmetrics v2.2.2 |
| 2909 | 2026-07-16T21:23:05.256Z | Checking gimli v0.32.3 |
| 2910 | 2026-07-16T21:23:05.522Z | Checking httpmock v0.8.3 |
| 2911 | 2026-07-16T21:23:06.836Z | Checking addr2line v0.25.1 |
| 2912 | 2026-07-16T21:23:07.146Z | Checking sha3 v0.11.0 |
| 2913 | 2026-07-16T21:23:07.630Z | Checking argon2 v0.6.0-rc.8 |
| 2914 | 2026-07-16T21:23:07.786Z | Checking bcrypt-pbkdf v0.11.0 |
| 2915 | 2026-07-16T21:23:08.117Z | Checking rsa v0.10.0-rc.18 |
| 2916 | 2026-07-16T21:23:08.132Z | Checking ssh-cipher v0.3.0-rc.9 |
| 2917 | 2026-07-16T21:23:08.285Z | Compiling darling_macro v0.13.4 |
| 2918 | 2026-07-16T21:23:08.444Z | Checking ed25519-dalek v3.0.0-rc.0 |
| 2919 | 2026-07-16T21:23:08.798Z | Checking p256 v0.14.0-rc.10 |
| 2920 | 2026-07-16T21:23:08.927Z | Checking p521 v0.14.0-rc.10 |
| 2921 | 2026-07-16T21:23:09.516Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2922 | 2026-07-16T21:23:09.808Z | Checking kem v0.3.0 |
| 2923 | 2026-07-16T21:23:09.971Z | Checking module-lattice v0.2.3 |
| 2924 | 2026-07-16T21:23:10.221Z | Checking rustc-demangle v0.1.27 |
| 2925 | 2026-07-16T21:23:10.329Z | Checking p384 v0.14.0-rc.10 |
| 2926 | 2026-07-16T21:23:10.467Z | Checking hex-literal v0.4.1 |
| 2927 | 2026-07-16T21:23:10.606Z | Compiling guppy-workspace-hack v0.1.0 |
| 2928 | 2026-07-16T21:23:10.657Z | Checking backtrace v0.3.76 |
| 2929 | 2026-07-16T21:23:10.878Z | Checking ml-kem v0.3.2 |
| 2930 | 2026-07-16T21:23:10.987Z | Compiling darling v0.13.4 |
| 2931 | 2026-07-16T21:23:11.419Z | Checking russh-cryptovec v0.61.0 |
| 2932 | 2026-07-16T21:23:11.522Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2933 | 2026-07-16T21:23:11.660Z | Checking internal-russh-num-bigint v0.5.0 |
| 2934 | 2026-07-16T21:23:11.787Z | Checking num-bigint v0.4.6 |
| 2935 | 2026-07-16T21:23:11.873Z | Checking russh-util v0.52.0 |
| 2936 | 2026-07-16T21:23:12.015Z | Checking generic-array v1.4.3 |
| 2937 | 2026-07-16T21:23:12.382Z | Checking ssh-key v0.7.0-rc.10 |
| 2938 | 2026-07-16T21:23:12.439Z | Compiling enum_dispatch v0.3.13 |
| 2939 | 2026-07-16T21:23:12.668Z | Compiling blake3 v1.8.5 |
| 2940 | 2026-07-16T21:23:12.727Z | Compiling delegate v0.13.5 |
| 2941 | 2026-07-16T21:23:12.936Z | Compiling git2 v0.20.4 |
| 2942 | 2026-07-16T21:23:13.084Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2943 | 2026-07-16T21:23:13.297Z | Checking hex-literal v1.1.0 |
| 2944 | 2026-07-16T21:23:13.439Z | Compiling target-spec v3.5.7 |
| 2945 | 2026-07-16T21:23:13.478Z | Checking md5 v0.8.0 |
| 2946 | 2026-07-16T21:23:13.559Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2947 | 2026-07-16T21:23:13.727Z | Checking russh v0.61.2 |
| 2948 | 2026-07-16T21:23:13.988Z | Checking cfg-expr v0.20.6 |
| 2949 | 2026-07-16T21:23:14.180Z | Compiling serde_with_macros v1.5.2 |
| 2950 | 2026-07-16T21:23:14.231Z | Checking backtrace-ext v0.2.1 |
| 2951 | 2026-07-16T21:23:14.420Z | Checking supports-color v2.1.0 |
| 2952 | 2026-07-16T21:23:14.478Z | Checking textwrap v0.15.2 |
| 2953 | 2026-07-16T21:23:14.577Z | Checking supports-unicode v2.1.0 |
| 2954 | 2026-07-16T21:23:14.722Z | Checking supports-hyperlinks v2.1.0 |
| 2955 | 2026-07-16T21:23:14.758Z | Checking hashbrown v0.14.5 |
| 2956 | 2026-07-16T21:23:14.870Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2957 | 2026-07-16T21:23:15.084Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2958 | 2026-07-16T21:23:15.087Z | Checking terminal_size v0.1.17 |
| 2959 | 2026-07-16T21:23:15.284Z | Checking socket2 v0.5.10 |
| 2960 | 2026-07-16T21:23:15.353Z | Compiling miette-derive v5.10.0 |
| 2961 | 2026-07-16T21:23:15.851Z | Checking owo-colors v3.5.0 |
| 2962 | 2026-07-16T21:23:15.929Z | Checking internet-checksum v0.2.1 |
| 2963 | 2026-07-16T21:23:16.311Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2964 | 2026-07-16T21:23:16.416Z | Checking chumsky v0.9.3 |
| 2965 | 2026-07-16T21:23:16.535Z | Checking miette v5.10.0 |
| 2966 | 2026-07-16T21:23:17.057Z | Compiling serde_with v1.14.0 |
| 2967 | 2026-07-16T21:23:17.485Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2968 | 2026-07-16T21:23:17.520Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2969 | 2026-07-16T21:23:17.584Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2970 | 2026-07-16T21:23:18.003Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2971 | 2026-07-16T21:23:18.202Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2972 | 2026-07-16T21:23:18.219Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2973 | 2026-07-16T21:23:18.375Z | Compiling knuffel-derive v3.2.0 |
| 2974 | 2026-07-16T21:23:18.459Z | Checking httptest v0.16.4 |
| 2975 | 2026-07-16T21:23:18.509Z | Checking pathdiff v0.2.3 |
| 2976 | 2026-07-16T21:23:18.648Z | Checking nested v0.1.1 |
| 2977 | 2026-07-16T21:23:18.834Z | Checking topological-sort v0.2.2 |
| 2978 | 2026-07-16T21:23:18.864Z | Checking guppy v0.17.25 |
| 2979 | 2026-07-16T21:23:19.009Z | Checking omicron-zone-package v0.12.3 (https://github.com/oxidecomputer/omicron-package.git?rev=b3a1c66d2abf1c68f1ecf500a5de6df6515b7f5e#b3a1c66d) |
| 2980 | 2026-07-16T21:23:19.113Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2981 | 2026-07-16T21:23:19.852Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2982 | 2026-07-16T21:23:19.915Z | Checking knuffel v3.2.0 |
| 2983 | 2026-07-16T21:23:20.021Z | Checking similar-asserts v1.7.0 |
| 2984 | 2026-07-16T21:23:20.109Z | Compiling target-triple v1.0.0 |
| 2985 | 2026-07-16T21:23:20.146Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2986 | 2026-07-16T21:23:20.247Z | Compiling polar-core v0.27.3 |
| 2987 | 2026-07-16T21:23:20.481Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2988 | 2026-07-16T21:23:20.563Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2989 | 2026-07-16T21:23:20.793Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2990 | 2026-07-16T21:23:21.038Z | Checking hickory-client v0.25.2 |
| 2991 | 2026-07-16T21:23:21.210Z | Compiling assert_cmd v2.1.2 |
| 2992 | 2026-07-16T21:23:21.349Z | Checking escape8259 v0.5.3 |
| 2993 | 2026-07-16T21:23:21.527Z | Checking libtest-mimic v0.8.1 |
| 2994 | 2026-07-16T21:23:21.895Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2995 | 2026-07-16T21:23:21.931Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2996 | 2026-07-16T21:23:22.033Z | Checking blake2b_simd v1.0.4 |
| 2997 | 2026-07-16T21:23:22.087Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2998 | 2026-07-16T21:23:22.482Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2999 | 2026-07-16T21:23:22.515Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 3000 | 2026-07-16T21:23:22.616Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3001 | 2026-07-16T21:23:22.882Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3002 | 2026-07-16T21:23:22.916Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3003 | 2026-07-16T21:23:23.060Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3004 | 2026-07-16T21:23:23.139Z | Checking fancy-regex v0.14.0 |
| 3005 | 2026-07-16T21:23:23.355Z | Checking serde_tokenstream v0.2.3 |
| 3006 | 2026-07-16T21:23:23.520Z | Checking approx v0.5.1 |
| 3007 | 2026-07-16T21:23:23.551Z | Compiling rstest_macros v0.25.0 |
| 3008 | 2026-07-16T21:23:23.562Z | Checking uzers v0.12.2 |
| 3009 | 2026-07-16T21:23:23.689Z | Checking termcolor v1.4.1 |
| 3010 | 2026-07-16T21:23:23.822Z | Compiling linkme-impl v0.3.35 |
| 3011 | 2026-07-16T21:23:23.873Z | Checking constant_time_eq v0.3.1 |
| 3012 | 2026-07-16T21:23:23.938Z | Checking trybuild v1.0.116 |
| 3013 | 2026-07-16T21:23:24.012Z | Checking rust-argon2 v2.1.0 |
| 3014 | 2026-07-16T21:23:24.264Z | Checking datatest-stable v0.3.3 |
| 3015 | 2026-07-16T21:23:24.594Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 3016 | 2026-07-16T21:23:24.666Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 3017 | 2026-07-16T21:23:24.873Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3018 | 2026-07-16T21:23:24.963Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3019 | 2026-07-16T21:23:25.012Z | Checking support-bundle-viewer v0.1.2 |
| 3020 | 2026-07-16T21:23:25.235Z | Checking oso v0.27.3 |
| 3021 | 2026-07-16T21:23:25.286Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 3022 | 2026-07-16T21:23:25.535Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3023 | 2026-07-16T21:23:25.718Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3024 | 2026-07-16T21:23:25.773Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3025 | 2026-07-16T21:23:25.955Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3026 | 2026-07-16T21:23:26.018Z | Checking drift v0.2.0 |
| 3027 | 2026-07-16T21:23:26.152Z | Checking rand_distr v0.5.1 |
| 3028 | 2026-07-16T21:23:26.404Z | Checking digest-io v0.1.0 |
| 3029 | 2026-07-16T21:23:26.565Z | Checking multimap v0.10.1 |
| 3030 | 2026-07-16T21:23:26.597Z | Compiling relative-path v1.9.3 |
| 3031 | 2026-07-16T21:23:26.631Z | Compiling linkme v0.3.35 |
| 3032 | 2026-07-16T21:23:26.764Z | Checking rawzip v0.4.4 |
| 3033 | 2026-07-16T21:23:27.039Z | Checking dropshot-api-manager v0.7.2 |
| 3034 | 2026-07-16T21:23:27.238Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 3035 | 2026-07-16T21:23:28.241Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3036 | 2026-07-16T21:23:28.656Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 3037 | 2026-07-16T21:23:28.677Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3038 | 2026-07-16T21:23:28.692Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3039 | 2026-07-16T21:23:28.805Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3040 | 2026-07-16T21:23:28.911Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3041 | 2026-07-16T21:23:29.243Z | Checking cargo_toml v0.21.0 |
| 3042 | 2026-07-16T21:23:29.300Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3043 | 2026-07-16T21:23:29.355Z | Checking partial-io v0.5.4 |
| 3044 | 2026-07-16T21:23:29.580Z | Checking termios v0.3.3 |
| 3045 | 2026-07-16T21:23:29.619Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3046 | 2026-07-16T21:23:29.772Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3047 | 2026-07-16T21:23:30.078Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3048 | 2026-07-16T21:23:30.527Z | Checking rstest v0.25.0 |
| 3049 | 2026-07-16T21:23:32.819Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3050 | 2026-07-16T21:23:35.015Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3051 | 2026-07-16T21:23:38.950Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3052 | 2026-07-16T21:23:41.916Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3053 | 2026-07-16T21:23:42.696Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3054 | 2026-07-16T21:23:45.468Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3055 | 2026-07-16T21:23:48.239Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3056 | 2026-07-16T21:23:55.174Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3057 | 2026-07-16T21:23:57.994Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3058 | 2026-07-16T21:23:58.400Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3059 | 2026-07-16T21:23:58.910Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3060 | 2026-07-16T21:24:05.469Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3061 | 2026-07-16T21:24:09.678Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3062 | 2026-07-16T21:24:27.972Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3063 | 2026-07-16T21:25:24.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 08s |
| 3064 | 2026-07-16T21:25:24.780Z | |
| 3065 | 2026-07-16T21:25:24.780Z | real 4:11.792282905 |
| 3066 | 2026-07-16T21:25:24.780Z | user 21:37.582714417 |
| 3067 | 2026-07-16T21:25:24.780Z | sys 4:59.360130763 |
| 3068 | 2026-07-16T21:25:24.780Z | trap 0.527804677 |
| 3069 | 2026-07-16T21:25:24.780Z | tflt 0.493360698 |
| 3070 | 2026-07-16T21:25:24.780Z | dflt 0.498488683 |
| 3071 | 2026-07-16T21:25:24.780Z | kflt 0.004723213 |
| 3072 | 2026-07-16T21:25:24.780Z | lock 59:09.277373007 |
| 3073 | 2026-07-16T21:25:24.781Z | slp 58:43.348547343 |
| 3074 | 2026-07-16T21:25:24.788Z | lat 1:48.563650212 |
| 3075 | 2026-07-16T21:25:24.788Z | stop 11:30.316916852 |
| 3076 | 2026-07-16T21:25:24.788Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3077 | 2026-07-16T21:25:24.788Z | + ptime -m cargo doc --workspace --no-deps |
| 3078 | 2026-07-16T21:25:25.614Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3079 | 2026-07-16T21:25:25.614Z | | |
| 3080 | 2026-07-16T21:25:25.614Z | = 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)` |
| 3081 | 2026-07-16T21:25:25.614Z | = 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> |
| 3082 | 2026-07-16T21:25:26.654Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3083 | 2026-07-16T21:25:26.891Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3084 | 2026-07-16T21:25:26.936Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3085 | 2026-07-16T21:25:26.998Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3086 | 2026-07-16T21:25:27.032Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3087 | 2026-07-16T21:25:27.097Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3088 | 2026-07-16T21:25:27.199Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3089 | 2026-07-16T21:25:27.226Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3090 | 2026-07-16T21:25:27.256Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3091 | 2026-07-16T21:25:27.282Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3092 | 2026-07-16T21:25:27.373Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3093 | 2026-07-16T21:25:27.486Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3094 | 2026-07-16T21:25:27.509Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3095 | 2026-07-16T21:25:27.547Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3096 | 2026-07-16T21:25:27.569Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3097 | 2026-07-16T21:25:27.593Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3098 | 2026-07-16T21:25:27.616Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3099 | 2026-07-16T21:25:27.638Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3100 | 2026-07-16T21:25:27.662Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3101 | 2026-07-16T21:25:27.685Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3102 | 2026-07-16T21:25:27.734Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3103 | 2026-07-16T21:25:28.001Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3104 | 2026-07-16T21:25:28.316Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3105 | 2026-07-16T21:25:28.347Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3106 | 2026-07-16T21:25:28.434Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3107 | 2026-07-16T21:25:28.462Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3108 | 2026-07-16T21:25:28.491Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3109 | 2026-07-16T21:25:28.727Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3110 | 2026-07-16T21:25:28.752Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3111 | 2026-07-16T21:25:28.892Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3112 | 2026-07-16T21:25:28.995Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3113 | 2026-07-16T21:25:29.037Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3114 | 2026-07-16T21:25:29.062Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3115 | 2026-07-16T21:25:29.126Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3116 | 2026-07-16T21:25:29.229Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3117 | 2026-07-16T21:25:29.260Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3118 | 2026-07-16T21:25:29.307Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3119 | 2026-07-16T21:25:29.504Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3120 | 2026-07-16T21:25:29.590Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3121 | 2026-07-16T21:25:29.620Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3122 | 2026-07-16T21:25:29.837Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3123 | 2026-07-16T21:25:29.944Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3124 | 2026-07-16T21:25:30.101Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3125 | 2026-07-16T21:25:30.156Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3126 | 2026-07-16T21:25:30.187Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3127 | 2026-07-16T21:25:30.260Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3128 | 2026-07-16T21:25:30.391Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3129 | 2026-07-16T21:25:30.423Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3130 | 2026-07-16T21:25:30.470Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3131 | 2026-07-16T21:25:30.530Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3132 | 2026-07-16T21:25:30.637Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3133 | 2026-07-16T21:25:30.713Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3134 | 2026-07-16T21:25:30.764Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3135 | 2026-07-16T21:25:30.798Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3136 | 2026-07-16T21:25:30.839Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3137 | 2026-07-16T21:25:30.893Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3138 | 2026-07-16T21:25:30.958Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3139 | 2026-07-16T21:25:31.013Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3140 | 2026-07-16T21:25:31.387Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3141 | 2026-07-16T21:25:31.432Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3142 | 2026-07-16T21:25:31.525Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3143 | 2026-07-16T21:25:31.707Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3144 | 2026-07-16T21:25:31.955Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3145 | 2026-07-16T21:25:32.178Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3146 | 2026-07-16T21:25:32.415Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3147 | 2026-07-16T21:25:32.418Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3148 | 2026-07-16T21:25:32.466Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3149 | 2026-07-16T21:25:32.491Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3150 | 2026-07-16T21:25:32.681Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3151 | 2026-07-16T21:25:32.684Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3152 | 2026-07-16T21:25:32.730Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3153 | 2026-07-16T21:25:32.857Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3154 | 2026-07-16T21:25:33.229Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3155 | 2026-07-16T21:25:33.462Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3156 | 2026-07-16T21:25:33.875Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3157 | 2026-07-16T21:25:33.879Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3158 | 2026-07-16T21:25:33.925Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3159 | 2026-07-16T21:25:34.131Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3160 | 2026-07-16T21:25:34.152Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3161 | 2026-07-16T21:25:34.235Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3162 | 2026-07-16T21:25:34.259Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3163 | 2026-07-16T21:25:34.390Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3164 | 2026-07-16T21:25:34.471Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3165 | 2026-07-16T21:25:34.494Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3166 | 2026-07-16T21:25:34.606Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3167 | 2026-07-16T21:25:34.729Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3168 | 2026-07-16T21:25:34.797Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3169 | 2026-07-16T21:25:34.844Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3170 | 2026-07-16T21:25:34.847Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3171 | 2026-07-16T21:25:34.890Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3172 | 2026-07-16T21:25:35.044Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3173 | 2026-07-16T21:25:35.092Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3174 | 2026-07-16T21:25:35.136Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3175 | 2026-07-16T21:25:35.165Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3176 | 2026-07-16T21:25:35.205Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3177 | 2026-07-16T21:25:35.373Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3178 | 2026-07-16T21:25:35.377Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3179 | 2026-07-16T21:25:35.420Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3180 | 2026-07-16T21:25:35.445Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3181 | 2026-07-16T21:25:35.468Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3182 | 2026-07-16T21:25:35.508Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3183 | 2026-07-16T21:25:35.541Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3184 | 2026-07-16T21:25:35.589Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3185 | 2026-07-16T21:25:35.675Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3186 | 2026-07-16T21:25:35.743Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3187 | 2026-07-16T21:25:35.769Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3188 | 2026-07-16T21:25:36.046Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3189 | 2026-07-16T21:25:36.067Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3190 | 2026-07-16T21:25:36.113Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3191 | 2026-07-16T21:25:36.577Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3192 | 2026-07-16T21:25:36.704Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3193 | 2026-07-16T21:25:36.823Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3194 | 2026-07-16T21:25:37.494Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3195 | 2026-07-16T21:25:37.599Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3196 | 2026-07-16T21:25:37.682Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3197 | 2026-07-16T21:25:38.268Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3198 | 2026-07-16T21:25:38.293Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3199 | 2026-07-16T21:25:38.362Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3200 | 2026-07-16T21:25:38.962Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3201 | 2026-07-16T21:25:39.587Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3202 | 2026-07-16T21:25:39.794Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3203 | 2026-07-16T21:25:40.213Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3204 | 2026-07-16T21:25:40.638Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3205 | 2026-07-16T21:25:40.776Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3206 | 2026-07-16T21:25:40.928Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3207 | 2026-07-16T21:25:40.962Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3208 | 2026-07-16T21:25:41.065Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3209 | 2026-07-16T21:25:41.674Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3210 | 2026-07-16T21:25:41.782Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3211 | 2026-07-16T21:25:41.877Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3212 | 2026-07-16T21:25:42.075Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3213 | 2026-07-16T21:25:42.100Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3214 | 2026-07-16T21:25:42.591Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3215 | 2026-07-16T21:25:42.720Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3216 | 2026-07-16T21:25:42.916Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3217 | 2026-07-16T21:25:43.083Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3218 | 2026-07-16T21:25:43.107Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3219 | 2026-07-16T21:25:43.323Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3220 | 2026-07-16T21:25:43.809Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3221 | 2026-07-16T21:25:43.861Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3222 | 2026-07-16T21:25:44.615Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3223 | 2026-07-16T21:25:44.839Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3224 | 2026-07-16T21:25:45.244Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3225 | 2026-07-16T21:25:45.979Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3226 | 2026-07-16T21:25:46.008Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3227 | 2026-07-16T21:25:46.621Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3228 | 2026-07-16T21:25:46.815Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3229 | 2026-07-16T21:25:47.103Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3230 | 2026-07-16T21:25:47.375Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3231 | 2026-07-16T21:25:47.675Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3232 | 2026-07-16T21:25:47.863Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3233 | 2026-07-16T21:25:48.326Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3234 | 2026-07-16T21:25:49.047Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3235 | 2026-07-16T21:25:49.503Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3236 | 2026-07-16T21:25:50.146Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3237 | 2026-07-16T21:25:50.176Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3238 | 2026-07-16T21:25:50.485Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3239 | 2026-07-16T21:25:50.667Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3240 | 2026-07-16T21:25:52.046Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3241 | 2026-07-16T21:25:55.136Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3242 | 2026-07-16T21:25:55.408Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3243 | 2026-07-16T21:25:56.311Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3244 | 2026-07-16T21:25:56.543Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3245 | 2026-07-16T21:25:56.585Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3246 | 2026-07-16T21:25:57.194Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3247 | 2026-07-16T21:25:58.240Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3248 | 2026-07-16T21:25:58.266Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3249 | 2026-07-16T21:25:58.859Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3250 | 2026-07-16T21:25:58.999Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3251 | 2026-07-16T21:25:59.282Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3252 | 2026-07-16T21:25:59.500Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3253 | 2026-07-16T21:25:59.570Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3254 | 2026-07-16T21:25:59.671Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3255 | 2026-07-16T21:25:59.714Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3256 | 2026-07-16T21:25:59.739Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3257 | 2026-07-16T21:25:59.997Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3258 | 2026-07-16T21:26:00.395Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3259 | 2026-07-16T21:26:00.708Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3260 | 2026-07-16T21:26:01.050Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3261 | 2026-07-16T21:26:01.161Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3262 | 2026-07-16T21:26:01.480Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3263 | 2026-07-16T21:26:01.735Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3264 | 2026-07-16T21:26:01.789Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3265 | 2026-07-16T21:26:02.487Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3266 | 2026-07-16T21:26:02.821Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3267 | 2026-07-16T21:26:03.912Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3268 | 2026-07-16T21:26:04.196Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3269 | 2026-07-16T21:26:05.678Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3270 | 2026-07-16T21:26:07.169Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3271 | 2026-07-16T21:26:07.754Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3272 | 2026-07-16T21:26:08.691Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3273 | 2026-07-16T21:26:09.886Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3274 | 2026-07-16T21:26:10.967Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3275 | 2026-07-16T21:26:12.112Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3276 | 2026-07-16T21:26:12.947Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3277 | 2026-07-16T21:26:14.407Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3278 | 2026-07-16T21:26:15.108Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3279 | 2026-07-16T21:26:16.576Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3280 | 2026-07-16T21:26:18.135Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3281 | 2026-07-16T21:26:19.042Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3282 | 2026-07-16T21:26:19.244Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3283 | 2026-07-16T21:26:19.672Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3284 | 2026-07-16T21:26:20.229Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3285 | 2026-07-16T21:26:25.156Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3286 | 2026-07-16T21:26:25.697Z | Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3287 | 2026-07-16T21:26:26.510Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3288 | 2026-07-16T21:26:27.917Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3289 | 2026-07-16T21:26:28.651Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3290 | 2026-07-16T21:26:29.381Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3291 | 2026-07-16T21:26:30.122Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3292 | 2026-07-16T21:26:30.805Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3293 | 2026-07-16T21:26:31.710Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3294 | 2026-07-16T21:26:32.439Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3295 | 2026-07-16T21:26:34.281Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3296 | 2026-07-16T21:26:35.013Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3297 | 2026-07-16T21:26:35.203Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3298 | 2026-07-16T21:26:35.759Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3299 | 2026-07-16T21:26:36.549Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3300 | 2026-07-16T21:26:37.416Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3301 | 2026-07-16T21:26:38.242Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3302 | 2026-07-16T21:26:41.721Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3303 | 2026-07-16T21:26:42.920Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3304 | 2026-07-16T21:26:43.518Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3305 | 2026-07-16T21:26:44.339Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3306 | 2026-07-16T21:26:45.362Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3307 | 2026-07-16T21:26:46.276Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3308 | 2026-07-16T21:26:48.903Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3309 | 2026-07-16T21:26:49.253Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3310 | 2026-07-16T21:26:49.913Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3311 | 2026-07-16T21:26:51.415Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3312 | 2026-07-16T21:26:52.929Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3313 | 2026-07-16T21:26:54.132Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3314 | 2026-07-16T21:26:55.277Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3315 | 2026-07-16T21:26:56.666Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3316 | 2026-07-16T21:26:59.263Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3317 | 2026-07-16T21:26:59.942Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3318 | 2026-07-16T21:27:01.416Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3319 | 2026-07-16T21:27:03.275Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3320 | 2026-07-16T21:27:04.841Z | Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3321 | 2026-07-16T21:27:06.458Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3322 | 2026-07-16T21:27:08.167Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3323 | 2026-07-16T21:27:09.645Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3324 | 2026-07-16T21:27:14.249Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3325 | 2026-07-16T21:27:14.820Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3326 | 2026-07-16T21:27:15.736Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3327 | 2026-07-16T21:27:16.502Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3328 | 2026-07-16T21:27:18.482Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3329 | 2026-07-16T21:27:20.104Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3330 | 2026-07-16T21:27:22.002Z | Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3331 | 2026-07-16T21:27:24.031Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3332 | 2026-07-16T21:27:25.817Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3333 | 2026-07-16T21:27:27.541Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3334 | 2026-07-16T21:27:29.673Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3335 | 2026-07-16T21:27:31.179Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3336 | 2026-07-16T21:27:32.953Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3337 | 2026-07-16T21:27:34.759Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3338 | 2026-07-16T21:27:36.517Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3339 | 2026-07-16T21:27:38.252Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3340 | 2026-07-16T21:27:41.478Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3341 | 2026-07-16T21:27:45.475Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3342 | 2026-07-16T21:27:47.177Z | Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3343 | 2026-07-16T21:27:49.007Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3344 | 2026-07-16T21:27:50.787Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3345 | 2026-07-16T21:27:53.198Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3346 | 2026-07-16T21:27:56.891Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3347 | 2026-07-16T21:27:59.034Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3348 | 2026-07-16T21:28:02.285Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3349 | 2026-07-16T21:28:03.885Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3350 | 2026-07-16T21:28:04.053Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3351 | 2026-07-16T21:28:07.870Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3352 | 2026-07-16T21:28:10.219Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3353 | 2026-07-16T21:28:12.484Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3354 | 2026-07-16T21:28:14.709Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3355 | 2026-07-16T21:28:17.316Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3356 | 2026-07-16T21:28:19.415Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3357 | 2026-07-16T21:28:21.721Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3358 | 2026-07-16T21:28:24.430Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3359 | 2026-07-16T21:28:26.461Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3360 | 2026-07-16T21:28:28.373Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3361 | 2026-07-16T21:28:30.609Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3362 | 2026-07-16T21:28:32.921Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3363 | 2026-07-16T21:28:35.356Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3364 | 2026-07-16T21:28:37.699Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3365 | 2026-07-16T21:28:40.009Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3366 | 2026-07-16T21:28:42.373Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3367 | 2026-07-16T21:28:44.743Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3368 | 2026-07-16T21:28:47.088Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3369 | 2026-07-16T21:28:49.510Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3370 | 2026-07-16T21:28:51.866Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3371 | 2026-07-16T21:28:54.321Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3372 | 2026-07-16T21:28:56.618Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3373 | 2026-07-16T21:28:59.031Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3374 | 2026-07-16T21:29:01.431Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3375 | 2026-07-16T21:29:03.780Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3376 | 2026-07-16T21:29:06.169Z | Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3377 | 2026-07-16T21:29:08.589Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3378 | 2026-07-16T21:29:10.902Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3379 | 2026-07-16T21:29:13.263Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3380 | 2026-07-16T21:29:15.756Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3381 | 2026-07-16T21:29:18.259Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3382 | 2026-07-16T21:29:20.650Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3383 | 2026-07-16T21:29:22.981Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3384 | 2026-07-16T21:29:25.498Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3385 | 2026-07-16T21:29:27.933Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3386 | 2026-07-16T21:29:30.530Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3387 | 2026-07-16T21:29:32.772Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3388 | 2026-07-16T21:29:35.286Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3389 | 2026-07-16T21:29:37.637Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3390 | 2026-07-16T21:29:40.035Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3391 | 2026-07-16T21:29:42.495Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3392 | 2026-07-16T21:29:44.998Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3393 | 2026-07-16T21:29:47.874Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3394 | 2026-07-16T21:29:50.049Z | Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3395 | 2026-07-16T21:29:52.718Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3396 | 2026-07-16T21:29:55.169Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3397 | 2026-07-16T21:29:57.828Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3398 | 2026-07-16T21:30:00.579Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3399 | 2026-07-16T21:30:03.225Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3400 | 2026-07-16T21:30:05.806Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3401 | 2026-07-16T21:30:08.314Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3402 | 2026-07-16T21:30:10.981Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3403 | 2026-07-16T21:30:13.712Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3404 | 2026-07-16T21:30:16.426Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3405 | 2026-07-16T21:30:19.338Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3406 | 2026-07-16T21:30:21.853Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3407 | 2026-07-16T21:30:29.813Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3408 | 2026-07-16T21:30:29.857Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3409 | 2026-07-16T21:30:35.911Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3410 | 2026-07-16T21:30:36.873Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3411 | 2026-07-16T21:30:41.577Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3412 | 2026-07-16T21:30:44.373Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3413 | 2026-07-16T21:30:49.160Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3414 | 2026-07-16T21:30:51.897Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3415 | 2026-07-16T21:30:55.593Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3416 | 2026-07-16T21:30:59.401Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3417 | 2026-07-16T21:31:03.359Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3418 | 2026-07-16T21:31:06.980Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3419 | 2026-07-16T21:31:10.857Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3420 | 2026-07-16T21:31:14.571Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3421 | 2026-07-16T21:31:18.379Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3422 | 2026-07-16T21:31:22.157Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3423 | 2026-07-16T21:31:25.952Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3424 | 2026-07-16T21:31:29.853Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3425 | 2026-07-16T21:31:33.544Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3426 | 2026-07-16T21:31:37.369Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3427 | 2026-07-16T21:31:41.124Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3428 | 2026-07-16T21:31:44.871Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3429 | 2026-07-16T21:31:48.647Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3430 | 2026-07-16T21:31:52.527Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3431 | 2026-07-16T21:31:56.210Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3432 | 2026-07-16T21:31:59.989Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3433 | 2026-07-16T21:32:30.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 05s |
| 3434 | 2026-07-16T21:32:30.279Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 202 other files |
| 3435 | 2026-07-16T21:32:30.385Z | |
| 3436 | 2026-07-16T21:32:30.385Z | real 7:05.516688244 |
| 3437 | 2026-07-16T21:32:30.385Z | user 18:48.878335912 |
| 3438 | 2026-07-16T21:32:30.385Z | sys 3:59.027467022 |
| 3439 | 2026-07-16T21:32:30.385Z | trap 0.277233116 |
| 3440 | 2026-07-16T21:32:30.385Z | tflt 0.005238100 |
| 3441 | 2026-07-16T21:32:30.385Z | dflt 0.103345293 |
| 3442 | 2026-07-16T21:32:30.388Z | kflt 0.000011420 |
| 3443 | 2026-07-16T21:32:30.388Z | lock 6:36:23.332733212 |
| 3444 | 2026-07-16T21:32:30.388Z | slp 2:23:19.569724469 |
| 3445 | 2026-07-16T21:32:30.388Z | lat 32.250982994 |
| 3446 | 2026-07-16T21:32:30.389Z | stop 1:45.477383065 |
| 3447 | 2026-07-16T21:32:30.389Z | process exited: duration 801730 ms, exit code 0 |
| |
| 3448 | 2026-07-16T21:32:30.395Z | found 0 output files |