|
|
|
| 1 | 2025-09-20T23:24:28.563Z | job assigned to worker 01K5MQ26FCFCQPT7QM5R00XVRR [factory gimlet-EVT22200007-propolis, EVT22200007/42572] (queued for 25 s) |
| |
| 2 | 2025-09-20T23:24:37.664Z | starting task 0: "setup" |
| 3 | 2025-09-20T23:24:37.689Z | ++ uname -s |
| 4 | 2025-09-20T23:24:37.690Z | + kern=SunOS |
| 5 | 2025-09-20T23:24:37.690Z | + build_user=build |
| 6 | 2025-09-20T23:24:37.690Z | + build_uid=12345 |
| 7 | 2025-09-20T23:24:37.690Z | + work_dir=/work |
| 8 | 2025-09-20T23:24:37.690Z | + input_dir=/input |
| 9 | 2025-09-20T23:24:37.690Z | + [[ 0 == 12345 ]] |
| 10 | 2025-09-20T23:24:37.690Z | + case "$kern" in |
| 11 | 2025-09-20T23:24:37.690Z | + groupadd -g 12345 build |
| 12 | 2025-09-20T23:24:37.690Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-09-20T23:24:39.694Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-09-20T23:24:39.730Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-09-20T23:24:39.755Z | + home_fs=zfs |
| 16 | 2025-09-20T23:24:39.755Z | + [[ zfs == autofs ]] |
| 17 | 2025-09-20T23:24:39.755Z | + mkdir -p /home/build |
| 18 | 2025-09-20T23:24:39.755Z | + chown build:build /home/build /work |
| 19 | 2025-09-20T23:24:41.741Z | + chmod 0700 /home/build /work |
| 20 | 2025-09-20T23:24:41.767Z | process exited: duration 4079 ms, exit code 0 |
| |
| 21 | 2025-09-20T23:24:41.816Z | starting task 1: "rust-toolchain" |
| 22 | 2025-09-20T23:24:41.841Z | + printf ' * rust toolchain channel = "%s"\n' 1.89.0 |
| 23 | 2025-09-20T23:24:41.841Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-09-20T23:24:41.841Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2025-09-20T23:24:41.841Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2025-09-20T23:24:41.841Z | * rust toolchain channel = "1.89.0" |
| 27 | 2025-09-20T23:24:41.841Z | * rust toolchain profile = "default" |
| 28 | 2025-09-20T23:24:41.841Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-09-20T23:24:41.841Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default |
| 30 | 2025-09-20T23:24:41.962Z | info: downloading installer |
| 31 | 2025-09-20T23:24:42.991Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-09-20T23:24:42.991Z | warn: /opt/ooce/bin |
| 33 | 2025-09-20T23:24:42.991Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-09-20T23:24:42.991Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-09-20T23:24:42.991Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-09-20T23:24:42.991Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-09-20T23:24:42.991Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-09-20T23:24:42.991Z | error: cannot install while Rust is installed |
| 39 | 2025-09-20T23:24:42.991Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-09-20T23:24:43.018Z | info: profile set to 'default' |
| 41 | 2025-09-20T23:24:43.018Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-09-20T23:24:43.018Z | info: syncing channel updates for '1.89.0-x86_64-unknown-illumos' |
| 43 | 2025-09-20T23:24:43.127Z | info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04) |
| 44 | 2025-09-20T23:24:43.127Z | info: downloading component 'cargo' |
| 45 | 2025-09-20T23:24:43.347Z | info: downloading component 'clippy' |
| 46 | 2025-09-20T23:24:43.483Z | info: downloading component 'rust-docs' |
| 47 | 2025-09-20T23:24:43.713Z | info: downloading component 'rust-std' |
| 48 | 2025-09-20T23:24:44.489Z | info: downloading component 'rustc' |
| 49 | 2025-09-20T23:24:45.959Z | info: downloading component 'rustfmt' |
| 50 | 2025-09-20T23:24:46.024Z | info: installing component 'cargo' |
| 51 | 2025-09-20T23:24:47.243Z | info: installing component 'clippy' |
| 52 | 2025-09-20T23:24:47.730Z | info: installing component 'rust-docs' |
| 53 | 2025-09-20T23:24:50.897Z | info: installing component 'rust-std' |
| 54 | 2025-09-20T23:24:53.096Z | info: installing component 'rustc' |
| 55 | 2025-09-20T23:25:01.529Z | info: installing component 'rustfmt' |
| 56 | 2025-09-20T23:25:01.927Z | |
| 57 | 2025-09-20T23:25:01.927Z | info: default toolchain set to '1.89.0-x86_64-unknown-illumos' |
| 58 | 2025-09-20T23:25:02.104Z | 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04) |
| 59 | 2025-09-20T23:25:02.104Z | |
| 60 | 2025-09-20T23:25:02.104Z | |
| 61 | 2025-09-20T23:25:02.104Z | Rust is installed now. Great! |
| 62 | 2025-09-20T23:25:02.104Z | |
| 63 | 2025-09-20T23:25:02.104Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-09-20T23:25:02.104Z | environment variable. This has not been done automatically. |
| 65 | 2025-09-20T23:25:02.104Z | |
| 66 | 2025-09-20T23:25:02.104Z | To configure your current shell, you need to source |
| 67 | 2025-09-20T23:25:02.104Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-09-20T23:25:02.104Z | |
| 69 | 2025-09-20T23:25:02.104Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-09-20T23:25:02.104Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-09-20T23:25:02.104Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-09-20T23:25:02.104Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-09-20T23:25:02.216Z | + rustup --version |
| 74 | 2025-09-20T23:25:02.241Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-09-20T23:25:02.241Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-09-20T23:25:02.364Z | info: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)` |
| 77 | 2025-09-20T23:25:02.389Z | + cargo --version |
| 78 | 2025-09-20T23:25:02.484Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 79 | 2025-09-20T23:25:02.508Z | + rustc --version |
| 80 | 2025-09-20T23:25:02.608Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 81 | 2025-09-20T23:25:02.632Z | process exited: duration 20797 ms, exit code 0 |
| |
| 82 | 2025-09-20T23:25:02.685Z | starting task 2: "authentication" |
| 83 | 2025-09-20T23:25:02.770Z | process exited: duration 87 ms, exit code 0 |
| |
| 84 | 2025-09-20T23:25:02.820Z | starting task 3: "clone repository" |
| 85 | 2025-09-20T23:25:02.845Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-09-20T23:25:02.845Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-09-20T23:25:02.869Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-09-20T23:25:17.633Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-09-20T23:25:17.633Z | + git fetch origin 066fb4828f500adfdc13845d4f94f9016c4f54da |
| 90 | 2025-09-20T23:25:18.099Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-09-20T23:25:18.099Z | * branch 066fb4828f500adfdc13845d4f94f9016c4f54da -> FETCH_HEAD |
| 92 | 2025-09-20T23:25:18.125Z | + [[ -n labbott/cosmo_awareness ]] |
| 93 | 2025-09-20T23:25:18.125Z | ++ git branch --show-current |
| 94 | 2025-09-20T23:25:18.125Z | + current=main |
| 95 | 2025-09-20T23:25:18.125Z | + [[ main != labbott/cosmo_awareness ]] |
| 96 | 2025-09-20T23:25:18.125Z | + git branch -f labbott/cosmo_awareness 066fb4828f500adfdc13845d4f94f9016c4f54da |
| 97 | 2025-09-20T23:25:18.125Z | + git checkout -f labbott/cosmo_awareness |
| 98 | 2025-09-20T23:25:18.226Z | Switched to branch 'labbott/cosmo_awareness' |
| 99 | 2025-09-20T23:25:18.250Z | + git reset --hard 066fb4828f500adfdc13845d4f94f9016c4f54da |
| 100 | 2025-09-20T23:25:18.333Z | HEAD is now at 066fb4828 Make wicketd + installinator cosmo aware |
| 101 | 2025-09-20T23:25:18.357Z | process exited: duration 15516 ms, exit code 0 |
| |
| 102 | 2025-09-20T23:25:18.407Z | starting task 4: "build" |
| 103 | 2025-09-20T23:25:18.432Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-09-20T23:25:18.432Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-09-20T23:25:18.432Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-09-20T23:25:18.432Z | + cargo --version |
| 107 | 2025-09-20T23:25:18.488Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 108 | 2025-09-20T23:25:18.513Z | + rustc --version |
| 109 | 2025-09-20T23:25:18.587Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 110 | 2025-09-20T23:25:18.612Z | + source ./env.sh |
| 111 | 2025-09-20T23:25:18.612Z | ++ OLD_SHELL_OPTS=ehxB |
| 112 | 2025-09-20T23:25:18.613Z | ++ set -o xtrace |
| 113 | 2025-09-20T23:25:18.613Z | ++++ dirname ./env.sh |
| 114 | 2025-09-20T23:25:18.613Z | +++ readlink -f . |
| 115 | 2025-09-20T23:25:18.613Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 116 | 2025-09-20T23:25:18.613Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 117 | 2025-09-20T23:25:18.613Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 118 | 2025-09-20T23:25:18.613Z | ++ 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 |
| 119 | 2025-09-20T23:25:18.613Z | ++ 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 |
| 120 | 2025-09-20T23:25:18.613Z | ++ 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 |
| 121 | 2025-09-20T23:25:18.613Z | ++ 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 |
| 122 | 2025-09-20T23:25:18.613Z | ++ 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 |
| 123 | 2025-09-20T23:25:18.613Z | ++ 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 |
| 124 | 2025-09-20T23:25:18.613Z | ++ case $OLD_SHELL_OPTS in |
| 125 | 2025-09-20T23:25:18.613Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 126 | 2025-09-20T23:25:18.613Z | + 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:/work/oxidecomputer/omicron/out/cargo-hack |
| 127 | 2025-09-20T23:25:18.613Z | + 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:/work/oxidecomputer/omicron/out/cargo-hack |
| 128 | 2025-09-20T23:25:18.613Z | + banner prerequisites |
| 129 | 2025-09-20T23:25:18.613Z | |
| 130 | 2025-09-20T23:25:18.613Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 131 | 2025-09-20T23:25:18.613Z | # # # # # # # # # # # # # # # |
| 132 | 2025-09-20T23:25:18.613Z | # # # # ##### # # ##### # # # # # #### # |
| 133 | 2025-09-20T23:25:18.613Z | ##### ##### # ##### # # # # # # # # # |
| 134 | 2025-09-20T23:25:18.613Z | # # # # # # # # # # # # # # # |
| 135 | 2025-09-20T23:25:18.613Z | # # # ###### # # ###### ### # #### # #### # |
| 136 | 2025-09-20T23:25:18.613Z | |
| 137 | 2025-09-20T23:25:18.613Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 138 | 2025-09-20T23:25:32.930Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 139 | 2025-09-20T23:25:42.354Z | Startup: Caching catalogs ... Done |
| 140 | 2025-09-20T23:25:51.814Z | Planning: Solver setup ... Done (7.958s) |
| 141 | 2025-09-20T23:25:51.884Z | Planning: Running solver ... Done (0.071s) |
| 142 | 2025-09-20T23:25:51.974Z | Planning: Finding local manifests ... Done (0.002s) |
| 143 | 2025-09-20T23:25:52.053Z | Planning: Fetching manifests: 0/4 0% complete |
| 144 | 2025-09-20T23:25:52.397Z | Planning: Fetching manifests: 4/4 100% complete |
| 145 | 2025-09-20T23:25:52.459Z | Planning: Package planning ... Done (0.062s) |
| 146 | 2025-09-20T23:25:52.518Z | Planning: Merging actions ... Done (0.059s) |
| 147 | 2025-09-20T23:25:52.852Z | Planning: Checking for conflicting actions ... Done (0.333s) |
| 148 | 2025-09-20T23:25:52.876Z | Planning: Consolidating action changes ... Done (0.013s) |
| 149 | 2025-09-20T23:25:53.561Z | Planning: Evaluating mediators ... Done (0.695s) |
| 150 | 2025-09-20T23:25:53.586Z | Planning: Planning completed in 11.12 seconds |
| 151 | 2025-09-20T23:25:53.610Z | Packages to install: 4 |
| 152 | 2025-09-20T23:25:53.610Z | Mediators to change: 2 |
| 153 | 2025-09-20T23:25:53.610Z | Services to change: 1 |
| 154 | 2025-09-20T23:25:53.610Z | Estimated space available: 155.01 GB |
| 155 | 2025-09-20T23:25:53.610Z | Estimated space to be consumed: 1.72 GB |
| 156 | 2025-09-20T23:25:53.610Z | Create boot environment: No |
| 157 | 2025-09-20T23:25:53.610Z | Create backup boot environment: No |
| 158 | 2025-09-20T23:25:53.610Z | Rebuild boot archive: No |
| 159 | 2025-09-20T23:25:53.610Z | |
| 160 | 2025-09-20T23:25:53.610Z | Changed mediators: |
| 161 | 2025-09-20T23:25:53.610Z | mediator clang: |
| 162 | 2025-09-20T23:25:53.610Z | version: None -> 15 (system default) |
| 163 | 2025-09-20T23:25:53.610Z | |
| 164 | 2025-09-20T23:25:53.611Z | mediator llvm: |
| 165 | 2025-09-20T23:25:53.611Z | version: 14 (system default) -> 15 (system default) |
| 166 | 2025-09-20T23:25:53.611Z | |
| 167 | 2025-09-20T23:25:53.611Z | Changed packages: |
| 168 | 2025-09-20T23:25:53.611Z | helios-dev |
| 169 | 2025-09-20T23:25:53.611Z | developer/build-essential |
| 170 | 2025-09-20T23:25:53.611Z | None -> 11-2.0 |
| 171 | 2025-09-20T23:25:53.611Z | library/libxmlsec1 |
| 172 | 2025-09-20T23:25:53.611Z | None -> 1.2.35-2.0 |
| 173 | 2025-09-20T23:25:53.611Z | ooce/developer/clang-15 |
| 174 | 2025-09-20T23:25:53.611Z | None -> 15.0.7-2.0 |
| 175 | 2025-09-20T23:25:53.611Z | ooce/developer/llvm-15 |
| 176 | 2025-09-20T23:25:53.611Z | None -> 15.0.7-2.0 |
| 177 | 2025-09-20T23:25:53.611Z | |
| 178 | 2025-09-20T23:25:53.611Z | Services: |
| 179 | 2025-09-20T23:25:53.611Z | restart_fmri: |
| 180 | 2025-09-20T23:25:53.611Z | svc:/system/update-man-index:default |
| 181 | 2025-09-20T23:25:53.650Z | |
| 182 | 2025-09-20T23:25:53.650Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 183 | 2025-09-20T23:25:58.652Z | Download: 1195/3290 items 69.6/212.6MB 32% complete (13.8M/s) |
| 184 | 2025-09-20T23:26:03.655Z | Download: 2109/3290 items 118.9/212.6MB 55% complete (12.0M/s) |
| 185 | 2025-09-20T23:26:08.656Z | Download: 3243/3290 items 172.5/212.6MB 81% complete (10.5M/s) |
| 186 | 2025-09-20T23:26:13.218Z | Download: Completed 212.60 MB in 19.57 seconds (10.9M/s) |
| 187 | 2025-09-20T23:26:13.410Z | Actions: 1/3689 actions (Installing new actions) |
| 188 | 2025-09-20T23:26:18.619Z | Actions: 3133/3689 actions (Installing new actions) |
| 189 | 2025-09-20T23:26:19.167Z | Actions: Completed 3689 actions in 5.76 seconds. |
| 190 | 2025-09-20T23:26:20.059Z | Done (0.885s) |
| 191 | 2025-09-20T23:26:20.059Z | Done (0.000s) |
| 192 | 2025-09-20T23:26:21.130Z | Done (1.071s) |
| 193 | 2025-09-20T23:26:26.156Z | Done (4.799s) |
| 194 | 2025-09-20T23:26:26.249Z | Done (0.017s) |
| 195 | 2025-09-20T23:26:26.274Z | Done (0.000s) |
| 196 | 2025-09-20T23:26:26.407Z | Done (0.000s) |
| 197 | 2025-09-20T23:26:27.322Z | Planning: Evaluating mediator changes ... Done |
| 198 | 2025-09-20T23:26:27.525Z | Planning: Checking for conflicting actions ... Done |
| 199 | 2025-09-20T23:26:27.550Z | Planning: Consolidating action changes ... Done |
| 200 | 2025-09-20T23:26:27.879Z | Planning: Evaluating mediators ... Done |
| 201 | 2025-09-20T23:26:27.903Z | Planning: Planning completed in 0.56 seconds |
| 202 | 2025-09-20T23:26:27.928Z | Mediators to change: 2 |
| 203 | 2025-09-20T23:26:27.928Z | Create boot environment: No |
| 204 | 2025-09-20T23:26:27.928Z | Create backup boot environment: No |
| 205 | 2025-09-20T23:26:27.984Z | Done |
| 206 | 2025-09-20T23:26:27.984Z | Done |
| 207 | 2025-09-20T23:26:28.797Z | Done |
| 208 | 2025-09-20T23:26:33.322Z | Done |
| 209 | 2025-09-20T23:26:33.423Z | Done |
| 210 | 2025-09-20T23:26:33.447Z | Done |
| 211 | 2025-09-20T23:26:33.475Z | Done |
| 212 | 2025-09-20T23:26:34.241Z | Planning: Evaluating mediator changes ... Done |
| 213 | 2025-09-20T23:26:34.266Z | Planning: Merging actions ... Done |
| 214 | 2025-09-20T23:26:34.476Z | Planning: Checking for conflicting actions ... Done |
| 215 | 2025-09-20T23:26:34.501Z | Planning: Consolidating action changes ... Done |
| 216 | 2025-09-20T23:26:34.806Z | Planning: Evaluating mediators ... Done |
| 217 | 2025-09-20T23:26:34.877Z | Planning: Planning completed in 0.95 seconds |
| 218 | 2025-09-20T23:26:34.918Z | Packages to change: 1 |
| 219 | 2025-09-20T23:26:34.918Z | Mediators to change: 1 |
| 220 | 2025-09-20T23:26:34.918Z | Services to change: 1 |
| 221 | 2025-09-20T23:26:34.918Z | Create boot environment: No |
| 222 | 2025-09-20T23:26:34.918Z | Create backup boot environment: Yes |
| 223 | 2025-09-20T23:26:36.779Z | Actions: 1/6 actions (Updating modified actions) |
| 224 | 2025-09-20T23:26:36.804Z | Actions: Completed 6 actions in 0.00 seconds. |
| 225 | 2025-09-20T23:26:36.804Z | Done |
| 226 | 2025-09-20T23:26:36.804Z | Done |
| 227 | 2025-09-20T23:26:36.996Z | Done |
| 228 | 2025-09-20T23:26:41.634Z | Done |
| 229 | 2025-09-20T23:26:41.725Z | Done |
| 230 | 2025-09-20T23:26:41.750Z | Done |
| 231 | 2025-09-20T23:26:41.816Z | Done |
| 232 | 2025-09-20T23:26:42.376Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 233 | 2025-09-20T23:26:42.377Z | clang system 15 system |
| 234 | 2025-09-20T23:26:42.377Z | csh system system illumos |
| 235 | 2025-09-20T23:26:42.377Z | ctags system system illumos |
| 236 | 2025-09-20T23:26:42.377Z | file system system illumos |
| 237 | 2025-09-20T23:26:42.377Z | gcc vendor 12 vendor |
| 238 | 2025-09-20T23:26:42.377Z | gcc system 10 system |
| 239 | 2025-09-20T23:26:42.377Z | gcc system 7 system |
| 240 | 2025-09-20T23:26:42.377Z | go system 1.20 system |
| 241 | 2025-09-20T23:26:42.377Z | go system 1.19 system |
| 242 | 2025-09-20T23:26:42.377Z | llvm system 15 system |
| 243 | 2025-09-20T23:26:42.377Z | llvm system 14 system |
| 244 | 2025-09-20T23:26:42.377Z | mariadb system 10.6 system |
| 245 | 2025-09-20T23:26:42.377Z | mta vendor vendor dma |
| 246 | 2025-09-20T23:26:42.377Z | openjdk system 17 system |
| 247 | 2025-09-20T23:26:42.377Z | openjdk system 11 system |
| 248 | 2025-09-20T23:26:42.377Z | openjdk system 1.8 system |
| 249 | 2025-09-20T23:26:42.377Z | openssl vendor 3 vendor |
| 250 | 2025-09-20T23:26:42.377Z | perl system 5.36 system |
| 251 | 2025-09-20T23:26:42.377Z | postgresql system 15 system |
| 252 | 2025-09-20T23:26:42.377Z | postgresql system 13 system |
| 253 | 2025-09-20T23:26:42.377Z | python vendor 3 vendor |
| 254 | 2025-09-20T23:26:42.377Z | python system 2 system |
| 255 | 2025-09-20T23:26:42.377Z | python3 system 3.11 system |
| 256 | 2025-09-20T23:26:42.377Z | ruby system 3.0 system |
| 257 | 2025-09-20T23:26:42.377Z | words vendor vendor american-english |
| 258 | 2025-09-20T23:26:42.377Z | words system system australian-english |
| 259 | 2025-09-20T23:26:42.377Z | words system system british-english |
| 260 | 2025-09-20T23:26:42.377Z | words system system canadian-english |
| 261 | 2025-09-20T23:26:42.377Z | words system system french |
| 262 | 2025-09-20T23:26:42.377Z | words system system italian |
| 263 | 2025-09-20T23:26:42.377Z | words system system ngerman |
| 264 | 2025-09-20T23:26:42.377Z | words system system ogerman |
| 265 | 2025-09-20T23:26:42.377Z | words system system spanish |
| 266 | 2025-09-20T23:26:42.780Z | PUBLISHER TYPE STATUS P LOCATION |
| 267 | 2025-09-20T23:26:42.780Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 268 | 2025-09-20T23:26:48.890Z | FMRI IFO |
| 269 | 2025-09-20T23:26:48.890Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 270 | 2025-09-20T23:26:48.890Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 271 | 2025-09-20T23:26:48.890Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 272 | 2025-09-20T23:26:48.890Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 273 | 2025-09-20T23:26:48.890Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 274 | 2025-09-20T23:26:48.890Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 275 | 2025-09-20T23:26:48.890Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 276 | 2025-09-20T23:26:48.890Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 277 | 2025-09-20T23:26:48.890Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 278 | 2025-09-20T23:26:48.890Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 279 | 2025-09-20T23:26:48.890Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 280 | 2025-09-20T23:26:48.890Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 281 | 2025-09-20T23:26:48.890Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 282 | 2025-09-20T23:26:48.890Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 283 | 2025-09-20T23:26:48.890Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 284 | 2025-09-20T23:26:48.890Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 285 | 2025-09-20T23:26:50.033Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 286 | 2025-09-20T23:26:50.440Z | Updating crates.io index |
| 287 | 2025-09-20T23:26:50.465Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 288 | 2025-09-20T23:26:50.957Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 289 | 2025-09-20T23:26:51.699Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 290 | 2025-09-20T23:26:52.041Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 291 | 2025-09-20T23:26:52.426Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 292 | 2025-09-20T23:26:52.908Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 293 | 2025-09-20T23:26:54.263Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 294 | 2025-09-20T23:26:56.671Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 295 | 2025-09-20T23:26:57.855Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 296 | 2025-09-20T23:26:58.815Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 297 | 2025-09-20T23:26:59.747Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 298 | 2025-09-20T23:27:00.156Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 299 | 2025-09-20T23:27:00.538Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 300 | 2025-09-20T23:27:01.226Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 301 | 2025-09-20T23:27:01.841Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 302 | 2025-09-20T23:27:02.230Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 303 | 2025-09-20T23:27:02.653Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 304 | 2025-09-20T23:27:02.999Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 305 | 2025-09-20T23:27:03.349Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 306 | 2025-09-20T23:27:03.697Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 307 | 2025-09-20T23:27:04.059Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 308 | 2025-09-20T23:27:04.497Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 309 | 2025-09-20T23:27:05.170Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 310 | 2025-09-20T23:27:05.636Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 311 | 2025-09-20T23:27:06.074Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 312 | 2025-09-20T23:27:06.748Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 313 | 2025-09-20T23:27:07.297Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 314 | 2025-09-20T23:27:07.746Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 315 | 2025-09-20T23:27:08.240Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 316 | 2025-09-20T23:27:08.804Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 317 | 2025-09-20T23:27:09.279Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 318 | 2025-09-20T23:27:09.774Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 319 | 2025-09-20T23:27:10.145Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 320 | 2025-09-20T23:27:23.460Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 321 | 2025-09-20T23:27:25.206Z | Downloading crates ... |
| 322 | 2025-09-20T23:27:25.269Z | Downloaded cpufeatures v0.2.14 |
| 323 | 2025-09-20T23:27:25.294Z | Downloaded semver v1.0.26 |
| 324 | 2025-09-20T23:27:25.294Z | Downloaded swrite v0.1.0 |
| 325 | 2025-09-20T23:27:25.294Z | Downloaded stable_deref_trait v1.2.0 |
| 326 | 2025-09-20T23:27:25.294Z | Downloaded sha2 v0.10.9 |
| 327 | 2025-09-20T23:27:25.294Z | Downloaded serde-value v0.7.0 |
| 328 | 2025-09-20T23:27:25.294Z | Downloaded libc v0.2.174 |
| 329 | 2025-09-20T23:27:25.319Z | Downloaded zerocopy-derive v0.7.35 |
| 330 | 2025-09-20T23:27:25.344Z | Downloaded yoke-derive v0.7.4 |
| 331 | 2025-09-20T23:27:25.344Z | Downloaded zerovec-derive v0.10.3 |
| 332 | 2025-09-20T23:27:25.344Z | Downloaded papergrid v0.11.0 |
| 333 | 2025-09-20T23:27:25.344Z | Downloaded zerofrom-derive v0.1.4 |
| 334 | 2025-09-20T23:27:25.344Z | Downloaded unicode-xid v0.2.6 |
| 335 | 2025-09-20T23:27:25.344Z | Downloaded winnow v0.7.10 |
| 336 | 2025-09-20T23:27:25.369Z | Downloaded zerovec v0.10.4 |
| 337 | 2025-09-20T23:27:25.370Z | Downloaded toml_edit v0.22.27 |
| 338 | 2025-09-20T23:27:25.370Z | Downloaded serde_derive v1.0.223 |
| 339 | 2025-09-20T23:27:25.394Z | Downloaded zerocopy v0.7.35 |
| 340 | 2025-09-20T23:27:25.394Z | Downloaded textwrap v0.16.2 |
| 341 | 2025-09-20T23:27:25.394Z | Downloaded autocfg v1.4.0 |
| 342 | 2025-09-20T23:27:25.394Z | Downloaded syn v1.0.109 |
| 343 | 2025-09-20T23:27:25.419Z | Downloaded unicode-width v0.1.14 |
| 344 | 2025-09-20T23:27:25.419Z | Downloaded serde_json v1.0.145 |
| 345 | 2025-09-20T23:27:25.419Z | Downloaded hashbrown v0.15.4 |
| 346 | 2025-09-20T23:27:25.443Z | Downloaded syn v2.0.106 |
| 347 | 2025-09-20T23:27:25.444Z | Downloaded terminal_size v0.4.0 |
| 348 | 2025-09-20T23:27:25.444Z | Downloaded serde_tokenstream v0.2.2 |
| 349 | 2025-09-20T23:27:25.444Z | Downloaded plain v0.2.3 |
| 350 | 2025-09-20T23:27:25.444Z | Downloaded pest_meta v2.7.14 |
| 351 | 2025-09-20T23:27:25.444Z | Downloaded ordered-float v2.10.1 |
| 352 | 2025-09-20T23:27:25.444Z | Downloaded tempfile v3.20.0 |
| 353 | 2025-09-20T23:27:25.468Z | Downloaded rustix v1.0.7 |
| 354 | 2025-09-20T23:27:25.492Z | Downloaded unicode-width v0.2.0 |
| 355 | 2025-09-20T23:27:25.493Z | Downloaded litemap v0.7.3 |
| 356 | 2025-09-20T23:27:25.493Z | Downloaded tabled_derive v0.7.0 |
| 357 | 2025-09-20T23:27:25.493Z | Downloaded synstructure v0.13.1 |
| 358 | 2025-09-20T23:27:25.493Z | Downloaded serde_spanned v0.6.9 |
| 359 | 2025-09-20T23:27:25.493Z | Downloaded serde_core v1.0.223 |
| 360 | 2025-09-20T23:27:25.493Z | Downloaded scroll v0.12.0 |
| 361 | 2025-09-20T23:27:25.493Z | Downloaded proc-macro2 v1.0.101 |
| 362 | 2025-09-20T23:27:25.493Z | Downloaded once_cell v1.21.3 |
| 363 | 2025-09-20T23:27:25.493Z | Downloaded num-traits v0.2.19 |
| 364 | 2025-09-20T23:27:25.517Z | Downloaded itoa v1.0.11 |
| 365 | 2025-09-20T23:27:25.517Z | Downloaded icu_provider_macros v1.5.0 |
| 366 | 2025-09-20T23:27:25.517Z | Downloaded fs-err v3.1.1 |
| 367 | 2025-09-20T23:27:25.517Z | Downloaded serde-untagged v0.1.7 |
| 368 | 2025-09-20T23:27:25.517Z | Downloaded serde v1.0.223 |
| 369 | 2025-09-20T23:27:25.517Z | Downloaded proc-macro-error v1.0.4 |
| 370 | 2025-09-20T23:27:25.517Z | Downloaded strsim v0.11.1 |
| 371 | 2025-09-20T23:27:25.517Z | Downloaded rustix v0.38.37 |
| 372 | 2025-09-20T23:27:25.542Z | Downloaded smallvec v1.15.1 |
| 373 | 2025-09-20T23:27:25.542Z | Downloaded scroll_derive v0.12.0 |
| 374 | 2025-09-20T23:27:25.542Z | Downloaded quote v1.0.40 |
| 375 | 2025-09-20T23:27:25.542Z | Downloaded pretty-hex v0.4.1 |
| 376 | 2025-09-20T23:27:25.542Z | Downloaded pest_generator v2.7.14 |
| 377 | 2025-09-20T23:27:25.542Z | Downloaded log v0.4.27 |
| 378 | 2025-09-20T23:27:25.542Z | Downloaded icu_properties_data v1.5.0 |
| 379 | 2025-09-20T23:27:25.566Z | Downloaded icu_normalizer_data v1.5.0 |
| 380 | 2025-09-20T23:27:25.566Z | Downloaded heck v0.5.0 |
| 381 | 2025-09-20T23:27:25.567Z | Downloaded fnv v1.0.7 |
| 382 | 2025-09-20T23:27:25.567Z | Downloaded clap v4.5.41 |
| 383 | 2025-09-20T23:27:25.567Z | Downloaded cfg-if v1.0.1 |
| 384 | 2025-09-20T23:27:25.567Z | Downloaded camino v1.2.0 |
| 385 | 2025-09-20T23:27:25.567Z | Downloaded url v2.5.4 |
| 386 | 2025-09-20T23:27:25.591Z | Downloaded smawk v0.3.2 |
| 387 | 2025-09-20T23:27:25.591Z | Downloaded proc-macro-error-attr v1.0.4 |
| 388 | 2025-09-20T23:27:25.591Z | Downloaded percent-encoding v2.3.2 |
| 389 | 2025-09-20T23:27:25.591Z | Downloaded macaddr v1.0.1 |
| 390 | 2025-09-20T23:27:25.591Z | Downloaded icu_provider v1.5.0 |
| 391 | 2025-09-20T23:27:25.591Z | Downloaded form_urlencoded v1.2.2 |
| 392 | 2025-09-20T23:27:25.591Z | Downloaded displaydoc v0.2.5 |
| 393 | 2025-09-20T23:27:25.591Z | Downloaded tinystr v0.7.6 |
| 394 | 2025-09-20T23:27:25.591Z | Downloaded thiserror-impl v2.0.16 |
| 395 | 2025-09-20T23:27:25.591Z | Downloaded zerofrom v0.1.4 |
| 396 | 2025-09-20T23:27:25.591Z | Downloaded write16 v1.0.0 |
| 397 | 2025-09-20T23:27:25.591Z | Downloaded unicode-linebreak v0.1.5 |
| 398 | 2025-09-20T23:27:25.591Z | Downloaded thiserror-impl v1.0.69 |
| 399 | 2025-09-20T23:27:25.591Z | Downloaded pest v2.7.14 |
| 400 | 2025-09-20T23:27:25.616Z | Downloaded memchr v2.7.4 |
| 401 | 2025-09-20T23:27:25.616Z | Downloaded heck v0.4.1 |
| 402 | 2025-09-20T23:27:25.616Z | Downloaded crypto-common v0.1.6 |
| 403 | 2025-09-20T23:27:25.616Z | Downloaded idna_adapter v1.2.0 |
| 404 | 2025-09-20T23:27:25.616Z | Downloaded icu_locid_transform_data v1.5.0 |
| 405 | 2025-09-20T23:27:25.616Z | Downloaded erased-serde v0.4.6 |
| 406 | 2025-09-20T23:27:25.616Z | Downloaded dof v0.3.0 |
| 407 | 2025-09-20T23:27:25.616Z | Downloaded cargo_toml v0.21.0 |
| 408 | 2025-09-20T23:27:25.616Z | Downloaded bitflags v2.9.1 |
| 409 | 2025-09-20T23:27:25.616Z | Downloaded version_check v0.9.5 |
| 410 | 2025-09-20T23:27:25.616Z | Downloaded typenum v1.17.0 |
| 411 | 2025-09-20T23:27:25.616Z | Downloaded toml_write v0.1.2 |
| 412 | 2025-09-20T23:27:25.641Z | Downloaded memmap v0.7.0 |
| 413 | 2025-09-20T23:27:25.641Z | Downloaded icu_locid_transform v1.5.0 |
| 414 | 2025-09-20T23:27:25.641Z | Downloaded generic-array v0.14.7 |
| 415 | 2025-09-20T23:27:25.641Z | Downloaded fastrand v2.1.1 |
| 416 | 2025-09-20T23:27:25.641Z | Downloaded dtrace-parser v0.2.0 |
| 417 | 2025-09-20T23:27:25.641Z | Downloaded digest v0.10.7 |
| 418 | 2025-09-20T23:27:25.641Z | Downloaded clap_lex v0.7.4 |
| 419 | 2025-09-20T23:27:25.641Z | Downloaded clap_builder v4.5.41 |
| 420 | 2025-09-20T23:27:25.641Z | Downloaded byteorder v1.5.0 |
| 421 | 2025-09-20T23:27:25.641Z | Downloaded writeable v0.5.5 |
| 422 | 2025-09-20T23:27:25.641Z | Downloaded utf8parse v0.2.2 |
| 423 | 2025-09-20T23:27:25.641Z | Downloaded utf16_iter v1.0.5 |
| 424 | 2025-09-20T23:27:25.642Z | Downloaded usdt-macro v0.5.0 |
| 425 | 2025-09-20T23:27:25.666Z | Downloaded usdt-attr-macro v0.5.0 |
| 426 | 2025-09-20T23:27:25.666Z | Downloaded unicode-ident v1.0.18 |
| 427 | 2025-09-20T23:27:25.666Z | Downloaded ucd-trie v0.1.7 |
| 428 | 2025-09-20T23:27:25.666Z | Downloaded toml v0.8.23 |
| 429 | 2025-09-20T23:27:25.666Z | Downloaded thread-id v4.2.2 |
| 430 | 2025-09-20T23:27:25.666Z | Downloaded thiserror v1.0.69 |
| 431 | 2025-09-20T23:27:25.666Z | Downloaded tabled v0.15.0 |
| 432 | 2025-09-20T23:27:25.691Z | Downloaded indexmap v2.11.0 |
| 433 | 2025-09-20T23:27:25.691Z | Downloaded icu_collections v1.5.0 |
| 434 | 2025-09-20T23:27:25.692Z | Downloaded goblin v0.8.2 |
| 435 | 2025-09-20T23:27:25.692Z | Downloaded errno v0.3.12 |
| 436 | 2025-09-20T23:27:25.692Z | Downloaded cargo-util-schemas v0.8.2 |
| 437 | 2025-09-20T23:27:25.692Z | Downloaded block-buffer v0.10.4 |
| 438 | 2025-09-20T23:27:25.716Z | Downloaded anyhow v1.0.99 |
| 439 | 2025-09-20T23:27:25.716Z | Downloaded anstyle-parse v0.2.5 |
| 440 | 2025-09-20T23:27:25.716Z | Downloaded anstyle v1.0.11 |
| 441 | 2025-09-20T23:27:25.716Z | Downloaded anstream v0.6.18 |
| 442 | 2025-09-20T23:27:25.716Z | Downloaded yoke v0.7.4 |
| 443 | 2025-09-20T23:27:25.716Z | Downloaded utf8_iter v1.0.4 |
| 444 | 2025-09-20T23:27:25.716Z | Downloaded usdt-impl v0.5.0 |
| 445 | 2025-09-20T23:27:25.716Z | Downloaded usdt v0.5.0 |
| 446 | 2025-09-20T23:27:25.716Z | Downloaded typeid v1.0.3 |
| 447 | 2025-09-20T23:27:25.717Z | Downloaded toml_datetime v0.6.11 |
| 448 | 2025-09-20T23:27:25.717Z | Downloaded thiserror v2.0.16 |
| 449 | 2025-09-20T23:27:25.717Z | Downloaded icu_properties v1.5.1 |
| 450 | 2025-09-20T23:27:25.741Z | Downloaded colorchoice v1.0.2 |
| 451 | 2025-09-20T23:27:25.742Z | Downloaded cargo_metadata v0.21.0 |
| 452 | 2025-09-20T23:27:25.742Z | Downloaded cargo-platform v0.2.0 |
| 453 | 2025-09-20T23:27:25.742Z | Downloaded anstyle-query v1.1.1 |
| 454 | 2025-09-20T23:27:25.742Z | Downloaded ryu v1.0.18 |
| 455 | 2025-09-20T23:27:25.742Z | Downloaded pest_derive v2.7.14 |
| 456 | 2025-09-20T23:27:25.742Z | Downloaded is_terminal_polyfill v1.70.1 |
| 457 | 2025-09-20T23:27:25.742Z | Downloaded idna v1.0.3 |
| 458 | 2025-09-20T23:27:25.742Z | Downloaded icu_normalizer v1.5.0 |
| 459 | 2025-09-20T23:27:25.742Z | Downloaded icu_locid v1.5.0 |
| 460 | 2025-09-20T23:27:25.766Z | Downloaded getrandom v0.3.1 |
| 461 | 2025-09-20T23:27:25.766Z | Downloaded clap_derive v4.5.41 |
| 462 | 2025-09-20T23:27:25.767Z | Downloaded bytecount v0.6.8 |
| 463 | 2025-09-20T23:27:25.767Z | Downloaded equivalent v1.0.2 |
| 464 | 2025-09-20T23:27:25.767Z | Downloaded camino-tempfile v1.4.1 |
| 465 | 2025-09-20T23:27:25.833Z | Compiling proc-macro2 v1.0.101 |
| 466 | 2025-09-20T23:27:25.833Z | Compiling unicode-ident v1.0.18 |
| 467 | 2025-09-20T23:27:25.857Z | Compiling serde_core v1.0.223 |
| 468 | 2025-09-20T23:27:25.857Z | Compiling serde v1.0.223 |
| 469 | 2025-09-20T23:27:25.857Z | Compiling version_check v0.9.5 |
| 470 | 2025-09-20T23:27:25.857Z | Compiling libc v0.2.174 |
| 471 | 2025-09-20T23:27:25.857Z | Compiling memchr v2.7.4 |
| 472 | 2025-09-20T23:27:25.857Z | Compiling stable_deref_trait v1.2.0 |
| 473 | 2025-09-20T23:27:26.093Z | Compiling thiserror v1.0.69 |
| 474 | 2025-09-20T23:27:26.236Z | Compiling litemap v0.7.3 |
| 475 | 2025-09-20T23:27:26.609Z | Compiling ryu v1.0.18 |
| 476 | 2025-09-20T23:27:26.644Z | Compiling autocfg v1.4.0 |
| 477 | 2025-09-20T23:27:27.108Z | Compiling writeable v0.5.5 |
| 478 | 2025-09-20T23:27:27.133Z | Compiling itoa v1.0.11 |
| 479 | 2025-09-20T23:27:27.333Z | Compiling ucd-trie v0.1.7 |
| 480 | 2025-09-20T23:27:27.388Z | Compiling once_cell v1.21.3 |
| 481 | 2025-09-20T23:27:27.615Z | Compiling byteorder v1.5.0 |
| 482 | 2025-09-20T23:27:27.687Z | Compiling bitflags v2.9.1 |
| 483 | 2025-09-20T23:27:27.750Z | Compiling icu_locid_transform_data v1.5.0 |
| 484 | 2025-09-20T23:27:27.877Z | Compiling serde_json v1.0.145 |
| 485 | 2025-09-20T23:27:28.068Z | Compiling quote v1.0.40 |
| 486 | 2025-09-20T23:27:28.098Z | Compiling errno v0.3.12 |
| 487 | 2025-09-20T23:27:28.134Z | Compiling icu_properties_data v1.5.0 |
| 488 | 2025-09-20T23:27:28.399Z | Compiling num-traits v0.2.19 |
| 489 | 2025-09-20T23:27:28.424Z | Compiling hashbrown v0.15.4 |
| 490 | 2025-09-20T23:27:28.457Z | Compiling syn v2.0.106 |
| 491 | 2025-09-20T23:27:28.511Z | Compiling utf8_iter v1.0.4 |
| 492 | 2025-09-20T23:27:28.699Z | Compiling typeid v1.0.3 |
| 493 | 2025-09-20T23:27:28.727Z | Compiling rustix v0.38.37 |
| 494 | 2025-09-20T23:27:28.758Z | Compiling equivalent v1.0.2 |
| 495 | 2025-09-20T23:27:28.938Z | Compiling icu_normalizer_data v1.5.0 |
| 496 | 2025-09-20T23:27:29.082Z | Compiling write16 v1.0.0 |
| 497 | 2025-09-20T23:27:29.158Z | Compiling smallvec v1.15.1 |
| 498 | 2025-09-20T23:27:29.243Z | Compiling utf16_iter v1.0.5 |
| 499 | 2025-09-20T23:27:29.460Z | Compiling indexmap v2.11.0 |
| 500 | 2025-09-20T23:27:29.522Z | Compiling proc-macro-error-attr v1.0.4 |
| 501 | 2025-09-20T23:27:29.552Z | Compiling usdt-impl v0.5.0 |
| 502 | 2025-09-20T23:27:29.774Z | Compiling toml_write v0.1.2 |
| 503 | 2025-09-20T23:27:29.849Z | Compiling winnow v0.7.10 |
| 504 | 2025-09-20T23:27:29.909Z | Compiling syn v1.0.109 |
| 505 | 2025-09-20T23:27:30.053Z | Compiling thread-id v4.2.2 |
| 506 | 2025-09-20T23:27:30.793Z | Compiling proc-macro-error v1.0.4 |
| 507 | 2025-09-20T23:27:30.863Z | Compiling rustix v1.0.7 |
| 508 | 2025-09-20T23:27:31.086Z | Compiling camino v1.2.0 |
| 509 | 2025-09-20T23:27:31.594Z | Compiling getrandom v0.3.1 |
| 510 | 2025-09-20T23:27:31.627Z | Compiling thiserror v2.0.16 |
| 511 | 2025-09-20T23:27:31.656Z | Compiling log v0.4.27 |
| 512 | 2025-09-20T23:27:31.885Z | Compiling utf8parse v0.2.2 |
| 513 | 2025-09-20T23:27:32.061Z | Compiling percent-encoding v2.3.2 |
| 514 | 2025-09-20T23:27:32.089Z | Compiling semver v1.0.26 |
| 515 | 2025-09-20T23:27:32.226Z | Compiling plain v0.2.3 |
| 516 | 2025-09-20T23:27:32.325Z | Compiling form_urlencoded v1.2.2 |
| 517 | 2025-09-20T23:27:32.422Z | Compiling anstyle-parse v0.2.5 |
| 518 | 2025-09-20T23:27:32.610Z | Compiling ordered-float v2.10.1 |
| 519 | 2025-09-20T23:27:32.747Z | Compiling terminal_size v0.4.0 |
| 520 | 2025-09-20T23:27:33.006Z | Compiling pretty-hex v0.4.1 |
| 521 | 2025-09-20T23:27:33.090Z | Compiling anstyle-query v1.1.1 |
| 522 | 2025-09-20T23:27:33.188Z | Compiling anstyle v1.0.11 |
| 523 | 2025-09-20T23:27:33.309Z | Compiling colorchoice v1.0.2 |
| 524 | 2025-09-20T23:27:33.338Z | Compiling is_terminal_polyfill v1.70.1 |
| 525 | 2025-09-20T23:27:33.373Z | Compiling cfg-if v1.0.1 |
| 526 | 2025-09-20T23:27:33.535Z | Compiling anstream v0.6.18 |
| 527 | 2025-09-20T23:27:33.831Z | Compiling fs-err v3.1.1 |
| 528 | 2025-09-20T23:27:33.925Z | Compiling fnv v1.0.7 |
| 529 | 2025-09-20T23:27:34.099Z | Compiling anyhow v1.0.99 |
| 530 | 2025-09-20T23:27:34.131Z | Compiling heck v0.4.1 |
| 531 | 2025-09-20T23:27:34.159Z | Compiling strsim v0.11.1 |
| 532 | 2025-09-20T23:27:34.489Z | Compiling heck v0.5.0 |
| 533 | 2025-09-20T23:27:34.539Z | Compiling synstructure v0.13.1 |
| 534 | 2025-09-20T23:27:34.645Z | Compiling clap_lex v0.7.4 |
| 535 | 2025-09-20T23:27:34.802Z | Compiling unicode-width v0.1.14 |
| 536 | 2025-09-20T23:27:34.924Z | Compiling unicode-xid v0.2.6 |
| 537 | 2025-09-20T23:27:35.187Z | Compiling bytecount v0.6.8 |
| 538 | 2025-09-20T23:27:35.440Z | Compiling fastrand v2.1.1 |
| 539 | 2025-09-20T23:27:35.515Z | Compiling papergrid v0.11.0 |
| 540 | 2025-09-20T23:27:35.553Z | Compiling clap_builder v4.5.41 |
| 541 | 2025-09-20T23:27:35.945Z | Compiling tempfile v3.20.0 |
| 542 | 2025-09-20T23:27:36.151Z | Compiling memmap v0.7.0 |
| 543 | 2025-09-20T23:27:36.180Z | Compiling smawk v0.3.2 |
| 544 | 2025-09-20T23:27:36.450Z | Compiling unicode-linebreak v0.1.5 |
| 545 | 2025-09-20T23:27:36.507Z | Compiling unicode-width v0.2.0 |
| 546 | 2025-09-20T23:27:36.751Z | Compiling camino-tempfile v1.4.1 |
| 547 | 2025-09-20T23:27:37.109Z | Compiling textwrap v0.16.2 |
| 548 | 2025-09-20T23:27:37.687Z | Compiling tabled_derive v0.7.0 |
| 549 | 2025-09-20T23:27:37.769Z | Compiling swrite v0.1.0 |
| 550 | 2025-09-20T23:27:37.886Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 551 | 2025-09-20T23:27:38.605Z | Compiling serde_derive v1.0.223 |
| 552 | 2025-09-20T23:27:38.635Z | Compiling zerofrom-derive v0.1.4 |
| 553 | 2025-09-20T23:27:38.675Z | Compiling yoke-derive v0.7.4 |
| 554 | 2025-09-20T23:27:38.702Z | Compiling thiserror-impl v1.0.69 |
| 555 | 2025-09-20T23:27:38.817Z | Compiling zerovec-derive v0.10.3 |
| 556 | 2025-09-20T23:27:39.261Z | Compiling displaydoc v0.2.5 |
| 557 | 2025-09-20T23:27:40.731Z | Compiling icu_provider_macros v1.5.0 |
| 558 | 2025-09-20T23:27:41.074Z | Compiling zerocopy-derive v0.7.35 |
| 559 | 2025-09-20T23:27:41.164Z | Compiling scroll_derive v0.12.0 |
| 560 | 2025-09-20T23:27:41.621Z | Compiling pest v2.7.14 |
| 561 | 2025-09-20T23:27:41.715Z | Compiling thiserror-impl v2.0.16 |
| 562 | 2025-09-20T23:27:41.838Z | Compiling zerofrom v0.1.4 |
| 563 | 2025-09-20T23:27:42.106Z | Compiling yoke v0.7.4 |
| 564 | 2025-09-20T23:27:42.458Z | Compiling zerovec v0.10.4 |
| 565 | 2025-09-20T23:27:42.504Z | Compiling scroll v0.12.0 |
| 566 | 2025-09-20T23:27:42.955Z | Compiling zerocopy v0.7.35 |
| 567 | 2025-09-20T23:27:43.049Z | Compiling clap_derive v4.5.41 |
| 568 | 2025-09-20T23:27:43.079Z | Compiling goblin v0.8.2 |
| 569 | 2025-09-20T23:27:43.693Z | Compiling tabled v0.15.0 |
| 570 | 2025-09-20T23:27:44.361Z | Compiling tinystr v0.7.6 |
| 571 | 2025-09-20T23:27:44.432Z | Compiling pest_meta v2.7.14 |
| 572 | 2025-09-20T23:27:44.458Z | Compiling icu_collections v1.5.0 |
| 573 | 2025-09-20T23:27:44.765Z | Compiling icu_locid v1.5.0 |
| 574 | 2025-09-20T23:27:45.705Z | Compiling pest_generator v2.7.14 |
| 575 | 2025-09-20T23:27:46.235Z | Compiling icu_provider v1.5.0 |
| 576 | 2025-09-20T23:27:46.378Z | Compiling toml_datetime v0.6.11 |
| 577 | 2025-09-20T23:27:46.596Z | Compiling serde_spanned v0.6.9 |
| 578 | 2025-09-20T23:27:46.623Z | Compiling dof v0.3.0 |
| 579 | 2025-09-20T23:27:46.936Z | Compiling icu_locid_transform v1.5.0 |
| 580 | 2025-09-20T23:27:46.964Z | Compiling toml_edit v0.22.27 |
| 581 | 2025-09-20T23:27:47.189Z | Compiling serde_tokenstream v0.2.2 |
| 582 | 2025-09-20T23:27:47.242Z | Compiling erased-serde v0.4.6 |
| 583 | 2025-09-20T23:27:47.741Z | Compiling serde-value v0.7.0 |
| 584 | 2025-09-20T23:27:48.167Z | Compiling icu_properties v1.5.1 |
| 585 | 2025-09-20T23:27:48.240Z | Compiling pest_derive v2.7.14 |
| 586 | 2025-09-20T23:27:48.285Z | Compiling serde-untagged v0.1.7 |
| 587 | 2025-09-20T23:27:48.507Z | Compiling cargo-platform v0.2.0 |
| 588 | 2025-09-20T23:27:49.002Z | Compiling clap v4.5.41 |
| 589 | 2025-09-20T23:27:49.037Z | Compiling dtrace-parser v0.2.0 |
| 590 | 2025-09-20T23:27:49.062Z | Compiling macaddr v1.0.1 |
| 591 | 2025-09-20T23:27:50.170Z | Compiling toml v0.8.23 |
| 592 | 2025-09-20T23:27:50.752Z | Compiling usdt-macro v0.5.0 |
| 593 | 2025-09-20T23:27:50.752Z | Compiling usdt-attr-macro v0.5.0 |
| 594 | 2025-09-20T23:27:51.035Z | Compiling cargo_toml v0.21.0 |
| 595 | 2025-09-20T23:27:51.416Z | Compiling icu_normalizer v1.5.0 |
| 596 | 2025-09-20T23:27:51.851Z | Compiling usdt v0.5.0 |
| 597 | 2025-09-20T23:27:52.249Z | Compiling idna_adapter v1.2.0 |
| 598 | 2025-09-20T23:27:52.421Z | Compiling idna v1.0.3 |
| 599 | 2025-09-20T23:27:52.945Z | Compiling url v2.5.4 |
| 600 | 2025-09-20T23:27:53.757Z | Compiling cargo-util-schemas v0.8.2 |
| 601 | 2025-09-20T23:27:55.622Z | Compiling cargo_metadata v0.21.0 |
| 602 | 2025-09-20T23:27:57.687Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 603 | 2025-09-20T23:28:01.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
| 604 | 2025-09-20T23:28:02.238Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 605 | 2025-09-20T23:28:03.217Z | Downloading crates ... |
| 606 | 2025-09-20T23:28:03.397Z | Downloaded crc32fast v1.4.2 |
| 607 | 2025-09-20T23:28:03.421Z | Downloaded cc v1.2.30 |
| 608 | 2025-09-20T23:28:03.421Z | Downloaded async-stream-impl v0.3.6 |
| 609 | 2025-09-20T23:28:03.421Z | Downloaded aead v0.5.2 |
| 610 | 2025-09-20T23:28:03.421Z | Downloaded arc-swap v1.7.1 |
| 611 | 2025-09-20T23:28:03.421Z | Downloaded indoc v2.0.6 |
| 612 | 2025-09-20T23:28:03.981Z | Downloaded group v0.13.0 |
| 613 | 2025-09-20T23:28:03.981Z | Downloaded radium v0.7.0 |
| 614 | 2025-09-20T23:28:03.981Z | Downloaded hashbrown v0.16.0 |
| 615 | 2025-09-20T23:28:03.981Z | Downloaded http v1.3.1 |
| 616 | 2025-09-20T23:28:03.981Z | Downloaded russh-cryptovec v0.7.3 |
| 617 | 2025-09-20T23:28:03.981Z | Downloaded heapless v0.8.0 |
| 618 | 2025-09-20T23:28:03.981Z | Downloaded serde_bytes v0.11.17 |
| 619 | 2025-09-20T23:28:03.981Z | Downloaded supports-color v3.0.2 |
| 620 | 2025-09-20T23:28:03.981Z | Downloaded strum_macros v0.27.1 |
| 621 | 2025-09-20T23:28:03.982Z | Downloaded postgres-protocol v0.6.8 |
| 622 | 2025-09-20T23:28:03.982Z | Downloaded toml_datetime v0.7.0 |
| 623 | 2025-09-20T23:28:03.982Z | Downloaded crunchy v0.2.2 |
| 624 | 2025-09-20T23:28:03.982Z | Downloaded num v0.4.3 |
| 625 | 2025-09-20T23:28:03.982Z | Downloaded derive_more v0.99.20 |
| 626 | 2025-09-20T23:28:03.982Z | Downloaded ssh-cipher v0.2.0 |
| 627 | 2025-09-20T23:28:03.982Z | Downloaded nibble_vec v0.1.0 |
| 628 | 2025-09-20T23:28:03.982Z | Downloaded dirs-next v2.0.0 |
| 629 | 2025-09-20T23:28:03.982Z | Downloaded rustls v0.21.12 |
| 630 | 2025-09-20T23:28:03.982Z | Downloaded rand_core v0.9.3 |
| 631 | 2025-09-20T23:28:03.982Z | Downloaded new_debug_unreachable v1.0.6 |
| 632 | 2025-09-20T23:28:03.982Z | Downloaded serde_with v3.14.0 |
| 633 | 2025-09-20T23:28:03.982Z | Downloaded termtree v0.5.1 |
| 634 | 2025-09-20T23:28:03.982Z | Downloaded memmap2 v0.9.5 |
| 635 | 2025-09-20T23:28:03.982Z | Downloaded uzers v0.12.1 |
| 636 | 2025-09-20T23:28:03.982Z | Downloaded scopeguard v1.2.0 |
| 637 | 2025-09-20T23:28:03.982Z | Downloaded pbkdf2 v0.12.2 |
| 638 | 2025-09-20T23:28:03.982Z | Downloaded tabwriter v1.4.0 |
| 639 | 2025-09-20T23:28:03.982Z | Downloaded progenitor-client v0.11.0 |
| 640 | 2025-09-20T23:28:03.982Z | Downloaded maplit v1.0.2 |
| 641 | 2025-09-20T23:28:03.982Z | Downloaded maybe-uninit v2.0.0 |
| 642 | 2025-09-20T23:28:03.982Z | Downloaded whoami v1.5.2 |
| 643 | 2025-09-20T23:28:03.982Z | Downloaded fxhash v0.2.1 |
| 644 | 2025-09-20T23:28:03.982Z | Downloaded ghash v0.5.1 |
| 645 | 2025-09-20T23:28:03.982Z | Downloaded prettyplease v0.2.36 |
| 646 | 2025-09-20T23:28:03.982Z | Downloaded zeroize v1.8.1 |
| 647 | 2025-09-20T23:28:03.982Z | Downloaded peg-runtime v0.8.5 |
| 648 | 2025-09-20T23:28:03.982Z | Downloaded signal-hook-tokio v0.3.1 |
| 649 | 2025-09-20T23:28:03.982Z | Downloaded pkg-config v0.3.31 |
| 650 | 2025-09-20T23:28:03.982Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 651 | 2025-09-20T23:28:03.982Z | Downloaded display-error-chain v0.2.2 |
| 652 | 2025-09-20T23:28:03.982Z | Downloaded zeroize_derive v1.4.2 |
| 653 | 2025-09-20T23:28:03.982Z | Downloaded document-features v0.2.11 |
| 654 | 2025-09-20T23:28:03.982Z | Downloaded testing_table v0.3.0 |
| 655 | 2025-09-20T23:28:03.982Z | Downloaded thiserror-no-std v2.0.2 |
| 656 | 2025-09-20T23:28:03.982Z | Downloaded thread_local v1.1.8 |
| 657 | 2025-09-20T23:28:03.982Z | Downloaded schemars v0.8.22 |
| 658 | 2025-09-20T23:28:03.982Z | Downloaded sigpipe v0.1.3 |
| 659 | 2025-09-20T23:28:03.982Z | Downloaded pkcs5 v0.7.1 |
| 660 | 2025-09-20T23:28:03.983Z | Downloaded test-strategy v0.4.3 |
| 661 | 2025-09-20T23:28:03.983Z | Downloaded gimli v0.31.1 |
| 662 | 2025-09-20T23:28:03.983Z | Downloaded tokio-util v0.7.15 |
| 663 | 2025-09-20T23:28:03.983Z | Downloaded time v0.3.43 |
| 664 | 2025-09-20T23:28:03.983Z | Downloaded git2 v0.19.0 |
| 665 | 2025-09-20T23:28:03.983Z | Downloaded salty v0.3.0 |
| 666 | 2025-09-20T23:28:03.983Z | Downloaded zerocopy v0.8.26 |
| 667 | 2025-09-20T23:28:04.007Z | Downloaded vcpkg v0.2.15 |
| 668 | 2025-09-20T23:28:04.007Z | Downloaded sled v0.34.7 |
| 669 | 2025-09-20T23:28:04.032Z | Downloaded petname v2.0.2 |
| 670 | 2025-09-20T23:28:04.032Z | Downloaded polar-core v0.27.3 |
| 671 | 2025-09-20T23:28:04.032Z | Downloaded smoltcp v0.11.0 |
| 672 | 2025-09-20T23:28:04.056Z | Downloaded rustls v0.22.4 |
| 673 | 2025-09-20T23:28:04.081Z | Downloaded object v0.36.5 |
| 674 | 2025-09-20T23:28:04.081Z | Downloaded chrono-tz v0.10.4 |
| 675 | 2025-09-20T23:28:04.107Z | Downloaded dropshot v0.16.4 |
| 676 | 2025-09-20T23:28:04.131Z | Downloaded tabled v0.20.0 |
| 677 | 2025-09-20T23:28:04.156Z | Downloaded tabled v0.18.0 |
| 678 | 2025-09-20T23:28:04.156Z | Downloaded typify-impl v0.4.3 |
| 679 | 2025-09-20T23:28:04.181Z | Downloaded typify-impl v0.3.0 |
| 680 | 2025-09-20T23:28:04.205Z | Downloaded typify-impl v0.2.0 |
| 681 | 2025-09-20T23:28:04.205Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 682 | 2025-09-20T23:28:04.231Z | Downloaded zerocopy-derive v0.6.6 |
| 683 | 2025-09-20T23:28:04.255Z | Downloaded ratatui v0.29.0 |
| 684 | 2025-09-20T23:28:04.280Z | Downloaded rustls-webpki v0.101.7 |
| 685 | 2025-09-20T23:28:04.280Z | Downloaded reedline v0.40.0 |
| 686 | 2025-09-20T23:28:04.305Z | Downloaded p384 v0.13.0 |
| 687 | 2025-09-20T23:28:04.305Z | Downloaded rustls v0.23.19 |
| 688 | 2025-09-20T23:28:04.329Z | Downloaded petgraph v0.6.5 |
| 689 | 2025-09-20T23:28:04.329Z | Downloaded regex-syntax v0.8.5 |
| 690 | 2025-09-20T23:28:04.354Z | Downloaded csv v1.3.1 |
| 691 | 2025-09-20T23:28:04.378Z | Downloaded rayon v1.10.0 |
| 692 | 2025-09-20T23:28:04.379Z | Downloaded futures-util v0.3.31 |
| 693 | 2025-09-20T23:28:04.403Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 694 | 2025-09-20T23:28:04.403Z | Downloaded moka v0.12.10 |
| 695 | 2025-09-20T23:28:04.427Z | Downloaded tokio v1.47.0 |
| 696 | 2025-09-20T23:28:04.453Z | Downloaded webpki-roots v1.0.1 |
| 697 | 2025-09-20T23:28:04.477Z | Downloaded petgraph v0.8.2 |
| 698 | 2025-09-20T23:28:04.502Z | Downloaded samael v0.0.19 |
| 699 | 2025-09-20T23:28:04.502Z | Downloaded tokio-postgres v0.7.13 |
| 700 | 2025-09-20T23:28:04.502Z | Downloaded winnow v0.5.40 |
| 701 | 2025-09-20T23:28:04.526Z | Downloaded regress v0.10.4 |
| 702 | 2025-09-20T23:28:04.526Z | Downloaded nix v0.30.1 |
| 703 | 2025-09-20T23:28:04.551Z | Downloaded nix v0.29.0 |
| 704 | 2025-09-20T23:28:04.551Z | Downloaded ed25519-dalek v2.1.1 |
| 705 | 2025-09-20T23:28:04.551Z | Downloaded rustls-webpki v0.102.8 |
| 706 | 2025-09-20T23:28:04.575Z | Downloaded predicates v3.1.3 |
| 707 | 2025-09-20T23:28:04.575Z | Downloaded pin-project-lite v0.2.14 |
| 708 | 2025-09-20T23:28:04.600Z | Downloaded pin-project-internal v1.1.6 |
| 709 | 2025-09-20T23:28:04.600Z | Downloaded pin-project v1.1.6 |
| 710 | 2025-09-20T23:28:04.600Z | Downloaded zip v0.6.6 |
| 711 | 2025-09-20T23:28:04.600Z | Downloaded zerocopy-derive v0.8.26 |
| 712 | 2025-09-20T23:28:04.624Z | Downloaded yansi v1.0.1 |
| 713 | 2025-09-20T23:28:04.624Z | Downloaded toml v0.7.8 |
| 714 | 2025-09-20T23:28:04.624Z | Downloaded elliptic-curve v0.13.8 |
| 715 | 2025-09-20T23:28:04.624Z | Downloaded rayon-core v1.12.1 |
| 716 | 2025-09-20T23:28:04.624Z | Downloaded x509-cert v0.2.5 |
| 717 | 2025-09-20T23:28:04.649Z | Downloaded pkcs8 v0.10.2 |
| 718 | 2025-09-20T23:28:04.649Z | Downloaded pkcs1 v0.7.5 |
| 719 | 2025-09-20T23:28:04.649Z | Downloaded papergrid v0.17.0 |
| 720 | 2025-09-20T23:28:04.649Z | Downloaded time-macros v0.2.24 |
| 721 | 2025-09-20T23:28:04.649Z | Downloaded zerocopy v0.6.6 |
| 722 | 2025-09-20T23:28:04.674Z | Downloaded ring v0.17.14 |
| 723 | 2025-09-20T23:28:04.699Z | Downloaded yasna v0.5.2 |
| 724 | 2025-09-20T23:28:04.723Z | Downloaded toml v0.9.5 |
| 725 | 2025-09-20T23:28:04.723Z | Downloaded futures v0.3.31 |
| 726 | 2025-09-20T23:28:04.723Z | Downloaded smoltcp v0.9.1 |
| 727 | 2025-09-20T23:28:04.723Z | Downloaded rpassword v7.4.0 |
| 728 | 2025-09-20T23:28:04.748Z | Downloaded num-bigint-dig v0.8.4 |
| 729 | 2025-09-20T23:28:04.748Z | Downloaded scheduled-thread-pool v0.2.7 |
| 730 | 2025-09-20T23:28:04.748Z | Downloaded encoding_rs v0.8.34 |
| 731 | 2025-09-20T23:28:04.773Z | Downloaded same-file v1.0.6 |
| 732 | 2025-09-20T23:28:04.773Z | Downloaded precomputed-hash v0.1.1 |
| 733 | 2025-09-20T23:28:04.773Z | Downloaded phf v0.12.1 |
| 734 | 2025-09-20T23:28:04.773Z | Downloaded phf v0.11.2 |
| 735 | 2025-09-20T23:28:04.773Z | Downloaded pem-rfc7468 v0.7.0 |
| 736 | 2025-09-20T23:28:04.773Z | Downloaded peg-macros v0.8.5 |
| 737 | 2025-09-20T23:28:04.773Z | Downloaded parking_lot v0.11.2 |
| 738 | 2025-09-20T23:28:04.773Z | Downloaded tokio-tungstenite v0.23.1 |
| 739 | 2025-09-20T23:28:04.773Z | Downloaded tokio-stream v0.1.17 |
| 740 | 2025-09-20T23:28:04.798Z | Downloaded tokio-rustls v0.26.0 |
| 741 | 2025-09-20T23:28:04.798Z | Downloaded tokio-rustls v0.24.1 |
| 742 | 2025-09-20T23:28:04.798Z | Downloaded dropshot_endpoint v0.16.4 |
| 743 | 2025-09-20T23:28:04.798Z | Downloaded rustyline v14.0.0 |
| 744 | 2025-09-20T23:28:04.798Z | Downloaded signature v2.2.0 |
| 745 | 2025-09-20T23:28:04.798Z | Downloaded pin-utils v0.1.0 |
| 746 | 2025-09-20T23:28:04.798Z | Downloaded phf_shared v0.11.2 |
| 747 | 2025-09-20T23:28:04.798Z | Downloaded pem v3.0.5 |
| 748 | 2025-09-20T23:28:04.798Z | Downloaded unicode-normalization v0.1.24 |
| 749 | 2025-09-20T23:28:04.823Z | Downloaded predicates-core v1.0.8 |
| 750 | 2025-09-20T23:28:04.823Z | Downloaded phf_shared v0.12.1 |
| 751 | 2025-09-20T23:28:04.823Z | Downloaded ssh-key v0.6.6 |
| 752 | 2025-09-20T23:28:04.823Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 753 | 2025-09-20T23:28:04.875Z | Downloaded tokio-native-tls v0.3.1 |
| 754 | 2025-09-20T23:28:04.901Z | Downloaded tokio-dtrace v0.1.0 |
| 755 | 2025-09-20T23:28:04.901Z | Downloaded time-core v0.1.6 |
| 756 | 2025-09-20T23:28:04.901Z | Downloaded futures-channel v0.3.31 |
| 757 | 2025-09-20T23:28:04.901Z | Downloaded fs_extra v1.3.0 |
| 758 | 2025-09-20T23:28:04.901Z | Downloaded fs-err v2.11.0 |
| 759 | 2025-09-20T23:28:04.901Z | Downloaded rustls-pki-types v1.10.0 |
| 760 | 2025-09-20T23:28:04.901Z | Downloaded steno v0.4.1 |
| 761 | 2025-09-20T23:28:04.901Z | Downloaded xz2 v0.1.7 |
| 762 | 2025-09-20T23:28:04.901Z | Downloaded tokio-tungstenite v0.21.0 |
| 763 | 2025-09-20T23:28:04.901Z | Downloaded tough v0.20.0 |
| 764 | 2025-09-20T23:28:04.926Z | Downloaded sqlparser v0.45.0 |
| 765 | 2025-09-20T23:28:04.926Z | Downloaded diesel_derives v2.2.3 |
| 766 | 2025-09-20T23:28:04.926Z | Downloaded tokio-rustls v0.25.0 |
| 767 | 2025-09-20T23:28:04.926Z | Downloaded md-5 v0.10.6 |
| 768 | 2025-09-20T23:28:04.926Z | Downloaded futures-macro v0.3.31 |
| 769 | 2025-09-20T23:28:04.926Z | Downloaded futures-executor v0.3.31 |
| 770 | 2025-09-20T23:28:04.950Z | Downloaded rustversion v1.0.22 |
| 771 | 2025-09-20T23:28:04.951Z | Downloaded rcgen v0.12.1 |
| 772 | 2025-09-20T23:28:04.951Z | Downloaded progenitor-impl v0.8.0 |
| 773 | 2025-09-20T23:28:04.951Z | Downloaded managed v0.8.0 |
| 774 | 2025-09-20T23:28:04.951Z | Downloaded progenitor v0.11.0 |
| 775 | 2025-09-20T23:28:04.951Z | Downloaded papergrid v0.14.0 |
| 776 | 2025-09-20T23:28:04.951Z | Downloaded quinn v0.11.5 |
| 777 | 2025-09-20T23:28:04.951Z | Downloaded openapiv3 v2.2.0 |
| 778 | 2025-09-20T23:28:04.975Z | Downloaded num-bigint v0.4.6 |
| 779 | 2025-09-20T23:28:04.975Z | Downloaded derive_more-impl v2.0.1 |
| 780 | 2025-09-20T23:28:04.975Z | Downloaded tokio-macros v2.5.0 |
| 781 | 2025-09-20T23:28:04.975Z | Downloaded futures-core v0.3.31 |
| 782 | 2025-09-20T23:28:04.975Z | Downloaded rusty-fork v0.3.0 |
| 783 | 2025-09-20T23:28:04.976Z | Downloaded uuid v1.18.1 |
| 784 | 2025-09-20T23:28:05.002Z | Downloaded tar v0.4.44 |
| 785 | 2025-09-20T23:28:05.002Z | Downloaded zlib-rs v0.5.1 |
| 786 | 2025-09-20T23:28:05.002Z | Downloaded socket2 v0.5.10 |
| 787 | 2025-09-20T23:28:05.002Z | Downloaded snafu v0.8.5 |
| 788 | 2025-09-20T23:28:05.002Z | Downloaded ron v0.7.1 |
| 789 | 2025-09-20T23:28:05.027Z | Downloaded nix v0.27.1 |
| 790 | 2025-09-20T23:28:05.027Z | Downloaded funty v2.0.0 |
| 791 | 2025-09-20T23:28:05.027Z | Downloaded dyn-clone v1.0.20 |
| 792 | 2025-09-20T23:28:05.027Z | Downloaded dsl_auto_type v0.1.2 |
| 793 | 2025-09-20T23:28:05.027Z | Downloaded salsa20 v0.10.2 |
| 794 | 2025-09-20T23:28:05.027Z | Downloaded xshell v0.2.7 |
| 795 | 2025-09-20T23:28:05.027Z | Downloaded winnow v0.6.26 |
| 796 | 2025-09-20T23:28:05.052Z | Downloaded vergen v8.3.2 |
| 797 | 2025-09-20T23:28:05.052Z | Downloaded value-bag v1.9.0 |
| 798 | 2025-09-20T23:28:05.052Z | Downloaded term v1.1.0 |
| 799 | 2025-09-20T23:28:05.052Z | Downloaded p521 v0.13.3 |
| 800 | 2025-09-20T23:28:05.052Z | Downloaded omicron-zone-package v0.12.2 |
| 801 | 2025-09-20T23:28:05.052Z | Downloaded wyz v0.5.1 |
| 802 | 2025-09-20T23:28:05.052Z | Downloaded diff v0.1.13 |
| 803 | 2025-09-20T23:28:05.077Z | Downloaded derive-where v1.5.0 |
| 804 | 2025-09-20T23:28:05.077Z | Downloaded curve25519-dalek v4.1.3 |
| 805 | 2025-09-20T23:28:05.077Z | Downloaded peg v0.8.5 |
| 806 | 2025-09-20T23:28:05.077Z | Downloaded futures-io v0.3.31 |
| 807 | 2025-09-20T23:28:05.077Z | Downloaded foreign-types-shared v0.3.1 |
| 808 | 2025-09-20T23:28:05.077Z | Downloaded match_cfg v0.1.0 |
| 809 | 2025-09-20T23:28:05.101Z | Downloaded progenitor v0.9.1 |
| 810 | 2025-09-20T23:28:05.101Z | Downloaded fixedbitset v0.4.2 |
| 811 | 2025-09-20T23:28:05.102Z | Downloaded tower-http v0.6.6 |
| 812 | 2025-09-20T23:28:05.102Z | Downloaded ron v0.8.1 |
| 813 | 2025-09-20T23:28:05.102Z | Downloaded nix v0.28.0 |
| 814 | 2025-09-20T23:28:05.126Z | Downloaded derive_more v2.0.1 |
| 815 | 2025-09-20T23:28:05.126Z | Downloaded der_derive v0.7.3 |
| 816 | 2025-09-20T23:28:05.126Z | Downloaded futures-sink v0.3.31 |
| 817 | 2025-09-20T23:28:05.126Z | Downloaded embedded-io v0.6.1 |
| 818 | 2025-09-20T23:28:05.126Z | Downloaded embedded-io v0.4.0 |
| 819 | 2025-09-20T23:28:05.126Z | Downloaded either v1.15.0 |
| 820 | 2025-09-20T23:28:05.126Z | Downloaded dunce v1.0.5 |
| 821 | 2025-09-20T23:28:05.151Z | Downloaded rustls-pemfile v2.2.0 |
| 822 | 2025-09-20T23:28:05.151Z | Downloaded rustls-pemfile v1.0.4 |
| 823 | 2025-09-20T23:28:05.151Z | Downloaded rustls-native-certs v0.8.1 |
| 824 | 2025-09-20T23:28:05.151Z | Downloaded ref-cast v1.0.24 |
| 825 | 2025-09-20T23:28:05.151Z | Downloaded rand_xorshift v0.4.0 |
| 826 | 2025-09-20T23:28:05.151Z | Downloaded rand_seeder v0.4.0 |
| 827 | 2025-09-20T23:28:05.151Z | Downloaded predicates-tree v1.0.12 |
| 828 | 2025-09-20T23:28:05.151Z | Downloaded getrandom v0.2.15 |
| 829 | 2025-09-20T23:28:05.151Z | Downloaded xshell-macros v0.2.7 |
| 830 | 2025-09-20T23:28:05.151Z | Downloaded vergen v9.0.6 |
| 831 | 2025-09-20T23:28:05.151Z | Downloaded pretty_assertions v1.4.1 |
| 832 | 2025-09-20T23:28:05.151Z | Downloaded pbkdf2 v0.11.0 |
| 833 | 2025-09-20T23:28:05.176Z | Downloaded ff v0.13.0 |
| 834 | 2025-09-20T23:28:05.176Z | Downloaded expectorate v1.2.0 |
| 835 | 2025-09-20T23:28:05.176Z | Downloaded ed25519 v2.2.3 |
| 836 | 2025-09-20T23:28:05.176Z | Downloaded termios v0.3.3 |
| 837 | 2025-09-20T23:28:05.176Z | Downloaded signal-hook-registry v1.4.2 |
| 838 | 2025-09-20T23:28:05.176Z | Downloaded packed_struct_codegen v0.10.1 |
| 839 | 2025-09-20T23:28:05.176Z | Downloaded multimap v0.10.1 |
| 840 | 2025-09-20T23:28:05.176Z | Downloaded static_assertions v1.1.0 |
| 841 | 2025-09-20T23:28:05.176Z | Downloaded sqlformat v0.3.5 |
| 842 | 2025-09-20T23:28:05.176Z | Downloaded spin v0.9.8 |
| 843 | 2025-09-20T23:28:05.176Z | Downloaded prefix-trie v0.7.0 |
| 844 | 2025-09-20T23:28:05.176Z | Downloaded tower v0.5.2 |
| 845 | 2025-09-20T23:28:05.201Z | Downloaded spki v0.7.3 |
| 846 | 2025-09-20T23:28:05.201Z | Downloaded smf v0.2.3 |
| 847 | 2025-09-20T23:28:05.201Z | Downloaded num-iter v0.1.45 |
| 848 | 2025-09-20T23:28:05.201Z | Downloaded nu-ansi-term v0.50.1 |
| 849 | 2025-09-20T23:28:05.201Z | Downloaded derive_builder v0.20.2 |
| 850 | 2025-09-20T23:28:05.201Z | Downloaded gethostname v0.5.0 |
| 851 | 2025-09-20T23:28:05.201Z | Downloaded which v4.4.2 |
| 852 | 2025-09-20T23:28:05.226Z | Downloaded vergen-lib v0.1.6 |
| 853 | 2025-09-20T23:28:05.226Z | Downloaded vergen-gitcl v1.0.8 |
| 854 | 2025-09-20T23:28:05.226Z | Downloaded topological-sort v0.2.2 |
| 855 | 2025-09-20T23:28:05.226Z | Downloaded unicode_categories v0.1.1 |
| 856 | 2025-09-20T23:28:05.226Z | Downloaded opaque-debug v0.3.1 |
| 857 | 2025-09-20T23:28:05.226Z | Downloaded num-conv v0.1.0 |
| 858 | 2025-09-20T23:28:05.226Z | Downloaded num-complex v0.4.6 |
| 859 | 2025-09-20T23:28:05.226Z | Downloaded futures-task v0.3.31 |
| 860 | 2025-09-20T23:28:05.226Z | Downloaded toml_writer v1.0.2 |
| 861 | 2025-09-20T23:28:05.226Z | Downloaded structmeta-derive v0.3.0 |
| 862 | 2025-09-20T23:28:05.226Z | Downloaded strip-ansi-escapes v0.2.0 |
| 863 | 2025-09-20T23:28:05.226Z | Downloaded string_cache v0.8.9 |
| 864 | 2025-09-20T23:28:05.226Z | Downloaded proc-macro-error2 v2.0.1 |
| 865 | 2025-09-20T23:28:05.226Z | Downloaded fatfs v0.3.6 |
| 866 | 2025-09-20T23:28:05.251Z | Downloaded minimal-lexical v0.2.1 |
| 867 | 2025-09-20T23:28:05.251Z | Downloaded foreign-types-shared v0.1.1 |
| 868 | 2025-09-20T23:28:05.251Z | Downloaded difflib v0.4.0 |
| 869 | 2025-09-20T23:28:05.251Z | Downloaded proptest v1.7.0 |
| 870 | 2025-09-20T23:28:05.251Z | Downloaded num_threads v0.1.7 |
| 871 | 2025-09-20T23:28:05.251Z | Downloaded num-derive v0.4.2 |
| 872 | 2025-09-20T23:28:05.251Z | Downloaded strum v0.26.3 |
| 873 | 2025-09-20T23:28:05.251Z | Downloaded structmeta v0.3.0 |
| 874 | 2025-09-20T23:28:05.276Z | Downloaded stringprep v0.1.5 |
| 875 | 2025-09-20T23:28:05.276Z | Downloaded simd-adler32 v0.3.7 |
| 876 | 2025-09-20T23:28:05.276Z | Downloaded primeorder v0.13.6 |
| 877 | 2025-09-20T23:28:05.276Z | Downloaded parking_lot v0.12.3 |
| 878 | 2025-09-20T23:28:05.276Z | Downloaded rand v0.9.2 |
| 879 | 2025-09-20T23:28:05.276Z | Downloaded foreign-types v0.3.2 |
| 880 | 2025-09-20T23:28:05.276Z | Downloaded want v0.3.1 |
| 881 | 2025-09-20T23:28:05.277Z | Downloaded sqlparser_derive v0.2.2 |
| 882 | 2025-09-20T23:28:05.277Z | Downloaded socket2 v0.6.0 |
| 883 | 2025-09-20T23:28:05.277Z | Downloaded num-rational v0.4.2 |
| 884 | 2025-09-20T23:28:05.277Z | Downloaded derive_builder_macro v0.20.2 |
| 885 | 2025-09-20T23:28:05.277Z | Downloaded derive-ex v0.1.8 |
| 886 | 2025-09-20T23:28:05.277Z | Downloaded deranged v0.5.3 |
| 887 | 2025-09-20T23:28:05.277Z | Downloaded sha3 v0.10.8 |
| 888 | 2025-09-20T23:28:05.301Z | Downloaded lzss v0.8.2 |
| 889 | 2025-09-20T23:28:05.302Z | Downloaded progenitor v0.8.0 |
| 890 | 2025-09-20T23:28:05.302Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 891 | 2025-09-20T23:28:05.302Z | Downloaded proc-macro-crate v1.3.1 |
| 892 | 2025-09-20T23:28:05.302Z | Downloaded password-hash v0.5.0 |
| 893 | 2025-09-20T23:28:05.302Z | Downloaded password-hash v0.4.2 |
| 894 | 2025-09-20T23:28:05.302Z | Downloaded parking_lot_core v0.9.10 |
| 895 | 2025-09-20T23:28:05.302Z | Downloaded parking_lot_core v0.8.6 |
| 896 | 2025-09-20T23:28:05.302Z | Downloaded unsafe-libyaml v0.2.11 |
| 897 | 2025-09-20T23:28:05.302Z | Downloaded foreign-types v0.5.0 |
| 898 | 2025-09-20T23:28:05.302Z | Downloaded dirs-sys-next v0.1.2 |
| 899 | 2025-09-20T23:28:05.327Z | Downloaded zip v4.2.0 |
| 900 | 2025-09-20T23:28:05.327Z | Downloaded snafu-derive v0.8.5 |
| 901 | 2025-09-20T23:28:05.327Z | Downloaded quick-xml v0.37.2 |
| 902 | 2025-09-20T23:28:05.327Z | Downloaded openssl-macros v0.1.1 |
| 903 | 2025-09-20T23:28:05.327Z | Downloaded openssl v0.10.73 |
| 904 | 2025-09-20T23:28:05.327Z | Downloaded object v0.30.4 |
| 905 | 2025-09-20T23:28:05.351Z | Downloaded number_prefix v0.4.0 |
| 906 | 2025-09-20T23:28:05.351Z | Downloaded num_enum v0.5.11 |
| 907 | 2025-09-20T23:28:05.351Z | Downloaded xattr v1.3.1 |
| 908 | 2025-09-20T23:28:05.351Z | Downloaded pretty-hex v0.2.1 |
| 909 | 2025-09-20T23:28:05.376Z | Downloaded paste v1.0.15 |
| 910 | 2025-09-20T23:28:05.376Z | Downloaded parse-display-derive v0.10.0 |
| 911 | 2025-09-20T23:28:05.376Z | Downloaded parse-display v0.10.0 |
| 912 | 2025-09-20T23:28:05.376Z | Downloaded env_logger v0.11.5 |
| 913 | 2025-09-20T23:28:05.376Z | Downloaded env_filter v0.1.2 |
| 914 | 2025-09-20T23:28:05.376Z | Downloaded ena v0.14.3 |
| 915 | 2025-09-20T23:28:05.376Z | Downloaded ecdsa v0.16.9 |
| 916 | 2025-09-20T23:28:05.376Z | Downloaded tagptr v0.2.0 |
| 917 | 2025-09-20T23:28:05.376Z | Downloaded progenitor-impl v0.11.0 |
| 918 | 2025-09-20T23:28:05.376Z | Downloaded progenitor-impl v0.9.1 |
| 919 | 2025-09-20T23:28:05.376Z | Downloaded p256 v0.13.2 |
| 920 | 2025-09-20T23:28:05.401Z | Downloaded openssl-sys v0.9.109 |
| 921 | 2025-09-20T23:28:05.401Z | Downloaded mio v1.0.2 |
| 922 | 2025-09-20T23:28:05.401Z | Downloaded miniz_oxide v0.8.5 |
| 923 | 2025-09-20T23:28:05.401Z | Downloaded ssh-encoding v0.2.0 |
| 924 | 2025-09-20T23:28:05.401Z | Downloaded reqwest v0.12.22 |
| 925 | 2025-09-20T23:28:05.426Z | Downloaded num-derive v0.3.3 |
| 926 | 2025-09-20T23:28:05.426Z | Downloaded des v0.8.1 |
| 927 | 2025-09-20T23:28:05.426Z | Downloaded unicode-properties v0.1.3 |
| 928 | 2025-09-20T23:28:05.426Z | Downloaded progenitor v0.10.0 |
| 929 | 2025-09-20T23:28:05.426Z | Downloaded parse-size v1.1.0 |
| 930 | 2025-09-20T23:28:05.426Z | Downloaded fd-lock v4.0.2 |
| 931 | 2025-09-20T23:28:05.426Z | Downloaded fallible-iterator v0.2.0 |
| 932 | 2025-09-20T23:28:05.426Z | Downloaded enum-as-inner v0.6.1 |
| 933 | 2025-09-20T23:28:05.426Z | Downloaded endian-type v0.1.2 |
| 934 | 2025-09-20T23:28:05.426Z | Downloaded utf-8 v0.7.6 |
| 935 | 2025-09-20T23:28:05.426Z | Downloaded untrusted v0.9.0 |
| 936 | 2025-09-20T23:28:05.426Z | Downloaded unit-prefix v0.5.1 |
| 937 | 2025-09-20T23:28:05.426Z | Downloaded signal-hook v0.3.18 |
| 938 | 2025-09-20T23:28:05.451Z | Downloaded progenitor-impl v0.10.0 |
| 939 | 2025-09-20T23:28:05.451Z | Downloaded oso v0.27.3 |
| 940 | 2025-09-20T23:28:05.451Z | Downloaded flate2 v1.1.2 |
| 941 | 2025-09-20T23:28:05.451Z | Downloaded smallvec v0.6.14 |
| 942 | 2025-09-20T23:28:05.451Z | Downloaded openssl-probe v0.1.5 |
| 943 | 2025-09-20T23:28:05.451Z | Downloaded num_enum_derive v0.5.11 |
| 944 | 2025-09-20T23:28:05.451Z | Downloaded diesel-dtrace v0.4.2 |
| 945 | 2025-09-20T23:28:05.451Z | Downloaded toml_parser v1.0.2 |
| 946 | 2025-09-20T23:28:05.451Z | Downloaded sync_wrapper v1.0.1 |
| 947 | 2025-09-20T23:28:05.451Z | Downloaded owo-colors v4.2.2 |
| 948 | 2025-09-20T23:28:05.476Z | Downloaded native-tls v0.2.12 |
| 949 | 2025-09-20T23:28:05.476Z | Downloaded nanorand v0.7.0 |
| 950 | 2025-09-20T23:28:05.476Z | Downloaded multer v3.1.0 |
| 951 | 2025-09-20T23:28:05.476Z | Downloaded olpc-cjson v0.1.4 |
| 952 | 2025-09-20T23:28:05.476Z | Downloaded num-integer v0.1.46 |
| 953 | 2025-09-20T23:28:05.476Z | Downloaded nom v7.1.3 |
| 954 | 2025-09-20T23:28:05.476Z | Downloaded unicode-truncate v1.1.0 |
| 955 | 2025-09-20T23:28:05.476Z | Downloaded unicode-bidi v0.3.17 |
| 956 | 2025-09-20T23:28:05.476Z | Downloaded shlex v1.3.0 |
| 957 | 2025-09-20T23:28:05.476Z | Downloaded regex-automata v0.4.8 |
| 958 | 2025-09-20T23:28:05.500Z | Downloaded regex v1.11.1 |
| 959 | 2025-09-20T23:28:05.525Z | Downloaded path-slash v0.1.5 |
| 960 | 2025-09-20T23:28:05.525Z | Downloaded filetime v0.2.25 |
| 961 | 2025-09-20T23:28:05.525Z | Downloaded untrusted v0.7.1 |
| 962 | 2025-09-20T23:28:05.525Z | Downloaded universal-hash v0.5.1 |
| 963 | 2025-09-20T23:28:05.525Z | Downloaded tower-service v0.3.3 |
| 964 | 2025-09-20T23:28:05.525Z | Downloaded tap v1.0.1 |
| 965 | 2025-09-20T23:28:05.525Z | Downloaded tabled_derive v0.11.0 |
| 966 | 2025-09-20T23:28:05.525Z | Downloaded tabled_derive v0.10.0 |
| 967 | 2025-09-20T23:28:05.525Z | Downloaded scrypt v0.11.0 |
| 968 | 2025-09-20T23:28:05.525Z | Downloaded zopfli v0.8.1 |
| 969 | 2025-09-20T23:28:05.525Z | Downloaded crossterm v0.29.0 |
| 970 | 2025-09-20T23:28:05.551Z | Downloaded crossterm v0.28.1 |
| 971 | 2025-09-20T23:28:05.551Z | Downloaded sync-ptr v0.1.4 |
| 972 | 2025-09-20T23:28:05.551Z | Downloaded serde_yaml v0.9.34+deprecated |
| 973 | 2025-09-20T23:28:05.551Z | Downloaded rustc-hash v2.1.1 |
| 974 | 2025-09-20T23:28:05.551Z | Downloaded rand_core v0.6.4 |
| 975 | 2025-09-20T23:28:05.551Z | Downloaded rand_chacha v0.9.0 |
| 976 | 2025-09-20T23:28:05.551Z | Downloaded progenitor-macro v0.11.0 |
| 977 | 2025-09-20T23:28:05.551Z | Downloaded progenitor-macro v0.8.0 |
| 978 | 2025-09-20T23:28:05.551Z | Downloaded oxnet v0.1.3 |
| 979 | 2025-09-20T23:28:05.551Z | Downloaded mime v0.3.17 |
| 980 | 2025-09-20T23:28:05.551Z | Downloaded memoffset v0.9.1 |
| 981 | 2025-09-20T23:28:05.576Z | Downloaded flume v0.11.1 |
| 982 | 2025-09-20T23:28:05.576Z | Downloaded bstr v1.10.0 |
| 983 | 2025-09-20T23:28:05.576Z | Downloaded tower-layer v0.3.3 |
| 984 | 2025-09-20T23:28:05.576Z | Downloaded term v0.7.0 |
| 985 | 2025-09-20T23:28:05.576Z | Downloaded take_mut v0.2.2 |
| 986 | 2025-09-20T23:28:05.576Z | Downloaded signal-hook-mio v0.2.4 |
| 987 | 2025-09-20T23:28:05.576Z | Downloaded schemars_derive v0.8.22 |
| 988 | 2025-09-20T23:28:05.576Z | Downloaded progenitor-macro v0.9.1 |
| 989 | 2025-09-20T23:28:05.601Z | Downloaded oso-derive v0.27.3 |
| 990 | 2025-09-20T23:28:05.601Z | Downloaded mime_guess v2.0.5 |
| 991 | 2025-09-20T23:28:05.601Z | Downloaded md5 v0.7.0 |
| 992 | 2025-09-20T23:28:05.601Z | Downloaded fixedbitset v0.5.7 |
| 993 | 2025-09-20T23:28:05.601Z | Downloaded shell-words v1.1.0 |
| 994 | 2025-09-20T23:28:05.601Z | Downloaded sha1 v0.10.6 |
| 995 | 2025-09-20T23:28:05.601Z | Downloaded foldhash v0.1.5 |
| 996 | 2025-09-20T23:28:05.601Z | Downloaded float-cmp v0.10.0 |
| 997 | 2025-09-20T23:28:05.601Z | Downloaded flagset v0.4.6 |
| 998 | 2025-09-20T23:28:05.601Z | Downloaded vte v0.11.1 |
| 999 | 2025-09-20T23:28:05.601Z | Downloaded vsss-rs v3.3.4 |
| 1000 | 2025-09-20T23:28:05.601Z | Downloaded slog v2.7.0 |
| 1001 | 2025-09-20T23:28:05.601Z | Downloaded similar v2.7.0 |
| 1002 | 2025-09-20T23:28:05.626Z | Downloaded der v0.7.9 |
| 1003 | 2025-09-20T23:28:05.626Z | Downloaded regex-syntax v0.6.29 |
| 1004 | 2025-09-20T23:28:05.626Z | Downloaded radix_trie v0.2.1 |
| 1005 | 2025-09-20T23:28:05.626Z | Downloaded lzma-sys v0.1.20 |
| 1006 | 2025-09-20T23:28:05.655Z | Downloaded rand_chacha v0.3.1 |
| 1007 | 2025-09-20T23:28:05.680Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1008 | 2025-09-20T23:28:05.680Z | Downloaded foldhash v0.2.0 |
| 1009 | 2025-09-20T23:28:05.680Z | Downloaded float-ord v0.3.2 |
| 1010 | 2025-09-20T23:28:05.680Z | Downloaded zstd v0.13.3 |
| 1011 | 2025-09-20T23:28:05.680Z | Downloaded zone v0.3.1 |
| 1012 | 2025-09-20T23:28:05.680Z | Downloaded zone v0.1.8 |
| 1013 | 2025-09-20T23:28:05.680Z | Downloaded waitgroup v0.1.2 |
| 1014 | 2025-09-20T23:28:05.680Z | Downloaded wait-timeout v0.2.0 |
| 1015 | 2025-09-20T23:28:05.680Z | Downloaded publicsuffix v2.3.0 |
| 1016 | 2025-09-20T23:28:05.680Z | Downloaded rustc_version v0.1.7 |
| 1017 | 2025-09-20T23:28:05.680Z | Downloaded rand v0.8.5 |
| 1018 | 2025-09-20T23:28:05.680Z | Downloaded libz-sys v1.1.20 |
| 1019 | 2025-09-20T23:28:05.705Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1020 | 2025-09-20T23:28:05.705Z | Downloaded zone_cfg_derive v0.1.2 |
| 1021 | 2025-09-20T23:28:05.705Z | Downloaded slog-stdlog v4.1.1 |
| 1022 | 2025-09-20T23:28:05.705Z | Downloaded slog-scope v4.4.0 |
| 1023 | 2025-09-20T23:28:05.705Z | Downloaded slog-envlogger v2.2.0 |
| 1024 | 2025-09-20T23:28:05.705Z | Downloaded slog-dtrace v0.3.0 |
| 1025 | 2025-09-20T23:28:05.705Z | Downloaded slog-async v2.8.0 |
| 1026 | 2025-09-20T23:28:05.730Z | Downloaded slab v0.4.9 |
| 1027 | 2025-09-20T23:28:05.730Z | Downloaded siphasher v0.3.11 |
| 1028 | 2025-09-20T23:28:05.730Z | Downloaded crypto-bigint v0.5.5 |
| 1029 | 2025-09-20T23:28:05.730Z | Downloaded rustc_version v0.4.1 |
| 1030 | 2025-09-20T23:28:05.730Z | Downloaded rustc-hash v1.1.0 |
| 1031 | 2025-09-20T23:28:05.730Z | Downloaded jiff v0.2.15 |
| 1032 | 2025-09-20T23:28:05.756Z | Downloaded chrono v0.4.41 |
| 1033 | 2025-09-20T23:28:05.756Z | Downloaded aws-lc-sys v0.26.0 |
| 1034 | 2025-09-20T23:28:05.965Z | Downloaded packed_struct v0.10.1 |
| 1035 | 2025-09-20T23:28:05.989Z | Downloaded foreign-types-macros v0.2.3 |
| 1036 | 2025-09-20T23:28:05.989Z | Downloaded zone_cfg_derive v0.3.0 |
| 1037 | 2025-09-20T23:28:05.989Z | Downloaded walkdir v2.5.0 |
| 1038 | 2025-09-20T23:28:05.989Z | Downloaded slog-term v2.9.2 |
| 1039 | 2025-09-20T23:28:05.989Z | Downloaded diesel v2.2.12 |
| 1040 | 2025-09-20T23:28:06.014Z | Downloaded darling_core v0.21.0 |
| 1041 | 2025-09-20T23:28:06.014Z | Downloaded typed-path v0.9.3 |
| 1042 | 2025-09-20T23:28:06.014Z | Downloaded r2d2 v0.8.10 |
| 1043 | 2025-09-20T23:28:06.014Z | Downloaded quinn-proto v0.11.8 |
| 1044 | 2025-09-20T23:28:06.039Z | Downloaded rfc6979 v0.4.0 |
| 1045 | 2025-09-20T23:28:06.039Z | Downloaded resolv-conf v0.7.0 |
| 1046 | 2025-09-20T23:28:06.039Z | Downloaded psl-types v2.0.11 |
| 1047 | 2025-09-20T23:28:06.039Z | Downloaded darling v0.21.0 |
| 1048 | 2025-09-20T23:28:06.039Z | Downloaded darling v0.20.10 |
| 1049 | 2025-09-20T23:28:06.039Z | Downloaded vte_generate_state_changes v0.1.2 |
| 1050 | 2025-09-20T23:28:06.039Z | Downloaded void v1.0.2 |
| 1051 | 2025-09-20T23:28:06.039Z | Downloaded slog-json v2.6.1 |
| 1052 | 2025-09-20T23:28:06.039Z | Downloaded slog-bunyan v2.5.0 |
| 1053 | 2025-09-20T23:28:06.039Z | Downloaded siphasher v1.0.1 |
| 1054 | 2025-09-20T23:28:06.039Z | Downloaded nodrop v0.1.14 |
| 1055 | 2025-09-20T23:28:06.039Z | Downloaded newtype-uuid v1.2.4 |
| 1056 | 2025-09-20T23:28:06.039Z | Downloaded csv-core v0.1.11 |
| 1057 | 2025-09-20T23:28:06.039Z | Downloaded tungstenite v0.21.0 |
| 1058 | 2025-09-20T23:28:06.064Z | Downloaded tracing v0.1.40 |
| 1059 | 2025-09-20T23:28:06.064Z | Downloaded newtype_derive v0.1.6 |
| 1060 | 2025-09-20T23:28:06.064Z | Downloaded newline-converter v0.3.0 |
| 1061 | 2025-09-20T23:28:06.064Z | Downloaded defmt-macros v0.3.9 |
| 1062 | 2025-09-20T23:28:06.064Z | Downloaded defmt v0.3.8 |
| 1063 | 2025-09-20T23:28:06.064Z | Downloaded data-encoding v2.9.0 |
| 1064 | 2025-09-20T23:28:06.064Z | Downloaded darling_macro v0.20.10 |
| 1065 | 2025-09-20T23:28:06.064Z | Downloaded darling_core v0.20.10 |
| 1066 | 2025-09-20T23:28:06.064Z | Downloaded daft v0.1.4 |
| 1067 | 2025-09-20T23:28:06.064Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1068 | 2025-09-20T23:28:06.089Z | Downloaded ctr v0.9.2 |
| 1069 | 2025-09-20T23:28:06.089Z | Downloaded cstr-argument v0.1.2 |
| 1070 | 2025-09-20T23:28:06.089Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1071 | 2025-09-20T23:28:06.089Z | Downloaded zstd-safe v7.2.3 |
| 1072 | 2025-09-20T23:28:06.089Z | Downloaded typify v0.4.3 |
| 1073 | 2025-09-20T23:28:06.089Z | Downloaded tungstenite v0.23.0 |
| 1074 | 2025-09-20T23:28:06.089Z | Downloaded tracing-core v0.1.32 |
| 1075 | 2025-09-20T23:28:06.089Z | Downloaded tracing-attributes v0.1.27 |
| 1076 | 2025-09-20T23:28:06.089Z | Downloaded toml_edit v0.19.15 |
| 1077 | 2025-09-20T23:28:06.114Z | Downloaded russh v0.45.0 |
| 1078 | 2025-09-20T23:28:06.114Z | Downloaded portable-atomic v1.11.0 |
| 1079 | 2025-09-20T23:28:06.139Z | Downloaded libxml v0.3.3 |
| 1080 | 2025-09-20T23:28:06.139Z | Downloaded lalrpop v0.19.12 |
| 1081 | 2025-09-20T23:28:06.139Z | Downloaded itertools v0.14.0 |
| 1082 | 2025-09-20T23:28:06.165Z | Downloaded itertools v0.12.1 |
| 1083 | 2025-09-20T23:28:06.165Z | Downloaded iri-string v0.7.8 |
| 1084 | 2025-09-20T23:28:06.165Z | Downloaded quick-error v1.2.3 |
| 1085 | 2025-09-20T23:28:06.165Z | Downloaded normalize-line-endings v0.3.0 |
| 1086 | 2025-09-20T23:28:06.165Z | Downloaded darling_macro v0.21.0 |
| 1087 | 2025-09-20T23:28:06.165Z | Downloaded daft-derive v0.1.4 |
| 1088 | 2025-09-20T23:28:06.165Z | Downloaded unicase v2.7.0 |
| 1089 | 2025-09-20T23:28:06.190Z | Downloaded typify-macro v0.2.0 |
| 1090 | 2025-09-20T23:28:06.190Z | Downloaded typify v0.3.0 |
| 1091 | 2025-09-20T23:28:06.190Z | Downloaded tinyvec v1.8.0 |
| 1092 | 2025-09-20T23:28:06.190Z | Downloaded itertools v0.13.0 |
| 1093 | 2025-09-20T23:28:06.190Z | Downloaded itertools v0.10.5 |
| 1094 | 2025-09-20T23:28:06.190Z | Downloaded hyper v1.7.0 |
| 1095 | 2025-09-20T23:28:06.215Z | Downloaded derive_builder_core v0.20.2 |
| 1096 | 2025-09-20T23:28:06.215Z | Downloaded defmt-parser v0.3.4 |
| 1097 | 2025-09-20T23:28:06.215Z | Downloaded debug-ignore v1.0.5 |
| 1098 | 2025-09-20T23:28:06.215Z | Downloaded unicode-segmentation v1.12.0 |
| 1099 | 2025-09-20T23:28:06.215Z | Downloaded typify v0.2.0 |
| 1100 | 2025-09-20T23:28:06.215Z | Downloaded twox-hash v2.1.0 |
| 1101 | 2025-09-20T23:28:06.215Z | Downloaded tui-tree-widget v0.23.1 |
| 1102 | 2025-09-20T23:28:06.215Z | Downloaded tls_codec_derive v0.4.1 |
| 1103 | 2025-09-20T23:28:06.215Z | Downloaded tiny-keccak v2.0.2 |
| 1104 | 2025-09-20T23:28:06.240Z | Downloaded subprocess v0.2.9 |
| 1105 | 2025-09-20T23:28:06.240Z | Downloaded strum_macros v0.26.4 |
| 1106 | 2025-09-20T23:28:06.240Z | Downloaded libm v0.2.8 |
| 1107 | 2025-09-20T23:28:06.240Z | Downloaded unarray v0.1.4 |
| 1108 | 2025-09-20T23:28:06.240Z | Downloaded typify-macro v0.4.3 |
| 1109 | 2025-09-20T23:28:06.240Z | Downloaded try-lock v0.2.5 |
| 1110 | 2025-09-20T23:28:06.240Z | Downloaded serde_with_macros v3.14.0 |
| 1111 | 2025-09-20T23:28:06.240Z | Downloaded serde_path_to_error v0.1.17 |
| 1112 | 2025-09-20T23:28:06.240Z | Downloaded serde_cbor v0.11.2 |
| 1113 | 2025-09-20T23:28:06.265Z | Downloaded qorb v0.4.1 |
| 1114 | 2025-09-20T23:28:06.265Z | Downloaded jiff-static v0.2.15 |
| 1115 | 2025-09-20T23:28:06.265Z | Downloaded typify-macro v0.3.0 |
| 1116 | 2025-09-20T23:28:06.265Z | Downloaded tinyvec_macros v0.1.1 |
| 1117 | 2025-09-20T23:28:06.265Z | Downloaded support-bundle-viewer v0.1.2 |
| 1118 | 2025-09-20T23:28:06.265Z | Downloaded subtle v2.6.1 |
| 1119 | 2025-09-20T23:28:06.265Z | Downloaded strum_macros v0.24.3 |
| 1120 | 2025-09-20T23:28:06.265Z | Downloaded serde_spanned v1.0.0 |
| 1121 | 2025-09-20T23:28:06.265Z | Downloaded serde_plain v1.0.2 |
| 1122 | 2025-09-20T23:28:06.265Z | Downloaded serde-hex v0.1.0 |
| 1123 | 2025-09-20T23:28:06.265Z | Downloaded secrecy v0.10.3 |
| 1124 | 2025-09-20T23:28:06.265Z | Downloaded sec1 v0.7.3 |
| 1125 | 2025-09-20T23:28:06.265Z | Downloaded russh-keys v0.45.0 |
| 1126 | 2025-09-20T23:28:06.265Z | Downloaded rtoolbox v0.0.2 |
| 1127 | 2025-09-20T23:28:06.290Z | Downloaded lru-cache v0.1.2 |
| 1128 | 2025-09-20T23:28:06.290Z | Downloaded lru v0.12.5 |
| 1129 | 2025-09-20T23:28:06.290Z | Downloaded lock_api v0.4.12 |
| 1130 | 2025-09-20T23:28:06.290Z | Downloaded linear-map v1.2.0 |
| 1131 | 2025-09-20T23:28:06.290Z | Downloaded libsw-core v0.3.1 |
| 1132 | 2025-09-20T23:28:06.290Z | Downloaded libsw v3.5.0 |
| 1133 | 2025-09-20T23:28:06.290Z | Downloaded libloading v0.8.5 |
| 1134 | 2025-09-20T23:28:06.290Z | Downloaded libefi-sys v0.1.0 |
| 1135 | 2025-09-20T23:28:06.290Z | Downloaded lalrpop-util v0.19.12 |
| 1136 | 2025-09-20T23:28:06.290Z | Downloaded jobserver v0.1.32 |
| 1137 | 2025-09-20T23:28:06.290Z | Downloaded is-terminal v0.4.13 |
| 1138 | 2025-09-20T23:28:06.290Z | Downloaded ipnet v2.11.0 |
| 1139 | 2025-09-20T23:28:06.290Z | Downloaded internet-checksum v0.2.1 |
| 1140 | 2025-09-20T23:28:06.290Z | Downloaded inout v0.1.3 |
| 1141 | 2025-09-20T23:28:06.290Z | Downloaded ingot-types v0.1.2 |
| 1142 | 2025-09-20T23:28:06.290Z | Downloaded ingot v0.1.1 |
| 1143 | 2025-09-20T23:28:06.315Z | Downloaded hickory-server v0.25.2 |
| 1144 | 2025-09-20T23:28:06.315Z | Downloaded bitvec v1.0.1 |
| 1145 | 2025-09-20T23:28:06.315Z | Downloaded tls_codec v0.4.1 |
| 1146 | 2025-09-20T23:28:06.315Z | Downloaded serde-big-array v0.5.1 |
| 1147 | 2025-09-20T23:28:06.340Z | Downloaded rustc-demangle v0.1.24 |
| 1148 | 2025-09-20T23:28:06.340Z | Downloaded lockfree-object-pool v0.1.6 |
| 1149 | 2025-09-20T23:28:06.340Z | Downloaded litrs v0.4.1 |
| 1150 | 2025-09-20T23:28:06.340Z | Downloaded libscf-sys v1.1.0 |
| 1151 | 2025-09-20T23:28:06.340Z | Downloaded kstat-rs v0.2.4 |
| 1152 | 2025-09-20T23:28:06.340Z | Downloaded instant v0.1.13 |
| 1153 | 2025-09-20T23:28:06.340Z | Downloaded iddqd v0.3.13 |
| 1154 | 2025-09-20T23:28:06.340Z | Downloaded crossbeam-channel v0.5.15 |
| 1155 | 2025-09-20T23:28:06.340Z | Downloaded bytes v1.10.1 |
| 1156 | 2025-09-20T23:28:06.364Z | Downloaded keccak v0.1.5 |
| 1157 | 2025-09-20T23:28:06.365Z | Downloaded crossbeam-epoch v0.9.18 |
| 1158 | 2025-09-20T23:28:06.365Z | Downloaded crc-any v2.5.0 |
| 1159 | 2025-09-20T23:28:06.365Z | Downloaded const_format v0.2.34 |
| 1160 | 2025-09-20T23:28:06.365Z | Downloaded blake3 v1.5.4 |
| 1161 | 2025-09-20T23:28:06.365Z | Downloaded ref-cast-impl v1.0.24 |
| 1162 | 2025-09-20T23:28:06.365Z | Downloaded quinn-udp v0.5.5 |
| 1163 | 2025-09-20T23:28:06.365Z | Downloaded progenitor-macro v0.10.0 |
| 1164 | 2025-09-20T23:28:06.389Z | Downloaded postgres-types v0.2.9 |
| 1165 | 2025-09-20T23:28:06.389Z | Downloaded postcard v1.0.10 |
| 1166 | 2025-09-20T23:28:06.389Z | Downloaded poly1305 v0.8.0 |
| 1167 | 2025-09-20T23:28:06.389Z | Downloaded linked-hash-map v0.5.6 |
| 1168 | 2025-09-20T23:28:06.389Z | Downloaded libz-rs-sys v0.5.1 |
| 1169 | 2025-09-20T23:28:06.389Z | Downloaded lazycell v1.3.0 |
| 1170 | 2025-09-20T23:28:06.390Z | Downloaded lazy_static v1.5.0 |
| 1171 | 2025-09-20T23:28:06.390Z | Downloaded is_ci v1.2.0 |
| 1172 | 2025-09-20T23:28:06.390Z | Downloaded ipnetwork v0.21.1 |
| 1173 | 2025-09-20T23:28:06.390Z | Downloaded instability v0.3.2 |
| 1174 | 2025-09-20T23:28:06.390Z | Downloaded ingot-macros v0.1.1 |
| 1175 | 2025-09-20T23:28:06.390Z | Downloaded indoc v1.0.9 |
| 1176 | 2025-09-20T23:28:06.390Z | Downloaded indicatif v0.18.0 |
| 1177 | 2025-09-20T23:28:06.415Z | Downloaded indicatif v0.17.11 |
| 1178 | 2025-09-20T23:28:06.415Z | Downloaded indent_write v2.2.0 |
| 1179 | 2025-09-20T23:28:06.415Z | Downloaded ident_case v1.0.1 |
| 1180 | 2025-09-20T23:28:06.415Z | Downloaded iana-time-zone v0.1.63 |
| 1181 | 2025-09-20T23:28:06.415Z | Downloaded hyper-util v0.1.16 |
| 1182 | 2025-09-20T23:28:06.415Z | Downloaded hyper-staticfile v0.10.1 |
| 1183 | 2025-09-20T23:28:06.415Z | Downloaded hyper-rustls v0.27.7 |
| 1184 | 2025-09-20T23:28:06.415Z | Downloaded humantime v2.2.0 |
| 1185 | 2025-09-20T23:28:06.415Z | Downloaded hubpack_derive v0.1.1 |
| 1186 | 2025-09-20T23:28:06.415Z | Downloaded home v0.5.9 |
| 1187 | 2025-09-20T23:28:06.439Z | Downloaded highway v1.3.0 |
| 1188 | 2025-09-20T23:28:06.439Z | Downloaded hickory-proto v0.25.2 |
| 1189 | 2025-09-20T23:28:06.439Z | Downloaded heapless v0.7.17 |
| 1190 | 2025-09-20T23:28:06.439Z | Downloaded glob v0.3.2 |
| 1191 | 2025-09-20T23:28:06.464Z | Downloaded console v0.15.10 |
| 1192 | 2025-09-20T23:28:06.464Z | Downloaded compact_str v0.8.0 |
| 1193 | 2025-09-20T23:28:06.464Z | Downloaded clang-sys v1.8.1 |
| 1194 | 2025-09-20T23:28:06.464Z | Downloaded buf-list v1.0.3 |
| 1195 | 2025-09-20T23:28:06.464Z | Downloaded strum v0.27.2 |
| 1196 | 2025-09-20T23:28:06.464Z | Downloaded serde_urlencoded v0.7.1 |
| 1197 | 2025-09-20T23:28:06.464Z | Downloaded serde_repr v0.1.19 |
| 1198 | 2025-09-20T23:28:06.464Z | Downloaded serde_derive_internals v0.29.1 |
| 1199 | 2025-09-20T23:28:06.464Z | Downloaded semver v0.1.20 |
| 1200 | 2025-09-20T23:28:06.464Z | Downloaded secrecy v0.8.0 |
| 1201 | 2025-09-20T23:28:06.464Z | Downloaded sct v0.7.1 |
| 1202 | 2025-09-20T23:28:06.464Z | Downloaded rsa v0.9.6 |
| 1203 | 2025-09-20T23:28:06.489Z | Downloaded progenitor-client v0.10.0 |
| 1204 | 2025-09-20T23:28:06.489Z | Downloaded progenitor-client v0.9.1 |
| 1205 | 2025-09-20T23:28:06.489Z | Downloaded progenitor-client v0.8.0 |
| 1206 | 2025-09-20T23:28:06.489Z | Downloaded ppv-lite86 v0.2.20 |
| 1207 | 2025-09-20T23:28:06.489Z | Downloaded powerfmt v0.2.0 |
| 1208 | 2025-09-20T23:28:06.489Z | Downloaded polyval v0.6.2 |
| 1209 | 2025-09-20T23:28:06.489Z | Downloaded indexmap v1.9.3 |
| 1210 | 2025-09-20T23:28:06.489Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1211 | 2025-09-20T23:28:06.489Z | Downloaded ignore v0.4.23 |
| 1212 | 2025-09-20T23:28:06.489Z | Downloaded hyper-tls v0.6.0 |
| 1213 | 2025-09-20T23:28:06.489Z | Downloaded hubpack v0.1.2 |
| 1214 | 2025-09-20T23:28:06.489Z | Downloaded httpdate v1.0.3 |
| 1215 | 2025-09-20T23:28:06.489Z | Downloaded httparse v1.9.5 |
| 1216 | 2025-09-20T23:28:06.514Z | Downloaded http-range v0.1.5 |
| 1217 | 2025-09-20T23:28:06.514Z | Downloaded http-body-util v0.1.3 |
| 1218 | 2025-09-20T23:28:06.514Z | Downloaded http-body v1.0.1 |
| 1219 | 2025-09-20T23:28:06.514Z | Downloaded hickory-resolver v0.25.2 |
| 1220 | 2025-09-20T23:28:06.514Z | Downloaded hickory-resolver v0.24.4 |
| 1221 | 2025-09-20T23:28:06.514Z | Downloaded hickory-client v0.25.2 |
| 1222 | 2025-09-20T23:28:06.514Z | Downloaded heck v0.3.3 |
| 1223 | 2025-09-20T23:28:06.514Z | Downloaded convert_case v0.7.1 |
| 1224 | 2025-09-20T23:28:06.514Z | Downloaded const_format_proc_macros v0.2.34 |
| 1225 | 2025-09-20T23:28:06.514Z | Downloaded const-oid v0.9.6 |
| 1226 | 2025-09-20T23:28:06.539Z | Downloaded console v0.16.0 |
| 1227 | 2025-09-20T23:28:06.539Z | Downloaded colored v2.2.0 |
| 1228 | 2025-09-20T23:28:06.539Z | Downloaded cmake v0.1.51 |
| 1229 | 2025-09-20T23:28:06.539Z | Downloaded chacha20poly1305 v0.10.1 |
| 1230 | 2025-09-20T23:28:06.539Z | Downloaded chacha20 v0.9.1 |
| 1231 | 2025-09-20T23:28:06.539Z | Downloaded cbc v0.1.2 |
| 1232 | 2025-09-20T23:28:06.539Z | Downloaded cargo-platform v0.1.8 |
| 1233 | 2025-09-20T23:28:06.539Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1234 | 2025-09-20T23:28:06.539Z | Downloaded bumpalo v3.16.0 |
| 1235 | 2025-09-20T23:28:06.539Z | Downloaded hmac v0.12.1 |
| 1236 | 2025-09-20T23:28:06.539Z | Downloaded hkdf v0.12.4 |
| 1237 | 2025-09-20T23:28:06.539Z | Downloaded hickory-proto v0.24.4 |
| 1238 | 2025-09-20T23:28:06.564Z | Downloaded hex-literal v0.4.1 |
| 1239 | 2025-09-20T23:28:06.564Z | Downloaded hex v0.4.3 |
| 1240 | 2025-09-20T23:28:06.564Z | Downloaded crossbeam-deque v0.8.5 |
| 1241 | 2025-09-20T23:28:06.564Z | Downloaded critical-section v1.1.3 |
| 1242 | 2025-09-20T23:28:06.564Z | Downloaded crc8 v0.1.1 |
| 1243 | 2025-09-20T23:28:06.564Z | Downloaded crc-catalog v2.4.0 |
| 1244 | 2025-09-20T23:28:06.564Z | Downloaded crc v3.2.1 |
| 1245 | 2025-09-20T23:28:06.564Z | Downloaded cookie v0.18.1 |
| 1246 | 2025-09-20T23:28:06.589Z | Downloaded constant_time_eq v0.3.1 |
| 1247 | 2025-09-20T23:28:06.589Z | Downloaded cipher v0.4.4 |
| 1248 | 2025-09-20T23:28:06.589Z | Downloaded ciborium-ll v0.2.2 |
| 1249 | 2025-09-20T23:28:06.589Z | Downloaded ciborium v0.2.2 |
| 1250 | 2025-09-20T23:28:06.589Z | Downloaded cfg_aliases v0.2.1 |
| 1251 | 2025-09-20T23:28:06.589Z | Downloaded cexpr v0.6.0 |
| 1252 | 2025-09-20T23:28:06.589Z | Downloaded castaway v0.2.3 |
| 1253 | 2025-09-20T23:28:06.589Z | Downloaded cassowary v0.3.0 |
| 1254 | 2025-09-20T23:28:06.589Z | Downloaded cargo_metadata v0.18.1 |
| 1255 | 2025-09-20T23:28:06.589Z | Downloaded cancel-safe-futures v0.1.5 |
| 1256 | 2025-09-20T23:28:06.589Z | Downloaded bzip2 v0.4.4 |
| 1257 | 2025-09-20T23:28:06.589Z | Downloaded blowfish v0.9.1 |
| 1258 | 2025-09-20T23:28:06.590Z | Downloaded block-padding v0.3.3 |
| 1259 | 2025-09-20T23:28:06.590Z | Downloaded ciborium-io v0.2.2 |
| 1260 | 2025-09-20T23:28:06.590Z | Downloaded cfg_aliases v0.1.1 |
| 1261 | 2025-09-20T23:28:06.614Z | Downloaded headers-core v0.3.0 |
| 1262 | 2025-09-20T23:28:06.614Z | Downloaded bitfield-struct v0.6.2 |
| 1263 | 2025-09-20T23:28:06.615Z | Downloaded bitfield-macros v0.19.2 |
| 1264 | 2025-09-20T23:28:06.615Z | Downloaded assert_matches v1.5.0 |
| 1265 | 2025-09-20T23:28:06.615Z | Downloaded argon2 v0.5.3 |
| 1266 | 2025-09-20T23:28:06.615Z | Downloaded hostname v0.3.1 |
| 1267 | 2025-09-20T23:28:06.615Z | Downloaded blake2 v0.10.6 |
| 1268 | 2025-09-20T23:28:06.615Z | Downloaded bit-vec v0.6.3 |
| 1269 | 2025-09-20T23:28:06.615Z | Downloaded bindgen v0.69.5 |
| 1270 | 2025-09-20T23:28:06.615Z | Downloaded bcs v0.1.6 |
| 1271 | 2025-09-20T23:28:06.615Z | Downloaded base64 v0.22.1 |
| 1272 | 2025-09-20T23:28:06.640Z | Downloaded aws-lc-rs v1.12.4 |
| 1273 | 2025-09-20T23:28:06.640Z | Downloaded atty v0.2.14 |
| 1274 | 2025-09-20T23:28:06.640Z | Downloaded arrayref v0.3.9 |
| 1275 | 2025-09-20T23:28:06.640Z | Downloaded hashbrown v0.12.3 |
| 1276 | 2025-09-20T23:28:06.640Z | Downloaded half v1.8.3 |
| 1277 | 2025-09-20T23:28:06.640Z | Downloaded h2 v0.4.6 |
| 1278 | 2025-09-20T23:28:06.665Z | Downloaded globwalk v0.9.1 |
| 1279 | 2025-09-20T23:28:06.665Z | Downloaded bitflags v1.3.2 |
| 1280 | 2025-09-20T23:28:06.665Z | Downloaded bitfield v0.19.2 |
| 1281 | 2025-09-20T23:28:06.665Z | Downloaded bit-vec v0.8.0 |
| 1282 | 2025-09-20T23:28:06.665Z | Downloaded bit-set v0.8.0 |
| 1283 | 2025-09-20T23:28:06.665Z | Downloaded bit-set v0.5.3 |
| 1284 | 2025-09-20T23:28:06.665Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1285 | 2025-09-20T23:28:06.665Z | Downloaded bb8 v0.8.5 |
| 1286 | 2025-09-20T23:28:06.665Z | Downloaded base64 v0.21.7 |
| 1287 | 2025-09-20T23:28:06.665Z | Downloaded base64 v0.13.1 |
| 1288 | 2025-09-20T23:28:06.665Z | Downloaded backtrace v0.3.74 |
| 1289 | 2025-09-20T23:28:06.690Z | Downloaded backoff v0.4.0 |
| 1290 | 2025-09-20T23:28:06.690Z | Downloaded atomicwrites v0.4.4 |
| 1291 | 2025-09-20T23:28:06.690Z | Downloaded atomic-waker v1.1.2 |
| 1292 | 2025-09-20T23:28:06.690Z | Downloaded async-trait v0.1.89 |
| 1293 | 2025-09-20T23:28:06.690Z | Downloaded async-bb8-diesel v0.2.1 |
| 1294 | 2025-09-20T23:28:06.690Z | Downloaded array-init v0.0.4 |
| 1295 | 2025-09-20T23:28:06.690Z | Downloaded aho-corasick v1.1.3 |
| 1296 | 2025-09-20T23:28:06.690Z | Downloaded headers v0.4.1 |
| 1297 | 2025-09-20T23:28:06.715Z | Downloaded hashbrown v0.13.2 |
| 1298 | 2025-09-20T23:28:06.715Z | Downloaded hash32 v0.3.1 |
| 1299 | 2025-09-20T23:28:06.715Z | Downloaded base64ct v1.6.0 |
| 1300 | 2025-09-20T23:28:06.715Z | Downloaded base16ct v0.2.0 |
| 1301 | 2025-09-20T23:28:06.715Z | Downloaded async-recursion v1.1.1 |
| 1302 | 2025-09-20T23:28:06.715Z | Downloaded ascii-canvas v3.0.0 |
| 1303 | 2025-09-20T23:28:06.715Z | Downloaded aes-gcm v0.10.3 |
| 1304 | 2025-09-20T23:28:06.715Z | Downloaded aes v0.8.4 |
| 1305 | 2025-09-20T23:28:06.715Z | Downloaded globset v0.4.15 |
| 1306 | 2025-09-20T23:28:06.715Z | Downloaded crossbeam-utils v0.8.21 |
| 1307 | 2025-09-20T23:28:06.739Z | Downloaded allocator-api2 v0.2.21 |
| 1308 | 2025-09-20T23:28:06.739Z | Downloaded hostname v0.4.0 |
| 1309 | 2025-09-20T23:28:06.739Z | Downloaded hash32 v0.2.1 |
| 1310 | 2025-09-20T23:28:06.739Z | Downloaded half v2.4.1 |
| 1311 | 2025-09-20T23:28:06.739Z | Downloaded ahash v0.8.12 |
| 1312 | 2025-09-20T23:28:06.739Z | Downloaded adler2 v2.0.0 |
| 1313 | 2025-09-20T23:28:06.740Z | Downloaded addr2line v0.24.2 |
| 1314 | 2025-09-20T23:28:06.740Z | Downloaded cookie_store v0.21.1 |
| 1315 | 2025-09-20T23:28:06.740Z | Downloaded convert_case v0.4.0 |
| 1316 | 2025-09-20T23:28:06.740Z | Downloaded cobs v0.2.3 |
| 1317 | 2025-09-20T23:28:06.740Z | Downloaded bzip2 v0.5.2 |
| 1318 | 2025-09-20T23:28:06.740Z | Downloaded bindgen v0.71.1 |
| 1319 | 2025-09-20T23:28:06.765Z | Downloaded async-stream v0.3.6 |
| 1320 | 2025-09-20T23:28:06.765Z | Downloaded arrayvec v0.7.6 |
| 1321 | 2025-09-20T23:28:07.043Z | Compiling value-bag v1.9.0 |
| 1322 | 2025-09-20T23:28:07.043Z | Compiling shlex v1.3.0 |
| 1323 | 2025-09-20T23:28:07.043Z | Compiling lock_api v0.4.12 |
| 1324 | 2025-09-20T23:28:07.068Z | Compiling scopeguard v1.2.0 |
| 1325 | 2025-09-20T23:28:07.068Z | Compiling typenum v1.17.0 |
| 1326 | 2025-09-20T23:28:07.068Z | Compiling syn v2.0.106 |
| 1327 | 2025-09-20T23:28:07.068Z | Compiling getrandom v0.2.15 |
| 1328 | 2025-09-20T23:28:07.068Z | Compiling jobserver v0.1.32 |
| 1329 | 2025-09-20T23:28:07.462Z | Compiling rand_core v0.6.4 |
| 1330 | 2025-09-20T23:28:07.579Z | Compiling generic-array v0.14.7 |
| 1331 | 2025-09-20T23:28:07.605Z | Compiling smallvec v1.15.1 |
| 1332 | 2025-09-20T23:28:07.650Z | Compiling log v0.4.27 |
| 1333 | 2025-09-20T23:28:07.770Z | Compiling cc v1.2.30 |
| 1334 | 2025-09-20T23:28:08.048Z | Compiling portable-atomic v1.11.0 |
| 1335 | 2025-09-20T23:28:08.072Z | Compiling subtle v2.6.1 |
| 1336 | 2025-09-20T23:28:08.110Z | Compiling critical-section v1.1.3 |
| 1337 | 2025-09-20T23:28:08.320Z | Compiling const-oid v0.9.6 |
| 1338 | 2025-09-20T23:28:08.344Z | Compiling pkg-config v0.3.31 |
| 1339 | 2025-09-20T23:28:08.434Z | Compiling parking_lot_core v0.9.10 |
| 1340 | 2025-09-20T23:28:08.459Z | Compiling pin-project-lite v0.2.14 |
| 1341 | 2025-09-20T23:28:08.608Z | Compiling rustix v0.38.37 |
| 1342 | 2025-09-20T23:28:09.318Z | Compiling signal-hook-registry v1.4.2 |
| 1343 | 2025-09-20T23:28:09.401Z | Compiling parking_lot v0.12.3 |
| 1344 | 2025-09-20T23:28:09.425Z | Compiling mio v1.0.2 |
| 1345 | 2025-09-20T23:28:09.481Z | Compiling futures-core v0.3.31 |
| 1346 | 2025-09-20T23:28:09.731Z | Compiling spin v0.9.8 |
| 1347 | 2025-09-20T23:28:09.962Z | Compiling once_cell v1.21.3 |
| 1348 | 2025-09-20T23:28:09.986Z | Compiling libm v0.2.8 |
| 1349 | 2025-09-20T23:28:10.095Z | Compiling socket2 v0.6.0 |
| 1350 | 2025-09-20T23:28:10.120Z | Compiling num-traits v0.2.19 |
| 1351 | 2025-09-20T23:28:10.146Z | Compiling slab v0.4.9 |
| 1352 | 2025-09-20T23:28:10.343Z | Compiling aho-corasick v1.1.3 |
| 1353 | 2025-09-20T23:28:10.376Z | Compiling allocator-api2 v0.2.21 |
| 1354 | 2025-09-20T23:28:10.402Z | Compiling foldhash v0.1.5 |
| 1355 | 2025-09-20T23:28:10.430Z | Compiling getrandom v0.3.1 |
| 1356 | 2025-09-20T23:28:10.458Z | Compiling serde_json v1.0.145 |
| 1357 | 2025-09-20T23:28:10.709Z | Compiling regex-syntax v0.8.5 |
| 1358 | 2025-09-20T23:28:10.753Z | Compiling cpufeatures v0.2.14 |
| 1359 | 2025-09-20T23:28:11.053Z | Compiling hashbrown v0.15.4 |
| 1360 | 2025-09-20T23:28:11.135Z | Compiling futures-sink v0.3.31 |
| 1361 | 2025-09-20T23:28:11.228Z | Compiling percent-encoding v2.3.2 |
| 1362 | 2025-09-20T23:28:11.259Z | Compiling glob v0.3.2 |
| 1363 | 2025-09-20T23:28:11.310Z | Compiling futures-channel v0.3.31 |
| 1364 | 2025-09-20T23:28:12.075Z | Compiling clang-sys v1.8.1 |
| 1365 | 2025-09-20T23:28:12.249Z | Compiling futures-task v0.3.31 |
| 1366 | 2025-09-20T23:28:12.273Z | Compiling either v1.15.0 |
| 1367 | 2025-09-20T23:28:12.542Z | Compiling futures-io v0.3.31 |
| 1368 | 2025-09-20T23:28:12.691Z | Compiling prettyplease v0.2.36 |
| 1369 | 2025-09-20T23:28:12.730Z | Compiling pin-utils v0.1.0 |
| 1370 | 2025-09-20T23:28:12.849Z | Compiling lazy_static v1.5.0 |
| 1371 | 2025-09-20T23:28:12.873Z | Compiling minimal-lexical v0.2.1 |
| 1372 | 2025-09-20T23:28:13.027Z | Compiling libloading v0.8.5 |
| 1373 | 2025-09-20T23:28:13.052Z | Compiling bindgen v0.69.5 |
| 1374 | 2025-09-20T23:28:13.380Z | Compiling nom v7.1.3 |
| 1375 | 2025-09-20T23:28:13.405Z | Compiling home v0.5.9 |
| 1376 | 2025-09-20T23:28:13.655Z | Compiling base64ct v1.6.0 |
| 1377 | 2025-09-20T23:28:13.956Z | Compiling synstructure v0.13.1 |
| 1378 | 2025-09-20T23:28:14.229Z | Compiling regex-automata v0.4.8 |
| 1379 | 2025-09-20T23:28:14.269Z | Compiling pem-rfc7468 v0.7.0 |
| 1380 | 2025-09-20T23:28:14.868Z | Compiling itertools v0.12.1 |
| 1381 | 2025-09-20T23:28:15.249Z | Compiling rustc-hash v1.1.0 |
| 1382 | 2025-09-20T23:28:15.405Z | Compiling lazycell v1.3.0 |
| 1383 | 2025-09-20T23:28:15.591Z | Compiling flagset v0.4.6 |
| 1384 | 2025-09-20T23:28:15.831Z | Compiling cmake v0.1.51 |
| 1385 | 2025-09-20T23:28:15.917Z | Compiling fs_extra v1.3.0 |
| 1386 | 2025-09-20T23:28:16.306Z | Compiling cexpr v0.6.0 |
| 1387 | 2025-09-20T23:28:16.405Z | Compiling dunce v1.0.5 |
| 1388 | 2025-09-20T23:28:16.562Z | Compiling form_urlencoded v1.2.2 |
| 1389 | 2025-09-20T23:28:16.599Z | Compiling paste v1.0.15 |
| 1390 | 2025-09-20T23:28:16.913Z | Compiling vcpkg v0.2.15 |
| 1391 | 2025-09-20T23:28:17.177Z | Compiling iana-time-zone v0.1.63 |
| 1392 | 2025-09-20T23:28:17.554Z | Compiling ring v0.17.14 |
| 1393 | 2025-09-20T23:28:17.578Z | Compiling tracing-core v0.1.32 |
| 1394 | 2025-09-20T23:28:17.774Z | Compiling aws-lc-rs v1.12.4 |
| 1395 | 2025-09-20T23:28:18.264Z | Compiling base64 v0.22.1 |
| 1396 | 2025-09-20T23:28:18.291Z | Compiling rustls-pki-types v1.10.0 |
| 1397 | 2025-09-20T23:28:18.321Z | Compiling serde_derive v1.0.223 |
| 1398 | 2025-09-20T23:28:18.611Z | Compiling zeroize_derive v1.4.2 |
| 1399 | 2025-09-20T23:28:18.640Z | Compiling zerofrom-derive v0.1.4 |
| 1400 | 2025-09-20T23:28:18.774Z | Compiling yoke-derive v0.7.4 |
| 1401 | 2025-09-20T23:28:18.949Z | Compiling zerovec-derive v0.10.3 |
| 1402 | 2025-09-20T23:28:19.234Z | Compiling displaydoc v0.2.5 |
| 1403 | 2025-09-20T23:28:19.927Z | Compiling zeroize v1.8.1 |
| 1404 | 2025-09-20T23:28:20.655Z | Compiling zerocopy-derive v0.7.35 |
| 1405 | 2025-09-20T23:28:21.147Z | Compiling tokio-macros v2.5.0 |
| 1406 | 2025-09-20T23:28:21.172Z | Compiling icu_provider_macros v1.5.0 |
| 1407 | 2025-09-20T23:28:21.638Z | Compiling crypto-common v0.1.6 |
| 1408 | 2025-09-20T23:28:21.793Z | Compiling block-buffer v0.10.4 |
| 1409 | 2025-09-20T23:28:21.977Z | Compiling zerofrom v0.1.4 |
| 1410 | 2025-09-20T23:28:22.167Z | Compiling digest v0.10.7 |
| 1411 | 2025-09-20T23:28:22.194Z | Compiling block-padding v0.3.3 |
| 1412 | 2025-09-20T23:28:22.246Z | Compiling yoke v0.7.4 |
| 1413 | 2025-09-20T23:28:22.494Z | Compiling futures-macro v0.3.31 |
| 1414 | 2025-09-20T23:28:22.536Z | Compiling zerocopy v0.7.35 |
| 1415 | 2025-09-20T23:28:22.578Z | Compiling inout v0.1.3 |
| 1416 | 2025-09-20T23:28:22.633Z | Compiling zerovec v0.10.4 |
| 1417 | 2025-09-20T23:28:22.687Z | Compiling hmac v0.12.1 |
| 1418 | 2025-09-20T23:28:22.888Z | Compiling cipher v0.4.4 |
| 1419 | 2025-09-20T23:28:23.015Z | Compiling sha2 v0.10.9 |
| 1420 | 2025-09-20T23:28:23.111Z | Compiling regex v1.11.1 |
| 1421 | 2025-09-20T23:28:23.455Z | Compiling der_derive v0.7.3 |
| 1422 | 2025-09-20T23:28:23.880Z | Compiling thiserror-impl v1.0.69 |
| 1423 | 2025-09-20T23:28:24.134Z | Compiling ppv-lite86 v0.2.20 |
| 1424 | 2025-09-20T23:28:24.173Z | Compiling futures-util v0.3.31 |
| 1425 | 2025-09-20T23:28:24.198Z | Compiling salsa20 v0.10.2 |
| 1426 | 2025-09-20T23:28:24.465Z | Compiling tinystr v0.7.6 |
| 1427 | 2025-09-20T23:28:24.717Z | Compiling icu_collections v1.5.0 |
| 1428 | 2025-09-20T23:28:24.863Z | Compiling icu_locid v1.5.0 |
| 1429 | 2025-09-20T23:28:24.909Z | Compiling pbkdf2 v0.12.2 |
| 1430 | 2025-09-20T23:28:25.041Z | Compiling serde v1.0.223 |
| 1431 | 2025-09-20T23:28:25.116Z | Compiling scrypt v0.11.0 |
| 1432 | 2025-09-20T23:28:25.514Z | Compiling der v0.7.9 |
| 1433 | 2025-09-20T23:28:25.593Z | Compiling cbc v0.1.2 |
| 1434 | 2025-09-20T23:28:25.798Z | Compiling aes v0.8.4 |
| 1435 | 2025-09-20T23:28:25.854Z | Compiling openssl-sys v0.9.109 |
| 1436 | 2025-09-20T23:28:25.933Z | Compiling icu_provider v1.5.0 |
| 1437 | 2025-09-20T23:28:26.233Z | Compiling bitflags v2.9.1 |
| 1438 | 2025-09-20T23:28:26.521Z | Compiling bytes v1.10.1 |
| 1439 | 2025-09-20T23:28:26.723Z | Compiling semver v1.0.26 |
| 1440 | 2025-09-20T23:28:26.839Z | Compiling icu_locid_transform v1.5.0 |
| 1441 | 2025-09-20T23:28:26.914Z | Compiling indexmap v2.11.0 |
| 1442 | 2025-09-20T23:28:27.451Z | Compiling thiserror v1.0.69 |
| 1443 | 2025-09-20T23:28:27.619Z | Compiling spki v0.7.3 |
| 1444 | 2025-09-20T23:28:27.975Z | Compiling tokio v1.47.0 |
| 1445 | 2025-09-20T23:28:28.011Z | Compiling http v1.3.1 |
| 1446 | 2025-09-20T23:28:28.178Z | Compiling icu_properties v1.5.1 |
| 1447 | 2025-09-20T23:28:28.351Z | Compiling rustc_version v0.4.1 |
| 1448 | 2025-09-20T23:28:28.470Z | Compiling pkcs5 v0.7.1 |
| 1449 | 2025-09-20T23:28:29.064Z | Compiling pest v2.7.14 |
| 1450 | 2025-09-20T23:28:29.292Z | Compiling chrono v0.4.41 |
| 1451 | 2025-09-20T23:28:29.468Z | Compiling uuid v1.18.1 |
| 1452 | 2025-09-20T23:28:29.571Z | Compiling tracing-attributes v0.1.27 |
| 1453 | 2025-09-20T23:28:30.115Z | Compiling http-body v1.0.1 |
| 1454 | 2025-09-20T23:28:30.369Z | Compiling which v4.4.2 |
| 1455 | 2025-09-20T23:28:30.933Z | Compiling pkcs8 v0.10.2 |
| 1456 | 2025-09-20T23:28:31.568Z | Compiling pest_meta v2.7.14 |
| 1457 | 2025-09-20T23:28:31.720Z | Compiling icu_normalizer v1.5.0 |
| 1458 | 2025-09-20T23:28:32.448Z | Compiling scroll_derive v0.12.0 |
| 1459 | 2025-09-20T23:28:32.515Z | Compiling tinyvec_macros v0.1.1 |
| 1460 | 2025-09-20T23:28:32.540Z | Compiling tracing v0.1.40 |
| 1461 | 2025-09-20T23:28:32.644Z | Compiling idna_adapter v1.2.0 |
| 1462 | 2025-09-20T23:28:32.916Z | Compiling idna v1.0.3 |
| 1463 | 2025-09-20T23:28:33.074Z | Compiling rustversion v1.0.22 |
| 1464 | 2025-09-20T23:28:33.330Z | Compiling httparse v1.9.5 |
| 1465 | 2025-09-20T23:28:33.678Z | Compiling url v2.5.4 |
| 1466 | 2025-09-20T23:28:33.817Z | Compiling scroll v0.12.0 |
| 1467 | 2025-09-20T23:28:34.041Z | Compiling pest_generator v2.7.14 |
| 1468 | 2025-09-20T23:28:34.334Z | Compiling tinyvec v1.8.0 |
| 1469 | 2025-09-20T23:28:34.373Z | Compiling serde_derive_internals v0.29.1 |
| 1470 | 2025-09-20T23:28:35.309Z | Compiling rand_core v0.9.3 |
| 1471 | 2025-09-20T23:28:35.587Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1472 | 2025-09-20T23:28:35.629Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1473 | 2025-09-20T23:28:35.654Z | Compiling time-core v0.1.6 |
| 1474 | 2025-09-20T23:28:35.849Z | Compiling openssl v0.10.73 |
| 1475 | 2025-09-20T23:28:35.959Z | Compiling tower-service v0.3.3 |
| 1476 | 2025-09-20T23:28:36.115Z | Compiling powerfmt v0.2.0 |
| 1477 | 2025-09-20T23:28:36.140Z | Compiling openssl-probe v0.1.5 |
| 1478 | 2025-09-20T23:28:36.259Z | Compiling untrusted v0.9.0 |
| 1479 | 2025-09-20T23:28:36.289Z | Compiling num-conv v0.1.0 |
| 1480 | 2025-09-20T23:28:36.316Z | Compiling untrusted v0.7.1 |
| 1481 | 2025-09-20T23:28:36.488Z | Compiling tokio-util v0.7.15 |
| 1482 | 2025-09-20T23:28:36.512Z | Compiling atomic-waker v1.1.2 |
| 1483 | 2025-09-20T23:28:36.541Z | Compiling schemars v0.8.22 |
| 1484 | 2025-09-20T23:28:36.565Z | Compiling try-lock v0.2.5 |
| 1485 | 2025-09-20T23:28:36.595Z | Compiling adler2 v2.0.0 |
| 1486 | 2025-09-20T23:28:36.595Z | Compiling foreign-types-shared v0.1.1 |
| 1487 | 2025-09-20T23:28:36.738Z | Compiling foreign-types v0.3.2 |
| 1488 | 2025-09-20T23:28:36.763Z | Compiling want v0.3.1 |
| 1489 | 2025-09-20T23:28:36.792Z | Compiling miniz_oxide v0.8.5 |
| 1490 | 2025-09-20T23:28:36.907Z | Compiling time-macros v0.2.24 |
| 1491 | 2025-09-20T23:28:36.932Z | Compiling schemars_derive v0.8.22 |
| 1492 | 2025-09-20T23:28:37.155Z | Compiling deranged v0.5.3 |
| 1493 | 2025-09-20T23:28:38.214Z | Compiling h2 v0.4.6 |
| 1494 | 2025-09-20T23:28:39.790Z | Compiling goblin v0.8.2 |
| 1495 | 2025-09-20T23:28:39.816Z | Compiling pest_derive v2.7.14 |
| 1496 | 2025-09-20T23:28:40.714Z | Compiling rand_chacha v0.9.0 |
| 1497 | 2025-09-20T23:28:41.519Z | Compiling ipnet v2.11.0 |
| 1498 | 2025-09-20T23:28:42.282Z | Compiling openssl-macros v0.1.1 |
| 1499 | 2025-09-20T23:28:42.460Z | Compiling syn v1.0.109 |
| 1500 | 2025-09-20T23:28:42.579Z | Compiling native-tls v0.2.12 |
| 1501 | 2025-09-20T23:28:42.686Z | Compiling zerocopy v0.8.26 |
| 1502 | 2025-09-20T23:28:42.933Z | Compiling httpdate v1.0.3 |
| 1503 | 2025-09-20T23:28:42.957Z | Compiling rustls v0.23.19 |
| 1504 | 2025-09-20T23:28:43.012Z | Compiling crossbeam-utils v0.8.21 |
| 1505 | 2025-09-20T23:28:43.309Z | Compiling dyn-clone v1.0.20 |
| 1506 | 2025-09-20T23:28:43.388Z | Compiling num_threads v0.1.7 |
| 1507 | 2025-09-20T23:28:43.584Z | Compiling time v0.3.43 |
| 1508 | 2025-09-20T23:28:43.728Z | Compiling rand v0.9.2 |
| 1509 | 2025-09-20T23:28:45.419Z | Compiling hyper v1.7.0 |
| 1510 | 2025-09-20T23:28:46.553Z | Compiling dof v0.3.0 |
| 1511 | 2025-09-20T23:28:47.215Z | Compiling dtrace-parser v0.2.0 |
| 1512 | 2025-09-20T23:28:47.598Z | Compiling unicode-normalization v0.1.24 |
| 1513 | 2025-09-20T23:28:48.065Z | Compiling heapless v0.7.17 |
| 1514 | 2025-09-20T23:28:48.301Z | Compiling signature v2.2.0 |
| 1515 | 2025-09-20T23:28:48.530Z | Compiling zerocopy-derive v0.8.26 |
| 1516 | 2025-09-20T23:28:48.555Z | Compiling cookie v0.18.1 |
| 1517 | 2025-09-20T23:28:48.650Z | Compiling crc32fast v1.4.2 |
| 1518 | 2025-09-20T23:28:48.817Z | Compiling unicode-bidi v0.3.17 |
| 1519 | 2025-09-20T23:28:48.867Z | Compiling unicode-properties v0.1.3 |
| 1520 | 2025-09-20T23:28:48.993Z | Compiling zstd-safe v7.2.3 |
| 1521 | 2025-09-20T23:28:49.018Z | Compiling slog v2.7.0 |
| 1522 | 2025-09-20T23:28:49.269Z | Compiling zlib-rs v0.5.1 |
| 1523 | 2025-09-20T23:28:49.326Z | Compiling siphasher v0.3.11 |
| 1524 | 2025-09-20T23:28:49.505Z | Compiling signal-hook v0.3.18 |
| 1525 | 2025-09-20T23:28:49.705Z | Compiling phf_shared v0.11.2 |
| 1526 | 2025-09-20T23:28:49.899Z | Compiling stringprep v0.1.5 |
| 1527 | 2025-09-20T23:28:50.158Z | Compiling usdt-impl v0.5.0 |
| 1528 | 2025-09-20T23:28:50.650Z | Compiling hyper-util v0.1.16 |
| 1529 | 2025-09-20T23:28:51.070Z | Compiling curve25519-dalek v4.1.3 |
| 1530 | 2025-09-20T23:28:51.398Z | Compiling serde_spanned v0.6.9 |
| 1531 | 2025-09-20T23:28:51.677Z | Compiling serde_tokenstream v0.2.2 |
| 1532 | 2025-09-20T23:28:51.722Z | Compiling toml_datetime v0.6.11 |
| 1533 | 2025-09-20T23:28:52.049Z | Compiling rand_chacha v0.3.1 |
| 1534 | 2025-09-20T23:28:52.305Z | Compiling md-5 v0.10.6 |
| 1535 | 2025-09-20T23:28:52.330Z | Compiling num-integer v0.1.46 |
| 1536 | 2025-09-20T23:28:52.601Z | Compiling sync_wrapper v1.0.1 |
| 1537 | 2025-09-20T23:28:52.779Z | Compiling hash32 v0.2.1 |
| 1538 | 2025-09-20T23:28:53.035Z | Compiling ff v0.13.0 |
| 1539 | 2025-09-20T23:28:53.143Z | Compiling memoffset v0.9.1 |
| 1540 | 2025-09-20T23:28:53.288Z | Compiling litrs v0.4.1 |
| 1541 | 2025-09-20T23:28:53.478Z | Compiling base16ct v0.2.0 |
| 1542 | 2025-09-20T23:28:53.817Z | Compiling psl-types v2.0.11 |
| 1543 | 2025-09-20T23:28:54.029Z | Compiling gimli v0.31.1 |
| 1544 | 2025-09-20T23:28:54.120Z | Compiling fallible-iterator v0.2.0 |
| 1545 | 2025-09-20T23:28:54.295Z | Compiling newtype-uuid v1.2.4 |
| 1546 | 2025-09-20T23:28:54.328Z | Compiling tower-layer v0.3.3 |
| 1547 | 2025-09-20T23:28:54.587Z | Compiling num-bigint-dig v0.8.4 |
| 1548 | 2025-09-20T23:28:54.630Z | Compiling smoltcp v0.9.1 |
| 1549 | 2025-09-20T23:28:54.780Z | Compiling libz-rs-sys v0.5.1 |
| 1550 | 2025-09-20T23:28:54.851Z | Compiling cfg_aliases v0.2.1 |
| 1551 | 2025-09-20T23:28:54.946Z | Compiling postgres-protocol v0.6.8 |
| 1552 | 2025-09-20T23:28:54.981Z | Compiling nix v0.29.0 |
| 1553 | 2025-09-20T23:28:55.087Z | Compiling flate2 v1.1.2 |
| 1554 | 2025-09-20T23:28:55.305Z | Compiling tower v0.5.2 |
| 1555 | 2025-09-20T23:28:55.607Z | Compiling document-features v0.2.11 |
| 1556 | 2025-09-20T23:28:55.738Z | Compiling publicsuffix v2.3.0 |
| 1557 | 2025-09-20T23:28:55.988Z | Compiling sec1 v0.7.3 |
| 1558 | 2025-09-20T23:28:56.111Z | Compiling group v0.13.0 |
| 1559 | 2025-09-20T23:28:56.204Z | Compiling num-iter v0.1.45 |
| 1560 | 2025-09-20T23:28:56.410Z | Compiling rand v0.8.5 |
| 1561 | 2025-09-20T23:28:56.587Z | Compiling tokio-native-tls v0.3.1 |
| 1562 | 2025-09-20T23:28:57.203Z | Compiling ipnetwork v0.21.1 |
| 1563 | 2025-09-20T23:28:57.647Z | Compiling strum_macros v0.27.1 |
| 1564 | 2025-09-20T23:28:57.846Z | Compiling addr2line v0.24.2 |
| 1565 | 2025-09-20T23:28:57.962Z | Compiling rustls-native-certs v0.8.1 |
| 1566 | 2025-09-20T23:28:57.998Z | Compiling http-body-util v0.1.3 |
| 1567 | 2025-09-20T23:28:58.297Z | Compiling terminal_size v0.4.0 |
| 1568 | 2025-09-20T23:28:58.396Z | Compiling hkdf v0.12.4 |
| 1569 | 2025-09-20T23:28:58.495Z | Compiling crypto-bigint v0.5.5 |
| 1570 | 2025-09-20T23:28:58.547Z | Compiling webpki-roots v1.0.1 |
| 1571 | 2025-09-20T23:28:58.593Z | Compiling async-trait v0.1.89 |
| 1572 | 2025-09-20T23:28:58.617Z | Compiling thiserror-impl v2.0.16 |
| 1573 | 2025-09-20T23:28:58.708Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1574 | 2025-09-20T23:28:58.787Z | Compiling ahash v0.8.12 |
| 1575 | 2025-09-20T23:28:59.127Z | Compiling fs-err v3.1.1 |
| 1576 | 2025-09-20T23:28:59.437Z | Compiling object v0.36.5 |
| 1577 | 2025-09-20T23:28:59.965Z | Compiling managed v0.8.0 |
| 1578 | 2025-09-20T23:29:00.384Z | Compiling iri-string v0.7.8 |
| 1579 | 2025-09-20T23:29:00.786Z | Compiling bitflags v1.3.2 |
| 1580 | 2025-09-20T23:29:00.915Z | Compiling anyhow v1.0.99 |
| 1581 | 2025-09-20T23:29:01.485Z | Compiling rustc-demangle v0.1.24 |
| 1582 | 2025-09-20T23:29:01.511Z | Compiling lockfree-object-pool v0.1.6 |
| 1583 | 2025-09-20T23:29:01.643Z | Compiling hubpack_derive v0.1.1 |
| 1584 | 2025-09-20T23:29:01.803Z | Compiling simd-adler32 v0.3.7 |
| 1585 | 2025-09-20T23:29:02.064Z | Compiling rustix v1.0.7 |
| 1586 | 2025-09-20T23:29:02.335Z | Compiling buf-list v1.0.3 |
| 1587 | 2025-09-20T23:29:02.383Z | Compiling winnow v0.5.40 |
| 1588 | 2025-09-20T23:29:02.480Z | Compiling bumpalo v3.16.0 |
| 1589 | 2025-09-20T23:29:02.877Z | Compiling zopfli v0.8.1 |
| 1590 | 2025-09-20T23:29:02.956Z | Compiling hubpack v0.1.2 |
| 1591 | 2025-09-20T23:29:02.991Z | Compiling strum v0.27.2 |
| 1592 | 2025-09-20T23:29:03.216Z | Compiling tower-http v0.6.6 |
| 1593 | 2025-09-20T23:29:03.415Z | Compiling thiserror v2.0.16 |
| 1594 | 2025-09-20T23:29:03.912Z | Compiling elliptic-curve v0.13.8 |
| 1595 | 2025-09-20T23:29:03.989Z | Compiling clap_builder v4.5.41 |
| 1596 | 2025-09-20T23:29:04.643Z | Compiling hyper-tls v0.6.0 |
| 1597 | 2025-09-20T23:29:05.058Z | Compiling oxnet v0.1.3 |
| 1598 | 2025-09-20T23:29:05.584Z | Compiling toml_edit v0.19.15 |
| 1599 | 2025-09-20T23:29:05.802Z | Compiling backtrace v0.3.74 |
| 1600 | 2025-09-20T23:29:05.882Z | Compiling signal-hook-mio v0.2.4 |
| 1601 | 2025-09-20T23:29:06.073Z | Compiling cookie_store v0.21.1 |
| 1602 | 2025-09-20T23:29:06.270Z | Compiling zstd v0.13.3 |
| 1603 | 2025-09-20T23:29:07.011Z | Compiling postgres-types v0.2.9 |
| 1604 | 2025-09-20T23:29:07.897Z | Compiling usdt-attr-macro v0.5.0 |
| 1605 | 2025-09-20T23:29:08.227Z | Compiling usdt-macro v0.5.0 |
| 1606 | 2025-09-20T23:29:08.555Z | Compiling phf v0.11.2 |
| 1607 | 2025-09-20T23:29:08.873Z | Compiling ed25519 v2.2.3 |
| 1608 | 2025-09-20T23:29:09.334Z | Compiling bzip2 v0.4.4 |
| 1609 | 2025-09-20T23:29:09.557Z | Compiling bzip2 v0.5.2 |
| 1610 | 2025-09-20T23:29:09.723Z | Compiling strum_macros v0.26.4 |
| 1611 | 2025-09-20T23:29:09.941Z | Compiling pkcs1 v0.7.5 |
| 1612 | 2025-09-20T23:29:10.642Z | Compiling serde-big-array v0.5.1 |
| 1613 | 2025-09-20T23:29:10.674Z | Compiling serde_urlencoded v0.7.1 |
| 1614 | 2025-09-20T23:29:10.792Z | Compiling rfc6979 v0.4.0 |
| 1615 | 2025-09-20T23:29:10.909Z | Compiling bstr v1.10.0 |
| 1616 | 2025-09-20T23:29:11.005Z | Compiling serde_repr v0.1.19 |
| 1617 | 2025-09-20T23:29:11.241Z | Compiling clap_derive v4.5.41 |
| 1618 | 2025-09-20T23:29:11.330Z | Compiling enum-as-inner v0.6.1 |
| 1619 | 2025-09-20T23:29:12.045Z | Compiling daft-derive v0.1.4 |
| 1620 | 2025-09-20T23:29:12.118Z | Compiling float-cmp v0.10.0 |
| 1621 | 2025-09-20T23:29:12.304Z | Compiling env_filter v0.1.2 |
| 1622 | 2025-09-20T23:29:12.384Z | Compiling socket2 v0.5.10 |
| 1623 | 2025-09-20T23:29:12.421Z | Compiling encoding_rs v0.8.34 |
| 1624 | 2025-09-20T23:29:12.934Z | Compiling predicates-core v1.0.8 |
| 1625 | 2025-09-20T23:29:13.276Z | Compiling difflib v0.4.0 |
| 1626 | 2025-09-20T23:29:13.301Z | Compiling mime v0.3.17 |
| 1627 | 2025-09-20T23:29:13.611Z | Compiling unicode-segmentation v1.12.0 |
| 1628 | 2025-09-20T23:29:13.845Z | Compiling whoami v1.5.2 |
| 1629 | 2025-09-20T23:29:13.870Z | Compiling fixedbitset v0.4.2 |
| 1630 | 2025-09-20T23:29:14.314Z | Compiling new_debug_unreachable v1.0.6 |
| 1631 | 2025-09-20T23:29:14.411Z | Compiling static_assertions v1.1.0 |
| 1632 | 2025-09-20T23:29:14.435Z | Compiling precomputed-hash v0.1.1 |
| 1633 | 2025-09-20T23:29:14.460Z | Compiling normalize-line-endings v0.3.0 |
| 1634 | 2025-09-20T23:29:14.526Z | Compiling data-encoding v2.9.0 |
| 1635 | 2025-09-20T23:29:14.552Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1636 | 2025-09-20T23:29:14.600Z | Compiling predicates v3.1.3 |
| 1637 | 2025-09-20T23:29:14.632Z | Compiling string_cache v0.8.9 |
| 1638 | 2025-09-20T23:29:15.053Z | Compiling toml_edit v0.22.27 |
| 1639 | 2025-09-20T23:29:15.173Z | Compiling clap v4.5.41 |
| 1640 | 2025-09-20T23:29:15.322Z | Compiling hickory-proto v0.25.2 |
| 1641 | 2025-09-20T23:29:15.714Z | Compiling similar v2.7.0 |
| 1642 | 2025-09-20T23:29:16.012Z | Compiling tokio-postgres v0.7.13 |
| 1643 | 2025-09-20T23:29:16.133Z | Compiling petgraph v0.6.5 |
| 1644 | 2025-09-20T23:29:16.712Z | Compiling strum v0.26.3 |
| 1645 | 2025-09-20T23:29:16.978Z | Compiling daft v0.1.4 |
| 1646 | 2025-09-20T23:29:17.492Z | Compiling env_logger v0.11.5 |
| 1647 | 2025-09-20T23:29:17.684Z | Compiling usdt v0.5.0 |
| 1648 | 2025-09-20T23:29:18.141Z | Compiling ecdsa v0.16.9 |
| 1649 | 2025-09-20T23:29:18.208Z | Compiling rsa v0.9.6 |
| 1650 | 2025-09-20T23:29:18.988Z | Compiling zip v4.2.0 |
| 1651 | 2025-09-20T23:29:19.708Z | Compiling zip v0.6.6 |
| 1652 | 2025-09-20T23:29:20.869Z | Compiling ed25519-dalek v2.1.1 |
| 1653 | 2025-09-20T23:29:20.897Z | Compiling toml v0.7.8 |
| 1654 | 2025-09-20T23:29:21.710Z | Compiling crossterm v0.28.1 |
| 1655 | 2025-09-20T23:29:22.904Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1656 | 2025-09-20T23:29:22.943Z | Compiling crossbeam-epoch v0.9.18 |
| 1657 | 2025-09-20T23:29:23.129Z | Compiling tokio-stream v0.1.17 |
| 1658 | 2025-09-20T23:29:23.334Z | Compiling openapiv3 v2.2.0 |
| 1659 | 2025-09-20T23:29:23.639Z | Compiling x509-cert v0.2.5 |
| 1660 | 2025-09-20T23:29:24.086Z | Compiling sha1 v0.10.6 |
| 1661 | 2025-09-20T23:29:24.477Z | Compiling itertools v0.10.5 |
| 1662 | 2025-09-20T23:29:24.692Z | Compiling winnow v0.6.26 |
| 1663 | 2025-09-20T23:29:25.136Z | Compiling rustc-hash v2.1.1 |
| 1664 | 2025-09-20T23:29:25.192Z | Compiling lalrpop-util v0.19.12 |
| 1665 | 2025-09-20T23:29:25.355Z | Compiling peg-runtime v0.8.5 |
| 1666 | 2025-09-20T23:29:25.525Z | Compiling thread_local v1.1.8 |
| 1667 | 2025-09-20T23:29:25.874Z | Compiling slog-async v2.8.0 |
| 1668 | 2025-09-20T23:29:25.984Z | Compiling crossbeam-channel v0.5.15 |
| 1669 | 2025-09-20T23:29:26.200Z | Compiling xattr v1.3.1 |
| 1670 | 2025-09-20T23:29:26.410Z | Compiling futures-executor v0.3.31 |
| 1671 | 2025-09-20T23:29:26.463Z | Compiling filetime v0.2.25 |
| 1672 | 2025-09-20T23:29:26.726Z | Compiling is-terminal v0.4.13 |
| 1673 | 2025-09-20T23:29:26.760Z | Compiling take_mut v0.2.2 |
| 1674 | 2025-09-20T23:29:26.787Z | Compiling term v1.1.0 |
| 1675 | 2025-09-20T23:29:26.891Z | Compiling tar v0.4.44 |
| 1676 | 2025-09-20T23:29:26.916Z | Compiling futures v0.3.31 |
| 1677 | 2025-09-20T23:29:27.654Z | Compiling slog-term v2.9.2 |
| 1678 | 2025-09-20T23:29:30.923Z | Compiling aws-lc-sys v0.26.0 |
| 1679 | 2025-09-20T23:30:03.709Z | Compiling rustls-webpki v0.102.8 |
| 1680 | 2025-09-20T23:30:09.087Z | Compiling tokio-rustls v0.26.0 |
| 1681 | 2025-09-20T23:30:09.419Z | Compiling hyper-rustls v0.27.7 |
| 1682 | 2025-09-20T23:30:09.786Z | Compiling reqwest v0.12.22 |
| 1683 | 2025-09-20T23:30:14.369Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1684 | 2025-09-20T23:30:14.741Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1685 | 2025-09-20T23:30:20.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s |
| 1686 | 2025-09-20T23:30:20.465Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1687 | 2025-09-20T23:30:20.541Z | Sep 20 23:30:20.019 INFO Starting download, target: Clickhouse |
| 1688 | 2025-09-20T23:30:20.541Z | Sep 20 23:30:20.021 INFO Starting download, target: Cockroach |
| 1689 | 2025-09-20T23:30:20.541Z | Sep 20 23:30:20.021 INFO Starting download, target: Console |
| 1690 | 2025-09-20T23:30:20.566Z | Sep 20 23:30:20.021 INFO Starting download, target: DendriteStub |
| 1691 | 2025-09-20T23:30:20.566Z | Sep 20 23:30:20.021 INFO Starting download, target: MaghemiteMgd |
| 1692 | 2025-09-20T23:30:20.566Z | Sep 20 23:30:20.021 INFO Starting download, target: TransceiverControl |
| 1693 | 2025-09-20T23:30:20.566Z | Sep 20 23:30:20.021 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1694 | 2025-09-20T23:30:20.566Z | Sep 20 23:30:20.021 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1695 | 2025-09-20T23:30:20.566Z | Sep 20 23:30:20.022 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1696 | 2025-09-20T23:30:20.566Z | Sep 20 23:30:20.022 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1697 | 2025-09-20T23:30:20.566Z | Sep 20 23:30:20.022 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1698 | 2025-09-20T23:30:20.566Z | Sep 20 23:30:20.022 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1699 | 2025-09-20T23:30:20.913Z | Sep 20 23:30:20.386 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1700 | 2025-09-20T23:30:21.301Z | Sep 20 23:30:20.752 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1701 | 2025-09-20T23:30:21.396Z | Sep 20 23:30:20.778 INFO Download complete, target: Console |
| 1702 | 2025-09-20T23:30:21.654Z | Sep 20 23:30:21.132 INFO Download complete, target: TransceiverControl |
| 1703 | 2025-09-20T23:30:25.399Z | Sep 20 23:30:24.879 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1704 | 2025-09-20T23:30:26.620Z | Sep 20 23:30:26.100 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1705 | 2025-09-20T23:30:27.684Z | Sep 20 23:30:27.141 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1706 | 2025-09-20T23:30:27.684Z | Sep 20 23:30:27.141 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1707 | 2025-09-20T23:30:30.582Z | Sep 20 23:30:30.040 INFO Download complete, target: DendriteStub |
| 1708 | 2025-09-20T23:30:31.529Z | Sep 20 23:30:31.008 INFO Download complete, target: MaghemiteMgd |
| 1709 | 2025-09-20T23:30:36.075Z | Sep 20 23:30:35.555 INFO Checking that binary works, target: Cockroach |
| 1710 | 2025-09-20T23:30:36.276Z | Sep 20 23:30:35.756 INFO Download complete, target: Cockroach |
| 1711 | 2025-09-20T23:30:47.172Z | Sep 20 23:30:46.653 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1712 | 2025-09-20T23:30:58.853Z | Sep 20 23:30:58.331 INFO Checking that binary works, target: Clickhouse |
| 1713 | 2025-09-20T23:30:58.977Z | Sep 20 23:30:58.457 INFO Download complete, target: Clickhouse |
| 1714 | 2025-09-20T23:30:59.004Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1715 | 2025-09-20T23:30:59.029Z | |
| 1716 | 2025-09-20T23:30:59.029Z | real 5:40.406161763 |
| 1717 | 2025-09-20T23:30:59.029Z | user 15:46.985482936 |
| 1718 | 2025-09-20T23:30:59.029Z | sys 2:42.241266040 |
| 1719 | 2025-09-20T23:30:59.029Z | trap 0.612463014 |
| 1720 | 2025-09-20T23:30:59.029Z | tflt 0.541543498 |
| 1721 | 2025-09-20T23:30:59.029Z | dflt 0.890612009 |
| 1722 | 2025-09-20T23:30:59.029Z | kflt 0.010429195 |
| 1723 | 2025-09-20T23:30:59.029Z | lock 46:28.295235235 |
| 1724 | 2025-09-20T23:30:59.029Z | slp 58:28.507361933 |
| 1725 | 2025-09-20T23:30:59.029Z | lat 1:16.580755924 |
| 1726 | 2025-09-20T23:30:59.029Z | stop 3:10.885866187 |
| 1727 | 2025-09-20T23:30:59.029Z | + banner hack-check |
| 1728 | 2025-09-20T23:30:59.029Z | |
| 1729 | 2025-09-20T23:30:59.029Z | # # ## #### # # #### # # ###### #### # # |
| 1730 | 2025-09-20T23:30:59.029Z | # # # # # # # # # # # # # # # # # |
| 1731 | 2025-09-20T23:30:59.029Z | ###### # # # #### ##### # ###### ##### # #### |
| 1732 | 2025-09-20T23:30:59.029Z | # # ###### # # # # # # # # # # |
| 1733 | 2025-09-20T23:30:59.029Z | # # # # # # # # # # # # # # # # # |
| 1734 | 2025-09-20T23:30:59.029Z | # # # # #### # # #### # # ###### #### # # |
| 1735 | 2025-09-20T23:30:59.029Z | |
| 1736 | 2025-09-20T23:30:59.029Z | + export CARGO_INCREMENTAL=0 |
| 1737 | 2025-09-20T23:30:59.029Z | + CARGO_INCREMENTAL=0 |
| 1738 | 2025-09-20T23:30:59.029Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1739 | 2025-09-20T23:31:00.077Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1740 | 2025-09-20T23:31:00.391Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1741 | 2025-09-20T23:31:04.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s |
| 1742 | 2025-09-20T23:31:04.386Z | Running `target/debug/xtask check-features --ci` |
| 1743 | 2025-09-20T23:31:04.435Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1744 | 2025-09-20T23:31:04.435Z | running: "/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1745 | 2025-09-20T23:31:05.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 1746 | 2025-09-20T23:31:05.482Z | Running `target/debug/xtask download cargo-hack` |
| 1747 | 2025-09-20T23:31:06.885Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1748 | 2025-09-20T23:31:07.260Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1749 | 2025-09-20T23:31:11.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.34s |
| 1750 | 2025-09-20T23:31:12.028Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1751 | 2025-09-20T23:31:12.092Z | Sep 20 23:31:11.573 INFO Starting download, target: CargoHack |
| 1752 | 2025-09-20T23:31:12.117Z | Sep 20 23:31:11.574 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1753 | 2025-09-20T23:31:12.524Z | Sep 20 23:31:12.005 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1754 | 2025-09-20T23:31:12.616Z | Sep 20 23:31:12.097 INFO Download complete, target: CargoHack |
| 1755 | 2025-09-20T23:31:12.640Z | running: "/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1756 | 2025-09-20T23:31:12.690Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1757 | 2025-09-20T23:31:12.922Z | info: running `cargo check --bins` on api_identity (1/227) |
| 1758 | 2025-09-20T23:31:13.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1759 | 2025-09-20T23:31:13.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1760 | 2025-09-20T23:31:13.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1761 | 2025-09-20T23:31:13.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 1762 | 2025-09-20T23:31:13.961Z | |
| 1763 | 2025-09-20T23:31:13.961Z | info: running `cargo check --bins` on bootstore (2/227) |
| 1764 | 2025-09-20T23:31:14.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1765 | 2025-09-20T23:31:14.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1766 | 2025-09-20T23:31:14.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1767 | 2025-09-20T23:31:14.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 1768 | 2025-09-20T23:31:15.094Z | |
| 1769 | 2025-09-20T23:31:15.094Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/227) |
| 1770 | 2025-09-20T23:31:16.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1771 | 2025-09-20T23:31:16.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1772 | 2025-09-20T23:31:16.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1773 | 2025-09-20T23:31:16.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 1774 | 2025-09-20T23:31:16.181Z | |
| 1775 | 2025-09-20T23:31:16.181Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/227) |
| 1776 | 2025-09-20T23:31:17.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1777 | 2025-09-20T23:31:17.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1778 | 2025-09-20T23:31:17.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1779 | 2025-09-20T23:31:17.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 1780 | 2025-09-20T23:31:17.286Z | |
| 1781 | 2025-09-20T23:31:17.286Z | info: running `cargo check --bins` on id-map (5/227) |
| 1782 | 2025-09-20T23:31:18.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1783 | 2025-09-20T23:31:18.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1784 | 2025-09-20T23:31:18.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1785 | 2025-09-20T23:31:18.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 1786 | 2025-09-20T23:31:18.315Z | |
| 1787 | 2025-09-20T23:31:18.315Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (6/227) |
| 1788 | 2025-09-20T23:31:19.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1789 | 2025-09-20T23:31:19.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1790 | 2025-09-20T23:31:19.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1791 | 2025-09-20T23:31:19.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 1792 | 2025-09-20T23:31:19.121Z | |
| 1793 | 2025-09-20T23:31:19.121Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (7/227) |
| 1794 | 2025-09-20T23:31:19.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1795 | 2025-09-20T23:31:19.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1796 | 2025-09-20T23:31:19.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1797 | 2025-09-20T23:31:19.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 1798 | 2025-09-20T23:31:20.008Z | |
| 1799 | 2025-09-20T23:31:20.008Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (8/227) |
| 1800 | 2025-09-20T23:31:20.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1801 | 2025-09-20T23:31:20.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1802 | 2025-09-20T23:31:20.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1803 | 2025-09-20T23:31:20.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1804 | 2025-09-20T23:31:20.839Z | |
| 1805 | 2025-09-20T23:31:20.839Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (9/227) |
| 1806 | 2025-09-20T23:31:21.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1807 | 2025-09-20T23:31:21.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1808 | 2025-09-20T23:31:21.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1809 | 2025-09-20T23:31:21.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 1810 | 2025-09-20T23:31:21.636Z | |
| 1811 | 2025-09-20T23:31:21.636Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (10/227) |
| 1812 | 2025-09-20T23:31:22.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1813 | 2025-09-20T23:31:22.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1814 | 2025-09-20T23:31:22.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1815 | 2025-09-20T23:31:22.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 1816 | 2025-09-20T23:31:22.420Z | |
| 1817 | 2025-09-20T23:31:22.420Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (11/227) |
| 1818 | 2025-09-20T23:31:23.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1819 | 2025-09-20T23:31:23.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1820 | 2025-09-20T23:31:23.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1821 | 2025-09-20T23:31:23.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 1822 | 2025-09-20T23:31:23.220Z | |
| 1823 | 2025-09-20T23:31:23.220Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (12/227) |
| 1824 | 2025-09-20T23:31:23.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1825 | 2025-09-20T23:31:23.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1826 | 2025-09-20T23:31:23.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1827 | 2025-09-20T23:31:23.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 1828 | 2025-09-20T23:31:24.006Z | |
| 1829 | 2025-09-20T23:31:24.006Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (13/227) |
| 1830 | 2025-09-20T23:31:24.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1831 | 2025-09-20T23:31:24.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1832 | 2025-09-20T23:31:24.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1833 | 2025-09-20T23:31:24.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1834 | 2025-09-20T23:31:24.826Z | |
| 1835 | 2025-09-20T23:31:24.826Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (14/227) |
| 1836 | 2025-09-20T23:31:25.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1837 | 2025-09-20T23:31:25.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1838 | 2025-09-20T23:31:25.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1839 | 2025-09-20T23:31:25.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 1840 | 2025-09-20T23:31:25.636Z | |
| 1841 | 2025-09-20T23:31:25.636Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (15/227) |
| 1842 | 2025-09-20T23:31:26.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1843 | 2025-09-20T23:31:26.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1844 | 2025-09-20T23:31:26.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1845 | 2025-09-20T23:31:26.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 1846 | 2025-09-20T23:31:26.435Z | |
| 1847 | 2025-09-20T23:31:26.435Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (16/227) |
| 1848 | 2025-09-20T23:31:27.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1849 | 2025-09-20T23:31:27.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1850 | 2025-09-20T23:31:27.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1851 | 2025-09-20T23:31:27.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 1852 | 2025-09-20T23:31:27.231Z | |
| 1853 | 2025-09-20T23:31:27.231Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (17/227) |
| 1854 | 2025-09-20T23:31:27.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1855 | 2025-09-20T23:31:27.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1856 | 2025-09-20T23:31:27.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1857 | 2025-09-20T23:31:27.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 1858 | 2025-09-20T23:31:28.033Z | |
| 1859 | 2025-09-20T23:31:28.033Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (18/227) |
| 1860 | 2025-09-20T23:31:28.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1861 | 2025-09-20T23:31:28.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1862 | 2025-09-20T23:31:28.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1863 | 2025-09-20T23:31:28.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 1864 | 2025-09-20T23:31:28.824Z | |
| 1865 | 2025-09-20T23:31:28.824Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (19/227) |
| 1866 | 2025-09-20T23:31:29.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1867 | 2025-09-20T23:31:29.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1868 | 2025-09-20T23:31:29.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1869 | 2025-09-20T23:31:29.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 1870 | 2025-09-20T23:31:29.626Z | |
| 1871 | 2025-09-20T23:31:29.626Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (20/227) |
| 1872 | 2025-09-20T23:31:30.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1873 | 2025-09-20T23:31:30.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1874 | 2025-09-20T23:31:30.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1875 | 2025-09-20T23:31:30.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 1876 | 2025-09-20T23:31:30.481Z | |
| 1877 | 2025-09-20T23:31:30.481Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (21/227) |
| 1878 | 2025-09-20T23:31:31.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1879 | 2025-09-20T23:31:31.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1880 | 2025-09-20T23:31:31.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1881 | 2025-09-20T23:31:31.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1882 | 2025-09-20T23:31:31.303Z | |
| 1883 | 2025-09-20T23:31:31.303Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (22/227) |
| 1884 | 2025-09-20T23:31:32.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1885 | 2025-09-20T23:31:32.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1886 | 2025-09-20T23:31:32.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1887 | 2025-09-20T23:31:32.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 1888 | 2025-09-20T23:31:32.091Z | |
| 1889 | 2025-09-20T23:31:32.091Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (23/227) |
| 1890 | 2025-09-20T23:31:32.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1891 | 2025-09-20T23:31:32.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1892 | 2025-09-20T23:31:32.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1893 | 2025-09-20T23:31:32.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 1894 | 2025-09-20T23:31:32.894Z | |
| 1895 | 2025-09-20T23:31:32.894Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (24/227) |
| 1896 | 2025-09-20T23:31:33.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1897 | 2025-09-20T23:31:33.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1898 | 2025-09-20T23:31:33.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1899 | 2025-09-20T23:31:33.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 1900 | 2025-09-20T23:31:33.704Z | |
| 1901 | 2025-09-20T23:31:33.704Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (25/227) |
| 1902 | 2025-09-20T23:31:34.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1903 | 2025-09-20T23:31:34.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1904 | 2025-09-20T23:31:34.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1905 | 2025-09-20T23:31:34.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 1906 | 2025-09-20T23:31:34.528Z | |
| 1907 | 2025-09-20T23:31:34.528Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (26/227) |
| 1908 | 2025-09-20T23:31:35.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1909 | 2025-09-20T23:31:35.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1910 | 2025-09-20T23:31:35.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1911 | 2025-09-20T23:31:35.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 1912 | 2025-09-20T23:31:35.383Z | |
| 1913 | 2025-09-20T23:31:35.383Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (27/227) |
| 1914 | 2025-09-20T23:31:36.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1915 | 2025-09-20T23:31:36.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1916 | 2025-09-20T23:31:36.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1917 | 2025-09-20T23:31:36.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1918 | 2025-09-20T23:31:36.215Z | |
| 1919 | 2025-09-20T23:31:36.215Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (28/227) |
| 1920 | 2025-09-20T23:31:36.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1921 | 2025-09-20T23:31:36.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1922 | 2025-09-20T23:31:36.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1923 | 2025-09-20T23:31:36.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 1924 | 2025-09-20T23:31:37.050Z | |
| 1925 | 2025-09-20T23:31:37.050Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (29/227) |
| 1926 | 2025-09-20T23:31:37.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1927 | 2025-09-20T23:31:37.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1928 | 2025-09-20T23:31:37.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1929 | 2025-09-20T23:31:37.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 1930 | 2025-09-20T23:31:37.860Z | |
| 1931 | 2025-09-20T23:31:37.860Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (30/227) |
| 1932 | 2025-09-20T23:31:38.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1933 | 2025-09-20T23:31:38.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1934 | 2025-09-20T23:31:38.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1935 | 2025-09-20T23:31:38.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 1936 | 2025-09-20T23:31:38.708Z | |
| 1937 | 2025-09-20T23:31:38.708Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (31/227) |
| 1938 | 2025-09-20T23:31:39.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1939 | 2025-09-20T23:31:39.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1940 | 2025-09-20T23:31:39.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1941 | 2025-09-20T23:31:39.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 1942 | 2025-09-20T23:31:39.603Z | |
| 1943 | 2025-09-20T23:31:39.603Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (32/227) |
| 1944 | 2025-09-20T23:31:40.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1945 | 2025-09-20T23:31:40.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1946 | 2025-09-20T23:31:40.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1947 | 2025-09-20T23:31:40.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 1948 | 2025-09-20T23:31:40.509Z | |
| 1949 | 2025-09-20T23:31:40.509Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/227) |
| 1950 | 2025-09-20T23:31:41.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1951 | 2025-09-20T23:31:41.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1952 | 2025-09-20T23:31:41.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1953 | 2025-09-20T23:31:41.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1954 | 2025-09-20T23:31:41.345Z | |
| 1955 | 2025-09-20T23:31:41.345Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (34/227) |
| 1956 | 2025-09-20T23:31:42.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1957 | 2025-09-20T23:31:42.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1958 | 2025-09-20T23:31:42.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1959 | 2025-09-20T23:31:42.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 1960 | 2025-09-20T23:31:42.205Z | |
| 1961 | 2025-09-20T23:31:42.206Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (35/227) |
| 1962 | 2025-09-20T23:31:42.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1963 | 2025-09-20T23:31:42.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1964 | 2025-09-20T23:31:42.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1965 | 2025-09-20T23:31:42.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 1966 | 2025-09-20T23:31:43.049Z | |
| 1967 | 2025-09-20T23:31:43.049Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (36/227) |
| 1968 | 2025-09-20T23:31:43.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1969 | 2025-09-20T23:31:43.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1970 | 2025-09-20T23:31:43.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1971 | 2025-09-20T23:31:43.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 1972 | 2025-09-20T23:31:43.892Z | |
| 1973 | 2025-09-20T23:31:43.892Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (37/227) |
| 1974 | 2025-09-20T23:31:44.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1975 | 2025-09-20T23:31:44.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1976 | 2025-09-20T23:31:44.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1977 | 2025-09-20T23:31:44.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 1978 | 2025-09-20T23:31:44.796Z | |
| 1979 | 2025-09-20T23:31:44.796Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (38/227) |
| 1980 | 2025-09-20T23:31:45.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1981 | 2025-09-20T23:31:45.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1982 | 2025-09-20T23:31:45.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1983 | 2025-09-20T23:31:45.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 1984 | 2025-09-20T23:31:45.655Z | |
| 1985 | 2025-09-20T23:31:45.655Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/227) |
| 1986 | 2025-09-20T23:31:46.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1987 | 2025-09-20T23:31:46.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1988 | 2025-09-20T23:31:46.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1989 | 2025-09-20T23:31:46.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 1990 | 2025-09-20T23:31:46.503Z | |
| 1991 | 2025-09-20T23:31:46.503Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (40/227) |
| 1992 | 2025-09-20T23:31:47.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1993 | 2025-09-20T23:31:47.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1994 | 2025-09-20T23:31:47.294Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1995 | 2025-09-20T23:31:47.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 1996 | 2025-09-20T23:31:47.356Z | |
| 1997 | 2025-09-20T23:31:47.356Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (41/227) |
| 1998 | 2025-09-20T23:31:48.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1999 | 2025-09-20T23:31:48.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2000 | 2025-09-20T23:31:48.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2001 | 2025-09-20T23:31:48.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 2002 | 2025-09-20T23:31:48.215Z | |
| 2003 | 2025-09-20T23:31:48.215Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (42/227) |
| 2004 | 2025-09-20T23:31:48.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2005 | 2025-09-20T23:31:49.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2006 | 2025-09-20T23:31:49.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2007 | 2025-09-20T23:31:49.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 2008 | 2025-09-20T23:31:49.075Z | |
| 2009 | 2025-09-20T23:31:49.075Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/227) |
| 2010 | 2025-09-20T23:31:49.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2011 | 2025-09-20T23:31:49.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2012 | 2025-09-20T23:31:49.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2013 | 2025-09-20T23:31:49.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 2014 | 2025-09-20T23:31:49.938Z | |
| 2015 | 2025-09-20T23:31:49.938Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (44/227) |
| 2016 | 2025-09-20T23:31:50.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2017 | 2025-09-20T23:31:50.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2018 | 2025-09-20T23:31:50.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2019 | 2025-09-20T23:31:50.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 2020 | 2025-09-20T23:31:50.801Z | |
| 2021 | 2025-09-20T23:31:50.801Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (45/227) |
| 2022 | 2025-09-20T23:31:51.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2023 | 2025-09-20T23:31:51.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2024 | 2025-09-20T23:31:51.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2025 | 2025-09-20T23:31:51.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 2026 | 2025-09-20T23:31:51.646Z | |
| 2027 | 2025-09-20T23:31:51.646Z | info: running `cargo check --bins` on sled-hardware-types (46/227) |
| 2028 | 2025-09-20T23:31:52.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2029 | 2025-09-20T23:31:52.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2030 | 2025-09-20T23:31:52.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2031 | 2025-09-20T23:31:52.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 2032 | 2025-09-20T23:31:52.803Z | |
| 2033 | 2025-09-20T23:31:52.803Z | info: running `cargo check --bins --no-default-features` on illumos-utils (47/227) |
| 2034 | 2025-09-20T23:31:53.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2035 | 2025-09-20T23:31:53.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2036 | 2025-09-20T23:31:53.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2037 | 2025-09-20T23:31:53.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 2038 | 2025-09-20T23:31:53.935Z | |
| 2039 | 2025-09-20T23:31:53.935Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/227) |
| 2040 | 2025-09-20T23:31:54.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2041 | 2025-09-20T23:31:54.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2042 | 2025-09-20T23:31:54.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2043 | 2025-09-20T23:31:54.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 2044 | 2025-09-20T23:31:55.069Z | |
| 2045 | 2025-09-20T23:31:55.069Z | info: running `cargo check --bins` on oxlog (49/227) |
| 2046 | 2025-09-20T23:31:56.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2047 | 2025-09-20T23:31:56.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2048 | 2025-09-20T23:31:56.207Z | Checking cfg-if v1.0.1 |
| 2049 | 2025-09-20T23:31:56.232Z | Checking libc v0.2.174 |
| 2050 | 2025-09-20T23:31:56.232Z | Checking serde_core v1.0.223 |
| 2051 | 2025-09-20T23:31:56.279Z | Checking zeroize v1.8.1 |
| 2052 | 2025-09-20T23:31:56.304Z | Checking memchr v2.7.4 |
| 2053 | 2025-09-20T23:31:56.328Z | Checking typenum v1.17.0 |
| 2054 | 2025-09-20T23:31:56.328Z | Checking value-bag v1.9.0 |
| 2055 | 2025-09-20T23:31:56.328Z | Checking smallvec v1.15.1 |
| 2056 | 2025-09-20T23:31:56.379Z | Checking subtle v2.6.1 |
| 2057 | 2025-09-20T23:31:56.550Z | Checking scopeguard v1.2.0 |
| 2058 | 2025-09-20T23:31:56.662Z | Checking const-oid v0.9.6 |
| 2059 | 2025-09-20T23:31:56.717Z | Checking itoa v1.0.11 |
| 2060 | 2025-09-20T23:31:56.754Z | Checking lock_api v0.4.12 |
| 2061 | 2025-09-20T23:31:56.778Z | Checking log v0.4.27 |
| 2062 | 2025-09-20T23:31:56.941Z | Checking stable_deref_trait v1.2.0 |
| 2063 | 2025-09-20T23:31:57.062Z | Checking zerofrom v0.1.4 |
| 2064 | 2025-09-20T23:31:57.115Z | Checking byteorder v1.5.0 |
| 2065 | 2025-09-20T23:31:57.150Z | Checking pin-project-lite v0.2.14 |
| 2066 | 2025-09-20T23:31:57.250Z | Checking portable-atomic v1.11.0 |
| 2067 | 2025-09-20T23:31:57.275Z | Checking generic-array v0.14.7 |
| 2068 | 2025-09-20T23:31:57.299Z | Checking yoke v0.7.4 |
| 2069 | 2025-09-20T23:31:57.324Z | Checking getrandom v0.2.15 |
| 2070 | 2025-09-20T23:31:57.324Z | Checking parking_lot_core v0.9.10 |
| 2071 | 2025-09-20T23:31:57.501Z | Checking signal-hook-registry v1.4.2 |
| 2072 | 2025-09-20T23:31:57.576Z | Checking rand_core v0.6.4 |
| 2073 | 2025-09-20T23:31:57.615Z | Checking mio v1.0.2 |
| 2074 | 2025-09-20T23:31:57.640Z | Checking parking_lot v0.12.3 |
| 2075 | 2025-09-20T23:31:57.753Z | Checking zerovec v0.10.4 |
| 2076 | 2025-09-20T23:31:57.877Z | Checking critical-section v1.1.3 |
| 2077 | 2025-09-20T23:31:57.969Z | Checking socket2 v0.6.0 |
| 2078 | 2025-09-20T23:31:58.041Z | Checking futures-core v0.3.31 |
| 2079 | 2025-09-20T23:31:58.148Z | Checking allocator-api2 v0.2.21 |
| 2080 | 2025-09-20T23:31:58.173Z | Checking once_cell v1.21.3 |
| 2081 | 2025-09-20T23:31:58.173Z | Checking equivalent v1.0.2 |
| 2082 | 2025-09-20T23:31:58.263Z | Checking cpufeatures v0.2.14 |
| 2083 | 2025-09-20T23:31:58.288Z | Checking crypto-common v0.1.6 |
| 2084 | 2025-09-20T23:31:58.314Z | Checking block-buffer v0.10.4 |
| 2085 | 2025-09-20T23:31:58.363Z | Checking foldhash v0.1.5 |
| 2086 | 2025-09-20T23:31:58.448Z | Checking writeable v0.5.5 |
| 2087 | 2025-09-20T23:31:58.484Z | Checking litemap v0.7.3 |
| 2088 | 2025-09-20T23:31:58.511Z | Checking block-padding v0.3.3 |
| 2089 | 2025-09-20T23:31:58.536Z | Checking digest v0.10.7 |
| 2090 | 2025-09-20T23:31:58.570Z | Checking getrandom v0.3.1 |
| 2091 | 2025-09-20T23:31:58.703Z | Checking hashbrown v0.15.4 |
| 2092 | 2025-09-20T23:31:58.729Z | Checking percent-encoding v2.3.2 |
| 2093 | 2025-09-20T23:31:58.757Z | Checking inout v0.1.3 |
| 2094 | 2025-09-20T23:31:58.811Z | Checking zerocopy v0.7.35 |
| 2095 | 2025-09-20T23:31:58.836Z | Checking libm v0.2.8 |
| 2096 | 2025-09-20T23:31:58.862Z | Checking hmac v0.12.1 |
| 2097 | 2025-09-20T23:31:58.957Z | Checking icu_locid_transform_data v1.5.0 |
| 2098 | 2025-09-20T23:31:58.986Z | Checking ryu v1.0.18 |
| 2099 | 2025-09-20T23:31:59.070Z | Checking futures-sink v0.3.31 |
| 2100 | 2025-09-20T23:31:59.095Z | Checking cipher v0.4.4 |
| 2101 | 2025-09-20T23:31:59.150Z | Checking tinystr v0.7.6 |
| 2102 | 2025-09-20T23:31:59.231Z | Checking futures-channel v0.3.31 |
| 2103 | 2025-09-20T23:31:59.256Z | Checking icu_collections v1.5.0 |
| 2104 | 2025-09-20T23:31:59.480Z | Checking icu_locid v1.5.0 |
| 2105 | 2025-09-20T23:31:59.505Z | Checking sha2 v0.10.9 |
| 2106 | 2025-09-20T23:31:59.574Z | Checking slab v0.4.9 |
| 2107 | 2025-09-20T23:31:59.710Z | Checking num-traits v0.2.19 |
| 2108 | 2025-09-20T23:31:59.735Z | Checking pin-utils v0.1.0 |
| 2109 | 2025-09-20T23:31:59.794Z | Checking serde v1.0.223 |
| 2110 | 2025-09-20T23:31:59.831Z | Checking base64ct v1.6.0 |
| 2111 | 2025-09-20T23:31:59.867Z | Checking futures-io v0.3.31 |
| 2112 | 2025-09-20T23:31:59.897Z | Checking icu_properties_data v1.5.0 |
| 2113 | 2025-09-20T23:31:59.941Z | Checking futures-task v0.3.31 |
| 2114 | 2025-09-20T23:32:00.051Z | Checking serde_json v1.0.145 |
| 2115 | 2025-09-20T23:32:00.090Z | Checking utf8_iter v1.0.4 |
| 2116 | 2025-09-20T23:32:00.122Z | Checking flagset v0.4.6 |
| 2117 | 2025-09-20T23:32:00.170Z | Checking futures-util v0.3.31 |
| 2118 | 2025-09-20T23:32:00.286Z | Checking pem-rfc7468 v0.7.0 |
| 2119 | 2025-09-20T23:32:00.311Z | Checking utf16_iter v1.0.5 |
| 2120 | 2025-09-20T23:32:00.344Z | Checking icu_normalizer_data v1.5.0 |
| 2121 | 2025-09-20T23:32:00.400Z | Checking icu_provider v1.5.0 |
| 2122 | 2025-09-20T23:32:00.462Z | Checking write16 v1.0.0 |
| 2123 | 2025-09-20T23:32:00.493Z | Checking ppv-lite86 v0.2.20 |
| 2124 | 2025-09-20T23:32:00.561Z | Checking der v0.7.9 |
| 2125 | 2025-09-20T23:32:00.607Z | Checking salsa20 v0.10.2 |
| 2126 | 2025-09-20T23:32:00.680Z | Checking bytes v1.10.1 |
| 2127 | 2025-09-20T23:32:00.818Z | Checking bitflags v2.9.1 |
| 2128 | 2025-09-20T23:32:00.999Z | Checking icu_locid_transform v1.5.0 |
| 2129 | 2025-09-20T23:32:01.034Z | Checking indexmap v2.11.0 |
| 2130 | 2025-09-20T23:32:01.108Z | Checking pbkdf2 v0.12.2 |
| 2131 | 2025-09-20T23:32:01.134Z | Checking fnv v1.0.7 |
| 2132 | 2025-09-20T23:32:01.276Z | Checking cbc v0.1.2 |
| 2133 | 2025-09-20T23:32:01.302Z | Checking scrypt v0.11.0 |
| 2134 | 2025-09-20T23:32:01.482Z | Checking aes v0.8.4 |
| 2135 | 2025-09-20T23:32:01.507Z | Checking form_urlencoded v1.2.2 |
| 2136 | 2025-09-20T23:32:01.532Z | Checking uuid v1.18.1 |
| 2137 | 2025-09-20T23:32:01.595Z | Checking tokio v1.47.0 |
| 2138 | 2025-09-20T23:32:01.725Z | Checking http v1.3.1 |
| 2139 | 2025-09-20T23:32:01.902Z | Checking icu_properties v1.5.1 |
| 2140 | 2025-09-20T23:32:02.111Z | Checking spki v0.7.3 |
| 2141 | 2025-09-20T23:32:02.143Z | Checking tracing-core v0.1.32 |
| 2142 | 2025-09-20T23:32:02.235Z | Checking iana-time-zone v0.1.63 |
| 2143 | 2025-09-20T23:32:02.285Z | Checking base64 v0.22.1 |
| 2144 | 2025-09-20T23:32:02.404Z | Checking pkcs5 v0.7.1 |
| 2145 | 2025-09-20T23:32:02.429Z | Compiling newtype-uuid v1.2.4 |
| 2146 | 2025-09-20T23:32:02.735Z | Checking rustls-pki-types v1.10.0 |
| 2147 | 2025-09-20T23:32:02.760Z | Checking tracing v0.1.40 |
| 2148 | 2025-09-20T23:32:02.760Z | Checking tinyvec_macros v0.1.1 |
| 2149 | 2025-09-20T23:32:02.890Z | Checking tinyvec v1.8.0 |
| 2150 | 2025-09-20T23:32:02.915Z | Checking pkcs8 v0.10.2 |
| 2151 | 2025-09-20T23:32:02.915Z | Checking http-body v1.0.1 |
| 2152 | 2025-09-20T23:32:03.156Z | Checking chrono v0.4.41 |
| 2153 | 2025-09-20T23:32:03.182Z | Checking rand_core v0.9.3 |
| 2154 | 2025-09-20T23:32:03.218Z | Checking errno v0.3.12 |
| 2155 | 2025-09-20T23:32:03.257Z | Checking aws-lc-sys v0.26.0 |
| 2156 | 2025-09-20T23:32:03.405Z | Checking spin v0.9.8 |
| 2157 | 2025-09-20T23:32:03.535Z | Checking untrusted v0.7.1 |
| 2158 | 2025-09-20T23:32:03.746Z | Checking try-lock v0.2.5 |
| 2159 | 2025-09-20T23:32:03.770Z | Checking openssl-probe v0.1.5 |
| 2160 | 2025-09-20T23:32:03.921Z | Checking tower-service v0.3.3 |
| 2161 | 2025-09-20T23:32:03.982Z | Checking foreign-types-shared v0.1.1 |
| 2162 | 2025-09-20T23:32:04.085Z | Checking adler2 v2.0.0 |
| 2163 | 2025-09-20T23:32:04.110Z | Checking atomic-waker v1.1.2 |
| 2164 | 2025-09-20T23:32:04.154Z | Checking untrusted v0.9.0 |
| 2165 | 2025-09-20T23:32:04.305Z | Checking miniz_oxide v0.8.5 |
| 2166 | 2025-09-20T23:32:04.330Z | Checking foreign-types v0.3.2 |
| 2167 | 2025-09-20T23:32:04.354Z | Checking want v0.3.1 |
| 2168 | 2025-09-20T23:32:04.379Z | Checking ring v0.17.14 |
| 2169 | 2025-09-20T23:32:04.500Z | Checking rand_chacha v0.9.0 |
| 2170 | 2025-09-20T23:32:04.586Z | Checking ipnet v2.11.0 |
| 2171 | 2025-09-20T23:32:04.916Z | Checking httparse v1.9.5 |
| 2172 | 2025-09-20T23:32:05.023Z | Checking icu_normalizer v1.5.0 |
| 2173 | 2025-09-20T23:32:05.085Z | Checking openssl-sys v0.9.109 |
| 2174 | 2025-09-20T23:32:05.109Z | Checking thiserror v1.0.69 |
| 2175 | 2025-09-20T23:32:05.154Z | Checking aho-corasick v1.1.3 |
| 2176 | 2025-09-20T23:32:05.286Z | Checking utf8parse v0.2.2 |
| 2177 | 2025-09-20T23:32:05.363Z | Checking powerfmt v0.2.0 |
| 2178 | 2025-09-20T23:32:05.388Z | Checking aws-lc-rs v1.12.4 |
| 2179 | 2025-09-20T23:32:05.480Z | Checking httpdate v1.0.3 |
| 2180 | 2025-09-20T23:32:05.666Z | Checking regex-syntax v0.8.5 |
| 2181 | 2025-09-20T23:32:05.757Z | Checking unicode-ident v1.0.18 |
| 2182 | 2025-09-20T23:32:05.799Z | Checking idna_adapter v1.2.0 |
| 2183 | 2025-09-20T23:32:05.939Z | Checking anstyle v1.0.11 |
| 2184 | 2025-09-20T23:32:06.008Z | Checking idna v1.0.3 |
| 2185 | 2025-09-20T23:32:06.237Z | Checking openssl v0.10.73 |
| 2186 | 2025-09-20T23:32:06.271Z | Checking proc-macro2 v1.0.101 |
| 2187 | 2025-09-20T23:32:06.486Z | Checking url v2.5.4 |
| 2188 | 2025-09-20T23:32:06.596Z | Checking deranged v0.5.3 |
| 2189 | 2025-09-20T23:32:06.633Z | Checking anstyle-parse v0.2.5 |
| 2190 | 2025-09-20T23:32:06.892Z | Checking rand v0.9.2 |
| 2191 | 2025-09-20T23:32:06.917Z | Checking unicode-normalization v0.1.24 |
| 2192 | 2025-09-20T23:32:07.123Z | Checking rustls-webpki v0.102.8 |
| 2193 | 2025-09-20T23:32:07.328Z | Checking rustix v0.38.37 |
| 2194 | 2025-09-20T23:32:07.681Z | Checking crossbeam-utils v0.8.21 |
| 2195 | 2025-09-20T23:32:07.854Z | Checking semver v1.0.26 |
| 2196 | 2025-09-20T23:32:07.879Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2197 | 2025-09-20T23:32:08.003Z | Checking scroll v0.12.0 |
| 2198 | 2025-09-20T23:32:08.255Z | Checking signature v2.2.0 |
| 2199 | 2025-09-20T23:32:08.310Z | Checking tokio-util v0.7.15 |
| 2200 | 2025-09-20T23:32:08.335Z | Checking crc32fast v1.4.2 |
| 2201 | 2025-09-20T23:32:08.408Z | Checking regex-automata v0.4.8 |
| 2202 | 2025-09-20T23:32:08.433Z | Checking time-core v0.1.6 |
| 2203 | 2025-09-20T23:32:08.458Z | Checking dyn-clone v1.0.20 |
| 2204 | 2025-09-20T23:32:08.586Z | Checking unicode-properties v0.1.3 |
| 2205 | 2025-09-20T23:32:08.615Z | Checking unicode-bidi v0.3.17 |
| 2206 | 2025-09-20T23:32:08.698Z | Checking num_threads v0.1.7 |
| 2207 | 2025-09-20T23:32:08.824Z | Checking anstyle-query v1.1.1 |
| 2208 | 2025-09-20T23:32:08.849Z | Checking colorchoice v1.0.2 |
| 2209 | 2025-09-20T23:32:08.908Z | Checking zlib-rs v0.5.1 |
| 2210 | 2025-09-20T23:32:08.964Z | Checking ucd-trie v0.1.7 |
| 2211 | 2025-09-20T23:32:08.993Z | Checking siphasher v0.3.11 |
| 2212 | 2025-09-20T23:32:09.176Z | Checking plain v0.2.3 |
| 2213 | 2025-09-20T23:32:09.210Z | Checking num-conv v0.1.0 |
| 2214 | 2025-09-20T23:32:09.323Z | Checking is_terminal_polyfill v1.70.1 |
| 2215 | 2025-09-20T23:32:09.359Z | Checking goblin v0.8.2 |
| 2216 | 2025-09-20T23:32:09.462Z | Checking time v0.3.43 |
| 2217 | 2025-09-20T23:32:09.487Z | Checking anstream v0.6.18 |
| 2218 | 2025-09-20T23:32:09.512Z | Checking h2 v0.4.6 |
| 2219 | 2025-09-20T23:32:09.861Z | Checking phf_shared v0.11.2 |
| 2220 | 2025-09-20T23:32:10.150Z | Checking pest v2.7.14 |
| 2221 | 2025-09-20T23:32:10.345Z | Checking stringprep v0.1.5 |
| 2222 | 2025-09-20T23:32:10.586Z | Checking libz-rs-sys v0.5.1 |
| 2223 | 2025-09-20T23:32:10.611Z | Checking schemars v0.8.22 |
| 2224 | 2025-09-20T23:32:10.788Z | Checking crossbeam-epoch v0.9.18 |
| 2225 | 2025-09-20T23:32:10.834Z | Checking native-tls v0.2.12 |
| 2226 | 2025-09-20T23:32:11.151Z | Checking rustls v0.23.19 |
| 2227 | 2025-09-20T23:32:11.192Z | Checking quote v1.0.40 |
| 2228 | 2025-09-20T23:32:11.794Z | Checking zerocopy v0.8.26 |
| 2229 | 2025-09-20T23:32:11.819Z | Checking rand_chacha v0.3.1 |
| 2230 | 2025-09-20T23:32:12.002Z | Checking num-integer v0.1.46 |
| 2231 | 2025-09-20T23:32:12.241Z | Checking serde_spanned v0.6.9 |
| 2232 | 2025-09-20T23:32:12.373Z | Checking toml_datetime v0.6.11 |
| 2233 | 2025-09-20T23:32:12.435Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
| 2234 | 2025-09-20T23:32:12.460Z | Checking md-5 v0.10.6 |
| 2235 | 2025-09-20T23:32:12.549Z | Checking sync_wrapper v1.0.1 |
| 2236 | 2025-09-20T23:32:12.636Z | Checking ff v0.13.0 |
| 2237 | 2025-09-20T23:32:12.685Z | Checking hash32 v0.2.1 |
| 2238 | 2025-09-20T23:32:12.712Z | Checking psl-types v2.0.11 |
| 2239 | 2025-09-20T23:32:12.736Z | Checking either v1.15.0 |
| 2240 | 2025-09-20T23:32:12.846Z | Checking pretty-hex v0.4.1 |
| 2241 | 2025-09-20T23:32:12.927Z | Checking gimli v0.31.1 |
| 2242 | 2025-09-20T23:32:12.961Z | Checking fallible-iterator v0.2.0 |
| 2243 | 2025-09-20T23:32:13.052Z | Checking tower-layer v0.3.3 |
| 2244 | 2025-09-20T23:32:13.097Z | Checking base16ct v0.2.0 |
| 2245 | 2025-09-20T23:32:13.308Z | Checking tower v0.5.2 |
| 2246 | 2025-09-20T23:32:13.332Z | Checking sec1 v0.7.3 |
| 2247 | 2025-09-20T23:32:13.504Z | Checking postgres-protocol v0.6.8 |
| 2248 | 2025-09-20T23:32:13.706Z | Checking heapless v0.7.17 |
| 2249 | 2025-09-20T23:32:13.769Z | Checking dof v0.3.0 |
| 2250 | 2025-09-20T23:32:13.993Z | Checking publicsuffix v2.3.0 |
| 2251 | 2025-09-20T23:32:14.106Z | Checking group v0.13.0 |
| 2252 | 2025-09-20T23:32:14.277Z | Checking zstd-safe v7.2.3 |
| 2253 | 2025-09-20T23:32:14.332Z | Checking num-iter v0.1.45 |
| 2254 | 2025-09-20T23:32:14.357Z | Checking dtrace-parser v0.2.0 |
| 2255 | 2025-09-20T23:32:14.531Z | Checking rand v0.8.5 |
| 2256 | 2025-09-20T23:32:14.576Z | Checking ipnetwork v0.21.1 |
| 2257 | 2025-09-20T23:32:14.600Z | Checking cookie v0.18.1 |
| 2258 | 2025-09-20T23:32:14.781Z | Compiling daft v0.1.4 |
| 2259 | 2025-09-20T23:32:14.828Z | Checking syn v2.0.106 |
| 2260 | 2025-09-20T23:32:14.994Z | Checking tokio-native-tls v0.3.1 |
| 2261 | 2025-09-20T23:32:15.055Z | Checking flate2 v1.1.2 |
| 2262 | 2025-09-20T23:32:15.100Z | Checking hyper v1.7.0 |
| 2263 | 2025-09-20T23:32:15.260Z | Checking terminal_size v0.4.0 |
| 2264 | 2025-09-20T23:32:15.302Z | Checking rustls-native-certs v0.8.1 |
| 2265 | 2025-09-20T23:32:15.444Z | Checking lazy_static v1.5.0 |
| 2266 | 2025-09-20T23:32:15.509Z | Checking webpki-roots v1.0.1 |
| 2267 | 2025-09-20T23:32:15.598Z | Checking http-body-util v0.1.3 |
| 2268 | 2025-09-20T23:32:15.656Z | Checking signal-hook v0.3.18 |
| 2269 | 2025-09-20T23:32:15.686Z | Checking hkdf v0.12.4 |
| 2270 | 2025-09-20T23:32:15.710Z | Checking crypto-bigint v0.5.5 |
| 2271 | 2025-09-20T23:32:15.877Z | Checking tokio-rustls v0.26.0 |
| 2272 | 2025-09-20T23:32:15.902Z | Checking thread-id v4.2.2 |
| 2273 | 2025-09-20T23:32:15.991Z | Checking object v0.36.5 |
| 2274 | 2025-09-20T23:32:16.016Z | Checking clap_lex v0.7.4 |
| 2275 | 2025-09-20T23:32:16.040Z | Checking strsim v0.11.1 |
| 2276 | 2025-09-20T23:32:16.260Z | Checking addr2line v0.24.2 |
| 2277 | 2025-09-20T23:32:16.285Z | Checking rustc-demangle v0.1.24 |
| 2278 | 2025-09-20T23:32:16.310Z | Checking simd-adler32 v0.3.7 |
| 2279 | 2025-09-20T23:32:16.334Z | Checking winnow v0.5.40 |
| 2280 | 2025-09-20T23:32:16.634Z | Checking managed v0.8.0 |
| 2281 | 2025-09-20T23:32:16.701Z | Checking iri-string v0.7.8 |
| 2282 | 2025-09-20T23:32:16.757Z | Checking lockfree-object-pool v0.1.6 |
| 2283 | 2025-09-20T23:32:16.899Z | Checking hyper-util v0.1.16 |
| 2284 | 2025-09-20T23:32:16.997Z | Checking bumpalo v3.16.0 |
| 2285 | 2025-09-20T23:32:17.022Z | Checking bitflags v1.3.2 |
| 2286 | 2025-09-20T23:32:17.132Z | Compiling rayon-core v1.12.1 |
| 2287 | 2025-09-20T23:32:17.322Z | Checking zopfli v0.8.1 |
| 2288 | 2025-09-20T23:32:17.444Z | Checking smoltcp v0.9.1 |
| 2289 | 2025-09-20T23:32:17.958Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2290 | 2025-09-20T23:32:18.095Z | Checking elliptic-curve v0.13.8 |
| 2291 | 2025-09-20T23:32:18.258Z | Checking clap_builder v4.5.41 |
| 2292 | 2025-09-20T23:32:18.674Z | Checking signal-hook-mio v0.2.4 |
| 2293 | 2025-09-20T23:32:18.721Z | Checking num-bigint-dig v0.8.4 |
| 2294 | 2025-09-20T23:32:18.794Z | Checking toml_edit v0.19.15 |
| 2295 | 2025-09-20T23:32:18.830Z | Checking cookie_store v0.21.1 |
| 2296 | 2025-09-20T23:32:19.006Z | Checking tower-http v0.6.6 |
| 2297 | 2025-09-20T23:32:19.233Z | Checking hyper-tls v0.6.0 |
| 2298 | 2025-09-20T23:32:19.507Z | Checking hyper-rustls v0.27.7 |
| 2299 | 2025-09-20T23:32:19.548Z | Checking oxnet v0.1.3 |
| 2300 | 2025-09-20T23:32:19.572Z | Checking zstd v0.13.3 |
| 2301 | 2025-09-20T23:32:19.865Z | Checking postgres-types v0.2.9 |
| 2302 | 2025-09-20T23:32:19.960Z | Checking bstr v1.10.0 |
| 2303 | 2025-09-20T23:32:19.985Z | Checking regex v1.11.1 |
| 2304 | 2025-09-20T23:32:20.161Z | Checking usdt-impl v0.5.0 |
| 2305 | 2025-09-20T23:32:20.481Z | Checking crossbeam-deque v0.8.5 |
| 2306 | 2025-09-20T23:32:20.538Z | Checking phf v0.11.2 |
| 2307 | 2025-09-20T23:32:20.658Z | Checking ed25519 v2.2.3 |
| 2308 | 2025-09-20T23:32:20.682Z | Checking bzip2 v0.5.2 |
| 2309 | 2025-09-20T23:32:20.785Z | Checking bzip2 v0.4.4 |
| 2310 | 2025-09-20T23:32:20.809Z | Checking thiserror v2.0.16 |
| 2311 | 2025-09-20T23:32:20.834Z | Checking curve25519-dalek v4.1.3 |
| 2312 | 2025-09-20T23:32:20.962Z | Checking pkcs1 v0.7.5 |
| 2313 | 2025-09-20T23:32:20.987Z | Checking strum v0.27.2 |
| 2314 | 2025-09-20T23:32:20.987Z | Checking hubpack v0.1.2 |
| 2315 | 2025-09-20T23:32:21.060Z | Checking memoffset v0.9.1 |
| 2316 | 2025-09-20T23:32:21.117Z | Checking serde_urlencoded v0.7.1 |
| 2317 | 2025-09-20T23:32:21.197Z | Checking float-cmp v0.10.0 |
| 2318 | 2025-09-20T23:32:21.223Z | Checking serde-big-array v0.5.1 |
| 2319 | 2025-09-20T23:32:21.312Z | Checking rfc6979 v0.4.0 |
| 2320 | 2025-09-20T23:32:21.349Z | Checking socket2 v0.5.10 |
| 2321 | 2025-09-20T23:32:21.374Z | Checking memmap v0.7.0 |
| 2322 | 2025-09-20T23:32:21.429Z | Checking backtrace v0.3.74 |
| 2323 | 2025-09-20T23:32:21.454Z | Checking env_filter v0.1.2 |
| 2324 | 2025-09-20T23:32:21.454Z | Checking encoding_rs v0.8.34 |
| 2325 | 2025-09-20T23:32:21.516Z | Checking unicode-segmentation v1.12.0 |
| 2326 | 2025-09-20T23:32:21.541Z | Checking mime v0.3.17 |
| 2327 | 2025-09-20T23:32:21.604Z | Checking whoami v1.5.2 |
| 2328 | 2025-09-20T23:32:21.722Z | Checking fixedbitset v0.4.2 |
| 2329 | 2025-09-20T23:32:21.827Z | Checking difflib v0.4.0 |
| 2330 | 2025-09-20T23:32:21.873Z | Checking toml_write v0.1.2 |
| 2331 | 2025-09-20T23:32:21.901Z | Checking normalize-line-endings v0.3.0 |
| 2332 | 2025-09-20T23:32:21.974Z | Checking data-encoding v2.9.0 |
| 2333 | 2025-09-20T23:32:21.998Z | Checking winnow v0.7.10 |
| 2334 | 2025-09-20T23:32:22.049Z | Checking minimal-lexical v0.2.1 |
| 2335 | 2025-09-20T23:32:22.127Z | Checking static_assertions v1.1.0 |
| 2336 | 2025-09-20T23:32:22.161Z | Checking precomputed-hash v0.1.1 |
| 2337 | 2025-09-20T23:32:22.201Z | Checking new_debug_unreachable v1.0.6 |
| 2338 | 2025-09-20T23:32:22.240Z | Checking predicates-core v1.0.8 |
| 2339 | 2025-09-20T23:32:22.299Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2340 | 2025-09-20T23:32:22.324Z | Checking string_cache v0.8.9 |
| 2341 | 2025-09-20T23:32:22.437Z | Checking nom v7.1.3 |
| 2342 | 2025-09-20T23:32:22.462Z | Checking predicates v3.1.3 |
| 2343 | 2025-09-20T23:32:22.486Z | Checking ed25519-dalek v2.1.1 |
| 2344 | 2025-09-20T23:32:22.511Z | Checking hickory-proto v0.25.2 |
| 2345 | 2025-09-20T23:32:22.623Z | Checking similar v2.7.0 |
| 2346 | 2025-09-20T23:32:22.898Z | Checking petgraph v0.6.5 |
| 2347 | 2025-09-20T23:32:23.062Z | Checking anyhow v1.0.99 |
| 2348 | 2025-09-20T23:32:23.389Z | Checking reqwest v0.12.22 |
| 2349 | 2025-09-20T23:32:23.426Z | Checking tokio-postgres v0.7.13 |
| 2350 | 2025-09-20T23:32:23.453Z | Checking env_logger v0.11.5 |
| 2351 | 2025-09-20T23:32:23.767Z | Checking usdt v0.5.0 |
| 2352 | 2025-09-20T23:32:24.032Z | Checking ecdsa v0.16.9 |
| 2353 | 2025-09-20T23:32:24.472Z | Checking toml_edit v0.22.27 |
| 2354 | 2025-09-20T23:32:24.711Z | Checking rsa v0.9.6 |
| 2355 | 2025-09-20T23:32:25.123Z | Checking nix v0.29.0 |
| 2356 | 2025-09-20T23:32:25.279Z | Checking toml v0.7.8 |
| 2357 | 2025-09-20T23:32:25.647Z | Checking zip v0.6.6 |
| 2358 | 2025-09-20T23:32:25.750Z | Checking clap v4.5.41 |
| 2359 | 2025-09-20T23:32:25.878Z | Checking zip v4.2.0 |
| 2360 | 2025-09-20T23:32:25.968Z | Checking crossterm v0.28.1 |
| 2361 | 2025-09-20T23:32:26.356Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2362 | 2025-09-20T23:32:26.412Z | Checking ahash v0.8.12 |
| 2363 | 2025-09-20T23:32:26.582Z | Checking itertools v0.10.5 |
| 2364 | 2025-09-20T23:32:26.730Z | Checking itertools v0.12.1 |
| 2365 | 2025-09-20T23:32:26.786Z | Checking tokio-stream v0.1.17 |
| 2366 | 2025-09-20T23:32:26.901Z | Checking buf-list v1.0.3 |
| 2367 | 2025-09-20T23:32:27.096Z | Checking fs-err v3.1.1 |
| 2368 | 2025-09-20T23:32:27.227Z | Checking strum v0.26.3 |
| 2369 | 2025-09-20T23:32:27.418Z | Checking rustix v1.0.7 |
| 2370 | 2025-09-20T23:32:27.480Z | Checking slog v2.7.0 |
| 2371 | 2025-09-20T23:32:27.533Z | Checking x509-cert v0.2.5 |
| 2372 | 2025-09-20T23:32:27.599Z | Checking openapiv3 v2.2.0 |
| 2373 | 2025-09-20T23:32:27.680Z | Checking sha1 v0.10.6 |
| 2374 | 2025-09-20T23:32:27.943Z | Checking winnow v0.6.26 |
| 2375 | 2025-09-20T23:32:27.967Z | Checking unicode-xid v0.2.6 |
| 2376 | 2025-09-20T23:32:28.144Z | Checking peg-runtime v0.8.5 |
| 2377 | 2025-09-20T23:32:28.386Z | Checking lalrpop-util v0.19.12 |
| 2378 | 2025-09-20T23:32:28.551Z | Checking rustc-hash v2.1.1 |
| 2379 | 2025-09-20T23:32:28.690Z | Checking rayon v1.10.0 |
| 2380 | 2025-09-20T23:32:28.723Z | Checking camino v1.2.0 |
| 2381 | 2025-09-20T23:32:28.749Z | Checking sigpipe v0.1.3 |
| 2382 | 2025-09-20T23:32:28.886Z | Checking glob v0.3.2 |
| 2383 | 2025-09-20T23:32:28.998Z | Checking jiff v0.2.15 |
| 2384 | 2025-09-20T23:32:34.407Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2385 | 2025-09-20T23:32:35.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.96s |
| 2386 | 2025-09-20T23:32:35.245Z | |
| 2387 | 2025-09-20T23:32:35.245Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (50/227) |
| 2388 | 2025-09-20T23:32:36.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2389 | 2025-09-20T23:32:36.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2390 | 2025-09-20T23:32:36.661Z | Compiling regress v0.10.4 |
| 2391 | 2025-09-20T23:32:36.704Z | Compiling ident_case v1.0.1 |
| 2392 | 2025-09-20T23:32:36.750Z | Checking heck v0.5.0 |
| 2393 | 2025-09-20T23:32:36.781Z | Checking newtype-uuid v1.2.4 |
| 2394 | 2025-09-20T23:32:36.805Z | Compiling unsafe-libyaml v0.2.11 |
| 2395 | 2025-09-20T23:32:36.830Z | Checking futures-executor v0.3.31 |
| 2396 | 2025-09-20T23:32:36.830Z | Checking fastrand v2.1.1 |
| 2397 | 2025-09-20T23:32:36.932Z | Compiling darling_core v0.20.10 |
| 2398 | 2025-09-20T23:32:36.972Z | Checking thread_local v1.1.8 |
| 2399 | 2025-09-20T23:32:37.098Z | Checking futures v0.3.31 |
| 2400 | 2025-09-20T23:32:37.122Z | Checking daft v0.1.4 |
| 2401 | 2025-09-20T23:32:37.200Z | Checking tempfile v3.20.0 |
| 2402 | 2025-09-20T23:32:37.233Z | Checking macaddr v1.0.1 |
| 2403 | 2025-09-20T23:32:37.280Z | Compiling structmeta-derive v0.3.0 |
| 2404 | 2025-09-20T23:32:37.564Z | Compiling ref-cast v1.0.24 |
| 2405 | 2025-09-20T23:32:37.589Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2406 | 2025-09-20T23:32:37.614Z | Checking crossbeam-channel v0.5.15 |
| 2407 | 2025-09-20T23:32:37.725Z | Compiling ref-cast-impl v1.0.24 |
| 2408 | 2025-09-20T23:32:38.041Z | Compiling serde_yaml v0.9.34+deprecated |
| 2409 | 2025-09-20T23:32:38.347Z | Checking is-terminal v0.4.13 |
| 2410 | 2025-09-20T23:32:38.442Z | Checking take_mut v0.2.2 |
| 2411 | 2025-09-20T23:32:38.501Z | Compiling rustls v0.22.4 |
| 2412 | 2025-09-20T23:32:38.617Z | Checking term v1.1.0 |
| 2413 | 2025-09-20T23:32:38.844Z | Checking slog-async v2.8.0 |
| 2414 | 2025-09-20T23:32:38.898Z | Compiling multer v3.1.0 |
| 2415 | 2025-09-20T23:32:39.073Z | Checking slog-term v2.9.2 |
| 2416 | 2025-09-20T23:32:39.167Z | Checking match_cfg v0.1.0 |
| 2417 | 2025-09-20T23:32:39.291Z | Checking hostname v0.3.1 |
| 2418 | 2025-09-20T23:32:39.484Z | Checking toml_parser v1.0.2 |
| 2419 | 2025-09-20T23:32:39.632Z | Compiling structmeta v0.3.0 |
| 2420 | 2025-09-20T23:32:39.656Z | Checking slog-json v2.6.1 |
| 2421 | 2025-09-20T23:32:39.801Z | Checking typify-impl v0.3.0 |
| 2422 | 2025-09-20T23:32:40.076Z | Checking toml_datetime v0.7.0 |
| 2423 | 2025-09-20T23:32:40.234Z | Checking serde_spanned v1.0.0 |
| 2424 | 2025-09-20T23:32:40.475Z | Checking hex v0.4.3 |
| 2425 | 2025-09-20T23:32:40.500Z | Compiling async-stream-impl v0.3.6 |
| 2426 | 2025-09-20T23:32:40.962Z | Checking wait-timeout v0.2.0 |
| 2427 | 2025-09-20T23:32:41.187Z | Compiling dropshot v0.16.4 |
| 2428 | 2025-09-20T23:32:41.477Z | Checking quick-error v1.2.3 |
| 2429 | 2025-09-20T23:32:41.513Z | Checking bit-vec v0.8.0 |
| 2430 | 2025-09-20T23:32:41.641Z | Checking toml_writer v1.0.2 |
| 2431 | 2025-09-20T23:32:41.669Z | Checking debug-ignore v1.0.5 |
| 2432 | 2025-09-20T23:32:41.848Z | Checking async-stream v0.3.6 |
| 2433 | 2025-09-20T23:32:41.890Z | Checking bit-set v0.8.0 |
| 2434 | 2025-09-20T23:32:42.005Z | Checking toml v0.9.5 |
| 2435 | 2025-09-20T23:32:42.073Z | Checking rusty-fork v0.3.0 |
| 2436 | 2025-09-20T23:32:42.264Z | Compiling derive-ex v0.1.8 |
| 2437 | 2025-09-20T23:32:42.295Z | Checking slog-bunyan v2.5.0 |
| 2438 | 2025-09-20T23:32:42.370Z | Compiling darling_macro v0.20.10 |
| 2439 | 2025-09-20T23:32:42.496Z | Checking rand_xorshift v0.4.0 |
| 2440 | 2025-09-20T23:32:42.692Z | Checking progenitor-client v0.9.1 |
| 2441 | 2025-09-20T23:32:42.717Z | Checking tokio-rustls v0.25.0 |
| 2442 | 2025-09-20T23:32:42.817Z | Checking waitgroup v0.1.2 |
| 2443 | 2025-09-20T23:32:42.993Z | Checking rustls-pemfile v2.2.0 |
| 2444 | 2025-09-20T23:32:43.101Z | Compiling dropshot_endpoint v0.16.4 |
| 2445 | 2025-09-20T23:32:43.126Z | Checking serde_path_to_error v0.1.17 |
| 2446 | 2025-09-20T23:32:43.220Z | Compiling darling v0.20.10 |
| 2447 | 2025-09-20T23:32:43.247Z | Compiling derive-where v1.5.0 |
| 2448 | 2025-09-20T23:32:43.328Z | Checking hostname v0.4.0 |
| 2449 | 2025-09-20T23:32:43.366Z | Compiling serde_with_macros v3.14.0 |
| 2450 | 2025-09-20T23:32:43.508Z | Checking unarray v0.1.4 |
| 2451 | 2025-09-20T23:32:43.557Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2452 | 2025-09-20T23:32:43.701Z | Checking proptest v1.7.0 |
| 2453 | 2025-09-20T23:32:43.732Z | Compiling parse-display-derive v0.10.0 |
| 2454 | 2025-09-20T23:32:43.757Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2455 | 2025-09-20T23:32:44.279Z | Compiling darling_core v0.21.0 |
| 2456 | 2025-09-20T23:32:45.681Z | Checking serde_with v3.14.0 |
| 2457 | 2025-09-20T23:32:45.999Z | Compiling test-strategy v0.4.3 |
| 2458 | 2025-09-20T23:32:46.311Z | Checking progenitor-client v0.10.0 |
| 2459 | 2025-09-20T23:32:46.708Z | Checking hashbrown v0.16.0 |
| 2460 | 2025-09-20T23:32:47.327Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2461 | 2025-09-20T23:32:47.683Z | Checking instant v0.1.13 |
| 2462 | 2025-09-20T23:32:47.833Z | Checking foldhash v0.2.0 |
| 2463 | 2025-09-20T23:32:48.010Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2464 | 2025-09-20T23:32:48.118Z | Checking backoff v0.4.0 |
| 2465 | 2025-09-20T23:32:48.142Z | Checking iddqd v0.3.13 |
| 2466 | 2025-09-20T23:32:48.174Z | Checking parse-display v0.10.0 |
| 2467 | 2025-09-20T23:32:48.199Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2468 | 2025-09-20T23:32:48.438Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2469 | 2025-09-20T23:32:48.463Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2470 | 2025-09-20T23:32:48.787Z | Checking unicode-width v0.1.14 |
| 2471 | 2025-09-20T23:32:48.909Z | Compiling proc-macro-error v1.0.4 |
| 2472 | 2025-09-20T23:32:49.259Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 2473 | 2025-09-20T23:32:49.284Z | Compiling itertools v0.14.0 |
| 2474 | 2025-09-20T23:32:49.538Z | Compiling heapless v0.8.0 |
| 2475 | 2025-09-20T23:32:49.567Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2476 | 2025-09-20T23:32:49.798Z | Compiling proc-macro-crate v1.3.1 |
| 2477 | 2025-09-20T23:32:50.083Z | Checking hash32 v0.3.1 |
| 2478 | 2025-09-20T23:32:50.109Z | Compiling darling_macro v0.21.0 |
| 2479 | 2025-09-20T23:32:50.168Z | Compiling smoltcp v0.11.0 |
| 2480 | 2025-09-20T23:32:50.311Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2481 | 2025-09-20T23:32:50.643Z | Compiling typify-impl v0.4.3 |
| 2482 | 2025-09-20T23:32:50.747Z | Compiling num_enum_derive v0.5.11 |
| 2483 | 2025-09-20T23:32:50.859Z | Compiling foreign-types-macros v0.2.3 |
| 2484 | 2025-09-20T23:32:50.884Z | Compiling typify-macro v0.3.0 |
| 2485 | 2025-09-20T23:32:50.964Z | Compiling darling v0.21.0 |
| 2486 | 2025-09-20T23:32:50.996Z | Checking foreign-types-shared v0.3.1 |
| 2487 | 2025-09-20T23:32:51.122Z | Checking cobs v0.2.3 |
| 2488 | 2025-09-20T23:32:51.360Z | Checking postcard v1.0.10 |
| 2489 | 2025-09-20T23:32:51.531Z | Checking tabwriter v1.4.0 |
| 2490 | 2025-09-20T23:32:51.802Z | Compiling typify-impl v0.2.0 |
| 2491 | 2025-09-20T23:32:51.907Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2492 | 2025-09-20T23:32:51.980Z | Checking foreign-types v0.5.0 |
| 2493 | 2025-09-20T23:32:52.108Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 2494 | 2025-09-20T23:32:52.164Z | Compiling ingot-macros v0.1.1 |
| 2495 | 2025-09-20T23:32:52.555Z | Checking cstr-argument v0.1.2 |
| 2496 | 2025-09-20T23:32:52.680Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 2497 | 2025-09-20T23:32:52.765Z | Checking pretty-hex v0.2.1 |
| 2498 | 2025-09-20T23:32:52.841Z | Checking num_enum v0.5.11 |
| 2499 | 2025-09-20T23:32:52.974Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2500 | 2025-09-20T23:32:53.028Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2501 | 2025-09-20T23:32:53.083Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2502 | 2025-09-20T23:32:53.312Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2503 | 2025-09-20T23:32:53.338Z | Checking colored v2.2.0 |
| 2504 | 2025-09-20T23:32:53.416Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 2505 | 2025-09-20T23:32:53.505Z | Checking unicode-width v0.2.0 |
| 2506 | 2025-09-20T23:32:53.736Z | Compiling crucible-workspace-hack v0.1.0 |
| 2507 | 2025-09-20T23:32:54.010Z | Compiling semver v0.1.20 |
| 2508 | 2025-09-20T23:32:54.299Z | Checking console v0.15.10 |
| 2509 | 2025-09-20T23:32:54.381Z | Compiling zone_cfg_derive v0.3.0 |
| 2510 | 2025-09-20T23:32:54.572Z | Compiling typify v0.3.0 |
| 2511 | 2025-09-20T23:32:54.797Z | Compiling progenitor-impl v0.9.1 |
| 2512 | 2025-09-20T23:32:55.085Z | Compiling rustc_version v0.1.7 |
| 2513 | 2025-09-20T23:32:55.871Z | Checking camino-tempfile v1.4.1 |
| 2514 | 2025-09-20T23:32:56.145Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2515 | 2025-09-20T23:32:56.489Z | Checking smf v0.2.3 |
| 2516 | 2025-09-20T23:32:56.821Z | Compiling num-derive v0.4.2 |
| 2517 | 2025-09-20T23:32:56.940Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2518 | 2025-09-20T23:32:57.236Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2519 | 2025-09-20T23:32:57.563Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2520 | 2025-09-20T23:32:57.823Z | Checking zone v0.3.1 |
| 2521 | 2025-09-20T23:32:58.049Z | Compiling newtype_derive v0.1.6 |
| 2522 | 2025-09-20T23:32:58.131Z | Checking ingot-types v0.1.2 |
| 2523 | 2025-09-20T23:32:58.557Z | Checking num-rational v0.4.2 |
| 2524 | 2025-09-20T23:32:58.582Z | Checking password-hash v0.5.0 |
| 2525 | 2025-09-20T23:32:58.631Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2526 | 2025-09-20T23:32:58.889Z | Checking ingot v0.1.1 |
| 2527 | 2025-09-20T23:32:59.067Z | Checking blake2 v0.10.6 |
| 2528 | 2025-09-20T23:32:59.092Z | Checking num-complex v0.4.6 |
| 2529 | 2025-09-20T23:32:59.165Z | Compiling pin-project-internal v1.1.6 |
| 2530 | 2025-09-20T23:32:59.565Z | Compiling cancel-safe-futures v0.1.5 |
| 2531 | 2025-09-20T23:32:59.970Z | Compiling owo-colors v4.2.2 |
| 2532 | 2025-09-20T23:33:00.017Z | Checking num v0.4.3 |
| 2533 | 2025-09-20T23:33:00.180Z | Checking argon2 v0.5.3 |
| 2534 | 2025-09-20T23:33:00.706Z | Checking atomicwrites v0.4.4 |
| 2535 | 2025-09-20T23:33:00.827Z | Checking newline-converter v0.3.0 |
| 2536 | 2025-09-20T23:33:00.868Z | Checking pem v3.0.5 |
| 2537 | 2025-09-20T23:33:00.948Z | Checking libsw-core v0.3.1 |
| 2538 | 2025-09-20T23:33:01.009Z | Compiling progenitor-macro v0.9.1 |
| 2539 | 2025-09-20T23:33:01.034Z | Compiling snafu-derive v0.8.5 |
| 2540 | 2025-09-20T23:33:01.166Z | Compiling lzma-sys v0.1.20 |
| 2541 | 2025-09-20T23:33:01.216Z | Checking secrecy v0.10.3 |
| 2542 | 2025-09-20T23:33:01.417Z | Checking csv-core v0.1.11 |
| 2543 | 2025-09-20T23:33:01.639Z | Checking pin-project v1.1.6 |
| 2544 | 2025-09-20T23:33:01.681Z | Compiling typify-macro v0.4.3 |
| 2545 | 2025-09-20T23:33:01.787Z | Checking bytecount v0.6.8 |
| 2546 | 2025-09-20T23:33:01.822Z | Checking same-file v1.0.6 |
| 2547 | 2025-09-20T23:33:01.868Z | Checking fixedbitset v0.5.7 |
| 2548 | 2025-09-20T23:33:01.977Z | Compiling convert_case v0.4.0 |
| 2549 | 2025-09-20T23:33:02.033Z | Checking indent_write v2.2.0 |
| 2550 | 2025-09-20T23:33:02.193Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 2551 | 2025-09-20T23:33:02.276Z | Checking float-ord v0.3.2 |
| 2552 | 2025-09-20T23:33:02.307Z | Checking arc-swap v1.7.1 |
| 2553 | 2025-09-20T23:33:02.409Z | Compiling typify-macro v0.2.0 |
| 2554 | 2025-09-20T23:33:02.452Z | Checking utf-8 v0.7.6 |
| 2555 | 2025-09-20T23:33:02.688Z | Checking tungstenite v0.21.0 |
| 2556 | 2025-09-20T23:33:02.758Z | Checking slog-scope v4.4.0 |
| 2557 | 2025-09-20T23:33:02.783Z | Compiling derive_more v0.99.20 |
| 2558 | 2025-09-20T23:33:02.994Z | Checking petgraph v0.8.2 |
| 2559 | 2025-09-20T23:33:03.583Z | Checking walkdir v2.5.0 |
| 2560 | 2025-09-20T23:33:03.886Z | Checking papergrid v0.11.0 |
| 2561 | 2025-09-20T23:33:04.495Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 2562 | 2025-09-20T23:33:05.325Z | Compiling typify v0.4.3 |
| 2563 | 2025-09-20T23:33:05.377Z | Checking snafu v0.8.5 |
| 2564 | 2025-09-20T23:33:05.520Z | Compiling progenitor-impl v0.10.0 |
| 2565 | 2025-09-20T23:33:05.897Z | Checking csv v1.3.1 |
| 2566 | 2025-09-20T23:33:06.027Z | Compiling typify v0.2.0 |
| 2567 | 2025-09-20T23:33:06.204Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 2568 | 2025-09-20T23:33:06.229Z | Compiling progenitor-impl v0.8.0 |
| 2569 | 2025-09-20T23:33:06.585Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2570 | 2025-09-20T23:33:06.699Z | Checking libsw v3.5.0 |
| 2571 | 2025-09-20T23:33:06.966Z | Checking expectorate v1.2.0 |
| 2572 | 2025-09-20T23:33:07.363Z | Compiling tabled_derive v0.7.0 |
| 2573 | 2025-09-20T23:33:07.680Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2574 | 2025-09-20T23:33:08.275Z | Checking globset v0.4.15 |
| 2575 | 2025-09-20T23:33:08.331Z | Checking olpc-cjson v0.1.4 |
| 2576 | 2025-09-20T23:33:08.545Z | Compiling heck v0.3.3 |
| 2577 | 2025-09-20T23:33:08.580Z | Checking progenitor-client v0.8.0 |
| 2578 | 2025-09-20T23:33:08.647Z | Checking serde_plain v1.0.2 |
| 2579 | 2025-09-20T23:33:08.800Z | Compiling async-recursion v1.1.1 |
| 2580 | 2025-09-20T23:33:08.923Z | Checking smawk v0.3.2 |
| 2581 | 2025-09-20T23:33:08.949Z | Checking typed-path v0.9.3 |
| 2582 | 2025-09-20T23:33:08.974Z | Checking swrite v0.1.0 |
| 2583 | 2025-09-20T23:33:09.120Z | Checking highway v1.3.0 |
| 2584 | 2025-09-20T23:33:09.180Z | Checking unicode-linebreak v0.1.5 |
| 2585 | 2025-09-20T23:33:09.339Z | Checking linear-map v1.2.0 |
| 2586 | 2025-09-20T23:33:09.578Z | Checking textwrap v0.16.2 |
| 2587 | 2025-09-20T23:33:09.620Z | Checking tabled v0.15.0 |
| 2588 | 2025-09-20T23:33:09.688Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2589 | 2025-09-20T23:33:10.084Z | Compiling zone_cfg_derive v0.1.2 |
| 2590 | 2025-09-20T23:33:10.281Z | Checking steno v0.4.1 |
| 2591 | 2025-09-20T23:33:10.904Z | Checking tough v0.20.0 |
| 2592 | 2025-09-20T23:33:11.501Z | Checking tokio-tungstenite v0.21.0 |
| 2593 | 2025-09-20T23:33:11.672Z | Compiling progenitor-macro v0.10.0 |
| 2594 | 2025-09-20T23:33:12.022Z | Checking slog-stdlog v4.1.1 |
| 2595 | 2025-09-20T23:33:12.219Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2596 | 2025-09-20T23:33:12.375Z | Checking humantime v2.2.0 |
| 2597 | 2025-09-20T23:33:12.445Z | Compiling progenitor-macro v0.8.0 |
| 2598 | 2025-09-20T23:33:12.502Z | Checking base64 v0.21.7 |
| 2599 | 2025-09-20T23:33:12.539Z | Checking number_prefix v0.4.0 |
| 2600 | 2025-09-20T23:33:12.606Z | Checking progenitor v0.9.1 |
| 2601 | 2025-09-20T23:33:12.639Z | Checking base64 v0.13.1 |
| 2602 | 2025-09-20T23:33:12.720Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2603 | 2025-09-20T23:33:12.777Z | Checking indicatif v0.17.11 |
| 2604 | 2025-09-20T23:33:12.852Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 2605 | 2025-09-20T23:33:12.982Z | Checking slog-envlogger v2.2.0 |
| 2606 | 2025-09-20T23:33:13.066Z | Checking ron v0.7.1 |
| 2607 | 2025-09-20T23:33:13.200Z | Checking xz2 v0.1.7 |
| 2608 | 2025-09-20T23:33:13.234Z | Checking zone v0.1.8 |
| 2609 | 2025-09-20T23:33:13.472Z | Checking toml v0.8.23 |
| 2610 | 2025-09-20T23:33:13.521Z | Checking tokio-dtrace v0.1.0 |
| 2611 | 2025-09-20T23:33:13.829Z | Checking xattr v1.3.1 |
| 2612 | 2025-09-20T23:33:13.891Z | Checking yasna v0.5.2 |
| 2613 | 2025-09-20T23:33:14.078Z | Checking headers-core v0.3.0 |
| 2614 | 2025-09-20T23:33:14.165Z | Checking filetime v0.2.25 |
| 2615 | 2025-09-20T23:33:14.208Z | Checking oxide-tokio-rt v0.1.2 |
| 2616 | 2025-09-20T23:33:14.269Z | Checking headers v0.4.1 |
| 2617 | 2025-09-20T23:33:14.429Z | Checking tar v0.4.44 |
| 2618 | 2025-09-20T23:33:14.514Z | Checking subprocess v0.2.9 |
| 2619 | 2025-09-20T23:33:14.735Z | Checking rcgen v0.12.1 |
| 2620 | 2025-09-20T23:33:17.525Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2621 | 2025-09-20T23:33:19.047Z | Checking progenitor v0.10.0 |
| 2622 | 2025-09-20T23:33:19.393Z | Checking progenitor v0.8.0 |
| 2623 | 2025-09-20T23:33:19.649Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2624 | 2025-09-20T23:33:23.308Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2625 | 2025-09-20T23:33:27.736Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2626 | 2025-09-20T23:33:27.736Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2627 | 2025-09-20T23:33:27.761Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2628 | 2025-09-20T23:33:27.761Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2629 | 2025-09-20T23:33:27.761Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2630 | 2025-09-20T23:33:30.484Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2631 | 2025-09-20T23:33:30.894Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2632 | 2025-09-20T23:33:31.270Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2633 | 2025-09-20T23:33:31.995Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2634 | 2025-09-20T23:33:34.969Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2635 | 2025-09-20T23:33:56.857Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2636 | 2025-09-20T23:33:59.451Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2637 | 2025-09-20T23:34:01.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
| 2638 | 2025-09-20T23:34:01.999Z | |
| 2639 | 2025-09-20T23:34:01.999Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/227) |
| 2640 | 2025-09-20T23:34:03.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2641 | 2025-09-20T23:34:03.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2642 | 2025-09-20T23:34:03.296Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2643 | 2025-09-20T23:34:05.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.68s |
| 2644 | 2025-09-20T23:34:05.912Z | |
| 2645 | 2025-09-20T23:34:05.912Z | info: running `cargo check --bins` on nexus-config (52/227) |
| 2646 | 2025-09-20T23:34:07.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2647 | 2025-09-20T23:34:07.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2648 | 2025-09-20T23:34:07.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2649 | 2025-09-20T23:34:07.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
| 2650 | 2025-09-20T23:34:07.159Z | |
| 2651 | 2025-09-20T23:34:07.159Z | info: running `cargo check --bins` on nexus-types (53/227) |
| 2652 | 2025-09-20T23:34:08.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2653 | 2025-09-20T23:34:08.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2654 | 2025-09-20T23:34:08.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2655 | 2025-09-20T23:34:08.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 2656 | 2025-09-20T23:34:08.349Z | |
| 2657 | 2025-09-20T23:34:08.349Z | info: running `cargo check --bins` on clickhouse-admin-types (54/227) |
| 2658 | 2025-09-20T23:34:09.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2659 | 2025-09-20T23:34:09.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2660 | 2025-09-20T23:34:09.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2661 | 2025-09-20T23:34:09.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 2662 | 2025-09-20T23:34:09.499Z | |
| 2663 | 2025-09-20T23:34:09.499Z | info: running `cargo check --bins` on cockroach-admin-types (55/227) |
| 2664 | 2025-09-20T23:34:10.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2665 | 2025-09-20T23:34:10.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2666 | 2025-09-20T23:34:10.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2667 | 2025-09-20T23:34:10.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 2668 | 2025-09-20T23:34:10.631Z | |
| 2669 | 2025-09-20T23:34:10.631Z | info: running `cargo check --bins` on gateway-client (56/227) |
| 2670 | 2025-09-20T23:34:11.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2671 | 2025-09-20T23:34:11.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2672 | 2025-09-20T23:34:11.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2673 | 2025-09-20T23:34:11.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 2674 | 2025-09-20T23:34:11.746Z | |
| 2675 | 2025-09-20T23:34:11.746Z | info: running `cargo check --bins` on ereport-types (57/227) |
| 2676 | 2025-09-20T23:34:12.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2677 | 2025-09-20T23:34:12.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2678 | 2025-09-20T23:34:12.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2679 | 2025-09-20T23:34:12.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 2680 | 2025-09-20T23:34:12.849Z | |
| 2681 | 2025-09-20T23:34:12.849Z | info: running `cargo check --bins` on gateway-types (58/227) |
| 2682 | 2025-09-20T23:34:13.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2683 | 2025-09-20T23:34:13.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2684 | 2025-09-20T23:34:13.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2685 | 2025-09-20T23:34:13.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 2686 | 2025-09-20T23:34:13.981Z | |
| 2687 | 2025-09-20T23:34:13.981Z | info: running `cargo check --bins` on internal-dns-types (59/227) |
| 2688 | 2025-09-20T23:34:15.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2689 | 2025-09-20T23:34:15.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2690 | 2025-09-20T23:34:15.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2691 | 2025-09-20T23:34:15.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 2692 | 2025-09-20T23:34:15.164Z | |
| 2693 | 2025-09-20T23:34:15.164Z | info: running `cargo check --bins` on nexus-sled-agent-shared (60/227) |
| 2694 | 2025-09-20T23:34:16.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2695 | 2025-09-20T23:34:16.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2696 | 2025-09-20T23:34:16.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2697 | 2025-09-20T23:34:16.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 2698 | 2025-09-20T23:34:16.328Z | |
| 2699 | 2025-09-20T23:34:16.328Z | info: running `cargo check --bins` on omicron-passwords (61/227) |
| 2700 | 2025-09-20T23:34:17.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2701 | 2025-09-20T23:34:17.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2702 | 2025-09-20T23:34:17.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2703 | 2025-09-20T23:34:17.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 2704 | 2025-09-20T23:34:17.464Z | |
| 2705 | 2025-09-20T23:34:17.464Z | info: running `cargo check --bins` on oxql-types (62/227) |
| 2706 | 2025-09-20T23:34:18.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2707 | 2025-09-20T23:34:18.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2708 | 2025-09-20T23:34:18.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2709 | 2025-09-20T23:34:18.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 2710 | 2025-09-20T23:34:18.632Z | |
| 2711 | 2025-09-20T23:34:18.632Z | info: running `cargo check --bins` on oximeter-types (63/227) |
| 2712 | 2025-09-20T23:34:19.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2713 | 2025-09-20T23:34:19.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2714 | 2025-09-20T23:34:19.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2715 | 2025-09-20T23:34:19.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 2716 | 2025-09-20T23:34:19.823Z | |
| 2717 | 2025-09-20T23:34:19.823Z | info: running `cargo check --bins` on oximeter-macro-impl (64/227) |
| 2718 | 2025-09-20T23:34:20.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2719 | 2025-09-20T23:34:20.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2720 | 2025-09-20T23:34:20.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2721 | 2025-09-20T23:34:20.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 2722 | 2025-09-20T23:34:20.927Z | |
| 2723 | 2025-09-20T23:34:20.927Z | info: running `cargo check --bins` on update-engine (65/227) |
| 2724 | 2025-09-20T23:34:21.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2725 | 2025-09-20T23:34:21.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2726 | 2025-09-20T23:34:21.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2727 | 2025-09-20T23:34:21.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 2728 | 2025-09-20T23:34:22.047Z | |
| 2729 | 2025-09-20T23:34:22.047Z | info: running `cargo check --bins` on omicron-rpaths (66/227) |
| 2730 | 2025-09-20T23:34:23.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2731 | 2025-09-20T23:34:23.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2732 | 2025-09-20T23:34:23.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2733 | 2025-09-20T23:34:23.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
| 2734 | 2025-09-20T23:34:23.185Z | |
| 2735 | 2025-09-20T23:34:23.185Z | info: running `cargo check --bins` on omicron-certificates (67/227) |
| 2736 | 2025-09-20T23:34:24.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2737 | 2025-09-20T23:34:24.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2738 | 2025-09-20T23:34:24.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2739 | 2025-09-20T23:34:24.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 2740 | 2025-09-20T23:34:24.339Z | |
| 2741 | 2025-09-20T23:34:24.339Z | info: running `cargo check --bins` on omicron-clickhouse-admin (68/227) |
| 2742 | 2025-09-20T23:34:25.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2743 | 2025-09-20T23:34:25.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2744 | 2025-09-20T23:34:25.669Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2745 | 2025-09-20T23:34:25.694Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2746 | 2025-09-20T23:34:25.729Z | Compiling tempfile v3.20.0 |
| 2747 | 2025-09-20T23:34:25.754Z | Compiling wait-timeout v0.2.0 |
| 2748 | 2025-09-20T23:34:25.754Z | Compiling quick-error v1.2.3 |
| 2749 | 2025-09-20T23:34:25.754Z | Compiling bit-vec v0.8.0 |
| 2750 | 2025-09-20T23:34:25.754Z | Compiling match_cfg v0.1.0 |
| 2751 | 2025-09-20T23:34:25.779Z | Compiling rustls v0.22.4 |
| 2752 | 2025-09-20T23:34:25.865Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2753 | 2025-09-20T23:34:25.935Z | Compiling hostname v0.3.1 |
| 2754 | 2025-09-20T23:34:25.960Z | Compiling progenitor-client v0.9.1 |
| 2755 | 2025-09-20T23:34:26.162Z | Compiling bit-set v0.8.0 |
| 2756 | 2025-09-20T23:34:26.221Z | Compiling rusty-fork v0.3.0 |
| 2757 | 2025-09-20T23:34:26.252Z | Compiling toml_parser v1.0.2 |
| 2758 | 2025-09-20T23:34:26.277Z | Compiling slog-json v2.6.1 |
| 2759 | 2025-09-20T23:34:26.375Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2760 | 2025-09-20T23:34:26.477Z | Compiling rand_xorshift v0.4.0 |
| 2761 | 2025-09-20T23:34:26.502Z | Compiling hex v0.4.3 |
| 2762 | 2025-09-20T23:34:26.527Z | Compiling serde_spanned v1.0.0 |
| 2763 | 2025-09-20T23:34:26.636Z | Compiling toml_datetime v0.7.0 |
| 2764 | 2025-09-20T23:34:26.780Z | Compiling unarray v0.1.4 |
| 2765 | 2025-09-20T23:34:26.805Z | Compiling toml_writer v1.0.2 |
| 2766 | 2025-09-20T23:34:26.877Z | Compiling slog-bunyan v2.5.0 |
| 2767 | 2025-09-20T23:34:26.966Z | Compiling proptest v1.7.0 |
| 2768 | 2025-09-20T23:34:27.053Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2769 | 2025-09-20T23:34:27.128Z | Compiling progenitor v0.9.1 |
| 2770 | 2025-09-20T23:34:27.220Z | Compiling toml v0.9.5 |
| 2771 | 2025-09-20T23:34:27.245Z | Compiling async-stream v0.3.6 |
| 2772 | 2025-09-20T23:34:27.270Z | Compiling multer v3.1.0 |
| 2773 | 2025-09-20T23:34:27.368Z | Compiling ref-cast v1.0.24 |
| 2774 | 2025-09-20T23:34:27.529Z | Compiling waitgroup v0.1.2 |
| 2775 | 2025-09-20T23:34:27.554Z | Compiling rustls-pemfile v2.2.0 |
| 2776 | 2025-09-20T23:34:27.639Z | Compiling hashbrown v0.16.0 |
| 2777 | 2025-09-20T23:34:27.765Z | Compiling serde_path_to_error v0.1.17 |
| 2778 | 2025-09-20T23:34:27.893Z | Compiling hostname v0.4.0 |
| 2779 | 2025-09-20T23:34:28.130Z | Compiling instant v0.1.13 |
| 2780 | 2025-09-20T23:34:28.163Z | Compiling foldhash v0.2.0 |
| 2781 | 2025-09-20T23:34:28.311Z | Compiling debug-ignore v1.0.5 |
| 2782 | 2025-09-20T23:34:28.493Z | Compiling backoff v0.4.0 |
| 2783 | 2025-09-20T23:34:28.517Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 2784 | 2025-09-20T23:34:28.553Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2785 | 2025-09-20T23:34:28.753Z | Compiling iddqd v0.3.13 |
| 2786 | 2025-09-20T23:34:28.778Z | Compiling parse-display v0.10.0 |
| 2787 | 2025-09-20T23:34:28.850Z | Compiling serde_with v3.14.0 |
| 2788 | 2025-09-20T23:34:29.741Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2789 | 2025-09-20T23:34:30.172Z | Compiling tokio-rustls v0.25.0 |
| 2790 | 2025-09-20T23:34:30.444Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2791 | 2025-09-20T23:34:30.591Z | Compiling dropshot v0.16.4 |
| 2792 | 2025-09-20T23:34:30.867Z | Compiling progenitor-client v0.10.0 |
| 2793 | 2025-09-20T23:34:31.389Z | Compiling num-rational v0.4.2 |
| 2794 | 2025-09-20T23:34:31.651Z | Compiling num-complex v0.4.6 |
| 2795 | 2025-09-20T23:34:32.372Z | Compiling macaddr v1.0.1 |
| 2796 | 2025-09-20T23:34:32.565Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 2797 | 2025-09-20T23:34:32.709Z | Compiling num v0.4.3 |
| 2798 | 2025-09-20T23:34:32.810Z | Compiling float-ord v0.3.2 |
| 2799 | 2025-09-20T23:34:32.853Z | Compiling toml v0.8.23 |
| 2800 | 2025-09-20T23:34:33.009Z | Checking linked-hash-map v0.5.6 |
| 2801 | 2025-09-20T23:34:33.328Z | Checking siphasher v1.0.1 |
| 2802 | 2025-09-20T23:34:33.453Z | Checking lru-cache v0.1.2 |
| 2803 | 2025-09-20T23:34:33.648Z | Checking phf_shared v0.12.1 |
| 2804 | 2025-09-20T23:34:33.672Z | Checking resolv-conf v0.7.0 |
| 2805 | 2025-09-20T23:34:33.672Z | Checking hickory-proto v0.24.4 |
| 2806 | 2025-09-20T23:34:33.916Z | Checking prettyplease v0.2.36 |
| 2807 | 2025-09-20T23:34:34.059Z | Compiling slog-dtrace v0.3.0 |
| 2808 | 2025-09-20T23:34:34.204Z | Compiling chrono-tz v0.10.4 |
| 2809 | 2025-09-20T23:34:34.468Z | Checking phf v0.12.1 |
| 2810 | 2025-09-20T23:34:34.537Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2811 | 2025-09-20T23:34:34.736Z | Compiling const_format_proc_macros v0.2.34 |
| 2812 | 2025-09-20T23:34:35.078Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2813 | 2025-09-20T23:34:35.199Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2814 | 2025-09-20T23:34:36.021Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2815 | 2025-09-20T23:34:36.464Z | Checking const_format v0.2.34 |
| 2816 | 2025-09-20T23:34:36.632Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2817 | 2025-09-20T23:34:36.902Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2818 | 2025-09-20T23:34:37.039Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2819 | 2025-09-20T23:34:37.251Z | Checking gethostname v0.5.0 |
| 2820 | 2025-09-20T23:34:37.400Z | Checking bcs v0.1.6 |
| 2821 | 2025-09-20T23:34:37.814Z | Checking hickory-resolver v0.24.4 |
| 2822 | 2025-09-20T23:34:37.843Z | Checking nanorand v0.7.0 |
| 2823 | 2025-09-20T23:34:38.204Z | Checking termtree v0.5.1 |
| 2824 | 2025-09-20T23:34:38.443Z | Checking flume v0.11.1 |
| 2825 | 2025-09-20T23:34:38.909Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2826 | 2025-09-20T23:34:39.282Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2827 | 2025-09-20T23:34:39.446Z | Checking qorb v0.4.1 |
| 2828 | 2025-09-20T23:34:39.711Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2829 | 2025-09-20T23:34:39.711Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2830 | 2025-09-20T23:34:52.225Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2831 | 2025-09-20T23:34:57.814Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2832 | 2025-09-20T23:35:01.791Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2833 | 2025-09-20T23:35:03.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.36s |
| 2834 | 2025-09-20T23:35:03.913Z | |
| 2835 | 2025-09-20T23:35:03.913Z | info: running `cargo check --bins` on clickhouse-admin-api (69/227) |
| 2836 | 2025-09-20T23:35:05.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2837 | 2025-09-20T23:35:05.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2838 | 2025-09-20T23:35:05.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2839 | 2025-09-20T23:35:05.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 2840 | 2025-09-20T23:35:05.144Z | |
| 2841 | 2025-09-20T23:35:05.144Z | info: running `cargo check --bins` on openapi-manager-types (70/227) |
| 2842 | 2025-09-20T23:35:06.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2843 | 2025-09-20T23:35:06.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2844 | 2025-09-20T23:35:06.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2845 | 2025-09-20T23:35:06.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 2846 | 2025-09-20T23:35:06.291Z | |
| 2847 | 2025-09-20T23:35:06.291Z | info: running `cargo check --bins --no-default-features` on oximeter-db (71/227) |
| 2848 | 2025-09-20T23:35:07.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2849 | 2025-09-20T23:35:07.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2850 | 2025-09-20T23:35:07.500Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2851 | 2025-09-20T23:35:08.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s |
| 2852 | 2025-09-20T23:35:08.508Z | |
| 2853 | 2025-09-20T23:35:08.508Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (72/227) |
| 2854 | 2025-09-20T23:35:09.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2855 | 2025-09-20T23:35:09.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2856 | 2025-09-20T23:35:09.790Z | Compiling cfg_aliases v0.1.1 |
| 2857 | 2025-09-20T23:35:09.791Z | Compiling convert_case v0.7.1 |
| 2858 | 2025-09-20T23:35:09.815Z | Compiling vte_generate_state_changes v0.1.2 |
| 2859 | 2025-09-20T23:35:09.815Z | Checking fd-lock v4.0.2 |
| 2860 | 2025-09-20T23:35:09.815Z | Checking nibble_vec v0.1.0 |
| 2861 | 2025-09-20T23:35:09.867Z | Checking endian-type v0.1.2 |
| 2862 | 2025-09-20T23:35:09.931Z | Checking itertools v0.13.0 |
| 2863 | 2025-09-20T23:35:09.955Z | Compiling peg-macros v0.8.5 |
| 2864 | 2025-09-20T23:35:09.979Z | Compiling nix v0.28.0 |
| 2865 | 2025-09-20T23:35:10.098Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2866 | 2025-09-20T23:35:10.123Z | Compiling sqlparser_derive v0.2.2 |
| 2867 | 2025-09-20T23:35:10.153Z | Checking radix_trie v0.2.1 |
| 2868 | 2025-09-20T23:35:10.494Z | Checking vte v0.11.1 |
| 2869 | 2025-09-20T23:35:10.575Z | Compiling derive_more-impl v2.0.1 |
| 2870 | 2025-09-20T23:35:10.599Z | Checking nu-ansi-term v0.50.1 |
| 2871 | 2025-09-20T23:35:11.026Z | Checking home v0.5.9 |
| 2872 | 2025-09-20T23:35:11.050Z | Checking unicode_categories v0.1.1 |
| 2873 | 2025-09-20T23:35:11.084Z | Checking sqlparser v0.45.0 |
| 2874 | 2025-09-20T23:35:11.239Z | Checking display-error-chain v0.2.2 |
| 2875 | 2025-09-20T23:35:11.343Z | Checking sqlformat v0.3.5 |
| 2876 | 2025-09-20T23:35:11.704Z | Checking strip-ansi-escapes v0.2.0 |
| 2877 | 2025-09-20T23:35:12.131Z | Checking derive_more v2.0.1 |
| 2878 | 2025-09-20T23:35:12.215Z | Checking reedline v0.40.0 |
| 2879 | 2025-09-20T23:35:12.259Z | Checking crossterm v0.29.0 |
| 2880 | 2025-09-20T23:35:12.284Z | Checking peg v0.8.5 |
| 2881 | 2025-09-20T23:35:12.884Z | Checking rustyline v14.0.0 |
| 2882 | 2025-09-20T23:35:25.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.81s |
| 2883 | 2025-09-20T23:35:25.541Z | |
| 2884 | 2025-09-20T23:35:25.541Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (73/227) |
| 2885 | 2025-09-20T23:35:26.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2886 | 2025-09-20T23:35:26.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2887 | 2025-09-20T23:35:26.770Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2888 | 2025-09-20T23:35:34.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.74s |
| 2889 | 2025-09-20T23:35:34.499Z | |
| 2890 | 2025-09-20T23:35:34.500Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (74/227) |
| 2891 | 2025-09-20T23:35:35.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2892 | 2025-09-20T23:35:35.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2893 | 2025-09-20T23:35:35.772Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2894 | 2025-09-20T23:35:41.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.50s |
| 2895 | 2025-09-20T23:35:41.220Z | |
| 2896 | 2025-09-20T23:35:41.220Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (75/227) |
| 2897 | 2025-09-20T23:35:42.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2898 | 2025-09-20T23:35:42.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2899 | 2025-09-20T23:35:42.448Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2900 | 2025-09-20T23:35:49.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.28s |
| 2901 | 2025-09-20T23:35:49.724Z | |
| 2902 | 2025-09-20T23:35:49.724Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (76/227) |
| 2903 | 2025-09-20T23:35:50.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2904 | 2025-09-20T23:35:50.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2905 | 2025-09-20T23:35:50.981Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2906 | 2025-09-20T23:35:57.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.13s |
| 2907 | 2025-09-20T23:35:58.080Z | |
| 2908 | 2025-09-20T23:35:58.080Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (77/227) |
| 2909 | 2025-09-20T23:35:59.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2910 | 2025-09-20T23:35:59.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2911 | 2025-09-20T23:35:59.355Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2912 | 2025-09-20T23:36:04.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.66s |
| 2913 | 2025-09-20T23:36:04.964Z | |
| 2914 | 2025-09-20T23:36:04.964Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (78/227) |
| 2915 | 2025-09-20T23:36:06.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2916 | 2025-09-20T23:36:06.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2917 | 2025-09-20T23:36:06.225Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2918 | 2025-09-20T23:36:11.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.88s |
| 2919 | 2025-09-20T23:36:12.070Z | |
| 2920 | 2025-09-20T23:36:12.070Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (79/227) |
| 2921 | 2025-09-20T23:36:13.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2922 | 2025-09-20T23:36:13.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2923 | 2025-09-20T23:36:13.318Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2924 | 2025-09-20T23:36:20.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.78s |
| 2925 | 2025-09-20T23:36:21.072Z | |
| 2926 | 2025-09-20T23:36:21.072Z | info: running `cargo check --bins` on oximeter (80/227) |
| 2927 | 2025-09-20T23:36:22.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2928 | 2025-09-20T23:36:22.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2929 | 2025-09-20T23:36:22.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2930 | 2025-09-20T23:36:22.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 2931 | 2025-09-20T23:36:22.205Z | |
| 2932 | 2025-09-20T23:36:22.205Z | info: running `cargo check --bins` on oximeter-schema (81/227) |
| 2933 | 2025-09-20T23:36:23.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2934 | 2025-09-20T23:36:23.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2935 | 2025-09-20T23:36:23.327Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2936 | 2025-09-20T23:36:24.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s |
| 2937 | 2025-09-20T23:36:24.915Z | |
| 2938 | 2025-09-20T23:36:24.916Z | info: running `cargo check --bins` on oximeter-timeseries-macro (82/227) |
| 2939 | 2025-09-20T23:36:25.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2940 | 2025-09-20T23:36:25.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2941 | 2025-09-20T23:36:25.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2942 | 2025-09-20T23:36:25.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 2943 | 2025-09-20T23:36:26.074Z | |
| 2944 | 2025-09-20T23:36:26.074Z | info: running `cargo check --bins` on oximeter-test-utils (83/227) |
| 2945 | 2025-09-20T23:36:27.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2946 | 2025-09-20T23:36:27.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2947 | 2025-09-20T23:36:27.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2948 | 2025-09-20T23:36:27.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 2949 | 2025-09-20T23:36:27.295Z | |
| 2950 | 2025-09-20T23:36:27.295Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (84/227) |
| 2951 | 2025-09-20T23:36:28.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2952 | 2025-09-20T23:36:28.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2953 | 2025-09-20T23:36:28.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2954 | 2025-09-20T23:36:28.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 2955 | 2025-09-20T23:36:28.449Z | |
| 2956 | 2025-09-20T23:36:28.449Z | info: running `cargo check --bins` on bootstrap-agent-client (85/227) |
| 2957 | 2025-09-20T23:36:29.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2958 | 2025-09-20T23:36:29.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2959 | 2025-09-20T23:36:29.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2960 | 2025-09-20T23:36:29.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 2961 | 2025-09-20T23:36:29.626Z | |
| 2962 | 2025-09-20T23:36:29.626Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (86/227) |
| 2963 | 2025-09-20T23:36:30.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2964 | 2025-09-20T23:36:30.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2965 | 2025-09-20T23:36:30.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2966 | 2025-09-20T23:36:30.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 2967 | 2025-09-20T23:36:30.755Z | |
| 2968 | 2025-09-20T23:36:30.755Z | info: running `cargo check --bins` on clickhouse-admin-server-client (87/227) |
| 2969 | 2025-09-20T23:36:31.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2970 | 2025-09-20T23:36:31.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2971 | 2025-09-20T23:36:31.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2972 | 2025-09-20T23:36:31.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 2973 | 2025-09-20T23:36:31.876Z | |
| 2974 | 2025-09-20T23:36:31.876Z | info: running `cargo check --bins` on clickhouse-admin-single-client (88/227) |
| 2975 | 2025-09-20T23:36:32.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2976 | 2025-09-20T23:36:32.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2977 | 2025-09-20T23:36:32.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2978 | 2025-09-20T23:36:32.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 2979 | 2025-09-20T23:36:33.043Z | |
| 2980 | 2025-09-20T23:36:33.043Z | info: running `cargo check --bins` on cockroach-admin-client (89/227) |
| 2981 | 2025-09-20T23:36:33.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2982 | 2025-09-20T23:36:33.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2983 | 2025-09-20T23:36:33.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2984 | 2025-09-20T23:36:33.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 2985 | 2025-09-20T23:36:34.098Z | |
| 2986 | 2025-09-20T23:36:34.098Z | info: running `cargo check --bins` on omicron-ddm-admin-client (90/227) |
| 2987 | 2025-09-20T23:36:35.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2988 | 2025-09-20T23:36:35.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2989 | 2025-09-20T23:36:35.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2990 | 2025-09-20T23:36:35.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 2991 | 2025-09-20T23:36:35.268Z | |
| 2992 | 2025-09-20T23:36:35.268Z | info: running `cargo check --bins` on dns-service-client (91/227) |
| 2993 | 2025-09-20T23:36:36.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2994 | 2025-09-20T23:36:36.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2995 | 2025-09-20T23:36:36.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2996 | 2025-09-20T23:36:36.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 2997 | 2025-09-20T23:36:36.401Z | |
| 2998 | 2025-09-20T23:36:36.401Z | info: running `cargo check --bins` on installinator-client (92/227) |
| 2999 | 2025-09-20T23:36:37.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3000 | 2025-09-20T23:36:37.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3001 | 2025-09-20T23:36:37.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3002 | 2025-09-20T23:36:37.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3003 | 2025-09-20T23:36:37.559Z | |
| 3004 | 2025-09-20T23:36:37.559Z | info: running `cargo check --bins` on installinator-common (93/227) |
| 3005 | 2025-09-20T23:36:38.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3006 | 2025-09-20T23:36:38.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3007 | 2025-09-20T23:36:38.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3008 | 2025-09-20T23:36:38.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 3009 | 2025-09-20T23:36:38.741Z | |
| 3010 | 2025-09-20T23:36:38.741Z | info: running `cargo check --bins` on nexus-client (94/227) |
| 3011 | 2025-09-20T23:36:39.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3012 | 2025-09-20T23:36:39.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3013 | 2025-09-20T23:36:39.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3014 | 2025-09-20T23:36:39.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 3015 | 2025-09-20T23:36:39.936Z | |
| 3016 | 2025-09-20T23:36:39.936Z | info: running `cargo check --bins` on ntp-admin-client (95/227) |
| 3017 | 2025-09-20T23:36:40.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3018 | 2025-09-20T23:36:40.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3019 | 2025-09-20T23:36:40.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3020 | 2025-09-20T23:36:40.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 3021 | 2025-09-20T23:36:41.027Z | |
| 3022 | 2025-09-20T23:36:41.027Z | info: running `cargo check --bins` on oxide-client (96/227) |
| 3023 | 2025-09-20T23:36:41.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3024 | 2025-09-20T23:36:42.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3025 | 2025-09-20T23:36:42.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3026 | 2025-09-20T23:36:42.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 3027 | 2025-09-20T23:36:42.125Z | |
| 3028 | 2025-09-20T23:36:42.125Z | info: running `cargo check --bins` on oximeter-client (97/227) |
| 3029 | 2025-09-20T23:36:43.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3030 | 2025-09-20T23:36:43.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3031 | 2025-09-20T23:36:43.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3032 | 2025-09-20T23:36:43.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3033 | 2025-09-20T23:36:43.283Z | |
| 3034 | 2025-09-20T23:36:43.283Z | info: running `cargo check --bins` on repo-depot-client (98/227) |
| 3035 | 2025-09-20T23:36:44.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3036 | 2025-09-20T23:36:44.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3037 | 2025-09-20T23:36:44.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3038 | 2025-09-20T23:36:44.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 3039 | 2025-09-20T23:36:44.471Z | |
| 3040 | 2025-09-20T23:36:44.471Z | info: running `cargo check --bins` on sled-agent-client (99/227) |
| 3041 | 2025-09-20T23:36:45.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3042 | 2025-09-20T23:36:45.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3043 | 2025-09-20T23:36:45.574Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3044 | 2025-09-20T23:36:45.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 3045 | 2025-09-20T23:36:45.685Z | |
| 3046 | 2025-09-20T23:36:45.686Z | info: running `cargo check --bins` on sled-agent-types (100/227) |
| 3047 | 2025-09-20T23:36:46.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3048 | 2025-09-20T23:36:46.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3049 | 2025-09-20T23:36:46.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3050 | 2025-09-20T23:36:46.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
| 3051 | 2025-09-20T23:36:46.953Z | |
| 3052 | 2025-09-20T23:36:46.953Z | info: running `cargo check --bins` on wicketd-client (101/227) |
| 3053 | 2025-09-20T23:36:48.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3054 | 2025-09-20T23:36:48.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3055 | 2025-09-20T23:36:48.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3056 | 2025-09-20T23:36:48.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 3057 | 2025-09-20T23:36:48.136Z | |
| 3058 | 2025-09-20T23:36:48.136Z | info: running `cargo check --bins` on wicket-common (102/227) |
| 3059 | 2025-09-20T23:36:49.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3060 | 2025-09-20T23:36:49.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3061 | 2025-09-20T23:36:49.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3062 | 2025-09-20T23:36:49.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3063 | 2025-09-20T23:36:49.303Z | |
| 3064 | 2025-09-20T23:36:49.303Z | info: running `cargo check --bins` on omicron-cockroach-admin (103/227) |
| 3065 | 2025-09-20T23:36:50.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3066 | 2025-09-20T23:36:50.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3067 | 2025-09-20T23:36:50.494Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3068 | 2025-09-20T23:36:50.494Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3069 | 2025-09-20T23:36:50.519Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3070 | 2025-09-20T23:36:50.747Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3071 | 2025-09-20T23:36:50.793Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3072 | 2025-09-20T23:36:52.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s |
| 3073 | 2025-09-20T23:36:53.105Z | |
| 3074 | 2025-09-20T23:36:53.105Z | info: running `cargo check --bins` on cockroach-admin-api (104/227) |
| 3075 | 2025-09-20T23:36:54.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3076 | 2025-09-20T23:36:54.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3077 | 2025-09-20T23:36:54.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3078 | 2025-09-20T23:36:54.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3079 | 2025-09-20T23:36:54.248Z | |
| 3080 | 2025-09-20T23:36:54.248Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (105/227) |
| 3081 | 2025-09-20T23:36:55.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3082 | 2025-09-20T23:36:55.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3083 | 2025-09-20T23:36:55.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3084 | 2025-09-20T23:36:55.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
| 3085 | 2025-09-20T23:36:55.589Z | |
| 3086 | 2025-09-20T23:36:55.589Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (106/227) |
| 3087 | 2025-09-20T23:36:56.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3088 | 2025-09-20T23:36:56.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3089 | 2025-09-20T23:36:56.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3090 | 2025-09-20T23:36:56.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
| 3091 | 2025-09-20T23:36:56.879Z | |
| 3092 | 2025-09-20T23:36:56.879Z | info: running `cargo check --bins` on dns-server (107/227) |
| 3093 | 2025-09-20T23:36:57.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3094 | 2025-09-20T23:36:57.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3095 | 2025-09-20T23:36:58.018Z | Compiling parking_lot_core v0.8.6 |
| 3096 | 2025-09-20T23:36:58.018Z | Compiling moka v0.12.10 |
| 3097 | 2025-09-20T23:36:58.043Z | Checking tagptr v0.2.0 |
| 3098 | 2025-09-20T23:36:58.043Z | Checking prefix-trie v0.7.0 |
| 3099 | 2025-09-20T23:36:58.043Z | Checking fxhash v0.2.1 |
| 3100 | 2025-09-20T23:36:58.067Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3101 | 2025-09-20T23:36:58.067Z | Checking hickory-client v0.25.2 |
| 3102 | 2025-09-20T23:36:58.091Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3103 | 2025-09-20T23:36:58.688Z | Checking hickory-server v0.25.2 |
| 3104 | 2025-09-20T23:36:58.849Z | Checking parking_lot v0.11.2 |
| 3105 | 2025-09-20T23:36:59.180Z | Checking sled v0.34.7 |
| 3106 | 2025-09-20T23:36:59.602Z | Checking hickory-resolver v0.25.2 |
| 3107 | 2025-09-20T23:37:01.565Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3108 | 2025-09-20T23:37:03.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.71s |
| 3109 | 2025-09-20T23:37:03.788Z | |
| 3110 | 2025-09-20T23:37:03.788Z | info: running `cargo check --bins` on dns-server-api (108/227) |
| 3111 | 2025-09-20T23:37:04.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3112 | 2025-09-20T23:37:04.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3113 | 2025-09-20T23:37:04.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3114 | 2025-09-20T23:37:04.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 3115 | 2025-09-20T23:37:04.964Z | |
| 3116 | 2025-09-20T23:37:04.964Z | info: running `cargo check --bins` on gateway-test-utils (109/227) |
| 3117 | 2025-09-20T23:37:06.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3118 | 2025-09-20T23:37:06.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3119 | 2025-09-20T23:37:06.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3120 | 2025-09-20T23:37:06.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
| 3121 | 2025-09-20T23:37:06.248Z | |
| 3122 | 2025-09-20T23:37:06.248Z | info: running `cargo check --bins` on omicron-gateway (110/227) |
| 3123 | 2025-09-20T23:37:07.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3124 | 2025-09-20T23:37:07.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3125 | 2025-09-20T23:37:07.644Z | Compiling radium v0.7.0 |
| 3126 | 2025-09-20T23:37:07.694Z | Compiling maybe-uninit v2.0.0 |
| 3127 | 2025-09-20T23:37:07.694Z | Checking tap v1.0.1 |
| 3128 | 2025-09-20T23:37:07.727Z | Compiling zerocopy-derive v0.6.6 |
| 3129 | 2025-09-20T23:37:07.752Z | Compiling packed_struct v0.10.1 |
| 3130 | 2025-09-20T23:37:07.752Z | Checking crc-catalog v2.4.0 |
| 3131 | 2025-09-20T23:37:07.752Z | Checking funty v2.0.0 |
| 3132 | 2025-09-20T23:37:07.828Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3133 | 2025-09-20T23:37:07.877Z | Checking wyz v0.5.1 |
| 3134 | 2025-09-20T23:37:07.960Z | Checking crc v3.2.1 |
| 3135 | 2025-09-20T23:37:08.242Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3136 | 2025-09-20T23:37:08.278Z | Compiling packed_struct_codegen v0.10.1 |
| 3137 | 2025-09-20T23:37:08.379Z | Compiling bitfield-macros v0.19.2 |
| 3138 | 2025-09-20T23:37:08.425Z | Compiling indexmap v1.9.3 |
| 3139 | 2025-09-20T23:37:08.519Z | Checking nodrop v0.1.14 |
| 3140 | 2025-09-20T23:37:08.598Z | Checking bitvec v1.0.1 |
| 3141 | 2025-09-20T23:37:08.680Z | Checking array-init v0.0.4 |
| 3142 | 2025-09-20T23:37:08.795Z | Checking smallvec v0.6.14 |
| 3143 | 2025-09-20T23:37:08.870Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3144 | 2025-09-20T23:37:09.188Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3145 | 2025-09-20T23:37:09.214Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3146 | 2025-09-20T23:37:09.485Z | Checking zerocopy v0.6.6 |
| 3147 | 2025-09-20T23:37:09.537Z | Checking hashbrown v0.12.3 |
| 3148 | 2025-09-20T23:37:09.754Z | Checking bitfield v0.19.2 |
| 3149 | 2025-09-20T23:37:10.035Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3150 | 2025-09-20T23:37:10.174Z | Checking ron v0.8.1 |
| 3151 | 2025-09-20T23:37:10.204Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3152 | 2025-09-20T23:37:10.484Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3153 | 2025-09-20T23:37:10.527Z | Checking serde-hex v0.1.0 |
| 3154 | 2025-09-20T23:37:10.558Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3155 | 2025-09-20T23:37:10.597Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3156 | 2025-09-20T23:37:11.139Z | Checking hashbrown v0.13.2 |
| 3157 | 2025-09-20T23:37:11.278Z | Checking half v2.4.1 |
| 3158 | 2025-09-20T23:37:11.303Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3159 | 2025-09-20T23:37:11.612Z | Checking crc-any v2.5.0 |
| 3160 | 2025-09-20T23:37:11.745Z | Checking ciborium-io v0.2.2 |
| 3161 | 2025-09-20T23:37:11.898Z | Checking ciborium-ll v0.2.2 |
| 3162 | 2025-09-20T23:37:12.001Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3163 | 2025-09-20T23:37:12.026Z | Checking object v0.30.4 |
| 3164 | 2025-09-20T23:37:12.203Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 3165 | 2025-09-20T23:37:12.289Z | Checking path-slash v0.1.5 |
| 3166 | 2025-09-20T23:37:12.463Z | Checking void v1.0.2 |
| 3167 | 2025-09-20T23:37:12.518Z | Checking half v1.8.3 |
| 3168 | 2025-09-20T23:37:12.638Z | Checking tungstenite v0.23.0 |
| 3169 | 2025-09-20T23:37:12.742Z | Checking lzss v0.8.2 |
| 3170 | 2025-09-20T23:37:12.915Z | Checking serde_cbor v0.11.2 |
| 3171 | 2025-09-20T23:37:13.116Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3172 | 2025-09-20T23:37:13.176Z | Checking ciborium v0.2.2 |
| 3173 | 2025-09-20T23:37:13.674Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3174 | 2025-09-20T23:37:13.703Z | Checking nix v0.27.1 |
| 3175 | 2025-09-20T23:37:13.838Z | Checking kstat-rs v0.2.4 |
| 3176 | 2025-09-20T23:37:13.891Z | Checking serde_bytes v0.11.17 |
| 3177 | 2025-09-20T23:37:13.952Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3178 | 2025-09-20T23:37:14.063Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3179 | 2025-09-20T23:37:14.195Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3180 | 2025-09-20T23:37:14.235Z | Checking tokio-tungstenite v0.23.1 |
| 3181 | 2025-09-20T23:37:14.270Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3182 | 2025-09-20T23:37:14.431Z | Checking signal-hook-tokio v0.3.1 |
| 3183 | 2025-09-20T23:37:15.180Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3184 | 2025-09-20T23:37:20.735Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3185 | 2025-09-20T23:37:22.602Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
| 3186 | 2025-09-20T23:37:37.359Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3187 | 2025-09-20T23:37:49.829Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3188 | 2025-09-20T23:37:50.830Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3189 | 2025-09-20T23:37:55.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.05s |
| 3190 | 2025-09-20T23:37:55.542Z | |
| 3191 | 2025-09-20T23:37:55.542Z | info: running `cargo check --bins` on gateway-api (111/227) |
| 3192 | 2025-09-20T23:37:56.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3193 | 2025-09-20T23:37:56.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3194 | 2025-09-20T23:37:56.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3195 | 2025-09-20T23:37:56.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 3196 | 2025-09-20T23:37:56.728Z | |
| 3197 | 2025-09-20T23:37:56.728Z | info: running `cargo check --bins` on ipcc (112/227) |
| 3198 | 2025-09-20T23:37:57.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3199 | 2025-09-20T23:37:57.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3200 | 2025-09-20T23:37:57.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3201 | 2025-09-20T23:37:57.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3202 | 2025-09-20T23:37:57.892Z | |
| 3203 | 2025-09-20T23:37:57.892Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (113/227) |
| 3204 | 2025-09-20T23:37:58.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3205 | 2025-09-20T23:37:58.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3206 | 2025-09-20T23:37:58.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3207 | 2025-09-20T23:37:58.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3208 | 2025-09-20T23:37:59.023Z | |
| 3209 | 2025-09-20T23:37:59.023Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (114/227) |
| 3210 | 2025-09-20T23:38:00.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3211 | 2025-09-20T23:38:00.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3212 | 2025-09-20T23:38:00.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3213 | 2025-09-20T23:38:00.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 3214 | 2025-09-20T23:38:00.175Z | |
| 3215 | 2025-09-20T23:38:00.175Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (115/227) |
| 3216 | 2025-09-20T23:38:01.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3217 | 2025-09-20T23:38:01.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3218 | 2025-09-20T23:38:01.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3219 | 2025-09-20T23:38:01.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3220 | 2025-09-20T23:38:01.314Z | |
| 3221 | 2025-09-20T23:38:01.314Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (116/227) |
| 3222 | 2025-09-20T23:38:02.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3223 | 2025-09-20T23:38:02.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3224 | 2025-09-20T23:38:02.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3225 | 2025-09-20T23:38:02.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3226 | 2025-09-20T23:38:02.437Z | |
| 3227 | 2025-09-20T23:38:02.437Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (117/227) |
| 3228 | 2025-09-20T23:38:03.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3229 | 2025-09-20T23:38:03.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3230 | 2025-09-20T23:38:03.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3231 | 2025-09-20T23:38:03.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3232 | 2025-09-20T23:38:03.574Z | |
| 3233 | 2025-09-20T23:38:03.574Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (118/227) |
| 3234 | 2025-09-20T23:38:04.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3235 | 2025-09-20T23:38:04.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3236 | 2025-09-20T23:38:04.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3237 | 2025-09-20T23:38:04.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3238 | 2025-09-20T23:38:04.739Z | |
| 3239 | 2025-09-20T23:38:04.739Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (119/227) |
| 3240 | 2025-09-20T23:38:05.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3241 | 2025-09-20T23:38:05.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3242 | 2025-09-20T23:38:05.815Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3243 | 2025-09-20T23:38:05.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 3244 | 2025-09-20T23:38:05.919Z | |
| 3245 | 2025-09-20T23:38:05.919Z | info: running `cargo check --bins` on oximeter-producer (120/227) |
| 3246 | 2025-09-20T23:38:07.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3247 | 2025-09-20T23:38:07.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3248 | 2025-09-20T23:38:07.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3249 | 2025-09-20T23:38:07.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 3250 | 2025-09-20T23:38:07.143Z | |
| 3251 | 2025-09-20T23:38:07.143Z | info: running `cargo check --bins` on internal-dns-resolver (121/227) |
| 3252 | 2025-09-20T23:38:08.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3253 | 2025-09-20T23:38:08.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3254 | 2025-09-20T23:38:08.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3255 | 2025-09-20T23:38:08.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3256 | 2025-09-20T23:38:08.265Z | |
| 3257 | 2025-09-20T23:38:08.265Z | info: running `cargo check --bins` on sp-sim (122/227) |
| 3258 | 2025-09-20T23:38:09.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3259 | 2025-09-20T23:38:09.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3260 | 2025-09-20T23:38:09.512Z | Compiling nix v0.30.1 |
| 3261 | 2025-09-20T23:38:09.537Z | Checking keccak v0.1.5 |
| 3262 | 2025-09-20T23:38:09.856Z | Checking sha3 v0.10.8 |
| 3263 | 2025-09-20T23:38:11.307Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3264 | 2025-09-20T23:38:14.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.35s |
| 3265 | 2025-09-20T23:38:14.842Z | |
| 3266 | 2025-09-20T23:38:14.842Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (123/227) |
| 3267 | 2025-09-20T23:38:15.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3268 | 2025-09-20T23:38:16.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3269 | 2025-09-20T23:38:16.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3270 | 2025-09-20T23:38:16.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
| 3271 | 2025-09-20T23:38:16.122Z | |
| 3272 | 2025-09-20T23:38:16.122Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (124/227) |
| 3273 | 2025-09-20T23:38:17.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3274 | 2025-09-20T23:38:17.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3275 | 2025-09-20T23:38:17.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3276 | 2025-09-20T23:38:17.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
| 3277 | 2025-09-20T23:38:17.382Z | |
| 3278 | 2025-09-20T23:38:17.383Z | info: running `cargo check --bins` on db-macros (125/227) |
| 3279 | 2025-09-20T23:38:18.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3280 | 2025-09-20T23:38:18.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3281 | 2025-09-20T23:38:18.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3282 | 2025-09-20T23:38:18.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3283 | 2025-09-20T23:38:18.515Z | |
| 3284 | 2025-09-20T23:38:18.515Z | info: running `cargo check --bins` on nexus-macros-common (126/227) |
| 3285 | 2025-09-20T23:38:19.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3286 | 2025-09-20T23:38:19.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3287 | 2025-09-20T23:38:19.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3288 | 2025-09-20T23:38:19.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 3289 | 2025-09-20T23:38:19.653Z | |
| 3290 | 2025-09-20T23:38:19.653Z | info: running `cargo check --bins` on nexus-auth (127/227) |
| 3291 | 2025-09-20T23:38:20.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3292 | 2025-09-20T23:38:20.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3293 | 2025-09-20T23:38:20.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3294 | 2025-09-20T23:38:20.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 3295 | 2025-09-20T23:38:20.872Z | |
| 3296 | 2025-09-20T23:38:20.872Z | info: running `cargo check --bins` on authz-macros (128/227) |
| 3297 | 2025-09-20T23:38:21.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3298 | 2025-09-20T23:38:21.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3299 | 2025-09-20T23:38:21.851Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3300 | 2025-09-20T23:38:21.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 3301 | 2025-09-20T23:38:21.961Z | |
| 3302 | 2025-09-20T23:38:21.961Z | info: running `cargo check --bins` on nexus-db-fixed-data (129/227) |
| 3303 | 2025-09-20T23:38:23.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3304 | 2025-09-20T23:38:23.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3305 | 2025-09-20T23:38:23.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3306 | 2025-09-20T23:38:23.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 3307 | 2025-09-20T23:38:23.228Z | |
| 3308 | 2025-09-20T23:38:23.228Z | info: running `cargo check --bins` on nexus-db-model (130/227) |
| 3309 | 2025-09-20T23:38:24.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3310 | 2025-09-20T23:38:24.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3311 | 2025-09-20T23:38:24.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3312 | 2025-09-20T23:38:24.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
| 3313 | 2025-09-20T23:38:24.482Z | |
| 3314 | 2025-09-20T23:38:24.482Z | info: running `cargo check --bins` on nexus-db-schema (131/227) |
| 3315 | 2025-09-20T23:38:25.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3316 | 2025-09-20T23:38:25.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3317 | 2025-09-20T23:38:25.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3318 | 2025-09-20T23:38:25.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 3319 | 2025-09-20T23:38:25.586Z | |
| 3320 | 2025-09-20T23:38:25.586Z | info: running `cargo check --bins` on nexus-defaults (132/227) |
| 3321 | 2025-09-20T23:38:26.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3322 | 2025-09-20T23:38:26.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3323 | 2025-09-20T23:38:26.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3324 | 2025-09-20T23:38:26.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
| 3325 | 2025-09-20T23:38:26.729Z | |
| 3326 | 2025-09-20T23:38:26.729Z | info: running `cargo check --bins` on omicron-cockroach-metrics (133/227) |
| 3327 | 2025-09-20T23:38:27.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3328 | 2025-09-20T23:38:27.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3329 | 2025-09-20T23:38:27.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3330 | 2025-09-20T23:38:27.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3331 | 2025-09-20T23:38:27.859Z | |
| 3332 | 2025-09-20T23:38:27.859Z | info: running `cargo check --bins` on parallel-task-set (134/227) |
| 3333 | 2025-09-20T23:38:28.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3334 | 2025-09-20T23:38:28.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3335 | 2025-09-20T23:38:28.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3336 | 2025-09-20T23:38:28.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 3337 | 2025-09-20T23:38:28.935Z | |
| 3338 | 2025-09-20T23:38:28.935Z | info: running `cargo check --bins` on nexus-db-errors (135/227) |
| 3339 | 2025-09-20T23:38:30.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3340 | 2025-09-20T23:38:30.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3341 | 2025-09-20T23:38:30.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3342 | 2025-09-20T23:38:30.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
| 3343 | 2025-09-20T23:38:30.187Z | |
| 3344 | 2025-09-20T23:38:30.187Z | info: running `cargo check --bins` on nexus-db-lookup (136/227) |
| 3345 | 2025-09-20T23:38:31.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3346 | 2025-09-20T23:38:31.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3347 | 2025-09-20T23:38:31.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3348 | 2025-09-20T23:38:31.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
| 3349 | 2025-09-20T23:38:31.442Z | |
| 3350 | 2025-09-20T23:38:31.442Z | info: running `cargo check --bins` on nexus-inventory (137/227) |
| 3351 | 2025-09-20T23:38:32.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3352 | 2025-09-20T23:38:32.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3353 | 2025-09-20T23:38:32.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3354 | 2025-09-20T23:38:32.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 3355 | 2025-09-20T23:38:32.676Z | |
| 3356 | 2025-09-20T23:38:32.676Z | info: running `cargo check --bins` on sled-agent-zone-images-examples (138/227) |
| 3357 | 2025-09-20T23:38:33.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3358 | 2025-09-20T23:38:33.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3359 | 2025-09-20T23:38:33.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3360 | 2025-09-20T23:38:33.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3361 | 2025-09-20T23:38:33.831Z | |
| 3362 | 2025-09-20T23:38:33.831Z | info: running `cargo check --bins --no-default-features` on sled-storage (139/227) |
| 3363 | 2025-09-20T23:38:34.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3364 | 2025-09-20T23:38:34.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3365 | 2025-09-20T23:38:34.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3366 | 2025-09-20T23:38:34.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 3367 | 2025-09-20T23:38:35.044Z | |
| 3368 | 2025-09-20T23:38:35.044Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (140/227) |
| 3369 | 2025-09-20T23:38:36.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3370 | 2025-09-20T23:38:36.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3371 | 2025-09-20T23:38:36.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3372 | 2025-09-20T23:38:36.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3373 | 2025-09-20T23:38:36.188Z | |
| 3374 | 2025-09-20T23:38:36.188Z | info: running `cargo check --bins` on key-manager (141/227) |
| 3375 | 2025-09-20T23:38:37.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3376 | 2025-09-20T23:38:37.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3377 | 2025-09-20T23:38:37.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3378 | 2025-09-20T23:38:37.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3379 | 2025-09-20T23:38:37.335Z | |
| 3380 | 2025-09-20T23:38:37.335Z | info: running `cargo check --bins --no-default-features` on sled-hardware (142/227) |
| 3381 | 2025-09-20T23:38:38.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3382 | 2025-09-20T23:38:38.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3383 | 2025-09-20T23:38:38.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3384 | 2025-09-20T23:38:38.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 3385 | 2025-09-20T23:38:38.504Z | |
| 3386 | 2025-09-20T23:38:38.504Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (143/227) |
| 3387 | 2025-09-20T23:38:39.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3388 | 2025-09-20T23:38:39.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3389 | 2025-09-20T23:38:39.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3390 | 2025-09-20T23:38:39.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 3391 | 2025-09-20T23:38:39.673Z | |
| 3392 | 2025-09-20T23:38:39.673Z | info: running `cargo check --bins` on typed-rng (144/227) |
| 3393 | 2025-09-20T23:38:40.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3394 | 2025-09-20T23:38:40.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3395 | 2025-09-20T23:38:40.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3396 | 2025-09-20T23:38:40.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 3397 | 2025-09-20T23:38:40.747Z | |
| 3398 | 2025-09-20T23:38:40.747Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (145/227) |
| 3399 | 2025-09-20T23:38:41.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3400 | 2025-09-20T23:38:41.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3401 | 2025-09-20T23:38:42.186Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3402 | 2025-09-20T23:38:42.186Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3403 | 2025-09-20T23:38:42.186Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3404 | 2025-09-20T23:38:42.211Z | Checking universal-hash v0.5.1 |
| 3405 | 2025-09-20T23:38:42.211Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3406 | 2025-09-20T23:38:42.211Z | Checking opaque-debug v0.3.1 |
| 3407 | 2025-09-20T23:38:42.211Z | Checking chacha20 v0.9.1 |
| 3408 | 2025-09-20T23:38:42.211Z | Checking aead v0.5.2 |
| 3409 | 2025-09-20T23:38:42.471Z | Compiling unicase v2.7.0 |
| 3410 | 2025-09-20T23:38:42.496Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3411 | 2025-09-20T23:38:42.521Z | Checking poly1305 v0.8.0 |
| 3412 | 2025-09-20T23:38:42.557Z | Compiling libefi-sys v0.1.0 |
| 3413 | 2025-09-20T23:38:42.671Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3414 | 2025-09-20T23:38:42.722Z | Compiling bitfield-struct v0.6.2 |
| 3415 | 2025-09-20T23:38:42.813Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3416 | 2025-09-20T23:38:42.877Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3417 | 2025-09-20T23:38:43.003Z | Checking chacha20poly1305 v0.10.1 |
| 3418 | 2025-09-20T23:38:43.029Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3419 | 2025-09-20T23:38:43.192Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3420 | 2025-09-20T23:38:43.221Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3421 | 2025-09-20T23:38:43.292Z | Compiling salty v0.3.0 |
| 3422 | 2025-09-20T23:38:43.373Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3423 | 2025-09-20T23:38:43.738Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3424 | 2025-09-20T23:38:43.898Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3425 | 2025-09-20T23:38:43.937Z | Compiling proc-macro-error2 v2.0.1 |
| 3426 | 2025-09-20T23:38:43.962Z | Compiling num-derive v0.3.3 |
| 3427 | 2025-09-20T23:38:43.994Z | Compiling xshell-macros v0.2.7 |
| 3428 | 2025-09-20T23:38:44.433Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3429 | 2025-09-20T23:38:44.548Z | Compiling tabled_derive v0.11.0 |
| 3430 | 2025-09-20T23:38:44.708Z | Checking thiserror-no-std v2.0.2 |
| 3431 | 2025-09-20T23:38:44.734Z | Checking xshell v0.2.7 |
| 3432 | 2025-09-20T23:38:44.896Z | Checking vsss-rs v3.3.4 |
| 3433 | 2025-09-20T23:38:44.930Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3434 | 2025-09-20T23:38:45.144Z | Compiling mime_guess v2.0.5 |
| 3435 | 2025-09-20T23:38:45.327Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3436 | 2025-09-20T23:38:45.665Z | Checking libscf-sys v1.1.0 |
| 3437 | 2025-09-20T23:38:45.897Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3438 | 2025-09-20T23:38:46.442Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3439 | 2025-09-20T23:38:46.676Z | Checking papergrid v0.17.0 |
| 3440 | 2025-09-20T23:38:46.916Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3441 | 2025-09-20T23:38:47.119Z | Checking testing_table v0.3.0 |
| 3442 | 2025-09-20T23:38:47.274Z | Compiling progenitor-impl v0.11.0 |
| 3443 | 2025-09-20T23:38:47.563Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3444 | 2025-09-20T23:38:47.677Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 3445 | 2025-09-20T23:38:48.338Z | Checking primeorder v0.13.6 |
| 3446 | 2025-09-20T23:38:48.548Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 3447 | 2025-09-20T23:38:48.641Z | Checking tabled v0.20.0 |
| 3448 | 2025-09-20T23:38:48.679Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3449 | 2025-09-20T23:38:48.800Z | Checking p384 v0.13.0 |
| 3450 | 2025-09-20T23:38:48.962Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3451 | 2025-09-20T23:38:49.298Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 3452 | 2025-09-20T23:38:49.393Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3453 | 2025-09-20T23:38:49.590Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3454 | 2025-09-20T23:38:50.029Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3455 | 2025-09-20T23:38:50.093Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3456 | 2025-09-20T23:38:50.183Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3457 | 2025-09-20T23:38:50.947Z | Checking progenitor-client v0.11.0 |
| 3458 | 2025-09-20T23:38:51.188Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3459 | 2025-09-20T23:38:51.367Z | Checking http-range v0.1.5 |
| 3460 | 2025-09-20T23:38:51.600Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3461 | 2025-09-20T23:38:51.625Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3462 | 2025-09-20T23:38:51.962Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3463 | 2025-09-20T23:38:52.134Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 3464 | 2025-09-20T23:38:52.158Z | Checking secrecy v0.8.0 |
| 3465 | 2025-09-20T23:38:52.419Z | Checking atty v0.2.14 |
| 3466 | 2025-09-20T23:38:52.577Z | Checking crc8 v0.1.1 |
| 3467 | 2025-09-20T23:38:52.606Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3468 | 2025-09-20T23:38:52.823Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3469 | 2025-09-20T23:38:53.018Z | Checking hyper-staticfile v0.10.1 |
| 3470 | 2025-09-20T23:38:53.153Z | Compiling progenitor-macro v0.11.0 |
| 3471 | 2025-09-20T23:38:53.267Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3472 | 2025-09-20T23:38:53.385Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3473 | 2025-09-20T23:38:53.530Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 3474 | 2025-09-20T23:38:53.770Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3475 | 2025-09-20T23:38:53.796Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3476 | 2025-09-20T23:38:53.911Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3477 | 2025-09-20T23:38:53.936Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3478 | 2025-09-20T23:38:54.214Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3479 | 2025-09-20T23:38:54.677Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3480 | 2025-09-20T23:38:54.703Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3481 | 2025-09-20T23:38:55.196Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1) |
| 3482 | 2025-09-20T23:38:55.542Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3483 | 2025-09-20T23:38:55.745Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3484 | 2025-09-20T23:38:56.282Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3485 | 2025-09-20T23:38:56.362Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3486 | 2025-09-20T23:38:59.110Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3487 | 2025-09-20T23:39:00.040Z | Checking progenitor v0.11.0 |
| 3488 | 2025-09-20T23:39:00.268Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1) |
| 3489 | 2025-09-20T23:39:12.025Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3490 | 2025-09-20T23:39:33.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.11s |
| 3491 | 2025-09-20T23:39:34.121Z | |
| 3492 | 2025-09-20T23:39:34.121Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (146/227) |
| 3493 | 2025-09-20T23:39:35.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3494 | 2025-09-20T23:39:35.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3495 | 2025-09-20T23:39:35.594Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3496 | 2025-09-20T23:39:57.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.55s |
| 3497 | 2025-09-20T23:39:57.925Z | |
| 3498 | 2025-09-20T23:39:57.925Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (147/227) |
| 3499 | 2025-09-20T23:39:59.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3500 | 2025-09-20T23:39:59.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3501 | 2025-09-20T23:39:59.453Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3502 | 2025-09-20T23:40:21.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.49s |
| 3503 | 2025-09-20T23:40:21.664Z | |
| 3504 | 2025-09-20T23:40:21.664Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (148/227) |
| 3505 | 2025-09-20T23:40:22.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3506 | 2025-09-20T23:40:22.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3507 | 2025-09-20T23:40:23.113Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3508 | 2025-09-20T23:40:45.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.01s |
| 3509 | 2025-09-20T23:40:45.926Z | |
| 3510 | 2025-09-20T23:40:45.926Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (149/227) |
| 3511 | 2025-09-20T23:40:47.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3512 | 2025-09-20T23:40:47.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3513 | 2025-09-20T23:40:47.365Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3514 | 2025-09-20T23:41:09.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.48s |
| 3515 | 2025-09-20T23:41:09.659Z | |
| 3516 | 2025-09-20T23:41:09.659Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (150/227) |
| 3517 | 2025-09-20T23:41:10.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3518 | 2025-09-20T23:41:10.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3519 | 2025-09-20T23:41:11.065Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3520 | 2025-09-20T23:41:33.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.57s |
| 3521 | 2025-09-20T23:41:33.485Z | |
| 3522 | 2025-09-20T23:41:33.485Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (151/227) |
| 3523 | 2025-09-20T23:41:34.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3524 | 2025-09-20T23:41:34.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3525 | 2025-09-20T23:41:34.930Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3526 | 2025-09-20T23:41:57.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.67s |
| 3527 | 2025-09-20T23:41:57.409Z | |
| 3528 | 2025-09-20T23:41:57.409Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (152/227) |
| 3529 | 2025-09-20T23:41:58.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3530 | 2025-09-20T23:41:58.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3531 | 2025-09-20T23:41:58.871Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3532 | 2025-09-20T23:42:21.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.25s |
| 3533 | 2025-09-20T23:42:21.903Z | |
| 3534 | 2025-09-20T23:42:21.903Z | info: running `cargo check --bins` on bootstrap-agent-api (153/227) |
| 3535 | 2025-09-20T23:42:22.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3536 | 2025-09-20T23:42:23.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3537 | 2025-09-20T23:42:23.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3538 | 2025-09-20T23:42:23.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 3539 | 2025-09-20T23:42:23.132Z | |
| 3540 | 2025-09-20T23:42:23.132Z | info: running `cargo check --bins` on range-requests (154/227) |
| 3541 | 2025-09-20T23:42:24.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3542 | 2025-09-20T23:42:24.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3543 | 2025-09-20T23:42:24.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3544 | 2025-09-20T23:42:24.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 3545 | 2025-09-20T23:42:24.302Z | |
| 3546 | 2025-09-20T23:42:24.302Z | info: running `cargo check --bins` on repo-depot-api (155/227) |
| 3547 | 2025-09-20T23:42:25.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3548 | 2025-09-20T23:42:25.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3549 | 2025-09-20T23:42:25.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3550 | 2025-09-20T23:42:25.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3551 | 2025-09-20T23:42:25.437Z | |
| 3552 | 2025-09-20T23:42:25.437Z | info: running `cargo check --bins` on sled-agent-api (156/227) |
| 3553 | 2025-09-20T23:42:26.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3554 | 2025-09-20T23:42:26.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3555 | 2025-09-20T23:42:26.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3556 | 2025-09-20T23:42:26.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 3557 | 2025-09-20T23:42:26.621Z | |
| 3558 | 2025-09-20T23:42:26.621Z | info: running `cargo check --bins` on sled-diagnostics (157/227) |
| 3559 | 2025-09-20T23:42:27.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3560 | 2025-09-20T23:42:27.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3561 | 2025-09-20T23:42:27.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3562 | 2025-09-20T23:42:27.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 3563 | 2025-09-20T23:42:27.775Z | |
| 3564 | 2025-09-20T23:42:27.775Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (158/227) |
| 3565 | 2025-09-20T23:42:28.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3566 | 2025-09-20T23:42:28.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3567 | 2025-09-20T23:42:28.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3568 | 2025-09-20T23:42:28.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 3569 | 2025-09-20T23:42:29.011Z | |
| 3570 | 2025-09-20T23:42:29.011Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (159/227) |
| 3571 | 2025-09-20T23:42:30.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3572 | 2025-09-20T23:42:30.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3573 | 2025-09-20T23:42:30.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3574 | 2025-09-20T23:42:30.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
| 3575 | 2025-09-20T23:42:30.288Z | |
| 3576 | 2025-09-20T23:42:30.288Z | info: running `cargo check --bins` on sled-agent-zone-images (160/227) |
| 3577 | 2025-09-20T23:42:31.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3578 | 2025-09-20T23:42:31.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3579 | 2025-09-20T23:42:31.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3580 | 2025-09-20T23:42:31.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 3581 | 2025-09-20T23:42:31.496Z | |
| 3582 | 2025-09-20T23:42:31.496Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (161/227) |
| 3583 | 2025-09-20T23:42:32.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3584 | 2025-09-20T23:42:32.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3585 | 2025-09-20T23:42:32.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3586 | 2025-09-20T23:42:32.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 3587 | 2025-09-20T23:42:32.704Z | |
| 3588 | 2025-09-20T23:42:32.704Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (162/227) |
| 3589 | 2025-09-20T23:42:33.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3590 | 2025-09-20T23:42:33.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3591 | 2025-09-20T23:42:33.878Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3592 | 2025-09-20T23:42:33.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
| 3593 | 2025-09-20T23:42:33.993Z | |
| 3594 | 2025-09-20T23:42:33.993Z | info: running `cargo check --bins` on update-common (163/227) |
| 3595 | 2025-09-20T23:42:35.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3596 | 2025-09-20T23:42:35.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3597 | 2025-09-20T23:42:35.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3598 | 2025-09-20T23:42:35.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
| 3599 | 2025-09-20T23:42:35.241Z | |
| 3600 | 2025-09-20T23:42:35.241Z | info: running `cargo check --bins` on nexus-test-interface (164/227) |
| 3601 | 2025-09-20T23:42:36.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3602 | 2025-09-20T23:42:36.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3603 | 2025-09-20T23:42:36.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3604 | 2025-09-20T23:42:36.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s |
| 3605 | 2025-09-20T23:42:36.574Z | |
| 3606 | 2025-09-20T23:42:36.574Z | info: running `cargo check --bins` on oximeter-collector (165/227) |
| 3607 | 2025-09-20T23:42:37.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3608 | 2025-09-20T23:42:37.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3609 | 2025-09-20T23:42:37.924Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3610 | 2025-09-20T23:42:37.924Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3611 | 2025-09-20T23:42:39.090Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3612 | 2025-09-20T23:42:42.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s |
| 3613 | 2025-09-20T23:42:42.397Z | |
| 3614 | 2025-09-20T23:42:42.397Z | info: running `cargo check --bins` on oximeter-api (166/227) |
| 3615 | 2025-09-20T23:42:43.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3616 | 2025-09-20T23:42:43.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3617 | 2025-09-20T23:42:43.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3618 | 2025-09-20T23:42:43.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 3619 | 2025-09-20T23:42:43.514Z | |
| 3620 | 2025-09-20T23:42:43.514Z | info: running `cargo check --bins` on cert-dev (167/227) |
| 3621 | 2025-09-20T23:42:44.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3622 | 2025-09-20T23:42:44.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3623 | 2025-09-20T23:42:44.686Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3624 | 2025-09-20T23:42:45.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s |
| 3625 | 2025-09-20T23:42:45.288Z | |
| 3626 | 2025-09-20T23:42:45.288Z | info: running `cargo check --bins` on clickana (168/227) |
| 3627 | 2025-09-20T23:42:46.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3628 | 2025-09-20T23:42:46.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3629 | 2025-09-20T23:42:46.626Z | Checking castaway v0.2.3 |
| 3630 | 2025-09-20T23:42:46.626Z | Checking lru v0.12.5 |
| 3631 | 2025-09-20T23:42:46.651Z | Compiling instability v0.3.2 |
| 3632 | 2025-09-20T23:42:46.651Z | Checking unicode-truncate v1.1.0 |
| 3633 | 2025-09-20T23:42:46.651Z | Checking cassowary v0.3.0 |
| 3634 | 2025-09-20T23:42:46.651Z | Compiling indoc v2.0.6 |
| 3635 | 2025-09-20T23:42:46.651Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3636 | 2025-09-20T23:42:46.828Z | Checking compact_str v0.8.0 |
| 3637 | 2025-09-20T23:42:47.584Z | Checking ratatui v0.29.0 |
| 3638 | 2025-09-20T23:42:50.357Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3639 | 2025-09-20T23:42:51.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.30s |
| 3640 | 2025-09-20T23:42:51.799Z | |
| 3641 | 2025-09-20T23:42:51.799Z | info: running `cargo check --bins` on clickhouse-cluster-dev (169/227) |
| 3642 | 2025-09-20T23:42:52.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3643 | 2025-09-20T23:42:52.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3644 | 2025-09-20T23:42:53.144Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3645 | 2025-09-20T23:42:53.144Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3646 | 2025-09-20T23:42:54.839Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3647 | 2025-09-20T23:42:55.732Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3648 | 2025-09-20T23:42:56.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.61s |
| 3649 | 2025-09-20T23:42:56.642Z | |
| 3650 | 2025-09-20T23:42:56.642Z | info: running `cargo check --bins` on ch-dev (170/227) |
| 3651 | 2025-09-20T23:42:57.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3652 | 2025-09-20T23:42:57.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3653 | 2025-09-20T23:42:57.952Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3654 | 2025-09-20T23:42:59.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s |
| 3655 | 2025-09-20T23:42:59.305Z | |
| 3656 | 2025-09-20T23:42:59.305Z | info: running `cargo check --bins` on dev-tools-common (171/227) |
| 3657 | 2025-09-20T23:43:00.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3658 | 2025-09-20T23:43:00.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3659 | 2025-09-20T23:43:00.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3660 | 2025-09-20T23:43:00.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3661 | 2025-09-20T23:43:00.183Z | |
| 3662 | 2025-09-20T23:43:00.183Z | info: running `cargo check --bins` on crdb-seed (172/227) |
| 3663 | 2025-09-20T23:43:01.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3664 | 2025-09-20T23:43:01.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3665 | 2025-09-20T23:43:01.471Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3666 | 2025-09-20T23:43:02.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s |
| 3667 | 2025-09-20T23:43:02.227Z | |
| 3668 | 2025-09-20T23:43:02.227Z | info: running `cargo check --bins` on db-dev (173/227) |
| 3669 | 2025-09-20T23:43:03.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3670 | 2025-09-20T23:43:03.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3671 | 2025-09-20T23:43:03.539Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3672 | 2025-09-20T23:43:04.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s |
| 3673 | 2025-09-20T23:43:04.934Z | |
| 3674 | 2025-09-20T23:43:04.934Z | info: running `cargo check --bins` on omicron-dev-lib (174/227) |
| 3675 | 2025-09-20T23:43:06.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3676 | 2025-09-20T23:43:06.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3677 | 2025-09-20T23:43:06.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3678 | 2025-09-20T23:43:06.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 3679 | 2025-09-20T23:43:06.152Z | |
| 3680 | 2025-09-20T23:43:06.153Z | info: running `cargo check --bins` on xtask-downloader (175/227) |
| 3681 | 2025-09-20T23:43:07.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3682 | 2025-09-20T23:43:07.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3683 | 2025-09-20T23:43:07.336Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3684 | 2025-09-20T23:43:08.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.33s |
| 3685 | 2025-09-20T23:43:08.686Z | |
| 3686 | 2025-09-20T23:43:08.686Z | info: running `cargo check --bins` on omicron-ls-apis (176/227) |
| 3687 | 2025-09-20T23:43:09.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3688 | 2025-09-20T23:43:09.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3689 | 2025-09-20T23:43:09.850Z | Checking typeid v1.0.3 |
| 3690 | 2025-09-20T23:43:09.886Z | Checking ordered-float v2.10.1 |
| 3691 | 2025-09-20T23:43:09.912Z | Checking cargo-platform v0.2.0 |
| 3692 | 2025-09-20T23:43:10.044Z | Checking erased-serde v0.4.6 |
| 3693 | 2025-09-20T23:43:10.370Z | Checking serde-value v0.7.0 |
| 3694 | 2025-09-20T23:43:10.829Z | Checking serde-untagged v0.1.7 |
| 3695 | 2025-09-20T23:43:11.171Z | Checking cargo-util-schemas v0.8.2 |
| 3696 | 2025-09-20T23:43:12.908Z | Checking cargo_metadata v0.21.0 |
| 3697 | 2025-09-20T23:43:14.366Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3698 | 2025-09-20T23:43:15.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.96s |
| 3699 | 2025-09-20T23:43:15.846Z | |
| 3700 | 2025-09-20T23:43:15.846Z | info: running `cargo check --bins` on mgs-dev (177/227) |
| 3701 | 2025-09-20T23:43:16.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3702 | 2025-09-20T23:43:17.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3703 | 2025-09-20T23:43:17.200Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3704 | 2025-09-20T23:43:19.953Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3705 | 2025-09-20T23:43:20.855Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3706 | 2025-09-20T23:43:21.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.86s |
| 3707 | 2025-09-20T23:43:21.936Z | |
| 3708 | 2025-09-20T23:43:21.936Z | info: running `cargo check --bins` on omicron-omdb (178/227) |
| 3709 | 2025-09-20T23:43:23.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3710 | 2025-09-20T23:43:23.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3711 | 2025-09-20T23:43:23.571Z | Compiling derive_builder_core v0.20.2 |
| 3712 | 2025-09-20T23:43:23.596Z | Compiling vergen-lib v0.1.6 |
| 3713 | 2025-09-20T23:43:23.640Z | Compiling vergen v9.0.6 |
| 3714 | 2025-09-20T23:43:23.665Z | Compiling vergen-gitcl v1.0.8 |
| 3715 | 2025-09-20T23:43:23.665Z | Compiling dirs-sys-next v0.1.2 |
| 3716 | 2025-09-20T23:43:23.665Z | Compiling crunchy v0.2.2 |
| 3717 | 2025-09-20T23:43:23.735Z | Compiling dsl_auto_type v0.1.2 |
| 3718 | 2025-09-20T23:43:23.760Z | Checking scheduled-thread-pool v0.2.7 |
| 3719 | 2025-09-20T23:43:23.993Z | Compiling dirs-next v2.0.0 |
| 3720 | 2025-09-20T23:43:24.023Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 3721 | 2025-09-20T23:43:24.023Z | Compiling tiny-keccak v2.0.2 |
| 3722 | 2025-09-20T23:43:24.096Z | Checking r2d2 v0.8.10 |
| 3723 | 2025-09-20T23:43:24.185Z | Compiling term v0.7.0 |
| 3724 | 2025-09-20T23:43:24.236Z | Compiling bit-vec v0.6.3 |
| 3725 | 2025-09-20T23:43:24.367Z | Compiling ena v0.14.3 |
| 3726 | 2025-09-20T23:43:24.421Z | Compiling regex-syntax v0.6.29 |
| 3727 | 2025-09-20T23:43:24.489Z | Compiling diff v0.1.13 |
| 3728 | 2025-09-20T23:43:24.659Z | Compiling bit-set v0.5.3 |
| 3729 | 2025-09-20T23:43:24.781Z | Compiling ascii-canvas v3.0.0 |
| 3730 | 2025-09-20T23:43:24.977Z | Compiling bindgen v0.71.1 |
| 3731 | 2025-09-20T23:43:25.004Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3732 | 2025-09-20T23:43:25.113Z | Compiling diesel_derives v2.2.3 |
| 3733 | 2025-09-20T23:43:25.138Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3734 | 2025-09-20T23:43:25.276Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3735 | 2025-09-20T23:43:25.364Z | Compiling libxml v0.3.3 |
| 3736 | 2025-09-20T23:43:25.395Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3737 | 2025-09-20T23:43:25.420Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3738 | 2025-09-20T23:43:25.485Z | Compiling derive_builder_macro v0.20.2 |
| 3739 | 2025-09-20T23:43:25.774Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3740 | 2025-09-20T23:43:25.986Z | Compiling strum_macros v0.24.3 |
| 3741 | 2025-09-20T23:43:26.094Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3742 | 2025-09-20T23:43:26.262Z | Compiling derive_builder v0.20.2 |
| 3743 | 2025-09-20T23:43:26.289Z | Compiling indoc v1.0.9 |
| 3744 | 2025-09-20T23:43:27.184Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3745 | 2025-09-20T23:43:27.467Z | Compiling lalrpop v0.19.12 |
| 3746 | 2025-09-20T23:43:27.879Z | Compiling impl-trait-for-tuples v0.2.2 |
| 3747 | 2025-09-20T23:43:28.142Z | Compiling oso-derive v0.27.3 |
| 3748 | 2025-09-20T23:43:28.502Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3749 | 2025-09-20T23:43:28.673Z | Checking quick-xml v0.37.2 |
| 3750 | 2025-09-20T23:43:28.876Z | Checking maplit v1.0.2 |
| 3751 | 2025-09-20T23:43:29.051Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3752 | 2025-09-20T23:43:29.089Z | Compiling diesel-dtrace v0.4.2 |
| 3753 | 2025-09-20T23:43:29.133Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3754 | 2025-09-20T23:43:29.470Z | Checking bb8 v0.8.5 |
| 3755 | 2025-09-20T23:43:29.570Z | Checking ignore v0.4.23 |
| 3756 | 2025-09-20T23:43:30.020Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3757 | 2025-09-20T23:43:30.348Z | Checking predicates-tree v1.0.12 |
| 3758 | 2025-09-20T23:43:30.426Z | Checking globwalk v0.9.1 |
| 3759 | 2025-09-20T23:43:30.557Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3760 | 2025-09-20T23:43:30.582Z | Checking rand_seeder v0.4.0 |
| 3761 | 2025-09-20T23:43:30.745Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3762 | 2025-09-20T23:43:30.781Z | Checking camino-tempfile-ext v0.3.2 |
| 3763 | 2025-09-20T23:43:30.852Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3764 | 2025-09-20T23:43:30.917Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3765 | 2025-09-20T23:43:31.116Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3766 | 2025-09-20T23:43:31.173Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 3767 | 2025-09-20T23:43:31.209Z | Checking console v0.16.0 |
| 3768 | 2025-09-20T23:43:31.817Z | Checking is_ci v1.2.0 |
| 3769 | 2025-09-20T23:43:31.976Z | Checking unit-prefix v0.5.1 |
| 3770 | 2025-09-20T23:43:32.021Z | Checking supports-color v3.0.2 |
| 3771 | 2025-09-20T23:43:32.238Z | Checking indicatif v0.18.0 |
| 3772 | 2025-09-20T23:43:32.459Z | Checking support-bundle-viewer v0.1.2 |
| 3773 | 2025-09-20T23:43:32.938Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3774 | 2025-09-20T23:43:32.993Z | Checking multimap v0.10.1 |
| 3775 | 2025-09-20T23:43:33.083Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3776 | 2025-09-20T23:43:34.166Z | Checking diesel v2.2.12 |
| 3777 | 2025-09-20T23:43:49.638Z | Compiling samael v0.0.19 |
| 3778 | 2025-09-20T23:44:02.283Z | Checking async-bb8-diesel v0.2.1 |
| 3779 | 2025-09-20T23:44:05.224Z | Compiling polar-core v0.27.3 |
| 3780 | 2025-09-20T23:44:15.023Z | Checking oso v0.27.3 |
| 3781 | 2025-09-20T23:45:19.610Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3782 | 2025-09-20T23:46:12.704Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3783 | 2025-09-20T23:46:28.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 06s |
| 3784 | 2025-09-20T23:46:28.668Z | |
| 3785 | 2025-09-20T23:46:28.668Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (179/227) |
| 3786 | 2025-09-20T23:46:29.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3787 | 2025-09-20T23:46:29.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3788 | 2025-09-20T23:46:29.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3789 | 2025-09-20T23:46:29.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
| 3790 | 2025-09-20T23:46:29.956Z | |
| 3791 | 2025-09-20T23:46:29.956Z | info: running `cargo check --bins` on nexus-saga-recovery (180/227) |
| 3792 | 2025-09-20T23:46:31.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3793 | 2025-09-20T23:46:31.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3794 | 2025-09-20T23:46:31.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3795 | 2025-09-20T23:46:31.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
| 3796 | 2025-09-20T23:46:31.203Z | |
| 3797 | 2025-09-20T23:46:31.204Z | info: running `cargo check --bins` on nexus-test-utils-macros (181/227) |
| 3798 | 2025-09-20T23:46:32.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3799 | 2025-09-20T23:46:32.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3800 | 2025-09-20T23:46:32.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3801 | 2025-09-20T23:46:32.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 3802 | 2025-09-20T23:46:32.298Z | |
| 3803 | 2025-09-20T23:46:32.298Z | info: running `cargo check --bins` on omicron-nexus (182/227) |
| 3804 | 2025-09-20T23:46:33.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3805 | 2025-09-20T23:46:33.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3806 | 2025-09-20T23:46:33.915Z | Compiling libz-sys v1.1.20 |
| 3807 | 2025-09-20T23:46:33.941Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 3808 | 2025-09-20T23:46:33.993Z | Compiling fs-err v2.11.0 |
| 3809 | 2025-09-20T23:46:34.018Z | Compiling vergen v8.3.2 |
| 3810 | 2025-09-20T23:46:34.018Z | Compiling cargo-platform v0.1.8 |
| 3811 | 2025-09-20T23:46:34.072Z | Checking parse-size v1.1.0 |
| 3812 | 2025-09-20T23:46:34.097Z | Compiling rustls v0.21.12 |
| 3813 | 2025-09-20T23:46:34.097Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a) |
| 3814 | 2025-09-20T23:46:34.319Z | Checking sct v0.7.1 |
| 3815 | 2025-09-20T23:46:34.402Z | Compiling cargo_metadata v0.18.1 |
| 3816 | 2025-09-20T23:46:34.480Z | Checking rustls-webpki v0.101.7 |
| 3817 | 2025-09-20T23:46:34.551Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3818 | 2025-09-20T23:46:34.578Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3819 | 2025-09-20T23:46:34.715Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3820 | 2025-09-20T23:46:34.900Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 3821 | 2025-09-20T23:46:34.927Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3822 | 2025-09-20T23:46:35.141Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3823 | 2025-09-20T23:46:35.178Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3824 | 2025-09-20T23:46:35.286Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3825 | 2025-09-20T23:46:35.940Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a) |
| 3826 | 2025-09-20T23:46:36.284Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3827 | 2025-09-20T23:46:36.358Z | Checking rustls-pemfile v1.0.4 |
| 3828 | 2025-09-20T23:46:36.555Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3829 | 2025-09-20T23:46:36.591Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 3830 | 2025-09-20T23:46:36.987Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3831 | 2025-09-20T23:46:37.043Z | Checking twox-hash v2.1.0 |
| 3832 | 2025-09-20T23:46:37.124Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3833 | 2025-09-20T23:46:37.814Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3834 | 2025-09-20T23:46:37.947Z | Checking tokio-rustls v0.24.1 |
| 3835 | 2025-09-20T23:46:38.373Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3836 | 2025-09-20T23:46:38.402Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3837 | 2025-09-20T23:46:38.635Z | Checking fatfs v0.3.6 |
| 3838 | 2025-09-20T23:46:39.188Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=0a8dbd2311263f6a59ea58089e33c8331436ff3a#0a8dbd23) |
| 3839 | 2025-09-20T23:46:39.273Z | Checking assert_matches v1.5.0 |
| 3840 | 2025-09-20T23:46:46.296Z | Compiling git2 v0.19.0 |
| 3841 | 2025-09-20T23:46:46.374Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 3842 | 2025-09-20T23:46:46.623Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 3843 | 2025-09-20T23:46:52.054Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3844 | 2025-09-20T23:48:31.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s |
| 3845 | 2025-09-20T23:48:31.791Z | |
| 3846 | 2025-09-20T23:48:31.791Z | info: running `cargo check --bins` on nexus-background-task-interface (183/227) |
| 3847 | 2025-09-20T23:48:32.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3848 | 2025-09-20T23:48:32.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3849 | 2025-09-20T23:48:32.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3850 | 2025-09-20T23:48:32.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 3851 | 2025-09-20T23:48:32.946Z | |
| 3852 | 2025-09-20T23:48:32.946Z | info: running `cargo check --bins` on nexus-external-api (184/227) |
| 3853 | 2025-09-20T23:48:34.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3854 | 2025-09-20T23:48:34.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3855 | 2025-09-20T23:48:34.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3856 | 2025-09-20T23:48:34.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 3857 | 2025-09-20T23:48:34.149Z | |
| 3858 | 2025-09-20T23:48:34.149Z | info: running `cargo check --bins` on nexus-internal-api (185/227) |
| 3859 | 2025-09-20T23:48:35.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3860 | 2025-09-20T23:48:35.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3861 | 2025-09-20T23:48:35.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3862 | 2025-09-20T23:48:35.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 3863 | 2025-09-20T23:48:35.342Z | |
| 3864 | 2025-09-20T23:48:35.342Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (186/227) |
| 3865 | 2025-09-20T23:48:36.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3866 | 2025-09-20T23:48:36.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3867 | 2025-09-20T23:48:36.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3868 | 2025-09-20T23:48:36.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
| 3869 | 2025-09-20T23:48:36.578Z | |
| 3870 | 2025-09-20T23:48:36.578Z | info: running `cargo check --bins` on nexus-mgs-updates (187/227) |
| 3871 | 2025-09-20T23:48:37.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3872 | 2025-09-20T23:48:37.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3873 | 2025-09-20T23:48:37.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3874 | 2025-09-20T23:48:37.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3875 | 2025-09-20T23:48:37.692Z | |
| 3876 | 2025-09-20T23:48:37.692Z | info: running `cargo check --bins` on nexus-networking (188/227) |
| 3877 | 2025-09-20T23:48:38.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3878 | 2025-09-20T23:48:38.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3879 | 2025-09-20T23:48:38.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3880 | 2025-09-20T23:48:38.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 3881 | 2025-09-20T23:48:38.891Z | |
| 3882 | 2025-09-20T23:48:38.891Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (189/227) |
| 3883 | 2025-09-20T23:48:40.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3884 | 2025-09-20T23:48:40.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3885 | 2025-09-20T23:48:40.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3886 | 2025-09-20T23:48:40.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
| 3887 | 2025-09-20T23:48:40.145Z | |
| 3888 | 2025-09-20T23:48:40.145Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (190/227) |
| 3889 | 2025-09-20T23:48:41.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3890 | 2025-09-20T23:48:41.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3891 | 2025-09-20T23:48:41.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3892 | 2025-09-20T23:48:41.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 3893 | 2025-09-20T23:48:41.340Z | |
| 3894 | 2025-09-20T23:48:41.340Z | info: running `cargo check --bins` on omicron-dev (191/227) |
| 3895 | 2025-09-20T23:48:42.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3896 | 2025-09-20T23:48:42.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3897 | 2025-09-20T23:48:42.910Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3898 | 2025-09-20T23:48:42.935Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3899 | 2025-09-20T23:48:42.984Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3900 | 2025-09-20T23:48:43.011Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3901 | 2025-09-20T23:48:43.011Z | Checking diff v0.1.13 |
| 3902 | 2025-09-20T23:48:43.011Z | Checking yansi v1.0.1 |
| 3903 | 2025-09-20T23:48:43.053Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3904 | 2025-09-20T23:48:43.080Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3905 | 2025-09-20T23:48:43.579Z | Checking pretty_assertions v1.4.1 |
| 3906 | 2025-09-20T23:48:44.675Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3907 | 2025-09-20T23:49:29.283Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3908 | 2025-09-20T23:49:29.283Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3909 | 2025-09-20T23:49:29.308Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3910 | 2025-09-20T23:49:29.308Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3911 | 2025-09-20T23:49:29.308Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3912 | 2025-09-20T23:49:29.308Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3913 | 2025-09-20T23:49:29.993Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3914 | 2025-09-20T23:49:30.591Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3915 | 2025-09-20T23:49:32.407Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3916 | 2025-09-20T23:50:53.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 11s |
| 3917 | 2025-09-20T23:50:53.522Z | |
| 3918 | 2025-09-20T23:50:53.522Z | info: running `cargo check --bins` on openapi-manager (192/227) |
| 3919 | 2025-09-20T23:50:54.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3920 | 2025-09-20T23:50:54.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3921 | 2025-09-20T23:50:54.765Z | Compiling tabled_derive v0.10.0 |
| 3922 | 2025-09-20T23:50:54.765Z | Checking papergrid v0.14.0 |
| 3923 | 2025-09-20T23:50:54.790Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3924 | 2025-09-20T23:50:54.790Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3925 | 2025-09-20T23:50:54.820Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3926 | 2025-09-20T23:50:54.845Z | Checking heck v0.4.1 |
| 3927 | 2025-09-20T23:50:54.870Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3928 | 2025-09-20T23:50:55.123Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3929 | 2025-09-20T23:50:55.173Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3930 | 2025-09-20T23:50:56.220Z | Checking tabled v0.18.0 |
| 3931 | 2025-09-20T23:50:56.305Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3932 | 2025-09-20T23:50:59.935Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3933 | 2025-09-20T23:51:02.016Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3934 | 2025-09-20T23:51:03.165Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3935 | 2025-09-20T23:51:05.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.67s |
| 3936 | 2025-09-20T23:51:05.405Z | |
| 3937 | 2025-09-20T23:51:05.405Z | info: running `cargo check --bins` on installinator-api (193/227) |
| 3938 | 2025-09-20T23:51:06.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3939 | 2025-09-20T23:51:06.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3940 | 2025-09-20T23:51:06.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3941 | 2025-09-20T23:51:06.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 3942 | 2025-09-20T23:51:06.468Z | |
| 3943 | 2025-09-20T23:51:06.468Z | info: running `cargo check --bins` on ntp-admin-api (194/227) |
| 3944 | 2025-09-20T23:51:07.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3945 | 2025-09-20T23:51:07.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3946 | 2025-09-20T23:51:07.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3947 | 2025-09-20T23:51:07.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3948 | 2025-09-20T23:51:07.497Z | |
| 3949 | 2025-09-20T23:51:07.497Z | info: running `cargo check --bins` on ntp-admin-types (195/227) |
| 3950 | 2025-09-20T23:51:08.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3951 | 2025-09-20T23:51:08.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3952 | 2025-09-20T23:51:08.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3953 | 2025-09-20T23:51:08.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3954 | 2025-09-20T23:51:08.531Z | |
| 3955 | 2025-09-20T23:51:08.531Z | info: running `cargo check --bins` on wicketd-api (196/227) |
| 3956 | 2025-09-20T23:51:09.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3957 | 2025-09-20T23:51:09.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3958 | 2025-09-20T23:51:09.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3959 | 2025-09-20T23:51:09.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3960 | 2025-09-20T23:51:09.683Z | |
| 3961 | 2025-09-20T23:51:09.683Z | info: running `cargo check --bins` on omicron-pins (197/227) |
| 3962 | 2025-09-20T23:51:10.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3963 | 2025-09-20T23:51:10.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3964 | 2025-09-20T23:51:10.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3965 | 2025-09-20T23:51:10.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 3966 | 2025-09-20T23:51:10.724Z | |
| 3967 | 2025-09-20T23:51:10.724Z | info: running `cargo check --bins` on reconfigurator-cli (198/227) |
| 3968 | 2025-09-20T23:51:11.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3969 | 2025-09-20T23:51:11.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3970 | 2025-09-20T23:51:12.039Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3971 | 2025-09-20T23:51:12.064Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3972 | 2025-09-20T23:51:12.089Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3973 | 2025-09-20T23:51:12.121Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3974 | 2025-09-20T23:51:12.146Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3975 | 2025-09-20T23:51:12.171Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3976 | 2025-09-20T23:51:12.171Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3977 | 2025-09-20T23:51:12.171Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3978 | 2025-09-20T23:51:12.337Z | Compiling petname v2.0.2 |
| 3979 | 2025-09-20T23:51:12.433Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3980 | 2025-09-20T23:51:12.706Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3981 | 2025-09-20T23:51:12.777Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3982 | 2025-09-20T23:51:13.140Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3983 | 2025-09-20T23:51:13.391Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3984 | 2025-09-20T23:51:13.519Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3985 | 2025-09-20T23:51:13.597Z | Checking sync-ptr v0.1.4 |
| 3986 | 2025-09-20T23:51:13.708Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3987 | 2025-09-20T23:51:14.706Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3988 | 2025-09-20T23:51:17.790Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3989 | 2025-09-20T23:51:17.815Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 3990 | 2025-09-20T23:51:26.939Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3991 | 2025-09-20T23:51:28.132Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3992 | 2025-09-20T23:51:30.905Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3993 | 2025-09-20T23:51:34.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.94s |
| 3994 | 2025-09-20T23:51:34.900Z | |
| 3995 | 2025-09-20T23:51:34.900Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (199/227) |
| 3996 | 2025-09-20T23:51:35.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3997 | 2025-09-20T23:51:36.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3998 | 2025-09-20T23:51:36.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3999 | 2025-09-20T23:51:36.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 4000 | 2025-09-20T23:51:36.118Z | |
| 4001 | 2025-09-20T23:51:36.118Z | info: running `cargo check --bins` on omicron-repl-utils (200/227) |
| 4002 | 2025-09-20T23:51:37.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4003 | 2025-09-20T23:51:37.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4004 | 2025-09-20T23:51:37.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4005 | 2025-09-20T23:51:37.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 4006 | 2025-09-20T23:51:37.174Z | |
| 4007 | 2025-09-20T23:51:37.174Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (201/227) |
| 4008 | 2025-09-20T23:51:38.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4009 | 2025-09-20T23:51:38.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4010 | 2025-09-20T23:51:38.480Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4011 | 2025-09-20T23:51:39.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.66s |
| 4012 | 2025-09-20T23:51:40.075Z | |
| 4013 | 2025-09-20T23:51:40.075Z | info: running `cargo check --bins` on reconfigurator-sp-updater (202/227) |
| 4014 | 2025-09-20T23:51:41.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4015 | 2025-09-20T23:51:41.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4016 | 2025-09-20T23:51:41.317Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 4017 | 2025-09-20T23:51:41.820Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4018 | 2025-09-20T23:51:43.422Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4019 | 2025-09-20T23:51:44.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s |
| 4020 | 2025-09-20T23:51:44.658Z | |
| 4021 | 2025-09-20T23:51:44.658Z | info: running `cargo check --bins` on omicron-releng (203/227) |
| 4022 | 2025-09-20T23:51:45.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4023 | 2025-09-20T23:51:45.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4024 | 2025-09-20T23:51:45.811Z | Compiling blake3 v1.5.4 |
| 4025 | 2025-09-20T23:51:45.836Z | Checking memmap2 v0.9.5 |
| 4026 | 2025-09-20T23:51:45.836Z | Checking constant_time_eq v0.3.1 |
| 4027 | 2025-09-20T23:51:45.836Z | Checking arrayvec v0.7.6 |
| 4028 | 2025-09-20T23:51:45.836Z | Checking arrayref v0.3.9 |
| 4029 | 2025-09-20T23:51:45.836Z | Checking topological-sort v0.2.2 |
| 4030 | 2025-09-20T23:51:45.862Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4031 | 2025-09-20T23:51:45.862Z | Checking shell-words v1.1.0 |
| 4032 | 2025-09-20T23:51:47.290Z | Checking omicron-zone-package v0.12.2 |
| 4033 | 2025-09-20T23:51:48.940Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4034 | 2025-09-20T23:51:50.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.88s |
| 4035 | 2025-09-20T23:51:50.746Z | |
| 4036 | 2025-09-20T23:51:50.746Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (204/227) |
| 4037 | 2025-09-20T23:51:51.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4038 | 2025-09-20T23:51:51.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4039 | 2025-09-20T23:51:51.922Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4040 | 2025-09-20T23:51:52.316Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4041 | 2025-09-20T23:51:53.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s |
| 4042 | 2025-09-20T23:51:53.195Z | |
| 4043 | 2025-09-20T23:51:53.195Z | info: running `cargo check --bins` on xtask (205/227) |
| 4044 | 2025-09-20T23:51:54.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4045 | 2025-09-20T23:51:54.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4046 | 2025-09-20T23:51:54.052Z | Checking bitflags v2.9.1 |
| 4047 | 2025-09-20T23:51:54.052Z | Checking serde v1.0.223 |
| 4048 | 2025-09-20T23:51:54.077Z | Checking zerofrom v0.1.4 |
| 4049 | 2025-09-20T23:51:54.111Z | Checking smallvec v1.15.1 |
| 4050 | 2025-09-20T23:51:54.136Z | Checking hashbrown v0.15.4 |
| 4051 | 2025-09-20T23:51:54.161Z | Checking thiserror v1.0.69 |
| 4052 | 2025-09-20T23:51:54.186Z | Checking serde_json v1.0.145 |
| 4053 | 2025-09-20T23:51:54.186Z | Checking scroll v0.12.0 |
| 4054 | 2025-09-20T23:51:54.312Z | Checking yoke v0.7.4 |
| 4055 | 2025-09-20T23:51:54.337Z | Checking num-traits v0.2.19 |
| 4056 | 2025-09-20T23:51:54.362Z | Checking rustix v0.38.37 |
| 4057 | 2025-09-20T23:51:54.452Z | Checking log v0.4.27 |
| 4058 | 2025-09-20T23:51:54.626Z | Checking percent-encoding v2.3.2 |
| 4059 | 2025-09-20T23:51:54.651Z | Checking zerovec v0.10.4 |
| 4060 | 2025-09-20T23:51:54.726Z | Checking zerocopy v0.7.35 |
| 4061 | 2025-09-20T23:51:54.867Z | Checking form_urlencoded v1.2.2 |
| 4062 | 2025-09-20T23:51:54.942Z | Checking serde_spanned v0.6.9 |
| 4063 | 2025-09-20T23:51:55.025Z | Checking indexmap v2.11.0 |
| 4064 | 2025-09-20T23:51:55.077Z | Checking toml_datetime v0.6.11 |
| 4065 | 2025-09-20T23:51:55.150Z | Checking erased-serde v0.4.6 |
| 4066 | 2025-09-20T23:51:55.235Z | Checking terminal_size v0.4.0 |
| 4067 | 2025-09-20T23:51:55.398Z | Checking goblin v0.8.2 |
| 4068 | 2025-09-20T23:51:55.429Z | Checking pest v2.7.14 |
| 4069 | 2025-09-20T23:51:55.456Z | Checking getrandom v0.3.1 |
| 4070 | 2025-09-20T23:51:55.578Z | Checking ordered-float v2.10.1 |
| 4071 | 2025-09-20T23:51:55.677Z | Checking thiserror v2.0.16 |
| 4072 | 2025-09-20T23:51:55.789Z | Checking syn v2.0.106 |
| 4073 | 2025-09-20T23:51:55.838Z | Checking rustix v1.0.7 |
| 4074 | 2025-09-20T23:51:55.942Z | Checking serde-untagged v0.1.7 |
| 4075 | 2025-09-20T23:51:56.030Z | Checking serde-value v0.7.0 |
| 4076 | 2025-09-20T23:51:56.056Z | Checking tinystr v0.7.6 |
| 4077 | 2025-09-20T23:51:56.142Z | Checking icu_collections v1.5.0 |
| 4078 | 2025-09-20T23:51:56.291Z | Checking toml_edit v0.22.27 |
| 4079 | 2025-09-20T23:51:56.381Z | Checking icu_locid v1.5.0 |
| 4080 | 2025-09-20T23:51:56.416Z | Checking semver v1.0.26 |
| 4081 | 2025-09-20T23:51:56.739Z | Checking once_cell v1.21.3 |
| 4082 | 2025-09-20T23:51:56.803Z | Checking clap_builder v4.5.41 |
| 4083 | 2025-09-20T23:51:57.048Z | Checking cargo-platform v0.2.0 |
| 4084 | 2025-09-20T23:51:57.171Z | Checking tempfile v3.20.0 |
| 4085 | 2025-09-20T23:51:57.253Z | Checking icu_provider v1.5.0 |
| 4086 | 2025-09-20T23:51:57.364Z | Checking textwrap v0.16.2 |
| 4087 | 2025-09-20T23:51:57.522Z | Checking camino-tempfile v1.4.1 |
| 4088 | 2025-09-20T23:51:57.549Z | Checking dtrace-parser v0.2.0 |
| 4089 | 2025-09-20T23:51:57.746Z | Checking fs-err v3.1.1 |
| 4090 | 2025-09-20T23:51:57.794Z | Checking tabled v0.15.0 |
| 4091 | 2025-09-20T23:51:57.827Z | Checking icu_locid_transform v1.5.0 |
| 4092 | 2025-09-20T23:51:57.980Z | Checking anyhow v1.0.99 |
| 4093 | 2025-09-20T23:51:58.072Z | Checking macaddr v1.0.1 |
| 4094 | 2025-09-20T23:51:58.329Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4095 | 2025-09-20T23:51:58.589Z | Checking toml v0.8.23 |
| 4096 | 2025-09-20T23:51:58.736Z | Checking icu_properties v1.5.1 |
| 4097 | 2025-09-20T23:51:59.252Z | Checking cargo_toml v0.21.0 |
| 4098 | 2025-09-20T23:51:59.369Z | Checking clap v4.5.41 |
| 4099 | 2025-09-20T23:51:59.619Z | Checking dof v0.3.0 |
| 4100 | 2025-09-20T23:52:00.163Z | Checking usdt-impl v0.5.0 |
| 4101 | 2025-09-20T23:52:00.631Z | Checking usdt v0.5.0 |
| 4102 | 2025-09-20T23:52:01.503Z | Checking icu_normalizer v1.5.0 |
| 4103 | 2025-09-20T23:52:02.150Z | Checking idna_adapter v1.2.0 |
| 4104 | 2025-09-20T23:52:02.336Z | Checking idna v1.0.3 |
| 4105 | 2025-09-20T23:52:02.769Z | Checking url v2.5.4 |
| 4106 | 2025-09-20T23:52:03.464Z | Checking cargo-util-schemas v0.8.2 |
| 4107 | 2025-09-20T23:52:05.143Z | Checking cargo_metadata v0.21.0 |
| 4108 | 2025-09-20T23:52:06.538Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4109 | 2025-09-20T23:52:07.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.23s |
| 4110 | 2025-09-20T23:52:07.622Z | |
| 4111 | 2025-09-20T23:52:07.622Z | info: running `cargo check --bins` on end-to-end-tests (206/227) |
| 4112 | 2025-09-20T23:52:08.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4113 | 2025-09-20T23:52:08.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4114 | 2025-09-20T23:52:09.015Z | Checking polyval v0.6.2 |
| 4115 | 2025-09-20T23:52:09.039Z | Checking ctr v0.9.2 |
| 4116 | 2025-09-20T23:52:09.075Z | Checking ssh-encoding v0.2.0 |
| 4117 | 2025-09-20T23:52:09.075Z | Checking blowfish v0.9.1 |
| 4118 | 2025-09-20T23:52:09.111Z | Checking password-hash v0.4.2 |
| 4119 | 2025-09-20T23:52:09.139Z | Checking p521 v0.13.3 |
| 4120 | 2025-09-20T23:52:09.164Z | Checking p256 v0.13.2 |
| 4121 | 2025-09-20T23:52:09.188Z | Checking russh-cryptovec v0.7.3 |
| 4122 | 2025-09-20T23:52:09.319Z | Checking ghash v0.5.1 |
| 4123 | 2025-09-20T23:52:09.344Z | Checking md5 v0.7.0 |
| 4124 | 2025-09-20T23:52:09.368Z | Checking bcrypt-pbkdf v0.10.0 |
| 4125 | 2025-09-20T23:52:09.398Z | Checking num-bigint v0.4.6 |
| 4126 | 2025-09-20T23:52:09.423Z | Checking des v0.8.1 |
| 4127 | 2025-09-20T23:52:09.521Z | Checking aes-gcm v0.10.3 |
| 4128 | 2025-09-20T23:52:09.547Z | Checking pbkdf2 v0.11.0 |
| 4129 | 2025-09-20T23:52:09.639Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4130 | 2025-09-20T23:52:09.664Z | Checking hex-literal v0.4.1 |
| 4131 | 2025-09-20T23:52:09.664Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4132 | 2025-09-20T23:52:09.709Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4133 | 2025-09-20T23:52:09.765Z | Checking ssh-cipher v0.2.0 |
| 4134 | 2025-09-20T23:52:09.834Z | Checking internet-checksum v0.2.1 |
| 4135 | 2025-09-20T23:52:10.057Z | Checking ssh-key v0.6.6 |
| 4136 | 2025-09-20T23:52:10.289Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4137 | 2025-09-20T23:52:11.510Z | Checking russh-keys v0.45.0 |
| 4138 | 2025-09-20T23:52:12.653Z | Checking russh v0.45.0 |
| 4139 | 2025-09-20T23:52:41.888Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4140 | 2025-09-20T23:52:44.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.54s |
| 4141 | 2025-09-20T23:52:44.430Z | |
| 4142 | 2025-09-20T23:52:44.431Z | info: running `cargo check --bins` on gateway-cli (207/227) |
| 4143 | 2025-09-20T23:52:45.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4144 | 2025-09-20T23:52:45.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4145 | 2025-09-20T23:52:45.610Z | Checking termios v0.3.3 |
| 4146 | 2025-09-20T23:52:45.832Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4147 | 2025-09-20T23:52:47.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s |
| 4148 | 2025-09-20T23:52:47.202Z | |
| 4149 | 2025-09-20T23:52:47.202Z | info: running `cargo check --bins --no-default-features` on installinator (208/227) |
| 4150 | 2025-09-20T23:52:48.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4151 | 2025-09-20T23:52:48.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4152 | 2025-09-20T23:52:48.474Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4153 | 2025-09-20T23:52:48.499Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4154 | 2025-09-20T23:52:48.499Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4155 | 2025-09-20T23:52:49.568Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4156 | 2025-09-20T23:52:52.048Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4157 | 2025-09-20T23:52:54.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.75s |
| 4158 | 2025-09-20T23:52:55.190Z | |
| 4159 | 2025-09-20T23:52:55.190Z | info: running `cargo check --bins` on internal-dns-cli (209/227) |
| 4160 | 2025-09-20T23:52:56.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4161 | 2025-09-20T23:52:56.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4162 | 2025-09-20T23:52:56.290Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4163 | 2025-09-20T23:52:56.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
| 4164 | 2025-09-20T23:52:57.011Z | |
| 4165 | 2025-09-20T23:52:57.011Z | info: running `cargo check --bins` on omicron-live-tests (210/227) |
| 4166 | 2025-09-20T23:52:57.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4167 | 2025-09-20T23:52:57.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4168 | 2025-09-20T23:52:57.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4169 | 2025-09-20T23:52:57.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 4170 | 2025-09-20T23:52:58.043Z | |
| 4171 | 2025-09-20T23:52:58.043Z | info: running `cargo check --bins` on live-tests-macros (211/227) |
| 4172 | 2025-09-20T23:52:58.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4173 | 2025-09-20T23:52:58.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4174 | 2025-09-20T23:52:58.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4175 | 2025-09-20T23:52:58.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 4176 | 2025-09-20T23:52:59.083Z | |
| 4177 | 2025-09-20T23:52:59.083Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (212/227) |
| 4178 | 2025-09-20T23:53:00.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4179 | 2025-09-20T23:53:00.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4180 | 2025-09-20T23:53:00.337Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4181 | 2025-09-20T23:53:01.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s |
| 4182 | 2025-09-20T23:53:01.363Z | |
| 4183 | 2025-09-20T23:53:01.363Z | info: running `cargo check --bins` on omicron-ntp-admin (213/227) |
| 4184 | 2025-09-20T23:53:02.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4185 | 2025-09-20T23:53:02.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4186 | 2025-09-20T23:53:02.545Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4187 | 2025-09-20T23:53:02.546Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4188 | 2025-09-20T23:53:02.869Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4189 | 2025-09-20T23:53:04.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.82s |
| 4190 | 2025-09-20T23:53:04.379Z | |
| 4191 | 2025-09-20T23:53:04.379Z | info: running `cargo check --bins` on omicron-package (214/227) |
| 4192 | 2025-09-20T23:53:05.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4193 | 2025-09-20T23:53:05.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4194 | 2025-09-20T23:53:05.535Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4195 | 2025-09-20T23:53:07.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s |
| 4196 | 2025-09-20T23:53:07.651Z | |
| 4197 | 2025-09-20T23:53:07.651Z | info: running `cargo check --bins --no-default-features` on trust-quorum (215/227) |
| 4198 | 2025-09-20T23:53:08.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4199 | 2025-09-20T23:53:08.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4200 | 2025-09-20T23:53:08.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4201 | 2025-09-20T23:53:08.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 4202 | 2025-09-20T23:53:08.777Z | |
| 4203 | 2025-09-20T23:53:08.777Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum (216/227) |
| 4204 | 2025-09-20T23:53:09.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4205 | 2025-09-20T23:53:09.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4206 | 2025-09-20T23:53:09.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4207 | 2025-09-20T23:53:09.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 4208 | 2025-09-20T23:53:09.915Z | |
| 4209 | 2025-09-20T23:53:09.915Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum (217/227) |
| 4210 | 2025-09-20T23:53:10.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4211 | 2025-09-20T23:53:10.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4212 | 2025-09-20T23:53:10.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4213 | 2025-09-20T23:53:10.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 4214 | 2025-09-20T23:53:11.072Z | |
| 4215 | 2025-09-20T23:53:11.072Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum (218/227) |
| 4216 | 2025-09-20T23:53:12.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4217 | 2025-09-20T23:53:12.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4218 | 2025-09-20T23:53:12.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4219 | 2025-09-20T23:53:12.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 4220 | 2025-09-20T23:53:12.221Z | |
| 4221 | 2025-09-20T23:53:12.221Z | info: running `cargo check --bins --no-default-features` on gfss (219/227) |
| 4222 | 2025-09-20T23:53:13.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4223 | 2025-09-20T23:53:13.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4224 | 2025-09-20T23:53:13.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4225 | 2025-09-20T23:53:13.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 4226 | 2025-09-20T23:53:13.295Z | |
| 4227 | 2025-09-20T23:53:13.295Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (220/227) |
| 4228 | 2025-09-20T23:53:14.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4229 | 2025-09-20T23:53:14.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4230 | 2025-09-20T23:53:14.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4231 | 2025-09-20T23:53:14.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 4232 | 2025-09-20T23:53:14.371Z | |
| 4233 | 2025-09-20T23:53:14.371Z | info: running `cargo check --bins` on trust-quorum-test-utils (221/227) |
| 4234 | 2025-09-20T23:53:15.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4235 | 2025-09-20T23:53:15.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4236 | 2025-09-20T23:53:15.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4237 | 2025-09-20T23:53:15.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 4238 | 2025-09-20T23:53:15.530Z | |
| 4239 | 2025-09-20T23:53:15.530Z | info: running `cargo check --bins` on tqdb (222/227) |
| 4240 | 2025-09-20T23:53:16.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4241 | 2025-09-20T23:53:16.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4242 | 2025-09-20T23:53:16.850Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4243 | 2025-09-20T23:53:17.260Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 4244 | 2025-09-20T23:53:19.466Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4245 | 2025-09-20T23:53:20.729Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4246 | 2025-09-20T23:53:21.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.16s |
| 4247 | 2025-09-20T23:53:21.916Z | |
| 4248 | 2025-09-20T23:53:21.916Z | info: running `cargo check --bins` on wicket-dbg (223/227) |
| 4249 | 2025-09-20T23:53:23.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4250 | 2025-09-20T23:53:23.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4251 | 2025-09-20T23:53:23.232Z | Checking rtoolbox v0.0.2 |
| 4252 | 2025-09-20T23:53:23.232Z | Checking tui-tree-widget v0.23.1 |
| 4253 | 2025-09-20T23:53:23.232Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4254 | 2025-09-20T23:53:23.498Z | Checking rpassword v7.4.0 |
| 4255 | 2025-09-20T23:53:30.096Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4256 | 2025-09-20T23:53:34.330Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4257 | 2025-09-20T23:53:36.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.22s |
| 4258 | 2025-09-20T23:53:36.354Z | |
| 4259 | 2025-09-20T23:53:36.355Z | info: running `cargo check --bins` on wicket (224/227) |
| 4260 | 2025-09-20T23:53:37.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4261 | 2025-09-20T23:53:37.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4262 | 2025-09-20T23:53:37.618Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4263 | 2025-09-20T23:53:38.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s |
| 4264 | 2025-09-20T23:53:38.316Z | |
| 4265 | 2025-09-20T23:53:38.316Z | info: running `cargo check --bins` on wicketd (225/227) |
| 4266 | 2025-09-20T23:53:39.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4267 | 2025-09-20T23:53:39.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4268 | 2025-09-20T23:53:39.644Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4269 | 2025-09-20T23:53:45.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.10s |
| 4270 | 2025-09-20T23:53:45.647Z | |
| 4271 | 2025-09-20T23:53:45.647Z | info: running `cargo check --bins` on omicron-workspace-hack (226/227) |
| 4272 | 2025-09-20T23:53:46.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4273 | 2025-09-20T23:53:46.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4274 | 2025-09-20T23:53:46.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4275 | 2025-09-20T23:53:46.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 4276 | 2025-09-20T23:53:46.692Z | |
| 4277 | 2025-09-20T23:53:46.692Z | info: running `cargo check --bins` on zone-setup (227/227) |
| 4278 | 2025-09-20T23:53:47.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4279 | 2025-09-20T23:53:47.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4280 | 2025-09-20T23:53:47.861Z | Checking uzers v0.12.1 |
| 4281 | 2025-09-20T23:53:48.223Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4282 | 2025-09-20T23:53:49.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s |
| 4283 | 2025-09-20T23:53:49.851Z | |
| 4284 | 2025-09-20T23:53:49.851Z | real 22:50.869826798 |
| 4285 | 2025-09-20T23:53:49.851Z | user 37:20.984570776 |
| 4286 | 2025-09-20T23:53:49.851Z | sys 6:50.279764845 |
| 4287 | 2025-09-20T23:53:49.851Z | trap 1.018244119 |
| 4288 | 2025-09-20T23:53:49.851Z | tflt 0.368687126 |
| 4289 | 2025-09-20T23:53:49.851Z | dflt 1.698893947 |
| 4290 | 2025-09-20T23:53:49.851Z | kflt 0.001231126 |
| 4291 | 2025-09-20T23:53:49.851Z | lock 1:37:07.109695173 |
| 4292 | 2025-09-20T23:53:49.851Z | slp 3:21:46.041949514 |
| 4293 | 2025-09-20T23:53:49.851Z | lat 1:41.833248206 |
| 4294 | 2025-09-20T23:53:49.851Z | stop 4:51.848815410 |
| 4295 | 2025-09-20T23:53:49.876Z | process exited: duration 1711485 ms, exit code 0 |
| |
| 4296 | 2025-09-20T23:53:49.928Z | found 0 output files |