|
|
|
| 1 | 2026-08-14T17:05:31.472Z | job assigned to worker 01M00KQH5C3B5BRS3AGRTJY52N [factory aws, i-0191e2a770ad80a20] (queued for 52 s) |
| |
| 2 | 2026-08-14T17:05:38.047Z | starting task 0: "setup" |
| 3 | 2026-08-14T17:05:38.051Z | ++ uname -s |
| 4 | 2026-08-14T17:05:38.054Z | + kern=SunOS |
| 5 | 2026-08-14T17:05:38.054Z | + build_user=build |
| 6 | 2026-08-14T17:05:38.054Z | + build_uid=12345 |
| 7 | 2026-08-14T17:05:38.054Z | + work_dir=/work |
| 8 | 2026-08-14T17:05:38.054Z | + input_dir=/input |
| 9 | 2026-08-14T17:05:38.054Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-14T17:05:38.054Z | + case "$kern" in |
| 11 | 2026-08-14T17:05:38.054Z | + groupadd -g 12345 build |
| 12 | 2026-08-14T17:05:38.057Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-14T17:05:40.061Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-14T17:05:40.130Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-14T17:05:40.133Z | + home_fs=zfs |
| 16 | 2026-08-14T17:05:40.133Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-14T17:05:40.133Z | + mkdir -p /home/build |
| 18 | 2026-08-14T17:05:40.133Z | + chown build:build /home/build /work |
| 19 | 2026-08-14T17:05:42.134Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-14T17:05:42.137Z | process exited: duration 4091 ms, exit code 0 |
| |
| 21 | 2026-08-14T17:05:42.144Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-14T17:05:42.148Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-14T17:05:42.148Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-14T17:05:42.148Z | * rust toolchain profile = "default" |
| 25 | 2026-08-14T17:05:42.148Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-14T17:05:42.148Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-14T17:05:42.148Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-14T17:05:42.151Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-14T17:05:42.151Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-14T17:05:42.253Z | info: downloading installer |
| 31 | 2026-08-14T17:05:43.627Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-14T17:05:43.627Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-14T17:05:43.627Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-14T17:05:43.630Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-14T17:05:43.640Z | info: profile set to default |
| 36 | 2026-08-14T17:05:43.640Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-14T17:05:43.642Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-14T17:05:43.778Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-14T17:05:43.778Z | info: downloading 6 components |
| 40 | 2026-08-14T17:05:59.029Z | |
| 41 | 2026-08-14T17:05:59.029Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 42 | 2026-08-14T17:05:59.055Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-14T17:05:59.056Z | |
| 44 | 2026-08-14T17:05:59.056Z | |
| 45 | 2026-08-14T17:05:59.056Z | Rust is installed now. Great! |
| 46 | 2026-08-14T17:05:59.056Z | |
| 47 | 2026-08-14T17:05:59.059Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-14T17:05:59.059Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-14T17:05:59.059Z | |
| 50 | 2026-08-14T17:05:59.059Z | To configure your current shell, you need to source |
| 51 | 2026-08-14T17:05:59.059Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-14T17:05:59.059Z | |
| 53 | 2026-08-14T17:05:59.059Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-14T17:05:59.059Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-14T17:05:59.059Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-14T17:05:59.059Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-14T17:05:59.059Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-14T17:05:59.059Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-14T17:05:59.059Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-14T17:05:59.059Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-14T17:05:59.059Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-14T17:05:59.141Z | + rustup --version |
| 63 | 2026-08-14T17:05:59.150Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-14T17:05:59.153Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-14T17:05:59.171Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-14T17:05:59.174Z | + cargo --version |
| 67 | 2026-08-14T17:05:59.188Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-14T17:05:59.191Z | + rustc --version |
| 69 | 2026-08-14T17:05:59.210Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-14T17:05:59.213Z | process exited: duration 17069 ms, exit code 0 |
| |
| 71 | 2026-08-14T17:05:59.219Z | starting task 2: "authentication" |
| 72 | 2026-08-14T17:05:59.235Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-14T17:05:59.241Z | starting task 3: "clone repository" |
| 74 | 2026-08-14T17:05:59.244Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-14T17:05:59.247Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-14T17:05:59.277Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-14T17:06:16.822Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-14T17:06:16.822Z | + git fetch origin 1739fed3e65ef884fdbecf25ba94570e915d03d7 |
| 79 | 2026-08-14T17:06:17.199Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-14T17:06:17.199Z | * branch 1739fed3e65ef884fdbecf25ba94570e915d03d7 -> FETCH_HEAD |
| 81 | 2026-08-14T17:06:17.212Z | + [[ -n '' ]] |
| 82 | 2026-08-14T17:06:17.212Z | + git reset --hard 1739fed3e65ef884fdbecf25ba94570e915d03d7 |
| 83 | 2026-08-14T17:06:17.467Z | HEAD is now at 1739fed3e API docs tweaks |
| 84 | 2026-08-14T17:06:17.470Z | process exited: duration 18228 ms, exit code 0 |
| |
| 85 | 2026-08-14T17:06:17.476Z | starting task 4: "build" |
| 86 | 2026-08-14T17:06:17.480Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-08-14T17:06:17.480Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-08-14T17:06:17.483Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-08-14T17:06:17.483Z | +++ uname -s |
| 90 | 2026-08-14T17:06:17.483Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 91 | 2026-08-14T17:06:17.483Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 92 | 2026-08-14T17:06:17.486Z | + cargo --version |
| 93 | 2026-08-14T17:06:17.492Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 94 | 2026-08-14T17:06:17.495Z | + rustc --version |
| 95 | 2026-08-14T17:06:17.514Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 96 | 2026-08-14T17:06:17.517Z | + source ./env.sh |
| 97 | 2026-08-14T17:06:17.517Z | ++ OLD_SHELL_OPTS=ehxB |
| 98 | 2026-08-14T17:06:17.517Z | ++ set -o xtrace |
| 99 | 2026-08-14T17:06:17.520Z | ++++ dirname ./env.sh |
| 100 | 2026-08-14T17:06:17.520Z | +++ readlink -f . |
| 101 | 2026-08-14T17:06:17.523Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 102 | 2026-08-14T17:06:17.523Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2026-08-14T17:06:17.523Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2026-08-14T17:06:17.523Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 105 | 2026-08-14T17:06:17.523Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-08-14T17:06:17.523Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2026-08-14T17:06:17.523Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2026-08-14T17:06:17.523Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2026-08-14T17:06:17.523Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-08-14T17:06:17.523Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2026-08-14T17:06:17.523Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2026-08-14T17:06:17.523Z | ++ case $OLD_SHELL_OPTS in |
| 113 | 2026-08-14T17:06:17.523Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 114 | 2026-08-14T17:06:17.523Z | + export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 115 | 2026-08-14T17:06:17.523Z | + PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 116 | 2026-08-14T17:06:17.523Z | + banner prerequisites |
| 117 | 2026-08-14T17:06:17.526Z | |
| 118 | 2026-08-14T17:06:17.526Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 119 | 2026-08-14T17:06:17.526Z | # # # # # # # # # # # # # # # |
| 120 | 2026-08-14T17:06:17.526Z | # # # # ##### # # ##### # # # # # #### # |
| 121 | 2026-08-14T17:06:17.526Z | ##### ##### # ##### # # # # # # # # # |
| 122 | 2026-08-14T17:06:17.526Z | # # # # # # # # # # # # # # # |
| 123 | 2026-08-14T17:06:17.526Z | # # # ###### # # ###### ### # #### # #### # |
| 124 | 2026-08-14T17:06:17.526Z | |
| 125 | 2026-08-14T17:06:17.526Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 126 | 2026-08-14T17:06:19.352Z | Startup: Refreshing catalog 'helios' ... Done |
| 127 | 2026-08-14T17:06:19.662Z | Startup: Caching catalogs ... Done |
| 128 | 2026-08-14T17:06:21.361Z | Planning: Solver setup ... Done (1.597s) |
| 129 | 2026-08-14T17:06:21.415Z | Planning: Running solver ... Done (0.054s) |
| 130 | 2026-08-14T17:06:21.455Z | Planning: Finding local manifests ... Done (0.003s) |
| 131 | 2026-08-14T17:06:21.467Z | Planning: Fetching manifests: 0/2 0% complete |
| 132 | 2026-08-14T17:06:21.488Z | Planning: Fetching manifests: 2/2 100% complete |
| 133 | 2026-08-14T17:06:21.503Z | Planning: Package planning ... Done (0.014s) |
| 134 | 2026-08-14T17:06:21.506Z | Planning: Merging actions ... Done (0.002s) |
| 135 | 2026-08-14T17:06:21.668Z | Planning: Checking for conflicting actions ... Done (0.164s) |
| 136 | 2026-08-14T17:06:21.671Z | Planning: Consolidating action changes ... Done (0.001s) |
| 137 | 2026-08-14T17:06:22.477Z | Planning: Evaluating mediators ... Done (0.807s) |
| 138 | 2026-08-14T17:06:22.480Z | Planning: Planning completed in 2.78 seconds |
| 139 | 2026-08-14T17:06:22.487Z | Packages to install: 2 |
| 140 | 2026-08-14T17:06:22.487Z | Estimated space available: 156.01 GB |
| 141 | 2026-08-14T17:06:22.491Z | Estimated space to be consumed: 67.95 MB |
| 142 | 2026-08-14T17:06:22.491Z | Create boot environment: No |
| 143 | 2026-08-14T17:06:22.491Z | Create backup boot environment: No |
| 144 | 2026-08-14T17:06:22.491Z | Rebuild boot archive: No |
| 145 | 2026-08-14T17:06:22.492Z | |
| 146 | 2026-08-14T17:06:22.492Z | Changed packages: |
| 147 | 2026-08-14T17:06:22.492Z | helios |
| 148 | 2026-08-14T17:06:22.492Z | developer/build-essential |
| 149 | 2026-08-14T17:06:22.492Z | None -> 11-3.0 |
| 150 | 2026-08-14T17:06:22.492Z | library/libxmlsec1 |
| 151 | 2026-08-14T17:06:22.492Z | None -> 1.2.35-3.0 |
| 152 | 2026-08-14T17:06:22.511Z | |
| 153 | 2026-08-14T17:06:22.511Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 154 | 2026-08-14T17:06:22.588Z | Download: Completed 1.28 MB in 0.08 seconds (16.6M/s) |
| 155 | 2026-08-14T17:06:22.645Z | Actions: 1/268 actions (Installing new actions) |
| 156 | 2026-08-14T17:06:22.683Z | Actions: Completed 268 actions in 0.04 seconds. |
| 157 | 2026-08-14T17:06:22.712Z | Finalize: Updating package state database ... Done (0.029s) |
| 158 | 2026-08-14T17:06:22.715Z | Finalize: Updating package cache ... Done (0.000s) |
| 159 | 2026-08-14T17:06:22.787Z | Finalize: Updating image state ... Done (0.074s) |
| 160 | 2026-08-14T17:06:25.240Z | Finalize: Creating fast lookup database ... Done (2.408s) |
| 161 | 2026-08-14T17:06:25.306Z | Finalize: Reading search index ... Done (0.012s) |
| 162 | 2026-08-14T17:06:25.310Z | Finalize: Updating search index ... Done (0.000s) |
| 163 | 2026-08-14T17:06:25.410Z | Finalize: Updating package cache ... Done (0.000s) |
| 164 | 2026-08-14T17:06:25.763Z | Planning: Evaluating mediator changes ... Done |
| 165 | 2026-08-14T17:06:25.867Z | Planning: Checking for conflicting actions ... Done |
| 166 | 2026-08-14T17:06:25.871Z | Planning: Consolidating action changes ... Done |
| 167 | 2026-08-14T17:06:26.023Z | Planning: Evaluating mediators ... Done |
| 168 | 2026-08-14T17:06:26.026Z | Planning: Planning completed in 0.26 seconds |
| 169 | 2026-08-14T17:06:26.046Z | Mediators to change: 2 |
| 170 | 2026-08-14T17:06:26.046Z | Create boot environment: No |
| 171 | 2026-08-14T17:06:26.046Z | Create backup boot environment: No |
| 172 | 2026-08-14T17:06:26.085Z | Finalize: Updating package state database ... Done |
| 173 | 2026-08-14T17:06:26.085Z | Finalize: Updating package cache ... Done |
| 174 | 2026-08-14T17:06:26.129Z | Finalize: Updating image state ... Done |
| 175 | 2026-08-14T17:06:28.064Z | Finalize: Creating fast lookup database ... Done |
| 176 | 2026-08-14T17:06:28.125Z | Finalize: Reading search index ... Done |
| 177 | 2026-08-14T17:06:28.128Z | Finalize: Updating search index ... Done |
| 178 | 2026-08-14T17:06:28.203Z | Finalize: Updating package cache ... Done |
| 179 | 2026-08-14T17:06:28.489Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-08-14T17:06:28.595Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-08-14T17:06:28.598Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-08-14T17:06:28.756Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-08-14T17:06:28.759Z | Planning: Planning completed in 0.26 seconds |
| 184 | 2026-08-14T17:06:28.776Z | Mediators to change: 1 |
| 185 | 2026-08-14T17:06:28.776Z | Create boot environment: No |
| 186 | 2026-08-14T17:06:28.776Z | Create backup boot environment: No |
| 187 | 2026-08-14T17:06:28.817Z | Finalize: Updating package state database ... Done |
| 188 | 2026-08-14T17:06:28.817Z | Finalize: Updating package cache ... Done |
| 189 | 2026-08-14T17:06:28.893Z | Finalize: Updating image state ... Done |
| 190 | 2026-08-14T17:06:30.798Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-08-14T17:06:30.858Z | Finalize: Reading search index ... Done |
| 192 | 2026-08-14T17:06:30.862Z | Finalize: Updating search index ... Done |
| 193 | 2026-08-14T17:06:30.928Z | Finalize: Updating package cache ... Done |
| 194 | 2026-08-14T17:06:31.235Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 195 | 2026-08-14T17:06:31.235Z | apache system 2.4 system |
| 196 | 2026-08-14T17:06:31.235Z | clang system 15 system |
| 197 | 2026-08-14T17:06:31.235Z | csh system system illumos |
| 198 | 2026-08-14T17:06:31.235Z | ctags system system illumos |
| 199 | 2026-08-14T17:06:31.235Z | file vendor vendor darwinsys |
| 200 | 2026-08-14T17:06:31.235Z | file system system illumos |
| 201 | 2026-08-14T17:06:31.235Z | gcc vendor 14 vendor |
| 202 | 2026-08-14T17:06:31.235Z | gcc system 13 system |
| 203 | 2026-08-14T17:06:31.235Z | gcc system 10 system |
| 204 | 2026-08-14T17:06:31.235Z | go system 1.25 system |
| 205 | 2026-08-14T17:06:31.236Z | llvm system 15 system |
| 206 | 2026-08-14T17:06:31.236Z | mariadb system 11.4 system |
| 207 | 2026-08-14T17:06:31.236Z | mta vendor vendor dma |
| 208 | 2026-08-14T17:06:31.236Z | openjdk system 17 system |
| 209 | 2026-08-14T17:06:31.236Z | openjdk system 11 system |
| 210 | 2026-08-14T17:06:31.236Z | openssl vendor 3 vendor |
| 211 | 2026-08-14T17:06:31.236Z | perl system 5.40 system |
| 212 | 2026-08-14T17:06:31.236Z | postgresql system 18 system |
| 213 | 2026-08-14T17:06:31.236Z | postgresql system 17 system |
| 214 | 2026-08-14T17:06:31.236Z | python vendor 3 vendor |
| 215 | 2026-08-14T17:06:31.236Z | python system 2 system |
| 216 | 2026-08-14T17:06:31.236Z | python3 vendor 3.13 vendor |
| 217 | 2026-08-14T17:06:31.236Z | ruby system 3.4 system |
| 218 | 2026-08-14T17:06:31.236Z | ruby system 3.0 system |
| 219 | 2026-08-14T17:06:31.236Z | words vendor vendor american-english |
| 220 | 2026-08-14T17:06:31.236Z | words system system australian-english |
| 221 | 2026-08-14T17:06:31.236Z | words system system british-english |
| 222 | 2026-08-14T17:06:31.236Z | words system system canadian-english |
| 223 | 2026-08-14T17:06:31.236Z | words system system french |
| 224 | 2026-08-14T17:06:31.236Z | words system system italian |
| 225 | 2026-08-14T17:06:31.236Z | words system system ngerman |
| 226 | 2026-08-14T17:06:31.236Z | words system system ogerman |
| 227 | 2026-08-14T17:06:31.236Z | words system system spanish |
| 228 | 2026-08-14T17:06:31.489Z | PUBLISHER TYPE STATUS P LOCATION |
| 229 | 2026-08-14T17:06:31.489Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 230 | 2026-08-14T17:06:31.929Z | FMRI IFO |
| 231 | 2026-08-14T17:06:31.929Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 232 | 2026-08-14T17:06:31.929Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 233 | 2026-08-14T17:06:31.929Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 234 | 2026-08-14T17:06:31.929Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 235 | 2026-08-14T17:06:31.929Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 236 | 2026-08-14T17:06:31.929Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 237 | 2026-08-14T17:06:31.929Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 238 | 2026-08-14T17:06:31.929Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 239 | 2026-08-14T17:06:31.929Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 240 | 2026-08-14T17:06:32.252Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 241 | 2026-08-14T17:06:32.600Z | Updating crates.io index |
| 242 | 2026-08-14T17:06:32.603Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 243 | 2026-08-14T17:06:32.863Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-08-14T17:06:33.311Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 245 | 2026-08-14T17:06:34.349Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 246 | 2026-08-14T17:06:34.882Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 247 | 2026-08-14T17:06:37.111Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 248 | 2026-08-14T17:06:37.979Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 249 | 2026-08-14T17:06:38.280Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 250 | 2026-08-14T17:06:38.696Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 251 | 2026-08-14T17:06:39.978Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 252 | 2026-08-14T17:06:40.271Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 253 | 2026-08-14T17:06:40.631Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 254 | 2026-08-14T17:06:40.961Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 255 | 2026-08-14T17:06:41.231Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 256 | 2026-08-14T17:06:41.528Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 257 | 2026-08-14T17:06:41.809Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 258 | 2026-08-14T17:06:42.078Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 259 | 2026-08-14T17:06:42.392Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 260 | 2026-08-14T17:06:42.860Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 261 | 2026-08-14T17:06:43.320Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 262 | 2026-08-14T17:06:43.685Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 263 | 2026-08-14T17:06:44.212Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 264 | 2026-08-14T17:06:44.551Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 265 | 2026-08-14T17:06:45.178Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 266 | 2026-08-14T17:06:45.530Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 267 | 2026-08-14T17:06:46.108Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 268 | 2026-08-14T17:06:46.594Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 269 | 2026-08-14T17:06:46.872Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 270 | 2026-08-14T17:06:47.310Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 271 | 2026-08-14T17:06:47.680Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 272 | 2026-08-14T17:06:48.002Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 273 | 2026-08-14T17:06:48.330Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 274 | 2026-08-14T17:06:48.735Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 275 | 2026-08-14T17:06:49.290Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 276 | 2026-08-14T17:06:49.934Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 277 | 2026-08-14T17:06:50.444Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 278 | 2026-08-14T17:06:50.782Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 279 | 2026-08-14T17:06:51.085Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 280 | 2026-08-14T17:06:51.349Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 281 | 2026-08-14T17:06:51.612Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 282 | 2026-08-14T17:06:51.966Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 283 | 2026-08-14T17:06:52.247Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 284 | 2026-08-14T17:06:55.094Z | Downloading crates ... |
| 285 | 2026-08-14T17:06:55.156Z | Downloaded log v0.4.29 |
| 286 | 2026-08-14T17:06:55.159Z | Downloaded thiserror-impl v1.0.69 |
| 287 | 2026-08-14T17:06:55.162Z | Downloaded textwrap v0.16.2 |
| 288 | 2026-08-14T17:06:55.165Z | Downloaded swrite v0.1.0 |
| 289 | 2026-08-14T17:06:55.165Z | Downloaded cpufeatures v0.2.17 |
| 290 | 2026-08-14T17:06:55.168Z | Downloaded itoa v1.0.17 |
| 291 | 2026-08-14T17:06:55.168Z | Downloaded zmij v1.0.21 |
| 292 | 2026-08-14T17:06:55.168Z | Downloaded anstyle-query v1.1.5 |
| 293 | 2026-08-14T17:06:55.168Z | Downloaded camino-tempfile v1.4.1 |
| 294 | 2026-08-14T17:06:55.174Z | Downloaded heck v0.5.0 |
| 295 | 2026-08-14T17:06:55.177Z | Downloaded pest_meta v2.8.6 |
| 296 | 2026-08-14T17:06:55.180Z | Downloaded clap_derive v4.6.1 |
| 297 | 2026-08-14T17:06:55.183Z | Downloaded pest_generator v2.8.6 |
| 298 | 2026-08-14T17:06:55.183Z | Downloaded clap_lex v1.0.0 |
| 299 | 2026-08-14T17:06:55.183Z | Downloaded macaddr v1.0.1 |
| 300 | 2026-08-14T17:06:55.186Z | Downloaded zerocopy-derive v0.7.35 |
| 301 | 2026-08-14T17:06:55.186Z | Downloaded generic-array v0.14.7 |
| 302 | 2026-08-14T17:06:55.189Z | Downloaded bytecount v0.6.9 |
| 303 | 2026-08-14T17:06:55.189Z | Downloaded zerocopy v0.7.35 |
| 304 | 2026-08-14T17:06:55.197Z | Downloaded byteorder v1.5.0 |
| 305 | 2026-08-14T17:06:55.200Z | Downloaded cargo_toml v0.21.0 |
| 306 | 2026-08-14T17:06:55.200Z | Downloaded cfg-if v1.0.4 |
| 307 | 2026-08-14T17:06:55.200Z | Downloaded getrandom v0.4.1 |
| 308 | 2026-08-14T17:06:55.203Z | Downloaded fastrand v2.3.0 |
| 309 | 2026-08-14T17:06:55.203Z | Downloaded once_cell v1.21.3 |
| 310 | 2026-08-14T17:06:55.206Z | Downloaded crypto-common v0.1.7 |
| 311 | 2026-08-14T17:06:55.210Z | Downloaded anstyle v1.0.14 |
| 312 | 2026-08-14T17:06:55.210Z | Downloaded pest_derive v2.8.6 |
| 313 | 2026-08-14T17:06:55.217Z | Downloaded is_terminal_polyfill v1.70.2 |
| 314 | 2026-08-14T17:06:55.220Z | Downloaded dtrace-parser v0.2.0 |
| 315 | 2026-08-14T17:06:55.220Z | Downloaded heck v0.4.1 |
| 316 | 2026-08-14T17:06:55.220Z | Downloaded terminal_size v0.4.3 |
| 317 | 2026-08-14T17:06:55.223Z | Downloaded memmap v0.7.0 |
| 318 | 2026-08-14T17:06:55.232Z | Downloaded dof v0.3.0 |
| 319 | 2026-08-14T17:06:55.236Z | Downloaded equivalent v1.0.2 |
| 320 | 2026-08-14T17:06:55.239Z | Downloaded fnv v1.0.7 |
| 321 | 2026-08-14T17:06:55.242Z | Downloaded block-buffer v0.10.4 |
| 322 | 2026-08-14T17:06:55.245Z | Downloaded colorchoice v1.0.4 |
| 323 | 2026-08-14T17:06:55.249Z | Downloaded toml_write v0.1.2 |
| 324 | 2026-08-14T17:06:55.252Z | Downloaded tabled_derive v0.7.0 |
| 325 | 2026-08-14T17:06:55.255Z | Downloaded cargo-platform v0.3.2 |
| 326 | 2026-08-14T17:06:55.258Z | Downloaded thread-id v4.2.2 |
| 327 | 2026-08-14T17:06:55.261Z | Downloaded strsim v0.11.1 |
| 328 | 2026-08-14T17:06:55.261Z | Downloaded scroll_derive v0.12.1 |
| 329 | 2026-08-14T17:06:55.267Z | Downloaded utf8parse v0.2.2 |
| 330 | 2026-08-14T17:06:55.277Z | Downloaded smawk v0.3.2 |
| 331 | 2026-08-14T17:06:55.281Z | Downloaded usdt v0.5.0 |
| 332 | 2026-08-14T17:06:55.284Z | Downloaded plain v0.2.3 |
| 333 | 2026-08-14T17:06:55.284Z | Downloaded proc-macro-error-attr v1.0.4 |
| 334 | 2026-08-14T17:06:55.288Z | Downloaded pretty-hex v0.4.1 |
| 335 | 2026-08-14T17:06:55.291Z | Downloaded unicode-linebreak v0.1.5 |
| 336 | 2026-08-14T17:06:55.291Z | Downloaded version_check v0.9.5 |
| 337 | 2026-08-14T17:06:55.294Z | Downloaded serde_spanned v0.6.9 |
| 338 | 2026-08-14T17:06:55.301Z | Downloaded errno v0.3.14 |
| 339 | 2026-08-14T17:06:55.304Z | Downloaded usdt-attr-macro v0.5.0 |
| 340 | 2026-08-14T17:06:55.304Z | Downloaded usdt-macro v0.5.0 |
| 341 | 2026-08-14T17:06:55.307Z | Downloaded anstream v1.0.0 |
| 342 | 2026-08-14T17:06:55.310Z | Downloaded autocfg v1.5.0 |
| 343 | 2026-08-14T17:06:55.310Z | Downloaded anstyle-parse v1.0.0 |
| 344 | 2026-08-14T17:06:55.310Z | Downloaded quote v1.0.45 |
| 345 | 2026-08-14T17:06:55.313Z | Downloaded sha2 v0.10.9 |
| 346 | 2026-08-14T17:06:55.316Z | Downloaded scroll v0.12.0 |
| 347 | 2026-08-14T17:06:55.334Z | Downloaded cargo_metadata v0.23.1 |
| 348 | 2026-08-14T17:06:55.338Z | Downloaded fs-err v3.3.0 |
| 349 | 2026-08-14T17:06:55.342Z | Downloaded serde_tokenstream v0.2.3 |
| 350 | 2026-08-14T17:06:55.345Z | Downloaded toml_datetime v0.6.11 |
| 351 | 2026-08-14T17:06:55.349Z | Downloaded thiserror v1.0.69 |
| 352 | 2026-08-14T17:06:55.352Z | Downloaded thiserror-impl v2.0.18 |
| 353 | 2026-08-14T17:06:55.355Z | Downloaded usdt-impl v0.5.0 |
| 354 | 2026-08-14T17:06:55.355Z | Downloaded semver v1.0.28 |
| 355 | 2026-08-14T17:06:55.355Z | Downloaded bitflags v2.11.0 |
| 356 | 2026-08-14T17:06:55.358Z | Downloaded proc-macro-error v1.0.4 |
| 357 | 2026-08-14T17:06:55.358Z | Downloaded anyhow v1.0.102 |
| 358 | 2026-08-14T17:06:55.363Z | Downloaded papergrid v0.11.0 |
| 359 | 2026-08-14T17:06:55.366Z | Downloaded thiserror v2.0.18 |
| 360 | 2026-08-14T17:06:55.369Z | Downloaded clap v4.6.1 |
| 361 | 2026-08-14T17:06:55.372Z | Downloaded digest v0.10.7 |
| 362 | 2026-08-14T17:06:55.375Z | Downloaded tempfile v3.25.0 |
| 363 | 2026-08-14T17:06:55.375Z | Downloaded camino v1.2.2 |
| 364 | 2026-08-14T17:06:55.378Z | Downloaded pest v2.8.6 |
| 365 | 2026-08-14T17:06:55.379Z | Downloaded ucd-trie v0.1.7 |
| 366 | 2026-08-14T17:06:55.396Z | Downloaded unicode-ident v1.0.24 |
| 367 | 2026-08-14T17:06:55.407Z | Downloaded serde_derive v1.0.228 |
| 368 | 2026-08-14T17:06:55.410Z | Downloaded toml v0.8.23 |
| 369 | 2026-08-14T17:06:55.417Z | Downloaded serde_core v1.0.228 |
| 370 | 2026-08-14T17:06:55.427Z | Downloaded proc-macro2 v1.0.106 |
| 371 | 2026-08-14T17:06:55.430Z | Downloaded toml_edit v0.22.27 |
| 372 | 2026-08-14T17:06:55.435Z | Downloaded memchr v2.8.0 |
| 373 | 2026-08-14T17:06:55.438Z | Downloaded serde v1.0.228 |
| 374 | 2026-08-14T17:06:55.460Z | Downloaded typenum v1.20.1 |
| 375 | 2026-08-14T17:06:55.463Z | Downloaded indexmap v2.14.0 |
| 376 | 2026-08-14T17:06:55.480Z | Downloaded goblin v0.8.2 |
| 377 | 2026-08-14T17:06:55.510Z | Downloaded hashbrown v0.17.0 |
| 378 | 2026-08-14T17:06:55.515Z | Downloaded serde_json v1.0.151 |
| 379 | 2026-08-14T17:06:55.518Z | Downloaded clap_builder v4.6.0 |
| 380 | 2026-08-14T17:06:55.547Z | Downloaded tabled v0.15.0 |
| 381 | 2026-08-14T17:06:55.555Z | Downloaded winnow v0.7.14 |
| 382 | 2026-08-14T17:06:55.576Z | Downloaded syn v1.0.109 |
| 383 | 2026-08-14T17:06:55.581Z | Downloaded unicode-width v0.1.14 |
| 384 | 2026-08-14T17:06:55.585Z | Downloaded unicode-width v0.2.0 |
| 385 | 2026-08-14T17:06:55.590Z | Downloaded syn v2.0.117 |
| 386 | 2026-08-14T17:06:55.603Z | Downloaded rustix v1.1.3 |
| 387 | 2026-08-14T17:06:55.627Z | Downloaded libc v0.2.185 |
| 388 | 2026-08-14T17:06:55.689Z | Compiling proc-macro2 v1.0.106 |
| 389 | 2026-08-14T17:06:55.689Z | Compiling quote v1.0.45 |
| 390 | 2026-08-14T17:06:55.689Z | Compiling unicode-ident v1.0.24 |
| 391 | 2026-08-14T17:06:55.689Z | Compiling serde_core v1.0.228 |
| 392 | 2026-08-14T17:06:55.693Z | Compiling libc v0.2.185 |
| 393 | 2026-08-14T17:06:55.693Z | Compiling version_check v0.9.5 |
| 394 | 2026-08-14T17:06:55.693Z | Compiling memchr v2.8.0 |
| 395 | 2026-08-14T17:06:55.693Z | Compiling serde v1.0.228 |
| 396 | 2026-08-14T17:06:56.015Z | Compiling zmij v1.0.21 |
| 397 | 2026-08-14T17:06:56.233Z | Compiling thiserror v1.0.69 |
| 398 | 2026-08-14T17:06:56.298Z | Compiling ucd-trie v0.1.7 |
| 399 | 2026-08-14T17:06:56.514Z | Compiling itoa v1.0.17 |
| 400 | 2026-08-14T17:06:56.566Z | Compiling pest v2.8.6 |
| 401 | 2026-08-14T17:06:56.687Z | Compiling rustix v1.1.3 |
| 402 | 2026-08-14T17:06:56.708Z | Compiling byteorder v1.5.0 |
| 403 | 2026-08-14T17:06:56.740Z | Compiling errno v0.3.14 |
| 404 | 2026-08-14T17:06:56.905Z | Compiling serde_json v1.0.151 |
| 405 | 2026-08-14T17:06:56.917Z | Compiling bitflags v2.11.0 |
| 406 | 2026-08-14T17:06:57.133Z | Compiling thread-id v4.2.2 |
| 407 | 2026-08-14T17:06:57.220Z | Compiling syn v2.0.117 |
| 408 | 2026-08-14T17:06:57.239Z | Compiling proc-macro-error-attr v1.0.4 |
| 409 | 2026-08-14T17:06:57.286Z | Compiling usdt-impl v0.5.0 |
| 410 | 2026-08-14T17:06:57.319Z | Compiling syn v1.0.109 |
| 411 | 2026-08-14T17:06:57.414Z | Compiling camino v1.2.2 |
| 412 | 2026-08-14T17:06:57.595Z | Compiling pest_meta v2.8.6 |
| 413 | 2026-08-14T17:06:57.725Z | Compiling proc-macro-error v1.0.4 |
| 414 | 2026-08-14T17:06:57.784Z | Compiling plain v0.2.3 |
| 415 | 2026-08-14T17:06:57.820Z | Compiling utf8parse v0.2.2 |
| 416 | 2026-08-14T17:06:57.919Z | Compiling log v0.4.29 |
| 417 | 2026-08-14T17:06:57.945Z | Compiling getrandom v0.4.1 |
| 418 | 2026-08-14T17:06:57.945Z | Compiling hashbrown v0.17.0 |
| 419 | 2026-08-14T17:06:58.182Z | Compiling equivalent v1.0.2 |
| 420 | 2026-08-14T17:06:58.284Z | Compiling terminal_size v0.4.3 |
| 421 | 2026-08-14T17:06:58.461Z | Compiling indexmap v2.14.0 |
| 422 | 2026-08-14T17:06:58.475Z | Compiling anstyle-parse v1.0.0 |
| 423 | 2026-08-14T17:06:58.884Z | Compiling autocfg v1.5.0 |
| 424 | 2026-08-14T17:06:58.919Z | Compiling anstyle v1.0.14 |
| 425 | 2026-08-14T17:06:59.073Z | Compiling toml_write v0.1.2 |
| 426 | 2026-08-14T17:06:59.090Z | Compiling is_terminal_polyfill v1.70.2 |
| 427 | 2026-08-14T17:06:59.142Z | Compiling anstyle-query v1.1.5 |
| 428 | 2026-08-14T17:06:59.182Z | Compiling thiserror v2.0.18 |
| 429 | 2026-08-14T17:06:59.199Z | Compiling cfg-if v1.0.4 |
| 430 | 2026-08-14T17:06:59.251Z | Compiling colorchoice v1.0.4 |
| 431 | 2026-08-14T17:06:59.270Z | Compiling pretty-hex v0.4.1 |
| 432 | 2026-08-14T17:06:59.272Z | Compiling winnow v0.7.14 |
| 433 | 2026-08-14T17:06:59.303Z | Compiling fs-err v3.3.0 |
| 434 | 2026-08-14T17:06:59.368Z | Compiling anstream v1.0.0 |
| 435 | 2026-08-14T17:06:59.410Z | Compiling pest_generator v2.8.6 |
| 436 | 2026-08-14T17:06:59.591Z | Compiling clap_lex v1.0.0 |
| 437 | 2026-08-14T17:06:59.609Z | Compiling fnv v1.0.7 |
| 438 | 2026-08-14T17:06:59.668Z | Compiling bytecount v0.6.9 |
| 439 | 2026-08-14T17:06:59.710Z | Compiling unicode-width v0.1.14 |
| 440 | 2026-08-14T17:06:59.728Z | Compiling once_cell v1.21.3 |
| 441 | 2026-08-14T17:06:59.826Z | Compiling fastrand v2.3.0 |
| 442 | 2026-08-14T17:06:59.952Z | Compiling heck v0.5.0 |
| 443 | 2026-08-14T17:06:59.983Z | Compiling anyhow v1.0.102 |
| 444 | 2026-08-14T17:07:00.081Z | Compiling heck v0.4.1 |
| 445 | 2026-08-14T17:07:00.096Z | Compiling strsim v0.11.1 |
| 446 | 2026-08-14T17:07:00.109Z | Compiling tempfile v3.25.0 |
| 447 | 2026-08-14T17:07:00.176Z | Compiling papergrid v0.11.0 |
| 448 | 2026-08-14T17:07:00.299Z | Compiling clap_builder v4.6.0 |
| 449 | 2026-08-14T17:07:00.475Z | Compiling semver v1.0.28 |
| 450 | 2026-08-14T17:07:00.511Z | Compiling cargo-platform v0.3.2 |
| 451 | 2026-08-14T17:07:00.548Z | Compiling memmap v0.7.0 |
| 452 | 2026-08-14T17:07:00.675Z | Compiling tabled_derive v0.7.0 |
| 453 | 2026-08-14T17:07:00.728Z | Compiling unicode-width v0.2.0 |
| 454 | 2026-08-14T17:07:00.758Z | Compiling unicode-linebreak v0.1.5 |
| 455 | 2026-08-14T17:07:00.778Z | Compiling smawk v0.3.2 |
| 456 | 2026-08-14T17:07:01.048Z | Compiling textwrap v0.16.2 |
| 457 | 2026-08-14T17:07:01.051Z | Compiling camino-tempfile v1.4.1 |
| 458 | 2026-08-14T17:07:01.080Z | Compiling swrite v0.1.0 |
| 459 | 2026-08-14T17:07:01.096Z | Compiling serde_derive v1.0.228 |
| 460 | 2026-08-14T17:07:01.180Z | Compiling thiserror-impl v1.0.69 |
| 461 | 2026-08-14T17:07:01.290Z | Compiling zerocopy-derive v0.7.35 |
| 462 | 2026-08-14T17:07:01.314Z | Compiling pest_derive v2.8.6 |
| 463 | 2026-08-14T17:07:01.512Z | Compiling scroll_derive v0.12.1 |
| 464 | 2026-08-14T17:07:01.580Z | Compiling thiserror-impl v2.0.18 |
| 465 | 2026-08-14T17:07:01.633Z | Compiling clap_derive v4.6.1 |
| 466 | 2026-08-14T17:07:01.762Z | Compiling tabled v0.15.0 |
| 467 | 2026-08-14T17:07:02.171Z | Compiling zerocopy v0.7.35 |
| 468 | 2026-08-14T17:07:02.187Z | Compiling scroll v0.12.0 |
| 469 | 2026-08-14T17:07:02.463Z | Compiling goblin v0.8.2 |
| 470 | 2026-08-14T17:07:02.548Z | Compiling dtrace-parser v0.2.0 |
| 471 | 2026-08-14T17:07:03.374Z | Compiling clap v4.6.1 |
| 472 | 2026-08-14T17:07:04.015Z | Compiling dof v0.3.0 |
| 473 | 2026-08-14T17:07:04.015Z | Compiling serde_tokenstream v0.2.3 |
| 474 | 2026-08-14T17:07:04.032Z | Compiling serde_spanned v0.6.9 |
| 475 | 2026-08-14T17:07:04.047Z | Compiling toml_datetime v0.6.11 |
| 476 | 2026-08-14T17:07:04.047Z | Compiling cargo_metadata v0.23.1 |
| 477 | 2026-08-14T17:07:04.094Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 478 | 2026-08-14T17:07:04.097Z | Compiling macaddr v1.0.1 |
| 479 | 2026-08-14T17:07:04.207Z | Compiling toml_edit v0.22.27 |
| 480 | 2026-08-14T17:07:04.763Z | Compiling usdt-attr-macro v0.5.0 |
| 481 | 2026-08-14T17:07:04.804Z | Compiling usdt-macro v0.5.0 |
| 482 | 2026-08-14T17:07:05.403Z | Compiling usdt v0.5.0 |
| 483 | 2026-08-14T17:07:05.520Z | Compiling toml v0.8.23 |
| 484 | 2026-08-14T17:07:05.847Z | Compiling cargo_toml v0.21.0 |
| 485 | 2026-08-14T17:07:07.144Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 486 | 2026-08-14T17:07:09.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.08s |
| 487 | 2026-08-14T17:07:09.375Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 488 | 2026-08-14T17:07:09.880Z | Downloading crates ... |
| 489 | 2026-08-14T17:07:09.933Z | Downloaded adler2 v2.0.1 |
| 490 | 2026-08-14T17:07:09.949Z | Downloaded base16ct v0.2.0 |
| 491 | 2026-08-14T17:07:09.952Z | Downloaded base64 v0.21.7 |
| 492 | 2026-08-14T17:07:09.954Z | Downloaded array-init v0.0.4 |
| 493 | 2026-08-14T17:07:09.955Z | Downloaded async-recursion v1.1.1 |
| 494 | 2026-08-14T17:07:09.957Z | Downloaded convert_case v0.4.0 |
| 495 | 2026-08-14T17:07:09.957Z | Downloaded arrayref v0.3.9 |
| 496 | 2026-08-14T17:07:09.957Z | Downloaded filetime v0.2.27 |
| 497 | 2026-08-14T17:07:09.960Z | Downloaded assert_matches v1.5.0 |
| 498 | 2026-08-14T17:07:09.963Z | Downloaded atomicwrites v0.4.4 |
| 499 | 2026-08-14T17:07:09.966Z | Downloaded anstyle-parse v0.2.7 |
| 500 | 2026-08-14T17:07:09.966Z | Downloaded arrayvec v0.7.6 |
| 501 | 2026-08-14T17:07:09.971Z | Downloaded expectorate v1.2.0 |
| 502 | 2026-08-14T17:07:09.974Z | Downloaded async-stream-impl v0.3.6 |
| 503 | 2026-08-14T17:07:09.974Z | Downloaded atty v0.2.14 |
| 504 | 2026-08-14T17:07:09.974Z | Downloaded git-stub-vcs v0.1.0 |
| 505 | 2026-08-14T17:07:09.977Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 506 | 2026-08-14T17:07:09.981Z | Downloaded atomic-waker v1.1.2 |
| 507 | 2026-08-14T17:07:09.983Z | Downloaded aead v0.5.2 |
| 508 | 2026-08-14T17:07:09.984Z | Downloaded async-stream v0.3.6 |
| 509 | 2026-08-14T17:07:09.984Z | Downloaded base16ct v1.0.0 |
| 510 | 2026-08-14T17:07:09.984Z | Downloaded httpdate v1.0.3 |
| 511 | 2026-08-14T17:07:09.987Z | Downloaded argon2 v0.5.3 |
| 512 | 2026-08-14T17:07:09.989Z | Downloaded base64ct v1.8.3 |
| 513 | 2026-08-14T17:07:09.989Z | Downloaded async-bb8-diesel v0.2.1 |
| 514 | 2026-08-14T17:07:09.992Z | Downloaded env_filter v1.0.0 |
| 515 | 2026-08-14T17:07:09.992Z | Downloaded foreign-types v0.3.2 |
| 516 | 2026-08-14T17:07:09.995Z | Downloaded half v1.8.3 |
| 517 | 2026-08-14T17:07:09.995Z | Downloaded home v0.5.12 |
| 518 | 2026-08-14T17:07:09.998Z | Downloaded fixedbitset v0.4.2 |
| 519 | 2026-08-14T17:07:09.998Z | Downloaded fs-err v2.11.0 |
| 520 | 2026-08-14T17:07:09.998Z | Downloaded openssl-probe v0.2.1 |
| 521 | 2026-08-14T17:07:09.998Z | Downloaded bitfield-struct v0.6.2 |
| 522 | 2026-08-14T17:07:09.998Z | Downloaded bit-set v0.8.0 |
| 523 | 2026-08-14T17:07:10.001Z | Downloaded bitfield-macros v0.19.4 |
| 524 | 2026-08-14T17:07:10.001Z | Downloaded bb8 v0.8.6 |
| 525 | 2026-08-14T17:07:10.001Z | Downloaded humantime v2.3.0 |
| 526 | 2026-08-14T17:07:10.001Z | Downloaded aead v0.6.1 |
| 527 | 2026-08-14T17:07:10.001Z | Downloaded group v0.13.0 |
| 528 | 2026-08-14T17:07:10.004Z | Downloaded ascii-canvas v3.0.0 |
| 529 | 2026-08-14T17:07:10.004Z | Downloaded backoff v0.4.0 |
| 530 | 2026-08-14T17:07:10.004Z | Downloaded bitfield v0.19.4 |
| 531 | 2026-08-14T17:07:10.007Z | Downloaded fallible-iterator v0.2.0 |
| 532 | 2026-08-14T17:07:10.007Z | Downloaded find-msvc-tools v0.1.9 |
| 533 | 2026-08-14T17:07:10.007Z | Downloaded foldhash v0.2.0 |
| 534 | 2026-08-14T17:07:10.011Z | Downloaded hyper-rustls v0.27.7 |
| 535 | 2026-08-14T17:07:10.014Z | Downloaded bit-vec v0.6.3 |
| 536 | 2026-08-14T17:07:10.015Z | Downloaded ahash v0.8.12 |
| 537 | 2026-08-14T17:07:10.015Z | Downloaded futures-io v0.3.32 |
| 538 | 2026-08-14T17:07:10.017Z | Downloaded foreign-types v0.5.0 |
| 539 | 2026-08-14T17:07:10.018Z | Downloaded flagset v0.4.7 |
| 540 | 2026-08-14T17:07:10.018Z | Downloaded bit-set v0.5.3 |
| 541 | 2026-08-14T17:07:10.020Z | Downloaded cfg_aliases v0.2.1 |
| 542 | 2026-08-14T17:07:10.025Z | Downloaded funty v2.0.0 |
| 543 | 2026-08-14T17:07:10.030Z | Downloaded castaway v0.2.4 |
| 544 | 2026-08-14T17:07:10.033Z | Downloaded cfg_aliases v0.1.1 |
| 545 | 2026-08-14T17:07:10.037Z | Downloaded futures-macro v0.3.32 |
| 546 | 2026-08-14T17:07:10.040Z | Downloaded generic-array v1.4.3 |
| 547 | 2026-08-14T17:07:10.040Z | Downloaded gethostname v0.5.0 |
| 548 | 2026-08-14T17:07:10.040Z | Downloaded git-stub v1.0.0 |
| 549 | 2026-08-14T17:07:10.042Z | Downloaded cobs v0.3.0 |
| 550 | 2026-08-14T17:07:10.042Z | Downloaded hostname v0.3.1 |
| 551 | 2026-08-14T17:07:10.042Z | Downloaded foreign-types-shared v0.1.1 |
| 552 | 2026-08-14T17:07:10.047Z | Downloaded ciborium-ll v0.2.2 |
| 553 | 2026-08-14T17:07:10.049Z | Downloaded fd-lock v4.0.4 |
| 554 | 2026-08-14T17:07:10.050Z | Downloaded float-ord v0.3.2 |
| 555 | 2026-08-14T17:07:10.050Z | Downloaded futures-core v0.3.32 |
| 556 | 2026-08-14T17:07:10.052Z | Downloaded ciborium-io v0.2.2 |
| 557 | 2026-08-14T17:07:10.055Z | Downloaded compression-core v0.4.31 |
| 558 | 2026-08-14T17:07:10.058Z | Downloaded ff v0.13.1 |
| 559 | 2026-08-14T17:07:10.061Z | Downloaded http-range v0.1.5 |
| 560 | 2026-08-14T17:07:10.064Z | Downloaded hubpack v0.1.2 |
| 561 | 2026-08-14T17:07:10.066Z | Downloaded futures-sink v0.3.32 |
| 562 | 2026-08-14T17:07:10.067Z | Downloaded hostname v0.4.2 |
| 563 | 2026-08-14T17:07:10.069Z | Downloaded hex v0.4.3 |
| 564 | 2026-08-14T17:07:10.073Z | Downloaded anstream v0.6.21 |
| 565 | 2026-08-14T17:07:10.076Z | Downloaded argon2 v0.6.0-rc.8 |
| 566 | 2026-08-14T17:07:10.076Z | Downloaded backon v1.6.0 |
| 567 | 2026-08-14T17:07:10.079Z | Downloaded bit-vec v0.8.0 |
| 568 | 2026-08-14T17:07:10.079Z | Downloaded hash32 v0.2.1 |
| 569 | 2026-08-14T17:07:10.079Z | Downloaded headers-core v0.3.0 |
| 570 | 2026-08-14T17:07:10.079Z | Downloaded bcs v0.1.6 |
| 571 | 2026-08-14T17:07:10.082Z | Downloaded foreign-types-shared v0.3.1 |
| 572 | 2026-08-14T17:07:10.082Z | Downloaded num-conv v0.2.0 |
| 573 | 2026-08-14T17:07:10.082Z | Downloaded block-padding v0.4.2 |
| 574 | 2026-08-14T17:07:10.082Z | Downloaded num v0.4.3 |
| 575 | 2026-08-14T17:07:10.084Z | Downloaded fixedbitset v0.5.7 |
| 576 | 2026-08-14T17:07:10.084Z | Downloaded futures-executor v0.3.32 |
| 577 | 2026-08-14T17:07:10.084Z | Downloaded http-body v1.0.1 |
| 578 | 2026-08-14T17:07:10.089Z | Downloaded async-trait v0.1.89 |
| 579 | 2026-08-14T17:07:10.093Z | Downloaded float-cmp v0.10.0 |
| 580 | 2026-08-14T17:07:10.093Z | Downloaded password-hash v0.6.1 |
| 581 | 2026-08-14T17:07:10.098Z | Downloaded phf_shared v0.13.1 |
| 582 | 2026-08-14T17:07:10.101Z | Downloaded arc-swap v1.8.2 |
| 583 | 2026-08-14T17:07:10.101Z | Downloaded form_urlencoded v1.2.2 |
| 584 | 2026-08-14T17:07:10.103Z | Downloaded block-buffer v0.12.1 |
| 585 | 2026-08-14T17:07:10.103Z | Downloaded ghash v0.6.0 |
| 586 | 2026-08-14T17:07:10.103Z | Downloaded hubpack_derive v0.1.1 |
| 587 | 2026-08-14T17:07:10.103Z | Downloaded psl-types v2.0.11 |
| 588 | 2026-08-14T17:07:10.103Z | Downloaded foreign-types-macros v0.2.3 |
| 589 | 2026-08-14T17:07:10.103Z | Downloaded http-body-util v0.1.3 |
| 590 | 2026-08-14T17:07:10.106Z | Downloaded cipher v0.5.2 |
| 591 | 2026-08-14T17:07:10.109Z | Downloaded constant_time_eq v0.4.2 |
| 592 | 2026-08-14T17:07:10.109Z | Downloaded globwalk v0.9.1 |
| 593 | 2026-08-14T17:07:10.111Z | Downloaded cmake v0.1.57 |
| 594 | 2026-08-14T17:07:10.114Z | Downloaded futures-channel v0.3.32 |
| 595 | 2026-08-14T17:07:10.114Z | Downloaded heapless v0.7.17 |
| 596 | 2026-08-14T17:07:10.117Z | Downloaded compression-codecs v0.4.37 |
| 597 | 2026-08-14T17:07:10.117Z | Downloaded const_format_proc_macros v0.2.34 |
| 598 | 2026-08-14T17:07:10.120Z | Downloaded powerfmt v0.2.0 |
| 599 | 2026-08-14T17:07:10.120Z | Downloaded rand_chacha v0.3.1 |
| 600 | 2026-08-14T17:07:10.120Z | Downloaded hyper-tls v0.6.0 |
| 601 | 2026-08-14T17:07:10.120Z | Downloaded same-file v1.0.6 |
| 602 | 2026-08-14T17:07:10.123Z | Downloaded bzip2 v0.4.4 |
| 603 | 2026-08-14T17:07:10.123Z | Downloaded hash32 v0.3.1 |
| 604 | 2026-08-14T17:07:10.123Z | Downloaded hex-literal v1.1.0 |
| 605 | 2026-08-14T17:07:10.123Z | Downloaded fxhash v0.2.1 |
| 606 | 2026-08-14T17:07:10.128Z | Downloaded futures-task v0.3.32 |
| 607 | 2026-08-14T17:07:10.131Z | Downloaded rustc-hash v2.1.1 |
| 608 | 2026-08-14T17:07:10.133Z | Downloaded russh-util v0.52.0 |
| 609 | 2026-08-14T17:07:10.134Z | Downloaded serde_repr v0.1.20 |
| 610 | 2026-08-14T17:07:10.136Z | Downloaded camino-tempfile-ext v0.3.3 |
| 611 | 2026-08-14T17:07:10.136Z | Downloaded cmov v0.5.4 |
| 612 | 2026-08-14T17:07:10.136Z | Downloaded bitflags v1.3.2 |
| 613 | 2026-08-14T17:07:10.140Z | Downloaded blowfish v0.10.0 |
| 614 | 2026-08-14T17:07:10.140Z | Downloaded num-rational v0.4.2 |
| 615 | 2026-08-14T17:07:10.143Z | Downloaded ref-cast v1.0.25 |
| 616 | 2026-08-14T17:07:10.143Z | Downloaded semver v0.1.20 |
| 617 | 2026-08-14T17:07:10.143Z | Downloaded erased-serde v0.3.31 |
| 618 | 2026-08-14T17:07:10.145Z | Downloaded allocator-api2 v0.2.21 |
| 619 | 2026-08-14T17:07:10.145Z | Downloaded cipher v0.4.4 |
| 620 | 2026-08-14T17:07:10.146Z | Downloaded hyper-staticfile v0.10.1 |
| 621 | 2026-08-14T17:07:10.148Z | Downloaded env_logger v0.11.9 |
| 622 | 2026-08-14T17:07:10.151Z | Downloaded buf-list v1.1.2 |
| 623 | 2026-08-14T17:07:10.151Z | Downloaded byte-wrapper v0.1.0 |
| 624 | 2026-08-14T17:07:10.154Z | Downloaded cassowary v0.3.0 |
| 625 | 2026-08-14T17:07:10.154Z | Downloaded chacha20 v0.9.1 |
| 626 | 2026-08-14T17:07:10.154Z | Downloaded group v0.14.0 |
| 627 | 2026-08-14T17:07:10.156Z | Downloaded russh-cryptovec v0.62.0 |
| 628 | 2026-08-14T17:07:10.159Z | Downloaded httparse v1.10.1 |
| 629 | 2026-08-14T17:07:10.162Z | Downloaded iana-time-zone v0.1.65 |
| 630 | 2026-08-14T17:07:10.162Z | Downloaded globset v0.4.18 |
| 631 | 2026-08-14T17:07:10.165Z | Downloaded ar_archive_writer v0.5.1 |
| 632 | 2026-08-14T17:07:10.169Z | Downloaded phf v0.12.1 |
| 633 | 2026-08-14T17:07:10.172Z | Downloaded predicates v3.1.4 |
| 634 | 2026-08-14T17:07:10.176Z | Downloaded blake2 v0.10.6 |
| 635 | 2026-08-14T17:07:10.176Z | Downloaded clang-sys v1.8.1 |
| 636 | 2026-08-14T17:07:10.178Z | Downloaded ff v0.14.0 |
| 637 | 2026-08-14T17:07:10.178Z | Downloaded foldhash v0.1.5 |
| 638 | 2026-08-14T17:07:10.178Z | Downloaded highway v1.3.0 |
| 639 | 2026-08-14T17:07:10.181Z | Downloaded bs58 v0.5.1 |
| 640 | 2026-08-14T17:07:10.184Z | Downloaded testing_table v0.3.0 |
| 641 | 2026-08-14T17:07:10.187Z | Downloaded peg-macros v0.8.5 |
| 642 | 2026-08-14T17:07:10.187Z | Downloaded enum_dispatch v0.3.13 |
| 643 | 2026-08-14T17:07:10.190Z | Downloaded termtree v0.5.1 |
| 644 | 2026-08-14T17:07:10.190Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 645 | 2026-08-14T17:07:10.190Z | Downloaded sync-ptr v0.1.4 |
| 646 | 2026-08-14T17:07:10.194Z | Downloaded strsim v0.10.0 |
| 647 | 2026-08-14T17:07:10.197Z | Downloaded sync_wrapper v1.0.2 |
| 648 | 2026-08-14T17:07:10.197Z | Downloaded http v1.4.2 |
| 649 | 2026-08-14T17:07:10.200Z | Downloaded strum v0.27.2 |
| 650 | 2026-08-14T17:07:10.200Z | Downloaded colored v3.1.1 |
| 651 | 2026-08-14T17:07:10.202Z | Downloaded ciborium v0.2.2 |
| 652 | 2026-08-14T17:07:10.205Z | Downloaded fs_extra v1.3.0 |
| 653 | 2026-08-14T17:07:10.208Z | Downloaded colored v2.2.0 |
| 654 | 2026-08-14T17:07:10.211Z | Downloaded progenitor-client v0.13.0 |
| 655 | 2026-08-14T17:07:10.211Z | Downloaded scroll v0.13.0 |
| 656 | 2026-08-14T17:07:10.211Z | Downloaded cbc v0.2.1 |
| 657 | 2026-08-14T17:07:10.214Z | Downloaded psm v0.1.30 |
| 658 | 2026-08-14T17:07:10.214Z | Downloaded rustversion v1.0.22 |
| 659 | 2026-08-14T17:07:10.214Z | Downloaded primefield v0.14.0 |
| 660 | 2026-08-14T17:07:10.217Z | Downloaded seq-macro v0.3.6 |
| 661 | 2026-08-14T17:07:10.217Z | Downloaded cancel-safe-futures v0.1.5 |
| 662 | 2026-08-14T17:07:10.219Z | Downloaded cexpr v0.6.0 |
| 663 | 2026-08-14T17:07:10.219Z | Downloaded usdt v0.6.0 |
| 664 | 2026-08-14T17:07:10.219Z | Downloaded utf-8 v0.7.6 |
| 665 | 2026-08-14T17:07:10.222Z | Downloaded console v0.15.11 |
| 666 | 2026-08-14T17:07:10.223Z | Downloaded glob v0.3.3 |
| 667 | 2026-08-14T17:07:10.223Z | Downloaded bzip2 v0.6.1 |
| 668 | 2026-08-14T17:07:10.225Z | Downloaded serdect v0.4.3 |
| 669 | 2026-08-14T17:07:10.228Z | Downloaded yoke-derive v0.8.1 |
| 670 | 2026-08-14T17:07:10.228Z | Downloaded parking_lot_core v0.9.12 |
| 671 | 2026-08-14T17:07:10.231Z | Downloaded wait-timeout v0.2.1 |
| 672 | 2026-08-14T17:07:10.231Z | Downloaded cpubits v0.1.1 |
| 673 | 2026-08-14T17:07:10.234Z | Downloaded xshell-macros v0.2.7 |
| 674 | 2026-08-14T17:07:10.237Z | Downloaded owo-colors v4.3.0 |
| 675 | 2026-08-14T17:07:10.240Z | Downloaded fatfs v0.3.6 |
| 676 | 2026-08-14T17:07:10.240Z | Downloaded unit-prefix v0.5.2 |
| 677 | 2026-08-14T17:07:10.240Z | Downloaded utf8_iter v1.0.4 |
| 678 | 2026-08-14T17:07:10.242Z | Downloaded zone_cfg_derive v0.3.1 |
| 679 | 2026-08-14T17:07:10.242Z | Downloaded crunchy v0.2.4 |
| 680 | 2026-08-14T17:07:10.242Z | Downloaded getrandom v0.2.17 |
| 681 | 2026-08-14T17:07:10.242Z | Downloaded hmac v0.12.1 |
| 682 | 2026-08-14T17:07:10.245Z | Downloaded password-hash v0.5.0 |
| 683 | 2026-08-14T17:07:10.245Z | Downloaded slab v0.4.12 |
| 684 | 2026-08-14T17:07:10.245Z | Downloaded smf v0.2.3 |
| 685 | 2026-08-14T17:07:10.248Z | Downloaded cstr-argument v0.1.2 |
| 686 | 2026-08-14T17:07:10.251Z | Downloaded dirs-sys-next v0.1.2 |
| 687 | 2026-08-14T17:07:10.251Z | Downloaded simd-adler32 v0.3.8 |
| 688 | 2026-08-14T17:07:10.251Z | Downloaded darling_macro v0.20.11 |
| 689 | 2026-08-14T17:07:10.251Z | Downloaded dunce v1.0.5 |
| 690 | 2026-08-14T17:07:10.251Z | Downloaded zeroize_derive v1.5.0 |
| 691 | 2026-08-14T17:07:10.254Z | Downloaded dof v0.4.0 |
| 692 | 2026-08-14T17:07:10.254Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 693 | 2026-08-14T17:07:10.257Z | Downloaded const-oid v0.10.2 |
| 694 | 2026-08-14T17:07:10.261Z | Downloaded blake2 v0.11.0-rc.6 |
| 695 | 2026-08-14T17:07:10.264Z | Downloaded flume v0.11.1 |
| 696 | 2026-08-14T17:07:10.267Z | Downloaded slog-dtrace v0.3.0 |
| 697 | 2026-08-14T17:07:10.267Z | Downloaded chacha20 v0.10.0 |
| 698 | 2026-08-14T17:07:10.271Z | Downloaded tokio-tungstenite v0.21.0 |
| 699 | 2026-08-14T17:07:10.271Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 700 | 2026-08-14T17:07:10.271Z | Downloaded strum_macros v0.24.3 |
| 701 | 2026-08-14T17:07:10.278Z | Downloaded debug-ignore v1.0.5 |
| 702 | 2026-08-14T17:07:10.278Z | Downloaded defmt-parser v1.0.0 |
| 703 | 2026-08-14T17:07:10.278Z | Downloaded embedded-io v0.4.0 |
| 704 | 2026-08-14T17:07:10.278Z | Downloaded dtrace-parser v0.3.0 |
| 705 | 2026-08-14T17:07:10.278Z | Downloaded ident_case v1.0.1 |
| 706 | 2026-08-14T17:07:10.278Z | Downloaded dyn-clone v1.0.20 |
| 707 | 2026-08-14T17:07:10.278Z | Downloaded tokio-dtrace v0.1.1 |
| 708 | 2026-08-14T17:07:10.281Z | Downloaded console v0.16.2 |
| 709 | 2026-08-14T17:07:10.284Z | Downloaded hashbrown v0.13.2 |
| 710 | 2026-08-14T17:07:10.284Z | Downloaded hybrid-array v0.4.13 |
| 711 | 2026-08-14T17:07:10.287Z | Downloaded poly1305 v0.9.0 |
| 712 | 2026-08-14T17:07:10.287Z | Downloaded primeorder v0.13.6 |
| 713 | 2026-08-14T17:07:10.287Z | Downloaded const-oid v0.9.6 |
| 714 | 2026-08-14T17:07:10.290Z | Downloaded salsa20 v0.11.0 |
| 715 | 2026-08-14T17:07:10.293Z | Downloaded inout v0.2.2 |
| 716 | 2026-08-14T17:07:10.295Z | Downloaded base64 v0.22.1 |
| 717 | 2026-08-14T17:07:10.298Z | Downloaded internet-checksum v0.2.1 |
| 718 | 2026-08-14T17:07:10.298Z | Downloaded num-traits v0.2.19 |
| 719 | 2026-08-14T17:07:10.298Z | Downloaded vergen-git2 v9.1.0 |
| 720 | 2026-08-14T17:07:10.301Z | Downloaded lazy_static v1.5.0 |
| 721 | 2026-08-14T17:07:10.301Z | Downloaded sec1 v0.8.1 |
| 722 | 2026-08-14T17:07:10.304Z | Downloaded lalrpop-util v0.19.12 |
| 723 | 2026-08-14T17:07:10.304Z | Downloaded maybe-uninit v2.0.0 |
| 724 | 2026-08-14T17:07:10.304Z | Downloaded new_debug_unreachable v1.0.6 |
| 725 | 2026-08-14T17:07:10.307Z | Downloaded hmac v0.13.0 |
| 726 | 2026-08-14T17:07:10.309Z | Downloaded futures v0.3.32 |
| 727 | 2026-08-14T17:07:10.312Z | Downloaded linked-hash-map v0.5.6 |
| 728 | 2026-08-14T17:07:10.312Z | Downloaded oxide-update-engine-types v0.1.2 |
| 729 | 2026-08-14T17:07:10.315Z | Downloaded corncobs v0.1.4 |
| 730 | 2026-08-14T17:07:10.318Z | Downloaded critical-section v1.2.0 |
| 731 | 2026-08-14T17:07:10.318Z | Downloaded memoffset v0.9.1 |
| 732 | 2026-08-14T17:07:10.321Z | Downloaded tui-tree-widget v0.23.1 |
| 733 | 2026-08-14T17:07:10.321Z | Downloaded olpc-cjson v0.1.4 |
| 734 | 2026-08-14T17:07:10.321Z | Downloaded openssl-macros v0.1.1 |
| 735 | 2026-08-14T17:07:10.324Z | Downloaded vsss-rs v3.3.4 |
| 736 | 2026-08-14T17:07:10.326Z | Downloaded chacha20poly1305 v0.10.1 |
| 737 | 2026-08-14T17:07:10.326Z | Downloaded compact_str v0.8.1 |
| 738 | 2026-08-14T17:07:10.327Z | Downloaded diesel-dtrace v0.5.0 |
| 739 | 2026-08-14T17:07:10.330Z | Downloaded pkcs5 v0.8.1 |
| 740 | 2026-08-14T17:07:10.332Z | Downloaded postcard v1.1.3 |
| 741 | 2026-08-14T17:07:10.332Z | Downloaded pin-project v1.1.11 |
| 742 | 2026-08-14T17:07:10.336Z | Downloaded snafu-derive v0.8.9 |
| 743 | 2026-08-14T17:07:10.339Z | Downloaded unicode-properties v0.1.4 |
| 744 | 2026-08-14T17:07:10.339Z | Downloaded derive_builder_core v0.20.2 |
| 745 | 2026-08-14T17:07:10.339Z | Downloaded openssl-probe v0.1.6 |
| 746 | 2026-08-14T17:07:10.342Z | Downloaded packed_struct_codegen v0.10.1 |
| 747 | 2026-08-14T17:07:10.342Z | Downloaded peg-runtime v0.8.5 |
| 748 | 2026-08-14T17:07:10.342Z | Downloaded getrandom v0.3.4 |
| 749 | 2026-08-14T17:07:10.344Z | Downloaded potential_utf v0.1.4 |
| 750 | 2026-08-14T17:07:10.345Z | Downloaded progenitor-macro v0.14.0 |
| 751 | 2026-08-14T17:07:10.347Z | Downloaded ref-cast-impl v1.0.25 |
| 752 | 2026-08-14T17:07:10.351Z | Downloaded bytes v1.11.1 |
| 753 | 2026-08-14T17:07:10.359Z | Downloaded delegate v0.13.5 |
| 754 | 2026-08-14T17:07:10.362Z | Downloaded enum-as-inner v0.6.1 |
| 755 | 2026-08-14T17:07:10.362Z | Downloaded slog-scope v4.4.1 |
| 756 | 2026-08-14T17:07:10.366Z | Downloaded scroll_derive v0.13.1 |
| 757 | 2026-08-14T17:07:10.369Z | Downloaded serde_spanned v1.1.1 |
| 758 | 2026-08-14T17:07:10.374Z | Downloaded keccak v0.2.0 |
| 759 | 2026-08-14T17:07:10.380Z | Downloaded ingot v0.2.1 |
| 760 | 2026-08-14T17:07:10.382Z | Downloaded async-compression v0.4.41 |
| 761 | 2026-08-14T17:07:10.385Z | Downloaded rfc6979 v0.4.0 |
| 762 | 2026-08-14T17:07:10.385Z | Downloaded rfc6979 v0.6.0 |
| 763 | 2026-08-14T17:07:10.389Z | Downloaded oxnet v0.1.6 |
| 764 | 2026-08-14T17:07:10.395Z | Downloaded structmeta-derive v0.3.0 |
| 765 | 2026-08-14T17:07:10.398Z | Downloaded paste v1.0.15 |
| 766 | 2026-08-14T17:07:10.421Z | Downloaded universal-hash v0.6.1 |
| 767 | 2026-08-14T17:07:10.421Z | Downloaded bumpalo v3.20.2 |
| 768 | 2026-08-14T17:07:10.421Z | Downloaded const_format v0.2.35 |
| 769 | 2026-08-14T17:07:10.421Z | Downloaded linear-map v1.2.0 |
| 770 | 2026-08-14T17:07:10.421Z | Downloaded test-strategy v0.4.5 |
| 771 | 2026-08-14T17:07:10.421Z | Downloaded pin-project-lite v0.2.17 |
| 772 | 2026-08-14T17:07:10.421Z | Downloaded slog-envlogger v2.2.0 |
| 773 | 2026-08-14T17:07:10.422Z | Downloaded primeorder v0.14.0 |
| 774 | 2026-08-14T17:07:10.422Z | Downloaded signature v3.0.0 |
| 775 | 2026-08-14T17:07:10.422Z | Downloaded sponge-cursor v0.1.0 |
| 776 | 2026-08-14T17:07:10.422Z | Downloaded supports-color v3.0.2 |
| 777 | 2026-08-14T17:07:10.422Z | Downloaded tagptr v0.2.0 |
| 778 | 2026-08-14T17:07:10.427Z | Downloaded socket2 v0.6.3 |
| 779 | 2026-08-14T17:07:10.427Z | Downloaded socket2 v0.5.10 |
| 780 | 2026-08-14T17:07:10.433Z | Downloaded nonempty v0.12.0 |
| 781 | 2026-08-14T17:07:10.437Z | Downloaded num-integer v0.1.46 |
| 782 | 2026-08-14T17:07:10.437Z | Downloaded num_enum v0.7.6 |
| 783 | 2026-08-14T17:07:10.440Z | Downloaded cc v1.2.56 |
| 784 | 2026-08-14T17:07:10.446Z | Downloaded rand_seeder v0.4.0 |
| 785 | 2026-08-14T17:07:10.449Z | Downloaded scrypt v0.12.0 |
| 786 | 2026-08-14T17:07:10.452Z | Downloaded tower-layer v0.3.3 |
| 787 | 2026-08-14T17:07:10.452Z | Downloaded tower-service v0.3.3 |
| 788 | 2026-08-14T17:07:10.452Z | Downloaded unarray v0.1.4 |
| 789 | 2026-08-14T17:07:10.452Z | Downloaded heapless v0.8.0 |
| 790 | 2026-08-14T17:07:10.455Z | Downloaded hickory-resolver v0.25.2 |
| 791 | 2026-08-14T17:07:10.455Z | Downloaded pem v3.0.6 |
| 792 | 2026-08-14T17:07:10.458Z | Downloaded hickory-resolver v0.24.4 |
| 793 | 2026-08-14T17:07:10.458Z | Downloaded serde_with_macros v1.5.2 |
| 794 | 2026-08-14T17:07:10.461Z | Downloaded smallvec v0.6.14 |
| 795 | 2026-08-14T17:07:10.461Z | Downloaded crucible-workspace-hack v0.1.0 |
| 796 | 2026-08-14T17:07:10.461Z | Downloaded phf v0.13.1 |
| 797 | 2026-08-14T17:07:10.461Z | Downloaded progenitor v0.13.0 |
| 798 | 2026-08-14T17:07:10.466Z | Downloaded tungstenite v0.23.0 |
| 799 | 2026-08-14T17:07:10.469Z | Downloaded half v2.7.1 |
| 800 | 2026-08-14T17:07:10.471Z | Downloaded p384 v0.14.0 |
| 801 | 2026-08-14T17:07:10.472Z | Downloaded rand_core v0.6.4 |
| 802 | 2026-08-14T17:07:10.472Z | Downloaded prettyplease v0.2.37 |
| 803 | 2026-08-14T17:07:10.475Z | Downloaded stacker v0.1.23 |
| 804 | 2026-08-14T17:07:10.475Z | Downloaded native-tls v0.2.18 |
| 805 | 2026-08-14T17:07:10.478Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 806 | 2026-08-14T17:07:10.481Z | Downloaded structmeta v0.3.0 |
| 807 | 2026-08-14T17:07:10.482Z | Downloaded ipnet v2.11.0 |
| 808 | 2026-08-14T17:07:10.482Z | Downloaded instant v0.1.13 |
| 809 | 2026-08-14T17:07:10.485Z | Downloaded is-terminal v0.4.17 |
| 810 | 2026-08-14T17:07:10.485Z | Downloaded rusty-fork v0.3.1 |
| 811 | 2026-08-14T17:07:10.485Z | Downloaded dsl_auto_type v0.2.0 |
| 812 | 2026-08-14T17:07:10.485Z | Downloaded endian-type v0.1.2 |
| 813 | 2026-08-14T17:07:10.485Z | Downloaded tiny-keccak v2.0.2 |
| 814 | 2026-08-14T17:07:10.488Z | Downloaded tinystr v0.8.2 |
| 815 | 2026-08-14T17:07:10.488Z | Downloaded idna_adapter v1.2.1 |
| 816 | 2026-08-14T17:07:10.491Z | Downloaded derive_builder v0.20.2 |
| 817 | 2026-08-14T17:07:10.494Z | Downloaded pkcs1 v0.7.5 |
| 818 | 2026-08-14T17:07:10.497Z | Downloaded postgres-types v0.2.12 |
| 819 | 2026-08-14T17:07:10.499Z | Downloaded uzers v0.12.2 |
| 820 | 2026-08-14T17:07:10.499Z | Downloaded icu_collections v2.1.1 |
| 821 | 2026-08-14T17:07:10.502Z | Downloaded litemap v0.8.1 |
| 822 | 2026-08-14T17:07:10.505Z | Downloaded whoami v2.1.0 |
| 823 | 2026-08-14T17:07:10.505Z | Downloaded writeable v0.6.2 |
| 824 | 2026-08-14T17:07:10.505Z | Downloaded lru v0.12.5 |
| 825 | 2026-08-14T17:07:10.508Z | Downloaded icu_properties v2.1.2 |
| 826 | 2026-08-14T17:07:10.508Z | Downloaded zerovec-derive v0.11.2 |
| 827 | 2026-08-14T17:07:10.511Z | Downloaded rsa v0.9.10 |
| 828 | 2026-08-14T17:07:10.515Z | Downloaded keccak v0.1.6 |
| 829 | 2026-08-14T17:07:10.520Z | Downloaded tungstenite v0.21.0 |
| 830 | 2026-08-14T17:07:10.523Z | Downloaded vte v0.14.1 |
| 831 | 2026-08-14T17:07:10.523Z | Downloaded serde_cbor v0.11.2 |
| 832 | 2026-08-14T17:07:10.526Z | Downloaded crossbeam-deque v0.8.6 |
| 833 | 2026-08-14T17:07:10.526Z | Downloaded zopfli v0.8.3 |
| 834 | 2026-08-14T17:07:10.526Z | Downloaded managed v0.8.0 |
| 835 | 2026-08-14T17:07:10.528Z | Downloaded num-iter v0.1.45 |
| 836 | 2026-08-14T17:07:10.531Z | Downloaded termios v0.3.3 |
| 837 | 2026-08-14T17:07:10.535Z | Downloaded md5 v0.8.0 |
| 838 | 2026-08-14T17:07:10.537Z | Downloaded zip v0.6.6 |
| 839 | 2026-08-14T17:07:10.537Z | Downloaded libbz2-rs-sys v0.2.2 |
| 840 | 2026-08-14T17:07:10.540Z | Downloaded flate2 v1.1.9 |
| 841 | 2026-08-14T17:07:10.543Z | Downloaded multimap v0.10.1 |
| 842 | 2026-08-14T17:07:10.543Z | Downloaded deranged v0.5.8 |
| 843 | 2026-08-14T17:07:10.543Z | Downloaded normalize-line-endings v0.3.0 |
| 844 | 2026-08-14T17:07:10.546Z | Downloaded num-derive v0.4.2 |
| 845 | 2026-08-14T17:07:10.549Z | Downloaded ed25519 v3.0.0 |
| 846 | 2026-08-14T17:07:10.553Z | Downloaded xshell v0.2.7 |
| 847 | 2026-08-14T17:07:10.555Z | Downloaded zstd v0.13.3 |
| 848 | 2026-08-14T17:07:10.558Z | Downloaded aes v0.9.1 |
| 849 | 2026-08-14T17:07:10.560Z | Downloaded defmt v1.0.1 |
| 850 | 2026-08-14T17:07:10.568Z | Downloaded headers v0.4.1 |
| 851 | 2026-08-14T17:07:10.570Z | Downloaded darling v0.13.4 |
| 852 | 2026-08-14T17:07:10.575Z | Downloaded phf_shared v0.12.1 |
| 853 | 2026-08-14T17:07:10.580Z | Downloaded quick-error v1.2.3 |
| 854 | 2026-08-14T17:07:10.584Z | Downloaded serde_bytes v0.11.19 |
| 855 | 2026-08-14T17:07:10.587Z | Downloaded progenitor-macro v0.13.0 |
| 856 | 2026-08-14T17:07:10.600Z | Downloaded schemars v1.2.1 |
| 857 | 2026-08-14T17:07:10.608Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 858 | 2026-08-14T17:07:10.612Z | Downloaded tabwriter v1.4.1 |
| 859 | 2026-08-14T17:07:10.612Z | Downloaded take_mut v0.2.2 |
| 860 | 2026-08-14T17:07:10.612Z | Downloaded serde_with_macros v3.21.0 |
| 861 | 2026-08-14T17:07:10.614Z | Downloaded ssh-cipher v0.3.0 |
| 862 | 2026-08-14T17:07:10.615Z | Downloaded tokio-rustls v0.26.4 |
| 863 | 2026-08-14T17:07:10.615Z | Downloaded ctutils v0.4.2 |
| 864 | 2026-08-14T17:07:10.615Z | Downloaded num-complex v0.4.6 |
| 865 | 2026-08-14T17:07:10.617Z | Downloaded num_enum v0.5.11 |
| 866 | 2026-08-14T17:07:10.618Z | Downloaded secrecy v0.8.0 |
| 867 | 2026-08-14T17:07:10.620Z | Downloaded signal-hook-mio v0.2.5 |
| 868 | 2026-08-14T17:07:10.620Z | Downloaded des v0.9.0 |
| 869 | 2026-08-14T17:07:10.620Z | Downloaded slog-bunyan v2.5.0 |
| 870 | 2026-08-14T17:07:10.620Z | Downloaded hickory-server v0.25.2 |
| 871 | 2026-08-14T17:07:10.623Z | Downloaded jobserver v0.1.34 |
| 872 | 2026-08-14T17:07:10.623Z | Downloaded parse-display-derive v0.10.0 |
| 873 | 2026-08-14T17:07:10.626Z | Downloaded typify-macro v0.6.2 |
| 874 | 2026-08-14T17:07:10.629Z | Downloaded term v1.2.1 |
| 875 | 2026-08-14T17:07:10.633Z | Downloaded xattr v1.6.1 |
| 876 | 2026-08-14T17:07:10.636Z | Downloaded multer v3.1.0 |
| 877 | 2026-08-14T17:07:10.636Z | Downloaded topological-sort v0.2.2 |
| 878 | 2026-08-14T17:07:10.636Z | Downloaded der_derive v0.7.3 |
| 879 | 2026-08-14T17:07:10.643Z | Downloaded hashbrown v0.12.3 |
| 880 | 2026-08-14T17:07:10.646Z | Downloaded oxide-update-engine-display v0.1.2 |
| 881 | 2026-08-14T17:07:10.651Z | Downloaded ingot-macros v0.2.0 |
| 882 | 2026-08-14T17:07:10.654Z | Downloaded rand_core v0.10.0 |
| 883 | 2026-08-14T17:07:10.657Z | Downloaded crc8 v0.1.1 |
| 884 | 2026-08-14T17:07:10.657Z | Downloaded downcast-rs v2.0.2 |
| 885 | 2026-08-14T17:07:10.660Z | Downloaded tower v0.5.3 |
| 886 | 2026-08-14T17:07:10.665Z | Downloaded unicode_categories v0.1.1 |
| 887 | 2026-08-14T17:07:10.669Z | Downloaded progenitor-impl v0.13.0 |
| 888 | 2026-08-14T17:07:10.669Z | Downloaded rcgen v0.12.1 |
| 889 | 2026-08-14T17:07:10.669Z | Downloaded peg v0.8.5 |
| 890 | 2026-08-14T17:07:10.672Z | Downloaded serde_derive_internals v0.29.1 |
| 891 | 2026-08-14T17:07:10.672Z | Downloaded tar v0.4.46 |
| 892 | 2026-08-14T17:07:10.672Z | Downloaded zerocopy v0.6.6 |
| 893 | 2026-08-14T17:07:10.675Z | Downloaded dirs-next v2.0.0 |
| 894 | 2026-08-14T17:07:10.675Z | Downloaded is_ci v1.2.0 |
| 895 | 2026-08-14T17:07:10.678Z | Downloaded serde_path_to_error v0.1.20 |
| 896 | 2026-08-14T17:07:10.680Z | Downloaded port-file v0.1.0 |
| 897 | 2026-08-14T17:07:10.692Z | Downloaded static_assertions v1.1.0 |
| 898 | 2026-08-14T17:07:10.694Z | Downloaded indent_write v2.2.0 |
| 899 | 2026-08-14T17:07:10.694Z | Downloaded indoc v1.0.9 |
| 900 | 2026-08-14T17:07:10.694Z | Downloaded jiff-static v0.2.34 |
| 901 | 2026-08-14T17:07:10.697Z | Downloaded maplit v1.0.2 |
| 902 | 2026-08-14T17:07:10.700Z | Downloaded schemars_derive v0.8.22 |
| 903 | 2026-08-14T17:07:10.700Z | Downloaded tls_codec v0.4.2 |
| 904 | 2026-08-14T17:07:10.700Z | Downloaded tls_codec_derive v0.4.2 |
| 905 | 2026-08-14T17:07:10.702Z | Downloaded hyper-util v0.1.20 |
| 906 | 2026-08-14T17:07:10.705Z | Downloaded miniz_oxide v0.8.9 |
| 907 | 2026-08-14T17:07:10.707Z | Downloaded walkdir v2.5.0 |
| 908 | 2026-08-14T17:07:10.710Z | Downloaded signal-hook-registry v1.4.8 |
| 909 | 2026-08-14T17:07:10.710Z | Downloaded slog-async v2.8.0 |
| 910 | 2026-08-14T17:07:10.710Z | Downloaded mime v0.3.17 |
| 911 | 2026-08-14T17:07:10.713Z | Downloaded newtype-uuid-macros v0.1.0 |
| 912 | 2026-08-14T17:07:10.716Z | Downloaded crossbeam-channel v0.5.15 |
| 913 | 2026-08-14T17:07:10.716Z | Downloaded usdt-impl v0.6.0 |
| 914 | 2026-08-14T17:07:10.718Z | Downloaded vergen-lib v0.1.6 |
| 915 | 2026-08-14T17:07:10.719Z | Downloaded drift v0.2.0 |
| 916 | 2026-08-14T17:07:10.723Z | Downloaded parking_lot v0.11.2 |
| 917 | 2026-08-14T17:07:10.728Z | Downloaded snafu v0.8.9 |
| 918 | 2026-08-14T17:07:10.730Z | Downloaded elliptic-curve v0.13.8 |
| 919 | 2026-08-14T17:07:10.731Z | Downloaded p521 v0.14.0 |
| 920 | 2026-08-14T17:07:10.733Z | Downloaded spki v0.7.3 |
| 921 | 2026-08-14T17:07:10.733Z | Downloaded ssh-encoding v0.3.0 |
| 922 | 2026-08-14T17:07:10.733Z | Downloaded steno v0.4.1 |
| 923 | 2026-08-14T17:07:10.736Z | Downloaded thread_local v1.1.9 |
| 924 | 2026-08-14T17:07:10.736Z | Downloaded nodrop v0.1.14 |
| 925 | 2026-08-14T17:07:10.736Z | Downloaded darling_core v0.20.11 |
| 926 | 2026-08-14T17:07:10.739Z | Downloaded path-slash v0.1.5 |
| 927 | 2026-08-14T17:07:10.739Z | Downloaded aho-corasick v1.1.4 |
| 928 | 2026-08-14T17:07:10.741Z | Downloaded cookie v0.18.1 |
| 929 | 2026-08-14T17:07:10.744Z | Downloaded yoke v0.8.1 |
| 930 | 2026-08-14T17:07:10.744Z | Downloaded crc-any v2.5.0 |
| 931 | 2026-08-14T17:07:10.744Z | Downloaded daft v0.1.7 |
| 932 | 2026-08-14T17:07:10.747Z | Downloaded quinn v0.11.11 |
| 933 | 2026-08-14T17:07:10.747Z | Downloaded rand v0.10.1 |
| 934 | 2026-08-14T17:07:10.749Z | Downloaded uuid v1.23.4 |
| 935 | 2026-08-14T17:07:10.755Z | Downloaded rtoolbox v0.0.3 |
| 936 | 2026-08-14T17:07:10.757Z | Downloaded spin v0.9.8 |
| 937 | 2026-08-14T17:07:10.759Z | Downloaded aes-gcm v0.11.0 |
| 938 | 2026-08-14T17:07:10.765Z | Downloaded schemars v0.9.0 |
| 939 | 2026-08-14T17:07:10.771Z | Downloaded ron v0.8.1 |
| 940 | 2026-08-14T17:07:10.774Z | Downloaded strum_macros v0.27.2 |
| 941 | 2026-08-14T17:07:10.778Z | Downloaded icu_provider v2.1.1 |
| 942 | 2026-08-14T17:07:10.778Z | Downloaded libefi-sys v0.1.0 |
| 943 | 2026-08-14T17:07:10.780Z | Downloaded sha1 v0.10.6 |
| 944 | 2026-08-14T17:07:10.780Z | Downloaded tap v1.0.1 |
| 945 | 2026-08-14T17:07:10.780Z | Downloaded tinyvec_macros v0.1.1 |
| 946 | 2026-08-14T17:07:10.780Z | Downloaded pin-project-internal v1.1.11 |
| 947 | 2026-08-14T17:07:10.780Z | Downloaded progenitor v0.14.0 |
| 948 | 2026-08-14T17:07:10.780Z | Downloaded darling_core v0.21.3 |
| 949 | 2026-08-14T17:07:10.783Z | Downloaded darling_core v0.13.4 |
| 950 | 2026-08-14T17:07:10.786Z | Downloaded sigpipe v0.1.3 |
| 951 | 2026-08-14T17:07:10.786Z | Downloaded ecdsa v0.16.9 |
| 952 | 2026-08-14T17:07:10.792Z | Downloaded usdt-attr-macro v0.6.0 |
| 953 | 2026-08-14T17:07:10.799Z | Downloaded libsw-core v0.3.2 |
| 954 | 2026-08-14T17:07:10.801Z | Downloaded serde_yaml v0.9.34+deprecated |
| 955 | 2026-08-14T17:07:10.802Z | Downloaded cookie_store v0.22.1 |
| 956 | 2026-08-14T17:07:10.804Z | Downloaded crc32fast v1.5.0 |
| 957 | 2026-08-14T17:07:10.804Z | Downloaded toml_edit v0.19.15 |
| 958 | 2026-08-14T17:07:10.811Z | Downloaded trait-variant v0.1.2 |
| 959 | 2026-08-14T17:07:10.814Z | Downloaded pbkdf2 v0.13.0 |
| 960 | 2026-08-14T17:07:10.814Z | Downloaded pkg-config v0.3.32 |
| 961 | 2026-08-14T17:07:10.824Z | Downloaded pkcs8 v0.10.2 |
| 962 | 2026-08-14T17:07:10.831Z | Downloaded md-5 v0.10.6 |
| 963 | 2026-08-14T17:07:10.834Z | Downloaded papergrid v0.18.0 |
| 964 | 2026-08-14T17:07:10.837Z | Downloaded yasna v0.5.2 |
| 965 | 2026-08-14T17:07:10.840Z | Downloaded either v1.15.0 |
| 966 | 2026-08-14T17:07:10.843Z | Downloaded oxide-update-engine v0.1.2 |
| 967 | 2026-08-14T17:07:10.843Z | Downloaded polyval v0.7.1 |
| 968 | 2026-08-14T17:07:10.846Z | Downloaded rand_core v0.9.5 |
| 969 | 2026-08-14T17:07:10.846Z | Downloaded slog-json v2.6.1 |
| 970 | 2026-08-14T17:07:10.849Z | Downloaded stringprep v0.1.5 |
| 971 | 2026-08-14T17:07:10.849Z | Downloaded rand_chacha v0.9.0 |
| 972 | 2026-08-14T17:07:10.849Z | Downloaded serde-hex v0.1.0 |
| 973 | 2026-08-14T17:07:10.852Z | Downloaded shlex v1.3.0 |
| 974 | 2026-08-14T17:07:10.852Z | Downloaded crc-catalog v2.4.0 |
| 975 | 2026-08-14T17:07:10.852Z | Downloaded display-error-chain v0.2.2 |
| 976 | 2026-08-14T17:07:10.852Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 977 | 2026-08-14T17:07:10.852Z | Downloaded kstat-rs v0.2.5 |
| 978 | 2026-08-14T17:07:10.855Z | Downloaded lru-slab v0.1.2 |
| 979 | 2026-08-14T17:07:10.855Z | Downloaded num_enum_derive v0.5.11 |
| 980 | 2026-08-14T17:07:10.858Z | Downloaded scheduled-thread-pool v0.2.7 |
| 981 | 2026-08-14T17:07:10.864Z | Downloaded derive_more v2.1.1 |
| 982 | 2026-08-14T17:07:10.870Z | Downloaded rustls-platform-verifier v0.6.2 |
| 983 | 2026-08-14T17:07:10.873Z | Downloaded diff v0.1.13 |
| 984 | 2026-08-14T17:07:10.876Z | Downloaded num_threads v0.1.7 |
| 985 | 2026-08-14T17:07:10.876Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 986 | 2026-08-14T17:07:10.876Z | Downloaded want v0.3.1 |
| 987 | 2026-08-14T17:07:10.876Z | Downloaded shell-words v1.1.1 |
| 988 | 2026-08-14T17:07:10.879Z | Downloaded rand_pcg v0.10.2 |
| 989 | 2026-08-14T17:07:10.888Z | Downloaded libsw v3.5.0 |
| 990 | 2026-08-14T17:07:10.888Z | Downloaded mio v1.2.0 |
| 991 | 2026-08-14T17:07:10.892Z | Downloaded hashbrown v0.15.5 |
| 992 | 2026-08-14T17:07:10.897Z | Downloaded subtle v2.6.1 |
| 993 | 2026-08-14T17:07:10.900Z | Downloaded rand_xorshift v0.4.0 |
| 994 | 2026-08-14T17:07:10.900Z | Downloaded precomputed-hash v0.1.1 |
| 995 | 2026-08-14T17:07:10.900Z | Downloaded tokio-test v0.4.5 |
| 996 | 2026-08-14T17:07:10.900Z | Downloaded void v1.0.2 |
| 997 | 2026-08-14T17:07:10.903Z | Downloaded url v2.5.8 |
| 998 | 2026-08-14T17:07:10.906Z | Downloaded diesel_derives v2.3.7 |
| 999 | 2026-08-14T17:07:10.909Z | Downloaded toml v0.7.8 |
| 1000 | 2026-08-14T17:07:10.911Z | Downloaded unsafe-libyaml v0.2.11 |
| 1001 | 2026-08-14T17:07:10.912Z | Downloaded ignore v0.4.25 |
| 1002 | 2026-08-14T17:07:10.915Z | Downloaded pkcs8 v0.11.0 |
| 1003 | 2026-08-14T17:07:10.915Z | Downloaded unicase v2.9.0 |
| 1004 | 2026-08-14T17:07:10.918Z | Downloaded derive_builder_macro v0.20.2 |
| 1005 | 2026-08-14T17:07:10.919Z | Downloaded universal-hash v0.5.1 |
| 1006 | 2026-08-14T17:07:10.919Z | Downloaded darling_macro v0.13.4 |
| 1007 | 2026-08-14T17:07:10.921Z | Downloaded darling v0.23.0 |
| 1008 | 2026-08-14T17:07:10.927Z | Downloaded minimal-lexical v0.2.1 |
| 1009 | 2026-08-14T17:07:10.931Z | Downloaded poly1305 v0.8.0 |
| 1010 | 2026-08-14T17:07:10.934Z | Downloaded data-encoding v2.10.0 |
| 1011 | 2026-08-14T17:07:10.936Z | Downloaded indoc v2.0.7 |
| 1012 | 2026-08-14T17:07:10.937Z | Downloaded proc-macro-crate v1.3.1 |
| 1013 | 2026-08-14T17:07:10.942Z | Downloaded digest-io v0.1.0 |
| 1014 | 2026-08-14T17:07:10.945Z | Downloaded derive_more-impl v2.1.1 |
| 1015 | 2026-08-14T17:07:10.947Z | Downloaded progenitor-extras v0.2.0 |
| 1016 | 2026-08-14T17:07:10.947Z | Downloaded ipnetwork v0.21.1 |
| 1017 | 2026-08-14T17:07:10.954Z | Downloaded rustls-native-certs v0.8.3 |
| 1018 | 2026-08-14T17:07:10.957Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 1019 | 2026-08-14T17:07:10.957Z | Downloaded num_enum_derive v0.7.6 |
| 1020 | 2026-08-14T17:07:10.960Z | Downloaded yansi v1.0.1 |
| 1021 | 2026-08-14T17:07:10.962Z | Downloaded wyz v0.5.1 |
| 1022 | 2026-08-14T17:07:10.967Z | Downloaded hkdf v0.12.4 |
| 1023 | 2026-08-14T17:07:10.970Z | Downloaded rayon-core v1.13.0 |
| 1024 | 2026-08-14T17:07:10.973Z | Downloaded slog-stdlog v4.1.1 |
| 1025 | 2026-08-14T17:07:10.973Z | Downloaded string_cache v0.8.9 |
| 1026 | 2026-08-14T17:07:10.973Z | Downloaded support-bundle-viewer v0.1.2 |
| 1027 | 2026-08-14T17:07:10.973Z | Downloaded unicode-segmentation v1.12.0 |
| 1028 | 2026-08-14T17:07:10.977Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 1029 | 2026-08-14T17:07:10.977Z | Downloaded rustc_version v0.4.1 |
| 1030 | 2026-08-14T17:07:10.977Z | Downloaded serde_plain v1.0.2 |
| 1031 | 2026-08-14T17:07:10.980Z | Downloaded tower-http v0.6.8 |
| 1032 | 2026-08-14T17:07:10.983Z | Downloaded dropshot-api-manager v0.7.2 |
| 1033 | 2026-08-14T17:07:10.986Z | Downloaded match_cfg v0.1.0 |
| 1034 | 2026-08-14T17:07:10.986Z | Downloaded parse-size v1.1.0 |
| 1035 | 2026-08-14T17:07:10.989Z | Downloaded darling v0.21.3 |
| 1036 | 2026-08-14T17:07:10.991Z | Downloaded zstd-safe v7.2.4 |
| 1037 | 2026-08-14T17:07:10.994Z | Downloaded tokio-postgres v0.7.16 |
| 1038 | 2026-08-14T17:07:11.001Z | Downloaded spki v0.8.0 |
| 1039 | 2026-08-14T17:07:11.004Z | Downloaded synstructure v0.13.2 |
| 1040 | 2026-08-14T17:07:11.004Z | Downloaded reqwest v0.13.2 |
| 1041 | 2026-08-14T17:07:11.007Z | Downloaded parse-display v0.10.0 |
| 1042 | 2026-08-14T17:07:11.007Z | Downloaded signature v2.2.0 |
| 1043 | 2026-08-14T17:07:11.010Z | Downloaded idna v1.1.0 |
| 1044 | 2026-08-14T17:07:11.012Z | Downloaded crossbeam-epoch v0.9.18 |
| 1045 | 2026-08-14T17:07:11.013Z | Downloaded futures-util v0.3.32 |
| 1046 | 2026-08-14T17:07:11.018Z | Downloaded mime_guess v2.0.5 |
| 1047 | 2026-08-14T17:07:11.021Z | Downloaded memmap2 v0.9.10 |
| 1048 | 2026-08-14T17:07:11.021Z | Downloaded parking_lot v0.12.5 |
| 1049 | 2026-08-14T17:07:11.021Z | Downloaded zerofrom v0.1.6 |
| 1050 | 2026-08-14T17:07:11.024Z | Downloaded rustls-pki-types v1.14.0 |
| 1051 | 2026-08-14T17:07:11.024Z | Downloaded jiff-core v0.1.0 |
| 1052 | 2026-08-14T17:07:11.027Z | Downloaded zeroize v1.9.0 |
| 1053 | 2026-08-14T17:07:11.029Z | Downloaded unicode-truncate v1.1.0 |
| 1054 | 2026-08-14T17:07:11.032Z | Downloaded subprocess v0.2.15 |
| 1055 | 2026-08-14T17:07:11.032Z | Downloaded tinyvec v1.10.0 |
| 1056 | 2026-08-14T17:07:11.035Z | Downloaded typify v0.6.2 |
| 1057 | 2026-08-14T17:07:11.035Z | Downloaded sha2 v0.11.0 |
| 1058 | 2026-08-14T17:07:11.038Z | Downloaded pretty_assertions v1.4.1 |
| 1059 | 2026-08-14T17:07:11.038Z | Downloaded ingot-types v0.2.0 |
| 1060 | 2026-08-14T17:07:11.041Z | Downloaded inout v0.1.4 |
| 1061 | 2026-08-14T17:07:11.041Z | Downloaded kem v0.3.0 |
| 1062 | 2026-08-14T17:07:11.044Z | Downloaded rustls-webpki v0.103.13 |
| 1063 | 2026-08-14T17:07:11.044Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1064 | 2026-08-14T17:07:11.049Z | Downloaded crc v3.4.0 |
| 1065 | 2026-08-14T17:07:11.052Z | Downloaded opaque-debug v0.3.1 |
| 1066 | 2026-08-14T17:07:11.052Z | Downloaded embedded-io v0.6.1 |
| 1067 | 2026-08-14T17:07:11.055Z | Downloaded nibble_vec v0.1.0 |
| 1068 | 2026-08-14T17:07:11.055Z | Downloaded predicates-core v1.0.10 |
| 1069 | 2026-08-14T17:07:11.055Z | Downloaded der v0.7.10 |
| 1070 | 2026-08-14T17:07:11.058Z | Downloaded sec1 v0.7.3 |
| 1071 | 2026-08-14T17:07:11.061Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1072 | 2026-08-14T17:07:11.061Z | Downloaded ctr v0.10.1 |
| 1073 | 2026-08-14T17:07:11.061Z | Downloaded phc v0.6.1 |
| 1074 | 2026-08-14T17:07:11.064Z | Downloaded quinn-udp v0.5.14 |
| 1075 | 2026-08-14T17:07:11.064Z | Downloaded hkdf v0.13.0 |
| 1076 | 2026-08-14T17:07:11.067Z | Downloaded darling v0.20.11 |
| 1077 | 2026-08-14T17:07:11.069Z | Downloaded derive-where v1.6.0 |
| 1078 | 2026-08-14T17:07:11.070Z | Downloaded scuffle v0.1.0 |
| 1079 | 2026-08-14T17:07:11.072Z | Downloaded vergen v9.1.0 |
| 1080 | 2026-08-14T17:07:11.072Z | Downloaded module-lattice v0.2.3 |
| 1081 | 2026-08-14T17:07:11.075Z | Downloaded strum_macros v0.26.4 |
| 1082 | 2026-08-14T17:07:11.075Z | Downloaded scopeguard v1.2.0 |
| 1083 | 2026-08-14T17:07:11.075Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1084 | 2026-08-14T17:07:11.078Z | Downloaded unicode-bidi v0.3.18 |
| 1085 | 2026-08-14T17:07:11.078Z | Downloaded reqwest v0.12.28 |
| 1086 | 2026-08-14T17:07:11.081Z | Downloaded blake3 v1.8.5 |
| 1087 | 2026-08-14T17:07:11.085Z | Downloaded openssl-sys v0.9.117 |
| 1088 | 2026-08-14T17:07:11.091Z | Downloaded progenitor-client v0.14.0 |
| 1089 | 2026-08-14T17:07:11.094Z | Downloaded wnaf v0.14.0 |
| 1090 | 2026-08-14T17:07:11.094Z | Downloaded ecdsa v0.17.0 |
| 1091 | 2026-08-14T17:07:11.097Z | Downloaded zerofrom-derive v0.1.6 |
| 1092 | 2026-08-14T17:07:11.100Z | Downloaded darling_core v0.23.0 |
| 1093 | 2026-08-14T17:07:11.103Z | Downloaded document-features v0.2.12 |
| 1094 | 2026-08-14T17:07:11.109Z | Downloaded sqlformat v0.3.5 |
| 1095 | 2026-08-14T17:07:11.112Z | Downloaded slog-term v2.9.2 |
| 1096 | 2026-08-14T17:07:11.114Z | Downloaded usdt-macro v0.6.0 |
| 1097 | 2026-08-14T17:07:11.114Z | Downloaded csv-core v0.1.13 |
| 1098 | 2026-08-14T17:07:11.114Z | Downloaded displaydoc v0.2.5 |
| 1099 | 2026-08-14T17:07:11.117Z | Downloaded newtype_derive v0.1.6 |
| 1100 | 2026-08-14T17:07:11.117Z | Downloaded oso-derive v0.27.3 |
| 1101 | 2026-08-14T17:07:11.117Z | Downloaded rawzip v0.4.4 |
| 1102 | 2026-08-14T17:07:11.120Z | Downloaded itertools v0.13.0 |
| 1103 | 2026-08-14T17:07:11.129Z | Downloaded omicron-zone-package v0.12.3 |
| 1104 | 2026-08-14T17:07:11.133Z | Downloaded resolv-conf v0.7.6 |
| 1105 | 2026-08-14T17:07:11.135Z | Downloaded secrecy v0.10.3 |
| 1106 | 2026-08-14T17:07:11.136Z | Downloaded thread-id v5.1.0 |
| 1107 | 2026-08-14T17:07:11.136Z | Downloaded recursive v0.1.1 |
| 1108 | 2026-08-14T17:07:11.145Z | Downloaded term v0.7.0 |
| 1109 | 2026-08-14T17:07:11.148Z | Downloaded thiserror-no-std v2.0.2 |
| 1110 | 2026-08-14T17:07:11.151Z | Downloaded defmt v0.3.100 |
| 1111 | 2026-08-14T17:07:11.151Z | Downloaded lock_api v0.4.14 |
| 1112 | 2026-08-14T17:07:11.151Z | Downloaded rustyline v14.0.0 |
| 1113 | 2026-08-14T17:07:11.153Z | Downloaded zone v0.3.1 |
| 1114 | 2026-08-14T17:07:11.153Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1115 | 2026-08-14T17:07:11.153Z | Downloaded sha1 v0.11.0 |
| 1116 | 2026-08-14T17:07:11.156Z | Downloaded samael v0.0.19 |
| 1117 | 2026-08-14T17:07:11.159Z | Downloaded litrs v1.0.0 |
| 1118 | 2026-08-14T17:07:11.162Z | Downloaded ml-kem v0.3.2 |
| 1119 | 2026-08-14T17:07:11.162Z | Downloaded pem-rfc7468 v1.0.0 |
| 1120 | 2026-08-14T17:07:11.162Z | Downloaded crossterm v0.29.0 |
| 1121 | 2026-08-14T17:07:11.165Z | Downloaded difflib v0.4.0 |
| 1122 | 2026-08-14T17:07:11.168Z | Downloaded instability v0.3.11 |
| 1123 | 2026-08-14T17:07:11.168Z | Downloaded lru-cache v0.1.2 |
| 1124 | 2026-08-14T17:07:11.171Z | Downloaded hashbrown v0.16.1 |
| 1125 | 2026-08-14T17:07:11.173Z | Downloaded pem-rfc7468 v0.7.0 |
| 1126 | 2026-08-14T17:07:11.176Z | Downloaded tokio-tungstenite v0.23.1 |
| 1127 | 2026-08-14T17:07:11.176Z | Downloaded dropshot_endpoint v0.17.1 |
| 1128 | 2026-08-14T17:07:11.179Z | Downloaded proc-macro-error2 v2.0.1 |
| 1129 | 2026-08-14T17:07:11.179Z | Downloaded signal-hook-tokio v0.3.1 |
| 1130 | 2026-08-14T17:07:11.182Z | Downloaded waitgroup v0.1.2 |
| 1131 | 2026-08-14T17:07:11.182Z | Downloaded tokio-macros v2.7.0 |
| 1132 | 2026-08-14T17:07:11.182Z | Downloaded aws-lc-rs v1.16.3 |
| 1133 | 2026-08-14T17:07:11.187Z | Downloaded time-macros v0.2.27 |
| 1134 | 2026-08-14T17:07:11.189Z | Downloaded darling_macro v0.23.0 |
| 1135 | 2026-08-14T17:07:11.192Z | Downloaded time-core v0.1.8 |
| 1136 | 2026-08-14T17:07:11.196Z | Downloaded tracing-attributes v0.1.31 |
| 1137 | 2026-08-14T17:07:11.196Z | Downloaded bindgen v0.71.1 |
| 1138 | 2026-08-14T17:07:11.199Z | Downloaded libloading v0.8.9 |
| 1139 | 2026-08-14T17:07:11.201Z | Downloaded parking_lot_core v0.8.6 |
| 1140 | 2026-08-14T17:07:11.201Z | Downloaded try-lock v0.2.5 |
| 1141 | 2026-08-14T17:07:11.204Z | Downloaded serde_urlencoded v0.7.1 |
| 1142 | 2026-08-14T17:07:11.204Z | Downloaded cpufeatures v0.3.0 |
| 1143 | 2026-08-14T17:07:11.204Z | Downloaded libscf-sys v1.2.0 |
| 1144 | 2026-08-14T17:07:11.207Z | Downloaded icu_locale_core v2.1.1 |
| 1145 | 2026-08-14T17:07:11.210Z | Downloaded icu_normalizer v2.1.1 |
| 1146 | 2026-08-14T17:07:11.212Z | Downloaded vergen-gitcl v1.0.8 |
| 1147 | 2026-08-14T17:07:11.212Z | Downloaded strum v0.26.3 |
| 1148 | 2026-08-14T17:07:11.212Z | Downloaded crypto-primes v0.7.2 |
| 1149 | 2026-08-14T17:07:11.215Z | Downloaded oso v0.27.3 |
| 1150 | 2026-08-14T17:07:11.218Z | Downloaded rustc_version v0.1.7 |
| 1151 | 2026-08-14T17:07:11.218Z | Downloaded siphasher v1.0.2 |
| 1152 | 2026-08-14T17:07:11.218Z | Downloaded libxml v0.3.3 |
| 1153 | 2026-08-14T17:07:11.222Z | Downloaded crossbeam-utils v0.8.21 |
| 1154 | 2026-08-14T17:07:11.222Z | Downloaded hyper v1.10.1 |
| 1155 | 2026-08-14T17:07:11.225Z | Downloaded percent-encoding v2.3.2 |
| 1156 | 2026-08-14T17:07:11.228Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 1157 | 2026-08-14T17:07:11.228Z | Downloaded h2 v0.4.15 |
| 1158 | 2026-08-14T17:07:11.231Z | Downloaded phf_shared v0.11.3 |
| 1159 | 2026-08-14T17:07:11.231Z | Downloaded der v0.8.0 |
| 1160 | 2026-08-14T17:07:11.234Z | Downloaded ena v0.14.4 |
| 1161 | 2026-08-14T17:07:11.234Z | Downloaded vergen-lib v9.1.0 |
| 1162 | 2026-08-14T17:07:11.237Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1163 | 2026-08-14T17:07:11.237Z | Downloaded illumos-nvpair v0.3.0 |
| 1164 | 2026-08-14T17:07:11.240Z | Downloaded serde-big-array v0.5.1 |
| 1165 | 2026-08-14T17:07:11.240Z | Downloaded lzss v0.8.2 |
| 1166 | 2026-08-14T17:07:11.240Z | Downloaded ed25519-dalek v2.2.0 |
| 1167 | 2026-08-14T17:07:11.243Z | Downloaded untrusted v0.9.0 |
| 1168 | 2026-08-14T17:07:11.243Z | Downloaded newtype-uuid v1.3.2 |
| 1169 | 2026-08-14T17:07:11.243Z | Downloaded bitvec v1.0.1 |
| 1170 | 2026-08-14T17:07:11.249Z | Downloaded iddqd v0.4.2 |
| 1171 | 2026-08-14T17:07:11.254Z | Downloaded chrono v0.4.45 |
| 1172 | 2026-08-14T17:07:11.257Z | Downloaded twox-hash v2.1.2 |
| 1173 | 2026-08-14T17:07:11.261Z | Downloaded unicode-xid v0.2.6 |
| 1174 | 2026-08-14T17:07:11.261Z | Downloaded sqlparser_derive v0.5.0 |
| 1175 | 2026-08-14T17:07:11.261Z | Downloaded tokio-native-tls v0.3.1 |
| 1176 | 2026-08-14T17:07:11.265Z | Downloaded darling_macro v0.21.3 |
| 1177 | 2026-08-14T17:07:11.265Z | Downloaded newline-converter v0.3.0 |
| 1178 | 2026-08-14T17:07:11.266Z | Downloaded radium v0.7.0 |
| 1179 | 2026-08-14T17:07:11.266Z | Downloaded crypto-common v0.2.2 |
| 1180 | 2026-08-14T17:07:11.268Z | Downloaded sapling-renderdag v0.1.0 |
| 1181 | 2026-08-14T17:07:11.268Z | Downloaded digest v0.11.3 |
| 1182 | 2026-08-14T17:07:11.276Z | Downloaded nom v8.0.0 |
| 1183 | 2026-08-14T17:07:11.279Z | Downloaded rustls-pemfile v2.2.0 |
| 1184 | 2026-08-14T17:07:11.282Z | Downloaded oxide-tokio-rt v0.1.4 |
| 1185 | 2026-08-14T17:07:11.282Z | Downloaded nu-ansi-term v0.50.3 |
| 1186 | 2026-08-14T17:07:11.285Z | Downloaded packed_struct v0.10.1 |
| 1187 | 2026-08-14T17:07:11.285Z | Downloaded ppv-lite86 v0.2.21 |
| 1188 | 2026-08-14T17:07:11.285Z | Downloaded untrusted v0.7.1 |
| 1189 | 2026-08-14T17:07:11.285Z | Downloaded itertools v0.14.0 |
| 1190 | 2026-08-14T17:07:11.288Z | Downloaded stable_deref_trait v1.2.1 |
| 1191 | 2026-08-14T17:07:11.290Z | Downloaded x509-cert v0.2.5 |
| 1192 | 2026-08-14T17:07:11.293Z | Downloaded rpassword v7.5.4 |
| 1193 | 2026-08-14T17:07:11.293Z | Downloaded whoami v1.6.1 |
| 1194 | 2026-08-14T17:07:11.296Z | Downloaded rand v0.9.2 |
| 1195 | 2026-08-14T17:07:11.298Z | Downloaded ed25519-dalek v3.0.0 |
| 1196 | 2026-08-14T17:07:11.299Z | Downloaded schemars v0.8.22 |
| 1197 | 2026-08-14T17:07:11.304Z | Downloaded nanorand v0.7.0 |
| 1198 | 2026-08-14T17:07:11.307Z | Downloaded ed25519 v2.2.3 |
| 1199 | 2026-08-14T17:07:11.307Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1200 | 2026-08-14T17:07:11.309Z | Downloaded predicates-tree v1.0.13 |
| 1201 | 2026-08-14T17:07:11.316Z | Downloaded defmt-macros v1.0.1 |
| 1202 | 2026-08-14T17:07:11.320Z | Downloaded derive-ex v0.1.8 |
| 1203 | 2026-08-14T17:07:11.325Z | Downloaded derive_more v0.99.20 |
| 1204 | 2026-08-14T17:07:11.328Z | Downloaded elliptic-curve v0.14.1 |
| 1205 | 2026-08-14T17:07:11.328Z | Downloaded r2d2 v0.8.10 |
| 1206 | 2026-08-14T17:07:11.328Z | Downloaded smallvec v1.15.1 |
| 1207 | 2026-08-14T17:07:11.328Z | Downloaded tokio-stream v0.1.18 |
| 1208 | 2026-08-14T17:07:11.344Z | Downloaded convert_case v0.10.0 |
| 1209 | 2026-08-14T17:07:11.347Z | Downloaded reedline v0.40.0 |
| 1210 | 2026-08-14T17:07:11.349Z | Downloaded similar v2.7.0 |
| 1211 | 2026-08-14T17:07:11.352Z | Downloaded winnow v1.0.3 |
| 1212 | 2026-08-14T17:07:11.356Z | Downloaded tracing-core v0.1.36 |
| 1213 | 2026-08-14T17:07:11.361Z | Downloaded sha3 v0.12.0 |
| 1214 | 2026-08-14T17:07:11.363Z | Downloaded zerotrie v0.2.3 |
| 1215 | 2026-08-14T17:07:11.366Z | Downloaded num-bigint v0.4.6 |
| 1216 | 2026-08-14T17:07:11.371Z | Downloaded serde_with v3.21.0 |
| 1217 | 2026-08-14T17:07:11.377Z | Downloaded icu_normalizer_data v2.1.1 |
| 1218 | 2026-08-14T17:07:11.380Z | Downloaded winnow v0.6.26 |
| 1219 | 2026-08-14T17:07:11.385Z | Downloaded proptest v1.11.0 |
| 1220 | 2026-08-14T17:07:11.391Z | Downloaded regex v1.12.3 |
| 1221 | 2026-08-14T17:07:11.394Z | Downloaded icu_properties_data v2.1.2 |
| 1222 | 2026-08-14T17:07:11.398Z | Downloaded progenitor-impl v0.14.0 |
| 1223 | 2026-08-14T17:07:11.401Z | Downloaded radix_trie v0.2.1 |
| 1224 | 2026-08-14T17:07:11.404Z | Downloaded daft-derive v0.1.7 |
| 1225 | 2026-08-14T17:07:11.406Z | Downloaded git2 v0.20.4 |
| 1226 | 2026-08-14T17:07:11.410Z | Downloaded indexmap v1.9.3 |
| 1227 | 2026-08-14T17:07:11.421Z | Downloaded p256 v0.14.0 |
| 1228 | 2026-08-14T17:07:11.424Z | Downloaded qorb v0.4.1 |
| 1229 | 2026-08-14T17:07:11.426Z | Downloaded publicsuffix v2.3.0 |
| 1230 | 2026-08-14T17:07:11.429Z | Downloaded zip v4.6.1 |
| 1231 | 2026-08-14T17:07:11.429Z | Downloaded num-bigint-dig v0.8.6 |
| 1232 | 2026-08-14T17:07:11.434Z | Downloaded indicatif v0.18.4 |
| 1233 | 2026-08-14T17:07:11.438Z | Downloaded serde_with v1.14.0 |
| 1234 | 2026-08-14T17:07:11.442Z | Downloaded postgres-protocol v0.6.10 |
| 1235 | 2026-08-14T17:07:11.446Z | Downloaded zerocopy-derive v0.8.40 |
| 1236 | 2026-08-14T17:07:11.456Z | Downloaded signal-hook v0.3.18 |
| 1237 | 2026-08-14T17:07:11.472Z | Downloaded slog v2.8.2 |
| 1238 | 2026-08-14T17:07:11.475Z | Downloaded prefix-trie v0.7.0 |
| 1239 | 2026-08-14T17:07:11.478Z | Downloaded tough v0.22.0 |
| 1240 | 2026-08-14T17:07:11.480Z | Downloaded typed-path v0.9.3 |
| 1241 | 2026-08-14T17:07:11.483Z | Downloaded ryu v1.0.23 |
| 1242 | 2026-08-14T17:07:11.507Z | Downloaded nom v7.1.3 |
| 1243 | 2026-08-14T17:07:11.510Z | Downloaded goblin v0.10.5 |
| 1244 | 2026-08-14T17:07:11.514Z | Downloaded itertools v0.15.0 |
| 1245 | 2026-08-14T17:07:11.518Z | Downloaded itertools v0.10.5 |
| 1246 | 2026-08-14T17:07:11.522Z | Downloaded zerovec v0.11.5 |
| 1247 | 2026-08-14T17:07:11.532Z | Downloaded crossterm v0.28.1 |
| 1248 | 2026-08-14T17:07:11.536Z | Downloaded zerocopy v0.8.40 |
| 1249 | 2026-08-14T17:07:11.548Z | Downloaded quick-xml v0.37.5 |
| 1250 | 2026-08-14T17:07:11.551Z | Downloaded rand v0.8.6 |
| 1251 | 2026-08-14T17:07:11.578Z | Downloaded crypto-bigint v0.5.5 |
| 1252 | 2026-08-14T17:07:11.581Z | Downloaded portable-atomic v1.13.1 |
| 1253 | 2026-08-14T17:07:11.586Z | Downloaded unicode-normalization v0.1.25 |
| 1254 | 2026-08-14T17:07:11.594Z | Downloaded itertools v0.12.1 |
| 1255 | 2026-08-14T17:07:11.598Z | Downloaded winnow v0.5.40 |
| 1256 | 2026-08-14T17:07:11.613Z | Downloaded quinn-proto v0.11.16 |
| 1257 | 2026-08-14T17:07:11.619Z | Downloaded rsa v0.10.0-rc.18 |
| 1258 | 2026-08-14T17:07:11.621Z | Downloaded vcpkg v0.2.15 |
| 1259 | 2026-08-14T17:07:11.642Z | Downloaded tokio-util v0.7.18 |
| 1260 | 2026-08-14T17:07:11.646Z | Downloaded nix v0.27.1 |
| 1261 | 2026-08-14T17:07:11.651Z | Downloaded object v0.37.3 |
| 1262 | 2026-08-14T17:07:11.657Z | Downloaded object v0.30.4 |
| 1263 | 2026-08-14T17:07:11.662Z | Downloaded lalrpop v0.19.12 |
| 1264 | 2026-08-14T17:07:11.668Z | Downloaded salty v0.3.0 |
| 1265 | 2026-08-14T17:07:11.672Z | Downloaded iri-string v0.7.10 |
| 1266 | 2026-08-14T17:07:11.675Z | Downloaded libm v0.2.16 |
| 1267 | 2026-08-14T17:07:11.680Z | Downloaded openapiv3 v2.2.0 |
| 1268 | 2026-08-14T17:07:11.686Z | Downloaded bstr v1.12.1 |
| 1269 | 2026-08-14T17:07:11.691Z | Downloaded tabled v0.21.0 |
| 1270 | 2026-08-14T17:07:11.700Z | Downloaded regex-syntax v0.6.29 |
| 1271 | 2026-08-14T17:07:11.711Z | Downloaded russh v0.62.4 |
| 1272 | 2026-08-14T17:07:11.719Z | Downloaded rayon v1.11.0 |
| 1273 | 2026-08-14T17:07:11.725Z | Downloaded p384 v0.13.1 |
| 1274 | 2026-08-14T17:07:11.756Z | Downloaded nix v0.28.0 |
| 1275 | 2026-08-14T17:07:11.766Z | Downloaded hickory-proto v0.24.4 |
| 1276 | 2026-08-14T17:07:11.775Z | Downloaded smoltcp v0.9.1 |
| 1277 | 2026-08-14T17:07:11.780Z | Downloaded petname v2.0.2 |
| 1278 | 2026-08-14T17:07:11.783Z | Downloaded curve25519-dalek v5.0.0 |
| 1279 | 2026-08-14T17:07:11.790Z | Downloaded polar-core v0.27.3 |
| 1280 | 2026-08-14T17:07:11.796Z | Downloaded moka v0.12.13 |
| 1281 | 2026-08-14T17:07:11.799Z | Downloaded zlib-rs v0.6.2 |
| 1282 | 2026-08-14T17:07:11.802Z | Downloaded curve25519-dalek v4.1.3 |
| 1283 | 2026-08-14T17:07:11.808Z | Downloaded openssl v0.10.80 |
| 1284 | 2026-08-14T17:07:11.814Z | Downloaded regress v0.10.5 |
| 1285 | 2026-08-14T17:07:11.836Z | Downloaded smoltcp v0.11.0 |
| 1286 | 2026-08-14T17:07:11.843Z | Downloaded time v0.3.47 |
| 1287 | 2026-08-14T17:07:11.856Z | Downloaded regex-syntax v0.8.10 |
| 1288 | 2026-08-14T17:07:11.872Z | Downloaded hickory-proto v0.25.2 |
| 1289 | 2026-08-14T17:07:11.889Z | Downloaded sled v0.34.7 |
| 1290 | 2026-08-14T17:07:11.895Z | Downloaded crypto-bigint v0.7.5 |
| 1291 | 2026-08-14T17:07:11.903Z | Downloaded rustix v0.38.44 |
| 1292 | 2026-08-14T17:07:11.917Z | Downloaded ratatui v0.29.0 |
| 1293 | 2026-08-14T17:07:11.928Z | Downloaded rustls v0.23.41 |
| 1294 | 2026-08-14T17:07:11.936Z | Downloaded zerocopy-derive v0.6.6 |
| 1295 | 2026-08-14T17:07:11.940Z | Downloaded nix v0.31.2 |
| 1296 | 2026-08-14T17:07:11.948Z | Downloaded typify-impl v0.6.2 |
| 1297 | 2026-08-14T17:07:11.957Z | Downloaded tracing v0.1.44 |
| 1298 | 2026-08-14T17:07:11.970Z | Downloaded sqlparser v0.61.0 |
| 1299 | 2026-08-14T17:07:11.975Z | Downloaded dropshot v0.17.1 |
| 1300 | 2026-08-14T17:07:11.988Z | Downloaded diesel v2.3.7 |
| 1301 | 2026-08-14T17:07:12.001Z | Downloaded regress v0.11.1 |
| 1302 | 2026-08-14T17:07:12.006Z | Downloaded sha3 v0.11.0 |
| 1303 | 2026-08-14T17:07:12.009Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1304 | 2026-08-14T17:07:12.016Z | Downloaded petgraph v0.6.5 |
| 1305 | 2026-08-14T17:07:12.051Z | Downloaded chrono-tz v0.10.4 |
| 1306 | 2026-08-14T17:07:12.062Z | Downloaded regex-automata v0.4.14 |
| 1307 | 2026-08-14T17:07:12.084Z | Downloaded jiff v0.2.34 |
| 1308 | 2026-08-14T17:07:12.095Z | Downloaded petgraph v0.8.3 |
| 1309 | 2026-08-14T17:07:12.110Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1310 | 2026-08-14T17:07:12.118Z | Downloaded sha3 v0.10.8 |
| 1311 | 2026-08-14T17:07:12.121Z | Downloaded tokio v1.52.1 |
| 1312 | 2026-08-14T17:07:12.145Z | Downloaded csv v1.4.0 |
| 1313 | 2026-08-14T17:07:12.159Z | Downloaded libz-sys v1.1.24 |
| 1314 | 2026-08-14T17:07:12.183Z | Downloaded encoding_rs v0.8.35 |
| 1315 | 2026-08-14T17:07:12.202Z | Downloaded ring v0.17.14 |
| 1316 | 2026-08-14T17:07:12.240Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1317 | 2026-08-14T17:07:12.789Z | Downloaded aws-lc-sys v0.40.0 |
| 1318 | 2026-08-14T17:07:13.022Z | Compiling libc v0.2.185 |
| 1319 | 2026-08-14T17:07:13.022Z | Compiling serde_core v1.0.228 |
| 1320 | 2026-08-14T17:07:13.025Z | Compiling serde v1.0.228 |
| 1321 | 2026-08-14T17:07:13.025Z | Compiling log v0.4.29 |
| 1322 | 2026-08-14T17:07:13.025Z | Compiling smallvec v1.15.1 |
| 1323 | 2026-08-14T17:07:13.025Z | Compiling find-msvc-tools v0.1.9 |
| 1324 | 2026-08-14T17:07:13.025Z | Compiling shlex v1.3.0 |
| 1325 | 2026-08-14T17:07:13.025Z | Compiling syn v2.0.117 |
| 1326 | 2026-08-14T17:07:13.352Z | Compiling subtle v2.6.1 |
| 1327 | 2026-08-14T17:07:13.365Z | Compiling scopeguard v1.2.0 |
| 1328 | 2026-08-14T17:07:13.416Z | Compiling stable_deref_trait v1.2.1 |
| 1329 | 2026-08-14T17:07:13.457Z | Compiling lock_api v0.4.14 |
| 1330 | 2026-08-14T17:07:13.469Z | Compiling typenum v1.20.1 |
| 1331 | 2026-08-14T17:07:13.481Z | Compiling zerocopy v0.8.40 |
| 1332 | 2026-08-14T17:07:13.493Z | Compiling portable-atomic v1.13.1 |
| 1333 | 2026-08-14T17:07:13.519Z | Compiling serde_json v1.0.151 |
| 1334 | 2026-08-14T17:07:13.681Z | Compiling critical-section v1.2.0 |
| 1335 | 2026-08-14T17:07:13.739Z | Compiling libm v0.2.16 |
| 1336 | 2026-08-14T17:07:13.788Z | Compiling num-traits v0.2.19 |
| 1337 | 2026-08-14T17:07:13.901Z | Compiling pkg-config v0.3.32 |
| 1338 | 2026-08-14T17:07:13.966Z | Compiling errno v0.3.14 |
| 1339 | 2026-08-14T17:07:13.991Z | Compiling jobserver v0.1.34 |
| 1340 | 2026-08-14T17:07:14.043Z | Compiling getrandom v0.2.17 |
| 1341 | 2026-08-14T17:07:14.252Z | Compiling cc v1.2.56 |
| 1342 | 2026-08-14T17:07:14.266Z | Compiling rand_core v0.6.4 |
| 1343 | 2026-08-14T17:07:14.426Z | Compiling once_cell v1.21.3 |
| 1344 | 2026-08-14T17:07:14.514Z | Compiling generic-array v0.14.7 |
| 1345 | 2026-08-14T17:07:14.517Z | Compiling pin-project-lite v0.2.17 |
| 1346 | 2026-08-14T17:07:14.541Z | Compiling parking_lot_core v0.9.12 |
| 1347 | 2026-08-14T17:07:14.622Z | Compiling getrandom v0.4.1 |
| 1348 | 2026-08-14T17:07:14.635Z | Compiling const-oid v0.9.6 |
| 1349 | 2026-08-14T17:07:14.757Z | Compiling rand_core v0.10.0 |
| 1350 | 2026-08-14T17:07:15.073Z | Compiling signal-hook-registry v1.4.8 |
| 1351 | 2026-08-14T17:07:15.177Z | Compiling bitflags v2.11.0 |
| 1352 | 2026-08-14T17:07:15.331Z | Compiling litemap v0.8.1 |
| 1353 | 2026-08-14T17:07:15.345Z | Compiling percent-encoding v2.3.2 |
| 1354 | 2026-08-14T17:07:15.345Z | Compiling futures-core v0.3.32 |
| 1355 | 2026-08-14T17:07:15.406Z | Compiling writeable v0.6.2 |
| 1356 | 2026-08-14T17:07:15.506Z | Compiling semver v1.0.28 |
| 1357 | 2026-08-14T17:07:15.520Z | Compiling parking_lot v0.12.5 |
| 1358 | 2026-08-14T17:07:15.532Z | Compiling mio v1.2.0 |
| 1359 | 2026-08-14T17:07:15.536Z | Compiling icu_properties_data v2.1.2 |
| 1360 | 2026-08-14T17:07:15.602Z | Compiling icu_normalizer_data v2.1.1 |
| 1361 | 2026-08-14T17:07:15.762Z | Compiling socket2 v0.6.3 |
| 1362 | 2026-08-14T17:07:15.817Z | Compiling getrandom v0.3.4 |
| 1363 | 2026-08-14T17:07:15.879Z | Compiling synstructure v0.13.2 |
| 1364 | 2026-08-14T17:07:15.895Z | Compiling futures-sink v0.3.32 |
| 1365 | 2026-08-14T17:07:15.918Z | Compiling indexmap v2.14.0 |
| 1366 | 2026-08-14T17:07:16.050Z | Compiling futures-task v0.3.32 |
| 1367 | 2026-08-14T17:07:16.109Z | Compiling futures-channel v0.3.32 |
| 1368 | 2026-08-14T17:07:16.230Z | Compiling utf8_iter v1.0.4 |
| 1369 | 2026-08-14T17:07:16.279Z | Compiling futures-io v0.3.32 |
| 1370 | 2026-08-14T17:07:16.346Z | Compiling slab v0.4.12 |
| 1371 | 2026-08-14T17:07:16.386Z | Compiling rustix v1.1.3 |
| 1372 | 2026-08-14T17:07:16.416Z | Compiling form_urlencoded v1.2.2 |
| 1373 | 2026-08-14T17:07:16.440Z | Compiling rustversion v1.0.22 |
| 1374 | 2026-08-14T17:07:16.525Z | Compiling iana-time-zone v0.1.65 |
| 1375 | 2026-08-14T17:07:16.528Z | Compiling base64ct v1.8.3 |
| 1376 | 2026-08-14T17:07:16.591Z | Compiling cmake v0.1.57 |
| 1377 | 2026-08-14T17:07:16.627Z | Compiling ident_case v1.0.1 |
| 1378 | 2026-08-14T17:07:16.745Z | Compiling dunce v1.0.5 |
| 1379 | 2026-08-14T17:07:16.757Z | Compiling regex-syntax v0.8.10 |
| 1380 | 2026-08-14T17:07:16.786Z | Compiling flagset v0.4.7 |
| 1381 | 2026-08-14T17:07:16.836Z | Compiling pem-rfc7468 v0.7.0 |
| 1382 | 2026-08-14T17:07:16.850Z | Compiling fs_extra v1.3.0 |
| 1383 | 2026-08-14T17:07:16.910Z | Compiling rand_core v0.9.5 |
| 1384 | 2026-08-14T17:07:16.993Z | Compiling uuid v1.23.4 |
| 1385 | 2026-08-14T17:07:17.120Z | Compiling aws-lc-sys v0.40.0 |
| 1386 | 2026-08-14T17:07:17.139Z | Compiling base64 v0.22.1 |
| 1387 | 2026-08-14T17:07:17.199Z | Compiling syn v1.0.109 |
| 1388 | 2026-08-14T17:07:17.402Z | Compiling vcpkg v0.2.15 |
| 1389 | 2026-08-14T17:07:17.478Z | Compiling serde_derive_internals v0.29.1 |
| 1390 | 2026-08-14T17:07:17.561Z | Compiling rustc_version v0.4.1 |
| 1391 | 2026-08-14T17:07:17.670Z | Compiling serde_derive v1.0.228 |
| 1392 | 2026-08-14T17:07:17.708Z | Compiling zeroize_derive v1.5.0 |
| 1393 | 2026-08-14T17:07:17.890Z | Compiling zerocopy-derive v0.8.40 |
| 1394 | 2026-08-14T17:07:18.105Z | Compiling zerofrom-derive v0.1.6 |
| 1395 | 2026-08-14T17:07:18.134Z | Compiling yoke-derive v0.8.1 |
| 1396 | 2026-08-14T17:07:18.370Z | Compiling zeroize v1.9.0 |
| 1397 | 2026-08-14T17:07:18.386Z | Compiling zerovec-derive v0.11.2 |
| 1398 | 2026-08-14T17:07:18.608Z | Compiling displaydoc v0.2.5 |
| 1399 | 2026-08-14T17:07:19.329Z | Compiling tokio-macros v2.7.0 |
| 1400 | 2026-08-14T17:07:19.355Z | Compiling futures-macro v0.3.32 |
| 1401 | 2026-08-14T17:07:19.523Z | Compiling der_derive v0.7.3 |
| 1402 | 2026-08-14T17:07:19.569Z | Compiling zerofrom v0.1.6 |
| 1403 | 2026-08-14T17:07:19.699Z | Compiling yoke v0.8.1 |
| 1404 | 2026-08-14T17:07:19.735Z | Compiling block-buffer v0.10.4 |
| 1405 | 2026-08-14T17:07:19.886Z | Compiling zerovec v0.11.5 |
| 1406 | 2026-08-14T17:07:19.911Z | Compiling zerotrie v0.2.3 |
| 1407 | 2026-08-14T17:07:20.077Z | Compiling crypto-common v0.1.7 |
| 1408 | 2026-08-14T17:07:20.173Z | Compiling futures-util v0.3.32 |
| 1409 | 2026-08-14T17:07:20.212Z | Compiling digest v0.10.7 |
| 1410 | 2026-08-14T17:07:20.226Z | Compiling thiserror-impl v2.0.18 |
| 1411 | 2026-08-14T17:07:20.405Z | Compiling tinystr v0.8.2 |
| 1412 | 2026-08-14T17:07:20.459Z | Compiling potential_utf v0.1.4 |
| 1413 | 2026-08-14T17:07:20.508Z | Compiling der v0.7.10 |
| 1414 | 2026-08-14T17:07:20.611Z | Compiling icu_locale_core v2.1.1 |
| 1415 | 2026-08-14T17:07:20.633Z | Compiling icu_collections v2.1.1 |
| 1416 | 2026-08-14T17:07:21.111Z | Compiling openssl-sys v0.9.117 |
| 1417 | 2026-08-14T17:07:21.254Z | Compiling bytes v1.11.1 |
| 1418 | 2026-08-14T17:07:21.526Z | Compiling icu_provider v2.1.1 |
| 1419 | 2026-08-14T17:07:21.601Z | Compiling chrono v0.4.45 |
| 1420 | 2026-08-14T17:07:21.646Z | Compiling thiserror v2.0.18 |
| 1421 | 2026-08-14T17:07:21.759Z | Compiling icu_normalizer v2.1.1 |
| 1422 | 2026-08-14T17:07:21.774Z | Compiling icu_properties v2.1.2 |
| 1423 | 2026-08-14T17:07:21.827Z | Compiling tokio v1.52.1 |
| 1424 | 2026-08-14T17:07:21.876Z | Compiling http v1.4.2 |
| 1425 | 2026-08-14T17:07:22.301Z | Compiling ppv-lite86 v0.2.21 |
| 1426 | 2026-08-14T17:07:22.461Z | Compiling spki v0.7.3 |
| 1427 | 2026-08-14T17:07:22.485Z | Compiling tracing-attributes v0.1.31 |
| 1428 | 2026-08-14T17:07:22.630Z | Compiling idna_adapter v1.2.1 |
| 1429 | 2026-08-14T17:07:22.670Z | Compiling rand_chacha v0.9.0 |
| 1430 | 2026-08-14T17:07:22.773Z | Compiling idna v1.1.0 |
| 1431 | 2026-08-14T17:07:22.787Z | Compiling tracing-core v0.1.36 |
| 1432 | 2026-08-14T17:07:22.869Z | Compiling schemars v0.8.22 |
| 1433 | 2026-08-14T17:07:23.002Z | Compiling cpufeatures v0.2.17 |
| 1434 | 2026-08-14T17:07:23.076Z | Compiling url v2.5.8 |
| 1435 | 2026-08-14T17:07:23.091Z | Compiling aws-lc-rs v1.16.3 |
| 1436 | 2026-08-14T17:07:23.329Z | Compiling dyn-clone v1.0.20 |
| 1437 | 2026-08-14T17:07:23.375Z | Compiling rand v0.9.2 |
| 1438 | 2026-08-14T17:07:23.391Z | Compiling pkcs8 v0.10.2 |
| 1439 | 2026-08-14T17:07:23.415Z | Compiling http-body v1.0.1 |
| 1440 | 2026-08-14T17:07:23.524Z | Compiling rustls-pki-types v1.14.0 |
| 1441 | 2026-08-14T17:07:23.566Z | Compiling schemars_derive v0.8.22 |
| 1442 | 2026-08-14T17:07:23.763Z | Compiling tracing v0.1.44 |
| 1443 | 2026-08-14T17:07:23.857Z | Compiling spin v0.9.8 |
| 1444 | 2026-08-14T17:07:23.958Z | Compiling crc32fast v1.5.0 |
| 1445 | 2026-08-14T17:07:24.024Z | Compiling openssl-probe v0.2.1 |
| 1446 | 2026-08-14T17:07:24.064Z | Compiling httparse v1.10.1 |
| 1447 | 2026-08-14T17:07:24.102Z | Compiling tinyvec_macros v0.1.1 |
| 1448 | 2026-08-14T17:07:24.172Z | Compiling cmov v0.5.4 |
| 1449 | 2026-08-14T17:07:24.195Z | Compiling tinyvec v1.10.0 |
| 1450 | 2026-08-14T17:07:24.265Z | Compiling tempfile v3.25.0 |
| 1451 | 2026-08-14T17:07:24.378Z | Compiling ctutils v0.4.2 |
| 1452 | 2026-08-14T17:07:24.437Z | Compiling pest_generator v2.8.6 |
| 1453 | 2026-08-14T17:07:24.532Z | Compiling sha2 v0.10.9 |
| 1454 | 2026-08-14T17:07:24.605Z | Compiling aho-corasick v1.1.4 |
| 1455 | 2026-08-14T17:07:24.621Z | Compiling tower-service v0.3.3 |
| 1456 | 2026-08-14T17:07:24.719Z | Compiling atomic-waker v1.1.2 |
| 1457 | 2026-08-14T17:07:24.843Z | Compiling radium v0.7.0 |
| 1458 | 2026-08-14T17:07:25.087Z | Compiling untrusted v0.7.1 |
| 1459 | 2026-08-14T17:07:25.102Z | Compiling try-lock v0.2.5 |
| 1460 | 2026-08-14T17:07:25.208Z | Compiling tower-layer v0.3.3 |
| 1461 | 2026-08-14T17:07:25.212Z | Compiling want v0.3.1 |
| 1462 | 2026-08-14T17:07:25.370Z | Compiling regex-automata v0.4.14 |
| 1463 | 2026-08-14T17:07:25.393Z | Compiling pest_derive v2.8.6 |
| 1464 | 2026-08-14T17:07:25.808Z | Compiling tokio-util v0.7.18 |
| 1465 | 2026-08-14T17:07:25.841Z | Compiling hybrid-array v0.4.13 |
| 1466 | 2026-08-14T17:07:26.375Z | Compiling ipnet v2.11.0 |
| 1467 | 2026-08-14T17:07:26.457Z | Compiling scroll_derive v0.13.1 |
| 1468 | 2026-08-14T17:07:26.651Z | Compiling h2 v0.4.15 |
| 1469 | 2026-08-14T17:07:26.867Z | Compiling darling_core v0.20.11 |
| 1470 | 2026-08-14T17:07:26.883Z | Compiling openssl v0.10.80 |
| 1471 | 2026-08-14T17:07:27.112Z | Compiling maybe-uninit v2.0.0 |
| 1472 | 2026-08-14T17:07:27.248Z | Compiling rustls v0.23.41 |
| 1473 | 2026-08-14T17:07:27.377Z | Compiling httpdate v1.0.3 |
| 1474 | 2026-08-14T17:07:27.421Z | Compiling simd-adler32 v0.3.8 |
| 1475 | 2026-08-14T17:07:27.442Z | Compiling tap v1.0.1 |
| 1476 | 2026-08-14T17:07:27.469Z | Compiling untrusted v0.9.0 |
| 1477 | 2026-08-14T17:07:27.552Z | Compiling foreign-types-shared v0.1.1 |
| 1478 | 2026-08-14T17:07:27.590Z | Compiling wyz v0.5.1 |
| 1479 | 2026-08-14T17:07:27.637Z | Compiling foreign-types v0.3.2 |
| 1480 | 2026-08-14T17:07:27.651Z | Compiling scroll v0.13.0 |
| 1481 | 2026-08-14T17:07:27.709Z | Compiling unicode-normalization v0.1.25 |
| 1482 | 2026-08-14T17:07:27.877Z | Compiling rand_chacha v0.3.1 |
| 1483 | 2026-08-14T17:07:27.912Z | Compiling hex v0.4.3 |
| 1484 | 2026-08-14T17:07:28.156Z | Compiling signature v2.2.0 |
| 1485 | 2026-08-14T17:07:28.172Z | Compiling terminal_size v0.4.3 |
| 1486 | 2026-08-14T17:07:28.186Z | Compiling thiserror-impl v1.0.69 |
| 1487 | 2026-08-14T17:07:28.310Z | Compiling openssl-macros v0.1.1 |
| 1488 | 2026-08-14T17:07:28.333Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1489 | 2026-08-14T17:07:28.635Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1490 | 2026-08-14T17:07:28.698Z | Compiling num-integer v0.1.46 |
| 1491 | 2026-08-14T17:07:28.719Z | Compiling socket2 v0.5.10 |
| 1492 | 2026-08-14T17:07:28.909Z | Compiling wait-timeout v0.2.1 |
| 1493 | 2026-08-14T17:07:29.018Z | Compiling ahash v0.8.12 |
| 1494 | 2026-08-14T17:07:29.089Z | Compiling darling_macro v0.20.11 |
| 1495 | 2026-08-14T17:07:29.109Z | Compiling quick-error v1.2.3 |
| 1496 | 2026-08-14T17:07:29.168Z | Compiling time-core v0.1.8 |
| 1497 | 2026-08-14T17:07:29.215Z | Compiling num-conv v0.2.0 |
| 1498 | 2026-08-14T17:07:29.219Z | Compiling num-bigint-dig v0.8.6 |
| 1499 | 2026-08-14T17:07:29.316Z | Compiling bit-vec v0.8.0 |
| 1500 | 2026-08-14T17:07:29.348Z | Compiling native-tls v0.2.18 |
| 1501 | 2026-08-14T17:07:29.398Z | Compiling adler2 v2.0.1 |
| 1502 | 2026-08-14T17:07:29.402Z | Compiling packed_struct v0.10.1 |
| 1503 | 2026-08-14T17:07:29.425Z | Compiling funty v2.0.0 |
| 1504 | 2026-08-14T17:07:29.532Z | Compiling powerfmt v0.2.0 |
| 1505 | 2026-08-14T17:07:29.547Z | Compiling bit-set v0.8.0 |
| 1506 | 2026-08-14T17:07:29.571Z | Compiling darling v0.20.11 |
| 1507 | 2026-08-14T17:07:29.586Z | Compiling miniz_oxide v0.8.9 |
| 1508 | 2026-08-14T17:07:29.678Z | Compiling hyper v1.10.1 |
| 1509 | 2026-08-14T17:07:29.691Z | Compiling deranged v0.5.8 |
| 1510 | 2026-08-14T17:07:29.704Z | Compiling thiserror v1.0.69 |
| 1511 | 2026-08-14T17:07:29.731Z | Compiling time-macros v0.2.27 |
| 1512 | 2026-08-14T17:07:29.803Z | Compiling bitvec v1.0.1 |
| 1513 | 2026-08-14T17:07:29.986Z | Compiling clap_builder v4.6.0 |
| 1514 | 2026-08-14T17:07:30.231Z | Compiling rusty-fork v0.3.1 |
| 1515 | 2026-08-14T17:07:30.547Z | Compiling num-iter v0.1.45 |
| 1516 | 2026-08-14T17:07:30.763Z | Compiling hyper-util v0.1.20 |
| 1517 | 2026-08-14T17:07:31.255Z | Compiling rand v0.8.6 |
| 1518 | 2026-08-14T17:07:31.269Z | Compiling goblin v0.10.5 |
| 1519 | 2026-08-14T17:07:31.491Z | Compiling packed_struct_codegen v0.10.1 |
| 1520 | 2026-08-14T17:07:32.035Z | Compiling lazy_static v1.5.0 |
| 1521 | 2026-08-14T17:07:32.135Z | Compiling serde_spanned v0.6.9 |
| 1522 | 2026-08-14T17:07:32.285Z | Compiling toml_datetime v0.6.11 |
| 1523 | 2026-08-14T17:07:32.545Z | Compiling hmac v0.12.1 |
| 1524 | 2026-08-14T17:07:32.558Z | Compiling clap_derive v4.6.1 |
| 1525 | 2026-08-14T17:07:32.571Z | Compiling zerocopy-derive v0.6.6 |
| 1526 | 2026-08-14T17:07:32.700Z | Compiling bitfield-macros v0.19.4 |
| 1527 | 2026-08-14T17:07:32.942Z | Compiling anstyle-parse v0.2.7 |
| 1528 | 2026-08-14T17:07:33.127Z | Compiling rand_xorshift v0.4.0 |
| 1529 | 2026-08-14T17:07:33.298Z | Compiling sync_wrapper v1.0.2 |
| 1530 | 2026-08-14T17:07:33.393Z | Compiling indexmap v1.9.3 |
| 1531 | 2026-08-14T17:07:33.396Z | Compiling num_threads v0.1.7 |
| 1532 | 2026-08-14T17:07:33.420Z | Compiling unarray v0.1.4 |
| 1533 | 2026-08-14T17:07:33.503Z | Compiling crc-catalog v2.4.0 |
| 1534 | 2026-08-14T17:07:33.528Z | Compiling zlib-rs v0.6.2 |
| 1535 | 2026-08-14T17:07:33.574Z | Compiling usdt-impl v0.6.0 |
| 1536 | 2026-08-14T17:07:33.598Z | Compiling unicode-segmentation v1.12.0 |
| 1537 | 2026-08-14T17:07:33.637Z | Compiling siphasher v1.0.2 |
| 1538 | 2026-08-14T17:07:33.781Z | Compiling crossbeam-utils v0.8.21 |
| 1539 | 2026-08-14T17:07:33.823Z | Compiling nodrop v0.1.14 |
| 1540 | 2026-08-14T17:07:33.919Z | Compiling paste v1.0.15 |
| 1541 | 2026-08-14T17:07:33.970Z | Compiling dof v0.4.0 |
| 1542 | 2026-08-14T17:07:34.077Z | Compiling array-init v0.0.4 |
| 1543 | 2026-08-14T17:07:34.253Z | Compiling crc v3.4.0 |
| 1544 | 2026-08-14T17:07:34.268Z | Compiling clap v4.6.1 |
| 1545 | 2026-08-14T17:07:34.371Z | Compiling proptest v1.11.0 |
| 1546 | 2026-08-14T17:07:34.412Z | Compiling time v0.3.47 |
| 1547 | 2026-08-14T17:07:34.448Z | Compiling zerocopy v0.6.6 |
| 1548 | 2026-08-14T17:07:34.776Z | Compiling bitfield v0.19.4 |
| 1549 | 2026-08-14T17:07:35.067Z | Compiling tower v0.5.3 |
| 1550 | 2026-08-14T17:07:35.098Z | Compiling anstream v0.6.21 |
| 1551 | 2026-08-14T17:07:35.693Z | Compiling smallvec v0.6.14 |
| 1552 | 2026-08-14T17:07:36.021Z | Compiling derive_builder_core v0.20.2 |
| 1553 | 2026-08-14T17:07:36.162Z | Compiling dtrace-parser v0.3.0 |
| 1554 | 2026-08-14T17:07:36.690Z | Compiling flate2 v1.1.9 |
| 1555 | 2026-08-14T17:07:36.728Z | Compiling ipnetwork v0.21.1 |
| 1556 | 2026-08-14T17:07:36.856Z | Compiling pkcs1 v0.7.5 |
| 1557 | 2026-08-14T17:07:36.887Z | Compiling http-body-util v0.1.3 |
| 1558 | 2026-08-14T17:07:37.099Z | Compiling heapless v0.7.17 |
| 1559 | 2026-08-14T17:07:37.119Z | Compiling scroll_derive v0.12.1 |
| 1560 | 2026-08-14T17:07:37.133Z | Compiling structmeta-derive v0.3.0 |
| 1561 | 2026-08-14T17:07:37.159Z | Compiling slog v2.8.2 |
| 1562 | 2026-08-14T17:07:37.242Z | Compiling darling_core v0.23.0 |
| 1563 | 2026-08-14T17:07:37.343Z | Compiling thread-id v5.1.0 |
| 1564 | 2026-08-14T17:07:37.355Z | Compiling cookie v0.18.1 |
| 1565 | 2026-08-14T17:07:37.429Z | Compiling env_filter v1.0.0 |
| 1566 | 2026-08-14T17:07:37.531Z | Compiling unicode-properties v0.1.4 |
| 1567 | 2026-08-14T17:07:37.723Z | Compiling allocator-api2 v0.2.21 |
| 1568 | 2026-08-14T17:07:37.746Z | Compiling anyhow v1.0.102 |
| 1569 | 2026-08-14T17:07:37.769Z | Compiling signal-hook v0.3.18 |
| 1570 | 2026-08-14T17:07:37.939Z | Compiling ryu v1.0.23 |
| 1571 | 2026-08-14T17:07:38.050Z | Compiling winnow v0.5.40 |
| 1572 | 2026-08-14T17:07:38.061Z | Compiling iri-string v0.7.10 |
| 1573 | 2026-08-14T17:07:38.135Z | Compiling hashbrown v0.12.3 |
| 1574 | 2026-08-14T17:07:38.190Z | Compiling zstd-safe v7.2.4 |
| 1575 | 2026-08-14T17:07:38.389Z | Compiling base64 v0.21.7 |
| 1576 | 2026-08-14T17:07:38.603Z | Compiling unicode-bidi v0.3.18 |
| 1577 | 2026-08-14T17:07:38.702Z | Compiling ron v0.8.1 |
| 1578 | 2026-08-14T17:07:39.127Z | Compiling stringprep v0.1.5 |
| 1579 | 2026-08-14T17:07:39.464Z | Compiling toml_edit v0.19.15 |
| 1580 | 2026-08-14T17:07:39.546Z | Compiling tower-http v0.6.8 |
| 1581 | 2026-08-14T17:07:39.645Z | Compiling structmeta v0.3.0 |
| 1582 | 2026-08-14T17:07:39.703Z | Compiling darling_macro v0.23.0 |
| 1583 | 2026-08-14T17:07:39.852Z | Compiling serde_urlencoded v0.7.1 |
| 1584 | 2026-08-14T17:07:39.959Z | Compiling scroll v0.12.0 |
| 1585 | 2026-08-14T17:07:40.099Z | Compiling env_logger v0.11.9 |
| 1586 | 2026-08-14T17:07:40.271Z | Compiling rsa v0.9.10 |
| 1587 | 2026-08-14T17:07:40.356Z | Compiling oxnet v0.1.6 |
| 1588 | 2026-08-14T17:07:40.443Z | Compiling derive_builder_macro v0.20.2 |
| 1589 | 2026-08-14T17:07:40.755Z | Compiling newtype-uuid v1.3.2 |
| 1590 | 2026-08-14T17:07:40.780Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1591 | 2026-08-14T17:07:40.972Z | Compiling hashbrown v0.13.2 |
| 1592 | 2026-08-14T17:07:41.016Z | Compiling bzip2 v0.4.4 |
| 1593 | 2026-08-14T17:07:41.137Z | Compiling serde-hex v0.1.0 |
| 1594 | 2026-08-14T17:07:41.230Z | Compiling tokio-native-tls v0.3.1 |
| 1595 | 2026-08-14T17:07:41.413Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1596 | 2026-08-14T17:07:41.464Z | Compiling camino v1.2.2 |
| 1597 | 2026-08-14T17:07:42.081Z | Compiling heck v0.4.1 |
| 1598 | 2026-08-14T17:07:42.112Z | Compiling bstr v1.12.1 |
| 1599 | 2026-08-14T17:07:42.310Z | Compiling block-padding v0.4.2 |
| 1600 | 2026-08-14T17:07:42.339Z | Compiling crypto-common v0.2.2 |
| 1601 | 2026-08-14T17:07:42.475Z | Compiling block-buffer v0.12.1 |
| 1602 | 2026-08-14T17:07:42.678Z | Compiling rustls-native-certs v0.8.3 |
| 1603 | 2026-08-14T17:07:42.747Z | Compiling x509-cert v0.2.5 |
| 1604 | 2026-08-14T17:07:42.867Z | Compiling serde_tokenstream v0.2.3 |
| 1605 | 2026-08-14T17:07:42.960Z | Compiling erased-serde v0.3.31 |
| 1606 | 2026-08-14T17:07:43.174Z | Compiling md-5 v0.10.6 |
| 1607 | 2026-08-14T17:07:43.341Z | Compiling curve25519-dalek v4.1.3 |
| 1608 | 2026-08-14T17:07:43.356Z | Compiling daft-derive v0.1.7 |
| 1609 | 2026-08-14T17:07:43.447Z | Compiling async-trait v0.1.89 |
| 1610 | 2026-08-14T17:07:43.676Z | Compiling pin-project-internal v1.1.11 |
| 1611 | 2026-08-14T17:07:44.058Z | Compiling zerocopy-derive v0.7.35 |
| 1612 | 2026-08-14T17:07:44.077Z | Compiling vergen-lib v9.1.0 |
| 1613 | 2026-08-14T17:07:44.254Z | Compiling hash32 v0.2.1 |
| 1614 | 2026-08-14T17:07:44.363Z | Compiling memoffset v0.9.1 |
| 1615 | 2026-08-14T17:07:44.445Z | Compiling encoding_rs v0.8.35 |
| 1616 | 2026-08-14T17:07:44.460Z | Compiling ref-cast v1.0.25 |
| 1617 | 2026-08-14T17:07:44.553Z | Compiling rustix v0.38.44 |
| 1618 | 2026-08-14T17:07:44.759Z | Compiling psl-types v2.0.11 |
| 1619 | 2026-08-14T17:07:44.778Z | Compiling crc-any v2.5.0 |
| 1620 | 2026-08-14T17:07:44.890Z | Compiling cfg_aliases v0.2.1 |
| 1621 | 2026-08-14T17:07:44.905Z | Compiling litrs v1.0.0 |
| 1622 | 2026-08-14T17:07:44.918Z | Compiling mime v0.3.17 |
| 1623 | 2026-08-14T17:07:44.963Z | Compiling fallible-iterator v0.2.0 |
| 1624 | 2026-08-14T17:07:45.012Z | Compiling smoltcp v0.9.1 |
| 1625 | 2026-08-14T17:07:45.172Z | Compiling nix v0.31.2 |
| 1626 | 2026-08-14T17:07:45.197Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1627 | 2026-08-14T17:07:45.276Z | Compiling postgres-protocol v0.6.10 |
| 1628 | 2026-08-14T17:07:45.331Z | Compiling zerocopy v0.7.35 |
| 1629 | 2026-08-14T17:07:45.390Z | Compiling document-features v0.2.12 |
| 1630 | 2026-08-14T17:07:45.446Z | Compiling publicsuffix v2.3.0 |
| 1631 | 2026-08-14T17:07:45.531Z | Compiling pin-project v1.1.11 |
| 1632 | 2026-08-14T17:07:45.749Z | Compiling daft v0.1.7 |
| 1633 | 2026-08-14T17:07:45.913Z | Compiling inout v0.2.2 |
| 1634 | 2026-08-14T17:07:45.951Z | Compiling snafu-derive v0.8.9 |
| 1635 | 2026-08-14T17:07:45.974Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1636 | 2026-08-14T17:07:46.036Z | Compiling object v0.30.4 |
| 1637 | 2026-08-14T17:07:46.109Z | Compiling hyper-tls v0.6.0 |
| 1638 | 2026-08-14T17:07:46.147Z | Compiling zip v0.6.6 |
| 1639 | 2026-08-14T17:07:46.256Z | Compiling derive_builder v0.20.2 |
| 1640 | 2026-08-14T17:07:46.313Z | Compiling toml v0.7.8 |
| 1641 | 2026-08-14T17:07:46.385Z | Compiling darling v0.23.0 |
| 1642 | 2026-08-14T17:07:46.541Z | Compiling goblin v0.8.2 |
| 1643 | 2026-08-14T17:07:47.000Z | Compiling derive-ex v0.1.8 |
| 1644 | 2026-08-14T17:07:47.075Z | Compiling phf_shared v0.13.1 |
| 1645 | 2026-08-14T17:07:47.196Z | Compiling regex v1.12.3 |
| 1646 | 2026-08-14T17:07:47.318Z | Compiling hubpack_derive v0.1.1 |
| 1647 | 2026-08-14T17:07:47.615Z | Compiling futures-executor v0.3.32 |
| 1648 | 2026-08-14T17:07:47.767Z | Compiling strum_macros v0.27.2 |
| 1649 | 2026-08-14T17:07:47.853Z | Compiling ref-cast-impl v1.0.25 |
| 1650 | 2026-08-14T17:07:47.879Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1651 | 2026-08-14T17:07:48.396Z | Compiling vergen v9.1.0 |
| 1652 | 2026-08-14T17:07:48.510Z | Compiling cargo-platform v0.3.2 |
| 1653 | 2026-08-14T17:07:48.579Z | Compiling ff v0.13.1 |
| 1654 | 2026-08-14T17:07:48.630Z | Compiling fs-err v3.3.0 |
| 1655 | 2026-08-14T17:07:48.721Z | Compiling libbz2-rs-sys v0.2.2 |
| 1656 | 2026-08-14T17:07:48.782Z | Compiling jiff-core v0.1.0 |
| 1657 | 2026-08-14T17:07:48.818Z | Compiling foldhash v0.2.0 |
| 1658 | 2026-08-14T17:07:48.862Z | Compiling managed v0.8.0 |
| 1659 | 2026-08-14T17:07:49.041Z | Compiling same-file v1.0.6 |
| 1660 | 2026-08-14T17:07:49.084Z | Compiling bumpalo v3.20.2 |
| 1661 | 2026-08-14T17:07:49.208Z | Compiling base16ct v0.2.0 |
| 1662 | 2026-08-14T17:07:49.335Z | Compiling bitflags v1.3.2 |
| 1663 | 2026-08-14T17:07:49.380Z | Compiling foldhash v0.1.5 |
| 1664 | 2026-08-14T17:07:49.394Z | Compiling path-slash v0.1.5 |
| 1665 | 2026-08-14T17:07:49.413Z | Compiling object v0.37.3 |
| 1666 | 2026-08-14T17:07:49.522Z | Compiling jiff v0.2.34 |
| 1667 | 2026-08-14T17:07:49.550Z | Compiling hashbrown v0.15.5 |
| 1668 | 2026-08-14T17:07:49.691Z | Compiling strum v0.27.2 |
| 1669 | 2026-08-14T17:07:49.723Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1670 | 2026-08-14T17:07:49.846Z | Compiling sec1 v0.7.3 |
| 1671 | 2026-08-14T17:07:49.954Z | Compiling zopfli v0.8.3 |
| 1672 | 2026-08-14T17:07:50.107Z | Compiling walkdir v2.5.0 |
| 1673 | 2026-08-14T17:07:50.107Z | Compiling bzip2 v0.6.1 |
| 1674 | 2026-08-14T17:07:50.327Z | Compiling hashbrown v0.16.1 |
| 1675 | 2026-08-14T17:07:50.576Z | Compiling dof v0.3.0 |
| 1676 | 2026-08-14T17:07:50.595Z | Compiling group v0.13.0 |
| 1677 | 2026-08-14T17:07:50.612Z | Compiling cargo_metadata v0.23.1 |
| 1678 | 2026-08-14T17:07:50.779Z | Compiling test-strategy v0.4.5 |
| 1679 | 2026-08-14T17:07:51.230Z | Compiling snafu v0.8.9 |
| 1680 | 2026-08-14T17:07:51.286Z | Compiling hubpack v0.1.2 |
| 1681 | 2026-08-14T17:07:51.508Z | Compiling futures v0.3.32 |
| 1682 | 2026-08-14T17:07:51.591Z | Compiling phf v0.13.1 |
| 1683 | 2026-08-14T17:07:51.606Z | Compiling signal-hook-mio v0.2.5 |
| 1684 | 2026-08-14T17:07:51.757Z | Compiling cookie_store v0.22.1 |
| 1685 | 2026-08-14T17:07:53.011Z | Compiling zstd v0.13.3 |
| 1686 | 2026-08-14T17:07:53.014Z | Compiling serde_with_macros v3.21.0 |
| 1687 | 2026-08-14T17:07:53.014Z | Compiling reqwest v0.12.28 |
| 1688 | 2026-08-14T17:07:53.014Z | Compiling cipher v0.5.2 |
| 1689 | 2026-08-14T17:07:53.014Z | Compiling postgres-types v0.2.12 |
| 1690 | 2026-08-14T17:07:53.073Z | Compiling usdt-attr-macro v0.6.0 |
| 1691 | 2026-08-14T17:07:53.112Z | Compiling usdt-macro v0.6.0 |
| 1692 | 2026-08-14T17:07:53.230Z | Compiling globset v0.4.18 |
| 1693 | 2026-08-14T17:07:53.717Z | Compiling phf_shared v0.11.3 |
| 1694 | 2026-08-14T17:07:53.872Z | Compiling hkdf v0.12.4 |
| 1695 | 2026-08-14T17:07:53.875Z | Compiling dtrace-parser v0.2.0 |
| 1696 | 2026-08-14T17:07:53.904Z | Compiling ed25519 v2.2.3 |
| 1697 | 2026-08-14T17:07:53.908Z | Compiling byte-wrapper v0.1.0 |
| 1698 | 2026-08-14T17:07:53.986Z | Compiling olpc-cjson v0.1.4 |
| 1699 | 2026-08-14T17:07:54.041Z | Compiling serde_plain v1.0.2 |
| 1700 | 2026-08-14T17:07:54.521Z | Compiling serde-big-array v0.5.1 |
| 1701 | 2026-08-14T17:07:54.524Z | Compiling crypto-bigint v0.5.5 |
| 1702 | 2026-08-14T17:07:54.524Z | Compiling serde_repr v0.1.20 |
| 1703 | 2026-08-14T17:07:54.524Z | Compiling strum_macros v0.26.4 |
| 1704 | 2026-08-14T17:07:54.524Z | Compiling async-recursion v1.1.1 |
| 1705 | 2026-08-14T17:07:54.608Z | Compiling enum-as-inner v0.6.1 |
| 1706 | 2026-08-14T17:07:54.783Z | Compiling pem v3.0.6 |
| 1707 | 2026-08-14T17:07:54.797Z | Compiling float-cmp v0.10.0 |
| 1708 | 2026-08-14T17:07:54.945Z | Compiling thread-id v4.2.2 |
| 1709 | 2026-08-14T17:07:54.959Z | Compiling memmap2 v0.9.10 |
| 1710 | 2026-08-14T17:07:55.036Z | Compiling difflib v0.4.0 |
| 1711 | 2026-08-14T17:07:55.108Z | Compiling cpufeatures v0.3.0 |
| 1712 | 2026-08-14T17:07:55.108Z | Compiling winnow v1.0.3 |
| 1713 | 2026-08-14T17:07:55.173Z | Compiling precomputed-hash v0.1.1 |
| 1714 | 2026-08-14T17:07:55.202Z | Compiling typed-path v0.9.3 |
| 1715 | 2026-08-14T17:07:55.269Z | Compiling predicates-core v1.0.10 |
| 1716 | 2026-08-14T17:07:55.453Z | Compiling either v1.15.0 |
| 1717 | 2026-08-14T17:07:55.587Z | Compiling keccak v0.1.6 |
| 1718 | 2026-08-14T17:07:55.674Z | Compiling new_debug_unreachable v1.0.6 |
| 1719 | 2026-08-14T17:07:55.743Z | Compiling fixedbitset v0.5.7 |
| 1720 | 2026-08-14T17:07:56.027Z | Compiling static_assertions v1.1.0 |
| 1721 | 2026-08-14T17:07:56.041Z | Compiling data-encoding v2.10.0 |
| 1722 | 2026-08-14T17:07:56.069Z | Compiling normalize-line-endings v0.3.0 |
| 1723 | 2026-08-14T17:07:56.111Z | Compiling fixedbitset v0.4.2 |
| 1724 | 2026-08-14T17:07:56.168Z | Compiling whoami v2.1.0 |
| 1725 | 2026-08-14T17:07:56.192Z | Compiling const-oid v0.10.2 |
| 1726 | 2026-08-14T17:07:56.331Z | Compiling hickory-proto v0.25.2 |
| 1727 | 2026-08-14T17:07:56.353Z | Compiling digest v0.11.3 |
| 1728 | 2026-08-14T17:07:56.399Z | Compiling tokio-postgres v0.7.16 |
| 1729 | 2026-08-14T17:07:56.414Z | Compiling petgraph v0.6.5 |
| 1730 | 2026-08-14T17:07:56.441Z | Compiling predicates v3.1.4 |
| 1731 | 2026-08-14T17:07:56.554Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1732 | 2026-08-14T17:07:56.578Z | Compiling strum v0.26.3 |
| 1733 | 2026-08-14T17:07:56.711Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1734 | 2026-08-14T17:07:56.735Z | Compiling petgraph v0.8.3 |
| 1735 | 2026-08-14T17:07:57.077Z | Compiling sha3 v0.10.8 |
| 1736 | 2026-08-14T17:07:57.347Z | Compiling string_cache v0.8.9 |
| 1737 | 2026-08-14T17:07:57.531Z | Compiling itertools v0.13.0 |
| 1738 | 2026-08-14T17:07:57.591Z | Compiling toml_edit v0.22.27 |
| 1739 | 2026-08-14T17:07:57.933Z | Compiling elliptic-curve v0.13.8 |
| 1740 | 2026-08-14T17:07:58.308Z | Compiling chacha20 v0.10.0 |
| 1741 | 2026-08-14T17:07:58.637Z | Compiling usdt v0.6.0 |
| 1742 | 2026-08-14T17:07:58.688Z | Compiling usdt-impl v0.5.0 |
| 1743 | 2026-08-14T17:07:58.695Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1744 | 2026-08-14T17:07:58.760Z | Compiling ed25519-dalek v2.2.0 |
| 1745 | 2026-08-14T17:07:58.902Z | Compiling crossterm v0.28.1 |
| 1746 | 2026-08-14T17:07:59.256Z | Compiling serde_with v3.21.0 |
| 1747 | 2026-08-14T17:07:59.306Z | Compiling zip v4.6.1 |
| 1748 | 2026-08-14T17:08:00.169Z | Compiling iddqd v0.4.2 |
| 1749 | 2026-08-14T17:08:00.539Z | Compiling similar v2.7.0 |
| 1750 | 2026-08-14T17:08:00.634Z | Compiling crossbeam-epoch v0.9.18 |
| 1751 | 2026-08-14T17:08:00.905Z | Compiling tokio-stream v0.1.18 |
| 1752 | 2026-08-14T17:08:00.982Z | Compiling buf-list v1.1.2 |
| 1753 | 2026-08-14T17:08:00.996Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1754 | 2026-08-14T17:08:01.076Z | Compiling openapiv3 v2.2.0 |
| 1755 | 2026-08-14T17:08:01.258Z | Compiling lalrpop-util v0.19.12 |
| 1756 | 2026-08-14T17:08:01.295Z | Compiling peg-runtime v0.8.5 |
| 1757 | 2026-08-14T17:08:01.386Z | Compiling thread_local v1.1.9 |
| 1758 | 2026-08-14T17:08:01.408Z | Compiling slog-async v2.8.0 |
| 1759 | 2026-08-14T17:08:01.456Z | Compiling crossbeam-channel v0.5.15 |
| 1760 | 2026-08-14T17:08:01.473Z | Compiling filetime v0.2.27 |
| 1761 | 2026-08-14T17:08:01.597Z | Compiling is-terminal v0.4.17 |
| 1762 | 2026-08-14T17:08:01.661Z | Compiling term v1.2.1 |
| 1763 | 2026-08-14T17:08:01.679Z | Compiling xattr v1.6.1 |
| 1764 | 2026-08-14T17:08:01.689Z | Compiling take_mut v0.2.2 |
| 1765 | 2026-08-14T17:08:01.723Z | Compiling camino-tempfile v1.4.1 |
| 1766 | 2026-08-14T17:08:01.796Z | Compiling tar v0.4.46 |
| 1767 | 2026-08-14T17:08:01.915Z | Compiling slog-term v2.9.2 |
| 1768 | 2026-08-14T17:08:08.187Z | Compiling rustls-webpki v0.103.13 |
| 1769 | 2026-08-14T17:08:10.853Z | Compiling tokio-rustls v0.26.4 |
| 1770 | 2026-08-14T17:08:10.853Z | Compiling rustls-platform-verifier v0.6.2 |
| 1771 | 2026-08-14T17:08:10.858Z | Compiling tough v0.22.0 |
| 1772 | 2026-08-14T17:08:11.076Z | Compiling hyper-rustls v0.27.7 |
| 1773 | 2026-08-14T17:08:11.277Z | Compiling reqwest v0.13.2 |
| 1774 | 2026-08-14T17:08:13.480Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1775 | 2026-08-14T17:08:13.695Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1776 | 2026-08-14T17:08:16.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 1777 | 2026-08-14T17:08:16.800Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1778 | 2026-08-14T17:08:16.854Z | Aug 14 17:08:15.542 INFO Starting download, target: Cockroach |
| 1779 | 2026-08-14T17:08:16.854Z | Aug 14 17:08:15.543 INFO Starting download, target: Clickhouse |
| 1780 | 2026-08-14T17:08:16.854Z | Aug 14 17:08:15.543 INFO Starting download, target: Console |
| 1781 | 2026-08-14T17:08:16.854Z | Aug 14 17:08:15.543 INFO Starting download, target: DendriteStub |
| 1782 | 2026-08-14T17:08:16.854Z | Aug 14 17:08:15.543 INFO Starting download, target: MaghemiteMgd |
| 1783 | 2026-08-14T17:08:16.854Z | Aug 14 17:08:15.543 INFO Starting download, target: TransceiverControl |
| 1784 | 2026-08-14T17:08:16.858Z | Aug 14 17:08:15.543 INFO Starting download, target: MaghemiteDdmd |
| 1785 | 2026-08-14T17:08:16.858Z | Aug 14 17:08:15.543 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1786 | 2026-08-14T17:08:16.858Z | Aug 14 17:08:15.543 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1787 | 2026-08-14T17:08:16.858Z | Aug 14 17:08:15.543 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1788 | 2026-08-14T17:08:16.858Z | Aug 14 17:08:15.543 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1789 | 2026-08-14T17:08:16.858Z | Aug 14 17:08:15.543 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1790 | 2026-08-14T17:08:16.858Z | Aug 14 17:08:15.543 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1791 | 2026-08-14T17:08:16.858Z | Aug 14 17:08:15.543 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1792 | 2026-08-14T17:08:18.868Z | Aug 14 17:08:17.541 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1793 | 2026-08-14T17:08:18.915Z | Aug 14 17:08:17.579 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1794 | 2026-08-14T17:08:18.941Z | Aug 14 17:08:17.625 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1795 | 2026-08-14T17:08:19.060Z | Aug 14 17:08:17.747 INFO Download complete, target: TransceiverControl |
| 1796 | 2026-08-14T17:08:19.184Z | Aug 14 17:08:17.868 INFO Download complete, target: Console |
| 1797 | 2026-08-14T17:08:20.330Z | Aug 14 17:08:18.982 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1798 | 2026-08-14T17:08:20.383Z | Aug 14 17:08:19.010 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1799 | 2026-08-14T17:08:20.678Z | Aug 14 17:08:19.367 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1800 | 2026-08-14T17:08:21.417Z | Aug 14 17:08:20.106 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1801 | 2026-08-14T17:08:21.417Z | Aug 14 17:08:20.106 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1802 | 2026-08-14T17:08:22.249Z | Aug 14 17:08:20.938 INFO Download complete, target: MaghemiteDdmd |
| 1803 | 2026-08-14T17:08:22.719Z | Aug 14 17:08:21.407 INFO Download complete, target: DendriteStub |
| 1804 | 2026-08-14T17:08:23.091Z | Aug 14 17:08:21.779 INFO Download complete, target: MaghemiteMgd |
| 1805 | 2026-08-14T17:08:25.442Z | Aug 14 17:08:24.131 INFO Checking that binary works, target: Clickhouse |
| 1806 | 2026-08-14T17:08:25.567Z | Aug 14 17:08:24.254 INFO Download complete, target: Clickhouse |
| 1807 | 2026-08-14T17:08:25.995Z | Aug 14 17:08:24.667 INFO Checking that binary works, target: Cockroach |
| 1808 | 2026-08-14T17:08:26.091Z | Aug 14 17:08:24.778 INFO Download complete, target: Cockroach |
| 1809 | 2026-08-14T17:08:26.104Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1810 | 2026-08-14T17:08:26.113Z | |
| 1811 | 2026-08-14T17:08:26.113Z | real 2:08.577118441 |
| 1812 | 2026-08-14T17:08:26.113Z | user 7:07.252923763 |
| 1813 | 2026-08-14T17:08:26.113Z | sys 1:25.974165902 |
| 1814 | 2026-08-14T17:08:26.113Z | trap 0.245198104 |
| 1815 | 2026-08-14T17:08:26.113Z | tflt 0.545296033 |
| 1816 | 2026-08-14T17:08:26.113Z | dflt 0.849234066 |
| 1817 | 2026-08-14T17:08:26.113Z | kflt 0.023834470 |
| 1818 | 2026-08-14T17:08:26.113Z | lock 27:04.746674027 |
| 1819 | 2026-08-14T17:08:26.113Z | slp 21:37.377326328 |
| 1820 | 2026-08-14T17:08:26.113Z | lat 44.698923739 |
| 1821 | 2026-08-14T17:08:26.113Z | stop 2:34.973087328 |
| 1822 | 2026-08-14T17:08:26.113Z | + banner hack-check |
| 1823 | 2026-08-14T17:08:26.114Z | |
| 1824 | 2026-08-14T17:08:26.114Z | # # ## #### # # #### # # ###### #### # # |
| 1825 | 2026-08-14T17:08:26.114Z | # # # # # # # # # # # # # # # # # |
| 1826 | 2026-08-14T17:08:26.114Z | ###### # # # #### ##### # ###### ##### # #### |
| 1827 | 2026-08-14T17:08:26.114Z | # # ###### # # # # # # # # # # |
| 1828 | 2026-08-14T17:08:26.114Z | # # # # # # # # # # # # # # # # # |
| 1829 | 2026-08-14T17:08:26.114Z | # # # # #### # # #### # # ###### #### # # |
| 1830 | 2026-08-14T17:08:26.114Z | |
| 1831 | 2026-08-14T17:08:26.114Z | + export CARGO_INCREMENTAL=0 |
| 1832 | 2026-08-14T17:08:26.114Z | + CARGO_INCREMENTAL=0 |
| 1833 | 2026-08-14T17:08:26.114Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1834 | 2026-08-14T17:08:26.601Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1835 | 2026-08-14T17:08:26.891Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1836 | 2026-08-14T17:08:28.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s |
| 1837 | 2026-08-14T17:08:28.761Z | Running `target/debug/xtask check-features --ci` |
| 1838 | 2026-08-14T17:08:28.787Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1839 | 2026-08-14T17:08:28.791Z | running: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1840 | 2026-08-14T17:08:29.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1841 | 2026-08-14T17:08:29.236Z | Running `target/debug/xtask download cargo-hack` |
| 1842 | 2026-08-14T17:08:30.024Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1843 | 2026-08-14T17:08:30.330Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1844 | 2026-08-14T17:08:32.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.65s |
| 1845 | 2026-08-14T17:08:33.087Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1846 | 2026-08-14T17:08:33.124Z | Aug 14 17:08:31.813 INFO Starting download, target: CargoHack |
| 1847 | 2026-08-14T17:08:33.128Z | Aug 14 17:08:31.813 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1848 | 2026-08-14T17:08:33.534Z | Aug 14 17:08:32.223 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1849 | 2026-08-14T17:08:33.582Z | Aug 14 17:08:32.270 INFO Download complete, target: CargoHack |
| 1850 | 2026-08-14T17:08:33.592Z | running: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1851 | 2026-08-14T17:08:33.597Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1852 | 2026-08-14T17:08:33.757Z | info: running `cargo check --bins` on api_identity (1/335) |
| 1853 | 2026-08-14T17:08:34.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1854 | 2026-08-14T17:08:34.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1855 | 2026-08-14T17:08:34.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1856 | 2026-08-14T17:08:34.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1857 | 2026-08-14T17:08:34.295Z | |
| 1858 | 2026-08-14T17:08:34.295Z | info: running `cargo check --bins` on bootstore (2/335) |
| 1859 | 2026-08-14T17:08:34.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1860 | 2026-08-14T17:08:34.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1861 | 2026-08-14T17:08:34.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1862 | 2026-08-14T17:08:34.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1863 | 2026-08-14T17:08:34.840Z | |
| 1864 | 2026-08-14T17:08:34.840Z | info: running `cargo check --bins` on omicron-ledger (3/335) |
| 1865 | 2026-08-14T17:08:35.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1866 | 2026-08-14T17:08:35.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1867 | 2026-08-14T17:08:35.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1868 | 2026-08-14T17:08:35.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1869 | 2026-08-14T17:08:35.384Z | |
| 1870 | 2026-08-14T17:08:35.384Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/335) |
| 1871 | 2026-08-14T17:08:35.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1872 | 2026-08-14T17:08:35.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1873 | 2026-08-14T17:08:35.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1874 | 2026-08-14T17:08:35.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1875 | 2026-08-14T17:08:35.930Z | |
| 1876 | 2026-08-14T17:08:35.930Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/335) |
| 1877 | 2026-08-14T17:08:36.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1878 | 2026-08-14T17:08:36.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1879 | 2026-08-14T17:08:36.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1880 | 2026-08-14T17:08:36.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1881 | 2026-08-14T17:08:36.479Z | |
| 1882 | 2026-08-14T17:08:36.479Z | info: running `cargo check --bins` on omicron-certificates (6/335) |
| 1883 | 2026-08-14T17:08:36.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1884 | 2026-08-14T17:08:36.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1885 | 2026-08-14T17:08:36.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1886 | 2026-08-14T17:08:36.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1887 | 2026-08-14T17:08:37.109Z | |
| 1888 | 2026-08-14T17:08:37.109Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/335) |
| 1889 | 2026-08-14T17:08:37.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1890 | 2026-08-14T17:08:37.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1891 | 2026-08-14T17:08:37.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1892 | 2026-08-14T17:08:37.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1893 | 2026-08-14T17:08:37.587Z | |
| 1894 | 2026-08-14T17:08:37.587Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/335) |
| 1895 | 2026-08-14T17:08:38.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1896 | 2026-08-14T17:08:38.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1897 | 2026-08-14T17:08:38.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1898 | 2026-08-14T17:08:38.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1899 | 2026-08-14T17:08:38.144Z | |
| 1900 | 2026-08-14T17:08:38.144Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/335) |
| 1901 | 2026-08-14T17:08:38.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1902 | 2026-08-14T17:08:38.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1903 | 2026-08-14T17:08:38.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1904 | 2026-08-14T17:08:38.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1905 | 2026-08-14T17:08:38.565Z | |
| 1906 | 2026-08-14T17:08:38.565Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/335) |
| 1907 | 2026-08-14T17:08:38.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1908 | 2026-08-14T17:08:38.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1909 | 2026-08-14T17:08:38.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1910 | 2026-08-14T17:08:38.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1911 | 2026-08-14T17:08:38.981Z | |
| 1912 | 2026-08-14T17:08:38.981Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/335) |
| 1913 | 2026-08-14T17:08:39.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1914 | 2026-08-14T17:08:39.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1915 | 2026-08-14T17:08:39.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1916 | 2026-08-14T17:08:39.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1917 | 2026-08-14T17:08:39.398Z | |
| 1918 | 2026-08-14T17:08:39.398Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/335) |
| 1919 | 2026-08-14T17:08:39.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1920 | 2026-08-14T17:08:39.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1921 | 2026-08-14T17:08:39.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1922 | 2026-08-14T17:08:39.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1923 | 2026-08-14T17:08:39.816Z | |
| 1924 | 2026-08-14T17:08:39.817Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/335) |
| 1925 | 2026-08-14T17:08:40.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1926 | 2026-08-14T17:08:40.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1927 | 2026-08-14T17:08:40.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1928 | 2026-08-14T17:08:40.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1929 | 2026-08-14T17:08:40.232Z | |
| 1930 | 2026-08-14T17:08:40.232Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/335) |
| 1931 | 2026-08-14T17:08:40.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1932 | 2026-08-14T17:08:40.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1933 | 2026-08-14T17:08:40.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1934 | 2026-08-14T17:08:40.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1935 | 2026-08-14T17:08:40.646Z | |
| 1936 | 2026-08-14T17:08:40.646Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/335) |
| 1937 | 2026-08-14T17:08:41.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1938 | 2026-08-14T17:08:41.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1939 | 2026-08-14T17:08:41.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1940 | 2026-08-14T17:08:41.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1941 | 2026-08-14T17:08:41.058Z | |
| 1942 | 2026-08-14T17:08:41.058Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/335) |
| 1943 | 2026-08-14T17:08:41.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1944 | 2026-08-14T17:08:41.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1945 | 2026-08-14T17:08:41.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1946 | 2026-08-14T17:08:41.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1947 | 2026-08-14T17:08:41.470Z | |
| 1948 | 2026-08-14T17:08:41.470Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/335) |
| 1949 | 2026-08-14T17:08:41.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1950 | 2026-08-14T17:08:41.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1951 | 2026-08-14T17:08:41.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1952 | 2026-08-14T17:08:41.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1953 | 2026-08-14T17:08:41.883Z | |
| 1954 | 2026-08-14T17:08:41.883Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/335) |
| 1955 | 2026-08-14T17:08:42.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1956 | 2026-08-14T17:08:42.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1957 | 2026-08-14T17:08:42.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1958 | 2026-08-14T17:08:42.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1959 | 2026-08-14T17:08:42.299Z | |
| 1960 | 2026-08-14T17:08:42.299Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/335) |
| 1961 | 2026-08-14T17:08:42.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1962 | 2026-08-14T17:08:42.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1963 | 2026-08-14T17:08:42.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1964 | 2026-08-14T17:08:42.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1965 | 2026-08-14T17:08:42.752Z | |
| 1966 | 2026-08-14T17:08:42.752Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/335) |
| 1967 | 2026-08-14T17:08:43.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1968 | 2026-08-14T17:08:43.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1969 | 2026-08-14T17:08:43.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1970 | 2026-08-14T17:08:43.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1971 | 2026-08-14T17:08:43.132Z | |
| 1972 | 2026-08-14T17:08:43.132Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/335) |
| 1973 | 2026-08-14T17:08:43.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1974 | 2026-08-14T17:08:43.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1975 | 2026-08-14T17:08:43.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1976 | 2026-08-14T17:08:43.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1977 | 2026-08-14T17:08:43.547Z | |
| 1978 | 2026-08-14T17:08:43.547Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/335) |
| 1979 | 2026-08-14T17:08:43.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1980 | 2026-08-14T17:08:43.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1981 | 2026-08-14T17:08:43.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1982 | 2026-08-14T17:08:43.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1983 | 2026-08-14T17:08:43.963Z | |
| 1984 | 2026-08-14T17:08:43.963Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/335) |
| 1985 | 2026-08-14T17:08:44.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1986 | 2026-08-14T17:08:44.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1987 | 2026-08-14T17:08:44.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1988 | 2026-08-14T17:08:44.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1989 | 2026-08-14T17:08:44.379Z | |
| 1990 | 2026-08-14T17:08:44.379Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/335) |
| 1991 | 2026-08-14T17:08:44.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1992 | 2026-08-14T17:08:44.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1993 | 2026-08-14T17:08:44.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1994 | 2026-08-14T17:08:44.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1995 | 2026-08-14T17:08:44.794Z | |
| 1996 | 2026-08-14T17:08:44.794Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/335) |
| 1997 | 2026-08-14T17:08:45.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1998 | 2026-08-14T17:08:45.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1999 | 2026-08-14T17:08:45.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2000 | 2026-08-14T17:08:45.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2001 | 2026-08-14T17:08:45.209Z | |
| 2002 | 2026-08-14T17:08:45.209Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/335) |
| 2003 | 2026-08-14T17:08:45.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2004 | 2026-08-14T17:08:45.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2005 | 2026-08-14T17:08:45.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2006 | 2026-08-14T17:08:45.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2007 | 2026-08-14T17:08:45.625Z | |
| 2008 | 2026-08-14T17:08:45.625Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/335) |
| 2009 | 2026-08-14T17:08:45.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2010 | 2026-08-14T17:08:45.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2011 | 2026-08-14T17:08:45.992Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2012 | 2026-08-14T17:08:45.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2013 | 2026-08-14T17:08:46.042Z | |
| 2014 | 2026-08-14T17:08:46.042Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/335) |
| 2015 | 2026-08-14T17:08:46.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2016 | 2026-08-14T17:08:46.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2017 | 2026-08-14T17:08:46.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2018 | 2026-08-14T17:08:46.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2019 | 2026-08-14T17:08:46.467Z | |
| 2020 | 2026-08-14T17:08:46.467Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/335) |
| 2021 | 2026-08-14T17:08:46.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2022 | 2026-08-14T17:08:46.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2023 | 2026-08-14T17:08:46.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2024 | 2026-08-14T17:08:46.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2025 | 2026-08-14T17:08:46.877Z | |
| 2026 | 2026-08-14T17:08:46.877Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/335) |
| 2027 | 2026-08-14T17:08:47.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2028 | 2026-08-14T17:08:47.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2029 | 2026-08-14T17:08:47.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2030 | 2026-08-14T17:08:47.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2031 | 2026-08-14T17:08:47.289Z | |
| 2032 | 2026-08-14T17:08:47.289Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/335) |
| 2033 | 2026-08-14T17:08:47.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2034 | 2026-08-14T17:08:47.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2035 | 2026-08-14T17:08:47.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2036 | 2026-08-14T17:08:47.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2037 | 2026-08-14T17:08:47.703Z | |
| 2038 | 2026-08-14T17:08:47.703Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/335) |
| 2039 | 2026-08-14T17:08:48.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2040 | 2026-08-14T17:08:48.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2041 | 2026-08-14T17:08:48.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2042 | 2026-08-14T17:08:48.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2043 | 2026-08-14T17:08:48.121Z | |
| 2044 | 2026-08-14T17:08:48.121Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/335) |
| 2045 | 2026-08-14T17:08:48.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2046 | 2026-08-14T17:08:48.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2047 | 2026-08-14T17:08:48.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2048 | 2026-08-14T17:08:48.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2049 | 2026-08-14T17:08:48.537Z | |
| 2050 | 2026-08-14T17:08:48.537Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/335) |
| 2051 | 2026-08-14T17:08:48.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2052 | 2026-08-14T17:08:48.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2053 | 2026-08-14T17:08:48.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2054 | 2026-08-14T17:08:48.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2055 | 2026-08-14T17:08:48.954Z | |
| 2056 | 2026-08-14T17:08:48.954Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/335) |
| 2057 | 2026-08-14T17:08:49.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2058 | 2026-08-14T17:08:49.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2059 | 2026-08-14T17:08:49.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2060 | 2026-08-14T17:08:49.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2061 | 2026-08-14T17:08:49.372Z | |
| 2062 | 2026-08-14T17:08:49.372Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/335) |
| 2063 | 2026-08-14T17:08:49.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2064 | 2026-08-14T17:08:49.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2065 | 2026-08-14T17:08:49.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2066 | 2026-08-14T17:08:49.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2067 | 2026-08-14T17:08:49.782Z | |
| 2068 | 2026-08-14T17:08:49.783Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/335) |
| 2069 | 2026-08-14T17:08:50.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2070 | 2026-08-14T17:08:50.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2071 | 2026-08-14T17:08:50.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2072 | 2026-08-14T17:08:50.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2073 | 2026-08-14T17:08:50.197Z | |
| 2074 | 2026-08-14T17:08:50.197Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/335) |
| 2075 | 2026-08-14T17:08:50.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2076 | 2026-08-14T17:08:50.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2077 | 2026-08-14T17:08:50.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2078 | 2026-08-14T17:08:50.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2079 | 2026-08-14T17:08:50.614Z | |
| 2080 | 2026-08-14T17:08:50.614Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/335) |
| 2081 | 2026-08-14T17:08:50.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2082 | 2026-08-14T17:08:50.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2083 | 2026-08-14T17:08:50.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2084 | 2026-08-14T17:08:50.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2085 | 2026-08-14T17:08:51.032Z | |
| 2086 | 2026-08-14T17:08:51.032Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/335) |
| 2087 | 2026-08-14T17:08:51.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2088 | 2026-08-14T17:08:51.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2089 | 2026-08-14T17:08:51.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2090 | 2026-08-14T17:08:51.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2091 | 2026-08-14T17:08:51.449Z | |
| 2092 | 2026-08-14T17:08:51.449Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/335) |
| 2093 | 2026-08-14T17:08:51.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2094 | 2026-08-14T17:08:51.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2095 | 2026-08-14T17:08:51.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2096 | 2026-08-14T17:08:51.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2097 | 2026-08-14T17:08:51.865Z | |
| 2098 | 2026-08-14T17:08:51.865Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/335) |
| 2099 | 2026-08-14T17:08:52.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2100 | 2026-08-14T17:08:52.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2101 | 2026-08-14T17:08:52.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2102 | 2026-08-14T17:08:52.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2103 | 2026-08-14T17:08:52.281Z | |
| 2104 | 2026-08-14T17:08:52.281Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/335) |
| 2105 | 2026-08-14T17:08:52.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2106 | 2026-08-14T17:08:52.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2107 | 2026-08-14T17:08:52.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2108 | 2026-08-14T17:08:52.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2109 | 2026-08-14T17:08:52.698Z | |
| 2110 | 2026-08-14T17:08:52.698Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/335) |
| 2111 | 2026-08-14T17:08:53.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2112 | 2026-08-14T17:08:53.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2113 | 2026-08-14T17:08:53.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2114 | 2026-08-14T17:08:53.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2115 | 2026-08-14T17:08:53.115Z | |
| 2116 | 2026-08-14T17:08:53.115Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/335) |
| 2117 | 2026-08-14T17:08:53.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2118 | 2026-08-14T17:08:53.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2119 | 2026-08-14T17:08:53.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2120 | 2026-08-14T17:08:53.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2121 | 2026-08-14T17:08:53.527Z | |
| 2122 | 2026-08-14T17:08:53.527Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/335) |
| 2123 | 2026-08-14T17:08:53.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2124 | 2026-08-14T17:08:53.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2125 | 2026-08-14T17:08:53.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2126 | 2026-08-14T17:08:53.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2127 | 2026-08-14T17:08:53.935Z | |
| 2128 | 2026-08-14T17:08:53.935Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/335) |
| 2129 | 2026-08-14T17:08:54.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2130 | 2026-08-14T17:08:54.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2131 | 2026-08-14T17:08:54.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2132 | 2026-08-14T17:08:54.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2133 | 2026-08-14T17:08:54.344Z | |
| 2134 | 2026-08-14T17:08:54.344Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/335) |
| 2135 | 2026-08-14T17:08:54.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2136 | 2026-08-14T17:08:54.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2137 | 2026-08-14T17:08:54.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2138 | 2026-08-14T17:08:54.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2139 | 2026-08-14T17:08:54.755Z | |
| 2140 | 2026-08-14T17:08:54.756Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/335) |
| 2141 | 2026-08-14T17:08:55.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2142 | 2026-08-14T17:08:55.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2143 | 2026-08-14T17:08:55.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2144 | 2026-08-14T17:08:55.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2145 | 2026-08-14T17:08:55.346Z | |
| 2146 | 2026-08-14T17:08:55.346Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/335) |
| 2147 | 2026-08-14T17:08:55.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2148 | 2026-08-14T17:08:55.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2149 | 2026-08-14T17:08:55.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2150 | 2026-08-14T17:08:55.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2151 | 2026-08-14T17:08:55.932Z | |
| 2152 | 2026-08-14T17:08:55.932Z | info: running `cargo check --bins` on nexus-config (51/335) |
| 2153 | 2026-08-14T17:08:56.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2154 | 2026-08-14T17:08:56.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2155 | 2026-08-14T17:08:56.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2156 | 2026-08-14T17:08:56.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2157 | 2026-08-14T17:08:56.517Z | |
| 2158 | 2026-08-14T17:08:56.517Z | info: running `cargo check --bins` on nexus-types (52/335) |
| 2159 | 2026-08-14T17:08:57.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2160 | 2026-08-14T17:08:57.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2161 | 2026-08-14T17:08:57.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2162 | 2026-08-14T17:08:57.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2163 | 2026-08-14T17:08:57.103Z | |
| 2164 | 2026-08-14T17:08:57.103Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/335) |
| 2165 | 2026-08-14T17:08:57.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2166 | 2026-08-14T17:08:57.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2167 | 2026-08-14T17:08:57.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2168 | 2026-08-14T17:08:57.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2169 | 2026-08-14T17:08:57.660Z | |
| 2170 | 2026-08-14T17:08:57.660Z | info: running `cargo check --bins` on omicron-passwords (54/335) |
| 2171 | 2026-08-14T17:08:58.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2172 | 2026-08-14T17:08:58.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2173 | 2026-08-14T17:08:58.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2174 | 2026-08-14T17:08:58.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2175 | 2026-08-14T17:08:58.200Z | |
| 2176 | 2026-08-14T17:08:58.200Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/335) |
| 2177 | 2026-08-14T17:08:58.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2178 | 2026-08-14T17:08:58.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2179 | 2026-08-14T17:08:58.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2180 | 2026-08-14T17:08:58.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2181 | 2026-08-14T17:08:58.757Z | |
| 2182 | 2026-08-14T17:08:58.757Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/335) |
| 2183 | 2026-08-14T17:08:59.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2184 | 2026-08-14T17:08:59.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2185 | 2026-08-14T17:08:59.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2186 | 2026-08-14T17:08:59.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2187 | 2026-08-14T17:08:59.315Z | |
| 2188 | 2026-08-14T17:08:59.315Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/335) |
| 2189 | 2026-08-14T17:08:59.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2190 | 2026-08-14T17:08:59.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2191 | 2026-08-14T17:08:59.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2192 | 2026-08-14T17:08:59.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2193 | 2026-08-14T17:08:59.874Z | |
| 2194 | 2026-08-14T17:08:59.874Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/335) |
| 2195 | 2026-08-14T17:09:00.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2196 | 2026-08-14T17:09:00.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2197 | 2026-08-14T17:09:00.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2198 | 2026-08-14T17:09:00.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2199 | 2026-08-14T17:09:00.435Z | |
| 2200 | 2026-08-14T17:09:00.435Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/335) |
| 2201 | 2026-08-14T17:09:00.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2202 | 2026-08-14T17:09:00.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2203 | 2026-08-14T17:09:00.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2204 | 2026-08-14T17:09:00.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2205 | 2026-08-14T17:09:00.979Z | |
| 2206 | 2026-08-14T17:09:00.979Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/335) |
| 2207 | 2026-08-14T17:09:01.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2208 | 2026-08-14T17:09:01.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2209 | 2026-08-14T17:09:01.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2210 | 2026-08-14T17:09:01.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2211 | 2026-08-14T17:09:01.523Z | |
| 2212 | 2026-08-14T17:09:01.523Z | info: running `cargo check --bins --no-default-features` on gfss (61/335) |
| 2213 | 2026-08-14T17:09:02.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2214 | 2026-08-14T17:09:02.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2215 | 2026-08-14T17:09:02.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2216 | 2026-08-14T17:09:02.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2217 | 2026-08-14T17:09:02.064Z | |
| 2218 | 2026-08-14T17:09:02.064Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/335) |
| 2219 | 2026-08-14T17:09:02.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2220 | 2026-08-14T17:09:02.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2221 | 2026-08-14T17:09:02.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2222 | 2026-08-14T17:09:02.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2223 | 2026-08-14T17:09:02.605Z | |
| 2224 | 2026-08-14T17:09:02.605Z | info: running `cargo check --bins` on wicketd-commission-types (63/335) |
| 2225 | 2026-08-14T17:09:03.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2226 | 2026-08-14T17:09:03.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2227 | 2026-08-14T17:09:03.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2228 | 2026-08-14T17:09:03.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2229 | 2026-08-14T17:09:03.159Z | |
| 2230 | 2026-08-14T17:09:03.159Z | info: running `cargo check --bins` on wicketd-commission-types-versions (64/335) |
| 2231 | 2026-08-14T17:09:03.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2232 | 2026-08-14T17:09:03.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2233 | 2026-08-14T17:09:03.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2234 | 2026-08-14T17:09:03.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2235 | 2026-08-14T17:09:03.716Z | |
| 2236 | 2026-08-14T17:09:03.716Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (65/335) |
| 2237 | 2026-08-14T17:09:04.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2238 | 2026-08-14T17:09:04.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2239 | 2026-08-14T17:09:04.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2240 | 2026-08-14T17:09:04.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2241 | 2026-08-14T17:09:04.262Z | |
| 2242 | 2026-08-14T17:09:04.262Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (66/335) |
| 2243 | 2026-08-14T17:09:04.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2244 | 2026-08-14T17:09:04.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2245 | 2026-08-14T17:09:04.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2246 | 2026-08-14T17:09:04.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2247 | 2026-08-14T17:09:04.811Z | |
| 2248 | 2026-08-14T17:09:04.811Z | info: running `cargo check --bins` on clickhouse-admin-types (67/335) |
| 2249 | 2026-08-14T17:09:05.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2250 | 2026-08-14T17:09:05.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2251 | 2026-08-14T17:09:05.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2252 | 2026-08-14T17:09:05.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2253 | 2026-08-14T17:09:05.367Z | |
| 2254 | 2026-08-14T17:09:05.367Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (68/335) |
| 2255 | 2026-08-14T17:09:05.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2256 | 2026-08-14T17:09:05.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2257 | 2026-08-14T17:09:05.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2258 | 2026-08-14T17:09:05.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2259 | 2026-08-14T17:09:05.926Z | |
| 2260 | 2026-08-14T17:09:05.926Z | info: running `cargo check --bins` on cockroach-admin-types (69/335) |
| 2261 | 2026-08-14T17:09:06.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2262 | 2026-08-14T17:09:06.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2263 | 2026-08-14T17:09:06.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2264 | 2026-08-14T17:09:06.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2265 | 2026-08-14T17:09:06.475Z | |
| 2266 | 2026-08-14T17:09:06.475Z | info: running `cargo check --bins` on cockroach-admin-types-versions (70/335) |
| 2267 | 2026-08-14T17:09:06.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2268 | 2026-08-14T17:09:06.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2269 | 2026-08-14T17:09:06.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2270 | 2026-08-14T17:09:06.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2271 | 2026-08-14T17:09:07.017Z | |
| 2272 | 2026-08-14T17:09:07.017Z | info: running `cargo check --bins` on ereport-types (71/335) |
| 2273 | 2026-08-14T17:09:07.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2274 | 2026-08-14T17:09:07.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2275 | 2026-08-14T17:09:07.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2276 | 2026-08-14T17:09:07.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2277 | 2026-08-14T17:09:07.569Z | |
| 2278 | 2026-08-14T17:09:07.569Z | info: running `cargo check --bins` on gateway-client (72/335) |
| 2279 | 2026-08-14T17:09:08.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2280 | 2026-08-14T17:09:08.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2281 | 2026-08-14T17:09:08.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2282 | 2026-08-14T17:09:08.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2283 | 2026-08-14T17:09:08.125Z | |
| 2284 | 2026-08-14T17:09:08.125Z | info: running `cargo check --bins --no-default-features` on gateway-types (73/335) |
| 2285 | 2026-08-14T17:09:08.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2286 | 2026-08-14T17:09:08.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2287 | 2026-08-14T17:09:08.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2288 | 2026-08-14T17:09:08.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2289 | 2026-08-14T17:09:08.684Z | |
| 2290 | 2026-08-14T17:09:08.684Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (74/335) |
| 2291 | 2026-08-14T17:09:09.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2292 | 2026-08-14T17:09:09.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2293 | 2026-08-14T17:09:09.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2294 | 2026-08-14T17:09:09.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2295 | 2026-08-14T17:09:09.235Z | |
| 2296 | 2026-08-14T17:09:09.235Z | info: running `cargo check --bins --no-default-features` on illumos-utils (75/335) |
| 2297 | 2026-08-14T17:09:09.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2298 | 2026-08-14T17:09:09.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2299 | 2026-08-14T17:09:09.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2300 | 2026-08-14T17:09:09.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2301 | 2026-08-14T17:09:09.809Z | |
| 2302 | 2026-08-14T17:09:09.809Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (76/335) |
| 2303 | 2026-08-14T17:09:10.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2304 | 2026-08-14T17:09:10.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2305 | 2026-08-14T17:09:10.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2306 | 2026-08-14T17:09:10.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2307 | 2026-08-14T17:09:10.386Z | |
| 2308 | 2026-08-14T17:09:10.386Z | info: running `cargo check --bins` on key-manager-types (77/335) |
| 2309 | 2026-08-14T17:09:10.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2310 | 2026-08-14T17:09:10.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2311 | 2026-08-14T17:09:10.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2312 | 2026-08-14T17:09:10.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2313 | 2026-08-14T17:09:10.932Z | |
| 2314 | 2026-08-14T17:09:10.932Z | info: running `cargo check --bins` on oxlog (78/335) |
| 2315 | 2026-08-14T17:09:11.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2316 | 2026-08-14T17:09:11.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2317 | 2026-08-14T17:09:11.518Z | Checking cfg-if v1.0.4 |
| 2318 | 2026-08-14T17:09:11.521Z | Checking libc v0.2.185 |
| 2319 | 2026-08-14T17:09:11.522Z | Checking serde_core v1.0.228 |
| 2320 | 2026-08-14T17:09:11.636Z | Checking memchr v2.8.0 |
| 2321 | 2026-08-14T17:09:11.644Z | Checking zeroize v1.9.0 |
| 2322 | 2026-08-14T17:09:11.695Z | Checking log v0.4.29 |
| 2323 | 2026-08-14T17:09:11.695Z | Checking smallvec v1.15.1 |
| 2324 | 2026-08-14T17:09:11.695Z | Checking subtle v2.6.1 |
| 2325 | 2026-08-14T17:09:11.695Z | Checking itoa v1.0.17 |
| 2326 | 2026-08-14T17:09:11.791Z | Checking scopeguard v1.2.0 |
| 2327 | 2026-08-14T17:09:11.812Z | Checking stable_deref_trait v1.2.1 |
| 2328 | 2026-08-14T17:09:11.815Z | Checking typenum v1.20.1 |
| 2329 | 2026-08-14T17:09:11.835Z | Checking zerofrom v0.1.6 |
| 2330 | 2026-08-14T17:09:11.847Z | Checking zerocopy v0.8.40 |
| 2331 | 2026-08-14T17:09:11.882Z | Checking portable-atomic v1.13.1 |
| 2332 | 2026-08-14T17:09:11.894Z | Checking lock_api v0.4.14 |
| 2333 | 2026-08-14T17:09:11.946Z | Checking yoke v0.8.1 |
| 2334 | 2026-08-14T17:09:12.003Z | Checking critical-section v1.2.0 |
| 2335 | 2026-08-14T17:09:12.018Z | Checking errno v0.3.14 |
| 2336 | 2026-08-14T17:09:12.087Z | Checking getrandom v0.2.17 |
| 2337 | 2026-08-14T17:09:12.100Z | Checking pin-project-lite v0.2.17 |
| 2338 | 2026-08-14T17:09:12.111Z | Checking zerovec v0.11.5 |
| 2339 | 2026-08-14T17:09:12.128Z | Checking const-oid v0.9.6 |
| 2340 | 2026-08-14T17:09:12.186Z | Checking libm v0.2.16 |
| 2341 | 2026-08-14T17:09:12.230Z | Checking rand_core v0.6.4 |
| 2342 | 2026-08-14T17:09:12.275Z | Checking once_cell v1.21.3 |
| 2343 | 2026-08-14T17:09:12.402Z | Checking zmij v1.0.21 |
| 2344 | 2026-08-14T17:09:12.446Z | Checking signal-hook-registry v1.4.8 |
| 2345 | 2026-08-14T17:09:12.533Z | Checking tinystr v0.8.2 |
| 2346 | 2026-08-14T17:09:12.557Z | Checking generic-array v0.14.7 |
| 2347 | 2026-08-14T17:09:12.598Z | Checking parking_lot_core v0.9.12 |
| 2348 | 2026-08-14T17:09:12.610Z | Checking rand_core v0.10.0 |
| 2349 | 2026-08-14T17:09:12.706Z | Checking litemap v0.8.1 |
| 2350 | 2026-08-14T17:09:12.750Z | Checking percent-encoding v2.3.2 |
| 2351 | 2026-08-14T17:09:12.782Z | Checking futures-core v0.3.32 |
| 2352 | 2026-08-14T17:09:12.795Z | Checking writeable v0.6.2 |
| 2353 | 2026-08-14T17:09:12.859Z | Checking num-traits v0.2.19 |
| 2354 | 2026-08-14T17:09:12.874Z | Checking parking_lot v0.12.5 |
| 2355 | 2026-08-14T17:09:12.880Z | Checking getrandom v0.4.1 |
| 2356 | 2026-08-14T17:09:12.925Z | Checking potential_utf v0.1.4 |
| 2357 | 2026-08-14T17:09:12.943Z | Checking icu_locale_core v2.1.1 |
| 2358 | 2026-08-14T17:09:12.998Z | Checking zerotrie v0.2.3 |
| 2359 | 2026-08-14T17:09:13.040Z | Checking mio v1.2.0 |
| 2360 | 2026-08-14T17:09:13.053Z | Checking equivalent v1.0.2 |
| 2361 | 2026-08-14T17:09:13.089Z | Checking serde v1.0.228 |
| 2362 | 2026-08-14T17:09:13.089Z | Checking bitflags v2.11.0 |
| 2363 | 2026-08-14T17:09:13.125Z | Checking serde_json v1.0.151 |
| 2364 | 2026-08-14T17:09:13.231Z | Checking icu_collections v2.1.1 |
| 2365 | 2026-08-14T17:09:13.261Z | Checking socket2 v0.6.3 |
| 2366 | 2026-08-14T17:09:13.311Z | Checking icu_properties_data v2.1.2 |
| 2367 | 2026-08-14T17:09:13.404Z | Checking icu_normalizer_data v2.1.1 |
| 2368 | 2026-08-14T17:09:13.433Z | Checking byteorder v1.5.0 |
| 2369 | 2026-08-14T17:09:13.472Z | Checking block-buffer v0.10.4 |
| 2370 | 2026-08-14T17:09:13.485Z | Checking bytes v1.11.1 |
| 2371 | 2026-08-14T17:09:13.485Z | Checking icu_provider v2.1.1 |
| 2372 | 2026-08-14T17:09:13.507Z | Checking crypto-common v0.1.7 |
| 2373 | 2026-08-14T17:09:13.522Z | Checking hashbrown v0.17.0 |
| 2374 | 2026-08-14T17:09:13.605Z | Checking futures-sink v0.3.32 |
| 2375 | 2026-08-14T17:09:13.624Z | Checking digest v0.10.7 |
| 2376 | 2026-08-14T17:09:13.628Z | Checking getrandom v0.3.4 |
| 2377 | 2026-08-14T17:09:13.698Z | Checking futures-channel v0.3.32 |
| 2378 | 2026-08-14T17:09:13.716Z | Checking icu_normalizer v2.1.1 |
| 2379 | 2026-08-14T17:09:13.772Z | Checking icu_properties v2.1.2 |
| 2380 | 2026-08-14T17:09:13.785Z | Checking futures-task v0.3.32 |
| 2381 | 2026-08-14T17:09:13.811Z | Checking slab v0.4.12 |
| 2382 | 2026-08-14T17:09:13.884Z | Checking futures-io v0.3.32 |
| 2383 | 2026-08-14T17:09:13.912Z | Checking utf8_iter v1.0.4 |
| 2384 | 2026-08-14T17:09:13.915Z | Checking tokio v1.52.1 |
| 2385 | 2026-08-14T17:09:13.964Z | Checking form_urlencoded v1.2.2 |
| 2386 | 2026-08-14T17:09:13.976Z | Checking indexmap v2.14.0 |
| 2387 | 2026-08-14T17:09:13.992Z | Checking futures-util v0.3.32 |
| 2388 | 2026-08-14T17:09:14.016Z | Checking rustix v1.1.3 |
| 2389 | 2026-08-14T17:09:14.031Z | Checking fnv v1.0.7 |
| 2390 | 2026-08-14T17:09:14.086Z | Checking base64ct v1.8.3 |
| 2391 | 2026-08-14T17:09:14.120Z | Checking iana-time-zone v0.1.65 |
| 2392 | 2026-08-14T17:09:14.223Z | Checking flagset v0.4.7 |
| 2393 | 2026-08-14T17:09:14.313Z | Checking pem-rfc7468 v0.7.0 |
| 2394 | 2026-08-14T17:09:14.342Z | Checking chrono v0.4.45 |
| 2395 | 2026-08-14T17:09:14.470Z | Checking der v0.7.10 |
| 2396 | 2026-08-14T17:09:14.517Z | Checking rand_core v0.9.5 |
| 2397 | 2026-08-14T17:09:14.573Z | Checking ppv-lite86 v0.2.21 |
| 2398 | 2026-08-14T17:09:14.586Z | Checking idna_adapter v1.2.1 |
| 2399 | 2026-08-14T17:09:14.689Z | Checking uuid v1.23.4 |
| 2400 | 2026-08-14T17:09:14.701Z | Checking idna v1.1.0 |
| 2401 | 2026-08-14T17:09:14.839Z | Checking base64 v0.22.1 |
| 2402 | 2026-08-14T17:09:14.857Z | Checking regex-syntax v0.8.10 |
| 2403 | 2026-08-14T17:09:14.934Z | Checking url v2.5.8 |
| 2404 | 2026-08-14T17:09:15.002Z | Checking http v1.4.2 |
| 2405 | 2026-08-14T17:09:15.076Z | Checking utf8parse v0.2.2 |
| 2406 | 2026-08-14T17:09:15.170Z | Checking rand_chacha v0.9.0 |
| 2407 | 2026-08-14T17:09:15.183Z | Checking tracing-core v0.1.36 |
| 2408 | 2026-08-14T17:09:15.194Z | Checking spki v0.7.3 |
| 2409 | 2026-08-14T17:09:15.352Z | Checking anstyle v1.0.14 |
| 2410 | 2026-08-14T17:09:15.364Z | Checking cpufeatures v0.2.17 |
| 2411 | 2026-08-14T17:09:15.374Z | Checking dyn-clone v1.0.20 |
| 2412 | 2026-08-14T17:09:15.428Z | Checking rand v0.9.2 |
| 2413 | 2026-08-14T17:09:15.471Z | Checking pkcs8 v0.10.2 |
| 2414 | 2026-08-14T17:09:15.487Z | Checking tracing v0.1.44 |
| 2415 | 2026-08-14T17:09:15.531Z | Checking semver v1.0.28 |
| 2416 | 2026-08-14T17:09:15.550Z | Checking http-body v1.0.1 |
| 2417 | 2026-08-14T17:09:15.623Z | Checking spin v0.9.8 |
| 2418 | 2026-08-14T17:09:15.678Z | Checking rustls-pki-types v1.14.0 |
| 2419 | 2026-08-14T17:09:15.690Z | Checking colorchoice v1.0.4 |
| 2420 | 2026-08-14T17:09:15.733Z | Checking cmov v0.5.4 |
| 2421 | 2026-08-14T17:09:15.785Z | Checking tinyvec_macros v0.1.1 |
| 2422 | 2026-08-14T17:09:15.797Z | Checking anstyle-query v1.1.5 |
| 2423 | 2026-08-14T17:09:15.848Z | Checking openssl-probe v0.2.1 |
| 2424 | 2026-08-14T17:09:15.864Z | Checking is_terminal_polyfill v1.70.2 |
| 2425 | 2026-08-14T17:09:15.882Z | Checking tinyvec v1.10.0 |
| 2426 | 2026-08-14T17:09:15.895Z | Checking schemars v0.8.22 |
| 2427 | 2026-08-14T17:09:15.917Z | Checking ctutils v0.4.2 |
| 2428 | 2026-08-14T17:09:15.949Z | Checking sha2 v0.10.9 |
| 2429 | 2026-08-14T17:09:15.962Z | Checking aws-lc-sys v0.40.0 |
| 2430 | 2026-08-14T17:09:15.965Z | Checking thiserror v2.0.18 |
| 2431 | 2026-08-14T17:09:16.072Z | Checking tower-layer v0.3.3 |
| 2432 | 2026-08-14T17:09:16.120Z | Checking try-lock v0.2.5 |
| 2433 | 2026-08-14T17:09:16.138Z | Checking atomic-waker v1.1.2 |
| 2434 | 2026-08-14T17:09:16.182Z | Checking tower-service v0.3.3 |
| 2435 | 2026-08-14T17:09:16.213Z | Checking untrusted v0.7.1 |
| 2436 | 2026-08-14T17:09:16.216Z | Checking fastrand v2.3.0 |
| 2437 | 2026-08-14T17:09:16.216Z | Checking want v0.3.1 |
| 2438 | 2026-08-14T17:09:16.247Z | Checking hybrid-array v0.4.13 |
| 2439 | 2026-08-14T17:09:16.268Z | Checking anstyle-parse v1.0.0 |
| 2440 | 2026-08-14T17:09:16.325Z | Checking ipnet v2.11.0 |
| 2441 | 2026-08-14T17:09:16.341Z | Checking httparse v1.10.1 |
| 2442 | 2026-08-14T17:09:16.410Z | Checking tempfile v3.25.0 |
| 2443 | 2026-08-14T17:09:16.413Z | Checking crc32fast v1.5.0 |
| 2444 | 2026-08-14T17:09:16.449Z | Checking aws-lc-rs v1.16.3 |
| 2445 | 2026-08-14T17:09:16.530Z | Checking aho-corasick v1.1.4 |
| 2446 | 2026-08-14T17:09:16.543Z | Checking simd-adler32 v0.3.8 |
| 2447 | 2026-08-14T17:09:16.555Z | Checking untrusted v0.9.0 |
| 2448 | 2026-08-14T17:09:16.575Z | Checking plain v0.2.3 |
| 2449 | 2026-08-14T17:09:16.598Z | Checking foreign-types-shared v0.1.1 |
| 2450 | 2026-08-14T17:09:16.659Z | Checking tap v1.0.1 |
| 2451 | 2026-08-14T17:09:16.675Z | Checking httpdate v1.0.3 |
| 2452 | 2026-08-14T17:09:16.678Z | Checking foreign-types v0.3.2 |
| 2453 | 2026-08-14T17:09:16.704Z | Checking anstream v1.0.0 |
| 2454 | 2026-08-14T17:09:16.750Z | Checking unicode-normalization v0.1.25 |
| 2455 | 2026-08-14T17:09:16.762Z | Checking wyz v0.5.1 |
| 2456 | 2026-08-14T17:09:16.824Z | Checking rand_chacha v0.3.1 |
| 2457 | 2026-08-14T17:09:16.903Z | Checking terminal_size v0.4.3 |
| 2458 | 2026-08-14T17:09:16.934Z | Checking radium v0.7.0 |
| 2459 | 2026-08-14T17:09:17.002Z | Checking signature v2.2.0 |
| 2460 | 2026-08-14T17:09:17.018Z | Checking hex v0.4.3 |
| 2461 | 2026-08-14T17:09:17.033Z | Checking openssl-sys v0.9.117 |
| 2462 | 2026-08-14T17:09:17.111Z | Checking num-integer v0.1.46 |
| 2463 | 2026-08-14T17:09:17.127Z | Checking socket2 v0.5.10 |
| 2464 | 2026-08-14T17:09:17.157Z | Checking tokio-util v0.7.18 |
| 2465 | 2026-08-14T17:09:17.170Z | Checking wait-timeout v0.2.1 |
| 2466 | 2026-08-14T17:09:17.229Z | Checking regex-automata v0.4.14 |
| 2467 | 2026-08-14T17:09:17.240Z | Checking quick-error v1.2.3 |
| 2468 | 2026-08-14T17:09:17.292Z | Checking funty v2.0.0 |
| 2469 | 2026-08-14T17:09:17.307Z | Checking rustls-webpki v0.103.13 |
| 2470 | 2026-08-14T17:09:17.336Z | Checking bit-vec v0.8.0 |
| 2471 | 2026-08-14T17:09:17.348Z | Checking clap_lex v1.0.0 |
| 2472 | 2026-08-14T17:09:17.369Z | Checking unicode-ident v1.0.24 |
| 2473 | 2026-08-14T17:09:17.404Z | Checking ucd-trie v0.1.7 |
| 2474 | 2026-08-14T17:09:17.473Z | Checking adler2 v2.0.1 |
| 2475 | 2026-08-14T17:09:17.487Z | Checking strsim v0.11.1 |
| 2476 | 2026-08-14T17:09:17.522Z | Checking bit-set v0.8.0 |
| 2477 | 2026-08-14T17:09:17.537Z | Checking pest v2.8.6 |
| 2478 | 2026-08-14T17:09:17.577Z | Checking miniz_oxide v0.8.9 |
| 2479 | 2026-08-14T17:09:17.595Z | Checking bitvec v1.0.1 |
| 2480 | 2026-08-14T17:09:17.640Z | Checking clap_builder v4.6.0 |
| 2481 | 2026-08-14T17:09:17.664Z | Checking proc-macro2 v1.0.106 |
| 2482 | 2026-08-14T17:09:17.707Z | Checking rustls v0.23.41 |
| 2483 | 2026-08-14T17:09:17.763Z | Checking h2 v0.4.15 |
| 2484 | 2026-08-14T17:09:17.939Z | Checking openssl v0.10.80 |
| 2485 | 2026-08-14T17:09:17.976Z | Checking num-iter v0.1.45 |
| 2486 | 2026-08-14T17:09:18.084Z | Checking rusty-fork v0.3.1 |
| 2487 | 2026-08-14T17:09:18.251Z | Checking rand v0.8.6 |
| 2488 | 2026-08-14T17:09:18.574Z | Checking lazy_static v1.5.0 |
| 2489 | 2026-08-14T17:09:18.664Z | Checking anstyle-parse v0.2.7 |
| 2490 | 2026-08-14T17:09:18.761Z | Checking rand_xorshift v0.4.0 |
| 2491 | 2026-08-14T17:09:18.814Z | Checking thiserror v1.0.69 |
| 2492 | 2026-08-14T17:09:18.849Z | Checking maybe-uninit v2.0.0 |
| 2493 | 2026-08-14T17:09:18.876Z | Checking hmac v0.12.1 |
| 2494 | 2026-08-14T17:09:18.889Z | Checking toml_datetime v0.6.11 |
| 2495 | 2026-08-14T17:09:18.908Z | Checking serde_spanned v0.6.9 |
| 2496 | 2026-08-14T17:09:18.921Z | Checking sync_wrapper v1.0.2 |
| 2497 | 2026-08-14T17:09:19.004Z | Checking zlib-rs v0.6.2 |
| 2498 | 2026-08-14T17:09:19.016Z | Checking nodrop v0.1.14 |
| 2499 | 2026-08-14T17:09:19.029Z | Checking pretty-hex v0.4.1 |
| 2500 | 2026-08-14T17:09:19.033Z | Checking crc-catalog v2.4.0 |
| 2501 | 2026-08-14T17:09:19.059Z | Checking powerfmt v0.2.0 |
| 2502 | 2026-08-14T17:09:19.097Z | Checking unarray v0.1.4 |
| 2503 | 2026-08-14T17:09:19.121Z | Checking siphasher v1.0.2 |
| 2504 | 2026-08-14T17:09:19.138Z | Checking crc v3.4.0 |
| 2505 | 2026-08-14T17:09:19.197Z | Checking proptest v1.11.0 |
| 2506 | 2026-08-14T17:09:19.209Z | Checking deranged v0.5.8 |
| 2507 | 2026-08-14T17:09:19.272Z | Checking array-init v0.0.4 |
| 2508 | 2026-08-14T17:09:19.300Z | Checking tower v0.5.3 |
| 2509 | 2026-08-14T17:09:19.558Z | Checking smallvec v0.6.14 |
| 2510 | 2026-08-14T17:09:19.686Z | Checking packed_struct v0.10.1 |
| 2511 | 2026-08-14T17:09:19.742Z | Checking clap v4.6.1 |
| 2512 | 2026-08-14T17:09:19.819Z | Checking anstream v0.6.21 |
| 2513 | 2026-08-14T17:09:19.866Z | Checking flate2 v1.1.9 |
| 2514 | 2026-08-14T17:09:19.923Z | Checking native-tls v0.2.18 |
| 2515 | 2026-08-14T17:09:19.934Z | Checking num-bigint-dig v0.8.6 |
| 2516 | 2026-08-14T17:09:20.013Z | Checking quote v1.0.45 |
| 2517 | 2026-08-14T17:09:20.099Z | Checking ipnetwork v0.21.1 |
| 2518 | 2026-08-14T17:09:20.113Z | Checking http-body-util v0.1.3 |
| 2519 | 2026-08-14T17:09:20.156Z | Checking pkcs1 v0.7.5 |
| 2520 | 2026-08-14T17:09:20.180Z | Checking crossbeam-utils v0.8.21 |
| 2521 | 2026-08-14T17:09:20.307Z | Checking zerocopy v0.6.6 |
| 2522 | 2026-08-14T17:09:20.325Z | Checking bitfield v0.19.4 |
| 2523 | 2026-08-14T17:09:20.355Z | Checking ahash v0.8.12 |
| 2524 | 2026-08-14T17:09:20.512Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2525 | 2026-08-14T17:09:20.531Z | Checking hyper v1.10.1 |
| 2526 | 2026-08-14T17:09:20.543Z | Checking scroll v0.13.0 |
| 2527 | 2026-08-14T17:09:20.586Z | Checking env_filter v1.0.0 |
| 2528 | 2026-08-14T17:09:20.599Z | Checking unicode-properties v0.1.4 |
| 2529 | 2026-08-14T17:09:20.603Z | Checking ryu v1.0.23 |
| 2530 | 2026-08-14T17:09:20.716Z | Checking base64 v0.21.7 |
| 2531 | 2026-08-14T17:09:20.728Z | Checking time-core v0.1.8 |
| 2532 | 2026-08-14T17:09:20.739Z | Checking hashbrown v0.12.3 |
| 2533 | 2026-08-14T17:09:20.743Z | Checking iri-string v0.7.10 |
| 2534 | 2026-08-14T17:09:20.762Z | Checking unicode-bidi v0.3.18 |
| 2535 | 2026-08-14T17:09:20.780Z | Checking num-conv v0.2.0 |
| 2536 | 2026-08-14T17:09:20.861Z | Checking winnow v0.5.40 |
| 2537 | 2026-08-14T17:09:20.895Z | Checking num_threads v0.1.7 |
| 2538 | 2026-08-14T17:09:20.944Z | Checking allocator-api2 v0.2.21 |
| 2539 | 2026-08-14T17:09:20.964Z | Checking newtype-uuid v1.3.2 |
| 2540 | 2026-08-14T17:09:20.976Z | Checking time v0.3.47 |
| 2541 | 2026-08-14T17:09:21.050Z | Checking stringprep v0.1.5 |
| 2542 | 2026-08-14T17:09:21.135Z | Checking indexmap v1.9.3 |
| 2543 | 2026-08-14T17:09:21.164Z | Checking ron v0.8.1 |
| 2544 | 2026-08-14T17:09:21.199Z | Checking goblin v0.10.5 |
| 2545 | 2026-08-14T17:09:21.224Z | Checking serde_urlencoded v0.7.1 |
| 2546 | 2026-08-14T17:09:21.424Z | Checking rsa v0.9.10 |
| 2547 | 2026-08-14T17:09:21.441Z | Checking env_logger v0.11.9 |
| 2548 | 2026-08-14T17:09:21.457Z | Checking hyper-util v0.1.20 |
| 2549 | 2026-08-14T17:09:21.627Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2550 | 2026-08-14T17:09:21.672Z | Checking bzip2 v0.4.4 |
| 2551 | 2026-08-14T17:09:21.742Z | Checking tower-http v0.6.8 |
| 2552 | 2026-08-14T17:09:21.849Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2553 | 2026-08-14T17:09:21.898Z | Checking hashbrown v0.13.2 |
| 2554 | 2026-08-14T17:09:22.004Z | Checking crossbeam-epoch v0.9.18 |
| 2555 | 2026-08-14T17:09:22.016Z | Checking toml_edit v0.19.15 |
| 2556 | 2026-08-14T17:09:22.033Z | Checking oxnet v0.1.6 |
| 2557 | 2026-08-14T17:09:22.083Z | Checking syn v2.0.117 |
| 2558 | 2026-08-14T17:09:22.230Z | Checking tokio-native-tls v0.3.1 |
| 2559 | 2026-08-14T17:09:22.294Z | Checking serde-hex v0.1.0 |
| 2560 | 2026-08-14T17:09:22.327Z | Checking bstr v1.12.1 |
| 2561 | 2026-08-14T17:09:22.390Z | Checking block-buffer v0.12.1 |
| 2562 | 2026-08-14T17:09:22.553Z | Checking block-padding v0.4.2 |
| 2563 | 2026-08-14T17:09:22.688Z | Checking crypto-common v0.2.2 |
| 2564 | 2026-08-14T17:09:22.774Z | Checking rustls-native-certs v0.8.3 |
| 2565 | 2026-08-14T17:09:22.780Z | Checking scroll v0.12.0 |
| 2566 | 2026-08-14T17:09:22.854Z | Checking x509-cert v0.2.5 |
| 2567 | 2026-08-14T17:09:22.952Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2568 | 2026-08-14T17:09:23.037Z | Checking md-5 v0.10.6 |
| 2569 | 2026-08-14T17:09:23.062Z | Checking hash32 v0.2.1 |
| 2570 | 2026-08-14T17:09:23.175Z | Checking encoding_rs v0.8.35 |
| 2571 | 2026-08-14T17:09:23.218Z | Checking fallible-iterator v0.2.0 |
| 2572 | 2026-08-14T17:09:23.284Z | Checking psl-types v2.0.11 |
| 2573 | 2026-08-14T17:09:23.401Z | Checking crc-any v2.5.0 |
| 2574 | 2026-08-14T17:09:23.487Z | Checking mime v0.3.17 |
| 2575 | 2026-08-14T17:09:23.499Z | Checking postgres-protocol v0.6.10 |
| 2576 | 2026-08-14T17:09:23.524Z | Checking dof v0.4.0 |
| 2577 | 2026-08-14T17:09:23.578Z | Checking publicsuffix v2.3.0 |
| 2578 | 2026-08-14T17:09:23.660Z | Checking heapless v0.7.17 |
| 2579 | 2026-08-14T17:09:23.729Z | Checking zstd-safe v7.2.4 |
| 2580 | 2026-08-14T17:09:23.755Z | Checking toml v0.7.8 |
| 2581 | 2026-08-14T17:09:23.806Z | Checking goblin v0.8.2 |
| 2582 | 2026-08-14T17:09:23.890Z | Checking hyper-tls v0.6.0 |
| 2583 | 2026-08-14T17:09:24.064Z | Checking inout v0.2.2 |
| 2584 | 2026-08-14T17:09:24.077Z | Checking object v0.30.4 |
| 2585 | 2026-08-14T17:09:24.087Z | Checking daft v0.1.7 |
| 2586 | 2026-08-14T17:09:24.106Z | Checking cookie v0.18.1 |
| 2587 | 2026-08-14T17:09:24.139Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2588 | 2026-08-14T17:09:24.211Z | Checking zip v0.6.6 |
| 2589 | 2026-08-14T17:09:24.296Z | Checking tokio-rustls v0.26.4 |
| 2590 | 2026-08-14T17:09:24.321Z | Checking phf_shared v0.13.1 |
| 2591 | 2026-08-14T17:09:24.333Z | Checking dtrace-parser v0.3.0 |
| 2592 | 2026-08-14T17:09:24.338Z | Checking zerocopy v0.7.35 |
| 2593 | 2026-08-14T17:09:24.513Z | Checking pin-project v1.1.11 |
| 2594 | 2026-08-14T17:09:24.525Z | Checking signal-hook v0.3.18 |
| 2595 | 2026-08-14T17:09:24.538Z | Checking futures-executor v0.3.32 |
| 2596 | 2026-08-14T17:09:24.566Z | Checking ff v0.13.1 |
| 2597 | 2026-08-14T17:09:24.602Z | Checking thread-id v5.1.0 |
| 2598 | 2026-08-14T17:09:24.642Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2599 | 2026-08-14T17:09:24.675Z | Checking either v1.15.0 |
| 2600 | 2026-08-14T17:09:24.686Z | Compiling rayon-core v1.13.0 |
| 2601 | 2026-08-14T17:09:24.691Z | Checking base16ct v0.2.0 |
| 2602 | 2026-08-14T17:09:24.708Z | Checking libbz2-rs-sys v0.2.2 |
| 2603 | 2026-08-14T17:09:24.817Z | Checking managed v0.8.0 |
| 2604 | 2026-08-14T17:09:24.828Z | Checking same-file v1.0.6 |
| 2605 | 2026-08-14T17:09:24.850Z | Checking bumpalo v3.20.2 |
| 2606 | 2026-08-14T17:09:24.850Z | Checking foldhash v0.1.5 |
| 2607 | 2026-08-14T17:09:24.940Z | Checking bitflags v1.3.2 |
| 2608 | 2026-08-14T17:09:24.989Z | Checking path-slash v0.1.5 |
| 2609 | 2026-08-14T17:09:25.001Z | Checking jiff-core v0.1.0 |
| 2610 | 2026-08-14T17:09:25.012Z | Checking foldhash v0.2.0 |
| 2611 | 2026-08-14T17:09:25.043Z | Checking zopfli v0.8.3 |
| 2612 | 2026-08-14T17:09:25.084Z | Checking smoltcp v0.9.1 |
| 2613 | 2026-08-14T17:09:25.098Z | Checking bzip2 v0.6.1 |
| 2614 | 2026-08-14T17:09:25.159Z | Checking hashbrown v0.16.1 |
| 2615 | 2026-08-14T17:09:25.255Z | Checking hashbrown v0.15.5 |
| 2616 | 2026-08-14T17:09:25.362Z | Checking walkdir v2.5.0 |
| 2617 | 2026-08-14T17:09:25.539Z | Checking sec1 v0.7.3 |
| 2618 | 2026-08-14T17:09:25.589Z | Checking signal-hook-mio v0.2.5 |
| 2619 | 2026-08-14T17:09:25.650Z | Checking group v0.13.0 |
| 2620 | 2026-08-14T17:09:25.653Z | Checking usdt-impl v0.6.0 |
| 2621 | 2026-08-14T17:09:25.673Z | Checking jiff v0.2.34 |
| 2622 | 2026-08-14T17:09:25.684Z | Checking dof v0.3.0 |
| 2623 | 2026-08-14T17:09:25.695Z | Checking futures v0.3.32 |
| 2624 | 2026-08-14T17:09:25.706Z | Checking snafu v0.8.9 |
| 2625 | 2026-08-14T17:09:25.738Z | Checking hyper-rustls v0.27.7 |
| 2626 | 2026-08-14T17:09:25.766Z | Checking phf v0.13.1 |
| 2627 | 2026-08-14T17:09:25.798Z | Checking cookie_store v0.22.1 |
| 2628 | 2026-08-14T17:09:25.910Z | Checking cipher v0.5.2 |
| 2629 | 2026-08-14T17:09:25.921Z | Checking reqwest v0.12.28 |
| 2630 | 2026-08-14T17:09:25.934Z | Checking zstd v0.13.3 |
| 2631 | 2026-08-14T17:09:25.937Z | Checking postgres-types v0.2.12 |
| 2632 | 2026-08-14T17:09:25.961Z | Checking rustls-platform-verifier v0.6.2 |
| 2633 | 2026-08-14T17:09:26.097Z | Checking globset v0.4.18 |
| 2634 | 2026-08-14T17:09:26.129Z | Checking crossbeam-deque v0.8.6 |
| 2635 | 2026-08-14T17:09:26.137Z | Checking phf_shared v0.11.3 |
| 2636 | 2026-08-14T17:09:26.151Z | Checking regex v1.12.3 |
| 2637 | 2026-08-14T17:09:26.162Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2638 | 2026-08-14T17:09:26.256Z | Checking hkdf v0.12.4 |
| 2639 | 2026-08-14T17:09:26.266Z | Checking dtrace-parser v0.2.0 |
| 2640 | 2026-08-14T17:09:26.317Z | Checking curve25519-dalek v4.1.3 |
| 2641 | 2026-08-14T17:09:26.355Z | Checking ref-cast v1.0.25 |
| 2642 | 2026-08-14T17:09:26.381Z | Checking byte-wrapper v0.1.0 |
| 2643 | 2026-08-14T17:09:26.420Z | Checking olpc-cjson v0.1.4 |
| 2644 | 2026-08-14T17:09:26.445Z | Checking strum v0.27.2 |
| 2645 | 2026-08-14T17:09:26.495Z | Checking ed25519 v2.2.3 |
| 2646 | 2026-08-14T17:09:26.502Z | Checking hubpack v0.1.2 |
| 2647 | 2026-08-14T17:09:26.548Z | Checking memoffset v0.9.1 |
| 2648 | 2026-08-14T17:09:26.559Z | Checking rustix v0.38.44 |
| 2649 | 2026-08-14T17:09:26.578Z | Checking pem v3.0.6 |
| 2650 | 2026-08-14T17:09:26.629Z | Checking serde_plain v1.0.2 |
| 2651 | 2026-08-14T17:09:26.656Z | Checking serde-big-array v0.5.1 |
| 2652 | 2026-08-14T17:09:26.668Z | Checking erased-serde v0.3.31 |
| 2653 | 2026-08-14T17:09:26.671Z | Checking float-cmp v0.10.0 |
| 2654 | 2026-08-14T17:09:26.734Z | Checking crypto-bigint v0.5.5 |
| 2655 | 2026-08-14T17:09:26.760Z | Checking thread-id v4.2.2 |
| 2656 | 2026-08-14T17:09:26.795Z | Checking memmap2 v0.9.10 |
| 2657 | 2026-08-14T17:09:26.803Z | Checking winnow v0.7.14 |
| 2658 | 2026-08-14T17:09:26.838Z | Checking static_assertions v1.1.0 |
| 2659 | 2026-08-14T17:09:26.908Z | Checking normalize-line-endings v0.3.0 |
| 2660 | 2026-08-14T17:09:26.946Z | Checking toml_write v0.1.2 |
| 2661 | 2026-08-14T17:09:26.996Z | Checking fixedbitset v0.4.2 |
| 2662 | 2026-08-14T17:09:27.056Z | Checking fixedbitset v0.5.7 |
| 2663 | 2026-08-14T17:09:27.089Z | Checking keccak v0.1.6 |
| 2664 | 2026-08-14T17:09:27.110Z | Checking cpufeatures v0.3.0 |
| 2665 | 2026-08-14T17:09:27.144Z | Checking new_debug_unreachable v1.0.6 |
| 2666 | 2026-08-14T17:09:27.178Z | Checking whoami v2.1.0 |
| 2667 | 2026-08-14T17:09:27.210Z | Checking predicates-core v1.0.10 |
| 2668 | 2026-08-14T17:09:27.247Z | Checking data-encoding v2.10.0 |
| 2669 | 2026-08-14T17:09:27.259Z | Checking difflib v0.4.0 |
| 2670 | 2026-08-14T17:09:27.333Z | Checking const-oid v0.10.2 |
| 2671 | 2026-08-14T17:09:27.365Z | Checking winnow v1.0.3 |
| 2672 | 2026-08-14T17:09:27.368Z | Checking precomputed-hash v0.1.1 |
| 2673 | 2026-08-14T17:09:27.429Z | Checking typed-path v0.9.3 |
| 2674 | 2026-08-14T17:09:27.455Z | Checking unicode-segmentation v1.12.0 |
| 2675 | 2026-08-14T17:09:27.485Z | Checking digest v0.11.3 |
| 2676 | 2026-08-14T17:09:27.511Z | Checking hickory-proto v0.25.2 |
| 2677 | 2026-08-14T17:09:27.569Z | Checking zip v4.6.1 |
| 2678 | 2026-08-14T17:09:27.650Z | Checking elliptic-curve v0.13.8 |
| 2679 | 2026-08-14T17:09:27.675Z | Checking string_cache v0.8.9 |
| 2680 | 2026-08-14T17:09:27.762Z | Checking similar v2.7.0 |
| 2681 | 2026-08-14T17:09:27.836Z | Checking predicates v3.1.4 |
| 2682 | 2026-08-14T17:09:27.948Z | Checking crossterm v0.28.1 |
| 2683 | 2026-08-14T17:09:28.032Z | Checking toml_edit v0.22.27 |
| 2684 | 2026-08-14T17:09:28.129Z | Checking tokio-postgres v0.7.16 |
| 2685 | 2026-08-14T17:09:28.130Z | Checking sha3 v0.10.8 |
| 2686 | 2026-08-14T17:09:28.154Z | Checking petgraph v0.8.3 |
| 2687 | 2026-08-14T17:09:28.197Z | Checking tough v0.22.0 |
| 2688 | 2026-08-14T17:09:28.200Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2689 | 2026-08-14T17:09:28.330Z | Checking chacha20 v0.10.0 |
| 2690 | 2026-08-14T17:09:28.524Z | Checking petgraph v0.6.5 |
| 2691 | 2026-08-14T17:09:28.581Z | Checking ed25519-dalek v2.2.0 |
| 2692 | 2026-08-14T17:09:28.654Z | Checking slog v2.8.2 |
| 2693 | 2026-08-14T17:09:28.812Z | Checking usdt v0.6.0 |
| 2694 | 2026-08-14T17:09:28.914Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2695 | 2026-08-14T17:09:28.981Z | Checking usdt-impl v0.5.0 |
| 2696 | 2026-08-14T17:09:29.065Z | Checking nix v0.31.2 |
| 2697 | 2026-08-14T17:09:29.256Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2698 | 2026-08-14T17:09:29.387Z | Checking iddqd v0.4.2 |
| 2699 | 2026-08-14T17:09:29.760Z | Checking reqwest v0.13.2 |
| 2700 | 2026-08-14T17:09:29.851Z | Checking itertools v0.13.0 |
| 2701 | 2026-08-14T17:09:30.047Z | Checking strum v0.26.3 |
| 2702 | 2026-08-14T17:09:30.159Z | Checking serde_with v3.21.0 |
| 2703 | 2026-08-14T17:09:30.192Z | Checking fs-err v3.3.0 |
| 2704 | 2026-08-14T17:09:30.262Z | Checking object v0.37.3 |
| 2705 | 2026-08-14T17:09:30.284Z | Checking tokio-stream v0.1.18 |
| 2706 | 2026-08-14T17:09:30.288Z | Checking buf-list v1.1.2 |
| 2707 | 2026-08-14T17:09:30.470Z | Checking anyhow v1.0.102 |
| 2708 | 2026-08-14T17:09:30.490Z | Checking camino v1.2.2 |
| 2709 | 2026-08-14T17:09:30.594Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2710 | 2026-08-14T17:09:30.664Z | Checking openapiv3 v2.2.0 |
| 2711 | 2026-08-14T17:09:30.676Z | Checking lalrpop-util v0.19.12 |
| 2712 | 2026-08-14T17:09:30.734Z | Checking peg-runtime v0.8.5 |
| 2713 | 2026-08-14T17:09:30.830Z | Checking rayon v1.11.0 |
| 2714 | 2026-08-14T17:09:30.852Z | Checking sigpipe v0.1.3 |
| 2715 | 2026-08-14T17:09:30.871Z | Checking glob v0.3.3 |
| 2716 | 2026-08-14T17:09:32.412Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2717 | 2026-08-14T17:09:32.473Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2718 | 2026-08-14T17:09:32.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.81s |
| 2719 | 2026-08-14T17:09:32.910Z | |
| 2720 | 2026-08-14T17:09:32.910Z | info: running `cargo check --bins` on internal-dns-types (79/335) |
| 2721 | 2026-08-14T17:09:33.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2722 | 2026-08-14T17:09:33.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2723 | 2026-08-14T17:09:33.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2724 | 2026-08-14T17:09:33.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2725 | 2026-08-14T17:09:33.470Z | |
| 2726 | 2026-08-14T17:09:33.470Z | info: running `cargo check --bins` on internal-dns-types-versions (80/335) |
| 2727 | 2026-08-14T17:09:33.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2728 | 2026-08-14T17:09:33.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2729 | 2026-08-14T17:09:33.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2730 | 2026-08-14T17:09:33.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2731 | 2026-08-14T17:09:34.037Z | |
| 2732 | 2026-08-14T17:09:34.037Z | info: running `cargo check --bins` on nexus-types-versions (81/335) |
| 2733 | 2026-08-14T17:09:34.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2734 | 2026-08-14T17:09:34.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2735 | 2026-08-14T17:09:34.532Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2736 | 2026-08-14T17:09:34.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2737 | 2026-08-14T17:09:34.618Z | |
| 2738 | 2026-08-14T17:09:34.618Z | info: running `cargo check --bins` on oxql-types (82/335) |
| 2739 | 2026-08-14T17:09:35.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2740 | 2026-08-14T17:09:35.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2741 | 2026-08-14T17:09:35.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2742 | 2026-08-14T17:09:35.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2743 | 2026-08-14T17:09:35.181Z | |
| 2744 | 2026-08-14T17:09:35.181Z | info: running `cargo check --bins` on oximeter-types (83/335) |
| 2745 | 2026-08-14T17:09:35.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2746 | 2026-08-14T17:09:35.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2747 | 2026-08-14T17:09:35.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2748 | 2026-08-14T17:09:35.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2749 | 2026-08-14T17:09:35.746Z | |
| 2750 | 2026-08-14T17:09:35.747Z | info: running `cargo check --bins` on oximeter-types-versions (84/335) |
| 2751 | 2026-08-14T17:09:36.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2752 | 2026-08-14T17:09:36.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2753 | 2026-08-14T17:09:36.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2754 | 2026-08-14T17:09:36.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2755 | 2026-08-14T17:09:36.310Z | |
| 2756 | 2026-08-14T17:09:36.310Z | info: running `cargo check --bins` on oximeter-macro-impl (85/335) |
| 2757 | 2026-08-14T17:09:36.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2758 | 2026-08-14T17:09:36.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2759 | 2026-08-14T17:09:36.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2760 | 2026-08-14T17:09:36.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2761 | 2026-08-14T17:09:36.854Z | |
| 2762 | 2026-08-14T17:09:36.855Z | info: running `cargo check --bins --no-default-features` on oximeter-db (86/335) |
| 2763 | 2026-08-14T17:09:37.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2764 | 2026-08-14T17:09:37.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2765 | 2026-08-14T17:09:37.529Z | Compiling multer v3.1.0 |
| 2766 | 2026-08-14T17:09:37.641Z | Compiling async-stream-impl v0.3.6 |
| 2767 | 2026-08-14T17:09:37.641Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2768 | 2026-08-14T17:09:37.658Z | Compiling dropshot v0.17.1 |
| 2769 | 2026-08-14T17:09:37.670Z | Compiling parse-display-derive v0.10.0 |
| 2770 | 2026-08-14T17:09:37.682Z | Compiling dropshot_endpoint v0.17.1 |
| 2771 | 2026-08-14T17:09:37.685Z | Compiling newtype-uuid-macros v0.1.0 |
| 2772 | 2026-08-14T17:09:37.711Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2773 | 2026-08-14T17:09:37.859Z | Checking thread_local v1.1.9 |
| 2774 | 2026-08-14T17:09:37.877Z | Checking match_cfg v0.1.0 |
| 2775 | 2026-08-14T17:09:37.945Z | Checking compression-core v0.4.31 |
| 2776 | 2026-08-14T17:09:38.019Z | Checking hostname v0.3.1 |
| 2777 | 2026-08-14T17:09:38.035Z | Checking crossbeam-channel v0.5.15 |
| 2778 | 2026-08-14T17:09:38.085Z | Checking compression-codecs v0.4.37 |
| 2779 | 2026-08-14T17:09:38.103Z | Checking atomicwrites v0.4.4 |
| 2780 | 2026-08-14T17:09:38.117Z | Checking slog-json v2.6.1 |
| 2781 | 2026-08-14T17:09:38.204Z | Checking serde_spanned v1.1.1 |
| 2782 | 2026-08-14T17:09:38.226Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2783 | 2026-08-14T17:09:38.243Z | Checking is-terminal v0.4.17 |
| 2784 | 2026-08-14T17:09:38.268Z | Checking take_mut v0.2.2 |
| 2785 | 2026-08-14T17:09:38.330Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2786 | 2026-08-14T17:09:38.334Z | Checking term v1.2.1 |
| 2787 | 2026-08-14T17:09:38.372Z | Checking debug-ignore v1.0.5 |
| 2788 | 2026-08-14T17:09:38.396Z | Checking slog-async v2.8.0 |
| 2789 | 2026-08-14T17:09:38.429Z | Checking slog-bunyan v2.5.0 |
| 2790 | 2026-08-14T17:09:38.443Z | Checking async-compression v0.4.41 |
| 2791 | 2026-08-14T17:09:38.465Z | Checking async-stream v0.3.6 |
| 2792 | 2026-08-14T17:09:38.505Z | Checking toml v1.1.2+spec-1.1.0 |
| 2793 | 2026-08-14T17:09:38.541Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2794 | 2026-08-14T17:09:38.561Z | Checking slog-term v2.9.2 |
| 2795 | 2026-08-14T17:09:38.564Z | Checking progenitor-client v0.14.0 |
| 2796 | 2026-08-14T17:09:38.589Z | Checking sha1 v0.11.0 |
| 2797 | 2026-08-14T17:09:38.681Z | Checking waitgroup v0.1.2 |
| 2798 | 2026-08-14T17:09:38.770Z | Checking rustls-pemfile v2.2.0 |
| 2799 | 2026-08-14T17:09:38.784Z | Checking backon v1.6.0 |
| 2800 | 2026-08-14T17:09:38.796Z | Checking serde_path_to_error v0.1.20 |
| 2801 | 2026-08-14T17:09:38.818Z | Checking hostname v0.4.2 |
| 2802 | 2026-08-14T17:09:38.859Z | Checking instant v0.1.13 |
| 2803 | 2026-08-14T17:09:38.937Z | Checking progenitor-extras v0.2.0 |
| 2804 | 2026-08-14T17:09:38.951Z | Checking backoff v0.4.0 |
| 2805 | 2026-08-14T17:09:39.072Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2806 | 2026-08-14T17:09:39.075Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2807 | 2026-08-14T17:09:39.107Z | Checking itertools v0.14.0 |
| 2808 | 2026-08-14T17:09:39.120Z | Checking regress v0.10.5 |
| 2809 | 2026-08-14T17:09:39.271Z | Checking macaddr v1.0.1 |
| 2810 | 2026-08-14T17:09:39.307Z | Checking parse-display v0.10.0 |
| 2811 | 2026-08-14T17:09:39.442Z | Checking humantime v2.3.0 |
| 2812 | 2026-08-14T17:09:40.237Z | Compiling prettyplease v0.2.37 |
| 2813 | 2026-08-14T17:09:40.497Z | Checking num-rational v0.4.2 |
| 2814 | 2026-08-14T17:09:40.768Z | Checking num-complex v0.4.6 |
| 2815 | 2026-08-14T17:09:41.293Z | Compiling num v0.4.3 |
| 2816 | 2026-08-14T17:09:41.293Z | Compiling usdt-attr-macro v0.5.0 |
| 2817 | 2026-08-14T17:09:41.356Z | Compiling usdt-macro v0.5.0 |
| 2818 | 2026-08-14T17:09:41.369Z | Checking memmap v0.7.0 |
| 2819 | 2026-08-14T17:09:41.381Z | Checking float-ord v0.3.2 |
| 2820 | 2026-08-14T17:09:41.395Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2821 | 2026-08-14T17:09:41.497Z | Checking unicode-width v0.2.0 |
| 2822 | 2026-08-14T17:09:41.602Z | Compiling convert_case v0.4.0 |
| 2823 | 2026-08-14T17:09:41.747Z | Checking console v0.15.11 |
| 2824 | 2026-08-14T17:09:42.009Z | Compiling derive_more v0.99.20 |
| 2825 | 2026-08-14T17:09:42.063Z | Checking newline-converter v0.3.0 |
| 2826 | 2026-08-14T17:09:42.118Z | Compiling toml v0.8.23 |
| 2827 | 2026-08-14T17:09:42.131Z | Checking usdt v0.5.0 |
| 2828 | 2026-08-14T17:09:42.171Z | Checking linked-hash-map v0.5.6 |
| 2829 | 2026-08-14T17:09:42.302Z | Compiling minimal-lexical v0.2.1 |
| 2830 | 2026-08-14T17:09:42.348Z | Checking lru-cache v0.1.2 |
| 2831 | 2026-08-14T17:09:42.471Z | Checking expectorate v1.2.0 |
| 2832 | 2026-08-14T17:09:42.558Z | Compiling nom v7.1.3 |
| 2833 | 2026-08-14T17:09:42.930Z | Checking camino-tempfile v1.4.1 |
| 2834 | 2026-08-14T17:09:43.053Z | Checking hickory-proto v0.24.4 |
| 2835 | 2026-08-14T17:09:43.093Z | Checking phf_shared v0.12.1 |
| 2836 | 2026-08-14T17:09:43.122Z | Compiling slog-dtrace v0.3.0 |
| 2837 | 2026-08-14T17:09:43.233Z | Checking resolv-conf v0.7.6 |
| 2838 | 2026-08-14T17:09:43.421Z | Checking heck v0.5.0 |
| 2839 | 2026-08-14T17:09:43.545Z | Compiling chrono-tz v0.10.4 |
| 2840 | 2026-08-14T17:09:43.600Z | Compiling unicode-xid v0.2.6 |
| 2841 | 2026-08-14T17:09:43.735Z | Compiling const_format_proc_macros v0.2.34 |
| 2842 | 2026-08-14T17:09:43.801Z | Checking phf v0.12.1 |
| 2843 | 2026-08-14T17:09:43.901Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2844 | 2026-08-14T17:09:43.943Z | Checking tokio-dtrace v0.1.1 |
| 2845 | 2026-08-14T17:09:44.134Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2846 | 2026-08-14T17:09:44.340Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2847 | 2026-08-14T17:09:44.369Z | Compiling derive-where v1.6.0 |
| 2848 | 2026-08-14T17:09:44.539Z | Checking highway v1.3.0 |
| 2849 | 2026-08-14T17:09:44.578Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2850 | 2026-08-14T17:09:44.766Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2851 | 2026-08-14T17:09:44.861Z | Checking hickory-resolver v0.24.4 |
| 2852 | 2026-08-14T17:09:45.269Z | Checking const_format v0.2.35 |
| 2853 | 2026-08-14T17:09:45.522Z | Checking oxide-tokio-rt v0.1.4 |
| 2854 | 2026-08-14T17:09:45.646Z | Checking qorb v0.4.1 |
| 2855 | 2026-08-14T17:09:45.874Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2856 | 2026-08-14T17:09:45.903Z | Checking gethostname v0.5.0 |
| 2857 | 2026-08-14T17:09:45.918Z | Checking bcs v0.1.6 |
| 2858 | 2026-08-14T17:09:45.930Z | Checking termtree v0.5.1 |
| 2859 | 2026-08-14T17:09:46.089Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2860 | 2026-08-14T17:09:46.141Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2861 | 2026-08-14T17:09:46.141Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2862 | 2026-08-14T17:09:49.158Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2863 | 2026-08-14T17:09:52.245Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2864 | 2026-08-14T17:09:54.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.63s |
| 2865 | 2026-08-14T17:09:54.661Z | |
| 2866 | 2026-08-14T17:09:54.662Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (87/335) |
| 2867 | 2026-08-14T17:09:55.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2868 | 2026-08-14T17:09:55.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2869 | 2026-08-14T17:09:55.323Z | Compiling ar_archive_writer v0.5.1 |
| 2870 | 2026-08-14T17:09:55.434Z | Compiling stacker v0.1.23 |
| 2871 | 2026-08-14T17:09:55.439Z | Compiling cfg_aliases v0.1.1 |
| 2872 | 2026-08-14T17:09:55.445Z | Compiling convert_case v0.10.0 |
| 2873 | 2026-08-14T17:09:55.450Z | Checking unicode-width v0.1.14 |
| 2874 | 2026-08-14T17:09:55.459Z | Compiling proc-macro-error v1.0.4 |
| 2875 | 2026-08-14T17:09:55.471Z | Checking fd-lock v4.0.4 |
| 2876 | 2026-08-14T17:09:55.471Z | Checking nibble_vec v0.1.0 |
| 2877 | 2026-08-14T17:09:55.493Z | Compiling nix v0.28.0 |
| 2878 | 2026-08-14T17:09:55.584Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2879 | 2026-08-14T17:09:55.597Z | Checking vte v0.14.1 |
| 2880 | 2026-08-14T17:09:55.680Z | Checking endian-type v0.1.2 |
| 2881 | 2026-08-14T17:09:55.693Z | Checking bytecount v0.6.9 |
| 2882 | 2026-08-14T17:09:55.730Z | Compiling derive_more-impl v2.1.1 |
| 2883 | 2026-08-14T17:09:55.741Z | Checking strip-ansi-escapes v0.2.1 |
| 2884 | 2026-08-14T17:09:55.752Z | Compiling tabled_derive v0.7.0 |
| 2885 | 2026-08-14T17:09:55.787Z | Checking papergrid v0.11.0 |
| 2886 | 2026-08-14T17:09:55.799Z | Checking radix_trie v0.2.1 |
| 2887 | 2026-08-14T17:09:55.847Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2888 | 2026-08-14T17:09:55.982Z | Compiling peg-macros v0.8.5 |
| 2889 | 2026-08-14T17:09:55.997Z | Checking winnow v0.6.26 |
| 2890 | 2026-08-14T17:09:56.227Z | Compiling psm v0.1.30 |
| 2891 | 2026-08-14T17:09:56.306Z | Compiling sqlparser_derive v0.5.0 |
| 2892 | 2026-08-14T17:09:56.405Z | Checking nu-ansi-term v0.50.3 |
| 2893 | 2026-08-14T17:09:56.530Z | Checking derive_more v2.1.1 |
| 2894 | 2026-08-14T17:09:56.608Z | Checking unicode_categories v0.1.1 |
| 2895 | 2026-08-14T17:09:56.621Z | Checking home v0.5.12 |
| 2896 | 2026-08-14T17:09:56.697Z | Checking tabled v0.15.0 |
| 2897 | 2026-08-14T17:09:56.723Z | Checking reedline v0.40.0 |
| 2898 | 2026-08-14T17:09:56.749Z | Checking rustyline v14.0.0 |
| 2899 | 2026-08-14T17:09:56.759Z | Checking crossterm v0.29.0 |
| 2900 | 2026-08-14T17:09:57.038Z | Checking recursive v0.1.1 |
| 2901 | 2026-08-14T17:09:57.081Z | Checking display-error-chain v0.2.2 |
| 2902 | 2026-08-14T17:09:57.133Z | Checking sqlparser v0.61.0 |
| 2903 | 2026-08-14T17:09:57.182Z | Checking sqlformat v0.3.5 |
| 2904 | 2026-08-14T17:09:57.354Z | Checking peg v0.8.5 |
| 2905 | 2026-08-14T17:10:08.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.82s |
| 2906 | 2026-08-14T17:10:08.661Z | |
| 2907 | 2026-08-14T17:10:08.661Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (88/335) |
| 2908 | 2026-08-14T17:10:09.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2909 | 2026-08-14T17:10:09.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2910 | 2026-08-14T17:10:09.313Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2911 | 2026-08-14T17:10:12.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s |
| 2912 | 2026-08-14T17:10:13.028Z | |
| 2913 | 2026-08-14T17:10:13.028Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (89/335) |
| 2914 | 2026-08-14T17:10:13.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2915 | 2026-08-14T17:10:13.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2916 | 2026-08-14T17:10:13.683Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2917 | 2026-08-14T17:10:16.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s |
| 2918 | 2026-08-14T17:10:16.412Z | |
| 2919 | 2026-08-14T17:10:16.412Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (90/335) |
| 2920 | 2026-08-14T17:10:16.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2921 | 2026-08-14T17:10:16.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2922 | 2026-08-14T17:10:17.063Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2923 | 2026-08-14T17:10:20.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s |
| 2924 | 2026-08-14T17:10:20.586Z | |
| 2925 | 2026-08-14T17:10:20.586Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (91/335) |
| 2926 | 2026-08-14T17:10:21.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2927 | 2026-08-14T17:10:21.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2928 | 2026-08-14T17:10:21.241Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2929 | 2026-08-14T17:10:24.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s |
| 2930 | 2026-08-14T17:10:24.794Z | |
| 2931 | 2026-08-14T17:10:24.794Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (92/335) |
| 2932 | 2026-08-14T17:10:25.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2933 | 2026-08-14T17:10:25.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2934 | 2026-08-14T17:10:25.448Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2935 | 2026-08-14T17:10:28.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s |
| 2936 | 2026-08-14T17:10:28.320Z | |
| 2937 | 2026-08-14T17:10:28.320Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (93/335) |
| 2938 | 2026-08-14T17:10:28.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2939 | 2026-08-14T17:10:28.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2940 | 2026-08-14T17:10:28.973Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2941 | 2026-08-14T17:10:31.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s |
| 2942 | 2026-08-14T17:10:31.874Z | |
| 2943 | 2026-08-14T17:10:31.874Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (94/335) |
| 2944 | 2026-08-14T17:10:32.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2945 | 2026-08-14T17:10:32.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2946 | 2026-08-14T17:10:32.538Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2947 | 2026-08-14T17:10:36.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s |
| 2948 | 2026-08-14T17:10:36.212Z | |
| 2949 | 2026-08-14T17:10:36.212Z | info: running `cargo check --bins` on oximeter (95/335) |
| 2950 | 2026-08-14T17:10:36.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2951 | 2026-08-14T17:10:36.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2952 | 2026-08-14T17:10:36.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2953 | 2026-08-14T17:10:36.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2954 | 2026-08-14T17:10:36.768Z | |
| 2955 | 2026-08-14T17:10:36.768Z | info: running `cargo check --bins` on oximeter-schema (96/335) |
| 2956 | 2026-08-14T17:10:37.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2957 | 2026-08-14T17:10:37.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2958 | 2026-08-14T17:10:37.382Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2959 | 2026-08-14T17:10:37.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 2960 | 2026-08-14T17:10:37.940Z | |
| 2961 | 2026-08-14T17:10:37.940Z | info: running `cargo check --bins` on oximeter-timeseries-macro (97/335) |
| 2962 | 2026-08-14T17:10:38.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2963 | 2026-08-14T17:10:38.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2964 | 2026-08-14T17:10:38.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2965 | 2026-08-14T17:10:38.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2966 | 2026-08-14T17:10:38.499Z | |
| 2967 | 2026-08-14T17:10:38.499Z | info: running `cargo check --bins` on oximeter-test-utils (98/335) |
| 2968 | 2026-08-14T17:10:38.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2969 | 2026-08-14T17:10:39.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2970 | 2026-08-14T17:10:39.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2971 | 2026-08-14T17:10:39.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2972 | 2026-08-14T17:10:39.089Z | |
| 2973 | 2026-08-14T17:10:39.089Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (99/335) |
| 2974 | 2026-08-14T17:10:39.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2975 | 2026-08-14T17:10:39.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2976 | 2026-08-14T17:10:39.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2977 | 2026-08-14T17:10:39.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2978 | 2026-08-14T17:10:39.653Z | |
| 2979 | 2026-08-14T17:10:39.653Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (100/335) |
| 2980 | 2026-08-14T17:10:40.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2981 | 2026-08-14T17:10:40.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2982 | 2026-08-14T17:10:40.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2983 | 2026-08-14T17:10:40.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2984 | 2026-08-14T17:10:40.216Z | |
| 2985 | 2026-08-14T17:10:40.216Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (101/335) |
| 2986 | 2026-08-14T17:10:40.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2987 | 2026-08-14T17:10:40.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2988 | 2026-08-14T17:10:40.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2989 | 2026-08-14T17:10:40.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2990 | 2026-08-14T17:10:40.785Z | |
| 2991 | 2026-08-14T17:10:40.785Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (102/335) |
| 2992 | 2026-08-14T17:10:41.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2993 | 2026-08-14T17:10:41.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2994 | 2026-08-14T17:10:41.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2995 | 2026-08-14T17:10:41.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2996 | 2026-08-14T17:10:41.344Z | |
| 2997 | 2026-08-14T17:10:41.344Z | info: running `cargo check --bins` on trust-quorum-types (103/335) |
| 2998 | 2026-08-14T17:10:41.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2999 | 2026-08-14T17:10:41.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3000 | 2026-08-14T17:10:41.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3001 | 2026-08-14T17:10:41.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3002 | 2026-08-14T17:10:41.892Z | |
| 3003 | 2026-08-14T17:10:41.892Z | info: running `cargo check --bins` on trust-quorum-test-utils (104/335) |
| 3004 | 2026-08-14T17:10:42.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3005 | 2026-08-14T17:10:42.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3006 | 2026-08-14T17:10:42.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3007 | 2026-08-14T17:10:42.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3008 | 2026-08-14T17:10:42.457Z | |
| 3009 | 2026-08-14T17:10:42.457Z | info: running `cargo check --bins` on reconfigurator-cli (105/335) |
| 3010 | 2026-08-14T17:10:42.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3011 | 2026-08-14T17:10:42.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3012 | 2026-08-14T17:10:43.258Z | Compiling regress v0.11.1 |
| 3013 | 2026-08-14T17:10:43.258Z | Checking secrecy v0.10.3 |
| 3014 | 2026-08-14T17:10:43.258Z | Compiling crucible-workspace-hack v0.1.0 |
| 3015 | 2026-08-14T17:10:43.258Z | Compiling proc-macro-crate v1.3.1 |
| 3016 | 2026-08-14T17:10:43.258Z | Checking half v2.7.1 |
| 3017 | 2026-08-14T17:10:43.262Z | Checking ciborium-io v0.2.2 |
| 3018 | 2026-08-14T17:10:43.262Z | Checking inout v0.1.4 |
| 3019 | 2026-08-14T17:10:43.262Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3020 | 2026-08-14T17:10:43.507Z | Checking cipher v0.4.4 |
| 3021 | 2026-08-14T17:10:43.552Z | Checking universal-hash v0.5.1 |
| 3022 | 2026-08-14T17:10:43.638Z | Checking ciborium-ll v0.2.2 |
| 3023 | 2026-08-14T17:10:43.658Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3024 | 2026-08-14T17:10:43.684Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3025 | 2026-08-14T17:10:43.703Z | Checking opaque-debug v0.3.1 |
| 3026 | 2026-08-14T17:10:43.738Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3027 | 2026-08-14T17:10:43.773Z | Checking poly1305 v0.8.0 |
| 3028 | 2026-08-14T17:10:43.808Z | Checking ciborium v0.2.2 |
| 3029 | 2026-08-14T17:10:43.822Z | Checking chacha20 v0.9.1 |
| 3030 | 2026-08-14T17:10:43.882Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3031 | 2026-08-14T17:10:44.012Z | Checking password-hash v0.5.0 |
| 3032 | 2026-08-14T17:10:44.031Z | Checking blake2 v0.10.6 |
| 3033 | 2026-08-14T17:10:44.134Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3034 | 2026-08-14T17:10:44.165Z | Checking aead v0.5.2 |
| 3035 | 2026-08-14T17:10:44.226Z | Checking indent_write v2.2.0 |
| 3036 | 2026-08-14T17:10:44.239Z | Compiling unsafe-libyaml v0.2.11 |
| 3037 | 2026-08-14T17:10:44.266Z | Checking argon2 v0.5.3 |
| 3038 | 2026-08-14T17:10:44.310Z | Checking chacha20poly1305 v0.10.1 |
| 3039 | 2026-08-14T17:10:44.355Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3040 | 2026-08-14T17:10:44.435Z | Compiling num_enum_derive v0.7.6 |
| 3041 | 2026-08-14T17:10:44.613Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3042 | 2026-08-14T17:10:44.829Z | Compiling serde_yaml v0.9.34+deprecated |
| 3043 | 2026-08-14T17:10:44.845Z | Checking thiserror-no-std v2.0.2 |
| 3044 | 2026-08-14T17:10:44.935Z | Compiling typify-impl v0.6.2 |
| 3045 | 2026-08-14T17:10:44.999Z | Checking vsss-rs v3.3.4 |
| 3046 | 2026-08-14T17:10:45.012Z | Compiling itertools v0.15.0 |
| 3047 | 2026-08-14T17:10:45.539Z | Checking num_enum v0.7.6 |
| 3048 | 2026-08-14T17:10:45.662Z | Compiling heapless v0.8.0 |
| 3049 | 2026-08-14T17:10:45.802Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3050 | 2026-08-14T17:10:45.904Z | Checking hash32 v0.3.1 |
| 3051 | 2026-08-14T17:10:46.038Z | Compiling smoltcp v0.11.0 |
| 3052 | 2026-08-14T17:10:46.093Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3053 | 2026-08-14T17:10:46.127Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3054 | 2026-08-14T17:10:46.238Z | Checking tabwriter v1.4.1 |
| 3055 | 2026-08-14T17:10:46.304Z | Compiling ingot-macros v0.2.0 |
| 3056 | 2026-08-14T17:10:46.358Z | Checking cobs v0.3.0 |
| 3057 | 2026-08-14T17:10:46.387Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3058 | 2026-08-14T17:10:46.406Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3059 | 2026-08-14T17:10:46.504Z | Checking postcard v1.1.3 |
| 3060 | 2026-08-14T17:10:46.556Z | Compiling foreign-types-macros v0.2.3 |
| 3061 | 2026-08-14T17:10:46.592Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3062 | 2026-08-14T17:10:46.613Z | Checking foreign-types-shared v0.3.1 |
| 3063 | 2026-08-14T17:10:46.707Z | Checking colored v3.1.1 |
| 3064 | 2026-08-14T17:10:46.786Z | Checking swrite v0.1.0 |
| 3065 | 2026-08-14T17:10:46.931Z | Compiling num_enum_derive v0.5.11 |
| 3066 | 2026-08-14T17:10:46.964Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3067 | 2026-08-14T17:10:46.999Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3068 | 2026-08-14T17:10:47.170Z | Checking foreign-types v0.5.0 |
| 3069 | 2026-08-14T17:10:47.239Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3070 | 2026-08-14T17:10:47.254Z | Checking cstr-argument v0.1.2 |
| 3071 | 2026-08-14T17:10:47.383Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3072 | 2026-08-14T17:10:47.422Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3073 | 2026-08-14T17:10:47.457Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3074 | 2026-08-14T17:10:47.538Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3075 | 2026-08-14T17:10:47.594Z | Checking rand v0.10.1 |
| 3076 | 2026-08-14T17:10:47.634Z | Checking itertools v0.12.1 |
| 3077 | 2026-08-14T17:10:47.689Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3078 | 2026-08-14T17:10:47.737Z | Compiling zone_cfg_derive v0.3.1 |
| 3079 | 2026-08-14T17:10:47.964Z | Checking num_enum v0.5.11 |
| 3080 | 2026-08-14T17:10:48.017Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3081 | 2026-08-14T17:10:48.083Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3082 | 2026-08-14T17:10:48.133Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3083 | 2026-08-14T17:10:48.259Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3084 | 2026-08-14T17:10:48.378Z | Compiling num-derive v0.4.2 |
| 3085 | 2026-08-14T17:10:48.438Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3086 | 2026-08-14T17:10:48.629Z | Compiling semver v0.1.20 |
| 3087 | 2026-08-14T17:10:48.648Z | Checking zone v0.3.1 |
| 3088 | 2026-08-14T17:10:48.916Z | Compiling rustc_version v0.1.7 |
| 3089 | 2026-08-14T17:10:48.952Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3090 | 2026-08-14T17:10:49.112Z | Checking smf v0.2.3 |
| 3091 | 2026-08-14T17:10:49.145Z | Checking nom v8.0.0 |
| 3092 | 2026-08-14T17:10:49.166Z | Checking csv-core v0.1.13 |
| 3093 | 2026-08-14T17:10:49.181Z | Checking ingot-types v0.2.0 |
| 3094 | 2026-08-14T17:10:49.296Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3095 | 2026-08-14T17:10:49.350Z | Checking whoami v1.6.1 |
| 3096 | 2026-08-14T17:10:49.364Z | Checking csv v1.4.0 |
| 3097 | 2026-08-14T17:10:49.449Z | Compiling typify-macro v0.6.2 |
| 3098 | 2026-08-14T17:10:49.519Z | Compiling newtype_derive v0.1.6 |
| 3099 | 2026-08-14T17:10:49.534Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3100 | 2026-08-14T17:10:49.547Z | Checking ingot v0.2.1 |
| 3101 | 2026-08-14T17:10:49.687Z | Compiling cancel-safe-futures v0.1.5 |
| 3102 | 2026-08-14T17:10:49.724Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3103 | 2026-08-14T17:10:49.757Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3104 | 2026-08-14T17:10:49.890Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3105 | 2026-08-14T17:10:49.927Z | Compiling libefi-sys v0.1.0 |
| 3106 | 2026-08-14T17:10:49.966Z | Compiling owo-colors v4.3.0 |
| 3107 | 2026-08-14T17:10:50.102Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3108 | 2026-08-14T17:10:50.154Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3109 | 2026-08-14T17:10:50.348Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3110 | 2026-08-14T17:10:50.377Z | Checking oxide-update-engine-types v0.1.2 |
| 3111 | 2026-08-14T17:10:50.413Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3112 | 2026-08-14T17:10:50.534Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3113 | 2026-08-14T17:10:50.550Z | Compiling bitfield-struct v0.6.2 |
| 3114 | 2026-08-14T17:10:50.761Z | Checking smawk v0.3.2 |
| 3115 | 2026-08-14T17:10:50.898Z | Checking linear-map v1.2.0 |
| 3116 | 2026-08-14T17:10:50.997Z | Checking unicode-linebreak v0.1.5 |
| 3117 | 2026-08-14T17:10:51.074Z | Checking steno v0.4.1 |
| 3118 | 2026-08-14T17:10:51.088Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3119 | 2026-08-14T17:10:51.132Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3120 | 2026-08-14T17:10:51.164Z | Compiling typify v0.6.2 |
| 3121 | 2026-08-14T17:10:51.206Z | Checking textwrap v0.16.2 |
| 3122 | 2026-08-14T17:10:51.248Z | Checking oxide-update-engine v0.1.2 |
| 3123 | 2026-08-14T17:10:51.278Z | Compiling progenitor-impl v0.14.0 |
| 3124 | 2026-08-14T17:10:51.419Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3125 | 2026-08-14T17:10:51.889Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3126 | 2026-08-14T17:10:52.056Z | Checking sha1 v0.10.6 |
| 3127 | 2026-08-14T17:10:52.105Z | Checking utf-8 v0.7.6 |
| 3128 | 2026-08-14T17:10:52.230Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3129 | 2026-08-14T17:10:52.248Z | Checking tungstenite v0.21.0 |
| 3130 | 2026-08-14T17:10:52.251Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3131 | 2026-08-14T17:10:52.273Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3132 | 2026-08-14T17:10:52.276Z | Checking ignore v0.4.25 |
| 3133 | 2026-08-14T17:10:52.309Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3134 | 2026-08-14T17:10:52.411Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3135 | 2026-08-14T17:10:52.551Z | Compiling xshell-macros v0.2.7 |
| 3136 | 2026-08-14T17:10:52.622Z | Checking predicates-tree v1.0.13 |
| 3137 | 2026-08-14T17:10:52.661Z | Checking tokio-tungstenite v0.21.0 |
| 3138 | 2026-08-14T17:10:52.686Z | Checking globwalk v0.9.1 |
| 3139 | 2026-08-14T17:10:52.735Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3140 | 2026-08-14T17:10:52.868Z | Checking filetime v0.2.27 |
| 3141 | 2026-08-14T17:10:52.933Z | Checking xshell v0.2.7 |
| 3142 | 2026-08-14T17:10:52.947Z | Checking tagptr v0.2.0 |
| 3143 | 2026-08-14T17:10:53.008Z | Checking xattr v1.6.1 |
| 3144 | 2026-08-14T17:10:53.092Z | Checking moka v0.12.13 |
| 3145 | 2026-08-14T17:10:53.117Z | Checking camino-tempfile-ext v0.3.3 |
| 3146 | 2026-08-14T17:10:53.133Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3147 | 2026-08-14T17:10:53.147Z | Checking tar v0.4.46 |
| 3148 | 2026-08-14T17:10:53.313Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3149 | 2026-08-14T17:10:53.316Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3150 | 2026-08-14T17:10:53.344Z | Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3151 | 2026-08-14T17:10:53.464Z | Checking rand_seeder v0.4.0 |
| 3152 | 2026-08-14T17:10:53.483Z | Checking half v1.8.3 |
| 3153 | 2026-08-14T17:10:53.529Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3154 | 2026-08-14T17:10:53.543Z | Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3155 | 2026-08-14T17:10:53.611Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3156 | 2026-08-14T17:10:53.681Z | Checking serde_cbor v0.11.2 |
| 3157 | 2026-08-14T17:10:53.735Z | Checking hickory-resolver v0.25.2 |
| 3158 | 2026-08-14T17:10:53.797Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3159 | 2026-08-14T17:10:53.905Z | Checking sha2 v0.11.0 |
| 3160 | 2026-08-14T17:10:53.934Z | Compiling progenitor-macro v0.14.0 |
| 3161 | 2026-08-14T17:10:54.066Z | Checking digest-io v0.1.0 |
| 3162 | 2026-08-14T17:10:54.199Z | Compiling petname v2.0.2 |
| 3163 | 2026-08-14T17:10:54.440Z | Checking rawzip v0.4.4 |
| 3164 | 2026-08-14T17:10:54.455Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3165 | 2026-08-14T17:10:54.574Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3166 | 2026-08-14T17:10:54.753Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3167 | 2026-08-14T17:10:54.817Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3168 | 2026-08-14T17:10:54.886Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3169 | 2026-08-14T17:10:55.028Z | Checking sapling-renderdag v0.1.0 |
| 3170 | 2026-08-14T17:10:55.065Z | Checking subprocess v0.2.15 |
| 3171 | 2026-08-14T17:10:55.128Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3172 | 2026-08-14T17:10:55.238Z | Checking sync-ptr v0.1.4 |
| 3173 | 2026-08-14T17:10:55.287Z | Checking colored v2.2.0 |
| 3174 | 2026-08-14T17:10:55.351Z | Checking assert_matches v1.5.0 |
| 3175 | 2026-08-14T17:10:55.355Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3176 | 2026-08-14T17:10:55.458Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3177 | 2026-08-14T17:10:55.488Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3178 | 2026-08-14T17:10:56.758Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3179 | 2026-08-14T17:10:56.983Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3180 | 2026-08-14T17:10:57.265Z | Checking progenitor v0.14.0 |
| 3181 | 2026-08-14T17:10:57.306Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3182 | 2026-08-14T17:10:57.393Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3183 | 2026-08-14T17:10:57.393Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3184 | 2026-08-14T17:10:57.396Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3185 | 2026-08-14T17:10:57.396Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3186 | 2026-08-14T17:10:57.396Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3187 | 2026-08-14T17:10:57.396Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3188 | 2026-08-14T17:10:57.899Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3189 | 2026-08-14T17:10:57.984Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3190 | 2026-08-14T17:10:58.053Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3191 | 2026-08-14T17:10:58.221Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3192 | 2026-08-14T17:10:58.898Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3193 | 2026-08-14T17:10:59.103Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3194 | 2026-08-14T17:11:00.316Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3195 | 2026-08-14T17:11:08.769Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3196 | 2026-08-14T17:11:15.920Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3197 | 2026-08-14T17:11:15.923Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3198 | 2026-08-14T17:11:15.923Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3199 | 2026-08-14T17:11:17.395Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3200 | 2026-08-14T17:11:18.671Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3201 | 2026-08-14T17:11:20.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.45s |
| 3202 | 2026-08-14T17:11:21.118Z | |
| 3203 | 2026-08-14T17:11:21.118Z | info: running `cargo check --bins` on nexus-inventory (106/335) |
| 3204 | 2026-08-14T17:11:21.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3205 | 2026-08-14T17:11:21.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3206 | 2026-08-14T17:11:21.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3207 | 2026-08-14T17:11:21.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3208 | 2026-08-14T17:11:21.722Z | |
| 3209 | 2026-08-14T17:11:21.722Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (107/335) |
| 3210 | 2026-08-14T17:11:22.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3211 | 2026-08-14T17:11:22.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3212 | 2026-08-14T17:11:22.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3213 | 2026-08-14T17:11:22.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3214 | 2026-08-14T17:11:22.293Z | |
| 3215 | 2026-08-14T17:11:22.293Z | info: running `cargo check --bins` on clickhouse-admin-server-client (108/335) |
| 3216 | 2026-08-14T17:11:22.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3217 | 2026-08-14T17:11:22.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3218 | 2026-08-14T17:11:22.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3219 | 2026-08-14T17:11:22.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3220 | 2026-08-14T17:11:22.856Z | |
| 3221 | 2026-08-14T17:11:22.856Z | info: running `cargo check --bins` on dns-service-client (109/335) |
| 3222 | 2026-08-14T17:11:23.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3223 | 2026-08-14T17:11:23.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3224 | 2026-08-14T17:11:23.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3225 | 2026-08-14T17:11:23.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3226 | 2026-08-14T17:11:23.421Z | |
| 3227 | 2026-08-14T17:11:23.421Z | info: running `cargo check --bins` on ntp-admin-client (110/335) |
| 3228 | 2026-08-14T17:11:23.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3229 | 2026-08-14T17:11:23.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3230 | 2026-08-14T17:11:23.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3231 | 2026-08-14T17:11:23.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3232 | 2026-08-14T17:11:23.972Z | |
| 3233 | 2026-08-14T17:11:23.972Z | info: running `cargo check --bins` on omicron-cockroach-metrics (111/335) |
| 3234 | 2026-08-14T17:11:24.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3235 | 2026-08-14T17:11:24.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3236 | 2026-08-14T17:11:24.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3237 | 2026-08-14T17:11:24.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3238 | 2026-08-14T17:11:24.526Z | |
| 3239 | 2026-08-14T17:11:24.526Z | info: running `cargo check --bins` on cockroach-admin-client (112/335) |
| 3240 | 2026-08-14T17:11:24.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3241 | 2026-08-14T17:11:24.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3242 | 2026-08-14T17:11:24.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3243 | 2026-08-14T17:11:25.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3244 | 2026-08-14T17:11:25.079Z | |
| 3245 | 2026-08-14T17:11:25.080Z | info: running `cargo check --bins` on parallel-task-set (113/335) |
| 3246 | 2026-08-14T17:11:25.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3247 | 2026-08-14T17:11:25.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3248 | 2026-08-14T17:11:25.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3249 | 2026-08-14T17:11:25.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3250 | 2026-08-14T17:11:25.630Z | |
| 3251 | 2026-08-14T17:11:25.630Z | info: running `cargo check --bins` on sled-agent-client (114/335) |
| 3252 | 2026-08-14T17:11:26.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3253 | 2026-08-14T17:11:26.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3254 | 2026-08-14T17:11:26.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3255 | 2026-08-14T17:11:26.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3256 | 2026-08-14T17:11:26.204Z | |
| 3257 | 2026-08-14T17:11:26.205Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/335) |
| 3258 | 2026-08-14T17:11:26.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3259 | 2026-08-14T17:11:26.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3260 | 2026-08-14T17:11:26.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3261 | 2026-08-14T17:11:26.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3262 | 2026-08-14T17:11:26.788Z | |
| 3263 | 2026-08-14T17:11:26.788Z | info: running `cargo check --bins --no-default-features` on sled-storage (116/335) |
| 3264 | 2026-08-14T17:11:27.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3265 | 2026-08-14T17:11:27.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3266 | 2026-08-14T17:11:27.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3267 | 2026-08-14T17:11:27.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3268 | 2026-08-14T17:11:27.361Z | |
| 3269 | 2026-08-14T17:11:27.361Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/335) |
| 3270 | 2026-08-14T17:11:27.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3271 | 2026-08-14T17:11:27.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3272 | 2026-08-14T17:11:27.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3273 | 2026-08-14T17:11:27.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3274 | 2026-08-14T17:11:27.938Z | |
| 3275 | 2026-08-14T17:11:27.938Z | info: running `cargo check --bins` on key-manager (118/335) |
| 3276 | 2026-08-14T17:11:28.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3277 | 2026-08-14T17:11:28.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3278 | 2026-08-14T17:11:28.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3279 | 2026-08-14T17:11:28.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3280 | 2026-08-14T17:11:28.500Z | |
| 3281 | 2026-08-14T17:11:28.500Z | info: running `cargo check --bins --no-default-features` on sled-hardware (119/335) |
| 3282 | 2026-08-14T17:11:28.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3283 | 2026-08-14T17:11:28.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3284 | 2026-08-14T17:11:28.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3285 | 2026-08-14T17:11:28.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3286 | 2026-08-14T17:11:29.077Z | |
| 3287 | 2026-08-14T17:11:29.077Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/335) |
| 3288 | 2026-08-14T17:11:29.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3289 | 2026-08-14T17:11:29.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3290 | 2026-08-14T17:11:29.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3291 | 2026-08-14T17:11:29.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3292 | 2026-08-14T17:11:29.657Z | |
| 3293 | 2026-08-14T17:11:29.657Z | info: running `cargo check --bins` on typed-rng (121/335) |
| 3294 | 2026-08-14T17:11:30.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3295 | 2026-08-14T17:11:30.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3296 | 2026-08-14T17:11:30.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3297 | 2026-08-14T17:11:30.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3298 | 2026-08-14T17:11:30.205Z | |
| 3299 | 2026-08-14T17:11:30.205Z | info: running `cargo check --bins` on gateway-test-utils (122/335) |
| 3300 | 2026-08-14T17:11:30.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3301 | 2026-08-14T17:11:30.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3302 | 2026-08-14T17:11:30.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3303 | 2026-08-14T17:11:30.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3304 | 2026-08-14T17:11:30.810Z | |
| 3305 | 2026-08-14T17:11:30.810Z | info: running `cargo check --bins` on omicron-gateway (123/335) |
| 3306 | 2026-08-14T17:11:31.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3307 | 2026-08-14T17:11:31.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3308 | 2026-08-14T17:11:31.526Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3309 | 2026-08-14T17:11:31.531Z | Checking void v1.0.2 |
| 3310 | 2026-08-14T17:11:31.531Z | Checking tungstenite v0.23.0 |
| 3311 | 2026-08-14T17:11:31.531Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3312 | 2026-08-14T17:11:31.531Z | Checking nix v0.27.1 |
| 3313 | 2026-08-14T17:11:31.531Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3314 | 2026-08-14T17:11:31.531Z | Checking dropshot-api-manager-types v0.7.2 |
| 3315 | 2026-08-14T17:11:31.643Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3316 | 2026-08-14T17:11:31.728Z | Checking lzss v0.8.2 |
| 3317 | 2026-08-14T17:11:31.785Z | Checking kstat-rs v0.2.5 |
| 3318 | 2026-08-14T17:11:31.823Z | Checking fxhash v0.2.1 |
| 3319 | 2026-08-14T17:11:31.914Z | Checking serde_bytes v0.11.19 |
| 3320 | 2026-08-14T17:11:31.939Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3321 | 2026-08-14T17:11:31.943Z | Checking signal-hook-tokio v0.3.1 |
| 3322 | 2026-08-14T17:11:31.986Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3323 | 2026-08-14T17:11:31.986Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3324 | 2026-08-14T17:11:32.097Z | Checking tokio-tungstenite v0.23.1 |
| 3325 | 2026-08-14T17:11:32.152Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3326 | 2026-08-14T17:11:33.235Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3327 | 2026-08-14T17:11:33.784Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3328 | 2026-08-14T17:11:35.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.11s |
| 3329 | 2026-08-14T17:11:36.114Z | |
| 3330 | 2026-08-14T17:11:36.114Z | info: running `cargo check --bins` on gateway-api (124/335) |
| 3331 | 2026-08-14T17:11:36.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3332 | 2026-08-14T17:11:36.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3333 | 2026-08-14T17:11:36.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3334 | 2026-08-14T17:11:36.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3335 | 2026-08-14T17:11:36.680Z | |
| 3336 | 2026-08-14T17:11:36.681Z | info: running `cargo check --bins` on ipcc (125/335) |
| 3337 | 2026-08-14T17:11:37.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3338 | 2026-08-14T17:11:37.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3339 | 2026-08-14T17:11:37.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3340 | 2026-08-14T17:11:37.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3341 | 2026-08-14T17:11:37.249Z | |
| 3342 | 2026-08-14T17:11:37.249Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (126/335) |
| 3343 | 2026-08-14T17:11:37.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3344 | 2026-08-14T17:11:37.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3345 | 2026-08-14T17:11:37.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3346 | 2026-08-14T17:11:37.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3347 | 2026-08-14T17:11:37.803Z | |
| 3348 | 2026-08-14T17:11:37.803Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/335) |
| 3349 | 2026-08-14T17:11:38.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3350 | 2026-08-14T17:11:38.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3351 | 2026-08-14T17:11:38.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3352 | 2026-08-14T17:11:38.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3353 | 2026-08-14T17:11:38.393Z | |
| 3354 | 2026-08-14T17:11:38.393Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/335) |
| 3355 | 2026-08-14T17:11:38.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3356 | 2026-08-14T17:11:38.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3357 | 2026-08-14T17:11:38.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3358 | 2026-08-14T17:11:38.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3359 | 2026-08-14T17:11:38.966Z | |
| 3360 | 2026-08-14T17:11:38.967Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/335) |
| 3361 | 2026-08-14T17:11:39.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3362 | 2026-08-14T17:11:39.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3363 | 2026-08-14T17:11:39.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3364 | 2026-08-14T17:11:39.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3365 | 2026-08-14T17:11:39.541Z | |
| 3366 | 2026-08-14T17:11:39.541Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/335) |
| 3367 | 2026-08-14T17:11:40.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3368 | 2026-08-14T17:11:40.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3369 | 2026-08-14T17:11:40.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3370 | 2026-08-14T17:11:40.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3371 | 2026-08-14T17:11:40.116Z | |
| 3372 | 2026-08-14T17:11:40.116Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/335) |
| 3373 | 2026-08-14T17:11:40.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3374 | 2026-08-14T17:11:40.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3375 | 2026-08-14T17:11:40.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3376 | 2026-08-14T17:11:40.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3377 | 2026-08-14T17:11:40.704Z | |
| 3378 | 2026-08-14T17:11:40.704Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/335) |
| 3379 | 2026-08-14T17:11:41.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3380 | 2026-08-14T17:11:41.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3381 | 2026-08-14T17:11:41.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3382 | 2026-08-14T17:11:41.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3383 | 2026-08-14T17:11:41.278Z | |
| 3384 | 2026-08-14T17:11:41.278Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/335) |
| 3385 | 2026-08-14T17:11:41.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3386 | 2026-08-14T17:11:41.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3387 | 2026-08-14T17:11:41.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3388 | 2026-08-14T17:11:41.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3389 | 2026-08-14T17:11:41.848Z | |
| 3390 | 2026-08-14T17:11:41.848Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/335) |
| 3391 | 2026-08-14T17:11:42.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3392 | 2026-08-14T17:11:42.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3393 | 2026-08-14T17:11:42.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3394 | 2026-08-14T17:11:42.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3395 | 2026-08-14T17:11:42.415Z | |
| 3396 | 2026-08-14T17:11:42.415Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/335) |
| 3397 | 2026-08-14T17:11:42.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3398 | 2026-08-14T17:11:42.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3399 | 2026-08-14T17:11:42.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3400 | 2026-08-14T17:11:42.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3401 | 2026-08-14T17:11:42.987Z | |
| 3402 | 2026-08-14T17:11:42.987Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/335) |
| 3403 | 2026-08-14T17:11:43.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3404 | 2026-08-14T17:11:43.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3405 | 2026-08-14T17:11:43.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3406 | 2026-08-14T17:11:43.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3407 | 2026-08-14T17:11:43.561Z | |
| 3408 | 2026-08-14T17:11:43.561Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/335) |
| 3409 | 2026-08-14T17:11:44.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3410 | 2026-08-14T17:11:44.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3411 | 2026-08-14T17:11:44.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3412 | 2026-08-14T17:11:44.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3413 | 2026-08-14T17:11:44.134Z | |
| 3414 | 2026-08-14T17:11:44.134Z | info: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/335) |
| 3415 | 2026-08-14T17:11:44.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3416 | 2026-08-14T17:11:44.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3417 | 2026-08-14T17:11:44.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3418 | 2026-08-14T17:11:44.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3419 | 2026-08-14T17:11:44.701Z | |
| 3420 | 2026-08-14T17:11:44.701Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/335) |
| 3421 | 2026-08-14T17:11:45.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3422 | 2026-08-14T17:11:45.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3423 | 2026-08-14T17:11:45.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3424 | 2026-08-14T17:11:45.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3425 | 2026-08-14T17:11:45.271Z | |
| 3426 | 2026-08-14T17:11:45.271Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/335) |
| 3427 | 2026-08-14T17:11:45.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3428 | 2026-08-14T17:11:45.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3429 | 2026-08-14T17:11:45.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3430 | 2026-08-14T17:11:45.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3431 | 2026-08-14T17:11:45.837Z | |
| 3432 | 2026-08-14T17:11:45.837Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/335) |
| 3433 | 2026-08-14T17:11:46.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3434 | 2026-08-14T17:11:46.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3435 | 2026-08-14T17:11:46.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3436 | 2026-08-14T17:11:46.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3437 | 2026-08-14T17:11:46.417Z | |
| 3438 | 2026-08-14T17:11:46.418Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/335) |
| 3439 | 2026-08-14T17:11:46.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3440 | 2026-08-14T17:11:46.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3441 | 2026-08-14T17:11:46.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3442 | 2026-08-14T17:11:46.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3443 | 2026-08-14T17:11:46.985Z | |
| 3444 | 2026-08-14T17:11:46.985Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/335) |
| 3445 | 2026-08-14T17:11:47.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3446 | 2026-08-14T17:11:47.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3447 | 2026-08-14T17:11:47.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3448 | 2026-08-14T17:11:47.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3449 | 2026-08-14T17:11:47.554Z | |
| 3450 | 2026-08-14T17:11:47.554Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/335) |
| 3451 | 2026-08-14T17:11:48.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3452 | 2026-08-14T17:11:48.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3453 | 2026-08-14T17:11:48.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3454 | 2026-08-14T17:11:48.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3455 | 2026-08-14T17:11:48.128Z | |
| 3456 | 2026-08-14T17:11:48.128Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/335) |
| 3457 | 2026-08-14T17:11:48.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3458 | 2026-08-14T17:11:48.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3459 | 2026-08-14T17:11:48.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3460 | 2026-08-14T17:11:48.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3461 | 2026-08-14T17:11:48.701Z | |
| 3462 | 2026-08-14T17:11:48.701Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/335) |
| 3463 | 2026-08-14T17:11:49.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3464 | 2026-08-14T17:11:49.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3465 | 2026-08-14T17:11:49.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3466 | 2026-08-14T17:11:49.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3467 | 2026-08-14T17:11:49.286Z | |
| 3468 | 2026-08-14T17:11:49.286Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/335) |
| 3469 | 2026-08-14T17:11:49.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3470 | 2026-08-14T17:11:49.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3471 | 2026-08-14T17:11:49.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3472 | 2026-08-14T17:11:49.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3473 | 2026-08-14T17:11:49.874Z | |
| 3474 | 2026-08-14T17:11:49.874Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/335) |
| 3475 | 2026-08-14T17:11:50.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3476 | 2026-08-14T17:11:50.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3477 | 2026-08-14T17:11:50.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3478 | 2026-08-14T17:11:50.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3479 | 2026-08-14T17:11:50.457Z | |
| 3480 | 2026-08-14T17:11:50.457Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/335) |
| 3481 | 2026-08-14T17:11:50.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3482 | 2026-08-14T17:11:50.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3483 | 2026-08-14T17:11:50.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3484 | 2026-08-14T17:11:50.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3485 | 2026-08-14T17:11:51.040Z | |
| 3486 | 2026-08-14T17:11:51.040Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/335) |
| 3487 | 2026-08-14T17:11:51.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3488 | 2026-08-14T17:11:51.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3489 | 2026-08-14T17:11:51.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3490 | 2026-08-14T17:11:51.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3491 | 2026-08-14T17:11:51.627Z | |
| 3492 | 2026-08-14T17:11:51.627Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/335) |
| 3493 | 2026-08-14T17:11:52.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3494 | 2026-08-14T17:11:52.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3495 | 2026-08-14T17:11:52.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3496 | 2026-08-14T17:11:52.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3497 | 2026-08-14T17:11:52.214Z | |
| 3498 | 2026-08-14T17:11:52.214Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/335) |
| 3499 | 2026-08-14T17:11:52.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3500 | 2026-08-14T17:11:52.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3501 | 2026-08-14T17:11:52.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3502 | 2026-08-14T17:11:52.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3503 | 2026-08-14T17:11:52.801Z | |
| 3504 | 2026-08-14T17:11:52.801Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/335) |
| 3505 | 2026-08-14T17:11:53.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3506 | 2026-08-14T17:11:53.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3507 | 2026-08-14T17:11:53.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3508 | 2026-08-14T17:11:53.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3509 | 2026-08-14T17:11:53.385Z | |
| 3510 | 2026-08-14T17:11:53.385Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/335) |
| 3511 | 2026-08-14T17:11:53.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3512 | 2026-08-14T17:11:53.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3513 | 2026-08-14T17:11:53.878Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3514 | 2026-08-14T17:11:53.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3515 | 2026-08-14T17:11:53.966Z | |
| 3516 | 2026-08-14T17:11:53.966Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/335) |
| 3517 | 2026-08-14T17:11:54.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3518 | 2026-08-14T17:11:54.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3519 | 2026-08-14T17:11:54.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3520 | 2026-08-14T17:11:54.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3521 | 2026-08-14T17:11:54.553Z | |
| 3522 | 2026-08-14T17:11:54.553Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/335) |
| 3523 | 2026-08-14T17:11:55.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3524 | 2026-08-14T17:11:55.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3525 | 2026-08-14T17:11:55.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3526 | 2026-08-14T17:11:55.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3527 | 2026-08-14T17:11:55.136Z | |
| 3528 | 2026-08-14T17:11:55.136Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/335) |
| 3529 | 2026-08-14T17:11:55.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3530 | 2026-08-14T17:11:55.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3531 | 2026-08-14T17:11:55.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3532 | 2026-08-14T17:11:55.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3533 | 2026-08-14T17:11:55.730Z | |
| 3534 | 2026-08-14T17:11:55.730Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/335) |
| 3535 | 2026-08-14T17:11:56.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3536 | 2026-08-14T17:11:56.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3537 | 2026-08-14T17:11:56.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3538 | 2026-08-14T17:11:56.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3539 | 2026-08-14T17:11:56.311Z | |
| 3540 | 2026-08-14T17:11:56.311Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/335) |
| 3541 | 2026-08-14T17:11:56.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3542 | 2026-08-14T17:11:56.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3543 | 2026-08-14T17:11:56.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3544 | 2026-08-14T17:11:56.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3545 | 2026-08-14T17:11:56.892Z | |
| 3546 | 2026-08-14T17:11:56.892Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/335) |
| 3547 | 2026-08-14T17:11:57.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3548 | 2026-08-14T17:11:57.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3549 | 2026-08-14T17:11:57.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3550 | 2026-08-14T17:11:57.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3551 | 2026-08-14T17:11:57.474Z | |
| 3552 | 2026-08-14T17:11:57.474Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/335) |
| 3553 | 2026-08-14T17:11:57.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3554 | 2026-08-14T17:11:57.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3555 | 2026-08-14T17:11:57.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3556 | 2026-08-14T17:11:57.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3557 | 2026-08-14T17:11:58.059Z | |
| 3558 | 2026-08-14T17:11:58.059Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/335) |
| 3559 | 2026-08-14T17:11:58.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3560 | 2026-08-14T17:11:58.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3561 | 2026-08-14T17:11:58.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3562 | 2026-08-14T17:11:58.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3563 | 2026-08-14T17:11:58.646Z | |
| 3564 | 2026-08-14T17:11:58.646Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/335) |
| 3565 | 2026-08-14T17:11:59.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3566 | 2026-08-14T17:11:59.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3567 | 2026-08-14T17:11:59.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3568 | 2026-08-14T17:11:59.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3569 | 2026-08-14T17:11:59.235Z | |
| 3570 | 2026-08-14T17:11:59.235Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/335) |
| 3571 | 2026-08-14T17:11:59.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3572 | 2026-08-14T17:11:59.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3573 | 2026-08-14T17:11:59.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3574 | 2026-08-14T17:11:59.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3575 | 2026-08-14T17:11:59.805Z | |
| 3576 | 2026-08-14T17:11:59.805Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/335) |
| 3577 | 2026-08-14T17:12:00.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3578 | 2026-08-14T17:12:00.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3579 | 2026-08-14T17:12:00.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3580 | 2026-08-14T17:12:00.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3581 | 2026-08-14T17:12:00.402Z | |
| 3582 | 2026-08-14T17:12:00.402Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/335) |
| 3583 | 2026-08-14T17:12:00.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3584 | 2026-08-14T17:12:00.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3585 | 2026-08-14T17:12:00.851Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3586 | 2026-08-14T17:12:00.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3587 | 2026-08-14T17:12:00.938Z | |
| 3588 | 2026-08-14T17:12:00.938Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/335) |
| 3589 | 2026-08-14T17:12:01.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3590 | 2026-08-14T17:12:01.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3591 | 2026-08-14T17:12:01.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3592 | 2026-08-14T17:12:01.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3593 | 2026-08-14T17:12:01.509Z | |
| 3594 | 2026-08-14T17:12:01.509Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/335) |
| 3595 | 2026-08-14T17:12:01.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3596 | 2026-08-14T17:12:01.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3597 | 2026-08-14T17:12:01.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3598 | 2026-08-14T17:12:01.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3599 | 2026-08-14T17:12:02.079Z | |
| 3600 | 2026-08-14T17:12:02.079Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/335) |
| 3601 | 2026-08-14T17:12:02.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3602 | 2026-08-14T17:12:02.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3603 | 2026-08-14T17:12:02.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3604 | 2026-08-14T17:12:02.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3605 | 2026-08-14T17:12:02.653Z | |
| 3606 | 2026-08-14T17:12:02.653Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/335) |
| 3607 | 2026-08-14T17:12:03.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3608 | 2026-08-14T17:12:03.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3609 | 2026-08-14T17:12:03.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3610 | 2026-08-14T17:12:03.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3611 | 2026-08-14T17:12:03.225Z | |
| 3612 | 2026-08-14T17:12:03.225Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/335) |
| 3613 | 2026-08-14T17:12:03.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3614 | 2026-08-14T17:12:03.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3615 | 2026-08-14T17:12:03.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3616 | 2026-08-14T17:12:03.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3617 | 2026-08-14T17:12:03.801Z | |
| 3618 | 2026-08-14T17:12:03.801Z | info: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/335) |
| 3619 | 2026-08-14T17:12:04.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3620 | 2026-08-14T17:12:04.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3621 | 2026-08-14T17:12:04.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3622 | 2026-08-14T17:12:04.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3623 | 2026-08-14T17:12:04.371Z | |
| 3624 | 2026-08-14T17:12:04.371Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/335) |
| 3625 | 2026-08-14T17:12:04.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3626 | 2026-08-14T17:12:04.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3627 | 2026-08-14T17:12:04.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3628 | 2026-08-14T17:12:04.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3629 | 2026-08-14T17:12:04.939Z | |
| 3630 | 2026-08-14T17:12:04.939Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/335) |
| 3631 | 2026-08-14T17:12:05.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3632 | 2026-08-14T17:12:05.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3633 | 2026-08-14T17:12:05.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3634 | 2026-08-14T17:12:05.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3635 | 2026-08-14T17:12:05.514Z | |
| 3636 | 2026-08-14T17:12:05.514Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/335) |
| 3637 | 2026-08-14T17:12:05.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3638 | 2026-08-14T17:12:05.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3639 | 2026-08-14T17:12:05.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3640 | 2026-08-14T17:12:06.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3641 | 2026-08-14T17:12:06.085Z | |
| 3642 | 2026-08-14T17:12:06.085Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/335) |
| 3643 | 2026-08-14T17:12:06.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3644 | 2026-08-14T17:12:06.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3645 | 2026-08-14T17:12:06.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3646 | 2026-08-14T17:12:06.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3647 | 2026-08-14T17:12:06.656Z | |
| 3648 | 2026-08-14T17:12:06.656Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/335) |
| 3649 | 2026-08-14T17:12:07.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3650 | 2026-08-14T17:12:07.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3651 | 2026-08-14T17:12:07.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3652 | 2026-08-14T17:12:07.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3653 | 2026-08-14T17:12:07.224Z | |
| 3654 | 2026-08-14T17:12:07.225Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/335) |
| 3655 | 2026-08-14T17:12:07.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3656 | 2026-08-14T17:12:07.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3657 | 2026-08-14T17:12:07.706Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3658 | 2026-08-14T17:12:07.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3659 | 2026-08-14T17:12:07.795Z | |
| 3660 | 2026-08-14T17:12:07.795Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/335) |
| 3661 | 2026-08-14T17:12:08.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3662 | 2026-08-14T17:12:08.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3663 | 2026-08-14T17:12:08.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3664 | 2026-08-14T17:12:08.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3665 | 2026-08-14T17:12:08.363Z | |
| 3666 | 2026-08-14T17:12:08.363Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/335) |
| 3667 | 2026-08-14T17:12:08.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3668 | 2026-08-14T17:12:08.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3669 | 2026-08-14T17:12:08.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3670 | 2026-08-14T17:12:08.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3671 | 2026-08-14T17:12:08.947Z | |
| 3672 | 2026-08-14T17:12:08.947Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/335) |
| 3673 | 2026-08-14T17:12:09.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3674 | 2026-08-14T17:12:09.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3675 | 2026-08-14T17:12:09.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3676 | 2026-08-14T17:12:09.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3677 | 2026-08-14T17:12:09.536Z | |
| 3678 | 2026-08-14T17:12:09.536Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/335) |
| 3679 | 2026-08-14T17:12:10.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3680 | 2026-08-14T17:12:10.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3681 | 2026-08-14T17:12:10.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3682 | 2026-08-14T17:12:10.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3683 | 2026-08-14T17:12:10.118Z | |
| 3684 | 2026-08-14T17:12:10.118Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/335) |
| 3685 | 2026-08-14T17:12:10.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3686 | 2026-08-14T17:12:10.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3687 | 2026-08-14T17:12:10.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3688 | 2026-08-14T17:12:10.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3689 | 2026-08-14T17:12:10.703Z | |
| 3690 | 2026-08-14T17:12:10.703Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/335) |
| 3691 | 2026-08-14T17:12:11.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3692 | 2026-08-14T17:12:11.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3693 | 2026-08-14T17:12:11.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3694 | 2026-08-14T17:12:11.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3695 | 2026-08-14T17:12:11.287Z | |
| 3696 | 2026-08-14T17:12:11.287Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/335) |
| 3697 | 2026-08-14T17:12:11.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3698 | 2026-08-14T17:12:11.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3699 | 2026-08-14T17:12:11.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3700 | 2026-08-14T17:12:11.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3701 | 2026-08-14T17:12:11.876Z | |
| 3702 | 2026-08-14T17:12:11.876Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/335) |
| 3703 | 2026-08-14T17:12:12.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3704 | 2026-08-14T17:12:12.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3705 | 2026-08-14T17:12:12.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3706 | 2026-08-14T17:12:12.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3707 | 2026-08-14T17:12:12.458Z | |
| 3708 | 2026-08-14T17:12:12.458Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/335) |
| 3709 | 2026-08-14T17:12:12.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3710 | 2026-08-14T17:12:12.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3711 | 2026-08-14T17:12:12.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3712 | 2026-08-14T17:12:12.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3713 | 2026-08-14T17:12:13.039Z | |
| 3714 | 2026-08-14T17:12:13.039Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/335) |
| 3715 | 2026-08-14T17:12:13.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3716 | 2026-08-14T17:12:13.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3717 | 2026-08-14T17:12:13.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3718 | 2026-08-14T17:12:13.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3719 | 2026-08-14T17:12:13.625Z | |
| 3720 | 2026-08-14T17:12:13.625Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/335) |
| 3721 | 2026-08-14T17:12:14.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3722 | 2026-08-14T17:12:14.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3723 | 2026-08-14T17:12:14.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3724 | 2026-08-14T17:12:14.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3725 | 2026-08-14T17:12:14.212Z | |
| 3726 | 2026-08-14T17:12:14.212Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/335) |
| 3727 | 2026-08-14T17:12:14.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3728 | 2026-08-14T17:12:14.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3729 | 2026-08-14T17:12:14.706Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3730 | 2026-08-14T17:12:14.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3731 | 2026-08-14T17:12:14.797Z | |
| 3732 | 2026-08-14T17:12:14.797Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/335) |
| 3733 | 2026-08-14T17:12:15.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3734 | 2026-08-14T17:12:15.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3735 | 2026-08-14T17:12:15.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3736 | 2026-08-14T17:12:15.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3737 | 2026-08-14T17:12:15.377Z | |
| 3738 | 2026-08-14T17:12:15.377Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/335) |
| 3739 | 2026-08-14T17:12:15.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3740 | 2026-08-14T17:12:15.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3741 | 2026-08-14T17:12:15.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3742 | 2026-08-14T17:12:15.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3743 | 2026-08-14T17:12:15.961Z | |
| 3744 | 2026-08-14T17:12:15.961Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/335) |
| 3745 | 2026-08-14T17:12:16.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3746 | 2026-08-14T17:12:16.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3747 | 2026-08-14T17:12:16.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3748 | 2026-08-14T17:12:16.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3749 | 2026-08-14T17:12:16.547Z | |
| 3750 | 2026-08-14T17:12:16.547Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/335) |
| 3751 | 2026-08-14T17:12:17.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3752 | 2026-08-14T17:12:17.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3753 | 2026-08-14T17:12:17.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3754 | 2026-08-14T17:12:17.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3755 | 2026-08-14T17:12:17.126Z | |
| 3756 | 2026-08-14T17:12:17.126Z | info: running `cargo check --bins` on oximeter-producer (195/335) |
| 3757 | 2026-08-14T17:12:17.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3758 | 2026-08-14T17:12:17.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3759 | 2026-08-14T17:12:17.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3760 | 2026-08-14T17:12:17.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3761 | 2026-08-14T17:12:17.726Z | |
| 3762 | 2026-08-14T17:12:17.727Z | info: running `cargo check --bins` on internal-dns-resolver (196/335) |
| 3763 | 2026-08-14T17:12:18.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3764 | 2026-08-14T17:12:18.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3765 | 2026-08-14T17:12:18.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3766 | 2026-08-14T17:12:18.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3767 | 2026-08-14T17:12:18.299Z | |
| 3768 | 2026-08-14T17:12:18.299Z | info: running `cargo check --bins` on dns-server (197/335) |
| 3769 | 2026-08-14T17:12:18.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3770 | 2026-08-14T17:12:18.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3771 | 2026-08-14T17:12:18.935Z | Compiling parking_lot_core v0.8.6 |
| 3772 | 2026-08-14T17:12:18.938Z | Compiling git-stub v1.0.0 |
| 3773 | 2026-08-14T17:12:18.938Z | Checking prefix-trie v0.7.0 |
| 3774 | 2026-08-14T17:12:19.057Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3775 | 2026-08-14T17:12:19.170Z | Compiling git-stub-vcs v0.1.0 |
| 3776 | 2026-08-14T17:12:19.328Z | Checking hickory-server v0.25.2 |
| 3777 | 2026-08-14T17:12:19.442Z | Checking parking_lot v0.11.2 |
| 3778 | 2026-08-14T17:12:19.472Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3779 | 2026-08-14T17:12:19.611Z | Checking sled v0.34.7 |
| 3780 | 2026-08-14T17:12:21.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s |
| 3781 | 2026-08-14T17:12:21.730Z | |
| 3782 | 2026-08-14T17:12:21.730Z | info: running `cargo check --bins` on dns-server-api (198/335) |
| 3783 | 2026-08-14T17:12:22.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3784 | 2026-08-14T17:12:22.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3785 | 2026-08-14T17:12:22.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3786 | 2026-08-14T17:12:22.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3787 | 2026-08-14T17:12:22.300Z | |
| 3788 | 2026-08-14T17:12:22.300Z | info: running `cargo check --bins` on nexus-client (199/335) |
| 3789 | 2026-08-14T17:12:22.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3790 | 2026-08-14T17:12:22.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3791 | 2026-08-14T17:12:22.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3792 | 2026-08-14T17:12:22.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3793 | 2026-08-14T17:12:22.899Z | |
| 3794 | 2026-08-14T17:12:22.899Z | info: running `cargo check --bins` on oximeter-producer-api (200/335) |
| 3795 | 2026-08-14T17:12:23.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3796 | 2026-08-14T17:12:23.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3797 | 2026-08-14T17:12:23.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3798 | 2026-08-14T17:12:23.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3799 | 2026-08-14T17:12:23.465Z | |
| 3800 | 2026-08-14T17:12:23.465Z | info: running `cargo check --bins` on sp-sim (201/335) |
| 3801 | 2026-08-14T17:12:23.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3802 | 2026-08-14T17:12:23.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3803 | 2026-08-14T17:12:24.165Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3804 | 2026-08-14T17:12:24.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s |
| 3805 | 2026-08-14T17:12:24.888Z | |
| 3806 | 2026-08-14T17:12:24.888Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/335) |
| 3807 | 2026-08-14T17:12:25.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3808 | 2026-08-14T17:12:25.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3809 | 2026-08-14T17:12:25.695Z | Compiling salty v0.3.0 |
| 3810 | 2026-08-14T17:12:25.699Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3811 | 2026-08-14T17:12:25.834Z | Checking libscf-sys v1.2.0 |
| 3812 | 2026-08-14T17:12:25.834Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3813 | 2026-08-14T17:12:25.837Z | Checking rfc6979 v0.4.0 |
| 3814 | 2026-08-14T17:12:25.863Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3815 | 2026-08-14T17:12:25.866Z | Checking primeorder v0.13.6 |
| 3816 | 2026-08-14T17:12:25.889Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3817 | 2026-08-14T17:12:25.947Z | Checking ecdsa v0.16.9 |
| 3818 | 2026-08-14T17:12:25.950Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3819 | 2026-08-14T17:12:26.024Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3820 | 2026-08-14T17:12:26.093Z | Checking papergrid v0.18.0 |
| 3821 | 2026-08-14T17:12:26.107Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3822 | 2026-08-14T17:12:26.143Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3823 | 2026-08-14T17:12:26.275Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3824 | 2026-08-14T17:12:26.297Z | Checking p384 v0.13.1 |
| 3825 | 2026-08-14T17:12:26.383Z | Checking itertools v0.15.0 |
| 3826 | 2026-08-14T17:12:26.453Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3827 | 2026-08-14T17:12:26.469Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3828 | 2026-08-14T17:12:26.705Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3829 | 2026-08-14T17:12:26.723Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3830 | 2026-08-14T17:12:26.828Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3831 | 2026-08-14T17:12:26.843Z | Compiling unicase v2.9.0 |
| 3832 | 2026-08-14T17:12:26.900Z | Checking tabled v0.21.0 |
| 3833 | 2026-08-14T17:12:26.900Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3834 | 2026-08-14T17:12:26.912Z | Checking corncobs v0.1.4 |
| 3835 | 2026-08-14T17:12:26.948Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3836 | 2026-08-14T17:12:26.994Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3837 | 2026-08-14T17:12:27.030Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3838 | 2026-08-14T17:12:27.044Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3839 | 2026-08-14T17:12:27.048Z | Compiling mime_guess v2.0.5 |
| 3840 | 2026-08-14T17:12:27.284Z | Compiling progenitor-impl v0.13.0 |
| 3841 | 2026-08-14T17:12:27.299Z | Checking secrecy v0.8.0 |
| 3842 | 2026-08-14T17:12:27.312Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3843 | 2026-08-14T17:12:27.420Z | Checking crc8 v0.1.1 |
| 3844 | 2026-08-14T17:12:27.521Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3845 | 2026-08-14T17:12:27.605Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3846 | 2026-08-14T17:12:27.738Z | Checking progenitor-client v0.13.0 |
| 3847 | 2026-08-14T17:12:27.773Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3848 | 2026-08-14T17:12:28.047Z | Checking http-range v0.1.5 |
| 3849 | 2026-08-14T17:12:28.080Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3850 | 2026-08-14T17:12:28.172Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3851 | 2026-08-14T17:12:28.359Z | Checking illumos-nvpair v0.3.0 |
| 3852 | 2026-08-14T17:12:28.485Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3853 | 2026-08-14T17:12:28.517Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3854 | 2026-08-14T17:12:28.548Z | Checking scuffle v0.1.0 |
| 3855 | 2026-08-14T17:12:28.562Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3856 | 2026-08-14T17:12:28.607Z | Checking nanorand v0.7.0 |
| 3857 | 2026-08-14T17:12:28.809Z | Checking flume v0.11.1 |
| 3858 | 2026-08-14T17:12:28.875Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3859 | 2026-08-14T17:12:28.997Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3860 | 2026-08-14T17:12:29.056Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3861 | 2026-08-14T17:12:29.103Z | Checking hyper-staticfile v0.10.1 |
| 3862 | 2026-08-14T17:12:29.212Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3863 | 2026-08-14T17:12:29.250Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3864 | 2026-08-14T17:12:29.397Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3865 | 2026-08-14T17:12:29.465Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3866 | 2026-08-14T17:12:29.515Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3867 | 2026-08-14T17:12:29.569Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3868 | 2026-08-14T17:12:29.792Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3869 | 2026-08-14T17:12:29.860Z | Compiling progenitor-macro v0.13.0 |
| 3870 | 2026-08-14T17:12:29.875Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3871 | 2026-08-14T17:12:29.890Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3872 | 2026-08-14T17:12:29.970Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3873 | 2026-08-14T17:12:30.514Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3874 | 2026-08-14T17:12:30.979Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3875 | 2026-08-14T17:12:32.650Z | Checking progenitor v0.13.0 |
| 3876 | 2026-08-14T17:12:32.788Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3877 | 2026-08-14T17:12:34.230Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3878 | 2026-08-14T17:12:34.736Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3879 | 2026-08-14T17:12:48.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.55s |
| 3880 | 2026-08-14T17:12:48.657Z | |
| 3881 | 2026-08-14T17:12:48.657Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/335) |
| 3882 | 2026-08-14T17:12:49.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3883 | 2026-08-14T17:12:49.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3884 | 2026-08-14T17:12:49.416Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3885 | 2026-08-14T17:13:00.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s |
| 3886 | 2026-08-14T17:13:00.223Z | |
| 3887 | 2026-08-14T17:13:00.223Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/335) |
| 3888 | 2026-08-14T17:13:00.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3889 | 2026-08-14T17:13:00.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3890 | 2026-08-14T17:13:00.979Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3891 | 2026-08-14T17:13:11.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s |
| 3892 | 2026-08-14T17:13:11.781Z | |
| 3893 | 2026-08-14T17:13:11.782Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/335) |
| 3894 | 2026-08-14T17:13:12.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3895 | 2026-08-14T17:13:12.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3896 | 2026-08-14T17:13:12.550Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3897 | 2026-08-14T17:13:23.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s |
| 3898 | 2026-08-14T17:13:23.305Z | |
| 3899 | 2026-08-14T17:13:23.306Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/335) |
| 3900 | 2026-08-14T17:13:23.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3901 | 2026-08-14T17:13:23.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3902 | 2026-08-14T17:13:24.061Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3903 | 2026-08-14T17:13:34.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s |
| 3904 | 2026-08-14T17:13:34.887Z | |
| 3905 | 2026-08-14T17:13:34.887Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/335) |
| 3906 | 2026-08-14T17:13:35.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3907 | 2026-08-14T17:13:35.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3908 | 2026-08-14T17:13:35.643Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3909 | 2026-08-14T17:13:46.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s |
| 3910 | 2026-08-14T17:13:46.429Z | |
| 3911 | 2026-08-14T17:13:46.429Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/335) |
| 3912 | 2026-08-14T17:13:46.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3913 | 2026-08-14T17:13:46.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3914 | 2026-08-14T17:13:47.192Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3915 | 2026-08-14T17:13:57.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s |
| 3916 | 2026-08-14T17:13:57.975Z | |
| 3917 | 2026-08-14T17:13:57.975Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/335) |
| 3918 | 2026-08-14T17:13:58.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3919 | 2026-08-14T17:13:58.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3920 | 2026-08-14T17:13:58.730Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3921 | 2026-08-14T17:14:09.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s |
| 3922 | 2026-08-14T17:14:09.577Z | |
| 3923 | 2026-08-14T17:14:09.577Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/335) |
| 3924 | 2026-08-14T17:14:10.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3925 | 2026-08-14T17:14:10.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3926 | 2026-08-14T17:14:10.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3927 | 2026-08-14T17:14:10.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3928 | 2026-08-14T17:14:10.149Z | |
| 3929 | 2026-08-14T17:14:10.149Z | info: running `cargo check --bins` on installinator-common (211/335) |
| 3930 | 2026-08-14T17:14:10.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3931 | 2026-08-14T17:14:10.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3932 | 2026-08-14T17:14:10.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3933 | 2026-08-14T17:14:10.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3934 | 2026-08-14T17:14:10.730Z | |
| 3935 | 2026-08-14T17:14:10.730Z | info: running `cargo check --bins` on installinator-common-versions (212/335) |
| 3936 | 2026-08-14T17:14:11.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3937 | 2026-08-14T17:14:11.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3938 | 2026-08-14T17:14:11.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3939 | 2026-08-14T17:14:11.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3940 | 2026-08-14T17:14:11.282Z | |
| 3941 | 2026-08-14T17:14:11.282Z | info: running `cargo check --bins` on nexus-lockstep-client (213/335) |
| 3942 | 2026-08-14T17:14:11.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3943 | 2026-08-14T17:14:11.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3944 | 2026-08-14T17:14:11.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3945 | 2026-08-14T17:14:11.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3946 | 2026-08-14T17:14:11.886Z | |
| 3947 | 2026-08-14T17:14:11.886Z | info: running `cargo check --bins` on omicron-ddm-admin-client (214/335) |
| 3948 | 2026-08-14T17:14:12.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3949 | 2026-08-14T17:14:12.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3950 | 2026-08-14T17:14:12.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3951 | 2026-08-14T17:14:12.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3952 | 2026-08-14T17:14:12.460Z | |
| 3953 | 2026-08-14T17:14:12.460Z | info: running `cargo check --bins` on range-requests (215/335) |
| 3954 | 2026-08-14T17:14:12.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3955 | 2026-08-14T17:14:12.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3956 | 2026-08-14T17:14:12.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3957 | 2026-08-14T17:14:12.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3958 | 2026-08-14T17:14:13.027Z | |
| 3959 | 2026-08-14T17:14:13.027Z | info: running `cargo check --bins` on repo-depot-api (216/335) |
| 3960 | 2026-08-14T17:14:13.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3961 | 2026-08-14T17:14:13.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3962 | 2026-08-14T17:14:13.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3963 | 2026-08-14T17:14:13.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3964 | 2026-08-14T17:14:13.592Z | |
| 3965 | 2026-08-14T17:14:13.593Z | info: running `cargo check --bins` on repo-depot-client (217/335) |
| 3966 | 2026-08-14T17:14:14.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3967 | 2026-08-14T17:14:14.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3968 | 2026-08-14T17:14:14.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3969 | 2026-08-14T17:14:14.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3970 | 2026-08-14T17:14:14.152Z | |
| 3971 | 2026-08-14T17:14:14.152Z | info: running `cargo check --bins` on sled-agent-api (218/335) |
| 3972 | 2026-08-14T17:14:14.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3973 | 2026-08-14T17:14:14.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3974 | 2026-08-14T17:14:14.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3975 | 2026-08-14T17:14:14.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3976 | 2026-08-14T17:14:14.736Z | |
| 3977 | 2026-08-14T17:14:14.736Z | info: running `cargo check --bins` on sled-diagnostics (219/335) |
| 3978 | 2026-08-14T17:14:15.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3979 | 2026-08-14T17:14:15.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3980 | 2026-08-14T17:14:15.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3981 | 2026-08-14T17:14:15.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3982 | 2026-08-14T17:14:15.322Z | |
| 3983 | 2026-08-14T17:14:15.322Z | info: running `cargo check --bins` on zfs-test-harness (220/335) |
| 3984 | 2026-08-14T17:14:15.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3985 | 2026-08-14T17:14:15.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3986 | 2026-08-14T17:14:15.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3987 | 2026-08-14T17:14:15.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3988 | 2026-08-14T17:14:15.910Z | |
| 3989 | 2026-08-14T17:14:15.910Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (221/335) |
| 3990 | 2026-08-14T17:14:16.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3991 | 2026-08-14T17:14:16.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3992 | 2026-08-14T17:14:16.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3993 | 2026-08-14T17:14:16.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3994 | 2026-08-14T17:14:16.504Z | |
| 3995 | 2026-08-14T17:14:16.504Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (222/335) |
| 3996 | 2026-08-14T17:14:16.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3997 | 2026-08-14T17:14:17.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3998 | 2026-08-14T17:14:17.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3999 | 2026-08-14T17:14:17.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4000 | 2026-08-14T17:14:17.098Z | |
| 4001 | 2026-08-14T17:14:17.098Z | info: running `cargo check --bins` on sled-agent-early-networking (223/335) |
| 4002 | 2026-08-14T17:14:17.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4003 | 2026-08-14T17:14:17.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4004 | 2026-08-14T17:14:17.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4005 | 2026-08-14T17:14:17.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4006 | 2026-08-14T17:14:17.683Z | |
| 4007 | 2026-08-14T17:14:17.683Z | info: running `cargo check --bins` on sled-agent-health-monitor (224/335) |
| 4008 | 2026-08-14T17:14:18.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4009 | 2026-08-14T17:14:18.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4010 | 2026-08-14T17:14:18.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4011 | 2026-08-14T17:14:18.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4012 | 2026-08-14T17:14:18.271Z | |
| 4013 | 2026-08-14T17:14:18.271Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (225/335) |
| 4014 | 2026-08-14T17:14:18.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4015 | 2026-08-14T17:14:18.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4016 | 2026-08-14T17:14:18.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4017 | 2026-08-14T17:14:18.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4018 | 2026-08-14T17:14:18.863Z | |
| 4019 | 2026-08-14T17:14:18.864Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (226/335) |
| 4020 | 2026-08-14T17:14:19.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4021 | 2026-08-14T17:14:19.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4022 | 2026-08-14T17:14:19.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4023 | 2026-08-14T17:14:19.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4024 | 2026-08-14T17:14:19.452Z | |
| 4025 | 2026-08-14T17:14:19.452Z | info: running `cargo check --bins` on sled-agent-resolvable-files (227/335) |
| 4026 | 2026-08-14T17:14:23.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4027 | 2026-08-14T17:14:23.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4028 | 2026-08-14T17:14:23.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4029 | 2026-08-14T17:14:23.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4030 | 2026-08-14T17:14:23.410Z | |
| 4031 | 2026-08-14T17:14:23.410Z | info: running `cargo check --bins` on sled-agent-rack-setup (228/335) |
| 4032 | 2026-08-14T17:14:23.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4033 | 2026-08-14T17:14:23.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4034 | 2026-08-14T17:14:23.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4035 | 2026-08-14T17:14:23.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4036 | 2026-08-14T17:14:23.410Z | |
| 4037 | 2026-08-14T17:14:23.410Z | info: running `cargo check --bins` on trust-quorum (229/335) |
| 4038 | 2026-08-14T17:14:23.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4039 | 2026-08-14T17:14:23.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4040 | 2026-08-14T17:14:23.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4041 | 2026-08-14T17:14:23.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4042 | 2026-08-14T17:14:23.410Z | |
| 4043 | 2026-08-14T17:14:23.410Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (230/335) |
| 4044 | 2026-08-14T17:14:23.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4045 | 2026-08-14T17:14:23.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4046 | 2026-08-14T17:14:23.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4047 | 2026-08-14T17:14:23.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4048 | 2026-08-14T17:14:23.410Z | |
| 4049 | 2026-08-14T17:14:23.410Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (231/335) |
| 4050 | 2026-08-14T17:14:23.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4051 | 2026-08-14T17:14:23.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4052 | 2026-08-14T17:14:23.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4053 | 2026-08-14T17:14:23.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4054 | 2026-08-14T17:14:23.411Z | |
| 4055 | 2026-08-14T17:14:23.411Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (232/335) |
| 4056 | 2026-08-14T17:14:23.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4057 | 2026-08-14T17:14:23.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4058 | 2026-08-14T17:14:23.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4059 | 2026-08-14T17:14:23.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4060 | 2026-08-14T17:14:23.437Z | |
| 4061 | 2026-08-14T17:14:23.437Z | info: running `cargo check --bins` on omicron-deployment-graph (233/335) |
| 4062 | 2026-08-14T17:14:25.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4063 | 2026-08-14T17:14:25.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4064 | 2026-08-14T17:14:25.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4065 | 2026-08-14T17:14:25.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4066 | 2026-08-14T17:14:25.138Z | |
| 4067 | 2026-08-14T17:14:25.138Z | info: running `cargo check --bins` on transient-dns-server (234/335) |
| 4068 | 2026-08-14T17:14:25.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4069 | 2026-08-14T17:14:25.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4070 | 2026-08-14T17:14:25.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4071 | 2026-08-14T17:14:25.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4072 | 2026-08-14T17:14:25.138Z | |
| 4073 | 2026-08-14T17:14:25.138Z | info: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (235/335) |
| 4074 | 2026-08-14T17:14:25.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4075 | 2026-08-14T17:14:25.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4076 | 2026-08-14T17:14:25.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4077 | 2026-08-14T17:14:25.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4078 | 2026-08-14T17:14:25.139Z | |
| 4079 | 2026-08-14T17:14:25.139Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (236/335) |
| 4080 | 2026-08-14T17:14:25.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4081 | 2026-08-14T17:14:25.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4082 | 2026-08-14T17:14:25.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4083 | 2026-08-14T17:14:25.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4084 | 2026-08-14T17:14:25.383Z | |
| 4085 | 2026-08-14T17:14:25.383Z | info: running `cargo check --bins` on omicron-rpaths (237/335) |
| 4086 | 2026-08-14T17:14:26.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4087 | 2026-08-14T17:14:26.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4088 | 2026-08-14T17:14:26.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4089 | 2026-08-14T17:14:26.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4090 | 2026-08-14T17:14:26.247Z | |
| 4091 | 2026-08-14T17:14:26.247Z | info: running `cargo check --bins` on omicron-repl-utils (238/335) |
| 4092 | 2026-08-14T17:14:26.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4093 | 2026-08-14T17:14:26.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4094 | 2026-08-14T17:14:26.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4095 | 2026-08-14T17:14:26.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4096 | 2026-08-14T17:14:26.495Z | |
| 4097 | 2026-08-14T17:14:26.495Z | info: running `cargo check --bins` on omicron-clickhouse-admin (239/335) |
| 4098 | 2026-08-14T17:14:26.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4099 | 2026-08-14T17:14:27.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4100 | 2026-08-14T17:14:27.184Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 4101 | 2026-08-14T17:14:27.599Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 4102 | 2026-08-14T17:14:28.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s |
| 4103 | 2026-08-14T17:14:28.979Z | |
| 4104 | 2026-08-14T17:14:28.979Z | info: running `cargo check --bins` on clickhouse-admin-api (240/335) |
| 4105 | 2026-08-14T17:14:29.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4106 | 2026-08-14T17:14:29.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4107 | 2026-08-14T17:14:29.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4108 | 2026-08-14T17:14:29.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4109 | 2026-08-14T17:14:29.548Z | |
| 4110 | 2026-08-14T17:14:29.548Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (241/335) |
| 4111 | 2026-08-14T17:14:30.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4112 | 2026-08-14T17:14:30.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4113 | 2026-08-14T17:14:30.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4114 | 2026-08-14T17:14:30.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4115 | 2026-08-14T17:14:30.116Z | |
| 4116 | 2026-08-14T17:14:30.116Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (242/335) |
| 4117 | 2026-08-14T17:14:30.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4118 | 2026-08-14T17:14:30.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4119 | 2026-08-14T17:14:30.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4120 | 2026-08-14T17:14:30.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4121 | 2026-08-14T17:14:30.692Z | |
| 4122 | 2026-08-14T17:14:30.693Z | info: running `cargo check --bins` on clickhouse-admin-single-client (243/335) |
| 4123 | 2026-08-14T17:14:31.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4124 | 2026-08-14T17:14:31.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4125 | 2026-08-14T17:14:31.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4126 | 2026-08-14T17:14:31.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4127 | 2026-08-14T17:14:31.261Z | |
| 4128 | 2026-08-14T17:14:31.261Z | info: running `cargo check --bins` on installinator-client (244/335) |
| 4129 | 2026-08-14T17:14:31.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4130 | 2026-08-14T17:14:31.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4131 | 2026-08-14T17:14:31.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4132 | 2026-08-14T17:14:31.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4133 | 2026-08-14T17:14:31.834Z | |
| 4134 | 2026-08-14T17:14:31.834Z | info: running `cargo check --bins` on oxide-client (245/335) |
| 4135 | 2026-08-14T17:14:32.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4136 | 2026-08-14T17:14:32.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4137 | 2026-08-14T17:14:32.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4138 | 2026-08-14T17:14:32.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4139 | 2026-08-14T17:14:32.392Z | |
| 4140 | 2026-08-14T17:14:32.392Z | info: running `cargo check --bins` on oximeter-client (246/335) |
| 4141 | 2026-08-14T17:14:32.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4142 | 2026-08-14T17:14:32.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4143 | 2026-08-14T17:14:32.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4144 | 2026-08-14T17:14:32.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4145 | 2026-08-14T17:14:32.961Z | |
| 4146 | 2026-08-14T17:14:32.965Z | info: running `cargo check --bins` on wicketd-client (247/335) |
| 4147 | 2026-08-14T17:14:33.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4148 | 2026-08-14T17:14:33.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4149 | 2026-08-14T17:14:33.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4150 | 2026-08-14T17:14:33.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4151 | 2026-08-14T17:14:33.551Z | |
| 4152 | 2026-08-14T17:14:33.551Z | info: running `cargo check --bins` on wicket-common (248/335) |
| 4153 | 2026-08-14T17:14:34.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4154 | 2026-08-14T17:14:34.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4155 | 2026-08-14T17:14:34.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4156 | 2026-08-14T17:14:34.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4157 | 2026-08-14T17:14:34.133Z | |
| 4158 | 2026-08-14T17:14:34.133Z | info: running `cargo check --bins` on wicketd-commission-client (249/335) |
| 4159 | 2026-08-14T17:14:34.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4160 | 2026-08-14T17:14:34.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4161 | 2026-08-14T17:14:34.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4162 | 2026-08-14T17:14:34.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4163 | 2026-08-14T17:14:34.709Z | |
| 4164 | 2026-08-14T17:14:34.710Z | info: running `cargo check --bins` on omicron-cockroach-admin (250/335) |
| 4165 | 2026-08-14T17:14:35.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4166 | 2026-08-14T17:14:35.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4167 | 2026-08-14T17:14:35.367Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4168 | 2026-08-14T17:14:35.370Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4169 | 2026-08-14T17:14:36.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s |
| 4170 | 2026-08-14T17:14:36.733Z | |
| 4171 | 2026-08-14T17:14:36.733Z | info: running `cargo check --bins` on cockroach-admin-api (251/335) |
| 4172 | 2026-08-14T17:14:37.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4173 | 2026-08-14T17:14:37.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4174 | 2026-08-14T17:14:37.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4175 | 2026-08-14T17:14:37.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4176 | 2026-08-14T17:14:37.300Z | |
| 4177 | 2026-08-14T17:14:37.300Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (252/335) |
| 4178 | 2026-08-14T17:14:37.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4179 | 2026-08-14T17:14:37.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4180 | 2026-08-14T17:14:37.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4181 | 2026-08-14T17:14:37.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4182 | 2026-08-14T17:14:37.946Z | |
| 4183 | 2026-08-14T17:14:37.946Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (253/335) |
| 4184 | 2026-08-14T17:14:38.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4185 | 2026-08-14T17:14:38.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4186 | 2026-08-14T17:14:38.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4187 | 2026-08-14T17:14:38.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4188 | 2026-08-14T17:14:38.602Z | |
| 4189 | 2026-08-14T17:14:38.602Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (254/335) |
| 4190 | 2026-08-14T17:14:39.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4191 | 2026-08-14T17:14:39.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4192 | 2026-08-14T17:14:39.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4193 | 2026-08-14T17:14:39.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4194 | 2026-08-14T17:14:39.224Z | |
| 4195 | 2026-08-14T17:14:39.224Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (255/335) |
| 4196 | 2026-08-14T17:14:39.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4197 | 2026-08-14T17:14:39.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4198 | 2026-08-14T17:14:39.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4199 | 2026-08-14T17:14:39.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4200 | 2026-08-14T17:14:39.848Z | |
| 4201 | 2026-08-14T17:14:39.851Z | info: running `cargo check --bins` on db-macros (256/335) |
| 4202 | 2026-08-14T17:14:40.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4203 | 2026-08-14T17:14:40.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4204 | 2026-08-14T17:14:40.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4205 | 2026-08-14T17:14:40.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4206 | 2026-08-14T17:14:40.409Z | |
| 4207 | 2026-08-14T17:14:40.409Z | info: running `cargo check --bins` on nexus-macros-common (257/335) |
| 4208 | 2026-08-14T17:14:40.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4209 | 2026-08-14T17:14:40.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4210 | 2026-08-14T17:14:40.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4211 | 2026-08-14T17:14:40.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4212 | 2026-08-14T17:14:40.965Z | |
| 4213 | 2026-08-14T17:14:40.965Z | info: running `cargo check --bins` on nexus-auth (258/335) |
| 4214 | 2026-08-14T17:14:41.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4215 | 2026-08-14T17:14:41.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4216 | 2026-08-14T17:14:41.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4217 | 2026-08-14T17:14:41.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4218 | 2026-08-14T17:14:41.589Z | |
| 4219 | 2026-08-14T17:14:41.589Z | info: running `cargo check --bins` on authz-macros (259/335) |
| 4220 | 2026-08-14T17:14:42.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4221 | 2026-08-14T17:14:42.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4222 | 2026-08-14T17:14:42.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4223 | 2026-08-14T17:14:42.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4224 | 2026-08-14T17:14:42.149Z | |
| 4225 | 2026-08-14T17:14:42.149Z | info: running `cargo check --bins` on nexus-db-fixed-data (260/335) |
| 4226 | 2026-08-14T17:14:42.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4227 | 2026-08-14T17:14:42.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4228 | 2026-08-14T17:14:42.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4229 | 2026-08-14T17:14:42.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4230 | 2026-08-14T17:14:42.774Z | |
| 4231 | 2026-08-14T17:14:42.774Z | info: running `cargo check --bins` on nexus-db-model (261/335) |
| 4232 | 2026-08-14T17:14:43.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4233 | 2026-08-14T17:14:43.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4234 | 2026-08-14T17:14:43.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4235 | 2026-08-14T17:14:43.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4236 | 2026-08-14T17:14:43.381Z | |
| 4237 | 2026-08-14T17:14:43.381Z | info: running `cargo check --bins` on nexus-db-schema (262/335) |
| 4238 | 2026-08-14T17:14:43.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4239 | 2026-08-14T17:14:43.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4240 | 2026-08-14T17:14:43.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4241 | 2026-08-14T17:14:43.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4242 | 2026-08-14T17:14:43.944Z | |
| 4243 | 2026-08-14T17:14:43.944Z | info: running `cargo check --bins` on nexus-defaults (263/335) |
| 4244 | 2026-08-14T17:14:44.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4245 | 2026-08-14T17:14:44.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4246 | 2026-08-14T17:14:44.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4247 | 2026-08-14T17:14:44.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4248 | 2026-08-14T17:14:44.515Z | |
| 4249 | 2026-08-14T17:14:44.515Z | info: running `cargo check --bins` on omicron-git-version (264/335) |
| 4250 | 2026-08-14T17:14:44.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4251 | 2026-08-14T17:14:44.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4252 | 2026-08-14T17:14:44.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4253 | 2026-08-14T17:14:44.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4254 | 2026-08-14T17:14:45.070Z | |
| 4255 | 2026-08-14T17:14:45.070Z | info: running `cargo check --bins` on nexus-db-errors (265/335) |
| 4256 | 2026-08-14T17:14:45.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4257 | 2026-08-14T17:14:45.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4258 | 2026-08-14T17:14:45.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4259 | 2026-08-14T17:14:45.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4260 | 2026-08-14T17:14:45.687Z | |
| 4261 | 2026-08-14T17:14:45.688Z | info: running `cargo check --bins` on nexus-db-lookup (266/335) |
| 4262 | 2026-08-14T17:14:46.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4263 | 2026-08-14T17:14:46.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4264 | 2026-08-14T17:14:46.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4265 | 2026-08-14T17:14:46.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4266 | 2026-08-14T17:14:46.310Z | |
| 4267 | 2026-08-14T17:14:46.310Z | info: running `cargo check --bins` on nexus-test-interface (267/335) |
| 4268 | 2026-08-14T17:14:46.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4269 | 2026-08-14T17:14:46.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4270 | 2026-08-14T17:14:46.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4271 | 2026-08-14T17:14:46.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4272 | 2026-08-14T17:14:46.935Z | |
| 4273 | 2026-08-14T17:14:46.935Z | info: running `cargo check --bins` on oximeter-collector (268/335) |
| 4274 | 2026-08-14T17:14:47.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4275 | 2026-08-14T17:14:47.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4276 | 2026-08-14T17:14:47.653Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4277 | 2026-08-14T17:14:47.653Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4278 | 2026-08-14T17:14:48.327Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4279 | 2026-08-14T17:14:50.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s |
| 4280 | 2026-08-14T17:14:50.242Z | |
| 4281 | 2026-08-14T17:14:50.242Z | info: running `cargo check --bins` on oximeter-api (269/335) |
| 4282 | 2026-08-14T17:14:50.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4283 | 2026-08-14T17:14:50.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4284 | 2026-08-14T17:14:50.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4285 | 2026-08-14T17:14:50.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4286 | 2026-08-14T17:14:50.814Z | |
| 4287 | 2026-08-14T17:14:50.814Z | info: running `cargo check --bins` on cert-dev (270/335) |
| 4288 | 2026-08-14T17:14:51.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4289 | 2026-08-14T17:14:51.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4290 | 2026-08-14T17:14:51.417Z | Checking yasna v0.5.2 |
| 4291 | 2026-08-14T17:14:51.824Z | Checking rcgen v0.12.1 |
| 4292 | 2026-08-14T17:14:52.075Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4293 | 2026-08-14T17:14:52.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 4294 | 2026-08-14T17:14:52.422Z | |
| 4295 | 2026-08-14T17:14:52.422Z | info: running `cargo check --bins` on clickana (271/335) |
| 4296 | 2026-08-14T17:14:52.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4297 | 2026-08-14T17:14:52.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4298 | 2026-08-14T17:14:53.049Z | Compiling instability v0.3.11 |
| 4299 | 2026-08-14T17:14:53.049Z | Checking castaway v0.2.4 |
| 4300 | 2026-08-14T17:14:53.053Z | Compiling indoc v2.0.7 |
| 4301 | 2026-08-14T17:14:53.053Z | Checking unicode-truncate v1.1.0 |
| 4302 | 2026-08-14T17:14:53.053Z | Checking lru v0.12.5 |
| 4303 | 2026-08-14T17:14:53.053Z | Checking cassowary v0.3.0 |
| 4304 | 2026-08-14T17:14:53.245Z | Checking compact_str v0.8.1 |
| 4305 | 2026-08-14T17:14:54.063Z | Checking ratatui v0.29.0 |
| 4306 | 2026-08-14T17:14:55.118Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4307 | 2026-08-14T17:14:55.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.45s |
| 4308 | 2026-08-14T17:14:56.044Z | |
| 4309 | 2026-08-14T17:14:56.044Z | info: running `cargo check --bins` on clickhouse-cluster-dev (272/335) |
| 4310 | 2026-08-14T17:14:56.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4311 | 2026-08-14T17:14:56.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4312 | 2026-08-14T17:14:56.752Z | Checking headers-core v0.3.0 |
| 4313 | 2026-08-14T17:14:56.752Z | Checking port-file v0.1.0 |
| 4314 | 2026-08-14T17:14:56.755Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4315 | 2026-08-14T17:14:56.948Z | Checking headers v0.4.1 |
| 4316 | 2026-08-14T17:14:57.328Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4317 | 2026-08-14T17:14:58.290Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4318 | 2026-08-14T17:14:58.810Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4319 | 2026-08-14T17:14:59.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s |
| 4320 | 2026-08-14T17:14:59.442Z | |
| 4321 | 2026-08-14T17:14:59.442Z | info: running `cargo check --bins` on ch-dev (273/335) |
| 4322 | 2026-08-14T17:14:59.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4323 | 2026-08-14T17:14:59.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4324 | 2026-08-14T17:15:00.147Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4325 | 2026-08-14T17:15:00.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
| 4326 | 2026-08-14T17:15:01.102Z | |
| 4327 | 2026-08-14T17:15:01.102Z | info: running `cargo check --bins` on dev-tools-common (274/335) |
| 4328 | 2026-08-14T17:15:01.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4329 | 2026-08-14T17:15:01.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4330 | 2026-08-14T17:15:01.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4331 | 2026-08-14T17:15:01.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 4332 | 2026-08-14T17:15:01.520Z | |
| 4333 | 2026-08-14T17:15:01.520Z | info: running `cargo check --bins` on corpus-adjust (275/335) |
| 4334 | 2026-08-14T17:15:01.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4335 | 2026-08-14T17:15:01.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4336 | 2026-08-14T17:15:02.138Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 4337 | 2026-08-14T17:15:02.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 4338 | 2026-08-14T17:15:02.686Z | |
| 4339 | 2026-08-14T17:15:02.686Z | info: running `cargo check --bins` on crdb-seed (276/335) |
| 4340 | 2026-08-14T17:15:03.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4341 | 2026-08-14T17:15:03.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4342 | 2026-08-14T17:15:03.397Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4343 | 2026-08-14T17:15:04.508Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4344 | 2026-08-14T17:15:04.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s |
| 4345 | 2026-08-14T17:15:05.058Z | |
| 4346 | 2026-08-14T17:15:05.058Z | info: running `cargo check --bins` on db-dev (277/335) |
| 4347 | 2026-08-14T17:15:05.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4348 | 2026-08-14T17:15:05.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4349 | 2026-08-14T17:15:05.764Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4350 | 2026-08-14T17:15:06.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
| 4351 | 2026-08-14T17:15:06.731Z | |
| 4352 | 2026-08-14T17:15:06.731Z | info: running `cargo check --bins` on omicron-dev-lib (278/335) |
| 4353 | 2026-08-14T17:15:07.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4354 | 2026-08-14T17:15:07.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4355 | 2026-08-14T17:15:07.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4356 | 2026-08-14T17:15:07.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4357 | 2026-08-14T17:15:07.336Z | |
| 4358 | 2026-08-14T17:15:07.336Z | info: running `cargo check --bins` on xtask-downloader (279/335) |
| 4359 | 2026-08-14T17:15:07.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4360 | 2026-08-14T17:15:07.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4361 | 2026-08-14T17:15:07.941Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4362 | 2026-08-14T17:15:08.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
| 4363 | 2026-08-14T17:15:08.807Z | |
| 4364 | 2026-08-14T17:15:08.807Z | info: running `cargo check --bins` on omicron-dropshot-apis (280/335) |
| 4365 | 2026-08-14T17:15:09.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4366 | 2026-08-14T17:15:09.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4367 | 2026-08-14T17:15:09.552Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4368 | 2026-08-14T17:15:09.552Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4369 | 2026-08-14T17:15:09.556Z | Checking git-stub v1.0.0 |
| 4370 | 2026-08-14T17:15:09.556Z | Compiling trait-variant v0.1.2 |
| 4371 | 2026-08-14T17:15:09.556Z | Checking is_ci v1.2.0 |
| 4372 | 2026-08-14T17:15:09.556Z | Checking maplit v1.0.2 |
| 4373 | 2026-08-14T17:15:09.697Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4374 | 2026-08-14T17:15:09.708Z | Checking drift v0.2.0 |
| 4375 | 2026-08-14T17:15:09.736Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4376 | 2026-08-14T17:15:09.762Z | Checking supports-color v3.0.2 |
| 4377 | 2026-08-14T17:15:09.803Z | Checking git-stub-vcs v0.1.0 |
| 4378 | 2026-08-14T17:15:09.888Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4379 | 2026-08-14T17:15:09.919Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4380 | 2026-08-14T17:15:09.934Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4381 | 2026-08-14T17:15:10.000Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 4382 | 2026-08-14T17:15:10.053Z | Checking dropshot-api-manager v0.7.2 |
| 4383 | 2026-08-14T17:15:10.073Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4384 | 2026-08-14T17:15:10.202Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4385 | 2026-08-14T17:15:10.398Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4386 | 2026-08-14T17:15:10.918Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4387 | 2026-08-14T17:15:11.848Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4388 | 2026-08-14T17:15:12.870Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4389 | 2026-08-14T17:15:13.580Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4390 | 2026-08-14T17:15:14.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s |
| 4391 | 2026-08-14T17:15:14.222Z | |
| 4392 | 2026-08-14T17:15:14.222Z | info: running `cargo check --bins` on installinator-api (281/335) |
| 4393 | 2026-08-14T17:15:14.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4394 | 2026-08-14T17:15:14.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4395 | 2026-08-14T17:15:14.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4396 | 2026-08-14T17:15:14.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4397 | 2026-08-14T17:15:14.797Z | |
| 4398 | 2026-08-14T17:15:14.797Z | info: running `cargo check --bins` on nexus-external-api (282/335) |
| 4399 | 2026-08-14T17:15:15.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4400 | 2026-08-14T17:15:15.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4401 | 2026-08-14T17:15:15.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4402 | 2026-08-14T17:15:15.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4403 | 2026-08-14T17:15:15.411Z | |
| 4404 | 2026-08-14T17:15:15.411Z | info: running `cargo check --bins` on nexus-internal-api (283/335) |
| 4405 | 2026-08-14T17:15:15.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4406 | 2026-08-14T17:15:15.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4407 | 2026-08-14T17:15:15.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4408 | 2026-08-14T17:15:15.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4409 | 2026-08-14T17:15:16.022Z | |
| 4410 | 2026-08-14T17:15:16.022Z | info: running `cargo check --bins` on nexus-lockstep-api (284/335) |
| 4411 | 2026-08-14T17:15:16.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4412 | 2026-08-14T17:15:16.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4413 | 2026-08-14T17:15:16.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4414 | 2026-08-14T17:15:16.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4415 | 2026-08-14T17:15:16.635Z | |
| 4416 | 2026-08-14T17:15:16.635Z | info: running `cargo check --bins` on ntp-admin-api (285/335) |
| 4417 | 2026-08-14T17:15:17.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4418 | 2026-08-14T17:15:17.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4419 | 2026-08-14T17:15:17.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4420 | 2026-08-14T17:15:17.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4421 | 2026-08-14T17:15:17.203Z | |
| 4422 | 2026-08-14T17:15:17.203Z | info: running `cargo check --bins` on ntp-admin-types-versions (286/335) |
| 4423 | 2026-08-14T17:15:17.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4424 | 2026-08-14T17:15:17.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4425 | 2026-08-14T17:15:17.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4426 | 2026-08-14T17:15:17.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4427 | 2026-08-14T17:15:17.760Z | |
| 4428 | 2026-08-14T17:15:17.760Z | info: running `cargo check --bins` on wicketd-api (287/335) |
| 4429 | 2026-08-14T17:15:18.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4430 | 2026-08-14T17:15:18.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4431 | 2026-08-14T17:15:18.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4432 | 2026-08-14T17:15:18.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4433 | 2026-08-14T17:15:18.346Z | |
| 4434 | 2026-08-14T17:15:18.346Z | info: running `cargo check --bins` on wicketd-commission-api (288/335) |
| 4435 | 2026-08-14T17:15:18.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4436 | 2026-08-14T17:15:18.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4437 | 2026-08-14T17:15:18.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4438 | 2026-08-14T17:15:18.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4439 | 2026-08-14T17:15:18.930Z | |
| 4440 | 2026-08-14T17:15:18.930Z | info: running `cargo check --bins` on omicron-ls-apis (289/335) |
| 4441 | 2026-08-14T17:15:19.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4442 | 2026-08-14T17:15:19.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4443 | 2026-08-14T17:15:19.551Z | Compiling blake3 v1.8.5 |
| 4444 | 2026-08-14T17:15:19.662Z | Checking arrayvec v0.7.6 |
| 4445 | 2026-08-14T17:15:19.662Z | Checking constant_time_eq v0.4.2 |
| 4446 | 2026-08-14T17:15:19.670Z | Checking arrayref v0.3.9 |
| 4447 | 2026-08-14T17:15:19.684Z | Checking cargo-platform v0.3.2 |
| 4448 | 2026-08-14T17:15:19.687Z | Checking topological-sort v0.2.2 |
| 4449 | 2026-08-14T17:15:19.687Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4450 | 2026-08-14T17:15:19.837Z | Checking cargo_metadata v0.23.1 |
| 4451 | 2026-08-14T17:15:20.444Z | Checking omicron-zone-package v0.12.3 |
| 4452 | 2026-08-14T17:15:21.156Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4453 | 2026-08-14T17:15:22.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s |
| 4454 | 2026-08-14T17:15:22.174Z | |
| 4455 | 2026-08-14T17:15:22.174Z | info: running `cargo check --bins` on mgs-dev (290/335) |
| 4456 | 2026-08-14T17:15:22.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4457 | 2026-08-14T17:15:22.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4458 | 2026-08-14T17:15:22.900Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4459 | 2026-08-14T17:15:23.533Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4460 | 2026-08-14T17:15:24.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s |
| 4461 | 2026-08-14T17:15:24.248Z | |
| 4462 | 2026-08-14T17:15:24.248Z | info: running `cargo check --bins` on omicron-omdb (291/335) |
| 4463 | 2026-08-14T17:15:24.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4464 | 2026-08-14T17:15:24.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4465 | 2026-08-14T17:15:25.196Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4466 | 2026-08-14T17:15:25.196Z | Compiling darling_core v0.21.3 |
| 4467 | 2026-08-14T17:15:25.196Z | Compiling vergen-lib v0.1.6 |
| 4468 | 2026-08-14T17:15:25.197Z | Compiling diesel_derives v2.3.7 |
| 4469 | 2026-08-14T17:15:25.201Z | Checking scheduled-thread-pool v0.2.7 |
| 4470 | 2026-08-14T17:15:25.201Z | Compiling vergen-gitcl v1.0.8 |
| 4471 | 2026-08-14T17:15:25.202Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4472 | 2026-08-14T17:15:25.202Z | Compiling dirs-sys-next v0.1.2 |
| 4473 | 2026-08-14T17:15:25.505Z | Compiling glob v0.3.3 |
| 4474 | 2026-08-14T17:15:25.524Z | Compiling crunchy v0.2.4 |
| 4475 | 2026-08-14T17:15:25.540Z | Checking r2d2 v0.8.10 |
| 4476 | 2026-08-14T17:15:25.614Z | Compiling dirs-next v2.0.0 |
| 4477 | 2026-08-14T17:15:25.618Z | Checking downcast-rs v2.0.2 |
| 4478 | 2026-08-14T17:15:25.734Z | Compiling tiny-keccak v2.0.2 |
| 4479 | 2026-08-14T17:15:25.787Z | Compiling term v0.7.0 |
| 4480 | 2026-08-14T17:15:25.802Z | Compiling bit-vec v0.6.3 |
| 4481 | 2026-08-14T17:15:25.880Z | Compiling clang-sys v1.8.1 |
| 4482 | 2026-08-14T17:15:26.022Z | Compiling bit-set v0.5.3 |
| 4483 | 2026-08-14T17:15:26.038Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4484 | 2026-08-14T17:15:26.182Z | Compiling ascii-canvas v3.0.0 |
| 4485 | 2026-08-14T17:15:26.223Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4486 | 2026-08-14T17:15:26.267Z | Compiling itertools v0.10.5 |
| 4487 | 2026-08-14T17:15:26.325Z | Compiling ena v0.14.4 |
| 4488 | 2026-08-14T17:15:26.359Z | Compiling libloading v0.8.9 |
| 4489 | 2026-08-14T17:15:26.378Z | Compiling regex-syntax v0.6.29 |
| 4490 | 2026-08-14T17:15:26.423Z | Compiling diff v0.1.13 |
| 4491 | 2026-08-14T17:15:26.462Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4492 | 2026-08-14T17:15:26.534Z | Compiling bindgen v0.71.1 |
| 4493 | 2026-08-14T17:15:26.715Z | Compiling cexpr v0.6.0 |
| 4494 | 2026-08-14T17:15:26.954Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4495 | 2026-08-14T17:15:27.080Z | Compiling rustc-hash v2.1.1 |
| 4496 | 2026-08-14T17:15:27.169Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4497 | 2026-08-14T17:15:27.357Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4498 | 2026-08-14T17:15:27.385Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4499 | 2026-08-14T17:15:27.411Z | Compiling libxml v0.3.3 |
| 4500 | 2026-08-14T17:15:27.526Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4501 | 2026-08-14T17:15:27.667Z | Compiling strum_macros v0.24.3 |
| 4502 | 2026-08-14T17:15:27.685Z | Compiling lalrpop v0.19.12 |
| 4503 | 2026-08-14T17:15:27.717Z | Compiling indoc v1.0.9 |
| 4504 | 2026-08-14T17:15:27.878Z | Compiling darling_macro v0.21.3 |
| 4505 | 2026-08-14T17:15:28.392Z | Compiling darling v0.21.3 |
| 4506 | 2026-08-14T17:15:28.472Z | Compiling dsl_auto_type v0.2.0 |
| 4507 | 2026-08-14T17:15:28.616Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4508 | 2026-08-14T17:15:28.811Z | Checking derive_builder v0.20.2 |
| 4509 | 2026-08-14T17:15:28.935Z | Compiling oso-derive v0.27.3 |
| 4510 | 2026-08-14T17:15:28.994Z | Checking quick-xml v0.37.5 |
| 4511 | 2026-08-14T17:15:29.050Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4512 | 2026-08-14T17:15:29.441Z | Checking openssl-probe v0.1.6 |
| 4513 | 2026-08-14T17:15:29.583Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4514 | 2026-08-14T17:15:29.866Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4515 | 2026-08-14T17:15:30.059Z | Checking bb8 v0.8.6 |
| 4516 | 2026-08-14T17:15:30.175Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4517 | 2026-08-14T17:15:30.327Z | Checking nonempty v0.12.0 |
| 4518 | 2026-08-14T17:15:30.344Z | Compiling libz-sys v1.1.24 |
| 4519 | 2026-08-14T17:15:30.390Z | Compiling strsim v0.10.0 |
| 4520 | 2026-08-14T17:15:30.495Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4521 | 2026-08-14T17:15:30.575Z | Compiling darling_core v0.13.4 |
| 4522 | 2026-08-14T17:15:30.738Z | Compiling vergen-git2 v9.1.0 |
| 4523 | 2026-08-14T17:15:30.922Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4524 | 2026-08-14T17:15:30.962Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4525 | 2026-08-14T17:15:31.134Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4526 | 2026-08-14T17:15:31.347Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4527 | 2026-08-14T17:15:31.535Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4528 | 2026-08-14T17:15:31.725Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4529 | 2026-08-14T17:15:31.979Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4530 | 2026-08-14T17:15:31.999Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4531 | 2026-08-14T17:15:32.167Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4532 | 2026-08-14T17:15:32.365Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4533 | 2026-08-14T17:15:32.488Z | Compiling darling_macro v0.13.4 |
| 4534 | 2026-08-14T17:15:32.551Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4535 | 2026-08-14T17:15:32.742Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4536 | 2026-08-14T17:15:32.984Z | Compiling darling v0.13.4 |
| 4537 | 2026-08-14T17:15:33.092Z | Compiling serde_with_macros v1.5.2 |
| 4538 | 2026-08-14T17:15:33.165Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4539 | 2026-08-14T17:15:33.547Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4540 | 2026-08-14T17:15:33.930Z | Compiling serde_with v1.14.0 |
| 4541 | 2026-08-14T17:15:34.132Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4542 | 2026-08-14T17:15:34.265Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4543 | 2026-08-14T17:15:34.286Z | Checking diesel v2.3.7 |
| 4544 | 2026-08-14T17:15:34.318Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4545 | 2026-08-14T17:15:35.076Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4546 | 2026-08-14T17:15:35.959Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4547 | 2026-08-14T17:15:36.145Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4548 | 2026-08-14T17:15:36.662Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4549 | 2026-08-14T17:15:36.842Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 4550 | 2026-08-14T17:15:37.403Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4551 | 2026-08-14T17:15:37.559Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4552 | 2026-08-14T17:15:37.594Z | Checking twox-hash v2.1.2 |
| 4553 | 2026-08-14T17:15:37.897Z | Checking libsw-core v0.3.2 |
| 4554 | 2026-08-14T17:15:38.060Z | Checking atty v0.2.14 |
| 4555 | 2026-08-14T17:15:38.167Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4556 | 2026-08-14T17:15:38.223Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4557 | 2026-08-14T17:15:38.462Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4558 | 2026-08-14T17:15:38.533Z | Checking libsw v3.5.0 |
| 4559 | 2026-08-14T17:15:38.618Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4560 | 2026-08-14T17:15:38.694Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4561 | 2026-08-14T17:15:39.861Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4562 | 2026-08-14T17:15:39.900Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4563 | 2026-08-14T17:15:40.559Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4564 | 2026-08-14T17:15:40.608Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4565 | 2026-08-14T17:15:40.744Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4566 | 2026-08-14T17:15:40.934Z | Checking console v0.16.2 |
| 4567 | 2026-08-14T17:15:41.243Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4568 | 2026-08-14T17:15:41.395Z | Checking fatfs v0.3.6 |
| 4569 | 2026-08-14T17:15:41.594Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4570 | 2026-08-14T17:15:41.843Z | Compiling seq-macro v0.3.6 |
| 4571 | 2026-08-14T17:15:42.354Z | Checking unit-prefix v0.5.2 |
| 4572 | 2026-08-14T17:15:42.492Z | Checking indicatif v0.18.4 |
| 4573 | 2026-08-14T17:15:42.916Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4574 | 2026-08-14T17:15:42.939Z | Checking oxide-update-engine-display v0.1.2 |
| 4575 | 2026-08-14T17:15:43.249Z | Checking support-bundle-viewer v0.1.2 |
| 4576 | 2026-08-14T17:15:43.505Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4577 | 2026-08-14T17:15:43.602Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4578 | 2026-08-14T17:15:43.717Z | Checking multimap v0.10.1 |
| 4579 | 2026-08-14T17:15:49.597Z | Checking async-bb8-diesel v0.2.1 |
| 4580 | 2026-08-14T17:15:49.953Z | Checking diesel-dtrace v0.5.0 |
| 4581 | 2026-08-14T17:15:53.062Z | Compiling samael v0.0.19 |
| 4582 | 2026-08-14T17:15:57.841Z | Compiling git2 v0.20.4 |
| 4583 | 2026-08-14T17:15:59.045Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4584 | 2026-08-14T17:16:00.022Z | Compiling polar-core v0.27.3 |
| 4585 | 2026-08-14T17:16:00.286Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4586 | 2026-08-14T17:16:04.512Z | Checking oso v0.27.3 |
| 4587 | 2026-08-14T17:16:37.123Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4588 | 2026-08-14T17:17:52.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s |
| 4589 | 2026-08-14T17:17:52.719Z | |
| 4590 | 2026-08-14T17:17:52.719Z | info: running `cargo check --bins` on nexus-networking (292/335) |
| 4591 | 2026-08-14T17:17:53.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4592 | 2026-08-14T17:17:53.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4593 | 2026-08-14T17:17:53.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4594 | 2026-08-14T17:17:53.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4595 | 2026-08-14T17:17:53.389Z | |
| 4596 | 2026-08-14T17:17:53.389Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (293/335) |
| 4597 | 2026-08-14T17:17:53.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4598 | 2026-08-14T17:17:53.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4599 | 2026-08-14T17:17:53.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4600 | 2026-08-14T17:17:53.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4601 | 2026-08-14T17:17:54.011Z | |
| 4602 | 2026-08-14T17:17:54.011Z | info: running `cargo check --bins` on nexus-saga-recovery (294/335) |
| 4603 | 2026-08-14T17:17:54.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4604 | 2026-08-14T17:17:54.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4605 | 2026-08-14T17:17:54.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4606 | 2026-08-14T17:17:54.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4607 | 2026-08-14T17:17:54.638Z | |
| 4608 | 2026-08-14T17:17:54.638Z | info: running `cargo check --bins` on nexus-test-utils-macros (295/335) |
| 4609 | 2026-08-14T17:17:55.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4610 | 2026-08-14T17:17:55.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4611 | 2026-08-14T17:17:55.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4612 | 2026-08-14T17:17:55.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4613 | 2026-08-14T17:17:55.193Z | |
| 4614 | 2026-08-14T17:17:55.193Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (296/335) |
| 4615 | 2026-08-14T17:17:55.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4616 | 2026-08-14T17:17:55.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4617 | 2026-08-14T17:17:56.007Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4618 | 2026-08-14T17:17:56.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s |
| 4619 | 2026-08-14T17:17:56.974Z | |
| 4620 | 2026-08-14T17:17:56.974Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (297/335) |
| 4621 | 2026-08-14T17:17:57.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4622 | 2026-08-14T17:17:57.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4623 | 2026-08-14T17:17:57.788Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4624 | 2026-08-14T17:18:36.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.78s |
| 4625 | 2026-08-14T17:18:36.974Z | |
| 4626 | 2026-08-14T17:18:36.974Z | info: running `cargo check --bins --no-default-features` on nexus-background-task-interface (298/335) |
| 4627 | 2026-08-14T17:18:37.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4628 | 2026-08-14T17:18:37.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4629 | 2026-08-14T17:18:37.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4630 | 2026-08-14T17:18:37.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4631 | 2026-08-14T17:18:37.534Z | |
| 4632 | 2026-08-14T17:18:37.534Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (299/335) |
| 4633 | 2026-08-14T17:18:38.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4634 | 2026-08-14T17:18:38.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4635 | 2026-08-14T17:18:38.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4636 | 2026-08-14T17:18:38.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4637 | 2026-08-14T17:18:38.093Z | |
| 4638 | 2026-08-14T17:18:38.093Z | info: running `cargo check --bins --no-default-features` on nexus-fm (300/335) |
| 4639 | 2026-08-14T17:18:38.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4640 | 2026-08-14T17:18:38.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4641 | 2026-08-14T17:18:38.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4642 | 2026-08-14T17:18:38.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4643 | 2026-08-14T17:18:38.709Z | |
| 4644 | 2026-08-14T17:18:38.709Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (301/335) |
| 4645 | 2026-08-14T17:18:39.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4646 | 2026-08-14T17:18:39.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4647 | 2026-08-14T17:18:39.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4648 | 2026-08-14T17:18:39.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4649 | 2026-08-14T17:18:39.342Z | |
| 4650 | 2026-08-14T17:18:39.342Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (302/335) |
| 4651 | 2026-08-14T17:18:39.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4652 | 2026-08-14T17:18:39.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4653 | 2026-08-14T17:18:39.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4654 | 2026-08-14T17:18:39.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4655 | 2026-08-14T17:18:39.969Z | |
| 4656 | 2026-08-14T17:18:39.970Z | info: running `cargo check --bins` on nexus-mgs-updates (303/335) |
| 4657 | 2026-08-14T17:18:40.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4658 | 2026-08-14T17:18:40.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4659 | 2026-08-14T17:18:40.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4660 | 2026-08-14T17:18:40.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4661 | 2026-08-14T17:18:40.575Z | |
| 4662 | 2026-08-14T17:18:40.575Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (304/335) |
| 4663 | 2026-08-14T17:18:41.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4664 | 2026-08-14T17:18:41.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4665 | 2026-08-14T17:18:41.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4666 | 2026-08-14T17:18:41.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4667 | 2026-08-14T17:18:41.212Z | |
| 4668 | 2026-08-14T17:18:41.212Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (305/335) |
| 4669 | 2026-08-14T17:18:41.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4670 | 2026-08-14T17:18:41.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4671 | 2026-08-14T17:18:41.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4672 | 2026-08-14T17:18:41.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4673 | 2026-08-14T17:18:41.845Z | |
| 4674 | 2026-08-14T17:18:41.845Z | info: running `cargo check --bins` on nexus-switch-config (306/335) |
| 4675 | 2026-08-14T17:18:42.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4676 | 2026-08-14T17:18:42.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4677 | 2026-08-14T17:18:42.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4678 | 2026-08-14T17:18:42.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4679 | 2026-08-14T17:18:42.459Z | |
| 4680 | 2026-08-14T17:18:42.459Z | info: running `cargo check --bins` on nexus-switch-config-preparation (307/335) |
| 4681 | 2026-08-14T17:18:42.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4682 | 2026-08-14T17:18:42.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4683 | 2026-08-14T17:18:42.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4684 | 2026-08-14T17:18:42.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4685 | 2026-08-14T17:18:43.092Z | |
| 4686 | 2026-08-14T17:18:43.092Z | info: running `cargo check --bins` on support-bundle-collection (308/335) |
| 4687 | 2026-08-14T17:18:43.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4688 | 2026-08-14T17:18:43.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4689 | 2026-08-14T17:18:43.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4690 | 2026-08-14T17:18:43.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4691 | 2026-08-14T17:18:43.723Z | |
| 4692 | 2026-08-14T17:18:43.723Z | info: running `cargo check --bins` on omicron-dev (309/335) |
| 4693 | 2026-08-14T17:18:44.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4694 | 2026-08-14T17:18:44.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4695 | 2026-08-14T17:18:44.615Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4696 | 2026-08-14T17:18:44.616Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4697 | 2026-08-14T17:18:44.801Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4698 | 2026-08-14T17:18:44.831Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4699 | 2026-08-14T17:18:44.834Z | Checking yansi v1.0.1 |
| 4700 | 2026-08-14T17:18:44.834Z | Checking diff v0.1.13 |
| 4701 | 2026-08-14T17:18:44.873Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4702 | 2026-08-14T17:18:44.876Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4703 | 2026-08-14T17:18:45.090Z | Checking pretty_assertions v1.4.1 |
| 4704 | 2026-08-14T17:18:45.873Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4705 | 2026-08-14T17:18:45.903Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4706 | 2026-08-14T17:19:11.065Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4707 | 2026-08-14T17:19:11.070Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4708 | 2026-08-14T17:19:11.070Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4709 | 2026-08-14T17:19:11.070Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4710 | 2026-08-14T17:19:11.070Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4711 | 2026-08-14T17:19:11.070Z | Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4712 | 2026-08-14T17:19:11.070Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4713 | 2026-08-14T17:19:11.973Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4714 | 2026-08-14T17:19:11.973Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4715 | 2026-08-14T17:19:13.249Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4716 | 2026-08-14T17:19:52.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
| 4717 | 2026-08-14T17:19:52.456Z | |
| 4718 | 2026-08-14T17:19:52.456Z | info: running `cargo check --bins` on oximeter-load-test (310/335) |
| 4719 | 2026-08-14T17:19:52.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4720 | 2026-08-14T17:19:52.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4721 | 2026-08-14T17:19:53.154Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 4722 | 2026-08-14T17:19:53.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 4723 | 2026-08-14T17:19:53.995Z | |
| 4724 | 2026-08-14T17:19:53.995Z | info: running `cargo check --bins` on omicron-pins (311/335) |
| 4725 | 2026-08-14T17:19:54.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4726 | 2026-08-14T17:19:54.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4727 | 2026-08-14T17:19:54.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4728 | 2026-08-14T17:19:54.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4729 | 2026-08-14T17:19:54.553Z | |
| 4730 | 2026-08-14T17:19:54.553Z | info: running `cargo check --bins` on rack-init-config (312/335) |
| 4731 | 2026-08-14T17:19:55.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4732 | 2026-08-14T17:19:55.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4733 | 2026-08-14T17:19:55.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4734 | 2026-08-14T17:19:55.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4735 | 2026-08-14T17:19:55.140Z | |
| 4736 | 2026-08-14T17:19:55.140Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (313/335) |
| 4737 | 2026-08-14T17:19:55.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4738 | 2026-08-14T17:19:55.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4739 | 2026-08-14T17:19:55.906Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4740 | 2026-08-14T17:19:56.032Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4741 | 2026-08-14T17:19:56.037Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4742 | 2026-08-14T17:20:23.159Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4743 | 2026-08-14T17:20:23.575Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4744 | 2026-08-14T17:20:25.348Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4745 | 2026-08-14T17:20:25.837Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4746 | 2026-08-14T17:20:28.961Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4747 | 2026-08-14T17:20:53.447Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4748 | 2026-08-14T17:20:54.196Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4749 | 2026-08-14T17:20:55.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 4750 | 2026-08-14T17:20:56.217Z | |
| 4751 | 2026-08-14T17:20:56.218Z | info: running `cargo check --bins` on reconfigurator-sp-updater (314/335) |
| 4752 | 2026-08-14T17:20:56.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4753 | 2026-08-14T17:20:56.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4754 | 2026-08-14T17:20:56.867Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4755 | 2026-08-14T17:20:57.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 4756 | 2026-08-14T17:20:57.846Z | |
| 4757 | 2026-08-14T17:20:57.846Z | info: running `cargo check --bins` on omicron-releng (315/335) |
| 4758 | 2026-08-14T17:20:58.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4759 | 2026-08-14T17:20:58.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4760 | 2026-08-14T17:20:58.401Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 4761 | 2026-08-14T17:20:58.404Z | Compiling fs-err v2.11.0 |
| 4762 | 2026-08-14T17:20:58.520Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4763 | 2026-08-14T17:20:58.531Z | Checking parse-size v1.1.0 |
| 4764 | 2026-08-14T17:20:58.539Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4765 | 2026-08-14T17:20:58.542Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4766 | 2026-08-14T17:20:58.542Z | Checking shell-words v1.1.1 |
| 4767 | 2026-08-14T17:20:58.635Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4768 | 2026-08-14T17:20:58.969Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4769 | 2026-08-14T17:20:59.156Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4770 | 2026-08-14T17:20:59.843Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4771 | 2026-08-14T17:21:00.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s |
| 4772 | 2026-08-14T17:21:01.013Z | |
| 4773 | 2026-08-14T17:21:01.013Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (316/335) |
| 4774 | 2026-08-14T17:21:01.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4775 | 2026-08-14T17:21:01.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4776 | 2026-08-14T17:21:01.651Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4777 | 2026-08-14T17:21:02.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
| 4778 | 2026-08-14T17:21:02.353Z | |
| 4779 | 2026-08-14T17:21:02.354Z | info: running `cargo check --bins` on schema (317/335) |
| 4780 | 2026-08-14T17:21:02.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4781 | 2026-08-14T17:21:02.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4782 | 2026-08-14T17:21:03.084Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4783 | 2026-08-14T17:21:03.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
| 4784 | 2026-08-14T17:21:04.011Z | |
| 4785 | 2026-08-14T17:21:04.011Z | info: running `cargo check --bins` on xtask (318/335) |
| 4786 | 2026-08-14T17:21:04.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4787 | 2026-08-14T17:21:04.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4788 | 2026-08-14T17:21:04.423Z | Checking serde_core v1.0.228 |
| 4789 | 2026-08-14T17:21:04.423Z | Checking libc v0.2.185 |
| 4790 | 2026-08-14T17:21:04.429Z | Checking bitflags v2.11.0 |
| 4791 | 2026-08-14T17:21:04.512Z | Checking scroll v0.12.0 |
| 4792 | 2026-08-14T17:21:04.518Z | Checking thiserror v1.0.69 |
| 4793 | 2026-08-14T17:21:04.525Z | Checking log v0.4.29 |
| 4794 | 2026-08-14T17:21:04.534Z | Checking zerocopy v0.7.35 |
| 4795 | 2026-08-14T17:21:04.538Z | Checking indexmap v2.14.0 |
| 4796 | 2026-08-14T17:21:04.686Z | Checking syn v2.0.117 |
| 4797 | 2026-08-14T17:21:04.700Z | Checking dtrace-parser v0.2.0 |
| 4798 | 2026-08-14T17:21:04.700Z | Checking once_cell v1.21.3 |
| 4799 | 2026-08-14T17:21:04.742Z | Checking goblin v0.8.2 |
| 4800 | 2026-08-14T17:21:04.787Z | Checking errno v0.3.14 |
| 4801 | 2026-08-14T17:21:04.869Z | Checking getrandom v0.4.1 |
| 4802 | 2026-08-14T17:21:04.883Z | Checking thread-id v4.2.2 |
| 4803 | 2026-08-14T17:21:04.909Z | Checking rustix v1.1.3 |
| 4804 | 2026-08-14T17:21:04.964Z | Checking memmap v0.7.0 |
| 4805 | 2026-08-14T17:21:04.997Z | Checking thiserror v2.0.18 |
| 4806 | 2026-08-14T17:21:05.033Z | Checking fs-err v3.3.0 |
| 4807 | 2026-08-14T17:21:05.085Z | Checking anyhow v1.0.102 |
| 4808 | 2026-08-14T17:21:05.095Z | Checking tabled v0.15.0 |
| 4809 | 2026-08-14T17:21:05.697Z | Checking terminal_size v0.4.3 |
| 4810 | 2026-08-14T17:21:05.697Z | Checking tempfile v3.25.0 |
| 4811 | 2026-08-14T17:21:05.813Z | Checking clap_builder v4.6.0 |
| 4812 | 2026-08-14T17:21:05.817Z | Checking textwrap v0.16.2 |
| 4813 | 2026-08-14T17:21:05.982Z | Checking serde v1.0.228 |
| 4814 | 2026-08-14T17:21:05.983Z | Checking serde_json v1.0.151 |
| 4815 | 2026-08-14T17:21:06.237Z | Checking camino v1.2.2 |
| 4816 | 2026-08-14T17:21:06.237Z | Checking cargo-platform v0.3.2 |
| 4817 | 2026-08-14T17:21:06.243Z | Checking semver v1.0.28 |
| 4818 | 2026-08-14T17:21:06.243Z | Checking camino-tempfile v1.4.1 |
| 4819 | 2026-08-14T17:21:06.392Z | Checking serde_spanned v0.6.9 |
| 4820 | 2026-08-14T17:21:06.392Z | Checking toml_datetime v0.6.11 |
| 4821 | 2026-08-14T17:21:06.396Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4822 | 2026-08-14T17:21:06.396Z | Checking macaddr v1.0.1 |
| 4823 | 2026-08-14T17:21:06.571Z | Checking toml_edit v0.22.27 |
| 4824 | 2026-08-14T17:21:06.600Z | Checking dof v0.3.0 |
| 4825 | 2026-08-14T17:21:06.604Z | Checking cargo_metadata v0.23.1 |
| 4826 | 2026-08-14T17:21:06.876Z | Checking usdt-impl v0.5.0 |
| 4827 | 2026-08-14T17:21:07.000Z | Checking clap v4.6.1 |
| 4828 | 2026-08-14T17:21:07.149Z | Checking usdt v0.5.0 |
| 4829 | 2026-08-14T17:21:07.553Z | Checking toml v0.8.23 |
| 4830 | 2026-08-14T17:21:07.824Z | Checking cargo_toml v0.21.0 |
| 4831 | 2026-08-14T17:21:08.487Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4832 | 2026-08-14T17:21:08.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s |
| 4833 | 2026-08-14T17:21:08.995Z | |
| 4834 | 2026-08-14T17:21:08.996Z | info: running `cargo check --bins` on dnsadm (319/335) |
| 4835 | 2026-08-14T17:21:09.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4836 | 2026-08-14T17:21:09.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4837 | 2026-08-14T17:21:09.638Z | Checking arc-swap v1.8.2 |
| 4838 | 2026-08-14T17:21:09.932Z | Checking slog-scope v4.4.1 |
| 4839 | 2026-08-14T17:21:10.053Z | Checking slog-stdlog v4.1.1 |
| 4840 | 2026-08-14T17:21:10.159Z | Checking slog-envlogger v2.2.0 |
| 4841 | 2026-08-14T17:21:10.287Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4842 | 2026-08-14T17:21:10.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s |
| 4843 | 2026-08-14T17:21:10.894Z | |
| 4844 | 2026-08-14T17:21:10.894Z | info: running `cargo check --bins` on end-to-end-tests (320/335) |
| 4845 | 2026-08-14T17:21:11.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4846 | 2026-08-14T17:21:11.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4847 | 2026-08-14T17:21:11.708Z | Checking cpubits v0.1.1 |
| 4848 | 2026-08-14T17:21:11.837Z | Checking pem-rfc7468 v1.0.0 |
| 4849 | 2026-08-14T17:21:11.850Z | Checking hmac v0.13.0 |
| 4850 | 2026-08-14T17:21:11.850Z | Checking universal-hash v0.6.1 |
| 4851 | 2026-08-14T17:21:11.871Z | Checking ctr v0.10.1 |
| 4852 | 2026-08-14T17:21:11.871Z | Checking aead v0.6.1 |
| 4853 | 2026-08-14T17:21:11.899Z | Checking aes v0.9.1 |
| 4854 | 2026-08-14T17:21:11.900Z | Checking crypto-bigint v0.7.5 |
| 4855 | 2026-08-14T17:21:11.926Z | Checking salsa20 v0.11.0 |
| 4856 | 2026-08-14T17:21:11.972Z | Checking polyval v0.7.1 |
| 4857 | 2026-08-14T17:21:11.989Z | Checking der v0.8.0 |
| 4858 | 2026-08-14T17:21:12.005Z | Checking pbkdf2 v0.13.0 |
| 4859 | 2026-08-14T17:21:12.017Z | Checking cbc v0.2.1 |
| 4860 | 2026-08-14T17:21:12.056Z | Checking ff v0.14.0 |
| 4861 | 2026-08-14T17:21:12.085Z | Checking signature v3.0.0 |
| 4862 | 2026-08-14T17:21:12.127Z | Checking scrypt v0.12.0 |
| 4863 | 2026-08-14T17:21:12.141Z | Checking ghash v0.6.0 |
| 4864 | 2026-08-14T17:21:12.154Z | Checking base16ct v1.0.0 |
| 4865 | 2026-08-14T17:21:12.232Z | Checking group v0.14.0 |
| 4866 | 2026-08-14T17:21:12.261Z | Checking hkdf v0.13.0 |
| 4867 | 2026-08-14T17:21:12.280Z | Compiling curve25519-dalek v5.0.0 |
| 4868 | 2026-08-14T17:21:12.296Z | Checking aes-gcm v0.11.0 |
| 4869 | 2026-08-14T17:21:12.312Z | Checking keccak v0.2.0 |
| 4870 | 2026-08-14T17:21:12.327Z | Checking poly1305 v0.9.0 |
| 4871 | 2026-08-14T17:21:12.386Z | Checking wnaf v0.14.0 |
| 4872 | 2026-08-14T17:21:12.401Z | Checking blowfish v0.10.0 |
| 4873 | 2026-08-14T17:21:12.458Z | Checking blake2 v0.11.0-rc.6 |
| 4874 | 2026-08-14T17:21:12.475Z | Checking sha3 v0.11.0 |
| 4875 | 2026-08-14T17:21:12.550Z | Checking bcrypt-pbkdf v0.11.0 |
| 4876 | 2026-08-14T17:21:12.573Z | Checking kem v0.3.0 |
| 4877 | 2026-08-14T17:21:12.598Z | Checking module-lattice v0.2.3 |
| 4878 | 2026-08-14T17:21:12.688Z | Checking sponge-cursor v0.1.0 |
| 4879 | 2026-08-14T17:21:12.719Z | Checking argon2 v0.6.0-rc.8 |
| 4880 | 2026-08-14T17:21:12.734Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4881 | 2026-08-14T17:21:12.784Z | Checking spki v0.8.0 |
| 4882 | 2026-08-14T17:21:12.817Z | Checking sec1 v0.8.1 |
| 4883 | 2026-08-14T17:21:12.817Z | Checking ml-kem v0.3.2 |
| 4884 | 2026-08-14T17:21:12.817Z | Checking sha3 v0.12.0 |
| 4885 | 2026-08-14T17:21:12.918Z | Checking internal-russh-num-bigint v0.5.0 |
| 4886 | 2026-08-14T17:21:12.959Z | Checking pkcs5 v0.8.1 |
| 4887 | 2026-08-14T17:21:13.019Z | Checking pkcs1 v0.8.0-rc.4 |
| 4888 | 2026-08-14T17:21:13.036Z | Checking num-bigint v0.4.6 |
| 4889 | 2026-08-14T17:21:13.050Z | Checking generic-array v1.4.3 |
| 4890 | 2026-08-14T17:21:13.233Z | Checking russh-util v0.52.0 |
| 4891 | 2026-08-14T17:21:13.254Z | Checking pkcs8 v0.11.0 |
| 4892 | 2026-08-14T17:21:13.363Z | Compiling enum_dispatch v0.3.13 |
| 4893 | 2026-08-14T17:21:13.443Z | Compiling delegate v0.13.5 |
| 4894 | 2026-08-14T17:21:13.459Z | Checking ed25519 v3.0.0 |
| 4895 | 2026-08-14T17:21:13.583Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4896 | 2026-08-14T17:21:13.608Z | Checking hex-literal v1.1.0 |
| 4897 | 2026-08-14T17:21:13.657Z | Checking ed25519-dalek v3.0.0 |
| 4898 | 2026-08-14T17:21:13.714Z | Checking md5 v0.8.0 |
| 4899 | 2026-08-14T17:21:13.789Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4900 | 2026-08-14T17:21:13.885Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4901 | 2026-08-14T17:21:13.885Z | Checking internet-checksum v0.2.1 |
| 4902 | 2026-08-14T17:21:13.998Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4903 | 2026-08-14T17:21:14.179Z | Checking elliptic-curve v0.14.1 |
| 4904 | 2026-08-14T17:21:14.179Z | Checking primefield v0.14.0 |
| 4905 | 2026-08-14T17:21:14.182Z | Checking rfc6979 v0.6.0 |
| 4906 | 2026-08-14T17:21:14.182Z | Checking ssh-encoding v0.3.0 |
| 4907 | 2026-08-14T17:21:14.318Z | Checking crypto-primes v0.7.2 |
| 4908 | 2026-08-14T17:21:14.448Z | Checking ssh-cipher v0.3.0 |
| 4909 | 2026-08-14T17:21:14.454Z | Checking russh-cryptovec v0.62.0 |
| 4910 | 2026-08-14T17:21:14.587Z | Checking primeorder v0.14.0 |
| 4911 | 2026-08-14T17:21:14.591Z | Checking ecdsa v0.17.0 |
| 4912 | 2026-08-14T17:21:14.957Z | Checking p384 v0.14.0 |
| 4913 | 2026-08-14T17:21:14.957Z | Checking p256 v0.14.0 |
| 4914 | 2026-08-14T17:21:14.969Z | Checking p521 v0.14.0 |
| 4915 | 2026-08-14T17:21:15.256Z | Checking rsa v0.10.0-rc.18 |
| 4916 | 2026-08-14T17:21:17.828Z | Checking ssh-key v0.7.0-rc.11 |
| 4917 | 2026-08-14T17:21:18.592Z | Checking russh v0.62.4 |
| 4918 | 2026-08-14T17:21:32.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.47s |
| 4919 | 2026-08-14T17:21:32.583Z | |
| 4920 | 2026-08-14T17:21:32.583Z | info: running `cargo check --bins` on gateway-cli (321/335) |
| 4921 | 2026-08-14T17:21:33.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4922 | 2026-08-14T17:21:33.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4923 | 2026-08-14T17:21:33.226Z | Checking termios v0.3.3 |
| 4924 | 2026-08-14T17:21:33.430Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4925 | 2026-08-14T17:21:34.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
| 4926 | 2026-08-14T17:21:34.225Z | |
| 4927 | 2026-08-14T17:21:34.225Z | info: running `cargo check --bins --no-default-features` on installinator (322/335) |
| 4928 | 2026-08-14T17:21:34.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4929 | 2026-08-14T17:21:34.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4930 | 2026-08-14T17:21:34.915Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4931 | 2026-08-14T17:21:35.633Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4932 | 2026-08-14T17:21:37.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s |
| 4933 | 2026-08-14T17:21:37.464Z | |
| 4934 | 2026-08-14T17:21:37.464Z | info: running `cargo check --bins` on internal-dns-cli (323/335) |
| 4935 | 2026-08-14T17:21:37.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4936 | 2026-08-14T17:21:37.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4937 | 2026-08-14T17:21:38.103Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4938 | 2026-08-14T17:21:38.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 4939 | 2026-08-14T17:21:38.725Z | |
| 4940 | 2026-08-14T17:21:38.725Z | info: running `cargo check --bins` on omicron-live-tests (324/335) |
| 4941 | 2026-08-14T17:21:39.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4942 | 2026-08-14T17:21:39.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4943 | 2026-08-14T17:21:39.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4944 | 2026-08-14T17:21:39.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4945 | 2026-08-14T17:21:39.292Z | |
| 4946 | 2026-08-14T17:21:39.292Z | info: running `cargo check --bins` on live-tests-macros (325/335) |
| 4947 | 2026-08-14T17:21:39.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4948 | 2026-08-14T17:21:39.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4949 | 2026-08-14T17:21:39.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4950 | 2026-08-14T17:21:39.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4951 | 2026-08-14T17:21:39.861Z | |
| 4952 | 2026-08-14T17:21:39.861Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (326/335) |
| 4953 | 2026-08-14T17:21:40.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4954 | 2026-08-14T17:21:40.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4955 | 2026-08-14T17:21:40.613Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4956 | 2026-08-14T17:21:41.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
| 4957 | 2026-08-14T17:21:41.420Z | |
| 4958 | 2026-08-14T17:21:41.421Z | info: running `cargo check --bins` on omicron-ntp-admin (327/335) |
| 4959 | 2026-08-14T17:21:41.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4960 | 2026-08-14T17:21:41.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4961 | 2026-08-14T17:21:42.064Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4962 | 2026-08-14T17:21:42.064Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4963 | 2026-08-14T17:21:43.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s |
| 4964 | 2026-08-14T17:21:43.204Z | |
| 4965 | 2026-08-14T17:21:43.204Z | info: running `cargo check --bins` on ntp-admin-types (328/335) |
| 4966 | 2026-08-14T17:21:43.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4967 | 2026-08-14T17:21:43.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4968 | 2026-08-14T17:21:43.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4969 | 2026-08-14T17:21:43.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4970 | 2026-08-14T17:21:43.769Z | |
| 4971 | 2026-08-14T17:21:43.769Z | info: running `cargo check --bins` on omicron-package (329/335) |
| 4972 | 2026-08-14T17:21:44.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4973 | 2026-08-14T17:21:44.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4974 | 2026-08-14T17:21:44.458Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4975 | 2026-08-14T17:21:45.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s |
| 4976 | 2026-08-14T17:21:45.786Z | |
| 4977 | 2026-08-14T17:21:45.786Z | info: running `cargo check --bins` on tqdb (330/335) |
| 4978 | 2026-08-14T17:21:46.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4979 | 2026-08-14T17:21:46.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4980 | 2026-08-14T17:21:46.570Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4981 | 2026-08-14T17:21:46.933Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4982 | 2026-08-14T17:21:47.458Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4983 | 2026-08-14T17:21:47.459Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4984 | 2026-08-14T17:21:53.725Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4985 | 2026-08-14T17:21:53.725Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 4986 | 2026-08-14T17:21:53.729Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4987 | 2026-08-14T17:21:54.351Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4988 | 2026-08-14T17:21:54.351Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4989 | 2026-08-14T17:21:54.355Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4990 | 2026-08-14T17:21:55.155Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4991 | 2026-08-14T17:21:55.596Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 4992 | 2026-08-14T17:21:55.837Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4993 | 2026-08-14T17:21:56.224Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4994 | 2026-08-14T17:21:57.113Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4995 | 2026-08-14T17:21:57.776Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4996 | 2026-08-14T17:22:02.571Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4997 | 2026-08-14T17:22:09.788Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4998 | 2026-08-14T17:22:09.796Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4999 | 2026-08-14T17:22:09.796Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 5000 | 2026-08-14T17:22:09.797Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 5001 | 2026-08-14T17:22:11.309Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 5002 | 2026-08-14T17:22:12.604Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 5003 | 2026-08-14T17:22:13.288Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 5004 | 2026-08-14T17:22:14.584Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 5005 | 2026-08-14T17:22:15.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.35s |
| 5006 | 2026-08-14T17:22:15.355Z | |
| 5007 | 2026-08-14T17:22:15.355Z | info: running `cargo check --bins` on wicket-dbg (331/335) |
| 5008 | 2026-08-14T17:22:15.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5009 | 2026-08-14T17:22:15.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5010 | 2026-08-14T17:22:16.062Z | Checking rtoolbox v0.0.3 |
| 5011 | 2026-08-14T17:22:16.066Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 5012 | 2026-08-14T17:22:16.186Z | Checking tui-tree-widget v0.23.1 |
| 5013 | 2026-08-14T17:22:16.190Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 5014 | 2026-08-14T17:22:16.288Z | Checking rpassword v7.5.4 |
| 5015 | 2026-08-14T17:22:19.169Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5016 | 2026-08-14T17:22:21.027Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 5017 | 2026-08-14T17:22:21.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.62s |
| 5018 | 2026-08-14T17:22:22.179Z | |
| 5019 | 2026-08-14T17:22:22.179Z | info: running `cargo check --bins` on wicket (332/335) |
| 5020 | 2026-08-14T17:22:22.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5021 | 2026-08-14T17:22:22.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5022 | 2026-08-14T17:22:22.870Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5023 | 2026-08-14T17:22:23.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 5024 | 2026-08-14T17:22:23.430Z | |
| 5025 | 2026-08-14T17:22:23.430Z | info: running `cargo check --bins` on wicketd (333/335) |
| 5026 | 2026-08-14T17:22:23.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5027 | 2026-08-14T17:22:23.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5028 | 2026-08-14T17:22:24.125Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 5029 | 2026-08-14T17:22:27.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s |
| 5030 | 2026-08-14T17:22:27.999Z | |
| 5031 | 2026-08-14T17:22:27.999Z | info: running `cargo check --bins` on omicron-workspace-hack (334/335) |
| 5032 | 2026-08-14T17:22:28.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5033 | 2026-08-14T17:22:28.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5034 | 2026-08-14T17:22:28.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5035 | 2026-08-14T17:22:28.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5036 | 2026-08-14T17:22:28.558Z | |
| 5037 | 2026-08-14T17:22:28.558Z | info: running `cargo check --bins` on zone-setup (335/335) |
| 5038 | 2026-08-14T17:22:29.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5039 | 2026-08-14T17:22:29.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5040 | 2026-08-14T17:22:29.218Z | Checking uzers v0.12.2 |
| 5041 | 2026-08-14T17:22:29.494Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 5042 | 2026-08-14T17:22:30.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s |
| 5043 | 2026-08-14T17:22:30.498Z | |
| 5044 | 2026-08-14T17:22:30.498Z | real 14:04.384031547 |
| 5045 | 2026-08-14T17:22:30.498Z | user 21:05.901156344 |
| 5046 | 2026-08-14T17:22:30.498Z | sys 4:21.211921315 |
| 5047 | 2026-08-14T17:22:30.498Z | trap 0.319045957 |
| 5048 | 2026-08-14T17:22:30.498Z | tflt 0.596736611 |
| 5049 | 2026-08-14T17:22:30.498Z | dflt 0.727776828 |
| 5050 | 2026-08-14T17:22:30.498Z | kflt 0.004677228 |
| 5051 | 2026-08-14T17:22:30.499Z | lock 1:28:59.546097458 |
| 5052 | 2026-08-14T17:22:30.499Z | slp 1:40:45.239449173 |
| 5053 | 2026-08-14T17:22:30.499Z | lat 58.596667485 |
| 5054 | 2026-08-14T17:22:30.499Z | stop 3:58.543561489 |
| 5055 | 2026-08-14T17:22:30.502Z | process exited: duration 973016 ms, exit code 0 |
| |
| 5056 | 2026-08-14T17:22:30.509Z | found 0 output files |