|
|
|
| 1 | 2026-08-25T16:32:08.917Z | job assigned to worker 01M0WW6BQ8CTZA7T945BAETWD8 [factory aws, i-065544242d9c1c5e2] (queued for 48 s) |
| |
| 2 | 2026-08-25T16:32:15.638Z | starting task 0: "setup" |
| 3 | 2026-08-25T16:32:15.641Z | ++ uname -s |
| 4 | 2026-08-25T16:32:15.644Z | + kern=SunOS |
| 5 | 2026-08-25T16:32:15.644Z | + build_user=build |
| 6 | 2026-08-25T16:32:15.644Z | + build_uid=12345 |
| 7 | 2026-08-25T16:32:15.644Z | + work_dir=/work |
| 8 | 2026-08-25T16:32:15.644Z | + input_dir=/input |
| 9 | 2026-08-25T16:32:15.644Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-25T16:32:15.644Z | + case "$kern" in |
| 11 | 2026-08-25T16:32:15.644Z | + groupadd -g 12345 build |
| 12 | 2026-08-25T16:32:15.683Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-25T16:32:17.651Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-25T16:32:17.737Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-25T16:32:17.740Z | + home_fs=zfs |
| 16 | 2026-08-25T16:32:17.740Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-25T16:32:17.740Z | + mkdir -p /home/build |
| 18 | 2026-08-25T16:32:17.743Z | + chown build:build /home/build /work |
| 19 | 2026-08-25T16:32:19.741Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-25T16:32:19.744Z | process exited: duration 4106 ms, exit code 0 |
| |
| 21 | 2026-08-25T16:32:19.751Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-25T16:32:19.754Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-25T16:32:19.754Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-25T16:32:19.754Z | * rust toolchain profile = "default" |
| 25 | 2026-08-25T16:32:19.754Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-25T16:32:19.755Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-25T16:32:19.755Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-25T16:32:19.758Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-25T16:32:19.758Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-25T16:32:19.848Z | info: downloading installer |
| 31 | 2026-08-25T16:32:21.181Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-25T16:32:21.181Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-25T16:32:21.181Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-25T16:32:21.181Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-25T16:32:21.194Z | info: profile set to default |
| 36 | 2026-08-25T16:32:21.194Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-25T16:32:21.197Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-25T16:32:21.324Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-25T16:32:21.327Z | info: downloading 6 components |
| 40 | 2026-08-25T16:32:34.526Z | |
| 41 | 2026-08-25T16:32:34.526Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 42 | 2026-08-25T16:32:34.556Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-25T16:32:34.556Z | |
| 44 | 2026-08-25T16:32:34.556Z | |
| 45 | 2026-08-25T16:32:34.556Z | Rust is installed now. Great! |
| 46 | 2026-08-25T16:32:34.556Z | |
| 47 | 2026-08-25T16:32:34.556Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-25T16:32:34.556Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-25T16:32:34.556Z | |
| 50 | 2026-08-25T16:32:34.556Z | To configure your current shell, you need to source |
| 51 | 2026-08-25T16:32:34.556Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-25T16:32:34.556Z | |
| 53 | 2026-08-25T16:32:34.556Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-25T16:32:34.559Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-25T16:32:34.559Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-25T16:32:34.559Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-25T16:32:34.559Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-25T16:32:34.559Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-25T16:32:34.559Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-25T16:32:34.559Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-25T16:32:34.559Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-25T16:32:34.650Z | + rustup --version |
| 63 | 2026-08-25T16:32:34.656Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-25T16:32:34.659Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-25T16:32:34.678Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-25T16:32:34.681Z | + cargo --version |
| 67 | 2026-08-25T16:32:34.695Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-25T16:32:34.698Z | + rustc --version |
| 69 | 2026-08-25T16:32:34.716Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-25T16:32:34.719Z | process exited: duration 14967 ms, exit code 0 |
| |
| 71 | 2026-08-25T16:32:34.724Z | starting task 2: "authentication" |
| 72 | 2026-08-25T16:32:34.741Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-25T16:32:34.747Z | starting task 3: "clone repository" |
| 74 | 2026-08-25T16:32:34.750Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-25T16:32:34.753Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-25T16:32:34.784Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-25T16:32:46.788Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-25T16:32:46.788Z | + git fetch origin b8a01ad542c31c9797d40ccbeafc0fc50c91f826 |
| 79 | 2026-08-25T16:32:47.123Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-25T16:32:47.123Z | * branch b8a01ad542c31c9797d40ccbeafc0fc50c91f826 -> FETCH_HEAD |
| 81 | 2026-08-25T16:32:47.132Z | + [[ -n '' ]] |
| 82 | 2026-08-25T16:32:47.132Z | + git reset --hard b8a01ad542c31c9797d40ccbeafc0fc50c91f826 |
| 83 | 2026-08-25T16:32:47.153Z | HEAD is now at b8a01ad54 Update Rust crate tokio-postgres to v0.7.18 [SECURITY] |
| 84 | 2026-08-25T16:32:47.157Z | process exited: duration 12404 ms, exit code 0 |
| |
| 85 | 2026-08-25T16:32:47.175Z | starting task 4: "build" |
| 86 | 2026-08-25T16:32:47.178Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-08-25T16:32:47.178Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-08-25T16:32:47.178Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-08-25T16:32:47.182Z | +++ uname -s |
| 90 | 2026-08-25T16:32:47.182Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 91 | 2026-08-25T16:32:47.182Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 92 | 2026-08-25T16:32:47.182Z | + cargo --version |
| 93 | 2026-08-25T16:32:47.190Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 94 | 2026-08-25T16:32:47.193Z | + rustc --version |
| 95 | 2026-08-25T16:32:47.211Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 96 | 2026-08-25T16:32:47.213Z | + source ./env.sh |
| 97 | 2026-08-25T16:32:47.214Z | ++ OLD_SHELL_OPTS=ehxB |
| 98 | 2026-08-25T16:32:47.214Z | ++ set -o xtrace |
| 99 | 2026-08-25T16:32:47.216Z | ++++ dirname ./env.sh |
| 100 | 2026-08-25T16:32:47.216Z | +++ readlink -f . |
| 101 | 2026-08-25T16:32:47.219Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 102 | 2026-08-25T16:32:47.219Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2026-08-25T16:32:47.219Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2026-08-25T16:32:47.219Z | ++ 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 |
| 105 | 2026-08-25T16:32:47.219Z | ++ 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 |
| 106 | 2026-08-25T16:32:47.219Z | ++ 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 |
| 107 | 2026-08-25T16:32:47.219Z | ++ 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 |
| 108 | 2026-08-25T16:32:47.219Z | ++ 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 |
| 109 | 2026-08-25T16:32:47.219Z | ++ 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 |
| 110 | 2026-08-25T16:32:47.219Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2026-08-25T16:32:47.219Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2026-08-25T16:32:47.219Z | ++ case $OLD_SHELL_OPTS in |
| 113 | 2026-08-25T16:32:47.219Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 114 | 2026-08-25T16:32:47.219Z | + export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 115 | 2026-08-25T16:32:47.219Z | + PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 116 | 2026-08-25T16:32:47.219Z | + banner prerequisites |
| 117 | 2026-08-25T16:32:47.222Z | |
| 118 | 2026-08-25T16:32:47.223Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 119 | 2026-08-25T16:32:47.223Z | # # # # # # # # # # # # # # # |
| 120 | 2026-08-25T16:32:47.223Z | # # # # ##### # # ##### # # # # # #### # |
| 121 | 2026-08-25T16:32:47.223Z | ##### ##### # ##### # # # # # # # # # |
| 122 | 2026-08-25T16:32:47.223Z | # # # # # # # # # # # # # # # |
| 123 | 2026-08-25T16:32:47.223Z | # # # ###### # # ###### ### # #### # #### # |
| 124 | 2026-08-25T16:32:47.223Z | |
| 125 | 2026-08-25T16:32:47.223Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 126 | 2026-08-25T16:32:49.317Z | Startup: Refreshing catalog 'helios' ... Done |
| 127 | 2026-08-25T16:32:49.703Z | Startup: Caching catalogs ... Done |
| 128 | 2026-08-25T16:32:51.844Z | Planning: Solver setup ... Done (2.022s) |
| 129 | 2026-08-25T16:32:51.908Z | Planning: Running solver ... Done (0.063s) |
| 130 | 2026-08-25T16:32:51.956Z | Planning: Finding local manifests ... Done (0.003s) |
| 131 | 2026-08-25T16:32:51.965Z | Planning: Fetching manifests: 0/2 0% complete |
| 132 | 2026-08-25T16:32:51.982Z | Planning: Fetching manifests: 2/2 100% complete |
| 133 | 2026-08-25T16:32:51.998Z | Planning: Package planning ... Done (0.013s) |
| 134 | 2026-08-25T16:32:52.003Z | Planning: Merging actions ... Done (0.001s) |
| 135 | 2026-08-25T16:32:52.214Z | Planning: Checking for conflicting actions ... Done (0.217s) |
| 136 | 2026-08-25T16:32:52.217Z | Planning: Consolidating action changes ... Done (0.001s) |
| 137 | 2026-08-25T16:32:52.984Z | Planning: Evaluating mediators ... Done (0.768s) |
| 138 | 2026-08-25T16:32:52.987Z | Planning: Planning completed in 3.24 seconds |
| 139 | 2026-08-25T16:32:52.992Z | Packages to install: 2 |
| 140 | 2026-08-25T16:32:52.992Z | Estimated space available: 156.01 GB |
| 141 | 2026-08-25T16:32:52.995Z | Estimated space to be consumed: 80.56 MB |
| 142 | 2026-08-25T16:32:52.996Z | Create boot environment: No |
| 143 | 2026-08-25T16:32:52.996Z | Create backup boot environment: No |
| 144 | 2026-08-25T16:32:52.996Z | Rebuild boot archive: No |
| 145 | 2026-08-25T16:32:52.996Z | |
| 146 | 2026-08-25T16:32:52.996Z | Changed packages: |
| 147 | 2026-08-25T16:32:52.996Z | helios |
| 148 | 2026-08-25T16:32:52.996Z | developer/build-essential |
| 149 | 2026-08-25T16:32:52.996Z | None -> 11-3.0 |
| 150 | 2026-08-25T16:32:52.996Z | library/libxmlsec1 |
| 151 | 2026-08-25T16:32:52.996Z | None -> 1.2.35-3.0 |
| 152 | 2026-08-25T16:32:53.016Z | |
| 153 | 2026-08-25T16:32:53.016Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 154 | 2026-08-25T16:32:53.095Z | Download: Completed 1.28 MB in 0.08 seconds (16.9M/s) |
| 155 | 2026-08-25T16:32:53.178Z | Actions: 1/268 actions (Installing new actions) |
| 156 | 2026-08-25T16:32:53.222Z | Actions: Completed 268 actions in 0.04 seconds. |
| 157 | 2026-08-25T16:32:53.252Z | Finalize: Updating package state database ... Done (0.036s) |
| 158 | 2026-08-25T16:32:53.255Z | Finalize: Updating package cache ... Done (0.000s) |
| 159 | 2026-08-25T16:32:53.339Z | Finalize: Updating image state ... Done (0.086s) |
| 160 | 2026-08-25T16:32:55.867Z | Finalize: Creating fast lookup database ... Done (2.474s) |
| 161 | 2026-08-25T16:32:55.934Z | Finalize: Reading search index ... Done (0.012s) |
| 162 | 2026-08-25T16:32:55.937Z | Finalize: Updating search index ... Done (0.000s) |
| 163 | 2026-08-25T16:32:56.057Z | Finalize: Updating package cache ... Done (0.000s) |
| 164 | 2026-08-25T16:32:56.426Z | Planning: Evaluating mediator changes ... Done |
| 165 | 2026-08-25T16:32:56.531Z | Planning: Checking for conflicting actions ... Done |
| 166 | 2026-08-25T16:32:56.534Z | Planning: Consolidating action changes ... Done |
| 167 | 2026-08-25T16:32:56.688Z | Planning: Evaluating mediators ... Done |
| 168 | 2026-08-25T16:32:56.691Z | Planning: Planning completed in 0.26 seconds |
| 169 | 2026-08-25T16:32:56.711Z | Mediators to change: 2 |
| 170 | 2026-08-25T16:32:56.711Z | Create boot environment: No |
| 171 | 2026-08-25T16:32:56.711Z | Create backup boot environment: No |
| 172 | 2026-08-25T16:32:56.767Z | Finalize: Updating package state database ... Done |
| 173 | 2026-08-25T16:32:56.767Z | Finalize: Updating package cache ... Done |
| 174 | 2026-08-25T16:32:56.819Z | Finalize: Updating image state ... Done |
| 175 | 2026-08-25T16:32:58.740Z | Finalize: Creating fast lookup database ... Done |
| 176 | 2026-08-25T16:32:58.799Z | Finalize: Reading search index ... Done |
| 177 | 2026-08-25T16:32:58.802Z | Finalize: Updating search index ... Done |
| 178 | 2026-08-25T16:32:58.879Z | Finalize: Updating package cache ... Done |
| 179 | 2026-08-25T16:32:59.161Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-08-25T16:32:59.272Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-08-25T16:32:59.278Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-08-25T16:32:59.424Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-08-25T16:32:59.426Z | Planning: Planning completed in 0.26 seconds |
| 184 | 2026-08-25T16:32:59.446Z | Mediators to change: 1 |
| 185 | 2026-08-25T16:32:59.446Z | Create boot environment: No |
| 186 | 2026-08-25T16:32:59.449Z | Create backup boot environment: No |
| 187 | 2026-08-25T16:32:59.492Z | Finalize: Updating package state database ... Done |
| 188 | 2026-08-25T16:32:59.492Z | Finalize: Updating package cache ... Done |
| 189 | 2026-08-25T16:32:59.544Z | Finalize: Updating image state ... Done |
| 190 | 2026-08-25T16:33:01.496Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-08-25T16:33:01.535Z | Finalize: Reading search index ... Done |
| 192 | 2026-08-25T16:33:01.538Z | Finalize: Updating search index ... Done |
| 193 | 2026-08-25T16:33:01.606Z | Finalize: Updating package cache ... Done |
| 194 | 2026-08-25T16:33:01.917Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 195 | 2026-08-25T16:33:01.917Z | apache system 2.4 system |
| 196 | 2026-08-25T16:33:01.917Z | clang system 15 system |
| 197 | 2026-08-25T16:33:01.918Z | csh system system illumos |
| 198 | 2026-08-25T16:33:01.918Z | ctags system system illumos |
| 199 | 2026-08-25T16:33:01.918Z | file vendor vendor darwinsys |
| 200 | 2026-08-25T16:33:01.918Z | file system system illumos |
| 201 | 2026-08-25T16:33:01.918Z | gcc vendor 14 vendor |
| 202 | 2026-08-25T16:33:01.918Z | gcc system 13 system |
| 203 | 2026-08-25T16:33:01.918Z | gcc system 10 system |
| 204 | 2026-08-25T16:33:01.918Z | go system 1.25 system |
| 205 | 2026-08-25T16:33:01.918Z | llvm system 15 system |
| 206 | 2026-08-25T16:33:01.918Z | mariadb system 11.4 system |
| 207 | 2026-08-25T16:33:01.918Z | mta vendor vendor dma |
| 208 | 2026-08-25T16:33:01.918Z | openjdk system 17 system |
| 209 | 2026-08-25T16:33:01.918Z | openjdk system 11 system |
| 210 | 2026-08-25T16:33:01.918Z | openssl vendor 3 vendor |
| 211 | 2026-08-25T16:33:01.918Z | perl system 5.40 system |
| 212 | 2026-08-25T16:33:01.918Z | postgresql system 18 system |
| 213 | 2026-08-25T16:33:01.918Z | postgresql system 17 system |
| 214 | 2026-08-25T16:33:01.918Z | python vendor 3 vendor |
| 215 | 2026-08-25T16:33:01.918Z | python system 2 system |
| 216 | 2026-08-25T16:33:01.918Z | python3 vendor 3.13 vendor |
| 217 | 2026-08-25T16:33:01.918Z | ruby system 3.4 system |
| 218 | 2026-08-25T16:33:01.918Z | ruby system 3.0 system |
| 219 | 2026-08-25T16:33:01.918Z | words vendor vendor american-english |
| 220 | 2026-08-25T16:33:01.918Z | words system system australian-english |
| 221 | 2026-08-25T16:33:01.918Z | words system system british-english |
| 222 | 2026-08-25T16:33:01.918Z | words system system canadian-english |
| 223 | 2026-08-25T16:33:01.918Z | words system system french |
| 224 | 2026-08-25T16:33:01.918Z | words system system italian |
| 225 | 2026-08-25T16:33:01.918Z | words system system ngerman |
| 226 | 2026-08-25T16:33:01.918Z | words system system ogerman |
| 227 | 2026-08-25T16:33:01.918Z | words system system spanish |
| 228 | 2026-08-25T16:33:02.167Z | PUBLISHER TYPE STATUS P LOCATION |
| 229 | 2026-08-25T16:33:02.167Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 230 | 2026-08-25T16:33:02.650Z | FMRI IFO |
| 231 | 2026-08-25T16:33:02.650Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 232 | 2026-08-25T16:33:02.650Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 233 | 2026-08-25T16:33:02.650Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 234 | 2026-08-25T16:33:02.650Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 235 | 2026-08-25T16:33:02.650Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 236 | 2026-08-25T16:33:02.650Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 237 | 2026-08-25T16:33:02.650Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 238 | 2026-08-25T16:33:02.651Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 239 | 2026-08-25T16:33:02.651Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 240 | 2026-08-25T16:33:03.004Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 241 | 2026-08-25T16:33:03.962Z | Updating crates.io index |
| 242 | 2026-08-25T16:33:03.965Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 243 | 2026-08-25T16:33:04.273Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-08-25T16:33:04.704Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 245 | 2026-08-25T16:33:05.696Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 246 | 2026-08-25T16:33:06.208Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 247 | 2026-08-25T16:33:08.577Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 248 | 2026-08-25T16:33:12.340Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 249 | 2026-08-25T16:33:12.653Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 250 | 2026-08-25T16:33:13.063Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 251 | 2026-08-25T16:33:15.092Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 252 | 2026-08-25T16:33:15.431Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 253 | 2026-08-25T16:33:15.846Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 254 | 2026-08-25T16:33:16.135Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 255 | 2026-08-25T16:33:17.277Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 256 | 2026-08-25T16:33:18.042Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 257 | 2026-08-25T16:33:19.553Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 258 | 2026-08-25T16:33:19.817Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 259 | 2026-08-25T16:33:20.155Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 260 | 2026-08-25T16:33:21.158Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 261 | 2026-08-25T16:33:21.575Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 262 | 2026-08-25T16:33:21.871Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 263 | 2026-08-25T16:33:22.984Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 264 | 2026-08-25T16:33:23.330Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 265 | 2026-08-25T16:33:23.889Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 266 | 2026-08-25T16:33:24.752Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 267 | 2026-08-25T16:33:25.015Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 268 | 2026-08-25T16:33:25.681Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 269 | 2026-08-25T16:33:25.979Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 270 | 2026-08-25T16:33:26.407Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 271 | 2026-08-25T16:33:26.761Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 272 | 2026-08-25T16:33:27.058Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 273 | 2026-08-25T16:33:27.371Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 274 | 2026-08-25T16:33:27.741Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 275 | 2026-08-25T16:33:29.928Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 276 | 2026-08-25T16:33:30.971Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 277 | 2026-08-25T16:33:31.286Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 278 | 2026-08-25T16:33:32.775Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 279 | 2026-08-25T16:33:33.112Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 280 | 2026-08-25T16:33:34.102Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 281 | 2026-08-25T16:33:34.426Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 282 | 2026-08-25T16:33:35.322Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 283 | 2026-08-25T16:33:35.659Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 284 | 2026-08-25T16:33:35.943Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 285 | 2026-08-25T16:33:38.845Z | Downloading crates ... |
| 286 | 2026-08-25T16:33:38.892Z | Downloaded itoa v1.0.17 |
| 287 | 2026-08-25T16:33:38.898Z | Downloaded dtrace-parser v0.2.0 |
| 288 | 2026-08-25T16:33:38.901Z | Downloaded fastrand v2.3.0 |
| 289 | 2026-08-25T16:33:38.901Z | Downloaded anstyle-query v1.1.5 |
| 290 | 2026-08-25T16:33:38.901Z | Downloaded crypto-common v0.1.7 |
| 291 | 2026-08-25T16:33:38.901Z | Downloaded thread-id v4.2.2 |
| 292 | 2026-08-25T16:33:38.903Z | Downloaded swrite v0.1.0 |
| 293 | 2026-08-25T16:33:38.907Z | Downloaded anstream v1.0.0 |
| 294 | 2026-08-25T16:33:38.907Z | Downloaded fs-err v3.3.0 |
| 295 | 2026-08-25T16:33:38.907Z | Downloaded thiserror v2.0.18 |
| 296 | 2026-08-25T16:33:38.910Z | Downloaded bytecount v0.6.9 |
| 297 | 2026-08-25T16:33:38.914Z | Downloaded toml_edit v0.22.27 |
| 298 | 2026-08-25T16:33:38.914Z | Downloaded memmap v0.7.0 |
| 299 | 2026-08-25T16:33:38.914Z | Downloaded errno v0.3.14 |
| 300 | 2026-08-25T16:33:38.918Z | Downloaded zerocopy v0.7.35 |
| 301 | 2026-08-25T16:33:38.925Z | Downloaded is_terminal_polyfill v1.70.2 |
| 302 | 2026-08-25T16:33:38.928Z | Downloaded zmij v1.0.21 |
| 303 | 2026-08-25T16:33:38.928Z | Downloaded zerocopy-derive v0.7.35 |
| 304 | 2026-08-25T16:33:38.931Z | Downloaded pest_derive v2.8.6 |
| 305 | 2026-08-25T16:33:38.931Z | Downloaded indexmap v2.14.0 |
| 306 | 2026-08-25T16:33:38.934Z | Downloaded clap_lex v1.0.0 |
| 307 | 2026-08-25T16:33:38.934Z | Downloaded fnv v1.0.7 |
| 308 | 2026-08-25T16:33:38.934Z | Downloaded version_check v0.9.5 |
| 309 | 2026-08-25T16:33:38.934Z | Downloaded pest_meta v2.8.6 |
| 310 | 2026-08-25T16:33:38.937Z | Downloaded cfg-if v1.0.4 |
| 311 | 2026-08-25T16:33:38.937Z | Downloaded autocfg v1.5.0 |
| 312 | 2026-08-25T16:33:38.938Z | Downloaded cargo_toml v0.21.0 |
| 313 | 2026-08-25T16:33:38.938Z | Downloaded byteorder v1.5.0 |
| 314 | 2026-08-25T16:33:38.940Z | Downloaded equivalent v1.0.2 |
| 315 | 2026-08-25T16:33:38.940Z | Downloaded scroll_derive v0.12.1 |
| 316 | 2026-08-25T16:33:38.944Z | Downloaded toml_write v0.1.2 |
| 317 | 2026-08-25T16:33:38.944Z | Downloaded heck v0.4.1 |
| 318 | 2026-08-25T16:33:38.947Z | Downloaded usdt-attr-macro v0.5.0 |
| 319 | 2026-08-25T16:33:38.947Z | Downloaded block-buffer v0.10.4 |
| 320 | 2026-08-25T16:33:38.947Z | Downloaded heck v0.5.0 |
| 321 | 2026-08-25T16:33:38.951Z | Downloaded macaddr v1.0.1 |
| 322 | 2026-08-25T16:33:38.955Z | Downloaded colorchoice v1.0.4 |
| 323 | 2026-08-25T16:33:38.959Z | Downloaded smawk v0.3.2 |
| 324 | 2026-08-25T16:33:38.962Z | Downloaded usdt-macro v0.5.0 |
| 325 | 2026-08-25T16:33:38.962Z | Downloaded cpufeatures v0.2.17 |
| 326 | 2026-08-25T16:33:38.966Z | Downloaded usdt v0.5.0 |
| 327 | 2026-08-25T16:33:38.971Z | Downloaded plain v0.2.3 |
| 328 | 2026-08-25T16:33:38.971Z | Downloaded terminal_size v0.4.3 |
| 329 | 2026-08-25T16:33:38.971Z | Downloaded utf8parse v0.2.2 |
| 330 | 2026-08-25T16:33:38.979Z | Downloaded cargo-platform v0.3.2 |
| 331 | 2026-08-25T16:33:38.982Z | Downloaded pretty-hex v0.4.1 |
| 332 | 2026-08-25T16:33:38.985Z | Downloaded proc-macro-error-attr v1.0.4 |
| 333 | 2026-08-25T16:33:38.989Z | Downloaded unicode-linebreak v0.1.5 |
| 334 | 2026-08-25T16:33:38.992Z | Downloaded toml_datetime v0.6.11 |
| 335 | 2026-08-25T16:33:38.992Z | Downloaded generic-array v0.14.7 |
| 336 | 2026-08-25T16:33:38.995Z | Downloaded dof v0.3.0 |
| 337 | 2026-08-25T16:33:38.999Z | Downloaded anstyle v1.0.14 |
| 338 | 2026-08-25T16:33:39.007Z | Downloaded serde_spanned v0.6.9 |
| 339 | 2026-08-25T16:33:39.011Z | Downloaded cargo_metadata v0.23.1 |
| 340 | 2026-08-25T16:33:39.011Z | Downloaded thiserror-impl v1.0.69 |
| 341 | 2026-08-25T16:33:39.011Z | Downloaded tabled_derive v0.7.0 |
| 342 | 2026-08-25T16:33:39.011Z | Downloaded thiserror v1.0.69 |
| 343 | 2026-08-25T16:33:39.014Z | Downloaded sha2 v0.10.9 |
| 344 | 2026-08-25T16:33:39.017Z | Downloaded anstyle-parse v1.0.0 |
| 345 | 2026-08-25T16:33:39.017Z | Downloaded proc-macro-error v1.0.4 |
| 346 | 2026-08-25T16:33:39.020Z | Downloaded serde_tokenstream v0.2.3 |
| 347 | 2026-08-25T16:33:39.020Z | Downloaded strsim v0.11.1 |
| 348 | 2026-08-25T16:33:39.025Z | Downloaded usdt-impl v0.5.0 |
| 349 | 2026-08-25T16:33:39.025Z | Downloaded digest v0.10.7 |
| 350 | 2026-08-25T16:33:39.025Z | Downloaded quote v1.0.45 |
| 351 | 2026-08-25T16:33:39.025Z | Downloaded thiserror-impl v2.0.18 |
| 352 | 2026-08-25T16:33:39.028Z | Downloaded ucd-trie v0.1.7 |
| 353 | 2026-08-25T16:33:39.031Z | Downloaded scroll v0.12.0 |
| 354 | 2026-08-25T16:33:39.032Z | Downloaded anyhow v1.0.104 |
| 355 | 2026-08-25T16:33:39.036Z | Downloaded clap_derive v4.6.1 |
| 356 | 2026-08-25T16:33:39.044Z | Downloaded once_cell v1.21.3 |
| 357 | 2026-08-25T16:33:39.047Z | Downloaded camino-tempfile v1.4.1 |
| 358 | 2026-08-25T16:33:39.047Z | Downloaded pest_generator v2.8.6 |
| 359 | 2026-08-25T16:33:39.047Z | Downloaded camino v1.2.5 |
| 360 | 2026-08-25T16:33:39.050Z | Downloaded semver v1.0.28 |
| 361 | 2026-08-25T16:33:39.052Z | Downloaded getrandom v0.4.3 |
| 362 | 2026-08-25T16:33:39.052Z | Downloaded papergrid v0.11.0 |
| 363 | 2026-08-25T16:33:39.056Z | Downloaded bitflags v2.11.0 |
| 364 | 2026-08-25T16:33:39.060Z | Downloaded hashbrown v0.17.0 |
| 365 | 2026-08-25T16:33:39.063Z | Downloaded unicode-ident v1.0.24 |
| 366 | 2026-08-25T16:33:39.067Z | Downloaded proc-macro2 v1.0.106 |
| 367 | 2026-08-25T16:33:39.067Z | Downloaded clap v4.6.1 |
| 368 | 2026-08-25T16:33:39.070Z | Downloaded textwrap v0.16.2 |
| 369 | 2026-08-25T16:33:39.070Z | Downloaded toml v0.8.23 |
| 370 | 2026-08-25T16:33:39.075Z | Downloaded tempfile v3.27.0 |
| 371 | 2026-08-25T16:33:39.075Z | Downloaded serde_core v1.0.228 |
| 372 | 2026-08-25T16:33:39.078Z | Downloaded clap_builder v4.6.0 |
| 373 | 2026-08-25T16:33:39.081Z | Downloaded log v0.4.33 |
| 374 | 2026-08-25T16:33:39.090Z | Downloaded serde_derive v1.0.228 |
| 375 | 2026-08-25T16:33:39.093Z | Downloaded serde v1.0.228 |
| 376 | 2026-08-25T16:33:39.100Z | Downloaded memchr v2.8.0 |
| 377 | 2026-08-25T16:33:39.108Z | Downloaded typenum v1.20.1 |
| 378 | 2026-08-25T16:33:39.120Z | Downloaded pest v2.8.6 |
| 379 | 2026-08-25T16:33:39.123Z | Downloaded serde_json v1.0.151 |
| 380 | 2026-08-25T16:33:39.138Z | Downloaded goblin v0.8.2 |
| 381 | 2026-08-25T16:33:39.143Z | Downloaded winnow v0.7.14 |
| 382 | 2026-08-25T16:33:39.154Z | Downloaded tabled v0.15.0 |
| 383 | 2026-08-25T16:33:39.168Z | Downloaded unicode-width v0.2.0 |
| 384 | 2026-08-25T16:33:39.171Z | Downloaded syn v1.0.109 |
| 385 | 2026-08-25T16:33:39.176Z | Downloaded unicode-width v0.1.14 |
| 386 | 2026-08-25T16:33:39.179Z | Downloaded syn v2.0.117 |
| 387 | 2026-08-25T16:33:39.191Z | Downloaded rustix v1.1.4 |
| 388 | 2026-08-25T16:33:39.211Z | Downloaded libc v0.2.185 |
| 389 | 2026-08-25T16:33:39.276Z | Compiling proc-macro2 v1.0.106 |
| 390 | 2026-08-25T16:33:39.276Z | Compiling quote v1.0.45 |
| 391 | 2026-08-25T16:33:39.279Z | Compiling unicode-ident v1.0.24 |
| 392 | 2026-08-25T16:33:39.279Z | Compiling serde_core v1.0.228 |
| 393 | 2026-08-25T16:33:39.279Z | Compiling libc v0.2.185 |
| 394 | 2026-08-25T16:33:39.279Z | Compiling version_check v0.9.5 |
| 395 | 2026-08-25T16:33:39.279Z | Compiling memchr v2.8.0 |
| 396 | 2026-08-25T16:33:39.279Z | Compiling serde v1.0.228 |
| 397 | 2026-08-25T16:33:39.602Z | Compiling zmij v1.0.21 |
| 398 | 2026-08-25T16:33:39.847Z | Compiling thiserror v1.0.69 |
| 399 | 2026-08-25T16:33:39.850Z | Compiling itoa v1.0.17 |
| 400 | 2026-08-25T16:33:39.876Z | Compiling ucd-trie v0.1.7 |
| 401 | 2026-08-25T16:33:40.061Z | Compiling pest v2.8.6 |
| 402 | 2026-08-25T16:33:40.160Z | Compiling rustix v1.1.4 |
| 403 | 2026-08-25T16:33:40.275Z | Compiling byteorder v1.5.0 |
| 404 | 2026-08-25T16:33:40.307Z | Compiling errno v0.3.14 |
| 405 | 2026-08-25T16:33:40.455Z | Compiling serde_json v1.0.151 |
| 406 | 2026-08-25T16:33:40.569Z | Compiling bitflags v2.11.0 |
| 407 | 2026-08-25T16:33:40.663Z | Compiling syn v2.0.117 |
| 408 | 2026-08-25T16:33:40.756Z | Compiling thread-id v4.2.2 |
| 409 | 2026-08-25T16:33:40.787Z | Compiling usdt-impl v0.5.0 |
| 410 | 2026-08-25T16:33:40.841Z | Compiling proc-macro-error-attr v1.0.4 |
| 411 | 2026-08-25T16:33:40.905Z | Compiling camino v1.2.5 |
| 412 | 2026-08-25T16:33:40.993Z | Compiling syn v1.0.109 |
| 413 | 2026-08-25T16:33:41.080Z | Compiling pest_meta v2.8.6 |
| 414 | 2026-08-25T16:33:41.288Z | Compiling proc-macro-error v1.0.4 |
| 415 | 2026-08-25T16:33:41.336Z | Compiling plain v0.2.3 |
| 416 | 2026-08-25T16:33:41.365Z | Compiling getrandom v0.4.3 |
| 417 | 2026-08-25T16:33:41.447Z | Compiling utf8parse v0.2.2 |
| 418 | 2026-08-25T16:33:41.483Z | Compiling log v0.4.33 |
| 419 | 2026-08-25T16:33:41.581Z | Compiling hashbrown v0.17.0 |
| 420 | 2026-08-25T16:33:41.749Z | Compiling equivalent v1.0.2 |
| 421 | 2026-08-25T16:33:41.799Z | Compiling terminal_size v0.4.3 |
| 422 | 2026-08-25T16:33:41.862Z | Compiling anstyle-parse v1.0.0 |
| 423 | 2026-08-25T16:33:42.238Z | Compiling indexmap v2.14.0 |
| 424 | 2026-08-25T16:33:42.472Z | Compiling winnow v0.7.14 |
| 425 | 2026-08-25T16:33:42.489Z | Compiling is_terminal_polyfill v1.70.2 |
| 426 | 2026-08-25T16:33:42.591Z | Compiling pretty-hex v0.4.1 |
| 427 | 2026-08-25T16:33:42.732Z | Compiling thiserror v2.0.18 |
| 428 | 2026-08-25T16:33:42.748Z | Compiling colorchoice v1.0.4 |
| 429 | 2026-08-25T16:33:42.764Z | Compiling anstyle v1.0.14 |
| 430 | 2026-08-25T16:33:42.863Z | Compiling cfg-if v1.0.4 |
| 431 | 2026-08-25T16:33:42.866Z | Compiling autocfg v1.5.0 |
| 432 | 2026-08-25T16:33:42.953Z | Compiling pest_generator v2.8.6 |
| 433 | 2026-08-25T16:33:42.983Z | Compiling toml_write v0.1.2 |
| 434 | 2026-08-25T16:33:43.055Z | Compiling anstyle-query v1.1.5 |
| 435 | 2026-08-25T16:33:43.185Z | Compiling anstream v1.0.0 |
| 436 | 2026-08-25T16:33:43.284Z | Compiling fs-err v3.3.0 |
| 437 | 2026-08-25T16:33:43.470Z | Compiling unicode-width v0.1.14 |
| 438 | 2026-08-25T16:33:43.503Z | Compiling bytecount v0.6.9 |
| 439 | 2026-08-25T16:33:43.575Z | Compiling strsim v0.11.1 |
| 440 | 2026-08-25T16:33:43.592Z | Compiling heck v0.5.0 |
| 441 | 2026-08-25T16:33:43.619Z | Compiling once_cell v1.21.3 |
| 442 | 2026-08-25T16:33:43.636Z | Compiling heck v0.4.1 |
| 443 | 2026-08-25T16:33:43.754Z | Compiling fnv v1.0.7 |
| 444 | 2026-08-25T16:33:43.819Z | Compiling fastrand v2.3.0 |
| 445 | 2026-08-25T16:33:43.838Z | Compiling clap_lex v1.0.0 |
| 446 | 2026-08-25T16:33:43.855Z | Compiling anyhow v1.0.104 |
| 447 | 2026-08-25T16:33:43.859Z | Compiling papergrid v0.11.0 |
| 448 | 2026-08-25T16:33:43.931Z | Compiling semver v1.0.28 |
| 449 | 2026-08-25T16:33:44.032Z | Compiling tempfile v3.27.0 |
| 450 | 2026-08-25T16:33:44.050Z | Compiling tabled_derive v0.7.0 |
| 451 | 2026-08-25T16:33:44.075Z | Compiling clap_builder v4.6.0 |
| 452 | 2026-08-25T16:33:44.078Z | Compiling cargo-platform v0.3.2 |
| 453 | 2026-08-25T16:33:44.272Z | Compiling memmap v0.7.0 |
| 454 | 2026-08-25T16:33:44.364Z | Compiling smawk v0.3.2 |
| 455 | 2026-08-25T16:33:44.385Z | Compiling unicode-width v0.2.0 |
| 456 | 2026-08-25T16:33:44.403Z | Compiling unicode-linebreak v0.1.5 |
| 457 | 2026-08-25T16:33:44.503Z | Compiling camino-tempfile v1.4.1 |
| 458 | 2026-08-25T16:33:44.587Z | Compiling serde_derive v1.0.228 |
| 459 | 2026-08-25T16:33:44.640Z | Compiling thiserror-impl v1.0.69 |
| 460 | 2026-08-25T16:33:44.658Z | Compiling zerocopy-derive v0.7.35 |
| 461 | 2026-08-25T16:33:44.724Z | Compiling pest_derive v2.8.6 |
| 462 | 2026-08-25T16:33:44.795Z | Compiling scroll_derive v0.12.1 |
| 463 | 2026-08-25T16:33:44.937Z | Compiling thiserror-impl v2.0.18 |
| 464 | 2026-08-25T16:33:45.161Z | Compiling clap_derive v4.6.1 |
| 465 | 2026-08-25T16:33:45.277Z | Compiling tabled v0.15.0 |
| 466 | 2026-08-25T16:33:45.494Z | Compiling scroll v0.12.0 |
| 467 | 2026-08-25T16:33:45.516Z | Compiling zerocopy v0.7.35 |
| 468 | 2026-08-25T16:33:45.768Z | Compiling goblin v0.8.2 |
| 469 | 2026-08-25T16:33:45.977Z | Compiling dtrace-parser v0.2.0 |
| 470 | 2026-08-25T16:33:46.071Z | Compiling textwrap v0.16.2 |
| 471 | 2026-08-25T16:33:46.529Z | Compiling swrite v0.1.0 |
| 472 | 2026-08-25T16:33:46.997Z | Compiling clap v4.6.1 |
| 473 | 2026-08-25T16:33:47.693Z | Compiling serde_spanned v0.6.9 |
| 474 | 2026-08-25T16:33:47.693Z | Compiling toml_datetime v0.6.11 |
| 475 | 2026-08-25T16:33:47.697Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 476 | 2026-08-25T16:33:47.697Z | Compiling macaddr v1.0.1 |
| 477 | 2026-08-25T16:33:47.697Z | Compiling cargo_metadata v0.23.1 |
| 478 | 2026-08-25T16:33:47.772Z | Compiling dof v0.3.0 |
| 479 | 2026-08-25T16:33:47.789Z | Compiling serde_tokenstream v0.2.3 |
| 480 | 2026-08-25T16:33:47.889Z | Compiling toml_edit v0.22.27 |
| 481 | 2026-08-25T16:33:48.545Z | Compiling usdt-attr-macro v0.5.0 |
| 482 | 2026-08-25T16:33:48.549Z | Compiling usdt-macro v0.5.0 |
| 483 | 2026-08-25T16:33:49.118Z | Compiling usdt v0.5.0 |
| 484 | 2026-08-25T16:33:49.199Z | Compiling toml v0.8.23 |
| 485 | 2026-08-25T16:33:49.521Z | Compiling cargo_toml v0.21.0 |
| 486 | 2026-08-25T16:33:50.774Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 487 | 2026-08-25T16:33:52.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.96s |
| 488 | 2026-08-25T16:33:52.988Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 489 | 2026-08-25T16:33:53.595Z | Downloading crates ... |
| 490 | 2026-08-25T16:33:53.686Z | Downloaded addr2line v0.25.1 |
| 491 | 2026-08-25T16:33:53.686Z | Downloaded async-stream v0.3.6 |
| 492 | 2026-08-25T16:33:53.686Z | Downloaded bitfield-struct v0.6.2 |
| 493 | 2026-08-25T16:33:53.686Z | Downloaded aead v0.6.1 |
| 494 | 2026-08-25T16:33:53.686Z | Downloaded colored v3.1.1 |
| 495 | 2026-08-25T16:33:53.686Z | Downloaded cipher v0.5.2 |
| 496 | 2026-08-25T16:33:53.686Z | Downloaded chacha20 v0.10.0 |
| 497 | 2026-08-25T16:33:53.686Z | Downloaded aead v0.5.2 |
| 498 | 2026-08-25T16:33:53.686Z | Downloaded adler2 v2.0.1 |
| 499 | 2026-08-25T16:33:53.686Z | Downloaded bitfield-macros v0.19.4 |
| 500 | 2026-08-25T16:33:53.686Z | Downloaded aho-corasick v1.1.4 |
| 501 | 2026-08-25T16:33:53.687Z | Downloaded assert_matches v1.5.0 |
| 502 | 2026-08-25T16:33:53.687Z | Downloaded ascii-canvas v3.0.0 |
| 503 | 2026-08-25T16:33:53.687Z | Downloaded backtrace-ext v0.2.1 |
| 504 | 2026-08-25T16:33:53.687Z | Downloaded bit-vec v0.8.0 |
| 505 | 2026-08-25T16:33:53.687Z | Downloaded foreign-types-shared v0.1.1 |
| 506 | 2026-08-25T16:33:53.687Z | Downloaded futures-macro v0.3.32 |
| 507 | 2026-08-25T16:33:53.687Z | Downloaded float-cmp v0.10.0 |
| 508 | 2026-08-25T16:33:53.687Z | Downloaded async-bb8-diesel v0.2.1 |
| 509 | 2026-08-25T16:33:53.687Z | Downloaded flagset v0.4.7 |
| 510 | 2026-08-25T16:33:53.687Z | Downloaded fxhash v0.2.1 |
| 511 | 2026-08-25T16:33:53.687Z | Downloaded float-ord v0.3.2 |
| 512 | 2026-08-25T16:33:53.687Z | Downloaded foreign-types-shared v0.3.1 |
| 513 | 2026-08-25T16:33:53.687Z | Downloaded headers-core v0.3.0 |
| 514 | 2026-08-25T16:33:53.687Z | Downloaded hostname v0.4.2 |
| 515 | 2026-08-25T16:33:53.688Z | Downloaded allocator-api2 v0.2.21 |
| 516 | 2026-08-25T16:33:53.688Z | Downloaded ghash v0.6.0 |
| 517 | 2026-08-25T16:33:53.688Z | Downloaded git-stub v1.0.0 |
| 518 | 2026-08-25T16:33:53.688Z | Downloaded fixedbitset v0.4.2 |
| 519 | 2026-08-25T16:33:53.688Z | Downloaded futures-executor v0.3.32 |
| 520 | 2026-08-25T16:33:53.688Z | Downloaded env_logger v0.11.11 |
| 521 | 2026-08-25T16:33:53.688Z | Downloaded fd-lock v4.0.4 |
| 522 | 2026-08-25T16:33:53.688Z | Downloaded ff v0.13.1 |
| 523 | 2026-08-25T16:33:53.688Z | Downloaded futures-task v0.3.32 |
| 524 | 2026-08-25T16:33:53.688Z | Downloaded atty v0.2.14 |
| 525 | 2026-08-25T16:33:53.688Z | Downloaded gethostname v0.5.0 |
| 526 | 2026-08-25T16:33:53.688Z | Downloaded atomic-waker v1.1.2 |
| 527 | 2026-08-25T16:33:53.688Z | Downloaded fallible-iterator v0.2.0 |
| 528 | 2026-08-25T16:33:53.688Z | Downloaded git-stub-vcs v0.1.0 |
| 529 | 2026-08-25T16:33:53.688Z | Downloaded base16ct v0.2.0 |
| 530 | 2026-08-25T16:33:53.688Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 531 | 2026-08-25T16:33:53.689Z | Downloaded bit-set v0.8.0 |
| 532 | 2026-08-25T16:33:53.689Z | Downloaded funty v2.0.0 |
| 533 | 2026-08-25T16:33:53.689Z | Downloaded futures-core v0.3.32 |
| 534 | 2026-08-25T16:33:53.689Z | Downloaded globwalk v0.9.1 |
| 535 | 2026-08-25T16:33:53.689Z | Downloaded array-init v0.0.4 |
| 536 | 2026-08-25T16:33:53.689Z | Downloaded bb8 v0.8.6 |
| 537 | 2026-08-25T16:33:53.689Z | Downloaded futures-sink v0.3.32 |
| 538 | 2026-08-25T16:33:53.689Z | Downloaded argon2 v0.5.3 |
| 539 | 2026-08-25T16:33:53.689Z | Downloaded base64ct v1.8.3 |
| 540 | 2026-08-25T16:33:53.689Z | Downloaded bitfield v0.19.4 |
| 541 | 2026-08-25T16:33:53.689Z | Downloaded num-integer v0.1.46 |
| 542 | 2026-08-25T16:33:53.689Z | Downloaded cfg_aliases v0.2.1 |
| 543 | 2026-08-25T16:33:53.690Z | Downloaded find-msvc-tools v0.1.9 |
| 544 | 2026-08-25T16:33:53.690Z | Downloaded async-recursion v1.1.1 |
| 545 | 2026-08-25T16:33:53.690Z | Downloaded ciborium-io v0.2.2 |
| 546 | 2026-08-25T16:33:53.690Z | Downloaded const-oid v0.10.2 |
| 547 | 2026-08-25T16:33:53.690Z | Downloaded async-stream-impl v0.3.6 |
| 548 | 2026-08-25T16:33:53.690Z | Downloaded base16ct v1.0.0 |
| 549 | 2026-08-25T16:33:53.690Z | Downloaded hash32 v0.3.1 |
| 550 | 2026-08-25T16:33:53.690Z | Downloaded hostname v0.3.1 |
| 551 | 2026-08-25T16:33:53.690Z | Downloaded cobs v0.3.0 |
| 552 | 2026-08-25T16:33:53.690Z | Downloaded hubpack_derive v0.1.1 |
| 553 | 2026-08-25T16:33:53.690Z | Downloaded env_filter v2.0.0 |
| 554 | 2026-08-25T16:33:53.690Z | Downloaded form_urlencoded v1.2.2 |
| 555 | 2026-08-25T16:33:53.690Z | Downloaded fs_extra v1.3.0 |
| 556 | 2026-08-25T16:33:53.758Z | Downloaded foreign-types v0.3.2 |
| 557 | 2026-08-25T16:33:53.758Z | Downloaded httpdate v1.0.3 |
| 558 | 2026-08-25T16:33:53.758Z | Downloaded atomicwrites v0.4.4 |
| 559 | 2026-08-25T16:33:53.758Z | Downloaded cfg_aliases v0.1.1 |
| 560 | 2026-08-25T16:33:53.758Z | Downloaded ciborium-ll v0.2.2 |
| 561 | 2026-08-25T16:33:53.758Z | Downloaded http-range v0.1.5 |
| 562 | 2026-08-25T16:33:53.758Z | Downloaded foreign-types-macros v0.2.3 |
| 563 | 2026-08-25T16:33:53.758Z | Downloaded block-buffer v0.12.1 |
| 564 | 2026-08-25T16:33:53.758Z | Downloaded compression-core v0.4.31 |
| 565 | 2026-08-25T16:33:53.758Z | Downloaded home v0.5.12 |
| 566 | 2026-08-25T16:33:53.759Z | Downloaded nonempty v0.12.0 |
| 567 | 2026-08-25T16:33:53.759Z | Downloaded num_threads v0.1.7 |
| 568 | 2026-08-25T16:33:53.759Z | Downloaded ff v0.14.0 |
| 569 | 2026-08-25T16:33:53.759Z | Downloaded erased-serde v0.3.31 |
| 570 | 2026-08-25T16:33:53.759Z | Downloaded cmake v0.1.57 |
| 571 | 2026-08-25T16:33:53.759Z | Downloaded fs-err v2.11.0 |
| 572 | 2026-08-25T16:33:53.759Z | Downloaded highway v1.3.0 |
| 573 | 2026-08-25T16:33:53.759Z | Downloaded humantime v2.3.0 |
| 574 | 2026-08-25T16:33:53.759Z | Downloaded blowfish v0.10.0 |
| 575 | 2026-08-25T16:33:53.759Z | Downloaded castaway v0.2.4 |
| 576 | 2026-08-25T16:33:53.760Z | Downloaded async-trait v0.1.89 |
| 577 | 2026-08-25T16:33:53.760Z | Downloaded futures-io v0.3.32 |
| 578 | 2026-08-25T16:33:53.760Z | Downloaded bitflags v1.3.2 |
| 579 | 2026-08-25T16:33:53.760Z | Downloaded normalize-line-endings v0.3.0 |
| 580 | 2026-08-25T16:33:53.760Z | Downloaded foreign-types v0.5.0 |
| 581 | 2026-08-25T16:33:53.760Z | Downloaded hyper-tls v0.6.0 |
| 582 | 2026-08-25T16:33:53.760Z | Downloaded openssl-macros v0.1.1 |
| 583 | 2026-08-25T16:33:53.760Z | Downloaded hubpack v0.1.2 |
| 584 | 2026-08-25T16:33:53.760Z | Downloaded anstream v0.6.21 |
| 585 | 2026-08-25T16:33:53.760Z | Downloaded backoff v0.4.0 |
| 586 | 2026-08-25T16:33:53.760Z | Downloaded http-body v1.0.1 |
| 587 | 2026-08-25T16:33:53.760Z | Downloaded hex-literal v1.1.0 |
| 588 | 2026-08-25T16:33:53.760Z | Downloaded peg-runtime v0.8.5 |
| 589 | 2026-08-25T16:33:53.760Z | Downloaded block-padding v0.4.2 |
| 590 | 2026-08-25T16:33:53.760Z | Downloaded hash32 v0.2.1 |
| 591 | 2026-08-25T16:33:53.761Z | Downloaded bit-vec v0.6.3 |
| 592 | 2026-08-25T16:33:53.761Z | Downloaded anstyle-parse v0.2.7 |
| 593 | 2026-08-25T16:33:53.761Z | Downloaded arrayvec v0.7.6 |
| 594 | 2026-08-25T16:33:53.761Z | Downloaded arrayref v0.3.9 |
| 595 | 2026-08-25T16:33:53.761Z | Downloaded cassowary v0.3.0 |
| 596 | 2026-08-25T16:33:53.761Z | Downloaded foldhash v0.2.0 |
| 597 | 2026-08-25T16:33:53.761Z | Downloaded cipher v0.4.4 |
| 598 | 2026-08-25T16:33:53.761Z | Downloaded bs58 v0.5.1 |
| 599 | 2026-08-25T16:33:53.761Z | Downloaded compression-codecs v0.4.37 |
| 600 | 2026-08-25T16:33:53.761Z | Downloaded filetime v0.2.27 |
| 601 | 2026-08-25T16:33:53.761Z | Downloaded foldhash v0.1.5 |
| 602 | 2026-08-25T16:33:53.761Z | Downloaded bcs v0.1.6 |
| 603 | 2026-08-25T16:33:53.762Z | Downloaded buf-list v1.1.2 |
| 604 | 2026-08-25T16:33:53.762Z | Downloaded phf_shared v0.11.3 |
| 605 | 2026-08-25T16:33:53.762Z | Downloaded powerfmt v0.2.0 |
| 606 | 2026-08-25T16:33:53.762Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 607 | 2026-08-25T16:33:53.762Z | Downloaded bit-set v0.5.3 |
| 608 | 2026-08-25T16:33:53.762Z | Downloaded russh-cryptovec v0.62.0 |
| 609 | 2026-08-25T16:33:53.762Z | Downloaded futures-channel v0.3.32 |
| 610 | 2026-08-25T16:33:53.762Z | Downloaded secrecy v0.10.3 |
| 611 | 2026-08-25T16:33:53.762Z | Downloaded password-hash v0.5.0 |
| 612 | 2026-08-25T16:33:53.762Z | Downloaded camino-tempfile-ext v0.3.3 |
| 613 | 2026-08-25T16:33:53.859Z | Downloaded cexpr v0.6.0 |
| 614 | 2026-08-25T16:33:53.859Z | Downloaded cmov v0.5.4 |
| 615 | 2026-08-25T16:33:53.859Z | Downloaded hyper-staticfile v0.10.1 |
| 616 | 2026-08-25T16:33:53.859Z | Downloaded scopeguard v1.2.0 |
| 617 | 2026-08-25T16:33:53.859Z | Downloaded console v0.15.11 |
| 618 | 2026-08-25T16:33:53.859Z | Downloaded sha1 v0.11.0 |
| 619 | 2026-08-25T16:33:53.860Z | Downloaded serde_bytes v0.11.19 |
| 620 | 2026-08-25T16:33:53.860Z | Downloaded sha1 v0.10.6 |
| 621 | 2026-08-25T16:33:53.860Z | Downloaded signature v2.2.0 |
| 622 | 2026-08-25T16:33:53.860Z | Downloaded getrandom v0.3.4 |
| 623 | 2026-08-25T16:33:53.860Z | Downloaded glob v0.3.3 |
| 624 | 2026-08-25T16:33:53.860Z | Downloaded sqlparser_derive v0.5.0 |
| 625 | 2026-08-25T16:33:53.860Z | Downloaded strsim v0.10.0 |
| 626 | 2026-08-25T16:33:53.860Z | Downloaded structmeta v0.3.0 |
| 627 | 2026-08-25T16:33:53.860Z | Downloaded globset v0.4.18 |
| 628 | 2026-08-25T16:33:53.860Z | Downloaded supports-unicode v3.0.0 |
| 629 | 2026-08-25T16:33:53.860Z | Downloaded tokio-macros v2.7.0 |
| 630 | 2026-08-25T16:33:53.860Z | Downloaded hex v0.4.3 |
| 631 | 2026-08-25T16:33:53.860Z | Downloaded const-oid v0.9.6 |
| 632 | 2026-08-25T16:33:53.860Z | Downloaded bzip2 v0.6.1 |
| 633 | 2026-08-25T16:33:53.861Z | Downloaded ciborium v0.2.2 |
| 634 | 2026-08-25T16:33:53.861Z | Downloaded clang-sys v1.8.1 |
| 635 | 2026-08-25T16:33:53.861Z | Downloaded bzip2 v0.4.4 |
| 636 | 2026-08-25T16:33:53.861Z | Downloaded chacha20 v0.9.1 |
| 637 | 2026-08-25T16:33:53.861Z | Downloaded backon v1.6.0 |
| 638 | 2026-08-25T16:33:53.861Z | Downloaded fixedbitset v0.5.7 |
| 639 | 2026-08-25T16:33:53.861Z | Downloaded oxnet v0.1.6 |
| 640 | 2026-08-25T16:33:53.861Z | Downloaded blake2 v0.10.6 |
| 641 | 2026-08-25T16:33:53.861Z | Downloaded subtle v2.6.1 |
| 642 | 2026-08-25T16:33:53.861Z | Downloaded byte-wrapper v0.1.0 |
| 643 | 2026-08-25T16:33:53.861Z | Downloaded colored v2.2.0 |
| 644 | 2026-08-25T16:33:53.861Z | Downloaded console v0.16.2 |
| 645 | 2026-08-25T16:33:53.861Z | Downloaded rustversion v1.0.22 |
| 646 | 2026-08-25T16:33:53.861Z | Downloaded take_mut v0.2.2 |
| 647 | 2026-08-25T16:33:53.861Z | Downloaded time-core v0.1.8 |
| 648 | 2026-08-25T16:33:53.861Z | Downloaded http-body-util v0.1.3 |
| 649 | 2026-08-25T16:33:53.861Z | Downloaded rusty-fork v0.3.1 |
| 650 | 2026-08-25T16:33:53.862Z | Downloaded ahash v0.8.12 |
| 651 | 2026-08-25T16:33:53.862Z | Downloaded pbkdf2 v0.13.0 |
| 652 | 2026-08-25T16:33:53.862Z | Downloaded argon2 v0.6.0-rc.8 |
| 653 | 2026-08-25T16:33:53.862Z | Downloaded cancel-safe-futures v0.1.5 |
| 654 | 2026-08-25T16:33:53.862Z | Downloaded blake2 v0.11.0-rc.6 |
| 655 | 2026-08-25T16:33:53.862Z | Downloaded progenitor-extras v0.2.0 |
| 656 | 2026-08-25T16:33:53.862Z | Downloaded usdt-macro v0.6.0 |
| 657 | 2026-08-25T16:33:53.862Z | Downloaded ppv-lite86 v0.2.21 |
| 658 | 2026-08-25T16:33:53.862Z | Downloaded want v0.3.1 |
| 659 | 2026-08-25T16:33:53.862Z | Downloaded serde_tokenstream v0.3.0 |
| 660 | 2026-08-25T16:33:53.862Z | Downloaded half v1.8.3 |
| 661 | 2026-08-25T16:33:53.862Z | Downloaded rand_core v0.9.5 |
| 662 | 2026-08-25T16:33:53.863Z | Downloaded rand_core v0.10.0 |
| 663 | 2026-08-25T16:33:53.863Z | Downloaded serde-hex v0.1.0 |
| 664 | 2026-08-25T16:33:53.863Z | Downloaded xshell-macros v0.2.7 |
| 665 | 2026-08-25T16:33:53.863Z | Downloaded hyper-rustls v0.27.7 |
| 666 | 2026-08-25T16:33:53.863Z | Downloaded httparse v1.10.1 |
| 667 | 2026-08-25T16:33:53.863Z | Downloaded convert_case v0.4.0 |
| 668 | 2026-08-25T16:33:53.863Z | Downloaded crunchy v0.2.4 |
| 669 | 2026-08-25T16:33:53.863Z | Downloaded unarray v0.1.4 |
| 670 | 2026-08-25T16:33:53.863Z | Downloaded usdt v0.6.0 |
| 671 | 2026-08-25T16:33:53.863Z | Downloaded snafu-derive v0.8.9 |
| 672 | 2026-08-25T16:33:53.863Z | Downloaded radium v0.7.0 |
| 673 | 2026-08-25T16:33:53.863Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 674 | 2026-08-25T16:33:53.863Z | Downloaded rpassword v7.5.4 |
| 675 | 2026-08-25T16:33:53.863Z | Downloaded scroll v0.13.0 |
| 676 | 2026-08-25T16:33:53.863Z | Downloaded slog-envlogger v2.2.0 |
| 677 | 2026-08-25T16:33:53.863Z | Downloaded darling_macro v0.20.11 |
| 678 | 2026-08-25T16:33:53.863Z | Downloaded darling_macro v0.21.3 |
| 679 | 2026-08-25T16:33:53.863Z | Downloaded yoke-derive v0.8.1 |
| 680 | 2026-08-25T16:33:53.863Z | Downloaded zone_cfg_derive v0.3.1 |
| 681 | 2026-08-25T16:33:53.863Z | Downloaded flate2 v1.1.9 |
| 682 | 2026-08-25T16:33:53.863Z | Downloaded elliptic-curve v0.14.1 |
| 683 | 2026-08-25T16:33:53.863Z | Downloaded cbc v0.2.1 |
| 684 | 2026-08-25T16:33:53.863Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 685 | 2026-08-25T16:33:53.985Z | Downloaded group v0.14.0 |
| 686 | 2026-08-25T16:33:53.985Z | Downloaded hmac v0.12.1 |
| 687 | 2026-08-25T16:33:53.985Z | Downloaded num-traits v0.2.19 |
| 688 | 2026-08-25T16:33:53.985Z | Downloaded hmac v0.13.0 |
| 689 | 2026-08-25T16:33:53.985Z | Downloaded iana-time-zone v0.1.65 |
| 690 | 2026-08-25T16:33:53.985Z | Downloaded slog-term v2.9.2 |
| 691 | 2026-08-25T16:33:53.985Z | Downloaded stable_deref_trait v1.2.1 |
| 692 | 2026-08-25T16:33:53.985Z | Downloaded defmt-parser v1.0.0 |
| 693 | 2026-08-25T16:33:53.985Z | Downloaded dirs-sys-next v0.1.2 |
| 694 | 2026-08-25T16:33:53.985Z | Downloaded dtrace-parser v0.3.0 |
| 695 | 2026-08-25T16:33:53.985Z | Downloaded wyz v0.5.1 |
| 696 | 2026-08-25T16:33:53.985Z | Downloaded downcast-rs v2.0.2 |
| 697 | 2026-08-25T16:33:53.985Z | Downloaded generic-array v1.4.3 |
| 698 | 2026-08-25T16:33:53.985Z | Downloaded smallvec v0.6.14 |
| 699 | 2026-08-25T16:33:53.985Z | Downloaded string_cache v0.8.9 |
| 700 | 2026-08-25T16:33:53.985Z | Downloaded thread_local v1.1.9 |
| 701 | 2026-08-25T16:33:53.985Z | Downloaded parking_lot_core v0.9.12 |
| 702 | 2026-08-25T16:33:53.986Z | Downloaded pkcs1 v0.7.5 |
| 703 | 2026-08-25T16:33:53.986Z | Downloaded oso v0.27.3 |
| 704 | 2026-08-25T16:33:53.986Z | Downloaded base64 v0.22.1 |
| 705 | 2026-08-25T16:33:53.986Z | Downloaded zeroize v1.9.0 |
| 706 | 2026-08-25T16:33:53.986Z | Downloaded getrandom v0.2.17 |
| 707 | 2026-08-25T16:33:53.986Z | Downloaded illumos-nvpair v0.3.0 |
| 708 | 2026-08-25T16:33:53.986Z | Downloaded inout v0.2.2 |
| 709 | 2026-08-25T16:33:53.986Z | Downloaded kstat-rs v0.2.5 |
| 710 | 2026-08-25T16:33:53.986Z | Downloaded keccak v0.1.6 |
| 711 | 2026-08-25T16:33:53.986Z | Downloaded lru-cache v0.1.2 |
| 712 | 2026-08-25T16:33:53.986Z | Downloaded dof v0.4.0 |
| 713 | 2026-08-25T16:33:53.986Z | Downloaded embedded-io v0.6.1 |
| 714 | 2026-08-25T16:33:53.986Z | Downloaded ident_case v1.0.1 |
| 715 | 2026-08-25T16:33:53.986Z | Downloaded flume v0.11.1 |
| 716 | 2026-08-25T16:33:53.986Z | Downloaded futures v0.3.32 |
| 717 | 2026-08-25T16:33:53.986Z | Downloaded group v0.13.0 |
| 718 | 2026-08-25T16:33:53.986Z | Downloaded papergrid v0.18.0 |
| 719 | 2026-08-25T16:33:53.987Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 720 | 2026-08-25T16:33:53.987Z | Downloaded vergen-lib v0.1.6 |
| 721 | 2026-08-25T16:33:53.987Z | Downloaded maplit v1.0.2 |
| 722 | 2026-08-25T16:33:53.987Z | Downloaded match_cfg v0.1.0 |
| 723 | 2026-08-25T16:33:53.987Z | Downloaded internet-checksum v0.2.1 |
| 724 | 2026-08-25T16:33:53.987Z | Downloaded critical-section v1.2.0 |
| 725 | 2026-08-25T16:33:53.987Z | Downloaded libscf-sys v1.2.0 |
| 726 | 2026-08-25T16:33:53.987Z | Downloaded new_debug_unreachable v1.0.6 |
| 727 | 2026-08-25T16:33:53.987Z | Downloaded lazy_static v1.5.0 |
| 728 | 2026-08-25T16:33:53.987Z | Downloaded newline-converter v0.3.0 |
| 729 | 2026-08-25T16:33:53.987Z | Downloaded num-iter v0.1.45 |
| 730 | 2026-08-25T16:33:53.987Z | Downloaded openssl-probe v0.1.6 |
| 731 | 2026-08-25T16:33:53.987Z | Downloaded tokio-native-tls v0.3.1 |
| 732 | 2026-08-25T16:33:53.987Z | Downloaded num_enum_derive v0.5.11 |
| 733 | 2026-08-25T16:33:53.987Z | Downloaded postcard v1.1.3 |
| 734 | 2026-08-25T16:33:53.988Z | Downloaded der_derive v0.7.3 |
| 735 | 2026-08-25T16:33:53.988Z | Downloaded rcgen v0.12.1 |
| 736 | 2026-08-25T16:33:53.988Z | Downloaded ctr v0.10.1 |
| 737 | 2026-08-25T16:33:53.988Z | Downloaded compact_str v0.8.1 |
| 738 | 2026-08-25T16:33:53.988Z | Downloaded half v2.7.1 |
| 739 | 2026-08-25T16:33:53.988Z | Downloaded fatfs v0.3.6 |
| 740 | 2026-08-25T16:33:53.988Z | Downloaded ar_archive_writer v0.5.1 |
| 741 | 2026-08-25T16:33:53.988Z | Downloaded base64 v0.21.7 |
| 742 | 2026-08-25T16:33:53.988Z | Downloaded chumsky v0.9.3 |
| 743 | 2026-08-25T16:33:53.988Z | Downloaded ed25519 v2.2.3 |
| 744 | 2026-08-25T16:33:53.988Z | Downloaded omicron-zone-package v0.12.3 |
| 745 | 2026-08-25T16:33:53.988Z | Downloaded uzers v0.12.2 |
| 746 | 2026-08-25T16:33:53.989Z | Downloaded arc-swap v1.8.2 |
| 747 | 2026-08-25T16:33:53.989Z | Downloaded unicode-properties v0.1.4 |
| 748 | 2026-08-25T16:33:53.989Z | Downloaded bytes v1.11.1 |
| 749 | 2026-08-25T16:33:53.989Z | Downloaded expectorate v1.2.0 |
| 750 | 2026-08-25T16:33:53.989Z | Downloaded headers v0.4.1 |
| 751 | 2026-08-25T16:33:53.989Z | Downloaded hybrid-array v0.4.13 |
| 752 | 2026-08-25T16:33:53.989Z | Downloaded rand_chacha v0.3.1 |
| 753 | 2026-08-25T16:33:53.989Z | Downloaded quick-error v1.2.3 |
| 754 | 2026-08-25T16:33:53.989Z | Downloaded chacha20poly1305 v0.10.1 |
| 755 | 2026-08-25T16:33:53.989Z | Downloaded openssl-sys v0.9.117 |
| 756 | 2026-08-25T16:33:53.990Z | Downloaded signal-hook v0.3.18 |
| 757 | 2026-08-25T16:33:53.990Z | Downloaded diesel-dtrace v0.5.0 |
| 758 | 2026-08-25T16:33:53.990Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 759 | 2026-08-25T16:33:53.990Z | Downloaded pkcs5 v0.8.1 |
| 760 | 2026-08-25T16:33:54.045Z | Downloaded enum_dispatch v0.3.13 |
| 761 | 2026-08-25T16:33:54.046Z | Downloaded proc-macro-crate v3.4.0 |
| 762 | 2026-08-25T16:33:54.046Z | Downloaded hickory-resolver v0.24.4 |
| 763 | 2026-08-25T16:33:54.046Z | Downloaded cookie_store v0.22.1 |
| 764 | 2026-08-25T16:33:54.046Z | Downloaded oxide-update-engine-types v0.1.2 |
| 765 | 2026-08-25T16:33:54.046Z | Downloaded similar v2.7.0 |
| 766 | 2026-08-25T16:33:54.046Z | Downloaded tracing-attributes v0.1.31 |
| 767 | 2026-08-25T16:33:54.046Z | Downloaded russh-util v0.52.0 |
| 768 | 2026-08-25T16:33:54.046Z | Downloaded darling v0.20.11 |
| 769 | 2026-08-25T16:33:54.046Z | Downloaded test-strategy v0.4.5 |
| 770 | 2026-08-25T16:33:54.046Z | Downloaded ipnet v2.12.0 |
| 771 | 2026-08-25T16:33:54.046Z | Downloaded libsw v3.5.0 |
| 772 | 2026-08-25T16:33:54.046Z | Downloaded miette-derive v7.6.0 |
| 773 | 2026-08-25T16:33:54.046Z | Downloaded rtoolbox v0.0.3 |
| 774 | 2026-08-25T16:33:54.046Z | Downloaded serde_spanned v1.1.1 |
| 775 | 2026-08-25T16:33:54.046Z | Downloaded sponge-cursor v0.1.0 |
| 776 | 2026-08-25T16:33:54.046Z | Downloaded strum v0.26.3 |
| 777 | 2026-08-25T16:33:54.046Z | Downloaded strum v0.27.2 |
| 778 | 2026-08-25T16:33:54.046Z | Downloaded same-file v1.0.6 |
| 779 | 2026-08-25T16:33:54.046Z | Downloaded sapling-renderdag v0.1.0 |
| 780 | 2026-08-25T16:33:54.046Z | Downloaded scheduled-thread-pool v0.2.7 |
| 781 | 2026-08-25T16:33:54.046Z | Downloaded rayon-core v1.13.0 |
| 782 | 2026-08-25T16:33:54.046Z | Downloaded bumpalo v3.20.2 |
| 783 | 2026-08-25T16:33:54.047Z | Downloaded signal-hook-mio v0.2.5 |
| 784 | 2026-08-25T16:33:54.047Z | Downloaded signal-hook-tokio v0.3.1 |
| 785 | 2026-08-25T16:33:54.047Z | Downloaded shell-words v1.1.1 |
| 786 | 2026-08-25T16:33:54.047Z | Downloaded hyper-util v0.1.20 |
| 787 | 2026-08-25T16:33:54.047Z | Downloaded oxide-generation v0.1.3 |
| 788 | 2026-08-25T16:33:54.047Z | Downloaded derive_builder v0.20.2 |
| 789 | 2026-08-25T16:33:54.047Z | Downloaded tabwriter v1.4.1 |
| 790 | 2026-08-25T16:33:54.047Z | Downloaded phc v0.6.1 |
| 791 | 2026-08-25T16:33:54.047Z | Downloaded rustls-platform-verifier v0.6.2 |
| 792 | 2026-08-25T16:33:54.047Z | Downloaded parking_lot_core v0.8.6 |
| 793 | 2026-08-25T16:33:54.047Z | Downloaded cc v1.2.56 |
| 794 | 2026-08-25T16:33:54.047Z | Downloaded vte v0.14.1 |
| 795 | 2026-08-25T16:33:54.047Z | Downloaded ecdsa v0.17.0 |
| 796 | 2026-08-25T16:33:54.047Z | Downloaded heapless v0.7.17 |
| 797 | 2026-08-25T16:33:54.047Z | Downloaded primefield v0.14.0 |
| 798 | 2026-08-25T16:33:54.048Z | Downloaded unicode-xid v0.2.6 |
| 799 | 2026-08-25T16:33:54.048Z | Downloaded heapless v0.8.0 |
| 800 | 2026-08-25T16:33:54.048Z | Downloaded num_enum_derive v0.7.6 |
| 801 | 2026-08-25T16:33:54.048Z | Downloaded peg v0.8.5 |
| 802 | 2026-08-25T16:33:54.048Z | Downloaded pem-rfc7468 v1.0.0 |
| 803 | 2026-08-25T16:33:54.048Z | Downloaded postgres-protocol v0.6.12 |
| 804 | 2026-08-25T16:33:54.048Z | Downloaded whoami v1.6.1 |
| 805 | 2026-08-25T16:33:54.048Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 806 | 2026-08-25T16:33:54.048Z | Downloaded testing_table v0.3.0 |
| 807 | 2026-08-25T16:33:54.048Z | Downloaded tokio-test v0.4.5 |
| 808 | 2026-08-25T16:33:54.048Z | Downloaded tower-layer v0.3.3 |
| 809 | 2026-08-25T16:33:54.049Z | Downloaded try-lock v0.2.5 |
| 810 | 2026-08-25T16:33:54.049Z | Downloaded term v0.7.0 |
| 811 | 2026-08-25T16:33:54.049Z | Downloaded universal-hash v0.6.1 |
| 812 | 2026-08-25T16:33:54.049Z | Downloaded oxide-update-engine-display v0.1.2 |
| 813 | 2026-08-25T16:33:54.049Z | Downloaded predicates v3.1.4 |
| 814 | 2026-08-25T16:33:54.049Z | Downloaded resolv-conf v0.7.6 |
| 815 | 2026-08-25T16:33:54.049Z | Downloaded cpubits v0.1.1 |
| 816 | 2026-08-25T16:33:54.049Z | Downloaded pretty_assertions v1.4.1 |
| 817 | 2026-08-25T16:33:54.049Z | Downloaded prefix-trie v0.7.0 |
| 818 | 2026-08-25T16:33:54.049Z | Downloaded progenitor v0.13.0 |
| 819 | 2026-08-25T16:33:54.049Z | Downloaded snafu v0.8.9 |
| 820 | 2026-08-25T16:33:54.050Z | Downloaded icu_collections v2.1.1 |
| 821 | 2026-08-25T16:33:54.050Z | Downloaded ssh-cipher v0.3.0 |
| 822 | 2026-08-25T16:33:54.050Z | Downloaded serde_path_to_error v0.1.20 |
| 823 | 2026-08-25T16:33:54.050Z | Downloaded async-compression v0.4.41 |
| 824 | 2026-08-25T16:33:54.050Z | Downloaded backtrace v0.3.76 |
| 825 | 2026-08-25T16:33:54.050Z | Downloaded zopfli v0.8.3 |
| 826 | 2026-08-25T16:33:54.050Z | Downloaded crc-any v2.5.0 |
| 827 | 2026-08-25T16:33:54.050Z | Downloaded rustls-webpki v0.103.13 |
| 828 | 2026-08-25T16:33:54.050Z | Downloaded parking_lot v0.12.5 |
| 829 | 2026-08-25T16:33:54.050Z | Downloaded serdect v0.4.3 |
| 830 | 2026-08-25T16:33:54.050Z | Downloaded dyn-clone v1.0.20 |
| 831 | 2026-08-25T16:33:54.050Z | Downloaded embedded-io v0.4.0 |
| 832 | 2026-08-25T16:33:54.050Z | Downloaded inout v0.1.4 |
| 833 | 2026-08-25T16:33:54.051Z | Downloaded signal-hook-registry v1.4.8 |
| 834 | 2026-08-25T16:33:54.051Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 835 | 2026-08-25T16:33:54.051Z | Downloaded difflib v0.4.0 |
| 836 | 2026-08-25T16:33:54.051Z | Downloaded lalrpop-util v0.19.12 |
| 837 | 2026-08-25T16:33:54.051Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 838 | 2026-08-25T16:33:54.051Z | Downloaded lzss v0.8.2 |
| 839 | 2026-08-25T16:33:54.051Z | Downloaded parse-display v0.10.0 |
| 840 | 2026-08-25T16:33:54.051Z | Downloaded darling v0.21.3 |
| 841 | 2026-08-25T16:33:54.051Z | Downloaded zip v0.6.6 |
| 842 | 2026-08-25T16:33:54.051Z | Downloaded pkcs8 v0.11.0 |
| 843 | 2026-08-25T16:33:54.051Z | Downloaded thiserror-no-std v2.0.2 |
| 844 | 2026-08-25T16:33:54.051Z | Downloaded tls_codec v0.4.2 |
| 845 | 2026-08-25T16:33:54.051Z | Downloaded tui-tree-widget v0.23.1 |
| 846 | 2026-08-25T16:33:54.051Z | Downloaded walkdir v2.5.0 |
| 847 | 2026-08-25T16:33:54.051Z | Downloaded linked-hash-map v0.5.6 |
| 848 | 2026-08-25T16:33:54.052Z | Downloaded whoami v2.1.0 |
| 849 | 2026-08-25T16:33:54.052Z | Downloaded zstd-safe v7.2.4 |
| 850 | 2026-08-25T16:33:54.162Z | Downloaded predicates-tree v1.0.13 |
| 851 | 2026-08-25T16:33:54.162Z | Downloaded progenitor-client v0.14.0 |
| 852 | 2026-08-25T16:33:54.162Z | Downloaded proc-macro-crate v1.3.1 |
| 853 | 2026-08-25T16:33:54.162Z | Downloaded progenitor-impl v0.13.0 |
| 854 | 2026-08-25T16:33:54.162Z | Downloaded publicsuffix v2.3.0 |
| 855 | 2026-08-25T16:33:54.162Z | Downloaded poly1305 v0.9.0 |
| 856 | 2026-08-25T16:33:54.163Z | Downloaded quinn v0.11.11 |
| 857 | 2026-08-25T16:33:54.163Z | Downloaded proc-macro-error2 v2.0.1 |
| 858 | 2026-08-25T16:33:54.163Z | Downloaded vergen-lib v9.1.0 |
| 859 | 2026-08-25T16:33:54.163Z | Downloaded opaque-debug v0.3.1 |
| 860 | 2026-08-25T16:33:54.163Z | Downloaded vergen-gitcl v1.0.8 |
| 861 | 2026-08-25T16:33:54.163Z | Downloaded native-tls v0.2.18 |
| 862 | 2026-08-25T16:33:54.163Z | Downloaded path-slash v0.1.5 |
| 863 | 2026-08-25T16:33:54.163Z | Downloaded daft-derive v0.1.8 |
| 864 | 2026-08-25T16:33:54.163Z | Downloaded darling v0.13.4 |
| 865 | 2026-08-25T16:33:54.163Z | Downloaded delegate v0.13.5 |
| 866 | 2026-08-25T16:33:54.163Z | Downloaded tracing-core v0.1.36 |
| 867 | 2026-08-25T16:33:54.163Z | Downloaded unsafe-libyaml v0.2.11 |
| 868 | 2026-08-25T16:33:54.163Z | Downloaded http v1.4.2 |
| 869 | 2026-08-25T16:33:54.163Z | Downloaded derive-ex v0.1.8 |
| 870 | 2026-08-25T16:33:54.164Z | Downloaded ecdsa v0.16.9 |
| 871 | 2026-08-25T16:33:54.164Z | Downloaded rfc6979 v0.4.0 |
| 872 | 2026-08-25T16:33:54.164Z | Downloaded rand_pcg v0.10.2 |
| 873 | 2026-08-25T16:33:54.164Z | Downloaded tokio-stream v0.1.18 |
| 874 | 2026-08-25T16:33:54.164Z | Downloaded secrecy v0.8.0 |
| 875 | 2026-08-25T16:33:54.164Z | Downloaded shlex v1.3.0 |
| 876 | 2026-08-25T16:33:54.165Z | Downloaded keccak v0.2.0 |
| 877 | 2026-08-25T16:33:54.165Z | Downloaded linear-map v1.2.0 |
| 878 | 2026-08-25T16:33:54.165Z | Downloaded newtype-uuid-macros v0.1.0 |
| 879 | 2026-08-25T16:33:54.165Z | Downloaded pin-project v1.1.11 |
| 880 | 2026-08-25T16:33:54.165Z | Downloaded digest v0.11.3 |
| 881 | 2026-08-25T16:33:54.165Z | Downloaded mime_guess v2.0.5 |
| 882 | 2026-08-25T16:33:54.165Z | Downloaded newtype-uuid v1.3.2 |
| 883 | 2026-08-25T16:33:54.165Z | Downloaded nu-ansi-term v0.50.3 |
| 884 | 2026-08-25T16:33:54.165Z | Downloaded sigpipe v0.1.3 |
| 885 | 2026-08-25T16:33:54.165Z | Downloaded icu_locale_core v2.1.1 |
| 886 | 2026-08-25T16:33:54.166Z | Downloaded indexmap v1.9.3 |
| 887 | 2026-08-25T16:33:54.166Z | Downloaded indicatif v0.18.4 |
| 888 | 2026-08-25T16:33:54.285Z | Downloaded supports-color v3.0.2 |
| 889 | 2026-08-25T16:33:54.285Z | Downloaded num_enum v0.5.11 |
| 890 | 2026-08-25T16:33:54.285Z | Downloaded tower-service v0.3.3 |
| 891 | 2026-08-25T16:33:54.285Z | Downloaded void v1.0.2 |
| 892 | 2026-08-25T16:33:54.286Z | Downloaded csv-core v0.1.13 |
| 893 | 2026-08-25T16:33:54.286Z | Downloaded hickory-resolver v0.25.2 |
| 894 | 2026-08-25T16:33:54.286Z | Downloaded darling v0.23.0 |
| 895 | 2026-08-25T16:33:54.286Z | Downloaded hashbrown v0.12.3 |
| 896 | 2026-08-25T16:33:54.286Z | Downloaded hashbrown v0.13.2 |
| 897 | 2026-08-25T16:33:54.286Z | Downloaded miniz_oxide v0.8.9 |
| 898 | 2026-08-25T16:33:54.286Z | Downloaded ipnetwork v0.21.1 |
| 899 | 2026-08-25T16:33:54.286Z | Downloaded module-lattice v0.2.3 |
| 900 | 2026-08-25T16:33:54.286Z | Downloaded rand v0.10.1 |
| 901 | 2026-08-25T16:33:54.286Z | Downloaded strum_macros v0.24.3 |
| 902 | 2026-08-25T16:33:54.286Z | Downloaded tinyvec_macros v0.1.1 |
| 903 | 2026-08-25T16:33:54.286Z | Downloaded rand_chacha v0.9.0 |
| 904 | 2026-08-25T16:33:54.286Z | Downloaded rand_core v0.6.4 |
| 905 | 2026-08-25T16:33:54.286Z | Downloaded crc-catalog v2.4.0 |
| 906 | 2026-08-25T16:33:54.286Z | Downloaded phf v0.13.1 |
| 907 | 2026-08-25T16:33:54.286Z | Downloaded olpc-cjson v0.1.4 |
| 908 | 2026-08-25T16:33:54.286Z | Downloaded paste v1.0.15 |
| 909 | 2026-08-25T16:33:54.286Z | Downloaded utf8_iter v1.0.4 |
| 910 | 2026-08-25T16:33:54.287Z | Downloaded zerofrom v0.1.6 |
| 911 | 2026-08-25T16:33:54.287Z | Downloaded constant_time_eq v0.4.2 |
| 912 | 2026-08-25T16:33:54.287Z | Downloaded crc32fast v1.5.0 |
| 913 | 2026-08-25T16:33:54.287Z | Downloaded crossbeam-utils v0.8.21 |
| 914 | 2026-08-25T16:33:54.287Z | Downloaded pin-project-lite v0.2.17 |
| 915 | 2026-08-25T16:33:54.287Z | Downloaded pkcs8 v0.10.2 |
| 916 | 2026-08-25T16:33:54.287Z | Downloaded strum_macros v0.26.4 |
| 917 | 2026-08-25T16:33:54.287Z | Downloaded time-macros v0.2.27 |
| 918 | 2026-08-25T16:33:54.287Z | Downloaded memmap2 v0.9.10 |
| 919 | 2026-08-25T16:33:54.287Z | Downloaded rustc-demangle v0.1.27 |
| 920 | 2026-08-25T16:33:54.287Z | Downloaded zerofrom-derive v0.1.6 |
| 921 | 2026-08-25T16:33:54.287Z | Downloaded crypto-common v0.2.2 |
| 922 | 2026-08-25T16:33:54.287Z | Downloaded tokio-dtrace v0.1.1 |
| 923 | 2026-08-25T16:33:54.287Z | Downloaded dsl_auto_type v0.2.0 |
| 924 | 2026-08-25T16:33:54.287Z | Downloaded ron v0.8.1 |
| 925 | 2026-08-25T16:33:54.287Z | Downloaded rustls-pki-types v1.14.0 |
| 926 | 2026-08-25T16:33:54.288Z | Downloaded schemars v0.8.22 |
| 927 | 2026-08-25T16:33:54.288Z | Downloaded serde_yaml v0.9.34+deprecated |
| 928 | 2026-08-25T16:33:54.288Z | Downloaded aes v0.9.1 |
| 929 | 2026-08-25T16:33:54.288Z | Downloaded rustls-pemfile v2.2.0 |
| 930 | 2026-08-25T16:33:54.288Z | Downloaded serde_derive_internals v0.29.1 |
| 931 | 2026-08-25T16:33:54.288Z | Downloaded simd-adler32 v0.3.8 |
| 932 | 2026-08-25T16:33:54.288Z | Downloaded slog-json v2.6.1 |
| 933 | 2026-08-25T16:33:54.288Z | Downloaded slog-scope v4.4.1 |
| 934 | 2026-08-25T16:33:54.288Z | Downloaded slog-stdlog v4.1.1 |
| 935 | 2026-08-25T16:33:54.288Z | Downloaded synstructure v0.13.2 |
| 936 | 2026-08-25T16:33:54.288Z | Downloaded darling_macro v0.13.4 |
| 937 | 2026-08-25T16:33:54.288Z | Downloaded instant v0.1.13 |
| 938 | 2026-08-25T16:33:54.288Z | Downloaded jiff-static v0.2.34 |
| 939 | 2026-08-25T16:33:54.288Z | Downloaded zerocopy v0.6.6 |
| 940 | 2026-08-25T16:33:54.288Z | Downloaded untrusted v0.9.0 |
| 941 | 2026-08-25T16:33:54.289Z | Downloaded indent_write v2.2.0 |
| 942 | 2026-08-25T16:33:54.289Z | Downloaded md5 v0.8.0 |
| 943 | 2026-08-25T16:33:54.289Z | Downloaded nodrop v0.1.14 |
| 944 | 2026-08-25T16:33:54.289Z | Downloaded lru-slab v0.1.2 |
| 945 | 2026-08-25T16:33:54.289Z | Downloaded hickory-server v0.25.2 |
| 946 | 2026-08-25T16:33:54.289Z | Downloaded postgres-types v0.2.14 |
| 947 | 2026-08-25T16:33:54.289Z | Downloaded quinn-udp v0.5.14 |
| 948 | 2026-08-25T16:33:54.289Z | Downloaded crossbeam-channel v0.5.15 |
| 949 | 2026-08-25T16:33:54.289Z | Downloaded writeable v0.6.2 |
| 950 | 2026-08-25T16:33:54.289Z | Downloaded hashbrown v0.15.5 |
| 951 | 2026-08-25T16:33:54.289Z | Downloaded derive_more v2.1.1 |
| 952 | 2026-08-25T16:33:54.289Z | Downloaded derive-where v1.6.0 |
| 953 | 2026-08-25T16:33:54.289Z | Downloaded tokio-tungstenite v0.21.0 |
| 954 | 2026-08-25T16:33:54.289Z | Downloaded p256 v0.14.0 |
| 955 | 2026-08-25T16:33:54.289Z | Downloaded precomputed-hash v0.1.1 |
| 956 | 2026-08-25T16:33:54.289Z | Downloaded predicates-core v1.0.10 |
| 957 | 2026-08-25T16:33:54.289Z | Downloaded rfc6979 v0.6.0 |
| 958 | 2026-08-25T16:33:54.290Z | Downloaded rustc-hash v2.1.1 |
| 959 | 2026-08-25T16:33:54.290Z | Downloaded display-error-chain v0.2.2 |
| 960 | 2026-08-25T16:33:54.290Z | Downloaded derive_builder_core v0.20.2 |
| 961 | 2026-08-25T16:33:54.290Z | Downloaded serde-big-array v0.5.1 |
| 962 | 2026-08-25T16:33:54.290Z | Downloaded rustls-native-certs v0.8.3 |
| 963 | 2026-08-25T16:33:54.290Z | Downloaded serde_with_macros v1.5.2 |
| 964 | 2026-08-25T16:33:54.290Z | Downloaded either v1.15.0 |
| 965 | 2026-08-25T16:33:54.290Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 966 | 2026-08-25T16:33:54.290Z | Downloaded serde_urlencoded v0.7.1 |
| 967 | 2026-08-25T16:33:54.290Z | Downloaded libloading v0.8.9 |
| 968 | 2026-08-25T16:33:54.290Z | Downloaded libsw-core v0.3.2 |
| 969 | 2026-08-25T16:33:54.290Z | Downloaded topological-sort v0.2.2 |
| 970 | 2026-08-25T16:33:54.290Z | Downloaded uuid v1.23.4 |
| 971 | 2026-08-25T16:33:54.290Z | Downloaded yansi v1.0.1 |
| 972 | 2026-08-25T16:33:54.290Z | Downloaded aes-gcm v0.11.0 |
| 973 | 2026-08-25T16:33:54.290Z | Downloaded smallvec v1.15.1 |
| 974 | 2026-08-25T16:33:54.290Z | Downloaded term v1.2.1 |
| 975 | 2026-08-25T16:33:54.290Z | Downloaded ignore v0.4.25 |
| 976 | 2026-08-25T16:33:54.291Z | Downloaded zerocopy-derive v0.8.55 |
| 977 | 2026-08-25T16:33:54.365Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 978 | 2026-08-25T16:33:54.365Z | Downloaded vsss-rs v3.3.4 |
| 979 | 2026-08-25T16:33:54.365Z | Downloaded owo-colors v4.3.0 |
| 980 | 2026-08-25T16:33:54.365Z | Downloaded unit-prefix v0.5.2 |
| 981 | 2026-08-25T16:33:54.365Z | Downloaded zeroize_derive v1.5.0 |
| 982 | 2026-08-25T16:33:54.365Z | Downloaded zone v0.3.1 |
| 983 | 2026-08-25T16:33:54.365Z | Downloaded crucible-workspace-hack v0.1.0 |
| 984 | 2026-08-25T16:33:54.365Z | Downloaded defmt v0.3.100 |
| 985 | 2026-08-25T16:33:54.365Z | Downloaded enum-as-inner v0.6.1 |
| 986 | 2026-08-25T16:33:54.365Z | Downloaded xattr v1.6.1 |
| 987 | 2026-08-25T16:33:54.365Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 988 | 2026-08-25T16:33:54.365Z | Downloaded pin-project-internal v1.1.11 |
| 989 | 2026-08-25T16:33:54.365Z | Downloaded tungstenite v0.21.0 |
| 990 | 2026-08-25T16:33:54.365Z | Downloaded diesel_derives v2.3.7 |
| 991 | 2026-08-25T16:33:54.365Z | Downloaded libbz2-rs-sys v0.2.2 |
| 992 | 2026-08-25T16:33:54.365Z | Downloaded twox-hash v2.1.2 |
| 993 | 2026-08-25T16:33:54.365Z | Downloaded polyval v0.7.1 |
| 994 | 2026-08-25T16:33:54.365Z | Downloaded primeorder v0.13.6 |
| 995 | 2026-08-25T16:33:54.365Z | Downloaded typed-path v0.9.3 |
| 996 | 2026-08-25T16:33:54.365Z | Downloaded xshell v0.2.7 |
| 997 | 2026-08-25T16:33:54.366Z | Downloaded cookie v0.18.1 |
| 998 | 2026-08-25T16:33:54.366Z | Downloaded memoffset v0.9.1 |
| 999 | 2026-08-25T16:33:54.366Z | Downloaded openssl-probe v0.2.1 |
| 1000 | 2026-08-25T16:33:54.366Z | Downloaded potential_utf v0.1.4 |
| 1001 | 2026-08-25T16:33:54.366Z | Downloaded phf_shared v0.13.1 |
| 1002 | 2026-08-25T16:33:54.366Z | Downloaded ref-cast-impl v1.0.25 |
| 1003 | 2026-08-25T16:33:54.366Z | Downloaded mime v0.3.17 |
| 1004 | 2026-08-25T16:33:54.366Z | Downloaded oso-derive v0.27.3 |
| 1005 | 2026-08-25T16:33:54.366Z | Downloaded toml v0.7.8 |
| 1006 | 2026-08-25T16:33:54.366Z | Downloaded rand_xorshift v0.4.0 |
| 1007 | 2026-08-25T16:33:54.366Z | Downloaded unicode-segmentation v1.12.0 |
| 1008 | 2026-08-25T16:33:54.366Z | Downloaded des v0.9.0 |
| 1009 | 2026-08-25T16:33:54.366Z | Downloaded slab v0.4.12 |
| 1010 | 2026-08-25T16:33:54.366Z | Downloaded slog-dtrace v0.3.0 |
| 1011 | 2026-08-25T16:33:54.366Z | Downloaded sqlformat v0.3.5 |
| 1012 | 2026-08-25T16:33:54.366Z | Downloaded jobserver v0.1.34 |
| 1013 | 2026-08-25T16:33:54.366Z | Downloaded strum_macros v0.27.2 |
| 1014 | 2026-08-25T16:33:54.366Z | Downloaded tiny-keccak v2.0.2 |
| 1015 | 2026-08-25T16:33:54.366Z | Downloaded tinystr v0.8.2 |
| 1016 | 2026-08-25T16:33:54.366Z | Downloaded url v2.5.8 |
| 1017 | 2026-08-25T16:33:54.366Z | Downloaded qorb v0.4.1 |
| 1018 | 2026-08-25T16:33:54.366Z | Downloaded rustc_version v0.4.1 |
| 1019 | 2026-08-25T16:33:54.366Z | Downloaded scroll_derive v0.13.1 |
| 1020 | 2026-08-25T16:33:54.366Z | Downloaded serde_plain v1.0.2 |
| 1021 | 2026-08-25T16:33:54.366Z | Downloaded ml-kem v0.3.2 |
| 1022 | 2026-08-25T16:33:54.366Z | Downloaded supports-hyperlinks v3.2.0 |
| 1023 | 2026-08-25T16:33:54.366Z | Downloaded untrusted v0.7.1 |
| 1024 | 2026-08-25T16:33:54.367Z | Downloaded crypto-bigint v0.5.5 |
| 1025 | 2026-08-25T16:33:54.367Z | Downloaded diff v0.1.13 |
| 1026 | 2026-08-25T16:33:54.367Z | Downloaded tap v1.0.1 |
| 1027 | 2026-08-25T16:33:54.367Z | Downloaded tls_codec_derive v0.4.2 |
| 1028 | 2026-08-25T16:33:54.367Z | Downloaded futures-util v0.3.32 |
| 1029 | 2026-08-25T16:33:54.367Z | Downloaded hashbrown v0.16.1 |
| 1030 | 2026-08-25T16:33:54.367Z | Downloaded steno v0.4.1 |
| 1031 | 2026-08-25T16:33:54.367Z | Downloaded parking_lot v0.11.2 |
| 1032 | 2026-08-25T16:33:54.367Z | Downloaded peg-macros v0.8.5 |
| 1033 | 2026-08-25T16:33:54.367Z | Downloaded progenitor-impl v0.14.0 |
| 1034 | 2026-08-25T16:33:54.367Z | Downloaded usdt-impl v0.6.0 |
| 1035 | 2026-08-25T16:33:54.367Z | Downloaded vergen-git2 v9.1.0 |
| 1036 | 2026-08-25T16:33:54.367Z | Downloaded zerovec-derive v0.11.2 |
| 1037 | 2026-08-25T16:33:54.367Z | Downloaded mio v1.2.0 |
| 1038 | 2026-08-25T16:33:54.367Z | Downloaded hashbrown v0.14.5 |
| 1039 | 2026-08-25T16:33:54.367Z | Downloaded ingot v0.2.1 |
| 1040 | 2026-08-25T16:33:54.367Z | Downloaded rand v0.9.2 |
| 1041 | 2026-08-25T16:33:54.367Z | Downloaded typify v0.6.2 |
| 1042 | 2026-08-25T16:33:54.367Z | Downloaded wnaf v0.14.0 |
| 1043 | 2026-08-25T16:33:54.367Z | Downloaded cpufeatures v0.3.0 |
| 1044 | 2026-08-25T16:33:54.367Z | Downloaded instability v0.3.11 |
| 1045 | 2026-08-25T16:33:54.368Z | Downloaded icu_normalizer_data v2.1.1 |
| 1046 | 2026-08-25T16:33:54.368Z | Downloaded indoc v1.0.9 |
| 1047 | 2026-08-25T16:33:54.368Z | Downloaded tokio-util v0.7.18 |
| 1048 | 2026-08-25T16:33:54.368Z | Downloaded tower-http v0.6.8 |
| 1049 | 2026-08-25T16:33:54.368Z | Downloaded wait-timeout v0.2.1 |
| 1050 | 2026-08-25T16:33:54.368Z | Downloaded pem-rfc7468 v0.7.0 |
| 1051 | 2026-08-25T16:33:54.368Z | Downloaded scuffle v0.1.0 |
| 1052 | 2026-08-25T16:33:54.368Z | Downloaded is_ci v1.2.0 |
| 1053 | 2026-08-25T16:33:54.368Z | Downloaded num-conv v0.2.0 |
| 1054 | 2026-08-25T16:33:54.473Z | Downloaded lock_api v0.4.14 |
| 1055 | 2026-08-25T16:33:54.473Z | Downloaded ingot-types v0.2.0 |
| 1056 | 2026-08-25T16:33:54.473Z | Downloaded md-5 v0.11.0 |
| 1057 | 2026-08-25T16:33:54.473Z | Downloaded multer v3.1.0 |
| 1058 | 2026-08-25T16:33:54.473Z | Downloaded oxide-generation-macros v0.2.0 |
| 1059 | 2026-08-25T16:33:54.473Z | Downloaded port-file v0.1.0 |
| 1060 | 2026-08-25T16:33:54.473Z | Downloaded packed_struct_codegen v0.10.1 |
| 1061 | 2026-08-25T16:33:54.473Z | Downloaded psl-types v2.0.11 |
| 1062 | 2026-08-25T16:33:54.473Z | Downloaded salsa20 v0.11.0 |
| 1063 | 2026-08-25T16:33:54.473Z | Downloaded schemars_derive v0.8.22 |
| 1064 | 2026-08-25T16:33:54.473Z | Downloaded ref-cast v1.0.25 |
| 1065 | 2026-08-25T16:33:54.473Z | Downloaded spki v0.8.0 |
| 1066 | 2026-08-25T16:33:54.473Z | Downloaded itertools v0.10.5 |
| 1067 | 2026-08-25T16:33:54.473Z | Downloaded slog-async v2.8.0 |
| 1068 | 2026-08-25T16:33:54.474Z | Downloaded parse-size v1.1.0 |
| 1069 | 2026-08-25T16:33:54.474Z | Downloaded unicode-truncate v1.1.0 |
| 1070 | 2026-08-25T16:33:54.474Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1071 | 2026-08-25T16:33:54.475Z | Downloaded daft v0.1.8 |
| 1072 | 2026-08-25T16:33:54.475Z | Downloaded ed25519 v3.0.0 |
| 1073 | 2026-08-25T16:33:54.475Z | Downloaded serde_repr v0.1.20 |
| 1074 | 2026-08-25T16:33:54.475Z | Downloaded tagptr v0.2.0 |
| 1075 | 2026-08-25T16:33:54.475Z | Downloaded utf-8 v0.7.6 |
| 1076 | 2026-08-25T16:33:54.475Z | Downloaded darling_macro v0.23.0 |
| 1077 | 2026-08-25T16:33:54.475Z | Downloaded managed v0.8.0 |
| 1078 | 2026-08-25T16:33:54.475Z | Downloaded ingot-macros v0.2.0 |
| 1079 | 2026-08-25T16:33:54.475Z | Downloaded kem v0.3.0 |
| 1080 | 2026-08-25T16:33:54.476Z | Downloaded debug-ignore v1.0.5 |
| 1081 | 2026-08-25T16:33:54.476Z | Downloaded idna_adapter v1.2.1 |
| 1082 | 2026-08-25T16:33:54.476Z | Downloaded newtype_derive v0.1.6 |
| 1083 | 2026-08-25T16:33:54.476Z | Downloaded recursive v0.1.1 |
| 1084 | 2026-08-25T16:33:54.477Z | Downloaded termtree v0.5.1 |
| 1085 | 2026-08-25T16:33:54.477Z | Downloaded yoke v0.8.1 |
| 1086 | 2026-08-25T16:33:54.477Z | Downloaded deranged v0.5.8 |
| 1087 | 2026-08-25T16:33:54.477Z | Downloaded hkdf v0.13.0 |
| 1088 | 2026-08-25T16:33:54.477Z | Downloaded ssh-encoding v0.3.0 |
| 1089 | 2026-08-25T16:33:54.477Z | Downloaded knus-derive v3.4.0 |
| 1090 | 2026-08-25T16:33:54.477Z | Downloaded trait-variant v0.1.2 |
| 1091 | 2026-08-25T16:33:54.477Z | Downloaded percent-encoding v2.3.2 |
| 1092 | 2026-08-25T16:33:54.478Z | Downloaded progenitor-macro v0.13.0 |
| 1093 | 2026-08-25T16:33:54.478Z | Downloaded progenitor-macro v0.14.0 |
| 1094 | 2026-08-25T16:33:54.478Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 1095 | 2026-08-25T16:33:54.478Z | Downloaded reedline v0.40.0 |
| 1096 | 2026-08-25T16:33:54.478Z | Downloaded zip v4.6.1 |
| 1097 | 2026-08-25T16:33:54.478Z | Downloaded slog-bunyan v2.5.0 |
| 1098 | 2026-08-25T16:33:54.478Z | Downloaded libefi-sys v0.1.0 |
| 1099 | 2026-08-25T16:33:54.478Z | Downloaded rustyline v14.0.0 |
| 1100 | 2026-08-25T16:33:54.478Z | Downloaded derive_builder_macro v0.20.2 |
| 1101 | 2026-08-25T16:33:54.478Z | Downloaded dunce v1.0.5 |
| 1102 | 2026-08-25T16:33:54.478Z | Downloaded semver v0.1.20 |
| 1103 | 2026-08-25T16:33:54.478Z | Downloaded num-derive v0.4.2 |
| 1104 | 2026-08-25T16:33:54.478Z | Downloaded lru v0.12.5 |
| 1105 | 2026-08-25T16:33:54.479Z | Downloaded num-bigint-dig v0.8.6 |
| 1106 | 2026-08-25T16:33:54.479Z | Downloaded darling_core v0.23.0 |
| 1107 | 2026-08-25T16:33:54.568Z | Downloaded sync-ptr v0.1.4 |
| 1108 | 2026-08-25T16:33:54.568Z | Downloaded unicode_categories v0.1.1 |
| 1109 | 2026-08-25T16:33:54.568Z | Downloaded socket2 v0.6.3 |
| 1110 | 2026-08-25T16:33:54.568Z | Downloaded subprocess v0.2.15 |
| 1111 | 2026-08-25T16:33:54.568Z | Downloaded progenitor-client v0.13.0 |
| 1112 | 2026-08-25T16:33:54.569Z | Downloaded tinyvec v1.10.0 |
| 1113 | 2026-08-25T16:33:54.569Z | Downloaded parse-display-derive v0.10.0 |
| 1114 | 2026-08-25T16:33:54.569Z | Downloaded nom v8.0.0 |
| 1115 | 2026-08-25T16:33:54.569Z | Downloaded typify-macro v0.6.2 |
| 1116 | 2026-08-25T16:33:54.569Z | Downloaded waitgroup v0.1.2 |
| 1117 | 2026-08-25T16:33:54.569Z | Downloaded cstr-argument v0.1.2 |
| 1118 | 2026-08-25T16:33:54.569Z | Downloaded hyper v1.10.1 |
| 1119 | 2026-08-25T16:33:54.569Z | Downloaded ena v0.14.4 |
| 1120 | 2026-08-25T16:33:54.570Z | Downloaded sec1 v0.8.1 |
| 1121 | 2026-08-25T16:33:54.570Z | Downloaded data-encoding v2.10.0 |
| 1122 | 2026-08-25T16:33:54.570Z | Downloaded h2 v0.4.15 |
| 1123 | 2026-08-25T16:33:54.570Z | Downloaded hkdf v0.12.4 |
| 1124 | 2026-08-25T16:33:54.570Z | Downloaded termios v0.3.3 |
| 1125 | 2026-08-25T16:33:54.570Z | Downloaded num-complex v0.4.6 |
| 1126 | 2026-08-25T16:33:54.570Z | Downloaded rand_seeder v0.4.0 |
| 1127 | 2026-08-25T16:33:54.570Z | Downloaded is-terminal v0.4.17 |
| 1128 | 2026-08-25T16:33:54.570Z | Downloaded password-hash v0.6.1 |
| 1129 | 2026-08-25T16:33:54.570Z | Downloaded crc v3.4.0 |
| 1130 | 2026-08-25T16:33:54.570Z | Downloaded crossbeam-deque v0.8.6 |
| 1131 | 2026-08-25T16:33:54.571Z | Downloaded nom v7.1.3 |
| 1132 | 2026-08-25T16:33:54.571Z | Downloaded corncobs v0.1.4 |
| 1133 | 2026-08-25T16:33:54.571Z | Downloaded pem v3.0.6 |
| 1134 | 2026-08-25T16:33:54.571Z | Downloaded num-rational v0.4.2 |
| 1135 | 2026-08-25T16:33:54.571Z | Downloaded sync_wrapper v1.0.2 |
| 1136 | 2026-08-25T16:33:54.571Z | Downloaded endian-type v0.1.2 |
| 1137 | 2026-08-25T16:33:54.571Z | Downloaded nibble_vec v0.1.0 |
| 1138 | 2026-08-25T16:33:54.571Z | Downloaded smf v0.2.3 |
| 1139 | 2026-08-25T16:33:54.571Z | Downloaded darling_core v0.20.11 |
| 1140 | 2026-08-25T16:33:54.571Z | Downloaded minimal-lexical v0.2.1 |
| 1141 | 2026-08-25T16:33:54.571Z | Downloaded darling_core v0.21.3 |
| 1142 | 2026-08-25T16:33:54.571Z | Downloaded oxide-update-engine v0.1.2 |
| 1143 | 2026-08-25T16:33:54.572Z | Downloaded prettyplease v0.2.37 |
| 1144 | 2026-08-25T16:33:54.572Z | Downloaded crossbeam-epoch v0.9.18 |
| 1145 | 2026-08-25T16:33:54.572Z | Downloaded tokio-tungstenite v0.23.1 |
| 1146 | 2026-08-25T16:33:54.572Z | Downloaded slog v2.8.2 |
| 1147 | 2026-08-25T16:33:54.572Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1148 | 2026-08-25T16:33:54.572Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1149 | 2026-08-25T16:33:54.572Z | Downloaded blake3 v1.8.5 |
| 1150 | 2026-08-25T16:33:54.659Z | Downloaded primeorder v0.14.0 |
| 1151 | 2026-08-25T16:33:54.660Z | Downloaded zstd v0.13.3 |
| 1152 | 2026-08-25T16:33:54.660Z | Downloaded progenitor v0.14.0 |
| 1153 | 2026-08-25T16:33:54.660Z | Downloaded stringprep v0.1.5 |
| 1154 | 2026-08-25T16:33:54.660Z | Downloaded crc8 v0.1.1 |
| 1155 | 2026-08-25T16:33:54.660Z | Downloaded digest-io v0.1.0 |
| 1156 | 2026-08-25T16:33:54.660Z | Downloaded multimap v0.10.1 |
| 1157 | 2026-08-25T16:33:54.660Z | Downloaded phf_shared v0.12.1 |
| 1158 | 2026-08-25T16:33:54.660Z | Downloaded rustc_version v0.1.7 |
| 1159 | 2026-08-25T16:33:54.661Z | Downloaded aws-lc-rs v1.16.3 |
| 1160 | 2026-08-25T16:33:54.661Z | Downloaded displaydoc v0.2.5 |
| 1161 | 2026-08-25T16:33:54.661Z | Downloaded schemars v0.9.0 |
| 1162 | 2026-08-25T16:33:54.661Z | Downloaded schemars v1.2.1 |
| 1163 | 2026-08-25T16:33:54.661Z | Downloaded rand v0.8.6 |
| 1164 | 2026-08-25T16:33:54.661Z | Downloaded serde_with_macros v3.21.0 |
| 1165 | 2026-08-25T16:33:54.661Z | Downloaded sha2 v0.11.0 |
| 1166 | 2026-08-25T16:33:54.661Z | Downloaded universal-hash v0.5.1 |
| 1167 | 2026-08-25T16:33:54.662Z | Downloaded structmeta-derive v0.3.0 |
| 1168 | 2026-08-25T16:33:54.662Z | Downloaded defmt v1.0.1 |
| 1169 | 2026-08-25T16:33:54.662Z | Downloaded num v0.4.3 |
| 1170 | 2026-08-25T16:33:54.662Z | Downloaded signature v3.0.0 |
| 1171 | 2026-08-25T16:33:54.662Z | Downloaded regex v1.12.3 |
| 1172 | 2026-08-25T16:33:54.662Z | Downloaded usdt-attr-macro v0.6.0 |
| 1173 | 2026-08-25T16:33:54.662Z | Downloaded p521 v0.14.0 |
| 1174 | 2026-08-25T16:33:54.662Z | Downloaded spin v0.9.8 |
| 1175 | 2026-08-25T16:33:54.662Z | Downloaded jiff-core v0.1.0 |
| 1176 | 2026-08-25T16:33:54.662Z | Downloaded thread-id v5.1.0 |
| 1177 | 2026-08-25T16:33:54.663Z | Downloaded stacker v0.1.23 |
| 1178 | 2026-08-25T16:33:54.663Z | Downloaded support-bundle-viewer v0.1.2 |
| 1179 | 2026-08-25T16:33:54.663Z | Downloaded libm v0.2.16 |
| 1180 | 2026-08-25T16:33:54.663Z | Downloaded drift v0.2.0 |
| 1181 | 2026-08-25T16:33:54.663Z | Downloaded ed25519-dalek v2.2.0 |
| 1182 | 2026-08-25T16:33:54.663Z | Downloaded document-features v0.2.12 |
| 1183 | 2026-08-25T16:33:54.663Z | Downloaded reqwest v0.12.28 |
| 1184 | 2026-08-25T16:33:54.663Z | Downloaded scrypt v0.12.0 |
| 1185 | 2026-08-25T16:33:54.663Z | Downloaded siphasher v1.0.2 |
| 1186 | 2026-08-25T16:33:54.665Z | Downloaded git2 v0.20.4 |
| 1187 | 2026-08-25T16:33:54.665Z | Downloaded tokio-rustls v0.26.4 |
| 1188 | 2026-08-25T16:33:54.665Z | Downloaded yasna v0.5.2 |
| 1189 | 2026-08-25T16:33:54.665Z | Downloaded icu_normalizer v2.1.1 |
| 1190 | 2026-08-25T16:33:54.665Z | Downloaded knus v3.4.0 |
| 1191 | 2026-08-25T16:33:54.665Z | Downloaded serde_with v1.14.0 |
| 1192 | 2026-08-25T16:33:54.665Z | Downloaded tar v0.4.46 |
| 1193 | 2026-08-25T16:33:54.665Z | Downloaded darling_core v0.13.4 |
| 1194 | 2026-08-25T16:33:54.666Z | Downloaded bitvec v1.0.1 |
| 1195 | 2026-08-25T16:33:54.666Z | Downloaded seq-macro v0.3.6 |
| 1196 | 2026-08-25T16:33:54.666Z | Downloaded num_enum v0.7.6 |
| 1197 | 2026-08-25T16:33:54.666Z | Downloaded pkg-config v0.3.32 |
| 1198 | 2026-08-25T16:33:54.666Z | Downloaded poly1305 v0.8.0 |
| 1199 | 2026-08-25T16:33:54.666Z | Downloaded phf v0.12.1 |
| 1200 | 2026-08-25T16:33:54.666Z | Downloaded ed25519-dalek v3.0.0 |
| 1201 | 2026-08-25T16:33:54.666Z | Downloaded sec1 v0.7.3 |
| 1202 | 2026-08-25T16:33:54.666Z | Downloaded socket2 v0.5.10 |
| 1203 | 2026-08-25T16:33:54.666Z | Downloaded derive_more v0.99.20 |
| 1204 | 2026-08-25T16:33:54.666Z | Downloaded elliptic-curve v0.13.8 |
| 1205 | 2026-08-25T16:33:54.666Z | Downloaded litrs v1.0.0 |
| 1206 | 2026-08-25T16:33:54.666Z | Downloaded tungstenite v0.23.0 |
| 1207 | 2026-08-25T16:33:54.666Z | Downloaded static_assertions v1.1.0 |
| 1208 | 2026-08-25T16:33:54.666Z | Downloaded const_format_proc_macros v0.2.34 |
| 1209 | 2026-08-25T16:33:54.666Z | Downloaded defmt-macros v1.0.1 |
| 1210 | 2026-08-25T16:33:54.666Z | Downloaded dirs-next v2.0.0 |
| 1211 | 2026-08-25T16:33:54.666Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1212 | 2026-08-25T16:33:54.666Z | Downloaded ctutils v0.4.2 |
| 1213 | 2026-08-25T16:33:54.667Z | Downloaded unicase v2.9.0 |
| 1214 | 2026-08-25T16:33:54.667Z | Downloaded chrono v0.4.45 |
| 1215 | 2026-08-25T16:33:54.667Z | Downloaded packed_struct v0.10.1 |
| 1216 | 2026-08-25T16:33:54.667Z | Downloaded r2d2 v0.8.10 |
| 1217 | 2026-08-25T16:33:54.667Z | Downloaded psm v0.1.30 |
| 1218 | 2026-08-25T16:33:54.667Z | Downloaded oxide-tokio-rt v0.1.4 |
| 1219 | 2026-08-25T16:33:54.667Z | Downloaded spki v0.7.3 |
| 1220 | 2026-08-25T16:33:54.667Z | Downloaded indoc v2.0.7 |
| 1221 | 2026-08-25T16:33:54.667Z | Downloaded maybe-uninit v2.0.0 |
| 1222 | 2026-08-25T16:33:54.667Z | Downloaded zerotrie v0.2.3 |
| 1223 | 2026-08-25T16:33:54.668Z | Downloaded iri-string v0.7.10 |
| 1224 | 2026-08-25T16:33:54.668Z | Downloaded serde_with v3.21.0 |
| 1225 | 2026-08-25T16:33:54.668Z | Downloaded rsa v0.9.10 |
| 1226 | 2026-08-25T16:33:54.668Z | Downloaded crypto-primes v0.7.2 |
| 1227 | 2026-08-25T16:33:54.719Z | Downloaded der v0.8.0 |
| 1228 | 2026-08-25T16:33:54.719Z | Downloaded nanorand v0.7.0 |
| 1229 | 2026-08-25T16:33:54.719Z | Downloaded crossterm v0.28.1 |
| 1230 | 2026-08-25T16:33:54.720Z | Downloaded convert_case v0.10.0 |
| 1231 | 2026-08-25T16:33:54.720Z | Downloaded derive_more-impl v2.1.1 |
| 1232 | 2026-08-25T16:33:54.720Z | Downloaded rawzip v0.4.4 |
| 1233 | 2026-08-25T16:33:54.720Z | Downloaded vergen v9.1.0 |
| 1234 | 2026-08-25T16:33:54.720Z | Downloaded litemap v0.8.1 |
| 1235 | 2026-08-25T16:33:54.720Z | Downloaded bindgen v0.71.1 |
| 1236 | 2026-08-25T16:33:54.720Z | Downloaded der v0.7.10 |
| 1237 | 2026-08-25T16:33:54.720Z | Downloaded ryu v1.0.23 |
| 1238 | 2026-08-25T16:33:54.720Z | Downloaded icu_provider v2.1.1 |
| 1239 | 2026-08-25T16:33:54.721Z | Downloaded russh v0.62.4 |
| 1240 | 2026-08-25T16:33:54.721Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1241 | 2026-08-25T16:33:54.721Z | Downloaded goblin v0.10.5 |
| 1242 | 2026-08-25T16:33:54.721Z | Downloaded itertools v0.12.1 |
| 1243 | 2026-08-25T16:33:54.722Z | Downloaded x509-cert v0.2.5 |
| 1244 | 2026-08-25T16:33:54.722Z | Downloaded dropshot_endpoint v0.17.1 |
| 1245 | 2026-08-25T16:33:54.722Z | Downloaded num-bigint v0.4.6 |
| 1246 | 2026-08-25T16:33:54.722Z | Downloaded miette v7.6.0 |
| 1247 | 2026-08-25T16:33:54.761Z | Downloaded icu_properties_data v2.1.2 |
| 1248 | 2026-08-25T16:33:54.761Z | Downloaded tough v0.22.0 |
| 1249 | 2026-08-25T16:33:54.761Z | Downloaded icu_properties v2.1.2 |
| 1250 | 2026-08-25T16:33:54.761Z | Downloaded serde_cbor v0.11.2 |
| 1251 | 2026-08-25T16:33:54.761Z | Downloaded unicode-bidi v0.3.18 |
| 1252 | 2026-08-25T16:33:54.761Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1253 | 2026-08-25T16:33:54.779Z | Downloaded p384 v0.14.0 |
| 1254 | 2026-08-25T16:33:54.779Z | Downloaded const_format v0.2.35 |
| 1255 | 2026-08-25T16:33:54.779Z | Downloaded toml_edit v0.19.15 |
| 1256 | 2026-08-25T16:33:54.779Z | Downloaded p384 v0.13.1 |
| 1257 | 2026-08-25T16:33:54.779Z | Downloaded iddqd v0.4.2 |
| 1258 | 2026-08-25T16:33:54.779Z | Downloaded rayon v1.11.0 |
| 1259 | 2026-08-25T16:33:54.779Z | Downloaded unicode-normalization v0.1.25 |
| 1260 | 2026-08-25T16:33:54.779Z | Downloaded tower v0.5.3 |
| 1261 | 2026-08-25T16:33:54.793Z | Downloaded idna v1.1.0 |
| 1262 | 2026-08-25T16:33:54.793Z | Downloaded tabled v0.21.0 |
| 1263 | 2026-08-25T16:33:54.825Z | Downloaded samael v0.0.19 |
| 1264 | 2026-08-25T16:33:54.825Z | Downloaded winnow v0.5.40 |
| 1265 | 2026-08-25T16:33:54.843Z | Downloaded zerovec v0.11.5 |
| 1266 | 2026-08-25T16:33:54.843Z | Downloaded syn v3.0.3 |
| 1267 | 2026-08-25T16:33:54.843Z | Downloaded time v0.3.47 |
| 1268 | 2026-08-25T16:33:54.843Z | Downloaded gimli v0.32.3 |
| 1269 | 2026-08-25T16:33:54.843Z | Downloaded bstr v1.12.1 |
| 1270 | 2026-08-25T16:33:54.843Z | Downloaded moka v0.12.13 |
| 1271 | 2026-08-25T16:33:54.867Z | Downloaded tokio-postgres v0.7.18 |
| 1272 | 2026-08-25T16:33:54.867Z | Downloaded itertools v0.15.0 |
| 1273 | 2026-08-25T16:33:54.867Z | Downloaded crossterm v0.29.0 |
| 1274 | 2026-08-25T16:33:54.867Z | Downloaded rsa v0.10.0-rc.18 |
| 1275 | 2026-08-25T16:33:54.867Z | Downloaded itertools v0.13.0 |
| 1276 | 2026-08-25T16:33:54.868Z | Downloaded petname v2.0.2 |
| 1277 | 2026-08-25T16:33:54.878Z | Downloaded winnow v1.0.3 |
| 1278 | 2026-08-25T16:33:54.879Z | Downloaded reqwest v0.13.2 |
| 1279 | 2026-08-25T16:33:54.879Z | Downloaded quick-xml v0.37.5 |
| 1280 | 2026-08-25T16:33:54.879Z | Downloaded smoltcp v0.11.0 |
| 1281 | 2026-08-25T16:33:54.897Z | Downloaded portable-atomic v1.13.1 |
| 1282 | 2026-08-25T16:33:54.897Z | Downloaded itertools v0.14.0 |
| 1283 | 2026-08-25T16:33:54.915Z | Downloaded sha3 v0.12.0 |
| 1284 | 2026-08-25T16:33:54.915Z | Downloaded quinn-proto v0.11.16 |
| 1285 | 2026-08-25T16:33:54.915Z | Downloaded libxml v0.3.3 |
| 1286 | 2026-08-25T16:33:54.916Z | Downloaded salty v0.3.0 |
| 1287 | 2026-08-25T16:33:54.935Z | Downloaded vcpkg v0.2.15 |
| 1288 | 2026-08-25T16:33:54.942Z | Downloaded zerocopy v0.8.55 |
| 1289 | 2026-08-25T16:33:54.942Z | Downloaded zlib-rs v0.6.2 |
| 1290 | 2026-08-25T16:33:54.951Z | Downloaded curve25519-dalek v4.1.3 |
| 1291 | 2026-08-25T16:33:54.951Z | Downloaded dropshot-api-manager v0.8.0 |
| 1292 | 2026-08-25T16:33:54.951Z | Downloaded regex-syntax v0.8.10 |
| 1293 | 2026-08-25T16:33:54.973Z | Downloaded dropshot v0.17.1 |
| 1294 | 2026-08-25T16:33:54.990Z | Downloaded curve25519-dalek v5.0.0 |
| 1295 | 2026-08-25T16:33:55.103Z | Downloaded winnow v0.6.26 |
| 1296 | 2026-08-25T16:33:55.103Z | Downloaded regress v0.11.1 |
| 1297 | 2026-08-25T16:33:55.103Z | Downloaded proptest v1.11.0 |
| 1298 | 2026-08-25T16:33:55.103Z | Downloaded lalrpop v0.19.12 |
| 1299 | 2026-08-25T16:33:55.103Z | Downloaded object v0.37.3 |
| 1300 | 2026-08-25T16:33:55.103Z | Downloaded radix_trie v0.2.1 |
| 1301 | 2026-08-25T16:33:55.103Z | Downloaded rustls v0.23.41 |
| 1302 | 2026-08-25T16:33:55.104Z | Downloaded object v0.30.4 |
| 1303 | 2026-08-25T16:33:55.104Z | Downloaded nix v0.28.0 |
| 1304 | 2026-08-25T16:33:55.104Z | Downloaded hickory-proto v0.24.4 |
| 1305 | 2026-08-25T16:33:55.104Z | Downloaded smoltcp v0.9.1 |
| 1306 | 2026-08-25T16:33:55.104Z | Downloaded hickory-proto v0.25.2 |
| 1307 | 2026-08-25T16:33:55.104Z | Downloaded regex-automata v0.4.14 |
| 1308 | 2026-08-25T16:33:55.104Z | Downloaded tracing v0.1.44 |
| 1309 | 2026-08-25T16:33:55.147Z | Downloaded ratatui v0.29.0 |
| 1310 | 2026-08-25T16:33:55.155Z | Downloaded nix v0.31.2 |
| 1311 | 2026-08-25T16:33:55.155Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1312 | 2026-08-25T16:33:55.155Z | Downloaded polar-core v0.27.3 |
| 1313 | 2026-08-25T16:33:55.155Z | Downloaded regex-syntax v0.6.29 |
| 1314 | 2026-08-25T16:33:55.156Z | Downloaded sha3 v0.11.0 |
| 1315 | 2026-08-25T16:33:55.156Z | Downloaded rustix v0.38.44 |
| 1316 | 2026-08-25T16:33:55.169Z | Downloaded openapiv3 v2.2.0 |
| 1317 | 2026-08-25T16:33:55.169Z | Downloaded crypto-bigint v0.7.5 |
| 1318 | 2026-08-25T16:33:55.175Z | Downloaded jiff v0.2.34 |
| 1319 | 2026-08-25T16:33:55.182Z | Downloaded nix v0.27.1 |
| 1320 | 2026-08-25T16:33:55.188Z | Downloaded chrono-tz v0.10.4 |
| 1321 | 2026-08-25T16:33:55.206Z | Downloaded openssl v0.10.80 |
| 1322 | 2026-08-25T16:33:55.226Z | Downloaded regress v0.10.5 |
| 1323 | 2026-08-25T16:33:55.226Z | Downloaded sled v0.34.7 |
| 1324 | 2026-08-25T16:33:55.226Z | Downloaded sqlparser v0.61.0 |
| 1325 | 2026-08-25T16:33:55.244Z | Downloaded diesel v2.3.7 |
| 1326 | 2026-08-25T16:33:55.244Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1327 | 2026-08-25T16:33:55.261Z | Downloaded typify-impl v0.6.2 |
| 1328 | 2026-08-25T16:33:55.261Z | Downloaded csv v1.4.0 |
| 1329 | 2026-08-25T16:33:55.284Z | Downloaded sha3 v0.10.8 |
| 1330 | 2026-08-25T16:33:55.284Z | Downloaded zerocopy-derive v0.6.6 |
| 1331 | 2026-08-25T16:33:55.284Z | Downloaded encoding_rs v0.8.35 |
| 1332 | 2026-08-25T16:33:55.303Z | Downloaded petgraph v0.6.5 |
| 1333 | 2026-08-25T16:33:55.316Z | Downloaded petgraph v0.8.3 |
| 1334 | 2026-08-25T16:33:55.316Z | Downloaded ring v0.17.14 |
| 1335 | 2026-08-25T16:33:55.347Z | Downloaded libz-sys v1.1.24 |
| 1336 | 2026-08-25T16:33:55.357Z | Downloaded tokio v1.52.1 |
| 1337 | 2026-08-25T16:33:55.373Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1338 | 2026-08-25T16:33:55.700Z | Downloaded aws-lc-sys v0.40.0 |
| 1339 | 2026-08-25T16:33:55.959Z | Compiling serde_core v1.0.228 |
| 1340 | 2026-08-25T16:33:55.959Z | Compiling libc v0.2.185 |
| 1341 | 2026-08-25T16:33:55.959Z | Compiling serde v1.0.228 |
| 1342 | 2026-08-25T16:33:55.962Z | Compiling log v0.4.33 |
| 1343 | 2026-08-25T16:33:55.962Z | Compiling smallvec v1.15.1 |
| 1344 | 2026-08-25T16:33:56.104Z | Compiling subtle v2.6.1 |
| 1345 | 2026-08-25T16:33:56.111Z | Compiling shlex v1.3.0 |
| 1346 | 2026-08-25T16:33:56.119Z | Compiling syn v2.0.117 |
| 1347 | 2026-08-25T16:33:56.302Z | Compiling find-msvc-tools v0.1.9 |
| 1348 | 2026-08-25T16:33:56.424Z | Compiling typenum v1.20.1 |
| 1349 | 2026-08-25T16:33:56.436Z | Compiling scopeguard v1.2.0 |
| 1350 | 2026-08-25T16:33:56.440Z | Compiling stable_deref_trait v1.2.1 |
| 1351 | 2026-08-25T16:33:56.487Z | Compiling getrandom v0.4.3 |
| 1352 | 2026-08-25T16:33:56.532Z | Compiling lock_api v0.4.14 |
| 1353 | 2026-08-25T16:33:56.558Z | Compiling portable-atomic v1.13.1 |
| 1354 | 2026-08-25T16:33:56.679Z | Compiling rand_core v0.10.0 |
| 1355 | 2026-08-25T16:33:56.779Z | Compiling serde_json v1.0.151 |
| 1356 | 2026-08-25T16:33:56.843Z | Compiling critical-section v1.2.0 |
| 1357 | 2026-08-25T16:33:56.856Z | Compiling zerocopy v0.8.55 |
| 1358 | 2026-08-25T16:33:56.950Z | Compiling libm v0.2.16 |
| 1359 | 2026-08-25T16:33:56.987Z | Compiling num-traits v0.2.19 |
| 1360 | 2026-08-25T16:33:57.028Z | Compiling errno v0.3.14 |
| 1361 | 2026-08-25T16:33:57.076Z | Compiling jobserver v0.1.34 |
| 1362 | 2026-08-25T16:33:57.268Z | Compiling pkg-config v0.3.32 |
| 1363 | 2026-08-25T16:33:57.296Z | Compiling cc v1.2.56 |
| 1364 | 2026-08-25T16:33:57.435Z | Compiling pin-project-lite v0.2.17 |
| 1365 | 2026-08-25T16:33:57.544Z | Compiling parking_lot_core v0.9.12 |
| 1366 | 2026-08-25T16:33:57.666Z | Compiling signal-hook-registry v1.4.8 |
| 1367 | 2026-08-25T16:33:57.758Z | Compiling once_cell v1.21.3 |
| 1368 | 2026-08-25T16:33:57.803Z | Compiling getrandom v0.2.17 |
| 1369 | 2026-08-25T16:33:57.962Z | Compiling writeable v0.6.2 |
| 1370 | 2026-08-25T16:33:58.041Z | Compiling litemap v0.8.1 |
| 1371 | 2026-08-25T16:33:58.077Z | Compiling futures-core v0.3.32 |
| 1372 | 2026-08-25T16:33:58.208Z | Compiling percent-encoding v2.3.2 |
| 1373 | 2026-08-25T16:33:58.255Z | Compiling parking_lot v0.12.5 |
| 1374 | 2026-08-25T16:33:58.255Z | Compiling rand_core v0.6.4 |
| 1375 | 2026-08-25T16:33:58.329Z | Compiling bitflags v2.11.0 |
| 1376 | 2026-08-25T16:33:58.474Z | Compiling semver v1.0.28 |
| 1377 | 2026-08-25T16:33:58.535Z | Compiling mio v1.2.0 |
| 1378 | 2026-08-25T16:33:58.573Z | Compiling icu_properties_data v2.1.2 |
| 1379 | 2026-08-25T16:33:58.590Z | Compiling icu_normalizer_data v2.1.1 |
| 1380 | 2026-08-25T16:33:58.781Z | Compiling generic-array v0.14.7 |
| 1381 | 2026-08-25T16:33:58.781Z | Compiling const-oid v0.9.6 |
| 1382 | 2026-08-25T16:33:58.913Z | Compiling socket2 v0.6.3 |
| 1383 | 2026-08-25T16:33:58.928Z | Compiling rustix v1.1.4 |
| 1384 | 2026-08-25T16:33:58.928Z | Compiling futures-sink v0.3.32 |
| 1385 | 2026-08-25T16:33:58.945Z | Compiling indexmap v2.14.0 |
| 1386 | 2026-08-25T16:33:59.007Z | Compiling futures-channel v0.3.32 |
| 1387 | 2026-08-25T16:33:59.022Z | Compiling futures-io v0.3.32 |
| 1388 | 2026-08-25T16:33:59.174Z | Compiling synstructure v0.13.2 |
| 1389 | 2026-08-25T16:33:59.254Z | Compiling futures-task v0.3.32 |
| 1390 | 2026-08-25T16:33:59.275Z | Compiling utf8_iter v1.0.4 |
| 1391 | 2026-08-25T16:33:59.429Z | Compiling slab v0.4.12 |
| 1392 | 2026-08-25T16:33:59.572Z | Compiling form_urlencoded v1.2.2 |
| 1393 | 2026-08-25T16:33:59.618Z | Compiling getrandom v0.3.4 |
| 1394 | 2026-08-25T16:33:59.618Z | Compiling cmov v0.5.4 |
| 1395 | 2026-08-25T16:33:59.748Z | Compiling rustversion v1.0.22 |
| 1396 | 2026-08-25T16:33:59.748Z | Compiling base64ct v1.8.3 |
| 1397 | 2026-08-25T16:33:59.749Z | Compiling iana-time-zone v0.1.65 |
| 1398 | 2026-08-25T16:33:59.852Z | Compiling ctutils v0.4.2 |
| 1399 | 2026-08-25T16:33:59.879Z | Compiling cmake v0.1.57 |
| 1400 | 2026-08-25T16:33:59.879Z | Compiling pem-rfc7468 v0.7.0 |
| 1401 | 2026-08-25T16:33:59.900Z | Compiling fs_extra v1.3.0 |
| 1402 | 2026-08-25T16:34:00.001Z | Compiling flagset v0.4.7 |
| 1403 | 2026-08-25T16:34:00.123Z | Compiling dunce v1.0.5 |
| 1404 | 2026-08-25T16:34:00.196Z | Compiling ident_case v1.0.1 |
| 1405 | 2026-08-25T16:34:00.212Z | Compiling regex-syntax v0.8.10 |
| 1406 | 2026-08-25T16:34:00.212Z | Compiling uuid v1.23.4 |
| 1407 | 2026-08-25T16:34:00.259Z | Compiling aws-lc-sys v0.40.0 |
| 1408 | 2026-08-25T16:34:00.277Z | Compiling base64 v0.22.1 |
| 1409 | 2026-08-25T16:34:00.416Z | Compiling vcpkg v0.2.15 |
| 1410 | 2026-08-25T16:34:00.586Z | Compiling syn v1.0.109 |
| 1411 | 2026-08-25T16:34:00.631Z | Compiling serde_derive_internals v0.29.1 |
| 1412 | 2026-08-25T16:34:00.647Z | Compiling rustc_version v0.4.1 |
| 1413 | 2026-08-25T16:34:00.832Z | Compiling serde_derive v1.0.228 |
| 1414 | 2026-08-25T16:34:00.883Z | Compiling zeroize_derive v1.5.0 |
| 1415 | 2026-08-25T16:34:00.918Z | Compiling zerofrom-derive v0.1.6 |
| 1416 | 2026-08-25T16:34:00.966Z | Compiling yoke-derive v0.8.1 |
| 1417 | 2026-08-25T16:34:01.151Z | Compiling zerovec-derive v0.11.2 |
| 1418 | 2026-08-25T16:34:01.490Z | Compiling zerocopy-derive v0.8.55 |
| 1419 | 2026-08-25T16:34:01.521Z | Compiling displaydoc v0.2.5 |
| 1420 | 2026-08-25T16:34:02.138Z | Compiling tokio-macros v2.7.0 |
| 1421 | 2026-08-25T16:34:02.269Z | Compiling futures-macro v0.3.32 |
| 1422 | 2026-08-25T16:34:02.290Z | Compiling zerofrom v0.1.6 |
| 1423 | 2026-08-25T16:34:02.305Z | Compiling thiserror-impl v2.0.18 |
| 1424 | 2026-08-25T16:34:02.418Z | Compiling yoke v0.8.1 |
| 1425 | 2026-08-25T16:34:02.530Z | Compiling der_derive v0.7.3 |
| 1426 | 2026-08-25T16:34:02.655Z | Compiling zerovec v0.11.5 |
| 1427 | 2026-08-25T16:34:02.879Z | Compiling zerotrie v0.2.3 |
| 1428 | 2026-08-25T16:34:03.075Z | Compiling tinystr v0.8.2 |
| 1429 | 2026-08-25T16:34:03.124Z | Compiling potential_utf v0.1.4 |
| 1430 | 2026-08-25T16:34:03.168Z | Compiling futures-util v0.3.32 |
| 1431 | 2026-08-25T16:34:03.274Z | Compiling icu_locale_core v2.1.1 |
| 1432 | 2026-08-25T16:34:03.291Z | Compiling icu_collections v2.1.1 |
| 1433 | 2026-08-25T16:34:03.509Z | Compiling openssl-sys v0.9.117 |
| 1434 | 2026-08-25T16:34:03.670Z | Compiling thiserror v2.0.18 |
| 1435 | 2026-08-25T16:34:03.779Z | Compiling tracing-attributes v0.1.31 |
| 1436 | 2026-08-25T16:34:03.815Z | Compiling tracing-core v0.1.36 |
| 1437 | 2026-08-25T16:34:04.021Z | Compiling icu_provider v2.1.1 |
| 1438 | 2026-08-25T16:34:04.149Z | Compiling aws-lc-rs v1.16.3 |
| 1439 | 2026-08-25T16:34:04.317Z | Compiling zeroize v1.9.0 |
| 1440 | 2026-08-25T16:34:04.317Z | Compiling bytes v1.11.1 |
| 1441 | 2026-08-25T16:34:04.354Z | Compiling icu_normalizer v2.1.1 |
| 1442 | 2026-08-25T16:34:04.442Z | Compiling icu_properties v2.1.2 |
| 1443 | 2026-08-25T16:34:04.857Z | Compiling tokio v1.52.1 |
| 1444 | 2026-08-25T16:34:04.937Z | Compiling hybrid-array v0.4.13 |
| 1445 | 2026-08-25T16:34:05.051Z | Compiling crypto-common v0.1.7 |
| 1446 | 2026-08-25T16:34:05.086Z | Compiling block-buffer v0.10.4 |
| 1447 | 2026-08-25T16:34:05.199Z | Compiling chrono v0.4.45 |
| 1448 | 2026-08-25T16:34:05.267Z | Compiling idna_adapter v1.2.1 |
| 1449 | 2026-08-25T16:34:05.393Z | Compiling idna v1.1.0 |
| 1450 | 2026-08-25T16:34:05.433Z | Compiling digest v0.10.7 |
| 1451 | 2026-08-25T16:34:05.500Z | Compiling der v0.7.10 |
| 1452 | 2026-08-25T16:34:05.670Z | Compiling url v2.5.8 |
| 1453 | 2026-08-25T16:34:05.687Z | Compiling http v1.4.2 |
| 1454 | 2026-08-25T16:34:05.979Z | Compiling ppv-lite86 v0.2.21 |
| 1455 | 2026-08-25T16:34:06.046Z | Compiling block-buffer v0.12.1 |
| 1456 | 2026-08-25T16:34:06.242Z | Compiling crypto-common v0.2.2 |
| 1457 | 2026-08-25T16:34:06.313Z | Compiling simd-adler32 v0.3.8 |
| 1458 | 2026-08-25T16:34:06.482Z | Compiling spki v0.7.3 |
| 1459 | 2026-08-25T16:34:06.586Z | Compiling dyn-clone v1.0.20 |
| 1460 | 2026-08-25T16:34:06.600Z | Compiling schemars v0.8.22 |
| 1461 | 2026-08-25T16:34:06.630Z | Compiling http-body v1.0.1 |
| 1462 | 2026-08-25T16:34:06.687Z | Compiling pkcs8 v0.10.2 |
| 1463 | 2026-08-25T16:34:06.724Z | Compiling tracing v0.1.44 |
| 1464 | 2026-08-25T16:34:06.737Z | Compiling rustls-pki-types v1.14.0 |
| 1465 | 2026-08-25T16:34:06.841Z | Compiling schemars_derive v0.8.22 |
| 1466 | 2026-08-25T16:34:06.938Z | Compiling rand_core v0.9.5 |
| 1467 | 2026-08-25T16:34:06.971Z | Compiling spin v0.9.8 |
| 1468 | 2026-08-25T16:34:07.176Z | Compiling tinyvec_macros v0.1.1 |
| 1469 | 2026-08-25T16:34:07.179Z | Compiling openssl-probe v0.2.1 |
| 1470 | 2026-08-25T16:34:07.210Z | Compiling httparse v1.10.1 |
| 1471 | 2026-08-25T16:34:07.248Z | Compiling crc32fast v1.5.0 |
| 1472 | 2026-08-25T16:34:07.360Z | Compiling adler2 v2.0.1 |
| 1473 | 2026-08-25T16:34:07.499Z | Compiling miniz_oxide v0.8.9 |
| 1474 | 2026-08-25T16:34:07.551Z | Compiling tempfile v3.27.0 |
| 1475 | 2026-08-25T16:34:07.581Z | Compiling tinyvec v1.10.0 |
| 1476 | 2026-08-25T16:34:07.919Z | Compiling pest_generator v2.8.6 |
| 1477 | 2026-08-25T16:34:07.936Z | Compiling terminal_size v0.4.3 |
| 1478 | 2026-08-25T16:34:07.982Z | Compiling aho-corasick v1.1.4 |
| 1479 | 2026-08-25T16:34:08.064Z | Compiling tower-service v0.3.3 |
| 1480 | 2026-08-25T16:34:08.091Z | Compiling radium v0.7.0 |
| 1481 | 2026-08-25T16:34:08.172Z | Compiling atomic-waker v1.1.2 |
| 1482 | 2026-08-25T16:34:08.294Z | Compiling untrusted v0.7.1 |
| 1483 | 2026-08-25T16:34:08.326Z | Compiling tower-layer v0.3.3 |
| 1484 | 2026-08-25T16:34:08.414Z | Compiling try-lock v0.2.5 |
| 1485 | 2026-08-25T16:34:08.506Z | Compiling want v0.3.1 |
| 1486 | 2026-08-25T16:34:08.580Z | Compiling pest_derive v2.8.6 |
| 1487 | 2026-08-25T16:34:08.661Z | Compiling tokio-util v0.7.18 |
| 1488 | 2026-08-25T16:34:08.809Z | Compiling regex-automata v0.4.14 |
| 1489 | 2026-08-25T16:34:09.190Z | Compiling rand_chacha v0.9.0 |
| 1490 | 2026-08-25T16:34:09.304Z | Compiling block-padding v0.4.2 |
| 1491 | 2026-08-25T16:34:09.468Z | Compiling h2 v0.4.15 |
| 1492 | 2026-08-25T16:34:09.590Z | Compiling ipnet v2.12.0 |
| 1493 | 2026-08-25T16:34:09.672Z | Compiling scroll_derive v0.13.1 |
| 1494 | 2026-08-25T16:34:09.867Z | Compiling darling_core v0.20.11 |
| 1495 | 2026-08-25T16:34:10.072Z | Compiling httpdate v1.0.3 |
| 1496 | 2026-08-25T16:34:10.312Z | Compiling openssl v0.10.80 |
| 1497 | 2026-08-25T16:34:10.453Z | Compiling cpufeatures v0.2.17 |
| 1498 | 2026-08-25T16:34:10.509Z | Compiling tap v1.0.1 |
| 1499 | 2026-08-25T16:34:10.523Z | Compiling foreign-types-shared v0.1.1 |
| 1500 | 2026-08-25T16:34:10.526Z | Compiling untrusted v0.9.0 |
| 1501 | 2026-08-25T16:34:10.549Z | Compiling maybe-uninit v2.0.0 |
| 1502 | 2026-08-25T16:34:10.604Z | Compiling rustls v0.23.41 |
| 1503 | 2026-08-25T16:34:10.619Z | Compiling const-oid v0.10.2 |
| 1504 | 2026-08-25T16:34:10.648Z | Compiling wyz v0.5.1 |
| 1505 | 2026-08-25T16:34:10.767Z | Compiling digest v0.11.3 |
| 1506 | 2026-08-25T16:34:10.816Z | Compiling foreign-types v0.3.2 |
| 1507 | 2026-08-25T16:34:10.847Z | Compiling scroll v0.13.0 |
| 1508 | 2026-08-25T16:34:10.864Z | Compiling inout v0.2.2 |
| 1509 | 2026-08-25T16:34:10.883Z | Compiling rand v0.9.2 |
| 1510 | 2026-08-25T16:34:11.040Z | Compiling unicode-normalization v0.1.25 |
| 1511 | 2026-08-25T16:34:11.172Z | Compiling rand_chacha v0.3.1 |
| 1512 | 2026-08-25T16:34:11.526Z | Compiling signature v2.2.0 |
| 1513 | 2026-08-25T16:34:11.529Z | Compiling hex v0.4.3 |
| 1514 | 2026-08-25T16:34:11.639Z | Compiling openssl-macros v0.1.1 |
| 1515 | 2026-08-25T16:34:11.709Z | Compiling thiserror-impl v1.0.69 |
| 1516 | 2026-08-25T16:34:11.808Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1517 | 2026-08-25T16:34:11.981Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1518 | 2026-08-25T16:34:12.030Z | Compiling num-integer v0.1.46 |
| 1519 | 2026-08-25T16:34:12.083Z | Compiling wait-timeout v0.2.1 |
| 1520 | 2026-08-25T16:34:12.145Z | Compiling darling_macro v0.20.11 |
| 1521 | 2026-08-25T16:34:12.344Z | Compiling socket2 v0.5.10 |
| 1522 | 2026-08-25T16:34:12.347Z | Compiling ahash v0.8.12 |
| 1523 | 2026-08-25T16:34:12.374Z | Compiling num-conv v0.2.0 |
| 1524 | 2026-08-25T16:34:12.504Z | Compiling powerfmt v0.2.0 |
| 1525 | 2026-08-25T16:34:12.563Z | Compiling hyper v1.10.1 |
| 1526 | 2026-08-25T16:34:12.621Z | Compiling cpufeatures v0.3.0 |
| 1527 | 2026-08-25T16:34:12.728Z | Compiling native-tls v0.2.18 |
| 1528 | 2026-08-25T16:34:12.737Z | Compiling quick-error v1.2.3 |
| 1529 | 2026-08-25T16:34:12.738Z | Compiling bit-vec v0.8.0 |
| 1530 | 2026-08-25T16:34:12.836Z | Compiling time-core v0.1.8 |
| 1531 | 2026-08-25T16:34:12.846Z | Compiling num-bigint-dig v0.8.6 |
| 1532 | 2026-08-25T16:34:12.895Z | Compiling funty v2.0.0 |
| 1533 | 2026-08-25T16:34:12.956Z | Compiling packed_struct v0.10.1 |
| 1534 | 2026-08-25T16:34:12.978Z | Compiling thiserror v1.0.69 |
| 1535 | 2026-08-25T16:34:12.978Z | Compiling time-macros v0.2.27 |
| 1536 | 2026-08-25T16:34:13.053Z | Compiling bit-set v0.8.0 |
| 1537 | 2026-08-25T16:34:13.086Z | Compiling clap_builder v4.6.0 |
| 1538 | 2026-08-25T16:34:13.232Z | Compiling bitvec v1.0.1 |
| 1539 | 2026-08-25T16:34:13.262Z | Compiling rusty-fork v0.3.1 |
| 1540 | 2026-08-25T16:34:13.469Z | Compiling deranged v0.5.8 |
| 1541 | 2026-08-25T16:34:13.542Z | Compiling darling v0.20.11 |
| 1542 | 2026-08-25T16:34:13.627Z | Compiling num-iter v0.1.45 |
| 1543 | 2026-08-25T16:34:13.738Z | Compiling hyper-util v0.1.20 |
| 1544 | 2026-08-25T16:34:14.446Z | Compiling rand v0.8.6 |
| 1545 | 2026-08-25T16:34:14.619Z | Compiling goblin v0.10.5 |
| 1546 | 2026-08-25T16:34:14.778Z | Compiling cipher v0.5.2 |
| 1547 | 2026-08-25T16:34:15.155Z | Compiling packed_struct_codegen v0.10.1 |
| 1548 | 2026-08-25T16:34:15.168Z | Compiling sha2 v0.10.9 |
| 1549 | 2026-08-25T16:34:15.420Z | Compiling lazy_static v1.5.0 |
| 1550 | 2026-08-25T16:34:15.534Z | Compiling rand_xorshift v0.4.0 |
| 1551 | 2026-08-25T16:34:15.721Z | Compiling toml_datetime v0.6.11 |
| 1552 | 2026-08-25T16:34:15.938Z | Compiling serde_spanned v0.6.9 |
| 1553 | 2026-08-25T16:34:15.965Z | Compiling zerocopy-derive v0.6.6 |
| 1554 | 2026-08-25T16:34:16.078Z | Compiling bitfield-macros v0.19.4 |
| 1555 | 2026-08-25T16:34:16.187Z | Compiling clap_derive v4.6.1 |
| 1556 | 2026-08-25T16:34:16.496Z | Compiling sync_wrapper v1.0.2 |
| 1557 | 2026-08-25T16:34:16.601Z | Compiling indexmap v1.9.3 |
| 1558 | 2026-08-25T16:34:16.793Z | Compiling usdt-impl v0.6.0 |
| 1559 | 2026-08-25T16:34:16.810Z | Compiling object v0.37.3 |
| 1560 | 2026-08-25T16:34:16.822Z | Compiling siphasher v1.0.2 |
| 1561 | 2026-08-25T16:34:17.000Z | Compiling num_threads v0.1.7 |
| 1562 | 2026-08-25T16:34:17.017Z | Compiling crossbeam-utils v0.8.21 |
| 1563 | 2026-08-25T16:34:17.060Z | Compiling paste v1.0.15 |
| 1564 | 2026-08-25T16:34:17.093Z | Compiling zlib-rs v0.6.2 |
| 1565 | 2026-08-25T16:34:17.096Z | Compiling unicode-segmentation v1.12.0 |
| 1566 | 2026-08-25T16:34:17.295Z | Compiling crc-catalog v2.4.0 |
| 1567 | 2026-08-25T16:34:17.328Z | Compiling unarray v0.1.4 |
| 1568 | 2026-08-25T16:34:17.390Z | Compiling nodrop v0.1.14 |
| 1569 | 2026-08-25T16:34:17.438Z | Compiling proptest v1.11.0 |
| 1570 | 2026-08-25T16:34:17.481Z | Compiling array-init v0.0.4 |
| 1571 | 2026-08-25T16:34:17.496Z | Compiling crc v3.4.0 |
| 1572 | 2026-08-25T16:34:17.730Z | Compiling dof v0.4.0 |
| 1573 | 2026-08-25T16:34:17.882Z | Compiling time v0.3.47 |
| 1574 | 2026-08-25T16:34:17.995Z | Compiling clap v4.6.1 |
| 1575 | 2026-08-25T16:34:18.097Z | Compiling zerocopy v0.6.6 |
| 1576 | 2026-08-25T16:34:18.415Z | Compiling bitfield v0.19.4 |
| 1577 | 2026-08-25T16:34:18.725Z | Compiling tower v0.5.3 |
| 1578 | 2026-08-25T16:34:19.184Z | Compiling smallvec v0.6.14 |
| 1579 | 2026-08-25T16:34:19.379Z | Compiling chacha20 v0.10.0 |
| 1580 | 2026-08-25T16:34:19.487Z | Compiling derive_builder_core v0.20.2 |
| 1581 | 2026-08-25T16:34:19.949Z | Compiling flate2 v1.1.9 |
| 1582 | 2026-08-25T16:34:20.081Z | Compiling dtrace-parser v0.3.0 |
| 1583 | 2026-08-25T16:34:20.107Z | Compiling ipnetwork v0.21.1 |
| 1584 | 2026-08-25T16:34:20.254Z | Compiling pkcs1 v0.7.5 |
| 1585 | 2026-08-25T16:34:20.316Z | Compiling http-body-util v0.1.3 |
| 1586 | 2026-08-25T16:34:20.353Z | Compiling heapless v0.7.17 |
| 1587 | 2026-08-25T16:34:20.484Z | Compiling scroll_derive v0.12.1 |
| 1588 | 2026-08-25T16:34:20.553Z | Compiling structmeta-derive v0.3.0 |
| 1589 | 2026-08-25T16:34:20.590Z | Compiling slog v2.8.2 |
| 1590 | 2026-08-25T16:34:20.653Z | Compiling darling_core v0.23.0 |
| 1591 | 2026-08-25T16:34:20.775Z | Compiling thread-id v5.1.0 |
| 1592 | 2026-08-25T16:34:20.800Z | Compiling cookie v0.18.1 |
| 1593 | 2026-08-25T16:34:20.858Z | Compiling env_filter v2.0.0 |
| 1594 | 2026-08-25T16:34:20.978Z | Compiling syn v3.0.3 |
| 1595 | 2026-08-25T16:34:21.133Z | Compiling winnow v0.5.40 |
| 1596 | 2026-08-25T16:34:21.152Z | Compiling zstd-safe v7.2.4 |
| 1597 | 2026-08-25T16:34:21.409Z | Compiling anyhow v1.0.104 |
| 1598 | 2026-08-25T16:34:21.625Z | Compiling allocator-api2 v0.2.21 |
| 1599 | 2026-08-25T16:34:21.716Z | Compiling iri-string v0.7.10 |
| 1600 | 2026-08-25T16:34:21.971Z | Compiling ryu v1.0.23 |
| 1601 | 2026-08-25T16:34:22.146Z | Compiling unicode-properties v0.1.4 |
| 1602 | 2026-08-25T16:34:22.372Z | Compiling hashbrown v0.12.3 |
| 1603 | 2026-08-25T16:34:22.623Z | Compiling signal-hook v0.3.18 |
| 1604 | 2026-08-25T16:34:22.780Z | Compiling base64 v0.21.7 |
| 1605 | 2026-08-25T16:34:22.850Z | Compiling gimli v0.32.3 |
| 1606 | 2026-08-25T16:34:23.098Z | Compiling unicode-bidi v0.3.18 |
| 1607 | 2026-08-25T16:34:23.175Z | Compiling darling_macro v0.23.0 |
| 1608 | 2026-08-25T16:34:23.230Z | Compiling ron v0.8.1 |
| 1609 | 2026-08-25T16:34:24.620Z | Compiling stringprep v0.1.5 |
| 1610 | 2026-08-25T16:34:24.625Z | Compiling tower-http v0.6.8 |
| 1611 | 2026-08-25T16:34:24.625Z | Compiling toml_edit v0.19.15 |
| 1612 | 2026-08-25T16:34:24.625Z | Compiling serde_urlencoded v0.7.1 |
| 1613 | 2026-08-25T16:34:24.625Z | Compiling daft-derive v0.1.8 |
| 1614 | 2026-08-25T16:34:24.625Z | Compiling structmeta v0.3.0 |
| 1615 | 2026-08-25T16:34:24.625Z | Compiling addr2line v0.25.1 |
| 1616 | 2026-08-25T16:34:24.625Z | Compiling scroll v0.12.0 |
| 1617 | 2026-08-25T16:34:24.640Z | Compiling env_logger v0.11.11 |
| 1618 | 2026-08-25T16:34:24.864Z | Compiling rsa v0.9.10 |
| 1619 | 2026-08-25T16:34:24.876Z | Compiling oxnet v0.1.6 |
| 1620 | 2026-08-25T16:34:24.987Z | Compiling derive_builder_macro v0.20.2 |
| 1621 | 2026-08-25T16:34:25.194Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1622 | 2026-08-25T16:34:25.309Z | Compiling hashbrown v0.13.2 |
| 1623 | 2026-08-25T16:34:25.323Z | Compiling newtype-uuid v1.3.2 |
| 1624 | 2026-08-25T16:34:25.448Z | Compiling rand v0.10.1 |
| 1625 | 2026-08-25T16:34:25.641Z | Compiling bzip2 v0.4.4 |
| 1626 | 2026-08-25T16:34:25.774Z | Compiling serde-hex v0.1.0 |
| 1627 | 2026-08-25T16:34:25.849Z | Compiling tokio-native-tls v0.3.1 |
| 1628 | 2026-08-25T16:34:26.037Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1629 | 2026-08-25T16:34:26.835Z | Compiling camino v1.2.5 |
| 1630 | 2026-08-25T16:34:27.212Z | Compiling sha2 v0.11.0 |
| 1631 | 2026-08-25T16:34:27.308Z | Compiling bstr v1.12.1 |
| 1632 | 2026-08-25T16:34:27.700Z | Compiling md-5 v0.11.0 |
| 1633 | 2026-08-25T16:34:27.910Z | Compiling hmac v0.13.0 |
| 1634 | 2026-08-25T16:34:27.995Z | Compiling rustls-native-certs v0.8.3 |
| 1635 | 2026-08-25T16:34:27.995Z | Compiling x509-cert v0.2.5 |
| 1636 | 2026-08-25T16:34:28.057Z | Compiling serde_tokenstream v0.2.3 |
| 1637 | 2026-08-25T16:34:28.183Z | Compiling erased-serde v0.3.31 |
| 1638 | 2026-08-25T16:34:28.304Z | Compiling curve25519-dalek v4.1.3 |
| 1639 | 2026-08-25T16:34:28.372Z | Compiling async-trait v0.1.89 |
| 1640 | 2026-08-25T16:34:28.599Z | Compiling pin-project-internal v1.1.11 |
| 1641 | 2026-08-25T16:34:28.652Z | Compiling zerocopy-derive v0.7.35 |
| 1642 | 2026-08-25T16:34:28.924Z | Compiling vergen-lib v9.1.0 |
| 1643 | 2026-08-25T16:34:29.037Z | Compiling hash32 v0.2.1 |
| 1644 | 2026-08-25T16:34:29.099Z | Compiling memoffset v0.9.1 |
| 1645 | 2026-08-25T16:34:29.237Z | Compiling encoding_rs v0.8.35 |
| 1646 | 2026-08-25T16:34:29.297Z | Compiling rustc-demangle v0.1.27 |
| 1647 | 2026-08-25T16:34:29.352Z | Compiling mime v0.3.17 |
| 1648 | 2026-08-25T16:34:29.508Z | Compiling fallible-iterator v0.2.0 |
| 1649 | 2026-08-25T16:34:29.532Z | Compiling psl-types v2.0.11 |
| 1650 | 2026-08-25T16:34:29.600Z | Compiling rustix v0.38.44 |
| 1651 | 2026-08-25T16:34:29.641Z | Compiling ref-cast v1.0.25 |
| 1652 | 2026-08-25T16:34:29.687Z | Compiling smoltcp v0.9.1 |
| 1653 | 2026-08-25T16:34:29.716Z | Compiling owo-colors v4.3.0 |
| 1654 | 2026-08-25T16:34:29.785Z | Compiling litrs v1.0.0 |
| 1655 | 2026-08-25T16:34:29.817Z | Compiling cfg_aliases v0.2.1 |
| 1656 | 2026-08-25T16:34:29.920Z | Compiling crc-any v2.5.0 |
| 1657 | 2026-08-25T16:34:30.001Z | Compiling nix v0.31.2 |
| 1658 | 2026-08-25T16:34:30.052Z | Compiling postgres-protocol v0.6.12 |
| 1659 | 2026-08-25T16:34:30.093Z | Compiling pin-project v1.1.11 |
| 1660 | 2026-08-25T16:34:30.093Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1661 | 2026-08-25T16:34:30.186Z | Compiling publicsuffix v2.3.0 |
| 1662 | 2026-08-25T16:34:30.264Z | Compiling backtrace v0.3.76 |
| 1663 | 2026-08-25T16:34:30.290Z | Compiling zerocopy v0.7.35 |
| 1664 | 2026-08-25T16:34:30.290Z | Compiling document-features v0.2.12 |
| 1665 | 2026-08-25T16:34:30.780Z | Compiling daft v0.1.8 |
| 1666 | 2026-08-25T16:34:30.798Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1667 | 2026-08-25T16:34:30.909Z | Compiling hyper-tls v0.6.0 |
| 1668 | 2026-08-25T16:34:30.981Z | Compiling zip v0.6.6 |
| 1669 | 2026-08-25T16:34:31.042Z | Compiling object v0.30.4 |
| 1670 | 2026-08-25T16:34:31.067Z | Compiling derive_builder v0.20.2 |
| 1671 | 2026-08-25T16:34:31.084Z | Compiling toml v0.7.8 |
| 1672 | 2026-08-25T16:34:31.186Z | Compiling goblin v0.8.2 |
| 1673 | 2026-08-25T16:34:31.359Z | Compiling derive-ex v0.1.8 |
| 1674 | 2026-08-25T16:34:31.824Z | Compiling darling v0.23.0 |
| 1675 | 2026-08-25T16:34:31.852Z | Compiling convert_case v0.10.0 |
| 1676 | 2026-08-25T16:34:31.900Z | Compiling phf_shared v0.13.1 |
| 1677 | 2026-08-25T16:34:31.989Z | Compiling regex v1.12.3 |
| 1678 | 2026-08-25T16:34:32.146Z | Compiling hubpack_derive v0.1.1 |
| 1679 | 2026-08-25T16:34:32.154Z | Compiling hmac v0.12.1 |
| 1680 | 2026-08-25T16:34:32.365Z | Compiling futures-executor v0.3.32 |
| 1681 | 2026-08-25T16:34:32.414Z | Compiling strum_macros v0.27.2 |
| 1682 | 2026-08-25T16:34:32.574Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1683 | 2026-08-25T16:34:32.601Z | Compiling snafu-derive v0.8.9 |
| 1684 | 2026-08-25T16:34:32.986Z | Compiling ref-cast-impl v1.0.25 |
| 1685 | 2026-08-25T16:34:33.203Z | Compiling vergen v9.1.0 |
| 1686 | 2026-08-25T16:34:33.381Z | Compiling ff v0.13.1 |
| 1687 | 2026-08-25T16:34:33.524Z | Compiling cargo-platform v0.3.2 |
| 1688 | 2026-08-25T16:34:33.527Z | Compiling fs-err v3.3.0 |
| 1689 | 2026-08-25T16:34:33.729Z | Compiling bitflags v1.3.2 |
| 1690 | 2026-08-25T16:34:33.782Z | Compiling is_ci v1.2.0 |
| 1691 | 2026-08-25T16:34:33.796Z | Compiling base16ct v0.2.0 |
| 1692 | 2026-08-25T16:34:33.816Z | Compiling bumpalo v3.20.2 |
| 1693 | 2026-08-25T16:34:33.921Z | Compiling path-slash v0.1.5 |
| 1694 | 2026-08-25T16:34:33.973Z | Compiling foldhash v0.2.0 |
| 1695 | 2026-08-25T16:34:34.053Z | Compiling either v1.15.0 |
| 1696 | 2026-08-25T16:34:34.067Z | Compiling foldhash v0.1.5 |
| 1697 | 2026-08-25T16:34:34.195Z | Compiling managed v0.8.0 |
| 1698 | 2026-08-25T16:34:34.235Z | Compiling libbz2-rs-sys v0.2.2 |
| 1699 | 2026-08-25T16:34:34.266Z | Compiling jiff-core v0.1.0 |
| 1700 | 2026-08-25T16:34:34.337Z | Compiling same-file v1.0.6 |
| 1701 | 2026-08-25T16:34:34.413Z | Compiling textwrap v0.16.2 |
| 1702 | 2026-08-25T16:34:34.478Z | Compiling snafu v0.8.9 |
| 1703 | 2026-08-25T16:34:34.506Z | Compiling walkdir v2.5.0 |
| 1704 | 2026-08-25T16:34:34.819Z | Compiling bzip2 v0.6.1 |
| 1705 | 2026-08-25T16:34:34.832Z | Compiling strum v0.27.2 |
| 1706 | 2026-08-25T16:34:34.864Z | Compiling hashbrown v0.15.5 |
| 1707 | 2026-08-25T16:34:34.908Z | Compiling hashbrown v0.16.1 |
| 1708 | 2026-08-25T16:34:34.956Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1709 | 2026-08-25T16:34:35.017Z | Compiling jiff v0.2.34 |
| 1710 | 2026-08-25T16:34:35.330Z | Compiling zopfli v0.8.3 |
| 1711 | 2026-08-25T16:34:35.396Z | Compiling sec1 v0.7.3 |
| 1712 | 2026-08-25T16:34:35.426Z | Compiling supports-color v3.0.2 |
| 1713 | 2026-08-25T16:34:35.591Z | Compiling cargo_metadata v0.23.1 |
| 1714 | 2026-08-25T16:34:35.671Z | Compiling group v0.13.0 |
| 1715 | 2026-08-25T16:34:35.706Z | Compiling dof v0.3.0 |
| 1716 | 2026-08-25T16:34:35.999Z | Compiling test-strategy v0.4.5 |
| 1717 | 2026-08-25T16:34:36.397Z | Compiling hubpack v0.1.2 |
| 1718 | 2026-08-25T16:34:36.453Z | Compiling futures v0.3.32 |
| 1719 | 2026-08-25T16:34:36.537Z | Compiling hkdf v0.12.4 |
| 1720 | 2026-08-25T16:34:36.618Z | Compiling derive_more-impl v2.1.1 |
| 1721 | 2026-08-25T16:34:36.713Z | Compiling phf v0.13.1 |
| 1722 | 2026-08-25T16:34:36.887Z | Compiling serde_with_macros v3.21.0 |
| 1723 | 2026-08-25T16:34:36.969Z | Compiling signal-hook-mio v0.2.5 |
| 1724 | 2026-08-25T16:34:37.473Z | Compiling cookie_store v0.22.1 |
| 1725 | 2026-08-25T16:34:37.522Z | Compiling zstd v0.13.3 |
| 1726 | 2026-08-25T16:34:37.773Z | Compiling reqwest v0.12.28 |
| 1727 | 2026-08-25T16:34:37.787Z | Compiling backtrace-ext v0.2.1 |
| 1728 | 2026-08-25T16:34:38.022Z | Compiling postgres-types v0.2.14 |
| 1729 | 2026-08-25T16:34:38.562Z | Compiling usdt-attr-macro v0.6.0 |
| 1730 | 2026-08-25T16:34:38.586Z | Compiling usdt-macro v0.6.0 |
| 1731 | 2026-08-25T16:34:38.784Z | Compiling globset v0.4.18 |
| 1732 | 2026-08-25T16:34:38.900Z | Compiling phf_shared v0.11.3 |
| 1733 | 2026-08-25T16:34:39.087Z | Compiling dtrace-parser v0.2.0 |
| 1734 | 2026-08-25T16:34:39.152Z | Compiling byte-wrapper v0.1.0 |
| 1735 | 2026-08-25T16:34:39.208Z | Compiling ed25519 v2.2.3 |
| 1736 | 2026-08-25T16:34:39.342Z | Compiling olpc-cjson v0.1.4 |
| 1737 | 2026-08-25T16:34:39.361Z | Compiling crypto-bigint v0.5.5 |
| 1738 | 2026-08-25T16:34:39.439Z | Compiling serde_plain v1.0.2 |
| 1739 | 2026-08-25T16:34:39.477Z | Compiling serde-big-array v0.5.1 |
| 1740 | 2026-08-25T16:34:39.505Z | Compiling serde_repr v0.1.20 |
| 1741 | 2026-08-25T16:34:39.622Z | Compiling async-recursion v1.1.1 |
| 1742 | 2026-08-25T16:34:39.634Z | Compiling enum-as-inner v0.6.1 |
| 1743 | 2026-08-25T16:34:39.819Z | Compiling miette-derive v7.6.0 |
| 1744 | 2026-08-25T16:34:40.035Z | Compiling strum_macros v0.26.4 |
| 1745 | 2026-08-25T16:34:40.090Z | Compiling pem v3.0.6 |
| 1746 | 2026-08-25T16:34:40.188Z | Compiling float-cmp v0.10.0 |
| 1747 | 2026-08-25T16:34:40.272Z | Compiling thread-id v4.2.2 |
| 1748 | 2026-08-25T16:34:40.295Z | Compiling memmap2 v0.9.10 |
| 1749 | 2026-08-25T16:34:40.370Z | Compiling static_assertions v1.1.0 |
| 1750 | 2026-08-25T16:34:40.411Z | Compiling fixedbitset v0.5.7 |
| 1751 | 2026-08-25T16:34:40.436Z | Compiling keccak v0.1.6 |
| 1752 | 2026-08-25T16:34:40.507Z | Compiling fixedbitset v0.4.2 |
| 1753 | 2026-08-25T16:34:40.716Z | Compiling typed-path v0.9.3 |
| 1754 | 2026-08-25T16:34:40.731Z | Compiling predicates-core v1.0.10 |
| 1755 | 2026-08-25T16:34:40.912Z | Compiling data-encoding v2.10.0 |
| 1756 | 2026-08-25T16:34:40.979Z | Compiling supports-unicode v3.0.0 |
| 1757 | 2026-08-25T16:34:41.135Z | Compiling normalize-line-endings v0.3.0 |
| 1758 | 2026-08-25T16:34:41.173Z | Compiling new_debug_unreachable v1.0.6 |
| 1759 | 2026-08-25T16:34:41.234Z | Compiling winnow v1.0.3 |
| 1760 | 2026-08-25T16:34:41.251Z | Compiling precomputed-hash v0.1.1 |
| 1761 | 2026-08-25T16:34:41.346Z | Compiling whoami v2.1.0 |
| 1762 | 2026-08-25T16:34:41.500Z | Compiling difflib v0.4.0 |
| 1763 | 2026-08-25T16:34:41.510Z | Compiling supports-hyperlinks v3.2.0 |
| 1764 | 2026-08-25T16:34:41.664Z | Compiling miette v7.6.0 |
| 1765 | 2026-08-25T16:34:41.679Z | Compiling tokio-postgres v0.7.18 |
| 1766 | 2026-08-25T16:34:41.723Z | Compiling predicates v3.1.4 |
| 1767 | 2026-08-25T16:34:41.827Z | Compiling strum v0.26.3 |
| 1768 | 2026-08-25T16:34:41.961Z | Compiling string_cache v0.8.9 |
| 1769 | 2026-08-25T16:34:41.993Z | Compiling hickory-proto v0.25.2 |
| 1770 | 2026-08-25T16:34:42.053Z | Compiling toml_edit v0.22.27 |
| 1771 | 2026-08-25T16:34:42.194Z | Compiling petgraph v0.6.5 |
| 1772 | 2026-08-25T16:34:42.356Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1773 | 2026-08-25T16:34:42.373Z | Compiling petgraph v0.8.3 |
| 1774 | 2026-08-25T16:34:42.842Z | Compiling sha3 v0.10.8 |
| 1775 | 2026-08-25T16:34:42.978Z | Compiling usdt v0.6.0 |
| 1776 | 2026-08-25T16:34:43.235Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1777 | 2026-08-25T16:34:43.302Z | Compiling usdt-impl v0.5.0 |
| 1778 | 2026-08-25T16:34:43.692Z | Compiling elliptic-curve v0.13.8 |
| 1779 | 2026-08-25T16:34:43.878Z | Compiling ed25519-dalek v2.2.0 |
| 1780 | 2026-08-25T16:34:44.019Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1781 | 2026-08-25T16:34:44.113Z | Compiling crossterm v0.28.1 |
| 1782 | 2026-08-25T16:34:44.394Z | Compiling serde_with v3.21.0 |
| 1783 | 2026-08-25T16:34:44.772Z | Compiling derive_more v2.1.1 |
| 1784 | 2026-08-25T16:34:44.879Z | Compiling zip v4.6.1 |
| 1785 | 2026-08-25T16:34:45.501Z | Compiling iddqd v0.4.2 |
| 1786 | 2026-08-25T16:34:45.801Z | Compiling itertools v0.15.0 |
| 1787 | 2026-08-25T16:34:45.971Z | Compiling itertools v0.13.0 |
| 1788 | 2026-08-25T16:34:46.011Z | Compiling similar v2.7.0 |
| 1789 | 2026-08-25T16:34:46.143Z | Compiling crossbeam-epoch v0.9.18 |
| 1790 | 2026-08-25T16:34:46.162Z | Compiling heck v0.4.1 |
| 1791 | 2026-08-25T16:34:46.410Z | Compiling tokio-stream v0.1.18 |
| 1792 | 2026-08-25T16:34:46.492Z | Compiling buf-list v1.1.2 |
| 1793 | 2026-08-25T16:34:46.631Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1794 | 2026-08-25T16:34:46.768Z | Compiling openapiv3 v2.2.0 |
| 1795 | 2026-08-25T16:34:46.794Z | Compiling lalrpop-util v0.19.12 |
| 1796 | 2026-08-25T16:34:46.869Z | Compiling peg-runtime v0.8.5 |
| 1797 | 2026-08-25T16:34:46.885Z | Compiling thread_local v1.1.9 |
| 1798 | 2026-08-25T16:34:46.940Z | Compiling slog-async v2.8.0 |
| 1799 | 2026-08-25T16:34:46.983Z | Compiling crossbeam-channel v0.5.15 |
| 1800 | 2026-08-25T16:34:47.135Z | Compiling filetime v0.2.27 |
| 1801 | 2026-08-25T16:34:47.150Z | Compiling is-terminal v0.4.17 |
| 1802 | 2026-08-25T16:34:47.171Z | Compiling xattr v1.6.1 |
| 1803 | 2026-08-25T16:34:47.227Z | Compiling term v1.2.1 |
| 1804 | 2026-08-25T16:34:47.241Z | Compiling take_mut v0.2.2 |
| 1805 | 2026-08-25T16:34:47.254Z | Compiling camino-tempfile v1.4.1 |
| 1806 | 2026-08-25T16:34:47.304Z | Compiling tar v0.4.46 |
| 1807 | 2026-08-25T16:34:47.771Z | Compiling slog-term v2.9.2 |
| 1808 | 2026-08-25T16:34:53.371Z | Compiling rustls-webpki v0.103.13 |
| 1809 | 2026-08-25T16:34:56.016Z | Compiling tokio-rustls v0.26.4 |
| 1810 | 2026-08-25T16:34:56.016Z | Compiling rustls-platform-verifier v0.6.2 |
| 1811 | 2026-08-25T16:34:56.028Z | Compiling tough v0.22.0 |
| 1812 | 2026-08-25T16:34:56.244Z | Compiling hyper-rustls v0.27.7 |
| 1813 | 2026-08-25T16:34:56.458Z | Compiling reqwest v0.13.2 |
| 1814 | 2026-08-25T16:34:58.804Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1815 | 2026-08-25T16:34:59.107Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1816 | 2026-08-25T16:35:01.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
| 1817 | 2026-08-25T16:35:01.942Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1818 | 2026-08-25T16:35:02.149Z | Aug 25 16:35:00.221 INFO Starting download, target: Cockroach |
| 1819 | 2026-08-25T16:35:02.149Z | Aug 25 16:35:00.222 INFO Starting download, target: Clickhouse |
| 1820 | 2026-08-25T16:35:02.149Z | Aug 25 16:35:00.222 INFO Starting download, target: Console |
| 1821 | 2026-08-25T16:35:02.169Z | Aug 25 16:35:00.222 INFO Starting download, target: DendriteStub |
| 1822 | 2026-08-25T16:35:02.169Z | Aug 25 16:35:00.222 INFO Starting download, target: MaghemiteMgd |
| 1823 | 2026-08-25T16:35:02.169Z | Aug 25 16:35:00.222 INFO Starting download, target: MaghemiteDdmd |
| 1824 | 2026-08-25T16:35:02.169Z | Aug 25 16:35:00.222 INFO Starting download, target: TransceiverControl |
| 1825 | 2026-08-25T16:35:02.169Z | Aug 25 16:35:00.222 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1826 | 2026-08-25T16:35:02.169Z | Aug 25 16:35:00.222 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1827 | 2026-08-25T16:35:02.169Z | Aug 25 16:35:00.222 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1828 | 2026-08-25T16:35:02.169Z | Aug 25 16:35:00.222 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1829 | 2026-08-25T16:35:02.170Z | Aug 25 16:35:00.222 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1830 | 2026-08-25T16:35:02.170Z | Aug 25 16:35:00.222 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1831 | 2026-08-25T16:35:02.170Z | Aug 25 16:35:00.222 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1832 | 2026-08-25T16:35:03.975Z | Aug 25 16:35:02.043 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1833 | 2026-08-25T16:35:04.160Z | Aug 25 16:35:02.379 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1834 | 2026-08-25T16:35:04.581Z | Aug 25 16:35:02.612 INFO Download complete, target: Console |
| 1835 | 2026-08-25T16:35:05.085Z | Aug 25 16:35:03.233 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1836 | 2026-08-25T16:35:05.211Z | Aug 25 16:35:03.438 INFO Download complete, target: TransceiverControl |
| 1837 | 2026-08-25T16:35:10.739Z | Aug 25 16:35:08.398 INFO Checking that binary works, target: Clickhouse |
| 1838 | 2026-08-25T16:35:11.265Z | Aug 25 16:35:08.486 INFO Download complete, target: Clickhouse |
| 1839 | 2026-08-25T16:35:14.962Z | Aug 25 16:35:13.153 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1840 | 2026-08-25T16:35:16.637Z | Aug 25 16:35:14.788 INFO Download complete, target: MaghemiteDdmd |
| 1841 | 2026-08-25T16:35:18.503Z | Aug 25 16:35:16.676 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1842 | 2026-08-25T16:35:18.884Z | Aug 25 16:35:17.084 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1843 | 2026-08-25T16:35:20.241Z | Aug 25 16:35:18.416 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1844 | 2026-08-25T16:35:20.242Z | Aug 25 16:35:18.416 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1845 | 2026-08-25T16:35:20.895Z | Aug 25 16:35:19.085 INFO Download complete, target: DendriteStub |
| 1846 | 2026-08-25T16:35:21.270Z | Aug 25 16:35:19.498 INFO Download complete, target: MaghemiteMgd |
| 1847 | 2026-08-25T16:35:24.563Z | Aug 25 16:35:22.794 INFO Checking that binary works, target: Cockroach |
| 1848 | 2026-08-25T16:35:24.675Z | Aug 25 16:35:22.904 INFO Download complete, target: Cockroach |
| 1849 | 2026-08-25T16:35:24.698Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1850 | 2026-08-25T16:35:24.701Z | |
| 1851 | 2026-08-25T16:35:24.701Z | real 2:37.465257797 |
| 1852 | 2026-08-25T16:35:24.701Z | user 7:22.862860089 |
| 1853 | 2026-08-25T16:35:24.701Z | sys 1:26.962336433 |
| 1854 | 2026-08-25T16:35:24.702Z | trap 0.246366136 |
| 1855 | 2026-08-25T16:35:24.702Z | tflt 0.692446827 |
| 1856 | 2026-08-25T16:35:24.702Z | dflt 0.986676500 |
| 1857 | 2026-08-25T16:35:24.702Z | kflt 0.028020668 |
| 1858 | 2026-08-25T16:35:24.702Z | lock 32:18.105082726 |
| 1859 | 2026-08-25T16:35:24.702Z | slp 23:11.049743603 |
| 1860 | 2026-08-25T16:35:24.702Z | lat 50.394970854 |
| 1861 | 2026-08-25T16:35:24.702Z | stop 2:46.498439945 |
| 1862 | 2026-08-25T16:35:24.702Z | + banner hack-check |
| 1863 | 2026-08-25T16:35:24.702Z | |
| 1864 | 2026-08-25T16:35:24.702Z | # # ## #### # # #### # # ###### #### # # |
| 1865 | 2026-08-25T16:35:24.702Z | # # # # # # # # # # # # # # # # # |
| 1866 | 2026-08-25T16:35:24.703Z | ###### # # # #### ##### # ###### ##### # #### |
| 1867 | 2026-08-25T16:35:24.703Z | # # ###### # # # # # # # # # # |
| 1868 | 2026-08-25T16:35:24.703Z | # # # # # # # # # # # # # # # # # |
| 1869 | 2026-08-25T16:35:24.703Z | # # # # #### # # #### # # ###### #### # # |
| 1870 | 2026-08-25T16:35:24.703Z | |
| 1871 | 2026-08-25T16:35:24.703Z | + export CARGO_INCREMENTAL=0 |
| 1872 | 2026-08-25T16:35:24.703Z | + CARGO_INCREMENTAL=0 |
| 1873 | 2026-08-25T16:35:24.703Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1874 | 2026-08-25T16:35:25.161Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1875 | 2026-08-25T16:35:25.446Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1876 | 2026-08-25T16:35:27.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s |
| 1877 | 2026-08-25T16:35:27.296Z | Running `target/debug/xtask check-features --ci` |
| 1878 | 2026-08-25T16:35:27.317Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1879 | 2026-08-25T16:35:27.317Z | running: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1880 | 2026-08-25T16:35:27.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1881 | 2026-08-25T16:35:27.765Z | Running `target/debug/xtask download cargo-hack` |
| 1882 | 2026-08-25T16:35:28.545Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1883 | 2026-08-25T16:35:28.848Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1884 | 2026-08-25T16:35:31.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.63s |
| 1885 | 2026-08-25T16:35:31.597Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1886 | 2026-08-25T16:35:31.661Z | Aug 25 16:35:29.860 INFO Starting download, target: CargoHack |
| 1887 | 2026-08-25T16:35:31.731Z | Aug 25 16:35:29.860 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1888 | 2026-08-25T16:35:31.979Z | Aug 25 16:35:30.198 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1889 | 2026-08-25T16:35:32.048Z | Aug 25 16:35:30.245 INFO Download complete, target: CargoHack |
| 1890 | 2026-08-25T16:35:32.143Z | running: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1891 | 2026-08-25T16:35:32.143Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1892 | 2026-08-25T16:35:32.283Z | info: running `cargo check --bins` on api_identity (1/377) |
| 1893 | 2026-08-25T16:35:32.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1894 | 2026-08-25T16:35:32.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1895 | 2026-08-25T16:35:32.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1896 | 2026-08-25T16:35:32.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1897 | 2026-08-25T16:35:32.790Z | |
| 1898 | 2026-08-25T16:35:32.790Z | info: running `cargo check --bins` on bootstore (2/377) |
| 1899 | 2026-08-25T16:35:33.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1900 | 2026-08-25T16:35:33.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1901 | 2026-08-25T16:35:33.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1902 | 2026-08-25T16:35:33.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1903 | 2026-08-25T16:35:33.327Z | |
| 1904 | 2026-08-25T16:35:33.328Z | info: running `cargo check --bins` on omicron-ledger (3/377) |
| 1905 | 2026-08-25T16:35:33.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1906 | 2026-08-25T16:35:33.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1907 | 2026-08-25T16:35:33.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1908 | 2026-08-25T16:35:33.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1909 | 2026-08-25T16:35:33.938Z | |
| 1910 | 2026-08-25T16:35:33.938Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/377) |
| 1911 | 2026-08-25T16:35:34.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1912 | 2026-08-25T16:35:34.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1913 | 2026-08-25T16:35:34.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1914 | 2026-08-25T16:35:34.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1915 | 2026-08-25T16:35:34.422Z | |
| 1916 | 2026-08-25T16:35:34.422Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/377) |
| 1917 | 2026-08-25T16:35:34.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1918 | 2026-08-25T16:35:34.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1919 | 2026-08-25T16:35:34.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1920 | 2026-08-25T16:35:34.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1921 | 2026-08-25T16:35:34.951Z | |
| 1922 | 2026-08-25T16:35:34.951Z | info: running `cargo check --bins` on omicron-certificates (6/377) |
| 1923 | 2026-08-25T16:35:35.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1924 | 2026-08-25T16:35:35.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1925 | 2026-08-25T16:35:35.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1926 | 2026-08-25T16:35:35.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1927 | 2026-08-25T16:35:35.500Z | |
| 1928 | 2026-08-25T16:35:35.500Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/377) |
| 1929 | 2026-08-25T16:35:35.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1930 | 2026-08-25T16:35:35.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1931 | 2026-08-25T16:35:35.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1932 | 2026-08-25T16:35:35.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1933 | 2026-08-25T16:35:36.064Z | |
| 1934 | 2026-08-25T16:35:36.064Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/377) |
| 1935 | 2026-08-25T16:35:36.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1936 | 2026-08-25T16:35:36.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1937 | 2026-08-25T16:35:36.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1938 | 2026-08-25T16:35:36.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1939 | 2026-08-25T16:35:36.621Z | |
| 1940 | 2026-08-25T16:35:36.621Z | info: running `cargo check --bins --no-default-features` on omicron-generation-kinds (9/377) |
| 1941 | 2026-08-25T16:35:36.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1942 | 2026-08-25T16:35:37.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1943 | 2026-08-25T16:35:37.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1944 | 2026-08-25T16:35:37.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1945 | 2026-08-25T16:35:37.025Z | |
| 1946 | 2026-08-25T16:35:37.025Z | info: running `cargo check --bins --no-default-features --features serde,slog2,std,testing` on omicron-generation-kinds (10/377) |
| 1947 | 2026-08-25T16:35:37.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1948 | 2026-08-25T16:35:37.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1949 | 2026-08-25T16:35:37.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1950 | 2026-08-25T16:35:37.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1951 | 2026-08-25T16:35:37.474Z | |
| 1952 | 2026-08-25T16:35:37.474Z | info: running `cargo check --bins --no-default-features --features default` on omicron-generation-kinds (11/377) |
| 1953 | 2026-08-25T16:35:37.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1954 | 2026-08-25T16:35:37.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1955 | 2026-08-25T16:35:37.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1956 | 2026-08-25T16:35:37.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1957 | 2026-08-25T16:35:37.851Z | |
| 1958 | 2026-08-25T16:35:37.852Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-generation-kinds (12/377) |
| 1959 | 2026-08-25T16:35:38.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1960 | 2026-08-25T16:35:38.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1961 | 2026-08-25T16:35:38.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1962 | 2026-08-25T16:35:38.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1963 | 2026-08-25T16:35:38.244Z | |
| 1964 | 2026-08-25T16:35:38.244Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-generation-kinds (13/377) |
| 1965 | 2026-08-25T16:35:38.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1966 | 2026-08-25T16:35:38.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1967 | 2026-08-25T16:35:38.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1968 | 2026-08-25T16:35:38.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1969 | 2026-08-25T16:35:38.657Z | |
| 1970 | 2026-08-25T16:35:38.657Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-generation-kinds (14/377) |
| 1971 | 2026-08-25T16:35:39.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1972 | 2026-08-25T16:35:39.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1973 | 2026-08-25T16:35:39.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1974 | 2026-08-25T16:35:39.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1975 | 2026-08-25T16:35:39.146Z | |
| 1976 | 2026-08-25T16:35:39.146Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-generation-kinds (15/377) |
| 1977 | 2026-08-25T16:35:39.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1978 | 2026-08-25T16:35:39.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1979 | 2026-08-25T16:35:39.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1980 | 2026-08-25T16:35:39.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1981 | 2026-08-25T16:35:39.490Z | |
| 1982 | 2026-08-25T16:35:39.490Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-generation-kinds (16/377) |
| 1983 | 2026-08-25T16:35:40.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1984 | 2026-08-25T16:35:40.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1985 | 2026-08-25T16:35:40.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1986 | 2026-08-25T16:35:40.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1987 | 2026-08-25T16:35:40.324Z | |
| 1988 | 2026-08-25T16:35:40.324Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-generation-kinds (17/377) |
| 1989 | 2026-08-25T16:35:40.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1990 | 2026-08-25T16:35:40.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1991 | 2026-08-25T16:35:40.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1992 | 2026-08-25T16:35:40.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1993 | 2026-08-25T16:35:40.324Z | |
| 1994 | 2026-08-25T16:35:40.324Z | info: running `cargo check --bins --no-default-features --features slog2` on omicron-generation-kinds (18/377) |
| 1995 | 2026-08-25T16:35:40.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1996 | 2026-08-25T16:35:40.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1997 | 2026-08-25T16:35:40.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1998 | 2026-08-25T16:35:40.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1999 | 2026-08-25T16:35:40.717Z | |
| 2000 | 2026-08-25T16:35:40.717Z | info: running `cargo check --bins --no-default-features --features default,slog2` on omicron-generation-kinds (19/377) |
| 2001 | 2026-08-25T16:35:41.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2002 | 2026-08-25T16:35:41.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2003 | 2026-08-25T16:35:41.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2004 | 2026-08-25T16:35:41.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2005 | 2026-08-25T16:35:41.228Z | |
| 2006 | 2026-08-25T16:35:41.228Z | info: running `cargo check --bins --no-default-features --features schemars08,slog2` on omicron-generation-kinds (20/377) |
| 2007 | 2026-08-25T16:35:41.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2008 | 2026-08-25T16:35:41.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2009 | 2026-08-25T16:35:41.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2010 | 2026-08-25T16:35:41.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2011 | 2026-08-25T16:35:41.548Z | |
| 2012 | 2026-08-25T16:35:41.548Z | info: running `cargo check --bins --no-default-features --features default,schemars08,slog2` on omicron-generation-kinds (21/377) |
| 2013 | 2026-08-25T16:35:41.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2014 | 2026-08-25T16:35:41.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2015 | 2026-08-25T16:35:41.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2016 | 2026-08-25T16:35:41.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2017 | 2026-08-25T16:35:41.967Z | |
| 2018 | 2026-08-25T16:35:41.967Z | info: running `cargo check --bins --no-default-features --features serde,slog2` on omicron-generation-kinds (22/377) |
| 2019 | 2026-08-25T16:35:42.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2020 | 2026-08-25T16:35:42.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2021 | 2026-08-25T16:35:42.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2022 | 2026-08-25T16:35:42.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2023 | 2026-08-25T16:35:42.381Z | |
| 2024 | 2026-08-25T16:35:42.381Z | info: running `cargo check --bins --no-default-features --features default,serde,slog2` on omicron-generation-kinds (23/377) |
| 2025 | 2026-08-25T16:35:42.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2026 | 2026-08-25T16:35:43.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2027 | 2026-08-25T16:35:43.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2028 | 2026-08-25T16:35:43.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2029 | 2026-08-25T16:35:43.163Z | |
| 2030 | 2026-08-25T16:35:43.164Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,slog2` on omicron-generation-kinds (24/377) |
| 2031 | 2026-08-25T16:35:43.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2032 | 2026-08-25T16:35:43.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2033 | 2026-08-25T16:35:43.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2034 | 2026-08-25T16:35:43.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2035 | 2026-08-25T16:35:43.164Z | |
| 2036 | 2026-08-25T16:35:43.164Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2` on omicron-generation-kinds (25/377) |
| 2037 | 2026-08-25T16:35:43.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2038 | 2026-08-25T16:35:43.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2039 | 2026-08-25T16:35:43.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2040 | 2026-08-25T16:35:43.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2041 | 2026-08-25T16:35:43.638Z | |
| 2042 | 2026-08-25T16:35:43.638Z | info: running `cargo check --bins --no-default-features --features std` on omicron-generation-kinds (26/377) |
| 2043 | 2026-08-25T16:35:43.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2044 | 2026-08-25T16:35:43.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2045 | 2026-08-25T16:35:43.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2046 | 2026-08-25T16:35:43.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2047 | 2026-08-25T16:35:43.965Z | |
| 2048 | 2026-08-25T16:35:43.965Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-generation-kinds (27/377) |
| 2049 | 2026-08-25T16:35:44.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2050 | 2026-08-25T16:35:44.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2051 | 2026-08-25T16:35:44.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2052 | 2026-08-25T16:35:44.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2053 | 2026-08-25T16:35:44.460Z | |
| 2054 | 2026-08-25T16:35:44.460Z | info: running `cargo check --bins --no-default-features --features slog2,std` on omicron-generation-kinds (28/377) |
| 2055 | 2026-08-25T16:35:44.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2056 | 2026-08-25T16:35:44.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2057 | 2026-08-25T16:35:44.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2058 | 2026-08-25T16:35:44.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2059 | 2026-08-25T16:35:44.795Z | |
| 2060 | 2026-08-25T16:35:44.795Z | info: running `cargo check --bins --no-default-features --features serde,slog2,std` on omicron-generation-kinds (29/377) |
| 2061 | 2026-08-25T16:35:45.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2062 | 2026-08-25T16:35:45.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2063 | 2026-08-25T16:35:45.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2064 | 2026-08-25T16:35:45.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2065 | 2026-08-25T16:35:45.217Z | |
| 2066 | 2026-08-25T16:35:45.217Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-generation-kinds (30/377) |
| 2067 | 2026-08-25T16:35:45.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2068 | 2026-08-25T16:35:45.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2069 | 2026-08-25T16:35:45.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2070 | 2026-08-25T16:35:45.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2071 | 2026-08-25T16:35:45.594Z | |
| 2072 | 2026-08-25T16:35:45.595Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-generation-kinds (31/377) |
| 2073 | 2026-08-25T16:35:45.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2074 | 2026-08-25T16:35:46.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2075 | 2026-08-25T16:35:46.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2076 | 2026-08-25T16:35:46.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2077 | 2026-08-25T16:35:46.024Z | |
| 2078 | 2026-08-25T16:35:46.024Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-generation-kinds (32/377) |
| 2079 | 2026-08-25T16:35:46.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2080 | 2026-08-25T16:35:46.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2081 | 2026-08-25T16:35:46.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2082 | 2026-08-25T16:35:46.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2083 | 2026-08-25T16:35:46.431Z | |
| 2084 | 2026-08-25T16:35:46.431Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-generation-kinds (33/377) |
| 2085 | 2026-08-25T16:35:46.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2086 | 2026-08-25T16:35:46.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2087 | 2026-08-25T16:35:46.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2088 | 2026-08-25T16:35:46.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2089 | 2026-08-25T16:35:46.843Z | |
| 2090 | 2026-08-25T16:35:46.843Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-generation-kinds (34/377) |
| 2091 | 2026-08-25T16:35:47.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2092 | 2026-08-25T16:35:47.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2093 | 2026-08-25T16:35:47.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2094 | 2026-08-25T16:35:47.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2095 | 2026-08-25T16:35:47.227Z | |
| 2096 | 2026-08-25T16:35:47.227Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-generation-kinds (35/377) |
| 2097 | 2026-08-25T16:35:47.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2098 | 2026-08-25T16:35:47.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2099 | 2026-08-25T16:35:47.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2100 | 2026-08-25T16:35:47.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2101 | 2026-08-25T16:35:47.698Z | |
| 2102 | 2026-08-25T16:35:47.699Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-generation-kinds (36/377) |
| 2103 | 2026-08-25T16:35:47.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2104 | 2026-08-25T16:35:47.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2105 | 2026-08-25T16:35:47.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2106 | 2026-08-25T16:35:47.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2107 | 2026-08-25T16:35:48.049Z | |
| 2108 | 2026-08-25T16:35:48.050Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-generation-kinds (37/377) |
| 2109 | 2026-08-25T16:35:48.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2110 | 2026-08-25T16:35:48.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2111 | 2026-08-25T16:35:48.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2112 | 2026-08-25T16:35:48.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2113 | 2026-08-25T16:35:48.446Z | |
| 2114 | 2026-08-25T16:35:48.446Z | info: running `cargo check --bins --no-default-features --features slog2,testing` on omicron-generation-kinds (38/377) |
| 2115 | 2026-08-25T16:35:48.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2116 | 2026-08-25T16:35:48.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2117 | 2026-08-25T16:35:48.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2118 | 2026-08-25T16:35:48.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2119 | 2026-08-25T16:35:48.867Z | |
| 2120 | 2026-08-25T16:35:48.867Z | info: running `cargo check --bins --no-default-features --features default,slog2,testing` on omicron-generation-kinds (39/377) |
| 2121 | 2026-08-25T16:35:49.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2122 | 2026-08-25T16:35:49.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2123 | 2026-08-25T16:35:49.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2124 | 2026-08-25T16:35:49.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2125 | 2026-08-25T16:35:49.271Z | |
| 2126 | 2026-08-25T16:35:49.271Z | info: running `cargo check --bins --no-default-features --features schemars08,slog2,testing` on omicron-generation-kinds (40/377) |
| 2127 | 2026-08-25T16:35:49.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2128 | 2026-08-25T16:35:49.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2129 | 2026-08-25T16:35:49.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2130 | 2026-08-25T16:35:49.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2131 | 2026-08-25T16:35:49.712Z | |
| 2132 | 2026-08-25T16:35:49.713Z | info: running `cargo check --bins --no-default-features --features default,schemars08,slog2,testing` on omicron-generation-kinds (41/377) |
| 2133 | 2026-08-25T16:35:50.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2134 | 2026-08-25T16:35:50.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2135 | 2026-08-25T16:35:50.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2136 | 2026-08-25T16:35:50.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2137 | 2026-08-25T16:35:50.105Z | |
| 2138 | 2026-08-25T16:35:50.105Z | info: running `cargo check --bins --no-default-features --features serde,slog2,testing` on omicron-generation-kinds (42/377) |
| 2139 | 2026-08-25T16:35:50.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2140 | 2026-08-25T16:35:50.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2141 | 2026-08-25T16:35:50.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2142 | 2026-08-25T16:35:50.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2143 | 2026-08-25T16:35:50.514Z | |
| 2144 | 2026-08-25T16:35:50.514Z | info: running `cargo check --bins --no-default-features --features default,serde,slog2,testing` on omicron-generation-kinds (43/377) |
| 2145 | 2026-08-25T16:35:50.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2146 | 2026-08-25T16:35:50.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2147 | 2026-08-25T16:35:50.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2148 | 2026-08-25T16:35:50.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2149 | 2026-08-25T16:35:50.926Z | |
| 2150 | 2026-08-25T16:35:50.926Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,slog2,testing` on omicron-generation-kinds (44/377) |
| 2151 | 2026-08-25T16:35:51.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2152 | 2026-08-25T16:35:51.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2153 | 2026-08-25T16:35:51.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2154 | 2026-08-25T16:35:51.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2155 | 2026-08-25T16:35:51.359Z | |
| 2156 | 2026-08-25T16:35:51.359Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2,testing` on omicron-generation-kinds (45/377) |
| 2157 | 2026-08-25T16:35:51.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2158 | 2026-08-25T16:35:51.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2159 | 2026-08-25T16:35:51.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2160 | 2026-08-25T16:35:51.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2161 | 2026-08-25T16:35:51.764Z | |
| 2162 | 2026-08-25T16:35:51.764Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-generation-kinds (46/377) |
| 2163 | 2026-08-25T16:35:52.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2164 | 2026-08-25T16:35:52.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2165 | 2026-08-25T16:35:52.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2166 | 2026-08-25T16:35:52.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2167 | 2026-08-25T16:35:52.212Z | |
| 2168 | 2026-08-25T16:35:52.213Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-generation-kinds (47/377) |
| 2169 | 2026-08-25T16:35:52.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2170 | 2026-08-25T16:35:52.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2171 | 2026-08-25T16:35:52.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2172 | 2026-08-25T16:35:52.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2173 | 2026-08-25T16:35:52.648Z | |
| 2174 | 2026-08-25T16:35:52.648Z | info: running `cargo check --bins --no-default-features --features slog2,std,testing` on omicron-generation-kinds (48/377) |
| 2175 | 2026-08-25T16:35:52.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2176 | 2026-08-25T16:35:52.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2177 | 2026-08-25T16:35:52.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2178 | 2026-08-25T16:35:52.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2179 | 2026-08-25T16:35:53.031Z | |
| 2180 | 2026-08-25T16:35:53.031Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (49/377) |
| 2181 | 2026-08-25T16:35:53.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2182 | 2026-08-25T16:35:53.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2183 | 2026-08-25T16:35:53.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2184 | 2026-08-25T16:35:53.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2185 | 2026-08-25T16:35:53.510Z | |
| 2186 | 2026-08-25T16:35:53.510Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (50/377) |
| 2187 | 2026-08-25T16:35:53.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2188 | 2026-08-25T16:35:53.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2189 | 2026-08-25T16:35:53.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2190 | 2026-08-25T16:35:53.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2191 | 2026-08-25T16:35:53.918Z | |
| 2192 | 2026-08-25T16:35:53.918Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (51/377) |
| 2193 | 2026-08-25T16:35:54.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2194 | 2026-08-25T16:35:54.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2195 | 2026-08-25T16:35:54.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2196 | 2026-08-25T16:35:54.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2197 | 2026-08-25T16:35:54.438Z | |
| 2198 | 2026-08-25T16:35:54.438Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (52/377) |
| 2199 | 2026-08-25T16:35:54.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2200 | 2026-08-25T16:35:54.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2201 | 2026-08-25T16:35:54.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2202 | 2026-08-25T16:35:54.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2203 | 2026-08-25T16:35:54.808Z | |
| 2204 | 2026-08-25T16:35:54.808Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (53/377) |
| 2205 | 2026-08-25T16:35:55.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2206 | 2026-08-25T16:35:55.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2207 | 2026-08-25T16:35:55.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2208 | 2026-08-25T16:35:55.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2209 | 2026-08-25T16:35:55.103Z | |
| 2210 | 2026-08-25T16:35:55.103Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (54/377) |
| 2211 | 2026-08-25T16:35:55.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2212 | 2026-08-25T16:35:55.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2213 | 2026-08-25T16:35:55.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2214 | 2026-08-25T16:35:55.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2215 | 2026-08-25T16:35:55.520Z | |
| 2216 | 2026-08-25T16:35:55.520Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (55/377) |
| 2217 | 2026-08-25T16:35:55.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2218 | 2026-08-25T16:35:55.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2219 | 2026-08-25T16:35:55.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2220 | 2026-08-25T16:35:55.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2221 | 2026-08-25T16:35:55.929Z | |
| 2222 | 2026-08-25T16:35:55.929Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (56/377) |
| 2223 | 2026-08-25T16:35:56.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2224 | 2026-08-25T16:35:56.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2225 | 2026-08-25T16:35:56.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2226 | 2026-08-25T16:35:56.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2227 | 2026-08-25T16:35:56.344Z | |
| 2228 | 2026-08-25T16:35:56.344Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (57/377) |
| 2229 | 2026-08-25T16:35:56.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2230 | 2026-08-25T16:35:56.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2231 | 2026-08-25T16:35:56.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2232 | 2026-08-25T16:35:56.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2233 | 2026-08-25T16:35:56.774Z | |
| 2234 | 2026-08-25T16:35:56.774Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (58/377) |
| 2235 | 2026-08-25T16:35:57.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2236 | 2026-08-25T16:35:57.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2237 | 2026-08-25T16:35:57.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2238 | 2026-08-25T16:35:57.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2239 | 2026-08-25T16:35:57.191Z | |
| 2240 | 2026-08-25T16:35:57.191Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (59/377) |
| 2241 | 2026-08-25T16:35:57.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2242 | 2026-08-25T16:35:57.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2243 | 2026-08-25T16:35:57.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2244 | 2026-08-25T16:35:57.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2245 | 2026-08-25T16:35:57.598Z | |
| 2246 | 2026-08-25T16:35:57.598Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (60/377) |
| 2247 | 2026-08-25T16:35:57.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2248 | 2026-08-25T16:35:57.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2249 | 2026-08-25T16:35:57.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2250 | 2026-08-25T16:35:57.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2251 | 2026-08-25T16:35:58.007Z | |
| 2252 | 2026-08-25T16:35:58.007Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (61/377) |
| 2253 | 2026-08-25T16:35:58.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2254 | 2026-08-25T16:35:58.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2255 | 2026-08-25T16:35:58.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2256 | 2026-08-25T16:35:58.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2257 | 2026-08-25T16:35:58.597Z | |
| 2258 | 2026-08-25T16:35:58.597Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (62/377) |
| 2259 | 2026-08-25T16:35:58.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2260 | 2026-08-25T16:35:58.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2261 | 2026-08-25T16:35:58.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2262 | 2026-08-25T16:35:58.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2263 | 2026-08-25T16:35:58.947Z | |
| 2264 | 2026-08-25T16:35:58.947Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (63/377) |
| 2265 | 2026-08-25T16:35:59.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2266 | 2026-08-25T16:35:59.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2267 | 2026-08-25T16:35:59.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2268 | 2026-08-25T16:35:59.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2269 | 2026-08-25T16:35:59.317Z | |
| 2270 | 2026-08-25T16:35:59.317Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (64/377) |
| 2271 | 2026-08-25T16:35:59.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2272 | 2026-08-25T16:35:59.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2273 | 2026-08-25T16:35:59.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2274 | 2026-08-25T16:35:59.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2275 | 2026-08-25T16:35:59.865Z | |
| 2276 | 2026-08-25T16:35:59.866Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (65/377) |
| 2277 | 2026-08-25T16:36:00.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2278 | 2026-08-25T16:36:00.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2279 | 2026-08-25T16:36:00.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2280 | 2026-08-25T16:36:00.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2281 | 2026-08-25T16:36:00.205Z | |
| 2282 | 2026-08-25T16:36:00.205Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (66/377) |
| 2283 | 2026-08-25T16:36:00.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2284 | 2026-08-25T16:36:00.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2285 | 2026-08-25T16:36:00.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2286 | 2026-08-25T16:36:00.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2287 | 2026-08-25T16:36:00.667Z | |
| 2288 | 2026-08-25T16:36:00.667Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (67/377) |
| 2289 | 2026-08-25T16:36:00.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2290 | 2026-08-25T16:36:00.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2291 | 2026-08-25T16:36:00.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2292 | 2026-08-25T16:36:00.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2293 | 2026-08-25T16:36:00.975Z | |
| 2294 | 2026-08-25T16:36:00.975Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (68/377) |
| 2295 | 2026-08-25T16:36:01.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2296 | 2026-08-25T16:36:01.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2297 | 2026-08-25T16:36:01.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2298 | 2026-08-25T16:36:01.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2299 | 2026-08-25T16:36:01.456Z | |
| 2300 | 2026-08-25T16:36:01.456Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (69/377) |
| 2301 | 2026-08-25T16:36:02.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2302 | 2026-08-25T16:36:02.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2303 | 2026-08-25T16:36:02.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2304 | 2026-08-25T16:36:02.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2305 | 2026-08-25T16:36:02.195Z | |
| 2306 | 2026-08-25T16:36:02.195Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (70/377) |
| 2307 | 2026-08-25T16:36:02.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2308 | 2026-08-25T16:36:02.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2309 | 2026-08-25T16:36:02.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2310 | 2026-08-25T16:36:02.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2311 | 2026-08-25T16:36:02.203Z | |
| 2312 | 2026-08-25T16:36:02.203Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (71/377) |
| 2313 | 2026-08-25T16:36:02.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2314 | 2026-08-25T16:36:02.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2315 | 2026-08-25T16:36:02.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2316 | 2026-08-25T16:36:02.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2317 | 2026-08-25T16:36:02.666Z | |
| 2318 | 2026-08-25T16:36:02.666Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (72/377) |
| 2319 | 2026-08-25T16:36:02.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2320 | 2026-08-25T16:36:03.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2321 | 2026-08-25T16:36:03.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2322 | 2026-08-25T16:36:03.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2323 | 2026-08-25T16:36:03.027Z | |
| 2324 | 2026-08-25T16:36:03.027Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (73/377) |
| 2325 | 2026-08-25T16:36:03.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2326 | 2026-08-25T16:36:03.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2327 | 2026-08-25T16:36:03.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2328 | 2026-08-25T16:36:03.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2329 | 2026-08-25T16:36:03.523Z | |
| 2330 | 2026-08-25T16:36:03.523Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (74/377) |
| 2331 | 2026-08-25T16:36:03.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2332 | 2026-08-25T16:36:04.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2333 | 2026-08-25T16:36:04.059Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2334 | 2026-08-25T16:36:04.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2335 | 2026-08-25T16:36:04.059Z | |
| 2336 | 2026-08-25T16:36:04.059Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (75/377) |
| 2337 | 2026-08-25T16:36:04.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2338 | 2026-08-25T16:36:04.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2339 | 2026-08-25T16:36:04.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2340 | 2026-08-25T16:36:04.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2341 | 2026-08-25T16:36:04.290Z | |
| 2342 | 2026-08-25T16:36:04.291Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (76/377) |
| 2343 | 2026-08-25T16:36:04.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2344 | 2026-08-25T16:36:04.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2345 | 2026-08-25T16:36:04.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2346 | 2026-08-25T16:36:04.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2347 | 2026-08-25T16:36:04.688Z | |
| 2348 | 2026-08-25T16:36:04.689Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (77/377) |
| 2349 | 2026-08-25T16:36:05.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2350 | 2026-08-25T16:36:05.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2351 | 2026-08-25T16:36:05.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2352 | 2026-08-25T16:36:05.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2353 | 2026-08-25T16:36:05.109Z | |
| 2354 | 2026-08-25T16:36:05.109Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (78/377) |
| 2355 | 2026-08-25T16:36:05.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2356 | 2026-08-25T16:36:05.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2357 | 2026-08-25T16:36:05.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2358 | 2026-08-25T16:36:05.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2359 | 2026-08-25T16:36:05.527Z | |
| 2360 | 2026-08-25T16:36:05.527Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (79/377) |
| 2361 | 2026-08-25T16:36:05.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2362 | 2026-08-25T16:36:05.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2363 | 2026-08-25T16:36:05.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2364 | 2026-08-25T16:36:05.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2365 | 2026-08-25T16:36:05.981Z | |
| 2366 | 2026-08-25T16:36:05.981Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (80/377) |
| 2367 | 2026-08-25T16:36:06.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2368 | 2026-08-25T16:36:06.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2369 | 2026-08-25T16:36:06.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2370 | 2026-08-25T16:36:06.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2371 | 2026-08-25T16:36:06.356Z | |
| 2372 | 2026-08-25T16:36:06.356Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (81/377) |
| 2373 | 2026-08-25T16:36:06.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2374 | 2026-08-25T16:36:06.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2375 | 2026-08-25T16:36:06.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2376 | 2026-08-25T16:36:06.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2377 | 2026-08-25T16:36:06.772Z | |
| 2378 | 2026-08-25T16:36:06.772Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (82/377) |
| 2379 | 2026-08-25T16:36:07.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2380 | 2026-08-25T16:36:07.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2381 | 2026-08-25T16:36:07.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2382 | 2026-08-25T16:36:07.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2383 | 2026-08-25T16:36:07.184Z | |
| 2384 | 2026-08-25T16:36:07.184Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (83/377) |
| 2385 | 2026-08-25T16:36:07.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2386 | 2026-08-25T16:36:07.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2387 | 2026-08-25T16:36:07.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2388 | 2026-08-25T16:36:07.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2389 | 2026-08-25T16:36:07.646Z | |
| 2390 | 2026-08-25T16:36:07.646Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (84/377) |
| 2391 | 2026-08-25T16:36:07.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2392 | 2026-08-25T16:36:07.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2393 | 2026-08-25T16:36:07.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2394 | 2026-08-25T16:36:07.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2395 | 2026-08-25T16:36:08.021Z | |
| 2396 | 2026-08-25T16:36:08.021Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (85/377) |
| 2397 | 2026-08-25T16:36:08.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2398 | 2026-08-25T16:36:08.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2399 | 2026-08-25T16:36:08.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2400 | 2026-08-25T16:36:08.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2401 | 2026-08-25T16:36:08.458Z | |
| 2402 | 2026-08-25T16:36:08.458Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (86/377) |
| 2403 | 2026-08-25T16:36:08.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2404 | 2026-08-25T16:36:08.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2405 | 2026-08-25T16:36:08.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2406 | 2026-08-25T16:36:08.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2407 | 2026-08-25T16:36:08.863Z | |
| 2408 | 2026-08-25T16:36:08.863Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (87/377) |
| 2409 | 2026-08-25T16:36:09.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2410 | 2026-08-25T16:36:09.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2411 | 2026-08-25T16:36:09.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2412 | 2026-08-25T16:36:09.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2413 | 2026-08-25T16:36:09.284Z | |
| 2414 | 2026-08-25T16:36:09.284Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (88/377) |
| 2415 | 2026-08-25T16:36:09.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2416 | 2026-08-25T16:36:09.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2417 | 2026-08-25T16:36:09.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2418 | 2026-08-25T16:36:09.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2419 | 2026-08-25T16:36:09.703Z | |
| 2420 | 2026-08-25T16:36:09.703Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (89/377) |
| 2421 | 2026-08-25T16:36:10.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2422 | 2026-08-25T16:36:10.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2423 | 2026-08-25T16:36:10.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2424 | 2026-08-25T16:36:10.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2425 | 2026-08-25T16:36:10.309Z | |
| 2426 | 2026-08-25T16:36:10.309Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (90/377) |
| 2427 | 2026-08-25T16:36:10.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2428 | 2026-08-25T16:36:10.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2429 | 2026-08-25T16:36:10.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2430 | 2026-08-25T16:36:10.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2431 | 2026-08-25T16:36:10.931Z | |
| 2432 | 2026-08-25T16:36:10.931Z | info: running `cargo check --bins` on nexus-config (91/377) |
| 2433 | 2026-08-25T16:36:11.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2434 | 2026-08-25T16:36:11.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2435 | 2026-08-25T16:36:11.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2436 | 2026-08-25T16:36:11.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2437 | 2026-08-25T16:36:11.513Z | |
| 2438 | 2026-08-25T16:36:11.513Z | info: running `cargo check --bins` on nexus-types (92/377) |
| 2439 | 2026-08-25T16:36:12.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2440 | 2026-08-25T16:36:12.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2441 | 2026-08-25T16:36:12.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2442 | 2026-08-25T16:36:12.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2443 | 2026-08-25T16:36:12.121Z | |
| 2444 | 2026-08-25T16:36:12.121Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (93/377) |
| 2445 | 2026-08-25T16:36:12.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2446 | 2026-08-25T16:36:12.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2447 | 2026-08-25T16:36:12.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2448 | 2026-08-25T16:36:12.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2449 | 2026-08-25T16:36:12.673Z | |
| 2450 | 2026-08-25T16:36:12.674Z | info: running `cargo check --bins` on omicron-passwords (94/377) |
| 2451 | 2026-08-25T16:36:13.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2452 | 2026-08-25T16:36:13.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2453 | 2026-08-25T16:36:13.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2454 | 2026-08-25T16:36:13.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2455 | 2026-08-25T16:36:13.232Z | |
| 2456 | 2026-08-25T16:36:13.232Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (95/377) |
| 2457 | 2026-08-25T16:36:13.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2458 | 2026-08-25T16:36:13.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2459 | 2026-08-25T16:36:13.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2460 | 2026-08-25T16:36:13.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2461 | 2026-08-25T16:36:13.796Z | |
| 2462 | 2026-08-25T16:36:13.796Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (96/377) |
| 2463 | 2026-08-25T16:36:14.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2464 | 2026-08-25T16:36:14.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2465 | 2026-08-25T16:36:14.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2466 | 2026-08-25T16:36:14.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2467 | 2026-08-25T16:36:14.358Z | |
| 2468 | 2026-08-25T16:36:14.358Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (97/377) |
| 2469 | 2026-08-25T16:36:14.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2470 | 2026-08-25T16:36:14.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2471 | 2026-08-25T16:36:14.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2472 | 2026-08-25T16:36:14.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2473 | 2026-08-25T16:36:14.936Z | |
| 2474 | 2026-08-25T16:36:14.936Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (98/377) |
| 2475 | 2026-08-25T16:36:15.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2476 | 2026-08-25T16:36:15.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2477 | 2026-08-25T16:36:15.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2478 | 2026-08-25T16:36:15.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2479 | 2026-08-25T16:36:15.521Z | |
| 2480 | 2026-08-25T16:36:15.521Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (99/377) |
| 2481 | 2026-08-25T16:36:15.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2482 | 2026-08-25T16:36:15.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2483 | 2026-08-25T16:36:15.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2484 | 2026-08-25T16:36:15.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2485 | 2026-08-25T16:36:16.066Z | |
| 2486 | 2026-08-25T16:36:16.066Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (100/377) |
| 2487 | 2026-08-25T16:36:16.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2488 | 2026-08-25T16:36:16.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2489 | 2026-08-25T16:36:16.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2490 | 2026-08-25T16:36:16.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2491 | 2026-08-25T16:36:16.634Z | |
| 2492 | 2026-08-25T16:36:16.634Z | info: running `cargo check --bins --no-default-features` on gfss (101/377) |
| 2493 | 2026-08-25T16:36:17.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2494 | 2026-08-25T16:36:17.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2495 | 2026-08-25T16:36:17.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2496 | 2026-08-25T16:36:17.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2497 | 2026-08-25T16:36:17.168Z | |
| 2498 | 2026-08-25T16:36:17.168Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (102/377) |
| 2499 | 2026-08-25T16:36:17.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2500 | 2026-08-25T16:36:17.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2501 | 2026-08-25T16:36:17.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2502 | 2026-08-25T16:36:17.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2503 | 2026-08-25T16:36:17.702Z | |
| 2504 | 2026-08-25T16:36:17.702Z | info: running `cargo check --bins` on trust-quorum-types (103/377) |
| 2505 | 2026-08-25T16:36:18.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2506 | 2026-08-25T16:36:18.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2507 | 2026-08-25T16:36:18.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2508 | 2026-08-25T16:36:18.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2509 | 2026-08-25T16:36:18.296Z | |
| 2510 | 2026-08-25T16:36:18.296Z | info: running `cargo check --bins` on wicketd-commission-types (104/377) |
| 2511 | 2026-08-25T16:36:18.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2512 | 2026-08-25T16:36:18.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2513 | 2026-08-25T16:36:18.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2514 | 2026-08-25T16:36:18.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2515 | 2026-08-25T16:36:18.804Z | |
| 2516 | 2026-08-25T16:36:18.804Z | info: running `cargo check --bins` on wicketd-commission-types-versions (105/377) |
| 2517 | 2026-08-25T16:36:19.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2518 | 2026-08-25T16:36:19.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2519 | 2026-08-25T16:36:19.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2520 | 2026-08-25T16:36:19.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2521 | 2026-08-25T16:36:19.365Z | |
| 2522 | 2026-08-25T16:36:19.365Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (106/377) |
| 2523 | 2026-08-25T16:36:19.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2524 | 2026-08-25T16:36:19.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2525 | 2026-08-25T16:36:19.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2526 | 2026-08-25T16:36:19.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2527 | 2026-08-25T16:36:19.927Z | |
| 2528 | 2026-08-25T16:36:19.928Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (107/377) |
| 2529 | 2026-08-25T16:36:20.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2530 | 2026-08-25T16:36:20.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2531 | 2026-08-25T16:36:20.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2532 | 2026-08-25T16:36:20.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2533 | 2026-08-25T16:36:20.526Z | |
| 2534 | 2026-08-25T16:36:20.526Z | info: running `cargo check --bins` on clickhouse-admin-types (108/377) |
| 2535 | 2026-08-25T16:36:20.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2536 | 2026-08-25T16:36:20.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2537 | 2026-08-25T16:36:20.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2538 | 2026-08-25T16:36:20.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2539 | 2026-08-25T16:36:21.032Z | |
| 2540 | 2026-08-25T16:36:21.032Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (109/377) |
| 2541 | 2026-08-25T16:36:21.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2542 | 2026-08-25T16:36:21.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2543 | 2026-08-25T16:36:21.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2544 | 2026-08-25T16:36:21.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2545 | 2026-08-25T16:36:21.591Z | |
| 2546 | 2026-08-25T16:36:21.591Z | info: running `cargo check --bins` on cockroach-admin-types (110/377) |
| 2547 | 2026-08-25T16:36:22.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2548 | 2026-08-25T16:36:22.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2549 | 2026-08-25T16:36:22.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2550 | 2026-08-25T16:36:22.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2551 | 2026-08-25T16:36:22.185Z | |
| 2552 | 2026-08-25T16:36:22.185Z | info: running `cargo check --bins` on cockroach-admin-types-versions (111/377) |
| 2553 | 2026-08-25T16:36:22.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2554 | 2026-08-25T16:36:22.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2555 | 2026-08-25T16:36:22.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2556 | 2026-08-25T16:36:22.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2557 | 2026-08-25T16:36:22.688Z | |
| 2558 | 2026-08-25T16:36:22.688Z | info: running `cargo check --bins` on ereport-types (112/377) |
| 2559 | 2026-08-25T16:36:23.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2560 | 2026-08-25T16:36:23.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2561 | 2026-08-25T16:36:23.172Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2562 | 2026-08-25T16:36:23.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2563 | 2026-08-25T16:36:23.252Z | |
| 2564 | 2026-08-25T16:36:23.252Z | info: running `cargo check --bins` on gateway-client (113/377) |
| 2565 | 2026-08-25T16:36:23.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2566 | 2026-08-25T16:36:23.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2567 | 2026-08-25T16:36:23.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2568 | 2026-08-25T16:36:23.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2569 | 2026-08-25T16:36:23.799Z | |
| 2570 | 2026-08-25T16:36:23.799Z | info: running `cargo check --bins --no-default-features` on gateway-types (114/377) |
| 2571 | 2026-08-25T16:36:24.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2572 | 2026-08-25T16:36:24.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2573 | 2026-08-25T16:36:24.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2574 | 2026-08-25T16:36:24.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2575 | 2026-08-25T16:36:24.358Z | |
| 2576 | 2026-08-25T16:36:24.359Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (115/377) |
| 2577 | 2026-08-25T16:36:24.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2578 | 2026-08-25T16:36:24.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2579 | 2026-08-25T16:36:24.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2580 | 2026-08-25T16:36:24.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2581 | 2026-08-25T16:36:24.906Z | |
| 2582 | 2026-08-25T16:36:24.906Z | info: running `cargo check --bins --no-default-features` on illumos-utils (116/377) |
| 2583 | 2026-08-25T16:36:25.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2584 | 2026-08-25T16:36:25.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2585 | 2026-08-25T16:36:25.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2586 | 2026-08-25T16:36:25.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2587 | 2026-08-25T16:36:25.490Z | |
| 2588 | 2026-08-25T16:36:25.490Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (117/377) |
| 2589 | 2026-08-25T16:36:25.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2590 | 2026-08-25T16:36:25.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2591 | 2026-08-25T16:36:25.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2592 | 2026-08-25T16:36:25.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2593 | 2026-08-25T16:36:26.084Z | |
| 2594 | 2026-08-25T16:36:26.084Z | info: running `cargo check --bins` on key-manager-types (118/377) |
| 2595 | 2026-08-25T16:36:26.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2596 | 2026-08-25T16:36:26.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2597 | 2026-08-25T16:36:26.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2598 | 2026-08-25T16:36:26.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2599 | 2026-08-25T16:36:26.764Z | |
| 2600 | 2026-08-25T16:36:26.764Z | info: running `cargo check --bins` on oxlog (119/377) |
| 2601 | 2026-08-25T16:36:27.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2602 | 2026-08-25T16:36:27.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2603 | 2026-08-25T16:36:27.243Z | Checking cfg-if v1.0.4 |
| 2604 | 2026-08-25T16:36:27.374Z | Checking serde_core v1.0.228 |
| 2605 | 2026-08-25T16:36:27.423Z | Checking libc v0.2.185 |
| 2606 | 2026-08-25T16:36:27.423Z | Checking memchr v2.8.0 |
| 2607 | 2026-08-25T16:36:27.423Z | Checking smallvec v1.15.1 |
| 2608 | 2026-08-25T16:36:27.423Z | Checking log v0.4.33 |
| 2609 | 2026-08-25T16:36:27.423Z | Checking subtle v2.6.1 |
| 2610 | 2026-08-25T16:36:27.423Z | Checking itoa v1.0.17 |
| 2611 | 2026-08-25T16:36:27.423Z | Checking typenum v1.20.1 |
| 2612 | 2026-08-25T16:36:27.497Z | Checking scopeguard v1.2.0 |
| 2613 | 2026-08-25T16:36:27.507Z | Checking stable_deref_trait v1.2.1 |
| 2614 | 2026-08-25T16:36:27.530Z | Checking zerofrom v0.1.6 |
| 2615 | 2026-08-25T16:36:27.542Z | Checking rand_core v0.10.0 |
| 2616 | 2026-08-25T16:36:27.576Z | Checking portable-atomic v1.13.1 |
| 2617 | 2026-08-25T16:36:27.593Z | Checking lock_api v0.4.14 |
| 2618 | 2026-08-25T16:36:27.643Z | Checking yoke v0.8.1 |
| 2619 | 2026-08-25T16:36:27.668Z | Checking critical-section v1.2.0 |
| 2620 | 2026-08-25T16:36:27.689Z | Checking pin-project-lite v0.2.17 |
| 2621 | 2026-08-25T16:36:27.707Z | Checking errno v0.3.14 |
| 2622 | 2026-08-25T16:36:27.751Z | Checking getrandom v0.4.3 |
| 2623 | 2026-08-25T16:36:27.780Z | Checking libm v0.2.16 |
| 2624 | 2026-08-25T16:36:27.797Z | Checking zerocopy v0.8.55 |
| 2625 | 2026-08-25T16:36:27.797Z | Checking zerovec v0.11.5 |
| 2626 | 2026-08-25T16:36:27.835Z | Checking zmij v1.0.21 |
| 2627 | 2026-08-25T16:36:27.896Z | Checking signal-hook-registry v1.4.8 |
| 2628 | 2026-08-25T16:36:27.975Z | Checking once_cell v1.21.3 |
| 2629 | 2026-08-25T16:36:28.015Z | Checking parking_lot_core v0.9.12 |
| 2630 | 2026-08-25T16:36:28.042Z | Checking getrandom v0.2.17 |
| 2631 | 2026-08-25T16:36:28.106Z | Checking litemap v0.8.1 |
| 2632 | 2026-08-25T16:36:28.143Z | Checking percent-encoding v2.3.2 |
| 2633 | 2026-08-25T16:36:28.206Z | Checking writeable v0.6.2 |
| 2634 | 2026-08-25T16:36:28.247Z | Checking futures-core v0.3.32 |
| 2635 | 2026-08-25T16:36:28.266Z | Checking tinystr v0.8.2 |
| 2636 | 2026-08-25T16:36:28.282Z | Checking potential_utf v0.1.4 |
| 2637 | 2026-08-25T16:36:28.300Z | Checking rand_core v0.6.4 |
| 2638 | 2026-08-25T16:36:28.315Z | Checking parking_lot v0.12.5 |
| 2639 | 2026-08-25T16:36:28.344Z | Checking zerotrie v0.2.3 |
| 2640 | 2026-08-25T16:36:28.394Z | Checking icu_locale_core v2.1.1 |
| 2641 | 2026-08-25T16:36:28.414Z | Checking mio v1.2.0 |
| 2642 | 2026-08-25T16:36:28.453Z | Checking equivalent v1.0.2 |
| 2643 | 2026-08-25T16:36:28.470Z | Checking num-traits v0.2.19 |
| 2644 | 2026-08-25T16:36:28.519Z | Checking icu_collections v2.1.1 |
| 2645 | 2026-08-25T16:36:28.569Z | Checking const-oid v0.9.6 |
| 2646 | 2026-08-25T16:36:28.590Z | Checking socket2 v0.6.3 |
| 2647 | 2026-08-25T16:36:28.680Z | Checking icu_properties_data v2.1.2 |
| 2648 | 2026-08-25T16:36:28.813Z | Checking serde v1.0.228 |
| 2649 | 2026-08-25T16:36:28.890Z | Checking bitflags v2.11.0 |
| 2650 | 2026-08-25T16:36:28.891Z | Checking serde_json v1.0.151 |
| 2651 | 2026-08-25T16:36:28.891Z | Checking icu_normalizer_data v2.1.1 |
| 2652 | 2026-08-25T16:36:28.940Z | Checking byteorder v1.5.0 |
| 2653 | 2026-08-25T16:36:28.961Z | Checking icu_provider v2.1.1 |
| 2654 | 2026-08-25T16:36:28.997Z | Checking hashbrown v0.17.0 |
| 2655 | 2026-08-25T16:36:29.028Z | Checking futures-sink v0.3.32 |
| 2656 | 2026-08-25T16:36:29.087Z | Checking futures-task v0.3.32 |
| 2657 | 2026-08-25T16:36:29.100Z | Checking futures-channel v0.3.32 |
| 2658 | 2026-08-25T16:36:29.789Z | Checking icu_properties v2.1.2 |
| 2659 | 2026-08-25T16:36:29.867Z | Checking zeroize v1.9.0 |
| 2660 | 2026-08-25T16:36:29.867Z | Checking bytes v1.11.1 |
| 2661 | 2026-08-25T16:36:29.867Z | Checking icu_normalizer v2.1.1 |
| 2662 | 2026-08-25T16:36:29.867Z | Checking utf8_iter v1.0.4 |
| 2663 | 2026-08-25T16:36:29.868Z | Checking generic-array v0.14.7 |
| 2664 | 2026-08-25T16:36:29.868Z | Checking slab v0.4.12 |
| 2665 | 2026-08-25T16:36:29.868Z | Checking indexmap v2.14.0 |
| 2666 | 2026-08-25T16:36:29.868Z | Checking futures-io v0.3.32 |
| 2667 | 2026-08-25T16:36:29.868Z | Checking rustix v1.1.4 |
| 2668 | 2026-08-25T16:36:29.868Z | Checking form_urlencoded v1.2.2 |
| 2669 | 2026-08-25T16:36:29.868Z | Checking futures-util v0.3.32 |
| 2670 | 2026-08-25T16:36:29.868Z | Checking tokio v1.52.1 |
| 2671 | 2026-08-25T16:36:29.868Z | Checking cmov v0.5.4 |
| 2672 | 2026-08-25T16:36:29.868Z | Checking crypto-common v0.1.7 |
| 2673 | 2026-08-25T16:36:29.922Z | Checking ctutils v0.4.2 |
| 2674 | 2026-08-25T16:36:29.950Z | Checking block-buffer v0.10.4 |
| 2675 | 2026-08-25T16:36:29.994Z | Checking idna_adapter v1.2.1 |
| 2676 | 2026-08-25T16:36:30.027Z | Checking getrandom v0.3.4 |
| 2677 | 2026-08-25T16:36:30.051Z | Checking fnv v1.0.7 |
| 2678 | 2026-08-25T16:36:30.069Z | Checking idna v1.1.0 |
| 2679 | 2026-08-25T16:36:30.082Z | Checking hybrid-array v0.4.13 |
| 2680 | 2026-08-25T16:36:30.106Z | Checking base64ct v1.8.3 |
| 2681 | 2026-08-25T16:36:30.137Z | Checking digest v0.10.7 |
| 2682 | 2026-08-25T16:36:30.314Z | Checking url v2.5.8 |
| 2683 | 2026-08-25T16:36:30.350Z | Checking pem-rfc7468 v0.7.0 |
| 2684 | 2026-08-25T16:36:30.372Z | Checking iana-time-zone v0.1.65 |
| 2685 | 2026-08-25T16:36:30.372Z | Checking flagset v0.4.7 |
| 2686 | 2026-08-25T16:36:30.465Z | Checking chrono v0.4.45 |
| 2687 | 2026-08-25T16:36:30.482Z | Checking uuid v1.23.4 |
| 2688 | 2026-08-25T16:36:30.496Z | Checking der v0.7.10 |
| 2689 | 2026-08-25T16:36:30.545Z | Checking ppv-lite86 v0.2.21 |
| 2690 | 2026-08-25T16:36:30.740Z | Checking base64 v0.22.1 |
| 2691 | 2026-08-25T16:36:30.778Z | Checking regex-syntax v0.8.10 |
| 2692 | 2026-08-25T16:36:30.803Z | Checking http v1.4.2 |
| 2693 | 2026-08-25T16:36:30.839Z | Checking block-buffer v0.12.1 |
| 2694 | 2026-08-25T16:36:30.967Z | Checking crypto-common v0.2.2 |
| 2695 | 2026-08-25T16:36:30.996Z | Checking tracing-core v0.1.36 |
| 2696 | 2026-08-25T16:36:31.215Z | Checking spki v0.7.3 |
| 2697 | 2026-08-25T16:36:31.289Z | Checking dyn-clone v1.0.20 |
| 2698 | 2026-08-25T16:36:31.303Z | Checking simd-adler32 v0.3.8 |
| 2699 | 2026-08-25T16:36:31.354Z | Checking http-body v1.0.1 |
| 2700 | 2026-08-25T16:36:31.373Z | Checking pkcs8 v0.10.2 |
| 2701 | 2026-08-25T16:36:31.388Z | Checking tracing v0.1.44 |
| 2702 | 2026-08-25T16:36:31.456Z | Checking rand_core v0.9.5 |
| 2703 | 2026-08-25T16:36:31.536Z | Checking rustls-pki-types v1.14.0 |
| 2704 | 2026-08-25T16:36:31.594Z | Checking semver v1.0.28 |
| 2705 | 2026-08-25T16:36:31.594Z | Checking spin v0.9.8 |
| 2706 | 2026-08-25T16:36:31.594Z | Checking adler2 v2.0.1 |
| 2707 | 2026-08-25T16:36:31.615Z | Checking anstyle v1.0.14 |
| 2708 | 2026-08-25T16:36:31.635Z | Checking tinyvec_macros v0.1.1 |
| 2709 | 2026-08-25T16:36:31.685Z | Checking utf8parse v0.2.2 |
| 2710 | 2026-08-25T16:36:31.727Z | Checking openssl-probe v0.2.1 |
| 2711 | 2026-08-25T16:36:31.727Z | Checking schemars v0.8.22 |
| 2712 | 2026-08-25T16:36:31.759Z | Checking tinyvec v1.10.0 |
| 2713 | 2026-08-25T16:36:31.767Z | Checking miniz_oxide v0.8.9 |
| 2714 | 2026-08-25T16:36:31.767Z | Checking anstyle-parse v1.0.0 |
| 2715 | 2026-08-25T16:36:31.779Z | Checking terminal_size v0.4.3 |
| 2716 | 2026-08-25T16:36:31.787Z | Checking aws-lc-sys v0.40.0 |
| 2717 | 2026-08-25T16:36:31.882Z | Checking thiserror v2.0.18 |
| 2718 | 2026-08-25T16:36:31.924Z | Checking atomic-waker v1.1.2 |
| 2719 | 2026-08-25T16:36:31.985Z | Checking colorchoice v1.0.4 |
| 2720 | 2026-08-25T16:36:32.007Z | Checking untrusted v0.7.1 |
| 2721 | 2026-08-25T16:36:32.032Z | Checking anstyle-query v1.1.5 |
| 2722 | 2026-08-25T16:36:32.045Z | Checking tower-service v0.3.3 |
| 2723 | 2026-08-25T16:36:32.072Z | Checking fastrand v2.3.0 |
| 2724 | 2026-08-25T16:36:32.092Z | Checking try-lock v0.2.5 |
| 2725 | 2026-08-25T16:36:32.129Z | Checking tower-layer v0.3.3 |
| 2726 | 2026-08-25T16:36:32.165Z | Checking is_terminal_polyfill v1.70.2 |
| 2727 | 2026-08-25T16:36:32.165Z | Checking rand_chacha v0.9.0 |
| 2728 | 2026-08-25T16:36:32.199Z | Checking want v0.3.1 |
| 2729 | 2026-08-25T16:36:32.235Z | Checking anstream v1.0.0 |
| 2730 | 2026-08-25T16:36:32.248Z | Checking tempfile v3.27.0 |
| 2731 | 2026-08-25T16:36:32.248Z | Checking block-padding v0.4.2 |
| 2732 | 2026-08-25T16:36:32.286Z | Checking aws-lc-rs v1.16.3 |
| 2733 | 2026-08-25T16:36:32.312Z | Checking ipnet v2.12.0 |
| 2734 | 2026-08-25T16:36:32.324Z | Checking httparse v1.10.1 |
| 2735 | 2026-08-25T16:36:32.338Z | Checking crc32fast v1.5.0 |
| 2736 | 2026-08-25T16:36:32.380Z | Checking aho-corasick v1.1.4 |
| 2737 | 2026-08-25T16:36:32.394Z | Checking foreign-types-shared v0.1.1 |
| 2738 | 2026-08-25T16:36:32.944Z | Checking httpdate v1.0.3 |
| 2739 | 2026-08-25T16:36:33.052Z | Checking cpufeatures v0.2.17 |
| 2740 | 2026-08-25T16:36:33.052Z | Checking untrusted v0.9.0 |
| 2741 | 2026-08-25T16:36:33.052Z | Checking const-oid v0.10.2 |
| 2742 | 2026-08-25T16:36:33.052Z | Checking tap v1.0.1 |
| 2743 | 2026-08-25T16:36:33.052Z | Checking plain v0.2.3 |
| 2744 | 2026-08-25T16:36:33.052Z | Checking foreign-types v0.3.2 |
| 2745 | 2026-08-25T16:36:33.052Z | Checking inout v0.2.2 |
| 2746 | 2026-08-25T16:36:33.053Z | Checking wyz v0.5.1 |
| 2747 | 2026-08-25T16:36:33.053Z | Checking rand v0.9.2 |
| 2748 | 2026-08-25T16:36:33.053Z | Checking unicode-normalization v0.1.25 |
| 2749 | 2026-08-25T16:36:33.053Z | Checking digest v0.11.3 |
| 2750 | 2026-08-25T16:36:33.053Z | Checking rand_chacha v0.3.1 |
| 2751 | 2026-08-25T16:36:33.053Z | Checking signature v2.2.0 |
| 2752 | 2026-08-25T16:36:33.053Z | Checking radium v0.7.0 |
| 2753 | 2026-08-25T16:36:33.053Z | Checking tokio-util v0.7.18 |
| 2754 | 2026-08-25T16:36:33.053Z | Checking hex v0.4.3 |
| 2755 | 2026-08-25T16:36:33.053Z | Checking num-integer v0.1.46 |
| 2756 | 2026-08-25T16:36:33.089Z | Checking openssl-sys v0.9.117 |
| 2757 | 2026-08-25T16:36:33.089Z | Checking regex-automata v0.4.14 |
| 2758 | 2026-08-25T16:36:33.089Z | Checking socket2 v0.5.10 |
| 2759 | 2026-08-25T16:36:33.151Z | Checking wait-timeout v0.2.1 |
| 2760 | 2026-08-25T16:36:33.192Z | Checking rustls-webpki v0.103.13 |
| 2761 | 2026-08-25T16:36:33.192Z | Checking bit-vec v0.8.0 |
| 2762 | 2026-08-25T16:36:33.192Z | Checking clap_lex v1.0.0 |
| 2763 | 2026-08-25T16:36:33.263Z | Checking ucd-trie v0.1.7 |
| 2764 | 2026-08-25T16:36:33.313Z | Checking funty v2.0.0 |
| 2765 | 2026-08-25T16:36:33.320Z | Checking unicode-ident v1.0.24 |
| 2766 | 2026-08-25T16:36:33.343Z | Checking quick-error v1.2.3 |
| 2767 | 2026-08-25T16:36:33.370Z | Checking cpufeatures v0.3.0 |
| 2768 | 2026-08-25T16:36:33.401Z | Checking strsim v0.11.1 |
| 2769 | 2026-08-25T16:36:33.420Z | Checking proc-macro2 v1.0.106 |
| 2770 | 2026-08-25T16:36:33.431Z | Checking openssl v0.10.80 |
| 2771 | 2026-08-25T16:36:33.443Z | Checking rusty-fork v0.3.1 |
| 2772 | 2026-08-25T16:36:33.497Z | Checking h2 v0.4.15 |
| 2773 | 2026-08-25T16:36:33.552Z | Checking clap_builder v4.6.0 |
| 2774 | 2026-08-25T16:36:33.570Z | Checking rustls v0.23.41 |
| 2775 | 2026-08-25T16:36:33.594Z | Checking bitvec v1.0.1 |
| 2776 | 2026-08-25T16:36:33.607Z | Checking pest v2.8.6 |
| 2777 | 2026-08-25T16:36:33.746Z | Checking bit-set v0.8.0 |
| 2778 | 2026-08-25T16:36:33.874Z | Checking num-iter v0.1.45 |
| 2779 | 2026-08-25T16:36:33.984Z | Checking rand v0.8.6 |
| 2780 | 2026-08-25T16:36:34.555Z | Checking cipher v0.5.2 |
| 2781 | 2026-08-25T16:36:34.653Z | Checking sha2 v0.10.9 |
| 2782 | 2026-08-25T16:36:34.724Z | Checking lazy_static v1.5.0 |
| 2783 | 2026-08-25T16:36:34.758Z | Checking rand_xorshift v0.4.0 |
| 2784 | 2026-08-25T16:36:34.810Z | Checking thiserror v1.0.69 |
| 2785 | 2026-08-25T16:36:34.875Z | Checking maybe-uninit v2.0.0 |
| 2786 | 2026-08-25T16:36:34.888Z | Checking toml_datetime v0.6.11 |
| 2787 | 2026-08-25T16:36:34.905Z | Checking serde_spanned v0.6.9 |
| 2788 | 2026-08-25T16:36:34.922Z | Checking sync_wrapper v1.0.2 |
| 2789 | 2026-08-25T16:36:34.951Z | Checking zlib-rs v0.6.2 |
| 2790 | 2026-08-25T16:36:34.976Z | Checking unarray v0.1.4 |
| 2791 | 2026-08-25T16:36:35.047Z | Checking nodrop v0.1.14 |
| 2792 | 2026-08-25T16:36:35.063Z | Checking siphasher v1.0.2 |
| 2793 | 2026-08-25T16:36:35.063Z | Checking powerfmt v0.2.0 |
| 2794 | 2026-08-25T16:36:35.079Z | Checking crc-catalog v2.4.0 |
| 2795 | 2026-08-25T16:36:35.095Z | Checking pretty-hex v0.4.1 |
| 2796 | 2026-08-25T16:36:35.147Z | Checking crc v3.4.0 |
| 2797 | 2026-08-25T16:36:35.168Z | Checking array-init v0.0.4 |
| 2798 | 2026-08-25T16:36:35.186Z | Checking deranged v0.5.8 |
| 2799 | 2026-08-25T16:36:35.202Z | Checking proptest v1.11.0 |
| 2800 | 2026-08-25T16:36:35.319Z | Checking tower v0.5.3 |
| 2801 | 2026-08-25T16:36:35.428Z | Checking native-tls v0.2.18 |
| 2802 | 2026-08-25T16:36:35.453Z | Checking smallvec v0.6.14 |
| 2803 | 2026-08-25T16:36:35.592Z | Checking packed_struct v0.10.1 |
| 2804 | 2026-08-25T16:36:35.636Z | Checking num-bigint-dig v0.8.6 |
| 2805 | 2026-08-25T16:36:35.693Z | Checking clap v4.6.1 |
| 2806 | 2026-08-25T16:36:35.773Z | Checking chacha20 v0.10.0 |
| 2807 | 2026-08-25T16:36:35.791Z | Checking quote v1.0.45 |
| 2808 | 2026-08-25T16:36:36.241Z | Checking flate2 v1.1.9 |
| 2809 | 2026-08-25T16:36:36.451Z | Checking ipnetwork v0.21.1 |
| 2810 | 2026-08-25T16:36:36.451Z | Checking pkcs1 v0.7.5 |
| 2811 | 2026-08-25T16:36:36.451Z | Checking http-body-util v0.1.3 |
| 2812 | 2026-08-25T16:36:36.451Z | Checking crossbeam-utils v0.8.21 |
| 2813 | 2026-08-25T16:36:36.451Z | Checking bitfield v0.19.4 |
| 2814 | 2026-08-25T16:36:36.451Z | Checking zerocopy v0.6.6 |
| 2815 | 2026-08-25T16:36:36.451Z | Checking hyper v1.10.1 |
| 2816 | 2026-08-25T16:36:36.488Z | Checking ahash v0.8.12 |
| 2817 | 2026-08-25T16:36:36.488Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2818 | 2026-08-25T16:36:36.488Z | Checking scroll v0.13.0 |
| 2819 | 2026-08-25T16:36:36.488Z | Checking env_filter v2.0.0 |
| 2820 | 2026-08-25T16:36:36.528Z | Checking gimli v0.32.3 |
| 2821 | 2026-08-25T16:36:36.528Z | Checking winnow v0.5.40 |
| 2822 | 2026-08-25T16:36:36.565Z | Checking time-core v0.1.8 |
| 2823 | 2026-08-25T16:36:36.604Z | Checking unicode-bidi v0.3.18 |
| 2824 | 2026-08-25T16:36:36.643Z | Checking allocator-api2 v0.2.21 |
| 2825 | 2026-08-25T16:36:36.652Z | Checking num_threads v0.1.7 |
| 2826 | 2026-08-25T16:36:36.652Z | Checking unicode-properties v0.1.4 |
| 2827 | 2026-08-25T16:36:36.740Z | Checking ryu v1.0.23 |
| 2828 | 2026-08-25T16:36:36.837Z | Checking base64 v0.21.7 |
| 2829 | 2026-08-25T16:36:36.868Z | Checking hashbrown v0.12.3 |
| 2830 | 2026-08-25T16:36:36.889Z | Checking iri-string v0.7.10 |
| 2831 | 2026-08-25T16:36:36.925Z | Checking num-conv v0.2.0 |
| 2832 | 2026-08-25T16:36:36.987Z | Checking newtype-uuid v1.3.2 |
| 2833 | 2026-08-25T16:36:37.024Z | Checking time v0.3.47 |
| 2834 | 2026-08-25T16:36:37.062Z | Checking ron v0.8.1 |
| 2835 | 2026-08-25T16:36:37.185Z | Checking serde_urlencoded v0.7.1 |
| 2836 | 2026-08-25T16:36:37.212Z | Checking hyper-util v0.1.20 |
| 2837 | 2026-08-25T16:36:37.261Z | Checking indexmap v1.9.3 |
| 2838 | 2026-08-25T16:36:37.391Z | Checking stringprep v0.1.5 |
| 2839 | 2026-08-25T16:36:37.715Z | Checking goblin v0.10.5 |
| 2840 | 2026-08-25T16:36:37.742Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2841 | 2026-08-25T16:36:37.742Z | Checking env_logger v0.11.11 |
| 2842 | 2026-08-25T16:36:37.742Z | Checking toml_edit v0.19.15 |
| 2843 | 2026-08-25T16:36:37.755Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2844 | 2026-08-25T16:36:37.870Z | Checking tower-http v0.6.8 |
| 2845 | 2026-08-25T16:36:37.903Z | Checking bzip2 v0.4.4 |
| 2846 | 2026-08-25T16:36:37.981Z | Checking addr2line v0.25.1 |
| 2847 | 2026-08-25T16:36:38.061Z | Checking hashbrown v0.13.2 |
| 2848 | 2026-08-25T16:36:38.127Z | Checking rsa v0.9.10 |
| 2849 | 2026-08-25T16:36:38.143Z | Checking crossbeam-epoch v0.9.18 |
| 2850 | 2026-08-25T16:36:38.238Z | Checking oxnet v0.1.6 |
| 2851 | 2026-08-25T16:36:38.369Z | Checking rand v0.10.1 |
| 2852 | 2026-08-25T16:36:38.468Z | Checking syn v2.0.117 |
| 2853 | 2026-08-25T16:36:38.493Z | Checking serde-hex v0.1.0 |
| 2854 | 2026-08-25T16:36:38.520Z | Checking tokio-native-tls v0.3.1 |
| 2855 | 2026-08-25T16:36:38.603Z | Checking bstr v1.12.1 |
| 2856 | 2026-08-25T16:36:38.647Z | Checking sha2 v0.11.0 |
| 2857 | 2026-08-25T16:36:38.676Z | Checking hmac v0.13.0 |
| 2858 | 2026-08-25T16:36:38.834Z | Checking md-5 v0.11.0 |
| 2859 | 2026-08-25T16:36:38.847Z | Checking rustls-native-certs v0.8.3 |
| 2860 | 2026-08-25T16:36:38.979Z | Checking x509-cert v0.2.5 |
| 2861 | 2026-08-25T16:36:38.990Z | Checking scroll v0.12.0 |
| 2862 | 2026-08-25T16:36:39.004Z | Checking object v0.37.3 |
| 2863 | 2026-08-25T16:36:39.668Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2864 | 2026-08-25T16:36:39.715Z | Checking hash32 v0.2.1 |
| 2865 | 2026-08-25T16:36:39.715Z | Checking encoding_rs v0.8.35 |
| 2866 | 2026-08-25T16:36:39.715Z | Checking mime v0.3.17 |
| 2867 | 2026-08-25T16:36:39.715Z | Checking rustc-demangle v0.1.27 |
| 2868 | 2026-08-25T16:36:39.715Z | Checking crc-any v2.5.0 |
| 2869 | 2026-08-25T16:36:39.819Z | Checking either v1.15.0 |
| 2870 | 2026-08-25T16:36:39.849Z | Checking psl-types v2.0.11 |
| 2871 | 2026-08-25T16:36:39.865Z | Checking fallible-iterator v0.2.0 |
| 2872 | 2026-08-25T16:36:39.963Z | Checking publicsuffix v2.3.0 |
| 2873 | 2026-08-25T16:36:39.994Z | Checking dof v0.4.0 |
| 2874 | 2026-08-25T16:36:40.020Z | Checking heapless v0.7.17 |
| 2875 | 2026-08-25T16:36:40.118Z | Checking zstd-safe v7.2.4 |
| 2876 | 2026-08-25T16:36:40.132Z | Checking postgres-protocol v0.6.12 |
| 2877 | 2026-08-25T16:36:40.253Z | Checking goblin v0.8.2 |
| 2878 | 2026-08-25T16:36:40.282Z | Checking hyper-tls v0.6.0 |
| 2879 | 2026-08-25T16:36:40.401Z | Checking toml v0.7.8 |
| 2880 | 2026-08-25T16:36:40.428Z | Checking daft v0.1.8 |
| 2881 | 2026-08-25T16:36:40.449Z | Checking object v0.30.4 |
| 2882 | 2026-08-25T16:36:40.649Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2883 | 2026-08-25T16:36:40.655Z | Checking cookie v0.18.1 |
| 2884 | 2026-08-25T16:36:40.667Z | Checking zip v0.6.6 |
| 2885 | 2026-08-25T16:36:40.704Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2886 | 2026-08-25T16:36:40.717Z | Checking tokio-rustls v0.26.4 |
| 2887 | 2026-08-25T16:36:40.827Z | Checking phf_shared v0.13.1 |
| 2888 | 2026-08-25T16:36:40.861Z | Checking dtrace-parser v0.3.0 |
| 2889 | 2026-08-25T16:36:40.938Z | Checking pin-project v1.1.11 |
| 2890 | 2026-08-25T16:36:40.979Z | Checking zerocopy v0.7.35 |
| 2891 | 2026-08-25T16:36:41.018Z | Checking signal-hook v0.3.18 |
| 2892 | 2026-08-25T16:36:41.030Z | Checking futures-executor v0.3.32 |
| 2893 | 2026-08-25T16:36:41.093Z | Checking hmac v0.12.1 |
| 2894 | 2026-08-25T16:36:41.171Z | Checking ff v0.13.1 |
| 2895 | 2026-08-25T16:36:41.202Z | Checking thread-id v5.1.0 |
| 2896 | 2026-08-25T16:36:41.263Z | Checking is_ci v1.2.0 |
| 2897 | 2026-08-25T16:36:41.277Z | Checking jiff-core v0.1.0 |
| 2898 | 2026-08-25T16:36:41.292Z | Checking unicode-linebreak v0.1.5 |
| 2899 | 2026-08-25T16:36:41.309Z | Checking backtrace v0.3.76 |
| 2900 | 2026-08-25T16:36:41.318Z | Checking libbz2-rs-sys v0.2.2 |
| 2901 | 2026-08-25T16:36:41.460Z | Checking smawk v0.3.2 |
| 2902 | 2026-08-25T16:36:41.484Z | Checking bitflags v1.3.2 |
| 2903 | 2026-08-25T16:36:41.510Z | Checking foldhash v0.1.5 |
| 2904 | 2026-08-25T16:36:41.553Z | Checking managed v0.8.0 |
| 2905 | 2026-08-25T16:36:41.573Z | Checking same-file v1.0.6 |
| 2906 | 2026-08-25T16:36:41.588Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2907 | 2026-08-25T16:36:41.636Z | Checking foldhash v0.2.0 |
| 2908 | 2026-08-25T16:36:41.686Z | Checking path-slash v0.1.5 |
| 2909 | 2026-08-25T16:36:41.700Z | Checking bumpalo v3.20.2 |
| 2910 | 2026-08-25T16:36:41.729Z | Compiling rayon-core v1.13.0 |
| 2911 | 2026-08-25T16:36:41.751Z | Checking unicode-width v0.2.0 |
| 2912 | 2026-08-25T16:36:41.777Z | Checking base16ct v0.2.0 |
| 2913 | 2026-08-25T16:36:41.790Z | Checking hashbrown v0.16.1 |
| 2914 | 2026-08-25T16:36:41.894Z | Checking sec1 v0.7.3 |
| 2915 | 2026-08-25T16:36:41.894Z | Checking zopfli v0.8.3 |
| 2916 | 2026-08-25T16:36:41.942Z | Checking jiff v0.2.34 |
| 2917 | 2026-08-25T16:36:41.965Z | Checking smoltcp v0.9.1 |
| 2918 | 2026-08-25T16:36:41.985Z | Checking textwrap v0.16.2 |
| 2919 | 2026-08-25T16:36:42.118Z | Checking bzip2 v0.6.1 |
| 2920 | 2026-08-25T16:36:42.136Z | Checking dof v0.3.0 |
| 2921 | 2026-08-25T16:36:42.192Z | Checking walkdir v2.5.0 |
| 2922 | 2026-08-25T16:36:42.229Z | Checking hashbrown v0.15.5 |
| 2923 | 2026-08-25T16:36:42.273Z | Checking backtrace-ext v0.2.1 |
| 2924 | 2026-08-25T16:36:42.285Z | Checking supports-color v3.0.2 |
| 2925 | 2026-08-25T16:36:42.350Z | Checking group v0.13.0 |
| 2926 | 2026-08-25T16:36:42.379Z | Checking usdt-impl v0.6.0 |
| 2927 | 2026-08-25T16:36:42.400Z | Checking hkdf v0.12.4 |
| 2928 | 2026-08-25T16:36:42.411Z | Checking signal-hook-mio v0.2.5 |
| 2929 | 2026-08-25T16:36:43.144Z | Checking futures v0.3.32 |
| 2930 | 2026-08-25T16:36:43.232Z | Checking snafu v0.8.9 |
| 2931 | 2026-08-25T16:36:43.232Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2932 | 2026-08-25T16:36:43.232Z | Checking phf v0.13.1 |
| 2933 | 2026-08-25T16:36:43.232Z | Checking hyper-rustls v0.27.7 |
| 2934 | 2026-08-25T16:36:43.232Z | Checking cookie_store v0.22.1 |
| 2935 | 2026-08-25T16:36:43.232Z | Checking reqwest v0.12.28 |
| 2936 | 2026-08-25T16:36:43.232Z | Checking postgres-types v0.2.14 |
| 2937 | 2026-08-25T16:36:43.232Z | Checking zstd v0.13.3 |
| 2938 | 2026-08-25T16:36:43.232Z | Checking globset v0.4.18 |
| 2939 | 2026-08-25T16:36:43.232Z | Checking rustls-platform-verifier v0.6.2 |
| 2940 | 2026-08-25T16:36:43.233Z | Checking crossbeam-deque v0.8.6 |
| 2941 | 2026-08-25T16:36:43.233Z | Checking phf_shared v0.11.3 |
| 2942 | 2026-08-25T16:36:43.233Z | Checking dtrace-parser v0.2.0 |
| 2943 | 2026-08-25T16:36:43.233Z | Checking regex v1.12.3 |
| 2944 | 2026-08-25T16:36:43.233Z | Checking ref-cast v1.0.25 |
| 2945 | 2026-08-25T16:36:43.233Z | Checking curve25519-dalek v4.1.3 |
| 2946 | 2026-08-25T16:36:43.233Z | Checking strum v0.27.2 |
| 2947 | 2026-08-25T16:36:43.233Z | Checking byte-wrapper v0.1.0 |
| 2948 | 2026-08-25T16:36:43.233Z | Checking olpc-cjson v0.1.4 |
| 2949 | 2026-08-25T16:36:43.233Z | Checking hubpack v0.1.2 |
| 2950 | 2026-08-25T16:36:43.233Z | Checking ed25519 v2.2.3 |
| 2951 | 2026-08-25T16:36:43.277Z | Checking memoffset v0.9.1 |
| 2952 | 2026-08-25T16:36:43.277Z | Checking rustix v0.38.44 |
| 2953 | 2026-08-25T16:36:43.277Z | Checking owo-colors v4.3.0 |
| 2954 | 2026-08-25T16:36:43.277Z | Checking pem v3.0.6 |
| 2955 | 2026-08-25T16:36:43.294Z | Checking crypto-bigint v0.5.5 |
| 2956 | 2026-08-25T16:36:43.315Z | Checking serde_plain v1.0.2 |
| 2957 | 2026-08-25T16:36:43.395Z | Checking erased-serde v0.3.31 |
| 2958 | 2026-08-25T16:36:43.411Z | Checking serde-big-array v0.5.1 |
| 2959 | 2026-08-25T16:36:43.459Z | Checking float-cmp v0.10.0 |
| 2960 | 2026-08-25T16:36:43.589Z | Checking memmap2 v0.9.10 |
| 2961 | 2026-08-25T16:36:43.613Z | Checking thread-id v4.2.2 |
| 2962 | 2026-08-25T16:36:43.663Z | Checking toml_write v0.1.2 |
| 2963 | 2026-08-25T16:36:43.701Z | Checking fixedbitset v0.4.2 |
| 2964 | 2026-08-25T16:36:43.775Z | Checking fixedbitset v0.5.7 |
| 2965 | 2026-08-25T16:36:43.792Z | Checking normalize-line-endings v0.3.0 |
| 2966 | 2026-08-25T16:36:43.807Z | Checking keccak v0.1.6 |
| 2967 | 2026-08-25T16:36:43.823Z | Checking data-encoding v2.10.0 |
| 2968 | 2026-08-25T16:36:43.853Z | Checking supports-unicode v3.0.0 |
| 2969 | 2026-08-25T16:36:43.860Z | Checking typed-path v0.9.3 |
| 2970 | 2026-08-25T16:36:43.871Z | Checking precomputed-hash v0.1.1 |
| 2971 | 2026-08-25T16:36:43.946Z | Checking static_assertions v1.1.0 |
| 2972 | 2026-08-25T16:36:43.965Z | Checking winnow v0.7.14 |
| 2973 | 2026-08-25T16:36:43.996Z | Checking new_debug_unreachable v1.0.6 |
| 2974 | 2026-08-25T16:36:44.018Z | Checking predicates-core v1.0.10 |
| 2975 | 2026-08-25T16:36:44.018Z | Checking difflib v0.4.0 |
| 2976 | 2026-08-25T16:36:44.033Z | Checking unicode-segmentation v1.12.0 |
| 2977 | 2026-08-25T16:36:44.042Z | Checking whoami v2.1.0 |
| 2978 | 2026-08-25T16:36:44.084Z | Checking winnow v1.0.3 |
| 2979 | 2026-08-25T16:36:44.093Z | Checking supports-hyperlinks v3.2.0 |
| 2980 | 2026-08-25T16:36:44.176Z | Checking unicode-width v0.1.14 |
| 2981 | 2026-08-25T16:36:44.185Z | Checking elliptic-curve v0.13.8 |
| 2982 | 2026-08-25T16:36:44.198Z | Checking predicates v3.1.4 |
| 2983 | 2026-08-25T16:36:44.234Z | Checking tokio-postgres v0.7.18 |
| 2984 | 2026-08-25T16:36:44.312Z | Checking similar v2.7.0 |
| 2985 | 2026-08-25T16:36:44.411Z | Checking miette v7.6.0 |
| 2986 | 2026-08-25T16:36:44.487Z | Checking hickory-proto v0.25.2 |
| 2987 | 2026-08-25T16:36:44.498Z | Checking string_cache v0.8.9 |
| 2988 | 2026-08-25T16:36:44.620Z | Checking tough v0.22.0 |
| 2989 | 2026-08-25T16:36:44.660Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2990 | 2026-08-25T16:36:44.683Z | Checking crossterm v0.28.1 |
| 2991 | 2026-08-25T16:36:44.912Z | Checking sha3 v0.10.8 |
| 2992 | 2026-08-25T16:36:44.929Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2993 | 2026-08-25T16:36:45.158Z | Checking petgraph v0.8.3 |
| 2994 | 2026-08-25T16:36:45.207Z | Checking toml_edit v0.22.27 |
| 2995 | 2026-08-25T16:36:45.244Z | Checking zip v4.6.1 |
| 2996 | 2026-08-25T16:36:45.377Z | Checking petgraph v0.6.5 |
| 2997 | 2026-08-25T16:36:46.330Z | Checking ed25519-dalek v2.2.0 |
| 2998 | 2026-08-25T16:36:46.425Z | Checking slog v2.8.2 |
| 2999 | 2026-08-25T16:36:46.425Z | Checking usdt v0.6.0 |
| 3000 | 2026-08-25T16:36:46.426Z | Checking usdt-impl v0.5.0 |
| 3001 | 2026-08-25T16:36:46.426Z | Checking nix v0.31.2 |
| 3002 | 2026-08-25T16:36:46.426Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3003 | 2026-08-25T16:36:46.426Z | Checking iddqd v0.4.2 |
| 3004 | 2026-08-25T16:36:46.650Z | Checking reqwest v0.13.2 |
| 3005 | 2026-08-25T16:36:46.770Z | Checking itertools v0.13.0 |
| 3006 | 2026-08-25T16:36:46.837Z | Checking itertools v0.15.0 |
| 3007 | 2026-08-25T16:36:46.863Z | Checking strum v0.26.3 |
| 3008 | 2026-08-25T16:36:46.923Z | Checking serde_with v3.21.0 |
| 3009 | 2026-08-25T16:36:46.970Z | Checking derive_more v2.1.1 |
| 3010 | 2026-08-25T16:36:47.063Z | Checking fs-err v3.3.0 |
| 3011 | 2026-08-25T16:36:47.169Z | Checking tokio-stream v0.1.18 |
| 3012 | 2026-08-25T16:36:47.232Z | Checking buf-list v1.1.2 |
| 3013 | 2026-08-25T16:36:47.249Z | Checking anyhow v1.0.104 |
| 3014 | 2026-08-25T16:36:47.384Z | Checking camino v1.2.5 |
| 3015 | 2026-08-25T16:36:47.413Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3016 | 2026-08-25T16:36:47.445Z | Checking openapiv3 v2.2.0 |
| 3017 | 2026-08-25T16:36:47.503Z | Checking peg-runtime v0.8.5 |
| 3018 | 2026-08-25T16:36:47.552Z | Checking lalrpop-util v0.19.12 |
| 3019 | 2026-08-25T16:36:47.591Z | Checking rayon v1.11.0 |
| 3020 | 2026-08-25T16:36:47.600Z | Checking illumos-nvpair v0.3.0 |
| 3021 | 2026-08-25T16:36:47.664Z | Checking sigpipe v0.1.3 |
| 3022 | 2026-08-25T16:36:47.723Z | Checking glob v0.3.3 |
| 3023 | 2026-08-25T16:36:48.617Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3024 | 2026-08-25T16:36:49.290Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3025 | 2026-08-25T16:36:49.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.57s |
| 3026 | 2026-08-25T16:36:49.385Z | |
| 3027 | 2026-08-25T16:36:49.385Z | info: running `cargo check --bins` on internal-dns-types (120/377) |
| 3028 | 2026-08-25T16:36:49.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3029 | 2026-08-25T16:36:49.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3030 | 2026-08-25T16:36:49.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3031 | 2026-08-25T16:36:49.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3032 | 2026-08-25T16:36:49.909Z | |
| 3033 | 2026-08-25T16:36:49.909Z | info: running `cargo check --bins` on internal-dns-types-versions (121/377) |
| 3034 | 2026-08-25T16:36:50.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3035 | 2026-08-25T16:36:50.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3036 | 2026-08-25T16:36:50.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3037 | 2026-08-25T16:36:50.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3038 | 2026-08-25T16:36:50.465Z | |
| 3039 | 2026-08-25T16:36:50.465Z | info: running `cargo check --bins` on nexus-types-versions (122/377) |
| 3040 | 2026-08-25T16:36:50.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3041 | 2026-08-25T16:36:50.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3042 | 2026-08-25T16:36:50.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3043 | 2026-08-25T16:36:50.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3044 | 2026-08-25T16:36:51.063Z | |
| 3045 | 2026-08-25T16:36:51.064Z | info: running `cargo check --bins` on oxql-types (123/377) |
| 3046 | 2026-08-25T16:36:51.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3047 | 2026-08-25T16:36:51.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3048 | 2026-08-25T16:36:51.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3049 | 2026-08-25T16:36:51.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3050 | 2026-08-25T16:36:51.625Z | |
| 3051 | 2026-08-25T16:36:51.626Z | info: running `cargo check --bins` on oximeter-types (124/377) |
| 3052 | 2026-08-25T16:36:52.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3053 | 2026-08-25T16:36:52.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3054 | 2026-08-25T16:36:52.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3055 | 2026-08-25T16:36:52.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3056 | 2026-08-25T16:36:52.708Z | |
| 3057 | 2026-08-25T16:36:52.708Z | info: running `cargo check --bins` on oximeter-types-versions (125/377) |
| 3058 | 2026-08-25T16:36:52.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3059 | 2026-08-25T16:36:52.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3060 | 2026-08-25T16:36:52.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3061 | 2026-08-25T16:36:52.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3062 | 2026-08-25T16:36:52.868Z | |
| 3063 | 2026-08-25T16:36:52.868Z | info: running `cargo check --bins` on oximeter-macro-impl (126/377) |
| 3064 | 2026-08-25T16:36:53.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3065 | 2026-08-25T16:36:53.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3066 | 2026-08-25T16:36:53.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3067 | 2026-08-25T16:36:53.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3068 | 2026-08-25T16:36:53.345Z | |
| 3069 | 2026-08-25T16:36:53.345Z | info: running `cargo check --bins --no-default-features` on oximeter-db (127/377) |
| 3070 | 2026-08-25T16:36:53.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3071 | 2026-08-25T16:36:53.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3072 | 2026-08-25T16:36:53.998Z | Compiling multer v3.1.0 |
| 3073 | 2026-08-25T16:36:54.112Z | Compiling async-stream-impl v0.3.6 |
| 3074 | 2026-08-25T16:36:54.123Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3075 | 2026-08-25T16:36:54.130Z | Compiling serde_tokenstream v0.3.0 |
| 3076 | 2026-08-25T16:36:54.136Z | Compiling dropshot v0.17.1 |
| 3077 | 2026-08-25T16:36:54.147Z | Compiling parse-display-derive v0.10.0 |
| 3078 | 2026-08-25T16:36:54.162Z | Compiling newtype-uuid-macros v0.1.0 |
| 3079 | 2026-08-25T16:36:54.162Z | Compiling dropshot_endpoint v0.17.1 |
| 3080 | 2026-08-25T16:36:54.323Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3081 | 2026-08-25T16:36:54.366Z | Checking thread_local v1.1.9 |
| 3082 | 2026-08-25T16:36:54.430Z | Compiling oxide-generation-macros v0.2.0 |
| 3083 | 2026-08-25T16:36:54.477Z | Checking compression-core v0.4.31 |
| 3084 | 2026-08-25T16:36:54.564Z | Checking match_cfg v0.1.0 |
| 3085 | 2026-08-25T16:36:54.604Z | Checking compression-codecs v0.4.37 |
| 3086 | 2026-08-25T16:36:54.630Z | Checking hostname v0.3.1 |
| 3087 | 2026-08-25T16:36:54.683Z | Checking crossbeam-channel v0.5.15 |
| 3088 | 2026-08-25T16:36:54.714Z | Checking atomicwrites v0.4.4 |
| 3089 | 2026-08-25T16:36:54.729Z | Checking slog-json v2.6.1 |
| 3090 | 2026-08-25T16:36:54.770Z | Checking serde_spanned v1.1.1 |
| 3091 | 2026-08-25T16:36:54.838Z | Checking is-terminal v0.4.17 |
| 3092 | 2026-08-25T16:36:54.882Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 3093 | 2026-08-25T16:36:54.898Z | Checking debug-ignore v1.0.5 |
| 3094 | 2026-08-25T16:36:54.911Z | Checking term v1.2.1 |
| 3095 | 2026-08-25T16:36:54.925Z | Checking take_mut v0.2.2 |
| 3096 | 2026-08-25T16:36:54.992Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 3097 | 2026-08-25T16:36:55.013Z | Checking slog-bunyan v2.5.0 |
| 3098 | 2026-08-25T16:36:55.037Z | Checking slog-async v2.8.0 |
| 3099 | 2026-08-25T16:36:55.079Z | Checking async-compression v0.4.41 |
| 3100 | 2026-08-25T16:36:55.120Z | Checking async-stream v0.3.6 |
| 3101 | 2026-08-25T16:36:55.145Z | Checking slog-term v2.9.2 |
| 3102 | 2026-08-25T16:36:55.160Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3103 | 2026-08-25T16:36:55.176Z | Checking toml v1.1.2+spec-1.1.0 |
| 3104 | 2026-08-25T16:36:55.193Z | Checking progenitor-client v0.14.0 |
| 3105 | 2026-08-25T16:36:55.262Z | Checking oxide-generation v0.1.3 |
| 3106 | 2026-08-25T16:36:55.316Z | Checking sha1 v0.11.0 |
| 3107 | 2026-08-25T16:36:55.384Z | Checking waitgroup v0.1.2 |
| 3108 | 2026-08-25T16:36:55.419Z | Checking rustls-pemfile v2.2.0 |
| 3109 | 2026-08-25T16:36:55.456Z | Checking backon v1.6.0 |
| 3110 | 2026-08-25T16:36:56.163Z | Checking serde_path_to_error v0.1.20 |
| 3111 | 2026-08-25T16:36:56.164Z | Checking hostname v0.4.2 |
| 3112 | 2026-08-25T16:36:56.164Z | Checking instant v0.1.13 |
| 3113 | 2026-08-25T16:36:56.164Z | Checking backoff v0.4.0 |
| 3114 | 2026-08-25T16:36:56.164Z | Checking progenitor-extras v0.2.0 |
| 3115 | 2026-08-25T16:36:56.216Z | Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3116 | 2026-08-25T16:36:56.217Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3117 | 2026-08-25T16:36:56.217Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3118 | 2026-08-25T16:36:56.217Z | Checking regress v0.10.5 |
| 3119 | 2026-08-25T16:36:56.217Z | Checking parse-display v0.10.0 |
| 3120 | 2026-08-25T16:36:56.217Z | Checking itertools v0.14.0 |
| 3121 | 2026-08-25T16:36:56.217Z | Checking macaddr v1.0.1 |
| 3122 | 2026-08-25T16:36:56.217Z | Checking humantime v2.3.0 |
| 3123 | 2026-08-25T16:36:56.914Z | Compiling prettyplease v0.2.37 |
| 3124 | 2026-08-25T16:36:57.193Z | Checking num-rational v0.4.2 |
| 3125 | 2026-08-25T16:36:57.451Z | Checking num-complex v0.4.6 |
| 3126 | 2026-08-25T16:36:57.852Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3127 | 2026-08-25T16:36:57.891Z | Compiling num v0.4.3 |
| 3128 | 2026-08-25T16:36:57.986Z | Compiling usdt-attr-macro v0.5.0 |
| 3129 | 2026-08-25T16:36:58.005Z | Compiling usdt-macro v0.5.0 |
| 3130 | 2026-08-25T16:36:58.038Z | Checking memmap v0.7.0 |
| 3131 | 2026-08-25T16:36:58.067Z | Compiling float-ord v0.3.2 |
| 3132 | 2026-08-25T16:36:58.180Z | Compiling convert_case v0.4.0 |
| 3133 | 2026-08-25T16:36:58.586Z | Compiling derive_more v0.99.20 |
| 3134 | 2026-08-25T16:36:59.166Z | Checking newline-converter v0.3.0 |
| 3135 | 2026-08-25T16:36:59.195Z | Checking console v0.15.11 |
| 3136 | 2026-08-25T16:36:59.195Z | Compiling toml v0.8.23 |
| 3137 | 2026-08-25T16:36:59.195Z | Checking usdt v0.5.0 |
| 3138 | 2026-08-25T16:36:59.195Z | Compiling minimal-lexical v0.2.1 |
| 3139 | 2026-08-25T16:36:59.195Z | Checking linked-hash-map v0.5.6 |
| 3140 | 2026-08-25T16:36:59.268Z | Checking lru-cache v0.1.2 |
| 3141 | 2026-08-25T16:36:59.301Z | Compiling nom v7.1.3 |
| 3142 | 2026-08-25T16:36:59.332Z | Checking expectorate v1.2.0 |
| 3143 | 2026-08-25T16:36:59.459Z | Checking camino-tempfile v1.4.1 |
| 3144 | 2026-08-25T16:36:59.635Z | Checking hickory-proto v0.24.4 |
| 3145 | 2026-08-25T16:36:59.736Z | Checking phf_shared v0.12.1 |
| 3146 | 2026-08-25T16:36:59.879Z | Compiling slog-dtrace v0.3.0 |
| 3147 | 2026-08-25T16:36:59.887Z | Compiling unicode-xid v0.2.6 |
| 3148 | 2026-08-25T16:37:00.015Z | Checking resolv-conf v0.7.6 |
| 3149 | 2026-08-25T16:37:00.194Z | Checking heck v0.5.0 |
| 3150 | 2026-08-25T16:37:00.278Z | Compiling chrono-tz v0.10.4 |
| 3151 | 2026-08-25T16:37:00.367Z | Compiling const_format_proc_macros v0.2.34 |
| 3152 | 2026-08-25T16:37:00.475Z | Checking phf v0.12.1 |
| 3153 | 2026-08-25T16:37:00.559Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3154 | 2026-08-25T16:37:00.613Z | Checking tokio-dtrace v0.1.1 |
| 3155 | 2026-08-25T16:37:00.628Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3156 | 2026-08-25T16:37:00.802Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3157 | 2026-08-25T16:37:02.713Z | Compiling derive-where v1.6.0 |
| 3158 | 2026-08-25T16:37:02.847Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3159 | 2026-08-25T16:37:02.847Z | Checking highway v1.3.0 |
| 3160 | 2026-08-25T16:37:02.847Z | Checking hickory-resolver v0.24.4 |
| 3161 | 2026-08-25T16:37:02.847Z | Checking const_format v0.2.35 |
| 3162 | 2026-08-25T16:37:02.847Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3163 | 2026-08-25T16:37:02.848Z | Checking oxide-tokio-rt v0.1.4 |
| 3164 | 2026-08-25T16:37:02.848Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3165 | 2026-08-25T16:37:02.848Z | Checking qorb v0.4.1 |
| 3166 | 2026-08-25T16:37:02.848Z | Checking gethostname v0.5.0 |
| 3167 | 2026-08-25T16:37:02.848Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3168 | 2026-08-25T16:37:02.848Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3169 | 2026-08-25T16:37:02.848Z | Checking bcs v0.1.6 |
| 3170 | 2026-08-25T16:37:02.848Z | Checking termtree v0.5.1 |
| 3171 | 2026-08-25T16:37:02.848Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3172 | 2026-08-25T16:37:05.698Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3173 | 2026-08-25T16:37:08.774Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3174 | 2026-08-25T16:37:11.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.66s |
| 3175 | 2026-08-25T16:37:11.898Z | |
| 3176 | 2026-08-25T16:37:11.898Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (128/377) |
| 3177 | 2026-08-25T16:37:11.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3178 | 2026-08-25T16:37:11.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3179 | 2026-08-25T16:37:11.898Z | Compiling ar_archive_writer v0.5.1 |
| 3180 | 2026-08-25T16:37:11.942Z | Compiling stacker v0.1.23 |
| 3181 | 2026-08-25T16:37:11.956Z | Compiling cfg_aliases v0.1.1 |
| 3182 | 2026-08-25T16:37:11.965Z | Compiling proc-macro-error v1.0.4 |
| 3183 | 2026-08-25T16:37:11.970Z | Checking fd-lock v4.0.4 |
| 3184 | 2026-08-25T16:37:11.970Z | Checking nibble_vec v0.1.0 |
| 3185 | 2026-08-25T16:37:11.970Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 3186 | 2026-08-25T16:37:11.970Z | Checking vte v0.14.1 |
| 3187 | 2026-08-25T16:37:12.125Z | Compiling nix v0.28.0 |
| 3188 | 2026-08-25T16:37:12.137Z | Checking bytecount v0.6.9 |
| 3189 | 2026-08-25T16:37:12.137Z | Checking endian-type v0.1.2 |
| 3190 | 2026-08-25T16:37:12.137Z | Checking strip-ansi-escapes v0.2.1 |
| 3191 | 2026-08-25T16:37:12.169Z | Checking papergrid v0.11.0 |
| 3192 | 2026-08-25T16:37:12.200Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3193 | 2026-08-25T16:37:12.215Z | Compiling peg-macros v0.8.5 |
| 3194 | 2026-08-25T16:37:12.225Z | Checking radix_trie v0.2.1 |
| 3195 | 2026-08-25T16:37:12.284Z | Compiling tabled_derive v0.7.0 |
| 3196 | 2026-08-25T16:37:12.377Z | Checking winnow v0.6.26 |
| 3197 | 2026-08-25T16:37:12.458Z | Compiling sqlparser_derive v0.5.0 |
| 3198 | 2026-08-25T16:37:12.663Z | Checking unicode_categories v0.1.1 |
| 3199 | 2026-08-25T16:37:12.750Z | Compiling psm v0.1.30 |
| 3200 | 2026-08-25T16:37:12.768Z | Checking nu-ansi-term v0.50.3 |
| 3201 | 2026-08-25T16:37:12.819Z | Checking home v0.5.12 |
| 3202 | 2026-08-25T16:37:13.005Z | Checking crossterm v0.29.0 |
| 3203 | 2026-08-25T16:37:13.009Z | Checking reedline v0.40.0 |
| 3204 | 2026-08-25T16:37:13.208Z | Checking display-error-chain v0.2.2 |
| 3205 | 2026-08-25T16:37:13.229Z | Checking tabled v0.15.0 |
| 3206 | 2026-08-25T16:37:13.272Z | Checking rustyline v14.0.0 |
| 3207 | 2026-08-25T16:37:13.511Z | Checking sqlformat v0.3.5 |
| 3208 | 2026-08-25T16:37:13.551Z | Checking recursive v0.1.1 |
| 3209 | 2026-08-25T16:37:13.620Z | Checking peg v0.8.5 |
| 3210 | 2026-08-25T16:37:13.640Z | Checking sqlparser v0.61.0 |
| 3211 | 2026-08-25T16:37:24.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.77s |
| 3212 | 2026-08-25T16:37:25.095Z | |
| 3213 | 2026-08-25T16:37:25.096Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (129/377) |
| 3214 | 2026-08-25T16:37:25.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3215 | 2026-08-25T16:37:25.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3216 | 2026-08-25T16:37:25.778Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3217 | 2026-08-25T16:37:29.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s |
| 3218 | 2026-08-25T16:37:29.564Z | |
| 3219 | 2026-08-25T16:37:29.564Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (130/377) |
| 3220 | 2026-08-25T16:37:30.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3221 | 2026-08-25T16:37:30.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3222 | 2026-08-25T16:37:30.160Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3223 | 2026-08-25T16:37:32.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s |
| 3224 | 2026-08-25T16:37:32.855Z | |
| 3225 | 2026-08-25T16:37:32.855Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (131/377) |
| 3226 | 2026-08-25T16:37:33.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3227 | 2026-08-25T16:37:33.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3228 | 2026-08-25T16:37:33.536Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3229 | 2026-08-25T16:37:36.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s |
| 3230 | 2026-08-25T16:37:37.040Z | |
| 3231 | 2026-08-25T16:37:37.040Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (132/377) |
| 3232 | 2026-08-25T16:37:37.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3233 | 2026-08-25T16:37:37.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3234 | 2026-08-25T16:37:37.706Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3235 | 2026-08-25T16:37:41.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s |
| 3236 | 2026-08-25T16:37:41.262Z | |
| 3237 | 2026-08-25T16:37:41.262Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (133/377) |
| 3238 | 2026-08-25T16:37:41.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3239 | 2026-08-25T16:37:41.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3240 | 2026-08-25T16:37:41.940Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3241 | 2026-08-25T16:37:44.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s |
| 3242 | 2026-08-25T16:37:44.796Z | |
| 3243 | 2026-08-25T16:37:44.796Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (134/377) |
| 3244 | 2026-08-25T16:37:45.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3245 | 2026-08-25T16:37:45.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3246 | 2026-08-25T16:37:45.477Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3247 | 2026-08-25T16:37:48.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s |
| 3248 | 2026-08-25T16:37:48.364Z | |
| 3249 | 2026-08-25T16:37:48.364Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (135/377) |
| 3250 | 2026-08-25T16:37:48.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3251 | 2026-08-25T16:37:48.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3252 | 2026-08-25T16:37:49.049Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3253 | 2026-08-25T16:37:52.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s |
| 3254 | 2026-08-25T16:37:52.728Z | |
| 3255 | 2026-08-25T16:37:52.728Z | info: running `cargo check --bins` on oximeter (136/377) |
| 3256 | 2026-08-25T16:37:53.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3257 | 2026-08-25T16:37:53.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3258 | 2026-08-25T16:37:53.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3259 | 2026-08-25T16:37:53.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3260 | 2026-08-25T16:37:53.441Z | |
| 3261 | 2026-08-25T16:37:53.441Z | info: running `cargo check --bins` on oximeter-schema (137/377) |
| 3262 | 2026-08-25T16:37:53.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3263 | 2026-08-25T16:37:53.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3264 | 2026-08-25T16:37:53.943Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3265 | 2026-08-25T16:37:54.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
| 3266 | 2026-08-25T16:37:54.491Z | |
| 3267 | 2026-08-25T16:37:54.491Z | info: running `cargo check --bins` on oximeter-timeseries-macro (138/377) |
| 3268 | 2026-08-25T16:37:54.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3269 | 2026-08-25T16:37:54.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3270 | 2026-08-25T16:37:54.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3271 | 2026-08-25T16:37:54.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3272 | 2026-08-25T16:37:55.069Z | |
| 3273 | 2026-08-25T16:37:55.069Z | info: running `cargo check --bins` on oximeter-test-utils (139/377) |
| 3274 | 2026-08-25T16:37:55.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3275 | 2026-08-25T16:37:55.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3276 | 2026-08-25T16:37:55.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3277 | 2026-08-25T16:37:55.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3278 | 2026-08-25T16:37:55.689Z | |
| 3279 | 2026-08-25T16:37:55.689Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (140/377) |
| 3280 | 2026-08-25T16:37:56.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3281 | 2026-08-25T16:37:56.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3282 | 2026-08-25T16:37:56.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3283 | 2026-08-25T16:37:56.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3284 | 2026-08-25T16:37:56.274Z | |
| 3285 | 2026-08-25T16:37:56.274Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (141/377) |
| 3286 | 2026-08-25T16:37:56.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3287 | 2026-08-25T16:37:56.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3288 | 2026-08-25T16:37:56.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3289 | 2026-08-25T16:37:56.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3290 | 2026-08-25T16:37:56.860Z | |
| 3291 | 2026-08-25T16:37:56.860Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (142/377) |
| 3292 | 2026-08-25T16:37:57.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3293 | 2026-08-25T16:37:57.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3294 | 2026-08-25T16:37:57.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3295 | 2026-08-25T16:37:57.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3296 | 2026-08-25T16:37:57.444Z | |
| 3297 | 2026-08-25T16:37:57.445Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (143/377) |
| 3298 | 2026-08-25T16:37:57.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3299 | 2026-08-25T16:37:57.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3300 | 2026-08-25T16:37:57.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3301 | 2026-08-25T16:37:57.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3302 | 2026-08-25T16:37:58.028Z | |
| 3303 | 2026-08-25T16:37:58.028Z | info: running `cargo check --bins` on trust-quorum-test-utils (144/377) |
| 3304 | 2026-08-25T16:37:58.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3305 | 2026-08-25T16:37:58.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3306 | 2026-08-25T16:37:58.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3307 | 2026-08-25T16:37:58.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3308 | 2026-08-25T16:37:58.614Z | |
| 3309 | 2026-08-25T16:37:58.614Z | info: running `cargo check --bins` on reconfigurator-cli (145/377) |
| 3310 | 2026-08-25T16:37:59.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3311 | 2026-08-25T16:37:59.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3312 | 2026-08-25T16:37:59.447Z | Compiling crucible-workspace-hack v0.1.0 |
| 3313 | 2026-08-25T16:37:59.451Z | Compiling regress v0.11.1 |
| 3314 | 2026-08-25T16:37:59.451Z | Checking secrecy v0.10.3 |
| 3315 | 2026-08-25T16:37:59.451Z | Checking half v2.7.1 |
| 3316 | 2026-08-25T16:37:59.451Z | Checking ciborium-io v0.2.2 |
| 3317 | 2026-08-25T16:37:59.451Z | Checking inout v0.1.4 |
| 3318 | 2026-08-25T16:37:59.451Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3319 | 2026-08-25T16:37:59.451Z | Checking universal-hash v0.5.1 |
| 3320 | 2026-08-25T16:37:59.684Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3321 | 2026-08-25T16:37:59.699Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3322 | 2026-08-25T16:37:59.712Z | Checking cipher v0.4.4 |
| 3323 | 2026-08-25T16:37:59.728Z | Checking opaque-debug v0.3.1 |
| 3324 | 2026-08-25T16:37:59.795Z | Checking poly1305 v0.8.0 |
| 3325 | 2026-08-25T16:37:59.829Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3326 | 2026-08-25T16:37:59.844Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3327 | 2026-08-25T16:37:59.882Z | Checking ciborium-ll v0.2.2 |
| 3328 | 2026-08-25T16:37:59.906Z | Checking chacha20 v0.9.1 |
| 3329 | 2026-08-25T16:38:00.052Z | Checking ciborium v0.2.2 |
| 3330 | 2026-08-25T16:38:00.053Z | Checking password-hash v0.5.0 |
| 3331 | 2026-08-25T16:38:00.110Z | Checking blake2 v0.10.6 |
| 3332 | 2026-08-25T16:38:00.127Z | Checking aead v0.5.2 |
| 3333 | 2026-08-25T16:38:00.236Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3334 | 2026-08-25T16:38:00.268Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3335 | 2026-08-25T16:38:00.286Z | Checking indent_write v2.2.0 |
| 3336 | 2026-08-25T16:38:00.352Z | Checking argon2 v0.5.3 |
| 3337 | 2026-08-25T16:38:00.415Z | Checking chacha20poly1305 v0.10.1 |
| 3338 | 2026-08-25T16:38:00.469Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3339 | 2026-08-25T16:38:00.514Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3340 | 2026-08-25T16:38:00.551Z | Compiling unsafe-libyaml v0.2.11 |
| 3341 | 2026-08-25T16:38:00.695Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3342 | 2026-08-25T16:38:00.849Z | Checking thiserror-no-std v2.0.2 |
| 3343 | 2026-08-25T16:38:00.905Z | Compiling heapless v0.8.0 |
| 3344 | 2026-08-25T16:38:00.941Z | Checking vsss-rs v3.3.4 |
| 3345 | 2026-08-25T16:38:01.134Z | Compiling serde_yaml v0.9.34+deprecated |
| 3346 | 2026-08-25T16:38:01.190Z | Compiling typify-impl v0.6.2 |
| 3347 | 2026-08-25T16:38:01.296Z | Compiling proc-macro-crate v3.4.0 |
| 3348 | 2026-08-25T16:38:01.700Z | Compiling ingot-macros v0.2.0 |
| 3349 | 2026-08-25T16:38:01.836Z | Compiling num_enum_derive v0.7.6 |
| 3350 | 2026-08-25T16:38:01.901Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3351 | 2026-08-25T16:38:02.002Z | Checking hash32 v0.3.1 |
| 3352 | 2026-08-25T16:38:02.040Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3353 | 2026-08-25T16:38:02.132Z | Compiling smoltcp v0.11.0 |
| 3354 | 2026-08-25T16:38:02.468Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3355 | 2026-08-25T16:38:02.569Z | Checking tabwriter v1.4.1 |
| 3356 | 2026-08-25T16:38:02.696Z | Checking cobs v0.3.0 |
| 3357 | 2026-08-25T16:38:02.723Z | Checking swrite v0.1.0 |
| 3358 | 2026-08-25T16:38:02.818Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3359 | 2026-08-25T16:38:02.842Z | Compiling proc-macro-crate v1.3.1 |
| 3360 | 2026-08-25T16:38:02.861Z | Checking postcard v1.1.3 |
| 3361 | 2026-08-25T16:38:02.877Z | Checking num_enum v0.7.6 |
| 3362 | 2026-08-25T16:38:02.992Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3363 | 2026-08-25T16:38:03.029Z | Compiling foreign-types-macros v0.2.3 |
| 3364 | 2026-08-25T16:38:03.154Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3365 | 2026-08-25T16:38:03.171Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3366 | 2026-08-25T16:38:03.201Z | Checking foreign-types-shared v0.3.1 |
| 3367 | 2026-08-25T16:38:03.244Z | Checking colored v3.1.1 |
| 3368 | 2026-08-25T16:38:03.294Z | Compiling num_enum_derive v0.5.11 |
| 3369 | 2026-08-25T16:38:03.535Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3370 | 2026-08-25T16:38:03.563Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3371 | 2026-08-25T16:38:03.652Z | Checking foreign-types v0.5.0 |
| 3372 | 2026-08-25T16:38:03.738Z | Checking cstr-argument v0.1.2 |
| 3373 | 2026-08-25T16:38:03.870Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3374 | 2026-08-25T16:38:03.979Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3375 | 2026-08-25T16:38:04.024Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3376 | 2026-08-25T16:38:04.076Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3377 | 2026-08-25T16:38:04.094Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3378 | 2026-08-25T16:38:04.152Z | Compiling zone_cfg_derive v0.3.1 |
| 3379 | 2026-08-25T16:38:04.195Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3380 | 2026-08-25T16:38:04.313Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3381 | 2026-08-25T16:38:04.338Z | Checking num_enum v0.5.11 |
| 3382 | 2026-08-25T16:38:04.426Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3383 | 2026-08-25T16:38:04.453Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3384 | 2026-08-25T16:38:04.517Z | error[E0432]: unresolved import `omicron_common::api::external::Generation` |
| 3385 | 2026-08-25T16:38:04.518Z | --> sled-agent/types/versions/src/add_update_disposition/inventory.rs:38:5 |
| 3386 | 2026-08-25T16:38:04.518Z | | |
| 3387 | 2026-08-25T16:38:04.518Z | 38 | use omicron_common::api::external::Generation; |
| 3388 | 2026-08-25T16:38:04.518Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Generation` in `api::external` |
| 3389 | 2026-08-25T16:38:04.518Z | |
| 3390 | 2026-08-25T16:38:04.564Z | Checking ingot-types v0.2.0 |
| 3391 | 2026-08-25T16:38:04.599Z | Checking itertools v0.12.1 |
| 3392 | 2026-08-25T16:38:04.628Z | Compiling num-derive v0.4.2 |
| 3393 | 2026-08-25T16:38:04.806Z | Compiling semver v0.1.20 |
| 3394 | 2026-08-25T16:38:04.942Z | Checking ingot v0.2.1 |
| 3395 | 2026-08-25T16:38:05.084Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3396 | 2026-08-25T16:38:05.108Z | Compiling rustc_version v0.1.7 |
| 3397 | 2026-08-25T16:38:05.337Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3398 | 2026-08-25T16:38:05.451Z | Checking smf v0.2.3 |
| 3399 | 2026-08-25T16:38:05.502Z | Checking nom v8.0.0 |
| 3400 | 2026-08-25T16:38:05.557Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3401 | 2026-08-25T16:38:05.617Z | Checking zone v0.3.1 |
| 3402 | 2026-08-25T16:38:05.683Z | Checking csv-core v0.1.13 |
| 3403 | 2026-08-25T16:38:05.759Z | Compiling typify-macro v0.6.2 |
| 3404 | 2026-08-25T16:38:05.785Z | Checking whoami v1.6.1 |
| 3405 | 2026-08-25T16:38:05.850Z | Compiling newtype_derive v0.1.6 |
| 3406 | 2026-08-25T16:38:05.866Z | Checking csv v1.4.0 |
| 3407 | 2026-08-25T16:38:05.959Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3408 | 2026-08-25T16:38:05.975Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3409 | 2026-08-25T16:38:06.038Z | Compiling cancel-safe-futures v0.1.5 |
| 3410 | 2026-08-25T16:38:06.144Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3411 | 2026-08-25T16:38:06.218Z | Compiling libefi-sys v0.1.0 |
| 3412 | 2026-08-25T16:38:06.234Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3413 | 2026-08-25T16:38:06.365Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3414 | 2026-08-25T16:38:06.504Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3415 | 2026-08-25T16:38:06.519Z | Checking oxide-update-engine-types v0.1.2 |
| 3416 | 2026-08-25T16:38:06.557Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3417 | 2026-08-25T16:38:06.664Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3418 | 2026-08-25T16:38:06.707Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3419 | 2026-08-25T16:38:06.808Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3420 | 2026-08-25T16:38:06.840Z | Compiling bitfield-struct v0.6.2 |
| 3421 | 2026-08-25T16:38:07.059Z | Checking linear-map v1.2.0 |
| 3422 | 2026-08-25T16:38:07.244Z | Checking steno v0.4.1 |
| 3423 | 2026-08-25T16:38:07.412Z | Checking oxide-update-engine v0.1.2 |
| 3424 | 2026-08-25T16:38:07.464Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3425 | 2026-08-25T16:38:07.478Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3426 | 2026-08-25T16:38:07.493Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3427 | 2026-08-25T16:38:07.507Z | Compiling typify v0.6.2 |
| 3428 | 2026-08-25T16:38:07.625Z | Compiling progenitor-impl v0.14.0 |
| 3429 | 2026-08-25T16:38:07.655Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3430 | 2026-08-25T16:38:07.731Z | Checking sha1 v0.10.6 |
| 3431 | 2026-08-25T16:38:07.827Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3432 | 2026-08-25T16:38:07.902Z | Checking utf-8 v0.7.6 |
| 3433 | 2026-08-25T16:38:07.918Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3434 | 2026-08-25T16:38:08.042Z | Checking tungstenite v0.21.0 |
| 3435 | 2026-08-25T16:38:08.154Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3436 | 2026-08-25T16:38:08.235Z | Checking ignore v0.4.25 |
| 3437 | 2026-08-25T16:38:08.360Z | Checking anstyle-parse v0.2.7 |
| 3438 | 2026-08-25T16:38:08.517Z | Compiling xshell-macros v0.2.7 |
| 3439 | 2026-08-25T16:38:08.532Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3440 | 2026-08-25T16:38:08.676Z | Checking anstream v0.6.21 |
| 3441 | 2026-08-25T16:38:08.710Z | Checking globwalk v0.9.1 |
| 3442 | 2026-08-25T16:38:08.742Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3443 | 2026-08-25T16:38:08.761Z | Checking tokio-tungstenite v0.21.0 |
| 3444 | 2026-08-25T16:38:08.882Z | Checking predicates-tree v1.0.13 |
| 3445 | 2026-08-25T16:38:08.898Z | Checking filetime v0.2.27 |
| 3446 | 2026-08-25T16:38:08.912Z | Checking xshell v0.2.7 |
| 3447 | 2026-08-25T16:38:08.961Z | Checking xattr v1.6.1 |
| 3448 | 2026-08-25T16:38:08.998Z | Checking tagptr v0.2.0 |
| 3449 | 2026-08-25T16:38:09.032Z | Checking camino-tempfile-ext v0.3.3 |
| 3450 | 2026-08-25T16:38:09.047Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3451 | 2026-08-25T16:38:09.094Z | Checking tar v0.4.46 |
| 3452 | 2026-08-25T16:38:09.109Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3453 | 2026-08-25T16:38:09.142Z | Checking moka v0.12.13 |
| 3454 | 2026-08-25T16:38:09.226Z | Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3455 | 2026-08-25T16:38:09.230Z | Checking rand_seeder v0.4.0 |
| 3456 | 2026-08-25T16:38:09.258Z | Checking half v1.8.3 |
| 3457 | 2026-08-25T16:38:09.384Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3458 | 2026-08-25T16:38:09.391Z | Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3459 | 2026-08-25T16:38:09.458Z | Checking serde_cbor v0.11.2 |
| 3460 | 2026-08-25T16:38:09.484Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3461 | 2026-08-25T16:38:09.688Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3462 | 2026-08-25T16:38:09.737Z | Checking digest-io v0.1.0 |
| 3463 | 2026-08-25T16:38:09.796Z | Checking hickory-resolver v0.25.2 |
| 3464 | 2026-08-25T16:38:09.852Z | Compiling petname v2.0.2 |
| 3465 | 2026-08-25T16:38:09.874Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3466 | 2026-08-25T16:38:10.240Z | Checking rawzip v0.4.4 |
| 3467 | 2026-08-25T16:38:10.345Z | Compiling progenitor-macro v0.14.0 |
| 3468 | 2026-08-25T16:38:10.360Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3469 | 2026-08-25T16:38:10.508Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3470 | 2026-08-25T16:38:10.536Z | Checking sapling-renderdag v0.1.0 |
| 3471 | 2026-08-25T16:38:10.681Z | Checking subprocess v0.2.15 |
| 3472 | 2026-08-25T16:38:10.781Z | Checking sync-ptr v0.1.4 |
| 3473 | 2026-08-25T16:38:10.902Z | Checking colored v2.2.0 |
| 3474 | 2026-08-25T16:38:10.976Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3475 | 2026-08-25T16:38:10.986Z | Checking assert_matches v1.5.0 |
| 3476 | 2026-08-25T16:38:11.111Z | For more information about this error, try `rustc --explain E0432`. |
| 3477 | 2026-08-25T16:38:11.286Z | error: could not compile `sled-agent-types-versions` (lib) due to 1 previous error |
| 3478 | 2026-08-25T16:38:11.287Z | warning: build failed, waiting for other jobs to finish... |
| 3479 | 2026-08-25T16:38:13.093Z | error: process didn't exit successfully: `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo check --bins --manifest-path dev-tools/reconfigurator-cli/Cargo.toml` (exit status: 101) |
| 3480 | 2026-08-25T16:38:13.097Z | Error: cargo-hack install failed: exit status: 1 |
| 3481 | 2026-08-25T16:38:13.100Z | |
| 3482 | 2026-08-25T16:38:13.100Z | real 2:48.404574309 |
| 3483 | 2026-08-25T16:38:13.100Z | user 5:53.153392357 |
| 3484 | 2026-08-25T16:38:13.100Z | sys 1:38.852892368 |
| 3485 | 2026-08-25T16:38:13.100Z | trap 0.151212232 |
| 3486 | 2026-08-25T16:38:13.100Z | tflt 0.131295629 |
| 3487 | 2026-08-25T16:38:13.100Z | dflt 0.433424607 |
| 3488 | 2026-08-25T16:38:13.100Z | kflt 0.001614791 |
| 3489 | 2026-08-25T16:38:13.100Z | lock 17:56.846421679 |
| 3490 | 2026-08-25T16:38:13.101Z | slp 23:00.822857072 |
| 3491 | 2026-08-25T16:38:13.101Z | lat 34.282133229 |
| 3492 | 2026-08-25T16:38:13.101Z | stop 2:17.307822115 |
| 3493 | 2026-08-25T16:38:13.101Z | process exited: duration 325924 ms, exit code 1 |
| |
| 3494 | 2026-08-25T16:38:13.107Z | found 0 output files |