|
|
|
| 1 | 2026-03-13T16:51:14.405Z | job assigned to worker 01KKM1NYYSDSD33W85EW1ETFH5 [factory aws, i-0f2f82170edae1f19] (queued for 1 m 11 s) |
| |
| 2 | 2026-03-13T16:51:22.649Z | starting task 0: "setup" |
| 3 | 2026-03-13T16:51:22.655Z | ++ uname -s |
| 4 | 2026-03-13T16:51:22.658Z | + kern=SunOS |
| 5 | 2026-03-13T16:51:22.658Z | + build_user=build |
| 6 | 2026-03-13T16:51:22.658Z | + build_uid=12345 |
| 7 | 2026-03-13T16:51:22.658Z | + work_dir=/work |
| 8 | 2026-03-13T16:51:22.658Z | + input_dir=/input |
| 9 | 2026-03-13T16:51:22.658Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-13T16:51:22.658Z | + case "$kern" in |
| 11 | 2026-03-13T16:51:22.658Z | + groupadd -g 12345 build |
| 12 | 2026-03-13T16:51:22.661Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-13T16:51:24.668Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-13T16:51:24.786Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-13T16:51:24.789Z | + home_fs=zfs |
| 16 | 2026-03-13T16:51:24.789Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-13T16:51:24.789Z | + mkdir -p /home/build |
| 18 | 2026-03-13T16:51:24.792Z | + chown build:build /home/build /work |
| 19 | 2026-03-13T16:51:26.793Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-13T16:51:26.797Z | process exited: duration 4145 ms, exit code 0 |
| |
| 21 | 2026-03-13T16:51:26.804Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-13T16:51:26.808Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-03-13T16:51:26.808Z | * rust toolchain channel = "1.91.1" |
| 24 | 2026-03-13T16:51:26.808Z | * rust toolchain profile = "default" |
| 25 | 2026-03-13T16:51:26.808Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-03-13T16:51:26.808Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-13T16:51:26.808Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-13T16:51:26.811Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-13T16:51:26.811Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-13T16:51:26.901Z | info: downloading installer |
| 31 | 2026-03-13T16:51:28.299Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-13T16:51:28.299Z | warn: /opt/ooce/bin |
| 33 | 2026-03-13T16:51:28.299Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-13T16:51:28.299Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-13T16:51:28.299Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-13T16:51:28.299Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-13T16:51:28.299Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-13T16:51:28.299Z | error: cannot install while Rust is installed |
| 39 | 2026-03-13T16:51:28.299Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-13T16:51:28.299Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-03-13T16:51:28.299Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-03-13T16:51:28.299Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-03-13T16:51:28.300Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-03-13T16:51:28.310Z | info: profile set to default |
| 45 | 2026-03-13T16:51:28.310Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-03-13T16:51:28.313Z | info: syncing channel updates for 1.91.1-x86_64-unknown-illumos |
| 47 | 2026-03-13T16:51:28.491Z | info: latest update on 2025-11-10 for version 1.91.1 (ed61e7d7e 2025-11-07) |
| 48 | 2026-03-13T16:51:28.494Z | info: downloading 6 components |
| 49 | 2026-03-13T16:51:44.750Z | |
| 50 | 2026-03-13T16:51:44.750Z | info: default toolchain set to 1.91.1-x86_64-unknown-illumos |
| 51 | 2026-03-13T16:51:44.789Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 52 | 2026-03-13T16:51:44.789Z | |
| 53 | 2026-03-13T16:51:44.792Z | |
| 54 | 2026-03-13T16:51:44.792Z | Rust is installed now. Great! |
| 55 | 2026-03-13T16:51:44.792Z | |
| 56 | 2026-03-13T16:51:44.792Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-03-13T16:51:44.792Z | environment variable. This has not been done automatically. |
| 58 | 2026-03-13T16:51:44.792Z | |
| 59 | 2026-03-13T16:51:44.792Z | To configure your current shell, you need to source |
| 60 | 2026-03-13T16:51:44.792Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-03-13T16:51:44.792Z | |
| 62 | 2026-03-13T16:51:44.793Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-03-13T16:51:44.793Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-03-13T16:51:44.793Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-03-13T16:51:44.793Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-03-13T16:51:44.793Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-03-13T16:51:44.793Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-03-13T16:51:44.793Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-03-13T16:51:44.793Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-03-13T16:51:44.793Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-03-13T16:51:44.901Z | + rustup --version |
| 72 | 2026-03-13T16:51:44.913Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-03-13T16:51:44.918Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-03-13T16:51:44.944Z | info: the currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 75 | 2026-03-13T16:51:44.948Z | + cargo --version |
| 76 | 2026-03-13T16:51:44.967Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 77 | 2026-03-13T16:51:44.983Z | + rustc --version |
| 78 | 2026-03-13T16:51:44.996Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 79 | 2026-03-13T16:51:45.014Z | process exited: duration 18182 ms, exit code 0 |
| |
| 80 | 2026-03-13T16:51:45.022Z | starting task 2: "authentication" |
| 81 | 2026-03-13T16:51:45.043Z | process exited: duration 20 ms, exit code 0 |
| |
| 82 | 2026-03-13T16:51:45.050Z | starting task 3: "clone repository" |
| 83 | 2026-03-13T16:51:45.055Z | + mkdir -p /work/oxidecomputer/omicron |
| 84 | 2026-03-13T16:51:45.059Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 85 | 2026-03-13T16:51:45.093Z | Cloning into '/work/oxidecomputer/omicron'... |
| 86 | 2026-03-13T16:51:56.200Z | + cd /work/oxidecomputer/omicron |
| 87 | 2026-03-13T16:51:56.200Z | + git fetch origin 56760c9a74e77be5a4fad03721871da621d34805 |
| 88 | 2026-03-13T16:51:56.515Z | From https://github.com/oxidecomputer/omicron |
| 89 | 2026-03-13T16:51:56.515Z | * branch 56760c9a74e77be5a4fad03721871da621d34805 -> FETCH_HEAD |
| 90 | 2026-03-13T16:51:56.530Z | + [[ -n helios3 ]] |
| 91 | 2026-03-13T16:51:56.533Z | ++ git branch --show-current |
| 92 | 2026-03-13T16:51:56.534Z | + current=main |
| 93 | 2026-03-13T16:51:56.534Z | + [[ main != helios3 ]] |
| 94 | 2026-03-13T16:51:56.534Z | + git branch -f helios3 56760c9a74e77be5a4fad03721871da621d34805 |
| 95 | 2026-03-13T16:51:56.537Z | + git checkout -f helios3 |
| 96 | 2026-03-13T16:51:56.697Z | Switched to branch 'helios3' |
| 97 | 2026-03-13T16:51:56.702Z | + git reset --hard 56760c9a74e77be5a4fad03721871da621d34805 |
| 98 | 2026-03-13T16:51:56.862Z | HEAD is now at 56760c9a7 WIP - move to Helios v3 |
| 99 | 2026-03-13T16:51:56.865Z | process exited: duration 11809 ms, exit code 0 |
| |
| 100 | 2026-03-13T16:51:56.871Z | starting task 4: "build" |
| 101 | 2026-03-13T16:51:56.876Z | + source ./env.sh |
| 102 | 2026-03-13T16:51:56.879Z | ++ OLD_SHELL_OPTS=ehxB |
| 103 | 2026-03-13T16:51:56.879Z | ++ set -o xtrace |
| 104 | 2026-03-13T16:51:56.879Z | ++++ dirname ./env.sh |
| 105 | 2026-03-13T16:51:56.882Z | +++ readlink -f . |
| 106 | 2026-03-13T16:51:56.885Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 107 | 2026-03-13T16:51:56.885Z | ++ 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-13T16:51:56.885Z | ++ 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-13T16:51:56.885Z | ++ 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-13T16:51:56.885Z | ++ 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-13T16:51:56.885Z | ++ 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-13T16:51:56.885Z | ++ 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-13T16:51:56.885Z | ++ 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-13T16:51:56.885Z | ++ 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-13T16:51:56.885Z | ++ case $OLD_SHELL_OPTS in |
| 116 | 2026-03-13T16:51:56.885Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 117 | 2026-03-13T16:51:56.885Z | + source .github/buildomat/ci-env.sh |
| 118 | 2026-03-13T16:51:56.885Z | ++ export CARGO_TERM_COLOR=always |
| 119 | 2026-03-13T16:51:56.886Z | ++ CARGO_TERM_COLOR=always |
| 120 | 2026-03-13T16:51:56.886Z | + cargo --version |
| 121 | 2026-03-13T16:51:56.894Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 122 | 2026-03-13T16:51:56.897Z | + rustc --version |
| 123 | 2026-03-13T16:51:56.924Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 124 | 2026-03-13T16:51:56.928Z | + banner prerequisites |
| 125 | 2026-03-13T16:51:56.934Z | |
| 126 | 2026-03-13T16:51:56.934Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 127 | 2026-03-13T16:51:56.934Z | # # # # # # # # # # # # # # # |
| 128 | 2026-03-13T16:51:56.934Z | # # # # ##### # # ##### # # # # # #### # |
| 129 | 2026-03-13T16:51:56.934Z | ##### ##### # ##### # # # # # # # # # |
| 130 | 2026-03-13T16:51:56.934Z | # # # # # # # # # # # # # # # |
| 131 | 2026-03-13T16:51:56.934Z | # # # ###### # # ###### ### # #### # #### # |
| 132 | 2026-03-13T16:51:56.934Z | |
| 133 | 2026-03-13T16:51:56.935Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 134 | 2026-03-13T16:51:58.561Z | Startup: Refreshing catalog 'helios' ... Done |
| 135 | 2026-03-13T16:51:58.769Z | Planning: Solver setup ... Done (0.172s) |
| 136 | 2026-03-13T16:51:58.796Z | Planning: Running solver ... Done (0.013s) |
| 137 | 2026-03-13T16:51:58.808Z | Planning: Finding local manifests ... Done (0.003s) |
| 138 | 2026-03-13T16:51:58.809Z | Planning: Fetching manifests: 0/2 0% complete |
| 139 | 2026-03-13T16:51:58.817Z | Planning: Fetching manifests: 2/2 100% complete |
| 140 | 2026-03-13T16:51:58.833Z | Planning: Package planning ... Done (0.018s) |
| 141 | 2026-03-13T16:51:58.845Z | Planning: Merging actions ... Done (0.002s) |
| 142 | 2026-03-13T16:51:59.166Z | Planning: Checking for conflicting actions ... Done (0.326s) |
| 143 | 2026-03-13T16:51:59.174Z | Planning: Consolidating action changes ... Done (0.001s) |
| 144 | 2026-03-13T16:52:00.010Z | Planning: Evaluating mediators ... Done (0.846s) |
| 145 | 2026-03-13T16:52:00.016Z | Planning: Planning completed in 1.44 seconds |
| 146 | 2026-03-13T16:52:00.020Z | Packages to install: 2 |
| 147 | 2026-03-13T16:52:00.020Z | Estimated space available: 152.25 GB |
| 148 | 2026-03-13T16:52:00.020Z | Estimated space to be consumed: 19.93 MB |
| 149 | 2026-03-13T16:52:00.020Z | Create boot environment: No |
| 150 | 2026-03-13T16:52:00.020Z | Create backup boot environment: No |
| 151 | 2026-03-13T16:52:00.020Z | Rebuild boot archive: No |
| 152 | 2026-03-13T16:52:00.020Z | |
| 153 | 2026-03-13T16:52:00.020Z | Changed packages: |
| 154 | 2026-03-13T16:52:00.020Z | helios |
| 155 | 2026-03-13T16:52:00.020Z | developer/build-essential |
| 156 | 2026-03-13T16:52:00.020Z | None -> 11-3.0 |
| 157 | 2026-03-13T16:52:00.020Z | library/libxmlsec1 |
| 158 | 2026-03-13T16:52:00.020Z | None -> 1.2.35-3.0 |
| 159 | 2026-03-13T16:52:00.064Z | |
| 160 | 2026-03-13T16:52:00.064Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 161 | 2026-03-13T16:52:01.352Z | Download: Completed 1.28 MB in 1.30 seconds (1009k/s) |
| 162 | 2026-03-13T16:52:01.542Z | Actions: 1/268 actions (Installing new actions) |
| 163 | 2026-03-13T16:52:01.596Z | Actions: Completed 268 actions in 0.06 seconds. |
| 164 | 2026-03-13T16:52:01.609Z | Finalize: Updating package state database ... Done (0.011s) |
| 165 | 2026-03-13T16:52:01.617Z | Finalize: Updating package cache ... Done (0.000s) |
| 166 | 2026-03-13T16:52:01.632Z | Finalize: Updating image state ... Done (0.023s) |
| 167 | 2026-03-13T16:52:06.468Z | Finalize: Creating fast lookup database ... Done (4.797s) |
| 168 | 2026-03-13T16:52:06.593Z | Finalize: Reading search index ... Done (0.020s) |
| 169 | 2026-03-13T16:52:06.596Z | Finalize: Updating search index ... Done (0.000s) |
| 170 | 2026-03-13T16:52:06.683Z | Finalize: Updating package cache ... Done (0.000s) |
| 171 | 2026-03-13T16:52:07.530Z | Planning: Evaluating mediator changes ... Done |
| 172 | 2026-03-13T16:52:07.537Z | Planning: Merging actions ... Done |
| 173 | 2026-03-13T16:52:08.082Z | Planning: Checking for conflicting actions ... Done |
| 174 | 2026-03-13T16:52:08.105Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-03-13T16:52:08.377Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-03-13T16:52:08.422Z | Planning: Planning completed in 1.34 seconds |
| 177 | 2026-03-13T16:52:08.457Z | Packages to change: 6 |
| 178 | 2026-03-13T16:52:08.457Z | Mediators to change: 2 |
| 179 | 2026-03-13T16:52:08.460Z | Services to change: 1 |
| 180 | 2026-03-13T16:52:08.460Z | Create boot environment: No |
| 181 | 2026-03-13T16:52:08.461Z | Create backup boot environment: Yes |
| 182 | 2026-03-13T16:52:10.807Z | Actions: 1/132 actions (Removing old actions) |
| 183 | 2026-03-13T16:52:10.812Z | Actions: 21/132 actions (Updating modified actions) |
| 184 | 2026-03-13T16:52:10.826Z | Actions: Completed 132 actions in 0.02 seconds. |
| 185 | 2026-03-13T16:52:10.830Z | Finalize: Updating package state database ... Done |
| 186 | 2026-03-13T16:52:10.830Z | Finalize: Updating package cache ... Done |
| 187 | 2026-03-13T16:52:10.836Z | Finalize: Updating image state ... Done |
| 188 | 2026-03-13T16:52:15.078Z | Finalize: Creating fast lookup database ... Done |
| 189 | 2026-03-13T16:52:15.210Z | Finalize: Reading search index ... Done |
| 190 | 2026-03-13T16:52:15.224Z | Finalize: Updating search index ... Done |
| 191 | 2026-03-13T16:52:15.326Z | Finalize: Updating package cache ... Done |
| 192 | 2026-03-13T16:52:15.740Z | Planning: Evaluating mediator changes ... Done |
| 193 | 2026-03-13T16:52:15.936Z | Planning: Checking for conflicting actions ... Done |
| 194 | 2026-03-13T16:52:15.946Z | Planning: Consolidating action changes ... Done |
| 195 | 2026-03-13T16:52:16.189Z | Planning: Evaluating mediators ... Done |
| 196 | 2026-03-13T16:52:16.194Z | Planning: Planning completed in 0.46 seconds |
| 197 | 2026-03-13T16:52:16.224Z | Mediators to change: 1 |
| 198 | 2026-03-13T16:52:16.224Z | Create boot environment: No |
| 199 | 2026-03-13T16:52:16.230Z | Create backup boot environment: No |
| 200 | 2026-03-13T16:52:30.974Z | Planning: Building new search index ... Done |
| 201 | 2026-03-13T16:52:31.305Z | Finalize: Updating package state database ... Done |
| 202 | 2026-03-13T16:52:31.305Z | Finalize: Updating package cache ... Done |
| 203 | 2026-03-13T16:52:31.320Z | Finalize: Updating image state ... Done |
| 204 | 2026-03-13T16:52:35.471Z | Finalize: Creating fast lookup database ... Done |
| 205 | 2026-03-13T16:52:35.593Z | Finalize: Reading search index ... Done |
| 206 | 2026-03-13T16:52:35.596Z | Finalize: Updating search index ... Done |
| 207 | 2026-03-13T16:52:35.707Z | Finalize: Updating package cache ... Done |
| 208 | 2026-03-13T16:52:36.172Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 209 | 2026-03-13T16:52:36.172Z | apache system 2.4 system |
| 210 | 2026-03-13T16:52:36.172Z | clang system 20 system |
| 211 | 2026-03-13T16:52:36.172Z | clang system 19 system |
| 212 | 2026-03-13T16:52:36.172Z | clang system 18 system |
| 213 | 2026-03-13T16:52:36.172Z | clang system 17 system |
| 214 | 2026-03-13T16:52:36.172Z | clang system 15 system |
| 215 | 2026-03-13T16:52:36.172Z | clang system 13 system |
| 216 | 2026-03-13T16:52:36.172Z | csh system system illumos |
| 217 | 2026-03-13T16:52:36.172Z | ctags system system illumos |
| 218 | 2026-03-13T16:52:36.172Z | file vendor vendor darwinsys |
| 219 | 2026-03-13T16:52:36.172Z | file system system illumos |
| 220 | 2026-03-13T16:52:36.172Z | gcc vendor 14 vendor |
| 221 | 2026-03-13T16:52:36.172Z | gcc system 13 system |
| 222 | 2026-03-13T16:52:36.172Z | gcc system 10 system |
| 223 | 2026-03-13T16:52:36.172Z | go system 1.25 system |
| 224 | 2026-03-13T16:52:36.172Z | llvm system 20 system |
| 225 | 2026-03-13T16:52:36.172Z | llvm system 19 system |
| 226 | 2026-03-13T16:52:36.172Z | llvm system 18 system |
| 227 | 2026-03-13T16:52:36.172Z | llvm system 17 system |
| 228 | 2026-03-13T16:52:36.172Z | llvm system 15 system |
| 229 | 2026-03-13T16:52:36.172Z | llvm system 13 system |
| 230 | 2026-03-13T16:52:36.172Z | mariadb system 11.4 system |
| 231 | 2026-03-13T16:52:36.173Z | mta vendor vendor dma |
| 232 | 2026-03-13T16:52:36.173Z | node system 24 system |
| 233 | 2026-03-13T16:52:36.173Z | node system 22 system |
| 234 | 2026-03-13T16:52:36.173Z | openjdk system 21 system |
| 235 | 2026-03-13T16:52:36.173Z | openjdk system 17 system |
| 236 | 2026-03-13T16:52:36.173Z | openjdk system 11 system |
| 237 | 2026-03-13T16:52:36.173Z | openjdk system 1.8 system |
| 238 | 2026-03-13T16:52:36.173Z | openssl vendor 3 vendor |
| 239 | 2026-03-13T16:52:36.173Z | perl system 5.40 system |
| 240 | 2026-03-13T16:52:36.173Z | php system 8.5 system |
| 241 | 2026-03-13T16:52:36.173Z | php system 8.4 system |
| 242 | 2026-03-13T16:52:36.173Z | php system 8.3 system |
| 243 | 2026-03-13T16:52:36.173Z | php system 8.2 system |
| 244 | 2026-03-13T16:52:36.173Z | postgresql system 18 system |
| 245 | 2026-03-13T16:52:36.173Z | postgresql system 17 system |
| 246 | 2026-03-13T16:52:36.173Z | postgresql system 16 system |
| 247 | 2026-03-13T16:52:36.173Z | postgresql system 15 system |
| 248 | 2026-03-13T16:52:36.173Z | postgresql system 14 system |
| 249 | 2026-03-13T16:52:36.173Z | postgresql system 13 system |
| 250 | 2026-03-13T16:52:36.173Z | python vendor 3 vendor |
| 251 | 2026-03-13T16:52:36.173Z | python system 2 system |
| 252 | 2026-03-13T16:52:36.173Z | python3 vendor 3.13 vendor |
| 253 | 2026-03-13T16:52:36.173Z | ruby system 3.4 system |
| 254 | 2026-03-13T16:52:36.173Z | ruby system 3.0 system |
| 255 | 2026-03-13T16:52:36.173Z | words vendor vendor american-english |
| 256 | 2026-03-13T16:52:36.173Z | words system system australian-english |
| 257 | 2026-03-13T16:52:36.173Z | words system system british-english |
| 258 | 2026-03-13T16:52:36.174Z | words system system canadian-english |
| 259 | 2026-03-13T16:52:36.174Z | words system system french |
| 260 | 2026-03-13T16:52:36.174Z | words system system italian |
| 261 | 2026-03-13T16:52:36.178Z | words system system ngerman |
| 262 | 2026-03-13T16:52:36.178Z | words system system ogerman |
| 263 | 2026-03-13T16:52:36.178Z | words system system spanish |
| 264 | 2026-03-13T16:52:36.178Z | zig system 0.14 system |
| 265 | 2026-03-13T16:52:36.512Z | PUBLISHER TYPE STATUS P LOCATION |
| 266 | 2026-03-13T16:52:36.512Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 267 | 2026-03-13T16:52:36.881Z | FMRI IFO |
| 268 | 2026-03-13T16:52:36.881Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 269 | 2026-03-13T16:52:36.881Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 270 | 2026-03-13T16:52:36.881Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 271 | 2026-03-13T16:52:36.881Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260224T221441Z --- |
| 272 | 2026-03-13T16:52:36.881Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 273 | 2026-03-13T16:52:36.881Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 274 | 2026-03-13T16:52:36.881Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 275 | 2026-03-13T16:52:36.881Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 276 | 2026-03-13T16:52:36.881Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 277 | 2026-03-13T16:52:36.881Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 278 | 2026-03-13T16:52:37.188Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 279 | 2026-03-13T16:52:37.462Z | Updating crates.io index |
| 280 | 2026-03-13T16:52:37.465Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 281 | 2026-03-13T16:52:37.794Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 282 | 2026-03-13T16:52:38.743Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 283 | 2026-03-13T16:52:39.081Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 284 | 2026-03-13T16:52:39.383Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 285 | 2026-03-13T16:52:40.261Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 286 | 2026-03-13T16:52:40.983Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 287 | 2026-03-13T16:52:42.324Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 288 | 2026-03-13T16:52:43.927Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 289 | 2026-03-13T16:52:44.692Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 290 | 2026-03-13T16:52:45.233Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 291 | 2026-03-13T16:52:46.168Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 292 | 2026-03-13T16:52:46.699Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 293 | 2026-03-13T16:52:47.210Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 294 | 2026-03-13T16:52:47.514Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 295 | 2026-03-13T16:52:48.621Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 296 | 2026-03-13T16:52:49.078Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 297 | 2026-03-13T16:52:49.537Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 298 | 2026-03-13T16:52:49.847Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 299 | 2026-03-13T16:52:50.438Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 300 | 2026-03-13T16:52:50.678Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 301 | 2026-03-13T16:52:50.909Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 302 | 2026-03-13T16:52:51.172Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 303 | 2026-03-13T16:52:51.576Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 304 | 2026-03-13T16:52:51.988Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 305 | 2026-03-13T16:52:52.804Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 306 | 2026-03-13T16:52:53.211Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 307 | 2026-03-13T16:52:53.523Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 308 | 2026-03-13T16:52:53.804Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 309 | 2026-03-13T16:52:55.003Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 310 | 2026-03-13T16:52:55.338Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 311 | 2026-03-13T16:52:55.730Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 312 | 2026-03-13T16:52:56.078Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 313 | 2026-03-13T16:52:56.434Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 314 | 2026-03-13T16:52:56.992Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 315 | 2026-03-13T16:52:57.258Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 316 | 2026-03-13T16:52:57.552Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 317 | 2026-03-13T16:52:57.918Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 318 | 2026-03-13T16:53:12.082Z | Downloading crates ... |
| 319 | 2026-03-13T16:53:12.136Z | Downloaded cargo-platform v0.2.0 |
| 320 | 2026-03-13T16:53:12.143Z | Downloaded colorchoice v1.0.4 |
| 321 | 2026-03-13T16:53:12.143Z | Downloaded fastrand v2.3.0 |
| 322 | 2026-03-13T16:53:12.150Z | Downloaded clap v4.5.60 |
| 323 | 2026-03-13T16:53:12.155Z | Downloaded quote v1.0.44 |
| 324 | 2026-03-13T16:53:12.166Z | Downloaded generic-array v0.14.7 |
| 325 | 2026-03-13T16:53:12.166Z | Downloaded toml_write v0.1.2 |
| 326 | 2026-03-13T16:53:12.166Z | Downloaded bytecount v0.6.9 |
| 327 | 2026-03-13T16:53:12.175Z | Downloaded usdt v0.5.0 |
| 328 | 2026-03-13T16:53:12.175Z | Downloaded num-traits v0.2.19 |
| 329 | 2026-03-13T16:53:12.175Z | Downloaded fnv v1.0.7 |
| 330 | 2026-03-13T16:53:12.175Z | Downloaded thiserror-impl v2.0.18 |
| 331 | 2026-03-13T16:53:12.175Z | Downloaded erased-serde v0.4.9 |
| 332 | 2026-03-13T16:53:12.175Z | Downloaded toml v0.8.23 |
| 333 | 2026-03-13T16:53:12.181Z | Downloaded toml_datetime v0.6.11 |
| 334 | 2026-03-13T16:53:12.181Z | Downloaded zerofrom-derive v0.1.6 |
| 335 | 2026-03-13T16:53:12.181Z | Downloaded cargo_toml v0.21.0 |
| 336 | 2026-03-13T16:53:12.181Z | Downloaded yoke v0.8.1 |
| 337 | 2026-03-13T16:53:12.181Z | Downloaded form_urlencoded v1.2.2 |
| 338 | 2026-03-13T16:53:12.182Z | Downloaded errno v0.3.14 |
| 339 | 2026-03-13T16:53:12.182Z | Downloaded unicode-linebreak v0.1.5 |
| 340 | 2026-03-13T16:53:12.182Z | Downloaded anyhow v1.0.102 |
| 341 | 2026-03-13T16:53:12.209Z | Downloaded version_check v0.9.5 |
| 342 | 2026-03-13T16:53:12.209Z | Downloaded utf8_iter v1.0.4 |
| 343 | 2026-03-13T16:53:12.209Z | Downloaded anstyle-parse v0.2.7 |
| 344 | 2026-03-13T16:53:12.209Z | Downloaded zerofrom v0.1.6 |
| 345 | 2026-03-13T16:53:12.209Z | Downloaded utf8parse v0.2.2 |
| 346 | 2026-03-13T16:53:12.209Z | Downloaded typeid v1.0.3 |
| 347 | 2026-03-13T16:53:12.210Z | Downloaded thread-id v4.2.2 |
| 348 | 2026-03-13T16:53:12.210Z | Downloaded fs-err v3.3.0 |
| 349 | 2026-03-13T16:53:12.210Z | Downloaded cargo_metadata v0.21.0 |
| 350 | 2026-03-13T16:53:12.274Z | Downloaded anstyle-query v1.1.5 |
| 351 | 2026-03-13T16:53:12.274Z | Downloaded byteorder v1.5.0 |
| 352 | 2026-03-13T16:53:12.274Z | Downloaded idna_adapter v1.2.1 |
| 353 | 2026-03-13T16:53:12.274Z | Downloaded heck v0.4.1 |
| 354 | 2026-03-13T16:53:12.274Z | Downloaded yoke-derive v0.8.1 |
| 355 | 2026-03-13T16:53:12.274Z | Downloaded usdt-macro v0.5.0 |
| 356 | 2026-03-13T16:53:12.275Z | Downloaded tinystr v0.8.2 |
| 357 | 2026-03-13T16:53:12.275Z | Downloaded pest v2.8.6 |
| 358 | 2026-03-13T16:53:12.275Z | Downloaded writeable v0.6.2 |
| 359 | 2026-03-13T16:53:12.275Z | Downloaded itoa v1.0.17 |
| 360 | 2026-03-13T16:53:12.275Z | Downloaded swrite v0.1.0 |
| 361 | 2026-03-13T16:53:12.275Z | Downloaded cpufeatures v0.2.17 |
| 362 | 2026-03-13T16:53:12.275Z | Downloaded usdt-impl v0.5.0 |
| 363 | 2026-03-13T16:53:12.275Z | Downloaded unicode-xid v0.2.6 |
| 364 | 2026-03-13T16:53:12.275Z | Downloaded usdt-attr-macro v0.5.0 |
| 365 | 2026-03-13T16:53:12.275Z | Downloaded plain v0.2.3 |
| 366 | 2026-03-13T16:53:12.275Z | Downloaded crypto-common v0.1.7 |
| 367 | 2026-03-13T16:53:12.275Z | Downloaded zmij v1.0.21 |
| 368 | 2026-03-13T16:53:12.276Z | Downloaded ordered-float v2.10.1 |
| 369 | 2026-03-13T16:53:12.276Z | Downloaded ucd-trie v0.1.7 |
| 370 | 2026-03-13T16:53:12.276Z | Downloaded memmap v0.7.0 |
| 371 | 2026-03-13T16:53:12.276Z | Downloaded block-buffer v0.10.4 |
| 372 | 2026-03-13T16:53:12.276Z | Downloaded anstyle v1.0.13 |
| 373 | 2026-03-13T16:53:12.276Z | Downloaded smallvec v1.15.1 |
| 374 | 2026-03-13T16:53:12.276Z | Downloaded zerovec-derive v0.11.2 |
| 375 | 2026-03-13T16:53:12.276Z | Downloaded unicode-ident v1.0.24 |
| 376 | 2026-03-13T16:53:12.276Z | Downloaded zerotrie v0.2.3 |
| 377 | 2026-03-13T16:53:12.276Z | Downloaded zerocopy-derive v0.7.35 |
| 378 | 2026-03-13T16:53:12.276Z | Downloaded strsim v0.11.1 |
| 379 | 2026-03-13T16:53:12.276Z | Downloaded cfg-if v1.0.4 |
| 380 | 2026-03-13T16:53:12.276Z | Downloaded clap_lex v1.0.0 |
| 381 | 2026-03-13T16:53:12.276Z | Downloaded typenum v1.19.0 |
| 382 | 2026-03-13T16:53:12.276Z | Downloaded serde_spanned v0.6.9 |
| 383 | 2026-03-13T16:53:12.302Z | Downloaded textwrap v0.16.2 |
| 384 | 2026-03-13T16:53:12.302Z | Downloaded serde-value v0.7.0 |
| 385 | 2026-03-13T16:53:12.302Z | Downloaded tabled_derive v0.7.0 |
| 386 | 2026-03-13T16:53:12.303Z | Downloaded heck v0.5.0 |
| 387 | 2026-03-13T16:53:12.303Z | Downloaded stable_deref_trait v1.2.1 |
| 388 | 2026-03-13T16:53:12.303Z | Downloaded dof v0.3.0 |
| 389 | 2026-03-13T16:53:12.303Z | Downloaded proc-macro-error-attr v1.0.4 |
| 390 | 2026-03-13T16:53:12.303Z | Downloaded toml_edit v0.22.27 |
| 391 | 2026-03-13T16:53:12.303Z | Downloaded url v2.5.8 |
| 392 | 2026-03-13T16:53:12.303Z | Downloaded scroll v0.12.0 |
| 393 | 2026-03-13T16:53:12.303Z | Downloaded autocfg v1.5.0 |
| 394 | 2026-03-13T16:53:12.303Z | Downloaded pretty-hex v0.4.1 |
| 395 | 2026-03-13T16:53:12.304Z | Downloaded potential_utf v0.1.4 |
| 396 | 2026-03-13T16:53:12.304Z | Downloaded macaddr v1.0.1 |
| 397 | 2026-03-13T16:53:12.327Z | Downloaded zerovec v0.11.5 |
| 398 | 2026-03-13T16:53:12.327Z | Downloaded percent-encoding v2.3.2 |
| 399 | 2026-03-13T16:53:12.327Z | Downloaded is_terminal_polyfill v1.70.2 |
| 400 | 2026-03-13T16:53:12.327Z | Downloaded zerocopy v0.7.35 |
| 401 | 2026-03-13T16:53:12.327Z | Downloaded smawk v0.3.2 |
| 402 | 2026-03-13T16:53:12.328Z | Downloaded winnow v0.7.14 |
| 403 | 2026-03-13T16:53:12.328Z | Downloaded anstream v0.6.21 |
| 404 | 2026-03-13T16:53:12.355Z | Downloaded scroll_derive v0.12.1 |
| 405 | 2026-03-13T16:53:12.355Z | Downloaded getrandom v0.4.1 |
| 406 | 2026-03-13T16:53:12.355Z | Downloaded equivalent v1.0.2 |
| 407 | 2026-03-13T16:53:12.355Z | Downloaded unicode-width v0.2.0 |
| 408 | 2026-03-13T16:53:12.355Z | Downloaded terminal_size v0.4.3 |
| 409 | 2026-03-13T16:53:12.355Z | Downloaded unicode-width v0.1.14 |
| 410 | 2026-03-13T16:53:12.355Z | Downloaded serde-untagged v0.1.9 |
| 411 | 2026-03-13T16:53:12.355Z | Downloaded sha2 v0.10.9 |
| 412 | 2026-03-13T16:53:12.355Z | Downloaded serde_tokenstream v0.2.3 |
| 413 | 2026-03-13T16:53:12.355Z | Downloaded pest_generator v2.8.6 |
| 414 | 2026-03-13T16:53:12.355Z | Downloaded dtrace-parser v0.2.0 |
| 415 | 2026-03-13T16:53:12.384Z | Downloaded bitflags v2.11.0 |
| 416 | 2026-03-13T16:53:12.384Z | Downloaded digest v0.10.7 |
| 417 | 2026-03-13T16:53:12.384Z | Downloaded litemap v0.8.1 |
| 418 | 2026-03-13T16:53:12.384Z | Downloaded camino-tempfile v1.4.1 |
| 419 | 2026-03-13T16:53:12.384Z | Downloaded displaydoc v0.2.5 |
| 420 | 2026-03-13T16:53:12.384Z | Downloaded thiserror v1.0.69 |
| 421 | 2026-03-13T16:53:12.384Z | Downloaded serde_derive v1.0.228 |
| 422 | 2026-03-13T16:53:12.384Z | Downloaded synstructure v0.13.2 |
| 423 | 2026-03-13T16:53:12.384Z | Downloaded thiserror-impl v1.0.69 |
| 424 | 2026-03-13T16:53:12.404Z | Downloaded tempfile v3.25.0 |
| 425 | 2026-03-13T16:53:12.404Z | Downloaded camino v1.2.2 |
| 426 | 2026-03-13T16:53:12.404Z | Downloaded clap_derive v4.5.55 |
| 427 | 2026-03-13T16:53:12.404Z | Downloaded cargo-util-schemas v0.8.2 |
| 428 | 2026-03-13T16:53:12.404Z | Downloaded once_cell v1.21.3 |
| 429 | 2026-03-13T16:53:12.404Z | Downloaded log v0.4.29 |
| 430 | 2026-03-13T16:53:12.420Z | Downloaded thiserror v2.0.18 |
| 431 | 2026-03-13T16:53:12.420Z | Downloaded serde_core v1.0.228 |
| 432 | 2026-03-13T16:53:12.420Z | Downloaded icu_provider v2.1.1 |
| 433 | 2026-03-13T16:53:12.420Z | Downloaded semver v1.0.27 |
| 434 | 2026-03-13T16:53:12.420Z | Downloaded pest_derive v2.8.6 |
| 435 | 2026-03-13T16:53:12.437Z | Downloaded pest_meta v2.8.6 |
| 436 | 2026-03-13T16:53:12.437Z | Downloaded icu_properties v2.1.2 |
| 437 | 2026-03-13T16:53:12.437Z | Downloaded proc-macro2 v1.0.106 |
| 438 | 2026-03-13T16:53:12.452Z | Downloaded papergrid v0.11.0 |
| 439 | 2026-03-13T16:53:12.452Z | Downloaded icu_normalizer v2.1.1 |
| 440 | 2026-03-13T16:53:12.452Z | Downloaded proc-macro-error v1.0.4 |
| 441 | 2026-03-13T16:53:12.452Z | Downloaded icu_locale_core v2.1.1 |
| 442 | 2026-03-13T16:53:12.457Z | Downloaded icu_normalizer_data v2.1.1 |
| 443 | 2026-03-13T16:53:12.457Z | Downloaded serde v1.0.228 |
| 444 | 2026-03-13T16:53:12.473Z | Downloaded memchr v2.8.0 |
| 445 | 2026-03-13T16:53:12.485Z | Downloaded icu_collections v2.1.1 |
| 446 | 2026-03-13T16:53:12.485Z | Downloaded indexmap v2.13.0 |
| 447 | 2026-03-13T16:53:12.486Z | Downloaded idna v1.1.0 |
| 448 | 2026-03-13T16:53:12.496Z | Downloaded clap_builder v4.5.60 |
| 449 | 2026-03-13T16:53:12.496Z | Downloaded icu_properties_data v2.1.2 |
| 450 | 2026-03-13T16:53:12.503Z | Downloaded hashbrown v0.16.1 |
| 451 | 2026-03-13T16:53:12.503Z | Downloaded serde_json v1.0.149 |
| 452 | 2026-03-13T16:53:12.525Z | Downloaded goblin v0.8.2 |
| 453 | 2026-03-13T16:53:12.537Z | Downloaded tabled v0.15.0 |
| 454 | 2026-03-13T16:53:12.548Z | Downloaded syn v1.0.109 |
| 455 | 2026-03-13T16:53:12.564Z | Downloaded syn v2.0.117 |
| 456 | 2026-03-13T16:53:12.576Z | Downloaded rustix v1.1.3 |
| 457 | 2026-03-13T16:53:12.612Z | Downloaded libc v0.2.180 |
| 458 | 2026-03-13T16:53:12.679Z | Compiling proc-macro2 v1.0.106 |
| 459 | 2026-03-13T16:53:12.683Z | Compiling unicode-ident v1.0.24 |
| 460 | 2026-03-13T16:53:12.683Z | Compiling quote v1.0.44 |
| 461 | 2026-03-13T16:53:12.683Z | Compiling serde_core v1.0.228 |
| 462 | 2026-03-13T16:53:12.683Z | Compiling libc v0.2.180 |
| 463 | 2026-03-13T16:53:12.684Z | Compiling version_check v0.9.5 |
| 464 | 2026-03-13T16:53:12.684Z | Compiling stable_deref_trait v1.2.1 |
| 465 | 2026-03-13T16:53:12.684Z | Compiling memchr v2.8.0 |
| 466 | 2026-03-13T16:53:13.079Z | Compiling serde v1.0.228 |
| 467 | 2026-03-13T16:53:13.084Z | Compiling zmij v1.0.21 |
| 468 | 2026-03-13T16:53:13.385Z | Compiling itoa v1.0.17 |
| 469 | 2026-03-13T16:53:13.424Z | Compiling autocfg v1.5.0 |
| 470 | 2026-03-13T16:53:13.564Z | Compiling ucd-trie v0.1.7 |
| 471 | 2026-03-13T16:53:13.827Z | Compiling thiserror v1.0.69 |
| 472 | 2026-03-13T16:53:13.886Z | Compiling pest v2.8.6 |
| 473 | 2026-03-13T16:53:13.907Z | Compiling litemap v0.8.1 |
| 474 | 2026-03-13T16:53:13.987Z | Compiling writeable v0.6.2 |
| 475 | 2026-03-13T16:53:14.089Z | Compiling icu_properties_data v2.1.2 |
| 476 | 2026-03-13T16:53:14.156Z | Compiling byteorder v1.5.0 |
| 477 | 2026-03-13T16:53:14.220Z | Compiling icu_normalizer_data v2.1.1 |
| 478 | 2026-03-13T16:53:14.427Z | Compiling rustix v1.1.3 |
| 479 | 2026-03-13T16:53:14.535Z | Compiling errno v0.3.14 |
| 480 | 2026-03-13T16:53:14.634Z | Compiling syn v2.0.117 |
| 481 | 2026-03-13T16:53:14.708Z | Compiling bitflags v2.11.0 |
| 482 | 2026-03-13T16:53:14.730Z | Compiling serde_json v1.0.149 |
| 483 | 2026-03-13T16:53:15.028Z | Compiling num-traits v0.2.19 |
| 484 | 2026-03-13T16:53:15.100Z | Compiling typeid v1.0.3 |
| 485 | 2026-03-13T16:53:15.275Z | Compiling hashbrown v0.16.1 |
| 486 | 2026-03-13T16:53:15.339Z | Compiling smallvec v1.15.1 |
| 487 | 2026-03-13T16:53:15.450Z | Compiling pest_meta v2.8.6 |
| 488 | 2026-03-13T16:53:15.601Z | Compiling equivalent v1.0.2 |
| 489 | 2026-03-13T16:53:15.785Z | Compiling thread-id v4.2.2 |
| 490 | 2026-03-13T16:53:15.889Z | Compiling usdt-impl v0.5.0 |
| 491 | 2026-03-13T16:53:15.968Z | Compiling proc-macro-error-attr v1.0.4 |
| 492 | 2026-03-13T16:53:16.061Z | Compiling indexmap v2.13.0 |
| 493 | 2026-03-13T16:53:16.096Z | Compiling winnow v0.7.14 |
| 494 | 2026-03-13T16:53:16.197Z | Compiling toml_write v0.1.2 |
| 495 | 2026-03-13T16:53:16.230Z | Compiling syn v1.0.109 |
| 496 | 2026-03-13T16:53:16.440Z | Compiling erased-serde v0.4.9 |
| 497 | 2026-03-13T16:53:16.959Z | Compiling proc-macro-error v1.0.4 |
| 498 | 2026-03-13T16:53:17.059Z | Compiling log v0.4.29 |
| 499 | 2026-03-13T16:53:17.213Z | Compiling percent-encoding v2.3.2 |
| 500 | 2026-03-13T16:53:17.297Z | Compiling camino v1.2.2 |
| 501 | 2026-03-13T16:53:17.465Z | Compiling plain v0.2.3 |
| 502 | 2026-03-13T16:53:17.598Z | Compiling thiserror v2.0.18 |
| 503 | 2026-03-13T16:53:17.710Z | Compiling getrandom v0.4.1 |
| 504 | 2026-03-13T16:53:17.790Z | Compiling utf8_iter v1.0.4 |
| 505 | 2026-03-13T16:53:17.870Z | Compiling utf8parse v0.2.2 |
| 506 | 2026-03-13T16:53:18.014Z | Compiling anstyle-parse v0.2.7 |
| 507 | 2026-03-13T16:53:18.039Z | Compiling ordered-float v2.10.1 |
| 508 | 2026-03-13T16:53:18.087Z | Compiling form_urlencoded v1.2.2 |
| 509 | 2026-03-13T16:53:18.317Z | Compiling terminal_size v0.4.3 |
| 510 | 2026-03-13T16:53:18.347Z | Compiling anstyle v1.0.13 |
| 511 | 2026-03-13T16:53:18.392Z | Compiling colorchoice v1.0.4 |
| 512 | 2026-03-13T16:53:18.497Z | Compiling synstructure v0.13.2 |
| 513 | 2026-03-13T16:53:18.541Z | Compiling pest_generator v2.8.6 |
| 514 | 2026-03-13T16:53:18.597Z | Compiling is_terminal_polyfill v1.70.2 |
| 515 | 2026-03-13T16:53:18.638Z | Compiling cfg-if v1.0.4 |
| 516 | 2026-03-13T16:53:18.711Z | Compiling pretty-hex v0.4.1 |
| 517 | 2026-03-13T16:53:18.732Z | Compiling anstyle-query v1.1.5 |
| 518 | 2026-03-13T16:53:18.770Z | Compiling serde-untagged v0.1.9 |
| 519 | 2026-03-13T16:53:18.852Z | Compiling anstream v0.6.21 |
| 520 | 2026-03-13T16:53:19.087Z | Compiling semver v1.0.27 |
| 521 | 2026-03-13T16:53:19.280Z | Compiling fs-err v3.3.0 |
| 522 | 2026-03-13T16:53:19.309Z | Compiling anyhow v1.0.102 |
| 523 | 2026-03-13T16:53:19.467Z | Compiling clap_lex v1.0.0 |
| 524 | 2026-03-13T16:53:19.520Z | Compiling fastrand v2.3.0 |
| 525 | 2026-03-13T16:53:19.523Z | Compiling heck v0.5.0 |
| 526 | 2026-03-13T16:53:19.569Z | Compiling unicode-width v0.1.14 |
| 527 | 2026-03-13T16:53:19.724Z | Compiling once_cell v1.21.3 |
| 528 | 2026-03-13T16:53:19.851Z | Compiling bytecount v0.6.9 |
| 529 | 2026-03-13T16:53:19.855Z | Compiling heck v0.4.1 |
| 530 | 2026-03-13T16:53:19.914Z | Compiling strsim v0.11.1 |
| 531 | 2026-03-13T16:53:19.992Z | Compiling unicode-xid v0.2.6 |
| 532 | 2026-03-13T16:53:20.020Z | Compiling fnv v1.0.7 |
| 533 | 2026-03-13T16:53:20.143Z | Compiling clap_builder v4.5.60 |
| 534 | 2026-03-13T16:53:20.164Z | Compiling papergrid v0.11.0 |
| 535 | 2026-03-13T16:53:20.169Z | Compiling tempfile v3.25.0 |
| 536 | 2026-03-13T16:53:20.462Z | Compiling memmap v0.7.0 |
| 537 | 2026-03-13T16:53:20.499Z | Compiling smawk v0.3.2 |
| 538 | 2026-03-13T16:53:20.664Z | Compiling unicode-width v0.2.0 |
| 539 | 2026-03-13T16:53:21.114Z | Compiling unicode-linebreak v0.1.5 |
| 540 | 2026-03-13T16:53:21.119Z | Compiling textwrap v0.16.2 |
| 541 | 2026-03-13T16:53:21.119Z | Compiling serde_derive v1.0.228 |
| 542 | 2026-03-13T16:53:21.122Z | Compiling zerofrom-derive v0.1.6 |
| 543 | 2026-03-13T16:53:21.204Z | Compiling yoke-derive v0.8.1 |
| 544 | 2026-03-13T16:53:21.528Z | Compiling zerovec-derive v0.11.2 |
| 545 | 2026-03-13T16:53:21.648Z | Compiling displaydoc v0.2.5 |
| 546 | 2026-03-13T16:53:22.202Z | Compiling thiserror-impl v1.0.69 |
| 547 | 2026-03-13T16:53:22.650Z | Compiling zerocopy-derive v0.7.35 |
| 548 | 2026-03-13T16:53:22.807Z | Compiling pest_derive v2.8.6 |
| 549 | 2026-03-13T16:53:23.020Z | Compiling scroll_derive v0.12.1 |
| 550 | 2026-03-13T16:53:23.049Z | Compiling zerofrom v0.1.6 |
| 551 | 2026-03-13T16:53:23.216Z | Compiling yoke v0.8.1 |
| 552 | 2026-03-13T16:53:23.382Z | Compiling thiserror-impl v2.0.18 |
| 553 | 2026-03-13T16:53:23.476Z | Compiling zerovec v0.11.5 |
| 554 | 2026-03-13T16:53:23.843Z | Compiling zerotrie v0.2.3 |
| 555 | 2026-03-13T16:53:23.938Z | Compiling zerocopy v0.7.35 |
| 556 | 2026-03-13T16:53:24.092Z | Compiling dtrace-parser v0.2.0 |
| 557 | 2026-03-13T16:53:24.172Z | Compiling tinystr v0.8.2 |
| 558 | 2026-03-13T16:53:24.233Z | Compiling potential_utf v0.1.4 |
| 559 | 2026-03-13T16:53:24.437Z | Compiling icu_locale_core v2.1.1 |
| 560 | 2026-03-13T16:53:24.865Z | Compiling icu_collections v2.1.1 |
| 561 | 2026-03-13T16:53:24.874Z | Compiling scroll v0.12.0 |
| 562 | 2026-03-13T16:53:24.874Z | Compiling tabled_derive v0.7.0 |
| 563 | 2026-03-13T16:53:24.874Z | Compiling goblin v0.8.2 |
| 564 | 2026-03-13T16:53:24.874Z | Compiling clap_derive v4.5.55 |
| 565 | 2026-03-13T16:53:25.123Z | Compiling camino-tempfile v1.4.1 |
| 566 | 2026-03-13T16:53:25.351Z | Compiling icu_provider v2.1.1 |
| 567 | 2026-03-13T16:53:25.416Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 568 | 2026-03-13T16:53:25.682Z | Compiling icu_properties v2.1.2 |
| 569 | 2026-03-13T16:53:25.787Z | Compiling toml_datetime v0.6.11 |
| 570 | 2026-03-13T16:53:25.822Z | Compiling serde_spanned v0.6.9 |
| 571 | 2026-03-13T16:53:25.857Z | Compiling icu_normalizer v2.1.1 |
| 572 | 2026-03-13T16:53:25.917Z | Compiling dof v0.3.0 |
| 573 | 2026-03-13T16:53:25.965Z | Compiling serde_tokenstream v0.2.3 |
| 574 | 2026-03-13T16:53:26.011Z | Compiling serde-value v0.7.0 |
| 575 | 2026-03-13T16:53:26.143Z | Compiling toml_edit v0.22.27 |
| 576 | 2026-03-13T16:53:26.443Z | Compiling cargo-platform v0.2.0 |
| 577 | 2026-03-13T16:53:26.492Z | Compiling tabled v0.15.0 |
| 578 | 2026-03-13T16:53:26.591Z | Compiling macaddr v1.0.1 |
| 579 | 2026-03-13T16:53:26.807Z | Compiling swrite v0.1.0 |
| 580 | 2026-03-13T16:53:26.945Z | Compiling idna_adapter v1.2.1 |
| 581 | 2026-03-13T16:53:27.071Z | Compiling idna v1.1.0 |
| 582 | 2026-03-13T16:53:27.124Z | Compiling usdt-macro v0.5.0 |
| 583 | 2026-03-13T16:53:27.130Z | Compiling usdt-attr-macro v0.5.0 |
| 584 | 2026-03-13T16:53:27.355Z | Compiling clap v4.5.60 |
| 585 | 2026-03-13T16:53:27.464Z | Compiling url v2.5.8 |
| 586 | 2026-03-13T16:53:28.029Z | Compiling toml v0.8.23 |
| 587 | 2026-03-13T16:53:28.568Z | Compiling cargo-util-schemas v0.8.2 |
| 588 | 2026-03-13T16:53:28.873Z | Compiling cargo_toml v0.21.0 |
| 589 | 2026-03-13T16:53:28.917Z | Compiling usdt v0.5.0 |
| 590 | 2026-03-13T16:53:29.789Z | Compiling cargo_metadata v0.21.0 |
| 591 | 2026-03-13T16:53:31.082Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 592 | 2026-03-13T16:53:33.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.96s |
| 593 | 2026-03-13T16:53:34.248Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 594 | 2026-03-13T16:53:34.971Z | Downloading crates ... |
| 595 | 2026-03-13T16:53:35.084Z | Downloaded adler2 v2.0.1 |
| 596 | 2026-03-13T16:53:35.091Z | Downloaded aead v0.5.2 |
| 597 | 2026-03-13T16:53:35.101Z | Downloaded aes-gcm v0.10.3 |
| 598 | 2026-03-13T16:53:35.109Z | Downloaded bb8 v0.8.6 |
| 599 | 2026-03-13T16:53:35.113Z | Downloaded base16ct v1.0.0 |
| 600 | 2026-03-13T16:53:35.116Z | Downloaded backon v1.6.0 |
| 601 | 2026-03-13T16:53:35.120Z | Downloaded backoff v0.4.0 |
| 602 | 2026-03-13T16:53:35.125Z | Downloaded csv-core v0.1.13 |
| 603 | 2026-03-13T16:53:35.128Z | Downloaded blake2 v0.10.6 |
| 604 | 2026-03-13T16:53:35.133Z | Downloaded crossbeam-utils v0.8.21 |
| 605 | 2026-03-13T16:53:35.138Z | Downloaded crunchy v0.2.4 |
| 606 | 2026-03-13T16:53:35.141Z | Downloaded bitfield-struct v0.6.2 |
| 607 | 2026-03-13T16:53:35.146Z | Downloaded crossbeam-epoch v0.9.18 |
| 608 | 2026-03-13T16:53:35.149Z | Downloaded document-features v0.2.12 |
| 609 | 2026-03-13T16:53:35.154Z | Downloaded clang-sys v1.8.1 |
| 610 | 2026-03-13T16:53:35.159Z | Downloaded dof v0.4.0 |
| 611 | 2026-03-13T16:53:35.163Z | Downloaded dirs-sys-next v0.1.2 |
| 612 | 2026-03-13T16:53:35.166Z | Downloaded bit-set v0.8.0 |
| 613 | 2026-03-13T16:53:35.170Z | Downloaded fd-lock v4.0.4 |
| 614 | 2026-03-13T16:53:35.174Z | Downloaded enum-as-inner v0.6.1 |
| 615 | 2026-03-13T16:53:35.178Z | Downloaded dyn-clone v1.0.20 |
| 616 | 2026-03-13T16:53:35.182Z | Downloaded dropshot-api-manager-types v0.6.0 |
| 617 | 2026-03-13T16:53:35.186Z | Downloaded flagset v0.4.7 |
| 618 | 2026-03-13T16:53:35.189Z | Downloaded cpufeatures v0.3.0 |
| 619 | 2026-03-13T16:53:35.193Z | Downloaded dsl_auto_type v0.1.3 |
| 620 | 2026-03-13T16:53:35.196Z | Downloaded cobs v0.3.0 |
| 621 | 2026-03-13T16:53:35.200Z | Downloaded darling_macro v0.21.3 |
| 622 | 2026-03-13T16:53:35.203Z | Downloaded float-cmp v0.10.0 |
| 623 | 2026-03-13T16:53:35.207Z | Downloaded float-ord v0.3.2 |
| 624 | 2026-03-13T16:53:35.212Z | Downloaded foreign-types-shared v0.3.1 |
| 625 | 2026-03-13T16:53:35.215Z | Downloaded foreign-types v0.3.2 |
| 626 | 2026-03-13T16:53:35.218Z | Downloaded atty v0.2.14 |
| 627 | 2026-03-13T16:53:35.221Z | Downloaded env_filter v1.0.0 |
| 628 | 2026-03-13T16:53:35.224Z | Downloaded embedded-io v0.4.0 |
| 629 | 2026-03-13T16:53:35.227Z | Downloaded futures-core v0.3.32 |
| 630 | 2026-03-13T16:53:35.230Z | Downloaded foreign-types-shared v0.1.1 |
| 631 | 2026-03-13T16:53:35.233Z | Downloaded cfg_aliases v0.2.1 |
| 632 | 2026-03-13T16:53:35.236Z | Downloaded cfg_aliases v0.1.1 |
| 633 | 2026-03-13T16:53:35.240Z | Downloaded fxhash v0.2.1 |
| 634 | 2026-03-13T16:53:35.242Z | Downloaded futures-macro v0.3.32 |
| 635 | 2026-03-13T16:53:35.247Z | Downloaded deranged v0.5.8 |
| 636 | 2026-03-13T16:53:35.250Z | Downloaded ed25519 v2.2.3 |
| 637 | 2026-03-13T16:53:35.253Z | Downloaded git-stub v1.0.0 |
| 638 | 2026-03-13T16:53:35.256Z | Downloaded cassowary v0.3.0 |
| 639 | 2026-03-13T16:53:35.260Z | Downloaded bitfield v0.19.4 |
| 640 | 2026-03-13T16:53:35.264Z | Downloaded hash32 v0.2.1 |
| 641 | 2026-03-13T16:53:35.266Z | Downloaded corncobs v0.1.4 |
| 642 | 2026-03-13T16:53:35.270Z | Downloaded hash32 v0.3.1 |
| 643 | 2026-03-13T16:53:35.273Z | Downloaded headers-core v0.3.0 |
| 644 | 2026-03-13T16:53:35.277Z | Downloaded arrayvec v0.7.6 |
| 645 | 2026-03-13T16:53:35.280Z | Downloaded hex-literal v0.4.1 |
| 646 | 2026-03-13T16:53:35.283Z | Downloaded hex v0.4.3 |
| 647 | 2026-03-13T16:53:35.286Z | Downloaded futures-executor v0.3.32 |
| 648 | 2026-03-13T16:53:35.289Z | Downloaded fallible-iterator v0.2.0 |
| 649 | 2026-03-13T16:53:35.295Z | Downloaded defmt-macros v1.0.1 |
| 650 | 2026-03-13T16:53:35.298Z | Downloaded fs-err v2.11.0 |
| 651 | 2026-03-13T16:53:35.301Z | Downloaded fs_extra v1.3.0 |
| 652 | 2026-03-13T16:53:35.305Z | Downloaded httpdate v1.0.3 |
| 653 | 2026-03-13T16:53:35.308Z | Downloaded hostname v0.3.1 |
| 654 | 2026-03-13T16:53:35.311Z | Downloaded home v0.5.12 |
| 655 | 2026-03-13T16:53:35.315Z | Downloaded indent_write v2.2.0 |
| 656 | 2026-03-13T16:53:35.318Z | Downloaded ident_case v1.0.1 |
| 657 | 2026-03-13T16:53:35.336Z | Downloaded hubpack_derive v0.1.1 |
| 658 | 2026-03-13T16:53:35.339Z | Downloaded daft-derive v0.1.5 |
| 659 | 2026-03-13T16:53:35.344Z | Downloaded indoc v1.0.9 |
| 660 | 2026-03-13T16:53:35.349Z | Downloaded globset v0.4.18 |
| 661 | 2026-03-13T16:53:35.352Z | Downloaded is_ci v1.2.0 |
| 662 | 2026-03-13T16:53:35.355Z | Downloaded inout v0.1.4 |
| 663 | 2026-03-13T16:53:35.358Z | Downloaded internet-checksum v0.2.1 |
| 664 | 2026-03-13T16:53:35.361Z | Downloaded cookie_store v0.22.1 |
| 665 | 2026-03-13T16:53:35.366Z | Downloaded kstat-rs v0.2.4 |
| 666 | 2026-03-13T16:53:35.369Z | Downloaded lazy_static v1.5.0 |
| 667 | 2026-03-13T16:53:35.373Z | Downloaded foldhash v0.1.5 |
| 668 | 2026-03-13T16:53:35.376Z | Downloaded ciborium v0.2.2 |
| 669 | 2026-03-13T16:53:35.379Z | Downloaded darling v0.23.0 |
| 670 | 2026-03-13T16:53:35.383Z | Downloaded match_cfg v0.1.0 |
| 671 | 2026-03-13T16:53:35.386Z | Downloaded highway v1.3.0 |
| 672 | 2026-03-13T16:53:35.390Z | Downloaded mime v0.3.17 |
| 673 | 2026-03-13T16:53:35.393Z | Downloaded memoffset v0.9.1 |
| 674 | 2026-03-13T16:53:35.396Z | Downloaded maybe-uninit v2.0.0 |
| 675 | 2026-03-13T16:53:35.399Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 676 | 2026-03-13T16:53:35.402Z | Downloaded humantime v2.3.0 |
| 677 | 2026-03-13T16:53:35.405Z | Downloaded dropshot_endpoint v0.16.7 |
| 678 | 2026-03-13T16:53:35.409Z | Downloaded diff v0.1.13 |
| 679 | 2026-03-13T16:53:35.413Z | Downloaded md-5 v0.10.6 |
| 680 | 2026-03-13T16:53:35.416Z | Downloaded nibble_vec v0.1.0 |
| 681 | 2026-03-13T16:53:35.419Z | Downloaded newtype_derive v0.1.6 |
| 682 | 2026-03-13T16:53:35.422Z | Downloaded newline-converter v0.3.0 |
| 683 | 2026-03-13T16:53:35.425Z | Downloaded md5 v0.7.0 |
| 684 | 2026-03-13T16:53:35.428Z | Downloaded nonempty v0.12.0 |
| 685 | 2026-03-13T16:53:35.431Z | Downloaded hickory-client v0.25.2 |
| 686 | 2026-03-13T16:53:35.434Z | Downloaded ingot v0.1.1 |
| 687 | 2026-03-13T16:53:35.437Z | Downloaded ipnet v2.11.0 |
| 688 | 2026-03-13T16:53:35.440Z | Downloaded num-iter v0.1.45 |
| 689 | 2026-03-13T16:53:35.447Z | Downloaded num v0.4.3 |
| 690 | 2026-03-13T16:53:35.450Z | Downloaded libsw v3.5.0 |
| 691 | 2026-03-13T16:53:35.450Z | Downloaded half v1.8.3 |
| 692 | 2026-03-13T16:53:35.453Z | Downloaded libsw-core v0.3.2 |
| 693 | 2026-03-13T16:53:35.456Z | Downloaded num-conv v0.2.0 |
| 694 | 2026-03-13T16:53:35.459Z | Downloaded mime_guess v2.0.5 |
| 695 | 2026-03-13T16:53:35.462Z | Downloaded openssl-probe v0.1.6 |
| 696 | 2026-03-13T16:53:35.462Z | Downloaded packed_struct_codegen v0.10.1 |
| 697 | 2026-03-13T16:53:35.465Z | Downloaded openssl-macros v0.1.1 |
| 698 | 2026-03-13T16:53:35.468Z | Downloaded linear-map v1.2.0 |
| 699 | 2026-03-13T16:53:35.471Z | Downloaded num_threads v0.1.7 |
| 700 | 2026-03-13T16:53:35.474Z | Downloaded allocator-api2 v0.2.21 |
| 701 | 2026-03-13T16:53:35.477Z | Downloaded openssl-probe v0.2.1 |
| 702 | 2026-03-13T16:53:35.480Z | Downloaded fatfs v0.3.6 |
| 703 | 2026-03-13T16:53:35.483Z | Downloaded olpc-cjson v0.1.4 |
| 704 | 2026-03-13T16:53:35.486Z | Downloaded ingot-macros v0.1.1 |
| 705 | 2026-03-13T16:53:35.489Z | Downloaded oso-derive v0.27.3 |
| 706 | 2026-03-13T16:53:35.491Z | Downloaded hyper-rustls v0.27.7 |
| 707 | 2026-03-13T16:53:35.494Z | Downloaded managed v0.8.0 |
| 708 | 2026-03-13T16:53:35.497Z | Downloaded hyper-staticfile v0.10.1 |
| 709 | 2026-03-13T16:53:35.500Z | Downloaded chacha20poly1305 v0.10.1 |
| 710 | 2026-03-13T16:53:35.503Z | Downloaded parse-display v0.10.0 |
| 711 | 2026-03-13T16:53:35.506Z | Downloaded const_format v0.2.35 |
| 712 | 2026-03-13T16:53:35.509Z | Downloaded parse-size v1.1.0 |
| 713 | 2026-03-13T16:53:35.514Z | Downloaded nu-ansi-term v0.50.3 |
| 714 | 2026-03-13T16:53:35.517Z | Downloaded newtype-uuid v1.3.2 |
| 715 | 2026-03-13T16:53:35.517Z | Downloaded peg-runtime v0.8.5 |
| 716 | 2026-03-13T16:53:35.521Z | Downloaded path-slash v0.1.5 |
| 717 | 2026-03-13T16:53:35.524Z | Downloaded pbkdf2 v0.11.0 |
| 718 | 2026-03-13T16:53:35.525Z | Downloaded half v2.7.1 |
| 719 | 2026-03-13T16:53:35.528Z | Downloaded num-complex v0.4.6 |
| 720 | 2026-03-13T16:53:35.531Z | Downloaded lock_api v0.4.14 |
| 721 | 2026-03-13T16:53:35.534Z | Downloaded num-integer v0.1.46 |
| 722 | 2026-03-13T16:53:35.537Z | Downloaded litrs v1.0.0 |
| 723 | 2026-03-13T16:53:35.540Z | Downloaded phf_shared v0.13.1 |
| 724 | 2026-03-13T16:53:35.544Z | Downloaded pin-utils v0.1.0 |
| 725 | 2026-03-13T16:53:35.547Z | Downloaded phf_shared v0.12.1 |
| 726 | 2026-03-13T16:53:35.547Z | Downloaded derive_more v2.1.1 |
| 727 | 2026-03-13T16:53:35.558Z | Downloaded num_enum v0.5.11 |
| 728 | 2026-03-13T16:53:35.564Z | Downloaded num-rational v0.4.2 |
| 729 | 2026-03-13T16:53:35.567Z | Downloaded heapless v0.8.0 |
| 730 | 2026-03-13T16:53:35.571Z | Downloaded proc-macro-crate v3.4.0 |
| 731 | 2026-03-13T16:53:35.575Z | Downloaded proc-macro-crate v1.3.1 |
| 732 | 2026-03-13T16:53:35.579Z | Downloaded progenitor-client v0.10.0 |
| 733 | 2026-03-13T16:53:35.579Z | Downloaded parking_lot_core v0.8.6 |
| 734 | 2026-03-13T16:53:35.582Z | Downloaded ar_archive_writer v0.5.1 |
| 735 | 2026-03-13T16:53:35.585Z | Downloaded progenitor-client v0.11.2 |
| 736 | 2026-03-13T16:53:35.589Z | Downloaded aws-lc-rs v1.16.0 |
| 737 | 2026-03-13T16:53:35.595Z | Downloaded peg v0.8.5 |
| 738 | 2026-03-13T16:53:35.599Z | Downloaded peg-macros v0.8.5 |
| 739 | 2026-03-13T16:53:35.602Z | Downloaded psl-types v2.0.11 |
| 740 | 2026-03-13T16:53:35.605Z | Downloaded quick-error v1.2.3 |
| 741 | 2026-03-13T16:53:35.608Z | Downloaded progenitor-macro v0.10.0 |
| 742 | 2026-03-13T16:53:35.608Z | Downloaded radium v0.7.0 |
| 743 | 2026-03-13T16:53:35.611Z | Downloaded rand_chacha v0.3.1 |
| 744 | 2026-03-13T16:53:35.614Z | Downloaded ignore v0.4.25 |
| 745 | 2026-03-13T16:53:35.619Z | Downloaded ed25519-dalek v2.2.0 |
| 746 | 2026-03-13T16:53:35.622Z | Downloaded pem-rfc7468 v0.7.0 |
| 747 | 2026-03-13T16:53:35.625Z | Downloaded pem v3.0.6 |
| 748 | 2026-03-13T16:53:35.628Z | Downloaded phf v0.13.1 |
| 749 | 2026-03-13T16:53:35.628Z | Downloaded pin-project-internal v1.1.11 |
| 750 | 2026-03-13T16:53:35.631Z | Downloaded num_enum v0.7.5 |
| 751 | 2026-03-13T16:53:35.637Z | Downloaded rand_xorshift v0.4.0 |
| 752 | 2026-03-13T16:53:35.640Z | Downloaded pkg-config v0.3.32 |
| 753 | 2026-03-13T16:53:35.640Z | Downloaded omicron-zone-package v0.12.2 |
| 754 | 2026-03-13T16:53:35.643Z | Downloaded der v0.7.10 |
| 755 | 2026-03-13T16:53:35.650Z | Downloaded recursive v0.1.1 |
| 756 | 2026-03-13T16:53:35.655Z | Downloaded ppv-lite86 v0.2.21 |
| 757 | 2026-03-13T16:53:35.659Z | Downloaded primeorder v0.13.6 |
| 758 | 2026-03-13T16:53:35.663Z | Downloaded postgres-protocol v0.6.10 |
| 759 | 2026-03-13T16:53:35.666Z | Downloaded progenitor-macro v0.11.2 |
| 760 | 2026-03-13T16:53:35.666Z | Downloaded ref-cast-impl v1.0.25 |
| 761 | 2026-03-13T16:53:35.666Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 762 | 2026-03-13T16:53:35.669Z | Downloaded ref-cast v1.0.25 |
| 763 | 2026-03-13T16:53:35.672Z | Downloaded progenitor-extras v0.1.1 |
| 764 | 2026-03-13T16:53:35.675Z | Downloaded progenitor v0.13.0 |
| 765 | 2026-03-13T16:53:35.675Z | Downloaded password-hash v0.4.2 |
| 766 | 2026-03-13T16:53:35.678Z | Downloaded rtoolbox v0.0.3 |
| 767 | 2026-03-13T16:53:35.682Z | Downloaded libbz2-rs-sys v0.2.2 |
| 768 | 2026-03-13T16:53:35.685Z | Downloaded parking_lot_core v0.9.12 |
| 769 | 2026-03-13T16:53:35.685Z | Downloaded r2d2 v0.8.10 |
| 770 | 2026-03-13T16:53:35.688Z | Downloaded rfc6979 v0.4.0 |
| 771 | 2026-03-13T16:53:35.691Z | Downloaded poly1305 v0.8.0 |
| 772 | 2026-03-13T16:53:35.694Z | Downloaded rustc_version v0.4.1 |
| 773 | 2026-03-13T16:53:35.694Z | Downloaded rustc_version v0.1.7 |
| 774 | 2026-03-13T16:53:35.697Z | Downloaded russh-cryptovec v0.7.3 |
| 775 | 2026-03-13T16:53:35.697Z | Downloaded psm v0.1.30 |
| 776 | 2026-03-13T16:53:35.700Z | Downloaded phf v0.12.1 |
| 777 | 2026-03-13T16:53:35.703Z | Downloaded flate2 v1.1.9 |
| 778 | 2026-03-13T16:53:35.708Z | Downloaded rand_core v0.10.0 |
| 779 | 2026-03-13T16:53:35.711Z | Downloaded pkcs5 v0.7.1 |
| 780 | 2026-03-13T16:53:35.714Z | Downloaded pin-project-lite v0.2.17 |
| 781 | 2026-03-13T16:53:35.718Z | Downloaded rand_core v0.6.4 |
| 782 | 2026-03-13T16:53:35.721Z | Downloaded postcard v1.1.3 |
| 783 | 2026-03-13T16:53:35.724Z | Downloaded derive_more-impl v2.1.1 |
| 784 | 2026-03-13T16:53:35.728Z | Downloaded scheduled-thread-pool v0.2.7 |
| 785 | 2026-03-13T16:53:35.731Z | Downloaded aho-corasick v1.1.4 |
| 786 | 2026-03-13T16:53:35.734Z | Downloaded scopeguard v1.2.0 |
| 787 | 2026-03-13T16:53:35.737Z | Downloaded resolv-conf v0.7.6 |
| 788 | 2026-03-13T16:53:35.740Z | Downloaded sapling-renderdag v0.1.0 |
| 789 | 2026-03-13T16:53:35.740Z | Downloaded same-file v1.0.6 |
| 790 | 2026-03-13T16:53:35.743Z | Downloaded salsa20 v0.10.2 |
| 791 | 2026-03-13T16:53:35.747Z | Downloaded rand_seeder v0.4.0 |
| 792 | 2026-03-13T16:53:35.747Z | Downloaded scrypt v0.11.0 |
| 793 | 2026-03-13T16:53:35.750Z | Downloaded progenitor v0.11.2 |
| 794 | 2026-03-13T16:53:35.750Z | Downloaded serde-big-array v0.5.1 |
| 795 | 2026-03-13T16:53:35.753Z | Downloaded semver v0.1.20 |
| 796 | 2026-03-13T16:53:35.753Z | Downloaded serde_plain v1.0.2 |
| 797 | 2026-03-13T16:53:35.756Z | Downloaded secrecy v0.10.3 |
| 798 | 2026-03-13T16:53:35.756Z | Downloaded jiff-static v0.2.21 |
| 799 | 2026-03-13T16:53:35.759Z | Downloaded secrecy v0.8.0 |
| 800 | 2026-03-13T16:53:35.764Z | Downloaded papergrid v0.17.0 |
| 801 | 2026-03-13T16:53:35.768Z | Downloaded quinn-udp v0.5.14 |
| 802 | 2026-03-13T16:53:35.772Z | Downloaded oso v0.27.3 |
| 803 | 2026-03-13T16:53:35.776Z | Downloaded serde_bytes v0.11.19 |
| 804 | 2026-03-13T16:53:35.776Z | Downloaded serde_urlencoded v0.7.1 |
| 805 | 2026-03-13T16:53:35.779Z | Downloaded dropshot-api-manager v0.6.0 |
| 806 | 2026-03-13T16:53:35.782Z | Downloaded slog-bunyan v2.5.0 |
| 807 | 2026-03-13T16:53:35.782Z | Downloaded sigpipe v0.1.3 |
| 808 | 2026-03-13T16:53:35.785Z | Downloaded minimal-lexical v0.2.1 |
| 809 | 2026-03-13T16:53:35.788Z | Downloaded hashbrown v0.12.3 |
| 810 | 2026-03-13T16:53:35.792Z | Downloaded signal-hook-tokio v0.3.1 |
| 811 | 2026-03-13T16:53:35.795Z | Downloaded http v1.4.0 |
| 812 | 2026-03-13T16:53:35.798Z | Downloaded rand_chacha v0.9.0 |
| 813 | 2026-03-13T16:53:35.801Z | Downloaded scroll_derive v0.13.1 |
| 814 | 2026-03-13T16:53:35.802Z | Downloaded crossterm v0.28.1 |
| 815 | 2026-03-13T16:53:35.806Z | Downloaded shell-words v1.1.1 |
| 816 | 2026-03-13T16:53:35.809Z | Downloaded schemars_derive v0.8.22 |
| 817 | 2026-03-13T16:53:35.812Z | Downloaded signal-hook-mio v0.2.5 |
| 818 | 2026-03-13T16:53:35.812Z | Downloaded siphasher v1.0.2 |
| 819 | 2026-03-13T16:53:35.815Z | Downloaded slog-envlogger v2.2.0 |
| 820 | 2026-03-13T16:53:35.818Z | Downloaded signature v2.2.0 |
| 821 | 2026-03-13T16:53:35.818Z | Downloaded pin-project v1.1.11 |
| 822 | 2026-03-13T16:53:35.871Z | Downloaded serde-hex v0.1.0 |
| 823 | 2026-03-13T16:53:35.883Z | Downloaded hyper-util v0.1.20 |
| 824 | 2026-03-13T16:53:35.883Z | Downloaded serde_path_to_error v0.1.20 |
| 825 | 2026-03-13T16:53:35.883Z | Downloaded sec1 v0.7.3 |
| 826 | 2026-03-13T16:53:35.883Z | Downloaded sct v0.7.1 |
| 827 | 2026-03-13T16:53:35.883Z | Downloaded scroll v0.13.0 |
| 828 | 2026-03-13T16:53:35.883Z | Downloaded seq-macro v0.3.6 |
| 829 | 2026-03-13T16:53:35.883Z | Downloaded progenitor-impl v0.13.0 |
| 830 | 2026-03-13T16:53:35.883Z | Downloaded sha1 v0.10.6 |
| 831 | 2026-03-13T16:53:35.883Z | Downloaded rusty-fork v0.3.1 |
| 832 | 2026-03-13T16:53:35.883Z | Downloaded russh-keys v0.45.0 |
| 833 | 2026-03-13T16:53:35.883Z | Downloaded strum v0.27.2 |
| 834 | 2026-03-13T16:53:35.883Z | Downloaded serde_repr v0.1.20 |
| 835 | 2026-03-13T16:53:35.883Z | Downloaded serde_derive_internals v0.29.1 |
| 836 | 2026-03-13T16:53:35.883Z | Downloaded ssh-cipher v0.2.0 |
| 837 | 2026-03-13T16:53:35.883Z | Downloaded structmeta v0.3.0 |
| 838 | 2026-03-13T16:53:35.883Z | Downloaded strip-ansi-escapes v0.2.1 |
| 839 | 2026-03-13T16:53:35.883Z | Downloaded slog-async v2.8.0 |
| 840 | 2026-03-13T16:53:35.883Z | Downloaded sqlparser_derive v0.5.0 |
| 841 | 2026-03-13T16:53:35.883Z | Downloaded strum v0.26.3 |
| 842 | 2026-03-13T16:53:35.883Z | Downloaded hashbrown v0.13.2 |
| 843 | 2026-03-13T16:53:35.883Z | Downloaded structmeta-derive v0.3.0 |
| 844 | 2026-03-13T16:53:35.883Z | Downloaded simd-adler32 v0.3.8 |
| 845 | 2026-03-13T16:53:35.883Z | Downloaded progenitor-impl v0.11.2 |
| 846 | 2026-03-13T16:53:35.888Z | Downloaded progenitor-impl v0.10.0 |
| 847 | 2026-03-13T16:53:35.888Z | Downloaded prefix-trie v0.7.0 |
| 848 | 2026-03-13T16:53:35.888Z | Downloaded smallvec v0.6.14 |
| 849 | 2026-03-13T16:53:35.888Z | Downloaded slog-term v2.9.2 |
| 850 | 2026-03-13T16:53:35.888Z | Downloaded slog-stdlog v4.1.1 |
| 851 | 2026-03-13T16:53:35.888Z | Downloaded tabwriter v1.4.1 |
| 852 | 2026-03-13T16:53:35.891Z | Downloaded ron v0.8.1 |
| 853 | 2026-03-13T16:53:35.894Z | Downloaded tabled_derive v0.11.0 |
| 854 | 2026-03-13T16:53:35.894Z | Downloaded sync_wrapper v1.0.2 |
| 855 | 2026-03-13T16:53:35.894Z | Downloaded shlex v1.3.0 |
| 856 | 2026-03-13T16:53:35.897Z | Downloaded testing_table v0.3.0 |
| 857 | 2026-03-13T16:53:35.897Z | Downloaded slog-json v2.6.1 |
| 858 | 2026-03-13T16:53:35.900Z | Downloaded slab v0.4.12 |
| 859 | 2026-03-13T16:53:35.900Z | Downloaded subtle v2.6.1 |
| 860 | 2026-03-13T16:53:35.903Z | Downloaded tagptr v0.2.0 |
| 861 | 2026-03-13T16:53:35.906Z | Downloaded openssl-sys v0.9.111 |
| 862 | 2026-03-13T16:53:35.909Z | Downloaded slog-scope v4.4.1 |
| 863 | 2026-03-13T16:53:35.912Z | Downloaded rustls-platform-verifier v0.6.2 |
| 864 | 2026-03-13T16:53:35.915Z | Downloaded serde_with_macros v3.17.0 |
| 865 | 2026-03-13T16:53:35.918Z | Downloaded stacker v0.1.23 |
| 866 | 2026-03-13T16:53:35.918Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 867 | 2026-03-13T16:53:35.921Z | Downloaded smf v0.2.3 |
| 868 | 2026-03-13T16:53:35.921Z | Downloaded take_mut v0.2.2 |
| 869 | 2026-03-13T16:53:35.923Z | Downloaded ssh-encoding v0.2.0 |
| 870 | 2026-03-13T16:53:35.923Z | Downloaded strum_macros v0.26.4 |
| 871 | 2026-03-13T16:53:35.926Z | Downloaded thread-id v5.1.0 |
| 872 | 2026-03-13T16:53:35.927Z | Downloaded itertools v0.10.5 |
| 873 | 2026-03-13T16:53:35.932Z | Downloaded time-core v0.1.8 |
| 874 | 2026-03-13T16:53:35.936Z | Downloaded spki v0.7.3 |
| 875 | 2026-03-13T16:53:35.941Z | Downloaded mio v1.1.1 |
| 876 | 2026-03-13T16:53:35.950Z | Downloaded strum_macros v0.27.2 |
| 877 | 2026-03-13T16:53:35.950Z | Downloaded hashbrown v0.15.5 |
| 878 | 2026-03-13T16:53:35.954Z | Downloaded sqlformat v0.3.5 |
| 879 | 2026-03-13T16:53:35.954Z | Downloaded support-bundle-viewer v0.1.2 |
| 880 | 2026-03-13T16:53:35.954Z | Downloaded rustls-pki-types v1.14.0 |
| 881 | 2026-03-13T16:53:35.954Z | Downloaded tinyvec_macros v0.1.1 |
| 882 | 2026-03-13T16:53:35.954Z | Downloaded prettyplease v0.2.37 |
| 883 | 2026-03-13T16:53:35.957Z | Downloaded rayon-core v1.13.0 |
| 884 | 2026-03-13T16:53:35.960Z | Downloaded stringprep v0.1.5 |
| 885 | 2026-03-13T16:53:35.960Z | Downloaded string_cache v0.8.9 |
| 886 | 2026-03-13T16:53:35.963Z | Downloaded static_assertions v1.1.0 |
| 887 | 2026-03-13T16:53:35.966Z | Downloaded spin v0.9.8 |
| 888 | 2026-03-13T16:53:35.966Z | Downloaded num-bigint v0.4.6 |
| 889 | 2026-03-13T16:53:35.969Z | Downloaded strum_macros v0.24.3 |
| 890 | 2026-03-13T16:53:35.972Z | Downloaded signal-hook-registry v1.4.8 |
| 891 | 2026-03-13T16:53:35.973Z | Downloaded snafu-derive v0.8.9 |
| 892 | 2026-03-13T16:53:35.977Z | Downloaded publicsuffix v2.3.0 |
| 893 | 2026-03-13T16:53:35.977Z | Downloaded time-macros v0.2.27 |
| 894 | 2026-03-13T16:53:35.981Z | Downloaded ryu v1.0.23 |
| 895 | 2026-03-13T16:53:35.984Z | Downloaded termios v0.3.3 |
| 896 | 2026-03-13T16:53:35.984Z | Downloaded pretty_assertions v1.4.1 |
| 897 | 2026-03-13T16:53:35.984Z | Downloaded sync-ptr v0.1.4 |
| 898 | 2026-03-13T16:53:35.988Z | Downloaded supports-color v3.0.2 |
| 899 | 2026-03-13T16:53:35.988Z | Downloaded termtree v0.5.1 |
| 900 | 2026-03-13T16:53:35.991Z | Downloaded topological-sort v0.2.2 |
| 901 | 2026-03-13T16:53:35.991Z | Downloaded tower-layer v0.3.3 |
| 902 | 2026-03-13T16:53:35.991Z | Downloaded slog-dtrace v0.3.0 |
| 903 | 2026-03-13T16:53:35.991Z | Downloaded hickory-server v0.25.2 |
| 904 | 2026-03-13T16:53:35.996Z | Downloaded serde_yaml v0.9.34+deprecated |
| 905 | 2026-03-13T16:53:35.999Z | Downloaded try-lock v0.2.5 |
| 906 | 2026-03-13T16:53:36.002Z | Downloaded trait-variant v0.1.2 |
| 907 | 2026-03-13T16:53:36.002Z | Downloaded p256 v0.13.2 |
| 908 | 2026-03-13T16:53:36.005Z | Downloaded schemars v0.8.22 |
| 909 | 2026-03-13T16:53:36.014Z | Downloaded typify-macro v0.6.1 |
| 910 | 2026-03-13T16:53:36.017Z | Downloaded tower-service v0.3.3 |
| 911 | 2026-03-13T16:53:36.017Z | Downloaded tiny-keccak v2.0.2 |
| 912 | 2026-03-13T16:53:36.020Z | Downloaded thread_local v1.1.9 |
| 913 | 2026-03-13T16:53:36.020Z | Downloaded thiserror-no-std v2.0.2 |
| 914 | 2026-03-13T16:53:36.023Z | Downloaded quinn v0.11.9 |
| 915 | 2026-03-13T16:53:36.026Z | Downloaded tokio-dtrace v0.1.1 |
| 916 | 2026-03-13T16:53:36.029Z | Downloaded unit-prefix v0.5.2 |
| 917 | 2026-03-13T16:53:36.029Z | Downloaded tokio-native-tls v0.3.1 |
| 918 | 2026-03-13T16:53:36.032Z | Downloaded usdt v0.6.0 |
| 919 | 2026-03-13T16:53:36.032Z | Downloaded untrusted v0.9.0 |
| 920 | 2026-03-13T16:53:36.035Z | Downloaded universal-hash v0.5.1 |
| 921 | 2026-03-13T16:53:36.035Z | Downloaded usdt-attr-macro v0.6.0 |
| 922 | 2026-03-13T16:53:36.035Z | Downloaded nom v7.1.3 |
| 923 | 2026-03-13T16:53:36.039Z | Downloaded unarray v0.1.4 |
| 924 | 2026-03-13T16:53:36.042Z | Downloaded tls_codec v0.4.2 |
| 925 | 2026-03-13T16:53:36.045Z | Downloaded socket2 v0.6.2 |
| 926 | 2026-03-13T16:53:36.045Z | Downloaded utf-8 v0.7.6 |
| 927 | 2026-03-13T16:53:36.048Z | Downloaded untrusted v0.7.1 |
| 928 | 2026-03-13T16:53:36.048Z | Downloaded unicode-truncate v1.1.0 |
| 929 | 2026-03-13T16:53:36.048Z | Downloaded num-bigint-dig v0.8.6 |
| 930 | 2026-03-13T16:53:36.052Z | Downloaded term v1.2.1 |
| 931 | 2026-03-13T16:53:36.056Z | Downloaded rand v0.8.5 |
| 932 | 2026-03-13T16:53:36.059Z | Downloaded tokio-macros v2.6.0 |
| 933 | 2026-03-13T16:53:36.059Z | Downloaded rand v0.9.2 |
| 934 | 2026-03-13T16:53:36.062Z | Downloaded tokio-tungstenite v0.21.0 |
| 935 | 2026-03-13T16:53:36.065Z | Downloaded usdt-macro v0.6.0 |
| 936 | 2026-03-13T16:53:36.065Z | Downloaded tap v1.0.1 |
| 937 | 2026-03-13T16:53:36.065Z | Downloaded similar v2.7.0 |
| 938 | 2026-03-13T16:53:36.069Z | Downloaded schemars v0.9.0 |
| 939 | 2026-03-13T16:53:36.080Z | Downloaded tui-tree-widget v0.23.1 |
| 940 | 2026-03-13T16:53:36.083Z | Downloaded signal-hook v0.3.18 |
| 941 | 2026-03-13T16:53:36.083Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 942 | 2026-03-13T16:53:36.086Z | Downloaded void v1.0.2 |
| 943 | 2026-03-13T16:53:36.086Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 944 | 2026-03-13T16:53:36.089Z | Downloaded schemars v1.2.1 |
| 945 | 2026-03-13T16:53:36.097Z | Downloaded waitgroup v0.1.2 |
| 946 | 2026-03-13T16:53:36.101Z | Downloaded wait-timeout v0.2.1 |
| 947 | 2026-03-13T16:53:36.101Z | Downloaded tokio-rustls v0.24.1 |
| 948 | 2026-03-13T16:53:36.104Z | Downloaded want v0.3.1 |
| 949 | 2026-03-13T16:53:36.104Z | Downloaded bitvec v1.0.1 |
| 950 | 2026-03-13T16:53:36.113Z | Downloaded xattr v1.6.1 |
| 951 | 2026-03-13T16:53:36.116Z | Downloaded vergen-lib v0.1.6 |
| 952 | 2026-03-13T16:53:36.119Z | Downloaded tokio-rustls v0.26.4 |
| 953 | 2026-03-13T16:53:36.119Z | Downloaded rsa v0.9.10 |
| 954 | 2026-03-13T16:53:36.122Z | Downloaded zeroize_derive v1.4.3 |
| 955 | 2026-03-13T16:53:36.125Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 956 | 2026-03-13T16:53:36.125Z | Downloaded tracing-attributes v0.1.31 |
| 957 | 2026-03-13T16:53:36.127Z | Downloaded unicase v2.9.0 |
| 958 | 2026-03-13T16:53:36.130Z | Downloaded libxml v0.3.3 |
| 959 | 2026-03-13T16:53:36.133Z | Downloaded futures-util v0.3.32 |
| 960 | 2026-03-13T16:53:36.142Z | Downloaded xshell-macros v0.2.7 |
| 961 | 2026-03-13T16:53:36.145Z | Downloaded vsss-rs v3.3.4 |
| 962 | 2026-03-13T16:53:36.145Z | Downloaded itertools v0.13.0 |
| 963 | 2026-03-13T16:53:36.150Z | Downloaded whoami v2.1.0 |
| 964 | 2026-03-13T16:53:36.153Z | Downloaded zone_cfg_derive v0.3.1 |
| 965 | 2026-03-13T16:53:36.153Z | Downloaded zone v0.3.1 |
| 966 | 2026-03-13T16:53:36.153Z | Downloaded uzers v0.12.2 |
| 967 | 2026-03-13T16:53:36.157Z | Downloaded usdt-impl v0.6.0 |
| 968 | 2026-03-13T16:53:36.157Z | Downloaded twox-hash v2.1.2 |
| 969 | 2026-03-13T16:53:36.160Z | Downloaded whoami v1.6.1 |
| 970 | 2026-03-13T16:53:36.160Z | Downloaded rustls-webpki v0.103.9 |
| 971 | 2026-03-13T16:53:36.163Z | Downloaded tokio-tungstenite v0.23.1 |
| 972 | 2026-03-13T16:53:36.166Z | Downloaded samael v0.0.19 |
| 973 | 2026-03-13T16:53:36.169Z | Downloaded wyz v0.5.1 |
| 974 | 2026-03-13T16:53:36.172Z | Downloaded tokio-rustls v0.25.0 |
| 975 | 2026-03-13T16:53:36.172Z | Downloaded term v0.7.0 |
| 976 | 2026-03-13T16:53:36.175Z | Downloaded vergen-gitcl v1.0.8 |
| 977 | 2026-03-13T16:53:36.179Z | Downloaded toml v0.7.8 |
| 978 | 2026-03-13T16:53:36.179Z | Downloaded snafu v0.8.9 |
| 979 | 2026-03-13T16:53:36.182Z | Downloaded xz2 v0.1.7 |
| 980 | 2026-03-13T16:53:36.186Z | Downloaded zeroize v1.8.2 |
| 981 | 2026-03-13T16:53:36.186Z | Downloaded tar v0.4.44 |
| 982 | 2026-03-13T16:53:36.188Z | Downloaded vergen v9.0.6 |
| 983 | 2026-03-13T16:53:36.188Z | Downloaded vergen-git2 v1.0.7 |
| 984 | 2026-03-13T16:53:36.191Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 985 | 2026-03-13T16:53:36.194Z | Downloaded walkdir v2.5.0 |
| 986 | 2026-03-13T16:53:36.194Z | Downloaded subprocess v0.2.15 |
| 987 | 2026-03-13T16:53:36.197Z | Downloaded slog v2.8.2 |
| 988 | 2026-03-13T16:53:36.200Z | Downloaded zstd-safe v7.2.4 |
| 989 | 2026-03-13T16:53:36.203Z | Downloaded tinyvec v1.10.0 |
| 990 | 2026-03-13T16:53:36.206Z | Downloaded tracing-core v0.1.36 |
| 991 | 2026-03-13T16:53:36.206Z | Downloaded socket2 v0.5.10 |
| 992 | 2026-03-13T16:53:36.209Z | Downloaded blake3 v1.8.3 |
| 993 | 2026-03-13T16:53:36.214Z | Downloaded serde_cbor v0.11.2 |
| 994 | 2026-03-13T16:53:36.221Z | Downloaded xshell v0.2.7 |
| 995 | 2026-03-13T16:53:36.225Z | Downloaded typify v0.4.3 |
| 996 | 2026-03-13T16:53:36.225Z | Downloaded tungstenite v0.23.0 |
| 997 | 2026-03-13T16:53:36.225Z | Downloaded h2 v0.4.13 |
| 998 | 2026-03-13T16:53:36.229Z | Downloaded unsafe-libyaml v0.2.11 |
| 999 | 2026-03-13T16:53:36.232Z | Downloaded libm v0.2.16 |
| 1000 | 2026-03-13T16:53:36.237Z | Downloaded yasna v0.5.2 |
| 1001 | 2026-03-13T16:53:36.240Z | Downloaded uuid v1.21.0 |
| 1002 | 2026-03-13T16:53:36.244Z | Downloaded hkdf v0.12.4 |
| 1003 | 2026-03-13T16:53:36.249Z | Downloaded tls_codec_derive v0.4.2 |
| 1004 | 2026-03-13T16:53:36.249Z | Downloaded typify-macro v0.4.3 |
| 1005 | 2026-03-13T16:53:36.249Z | Downloaded tokio-stream v0.1.18 |
| 1006 | 2026-03-13T16:53:36.253Z | Downloaded p521 v0.13.3 |
| 1007 | 2026-03-13T16:53:36.253Z | Downloaded qorb v0.4.1 |
| 1008 | 2026-03-13T16:53:36.257Z | Downloaded rcgen v0.12.1 |
| 1009 | 2026-03-13T16:53:36.259Z | Downloaded hyper v1.8.1 |
| 1010 | 2026-03-13T16:53:36.262Z | Downloaded test-strategy v0.4.5 |
| 1011 | 2026-03-13T16:53:36.266Z | Downloaded rustyline v14.0.0 |
| 1012 | 2026-03-13T16:53:36.269Z | Downloaded itertools v0.14.0 |
| 1013 | 2026-03-13T16:53:36.275Z | Downloaded reedline v0.40.0 |
| 1014 | 2026-03-13T16:53:36.280Z | Downloaded typify v0.6.1 |
| 1015 | 2026-03-13T16:53:36.284Z | Downloaded unicode-bidi v0.3.18 |
| 1016 | 2026-03-13T16:53:36.290Z | Downloaded zerocopy v0.6.6 |
| 1017 | 2026-03-13T16:53:36.290Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1018 | 2026-03-13T16:53:36.295Z | Downloaded russh v0.45.0 |
| 1019 | 2026-03-13T16:53:36.295Z | Downloaded rand v0.10.0 |
| 1020 | 2026-03-13T16:53:36.303Z | Downloaded ssh-key v0.6.7 |
| 1021 | 2026-03-13T16:53:36.306Z | Downloaded ron v0.12.0 |
| 1022 | 2026-03-13T16:53:36.311Z | Downloaded zstd v0.13.3 |
| 1023 | 2026-03-13T16:53:36.315Z | Downloaded tungstenite v0.21.0 |
| 1024 | 2026-03-13T16:53:36.315Z | Downloaded vte v0.14.1 |
| 1025 | 2026-03-13T16:53:36.319Z | Downloaded tokio-postgres v0.7.16 |
| 1026 | 2026-03-13T16:53:36.322Z | Downloaded reqwest v0.13.2 |
| 1027 | 2026-03-13T16:53:36.325Z | Downloaded toml_edit v0.19.15 |
| 1028 | 2026-03-13T16:53:36.338Z | Downloaded yansi v1.0.1 |
| 1029 | 2026-03-13T16:53:36.341Z | Downloaded unicode-properties v0.1.4 |
| 1030 | 2026-03-13T16:53:36.342Z | Downloaded steno v0.4.1 |
| 1031 | 2026-03-13T16:53:36.345Z | Downloaded rpassword v7.4.0 |
| 1032 | 2026-03-13T16:53:36.347Z | Downloaded typed-path v0.9.3 |
| 1033 | 2026-03-13T16:53:36.351Z | Downloaded zopfli v0.8.3 |
| 1034 | 2026-03-13T16:53:36.355Z | Downloaded git2 v0.20.4 |
| 1035 | 2026-03-13T16:53:36.358Z | Downloaded rayon v1.11.0 |
| 1036 | 2026-03-13T16:53:36.365Z | Downloaded bindgen v0.71.1 |
| 1037 | 2026-03-13T16:53:36.371Z | Downloaded zerocopy-derive v0.8.40 |
| 1038 | 2026-03-13T16:53:36.380Z | Downloaded rustls-webpki v0.101.7 |
| 1039 | 2026-03-13T16:53:36.390Z | Downloaded x509-cert v0.2.5 |
| 1040 | 2026-03-13T16:53:36.394Z | Downloaded unicode_categories v0.1.1 |
| 1041 | 2026-03-13T16:53:36.398Z | Downloaded moka v0.12.13 |
| 1042 | 2026-03-13T16:53:36.402Z | Downloaded zip v0.6.6 |
| 1043 | 2026-03-13T16:53:36.405Z | Downloaded lalrpop v0.19.12 |
| 1044 | 2026-03-13T16:53:36.415Z | Downloaded chrono v0.4.44 |
| 1045 | 2026-03-13T16:53:36.421Z | Downloaded itertools v0.12.1 |
| 1046 | 2026-03-13T16:53:36.426Z | Downloaded p384 v0.13.1 |
| 1047 | 2026-03-13T16:53:36.433Z | Downloaded iri-string v0.7.10 |
| 1048 | 2026-03-13T16:53:36.437Z | Downloaded iddqd v0.3.17 |
| 1049 | 2026-03-13T16:53:36.442Z | Downloaded rustls-webpki v0.102.8 |
| 1050 | 2026-03-13T16:53:36.458Z | Downloaded hickory-resolver v0.24.4 |
| 1051 | 2026-03-13T16:53:36.464Z | Downloaded serde_spanned v1.0.4 |
| 1052 | 2026-03-13T16:53:36.464Z | Downloaded rustversion v1.0.22 |
| 1053 | 2026-03-13T16:53:36.467Z | Downloaded tower v0.5.3 |
| 1054 | 2026-03-13T16:53:36.471Z | Downloaded tower-http v0.6.8 |
| 1055 | 2026-03-13T16:53:36.478Z | Downloaded quick-xml v0.37.5 |
| 1056 | 2026-03-13T16:53:36.487Z | Downloaded quinn-proto v0.11.13 |
| 1057 | 2026-03-13T16:53:36.491Z | Downloaded object v0.30.4 |
| 1058 | 2026-03-13T16:53:36.497Z | Downloaded serde_with v3.17.0 |
| 1059 | 2026-03-13T16:53:36.505Z | Downloaded nix v0.27.1 |
| 1060 | 2026-03-13T16:53:36.514Z | Downloaded openssl v0.10.75 |
| 1061 | 2026-03-13T16:53:36.521Z | Downloaded curve25519-dalek v4.1.3 |
| 1062 | 2026-03-13T16:53:36.527Z | Downloaded tokio-util v0.7.18 |
| 1063 | 2026-03-13T16:53:36.533Z | Downloaded portable-atomic v1.13.1 |
| 1064 | 2026-03-13T16:53:36.538Z | Downloaded zip v4.6.1 |
| 1065 | 2026-03-13T16:53:36.543Z | Downloaded polar-core v0.27.3 |
| 1066 | 2026-03-13T16:53:36.549Z | Downloaded tough v0.20.0 |
| 1067 | 2026-03-13T16:53:36.555Z | Downloaded unicode-normalization v0.1.25 |
| 1068 | 2026-03-13T16:53:36.559Z | Downloaded tabled v0.20.0 |
| 1069 | 2026-03-13T16:53:36.573Z | Downloaded unicode-segmentation v1.12.0 |
| 1070 | 2026-03-13T16:53:36.576Z | Downloaded petname v2.0.2 |
| 1071 | 2026-03-13T16:53:36.578Z | Downloaded salty v0.3.0 |
| 1072 | 2026-03-13T16:53:36.583Z | Downloaded radix_trie v0.2.1 |
| 1073 | 2026-03-13T16:53:36.587Z | Downloaded vcpkg v0.2.15 |
| 1074 | 2026-03-13T16:53:36.648Z | Downloaded regex-syntax v0.6.29 |
| 1075 | 2026-03-13T16:53:36.659Z | Downloaded proptest v1.10.0 |
| 1076 | 2026-03-13T16:53:36.659Z | Downloaded winnow v0.6.26 |
| 1077 | 2026-03-13T16:53:36.659Z | Downloaded winnow v0.5.40 |
| 1078 | 2026-03-13T16:53:36.659Z | Downloaded hickory-proto v0.24.4 |
| 1079 | 2026-03-13T16:53:36.667Z | Downloaded regress v0.10.5 |
| 1080 | 2026-03-13T16:53:36.668Z | Downloaded hickory-proto v0.25.2 |
| 1081 | 2026-03-13T16:53:36.674Z | Downloaded openapiv3 v2.2.0 |
| 1082 | 2026-03-13T16:53:36.681Z | Downloaded dropshot v0.16.7 |
| 1083 | 2026-03-13T16:53:36.697Z | Downloaded nix v0.31.1 |
| 1084 | 2026-03-13T16:53:36.705Z | Downloaded bstr v1.12.1 |
| 1085 | 2026-03-13T16:53:36.711Z | Downloaded goblin v0.10.5 |
| 1086 | 2026-03-13T16:53:36.717Z | Downloaded rustls v0.21.12 |
| 1087 | 2026-03-13T16:53:36.725Z | Downloaded smoltcp v0.9.1 |
| 1088 | 2026-03-13T16:53:36.733Z | Downloaded reqwest v0.12.28 |
| 1089 | 2026-03-13T16:53:36.737Z | Downloaded regex v1.12.3 |
| 1090 | 2026-03-13T16:53:36.742Z | Downloaded nix v0.29.0 |
| 1091 | 2026-03-13T16:53:36.749Z | Downloaded time v0.3.47 |
| 1092 | 2026-03-13T16:53:36.761Z | Downloaded zlib-rs v0.6.2 |
| 1093 | 2026-03-13T16:53:36.764Z | Downloaded diesel v2.2.12 |
| 1094 | 2026-03-13T16:53:36.777Z | Downloaded webpki-roots v1.0.6 |
| 1095 | 2026-03-13T16:53:36.781Z | Downloaded object v0.37.3 |
| 1096 | 2026-03-13T16:53:36.791Z | Downloaded nix v0.28.0 |
| 1097 | 2026-03-13T16:53:36.799Z | Downloaded typify-impl v0.6.1 |
| 1098 | 2026-03-13T16:53:36.807Z | Downloaded tracing v0.1.44 |
| 1099 | 2026-03-13T16:53:36.825Z | Downloaded zerocopy v0.8.40 |
| 1100 | 2026-03-13T16:53:36.831Z | Downloaded typify-impl v0.4.3 |
| 1101 | 2026-03-13T16:53:36.844Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1102 | 2026-03-13T16:53:36.852Z | Downloaded rustls v0.23.37 |
| 1103 | 2026-03-13T16:53:36.861Z | Downloaded rustix v0.38.44 |
| 1104 | 2026-03-13T16:53:36.884Z | Downloaded zerocopy-derive v0.6.6 |
| 1105 | 2026-03-13T16:53:36.889Z | Downloaded regex-syntax v0.8.10 |
| 1106 | 2026-03-13T16:53:36.892Z | Downloaded petgraph v0.6.5 |
| 1107 | 2026-03-13T16:53:36.905Z | Downloaded smoltcp v0.11.0 |
| 1108 | 2026-03-13T16:53:36.914Z | Downloaded sqlparser v0.61.0 |
| 1109 | 2026-03-13T16:53:36.925Z | Downloaded lzma-sys v0.1.20 |
| 1110 | 2026-03-13T16:53:36.942Z | Downloaded jiff v0.2.21 |
| 1111 | 2026-03-13T16:53:36.956Z | Downloaded chrono-tz v0.10.4 |
| 1112 | 2026-03-13T16:53:36.971Z | Downloaded sled v0.34.7 |
| 1113 | 2026-03-13T16:53:36.977Z | Downloaded ratatui v0.29.0 |
| 1114 | 2026-03-13T16:53:36.992Z | Downloaded rustls v0.22.4 |
| 1115 | 2026-03-13T16:53:37.001Z | Downloaded rustls-pemfile v2.2.0 |
| 1116 | 2026-03-13T16:53:37.006Z | Downloaded rustls-pemfile v1.0.4 |
| 1117 | 2026-03-13T16:53:37.006Z | Downloaded rustls-native-certs v0.8.3 |
| 1118 | 2026-03-13T16:53:37.010Z | Downloaded rustc-hash v2.1.1 |
| 1119 | 2026-03-13T16:53:37.010Z | Downloaded miniz_oxide v0.8.9 |
| 1120 | 2026-03-13T16:53:37.010Z | Downloaded rand_core v0.9.5 |
| 1121 | 2026-03-13T16:53:37.015Z | Downloaded postgres-types v0.2.12 |
| 1122 | 2026-03-13T16:53:37.015Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1123 | 2026-03-13T16:53:37.025Z | Downloaded cc v1.2.56 |
| 1124 | 2026-03-13T16:53:37.028Z | Downloaded regex-automata v0.4.14 |
| 1125 | 2026-03-13T16:53:37.039Z | Downloaded expectorate v1.2.0 |
| 1126 | 2026-03-13T16:53:37.043Z | Downloaded pkcs1 v0.7.5 |
| 1127 | 2026-03-13T16:53:37.043Z | Downloaded indicatif v0.18.4 |
| 1128 | 2026-03-13T16:53:37.047Z | Downloaded hickory-resolver v0.25.2 |
| 1129 | 2026-03-13T16:53:37.050Z | Downloaded heapless v0.7.17 |
| 1130 | 2026-03-13T16:53:37.050Z | Downloaded progenitor-client v0.13.0 |
| 1131 | 2026-03-13T16:53:37.054Z | Downloaded progenitor v0.10.0 |
| 1132 | 2026-03-13T16:53:37.054Z | Downloaded proc-macro-error2 v2.0.1 |
| 1133 | 2026-03-13T16:53:37.058Z | Downloaded predicates v3.1.4 |
| 1134 | 2026-03-13T16:53:37.058Z | Downloaded password-hash v0.5.0 |
| 1135 | 2026-03-13T16:53:37.063Z | Downloaded parking_lot v0.12.5 |
| 1136 | 2026-03-13T16:53:37.063Z | Downloaded polyval v0.6.2 |
| 1137 | 2026-03-13T16:53:37.063Z | Downloaded pkcs8 v0.10.2 |
| 1138 | 2026-03-13T16:53:37.063Z | Downloaded parking_lot v0.11.2 |
| 1139 | 2026-03-13T16:53:37.068Z | Downloaded headers v0.4.1 |
| 1140 | 2026-03-13T16:53:37.071Z | Downloaded crossbeam-channel v0.5.15 |
| 1141 | 2026-03-13T16:53:37.071Z | Downloaded bumpalo v3.20.2 |
| 1142 | 2026-03-13T16:53:37.075Z | Downloaded progenitor-macro v0.13.0 |
| 1143 | 2026-03-13T16:53:37.075Z | Downloaded paste v1.0.15 |
| 1144 | 2026-03-13T16:53:37.082Z | Downloaded pbkdf2 v0.12.2 |
| 1145 | 2026-03-13T16:53:37.083Z | Downloaded parse-display-derive v0.10.0 |
| 1146 | 2026-03-13T16:53:37.083Z | Downloaded packed_struct v0.10.1 |
| 1147 | 2026-03-13T16:53:37.083Z | Downloaded multer v3.1.0 |
| 1148 | 2026-03-13T16:53:37.087Z | Downloaded indexmap v1.9.3 |
| 1149 | 2026-03-13T16:53:37.087Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1150 | 2026-03-13T16:53:37.087Z | Downloaded base64 v0.21.7 |
| 1151 | 2026-03-13T16:53:37.087Z | Downloaded predicates-core v1.0.10 |
| 1152 | 2026-03-13T16:53:37.087Z | Downloaded predicates-tree v1.0.13 |
| 1153 | 2026-03-13T16:53:37.092Z | Downloaded precomputed-hash v0.1.1 |
| 1154 | 2026-03-13T16:53:37.092Z | Downloaded powerfmt v0.2.0 |
| 1155 | 2026-03-13T16:53:37.092Z | Downloaded oxide-tokio-rt v0.1.3 |
| 1156 | 2026-03-13T16:53:37.092Z | Downloaded memmap2 v0.9.10 |
| 1157 | 2026-03-13T16:53:37.092Z | Downloaded flume v0.11.1 |
| 1158 | 2026-03-13T16:53:37.096Z | Downloaded diesel_derives v2.2.7 |
| 1159 | 2026-03-13T16:53:37.099Z | Downloaded phf_shared v0.11.3 |
| 1160 | 2026-03-13T16:53:37.099Z | Downloaded oxnet v0.1.4 |
| 1161 | 2026-03-13T16:53:37.099Z | Downloaded owo-colors v4.3.0 |
| 1162 | 2026-03-13T16:53:37.099Z | Downloaded num_enum_derive v0.7.5 |
| 1163 | 2026-03-13T16:53:37.102Z | Downloaded darling_core v0.20.11 |
| 1164 | 2026-03-13T16:53:37.105Z | Downloaded elliptic-curve v0.13.8 |
| 1165 | 2026-03-13T16:53:37.108Z | Downloaded des v0.8.1 |
| 1166 | 2026-03-13T16:53:37.108Z | Downloaded darling_core v0.21.3 |
| 1167 | 2026-03-13T16:53:37.111Z | Downloaded base64 v0.22.1 |
| 1168 | 2026-03-13T16:53:37.115Z | Downloaded nanorand v0.7.0 |
| 1169 | 2026-03-13T16:53:37.118Z | Downloaded darling_core v0.23.0 |
| 1170 | 2026-03-13T16:53:37.122Z | Downloaded num_enum_derive v0.5.11 |
| 1171 | 2026-03-13T16:53:37.122Z | Downloaded native-tls v0.2.18 |
| 1172 | 2026-03-13T16:53:37.122Z | Downloaded petgraph v0.8.3 |
| 1173 | 2026-03-13T16:53:37.137Z | Downloaded libz-sys v1.1.24 |
| 1174 | 2026-03-13T16:53:37.152Z | Downloaded iana-time-zone v0.1.65 |
| 1175 | 2026-03-13T16:53:37.155Z | Downloaded csv v1.4.0 |
| 1176 | 2026-03-13T16:53:37.170Z | Downloaded sha3 v0.10.8 |
| 1177 | 2026-03-13T16:53:37.173Z | Downloaded bytes v1.11.1 |
| 1178 | 2026-03-13T16:53:37.176Z | Downloaded tokio v1.49.0 |
| 1179 | 2026-03-13T16:53:37.205Z | Downloaded keccak v0.1.6 |
| 1180 | 2026-03-13T16:53:37.208Z | Downloaded jobserver v0.1.34 |
| 1181 | 2026-03-13T16:53:37.208Z | Downloaded opaque-debug v0.3.1 |
| 1182 | 2026-03-13T16:53:37.208Z | Downloaded hmac v0.12.1 |
| 1183 | 2026-03-13T16:53:37.212Z | Downloaded libloading v0.8.9 |
| 1184 | 2026-03-13T16:53:37.212Z | Downloaded libefi-sys v0.1.0 |
| 1185 | 2026-03-13T16:53:37.215Z | Downloaded derive_more v0.99.20 |
| 1186 | 2026-03-13T16:53:37.215Z | Downloaded derive-where v1.6.0 |
| 1187 | 2026-03-13T16:53:37.219Z | Downloaded darling v0.21.3 |
| 1188 | 2026-03-13T16:53:37.222Z | Downloaded httparse v1.10.1 |
| 1189 | 2026-03-13T16:53:37.226Z | Downloaded getrandom v0.3.4 |
| 1190 | 2026-03-13T16:53:37.231Z | Downloaded num-derive v0.4.2 |
| 1191 | 2026-03-13T16:53:37.231Z | Downloaded num-derive v0.3.3 |
| 1192 | 2026-03-13T16:53:37.231Z | Downloaded normalize-line-endings v0.3.0 |
| 1193 | 2026-03-13T16:53:37.231Z | Downloaded new_debug_unreachable v1.0.6 |
| 1194 | 2026-03-13T16:53:37.234Z | Downloaded ingot-types v0.1.2 |
| 1195 | 2026-03-13T16:53:37.234Z | Downloaded indoc v2.0.7 |
| 1196 | 2026-03-13T16:53:37.234Z | Downloaded arc-swap v1.8.2 |
| 1197 | 2026-03-13T16:53:37.237Z | Downloaded nodrop v0.1.14 |
| 1198 | 2026-03-13T16:53:37.237Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1199 | 2026-03-13T16:53:37.237Z | Downloaded multimap v0.10.1 |
| 1200 | 2026-03-13T16:53:37.240Z | Downloaded getrandom v0.2.17 |
| 1201 | 2026-03-13T16:53:37.240Z | Downloaded async-bb8-diesel v0.2.1 |
| 1202 | 2026-03-13T16:53:37.243Z | Downloaded maplit v1.0.2 |
| 1203 | 2026-03-13T16:53:37.243Z | Downloaded lru-slab v0.1.2 |
| 1204 | 2026-03-13T16:53:37.243Z | Downloaded lru-cache v0.1.2 |
| 1205 | 2026-03-13T16:53:37.246Z | Downloaded ipnetwork v0.21.1 |
| 1206 | 2026-03-13T16:53:37.246Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1207 | 2026-03-13T16:53:37.288Z | Downloaded derive_builder v0.20.2 |
| 1208 | 2026-03-13T16:53:37.291Z | Downloaded futures v0.3.32 |
| 1209 | 2026-03-13T16:53:37.294Z | Downloaded crypto-bigint v0.5.5 |
| 1210 | 2026-03-13T16:53:37.297Z | Downloaded colored v3.1.1 |
| 1211 | 2026-03-13T16:53:37.301Z | Downloaded encoding_rs v0.8.35 |
| 1212 | 2026-03-13T16:53:37.315Z | Downloaded lzss v0.8.2 |
| 1213 | 2026-03-13T16:53:37.320Z | Downloaded linked-hash-map v0.5.6 |
| 1214 | 2026-03-13T16:53:37.320Z | Downloaded libscf-sys v1.1.0 |
| 1215 | 2026-03-13T16:53:37.320Z | Downloaded lru v0.12.5 |
| 1216 | 2026-03-13T16:53:37.320Z | Downloaded lalrpop-util v0.19.12 |
| 1217 | 2026-03-13T16:53:37.320Z | Downloaded http-body-util v0.1.3 |
| 1218 | 2026-03-13T16:53:37.325Z | Downloaded hostname v0.4.2 |
| 1219 | 2026-03-13T16:53:37.325Z | Downloaded darling v0.20.11 |
| 1220 | 2026-03-13T16:53:37.331Z | Downloaded crc-any v2.5.0 |
| 1221 | 2026-03-13T16:53:37.331Z | Downloaded group v0.13.0 |
| 1222 | 2026-03-13T16:53:37.331Z | Downloaded fixedbitset v0.5.7 |
| 1223 | 2026-03-13T16:53:37.331Z | Downloaded const-oid v0.9.6 |
| 1224 | 2026-03-13T16:53:37.336Z | Downloaded console v0.16.2 |
| 1225 | 2026-03-13T16:53:37.336Z | Downloaded bzip2 v0.4.4 |
| 1226 | 2026-03-13T16:53:37.336Z | Downloaded instant v0.1.13 |
| 1227 | 2026-03-13T16:53:37.336Z | Downloaded hyper-tls v0.6.0 |
| 1228 | 2026-03-13T16:53:37.336Z | Downloaded is-terminal v0.4.17 |
| 1229 | 2026-03-13T16:53:37.336Z | Downloaded ring v0.17.14 |
| 1230 | 2026-03-13T16:53:37.365Z | Downloaded instability v0.3.11 |
| 1231 | 2026-03-13T16:53:37.369Z | Downloaded chacha20 v0.10.0 |
| 1232 | 2026-03-13T16:53:37.369Z | Downloaded cargo_toml v0.22.3 |
| 1233 | 2026-03-13T16:53:37.372Z | Downloaded glob v0.3.3 |
| 1234 | 2026-03-13T16:53:37.372Z | Downloaded git-stub-vcs v0.1.0 |
| 1235 | 2026-03-13T16:53:37.372Z | Downloaded crossterm v0.29.0 |
| 1236 | 2026-03-13T16:53:37.376Z | Downloaded hubpack v0.1.2 |
| 1237 | 2026-03-13T16:53:37.379Z | Downloaded http-range v0.1.5 |
| 1238 | 2026-03-13T16:53:37.379Z | Downloaded futures-channel v0.3.32 |
| 1239 | 2026-03-13T16:53:37.379Z | Downloaded ecdsa v0.16.9 |
| 1240 | 2026-03-13T16:53:37.379Z | Downloaded crossbeam-deque v0.8.6 |
| 1241 | 2026-03-13T16:53:37.383Z | Downloaded crc32fast v1.5.0 |
| 1242 | 2026-03-13T16:53:37.383Z | Downloaded cookie v0.18.1 |
| 1243 | 2026-03-13T16:53:37.413Z | Downloaded buf-list v1.1.2 |
| 1244 | 2026-03-13T16:53:37.413Z | Downloaded http-body v1.0.1 |
| 1245 | 2026-03-13T16:53:37.414Z | Downloaded globwalk v0.9.1 |
| 1246 | 2026-03-13T16:53:37.426Z | Downloaded ff v0.13.1 |
| 1247 | 2026-03-13T16:53:37.426Z | Downloaded der_derive v0.7.3 |
| 1248 | 2026-03-13T16:53:37.426Z | Downloaded cancel-safe-futures v0.1.5 |
| 1249 | 2026-03-13T16:53:37.426Z | Downloaded daft v0.1.5 |
| 1250 | 2026-03-13T16:53:37.426Z | Downloaded console v0.15.11 |
| 1251 | 2026-03-13T16:53:37.426Z | Downloaded blowfish v0.9.1 |
| 1252 | 2026-03-13T16:53:37.427Z | Downloaded bitflags v1.3.2 |
| 1253 | 2026-03-13T16:53:37.427Z | Downloaded ahash v0.8.12 |
| 1254 | 2026-03-13T16:53:37.427Z | Downloaded env_logger v0.11.9 |
| 1255 | 2026-03-13T16:53:37.427Z | Downloaded derive-ex v0.1.8 |
| 1256 | 2026-03-13T16:53:37.427Z | Downloaded cexpr v0.6.0 |
| 1257 | 2026-03-13T16:53:37.427Z | Downloaded atomicwrites v0.4.4 |
| 1258 | 2026-03-13T16:53:37.427Z | Downloaded defmt v1.0.1 |
| 1259 | 2026-03-13T16:53:37.427Z | Downloaded colored v2.2.0 |
| 1260 | 2026-03-13T16:53:37.427Z | Downloaded bit-set v0.5.3 |
| 1261 | 2026-03-13T16:53:37.427Z | Downloaded cmake v0.1.57 |
| 1262 | 2026-03-13T16:53:37.427Z | Downloaded cbc v0.1.2 |
| 1263 | 2026-03-13T16:53:37.427Z | Downloaded cargo_metadata v0.19.2 |
| 1264 | 2026-03-13T16:53:37.427Z | Downloaded argon2 v0.5.3 |
| 1265 | 2026-03-13T16:53:37.427Z | Downloaded find-msvc-tools v0.1.9 |
| 1266 | 2026-03-13T16:53:37.427Z | Downloaded erased-serde v0.3.31 |
| 1267 | 2026-03-13T16:53:37.427Z | Downloaded derive_builder_core v0.20.2 |
| 1268 | 2026-03-13T16:53:37.427Z | Downloaded bcs v0.1.6 |
| 1269 | 2026-03-13T16:53:37.427Z | Downloaded foldhash v0.2.0 |
| 1270 | 2026-03-13T16:53:37.436Z | Downloaded drift v0.1.3 |
| 1271 | 2026-03-13T16:53:37.436Z | Downloaded futures-task v0.3.32 |
| 1272 | 2026-03-13T16:53:37.436Z | Downloaded filetime v0.2.27 |
| 1273 | 2026-03-13T16:53:37.436Z | Downloaded diesel-dtrace v0.4.2 |
| 1274 | 2026-03-13T16:53:37.436Z | Downloaded constant_time_eq v0.4.2 |
| 1275 | 2026-03-13T16:53:37.436Z | Downloaded ghash v0.5.1 |
| 1276 | 2026-03-13T16:53:37.436Z | Downloaded gethostname v0.5.0 |
| 1277 | 2026-03-13T16:53:37.436Z | Downloaded futures-sink v0.3.32 |
| 1278 | 2026-03-13T16:53:37.436Z | Downloaded futures-io v0.3.32 |
| 1279 | 2026-03-13T16:53:37.436Z | Downloaded funty v2.0.0 |
| 1280 | 2026-03-13T16:53:37.436Z | Downloaded ena v0.14.4 |
| 1281 | 2026-03-13T16:53:37.436Z | Downloaded either v1.15.0 |
| 1282 | 2026-03-13T16:53:37.436Z | Downloaded crc8 v0.1.1 |
| 1283 | 2026-03-13T16:53:37.436Z | Downloaded data-encoding v2.10.0 |
| 1284 | 2026-03-13T16:53:37.440Z | Downloaded critical-section v1.2.0 |
| 1285 | 2026-03-13T16:53:37.440Z | Downloaded cipher v0.4.4 |
| 1286 | 2026-03-13T16:53:37.440Z | Downloaded derive_builder_macro v0.20.2 |
| 1287 | 2026-03-13T16:53:37.440Z | Downloaded async-stream-impl v0.3.6 |
| 1288 | 2026-03-13T16:53:37.440Z | Downloaded block-padding v0.3.3 |
| 1289 | 2026-03-13T16:53:37.440Z | Downloaded cargo-platform v0.1.9 |
| 1290 | 2026-03-13T16:53:37.440Z | Downloaded foreign-types-macros v0.2.3 |
| 1291 | 2026-03-13T16:53:37.440Z | Downloaded fixedbitset v0.4.2 |
| 1292 | 2026-03-13T16:53:37.440Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1293 | 2026-03-13T16:53:37.440Z | Downloaded foreign-types v0.5.0 |
| 1294 | 2026-03-13T16:53:37.441Z | Downloaded darling_macro v0.23.0 |
| 1295 | 2026-03-13T16:53:37.441Z | Downloaded dtrace-parser v0.3.0 |
| 1296 | 2026-03-13T16:53:37.441Z | Downloaded compact_str v0.8.1 |
| 1297 | 2026-03-13T16:53:37.444Z | Downloaded endian-type v0.1.2 |
| 1298 | 2026-03-13T16:53:37.444Z | Downloaded convert_case v0.10.0 |
| 1299 | 2026-03-13T16:53:37.444Z | Downloaded const_format_proc_macros v0.2.34 |
| 1300 | 2026-03-13T16:53:37.444Z | Downloaded chacha20 v0.9.1 |
| 1301 | 2026-03-13T16:53:37.447Z | Downloaded camino-tempfile-ext v0.3.3 |
| 1302 | 2026-03-13T16:53:37.447Z | Downloaded bit-vec v0.6.3 |
| 1303 | 2026-03-13T16:53:37.450Z | Downloaded ascii-canvas v3.0.0 |
| 1304 | 2026-03-13T16:53:37.450Z | Downloaded darling_macro v0.20.11 |
| 1305 | 2026-03-13T16:53:37.450Z | Downloaded embedded-io v0.6.1 |
| 1306 | 2026-03-13T16:53:37.450Z | Downloaded display-error-chain v0.2.2 |
| 1307 | 2026-03-13T16:53:37.450Z | Downloaded crc-catalog v2.4.0 |
| 1308 | 2026-03-13T16:53:37.455Z | Downloaded atomic-waker v1.1.2 |
| 1309 | 2026-03-13T16:53:37.456Z | Downloaded ctr v0.9.2 |
| 1310 | 2026-03-13T16:53:37.456Z | Downloaded arrayref v0.3.9 |
| 1311 | 2026-03-13T16:53:37.456Z | Downloaded defmt v0.3.100 |
| 1312 | 2026-03-13T16:53:37.456Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1313 | 2026-03-13T16:53:37.468Z | Downloaded dunce v1.0.5 |
| 1314 | 2026-03-13T16:53:37.468Z | Downloaded castaway v0.2.4 |
| 1315 | 2026-03-13T16:53:37.468Z | Downloaded async-recursion v1.1.1 |
| 1316 | 2026-03-13T16:53:37.468Z | Downloaded ciborium-io v0.2.2 |
| 1317 | 2026-03-13T16:53:37.468Z | Downloaded async-stream v0.3.6 |
| 1318 | 2026-03-13T16:53:37.473Z | Downloaded dirs-next v2.0.0 |
| 1319 | 2026-03-13T16:53:37.473Z | Downloaded convert_case v0.4.0 |
| 1320 | 2026-03-13T16:53:37.473Z | Downloaded ciborium-ll v0.2.2 |
| 1321 | 2026-03-13T16:53:37.474Z | Downloaded bitfield-macros v0.19.4 |
| 1322 | 2026-03-13T16:53:37.474Z | Downloaded base16ct v0.2.0 |
| 1323 | 2026-03-13T16:53:37.474Z | Downloaded difflib v0.4.0 |
| 1324 | 2026-03-13T16:53:37.474Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1325 | 2026-03-13T16:53:37.474Z | Downloaded defmt-parser v1.0.0 |
| 1326 | 2026-03-13T16:53:37.474Z | Downloaded debug-ignore v1.0.5 |
| 1327 | 2026-03-13T16:53:37.474Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1328 | 2026-03-13T16:53:37.474Z | Downloaded array-init v0.0.4 |
| 1329 | 2026-03-13T16:53:37.474Z | Downloaded cstr-argument v0.1.2 |
| 1330 | 2026-03-13T16:53:37.474Z | Downloaded assert_matches v1.5.0 |
| 1331 | 2026-03-13T16:53:37.474Z | Downloaded crc v3.4.0 |
| 1332 | 2026-03-13T16:53:37.474Z | Downloaded bzip2 v0.6.1 |
| 1333 | 2026-03-13T16:53:37.474Z | Downloaded base64ct v1.8.3 |
| 1334 | 2026-03-13T16:53:37.478Z | Downloaded async-trait v0.1.89 |
| 1335 | 2026-03-13T16:53:37.478Z | Downloaded bit-vec v0.8.0 |
| 1336 | 2026-03-13T16:53:37.478Z | Downloaded aes v0.8.4 |
| 1337 | 2026-03-13T16:53:37.951Z | Downloaded aws-lc-sys v0.37.1 |
| 1338 | 2026-03-13T16:53:38.255Z | Compiling libc v0.2.180 |
| 1339 | 2026-03-13T16:53:38.258Z | Compiling serde v1.0.228 |
| 1340 | 2026-03-13T16:53:38.258Z | Compiling log v0.4.29 |
| 1341 | 2026-03-13T16:53:38.258Z | Compiling shlex v1.3.0 |
| 1342 | 2026-03-13T16:53:38.258Z | Compiling find-msvc-tools v0.1.9 |
| 1343 | 2026-03-13T16:53:38.410Z | Compiling smallvec v1.15.1 |
| 1344 | 2026-03-13T16:53:38.425Z | Compiling syn v2.0.117 |
| 1345 | 2026-03-13T16:53:38.428Z | Compiling typenum v1.19.0 |
| 1346 | 2026-03-13T16:53:38.666Z | Compiling generic-array v0.14.7 |
| 1347 | 2026-03-13T16:53:38.686Z | Compiling subtle v2.6.1 |
| 1348 | 2026-03-13T16:53:38.691Z | Compiling scopeguard v1.2.0 |
| 1349 | 2026-03-13T16:53:38.811Z | Compiling lock_api v0.4.14 |
| 1350 | 2026-03-13T16:53:38.829Z | Compiling portable-atomic v1.13.1 |
| 1351 | 2026-03-13T16:53:38.851Z | Compiling const-oid v0.9.6 |
| 1352 | 2026-03-13T16:53:38.922Z | Compiling critical-section v1.2.0 |
| 1353 | 2026-03-13T16:53:39.014Z | Compiling zerocopy v0.8.40 |
| 1354 | 2026-03-13T16:53:39.053Z | Compiling pin-project-lite v0.2.17 |
| 1355 | 2026-03-13T16:53:39.111Z | Compiling parking_lot_core v0.9.12 |
| 1356 | 2026-03-13T16:53:39.169Z | Compiling serde_json v1.0.149 |
| 1357 | 2026-03-13T16:53:39.485Z | Compiling pkg-config v0.3.32 |
| 1358 | 2026-03-13T16:53:39.585Z | Compiling bitflags v2.11.0 |
| 1359 | 2026-03-13T16:53:39.708Z | Compiling getrandom v0.2.17 |
| 1360 | 2026-03-13T16:53:39.752Z | Compiling jobserver v0.1.34 |
| 1361 | 2026-03-13T16:53:39.877Z | Compiling rand_core v0.6.4 |
| 1362 | 2026-03-13T16:53:39.922Z | Compiling errno v0.3.14 |
| 1363 | 2026-03-13T16:53:40.118Z | Compiling cc v1.2.56 |
| 1364 | 2026-03-13T16:53:40.222Z | Compiling once_cell v1.21.3 |
| 1365 | 2026-03-13T16:53:40.241Z | Compiling signal-hook-registry v1.4.8 |
| 1366 | 2026-03-13T16:53:40.244Z | Compiling parking_lot v0.12.5 |
| 1367 | 2026-03-13T16:53:40.244Z | Compiling mio v1.1.1 |
| 1368 | 2026-03-13T16:53:40.348Z | Compiling libm v0.2.16 |
| 1369 | 2026-03-13T16:53:40.483Z | Compiling num-traits v0.2.19 |
| 1370 | 2026-03-13T16:53:40.614Z | Compiling futures-core v0.3.32 |
| 1371 | 2026-03-13T16:53:40.850Z | Compiling socket2 v0.6.2 |
| 1372 | 2026-03-13T16:53:40.874Z | Compiling percent-encoding v2.3.2 |
| 1373 | 2026-03-13T16:53:41.009Z | Compiling allocator-api2 v0.2.21 |
| 1374 | 2026-03-13T16:53:41.028Z | Compiling futures-sink v0.3.32 |
| 1375 | 2026-03-13T16:53:41.120Z | Compiling foldhash v0.2.0 |
| 1376 | 2026-03-13T16:53:41.138Z | Compiling cpufeatures v0.2.17 |
| 1377 | 2026-03-13T16:53:41.161Z | Compiling futures-channel v0.3.32 |
| 1378 | 2026-03-13T16:53:41.234Z | Compiling futures-task v0.3.32 |
| 1379 | 2026-03-13T16:53:41.395Z | Compiling slab v0.4.12 |
| 1380 | 2026-03-13T16:53:41.421Z | Compiling hashbrown v0.16.1 |
| 1381 | 2026-03-13T16:53:41.456Z | Compiling getrandom v0.4.1 |
| 1382 | 2026-03-13T16:53:41.462Z | Compiling futures-io v0.3.32 |
| 1383 | 2026-03-13T16:53:41.497Z | Compiling rustversion v1.0.22 |
| 1384 | 2026-03-13T16:53:41.624Z | Compiling rand_core v0.10.0 |
| 1385 | 2026-03-13T16:53:41.659Z | Compiling getrandom v0.3.4 |
| 1386 | 2026-03-13T16:53:41.850Z | Compiling cmake v0.1.57 |
| 1387 | 2026-03-13T16:53:42.281Z | Compiling indexmap v2.13.0 |
| 1388 | 2026-03-13T16:53:42.396Z | Compiling form_urlencoded v1.2.2 |
| 1389 | 2026-03-13T16:53:42.468Z | Compiling dunce v1.0.5 |
| 1390 | 2026-03-13T16:53:42.596Z | Compiling synstructure v0.13.2 |
| 1391 | 2026-03-13T16:53:42.614Z | Compiling fs_extra v1.3.0 |
| 1392 | 2026-03-13T16:53:42.633Z | Compiling ident_case v1.0.1 |
| 1393 | 2026-03-13T16:53:42.785Z | Compiling base64ct v1.8.3 |
| 1394 | 2026-03-13T16:53:42.855Z | Compiling flagset v0.4.7 |
| 1395 | 2026-03-13T16:53:42.872Z | Compiling rand_core v0.9.5 |
| 1396 | 2026-03-13T16:53:42.980Z | Compiling aws-lc-sys v0.37.1 |
| 1397 | 2026-03-13T16:53:43.026Z | Compiling iana-time-zone v0.1.65 |
| 1398 | 2026-03-13T16:53:43.179Z | Compiling pem-rfc7468 v0.7.0 |
| 1399 | 2026-03-13T16:53:43.202Z | Compiling rustix v1.1.3 |
| 1400 | 2026-03-13T16:53:43.255Z | Compiling ring v0.17.14 |
| 1401 | 2026-03-13T16:53:43.274Z | Compiling uuid v1.21.0 |
| 1402 | 2026-03-13T16:53:43.292Z | Compiling rustc_version v0.4.1 |
| 1403 | 2026-03-13T16:53:43.437Z | Compiling aws-lc-rs v1.16.0 |
| 1404 | 2026-03-13T16:53:43.592Z | Compiling regex-syntax v0.8.10 |
| 1405 | 2026-03-13T16:53:43.728Z | Compiling vcpkg v0.2.15 |
| 1406 | 2026-03-13T16:53:43.836Z | Compiling tracing-core v0.1.36 |
| 1407 | 2026-03-13T16:53:44.208Z | Compiling crossbeam-utils v0.8.21 |
| 1408 | 2026-03-13T16:53:44.607Z | Compiling pest_generator v2.8.6 |
| 1409 | 2026-03-13T16:53:44.649Z | Compiling serde_derive_internals v0.29.1 |
| 1410 | 2026-03-13T16:53:44.740Z | Compiling openssl-sys v0.9.111 |
| 1411 | 2026-03-13T16:53:45.325Z | Compiling serde_derive v1.0.228 |
| 1412 | 2026-03-13T16:53:45.447Z | Compiling zeroize_derive v1.4.3 |
| 1413 | 2026-03-13T16:53:45.557Z | Compiling zerofrom-derive v0.1.6 |
| 1414 | 2026-03-13T16:53:45.632Z | Compiling yoke-derive v0.8.1 |
| 1415 | 2026-03-13T16:53:45.916Z | Compiling zerocopy-derive v0.8.40 |
| 1416 | 2026-03-13T16:53:46.344Z | Compiling zeroize v1.8.2 |
| 1417 | 2026-03-13T16:53:46.955Z | Compiling zerovec-derive v0.11.2 |
| 1418 | 2026-03-13T16:53:47.237Z | Compiling displaydoc v0.2.5 |
| 1419 | 2026-03-13T16:53:47.409Z | Compiling crypto-common v0.1.7 |
| 1420 | 2026-03-13T16:53:47.480Z | Compiling zerofrom v0.1.6 |
| 1421 | 2026-03-13T16:53:47.585Z | Compiling block-buffer v0.10.4 |
| 1422 | 2026-03-13T16:53:47.633Z | Compiling yoke v0.8.1 |
| 1423 | 2026-03-13T16:53:47.803Z | Compiling digest v0.10.7 |
| 1424 | 2026-03-13T16:53:47.872Z | Compiling tokio-macros v2.6.0 |
| 1425 | 2026-03-13T16:53:48.109Z | Compiling hmac v0.12.1 |
| 1426 | 2026-03-13T16:53:48.216Z | Compiling zerotrie v0.2.3 |
| 1427 | 2026-03-13T16:53:48.296Z | Compiling futures-macro v0.3.32 |
| 1428 | 2026-03-13T16:53:48.447Z | Compiling zerovec v0.11.5 |
| 1429 | 2026-03-13T16:53:48.632Z | Compiling block-padding v0.3.3 |
| 1430 | 2026-03-13T16:53:48.815Z | Compiling inout v0.1.4 |
| 1431 | 2026-03-13T16:53:48.840Z | Compiling sha2 v0.10.9 |
| 1432 | 2026-03-13T16:53:48.878Z | Compiling der_derive v0.7.3 |
| 1433 | 2026-03-13T16:53:49.024Z | Compiling cipher v0.4.4 |
| 1434 | 2026-03-13T16:53:49.129Z | Compiling tinystr v0.8.2 |
| 1435 | 2026-03-13T16:53:49.376Z | Compiling icu_locale_core v2.1.1 |
| 1436 | 2026-03-13T16:53:49.397Z | Compiling potential_utf v0.1.4 |
| 1437 | 2026-03-13T16:53:49.405Z | Compiling futures-util v0.3.32 |
| 1438 | 2026-03-13T16:53:49.618Z | Compiling icu_collections v2.1.1 |
| 1439 | 2026-03-13T16:53:50.043Z | Compiling bytes v1.11.1 |
| 1440 | 2026-03-13T16:53:50.167Z | Compiling der v0.7.10 |
| 1441 | 2026-03-13T16:53:50.243Z | Compiling icu_provider v2.1.1 |
| 1442 | 2026-03-13T16:53:50.592Z | Compiling icu_properties v2.1.2 |
| 1443 | 2026-03-13T16:53:50.614Z | Compiling icu_normalizer v2.1.1 |
| 1444 | 2026-03-13T16:53:50.631Z | Compiling chrono v0.4.44 |
| 1445 | 2026-03-13T16:53:50.918Z | Compiling tokio v1.49.0 |
| 1446 | 2026-03-13T16:53:51.409Z | Compiling spki v0.7.3 |
| 1447 | 2026-03-13T16:53:51.671Z | Compiling http v1.4.0 |
| 1448 | 2026-03-13T16:53:51.885Z | Compiling idna_adapter v1.2.1 |
| 1449 | 2026-03-13T16:53:52.053Z | Compiling idna v1.1.0 |
| 1450 | 2026-03-13T16:53:52.166Z | Compiling salsa20 v0.10.2 |
| 1451 | 2026-03-13T16:53:52.339Z | Compiling ppv-lite86 v0.2.21 |
| 1452 | 2026-03-13T16:53:52.558Z | Compiling url v2.5.8 |
| 1453 | 2026-03-13T16:53:52.576Z | Compiling pbkdf2 v0.12.2 |
| 1454 | 2026-03-13T16:53:52.600Z | Compiling thiserror-impl v2.0.18 |
| 1455 | 2026-03-13T16:53:52.716Z | Compiling scrypt v0.11.0 |
| 1456 | 2026-03-13T16:53:52.796Z | Compiling rand_chacha v0.9.0 |
| 1457 | 2026-03-13T16:53:52.913Z | Compiling cbc v0.1.2 |
| 1458 | 2026-03-13T16:53:52.931Z | Compiling aes v0.8.4 |
| 1459 | 2026-03-13T16:53:53.032Z | Compiling rustls-pki-types v1.14.0 |
| 1460 | 2026-03-13T16:53:53.091Z | Compiling tracing-attributes v0.1.31 |
| 1461 | 2026-03-13T16:53:53.660Z | Compiling pkcs5 v0.7.1 |
| 1462 | 2026-03-13T16:53:53.681Z | Compiling rand v0.9.2 |
| 1463 | 2026-03-13T16:53:53.711Z | Compiling http-body v1.0.1 |
| 1464 | 2026-03-13T16:53:53.952Z | Compiling syn v1.0.109 |
| 1465 | 2026-03-13T16:53:54.243Z | Compiling base64 v0.22.1 |
| 1466 | 2026-03-13T16:53:54.344Z | Compiling untrusted v0.7.1 |
| 1467 | 2026-03-13T16:53:54.356Z | Compiling openssl-probe v0.2.1 |
| 1468 | 2026-03-13T16:53:54.426Z | Compiling thiserror v2.0.18 |
| 1469 | 2026-03-13T16:53:54.490Z | Compiling untrusted v0.9.0 |
| 1470 | 2026-03-13T16:53:54.974Z | Compiling schemars v0.8.22 |
| 1471 | 2026-03-13T16:53:55.020Z | Compiling httparse v1.10.1 |
| 1472 | 2026-03-13T16:53:55.021Z | Compiling pkcs8 v0.10.2 |
| 1473 | 2026-03-13T16:53:55.021Z | Compiling schemars_derive v0.8.22 |
| 1474 | 2026-03-13T16:53:55.021Z | Compiling pest_derive v2.8.6 |
| 1475 | 2026-03-13T16:53:55.021Z | Compiling tracing v0.1.44 |
| 1476 | 2026-03-13T16:53:55.078Z | Compiling scroll_derive v0.13.1 |
| 1477 | 2026-03-13T16:53:55.245Z | Compiling darling_core v0.20.11 |
| 1478 | 2026-03-13T16:53:55.432Z | Compiling tower-service v0.3.3 |
| 1479 | 2026-03-13T16:53:55.540Z | Compiling tower-layer v0.3.3 |
| 1480 | 2026-03-13T16:53:55.767Z | Compiling atomic-waker v1.1.2 |
| 1481 | 2026-03-13T16:53:55.774Z | Compiling dyn-clone v1.0.20 |
| 1482 | 2026-03-13T16:53:55.934Z | Compiling try-lock v0.2.5 |
| 1483 | 2026-03-13T16:53:55.934Z | Compiling tinyvec_macros v0.1.1 |
| 1484 | 2026-03-13T16:53:56.016Z | Compiling rustls v0.23.37 |
| 1485 | 2026-03-13T16:53:56.072Z | Compiling tokio-util v0.7.18 |
| 1486 | 2026-03-13T16:53:56.216Z | Compiling scroll v0.13.0 |
| 1487 | 2026-03-13T16:53:56.300Z | Compiling want v0.3.1 |
| 1488 | 2026-03-13T16:53:56.488Z | Compiling tinyvec v1.10.0 |
| 1489 | 2026-03-13T16:53:56.952Z | Compiling ipnet v2.11.0 |
| 1490 | 2026-03-13T16:53:57.228Z | Compiling h2 v0.4.13 |
| 1491 | 2026-03-13T16:53:57.554Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1492 | 2026-03-13T16:53:57.635Z | Compiling spin v0.9.8 |
| 1493 | 2026-03-13T16:53:57.883Z | Compiling aho-corasick v1.1.4 |
| 1494 | 2026-03-13T16:53:58.049Z | Compiling num-conv v0.2.0 |
| 1495 | 2026-03-13T16:53:58.208Z | Compiling foreign-types-shared v0.1.1 |
| 1496 | 2026-03-13T16:53:58.285Z | Compiling crc32fast v1.5.0 |
| 1497 | 2026-03-13T16:53:58.308Z | Compiling powerfmt v0.2.0 |
| 1498 | 2026-03-13T16:53:58.535Z | Compiling darling_macro v0.20.11 |
| 1499 | 2026-03-13T16:53:58.592Z | Compiling pin-utils v0.1.0 |
| 1500 | 2026-03-13T16:53:58.661Z | Compiling time-core v0.1.8 |
| 1501 | 2026-03-13T16:53:58.688Z | Compiling httpdate v1.0.3 |
| 1502 | 2026-03-13T16:53:58.875Z | Compiling openssl v0.10.75 |
| 1503 | 2026-03-13T16:53:58.945Z | Compiling time-macros v0.2.27 |
| 1504 | 2026-03-13T16:53:58.965Z | Compiling regex-automata v0.4.14 |
| 1505 | 2026-03-13T16:53:59.144Z | Compiling darling v0.20.11 |
| 1506 | 2026-03-13T16:53:59.266Z | Compiling deranged v0.5.8 |
| 1507 | 2026-03-13T16:53:59.445Z | Compiling tempfile v3.25.0 |
| 1508 | 2026-03-13T16:53:59.770Z | Compiling foreign-types v0.3.2 |
| 1509 | 2026-03-13T16:54:00.240Z | Compiling goblin v0.10.5 |
| 1510 | 2026-03-13T16:54:00.685Z | Compiling thiserror-impl v1.0.69 |
| 1511 | 2026-03-13T16:54:01.278Z | Compiling hyper v1.8.1 |
| 1512 | 2026-03-13T16:54:02.432Z | Compiling openssl-macros v0.1.1 |
| 1513 | 2026-03-13T16:54:02.610Z | Compiling wait-timeout v0.2.1 |
| 1514 | 2026-03-13T16:54:02.617Z | Compiling socket2 v0.5.10 |
| 1515 | 2026-03-13T16:54:02.881Z | Compiling siphasher v1.0.2 |
| 1516 | 2026-03-13T16:54:02.928Z | Compiling simd-adler32 v0.3.8 |
| 1517 | 2026-03-13T16:54:03.130Z | Compiling either v1.15.0 |
| 1518 | 2026-03-13T16:54:03.136Z | Compiling num_threads v0.1.7 |
| 1519 | 2026-03-13T16:54:03.253Z | Compiling native-tls v0.2.18 |
| 1520 | 2026-03-13T16:54:03.280Z | Compiling quick-error v1.2.3 |
| 1521 | 2026-03-13T16:54:03.408Z | Compiling bit-vec v0.8.0 |
| 1522 | 2026-03-13T16:54:03.424Z | Compiling usdt-impl v0.6.0 |
| 1523 | 2026-03-13T16:54:03.437Z | Compiling rusty-fork v0.3.1 |
| 1524 | 2026-03-13T16:54:03.555Z | Compiling time v0.3.47 |
| 1525 | 2026-03-13T16:54:03.689Z | Compiling bit-set v0.8.0 |
| 1526 | 2026-03-13T16:54:03.834Z | Compiling hyper-util v0.1.20 |
| 1527 | 2026-03-13T16:54:03.906Z | Compiling thiserror v1.0.69 |
| 1528 | 2026-03-13T16:54:04.265Z | Compiling dof v0.4.0 |
| 1529 | 2026-03-13T16:54:04.830Z | Compiling derive_builder_core v0.20.2 |
| 1530 | 2026-03-13T16:54:05.784Z | Compiling unicode-normalization v0.1.25 |
| 1531 | 2026-03-13T16:54:06.013Z | Compiling crossbeam-epoch v0.9.18 |
| 1532 | 2026-03-13T16:54:06.031Z | Compiling dtrace-parser v0.3.0 |
| 1533 | 2026-03-13T16:54:06.172Z | Compiling rustls-native-certs v0.8.3 |
| 1534 | 2026-03-13T16:54:06.410Z | Compiling signature v2.2.0 |
| 1535 | 2026-03-13T16:54:06.440Z | Compiling scroll_derive v0.12.1 |
| 1536 | 2026-03-13T16:54:06.461Z | Compiling heapless v0.7.17 |
| 1537 | 2026-03-13T16:54:06.552Z | Compiling rand_xorshift v0.4.0 |
| 1538 | 2026-03-13T16:54:06.620Z | Compiling slog v2.8.2 |
| 1539 | 2026-03-13T16:54:06.763Z | Compiling darling_core v0.21.3 |
| 1540 | 2026-03-13T16:54:06.782Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1541 | 2026-03-13T16:54:06.872Z | Compiling sync_wrapper v1.0.2 |
| 1542 | 2026-03-13T16:54:07.004Z | Compiling thread-id v5.1.0 |
| 1543 | 2026-03-13T16:54:07.078Z | Compiling cookie v0.18.1 |
| 1544 | 2026-03-13T16:54:07.111Z | Compiling unarray v0.1.4 |
| 1545 | 2026-03-13T16:54:07.145Z | Compiling rayon-core v1.13.0 |
| 1546 | 2026-03-13T16:54:07.251Z | Compiling adler2 v2.0.1 |
| 1547 | 2026-03-13T16:54:07.321Z | Compiling paste v1.0.15 |
| 1548 | 2026-03-13T16:54:07.340Z | Compiling unicode-properties v0.1.4 |
| 1549 | 2026-03-13T16:54:07.380Z | Compiling anyhow v1.0.102 |
| 1550 | 2026-03-13T16:54:07.406Z | Compiling zstd-safe v7.2.4 |
| 1551 | 2026-03-13T16:54:07.595Z | Compiling signal-hook v0.3.18 |
| 1552 | 2026-03-13T16:54:07.664Z | Compiling unicode-segmentation v1.12.0 |
| 1553 | 2026-03-13T16:54:07.684Z | Compiling unicode-bidi v0.3.18 |
| 1554 | 2026-03-13T16:54:07.942Z | Compiling miniz_oxide v0.8.9 |
| 1555 | 2026-03-13T16:54:08.016Z | Compiling scroll v0.12.0 |
| 1556 | 2026-03-13T16:54:08.052Z | Compiling proptest v1.10.0 |
| 1557 | 2026-03-13T16:54:08.167Z | Compiling stringprep v0.1.5 |
| 1558 | 2026-03-13T16:54:08.781Z | Compiling tower v0.5.3 |
| 1559 | 2026-03-13T16:54:08.931Z | Compiling crossbeam-deque v0.8.6 |
| 1560 | 2026-03-13T16:54:09.123Z | Compiling derive_builder_macro v0.20.2 |
| 1561 | 2026-03-13T16:54:09.162Z | Compiling ipnetwork v0.21.1 |
| 1562 | 2026-03-13T16:54:09.188Z | Compiling http-body-util v0.1.3 |
| 1563 | 2026-03-13T16:54:09.224Z | Compiling webpki-roots v1.0.6 |
| 1564 | 2026-03-13T16:54:09.377Z | Compiling rand_chacha v0.3.1 |
| 1565 | 2026-03-13T16:54:09.404Z | Compiling erased-serde v0.3.31 |
| 1566 | 2026-03-13T16:54:09.490Z | Compiling serde_spanned v0.6.9 |
| 1567 | 2026-03-13T16:54:09.674Z | Compiling serde_tokenstream v0.2.3 |
| 1568 | 2026-03-13T16:54:09.691Z | Compiling toml_datetime v0.6.11 |
| 1569 | 2026-03-13T16:54:09.721Z | Compiling md-5 v0.10.6 |
| 1570 | 2026-03-13T16:54:09.928Z | Compiling zerocopy-derive v0.7.35 |
| 1571 | 2026-03-13T16:54:10.025Z | Compiling curve25519-dalek v4.1.3 |
| 1572 | 2026-03-13T16:54:10.067Z | Compiling num-integer v0.1.46 |
| 1573 | 2026-03-13T16:54:10.137Z | Compiling vergen-lib v0.1.6 |
| 1574 | 2026-03-13T16:54:10.353Z | Compiling darling_macro v0.21.3 |
| 1575 | 2026-03-13T16:54:10.384Z | Compiling hash32 v0.2.1 |
| 1576 | 2026-03-13T16:54:10.464Z | Compiling ff v0.13.1 |
| 1577 | 2026-03-13T16:54:10.487Z | Compiling memoffset v0.9.1 |
| 1578 | 2026-03-13T16:54:10.505Z | Compiling ref-cast v1.0.25 |
| 1579 | 2026-03-13T16:54:10.627Z | Compiling base16ct v0.2.0 |
| 1580 | 2026-03-13T16:54:10.627Z | Compiling rustix v0.38.44 |
| 1581 | 2026-03-13T16:54:10.803Z | Compiling fallible-iterator v0.2.0 |
| 1582 | 2026-03-13T16:54:10.911Z | Compiling ryu v1.0.23 |
| 1583 | 2026-03-13T16:54:10.942Z | Compiling zlib-rs v0.6.2 |
| 1584 | 2026-03-13T16:54:11.023Z | Compiling iri-string v0.7.10 |
| 1585 | 2026-03-13T16:54:11.129Z | Compiling num-bigint-dig v0.8.6 |
| 1586 | 2026-03-13T16:54:11.147Z | Compiling litrs v1.0.0 |
| 1587 | 2026-03-13T16:54:11.164Z | Compiling cfg_aliases v0.2.1 |
| 1588 | 2026-03-13T16:54:11.221Z | Compiling psl-types v2.0.11 |
| 1589 | 2026-03-13T16:54:11.269Z | Compiling smoltcp v0.9.1 |
| 1590 | 2026-03-13T16:54:11.382Z | Compiling publicsuffix v2.3.0 |
| 1591 | 2026-03-13T16:54:11.425Z | Compiling newtype-uuid v1.3.2 |
| 1592 | 2026-03-13T16:54:11.595Z | Compiling nix v0.31.1 |
| 1593 | 2026-03-13T16:54:11.727Z | Compiling postgres-protocol v0.6.10 |
| 1594 | 2026-03-13T16:54:11.854Z | Compiling document-features v0.2.12 |
| 1595 | 2026-03-13T16:54:11.872Z | Compiling zerocopy v0.7.35 |
| 1596 | 2026-03-13T16:54:12.241Z | Compiling serde_urlencoded v0.7.1 |
| 1597 | 2026-03-13T16:54:12.463Z | Compiling darling v0.21.3 |
| 1598 | 2026-03-13T16:54:12.578Z | Compiling sec1 v0.7.3 |
| 1599 | 2026-03-13T16:54:12.639Z | Compiling group v0.13.0 |
| 1600 | 2026-03-13T16:54:12.662Z | Compiling tower-http v0.6.8 |
| 1601 | 2026-03-13T16:54:12.952Z | Compiling num-iter v0.1.45 |
| 1602 | 2026-03-13T16:54:13.098Z | Compiling derive_builder v0.20.2 |
| 1603 | 2026-03-13T16:54:13.188Z | Compiling rand v0.8.5 |
| 1604 | 2026-03-13T16:54:13.208Z | Compiling oxnet v0.1.4 |
| 1605 | 2026-03-13T16:54:13.368Z | Compiling proc-macro-error v1.0.4 |
| 1606 | 2026-03-13T16:54:13.604Z | Compiling tokio-native-tls v0.3.1 |
| 1607 | 2026-03-13T16:54:13.752Z | Compiling goblin v0.8.2 |
| 1608 | 2026-03-13T16:54:13.813Z | Compiling heck v0.4.1 |
| 1609 | 2026-03-13T16:54:14.446Z | Compiling phf_shared v0.13.1 |
| 1610 | 2026-03-13T16:54:14.723Z | Compiling hubpack_derive v0.1.1 |
| 1611 | 2026-03-13T16:54:14.786Z | Compiling regex v1.12.3 |
| 1612 | 2026-03-13T16:54:14.814Z | Compiling lazy_static v1.5.0 |
| 1613 | 2026-03-13T16:54:14.845Z | Compiling cargo-platform v0.1.9 |
| 1614 | 2026-03-13T16:54:14.930Z | Compiling flate2 v1.1.9 |
| 1615 | 2026-03-13T16:54:15.156Z | Compiling hkdf v0.12.4 |
| 1616 | 2026-03-13T16:54:15.307Z | Compiling crypto-bigint v0.5.5 |
| 1617 | 2026-03-13T16:54:15.366Z | Compiling daft-derive v0.1.5 |
| 1618 | 2026-03-13T16:54:15.385Z | Compiling async-trait v0.1.89 |
| 1619 | 2026-03-13T16:54:15.400Z | Compiling strum_macros v0.27.2 |
| 1620 | 2026-03-13T16:54:15.498Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1621 | 2026-03-13T16:54:16.416Z | Compiling ref-cast-impl v1.0.25 |
| 1622 | 2026-03-13T16:54:16.470Z | Compiling terminal_size v0.4.3 |
| 1623 | 2026-03-13T16:54:16.588Z | Compiling vergen v9.0.6 |
| 1624 | 2026-03-13T16:54:16.794Z | Compiling fs-err v3.3.0 |
| 1625 | 2026-03-13T16:54:16.916Z | Compiling ahash v0.8.12 |
| 1626 | 2026-03-13T16:54:17.047Z | Compiling foldhash v0.1.5 |
| 1627 | 2026-03-13T16:54:17.090Z | Compiling libbz2-rs-sys v0.2.2 |
| 1628 | 2026-03-13T16:54:17.197Z | Compiling winnow v0.5.40 |
| 1629 | 2026-03-13T16:54:17.273Z | Compiling bumpalo v3.20.2 |
| 1630 | 2026-03-13T16:54:17.612Z | Compiling managed v0.8.0 |
| 1631 | 2026-03-13T16:54:17.902Z | Compiling object v0.37.3 |
| 1632 | 2026-03-13T16:54:18.043Z | Compiling bitflags v1.3.2 |
| 1633 | 2026-03-13T16:54:18.118Z | Compiling console v0.16.2 |
| 1634 | 2026-03-13T16:54:18.207Z | Compiling strum v0.27.2 |
| 1635 | 2026-03-13T16:54:18.362Z | Compiling clap_builder v4.5.60 |
| 1636 | 2026-03-13T16:54:18.577Z | Compiling bzip2 v0.6.1 |
| 1637 | 2026-03-13T16:54:18.849Z | Compiling zopfli v0.8.3 |
| 1638 | 2026-03-13T16:54:18.860Z | Compiling hashbrown v0.15.5 |
| 1639 | 2026-03-13T16:54:19.074Z | Compiling toml_edit v0.19.15 |
| 1640 | 2026-03-13T16:54:19.295Z | Compiling elliptic-curve v0.13.8 |
| 1641 | 2026-03-13T16:54:19.455Z | Compiling dof v0.3.0 |
| 1642 | 2026-03-13T16:54:19.613Z | Compiling daft v0.1.5 |
| 1643 | 2026-03-13T16:54:19.811Z | Compiling hubpack v0.1.2 |
| 1644 | 2026-03-13T16:54:20.051Z | Compiling cargo_metadata v0.19.2 |
| 1645 | 2026-03-13T16:54:20.462Z | Compiling phf v0.13.1 |
| 1646 | 2026-03-13T16:54:20.709Z | Compiling signal-hook-mio v0.2.5 |
| 1647 | 2026-03-13T16:54:20.812Z | Compiling cookie_store v0.22.1 |
| 1648 | 2026-03-13T16:54:21.869Z | Compiling zone_cfg_derive v0.3.1 |
| 1649 | 2026-03-13T16:54:22.219Z | Compiling zstd v0.13.3 |
| 1650 | 2026-03-13T16:54:22.574Z | Compiling hyper-tls v0.6.0 |
| 1651 | 2026-03-13T16:54:22.726Z | Compiling rayon v1.11.0 |
| 1652 | 2026-03-13T16:54:22.812Z | Compiling bzip2 v0.4.4 |
| 1653 | 2026-03-13T16:54:22.879Z | Compiling serde_with_macros v3.17.0 |
| 1654 | 2026-03-13T16:54:23.016Z | Compiling postgres-types v0.2.12 |
| 1655 | 2026-03-13T16:54:23.068Z | Compiling usdt-macro v0.6.0 |
| 1656 | 2026-03-13T16:54:23.828Z | Compiling usdt-attr-macro v0.6.0 |
| 1657 | 2026-03-13T16:54:23.971Z | Compiling ed25519 v2.2.3 |
| 1658 | 2026-03-13T16:54:24.072Z | Compiling dtrace-parser v0.2.0 |
| 1659 | 2026-03-13T16:54:24.476Z | Compiling itertools v0.12.1 |
| 1660 | 2026-03-13T16:54:24.562Z | Compiling phf_shared v0.11.3 |
| 1661 | 2026-03-13T16:54:24.806Z | Compiling bstr v1.12.1 |
| 1662 | 2026-03-13T16:54:24.868Z | Compiling pkcs1 v0.7.5 |
| 1663 | 2026-03-13T16:54:25.116Z | Compiling serde-big-array v0.5.1 |
| 1664 | 2026-03-13T16:54:25.119Z | Compiling hex v0.4.3 |
| 1665 | 2026-03-13T16:54:25.169Z | Compiling rfc6979 v0.4.0 |
| 1666 | 2026-03-13T16:54:25.300Z | Compiling clap_derive v4.5.55 |
| 1667 | 2026-03-13T16:54:25.324Z | Compiling enum-as-inner v0.6.1 |
| 1668 | 2026-03-13T16:54:25.410Z | Compiling serde_repr v0.1.20 |
| 1669 | 2026-03-13T16:54:25.502Z | Compiling strum_macros v0.26.4 |
| 1670 | 2026-03-13T16:54:25.689Z | Compiling float-cmp v0.10.0 |
| 1671 | 2026-03-13T16:54:25.907Z | Compiling memmap2 v0.9.10 |
| 1672 | 2026-03-13T16:54:26.029Z | Compiling thread-id v4.2.2 |
| 1673 | 2026-03-13T16:54:26.112Z | Compiling env_filter v1.0.0 |
| 1674 | 2026-03-13T16:54:26.138Z | Compiling encoding_rs v0.8.35 |
| 1675 | 2026-03-13T16:54:26.157Z | Compiling normalize-line-endings v0.3.0 |
| 1676 | 2026-03-13T16:54:26.188Z | Compiling precomputed-hash v0.1.1 |
| 1677 | 2026-03-13T16:54:26.276Z | Compiling mime v0.3.17 |
| 1678 | 2026-03-13T16:54:26.300Z | Compiling data-encoding v2.10.0 |
| 1679 | 2026-03-13T16:54:26.524Z | Compiling jiff v0.2.21 |
| 1680 | 2026-03-13T16:54:26.629Z | Compiling static_assertions v1.1.0 |
| 1681 | 2026-03-13T16:54:26.725Z | Compiling predicates-core v1.0.10 |
| 1682 | 2026-03-13T16:54:26.955Z | Compiling unit-prefix v0.5.2 |
| 1683 | 2026-03-13T16:54:27.136Z | Compiling fixedbitset v0.4.2 |
| 1684 | 2026-03-13T16:54:27.292Z | Compiling whoami v2.1.0 |
| 1685 | 2026-03-13T16:54:27.431Z | Compiling difflib v0.4.0 |
| 1686 | 2026-03-13T16:54:27.566Z | Compiling rustc-hash v2.1.1 |
| 1687 | 2026-03-13T16:54:27.724Z | Compiling fixedbitset v0.5.7 |
| 1688 | 2026-03-13T16:54:27.793Z | Compiling keccak v0.1.6 |
| 1689 | 2026-03-13T16:54:27.838Z | Compiling new_debug_unreachable v1.0.6 |
| 1690 | 2026-03-13T16:54:27.930Z | Compiling string_cache v0.8.9 |
| 1691 | 2026-03-13T16:54:28.004Z | Compiling strum v0.26.3 |
| 1692 | 2026-03-13T16:54:28.129Z | Compiling petgraph v0.8.3 |
| 1693 | 2026-03-13T16:54:28.159Z | Compiling sha3 v0.10.8 |
| 1694 | 2026-03-13T16:54:28.188Z | Compiling clap v4.5.60 |
| 1695 | 2026-03-13T16:54:28.206Z | Compiling predicates v3.1.4 |
| 1696 | 2026-03-13T16:54:28.226Z | Compiling iddqd v0.3.17 |
| 1697 | 2026-03-13T16:54:28.288Z | Compiling tokio-postgres v0.7.16 |
| 1698 | 2026-03-13T16:54:28.780Z | Compiling toml_edit v0.22.27 |
| 1699 | 2026-03-13T16:54:28.910Z | Compiling petgraph v0.6.5 |
| 1700 | 2026-03-13T16:54:29.082Z | Compiling indicatif v0.18.4 |
| 1701 | 2026-03-13T16:54:29.740Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1702 | 2026-03-13T16:54:30.223Z | Compiling zip v4.6.1 |
| 1703 | 2026-03-13T16:54:30.829Z | Compiling hickory-proto v0.25.2 |
| 1704 | 2026-03-13T16:54:30.988Z | Compiling env_logger v0.11.9 |
| 1705 | 2026-03-13T16:54:31.230Z | Compiling usdt-impl v0.5.0 |
| 1706 | 2026-03-13T16:54:31.459Z | Compiling usdt v0.6.0 |
| 1707 | 2026-03-13T16:54:31.559Z | Compiling zone v0.3.1 |
| 1708 | 2026-03-13T16:54:31.791Z | Compiling serde_with v3.17.0 |
| 1709 | 2026-03-13T16:54:32.022Z | Compiling similar v2.7.0 |
| 1710 | 2026-03-13T16:54:32.469Z | Compiling ecdsa v0.16.9 |
| 1711 | 2026-03-13T16:54:32.488Z | Compiling rsa v0.9.10 |
| 1712 | 2026-03-13T16:54:32.654Z | Compiling crossterm v0.28.1 |
| 1713 | 2026-03-13T16:54:32.982Z | Compiling ed25519-dalek v2.2.0 |
| 1714 | 2026-03-13T16:54:33.594Z | Compiling zip v0.6.6 |
| 1715 | 2026-03-13T16:54:34.202Z | Compiling toml v0.7.8 |
| 1716 | 2026-03-13T16:54:34.717Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1717 | 2026-03-13T16:54:34.904Z | Compiling itertools v0.13.0 |
| 1718 | 2026-03-13T16:54:35.083Z | Compiling tokio-stream v0.1.18 |
| 1719 | 2026-03-13T16:54:35.214Z | Compiling buf-list v1.1.2 |
| 1720 | 2026-03-13T16:54:35.567Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1721 | 2026-03-13T16:54:35.586Z | Compiling x509-cert v0.2.5 |
| 1722 | 2026-03-13T16:54:35.721Z | Compiling openapiv3 v2.2.0 |
| 1723 | 2026-03-13T16:54:36.028Z | Compiling sha1 v0.10.6 |
| 1724 | 2026-03-13T16:54:36.319Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1725 | 2026-03-13T16:54:36.632Z | Compiling peg-runtime v0.8.5 |
| 1726 | 2026-03-13T16:54:36.705Z | Compiling lalrpop-util v0.19.12 |
| 1727 | 2026-03-13T16:54:36.857Z | Compiling thread_local v1.1.9 |
| 1728 | 2026-03-13T16:54:36.950Z | Compiling slog-async v2.8.0 |
| 1729 | 2026-03-13T16:54:37.000Z | Compiling crossbeam-channel v0.5.15 |
| 1730 | 2026-03-13T16:54:37.174Z | Compiling futures-executor v0.3.32 |
| 1731 | 2026-03-13T16:54:37.375Z | Compiling filetime v0.2.27 |
| 1732 | 2026-03-13T16:54:37.406Z | Compiling is-terminal v0.4.17 |
| 1733 | 2026-03-13T16:54:37.505Z | Compiling take_mut v0.2.2 |
| 1734 | 2026-03-13T16:54:37.529Z | Compiling xattr v1.6.1 |
| 1735 | 2026-03-13T16:54:37.597Z | Compiling term v1.2.1 |
| 1736 | 2026-03-13T16:54:37.597Z | Compiling futures v0.3.32 |
| 1737 | 2026-03-13T16:54:37.697Z | Compiling tar v0.4.44 |
| 1738 | 2026-03-13T16:54:38.242Z | Compiling slog-term v2.9.2 |
| 1739 | 2026-03-13T16:54:45.735Z | Compiling rustls-webpki v0.103.9 |
| 1740 | 2026-03-13T16:54:49.746Z | Compiling tokio-rustls v0.26.4 |
| 1741 | 2026-03-13T16:54:49.746Z | Compiling rustls-platform-verifier v0.6.2 |
| 1742 | 2026-03-13T16:54:49.997Z | Compiling hyper-rustls v0.27.7 |
| 1743 | 2026-03-13T16:54:50.256Z | Compiling reqwest v0.13.2 |
| 1744 | 2026-03-13T16:54:50.277Z | Compiling reqwest v0.12.28 |
| 1745 | 2026-03-13T16:54:53.254Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1746 | 2026-03-13T16:54:53.550Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1747 | 2026-03-13T16:54:57.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s |
| 1748 | 2026-03-13T16:54:57.568Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1749 | 2026-03-13T16:54:57.615Z | Mar 13 16:54:56.497 INFO Starting download, target: DendriteStub |
| 1750 | 2026-03-13T16:54:57.615Z | Mar 13 16:54:56.498 INFO Starting download, target: Clickhouse |
| 1751 | 2026-03-13T16:54:57.615Z | Mar 13 16:54:56.498 INFO Starting download, target: MaghemiteMgd |
| 1752 | 2026-03-13T16:54:57.615Z | Mar 13 16:54:56.498 INFO Starting download, target: TransceiverControl |
| 1753 | 2026-03-13T16:54:57.615Z | Mar 13 16:54:56.498 INFO Starting download, target: Console |
| 1754 | 2026-03-13T16:54:57.618Z | Mar 13 16:54:56.498 INFO Starting download, target: Cockroach |
| 1755 | 2026-03-13T16:54:57.618Z | Mar 13 16:54:56.498 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1756 | 2026-03-13T16:54:57.618Z | Mar 13 16:54:56.498 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1757 | 2026-03-13T16:54:57.618Z | Mar 13 16:54:56.498 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1758 | 2026-03-13T16:54:57.618Z | Mar 13 16:54:56.498 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1759 | 2026-03-13T16:54:57.618Z | Mar 13 16:54:56.498 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1760 | 2026-03-13T16:54:57.618Z | Mar 13 16:54:56.498 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1761 | 2026-03-13T16:54:58.061Z | Mar 13 16:54:56.938 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1762 | 2026-03-13T16:54:58.386Z | Mar 13 16:54:57.261 INFO Download complete, target: TransceiverControl |
| 1763 | 2026-03-13T16:54:58.710Z | Mar 13 16:54:57.533 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1764 | 2026-03-13T16:54:59.026Z | Mar 13 16:54:57.893 INFO Download complete, target: Console |
| 1765 | 2026-03-13T16:54:59.416Z | Mar 13 16:54:58.297 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1766 | 2026-03-13T16:55:00.691Z | Mar 13 16:54:59.544 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1767 | 2026-03-13T16:55:00.785Z | Mar 13 16:54:59.652 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1768 | 2026-03-13T16:55:02.160Z | Mar 13 16:55:01.036 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1769 | 2026-03-13T16:55:02.160Z | Mar 13 16:55:01.036 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1770 | 2026-03-13T16:55:04.222Z | Mar 13 16:55:03.101 INFO Download complete, target: MaghemiteMgd |
| 1771 | 2026-03-13T16:55:04.227Z | Mar 13 16:55:03.107 INFO Download complete, target: DendriteStub |
| 1772 | 2026-03-13T16:55:09.760Z | Mar 13 16:55:08.638 INFO Checking that binary works, target: Cockroach |
| 1773 | 2026-03-13T16:55:09.886Z | Mar 13 16:55:08.762 INFO Download complete, target: Cockroach |
| 1774 | 2026-03-13T16:55:10.371Z | Mar 13 16:55:09.248 INFO Checking that binary works, target: Clickhouse |
| 1775 | 2026-03-13T16:55:10.490Z | Mar 13 16:55:09.366 INFO Download complete, target: Clickhouse |
| 1776 | 2026-03-13T16:55:10.511Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1777 | 2026-03-13T16:55:10.515Z | |
| 1778 | 2026-03-13T16:55:10.515Z | real 3:13.487164964 |
| 1779 | 2026-03-13T16:55:10.515Z | user 10:00.065516597 |
| 1780 | 2026-03-13T16:55:10.515Z | sys 1:45.905708372 |
| 1781 | 2026-03-13T16:55:10.515Z | trap 0.335010855 |
| 1782 | 2026-03-13T16:55:10.515Z | tflt 0.876035468 |
| 1783 | 2026-03-13T16:55:10.515Z | dflt 0.633652626 |
| 1784 | 2026-03-13T16:55:10.515Z | kflt 0.023155430 |
| 1785 | 2026-03-13T16:55:10.515Z | lock 22:30.910933994 |
| 1786 | 2026-03-13T16:55:10.515Z | slp 37:30.041797748 |
| 1787 | 2026-03-13T16:55:10.515Z | lat 55.355297072 |
| 1788 | 2026-03-13T16:55:10.515Z | stop 2:33.175567102 |
| 1789 | 2026-03-13T16:55:10.515Z | + banner clippy |
| 1790 | 2026-03-13T16:55:10.515Z | |
| 1791 | 2026-03-13T16:55:10.515Z | #### # # ##### ##### # # |
| 1792 | 2026-03-13T16:55:10.516Z | # # # # # # # # # # |
| 1793 | 2026-03-13T16:55:10.516Z | # # # # # # # # |
| 1794 | 2026-03-13T16:55:10.516Z | # # # ##### ##### # |
| 1795 | 2026-03-13T16:55:10.516Z | # # # # # # # |
| 1796 | 2026-03-13T16:55:10.516Z | #### ###### # # # # |
| 1797 | 2026-03-13T16:55:10.516Z | |
| 1798 | 2026-03-13T16:55:10.516Z | + export CARGO_INCREMENTAL=0 |
| 1799 | 2026-03-13T16:55:10.516Z | + CARGO_INCREMENTAL=0 |
| 1800 | 2026-03-13T16:55:10.516Z | + ptime -m cargo xtask clippy |
| 1801 | 2026-03-13T16:55:11.209Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1802 | 2026-03-13T16:55:11.483Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1803 | 2026-03-13T16:55:14.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s |
| 1804 | 2026-03-13T16:55:14.162Z | Running `target/debug/xtask clippy` |
| 1805 | 2026-03-13T16:55:14.191Z | running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1806 | 2026-03-13T16:55:14.974Z | Downloading crates ... |
| 1807 | 2026-03-13T16:55:15.234Z | Downloaded concurrent-queue v2.5.0 |
| 1808 | 2026-03-13T16:55:15.261Z | Downloaded target-lexicon v0.13.3 |
| 1809 | 2026-03-13T16:55:15.263Z | Downloaded owo-colors v3.5.0 |
| 1810 | 2026-03-13T16:55:15.263Z | Downloaded escape8259 v0.5.3 |
| 1811 | 2026-03-13T16:55:15.266Z | Downloaded async-object-pool v0.2.0 |
| 1812 | 2026-03-13T16:55:15.266Z | Downloaded similar-asserts v1.7.0 |
| 1813 | 2026-03-13T16:55:15.266Z | Downloaded linkme-impl v0.3.35 |
| 1814 | 2026-03-13T16:55:15.269Z | Downloaded httptest v0.16.4 |
| 1815 | 2026-03-13T16:55:15.274Z | Downloaded terminal_size v0.1.17 |
| 1816 | 2026-03-13T16:55:15.276Z | Downloaded textwrap v0.15.2 |
| 1817 | 2026-03-13T16:55:15.280Z | Downloaded cfg-expr v0.20.6 |
| 1818 | 2026-03-13T16:55:15.282Z | Downloaded rstest v0.25.0 |
| 1819 | 2026-03-13T16:55:15.286Z | Downloaded constant_time_eq v0.3.1 |
| 1820 | 2026-03-13T16:55:15.291Z | Downloaded anes v0.1.6 |
| 1821 | 2026-03-13T16:55:15.294Z | Downloaded supports-color v2.1.0 |
| 1822 | 2026-03-13T16:55:15.294Z | Downloaded assert_cmd v2.1.2 |
| 1823 | 2026-03-13T16:55:15.294Z | Downloaded miette-derive v5.10.0 |
| 1824 | 2026-03-13T16:55:15.294Z | Downloaded addr2line v0.25.1 |
| 1825 | 2026-03-13T16:55:15.297Z | Downloaded target-spec v3.5.7 |
| 1826 | 2026-03-13T16:55:15.300Z | Downloaded supports-unicode v2.1.0 |
| 1827 | 2026-03-13T16:55:15.300Z | Downloaded futures-timer v3.0.3 |
| 1828 | 2026-03-13T16:55:15.300Z | Downloaded cargo-platform v0.3.2 |
| 1829 | 2026-03-13T16:55:15.304Z | Downloaded supports-hyperlinks v2.1.0 |
| 1830 | 2026-03-13T16:55:15.307Z | Downloaded approx v0.5.1 |
| 1831 | 2026-03-13T16:55:15.310Z | Downloaded parking v2.2.1 |
| 1832 | 2026-03-13T16:55:15.310Z | Downloaded serde_regex v1.1.0 |
| 1833 | 2026-03-13T16:55:15.313Z | Downloaded nested v0.1.1 |
| 1834 | 2026-03-13T16:55:15.313Z | Downloaded cast v0.3.0 |
| 1835 | 2026-03-13T16:55:15.316Z | Downloaded event-listener v5.4.1 |
| 1836 | 2026-03-13T16:55:15.318Z | Downloaded blake2b_simd v1.0.4 |
| 1837 | 2026-03-13T16:55:15.323Z | Downloaded target-triple v1.0.0 |
| 1838 | 2026-03-13T16:55:15.325Z | Downloaded plotters-svg v0.3.7 |
| 1839 | 2026-03-13T16:55:15.325Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1840 | 2026-03-13T16:55:15.325Z | Downloaded assert-json-diff v2.0.2 |
| 1841 | 2026-03-13T16:55:15.328Z | Downloaded pathdiff v0.2.3 |
| 1842 | 2026-03-13T16:55:15.328Z | Downloaded backtrace-ext v0.2.1 |
| 1843 | 2026-03-13T16:55:15.331Z | Downloaded plotters-backend v0.3.7 |
| 1844 | 2026-03-13T16:55:15.331Z | Downloaded event-listener-strategy v0.5.4 |
| 1845 | 2026-03-13T16:55:15.334Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1846 | 2026-03-13T16:55:15.336Z | Downloaded rustc-demangle v0.1.27 |
| 1847 | 2026-03-13T16:55:15.336Z | Downloaded rust-argon2 v2.1.0 |
| 1848 | 2026-03-13T16:55:15.339Z | Downloaded oorandom v11.1.5 |
| 1849 | 2026-03-13T16:55:15.339Z | Downloaded linkme v0.3.35 |
| 1850 | 2026-03-13T16:55:15.339Z | Downloaded libtest-mimic v0.8.1 |
| 1851 | 2026-03-13T16:55:15.344Z | Downloaded partial-io v0.5.4 |
| 1852 | 2026-03-13T16:55:15.346Z | Downloaded chumsky v0.9.3 |
| 1853 | 2026-03-13T16:55:15.346Z | Downloaded async-lock v3.4.2 |
| 1854 | 2026-03-13T16:55:15.346Z | Downloaded knuffel-derive v3.2.0 |
| 1855 | 2026-03-13T16:55:15.349Z | Downloaded tinytemplate v1.2.1 |
| 1856 | 2026-03-13T16:55:15.352Z | Downloaded path-tree v0.8.3 |
| 1857 | 2026-03-13T16:55:15.352Z | Downloaded stringmetrics v2.2.2 |
| 1858 | 2026-03-13T16:55:15.355Z | Downloaded criterion-plot v0.6.0 |
| 1859 | 2026-03-13T16:55:15.355Z | Downloaded cargo_metadata v0.23.1 |
| 1860 | 2026-03-13T16:55:15.358Z | Downloaded termcolor v1.4.1 |
| 1861 | 2026-03-13T16:55:15.361Z | Downloaded plotters v0.3.7 |
| 1862 | 2026-03-13T16:55:15.367Z | Downloaded datatest-stable v0.3.3 |
| 1863 | 2026-03-13T16:55:15.370Z | Downloaded relative-path v1.9.3 |
| 1864 | 2026-03-13T16:55:15.376Z | Downloaded trybuild v1.0.116 |
| 1865 | 2026-03-13T16:55:15.379Z | Downloaded toml v1.0.3+spec-1.1.0 |
| 1866 | 2026-03-13T16:55:15.384Z | Downloaded rand_distr v0.5.1 |
| 1867 | 2026-03-13T16:55:15.390Z | Downloaded rstest_macros v0.25.0 |
| 1868 | 2026-03-13T16:55:15.395Z | Downloaded knuffel v3.2.0 |
| 1869 | 2026-03-13T16:55:15.399Z | Downloaded fancy-regex v0.14.0 |
| 1870 | 2026-03-13T16:55:15.399Z | Downloaded criterion v0.7.0 |
| 1871 | 2026-03-13T16:55:15.404Z | Downloaded miette v5.10.0 |
| 1872 | 2026-03-13T16:55:15.409Z | Downloaded backtrace v0.3.76 |
| 1873 | 2026-03-13T16:55:15.411Z | Downloaded hashbrown v0.14.5 |
| 1874 | 2026-03-13T16:55:15.414Z | Downloaded guppy v0.17.25 |
| 1875 | 2026-03-13T16:55:15.417Z | Downloaded gimli v0.32.3 |
| 1876 | 2026-03-13T16:55:15.510Z | Downloaded httpmock v0.8.3 |
| 1877 | 2026-03-13T16:55:17.545Z | Checking cfg-if v1.0.4 |
| 1878 | 2026-03-13T16:55:17.915Z | Checking libc v0.2.180 |
| 1879 | 2026-03-13T16:55:17.917Z | Checking serde_core v1.0.228 |
| 1880 | 2026-03-13T16:55:17.999Z | Checking memchr v2.8.0 |
| 1881 | 2026-03-13T16:55:18.041Z | Checking smallvec v1.15.1 |
| 1882 | 2026-03-13T16:55:18.083Z | Checking log v0.4.29 |
| 1883 | 2026-03-13T16:55:18.086Z | Checking itoa v1.0.17 |
| 1884 | 2026-03-13T16:55:18.172Z | Checking zeroize v1.8.2 |
| 1885 | 2026-03-13T16:55:18.216Z | Checking libm v0.2.16 |
| 1886 | 2026-03-13T16:55:18.298Z | Checking scopeguard v1.2.0 |
| 1887 | 2026-03-13T16:55:18.344Z | Checking stable_deref_trait v1.2.1 |
| 1888 | 2026-03-13T16:55:18.393Z | Checking zmij v1.0.21 |
| 1889 | 2026-03-13T16:55:18.438Z | Checking zerofrom v0.1.6 |
| 1890 | 2026-03-13T16:55:18.482Z | Checking lock_api v0.4.14 |
| 1891 | 2026-03-13T16:55:18.532Z | Checking percent-encoding v2.3.2 |
| 1892 | 2026-03-13T16:55:18.573Z | Checking litemap v0.8.1 |
| 1893 | 2026-03-13T16:55:18.615Z | Checking errno v0.3.14 |
| 1894 | 2026-03-13T16:55:18.655Z | Checking getrandom v0.2.17 |
| 1895 | 2026-03-13T16:55:18.746Z | Checking yoke v0.8.1 |
| 1896 | 2026-03-13T16:55:18.757Z | Checking writeable v0.6.2 |
| 1897 | 2026-03-13T16:55:18.792Z | Checking subtle v2.6.1 |
| 1898 | 2026-03-13T16:55:18.795Z | Checking icu_properties_data v2.1.2 |
| 1899 | 2026-03-13T16:55:18.884Z | Checking icu_normalizer_data v2.1.1 |
| 1900 | 2026-03-13T16:55:18.920Z | Checking rand_core v0.6.4 |
| 1901 | 2026-03-13T16:55:18.964Z | Checking zerovec v0.11.5 |
| 1902 | 2026-03-13T16:55:19.005Z | Checking zerotrie v0.2.3 |
| 1903 | 2026-03-13T16:55:19.009Z | Checking form_urlencoded v1.2.2 |
| 1904 | 2026-03-13T16:55:19.089Z | Checking portable-atomic v1.13.1 |
| 1905 | 2026-03-13T16:55:19.131Z | Checking pin-project-lite v0.2.17 |
| 1906 | 2026-03-13T16:55:19.176Z | Checking utf8_iter v1.0.4 |
| 1907 | 2026-03-13T16:55:19.236Z | Checking critical-section v1.2.0 |
| 1908 | 2026-03-13T16:55:19.283Z | Checking num-traits v0.2.19 |
| 1909 | 2026-03-13T16:55:19.286Z | Checking zerocopy v0.8.40 |
| 1910 | 2026-03-13T16:55:19.367Z | Checking parking_lot_core v0.9.12 |
| 1911 | 2026-03-13T16:55:19.411Z | Checking rand_core v0.10.0 |
| 1912 | 2026-03-13T16:55:19.456Z | Checking signal-hook-registry v1.4.8 |
| 1913 | 2026-03-13T16:55:19.600Z | Checking tinystr v0.8.2 |
| 1914 | 2026-03-13T16:55:19.645Z | Checking potential_utf v0.1.4 |
| 1915 | 2026-03-13T16:55:19.647Z | Checking parking_lot v0.12.5 |
| 1916 | 2026-03-13T16:55:19.729Z | Checking getrandom v0.4.1 |
| 1917 | 2026-03-13T16:55:19.732Z | Checking once_cell v1.21.3 |
| 1918 | 2026-03-13T16:55:19.843Z | Checking icu_collections v2.1.1 |
| 1919 | 2026-03-13T16:55:19.886Z | Checking icu_locale_core v2.1.1 |
| 1920 | 2026-03-13T16:55:19.938Z | Checking mio v1.1.1 |
| 1921 | 2026-03-13T16:55:19.985Z | Checking typenum v1.19.0 |
| 1922 | 2026-03-13T16:55:20.035Z | Checking socket2 v0.6.2 |
| 1923 | 2026-03-13T16:55:20.096Z | Checking serde v1.0.228 |
| 1924 | 2026-03-13T16:55:20.096Z | Checking bitflags v2.11.0 |
| 1925 | 2026-03-13T16:55:20.296Z | Checking serde_json v1.0.149 |
| 1926 | 2026-03-13T16:55:20.388Z | Checking iana-time-zone v0.1.65 |
| 1927 | 2026-03-13T16:55:20.436Z | Checking thiserror v2.0.18 |
| 1928 | 2026-03-13T16:55:20.483Z | Checking allocator-api2 v0.2.21 |
| 1929 | 2026-03-13T16:55:20.564Z | Checking uuid v1.21.0 |
| 1930 | 2026-03-13T16:55:20.608Z | Checking semver v1.0.27 |
| 1931 | 2026-03-13T16:55:20.729Z | Checking icu_provider v2.1.1 |
| 1932 | 2026-03-13T16:55:20.774Z | Checking bytes v1.11.1 |
| 1933 | 2026-03-13T16:55:20.818Z | Checking generic-array v0.14.7 |
| 1934 | 2026-03-13T16:55:20.900Z | Checking chrono v0.4.44 |
| 1935 | 2026-03-13T16:55:20.946Z | Checking futures-core v0.3.32 |
| 1936 | 2026-03-13T16:55:21.026Z | Checking equivalent v1.0.2 |
| 1937 | 2026-03-13T16:55:21.082Z | Checking icu_normalizer v2.1.1 |
| 1938 | 2026-03-13T16:55:21.133Z | Checking icu_properties v2.1.2 |
| 1939 | 2026-03-13T16:55:21.192Z | Checking const-oid v0.9.6 |
| 1940 | 2026-03-13T16:55:21.297Z | Checking dyn-clone v1.0.20 |
| 1941 | 2026-03-13T16:55:21.420Z | Checking tokio v1.49.0 |
| 1942 | 2026-03-13T16:55:21.465Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1943 | 2026-03-13T16:55:21.511Z | Checking crypto-common v0.1.7 |
| 1944 | 2026-03-13T16:55:21.514Z | Checking foldhash v0.2.0 |
| 1945 | 2026-03-13T16:55:21.694Z | Checking block-buffer v0.10.4 |
| 1946 | 2026-03-13T16:55:21.810Z | Checking hashbrown v0.16.1 |
| 1947 | 2026-03-13T16:55:21.872Z | Checking futures-sink v0.3.32 |
| 1948 | 2026-03-13T16:55:21.919Z | Checking rustix v1.1.3 |
| 1949 | 2026-03-13T16:55:22.024Z | Checking byteorder v1.5.0 |
| 1950 | 2026-03-13T16:55:22.100Z | Checking futures-channel v0.3.32 |
| 1951 | 2026-03-13T16:55:22.240Z | Checking digest v0.10.7 |
| 1952 | 2026-03-13T16:55:22.321Z | Checking idna_adapter v1.2.1 |
| 1953 | 2026-03-13T16:55:22.365Z | Checking slab v0.4.12 |
| 1954 | 2026-03-13T16:55:22.410Z | Checking futures-task v0.3.32 |
| 1955 | 2026-03-13T16:55:22.512Z | Checking idna v1.1.0 |
| 1956 | 2026-03-13T16:55:22.546Z | Checking futures-io v0.3.32 |
| 1957 | 2026-03-13T16:55:22.550Z | Checking cpufeatures v0.2.17 |
| 1958 | 2026-03-13T16:55:22.630Z | Checking indexmap v2.13.0 |
| 1959 | 2026-03-13T16:55:22.633Z | Checking thiserror v1.0.69 |
| 1960 | 2026-03-13T16:55:23.154Z | Checking getrandom v0.3.4 |
| 1961 | 2026-03-13T16:55:23.182Z | Checking futures-util v0.3.32 |
| 1962 | 2026-03-13T16:55:23.210Z | Checking fnv v1.0.7 |
| 1963 | 2026-03-13T16:55:23.210Z | Checking url v2.5.8 |
| 1964 | 2026-03-13T16:55:23.210Z | Checking regex-syntax v0.8.10 |
| 1965 | 2026-03-13T16:55:23.210Z | Checking http v1.4.0 |
| 1966 | 2026-03-13T16:55:23.210Z | Checking tracing-core v0.1.36 |
| 1967 | 2026-03-13T16:55:23.446Z | Checking base64 v0.22.1 |
| 1968 | 2026-03-13T16:55:23.490Z | Checking schemars v0.8.22 |
| 1969 | 2026-03-13T16:55:23.606Z | Checking tracing v0.1.44 |
| 1970 | 2026-03-13T16:55:23.644Z | Checking ppv-lite86 v0.2.21 |
| 1971 | 2026-03-13T16:55:23.795Z | Checking unicode-ident v1.0.24 |
| 1972 | 2026-03-13T16:55:23.838Z | Checking ipnet v2.11.0 |
| 1973 | 2026-03-13T16:55:23.898Z | Checking anstyle v1.0.13 |
| 1974 | 2026-03-13T16:55:23.966Z | Checking utf8parse v0.2.2 |
| 1975 | 2026-03-13T16:55:24.096Z | Checking proc-macro2 v1.0.106 |
| 1976 | 2026-03-13T16:55:24.146Z | Checking untrusted v0.9.0 |
| 1977 | 2026-03-13T16:55:24.183Z | Checking anstyle-parse v0.2.7 |
| 1978 | 2026-03-13T16:55:24.225Z | Checking aho-corasick v1.1.4 |
| 1979 | 2026-03-13T16:55:24.310Z | Checking ring v0.17.14 |
| 1980 | 2026-03-13T16:55:24.414Z | Checking is_terminal_polyfill v1.70.2 |
| 1981 | 2026-03-13T16:55:24.455Z | Checking colorchoice v1.0.4 |
| 1982 | 2026-03-13T16:55:24.557Z | Checking quote v1.0.44 |
| 1983 | 2026-03-13T16:55:24.589Z | Checking base64ct v1.8.3 |
| 1984 | 2026-03-13T16:55:24.631Z | Checking anstyle-query v1.1.5 |
| 1985 | 2026-03-13T16:55:24.780Z | Checking anstream v0.6.21 |
| 1986 | 2026-03-13T16:55:24.783Z | Checking block-padding v0.3.3 |
| 1987 | 2026-03-13T16:55:24.869Z | Checking syn v2.0.117 |
| 1988 | 2026-03-13T16:55:24.927Z | Checking terminal_size v0.4.3 |
| 1989 | 2026-03-13T16:55:25.019Z | Checking inout v0.1.4 |
| 1990 | 2026-03-13T16:55:25.069Z | Checking rustls-pki-types v1.14.0 |
| 1991 | 2026-03-13T16:55:25.112Z | Checking crossbeam-utils v0.8.21 |
| 1992 | 2026-03-13T16:55:25.229Z | Checking regex-automata v0.4.14 |
| 1993 | 2026-03-13T16:55:25.271Z | Checking httparse v1.10.1 |
| 1994 | 2026-03-13T16:55:25.448Z | Checking cipher v0.4.4 |
| 1995 | 2026-03-13T16:55:25.498Z | Checking clap_lex v1.0.0 |
| 1996 | 2026-03-13T16:55:25.580Z | Checking strsim v0.11.1 |
| 1997 | 2026-03-13T16:55:25.626Z | Checking sha2 v0.10.9 |
| 1998 | 2026-03-13T16:55:25.683Z | Checking pem-rfc7468 v0.7.0 |
| 1999 | 2026-03-13T16:55:25.728Z | Checking http-body v1.0.1 |
| 2000 | 2026-03-13T16:55:25.771Z | Checking rand_core v0.9.5 |
| 2001 | 2026-03-13T16:55:25.818Z | Checking clap_builder v4.5.60 |
| 2002 | 2026-03-13T16:55:25.872Z | Checking tokio-util v0.7.18 |
| 2003 | 2026-03-13T16:55:25.918Z | Checking atomic-waker v1.1.2 |
| 2004 | 2026-03-13T16:55:25.962Z | Checking hmac v0.12.1 |
| 2005 | 2026-03-13T16:55:26.011Z | Checking try-lock v0.2.5 |
| 2006 | 2026-03-13T16:55:26.054Z | Checking httpdate v1.0.3 |
| 2007 | 2026-03-13T16:55:26.097Z | Checking tower-service v0.3.3 |
| 2008 | 2026-03-13T16:55:26.160Z | Checking pin-utils v0.1.0 |
| 2009 | 2026-03-13T16:55:26.203Z | Checking want v0.3.1 |
| 2010 | 2026-03-13T16:55:26.244Z | Checking flagset v0.4.7 |
| 2011 | 2026-03-13T16:55:26.288Z | Checking tower-layer v0.3.3 |
| 2012 | 2026-03-13T16:55:26.291Z | Checking ryu v1.0.23 |
| 2013 | 2026-03-13T16:55:26.383Z | Checking rand_chacha v0.9.0 |
| 2014 | 2026-03-13T16:55:26.437Z | Checking der v0.7.10 |
| 2015 | 2026-03-13T16:55:26.510Z | Checking erased-serde v0.3.31 |
| 2016 | 2026-03-13T16:55:26.554Z | Checking spin v0.9.8 |
| 2017 | 2026-03-13T16:55:26.679Z | Checking rand v0.9.2 |
| 2018 | 2026-03-13T16:55:26.725Z | Checking h2 v0.4.13 |
| 2019 | 2026-03-13T16:55:26.822Z | Checking socket2 v0.5.10 |
| 2020 | 2026-03-13T16:55:27.110Z | Checking slog v2.8.2 |
| 2021 | 2026-03-13T16:55:27.172Z | Checking anyhow v1.0.102 |
| 2022 | 2026-03-13T16:55:27.330Z | Checking http-body-util v0.1.3 |
| 2023 | 2026-03-13T16:55:27.470Z | Checking aws-lc-sys v0.37.1 |
| 2024 | 2026-03-13T16:55:27.517Z | Checking untrusted v0.7.1 |
| 2025 | 2026-03-13T16:55:27.520Z | Checking powerfmt v0.2.0 |
| 2026 | 2026-03-13T16:55:27.607Z | Checking clap v4.5.60 |
| 2027 | 2026-03-13T16:55:27.656Z | Checking openssl-probe v0.2.1 |
| 2028 | 2026-03-13T16:55:27.700Z | Checking time-core v0.1.8 |
| 2029 | 2026-03-13T16:55:27.747Z | Checking fastrand v2.3.0 |
| 2030 | 2026-03-13T16:55:27.792Z | Checking deranged v0.5.8 |
| 2031 | 2026-03-13T16:55:27.795Z | Checking num_threads v0.1.7 |
| 2032 | 2026-03-13T16:55:27.877Z | Checking num-conv v0.2.0 |
| 2033 | 2026-03-13T16:55:27.928Z | Checking regex v1.12.3 |
| 2034 | 2026-03-13T16:55:27.974Z | Checking spki v0.7.3 |
| 2035 | 2026-03-13T16:55:28.019Z | Checking serde_urlencoded v0.7.1 |
| 2036 | 2026-03-13T16:55:28.067Z | Checking pbkdf2 v0.12.2 |
| 2037 | 2026-03-13T16:55:28.217Z | Checking aes v0.8.4 |
| 2038 | 2026-03-13T16:55:28.260Z | Checking rand_chacha v0.3.1 |
| 2039 | 2026-03-13T16:55:28.265Z | Checking pretty-hex v0.4.1 |
| 2040 | 2026-03-13T16:55:28.343Z | Checking unicode-width v0.2.0 |
| 2041 | 2026-03-13T16:55:28.348Z | Checking cbc v0.1.2 |
| 2042 | 2026-03-13T16:55:28.431Z | Checking aws-lc-rs v1.16.0 |
| 2043 | 2026-03-13T16:55:28.478Z | Checking salsa20 v0.10.2 |
| 2044 | 2026-03-13T16:55:28.557Z | Checking rand v0.8.5 |
| 2045 | 2026-03-13T16:55:28.601Z | Checking ipnetwork v0.21.1 |
| 2046 | 2026-03-13T16:55:28.678Z | Checking scrypt v0.11.0 |
| 2047 | 2026-03-13T16:55:28.730Z | Checking tempfile v3.25.0 |
| 2048 | 2026-03-13T16:55:28.778Z | Checking hex v0.4.3 |
| 2049 | 2026-03-13T16:55:28.881Z | Checking plain v0.2.3 |
| 2050 | 2026-03-13T16:55:28.925Z | Checking pkcs5 v0.7.1 |
| 2051 | 2026-03-13T16:55:29.005Z | Checking rustls-native-certs v0.8.3 |
| 2052 | 2026-03-13T16:55:29.048Z | Checking sync_wrapper v1.0.2 |
| 2053 | 2026-03-13T16:55:29.120Z | Checking camino v1.2.2 |
| 2054 | 2026-03-13T16:55:29.210Z | Checking time v0.3.47 |
| 2055 | 2026-03-13T16:55:29.238Z | Checking ucd-trie v0.1.7 |
| 2056 | 2026-03-13T16:55:29.241Z | Checking mime v0.3.17 |
| 2057 | 2026-03-13T16:55:29.324Z | Checking pkcs8 v0.10.2 |
| 2058 | 2026-03-13T16:55:29.327Z | Checking tower v0.5.3 |
| 2059 | 2026-03-13T16:55:29.435Z | Checking pest v2.8.6 |
| 2060 | 2026-03-13T16:55:29.494Z | Checking webpki-roots v1.0.6 |
| 2061 | 2026-03-13T16:55:29.541Z | Checking iri-string v0.7.10 |
| 2062 | 2026-03-13T16:55:29.584Z | Checking either v1.15.0 |
| 2063 | 2026-03-13T16:55:29.631Z | Checking rustls-webpki v0.103.9 |
| 2064 | 2026-03-13T16:55:29.678Z | Checking openapiv3 v2.2.0 |
| 2065 | 2026-03-13T16:55:29.887Z | Checking foreign-types-shared v0.1.1 |
| 2066 | 2026-03-13T16:55:29.934Z | Checking openssl-sys v0.9.111 |
| 2067 | 2026-03-13T16:55:30.014Z | Checking foreign-types v0.3.2 |
| 2068 | 2026-03-13T16:55:30.140Z | Checking encoding_rs v0.8.35 |
| 2069 | 2026-03-13T16:55:30.237Z | Checking rustls v0.23.37 |
| 2070 | 2026-03-13T16:55:30.477Z | Checking hyper v1.8.1 |
| 2071 | 2026-03-13T16:55:30.856Z | Checking winnow v0.7.14 |
| 2072 | 2026-03-13T16:55:30.864Z | Checking openssl v0.10.75 |
| 2073 | 2026-03-13T16:55:31.011Z | Checking oxnet v0.1.4 |
| 2074 | 2026-03-13T16:55:31.060Z | Checking tower-http v0.6.8 |
| 2075 | 2026-03-13T16:55:31.352Z | Checking lazy_static v1.5.0 |
| 2076 | 2026-03-13T16:55:31.440Z | Checking static_assertions v1.1.0 |
| 2077 | 2026-03-13T16:55:31.483Z | Checking signature v2.2.0 |
| 2078 | 2026-03-13T16:55:31.530Z | Checking simd-adler32 v0.3.8 |
| 2079 | 2026-03-13T16:55:31.536Z | Checking hubpack v0.1.2 |
| 2080 | 2026-03-13T16:55:31.560Z | Checking adler2 v2.0.1 |
| 2081 | 2026-03-13T16:55:31.715Z | Checking strum v0.26.3 |
| 2082 | 2026-03-13T16:55:31.760Z | Checking hyper-util v0.1.20 |
| 2083 | 2026-03-13T16:55:31.817Z | Checking sha1 v0.10.6 |
| 2084 | 2026-03-13T16:55:31.854Z | Checking miniz_oxide v0.8.9 |
| 2085 | 2026-03-13T16:55:31.908Z | Checking tinyvec_macros v0.1.1 |
| 2086 | 2026-03-13T16:55:31.942Z | Checking data-encoding v2.10.0 |
| 2087 | 2026-03-13T16:55:32.024Z | Checking tinyvec v1.10.0 |
| 2088 | 2026-03-13T16:55:32.061Z | Checking toml_datetime v0.6.11 |
| 2089 | 2026-03-13T16:55:32.329Z | Checking serde_spanned v0.6.9 |
| 2090 | 2026-03-13T16:55:32.334Z | Checking num-integer v0.1.46 |
| 2091 | 2026-03-13T16:55:32.409Z | Checking scroll v0.13.0 |
| 2092 | 2026-03-13T16:55:32.455Z | Checking base16ct v0.2.0 |
| 2093 | 2026-03-13T16:55:32.498Z | Checking bit-vec v0.8.0 |
| 2094 | 2026-03-13T16:55:32.540Z | Checking crossbeam-epoch v0.9.18 |
| 2095 | 2026-03-13T16:55:32.692Z | Checking sec1 v0.7.3 |
| 2096 | 2026-03-13T16:55:32.717Z | Checking crc32fast v1.5.0 |
| 2097 | 2026-03-13T16:55:32.763Z | Checking goblin v0.10.5 |
| 2098 | 2026-03-13T16:55:32.817Z | Checking bit-set v0.8.0 |
| 2099 | 2026-03-13T16:55:32.860Z | Checking ff v0.13.1 |
| 2100 | 2026-03-13T16:55:32.919Z | Checking memmap2 v0.9.10 |
| 2101 | 2026-03-13T16:55:32.960Z | Checking wait-timeout v0.2.1 |
| 2102 | 2026-03-13T16:55:33.021Z | Checking num-iter v0.1.45 |
| 2103 | 2026-03-13T16:55:33.070Z | Checking group v0.13.0 |
| 2104 | 2026-03-13T16:55:33.149Z | Checking dtrace-parser v0.3.0 |
| 2105 | 2026-03-13T16:55:33.190Z | Checking bstr v1.12.1 |
| 2106 | 2026-03-13T16:55:33.238Z | Checking hkdf v0.12.4 |
| 2107 | 2026-03-13T16:55:33.283Z | Checking ahash v0.8.12 |
| 2108 | 2026-03-13T16:55:33.419Z | Checking crypto-bigint v0.5.5 |
| 2109 | 2026-03-13T16:55:33.476Z | Checking scroll v0.12.0 |
| 2110 | 2026-03-13T16:55:33.513Z | Checking thread-id v5.1.0 |
| 2111 | 2026-03-13T16:55:33.528Z | Checking tokio-rustls v0.26.4 |
| 2112 | 2026-03-13T16:55:33.657Z | Checking quick-error v1.2.3 |
| 2113 | 2026-03-13T16:55:33.676Z | Checking rand_xorshift v0.4.0 |
| 2114 | 2026-03-13T16:55:33.756Z | Checking rusty-fork v0.3.1 |
| 2115 | 2026-03-13T16:55:33.769Z | Checking native-tls v0.2.18 |
| 2116 | 2026-03-13T16:55:33.838Z | Checking zerocopy v0.7.35 |
| 2117 | 2026-03-13T16:55:33.844Z | Checking goblin v0.8.2 |
| 2118 | 2026-03-13T16:55:33.844Z | Checking unarray v0.1.4 |
| 2119 | 2026-03-13T16:55:33.954Z | Checking hyper-rustls v0.27.7 |
| 2120 | 2026-03-13T16:55:34.002Z | Checking num-bigint-dig v0.8.6 |
| 2121 | 2026-03-13T16:55:34.045Z | Checking proptest v1.10.0 |
| 2122 | 2026-03-13T16:55:34.086Z | Checking tokio-native-tls v0.3.1 |
| 2123 | 2026-03-13T16:55:34.244Z | Checking dtrace-parser v0.2.0 |
| 2124 | 2026-03-13T16:55:34.323Z | Checking hyper-tls v0.6.0 |
| 2125 | 2026-03-13T16:55:34.568Z | Checking reqwest v0.12.28 |
| 2126 | 2026-03-13T16:55:34.611Z | Checking pkcs1 v0.7.5 |
| 2127 | 2026-03-13T16:55:34.614Z | Checking x509-cert v0.2.5 |
| 2128 | 2026-03-13T16:55:34.914Z | Checking thread-id v4.2.2 |
| 2129 | 2026-03-13T16:55:34.979Z | Checking elliptic-curve v0.13.8 |
| 2130 | 2026-03-13T16:55:35.054Z | Checking zlib-rs v0.6.2 |
| 2131 | 2026-03-13T16:55:35.181Z | Checking unicode-segmentation v1.12.0 |
| 2132 | 2026-03-13T16:55:35.431Z | Checking rsa v0.9.10 |
| 2133 | 2026-03-13T16:55:35.578Z | Checking crossbeam-deque v0.8.6 |
| 2134 | 2026-03-13T16:55:35.629Z | Checking rfc6979 v0.4.0 |
| 2135 | 2026-03-13T16:55:35.758Z | Checking toml_write v0.1.2 |
| 2136 | 2026-03-13T16:55:35.810Z | Checking ecdsa v0.16.9 |
| 2137 | 2026-03-13T16:55:35.854Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2138 | 2026-03-13T16:55:36.015Z | Checking toml_edit v0.22.27 |
| 2139 | 2026-03-13T16:55:36.089Z | Checking curve25519-dalek v4.1.3 |
| 2140 | 2026-03-13T16:55:36.133Z | Checking dof v0.4.0 |
| 2141 | 2026-03-13T16:55:36.285Z | Checking rustix v0.38.44 |
| 2142 | 2026-03-13T16:55:36.330Z | Checking flate2 v1.1.9 |
| 2143 | 2026-03-13T16:55:36.333Z | Checking memoffset v0.9.1 |
| 2144 | 2026-03-13T16:55:36.509Z | Checking env_filter v1.0.0 |
| 2145 | 2026-03-13T16:55:36.649Z | Checking newtype-uuid v1.3.2 |
| 2146 | 2026-03-13T16:55:36.695Z | Checking dof v0.3.0 |
| 2147 | 2026-03-13T16:55:36.742Z | Checking psl-types v2.0.11 |
| 2148 | 2026-03-13T16:55:36.785Z | Checking keccak v0.1.6 |
| 2149 | 2026-03-13T16:55:36.923Z | Checking publicsuffix v2.3.0 |
| 2150 | 2026-03-13T16:55:36.967Z | Checking daft v0.1.5 |
| 2151 | 2026-03-13T16:55:37.033Z | Checking sha3 v0.10.8 |
| 2152 | 2026-03-13T16:55:37.122Z | Checking usdt-impl v0.5.0 |
| 2153 | 2026-03-13T16:55:37.168Z | Checking env_logger v0.11.9 |
| 2154 | 2026-03-13T16:55:37.173Z | Checking usdt-impl v0.6.0 |
| 2155 | 2026-03-13T16:55:37.173Z | Checking ed25519 v2.2.3 |
| 2156 | 2026-03-13T16:55:37.315Z | Checking cookie v0.18.1 |
| 2157 | 2026-03-13T16:55:37.359Z | Checking itertools v0.13.0 |
| 2158 | 2026-03-13T16:55:37.446Z | Checking serde_with v3.17.0 |
| 2159 | 2026-03-13T16:55:37.488Z | Checking bitflags v1.3.2 |
| 2160 | 2026-03-13T16:55:37.531Z | Checking siphasher v1.0.2 |
| 2161 | 2026-03-13T16:55:37.534Z | Checking ed25519-dalek v2.2.0 |
| 2162 | 2026-03-13T16:55:37.619Z | Checking rustls-platform-verifier v0.6.2 |
| 2163 | 2026-03-13T16:55:37.622Z | Checking usdt v0.6.0 |
| 2164 | 2026-03-13T16:55:37.622Z | Checking unicode-normalization v0.1.25 |
| 2165 | 2026-03-13T16:55:37.745Z | Checking cookie_store v0.22.1 |
| 2166 | 2026-03-13T16:55:37.790Z | Checking signal-hook v0.3.18 |
| 2167 | 2026-03-13T16:55:37.834Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2168 | 2026-03-13T16:55:37.908Z | Checking managed v0.8.0 |
| 2169 | 2026-03-13T16:55:37.954Z | Checking winnow v0.5.40 |
| 2170 | 2026-03-13T16:55:38.060Z | Checking nix v0.31.1 |
| 2171 | 2026-03-13T16:55:38.125Z | Checking rayon-core v1.13.0 |
| 2172 | 2026-03-13T16:55:38.190Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2173 | 2026-03-13T16:55:38.236Z | Checking object v0.37.3 |
| 2174 | 2026-03-13T16:55:38.239Z | Checking reqwest v0.13.2 |
| 2175 | 2026-03-13T16:55:38.594Z | Checking foldhash v0.1.5 |
| 2176 | 2026-03-13T16:55:38.640Z | Checking hashbrown v0.15.5 |
| 2177 | 2026-03-13T16:55:38.640Z | Checking bzip2 v0.4.4 |
| 2178 | 2026-03-13T16:55:38.808Z | Checking signal-hook-mio v0.2.5 |
| 2179 | 2026-03-13T16:55:38.849Z | Checking ref-cast v1.0.25 |
| 2180 | 2026-03-13T16:55:38.968Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2181 | 2026-03-13T16:55:39.012Z | Checking zip v0.6.6 |
| 2182 | 2026-03-13T16:55:39.154Z | Checking zstd-safe v7.2.4 |
| 2183 | 2026-03-13T16:55:39.196Z | Checking bumpalo v3.20.2 |
| 2184 | 2026-03-13T16:55:39.402Z | Checking libbz2-rs-sys v0.2.2 |
| 2185 | 2026-03-13T16:55:39.447Z | Checking zstd v0.13.3 |
| 2186 | 2026-03-13T16:55:39.492Z | Checking zopfli v0.8.3 |
| 2187 | 2026-03-13T16:55:39.493Z | Checking crossterm v0.28.1 |
| 2188 | 2026-03-13T16:55:39.495Z | Checking rayon v1.11.0 |
| 2189 | 2026-03-13T16:55:39.612Z | Checking similar v2.7.0 |
| 2190 | 2026-03-13T16:55:39.657Z | Checking toml_edit v0.19.15 |
| 2191 | 2026-03-13T16:55:39.721Z | Checking fs-err v3.3.0 |
| 2192 | 2026-03-13T16:55:39.940Z | Checking bzip2 v0.6.1 |
| 2193 | 2026-03-13T16:55:39.983Z | Checking hash32 v0.2.1 |
| 2194 | 2026-03-13T16:55:40.144Z | Checking serde-big-array v0.5.1 |
| 2195 | 2026-03-13T16:55:40.189Z | Checking predicates-core v1.0.10 |
| 2196 | 2026-03-13T16:55:40.192Z | Checking jiff v0.2.21 |
| 2197 | 2026-03-13T16:55:40.276Z | Checking unicode-properties v0.1.4 |
| 2198 | 2026-03-13T16:55:40.345Z | Checking unicode-bidi v0.3.18 |
| 2199 | 2026-03-13T16:55:40.389Z | Checking heapless v0.7.17 |
| 2200 | 2026-03-13T16:55:40.555Z | Checking hickory-proto v0.25.2 |
| 2201 | 2026-03-13T16:55:40.599Z | Checking tokio-stream v0.1.18 |
| 2202 | 2026-03-13T16:55:40.770Z | Checking stringprep v0.1.5 |
| 2203 | 2026-03-13T16:55:40.989Z | Checking md-5 v0.10.6 |
| 2204 | 2026-03-13T16:55:41.031Z | Checking float-cmp v0.10.0 |
| 2205 | 2026-03-13T16:55:41.134Z | Checking toml v0.7.8 |
| 2206 | 2026-03-13T16:55:41.139Z | Checking difflib v0.4.0 |
| 2207 | 2026-03-13T16:55:41.219Z | Checking normalize-line-endings v0.3.0 |
| 2208 | 2026-03-13T16:55:41.265Z | Checking rustc-hash v2.1.1 |
| 2209 | 2026-03-13T16:55:41.368Z | Checking fallible-iterator v0.2.0 |
| 2210 | 2026-03-13T16:55:41.440Z | Checking iddqd v0.3.17 |
| 2211 | 2026-03-13T16:55:41.444Z | Checking predicates v3.1.4 |
| 2212 | 2026-03-13T16:55:41.603Z | Checking smoltcp v0.9.1 |
| 2213 | 2026-03-13T16:55:41.647Z | Checking phf_shared v0.13.1 |
| 2214 | 2026-03-13T16:55:41.721Z | Checking phf_shared v0.11.3 |
| 2215 | 2026-03-13T16:55:41.764Z | Checking postgres-protocol v0.6.10 |
| 2216 | 2026-03-13T16:55:41.915Z | Checking itertools v0.12.1 |
| 2217 | 2026-03-13T16:55:41.961Z | Checking console v0.16.2 |
| 2218 | 2026-03-13T16:55:41.964Z | Checking buf-list v1.1.2 |
| 2219 | 2026-03-13T16:55:42.236Z | Checking strum v0.27.2 |
| 2220 | 2026-03-13T16:55:42.270Z | Checking new_debug_unreachable v1.0.6 |
| 2221 | 2026-03-13T16:55:42.364Z | Checking lalrpop-util v0.19.12 |
| 2222 | 2026-03-13T16:55:42.409Z | Checking fixedbitset v0.5.7 |
| 2223 | 2026-03-13T16:55:42.412Z | Checking fixedbitset v0.4.2 |
| 2224 | 2026-03-13T16:55:42.493Z | Checking precomputed-hash v0.1.1 |
| 2225 | 2026-03-13T16:55:42.602Z | Checking unit-prefix v0.5.2 |
| 2226 | 2026-03-13T16:55:42.647Z | Checking string_cache v0.8.9 |
| 2227 | 2026-03-13T16:55:42.651Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2228 | 2026-03-13T16:55:42.731Z | Checking petgraph v0.6.5 |
| 2229 | 2026-03-13T16:55:42.734Z | Checking petgraph v0.8.3 |
| 2230 | 2026-03-13T16:55:42.817Z | Checking indicatif v0.18.4 |
| 2231 | 2026-03-13T16:55:42.897Z | Checking postgres-types v0.2.12 |
| 2232 | 2026-03-13T16:55:43.329Z | Checking zone v0.3.1 |
| 2233 | 2026-03-13T16:55:43.373Z | Checking phf v0.13.1 |
| 2234 | 2026-03-13T16:55:43.377Z | Checking zip v4.6.1 |
| 2235 | 2026-03-13T16:55:43.377Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2236 | 2026-03-13T16:55:43.601Z | Checking peg-runtime v0.8.5 |
| 2237 | 2026-03-13T16:55:43.815Z | Checking whoami v2.1.0 |
| 2238 | 2026-03-13T16:55:43.859Z | Checking futures-executor v0.3.32 |
| 2239 | 2026-03-13T16:55:44.038Z | Checking is-terminal v0.4.17 |
| 2240 | 2026-03-13T16:55:44.084Z | Checking futures v0.3.32 |
| 2241 | 2026-03-13T16:55:44.125Z | Checking tokio-postgres v0.7.16 |
| 2242 | 2026-03-13T16:55:44.233Z | Checking crossbeam-channel v0.5.15 |
| 2243 | 2026-03-13T16:55:44.246Z | Compiling structmeta-derive v0.3.0 |
| 2244 | 2026-03-13T16:55:44.271Z | Checking thread_local v1.1.9 |
| 2245 | 2026-03-13T16:55:44.400Z | Checking term v1.2.1 |
| 2246 | 2026-03-13T16:55:44.510Z | Checking take_mut v0.2.2 |
| 2247 | 2026-03-13T16:55:44.555Z | Compiling newtype-uuid-macros v0.1.0 |
| 2248 | 2026-03-13T16:55:44.668Z | Compiling rustls v0.22.4 |
| 2249 | 2026-03-13T16:55:44.711Z | Checking slog-async v2.8.0 |
| 2250 | 2026-03-13T16:55:44.754Z | Checking slog-term v2.9.2 |
| 2251 | 2026-03-13T16:55:44.989Z | Checking regress v0.10.5 |
| 2252 | 2026-03-13T16:55:45.027Z | Compiling multer v3.1.0 |
| 2253 | 2026-03-13T16:55:45.070Z | Compiling async-stream-impl v0.3.6 |
| 2254 | 2026-03-13T16:55:45.143Z | Compiling dropshot v0.16.7 |
| 2255 | 2026-03-13T16:55:45.421Z | Compiling dropshot_endpoint v0.16.7 |
| 2256 | 2026-03-13T16:55:45.563Z | Checking match_cfg v0.1.0 |
| 2257 | 2026-03-13T16:55:45.633Z | Checking slog-json v2.6.1 |
| 2258 | 2026-03-13T16:55:45.723Z | Checking hostname v0.3.1 |
| 2259 | 2026-03-13T16:55:45.736Z | Compiling structmeta v0.3.0 |
| 2260 | 2026-03-13T16:55:45.831Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2261 | 2026-03-13T16:55:45.877Z | Checking debug-ignore v1.0.5 |
| 2262 | 2026-03-13T16:55:45.916Z | Checking slog-bunyan v2.5.0 |
| 2263 | 2026-03-13T16:55:46.002Z | Checking serde_spanned v1.0.4 |
| 2264 | 2026-03-13T16:55:46.046Z | Compiling derive-ex v0.1.8 |
| 2265 | 2026-03-13T16:55:46.050Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2266 | 2026-03-13T16:55:46.128Z | Checking rustls-webpki v0.102.8 |
| 2267 | 2026-03-13T16:55:46.176Z | Checking serde_path_to_error v0.1.20 |
| 2268 | 2026-03-13T16:55:46.222Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2269 | 2026-03-13T16:55:46.367Z | Checking toml v0.9.12+spec-1.1.0 |
| 2270 | 2026-03-13T16:55:46.412Z | Checking async-stream v0.3.6 |
| 2271 | 2026-03-13T16:55:46.632Z | Checking waitgroup v0.1.2 |
| 2272 | 2026-03-13T16:55:46.773Z | Checking rustls-pemfile v2.2.0 |
| 2273 | 2026-03-13T16:55:46.816Z | Checking hostname v0.4.2 |
| 2274 | 2026-03-13T16:55:46.912Z | Checking progenitor-client v0.13.0 |
| 2275 | 2026-03-13T16:55:46.978Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2276 | 2026-03-13T16:55:47.022Z | Compiling parse-display-derive v0.10.0 |
| 2277 | 2026-03-13T16:55:47.025Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2278 | 2026-03-13T16:55:47.196Z | Checking itertools v0.14.0 |
| 2279 | 2026-03-13T16:55:47.244Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2280 | 2026-03-13T16:55:47.247Z | Checking macaddr v1.0.1 |
| 2281 | 2026-03-13T16:55:47.247Z | Checking progenitor-client v0.10.0 |
| 2282 | 2026-03-13T16:55:47.558Z | Checking instant v0.1.13 |
| 2283 | 2026-03-13T16:55:47.651Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2284 | 2026-03-13T16:55:47.703Z | Checking backoff v0.4.0 |
| 2285 | 2026-03-13T16:55:47.814Z | Checking backon v1.6.0 |
| 2286 | 2026-03-13T16:55:47.881Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2287 | 2026-03-13T16:55:47.961Z | Checking heck v0.5.0 |
| 2288 | 2026-03-13T16:55:48.061Z | Checking progenitor-extras v0.1.1 |
| 2289 | 2026-03-13T16:55:48.200Z | Checking camino-tempfile v1.4.1 |
| 2290 | 2026-03-13T16:55:48.381Z | Checking toml v0.8.23 |
| 2291 | 2026-03-13T16:55:48.425Z | Compiling test-strategy v0.4.5 |
| 2292 | 2026-03-13T16:55:48.550Z | Compiling convert_case v0.4.0 |
| 2293 | 2026-03-13T16:55:48.668Z | Checking tokio-rustls v0.25.0 |
| 2294 | 2026-03-13T16:55:48.712Z | Compiling unsafe-libyaml v0.2.11 |
| 2295 | 2026-03-13T16:55:48.862Z | Checking secrecy v0.10.3 |
| 2296 | 2026-03-13T16:55:49.050Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2297 | 2026-03-13T16:55:49.092Z | Compiling derive_more v0.99.20 |
| 2298 | 2026-03-13T16:55:49.397Z | Checking parse-display v0.10.0 |
| 2299 | 2026-03-13T16:55:49.615Z | Compiling serde_yaml v0.9.34+deprecated |
| 2300 | 2026-03-13T16:55:49.768Z | Compiling crucible-workspace-hack v0.1.0 |
| 2301 | 2026-03-13T16:55:50.046Z | Compiling proc-macro-crate v3.4.0 |
| 2302 | 2026-03-13T16:55:50.401Z | Compiling typify-impl v0.6.1 |
| 2303 | 2026-03-13T16:55:50.523Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2304 | 2026-03-13T16:55:50.609Z | Checking half v2.7.1 |
| 2305 | 2026-03-13T16:55:50.887Z | Checking ciborium-io v0.2.2 |
| 2306 | 2026-03-13T16:55:51.007Z | Checking glob v0.3.3 |
| 2307 | 2026-03-13T16:55:51.051Z | Checking ciborium-ll v0.2.2 |
| 2308 | 2026-03-13T16:55:51.094Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2309 | 2026-03-13T16:55:51.283Z | Compiling heapless v0.8.0 |
| 2310 | 2026-03-13T16:55:51.331Z | Checking ciborium v0.2.2 |
| 2311 | 2026-03-13T16:55:51.469Z | Compiling ingot-macros v0.1.1 |
| 2312 | 2026-03-13T16:55:51.565Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2313 | 2026-03-13T16:55:51.792Z | Checking tabwriter v1.4.1 |
| 2314 | 2026-03-13T16:55:51.951Z | Checking hash32 v0.3.1 |
| 2315 | 2026-03-13T16:55:51.995Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2316 | 2026-03-13T16:55:52.081Z | Compiling smoltcp v0.11.0 |
| 2317 | 2026-03-13T16:55:52.338Z | Compiling num_enum_derive v0.7.5 |
| 2318 | 2026-03-13T16:55:52.341Z | Checking cobs v0.3.0 |
| 2319 | 2026-03-13T16:55:52.582Z | Compiling foreign-types-macros v0.2.3 |
| 2320 | 2026-03-13T16:55:52.624Z | Checking foreign-types-shared v0.3.1 |
| 2321 | 2026-03-13T16:55:52.722Z | Checking cpufeatures v0.3.0 |
| 2322 | 2026-03-13T16:55:52.809Z | Checking postcard v1.1.3 |
| 2323 | 2026-03-13T16:55:52.853Z | Checking chacha20 v0.10.0 |
| 2324 | 2026-03-13T16:55:53.397Z | Checking foreign-types v0.5.0 |
| 2325 | 2026-03-13T16:55:53.439Z | Compiling proc-macro-crate v1.3.1 |
| 2326 | 2026-03-13T16:55:53.527Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2327 | 2026-03-13T16:55:53.813Z | Checking num_enum v0.7.5 |
| 2328 | 2026-03-13T16:55:53.856Z | Checking sigpipe v0.1.3 |
| 2329 | 2026-03-13T16:55:53.991Z | Checking cstr-argument v0.1.2 |
| 2330 | 2026-03-13T16:55:54.066Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2331 | 2026-03-13T16:55:54.076Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2332 | 2026-03-13T16:55:54.221Z | Checking colored v3.1.1 |
| 2333 | 2026-03-13T16:55:54.370Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2334 | 2026-03-13T16:55:54.521Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2335 | 2026-03-13T16:55:54.565Z | Compiling num_enum_derive v0.5.11 |
| 2336 | 2026-03-13T16:55:54.608Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2337 | 2026-03-13T16:55:54.709Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2338 | 2026-03-13T16:55:54.929Z | Checking rand v0.10.0 |
| 2339 | 2026-03-13T16:55:54.959Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2340 | 2026-03-13T16:55:54.959Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2341 | 2026-03-13T16:55:54.973Z | Checking indent_write v2.2.0 |
| 2342 | 2026-03-13T16:55:55.226Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2343 | 2026-03-13T16:55:55.269Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2344 | 2026-03-13T16:55:55.412Z | Checking ingot-types v0.1.2 |
| 2345 | 2026-03-13T16:55:55.457Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2346 | 2026-03-13T16:55:55.503Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2347 | 2026-03-13T16:55:55.590Z | Checking smf v0.2.3 |
| 2348 | 2026-03-13T16:55:55.773Z | Compiling num-derive v0.4.2 |
| 2349 | 2026-03-13T16:55:55.935Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2350 | 2026-03-13T16:55:55.981Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2351 | 2026-03-13T16:55:55.984Z | Checking ingot v0.1.1 |
| 2352 | 2026-03-13T16:55:56.061Z | Checking num_enum v0.5.11 |
| 2353 | 2026-03-13T16:55:56.233Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2354 | 2026-03-13T16:55:56.315Z | Checking whoami v1.6.1 |
| 2355 | 2026-03-13T16:55:56.357Z | Checking universal-hash v0.5.1 |
| 2356 | 2026-03-13T16:55:56.569Z | Checking opaque-debug v0.3.1 |
| 2357 | 2026-03-13T16:55:56.572Z | Checking aead v0.5.2 |
| 2358 | 2026-03-13T16:55:56.692Z | Checking swrite v0.1.0 |
| 2359 | 2026-03-13T16:55:56.732Z | Checking poly1305 v0.8.0 |
| 2360 | 2026-03-13T16:55:56.775Z | Checking chacha20 v0.9.1 |
| 2361 | 2026-03-13T16:55:56.824Z | Checking unicode-width v0.1.14 |
| 2362 | 2026-03-13T16:55:56.869Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2363 | 2026-03-13T16:55:56.912Z | Compiling typify-macro v0.6.1 |
| 2364 | 2026-03-13T16:55:57.041Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2365 | 2026-03-13T16:55:57.084Z | Checking password-hash v0.5.0 |
| 2366 | 2026-03-13T16:55:57.127Z | Checking blake2 v0.10.6 |
| 2367 | 2026-03-13T16:55:57.179Z | Compiling usdt-macro v0.5.0 |
| 2368 | 2026-03-13T16:55:57.362Z | Compiling usdt-attr-macro v0.5.0 |
| 2369 | 2026-03-13T16:55:57.421Z | Checking memmap v0.7.0 |
| 2370 | 2026-03-13T16:55:57.472Z | Checking argon2 v0.5.3 |
| 2371 | 2026-03-13T16:55:57.626Z | Checking chacha20poly1305 v0.10.1 |
| 2372 | 2026-03-13T16:55:57.819Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2373 | 2026-03-13T16:55:57.938Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2374 | 2026-03-13T16:55:58.179Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2375 | 2026-03-13T16:55:58.232Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2376 | 2026-03-13T16:55:58.347Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2377 | 2026-03-13T16:55:58.433Z | Checking usdt v0.5.0 |
| 2378 | 2026-03-13T16:55:58.474Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2379 | 2026-03-13T16:55:58.522Z | Checking thiserror-no-std v2.0.2 |
| 2380 | 2026-03-13T16:55:58.562Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2381 | 2026-03-13T16:55:58.578Z | Compiling derive-where v1.6.0 |
| 2382 | 2026-03-13T16:55:58.648Z | Checking atomicwrites v0.4.4 |
| 2383 | 2026-03-13T16:55:58.691Z | Checking vsss-rs v3.3.4 |
| 2384 | 2026-03-13T16:55:58.695Z | Checking tokio-dtrace v0.1.1 |
| 2385 | 2026-03-13T16:55:58.836Z | Checking console v0.15.11 |
| 2386 | 2026-03-13T16:55:58.995Z | Checking oxide-tokio-rt v0.1.3 |
| 2387 | 2026-03-13T16:55:59.235Z | Checking newline-converter v0.3.0 |
| 2388 | 2026-03-13T16:55:59.279Z | Checking bytecount v0.6.9 |
| 2389 | 2026-03-13T16:55:59.324Z | Compiling typify v0.6.1 |
| 2390 | 2026-03-13T16:55:59.410Z | Checking expectorate v1.2.0 |
| 2391 | 2026-03-13T16:55:59.452Z | Compiling prettyplease v0.2.37 |
| 2392 | 2026-03-13T16:55:59.494Z | Compiling progenitor-impl v0.13.0 |
| 2393 | 2026-03-13T16:55:59.624Z | Compiling owo-colors v4.3.0 |
| 2394 | 2026-03-13T16:55:59.813Z | Compiling cancel-safe-futures v0.1.5 |
| 2395 | 2026-03-13T16:56:00.029Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2396 | 2026-03-13T16:56:00.288Z | Checking libsw-core v0.3.2 |
| 2397 | 2026-03-13T16:56:00.433Z | Checking same-file v1.0.6 |
| 2398 | 2026-03-13T16:56:00.477Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2399 | 2026-03-13T16:56:00.520Z | Checking libsw v3.5.0 |
| 2400 | 2026-03-13T16:56:00.616Z | Checking linear-map v1.2.0 |
| 2401 | 2026-03-13T16:56:00.730Z | Checking walkdir v2.5.0 |
| 2402 | 2026-03-13T16:56:00.773Z | Checking num-rational v0.4.2 |
| 2403 | 2026-03-13T16:56:00.816Z | Checking num-complex v0.4.6 |
| 2404 | 2026-03-13T16:56:00.880Z | Checking float-ord v0.3.2 |
| 2405 | 2026-03-13T16:56:00.970Z | Compiling typify-impl v0.4.3 |
| 2406 | 2026-03-13T16:56:01.049Z | Checking gethostname v0.5.0 |
| 2407 | 2026-03-13T16:56:01.167Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2408 | 2026-03-13T16:56:01.346Z | Checking num v0.4.3 |
| 2409 | 2026-03-13T16:56:01.440Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2410 | 2026-03-13T16:56:01.484Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2411 | 2026-03-13T16:56:01.484Z | Compiling async-recursion v1.1.1 |
| 2412 | 2026-03-13T16:56:02.085Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2413 | 2026-03-13T16:56:03.195Z | Compiling progenitor-macro v0.13.0 |
| 2414 | 2026-03-13T16:56:03.445Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2415 | 2026-03-13T16:56:04.038Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2416 | 2026-03-13T16:56:04.685Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2417 | 2026-03-13T16:56:07.076Z | Checking smawk v0.3.2 |
| 2418 | 2026-03-13T16:56:07.157Z | Checking unicode-linebreak v0.1.5 |
| 2419 | 2026-03-13T16:56:07.275Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2420 | 2026-03-13T16:56:07.456Z | Compiling typify-macro v0.4.3 |
| 2421 | 2026-03-13T16:56:07.586Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2422 | 2026-03-13T16:56:07.918Z | Checking globset v0.4.18 |
| 2423 | 2026-03-13T16:56:08.276Z | Compiling convert_case v0.10.0 |
| 2424 | 2026-03-13T16:56:08.865Z | Compiling slog-dtrace v0.3.0 |
| 2425 | 2026-03-13T16:56:09.162Z | Checking resolv-conf v0.7.6 |
| 2426 | 2026-03-13T16:56:09.412Z | Compiling derive_more-impl v2.1.1 |
| 2427 | 2026-03-13T16:56:09.639Z | Compiling pin-project-internal v1.1.11 |
| 2428 | 2026-03-13T16:56:09.792Z | Compiling typify v0.4.3 |
| 2429 | 2026-03-13T16:56:10.010Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2430 | 2026-03-13T16:56:10.273Z | Checking progenitor v0.13.0 |
| 2431 | 2026-03-13T16:56:10.417Z | Checking pem v3.0.6 |
| 2432 | 2026-03-13T16:56:10.493Z | Checking fd-lock v4.0.4 |
| 2433 | 2026-03-13T16:56:10.607Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2434 | 2026-03-13T16:56:10.625Z | Checking derive_more v2.1.1 |
| 2435 | 2026-03-13T16:56:10.625Z | Checking vte v0.14.1 |
| 2436 | 2026-03-13T16:56:10.676Z | Checking display-error-chain v0.2.2 |
| 2437 | 2026-03-13T16:56:10.821Z | Checking crossterm v0.29.0 |
| 2438 | 2026-03-13T16:56:10.889Z | Checking strip-ansi-escapes v0.2.1 |
| 2439 | 2026-03-13T16:56:11.003Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2440 | 2026-03-13T16:56:11.045Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2441 | 2026-03-13T16:56:11.190Z | Compiling snafu-derive v0.8.9 |
| 2442 | 2026-03-13T16:56:11.344Z | Checking pin-project v1.1.11 |
| 2443 | 2026-03-13T16:56:11.462Z | Checking termtree v0.5.1 |
| 2444 | 2026-03-13T16:56:11.543Z | Checking nu-ansi-term v0.50.3 |
| 2445 | 2026-03-13T16:56:11.672Z | Checking linked-hash-map v0.5.6 |
| 2446 | 2026-03-13T16:56:11.852Z | Checking reedline v0.40.0 |
| 2447 | 2026-03-13T16:56:11.896Z | Compiling progenitor-impl v0.11.2 |
| 2448 | 2026-03-13T16:56:11.943Z | Checking lru-cache v0.1.2 |
| 2449 | 2026-03-13T16:56:12.133Z | Checking textwrap v0.16.2 |
| 2450 | 2026-03-13T16:56:12.447Z | Checking olpc-cjson v0.1.4 |
| 2451 | 2026-03-13T16:56:12.659Z | Checking hickory-proto v0.24.4 |
| 2452 | 2026-03-13T16:56:13.462Z | Checking serde_plain v1.0.2 |
| 2453 | 2026-03-13T16:56:13.533Z | Compiling minimal-lexical v0.2.1 |
| 2454 | 2026-03-13T16:56:13.689Z | Checking typed-path v0.9.3 |
| 2455 | 2026-03-13T16:56:13.777Z | Checking snafu v0.8.9 |
| 2456 | 2026-03-13T16:56:13.901Z | Compiling nom v7.1.3 |
| 2457 | 2026-03-13T16:56:14.048Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2458 | 2026-03-13T16:56:14.135Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2459 | 2026-03-13T16:56:14.801Z | Checking tough v0.20.0 |
| 2460 | 2026-03-13T16:56:14.892Z | Checking progenitor-client v0.11.2 |
| 2461 | 2026-03-13T16:56:15.106Z | Checking nibble_vec v0.1.0 |
| 2462 | 2026-03-13T16:56:15.261Z | Checking endian-type v0.1.2 |
| 2463 | 2026-03-13T16:56:15.320Z | Checking hickory-resolver v0.24.4 |
| 2464 | 2026-03-13T16:56:15.361Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2465 | 2026-03-13T16:56:15.410Z | Compiling ar_archive_writer v0.5.1 |
| 2466 | 2026-03-13T16:56:15.464Z | Checking radix_trie v0.2.1 |
| 2467 | 2026-03-13T16:56:15.613Z | Compiling progenitor-macro v0.11.2 |
| 2468 | 2026-03-13T16:56:15.787Z | Checking humantime v2.3.0 |
| 2469 | 2026-03-13T16:56:15.836Z | Checking csv-core v0.1.13 |
| 2470 | 2026-03-13T16:56:16.059Z | Checking base64 v0.21.7 |
| 2471 | 2026-03-13T16:56:16.103Z | Checking csv v1.4.0 |
| 2472 | 2026-03-13T16:56:16.165Z | Compiling stacker v0.1.23 |
| 2473 | 2026-03-13T16:56:16.339Z | Checking qorb v0.4.1 |
| 2474 | 2026-03-13T16:56:16.410Z | Compiling cfg_aliases v0.1.1 |
| 2475 | 2026-03-13T16:56:16.541Z | Checking highway v1.3.0 |
| 2476 | 2026-03-13T16:56:16.646Z | Compiling nix v0.28.0 |
| 2477 | 2026-03-13T16:56:16.649Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2478 | 2026-03-13T16:56:16.730Z | Compiling psm v0.1.30 |
| 2479 | 2026-03-13T16:56:16.882Z | Checking papergrid v0.11.0 |
| 2480 | 2026-03-13T16:56:17.171Z | Compiling tabled_derive v0.7.0 |
| 2481 | 2026-03-13T16:56:17.326Z | Checking home v0.5.12 |
| 2482 | 2026-03-13T16:56:17.537Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2483 | 2026-03-13T16:56:17.744Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2484 | 2026-03-13T16:56:17.883Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2485 | 2026-03-13T16:56:17.887Z | Checking phf_shared v0.12.1 |
| 2486 | 2026-03-13T16:56:18.145Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2487 | 2026-03-13T16:56:18.456Z | Compiling chrono-tz v0.10.4 |
| 2488 | 2026-03-13T16:56:18.510Z | Checking tabled v0.15.0 |
| 2489 | 2026-03-13T16:56:18.559Z | Compiling semver v0.1.20 |
| 2490 | 2026-03-13T16:56:18.727Z | Checking recursive v0.1.1 |
| 2491 | 2026-03-13T16:56:18.730Z | Checking phf v0.12.1 |
| 2492 | 2026-03-13T16:56:18.863Z | Compiling rustc_version v0.1.7 |
| 2493 | 2026-03-13T16:56:18.990Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2494 | 2026-03-13T16:56:18.993Z | Compiling const_format_proc_macros v0.2.34 |
| 2495 | 2026-03-13T16:56:19.188Z | Compiling peg-macros v0.8.5 |
| 2496 | 2026-03-13T16:56:19.701Z | Checking winnow v0.6.26 |
| 2497 | 2026-03-13T16:56:20.143Z | Compiling sqlparser_derive v0.5.0 |
| 2498 | 2026-03-13T16:56:20.349Z | Checking unicode_categories v0.1.1 |
| 2499 | 2026-03-13T16:56:20.542Z | Checking rustyline v14.0.0 |
| 2500 | 2026-03-13T16:56:20.642Z | Checking const_format v0.2.35 |
| 2501 | 2026-03-13T16:56:21.168Z | Checking peg v0.8.5 |
| 2502 | 2026-03-13T16:56:21.246Z | Checking sqlparser v0.61.0 |
| 2503 | 2026-03-13T16:56:21.355Z | Checking sqlformat v0.3.5 |
| 2504 | 2026-03-13T16:56:21.391Z | Compiling newtype_derive v0.1.6 |
| 2505 | 2026-03-13T16:56:21.681Z | Checking bcs v0.1.6 |
| 2506 | 2026-03-13T16:56:22.030Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2507 | 2026-03-13T16:56:22.125Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2508 | 2026-03-13T16:56:22.208Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2509 | 2026-03-13T16:56:22.318Z | Checking steno v0.4.1 |
| 2510 | 2026-03-13T16:56:22.429Z | Checking utf-8 v0.7.6 |
| 2511 | 2026-03-13T16:56:22.581Z | Checking filetime v0.2.27 |
| 2512 | 2026-03-13T16:56:22.664Z | Checking arc-swap v1.8.2 |
| 2513 | 2026-03-13T16:56:22.685Z | Checking progenitor v0.11.2 |
| 2514 | 2026-03-13T16:56:22.788Z | Checking xattr v1.6.1 |
| 2515 | 2026-03-13T16:56:22.889Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2516 | 2026-03-13T16:56:22.968Z | Checking slog-scope v4.4.1 |
| 2517 | 2026-03-13T16:56:23.027Z | Checking tar v0.4.44 |
| 2518 | 2026-03-13T16:56:23.173Z | Compiling progenitor-impl v0.10.0 |
| 2519 | 2026-03-13T16:56:23.200Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2520 | 2026-03-13T16:56:23.441Z | Checking slog-stdlog v4.1.1 |
| 2521 | 2026-03-13T16:56:23.626Z | Checking slog-envlogger v2.2.0 |
| 2522 | 2026-03-13T16:56:23.683Z | Checking tungstenite v0.21.0 |
| 2523 | 2026-03-13T16:56:23.841Z | Checking typeid v1.0.3 |
| 2524 | 2026-03-13T16:56:24.004Z | Checking subprocess v0.2.15 |
| 2525 | 2026-03-13T16:56:24.273Z | Checking tokio-tungstenite v0.21.0 |
| 2526 | 2026-03-13T16:56:24.410Z | Checking headers-core v0.3.0 |
| 2527 | 2026-03-13T16:56:24.575Z | Checking headers v0.4.1 |
| 2528 | 2026-03-13T16:56:24.654Z | Compiling lzma-sys v0.1.20 |
| 2529 | 2026-03-13T16:56:24.738Z | Compiling cargo_toml v0.22.3 |
| 2530 | 2026-03-13T16:56:25.295Z | Checking yasna v0.5.2 |
| 2531 | 2026-03-13T16:56:25.522Z | Checking xz2 v0.1.7 |
| 2532 | 2026-03-13T16:56:25.773Z | Checking ron v0.12.0 |
| 2533 | 2026-03-13T16:56:25.855Z | Checking rcgen v0.12.1 |
| 2534 | 2026-03-13T16:56:26.315Z | Checking base16ct v1.0.0 |
| 2535 | 2026-03-13T16:56:26.514Z | Checking dropshot-api-manager-types v0.6.0 |
| 2536 | 2026-03-13T16:56:26.766Z | Checking tagptr v0.2.0 |
| 2537 | 2026-03-13T16:56:26.836Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2538 | 2026-03-13T16:56:26.922Z | Compiling progenitor-macro v0.10.0 |
| 2539 | 2026-03-13T16:56:26.985Z | Checking moka v0.12.13 |
| 2540 | 2026-03-13T16:56:27.051Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2541 | 2026-03-13T16:56:27.097Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2542 | 2026-03-13T16:56:27.304Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2543 | 2026-03-13T16:56:27.388Z | Compiling libefi-sys v0.1.0 |
| 2544 | 2026-03-13T16:56:27.671Z | Compiling radium v0.7.0 |
| 2545 | 2026-03-13T16:56:27.883Z | Checking hickory-resolver v0.25.2 |
| 2546 | 2026-03-13T16:56:27.921Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2547 | 2026-03-13T16:56:27.962Z | Compiling bitfield-struct v0.6.2 |
| 2548 | 2026-03-13T16:56:28.006Z | Compiling maybe-uninit v2.0.0 |
| 2549 | 2026-03-13T16:56:28.105Z | Checking tap v1.0.1 |
| 2550 | 2026-03-13T16:56:28.274Z | Checking wyz v0.5.1 |
| 2551 | 2026-03-13T16:56:28.673Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2552 | 2026-03-13T16:56:28.788Z | Compiling zerocopy-derive v0.6.6 |
| 2553 | 2026-03-13T16:56:28.840Z | Compiling packed_struct v0.10.1 |
| 2554 | 2026-03-13T16:56:28.844Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2555 | 2026-03-13T16:56:28.922Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2556 | 2026-03-13T16:56:29.216Z | Checking crc-catalog v2.4.0 |
| 2557 | 2026-03-13T16:56:29.259Z | Checking funty v2.0.0 |
| 2558 | 2026-03-13T16:56:29.380Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2559 | 2026-03-13T16:56:29.518Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2560 | 2026-03-13T16:56:29.567Z | Checking crc v3.4.0 |
| 2561 | 2026-03-13T16:56:29.750Z | Checking bitvec v1.0.1 |
| 2562 | 2026-03-13T16:56:29.888Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2563 | 2026-03-13T16:56:30.014Z | Checking zerocopy v0.6.6 |
| 2564 | 2026-03-13T16:56:30.056Z | Compiling packed_struct_codegen v0.10.1 |
| 2565 | 2026-03-13T16:56:30.099Z | Compiling bitfield-macros v0.19.4 |
| 2566 | 2026-03-13T16:56:30.140Z | Compiling indexmap v1.9.3 |
| 2567 | 2026-03-13T16:56:30.519Z | Checking nodrop v0.1.14 |
| 2568 | 2026-03-13T16:56:30.618Z | Checking smallvec v0.6.14 |
| 2569 | 2026-03-13T16:56:30.671Z | Checking array-init v0.0.4 |
| 2570 | 2026-03-13T16:56:30.914Z | Checking hashbrown v0.12.3 |
| 2571 | 2026-03-13T16:56:31.130Z | Checking bitfield v0.19.4 |
| 2572 | 2026-03-13T16:56:31.209Z | Checking serde-hex v0.1.0 |
| 2573 | 2026-03-13T16:56:31.576Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2574 | 2026-03-13T16:56:31.629Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2575 | 2026-03-13T16:56:31.815Z | Checking ron v0.8.1 |
| 2576 | 2026-03-13T16:56:32.025Z | Checking hashbrown v0.13.2 |
| 2577 | 2026-03-13T16:56:32.563Z | Checking crc-any v2.5.0 |
| 2578 | 2026-03-13T16:56:32.631Z | Checking object v0.30.4 |
| 2579 | 2026-03-13T16:56:32.838Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2580 | 2026-03-13T16:56:32.883Z | Checking path-slash v0.1.5 |
| 2581 | 2026-03-13T16:56:33.045Z | Compiling xshell-macros v0.2.7 |
| 2582 | 2026-03-13T16:56:33.088Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2583 | 2026-03-13T16:56:33.316Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2584 | 2026-03-13T16:56:33.358Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2585 | 2026-03-13T16:56:33.602Z | Checking xshell v0.2.7 |
| 2586 | 2026-03-13T16:56:33.605Z | Checking half v1.8.3 |
| 2587 | 2026-03-13T16:56:33.878Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2588 | 2026-03-13T16:56:33.955Z | Checking serde_cbor v0.11.2 |
| 2589 | 2026-03-13T16:56:34.028Z | Checking progenitor v0.10.0 |
| 2590 | 2026-03-13T16:56:34.235Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2591 | 2026-03-13T16:56:34.280Z | Compiling num-derive v0.3.3 |
| 2592 | 2026-03-13T16:56:34.514Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2593 | 2026-03-13T16:56:34.889Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2594 | 2026-03-13T16:56:35.087Z | Compiling proc-macro-error2 v2.0.1 |
| 2595 | 2026-03-13T16:56:35.248Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2596 | 2026-03-13T16:56:35.580Z | Checking libscf-sys v1.1.0 |
| 2597 | 2026-03-13T16:56:35.585Z | Compiling tabled_derive v0.11.0 |
| 2598 | 2026-03-13T16:56:35.764Z | Checking papergrid v0.17.0 |
| 2599 | 2026-03-13T16:56:35.845Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2600 | 2026-03-13T16:56:35.865Z | Checking testing_table v0.3.0 |
| 2601 | 2026-03-13T16:56:36.021Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2602 | 2026-03-13T16:56:36.130Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2603 | 2026-03-13T16:56:36.427Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2604 | 2026-03-13T16:56:36.903Z | Checking maplit v1.0.2 |
| 2605 | 2026-03-13T16:56:37.088Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2606 | 2026-03-13T16:56:37.148Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2607 | 2026-03-13T16:56:37.289Z | Checking tabled v0.20.0 |
| 2608 | 2026-03-13T16:56:37.625Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2609 | 2026-03-13T16:56:37.810Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2610 | 2026-03-13T16:56:38.101Z | Checking crc8 v0.1.1 |
| 2611 | 2026-03-13T16:56:38.288Z | Checking fxhash v0.2.1 |
| 2612 | 2026-03-13T16:56:38.321Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2613 | 2026-03-13T16:56:38.355Z | Checking unicase v2.9.0 |
| 2614 | 2026-03-13T16:56:38.450Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2615 | 2026-03-13T16:56:38.587Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2616 | 2026-03-13T16:56:39.006Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2617 | 2026-03-13T16:56:39.149Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2618 | 2026-03-13T16:56:39.226Z | Checking kstat-rs v0.2.4 |
| 2619 | 2026-03-13T16:56:39.482Z | Compiling parking_lot_core v0.8.6 |
| 2620 | 2026-03-13T16:56:39.522Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2621 | 2026-03-13T16:56:39.808Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2622 | 2026-03-13T16:56:39.930Z | Compiling git-stub v1.0.0 |
| 2623 | 2026-03-13T16:56:40.104Z | Compiling dsl_auto_type v0.1.3 |
| 2624 | 2026-03-13T16:56:40.152Z | Checking scheduled-thread-pool v0.2.7 |
| 2625 | 2026-03-13T16:56:40.238Z | Compiling vergen-gitcl v1.0.8 |
| 2626 | 2026-03-13T16:56:40.325Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2627 | 2026-03-13T16:56:40.367Z | Checking r2d2 v0.8.10 |
| 2628 | 2026-03-13T16:56:40.605Z | Compiling git-stub-vcs v0.1.0 |
| 2629 | 2026-03-13T16:56:40.654Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2630 | 2026-03-13T16:56:40.726Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2631 | 2026-03-13T16:56:40.822Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2632 | 2026-03-13T16:56:40.924Z | Checking parking_lot v0.11.2 |
| 2633 | 2026-03-13T16:56:41.008Z | Compiling diesel_derives v2.2.7 |
| 2634 | 2026-03-13T16:56:41.118Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2635 | 2026-03-13T16:56:41.168Z | Checking prefix-trie v0.7.0 |
| 2636 | 2026-03-13T16:56:41.213Z | Checking nanorand v0.7.0 |
| 2637 | 2026-03-13T16:56:41.503Z | Compiling dirs-sys-next v0.1.2 |
| 2638 | 2026-03-13T16:56:41.668Z | Compiling crunchy v0.2.4 |
| 2639 | 2026-03-13T16:56:41.794Z | Compiling dirs-next v2.0.0 |
| 2640 | 2026-03-13T16:56:41.837Z | Checking hickory-server v0.25.2 |
| 2641 | 2026-03-13T16:56:41.882Z | Checking flume v0.11.1 |
| 2642 | 2026-03-13T16:56:41.944Z | Checking sled v0.34.7 |
| 2643 | 2026-03-13T16:56:41.988Z | Compiling clang-sys v1.8.1 |
| 2644 | 2026-03-13T16:56:42.105Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2645 | 2026-03-13T16:56:42.268Z | Checking hickory-client v0.25.2 |
| 2646 | 2026-03-13T16:56:42.392Z | Compiling tiny-keccak v2.0.2 |
| 2647 | 2026-03-13T16:56:42.544Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2648 | 2026-03-13T16:56:42.748Z | Compiling term v0.7.0 |
| 2649 | 2026-03-13T16:56:42.772Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2650 | 2026-03-13T16:56:42.811Z | Compiling bit-vec v0.6.3 |
| 2651 | 2026-03-13T16:56:43.008Z | Compiling salty v0.3.0 |
| 2652 | 2026-03-13T16:56:43.148Z | Compiling ascii-canvas v3.0.0 |
| 2653 | 2026-03-13T16:56:43.439Z | Compiling bit-set v0.5.3 |
| 2654 | 2026-03-13T16:56:43.563Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2655 | 2026-03-13T16:56:43.563Z | Checking primeorder v0.13.6 |
| 2656 | 2026-03-13T16:56:43.708Z | Compiling itertools v0.10.5 |
| 2657 | 2026-03-13T16:56:43.899Z | Compiling ena v0.14.4 |
| 2658 | 2026-03-13T16:56:44.067Z | Compiling libloading v0.8.9 |
| 2659 | 2026-03-13T16:56:44.694Z | Compiling bindgen v0.71.1 |
| 2660 | 2026-03-13T16:56:44.730Z | Compiling regex-syntax v0.6.29 |
| 2661 | 2026-03-13T16:56:44.730Z | Compiling diff v0.1.13 |
| 2662 | 2026-03-13T16:56:44.995Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2663 | 2026-03-13T16:56:45.239Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2664 | 2026-03-13T16:56:45.384Z | Compiling cexpr v0.6.0 |
| 2665 | 2026-03-13T16:56:45.454Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2666 | 2026-03-13T16:56:45.921Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2667 | 2026-03-13T16:56:46.132Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2668 | 2026-03-13T16:56:46.304Z | Compiling lalrpop v0.19.12 |
| 2669 | 2026-03-13T16:56:46.343Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2670 | 2026-03-13T16:56:46.645Z | Compiling libxml v0.3.3 |
| 2671 | 2026-03-13T16:56:46.976Z | Compiling fs-err v2.11.0 |
| 2672 | 2026-03-13T16:56:47.218Z | Checking diesel v2.2.12 |
| 2673 | 2026-03-13T16:56:47.227Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2674 | 2026-03-13T16:56:47.340Z | Checking p384 v0.13.1 |
| 2675 | 2026-03-13T16:56:47.438Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2676 | 2026-03-13T16:56:47.645Z | Compiling strum_macros v0.24.3 |
| 2677 | 2026-03-13T16:56:47.922Z | Compiling indoc v1.0.9 |
| 2678 | 2026-03-13T16:56:49.541Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2679 | 2026-03-13T16:56:49.744Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b) |
| 2680 | 2026-03-13T16:56:50.002Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2681 | 2026-03-13T16:56:50.343Z | Checking quick-xml v0.37.5 |
| 2682 | 2026-03-13T16:56:50.359Z | Checking derive_builder v0.20.2 |
| 2683 | 2026-03-13T16:56:50.570Z | Compiling oso-derive v0.27.3 |
| 2684 | 2026-03-13T16:56:50.728Z | Compiling trait-variant v0.1.2 |
| 2685 | 2026-03-13T16:56:51.078Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2686 | 2026-03-13T16:56:51.273Z | Checking parse-size v1.1.0 |
| 2687 | 2026-03-13T16:56:51.483Z | Checking openssl-probe v0.1.6 |
| 2688 | 2026-03-13T16:56:51.511Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2689 | 2026-03-13T16:56:51.637Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2690 | 2026-03-13T16:56:51.672Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b) |
| 2691 | 2026-03-13T16:56:52.592Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2692 | 2026-03-13T16:56:52.824Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2693 | 2026-03-13T16:56:53.272Z | Checking assert_matches v1.5.0 |
| 2694 | 2026-03-13T16:56:53.422Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2695 | 2026-03-13T16:56:53.689Z | Compiling mime_guess v2.0.5 |
| 2696 | 2026-03-13T16:56:53.840Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2697 | 2026-03-13T16:56:53.897Z | Checking predicates-tree v1.0.13 |
| 2698 | 2026-03-13T16:56:54.079Z | Checking http-range v0.1.5 |
| 2699 | 2026-03-13T16:56:54.159Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2700 | 2026-03-13T16:56:54.279Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2701 | 2026-03-13T16:56:54.458Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2702 | 2026-03-13T16:56:54.581Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2703 | 2026-03-13T16:56:55.008Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2704 | 2026-03-13T16:56:56.755Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2705 | 2026-03-13T16:56:56.800Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2706 | 2026-03-13T16:56:57.170Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2707 | 2026-03-13T16:56:58.165Z | Checking atty v0.2.14 |
| 2708 | 2026-03-13T16:56:58.251Z | Compiling diesel-dtrace v0.4.2 |
| 2709 | 2026-03-13T16:56:58.390Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2710 | 2026-03-13T16:56:58.915Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2711 | 2026-03-13T16:56:59.148Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2712 | 2026-03-13T16:56:59.465Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2713 | 2026-03-13T16:56:59.779Z | Checking bb8 v0.8.6 |
| 2714 | 2026-03-13T16:56:59.902Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2715 | 2026-03-13T16:57:00.180Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2716 | 2026-03-13T16:57:00.223Z | Checking corncobs v0.1.4 |
| 2717 | 2026-03-13T16:57:00.393Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2718 | 2026-03-13T16:57:00.435Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2719 | 2026-03-13T16:57:00.477Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2720 | 2026-03-13T16:57:00.580Z | Checking hyper-staticfile v0.10.1 |
| 2721 | 2026-03-13T16:57:00.803Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2722 | 2026-03-13T16:57:00.947Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2723 | 2026-03-13T16:57:00.991Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2724 | 2026-03-13T16:57:00.994Z | Checking ignore v0.4.25 |
| 2725 | 2026-03-13T16:57:01.201Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2726 | 2026-03-13T16:57:01.291Z | Checking signal-hook-tokio v0.3.1 |
| 2727 | 2026-03-13T16:57:01.491Z | Checking secrecy v0.8.0 |
| 2728 | 2026-03-13T16:57:01.620Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2729 | 2026-03-13T16:57:02.023Z | Checking globwalk v0.9.1 |
| 2730 | 2026-03-13T16:57:02.095Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2731 | 2026-03-13T16:57:02.258Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2732 | 2026-03-13T16:57:02.505Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2733 | 2026-03-13T16:57:02.753Z | Checking nonempty v0.12.0 |
| 2734 | 2026-03-13T16:57:02.880Z | Checking camino-tempfile-ext v0.3.3 |
| 2735 | 2026-03-13T16:57:03.000Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2736 | 2026-03-13T16:57:03.139Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2737 | 2026-03-13T16:57:03.188Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2738 | 2026-03-13T16:57:03.556Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2739 | 2026-03-13T16:57:04.048Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2740 | 2026-03-13T16:57:04.233Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2741 | 2026-03-13T16:57:04.579Z | Checking async-bb8-diesel v0.2.1 |
| 2742 | 2026-03-13T16:57:04.806Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2743 | 2026-03-13T16:57:04.956Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2744 | 2026-03-13T16:57:05.062Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2745 | 2026-03-13T16:57:05.624Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2746 | 2026-03-13T16:57:05.999Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2747 | 2026-03-13T16:57:06.043Z | Checking tungstenite v0.23.0 |
| 2748 | 2026-03-13T16:57:06.088Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2749 | 2026-03-13T16:57:06.591Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2750 | 2026-03-13T16:57:06.632Z | Checking void v1.0.2 |
| 2751 | 2026-03-13T16:57:06.673Z | Checking tokio-tungstenite v0.23.1 |
| 2752 | 2026-03-13T16:57:06.808Z | Checking lzss v0.8.2 |
| 2753 | 2026-03-13T16:57:07.056Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2754 | 2026-03-13T16:57:07.100Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2755 | 2026-03-13T16:57:07.104Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2756 | 2026-03-13T16:57:07.394Z | Checking nix v0.27.1 |
| 2757 | 2026-03-13T16:57:07.988Z | Checking serde_bytes v0.11.19 |
| 2758 | 2026-03-13T16:57:08.172Z | Checking rand_seeder v0.4.0 |
| 2759 | 2026-03-13T16:57:08.267Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2760 | 2026-03-13T16:57:08.400Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2761 | 2026-03-13T16:57:08.687Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2762 | 2026-03-13T16:57:08.929Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2763 | 2026-03-13T16:57:08.971Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2764 | 2026-03-13T16:57:09.927Z | Checking is_ci v1.2.0 |
| 2765 | 2026-03-13T16:57:10.092Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2766 | 2026-03-13T16:57:10.151Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2767 | 2026-03-13T16:57:10.197Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2768 | 2026-03-13T16:57:10.336Z | Checking yansi v1.0.1 |
| 2769 | 2026-03-13T16:57:10.770Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2770 | 2026-03-13T16:57:10.782Z | Checking pretty_assertions v1.4.1 |
| 2771 | 2026-03-13T16:57:10.953Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2772 | 2026-03-13T16:57:11.035Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2773 | 2026-03-13T16:57:11.315Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2774 | 2026-03-13T16:57:11.662Z | Compiling darling_core v0.23.0 |
| 2775 | 2026-03-13T16:57:12.784Z | Compiling indoc v2.0.7 |
| 2776 | 2026-03-13T16:57:13.032Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2777 | 2026-03-13T16:57:13.074Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2778 | 2026-03-13T16:57:13.336Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2779 | 2026-03-13T16:57:13.431Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2780 | 2026-03-13T16:57:13.738Z | Compiling instability v0.3.11 |
| 2781 | 2026-03-13T16:57:13.906Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2782 | 2026-03-13T16:57:14.136Z | Compiling libz-sys v1.1.24 |
| 2783 | 2026-03-13T16:57:14.193Z | Checking castaway v0.2.4 |
| 2784 | 2026-03-13T16:57:14.373Z | Checking compact_str v0.8.1 |
| 2785 | 2026-03-13T16:57:14.438Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2786 | 2026-03-13T16:57:14.933Z | Checking supports-color v3.0.2 |
| 2787 | 2026-03-13T16:57:15.143Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2788 | 2026-03-13T16:57:15.364Z | Compiling darling_macro v0.23.0 |
| 2789 | 2026-03-13T16:57:15.450Z | Checking unicode-truncate v1.1.0 |
| 2790 | 2026-03-13T16:57:15.681Z | Checking lru v0.12.5 |
| 2791 | 2026-03-13T16:57:15.740Z | Checking cassowary v0.3.0 |
| 2792 | 2026-03-13T16:57:15.989Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2793 | 2026-03-13T16:57:16.097Z | Compiling darling v0.23.0 |
| 2794 | 2026-03-13T16:57:16.238Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2795 | 2026-03-13T16:57:16.855Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2796 | 2026-03-13T16:57:17.277Z | Checking ratatui v0.29.0 |
| 2797 | 2026-03-13T16:57:17.851Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2798 | 2026-03-13T16:57:18.164Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2799 | 2026-03-13T16:57:18.585Z | Compiling vergen-git2 v1.0.7 |
| 2800 | 2026-03-13T16:57:18.850Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2801 | 2026-03-13T16:57:18.953Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2802 | 2026-03-13T16:57:19.130Z | Checking colored v2.2.0 |
| 2803 | 2026-03-13T16:57:19.172Z | Checking shell-words v1.1.1 |
| 2804 | 2026-03-13T16:57:19.258Z | Checking plotters-backend v0.3.7 |
| 2805 | 2026-03-13T16:57:19.363Z | Compiling rustls v0.21.12 |
| 2806 | 2026-03-13T16:57:19.555Z | Checking plotters-svg v0.3.7 |
| 2807 | 2026-03-13T16:57:19.608Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2808 | 2026-03-13T16:57:19.712Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2809 | 2026-03-13T16:57:19.766Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2810 | 2026-03-13T16:57:20.023Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2811 | 2026-03-13T16:57:20.074Z | Checking sct v0.7.1 |
| 2812 | 2026-03-13T16:57:20.328Z | Checking rustls-webpki v0.101.7 |
| 2813 | 2026-03-13T16:57:20.672Z | Compiling nix v0.29.0 |
| 2814 | 2026-03-13T16:57:20.835Z | Checking cast v0.3.0 |
| 2815 | 2026-03-13T16:57:20.929Z | Checking hex-literal v0.4.1 |
| 2816 | 2026-03-13T16:57:21.082Z | Checking criterion-plot v0.6.0 |
| 2817 | 2026-03-13T16:57:21.125Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2818 | 2026-03-13T16:57:21.562Z | Checking plotters v0.3.7 |
| 2819 | 2026-03-13T16:57:22.621Z | Checking erased-serde v0.4.9 |
| 2820 | 2026-03-13T16:57:23.150Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2821 | 2026-03-13T16:57:23.191Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2822 | 2026-03-13T16:57:24.171Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2823 | 2026-03-13T16:57:25.208Z | Checking tinytemplate v1.2.1 |
| 2824 | 2026-03-13T16:57:25.535Z | Checking ordered-float v2.10.1 |
| 2825 | 2026-03-13T16:57:25.904Z | Checking oorandom v11.1.5 |
| 2826 | 2026-03-13T16:57:26.092Z | Checking anes v0.1.6 |
| 2827 | 2026-03-13T16:57:26.379Z | Checking criterion v0.7.0 |
| 2828 | 2026-03-13T16:57:26.900Z | Checking serde-value v0.7.0 |
| 2829 | 2026-03-13T16:57:27.228Z | Checking serde-untagged v0.1.9 |
| 2830 | 2026-03-13T16:57:27.588Z | Checking tokio-rustls v0.24.1 |
| 2831 | 2026-03-13T16:57:28.088Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2832 | 2026-03-13T16:57:28.228Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2833 | 2026-03-13T16:57:28.540Z | Checking rustls-pemfile v1.0.4 |
| 2834 | 2026-03-13T16:57:28.752Z | Checking twox-hash v2.1.2 |
| 2835 | 2026-03-13T16:57:29.158Z | Checking unicode-xid v0.2.6 |
| 2836 | 2026-03-13T16:57:29.262Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2837 | 2026-03-13T16:57:29.335Z | Checking cargo-util-schemas v0.8.2 |
| 2838 | 2026-03-13T16:57:29.374Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2839 | 2026-03-13T16:57:29.598Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2840 | 2026-03-13T16:57:30.608Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2841 | 2026-03-13T16:57:30.854Z | Checking fatfs v0.3.6 |
| 2842 | 2026-03-13T16:57:31.408Z | Checking cargo-platform v0.2.0 |
| 2843 | 2026-03-13T16:57:31.512Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2844 | 2026-03-13T16:57:31.694Z | Compiling petname v2.0.2 |
| 2845 | 2026-03-13T16:57:32.409Z | Compiling seq-macro v0.3.6 |
| 2846 | 2026-03-13T16:57:33.367Z | Checking cargo_metadata v0.21.0 |
| 2847 | 2026-03-13T16:57:33.489Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2848 | 2026-03-13T16:57:34.426Z | Checking concurrent-queue v2.5.0 |
| 2849 | 2026-03-13T16:57:34.713Z | Checking rtoolbox v0.0.3 |
| 2850 | 2026-03-13T16:57:34.928Z | Checking futures-timer v3.0.3 |
| 2851 | 2026-03-13T16:57:35.111Z | Checking parking v2.2.1 |
| 2852 | 2026-03-13T16:57:35.219Z | Checking rpassword v7.4.0 |
| 2853 | 2026-03-13T16:57:35.314Z | Checking event-listener v5.4.1 |
| 2854 | 2026-03-13T16:57:35.662Z | Checking tui-tree-widget v0.23.1 |
| 2855 | 2026-03-13T16:57:35.916Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2856 | 2026-03-13T16:57:35.962Z | Checking polyval v0.6.2 |
| 2857 | 2026-03-13T16:57:36.001Z | Checking sapling-renderdag v0.1.0 |
| 2858 | 2026-03-13T16:57:36.155Z | Checking sync-ptr v0.1.4 |
| 2859 | 2026-03-13T16:57:36.205Z | Checking ghash v0.5.1 |
| 2860 | 2026-03-13T16:57:36.350Z | Checking event-listener-strategy v0.5.4 |
| 2861 | 2026-03-13T16:57:36.390Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2862 | 2026-03-13T16:57:36.393Z | Checking ctr v0.9.2 |
| 2863 | 2026-03-13T16:57:36.557Z | Checking arrayvec v0.7.6 |
| 2864 | 2026-03-13T16:57:36.679Z | Checking arrayref v0.3.9 |
| 2865 | 2026-03-13T16:57:36.720Z | Checking constant_time_eq v0.4.2 |
| 2866 | 2026-03-13T16:57:36.854Z | Checking aes-gcm v0.10.3 |
| 2867 | 2026-03-13T16:57:36.912Z | Checking async-lock v3.4.2 |
| 2868 | 2026-03-13T16:57:36.955Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2869 | 2026-03-13T16:57:37.083Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2870 | 2026-03-13T16:57:37.490Z | Checking ssh-encoding v0.2.0 |
| 2871 | 2026-03-13T16:57:37.779Z | Checking blowfish v0.9.1 |
| 2872 | 2026-03-13T16:57:38.018Z | Checking bcrypt-pbkdf v0.10.0 |
| 2873 | 2026-03-13T16:57:38.257Z | Checking ssh-cipher v0.2.0 |
| 2874 | 2026-03-13T16:57:38.297Z | Checking async-object-pool v0.2.0 |
| 2875 | 2026-03-13T16:57:38.483Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2876 | 2026-03-13T16:57:38.525Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2877 | 2026-03-13T16:57:38.941Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2878 | 2026-03-13T16:57:39.370Z | Checking serde_regex v1.1.0 |
| 2879 | 2026-03-13T16:57:39.612Z | Checking password-hash v0.4.2 |
| 2880 | 2026-03-13T16:57:39.831Z | Checking assert-json-diff v2.0.2 |
| 2881 | 2026-03-13T16:57:39.955Z | Checking path-tree v0.8.3 |
| 2882 | 2026-03-13T16:57:40.088Z | Checking stringmetrics v2.2.2 |
| 2883 | 2026-03-13T16:57:40.252Z | Checking gimli v0.32.3 |
| 2884 | 2026-03-13T16:57:40.332Z | Compiling target-lexicon v0.13.3 |
| 2885 | 2026-03-13T16:57:40.634Z | Compiling samael v0.0.19 |
| 2886 | 2026-03-13T16:57:40.777Z | Checking httpmock v0.8.3 |
| 2887 | 2026-03-13T16:57:41.121Z | Checking pbkdf2 v0.11.0 |
| 2888 | 2026-03-13T16:57:41.378Z | Checking ssh-key v0.6.7 |
| 2889 | 2026-03-13T16:57:42.508Z | Checking addr2line v0.25.1 |
| 2890 | 2026-03-13T16:57:42.896Z | Checking p521 v0.13.3 |
| 2891 | 2026-03-13T16:57:43.725Z | Checking p256 v0.13.2 |
| 2892 | 2026-03-13T16:57:43.827Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2893 | 2026-03-13T16:57:44.093Z | Checking russh-cryptovec v0.7.3 |
| 2894 | 2026-03-13T16:57:44.135Z | Checking md5 v0.7.0 |
| 2895 | 2026-03-13T16:57:44.304Z | Checking rustc-demangle v0.1.27 |
| 2896 | 2026-03-13T16:57:44.392Z | Compiling guppy-workspace-hack v0.1.0 |
| 2897 | 2026-03-13T16:57:44.644Z | Checking backtrace v0.3.76 |
| 2898 | 2026-03-13T16:57:44.746Z | Checking russh-keys v0.45.0 |
| 2899 | 2026-03-13T16:57:45.089Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2900 | 2026-03-13T16:57:45.422Z | Checking num-bigint v0.4.6 |
| 2901 | 2026-03-13T16:57:45.649Z | Checking des v0.8.1 |
| 2902 | 2026-03-13T16:57:46.098Z | Compiling blake3 v1.8.3 |
| 2903 | 2026-03-13T16:57:46.619Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2904 | 2026-03-13T16:57:46.835Z | Compiling target-spec v3.5.7 |
| 2905 | 2026-03-13T16:57:47.086Z | Checking russh v0.45.0 |
| 2906 | 2026-03-13T16:57:47.218Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2907 | 2026-03-13T16:57:47.660Z | Checking cfg-expr v0.20.6 |
| 2908 | 2026-03-13T16:57:47.875Z | Checking backtrace-ext v0.2.1 |
| 2909 | 2026-03-13T16:57:48.116Z | Checking supports-color v2.1.0 |
| 2910 | 2026-03-13T16:57:48.191Z | Checking textwrap v0.15.2 |
| 2911 | 2026-03-13T16:57:48.233Z | Checking supports-unicode v2.1.0 |
| 2912 | 2026-03-13T16:57:48.318Z | Checking supports-hyperlinks v2.1.0 |
| 2913 | 2026-03-13T16:57:48.411Z | Checking hashbrown v0.14.5 |
| 2914 | 2026-03-13T16:57:48.489Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2915 | 2026-03-13T16:57:48.528Z | Checking cargo-platform v0.3.2 |
| 2916 | 2026-03-13T16:57:48.783Z | Checking terminal_size v0.1.17 |
| 2917 | 2026-03-13T16:57:48.823Z | Compiling miette-derive v5.10.0 |
| 2918 | 2026-03-13T16:57:48.954Z | Checking owo-colors v3.5.0 |
| 2919 | 2026-03-13T16:57:49.097Z | Checking internet-checksum v0.2.1 |
| 2920 | 2026-03-13T16:57:49.289Z | Checking chumsky v0.9.3 |
| 2921 | 2026-03-13T16:57:49.703Z | Checking cargo_metadata v0.23.1 |
| 2922 | 2026-03-13T16:57:50.391Z | Checking miette v5.10.0 |
| 2923 | 2026-03-13T16:57:50.781Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2924 | 2026-03-13T16:57:50.822Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2925 | 2026-03-13T16:57:50.898Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2926 | 2026-03-13T16:57:51.085Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2927 | 2026-03-13T16:57:51.325Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2928 | 2026-03-13T16:57:51.439Z | Checking httptest v0.16.4 |
| 2929 | 2026-03-13T16:57:51.895Z | Checking pathdiff v0.2.3 |
| 2930 | 2026-03-13T16:57:51.938Z | Compiling knuffel-derive v3.2.0 |
| 2931 | 2026-03-13T16:57:51.981Z | Compiling git2 v0.20.4 |
| 2932 | 2026-03-13T16:57:52.046Z | Checking topological-sort v0.2.2 |
| 2933 | 2026-03-13T16:57:52.087Z | Checking nested v0.1.1 |
| 2934 | 2026-03-13T16:57:52.259Z | Checking omicron-zone-package v0.12.2 |
| 2935 | 2026-03-13T16:57:52.309Z | Checking guppy v0.17.25 |
| 2936 | 2026-03-13T16:57:52.504Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2937 | 2026-03-13T16:57:52.819Z | Checking similar-asserts v1.7.0 |
| 2938 | 2026-03-13T16:57:53.051Z | Compiling rstest_macros v0.25.0 |
| 2939 | 2026-03-13T16:57:53.469Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2940 | 2026-03-13T16:57:53.472Z | Compiling target-triple v1.0.0 |
| 2941 | 2026-03-13T16:57:53.687Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2942 | 2026-03-13T16:57:53.783Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2943 | 2026-03-13T16:57:53.989Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2944 | 2026-03-13T16:57:54.093Z | Checking knuffel v3.2.0 |
| 2945 | 2026-03-13T16:57:54.298Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2946 | 2026-03-13T16:57:54.999Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2947 | 2026-03-13T16:57:55.354Z | Compiling assert_cmd v2.1.2 |
| 2948 | 2026-03-13T16:57:55.734Z | Checking escape8259 v0.5.3 |
| 2949 | 2026-03-13T16:57:55.948Z | Compiling relative-path v1.9.3 |
| 2950 | 2026-03-13T16:57:56.055Z | Checking libtest-mimic v0.8.1 |
| 2951 | 2026-03-13T16:57:56.259Z | Checking toml v1.0.3+spec-1.1.0 |
| 2952 | 2026-03-13T16:57:56.647Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2953 | 2026-03-13T16:57:56.823Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2954 | 2026-03-13T16:57:56.869Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2955 | 2026-03-13T16:57:57.138Z | Checking blake2b_simd v1.0.4 |
| 2956 | 2026-03-13T16:57:57.744Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2957 | 2026-03-13T16:57:57.786Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2958 | 2026-03-13T16:57:58.299Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2959 | 2026-03-13T16:57:58.341Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2960 | 2026-03-13T16:57:58.667Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2961 | 2026-03-13T16:57:58.983Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2962 | 2026-03-13T16:57:59.260Z | Checking fancy-regex v0.14.0 |
| 2963 | 2026-03-13T16:57:59.559Z | Checking serde_tokenstream v0.2.3 |
| 2964 | 2026-03-13T16:57:59.790Z | Checking uzers v0.12.2 |
| 2965 | 2026-03-13T16:57:59.937Z | Checking constant_time_eq v0.3.1 |
| 2966 | 2026-03-13T16:58:00.056Z | Checking termcolor v1.4.1 |
| 2967 | 2026-03-13T16:58:00.112Z | Compiling linkme-impl v0.3.35 |
| 2968 | 2026-03-13T16:58:00.456Z | Checking trybuild v1.0.116 |
| 2969 | 2026-03-13T16:58:00.673Z | Checking rust-argon2 v2.1.0 |
| 2970 | 2026-03-13T16:58:01.062Z | Checking datatest-stable v0.3.3 |
| 2971 | 2026-03-13T16:58:01.688Z | Checking rstest v0.25.0 |
| 2972 | 2026-03-13T16:58:01.808Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2973 | 2026-03-13T16:58:01.956Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2974 | 2026-03-13T16:58:02.213Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2975 | 2026-03-13T16:58:02.276Z | Checking support-bundle-viewer v0.1.2 |
| 2976 | 2026-03-13T16:58:02.630Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2977 | 2026-03-13T16:58:02.947Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2978 | 2026-03-13T16:58:03.123Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2979 | 2026-03-13T16:58:03.253Z | Checking drift v0.1.3 |
| 2980 | 2026-03-13T16:58:03.449Z | Checking rand_distr v0.5.1 |
| 2981 | 2026-03-13T16:58:03.495Z | Checking multimap v0.10.1 |
| 2982 | 2026-03-13T16:58:03.855Z | Checking approx v0.5.1 |
| 2983 | 2026-03-13T16:58:03.893Z | Compiling linkme v0.3.35 |
| 2984 | 2026-03-13T16:58:04.078Z | Checking dropshot-api-manager v0.6.0 |
| 2985 | 2026-03-13T16:58:04.421Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2986 | 2026-03-13T16:58:04.689Z | Compiling polar-core v0.27.3 |
| 2987 | 2026-03-13T16:58:05.566Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2988 | 2026-03-13T16:58:05.576Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2989 | 2026-03-13T16:58:05.667Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2990 | 2026-03-13T16:58:05.758Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2991 | 2026-03-13T16:58:05.856Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2992 | 2026-03-13T16:58:05.964Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2993 | 2026-03-13T16:58:06.415Z | Checking partial-io v0.5.4 |
| 2994 | 2026-03-13T16:58:06.446Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2995 | 2026-03-13T16:58:06.581Z | Checking cargo_toml v0.21.0 |
| 2996 | 2026-03-13T16:58:06.700Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2997 | 2026-03-13T16:58:06.868Z | Checking termios v0.3.3 |
| 2998 | 2026-03-13T16:58:06.914Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2999 | 2026-03-13T16:58:07.074Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3000 | 2026-03-13T16:58:07.402Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3001 | 2026-03-13T16:58:07.855Z | error: unused import: `std::path::Path` |
| 3002 | 2026-03-13T16:58:07.855Z | --> dev-tools/releng/src/helios.rs:13:5 |
| 3003 | 2026-03-13T16:58:07.855Z | | |
| 3004 | 2026-03-13T16:58:07.855Z | 13 | use std::path::Path; |
| 3005 | 2026-03-13T16:58:07.855Z | | ^^^^^^^^^^^^^^^ |
| 3006 | 2026-03-13T16:58:07.855Z | | |
| 3007 | 2026-03-13T16:58:07.855Z | = note: `-D unused-imports` implied by `-D warnings` |
| 3008 | 2026-03-13T16:58:07.855Z | = help: to override `-D warnings` add `#[allow(unused_imports)]` |
| 3009 | 2026-03-13T16:58:07.855Z | |
| 3010 | 2026-03-13T16:58:07.899Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3011 | 2026-03-13T16:58:09.220Z | error: could not compile `omicron-releng` (bin "omicron-releng") due to 1 previous error |
| 3012 | 2026-03-13T16:58:09.220Z | warning: build failed, waiting for other jobs to finish... |
| 3013 | 2026-03-13T16:58:10.242Z | error: could not compile `omicron-releng` (bin "omicron-releng" test) due to 1 previous error |
| 3014 | 2026-03-13T16:58:35.660Z | Error: failed: exit status: 101 |
| 3015 | 2026-03-13T16:58:35.674Z | |
| 3016 | 2026-03-13T16:58:35.674Z | real 3:25.041691702 |
| 3017 | 2026-03-13T16:58:35.674Z | user 17:48.822831606 |
| 3018 | 2026-03-13T16:58:35.674Z | sys 4:03.965023012 |
| 3019 | 2026-03-13T16:58:35.674Z | trap 0.547182530 |
| 3020 | 2026-03-13T16:58:35.674Z | tflt 0.934829797 |
| 3021 | 2026-03-13T16:58:35.674Z | dflt 0.399010025 |
| 3022 | 2026-03-13T16:58:35.674Z | kflt 0.004956806 |
| 3023 | 2026-03-13T16:58:35.674Z | lock 41:49.937329837 |
| 3024 | 2026-03-13T16:58:35.674Z | slp 1:03:29.713759439 |
| 3025 | 2026-03-13T16:58:35.674Z | lat 1:45.538874697 |
| 3026 | 2026-03-13T16:58:35.674Z | stop 10:12.434687357 |
| 3027 | 2026-03-13T16:58:35.674Z | process exited: duration 398597 ms, exit code 1 |
| |
| 3028 | 2026-03-13T16:58:35.697Z | found 0 output files |