|
|
|
| 1 | 2026-03-13T20:19:43.001Z | job assigned to worker 01KKMDJXYAF2NKM3QSGS9E0PNC [factory aws, i-06b26f3b0642c61d3] (queued for 1 m 38 s) |
| |
| 2 | 2026-03-13T20:19:51.142Z | starting task 0: "setup" |
| 3 | 2026-03-13T20:19:51.149Z | ++ uname -s |
| 4 | 2026-03-13T20:19:51.153Z | + kern=SunOS |
| 5 | 2026-03-13T20:19:51.153Z | + build_user=build |
| 6 | 2026-03-13T20:19:51.153Z | + build_uid=12345 |
| 7 | 2026-03-13T20:19:51.153Z | + work_dir=/work |
| 8 | 2026-03-13T20:19:51.153Z | + input_dir=/input |
| 9 | 2026-03-13T20:19:51.153Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-13T20:19:51.153Z | + case "$kern" in |
| 11 | 2026-03-13T20:19:51.153Z | + groupadd -g 12345 build |
| 12 | 2026-03-13T20:19:51.157Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-13T20:19:53.161Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-13T20:19:53.280Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-13T20:19:53.287Z | + home_fs=zfs |
| 16 | 2026-03-13T20:19:53.287Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-13T20:19:53.287Z | + mkdir -p /home/build |
| 18 | 2026-03-13T20:19:53.287Z | + chown build:build /home/build /work |
| 19 | 2026-03-13T20:19:55.288Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-13T20:19:55.293Z | process exited: duration 4145 ms, exit code 0 |
| |
| 21 | 2026-03-13T20:19:55.302Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-13T20:19:55.309Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-03-13T20:19:55.309Z | * rust toolchain channel = "1.91.1" |
| 24 | 2026-03-13T20:19:55.309Z | * rust toolchain profile = "default" |
| 25 | 2026-03-13T20:19:55.309Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-03-13T20:19:55.309Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-13T20:19:55.309Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-13T20:19:55.313Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-13T20:19:55.314Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-13T20:19:55.430Z | info: downloading installer |
| 31 | 2026-03-13T20:19:57.089Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-13T20:19:57.089Z | warn: /opt/ooce/bin |
| 33 | 2026-03-13T20:19:57.089Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-13T20:19:57.089Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-13T20:19:57.089Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-13T20:19:57.089Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-13T20:19:57.089Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-13T20:19:57.089Z | error: cannot install while Rust is installed |
| 39 | 2026-03-13T20:19:57.089Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-13T20:19:57.089Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-03-13T20:19:57.089Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-03-13T20:19:57.089Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-03-13T20:19:57.089Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-03-13T20:19:57.102Z | info: profile set to default |
| 45 | 2026-03-13T20:19:57.102Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-03-13T20:19:57.106Z | info: syncing channel updates for 1.91.1-x86_64-unknown-illumos |
| 47 | 2026-03-13T20:19:57.284Z | info: latest update on 2025-11-10 for version 1.91.1 (ed61e7d7e 2025-11-07) |
| 48 | 2026-03-13T20:19:57.287Z | info: downloading 6 components |
| 49 | 2026-03-13T20:20:13.122Z | info: default toolchain set to 1.91.1-x86_64-unknown-illumos |
| 50 | 2026-03-13T20:20:13.122Z | |
| 51 | 2026-03-13T20:20:13.174Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 52 | 2026-03-13T20:20:13.174Z | |
| 53 | 2026-03-13T20:20:13.184Z | |
| 54 | 2026-03-13T20:20:13.184Z | Rust is installed now. Great! |
| 55 | 2026-03-13T20:20:13.184Z | |
| 56 | 2026-03-13T20:20:13.184Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-03-13T20:20:13.184Z | environment variable. This has not been done automatically. |
| 58 | 2026-03-13T20:20:13.184Z | |
| 59 | 2026-03-13T20:20:13.184Z | To configure your current shell, you need to source |
| 60 | 2026-03-13T20:20:13.184Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-03-13T20:20:13.184Z | |
| 62 | 2026-03-13T20:20:13.184Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-03-13T20:20:13.184Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-03-13T20:20:13.184Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-03-13T20:20:13.184Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-03-13T20:20:13.184Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-03-13T20:20:13.184Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-03-13T20:20:13.184Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-03-13T20:20:13.184Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-03-13T20:20:13.186Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-03-13T20:20:13.265Z | + rustup --version |
| 72 | 2026-03-13T20:20:13.300Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-03-13T20:20:13.300Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-03-13T20:20:13.316Z | info: the currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 75 | 2026-03-13T20:20:13.316Z | + cargo --version |
| 76 | 2026-03-13T20:20:13.335Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 77 | 2026-03-13T20:20:13.335Z | + rustc --version |
| 78 | 2026-03-13T20:20:13.352Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 79 | 2026-03-13T20:20:13.353Z | process exited: duration 18033 ms, exit code 0 |
| |
| 80 | 2026-03-13T20:20:13.368Z | starting task 2: "authentication" |
| 81 | 2026-03-13T20:20:13.401Z | process exited: duration 32 ms, exit code 0 |
| |
| 82 | 2026-03-13T20:20:13.439Z | starting task 3: "clone repository" |
| 83 | 2026-03-13T20:20:13.444Z | + mkdir -p /work/oxidecomputer/omicron |
| 84 | 2026-03-13T20:20:13.444Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 85 | 2026-03-13T20:20:13.479Z | Cloning into '/work/oxidecomputer/omicron'... |
| 86 | 2026-03-13T20:20:23.164Z | + cd /work/oxidecomputer/omicron |
| 87 | 2026-03-13T20:20:23.164Z | + git fetch origin 5390943e7e40d841fc09ccacf998e8a7f23917d0 |
| 88 | 2026-03-13T20:20:23.494Z | From https://github.com/oxidecomputer/omicron |
| 89 | 2026-03-13T20:20:23.494Z | * branch 5390943e7e40d841fc09ccacf998e8a7f23917d0 -> FETCH_HEAD |
| 90 | 2026-03-13T20:20:23.508Z | + [[ -n expectorate-no-comment ]] |
| 91 | 2026-03-13T20:20:23.512Z | ++ git branch --show-current |
| 92 | 2026-03-13T20:20:23.513Z | + current=main |
| 93 | 2026-03-13T20:20:23.513Z | + [[ main != expectorate-no-comment ]] |
| 94 | 2026-03-13T20:20:23.513Z | + git branch -f expectorate-no-comment 5390943e7e40d841fc09ccacf998e8a7f23917d0 |
| 95 | 2026-03-13T20:20:23.513Z | + git checkout -f expectorate-no-comment |
| 96 | 2026-03-13T20:20:23.830Z | Switched to branch 'expectorate-no-comment' |
| 97 | 2026-03-13T20:20:23.837Z | + git reset --hard 5390943e7e40d841fc09ccacf998e8a7f23917d0 |
| 98 | 2026-03-13T20:20:23.870Z | HEAD is now at 5390943e7 linebreak |
| 99 | 2026-03-13T20:20:23.876Z | process exited: duration 10421 ms, exit code 0 |
| |
| 100 | 2026-03-13T20:20:23.889Z | starting task 4: "build" |
| 101 | 2026-03-13T20:20:23.893Z | + source ./env.sh |
| 102 | 2026-03-13T20:20:23.902Z | ++ OLD_SHELL_OPTS=ehxB |
| 103 | 2026-03-13T20:20:23.902Z | ++ set -o xtrace |
| 104 | 2026-03-13T20:20:23.903Z | ++++ dirname ./env.sh |
| 105 | 2026-03-13T20:20:23.907Z | +++ readlink -f . |
| 106 | 2026-03-13T20:20:23.907Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 107 | 2026-03-13T20:20:23.907Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2026-03-13T20:20:23.908Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2026-03-13T20:20:23.908Z | ++ 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 |
| 110 | 2026-03-13T20:20:23.908Z | ++ 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 |
| 111 | 2026-03-13T20:20:23.908Z | ++ 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 |
| 112 | 2026-03-13T20:20:23.908Z | ++ 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 |
| 113 | 2026-03-13T20:20:23.908Z | ++ 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 |
| 114 | 2026-03-13T20:20:23.908Z | ++ 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 |
| 115 | 2026-03-13T20:20:23.908Z | ++ case $OLD_SHELL_OPTS in |
| 116 | 2026-03-13T20:20:23.908Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 117 | 2026-03-13T20:20:23.908Z | + source .github/buildomat/ci-env.sh |
| 118 | 2026-03-13T20:20:23.908Z | ++ export CARGO_TERM_COLOR=always |
| 119 | 2026-03-13T20:20:23.908Z | ++ CARGO_TERM_COLOR=always |
| 120 | 2026-03-13T20:20:23.908Z | + cargo --version |
| 121 | 2026-03-13T20:20:23.913Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 122 | 2026-03-13T20:20:23.914Z | + rustc --version |
| 123 | 2026-03-13T20:20:23.940Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 124 | 2026-03-13T20:20:23.945Z | + banner prerequisites |
| 125 | 2026-03-13T20:20:23.945Z | |
| 126 | 2026-03-13T20:20:23.945Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 127 | 2026-03-13T20:20:23.945Z | # # # # # # # # # # # # # # # |
| 128 | 2026-03-13T20:20:23.945Z | # # # # ##### # # ##### # # # # # #### # |
| 129 | 2026-03-13T20:20:23.946Z | ##### ##### # ##### # # # # # # # # # |
| 130 | 2026-03-13T20:20:23.946Z | # # # # # # # # # # # # # # # |
| 131 | 2026-03-13T20:20:23.946Z | # # # ###### # # ###### ### # #### # #### # |
| 132 | 2026-03-13T20:20:23.946Z | |
| 133 | 2026-03-13T20:20:23.950Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 134 | 2026-03-13T20:20:33.923Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 135 | 2026-03-13T20:20:43.599Z | Startup: Caching catalogs ... Done |
| 136 | 2026-03-13T20:21:06.039Z | Planning: Solver setup ... Done (20.772s) |
| 137 | 2026-03-13T20:21:06.191Z | Planning: Running solver ... Done (0.153s) |
| 138 | 2026-03-13T20:21:06.388Z | Planning: Finding local manifests ... Done (0.003s) |
| 139 | 2026-03-13T20:21:06.395Z | Planning: Fetching manifests: 0/4 0% complete |
| 140 | 2026-03-13T20:21:06.515Z | Planning: Fetching manifests: 4/4 100% complete |
| 141 | 2026-03-13T20:21:06.557Z | Planning: Package planning ... Done (0.042s) |
| 142 | 2026-03-13T20:21:06.597Z | Planning: Merging actions ... Done (0.040s) |
| 143 | 2026-03-13T20:21:06.842Z | Planning: Checking for conflicting actions ... Done (0.240s) |
| 144 | 2026-03-13T20:21:06.848Z | Planning: Consolidating action changes ... Done (0.010s) |
| 145 | 2026-03-13T20:21:07.735Z | Planning: Evaluating mediators ... Done (0.868s) |
| 146 | 2026-03-13T20:21:07.748Z | Planning: Planning completed in 23.96 seconds |
| 147 | 2026-03-13T20:21:07.758Z | Packages to install: 4 |
| 148 | 2026-03-13T20:21:07.758Z | Mediators to change: 2 |
| 149 | 2026-03-13T20:21:07.758Z | Services to change: 1 |
| 150 | 2026-03-13T20:21:07.758Z | Estimated space available: 155.43 GB |
| 151 | 2026-03-13T20:21:07.759Z | Estimated space to be consumed: 1.83 GB |
| 152 | 2026-03-13T20:21:07.759Z | Create boot environment: No |
| 153 | 2026-03-13T20:21:07.759Z | Create backup boot environment: No |
| 154 | 2026-03-13T20:21:07.759Z | Rebuild boot archive: No |
| 155 | 2026-03-13T20:21:07.759Z | |
| 156 | 2026-03-13T20:21:07.759Z | Changed mediators: |
| 157 | 2026-03-13T20:21:07.759Z | mediator clang: |
| 158 | 2026-03-13T20:21:07.759Z | version: None -> 15 (system default) |
| 159 | 2026-03-13T20:21:07.759Z | |
| 160 | 2026-03-13T20:21:07.759Z | mediator llvm: |
| 161 | 2026-03-13T20:21:07.759Z | version: 14 (system default) -> 15 (system default) |
| 162 | 2026-03-13T20:21:07.760Z | |
| 163 | 2026-03-13T20:21:07.760Z | Changed packages: |
| 164 | 2026-03-13T20:21:07.760Z | helios-dev |
| 165 | 2026-03-13T20:21:07.760Z | developer/build-essential |
| 166 | 2026-03-13T20:21:07.760Z | None -> 11-2.0 |
| 167 | 2026-03-13T20:21:07.760Z | library/libxmlsec1 |
| 168 | 2026-03-13T20:21:07.760Z | None -> 1.2.35-2.0 |
| 169 | 2026-03-13T20:21:07.760Z | ooce/developer/clang-15 |
| 170 | 2026-03-13T20:21:07.761Z | None -> 15.0.7-2.0 |
| 171 | 2026-03-13T20:21:07.761Z | ooce/developer/llvm-15 |
| 172 | 2026-03-13T20:21:07.761Z | None -> 15.0.7-2.0 |
| 173 | 2026-03-13T20:21:07.761Z | |
| 174 | 2026-03-13T20:21:07.761Z | Services: |
| 175 | 2026-03-13T20:21:07.761Z | restart_fmri: |
| 176 | 2026-03-13T20:21:07.761Z | svc:/system/update-man-index:default |
| 177 | 2026-03-13T20:21:07.804Z | |
| 178 | 2026-03-13T20:21:07.805Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 179 | 2026-03-13T20:21:12.900Z | Download: 2215/3290 items 118.6/212.6MB 55% complete (24.4M/s) |
| 180 | 2026-03-13T20:21:17.101Z | Download: Completed 212.60 MB in 9.30 seconds (22.9M/s) |
| 181 | 2026-03-13T20:21:17.905Z | Actions: 1/3689 actions (Installing new actions) |
| 182 | 2026-03-13T20:21:22.026Z | Actions: Completed 3689 actions in 4.12 seconds. |
| 183 | 2026-03-13T20:21:22.399Z | Done (0.369s) |
| 184 | 2026-03-13T20:21:22.399Z | Done (0.000s) |
| 185 | 2026-03-13T20:21:23.399Z | Done (1.000s) |
| 186 | 2026-03-13T20:21:27.464Z | Done (3.690s) |
| 187 | 2026-03-13T20:21:27.546Z | Done (0.017s) |
| 188 | 2026-03-13T20:21:27.572Z | Done (0.000s) |
| 189 | 2026-03-13T20:21:27.714Z | Done (0.000s) |
| 190 | 2026-03-13T20:21:28.701Z | Planning: Evaluating mediator changes ... Done |
| 191 | 2026-03-13T20:21:28.897Z | Planning: Checking for conflicting actions ... Done |
| 192 | 2026-03-13T20:21:28.916Z | Planning: Consolidating action changes ... Done |
| 193 | 2026-03-13T20:21:29.068Z | Planning: Evaluating mediators ... Done |
| 194 | 2026-03-13T20:21:29.076Z | Planning: Planning completed in 0.37 seconds |
| 195 | 2026-03-13T20:21:29.090Z | Mediators to change: 2 |
| 196 | 2026-03-13T20:21:29.098Z | Create boot environment: No |
| 197 | 2026-03-13T20:21:29.098Z | Create backup boot environment: No |
| 198 | 2026-03-13T20:21:29.157Z | Done |
| 199 | 2026-03-13T20:21:29.158Z | Done |
| 200 | 2026-03-13T20:21:29.890Z | Done |
| 201 | 2026-03-13T20:21:33.236Z | Done |
| 202 | 2026-03-13T20:21:33.329Z | Done |
| 203 | 2026-03-13T20:21:33.334Z | Done |
| 204 | 2026-03-13T20:21:33.481Z | Done |
| 205 | 2026-03-13T20:21:34.027Z | Planning: Evaluating mediator changes ... Done |
| 206 | 2026-03-13T20:21:34.031Z | Planning: Merging actions ... Done |
| 207 | 2026-03-13T20:21:34.178Z | Planning: Checking for conflicting actions ... Done |
| 208 | 2026-03-13T20:21:34.181Z | Planning: Consolidating action changes ... Done |
| 209 | 2026-03-13T20:21:34.397Z | Planning: Evaluating mediators ... Done |
| 210 | 2026-03-13T20:21:34.441Z | Planning: Planning completed in 0.63 seconds |
| 211 | 2026-03-13T20:21:34.470Z | Packages to change: 1 |
| 212 | 2026-03-13T20:21:34.470Z | Mediators to change: 1 |
| 213 | 2026-03-13T20:21:34.474Z | Services to change: 1 |
| 214 | 2026-03-13T20:21:34.474Z | Create boot environment: No |
| 215 | 2026-03-13T20:21:34.474Z | Create backup boot environment: Yes |
| 216 | 2026-03-13T20:21:36.943Z | Actions: 1/6 actions (Updating modified actions) |
| 217 | 2026-03-13T20:21:36.948Z | Actions: Completed 6 actions in 0.00 seconds. |
| 218 | 2026-03-13T20:21:36.948Z | Done |
| 219 | 2026-03-13T20:21:36.949Z | Done |
| 220 | 2026-03-13T20:21:37.137Z | Done |
| 221 | 2026-03-13T20:21:40.442Z | Done |
| 222 | 2026-03-13T20:21:40.529Z | Done |
| 223 | 2026-03-13T20:21:40.532Z | Done |
| 224 | 2026-03-13T20:21:40.680Z | Done |
| 225 | 2026-03-13T20:21:41.058Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 226 | 2026-03-13T20:21:41.058Z | clang system 15 system |
| 227 | 2026-03-13T20:21:41.058Z | csh system system illumos |
| 228 | 2026-03-13T20:21:41.058Z | ctags system system illumos |
| 229 | 2026-03-13T20:21:41.059Z | file system system illumos |
| 230 | 2026-03-13T20:21:41.059Z | gcc vendor 12 vendor |
| 231 | 2026-03-13T20:21:41.059Z | gcc system 10 system |
| 232 | 2026-03-13T20:21:41.059Z | gcc system 7 system |
| 233 | 2026-03-13T20:21:41.059Z | go system 1.20 system |
| 234 | 2026-03-13T20:21:41.059Z | go system 1.19 system |
| 235 | 2026-03-13T20:21:41.059Z | llvm system 15 system |
| 236 | 2026-03-13T20:21:41.059Z | llvm system 14 system |
| 237 | 2026-03-13T20:21:41.059Z | mariadb system 10.6 system |
| 238 | 2026-03-13T20:21:41.059Z | mta vendor vendor dma |
| 239 | 2026-03-13T20:21:41.059Z | openjdk system 17 system |
| 240 | 2026-03-13T20:21:41.059Z | openjdk system 11 system |
| 241 | 2026-03-13T20:21:41.059Z | openjdk system 1.8 system |
| 242 | 2026-03-13T20:21:41.059Z | openssl vendor 3 vendor |
| 243 | 2026-03-13T20:21:41.059Z | perl system 5.36 system |
| 244 | 2026-03-13T20:21:41.059Z | postgresql system 15 system |
| 245 | 2026-03-13T20:21:41.059Z | postgresql system 13 system |
| 246 | 2026-03-13T20:21:41.059Z | python vendor 3 vendor |
| 247 | 2026-03-13T20:21:41.059Z | python system 2 system |
| 248 | 2026-03-13T20:21:41.059Z | python3 system 3.11 system |
| 249 | 2026-03-13T20:21:41.059Z | ruby system 3.0 system |
| 250 | 2026-03-13T20:21:41.059Z | words vendor vendor american-english |
| 251 | 2026-03-13T20:21:41.059Z | words system system australian-english |
| 252 | 2026-03-13T20:21:41.059Z | words system system british-english |
| 253 | 2026-03-13T20:21:41.059Z | words system system canadian-english |
| 254 | 2026-03-13T20:21:41.059Z | words system system french |
| 255 | 2026-03-13T20:21:41.060Z | words system system italian |
| 256 | 2026-03-13T20:21:41.060Z | words system system ngerman |
| 257 | 2026-03-13T20:21:41.060Z | words system system ogerman |
| 258 | 2026-03-13T20:21:41.060Z | words system system spanish |
| 259 | 2026-03-13T20:21:41.357Z | PUBLISHER TYPE STATUS P LOCATION |
| 260 | 2026-03-13T20:21:41.357Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 261 | 2026-03-13T20:21:47.339Z | FMRI IFO |
| 262 | 2026-03-13T20:21:47.339Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 263 | 2026-03-13T20:21:47.339Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 264 | 2026-03-13T20:21:47.339Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 265 | 2026-03-13T20:21:47.339Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 266 | 2026-03-13T20:21:47.339Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 267 | 2026-03-13T20:21:47.340Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 268 | 2026-03-13T20:21:47.340Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 269 | 2026-03-13T20:21:47.340Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 270 | 2026-03-13T20:21:47.340Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 271 | 2026-03-13T20:21:47.340Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 272 | 2026-03-13T20:21:47.340Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 273 | 2026-03-13T20:21:47.340Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 274 | 2026-03-13T20:21:47.340Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 275 | 2026-03-13T20:21:47.340Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 276 | 2026-03-13T20:21:47.340Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 277 | 2026-03-13T20:21:47.340Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 278 | 2026-03-13T20:21:48.604Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 279 | 2026-03-13T20:21:48.872Z | Updating crates.io index |
| 280 | 2026-03-13T20:21:48.901Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 281 | 2026-03-13T20:21:49.690Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 282 | 2026-03-13T20:21:50.211Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 283 | 2026-03-13T20:21:50.456Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 284 | 2026-03-13T20:21:50.971Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 285 | 2026-03-13T20:21:51.904Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 286 | 2026-03-13T20:21:52.474Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 287 | 2026-03-13T20:21:53.816Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 288 | 2026-03-13T20:21:55.477Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 289 | 2026-03-13T20:21:56.380Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 290 | 2026-03-13T20:21:56.687Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 291 | 2026-03-13T20:21:57.855Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 292 | 2026-03-13T20:21:58.275Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 293 | 2026-03-13T20:21:58.745Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 294 | 2026-03-13T20:21:59.129Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 295 | 2026-03-13T20:22:00.016Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 296 | 2026-03-13T20:22:00.670Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 297 | 2026-03-13T20:22:00.974Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 298 | 2026-03-13T20:22:01.355Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 299 | 2026-03-13T20:22:01.783Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 300 | 2026-03-13T20:22:02.225Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 301 | 2026-03-13T20:22:02.493Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 302 | 2026-03-13T20:22:02.803Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 303 | 2026-03-13T20:22:03.349Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 304 | 2026-03-13T20:22:03.914Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 305 | 2026-03-13T20:22:04.402Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 306 | 2026-03-13T20:22:04.680Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 307 | 2026-03-13T20:22:04.943Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 308 | 2026-03-13T20:22:05.953Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 309 | 2026-03-13T20:22:06.561Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 310 | 2026-03-13T20:22:06.954Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 311 | 2026-03-13T20:22:07.406Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 312 | 2026-03-13T20:22:07.761Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 313 | 2026-03-13T20:22:08.412Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 314 | 2026-03-13T20:22:08.661Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 315 | 2026-03-13T20:22:08.904Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 316 | 2026-03-13T20:22:09.247Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 317 | 2026-03-13T20:22:09.686Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 318 | 2026-03-13T20:22:24.411Z | Downloading crates ... |
| 319 | 2026-03-13T20:22:24.482Z | Downloaded log v0.4.29 |
| 320 | 2026-03-13T20:22:24.506Z | Downloaded once_cell v1.21.3 |
| 321 | 2026-03-13T20:22:24.506Z | Downloaded cargo-platform v0.2.0 |
| 322 | 2026-03-13T20:22:24.507Z | Downloaded cargo-util-schemas v0.8.2 |
| 323 | 2026-03-13T20:22:24.507Z | Downloaded anstyle-query v1.1.5 |
| 324 | 2026-03-13T20:22:24.507Z | Downloaded anstyle-parse v0.2.7 |
| 325 | 2026-03-13T20:22:24.507Z | Downloaded pretty-hex v0.4.1 |
| 326 | 2026-03-13T20:22:24.524Z | Downloaded anstyle v1.0.13 |
| 327 | 2026-03-13T20:22:24.524Z | Downloaded digest v0.10.7 |
| 328 | 2026-03-13T20:22:24.525Z | Downloaded cargo_metadata v0.21.0 |
| 329 | 2026-03-13T20:22:24.525Z | Downloaded anstream v0.6.21 |
| 330 | 2026-03-13T20:22:24.525Z | Downloaded textwrap v0.16.2 |
| 331 | 2026-03-13T20:22:24.525Z | Downloaded utf8parse v0.2.2 |
| 332 | 2026-03-13T20:22:24.525Z | Downloaded autocfg v1.5.0 |
| 333 | 2026-03-13T20:22:24.525Z | Downloaded colorchoice v1.0.4 |
| 334 | 2026-03-13T20:22:24.525Z | Downloaded heck v0.5.0 |
| 335 | 2026-03-13T20:22:24.525Z | Downloaded clap_derive v4.5.55 |
| 336 | 2026-03-13T20:22:24.526Z | Downloaded crypto-common v0.1.7 |
| 337 | 2026-03-13T20:22:24.526Z | Downloaded strsim v0.11.1 |
| 338 | 2026-03-13T20:22:24.526Z | Downloaded memmap v0.7.0 |
| 339 | 2026-03-13T20:22:24.526Z | Downloaded is_terminal_polyfill v1.70.2 |
| 340 | 2026-03-13T20:22:24.526Z | Downloaded unicode-linebreak v0.1.5 |
| 341 | 2026-03-13T20:22:24.526Z | Downloaded idna_adapter v1.2.1 |
| 342 | 2026-03-13T20:22:24.526Z | Downloaded fnv v1.0.7 |
| 343 | 2026-03-13T20:22:24.537Z | Downloaded errno v0.3.14 |
| 344 | 2026-03-13T20:22:24.537Z | Downloaded zmij v1.0.21 |
| 345 | 2026-03-13T20:22:24.537Z | Downloaded fs-err v3.3.0 |
| 346 | 2026-03-13T20:22:24.538Z | Downloaded unicode-xid v0.2.6 |
| 347 | 2026-03-13T20:22:24.538Z | Downloaded thread-id v4.2.2 |
| 348 | 2026-03-13T20:22:24.538Z | Downloaded toml_write v0.1.2 |
| 349 | 2026-03-13T20:22:24.538Z | Downloaded dtrace-parser v0.2.0 |
| 350 | 2026-03-13T20:22:24.539Z | Downloaded tinystr v0.8.2 |
| 351 | 2026-03-13T20:22:24.551Z | Downloaded writeable v0.6.2 |
| 352 | 2026-03-13T20:22:24.551Z | Downloaded byteorder v1.5.0 |
| 353 | 2026-03-13T20:22:24.551Z | Downloaded icu_provider v2.1.1 |
| 354 | 2026-03-13T20:22:24.551Z | Downloaded zerofrom-derive v0.1.6 |
| 355 | 2026-03-13T20:22:24.551Z | Downloaded utf8_iter v1.0.4 |
| 356 | 2026-03-13T20:22:24.551Z | Downloaded version_check v0.9.5 |
| 357 | 2026-03-13T20:22:24.551Z | Downloaded usdt-macro v0.5.0 |
| 358 | 2026-03-13T20:22:24.551Z | Downloaded ordered-float v2.10.1 |
| 359 | 2026-03-13T20:22:24.551Z | Downloaded heck v0.4.1 |
| 360 | 2026-03-13T20:22:24.551Z | Downloaded dof v0.3.0 |
| 361 | 2026-03-13T20:22:24.552Z | Downloaded yoke-derive v0.8.1 |
| 362 | 2026-03-13T20:22:24.552Z | Downloaded typeid v1.0.3 |
| 363 | 2026-03-13T20:22:24.564Z | Downloaded zerofrom v0.1.6 |
| 364 | 2026-03-13T20:22:24.564Z | Downloaded erased-serde v0.4.9 |
| 365 | 2026-03-13T20:22:24.565Z | Downloaded yoke v0.8.1 |
| 366 | 2026-03-13T20:22:24.565Z | Downloaded unicode-width v0.1.14 |
| 367 | 2026-03-13T20:22:24.565Z | Downloaded usdt-attr-macro v0.5.0 |
| 368 | 2026-03-13T20:22:24.565Z | Downloaded ucd-trie v0.1.7 |
| 369 | 2026-03-13T20:22:24.565Z | Downloaded equivalent v1.0.2 |
| 370 | 2026-03-13T20:22:24.565Z | Downloaded thiserror v2.0.18 |
| 371 | 2026-03-13T20:22:24.566Z | Downloaded usdt v0.5.0 |
| 372 | 2026-03-13T20:22:24.566Z | Downloaded thiserror-impl v2.0.18 |
| 373 | 2026-03-13T20:22:24.616Z | Downloaded cfg-if v1.0.4 |
| 374 | 2026-03-13T20:22:24.616Z | Downloaded thiserror-impl v1.0.69 |
| 375 | 2026-03-13T20:22:24.616Z | Downloaded cpufeatures v0.2.17 |
| 376 | 2026-03-13T20:22:24.616Z | Downloaded zerovec-derive v0.11.2 |
| 377 | 2026-03-13T20:22:24.616Z | Downloaded thiserror v1.0.69 |
| 378 | 2026-03-13T20:22:24.616Z | Downloaded plain v0.2.3 |
| 379 | 2026-03-13T20:22:24.616Z | Downloaded zerocopy-derive v0.7.35 |
| 380 | 2026-03-13T20:22:24.649Z | Downloaded terminal_size v0.4.3 |
| 381 | 2026-03-13T20:22:24.649Z | Downloaded percent-encoding v2.3.2 |
| 382 | 2026-03-13T20:22:24.649Z | Downloaded block-buffer v0.10.4 |
| 383 | 2026-03-13T20:22:24.655Z | Downloaded serde-value v0.7.0 |
| 384 | 2026-03-13T20:22:24.656Z | Downloaded scroll_derive v0.12.1 |
| 385 | 2026-03-13T20:22:24.656Z | Downloaded usdt-impl v0.5.0 |
| 386 | 2026-03-13T20:22:24.656Z | Downloaded toml v0.8.23 |
| 387 | 2026-03-13T20:22:24.656Z | Downloaded toml_datetime v0.6.11 |
| 388 | 2026-03-13T20:22:24.656Z | Downloaded form_urlencoded v1.2.2 |
| 389 | 2026-03-13T20:22:24.656Z | Downloaded toml_edit v0.22.27 |
| 390 | 2026-03-13T20:22:24.656Z | Downloaded stable_deref_trait v1.2.1 |
| 391 | 2026-03-13T20:22:24.656Z | Downloaded unicode-ident v1.0.24 |
| 392 | 2026-03-13T20:22:24.656Z | Downloaded zerotrie v0.2.3 |
| 393 | 2026-03-13T20:22:24.656Z | Downloaded smawk v0.3.2 |
| 394 | 2026-03-13T20:22:24.657Z | Downloaded fastrand v2.3.0 |
| 395 | 2026-03-13T20:22:24.657Z | Downloaded url v2.5.8 |
| 396 | 2026-03-13T20:22:24.657Z | Downloaded swrite v0.1.0 |
| 397 | 2026-03-13T20:22:24.657Z | Downloaded proc-macro-error-attr v1.0.4 |
| 398 | 2026-03-13T20:22:24.657Z | Downloaded macaddr v1.0.1 |
| 399 | 2026-03-13T20:22:24.657Z | Downloaded clap_lex v1.0.0 |
| 400 | 2026-03-13T20:22:24.657Z | Downloaded typenum v1.19.0 |
| 401 | 2026-03-13T20:22:24.657Z | Downloaded tabled_derive v0.7.0 |
| 402 | 2026-03-13T20:22:24.657Z | Downloaded zerovec v0.11.5 |
| 403 | 2026-03-13T20:22:24.657Z | Downloaded zerocopy v0.7.35 |
| 404 | 2026-03-13T20:22:24.658Z | Downloaded litemap v0.8.1 |
| 405 | 2026-03-13T20:22:24.658Z | Downloaded winnow v0.7.14 |
| 406 | 2026-03-13T20:22:24.658Z | Downloaded potential_utf v0.1.4 |
| 407 | 2026-03-13T20:22:24.658Z | Downloaded generic-array v0.14.7 |
| 408 | 2026-03-13T20:22:24.658Z | Downloaded quote v1.0.44 |
| 409 | 2026-03-13T20:22:24.658Z | Downloaded camino-tempfile v1.4.1 |
| 410 | 2026-03-13T20:22:24.708Z | Downloaded bytecount v0.6.9 |
| 411 | 2026-03-13T20:22:24.708Z | Downloaded sha2 v0.10.9 |
| 412 | 2026-03-13T20:22:24.709Z | Downloaded serde_tokenstream v0.2.3 |
| 413 | 2026-03-13T20:22:24.709Z | Downloaded scroll v0.12.0 |
| 414 | 2026-03-13T20:22:24.709Z | Downloaded displaydoc v0.2.5 |
| 415 | 2026-03-13T20:22:24.709Z | Downloaded unicode-width v0.2.0 |
| 416 | 2026-03-13T20:22:24.709Z | Downloaded icu_locale_core v2.1.1 |
| 417 | 2026-03-13T20:22:24.710Z | Downloaded serde_spanned v0.6.9 |
| 418 | 2026-03-13T20:22:24.710Z | Downloaded itoa v1.0.17 |
| 419 | 2026-03-13T20:22:24.710Z | Downloaded cargo_toml v0.21.0 |
| 420 | 2026-03-13T20:22:24.710Z | Downloaded serde-untagged v0.1.9 |
| 421 | 2026-03-13T20:22:24.710Z | Downloaded semver v1.0.27 |
| 422 | 2026-03-13T20:22:24.710Z | Downloaded pest_meta v2.8.6 |
| 423 | 2026-03-13T20:22:24.721Z | Downloaded bitflags v2.11.0 |
| 424 | 2026-03-13T20:22:24.721Z | Downloaded pest_generator v2.8.6 |
| 425 | 2026-03-13T20:22:24.722Z | Downloaded camino v1.2.2 |
| 426 | 2026-03-13T20:22:24.722Z | Downloaded smallvec v1.15.1 |
| 427 | 2026-03-13T20:22:24.722Z | Downloaded anyhow v1.0.102 |
| 428 | 2026-03-13T20:22:24.722Z | Downloaded synstructure v0.13.2 |
| 429 | 2026-03-13T20:22:24.722Z | Downloaded icu_properties v2.1.2 |
| 430 | 2026-03-13T20:22:24.722Z | Downloaded pest_derive v2.8.6 |
| 431 | 2026-03-13T20:22:24.722Z | Downloaded getrandom v0.4.1 |
| 432 | 2026-03-13T20:22:24.723Z | Downloaded proc-macro2 v1.0.106 |
| 433 | 2026-03-13T20:22:24.723Z | Downloaded papergrid v0.11.0 |
| 434 | 2026-03-13T20:22:24.760Z | Downloaded proc-macro-error v1.0.4 |
| 435 | 2026-03-13T20:22:24.760Z | Downloaded serde_derive v1.0.228 |
| 436 | 2026-03-13T20:22:24.761Z | Downloaded num-traits v0.2.19 |
| 437 | 2026-03-13T20:22:24.761Z | Downloaded icu_normalizer v2.1.1 |
| 438 | 2026-03-13T20:22:24.761Z | Downloaded clap v4.5.60 |
| 439 | 2026-03-13T20:22:24.787Z | Downloaded serde_core v1.0.228 |
| 440 | 2026-03-13T20:22:24.787Z | Downloaded indexmap v2.13.0 |
| 441 | 2026-03-13T20:22:24.787Z | Downloaded tempfile v3.25.0 |
| 442 | 2026-03-13T20:22:24.787Z | Downloaded icu_collections v2.1.1 |
| 443 | 2026-03-13T20:22:24.787Z | Downloaded memchr v2.8.0 |
| 444 | 2026-03-13T20:22:24.788Z | Downloaded icu_normalizer_data v2.1.1 |
| 445 | 2026-03-13T20:22:24.803Z | Downloaded serde v1.0.228 |
| 446 | 2026-03-13T20:22:24.817Z | Downloaded pest v2.8.6 |
| 447 | 2026-03-13T20:22:24.817Z | Downloaded idna v1.1.0 |
| 448 | 2026-03-13T20:22:24.826Z | Downloaded hashbrown v0.16.1 |
| 449 | 2026-03-13T20:22:24.838Z | Downloaded icu_properties_data v2.1.2 |
| 450 | 2026-03-13T20:22:24.855Z | Downloaded serde_json v1.0.149 |
| 451 | 2026-03-13T20:22:24.855Z | Downloaded clap_builder v4.5.60 |
| 452 | 2026-03-13T20:22:24.924Z | Downloaded syn v2.0.117 |
| 453 | 2026-03-13T20:22:24.924Z | Downloaded goblin v0.8.2 |
| 454 | 2026-03-13T20:22:24.925Z | Downloaded syn v1.0.109 |
| 455 | 2026-03-13T20:22:24.925Z | Downloaded tabled v0.15.0 |
| 456 | 2026-03-13T20:22:24.980Z | Downloaded rustix v1.1.3 |
| 457 | 2026-03-13T20:22:24.980Z | Downloaded libc v0.2.180 |
| 458 | 2026-03-13T20:22:25.061Z | Compiling proc-macro2 v1.0.106 |
| 459 | 2026-03-13T20:22:25.089Z | Compiling unicode-ident v1.0.24 |
| 460 | 2026-03-13T20:22:25.089Z | Compiling quote v1.0.44 |
| 461 | 2026-03-13T20:22:25.089Z | Compiling serde_core v1.0.228 |
| 462 | 2026-03-13T20:22:25.089Z | Compiling libc v0.2.180 |
| 463 | 2026-03-13T20:22:25.089Z | Compiling version_check v0.9.5 |
| 464 | 2026-03-13T20:22:25.089Z | Compiling stable_deref_trait v1.2.1 |
| 465 | 2026-03-13T20:22:25.089Z | Compiling memchr v2.8.0 |
| 466 | 2026-03-13T20:22:25.396Z | Compiling serde v1.0.228 |
| 467 | 2026-03-13T20:22:25.419Z | Compiling zmij v1.0.21 |
| 468 | 2026-03-13T20:22:25.776Z | Compiling itoa v1.0.17 |
| 469 | 2026-03-13T20:22:25.986Z | Compiling ucd-trie v0.1.7 |
| 470 | 2026-03-13T20:22:26.032Z | Compiling autocfg v1.5.0 |
| 471 | 2026-03-13T20:22:26.198Z | Compiling thiserror v1.0.69 |
| 472 | 2026-03-13T20:22:26.344Z | Compiling pest v2.8.6 |
| 473 | 2026-03-13T20:22:26.362Z | Compiling litemap v0.8.1 |
| 474 | 2026-03-13T20:22:26.362Z | Compiling writeable v0.6.2 |
| 475 | 2026-03-13T20:22:26.668Z | Compiling rustix v1.1.3 |
| 476 | 2026-03-13T20:22:26.881Z | Compiling icu_properties_data v2.1.2 |
| 477 | 2026-03-13T20:22:27.064Z | Compiling syn v2.0.117 |
| 478 | 2026-03-13T20:22:27.090Z | Compiling icu_normalizer_data v2.1.1 |
| 479 | 2026-03-13T20:22:27.090Z | Compiling byteorder v1.5.0 |
| 480 | 2026-03-13T20:22:27.252Z | Compiling errno v0.3.14 |
| 481 | 2026-03-13T20:22:27.452Z | Compiling serde_json v1.0.149 |
| 482 | 2026-03-13T20:22:27.474Z | Compiling bitflags v2.11.0 |
| 483 | 2026-03-13T20:22:27.540Z | Compiling num-traits v0.2.19 |
| 484 | 2026-03-13T20:22:27.674Z | Compiling typeid v1.0.3 |
| 485 | 2026-03-13T20:22:27.719Z | Compiling smallvec v1.15.1 |
| 486 | 2026-03-13T20:22:27.774Z | Compiling hashbrown v0.16.1 |
| 487 | 2026-03-13T20:22:27.971Z | Compiling pest_meta v2.8.6 |
| 488 | 2026-03-13T20:22:28.031Z | Compiling equivalent v1.0.2 |
| 489 | 2026-03-13T20:22:28.401Z | Compiling thread-id v4.2.2 |
| 490 | 2026-03-13T20:22:28.430Z | Compiling indexmap v2.13.0 |
| 491 | 2026-03-13T20:22:28.503Z | Compiling proc-macro-error-attr v1.0.4 |
| 492 | 2026-03-13T20:22:28.527Z | Compiling usdt-impl v0.5.0 |
| 493 | 2026-03-13T20:22:28.551Z | Compiling winnow v0.7.14 |
| 494 | 2026-03-13T20:22:28.752Z | Compiling erased-serde v0.4.9 |
| 495 | 2026-03-13T20:22:28.829Z | Compiling toml_write v0.1.2 |
| 496 | 2026-03-13T20:22:29.166Z | Compiling syn v1.0.109 |
| 497 | 2026-03-13T20:22:29.498Z | Compiling proc-macro-error v1.0.4 |
| 498 | 2026-03-13T20:22:29.591Z | Compiling plain v0.2.3 |
| 499 | 2026-03-13T20:22:29.735Z | Compiling log v0.4.29 |
| 500 | 2026-03-13T20:22:29.761Z | Compiling utf8_iter v1.0.4 |
| 501 | 2026-03-13T20:22:29.985Z | Compiling utf8parse v0.2.2 |
| 502 | 2026-03-13T20:22:29.994Z | Compiling camino v1.2.2 |
| 503 | 2026-03-13T20:22:30.090Z | Compiling percent-encoding v2.3.2 |
| 504 | 2026-03-13T20:22:30.258Z | Compiling thiserror v2.0.18 |
| 505 | 2026-03-13T20:22:30.315Z | Compiling getrandom v0.4.1 |
| 506 | 2026-03-13T20:22:30.339Z | Compiling form_urlencoded v1.2.2 |
| 507 | 2026-03-13T20:22:30.466Z | Compiling ordered-float v2.10.1 |
| 508 | 2026-03-13T20:22:30.540Z | Compiling anstyle-parse v0.2.7 |
| 509 | 2026-03-13T20:22:30.851Z | Compiling synstructure v0.13.2 |
| 510 | 2026-03-13T20:22:30.855Z | Compiling pest_generator v2.8.6 |
| 511 | 2026-03-13T20:22:30.930Z | Compiling terminal_size v0.4.3 |
| 512 | 2026-03-13T20:22:31.106Z | Compiling pretty-hex v0.4.1 |
| 513 | 2026-03-13T20:22:31.276Z | Compiling anstyle v1.0.13 |
| 514 | 2026-03-13T20:22:31.303Z | Compiling cfg-if v1.0.4 |
| 515 | 2026-03-13T20:22:31.327Z | Compiling colorchoice v1.0.4 |
| 516 | 2026-03-13T20:22:31.396Z | Compiling is_terminal_polyfill v1.70.2 |
| 517 | 2026-03-13T20:22:31.423Z | Compiling anstyle-query v1.1.5 |
| 518 | 2026-03-13T20:22:31.564Z | Compiling anstream v0.6.21 |
| 519 | 2026-03-13T20:22:31.587Z | Compiling serde-untagged v0.1.9 |
| 520 | 2026-03-13T20:22:31.697Z | Compiling semver v1.0.27 |
| 521 | 2026-03-13T20:22:31.879Z | Compiling fs-err v3.3.0 |
| 522 | 2026-03-13T20:22:31.934Z | Compiling strsim v0.11.1 |
| 523 | 2026-03-13T20:22:31.992Z | Compiling heck v0.5.0 |
| 524 | 2026-03-13T20:22:32.137Z | Compiling once_cell v1.21.3 |
| 525 | 2026-03-13T20:22:32.161Z | Compiling anyhow v1.0.102 |
| 526 | 2026-03-13T20:22:32.206Z | Compiling fnv v1.0.7 |
| 527 | 2026-03-13T20:22:32.337Z | Compiling heck v0.4.1 |
| 528 | 2026-03-13T20:22:32.389Z | Compiling unicode-width v0.1.14 |
| 529 | 2026-03-13T20:22:32.421Z | Compiling bytecount v0.6.9 |
| 530 | 2026-03-13T20:22:32.585Z | Compiling fastrand v2.3.0 |
| 531 | 2026-03-13T20:22:32.589Z | Compiling clap_lex v1.0.0 |
| 532 | 2026-03-13T20:22:32.634Z | Compiling unicode-xid v0.2.6 |
| 533 | 2026-03-13T20:22:32.698Z | Compiling papergrid v0.11.0 |
| 534 | 2026-03-13T20:22:32.912Z | Compiling clap_builder v4.5.60 |
| 535 | 2026-03-13T20:22:32.936Z | Compiling tempfile v3.25.0 |
| 536 | 2026-03-13T20:22:32.939Z | Compiling memmap v0.7.0 |
| 537 | 2026-03-13T20:22:33.020Z | Compiling smawk v0.3.2 |
| 538 | 2026-03-13T20:22:33.170Z | Compiling unicode-linebreak v0.1.5 |
| 539 | 2026-03-13T20:22:33.200Z | Compiling unicode-width v0.2.0 |
| 540 | 2026-03-13T20:22:33.465Z | Compiling serde_derive v1.0.228 |
| 541 | 2026-03-13T20:22:33.482Z | Compiling zerofrom-derive v0.1.6 |
| 542 | 2026-03-13T20:22:33.503Z | Compiling yoke-derive v0.8.1 |
| 543 | 2026-03-13T20:22:33.556Z | Compiling zerovec-derive v0.11.2 |
| 544 | 2026-03-13T20:22:33.637Z | Compiling displaydoc v0.2.5 |
| 545 | 2026-03-13T20:22:34.646Z | Compiling thiserror-impl v1.0.69 |
| 546 | 2026-03-13T20:22:34.688Z | Compiling zerocopy-derive v0.7.35 |
| 547 | 2026-03-13T20:22:35.085Z | Compiling pest_derive v2.8.6 |
| 548 | 2026-03-13T20:22:35.112Z | Compiling scroll_derive v0.12.1 |
| 549 | 2026-03-13T20:22:35.433Z | Compiling zerofrom v0.1.6 |
| 550 | 2026-03-13T20:22:35.655Z | Compiling yoke v0.8.1 |
| 551 | 2026-03-13T20:22:35.728Z | Compiling thiserror-impl v2.0.18 |
| 552 | 2026-03-13T20:22:35.897Z | Compiling zerovec v0.11.5 |
| 553 | 2026-03-13T20:22:35.921Z | Compiling zerotrie v0.2.3 |
| 554 | 2026-03-13T20:22:36.054Z | Compiling zerocopy v0.7.35 |
| 555 | 2026-03-13T20:22:36.338Z | Compiling scroll v0.12.0 |
| 556 | 2026-03-13T20:22:36.574Z | Compiling tinystr v0.8.2 |
| 557 | 2026-03-13T20:22:36.617Z | Compiling potential_utf v0.1.4 |
| 558 | 2026-03-13T20:22:36.706Z | Compiling dtrace-parser v0.2.0 |
| 559 | 2026-03-13T20:22:36.829Z | Compiling icu_locale_core v2.1.1 |
| 560 | 2026-03-13T20:22:36.855Z | Compiling icu_collections v2.1.1 |
| 561 | 2026-03-13T20:22:36.886Z | Compiling goblin v0.8.2 |
| 562 | 2026-03-13T20:22:37.421Z | Compiling tabled_derive v0.7.0 |
| 563 | 2026-03-13T20:22:37.524Z | Compiling clap_derive v4.5.55 |
| 564 | 2026-03-13T20:22:37.768Z | Compiling icu_provider v2.1.1 |
| 565 | 2026-03-13T20:22:37.802Z | Compiling textwrap v0.16.2 |
| 566 | 2026-03-13T20:22:38.110Z | Compiling icu_normalizer v2.1.1 |
| 567 | 2026-03-13T20:22:38.181Z | Compiling icu_properties v2.1.2 |
| 568 | 2026-03-13T20:22:38.342Z | Compiling toml_datetime v0.6.11 |
| 569 | 2026-03-13T20:22:38.388Z | Compiling serde_spanned v0.6.9 |
| 570 | 2026-03-13T20:22:38.450Z | Compiling dof v0.3.0 |
| 571 | 2026-03-13T20:22:38.579Z | Compiling toml_edit v0.22.27 |
| 572 | 2026-03-13T20:22:38.690Z | Compiling serde_tokenstream v0.2.3 |
| 573 | 2026-03-13T20:22:38.698Z | Compiling serde-value v0.7.0 |
| 574 | 2026-03-13T20:22:38.990Z | Compiling cargo-platform v0.2.0 |
| 575 | 2026-03-13T20:22:39.177Z | Compiling tabled v0.15.0 |
| 576 | 2026-03-13T20:22:39.207Z | Compiling macaddr v1.0.1 |
| 577 | 2026-03-13T20:22:39.347Z | Compiling camino-tempfile v1.4.1 |
| 578 | 2026-03-13T20:22:39.522Z | Compiling idna_adapter v1.2.1 |
| 579 | 2026-03-13T20:22:39.657Z | Compiling idna v1.1.0 |
| 580 | 2026-03-13T20:22:39.693Z | Compiling usdt-macro v0.5.0 |
| 581 | 2026-03-13T20:22:39.711Z | Compiling usdt-attr-macro v0.5.0 |
| 582 | 2026-03-13T20:22:39.962Z | Compiling clap v4.5.60 |
| 583 | 2026-03-13T20:22:40.063Z | Compiling url v2.5.8 |
| 584 | 2026-03-13T20:22:40.551Z | Compiling toml v0.8.23 |
| 585 | 2026-03-13T20:22:40.640Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 586 | 2026-03-13T20:22:41.031Z | Compiling swrite v0.1.0 |
| 587 | 2026-03-13T20:22:41.176Z | Compiling cargo-util-schemas v0.8.2 |
| 588 | 2026-03-13T20:22:41.186Z | Compiling cargo_toml v0.21.0 |
| 589 | 2026-03-13T20:22:41.478Z | Compiling usdt v0.5.0 |
| 590 | 2026-03-13T20:22:42.476Z | Compiling cargo_metadata v0.21.0 |
| 591 | 2026-03-13T20:22:43.741Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 592 | 2026-03-13T20:22:46.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.23s |
| 593 | 2026-03-13T20:22:46.940Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 594 | 2026-03-13T20:22:47.664Z | Downloading crates ... |
| 595 | 2026-03-13T20:22:47.784Z | Downloaded adler2 v2.0.1 |
| 596 | 2026-03-13T20:22:47.792Z | Downloaded bitflags v1.3.2 |
| 597 | 2026-03-13T20:22:47.796Z | Downloaded bit-vec v0.6.3 |
| 598 | 2026-03-13T20:22:47.802Z | Downloaded async-stream-impl v0.3.6 |
| 599 | 2026-03-13T20:22:47.805Z | Downloaded crc-catalog v2.4.0 |
| 600 | 2026-03-13T20:22:47.805Z | Downloaded ciborium v0.2.2 |
| 601 | 2026-03-13T20:22:47.809Z | Downloaded aead v0.5.2 |
| 602 | 2026-03-13T20:22:47.813Z | Downloaded crunchy v0.2.4 |
| 603 | 2026-03-13T20:22:47.819Z | Downloaded cbc v0.1.2 |
| 604 | 2026-03-13T20:22:47.819Z | Downloaded block-padding v0.3.3 |
| 605 | 2026-03-13T20:22:47.825Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 606 | 2026-03-13T20:22:47.829Z | Downloaded derive_builder v0.20.2 |
| 607 | 2026-03-13T20:22:47.834Z | Downloaded crucible-workspace-hack v0.1.0 |
| 608 | 2026-03-13T20:22:47.839Z | Downloaded flume v0.11.1 |
| 609 | 2026-03-13T20:22:47.847Z | Downloaded crossbeam-deque v0.8.6 |
| 610 | 2026-03-13T20:22:47.847Z | Downloaded ghash v0.5.1 |
| 611 | 2026-03-13T20:22:47.853Z | Downloaded cobs v0.3.0 |
| 612 | 2026-03-13T20:22:47.853Z | Downloaded arrayref v0.3.9 |
| 613 | 2026-03-13T20:22:47.857Z | Downloaded backoff v0.4.0 |
| 614 | 2026-03-13T20:22:47.857Z | Downloaded derive-where v1.6.0 |
| 615 | 2026-03-13T20:22:47.861Z | Downloaded foldhash v0.2.0 |
| 616 | 2026-03-13T20:22:47.867Z | Downloaded dirs-next v2.0.0 |
| 617 | 2026-03-13T20:22:47.875Z | Downloaded ciborium-io v0.2.2 |
| 618 | 2026-03-13T20:22:47.875Z | Downloaded env_filter v1.0.0 |
| 619 | 2026-03-13T20:22:47.882Z | Downloaded dyn-clone v1.0.20 |
| 620 | 2026-03-13T20:22:47.882Z | Downloaded fs-err v2.11.0 |
| 621 | 2026-03-13T20:22:47.895Z | Downloaded derive_builder_core v0.20.2 |
| 622 | 2026-03-13T20:22:47.896Z | Downloaded flagset v0.4.7 |
| 623 | 2026-03-13T20:22:47.906Z | Downloaded bb8 v0.8.6 |
| 624 | 2026-03-13T20:22:47.906Z | Downloaded base16ct v1.0.0 |
| 625 | 2026-03-13T20:22:47.906Z | Downloaded colored v3.1.1 |
| 626 | 2026-03-13T20:22:47.906Z | Downloaded ahash v0.8.12 |
| 627 | 2026-03-13T20:22:47.913Z | Downloaded float-ord v0.3.2 |
| 628 | 2026-03-13T20:22:47.913Z | Downloaded dtrace-parser v0.3.0 |
| 629 | 2026-03-13T20:22:47.913Z | Downloaded crc8 v0.1.1 |
| 630 | 2026-03-13T20:22:47.924Z | Downloaded ciborium-ll v0.2.2 |
| 631 | 2026-03-13T20:22:47.924Z | Downloaded foreign-types-macros v0.2.3 |
| 632 | 2026-03-13T20:22:47.924Z | Downloaded bitfield-struct v0.6.2 |
| 633 | 2026-03-13T20:22:47.942Z | Downloaded atty v0.2.14 |
| 634 | 2026-03-13T20:22:47.942Z | Downloaded foreign-types v0.3.2 |
| 635 | 2026-03-13T20:22:47.942Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 636 | 2026-03-13T20:22:47.976Z | Downloaded cstr-argument v0.1.2 |
| 637 | 2026-03-13T20:22:47.976Z | Downloaded endian-type v0.1.2 |
| 638 | 2026-03-13T20:22:47.976Z | Downloaded enum-as-inner v0.6.1 |
| 639 | 2026-03-13T20:22:47.977Z | Downloaded find-msvc-tools v0.1.9 |
| 640 | 2026-03-13T20:22:47.977Z | Downloaded ed25519 v2.2.3 |
| 641 | 2026-03-13T20:22:47.977Z | Downloaded difflib v0.4.0 |
| 642 | 2026-03-13T20:22:47.985Z | Downloaded funty v2.0.0 |
| 643 | 2026-03-13T20:22:47.985Z | Downloaded foreign-types v0.5.0 |
| 644 | 2026-03-13T20:22:47.985Z | Downloaded futures-macro v0.3.32 |
| 645 | 2026-03-13T20:22:47.985Z | Downloaded futures-sink v0.3.32 |
| 646 | 2026-03-13T20:22:47.986Z | Downloaded gethostname v0.5.0 |
| 647 | 2026-03-13T20:22:47.986Z | Downloaded fxhash v0.2.1 |
| 648 | 2026-03-13T20:22:47.986Z | Downloaded foreign-types-shared v0.1.1 |
| 649 | 2026-03-13T20:22:47.986Z | Downloaded cassowary v0.3.0 |
| 650 | 2026-03-13T20:22:47.986Z | Downloaded defmt-parser v1.0.0 |
| 651 | 2026-03-13T20:22:47.986Z | Downloaded display-error-chain v0.2.2 |
| 652 | 2026-03-13T20:22:47.986Z | Downloaded base64ct v1.8.3 |
| 653 | 2026-03-13T20:22:47.986Z | Downloaded git-stub v1.0.0 |
| 654 | 2026-03-13T20:22:47.999Z | Downloaded fixedbitset v0.4.2 |
| 655 | 2026-03-13T20:22:47.999Z | Downloaded globwalk v0.9.1 |
| 656 | 2026-03-13T20:22:47.999Z | Downloaded hash32 v0.3.1 |
| 657 | 2026-03-13T20:22:48.014Z | Downloaded hash32 v0.2.1 |
| 658 | 2026-03-13T20:22:48.015Z | Downloaded hex-literal v0.4.1 |
| 659 | 2026-03-13T20:22:48.015Z | Downloaded dropshot-api-manager-types v0.6.0 |
| 660 | 2026-03-13T20:22:48.016Z | Downloaded hex v0.4.3 |
| 661 | 2026-03-13T20:22:48.034Z | Downloaded daft v0.1.5 |
| 662 | 2026-03-13T20:22:48.038Z | Downloaded der v0.7.10 |
| 663 | 2026-03-13T20:22:48.062Z | Downloaded hostname v0.3.1 |
| 664 | 2026-03-13T20:22:48.063Z | Downloaded httpdate v1.0.3 |
| 665 | 2026-03-13T20:22:48.063Z | Downloaded daft-derive v0.1.5 |
| 666 | 2026-03-13T20:22:48.063Z | Downloaded futures-task v0.3.32 |
| 667 | 2026-03-13T20:22:48.088Z | Downloaded http-range v0.1.5 |
| 668 | 2026-03-13T20:22:48.088Z | Downloaded fs_extra v1.3.0 |
| 669 | 2026-03-13T20:22:48.088Z | Downloaded hubpack v0.1.2 |
| 670 | 2026-03-13T20:22:48.088Z | Downloaded hubpack_derive v0.1.1 |
| 671 | 2026-03-13T20:22:48.088Z | Downloaded filetime v0.2.27 |
| 672 | 2026-03-13T20:22:48.088Z | Downloaded cancel-safe-futures v0.1.5 |
| 673 | 2026-03-13T20:22:48.088Z | Downloaded ident_case v1.0.1 |
| 674 | 2026-03-13T20:22:48.088Z | Downloaded hyper-tls v0.6.0 |
| 675 | 2026-03-13T20:22:48.088Z | Downloaded indent_write v2.2.0 |
| 676 | 2026-03-13T20:22:48.098Z | Downloaded http-body v1.0.1 |
| 677 | 2026-03-13T20:22:48.098Z | Downloaded chacha20poly1305 v0.10.1 |
| 678 | 2026-03-13T20:22:48.098Z | Downloaded git-stub-vcs v0.1.0 |
| 679 | 2026-03-13T20:22:48.098Z | Downloaded kstat-rs v0.2.4 |
| 680 | 2026-03-13T20:22:48.098Z | Downloaded is-terminal v0.4.17 |
| 681 | 2026-03-13T20:22:48.099Z | Downloaded lazy_static v1.5.0 |
| 682 | 2026-03-13T20:22:48.099Z | Downloaded arc-swap v1.8.2 |
| 683 | 2026-03-13T20:22:48.099Z | Downloaded inout v0.1.4 |
| 684 | 2026-03-13T20:22:48.108Z | Downloaded crc32fast v1.5.0 |
| 685 | 2026-03-13T20:22:48.108Z | Downloaded is_ci v1.2.0 |
| 686 | 2026-03-13T20:22:48.108Z | Downloaded cookie v0.18.1 |
| 687 | 2026-03-13T20:22:48.108Z | Downloaded libscf-sys v1.1.0 |
| 688 | 2026-03-13T20:22:48.125Z | Downloaded const_format_proc_macros v0.2.34 |
| 689 | 2026-03-13T20:22:48.126Z | Downloaded lru-cache v0.1.2 |
| 690 | 2026-03-13T20:22:48.126Z | Downloaded lru-slab v0.1.2 |
| 691 | 2026-03-13T20:22:48.126Z | Downloaded humantime v2.3.0 |
| 692 | 2026-03-13T20:22:48.134Z | Downloaded http-body-util v0.1.3 |
| 693 | 2026-03-13T20:22:48.135Z | Downloaded highway v1.3.0 |
| 694 | 2026-03-13T20:22:48.135Z | Downloaded ff v0.13.1 |
| 695 | 2026-03-13T20:22:48.135Z | Downloaded linked-hash-map v0.5.6 |
| 696 | 2026-03-13T20:22:48.135Z | Downloaded mime v0.3.17 |
| 697 | 2026-03-13T20:22:48.135Z | Downloaded hostname v0.4.2 |
| 698 | 2026-03-13T20:22:48.163Z | Downloaded md5 v0.7.0 |
| 699 | 2026-03-13T20:22:48.163Z | Downloaded md-5 v0.10.6 |
| 700 | 2026-03-13T20:22:48.163Z | Downloaded elliptic-curve v0.13.8 |
| 701 | 2026-03-13T20:22:48.169Z | Downloaded darling v0.21.3 |
| 702 | 2026-03-13T20:22:48.169Z | Downloaded memoffset v0.9.1 |
| 703 | 2026-03-13T20:22:48.169Z | Downloaded ar_archive_writer v0.5.1 |
| 704 | 2026-03-13T20:22:48.169Z | Downloaded indoc v2.0.7 |
| 705 | 2026-03-13T20:22:48.170Z | Downloaded newline-converter v0.3.0 |
| 706 | 2026-03-13T20:22:48.170Z | Downloaded newtype-uuid-macros v0.1.0 |
| 707 | 2026-03-13T20:22:48.170Z | Downloaded nonempty v0.12.0 |
| 708 | 2026-03-13T20:22:48.170Z | Downloaded ed25519-dalek v2.2.0 |
| 709 | 2026-03-13T20:22:48.176Z | Downloaded normalize-line-endings v0.3.0 |
| 710 | 2026-03-13T20:22:48.176Z | Downloaded ingot v0.1.1 |
| 711 | 2026-03-13T20:22:48.176Z | Downloaded num v0.4.3 |
| 712 | 2026-03-13T20:22:48.182Z | Downloaded libloading v0.8.9 |
| 713 | 2026-03-13T20:22:48.183Z | Downloaded jobserver v0.1.34 |
| 714 | 2026-03-13T20:22:48.189Z | Downloaded crc-any v2.5.0 |
| 715 | 2026-03-13T20:22:48.189Z | Downloaded num-derive v0.3.3 |
| 716 | 2026-03-13T20:22:48.189Z | Downloaded num-conv v0.2.0 |
| 717 | 2026-03-13T20:22:48.196Z | Downloaded libefi-sys v0.1.0 |
| 718 | 2026-03-13T20:22:48.196Z | Downloaded opaque-debug v0.3.1 |
| 719 | 2026-03-13T20:22:48.196Z | Downloaded linear-map v1.2.0 |
| 720 | 2026-03-13T20:22:48.200Z | Downloaded nibble_vec v0.1.0 |
| 721 | 2026-03-13T20:22:48.200Z | Downloaded olpc-cjson v0.1.4 |
| 722 | 2026-03-13T20:22:48.209Z | Downloaded hmac v0.12.1 |
| 723 | 2026-03-13T20:22:48.209Z | Downloaded blake2 v0.10.6 |
| 724 | 2026-03-13T20:22:48.214Z | Downloaded libsw-core v0.3.2 |
| 725 | 2026-03-13T20:22:48.214Z | Downloaded httparse v1.10.1 |
| 726 | 2026-03-13T20:22:48.219Z | Downloaded openssl-probe v0.2.1 |
| 727 | 2026-03-13T20:22:48.220Z | Downloaded openssl-macros v0.1.1 |
| 728 | 2026-03-13T20:22:48.220Z | Downloaded num_threads v0.1.7 |
| 729 | 2026-03-13T20:22:48.220Z | Downloaded num_enum_derive v0.5.11 |
| 730 | 2026-03-13T20:22:48.223Z | Downloaded crossterm v0.28.1 |
| 731 | 2026-03-13T20:22:48.230Z | Downloaded iana-time-zone v0.1.65 |
| 732 | 2026-03-13T20:22:48.235Z | Downloaded mime_guess v2.0.5 |
| 733 | 2026-03-13T20:22:48.235Z | Downloaded nanorand v0.7.0 |
| 734 | 2026-03-13T20:22:48.243Z | Downloaded parse-display v0.10.0 |
| 735 | 2026-03-13T20:22:48.247Z | Downloaded packed_struct_codegen v0.10.1 |
| 736 | 2026-03-13T20:22:48.247Z | Downloaded pbkdf2 v0.11.0 |
| 737 | 2026-03-13T20:22:48.247Z | Downloaded peg-runtime v0.8.5 |
| 738 | 2026-03-13T20:22:48.251Z | Downloaded parse-size v1.1.0 |
| 739 | 2026-03-13T20:22:48.251Z | Downloaded hyper-rustls v0.27.7 |
| 740 | 2026-03-13T20:22:48.256Z | Downloaded half v2.7.1 |
| 741 | 2026-03-13T20:22:48.261Z | Downloaded multer v3.1.0 |
| 742 | 2026-03-13T20:22:48.261Z | Downloaded newtype-uuid v1.3.2 |
| 743 | 2026-03-13T20:22:48.265Z | Downloaded ipnet v2.11.0 |
| 744 | 2026-03-13T20:22:48.265Z | Downloaded num-derive v0.4.2 |
| 745 | 2026-03-13T20:22:48.270Z | Downloaded num_enum v0.7.5 |
| 746 | 2026-03-13T20:22:48.278Z | Downloaded phf_shared v0.11.3 |
| 747 | 2026-03-13T20:22:48.278Z | Downloaded phf_shared v0.13.1 |
| 748 | 2026-03-13T20:22:48.283Z | Downloaded phf_shared v0.12.1 |
| 749 | 2026-03-13T20:22:48.283Z | Downloaded pbkdf2 v0.12.2 |
| 750 | 2026-03-13T20:22:48.283Z | Downloaded nu-ansi-term v0.50.3 |
| 751 | 2026-03-13T20:22:48.283Z | Downloaded num_enum v0.5.11 |
| 752 | 2026-03-13T20:22:48.288Z | Downloaded diesel_derives v2.2.7 |
| 753 | 2026-03-13T20:22:48.291Z | Downloaded pin-utils v0.1.0 |
| 754 | 2026-03-13T20:22:48.295Z | Downloaded num-complex v0.4.6 |
| 755 | 2026-03-13T20:22:48.301Z | Downloaded num-integer v0.1.46 |
| 756 | 2026-03-13T20:22:48.301Z | Downloaded libsw v3.5.0 |
| 757 | 2026-03-13T20:22:48.301Z | Downloaded native-tls v0.2.18 |
| 758 | 2026-03-13T20:22:48.307Z | Downloaded powerfmt v0.2.0 |
| 759 | 2026-03-13T20:22:48.310Z | Downloaded num-rational v0.4.2 |
| 760 | 2026-03-13T20:22:48.311Z | Downloaded predicates-tree v1.0.13 |
| 761 | 2026-03-13T20:22:48.311Z | Downloaded precomputed-hash v0.1.1 |
| 762 | 2026-03-13T20:22:48.315Z | Downloaded num_enum_derive v0.7.5 |
| 763 | 2026-03-13T20:22:48.315Z | Downloaded predicates-core v1.0.10 |
| 764 | 2026-03-13T20:22:48.319Z | Downloaded lock_api v0.4.14 |
| 765 | 2026-03-13T20:22:48.319Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 766 | 2026-03-13T20:22:48.324Z | Downloaded proc-macro-crate v3.4.0 |
| 767 | 2026-03-13T20:22:48.325Z | Downloaded parse-display-derive v0.10.0 |
| 768 | 2026-03-13T20:22:48.329Z | Downloaded bytes v1.11.1 |
| 769 | 2026-03-13T20:22:48.344Z | Downloaded proc-macro-crate v1.3.1 |
| 770 | 2026-03-13T20:22:48.344Z | Downloaded progenitor-client v0.11.2 |
| 771 | 2026-03-13T20:22:48.344Z | Downloaded oxide-tokio-rt v0.1.3 |
| 772 | 2026-03-13T20:22:48.344Z | Downloaded packed_struct v0.10.1 |
| 773 | 2026-03-13T20:22:48.350Z | Downloaded progenitor-macro v0.10.0 |
| 774 | 2026-03-13T20:22:48.350Z | Downloaded progenitor-client v0.10.0 |
| 775 | 2026-03-13T20:22:48.350Z | Downloaded paste v1.0.15 |
| 776 | 2026-03-13T20:22:48.350Z | Downloaded password-hash v0.5.0 |
| 777 | 2026-03-13T20:22:48.350Z | Downloaded password-hash v0.4.2 |
| 778 | 2026-03-13T20:22:48.353Z | Downloaded oxnet v0.1.4 |
| 779 | 2026-03-13T20:22:48.353Z | Downloaded owo-colors v4.3.0 |
| 780 | 2026-03-13T20:22:48.356Z | Downloaded litrs v1.0.0 |
| 781 | 2026-03-13T20:22:48.359Z | Downloaded memmap2 v0.9.10 |
| 782 | 2026-03-13T20:22:48.362Z | Downloaded psl-types v2.0.11 |
| 783 | 2026-03-13T20:22:48.362Z | Downloaded quick-error v1.2.3 |
| 784 | 2026-03-13T20:22:48.365Z | Downloaded progenitor-macro v0.11.2 |
| 785 | 2026-03-13T20:22:48.365Z | Downloaded progenitor-macro v0.13.0 |
| 786 | 2026-03-13T20:22:48.371Z | Downloaded heapless v0.8.0 |
| 787 | 2026-03-13T20:22:48.376Z | Downloaded pin-project-lite v0.2.17 |
| 788 | 2026-03-13T20:22:48.379Z | Downloaded peg-macros v0.8.5 |
| 789 | 2026-03-13T20:22:48.379Z | Downloaded base64 v0.22.1 |
| 790 | 2026-03-13T20:22:48.387Z | Downloaded pkg-config v0.3.32 |
| 791 | 2026-03-13T20:22:48.391Z | Downloaded rand_chacha v0.3.1 |
| 792 | 2026-03-13T20:22:48.392Z | Downloaded pin-project-internal v1.1.11 |
| 793 | 2026-03-13T20:22:48.392Z | Downloaded phf v0.13.1 |
| 794 | 2026-03-13T20:22:48.397Z | Downloaded libbz2-rs-sys v0.2.2 |
| 795 | 2026-03-13T20:22:48.397Z | Downloaded polyval v0.6.2 |
| 796 | 2026-03-13T20:22:48.407Z | Downloaded radium v0.7.0 |
| 797 | 2026-03-13T20:22:48.407Z | Downloaded crossterm v0.29.0 |
| 798 | 2026-03-13T20:22:48.411Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 799 | 2026-03-13T20:22:48.412Z | Downloaded derive_more v2.1.1 |
| 800 | 2026-03-13T20:22:48.416Z | Downloaded recursive v0.1.1 |
| 801 | 2026-03-13T20:22:48.419Z | Downloaded primeorder v0.13.6 |
| 802 | 2026-03-13T20:22:48.419Z | Downloaded predicates v3.1.4 |
| 803 | 2026-03-13T20:22:48.422Z | Downloaded ref-cast v1.0.25 |
| 804 | 2026-03-13T20:22:48.425Z | Downloaded indexmap v1.9.3 |
| 805 | 2026-03-13T20:22:48.429Z | Downloaded ignore v0.4.25 |
| 806 | 2026-03-13T20:22:48.435Z | Downloaded progenitor-client v0.13.0 |
| 807 | 2026-03-13T20:22:48.438Z | Downloaded progenitor v0.10.0 |
| 808 | 2026-03-13T20:22:48.438Z | Downloaded progenitor-extras v0.1.1 |
| 809 | 2026-03-13T20:22:48.438Z | Downloaded rfc6979 v0.4.0 |
| 810 | 2026-03-13T20:22:48.441Z | Downloaded headers v0.4.1 |
| 811 | 2026-03-13T20:22:48.444Z | Downloaded parking_lot_core v0.9.12 |
| 812 | 2026-03-13T20:22:48.447Z | Downloaded indicatif v0.18.4 |
| 813 | 2026-03-13T20:22:48.451Z | Downloaded pem-rfc7468 v0.7.0 |
| 814 | 2026-03-13T20:22:48.454Z | Downloaded r2d2 v0.8.10 |
| 815 | 2026-03-13T20:22:48.458Z | Downloaded psm v0.1.30 |
| 816 | 2026-03-13T20:22:48.462Z | Downloaded russh-cryptovec v0.7.3 |
| 817 | 2026-03-13T20:22:48.462Z | Downloaded progenitor v0.13.0 |
| 818 | 2026-03-13T20:22:48.469Z | Downloaded rustc-hash v2.1.1 |
| 819 | 2026-03-13T20:22:48.469Z | Downloaded rtoolbox v0.0.3 |
| 820 | 2026-03-13T20:22:48.475Z | Downloaded rustc_version v0.4.1 |
| 821 | 2026-03-13T20:22:48.475Z | Downloaded flate2 v1.1.9 |
| 822 | 2026-03-13T20:22:48.478Z | Downloaded hickory-resolver v0.25.2 |
| 823 | 2026-03-13T20:22:48.478Z | Downloaded crypto-bigint v0.5.5 |
| 824 | 2026-03-13T20:22:48.484Z | Downloaded rand_seeder v0.4.0 |
| 825 | 2026-03-13T20:22:48.493Z | Downloaded rand_core v0.10.0 |
| 826 | 2026-03-13T20:22:48.493Z | Downloaded pkcs5 v0.7.1 |
| 827 | 2026-03-13T20:22:48.502Z | Downloaded same-file v1.0.6 |
| 828 | 2026-03-13T20:22:48.502Z | Downloaded p256 v0.13.2 |
| 829 | 2026-03-13T20:22:48.502Z | Downloaded postgres-types v0.2.12 |
| 830 | 2026-03-13T20:22:48.511Z | Downloaded crossbeam-channel v0.5.15 |
| 831 | 2026-03-13T20:22:48.511Z | Downloaded poly1305 v0.8.0 |
| 832 | 2026-03-13T20:22:48.512Z | Downloaded rand_core v0.9.5 |
| 833 | 2026-03-13T20:22:48.518Z | Downloaded rand_chacha v0.9.0 |
| 834 | 2026-03-13T20:22:48.518Z | Downloaded salsa20 v0.10.2 |
| 835 | 2026-03-13T20:22:48.518Z | Downloaded ref-cast-impl v1.0.25 |
| 836 | 2026-03-13T20:22:48.518Z | Downloaded pkcs8 v0.10.2 |
| 837 | 2026-03-13T20:22:48.518Z | Downloaded dropshot-api-manager v0.6.0 |
| 838 | 2026-03-13T20:22:48.579Z | Downloaded scrypt v0.11.0 |
| 839 | 2026-03-13T20:22:48.579Z | Downloaded scroll_derive v0.13.1 |
| 840 | 2026-03-13T20:22:48.579Z | Downloaded oso v0.27.3 |
| 841 | 2026-03-13T20:22:48.579Z | Downloaded semver v0.1.20 |
| 842 | 2026-03-13T20:22:48.579Z | Downloaded scheduled-thread-pool v0.2.7 |
| 843 | 2026-03-13T20:22:48.579Z | Downloaded jiff-static v0.2.21 |
| 844 | 2026-03-13T20:22:48.579Z | Downloaded scopeguard v1.2.0 |
| 845 | 2026-03-13T20:22:48.579Z | Downloaded resolv-conf v0.7.6 |
| 846 | 2026-03-13T20:22:48.579Z | Downloaded secrecy v0.8.0 |
| 847 | 2026-03-13T20:22:48.580Z | Downloaded secrecy v0.10.3 |
| 848 | 2026-03-13T20:22:48.580Z | Downloaded parking_lot v0.11.2 |
| 849 | 2026-03-13T20:22:48.580Z | Downloaded pin-project v1.1.11 |
| 850 | 2026-03-13T20:22:48.580Z | Downloaded serde_bytes v0.11.19 |
| 851 | 2026-03-13T20:22:48.580Z | Downloaded serde_repr v0.1.20 |
| 852 | 2026-03-13T20:22:48.580Z | Downloaded quinn-udp v0.5.14 |
| 853 | 2026-03-13T20:22:48.580Z | Downloaded serde_spanned v1.0.4 |
| 854 | 2026-03-13T20:22:48.581Z | Downloaded serde-big-array v0.5.1 |
| 855 | 2026-03-13T20:22:48.581Z | Downloaded shell-words v1.1.1 |
| 856 | 2026-03-13T20:22:48.581Z | Downloaded rustls-native-certs v0.8.3 |
| 857 | 2026-03-13T20:22:48.581Z | Downloaded bumpalo v3.20.2 |
| 858 | 2026-03-13T20:22:48.594Z | Downloaded hickory-resolver v0.24.4 |
| 859 | 2026-03-13T20:22:48.594Z | Downloaded sha1 v0.10.6 |
| 860 | 2026-03-13T20:22:48.594Z | Downloaded hashbrown v0.13.2 |
| 861 | 2026-03-13T20:22:48.594Z | Downloaded seq-macro v0.3.6 |
| 862 | 2026-03-13T20:22:48.594Z | Downloaded signal-hook-mio v0.2.5 |
| 863 | 2026-03-13T20:22:48.594Z | Downloaded serde_urlencoded v0.7.1 |
| 864 | 2026-03-13T20:22:48.594Z | Downloaded rustversion v1.0.22 |
| 865 | 2026-03-13T20:22:48.602Z | Downloaded sigpipe v0.1.3 |
| 866 | 2026-03-13T20:22:48.602Z | Downloaded signal-hook-tokio v0.3.1 |
| 867 | 2026-03-13T20:22:48.602Z | Downloaded signature v2.2.0 |
| 868 | 2026-03-13T20:22:48.602Z | Downloaded minimal-lexical v0.2.1 |
| 869 | 2026-03-13T20:22:48.602Z | Downloaded rusty-fork v0.3.1 |
| 870 | 2026-03-13T20:22:48.602Z | Downloaded prefix-trie v0.7.0 |
| 871 | 2026-03-13T20:22:48.608Z | Downloaded progenitor-impl v0.13.0 |
| 872 | 2026-03-13T20:22:48.608Z | Downloaded progenitor-impl v0.10.0 |
| 873 | 2026-03-13T20:22:48.608Z | Downloaded rustls-pemfile v2.2.0 |
| 874 | 2026-03-13T20:22:48.613Z | Downloaded rustls-pemfile v1.0.4 |
| 875 | 2026-03-13T20:22:48.613Z | Downloaded derive_more-impl v2.1.1 |
| 876 | 2026-03-13T20:22:48.617Z | Downloaded slog-envlogger v2.2.0 |
| 877 | 2026-03-13T20:22:48.617Z | Downloaded aes v0.8.4 |
| 878 | 2026-03-13T20:22:48.620Z | Downloaded slog-bunyan v2.5.0 |
| 879 | 2026-03-13T20:22:48.624Z | Downloaded papergrid v0.17.0 |
| 880 | 2026-03-13T20:22:48.627Z | Downloaded scroll v0.13.0 |
| 881 | 2026-03-13T20:22:48.627Z | Downloaded sapling-renderdag v0.1.0 |
| 882 | 2026-03-13T20:22:48.630Z | Downloaded siphasher v1.0.2 |
| 883 | 2026-03-13T20:22:48.634Z | Downloaded sec1 v0.7.3 |
| 884 | 2026-03-13T20:22:48.634Z | Downloaded sct v0.7.1 |
| 885 | 2026-03-13T20:22:48.638Z | Downloaded miniz_oxide v0.8.9 |
| 886 | 2026-03-13T20:22:48.642Z | Downloaded schemars_derive v0.8.22 |
| 887 | 2026-03-13T20:22:48.642Z | Downloaded aho-corasick v1.1.4 |
| 888 | 2026-03-13T20:22:48.645Z | Downloaded serde_path_to_error v0.1.20 |
| 889 | 2026-03-13T20:22:48.649Z | Downloaded parking_lot v0.12.5 |
| 890 | 2026-03-13T20:22:48.652Z | Downloaded pkcs1 v0.7.5 |
| 891 | 2026-03-13T20:22:48.652Z | Downloaded serde_derive_internals v0.29.1 |
| 892 | 2026-03-13T20:22:48.655Z | Downloaded serde_plain v1.0.2 |
| 893 | 2026-03-13T20:22:48.658Z | Downloaded ssh-cipher v0.2.0 |
| 894 | 2026-03-13T20:22:48.658Z | Downloaded serde-hex v0.1.0 |
| 895 | 2026-03-13T20:22:48.661Z | Downloaded ssh-encoding v0.2.0 |
| 896 | 2026-03-13T20:22:48.661Z | Downloaded rand_core v0.6.4 |
| 897 | 2026-03-13T20:22:48.664Z | Downloaded postcard v1.1.3 |
| 898 | 2026-03-13T20:22:48.668Z | Downloaded http v1.4.0 |
| 899 | 2026-03-13T20:22:48.671Z | Downloaded hickory-server v0.25.2 |
| 900 | 2026-03-13T20:22:48.674Z | Downloaded rcgen v0.12.1 |
| 901 | 2026-03-13T20:22:48.677Z | Downloaded shlex v1.3.0 |
| 902 | 2026-03-13T20:22:48.677Z | Downloaded strum v0.27.2 |
| 903 | 2026-03-13T20:22:48.681Z | Downloaded rustc_version v0.1.7 |
| 904 | 2026-03-13T20:22:48.681Z | Downloaded structmeta v0.3.0 |
| 905 | 2026-03-13T20:22:48.681Z | Downloaded strum v0.26.3 |
| 906 | 2026-03-13T20:22:48.684Z | Downloaded structmeta-derive v0.3.0 |
| 907 | 2026-03-13T20:22:48.684Z | Downloaded signal-hook-registry v1.4.8 |
| 908 | 2026-03-13T20:22:48.686Z | Downloaded simd-adler32 v0.3.8 |
| 909 | 2026-03-13T20:22:48.687Z | Downloaded openssl-sys v0.9.111 |
| 910 | 2026-03-13T20:22:48.691Z | Downloaded progenitor-impl v0.11.2 |
| 911 | 2026-03-13T20:22:48.698Z | Downloaded prettyplease v0.2.37 |
| 912 | 2026-03-13T20:22:48.703Z | Downloaded pretty_assertions v1.4.1 |
| 913 | 2026-03-13T20:22:48.703Z | Downloaded strip-ansi-escapes v0.2.1 |
| 914 | 2026-03-13T20:22:48.703Z | Downloaded take_mut v0.2.2 |
| 915 | 2026-03-13T20:22:48.703Z | Downloaded sync_wrapper v1.0.2 |
| 916 | 2026-03-13T20:22:48.709Z | Downloaded slab v0.4.12 |
| 917 | 2026-03-13T20:22:48.710Z | Downloaded supports-color v3.0.2 |
| 918 | 2026-03-13T20:22:48.710Z | Downloaded sync-ptr v0.1.4 |
| 919 | 2026-03-13T20:22:48.710Z | Downloaded subtle v2.6.1 |
| 920 | 2026-03-13T20:22:48.718Z | Downloaded tap v1.0.1 |
| 921 | 2026-03-13T20:22:48.718Z | Downloaded slog-dtrace v0.3.0 |
| 922 | 2026-03-13T20:22:48.718Z | Downloaded tabwriter v1.4.1 |
| 923 | 2026-03-13T20:22:48.719Z | Downloaded slog-stdlog v4.1.1 |
| 924 | 2026-03-13T20:22:48.723Z | Downloaded slog-json v2.6.1 |
| 925 | 2026-03-13T20:22:48.724Z | Downloaded slog-async v2.8.0 |
| 926 | 2026-03-13T20:22:48.724Z | Downloaded hyper-util v0.1.20 |
| 927 | 2026-03-13T20:22:48.731Z | Downloaded itertools v0.10.5 |
| 928 | 2026-03-13T20:22:48.737Z | Downloaded sqlparser_derive v0.5.0 |
| 929 | 2026-03-13T20:22:48.737Z | Downloaded testing_table v0.3.0 |
| 930 | 2026-03-13T20:22:48.737Z | Downloaded hashbrown v0.12.3 |
| 931 | 2026-03-13T20:22:48.737Z | Downloaded sqlformat v0.3.5 |
| 932 | 2026-03-13T20:22:48.744Z | Downloaded smf v0.2.3 |
| 933 | 2026-03-13T20:22:48.744Z | Downloaded thread-id v5.1.0 |
| 934 | 2026-03-13T20:22:48.744Z | Downloaded smallvec v0.6.14 |
| 935 | 2026-03-13T20:22:48.744Z | Downloaded slog-term v2.9.2 |
| 936 | 2026-03-13T20:22:48.752Z | Downloaded serde_cbor v0.11.2 |
| 937 | 2026-03-13T20:22:48.752Z | Downloaded russh-keys v0.45.0 |
| 938 | 2026-03-13T20:22:48.752Z | Downloaded spki v0.7.3 |
| 939 | 2026-03-13T20:22:48.756Z | Downloaded termtree v0.5.1 |
| 940 | 2026-03-13T20:22:48.756Z | Downloaded ron v0.8.1 |
| 941 | 2026-03-13T20:22:48.756Z | Downloaded curve25519-dalek v4.1.3 |
| 942 | 2026-03-13T20:22:48.762Z | Downloaded time-core v0.1.8 |
| 943 | 2026-03-13T20:22:48.773Z | Downloaded snafu-derive v0.8.9 |
| 944 | 2026-03-13T20:22:48.773Z | Downloaded rayon-core v1.13.0 |
| 945 | 2026-03-13T20:22:48.777Z | Downloaded tinyvec_macros v0.1.1 |
| 946 | 2026-03-13T20:22:48.777Z | Downloaded stacker v0.1.23 |
| 947 | 2026-03-13T20:22:48.778Z | Downloaded serde_with_macros v3.17.0 |
| 948 | 2026-03-13T20:22:48.778Z | Downloaded slog-scope v4.4.1 |
| 949 | 2026-03-13T20:22:48.778Z | Downloaded aes-gcm v0.10.3 |
| 950 | 2026-03-13T20:22:48.781Z | Downloaded stringprep v0.1.5 |
| 951 | 2026-03-13T20:22:48.781Z | Downloaded string_cache v0.8.9 |
| 952 | 2026-03-13T20:22:48.784Z | Downloaded tagptr v0.2.0 |
| 953 | 2026-03-13T20:22:48.784Z | Downloaded rustls-pki-types v1.14.0 |
| 954 | 2026-03-13T20:22:48.787Z | Downloaded tabled_derive v0.11.0 |
| 955 | 2026-03-13T20:22:48.787Z | Downloaded strum_macros v0.27.2 |
| 956 | 2026-03-13T20:22:48.794Z | Downloaded schemars v0.8.22 |
| 957 | 2026-03-13T20:22:48.798Z | Downloaded support-bundle-viewer v0.1.2 |
| 958 | 2026-03-13T20:22:48.802Z | Downloaded strum_macros v0.26.4 |
| 959 | 2026-03-13T20:22:48.802Z | Downloaded strum_macros v0.24.3 |
| 960 | 2026-03-13T20:22:48.810Z | Downloaded ryu v1.0.23 |
| 961 | 2026-03-13T20:22:48.815Z | Downloaded nom v7.1.3 |
| 962 | 2026-03-13T20:22:48.816Z | Downloaded publicsuffix v2.3.0 |
| 963 | 2026-03-13T20:22:48.816Z | Downloaded hashbrown v0.15.5 |
| 964 | 2026-03-13T20:22:48.819Z | Downloaded num-bigint v0.4.6 |
| 965 | 2026-03-13T20:22:48.822Z | Downloaded thread_local v1.1.9 |
| 966 | 2026-03-13T20:22:48.822Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 967 | 2026-03-13T20:22:48.826Z | Downloaded spin v0.9.8 |
| 968 | 2026-03-13T20:22:48.826Z | Downloaded rustls-platform-verifier v0.6.2 |
| 969 | 2026-03-13T20:22:48.829Z | Downloaded tower-layer v0.3.3 |
| 970 | 2026-03-13T20:22:48.832Z | Downloaded rand v0.8.5 |
| 971 | 2026-03-13T20:22:48.836Z | Downloaded quinn v0.11.9 |
| 972 | 2026-03-13T20:22:48.842Z | Downloaded mio v1.1.1 |
| 973 | 2026-03-13T20:22:48.847Z | Downloaded try-lock v0.2.5 |
| 974 | 2026-03-13T20:22:48.847Z | Downloaded trait-variant v0.1.2 |
| 975 | 2026-03-13T20:22:48.847Z | Downloaded omicron-zone-package v0.12.2 |
| 976 | 2026-03-13T20:22:48.847Z | Downloaded tower-service v0.3.3 |
| 977 | 2026-03-13T20:22:48.852Z | Downloaded topological-sort v0.2.2 |
| 978 | 2026-03-13T20:22:48.852Z | Downloaded time-macros v0.2.27 |
| 979 | 2026-03-13T20:22:48.852Z | Downloaded tokio-macros v2.6.0 |
| 980 | 2026-03-13T20:22:48.852Z | Downloaded thiserror-no-std v2.0.2 |
| 981 | 2026-03-13T20:22:49.858Z | Downloaded typify-macro v0.4.3 |
| 982 | 2026-03-13T20:22:49.858Z | Downloaded static_assertions v1.1.0 |
| 983 | 2026-03-13T20:22:49.862Z | Downloaded expectorate v1.2.0 |
| 984 | 2026-03-13T20:22:49.862Z | Downloaded progenitor v0.11.2 |
| 985 | 2026-03-13T20:22:49.862Z | Downloaded proc-macro-error2 v2.0.1 |
| 986 | 2026-03-13T20:22:49.863Z | Downloaded unicode-truncate v1.1.0 |
| 987 | 2026-03-13T20:22:49.863Z | Downloaded serde_yaml v0.9.34+deprecated |
| 988 | 2026-03-13T20:22:49.863Z | Downloaded unarray v0.1.4 |
| 989 | 2026-03-13T20:22:49.863Z | Downloaded signal-hook v0.3.18 |
| 990 | 2026-03-13T20:22:49.863Z | Downloaded usdt-attr-macro v0.6.0 |
| 991 | 2026-03-13T20:22:49.863Z | Downloaded tokio-native-tls v0.3.1 |
| 992 | 2026-03-13T20:22:49.863Z | Downloaded tokio-dtrace v0.1.1 |
| 993 | 2026-03-13T20:22:49.863Z | Downloaded libxml v0.3.3 |
| 994 | 2026-03-13T20:22:49.863Z | Downloaded typify-macro v0.6.1 |
| 995 | 2026-03-13T20:22:49.863Z | Downloaded tls_codec_derive v0.4.2 |
| 996 | 2026-03-13T20:22:49.863Z | Downloaded tls_codec v0.4.2 |
| 997 | 2026-03-13T20:22:49.863Z | Downloaded parking_lot_core v0.8.6 |
| 998 | 2026-03-13T20:22:49.863Z | Downloaded rand_xorshift v0.4.0 |
| 999 | 2026-03-13T20:22:49.863Z | Downloaded ppv-lite86 v0.2.21 |
| 1000 | 2026-03-13T20:22:49.863Z | Downloaded postgres-protocol v0.6.10 |
| 1001 | 2026-03-13T20:22:49.864Z | Downloaded untrusted v0.7.1 |
| 1002 | 2026-03-13T20:22:49.864Z | Downloaded usdt v0.6.0 |
| 1003 | 2026-03-13T20:22:49.864Z | Downloaded tokio-rustls v0.25.0 |
| 1004 | 2026-03-13T20:22:49.864Z | Downloaded untrusted v0.9.0 |
| 1005 | 2026-03-13T20:22:49.864Z | Downloaded universal-hash v0.5.1 |
| 1006 | 2026-03-13T20:22:49.864Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1007 | 2026-03-13T20:22:49.864Z | Downloaded tokio-tungstenite v0.21.0 |
| 1008 | 2026-03-13T20:22:49.864Z | Downloaded utf-8 v0.7.6 |
| 1009 | 2026-03-13T20:22:49.864Z | Downloaded usdt-macro v0.6.0 |
| 1010 | 2026-03-13T20:22:49.864Z | Downloaded slog v2.8.2 |
| 1011 | 2026-03-13T20:22:49.864Z | Downloaded const_format v0.2.35 |
| 1012 | 2026-03-13T20:22:49.864Z | Downloaded darling_core v0.23.0 |
| 1013 | 2026-03-13T20:22:49.864Z | Downloaded tokio-tungstenite v0.23.1 |
| 1014 | 2026-03-13T20:22:49.864Z | Downloaded qorb v0.4.1 |
| 1015 | 2026-03-13T20:22:49.864Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1016 | 2026-03-13T20:22:49.864Z | Downloaded termios v0.3.3 |
| 1017 | 2026-03-13T20:22:49.865Z | Downloaded term v1.2.1 |
| 1018 | 2026-03-13T20:22:49.865Z | Downloaded iri-string v0.7.10 |
| 1019 | 2026-03-13T20:22:49.865Z | Downloaded num-bigint-dig v0.8.6 |
| 1020 | 2026-03-13T20:22:49.865Z | Downloaded socket2 v0.6.2 |
| 1021 | 2026-03-13T20:22:49.865Z | Downloaded socket2 v0.5.10 |
| 1022 | 2026-03-13T20:22:49.865Z | Downloaded rand v0.9.2 |
| 1023 | 2026-03-13T20:22:49.865Z | Downloaded want v0.3.1 |
| 1024 | 2026-03-13T20:22:49.865Z | Downloaded waitgroup v0.1.2 |
| 1025 | 2026-03-13T20:22:49.865Z | Downloaded wait-timeout v0.2.1 |
| 1026 | 2026-03-13T20:22:49.865Z | Downloaded void v1.0.2 |
| 1027 | 2026-03-13T20:22:49.865Z | Downloaded itertools v0.13.0 |
| 1028 | 2026-03-13T20:22:49.865Z | Downloaded base64 v0.21.7 |
| 1029 | 2026-03-13T20:22:49.865Z | Downloaded heapless v0.7.17 |
| 1030 | 2026-03-13T20:22:49.865Z | Downloaded phf v0.12.1 |
| 1031 | 2026-03-13T20:22:49.865Z | Downloaded pem v3.0.6 |
| 1032 | 2026-03-13T20:22:49.865Z | Downloaded peg v0.8.5 |
| 1033 | 2026-03-13T20:22:49.865Z | Downloaded tiny-keccak v2.0.2 |
| 1034 | 2026-03-13T20:22:49.865Z | Downloaded path-slash v0.1.5 |
| 1035 | 2026-03-13T20:22:49.865Z | Downloaded oso-derive v0.27.3 |
| 1036 | 2026-03-13T20:22:49.865Z | Downloaded ingot-macros v0.1.1 |
| 1037 | 2026-03-13T20:22:49.865Z | Downloaded xattr v1.6.1 |
| 1038 | 2026-03-13T20:22:49.865Z | Downloaded xshell-macros v0.2.7 |
| 1039 | 2026-03-13T20:22:49.865Z | Downloaded unit-prefix v0.5.2 |
| 1040 | 2026-03-13T20:22:49.865Z | Downloaded getrandom v0.3.4 |
| 1041 | 2026-03-13T20:22:49.865Z | Downloaded clang-sys v1.8.1 |
| 1042 | 2026-03-13T20:22:49.865Z | Downloaded usdt-impl v0.6.0 |
| 1043 | 2026-03-13T20:22:49.865Z | Downloaded openssl-probe v0.1.6 |
| 1044 | 2026-03-13T20:22:49.865Z | Downloaded num-iter v0.1.45 |
| 1045 | 2026-03-13T20:22:49.865Z | Downloaded similar v2.7.0 |
| 1046 | 2026-03-13T20:22:49.865Z | Downloaded tokio-rustls v0.26.4 |
| 1047 | 2026-03-13T20:22:49.865Z | Downloaded tokio-stream v0.1.18 |
| 1048 | 2026-03-13T20:22:49.865Z | Downloaded tar v0.4.44 |
| 1049 | 2026-03-13T20:22:49.865Z | Downloaded zeroize_derive v1.4.3 |
| 1050 | 2026-03-13T20:22:49.865Z | Downloaded subprocess v0.2.15 |
| 1051 | 2026-03-13T20:22:49.865Z | Downloaded schemars v0.9.0 |
| 1052 | 2026-03-13T20:22:49.866Z | Downloaded test-strategy v0.4.5 |
| 1053 | 2026-03-13T20:22:49.866Z | Downloaded uzers v0.12.2 |
| 1054 | 2026-03-13T20:22:49.866Z | Downloaded itertools v0.14.0 |
| 1055 | 2026-03-13T20:22:49.866Z | Downloaded term v0.7.0 |
| 1056 | 2026-03-13T20:22:49.866Z | Downloaded zone v0.3.1 |
| 1057 | 2026-03-13T20:22:49.866Z | Downloaded snafu v0.8.9 |
| 1058 | 2026-03-13T20:22:49.866Z | Downloaded vergen-git2 v1.0.7 |
| 1059 | 2026-03-13T20:22:49.866Z | Downloaded zone_cfg_derive v0.3.1 |
| 1060 | 2026-03-13T20:22:49.866Z | Downloaded schemars v1.2.1 |
| 1061 | 2026-03-13T20:22:49.866Z | Downloaded vergen-lib v0.1.6 |
| 1062 | 2026-03-13T20:22:49.866Z | Downloaded tracing-attributes v0.1.31 |
| 1063 | 2026-03-13T20:22:49.866Z | Downloaded rsa v0.9.10 |
| 1064 | 2026-03-13T20:22:49.866Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1065 | 2026-03-13T20:22:49.866Z | Downloaded whoami v1.6.1 |
| 1066 | 2026-03-13T20:22:49.866Z | Downloaded twox-hash v2.1.2 |
| 1067 | 2026-03-13T20:22:49.866Z | Downloaded walkdir v2.5.0 |
| 1068 | 2026-03-13T20:22:49.866Z | Downloaded rustls-webpki v0.103.9 |
| 1069 | 2026-03-13T20:22:49.866Z | Downloaded rand v0.10.0 |
| 1070 | 2026-03-13T20:22:49.866Z | Downloaded whoami v2.1.0 |
| 1071 | 2026-03-13T20:22:49.866Z | Downloaded tinyvec v1.10.0 |
| 1072 | 2026-03-13T20:22:49.866Z | Downloaded wyz v0.5.1 |
| 1073 | 2026-03-13T20:22:49.866Z | Downloaded unicase v2.9.0 |
| 1074 | 2026-03-13T20:22:49.866Z | Downloaded tui-tree-widget v0.23.1 |
| 1075 | 2026-03-13T20:22:49.866Z | Downloaded hyper v1.8.1 |
| 1076 | 2026-03-13T20:22:49.866Z | Downloaded hkdf v0.12.4 |
| 1077 | 2026-03-13T20:22:49.866Z | Downloaded iddqd v0.3.17 |
| 1078 | 2026-03-13T20:22:49.866Z | Downloaded zeroize v1.8.2 |
| 1079 | 2026-03-13T20:22:49.866Z | Downloaded xshell v0.2.7 |
| 1080 | 2026-03-13T20:22:49.866Z | Downloaded unicode-properties v0.1.4 |
| 1081 | 2026-03-13T20:22:49.866Z | Downloaded itertools v0.12.1 |
| 1082 | 2026-03-13T20:22:49.866Z | Downloaded futures-util v0.3.32 |
| 1083 | 2026-03-13T20:22:49.871Z | Downloaded tokio-rustls v0.24.1 |
| 1084 | 2026-03-13T20:22:49.871Z | Downloaded vergen-gitcl v1.0.8 |
| 1085 | 2026-03-13T20:22:49.871Z | Downloaded samael v0.0.19 |
| 1086 | 2026-03-13T20:22:49.871Z | Downloaded zstd v0.13.3 |
| 1087 | 2026-03-13T20:22:49.871Z | Downloaded xz2 v0.1.7 |
| 1088 | 2026-03-13T20:22:49.871Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1089 | 2026-03-13T20:22:49.871Z | Downloaded toml v0.7.8 |
| 1090 | 2026-03-13T20:22:49.871Z | Downloaded p521 v0.13.3 |
| 1091 | 2026-03-13T20:22:49.871Z | Downloaded blake3 v1.8.3 |
| 1092 | 2026-03-13T20:22:49.871Z | Downloaded vsss-rs v3.3.4 |
| 1093 | 2026-03-13T20:22:49.871Z | Downloaded typify v0.6.1 |
| 1094 | 2026-03-13T20:22:49.871Z | Downloaded tracing-core v0.1.36 |
| 1095 | 2026-03-13T20:22:49.871Z | Downloaded russh v0.45.0 |
| 1096 | 2026-03-13T20:22:49.871Z | Downloaded h2 v0.4.13 |
| 1097 | 2026-03-13T20:22:49.871Z | Downloaded bitvec v1.0.1 |
| 1098 | 2026-03-13T20:22:49.871Z | Downloaded uuid v1.21.0 |
| 1099 | 2026-03-13T20:22:49.871Z | Downloaded tungstenite v0.21.0 |
| 1100 | 2026-03-13T20:22:49.871Z | Downloaded unsafe-libyaml v0.2.11 |
| 1101 | 2026-03-13T20:22:49.871Z | Downloaded unicode-bidi v0.3.18 |
| 1102 | 2026-03-13T20:22:49.871Z | Downloaded libm v0.2.16 |
| 1103 | 2026-03-13T20:22:49.871Z | Downloaded rpassword v7.4.0 |
| 1104 | 2026-03-13T20:22:49.871Z | Downloaded typify v0.4.3 |
| 1105 | 2026-03-13T20:22:49.871Z | Downloaded zstd-safe v7.2.4 |
| 1106 | 2026-03-13T20:22:49.871Z | Downloaded vergen v9.0.6 |
| 1107 | 2026-03-13T20:22:49.871Z | Downloaded ron v0.12.0 |
| 1108 | 2026-03-13T20:22:49.871Z | Downloaded managed v0.8.0 |
| 1109 | 2026-03-13T20:22:49.871Z | Downloaded dropshot_endpoint v0.16.7 |
| 1110 | 2026-03-13T20:22:49.872Z | Downloaded crossbeam-utils v0.8.21 |
| 1111 | 2026-03-13T20:22:49.872Z | Downloaded futures v0.3.32 |
| 1112 | 2026-03-13T20:22:49.872Z | Downloaded ipnetwork v0.21.1 |
| 1113 | 2026-03-13T20:22:49.872Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1114 | 2026-03-13T20:22:49.872Z | Downloaded rustyline v14.0.0 |
| 1115 | 2026-03-13T20:22:49.872Z | Downloaded hickory-client v0.25.2 |
| 1116 | 2026-03-13T20:22:49.872Z | Downloaded yasna v0.5.2 |
| 1117 | 2026-03-13T20:22:49.873Z | Downloaded hyper-staticfile v0.10.1 |
| 1118 | 2026-03-13T20:22:49.873Z | Downloaded newtype_derive v0.1.6 |
| 1119 | 2026-03-13T20:22:49.873Z | Downloaded ingot-types v0.1.2 |
| 1120 | 2026-03-13T20:22:49.873Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1121 | 2026-03-13T20:22:49.873Z | Downloaded zerocopy v0.6.6 |
| 1122 | 2026-03-13T20:22:49.873Z | Downloaded vte v0.14.1 |
| 1123 | 2026-03-13T20:22:49.873Z | Downloaded half v1.8.3 |
| 1124 | 2026-03-13T20:22:49.873Z | Downloaded nodrop v0.1.14 |
| 1125 | 2026-03-13T20:22:49.873Z | Downloaded multimap v0.10.1 |
| 1126 | 2026-03-13T20:22:49.873Z | Downloaded zopfli v0.8.3 |
| 1127 | 2026-03-13T20:22:49.874Z | Downloaded new_debug_unreachable v1.0.6 |
| 1128 | 2026-03-13T20:22:49.874Z | Downloaded cc v1.2.56 |
| 1129 | 2026-03-13T20:22:49.874Z | Downloaded maybe-uninit v2.0.0 |
| 1130 | 2026-03-13T20:22:49.874Z | Downloaded match_cfg v0.1.0 |
| 1131 | 2026-03-13T20:22:49.874Z | Downloaded lzss v0.8.2 |
| 1132 | 2026-03-13T20:22:49.874Z | Downloaded darling_core v0.21.3 |
| 1133 | 2026-03-13T20:22:49.874Z | Downloaded maplit v1.0.2 |
| 1134 | 2026-03-13T20:22:49.874Z | Downloaded getrandom v0.2.17 |
| 1135 | 2026-03-13T20:22:49.874Z | Downloaded derive_more v0.99.20 |
| 1136 | 2026-03-13T20:22:49.874Z | Downloaded des v0.8.1 |
| 1137 | 2026-03-13T20:22:49.874Z | Downloaded darling v0.23.0 |
| 1138 | 2026-03-13T20:22:49.874Z | Downloaded tungstenite v0.23.0 |
| 1139 | 2026-03-13T20:22:49.874Z | Downloaded ssh-key v0.6.7 |
| 1140 | 2026-03-13T20:22:49.874Z | Downloaded tokio-postgres v0.7.16 |
| 1141 | 2026-03-13T20:22:49.874Z | Downloaded steno v0.4.1 |
| 1142 | 2026-03-13T20:22:49.874Z | Downloaded regex v1.12.3 |
| 1143 | 2026-03-13T20:22:49.874Z | Downloaded reqwest v0.12.28 |
| 1144 | 2026-03-13T20:22:49.874Z | Downloaded zip v0.6.6 |
| 1145 | 2026-03-13T20:22:49.874Z | Downloaded toml_edit v0.19.15 |
| 1146 | 2026-03-13T20:22:49.874Z | Downloaded reqwest v0.13.2 |
| 1147 | 2026-03-13T20:22:49.874Z | Downloaded aws-lc-rs v1.16.0 |
| 1148 | 2026-03-13T20:22:49.874Z | Downloaded rayon v1.11.0 |
| 1149 | 2026-03-13T20:22:49.874Z | Downloaded git2 v0.20.4 |
| 1150 | 2026-03-13T20:22:49.874Z | Downloaded bindgen v0.71.1 |
| 1151 | 2026-03-13T20:22:49.874Z | Downloaded tower v0.5.3 |
| 1152 | 2026-03-13T20:22:49.874Z | Downloaded quick-xml v0.37.5 |
| 1153 | 2026-03-13T20:22:49.874Z | Downloaded reedline v0.40.0 |
| 1154 | 2026-03-13T20:22:49.874Z | Downloaded yansi v1.0.1 |
| 1155 | 2026-03-13T20:22:49.874Z | Downloaded unicode_categories v0.1.1 |
| 1156 | 2026-03-13T20:22:49.875Z | Downloaded x509-cert v0.2.5 |
| 1157 | 2026-03-13T20:22:49.875Z | Downloaded salty v0.3.0 |
| 1158 | 2026-03-13T20:22:49.875Z | Downloaded p384 v0.13.1 |
| 1159 | 2026-03-13T20:22:49.875Z | Downloaded futures-channel v0.3.32 |
| 1160 | 2026-03-13T20:22:49.875Z | Downloaded group v0.13.0 |
| 1161 | 2026-03-13T20:22:49.875Z | Downloaded lru v0.12.5 |
| 1162 | 2026-03-13T20:22:49.875Z | Downloaded defmt v1.0.1 |
| 1163 | 2026-03-13T20:22:49.875Z | Downloaded keccak v0.1.6 |
| 1164 | 2026-03-13T20:22:49.875Z | Downloaded typed-path v0.9.3 |
| 1165 | 2026-03-13T20:22:49.875Z | Downloaded console v0.15.11 |
| 1166 | 2026-03-13T20:22:49.875Z | Downloaded portable-atomic v1.13.1 |
| 1167 | 2026-03-13T20:22:49.875Z | Downloaded bcs v0.1.6 |
| 1168 | 2026-03-13T20:22:49.875Z | Downloaded cookie_store v0.22.1 |
| 1169 | 2026-03-13T20:22:49.875Z | Downloaded console v0.16.2 |
| 1170 | 2026-03-13T20:22:49.875Z | Downloaded colored v2.2.0 |
| 1171 | 2026-03-13T20:22:49.875Z | Downloaded glob v0.3.3 |
| 1172 | 2026-03-13T20:22:49.875Z | Downloaded lalrpop-util v0.19.12 |
| 1173 | 2026-03-13T20:22:49.875Z | Downloaded instant v0.1.13 |
| 1174 | 2026-03-13T20:22:49.875Z | Downloaded globset v0.4.18 |
| 1175 | 2026-03-13T20:22:49.875Z | Downloaded instability v0.3.11 |
| 1176 | 2026-03-13T20:22:49.875Z | Downloaded internet-checksum v0.2.1 |
| 1177 | 2026-03-13T20:22:49.875Z | Downloaded indoc v1.0.9 |
| 1178 | 2026-03-13T20:22:49.875Z | Downloaded fatfs v0.3.6 |
| 1179 | 2026-03-13T20:22:49.875Z | Downloaded const-oid v0.9.6 |
| 1180 | 2026-03-13T20:22:49.875Z | Downloaded cargo_toml v0.22.3 |
| 1181 | 2026-03-13T20:22:49.875Z | Downloaded backon v1.6.0 |
| 1182 | 2026-03-13T20:22:49.875Z | Downloaded tough v0.20.0 |
| 1183 | 2026-03-13T20:22:49.879Z | Downloaded async-bb8-diesel v0.2.1 |
| 1184 | 2026-03-13T20:22:49.879Z | Downloaded ecdsa v0.16.9 |
| 1185 | 2026-03-13T20:22:49.879Z | Downloaded diff v0.1.13 |
| 1186 | 2026-03-13T20:22:49.879Z | Downloaded env_logger v0.11.9 |
| 1187 | 2026-03-13T20:22:49.879Z | Downloaded drift v0.1.3 |
| 1188 | 2026-03-13T20:22:49.879Z | Downloaded unicode-normalization v0.1.25 |
| 1189 | 2026-03-13T20:22:49.879Z | Downloaded derive-ex v0.1.8 |
| 1190 | 2026-03-13T20:22:49.879Z | Downloaded der_derive v0.7.3 |
| 1191 | 2026-03-13T20:22:49.879Z | Downloaded futures-executor v0.3.32 |
| 1192 | 2026-03-13T20:22:49.879Z | Downloaded foldhash v0.1.5 |
| 1193 | 2026-03-13T20:22:49.879Z | Downloaded fixedbitset v0.5.7 |
| 1194 | 2026-03-13T20:22:49.879Z | Downloaded erased-serde v0.3.31 |
| 1195 | 2026-03-13T20:22:49.879Z | Downloaded serde_with v3.17.0 |
| 1196 | 2026-03-13T20:22:49.879Z | Downloaded convert_case v0.10.0 |
| 1197 | 2026-03-13T20:22:49.880Z | Downloaded constant_time_eq v0.4.2 |
| 1198 | 2026-03-13T20:22:49.880Z | Downloaded cmake v0.1.57 |
| 1199 | 2026-03-13T20:22:49.880Z | Downloaded bitfield v0.19.4 |
| 1200 | 2026-03-13T20:22:49.880Z | Downloaded home v0.5.12 |
| 1201 | 2026-03-13T20:22:49.880Z | Downloaded headers-core v0.3.0 |
| 1202 | 2026-03-13T20:22:49.880Z | Downloaded fallible-iterator v0.2.0 |
| 1203 | 2026-03-13T20:22:49.880Z | Downloaded defmt v0.3.100 |
| 1204 | 2026-03-13T20:22:49.880Z | Downloaded corncobs v0.1.4 |
| 1205 | 2026-03-13T20:22:49.880Z | Downloaded lalrpop v0.19.12 |
| 1206 | 2026-03-13T20:22:49.880Z | Downloaded cargo_metadata v0.19.2 |
| 1207 | 2026-03-13T20:22:49.880Z | Downloaded bit-vec v0.8.0 |
| 1208 | 2026-03-13T20:22:49.880Z | Downloaded argon2 v0.5.3 |
| 1209 | 2026-03-13T20:22:49.880Z | Downloaded ctr v0.9.2 |
| 1210 | 2026-03-13T20:22:49.880Z | Downloaded csv-core v0.1.13 |
| 1211 | 2026-03-13T20:22:49.880Z | Downloaded float-cmp v0.10.0 |
| 1212 | 2026-03-13T20:22:49.880Z | Downloaded diesel-dtrace v0.4.2 |
| 1213 | 2026-03-13T20:22:49.880Z | Downloaded rustls-webpki v0.101.7 |
| 1214 | 2026-03-13T20:22:49.880Z | Downloaded zerocopy-derive v0.8.40 |
| 1215 | 2026-03-13T20:22:49.880Z | Downloaded winnow v0.5.40 |
| 1216 | 2026-03-13T20:22:49.880Z | Downloaded compact_str v0.8.1 |
| 1217 | 2026-03-13T20:22:49.880Z | Downloaded dunce v1.0.5 |
| 1218 | 2026-03-13T20:22:49.880Z | Downloaded chacha20 v0.10.0 |
| 1219 | 2026-03-13T20:22:49.880Z | Downloaded bzip2 v0.6.1 |
| 1220 | 2026-03-13T20:22:49.881Z | Downloaded winnow v0.6.26 |
| 1221 | 2026-03-13T20:22:49.881Z | Downloaded chacha20 v0.9.1 |
| 1222 | 2026-03-13T20:22:49.881Z | Downloaded async-trait v0.1.89 |
| 1223 | 2026-03-13T20:22:49.881Z | Downloaded document-features v0.2.12 |
| 1224 | 2026-03-13T20:22:49.881Z | Downloaded cipher v0.4.4 |
| 1225 | 2026-03-13T20:22:49.881Z | Downloaded camino-tempfile-ext v0.3.3 |
| 1226 | 2026-03-13T20:22:49.881Z | Downloaded futures-io v0.3.32 |
| 1227 | 2026-03-13T20:22:49.881Z | Downloaded futures-core v0.3.32 |
| 1228 | 2026-03-13T20:22:49.881Z | Downloaded derive_builder_macro v0.20.2 |
| 1229 | 2026-03-13T20:22:49.881Z | Downloaded foreign-types-shared v0.3.1 |
| 1230 | 2026-03-13T20:22:49.881Z | Downloaded debug-ignore v1.0.5 |
| 1231 | 2026-03-13T20:22:49.881Z | Downloaded darling_core v0.20.11 |
| 1232 | 2026-03-13T20:22:49.881Z | Downloaded data-encoding v2.10.0 |
| 1233 | 2026-03-13T20:22:49.881Z | Downloaded crc v3.4.0 |
| 1234 | 2026-03-13T20:22:49.881Z | Downloaded embedded-io v0.4.0 |
| 1235 | 2026-03-13T20:22:49.881Z | Downloaded either v1.15.0 |
| 1236 | 2026-03-13T20:22:49.881Z | Downloaded dsl_auto_type v0.1.3 |
| 1237 | 2026-03-13T20:22:49.881Z | Downloaded dof v0.4.0 |
| 1238 | 2026-03-13T20:22:49.881Z | Downloaded dirs-sys-next v0.1.2 |
| 1239 | 2026-03-13T20:22:49.881Z | Downloaded cargo-platform v0.1.9 |
| 1240 | 2026-03-13T20:22:49.881Z | Downloaded fd-lock v4.0.4 |
| 1241 | 2026-03-13T20:22:49.881Z | Downloaded unicode-segmentation v1.12.0 |
| 1242 | 2026-03-13T20:22:49.881Z | Downloaded goblin v0.10.5 |
| 1243 | 2026-03-13T20:22:49.881Z | Downloaded time v0.3.47 |
| 1244 | 2026-03-13T20:22:49.881Z | Downloaded tower-http v0.6.8 |
| 1245 | 2026-03-13T20:22:49.881Z | Downloaded tabled v0.20.0 |
| 1246 | 2026-03-13T20:22:49.881Z | Downloaded moka v0.12.13 |
| 1247 | 2026-03-13T20:22:49.881Z | Downloaded dropshot v0.16.7 |
| 1248 | 2026-03-13T20:22:49.881Z | Downloaded vcpkg v0.2.15 |
| 1249 | 2026-03-13T20:22:49.882Z | Downloaded zlib-rs v0.6.2 |
| 1250 | 2026-03-13T20:22:49.882Z | Downloaded chrono v0.4.44 |
| 1251 | 2026-03-13T20:22:49.882Z | Downloaded zip v4.6.1 |
| 1252 | 2026-03-13T20:22:49.882Z | Downloaded petname v2.0.2 |
| 1253 | 2026-03-13T20:22:49.882Z | Downloaded rustls v0.22.4 |
| 1254 | 2026-03-13T20:22:49.882Z | Downloaded regress v0.10.5 |
| 1255 | 2026-03-13T20:22:49.882Z | Downloaded webpki-roots v1.0.6 |
| 1256 | 2026-03-13T20:22:49.882Z | Downloaded hickory-proto v0.25.2 |
| 1257 | 2026-03-13T20:22:49.882Z | Downloaded object v0.30.4 |
| 1258 | 2026-03-13T20:22:49.882Z | Downloaded regex-syntax v0.8.10 |
| 1259 | 2026-03-13T20:22:49.882Z | Downloaded rustls v0.23.37 |
| 1260 | 2026-03-13T20:22:49.882Z | Downloaded nix v0.27.1 |
| 1261 | 2026-03-13T20:22:49.882Z | Downloaded quinn-proto v0.11.13 |
| 1262 | 2026-03-13T20:22:49.882Z | Downloaded proptest v1.10.0 |
| 1263 | 2026-03-13T20:22:49.882Z | Downloaded hickory-proto v0.24.4 |
| 1264 | 2026-03-13T20:22:49.882Z | Downloaded diesel v2.2.12 |
| 1265 | 2026-03-13T20:22:49.882Z | Downloaded radix_trie v0.2.1 |
| 1266 | 2026-03-13T20:22:49.882Z | Downloaded tokio-util v0.7.18 |
| 1267 | 2026-03-13T20:22:49.882Z | Downloaded openssl v0.10.75 |
| 1268 | 2026-03-13T20:22:49.882Z | Downloaded bstr v1.12.1 |
| 1269 | 2026-03-13T20:22:49.882Z | Downloaded smoltcp v0.9.1 |
| 1270 | 2026-03-13T20:22:49.882Z | Downloaded tracing v0.1.44 |
| 1271 | 2026-03-13T20:22:49.882Z | Downloaded regex-syntax v0.6.29 |
| 1272 | 2026-03-13T20:22:49.882Z | Downloaded nix v0.29.0 |
| 1273 | 2026-03-13T20:22:49.882Z | Downloaded nix v0.28.0 |
| 1274 | 2026-03-13T20:22:49.882Z | Downloaded polar-core v0.27.3 |
| 1275 | 2026-03-13T20:22:49.882Z | Downloaded rustls v0.21.12 |
| 1276 | 2026-03-13T20:22:49.882Z | Downloaded regex-automata v0.4.14 |
| 1277 | 2026-03-13T20:22:49.882Z | Downloaded rustls-webpki v0.102.8 |
| 1278 | 2026-03-13T20:22:49.882Z | Downloaded cpufeatures v0.3.0 |
| 1279 | 2026-03-13T20:22:49.882Z | Downloaded convert_case v0.4.0 |
| 1280 | 2026-03-13T20:22:49.882Z | Downloaded petgraph v0.6.5 |
| 1281 | 2026-03-13T20:22:49.882Z | Downloaded object v0.37.3 |
| 1282 | 2026-03-13T20:22:49.882Z | Downloaded nix v0.31.1 |
| 1283 | 2026-03-13T20:22:49.886Z | Downloaded atomic-waker v1.1.2 |
| 1284 | 2026-03-13T20:22:49.886Z | Downloaded array-init v0.0.4 |
| 1285 | 2026-03-13T20:22:49.886Z | Downloaded darling_macro v0.23.0 |
| 1286 | 2026-03-13T20:22:49.886Z | Downloaded darling_macro v0.21.3 |
| 1287 | 2026-03-13T20:22:49.886Z | Downloaded darling_macro v0.20.11 |
| 1288 | 2026-03-13T20:22:49.886Z | Downloaded allocator-api2 v0.2.21 |
| 1289 | 2026-03-13T20:22:49.886Z | Downloaded ena v0.14.4 |
| 1290 | 2026-03-13T20:22:49.886Z | Downloaded libz-sys v1.1.24 |
| 1291 | 2026-03-13T20:22:49.886Z | Downloaded zerocopy v0.8.40 |
| 1292 | 2026-03-13T20:22:49.886Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1293 | 2026-03-13T20:22:49.886Z | Downloaded openapiv3 v2.2.0 |
| 1294 | 2026-03-13T20:22:49.889Z | Downloaded csv v1.4.0 |
| 1295 | 2026-03-13T20:22:49.902Z | Downloaded rustix v0.38.44 |
| 1296 | 2026-03-13T20:22:49.920Z | Downloaded smoltcp v0.11.0 |
| 1297 | 2026-03-13T20:22:49.930Z | Downloaded embedded-io v0.6.1 |
| 1298 | 2026-03-13T20:22:49.935Z | Downloaded bit-set v0.5.3 |
| 1299 | 2026-03-13T20:22:49.936Z | Downloaded async-recursion v1.1.1 |
| 1300 | 2026-03-13T20:22:49.936Z | Downloaded base16ct v0.2.0 |
| 1301 | 2026-03-13T20:22:49.936Z | Downloaded atomicwrites v0.4.4 |
| 1302 | 2026-03-13T20:22:49.936Z | Downloaded async-stream v0.3.6 |
| 1303 | 2026-03-13T20:22:49.936Z | Downloaded cfg_aliases v0.2.1 |
| 1304 | 2026-03-13T20:22:49.941Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1305 | 2026-03-13T20:22:49.941Z | Downloaded assert_matches v1.5.0 |
| 1306 | 2026-03-13T20:22:49.941Z | Downloaded defmt-macros v1.0.1 |
| 1307 | 2026-03-13T20:22:49.941Z | Downloaded darling v0.20.11 |
| 1308 | 2026-03-13T20:22:49.946Z | Downloaded bit-set v0.8.0 |
| 1309 | 2026-03-13T20:22:49.946Z | Downloaded deranged v0.5.8 |
| 1310 | 2026-03-13T20:22:49.946Z | Downloaded buf-list v1.1.2 |
| 1311 | 2026-03-13T20:22:49.946Z | Downloaded cexpr v0.6.0 |
| 1312 | 2026-03-13T20:22:49.950Z | Downloaded arrayvec v0.7.6 |
| 1313 | 2026-03-13T20:22:49.951Z | Downloaded critical-section v1.2.0 |
| 1314 | 2026-03-13T20:22:49.951Z | Downloaded castaway v0.2.4 |
| 1315 | 2026-03-13T20:22:49.960Z | Downloaded crossbeam-epoch v0.9.18 |
| 1316 | 2026-03-13T20:22:49.960Z | Downloaded cfg_aliases v0.1.1 |
| 1317 | 2026-03-13T20:22:49.960Z | Downloaded bitfield-macros v0.19.4 |
| 1318 | 2026-03-13T20:22:49.961Z | Downloaded bzip2 v0.4.4 |
| 1319 | 2026-03-13T20:22:49.961Z | Downloaded blowfish v0.9.1 |
| 1320 | 2026-03-13T20:22:49.961Z | Downloaded ascii-canvas v3.0.0 |
| 1321 | 2026-03-13T20:22:49.965Z | Downloaded encoding_rs v0.8.35 |
| 1322 | 2026-03-13T20:22:50.042Z | Downloaded sqlparser v0.61.0 |
| 1323 | 2026-03-13T20:22:50.112Z | Downloaded typify-impl v0.6.1 |
| 1324 | 2026-03-13T20:22:50.124Z | Downloaded typify-impl v0.4.3 |
| 1325 | 2026-03-13T20:22:50.134Z | Downloaded sled v0.34.7 |
| 1326 | 2026-03-13T20:22:50.143Z | Downloaded ratatui v0.29.0 |
| 1327 | 2026-03-13T20:22:50.155Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1328 | 2026-03-13T20:22:50.195Z | Downloaded zerocopy-derive v0.6.6 |
| 1329 | 2026-03-13T20:22:50.256Z | Downloaded jiff v0.2.21 |
| 1330 | 2026-03-13T20:22:50.269Z | Downloaded chrono-tz v0.10.4 |
| 1331 | 2026-03-13T20:22:50.282Z | Downloaded lzma-sys v0.1.20 |
| 1332 | 2026-03-13T20:22:50.322Z | Downloaded petgraph v0.8.3 |
| 1333 | 2026-03-13T20:22:50.365Z | Downloaded sha3 v0.10.8 |
| 1334 | 2026-03-13T20:22:50.369Z | Downloaded tokio v1.49.0 |
| 1335 | 2026-03-13T20:22:50.538Z | Downloaded ring v0.17.14 |
| 1336 | 2026-03-13T20:22:50.597Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1337 | 2026-03-13T20:22:51.305Z | Downloaded aws-lc-sys v0.37.1 |
| 1338 | 2026-03-13T20:22:51.603Z | Compiling libc v0.2.180 |
| 1339 | 2026-03-13T20:22:51.603Z | Compiling serde v1.0.228 |
| 1340 | 2026-03-13T20:22:51.609Z | Compiling log v0.4.29 |
| 1341 | 2026-03-13T20:22:51.609Z | Compiling find-msvc-tools v0.1.9 |
| 1342 | 2026-03-13T20:22:51.610Z | Compiling shlex v1.3.0 |
| 1343 | 2026-03-13T20:22:51.759Z | Compiling smallvec v1.15.1 |
| 1344 | 2026-03-13T20:22:51.774Z | Compiling syn v2.0.117 |
| 1345 | 2026-03-13T20:22:51.777Z | Compiling typenum v1.19.0 |
| 1346 | 2026-03-13T20:22:52.034Z | Compiling generic-array v0.14.7 |
| 1347 | 2026-03-13T20:22:52.098Z | Compiling subtle v2.6.1 |
| 1348 | 2026-03-13T20:22:52.203Z | Compiling scopeguard v1.2.0 |
| 1349 | 2026-03-13T20:22:52.212Z | Compiling portable-atomic v1.13.1 |
| 1350 | 2026-03-13T20:22:52.239Z | Compiling const-oid v0.9.6 |
| 1351 | 2026-03-13T20:22:52.277Z | Compiling lock_api v0.4.14 |
| 1352 | 2026-03-13T20:22:52.367Z | Compiling critical-section v1.2.0 |
| 1353 | 2026-03-13T20:22:52.387Z | Compiling zerocopy v0.8.40 |
| 1354 | 2026-03-13T20:22:52.507Z | Compiling parking_lot_core v0.9.12 |
| 1355 | 2026-03-13T20:22:52.620Z | Compiling pin-project-lite v0.2.17 |
| 1356 | 2026-03-13T20:22:52.740Z | Compiling serde_json v1.0.149 |
| 1357 | 2026-03-13T20:22:52.877Z | Compiling pkg-config v0.3.32 |
| 1358 | 2026-03-13T20:22:53.000Z | Compiling bitflags v2.11.0 |
| 1359 | 2026-03-13T20:22:53.137Z | Compiling getrandom v0.2.17 |
| 1360 | 2026-03-13T20:22:53.141Z | Compiling jobserver v0.1.34 |
| 1361 | 2026-03-13T20:22:53.298Z | Compiling rand_core v0.6.4 |
| 1362 | 2026-03-13T20:22:53.380Z | Compiling errno v0.3.14 |
| 1363 | 2026-03-13T20:22:53.565Z | Compiling cc v1.2.56 |
| 1364 | 2026-03-13T20:22:53.628Z | Compiling once_cell v1.21.3 |
| 1365 | 2026-03-13T20:22:53.646Z | Compiling signal-hook-registry v1.4.8 |
| 1366 | 2026-03-13T20:22:53.667Z | Compiling parking_lot v0.12.5 |
| 1367 | 2026-03-13T20:22:53.687Z | Compiling mio v1.1.1 |
| 1368 | 2026-03-13T20:22:53.788Z | Compiling libm v0.2.16 |
| 1369 | 2026-03-13T20:22:53.898Z | Compiling num-traits v0.2.19 |
| 1370 | 2026-03-13T20:22:54.013Z | Compiling futures-core v0.3.32 |
| 1371 | 2026-03-13T20:22:54.183Z | Compiling socket2 v0.6.2 |
| 1372 | 2026-03-13T20:22:54.201Z | Compiling percent-encoding v2.3.2 |
| 1373 | 2026-03-13T20:22:54.342Z | Compiling allocator-api2 v0.2.21 |
| 1374 | 2026-03-13T20:22:54.361Z | Compiling futures-sink v0.3.32 |
| 1375 | 2026-03-13T20:22:54.438Z | Compiling foldhash v0.2.0 |
| 1376 | 2026-03-13T20:22:54.497Z | Compiling cpufeatures v0.2.17 |
| 1377 | 2026-03-13T20:22:54.591Z | Compiling futures-channel v0.3.32 |
| 1378 | 2026-03-13T20:22:54.666Z | Compiling slab v0.4.12 |
| 1379 | 2026-03-13T20:22:54.706Z | Compiling getrandom v0.4.1 |
| 1380 | 2026-03-13T20:22:54.760Z | Compiling hashbrown v0.16.1 |
| 1381 | 2026-03-13T20:22:54.781Z | Compiling futures-task v0.3.32 |
| 1382 | 2026-03-13T20:22:54.902Z | Compiling futures-io v0.3.32 |
| 1383 | 2026-03-13T20:22:54.920Z | Compiling rustversion v1.0.22 |
| 1384 | 2026-03-13T20:22:55.010Z | Compiling rand_core v0.10.0 |
| 1385 | 2026-03-13T20:22:55.078Z | Compiling getrandom v0.3.4 |
| 1386 | 2026-03-13T20:22:55.221Z | Compiling cmake v0.1.57 |
| 1387 | 2026-03-13T20:22:55.473Z | Compiling indexmap v2.13.0 |
| 1388 | 2026-03-13T20:22:55.772Z | Compiling form_urlencoded v1.2.2 |
| 1389 | 2026-03-13T20:22:55.789Z | Compiling base64ct v1.8.3 |
| 1390 | 2026-03-13T20:22:55.879Z | Compiling ident_case v1.0.1 |
| 1391 | 2026-03-13T20:22:55.990Z | Compiling dunce v1.0.5 |
| 1392 | 2026-03-13T20:22:56.027Z | Compiling synstructure v0.13.2 |
| 1393 | 2026-03-13T20:22:56.188Z | Compiling fs_extra v1.3.0 |
| 1394 | 2026-03-13T20:22:56.204Z | Compiling pem-rfc7468 v0.7.0 |
| 1395 | 2026-03-13T20:22:56.291Z | Compiling flagset v0.4.7 |
| 1396 | 2026-03-13T20:22:56.377Z | Compiling rand_core v0.9.5 |
| 1397 | 2026-03-13T20:22:56.449Z | Compiling iana-time-zone v0.1.65 |
| 1398 | 2026-03-13T20:22:56.470Z | Compiling aws-lc-sys v0.37.1 |
| 1399 | 2026-03-13T20:22:56.470Z | Compiling rustix v1.1.3 |
| 1400 | 2026-03-13T20:22:56.476Z | Compiling ring v0.17.14 |
| 1401 | 2026-03-13T20:22:56.602Z | Compiling uuid v1.21.0 |
| 1402 | 2026-03-13T20:22:56.714Z | Compiling rustc_version v0.4.1 |
| 1403 | 2026-03-13T20:22:56.759Z | Compiling vcpkg v0.2.15 |
| 1404 | 2026-03-13T20:22:56.884Z | Compiling aws-lc-rs v1.16.0 |
| 1405 | 2026-03-13T20:22:57.137Z | Compiling regex-syntax v0.8.10 |
| 1406 | 2026-03-13T20:22:57.274Z | Compiling tracing-core v0.1.36 |
| 1407 | 2026-03-13T20:22:57.516Z | Compiling crossbeam-utils v0.8.21 |
| 1408 | 2026-03-13T20:22:57.763Z | Compiling openssl-sys v0.9.111 |
| 1409 | 2026-03-13T20:22:57.931Z | Compiling pest_generator v2.8.6 |
| 1410 | 2026-03-13T20:22:58.010Z | Compiling serde_derive_internals v0.29.1 |
| 1411 | 2026-03-13T20:22:58.539Z | Compiling base64 v0.22.1 |
| 1412 | 2026-03-13T20:22:58.662Z | Compiling serde_derive v1.0.228 |
| 1413 | 2026-03-13T20:22:58.889Z | Compiling zeroize_derive v1.4.3 |
| 1414 | 2026-03-13T20:22:58.897Z | Compiling zerofrom-derive v0.1.6 |
| 1415 | 2026-03-13T20:22:58.952Z | Compiling yoke-derive v0.8.1 |
| 1416 | 2026-03-13T20:22:59.267Z | Compiling zerocopy-derive v0.8.40 |
| 1417 | 2026-03-13T20:22:59.792Z | Compiling zeroize v1.8.2 |
| 1418 | 2026-03-13T20:23:00.458Z | Compiling zerovec-derive v0.11.2 |
| 1419 | 2026-03-13T20:23:00.586Z | Compiling displaydoc v0.2.5 |
| 1420 | 2026-03-13T20:23:00.851Z | Compiling crypto-common v0.1.7 |
| 1421 | 2026-03-13T20:23:00.919Z | Compiling zerofrom v0.1.6 |
| 1422 | 2026-03-13T20:23:01.041Z | Compiling block-buffer v0.10.4 |
| 1423 | 2026-03-13T20:23:01.069Z | Compiling yoke v0.8.1 |
| 1424 | 2026-03-13T20:23:01.265Z | Compiling digest v0.10.7 |
| 1425 | 2026-03-13T20:23:01.315Z | Compiling tokio-macros v2.6.0 |
| 1426 | 2026-03-13T20:23:01.467Z | Compiling futures-macro v0.3.32 |
| 1427 | 2026-03-13T20:23:01.604Z | Compiling hmac v0.12.1 |
| 1428 | 2026-03-13T20:23:01.622Z | Compiling zerotrie v0.2.3 |
| 1429 | 2026-03-13T20:23:01.780Z | Compiling block-padding v0.3.3 |
| 1430 | 2026-03-13T20:23:02.045Z | Compiling inout v0.1.4 |
| 1431 | 2026-03-13T20:23:02.113Z | Compiling sha2 v0.10.9 |
| 1432 | 2026-03-13T20:23:02.113Z | Compiling zerovec v0.11.5 |
| 1433 | 2026-03-13T20:23:02.230Z | Compiling cipher v0.4.4 |
| 1434 | 2026-03-13T20:23:02.339Z | Compiling der_derive v0.7.3 |
| 1435 | 2026-03-13T20:23:02.557Z | Compiling futures-util v0.3.32 |
| 1436 | 2026-03-13T20:23:02.570Z | Compiling salsa20 v0.10.2 |
| 1437 | 2026-03-13T20:23:02.732Z | Compiling tinystr v0.8.2 |
| 1438 | 2026-03-13T20:23:02.755Z | Compiling potential_utf v0.1.4 |
| 1439 | 2026-03-13T20:23:02.954Z | Compiling icu_locale_core v2.1.1 |
| 1440 | 2026-03-13T20:23:02.993Z | Compiling icu_collections v2.1.1 |
| 1441 | 2026-03-13T20:23:03.531Z | Compiling bytes v1.11.1 |
| 1442 | 2026-03-13T20:23:03.628Z | Compiling der v0.7.10 |
| 1443 | 2026-03-13T20:23:03.652Z | Compiling chrono v0.4.44 |
| 1444 | 2026-03-13T20:23:03.813Z | Compiling icu_provider v2.1.1 |
| 1445 | 2026-03-13T20:23:04.179Z | Compiling tokio v1.49.0 |
| 1446 | 2026-03-13T20:23:04.198Z | Compiling icu_properties v2.1.2 |
| 1447 | 2026-03-13T20:23:04.351Z | Compiling icu_normalizer v2.1.1 |
| 1448 | 2026-03-13T20:23:05.075Z | Compiling spki v0.7.3 |
| 1449 | 2026-03-13T20:23:05.304Z | Compiling http v1.4.0 |
| 1450 | 2026-03-13T20:23:05.329Z | Compiling pbkdf2 v0.12.2 |
| 1451 | 2026-03-13T20:23:05.470Z | Compiling idna_adapter v1.2.1 |
| 1452 | 2026-03-13T20:23:05.559Z | Compiling thiserror-impl v2.0.18 |
| 1453 | 2026-03-13T20:23:05.639Z | Compiling idna v1.1.0 |
| 1454 | 2026-03-13T20:23:05.695Z | Compiling scrypt v0.11.0 |
| 1455 | 2026-03-13T20:23:05.765Z | Compiling aes v0.8.4 |
| 1456 | 2026-03-13T20:23:06.016Z | Compiling ppv-lite86 v0.2.21 |
| 1457 | 2026-03-13T20:23:06.034Z | Compiling url v2.5.8 |
| 1458 | 2026-03-13T20:23:06.475Z | Compiling rand_chacha v0.9.0 |
| 1459 | 2026-03-13T20:23:06.540Z | Compiling cbc v0.1.2 |
| 1460 | 2026-03-13T20:23:06.597Z | Compiling rustls-pki-types v1.14.0 |
| 1461 | 2026-03-13T20:23:06.726Z | Compiling tracing-attributes v0.1.31 |
| 1462 | 2026-03-13T20:23:07.131Z | Compiling rand v0.9.2 |
| 1463 | 2026-03-13T20:23:07.182Z | Compiling pkcs5 v0.7.1 |
| 1464 | 2026-03-13T20:23:07.215Z | Compiling http-body v1.0.1 |
| 1465 | 2026-03-13T20:23:07.390Z | Compiling untrusted v0.9.0 |
| 1466 | 2026-03-13T20:23:07.411Z | Compiling thiserror v2.0.18 |
| 1467 | 2026-03-13T20:23:07.414Z | Compiling untrusted v0.7.1 |
| 1468 | 2026-03-13T20:23:07.536Z | Compiling openssl-probe v0.2.1 |
| 1469 | 2026-03-13T20:23:07.539Z | Compiling httparse v1.10.1 |
| 1470 | 2026-03-13T20:23:07.577Z | Compiling schemars v0.8.22 |
| 1471 | 2026-03-13T20:23:07.756Z | Compiling syn v1.0.109 |
| 1472 | 2026-03-13T20:23:07.818Z | Compiling pkcs8 v0.10.2 |
| 1473 | 2026-03-13T20:23:08.069Z | Compiling schemars_derive v0.8.22 |
| 1474 | 2026-03-13T20:23:08.183Z | Compiling pest_derive v2.8.6 |
| 1475 | 2026-03-13T20:23:08.221Z | Compiling scroll_derive v0.13.1 |
| 1476 | 2026-03-13T20:23:08.570Z | Compiling tracing v0.1.44 |
| 1477 | 2026-03-13T20:23:08.761Z | Compiling darling_core v0.20.11 |
| 1478 | 2026-03-13T20:23:08.883Z | Compiling rustls v0.23.37 |
| 1479 | 2026-03-13T20:23:08.913Z | Compiling dyn-clone v1.0.20 |
| 1480 | 2026-03-13T20:23:09.085Z | Compiling tinyvec_macros v0.1.1 |
| 1481 | 2026-03-13T20:23:09.116Z | Compiling try-lock v0.2.5 |
| 1482 | 2026-03-13T20:23:09.172Z | Compiling tower-service v0.3.3 |
| 1483 | 2026-03-13T20:23:09.254Z | Compiling atomic-waker v1.1.2 |
| 1484 | 2026-03-13T20:23:09.294Z | Compiling tower-layer v0.3.3 |
| 1485 | 2026-03-13T20:23:09.317Z | Compiling scroll v0.13.0 |
| 1486 | 2026-03-13T20:23:09.403Z | Compiling tokio-util v0.7.18 |
| 1487 | 2026-03-13T20:23:09.497Z | Compiling want v0.3.1 |
| 1488 | 2026-03-13T20:23:09.668Z | Compiling tinyvec v1.10.0 |
| 1489 | 2026-03-13T20:23:10.369Z | Compiling h2 v0.4.13 |
| 1490 | 2026-03-13T20:23:10.527Z | Compiling ipnet v2.11.0 |
| 1491 | 2026-03-13T20:23:10.843Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1492 | 2026-03-13T20:23:11.287Z | Compiling spin v0.9.8 |
| 1493 | 2026-03-13T20:23:11.386Z | Compiling aho-corasick v1.1.4 |
| 1494 | 2026-03-13T20:23:11.559Z | Compiling openssl v0.10.75 |
| 1495 | 2026-03-13T20:23:11.671Z | Compiling httpdate v1.0.3 |
| 1496 | 2026-03-13T20:23:11.880Z | Compiling foreign-types-shared v0.1.1 |
| 1497 | 2026-03-13T20:23:11.958Z | Compiling time-core v0.1.8 |
| 1498 | 2026-03-13T20:23:11.985Z | Compiling powerfmt v0.2.0 |
| 1499 | 2026-03-13T20:23:12.119Z | Compiling darling_macro v0.20.11 |
| 1500 | 2026-03-13T20:23:12.154Z | Compiling num-conv v0.2.0 |
| 1501 | 2026-03-13T20:23:12.244Z | Compiling crc32fast v1.5.0 |
| 1502 | 2026-03-13T20:23:12.264Z | Compiling pin-utils v0.1.0 |
| 1503 | 2026-03-13T20:23:12.340Z | Compiling tempfile v3.25.0 |
| 1504 | 2026-03-13T20:23:12.359Z | Compiling time-macros v0.2.27 |
| 1505 | 2026-03-13T20:23:12.665Z | Compiling regex-automata v0.4.14 |
| 1506 | 2026-03-13T20:23:12.732Z | Compiling darling v0.20.11 |
| 1507 | 2026-03-13T20:23:12.831Z | Compiling deranged v0.5.8 |
| 1508 | 2026-03-13T20:23:12.885Z | Compiling foreign-types v0.3.2 |
| 1509 | 2026-03-13T20:23:13.808Z | Compiling goblin v0.10.5 |
| 1510 | 2026-03-13T20:23:13.851Z | Compiling thiserror-impl v1.0.69 |
| 1511 | 2026-03-13T20:23:14.273Z | Compiling openssl-macros v0.1.1 |
| 1512 | 2026-03-13T20:23:14.787Z | Compiling hyper v1.8.1 |
| 1513 | 2026-03-13T20:23:15.599Z | Compiling wait-timeout v0.2.1 |
| 1514 | 2026-03-13T20:23:15.878Z | Compiling socket2 v0.5.10 |
| 1515 | 2026-03-13T20:23:15.950Z | Compiling usdt-impl v0.6.0 |
| 1516 | 2026-03-13T20:23:16.241Z | Compiling quick-error v1.2.3 |
| 1517 | 2026-03-13T20:23:16.255Z | Compiling bit-vec v0.8.0 |
| 1518 | 2026-03-13T20:23:16.384Z | Compiling either v1.15.0 |
| 1519 | 2026-03-13T20:23:16.444Z | Compiling num_threads v0.1.7 |
| 1520 | 2026-03-13T20:23:16.564Z | Compiling siphasher v1.0.2 |
| 1521 | 2026-03-13T20:23:16.583Z | Compiling native-tls v0.2.18 |
| 1522 | 2026-03-13T20:23:16.651Z | Compiling simd-adler32 v0.3.8 |
| 1523 | 2026-03-13T20:23:16.816Z | Compiling time v0.3.47 |
| 1524 | 2026-03-13T20:23:16.879Z | Compiling bit-set v0.8.0 |
| 1525 | 2026-03-13T20:23:16.982Z | Compiling rusty-fork v0.3.1 |
| 1526 | 2026-03-13T20:23:17.031Z | Compiling hyper-util v0.1.20 |
| 1527 | 2026-03-13T20:23:17.428Z | Compiling thiserror v1.0.69 |
| 1528 | 2026-03-13T20:23:17.523Z | Compiling derive_builder_core v0.20.2 |
| 1529 | 2026-03-13T20:23:18.493Z | Compiling dof v0.4.0 |
| 1530 | 2026-03-13T20:23:18.934Z | Compiling unicode-normalization v0.1.25 |
| 1531 | 2026-03-13T20:23:19.048Z | Compiling dtrace-parser v0.3.0 |
| 1532 | 2026-03-13T20:23:19.363Z | Compiling crossbeam-epoch v0.9.18 |
| 1533 | 2026-03-13T20:23:19.533Z | Compiling rustls-native-certs v0.8.3 |
| 1534 | 2026-03-13T20:23:19.793Z | Compiling signature v2.2.0 |
| 1535 | 2026-03-13T20:23:19.906Z | Compiling scroll_derive v0.12.1 |
| 1536 | 2026-03-13T20:23:20.004Z | Compiling heapless v0.7.17 |
| 1537 | 2026-03-13T20:23:20.025Z | Compiling rand_xorshift v0.4.0 |
| 1538 | 2026-03-13T20:23:20.093Z | Compiling slog v2.8.2 |
| 1539 | 2026-03-13T20:23:20.231Z | Compiling darling_core v0.21.3 |
| 1540 | 2026-03-13T20:23:20.273Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1541 | 2026-03-13T20:23:20.323Z | Compiling sync_wrapper v1.0.2 |
| 1542 | 2026-03-13T20:23:20.348Z | Compiling thread-id v5.1.0 |
| 1543 | 2026-03-13T20:23:20.447Z | Compiling cookie v0.18.1 |
| 1544 | 2026-03-13T20:23:20.466Z | Compiling unarray v0.1.4 |
| 1545 | 2026-03-13T20:23:20.604Z | Compiling unicode-bidi v0.3.18 |
| 1546 | 2026-03-13T20:23:20.646Z | Compiling signal-hook v0.3.18 |
| 1547 | 2026-03-13T20:23:20.728Z | Compiling paste v1.0.15 |
| 1548 | 2026-03-13T20:23:20.841Z | Compiling anyhow v1.0.102 |
| 1549 | 2026-03-13T20:23:20.902Z | Compiling unicode-segmentation v1.12.0 |
| 1550 | 2026-03-13T20:23:21.091Z | Compiling zstd-safe v7.2.4 |
| 1551 | 2026-03-13T20:23:21.110Z | Compiling rayon-core v1.13.0 |
| 1552 | 2026-03-13T20:23:21.252Z | Compiling adler2 v2.0.1 |
| 1553 | 2026-03-13T20:23:21.340Z | Compiling unicode-properties v0.1.4 |
| 1554 | 2026-03-13T20:23:21.398Z | Compiling miniz_oxide v0.8.9 |
| 1555 | 2026-03-13T20:23:21.497Z | Compiling scroll v0.12.0 |
| 1556 | 2026-03-13T20:23:21.576Z | Compiling stringprep v0.1.5 |
| 1557 | 2026-03-13T20:23:22.622Z | Compiling proptest v1.10.0 |
| 1558 | 2026-03-13T20:23:22.634Z | Compiling tower v0.5.3 |
| 1559 | 2026-03-13T20:23:22.634Z | Compiling crossbeam-deque v0.8.6 |
| 1560 | 2026-03-13T20:23:22.635Z | Compiling derive_builder_macro v0.20.2 |
| 1561 | 2026-03-13T20:23:22.635Z | Compiling ipnetwork v0.21.1 |
| 1562 | 2026-03-13T20:23:22.635Z | Compiling http-body-util v0.1.3 |
| 1563 | 2026-03-13T20:23:22.635Z | Compiling webpki-roots v1.0.6 |
| 1564 | 2026-03-13T20:23:22.650Z | Compiling rand_chacha v0.3.1 |
| 1565 | 2026-03-13T20:23:22.670Z | Compiling serde_tokenstream v0.2.3 |
| 1566 | 2026-03-13T20:23:22.787Z | Compiling toml_datetime v0.6.11 |
| 1567 | 2026-03-13T20:23:22.953Z | Compiling serde_spanned v0.6.9 |
| 1568 | 2026-03-13T20:23:22.974Z | Compiling erased-serde v0.3.31 |
| 1569 | 2026-03-13T20:23:23.054Z | Compiling md-5 v0.10.6 |
| 1570 | 2026-03-13T20:23:23.123Z | Compiling zerocopy-derive v0.7.35 |
| 1571 | 2026-03-13T20:23:23.141Z | Compiling curve25519-dalek v4.1.3 |
| 1572 | 2026-03-13T20:23:23.256Z | Compiling vergen-lib v0.1.6 |
| 1573 | 2026-03-13T20:23:23.506Z | Compiling num-integer v0.1.46 |
| 1574 | 2026-03-13T20:23:23.625Z | Compiling hash32 v0.2.1 |
| 1575 | 2026-03-13T20:23:23.701Z | Compiling ff v0.13.1 |
| 1576 | 2026-03-13T20:23:23.722Z | Compiling memoffset v0.9.1 |
| 1577 | 2026-03-13T20:23:23.854Z | Compiling num-bigint-dig v0.8.6 |
| 1578 | 2026-03-13T20:23:23.877Z | Compiling rustix v0.38.44 |
| 1579 | 2026-03-13T20:23:23.896Z | Compiling darling_macro v0.21.3 |
| 1580 | 2026-03-13T20:23:23.944Z | Compiling zlib-rs v0.6.2 |
| 1581 | 2026-03-13T20:23:23.974Z | Compiling litrs v1.0.0 |
| 1582 | 2026-03-13T20:23:24.108Z | Compiling iri-string v0.7.10 |
| 1583 | 2026-03-13T20:23:24.328Z | Compiling fallible-iterator v0.2.0 |
| 1584 | 2026-03-13T20:23:24.348Z | Compiling base16ct v0.2.0 |
| 1585 | 2026-03-13T20:23:24.527Z | Compiling ref-cast v1.0.25 |
| 1586 | 2026-03-13T20:23:24.569Z | Compiling ryu v1.0.23 |
| 1587 | 2026-03-13T20:23:24.667Z | Compiling cfg_aliases v0.2.1 |
| 1588 | 2026-03-13T20:23:24.739Z | Compiling psl-types v2.0.11 |
| 1589 | 2026-03-13T20:23:24.762Z | Compiling smoltcp v0.9.1 |
| 1590 | 2026-03-13T20:23:24.798Z | Compiling nix v0.31.1 |
| 1591 | 2026-03-13T20:23:24.893Z | Compiling publicsuffix v2.3.0 |
| 1592 | 2026-03-13T20:23:24.989Z | Compiling newtype-uuid v1.3.2 |
| 1593 | 2026-03-13T20:23:25.109Z | Compiling serde_urlencoded v0.7.1 |
| 1594 | 2026-03-13T20:23:25.230Z | Compiling postgres-protocol v0.6.10 |
| 1595 | 2026-03-13T20:23:25.323Z | Compiling document-features v0.2.12 |
| 1596 | 2026-03-13T20:23:25.474Z | Compiling darling v0.21.3 |
| 1597 | 2026-03-13T20:23:25.482Z | Compiling sec1 v0.7.3 |
| 1598 | 2026-03-13T20:23:25.649Z | Compiling zerocopy v0.7.35 |
| 1599 | 2026-03-13T20:23:25.871Z | Compiling tower-http v0.6.8 |
| 1600 | 2026-03-13T20:23:26.149Z | Compiling group v0.13.0 |
| 1601 | 2026-03-13T20:23:26.173Z | Compiling num-iter v0.1.45 |
| 1602 | 2026-03-13T20:23:26.431Z | Compiling derive_builder v0.20.2 |
| 1603 | 2026-03-13T20:23:26.454Z | Compiling rand v0.8.5 |
| 1604 | 2026-03-13T20:23:26.476Z | Compiling oxnet v0.1.4 |
| 1605 | 2026-03-13T20:23:26.909Z | Compiling tokio-native-tls v0.3.1 |
| 1606 | 2026-03-13T20:23:26.936Z | Compiling proc-macro-error v1.0.4 |
| 1607 | 2026-03-13T20:23:27.120Z | Compiling goblin v0.8.2 |
| 1608 | 2026-03-13T20:23:27.737Z | Compiling heck v0.4.1 |
| 1609 | 2026-03-13T20:23:28.021Z | Compiling flate2 v1.1.9 |
| 1610 | 2026-03-13T20:23:28.037Z | Compiling phf_shared v0.13.1 |
| 1611 | 2026-03-13T20:23:28.041Z | Compiling regex v1.12.3 |
| 1612 | 2026-03-13T20:23:28.304Z | Compiling hubpack_derive v0.1.1 |
| 1613 | 2026-03-13T20:23:28.375Z | Compiling lazy_static v1.5.0 |
| 1614 | 2026-03-13T20:23:28.439Z | Compiling cargo-platform v0.1.9 |
| 1615 | 2026-03-13T20:23:28.493Z | Compiling hkdf v0.12.4 |
| 1616 | 2026-03-13T20:23:28.580Z | Compiling crypto-bigint v0.5.5 |
| 1617 | 2026-03-13T20:23:28.652Z | Compiling ref-cast-impl v1.0.25 |
| 1618 | 2026-03-13T20:23:28.697Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1619 | 2026-03-13T20:23:28.777Z | Compiling async-trait v0.1.89 |
| 1620 | 2026-03-13T20:23:28.894Z | Compiling strum_macros v0.27.2 |
| 1621 | 2026-03-13T20:23:29.378Z | Compiling daft-derive v0.1.5 |
| 1622 | 2026-03-13T20:23:29.570Z | Compiling terminal_size v0.4.3 |
| 1623 | 2026-03-13T20:23:29.742Z | Compiling vergen v9.0.6 |
| 1624 | 2026-03-13T20:23:29.998Z | Compiling fs-err v3.3.0 |
| 1625 | 2026-03-13T20:23:30.255Z | Compiling ahash v0.8.12 |
| 1626 | 2026-03-13T20:23:30.261Z | Compiling bitflags v1.3.2 |
| 1627 | 2026-03-13T20:23:30.356Z | Compiling managed v0.8.0 |
| 1628 | 2026-03-13T20:23:30.375Z | Compiling object v0.37.3 |
| 1629 | 2026-03-13T20:23:30.532Z | Compiling foldhash v0.1.5 |
| 1630 | 2026-03-13T20:23:30.691Z | Compiling libbz2-rs-sys v0.2.2 |
| 1631 | 2026-03-13T20:23:30.772Z | Compiling bumpalo v3.20.2 |
| 1632 | 2026-03-13T20:23:30.790Z | Compiling winnow v0.5.40 |
| 1633 | 2026-03-13T20:23:31.114Z | Compiling console v0.16.2 |
| 1634 | 2026-03-13T20:23:31.645Z | Compiling bzip2 v0.6.1 |
| 1635 | 2026-03-13T20:23:31.690Z | Compiling strum v0.27.2 |
| 1636 | 2026-03-13T20:23:31.844Z | Compiling zopfli v0.8.3 |
| 1637 | 2026-03-13T20:23:31.922Z | Compiling hashbrown v0.15.5 |
| 1638 | 2026-03-13T20:23:31.992Z | Compiling dof v0.3.0 |
| 1639 | 2026-03-13T20:23:32.322Z | Compiling daft v0.1.5 |
| 1640 | 2026-03-13T20:23:32.643Z | Compiling toml_edit v0.19.15 |
| 1641 | 2026-03-13T20:23:32.687Z | Compiling clap_builder v4.5.60 |
| 1642 | 2026-03-13T20:23:32.766Z | Compiling elliptic-curve v0.13.8 |
| 1643 | 2026-03-13T20:23:33.030Z | Compiling hubpack v0.1.2 |
| 1644 | 2026-03-13T20:23:33.136Z | Compiling cargo_metadata v0.19.2 |
| 1645 | 2026-03-13T20:23:33.313Z | Compiling phf v0.13.1 |
| 1646 | 2026-03-13T20:23:33.521Z | Compiling zone_cfg_derive v0.3.1 |
| 1647 | 2026-03-13T20:23:34.386Z | Compiling signal-hook-mio v0.2.5 |
| 1648 | 2026-03-13T20:23:34.534Z | Compiling cookie_store v0.22.1 |
| 1649 | 2026-03-13T20:23:35.004Z | Compiling zstd v0.13.3 |
| 1650 | 2026-03-13T20:23:35.431Z | Compiling bzip2 v0.4.4 |
| 1651 | 2026-03-13T20:23:35.723Z | Compiling hyper-tls v0.6.0 |
| 1652 | 2026-03-13T20:23:35.893Z | Compiling rayon v1.11.0 |
| 1653 | 2026-03-13T20:23:36.129Z | Compiling postgres-types v0.2.12 |
| 1654 | 2026-03-13T20:23:36.709Z | Compiling serde_with_macros v3.17.0 |
| 1655 | 2026-03-13T20:23:36.955Z | Compiling usdt-macro v0.6.0 |
| 1656 | 2026-03-13T20:23:37.099Z | Compiling usdt-attr-macro v0.6.0 |
| 1657 | 2026-03-13T20:23:37.242Z | Compiling ed25519 v2.2.3 |
| 1658 | 2026-03-13T20:23:37.958Z | Compiling dtrace-parser v0.2.0 |
| 1659 | 2026-03-13T20:23:38.065Z | Compiling phf_shared v0.11.3 |
| 1660 | 2026-03-13T20:23:38.159Z | Compiling itertools v0.12.1 |
| 1661 | 2026-03-13T20:23:38.281Z | Compiling bstr v1.12.1 |
| 1662 | 2026-03-13T20:23:38.314Z | Compiling pkcs1 v0.7.5 |
| 1663 | 2026-03-13T20:23:38.360Z | Compiling serde-big-array v0.5.1 |
| 1664 | 2026-03-13T20:23:38.471Z | Compiling hex v0.4.3 |
| 1665 | 2026-03-13T20:23:38.539Z | Compiling rfc6979 v0.4.0 |
| 1666 | 2026-03-13T20:23:38.692Z | Compiling enum-as-inner v0.6.1 |
| 1667 | 2026-03-13T20:23:38.835Z | Compiling strum_macros v0.26.4 |
| 1668 | 2026-03-13T20:23:38.867Z | Compiling clap_derive v4.5.55 |
| 1669 | 2026-03-13T20:23:39.030Z | Compiling serde_repr v0.1.20 |
| 1670 | 2026-03-13T20:23:39.190Z | Compiling float-cmp v0.10.0 |
| 1671 | 2026-03-13T20:23:39.369Z | Compiling memmap2 v0.9.10 |
| 1672 | 2026-03-13T20:23:39.387Z | Compiling thread-id v4.2.2 |
| 1673 | 2026-03-13T20:23:39.493Z | Compiling env_filter v1.0.0 |
| 1674 | 2026-03-13T20:23:39.649Z | Compiling encoding_rs v0.8.35 |
| 1675 | 2026-03-13T20:23:39.742Z | Compiling precomputed-hash v0.1.1 |
| 1676 | 2026-03-13T20:23:39.859Z | Compiling mime v0.3.17 |
| 1677 | 2026-03-13T20:23:39.871Z | Compiling fixedbitset v0.5.7 |
| 1678 | 2026-03-13T20:23:39.904Z | Compiling difflib v0.4.0 |
| 1679 | 2026-03-13T20:23:40.187Z | Compiling unit-prefix v0.5.2 |
| 1680 | 2026-03-13T20:23:40.276Z | Compiling static_assertions v1.1.0 |
| 1681 | 2026-03-13T20:23:40.369Z | Compiling predicates-core v1.0.10 |
| 1682 | 2026-03-13T20:23:40.388Z | Compiling normalize-line-endings v0.3.0 |
| 1683 | 2026-03-13T20:23:40.513Z | Compiling new_debug_unreachable v1.0.6 |
| 1684 | 2026-03-13T20:23:40.602Z | Compiling whoami v2.1.0 |
| 1685 | 2026-03-13T20:23:40.602Z | Compiling jiff v0.2.21 |
| 1686 | 2026-03-13T20:23:40.676Z | Compiling data-encoding v2.10.0 |
| 1687 | 2026-03-13T20:23:40.693Z | Compiling rustc-hash v2.1.1 |
| 1688 | 2026-03-13T20:23:40.882Z | Compiling keccak v0.1.6 |
| 1689 | 2026-03-13T20:23:41.163Z | Compiling fixedbitset v0.4.2 |
| 1690 | 2026-03-13T20:23:41.349Z | Compiling clap v4.5.60 |
| 1691 | 2026-03-13T20:23:41.385Z | Compiling strum v0.26.3 |
| 1692 | 2026-03-13T20:23:41.450Z | Compiling petgraph v0.6.5 |
| 1693 | 2026-03-13T20:23:41.468Z | Compiling hickory-proto v0.25.2 |
| 1694 | 2026-03-13T20:23:41.540Z | Compiling sha3 v0.10.8 |
| 1695 | 2026-03-13T20:23:41.696Z | Compiling tokio-postgres v0.7.16 |
| 1696 | 2026-03-13T20:23:41.784Z | Compiling iddqd v0.3.17 |
| 1697 | 2026-03-13T20:23:42.012Z | Compiling string_cache v0.8.9 |
| 1698 | 2026-03-13T20:23:42.169Z | Compiling predicates v3.1.4 |
| 1699 | 2026-03-13T20:23:42.303Z | Compiling toml_edit v0.22.27 |
| 1700 | 2026-03-13T20:23:43.057Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1701 | 2026-03-13T20:23:43.349Z | Compiling indicatif v0.18.4 |
| 1702 | 2026-03-13T20:23:43.518Z | Compiling petgraph v0.8.3 |
| 1703 | 2026-03-13T20:23:44.511Z | Compiling zip v4.6.1 |
| 1704 | 2026-03-13T20:23:44.757Z | Compiling zone v0.3.1 |
| 1705 | 2026-03-13T20:23:45.599Z | Compiling env_logger v0.11.9 |
| 1706 | 2026-03-13T20:23:45.842Z | Compiling usdt v0.6.0 |
| 1707 | 2026-03-13T20:23:46.114Z | Compiling usdt-impl v0.5.0 |
| 1708 | 2026-03-13T20:23:46.177Z | Compiling similar v2.7.0 |
| 1709 | 2026-03-13T20:23:46.177Z | Compiling serde_with v3.17.0 |
| 1710 | 2026-03-13T20:23:46.260Z | Compiling ecdsa v0.16.9 |
| 1711 | 2026-03-13T20:23:46.726Z | Compiling rsa v0.9.10 |
| 1712 | 2026-03-13T20:23:46.784Z | Compiling crossterm v0.28.1 |
| 1713 | 2026-03-13T20:23:46.892Z | Compiling ed25519-dalek v2.2.0 |
| 1714 | 2026-03-13T20:23:47.367Z | Compiling zip v0.6.6 |
| 1715 | 2026-03-13T20:23:48.020Z | Compiling toml v0.7.8 |
| 1716 | 2026-03-13T20:23:48.621Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1717 | 2026-03-13T20:23:48.658Z | Compiling itertools v0.13.0 |
| 1718 | 2026-03-13T20:23:48.736Z | Compiling tokio-stream v0.1.18 |
| 1719 | 2026-03-13T20:23:48.875Z | Compiling buf-list v1.1.2 |
| 1720 | 2026-03-13T20:23:48.968Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1721 | 2026-03-13T20:23:49.236Z | Compiling x509-cert v0.2.5 |
| 1722 | 2026-03-13T20:23:49.312Z | Compiling openapiv3 v2.2.0 |
| 1723 | 2026-03-13T20:23:49.401Z | Compiling sha1 v0.10.6 |
| 1724 | 2026-03-13T20:23:49.493Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1725 | 2026-03-13T20:23:49.677Z | Compiling lalrpop-util v0.19.12 |
| 1726 | 2026-03-13T20:23:49.884Z | Compiling peg-runtime v0.8.5 |
| 1727 | 2026-03-13T20:23:49.952Z | Compiling thread_local v1.1.9 |
| 1728 | 2026-03-13T20:23:50.252Z | Compiling slog-async v2.8.0 |
| 1729 | 2026-03-13T20:23:50.268Z | Compiling crossbeam-channel v0.5.15 |
| 1730 | 2026-03-13T20:23:50.404Z | Compiling futures-executor v0.3.32 |
| 1731 | 2026-03-13T20:23:50.684Z | Compiling is-terminal v0.4.17 |
| 1732 | 2026-03-13T20:23:50.752Z | Compiling filetime v0.2.27 |
| 1733 | 2026-03-13T20:23:50.815Z | Compiling take_mut v0.2.2 |
| 1734 | 2026-03-13T20:23:50.899Z | Compiling xattr v1.6.1 |
| 1735 | 2026-03-13T20:23:50.978Z | Compiling term v1.2.1 |
| 1736 | 2026-03-13T20:23:51.095Z | Compiling tar v0.4.44 |
| 1737 | 2026-03-13T20:23:51.136Z | Compiling futures v0.3.32 |
| 1738 | 2026-03-13T20:23:51.529Z | Compiling slog-term v2.9.2 |
| 1739 | 2026-03-13T20:23:58.177Z | Compiling rustls-webpki v0.103.9 |
| 1740 | 2026-03-13T20:24:02.201Z | Compiling tokio-rustls v0.26.4 |
| 1741 | 2026-03-13T20:24:02.201Z | Compiling rustls-platform-verifier v0.6.2 |
| 1742 | 2026-03-13T20:24:02.479Z | Compiling hyper-rustls v0.27.7 |
| 1743 | 2026-03-13T20:24:02.741Z | Compiling reqwest v0.12.28 |
| 1744 | 2026-03-13T20:24:02.753Z | Compiling reqwest v0.13.2 |
| 1745 | 2026-03-13T20:24:05.636Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1746 | 2026-03-13T20:24:05.934Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1747 | 2026-03-13T20:24:09.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s |
| 1748 | 2026-03-13T20:24:09.972Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1749 | 2026-03-13T20:24:10.016Z | Mar 13 20:24:08.690 INFO Starting download, target: DendriteStub |
| 1750 | 2026-03-13T20:24:10.016Z | Mar 13 20:24:08.691 INFO Starting download, target: TransceiverControl |
| 1751 | 2026-03-13T20:24:10.016Z | Mar 13 20:24:08.691 INFO Starting download, target: Console |
| 1752 | 2026-03-13T20:24:10.017Z | Mar 13 20:24:08.691 INFO Starting download, target: Clickhouse |
| 1753 | 2026-03-13T20:24:10.017Z | Mar 13 20:24:08.691 INFO Starting download, target: MaghemiteMgd |
| 1754 | 2026-03-13T20:24:10.023Z | Mar 13 20:24:08.691 INFO Starting download, target: Cockroach |
| 1755 | 2026-03-13T20:24:10.023Z | Mar 13 20:24:08.691 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1756 | 2026-03-13T20:24:10.023Z | Mar 13 20:24:08.691 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1757 | 2026-03-13T20:24:10.023Z | Mar 13 20:24:08.691 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1758 | 2026-03-13T20:24:10.023Z | Mar 13 20:24:08.691 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1759 | 2026-03-13T20:24:10.023Z | Mar 13 20:24:08.691 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1760 | 2026-03-13T20:24:10.023Z | Mar 13 20:24:08.691 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1761 | 2026-03-13T20:24:10.553Z | Mar 13 20:24:09.219 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1762 | 2026-03-13T20:24:10.887Z | Mar 13 20:24:09.539 INFO Download complete, target: TransceiverControl |
| 1763 | 2026-03-13T20:24:11.175Z | Mar 13 20:24:09.767 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1764 | 2026-03-13T20:24:11.474Z | Mar 13 20:24:10.147 INFO Download complete, target: Console |
| 1765 | 2026-03-13T20:24:11.489Z | Mar 13 20:24:10.160 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1766 | 2026-03-13T20:24:11.718Z | Mar 13 20:24:10.391 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1767 | 2026-03-13T20:24:11.887Z | Mar 13 20:24:10.560 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1768 | 2026-03-13T20:24:12.514Z | Mar 13 20:24:11.186 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1769 | 2026-03-13T20:24:12.514Z | Mar 13 20:24:11.186 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1770 | 2026-03-13T20:24:14.952Z | Mar 13 20:24:13.623 INFO Download complete, target: DendriteStub |
| 1771 | 2026-03-13T20:24:15.213Z | Mar 13 20:24:13.882 INFO Download complete, target: MaghemiteMgd |
| 1772 | 2026-03-13T20:24:20.113Z | Mar 13 20:24:18.779 INFO Checking that binary works, target: Cockroach |
| 1773 | 2026-03-13T20:24:20.226Z | Mar 13 20:24:18.894 INFO Download complete, target: Cockroach |
| 1774 | 2026-03-13T20:24:22.854Z | Mar 13 20:24:21.520 INFO Checking that binary works, target: Clickhouse |
| 1775 | 2026-03-13T20:24:23.067Z | Mar 13 20:24:21.683 INFO Download complete, target: Clickhouse |
| 1776 | 2026-03-13T20:24:23.081Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1777 | 2026-03-13T20:24:23.082Z | |
| 1778 | 2026-03-13T20:24:23.082Z | real 3:58.923898137 |
| 1779 | 2026-03-13T20:24:23.082Z | user 10:33.452745479 |
| 1780 | 2026-03-13T20:24:23.082Z | sys 1:50.903621292 |
| 1781 | 2026-03-13T20:24:23.082Z | trap 0.316179173 |
| 1782 | 2026-03-13T20:24:23.082Z | tflt 0.666480314 |
| 1783 | 2026-03-13T20:24:23.082Z | dflt 0.578543317 |
| 1784 | 2026-03-13T20:24:23.082Z | kflt 0.022964845 |
| 1785 | 2026-03-13T20:24:23.082Z | lock 23:20.373108435 |
| 1786 | 2026-03-13T20:24:23.082Z | slp 38:33.774586521 |
| 1787 | 2026-03-13T20:24:23.082Z | lat 54.787598114 |
| 1788 | 2026-03-13T20:24:23.082Z | stop 2:38.393846900 |
| 1789 | 2026-03-13T20:24:23.082Z | + banner clippy |
| 1790 | 2026-03-13T20:24:23.083Z | |
| 1791 | 2026-03-13T20:24:23.083Z | #### # # ##### ##### # # |
| 1792 | 2026-03-13T20:24:23.083Z | # # # # # # # # # # |
| 1793 | 2026-03-13T20:24:23.083Z | # # # # # # # # |
| 1794 | 2026-03-13T20:24:23.083Z | # # # ##### ##### # |
| 1795 | 2026-03-13T20:24:23.083Z | # # # # # # # |
| 1796 | 2026-03-13T20:24:23.083Z | #### ###### # # # # |
| 1797 | 2026-03-13T20:24:23.083Z | |
| 1798 | 2026-03-13T20:24:23.083Z | + export CARGO_INCREMENTAL=0 |
| 1799 | 2026-03-13T20:24:23.083Z | + CARGO_INCREMENTAL=0 |
| 1800 | 2026-03-13T20:24:23.084Z | + ptime -m cargo xtask clippy |
| 1801 | 2026-03-13T20:24:23.728Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1802 | 2026-03-13T20:24:23.983Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1803 | 2026-03-13T20:24:26.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s |
| 1804 | 2026-03-13T20:24:26.681Z | Running `target/debug/xtask clippy` |
| 1805 | 2026-03-13T20:24:26.708Z | running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1806 | 2026-03-13T20:24:27.504Z | Downloading crates ... |
| 1807 | 2026-03-13T20:24:27.799Z | Downloaded toml v1.0.3+spec-1.1.0 |
| 1808 | 2026-03-13T20:24:27.802Z | Downloaded target-triple v1.0.0 |
| 1809 | 2026-03-13T20:24:27.805Z | Downloaded supports-hyperlinks v2.1.0 |
| 1810 | 2026-03-13T20:24:27.805Z | Downloaded serde_regex v1.1.0 |
| 1811 | 2026-03-13T20:24:27.805Z | Downloaded approx v0.5.1 |
| 1812 | 2026-03-13T20:24:27.808Z | Downloaded similar-asserts v1.7.0 |
| 1813 | 2026-03-13T20:24:27.808Z | Downloaded supports-color v2.1.0 |
| 1814 | 2026-03-13T20:24:27.813Z | Downloaded addr2line v0.25.1 |
| 1815 | 2026-03-13T20:24:27.813Z | Downloaded cargo-platform v0.3.2 |
| 1816 | 2026-03-13T20:24:27.816Z | Downloaded rust-argon2 v2.1.0 |
| 1817 | 2026-03-13T20:24:27.816Z | Downloaded cargo_metadata v0.23.1 |
| 1818 | 2026-03-13T20:24:27.819Z | Downloaded escape8259 v0.5.3 |
| 1819 | 2026-03-13T20:24:27.819Z | Downloaded supports-unicode v2.1.0 |
| 1820 | 2026-03-13T20:24:27.819Z | Downloaded async-object-pool v0.2.0 |
| 1821 | 2026-03-13T20:24:27.822Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1822 | 2026-03-13T20:24:27.822Z | Downloaded nested v0.1.1 |
| 1823 | 2026-03-13T20:24:27.828Z | Downloaded constant_time_eq v0.3.1 |
| 1824 | 2026-03-13T20:24:27.832Z | Downloaded assert-json-diff v2.0.2 |
| 1825 | 2026-03-13T20:24:27.844Z | Downloaded pathdiff v0.2.3 |
| 1826 | 2026-03-13T20:24:27.849Z | Downloaded backtrace-ext v0.2.1 |
| 1827 | 2026-03-13T20:24:27.852Z | Downloaded relative-path v1.9.3 |
| 1828 | 2026-03-13T20:24:27.855Z | Downloaded async-lock v3.4.2 |
| 1829 | 2026-03-13T20:24:27.860Z | Downloaded plotters-backend v0.3.7 |
| 1830 | 2026-03-13T20:24:27.863Z | Downloaded parking v2.2.1 |
| 1831 | 2026-03-13T20:24:27.863Z | Downloaded cast v0.3.0 |
| 1832 | 2026-03-13T20:24:27.866Z | Downloaded plotters-svg v0.3.7 |
| 1833 | 2026-03-13T20:24:27.866Z | Downloaded miette-derive v5.10.0 |
| 1834 | 2026-03-13T20:24:27.869Z | Downloaded terminal_size v0.1.17 |
| 1835 | 2026-03-13T20:24:27.874Z | Downloaded linkme-impl v0.3.35 |
| 1836 | 2026-03-13T20:24:27.874Z | Downloaded termcolor v1.4.1 |
| 1837 | 2026-03-13T20:24:27.879Z | Downloaded assert_cmd v2.1.2 |
| 1838 | 2026-03-13T20:24:27.879Z | Downloaded tinytemplate v1.2.1 |
| 1839 | 2026-03-13T20:24:27.879Z | Downloaded target-lexicon v0.13.3 |
| 1840 | 2026-03-13T20:24:27.883Z | Downloaded linkme v0.3.35 |
| 1841 | 2026-03-13T20:24:27.883Z | Downloaded event-listener-strategy v0.5.4 |
| 1842 | 2026-03-13T20:24:27.885Z | Downloaded criterion-plot v0.6.0 |
| 1843 | 2026-03-13T20:24:27.886Z | Downloaded concurrent-queue v2.5.0 |
| 1844 | 2026-03-13T20:24:27.897Z | Downloaded partial-io v0.5.4 |
| 1845 | 2026-03-13T20:24:27.897Z | Downloaded futures-timer v3.0.3 |
| 1846 | 2026-03-13T20:24:27.901Z | Downloaded rustc-demangle v0.1.27 |
| 1847 | 2026-03-13T20:24:27.901Z | Downloaded anes v0.1.6 |
| 1848 | 2026-03-13T20:24:27.901Z | Downloaded httptest v0.16.4 |
| 1849 | 2026-03-13T20:24:27.901Z | Downloaded target-spec v3.5.7 |
| 1850 | 2026-03-13T20:24:27.901Z | Downloaded libtest-mimic v0.8.1 |
| 1851 | 2026-03-13T20:24:27.905Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1852 | 2026-03-13T20:24:27.905Z | Downloaded knuffel-derive v3.2.0 |
| 1853 | 2026-03-13T20:24:27.909Z | Downloaded path-tree v0.8.3 |
| 1854 | 2026-03-13T20:24:27.913Z | Downloaded event-listener v5.4.1 |
| 1855 | 2026-03-13T20:24:27.917Z | Downloaded blake2b_simd v1.0.4 |
| 1856 | 2026-03-13T20:24:27.917Z | Downloaded stringmetrics v2.2.2 |
| 1857 | 2026-03-13T20:24:27.920Z | Downloaded trybuild v1.0.116 |
| 1858 | 2026-03-13T20:24:27.920Z | Downloaded oorandom v11.1.5 |
| 1859 | 2026-03-13T20:24:27.925Z | Downloaded owo-colors v3.5.0 |
| 1860 | 2026-03-13T20:24:27.928Z | Downloaded datatest-stable v0.3.3 |
| 1861 | 2026-03-13T20:24:27.933Z | Downloaded cfg-expr v0.20.6 |
| 1862 | 2026-03-13T20:24:27.936Z | Downloaded textwrap v0.15.2 |
| 1863 | 2026-03-13T20:24:27.944Z | Downloaded rstest v0.25.0 |
| 1864 | 2026-03-13T20:24:27.949Z | Downloaded knuffel v3.2.0 |
| 1865 | 2026-03-13T20:24:27.955Z | Downloaded chumsky v0.9.3 |
| 1866 | 2026-03-13T20:24:27.963Z | Downloaded rand_distr v0.5.1 |
| 1867 | 2026-03-13T20:24:27.966Z | Downloaded backtrace v0.3.76 |
| 1868 | 2026-03-13T20:24:27.970Z | Downloaded rstest_macros v0.25.0 |
| 1869 | 2026-03-13T20:24:27.978Z | Downloaded miette v5.10.0 |
| 1870 | 2026-03-13T20:24:27.983Z | Downloaded fancy-regex v0.14.0 |
| 1871 | 2026-03-13T20:24:27.994Z | Downloaded guppy v0.17.25 |
| 1872 | 2026-03-13T20:24:27.999Z | Downloaded plotters v0.3.7 |
| 1873 | 2026-03-13T20:24:28.005Z | Downloaded hashbrown v0.14.5 |
| 1874 | 2026-03-13T20:24:28.009Z | Downloaded criterion v0.7.0 |
| 1875 | 2026-03-13T20:24:28.026Z | Downloaded gimli v0.32.3 |
| 1876 | 2026-03-13T20:24:28.140Z | Downloaded httpmock v0.8.3 |
| 1877 | 2026-03-13T20:24:30.148Z | Checking cfg-if v1.0.4 |
| 1878 | 2026-03-13T20:24:30.519Z | Checking libc v0.2.180 |
| 1879 | 2026-03-13T20:24:30.523Z | Checking serde_core v1.0.228 |
| 1880 | 2026-03-13T20:24:30.611Z | Checking memchr v2.8.0 |
| 1881 | 2026-03-13T20:24:30.650Z | Checking smallvec v1.15.1 |
| 1882 | 2026-03-13T20:24:30.693Z | Checking itoa v1.0.17 |
| 1883 | 2026-03-13T20:24:30.696Z | Checking log v0.4.29 |
| 1884 | 2026-03-13T20:24:30.782Z | Checking zeroize v1.8.2 |
| 1885 | 2026-03-13T20:24:30.827Z | Checking libm v0.2.16 |
| 1886 | 2026-03-13T20:24:30.911Z | Checking scopeguard v1.2.0 |
| 1887 | 2026-03-13T20:24:30.959Z | Checking stable_deref_trait v1.2.1 |
| 1888 | 2026-03-13T20:24:31.007Z | Checking zmij v1.0.21 |
| 1889 | 2026-03-13T20:24:31.052Z | Checking zerofrom v0.1.6 |
| 1890 | 2026-03-13T20:24:31.096Z | Checking lock_api v0.4.14 |
| 1891 | 2026-03-13T20:24:31.142Z | Checking percent-encoding v2.3.2 |
| 1892 | 2026-03-13T20:24:31.187Z | Checking writeable v0.6.2 |
| 1893 | 2026-03-13T20:24:31.234Z | Checking yoke v0.8.1 |
| 1894 | 2026-03-13T20:24:31.279Z | Checking errno v0.3.14 |
| 1895 | 2026-03-13T20:24:31.322Z | Checking getrandom v0.2.17 |
| 1896 | 2026-03-13T20:24:31.365Z | Checking litemap v0.8.1 |
| 1897 | 2026-03-13T20:24:31.428Z | Checking subtle v2.6.1 |
| 1898 | 2026-03-13T20:24:31.451Z | Checking icu_normalizer_data v2.1.1 |
| 1899 | 2026-03-13T20:24:31.455Z | Checking icu_properties_data v2.1.2 |
| 1900 | 2026-03-13T20:24:31.535Z | Checking zerovec v0.11.5 |
| 1901 | 2026-03-13T20:24:31.538Z | Checking zerotrie v0.2.3 |
| 1902 | 2026-03-13T20:24:31.619Z | Checking rand_core v0.6.4 |
| 1903 | 2026-03-13T20:24:31.623Z | Checking form_urlencoded v1.2.2 |
| 1904 | 2026-03-13T20:24:31.703Z | Checking portable-atomic v1.13.1 |
| 1905 | 2026-03-13T20:24:31.748Z | Checking pin-project-lite v0.2.17 |
| 1906 | 2026-03-13T20:24:31.807Z | Checking utf8_iter v1.0.4 |
| 1907 | 2026-03-13T20:24:31.855Z | Checking num-traits v0.2.19 |
| 1908 | 2026-03-13T20:24:31.901Z | Checking critical-section v1.2.0 |
| 1909 | 2026-03-13T20:24:31.946Z | Checking zerocopy v0.8.40 |
| 1910 | 2026-03-13T20:24:31.949Z | Checking parking_lot_core v0.9.12 |
| 1911 | 2026-03-13T20:24:32.037Z | Checking rand_core v0.10.0 |
| 1912 | 2026-03-13T20:24:32.087Z | Checking signal-hook-registry v1.4.8 |
| 1913 | 2026-03-13T20:24:32.183Z | Checking tinystr v0.8.2 |
| 1914 | 2026-03-13T20:24:32.267Z | Checking potential_utf v0.1.4 |
| 1915 | 2026-03-13T20:24:32.273Z | Checking parking_lot v0.12.5 |
| 1916 | 2026-03-13T20:24:32.357Z | Checking getrandom v0.4.1 |
| 1917 | 2026-03-13T20:24:32.362Z | Checking once_cell v1.21.3 |
| 1918 | 2026-03-13T20:24:32.462Z | Checking icu_collections v2.1.1 |
| 1919 | 2026-03-13T20:24:32.467Z | Checking icu_locale_core v2.1.1 |
| 1920 | 2026-03-13T20:24:32.574Z | Checking mio v1.1.1 |
| 1921 | 2026-03-13T20:24:32.624Z | Checking typenum v1.19.0 |
| 1922 | 2026-03-13T20:24:32.674Z | Checking socket2 v0.6.2 |
| 1923 | 2026-03-13T20:24:32.732Z | Checking iana-time-zone v0.1.65 |
| 1924 | 2026-03-13T20:24:32.779Z | Checking serde v1.0.228 |
| 1925 | 2026-03-13T20:24:32.898Z | Checking bitflags v2.11.0 |
| 1926 | 2026-03-13T20:24:32.943Z | Checking serde_json v1.0.149 |
| 1927 | 2026-03-13T20:24:33.001Z | Checking thiserror v2.0.18 |
| 1928 | 2026-03-13T20:24:33.051Z | Checking allocator-api2 v0.2.21 |
| 1929 | 2026-03-13T20:24:33.150Z | Checking semver v1.0.27 |
| 1930 | 2026-03-13T20:24:33.207Z | Checking uuid v1.21.0 |
| 1931 | 2026-03-13T20:24:33.313Z | Checking icu_provider v2.1.1 |
| 1932 | 2026-03-13T20:24:33.378Z | Checking generic-array v0.14.7 |
| 1933 | 2026-03-13T20:24:33.424Z | Checking bytes v1.11.1 |
| 1934 | 2026-03-13T20:24:33.469Z | Checking chrono v0.4.44 |
| 1935 | 2026-03-13T20:24:33.518Z | Checking futures-core v0.3.32 |
| 1936 | 2026-03-13T20:24:33.653Z | Checking icu_properties v2.1.2 |
| 1937 | 2026-03-13T20:24:33.653Z | Checking icu_normalizer v2.1.1 |
| 1938 | 2026-03-13T20:24:33.746Z | Checking equivalent v1.0.2 |
| 1939 | 2026-03-13T20:24:33.901Z | Checking const-oid v0.9.6 |
| 1940 | 2026-03-13T20:24:33.947Z | Checking dyn-clone v1.0.20 |
| 1941 | 2026-03-13T20:24:34.063Z | Checking tokio v1.49.0 |
| 1942 | 2026-03-13T20:24:34.106Z | Checking crypto-common v0.1.7 |
| 1943 | 2026-03-13T20:24:34.110Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1944 | 2026-03-13T20:24:34.186Z | Checking foldhash v0.2.0 |
| 1945 | 2026-03-13T20:24:34.292Z | Checking block-buffer v0.10.4 |
| 1946 | 2026-03-13T20:24:34.426Z | Checking hashbrown v0.16.1 |
| 1947 | 2026-03-13T20:24:34.516Z | Checking futures-sink v0.3.32 |
| 1948 | 2026-03-13T20:24:34.572Z | Checking rustix v1.1.3 |
| 1949 | 2026-03-13T20:24:34.675Z | Checking byteorder v1.5.0 |
| 1950 | 2026-03-13T20:24:34.718Z | Checking futures-channel v0.3.32 |
| 1951 | 2026-03-13T20:24:34.847Z | Checking idna_adapter v1.2.1 |
| 1952 | 2026-03-13T20:24:34.966Z | Checking digest v0.10.7 |
| 1953 | 2026-03-13T20:24:35.011Z | Checking futures-task v0.3.32 |
| 1954 | 2026-03-13T20:24:35.014Z | Checking futures-io v0.3.32 |
| 1955 | 2026-03-13T20:24:35.096Z | Checking idna v1.1.0 |
| 1956 | 2026-03-13T20:24:35.142Z | Checking slab v0.4.12 |
| 1957 | 2026-03-13T20:24:35.222Z | Checking cpufeatures v0.2.17 |
| 1958 | 2026-03-13T20:24:35.266Z | Checking indexmap v2.13.0 |
| 1959 | 2026-03-13T20:24:35.272Z | Checking thiserror v1.0.69 |
| 1960 | 2026-03-13T20:24:35.355Z | Checking getrandom v0.3.4 |
| 1961 | 2026-03-13T20:24:35.395Z | Checking futures-util v0.3.32 |
| 1962 | 2026-03-13T20:24:35.441Z | Checking url v2.5.8 |
| 1963 | 2026-03-13T20:24:35.485Z | Checking fnv v1.0.7 |
| 1964 | 2026-03-13T20:24:35.559Z | Checking regex-syntax v0.8.10 |
| 1965 | 2026-03-13T20:24:35.635Z | Checking http v1.4.0 |
| 1966 | 2026-03-13T20:24:35.804Z | Checking tracing-core v0.1.36 |
| 1967 | 2026-03-13T20:24:36.046Z | Checking schemars v0.8.22 |
| 1968 | 2026-03-13T20:24:36.090Z | Checking base64 v0.22.1 |
| 1969 | 2026-03-13T20:24:36.281Z | Checking tracing v0.1.44 |
| 1970 | 2026-03-13T20:24:36.373Z | Checking ppv-lite86 v0.2.21 |
| 1971 | 2026-03-13T20:24:36.437Z | Checking unicode-ident v1.0.24 |
| 1972 | 2026-03-13T20:24:36.501Z | Checking ipnet v2.11.0 |
| 1973 | 2026-03-13T20:24:36.586Z | Checking utf8parse v0.2.2 |
| 1974 | 2026-03-13T20:24:36.622Z | Checking anstyle v1.0.13 |
| 1975 | 2026-03-13T20:24:36.734Z | Checking proc-macro2 v1.0.106 |
| 1976 | 2026-03-13T20:24:36.902Z | Checking untrusted v0.9.0 |
| 1977 | 2026-03-13T20:24:36.933Z | Checking anstyle-parse v0.2.7 |
| 1978 | 2026-03-13T20:24:36.933Z | Checking aho-corasick v1.1.4 |
| 1979 | 2026-03-13T20:24:37.012Z | Checking base64ct v1.8.3 |
| 1980 | 2026-03-13T20:24:37.034Z | Checking ring v0.17.14 |
| 1981 | 2026-03-13T20:24:37.120Z | Checking colorchoice v1.0.4 |
| 1982 | 2026-03-13T20:24:37.214Z | Checking quote v1.0.44 |
| 1983 | 2026-03-13T20:24:37.277Z | Checking is_terminal_polyfill v1.70.2 |
| 1984 | 2026-03-13T20:24:37.363Z | Checking anstyle-query v1.1.5 |
| 1985 | 2026-03-13T20:24:37.421Z | Checking block-padding v0.3.3 |
| 1986 | 2026-03-13T20:24:37.470Z | Checking terminal_size v0.4.3 |
| 1987 | 2026-03-13T20:24:37.514Z | Checking anstream v0.6.21 |
| 1988 | 2026-03-13T20:24:37.518Z | Checking syn v2.0.117 |
| 1989 | 2026-03-13T20:24:37.619Z | Checking inout v0.1.4 |
| 1990 | 2026-03-13T20:24:37.663Z | Checking rustls-pki-types v1.14.0 |
| 1991 | 2026-03-13T20:24:37.808Z | Checking crossbeam-utils v0.8.21 |
| 1992 | 2026-03-13T20:24:37.855Z | Checking httparse v1.10.1 |
| 1993 | 2026-03-13T20:24:37.909Z | Checking regex-automata v0.4.14 |
| 1994 | 2026-03-13T20:24:38.082Z | Checking cipher v0.4.4 |
| 1995 | 2026-03-13T20:24:38.139Z | Checking clap_lex v1.0.0 |
| 1996 | 2026-03-13T20:24:38.184Z | Checking strsim v0.11.1 |
| 1997 | 2026-03-13T20:24:38.301Z | Checking sha2 v0.10.9 |
| 1998 | 2026-03-13T20:24:38.368Z | Checking pem-rfc7468 v0.7.0 |
| 1999 | 2026-03-13T20:24:38.414Z | Checking http-body v1.0.1 |
| 2000 | 2026-03-13T20:24:38.461Z | Checking clap_builder v4.5.60 |
| 2001 | 2026-03-13T20:24:38.506Z | Checking tokio-util v0.7.18 |
| 2002 | 2026-03-13T20:24:38.506Z | Checking rand_core v0.9.5 |
| 2003 | 2026-03-13T20:24:38.602Z | Checking atomic-waker v1.1.2 |
| 2004 | 2026-03-13T20:24:38.648Z | Checking hmac v0.12.1 |
| 2005 | 2026-03-13T20:24:38.690Z | Checking httpdate v1.0.3 |
| 2006 | 2026-03-13T20:24:38.758Z | Checking try-lock v0.2.5 |
| 2007 | 2026-03-13T20:24:38.856Z | Checking ryu v1.0.23 |
| 2008 | 2026-03-13T20:24:38.861Z | Checking tower-layer v0.3.3 |
| 2009 | 2026-03-13T20:24:38.906Z | Checking tower-service v0.3.3 |
| 2010 | 2026-03-13T20:24:38.950Z | Checking want v0.3.1 |
| 2011 | 2026-03-13T20:24:39.008Z | Checking pin-utils v0.1.0 |
| 2012 | 2026-03-13T20:24:39.054Z | Checking flagset v0.4.7 |
| 2013 | 2026-03-13T20:24:39.095Z | Checking rand_chacha v0.9.0 |
| 2014 | 2026-03-13T20:24:39.141Z | Checking erased-serde v0.3.31 |
| 2015 | 2026-03-13T20:24:39.145Z | Checking spin v0.9.8 |
| 2016 | 2026-03-13T20:24:39.244Z | Checking der v0.7.10 |
| 2017 | 2026-03-13T20:24:39.384Z | Checking h2 v0.4.13 |
| 2018 | 2026-03-13T20:24:39.425Z | Checking rand v0.9.2 |
| 2019 | 2026-03-13T20:24:39.468Z | Checking socket2 v0.5.10 |
| 2020 | 2026-03-13T20:24:39.743Z | Checking slog v2.8.2 |
| 2021 | 2026-03-13T20:24:39.818Z | Checking anyhow v1.0.102 |
| 2022 | 2026-03-13T20:24:40.093Z | Checking powerfmt v0.2.0 |
| 2023 | 2026-03-13T20:24:40.139Z | Checking num-conv v0.2.0 |
| 2024 | 2026-03-13T20:24:40.148Z | Checking num_threads v0.1.7 |
| 2025 | 2026-03-13T20:24:40.241Z | Checking clap v4.5.60 |
| 2026 | 2026-03-13T20:24:40.302Z | Checking time-core v0.1.8 |
| 2027 | 2026-03-13T20:24:40.348Z | Checking http-body-util v0.1.3 |
| 2028 | 2026-03-13T20:24:40.351Z | Checking deranged v0.5.8 |
| 2029 | 2026-03-13T20:24:40.351Z | Checking aws-lc-sys v0.37.1 |
| 2030 | 2026-03-13T20:24:40.474Z | Checking untrusted v0.7.1 |
| 2031 | 2026-03-13T20:24:40.519Z | Checking openssl-probe v0.2.1 |
| 2032 | 2026-03-13T20:24:40.564Z | Checking fastrand v2.3.0 |
| 2033 | 2026-03-13T20:24:40.653Z | Checking regex v1.12.3 |
| 2034 | 2026-03-13T20:24:40.703Z | Checking spki v0.7.3 |
| 2035 | 2026-03-13T20:24:40.706Z | Checking serde_urlencoded v0.7.1 |
| 2036 | 2026-03-13T20:24:40.825Z | Checking pbkdf2 v0.12.2 |
| 2037 | 2026-03-13T20:24:40.942Z | Checking aes v0.8.4 |
| 2038 | 2026-03-13T20:24:40.946Z | Checking rand_chacha v0.3.1 |
| 2039 | 2026-03-13T20:24:41.025Z | Checking pretty-hex v0.4.1 |
| 2040 | 2026-03-13T20:24:41.071Z | Checking unicode-width v0.2.0 |
| 2041 | 2026-03-13T20:24:41.075Z | Checking salsa20 v0.10.2 |
| 2042 | 2026-03-13T20:24:41.207Z | Checking cbc v0.1.2 |
| 2043 | 2026-03-13T20:24:41.288Z | Checking rand v0.8.5 |
| 2044 | 2026-03-13T20:24:41.332Z | Checking ipnetwork v0.21.1 |
| 2045 | 2026-03-13T20:24:41.375Z | Checking aws-lc-rs v1.16.0 |
| 2046 | 2026-03-13T20:24:41.419Z | Checking scrypt v0.11.0 |
| 2047 | 2026-03-13T20:24:41.464Z | Checking tempfile v3.25.0 |
| 2048 | 2026-03-13T20:24:41.513Z | Checking hex v0.4.3 |
| 2049 | 2026-03-13T20:24:41.625Z | Checking plain v0.2.3 |
| 2050 | 2026-03-13T20:24:41.670Z | Checking pkcs5 v0.7.1 |
| 2051 | 2026-03-13T20:24:41.752Z | Checking rustls-native-certs v0.8.3 |
| 2052 | 2026-03-13T20:24:41.797Z | Checking time v0.3.47 |
| 2053 | 2026-03-13T20:24:41.801Z | Checking sync_wrapper v1.0.2 |
| 2054 | 2026-03-13T20:24:41.883Z | Checking camino v1.2.2 |
| 2055 | 2026-03-13T20:24:41.946Z | Checking ucd-trie v0.1.7 |
| 2056 | 2026-03-13T20:24:41.999Z | Checking tower v0.5.3 |
| 2057 | 2026-03-13T20:24:42.044Z | Checking webpki-roots v1.0.6 |
| 2058 | 2026-03-13T20:24:42.087Z | Checking pkcs8 v0.10.2 |
| 2059 | 2026-03-13T20:24:42.155Z | Checking pest v2.8.6 |
| 2060 | 2026-03-13T20:24:42.227Z | Checking iri-string v0.7.10 |
| 2061 | 2026-03-13T20:24:42.280Z | Checking either v1.15.0 |
| 2062 | 2026-03-13T20:24:42.355Z | Checking mime v0.3.17 |
| 2063 | 2026-03-13T20:24:42.573Z | Checking openapiv3 v2.2.0 |
| 2064 | 2026-03-13T20:24:42.581Z | Checking winnow v0.7.14 |
| 2065 | 2026-03-13T20:24:42.666Z | Checking oxnet v0.1.4 |
| 2066 | 2026-03-13T20:24:42.677Z | Checking rustls-webpki v0.103.9 |
| 2067 | 2026-03-13T20:24:42.994Z | Checking lazy_static v1.5.0 |
| 2068 | 2026-03-13T20:24:43.122Z | Checking hyper v1.8.1 |
| 2069 | 2026-03-13T20:24:43.177Z | Checking static_assertions v1.1.0 |
| 2070 | 2026-03-13T20:24:43.285Z | Checking rustls v0.23.37 |
| 2071 | 2026-03-13T20:24:43.325Z | Checking foreign-types-shared v0.1.1 |
| 2072 | 2026-03-13T20:24:43.468Z | Checking foreign-types v0.3.2 |
| 2073 | 2026-03-13T20:24:43.475Z | Checking signature v2.2.0 |
| 2074 | 2026-03-13T20:24:43.582Z | Checking openssl-sys v0.9.111 |
| 2075 | 2026-03-13T20:24:43.704Z | Checking encoding_rs v0.8.35 |
| 2076 | 2026-03-13T20:24:43.749Z | Checking simd-adler32 v0.3.8 |
| 2077 | 2026-03-13T20:24:43.794Z | Checking tower-http v0.6.8 |
| 2078 | 2026-03-13T20:24:44.011Z | Checking hubpack v0.1.2 |
| 2079 | 2026-03-13T20:24:44.191Z | Checking adler2 v2.0.1 |
| 2080 | 2026-03-13T20:24:44.263Z | Checking strum v0.26.3 |
| 2081 | 2026-03-13T20:24:44.267Z | Checking sha1 v0.10.6 |
| 2082 | 2026-03-13T20:24:44.383Z | Checking miniz_oxide v0.8.9 |
| 2083 | 2026-03-13T20:24:44.404Z | Checking openssl v0.10.75 |
| 2084 | 2026-03-13T20:24:44.404Z | Checking data-encoding v2.10.0 |
| 2085 | 2026-03-13T20:24:44.499Z | Checking hyper-util v0.1.20 |
| 2086 | 2026-03-13T20:24:44.510Z | Checking tinyvec_macros v0.1.1 |
| 2087 | 2026-03-13T20:24:44.581Z | Checking toml_datetime v0.6.11 |
| 2088 | 2026-03-13T20:24:44.637Z | Checking tinyvec v1.10.0 |
| 2089 | 2026-03-13T20:24:44.796Z | Checking serde_spanned v0.6.9 |
| 2090 | 2026-03-13T20:24:44.848Z | Checking num-integer v0.1.46 |
| 2091 | 2026-03-13T20:24:44.892Z | Checking scroll v0.13.0 |
| 2092 | 2026-03-13T20:24:44.988Z | Checking base16ct v0.2.0 |
| 2093 | 2026-03-13T20:24:45.033Z | Checking bit-vec v0.8.0 |
| 2094 | 2026-03-13T20:24:45.104Z | Checking crossbeam-epoch v0.9.18 |
| 2095 | 2026-03-13T20:24:45.263Z | Checking crc32fast v1.5.0 |
| 2096 | 2026-03-13T20:24:45.280Z | Checking sec1 v0.7.3 |
| 2097 | 2026-03-13T20:24:45.280Z | Checking goblin v0.10.5 |
| 2098 | 2026-03-13T20:24:45.318Z | Checking bit-set v0.8.0 |
| 2099 | 2026-03-13T20:24:45.395Z | Checking ff v0.13.1 |
| 2100 | 2026-03-13T20:24:45.439Z | Checking wait-timeout v0.2.1 |
| 2101 | 2026-03-13T20:24:45.524Z | Checking memmap2 v0.9.10 |
| 2102 | 2026-03-13T20:24:45.569Z | Checking num-iter v0.1.45 |
| 2103 | 2026-03-13T20:24:45.611Z | Checking group v0.13.0 |
| 2104 | 2026-03-13T20:24:45.657Z | Checking dtrace-parser v0.3.0 |
| 2105 | 2026-03-13T20:24:45.741Z | Checking bstr v1.12.1 |
| 2106 | 2026-03-13T20:24:45.784Z | Checking hkdf v0.12.4 |
| 2107 | 2026-03-13T20:24:45.831Z | Checking ahash v0.8.12 |
| 2108 | 2026-03-13T20:24:45.984Z | Checking crypto-bigint v0.5.5 |
| 2109 | 2026-03-13T20:24:46.027Z | Checking scroll v0.12.0 |
| 2110 | 2026-03-13T20:24:46.122Z | Checking thread-id v5.1.0 |
| 2111 | 2026-03-13T20:24:46.255Z | Checking quick-error v1.2.3 |
| 2112 | 2026-03-13T20:24:46.300Z | Checking rand_xorshift v0.4.0 |
| 2113 | 2026-03-13T20:24:46.345Z | Checking zerocopy v0.7.35 |
| 2114 | 2026-03-13T20:24:46.390Z | Checking goblin v0.8.2 |
| 2115 | 2026-03-13T20:24:46.432Z | Checking rusty-fork v0.3.1 |
| 2116 | 2026-03-13T20:24:46.489Z | Checking unarray v0.1.4 |
| 2117 | 2026-03-13T20:24:46.605Z | Checking tokio-rustls v0.26.4 |
| 2118 | 2026-03-13T20:24:46.709Z | Checking num-bigint-dig v0.8.6 |
| 2119 | 2026-03-13T20:24:46.713Z | Checking proptest v1.10.0 |
| 2120 | 2026-03-13T20:24:47.008Z | Checking hyper-rustls v0.27.7 |
| 2121 | 2026-03-13T20:24:47.121Z | Checking dtrace-parser v0.2.0 |
| 2122 | 2026-03-13T20:24:47.305Z | Checking pkcs1 v0.7.5 |
| 2123 | 2026-03-13T20:24:47.391Z | Checking native-tls v0.2.18 |
| 2124 | 2026-03-13T20:24:47.467Z | Checking x509-cert v0.2.5 |
| 2125 | 2026-03-13T20:24:47.596Z | Checking elliptic-curve v0.13.8 |
| 2126 | 2026-03-13T20:24:47.640Z | Checking thread-id v4.2.2 |
| 2127 | 2026-03-13T20:24:47.684Z | Checking tokio-native-tls v0.3.1 |
| 2128 | 2026-03-13T20:24:47.776Z | Checking unicode-segmentation v1.12.0 |
| 2129 | 2026-03-13T20:24:47.910Z | Checking psl-types v2.0.11 |
| 2130 | 2026-03-13T20:24:47.950Z | Checking hyper-tls v0.6.0 |
| 2131 | 2026-03-13T20:24:48.035Z | Checking zlib-rs v0.6.2 |
| 2132 | 2026-03-13T20:24:48.094Z | Checking publicsuffix v2.3.0 |
| 2133 | 2026-03-13T20:24:48.195Z | Checking reqwest v0.12.28 |
| 2134 | 2026-03-13T20:24:48.240Z | Checking rsa v0.9.10 |
| 2135 | 2026-03-13T20:24:48.331Z | Checking crossbeam-deque v0.8.6 |
| 2136 | 2026-03-13T20:24:48.424Z | Checking cookie v0.18.1 |
| 2137 | 2026-03-13T20:24:48.589Z | Checking rfc6979 v0.4.0 |
| 2138 | 2026-03-13T20:24:48.705Z | Checking dof v0.4.0 |
| 2139 | 2026-03-13T20:24:48.756Z | Checking toml_write v0.1.2 |
| 2140 | 2026-03-13T20:24:48.804Z | Checking ecdsa v0.16.9 |
| 2141 | 2026-03-13T20:24:48.879Z | Checking cookie_store v0.22.1 |
| 2142 | 2026-03-13T20:24:49.010Z | Checking toml_edit v0.22.27 |
| 2143 | 2026-03-13T20:24:49.153Z | Checking dof v0.3.0 |
| 2144 | 2026-03-13T20:24:49.281Z | Checking flate2 v1.1.9 |
| 2145 | 2026-03-13T20:24:49.284Z | Checking rustls-platform-verifier v0.6.2 |
| 2146 | 2026-03-13T20:24:49.369Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2147 | 2026-03-13T20:24:49.414Z | Checking curve25519-dalek v4.1.3 |
| 2148 | 2026-03-13T20:24:49.495Z | Checking newtype-uuid v1.3.2 |
| 2149 | 2026-03-13T20:24:49.527Z | Checking rustix v0.38.44 |
| 2150 | 2026-03-13T20:24:49.572Z | Checking usdt-impl v0.5.0 |
| 2151 | 2026-03-13T20:24:49.716Z | Checking usdt-impl v0.6.0 |
| 2152 | 2026-03-13T20:24:49.769Z | Checking memoffset v0.9.1 |
| 2153 | 2026-03-13T20:24:49.772Z | Checking env_filter v1.0.0 |
| 2154 | 2026-03-13T20:24:49.850Z | Checking keccak v0.1.6 |
| 2155 | 2026-03-13T20:24:49.896Z | Checking daft v0.1.5 |
| 2156 | 2026-03-13T20:24:49.966Z | Checking reqwest v0.13.2 |
| 2157 | 2026-03-13T20:24:50.017Z | Checking env_logger v0.11.9 |
| 2158 | 2026-03-13T20:24:50.107Z | Checking sha3 v0.10.8 |
| 2159 | 2026-03-13T20:24:50.150Z | Checking usdt v0.6.0 |
| 2160 | 2026-03-13T20:24:50.247Z | Checking ed25519 v2.2.3 |
| 2161 | 2026-03-13T20:24:50.296Z | Checking itertools v0.13.0 |
| 2162 | 2026-03-13T20:24:50.383Z | Checking serde_with v3.17.0 |
| 2163 | 2026-03-13T20:24:50.428Z | Checking bitflags v1.3.2 |
| 2164 | 2026-03-13T20:24:50.486Z | Checking siphasher v1.0.2 |
| 2165 | 2026-03-13T20:24:50.532Z | Checking ed25519-dalek v2.2.0 |
| 2166 | 2026-03-13T20:24:50.576Z | Checking unicode-normalization v0.1.25 |
| 2167 | 2026-03-13T20:24:50.620Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2168 | 2026-03-13T20:24:50.715Z | Checking signal-hook v0.3.18 |
| 2169 | 2026-03-13T20:24:50.759Z | Checking winnow v0.5.40 |
| 2170 | 2026-03-13T20:24:50.861Z | Checking managed v0.8.0 |
| 2171 | 2026-03-13T20:24:50.915Z | Checking nix v0.31.1 |
| 2172 | 2026-03-13T20:24:50.988Z | Checking rayon-core v1.13.0 |
| 2173 | 2026-03-13T20:24:51.145Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2174 | 2026-03-13T20:24:51.191Z | Checking object v0.37.3 |
| 2175 | 2026-03-13T20:24:51.196Z | Checking foldhash v0.1.5 |
| 2176 | 2026-03-13T20:24:51.289Z | Checking bzip2 v0.4.4 |
| 2177 | 2026-03-13T20:24:51.436Z | Checking hashbrown v0.15.5 |
| 2178 | 2026-03-13T20:24:51.480Z | Checking signal-hook-mio v0.2.5 |
| 2179 | 2026-03-13T20:24:51.529Z | Checking ref-cast v1.0.25 |
| 2180 | 2026-03-13T20:24:51.641Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2181 | 2026-03-13T20:24:51.687Z | Checking zip v0.6.6 |
| 2182 | 2026-03-13T20:24:51.750Z | Checking bumpalo v3.20.2 |
| 2183 | 2026-03-13T20:24:51.829Z | Checking zstd-safe v7.2.4 |
| 2184 | 2026-03-13T20:24:52.066Z | Checking libbz2-rs-sys v0.2.2 |
| 2185 | 2026-03-13T20:24:52.107Z | Checking zstd v0.13.3 |
| 2186 | 2026-03-13T20:24:52.112Z | Checking zopfli v0.8.3 |
| 2187 | 2026-03-13T20:24:52.191Z | Checking crossterm v0.28.1 |
| 2188 | 2026-03-13T20:24:52.389Z | Checking toml_edit v0.19.15 |
| 2189 | 2026-03-13T20:24:52.435Z | Checking rayon v1.11.0 |
| 2190 | 2026-03-13T20:24:52.439Z | Checking similar v2.7.0 |
| 2191 | 2026-03-13T20:24:52.519Z | Checking fs-err v3.3.0 |
| 2192 | 2026-03-13T20:24:52.621Z | Checking hash32 v0.2.1 |
| 2193 | 2026-03-13T20:24:52.624Z | Checking bzip2 v0.6.1 |
| 2194 | 2026-03-13T20:24:52.865Z | Checking serde-big-array v0.5.1 |
| 2195 | 2026-03-13T20:24:52.911Z | Checking unicode-properties v0.1.4 |
| 2196 | 2026-03-13T20:24:52.955Z | Checking jiff v0.2.21 |
| 2197 | 2026-03-13T20:24:52.998Z | Checking unicode-bidi v0.3.18 |
| 2198 | 2026-03-13T20:24:53.069Z | Checking predicates-core v1.0.10 |
| 2199 | 2026-03-13T20:24:53.185Z | Checking heapless v0.7.17 |
| 2200 | 2026-03-13T20:24:53.229Z | Checking hickory-proto v0.25.2 |
| 2201 | 2026-03-13T20:24:53.274Z | Checking tokio-stream v0.1.18 |
| 2202 | 2026-03-13T20:24:53.423Z | Checking stringprep v0.1.5 |
| 2203 | 2026-03-13T20:24:53.653Z | Checking md-5 v0.10.6 |
| 2204 | 2026-03-13T20:24:53.782Z | Checking float-cmp v0.10.0 |
| 2205 | 2026-03-13T20:24:53.828Z | Checking difflib v0.4.0 |
| 2206 | 2026-03-13T20:24:53.871Z | Checking normalize-line-endings v0.3.0 |
| 2207 | 2026-03-13T20:24:53.874Z | Checking toml v0.7.8 |
| 2208 | 2026-03-13T20:24:53.974Z | Checking fallible-iterator v0.2.0 |
| 2209 | 2026-03-13T20:24:54.019Z | Checking rustc-hash v2.1.1 |
| 2210 | 2026-03-13T20:24:54.090Z | Checking predicates v3.1.4 |
| 2211 | 2026-03-13T20:24:54.192Z | Checking iddqd v0.3.17 |
| 2212 | 2026-03-13T20:24:54.374Z | Checking postgres-protocol v0.6.10 |
| 2213 | 2026-03-13T20:24:54.377Z | Checking smoltcp v0.9.1 |
| 2214 | 2026-03-13T20:24:54.523Z | Checking phf_shared v0.13.1 |
| 2215 | 2026-03-13T20:24:54.567Z | Checking phf_shared v0.11.3 |
| 2216 | 2026-03-13T20:24:54.794Z | Checking itertools v0.12.1 |
| 2217 | 2026-03-13T20:24:54.797Z | Checking console v0.16.2 |
| 2218 | 2026-03-13T20:24:54.877Z | Checking buf-list v1.1.2 |
| 2219 | 2026-03-13T20:24:54.882Z | Checking strum v0.27.2 |
| 2220 | 2026-03-13T20:24:55.094Z | Checking lalrpop-util v0.19.12 |
| 2221 | 2026-03-13T20:24:55.146Z | Checking unit-prefix v0.5.2 |
| 2222 | 2026-03-13T20:24:55.264Z | Checking fixedbitset v0.5.7 |
| 2223 | 2026-03-13T20:24:55.313Z | Checking new_debug_unreachable v1.0.6 |
| 2224 | 2026-03-13T20:24:55.359Z | Checking fixedbitset v0.4.2 |
| 2225 | 2026-03-13T20:24:55.364Z | Checking precomputed-hash v0.1.1 |
| 2226 | 2026-03-13T20:24:55.445Z | Checking indicatif v0.18.4 |
| 2227 | 2026-03-13T20:24:55.449Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2228 | 2026-03-13T20:24:55.531Z | Checking string_cache v0.8.9 |
| 2229 | 2026-03-13T20:24:55.575Z | Checking petgraph v0.8.3 |
| 2230 | 2026-03-13T20:24:55.654Z | Checking petgraph v0.6.5 |
| 2231 | 2026-03-13T20:24:55.782Z | Checking postgres-types v0.2.12 |
| 2232 | 2026-03-13T20:24:55.991Z | Checking phf v0.13.1 |
| 2233 | 2026-03-13T20:24:56.184Z | Checking zip v4.6.1 |
| 2234 | 2026-03-13T20:24:56.230Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2235 | 2026-03-13T20:24:56.234Z | Checking zone v0.3.1 |
| 2236 | 2026-03-13T20:24:56.315Z | Checking peg-runtime v0.8.5 |
| 2237 | 2026-03-13T20:24:56.528Z | Checking whoami v2.1.0 |
| 2238 | 2026-03-13T20:24:56.773Z | Checking futures-executor v0.3.32 |
| 2239 | 2026-03-13T20:24:56.819Z | Checking tokio-postgres v0.7.16 |
| 2240 | 2026-03-13T20:24:56.859Z | Checking is-terminal v0.4.17 |
| 2241 | 2026-03-13T20:24:56.993Z | Checking crossbeam-channel v0.5.15 |
| 2242 | 2026-03-13T20:24:57.046Z | Checking futures v0.3.32 |
| 2243 | 2026-03-13T20:24:57.049Z | Compiling structmeta-derive v0.3.0 |
| 2244 | 2026-03-13T20:24:57.136Z | Checking thread_local v1.1.9 |
| 2245 | 2026-03-13T20:24:57.182Z | Checking take_mut v0.2.2 |
| 2246 | 2026-03-13T20:24:57.348Z | Checking term v1.2.1 |
| 2247 | 2026-03-13T20:24:57.393Z | Compiling newtype-uuid-macros v0.1.0 |
| 2248 | 2026-03-13T20:24:57.449Z | Compiling rustls v0.22.4 |
| 2249 | 2026-03-13T20:24:57.494Z | Checking slog-async v2.8.0 |
| 2250 | 2026-03-13T20:24:57.677Z | Checking slog-term v2.9.2 |
| 2251 | 2026-03-13T20:24:57.772Z | Checking regress v0.10.5 |
| 2252 | 2026-03-13T20:24:57.828Z | Compiling multer v3.1.0 |
| 2253 | 2026-03-13T20:24:57.873Z | Compiling async-stream-impl v0.3.6 |
| 2254 | 2026-03-13T20:24:58.060Z | Compiling dropshot v0.16.7 |
| 2255 | 2026-03-13T20:24:58.215Z | Compiling dropshot_endpoint v0.16.7 |
| 2256 | 2026-03-13T20:24:58.446Z | Checking match_cfg v0.1.0 |
| 2257 | 2026-03-13T20:24:58.490Z | Checking slog-json v2.6.1 |
| 2258 | 2026-03-13T20:24:58.550Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2259 | 2026-03-13T20:24:58.596Z | Checking hostname v0.3.1 |
| 2260 | 2026-03-13T20:24:58.642Z | Compiling structmeta v0.3.0 |
| 2261 | 2026-03-13T20:24:58.726Z | Checking debug-ignore v1.0.5 |
| 2262 | 2026-03-13T20:24:58.770Z | Checking serde_spanned v1.0.4 |
| 2263 | 2026-03-13T20:24:58.773Z | Checking slog-bunyan v2.5.0 |
| 2264 | 2026-03-13T20:24:58.858Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2265 | 2026-03-13T20:24:58.904Z | Checking rustls-webpki v0.102.8 |
| 2266 | 2026-03-13T20:24:58.949Z | Checking serde_path_to_error v0.1.20 |
| 2267 | 2026-03-13T20:24:58.951Z | Compiling derive-ex v0.1.8 |
| 2268 | 2026-03-13T20:24:59.032Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2269 | 2026-03-13T20:24:59.106Z | Checking progenitor-client v0.13.0 |
| 2270 | 2026-03-13T20:24:59.151Z | Checking toml v0.9.12+spec-1.1.0 |
| 2271 | 2026-03-13T20:24:59.358Z | Checking async-stream v0.3.6 |
| 2272 | 2026-03-13T20:24:59.555Z | Checking waitgroup v0.1.2 |
| 2273 | 2026-03-13T20:24:59.600Z | Checking rustls-pemfile v2.2.0 |
| 2274 | 2026-03-13T20:24:59.718Z | Checking hostname v0.4.2 |
| 2275 | 2026-03-13T20:24:59.780Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2276 | 2026-03-13T20:24:59.825Z | Compiling parse-display-derive v0.10.0 |
| 2277 | 2026-03-13T20:24:59.828Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2278 | 2026-03-13T20:24:59.950Z | Checking itertools v0.14.0 |
| 2279 | 2026-03-13T20:24:59.996Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2280 | 2026-03-13T20:25:00.042Z | Checking macaddr v1.0.1 |
| 2281 | 2026-03-13T20:25:00.045Z | Checking progenitor-client v0.10.0 |
| 2282 | 2026-03-13T20:25:00.319Z | Checking instant v0.1.13 |
| 2283 | 2026-03-13T20:25:00.401Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2284 | 2026-03-13T20:25:00.464Z | Checking backoff v0.4.0 |
| 2285 | 2026-03-13T20:25:00.569Z | Checking backon v1.6.0 |
| 2286 | 2026-03-13T20:25:00.697Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2287 | 2026-03-13T20:25:00.744Z | Checking heck v0.5.0 |
| 2288 | 2026-03-13T20:25:00.828Z | Checking progenitor-extras v0.1.1 |
| 2289 | 2026-03-13T20:25:00.934Z | Checking camino-tempfile v1.4.1 |
| 2290 | 2026-03-13T20:25:01.144Z | Checking toml v0.8.23 |
| 2291 | 2026-03-13T20:25:01.362Z | Compiling unsafe-libyaml v0.2.11 |
| 2292 | 2026-03-13T20:25:01.407Z | Compiling test-strategy v0.4.5 |
| 2293 | 2026-03-13T20:25:01.447Z | Compiling convert_case v0.4.0 |
| 2294 | 2026-03-13T20:25:01.492Z | Checking tokio-rustls v0.25.0 |
| 2295 | 2026-03-13T20:25:01.624Z | Checking secrecy v0.10.3 |
| 2296 | 2026-03-13T20:25:01.823Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2297 | 2026-03-13T20:25:01.989Z | Compiling derive_more v0.99.20 |
| 2298 | 2026-03-13T20:25:02.219Z | Checking parse-display v0.10.0 |
| 2299 | 2026-03-13T20:25:02.446Z | Compiling serde_yaml v0.9.34+deprecated |
| 2300 | 2026-03-13T20:25:02.490Z | Compiling crucible-workspace-hack v0.1.0 |
| 2301 | 2026-03-13T20:25:02.777Z | Compiling proc-macro-crate v3.4.0 |
| 2302 | 2026-03-13T20:25:02.993Z | Compiling typify-impl v0.6.1 |
| 2303 | 2026-03-13T20:25:03.566Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2304 | 2026-03-13T20:25:03.728Z | Checking half v2.7.1 |
| 2305 | 2026-03-13T20:25:04.109Z | Checking ciborium-io v0.2.2 |
| 2306 | 2026-03-13T20:25:04.155Z | Checking glob v0.3.3 |
| 2307 | 2026-03-13T20:25:04.261Z | Checking ciborium-ll v0.2.2 |
| 2308 | 2026-03-13T20:25:04.369Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2309 | 2026-03-13T20:25:04.424Z | Compiling heapless v0.8.0 |
| 2310 | 2026-03-13T20:25:04.527Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2311 | 2026-03-13T20:25:04.570Z | Checking ciborium v0.2.2 |
| 2312 | 2026-03-13T20:25:04.942Z | Compiling ingot-macros v0.1.1 |
| 2313 | 2026-03-13T20:25:05.134Z | Checking tabwriter v1.4.1 |
| 2314 | 2026-03-13T20:25:05.177Z | Checking hash32 v0.3.1 |
| 2315 | 2026-03-13T20:25:05.221Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2316 | 2026-03-13T20:25:05.225Z | Compiling smoltcp v0.11.0 |
| 2317 | 2026-03-13T20:25:05.351Z | Compiling num_enum_derive v0.7.5 |
| 2318 | 2026-03-13T20:25:05.573Z | Checking cobs v0.3.0 |
| 2319 | 2026-03-13T20:25:05.735Z | Compiling foreign-types-macros v0.2.3 |
| 2320 | 2026-03-13T20:25:05.815Z | Checking cpufeatures v0.3.0 |
| 2321 | 2026-03-13T20:25:05.871Z | Checking foreign-types-shared v0.3.1 |
| 2322 | 2026-03-13T20:25:05.946Z | Checking chacha20 v0.10.0 |
| 2323 | 2026-03-13T20:25:06.031Z | Checking postcard v1.1.3 |
| 2324 | 2026-03-13T20:25:06.476Z | Compiling proc-macro-crate v1.3.1 |
| 2325 | 2026-03-13T20:25:06.572Z | Checking foreign-types v0.5.0 |
| 2326 | 2026-03-13T20:25:06.614Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2327 | 2026-03-13T20:25:06.705Z | Checking sigpipe v0.1.3 |
| 2328 | 2026-03-13T20:25:06.832Z | Checking num_enum v0.7.5 |
| 2329 | 2026-03-13T20:25:06.876Z | Checking cstr-argument v0.1.2 |
| 2330 | 2026-03-13T20:25:06.935Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2331 | 2026-03-13T20:25:07.009Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2332 | 2026-03-13T20:25:07.105Z | Checking colored v3.1.1 |
| 2333 | 2026-03-13T20:25:07.147Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2334 | 2026-03-13T20:25:07.415Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2335 | 2026-03-13T20:25:07.501Z | Compiling num_enum_derive v0.5.11 |
| 2336 | 2026-03-13T20:25:07.583Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2337 | 2026-03-13T20:25:07.627Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2338 | 2026-03-13T20:25:07.674Z | Checking rand v0.10.0 |
| 2339 | 2026-03-13T20:25:07.774Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2340 | 2026-03-13T20:25:07.819Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2341 | 2026-03-13T20:25:07.823Z | Checking indent_write v2.2.0 |
| 2342 | 2026-03-13T20:25:08.061Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2343 | 2026-03-13T20:25:08.214Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2344 | 2026-03-13T20:25:08.319Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2345 | 2026-03-13T20:25:08.428Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2346 | 2026-03-13T20:25:08.471Z | Checking smf v0.2.3 |
| 2347 | 2026-03-13T20:25:08.706Z | Compiling num-derive v0.4.2 |
| 2348 | 2026-03-13T20:25:08.825Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2349 | 2026-03-13T20:25:08.872Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2350 | 2026-03-13T20:25:08.916Z | Checking ingot-types v0.1.2 |
| 2351 | 2026-03-13T20:25:08.960Z | Checking num_enum v0.5.11 |
| 2352 | 2026-03-13T20:25:09.098Z | Checking whoami v1.6.1 |
| 2353 | 2026-03-13T20:25:09.144Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2354 | 2026-03-13T20:25:09.246Z | Checking universal-hash v0.5.1 |
| 2355 | 2026-03-13T20:25:09.355Z | Checking opaque-debug v0.3.1 |
| 2356 | 2026-03-13T20:25:09.446Z | Checking ingot v0.1.1 |
| 2357 | 2026-03-13T20:25:09.450Z | Checking aead v0.5.2 |
| 2358 | 2026-03-13T20:25:09.533Z | Checking swrite v0.1.0 |
| 2359 | 2026-03-13T20:25:09.574Z | Compiling typify-macro v0.6.1 |
| 2360 | 2026-03-13T20:25:09.618Z | Checking poly1305 v0.8.0 |
| 2361 | 2026-03-13T20:25:09.622Z | Checking chacha20 v0.9.1 |
| 2362 | 2026-03-13T20:25:09.704Z | Checking unicode-width v0.1.14 |
| 2363 | 2026-03-13T20:25:09.711Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2364 | 2026-03-13T20:25:09.945Z | Checking password-hash v0.5.0 |
| 2365 | 2026-03-13T20:25:09.990Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2366 | 2026-03-13T20:25:09.993Z | Checking blake2 v0.10.6 |
| 2367 | 2026-03-13T20:25:10.075Z | Compiling usdt-attr-macro v0.5.0 |
| 2368 | 2026-03-13T20:25:10.282Z | Compiling usdt-macro v0.5.0 |
| 2369 | 2026-03-13T20:25:10.326Z | Checking memmap v0.7.0 |
| 2370 | 2026-03-13T20:25:10.371Z | Checking argon2 v0.5.3 |
| 2371 | 2026-03-13T20:25:10.529Z | Checking chacha20poly1305 v0.10.1 |
| 2372 | 2026-03-13T20:25:10.728Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2373 | 2026-03-13T20:25:10.848Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2374 | 2026-03-13T20:25:11.152Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2375 | 2026-03-13T20:25:11.195Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2376 | 2026-03-13T20:25:11.270Z | Checking usdt v0.5.0 |
| 2377 | 2026-03-13T20:25:11.275Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2378 | 2026-03-13T20:25:11.407Z | Checking thiserror-no-std v2.0.2 |
| 2379 | 2026-03-13T20:25:11.464Z | Compiling derive-where v1.6.0 |
| 2380 | 2026-03-13T20:25:11.510Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2381 | 2026-03-13T20:25:11.549Z | Checking tokio-dtrace v0.1.1 |
| 2382 | 2026-03-13T20:25:11.552Z | Checking atomicwrites v0.4.4 |
| 2383 | 2026-03-13T20:25:11.592Z | Checking vsss-rs v3.3.4 |
| 2384 | 2026-03-13T20:25:11.786Z | Checking console v0.15.11 |
| 2385 | 2026-03-13T20:25:11.830Z | Checking oxide-tokio-rt v0.1.3 |
| 2386 | 2026-03-13T20:25:11.969Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2387 | 2026-03-13T20:25:11.974Z | Compiling typify v0.6.1 |
| 2388 | 2026-03-13T20:25:12.255Z | Compiling progenitor-impl v0.13.0 |
| 2389 | 2026-03-13T20:25:12.306Z | Checking newline-converter v0.3.0 |
| 2390 | 2026-03-13T20:25:12.383Z | Compiling prettyplease v0.2.37 |
| 2391 | 2026-03-13T20:25:12.468Z | Checking expectorate v1.2.0 |
| 2392 | 2026-03-13T20:25:12.661Z | Checking bytecount v0.6.9 |
| 2393 | 2026-03-13T20:25:12.816Z | Compiling owo-colors v4.3.0 |
| 2394 | 2026-03-13T20:25:12.834Z | Compiling cancel-safe-futures v0.1.5 |
| 2395 | 2026-03-13T20:25:13.201Z | Checking libsw-core v0.3.2 |
| 2396 | 2026-03-13T20:25:13.436Z | Checking libsw v3.5.0 |
| 2397 | 2026-03-13T20:25:13.441Z | Checking linear-map v1.2.0 |
| 2398 | 2026-03-13T20:25:13.521Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2399 | 2026-03-13T20:25:13.566Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2400 | 2026-03-13T20:25:13.613Z | Checking same-file v1.0.6 |
| 2401 | 2026-03-13T20:25:13.659Z | Checking num-rational v0.4.2 |
| 2402 | 2026-03-13T20:25:13.719Z | Checking num-complex v0.4.6 |
| 2403 | 2026-03-13T20:25:13.762Z | Checking float-ord v0.3.2 |
| 2404 | 2026-03-13T20:25:13.805Z | Checking walkdir v2.5.0 |
| 2405 | 2026-03-13T20:25:13.924Z | Checking gethostname v0.5.0 |
| 2406 | 2026-03-13T20:25:14.097Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2407 | 2026-03-13T20:25:14.247Z | Checking num v0.4.3 |
| 2408 | 2026-03-13T20:25:14.290Z | Compiling async-recursion v1.1.1 |
| 2409 | 2026-03-13T20:25:14.293Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2410 | 2026-03-13T20:25:14.420Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2411 | 2026-03-13T20:25:14.931Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2412 | 2026-03-13T20:25:15.484Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2413 | 2026-03-13T20:25:16.080Z | Compiling progenitor-macro v0.13.0 |
| 2414 | 2026-03-13T20:25:16.613Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2415 | 2026-03-13T20:25:18.157Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2416 | 2026-03-13T20:25:18.297Z | Checking unicode-linebreak v0.1.5 |
| 2417 | 2026-03-13T20:25:18.300Z | Checking smawk v0.3.2 |
| 2418 | 2026-03-13T20:25:18.533Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2419 | 2026-03-13T20:25:18.577Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2420 | 2026-03-13T20:25:18.621Z | Checking globset v0.4.18 |
| 2421 | 2026-03-13T20:25:19.281Z | Compiling convert_case v0.10.0 |
| 2422 | 2026-03-13T20:25:19.912Z | Compiling slog-dtrace v0.3.0 |
| 2423 | 2026-03-13T20:25:20.207Z | Checking resolv-conf v0.7.6 |
| 2424 | 2026-03-13T20:25:20.477Z | Compiling derive_more-impl v2.1.1 |
| 2425 | 2026-03-13T20:25:20.772Z | Compiling pin-project-internal v1.1.11 |
| 2426 | 2026-03-13T20:25:20.884Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2427 | 2026-03-13T20:25:20.928Z | Checking pem v3.0.6 |
| 2428 | 2026-03-13T20:25:21.167Z | Checking fd-lock v4.0.4 |
| 2429 | 2026-03-13T20:25:21.212Z | Checking vte v0.14.1 |
| 2430 | 2026-03-13T20:25:21.358Z | Checking display-error-chain v0.2.2 |
| 2431 | 2026-03-13T20:25:21.453Z | Checking strip-ansi-escapes v0.2.1 |
| 2432 | 2026-03-13T20:25:21.546Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2433 | 2026-03-13T20:25:21.608Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2434 | 2026-03-13T20:25:21.650Z | Checking derive_more v2.1.1 |
| 2435 | 2026-03-13T20:25:21.653Z | Compiling snafu-derive v0.8.9 |
| 2436 | 2026-03-13T20:25:21.752Z | Checking nu-ansi-term v0.50.3 |
| 2437 | 2026-03-13T20:25:21.797Z | Checking crossterm v0.29.0 |
| 2438 | 2026-03-13T20:25:22.080Z | Checking linked-hash-map v0.5.6 |
| 2439 | 2026-03-13T20:25:22.341Z | Checking termtree v0.5.1 |
| 2440 | 2026-03-13T20:25:22.385Z | Checking pin-project v1.1.11 |
| 2441 | 2026-03-13T20:25:22.468Z | Checking lru-cache v0.1.2 |
| 2442 | 2026-03-13T20:25:22.544Z | Checking reedline v0.40.0 |
| 2443 | 2026-03-13T20:25:22.587Z | Checking textwrap v0.16.2 |
| 2444 | 2026-03-13T20:25:22.638Z | Checking olpc-cjson v0.1.4 |
| 2445 | 2026-03-13T20:25:22.682Z | Checking hickory-proto v0.24.4 |
| 2446 | 2026-03-13T20:25:22.905Z | Checking serde_plain v1.0.2 |
| 2447 | 2026-03-13T20:25:23.127Z | Compiling minimal-lexical v0.2.1 |
| 2448 | 2026-03-13T20:25:23.213Z | Checking progenitor v0.13.0 |
| 2449 | 2026-03-13T20:25:23.427Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2450 | 2026-03-13T20:25:23.504Z | Checking typed-path v0.9.3 |
| 2451 | 2026-03-13T20:25:24.192Z | Compiling nom v7.1.3 |
| 2452 | 2026-03-13T20:25:24.471Z | Checking snafu v0.8.9 |
| 2453 | 2026-03-13T20:25:24.647Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2454 | 2026-03-13T20:25:24.823Z | Checking tough v0.20.0 |
| 2455 | 2026-03-13T20:25:25.210Z | Checking nibble_vec v0.1.0 |
| 2456 | 2026-03-13T20:25:25.414Z | Checking endian-type v0.1.2 |
| 2457 | 2026-03-13T20:25:25.459Z | Checking hickory-resolver v0.24.4 |
| 2458 | 2026-03-13T20:25:25.617Z | Checking radix_trie v0.2.1 |
| 2459 | 2026-03-13T20:25:25.927Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2460 | 2026-03-13T20:25:26.099Z | Compiling ar_archive_writer v0.5.1 |
| 2461 | 2026-03-13T20:25:26.447Z | Checking humantime v2.3.0 |
| 2462 | 2026-03-13T20:25:26.490Z | Checking qorb v0.4.1 |
| 2463 | 2026-03-13T20:25:26.716Z | Checking csv-core v0.1.13 |
| 2464 | 2026-03-13T20:25:26.761Z | Checking base64 v0.21.7 |
| 2465 | 2026-03-13T20:25:26.963Z | Compiling stacker v0.1.23 |
| 2466 | 2026-03-13T20:25:27.006Z | Checking csv v1.4.0 |
| 2467 | 2026-03-13T20:25:27.139Z | Compiling cfg_aliases v0.1.1 |
| 2468 | 2026-03-13T20:25:27.278Z | Checking highway v1.3.0 |
| 2469 | 2026-03-13T20:25:27.426Z | Compiling psm v0.1.30 |
| 2470 | 2026-03-13T20:25:27.484Z | Compiling nix v0.28.0 |
| 2471 | 2026-03-13T20:25:27.588Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2472 | 2026-03-13T20:25:27.637Z | Checking papergrid v0.11.0 |
| 2473 | 2026-03-13T20:25:27.641Z | Compiling tabled_derive v0.7.0 |
| 2474 | 2026-03-13T20:25:27.758Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2475 | 2026-03-13T20:25:28.015Z | Checking home v0.5.12 |
| 2476 | 2026-03-13T20:25:28.222Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2477 | 2026-03-13T20:25:28.225Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2478 | 2026-03-13T20:25:28.307Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2479 | 2026-03-13T20:25:28.510Z | Checking phf_shared v0.12.1 |
| 2480 | 2026-03-13T20:25:28.736Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2481 | 2026-03-13T20:25:28.778Z | Compiling semver v0.1.20 |
| 2482 | 2026-03-13T20:25:28.954Z | Compiling chrono-tz v0.10.4 |
| 2483 | 2026-03-13T20:25:28.999Z | Checking phf v0.12.1 |
| 2484 | 2026-03-13T20:25:29.045Z | Checking tabled v0.15.0 |
| 2485 | 2026-03-13T20:25:29.092Z | Compiling rustc_version v0.1.7 |
| 2486 | 2026-03-13T20:25:29.239Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2487 | 2026-03-13T20:25:29.322Z | Checking recursive v0.1.1 |
| 2488 | 2026-03-13T20:25:29.362Z | Compiling const_format_proc_macros v0.2.34 |
| 2489 | 2026-03-13T20:25:29.407Z | Compiling peg-macros v0.8.5 |
| 2490 | 2026-03-13T20:25:29.450Z | Checking winnow v0.6.26 |
| 2491 | 2026-03-13T20:25:29.491Z | Compiling sqlparser_derive v0.5.0 |
| 2492 | 2026-03-13T20:25:29.979Z | Checking unicode_categories v0.1.1 |
| 2493 | 2026-03-13T20:25:30.575Z | Checking sqlparser v0.61.0 |
| 2494 | 2026-03-13T20:25:30.658Z | Checking rustyline v14.0.0 |
| 2495 | 2026-03-13T20:25:30.710Z | Checking const_format v0.2.35 |
| 2496 | 2026-03-13T20:25:31.101Z | Checking sqlformat v0.3.5 |
| 2497 | 2026-03-13T20:25:31.317Z | Checking peg v0.8.5 |
| 2498 | 2026-03-13T20:25:31.326Z | Compiling newtype_derive v0.1.6 |
| 2499 | 2026-03-13T20:25:31.677Z | Checking bcs v0.1.6 |
| 2500 | 2026-03-13T20:25:31.730Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2501 | 2026-03-13T20:25:31.928Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2502 | 2026-03-13T20:25:32.008Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2503 | 2026-03-13T20:25:32.041Z | Checking steno v0.4.1 |
| 2504 | 2026-03-13T20:25:32.177Z | Compiling typify-impl v0.4.3 |
| 2505 | 2026-03-13T20:25:32.376Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2506 | 2026-03-13T20:25:33.479Z | Checking utf-8 v0.7.6 |
| 2507 | 2026-03-13T20:25:33.597Z | Checking filetime v0.2.27 |
| 2508 | 2026-03-13T20:25:33.693Z | Checking arc-swap v1.8.2 |
| 2509 | 2026-03-13T20:25:34.026Z | Checking xattr v1.6.1 |
| 2510 | 2026-03-13T20:25:34.228Z | Checking tar v0.4.44 |
| 2511 | 2026-03-13T20:25:34.776Z | Checking slog-scope v4.4.1 |
| 2512 | 2026-03-13T20:25:34.955Z | Checking tungstenite v0.21.0 |
| 2513 | 2026-03-13T20:25:34.997Z | Checking slog-stdlog v4.1.1 |
| 2514 | 2026-03-13T20:25:35.186Z | Checking slog-envlogger v2.2.0 |
| 2515 | 2026-03-13T20:25:35.231Z | Checking typeid v1.0.3 |
| 2516 | 2026-03-13T20:25:35.400Z | Checking subprocess v0.2.15 |
| 2517 | 2026-03-13T20:25:35.441Z | Checking headers-core v0.3.0 |
| 2518 | 2026-03-13T20:25:35.555Z | Checking tokio-tungstenite v0.21.0 |
| 2519 | 2026-03-13T20:25:35.608Z | Checking headers v0.4.1 |
| 2520 | 2026-03-13T20:25:35.808Z | Compiling lzma-sys v0.1.20 |
| 2521 | 2026-03-13T20:25:35.938Z | Compiling cargo_toml v0.22.3 |
| 2522 | 2026-03-13T20:25:36.021Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2523 | 2026-03-13T20:25:36.285Z | Checking yasna v0.5.2 |
| 2524 | 2026-03-13T20:25:36.617Z | Checking xz2 v0.1.7 |
| 2525 | 2026-03-13T20:25:36.843Z | Checking rcgen v0.12.1 |
| 2526 | 2026-03-13T20:25:36.885Z | Checking ron v0.12.0 |
| 2527 | 2026-03-13T20:25:37.318Z | Checking base16ct v1.0.0 |
| 2528 | 2026-03-13T20:25:37.386Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2529 | 2026-03-13T20:25:37.529Z | Checking dropshot-api-manager-types v0.6.0 |
| 2530 | 2026-03-13T20:25:37.650Z | Checking tagptr v0.2.0 |
| 2531 | 2026-03-13T20:25:37.784Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2532 | 2026-03-13T20:25:37.874Z | Checking moka v0.12.13 |
| 2533 | 2026-03-13T20:25:37.985Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2534 | 2026-03-13T20:25:38.036Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2535 | 2026-03-13T20:25:38.212Z | Compiling radium v0.7.0 |
| 2536 | 2026-03-13T20:25:38.631Z | Compiling libefi-sys v0.1.0 |
| 2537 | 2026-03-13T20:25:38.748Z | Compiling bitfield-struct v0.6.2 |
| 2538 | 2026-03-13T20:25:38.794Z | Checking hickory-resolver v0.25.2 |
| 2539 | 2026-03-13T20:25:38.897Z | Compiling typify-macro v0.4.3 |
| 2540 | 2026-03-13T20:25:38.984Z | Compiling maybe-uninit v2.0.0 |
| 2541 | 2026-03-13T20:25:39.408Z | Checking tap v1.0.1 |
| 2542 | 2026-03-13T20:25:39.594Z | Checking wyz v0.5.1 |
| 2543 | 2026-03-13T20:25:39.685Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2544 | 2026-03-13T20:25:39.785Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2545 | 2026-03-13T20:25:39.928Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2546 | 2026-03-13T20:25:39.965Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2547 | 2026-03-13T20:25:40.285Z | Compiling zerocopy-derive v0.6.6 |
| 2548 | 2026-03-13T20:25:40.331Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2549 | 2026-03-13T20:25:40.374Z | Checking funty v2.0.0 |
| 2550 | 2026-03-13T20:25:40.419Z | Checking crc-catalog v2.4.0 |
| 2551 | 2026-03-13T20:25:40.470Z | Compiling packed_struct v0.10.1 |
| 2552 | 2026-03-13T20:25:40.582Z | Checking crc v3.4.0 |
| 2553 | 2026-03-13T20:25:40.854Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2554 | 2026-03-13T20:25:40.941Z | Checking bitvec v1.0.1 |
| 2555 | 2026-03-13T20:25:41.004Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2556 | 2026-03-13T20:25:41.246Z | Compiling packed_struct_codegen v0.10.1 |
| 2557 | 2026-03-13T20:25:41.290Z | Compiling typify v0.4.3 |
| 2558 | 2026-03-13T20:25:41.373Z | Compiling bitfield-macros v0.19.4 |
| 2559 | 2026-03-13T20:25:41.471Z | Compiling progenitor-impl v0.10.0 |
| 2560 | 2026-03-13T20:25:41.513Z | Checking zerocopy v0.6.6 |
| 2561 | 2026-03-13T20:25:41.972Z | Compiling indexmap v1.9.3 |
| 2562 | 2026-03-13T20:25:42.340Z | Checking nodrop v0.1.14 |
| 2563 | 2026-03-13T20:25:42.448Z | Checking bitfield v0.19.4 |
| 2564 | 2026-03-13T20:25:42.499Z | Checking array-init v0.0.4 |
| 2565 | 2026-03-13T20:25:42.915Z | Checking smallvec v0.6.14 |
| 2566 | 2026-03-13T20:25:42.956Z | Checking hashbrown v0.12.3 |
| 2567 | 2026-03-13T20:25:43.000Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2568 | 2026-03-13T20:25:43.042Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2569 | 2026-03-13T20:25:43.210Z | Checking serde-hex v0.1.0 |
| 2570 | 2026-03-13T20:25:43.251Z | Checking ron v0.8.1 |
| 2571 | 2026-03-13T20:25:44.045Z | Checking hashbrown v0.13.2 |
| 2572 | 2026-03-13T20:25:44.085Z | Checking crc-any v2.5.0 |
| 2573 | 2026-03-13T20:25:44.301Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2574 | 2026-03-13T20:25:44.372Z | Checking path-slash v0.1.5 |
| 2575 | 2026-03-13T20:25:44.539Z | Compiling xshell-macros v0.2.7 |
| 2576 | 2026-03-13T20:25:44.583Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2577 | 2026-03-13T20:25:44.586Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2578 | 2026-03-13T20:25:44.709Z | Checking object v0.30.4 |
| 2579 | 2026-03-13T20:25:45.083Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2580 | 2026-03-13T20:25:45.125Z | Checking xshell v0.2.7 |
| 2581 | 2026-03-13T20:25:45.297Z | Compiling progenitor-macro v0.10.0 |
| 2582 | 2026-03-13T20:25:45.385Z | Checking half v1.8.3 |
| 2583 | 2026-03-13T20:25:45.427Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2584 | 2026-03-13T20:25:45.700Z | Checking serde_cbor v0.11.2 |
| 2585 | 2026-03-13T20:25:45.970Z | Compiling num-derive v0.3.3 |
| 2586 | 2026-03-13T20:25:46.261Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2587 | 2026-03-13T20:25:46.405Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2588 | 2026-03-13T20:25:46.722Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2589 | 2026-03-13T20:25:46.835Z | Compiling proc-macro-error2 v2.0.1 |
| 2590 | 2026-03-13T20:25:47.230Z | Checking papergrid v0.17.0 |
| 2591 | 2026-03-13T20:25:47.273Z | Checking libscf-sys v1.1.0 |
| 2592 | 2026-03-13T20:25:47.316Z | Compiling tabled_derive v0.11.0 |
| 2593 | 2026-03-13T20:25:47.483Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2594 | 2026-03-13T20:25:47.790Z | Checking testing_table v0.3.0 |
| 2595 | 2026-03-13T20:25:47.926Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2596 | 2026-03-13T20:25:47.967Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2597 | 2026-03-13T20:25:48.270Z | Checking maplit v1.0.2 |
| 2598 | 2026-03-13T20:25:48.424Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2599 | 2026-03-13T20:25:48.481Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2600 | 2026-03-13T20:25:48.962Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2601 | 2026-03-13T20:25:49.006Z | Checking tabled v0.20.0 |
| 2602 | 2026-03-13T20:25:49.009Z | Checking crc8 v0.1.1 |
| 2603 | 2026-03-13T20:25:49.091Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2604 | 2026-03-13T20:25:49.133Z | Checking fxhash v0.2.1 |
| 2605 | 2026-03-13T20:25:49.207Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2606 | 2026-03-13T20:25:49.327Z | Checking unicase v2.9.0 |
| 2607 | 2026-03-13T20:25:49.578Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2608 | 2026-03-13T20:25:49.876Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2609 | 2026-03-13T20:25:50.163Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2610 | 2026-03-13T20:25:50.311Z | Checking kstat-rs v0.2.4 |
| 2611 | 2026-03-13T20:25:50.366Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2612 | 2026-03-13T20:25:50.469Z | Compiling parking_lot_core v0.8.6 |
| 2613 | 2026-03-13T20:25:50.600Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2614 | 2026-03-13T20:25:50.808Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2615 | 2026-03-13T20:25:50.951Z | Compiling git-stub v1.0.0 |
| 2616 | 2026-03-13T20:25:50.993Z | Compiling dsl_auto_type v0.1.3 |
| 2617 | 2026-03-13T20:25:51.174Z | Checking scheduled-thread-pool v0.2.7 |
| 2618 | 2026-03-13T20:25:51.325Z | Compiling vergen-gitcl v1.0.8 |
| 2619 | 2026-03-13T20:25:51.396Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2620 | 2026-03-13T20:25:51.678Z | Checking r2d2 v0.8.10 |
| 2621 | 2026-03-13T20:25:51.720Z | Compiling git-stub-vcs v0.1.0 |
| 2622 | 2026-03-13T20:25:51.817Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2623 | 2026-03-13T20:25:51.859Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2624 | 2026-03-13T20:25:51.903Z | Compiling diesel_derives v2.2.7 |
| 2625 | 2026-03-13T20:25:51.950Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2626 | 2026-03-13T20:25:52.087Z | Checking parking_lot v0.11.2 |
| 2627 | 2026-03-13T20:25:52.183Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2628 | 2026-03-13T20:25:52.274Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2629 | 2026-03-13T20:25:52.364Z | Checking prefix-trie v0.7.0 |
| 2630 | 2026-03-13T20:25:52.408Z | Checking progenitor v0.10.0 |
| 2631 | 2026-03-13T20:25:52.451Z | Checking nanorand v0.7.0 |
| 2632 | 2026-03-13T20:25:52.613Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2633 | 2026-03-13T20:25:52.752Z | Compiling dirs-sys-next v0.1.2 |
| 2634 | 2026-03-13T20:25:52.855Z | Compiling crunchy v0.2.4 |
| 2635 | 2026-03-13T20:25:52.940Z | Checking hickory-server v0.25.2 |
| 2636 | 2026-03-13T20:25:52.997Z | Compiling dirs-next v2.0.0 |
| 2637 | 2026-03-13T20:25:53.072Z | Checking flume v0.11.1 |
| 2638 | 2026-03-13T20:25:53.163Z | Checking sled v0.34.7 |
| 2639 | 2026-03-13T20:25:53.204Z | Compiling clang-sys v1.8.1 |
| 2640 | 2026-03-13T20:25:53.307Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2641 | 2026-03-13T20:25:53.437Z | Checking hickory-client v0.25.2 |
| 2642 | 2026-03-13T20:25:53.609Z | Compiling tiny-keccak v2.0.2 |
| 2643 | 2026-03-13T20:25:53.878Z | Compiling term v0.7.0 |
| 2644 | 2026-03-13T20:25:53.961Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2645 | 2026-03-13T20:25:54.016Z | Compiling salty v0.3.0 |
| 2646 | 2026-03-13T20:25:54.196Z | Compiling bit-vec v0.6.3 |
| 2647 | 2026-03-13T20:25:54.440Z | Compiling ascii-canvas v3.0.0 |
| 2648 | 2026-03-13T20:25:54.527Z | Compiling bit-set v0.5.3 |
| 2649 | 2026-03-13T20:25:54.686Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2650 | 2026-03-13T20:25:54.774Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2651 | 2026-03-13T20:25:54.815Z | Checking primeorder v0.13.6 |
| 2652 | 2026-03-13T20:25:55.172Z | Compiling itertools v0.10.5 |
| 2653 | 2026-03-13T20:25:55.214Z | Compiling ena v0.14.4 |
| 2654 | 2026-03-13T20:25:55.420Z | Compiling libloading v0.8.9 |
| 2655 | 2026-03-13T20:25:55.566Z | Compiling diff v0.1.13 |
| 2656 | 2026-03-13T20:25:55.731Z | Compiling regex-syntax v0.6.29 |
| 2657 | 2026-03-13T20:25:55.925Z | Compiling bindgen v0.71.1 |
| 2658 | 2026-03-13T20:25:56.703Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2659 | 2026-03-13T20:25:56.742Z | Compiling cexpr v0.6.0 |
| 2660 | 2026-03-13T20:25:57.090Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2661 | 2026-03-13T20:25:57.754Z | Compiling lalrpop v0.19.12 |
| 2662 | 2026-03-13T20:25:57.990Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2663 | 2026-03-13T20:25:58.208Z | Checking diesel v2.2.12 |
| 2664 | 2026-03-13T20:25:58.463Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2665 | 2026-03-13T20:25:58.685Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2666 | 2026-03-13T20:25:58.849Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2667 | 2026-03-13T20:25:59.155Z | Compiling libxml v0.3.3 |
| 2668 | 2026-03-13T20:25:59.501Z | Compiling fs-err v2.11.0 |
| 2669 | 2026-03-13T20:25:59.800Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2670 | 2026-03-13T20:26:00.033Z | Checking p384 v0.13.1 |
| 2671 | 2026-03-13T20:26:00.233Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2672 | 2026-03-13T20:26:00.640Z | Compiling strum_macros v0.24.3 |
| 2673 | 2026-03-13T20:26:01.628Z | Compiling indoc v1.0.9 |
| 2674 | 2026-03-13T20:26:02.573Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2675 | 2026-03-13T20:26:03.051Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b) |
| 2676 | 2026-03-13T20:26:03.424Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2677 | 2026-03-13T20:26:03.573Z | Checking quick-xml v0.37.5 |
| 2678 | 2026-03-13T20:26:03.719Z | Checking derive_builder v0.20.2 |
| 2679 | 2026-03-13T20:26:03.833Z | Compiling oso-derive v0.27.3 |
| 2680 | 2026-03-13T20:26:03.889Z | Compiling trait-variant v0.1.2 |
| 2681 | 2026-03-13T20:26:03.937Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2682 | 2026-03-13T20:26:04.340Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2683 | 2026-03-13T20:26:04.542Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2684 | 2026-03-13T20:26:04.653Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2685 | 2026-03-13T20:26:04.860Z | Checking openssl-probe v0.1.6 |
| 2686 | 2026-03-13T20:26:05.038Z | Checking parse-size v1.1.0 |
| 2687 | 2026-03-13T20:26:05.272Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2688 | 2026-03-13T20:26:06.378Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2689 | 2026-03-13T20:26:06.494Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2690 | 2026-03-13T20:26:06.787Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b) |
| 2691 | 2026-03-13T20:26:06.991Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2692 | 2026-03-13T20:26:07.190Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2693 | 2026-03-13T20:26:07.505Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2694 | 2026-03-13T20:26:07.847Z | Compiling progenitor-impl v0.11.2 |
| 2695 | 2026-03-13T20:26:08.228Z | Checking assert_matches v1.5.0 |
| 2696 | 2026-03-13T20:26:08.491Z | Compiling mime_guess v2.0.5 |
| 2697 | 2026-03-13T20:26:08.583Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2698 | 2026-03-13T20:26:09.004Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2699 | 2026-03-13T20:26:09.254Z | Checking predicates-tree v1.0.13 |
| 2700 | 2026-03-13T20:26:09.447Z | Checking progenitor-client v0.11.2 |
| 2701 | 2026-03-13T20:26:09.612Z | Checking http-range v0.1.5 |
| 2702 | 2026-03-13T20:26:09.740Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2703 | 2026-03-13T20:26:09.802Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2704 | 2026-03-13T20:26:09.910Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2705 | 2026-03-13T20:26:10.678Z | Checking atty v0.2.14 |
| 2706 | 2026-03-13T20:26:10.729Z | Compiling diesel-dtrace v0.4.2 |
| 2707 | 2026-03-13T20:26:11.664Z | Compiling progenitor-macro v0.11.2 |
| 2708 | 2026-03-13T20:26:11.835Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2709 | 2026-03-13T20:26:12.409Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2710 | 2026-03-13T20:26:12.833Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2711 | 2026-03-13T20:26:13.511Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2712 | 2026-03-13T20:26:13.554Z | Checking bb8 v0.8.6 |
| 2713 | 2026-03-13T20:26:13.815Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2714 | 2026-03-13T20:26:13.957Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2715 | 2026-03-13T20:26:14.122Z | Checking corncobs v0.1.4 |
| 2716 | 2026-03-13T20:26:14.330Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2717 | 2026-03-13T20:26:14.486Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2718 | 2026-03-13T20:26:14.699Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2719 | 2026-03-13T20:26:15.172Z | Checking hyper-staticfile v0.10.1 |
| 2720 | 2026-03-13T20:26:15.213Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2721 | 2026-03-13T20:26:15.587Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2722 | 2026-03-13T20:26:15.631Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2723 | 2026-03-13T20:26:15.815Z | Checking ignore v0.4.25 |
| 2724 | 2026-03-13T20:26:16.268Z | Checking async-bb8-diesel v0.2.1 |
| 2725 | 2026-03-13T20:26:16.401Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2726 | 2026-03-13T20:26:16.762Z | Checking signal-hook-tokio v0.3.1 |
| 2727 | 2026-03-13T20:26:16.961Z | Checking secrecy v0.8.0 |
| 2728 | 2026-03-13T20:26:17.172Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2729 | 2026-03-13T20:26:17.548Z | Checking globwalk v0.9.1 |
| 2730 | 2026-03-13T20:26:17.881Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2731 | 2026-03-13T20:26:18.003Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2732 | 2026-03-13T20:26:18.384Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2733 | 2026-03-13T20:26:18.543Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2734 | 2026-03-13T20:26:18.631Z | Checking nonempty v0.12.0 |
| 2735 | 2026-03-13T20:26:18.712Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2736 | 2026-03-13T20:26:18.877Z | Checking camino-tempfile-ext v0.3.3 |
| 2737 | 2026-03-13T20:26:18.919Z | Checking progenitor v0.11.2 |
| 2738 | 2026-03-13T20:26:19.133Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2739 | 2026-03-13T20:26:19.178Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2740 | 2026-03-13T20:26:19.181Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2741 | 2026-03-13T20:26:19.679Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2742 | 2026-03-13T20:26:19.999Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2743 | 2026-03-13T20:26:20.165Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2744 | 2026-03-13T20:26:20.632Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2745 | 2026-03-13T20:26:20.840Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2746 | 2026-03-13T20:26:21.377Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2747 | 2026-03-13T20:26:21.670Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2748 | 2026-03-13T20:26:21.728Z | Checking tungstenite v0.23.0 |
| 2749 | 2026-03-13T20:26:22.323Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2750 | 2026-03-13T20:26:22.411Z | Checking tokio-tungstenite v0.23.1 |
| 2751 | 2026-03-13T20:26:22.739Z | Checking void v1.0.2 |
| 2752 | 2026-03-13T20:26:22.803Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2753 | 2026-03-13T20:26:22.847Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2754 | 2026-03-13T20:26:22.920Z | Checking lzss v0.8.2 |
| 2755 | 2026-03-13T20:26:23.097Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2756 | 2026-03-13T20:26:23.209Z | Checking nix v0.27.1 |
| 2757 | 2026-03-13T20:26:23.754Z | Checking serde_bytes v0.11.19 |
| 2758 | 2026-03-13T20:26:23.987Z | Checking rand_seeder v0.4.0 |
| 2759 | 2026-03-13T20:26:24.028Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2760 | 2026-03-13T20:26:24.212Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2761 | 2026-03-13T20:26:24.706Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2762 | 2026-03-13T20:26:24.747Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2763 | 2026-03-13T20:26:24.960Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2764 | 2026-03-13T20:26:25.275Z | Checking is_ci v1.2.0 |
| 2765 | 2026-03-13T20:26:25.445Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2766 | 2026-03-13T20:26:25.829Z | Checking yansi v1.0.1 |
| 2767 | 2026-03-13T20:26:25.909Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2768 | 2026-03-13T20:26:25.950Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2769 | 2026-03-13T20:26:26.129Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2770 | 2026-03-13T20:26:26.221Z | Checking pretty_assertions v1.4.1 |
| 2771 | 2026-03-13T20:26:26.296Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2772 | 2026-03-13T20:26:26.433Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2773 | 2026-03-13T20:26:26.648Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2774 | 2026-03-13T20:26:26.986Z | Compiling darling_core v0.23.0 |
| 2775 | 2026-03-13T20:26:28.338Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2776 | 2026-03-13T20:26:28.420Z | Compiling indoc v2.0.7 |
| 2777 | 2026-03-13T20:26:28.763Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2778 | 2026-03-13T20:26:28.908Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2779 | 2026-03-13T20:26:29.065Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2780 | 2026-03-13T20:26:29.108Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2781 | 2026-03-13T20:26:29.422Z | Compiling instability v0.3.11 |
| 2782 | 2026-03-13T20:26:29.884Z | Compiling libz-sys v1.1.24 |
| 2783 | 2026-03-13T20:26:29.925Z | Checking castaway v0.2.4 |
| 2784 | 2026-03-13T20:26:30.106Z | Checking compact_str v0.8.1 |
| 2785 | 2026-03-13T20:26:30.179Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2786 | 2026-03-13T20:26:30.678Z | Checking supports-color v3.0.2 |
| 2787 | 2026-03-13T20:26:30.720Z | Compiling darling_macro v0.23.0 |
| 2788 | 2026-03-13T20:26:30.883Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2789 | 2026-03-13T20:26:31.190Z | Checking unicode-truncate v1.1.0 |
| 2790 | 2026-03-13T20:26:31.417Z | Checking lru v0.12.5 |
| 2791 | 2026-03-13T20:26:31.425Z | Compiling darling v0.23.0 |
| 2792 | 2026-03-13T20:26:31.544Z | Checking cassowary v0.3.0 |
| 2793 | 2026-03-13T20:26:31.761Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2794 | 2026-03-13T20:26:32.057Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2795 | 2026-03-13T20:26:32.626Z | Checking ratatui v0.29.0 |
| 2796 | 2026-03-13T20:26:32.669Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2797 | 2026-03-13T20:26:33.685Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2798 | 2026-03-13T20:26:33.992Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2799 | 2026-03-13T20:26:34.420Z | Compiling vergen-git2 v1.0.7 |
| 2800 | 2026-03-13T20:26:34.522Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2801 | 2026-03-13T20:26:34.687Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2802 | 2026-03-13T20:26:34.790Z | Checking colored v2.2.0 |
| 2803 | 2026-03-13T20:26:34.832Z | Checking plotters-backend v0.3.7 |
| 2804 | 2026-03-13T20:26:34.994Z | Compiling rustls v0.21.12 |
| 2805 | 2026-03-13T20:26:35.095Z | Checking shell-words v1.1.1 |
| 2806 | 2026-03-13T20:26:35.140Z | Checking plotters-svg v0.3.7 |
| 2807 | 2026-03-13T20:26:35.398Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2808 | 2026-03-13T20:26:35.439Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2809 | 2026-03-13T20:26:35.480Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2810 | 2026-03-13T20:26:35.741Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2811 | 2026-03-13T20:26:35.783Z | Checking sct v0.7.1 |
| 2812 | 2026-03-13T20:26:35.991Z | Checking rustls-webpki v0.101.7 |
| 2813 | 2026-03-13T20:26:36.338Z | Compiling nix v0.29.0 |
| 2814 | 2026-03-13T20:26:36.474Z | Checking hex-literal v0.4.1 |
| 2815 | 2026-03-13T20:26:36.642Z | Checking cast v0.3.0 |
| 2816 | 2026-03-13T20:26:36.697Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2817 | 2026-03-13T20:26:36.893Z | Checking criterion-plot v0.6.0 |
| 2818 | 2026-03-13T20:26:37.417Z | Checking plotters v0.3.7 |
| 2819 | 2026-03-13T20:26:38.506Z | Checking erased-serde v0.4.9 |
| 2820 | 2026-03-13T20:26:38.826Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2821 | 2026-03-13T20:26:39.074Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2822 | 2026-03-13T20:26:40.097Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2823 | 2026-03-13T20:26:41.111Z | Checking tinytemplate v1.2.1 |
| 2824 | 2026-03-13T20:26:41.433Z | Checking ordered-float v2.10.1 |
| 2825 | 2026-03-13T20:26:41.810Z | Checking anes v0.1.6 |
| 2826 | 2026-03-13T20:26:42.094Z | Checking oorandom v11.1.5 |
| 2827 | 2026-03-13T20:26:42.287Z | Checking criterion v0.7.0 |
| 2828 | 2026-03-13T20:26:42.554Z | Checking serde-value v0.7.0 |
| 2829 | 2026-03-13T20:26:42.874Z | Checking serde-untagged v0.1.9 |
| 2830 | 2026-03-13T20:26:43.172Z | Checking tokio-rustls v0.24.1 |
| 2831 | 2026-03-13T20:26:43.833Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2832 | 2026-03-13T20:26:43.948Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2833 | 2026-03-13T20:26:44.254Z | Checking rustls-pemfile v1.0.4 |
| 2834 | 2026-03-13T20:26:44.465Z | Checking twox-hash v2.1.2 |
| 2835 | 2026-03-13T20:26:44.905Z | Checking unicode-xid v0.2.6 |
| 2836 | 2026-03-13T20:26:45.002Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2837 | 2026-03-13T20:26:45.126Z | Checking cargo-util-schemas v0.8.2 |
| 2838 | 2026-03-13T20:26:45.306Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2839 | 2026-03-13T20:26:45.527Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2840 | 2026-03-13T20:26:46.394Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2841 | 2026-03-13T20:26:46.615Z | Checking fatfs v0.3.6 |
| 2842 | 2026-03-13T20:26:47.321Z | Checking cargo-platform v0.2.0 |
| 2843 | 2026-03-13T20:26:47.365Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2844 | 2026-03-13T20:26:47.616Z | Compiling petname v2.0.2 |
| 2845 | 2026-03-13T20:26:48.335Z | Compiling seq-macro v0.3.6 |
| 2846 | 2026-03-13T20:26:49.285Z | Checking cargo_metadata v0.21.0 |
| 2847 | 2026-03-13T20:26:49.399Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2848 | 2026-03-13T20:26:50.370Z | Checking concurrent-queue v2.5.0 |
| 2849 | 2026-03-13T20:26:50.661Z | Checking rtoolbox v0.0.3 |
| 2850 | 2026-03-13T20:26:50.866Z | Checking futures-timer v3.0.3 |
| 2851 | 2026-03-13T20:26:50.908Z | Checking parking v2.2.1 |
| 2852 | 2026-03-13T20:26:51.101Z | Checking event-listener v5.4.1 |
| 2853 | 2026-03-13T20:26:51.143Z | Checking rpassword v7.4.0 |
| 2854 | 2026-03-13T20:26:51.319Z | Checking tui-tree-widget v0.23.1 |
| 2855 | 2026-03-13T20:26:51.424Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2856 | 2026-03-13T20:26:51.603Z | Checking polyval v0.6.2 |
| 2857 | 2026-03-13T20:26:51.661Z | Checking sapling-renderdag v0.1.0 |
| 2858 | 2026-03-13T20:26:51.805Z | Checking sync-ptr v0.1.4 |
| 2859 | 2026-03-13T20:26:51.859Z | Checking ghash v0.5.1 |
| 2860 | 2026-03-13T20:26:52.001Z | Checking event-listener-strategy v0.5.4 |
| 2861 | 2026-03-13T20:26:52.041Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2862 | 2026-03-13T20:26:52.082Z | Checking ctr v0.9.2 |
| 2863 | 2026-03-13T20:26:52.212Z | Checking arrayref v0.3.9 |
| 2864 | 2026-03-13T20:26:52.339Z | Checking constant_time_eq v0.4.2 |
| 2865 | 2026-03-13T20:26:52.380Z | Checking arrayvec v0.7.6 |
| 2866 | 2026-03-13T20:26:52.484Z | Checking aes-gcm v0.10.3 |
| 2867 | 2026-03-13T20:26:52.546Z | Checking async-lock v3.4.2 |
| 2868 | 2026-03-13T20:26:52.677Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2869 | 2026-03-13T20:26:52.719Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2870 | 2026-03-13T20:26:52.932Z | Compiling samael v0.0.19 |
| 2871 | 2026-03-13T20:26:53.115Z | Checking ssh-encoding v0.2.0 |
| 2872 | 2026-03-13T20:26:53.399Z | Checking blowfish v0.9.1 |
| 2873 | 2026-03-13T20:26:53.633Z | Checking bcrypt-pbkdf v0.10.0 |
| 2874 | 2026-03-13T20:26:53.880Z | Checking ssh-cipher v0.2.0 |
| 2875 | 2026-03-13T20:26:53.947Z | Checking async-object-pool v0.2.0 |
| 2876 | 2026-03-13T20:26:54.126Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2877 | 2026-03-13T20:26:54.171Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2878 | 2026-03-13T20:26:54.583Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2879 | 2026-03-13T20:26:54.962Z | Checking serde_regex v1.1.0 |
| 2880 | 2026-03-13T20:26:55.203Z | Checking password-hash v0.4.2 |
| 2881 | 2026-03-13T20:26:55.487Z | Checking assert-json-diff v2.0.2 |
| 2882 | 2026-03-13T20:26:55.543Z | Checking path-tree v0.8.3 |
| 2883 | 2026-03-13T20:26:55.739Z | Checking stringmetrics v2.2.2 |
| 2884 | 2026-03-13T20:26:55.824Z | Checking gimli v0.32.3 |
| 2885 | 2026-03-13T20:26:55.966Z | Compiling target-lexicon v0.13.3 |
| 2886 | 2026-03-13T20:26:56.490Z | Checking httpmock v0.8.3 |
| 2887 | 2026-03-13T20:26:56.749Z | Checking pbkdf2 v0.11.0 |
| 2888 | 2026-03-13T20:26:57.006Z | Checking ssh-key v0.6.7 |
| 2889 | 2026-03-13T20:26:58.105Z | Checking addr2line v0.25.1 |
| 2890 | 2026-03-13T20:26:58.503Z | Checking p256 v0.13.2 |
| 2891 | 2026-03-13T20:26:58.881Z | Checking p521 v0.13.3 |
| 2892 | 2026-03-13T20:26:59.156Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2893 | 2026-03-13T20:26:59.451Z | Checking russh-cryptovec v0.7.3 |
| 2894 | 2026-03-13T20:26:59.556Z | Checking md5 v0.7.0 |
| 2895 | 2026-03-13T20:26:59.663Z | Checking rustc-demangle v0.1.27 |
| 2896 | 2026-03-13T20:26:59.724Z | Compiling guppy-workspace-hack v0.1.0 |
| 2897 | 2026-03-13T20:26:59.810Z | Checking russh-keys v0.45.0 |
| 2898 | 2026-03-13T20:27:00.004Z | Checking backtrace v0.3.76 |
| 2899 | 2026-03-13T20:27:00.450Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2900 | 2026-03-13T20:27:00.453Z | Checking num-bigint v0.4.6 |
| 2901 | 2026-03-13T20:27:00.677Z | Checking des v0.8.1 |
| 2902 | 2026-03-13T20:27:00.913Z | Compiling blake3 v1.8.3 |
| 2903 | 2026-03-13T20:27:00.916Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2904 | 2026-03-13T20:27:01.446Z | Compiling target-spec v3.5.7 |
| 2905 | 2026-03-13T20:27:01.567Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2906 | 2026-03-13T20:27:01.899Z | Checking russh v0.45.0 |
| 2907 | 2026-03-13T20:27:02.544Z | Checking backtrace-ext v0.2.1 |
| 2908 | 2026-03-13T20:27:02.588Z | Checking cfg-expr v0.20.6 |
| 2909 | 2026-03-13T20:27:02.725Z | Checking supports-color v2.1.0 |
| 2910 | 2026-03-13T20:27:02.793Z | Checking textwrap v0.15.2 |
| 2911 | 2026-03-13T20:27:02.929Z | Checking supports-unicode v2.1.0 |
| 2912 | 2026-03-13T20:27:03.098Z | Checking supports-hyperlinks v2.1.0 |
| 2913 | 2026-03-13T20:27:03.140Z | Checking hashbrown v0.14.5 |
| 2914 | 2026-03-13T20:27:03.183Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2915 | 2026-03-13T20:27:03.280Z | Checking cargo-platform v0.3.2 |
| 2916 | 2026-03-13T20:27:03.486Z | Checking terminal_size v0.1.17 |
| 2917 | 2026-03-13T20:27:03.555Z | Compiling miette-derive v5.10.0 |
| 2918 | 2026-03-13T20:27:03.660Z | Checking internet-checksum v0.2.1 |
| 2919 | 2026-03-13T20:27:03.841Z | Checking owo-colors v3.5.0 |
| 2920 | 2026-03-13T20:27:03.881Z | Checking chumsky v0.9.3 |
| 2921 | 2026-03-13T20:27:04.534Z | Checking cargo_metadata v0.23.1 |
| 2922 | 2026-03-13T20:27:05.138Z | Checking miette v5.10.0 |
| 2923 | 2026-03-13T20:27:05.358Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2924 | 2026-03-13T20:27:05.622Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2925 | 2026-03-13T20:27:05.832Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2926 | 2026-03-13T20:27:05.876Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2927 | 2026-03-13T20:27:06.106Z | Compiling git2 v0.20.4 |
| 2928 | 2026-03-13T20:27:06.216Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2929 | 2026-03-13T20:27:06.261Z | Checking httptest v0.16.4 |
| 2930 | 2026-03-13T20:27:06.477Z | Checking pathdiff v0.2.3 |
| 2931 | 2026-03-13T20:27:06.656Z | Compiling knuffel-derive v3.2.0 |
| 2932 | 2026-03-13T20:27:06.755Z | Checking nested v0.1.1 |
| 2933 | 2026-03-13T20:27:06.799Z | Checking topological-sort v0.2.2 |
| 2934 | 2026-03-13T20:27:06.971Z | Checking guppy v0.17.25 |
| 2935 | 2026-03-13T20:27:07.017Z | Checking omicron-zone-package v0.12.2 |
| 2936 | 2026-03-13T20:27:07.421Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2937 | 2026-03-13T20:27:07.749Z | Checking similar-asserts v1.7.0 |
| 2938 | 2026-03-13T20:27:07.982Z | Compiling rstest_macros v0.25.0 |
| 2939 | 2026-03-13T20:27:08.283Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2940 | 2026-03-13T20:27:08.354Z | Compiling target-triple v1.0.0 |
| 2941 | 2026-03-13T20:27:08.491Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2942 | 2026-03-13T20:27:08.539Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2943 | 2026-03-13T20:27:08.826Z | Checking knuffel v3.2.0 |
| 2944 | 2026-03-13T20:27:08.882Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2945 | 2026-03-13T20:27:09.199Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2946 | 2026-03-13T20:27:10.071Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2947 | 2026-03-13T20:27:10.391Z | Checking escape8259 v0.5.3 |
| 2948 | 2026-03-13T20:27:10.585Z | Compiling assert_cmd v2.1.2 |
| 2949 | 2026-03-13T20:27:10.625Z | Compiling relative-path v1.9.3 |
| 2950 | 2026-03-13T20:27:10.915Z | Checking libtest-mimic v0.8.1 |
| 2951 | 2026-03-13T20:27:11.018Z | Checking toml v1.0.3+spec-1.1.0 |
| 2952 | 2026-03-13T20:27:11.142Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2953 | 2026-03-13T20:27:11.474Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2954 | 2026-03-13T20:27:11.651Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2955 | 2026-03-13T20:27:11.897Z | Checking blake2b_simd v1.0.4 |
| 2956 | 2026-03-13T20:27:12.502Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2957 | 2026-03-13T20:27:12.628Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2958 | 2026-03-13T20:27:13.040Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2959 | 2026-03-13T20:27:13.170Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2960 | 2026-03-13T20:27:13.489Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2961 | 2026-03-13T20:27:13.804Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2962 | 2026-03-13T20:27:14.055Z | Checking fancy-regex v0.14.0 |
| 2963 | 2026-03-13T20:27:14.365Z | Checking serde_tokenstream v0.2.3 |
| 2964 | 2026-03-13T20:27:14.588Z | Checking uzers v0.12.2 |
| 2965 | 2026-03-13T20:27:14.712Z | Checking termcolor v1.4.1 |
| 2966 | 2026-03-13T20:27:14.925Z | Compiling linkme-impl v0.3.35 |
| 2967 | 2026-03-13T20:27:15.052Z | Checking constant_time_eq v0.3.1 |
| 2968 | 2026-03-13T20:27:15.224Z | Checking rust-argon2 v2.1.0 |
| 2969 | 2026-03-13T20:27:15.471Z | Checking trybuild v1.0.116 |
| 2970 | 2026-03-13T20:27:15.585Z | Checking datatest-stable v0.3.3 |
| 2971 | 2026-03-13T20:27:16.415Z | Compiling polar-core v0.27.3 |
| 2972 | 2026-03-13T20:27:16.458Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2973 | 2026-03-13T20:27:16.544Z | Checking rstest v0.25.0 |
| 2974 | 2026-03-13T20:27:16.634Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2975 | 2026-03-13T20:27:16.759Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2976 | 2026-03-13T20:27:16.999Z | Checking support-bundle-viewer v0.1.2 |
| 2977 | 2026-03-13T20:27:17.098Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2978 | 2026-03-13T20:27:17.375Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2979 | 2026-03-13T20:27:17.462Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2980 | 2026-03-13T20:27:17.688Z | Checking drift v0.1.3 |
| 2981 | 2026-03-13T20:27:17.777Z | Checking rand_distr v0.5.1 |
| 2982 | 2026-03-13T20:27:17.780Z | Checking multimap v0.10.1 |
| 2983 | 2026-03-13T20:27:18.096Z | Checking approx v0.5.1 |
| 2984 | 2026-03-13T20:27:18.180Z | Compiling linkme v0.3.35 |
| 2985 | 2026-03-13T20:27:18.321Z | Checking dropshot-api-manager v0.6.0 |
| 2986 | 2026-03-13T20:27:18.683Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2987 | 2026-03-13T20:27:19.866Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2988 | 2026-03-13T20:27:19.910Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2989 | 2026-03-13T20:27:19.995Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2990 | 2026-03-13T20:27:20.304Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2991 | 2026-03-13T20:27:20.772Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2992 | 2026-03-13T20:27:20.815Z | Checking partial-io v0.5.4 |
| 2993 | 2026-03-13T20:27:21.036Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2994 | 2026-03-13T20:27:21.091Z | Checking cargo_toml v0.21.0 |
| 2995 | 2026-03-13T20:27:21.133Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2996 | 2026-03-13T20:27:21.705Z | Checking termios v0.3.3 |
| 2997 | 2026-03-13T20:27:21.754Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2998 | 2026-03-13T20:27:21.920Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2999 | 2026-03-13T20:27:22.024Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3000 | 2026-03-13T20:27:22.308Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3001 | 2026-03-13T20:27:22.484Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3002 | 2026-03-13T20:27:24.077Z | Checking oso v0.27.3 |
| 3003 | 2026-03-13T20:27:26.535Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3004 | 2026-03-13T20:27:28.843Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3005 | 2026-03-13T20:27:33.007Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3006 | 2026-03-13T20:27:36.064Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3007 | 2026-03-13T20:27:40.600Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3008 | 2026-03-13T20:27:46.960Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3009 | 2026-03-13T20:27:54.033Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3010 | 2026-03-13T20:27:56.202Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3011 | 2026-03-13T20:27:57.191Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3012 | 2026-03-13T20:28:08.654Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3013 | 2026-03-13T20:29:54.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 27s |
| 3014 | 2026-03-13T20:29:54.923Z | |
| 3015 | 2026-03-13T20:29:54.923Z | real 5:31.651601294 |
| 3016 | 2026-03-13T20:29:54.926Z | user 28:30.867294067 |
| 3017 | 2026-03-13T20:29:54.926Z | sys 5:54.226571972 |
| 3018 | 2026-03-13T20:29:54.926Z | trap 0.737804269 |
| 3019 | 2026-03-13T20:29:54.926Z | tflt 0.574939763 |
| 3020 | 2026-03-13T20:29:54.926Z | dflt 0.170869220 |
| 3021 | 2026-03-13T20:29:54.926Z | kflt 0.001111828 |
| 3022 | 2026-03-13T20:29:54.926Z | lock 1:07:02.685746304 |
| 3023 | 2026-03-13T20:29:54.926Z | slp 1:31:36.654200507 |
| 3024 | 2026-03-13T20:29:54.926Z | lat 2:14.878789290 |
| 3025 | 2026-03-13T20:29:54.926Z | stop 12:58.246276533 |
| 3026 | 2026-03-13T20:29:54.926Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3027 | 2026-03-13T20:29:54.926Z | + ptime -m cargo doc --workspace --no-deps |
| 3028 | 2026-03-13T20:29:56.111Z | warning: output filename collision. |
| 3029 | 2026-03-13T20:29:56.111Z | 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)`. |
| 3030 | 2026-03-13T20:29:56.111Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3031 | 2026-03-13T20:29:56.111Z | The targets should have unique names. |
| 3032 | 2026-03-13T20:29:56.111Z | This is a known bug where multiple crates with the same name use |
| 3033 | 2026-03-13T20:29:56.111Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 3034 | 2026-03-13T20:29:57.291Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3035 | 2026-03-13T20:29:57.506Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3036 | 2026-03-13T20:29:57.537Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3037 | 2026-03-13T20:29:57.597Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3038 | 2026-03-13T20:29:57.633Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3039 | 2026-03-13T20:29:57.666Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3040 | 2026-03-13T20:29:57.669Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3041 | 2026-03-13T20:29:57.869Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3042 | 2026-03-13T20:29:57.903Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3043 | 2026-03-13T20:29:57.934Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3044 | 2026-03-13T20:29:57.972Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3045 | 2026-03-13T20:29:58.128Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3046 | 2026-03-13T20:29:58.191Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3047 | 2026-03-13T20:29:58.222Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3048 | 2026-03-13T20:29:58.265Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3049 | 2026-03-13T20:29:58.346Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3050 | 2026-03-13T20:29:58.490Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3051 | 2026-03-13T20:29:58.538Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3052 | 2026-03-13T20:29:58.568Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3053 | 2026-03-13T20:29:58.613Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3054 | 2026-03-13T20:29:59.077Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3055 | 2026-03-13T20:29:59.484Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3056 | 2026-03-13T20:29:59.510Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3057 | 2026-03-13T20:29:59.549Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3058 | 2026-03-13T20:29:59.715Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3059 | 2026-03-13T20:29:59.950Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3060 | 2026-03-13T20:30:00.072Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3061 | 2026-03-13T20:30:00.127Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3062 | 2026-03-13T20:30:00.157Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3063 | 2026-03-13T20:30:00.160Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3064 | 2026-03-13T20:30:00.242Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3065 | 2026-03-13T20:30:00.366Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3066 | 2026-03-13T20:30:00.393Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3067 | 2026-03-13T20:30:00.601Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3068 | 2026-03-13T20:30:00.631Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3069 | 2026-03-13T20:30:00.905Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3070 | 2026-03-13T20:30:00.910Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3071 | 2026-03-13T20:30:01.070Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3072 | 2026-03-13T20:30:01.098Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3073 | 2026-03-13T20:30:01.406Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3074 | 2026-03-13T20:30:01.440Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3075 | 2026-03-13T20:30:01.672Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3076 | 2026-03-13T20:30:01.763Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3077 | 2026-03-13T20:30:02.036Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3078 | 2026-03-13T20:30:02.183Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3079 | 2026-03-13T20:30:02.262Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3080 | 2026-03-13T20:30:02.421Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3081 | 2026-03-13T20:30:02.530Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3082 | 2026-03-13T20:30:02.630Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3083 | 2026-03-13T20:30:02.657Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3084 | 2026-03-13T20:30:02.780Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3085 | 2026-03-13T20:30:02.845Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3086 | 2026-03-13T20:30:02.966Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3087 | 2026-03-13T20:30:02.993Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3088 | 2026-03-13T20:30:03.025Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3089 | 2026-03-13T20:30:03.115Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3090 | 2026-03-13T20:30:03.350Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3091 | 2026-03-13T20:30:03.374Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3092 | 2026-03-13T20:30:03.400Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3093 | 2026-03-13T20:30:03.465Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3094 | 2026-03-13T20:30:03.676Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3095 | 2026-03-13T20:30:03.701Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3096 | 2026-03-13T20:30:03.726Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3097 | 2026-03-13T20:30:03.922Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3098 | 2026-03-13T20:30:04.009Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3099 | 2026-03-13T20:30:04.036Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3100 | 2026-03-13T20:30:04.063Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3101 | 2026-03-13T20:30:04.104Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3102 | 2026-03-13T20:30:04.282Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3103 | 2026-03-13T20:30:04.463Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3104 | 2026-03-13T20:30:04.491Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3105 | 2026-03-13T20:30:04.517Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3106 | 2026-03-13T20:30:04.613Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3107 | 2026-03-13T20:30:04.706Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3108 | 2026-03-13T20:30:05.152Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3109 | 2026-03-13T20:30:05.283Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3110 | 2026-03-13T20:30:06.297Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3111 | 2026-03-13T20:30:06.324Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3112 | 2026-03-13T20:30:06.599Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3113 | 2026-03-13T20:30:06.929Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3114 | 2026-03-13T20:30:07.098Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3115 | 2026-03-13T20:30:07.177Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3116 | 2026-03-13T20:30:07.208Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3117 | 2026-03-13T20:30:07.513Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3118 | 2026-03-13T20:30:07.539Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3119 | 2026-03-13T20:30:07.885Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3120 | 2026-03-13T20:30:08.260Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3121 | 2026-03-13T20:30:08.565Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3122 | 2026-03-13T20:30:08.643Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3123 | 2026-03-13T20:30:08.697Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3124 | 2026-03-13T20:30:09.191Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3125 | 2026-03-13T20:30:09.626Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3126 | 2026-03-13T20:30:09.899Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3127 | 2026-03-13T20:30:09.926Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3128 | 2026-03-13T20:30:10.232Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3129 | 2026-03-13T20:30:10.596Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3130 | 2026-03-13T20:30:11.183Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3131 | 2026-03-13T20:30:11.210Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3132 | 2026-03-13T20:30:12.116Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3133 | 2026-03-13T20:30:12.348Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3134 | 2026-03-13T20:30:12.741Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3135 | 2026-03-13T20:30:13.494Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3136 | 2026-03-13T20:30:13.541Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3137 | 2026-03-13T20:30:13.863Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3138 | 2026-03-13T20:30:14.138Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3139 | 2026-03-13T20:30:14.182Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3140 | 2026-03-13T20:30:14.305Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3141 | 2026-03-13T20:30:14.416Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3142 | 2026-03-13T20:30:14.532Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3143 | 2026-03-13T20:30:14.834Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3144 | 2026-03-13T20:30:14.909Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3145 | 2026-03-13T20:30:15.106Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3146 | 2026-03-13T20:30:15.134Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3147 | 2026-03-13T20:30:15.270Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3148 | 2026-03-13T20:30:15.492Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3149 | 2026-03-13T20:30:15.522Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3150 | 2026-03-13T20:30:16.466Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3151 | 2026-03-13T20:30:16.618Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3152 | 2026-03-13T20:30:17.650Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3153 | 2026-03-13T20:30:18.074Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3154 | 2026-03-13T20:30:18.099Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3155 | 2026-03-13T20:30:18.433Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3156 | 2026-03-13T20:30:18.460Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3157 | 2026-03-13T20:30:19.001Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3158 | 2026-03-13T20:30:19.036Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3159 | 2026-03-13T20:30:19.415Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3160 | 2026-03-13T20:30:19.726Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3161 | 2026-03-13T20:30:19.904Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3162 | 2026-03-13T20:30:19.982Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3163 | 2026-03-13T20:30:20.396Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3164 | 2026-03-13T20:30:21.780Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3165 | 2026-03-13T20:30:22.061Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3166 | 2026-03-13T20:30:22.342Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3167 | 2026-03-13T20:30:22.786Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3168 | 2026-03-13T20:30:23.408Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3169 | 2026-03-13T20:30:24.945Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3170 | 2026-03-13T20:30:25.547Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3171 | 2026-03-13T20:30:26.046Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3172 | 2026-03-13T20:30:26.646Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3173 | 2026-03-13T20:30:26.762Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3174 | 2026-03-13T20:30:26.890Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3175 | 2026-03-13T20:30:27.139Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3176 | 2026-03-13T20:30:27.208Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3177 | 2026-03-13T20:30:27.664Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3178 | 2026-03-13T20:30:28.162Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3179 | 2026-03-13T20:30:28.811Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3180 | 2026-03-13T20:30:30.001Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3181 | 2026-03-13T20:30:30.027Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3182 | 2026-03-13T20:30:30.898Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3183 | 2026-03-13T20:30:33.632Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3184 | 2026-03-13T20:30:34.350Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3185 | 2026-03-13T20:30:36.026Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3186 | 2026-03-13T20:30:36.923Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3187 | 2026-03-13T20:30:37.192Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3188 | 2026-03-13T20:30:38.005Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3189 | 2026-03-13T20:30:38.215Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3190 | 2026-03-13T20:30:38.859Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3191 | 2026-03-13T20:30:39.432Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3192 | 2026-03-13T20:30:40.269Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3193 | 2026-03-13T20:30:40.862Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3194 | 2026-03-13T20:30:41.145Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3195 | 2026-03-13T20:30:41.908Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3196 | 2026-03-13T20:30:42.003Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3197 | 2026-03-13T20:30:42.686Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3198 | 2026-03-13T20:30:42.766Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3199 | 2026-03-13T20:30:42.854Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3200 | 2026-03-13T20:30:42.980Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3201 | 2026-03-13T20:30:43.718Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3202 | 2026-03-13T20:30:43.764Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3203 | 2026-03-13T20:30:44.249Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3204 | 2026-03-13T20:30:44.253Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3205 | 2026-03-13T20:30:44.892Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3206 | 2026-03-13T20:30:45.119Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3207 | 2026-03-13T20:30:45.174Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3208 | 2026-03-13T20:30:45.177Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3209 | 2026-03-13T20:30:46.109Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3210 | 2026-03-13T20:30:46.602Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3211 | 2026-03-13T20:30:47.196Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3212 | 2026-03-13T20:30:47.487Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3213 | 2026-03-13T20:30:48.533Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3214 | 2026-03-13T20:30:50.229Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3215 | 2026-03-13T20:30:50.746Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3216 | 2026-03-13T20:30:54.396Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3217 | 2026-03-13T20:30:55.580Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3218 | 2026-03-13T20:30:56.251Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3219 | 2026-03-13T20:30:57.037Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3220 | 2026-03-13T20:30:59.068Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3221 | 2026-03-13T20:31:00.811Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3222 | 2026-03-13T20:31:01.871Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3223 | 2026-03-13T20:31:03.272Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3224 | 2026-03-13T20:31:03.940Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3225 | 2026-03-13T20:31:04.647Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3226 | 2026-03-13T20:31:08.434Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3227 | 2026-03-13T20:31:08.920Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3228 | 2026-03-13T20:31:09.990Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3229 | 2026-03-13T20:31:10.243Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3230 | 2026-03-13T20:31:10.905Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3231 | 2026-03-13T20:31:12.137Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3232 | 2026-03-13T20:31:12.999Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3233 | 2026-03-13T20:31:13.092Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3234 | 2026-03-13T20:31:13.202Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3235 | 2026-03-13T20:31:14.007Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3236 | 2026-03-13T20:31:18.005Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3237 | 2026-03-13T20:31:18.633Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3238 | 2026-03-13T20:31:22.289Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3239 | 2026-03-13T20:31:23.598Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3240 | 2026-03-13T20:31:24.753Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3241 | 2026-03-13T20:31:25.731Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3242 | 2026-03-13T20:31:27.061Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3243 | 2026-03-13T20:31:27.989Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3244 | 2026-03-13T20:31:29.112Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3245 | 2026-03-13T20:31:30.278Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3246 | 2026-03-13T20:31:32.937Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3247 | 2026-03-13T20:31:33.970Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3248 | 2026-03-13T20:31:35.991Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3249 | 2026-03-13T20:31:37.147Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3250 | 2026-03-13T20:31:39.361Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3251 | 2026-03-13T20:31:39.766Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3252 | 2026-03-13T20:31:40.549Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3253 | 2026-03-13T20:31:41.941Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3254 | 2026-03-13T20:31:43.601Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3255 | 2026-03-13T20:31:44.526Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3256 | 2026-03-13T20:31:45.705Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3257 | 2026-03-13T20:31:47.169Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3258 | 2026-03-13T20:31:50.303Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3259 | 2026-03-13T20:31:50.859Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3260 | 2026-03-13T20:31:52.146Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3261 | 2026-03-13T20:31:53.363Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3262 | 2026-03-13T20:31:55.127Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3263 | 2026-03-13T20:31:56.979Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3264 | 2026-03-13T20:31:58.423Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3265 | 2026-03-13T20:32:00.108Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3266 | 2026-03-13T20:32:04.721Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3267 | 2026-03-13T20:32:05.510Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3268 | 2026-03-13T20:32:07.175Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3269 | 2026-03-13T20:32:08.264Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3270 | 2026-03-13T20:32:09.595Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3271 | 2026-03-13T20:32:11.677Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3272 | 2026-03-13T20:32:13.505Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3273 | 2026-03-13T20:32:15.828Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3274 | 2026-03-13T20:32:18.114Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3275 | 2026-03-13T20:32:19.947Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3276 | 2026-03-13T20:32:22.375Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3277 | 2026-03-13T20:32:23.954Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3278 | 2026-03-13T20:32:25.935Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3279 | 2026-03-13T20:32:27.935Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3280 | 2026-03-13T20:32:29.810Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3281 | 2026-03-13T20:32:31.487Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3282 | 2026-03-13T20:32:33.769Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3283 | 2026-03-13T20:32:35.445Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3284 | 2026-03-13T20:32:37.453Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3285 | 2026-03-13T20:32:39.337Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3286 | 2026-03-13T20:32:41.377Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3287 | 2026-03-13T20:32:43.379Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3288 | 2026-03-13T20:32:45.420Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3289 | 2026-03-13T20:32:47.927Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3290 | 2026-03-13T20:32:49.678Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3291 | 2026-03-13T20:32:51.658Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3292 | 2026-03-13T20:32:55.824Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3293 | 2026-03-13T20:32:57.938Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3294 | 2026-03-13T20:32:59.914Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3295 | 2026-03-13T20:33:01.925Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3296 | 2026-03-13T20:33:04.141Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3297 | 2026-03-13T20:33:06.025Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3298 | 2026-03-13T20:33:08.253Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3299 | 2026-03-13T20:33:10.358Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3300 | 2026-03-13T20:33:14.227Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3301 | 2026-03-13T20:33:14.928Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3302 | 2026-03-13T20:33:17.210Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3303 | 2026-03-13T20:33:19.418Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3304 | 2026-03-13T20:33:21.569Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3305 | 2026-03-13T20:33:23.887Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3306 | 2026-03-13T20:33:25.951Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3307 | 2026-03-13T20:33:28.208Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3308 | 2026-03-13T20:33:30.838Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3309 | 2026-03-13T20:33:32.846Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3310 | 2026-03-13T20:33:35.214Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3311 | 2026-03-13T20:33:37.326Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3312 | 2026-03-13T20:33:39.788Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3313 | 2026-03-13T20:33:42.211Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3314 | 2026-03-13T20:33:44.744Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3315 | 2026-03-13T20:33:46.604Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3316 | 2026-03-13T20:33:49.496Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3317 | 2026-03-13T20:33:51.089Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3318 | 2026-03-13T20:33:53.423Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3319 | 2026-03-13T20:33:55.695Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3320 | 2026-03-13T20:33:57.870Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3321 | 2026-03-13T20:34:00.184Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3322 | 2026-03-13T20:34:02.475Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3323 | 2026-03-13T20:34:06.970Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3324 | 2026-03-13T20:34:08.977Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3325 | 2026-03-13T20:34:09.666Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3326 | 2026-03-13T20:34:11.787Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3327 | 2026-03-13T20:34:13.981Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3328 | 2026-03-13T20:34:16.237Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3329 | 2026-03-13T20:34:18.604Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3330 | 2026-03-13T20:34:21.076Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3331 | 2026-03-13T20:34:23.418Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3332 | 2026-03-13T20:34:25.616Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3333 | 2026-03-13T20:34:28.015Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3334 | 2026-03-13T20:34:30.414Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3335 | 2026-03-13T20:34:32.852Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3336 | 2026-03-13T20:34:35.859Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3337 | 2026-03-13T20:34:38.140Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3338 | 2026-03-13T20:34:40.507Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3339 | 2026-03-13T20:34:43.073Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3340 | 2026-03-13T20:34:45.672Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3341 | 2026-03-13T20:34:48.191Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3342 | 2026-03-13T20:34:54.836Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3343 | 2026-03-13T20:34:56.293Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3344 | 2026-03-13T20:34:57.947Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3345 | 2026-03-13T20:35:01.128Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3346 | 2026-03-13T20:35:04.084Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3347 | 2026-03-13T20:35:08.902Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3348 | 2026-03-13T20:35:11.078Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3349 | 2026-03-13T20:35:14.376Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3350 | 2026-03-13T20:35:17.709Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3351 | 2026-03-13T20:35:21.160Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3352 | 2026-03-13T20:35:24.365Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3353 | 2026-03-13T20:35:27.820Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3354 | 2026-03-13T20:35:31.132Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3355 | 2026-03-13T20:35:34.416Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3356 | 2026-03-13T20:35:37.749Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3357 | 2026-03-13T20:35:41.142Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3358 | 2026-03-13T20:35:44.492Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3359 | 2026-03-13T20:35:47.908Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3360 | 2026-03-13T20:35:51.305Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3361 | 2026-03-13T20:35:54.555Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3362 | 2026-03-13T20:35:57.839Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3363 | 2026-03-13T20:36:24.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 29s |
| 3364 | 2026-03-13T20:36:25.052Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 189 other files |
| 3365 | 2026-03-13T20:36:25.156Z | |
| 3366 | 2026-03-13T20:36:25.159Z | real 6:29.882512882 |
| 3367 | 2026-03-13T20:36:25.159Z | user 22:09.943753977 |
| 3368 | 2026-03-13T20:36:25.159Z | sys 3:59.044613458 |
| 3369 | 2026-03-13T20:36:25.159Z | trap 0.428982738 |
| 3370 | 2026-03-13T20:36:25.159Z | tflt 0.064358808 |
| 3371 | 2026-03-13T20:36:25.159Z | dflt 0.061567832 |
| 3372 | 2026-03-13T20:36:25.159Z | kflt 0.000027609 |
| 3373 | 2026-03-13T20:36:25.159Z | lock 5:16:19.405439639 |
| 3374 | 2026-03-13T20:36:25.159Z | slp 2:13:27.281662779 |
| 3375 | 2026-03-13T20:36:25.159Z | lat 42.350611635 |
| 3376 | 2026-03-13T20:36:25.159Z | stop 1:44.466623754 |
| 3377 | 2026-03-13T20:36:25.159Z | process exited: duration 960604 ms, exit code 0 |
| |
| 3378 | 2026-03-13T20:36:25.165Z | found 0 output files |