|
|
|
| 1 | 2026-03-10T16:08:15.568Z | job assigned to worker 01KKC80W5R9RB6ZE6XTYJW4GDN [factory aws, i-0bb3e806fbccb516f] (queued for 42 s) |
| |
| 2 | 2026-03-10T16:08:23.830Z | starting task 0: "setup" |
| 3 | 2026-03-10T16:08:23.834Z | ++ uname -s |
| 4 | 2026-03-10T16:08:23.837Z | + kern=SunOS |
| 5 | 2026-03-10T16:08:23.838Z | + build_user=build |
| 6 | 2026-03-10T16:08:23.838Z | + build_uid=12345 |
| 7 | 2026-03-10T16:08:23.838Z | + work_dir=/work |
| 8 | 2026-03-10T16:08:23.838Z | + input_dir=/input |
| 9 | 2026-03-10T16:08:23.838Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-10T16:08:23.838Z | + case "$kern" in |
| 11 | 2026-03-10T16:08:23.838Z | + groupadd -g 12345 build |
| 12 | 2026-03-10T16:08:23.841Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-10T16:08:25.844Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-10T16:08:25.960Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-10T16:08:25.963Z | + home_fs=zfs |
| 16 | 2026-03-10T16:08:25.964Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-10T16:08:25.964Z | + mkdir -p /home/build |
| 18 | 2026-03-10T16:08:25.967Z | + chown build:build /home/build /work |
| 19 | 2026-03-10T16:08:27.966Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-10T16:08:27.970Z | process exited: duration 4140 ms, exit code 0 |
| |
| 21 | 2026-03-10T16:08:27.976Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-10T16:08:27.981Z | * rust toolchain channel = "1.91.1" |
| 23 | 2026-03-10T16:08:27.981Z | * rust toolchain profile = "default" |
| 24 | 2026-03-10T16:08:27.984Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 25 | 2026-03-10T16:08:27.984Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-03-10T16:08:27.984Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-10T16:08:27.984Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-10T16:08:27.984Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-10T16:08:27.984Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-10T16:08:28.115Z | info: downloading installer |
| 31 | 2026-03-10T16:08:29.909Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-10T16:08:29.909Z | warn: /opt/ooce/bin |
| 33 | 2026-03-10T16:08:29.909Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-10T16:08:29.909Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-10T16:08:29.909Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-10T16:08:29.909Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-10T16:08:29.909Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-10T16:08:29.909Z | error: cannot install while Rust is installed |
| 39 | 2026-03-10T16:08:29.909Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-10T16:08:29.939Z | info: profile set to 'default' |
| 41 | 2026-03-10T16:08:29.939Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-10T16:08:29.942Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-03-10T16:08:30.121Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-03-10T16:08:30.121Z | info: downloading component 'cargo' |
| 45 | 2026-03-10T16:08:31.124Z | info: downloading component 'clippy' |
| 46 | 2026-03-10T16:08:31.584Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-10T16:08:33.374Z | info: downloading component 'rust-std' |
| 48 | 2026-03-10T16:08:35.318Z | info: downloading component 'rustc' |
| 49 | 2026-03-10T16:08:42.905Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-10T16:08:43.174Z | info: installing component 'cargo' |
| 51 | 2026-03-10T16:08:43.996Z | info: installing component 'clippy' |
| 52 | 2026-03-10T16:08:44.349Z | info: installing component 'rust-docs' |
| 53 | 2026-03-10T16:08:45.691Z | info: installing component 'rust-std' |
| 54 | 2026-03-10T16:08:47.179Z | info: installing component 'rustc' |
| 55 | 2026-03-10T16:08:52.989Z | info: installing component 'rustfmt' |
| 56 | 2026-03-10T16:08:53.299Z | |
| 57 | 2026-03-10T16:08:53.299Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 58 | 2026-03-10T16:08:53.703Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-03-10T16:08:53.703Z | |
| 60 | 2026-03-10T16:08:53.706Z | |
| 61 | 2026-03-10T16:08:53.706Z | Rust is installed now. Great! |
| 62 | 2026-03-10T16:08:53.706Z | |
| 63 | 2026-03-10T16:08:53.706Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-10T16:08:53.706Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-10T16:08:53.706Z | |
| 66 | 2026-03-10T16:08:53.707Z | To configure your current shell, you need to source |
| 67 | 2026-03-10T16:08:53.707Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-10T16:08:53.707Z | |
| 69 | 2026-03-10T16:08:53.707Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-10T16:08:53.707Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-10T16:08:53.707Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-10T16:08:53.707Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-10T16:08:53.814Z | + rustup --version |
| 74 | 2026-03-10T16:08:53.817Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-10T16:08:53.820Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-10T16:08:53.902Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-03-10T16:08:53.905Z | + cargo --version |
| 78 | 2026-03-10T16:08:53.973Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-03-10T16:08:53.977Z | + rustc --version |
| 80 | 2026-03-10T16:08:54.048Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-03-10T16:08:54.052Z | process exited: duration 26077 ms, exit code 0 |
| |
| 82 | 2026-03-10T16:08:54.058Z | starting task 2: "authentication" |
| 83 | 2026-03-10T16:08:54.078Z | process exited: duration 19 ms, exit code 0 |
| |
| 84 | 2026-03-10T16:08:54.085Z | starting task 3: "clone repository" |
| 85 | 2026-03-10T16:08:54.089Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-03-10T16:08:54.092Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-03-10T16:08:54.122Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-03-10T16:09:06.086Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-03-10T16:09:06.086Z | + git fetch origin 167d377d9e1e6226d94b990e793108e074149c45 |
| 90 | 2026-03-10T16:09:06.978Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-03-10T16:09:06.978Z | * branch 167d377d9e1e6226d94b990e793108e074149c45 -> FETCH_HEAD |
| 92 | 2026-03-10T16:09:06.989Z | + [[ -n '' ]] |
| 93 | 2026-03-10T16:09:06.989Z | + git reset --hard 167d377d9e1e6226d94b990e793108e074149c45 |
| 94 | 2026-03-10T16:09:07.312Z | HEAD is now at 167d377d9 remove reference to the issue |
| 95 | 2026-03-10T16:09:07.317Z | process exited: duration 13233 ms, exit code 0 |
| |
| 96 | 2026-03-10T16:09:07.323Z | starting task 4: "build" |
| 97 | 2026-03-10T16:09:07.328Z | + source .github/buildomat/ci-env.sh |
| 98 | 2026-03-10T16:09:07.330Z | ++ export CARGO_TERM_COLOR=always |
| 99 | 2026-03-10T16:09:07.330Z | ++ CARGO_TERM_COLOR=always |
| 100 | 2026-03-10T16:09:07.330Z | + cargo --version |
| 101 | 2026-03-10T16:09:07.384Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 102 | 2026-03-10T16:09:07.387Z | + rustc --version |
| 103 | 2026-03-10T16:09:07.458Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 104 | 2026-03-10T16:09:07.461Z | + source ./env.sh |
| 105 | 2026-03-10T16:09:07.461Z | ++ OLD_SHELL_OPTS=ehxB |
| 106 | 2026-03-10T16:09:07.461Z | ++ set -o xtrace |
| 107 | 2026-03-10T16:09:07.464Z | ++++ dirname ./env.sh |
| 108 | 2026-03-10T16:09:07.467Z | +++ readlink -f . |
| 109 | 2026-03-10T16:09:07.467Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 110 | 2026-03-10T16:09:07.467Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2026-03-10T16:09:07.467Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2026-03-10T16:09:07.467Z | ++ 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 |
| 113 | 2026-03-10T16:09:07.467Z | ++ 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 |
| 114 | 2026-03-10T16:09:07.467Z | ++ 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 |
| 115 | 2026-03-10T16:09:07.467Z | ++ 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 |
| 116 | 2026-03-10T16:09:07.467Z | ++ 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 |
| 117 | 2026-03-10T16:09:07.467Z | ++ 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 |
| 118 | 2026-03-10T16:09:07.467Z | ++ case $OLD_SHELL_OPTS in |
| 119 | 2026-03-10T16:09:07.467Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 120 | 2026-03-10T16:09:07.467Z | + 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 |
| 121 | 2026-03-10T16:09:07.467Z | + 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 |
| 122 | 2026-03-10T16:09:07.467Z | + banner prerequisites |
| 123 | 2026-03-10T16:09:07.470Z | |
| 124 | 2026-03-10T16:09:07.470Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 125 | 2026-03-10T16:09:07.470Z | # # # # # # # # # # # # # # # |
| 126 | 2026-03-10T16:09:07.470Z | # # # # ##### # # ##### # # # # # #### # |
| 127 | 2026-03-10T16:09:07.470Z | ##### ##### # ##### # # # # # # # # # |
| 128 | 2026-03-10T16:09:07.470Z | # # # # # # # # # # # # # # # |
| 129 | 2026-03-10T16:09:07.470Z | # # # ###### # # ###### ### # #### # #### # |
| 130 | 2026-03-10T16:09:07.471Z | |
| 131 | 2026-03-10T16:09:07.471Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 132 | 2026-03-10T16:09:17.631Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 133 | 2026-03-10T16:09:27.264Z | Startup: Caching catalogs ... Done |
| 134 | 2026-03-10T16:09:48.751Z | Planning: Solver setup ... Done (19.946s) |
| 135 | 2026-03-10T16:09:48.898Z | Planning: Running solver ... Done (0.146s) |
| 136 | 2026-03-10T16:09:49.074Z | Planning: Finding local manifests ... Done (0.003s) |
| 137 | 2026-03-10T16:09:49.087Z | Planning: Fetching manifests: 0/4 0% complete |
| 138 | 2026-03-10T16:09:49.214Z | Planning: Fetching manifests: 4/4 100% complete |
| 139 | 2026-03-10T16:09:49.260Z | Planning: Package planning ... Done (0.043s) |
| 140 | 2026-03-10T16:09:49.300Z | Planning: Merging actions ... Done (0.039s) |
| 141 | 2026-03-10T16:09:49.533Z | Planning: Checking for conflicting actions ... Done (0.235s) |
| 142 | 2026-03-10T16:09:49.542Z | Planning: Consolidating action changes ... Done (0.010s) |
| 143 | 2026-03-10T16:09:51.013Z | Planning: Evaluating mediators ... Done (0.708s) |
| 144 | 2026-03-10T16:09:51.052Z | Planning: Planning completed in 22.85 seconds |
| 145 | 2026-03-10T16:09:51.052Z | Packages to install: 4 |
| 146 | 2026-03-10T16:09:51.053Z | Mediators to change: 2 |
| 147 | 2026-03-10T16:09:51.053Z | Services to change: 1 |
| 148 | 2026-03-10T16:09:51.053Z | Estimated space available: 155.43 GB |
| 149 | 2026-03-10T16:09:51.053Z | Estimated space to be consumed: 1.82 GB |
| 150 | 2026-03-10T16:09:51.053Z | Create boot environment: No |
| 151 | 2026-03-10T16:09:51.053Z | Create backup boot environment: No |
| 152 | 2026-03-10T16:09:51.053Z | Rebuild boot archive: No |
| 153 | 2026-03-10T16:09:51.053Z | |
| 154 | 2026-03-10T16:09:51.053Z | Changed mediators: |
| 155 | 2026-03-10T16:09:51.053Z | mediator clang: |
| 156 | 2026-03-10T16:09:51.053Z | version: None -> 15 (system default) |
| 157 | 2026-03-10T16:09:51.053Z | |
| 158 | 2026-03-10T16:09:51.053Z | mediator llvm: |
| 159 | 2026-03-10T16:09:51.053Z | version: 14 (system default) -> 15 (system default) |
| 160 | 2026-03-10T16:09:51.053Z | |
| 161 | 2026-03-10T16:09:51.053Z | Changed packages: |
| 162 | 2026-03-10T16:09:51.053Z | helios-dev |
| 163 | 2026-03-10T16:09:51.053Z | developer/build-essential |
| 164 | 2026-03-10T16:09:51.053Z | None -> 11-2.0 |
| 165 | 2026-03-10T16:09:51.053Z | library/libxmlsec1 |
| 166 | 2026-03-10T16:09:51.053Z | None -> 1.2.35-2.0 |
| 167 | 2026-03-10T16:09:51.053Z | ooce/developer/clang-15 |
| 168 | 2026-03-10T16:09:51.053Z | None -> 15.0.7-2.0 |
| 169 | 2026-03-10T16:09:51.053Z | ooce/developer/llvm-15 |
| 170 | 2026-03-10T16:09:51.053Z | None -> 15.0.7-2.0 |
| 171 | 2026-03-10T16:09:51.053Z | |
| 172 | 2026-03-10T16:09:51.053Z | Services: |
| 173 | 2026-03-10T16:09:51.053Z | restart_fmri: |
| 174 | 2026-03-10T16:09:51.053Z | svc:/system/update-man-index:default |
| 175 | 2026-03-10T16:09:51.053Z | |
| 176 | 2026-03-10T16:09:51.053Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 177 | 2026-03-10T16:09:56.123Z | Download: 1198/3290 items 82.7/212.6MB 38% complete (22.5M/s) |
| 178 | 2026-03-10T16:10:01.122Z | Download: 3077/3290 items 121.4/212.6MB 57% complete (12.6M/s) |
| 179 | 2026-03-10T16:10:06.997Z | Download: 3280/3290 items 209.8/212.6MB 98% complete (14.0M/s) |
| 180 | 2026-03-10T16:10:07.073Z | Download: Completed 212.60 MB in 16.75 seconds (12.7M/s) |
| 181 | 2026-03-10T16:10:07.284Z | Actions: 1/3689 actions (Installing new actions) |
| 182 | 2026-03-10T16:10:11.391Z | Actions: Completed 3689 actions in 4.11 seconds. |
| 183 | 2026-03-10T16:10:12.135Z | Done (0.740s) |
| 184 | 2026-03-10T16:10:12.135Z | Done (0.000s) |
| 185 | 2026-03-10T16:10:13.130Z | Done (0.995s) |
| 186 | 2026-03-10T16:10:17.077Z | Done (3.585s) |
| 187 | 2026-03-10T16:10:17.166Z | Done (0.019s) |
| 188 | 2026-03-10T16:10:17.170Z | Done (0.000s) |
| 189 | 2026-03-10T16:10:17.317Z | Done (0.000s) |
| 190 | 2026-03-10T16:10:18.294Z | Planning: Evaluating mediator changes ... Done |
| 191 | 2026-03-10T16:10:18.432Z | Planning: Checking for conflicting actions ... Done |
| 192 | 2026-03-10T16:10:18.437Z | Planning: Consolidating action changes ... Done |
| 193 | 2026-03-10T16:10:18.669Z | Planning: Evaluating mediators ... Done |
| 194 | 2026-03-10T16:10:18.703Z | Planning: Planning completed in 0.36 seconds |
| 195 | 2026-03-10T16:10:18.703Z | Mediators to change: 2 |
| 196 | 2026-03-10T16:10:18.703Z | Create boot environment: No |
| 197 | 2026-03-10T16:10:18.703Z | Create backup boot environment: No |
| 198 | 2026-03-10T16:10:18.771Z | Done |
| 199 | 2026-03-10T16:10:18.771Z | Done |
| 200 | 2026-03-10T16:10:19.529Z | Done |
| 201 | 2026-03-10T16:10:22.801Z | Done |
| 202 | 2026-03-10T16:10:22.885Z | Done |
| 203 | 2026-03-10T16:10:22.890Z | Done |
| 204 | 2026-03-10T16:10:23.028Z | Done |
| 205 | 2026-03-10T16:10:23.563Z | Planning: Evaluating mediator changes ... Done |
| 206 | 2026-03-10T16:10:23.566Z | Planning: Merging actions ... Done |
| 207 | 2026-03-10T16:10:23.730Z | Planning: Checking for conflicting actions ... Done |
| 208 | 2026-03-10T16:10:23.733Z | Planning: Consolidating action changes ... Done |
| 209 | 2026-03-10T16:10:23.947Z | Planning: Evaluating mediators ... Done |
| 210 | 2026-03-10T16:10:23.990Z | Planning: Planning completed in 0.63 seconds |
| 211 | 2026-03-10T16:10:24.020Z | Packages to change: 1 |
| 212 | 2026-03-10T16:10:24.020Z | Mediators to change: 1 |
| 213 | 2026-03-10T16:10:24.023Z | Services to change: 1 |
| 214 | 2026-03-10T16:10:24.023Z | Create boot environment: No |
| 215 | 2026-03-10T16:10:24.023Z | Create backup boot environment: Yes |
| 216 | 2026-03-10T16:10:26.717Z | Actions: 1/6 actions (Updating modified actions) |
| 217 | 2026-03-10T16:10:26.721Z | Actions: Completed 6 actions in 0.00 seconds. |
| 218 | 2026-03-10T16:10:26.721Z | Done |
| 219 | 2026-03-10T16:10:26.721Z | Done |
| 220 | 2026-03-10T16:10:26.906Z | Done |
| 221 | 2026-03-10T16:10:30.192Z | Done |
| 222 | 2026-03-10T16:10:30.279Z | Done |
| 223 | 2026-03-10T16:10:30.283Z | Done |
| 224 | 2026-03-10T16:10:30.426Z | Done |
| 225 | 2026-03-10T16:10:30.804Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 226 | 2026-03-10T16:10:30.804Z | clang system 15 system |
| 227 | 2026-03-10T16:10:30.804Z | csh system system illumos |
| 228 | 2026-03-10T16:10:30.804Z | ctags system system illumos |
| 229 | 2026-03-10T16:10:30.804Z | file system system illumos |
| 230 | 2026-03-10T16:10:30.804Z | gcc vendor 12 vendor |
| 231 | 2026-03-10T16:10:30.804Z | gcc system 10 system |
| 232 | 2026-03-10T16:10:30.804Z | gcc system 7 system |
| 233 | 2026-03-10T16:10:30.804Z | go system 1.20 system |
| 234 | 2026-03-10T16:10:30.804Z | go system 1.19 system |
| 235 | 2026-03-10T16:10:30.804Z | llvm system 15 system |
| 236 | 2026-03-10T16:10:30.804Z | llvm system 14 system |
| 237 | 2026-03-10T16:10:30.804Z | mariadb system 10.6 system |
| 238 | 2026-03-10T16:10:30.804Z | mta vendor vendor dma |
| 239 | 2026-03-10T16:10:30.804Z | openjdk system 17 system |
| 240 | 2026-03-10T16:10:30.804Z | openjdk system 11 system |
| 241 | 2026-03-10T16:10:30.804Z | openjdk system 1.8 system |
| 242 | 2026-03-10T16:10:30.804Z | openssl vendor 3 vendor |
| 243 | 2026-03-10T16:10:30.804Z | perl system 5.36 system |
| 244 | 2026-03-10T16:10:30.804Z | postgresql system 15 system |
| 245 | 2026-03-10T16:10:30.804Z | postgresql system 13 system |
| 246 | 2026-03-10T16:10:30.805Z | python vendor 3 vendor |
| 247 | 2026-03-10T16:10:30.805Z | python system 2 system |
| 248 | 2026-03-10T16:10:30.805Z | python3 system 3.11 system |
| 249 | 2026-03-10T16:10:30.805Z | ruby system 3.0 system |
| 250 | 2026-03-10T16:10:30.805Z | words vendor vendor american-english |
| 251 | 2026-03-10T16:10:30.805Z | words system system australian-english |
| 252 | 2026-03-10T16:10:30.805Z | words system system british-english |
| 253 | 2026-03-10T16:10:30.805Z | words system system canadian-english |
| 254 | 2026-03-10T16:10:30.805Z | words system system french |
| 255 | 2026-03-10T16:10:30.805Z | words system system italian |
| 256 | 2026-03-10T16:10:30.805Z | words system system ngerman |
| 257 | 2026-03-10T16:10:30.805Z | words system system ogerman |
| 258 | 2026-03-10T16:10:30.805Z | words system system spanish |
| 259 | 2026-03-10T16:10:31.103Z | PUBLISHER TYPE STATUS P LOCATION |
| 260 | 2026-03-10T16:10:31.103Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 261 | 2026-03-10T16:10:36.995Z | FMRI IFO |
| 262 | 2026-03-10T16:10:36.995Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 263 | 2026-03-10T16:10:36.995Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 264 | 2026-03-10T16:10:36.995Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 265 | 2026-03-10T16:10:36.995Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 266 | 2026-03-10T16:10:36.995Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 267 | 2026-03-10T16:10:36.995Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 268 | 2026-03-10T16:10:36.995Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 269 | 2026-03-10T16:10:36.995Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 270 | 2026-03-10T16:10:36.995Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 271 | 2026-03-10T16:10:36.995Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 272 | 2026-03-10T16:10:36.995Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 273 | 2026-03-10T16:10:36.995Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 274 | 2026-03-10T16:10:36.995Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 275 | 2026-03-10T16:10:36.995Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 276 | 2026-03-10T16:10:36.995Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 277 | 2026-03-10T16:10:36.995Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 278 | 2026-03-10T16:10:38.292Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 279 | 2026-03-10T16:10:38.598Z | Updating crates.io index |
| 280 | 2026-03-10T16:10:38.601Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 281 | 2026-03-10T16:10:38.924Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 282 | 2026-03-10T16:10:39.898Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 283 | 2026-03-10T16:10:40.158Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 284 | 2026-03-10T16:10:40.499Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 285 | 2026-03-10T16:10:42.049Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 286 | 2026-03-10T16:10:44.328Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 287 | 2026-03-10T16:10:47.040Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 288 | 2026-03-10T16:10:47.355Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 289 | 2026-03-10T16:10:48.572Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 290 | 2026-03-10T16:10:49.692Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 291 | 2026-03-10T16:10:51.355Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 292 | 2026-03-10T16:10:52.004Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 293 | 2026-03-10T16:10:52.472Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 294 | 2026-03-10T16:10:52.743Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 295 | 2026-03-10T16:10:54.835Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 296 | 2026-03-10T16:10:55.467Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 297 | 2026-03-10T16:10:56.367Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 298 | 2026-03-10T16:10:56.819Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 299 | 2026-03-10T16:10:57.178Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 300 | 2026-03-10T16:10:57.569Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 301 | 2026-03-10T16:10:57.852Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 302 | 2026-03-10T16:10:58.127Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 303 | 2026-03-10T16:10:58.630Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 304 | 2026-03-10T16:10:59.350Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 305 | 2026-03-10T16:10:59.844Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 306 | 2026-03-10T16:11:00.191Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 307 | 2026-03-10T16:11:00.668Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 308 | 2026-03-10T16:11:01.026Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 309 | 2026-03-10T16:11:03.357Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 310 | 2026-03-10T16:11:03.704Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 311 | 2026-03-10T16:11:04.279Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 312 | 2026-03-10T16:11:06.306Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 313 | 2026-03-10T16:11:06.885Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 314 | 2026-03-10T16:11:07.203Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 315 | 2026-03-10T16:11:07.711Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 316 | 2026-03-10T16:11:08.035Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 317 | 2026-03-10T16:11:08.425Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 318 | 2026-03-10T16:11:22.686Z | Downloading crates ... |
| 319 | 2026-03-10T16:11:22.751Z | Downloaded anstyle v1.0.13 |
| 320 | 2026-03-10T16:11:22.755Z | Downloaded autocfg v1.5.0 |
| 321 | 2026-03-10T16:11:22.758Z | Downloaded anstyle-query v1.1.5 |
| 322 | 2026-03-10T16:11:22.758Z | Downloaded anstream v0.6.21 |
| 323 | 2026-03-10T16:11:22.760Z | Downloaded bitflags v2.11.0 |
| 324 | 2026-03-10T16:11:22.763Z | Downloaded block-buffer v0.10.4 |
| 325 | 2026-03-10T16:11:22.763Z | Downloaded anyhow v1.0.102 |
| 326 | 2026-03-10T16:11:22.766Z | Downloaded scroll_derive v0.12.1 |
| 327 | 2026-03-10T16:11:22.766Z | Downloaded fnv v1.0.7 |
| 328 | 2026-03-10T16:11:22.771Z | Downloaded thiserror v2.0.18 |
| 329 | 2026-03-10T16:11:22.773Z | Downloaded thread-id v4.2.2 |
| 330 | 2026-03-10T16:11:22.773Z | Downloaded yoke-derive v0.8.1 |
| 331 | 2026-03-10T16:11:22.773Z | Downloaded camino-tempfile v1.4.1 |
| 332 | 2026-03-10T16:11:22.776Z | Downloaded percent-encoding v2.3.2 |
| 333 | 2026-03-10T16:11:22.777Z | Downloaded serde_tokenstream v0.2.3 |
| 334 | 2026-03-10T16:11:22.777Z | Downloaded is_terminal_polyfill v1.70.2 |
| 335 | 2026-03-10T16:11:22.780Z | Downloaded serde-untagged v0.1.9 |
| 336 | 2026-03-10T16:11:22.780Z | Downloaded version_check v0.9.5 |
| 337 | 2026-03-10T16:11:22.780Z | Downloaded serde-value v0.7.0 |
| 338 | 2026-03-10T16:11:22.780Z | Downloaded itoa v1.0.17 |
| 339 | 2026-03-10T16:11:22.783Z | Downloaded bytecount v0.6.9 |
| 340 | 2026-03-10T16:11:22.783Z | Downloaded smallvec v1.15.1 |
| 341 | 2026-03-10T16:11:22.786Z | Downloaded anstyle-parse v0.2.7 |
| 342 | 2026-03-10T16:11:22.789Z | Downloaded dtrace-parser v0.2.0 |
| 343 | 2026-03-10T16:11:22.792Z | Downloaded usdt-impl v0.5.0 |
| 344 | 2026-03-10T16:11:22.792Z | Downloaded idna_adapter v1.2.1 |
| 345 | 2026-03-10T16:11:22.792Z | Downloaded cpufeatures v0.2.17 |
| 346 | 2026-03-10T16:11:22.795Z | Downloaded stable_deref_trait v1.2.1 |
| 347 | 2026-03-10T16:11:22.795Z | Downloaded swrite v0.1.0 |
| 348 | 2026-03-10T16:11:22.800Z | Downloaded utf8_iter v1.0.4 |
| 349 | 2026-03-10T16:11:22.805Z | Downloaded usdt v0.5.0 |
| 350 | 2026-03-10T16:11:22.805Z | Downloaded usdt-macro v0.5.0 |
| 351 | 2026-03-10T16:11:22.808Z | Downloaded typeid v1.0.3 |
| 352 | 2026-03-10T16:11:22.811Z | Downloaded unicode-linebreak v0.1.5 |
| 353 | 2026-03-10T16:11:22.814Z | Downloaded toml_write v0.1.2 |
| 354 | 2026-03-10T16:11:22.816Z | Downloaded zerofrom v0.1.6 |
| 355 | 2026-03-10T16:11:22.819Z | Downloaded usdt-attr-macro v0.5.0 |
| 356 | 2026-03-10T16:11:22.819Z | Downloaded pretty-hex v0.4.1 |
| 357 | 2026-03-10T16:11:22.822Z | Downloaded macaddr v1.0.1 |
| 358 | 2026-03-10T16:11:22.822Z | Downloaded clap_lex v1.0.0 |
| 359 | 2026-03-10T16:11:22.825Z | Downloaded typenum v1.19.0 |
| 360 | 2026-03-10T16:11:22.830Z | Downloaded zerofrom-derive v0.1.6 |
| 361 | 2026-03-10T16:11:22.830Z | Downloaded thiserror-impl v2.0.18 |
| 362 | 2026-03-10T16:11:22.830Z | Downloaded strsim v0.11.1 |
| 363 | 2026-03-10T16:11:22.834Z | Downloaded toml_datetime v0.6.11 |
| 364 | 2026-03-10T16:11:22.837Z | Downloaded tinystr v0.8.2 |
| 365 | 2026-03-10T16:11:22.837Z | Downloaded yoke v0.8.1 |
| 366 | 2026-03-10T16:11:22.840Z | Downloaded unicode-xid v0.2.6 |
| 367 | 2026-03-10T16:11:22.840Z | Downloaded scroll v0.12.0 |
| 368 | 2026-03-10T16:11:22.841Z | Downloaded quote v1.0.44 |
| 369 | 2026-03-10T16:11:22.847Z | Downloaded writeable v0.6.2 |
| 370 | 2026-03-10T16:11:22.847Z | Downloaded serde_derive v1.0.228 |
| 371 | 2026-03-10T16:11:22.850Z | Downloaded zmij v1.0.21 |
| 372 | 2026-03-10T16:11:22.850Z | Downloaded zerotrie v0.2.3 |
| 373 | 2026-03-10T16:11:22.850Z | Downloaded zerocopy-derive v0.7.35 |
| 374 | 2026-03-10T16:11:22.853Z | Downloaded zerovec-derive v0.11.2 |
| 375 | 2026-03-10T16:11:22.853Z | Downloaded thiserror v1.0.69 |
| 376 | 2026-03-10T16:11:22.885Z | Downloaded tabled_derive v0.7.0 |
| 377 | 2026-03-10T16:11:22.885Z | Downloaded heck v0.4.1 |
| 378 | 2026-03-10T16:11:22.885Z | Downloaded ucd-trie v0.1.7 |
| 379 | 2026-03-10T16:11:22.885Z | Downloaded form_urlencoded v1.2.2 |
| 380 | 2026-03-10T16:11:22.885Z | Downloaded terminal_size v0.4.3 |
| 381 | 2026-03-10T16:11:22.885Z | Downloaded dof v0.3.0 |
| 382 | 2026-03-10T16:11:22.885Z | Downloaded cfg-if v1.0.4 |
| 383 | 2026-03-10T16:11:22.885Z | Downloaded heck v0.5.0 |
| 384 | 2026-03-10T16:11:22.885Z | Downloaded utf8parse v0.2.2 |
| 385 | 2026-03-10T16:11:22.885Z | Downloaded toml v0.8.23 |
| 386 | 2026-03-10T16:11:22.885Z | Downloaded thiserror-impl v1.0.69 |
| 387 | 2026-03-10T16:11:22.885Z | Downloaded unicode-ident v1.0.24 |
| 388 | 2026-03-10T16:11:22.885Z | Downloaded crypto-common v0.1.7 |
| 389 | 2026-03-10T16:11:22.885Z | Downloaded textwrap v0.16.2 |
| 390 | 2026-03-10T16:11:22.885Z | Downloaded proc-macro-error-attr v1.0.4 |
| 391 | 2026-03-10T16:11:22.886Z | Downloaded cargo-util-schemas v0.8.2 |
| 392 | 2026-03-10T16:11:22.886Z | Downloaded serde_spanned v0.6.9 |
| 393 | 2026-03-10T16:11:22.886Z | Downloaded potential_utf v0.1.4 |
| 394 | 2026-03-10T16:11:22.886Z | Downloaded ordered-float v2.10.1 |
| 395 | 2026-03-10T16:11:22.886Z | Downloaded errno v0.3.14 |
| 396 | 2026-03-10T16:11:22.886Z | Downloaded equivalent v1.0.2 |
| 397 | 2026-03-10T16:11:22.886Z | Downloaded colorchoice v1.0.4 |
| 398 | 2026-03-10T16:11:22.886Z | Downloaded toml_edit v0.22.27 |
| 399 | 2026-03-10T16:11:22.889Z | Downloaded plain v0.2.3 |
| 400 | 2026-03-10T16:11:22.892Z | Downloaded url v2.5.8 |
| 401 | 2026-03-10T16:11:22.895Z | Downloaded cargo-platform v0.2.0 |
| 402 | 2026-03-10T16:11:22.898Z | Downloaded generic-array v0.14.7 |
| 403 | 2026-03-10T16:11:22.902Z | Downloaded zerovec v0.11.5 |
| 404 | 2026-03-10T16:11:22.905Z | Downloaded memmap v0.7.0 |
| 405 | 2026-03-10T16:11:22.905Z | Downloaded fastrand v2.3.0 |
| 406 | 2026-03-10T16:11:22.907Z | Downloaded erased-serde v0.4.9 |
| 407 | 2026-03-10T16:11:22.911Z | Downloaded semver v1.0.27 |
| 408 | 2026-03-10T16:11:22.914Z | Downloaded camino v1.2.2 |
| 409 | 2026-03-10T16:11:22.917Z | Downloaded zerocopy v0.7.35 |
| 410 | 2026-03-10T16:11:22.926Z | Downloaded winnow v0.7.14 |
| 411 | 2026-03-10T16:11:22.933Z | Downloaded cargo_toml v0.21.0 |
| 412 | 2026-03-10T16:11:22.936Z | Downloaded serde_core v1.0.228 |
| 413 | 2026-03-10T16:11:22.936Z | Downloaded smawk v0.3.2 |
| 414 | 2026-03-10T16:11:22.939Z | Downloaded unicode-width v0.2.0 |
| 415 | 2026-03-10T16:11:22.942Z | Downloaded synstructure v0.13.2 |
| 416 | 2026-03-10T16:11:22.942Z | Downloaded unicode-width v0.1.14 |
| 417 | 2026-03-10T16:11:22.945Z | Downloaded proc-macro2 v1.0.106 |
| 418 | 2026-03-10T16:11:22.948Z | Downloaded byteorder v1.5.0 |
| 419 | 2026-03-10T16:11:22.948Z | Downloaded proc-macro-error v1.0.4 |
| 420 | 2026-03-10T16:11:22.951Z | Downloaded pest_generator v2.8.6 |
| 421 | 2026-03-10T16:11:22.954Z | Downloaded clap_derive v4.5.55 |
| 422 | 2026-03-10T16:11:22.954Z | Downloaded fs-err v3.3.0 |
| 423 | 2026-03-10T16:11:22.957Z | Downloaded log v0.4.29 |
| 424 | 2026-03-10T16:11:22.957Z | Downloaded pest_derive v2.8.6 |
| 425 | 2026-03-10T16:11:22.960Z | Downloaded tempfile v3.25.0 |
| 426 | 2026-03-10T16:11:22.963Z | Downloaded once_cell v1.21.3 |
| 427 | 2026-03-10T16:11:22.963Z | Downloaded icu_locale_core v2.1.1 |
| 428 | 2026-03-10T16:11:22.966Z | Downloaded digest v0.10.7 |
| 429 | 2026-03-10T16:11:22.969Z | Downloaded litemap v0.8.1 |
| 430 | 2026-03-10T16:11:22.969Z | Downloaded displaydoc v0.2.5 |
| 431 | 2026-03-10T16:11:22.973Z | Downloaded sha2 v0.10.9 |
| 432 | 2026-03-10T16:11:22.987Z | Downloaded papergrid v0.11.0 |
| 433 | 2026-03-10T16:11:22.990Z | Downloaded icu_properties v2.1.2 |
| 434 | 2026-03-10T16:11:22.993Z | Downloaded cargo_metadata v0.21.0 |
| 435 | 2026-03-10T16:11:23.006Z | Downloaded icu_provider v2.1.1 |
| 436 | 2026-03-10T16:11:23.009Z | Downloaded clap v4.5.60 |
| 437 | 2026-03-10T16:11:23.015Z | Downloaded getrandom v0.4.1 |
| 438 | 2026-03-10T16:11:23.019Z | Downloaded icu_normalizer_data v2.1.1 |
| 439 | 2026-03-10T16:11:23.022Z | Downloaded indexmap v2.13.0 |
| 440 | 2026-03-10T16:11:23.026Z | Downloaded icu_normalizer v2.1.1 |
| 441 | 2026-03-10T16:11:23.029Z | Downloaded pest_meta v2.8.6 |
| 442 | 2026-03-10T16:11:23.032Z | Downloaded num-traits v0.2.19 |
| 443 | 2026-03-10T16:11:23.039Z | Downloaded memchr v2.8.0 |
| 444 | 2026-03-10T16:11:23.043Z | Downloaded serde v1.0.228 |
| 445 | 2026-03-10T16:11:23.053Z | Downloaded icu_collections v2.1.1 |
| 446 | 2026-03-10T16:11:23.070Z | Downloaded pest v2.8.6 |
| 447 | 2026-03-10T16:11:23.093Z | Downloaded idna v1.1.0 |
| 448 | 2026-03-10T16:11:23.098Z | Downloaded hashbrown v0.16.1 |
| 449 | 2026-03-10T16:11:23.110Z | Downloaded clap_builder v4.5.60 |
| 450 | 2026-03-10T16:11:23.118Z | Downloaded serde_json v1.0.149 |
| 451 | 2026-03-10T16:11:23.123Z | Downloaded tabled v0.15.0 |
| 452 | 2026-03-10T16:11:23.134Z | Downloaded icu_properties_data v2.1.2 |
| 453 | 2026-03-10T16:11:23.140Z | Downloaded goblin v0.8.2 |
| 454 | 2026-03-10T16:11:23.152Z | Downloaded syn v1.0.109 |
| 455 | 2026-03-10T16:11:23.160Z | Downloaded syn v2.0.117 |
| 456 | 2026-03-10T16:11:23.180Z | Downloaded rustix v1.1.3 |
| 457 | 2026-03-10T16:11:23.212Z | Downloaded libc v0.2.180 |
| 458 | 2026-03-10T16:11:23.292Z | Compiling proc-macro2 v1.0.106 |
| 459 | 2026-03-10T16:11:23.295Z | Compiling unicode-ident v1.0.24 |
| 460 | 2026-03-10T16:11:23.295Z | Compiling quote v1.0.44 |
| 461 | 2026-03-10T16:11:23.295Z | Compiling serde_core v1.0.228 |
| 462 | 2026-03-10T16:11:23.295Z | Compiling libc v0.2.180 |
| 463 | 2026-03-10T16:11:23.295Z | Compiling version_check v0.9.5 |
| 464 | 2026-03-10T16:11:23.295Z | Compiling stable_deref_trait v1.2.1 |
| 465 | 2026-03-10T16:11:23.295Z | Compiling serde v1.0.228 |
| 466 | 2026-03-10T16:11:23.661Z | Compiling memchr v2.8.0 |
| 467 | 2026-03-10T16:11:23.693Z | Compiling zmij v1.0.21 |
| 468 | 2026-03-10T16:11:24.124Z | Compiling itoa v1.0.17 |
| 469 | 2026-03-10T16:11:24.236Z | Compiling ucd-trie v0.1.7 |
| 470 | 2026-03-10T16:11:24.401Z | Compiling thiserror v1.0.69 |
| 471 | 2026-03-10T16:11:24.503Z | Compiling autocfg v1.5.0 |
| 472 | 2026-03-10T16:11:24.570Z | Compiling pest v2.8.6 |
| 473 | 2026-03-10T16:11:24.570Z | Compiling litemap v0.8.1 |
| 474 | 2026-03-10T16:11:24.616Z | Compiling writeable v0.6.2 |
| 475 | 2026-03-10T16:11:24.826Z | Compiling rustix v1.1.3 |
| 476 | 2026-03-10T16:11:24.862Z | Compiling byteorder v1.5.0 |
| 477 | 2026-03-10T16:11:25.079Z | Compiling icu_normalizer_data v2.1.1 |
| 478 | 2026-03-10T16:11:25.208Z | Compiling icu_properties_data v2.1.2 |
| 479 | 2026-03-10T16:11:25.299Z | Compiling syn v2.0.117 |
| 480 | 2026-03-10T16:11:25.461Z | Compiling errno v0.3.14 |
| 481 | 2026-03-10T16:11:25.550Z | Compiling serde_json v1.0.149 |
| 482 | 2026-03-10T16:11:25.651Z | Compiling bitflags v2.11.0 |
| 483 | 2026-03-10T16:11:25.851Z | Compiling num-traits v0.2.19 |
| 484 | 2026-03-10T16:11:25.944Z | Compiling equivalent v1.0.2 |
| 485 | 2026-03-10T16:11:26.059Z | Compiling smallvec v1.15.1 |
| 486 | 2026-03-10T16:11:26.105Z | Compiling hashbrown v0.16.1 |
| 487 | 2026-03-10T16:11:26.167Z | Compiling pest_meta v2.8.6 |
| 488 | 2026-03-10T16:11:26.339Z | Compiling typeid v1.0.3 |
| 489 | 2026-03-10T16:11:26.701Z | Compiling thread-id v4.2.2 |
| 490 | 2026-03-10T16:11:26.800Z | Compiling usdt-impl v0.5.0 |
| 491 | 2026-03-10T16:11:26.824Z | Compiling indexmap v2.13.0 |
| 492 | 2026-03-10T16:11:26.847Z | Compiling proc-macro-error-attr v1.0.4 |
| 493 | 2026-03-10T16:11:26.896Z | Compiling toml_write v0.1.2 |
| 494 | 2026-03-10T16:11:27.091Z | Compiling erased-serde v0.4.9 |
| 495 | 2026-03-10T16:11:27.114Z | Compiling winnow v0.7.14 |
| 496 | 2026-03-10T16:11:27.153Z | Compiling syn v1.0.109 |
| 497 | 2026-03-10T16:11:27.750Z | Compiling proc-macro-error v1.0.4 |
| 498 | 2026-03-10T16:11:27.783Z | Compiling utf8parse v0.2.2 |
| 499 | 2026-03-10T16:11:27.926Z | Compiling camino v1.2.2 |
| 500 | 2026-03-10T16:11:28.011Z | Compiling log v0.4.29 |
| 501 | 2026-03-10T16:11:28.248Z | Compiling plain v0.2.3 |
| 502 | 2026-03-10T16:11:28.344Z | Compiling utf8_iter v1.0.4 |
| 503 | 2026-03-10T16:11:28.384Z | Compiling thiserror v2.0.18 |
| 504 | 2026-03-10T16:11:28.531Z | Compiling percent-encoding v2.3.2 |
| 505 | 2026-03-10T16:11:28.581Z | Compiling getrandom v0.4.1 |
| 506 | 2026-03-10T16:11:28.607Z | Compiling ordered-float v2.10.1 |
| 507 | 2026-03-10T16:11:28.777Z | Compiling form_urlencoded v1.2.2 |
| 508 | 2026-03-10T16:11:28.969Z | Compiling anstyle-parse v0.2.7 |
| 509 | 2026-03-10T16:11:29.125Z | Compiling terminal_size v0.4.3 |
| 510 | 2026-03-10T16:11:29.172Z | Compiling synstructure v0.13.2 |
| 511 | 2026-03-10T16:11:29.199Z | Compiling pest_generator v2.8.6 |
| 512 | 2026-03-10T16:11:29.297Z | Compiling anstyle-query v1.1.5 |
| 513 | 2026-03-10T16:11:29.432Z | Compiling is_terminal_polyfill v1.70.2 |
| 514 | 2026-03-10T16:11:29.436Z | Compiling cfg-if v1.0.4 |
| 515 | 2026-03-10T16:11:29.531Z | Compiling colorchoice v1.0.4 |
| 516 | 2026-03-10T16:11:29.571Z | Compiling pretty-hex v0.4.1 |
| 517 | 2026-03-10T16:11:29.595Z | Compiling anstyle v1.0.13 |
| 518 | 2026-03-10T16:11:29.653Z | Compiling serde-untagged v0.1.9 |
| 519 | 2026-03-10T16:11:29.878Z | Compiling anstream v0.6.21 |
| 520 | 2026-03-10T16:11:29.908Z | Compiling semver v1.0.27 |
| 521 | 2026-03-10T16:11:30.001Z | Compiling fs-err v3.3.0 |
| 522 | 2026-03-10T16:11:30.152Z | Compiling once_cell v1.21.3 |
| 523 | 2026-03-10T16:11:30.294Z | Compiling unicode-xid v0.2.6 |
| 524 | 2026-03-10T16:11:30.312Z | Compiling unicode-width v0.1.14 |
| 525 | 2026-03-10T16:11:30.377Z | Compiling bytecount v0.6.9 |
| 526 | 2026-03-10T16:11:30.442Z | Compiling fnv v1.0.7 |
| 527 | 2026-03-10T16:11:30.467Z | Compiling heck v0.4.1 |
| 528 | 2026-03-10T16:11:30.475Z | Compiling clap_lex v1.0.0 |
| 529 | 2026-03-10T16:11:30.549Z | Compiling anyhow v1.0.102 |
| 530 | 2026-03-10T16:11:30.597Z | Compiling heck v0.5.0 |
| 531 | 2026-03-10T16:11:30.760Z | Compiling fastrand v2.3.0 |
| 532 | 2026-03-10T16:11:30.838Z | Compiling strsim v0.11.1 |
| 533 | 2026-03-10T16:11:30.894Z | Compiling papergrid v0.11.0 |
| 534 | 2026-03-10T16:11:31.134Z | Compiling clap_builder v4.5.60 |
| 535 | 2026-03-10T16:11:31.201Z | Compiling tempfile v3.25.0 |
| 536 | 2026-03-10T16:11:31.297Z | Compiling memmap v0.7.0 |
| 537 | 2026-03-10T16:11:31.400Z | Compiling unicode-linebreak v0.1.5 |
| 538 | 2026-03-10T16:11:31.526Z | Compiling smawk v0.3.2 |
| 539 | 2026-03-10T16:11:31.645Z | Compiling unicode-width v0.2.0 |
| 540 | 2026-03-10T16:11:31.678Z | Compiling camino-tempfile v1.4.1 |
| 541 | 2026-03-10T16:11:31.827Z | Compiling serde_derive v1.0.228 |
| 542 | 2026-03-10T16:11:31.970Z | Compiling zerofrom-derive v0.1.6 |
| 543 | 2026-03-10T16:11:31.996Z | Compiling yoke-derive v0.8.1 |
| 544 | 2026-03-10T16:11:32.080Z | Compiling zerovec-derive v0.11.2 |
| 545 | 2026-03-10T16:11:32.137Z | Compiling displaydoc v0.2.5 |
| 546 | 2026-03-10T16:11:32.862Z | Compiling thiserror-impl v1.0.69 |
| 547 | 2026-03-10T16:11:33.083Z | Compiling zerocopy-derive v0.7.35 |
| 548 | 2026-03-10T16:11:33.572Z | Compiling pest_derive v2.8.6 |
| 549 | 2026-03-10T16:11:33.596Z | Compiling scroll_derive v0.12.1 |
| 550 | 2026-03-10T16:11:33.907Z | Compiling zerofrom v0.1.6 |
| 551 | 2026-03-10T16:11:34.077Z | Compiling yoke v0.8.1 |
| 552 | 2026-03-10T16:11:34.136Z | Compiling thiserror-impl v2.0.18 |
| 553 | 2026-03-10T16:11:34.262Z | Compiling zerocopy v0.7.35 |
| 554 | 2026-03-10T16:11:34.323Z | Compiling zerovec v0.11.5 |
| 555 | 2026-03-10T16:11:34.491Z | Compiling zerotrie v0.2.3 |
| 556 | 2026-03-10T16:11:34.734Z | Compiling dtrace-parser v0.2.0 |
| 557 | 2026-03-10T16:11:34.887Z | Compiling scroll v0.12.0 |
| 558 | 2026-03-10T16:11:35.002Z | Compiling tinystr v0.8.2 |
| 559 | 2026-03-10T16:11:35.041Z | Compiling potential_utf v0.1.4 |
| 560 | 2026-03-10T16:11:35.237Z | Compiling icu_locale_core v2.1.1 |
| 561 | 2026-03-10T16:11:35.261Z | Compiling icu_collections v2.1.1 |
| 562 | 2026-03-10T16:11:35.284Z | Compiling goblin v0.8.2 |
| 563 | 2026-03-10T16:11:35.350Z | Compiling tabled_derive v0.7.0 |
| 564 | 2026-03-10T16:11:35.784Z | Compiling clap_derive v4.5.55 |
| 565 | 2026-03-10T16:11:35.989Z | Compiling textwrap v0.16.2 |
| 566 | 2026-03-10T16:11:36.170Z | Compiling icu_provider v2.1.1 |
| 567 | 2026-03-10T16:11:36.527Z | Compiling icu_normalizer v2.1.1 |
| 568 | 2026-03-10T16:11:36.554Z | Compiling icu_properties v2.1.2 |
| 569 | 2026-03-10T16:11:36.578Z | Compiling serde_spanned v0.6.9 |
| 570 | 2026-03-10T16:11:36.603Z | Compiling toml_datetime v0.6.11 |
| 571 | 2026-03-10T16:11:36.628Z | Compiling dof v0.3.0 |
| 572 | 2026-03-10T16:11:36.653Z | Compiling serde_tokenstream v0.2.3 |
| 573 | 2026-03-10T16:11:36.762Z | Compiling serde-value v0.7.0 |
| 574 | 2026-03-10T16:11:36.947Z | Compiling toml_edit v0.22.27 |
| 575 | 2026-03-10T16:11:37.160Z | Compiling cargo-platform v0.2.0 |
| 576 | 2026-03-10T16:11:37.245Z | Compiling tabled v0.15.0 |
| 577 | 2026-03-10T16:11:37.268Z | Compiling macaddr v1.0.1 |
| 578 | 2026-03-10T16:11:37.557Z | Compiling swrite v0.1.0 |
| 579 | 2026-03-10T16:11:37.683Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 580 | 2026-03-10T16:11:37.873Z | Compiling idna_adapter v1.2.1 |
| 581 | 2026-03-10T16:11:37.979Z | Compiling usdt-macro v0.5.0 |
| 582 | 2026-03-10T16:11:38.002Z | Compiling usdt-attr-macro v0.5.0 |
| 583 | 2026-03-10T16:11:38.050Z | Compiling idna v1.1.0 |
| 584 | 2026-03-10T16:11:38.228Z | Compiling clap v4.5.60 |
| 585 | 2026-03-10T16:11:38.415Z | Compiling url v2.5.8 |
| 586 | 2026-03-10T16:11:38.824Z | Compiling toml v0.8.23 |
| 587 | 2026-03-10T16:11:39.453Z | Compiling cargo-util-schemas v0.8.2 |
| 588 | 2026-03-10T16:11:39.481Z | Compiling cargo_toml v0.21.0 |
| 589 | 2026-03-10T16:11:39.703Z | Compiling usdt v0.5.0 |
| 590 | 2026-03-10T16:11:40.660Z | Compiling cargo_metadata v0.21.0 |
| 591 | 2026-03-10T16:11:41.945Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 592 | 2026-03-10T16:11:44.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 593 | 2026-03-10T16:11:45.084Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 594 | 2026-03-10T16:11:45.820Z | Downloading crates ... |
| 595 | 2026-03-10T16:11:45.949Z | Downloaded bitflags v1.3.2 |
| 596 | 2026-03-10T16:11:45.968Z | Downloaded cexpr v0.6.0 |
| 597 | 2026-03-10T16:11:45.982Z | Downloaded crc32fast v1.5.0 |
| 598 | 2026-03-10T16:11:45.982Z | Downloaded block-padding v0.3.3 |
| 599 | 2026-03-10T16:11:45.982Z | Downloaded console v0.16.2 |
| 600 | 2026-03-10T16:11:45.982Z | Downloaded cpufeatures v0.3.0 |
| 601 | 2026-03-10T16:11:45.983Z | Downloaded ctr v0.9.2 |
| 602 | 2026-03-10T16:11:45.994Z | Downloaded cmake v0.1.57 |
| 603 | 2026-03-10T16:11:45.994Z | Downloaded ciborium-io v0.2.2 |
| 604 | 2026-03-10T16:11:45.994Z | Downloaded cfg_aliases v0.1.1 |
| 605 | 2026-03-10T16:11:45.994Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 606 | 2026-03-10T16:11:45.995Z | Downloaded crossbeam-epoch v0.9.18 |
| 607 | 2026-03-10T16:11:46.012Z | Downloaded csv-core v0.1.13 |
| 608 | 2026-03-10T16:11:46.012Z | Downloaded foreign-types-shared v0.3.1 |
| 609 | 2026-03-10T16:11:46.012Z | Downloaded daft v0.1.5 |
| 610 | 2026-03-10T16:11:46.027Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 611 | 2026-03-10T16:11:46.027Z | Downloaded cassowary v0.3.0 |
| 612 | 2026-03-10T16:11:46.027Z | Downloaded defmt-macros v1.0.1 |
| 613 | 2026-03-10T16:11:46.027Z | Downloaded env_filter v1.0.0 |
| 614 | 2026-03-10T16:11:46.034Z | Downloaded fixedbitset v0.4.2 |
| 615 | 2026-03-10T16:11:46.034Z | Downloaded cargo_metadata v0.19.2 |
| 616 | 2026-03-10T16:11:46.035Z | Downloaded constant_time_eq v0.4.2 |
| 617 | 2026-03-10T16:11:46.035Z | Downloaded float-cmp v0.10.0 |
| 618 | 2026-03-10T16:11:46.052Z | Downloaded foreign-types-shared v0.1.1 |
| 619 | 2026-03-10T16:11:46.052Z | Downloaded fd-lock v4.0.4 |
| 620 | 2026-03-10T16:11:46.053Z | Downloaded float-ord v0.3.2 |
| 621 | 2026-03-10T16:11:46.062Z | Downloaded either v1.15.0 |
| 622 | 2026-03-10T16:11:46.062Z | Downloaded diesel-dtrace v0.4.2 |
| 623 | 2026-03-10T16:11:46.062Z | Downloaded endian-type v0.1.2 |
| 624 | 2026-03-10T16:11:46.062Z | Downloaded dropshot-api-manager-types v0.5.2 |
| 625 | 2026-03-10T16:11:46.072Z | Downloaded arrayref v0.3.9 |
| 626 | 2026-03-10T16:11:46.072Z | Downloaded foreign-types v0.5.0 |
| 627 | 2026-03-10T16:11:46.073Z | Downloaded embedded-io v0.6.1 |
| 628 | 2026-03-10T16:11:46.085Z | Downloaded castaway v0.2.4 |
| 629 | 2026-03-10T16:11:46.085Z | Downloaded bit-set v0.5.3 |
| 630 | 2026-03-10T16:11:46.085Z | Downloaded cobs v0.3.0 |
| 631 | 2026-03-10T16:11:46.097Z | Downloaded debug-ignore v1.0.5 |
| 632 | 2026-03-10T16:11:46.097Z | Downloaded foreign-types-macros v0.2.3 |
| 633 | 2026-03-10T16:11:46.098Z | Downloaded embedded-io v0.4.0 |
| 634 | 2026-03-10T16:11:46.098Z | Downloaded dyn-clone v1.0.20 |
| 635 | 2026-03-10T16:11:46.110Z | Downloaded foreign-types v0.3.2 |
| 636 | 2026-03-10T16:11:46.111Z | Downloaded cstr-argument v0.1.2 |
| 637 | 2026-03-10T16:11:46.111Z | Downloaded futures-sink v0.3.32 |
| 638 | 2026-03-10T16:11:46.111Z | Downloaded futures-core v0.3.32 |
| 639 | 2026-03-10T16:11:46.121Z | Downloaded fixedbitset v0.5.7 |
| 640 | 2026-03-10T16:11:46.121Z | Downloaded cargo_toml v0.22.3 |
| 641 | 2026-03-10T16:11:46.121Z | Downloaded convert_case v0.10.0 |
| 642 | 2026-03-10T16:11:46.121Z | Downloaded gethostname v0.5.0 |
| 643 | 2026-03-10T16:11:46.121Z | Downloaded ghash v0.5.1 |
| 644 | 2026-03-10T16:11:46.132Z | Downloaded fxhash v0.2.1 |
| 645 | 2026-03-10T16:11:46.132Z | Downloaded hash32 v0.2.1 |
| 646 | 2026-03-10T16:11:46.152Z | Downloaded camino-tempfile-ext v0.3.3 |
| 647 | 2026-03-10T16:11:46.152Z | Downloaded headers-core v0.3.0 |
| 648 | 2026-03-10T16:11:46.152Z | Downloaded hex-literal v0.4.1 |
| 649 | 2026-03-10T16:11:46.152Z | Downloaded hostname v0.3.1 |
| 650 | 2026-03-10T16:11:46.168Z | Downloaded hostname v0.4.2 |
| 651 | 2026-03-10T16:11:46.169Z | Downloaded fs_extra v1.3.0 |
| 652 | 2026-03-10T16:11:46.169Z | Downloaded erased-serde v0.3.31 |
| 653 | 2026-03-10T16:11:46.169Z | Downloaded der_derive v0.7.3 |
| 654 | 2026-03-10T16:11:46.169Z | Downloaded base64ct v1.8.3 |
| 655 | 2026-03-10T16:11:46.181Z | Downloaded ff v0.13.1 |
| 656 | 2026-03-10T16:11:46.187Z | Downloaded hyper-tls v0.6.0 |
| 657 | 2026-03-10T16:11:46.187Z | Downloaded darling v0.21.3 |
| 658 | 2026-03-10T16:11:46.206Z | Downloaded httpdate v1.0.3 |
| 659 | 2026-03-10T16:11:46.207Z | Downloaded ident_case v1.0.1 |
| 660 | 2026-03-10T16:11:46.207Z | Downloaded hubpack v0.1.2 |
| 661 | 2026-03-10T16:11:46.207Z | Downloaded indoc v1.0.9 |
| 662 | 2026-03-10T16:11:46.228Z | Downloaded is-terminal v0.4.17 |
| 663 | 2026-03-10T16:11:46.228Z | Downloaded instant v0.1.13 |
| 664 | 2026-03-10T16:11:46.228Z | Downloaded instability v0.3.11 |
| 665 | 2026-03-10T16:11:46.228Z | Downloaded git-stub v1.0.0 |
| 666 | 2026-03-10T16:11:46.228Z | Downloaded git-stub-vcs v0.1.0 |
| 667 | 2026-03-10T16:11:46.228Z | Downloaded is_ci v1.2.0 |
| 668 | 2026-03-10T16:11:46.240Z | Downloaded internet-checksum v0.2.1 |
| 669 | 2026-03-10T16:11:46.241Z | Downloaded hex v0.4.3 |
| 670 | 2026-03-10T16:11:46.241Z | Downloaded kstat-rs v0.2.4 |
| 671 | 2026-03-10T16:11:46.241Z | Downloaded ahash v0.8.12 |
| 672 | 2026-03-10T16:11:46.241Z | Downloaded keccak v0.1.6 |
| 673 | 2026-03-10T16:11:46.252Z | Downloaded lalrpop-util v0.19.12 |
| 674 | 2026-03-10T16:11:46.252Z | Downloaded diff v0.1.13 |
| 675 | 2026-03-10T16:11:46.253Z | Downloaded lazy_static v1.5.0 |
| 676 | 2026-03-10T16:11:46.254Z | Downloaded home v0.5.12 |
| 677 | 2026-03-10T16:11:46.276Z | Downloaded crossbeam-utils v0.8.21 |
| 678 | 2026-03-10T16:11:46.276Z | Downloaded lru-slab v0.1.2 |
| 679 | 2026-03-10T16:11:46.277Z | Downloaded foldhash v0.1.5 |
| 680 | 2026-03-10T16:11:46.277Z | Downloaded linked-hash-map v0.5.6 |
| 681 | 2026-03-10T16:11:46.277Z | Downloaded hyper-staticfile v0.10.1 |
| 682 | 2026-03-10T16:11:46.286Z | Downloaded fatfs v0.3.6 |
| 683 | 2026-03-10T16:11:46.286Z | Downloaded md-5 v0.10.6 |
| 684 | 2026-03-10T16:11:46.286Z | Downloaded lzss v0.8.2 |
| 685 | 2026-03-10T16:11:46.286Z | Downloaded mime v0.3.17 |
| 686 | 2026-03-10T16:11:46.287Z | Downloaded getrandom v0.2.17 |
| 687 | 2026-03-10T16:11:46.287Z | Downloaded ipnetwork v0.21.1 |
| 688 | 2026-03-10T16:11:46.305Z | Downloaded jobserver v0.1.34 |
| 689 | 2026-03-10T16:11:46.305Z | Downloaded nibble_vec v0.1.0 |
| 690 | 2026-03-10T16:11:46.305Z | Downloaded newtype_derive v0.1.6 |
| 691 | 2026-03-10T16:11:46.306Z | Downloaded newline-converter v0.3.0 |
| 692 | 2026-03-10T16:11:46.306Z | Downloaded new_debug_unreachable v1.0.6 |
| 693 | 2026-03-10T16:11:46.306Z | Downloaded multimap v0.10.1 |
| 694 | 2026-03-10T16:11:46.315Z | Downloaded hmac v0.12.1 |
| 695 | 2026-03-10T16:11:46.315Z | Downloaded hickory-client v0.25.2 |
| 696 | 2026-03-10T16:11:46.315Z | Downloaded bzip2 v0.4.4 |
| 697 | 2026-03-10T16:11:46.315Z | Downloaded normalize-line-endings v0.3.0 |
| 698 | 2026-03-10T16:11:46.315Z | Downloaded nodrop v0.1.14 |
| 699 | 2026-03-10T16:11:46.324Z | Downloaded md5 v0.7.0 |
| 700 | 2026-03-10T16:11:46.324Z | Downloaded num-conv v0.2.0 |
| 701 | 2026-03-10T16:11:46.325Z | Downloaded newtype-uuid-macros v0.1.0 |
| 702 | 2026-03-10T16:11:46.325Z | Downloaded ipnet v2.11.0 |
| 703 | 2026-03-10T16:11:46.337Z | Downloaded num v0.4.3 |
| 704 | 2026-03-10T16:11:46.337Z | Downloaded linear-map v1.2.0 |
| 705 | 2026-03-10T16:11:46.337Z | Downloaded num-derive v0.4.2 |
| 706 | 2026-03-10T16:11:46.356Z | Downloaded num-derive v0.3.3 |
| 707 | 2026-03-10T16:11:46.356Z | Downloaded hyper-rustls v0.27.7 |
| 708 | 2026-03-10T16:11:46.356Z | Downloaded arc-swap v1.8.2 |
| 709 | 2026-03-10T16:11:46.356Z | Downloaded libefi-sys v0.1.0 |
| 710 | 2026-03-10T16:11:46.356Z | Downloaded opaque-debug v0.3.1 |
| 711 | 2026-03-10T16:11:46.370Z | Downloaded oso-derive v0.27.3 |
| 712 | 2026-03-10T16:11:46.370Z | Downloaded num_threads v0.1.7 |
| 713 | 2026-03-10T16:11:46.370Z | Downloaded openssl-probe v0.2.1 |
| 714 | 2026-03-10T16:11:46.371Z | Downloaded openssl-probe v0.1.6 |
| 715 | 2026-03-10T16:11:46.371Z | Downloaded openssl-macros v0.1.1 |
| 716 | 2026-03-10T16:11:46.371Z | Downloaded mime_guess v2.0.5 |
| 717 | 2026-03-10T16:11:46.385Z | Downloaded crossbeam-channel v0.5.15 |
| 718 | 2026-03-10T16:11:46.386Z | Downloaded ingot-macros v0.1.1 |
| 719 | 2026-03-10T16:11:46.386Z | Downloaded parse-size v1.1.0 |
| 720 | 2026-03-10T16:11:46.386Z | Downloaded iana-time-zone v0.1.65 |
| 721 | 2026-03-10T16:11:46.386Z | Downloaded packed_struct_codegen v0.10.1 |
| 722 | 2026-03-10T16:11:46.391Z | Downloaded const-oid v0.9.6 |
| 723 | 2026-03-10T16:11:46.391Z | Downloaded parse-display v0.10.0 |
| 724 | 2026-03-10T16:11:46.391Z | Downloaded multer v3.1.0 |
| 725 | 2026-03-10T16:11:46.392Z | Downloaded nonempty v0.12.0 |
| 726 | 2026-03-10T16:11:46.392Z | Downloaded newtype-uuid v1.3.2 |
| 727 | 2026-03-10T16:11:46.403Z | Downloaded native-tls v0.2.18 |
| 728 | 2026-03-10T16:11:46.403Z | Downloaded pbkdf2 v0.11.0 |
| 729 | 2026-03-10T16:11:46.403Z | Downloaded path-slash v0.1.5 |
| 730 | 2026-03-10T16:11:46.403Z | Downloaded nanorand v0.7.0 |
| 731 | 2026-03-10T16:11:46.415Z | Downloaded nu-ansi-term v0.50.3 |
| 732 | 2026-03-10T16:11:46.416Z | Downloaded half v1.8.3 |
| 733 | 2026-03-10T16:11:46.428Z | Downloaded getrandom v0.3.4 |
| 734 | 2026-03-10T16:11:46.428Z | Downloaded pin-utils v0.1.0 |
| 735 | 2026-03-10T16:11:46.428Z | Downloaded pbkdf2 v0.12.2 |
| 736 | 2026-03-10T16:11:46.428Z | Downloaded phf_shared v0.11.3 |
| 737 | 2026-03-10T16:11:46.428Z | Downloaded num_enum_derive v0.7.5 |
| 738 | 2026-03-10T16:11:46.428Z | Downloaded phf_shared v0.13.1 |
| 739 | 2026-03-10T16:11:46.445Z | Downloaded lock_api v0.4.14 |
| 740 | 2026-03-10T16:11:46.445Z | Downloaded num_enum v0.7.5 |
| 741 | 2026-03-10T16:11:46.445Z | Downloaded darling_core v0.20.11 |
| 742 | 2026-03-10T16:11:46.462Z | Downloaded half v2.7.1 |
| 743 | 2026-03-10T16:11:46.462Z | Downloaded diesel_derives v2.2.7 |
| 744 | 2026-03-10T16:11:46.463Z | Downloaded crypto-bigint v0.5.5 |
| 745 | 2026-03-10T16:11:46.500Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 746 | 2026-03-10T16:11:46.500Z | Downloaded predicates-tree v1.0.13 |
| 747 | 2026-03-10T16:11:46.501Z | Downloaded precomputed-hash v0.1.1 |
| 748 | 2026-03-10T16:11:46.501Z | Downloaded parking_lot_core v0.8.6 |
| 749 | 2026-03-10T16:11:46.501Z | Downloaded password-hash v0.4.2 |
| 750 | 2026-03-10T16:11:46.501Z | Downloaded memmap2 v0.9.10 |
| 751 | 2026-03-10T16:11:46.501Z | Downloaded base64 v0.21.7 |
| 752 | 2026-03-10T16:11:46.501Z | Downloaded peg-runtime v0.8.5 |
| 753 | 2026-03-10T16:11:46.502Z | Downloaded predicates-core v1.0.10 |
| 754 | 2026-03-10T16:11:46.502Z | Downloaded progenitor-client v0.10.0 |
| 755 | 2026-03-10T16:11:46.502Z | Downloaded progenitor-client v0.11.2 |
| 756 | 2026-03-10T16:11:46.502Z | Downloaded progenitor-macro v0.11.2 |
| 757 | 2026-03-10T16:11:46.516Z | Downloaded proc-macro-crate v3.4.0 |
| 758 | 2026-03-10T16:11:46.516Z | Downloaded quick-error v1.2.3 |
| 759 | 2026-03-10T16:11:46.516Z | Downloaded paste v1.0.15 |
| 760 | 2026-03-10T16:11:46.516Z | Downloaded packed_struct v0.10.1 |
| 761 | 2026-03-10T16:11:46.516Z | Downloaded num-rational v0.4.2 |
| 762 | 2026-03-10T16:11:46.516Z | Downloaded heapless v0.7.17 |
| 763 | 2026-03-10T16:11:46.517Z | Downloaded pem v3.0.6 |
| 764 | 2026-03-10T16:11:46.517Z | Downloaded pin-project-lite v0.2.17 |
| 765 | 2026-03-10T16:11:46.517Z | Downloaded progenitor-macro v0.13.0 |
| 766 | 2026-03-10T16:11:46.517Z | Downloaded polyval v0.6.2 |
| 767 | 2026-03-10T16:11:46.526Z | Downloaded omicron-zone-package v0.12.2 |
| 768 | 2026-03-10T16:11:46.526Z | Downloaded pkcs8 v0.10.2 |
| 769 | 2026-03-10T16:11:46.526Z | Downloaded radium v0.7.0 |
| 770 | 2026-03-10T16:11:46.526Z | Downloaded rand_chacha v0.3.1 |
| 771 | 2026-03-10T16:11:46.532Z | Downloaded pin-project-internal v1.1.11 |
| 772 | 2026-03-10T16:11:46.532Z | Downloaded poly1305 v0.8.0 |
| 773 | 2026-03-10T16:11:46.533Z | Downloaded dropshot-api-manager v0.5.2 |
| 774 | 2026-03-10T16:11:46.548Z | Downloaded heapless v0.8.0 |
| 775 | 2026-03-10T16:11:46.548Z | Downloaded der v0.7.10 |
| 776 | 2026-03-10T16:11:46.567Z | Downloaded rand_xorshift v0.4.0 |
| 777 | 2026-03-10T16:11:46.568Z | Downloaded predicates v3.1.4 |
| 778 | 2026-03-10T16:11:46.568Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 779 | 2026-03-10T16:11:46.568Z | Downloaded recursive v0.1.1 |
| 780 | 2026-03-10T16:11:46.568Z | Downloaded litrs v1.0.0 |
| 781 | 2026-03-10T16:11:46.568Z | Downloaded ppv-lite86 v0.2.21 |
| 782 | 2026-03-10T16:11:46.568Z | Downloaded ref-cast v1.0.25 |
| 783 | 2026-03-10T16:11:46.568Z | Downloaded ref-cast-impl v1.0.25 |
| 784 | 2026-03-10T16:11:46.568Z | Downloaded hickory-resolver v0.24.4 |
| 785 | 2026-03-10T16:11:46.578Z | Downloaded progenitor v0.11.2 |
| 786 | 2026-03-10T16:11:46.578Z | Downloaded psl-types v2.0.11 |
| 787 | 2026-03-10T16:11:46.578Z | Downloaded progenitor v0.13.0 |
| 788 | 2026-03-10T16:11:46.578Z | Downloaded rfc6979 v0.4.0 |
| 789 | 2026-03-10T16:11:46.578Z | Downloaded progenitor-extras v0.1.0 |
| 790 | 2026-03-10T16:11:46.588Z | Downloaded progenitor-macro v0.10.0 |
| 791 | 2026-03-10T16:11:46.588Z | Downloaded pem-rfc7468 v0.7.0 |
| 792 | 2026-03-10T16:11:46.588Z | Downloaded progenitor-client v0.13.0 |
| 793 | 2026-03-10T16:11:46.588Z | Downloaded progenitor v0.10.0 |
| 794 | 2026-03-10T16:11:46.588Z | Downloaded pkcs1 v0.7.5 |
| 795 | 2026-03-10T16:11:46.597Z | Downloaded russh-cryptovec v0.7.3 |
| 796 | 2026-03-10T16:11:46.598Z | Downloaded derive_more v2.1.1 |
| 797 | 2026-03-10T16:11:46.617Z | Downloaded rtoolbox v0.0.3 |
| 798 | 2026-03-10T16:11:46.617Z | Downloaded proc-macro-error2 v2.0.1 |
| 799 | 2026-03-10T16:11:46.618Z | Downloaded primeorder v0.13.6 |
| 800 | 2026-03-10T16:11:46.628Z | Downloaded indicatif v0.18.4 |
| 801 | 2026-03-10T16:11:46.628Z | Downloaded psm v0.1.30 |
| 802 | 2026-03-10T16:11:46.628Z | Downloaded rand_seeder v0.4.0 |
| 803 | 2026-03-10T16:11:46.628Z | Downloaded owo-colors v4.3.0 |
| 804 | 2026-03-10T16:11:46.628Z | Downloaded rand_core v0.10.0 |
| 805 | 2026-03-10T16:11:46.629Z | Downloaded rustc_version v0.4.1 |
| 806 | 2026-03-10T16:11:46.629Z | Downloaded rand_core v0.9.5 |
| 807 | 2026-03-10T16:11:46.629Z | Downloaded sapling-renderdag v0.1.0 |
| 808 | 2026-03-10T16:11:46.629Z | Downloaded scheduled-thread-pool v0.2.7 |
| 809 | 2026-03-10T16:11:46.634Z | Downloaded pkcs5 v0.7.1 |
| 810 | 2026-03-10T16:11:46.635Z | Downloaded same-file v1.0.6 |
| 811 | 2026-03-10T16:11:46.635Z | Downloaded rand_chacha v0.9.0 |
| 812 | 2026-03-10T16:11:46.641Z | Downloaded postcard v1.1.3 |
| 813 | 2026-03-10T16:11:46.642Z | Downloaded rustc_version v0.1.7 |
| 814 | 2026-03-10T16:11:46.650Z | Downloaded rustc-hash v2.1.1 |
| 815 | 2026-03-10T16:11:46.650Z | Downloaded hashbrown v0.12.3 |
| 816 | 2026-03-10T16:11:46.650Z | Downloaded scopeguard v1.2.0 |
| 817 | 2026-03-10T16:11:46.656Z | Downloaded oso v0.27.3 |
| 818 | 2026-03-10T16:11:46.657Z | Downloaded semver v0.1.20 |
| 819 | 2026-03-10T16:11:46.657Z | Downloaded rand_core v0.6.4 |
| 820 | 2026-03-10T16:11:46.657Z | Downloaded secrecy v0.8.0 |
| 821 | 2026-03-10T16:11:46.663Z | Downloaded salsa20 v0.10.2 |
| 822 | 2026-03-10T16:11:46.663Z | Downloaded postgres-types v0.2.12 |
| 823 | 2026-03-10T16:11:46.664Z | Downloaded aes v0.8.4 |
| 824 | 2026-03-10T16:11:46.668Z | Downloaded secrecy v0.10.3 |
| 825 | 2026-03-10T16:11:46.668Z | Downloaded scroll_derive v0.13.1 |
| 826 | 2026-03-10T16:11:46.668Z | Downloaded hashbrown v0.13.2 |
| 827 | 2026-03-10T16:11:46.690Z | Downloaded papergrid v0.17.0 |
| 828 | 2026-03-10T16:11:46.690Z | Downloaded base64 v0.22.1 |
| 829 | 2026-03-10T16:11:46.709Z | Downloaded parking_lot_core v0.9.12 |
| 830 | 2026-03-10T16:11:46.709Z | Downloaded scrypt v0.11.0 |
| 831 | 2026-03-10T16:11:46.709Z | Downloaded serde_bytes v0.11.19 |
| 832 | 2026-03-10T16:11:46.709Z | Downloaded serde-big-array v0.5.1 |
| 833 | 2026-03-10T16:11:46.710Z | Downloaded serde_spanned v1.0.4 |
| 834 | 2026-03-10T16:11:46.710Z | Downloaded serde_urlencoded v0.7.1 |
| 835 | 2026-03-10T16:11:46.710Z | Downloaded shell-words v1.1.1 |
| 836 | 2026-03-10T16:11:46.710Z | Downloaded sha1 v0.10.6 |
| 837 | 2026-03-10T16:11:46.710Z | Downloaded serde_repr v0.1.20 |
| 838 | 2026-03-10T16:11:46.710Z | Downloaded siphasher v1.0.2 |
| 839 | 2026-03-10T16:11:46.722Z | Downloaded sigpipe v0.1.3 |
| 840 | 2026-03-10T16:11:46.722Z | Downloaded signature v2.2.0 |
| 841 | 2026-03-10T16:11:46.723Z | Downloaded jiff-static v0.2.21 |
| 842 | 2026-03-10T16:11:46.723Z | Downloaded signal-hook-mio v0.2.5 |
| 843 | 2026-03-10T16:11:46.723Z | Downloaded serde_plain v1.0.2 |
| 844 | 2026-03-10T16:11:46.723Z | Downloaded rustls-pemfile v2.2.0 |
| 845 | 2026-03-10T16:11:46.723Z | Downloaded pin-project v1.1.11 |
| 846 | 2026-03-10T16:11:46.733Z | Downloaded slog-bunyan v2.5.0 |
| 847 | 2026-03-10T16:11:46.739Z | Downloaded signal-hook-tokio v0.3.1 |
| 848 | 2026-03-10T16:11:46.740Z | Downloaded hickory-resolver v0.25.2 |
| 849 | 2026-03-10T16:11:46.749Z | Downloaded rustls-pemfile v1.0.4 |
| 850 | 2026-03-10T16:11:46.749Z | Downloaded progenitor-impl v0.10.0 |
| 851 | 2026-03-10T16:11:46.749Z | Downloaded slog-envlogger v2.2.0 |
| 852 | 2026-03-10T16:11:46.749Z | Downloaded rustversion v1.0.22 |
| 853 | 2026-03-10T16:11:46.749Z | Downloaded r2d2 v0.8.10 |
| 854 | 2026-03-10T16:11:46.749Z | Downloaded quinn-udp v0.5.14 |
| 855 | 2026-03-10T16:11:46.749Z | Downloaded rustls-native-certs v0.8.3 |
| 856 | 2026-03-10T16:11:46.750Z | Downloaded scroll v0.13.0 |
| 857 | 2026-03-10T16:11:46.756Z | Downloaded resolv-conf v0.7.6 |
| 858 | 2026-03-10T16:11:46.756Z | Downloaded parking_lot v0.12.5 |
| 859 | 2026-03-10T16:11:46.756Z | Downloaded parking_lot v0.11.2 |
| 860 | 2026-03-10T16:11:46.761Z | Downloaded ssh-cipher v0.2.0 |
| 861 | 2026-03-10T16:11:46.761Z | Downloaded seq-macro v0.3.6 |
| 862 | 2026-03-10T16:11:46.761Z | Downloaded sct v0.7.1 |
| 863 | 2026-03-10T16:11:46.772Z | Downloaded minimal-lexical v0.2.1 |
| 864 | 2026-03-10T16:11:46.776Z | Downloaded sqlparser_derive v0.5.0 |
| 865 | 2026-03-10T16:11:46.776Z | Downloaded prefix-trie v0.7.0 |
| 866 | 2026-03-10T16:11:46.776Z | Downloaded derive_more-impl v2.1.1 |
| 867 | 2026-03-10T16:11:46.782Z | Downloaded sec1 v0.7.3 |
| 868 | 2026-03-10T16:11:46.782Z | Downloaded ssh-encoding v0.2.0 |
| 869 | 2026-03-10T16:11:46.782Z | Downloaded serde_path_to_error v0.1.20 |
| 870 | 2026-03-10T16:11:46.787Z | Downloaded russh-keys v0.45.0 |
| 871 | 2026-03-10T16:11:46.787Z | Downloaded structmeta v0.3.0 |
| 872 | 2026-03-10T16:11:46.794Z | Downloaded signal-hook-registry v1.4.8 |
| 873 | 2026-03-10T16:11:46.794Z | Downloaded shlex v1.3.0 |
| 874 | 2026-03-10T16:11:46.795Z | Downloaded serde-hex v0.1.0 |
| 875 | 2026-03-10T16:11:46.795Z | Downloaded miniz_oxide v0.8.9 |
| 876 | 2026-03-10T16:11:46.799Z | Downloaded strum v0.26.3 |
| 877 | 2026-03-10T16:11:46.800Z | Downloaded hickory-server v0.25.2 |
| 878 | 2026-03-10T16:11:46.804Z | Downloaded slab v0.4.12 |
| 879 | 2026-03-10T16:11:46.804Z | Downloaded expectorate v1.2.0 |
| 880 | 2026-03-10T16:11:46.804Z | Downloaded hyper-util v0.1.20 |
| 881 | 2026-03-10T16:11:46.809Z | Downloaded slog-async v2.8.0 |
| 882 | 2026-03-10T16:11:46.813Z | Downloaded strip-ansi-escapes v0.2.1 |
| 883 | 2026-03-10T16:11:46.814Z | Downloaded structmeta-derive v0.3.0 |
| 884 | 2026-03-10T16:11:46.819Z | Downloaded simd-adler32 v0.3.8 |
| 885 | 2026-03-10T16:11:46.819Z | Downloaded strum v0.27.2 |
| 886 | 2026-03-10T16:11:46.819Z | Downloaded pretty_assertions v1.4.1 |
| 887 | 2026-03-10T16:11:46.823Z | Downloaded rustls-pki-types v1.14.0 |
| 888 | 2026-03-10T16:11:46.823Z | Downloaded rusty-fork v0.3.1 |
| 889 | 2026-03-10T16:11:46.828Z | Downloaded slog-json v2.6.1 |
| 890 | 2026-03-10T16:11:46.828Z | Downloaded progenitor-impl v0.11.2 |
| 891 | 2026-03-10T16:11:46.834Z | Downloaded slog-stdlog v4.1.1 |
| 892 | 2026-03-10T16:11:46.834Z | Downloaded sync-ptr v0.1.4 |
| 893 | 2026-03-10T16:11:46.834Z | Downloaded tabled_derive v0.11.0 |
| 894 | 2026-03-10T16:11:46.839Z | Downloaded tabwriter v1.4.1 |
| 895 | 2026-03-10T16:11:46.839Z | Downloaded sync_wrapper v1.0.2 |
| 896 | 2026-03-10T16:11:46.839Z | Downloaded supports-color v3.0.2 |
| 897 | 2026-03-10T16:11:46.839Z | Downloaded tap v1.0.1 |
| 898 | 2026-03-10T16:11:46.840Z | Downloaded take_mut v0.2.2 |
| 899 | 2026-03-10T16:11:46.845Z | Downloaded tagptr v0.2.0 |
| 900 | 2026-03-10T16:11:46.845Z | Downloaded schemars_derive v0.8.22 |
| 901 | 2026-03-10T16:11:46.845Z | Downloaded crossterm v0.28.1 |
| 902 | 2026-03-10T16:11:46.851Z | Downloaded slog-term v2.9.2 |
| 903 | 2026-03-10T16:11:46.868Z | Downloaded termtree v0.5.1 |
| 904 | 2026-03-10T16:11:46.868Z | Downloaded smf v0.2.3 |
| 905 | 2026-03-10T16:11:46.868Z | Downloaded spki v0.7.3 |
| 906 | 2026-03-10T16:11:46.868Z | Downloaded snafu-derive v0.8.9 |
| 907 | 2026-03-10T16:11:46.868Z | Downloaded sqlformat v0.3.5 |
| 908 | 2026-03-10T16:11:46.873Z | Downloaded p256 v0.13.2 |
| 909 | 2026-03-10T16:11:46.873Z | Downloaded thread-id v5.1.0 |
| 910 | 2026-03-10T16:11:46.873Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 911 | 2026-03-10T16:11:46.873Z | Downloaded progenitor-impl v0.13.0 |
| 912 | 2026-03-10T16:11:46.873Z | Downloaded ron v0.8.1 |
| 913 | 2026-03-10T16:11:46.884Z | Downloaded testing_table v0.3.0 |
| 914 | 2026-03-10T16:11:46.884Z | Downloaded serde_derive_internals v0.29.1 |
| 915 | 2026-03-10T16:11:46.884Z | Downloaded serde_cbor v0.11.2 |
| 916 | 2026-03-10T16:11:46.884Z | Downloaded serde_with_macros v3.17.0 |
| 917 | 2026-03-10T16:11:46.889Z | Downloaded smallvec v0.6.14 |
| 918 | 2026-03-10T16:11:46.890Z | Downloaded slog-scope v4.4.1 |
| 919 | 2026-03-10T16:11:46.890Z | Downloaded prettyplease v0.2.37 |
| 920 | 2026-03-10T16:11:46.890Z | Downloaded slog-dtrace v0.3.0 |
| 921 | 2026-03-10T16:11:46.894Z | Downloaded static_assertions v1.1.0 |
| 922 | 2026-03-10T16:11:46.895Z | Downloaded time-core v0.1.8 |
| 923 | 2026-03-10T16:11:46.895Z | Downloaded stacker v0.1.23 |
| 924 | 2026-03-10T16:11:46.914Z | Downloaded rcgen v0.12.1 |
| 925 | 2026-03-10T16:11:46.914Z | Downloaded tinyvec_macros v0.1.1 |
| 926 | 2026-03-10T16:11:46.914Z | Downloaded rayon-core v1.13.0 |
| 927 | 2026-03-10T16:11:46.914Z | Downloaded ryu v1.0.23 |
| 928 | 2026-03-10T16:11:46.915Z | Downloaded openssl-sys v0.9.111 |
| 929 | 2026-03-10T16:11:46.919Z | Downloaded crossterm v0.29.0 |
| 930 | 2026-03-10T16:11:46.919Z | Downloaded support-bundle-viewer v0.1.2 |
| 931 | 2026-03-10T16:11:46.919Z | Downloaded subtle v2.6.1 |
| 932 | 2026-03-10T16:11:46.919Z | Downloaded aes-gcm v0.10.3 |
| 933 | 2026-03-10T16:11:46.924Z | Downloaded strum_macros v0.26.4 |
| 934 | 2026-03-10T16:11:46.924Z | Downloaded strum_macros v0.27.2 |
| 935 | 2026-03-10T16:11:46.928Z | Downloaded http v1.4.0 |
| 936 | 2026-03-10T16:11:46.934Z | Downloaded strum_macros v0.24.3 |
| 937 | 2026-03-10T16:11:46.934Z | Downloaded spin v0.9.8 |
| 938 | 2026-03-10T16:11:46.934Z | Downloaded stringprep v0.1.5 |
| 939 | 2026-03-10T16:11:46.938Z | Downloaded postgres-protocol v0.6.10 |
| 940 | 2026-03-10T16:11:46.938Z | Downloaded flume v0.11.1 |
| 941 | 2026-03-10T16:11:46.943Z | Downloaded flate2 v1.1.9 |
| 942 | 2026-03-10T16:11:46.948Z | Downloaded schemars v0.8.22 |
| 943 | 2026-03-10T16:11:46.954Z | Downloaded tower-layer v0.3.3 |
| 944 | 2026-03-10T16:11:46.958Z | Downloaded termios v0.3.3 |
| 945 | 2026-03-10T16:11:46.958Z | Downloaded topological-sort v0.2.2 |
| 946 | 2026-03-10T16:11:46.958Z | Downloaded thiserror-no-std v2.0.2 |
| 947 | 2026-03-10T16:11:46.964Z | Downloaded try-lock v0.2.5 |
| 948 | 2026-03-10T16:11:46.964Z | Downloaded tower-service v0.3.3 |
| 949 | 2026-03-10T16:11:46.967Z | Downloaded quinn v0.11.9 |
| 950 | 2026-03-10T16:11:46.967Z | Downloaded signal-hook v0.3.18 |
| 951 | 2026-03-10T16:11:46.974Z | Downloaded nom v7.1.3 |
| 952 | 2026-03-10T16:11:46.977Z | Downloaded thread_local v1.1.9 |
| 953 | 2026-03-10T16:11:46.978Z | Downloaded qorb v0.4.1 |
| 954 | 2026-03-10T16:11:46.981Z | Downloaded trait-variant v0.1.2 |
| 955 | 2026-03-10T16:11:46.981Z | Downloaded serde_yaml v0.9.34+deprecated |
| 956 | 2026-03-10T16:11:46.986Z | Downloaded ed25519-dalek v2.2.0 |
| 957 | 2026-03-10T16:11:46.990Z | Downloaded typify-macro v0.4.3 |
| 958 | 2026-03-10T16:11:46.990Z | Downloaded slog v2.8.2 |
| 959 | 2026-03-10T16:11:46.990Z | Downloaded string_cache v0.8.9 |
| 960 | 2026-03-10T16:11:46.995Z | Downloaded tls_codec v0.4.2 |
| 961 | 2026-03-10T16:11:46.995Z | Downloaded tiny-keccak v2.0.2 |
| 962 | 2026-03-10T16:11:47.000Z | Downloaded rustls-platform-verifier v0.6.2 |
| 963 | 2026-03-10T16:11:47.000Z | Downloaded time-macros v0.2.27 |
| 964 | 2026-03-10T16:11:47.006Z | Downloaded itertools v0.12.1 |
| 965 | 2026-03-10T16:11:47.010Z | Downloaded unit-prefix v0.5.2 |
| 966 | 2026-03-10T16:11:47.010Z | Downloaded typify-macro v0.6.1 |
| 967 | 2026-03-10T16:11:47.010Z | Downloaded untrusted v0.7.1 |
| 968 | 2026-03-10T16:11:47.010Z | Downloaded universal-hash v0.5.1 |
| 969 | 2026-03-10T16:11:47.010Z | Downloaded unicode-truncate v1.1.0 |
| 970 | 2026-03-10T16:11:47.014Z | Downloaded tokio-macros v2.6.0 |
| 971 | 2026-03-10T16:11:47.015Z | Downloaded tokio-native-tls v0.3.1 |
| 972 | 2026-03-10T16:11:47.015Z | Downloaded tokio-dtrace v0.1.1 |
| 973 | 2026-03-10T16:11:47.019Z | Downloaded iri-string v0.7.10 |
| 974 | 2026-03-10T16:11:47.023Z | Downloaded tokio-rustls v0.25.0 |
| 975 | 2026-03-10T16:11:47.023Z | Downloaded utf-8 v0.7.6 |
| 976 | 2026-03-10T16:11:47.026Z | Downloaded tls_codec_derive v0.4.2 |
| 977 | 2026-03-10T16:11:47.026Z | Downloaded term v1.2.1 |
| 978 | 2026-03-10T16:11:47.030Z | Downloaded tokio-tungstenite v0.21.0 |
| 979 | 2026-03-10T16:11:47.030Z | Downloaded usdt v0.6.0 |
| 980 | 2026-03-10T16:11:47.035Z | Downloaded schemars v0.9.0 |
| 981 | 2026-03-10T16:11:47.040Z | Downloaded publicsuffix v2.3.0 |
| 982 | 2026-03-10T16:11:47.044Z | Downloaded mio v1.1.1 |
| 983 | 2026-03-10T16:11:47.050Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 984 | 2026-03-10T16:11:47.050Z | Downloaded itertools v0.10.5 |
| 985 | 2026-03-10T16:11:47.054Z | Downloaded usdt-macro v0.6.0 |
| 986 | 2026-03-10T16:11:47.054Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 987 | 2026-03-10T16:11:47.059Z | Downloaded waitgroup v0.1.2 |
| 988 | 2026-03-10T16:11:47.059Z | Downloaded wait-timeout v0.2.1 |
| 989 | 2026-03-10T16:11:47.059Z | Downloaded iddqd v0.3.17 |
| 990 | 2026-03-10T16:11:47.063Z | Downloaded void v1.0.2 |
| 991 | 2026-03-10T16:11:47.068Z | Downloaded rsa v0.9.10 |
| 992 | 2026-03-10T16:11:47.072Z | Downloaded untrusted v0.9.0 |
| 993 | 2026-03-10T16:11:47.072Z | Downloaded term v0.7.0 |
| 994 | 2026-03-10T16:11:47.076Z | Downloaded socket2 v0.6.2 |
| 995 | 2026-03-10T16:11:47.076Z | Downloaded socket2 v0.5.10 |
| 996 | 2026-03-10T16:11:47.076Z | Downloaded itertools v0.13.0 |
| 997 | 2026-03-10T16:11:47.082Z | Downloaded num-bigint-dig v0.8.6 |
| 998 | 2026-03-10T16:11:47.085Z | Downloaded tui-tree-widget v0.23.1 |
| 999 | 2026-03-10T16:11:47.089Z | Downloaded want v0.3.1 |
| 1000 | 2026-03-10T16:11:47.089Z | Downloaded unarray v0.1.4 |
| 1001 | 2026-03-10T16:11:47.089Z | Downloaded rand v0.9.2 |
| 1002 | 2026-03-10T16:11:47.093Z | Downloaded similar v2.7.0 |
| 1003 | 2026-03-10T16:11:47.098Z | Downloaded unicase v2.9.0 |
| 1004 | 2026-03-10T16:11:47.098Z | Downloaded hashbrown v0.15.5 |
| 1005 | 2026-03-10T16:11:47.102Z | Downloaded tokio-rustls v0.24.1 |
| 1006 | 2026-03-10T16:11:47.106Z | Downloaded xattr v1.6.1 |
| 1007 | 2026-03-10T16:11:47.106Z | Downloaded rand v0.8.5 |
| 1008 | 2026-03-10T16:11:47.110Z | Downloaded xshell-macros v0.2.7 |
| 1009 | 2026-03-10T16:11:47.110Z | Downloaded num-bigint v0.4.6 |
| 1010 | 2026-03-10T16:11:47.115Z | Downloaded tokio-stream v0.1.18 |
| 1011 | 2026-03-10T16:11:47.115Z | Downloaded tokio-rustls v0.26.4 |
| 1012 | 2026-03-10T16:11:47.121Z | Downloaded phf_shared v0.12.1 |
| 1013 | 2026-03-10T16:11:47.121Z | Downloaded phf v0.13.1 |
| 1014 | 2026-03-10T16:11:47.121Z | Downloaded phf v0.12.1 |
| 1015 | 2026-03-10T16:11:47.124Z | Downloaded zeroize_derive v1.4.3 |
| 1016 | 2026-03-10T16:11:47.124Z | Downloaded aho-corasick v1.1.4 |
| 1017 | 2026-03-10T16:11:47.129Z | Downloaded zone_cfg_derive v0.3.1 |
| 1018 | 2026-03-10T16:11:47.129Z | Downloaded libxml v0.3.3 |
| 1019 | 2026-03-10T16:11:47.132Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1020 | 2026-03-10T16:11:47.133Z | Downloaded schemars v1.2.1 |
| 1021 | 2026-03-10T16:11:47.146Z | Downloaded vsss-rs v3.3.4 |
| 1022 | 2026-03-10T16:11:47.151Z | Downloaded vergen-gitcl v1.0.8 |
| 1023 | 2026-03-10T16:11:47.151Z | Downloaded vergen-git2 v1.0.7 |
| 1024 | 2026-03-10T16:11:47.151Z | Downloaded zone v0.3.1 |
| 1025 | 2026-03-10T16:11:47.155Z | Downloaded usdt-impl v0.6.0 |
| 1026 | 2026-03-10T16:11:47.155Z | Downloaded test-strategy v0.4.5 |
| 1027 | 2026-03-10T16:11:47.155Z | Downloaded walkdir v2.5.0 |
| 1028 | 2026-03-10T16:11:47.158Z | Downloaded itertools v0.14.0 |
| 1029 | 2026-03-10T16:11:47.163Z | Downloaded vergen-lib v0.1.6 |
| 1030 | 2026-03-10T16:11:47.168Z | Downloaded tinyvec v1.10.0 |
| 1031 | 2026-03-10T16:11:47.168Z | Downloaded tar v0.4.44 |
| 1032 | 2026-03-10T16:11:47.168Z | Downloaded hyper v1.8.1 |
| 1033 | 2026-03-10T16:11:47.173Z | Downloaded tracing-attributes v0.1.31 |
| 1034 | 2026-03-10T16:11:47.176Z | Downloaded usdt-attr-macro v0.6.0 |
| 1035 | 2026-03-10T16:11:47.176Z | Downloaded libm v0.2.16 |
| 1036 | 2026-03-10T16:11:47.183Z | Downloaded xshell v0.2.7 |
| 1037 | 2026-03-10T16:11:47.187Z | Downloaded wyz v0.5.1 |
| 1038 | 2026-03-10T16:11:47.187Z | Downloaded twox-hash v2.1.2 |
| 1039 | 2026-03-10T16:11:47.191Z | Downloaded tokio-tungstenite v0.23.1 |
| 1040 | 2026-03-10T16:11:47.191Z | Downloaded unicode-properties v0.1.4 |
| 1041 | 2026-03-10T16:11:47.194Z | Downloaded samael v0.0.19 |
| 1042 | 2026-03-10T16:11:47.198Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1043 | 2026-03-10T16:11:47.203Z | Downloaded p521 v0.13.3 |
| 1044 | 2026-03-10T16:11:47.206Z | Downloaded subprocess v0.2.15 |
| 1045 | 2026-03-10T16:11:47.206Z | Downloaded rustls-webpki v0.103.9 |
| 1046 | 2026-03-10T16:11:47.210Z | Downloaded rand v0.10.0 |
| 1047 | 2026-03-10T16:11:47.215Z | Downloaded xz2 v0.1.7 |
| 1048 | 2026-03-10T16:11:47.215Z | Downloaded whoami v2.1.0 |
| 1049 | 2026-03-10T16:11:47.215Z | Downloaded whoami v1.6.1 |
| 1050 | 2026-03-10T16:11:47.218Z | Downloaded futures-util v0.3.32 |
| 1051 | 2026-03-10T16:11:47.227Z | Downloaded toml v0.7.8 |
| 1052 | 2026-03-10T16:11:47.230Z | Downloaded hkdf v0.12.4 |
| 1053 | 2026-03-10T16:11:47.234Z | Downloaded zeroize v1.8.2 |
| 1054 | 2026-03-10T16:11:47.234Z | Downloaded tungstenite v0.23.0 |
| 1055 | 2026-03-10T16:11:47.238Z | Downloaded zstd-safe v7.2.4 |
| 1056 | 2026-03-10T16:11:47.238Z | Downloaded zstd v0.13.3 |
| 1057 | 2026-03-10T16:11:47.242Z | Downloaded h2 v0.4.13 |
| 1058 | 2026-03-10T16:11:47.247Z | Downloaded vergen v9.0.6 |
| 1059 | 2026-03-10T16:11:47.248Z | Downloaded pkg-config v0.3.32 |
| 1060 | 2026-03-10T16:11:47.248Z | Downloaded ignore v0.4.25 |
| 1061 | 2026-03-10T16:11:47.253Z | Downloaded unsafe-libyaml v0.2.11 |
| 1062 | 2026-03-10T16:11:47.253Z | Downloaded steno v0.4.1 |
| 1063 | 2026-03-10T16:11:47.258Z | Downloaded typify v0.4.3 |
| 1064 | 2026-03-10T16:11:47.258Z | Downloaded typify v0.6.1 |
| 1065 | 2026-03-10T16:11:47.261Z | Downloaded yasna v0.5.2 |
| 1066 | 2026-03-10T16:11:47.261Z | Downloaded tungstenite v0.21.0 |
| 1067 | 2026-03-10T16:11:47.265Z | Downloaded unicode-bidi v0.3.18 |
| 1068 | 2026-03-10T16:11:47.270Z | Downloaded uuid v1.21.0 |
| 1069 | 2026-03-10T16:11:47.270Z | Downloaded peg-macros v0.8.5 |
| 1070 | 2026-03-10T16:11:47.270Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1071 | 2026-03-10T16:11:47.274Z | Downloaded peg v0.8.5 |
| 1072 | 2026-03-10T16:11:47.280Z | Downloaded headers v0.4.1 |
| 1073 | 2026-03-10T16:11:47.284Z | Downloaded vte v0.14.1 |
| 1074 | 2026-03-10T16:11:47.284Z | Downloaded cc v1.2.56 |
| 1075 | 2026-03-10T16:11:47.290Z | Downloaded zerocopy v0.6.6 |
| 1076 | 2026-03-10T16:11:47.290Z | Downloaded proc-macro-crate v1.3.1 |
| 1077 | 2026-03-10T16:11:47.290Z | Downloaded password-hash v0.5.0 |
| 1078 | 2026-03-10T16:11:47.294Z | Downloaded blake3 v1.8.3 |
| 1079 | 2026-03-10T16:11:47.297Z | Downloaded snafu v0.8.9 |
| 1080 | 2026-03-10T16:11:47.301Z | Downloaded rustyline v14.0.0 |
| 1081 | 2026-03-10T16:11:47.306Z | Downloaded russh v0.45.0 |
| 1082 | 2026-03-10T16:11:47.311Z | Downloaded tokio-postgres v0.7.16 |
| 1083 | 2026-03-10T16:11:47.317Z | Downloaded parse-display-derive v0.10.0 |
| 1084 | 2026-03-10T16:11:47.317Z | Downloaded ron v0.12.0 |
| 1085 | 2026-03-10T16:11:47.322Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1086 | 2026-03-10T16:11:47.326Z | Downloaded tracing-core v0.1.36 |
| 1087 | 2026-03-10T16:11:47.326Z | Downloaded oxnet v0.1.4 |
| 1088 | 2026-03-10T16:11:47.332Z | Downloaded indexmap v1.9.3 |
| 1089 | 2026-03-10T16:11:47.332Z | Downloaded uzers v0.12.2 |
| 1090 | 2026-03-10T16:11:47.332Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1091 | 2026-03-10T16:11:47.337Z | Downloaded powerfmt v0.2.0 |
| 1092 | 2026-03-10T16:11:47.337Z | Downloaded num_enum v0.5.11 |
| 1093 | 2026-03-10T16:11:47.343Z | Downloaded reedline v0.40.0 |
| 1094 | 2026-03-10T16:11:47.347Z | Downloaded num-iter v0.1.45 |
| 1095 | 2026-03-10T16:11:47.347Z | Downloaded aws-lc-rs v1.16.0 |
| 1096 | 2026-03-10T16:11:47.354Z | Downloaded bitvec v1.0.1 |
| 1097 | 2026-03-10T16:11:47.362Z | Downloaded num-integer v0.1.46 |
| 1098 | 2026-03-10T16:11:47.366Z | Downloaded num-complex v0.4.6 |
| 1099 | 2026-03-10T16:11:47.366Z | Downloaded const_format v0.2.35 |
| 1100 | 2026-03-10T16:11:47.372Z | Downloaded zopfli v0.8.3 |
| 1101 | 2026-03-10T16:11:47.377Z | Downloaded chrono v0.4.44 |
| 1102 | 2026-03-10T16:11:47.381Z | Downloaded compact_str v0.8.1 |
| 1103 | 2026-03-10T16:11:47.381Z | Downloaded chacha20poly1305 v0.10.1 |
| 1104 | 2026-03-10T16:11:47.385Z | Downloaded ssh-key v0.6.7 |
| 1105 | 2026-03-10T16:11:47.390Z | Downloaded zip v0.6.6 |
| 1106 | 2026-03-10T16:11:47.394Z | Downloaded tower v0.5.3 |
| 1107 | 2026-03-10T16:11:47.413Z | Downloaded reqwest v0.12.28 |
| 1108 | 2026-03-10T16:11:47.413Z | Downloaded p384 v0.13.1 |
| 1109 | 2026-03-10T16:11:47.413Z | Downloaded unicode_categories v0.1.1 |
| 1110 | 2026-03-10T16:11:47.413Z | Downloaded git2 v0.20.4 |
| 1111 | 2026-03-10T16:11:47.416Z | Downloaded regex v1.12.3 |
| 1112 | 2026-03-10T16:11:47.419Z | Downloaded toml_edit v0.19.15 |
| 1113 | 2026-03-10T16:11:47.430Z | Downloaded rpassword v7.4.0 |
| 1114 | 2026-03-10T16:11:47.433Z | Downloaded curve25519-dalek v4.1.3 |
| 1115 | 2026-03-10T16:11:47.439Z | Downloaded typed-path v0.9.3 |
| 1116 | 2026-03-10T16:11:47.444Z | Downloaded bindgen v0.71.1 |
| 1117 | 2026-03-10T16:11:47.450Z | Downloaded yansi v1.0.1 |
| 1118 | 2026-03-10T16:11:47.453Z | Downloaded reqwest v0.13.2 |
| 1119 | 2026-03-10T16:11:47.456Z | Downloaded lalrpop v0.19.12 |
| 1120 | 2026-03-10T16:11:47.464Z | Downloaded zerocopy-derive v0.8.40 |
| 1121 | 2026-03-10T16:11:47.471Z | Downloaded darling_core v0.23.0 |
| 1122 | 2026-03-10T16:11:47.475Z | Downloaded goblin v0.10.5 |
| 1123 | 2026-03-10T16:11:47.482Z | Downloaded rustls-webpki v0.101.7 |
| 1124 | 2026-03-10T16:11:47.495Z | Downloaded x509-cert v0.2.5 |
| 1125 | 2026-03-10T16:11:47.499Z | Downloaded salty v0.3.0 |
| 1126 | 2026-03-10T16:11:47.503Z | Downloaded moka v0.12.13 |
| 1127 | 2026-03-10T16:11:47.509Z | Downloaded tower-http v0.6.8 |
| 1128 | 2026-03-10T16:11:47.515Z | Downloaded zip v4.6.1 |
| 1129 | 2026-03-10T16:11:47.519Z | Downloaded quick-xml v0.37.5 |
| 1130 | 2026-03-10T16:11:47.526Z | Downloaded unicode-segmentation v1.12.0 |
| 1131 | 2026-03-10T16:11:47.547Z | Downloaded rayon v1.11.0 |
| 1132 | 2026-03-10T16:11:47.547Z | Downloaded unicode-normalization v0.1.25 |
| 1133 | 2026-03-10T16:11:47.547Z | Downloaded portable-atomic v1.13.1 |
| 1134 | 2026-03-10T16:11:47.547Z | Downloaded olpc-cjson v0.1.4 |
| 1135 | 2026-03-10T16:11:47.547Z | Downloaded proptest v1.10.0 |
| 1136 | 2026-03-10T16:11:47.551Z | Downloaded petname v2.0.2 |
| 1137 | 2026-03-10T16:11:47.555Z | Downloaded tough v0.20.0 |
| 1138 | 2026-03-10T16:11:47.563Z | Downloaded serde_with v3.17.0 |
| 1139 | 2026-03-10T16:11:47.573Z | Downloaded object v0.30.4 |
| 1140 | 2026-03-10T16:11:47.579Z | Downloaded num_enum_derive v0.5.11 |
| 1141 | 2026-03-10T16:11:47.583Z | Downloaded darling_core v0.21.3 |
| 1142 | 2026-03-10T16:11:47.586Z | Downloaded tokio-util v0.7.18 |
| 1143 | 2026-03-10T16:11:47.589Z | Downloaded rustls-webpki v0.102.8 |
| 1144 | 2026-03-10T16:11:47.604Z | Downloaded ar_archive_writer v0.5.1 |
| 1145 | 2026-03-10T16:11:47.607Z | Downloaded futures v0.3.32 |
| 1146 | 2026-03-10T16:11:47.611Z | Downloaded derive_more v0.99.20 |
| 1147 | 2026-03-10T16:11:47.614Z | Downloaded darling v0.23.0 |
| 1148 | 2026-03-10T16:11:47.619Z | Downloaded quinn-proto v0.11.13 |
| 1149 | 2026-03-10T16:11:47.624Z | Downloaded radix_trie v0.2.1 |
| 1150 | 2026-03-10T16:11:47.652Z | Downloaded nix v0.27.1 |
| 1151 | 2026-03-10T16:11:47.655Z | Downloaded winnow v0.6.26 |
| 1152 | 2026-03-10T16:11:47.655Z | Downloaded winnow v0.5.40 |
| 1153 | 2026-03-10T16:11:47.655Z | Downloaded openssl v0.10.75 |
| 1154 | 2026-03-10T16:11:47.658Z | Downloaded cookie v0.18.1 |
| 1155 | 2026-03-10T16:11:47.661Z | Downloaded allocator-api2 v0.2.21 |
| 1156 | 2026-03-10T16:11:47.661Z | Downloaded derive-where v1.6.0 |
| 1157 | 2026-03-10T16:11:47.664Z | Downloaded libsw-core v0.3.2 |
| 1158 | 2026-03-10T16:11:47.668Z | Downloaded diesel v2.2.12 |
| 1159 | 2026-03-10T16:11:47.680Z | Downloaded polar-core v0.27.3 |
| 1160 | 2026-03-10T16:11:47.686Z | Downloaded nix v0.28.0 |
| 1161 | 2026-03-10T16:11:47.695Z | Downloaded libsw v3.5.0 |
| 1162 | 2026-03-10T16:11:47.698Z | Downloaded dropshot v0.16.7 |
| 1163 | 2026-03-10T16:11:47.713Z | Downloaded time v0.3.47 |
| 1164 | 2026-03-10T16:11:47.722Z | Downloaded nix v0.30.1 |
| 1165 | 2026-03-10T16:11:47.731Z | Downloaded regex-syntax v0.6.29 |
| 1166 | 2026-03-10T16:11:47.738Z | Downloaded nix v0.29.0 |
| 1167 | 2026-03-10T16:11:47.746Z | Downloaded tabled v0.20.0 |
| 1168 | 2026-03-10T16:11:47.761Z | Downloaded smoltcp v0.9.1 |
| 1169 | 2026-03-10T16:11:47.768Z | Downloaded nix v0.31.1 |
| 1170 | 2026-03-10T16:11:47.777Z | Downloaded rustls v0.21.12 |
| 1171 | 2026-03-10T16:11:47.786Z | Downloaded zlib-rs v0.6.2 |
| 1172 | 2026-03-10T16:11:47.791Z | Downloaded zerocopy v0.8.40 |
| 1173 | 2026-03-10T16:11:47.798Z | Downloaded bstr v1.12.1 |
| 1174 | 2026-03-10T16:11:47.805Z | Downloaded vcpkg v0.2.15 |
| 1175 | 2026-03-10T16:11:47.836Z | Downloaded webpki-roots v1.0.6 |
| 1176 | 2026-03-10T16:11:47.839Z | Downloaded openapiv3 v2.2.0 |
| 1177 | 2026-03-10T16:11:47.847Z | Downloaded smoltcp v0.11.0 |
| 1178 | 2026-03-10T16:11:47.857Z | Downloaded rustls v0.22.4 |
| 1179 | 2026-03-10T16:11:47.867Z | Downloaded hickory-proto v0.25.2 |
| 1180 | 2026-03-10T16:11:47.879Z | Downloaded regress v0.10.5 |
| 1181 | 2026-03-10T16:11:47.887Z | Downloaded hickory-proto v0.24.4 |
| 1182 | 2026-03-10T16:11:47.898Z | Downloaded regex-syntax v0.8.10 |
| 1183 | 2026-03-10T16:11:47.905Z | Downloaded rustls v0.23.37 |
| 1184 | 2026-03-10T16:11:47.915Z | Downloaded rustix v0.38.44 |
| 1185 | 2026-03-10T16:11:47.932Z | Downloaded object v0.37.3 |
| 1186 | 2026-03-10T16:11:47.940Z | Downloaded libloading v0.8.9 |
| 1187 | 2026-03-10T16:11:47.943Z | Downloaded ratatui v0.29.0 |
| 1188 | 2026-03-10T16:11:47.957Z | Downloaded tracing v0.1.44 |
| 1189 | 2026-03-10T16:11:47.977Z | Downloaded sled v0.34.7 |
| 1190 | 2026-03-10T16:11:47.984Z | Downloaded httparse v1.10.1 |
| 1191 | 2026-03-10T16:11:47.988Z | Downloaded dropshot_endpoint v0.16.7 |
| 1192 | 2026-03-10T16:11:47.990Z | Downloaded humantime v2.3.0 |
| 1193 | 2026-03-10T16:11:47.990Z | Downloaded memoffset v0.9.1 |
| 1194 | 2026-03-10T16:11:47.994Z | Downloaded maplit v1.0.2 |
| 1195 | 2026-03-10T16:11:47.994Z | Downloaded lru-cache v0.1.2 |
| 1196 | 2026-03-10T16:11:47.994Z | Downloaded lru v0.12.5 |
| 1197 | 2026-03-10T16:11:47.994Z | Downloaded sqlparser v0.61.0 |
| 1198 | 2026-03-10T16:11:48.001Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1199 | 2026-03-10T16:11:48.011Z | Downloaded zerocopy-derive v0.6.6 |
| 1200 | 2026-03-10T16:11:48.018Z | Downloaded ingot-types v0.1.2 |
| 1201 | 2026-03-10T16:11:48.022Z | Downloaded indoc v2.0.7 |
| 1202 | 2026-03-10T16:11:48.025Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1203 | 2026-03-10T16:11:48.025Z | Downloaded http-body-util v0.1.3 |
| 1204 | 2026-03-10T16:11:48.025Z | Downloaded maybe-uninit v2.0.0 |
| 1205 | 2026-03-10T16:11:48.028Z | Downloaded match_cfg v0.1.0 |
| 1206 | 2026-03-10T16:11:48.028Z | Downloaded managed v0.8.0 |
| 1207 | 2026-03-10T16:11:48.028Z | Downloaded ingot v0.1.1 |
| 1208 | 2026-03-10T16:11:48.031Z | Downloaded futures-channel v0.3.32 |
| 1209 | 2026-03-10T16:11:48.031Z | Downloaded libscf-sys v1.1.0 |
| 1210 | 2026-03-10T16:11:48.031Z | Downloaded async-trait v0.1.89 |
| 1211 | 2026-03-10T16:11:48.034Z | Downloaded cookie_store v0.22.1 |
| 1212 | 2026-03-10T16:11:48.037Z | Downloaded bzip2 v0.6.1 |
| 1213 | 2026-03-10T16:11:48.037Z | Downloaded derive_builder v0.20.2 |
| 1214 | 2026-03-10T16:11:48.040Z | Downloaded http-body v1.0.1 |
| 1215 | 2026-03-10T16:11:48.043Z | Downloaded highway v1.3.0 |
| 1216 | 2026-03-10T16:11:48.043Z | Downloaded colored v3.1.1 |
| 1217 | 2026-03-10T16:11:48.046Z | Downloaded chacha20 v0.10.0 |
| 1218 | 2026-03-10T16:11:48.046Z | Downloaded typify-impl v0.4.3 |
| 1219 | 2026-03-10T16:11:48.058Z | Downloaded typify-impl v0.6.1 |
| 1220 | 2026-03-10T16:11:48.069Z | Downloaded lzma-sys v0.1.20 |
| 1221 | 2026-03-10T16:11:48.091Z | Downloaded regex-automata v0.4.14 |
| 1222 | 2026-03-10T16:11:48.103Z | Downloaded backon v1.6.0 |
| 1223 | 2026-03-10T16:11:48.106Z | Downloaded backoff v0.4.0 |
| 1224 | 2026-03-10T16:11:48.109Z | Downloaded group v0.13.0 |
| 1225 | 2026-03-10T16:11:48.109Z | Downloaded globset v0.4.18 |
| 1226 | 2026-03-10T16:11:48.109Z | Downloaded glob v0.3.3 |
| 1227 | 2026-03-10T16:11:48.109Z | Downloaded colored v2.2.0 |
| 1228 | 2026-03-10T16:11:48.112Z | Downloaded blake2 v0.10.6 |
| 1229 | 2026-03-10T16:11:48.116Z | Downloaded jiff v0.2.21 |
| 1230 | 2026-03-10T16:11:48.127Z | Downloaded data-encoding v2.10.0 |
| 1231 | 2026-03-10T16:11:48.130Z | Downloaded csv v1.4.0 |
| 1232 | 2026-03-10T16:11:48.144Z | Downloaded bytes v1.11.1 |
| 1233 | 2026-03-10T16:11:48.147Z | Downloaded inout v0.1.4 |
| 1234 | 2026-03-10T16:11:48.150Z | Downloaded indent_write v2.2.0 |
| 1235 | 2026-03-10T16:11:48.150Z | Downloaded elliptic-curve v0.13.8 |
| 1236 | 2026-03-10T16:11:48.153Z | Downloaded deranged v0.5.8 |
| 1237 | 2026-03-10T16:11:48.153Z | Downloaded petgraph v0.6.5 |
| 1238 | 2026-03-10T16:11:48.167Z | Downloaded libz-sys v1.1.24 |
| 1239 | 2026-03-10T16:11:48.185Z | Downloaded http-range v0.1.5 |
| 1240 | 2026-03-10T16:11:48.188Z | Downloaded chrono-tz v0.10.4 |
| 1241 | 2026-03-10T16:11:48.198Z | Downloaded futures-executor v0.3.32 |
| 1242 | 2026-03-10T16:11:48.201Z | Downloaded fs-err v2.11.0 |
| 1243 | 2026-03-10T16:11:48.201Z | Downloaded argon2 v0.5.3 |
| 1244 | 2026-03-10T16:11:48.204Z | Downloaded hubpack_derive v0.1.1 |
| 1245 | 2026-03-10T16:11:48.204Z | Downloaded futures-task v0.3.32 |
| 1246 | 2026-03-10T16:11:48.204Z | Downloaded foldhash v0.2.0 |
| 1247 | 2026-03-10T16:11:48.205Z | Downloaded fallible-iterator v0.2.0 |
| 1248 | 2026-03-10T16:11:48.207Z | Downloaded env_logger v0.11.9 |
| 1249 | 2026-03-10T16:11:48.207Z | Downloaded ena v0.14.4 |
| 1250 | 2026-03-10T16:11:48.207Z | Downloaded ed25519 v2.2.3 |
| 1251 | 2026-03-10T16:11:48.211Z | Downloaded tokio v1.49.0 |
| 1252 | 2026-03-10T16:11:48.239Z | Downloaded petgraph v0.8.3 |
| 1253 | 2026-03-10T16:11:48.255Z | Downloaded defmt v1.0.1 |
| 1254 | 2026-03-10T16:11:48.258Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1255 | 2026-03-10T16:11:48.271Z | Downloaded crc-any v2.5.0 |
| 1256 | 2026-03-10T16:11:48.274Z | Downloaded ciborium v0.2.2 |
| 1257 | 2026-03-10T16:11:48.277Z | Downloaded chacha20 v0.9.1 |
| 1258 | 2026-03-10T16:11:48.277Z | Downloaded bumpalo v3.20.2 |
| 1259 | 2026-03-10T16:11:48.280Z | Downloaded buf-list v1.1.2 |
| 1260 | 2026-03-10T16:11:48.280Z | Downloaded bitfield v0.19.4 |
| 1261 | 2026-03-10T16:11:48.283Z | Downloaded async-bb8-diesel v0.2.1 |
| 1262 | 2026-03-10T16:11:48.283Z | Downloaded ecdsa v0.16.9 |
| 1263 | 2026-03-10T16:11:48.286Z | Downloaded dtrace-parser v0.3.0 |
| 1264 | 2026-03-10T16:11:48.286Z | Downloaded derive_builder_core v0.20.2 |
| 1265 | 2026-03-10T16:11:48.286Z | Downloaded sha3 v0.10.8 |
| 1266 | 2026-03-10T16:11:48.289Z | Downloaded drift v0.1.3 |
| 1267 | 2026-03-10T16:11:48.293Z | Downloaded document-features v0.2.12 |
| 1268 | 2026-03-10T16:11:48.296Z | Downloaded derive-ex v0.1.8 |
| 1269 | 2026-03-10T16:11:48.296Z | Downloaded cipher v0.4.4 |
| 1270 | 2026-03-10T16:11:48.296Z | Downloaded arrayvec v0.7.6 |
| 1271 | 2026-03-10T16:11:48.300Z | Downloaded corncobs v0.1.4 |
| 1272 | 2026-03-10T16:11:48.300Z | Downloaded bit-vec v0.6.3 |
| 1273 | 2026-03-10T16:11:48.303Z | Downloaded hash32 v0.3.1 |
| 1274 | 2026-03-10T16:11:48.303Z | Downloaded globwalk v0.9.1 |
| 1275 | 2026-03-10T16:11:48.303Z | Downloaded futures-macro v0.3.32 |
| 1276 | 2026-03-10T16:11:48.306Z | Downloaded futures-io v0.3.32 |
| 1277 | 2026-03-10T16:11:48.306Z | Downloaded dsl_auto_type v0.1.3 |
| 1278 | 2026-03-10T16:11:48.306Z | Downloaded filetime v0.2.27 |
| 1279 | 2026-03-10T16:11:48.306Z | Downloaded funty v2.0.0 |
| 1280 | 2026-03-10T16:11:48.306Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1281 | 2026-03-10T16:11:48.309Z | Downloaded const_format_proc_macros v0.2.34 |
| 1282 | 2026-03-10T16:11:48.309Z | Downloaded dunce v1.0.5 |
| 1283 | 2026-03-10T16:11:48.309Z | Downloaded aead v0.5.2 |
| 1284 | 2026-03-10T16:11:48.312Z | Downloaded crc v3.4.0 |
| 1285 | 2026-03-10T16:11:48.312Z | Downloaded bitfield-struct v0.6.2 |
| 1286 | 2026-03-10T16:11:48.312Z | Downloaded base16ct v1.0.0 |
| 1287 | 2026-03-10T16:11:48.315Z | Downloaded array-init v0.0.4 |
| 1288 | 2026-03-10T16:11:48.315Z | Downloaded bb8 v0.8.6 |
| 1289 | 2026-03-10T16:11:48.315Z | Downloaded atomic-waker v1.1.2 |
| 1290 | 2026-03-10T16:11:48.315Z | Downloaded crc8 v0.1.1 |
| 1291 | 2026-03-10T16:11:48.315Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1292 | 2026-03-10T16:11:48.318Z | Downloaded darling_macro v0.20.11 |
| 1293 | 2026-03-10T16:11:48.318Z | Downloaded convert_case v0.4.0 |
| 1294 | 2026-03-10T16:11:48.318Z | Downloaded cfg_aliases v0.2.1 |
| 1295 | 2026-03-10T16:11:48.318Z | Downloaded atomicwrites v0.4.4 |
| 1296 | 2026-03-10T16:11:48.318Z | Downloaded dof v0.4.0 |
| 1297 | 2026-03-10T16:11:48.321Z | Downloaded defmt v0.3.100 |
| 1298 | 2026-03-10T16:11:48.321Z | Downloaded bitfield-macros v0.19.4 |
| 1299 | 2026-03-10T16:11:48.322Z | Downloaded base16ct v0.2.0 |
| 1300 | 2026-03-10T16:11:48.322Z | Downloaded async-stream-impl v0.3.6 |
| 1301 | 2026-03-10T16:11:48.322Z | Downloaded assert_matches v1.5.0 |
| 1302 | 2026-03-10T16:11:48.324Z | Downloaded crc-catalog v2.4.0 |
| 1303 | 2026-03-10T16:11:48.324Z | Downloaded flagset v0.4.7 |
| 1304 | 2026-03-10T16:11:48.324Z | Downloaded des v0.8.1 |
| 1305 | 2026-03-10T16:11:48.327Z | Downloaded derive_builder_macro v0.20.2 |
| 1306 | 2026-03-10T16:11:48.328Z | Downloaded darling_macro v0.23.0 |
| 1307 | 2026-03-10T16:11:48.328Z | Downloaded darling_macro v0.21.3 |
| 1308 | 2026-03-10T16:11:48.328Z | Downloaded display-error-chain v0.2.2 |
| 1309 | 2026-03-10T16:11:48.328Z | Downloaded async-stream v0.3.6 |
| 1310 | 2026-03-10T16:11:48.331Z | Downloaded enum-as-inner v0.6.1 |
| 1311 | 2026-03-10T16:11:48.331Z | Downloaded dirs-sys-next v0.1.2 |
| 1312 | 2026-03-10T16:11:48.331Z | Downloaded crunchy v0.2.4 |
| 1313 | 2026-03-10T16:11:48.331Z | Downloaded console v0.15.11 |
| 1314 | 2026-03-10T16:11:48.334Z | Downloaded clang-sys v1.8.1 |
| 1315 | 2026-03-10T16:11:48.337Z | Downloaded blowfish v0.9.1 |
| 1316 | 2026-03-10T16:11:48.337Z | Downloaded find-msvc-tools v0.1.9 |
| 1317 | 2026-03-10T16:11:48.337Z | Downloaded async-recursion v1.1.1 |
| 1318 | 2026-03-10T16:11:48.340Z | Downloaded dirs-next v2.0.0 |
| 1319 | 2026-03-10T16:11:48.343Z | Downloaded defmt-parser v1.0.0 |
| 1320 | 2026-03-10T16:11:48.343Z | Downloaded ciborium-ll v0.2.2 |
| 1321 | 2026-03-10T16:11:48.343Z | Downloaded cargo-platform v0.1.9 |
| 1322 | 2026-03-10T16:11:48.343Z | Downloaded ascii-canvas v3.0.0 |
| 1323 | 2026-03-10T16:11:48.345Z | Downloaded atty v0.2.14 |
| 1324 | 2026-03-10T16:11:48.346Z | Downloaded darling v0.20.11 |
| 1325 | 2026-03-10T16:11:48.348Z | Downloaded difflib v0.4.0 |
| 1326 | 2026-03-10T16:11:48.348Z | Downloaded daft-derive v0.1.5 |
| 1327 | 2026-03-10T16:11:48.351Z | Downloaded encoding_rs v0.8.35 |
| 1328 | 2026-03-10T16:11:48.368Z | Downloaded crossbeam-deque v0.8.6 |
| 1329 | 2026-03-10T16:11:48.371Z | Downloaded cbc v0.1.2 |
| 1330 | 2026-03-10T16:11:48.371Z | Downloaded adler2 v2.0.1 |
| 1331 | 2026-03-10T16:11:48.374Z | Downloaded bit-set v0.8.0 |
| 1332 | 2026-03-10T16:11:48.374Z | Downloaded critical-section v1.2.0 |
| 1333 | 2026-03-10T16:11:48.374Z | Downloaded cancel-safe-futures v0.1.5 |
| 1334 | 2026-03-10T16:11:48.377Z | Downloaded ring v0.17.14 |
| 1335 | 2026-03-10T16:11:48.407Z | Downloaded bit-vec v0.8.0 |
| 1336 | 2026-03-10T16:11:48.410Z | Downloaded bcs v0.1.6 |
| 1337 | 2026-03-10T16:11:48.421Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1338 | 2026-03-10T16:11:49.008Z | Downloaded aws-lc-sys v0.37.1 |
| 1339 | 2026-03-10T16:11:49.317Z | Compiling libc v0.2.180 |
| 1340 | 2026-03-10T16:11:49.320Z | Compiling serde v1.0.228 |
| 1341 | 2026-03-10T16:11:49.320Z | Compiling log v0.4.29 |
| 1342 | 2026-03-10T16:11:49.320Z | Compiling shlex v1.3.0 |
| 1343 | 2026-03-10T16:11:49.502Z | Compiling find-msvc-tools v0.1.9 |
| 1344 | 2026-03-10T16:11:49.505Z | Compiling smallvec v1.15.1 |
| 1345 | 2026-03-10T16:11:49.534Z | Compiling syn v2.0.117 |
| 1346 | 2026-03-10T16:11:49.551Z | Compiling typenum v1.19.0 |
| 1347 | 2026-03-10T16:11:49.718Z | Compiling generic-array v0.14.7 |
| 1348 | 2026-03-10T16:11:49.718Z | Compiling subtle v2.6.1 |
| 1349 | 2026-03-10T16:11:49.792Z | Compiling scopeguard v1.2.0 |
| 1350 | 2026-03-10T16:11:49.861Z | Compiling portable-atomic v1.13.1 |
| 1351 | 2026-03-10T16:11:49.919Z | Compiling lock_api v0.4.14 |
| 1352 | 2026-03-10T16:11:49.966Z | Compiling const-oid v0.9.6 |
| 1353 | 2026-03-10T16:11:49.966Z | Compiling critical-section v1.2.0 |
| 1354 | 2026-03-10T16:11:50.060Z | Compiling zerocopy v0.8.40 |
| 1355 | 2026-03-10T16:11:50.108Z | Compiling parking_lot_core v0.9.12 |
| 1356 | 2026-03-10T16:11:50.208Z | Compiling serde_json v1.0.149 |
| 1357 | 2026-03-10T16:11:50.487Z | Compiling pin-project-lite v0.2.17 |
| 1358 | 2026-03-10T16:11:50.659Z | Compiling pkg-config v0.3.32 |
| 1359 | 2026-03-10T16:11:50.767Z | Compiling libm v0.2.16 |
| 1360 | 2026-03-10T16:11:50.891Z | Compiling getrandom v0.2.17 |
| 1361 | 2026-03-10T16:11:50.966Z | Compiling jobserver v0.1.34 |
| 1362 | 2026-03-10T16:11:51.177Z | Compiling rand_core v0.6.4 |
| 1363 | 2026-03-10T16:11:51.195Z | Compiling errno v0.3.14 |
| 1364 | 2026-03-10T16:11:51.357Z | Compiling cc v1.2.56 |
| 1365 | 2026-03-10T16:11:51.382Z | Compiling once_cell v1.21.3 |
| 1366 | 2026-03-10T16:11:51.420Z | Compiling signal-hook-registry v1.4.8 |
| 1367 | 2026-03-10T16:11:51.481Z | Compiling parking_lot v0.12.5 |
| 1368 | 2026-03-10T16:11:51.549Z | Compiling mio v1.1.1 |
| 1369 | 2026-03-10T16:11:51.600Z | Compiling num-traits v0.2.19 |
| 1370 | 2026-03-10T16:11:51.649Z | Compiling bitflags v2.11.0 |
| 1371 | 2026-03-10T16:11:51.784Z | Compiling futures-core v0.3.32 |
| 1372 | 2026-03-10T16:11:51.971Z | Compiling socket2 v0.6.2 |
| 1373 | 2026-03-10T16:11:51.989Z | Compiling percent-encoding v2.3.2 |
| 1374 | 2026-03-10T16:11:52.049Z | Compiling allocator-api2 v0.2.21 |
| 1375 | 2026-03-10T16:11:52.220Z | Compiling foldhash v0.2.0 |
| 1376 | 2026-03-10T16:11:52.239Z | Compiling cpufeatures v0.2.17 |
| 1377 | 2026-03-10T16:11:52.290Z | Compiling futures-sink v0.3.32 |
| 1378 | 2026-03-10T16:11:52.329Z | Compiling futures-task v0.3.32 |
| 1379 | 2026-03-10T16:11:52.421Z | Compiling futures-channel v0.3.32 |
| 1380 | 2026-03-10T16:11:52.497Z | Compiling hashbrown v0.16.1 |
| 1381 | 2026-03-10T16:11:52.497Z | Compiling futures-io v0.3.32 |
| 1382 | 2026-03-10T16:11:52.543Z | Compiling getrandom v0.4.1 |
| 1383 | 2026-03-10T16:11:52.562Z | Compiling slab v0.4.12 |
| 1384 | 2026-03-10T16:11:52.713Z | Compiling rustversion v1.0.22 |
| 1385 | 2026-03-10T16:11:52.716Z | Compiling rand_core v0.10.0 |
| 1386 | 2026-03-10T16:11:52.790Z | Compiling getrandom v0.3.4 |
| 1387 | 2026-03-10T16:11:52.948Z | Compiling cmake v0.1.57 |
| 1388 | 2026-03-10T16:11:53.334Z | Compiling indexmap v2.13.0 |
| 1389 | 2026-03-10T16:11:53.498Z | Compiling form_urlencoded v1.2.2 |
| 1390 | 2026-03-10T16:11:53.584Z | Compiling ident_case v1.0.1 |
| 1391 | 2026-03-10T16:11:53.618Z | Compiling dunce v1.0.5 |
| 1392 | 2026-03-10T16:11:53.732Z | Compiling synstructure v0.13.2 |
| 1393 | 2026-03-10T16:11:53.735Z | Compiling fs_extra v1.3.0 |
| 1394 | 2026-03-10T16:11:53.735Z | Compiling base64ct v1.8.3 |
| 1395 | 2026-03-10T16:11:53.968Z | Compiling flagset v0.4.7 |
| 1396 | 2026-03-10T16:11:54.117Z | Compiling aws-lc-sys v0.37.1 |
| 1397 | 2026-03-10T16:11:54.135Z | Compiling pem-rfc7468 v0.7.0 |
| 1398 | 2026-03-10T16:11:54.138Z | Compiling rand_core v0.9.5 |
| 1399 | 2026-03-10T16:11:54.178Z | Compiling iana-time-zone v0.1.65 |
| 1400 | 2026-03-10T16:11:54.210Z | Compiling rustix v1.1.3 |
| 1401 | 2026-03-10T16:11:54.233Z | Compiling ring v0.17.14 |
| 1402 | 2026-03-10T16:11:54.442Z | Compiling uuid v1.21.0 |
| 1403 | 2026-03-10T16:11:54.533Z | Compiling rustc_version v0.4.1 |
| 1404 | 2026-03-10T16:11:54.552Z | Compiling aws-lc-rs v1.16.0 |
| 1405 | 2026-03-10T16:11:54.568Z | Compiling regex-syntax v0.8.10 |
| 1406 | 2026-03-10T16:11:54.929Z | Compiling vcpkg v0.2.15 |
| 1407 | 2026-03-10T16:11:54.949Z | Compiling tracing-core v0.1.36 |
| 1408 | 2026-03-10T16:11:55.317Z | Compiling crossbeam-utils v0.8.21 |
| 1409 | 2026-03-10T16:11:55.714Z | Compiling pest_generator v2.8.6 |
| 1410 | 2026-03-10T16:11:55.753Z | Compiling serde_derive_internals v0.29.1 |
| 1411 | 2026-03-10T16:11:55.960Z | Compiling openssl-sys v0.9.111 |
| 1412 | 2026-03-10T16:11:56.383Z | Compiling serde_derive v1.0.228 |
| 1413 | 2026-03-10T16:11:56.632Z | Compiling zeroize_derive v1.4.3 |
| 1414 | 2026-03-10T16:11:56.649Z | Compiling zerofrom-derive v0.1.6 |
| 1415 | 2026-03-10T16:11:56.673Z | Compiling yoke-derive v0.8.1 |
| 1416 | 2026-03-10T16:11:57.004Z | Compiling zerocopy-derive v0.8.40 |
| 1417 | 2026-03-10T16:11:57.511Z | Compiling zeroize v1.8.2 |
| 1418 | 2026-03-10T16:11:57.870Z | Compiling zerovec-derive v0.11.2 |
| 1419 | 2026-03-10T16:11:58.231Z | Compiling displaydoc v0.2.5 |
| 1420 | 2026-03-10T16:11:58.544Z | Compiling crypto-common v0.1.7 |
| 1421 | 2026-03-10T16:11:58.561Z | Compiling zerofrom v0.1.6 |
| 1422 | 2026-03-10T16:11:58.712Z | Compiling yoke v0.8.1 |
| 1423 | 2026-03-10T16:11:58.715Z | Compiling block-buffer v0.10.4 |
| 1424 | 2026-03-10T16:11:58.926Z | Compiling digest v0.10.7 |
| 1425 | 2026-03-10T16:11:58.947Z | Compiling tokio-macros v2.6.0 |
| 1426 | 2026-03-10T16:11:59.200Z | Compiling zerotrie v0.2.3 |
| 1427 | 2026-03-10T16:11:59.242Z | Compiling hmac v0.12.1 |
| 1428 | 2026-03-10T16:11:59.335Z | Compiling zerovec v0.11.5 |
| 1429 | 2026-03-10T16:11:59.431Z | Compiling futures-macro v0.3.32 |
| 1430 | 2026-03-10T16:11:59.450Z | Compiling block-padding v0.3.3 |
| 1431 | 2026-03-10T16:11:59.583Z | Compiling sha2 v0.10.9 |
| 1432 | 2026-03-10T16:11:59.646Z | Compiling inout v0.1.4 |
| 1433 | 2026-03-10T16:11:59.857Z | Compiling cipher v0.4.4 |
| 1434 | 2026-03-10T16:11:59.914Z | Compiling der_derive v0.7.3 |
| 1435 | 2026-03-10T16:12:00.031Z | Compiling tinystr v0.8.2 |
| 1436 | 2026-03-10T16:12:00.203Z | Compiling potential_utf v0.1.4 |
| 1437 | 2026-03-10T16:12:00.305Z | Compiling icu_locale_core v2.1.1 |
| 1438 | 2026-03-10T16:12:00.438Z | Compiling icu_collections v2.1.1 |
| 1439 | 2026-03-10T16:12:00.574Z | Compiling futures-util v0.3.32 |
| 1440 | 2026-03-10T16:12:01.084Z | Compiling bytes v1.11.1 |
| 1441 | 2026-03-10T16:12:01.112Z | Compiling chrono v0.4.44 |
| 1442 | 2026-03-10T16:12:01.289Z | Compiling icu_provider v2.1.1 |
| 1443 | 2026-03-10T16:12:01.400Z | Compiling der v0.7.10 |
| 1444 | 2026-03-10T16:12:01.613Z | Compiling icu_properties v2.1.2 |
| 1445 | 2026-03-10T16:12:01.666Z | Compiling icu_normalizer v2.1.1 |
| 1446 | 2026-03-10T16:12:01.915Z | Compiling tokio v1.49.0 |
| 1447 | 2026-03-10T16:12:02.357Z | Compiling http v1.4.0 |
| 1448 | 2026-03-10T16:12:02.967Z | Compiling idna_adapter v1.2.1 |
| 1449 | 2026-03-10T16:12:03.030Z | Compiling spki v0.7.3 |
| 1450 | 2026-03-10T16:12:03.102Z | Compiling idna v1.1.0 |
| 1451 | 2026-03-10T16:12:03.129Z | Compiling salsa20 v0.10.2 |
| 1452 | 2026-03-10T16:12:03.286Z | Compiling pbkdf2 v0.12.2 |
| 1453 | 2026-03-10T16:12:03.305Z | Compiling thiserror-impl v2.0.18 |
| 1454 | 2026-03-10T16:12:03.429Z | Compiling ppv-lite86 v0.2.21 |
| 1455 | 2026-03-10T16:12:03.582Z | Compiling url v2.5.8 |
| 1456 | 2026-03-10T16:12:03.585Z | Compiling scrypt v0.11.0 |
| 1457 | 2026-03-10T16:12:03.626Z | Compiling cbc v0.1.2 |
| 1458 | 2026-03-10T16:12:03.806Z | Compiling aes v0.8.4 |
| 1459 | 2026-03-10T16:12:03.868Z | Compiling rand_chacha v0.9.0 |
| 1460 | 2026-03-10T16:12:03.915Z | Compiling rustls-pki-types v1.14.0 |
| 1461 | 2026-03-10T16:12:03.969Z | Compiling tracing-attributes v0.1.31 |
| 1462 | 2026-03-10T16:12:04.504Z | Compiling pkcs5 v0.7.1 |
| 1463 | 2026-03-10T16:12:04.629Z | Compiling rand v0.9.2 |
| 1464 | 2026-03-10T16:12:04.766Z | Compiling http-body v1.0.1 |
| 1465 | 2026-03-10T16:12:05.015Z | Compiling base64 v0.22.1 |
| 1466 | 2026-03-10T16:12:05.104Z | Compiling thiserror v2.0.18 |
| 1467 | 2026-03-10T16:12:05.130Z | Compiling httparse v1.10.1 |
| 1468 | 2026-03-10T16:12:05.194Z | Compiling syn v1.0.109 |
| 1469 | 2026-03-10T16:12:05.230Z | Compiling untrusted v0.9.0 |
| 1470 | 2026-03-10T16:12:05.413Z | Compiling schemars v0.8.22 |
| 1471 | 2026-03-10T16:12:05.454Z | Compiling openssl-probe v0.2.1 |
| 1472 | 2026-03-10T16:12:05.611Z | Compiling untrusted v0.7.1 |
| 1473 | 2026-03-10T16:12:05.730Z | Compiling pkcs8 v0.10.2 |
| 1474 | 2026-03-10T16:12:05.747Z | Compiling schemars_derive v0.8.22 |
| 1475 | 2026-03-10T16:12:05.765Z | Compiling pest_derive v2.8.6 |
| 1476 | 2026-03-10T16:12:05.768Z | Compiling scroll_derive v0.13.1 |
| 1477 | 2026-03-10T16:12:05.801Z | Compiling tracing v0.1.44 |
| 1478 | 2026-03-10T16:12:06.136Z | Compiling darling_core v0.20.11 |
| 1479 | 2026-03-10T16:12:06.336Z | Compiling rustls v0.23.37 |
| 1480 | 2026-03-10T16:12:06.569Z | Compiling tinyvec_macros v0.1.1 |
| 1481 | 2026-03-10T16:12:06.654Z | Compiling tower-layer v0.3.3 |
| 1482 | 2026-03-10T16:12:06.771Z | Compiling try-lock v0.2.5 |
| 1483 | 2026-03-10T16:12:06.854Z | Compiling tower-service v0.3.3 |
| 1484 | 2026-03-10T16:12:06.873Z | Compiling tokio-util v0.7.18 |
| 1485 | 2026-03-10T16:12:06.899Z | Compiling dyn-clone v1.0.20 |
| 1486 | 2026-03-10T16:12:06.969Z | Compiling atomic-waker v1.1.2 |
| 1487 | 2026-03-10T16:12:07.069Z | Compiling scroll v0.13.0 |
| 1488 | 2026-03-10T16:12:07.118Z | Compiling want v0.3.1 |
| 1489 | 2026-03-10T16:12:07.319Z | Compiling tinyvec v1.10.0 |
| 1490 | 2026-03-10T16:12:07.785Z | Compiling h2 v0.4.13 |
| 1491 | 2026-03-10T16:12:08.246Z | Compiling ipnet v2.11.0 |
| 1492 | 2026-03-10T16:12:08.500Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1493 | 2026-03-10T16:12:08.915Z | Compiling spin v0.9.8 |
| 1494 | 2026-03-10T16:12:09.015Z | Compiling aho-corasick v1.1.4 |
| 1495 | 2026-03-10T16:12:09.177Z | Compiling foreign-types-shared v0.1.1 |
| 1496 | 2026-03-10T16:12:09.236Z | Compiling openssl v0.10.75 |
| 1497 | 2026-03-10T16:12:09.284Z | Compiling time-core v0.1.8 |
| 1498 | 2026-03-10T16:12:09.403Z | Compiling darling_macro v0.20.11 |
| 1499 | 2026-03-10T16:12:09.477Z | Compiling powerfmt v0.2.0 |
| 1500 | 2026-03-10T16:12:09.545Z | Compiling pin-utils v0.1.0 |
| 1501 | 2026-03-10T16:12:09.636Z | Compiling num-conv v0.2.0 |
| 1502 | 2026-03-10T16:12:09.696Z | Compiling httpdate v1.0.3 |
| 1503 | 2026-03-10T16:12:09.731Z | Compiling crc32fast v1.5.0 |
| 1504 | 2026-03-10T16:12:09.832Z | Compiling time-macros v0.2.27 |
| 1505 | 2026-03-10T16:12:09.971Z | Compiling deranged v0.5.8 |
| 1506 | 2026-03-10T16:12:10.025Z | Compiling darling v0.20.11 |
| 1507 | 2026-03-10T16:12:10.122Z | Compiling regex-automata v0.4.14 |
| 1508 | 2026-03-10T16:12:10.145Z | Compiling tempfile v3.25.0 |
| 1509 | 2026-03-10T16:12:10.704Z | Compiling foreign-types v0.3.2 |
| 1510 | 2026-03-10T16:12:11.323Z | Compiling goblin v0.10.5 |
| 1511 | 2026-03-10T16:12:11.456Z | Compiling thiserror-impl v1.0.69 |
| 1512 | 2026-03-10T16:12:12.215Z | Compiling hyper v1.8.1 |
| 1513 | 2026-03-10T16:12:13.073Z | Compiling openssl-macros v0.1.1 |
| 1514 | 2026-03-10T16:12:13.148Z | Compiling wait-timeout v0.2.1 |
| 1515 | 2026-03-10T16:12:13.183Z | Compiling quick-error v1.2.3 |
| 1516 | 2026-03-10T16:12:13.310Z | Compiling either v1.15.0 |
| 1517 | 2026-03-10T16:12:13.468Z | Compiling simd-adler32 v0.3.8 |
| 1518 | 2026-03-10T16:12:13.568Z | Compiling native-tls v0.2.18 |
| 1519 | 2026-03-10T16:12:13.587Z | Compiling usdt-impl v0.6.0 |
| 1520 | 2026-03-10T16:12:13.793Z | Compiling siphasher v1.0.2 |
| 1521 | 2026-03-10T16:12:13.861Z | Compiling bit-vec v0.8.0 |
| 1522 | 2026-03-10T16:12:13.861Z | Compiling num_threads v0.1.7 |
| 1523 | 2026-03-10T16:12:13.975Z | Compiling time v0.3.47 |
| 1524 | 2026-03-10T16:12:14.084Z | Compiling bit-set v0.8.0 |
| 1525 | 2026-03-10T16:12:14.291Z | Compiling hyper-util v0.1.20 |
| 1526 | 2026-03-10T16:12:14.310Z | Compiling rusty-fork v0.3.1 |
| 1527 | 2026-03-10T16:12:14.715Z | Compiling thiserror v1.0.69 |
| 1528 | 2026-03-10T16:12:15.069Z | Compiling derive_builder_core v0.20.2 |
| 1529 | 2026-03-10T16:12:15.893Z | Compiling dof v0.4.0 |
| 1530 | 2026-03-10T16:12:16.196Z | Compiling unicode-normalization v0.1.25 |
| 1531 | 2026-03-10T16:12:16.270Z | Compiling crossbeam-epoch v0.9.18 |
| 1532 | 2026-03-10T16:12:16.611Z | Compiling dtrace-parser v0.3.0 |
| 1533 | 2026-03-10T16:12:16.691Z | Compiling rustls-native-certs v0.8.3 |
| 1534 | 2026-03-10T16:12:16.803Z | Compiling signature v2.2.0 |
| 1535 | 2026-03-10T16:12:17.017Z | Compiling scroll_derive v0.12.1 |
| 1536 | 2026-03-10T16:12:17.062Z | Compiling heapless v0.7.17 |
| 1537 | 2026-03-10T16:12:17.381Z | Compiling rand_xorshift v0.4.0 |
| 1538 | 2026-03-10T16:12:17.486Z | Compiling slog v2.8.2 |
| 1539 | 2026-03-10T16:12:17.578Z | Compiling darling_core v0.21.3 |
| 1540 | 2026-03-10T16:12:17.621Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1541 | 2026-03-10T16:12:17.641Z | Compiling sync_wrapper v1.0.2 |
| 1542 | 2026-03-10T16:12:17.730Z | Compiling thread-id v5.1.0 |
| 1543 | 2026-03-10T16:12:17.765Z | Compiling cookie v0.18.1 |
| 1544 | 2026-03-10T16:12:17.833Z | Compiling paste v1.0.15 |
| 1545 | 2026-03-10T16:12:17.894Z | Compiling zstd-safe v7.2.4 |
| 1546 | 2026-03-10T16:12:17.988Z | Compiling anyhow v1.0.102 |
| 1547 | 2026-03-10T16:12:18.010Z | Compiling unarray v0.1.4 |
| 1548 | 2026-03-10T16:12:18.143Z | Compiling unicode-bidi v0.3.18 |
| 1549 | 2026-03-10T16:12:18.160Z | Compiling signal-hook v0.3.18 |
| 1550 | 2026-03-10T16:12:18.189Z | Compiling unicode-segmentation v1.12.0 |
| 1551 | 2026-03-10T16:12:18.319Z | Compiling unicode-properties v0.1.4 |
| 1552 | 2026-03-10T16:12:18.392Z | Compiling rayon-core v1.13.0 |
| 1553 | 2026-03-10T16:12:18.392Z | Compiling adler2 v2.0.1 |
| 1554 | 2026-03-10T16:12:18.550Z | Compiling stringprep v0.1.5 |
| 1555 | 2026-03-10T16:12:18.578Z | Compiling miniz_oxide v0.8.9 |
| 1556 | 2026-03-10T16:12:18.775Z | Compiling proptest v1.10.0 |
| 1557 | 2026-03-10T16:12:18.963Z | Compiling scroll v0.12.0 |
| 1558 | 2026-03-10T16:12:19.152Z | Compiling tower v0.5.3 |
| 1559 | 2026-03-10T16:12:19.399Z | Compiling crossbeam-deque v0.8.6 |
| 1560 | 2026-03-10T16:12:19.630Z | Compiling derive_builder_macro v0.20.2 |
| 1561 | 2026-03-10T16:12:19.670Z | Compiling ipnetwork v0.21.1 |
| 1562 | 2026-03-10T16:12:19.763Z | Compiling http-body-util v0.1.3 |
| 1563 | 2026-03-10T16:12:19.785Z | Compiling webpki-roots v1.0.6 |
| 1564 | 2026-03-10T16:12:19.832Z | Compiling rand_chacha v0.3.1 |
| 1565 | 2026-03-10T16:12:19.932Z | Compiling serde_spanned v0.6.9 |
| 1566 | 2026-03-10T16:12:20.090Z | Compiling toml_datetime v0.6.11 |
| 1567 | 2026-03-10T16:12:20.230Z | Compiling serde_tokenstream v0.2.3 |
| 1568 | 2026-03-10T16:12:20.242Z | Compiling erased-serde v0.3.31 |
| 1569 | 2026-03-10T16:12:20.242Z | Compiling md-5 v0.10.6 |
| 1570 | 2026-03-10T16:12:20.440Z | Compiling zerocopy-derive v0.7.35 |
| 1571 | 2026-03-10T16:12:20.485Z | Compiling curve25519-dalek v4.1.3 |
| 1572 | 2026-03-10T16:12:20.577Z | Compiling vergen-lib v0.1.6 |
| 1573 | 2026-03-10T16:12:20.827Z | Compiling num-integer v0.1.46 |
| 1574 | 2026-03-10T16:12:20.920Z | Compiling hash32 v0.2.1 |
| 1575 | 2026-03-10T16:12:20.945Z | Compiling ff v0.13.1 |
| 1576 | 2026-03-10T16:12:20.981Z | Compiling iri-string v0.7.10 |
| 1577 | 2026-03-10T16:12:21.115Z | Compiling ryu v1.0.23 |
| 1578 | 2026-03-10T16:12:21.134Z | Compiling darling_macro v0.21.3 |
| 1579 | 2026-03-10T16:12:21.165Z | Compiling psl-types v2.0.11 |
| 1580 | 2026-03-10T16:12:21.265Z | Compiling litrs v1.0.0 |
| 1581 | 2026-03-10T16:12:21.326Z | Compiling zlib-rs v0.6.2 |
| 1582 | 2026-03-10T16:12:21.345Z | Compiling num-bigint-dig v0.8.6 |
| 1583 | 2026-03-10T16:12:21.599Z | Compiling fallible-iterator v0.2.0 |
| 1584 | 2026-03-10T16:12:21.640Z | Compiling smoltcp v0.9.1 |
| 1585 | 2026-03-10T16:12:21.765Z | Compiling ref-cast v1.0.25 |
| 1586 | 2026-03-10T16:12:21.939Z | Compiling rustix v0.38.44 |
| 1587 | 2026-03-10T16:12:22.002Z | Compiling base16ct v0.2.0 |
| 1588 | 2026-03-10T16:12:22.105Z | Compiling newtype-uuid v1.3.2 |
| 1589 | 2026-03-10T16:12:22.220Z | Compiling sec1 v0.7.3 |
| 1590 | 2026-03-10T16:12:22.223Z | Compiling postgres-protocol v0.6.10 |
| 1591 | 2026-03-10T16:12:22.512Z | Compiling document-features v0.2.12 |
| 1592 | 2026-03-10T16:12:22.531Z | Compiling darling v0.21.3 |
| 1593 | 2026-03-10T16:12:22.575Z | Compiling tower-http v0.6.8 |
| 1594 | 2026-03-10T16:12:22.629Z | Compiling zerocopy v0.7.35 |
| 1595 | 2026-03-10T16:12:22.988Z | Compiling publicsuffix v2.3.0 |
| 1596 | 2026-03-10T16:12:23.088Z | Compiling serde_urlencoded v0.7.1 |
| 1597 | 2026-03-10T16:12:23.106Z | Compiling num-iter v0.1.45 |
| 1598 | 2026-03-10T16:12:23.247Z | Compiling group v0.13.0 |
| 1599 | 2026-03-10T16:12:23.420Z | Compiling derive_builder v0.20.2 |
| 1600 | 2026-03-10T16:12:23.440Z | Compiling rand v0.8.5 |
| 1601 | 2026-03-10T16:12:23.468Z | Compiling oxnet v0.1.4 |
| 1602 | 2026-03-10T16:12:23.562Z | Compiling proc-macro-error v1.0.4 |
| 1603 | 2026-03-10T16:12:23.885Z | Compiling tokio-native-tls v0.3.1 |
| 1604 | 2026-03-10T16:12:23.933Z | Compiling goblin v0.8.2 |
| 1605 | 2026-03-10T16:12:24.779Z | Compiling heck v0.4.1 |
| 1606 | 2026-03-10T16:12:24.925Z | Compiling phf_shared v0.13.1 |
| 1607 | 2026-03-10T16:12:24.929Z | Compiling regex v1.12.3 |
| 1608 | 2026-03-10T16:12:25.059Z | Compiling hubpack_derive v0.1.1 |
| 1609 | 2026-03-10T16:12:25.246Z | Compiling lazy_static v1.5.0 |
| 1610 | 2026-03-10T16:12:25.263Z | Compiling cargo-platform v0.1.9 |
| 1611 | 2026-03-10T16:12:25.402Z | Compiling flate2 v1.1.9 |
| 1612 | 2026-03-10T16:12:25.572Z | Compiling hkdf v0.12.4 |
| 1613 | 2026-03-10T16:12:25.640Z | Compiling crypto-bigint v0.5.5 |
| 1614 | 2026-03-10T16:12:25.671Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1615 | 2026-03-10T16:12:25.778Z | Compiling daft-derive v0.1.5 |
| 1616 | 2026-03-10T16:12:25.852Z | Compiling ref-cast-impl v1.0.25 |
| 1617 | 2026-03-10T16:12:25.975Z | Compiling async-trait v0.1.89 |
| 1618 | 2026-03-10T16:12:26.543Z | Compiling strum_macros v0.27.2 |
| 1619 | 2026-03-10T16:12:26.579Z | Compiling terminal_size v0.4.3 |
| 1620 | 2026-03-10T16:12:26.742Z | Compiling vergen v9.0.6 |
| 1621 | 2026-03-10T16:12:26.759Z | Compiling fs-err v3.3.0 |
| 1622 | 2026-03-10T16:12:26.987Z | Compiling ahash v0.8.12 |
| 1623 | 2026-03-10T16:12:27.013Z | Compiling winnow v0.5.40 |
| 1624 | 2026-03-10T16:12:27.259Z | Compiling object v0.37.3 |
| 1625 | 2026-03-10T16:12:27.442Z | Compiling bumpalo v3.20.2 |
| 1626 | 2026-03-10T16:12:27.623Z | Compiling bitflags v1.3.2 |
| 1627 | 2026-03-10T16:12:27.719Z | Compiling foldhash v0.1.5 |
| 1628 | 2026-03-10T16:12:27.762Z | Compiling managed v0.8.0 |
| 1629 | 2026-03-10T16:12:27.932Z | Compiling libbz2-rs-sys v0.2.2 |
| 1630 | 2026-03-10T16:12:28.836Z | Compiling toml_edit v0.19.15 |
| 1631 | 2026-03-10T16:12:28.854Z | Compiling bzip2 v0.6.1 |
| 1632 | 2026-03-10T16:12:28.914Z | Compiling hashbrown v0.15.5 |
| 1633 | 2026-03-10T16:12:28.991Z | Compiling console v0.16.2 |
| 1634 | 2026-03-10T16:12:29.112Z | Compiling clap_builder v4.5.60 |
| 1635 | 2026-03-10T16:12:29.140Z | Compiling zopfli v0.8.3 |
| 1636 | 2026-03-10T16:12:29.240Z | Compiling strum v0.27.2 |
| 1637 | 2026-03-10T16:12:29.452Z | Compiling elliptic-curve v0.13.8 |
| 1638 | 2026-03-10T16:12:29.704Z | Compiling dof v0.3.0 |
| 1639 | 2026-03-10T16:12:29.877Z | Compiling daft v0.1.5 |
| 1640 | 2026-03-10T16:12:30.114Z | Compiling hubpack v0.1.2 |
| 1641 | 2026-03-10T16:12:30.237Z | Compiling cargo_metadata v0.19.2 |
| 1642 | 2026-03-10T16:12:30.796Z | Compiling phf v0.13.1 |
| 1643 | 2026-03-10T16:12:31.011Z | Compiling zone_cfg_derive v0.3.1 |
| 1644 | 2026-03-10T16:12:31.859Z | Compiling signal-hook-mio v0.2.5 |
| 1645 | 2026-03-10T16:12:32.006Z | Compiling cookie_store v0.22.1 |
| 1646 | 2026-03-10T16:12:32.152Z | Compiling rayon v1.11.0 |
| 1647 | 2026-03-10T16:12:32.911Z | Compiling zstd v0.13.3 |
| 1648 | 2026-03-10T16:12:33.093Z | Compiling hyper-tls v0.6.0 |
| 1649 | 2026-03-10T16:12:33.254Z | Compiling bzip2 v0.4.4 |
| 1650 | 2026-03-10T16:12:33.372Z | Compiling postgres-types v0.2.12 |
| 1651 | 2026-03-10T16:12:33.474Z | Compiling serde_with_macros v3.17.0 |
| 1652 | 2026-03-10T16:12:33.666Z | Compiling usdt-attr-macro v0.6.0 |
| 1653 | 2026-03-10T16:12:34.133Z | Compiling usdt-macro v0.6.0 |
| 1654 | 2026-03-10T16:12:34.210Z | Compiling ed25519 v2.2.3 |
| 1655 | 2026-03-10T16:12:34.572Z | Compiling dtrace-parser v0.2.0 |
| 1656 | 2026-03-10T16:12:34.760Z | Compiling phf_shared v0.11.3 |
| 1657 | 2026-03-10T16:12:35.008Z | Compiling itertools v0.12.1 |
| 1658 | 2026-03-10T16:12:35.011Z | Compiling bstr v1.12.1 |
| 1659 | 2026-03-10T16:12:35.098Z | Compiling pkcs1 v0.7.5 |
| 1660 | 2026-03-10T16:12:35.118Z | Compiling hex v0.4.3 |
| 1661 | 2026-03-10T16:12:35.454Z | Compiling serde-big-array v0.5.1 |
| 1662 | 2026-03-10T16:12:35.508Z | Compiling rfc6979 v0.4.0 |
| 1663 | 2026-03-10T16:12:35.636Z | Compiling enum-as-inner v0.6.1 |
| 1664 | 2026-03-10T16:12:35.655Z | Compiling strum_macros v0.26.4 |
| 1665 | 2026-03-10T16:12:35.674Z | Compiling clap_derive v4.5.55 |
| 1666 | 2026-03-10T16:12:35.694Z | Compiling serde_repr v0.1.20 |
| 1667 | 2026-03-10T16:12:35.939Z | Compiling float-cmp v0.10.0 |
| 1668 | 2026-03-10T16:12:36.124Z | Compiling thread-id v4.2.2 |
| 1669 | 2026-03-10T16:12:36.232Z | Compiling memmap2 v0.9.10 |
| 1670 | 2026-03-10T16:12:36.318Z | Compiling env_filter v1.0.0 |
| 1671 | 2026-03-10T16:12:36.415Z | Compiling encoding_rs v0.8.35 |
| 1672 | 2026-03-10T16:12:36.507Z | Compiling predicates-core v1.0.10 |
| 1673 | 2026-03-10T16:12:36.721Z | Compiling keccak v0.1.6 |
| 1674 | 2026-03-10T16:12:36.739Z | Compiling whoami v2.1.0 |
| 1675 | 2026-03-10T16:12:36.758Z | Compiling difflib v0.4.0 |
| 1676 | 2026-03-10T16:12:37.230Z | Compiling static_assertions v1.1.0 |
| 1677 | 2026-03-10T16:12:37.322Z | Compiling data-encoding v2.10.0 |
| 1678 | 2026-03-10T16:12:37.505Z | Compiling fixedbitset v0.4.2 |
| 1679 | 2026-03-10T16:12:37.793Z | Compiling jiff v0.2.21 |
| 1680 | 2026-03-10T16:12:37.843Z | Compiling precomputed-hash v0.1.1 |
| 1681 | 2026-03-10T16:12:37.872Z | Compiling mime v0.3.17 |
| 1682 | 2026-03-10T16:12:37.955Z | Compiling normalize-line-endings v0.3.0 |
| 1683 | 2026-03-10T16:12:38.072Z | Compiling fixedbitset v0.5.7 |
| 1684 | 2026-03-10T16:12:38.075Z | Compiling rustc-hash v2.1.1 |
| 1685 | 2026-03-10T16:12:38.120Z | Compiling new_debug_unreachable v1.0.6 |
| 1686 | 2026-03-10T16:12:38.207Z | Compiling unit-prefix v0.5.2 |
| 1687 | 2026-03-10T16:12:38.225Z | Compiling toml_edit v0.22.27 |
| 1688 | 2026-03-10T16:12:38.228Z | Compiling iddqd v0.3.17 |
| 1689 | 2026-03-10T16:12:38.283Z | Compiling string_cache v0.8.9 |
| 1690 | 2026-03-10T16:12:38.380Z | Compiling petgraph v0.8.3 |
| 1691 | 2026-03-10T16:12:38.462Z | Compiling indicatif v0.18.4 |
| 1692 | 2026-03-10T16:12:38.494Z | Compiling clap v4.5.60 |
| 1693 | 2026-03-10T16:12:38.571Z | Compiling strum v0.26.3 |
| 1694 | 2026-03-10T16:12:38.594Z | Compiling predicates v3.1.4 |
| 1695 | 2026-03-10T16:12:38.723Z | Compiling hickory-proto v0.25.2 |
| 1696 | 2026-03-10T16:12:39.459Z | Compiling petgraph v0.6.5 |
| 1697 | 2026-03-10T16:12:39.593Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1698 | 2026-03-10T16:12:39.757Z | Compiling tokio-postgres v0.7.16 |
| 1699 | 2026-03-10T16:12:41.070Z | Compiling sha3 v0.10.8 |
| 1700 | 2026-03-10T16:12:41.511Z | Compiling zip v4.6.1 |
| 1701 | 2026-03-10T16:12:41.676Z | Compiling zone v0.3.1 |
| 1702 | 2026-03-10T16:12:42.062Z | Compiling env_logger v0.11.9 |
| 1703 | 2026-03-10T16:12:42.512Z | Compiling usdt v0.6.0 |
| 1704 | 2026-03-10T16:12:42.581Z | Compiling usdt-impl v0.5.0 |
| 1705 | 2026-03-10T16:12:42.736Z | Compiling ecdsa v0.16.9 |
| 1706 | 2026-03-10T16:12:42.781Z | Compiling similar v2.7.0 |
| 1707 | 2026-03-10T16:12:42.842Z | Compiling serde_with v3.17.0 |
| 1708 | 2026-03-10T16:12:43.245Z | Compiling rsa v0.9.10 |
| 1709 | 2026-03-10T16:12:43.335Z | Compiling crossterm v0.28.1 |
| 1710 | 2026-03-10T16:12:43.352Z | Compiling ed25519-dalek v2.2.0 |
| 1711 | 2026-03-10T16:12:43.709Z | Compiling zip v0.6.6 |
| 1712 | 2026-03-10T16:12:44.241Z | Compiling toml v0.7.8 |
| 1713 | 2026-03-10T16:12:45.005Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1714 | 2026-03-10T16:12:45.085Z | Compiling itertools v0.13.0 |
| 1715 | 2026-03-10T16:12:45.130Z | Compiling tokio-stream v0.1.18 |
| 1716 | 2026-03-10T16:12:45.191Z | Compiling buf-list v1.1.2 |
| 1717 | 2026-03-10T16:12:45.210Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1718 | 2026-03-10T16:12:45.603Z | Compiling x509-cert v0.2.5 |
| 1719 | 2026-03-10T16:12:45.670Z | Compiling openapiv3 v2.2.0 |
| 1720 | 2026-03-10T16:12:45.754Z | Compiling sha1 v0.10.6 |
| 1721 | 2026-03-10T16:12:45.920Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1722 | 2026-03-10T16:12:46.042Z | Compiling lalrpop-util v0.19.12 |
| 1723 | 2026-03-10T16:12:46.286Z | Compiling peg-runtime v0.8.5 |
| 1724 | 2026-03-10T16:12:46.305Z | Compiling thread_local v1.1.9 |
| 1725 | 2026-03-10T16:12:46.653Z | Compiling slog-async v2.8.0 |
| 1726 | 2026-03-10T16:12:46.659Z | Compiling crossbeam-channel v0.5.15 |
| 1727 | 2026-03-10T16:12:46.809Z | Compiling futures-executor v0.3.32 |
| 1728 | 2026-03-10T16:12:47.022Z | Compiling is-terminal v0.4.17 |
| 1729 | 2026-03-10T16:12:47.134Z | Compiling filetime v0.2.27 |
| 1730 | 2026-03-10T16:12:47.152Z | Compiling take_mut v0.2.2 |
| 1731 | 2026-03-10T16:12:47.244Z | Compiling xattr v1.6.1 |
| 1732 | 2026-03-10T16:12:47.290Z | Compiling term v1.2.1 |
| 1733 | 2026-03-10T16:12:47.454Z | Compiling tar v0.4.44 |
| 1734 | 2026-03-10T16:12:47.643Z | Compiling slog-term v2.9.2 |
| 1735 | 2026-03-10T16:12:47.833Z | Compiling futures v0.3.32 |
| 1736 | 2026-03-10T16:12:54.730Z | Compiling rustls-webpki v0.103.9 |
| 1737 | 2026-03-10T16:12:58.742Z | Compiling tokio-rustls v0.26.4 |
| 1738 | 2026-03-10T16:12:58.745Z | Compiling rustls-platform-verifier v0.6.2 |
| 1739 | 2026-03-10T16:12:58.994Z | Compiling hyper-rustls v0.27.7 |
| 1740 | 2026-03-10T16:12:59.250Z | Compiling reqwest v0.12.28 |
| 1741 | 2026-03-10T16:12:59.275Z | Compiling reqwest v0.13.2 |
| 1742 | 2026-03-10T16:13:02.162Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1743 | 2026-03-10T16:13:02.462Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1744 | 2026-03-10T16:13:06.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
| 1745 | 2026-03-10T16:13:06.464Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1746 | 2026-03-10T16:13:06.526Z | Mar 10 16:13:05.348 INFO Starting download, target: Cockroach |
| 1747 | 2026-03-10T16:13:06.526Z | Mar 10 16:13:05.348 INFO Starting download, target: Clickhouse |
| 1748 | 2026-03-10T16:13:06.526Z | Mar 10 16:13:05.348 INFO Starting download, target: Console |
| 1749 | 2026-03-10T16:13:06.526Z | Mar 10 16:13:05.348 INFO Starting download, target: TransceiverControl |
| 1750 | 2026-03-10T16:13:06.529Z | Mar 10 16:13:05.348 INFO Starting download, target: MaghemiteMgd |
| 1751 | 2026-03-10T16:13:06.529Z | Mar 10 16:13:05.348 INFO Starting download, target: DendriteStub |
| 1752 | 2026-03-10T16:13:06.529Z | Mar 10 16:13:05.348 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1753 | 2026-03-10T16:13:06.529Z | Mar 10 16:13:05.348 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1754 | 2026-03-10T16:13:06.529Z | Mar 10 16:13:05.348 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1755 | 2026-03-10T16:13:06.529Z | Mar 10 16:13:05.348 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1756 | 2026-03-10T16:13:06.529Z | Mar 10 16:13:05.348 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1757 | 2026-03-10T16:13:06.529Z | Mar 10 16:13:05.348 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1758 | 2026-03-10T16:13:07.028Z | Mar 10 16:13:05.845 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1759 | 2026-03-10T16:13:07.360Z | Mar 10 16:13:06.176 INFO Download complete, target: TransceiverControl |
| 1760 | 2026-03-10T16:13:07.523Z | Mar 10 16:13:06.336 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1761 | 2026-03-10T16:13:07.883Z | Mar 10 16:13:06.703 INFO Download complete, target: Console |
| 1762 | 2026-03-10T16:13:08.056Z | Mar 10 16:13:06.877 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1763 | 2026-03-10T16:13:08.142Z | Mar 10 16:13:06.962 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1764 | 2026-03-10T16:13:08.744Z | Mar 10 16:13:07.566 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1765 | 2026-03-10T16:13:08.977Z | Mar 10 16:13:07.799 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1766 | 2026-03-10T16:13:08.977Z | Mar 10 16:13:07.799 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1767 | 2026-03-10T16:13:11.450Z | Mar 10 16:13:10.270 INFO Download complete, target: MaghemiteMgd |
| 1768 | 2026-03-10T16:13:11.748Z | Mar 10 16:13:10.560 INFO Download complete, target: DendriteStub |
| 1769 | 2026-03-10T16:13:16.560Z | Mar 10 16:13:15.383 INFO Checking that binary works, target: Cockroach |
| 1770 | 2026-03-10T16:13:16.675Z | Mar 10 16:13:15.498 INFO Download complete, target: Cockroach |
| 1771 | 2026-03-10T16:13:19.819Z | Mar 10 16:13:18.641 INFO Checking that binary works, target: Clickhouse |
| 1772 | 2026-03-10T16:13:20.046Z | Mar 10 16:13:18.869 INFO Download complete, target: Clickhouse |
| 1773 | 2026-03-10T16:13:20.063Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1774 | 2026-03-10T16:13:20.066Z | |
| 1775 | 2026-03-10T16:13:20.066Z | real 4:12.611755459 |
| 1776 | 2026-03-10T16:13:20.066Z | user 10:21.752617036 |
| 1777 | 2026-03-10T16:13:20.066Z | sys 1:47.527142628 |
| 1778 | 2026-03-10T16:13:20.066Z | trap 0.322159819 |
| 1779 | 2026-03-10T16:13:20.066Z | tflt 0.750698293 |
| 1780 | 2026-03-10T16:13:20.066Z | dflt 0.797036837 |
| 1781 | 2026-03-10T16:13:20.066Z | kflt 0.089073971 |
| 1782 | 2026-03-10T16:13:20.066Z | lock 21:50.074442731 |
| 1783 | 2026-03-10T16:13:20.066Z | slp 38:19.846266338 |
| 1784 | 2026-03-10T16:13:20.066Z | lat 55.914266235 |
| 1785 | 2026-03-10T16:13:20.066Z | stop 2:37.965189573 |
| 1786 | 2026-03-10T16:13:20.066Z | + banner hack-check |
| 1787 | 2026-03-10T16:13:20.066Z | |
| 1788 | 2026-03-10T16:13:20.066Z | # # ## #### # # #### # # ###### #### # # |
| 1789 | 2026-03-10T16:13:20.066Z | # # # # # # # # # # # # # # # # # |
| 1790 | 2026-03-10T16:13:20.066Z | ###### # # # #### ##### # ###### ##### # #### |
| 1791 | 2026-03-10T16:13:20.066Z | # # ###### # # # # # # # # # # |
| 1792 | 2026-03-10T16:13:20.066Z | # # # # # # # # # # # # # # # # # |
| 1793 | 2026-03-10T16:13:20.067Z | # # # # #### # # #### # # ###### #### # # |
| 1794 | 2026-03-10T16:13:20.067Z | |
| 1795 | 2026-03-10T16:13:20.067Z | + export CARGO_INCREMENTAL=0 |
| 1796 | 2026-03-10T16:13:20.067Z | + CARGO_INCREMENTAL=0 |
| 1797 | 2026-03-10T16:13:20.067Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1798 | 2026-03-10T16:13:20.791Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1799 | 2026-03-10T16:13:21.067Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1800 | 2026-03-10T16:13:23.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s |
| 1801 | 2026-03-10T16:13:23.713Z | Running `target/debug/xtask check-features --ci` |
| 1802 | 2026-03-10T16:13:23.739Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1803 | 2026-03-10T16:13:23.742Z | running: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1804 | 2026-03-10T16:13:24.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1805 | 2026-03-10T16:13:24.386Z | Running `target/debug/xtask download cargo-hack` |
| 1806 | 2026-03-10T16:13:25.354Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1807 | 2026-03-10T16:13:25.742Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1808 | 2026-03-10T16:13:29.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s |
| 1809 | 2026-03-10T16:13:29.246Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1810 | 2026-03-10T16:13:29.289Z | Mar 10 16:13:28.113 INFO Starting download, target: CargoHack |
| 1811 | 2026-03-10T16:13:29.292Z | Mar 10 16:13:28.113 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1812 | 2026-03-10T16:13:29.554Z | Mar 10 16:13:28.378 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1813 | 2026-03-10T16:13:29.631Z | Mar 10 16:13:28.455 INFO Download complete, target: CargoHack |
| 1814 | 2026-03-10T16:13:29.635Z | running: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1815 | 2026-03-10T16:13:29.652Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1816 | 2026-03-10T16:13:29.854Z | info: running `cargo check --bins` on api_identity (1/256) |
| 1817 | 2026-03-10T16:13:30.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1818 | 2026-03-10T16:13:30.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1819 | 2026-03-10T16:13:30.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1820 | 2026-03-10T16:13:30.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1821 | 2026-03-10T16:13:30.604Z | |
| 1822 | 2026-03-10T16:13:30.604Z | info: running `cargo check --bins` on bootstore (2/256) |
| 1823 | 2026-03-10T16:13:31.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1824 | 2026-03-10T16:13:31.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1825 | 2026-03-10T16:13:31.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1826 | 2026-03-10T16:13:31.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1827 | 2026-03-10T16:13:31.386Z | |
| 1828 | 2026-03-10T16:13:31.386Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/256) |
| 1829 | 2026-03-10T16:13:32.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1830 | 2026-03-10T16:13:32.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1831 | 2026-03-10T16:13:32.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1832 | 2026-03-10T16:13:32.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1833 | 2026-03-10T16:13:32.150Z | |
| 1834 | 2026-03-10T16:13:32.150Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/256) |
| 1835 | 2026-03-10T16:13:32.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1836 | 2026-03-10T16:13:32.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1837 | 2026-03-10T16:13:32.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1838 | 2026-03-10T16:13:32.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1839 | 2026-03-10T16:13:32.910Z | |
| 1840 | 2026-03-10T16:13:32.910Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/256) |
| 1841 | 2026-03-10T16:13:33.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1842 | 2026-03-10T16:13:33.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1843 | 2026-03-10T16:13:33.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1844 | 2026-03-10T16:13:33.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1845 | 2026-03-10T16:13:33.513Z | |
| 1846 | 2026-03-10T16:13:33.513Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/256) |
| 1847 | 2026-03-10T16:13:34.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1848 | 2026-03-10T16:13:34.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1849 | 2026-03-10T16:13:34.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1850 | 2026-03-10T16:13:34.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1851 | 2026-03-10T16:13:34.115Z | |
| 1852 | 2026-03-10T16:13:34.115Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/256) |
| 1853 | 2026-03-10T16:13:34.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1854 | 2026-03-10T16:13:34.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1855 | 2026-03-10T16:13:34.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1856 | 2026-03-10T16:13:34.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1857 | 2026-03-10T16:13:34.708Z | |
| 1858 | 2026-03-10T16:13:34.708Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/256) |
| 1859 | 2026-03-10T16:13:35.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1860 | 2026-03-10T16:13:35.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1861 | 2026-03-10T16:13:35.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1862 | 2026-03-10T16:13:35.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1863 | 2026-03-10T16:13:35.304Z | |
| 1864 | 2026-03-10T16:13:35.304Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/256) |
| 1865 | 2026-03-10T16:13:35.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1866 | 2026-03-10T16:13:35.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1867 | 2026-03-10T16:13:35.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1868 | 2026-03-10T16:13:35.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1869 | 2026-03-10T16:13:35.899Z | |
| 1870 | 2026-03-10T16:13:35.899Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/256) |
| 1871 | 2026-03-10T16:13:36.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1872 | 2026-03-10T16:13:36.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1873 | 2026-03-10T16:13:36.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1874 | 2026-03-10T16:13:36.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1875 | 2026-03-10T16:13:36.496Z | |
| 1876 | 2026-03-10T16:13:36.496Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/256) |
| 1877 | 2026-03-10T16:13:37.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1878 | 2026-03-10T16:13:37.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1879 | 2026-03-10T16:13:37.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1880 | 2026-03-10T16:13:37.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1881 | 2026-03-10T16:13:37.096Z | |
| 1882 | 2026-03-10T16:13:37.096Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/256) |
| 1883 | 2026-03-10T16:13:37.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1884 | 2026-03-10T16:13:37.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1885 | 2026-03-10T16:13:37.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1886 | 2026-03-10T16:13:37.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1887 | 2026-03-10T16:13:37.697Z | |
| 1888 | 2026-03-10T16:13:37.697Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/256) |
| 1889 | 2026-03-10T16:13:38.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1890 | 2026-03-10T16:13:38.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1891 | 2026-03-10T16:13:38.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1892 | 2026-03-10T16:13:38.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1893 | 2026-03-10T16:13:38.294Z | |
| 1894 | 2026-03-10T16:13:38.294Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/256) |
| 1895 | 2026-03-10T16:13:38.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1896 | 2026-03-10T16:13:38.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1897 | 2026-03-10T16:13:38.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1898 | 2026-03-10T16:13:38.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1899 | 2026-03-10T16:13:38.890Z | |
| 1900 | 2026-03-10T16:13:38.890Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/256) |
| 1901 | 2026-03-10T16:13:39.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1902 | 2026-03-10T16:13:39.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1903 | 2026-03-10T16:13:39.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1904 | 2026-03-10T16:13:39.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1905 | 2026-03-10T16:13:39.483Z | |
| 1906 | 2026-03-10T16:13:39.483Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/256) |
| 1907 | 2026-03-10T16:13:40.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1908 | 2026-03-10T16:13:40.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1909 | 2026-03-10T16:13:40.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1910 | 2026-03-10T16:13:40.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1911 | 2026-03-10T16:13:40.082Z | |
| 1912 | 2026-03-10T16:13:40.082Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/256) |
| 1913 | 2026-03-10T16:13:40.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1914 | 2026-03-10T16:13:40.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1915 | 2026-03-10T16:13:40.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1916 | 2026-03-10T16:13:40.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1917 | 2026-03-10T16:13:40.684Z | |
| 1918 | 2026-03-10T16:13:40.684Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/256) |
| 1919 | 2026-03-10T16:13:41.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1920 | 2026-03-10T16:13:41.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1921 | 2026-03-10T16:13:41.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1922 | 2026-03-10T16:13:41.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1923 | 2026-03-10T16:13:41.285Z | |
| 1924 | 2026-03-10T16:13:41.285Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/256) |
| 1925 | 2026-03-10T16:13:41.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1926 | 2026-03-10T16:13:41.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1927 | 2026-03-10T16:13:41.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1928 | 2026-03-10T16:13:41.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1929 | 2026-03-10T16:13:41.884Z | |
| 1930 | 2026-03-10T16:13:41.884Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/256) |
| 1931 | 2026-03-10T16:13:42.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1932 | 2026-03-10T16:13:42.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1933 | 2026-03-10T16:13:42.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1934 | 2026-03-10T16:13:42.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1935 | 2026-03-10T16:13:42.488Z | |
| 1936 | 2026-03-10T16:13:42.488Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/256) |
| 1937 | 2026-03-10T16:13:43.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1938 | 2026-03-10T16:13:43.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1939 | 2026-03-10T16:13:43.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1940 | 2026-03-10T16:13:43.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1941 | 2026-03-10T16:13:43.087Z | |
| 1942 | 2026-03-10T16:13:43.088Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/256) |
| 1943 | 2026-03-10T16:13:43.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1944 | 2026-03-10T16:13:43.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1945 | 2026-03-10T16:13:43.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1946 | 2026-03-10T16:13:43.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1947 | 2026-03-10T16:13:43.690Z | |
| 1948 | 2026-03-10T16:13:43.690Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/256) |
| 1949 | 2026-03-10T16:13:44.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1950 | 2026-03-10T16:13:44.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1951 | 2026-03-10T16:13:44.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1952 | 2026-03-10T16:13:44.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1953 | 2026-03-10T16:13:44.291Z | |
| 1954 | 2026-03-10T16:13:44.291Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/256) |
| 1955 | 2026-03-10T16:13:44.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1956 | 2026-03-10T16:13:44.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1957 | 2026-03-10T16:13:44.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1958 | 2026-03-10T16:13:44.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1959 | 2026-03-10T16:13:44.890Z | |
| 1960 | 2026-03-10T16:13:44.890Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/256) |
| 1961 | 2026-03-10T16:13:45.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1962 | 2026-03-10T16:13:45.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1963 | 2026-03-10T16:13:45.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1964 | 2026-03-10T16:13:45.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1965 | 2026-03-10T16:13:45.491Z | |
| 1966 | 2026-03-10T16:13:45.491Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/256) |
| 1967 | 2026-03-10T16:13:46.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1968 | 2026-03-10T16:13:46.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1969 | 2026-03-10T16:13:46.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1970 | 2026-03-10T16:13:46.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1971 | 2026-03-10T16:13:46.092Z | |
| 1972 | 2026-03-10T16:13:46.092Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/256) |
| 1973 | 2026-03-10T16:13:46.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1974 | 2026-03-10T16:13:46.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1975 | 2026-03-10T16:13:46.627Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1976 | 2026-03-10T16:13:46.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1977 | 2026-03-10T16:13:46.693Z | |
| 1978 | 2026-03-10T16:13:46.693Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/256) |
| 1979 | 2026-03-10T16:13:47.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1980 | 2026-03-10T16:13:47.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1981 | 2026-03-10T16:13:47.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1982 | 2026-03-10T16:13:47.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1983 | 2026-03-10T16:13:47.291Z | |
| 1984 | 2026-03-10T16:13:47.291Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/256) |
| 1985 | 2026-03-10T16:13:47.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1986 | 2026-03-10T16:13:47.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1987 | 2026-03-10T16:13:47.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1988 | 2026-03-10T16:13:47.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1989 | 2026-03-10T16:13:47.888Z | |
| 1990 | 2026-03-10T16:13:47.888Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/256) |
| 1991 | 2026-03-10T16:13:48.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1992 | 2026-03-10T16:13:48.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1993 | 2026-03-10T16:13:48.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1994 | 2026-03-10T16:13:48.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1995 | 2026-03-10T16:13:48.486Z | |
| 1996 | 2026-03-10T16:13:48.487Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/256) |
| 1997 | 2026-03-10T16:13:49.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1998 | 2026-03-10T16:13:49.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1999 | 2026-03-10T16:13:49.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2000 | 2026-03-10T16:13:49.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2001 | 2026-03-10T16:13:49.082Z | |
| 2002 | 2026-03-10T16:13:49.082Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/256) |
| 2003 | 2026-03-10T16:13:49.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2004 | 2026-03-10T16:13:49.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2005 | 2026-03-10T16:13:49.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2006 | 2026-03-10T16:13:49.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2007 | 2026-03-10T16:13:49.681Z | |
| 2008 | 2026-03-10T16:13:49.681Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/256) |
| 2009 | 2026-03-10T16:13:50.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2010 | 2026-03-10T16:13:50.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2011 | 2026-03-10T16:13:50.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2012 | 2026-03-10T16:13:50.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2013 | 2026-03-10T16:13:50.285Z | |
| 2014 | 2026-03-10T16:13:50.285Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/256) |
| 2015 | 2026-03-10T16:13:50.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2016 | 2026-03-10T16:13:50.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2017 | 2026-03-10T16:13:50.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2018 | 2026-03-10T16:13:50.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2019 | 2026-03-10T16:13:50.887Z | |
| 2020 | 2026-03-10T16:13:50.887Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/256) |
| 2021 | 2026-03-10T16:13:51.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2022 | 2026-03-10T16:13:51.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2023 | 2026-03-10T16:13:51.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2024 | 2026-03-10T16:13:51.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2025 | 2026-03-10T16:13:51.488Z | |
| 2026 | 2026-03-10T16:13:51.488Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/256) |
| 2027 | 2026-03-10T16:13:52.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2028 | 2026-03-10T16:13:52.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2029 | 2026-03-10T16:13:52.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2030 | 2026-03-10T16:13:52.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2031 | 2026-03-10T16:13:52.090Z | |
| 2032 | 2026-03-10T16:13:52.090Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/256) |
| 2033 | 2026-03-10T16:13:52.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2034 | 2026-03-10T16:13:52.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2035 | 2026-03-10T16:13:52.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2036 | 2026-03-10T16:13:52.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2037 | 2026-03-10T16:13:52.694Z | |
| 2038 | 2026-03-10T16:13:52.694Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/256) |
| 2039 | 2026-03-10T16:13:53.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2040 | 2026-03-10T16:13:53.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2041 | 2026-03-10T16:13:53.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2042 | 2026-03-10T16:13:53.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2043 | 2026-03-10T16:13:53.295Z | |
| 2044 | 2026-03-10T16:13:53.295Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/256) |
| 2045 | 2026-03-10T16:13:53.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2046 | 2026-03-10T16:13:53.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2047 | 2026-03-10T16:13:53.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2048 | 2026-03-10T16:13:53.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2049 | 2026-03-10T16:13:53.893Z | |
| 2050 | 2026-03-10T16:13:53.893Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/256) |
| 2051 | 2026-03-10T16:13:54.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2052 | 2026-03-10T16:13:54.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2053 | 2026-03-10T16:13:54.433Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2054 | 2026-03-10T16:13:54.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2055 | 2026-03-10T16:13:54.497Z | |
| 2056 | 2026-03-10T16:13:54.497Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/256) |
| 2057 | 2026-03-10T16:13:55.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2058 | 2026-03-10T16:13:55.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2059 | 2026-03-10T16:13:55.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2060 | 2026-03-10T16:13:55.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2061 | 2026-03-10T16:13:55.098Z | |
| 2062 | 2026-03-10T16:13:55.098Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/256) |
| 2063 | 2026-03-10T16:13:55.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2064 | 2026-03-10T16:13:55.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2065 | 2026-03-10T16:13:55.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2066 | 2026-03-10T16:13:55.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2067 | 2026-03-10T16:13:55.700Z | |
| 2068 | 2026-03-10T16:13:55.700Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/256) |
| 2069 | 2026-03-10T16:13:56.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2070 | 2026-03-10T16:13:56.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2071 | 2026-03-10T16:13:56.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2072 | 2026-03-10T16:13:56.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2073 | 2026-03-10T16:13:56.303Z | |
| 2074 | 2026-03-10T16:13:56.303Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/256) |
| 2075 | 2026-03-10T16:13:56.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2076 | 2026-03-10T16:13:56.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2077 | 2026-03-10T16:13:56.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2078 | 2026-03-10T16:13:56.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2079 | 2026-03-10T16:13:56.908Z | |
| 2080 | 2026-03-10T16:13:56.908Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (45/256) |
| 2081 | 2026-03-10T16:13:57.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2082 | 2026-03-10T16:13:57.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2083 | 2026-03-10T16:13:57.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2084 | 2026-03-10T16:13:57.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2085 | 2026-03-10T16:13:57.686Z | |
| 2086 | 2026-03-10T16:13:57.686Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (46/256) |
| 2087 | 2026-03-10T16:13:58.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2088 | 2026-03-10T16:13:58.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2089 | 2026-03-10T16:13:58.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2090 | 2026-03-10T16:13:58.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2091 | 2026-03-10T16:13:58.466Z | |
| 2092 | 2026-03-10T16:13:58.466Z | info: running `cargo check --bins --no-default-features` on illumos-utils (47/256) |
| 2093 | 2026-03-10T16:13:59.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2094 | 2026-03-10T16:13:59.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2095 | 2026-03-10T16:13:59.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2096 | 2026-03-10T16:13:59.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2097 | 2026-03-10T16:13:59.247Z | |
| 2098 | 2026-03-10T16:13:59.247Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/256) |
| 2099 | 2026-03-10T16:13:59.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2100 | 2026-03-10T16:13:59.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2101 | 2026-03-10T16:13:59.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2102 | 2026-03-10T16:13:59.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2103 | 2026-03-10T16:14:00.029Z | |
| 2104 | 2026-03-10T16:14:00.029Z | info: running `cargo check --bins` on key-manager-types (49/256) |
| 2105 | 2026-03-10T16:14:00.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2106 | 2026-03-10T16:14:00.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2107 | 2026-03-10T16:14:00.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2108 | 2026-03-10T16:14:00.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2109 | 2026-03-10T16:14:00.780Z | |
| 2110 | 2026-03-10T16:14:00.780Z | info: running `cargo check --bins` on oxlog (50/256) |
| 2111 | 2026-03-10T16:14:01.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2112 | 2026-03-10T16:14:01.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2113 | 2026-03-10T16:14:01.538Z | Checking cfg-if v1.0.4 |
| 2114 | 2026-03-10T16:14:01.541Z | Checking libc v0.2.180 |
| 2115 | 2026-03-10T16:14:01.541Z | Checking serde_core v1.0.228 |
| 2116 | 2026-03-10T16:14:01.659Z | Checking zeroize v1.8.2 |
| 2117 | 2026-03-10T16:14:01.667Z | Checking memchr v2.8.0 |
| 2118 | 2026-03-10T16:14:01.670Z | Checking log v0.4.29 |
| 2119 | 2026-03-10T16:14:01.688Z | Checking smallvec v1.15.1 |
| 2120 | 2026-03-10T16:14:01.702Z | Checking typenum v1.19.0 |
| 2121 | 2026-03-10T16:14:01.714Z | Checking subtle v2.6.1 |
| 2122 | 2026-03-10T16:14:01.837Z | Checking itoa v1.0.17 |
| 2123 | 2026-03-10T16:14:01.881Z | Checking scopeguard v1.2.0 |
| 2124 | 2026-03-10T16:14:01.899Z | Checking stable_deref_trait v1.2.1 |
| 2125 | 2026-03-10T16:14:01.936Z | Checking const-oid v0.9.6 |
| 2126 | 2026-03-10T16:14:01.987Z | Checking portable-atomic v1.13.1 |
| 2127 | 2026-03-10T16:14:02.002Z | Checking lock_api v0.4.14 |
| 2128 | 2026-03-10T16:14:02.036Z | Checking critical-section v1.2.0 |
| 2129 | 2026-03-10T16:14:02.134Z | Checking zerofrom v0.1.6 |
| 2130 | 2026-03-10T16:14:02.178Z | Checking pin-project-lite v0.2.17 |
| 2131 | 2026-03-10T16:14:02.259Z | Checking zerocopy v0.8.40 |
| 2132 | 2026-03-10T16:14:02.276Z | Checking yoke v0.8.1 |
| 2133 | 2026-03-10T16:14:02.289Z | Checking getrandom v0.2.17 |
| 2134 | 2026-03-10T16:14:02.292Z | Checking errno v0.3.14 |
| 2135 | 2026-03-10T16:14:02.401Z | Checking generic-array v0.14.7 |
| 2136 | 2026-03-10T16:14:02.436Z | Checking signal-hook-registry v1.4.8 |
| 2137 | 2026-03-10T16:14:02.460Z | Checking rand_core v0.6.4 |
| 2138 | 2026-03-10T16:14:02.481Z | Checking parking_lot_core v0.9.12 |
| 2139 | 2026-03-10T16:14:02.564Z | Checking once_cell v1.21.3 |
| 2140 | 2026-03-10T16:14:02.631Z | Checking zerovec v0.11.5 |
| 2141 | 2026-03-10T16:14:02.673Z | Checking mio v1.1.1 |
| 2142 | 2026-03-10T16:14:02.710Z | Checking parking_lot v0.12.5 |
| 2143 | 2026-03-10T16:14:02.778Z | Checking socket2 v0.6.2 |
| 2144 | 2026-03-10T16:14:02.942Z | Checking libm v0.2.16 |
| 2145 | 2026-03-10T16:14:02.961Z | Checking zmij v1.0.21 |
| 2146 | 2026-03-10T16:14:03.050Z | Checking crypto-common v0.1.7 |
| 2147 | 2026-03-10T16:14:03.064Z | Checking block-buffer v0.10.4 |
| 2148 | 2026-03-10T16:14:03.099Z | Checking equivalent v1.0.2 |
| 2149 | 2026-03-10T16:14:03.196Z | Checking percent-encoding v2.3.2 |
| 2150 | 2026-03-10T16:14:03.200Z | Checking allocator-api2 v0.2.21 |
| 2151 | 2026-03-10T16:14:03.228Z | Checking digest v0.10.7 |
| 2152 | 2026-03-10T16:14:03.241Z | Checking litemap v0.8.1 |
| 2153 | 2026-03-10T16:14:03.245Z | Checking tinystr v0.8.2 |
| 2154 | 2026-03-10T16:14:03.364Z | Checking futures-core v0.3.32 |
| 2155 | 2026-03-10T16:14:03.458Z | Checking writeable v0.6.2 |
| 2156 | 2026-03-10T16:14:03.473Z | Checking potential_utf v0.1.4 |
| 2157 | 2026-03-10T16:14:03.485Z | Checking zerotrie v0.2.3 |
| 2158 | 2026-03-10T16:14:03.512Z | Checking cpufeatures v0.2.17 |
| 2159 | 2026-03-10T16:14:03.585Z | Checking foldhash v0.2.0 |
| 2160 | 2026-03-10T16:14:03.600Z | Checking hmac v0.12.1 |
| 2161 | 2026-03-10T16:14:03.625Z | Checking icu_collections v2.1.1 |
| 2162 | 2026-03-10T16:14:03.653Z | Checking icu_locale_core v2.1.1 |
| 2163 | 2026-03-10T16:14:03.758Z | Checking block-padding v0.3.3 |
| 2164 | 2026-03-10T16:14:03.772Z | Checking hashbrown v0.16.1 |
| 2165 | 2026-03-10T16:14:03.797Z | Checking icu_properties_data v2.1.2 |
| 2166 | 2026-03-10T16:14:03.812Z | Checking serde v1.0.228 |
| 2167 | 2026-03-10T16:14:03.919Z | Checking bitflags v2.11.0 |
| 2168 | 2026-03-10T16:14:03.943Z | Checking num-traits v0.2.19 |
| 2169 | 2026-03-10T16:14:03.958Z | Checking serde_json v1.0.149 |
| 2170 | 2026-03-10T16:14:04.025Z | Checking icu_normalizer_data v2.1.1 |
| 2171 | 2026-03-10T16:14:04.113Z | Checking rand_core v0.10.0 |
| 2172 | 2026-03-10T16:14:04.130Z | Checking futures-sink v0.3.32 |
| 2173 | 2026-03-10T16:14:04.247Z | Checking futures-channel v0.3.32 |
| 2174 | 2026-03-10T16:14:04.290Z | Checking getrandom v0.4.1 |
| 2175 | 2026-03-10T16:14:04.374Z | Checking bytes v1.11.1 |
| 2176 | 2026-03-10T16:14:04.419Z | Checking icu_provider v2.1.1 |
| 2177 | 2026-03-10T16:14:04.439Z | Checking indexmap v2.13.0 |
| 2178 | 2026-03-10T16:14:04.464Z | Checking inout v0.1.4 |
| 2179 | 2026-03-10T16:14:04.491Z | Checking futures-task v0.3.32 |
| 2180 | 2026-03-10T16:14:04.643Z | Checking slab v0.4.12 |
| 2181 | 2026-03-10T16:14:04.671Z | Checking futures-io v0.3.32 |
| 2182 | 2026-03-10T16:14:04.711Z | Checking cipher v0.4.4 |
| 2183 | 2026-03-10T16:14:04.724Z | Checking icu_properties v2.1.2 |
| 2184 | 2026-03-10T16:14:04.813Z | Checking icu_normalizer v2.1.1 |
| 2185 | 2026-03-10T16:14:04.844Z | Checking futures-util v0.3.32 |
| 2186 | 2026-03-10T16:14:04.887Z | Checking sha2 v0.10.9 |
| 2187 | 2026-03-10T16:14:04.973Z | Checking tokio v1.49.0 |
| 2188 | 2026-03-10T16:14:04.992Z | Checking getrandom v0.3.4 |
| 2189 | 2026-03-10T16:14:05.170Z | Checking byteorder v1.5.0 |
| 2190 | 2026-03-10T16:14:05.197Z | Checking base64ct v1.8.3 |
| 2191 | 2026-03-10T16:14:05.219Z | Checking utf8_iter v1.0.4 |
| 2192 | 2026-03-10T16:14:05.257Z | Checking form_urlencoded v1.2.2 |
| 2193 | 2026-03-10T16:14:05.362Z | Checking flagset v0.4.7 |
| 2194 | 2026-03-10T16:14:05.392Z | Checking fnv v1.0.7 |
| 2195 | 2026-03-10T16:14:05.418Z | Checking rand_core v0.9.5 |
| 2196 | 2026-03-10T16:14:05.495Z | Checking pem-rfc7468 v0.7.0 |
| 2197 | 2026-03-10T16:14:05.516Z | Checking salsa20 v0.10.2 |
| 2198 | 2026-03-10T16:14:05.522Z | Checking http v1.4.0 |
| 2199 | 2026-03-10T16:14:05.646Z | Checking uuid v1.21.0 |
| 2200 | 2026-03-10T16:14:05.665Z | Checking pbkdf2 v0.12.2 |
| 2201 | 2026-03-10T16:14:05.689Z | Checking der v0.7.10 |
| 2202 | 2026-03-10T16:14:05.793Z | Checking scrypt v0.11.0 |
| 2203 | 2026-03-10T16:14:05.880Z | Checking idna_adapter v1.2.1 |
| 2204 | 2026-03-10T16:14:05.958Z | Checking aes v0.8.4 |
| 2205 | 2026-03-10T16:14:06.027Z | Checking idna v1.1.0 |
| 2206 | 2026-03-10T16:14:06.049Z | Checking cbc v0.1.2 |
| 2207 | 2026-03-10T16:14:06.209Z | Checking rustix v1.1.3 |
| 2208 | 2026-03-10T16:14:06.291Z | Checking tracing-core v0.1.36 |
| 2209 | 2026-03-10T16:14:06.338Z | Checking url v2.5.8 |
| 2210 | 2026-03-10T16:14:06.482Z | Checking rustls-pki-types v1.14.0 |
| 2211 | 2026-03-10T16:14:06.562Z | Checking ppv-lite86 v0.2.21 |
| 2212 | 2026-03-10T16:14:06.698Z | Checking spki v0.7.3 |
| 2213 | 2026-03-10T16:14:06.698Z | Checking regex-syntax v0.8.10 |
| 2214 | 2026-03-10T16:14:06.850Z | Checking iana-time-zone v0.1.65 |
| 2215 | 2026-03-10T16:14:06.894Z | Checking pkcs5 v0.7.1 |
| 2216 | 2026-03-10T16:14:06.898Z | Checking tracing v0.1.44 |
| 2217 | 2026-03-10T16:14:06.966Z | Checking rand_chacha v0.9.0 |
| 2218 | 2026-03-10T16:14:06.980Z | Checking chrono v0.4.44 |
| 2219 | 2026-03-10T16:14:07.166Z | Checking http-body v1.0.1 |
| 2220 | 2026-03-10T16:14:07.218Z | Checking rand v0.9.2 |
| 2221 | 2026-03-10T16:14:07.222Z | Checking aws-lc-sys v0.37.1 |
| 2222 | 2026-03-10T16:14:07.325Z | Checking base64 v0.22.1 |
| 2223 | 2026-03-10T16:14:07.377Z | Checking untrusted v0.7.1 |
| 2224 | 2026-03-10T16:14:07.466Z | Checking openssl-probe v0.2.1 |
| 2225 | 2026-03-10T16:14:07.512Z | Checking untrusted v0.9.0 |
| 2226 | 2026-03-10T16:14:07.595Z | Checking pkcs8 v0.10.2 |
| 2227 | 2026-03-10T16:14:07.626Z | Checking tower-layer v0.3.3 |
| 2228 | 2026-03-10T16:14:07.644Z | Checking ring v0.17.14 |
| 2229 | 2026-03-10T16:14:07.822Z | Checking tinyvec_macros v0.1.1 |
| 2230 | 2026-03-10T16:14:07.826Z | Checking plain v0.2.3 |
| 2231 | 2026-03-10T16:14:07.853Z | Checking try-lock v0.2.5 |
| 2232 | 2026-03-10T16:14:07.888Z | Checking atomic-waker v1.1.2 |
| 2233 | 2026-03-10T16:14:07.947Z | Checking tower-service v0.3.3 |
| 2234 | 2026-03-10T16:14:07.985Z | Checking want v0.3.1 |
| 2235 | 2026-03-10T16:14:08.017Z | Checking tinyvec v1.10.0 |
| 2236 | 2026-03-10T16:14:08.055Z | Checking ipnet v2.11.0 |
| 2237 | 2026-03-10T16:14:08.134Z | Checking semver v1.0.27 |
| 2238 | 2026-03-10T16:14:08.148Z | Checking aws-lc-rs v1.16.0 |
| 2239 | 2026-03-10T16:14:08.163Z | Checking httparse v1.10.1 |
| 2240 | 2026-03-10T16:14:08.399Z | Checking spin v0.9.8 |
| 2241 | 2026-03-10T16:14:08.412Z | Checking pin-utils v0.1.0 |
| 2242 | 2026-03-10T16:14:08.428Z | Checking fastrand v2.3.0 |
| 2243 | 2026-03-10T16:14:08.441Z | Checking foreign-types-shared v0.1.1 |
| 2244 | 2026-03-10T16:14:08.493Z | Checking ucd-trie v0.1.7 |
| 2245 | 2026-03-10T16:14:08.536Z | Checking httpdate v1.0.3 |
| 2246 | 2026-03-10T16:14:08.550Z | Checking unicode-ident v1.0.24 |
| 2247 | 2026-03-10T16:14:08.626Z | Checking dyn-clone v1.0.20 |
| 2248 | 2026-03-10T16:14:08.647Z | Checking tempfile v3.25.0 |
| 2249 | 2026-03-10T16:14:08.661Z | Checking pest v2.8.6 |
| 2250 | 2026-03-10T16:14:08.680Z | Checking proc-macro2 v1.0.106 |
| 2251 | 2026-03-10T16:14:08.710Z | Checking foreign-types v0.3.2 |
| 2252 | 2026-03-10T16:14:08.748Z | Checking schemars v0.8.22 |
| 2253 | 2026-03-10T16:14:08.792Z | Checking crossbeam-utils v0.8.21 |
| 2254 | 2026-03-10T16:14:08.894Z | Checking openssl-sys v0.9.111 |
| 2255 | 2026-03-10T16:14:08.990Z | Checking thiserror v2.0.18 |
| 2256 | 2026-03-10T16:14:09.090Z | Checking wait-timeout v0.2.1 |
| 2257 | 2026-03-10T16:14:09.111Z | Checking aho-corasick v1.1.4 |
| 2258 | 2026-03-10T16:14:09.238Z | Checking simd-adler32 v0.3.8 |
| 2259 | 2026-03-10T16:14:09.238Z | Checking either v1.15.0 |
| 2260 | 2026-03-10T16:14:09.299Z | Checking rustls-webpki v0.103.9 |
| 2261 | 2026-03-10T16:14:09.360Z | Checking tokio-util v0.7.18 |
| 2262 | 2026-03-10T16:14:09.466Z | Checking anstyle v1.0.13 |
| 2263 | 2026-03-10T16:14:09.492Z | Checking pretty-hex v0.4.1 |
| 2264 | 2026-03-10T16:14:09.639Z | Checking siphasher v1.0.2 |
| 2265 | 2026-03-10T16:14:09.653Z | Checking powerfmt v0.2.0 |
| 2266 | 2026-03-10T16:14:09.669Z | Checking utf8parse v0.2.2 |
| 2267 | 2026-03-10T16:14:09.697Z | Checking quick-error v1.2.3 |
| 2268 | 2026-03-10T16:14:09.787Z | Checking bit-vec v0.8.0 |
| 2269 | 2026-03-10T16:14:09.818Z | Checking rusty-fork v0.3.1 |
| 2270 | 2026-03-10T16:14:09.840Z | Checking anstyle-parse v0.2.7 |
| 2271 | 2026-03-10T16:14:09.854Z | Checking deranged v0.5.8 |
| 2272 | 2026-03-10T16:14:09.868Z | Checking rustls v0.23.37 |
| 2273 | 2026-03-10T16:14:10.025Z | Checking openssl v0.10.75 |
| 2274 | 2026-03-10T16:14:10.040Z | Checking bit-set v0.8.0 |
| 2275 | 2026-03-10T16:14:10.055Z | Checking crossbeam-epoch v0.9.18 |
| 2276 | 2026-03-10T16:14:10.058Z | Checking regex-automata v0.4.14 |
| 2277 | 2026-03-10T16:14:10.147Z | Checking quote v1.0.44 |
| 2278 | 2026-03-10T16:14:10.167Z | Checking h2 v0.4.13 |
| 2279 | 2026-03-10T16:14:10.219Z | Compiling newtype-uuid v1.3.2 |
| 2280 | 2026-03-10T16:14:10.347Z | Checking unicode-normalization v0.1.25 |
| 2281 | 2026-03-10T16:14:10.370Z | Checking rustls-native-certs v0.8.3 |
| 2282 | 2026-03-10T16:14:10.442Z | Checking rand_xorshift v0.4.0 |
| 2283 | 2026-03-10T16:14:10.530Z | Checking thiserror v1.0.69 |
| 2284 | 2026-03-10T16:14:10.585Z | Checking crc32fast v1.5.0 |
| 2285 | 2026-03-10T16:14:10.647Z | Checking scroll v0.13.0 |
| 2286 | 2026-03-10T16:14:10.757Z | Checking sync_wrapper v1.0.2 |
| 2287 | 2026-03-10T16:14:10.878Z | Checking signature v2.2.0 |
| 2288 | 2026-03-10T16:14:10.892Z | Checking num_threads v0.1.7 |
| 2289 | 2026-03-10T16:14:10.943Z | Checking anstyle-query v1.1.5 |
| 2290 | 2026-03-10T16:14:10.994Z | Checking unicode-bidi v0.3.18 |
| 2291 | 2026-03-10T16:14:11.034Z | Checking unicode-properties v0.1.4 |
| 2292 | 2026-03-10T16:14:11.052Z | Checking adler2 v2.0.1 |
| 2293 | 2026-03-10T16:14:11.185Z | Checking time-core v0.1.8 |
| 2294 | 2026-03-10T16:14:11.222Z | Checking colorchoice v1.0.4 |
| 2295 | 2026-03-10T16:14:11.274Z | Checking is_terminal_polyfill v1.70.2 |
| 2296 | 2026-03-10T16:14:11.340Z | Checking num-conv v0.2.0 |
| 2297 | 2026-03-10T16:14:11.370Z | Checking unarray v0.1.4 |
| 2298 | 2026-03-10T16:14:11.370Z | Checking stringprep v0.1.5 |
| 2299 | 2026-03-10T16:14:11.397Z | Checking anstream v0.6.21 |
| 2300 | 2026-03-10T16:14:11.488Z | Checking time v0.3.47 |
| 2301 | 2026-03-10T16:14:11.502Z | Checking proptest v1.10.0 |
| 2302 | 2026-03-10T16:14:11.569Z | Checking miniz_oxide v0.8.9 |
| 2303 | 2026-03-10T16:14:11.643Z | Checking goblin v0.10.5 |
| 2304 | 2026-03-10T16:14:12.042Z | Checking tower v0.5.3 |
| 2305 | 2026-03-10T16:14:12.564Z | Compiling daft v0.1.5 |
| 2306 | 2026-03-10T16:14:12.567Z | Checking syn v2.0.117 |
| 2307 | 2026-03-10T16:14:12.823Z | Checking native-tls v0.2.18 |
| 2308 | 2026-03-10T16:14:12.923Z | Checking crossbeam-deque v0.8.6 |
| 2309 | 2026-03-10T16:14:13.037Z | Checking ipnetwork v0.21.1 |
| 2310 | 2026-03-10T16:14:13.056Z | Checking http-body-util v0.1.3 |
| 2311 | 2026-03-10T16:14:13.082Z | Checking tokio-rustls v0.26.4 |
| 2312 | 2026-03-10T16:14:13.150Z | Checking rand_chacha v0.3.1 |
| 2313 | 2026-03-10T16:14:13.313Z | Checking webpki-roots v1.0.6 |
| 2314 | 2026-03-10T16:14:13.356Z | Checking scroll v0.12.0 |
| 2315 | 2026-03-10T16:14:13.402Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2316 | 2026-03-10T16:14:13.423Z | Checking hash32 v0.2.1 |
| 2317 | 2026-03-10T16:14:13.455Z | Checking num-integer v0.1.46 |
| 2318 | 2026-03-10T16:14:13.547Z | Checking toml_datetime v0.6.11 |
| 2319 | 2026-03-10T16:14:13.625Z | Checking serde_spanned v0.6.9 |
| 2320 | 2026-03-10T16:14:13.649Z | Checking md-5 v0.10.6 |
| 2321 | 2026-03-10T16:14:13.747Z | Checking ff v0.13.1 |
| 2322 | 2026-03-10T16:14:13.776Z | Checking base16ct v0.2.0 |
| 2323 | 2026-03-10T16:14:13.779Z | Checking psl-types v2.0.11 |
| 2324 | 2026-03-10T16:14:13.805Z | Checking hyper v1.8.1 |
| 2325 | 2026-03-10T16:14:13.818Z | Checking fallible-iterator v0.2.0 |
| 2326 | 2026-03-10T16:14:13.909Z | Checking iri-string v0.7.10 |
| 2327 | 2026-03-10T16:14:13.929Z | Checking zlib-rs v0.6.2 |
| 2328 | 2026-03-10T16:14:13.932Z | Checking ryu v1.0.23 |
| 2329 | 2026-03-10T16:14:14.037Z | Compiling iddqd v0.3.17 |
| 2330 | 2026-03-10T16:14:14.114Z | Checking serde_urlencoded v0.7.1 |
| 2331 | 2026-03-10T16:14:14.178Z | Checking postgres-protocol v0.6.10 |
| 2332 | 2026-03-10T16:14:14.572Z | Checking sec1 v0.7.3 |
| 2333 | 2026-03-10T16:14:14.575Z | Checking publicsuffix v2.3.0 |
| 2334 | 2026-03-10T16:14:14.774Z | Checking group v0.13.0 |
| 2335 | 2026-03-10T16:14:14.824Z | Checking num-iter v0.1.45 |
| 2336 | 2026-03-10T16:14:14.958Z | Checking goblin v0.8.2 |
| 2337 | 2026-03-10T16:14:14.972Z | Checking heapless v0.7.17 |
| 2338 | 2026-03-10T16:14:14.987Z | Checking hyper-util v0.1.20 |
| 2339 | 2026-03-10T16:14:15.071Z | Checking dof v0.4.0 |
| 2340 | 2026-03-10T16:14:15.133Z | Checking flate2 v1.1.9 |
| 2341 | 2026-03-10T16:14:15.335Z | Checking tower-http v0.6.8 |
| 2342 | 2026-03-10T16:14:15.520Z | Checking zstd-safe v7.2.4 |
| 2343 | 2026-03-10T16:14:15.523Z | Checking rand v0.8.5 |
| 2344 | 2026-03-10T16:14:15.549Z | Checking oxnet v0.1.4 |
| 2345 | 2026-03-10T16:14:15.687Z | Checking rayon-core v1.13.0 |
| 2346 | 2026-03-10T16:14:15.747Z | Checking tokio-native-tls v0.3.1 |
| 2347 | 2026-03-10T16:14:15.852Z | Checking cookie v0.18.1 |
| 2348 | 2026-03-10T16:14:15.935Z | Checking dtrace-parser v0.3.0 |
| 2349 | 2026-03-10T16:14:15.938Z | Checking phf_shared v0.13.1 |
| 2350 | 2026-03-10T16:14:16.042Z | Checking lazy_static v1.5.0 |
| 2351 | 2026-03-10T16:14:16.103Z | Checking terminal_size v0.4.3 |
| 2352 | 2026-03-10T16:14:16.143Z | Checking zerocopy v0.7.35 |
| 2353 | 2026-03-10T16:14:16.157Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2354 | 2026-03-10T16:14:16.216Z | Checking signal-hook v0.3.18 |
| 2355 | 2026-03-10T16:14:16.235Z | Checking hkdf v0.12.4 |
| 2356 | 2026-03-10T16:14:16.235Z | Checking crypto-bigint v0.5.5 |
| 2357 | 2026-03-10T16:14:16.238Z | Checking thread-id v5.1.0 |
| 2358 | 2026-03-10T16:14:16.276Z | Checking foldhash v0.1.5 |
| 2359 | 2026-03-10T16:14:16.356Z | Checking bumpalo v3.20.2 |
| 2360 | 2026-03-10T16:14:16.409Z | Checking managed v0.8.0 |
| 2361 | 2026-03-10T16:14:16.441Z | Checking libbz2-rs-sys v0.2.2 |
| 2362 | 2026-03-10T16:14:16.455Z | Checking winnow v0.5.40 |
| 2363 | 2026-03-10T16:14:16.610Z | Checking winnow v0.7.14 |
| 2364 | 2026-03-10T16:14:16.636Z | Checking hyper-rustls v0.27.7 |
| 2365 | 2026-03-10T16:14:16.655Z | Checking bitflags v1.3.2 |
| 2366 | 2026-03-10T16:14:16.736Z | Checking unicode-width v0.2.0 |
| 2367 | 2026-03-10T16:14:16.849Z | Checking clap_lex v1.0.0 |
| 2368 | 2026-03-10T16:14:16.893Z | Checking strsim v0.11.1 |
| 2369 | 2026-03-10T16:14:16.961Z | Checking bzip2 v0.6.1 |
| 2370 | 2026-03-10T16:14:17.036Z | Checking smoltcp v0.9.1 |
| 2371 | 2026-03-10T16:14:17.053Z | Checking console v0.16.2 |
| 2372 | 2026-03-10T16:14:17.092Z | Checking clap_builder v4.5.60 |
| 2373 | 2026-03-10T16:14:17.165Z | Checking hyper-tls v0.6.0 |
| 2374 | 2026-03-10T16:14:17.374Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2375 | 2026-03-10T16:14:17.443Z | Checking zopfli v0.8.3 |
| 2376 | 2026-03-10T16:14:17.620Z | Checking signal-hook-mio v0.2.5 |
| 2377 | 2026-03-10T16:14:17.678Z | Checking dof v0.3.0 |
| 2378 | 2026-03-10T16:14:17.747Z | Checking hashbrown v0.15.5 |
| 2379 | 2026-03-10T16:14:17.773Z | Checking elliptic-curve v0.13.8 |
| 2380 | 2026-03-10T16:14:17.846Z | Checking usdt-impl v0.6.0 |
| 2381 | 2026-03-10T16:14:17.868Z | Checking bzip2 v0.4.4 |
| 2382 | 2026-03-10T16:14:18.023Z | Checking toml_edit v0.19.15 |
| 2383 | 2026-03-10T16:14:18.066Z | Checking num-bigint-dig v0.8.6 |
| 2384 | 2026-03-10T16:14:18.088Z | Checking phf v0.13.1 |
| 2385 | 2026-03-10T16:14:18.191Z | Checking cookie_store v0.22.1 |
| 2386 | 2026-03-10T16:14:18.214Z | Checking rayon v1.11.0 |
| 2387 | 2026-03-10T16:14:18.282Z | Checking zstd v0.13.3 |
| 2388 | 2026-03-10T16:14:18.390Z | Checking postgres-types v0.2.12 |
| 2389 | 2026-03-10T16:14:18.522Z | Checking rustls-platform-verifier v0.6.2 |
| 2390 | 2026-03-10T16:14:18.536Z | Checking regex v1.12.3 |
| 2391 | 2026-03-10T16:14:18.613Z | Checking bstr v1.12.1 |
| 2392 | 2026-03-10T16:14:18.690Z | Checking ed25519 v2.2.3 |
| 2393 | 2026-03-10T16:14:18.795Z | Checking dtrace-parser v0.2.0 |
| 2394 | 2026-03-10T16:14:18.799Z | Checking phf_shared v0.11.3 |
| 2395 | 2026-03-10T16:14:18.907Z | Checking itertools v0.12.1 |
| 2396 | 2026-03-10T16:14:18.920Z | Checking curve25519-dalek v4.1.3 |
| 2397 | 2026-03-10T16:14:18.992Z | Checking ref-cast v1.0.25 |
| 2398 | 2026-03-10T16:14:19.096Z | Checking strum v0.27.2 |
| 2399 | 2026-03-10T16:14:19.111Z | Checking hubpack v0.1.2 |
| 2400 | 2026-03-10T16:14:19.145Z | Checking rustix v0.38.44 |
| 2401 | 2026-03-10T16:14:19.207Z | Checking pkcs1 v0.7.5 |
| 2402 | 2026-03-10T16:14:19.230Z | Checking float-cmp v0.10.0 |
| 2403 | 2026-03-10T16:14:19.316Z | Checking erased-serde v0.3.31 |
| 2404 | 2026-03-10T16:14:19.383Z | Checking serde-big-array v0.5.1 |
| 2405 | 2026-03-10T16:14:19.478Z | Checking hex v0.4.3 |
| 2406 | 2026-03-10T16:14:19.482Z | Checking rfc6979 v0.4.0 |
| 2407 | 2026-03-10T16:14:19.548Z | Checking thread-id v4.2.2 |
| 2408 | 2026-03-10T16:14:19.614Z | Checking memmap2 v0.9.10 |
| 2409 | 2026-03-10T16:14:19.642Z | Checking env_filter v1.0.0 |
| 2410 | 2026-03-10T16:14:19.747Z | Checking encoding_rs v0.8.35 |
| 2411 | 2026-03-10T16:14:19.815Z | Checking data-encoding v2.10.0 |
| 2412 | 2026-03-10T16:14:19.819Z | Checking static_assertions v1.1.0 |
| 2413 | 2026-03-10T16:14:19.887Z | Checking normalize-line-endings v0.3.0 |
| 2414 | 2026-03-10T16:14:19.901Z | Checking keccak v0.1.6 |
| 2415 | 2026-03-10T16:14:19.960Z | Checking rustc-hash v2.1.1 |
| 2416 | 2026-03-10T16:14:19.994Z | Checking difflib v0.4.0 |
| 2417 | 2026-03-10T16:14:20.102Z | Checking fixedbitset v0.5.7 |
| 2418 | 2026-03-10T16:14:20.115Z | Checking unit-prefix v0.5.2 |
| 2419 | 2026-03-10T16:14:20.176Z | Checking fixedbitset v0.4.2 |
| 2420 | 2026-03-10T16:14:20.217Z | Checking jiff v0.2.21 |
| 2421 | 2026-03-10T16:14:20.232Z | Checking unicode-segmentation v1.12.0 |
| 2422 | 2026-03-10T16:14:20.260Z | Checking new_debug_unreachable v1.0.6 |
| 2423 | 2026-03-10T16:14:20.263Z | Checking predicates-core v1.0.10 |
| 2424 | 2026-03-10T16:14:20.263Z | Checking toml_write v0.1.2 |
| 2425 | 2026-03-10T16:14:20.345Z | Checking precomputed-hash v0.1.1 |
| 2426 | 2026-03-10T16:14:20.358Z | Checking whoami v2.1.0 |
| 2427 | 2026-03-10T16:14:20.372Z | Checking mime v0.3.17 |
| 2428 | 2026-03-10T16:14:20.419Z | Checking predicates v3.1.4 |
| 2429 | 2026-03-10T16:14:20.441Z | Checking string_cache v0.8.9 |
| 2430 | 2026-03-10T16:14:20.501Z | Checking toml_edit v0.22.27 |
| 2431 | 2026-03-10T16:14:20.588Z | Checking petgraph v0.6.5 |
| 2432 | 2026-03-10T16:14:20.602Z | Checking tokio-postgres v0.7.16 |
| 2433 | 2026-03-10T16:14:20.644Z | Checking similar v2.7.0 |
| 2434 | 2026-03-10T16:14:20.644Z | Checking petgraph v0.8.3 |
| 2435 | 2026-03-10T16:14:20.812Z | Checking indicatif v0.18.4 |
| 2436 | 2026-03-10T16:14:21.041Z | Checking reqwest v0.12.28 |
| 2437 | 2026-03-10T16:14:21.149Z | Checking zone v0.3.1 |
| 2438 | 2026-03-10T16:14:21.298Z | Checking crossterm v0.28.1 |
| 2439 | 2026-03-10T16:14:21.613Z | Checking hickory-proto v0.25.2 |
| 2440 | 2026-03-10T16:14:21.976Z | Checking sha3 v0.10.8 |
| 2441 | 2026-03-10T16:14:22.204Z | Checking ed25519-dalek v2.2.0 |
| 2442 | 2026-03-10T16:14:22.244Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2443 | 2026-03-10T16:14:22.261Z | Checking slog v2.8.2 |
| 2444 | 2026-03-10T16:14:22.302Z | Checking env_logger v0.11.9 |
| 2445 | 2026-03-10T16:14:22.503Z | Checking usdt v0.6.0 |
| 2446 | 2026-03-10T16:14:22.542Z | Checking serde_with v3.17.0 |
| 2447 | 2026-03-10T16:14:22.606Z | Checking usdt-impl v0.5.0 |
| 2448 | 2026-03-10T16:14:22.696Z | Checking ecdsa v0.16.9 |
| 2449 | 2026-03-10T16:14:22.811Z | Checking rsa v0.9.10 |
| 2450 | 2026-03-10T16:14:22.951Z | Checking toml v0.7.8 |
| 2451 | 2026-03-10T16:14:23.149Z | Checking clap v4.5.60 |
| 2452 | 2026-03-10T16:14:23.243Z | Checking reqwest v0.13.2 |
| 2453 | 2026-03-10T16:14:23.295Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2454 | 2026-03-10T16:14:23.331Z | Checking zip v4.6.1 |
| 2455 | 2026-03-10T16:14:23.377Z | Checking zip v0.6.6 |
| 2456 | 2026-03-10T16:14:23.466Z | Checking strum v0.26.3 |
| 2457 | 2026-03-10T16:14:23.598Z | Checking tokio-stream v0.1.18 |
| 2458 | 2026-03-10T16:14:23.721Z | Checking fs-err v3.3.0 |
| 2459 | 2026-03-10T16:14:23.787Z | Checking ahash v0.8.12 |
| 2460 | 2026-03-10T16:14:24.039Z | Checking object v0.37.3 |
| 2461 | 2026-03-10T16:14:24.085Z | Checking itertools v0.13.0 |
| 2462 | 2026-03-10T16:14:24.100Z | Checking buf-list v1.1.2 |
| 2463 | 2026-03-10T16:14:24.100Z | Checking camino v1.2.2 |
| 2464 | 2026-03-10T16:14:24.326Z | Checking anyhow v1.0.102 |
| 2465 | 2026-03-10T16:14:24.341Z | Checking x509-cert v0.2.5 |
| 2466 | 2026-03-10T16:14:24.458Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2467 | 2026-03-10T16:14:24.527Z | Checking openapiv3 v2.2.0 |
| 2468 | 2026-03-10T16:14:24.581Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2469 | 2026-03-10T16:14:24.829Z | Checking sha1 v0.10.6 |
| 2470 | 2026-03-10T16:14:24.843Z | Checking peg-runtime v0.8.5 |
| 2471 | 2026-03-10T16:14:25.016Z | Checking lalrpop-util v0.19.12 |
| 2472 | 2026-03-10T16:14:25.031Z | Checking sigpipe v0.1.3 |
| 2473 | 2026-03-10T16:14:25.125Z | Checking glob v0.3.3 |
| 2474 | 2026-03-10T16:14:27.308Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2475 | 2026-03-10T16:14:27.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.88s |
| 2476 | 2026-03-10T16:14:27.852Z | |
| 2477 | 2026-03-10T16:14:27.852Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (51/256) |
| 2478 | 2026-03-10T16:14:28.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2479 | 2026-03-10T16:14:28.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2480 | 2026-03-10T16:14:28.837Z | Checking newtype-uuid v1.3.2 |
| 2481 | 2026-03-10T16:14:28.841Z | Compiling structmeta-derive v0.3.0 |
| 2482 | 2026-03-10T16:14:28.841Z | Compiling rustls v0.22.4 |
| 2483 | 2026-03-10T16:14:28.990Z | Checking regress v0.10.5 |
| 2484 | 2026-03-10T16:14:28.994Z | Compiling multer v3.1.0 |
| 2485 | 2026-03-10T16:14:29.019Z | Compiling newtype-uuid-macros v0.1.0 |
| 2486 | 2026-03-10T16:14:29.022Z | Compiling async-stream-impl v0.3.6 |
| 2487 | 2026-03-10T16:14:29.051Z | Checking futures-executor v0.3.32 |
| 2488 | 2026-03-10T16:14:29.196Z | Checking daft v0.1.5 |
| 2489 | 2026-03-10T16:14:29.240Z | Compiling dropshot v0.16.7 |
| 2490 | 2026-03-10T16:14:29.340Z | Checking futures v0.3.32 |
| 2491 | 2026-03-10T16:14:29.438Z | Compiling dropshot_endpoint v0.16.7 |
| 2492 | 2026-03-10T16:14:29.499Z | Checking iddqd v0.3.17 |
| 2493 | 2026-03-10T16:14:29.581Z | Checking thread_local v1.1.9 |
| 2494 | 2026-03-10T16:14:29.787Z | Checking crossbeam-channel v0.5.15 |
| 2495 | 2026-03-10T16:14:29.833Z | Checking is-terminal v0.4.17 |
| 2496 | 2026-03-10T16:14:29.946Z | Checking term v1.2.1 |
| 2497 | 2026-03-10T16:14:30.045Z | Checking take_mut v0.2.2 |
| 2498 | 2026-03-10T16:14:30.172Z | Checking rustls-webpki v0.102.8 |
| 2499 | 2026-03-10T16:14:30.228Z | Checking slog-term v2.9.2 |
| 2500 | 2026-03-10T16:14:30.232Z | Checking slog-async v2.8.0 |
| 2501 | 2026-03-10T16:14:30.439Z | Compiling structmeta v0.3.0 |
| 2502 | 2026-03-10T16:14:30.462Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2503 | 2026-03-10T16:14:30.571Z | Checking serde_spanned v1.0.4 |
| 2504 | 2026-03-10T16:14:30.645Z | Checking debug-ignore v1.0.5 |
| 2505 | 2026-03-10T16:14:30.648Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2506 | 2026-03-10T16:14:30.710Z | Compiling derive-ex v0.1.8 |
| 2507 | 2026-03-10T16:14:30.740Z | Compiling parse-display-derive v0.10.0 |
| 2508 | 2026-03-10T16:14:30.760Z | Checking match_cfg v0.1.0 |
| 2509 | 2026-03-10T16:14:30.778Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2510 | 2026-03-10T16:14:30.847Z | Checking hostname v0.3.1 |
| 2511 | 2026-03-10T16:14:30.966Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2512 | 2026-03-10T16:14:30.984Z | Checking slog-json v2.6.1 |
| 2513 | 2026-03-10T16:14:31.019Z | Checking toml v0.9.12+spec-1.1.0 |
| 2514 | 2026-03-10T16:14:31.175Z | Checking macaddr v1.0.1 |
| 2515 | 2026-03-10T16:14:31.411Z | Checking slog-bunyan v2.5.0 |
| 2516 | 2026-03-10T16:14:31.428Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2517 | 2026-03-10T16:14:31.555Z | Checking async-stream v0.3.6 |
| 2518 | 2026-03-10T16:14:31.842Z | Checking waitgroup v0.1.2 |
| 2519 | 2026-03-10T16:14:31.879Z | Checking rustls-pemfile v2.2.0 |
| 2520 | 2026-03-10T16:14:31.953Z | Checking serde_path_to_error v0.1.20 |
| 2521 | 2026-03-10T16:14:31.970Z | Checking hostname v0.4.2 |
| 2522 | 2026-03-10T16:14:31.997Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2523 | 2026-03-10T16:14:32.054Z | Checking progenitor-client v0.10.0 |
| 2524 | 2026-03-10T16:14:32.092Z | Compiling itertools v0.14.0 |
| 2525 | 2026-03-10T16:14:32.179Z | Checking progenitor-client v0.13.0 |
| 2526 | 2026-03-10T16:14:32.325Z | Checking instant v0.1.13 |
| 2527 | 2026-03-10T16:14:32.346Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2528 | 2026-03-10T16:14:32.434Z | Checking backoff v0.4.0 |
| 2529 | 2026-03-10T16:14:32.476Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2530 | 2026-03-10T16:14:32.655Z | Checking backon v1.6.0 |
| 2531 | 2026-03-10T16:14:32.868Z | Checking heck v0.5.0 |
| 2532 | 2026-03-10T16:14:32.931Z | Checking tokio-rustls v0.25.0 |
| 2533 | 2026-03-10T16:14:33.069Z | Checking parse-display v0.10.0 |
| 2534 | 2026-03-10T16:14:33.086Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2535 | 2026-03-10T16:14:33.102Z | Compiling test-strategy v0.4.5 |
| 2536 | 2026-03-10T16:14:33.156Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2537 | 2026-03-10T16:14:33.249Z | Compiling crucible-workspace-hack v0.1.0 |
| 2538 | 2026-03-10T16:14:33.441Z | Compiling heapless v0.8.0 |
| 2539 | 2026-03-10T16:14:33.544Z | Compiling typify-impl v0.4.3 |
| 2540 | 2026-03-10T16:14:33.560Z | Checking hash32 v0.3.1 |
| 2541 | 2026-03-10T16:14:33.720Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2542 | 2026-03-10T16:14:33.847Z | Compiling ingot-macros v0.1.1 |
| 2543 | 2026-03-10T16:14:33.936Z | Compiling proc-macro-crate v3.4.0 |
| 2544 | 2026-03-10T16:14:33.968Z | Compiling smoltcp v0.11.0 |
| 2545 | 2026-03-10T16:14:34.559Z | Checking tabwriter v1.4.1 |
| 2546 | 2026-03-10T16:14:34.575Z | Checking cobs v0.3.0 |
| 2547 | 2026-03-10T16:14:34.575Z | Compiling foreign-types-macros v0.2.3 |
| 2548 | 2026-03-10T16:14:34.686Z | Compiling num_enum_derive v0.7.5 |
| 2549 | 2026-03-10T16:14:34.741Z | Checking cpufeatures v0.3.0 |
| 2550 | 2026-03-10T16:14:34.759Z | Checking foreign-types-shared v0.3.1 |
| 2551 | 2026-03-10T16:14:34.834Z | Checking chacha20 v0.10.0 |
| 2552 | 2026-03-10T16:14:34.869Z | Checking postcard v1.1.3 |
| 2553 | 2026-03-10T16:14:35.155Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2554 | 2026-03-10T16:14:35.391Z | Checking foreign-types v0.5.0 |
| 2555 | 2026-03-10T16:14:35.506Z | Compiling proc-macro-crate v1.3.1 |
| 2556 | 2026-03-10T16:14:35.531Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2557 | 2026-03-10T16:14:35.640Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2558 | 2026-03-10T16:14:35.713Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2559 | 2026-03-10T16:14:35.923Z | Checking cstr-argument v0.1.2 |
| 2560 | 2026-03-10T16:14:36.082Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2561 | 2026-03-10T16:14:36.100Z | Checking colored v3.1.1 |
| 2562 | 2026-03-10T16:14:36.117Z | Checking num_enum v0.7.5 |
| 2563 | 2026-03-10T16:14:36.256Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2564 | 2026-03-10T16:14:36.362Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2565 | 2026-03-10T16:14:36.405Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2566 | 2026-03-10T16:14:36.547Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2567 | 2026-03-10T16:14:36.564Z | Compiling num_enum_derive v0.5.11 |
| 2568 | 2026-03-10T16:14:36.568Z | Checking rand v0.10.0 |
| 2569 | 2026-03-10T16:14:36.765Z | Checking secrecy v0.10.3 |
| 2570 | 2026-03-10T16:14:36.783Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2571 | 2026-03-10T16:14:36.920Z | Compiling memoffset v0.9.1 |
| 2572 | 2026-03-10T16:14:37.192Z | Compiling convert_case v0.4.0 |
| 2573 | 2026-03-10T16:14:37.210Z | Compiling cfg_aliases v0.2.1 |
| 2574 | 2026-03-10T16:14:37.370Z | Compiling unsafe-libyaml v0.2.11 |
| 2575 | 2026-03-10T16:14:37.385Z | Compiling nix v0.30.1 |
| 2576 | 2026-03-10T16:14:37.701Z | Checking ingot-types v0.1.2 |
| 2577 | 2026-03-10T16:14:37.717Z | Compiling derive_more v0.99.20 |
| 2578 | 2026-03-10T16:14:38.029Z | Checking num_enum v0.5.11 |
| 2579 | 2026-03-10T16:14:38.169Z | Compiling serde_yaml v0.9.34+deprecated |
| 2580 | 2026-03-10T16:14:38.280Z | Checking ingot v0.1.1 |
| 2581 | 2026-03-10T16:14:38.449Z | Checking camino-tempfile v1.4.1 |
| 2582 | 2026-03-10T16:14:38.500Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2583 | 2026-03-10T16:14:38.658Z | Compiling prettyplease v0.2.37 |
| 2584 | 2026-03-10T16:14:38.967Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2585 | 2026-03-10T16:14:39.048Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2586 | 2026-03-10T16:14:39.114Z | Checking smf v0.2.3 |
| 2587 | 2026-03-10T16:14:39.287Z | Compiling num-derive v0.4.2 |
| 2588 | 2026-03-10T16:14:39.518Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2589 | 2026-03-10T16:14:39.985Z | Compiling typify-macro v0.4.3 |
| 2590 | 2026-03-10T16:14:40.238Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2591 | 2026-03-10T16:14:40.417Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2592 | 2026-03-10T16:14:40.539Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2593 | 2026-03-10T16:14:40.648Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2594 | 2026-03-10T16:14:40.718Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2595 | 2026-03-10T16:14:41.076Z | Checking whoami v1.6.1 |
| 2596 | 2026-03-10T16:14:41.327Z | Compiling typify-impl v0.6.1 |
| 2597 | 2026-03-10T16:14:42.171Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2598 | 2026-03-10T16:14:42.340Z | Compiling typify v0.4.3 |
| 2599 | 2026-03-10T16:14:42.593Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2600 | 2026-03-10T16:14:43.150Z | Checking num-rational v0.4.2 |
| 2601 | 2026-03-10T16:14:43.524Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2602 | 2026-03-10T16:14:43.938Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2603 | 2026-03-10T16:14:44.160Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2604 | 2026-03-10T16:14:44.184Z | Checking half v2.7.1 |
| 2605 | 2026-03-10T16:14:44.469Z | Checking universal-hash v0.5.1 |
| 2606 | 2026-03-10T16:14:44.511Z | Checking num-complex v0.4.6 |
| 2607 | 2026-03-10T16:14:44.625Z | Checking ciborium-io v0.2.2 |
| 2608 | 2026-03-10T16:14:44.740Z | Checking opaque-debug v0.3.1 |
| 2609 | 2026-03-10T16:14:44.795Z | Checking ciborium-ll v0.2.2 |
| 2610 | 2026-03-10T16:14:44.831Z | Checking poly1305 v0.8.0 |
| 2611 | 2026-03-10T16:14:44.847Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2612 | 2026-03-10T16:14:45.004Z | Checking num v0.4.3 |
| 2613 | 2026-03-10T16:14:45.024Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2614 | 2026-03-10T16:14:45.099Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2615 | 2026-03-10T16:14:45.179Z | Checking toml v0.8.23 |
| 2616 | 2026-03-10T16:14:45.525Z | Checking password-hash v0.5.0 |
| 2617 | 2026-03-10T16:14:45.547Z | Checking thiserror-no-std v2.0.2 |
| 2618 | 2026-03-10T16:14:45.629Z | Checking chacha20 v0.9.1 |
| 2619 | 2026-03-10T16:14:45.659Z | Compiling usdt-attr-macro v0.5.0 |
| 2620 | 2026-03-10T16:14:45.824Z | Compiling usdt-macro v0.5.0 |
| 2621 | 2026-03-10T16:14:45.880Z | Checking blake2 v0.10.6 |
| 2622 | 2026-03-10T16:14:46.188Z | Checking aead v0.5.2 |
| 2623 | 2026-03-10T16:14:46.213Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2624 | 2026-03-10T16:14:46.553Z | Checking memmap v0.7.0 |
| 2625 | 2026-03-10T16:14:46.703Z | Checking float-ord v0.3.2 |
| 2626 | 2026-03-10T16:14:46.728Z | Checking chacha20poly1305 v0.10.1 |
| 2627 | 2026-03-10T16:14:46.784Z | Checking usdt v0.5.0 |
| 2628 | 2026-03-10T16:14:46.802Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2629 | 2026-03-10T16:14:46.832Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2630 | 2026-03-10T16:14:46.939Z | Checking argon2 v0.5.3 |
| 2631 | 2026-03-10T16:14:46.984Z | Checking vsss-rs v3.3.4 |
| 2632 | 2026-03-10T16:14:47.001Z | Checking ciborium v0.2.2 |
| 2633 | 2026-03-10T16:14:47.528Z | Compiling semver v0.1.20 |
| 2634 | 2026-03-10T16:14:47.588Z | Checking indent_write v2.2.0 |
| 2635 | 2026-03-10T16:14:47.753Z | Compiling rustc_version v0.1.7 |
| 2636 | 2026-03-10T16:14:47.773Z | Compiling typify-macro v0.6.1 |
| 2637 | 2026-03-10T16:14:47.804Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2638 | 2026-03-10T16:14:47.898Z | Compiling progenitor-impl v0.11.2 |
| 2639 | 2026-03-10T16:14:48.703Z | Compiling pin-project-internal v1.1.11 |
| 2640 | 2026-03-10T16:14:48.727Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2641 | 2026-03-10T16:14:48.984Z | Compiling minimal-lexical v0.2.1 |
| 2642 | 2026-03-10T16:14:49.317Z | Checking swrite v0.1.0 |
| 2643 | 2026-03-10T16:14:49.434Z | Checking linked-hash-map v0.5.6 |
| 2644 | 2026-03-10T16:14:49.608Z | Compiling nom v7.1.3 |
| 2645 | 2026-03-10T16:14:49.661Z | Checking lru-cache v0.1.2 |
| 2646 | 2026-03-10T16:14:49.818Z | Compiling newtype_derive v0.1.6 |
| 2647 | 2026-03-10T16:14:50.184Z | Compiling typify v0.6.1 |
| 2648 | 2026-03-10T16:14:50.254Z | Checking pin-project v1.1.11 |
| 2649 | 2026-03-10T16:14:50.322Z | Compiling progenitor-impl v0.13.0 |
| 2650 | 2026-03-10T16:14:50.394Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2651 | 2026-03-10T16:14:50.508Z | Checking newline-converter v0.3.0 |
| 2652 | 2026-03-10T16:14:50.649Z | Checking atomicwrites v0.4.4 |
| 2653 | 2026-03-10T16:14:50.788Z | Checking hickory-proto v0.24.4 |
| 2654 | 2026-03-10T16:14:50.822Z | Checking progenitor-client v0.11.2 |
| 2655 | 2026-03-10T16:14:51.116Z | Checking phf_shared v0.12.1 |
| 2656 | 2026-03-10T16:14:51.184Z | Checking console v0.15.11 |
| 2657 | 2026-03-10T16:14:51.308Z | Compiling snafu-derive v0.8.9 |
| 2658 | 2026-03-10T16:14:51.445Z | Checking pem v3.0.6 |
| 2659 | 2026-03-10T16:14:51.557Z | Checking csv-core v0.1.13 |
| 2660 | 2026-03-10T16:14:51.643Z | Compiling progenitor-macro v0.11.2 |
| 2661 | 2026-03-10T16:14:51.660Z | Compiling async-recursion v1.1.1 |
| 2662 | 2026-03-10T16:14:51.789Z | Compiling derive-where v1.6.0 |
| 2663 | 2026-03-10T16:14:52.571Z | Compiling slog-dtrace v0.3.0 |
| 2664 | 2026-03-10T16:14:52.843Z | Compiling chrono-tz v0.10.4 |
| 2665 | 2026-03-10T16:14:53.240Z | Checking resolv-conf v0.7.6 |
| 2666 | 2026-03-10T16:14:53.485Z | Compiling cancel-safe-futures v0.1.5 |
| 2667 | 2026-03-10T16:14:53.626Z | Checking unicode-width v0.1.14 |
| 2668 | 2026-03-10T16:14:53.823Z | Checking same-file v1.0.6 |
| 2669 | 2026-03-10T16:14:53.963Z | Compiling owo-colors v4.3.0 |
| 2670 | 2026-03-10T16:14:53.980Z | Checking highway v1.3.0 |
| 2671 | 2026-03-10T16:14:54.035Z | Checking snafu v0.8.9 |
| 2672 | 2026-03-10T16:14:54.039Z | Compiling progenitor-macro v0.13.0 |
| 2673 | 2026-03-10T16:14:54.287Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2674 | 2026-03-10T16:14:54.353Z | Checking walkdir v2.5.0 |
| 2675 | 2026-03-10T16:14:54.494Z | Checking hickory-resolver v0.24.4 |
| 2676 | 2026-03-10T16:14:54.594Z | Compiling const_format_proc_macros v0.2.34 |
| 2677 | 2026-03-10T16:14:55.318Z | Checking csv v1.4.0 |
| 2678 | 2026-03-10T16:14:55.441Z | Checking expectorate v1.2.0 |
| 2679 | 2026-03-10T16:14:55.606Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2680 | 2026-03-10T16:14:55.708Z | Checking phf v0.12.1 |
| 2681 | 2026-03-10T16:14:55.819Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2682 | 2026-03-10T16:14:56.341Z | Checking tokio-dtrace v0.1.1 |
| 2683 | 2026-03-10T16:14:56.468Z | Compiling progenitor-impl v0.10.0 |
| 2684 | 2026-03-10T16:14:56.576Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2685 | 2026-03-10T16:14:57.069Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2686 | 2026-03-10T16:14:57.303Z | Checking globset v0.4.18 |
| 2687 | 2026-03-10T16:14:57.648Z | Checking olpc-cjson v0.1.4 |
| 2688 | 2026-03-10T16:14:57.793Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2689 | 2026-03-10T16:14:57.812Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2690 | 2026-03-10T16:14:57.827Z | Checking libsw-core v0.3.2 |
| 2691 | 2026-03-10T16:14:57.951Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2692 | 2026-03-10T16:14:58.028Z | Checking arc-swap v1.8.2 |
| 2693 | 2026-03-10T16:14:58.155Z | Compiling lzma-sys v0.1.20 |
| 2694 | 2026-03-10T16:14:58.339Z | Checking serde_plain v1.0.2 |
| 2695 | 2026-03-10T16:14:58.633Z | Checking utf-8 v0.7.6 |
| 2696 | 2026-03-10T16:14:58.659Z | Checking progenitor v0.11.2 |
| 2697 | 2026-03-10T16:14:58.701Z | Checking bytecount v0.6.9 |
| 2698 | 2026-03-10T16:14:58.809Z | Checking typed-path v0.9.3 |
| 2699 | 2026-03-10T16:14:58.843Z | Checking papergrid v0.11.0 |
| 2700 | 2026-03-10T16:14:58.858Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2701 | 2026-03-10T16:14:59.062Z | Checking tungstenite v0.21.0 |
| 2702 | 2026-03-10T16:14:59.658Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2703 | 2026-03-10T16:14:59.675Z | Checking slog-scope v4.4.1 |
| 2704 | 2026-03-10T16:14:59.848Z | Checking libsw v3.5.0 |
| 2705 | 2026-03-10T16:14:59.879Z | Checking oxide-tokio-rt v0.1.2 |
| 2706 | 2026-03-10T16:14:59.897Z | Checking tough v0.20.0 |
| 2707 | 2026-03-10T16:15:00.142Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2708 | 2026-03-10T16:15:00.194Z | Compiling progenitor-macro v0.10.0 |
| 2709 | 2026-03-10T16:15:00.263Z | Checking const_format v0.2.35 |
| 2710 | 2026-03-10T16:15:00.588Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2711 | 2026-03-10T16:15:00.699Z | Checking qorb v0.4.1 |
| 2712 | 2026-03-10T16:15:01.166Z | Checking progenitor v0.13.0 |
| 2713 | 2026-03-10T16:15:01.657Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2714 | 2026-03-10T16:15:01.959Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2715 | 2026-03-10T16:15:02.228Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2716 | 2026-03-10T16:15:02.246Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2717 | 2026-03-10T16:15:02.579Z | Compiling cargo_toml v0.22.3 |
| 2718 | 2026-03-10T16:15:02.822Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2719 | 2026-03-10T16:15:02.882Z | Checking gethostname v0.5.0 |
| 2720 | 2026-03-10T16:15:02.911Z | Compiling tabled_derive v0.7.0 |
| 2721 | 2026-03-10T16:15:03.071Z | Checking bcs v0.1.6 |
| 2722 | 2026-03-10T16:15:03.240Z | Checking unicode-linebreak v0.1.5 |
| 2723 | 2026-03-10T16:15:03.292Z | Checking smawk v0.3.2 |
| 2724 | 2026-03-10T16:15:03.385Z | Checking linear-map v1.2.0 |
| 2725 | 2026-03-10T16:15:03.461Z | Checking termtree v0.5.1 |
| 2726 | 2026-03-10T16:15:03.523Z | Checking textwrap v0.16.2 |
| 2727 | 2026-03-10T16:15:03.616Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2728 | 2026-03-10T16:15:03.639Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2729 | 2026-03-10T16:15:03.805Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2730 | 2026-03-10T16:15:03.867Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2731 | 2026-03-10T16:15:04.337Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2732 | 2026-03-10T16:15:04.363Z | Checking tabled v0.15.0 |
| 2733 | 2026-03-10T16:15:05.390Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2734 | 2026-03-10T16:15:05.645Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2735 | 2026-03-10T16:15:05.665Z | Checking steno v0.4.1 |
| 2736 | 2026-03-10T16:15:05.867Z | Checking slog-stdlog v4.1.1 |
| 2737 | 2026-03-10T16:15:06.025Z | Checking typeid v1.0.3 |
| 2738 | 2026-03-10T16:15:06.121Z | Checking tokio-tungstenite v0.21.0 |
| 2739 | 2026-03-10T16:15:06.155Z | Checking base64 v0.21.7 |
| 2740 | 2026-03-10T16:15:06.469Z | Checking humantime v2.3.0 |
| 2741 | 2026-03-10T16:15:06.472Z | Checking ron v0.12.0 |
| 2742 | 2026-03-10T16:15:06.577Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2743 | 2026-03-10T16:15:06.709Z | Checking xz2 v0.1.7 |
| 2744 | 2026-03-10T16:15:06.819Z | Checking slog-envlogger v2.2.0 |
| 2745 | 2026-03-10T16:15:06.927Z | Checking yasna v0.5.2 |
| 2746 | 2026-03-10T16:15:06.988Z | Checking headers-core v0.3.0 |
| 2747 | 2026-03-10T16:15:07.008Z | Checking filetime v0.2.27 |
| 2748 | 2026-03-10T16:15:07.124Z | Checking base16ct v1.0.0 |
| 2749 | 2026-03-10T16:15:07.182Z | Checking xattr v1.6.1 |
| 2750 | 2026-03-10T16:15:07.291Z | Checking headers v0.4.1 |
| 2751 | 2026-03-10T16:15:07.326Z | Checking progenitor v0.10.0 |
| 2752 | 2026-03-10T16:15:07.347Z | Checking tar v0.4.44 |
| 2753 | 2026-03-10T16:15:07.442Z | Checking rcgen v0.12.1 |
| 2754 | 2026-03-10T16:15:07.485Z | Checking subprocess v0.2.15 |
| 2755 | 2026-03-10T16:15:07.502Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2756 | 2026-03-10T16:15:14.401Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2757 | 2026-03-10T16:15:22.419Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2758 | 2026-03-10T16:15:24.219Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2759 | 2026-03-10T16:15:25.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.97s |
| 2760 | 2026-03-10T16:15:26.054Z | |
| 2761 | 2026-03-10T16:15:26.054Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (52/256) |
| 2762 | 2026-03-10T16:15:26.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2763 | 2026-03-10T16:15:26.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2764 | 2026-03-10T16:15:26.971Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2765 | 2026-03-10T16:15:28.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.68s |
| 2766 | 2026-03-10T16:15:28.951Z | |
| 2767 | 2026-03-10T16:15:28.951Z | info: running `cargo check --bins` on nexus-config (53/256) |
| 2768 | 2026-03-10T16:15:29.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2769 | 2026-03-10T16:15:29.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2770 | 2026-03-10T16:15:29.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2771 | 2026-03-10T16:15:29.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2772 | 2026-03-10T16:15:29.790Z | |
| 2773 | 2026-03-10T16:15:29.790Z | info: running `cargo check --bins` on nexus-types (54/256) |
| 2774 | 2026-03-10T16:15:30.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2775 | 2026-03-10T16:15:30.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2776 | 2026-03-10T16:15:30.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2777 | 2026-03-10T16:15:30.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2778 | 2026-03-10T16:15:30.617Z | |
| 2779 | 2026-03-10T16:15:30.617Z | info: running `cargo check --bins` on clickhouse-admin-types (55/256) |
| 2780 | 2026-03-10T16:15:31.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2781 | 2026-03-10T16:15:31.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2782 | 2026-03-10T16:15:31.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2783 | 2026-03-10T16:15:31.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2784 | 2026-03-10T16:15:31.401Z | |
| 2785 | 2026-03-10T16:15:31.402Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (56/256) |
| 2786 | 2026-03-10T16:15:32.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2787 | 2026-03-10T16:15:32.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2788 | 2026-03-10T16:15:32.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2789 | 2026-03-10T16:15:32.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2790 | 2026-03-10T16:15:32.185Z | |
| 2791 | 2026-03-10T16:15:32.185Z | info: running `cargo check --bins` on cockroach-admin-types (57/256) |
| 2792 | 2026-03-10T16:15:32.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2793 | 2026-03-10T16:15:32.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2794 | 2026-03-10T16:15:32.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2795 | 2026-03-10T16:15:32.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2796 | 2026-03-10T16:15:32.946Z | |
| 2797 | 2026-03-10T16:15:32.946Z | info: running `cargo check --bins` on cockroach-admin-types-versions (58/256) |
| 2798 | 2026-03-10T16:15:33.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2799 | 2026-03-10T16:15:33.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2800 | 2026-03-10T16:15:33.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2801 | 2026-03-10T16:15:33.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2802 | 2026-03-10T16:15:33.712Z | |
| 2803 | 2026-03-10T16:15:33.712Z | info: running `cargo check --bins` on ereport-types (59/256) |
| 2804 | 2026-03-10T16:15:34.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2805 | 2026-03-10T16:15:34.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2806 | 2026-03-10T16:15:34.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2807 | 2026-03-10T16:15:34.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2808 | 2026-03-10T16:15:34.486Z | |
| 2809 | 2026-03-10T16:15:34.486Z | info: running `cargo check --bins` on gateway-client (60/256) |
| 2810 | 2026-03-10T16:15:35.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2811 | 2026-03-10T16:15:35.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2812 | 2026-03-10T16:15:35.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2813 | 2026-03-10T16:15:35.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2814 | 2026-03-10T16:15:35.268Z | |
| 2815 | 2026-03-10T16:15:35.268Z | info: running `cargo check --bins --no-default-features` on gateway-types (61/256) |
| 2816 | 2026-03-10T16:15:35.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2817 | 2026-03-10T16:15:35.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2818 | 2026-03-10T16:15:35.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2819 | 2026-03-10T16:15:35.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2820 | 2026-03-10T16:15:36.037Z | |
| 2821 | 2026-03-10T16:15:36.037Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (62/256) |
| 2822 | 2026-03-10T16:15:36.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2823 | 2026-03-10T16:15:36.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2824 | 2026-03-10T16:15:36.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2825 | 2026-03-10T16:15:36.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2826 | 2026-03-10T16:15:36.813Z | |
| 2827 | 2026-03-10T16:15:36.813Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (63/256) |
| 2828 | 2026-03-10T16:15:37.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2829 | 2026-03-10T16:15:37.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2830 | 2026-03-10T16:15:37.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2831 | 2026-03-10T16:15:37.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2832 | 2026-03-10T16:15:37.586Z | |
| 2833 | 2026-03-10T16:15:37.586Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (64/256) |
| 2834 | 2026-03-10T16:15:38.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2835 | 2026-03-10T16:15:38.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2836 | 2026-03-10T16:15:38.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2837 | 2026-03-10T16:15:38.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2838 | 2026-03-10T16:15:38.355Z | |
| 2839 | 2026-03-10T16:15:38.355Z | info: running `cargo check --bins` on internal-dns-types (65/256) |
| 2840 | 2026-03-10T16:15:39.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2841 | 2026-03-10T16:15:39.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2842 | 2026-03-10T16:15:39.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2843 | 2026-03-10T16:15:39.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2844 | 2026-03-10T16:15:39.126Z | |
| 2845 | 2026-03-10T16:15:39.126Z | info: running `cargo check --bins` on internal-dns-types-versions (66/256) |
| 2846 | 2026-03-10T16:15:39.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2847 | 2026-03-10T16:15:39.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2848 | 2026-03-10T16:15:39.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2849 | 2026-03-10T16:15:39.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2850 | 2026-03-10T16:15:39.903Z | |
| 2851 | 2026-03-10T16:15:39.903Z | info: running `cargo check --bins` on nexus-types-versions (67/256) |
| 2852 | 2026-03-10T16:15:40.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2853 | 2026-03-10T16:15:40.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2854 | 2026-03-10T16:15:40.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2855 | 2026-03-10T16:15:40.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2856 | 2026-03-10T16:15:40.713Z | |
| 2857 | 2026-03-10T16:15:40.713Z | info: running `cargo check --bins` on omicron-passwords (68/256) |
| 2858 | 2026-03-10T16:15:41.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2859 | 2026-03-10T16:15:41.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2860 | 2026-03-10T16:15:41.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2861 | 2026-03-10T16:15:41.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2862 | 2026-03-10T16:15:41.474Z | |
| 2863 | 2026-03-10T16:15:41.474Z | info: running `cargo check --bins` on oxql-types (69/256) |
| 2864 | 2026-03-10T16:15:42.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2865 | 2026-03-10T16:15:42.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2866 | 2026-03-10T16:15:42.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2867 | 2026-03-10T16:15:42.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2868 | 2026-03-10T16:15:42.251Z | |
| 2869 | 2026-03-10T16:15:42.251Z | info: running `cargo check --bins` on oximeter-types (70/256) |
| 2870 | 2026-03-10T16:15:42.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2871 | 2026-03-10T16:15:42.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2872 | 2026-03-10T16:15:42.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2873 | 2026-03-10T16:15:42.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2874 | 2026-03-10T16:15:43.028Z | |
| 2875 | 2026-03-10T16:15:43.028Z | info: running `cargo check --bins` on oximeter-types-versions (71/256) |
| 2876 | 2026-03-10T16:15:43.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2877 | 2026-03-10T16:15:43.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2878 | 2026-03-10T16:15:43.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2879 | 2026-03-10T16:15:43.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2880 | 2026-03-10T16:15:43.807Z | |
| 2881 | 2026-03-10T16:15:43.810Z | info: running `cargo check --bins` on oximeter-macro-impl (72/256) |
| 2882 | 2026-03-10T16:15:44.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2883 | 2026-03-10T16:15:44.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2884 | 2026-03-10T16:15:44.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2885 | 2026-03-10T16:15:44.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2886 | 2026-03-10T16:15:44.568Z | |
| 2887 | 2026-03-10T16:15:44.568Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (73/256) |
| 2888 | 2026-03-10T16:15:45.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2889 | 2026-03-10T16:15:45.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2890 | 2026-03-10T16:15:45.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2891 | 2026-03-10T16:15:45.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2892 | 2026-03-10T16:15:45.370Z | |
| 2893 | 2026-03-10T16:15:45.370Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (74/256) |
| 2894 | 2026-03-10T16:15:46.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2895 | 2026-03-10T16:15:46.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2896 | 2026-03-10T16:15:46.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2897 | 2026-03-10T16:15:46.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2898 | 2026-03-10T16:15:46.172Z | |
| 2899 | 2026-03-10T16:15:46.172Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (75/256) |
| 2900 | 2026-03-10T16:15:46.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2901 | 2026-03-10T16:15:46.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2902 | 2026-03-10T16:15:46.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2903 | 2026-03-10T16:15:46.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2904 | 2026-03-10T16:15:46.978Z | |
| 2905 | 2026-03-10T16:15:46.978Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (76/256) |
| 2906 | 2026-03-10T16:15:47.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2907 | 2026-03-10T16:15:47.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2908 | 2026-03-10T16:15:47.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2909 | 2026-03-10T16:15:47.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2910 | 2026-03-10T16:15:47.770Z | |
| 2911 | 2026-03-10T16:15:47.770Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (77/256) |
| 2912 | 2026-03-10T16:15:48.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2913 | 2026-03-10T16:15:48.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2914 | 2026-03-10T16:15:48.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2915 | 2026-03-10T16:15:48.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2916 | 2026-03-10T16:15:48.566Z | |
| 2917 | 2026-03-10T16:15:48.566Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (78/256) |
| 2918 | 2026-03-10T16:15:49.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2919 | 2026-03-10T16:15:49.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2920 | 2026-03-10T16:15:49.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2921 | 2026-03-10T16:15:49.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2922 | 2026-03-10T16:15:49.361Z | |
| 2923 | 2026-03-10T16:15:49.361Z | info: running `cargo check --bins --no-default-features` on gfss (79/256) |
| 2924 | 2026-03-10T16:15:50.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2925 | 2026-03-10T16:15:50.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2926 | 2026-03-10T16:15:50.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2927 | 2026-03-10T16:15:50.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2928 | 2026-03-10T16:15:50.124Z | |
| 2929 | 2026-03-10T16:15:50.124Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (80/256) |
| 2930 | 2026-03-10T16:15:50.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2931 | 2026-03-10T16:15:50.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2932 | 2026-03-10T16:15:50.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2933 | 2026-03-10T16:15:50.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2934 | 2026-03-10T16:15:50.888Z | |
| 2935 | 2026-03-10T16:15:50.888Z | info: running `cargo check --bins --no-default-features` on oximeter-db (81/256) |
| 2936 | 2026-03-10T16:15:51.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2937 | 2026-03-10T16:15:51.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2938 | 2026-03-10T16:15:51.686Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2939 | 2026-03-10T16:15:52.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 2940 | 2026-03-10T16:15:52.534Z | |
| 2941 | 2026-03-10T16:15:52.534Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (82/256) |
| 2942 | 2026-03-10T16:15:53.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2943 | 2026-03-10T16:15:53.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2944 | 2026-03-10T16:15:53.348Z | Compiling ar_archive_writer v0.5.1 |
| 2945 | 2026-03-10T16:15:53.351Z | Compiling stacker v0.1.23 |
| 2946 | 2026-03-10T16:15:53.351Z | Compiling cfg_aliases v0.1.1 |
| 2947 | 2026-03-10T16:15:53.455Z | Compiling convert_case v0.10.0 |
| 2948 | 2026-03-10T16:15:53.486Z | Checking fd-lock v4.0.4 |
| 2949 | 2026-03-10T16:15:53.486Z | Checking nibble_vec v0.1.0 |
| 2950 | 2026-03-10T16:15:53.490Z | Checking vte v0.14.1 |
| 2951 | 2026-03-10T16:15:53.490Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2952 | 2026-03-10T16:15:53.542Z | Compiling nix v0.28.0 |
| 2953 | 2026-03-10T16:15:53.628Z | Checking endian-type v0.1.2 |
| 2954 | 2026-03-10T16:15:53.649Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2955 | 2026-03-10T16:15:53.717Z | Checking strip-ansi-escapes v0.2.1 |
| 2956 | 2026-03-10T16:15:53.794Z | Checking radix_trie v0.2.1 |
| 2957 | 2026-03-10T16:15:53.830Z | Compiling peg-macros v0.8.5 |
| 2958 | 2026-03-10T16:15:53.844Z | Checking winnow v0.6.26 |
| 2959 | 2026-03-10T16:15:53.882Z | Compiling derive_more-impl v2.1.1 |
| 2960 | 2026-03-10T16:15:54.045Z | Compiling sqlparser_derive v0.5.0 |
| 2961 | 2026-03-10T16:15:54.059Z | Checking nu-ansi-term v0.50.3 |
| 2962 | 2026-03-10T16:15:54.298Z | Checking home v0.5.12 |
| 2963 | 2026-03-10T16:15:54.329Z | Checking unicode_categories v0.1.1 |
| 2964 | 2026-03-10T16:15:54.429Z | Checking reedline v0.40.0 |
| 2965 | 2026-03-10T16:15:54.562Z | Checking display-error-chain v0.2.2 |
| 2966 | 2026-03-10T16:15:54.666Z | Compiling psm v0.1.30 |
| 2967 | 2026-03-10T16:15:54.988Z | Checking derive_more v2.1.1 |
| 2968 | 2026-03-10T16:15:55.080Z | Checking crossterm v0.29.0 |
| 2969 | 2026-03-10T16:15:55.362Z | Checking peg v0.8.5 |
| 2970 | 2026-03-10T16:15:55.366Z | Checking sqlformat v0.3.5 |
| 2971 | 2026-03-10T16:15:55.390Z | Checking rustyline v14.0.0 |
| 2972 | 2026-03-10T16:15:55.660Z | Checking recursive v0.1.1 |
| 2973 | 2026-03-10T16:15:55.767Z | Checking sqlparser v0.61.0 |
| 2974 | 2026-03-10T16:16:11.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.10s |
| 2975 | 2026-03-10T16:16:11.845Z | |
| 2976 | 2026-03-10T16:16:11.846Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (83/256) |
| 2977 | 2026-03-10T16:16:12.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2978 | 2026-03-10T16:16:12.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2979 | 2026-03-10T16:16:12.652Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2980 | 2026-03-10T16:16:17.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s |
| 2981 | 2026-03-10T16:16:17.513Z | |
| 2982 | 2026-03-10T16:16:17.513Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (84/256) |
| 2983 | 2026-03-10T16:16:18.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2984 | 2026-03-10T16:16:18.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2985 | 2026-03-10T16:16:18.322Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2986 | 2026-03-10T16:16:21.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s |
| 2987 | 2026-03-10T16:16:21.779Z | |
| 2988 | 2026-03-10T16:16:21.779Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (85/256) |
| 2989 | 2026-03-10T16:16:22.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2990 | 2026-03-10T16:16:22.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2991 | 2026-03-10T16:16:22.586Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2992 | 2026-03-10T16:16:26.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s |
| 2993 | 2026-03-10T16:16:27.173Z | |
| 2994 | 2026-03-10T16:16:27.173Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (86/256) |
| 2995 | 2026-03-10T16:16:27.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2996 | 2026-03-10T16:16:27.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2997 | 2026-03-10T16:16:27.989Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2998 | 2026-03-10T16:16:32.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s |
| 2999 | 2026-03-10T16:16:32.610Z | |
| 3000 | 2026-03-10T16:16:32.610Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (87/256) |
| 3001 | 2026-03-10T16:16:33.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3002 | 2026-03-10T16:16:33.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3003 | 2026-03-10T16:16:33.410Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3004 | 2026-03-10T16:16:36.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s |
| 3005 | 2026-03-10T16:16:37.065Z | |
| 3006 | 2026-03-10T16:16:37.065Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (88/256) |
| 3007 | 2026-03-10T16:16:37.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3008 | 2026-03-10T16:16:37.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3009 | 2026-03-10T16:16:37.870Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3010 | 2026-03-10T16:16:41.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s |
| 3011 | 2026-03-10T16:16:41.601Z | |
| 3012 | 2026-03-10T16:16:41.601Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (89/256) |
| 3013 | 2026-03-10T16:16:42.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3014 | 2026-03-10T16:16:42.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3015 | 2026-03-10T16:16:42.409Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3016 | 2026-03-10T16:16:47.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s |
| 3017 | 2026-03-10T16:16:47.230Z | |
| 3018 | 2026-03-10T16:16:47.230Z | info: running `cargo check --bins` on oximeter (90/256) |
| 3019 | 2026-03-10T16:16:47.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3020 | 2026-03-10T16:16:47.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3021 | 2026-03-10T16:16:47.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3022 | 2026-03-10T16:16:47.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3023 | 2026-03-10T16:16:48.007Z | |
| 3024 | 2026-03-10T16:16:48.007Z | info: running `cargo check --bins` on oximeter-schema (91/256) |
| 3025 | 2026-03-10T16:16:48.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3026 | 2026-03-10T16:16:48.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3027 | 2026-03-10T16:16:48.785Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3028 | 2026-03-10T16:16:48.963Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3029 | 2026-03-10T16:16:49.416Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3030 | 2026-03-10T16:16:54.401Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3031 | 2026-03-10T16:16:54.822Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3032 | 2026-03-10T16:16:56.431Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3033 | 2026-03-10T16:16:57.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.26s |
| 3034 | 2026-03-10T16:16:57.476Z | |
| 3035 | 2026-03-10T16:16:57.476Z | info: running `cargo check --bins` on oximeter-timeseries-macro (92/256) |
| 3036 | 2026-03-10T16:16:58.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3037 | 2026-03-10T16:16:58.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3038 | 2026-03-10T16:16:58.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3039 | 2026-03-10T16:16:58.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3040 | 2026-03-10T16:16:58.257Z | |
| 3041 | 2026-03-10T16:16:58.257Z | info: running `cargo check --bins` on oximeter-test-utils (93/256) |
| 3042 | 2026-03-10T16:16:58.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3043 | 2026-03-10T16:16:58.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3044 | 2026-03-10T16:16:58.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3045 | 2026-03-10T16:16:58.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3046 | 2026-03-10T16:16:59.101Z | |
| 3047 | 2026-03-10T16:16:59.101Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (94/256) |
| 3048 | 2026-03-10T16:16:59.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3049 | 2026-03-10T16:16:59.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3050 | 2026-03-10T16:16:59.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3051 | 2026-03-10T16:16:59.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3052 | 2026-03-10T16:16:59.906Z | |
| 3053 | 2026-03-10T16:16:59.906Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (95/256) |
| 3054 | 2026-03-10T16:17:00.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3055 | 2026-03-10T16:17:00.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3056 | 2026-03-10T16:17:00.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3057 | 2026-03-10T16:17:00.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3058 | 2026-03-10T16:17:00.710Z | |
| 3059 | 2026-03-10T16:17:00.710Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (96/256) |
| 3060 | 2026-03-10T16:17:01.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3061 | 2026-03-10T16:17:01.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3062 | 2026-03-10T16:17:01.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3063 | 2026-03-10T16:17:01.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3064 | 2026-03-10T16:17:01.511Z | |
| 3065 | 2026-03-10T16:17:01.511Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (97/256) |
| 3066 | 2026-03-10T16:17:02.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3067 | 2026-03-10T16:17:02.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3068 | 2026-03-10T16:17:02.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3069 | 2026-03-10T16:17:02.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3070 | 2026-03-10T16:17:02.312Z | |
| 3071 | 2026-03-10T16:17:02.312Z | info: running `cargo check --bins` on trust-quorum-types (98/256) |
| 3072 | 2026-03-10T16:17:02.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3073 | 2026-03-10T16:17:02.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3074 | 2026-03-10T16:17:02.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3075 | 2026-03-10T16:17:03.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3076 | 2026-03-10T16:17:03.102Z | |
| 3077 | 2026-03-10T16:17:03.103Z | info: running `cargo check --bins` on trust-quorum-test-utils (99/256) |
| 3078 | 2026-03-10T16:17:03.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3079 | 2026-03-10T16:17:03.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3080 | 2026-03-10T16:17:03.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3081 | 2026-03-10T16:17:03.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3082 | 2026-03-10T16:17:03.901Z | |
| 3083 | 2026-03-10T16:17:03.901Z | info: running `cargo check --bins` on update-engine (100/256) |
| 3084 | 2026-03-10T16:17:04.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3085 | 2026-03-10T16:17:04.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3086 | 2026-03-10T16:17:04.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3087 | 2026-03-10T16:17:04.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3088 | 2026-03-10T16:17:04.668Z | |
| 3089 | 2026-03-10T16:17:04.668Z | info: running `cargo check --bins` on omicron-certificates (101/256) |
| 3090 | 2026-03-10T16:17:05.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3091 | 2026-03-10T16:17:05.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3092 | 2026-03-10T16:17:05.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3093 | 2026-03-10T16:17:05.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3094 | 2026-03-10T16:17:05.489Z | |
| 3095 | 2026-03-10T16:17:05.489Z | info: running `cargo check --bins` on omicron-clickhouse-admin (102/256) |
| 3096 | 2026-03-10T16:17:06.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3097 | 2026-03-10T16:17:06.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3098 | 2026-03-10T16:17:06.287Z | Checking dropshot-api-manager-types v0.5.2 |
| 3099 | 2026-03-10T16:17:06.293Z | Checking nanorand v0.7.0 |
| 3100 | 2026-03-10T16:17:06.569Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3101 | 2026-03-10T16:17:06.599Z | Checking flume v0.11.1 |
| 3102 | 2026-03-10T16:17:06.867Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3103 | 2026-03-10T16:17:08.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.68s |
| 3104 | 2026-03-10T16:17:08.346Z | |
| 3105 | 2026-03-10T16:17:08.346Z | info: running `cargo check --bins` on clickhouse-admin-api (103/256) |
| 3106 | 2026-03-10T16:17:09.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3107 | 2026-03-10T16:17:09.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3108 | 2026-03-10T16:17:09.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3109 | 2026-03-10T16:17:09.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3110 | 2026-03-10T16:17:09.121Z | |
| 3111 | 2026-03-10T16:17:09.121Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (104/256) |
| 3112 | 2026-03-10T16:17:09.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3113 | 2026-03-10T16:17:09.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3114 | 2026-03-10T16:17:09.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3115 | 2026-03-10T16:17:09.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3116 | 2026-03-10T16:17:09.906Z | |
| 3117 | 2026-03-10T16:17:09.906Z | info: running `cargo check --bins` on bootstrap-agent-client (105/256) |
| 3118 | 2026-03-10T16:17:10.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3119 | 2026-03-10T16:17:10.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3120 | 2026-03-10T16:17:10.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3121 | 2026-03-10T16:17:10.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3122 | 2026-03-10T16:17:10.705Z | |
| 3123 | 2026-03-10T16:17:10.705Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (106/256) |
| 3124 | 2026-03-10T16:17:11.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3125 | 2026-03-10T16:17:11.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3126 | 2026-03-10T16:17:11.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3127 | 2026-03-10T16:17:11.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3128 | 2026-03-10T16:17:11.512Z | |
| 3129 | 2026-03-10T16:17:11.512Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (107/256) |
| 3130 | 2026-03-10T16:17:12.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3131 | 2026-03-10T16:17:12.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3132 | 2026-03-10T16:17:12.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3133 | 2026-03-10T16:17:12.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3134 | 2026-03-10T16:17:12.298Z | |
| 3135 | 2026-03-10T16:17:12.298Z | info: running `cargo check --bins` on clickhouse-admin-server-client (108/256) |
| 3136 | 2026-03-10T16:17:12.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3137 | 2026-03-10T16:17:12.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3138 | 2026-03-10T16:17:12.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3139 | 2026-03-10T16:17:12.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3140 | 2026-03-10T16:17:13.082Z | |
| 3141 | 2026-03-10T16:17:13.082Z | info: running `cargo check --bins` on clickhouse-admin-single-client (109/256) |
| 3142 | 2026-03-10T16:17:13.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3143 | 2026-03-10T16:17:13.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3144 | 2026-03-10T16:17:13.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3145 | 2026-03-10T16:17:13.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3146 | 2026-03-10T16:17:13.869Z | |
| 3147 | 2026-03-10T16:17:13.869Z | info: running `cargo check --bins` on cockroach-admin-client (110/256) |
| 3148 | 2026-03-10T16:17:14.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3149 | 2026-03-10T16:17:14.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3150 | 2026-03-10T16:17:14.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3151 | 2026-03-10T16:17:14.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3152 | 2026-03-10T16:17:14.636Z | |
| 3153 | 2026-03-10T16:17:14.636Z | info: running `cargo check --bins` on omicron-ddm-admin-client (111/256) |
| 3154 | 2026-03-10T16:17:15.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3155 | 2026-03-10T16:17:15.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3156 | 2026-03-10T16:17:15.333Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3157 | 2026-03-10T16:17:15.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3158 | 2026-03-10T16:17:15.436Z | |
| 3159 | 2026-03-10T16:17:15.436Z | info: running `cargo check --bins` on dns-service-client (112/256) |
| 3160 | 2026-03-10T16:17:16.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3161 | 2026-03-10T16:17:16.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3162 | 2026-03-10T16:17:16.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3163 | 2026-03-10T16:17:16.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3164 | 2026-03-10T16:17:16.226Z | |
| 3165 | 2026-03-10T16:17:16.226Z | info: running `cargo check --bins` on installinator-client (113/256) |
| 3166 | 2026-03-10T16:17:16.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3167 | 2026-03-10T16:17:16.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3168 | 2026-03-10T16:17:16.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3169 | 2026-03-10T16:17:16.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3170 | 2026-03-10T16:17:17.007Z | |
| 3171 | 2026-03-10T16:17:17.007Z | info: running `cargo check --bins` on nexus-client (114/256) |
| 3172 | 2026-03-10T16:17:17.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3173 | 2026-03-10T16:17:17.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3174 | 2026-03-10T16:17:17.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3175 | 2026-03-10T16:17:17.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3176 | 2026-03-10T16:17:17.840Z | |
| 3177 | 2026-03-10T16:17:17.840Z | info: running `cargo check --bins` on nexus-lockstep-client (115/256) |
| 3178 | 2026-03-10T16:17:18.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3179 | 2026-03-10T16:17:18.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3180 | 2026-03-10T16:17:18.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3181 | 2026-03-10T16:17:18.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3182 | 2026-03-10T16:17:18.676Z | |
| 3183 | 2026-03-10T16:17:18.676Z | info: running `cargo check --bins` on ntp-admin-client (116/256) |
| 3184 | 2026-03-10T16:17:19.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3185 | 2026-03-10T16:17:19.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3186 | 2026-03-10T16:17:19.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3187 | 2026-03-10T16:17:19.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3188 | 2026-03-10T16:17:19.442Z | |
| 3189 | 2026-03-10T16:17:19.442Z | info: running `cargo check --bins` on oxide-client (117/256) |
| 3190 | 2026-03-10T16:17:20.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3191 | 2026-03-10T16:17:20.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3192 | 2026-03-10T16:17:20.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3193 | 2026-03-10T16:17:20.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3194 | 2026-03-10T16:17:20.210Z | |
| 3195 | 2026-03-10T16:17:20.210Z | info: running `cargo check --bins` on oximeter-client (118/256) |
| 3196 | 2026-03-10T16:17:20.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3197 | 2026-03-10T16:17:20.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3198 | 2026-03-10T16:17:20.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3199 | 2026-03-10T16:17:20.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3200 | 2026-03-10T16:17:20.990Z | |
| 3201 | 2026-03-10T16:17:20.990Z | info: running `cargo check --bins` on repo-depot-client (119/256) |
| 3202 | 2026-03-10T16:17:21.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3203 | 2026-03-10T16:17:21.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3204 | 2026-03-10T16:17:21.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3205 | 2026-03-10T16:17:21.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3206 | 2026-03-10T16:17:21.750Z | |
| 3207 | 2026-03-10T16:17:21.750Z | info: running `cargo check --bins` on sled-agent-client (120/256) |
| 3208 | 2026-03-10T16:17:22.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3209 | 2026-03-10T16:17:22.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3210 | 2026-03-10T16:17:22.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3211 | 2026-03-10T16:17:22.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3212 | 2026-03-10T16:17:22.555Z | |
| 3213 | 2026-03-10T16:17:22.555Z | info: running `cargo check --bins` on wicketd-client (121/256) |
| 3214 | 2026-03-10T16:17:23.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3215 | 2026-03-10T16:17:23.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3216 | 2026-03-10T16:17:23.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3217 | 2026-03-10T16:17:23.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3218 | 2026-03-10T16:17:23.365Z | |
| 3219 | 2026-03-10T16:17:23.365Z | info: running `cargo check --bins` on installinator-common (122/256) |
| 3220 | 2026-03-10T16:17:24.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3221 | 2026-03-10T16:17:24.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3222 | 2026-03-10T16:17:24.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3223 | 2026-03-10T16:17:24.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3224 | 2026-03-10T16:17:24.159Z | |
| 3225 | 2026-03-10T16:17:24.159Z | info: running `cargo check --bins` on installinator-common-versions (123/256) |
| 3226 | 2026-03-10T16:17:24.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3227 | 2026-03-10T16:17:24.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3228 | 2026-03-10T16:17:24.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3229 | 2026-03-10T16:17:24.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3230 | 2026-03-10T16:17:24.926Z | |
| 3231 | 2026-03-10T16:17:24.926Z | info: running `cargo check --bins` on wicket-common (124/256) |
| 3232 | 2026-03-10T16:17:25.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3233 | 2026-03-10T16:17:25.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3234 | 2026-03-10T16:17:25.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3235 | 2026-03-10T16:17:25.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3236 | 2026-03-10T16:17:25.739Z | |
| 3237 | 2026-03-10T16:17:25.739Z | info: running `cargo check --bins` on omicron-cockroach-admin (125/256) |
| 3238 | 2026-03-10T16:17:26.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3239 | 2026-03-10T16:17:26.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3240 | 2026-03-10T16:17:26.554Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3241 | 2026-03-10T16:17:26.557Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3242 | 2026-03-10T16:17:26.557Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3243 | 2026-03-10T16:17:26.662Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3244 | 2026-03-10T16:17:26.672Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3245 | 2026-03-10T16:17:26.841Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3246 | 2026-03-10T16:17:26.865Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3247 | 2026-03-10T16:17:27.149Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3248 | 2026-03-10T16:17:27.154Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3249 | 2026-03-10T16:17:29.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s |
| 3250 | 2026-03-10T16:17:30.181Z | |
| 3251 | 2026-03-10T16:17:30.181Z | info: running `cargo check --bins` on cockroach-admin-api (126/256) |
| 3252 | 2026-03-10T16:17:30.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3253 | 2026-03-10T16:17:30.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3254 | 2026-03-10T16:17:30.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3255 | 2026-03-10T16:17:30.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3256 | 2026-03-10T16:17:30.963Z | |
| 3257 | 2026-03-10T16:17:30.963Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (127/256) |
| 3258 | 2026-03-10T16:17:31.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3259 | 2026-03-10T16:17:31.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3260 | 2026-03-10T16:17:31.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3261 | 2026-03-10T16:17:31.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3262 | 2026-03-10T16:17:31.858Z | |
| 3263 | 2026-03-10T16:17:31.858Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (128/256) |
| 3264 | 2026-03-10T16:17:32.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3265 | 2026-03-10T16:17:32.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3266 | 2026-03-10T16:17:32.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3267 | 2026-03-10T16:17:32.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3268 | 2026-03-10T16:17:32.760Z | |
| 3269 | 2026-03-10T16:17:32.760Z | info: running `cargo check --bins` on dns-server (129/256) |
| 3270 | 2026-03-10T16:17:33.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3271 | 2026-03-10T16:17:33.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3272 | 2026-03-10T16:17:33.569Z | Compiling parking_lot_core v0.8.6 |
| 3273 | 2026-03-10T16:17:33.572Z | Compiling git-stub v1.0.0 |
| 3274 | 2026-03-10T16:17:33.572Z | Compiling atomicwrites v0.4.4 |
| 3275 | 2026-03-10T16:17:33.572Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3276 | 2026-03-10T16:17:33.687Z | Checking tagptr v0.2.0 |
| 3277 | 2026-03-10T16:17:33.716Z | Checking prefix-trie v0.7.0 |
| 3278 | 2026-03-10T16:17:33.720Z | Checking fxhash v0.2.1 |
| 3279 | 2026-03-10T16:17:33.720Z | Checking hickory-client v0.25.2 |
| 3280 | 2026-03-10T16:17:33.879Z | Compiling git-stub-vcs v0.1.0 |
| 3281 | 2026-03-10T16:17:33.892Z | Checking moka v0.12.13 |
| 3282 | 2026-03-10T16:17:34.134Z | Checking hickory-server v0.25.2 |
| 3283 | 2026-03-10T16:17:34.228Z | Checking parking_lot v0.11.2 |
| 3284 | 2026-03-10T16:17:34.250Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3285 | 2026-03-10T16:17:34.350Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3286 | 2026-03-10T16:17:34.353Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3287 | 2026-03-10T16:17:34.353Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3288 | 2026-03-10T16:17:34.454Z | Checking sled v0.34.7 |
| 3289 | 2026-03-10T16:17:34.719Z | Checking hickory-resolver v0.25.2 |
| 3290 | 2026-03-10T16:17:37.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s |
| 3291 | 2026-03-10T16:17:37.474Z | |
| 3292 | 2026-03-10T16:17:37.474Z | info: running `cargo check --bins` on dns-server-api (130/256) |
| 3293 | 2026-03-10T16:17:38.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3294 | 2026-03-10T16:17:38.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3295 | 2026-03-10T16:17:38.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3296 | 2026-03-10T16:17:38.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3297 | 2026-03-10T16:17:38.261Z | |
| 3298 | 2026-03-10T16:17:38.261Z | info: running `cargo check --bins` on gateway-test-utils (131/256) |
| 3299 | 2026-03-10T16:17:38.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3300 | 2026-03-10T16:17:39.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3301 | 2026-03-10T16:17:39.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3302 | 2026-03-10T16:17:39.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3303 | 2026-03-10T16:17:39.117Z | |
| 3304 | 2026-03-10T16:17:39.117Z | info: running `cargo check --bins` on omicron-gateway (132/256) |
| 3305 | 2026-03-10T16:17:39.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3306 | 2026-03-10T16:17:39.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3307 | 2026-03-10T16:17:40.019Z | Compiling radium v0.7.0 |
| 3308 | 2026-03-10T16:17:40.025Z | Checking tap v1.0.1 |
| 3309 | 2026-03-10T16:17:40.025Z | Compiling maybe-uninit v2.0.0 |
| 3310 | 2026-03-10T16:17:40.154Z | Compiling zerocopy-derive v0.6.6 |
| 3311 | 2026-03-10T16:17:40.161Z | Checking funty v2.0.0 |
| 3312 | 2026-03-10T16:17:40.161Z | Checking crc-catalog v2.4.0 |
| 3313 | 2026-03-10T16:17:40.166Z | Compiling packed_struct v0.10.1 |
| 3314 | 2026-03-10T16:17:40.199Z | Compiling packed_struct_codegen v0.10.1 |
| 3315 | 2026-03-10T16:17:40.258Z | Checking wyz v0.5.1 |
| 3316 | 2026-03-10T16:17:40.302Z | Checking crc v3.4.0 |
| 3317 | 2026-03-10T16:17:40.513Z | Compiling bitfield-macros v0.19.4 |
| 3318 | 2026-03-10T16:17:40.527Z | Compiling indexmap v1.9.3 |
| 3319 | 2026-03-10T16:17:40.591Z | Checking nodrop v0.1.14 |
| 3320 | 2026-03-10T16:17:40.614Z | Checking hashbrown v0.12.3 |
| 3321 | 2026-03-10T16:17:40.640Z | Checking smallvec v0.6.14 |
| 3322 | 2026-03-10T16:17:40.703Z | Checking array-init v0.0.4 |
| 3323 | 2026-03-10T16:17:40.720Z | Checking bitvec v1.0.1 |
| 3324 | 2026-03-10T16:17:40.808Z | Checking ron v0.8.1 |
| 3325 | 2026-03-10T16:17:40.892Z | Checking hashbrown v0.13.2 |
| 3326 | 2026-03-10T16:17:41.200Z | Checking serde-hex v0.1.0 |
| 3327 | 2026-03-10T16:17:41.294Z | Checking zerocopy v0.6.6 |
| 3328 | 2026-03-10T16:17:41.465Z | Checking bitfield v0.19.4 |
| 3329 | 2026-03-10T16:17:41.469Z | Checking crc-any v2.5.0 |
| 3330 | 2026-03-10T16:17:41.516Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3331 | 2026-03-10T16:17:41.597Z | Checking object v0.30.4 |
| 3332 | 2026-03-10T16:17:41.714Z | Checking void v1.0.2 |
| 3333 | 2026-03-10T16:17:41.728Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3334 | 2026-03-10T16:17:41.732Z | Checking path-slash v0.1.5 |
| 3335 | 2026-03-10T16:17:41.792Z | Checking half v1.8.3 |
| 3336 | 2026-03-10T16:17:41.840Z | Checking lzss v0.8.2 |
| 3337 | 2026-03-10T16:17:41.855Z | Checking tungstenite v0.23.0 |
| 3338 | 2026-03-10T16:17:41.918Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3339 | 2026-03-10T16:17:42.030Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3340 | 2026-03-10T16:17:42.056Z | Checking serde_cbor v0.11.2 |
| 3341 | 2026-03-10T16:17:42.072Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3342 | 2026-03-10T16:17:42.115Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3343 | 2026-03-10T16:17:42.226Z | Checking nix v0.27.1 |
| 3344 | 2026-03-10T16:17:42.391Z | Checking kstat-rs v0.2.4 |
| 3345 | 2026-03-10T16:17:42.568Z | Checking serde_bytes v0.11.19 |
| 3346 | 2026-03-10T16:17:42.587Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3347 | 2026-03-10T16:17:42.628Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3348 | 2026-03-10T16:17:42.790Z | Checking tokio-tungstenite v0.23.1 |
| 3349 | 2026-03-10T16:17:42.957Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3350 | 2026-03-10T16:17:42.996Z | Checking signal-hook-tokio v0.3.1 |
| 3351 | 2026-03-10T16:17:44.088Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3352 | 2026-03-10T16:17:44.245Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3353 | 2026-03-10T16:17:47.638Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3354 | 2026-03-10T16:17:48.860Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3355 | 2026-03-10T16:17:49.231Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 3356 | 2026-03-10T16:17:50.705Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3357 | 2026-03-10T16:17:53.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.37s |
| 3358 | 2026-03-10T16:17:53.714Z | |
| 3359 | 2026-03-10T16:17:53.714Z | info: running `cargo check --bins` on gateway-api (133/256) |
| 3360 | 2026-03-10T16:17:54.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3361 | 2026-03-10T16:17:54.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3362 | 2026-03-10T16:17:54.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3363 | 2026-03-10T16:17:54.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3364 | 2026-03-10T16:17:54.497Z | |
| 3365 | 2026-03-10T16:17:54.497Z | info: running `cargo check --bins` on ipcc (134/256) |
| 3366 | 2026-03-10T16:17:55.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3367 | 2026-03-10T16:17:55.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3368 | 2026-03-10T16:17:55.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3369 | 2026-03-10T16:17:55.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3370 | 2026-03-10T16:17:55.280Z | |
| 3371 | 2026-03-10T16:17:55.280Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (135/256) |
| 3372 | 2026-03-10T16:17:55.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3373 | 2026-03-10T16:17:55.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3374 | 2026-03-10T16:17:55.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3375 | 2026-03-10T16:17:55.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3376 | 2026-03-10T16:17:56.043Z | |
| 3377 | 2026-03-10T16:17:56.043Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (136/256) |
| 3378 | 2026-03-10T16:17:56.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3379 | 2026-03-10T16:17:56.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3380 | 2026-03-10T16:17:56.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3381 | 2026-03-10T16:17:56.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3382 | 2026-03-10T16:17:56.829Z | |
| 3383 | 2026-03-10T16:17:56.829Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/256) |
| 3384 | 2026-03-10T16:17:57.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3385 | 2026-03-10T16:17:57.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3386 | 2026-03-10T16:17:57.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3387 | 2026-03-10T16:17:57.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3388 | 2026-03-10T16:17:57.612Z | |
| 3389 | 2026-03-10T16:17:57.612Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/256) |
| 3390 | 2026-03-10T16:17:58.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3391 | 2026-03-10T16:17:58.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3392 | 2026-03-10T16:17:58.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3393 | 2026-03-10T16:17:58.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3394 | 2026-03-10T16:17:58.398Z | |
| 3395 | 2026-03-10T16:17:58.398Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/256) |
| 3396 | 2026-03-10T16:17:59.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3397 | 2026-03-10T16:17:59.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3398 | 2026-03-10T16:17:59.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3399 | 2026-03-10T16:17:59.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3400 | 2026-03-10T16:17:59.173Z | |
| 3401 | 2026-03-10T16:17:59.174Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/256) |
| 3402 | 2026-03-10T16:17:59.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3403 | 2026-03-10T16:17:59.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3404 | 2026-03-10T16:17:59.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3405 | 2026-03-10T16:17:59.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3406 | 2026-03-10T16:17:59.956Z | |
| 3407 | 2026-03-10T16:17:59.957Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/256) |
| 3408 | 2026-03-10T16:18:00.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3409 | 2026-03-10T16:18:00.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3410 | 2026-03-10T16:18:00.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3411 | 2026-03-10T16:18:00.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3412 | 2026-03-10T16:18:00.742Z | |
| 3413 | 2026-03-10T16:18:00.742Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/256) |
| 3414 | 2026-03-10T16:18:01.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3415 | 2026-03-10T16:18:01.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3416 | 2026-03-10T16:18:01.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3417 | 2026-03-10T16:18:01.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3418 | 2026-03-10T16:18:01.527Z | |
| 3419 | 2026-03-10T16:18:01.527Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/256) |
| 3420 | 2026-03-10T16:18:02.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3421 | 2026-03-10T16:18:02.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3422 | 2026-03-10T16:18:02.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3423 | 2026-03-10T16:18:02.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3424 | 2026-03-10T16:18:02.313Z | |
| 3425 | 2026-03-10T16:18:02.313Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/256) |
| 3426 | 2026-03-10T16:18:02.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3427 | 2026-03-10T16:18:02.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3428 | 2026-03-10T16:18:02.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3429 | 2026-03-10T16:18:02.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3430 | 2026-03-10T16:18:03.096Z | |
| 3431 | 2026-03-10T16:18:03.096Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/256) |
| 3432 | 2026-03-10T16:18:03.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3433 | 2026-03-10T16:18:03.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3434 | 2026-03-10T16:18:03.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3435 | 2026-03-10T16:18:03.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3436 | 2026-03-10T16:18:03.876Z | |
| 3437 | 2026-03-10T16:18:03.876Z | info: running `cargo check --bins` on oximeter-producer (146/256) |
| 3438 | 2026-03-10T16:18:04.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3439 | 2026-03-10T16:18:04.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3440 | 2026-03-10T16:18:04.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3441 | 2026-03-10T16:18:04.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3442 | 2026-03-10T16:18:04.713Z | |
| 3443 | 2026-03-10T16:18:04.713Z | info: running `cargo check --bins` on internal-dns-resolver (147/256) |
| 3444 | 2026-03-10T16:18:05.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3445 | 2026-03-10T16:18:05.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3446 | 2026-03-10T16:18:05.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3447 | 2026-03-10T16:18:05.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3448 | 2026-03-10T16:18:05.500Z | |
| 3449 | 2026-03-10T16:18:05.500Z | info: running `cargo check --bins` on sp-sim (148/256) |
| 3450 | 2026-03-10T16:18:06.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3451 | 2026-03-10T16:18:06.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3452 | 2026-03-10T16:18:06.375Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3453 | 2026-03-10T16:18:08.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s |
| 3454 | 2026-03-10T16:18:08.943Z | |
| 3455 | 2026-03-10T16:18:08.943Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (149/256) |
| 3456 | 2026-03-10T16:18:09.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3457 | 2026-03-10T16:18:09.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3458 | 2026-03-10T16:18:09.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3459 | 2026-03-10T16:18:09.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3460 | 2026-03-10T16:18:09.802Z | |
| 3461 | 2026-03-10T16:18:09.802Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (150/256) |
| 3462 | 2026-03-10T16:18:10.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3463 | 2026-03-10T16:18:10.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3464 | 2026-03-10T16:18:10.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3465 | 2026-03-10T16:18:10.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3466 | 2026-03-10T16:18:10.668Z | |
| 3467 | 2026-03-10T16:18:10.668Z | info: running `cargo check --bins` on db-macros (151/256) |
| 3468 | 2026-03-10T16:18:11.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3469 | 2026-03-10T16:18:11.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3470 | 2026-03-10T16:18:11.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3471 | 2026-03-10T16:18:11.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3472 | 2026-03-10T16:18:11.440Z | |
| 3473 | 2026-03-10T16:18:11.440Z | info: running `cargo check --bins` on nexus-macros-common (152/256) |
| 3474 | 2026-03-10T16:18:12.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3475 | 2026-03-10T16:18:12.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3476 | 2026-03-10T16:18:12.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3477 | 2026-03-10T16:18:12.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3478 | 2026-03-10T16:18:12.206Z | |
| 3479 | 2026-03-10T16:18:12.206Z | info: running `cargo check --bins` on nexus-auth (153/256) |
| 3480 | 2026-03-10T16:18:12.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3481 | 2026-03-10T16:18:12.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3482 | 2026-03-10T16:18:12.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3483 | 2026-03-10T16:18:12.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3484 | 2026-03-10T16:18:13.056Z | |
| 3485 | 2026-03-10T16:18:13.056Z | info: running `cargo check --bins` on authz-macros (154/256) |
| 3486 | 2026-03-10T16:18:13.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3487 | 2026-03-10T16:18:13.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3488 | 2026-03-10T16:18:13.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3489 | 2026-03-10T16:18:13.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3490 | 2026-03-10T16:18:13.820Z | |
| 3491 | 2026-03-10T16:18:13.820Z | info: running `cargo check --bins` on nexus-db-fixed-data (155/256) |
| 3492 | 2026-03-10T16:18:14.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3493 | 2026-03-10T16:18:14.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3494 | 2026-03-10T16:18:14.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3495 | 2026-03-10T16:18:14.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3496 | 2026-03-10T16:18:14.661Z | |
| 3497 | 2026-03-10T16:18:14.661Z | info: running `cargo check --bins` on nexus-db-model (156/256) |
| 3498 | 2026-03-10T16:18:15.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3499 | 2026-03-10T16:18:15.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3500 | 2026-03-10T16:18:15.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3501 | 2026-03-10T16:18:15.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3502 | 2026-03-10T16:18:15.506Z | |
| 3503 | 2026-03-10T16:18:15.506Z | info: running `cargo check --bins` on nexus-db-schema (157/256) |
| 3504 | 2026-03-10T16:18:16.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3505 | 2026-03-10T16:18:16.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3506 | 2026-03-10T16:18:16.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3507 | 2026-03-10T16:18:16.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3508 | 2026-03-10T16:18:16.274Z | |
| 3509 | 2026-03-10T16:18:16.274Z | info: running `cargo check --bins` on omicron-rpaths (158/256) |
| 3510 | 2026-03-10T16:18:16.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3511 | 2026-03-10T16:18:16.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3512 | 2026-03-10T16:18:16.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3513 | 2026-03-10T16:18:16.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3514 | 2026-03-10T16:18:17.035Z | |
| 3515 | 2026-03-10T16:18:17.035Z | info: running `cargo check --bins` on nexus-defaults (159/256) |
| 3516 | 2026-03-10T16:18:17.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3517 | 2026-03-10T16:18:17.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3518 | 2026-03-10T16:18:17.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3519 | 2026-03-10T16:18:17.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3520 | 2026-03-10T16:18:17.814Z | |
| 3521 | 2026-03-10T16:18:17.814Z | info: running `cargo check --bins` on omicron-cockroach-metrics (160/256) |
| 3522 | 2026-03-10T16:18:18.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3523 | 2026-03-10T16:18:18.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3524 | 2026-03-10T16:18:18.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3525 | 2026-03-10T16:18:18.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3526 | 2026-03-10T16:18:18.579Z | |
| 3527 | 2026-03-10T16:18:18.579Z | info: running `cargo check --bins` on parallel-task-set (161/256) |
| 3528 | 2026-03-10T16:18:19.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3529 | 2026-03-10T16:18:19.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3530 | 2026-03-10T16:18:19.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3531 | 2026-03-10T16:18:19.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3532 | 2026-03-10T16:18:19.344Z | |
| 3533 | 2026-03-10T16:18:19.344Z | info: running `cargo check --bins` on nexus-db-errors (162/256) |
| 3534 | 2026-03-10T16:18:20.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3535 | 2026-03-10T16:18:20.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3536 | 2026-03-10T16:18:20.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3537 | 2026-03-10T16:18:20.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3538 | 2026-03-10T16:18:20.194Z | |
| 3539 | 2026-03-10T16:18:20.194Z | info: running `cargo check --bins` on nexus-db-lookup (163/256) |
| 3540 | 2026-03-10T16:18:20.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3541 | 2026-03-10T16:18:20.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3542 | 2026-03-10T16:18:20.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3543 | 2026-03-10T16:18:20.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3544 | 2026-03-10T16:18:21.048Z | |
| 3545 | 2026-03-10T16:18:21.048Z | info: running `cargo check --bins` on nexus-inventory (164/256) |
| 3546 | 2026-03-10T16:18:21.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3547 | 2026-03-10T16:18:21.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3548 | 2026-03-10T16:18:21.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3549 | 2026-03-10T16:18:21.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3550 | 2026-03-10T16:18:21.895Z | |
| 3551 | 2026-03-10T16:18:21.895Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (165/256) |
| 3552 | 2026-03-10T16:18:22.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3553 | 2026-03-10T16:18:22.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3554 | 2026-03-10T16:18:22.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3555 | 2026-03-10T16:18:22.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3556 | 2026-03-10T16:18:22.706Z | |
| 3557 | 2026-03-10T16:18:22.706Z | info: running `cargo check --bins --no-default-features` on sled-storage (166/256) |
| 3558 | 2026-03-10T16:18:23.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3559 | 2026-03-10T16:18:23.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3560 | 2026-03-10T16:18:23.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3561 | 2026-03-10T16:18:23.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3562 | 2026-03-10T16:18:23.505Z | |
| 3563 | 2026-03-10T16:18:23.505Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (167/256) |
| 3564 | 2026-03-10T16:18:24.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3565 | 2026-03-10T16:18:24.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3566 | 2026-03-10T16:18:24.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3567 | 2026-03-10T16:18:24.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3568 | 2026-03-10T16:18:24.294Z | |
| 3569 | 2026-03-10T16:18:24.294Z | info: running `cargo check --bins` on key-manager (168/256) |
| 3570 | 2026-03-10T16:18:24.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3571 | 2026-03-10T16:18:24.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3572 | 2026-03-10T16:18:24.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3573 | 2026-03-10T16:18:24.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3574 | 2026-03-10T16:18:25.071Z | |
| 3575 | 2026-03-10T16:18:25.071Z | info: running `cargo check --bins --no-default-features` on sled-hardware (169/256) |
| 3576 | 2026-03-10T16:18:25.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3577 | 2026-03-10T16:18:25.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3578 | 2026-03-10T16:18:25.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3579 | 2026-03-10T16:18:25.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3580 | 2026-03-10T16:18:25.863Z | |
| 3581 | 2026-03-10T16:18:25.864Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (170/256) |
| 3582 | 2026-03-10T16:18:26.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3583 | 2026-03-10T16:18:26.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3584 | 2026-03-10T16:18:26.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3585 | 2026-03-10T16:18:26.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3586 | 2026-03-10T16:18:26.657Z | |
| 3587 | 2026-03-10T16:18:26.657Z | info: running `cargo check --bins` on typed-rng (171/256) |
| 3588 | 2026-03-10T16:18:27.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3589 | 2026-03-10T16:18:27.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3590 | 2026-03-10T16:18:27.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3591 | 2026-03-10T16:18:27.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3592 | 2026-03-10T16:18:27.423Z | |
| 3593 | 2026-03-10T16:18:27.423Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (172/256) |
| 3594 | 2026-03-10T16:18:28.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3595 | 2026-03-10T16:18:28.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3596 | 2026-03-10T16:18:28.451Z | Compiling libefi-sys v0.1.0 |
| 3597 | 2026-03-10T16:18:28.454Z | Compiling bitfield-struct v0.6.2 |
| 3598 | 2026-03-10T16:18:28.454Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3599 | 2026-03-10T16:18:28.606Z | Compiling xshell-macros v0.2.7 |
| 3600 | 2026-03-10T16:18:28.609Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3601 | 2026-03-10T16:18:28.635Z | Compiling salty v0.3.0 |
| 3602 | 2026-03-10T16:18:28.652Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3603 | 2026-03-10T16:18:28.670Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3604 | 2026-03-10T16:18:28.686Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3605 | 2026-03-10T16:18:29.046Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3606 | 2026-03-10T16:18:29.089Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3607 | 2026-03-10T16:18:29.105Z | Checking xshell v0.2.7 |
| 3608 | 2026-03-10T16:18:29.256Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3609 | 2026-03-10T16:18:29.277Z | Checking primeorder v0.13.6 |
| 3610 | 2026-03-10T16:18:29.307Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3611 | 2026-03-10T16:18:29.326Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3612 | 2026-03-10T16:18:29.345Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3613 | 2026-03-10T16:18:29.422Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3614 | 2026-03-10T16:18:29.525Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3615 | 2026-03-10T16:18:29.599Z | Checking p384 v0.13.1 |
| 3616 | 2026-03-10T16:18:29.621Z | Compiling nix v0.31.1 |
| 3617 | 2026-03-10T16:18:29.763Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3618 | 2026-03-10T16:18:29.836Z | Compiling proc-macro-error2 v2.0.1 |
| 3619 | 2026-03-10T16:18:29.935Z | Compiling num-derive v0.3.3 |
| 3620 | 2026-03-10T16:18:30.068Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3621 | 2026-03-10T16:18:30.133Z | Compiling unicase v2.9.0 |
| 3622 | 2026-03-10T16:18:30.195Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3623 | 2026-03-10T16:18:30.231Z | Compiling tabled_derive v0.11.0 |
| 3624 | 2026-03-10T16:18:30.316Z | Checking papergrid v0.17.0 |
| 3625 | 2026-03-10T16:18:30.396Z | Compiling mime_guess v2.0.5 |
| 3626 | 2026-03-10T16:18:30.677Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3627 | 2026-03-10T16:18:31.103Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3628 | 2026-03-10T16:18:31.121Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3629 | 2026-03-10T16:18:31.155Z | Checking libscf-sys v1.1.0 |
| 3630 | 2026-03-10T16:18:31.186Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3631 | 2026-03-10T16:18:31.324Z | Checking testing_table v0.3.0 |
| 3632 | 2026-03-10T16:18:31.403Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3633 | 2026-03-10T16:18:31.440Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3634 | 2026-03-10T16:18:31.686Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3635 | 2026-03-10T16:18:31.703Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3636 | 2026-03-10T16:18:31.835Z | Checking corncobs v0.1.4 |
| 3637 | 2026-03-10T16:18:31.858Z | Checking tabled v0.20.0 |
| 3638 | 2026-03-10T16:18:31.948Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3639 | 2026-03-10T16:18:32.000Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3640 | 2026-03-10T16:18:32.040Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3641 | 2026-03-10T16:18:32.090Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3642 | 2026-03-10T16:18:32.166Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3643 | 2026-03-10T16:18:32.331Z | Checking secrecy v0.8.0 |
| 3644 | 2026-03-10T16:18:32.488Z | Checking http-range v0.1.5 |
| 3645 | 2026-03-10T16:18:32.508Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3646 | 2026-03-10T16:18:32.997Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3647 | 2026-03-10T16:18:33.128Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3648 | 2026-03-10T16:18:33.209Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3649 | 2026-03-10T16:18:33.385Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3650 | 2026-03-10T16:18:33.403Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3651 | 2026-03-10T16:18:33.422Z | Checking atty v0.2.14 |
| 3652 | 2026-03-10T16:18:33.443Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3653 | 2026-03-10T16:18:33.514Z | Checking crc8 v0.1.1 |
| 3654 | 2026-03-10T16:18:33.544Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3655 | 2026-03-10T16:18:33.562Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3656 | 2026-03-10T16:18:33.636Z | Checking hyper-staticfile v0.10.1 |
| 3657 | 2026-03-10T16:18:33.721Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3658 | 2026-03-10T16:18:33.993Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3659 | 2026-03-10T16:18:34.010Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3660 | 2026-03-10T16:18:34.238Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3661 | 2026-03-10T16:18:34.287Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3662 | 2026-03-10T16:18:34.310Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3663 | 2026-03-10T16:18:34.593Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3664 | 2026-03-10T16:18:34.611Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3665 | 2026-03-10T16:18:34.644Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3666 | 2026-03-10T16:18:34.716Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3667 | 2026-03-10T16:18:35.030Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3668 | 2026-03-10T16:18:35.226Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3669 | 2026-03-10T16:18:35.281Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3670 | 2026-03-10T16:18:35.370Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3671 | 2026-03-10T16:18:35.588Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3672 | 2026-03-10T16:18:37.066Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3673 | 2026-03-10T16:18:37.087Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3674 | 2026-03-10T16:18:37.335Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3675 | 2026-03-10T16:18:37.682Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3676 | 2026-03-10T16:18:38.203Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3677 | 2026-03-10T16:18:38.437Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3678 | 2026-03-10T16:18:45.101Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3679 | 2026-03-10T16:19:00.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.54s |
| 3680 | 2026-03-10T16:19:01.200Z | |
| 3681 | 2026-03-10T16:19:01.200Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (173/256) |
| 3682 | 2026-03-10T16:19:01.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3683 | 2026-03-10T16:19:01.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3684 | 2026-03-10T16:19:02.137Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3685 | 2026-03-10T16:19:18.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.82s |
| 3686 | 2026-03-10T16:19:18.259Z | |
| 3687 | 2026-03-10T16:19:18.259Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (174/256) |
| 3688 | 2026-03-10T16:19:19.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3689 | 2026-03-10T16:19:19.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3690 | 2026-03-10T16:19:19.203Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3691 | 2026-03-10T16:19:35.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.82s |
| 3692 | 2026-03-10T16:19:35.323Z | |
| 3693 | 2026-03-10T16:19:35.323Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (175/256) |
| 3694 | 2026-03-10T16:19:36.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3695 | 2026-03-10T16:19:36.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3696 | 2026-03-10T16:19:36.265Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3697 | 2026-03-10T16:19:52.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.85s |
| 3698 | 2026-03-10T16:19:52.414Z | |
| 3699 | 2026-03-10T16:19:52.414Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (176/256) |
| 3700 | 2026-03-10T16:19:53.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3701 | 2026-03-10T16:19:53.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3702 | 2026-03-10T16:19:53.353Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3703 | 2026-03-10T16:20:09.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.89s |
| 3704 | 2026-03-10T16:20:09.548Z | |
| 3705 | 2026-03-10T16:20:09.548Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (177/256) |
| 3706 | 2026-03-10T16:20:10.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3707 | 2026-03-10T16:20:10.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3708 | 2026-03-10T16:20:10.486Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3709 | 2026-03-10T16:20:26.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.85s |
| 3710 | 2026-03-10T16:20:26.647Z | |
| 3711 | 2026-03-10T16:20:26.647Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (178/256) |
| 3712 | 2026-03-10T16:20:27.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3713 | 2026-03-10T16:20:27.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3714 | 2026-03-10T16:20:27.586Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3715 | 2026-03-10T16:20:43.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.78s |
| 3716 | 2026-03-10T16:20:43.675Z | |
| 3717 | 2026-03-10T16:20:43.675Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (179/256) |
| 3718 | 2026-03-10T16:20:44.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3719 | 2026-03-10T16:20:44.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3720 | 2026-03-10T16:20:44.616Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3721 | 2026-03-10T16:21:00.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.76s |
| 3722 | 2026-03-10T16:21:00.679Z | |
| 3723 | 2026-03-10T16:21:00.679Z | info: running `cargo check --bins` on bootstrap-agent-api (180/256) |
| 3724 | 2026-03-10T16:21:01.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3725 | 2026-03-10T16:21:01.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3726 | 2026-03-10T16:21:01.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3727 | 2026-03-10T16:21:01.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3728 | 2026-03-10T16:21:01.487Z | |
| 3729 | 2026-03-10T16:21:01.487Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (181/256) |
| 3730 | 2026-03-10T16:21:02.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3731 | 2026-03-10T16:21:02.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3732 | 2026-03-10T16:21:02.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3733 | 2026-03-10T16:21:02.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3734 | 2026-03-10T16:21:02.295Z | |
| 3735 | 2026-03-10T16:21:02.295Z | info: running `cargo check --bins` on range-requests (182/256) |
| 3736 | 2026-03-10T16:21:02.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3737 | 2026-03-10T16:21:02.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3738 | 2026-03-10T16:21:02.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3739 | 2026-03-10T16:21:02.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3740 | 2026-03-10T16:21:03.070Z | |
| 3741 | 2026-03-10T16:21:03.070Z | info: running `cargo check --bins` on repo-depot-api (183/256) |
| 3742 | 2026-03-10T16:21:03.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3743 | 2026-03-10T16:21:03.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3744 | 2026-03-10T16:21:03.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3745 | 2026-03-10T16:21:03.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3746 | 2026-03-10T16:21:03.843Z | |
| 3747 | 2026-03-10T16:21:03.843Z | info: running `cargo check --bins` on sled-agent-api (184/256) |
| 3748 | 2026-03-10T16:21:04.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3749 | 2026-03-10T16:21:04.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3750 | 2026-03-10T16:21:04.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3751 | 2026-03-10T16:21:04.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3752 | 2026-03-10T16:21:04.651Z | |
| 3753 | 2026-03-10T16:21:04.651Z | info: running `cargo check --bins` on sled-diagnostics (185/256) |
| 3754 | 2026-03-10T16:21:05.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3755 | 2026-03-10T16:21:05.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3756 | 2026-03-10T16:21:05.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3757 | 2026-03-10T16:21:05.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3758 | 2026-03-10T16:21:05.450Z | |
| 3759 | 2026-03-10T16:21:05.450Z | info: running `cargo check --bins` on zfs-test-harness (186/256) |
| 3760 | 2026-03-10T16:21:06.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3761 | 2026-03-10T16:21:06.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3762 | 2026-03-10T16:21:06.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3763 | 2026-03-10T16:21:06.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3764 | 2026-03-10T16:21:06.256Z | |
| 3765 | 2026-03-10T16:21:06.256Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (187/256) |
| 3766 | 2026-03-10T16:21:06.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3767 | 2026-03-10T16:21:06.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3768 | 2026-03-10T16:21:06.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3769 | 2026-03-10T16:21:06.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3770 | 2026-03-10T16:21:07.070Z | |
| 3771 | 2026-03-10T16:21:07.070Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (188/256) |
| 3772 | 2026-03-10T16:21:07.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3773 | 2026-03-10T16:21:07.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3774 | 2026-03-10T16:21:07.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3775 | 2026-03-10T16:21:07.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3776 | 2026-03-10T16:21:07.881Z | |
| 3777 | 2026-03-10T16:21:07.881Z | info: running `cargo check --bins` on sled-agent-health-monitor (189/256) |
| 3778 | 2026-03-10T16:21:08.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3779 | 2026-03-10T16:21:08.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3780 | 2026-03-10T16:21:08.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3781 | 2026-03-10T16:21:08.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3782 | 2026-03-10T16:21:08.686Z | |
| 3783 | 2026-03-10T16:21:08.686Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (190/256) |
| 3784 | 2026-03-10T16:21:09.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3785 | 2026-03-10T16:21:09.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3786 | 2026-03-10T16:21:09.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3787 | 2026-03-10T16:21:09.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3788 | 2026-03-10T16:21:09.501Z | |
| 3789 | 2026-03-10T16:21:09.501Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (191/256) |
| 3790 | 2026-03-10T16:21:10.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3791 | 2026-03-10T16:21:10.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3792 | 2026-03-10T16:21:10.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3793 | 2026-03-10T16:21:10.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3794 | 2026-03-10T16:21:10.321Z | |
| 3795 | 2026-03-10T16:21:10.321Z | info: running `cargo check --bins` on sled-agent-resolvable-files (192/256) |
| 3796 | 2026-03-10T16:21:11.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3797 | 2026-03-10T16:21:11.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3798 | 2026-03-10T16:21:11.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3799 | 2026-03-10T16:21:11.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3800 | 2026-03-10T16:21:11.137Z | |
| 3801 | 2026-03-10T16:21:11.137Z | info: running `cargo check --bins` on trust-quorum (193/256) |
| 3802 | 2026-03-10T16:21:11.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3803 | 2026-03-10T16:21:11.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3804 | 2026-03-10T16:21:11.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3805 | 2026-03-10T16:21:11.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3806 | 2026-03-10T16:21:11.957Z | |
| 3807 | 2026-03-10T16:21:11.957Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (194/256) |
| 3808 | 2026-03-10T16:21:12.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3809 | 2026-03-10T16:21:12.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3810 | 2026-03-10T16:21:12.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3811 | 2026-03-10T16:21:12.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3812 | 2026-03-10T16:21:12.796Z | |
| 3813 | 2026-03-10T16:21:12.796Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (195/256) |
| 3814 | 2026-03-10T16:21:13.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3815 | 2026-03-10T16:21:13.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3816 | 2026-03-10T16:21:13.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3817 | 2026-03-10T16:21:13.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3818 | 2026-03-10T16:21:13.658Z | |
| 3819 | 2026-03-10T16:21:13.658Z | info: running `cargo check --bins` on update-common (196/256) |
| 3820 | 2026-03-10T16:21:14.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3821 | 2026-03-10T16:21:14.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3822 | 2026-03-10T16:21:14.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3823 | 2026-03-10T16:21:14.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3824 | 2026-03-10T16:21:14.456Z | |
| 3825 | 2026-03-10T16:21:14.456Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (197/256) |
| 3826 | 2026-03-10T16:21:15.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3827 | 2026-03-10T16:21:15.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3828 | 2026-03-10T16:21:15.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3829 | 2026-03-10T16:21:15.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3830 | 2026-03-10T16:21:15.315Z | |
| 3831 | 2026-03-10T16:21:15.315Z | info: running `cargo check --bins` on reconfigurator-cli (198/256) |
| 3832 | 2026-03-10T16:21:16.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3833 | 2026-03-10T16:21:16.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3834 | 2026-03-10T16:21:16.256Z | Compiling fs-err v2.11.0 |
| 3835 | 2026-03-10T16:21:16.259Z | Checking ignore v0.4.25 |
| 3836 | 2026-03-10T16:21:16.259Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3837 | 2026-03-10T16:21:16.259Z | Checking predicates-tree v1.0.13 |
| 3838 | 2026-03-10T16:21:16.373Z | Checking parse-size v1.1.0 |
| 3839 | 2026-03-10T16:21:16.421Z | Checking rand_seeder v0.4.0 |
| 3840 | 2026-03-10T16:21:16.424Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3841 | 2026-03-10T16:21:16.424Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3842 | 2026-03-10T16:21:16.520Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3843 | 2026-03-10T16:21:16.565Z | Compiling petname v2.0.2 |
| 3844 | 2026-03-10T16:21:16.630Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3845 | 2026-03-10T16:21:16.804Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3846 | 2026-03-10T16:21:16.824Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3847 | 2026-03-10T16:21:16.888Z | Checking globwalk v0.9.1 |
| 3848 | 2026-03-10T16:21:16.960Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3849 | 2026-03-10T16:21:17.025Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3850 | 2026-03-10T16:21:17.102Z | Checking sapling-renderdag v0.1.0 |
| 3851 | 2026-03-10T16:21:17.119Z | Checking camino-tempfile-ext v0.3.3 |
| 3852 | 2026-03-10T16:21:17.277Z | Checking sync-ptr v0.1.4 |
| 3853 | 2026-03-10T16:21:17.368Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3854 | 2026-03-10T16:21:17.424Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3855 | 2026-03-10T16:21:17.463Z | Checking colored v2.2.0 |
| 3856 | 2026-03-10T16:21:17.547Z | Checking assert_matches v1.5.0 |
| 3857 | 2026-03-10T16:21:17.833Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3858 | 2026-03-10T16:21:17.998Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3859 | 2026-03-10T16:21:18.001Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3860 | 2026-03-10T16:21:18.744Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3861 | 2026-03-10T16:21:20.508Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3862 | 2026-03-10T16:21:23.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.18s |
| 3863 | 2026-03-10T16:21:23.723Z | |
| 3864 | 2026-03-10T16:21:23.723Z | info: running `cargo check --bins` on omicron-repl-utils (199/256) |
| 3865 | 2026-03-10T16:21:24.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3866 | 2026-03-10T16:21:24.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3867 | 2026-03-10T16:21:24.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3868 | 2026-03-10T16:21:24.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3869 | 2026-03-10T16:21:24.491Z | |
| 3870 | 2026-03-10T16:21:24.491Z | info: running `cargo check --bins` on nexus-test-interface (200/256) |
| 3871 | 2026-03-10T16:21:25.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3872 | 2026-03-10T16:21:25.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3873 | 2026-03-10T16:21:25.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3874 | 2026-03-10T16:21:25.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3875 | 2026-03-10T16:21:25.350Z | |
| 3876 | 2026-03-10T16:21:25.350Z | info: running `cargo check --bins` on oximeter-collector (201/256) |
| 3877 | 2026-03-10T16:21:26.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3878 | 2026-03-10T16:21:26.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3879 | 2026-03-10T16:21:26.232Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3880 | 2026-03-10T16:21:26.235Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3881 | 2026-03-10T16:21:27.054Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3882 | 2026-03-10T16:21:29.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.75s |
| 3883 | 2026-03-10T16:21:29.337Z | |
| 3884 | 2026-03-10T16:21:29.337Z | info: running `cargo check --bins` on oximeter-api (202/256) |
| 3885 | 2026-03-10T16:21:30.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3886 | 2026-03-10T16:21:30.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3887 | 2026-03-10T16:21:30.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3888 | 2026-03-10T16:21:30.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3889 | 2026-03-10T16:21:30.124Z | |
| 3890 | 2026-03-10T16:21:30.125Z | info: running `cargo check --bins` on cert-dev (203/256) |
| 3891 | 2026-03-10T16:21:30.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3892 | 2026-03-10T16:21:30.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3893 | 2026-03-10T16:21:30.879Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3894 | 2026-03-10T16:21:31.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 3895 | 2026-03-10T16:21:31.393Z | |
| 3896 | 2026-03-10T16:21:31.393Z | info: running `cargo check --bins` on clickana (204/256) |
| 3897 | 2026-03-10T16:21:32.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3898 | 2026-03-10T16:21:32.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3899 | 2026-03-10T16:21:32.227Z | Compiling darling_core v0.23.0 |
| 3900 | 2026-03-10T16:21:32.230Z | Compiling instability v0.3.11 |
| 3901 | 2026-03-10T16:21:32.230Z | Checking castaway v0.2.4 |
| 3902 | 2026-03-10T16:21:32.230Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3903 | 2026-03-10T16:21:32.230Z | Compiling indoc v2.0.7 |
| 3904 | 2026-03-10T16:21:32.335Z | Checking unicode-truncate v1.1.0 |
| 3905 | 2026-03-10T16:21:32.344Z | Checking lru v0.12.5 |
| 3906 | 2026-03-10T16:21:32.348Z | Checking cassowary v0.3.0 |
| 3907 | 2026-03-10T16:21:32.476Z | Checking compact_str v0.8.1 |
| 3908 | 2026-03-10T16:21:33.644Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3909 | 2026-03-10T16:21:33.868Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3910 | 2026-03-10T16:21:34.324Z | Compiling darling_macro v0.23.0 |
| 3911 | 2026-03-10T16:21:34.877Z | Compiling darling v0.23.0 |
| 3912 | 2026-03-10T16:21:35.677Z | Checking ratatui v0.29.0 |
| 3913 | 2026-03-10T16:21:37.215Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3914 | 2026-03-10T16:21:38.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.68s |
| 3915 | 2026-03-10T16:21:38.282Z | |
| 3916 | 2026-03-10T16:21:38.282Z | info: running `cargo check --bins` on clickhouse-cluster-dev (205/256) |
| 3917 | 2026-03-10T16:21:39.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3918 | 2026-03-10T16:21:39.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3919 | 2026-03-10T16:21:39.161Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3920 | 2026-03-10T16:21:39.161Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3921 | 2026-03-10T16:21:39.897Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3922 | 2026-03-10T16:21:40.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s |
| 3923 | 2026-03-10T16:21:40.665Z | |
| 3924 | 2026-03-10T16:21:40.665Z | info: running `cargo check --bins` on ch-dev (206/256) |
| 3925 | 2026-03-10T16:21:41.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3926 | 2026-03-10T16:21:41.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3927 | 2026-03-10T16:21:41.552Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3928 | 2026-03-10T16:21:42.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s |
| 3929 | 2026-03-10T16:21:42.728Z | |
| 3930 | 2026-03-10T16:21:42.728Z | info: running `cargo check --bins` on dev-tools-common (207/256) |
| 3931 | 2026-03-10T16:21:43.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3932 | 2026-03-10T16:21:43.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3933 | 2026-03-10T16:21:43.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3934 | 2026-03-10T16:21:43.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3935 | 2026-03-10T16:21:43.331Z | |
| 3936 | 2026-03-10T16:21:43.331Z | info: running `cargo check --bins` on crdb-seed (208/256) |
| 3937 | 2026-03-10T16:21:44.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3938 | 2026-03-10T16:21:44.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3939 | 2026-03-10T16:21:44.203Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3940 | 2026-03-10T16:21:44.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 3941 | 2026-03-10T16:21:44.963Z | |
| 3942 | 2026-03-10T16:21:44.963Z | info: running `cargo check --bins` on db-dev (209/256) |
| 3943 | 2026-03-10T16:21:45.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3944 | 2026-03-10T16:21:45.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3945 | 2026-03-10T16:21:45.836Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3946 | 2026-03-10T16:21:46.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s |
| 3947 | 2026-03-10T16:21:47.027Z | |
| 3948 | 2026-03-10T16:21:47.027Z | info: running `cargo check --bins` on omicron-dev-lib (210/256) |
| 3949 | 2026-03-10T16:21:47.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3950 | 2026-03-10T16:21:47.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3951 | 2026-03-10T16:21:47.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3952 | 2026-03-10T16:21:47.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3953 | 2026-03-10T16:21:47.873Z | |
| 3954 | 2026-03-10T16:21:47.873Z | info: running `cargo check --bins` on xtask-downloader (211/256) |
| 3955 | 2026-03-10T16:21:48.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3956 | 2026-03-10T16:21:48.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3957 | 2026-03-10T16:21:48.626Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3958 | 2026-03-10T16:21:49.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s |
| 3959 | 2026-03-10T16:21:49.678Z | |
| 3960 | 2026-03-10T16:21:49.678Z | info: running `cargo check --bins` on omicron-dropshot-apis (212/256) |
| 3961 | 2026-03-10T16:21:50.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3962 | 2026-03-10T16:21:50.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3963 | 2026-03-10T16:21:50.600Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3964 | 2026-03-10T16:21:50.600Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3965 | 2026-03-10T16:21:50.603Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b) |
| 3966 | 2026-03-10T16:21:50.603Z | Checking git-stub v1.0.0 |
| 3967 | 2026-03-10T16:21:50.603Z | Compiling trait-variant v0.1.2 |
| 3968 | 2026-03-10T16:21:50.603Z | Checking is_ci v1.2.0 |
| 3969 | 2026-03-10T16:21:50.603Z | Checking maplit v1.0.2 |
| 3970 | 2026-03-10T16:21:50.728Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3971 | 2026-03-10T16:21:50.879Z | Checking supports-color v3.0.2 |
| 3972 | 2026-03-10T16:21:50.896Z | Checking git-stub-vcs v0.1.0 |
| 3973 | 2026-03-10T16:21:50.925Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3974 | 2026-03-10T16:21:51.012Z | Checking drift v0.1.3 |
| 3975 | 2026-03-10T16:21:51.033Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3976 | 2026-03-10T16:21:51.137Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3977 | 2026-03-10T16:21:51.153Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3978 | 2026-03-10T16:21:51.385Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3979 | 2026-03-10T16:21:51.403Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3980 | 2026-03-10T16:21:51.419Z | Checking dropshot-api-manager v0.5.2 |
| 3981 | 2026-03-10T16:21:51.434Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 3982 | 2026-03-10T16:21:51.660Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 3983 | 2026-03-10T16:21:51.759Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3984 | 2026-03-10T16:21:51.965Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b) |
| 3985 | 2026-03-10T16:21:52.402Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3986 | 2026-03-10T16:21:59.247Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3987 | 2026-03-10T16:22:00.630Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3988 | 2026-03-10T16:22:01.415Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3989 | 2026-03-10T16:22:01.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.29s |
| 3990 | 2026-03-10T16:22:02.194Z | |
| 3991 | 2026-03-10T16:22:02.194Z | info: running `cargo check --bins` on installinator-api (213/256) |
| 3992 | 2026-03-10T16:22:02.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3993 | 2026-03-10T16:22:02.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3994 | 2026-03-10T16:22:02.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3995 | 2026-03-10T16:22:02.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3996 | 2026-03-10T16:22:02.980Z | |
| 3997 | 2026-03-10T16:22:02.980Z | info: running `cargo check --bins` on nexus-external-api (214/256) |
| 3998 | 2026-03-10T16:22:03.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3999 | 2026-03-10T16:22:03.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4000 | 2026-03-10T16:22:03.706Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4001 | 2026-03-10T16:22:03.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 4002 | 2026-03-10T16:22:03.813Z | |
| 4003 | 2026-03-10T16:22:03.813Z | info: running `cargo check --bins` on nexus-internal-api (215/256) |
| 4004 | 2026-03-10T16:22:04.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4005 | 2026-03-10T16:22:04.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4006 | 2026-03-10T16:22:04.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4007 | 2026-03-10T16:22:04.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 4008 | 2026-03-10T16:22:04.651Z | |
| 4009 | 2026-03-10T16:22:04.652Z | info: running `cargo check --bins` on nexus-lockstep-api (216/256) |
| 4010 | 2026-03-10T16:22:05.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4011 | 2026-03-10T16:22:05.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4012 | 2026-03-10T16:22:05.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4013 | 2026-03-10T16:22:05.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 4014 | 2026-03-10T16:22:05.490Z | |
| 4015 | 2026-03-10T16:22:05.490Z | info: running `cargo check --bins` on ntp-admin-api (217/256) |
| 4016 | 2026-03-10T16:22:06.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4017 | 2026-03-10T16:22:06.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4018 | 2026-03-10T16:22:06.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4019 | 2026-03-10T16:22:06.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 4020 | 2026-03-10T16:22:06.278Z | |
| 4021 | 2026-03-10T16:22:06.278Z | info: running `cargo check --bins` on ntp-admin-types-versions (218/256) |
| 4022 | 2026-03-10T16:22:06.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4023 | 2026-03-10T16:22:06.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4024 | 2026-03-10T16:22:06.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4025 | 2026-03-10T16:22:06.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 4026 | 2026-03-10T16:22:07.037Z | |
| 4027 | 2026-03-10T16:22:07.037Z | info: running `cargo check --bins` on wicketd-api (219/256) |
| 4028 | 2026-03-10T16:22:07.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4029 | 2026-03-10T16:22:07.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4030 | 2026-03-10T16:22:07.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4031 | 2026-03-10T16:22:07.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 4032 | 2026-03-10T16:22:07.853Z | |
| 4033 | 2026-03-10T16:22:07.853Z | info: running `cargo check --bins` on omicron-ls-apis (220/256) |
| 4034 | 2026-03-10T16:22:08.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4035 | 2026-03-10T16:22:08.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4036 | 2026-03-10T16:22:08.606Z | Checking erased-serde v0.4.9 |
| 4037 | 2026-03-10T16:22:08.710Z | Checking ordered-float v2.10.1 |
| 4038 | 2026-03-10T16:22:08.722Z | Checking unicode-xid v0.2.6 |
| 4039 | 2026-03-10T16:22:08.734Z | Checking cargo-platform v0.2.0 |
| 4040 | 2026-03-10T16:22:08.989Z | Checking serde-value v0.7.0 |
| 4041 | 2026-03-10T16:22:09.165Z | Checking serde-untagged v0.1.9 |
| 4042 | 2026-03-10T16:22:09.376Z | Checking cargo-util-schemas v0.8.2 |
| 4043 | 2026-03-10T16:22:10.362Z | Checking cargo_metadata v0.21.0 |
| 4044 | 2026-03-10T16:22:11.212Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4045 | 2026-03-10T16:22:13.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s |
| 4046 | 2026-03-10T16:22:13.495Z | |
| 4047 | 2026-03-10T16:22:13.495Z | info: running `cargo check --bins` on mgs-dev (221/256) |
| 4048 | 2026-03-10T16:22:13.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4049 | 2026-03-10T16:22:13.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4050 | 2026-03-10T16:22:13.495Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4051 | 2026-03-10T16:22:14.821Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4052 | 2026-03-10T16:22:14.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.32s |
| 4053 | 2026-03-10T16:22:14.876Z | |
| 4054 | 2026-03-10T16:22:14.876Z | info: running `cargo check --bins` on omicron-omdb (222/256) |
| 4055 | 2026-03-10T16:22:15.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4056 | 2026-03-10T16:22:15.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4057 | 2026-03-10T16:22:16.712Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4058 | 2026-03-10T16:22:16.712Z | Compiling vergen-gitcl v1.0.8 |
| 4059 | 2026-03-10T16:22:16.722Z | Compiling dirs-sys-next v0.1.2 |
| 4060 | 2026-03-10T16:22:16.722Z | Compiling crunchy v0.2.4 |
| 4061 | 2026-03-10T16:22:16.722Z | Compiling glob v0.3.3 |
| 4062 | 2026-03-10T16:22:16.722Z | Compiling dsl_auto_type v0.1.3 |
| 4063 | 2026-03-10T16:22:16.722Z | Checking scheduled-thread-pool v0.2.7 |
| 4064 | 2026-03-10T16:22:16.722Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 4065 | 2026-03-10T16:22:16.722Z | Compiling dirs-next v2.0.0 |
| 4066 | 2026-03-10T16:22:16.722Z | Compiling tiny-keccak v2.0.2 |
| 4067 | 2026-03-10T16:22:16.722Z | Compiling term v0.7.0 |
| 4068 | 2026-03-10T16:22:16.722Z | Checking r2d2 v0.8.10 |
| 4069 | 2026-03-10T16:22:16.722Z | Compiling bit-vec v0.6.3 |
| 4070 | 2026-03-10T16:22:16.722Z | Compiling clang-sys v1.8.1 |
| 4071 | 2026-03-10T16:22:16.722Z | Compiling itertools v0.10.5 |
| 4072 | 2026-03-10T16:22:17.134Z | Compiling bit-set v0.5.3 |
| 4073 | 2026-03-10T16:22:17.147Z | Compiling diesel_derives v2.2.7 |
| 4074 | 2026-03-10T16:22:17.147Z | Compiling ascii-canvas v3.0.0 |
| 4075 | 2026-03-10T16:22:17.147Z | Compiling ena v0.14.4 |
| 4076 | 2026-03-10T16:22:17.181Z | Compiling libloading v0.8.9 |
| 4077 | 2026-03-10T16:22:17.200Z | Compiling regex-syntax v0.6.29 |
| 4078 | 2026-03-10T16:22:17.235Z | Compiling bindgen v0.71.1 |
| 4079 | 2026-03-10T16:22:17.442Z | Compiling diff v0.1.13 |
| 4080 | 2026-03-10T16:22:17.507Z | Compiling cexpr v0.6.0 |
| 4081 | 2026-03-10T16:22:17.788Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4082 | 2026-03-10T16:22:17.901Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4083 | 2026-03-10T16:22:18.065Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4084 | 2026-03-10T16:22:18.100Z | Compiling libxml v0.3.3 |
| 4085 | 2026-03-10T16:22:18.177Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4086 | 2026-03-10T16:22:18.356Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4087 | 2026-03-10T16:22:18.417Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4088 | 2026-03-10T16:22:18.551Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4089 | 2026-03-10T16:22:18.676Z | Compiling strum_macros v0.24.3 |
| 4090 | 2026-03-10T16:22:18.839Z | Compiling indoc v1.0.9 |
| 4091 | 2026-03-10T16:22:19.428Z | Compiling lalrpop v0.19.12 |
| 4092 | 2026-03-10T16:22:20.115Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4093 | 2026-03-10T16:22:20.159Z | Checking derive_builder v0.20.2 |
| 4094 | 2026-03-10T16:22:20.298Z | Compiling oso-derive v0.27.3 |
| 4095 | 2026-03-10T16:22:20.372Z | Checking quick-xml v0.37.5 |
| 4096 | 2026-03-10T16:22:20.528Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4097 | 2026-03-10T16:22:20.973Z | Checking openssl-probe v0.1.6 |
| 4098 | 2026-03-10T16:22:21.139Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4099 | 2026-03-10T16:22:21.577Z | Compiling diesel-dtrace v0.4.2 |
| 4100 | 2026-03-10T16:22:21.914Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4101 | 2026-03-10T16:22:22.112Z | Checking bb8 v0.8.6 |
| 4102 | 2026-03-10T16:22:22.200Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4103 | 2026-03-10T16:22:22.470Z | Checking nonempty v0.12.0 |
| 4104 | 2026-03-10T16:22:22.494Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4105 | 2026-03-10T16:22:22.678Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4106 | 2026-03-10T16:22:22.695Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4107 | 2026-03-10T16:22:22.774Z | Checking support-bundle-viewer v0.1.2 |
| 4108 | 2026-03-10T16:22:22.887Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4109 | 2026-03-10T16:22:22.997Z | Checking multimap v0.10.1 |
| 4110 | 2026-03-10T16:22:23.099Z | Checking diesel v2.2.12 |
| 4111 | 2026-03-10T16:22:25.503Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4112 | 2026-03-10T16:22:27.363Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4113 | 2026-03-10T16:22:27.574Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4114 | 2026-03-10T16:22:27.591Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4115 | 2026-03-10T16:22:28.937Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4116 | 2026-03-10T16:22:29.642Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4117 | 2026-03-10T16:22:29.664Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4118 | 2026-03-10T16:22:30.565Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4119 | 2026-03-10T16:22:33.193Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4120 | 2026-03-10T16:22:39.671Z | Compiling samael v0.0.19 |
| 4121 | 2026-03-10T16:22:44.534Z | Checking async-bb8-diesel v0.2.1 |
| 4122 | 2026-03-10T16:22:46.044Z | Compiling polar-core v0.27.3 |
| 4123 | 2026-03-10T16:22:52.253Z | Checking oso v0.27.3 |
| 4124 | 2026-03-10T16:23:28.034Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4125 | 2026-03-10T16:24:14.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s |
| 4126 | 2026-03-10T16:24:14.409Z | |
| 4127 | 2026-03-10T16:24:14.410Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (223/256) |
| 4128 | 2026-03-10T16:24:15.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4129 | 2026-03-10T16:24:15.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4130 | 2026-03-10T16:24:15.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4131 | 2026-03-10T16:24:15.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 4132 | 2026-03-10T16:24:15.280Z | |
| 4133 | 2026-03-10T16:24:15.280Z | info: running `cargo check --bins` on nexus-saga-recovery (224/256) |
| 4134 | 2026-03-10T16:24:16.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4135 | 2026-03-10T16:24:16.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4136 | 2026-03-10T16:24:16.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4137 | 2026-03-10T16:24:16.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 4138 | 2026-03-10T16:24:16.136Z | |
| 4139 | 2026-03-10T16:24:16.136Z | info: running `cargo check --bins` on nexus-test-utils-macros (225/256) |
| 4140 | 2026-03-10T16:24:16.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4141 | 2026-03-10T16:24:16.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4142 | 2026-03-10T16:24:16.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4143 | 2026-03-10T16:24:16.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 4144 | 2026-03-10T16:24:16.896Z | |
| 4145 | 2026-03-10T16:24:16.896Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (226/256) |
| 4146 | 2026-03-10T16:24:17.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4147 | 2026-03-10T16:24:17.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4148 | 2026-03-10T16:24:17.966Z | Compiling libz-sys v1.1.24 |
| 4149 | 2026-03-10T16:24:17.971Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4150 | 2026-03-10T16:24:18.106Z | Compiling vergen-git2 v1.0.7 |
| 4151 | 2026-03-10T16:24:18.118Z | Compiling rustls v0.21.12 |
| 4152 | 2026-03-10T16:24:18.130Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4153 | 2026-03-10T16:24:18.135Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4154 | 2026-03-10T16:24:18.135Z | Compiling nix v0.29.0 |
| 4155 | 2026-03-10T16:24:18.135Z | Checking sct v0.7.1 |
| 4156 | 2026-03-10T16:24:18.341Z | Checking rustls-webpki v0.101.7 |
| 4157 | 2026-03-10T16:24:18.397Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4158 | 2026-03-10T16:24:18.418Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4159 | 2026-03-10T16:24:18.457Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4160 | 2026-03-10T16:24:18.635Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4161 | 2026-03-10T16:24:18.787Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4162 | 2026-03-10T16:24:18.803Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4163 | 2026-03-10T16:24:18.905Z | Checking rustls-pemfile v1.0.4 |
| 4164 | 2026-03-10T16:24:19.052Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4165 | 2026-03-10T16:24:19.071Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4166 | 2026-03-10T16:24:19.320Z | Checking twox-hash v2.1.2 |
| 4167 | 2026-03-10T16:24:19.355Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4168 | 2026-03-10T16:24:19.581Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4169 | 2026-03-10T16:24:20.299Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4170 | 2026-03-10T16:24:20.400Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4171 | 2026-03-10T16:24:20.494Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4172 | 2026-03-10T16:24:20.521Z | Checking tokio-rustls v0.24.1 |
| 4173 | 2026-03-10T16:24:20.771Z | Checking progenitor-extras v0.1.0 |
| 4174 | 2026-03-10T16:24:21.024Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4175 | 2026-03-10T16:24:21.159Z | Checking fatfs v0.3.6 |
| 4176 | 2026-03-10T16:24:21.198Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4177 | 2026-03-10T16:24:21.343Z | Compiling seq-macro v0.3.6 |
| 4178 | 2026-03-10T16:24:26.312Z | Compiling git2 v0.20.4 |
| 4179 | 2026-03-10T16:24:27.142Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4180 | 2026-03-10T16:24:27.293Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4181 | 2026-03-10T16:24:29.513Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4182 | 2026-03-10T16:25:38.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
| 4183 | 2026-03-10T16:25:38.443Z | |
| 4184 | 2026-03-10T16:25:38.443Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (227/256) |
| 4185 | 2026-03-10T16:25:39.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4186 | 2026-03-10T16:25:39.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4187 | 2026-03-10T16:25:39.540Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4188 | 2026-03-10T16:26:37.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.14s |
| 4189 | 2026-03-10T16:26:37.819Z | |
| 4190 | 2026-03-10T16:26:37.819Z | info: running `cargo check --bins` on nexus-background-task-interface (228/256) |
| 4191 | 2026-03-10T16:26:38.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4192 | 2026-03-10T16:26:38.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4193 | 2026-03-10T16:26:38.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4194 | 2026-03-10T16:26:38.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 4195 | 2026-03-10T16:26:38.589Z | |
| 4196 | 2026-03-10T16:26:38.590Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (229/256) |
| 4197 | 2026-03-10T16:26:39.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4198 | 2026-03-10T16:26:39.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4199 | 2026-03-10T16:26:39.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4200 | 2026-03-10T16:26:39.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 4201 | 2026-03-10T16:26:39.449Z | |
| 4202 | 2026-03-10T16:26:39.449Z | info: running `cargo check --bins` on nexus-mgs-updates (230/256) |
| 4203 | 2026-03-10T16:26:40.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4204 | 2026-03-10T16:26:40.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4205 | 2026-03-10T16:26:40.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4206 | 2026-03-10T16:26:40.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 4207 | 2026-03-10T16:26:40.304Z | |
| 4208 | 2026-03-10T16:26:40.304Z | info: running `cargo check --bins` on nexus-networking (231/256) |
| 4209 | 2026-03-10T16:26:41.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4210 | 2026-03-10T16:26:41.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4211 | 2026-03-10T16:26:41.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4212 | 2026-03-10T16:26:41.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 4213 | 2026-03-10T16:26:41.162Z | |
| 4214 | 2026-03-10T16:26:41.162Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (232/256) |
| 4215 | 2026-03-10T16:26:41.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4216 | 2026-03-10T16:26:41.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4217 | 2026-03-10T16:26:41.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4218 | 2026-03-10T16:26:41.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 4219 | 2026-03-10T16:26:42.012Z | |
| 4220 | 2026-03-10T16:26:42.012Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (233/256) |
| 4221 | 2026-03-10T16:26:42.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4222 | 2026-03-10T16:26:42.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4223 | 2026-03-10T16:26:42.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4224 | 2026-03-10T16:26:42.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 4225 | 2026-03-10T16:26:42.864Z | |
| 4226 | 2026-03-10T16:26:42.864Z | info: running `cargo check --bins` on omicron-dev (234/256) |
| 4227 | 2026-03-10T16:26:43.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4228 | 2026-03-10T16:26:43.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4229 | 2026-03-10T16:26:43.964Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4230 | 2026-03-10T16:26:43.964Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4231 | 2026-03-10T16:26:44.112Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4232 | 2026-03-10T16:26:44.128Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4233 | 2026-03-10T16:26:44.132Z | Checking diff v0.1.13 |
| 4234 | 2026-03-10T16:26:44.132Z | Checking yansi v1.0.1 |
| 4235 | 2026-03-10T16:26:44.132Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4236 | 2026-03-10T16:26:44.133Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4237 | 2026-03-10T16:26:44.320Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4238 | 2026-03-10T16:26:44.475Z | Checking pretty_assertions v1.4.1 |
| 4239 | 2026-03-10T16:26:45.409Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4240 | 2026-03-10T16:27:17.660Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4241 | 2026-03-10T16:27:17.663Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4242 | 2026-03-10T16:27:17.663Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4243 | 2026-03-10T16:27:17.663Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4244 | 2026-03-10T16:27:17.663Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4245 | 2026-03-10T16:27:17.663Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4246 | 2026-03-10T16:27:18.624Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4247 | 2026-03-10T16:27:20.050Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4248 | 2026-03-10T16:28:18.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 35s |
| 4249 | 2026-03-10T16:28:18.833Z | |
| 4250 | 2026-03-10T16:28:18.833Z | info: running `cargo check --bins` on omicron-pins (235/256) |
| 4251 | 2026-03-10T16:28:19.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4252 | 2026-03-10T16:28:19.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4253 | 2026-03-10T16:28:19.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4254 | 2026-03-10T16:28:19.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 4255 | 2026-03-10T16:28:19.601Z | |
| 4256 | 2026-03-10T16:28:19.601Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (236/256) |
| 4257 | 2026-03-10T16:28:20.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4258 | 2026-03-10T16:28:20.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4259 | 2026-03-10T16:28:20.544Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4260 | 2026-03-10T16:28:20.661Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4261 | 2026-03-10T16:28:20.664Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4262 | 2026-03-10T16:28:42.554Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4263 | 2026-03-10T16:28:43.057Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4264 | 2026-03-10T16:28:45.437Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4265 | 2026-03-10T16:28:46.023Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4266 | 2026-03-10T16:28:50.076Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4267 | 2026-03-10T16:29:21.753Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4268 | 2026-03-10T16:29:22.598Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4269 | 2026-03-10T16:29:24.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 4270 | 2026-03-10T16:29:25.018Z | |
| 4271 | 2026-03-10T16:29:25.018Z | info: running `cargo check --bins` on reconfigurator-sp-updater (237/256) |
| 4272 | 2026-03-10T16:29:25.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4273 | 2026-03-10T16:29:25.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4274 | 2026-03-10T16:29:25.894Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4275 | 2026-03-10T16:29:26.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s |
| 4276 | 2026-03-10T16:29:26.997Z | |
| 4277 | 2026-03-10T16:29:26.997Z | info: running `cargo check --bins` on omicron-releng (238/256) |
| 4278 | 2026-03-10T16:29:27.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4279 | 2026-03-10T16:29:27.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4280 | 2026-03-10T16:29:27.797Z | Compiling blake3 v1.8.3 |
| 4281 | 2026-03-10T16:29:27.905Z | Checking constant_time_eq v0.4.2 |
| 4282 | 2026-03-10T16:29:27.908Z | Checking arrayref v0.3.9 |
| 4283 | 2026-03-10T16:29:27.908Z | Checking arrayvec v0.7.6 |
| 4284 | 2026-03-10T16:29:27.917Z | Checking topological-sort v0.2.2 |
| 4285 | 2026-03-10T16:29:27.927Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4286 | 2026-03-10T16:29:27.930Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4287 | 2026-03-10T16:29:27.938Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4288 | 2026-03-10T16:29:27.994Z | Checking shell-words v1.1.1 |
| 4289 | 2026-03-10T16:29:28.960Z | Checking omicron-zone-package v0.12.2 |
| 4290 | 2026-03-10T16:29:29.941Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4291 | 2026-03-10T16:29:31.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s |
| 4292 | 2026-03-10T16:29:31.240Z | |
| 4293 | 2026-03-10T16:29:31.240Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (239/256) |
| 4294 | 2026-03-10T16:29:31.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4295 | 2026-03-10T16:29:31.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4296 | 2026-03-10T16:29:32.025Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4297 | 2026-03-10T16:29:32.402Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4298 | 2026-03-10T16:29:32.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s |
| 4299 | 2026-03-10T16:29:33.114Z | |
| 4300 | 2026-03-10T16:29:33.114Z | info: running `cargo check --bins` on xtask (240/256) |
| 4301 | 2026-03-10T16:29:33.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4302 | 2026-03-10T16:29:33.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4303 | 2026-03-10T16:29:33.705Z | Checking libc v0.2.180 |
| 4304 | 2026-03-10T16:29:33.795Z | Checking serde v1.0.228 |
| 4305 | 2026-03-10T16:29:33.798Z | Checking zerofrom v0.1.6 |
| 4306 | 2026-03-10T16:29:33.810Z | Checking bitflags v2.11.0 |
| 4307 | 2026-03-10T16:29:33.819Z | Checking hashbrown v0.16.1 |
| 4308 | 2026-03-10T16:29:33.822Z | Checking smallvec v1.15.1 |
| 4309 | 2026-03-10T16:29:33.840Z | Checking serde_json v1.0.149 |
| 4310 | 2026-03-10T16:29:33.843Z | Checking scroll v0.12.0 |
| 4311 | 2026-03-10T16:29:33.939Z | Checking yoke v0.8.1 |
| 4312 | 2026-03-10T16:29:34.004Z | Checking num-traits v0.2.19 |
| 4313 | 2026-03-10T16:29:34.061Z | Checking thiserror v1.0.69 |
| 4314 | 2026-03-10T16:29:34.138Z | Checking percent-encoding v2.3.2 |
| 4315 | 2026-03-10T16:29:34.162Z | Checking zerovec v0.11.5 |
| 4316 | 2026-03-10T16:29:34.181Z | Checking zerotrie v0.2.3 |
| 4317 | 2026-03-10T16:29:34.270Z | Checking errno v0.3.14 |
| 4318 | 2026-03-10T16:29:34.312Z | Checking log v0.4.29 |
| 4319 | 2026-03-10T16:29:34.361Z | Checking toml_datetime v0.6.11 |
| 4320 | 2026-03-10T16:29:34.421Z | Checking rustix v1.1.3 |
| 4321 | 2026-03-10T16:29:34.440Z | Checking indexmap v2.13.0 |
| 4322 | 2026-03-10T16:29:34.506Z | Checking serde_spanned v0.6.9 |
| 4323 | 2026-03-10T16:29:34.533Z | Checking goblin v0.8.2 |
| 4324 | 2026-03-10T16:29:34.596Z | Checking zerocopy v0.7.35 |
| 4325 | 2026-03-10T16:29:34.672Z | Checking form_urlencoded v1.2.2 |
| 4326 | 2026-03-10T16:29:34.714Z | Checking getrandom v0.4.1 |
| 4327 | 2026-03-10T16:29:34.757Z | Checking tinystr v0.8.2 |
| 4328 | 2026-03-10T16:29:34.795Z | Checking potential_utf v0.1.4 |
| 4329 | 2026-03-10T16:29:34.823Z | Checking ordered-float v2.10.1 |
| 4330 | 2026-03-10T16:29:34.876Z | Checking thiserror v2.0.18 |
| 4331 | 2026-03-10T16:29:34.954Z | Checking icu_collections v2.1.1 |
| 4332 | 2026-03-10T16:29:34.989Z | Checking icu_locale_core v2.1.1 |
| 4333 | 2026-03-10T16:29:35.002Z | Checking syn v2.0.117 |
| 4334 | 2026-03-10T16:29:35.141Z | Checking serde-value v0.7.0 |
| 4335 | 2026-03-10T16:29:35.208Z | Checking toml_edit v0.22.27 |
| 4336 | 2026-03-10T16:29:35.329Z | Checking dtrace-parser v0.2.0 |
| 4337 | 2026-03-10T16:29:35.380Z | Checking thread-id v4.2.2 |
| 4338 | 2026-03-10T16:29:35.411Z | Checking once_cell v1.21.3 |
| 4339 | 2026-03-10T16:29:35.481Z | Checking cargo-platform v0.2.0 |
| 4340 | 2026-03-10T16:29:35.573Z | Checking terminal_size v0.4.3 |
| 4341 | 2026-03-10T16:29:35.624Z | Checking memmap v0.7.0 |
| 4342 | 2026-03-10T16:29:35.637Z | Checking tempfile v3.25.0 |
| 4343 | 2026-03-10T16:29:35.705Z | Checking clap_builder v4.5.60 |
| 4344 | 2026-03-10T16:29:35.708Z | Checking textwrap v0.16.2 |
| 4345 | 2026-03-10T16:29:35.785Z | Checking fs-err v3.3.0 |
| 4346 | 2026-03-10T16:29:35.797Z | Checking icu_provider v2.1.1 |
| 4347 | 2026-03-10T16:29:35.888Z | Checking camino-tempfile v1.4.1 |
| 4348 | 2026-03-10T16:29:35.982Z | Checking tabled v0.15.0 |
| 4349 | 2026-03-10T16:29:36.018Z | Checking anyhow v1.0.102 |
| 4350 | 2026-03-10T16:29:36.087Z | Checking macaddr v1.0.1 |
| 4351 | 2026-03-10T16:29:36.101Z | Checking icu_properties v2.1.2 |
| 4352 | 2026-03-10T16:29:36.276Z | Checking icu_normalizer v2.1.1 |
| 4353 | 2026-03-10T16:29:36.319Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4354 | 2026-03-10T16:29:36.716Z | Checking toml v0.8.23 |
| 4355 | 2026-03-10T16:29:37.135Z | Checking cargo_toml v0.21.0 |
| 4356 | 2026-03-10T16:29:37.236Z | Checking idna_adapter v1.2.1 |
| 4357 | 2026-03-10T16:29:37.248Z | Checking dof v0.3.0 |
| 4358 | 2026-03-10T16:29:37.375Z | Checking clap v4.5.60 |
| 4359 | 2026-03-10T16:29:37.379Z | Checking idna v1.1.0 |
| 4360 | 2026-03-10T16:29:37.649Z | Checking usdt-impl v0.5.0 |
| 4361 | 2026-03-10T16:29:37.673Z | Checking url v2.5.8 |
| 4362 | 2026-03-10T16:29:37.978Z | Checking usdt v0.5.0 |
| 4363 | 2026-03-10T16:29:38.134Z | Checking cargo-util-schemas v0.8.2 |
| 4364 | 2026-03-10T16:29:39.128Z | Checking cargo_metadata v0.21.0 |
| 4365 | 2026-03-10T16:29:39.984Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4366 | 2026-03-10T16:29:40.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.45s |
| 4367 | 2026-03-10T16:29:40.700Z | |
| 4368 | 2026-03-10T16:29:40.700Z | info: running `cargo check --bins` on end-to-end-tests (241/256) |
| 4369 | 2026-03-10T16:29:41.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4370 | 2026-03-10T16:29:41.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4371 | 2026-03-10T16:29:41.664Z | Checking polyval v0.6.2 |
| 4372 | 2026-03-10T16:29:41.784Z | Checking ctr v0.9.2 |
| 4373 | 2026-03-10T16:29:41.797Z | Checking ssh-encoding v0.2.0 |
| 4374 | 2026-03-10T16:29:41.800Z | Checking blowfish v0.9.1 |
| 4375 | 2026-03-10T16:29:41.800Z | Checking password-hash v0.4.2 |
| 4376 | 2026-03-10T16:29:41.800Z | Checking p521 v0.13.3 |
| 4377 | 2026-03-10T16:29:41.800Z | Checking p256 v0.13.2 |
| 4378 | 2026-03-10T16:29:41.804Z | Checking russh-cryptovec v0.7.3 |
| 4379 | 2026-03-10T16:29:41.962Z | Checking ghash v0.5.1 |
| 4380 | 2026-03-10T16:29:41.979Z | Checking md5 v0.7.0 |
| 4381 | 2026-03-10T16:29:42.007Z | Checking bcrypt-pbkdf v0.10.0 |
| 4382 | 2026-03-10T16:29:42.023Z | Checking num-bigint v0.4.6 |
| 4383 | 2026-03-10T16:29:42.102Z | Checking aes-gcm v0.10.3 |
| 4384 | 2026-03-10T16:29:42.121Z | Checking des v0.8.1 |
| 4385 | 2026-03-10T16:29:42.185Z | Checking pbkdf2 v0.11.0 |
| 4386 | 2026-03-10T16:29:42.189Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4387 | 2026-03-10T16:29:42.189Z | Checking hex-literal v0.4.1 |
| 4388 | 2026-03-10T16:29:42.231Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4389 | 2026-03-10T16:29:42.278Z | Checking ssh-cipher v0.2.0 |
| 4390 | 2026-03-10T16:29:42.310Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4391 | 2026-03-10T16:29:42.331Z | Checking socket2 v0.5.10 |
| 4392 | 2026-03-10T16:29:42.391Z | Checking internet-checksum v0.2.1 |
| 4393 | 2026-03-10T16:29:42.488Z | Checking ssh-key v0.6.7 |
| 4394 | 2026-03-10T16:29:42.733Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4395 | 2026-03-10T16:29:43.378Z | Checking russh-keys v0.45.0 |
| 4396 | 2026-03-10T16:29:44.096Z | Checking russh v0.45.0 |
| 4397 | 2026-03-10T16:30:05.909Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4398 | 2026-03-10T16:30:07.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.78s |
| 4399 | 2026-03-10T16:30:07.731Z | |
| 4400 | 2026-03-10T16:30:07.731Z | info: running `cargo check --bins` on gateway-cli (242/256) |
| 4401 | 2026-03-10T16:30:08.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4402 | 2026-03-10T16:30:08.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4403 | 2026-03-10T16:30:08.518Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4404 | 2026-03-10T16:30:08.524Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4405 | 2026-03-10T16:30:08.524Z | Checking termios v0.3.3 |
| 4406 | 2026-03-10T16:30:10.331Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4407 | 2026-03-10T16:30:10.516Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4408 | 2026-03-10T16:30:13.150Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4409 | 2026-03-10T16:30:13.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.17s |
| 4410 | 2026-03-10T16:30:14.105Z | |
| 4411 | 2026-03-10T16:30:14.105Z | info: running `cargo check --bins --no-default-features` on installinator (243/256) |
| 4412 | 2026-03-10T16:30:14.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4413 | 2026-03-10T16:30:14.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4414 | 2026-03-10T16:30:14.963Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 4415 | 2026-03-10T16:30:15.074Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4416 | 2026-03-10T16:30:15.088Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4417 | 2026-03-10T16:30:15.094Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4418 | 2026-03-10T16:30:15.094Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4419 | 2026-03-10T16:30:15.595Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4420 | 2026-03-10T16:30:15.599Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4421 | 2026-03-10T16:30:16.513Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4422 | 2026-03-10T16:30:16.610Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4423 | 2026-03-10T16:30:16.619Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4424 | 2026-03-10T16:30:17.464Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4425 | 2026-03-10T16:30:19.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s |
| 4426 | 2026-03-10T16:30:19.932Z | |
| 4427 | 2026-03-10T16:30:19.932Z | info: running `cargo check --bins` on internal-dns-cli (244/256) |
| 4428 | 2026-03-10T16:30:20.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4429 | 2026-03-10T16:30:20.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4430 | 2026-03-10T16:30:20.713Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4431 | 2026-03-10T16:30:21.273Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4432 | 2026-03-10T16:30:21.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s |
| 4433 | 2026-03-10T16:30:21.885Z | |
| 4434 | 2026-03-10T16:30:21.885Z | info: running `cargo check --bins` on omicron-live-tests (245/256) |
| 4435 | 2026-03-10T16:30:22.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4436 | 2026-03-10T16:30:22.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4437 | 2026-03-10T16:30:22.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4438 | 2026-03-10T16:30:22.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 4439 | 2026-03-10T16:30:22.655Z | |
| 4440 | 2026-03-10T16:30:22.655Z | info: running `cargo check --bins` on live-tests-macros (246/256) |
| 4441 | 2026-03-10T16:30:23.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4442 | 2026-03-10T16:30:23.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4443 | 2026-03-10T16:30:23.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4444 | 2026-03-10T16:30:23.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 4445 | 2026-03-10T16:30:23.427Z | |
| 4446 | 2026-03-10T16:30:23.427Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (247/256) |
| 4447 | 2026-03-10T16:30:24.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4448 | 2026-03-10T16:30:24.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4449 | 2026-03-10T16:30:24.335Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4450 | 2026-03-10T16:30:25.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s |
| 4451 | 2026-03-10T16:30:25.327Z | |
| 4452 | 2026-03-10T16:30:25.327Z | info: running `cargo check --bins` on omicron-ntp-admin (248/256) |
| 4453 | 2026-03-10T16:30:26.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4454 | 2026-03-10T16:30:26.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4455 | 2026-03-10T16:30:26.119Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4456 | 2026-03-10T16:30:26.142Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4457 | 2026-03-10T16:30:26.412Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4458 | 2026-03-10T16:30:29.842Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4459 | 2026-03-10T16:30:29.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s |
| 4460 | 2026-03-10T16:30:29.843Z | |
| 4461 | 2026-03-10T16:30:29.843Z | info: running `cargo check --bins` on ntp-admin-types (249/256) |
| 4462 | 2026-03-10T16:30:29.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4463 | 2026-03-10T16:30:29.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4464 | 2026-03-10T16:30:29.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4465 | 2026-03-10T16:30:29.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 4466 | 2026-03-10T16:30:29.843Z | |
| 4467 | 2026-03-10T16:30:29.843Z | info: running `cargo check --bins` on omicron-package (250/256) |
| 4468 | 2026-03-10T16:30:29.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4469 | 2026-03-10T16:30:29.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4470 | 2026-03-10T16:30:29.882Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4471 | 2026-03-10T16:30:30.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s |
| 4472 | 2026-03-10T16:30:30.781Z | |
| 4473 | 2026-03-10T16:30:30.781Z | info: running `cargo check --bins` on tqdb (251/256) |
| 4474 | 2026-03-10T16:30:31.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4475 | 2026-03-10T16:30:31.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4476 | 2026-03-10T16:30:31.735Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4477 | 2026-03-10T16:30:32.174Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4478 | 2026-03-10T16:30:33.026Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4479 | 2026-03-10T16:30:33.029Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4480 | 2026-03-10T16:30:39.446Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4481 | 2026-03-10T16:30:40.368Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4482 | 2026-03-10T16:30:40.372Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4483 | 2026-03-10T16:30:40.372Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4484 | 2026-03-10T16:30:40.372Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4485 | 2026-03-10T16:30:41.522Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4486 | 2026-03-10T16:30:50.555Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4487 | 2026-03-10T16:30:58.670Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4488 | 2026-03-10T16:30:58.674Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4489 | 2026-03-10T16:30:58.674Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4490 | 2026-03-10T16:30:58.674Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4491 | 2026-03-10T16:31:00.561Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4492 | 2026-03-10T16:31:02.357Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4493 | 2026-03-10T16:31:03.266Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4494 | 2026-03-10T16:31:04.946Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4495 | 2026-03-10T16:31:05.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.89s |
| 4496 | 2026-03-10T16:31:05.915Z | |
| 4497 | 2026-03-10T16:31:05.915Z | info: running `cargo check --bins` on wicket-dbg (252/256) |
| 4498 | 2026-03-10T16:31:06.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4499 | 2026-03-10T16:31:06.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4500 | 2026-03-10T16:31:06.780Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4501 | 2026-03-10T16:31:06.784Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 4502 | 2026-03-10T16:31:06.784Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 4503 | 2026-03-10T16:31:06.917Z | Checking rtoolbox v0.0.3 |
| 4504 | 2026-03-10T16:31:06.920Z | Checking tui-tree-widget v0.23.1 |
| 4505 | 2026-03-10T16:31:07.060Z | Checking rpassword v7.4.0 |
| 4506 | 2026-03-10T16:31:07.212Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4507 | 2026-03-10T16:31:08.354Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4508 | 2026-03-10T16:31:14.763Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4509 | 2026-03-10T16:31:15.687Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4510 | 2026-03-10T16:31:17.087Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4511 | 2026-03-10T16:31:21.244Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4512 | 2026-03-10T16:31:23.830Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4513 | 2026-03-10T16:31:24.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.03s |
| 4514 | 2026-03-10T16:31:25.171Z | |
| 4515 | 2026-03-10T16:31:25.171Z | info: running `cargo check --bins` on wicket (253/256) |
| 4516 | 2026-03-10T16:31:25.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4517 | 2026-03-10T16:31:25.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4518 | 2026-03-10T16:31:26.007Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4519 | 2026-03-10T16:31:26.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
| 4520 | 2026-03-10T16:31:26.647Z | |
| 4521 | 2026-03-10T16:31:26.647Z | info: running `cargo check --bins` on wicketd (254/256) |
| 4522 | 2026-03-10T16:31:27.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4523 | 2026-03-10T16:31:27.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4524 | 2026-03-10T16:31:27.523Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4525 | 2026-03-10T16:31:27.526Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4526 | 2026-03-10T16:31:27.526Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4527 | 2026-03-10T16:31:27.526Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4528 | 2026-03-10T16:31:29.096Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4529 | 2026-03-10T16:31:29.892Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4530 | 2026-03-10T16:31:33.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.30s |
| 4531 | 2026-03-10T16:31:34.173Z | |
| 4532 | 2026-03-10T16:31:34.173Z | info: running `cargo check --bins` on omicron-workspace-hack (255/256) |
| 4533 | 2026-03-10T16:31:34.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4534 | 2026-03-10T16:31:34.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4535 | 2026-03-10T16:31:34.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4536 | 2026-03-10T16:31:34.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 4537 | 2026-03-10T16:31:34.942Z | |
| 4538 | 2026-03-10T16:31:34.942Z | info: running `cargo check --bins` on zone-setup (256/256) |
| 4539 | 2026-03-10T16:31:35.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4540 | 2026-03-10T16:31:35.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4541 | 2026-03-10T16:31:35.753Z | Checking uzers v0.12.2 |
| 4542 | 2026-03-10T16:31:36.084Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4543 | 2026-03-10T16:31:37.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s |
| 4544 | 2026-03-10T16:31:37.269Z | |
| 4545 | 2026-03-10T16:31:37.272Z | real 18:17.286465421 |
| 4546 | 2026-03-10T16:31:37.272Z | user 27:50.641626508 |
| 4547 | 2026-03-10T16:31:37.272Z | sys 5:07.364303270 |
| 4548 | 2026-03-10T16:31:37.273Z | trap 0.472404207 |
| 4549 | 2026-03-10T16:31:37.273Z | tflt 0.610200757 |
| 4550 | 2026-03-10T16:31:37.273Z | dflt 0.625819205 |
| 4551 | 2026-03-10T16:31:37.273Z | kflt 0.000983609 |
| 4552 | 2026-03-10T16:31:37.273Z | lock 1:15:28.068353258 |
| 4553 | 2026-03-10T16:31:37.273Z | slp 2:37:01.316978662 |
| 4554 | 2026-03-10T16:31:37.273Z | lat 1:31.151594314 |
| 4555 | 2026-03-10T16:31:37.273Z | stop 4:28.216090524 |
| 4556 | 2026-03-10T16:31:37.273Z | process exited: duration 1350052 ms, exit code 0 |
| |
| 4557 | 2026-03-10T16:31:37.280Z | found 0 output files |